<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.menu {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

ul.nav {
  border-bottom: solid 1px #e6e6e6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 15px;
  margin: 0;
  background-color: #ffffff;
  transition: ease-in-out 0.3s;
  z-index: 10;
  box-sizing: border-box;
}

ul.nav li {
  height: calc(100% + 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.nav-item {
  margin-left: 10%;
}

ul.nav li a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
}

ul.nav li.active {
  background-color: #920000;
}

ul.nav li.active a {
  font-weight: bold;
  color: white;
}

ul.nav li.logo {
  width: auto;
  height: calc(100% + 1px);
  margin-right: 40px;
  margin-left: 10%;
}

ul.nav li.logo a {
  width: auto;
  height: 100%;
}

.logo img {
  width: auto;
  height: 100%;
  transition: ease-in-out 0.3s;
}

.responsiveLoginLi,
.logoResponsive {
  display: none !important;
}

.connex {
  letter-spacing: 1px;
  background-color: transparent;
}

#buttonconnex:hover {
  cursor: pointer;
  background-color: #ddd;
}

.userLoginUl {
  padding-top: 15px;
  background-color: transparent !important;
}

#buttonconnex {
  width: 130px;
  padding: 10px 15px;
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.userLogin {
  position: relative;
  display: inline-block;
}

.userLogin ul {
  display: none;
  position: absolute;
  min-width: 100px;
  left: -40px;
  z-index: 1;
  background-color: transparent !important;
}

.userLogin ul li {
  width: 100px;
  height: 40px;
  padding: 12px;
}

.userLogin .fa-user {
  font-size: 18px;
}

.userLogin i:hover {
  cursor: pointer;
}

.fa-user:hover .userLoginUl {
  display: block;
  background-color: transparent !important;
}

.drapeaux {
  padding-right: 100px;
  margin-left: auto;
}

/*-----------------MENU-DES-LANGUES-------------------*/
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: auto;
}

.dropbtn {
  padding: 12px;
  border: none;
  background-color: transparent;
  margin-top: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content .hide {
  display: none;
  background-color: saddlebrown;
}

nav &gt; input,
.nav-button {
  display: none; /* hidden on large screens */
}

@media (max-width: 1000px) {
  .userLogin,
.logo {
    display: none !important;
  }
  .responsiveLoginLi,
.logoResponsive {
    display: block !important;
    margin: 0;
    padding: 0;
  }
  .menu {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    z-index: 10;
  }
  ul.nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
    transform: translateX(-150%);
    transition: transform 0.2s;
  }
  .nav-item {
    margin-left: 0;
  }
  .logoResponsive img {
    width: auto;
    height: 100px;
    transition: ease-in-out 0.3s;
  }
  .logoResponsive {
    width: auto;
    height: 100px;
    margin-left: 120px;
  }
  .userLogin ul {
    display: block;
    position: unset;
  }
  /* déclenche slide menu */
  input:checked ~ ul.nav {
    transform: translateX(0);
  }
  /* Button hamberger */
  .nav-button {
    display: block;
    position: absolute;
    top: 35px;
    left: 20px;
    z-index: 100001;
    height: 30px;
    width: 30px;
    background-color: transparent;
    background-image: linear-gradient(to right, #333, #333), linear-gradient(to right, #333, #333), linear-gradient(to right, #333, #333);
    background-position: center top, center, center bottom;
    background-repeat: no-repeat;
    background-size: 3.5rem 0.4rem;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  ul.nav li {
    width: 100%;
    display: block;
    z-index: 100;
    margin: 0;
    padding: 0;
    background-color: white;
    border-bottom: rgb(187, 187, 187) solid 1px;
  }
  ul.nav a:link,
.responsiveLogin a:link,
ul.nav li:last-child {
    display: block;
    padding: 40px 0 40px 20px;
    margin: 0;
    width: 100%;
    height: 60px;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    /* border: blue dashed 5px  */
  }
  ul.nav li.active a {
    border-bottom: none;
    color: black;
  }
  .dropdown {
    position: relative;
    display: flex;
    margin-left: 0;
    padding: 0;
  }
  .dropbtn {
    display: none;
  }
  .dropdown-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: auto;
    margin-top: -60px;
    box-shadow: none;
  }
  .dropdown-content a {
    max-height: 40px !important;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent !important;
  }
  .dropdown-content a img {
    height: 30px;
    width: auto;
  }
  .dropdown:hover .dropdown-content {
    display: flex;
  }
}
.contenairFooter {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(31, 31, 31);
  color: rgb(255, 255, 255);
  margin-top: auto;
  padding: 0;
  font-size: 14px;
  font-family: Roboto, segoe ui, Helvetica, Arial, sans-serif;
}

.a_footer {
  color: rgb(255, 255, 255);
  opacity: 1;
  margin-right: 20px;
  transition: ease-in-out 0.2s;
}

.contenairFooter a:hover {
  color: rgb(59, 167, 255);
  text-decoration: underline;
}
</pre></body></html>