/* Generated by less 3.11.1 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
body {
  background: white;
  font-family: "Roboto", sans-serif;
}
/*---------- RECURRENTS ----------*/
.center {
  width: 1024px;
  margin: 0 auto;
}
h1,
h2 {
  font-family: "sloop-script-two", serif;
}
h1 {
  font-size: 180px;
  letter-spacing: 10px;
  margin-bottom: 10px;
  position: relative;
}
h1:after {
  letter-spacing: normal;
  content: "";
  text-align: right;
  display: block;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  top: 165px;
}
h2 {
  font-size: 100px;
  margin-bottom: 30px;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 5px;
  transform: translateX(-40%);
}
h3 {
  color: #b67e06;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}
p {
  color: black;
  font-size: 18px;
}
span.bold {
  font-weight: bold;
}
span.min {
  text-transform: none;
}
span.semi-bold {
  font-weight: 400;
}
/*--- MENU deroulant ---*/
.deroulant {
  cursor: pointer;
}
.deroulant:after {
  display: inline-block;
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
  transition: all 0.5s;
}
.deroulant ul.sous-menu li {
  list-style-type: none;
}
.deroulant.is-open:after {
  content: '\f068';
  transform: rotate(-180deg);
}
/*--- SLIDER ---*/
.slider .responsive {
  max-width: 900px;
}
.slider .responsive .fiche {
  position: relative;
  margin: 12.5px 25px 37.5px;
  width: 250px!important;
  background-color: white;
  text-align: center;
  box-shadow: 0 12.5px 25px rgba(0, 0, 0, 0.25);
}
.slider .responsive .fiche .img-text {
  padding: 20px;
  transition: all 0.5s;
}
.slider .responsive .fiche .img-text img {
  width: 100%;
  height: auto;
}
.slider .responsive .fiche .img-text p {
  font-weight: bold;
  font-size: 16px;
}
.slider .responsive .fiche .img-text p span.gamme {
  font-weight: lighter;
  color: black;
  margin-bottom: 10px;
}
.slider .responsive .fiche .img-text p span.prix {
  font-weight: bold;
  color: #b67e06;
  font-size: 18px;
}
.slider .responsive .fiche a {
  display: block;
  font-size: 16px;
  background-color: black;
  padding: 15px 20px;
  color: white;
  text-transform: uppercase;
  transition: all 0.5s;
}
.slider .responsive .fiche:hover p:nth-of-type(1) {
  text-decoration: underline;
}
.slider .responsive .fiche:hover a {
  background-color: #b67e06;
}
/*-CSS modifié sur le modele de slide-*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
  z-index: 0;
}
.slick-prev,
.slick-next {
  height: auto;
  max-width: 30px;
}
.slick-next:before {
  content: url(../img/next-right.svg);
}
.slick-prev:before {
  content: url(../img/next-left.svg);
}
/*--- COULEURS teintes ---*/
.teinte-1 {
  background-color: #ac7676;
}
.teinte-2 {
  background-color: #cc6e66;
}
.teinte-3 {
  background-color: #9c5052;
}
.teinte-4 {
  background-color: #e66b80;
}
.teinte-5 {
  background-color: #7d293a;
}
.teinte-6 {
  background-color: #e5adae;
}
.teinte-7 {
  background-color: #f03d40;
}
.teinte-8 {
  background-color: #f44147;
}
.teinte-9 {
  background-color: #c5152a;
}
.teinte-10 {
  background-color: #f33d66;
}
.teinte-11 {
  background-color: #f1215f;
}
.teinte-12 {
  background-color: #a41e36;
}
/*---------- VARIABLE ----------*/
/*---------------------------------------------------------*/
/*-----BURGER-----*/
div.burger {
  display: none;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: black;
  z-index: 9999;
  cursor: pointer;
}
div.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: white;
  display: block;
  transition: all 0.3s ease-in-out;
}
div.burger span:before,
div.burger span:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  display: block;
  transition: all 0.3s ease-in-out;
}
div.burger span:before {
  top: -10px;
}
div.burger span:after {
  top: 10px;
}
/*------ NAV ------*/
div.menu {
  position: relative;
  z-index: 99;
  background-color: black;
  padding: 25px;
  width: 100%;
}
div.menu div.container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
div.menu div.container div.logo a {
  display: block;
}
div.menu div.container div.logo a img {
  width: 150px;
  height: 57.72px;
}
div.menu div.container nav {
  align-self: flex-end;
}
div.menu div.container nav > ul {
  font-size: 0;
}
div.menu div.container nav > ul > li {
  font-size: 24px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  transition: color 0.5s;
  padding: 0 25px;
  font-weight: 300;
  text-align: center;
}
div.menu div.container nav > ul > li a {
  display: block;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  transition: color 0.5s;
}
div.menu div.container nav > ul > li a:hover {
  color: #b67e06;
}
div.menu div.container nav > ul > li a.active {
  color: #b67e06;
}
div.menu div.container nav > ul > li.deroulant {
  position: relative;
  cursor: pointer;
}
div.menu div.container nav > ul > li.deroulant ul.sous-menu {
  color: white;
  padding: 15px 0;
  /*padding nav 25px - padding a li deroulant = 5px*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  background-color: black;
}
div.menu div.container nav > ul > li.deroulant ul.sous-menu li {
  text-align: center;
  padding: 10px 0;
}
div.menu div.container nav > ul > li.deroulant ul.sous-menu li a {
  text-transform: none;
  font-weight: lighter;
  font-size: 24px;
}
div.menu div.container nav > ul > li.deroulant ul.sous-menu li a.active {
  color: #b67e06;
  font-weight: normal;
}
div.menu div.container nav > ul > li.search-bar {
  padding: 0 0 0 15px;
}
div.menu div.container nav > ul > li.search-bar form {
  border: none;
}
div.menu div.container nav > ul > li.search-bar form input[type=text] {
  font-size: 16px;
  color: hsl(0, 0%, 50%);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 4px 8px;
  vertical-align: bottom;
  max-width: 150px;
}
div.menu div.container nav > ul > li.search-bar form input[type=text]:focus {
  outline: none;
}
div.menu div.container nav > ul > li.search-bar form button {
  font-size: 24px;
  padding-left: 10px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: color 0.5s;
}
div.menu div.container nav > ul > li.search-bar form button:hover {
  color: #b67e06;
}
div.menu div.container nav > ul > li.search-bar form button:focus {
  outline: none;
}
div.menu div.container nav > ul > li.icon {
  padding: 0 0 0 15px;
}
div.menu div.container nav > ul > li.icon a {
  display: block;
  font-size: 24px;
}
div.menu div.container nav > ul > li:hover {
  color: #b67e06;
}
div.menu div.container nav > ul > li.active {
  color: #b67e06;
}
/*--------------- PAGE INDEX ---------------*/
/*---HEADER---*/
header {
  background-image: url(../img/header-background.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  padding-top: 250px;
  padding-bottom: 175px;
  position: relative;
  z-index: -2;
}
header div.center {
  padding: 0 100px;
}
header div.center div.presentation {
  max-width: 420px;
  padding: 25px;
}
header div.center div.presentation h1 {
  color: white;
}
header div.center div.presentation h1:after {
  transform: translateX(30%);
  content: "Sublimez vos lèvres";
}
header div.center div.presentation p {
  padding-left: 80px;
  color: white;
  font-weight: lighter;
}
/*---SECTION SLIDER produit ---*/
section.slider-index {
  position: relative;
  top: -100px;
}
/*--- SECTION GAMME ---*/
section.gamme-index {
  padding-bottom: 100px;
}
section.gamme-index article img {
  margin: 0 auto;
  max-width: 565px;
  height: auto;
}
section.gamme-index article h3 {
  text-align: center;
  margin-bottom: 10px;
}
section.gamme-index article div.nav-gamme ul {
  font-size: 0;
  text-align: center;
}
section.gamme-index article div.nav-gamme ul li {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  border-right: 1.9px solid black;
}
section.gamme-index article div.nav-gamme ul li:nth-last-of-type(1) {
  border-right: none;
}
section.gamme-index article div.nav-gamme ul li a {
  font-size: 18px;
  color: black;
  transition: all 0.5s;
}
section.gamme-index article div.nav-gamme ul li a:hover {
  text-decoration: underline;
}
/*--- SECTION TEINTES ---*/
section.teintes-index {
  background-image: url(../img/index-teinte-background.jpg);
  background-color: black;
  background-position: left center;
  background-size: cover;
  margin-bottom: 180px;
}
section.teintes-index div.center article {
  margin-left: auto;
  transform: translateX(18%) translateY(80px);
  padding: 40px;
  background-color: black;
  max-width: 710px;
  text-align: center;
}
section.teintes-index div.center article h2 {
  color: white;
}
section.teintes-index div.center article h2:after {
  content: "en toute circonstance";
}
section.teintes-index div.center article p {
  font-weight: lighter;
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}
section.teintes-index div.center article div.bouches {
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
section.teintes-index div.center article div.bouches div.couleurs {
  width: calc(54.531% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
section.teintes-index div.center article div.bouches div.couleurs span {
  display: inline-block;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  flex-shrink: 0;
  transition: border 0.1s;
  cursor: pointer;
}
section.teintes-index div.center article div.bouches div.couleurs span:hover {
  border: 4px solid rgba(0, 0, 0, 0.25);
}
section.teintes-index div.center article div.bouches div.couleurs span.active {
  border: 4px solid black;
}
section.teintes-index div.center article div.bouches div.img-bouche {
  max-width: 295px;
  overflow: hidden;
}
section.teintes-index div.center article div.bouches div.img-bouche img {
  width: 100%;
  height: auto;
}
/*--------------- PAGE GAMME ---------------*/
section.gamme {
  padding-top: 290px;
  padding-bottom: 140px;
  position: relative;
  z-index: 9;
}
section.gamme div.contenu div.img {
  display: none;
}
section.gamme div.contenu div.presentation {
  max-width: 420px;
  padding: 25px;
}
section.gamme div.contenu div.presentation h1 {
  color: black;
  letter-spacing: inherit;
}
section.gamme div.contenu div.presentation h1:after {
  content: "Notre gamme";
  color: black;
  transform: translateX(30%);
}
section.gamme div.contenu div.presentation div.text {
  padding-left: 80px;
}
section.gamme div.contenu div.presentation div.text p {
  color: black;
  font-weight: 300;
  margin-bottom: 20px;
}
section.gamme div.contenu div.presentation div.text > ul {
  width: 100%;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant {
  z-index: 2;
  padding: 10px;
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant:after {
  right: 10px;
  position: absolute;
  content: '\f0d7';
  color: black;
  font-size: 18px;
  vertical-align: top;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant.is-open:after {
  content: '\f0d8';
  transform: inherit;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  left: 0;
  z-index: 9;
  background-color: white;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu li {
  padding: 5px 40px;
  transition: all 0.5s;
  text-align: left;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu li:nth-last-of-type(1) {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu li a {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
  font-size: 16px;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu li a span {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 17.5px;
  margin-right: 10px;
}
section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu li:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
section.gamme div.contenu div.presentation div.text a.btn {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  background-color: black;
  transition: all 0.5s;
}
section.gamme div.contenu div.presentation div.text a.btn:hover {
  background-color: #b67e06;
}
section.gamme#nacre {
  background-image: url(../img/gamme-rouge-nacre.png);
  background-repeat: no-repeat;
  background-position: center right;
}
section.gamme#mat {
  background-image: url(../img/gamme-rouge-mat.png);
  background-repeat: no-repeat;
  background-position: center right;
}
section.gamme#brillant {
  background-image: url(../img/gamme-rouge-brillant.png);
  background-repeat: no-repeat;
  background-position: center right;
}
section.gamme#satine {
  background-image: url(../img/gamme-rouge-satin.png);
  background-repeat: no-repeat;
  background-position: center right;
}
/* --- SLIDER --- */
section.slider-gamme {
  padding: 0 80px;
  margin-bottom: 100px;
}
section.slider-gamme p span.text {
  margin-left: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
section.slider-gamme div.responsive div.fiche {
  margin: 20px 25px 37.5px;
}
/*--------------- PAGE TEINTES ---------------*/
section.teintes {
  padding-top: 115px;
  padding-bottom: 140px;
}
section.teintes div.contenu {
  display: flex;
}
section.teintes div.contenu div.text-couleurs {
  width: 50%;
}
section.teintes div.contenu div.text-couleurs h1 {
  letter-spacing: inherit;
}
section.teintes div.contenu div.text-couleurs h1:after {
  content: 'Nos Nuances';
  color: Black;
}
section.teintes div.contenu div.text-couleurs div.text {
  width: 308px;
  margin-left: auto;
  margin-right: 65px;
}
section.teintes div.contenu div.text-couleurs div.text p {
  margin-bottom: 40px;
  font-weight: 300;
}
section.teintes div.contenu div.text-couleurs div.text div.img {
  display: none;
}
section.teintes div.contenu div.text-couleurs div.text div.couleurs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
section.teintes div.contenu div.text-couleurs div.text div.couleurs span {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 5px 0;
  transition: border 0.1s;
  cursor: pointer;
}
section.teintes div.contenu div.text-couleurs div.text div.couleurs span:hover {
  border: 4px solid rgba(0, 0, 0, 0.25);
}
section.teintes div.contenu div.text-couleurs div.text div.couleurs span.active {
  border: 4px solid black;
}
section.teintes div.contenu div.text-couleurs div.text div.selecteur {
  position: relative;
  text-align: center;
}
section.teintes div.contenu div.text-couleurs div.text div.selecteur span {
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  display: block;
}
section.teintes div.contenu div.bouches {
  align-self: center;
  max-width: 567px;
}
section.teintes div.contenu div.bouches img {
  width: 100%;
  height: auto;
}
/*--- SECTION SERVICES ---*/
section.services {
  background-color: black;
  width: 100%;
  padding: 30px;
}
section.services div.center {
  display: flex;
  justify-content: space-around;
}
section.services div.center > ul {
  width: 33.333%;
  font-size: 0;
}
section.services div.center > ul > li.deroulant {
  width: 100%;
  color: white;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  position: relative;
}
section.services div.center > ul > li.deroulant.is-open {
  color: #b67e06;
}
section.services div.center > ul > li.deroulant:after {
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 2.5;
}
section.services div.center > ul > li.deroulant ul.sous-menu {
  padding: 5px 0;
}
section.services div.center > ul > li.deroulant ul.sous-menu li a {
  padding: 5px 0;
  display: block;
  font-size: 18px;
  color: white;
  font-weight: lighter;
  transition: color 0.5s;
}
section.services div.center > ul > li.deroulant ul.sous-menu li a:hover {
  color: #b67e06;
}
/*--- SECTION NEWSLETTERS ---*/
section.newletter {
  background-color: black;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid white;
}
section.newletter div.center article {
  text-align: center;
}
section.newletter div.center article h3 {
  font-family: "Roboto", sans-serif;
  color: white;
  text-transform: none;
}
section.newletter div.center article p {
  color: white;
  font-weight: lighter;
  margin-bottom: 10px;
}
section.newletter div.center article a {
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  background-color: white;
  display: inline-block;
  padding: 10px 55px;
  transition: all 0.5s;
}
section.newletter div.center article a:hover {
  background-color: #b67e06;
  color: white;
}
/*--- FOOTER ---*/
footer {
  background-color: black;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid white;
}
footer div.center p {
  color: white;
  text-align: center;
  font-weight: lighter;
  font-size: 16px;
}
footer div.center p span {
  text-transform: uppercase;
}
footer div.center p a {
  color: white;
  transition: color 0.5s;
}
footer div.center p a:hover {
  color: #b67e06;
}
footer div.center p:nth-last-of-type(1) {
  font-size: 18px;
}
/*----------------------------RESPONSIVE-----------------------------*/
/*--------------- MEDIA SCREEN -------------------------1280px*/
@media screen and (max-width: 1280px) {
  .center {
    width: 960px;
  }
  /*------ NAV ------*/
  div.menu div.container {
    max-width: 1024px;
  }
  /*--------------- PAGE INDEX ---------------*/
  /*------ HEADER ------*/
  header {
    background-position: bottom;
  }
  /*--- SECTION TEINTES ---*/
  section.teintes-index div.center article {
    transform: translateX(4.5%) translateY(80px);
  }
  /*--- SECTION SERVICES ---*/
  section.services {
    padding: 30px 25px;
  }
  section.services div.center > ul > li.deroulant#mentions:after {
    right: 25px;
  }
  /*--------------- PAGE GAMME ---------------*/
  section.slider-gamme {
    padding: 0;
  }
  section.slider-gamme p span.text {
    margin-left: 50px;
  }
}
/*--------------- MEDIA SCREEN -------------------------1024px*/
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
  }
  h1 {
    font-size: 160px;
  }
  h1:after {
    top: 145px;
  }
  /*------ NAV ------*/
  div.menu {
    padding: 25px 0;
  }
  div.menu div.container {
    flex-direction: column;
    max-width: 800px;
  }
  div.menu div.container div.logo {
    align-self: center;
    margin-bottom: 50px;
  }
  div.menu div.container nav {
    align-self: center;
  }
  div.menu div.container nav > ul > li {
    padding: 0 20px;
  }
  div.menu div.container nav > ul > li.search-bar {
    padding: 0;
  }
  div.menu div.container nav > ul > li.search-bar form input[type=text] {
    max-width: 125px;
  }
  /*--------------- PAGE INDEX ---------------*/
  /*------ HEADER ------*/
  header div.center div.presentation h1 {
    text-shadow: black 0 0 15px;
  }
  header div.center div.presentation h1:after {
    text-shadow: black 0 0 8px;
  }
  /*--- SECTION TEINTES ---*/
  section.teintes-index div.center article {
    transform: translateX(0) translateY(100px);
  }
  /*--- SECTION SERVICES ---*/
  section.services {
    padding: 30px 0px;
  }
  /*--------------- PAGE GAMME ---------------*/
  section.gamme {
    padding: 290px 50px 140px;
  }
  section.gamme div.contenu div.presentation h1 {
    text-shadow: white 1px 0 15px;
  }
  section.gamme#nacre {
    background-size: 60%;
  }
  section.gamme#mat {
    background-size: 60%;
  }
  section.gamme#brillant {
    background-size: 60%;
  }
  section.gamme#satine {
    background-size: 60%;
  }
  /*--------------- PAGE TEINTES ---------------*/
  section.teintes {
    padding: 115px 25px 140px;
  }
  section.teintes div.contenu div.text-couleurs div.text p {
    margin-bottom: 20px;
  }
}
/*--------------- MEDIA SCREEN -------------------------960px*/
/*BURGER*/
@media screen and (max-width: 960px) {
  .center {
    width: 800px;
  }
  /*--- SLIDER ---*/
  .slider .responsive {
    max-width: 600px;
  }
  /*----- MENU burger -----*/
  div.burger {
    display: block;
  }
  div.burger.burger-open {
    background-color: transparent;
  }
  div.burger.burger-open span {
    background-color: transparent;
  }
  div.burger.burger-open span:before {
    transform: rotate(135deg);
    top: 0;
  }
  div.burger.burger-open span:after {
    transform: rotate(-135deg);
    top: 0;
  }
  /*--- NAV ---*/
  div.menu div.container div.logo {
    margin-bottom: 0;
  }
  div.menu div.container nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -50%;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  div.menu div.container nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 25px;
  }
  div.menu div.container nav > ul > li {
    font-size: 22px;
    padding: 15px;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
  }
  div.menu div.container nav > ul > li.search-bar {
    width: 44px;
    order: -2;
    border: none;
    display: inline-block;
  }
  div.menu div.container nav > ul > li.search-bar form input[type=text] {
    display: none;
  }
  div.menu div.container nav > ul > li.search-bar form button {
    padding-left: 0;
    padding: 15px 10px;
  }
  div.menu div.container nav > ul > li.icon {
    border: none;
    text-align: center;
    padding: 15px 10px;
    width: 44px;
    order: -4;
    display: inline-block;
  }
  div.menu div.container nav > ul > li.deroulant:after {
    position: absolute;
    display: block;
    top: 20.5px;
    left: 120px;
  }
  div.menu div.container nav > ul > li.deroulant ul.sous-menu {
    position: inherit;
    background-color: transparent;
  }
  div.menu div.container nav > ul > li.deroulant ul.sous-menu li {
    text-align: left;
    padding: 10px 60px;
  }
  div.menu div.container nav.is-open {
    transform: translateX(0);
    left: 0;
  }
  /*--------------- PAGE INDEX ---------------*/
  /*--- SECTION TEINTES ---*/
  section.teintes-index div.center article {
    margin-left: 0;
    margin: 0 auto;
  }
  /*--- SECTION SERVICES ---*/
  section.services div.center > ul > li.deroulant:after {
    right: 25px;
  }
  section.services div.center > ul > li.deroulant#mentions:after {
    right: 0;
  }
  /*--------------- PAGE GAMME ---------------*/
  section.gamme {
    padding: 100px 0 0;
  }
  section.gamme div.contenu {
    position: relative;
  }
  section.gamme div.contenu div.img {
    display: block;
    margin: auto;
    width: 50%;
  }
  section.gamme div.contenu div.img img {
    width: 100%;
    height: auto;
  }
  section.gamme div.contenu div.presentation {
    margin: 0 auto;
    transform: translateY(-100px);
  }
  section.gamme div.contenu div.presentation h1 {
    transform: translateX(-15%);
  }
  section.gamme div.contenu div.presentation h1:after {
    right: -15%;
  }
  section.gamme div.contenu div.presentation div.text {
    padding-left: inherit;
    padding: 0 40px;
  }
  section.gamme#nacre {
    background-image: none;
  }
  section.gamme#mat {
    background-image: none;
  }
  section.gamme#brillant {
    background-image: none;
  }
  section.gamme#satine {
    background-image: none;
  }
  /*---SLIDER gamme ---*/
  section.slider-gamme p span.text {
    margin-left: 125px;
  }
  /*--------------- PAGE TEINTES ---------------*/
  section.teintes {
    padding: 100px 0;
    margin-bottom: 50px;
  }
  section.teintes div.contenu div.text-couleurs {
    margin: 0 auto;
  }
  section.teintes div.contenu div.text-couleurs h1 {
    transform: translateX(-15%);
  }
  section.teintes div.contenu div.text-couleurs div.text {
    margin: 0;
    width: 100%;
  }
  section.teintes div.contenu div.text-couleurs div.text p {
    margin-bottom: 40px;
  }
  section.teintes div.contenu div.text-couleurs div.text div.img {
    display: block;
    overflow: hidden;
    height: 225px;
    margin-bottom: 20px;
  }
  section.teintes div.contenu div.text-couleurs div.text div.img img {
    transform: translateY(-25%);
    width: 100%;
    height: auto;
  }
  section.teintes div.contenu div.text-couleurs div.text div.couleurs span {
    width: 60px;
    height: 60px;
    margin: 2.5px 0;
  }
  section.teintes div.contenu div.bouches {
    display: none;
  }
}
/*--------------- MEDIA SCREEN -------------------------800px*/
@media screen and (max-width: 800px) {
  .center {
    max-width: 600px;
    width: inherit;
  }
  h1 {
    font-size: 140px;
  }
  h1:after {
    top: 125px;
    font-size: 22px;
  }
  /*--- SLIDER ---*/
  .slider .responsive {
    max-width: inherit;
    width: 300px;
  }
  /*--------------- PAGE INDEX ---------------*/
  /* ---HEADER --- */
  header {
    padding: 100px 0 200px;
    position: relative;
  }
  header:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: hsla(41, 94%, 2%, 0.5);
  }
  header div.center {
    position: relative;
    padding: 0 25px;
    max-width: 100%;
  }
  header div.center div.presentation {
    margin: 0 auto;
    padding: 0;
  }
  header div.center div.presentation h1 {
    transform: translateX(5%);
  }
  header div.center div.presentation h1:after {
    right: 50px;
    transform: translateX(10%);
  }
  header div.center div.presentation p {
    padding: 0 40px;
  }
  /*--SECTION GAMME --*/
  section.gamme-index article img {
    max-width: 100%;
  }
  /*--SECTION TEINTES --*/
  section.teintes-index {
    background-image: url(../img/teinte-background800px.jpg);
    background-repeat: no-repeat;
  }
  section.teintes-index div.center article {
    padding: 30px;
    max-width: 440px;
  }
  section.teintes-index div.center article h2 {
    text-align: left;
    transform: translateX(7.5%);
  }
  section.teintes-index div.center article h2:after {
    font-size: 22px;
    right: -20px;
  }
  section.teintes-index div.center article p {
    font-size: 22px;
    padding: 0 20px;
  }
  section.teintes-index div.center article div.bouches {
    flex-direction: column-reverse;
  }
  section.teintes-index div.center article div.bouches div.couleurs {
    width: 100%;
    height: 110px;
  }
  section.teintes-index div.center article div.bouches div.couleurs span {
    width: 50px;
    height: 50px;
  }
  section.teintes-index div.center article div.bouches div.img-bouche {
    max-width: 100%;
    margin-bottom: 20px;
  }
  /*--SECTION SERVICES --*/
  section.services {
    padding: 20px;
  }
  section.services div.center {
    flex-direction: column;
  }
  section.services div.center > ul {
    align-self: center;
    width: 300px;
    padding: 10px 0;
  }
  section.services div.center > ul > li.deroulant {
    font-size: 22px;
  }
  section.services div.center > ul > li.deroulant:after {
    display: block;
    right: 20px;
  }
  section.services div.center > ul > li.deroulant#mentions:after {
    right: 20px;
  }
  /*--------------- PAGE GAMME ---------------*/
  section.gamme {
    margin-bottom: 100px;
  }
  section.gamme div.contenu div.img {
    width: 60%;
  }
  section.gamme div.contenu div.presentation {
    transform: translateY(-40px);
  }
  section.gamme div.contenu div.presentation h1 {
    font-size: 120px;
    transform: translateX(-4%);
  }
  section.gamme div.contenu div.presentation h1:after {
    right: 18%;
    top: 110px;
  }
  section.gamme div.contenu div.presentation div.text {
    padding: 0 40px;
  }
  section.gamme div.contenu div.presentation div.text p {
    margin-bottom: 30px;
  }
  section.gamme div.contenu div.presentation div.text > ul {
    margin-bottom: 30px;
  }
  /* --- slider gamme --- */
  section.slider-gamme p {
    text-align: center;
  }
  section.slider-gamme p span.text {
    margin-left: 0;
  }
  section.slider-gamme div.responsive {
    margin-top: 10px;
  }
  /*--------------- PAGE TEINTES ---------------*/
  section.teintes {
    margin-bottom: 100px;
  }
  section.teintes div.contenu div.text-couleurs {
    width: 320px;
  }
  section.teintes div.contenu div.text-couleurs h1 {
    font-size: 120px;
  }
  section.teintes div.contenu div.text-couleurs h1:after {
    top: 110px;
  }
  section.teintes div.contenu div.text-couleurs div.text div.couleurs {
    height: 210px;
    margin-bottom: 30px;
  }
  section.teintes div.contenu div.text-couleurs div.text div.couleurs span {
    width: 65px;
    height: 65px;
  }
}
/*--------------- MEDIA SCREEN -------------------------480px*/
@media screen and (max-width: 480px) {
  .center {
    max-width: 100%;
  }
  h1 {
    font-size: 100px;
  }
  h1:after {
    top: 120px;
  }
  .slick-prev,
  .slick-next {
    max-width: 0;
  }
  /*--- BURGER ---*/
  div.burger {
    height: 48.11px;
  }
  /*--- NAV ---*/
  div.menu div.container div.logo a img {
    width: 125px;
    height: 48.11px;
  }
  div.menu div.container nav {
    width: 100%;
    padding: 50px 25px;
  }
  /*---HEADER---*/
  header div.center {
    max-width: 320px;
    padding: 0 20px;
  }
  header div.center div.presentation h1 {
    transform: translateX(3%);
    margin-bottom: 40px;
  }
  header div.center div.presentation h1:after {
    right: 20px;
  }
  header div.center div.presentation p {
    padding: 0 20px;
  }
  /*--SECTION GAMME --*/
  section.gamme-index {
    padding: 0 20px 150px;
  }
  section.gamme-index article h3 {
    font-size: 22px;
  }
  /*--SECTION TEINTES --*/
  section.teintes-index {
    background-image: none;
    margin-bottom: 100px;
  }
  section.teintes-index div.center {
    max-width: 320px;
  }
  section.teintes-index div.center article {
    transform: inherit;
    padding: 40px 20px;
  }
  section.teintes-index div.center article h2 {
    transform: translateX(-4.5%);
    font-size: 90px;
    width: 300px;
    margin: 0 auto 30px;
  }
  section.teintes-index div.center article h2:after {
    bottom: 0px;
    right: -85px;
  }
  section.teintes-index div.center article p {
    font-size: 20px;
    padding: 0;
  }
  section.teintes-index div.center article div.bouches div.couleurs {
    height: 170px;
  }
  /*--------------- PAGE GAMME ---------------*/
  section.gamme div.contenu div.img {
    width: 70%;
  }
  section.gamme div.contenu div.presentation {
    width: 320px;
  }
  section.gamme div.contenu div.presentation h1 {
    font-size: 90px;
  }
  section.gamme div.contenu div.presentation h1:after {
    top: 80px;
  }
  section.gamme div.contenu div.presentation div.text {
    padding: 0;
  }
  section.gamme div.contenu div.presentation div.text > ul li.deroulant ul.sous-menu li {
    padding: 5px 0;
  }
  section.slider-gamme p span.text {
    font-size: 16px;
  }
  /*--------------- PAGE TEINTES ---------------*/
  section.teintes {
    margin-bottom: 100px;
  }
  section.teintes div.contenu div.text-couleurs {
    width: 280px;
  }
  section.teintes div.contenu div.text-couleurs h1 {
    transform: translateX(-6%);
    font-size: 90px;
    margin-bottom: 30px;
  }
  section.teintes div.contenu div.text-couleurs h1:after {
    top: 85px;
    right: -30px;
    transform: inherit;
  }
  section.teintes div.contenu div.text-couleurs div.text div.couleurs span {
    width: 60px;
    height: 60px;
  }
  /*--- FOOTER ---*/
  footer {
    padding: 20px 0;
  }
  footer div.center p:nth-last-of-type(1) {
    font-size: 16px;
  }
}
