@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.wrapper-menu .letters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}

.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a .wrapper-fl .ligne,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-blanc.png);
  background-repeat: repeat-x;
  background-position: left center;
  height: 7px;
  background-size: auto 1px;
  display: block;
  float: left;
  width: 35px;
}

.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a .wrapper-fl .pointe,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active .wrapper-fl .pointe {
  background-image: url(../images/pointe-blanche.png);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 7px;
  display: block;
  float: left;
  width: 7px;
  height: 8px;
}

.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a:hover .wrapper-fl .ligne,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active:hover .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-rose.png);
  width: 105px;
  -webkit-animation: fl-right 0.15s ease-in-out;
  -moz-animation: fl-right 0.15s ease-in-out;
  -ms-animation: fl-right 0.15s ease-in-out;
  -o-animation: fl-right 0.15s ease-in-out;
  animation: fl-right 0.15s ease-in-out;
}

.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a:hover .wrapper-fl .pointe,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active:hover .wrapper-fl .pointe {
  background-image: url(../images/pointe-rose.png);
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000 !important;
}

.hamburger.white .hamburger-inner,
.hamburger.white .hamburger-inner:after,
.hamburger.white .hamburger-inner:before,
.hamburger.white .hamburger.is-active .hamburger-inner:after,
.hamburger.white .hamburger.is-active .hamburger-inner:before {
  background-color: #000 !important;
}

.hamburger.open .hamburger-inner,
.hamburger.open .hamburger-inner:after,
.hamburger.open .hamburger-inner:before,
.hamburger.open .hamburger.is-active .hamburger-inner:after,
.hamburger.open .hamburger.is-active .hamburger-inner:before {
  background-color: #fff !important;
}

.hamburger.pink .hamburger-inner,
.hamburger.pink .hamburger-inner:after,
.hamburger.pink .hamburger-inner:before,
.hamburger.pink .hamburger.is-active .hamburger-inner:after,
.hamburger.pink .hamburger.is-active .hamburger-inner:before {
  background-color: #000 !important;
}

#block-menuprincipal.block-camdenlib .letter {
  display: block !important;
}
#block-menuprincipal .hamburger-inner,
#block-menuprincipal .hamburger-inner:before,
#block-menuprincipal .hamburger-inner:after {
  height: 2px;
  border-radius: 0;
  width: 26px;
}
#block-menuprincipal .hamburger-inner:before {
  top: -7px;
}
#block-menuprincipal .hamburger-inner:after {
  bottom: -7px;
}
#block-menuprincipal .is-active .hamburger-inner:after {
  bottom: 0;
}

.wrapper-menu {
  overflow: hidden;
  width: 45px;
  height: 45px;
  top: 5px;
  right: 12px;
  z-index: 300;
  display: none;
}
.wrapper-menu .wrapper-cercle img {
  width: 40px;
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.wrapper-menu div.menu {
  margin-top: 75px;
}
.wrapper-menu .letters {
  display: none;
  position: absolute;
  opacity: 0;
  margin-top: 120px;
  right: 0;
  width: 240px;
  height: 605px;
  z-index: 1000;
}
.wrapper-menu .letters .letter-over {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.wrapper-menu .letters .letter-over.show {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.wrapper-menu .letters .letter-over svg {
  width: auto;
  height: 230px;
  margin-top: 375px;
}
.wrapper-menu .letters .letter-over-base {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.wrapper-menu .letters .letter-over-base.hide {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.wrapper-menu .letters .letter-over-base svg {
  width: auto;
  height: 230px;
  margin-top: 375px;
}

.hamburger {
  position: absolute;
  z-index: 1005;
  right: 0;
  top: 5px;
}

.panneau {
  position: absolute;
  right: -120px;
  top: 0;
  width: 110px;
  height: 100vh;
  background-color: #FFD600;
}

.wrapper-menu.animate {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}

.menu-succursales,
.menu-other {
  position: absolute;
  z-index: 100;
  left: -50vw;
  top: 375px;
  line-height: 20px;
  font-family: "Helvetica";
  font-size: 1rem;
  color: white;
}
.menu-succursales ul,
.menu-other ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu-succursales ul li,
.menu-other ul li {
  padding-top: 0;
  padding-bottom: 30px;
}
.menu-succursales ul a,
.menu-succursales ul a.is-active,
.menu-other ul a,
.menu-other ul a.is-active {
  color: white;
  text-decoration: none;
  display: inline-block;
  outline: 1px solid transparent;
}

.wrapper-menu-tertiaire-réseaux-sociaux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  z-index: 100;
  left: -20px;
  top: 600px;
  width: calc(100% - 75px - 20px);
  color: white;
  border-top: solid 1px white;
  padding-top: 30px;
}
.wrapper-menu-tertiaire-réseaux-sociaux .reseaux-sociaux {
  width: 200px;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire {
  position: static;
  z-index: 100;
  left: 0;
  top: 375px;
  line-height: 20px;
  font-family: "Helvetica";
  font-size: 1.25rem;
  color: white;
  width: 100%;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul {
  display: inline-block;
  padding: 0;
  margin: 25px 0 0 0;
  list-style-type: none;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li {
  display: block;
  padding-top: 0;
  padding-bottom: 15px;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active {
  color: white;
  text-decoration: none;
  display: inline-block;
  outline: 1px solid transparent;
  position: relative;
  width: 100%;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a .wrapper-fl,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active .wrapper-fl {
  overflow: hidden;
  width: 120px;
  position: absolute;
  top: 8px;
  left: 95px;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a:hover,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul a.is-active:hover {
  color: #FFD600;
}
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a .wrapper-fl,
.wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a.is-active .wrapper-fl {
  left: 105px;
}
body.lang-en .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a .wrapper-fl,
body.lang-en .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a.is-active .wrapper-fl {
  left: 95px;
}

#block-menuprincipal div.menu {
  display: none;
  position: absolute !important;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.75rem;
  left: -100vw;
  top: 0;
  z-index: 10;
  color: white;
  line-height: 130%;
}
#block-menuprincipal div.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-menuprincipal div.menu ul li {
  padding-top: 0;
}
#block-menuprincipal div.menu ul li:nth-child(5), #block-menuprincipal div.menu ul li:nth-child(6), #block-menuprincipal div.menu ul li:nth-child(7) {
  display: none;
}
#block-menuprincipal div.menu ul li a {
  text-decoration: none;
  color: white;
  display: block;
  outline: 1px solid transparent;
}
#block-menuprincipal div.menu ul li a:hover {
  color: #FFD600;
}
#block-menuprincipal div.menu ul li:nth-child(4) > a {
  display: none;
}
#block-menuprincipal div.menu ul li:nth-child(4) img {
  width: 180px;
  display: block;
  padding-top: 12px;
}
body.lang-en #block-menuprincipal div.menu ul li:nth-child(4) img {
  padding-top: 5px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) and (max-height: 667px) {
  .menu-succursales,
  .menu-other {
    top: 295px;
  }
  .menu-succursales ul li,
  .menu-other ul li {
    padding-bottom: 10px;
  }
  #menu-principal ul li:nth-child(4) img {
    width: 190px;
  }
  #block-menuprincipal div.menu {
    font-size: 2rem;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux {
    top: 435px;
    padding-top: 15px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire {
    font-size: 1.1rem;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li {
    float: left;
    padding-right: 70px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li a .wrapper-fl {
    left: 75px !important;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li a:hover .wrapper-fl .ligne {
    width: 35px !important;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a .wrapper-fl {
    left: 90px !important;
  }
  body.lang-en .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a .wrapper-fl {
    left: 78px !important;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li:last-child a:hover .wrapper-fl .ligne {
    width: 35px !important;
  }
}
@media only screen and (max-width: 767px) and (min-height: 668px) and (max-height: 800px) {
  .menu-succursales,
  .menu-other {
    top: 360px;
  }
  .menu-succursales ul li,
  .menu-other ul li {
    padding-bottom: 20px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux {
    top: 535px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper-menu-tertiaire-réseaux-sociaux {
    width: calc(100% - 205px - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  #block-menuprincipal div.menu {
    top: 80px;
    font-size: 3.75rem;
    line-height: 150%;
  }
  #block-menuprincipal div.menu ul li:nth-child(4) img {
    width: 245px;
  }
  .menu-succursales {
    top: 187px;
    line-height: 40px;
    font-size: 1.25rem;
  }
  .menu-succursales ul li {
    padding-bottom: 20px;
  }
  .menu-other {
    top: 187px;
    line-height: 40px;
    font-size: 1.25rem;
  }
  .menu-other ul li {
    padding-bottom: 20px;
  }
  .wrapper-menu .letters {
    margin-top: 0;
    right: 0px;
    height: 577px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux {
    width: calc(100% - 260px - 20px);
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .reseaux-sociaux {
    width: 200px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire {
    width: calc(100% - 230px);
    margin-left: 30px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul {
    margin: -3px 0 0 0;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li {
    display: inline-block;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .menu-tertiaire ul li a {
    width: 250px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper-menu-tertiaire-réseaux-sociaux {
    left: 0;
    top: 560px;
    width: 760px;
    padding-top: 30px;
  }
  .wrapper-menu-tertiaire-réseaux-sociaux .reseaux-sociaux {
    width: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background-color: #fff !important;
  }
  .panneau {
    right: -610px;
    width: 600px;
  }
  .hamburger {
    position: absolute;
    right: -62px;
    left: auto;
    top: 50px;
  }
  .hamburger.hamburger.is-active.black .hamburger-inner,
  .hamburger.hamburger.is-active.black .hamburger-inner:after,
  .hamburger.hamburger.is-active.black .hamburger-inner:before {
    background-color: #fff !important;
  }
  .hamburger.hamburger.is-active.white .hamburger-inner,
  .hamburger.hamburger.is-active.white .hamburger-inner:after,
  .hamburger.hamburger.is-active.white .hamburger-inner:before {
    background-color: #000 !important;
  }
  .hamburger.pour-bandeau {
    right: -230px;
    top: 0;
    left: auto;
  }
  #block-menuprincipal div.menu {
    display: none;
    position: absolute !important;
    font-family: "SequelSans-BoldDisplay", sans-serif;
    color: white;
    top: 85px;
  }
  #block-menuprincipal div.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
  }
  #block-menuprincipal div.menu ul li {
    padding-top: 0;
  }
  #block-menuprincipal div.menu ul li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
  }
  .menu-other {
    top: 188px;
  }
  .menu-succursales {
    top: 188px;
  }
  .wrapper-menu .letters {
    margin-top: 0;
    right: 0;
    height: 578px;
  }
}
@media only screen and (min-width: 1280px) {
  .hamburger {
    top: 40px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background-color: #fff !important;
  }
}
.wrapper-menu-tertiaire-réseaux-sociaux {
  left: -100vw;
}