@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Regles generales */
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  /* 14px par défaut */
  /*font-family: 'Noto sans', sans-serif;*/
}

a, a:hover, a:visited {
  /* ATTENTION LES LIENS SONT BLANC DANS CE MODELE*/
  color: #FFF;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*******************************/
/* Starter: Prsentation       */
/*****************************/
.presentation {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.presentation h1 {
  font-size: 8rem;
  padding-bottom: 10rem;
}

/********************/
/* HEADER:         */
/******************/
@font-face {
  font-family: "GothicA1-ExtraLight";
  src: url("../fonts/GothicA1-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArimaMadurai-Black";
  src: url("../fonts/ArimaMadurai-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #181818;
  color: #fff;
}

.hidden {
  display: none !important;
}

.header {
  display: flex;
  align-items: center;
}
.header__title {
  font-family: "GothicA1-ExtraLight";
  font-size: 36px;
}

.flashinfo {
  background-color: #b5ffff;
  display: flex;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
.nouveautes {
  white-space: nowrap;
  overflow-x: hidden;
  font: caption;
  letter-spacing: 1px;
  font-size: 16px;
}
.nouveautes__title {
  font-size: 18px;
}
.nouveautes__list {
  padding-top: 2rem;
}
.nouveautes__list__item {
  padding-right: 2rem;
  display: inline-block;
}
.nouveautes__list__item__title {
  padding: 2rem 0 0.5rem 1rem;
}
.nouveautes__list__item__price {
  padding-left: 1rem;
}

.topvente {
  font: caption;
  letter-spacing: 1px;
  padding-left: 2rem;
  margin-top: 7rem;
  white-space: nowrap;
  overflow: hidden;
}
.topvente__title {
  font-size: 18px;
}
.topvente__list {
  letter-spacing: 0.5px;
  padding-top: 2rem;
}
.topvente__list__item {
  padding-right: 2rem;
  width: 33%;
  display: inline-block;
}
.topvente__list__item__title {
  padding: 2rem 0 0.5rem 0;
}

.perso {
  font: caption;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 2rem;
  margin-top: 7rem;
}
.perso__content {
  margin-top: 3rem;
}
.perso__content__chapo__list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 0;
  overflow: hidden;
}
.perso__content__chapo__list__picto--select {
  position: relative;
}
.perso__content__chapo__color {
  position: relative;
}
.perso__content__biglogo {
  position: relative;
  overflow: hidden;
}

.form {
  font: caption;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 2rem;
  margin-top: -7rem;
}

.contacti {
  display: flex;
  flex-direction: row;
}

.contact {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  column-count: 2;
}
.contact__form {
  width: 90%;
  background-color: #b5ffff;
  padding: 0.5rem 0 0.5rem 1rem;
  border-radius: 7px;
  margin-bottom: 1rem;
}
.contact__form--text-area {
  padding: 0 0 9.5rem 0;
}
.contact__form--submit {
  background-color: #f3c4aa;
}

.line {
  border-bottom: 2px solid;
  color: #fff;
}

.allform {
  display: flex;
  justify-content: space-around;
  padding-bottom: 5rem;
}

.eltop {
  display: flex;
  justify-content: space-between;
}
.eltop .menudroite {
  padding-right: 7rem;
}
.eltop .menudroite .titleBoss {
  font-size: 30px;
  border-bottom: 1px solid #fff;
}
.eltop .menudroite .title {
  padding-top: 2rem;
  font-size: 24px;
}
.eltop .menudroite .item {
  padding-bottom: 0.5rem;
}

.footer {
  font: caption;
  letter-spacing: 1px;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
}
.footer__links__title {
  border-right: 1px solid #fff;
  padding-right: 0.5rem;
}
.footer__mentions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .header {
    font: caption;
    letter-spacing: 1px;
    padding: 2.5rem;
  }
  .header__menu {
    display: none;
  }
  .header__m {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 4rem;
  }
  .header__m__el {
    padding-right: 3vw;
    padding-left: 3vw;
    border-right: 1px solid #fff;
    font-size: 1.8vw;
  }
  .header__m__el--bn {
    border: none;
  }
  .header__title {
    font-size: 3.2em;
    padding-left: 2rem;
  }
  .header__logo {
    width: 80px;
    height: 80px;
    margin-left: 4rem;
  }

  .banniere {
    font-family: "ArimaMadurai-Black", serif;
    font-size: 20px;
  }
  .banniere__button {
    padding: 1vw 5vw 0.5vw 5vw;
    background-color: #f3c4aa;
    margin-left: 6vw;
    color: #181818;
  }
  .banniere__button .banniere__button__link {
    color: #181818;
  }
  .banniere .hm {
    display: flex;
    position: relative;
    top: -27rem;
    float: right;
    right: 5vw;
    font-size: 2.2em;
  }
  .banniere__img {
    width: 100%;
  }

  .flashinfo {
    margin-top: 1.5rem;
    height: 5rem;
    padding-top: 10px;
    padding-bottom: 5vw;
    width: 100%;
  }
  .flashinfo__subtitle {
    font-size: 15px;
    padding: 0 0 0 50px;
  }
  .flashinfo .container {
    padding-top: 10px;
    background-image: url("../img/bf.svg");
    width: 100%;
    height: 15vh;
    background-size: 25%;
    background-repeat: space;
    animation: moveRight 10s linear infinite;
  }

  .nouveautes {
    padding-left: 4vw;
    padding-top: 10rem;
  }
  .nouveautes__content {
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }
  .nouveautes__content--mobile {
    display: none !important;
  }
  .nouveautes__title {
    padding-bottom: 10rem;
    font-size: 3.2em;
  }
  .nouveautes__list {
    display: flex;
    justify-content: center;
  }
  .nouveautes__list__item {
    padding-right: 8rem;
    width: 30%;
  }
  .nouveautes__precedent {
    position: absolute;
    top: 20px;
    left: -80px;
  }
  .nouveautes__precedent__fleche {
    position: relative;
    width: 15%;
    left: 8rem;
  }
  .nouveautes__precedent__img {
    max-height: 25vw;
  }
  .nouveautes__suivant {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 20px;
  }
  .nouveautes__suivant__fleche {
    position: relative;
    width: 15%;
    right: -17rem;
  }
  .nouveautes__suivant__img {
    max-height: 25vw;
  }

  .topvente {
    font-size: 18px;
    padding-bottom: 10rem;
    padding-left: 4vw;
    padding-top: 10rem;
  }
  .topvente .topvente__list {
    width: 70%;
  }
  .topvente .topvente__list .bold {
    font-weight: bold;
  }
  .topvente__list__item {
    padding-right: 7rem;
  }
  .topvente__list__item__title {
    padding: 2rem 0 0.5rem 2rem;
  }
  .topvente__list__item__price {
    padding-left: 2rem;
  }
  .topvente__title {
    font-size: 3.2em;
    padding-bottom: 10rem;
  }

  .eltop .menudroite {
    padding-right: 17rem;
  }
  .eltop .menudroite .titleBoss {
    font-size: 40px;
    border-bottom: 1px solid #fff;
  }
  .eltop .menudroite .title {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    font-size: 30px;
  }
  .eltop .menudroite .item {
    padding-bottom: 1.2rem;
  }

  .perso {
    padding-left: 4vw;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20rem;
  }
  .perso__title {
    padding-bottom: 10rem;
    font-size: 3.2em;
  }
  .perso__content {
    display: flex;
    margin-top: 0;
  }
  .perso__content__chapo {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 35vw;
  }
  .perso__content__chapo__list__picto {
    padding-top: 15px;
    padding-left: 13px;
    width: 60px;
    height: 60px;
  }
  .perso__content__chapo__color {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 4rem;
  }
  .perso__content__chapo__color__elem {
    width: 70px;
    height: 70px;
    margin-left: 3rem;
    border-radius: 1rem;
  }
  .perso__content__chapo__color__elem:hover {
    border: white solid 5px;
    width: 75px;
    height: 75px;
    transition-duration: 0.2s;
  }
  .perso__content__chapo__color__rouge {
    background-color: #ab1926;
  }
  .perso__content__chapo__color__beige {
    background-color: #ae826b;
  }
  .perso__content__chapo__color__bleu {
    background-color: #1d266c;
  }
  .perso__content__chapo__color__gris {
    background-color: #8f8d98;
  }
  .perso__content__chapo__mainImg {
    background-color: #f3c4aa;
    width: 30vw;
    height: 30vw;
    border-radius: 3.5rem;
    margin-right: 6rem;
  }
  .perso__content__chapo__mainImg__picto {
    z-index: 3;
    width: 2.5vw;
    height: 2.5vw;
    position: relative;
    right: 13vw;
    top: 1.5vw;
  }
  .perso__content__chapo__content {
    background-color: #b5ffff;
    width: 7rem;
    height: 7rem;
    border-radius: 1rem;
    margin: 1rem;
  }
  .perso__content__chapo__content:hover {
    border: white solid 5px;
    padding: 0.5rem;
    transition-duration: 0.3s;
  }
  .perso__content__biglogo {
    width: 60%;
    height: 60%;
    right: 0;
    bottom: 3rem;
  }

  .allform .titreBoss {
    font-size: 3.2em;
  }
  .allform .soustt {
    font-size: 28px;
    padding-bottom: 8rem;
    padding-top: 1rem;
  }
  .allform .info {
    font-size: 22px;
    padding-bottom: 1.5rem;
    line-height: 40px;
  }

  .mainform__title {
    font-size: 3.2em;
    padding-bottom: 4rem;
    padding-top: 1rem;
  }
  .contact {
    width: 27vw;
  }
  .contact__form {
    height: 4vw;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    border-radius: 1.5rem;
  }
  .contact__form--text-area {
    height: 16vw;
    padding-left: 1rem;
  }
  .contact__form--text-area::placeholder {
    height: 3rem;
    top: -4.5rem;
    position: relative;
  }

  .footer {
    font-size: 24px;
  }
  .footer__menu__logomedium {
    width: 20%;
  }
  .footer__menu__listHomme {
    padding-right: 10rem;
  }
  .footer__menu__listHomme__title {
    padding-bottom: 1rem;
    font-size: 34px;
  }
  .footer__menu__listFemme {
    padding-right: 15vw;
  }
  .footer__menu__listFemme__title {
    padding-bottom: 1rem;
    font-size: 34px;
  }
  .footer__links {
    margin-top: 3rem;
    display: flex;
  }
  .footer__links__title {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .footer__mentions {
    padding-bottom: 3rem;
  }

  /* Animation */
  @keyframes moveRight {
    0% {
      transform: translateX(180rem);
    }
    100% {
      transform: translateX(-110vw);
    }
  }
}
@media screen and (max-width: 544px) {
  .header {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .header__menu {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #fff;
    margin-left: 32vw;
  }
  .header__m {
    display: none;
  }
  .header__logo {
    width: 50px;
    height: 50px;
  }

  .banniere {
    display: none;
  }

  .flashinfo {
    margin-top: 1.5rem;
    height: 5rem;
    padding-top: 10px;
    padding-bottom: 5vw;
    width: 100%;
  }
  .flashinfo__subtitle {
    font-size: 15px;
    padding: 0 0 0 50px;
  }
  .flashinfo .container {
    padding-top: 10px;
    background-image: url("../img/bf.svg");
    width: 100%;
    height: 15vh;
    background-size: 50%;
    background-repeat: space;
    animation: moveRight 5s linear infinite;
  }

  .nouveautes {
    padding-left: 0;
    padding-top: 3rem;
  }
  .nouveautes__list__item {
    width: 60%;
  }
  .nouveautes__precedent {
    display: none;
  }
  .nouveautes__suivant {
    display: none;
  }
  .nouveautes__content--desktop {
    display: none;
  }
  .nouveautes__title {
    padding-left: 2rem;
  }

  .topvente {
    font-size: 9px;
  }
  .topvente__list__item__title {
    padding: 2rem 0 0.5rem 0;
  }

  .perso {
    padding-bottom: 20rem;
  }
  .perso__content {
    display: flex;
  }
  .perso__content__chapo {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 35vw;
  }
  .perso__content__chapo__list__picto {
    width: 15px;
    height: 15px;
  }
  .perso__content__chapo__color {
    width: 100%;
    display: flex;
    margin-top: 1rem;
  }
  .perso__content__chapo__color__elem {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 0.5rem;
  }
  .perso__content__chapo__color__elem:hover {
    border: white solid 2px;
    width: 28px;
    height: 28px;
    transition-duration: 0.2s;
  }
  .perso__content__chapo__color__rouge {
    background-color: #ab1926;
  }
  .perso__content__chapo__color__beige {
    background-color: #ae826b;
  }
  .perso__content__chapo__color__bleu {
    background-color: #1d266c;
  }
  .perso__content__chapo__color__gris {
    background-color: #8f8d98;
  }
  .perso__content__chapo__mainImg {
    background-color: #f3c4aa;
    width: 35vw;
    height: 35vw;
    border-radius: 1rem;
    margin-right: 1rem;
  }
  .perso__content__chapo__mainImg__picto {
    z-index: 3;
    width: 2.5vw;
    height: 2.5vw;
    position: relative;
    right: 15vw;
    top: 1.5vw;
  }
  .perso__content__chapo__content {
    background-color: #b5ffff;
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    margin: 5px;
  }
  .perso__content__chapo__content:hover {
    border: white solid 2px;
    transition-duration: 0.3s;
  }
  .perso__content__biglogo {
    width: 50%;
    height: 50%;
  }

  .form {
    font: caption;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 2rem;
    margin-top: -7rem;
  }

  .ppcontact {
    display: none;
  }

  .allform .titreBoss {
    font-size: 30px;
  }
  .allform .soustt {
    font-size: 14px;
    padding-bottom: 2rem;
  }
  .allform .info {
    font-size: 12px;
    padding-bottom: 1rem;
  }

  .menudroite {
    display: none;
  }

  .menuMobile {
    font: caption;
    letter-spacing: 1px;
    background-color: #181818;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding-left: 3rem;
    z-index: 3;
  }
  .menuMobile .close {
    color: #fff;
    background-color: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    right: -260px;
    top: 17px;
  }
  .menuMobile .title {
    font-size: 20px;
    padding-bottom: 1rem;
    padding-top: 3rem;
  }
  .menuMobile .item {
    padding-bottom: 1rem;
    padding-left: 3rem;
  }

  .eltop .menudroite {
    padding-right: 7rem;
  }
  .eltop .menudroite .titleBoss {
    font-size: 30px;
    border-bottom: 1px solid #fff;
  }
  .eltop .menudroite .title {
    padding-top: 2rem;
    font-size: 24px;
  }
  .eltop .menudroite .item {
    padding-bottom: 0.5rem;
  }

  .footer__menu__logomedium {
    width: 35%;
  }
  .footer__menu__listHomme {
    font-size: 12px;
  }
  .footer__menu__listHomme__item {
    line-height: 1.7rem;
  }
  .footer__menu__listHomme__title {
    padding-bottom: 1rem;
    font-size: 14px;
  }
  .footer__menu__listFemme {
    font-size: 12px;
  }
  .footer__menu__listFemme__item {
    line-height: 1.7rem;
  }
  .footer__menu__listFemme__title {
    padding-bottom: 1rem;
    font-size: 14px;
  }
  .footer__links {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
  .footer__mentions {
    padding-bottom: 3rem;
  }

  @keyframes moveRight {
    0% {
      transform: translateX(35rem);
    }
    100% {
      transform: translateX(-100vw);
    }
  }
}