@charset "UTF-8";

ul {
  list-style: none;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}

li a {
  font-family: "Titillium Web", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
}

li a:hover {
  font-family: "Titillium Web", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #FE9679;
}

/* sous-menu active*/
li.active>a,
li.active>a:hover {
  pointer-events: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #FE9679;
  font-size: 13px;
}

.dropdownlink a {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  color: #CCD4D5;
}

.dropdownlink a:hover {
  color: #FE9679;
}

/* Lien HOME état active */
.dropdownlink a.active {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  color: #FE9679;
}

.disabled {
  pointer-events: none;
}

.dropdownlink {
  transition: all 0.0 ease-out;
}

.pad-right-10 {
  margin-right: 10px;
}

.accordion-menu {
  width: 100%;
  max-width: 360px;
  margin-left: -20px;
  padding-top: 00px;
}

@media (max-width: 768px) {
  .accordion-menu {
    padding-left: 100px;
  }
}

/* iPad vertical */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  @media (max-width: 768px) {
    .accordion-menu {
      width: 100%;
      max-width: 300px;
      padding-left: 60px;
      padding-top: 20px;
      line-height: 20px;
    }
  }
}


/* Menu à ouvrir */
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 0px 0px 0px;
  color: #CCD4D5;
  position: relative;
  font-size: 17px;
}

.dropdownlink:hover {
  cursor: pointer;
  display: block;
  padding: 15px 0px 0px 0px;
  color: #FE9679;
  position: relative;
  font-size: 17px;
  font-weight: 400;
}

/* Menu à ouvrir > Ouvert */
.accordion-menu li.open .dropdownlink {
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  color: #FE9679;
}

.submenuItems {
  display: none;
  background: transparent !important;
}

/* sous-menu*/
.submenuItems a {
  display: block;
  color: #D8CDC5;
  font-size: 13px;
  padding-top: 10px;
  margin-left: -15px;
  font-weight: 400;
}

.submenuItems a:hover {
  color: #FE9679;
}


/* Rotation flèche menu mobile */
.accordion-menu li.open i {
  transform: rotate(90deg);
  margin-right: 10px;
}

.accordion-menu li i {
  transform: rotate(0deg);
  transition: all 0.10s ease-out;
  margin-right: 10px;
}

/* Placement en hauteur hamburger*/
.nav-trigger {
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 26px;
  height: 44px;
  width: 30px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}
@media screen and (max-width:668px){
  .nav-trigger {
    position: fixed;
    z-index: 100;
    top: 15px;
    right: 17px;
    height: 44px;
    width: 30px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    text-indent: 100%;
  }
}


#socials ul  {
padding-top: 20px;
}

#socials ul li {
  display: inline-block;
  font-size: 1.5em;
  margin-left: -35px;
}

#socials ul li a{
  letter-spacing: 0;
  color: #FE9679;
  padding-right: 50px;
}

#socials ul li a:hover{
  color: #CCD4D5;
}

/* hamburger*/
.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 1px;
  width: 30px;
  background: #F5F5F5;
}

/* hamburger hover */
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: #F5F5F5;
}

.nav-trigger span {
  top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);
  transition: background .01s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background .01s, transform .01s;
}

.nav-trigger span::before {
  transform: translateY(-12px);
}

.nav-trigger span::after {
  transform: translateY(12px);
}

.nav-open .nav-trigger span {
  background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: #F5F5F5;
}

.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(40, 30, 28, 0.25);
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: 55% auto;
  -webkit-background-size: 55% auto;
  -moz-background-size: 55% auto;
  background-size: 55% auto;
  background-position: 35% center;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
}

@media (max-width: 1024px) {
  .overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -o-background-size: 55% auto;
    -webkit-background-size: 55% auto;
    -moz-background-size: 55% auto;
    background-size: 55% auto;
    background-position: 30% center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .5s;
  }
}

.nav-open .overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .nav-open .overlay {
    opacity: .85;
    visibility: visible;
  }
}

.nav-container {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 300px;
  padding: 4em 1em;
  background: #34302D;
  overflow: auto;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.07, .23, .34, 1);
}

@media (max-width: 768px) {
  .nav-container {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    min-width: 400px;
    padding: 4em 1.5em;
    overflow: auto;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.07, .23, .34, 1);
  }
}

/* iPad vertical */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  @media (max-width: 768px) {
    .nav-container {
      position: fixed;
      z-index: 30;
      top: 0;
      right: 0;
      height: 100%;
      width: 90%;
      min-width: 300px;
      padding: 4em 1.5em;
      background: #20393A;
      overflow: auto;
      transform: translateZ(0);
      transform: translateX(100%);
      transition: transform .3s cubic-bezier(.07, .23, .34, 1);
    }
  }
}

.nav-open .nav-container {
  transform: translateX(0);
}

.logo-menu {
  height: 30px;
  margin-left: -5px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.banner-logo {
  max-height: 280px;
}

.menu-bg {
  width: 80px;
  height: 65px;
  right: 0;
  top: 0;
  background-color: #7C6863;
  position: fixed;
  z-index: 5;
  border-radius: 0%;
}

@media screen and (max-width:668px){
  .menu-bg {
    width: 65px;
    height: 65px;
  }
}
.top {
  display: flex;
  align-items: center;
	justify-content: flex-start;
  background-color: #E6DBD0;
  width: 100vw;
  height: 65px;
  top: 0;
  position: fixed;
  z-index: 2;
}

.logo-top {
  height: 40px;
	margin-left: 20px;
	transition: all .1s ease;
}
.logo-top:hover {
transform: scale(1.05);
}
.lock-scroll {
    overflow: hidden;
}
