@charset "UTF-8";
/*-----------------------------------------------------------------------------------*/
/*  Variables
/*-----------------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: inherit;
  cursor: pointer;
}

ul {
  padding: 0;
  list-style: none;
}

b {
  font-weight: 700;
}

img {
  max-width: 100%;
}

.icone {
  white-space: nowrap;
  text-indent: 1000%;
  overflow: hidden;
  display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
body {
  font-family: fieldwork, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #9D4C35;
  font-weight: 400;
}

.title {
  font-family: cabrito-didone-normal, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  margin: 0;
  color: #DD6244;
  line-height: 1.4;
}

.title--input {
  color: #E66F09;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.title--jaune {
  color: #E66F09;
}

.title--small {
  font-size: 21px;
}

.subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.subtitle--rouille {
  color: #DD6244;
}

.text {
  font-size: 16px;
  line-height: 1.4;
}

.text--subtitle {
  color: #F6A040;
  text-align: center;
  margin-top: 5px;
}

.text--sub-color {
  color: #9D4C35;
}

.text--orange {
  color: #DD6244;
}

.text__big {
  font-size: 18px;
}

.text__big--jaune {
  color: #F6A040;
}

.text--bleu {
  color: #298F67;
}

.text--jaune {
  color: #E66F09;
}

.text--tab {
  font-style: italic;
  color: #C54C2B;
}

.text--attention {
  font-size: 12px;
}

.text--note {
  font-size: 12px;
  opacity: 0.8;
}

.text__bloc {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.name {
  font-weight: 600;
  text-transform: capitalize;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #E66F09;
  font-weight: 600;
  font-size: 16px;
}

.chapter {
  text-align: center;
  color: #E19687;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  animation: appElNav 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.chapter span {
  font-size: 14px;
  display: block;
  opacity: 0.5;
}

.menu-big__el--ebook {
  color: #9E2F20;
  text-align: center;
}

.menu-big__el--ebook .title {
  color: #9E2F20;
}

.menu-big__sub {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  opacity: 0.7;
  line-height: 1.3;
}

.link--extern {
  border-bottom: 1.3px solid;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.link--extern:hover {
  color: #DD6244;
  border-bottom-color: transparent;
}

.word__def {
  font-size: 12px;
}

@media screen and (min-width: 700px) {
  body {
    font-size: 16px;
  }
  .title {
    font-size: 31px;
  }
  .title--input {
    font-size: 21px;
  }
  .title--small {
    font-size: 25px;
  }
  .subtitle {
    font-size: 18px;
  }
  .text {
    font-size: 18px;
  }
  .text__big {
    font-size: 21px;
  }
  .text--subtitle {
    font-size: 18px;
  }
  .text--attention, .text--note {
    font-size: 14px;
  }
  .text__bloc {
    font-size: 18px;
  }
  .btn {
    font-size: 18px;
  }
  .chapter {
    font-size: 14px;
  }
  .burger__el {
    font-size: 25px;
  }
  .word__def {
    font-size: 14px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Layout
/*-----------------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #FCF9F4;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(157, 76, 53, 0.6);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(157, 76, 53, 0.8);
}

::-moz-selection {
  color: #FCF9F4;
  background: #C54C2B;
}

::selection {
  color: #FCF9F4;
  background: #C54C2B;
}

body {
  width: 90%;
  margin: 0 auto;
  background-color: #FCF9F4;
}

.logo {
  margin-left: -75px;
  opacity: 0;
  animation: appElNav 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.logo a {
  margin: 0;
  height: 170px;
  width: 280px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url(../assets/img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.logo--small {
  margin: 0;
  position: absolute;
  animation: none;
  opacity: 1;
}

.logo--small a {
  height: 60px;
  width: 50px;
  background-image: url(../assets/img/logo-small.svg);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.logo--small a:hover {
  opacity: 0.5;
  transform: scale(0.97);
}

.logo--small a:active {
  opacity: 1;
}

.logo--white a {
  background-image: url(../assets/img/logo-small-white.svg);
}

.container {
  margin-bottom: 100px;
  position: relative;
}

.container--landing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.container--landing p {
  opacity: 0;
  animation: appElNav 0.8s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.container--landing .btn {
  opacity: 0;
  animation: appElNav 0.8s 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.container--anex {
  margin-top: 80px;
}

.container--intro {
  margin-bottom: 180px;
}

.section {
  margin-bottom: 60px;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.header--end {
  display: none;
}

.btn {
  position: relative;
  margin-top: 50px;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #F6A040;
  opacity: 1;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn:hover::after {
  width: 100%;
}

.btn:focus {
  transform: scale(0.95);
  opacity: 0.7;
}

#submit {
  display: none;
}

.img {
  width: 100%;
}

.img--concl {
  margin-top: 20px;
}

.montage-intro {
  position: relative;
  margin: 50px 0;
}

.montage-intro__fleur {
  height: 100px;
  width: 100px;
  background-image: url(../assets/img/fleur.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: -20px;
}

.text--attention {
  position: relative;
  width: 90%;
  margin-left: 10%;
  margin-top: 40px;
}

.text--attention::after {
  content: "";
  background-image: url(../assets/img/attention.svg);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: -15px;
}

.text--attention h4 {
  font-size: 14px;
  margin: 0;
}

.text--attention p {
  margin-top: 0;
}

input {
  background-color: inherit;
  border: inherit;
  border-bottom: 2px solid #F6A040;
  outline: none;
  width: 70%;
  margin-top: 50px;
  text-align: center;
  color: #9D4C35;
  font-size: 16px;
  font-family: fieldwork, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

input:-ms-input-placeholder {
  color: #DD6244;
  opacity: 0.5;
}

input::placeholder {
  color: #DD6244;
  opacity: 0.5;
}

.error {
  border-bottom: 2px solid #E43017;
  animation: errorInput 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

form {
  height: 50vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

video {
  width: 100%;
}

.montage-photo {
  position: relative;
  margin: 90px 0;
}

.montage-photo__arrow {
  height: 45px;
  width: 45px;
  background-image: url(../assets/img/arrow1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -30px;
}

.montage-photo__arrow::after {
  content: "Mes cheveux naturellement ondulé";
  color: #E66F09;
  text-align: center;
  line-height: 1;
  width: 180px;
  position: absolute;
  top: -20px;
  left: 50px;
}

.montage-photo__arrow--bottom {
  height: 60px;
  width: 60px;
  background-image: url(../assets/img/arrow2.svg);
  left: inherit;
  top: inherit;
  right: 0px;
  bottom: -30px;
}

.montage-photo__arrow--bottom::after {
  content: "Mes cheveux naturel après avoir changé de texture";
  top: inherit;
  left: inherit;
  width: 200px;
  bottom: -10px;
  right: 55px;
}

.montage-photo__arrow--apres::after {
  content: "Après 2 semaines de routine naturelle";
  top: -10px;
}

.montage-photo__arrow--apres2::after {
  content: "Après 3 mois de routine naturelle";
  bottom: -5px;
}

.montage-photo__arrow--coupe1::after {
  content: "Avant, coupe droite";
  top: -5px;
  left: 35px;
}

.montage-photo__arrow--coupe2::after {
  content: "Après, coupe maison, dégradé plus prononcé";
}

.word {
  color: #298F67;
  font-weight: 600;
}

.word__bloc {
  position: relative;
}

.word__def {
  padding: 10px 10px 10px 25px;
  margin-top: -10px;
  color: #298F67;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  z-index: 50;
  border-top: 1px solid rgba(41, 143, 103, 0.3);
  border-bottom: 1px solid rgba(41, 143, 103, 0.3);
  opacity: 0;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.word__def::before {
  content: "→";
  position: absolute;
  left: 5px;
}

.word__def--actif {
  margin-top: 10px;
  opacity: 1;
  position: static;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.masque__el {
  background-color: #298F67;
  color: #FCF9F4;
  padding: 60px 20px 20px 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.masque__el--nourrissant {
  background-color: #E66F09;
}

.masque__title {
  text-align: center;
  position: relative;
}

.masque__title::before {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url(../assets/img/goutte.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.masque__title--nourrissant::before {
  background-image: url(../assets/img/goutte-plein.svg);
}

.masque__text {
  color: #031A11;
  font-weight: 700;
  margin-bottom: 0;
}

.masque__text--jaune {
  color: #532100;
}

.section__concl {
  margin-top: 50px;
}

.body--end {
  background-image: url(../assets/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center right 25%;
  overflow-y: hidden;
}

.body--end .menu__btn span {
  background-color: #FCF9F4;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body--end {
    background-image: url(../assets/img/bg@2x.jpg);
  }
}

.container--end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: inherit;
}

.choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 90%;
}

.choice__el {
  background-color: #C54C2B;
  color: #FCF9F4;
  box-shadow: 2px 2px 8px 0px rgba(116, 24, 9, 0.3);
  padding: 80px 20px 10px 20px;
  text-align: center;
}

.choice__el--download {
  background-color: #F8BEAE;
  color: #9E2F20;
  margin-top: 20px;
}

.btn__choice {
  height: 50px;
  width: 50px;
  background-image: url(../assets/img/download-white.svg);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn__choice--insta {
  background-size: 40%;
  background-image: url(../assets/img/next.svg);
}

.btn__choice:hover {
  opacity: 0.5;
  transform: scale(0.95);
}

.btn__choice:active {
  opacity: 1;
}

.section__ref--title {
  margin-bottom: -10px;
}

.section__ref--el div {
  margin-bottom: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*  Responsive
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
  .container {
    width: 80%;
    margin: 0 auto 100px auto;
  }
  .container--landing {
    width: 80%;
    margin: 0 auto;
  }
  .container--intro {
    margin-bottom: 180px;
  }
  .container--anex {
    margin-top: 80px;
  }
  .container--end {
    width: 100%;
    margin: 0;
  }
  .choice {
    width: 400px;
  }
  .section__title {
    width: 350px;
    margin: 0 auto 50px auto;
  }
}

@media screen and (min-width: 700px) {
  .container {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  .container--landing {
    width: 450px;
    margin: 0 auto;
  }
  .container--intro {
    width: 60%;
    margin-bottom: 180px;
  }
  .container--access {
    width: 60%;
  }
  .container--coupe {
    width: 100%;
    margin: 0 0 180px 0;
  }
  .container--anex {
    margin-top: 80px;
  }
  .container--name {
    margin-bottom: 0;
  }
  .container--video {
    width: 100%;
  }
  .container--video .section {
    width: 60%;
    margin: 0 auto 60px auto;
  }
  .container--end {
    height: 90%;
    width: 100%;
    margin: 0;
    top: inherit;
    bottom: 0;
  }
  .logo a {
    height: 200px;
    width: 400px;
  }
  .logo--small a {
    height: 55px;
    width: 70px;
  }
  .logo--menu {
    left: 55px;
    top: 16px;
  }
  #form {
    width: 400px;
    margin: 0 auto;
  }
  .header {
    margin-bottom: 50px;
  }
  .header--end {
    display: block;
  }
  .section {
    width: 400px;
    margin: 0 auto 80px auto;
  }
  .masque {
    width: 350px;
    margin: 0 auto 50px auto;
  }
  .text--attention {
    width: 450px;
    margin: 60px auto 60px auto;
  }
  .choice__el--download {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1000px) {
  .section {
    width: 500px;
  }
  .section__title {
    width: 450px;
    margin: 0 auto 50px auto;
  }
  .section__title--large {
    width: 500px;
  }
  .container {
    width: 100%;
  }
  .container--intro {
    width: 100%;
  }
  .container--landing {
    width: 450px;
  }
  .montage-intro {
    grid-area: photo;
    margin-top: 0;
  }
  .montage-intro__fleur {
    height: 170px;
    width: 170px;
    left: 0px;
    bottom: -50px;
  }
  .section__intro {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-template-areas: "text1 photo" "text2 photo" "text2 photo";
  }
  .section__intro--text1 {
    grid-area: text1;
  }
  .section__intro--text2 {
    grid-area: text2;
  }
  .section__intro--text2 .text--attention {
    margin: 60px 0;
  }
  .section__intro--photo {
    grid-area: photo;
  }
  .section__experience {
    margin-top: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-template-areas: "text1 photo1";
  }
  .section__experience--text1 {
    grid-area: text1;
  }
  .section__experience--photo1 {
    grid-area: photo1;
  }
  .section__experience2 {
    width: 100%;
    margin: 120px 0 150px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-template-areas: "photo text1" "photo text2";
  }
  .section__experience2--text1 {
    grid-area: text1;
  }
  .section__experience2--text2 {
    grid-area: text2;
  }
  .section__experience2--photo {
    grid-area: photo;
  }
  .montage-photo {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .section__concl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (100px)[3];
    grid-template-rows: repeat(3, 100px);
    grid-column-gap: 0px;
    grid-template-areas: "text1 photo" "text2 photo" "text2 photo";
  }
  .section__concl--bottom {
    margin-top: 250px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-template-areas: "photo2 text1";
  }
  .section__concl--text1 {
    grid-area: text1;
  }
  .section__concl--text2 {
    grid-area: text2;
  }
  .section__concl--photo {
    grid-area: photo;
    width: 90%;
    justify-self: end;
  }
  .section__concl--photo2 {
    grid-area: photo2;
    width: 90%;
    justify-self: start;
  }
  .section__concl--center {
    display: block;
    margin-top: 100px;
    width: 500px;
    margin: 80px auto 150px auto;
  }
  .section__concl--propos {
    display: block;
  }
  .section__propos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (0.8fr)[3];
    grid-template-rows: repeat(3, 0.8fr);
    grid-column-gap: 40px;
    grid-template-areas: "text1 photo" "text2 photo" "text2 photo";
  }
  .section__propos--text1 {
    grid-area: text1;
  }
  .section__propos--text2 {
    grid-area: text2;
  }
  .section__propos--photo {
    grid-area: photo;
  }
  .section__propos--center {
    margin-top: 0;
  }
  .section__propos--center h3 {
    text-align: center;
  }
  .section__propos--center h3::after {
    content: ", je ne suis pas une spécialiste";
  }
  .section__credit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section__credit--el {
    width: 45%;
  }
  .section__ref {
    width: 100%;
  }
  .section__ref--el {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .montage-photo__arrow--coupe2 {
    bottom: 10px;
  }
  .section__coupe {
    margin: 80px 0 150px 0;
    grid-template-areas: "text1 photo" "text2 photo";
  }
  .choice {
    width: 850px;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .choice__el {
    width: 43%;
    padding: 120px 20px 20px 20px;
  }
  .choice__el--download {
    margin-top: 0;
  }
  .btn__choice {
    background-size: 40%;
  }
  .btn__choice--insta {
    background-size: 45%;
  }
  .masque {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 50px auto;
    max-width: 800px;
  }
  .masque__el {
    width: 43%;
    margin: 0;
  }
  .recipe__bloc--refresh {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .recipe__bloc--refresh img {
    width: 350px;
    height: 350px;
  }
  .recipe__bloc--refresh-reverse {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .logo--small {
    position: fixed;
  }
  .container {
    width: 80%;
    margin: 50px auto 100px auto;
  }
  .container--landing {
    width: 480px;
    margin: 0 auto;
  }
  .container--name {
    margin-bottom: 0;
  }
  .container--anex {
    margin-top: 80px;
  }
  .container--video .section {
    width: 500px;
    margin: 0 auto 60px auto;
  }
  .container--end {
    width: 100%;
    margin: 0;
  }
  .section {
    width: 500px;
    margin: 0 auto 60px auto;
  }
  .section__intro {
    grid-column-gap: 70px;
  }
  .section__coupe {
    width: 100%;
    margin: 80px 0 100px 0;
  }
  .btn::after {
    width: 0%;
  }
  #form {
    height: 35vh;
  }
  .video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  video {
    max-height: 50vh;
    width: inherit;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1400px) {
  .container--intro {
    width: 70%;
    max-width: 1000px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  Animations
/*-----------------------------------------------------------------------------------*/
@keyframes appElNav {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes appElNavReverse {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes desktElNav {
  from {
    transform: translateX(10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes elControls {
  from {
    transform: translateX(10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes elControlsNext {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes menuRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes menuBottom {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes errorInput {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes bubble {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

/*-----------------------------------------------------------------------------------*/
/*  MENU SECONDAIRE
/*-----------------------------------------------------------------------------------*/
.hidden {
  overflow: hidden;
}

.burger {
  height: 0;
  width: 90%;
  background-color: #C54C2B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger ul {
  height: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.burger li {
  opacity: 0;
}

.burger__el {
  position: relative;
  color: #FCF9F4;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.burger__el:hover {
  opacity: 0.5;
  font-style: italic;
}

.menu {
  width: 100%;
  height: 0vh;
  background-color: #FCF9F4;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.5s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.menu .burger {
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.menu--visible {
  opacity: 1;
  pointer-events: all;
  height: 100vh;
  z-index: 25;
  transition: all 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.menu--visible .burger {
  height: 85vh;
  transition: all 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.menu--visible .burger li:nth-child(1) {
  animation: appElNav 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.menu--visible .burger li:nth-child(2) {
  animation: appElNav 0.5s 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.menu--visible .burger li:nth-child(3) {
  animation: appElNav 0.5s 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.menu--visible .burger li:nth-child(4) {
  animation: appElNav 0.5s 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.menu--visible .burger li:nth-child(5) {
  animation: appElNav 0.5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.menu--visible .copy {
  animation: appElNav 0.5s 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.menu--visible .copy a {
  color: #9D4C35;
  font-size: 12px;
}

.menu--end {
  background-color: transparent;
}

.menu__btn {
  background: none;
  border: inherit;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 3%;
  right: 5%;
  z-index: 30;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.menu__btn span {
  width: 100%;
  height: 1.5px;
  background-color: #9D4C35;
  position: absolute;
  left: 0;
  border-radius: 50px;
  transition: top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.menu__btn span:nth-child(1) {
  top: 0;
}

.menu__btn span:nth-child(2) {
  top: 100%;
}

.menu__btn--open span {
  transition: top 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.menu__btn--open span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.menu__btn--open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
}

.menu__btn--landing {
  right: 0;
}

.menu-big {
  display: none;
}

@media screen and (min-width: 700px) {
  .burger ul {
    height: 50%;
  }
  .menu--visible .copy {
    bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
  .menu {
    top: 0;
    width: 100%;
    height: 100vh;
    right: 0;
    display: block;
    background-color: transparent;
  }
  .menu__btn {
    z-index: 25;
    position: fixed;
    right: 5vw;
  }
  .menu--visible .menu-big__el--img, .menu--visible .menu-big__el--ebook {
    animation: menuBottom 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .menu--visible .menu-big__el--link, .menu--visible .menu-big__el--logo {
    transform-origin: 0% 50%;
    animation: menuRight 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .menu-big {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: (33.33vh)[3];
    grid-template-rows: repeat(3, 33.33vh);
    grid-gap: 0px;
    grid-template-areas: "logo img img projet projet projet" "link link link projet projet projet" "link link link projet projet projet";
  }
  .menu-big__el {
    padding: 5% 25%;
  }
  .menu-big__el--logo {
    grid-area: logo;
    background-color: #FFE0D7;
    padding: 10px;
  }
  .menu-big__el--img {
    grid-area: img;
    padding: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/img/img-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
  .menu-big__el--ebook {
    grid-area: projet;
    background-color: #F8BEAE;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-big__el--link {
    grid-area: link;
    background-color: #C54C2B;
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-big__el--center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .menu-big__list {
    margin: 20px 0;
  }
  .menu-big__sub {
    margin: 0;
  }
  .menu-big__arrow {
    width: 20px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url(../assets/img/download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 20px;
    transition: all 0.3s ease-in-out;
  }
  .menu-big__arrow:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION CHAPTER
/*-----------------------------------------------------------------------------------*/
.controls {
  background-color: #FCF9F4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(168, 58, 31, 0.2);
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.controls ul {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0;
}

.controls__chap {
  display: none;
}

.arrow {
  height: 25px;
  width: 25px;
  outline: none;
  background-image: url(../assets/img/prev.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  display: inline-block;
  padding: 10px;
}

.arrow--next {
  background-image: url(../assets/img/next.svg);
}

.arrow--intro {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: #E66F09;
  width: 210px;
  background-size: 8%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
}

.arrow--intro::before {
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../assets/img/arrow-intro.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 70%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.arrow--intro::after {
  bottom: 0;
}

.arrow--intro:focus {
  opacity: 0.7;
  transform: translateX(-50%);
}

.arrow__input {
  opacity: 0.5;
}

.arrow__input--valid {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .arrow--intro {
    bottom: 0px;
    left: 0%;
    transform: inherit;
    font-size: 16px;
    width: 235px;
  }
  .arrow--intro::before {
    left: -40px;
    transform: inherit;
    top: 2px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .arrow--intro::after {
    height: 2px;
    width: 100%;
  }
  .arrow--intro:hover {
    padding-left: 40px;
  }
  .arrow--intro:hover::before {
    left: 0;
    opacity: 1;
  }
  .arrow--intro:hover::after {
    height: 0;
    width: 0;
    background-color: transparent;
  }
  .arrow--intro:focus {
    transform: translateX(0);
  }
}

@media screen and (min-width: 1200px) {
  .controls {
    background-color: transparent;
    box-shadow: none;
    bottom: 0px;
  }
  .controls__el {
    position: relative;
  }
  .controls__el--intro {
    position: absolute;
    top: 0;
  }
  .controls__chap {
    display: block;
    color: #DD6244;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    width: 200px;
    bottom: 10px;
    text-shadow: 1px 1px 5px rgba(157, 76, 53, 0.5);
  }
  .controls__chap--next {
    text-align: right;
    right: 0;
  }
  .controls__chap--recipe {
    bottom: -5px;
    text-shadow: none;
  }
  .controls__el:hover .controls__chap {
    animation: elControls 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .controls__el:hover .controls__chap--next {
    animation: elControlsNext 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .arrow {
    padding: 25px 25px 25px 0;
    background-position: left;
  }
  .arrow--next {
    padding: 25px 0 25px 25px;
    background-position: center right;
  }
  .arrow--recipe {
    padding: 10px;
    background-position: right;
  }
}

.nav {
  height: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.nav__el {
  opacity: 0;
  position: relative;
  color: #DD6244;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.nav__el span {
  opacity: 0.7;
}

.nav__el .segment {
  height: 2px;
  width: 0px;
  opacity: 0;
  background-color: #DD6244;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.nav__el:hover .segment {
  width: 15px;
  opacity: 1;
}

.nav__el--actif {
  color: #9D4C35;
  font-weight: 700;
}

.nav__el--actif .segment {
  width: 15px;
  opacity: 1;
  background-color: #9D4C35;
}

.timeline {
  width: 100%;
  height: 0vh;
  background-color: #FCF9F4;
  position: fixed;
  top: -25px;
  right: 0%;
  opacity: 0;
  z-index: 15;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.timeline--visible {
  opacity: 1;
  pointer-events: all;
  height: 100vh;
}

.timeline--visible .nav li:nth-child(1) {
  animation: appElNav 0.5s 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(2) {
  animation: appElNav 0.5s 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(3) {
  animation: appElNav 0.5s 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(4) {
  animation: appElNav 0.5s 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(5) {
  animation: appElNav 0.5s 0.55s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(6) {
  animation: appElNav 0.5s 0.65s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(7) {
  animation: appElNav 0.5s 0.75s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(8) {
  animation: appElNav 0.5s 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline--visible .nav li:nth-child(9) {
  animation: appElNav 0.5s 0.95s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.timeline__btn {
  background: none;
  border: inherit;
  padding: 0;
  outline: none;
  height: 25px;
  width: 35px;
  white-space: nowrap;
  text-indent: 1000%;
  overflow: hidden;
  background-image: url(../assets/img/book.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  padding: 10px;
  display: inline-block;
  box-sizing: content-box;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.timeline__btn--none {
  pointer-events: none;
  opacity: 0;
}

.timeline__btn--open {
  background-image: url(../assets/img/close.svg);
  background-size: 25%;
}

@media screen and (min-width: 1200px) {
  .timeline {
    height: 100vh;
    opacity: 1;
    pointer-events: all;
    background-color: transparent;
    width: 130px;
    bottom: inherit;
    right: 5%;
    top: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .timeline--none {
    display: none;
  }
  .timeline .nav li {
    opacity: 1;
    text-align: right;
  }
  .timeline .nav li a span {
    display: block;
  }
  .timeline__btn {
    display: none;
  }
  .nav {
    margin: 0;
    height: 70vh;
    border-right: 2px solid #F8BEAE;
  }
  .nav__el {
    opacity: 1;
    line-height: 1;
    font-size: 14px;
  }
  .nav__el a {
    opacity: 0;
    position: absolute;
    right: 0px;
    top: -5px;
    width: 100px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .nav__el a span {
    padding-bottom: 5px;
    color: #F8BEAE;
  }
  .nav__el .segment {
    width: 10px;
    opacity: 1;
    top: 0px;
    left: inherit;
    right: -1px;
    background-color: #F8BEAE;
  }
  .nav__el:hover a, .nav__el:hover span {
    animation: desktElNav 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .nav__el--actif a {
    opacity: 1;
    color: transparent;
  }
  .nav__el--actif a span {
    opacity: 1;
    color: #9D4C35;
  }
  .nav__el--actif .segment {
    width: 15px;
    background-color: #9D4C35;
  }
  .nav__el--actif:hover a {
    color: inherit;
  }
  .nav__el--actif:hover a span {
    color: #CA8775;
  }
  .controls ul {
    width: 90vw;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  TRANSITION DE PAGE
/*-----------------------------------------------------------------------------------*/
@keyframes bodyOpen {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bodyClose {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes bodyOpenNext {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bodyCloseNext {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}

@keyframes bodyOpenPrev {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes bodyClosePrev {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

.transition__next {
  overflow-x: hidden;
}

.transition__next .chapter {
  opacity: 0;
  animation: appElNav 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.transition__next .container {
  animation: bodyOpenNext 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

.transition__prev .chapter {
  opacity: 0;
  animation: appElNav 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.transition__prev .container {
  animation: bodyOpenPrev 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

.transition__next--anim .chapter {
  animation: appElNavReverse 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.transition__next--anim .container {
  animation: bodyCloseNext 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

.transition__prev--anim .chapter {
  animation: appElNavReverse 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

.transition__prev--anim .container {
  animation: bodyClosePrev 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

.transition__home .container {
  animation: bodyOpen 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

/*-----------------------------------------------------------------------------------*/
/*  LIST SCROLL HORIZONTAL
/*-----------------------------------------------------------------------------------*/
.list-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 30px;
}

.list-scroll--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
}

.list-scroll__el {
  margin-right: 15px;
  padding: 40px 20px 20px 20px;
  background-color: #C54C2B;
  color: #FCF9F4;
  -ms-flex: 2;
  flex: 2;
}

.list-scroll__el p {
  margin-bottom: 0;
}

.list-scroll__el--clarif h5, .list-scroll__el--routine h5 {
  margin-top: 0;
}

.list-scroll__el--bloc1 {
  background-color: #C54C2B;
  color: #FCF9F4;
}

.list-scroll__el--bloc2 {
  background-color: #EE8970;
  color: #741809;
}

.list-scroll__el--bloc3 {
  background-color: #F8BEAE;
  color: #9E2F20;
}

.list-scroll__el--bloc4 {
  background-color: #FFE0D7;
  color: #9E2F20;
}

.list-scroll__el--routine {
  position: relative;
  padding: 40px 20px 55px 20px;
}

.list-scroll--routine {
  width: 1200px;
}

.list-scroll--routine p {
  margin-bottom: 14px;
}

.list-scroll__routine {
  margin-bottom: 80px;
}

.list-scroll--conserv {
  width: 600px;
}

.list-scroll__icon {
  height: 50px;
  width: 40px;
  background-image: url(../assets/img/coupe/boucle-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  opacity: 0.7;
}

.list-scroll__icon--shamp {
  background-image: url(../assets/img/coupe/shampoo-black.svg);
}

.list-scroll__icon--ciseaux {
  background-image: url(../assets/img/coupe/ciseaux-black.svg);
}

.list-scroll__icon--shamp2 {
  background-image: url(../assets/img/routine/shamp-white.svg);
}

.list-scroll__icon--as {
  background-image: url(../assets/img/routine/as.svg);
}

.list-scroll__icon--leavein {
  background-image: url(../assets/img/routine/coiffant.svg);
}

.list-scroll__number {
  text-align: left;
  font-size: 50px;
  color: #741809;
  opacity: 0.5;
}

.list-scroll__number--light {
  color: #9E2F20;
}

/*-----------------------------------------------------------------------------------*/
/*  Responsive
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 700px) {
  .list-scroll__routine {
    overflow: hidden;
  }
  .list-scroll--routine {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .list-scroll__el--routine {
    min-width: 40%;
    margin-top: 15px;
  }
}

@media screen and (min-width: 900px) {
  .list-scroll {
    overflow: hidden;
  }
  .list-scroll--container {
    width: 100%;
  }
  .list-scroll__el {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  .list-scroll--routine {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .list-scroll--container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .list-scroll--routine {
    max-width: 900px;
  }
  .list-scroll__el {
    width: 90%;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  POP UP ACCESSOIRE
/*-----------------------------------------------------------------------------------*/
.accessoire {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[5];
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 0px;
  grid-template-areas: "vapo ." ". tshirt" "elast ." ". soie" "brosse .";
}

.accessoire__grid--vapo {
  grid-area: vapo;
}

.accessoire__grid--tshirt {
  grid-area: tshirt;
}

.accessoire__grid--elast {
  grid-area: elast;
}

.accessoire__grid--soie {
  grid-area: soie;
}

.accessoire__grid--brosse {
  grid-area: brosse;
}

.accessoire__el {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.accessoire__btn {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #F6A040;
  background-image: url(../assets/img/plus-blanc.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left 10px top 10px;
  display: inline-block;
  color: transparent;
  outline: none;
  position: absolute;
  bottom: 80px;
  left: 80px;
  transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.accessoire__btn::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #F6A040;
  opacity: 0.5;
  position: absolute;
  top: -35%;
  left: -30%;
  animation: bubble 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

.accessoire__btn--visible {
  transform: rotate(45deg);
  background-color: #DD6244;
  box-shadow: 0px 0px 5px 0px rgba(116, 24, 9, 0.3);
}

.accessoire__btn--visible::before {
  display: none;
}

.accessoire__btn--right {
  left: 20px;
}

.accessoire__img {
  width: 25%;
}

.accessoire__img--tshirt {
  width: 100%;
}

.accessoire__img--elast {
  width: 50%;
}

.accessoire__img--soie {
  width: 100%;
}

.accessoire__img--brosse {
  width: 100%;
}

.popup {
  opacity: 0;
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  background-color: #FCF9F4;
  color: #9E2F20;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.popup--visible {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
  animation: appElNav 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.popup--end {
  animation: appElNav 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) reverse forwards;
}

.popup--bottom {
  bottom: 170px;
}

.popup__bloc {
  background-color: #FFE0D7;
  padding: 20px;
  margin-top: -50px;
}

@media screen and (min-width: 1000px) {
  .container--access {
    width: 100%;
    margin-bottom: 0;
  }
  .section--access {
    width: 50%;
    margin: 0 auto;
  }
  .accessoire {
    margin-top: 0;
    margin-bottom: 150px;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 0px;
    grid-template-areas: ". vapo . elast ." "tshirt . soie . brosse";
  }
  .accessoire__grid {
    position: relative;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .popup {
    width: 450px;
  }
  .popup__bloc {
    box-shadow: 0px 0px 5px 0px rgba(116, 24, 9, 0.3);
  }
  .popup--vapo {
    left: -100px;
  }
  .popup--tshirt {
    bottom: 120px;
    left: 0;
  }
  .popup--soie {
    bottom: 120px;
    left: 0;
  }
  .popup--bottom {
    bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .container--access {
    width: 80%;
  }
  .accessoire__btn {
    height: 36px;
    width: 36px;
    background-position: left 13px top 13px;
    background-size: 25%;
  }
  .accessoire__btn::before {
    top: -23%;
    left: -22%;
  }
  .accessoire__btn:hover {
    transform: scale(0.9);
  }
  .accessoire__btn:hover::before {
    display: none;
  }
  .accessoire__btn--visible:hover {
    transform: scale(0.9) rotate(45deg);
  }
}

@media screen and (min-width: 1400px) {
  .container--access {
    width: 70%;
    max-width: 1000px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  TABLEAU
/*-----------------------------------------------------------------------------------*/
.container--tab {
  margin-bottom: 50px;
}

.tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 0;
}

.tab__body {
  width: 100%;
}

.tab__body .header {
  width: 90%;
  margin: 14px auto;
}

.tab__page {
  display: none;
  background-color: #FFE0D7;
  padding: 120px 20px 100px 20px;
  color: #9E2F20;
}

.tab__page--open {
  display: block;
}

.tab__page--open .tab__page--content {
  animation: appElNav 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.tab__el {
  width: 100%;
  text-align: center;
  position: relative;
}

.tab__el--actif .tab__btn {
  color: #9e2f20;
  background-color: #FFE0D7;
}

.tab__btn {
  font-size: 13px;
  color: rgba(158, 47, 32, 0.6);
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0 50px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF9F4;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tab__img {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.tab__img span {
  width: 70%;
}

.tab__section {
  margin-top: 80px;
}

.tab__section--ingredient ul {
  padding-left: 20px;
}

.tab__section--ingredient li {
  padding-left: 30px;
  background: url(../assets/img/tiret.svg) no-repeat left top -2px;
}

.tab__section--comment li {
  list-style-type: decimal;
  padding-left: 8px;
  padding-bottom: 20px;
}

.tab__title {
  color: #C54C2B;
  position: relative;
}

.tab__title::before {
  content: "";
  height: 35px;
  width: 35px;
  background-image: url(../assets/img/tab/ingredient.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  position: absolute;
  top: -40px;
}

.tab__title--comment::before {
  background-image: url(../assets/img/tab/comment.svg);
  width: 30px;
}

.tab__title--manque::before {
  background-image: url(../assets/img/tab/manque.svg);
  width: 30px;
}

.tab__title--time::before {
  background-image: url(../assets/img/tab/time.svg);
  width: 25px;
}

.tab__title--frequence::before {
  background-image: url(../assets/img/tab/frequence.svg);
  width: 25px;
}

.tab__title--prot::before {
  background-image: url(../assets/img/tab/pourquoi.svg);
  width: 28px;
}

.btn__top {
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 15%;
  right: 30px;
  background-color: #F6A040;
  box-shadow: 0px 0px 5px 0px rgba(116, 24, 9, 0.3);
  border-radius: 50%;
  opacity: 0;
  background-image: url(../assets/img/tab/top.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn__top--visible {
  opacity: 1;
  animation: bodyOpen 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@media screen and (min-width: 500px) {
  .container--tab {
    width: 100%;
  }
  .tab__page--content {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 700px) {
  .container--tab {
    width: 100%;
  }
  .tab__page--content {
    width: 60%;
  }
  .tab__btn {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .container--tab {
    width: 100%;
  }
  .tab__page--content {
    width: 90%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: ()[4];
    grid-template-rows: repeat(4);
    grid-column-gap: 40px;
    grid-template-areas: "img img ingr ingr" "img img comment comment" ". . comment comment" ". attention attention .";
  }
  .tab__page--masque {
    grid-template-areas: "img img manque manque" "img img time time" "freq freq prod prod" "comment comment prod prod";
  }
  .tab__page--masque-nut {
    grid-template-areas: "img img manque manque" "img img time time" "freq freq comment comment" "prod prod comment comment";
  }
  .tab__page--masque-prot {
    grid-template-areas: "img img manque manque" "img img pq pq" "prod prod comment comment" ". . comment comment";
  }
  .tab__section--ingredient {
    grid-area: ingr;
  }
  .tab__section--comment {
    grid-area: comment;
  }
  .tab__section--attention {
    grid-area: attention;
    margin: 0;
  }
  .tab__section--attention p {
    margin: 0 auto;
  }
  .tab__section--manque {
    grid-area: manque;
  }
  .tab__section--time {
    grid-area: time;
  }
  .tab__section--frequence {
    grid-area: freq;
  }
  .tab__section--prod {
    grid-area: prod;
  }
  .tab__section--pq {
    grid-area: pq;
  }
  .tab__img {
    grid-area: img;
  }
  .tab__btn {
    font-size: 16px;
  }
  .tab__btn--bds::after {
    content: " de soude";
  }
  .tab__btn--argile::after {
    content: " Montmorillonite";
  }
  .tab__btn--savon::after {
    content: " d'Alep ou Marseille";
  }
  .tab__btn:hover {
    color: #9e2f20;
    background-color: #FFE0D7;
  }
  .title__clarif {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .tab {
    margin-top: 100px;
  }
  .container--tab {
    width: 80%;
    max-width: 1200px;
  }
  .tab__page--content {
    width: 90%;
    max-width: 900px;
  }
  .btn__top {
    right: 15%;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  INFOS COMPLEMENTAIRE POPUP
/*-----------------------------------------------------------------------------------*/
.info-pop {
  height: 0vh;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #FCF9F4;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
}

.info-pop--visible {
  opacity: 1;
  pointer-events: all;
  height: 100vh;
}

.info-pop__text {
  width: 90%;
  margin: 100px auto;
}

.info-pop__text--page {
  margin: 70px auto 100px auto;
}

.info-pop__btn {
  position: relative;
  font-weight: 600;
}

.info-pop__btn::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #F6A040;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.info-pop__btn:hover::after {
  height: 8px;
}

.info-pop__btn--in::after {
  z-index: 1;
}

.info-pop__btn--in:hover {
  color: #DD6244;
}

.info-pop__btn--in:hover::after {
  background-color: transparent;
  height: 2px;
}

.info-pop__btn--routine {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  bottom: 35px;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.info-pop__btn--routine::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FCF9F4;
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.info-pop__btn--routine:hover::after {
  height: 2px;
  width: 100%;
  opacity: 1;
}

.info-pop__btn--as::after {
  background-color: #741809;
}

.info-pop__btn--coiffant::after {
  background-color: #9E2F20;
}

.info-pop__btn--close {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #F6A040;
  background-image: url(../assets/img/plus-blanc.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left 10px top 10px;
  color: transparent;
  outline: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #DD6244;
  box-shadow: 0px 0px 5px 0px rgba(116, 24, 9, 0.3);
  transform: rotate(45deg);
  z-index: 20;
}

.info-pop__eshop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.info-pop__eshop--el {
  height: 100px;
  width: 150px;
  margin-bottom: 15px;
  background-color: white;
  background-image: url(../assets/img/routine/eshop/labelleboucle.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  box-shadow: 1px 1px 5px 0px rgba(116, 24, 9, 0.3);
}

.info-pop__eshop--bouclette {
  background-image: url(../assets/img/routine/eshop/bouclette.png);
  background-size: 70%;
}

.info-pop__eshop--bab {
  background-image: url(../assets/img/routine/eshop/bab.jpg);
  background-size: 80%;
}

.title__pop {
  position: relative;
}

.title__pop::before {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url(../assets/img/recette/icon/masque.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.title__pop--ampoule::before {
  background-image: url(../assets/img/ampoule.svg);
  top: -45px;
}

.title__pop--shamp::before {
  height: 50px;
  background-image: url(../assets/img/routine/shamp-jaune.svg);
  top: -55px;
}

.title__pop--as::before {
  height: 50px;
  background-image: url(../assets/img/routine/as-jaune.svg);
  top: -55px;
}

.title__pop--coiffant::before {
  background-image: url(../assets/img/routine/coiffant-jaune.svg);
  top: -50px;
}

.title__pop--map::before {
  background-image: url(../assets/img/routine/map.svg);
  top: -55px;
}

.title__pop--book {
  color: #FCF9F4;
}

.title__pop--book::before {
  background-image: url(../assets/img/book-white.svg);
  top: -50px;
  opacity: 0.5;
}

.title__pop--insta {
  color: #9E2F20;
}

.title__pop--insta::before {
  background-image: url(../assets/img/instagram.svg);
  top: -50px;
  opacity: 0.5;
  background-size: 80%;
}

.text__bloc--pop {
  color: #DD6244;
}

.recipe__bloc {
  margin-bottom: 50px;
}

.recipe__bloc--refresh {
  margin-top: 80px;
}

.recipe__text {
  color: #E66F09;
  font-size: 16px;
}

.recipe__text--orange {
  color: #DD6244;
}

.recipe__ingredient {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 30px;
}

.recipe__ingredient--el {
  position: relative;
  text-align: center;
  font-weight: 700;
}

.recipe__ingredient--el::before {
  content: "";
  height: 40px;
  width: 40px;
  background-image: url(../assets/img/recette/icon/bouteille.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.recipe__ingredient--eau::before {
  background-size: 50%;
  background-image: url(../assets/img/recette/icon/eau.svg);
}

.recipe__ingredient--vinaigre::before {
  background-image: url(../assets/img/recette/icon/vinaigre.svg);
}

.recipe__ingredient--gel::before {
  background-size: 80%;
  background-image: url(../assets/img/recette/icon/gel.svg);
}

.recipe__ingredient--masque::before {
  background-image: url(../assets/img/recette/icon/masque.svg);
}

.recipe__ingredient--as::before {
  height: 50px;
  top: -55px;
  background-image: url(../assets/img/recette/icon/as.svg);
}

.recipe__ingredient--tamis::before {
  width: 50px;
  background-position: center;
  background-image: url(../assets/img/recette/icon/tamis.svg);
}

.recipe__ingredient--graine::before {
  background-size: 80%;
  background-image: url(../assets/img/recette/icon/graine.svg);
}

.recipe__ingredient--casserole::before {
  width: 50px;
  background-image: url(../assets/img/recette/icon/casserole.svg);
}

.recipe__ingredient--maizena::before {
  background-image: url(../assets/img/recette/icon/maizena.svg);
}

.list-scroll__icon {
  height: 50px;
  width: 40px;
  background-size: contain;
  background-position: left bottom;
}

.list-scroll__icon--frigo {
  background-image: url(../assets/img/recette/icon/frigo.svg);
}

.list-scroll__icon--congel {
  background-image: url(../assets/img/recette/icon/congel.svg);
}

.list-scroll__icon--pipette {
  background-image: url(../assets/img/recette/icon/conservateur.svg);
}

.list-scroll__icon--masque {
  background-image: url(../assets/img/recette/icon/masque-black.svg);
}

.enrichir li {
  margin-bottom: 30px;
}

.enrichir__btn {
  position: relative;
}

.enrichir__btn::before {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../assets/img/plus-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.enrichir__btn--visible::before {
  background-image: url(../assets/img/moins-black.svg);
}

.enrichir__content {
  display: none;
}

.enrichir__content--visible {
  display: block;
  animation: bodyOpen 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.table {
  margin-top: 30px;
}

.table__el {
  border-bottom: 1px solid #F8BEAE;
}

.table__el p {
  margin-top: 5px;
  opacity: 0.8;
}

.table__el a {
  font-weight: 700;
}

.table__el--routine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.table__el--routine p {
  margin: 0;
  font-size: 12px;
}

.maroutine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maroutine__el {
  height: 180px;
  width: 25%;
  position: relative;
}

.maroutine__title {
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #9E2F20;
}

.maroutine__img {
  width: 50px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.maroutine__img--shamp {
  bottom: 30px;
}

.maroutine__img--gel {
  width: 40px;
}

.maroutine__btn {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #F6A040;
  background-image: url(../assets/img/plus-blanc.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left 10px top 10px;
  display: inline-block;
  color: transparent;
  outline: none;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.maroutine__btn::before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #F6A040;
  opacity: 0.5;
  position: absolute;
  top: -35%;
  left: -30%;
  animation: bubble 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

.maroutine__btn--visible {
  transform: rotate(45deg);
  background-color: #DD6244;
  box-shadow: 0px 0px 5px 0px rgba(116, 24, 9, 0.3);
}

.maroutine__btn--visible::before {
  display: none;
}

.maroutine__btn--top {
  bottom: 80px;
}

.maroutine__content {
  display: none;
  background-color: #FFE0D7;
  color: #9E2F20;
  padding: 100px 20px 6px 20px;
}

.maroutine__content h4 {
  margin: 0;
}

.maroutine__content--visible {
  animation: appElNav 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.title__routine {
  position: relative;
}

.title__routine::before {
  content: "";
  height: 55px;
  width: 40px;
  background-image: url(../assets/img/routine/ma-routine/shampoo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}

.title__routine--as::before {
  background-image: url(../assets/img/routine/ma-routine/as.svg);
}

.title__routine--coiffant::before {
  top: -60px;
  background-image: url(../assets/img/routine/ma-routine/coiffant.svg);
}

.geste {
  margin-top: 50px;
}

.geste__el {
  padding: 20px 20px 50px 20px;
  position: relative;
}

.geste__btn {
  box-sizing: border-box;
  width: 100%;
  padding: 90px 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.geste__content {
  display: none;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
  margin-top: 40px;
}

.geste__content--visible {
  display: block;
  animation: appElNav 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

.list-scroll__number--white {
  color: #FCF9F4;
}

@media screen and (min-width: 500px) {
  .info-pop__text {
    width: 70%;
  }
}

@media screen and (min-width: 700px) {
  .info-pop__text {
    width: 55%;
  }
  .recipe__ingredient {
    width: 60%;
  }
  .maroutine {
    width: 70%;
    margin: 0 auto 50px auto;
  }
  .maroutine__content {
    width: 60%;
    margin: 0 auto;
  }
  .geste {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .title__pop--book::before {
    top: -70px;
    width: 50px;
    height: 50px;
  }
  .title__pop--insta::before {
    top: -70px;
    width: 50px;
    height: 50px;
    background-size: 75%;
  }
  .info-pop {
    background-color: rgba(252, 249, 244, 0.85);
  }
  .info-pop__text {
    width: 90%;
    background-color: #FCF9F4;
    box-shadow: 5px 5px 20px 0px rgba(116, 24, 9, 0.3);
    padding: 10%;
    box-sizing: border-box;
  }
  .info-pop__text--page {
    width: 750px;
    background-color: transparent;
    box-shadow: none;
    margin: 50px auto 100px auto;
    padding: 0;
    box-sizing: inherit;
  }
  .info-pop__btn--close {
    right: 45px;
  }
  .info-pop__btn--routine {
    font-size: 14px;
    bottom: 25px;
  }
  .info-pop__bloc {
    width: 60%;
    margin: 60px auto 0 auto;
  }
  .info-pop__eshop {
    width: 500px;
    margin: 50px auto 0 auto;
  }
  .info-pop__eshop--el {
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .info-pop__eshop--el:hover {
    box-shadow: none;
    transform: scale(0.95);
  }
  .recipe__bloc {
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .recipe__bloc--ingr {
    display: block;
    width: 60%;
    margin-top: -150px;
  }
  .recipe__bloc--list {
    display: block;
    width: 60%;
  }
  .recipe__bloc--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .recipe__bloc--comment {
    width: 60%;
    margin: 60px auto 0 auto;
  }
  .recipe__bloc--conservation {
    margin-top: 100px;
  }
  .recipe__bloc--text {
    width: 60%;
    margin: 20px auto 50px auto;
  }
  .img--recipe {
    width: 320px;
    height: 320px;
    margin-top: -20px;
  }
  .table__el--routine p {
    font-size: 14px;
  }
  .enrichir {
    width: 60%;
    margin: 0 auto;
  }
  .enrichir__el {
    margin-bottom: 80px !important;
  }
  .geste {
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    height: 400px;
    max-width: 800px;
  }
  .geste__el {
    position: relative;
    padding: 30px 40px;
  }
  .geste__btn {
    box-sizing: border-box;
    width: 400px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -54px;
    left: 50%;
    top: inherit;
    transform-origin: left center;
    padding: 40px;
  }
  .geste__btn--visible {
    transform: rotate(0);
    top: 130px;
    left: 40px;
    padding: 0;
    animation: appElNav 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .geste__content {
    display: none;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: none;
    margin-top: 70px;
    opacity: 0;
  }
  .geste__content--visible {
    display: block;
    animation: appElNav 0.5s 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
}

@media screen and (min-width: 1200px) {
  .info-pop__btn--routine::after {
    width: 0%;
  }
  .info-pop__text {
    width: 80%;
    max-width: 1000px;
    padding: 150px 8% 100px 8%;
  }
  .info-pop__text--page {
    width: 800px;
    margin: 100px auto 100px auto;
    padding: 0;
  }
  .maroutine {
    max-width: 950px;
    margin: 0 auto;
  }
  .maroutine__el {
    height: 250px;
    width: 25%;
    position: relative;
  }
  .maroutine__title {
    font-size: 16px;
    bottom: -20px;
  }
  .maroutine__img {
    width: 80px;
    bottom: 40px;
  }
  .maroutine__img--shamp {
    bottom: 30px;
  }
  .maroutine__img--gel {
    width: 70px;
    bottom: 30px;
  }
  .maroutine__content {
    padding: 120px 80px 60px 80px;
    width: 500px;
    margin: 60px auto 0 auto;
  }
  .maroutine__btn {
    height: 36px;
    width: 36px;
    background-position: left 13px top 13px;
    background-size: 25%;
  }
  .maroutine__btn::before {
    top: -23%;
    left: -22%;
  }
  .maroutine__btn:hover {
    transform: scale(0.9);
  }
  .maroutine__btn:hover::before {
    display: none;
  }
  .maroutine__btn--visible:hover {
    transform: scale(0.9) rotate(45deg);
  }
}

/*# sourceMappingURL=app.css.map */
