@import 'fonts.css';
html {
  overflow-x: hidden;
}
html body ul {
  padding-left: 0 !important;
  list-style: none !important;
}
html body main {
  width: 100vw !important;
  max-width: none;
}
@media screen and (orientation: portrait) {
  html body main {
    margin-top: 8rem;
  }
}
html body main section h1 {
  font-family: Petita Bold !important;
  font-weight: 100 !important;
  letter-spacing: 2rem;
}
html body main section h2 {
  font-family: Karla Fat !important;
}
html body main section#first-section h2,
html body main section#first-section q,
html body main section#first-section p {
  font-family: Glacial Indifference !important;
  font-weight: 100 !important;
  font-size: 2.4rem !important;
}
html body main section#first-section h2 strong,
html body main section#first-section q strong,
html body main section#first-section p strong {
  font-weight: 100 !important;
  font-size: 2.4rem !important;
}
html body main section#first-section p {
  font-size: 1.6rem !important;
  font-style: normal !important;
}
html body main section h1 {
  font-size: 6rem;
  text-transform: uppercase;
}
@media screen and (orientation: portrait) and (max-width: 680px) {
  html body main section h1 {
    font-size: 4.5rem;
  }
}
html body main section h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 680px) {
  html body main section h2 {
    font-size: 2.5rem;
  }
}
html body main section h2 strong {
  color: #e21617;
  font-size: 3rem;
  display: inline;
  text-transform: uppercase;
}
@media screen and (orientation: portrait) and (max-width: 680px) {
  html body main section h2 strong {
    font-size: 2.5rem;
  }
}
html body main section#first-section article {
  background-color: #191919;
  color: white;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: calc(100vh - 7.5rem);
}
html body main section#first-section article h1 {
  font-size: 5rem;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 680px) {
  html body main section#first-section article h1 {
    margin-top: 0;
  }
}
html body main section#first-section article h2 {
  width: 100%;
  text-transform: none;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 6rem;
}
html body main section#first-section article h2 strong {
  text-transform: none;
  font-weight: 200;
}
html body main section#first-section article q {
  text-align: center;
  font-style: italic;
  font-size: 2rem !important;
}
html body main section#first-section article div:nth-child(1) {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (orientation: portrait) {
  html body main section#first-section article div:nth-child(1) {
    width: 100%;
  }
}
html body main section#first-section article div:nth-child(1) img {
  width: 15rem;
}
html body main section#first-section article div:nth-child(1) img.signature-stephane {
  width: 20rem;
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 680px) {
  html body main section#first-section article div:nth-child(1) img.signature-stephane {
    margin-bottom: 0;
  }
}
html body main section#first-section article div:nth-child(1) q {
  margin-top: 6rem;
}
@media screen and (orientation: portrait) {
  html body main section#first-section article div:nth-child(1) q {
    margin-top: 2.5rem;
  }
}
html body main section#first-section article div:nth-child(2) {
  margin-left: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
html body main section#first-section article div:nth-child(2) q {
  margin-top: 15rem;
}
html body main section#first-section article div:nth-child(2) img {
  width: 20rem;
}
html body main section#first-section article > img {
  position: absolute;
  bottom: 0;
  height: 90%;
  right: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) {
  html body main section#first-section article {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 15px;
  }
  html body main section#first-section article h1 {
    font-size: 3rem;
    letter-spacing: 1rem;
    margin-bottom: 2rem;
  }
  html body main section#first-section article h2 {
    width: 75%;
    margin-bottom: 2.5rem;
    font-size: 2.4rem !important;
  }
  html body main section#first-section article h2 strong {
    font-size: 2.4rem !important;
  }
  html body main section#first-section article div:nth-child(1) {
    margin: 0;
  }
  html body main section#first-section article div:nth-child(1) img {
    width: 8rem;
  }
  html body main section#first-section article div:nth-child(2) {
    margin: 0;
  }
  html body main section#first-section article div:nth-child(2) q {
    margin-top: 2.5rem;
  }
  html body main section#first-section article > img {
    position: static;
    width: 50%;
    margin: 2.5rem auto 0;
  }
}
html body main section#a-propos {
  background-color: #191919;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 5rem;
}
@media screen and (orientation: portrait) {
  html body main section#a-propos {
    flex-direction: column-reverse;
  }
}
html body main section#a-propos div {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 4rem;
}
html body main section#a-propos div .signatures {
  display: flex;
}
@media screen and (orientation: portrait) {
  html body main section#a-propos div .signatures {
    display: none;
  }
}
html body main section#a-propos div .signatures li {
  margin: 1rem;
  margin-top: 3rem;
}
html body main section#a-propos div .signatures li img {
  width: 15rem;
  height: auto;
}
@media screen and (orientation: portrait) {
  html body main section#a-propos div {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
html body main section#a-propos div h2 {
  margin: 0;
  margin-bottom: 3rem;
}
html body main section#a-propos img {
  height: 40vh;
}
@media screen and (orientation: portrait) {
  html body main section#a-propos img {
    height: auto;
    width: 75vw;
    height: 75vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-top: 5rem;
  }
}
html body main section#salons {
  padding: 3.5rem 5rem;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media screen and (orientation: portrait) {
  html body main section#salons {
    flex-direction: column;
    align-items: center;
  }
}
html body main section#salons div {
  width: 100%;
  max-width: 500px;
  margin: 0 5vw;
  display: flex;
  flex-direction: column;
}
@media screen and (orientation: portrait) {
  html body main section#salons div {
    margin: 0;
  }
}
html body main section#salons div img,
html body main section#salons div svg {
  width: 100%;
}
html body main section#salons div h2 {
  display: inline;
  text-align: center;
  width: 100%;
}
html body main section#salons div > p {
  text-align: center;
  margin-bottom: 5rem;
}
html body main section#salons div > svg {
  display: none;
}
html body main section#salons div > svg.visible {
  display: block;
}
html body main section#salons div > svg.france-map .st2 {
  cursor: pointer;
  opacity: 1;
  transition: fill 0.2s;
}
html body main section#salons div > svg.france-map .st2:hover {
  fill: #e21617;
}
html body main section#salons div > svg.region-map .cta-salon > g {
  background-color: #e21617;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}
html body main section#salons div > svg.region-map .cta-salon > g:hover {
  opacity: 0.8;
}
html body main section#salons .salons {
  margin-top: 3rem;
  margin-bottom: 5rem;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html body main section#salons .salons.visible {
  display: flex;
}
html body main section#salons .salons li {
  width: calc(100vw - 10rem);
  height: calc(100vw - 10rem);
  max-width: 450px;
  max-height: 450px;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  text-align: center;
  border-radius: 2rem;
  position: relative;
  display: none;
}
html body main section#salons .salons li.visible {
  display: block;
}
html body main section#salons .salons li:nth-child(1) {
  background-image: url(../images/silouhettes/bordeaux.png);
}
html body main section#salons .salons li:nth-child(2) {
  background-image: url(../images/silouhettes/limoges.png);
}
html body main section#salons .salons li:nth-child(3) {
  background-image: url(../images/silouhettes/nexon.png);
}
html body main section#salons .salons li:nth-child(4) {
  background-image: url(../images/silouhettes/vindelle.png);
}
html body main section#salons .salons li:nth-child(5) {
  background-image: url(../images/silouhettes/jonzac.png);
}
html body main section#salons .salons li:nth-child(6) {
  background-image: url(../images/silouhettes/bessines.png);
}
html body main section#salons .salons li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5rem 0;
}
html body main section#salons .salons li a h3 {
  font-size: 3.5rem;
  font-family: Hind;
  margin: 0;
  color: white;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body main section#salons .salons li a h3 span {
  font-size: 2.5rem;
}
html body main section#salons .salons li a h3 strong {
  font-size: 2.5rem;
  color: #e21617;
}
@media screen and (orientation: portrait) {
  html body main section#salons .salons li a h3 {
    font-size: 2.5rem;
  }
  html body main section#salons .salons li a h3 span,
  html body main section#salons .salons li a h3 strong {
    font-size: 2rem;
  }
}
html body main section#salons .salons li a > span {
  color: white;
  padding: 0 1rem;
  border-radius: 5px;
  transition: font-size 0.3s, background-color 0.3s;
  position: absolute;
  bottom: 5rem;
}
@media screen and (orientation: portrait) {
  html body main section#salons .salons li a > span {
    bottom: 2.5rem;
  }
}
html body main section#salons .salons li a:hover > span {
  font-size: 1.8rem;
  background-color: #e21617;
}
html body main section#salons .appoint-link {
  display: none;
  margin: 0 auto;
  background-color: #e21617;
  padding: 0.75rem 4rem;
  border-radius: 9999px;
  color: white;
  border: solid 1px #e21617;
  transition: background-color 0.2s, color 0.2s;
}
html body main section#salons .appoint-link:hover {
  background-color: transparent;
  color: #e21617;
}
html body main section#salons .appoint-link.visible {
  display: flex;
}
html body main section#salons .back-to-france {
  color: #aaa;
  display: none;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 5rem auto 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: Hind;
  transition: color 0.2s;
}
html body main section#salons .back-to-france i {
  margin-right: 10px;
  font-size: 1.3rem;
}
html body main section#salons .back-to-france:hover {
  color: #e21617;
}
html body main section#salons .back-to-france.visible {
  display: flex;
}
html body main section#salons .default-img {
  display: none;
}
html body main section#salons .default-img.visible {
  display: block;
}
html body main section#equipe {
  text-align: center;
  padding: 0 5rem 3.5rem 5rem;
}
html body main section#equipe h1 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 5rem;
  margin-top: 3.5rem;
}
@media screen and (orientation: portrait) and (max-width: 680px) {
  html body main section#equipe h1 {
    font-size: 3.5rem;
  }
}
html body main section#equipe h1 strong {
  font-size: inherit;
  color: #e21617;
}
html body main section#equipe > p {
  margin: 2rem 0;
}
html body main section#equipe ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 800px;
  margin: 0;
  flex-wrap: wrap;
  margin: 0 auto;
}
html body main section#equipe ul li {
  margin: 1rem;
}
html body main section#equipe ul li button {
  width: 20rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #171717;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  position: relative;
  border-radius: 5px;
  border: 0;
  outline: 0;
  transition: background-color 0.3s;
  cursor: pointer;
}
html body main section#equipe ul li button img {
  position: absolute;
  height: 17rem;
  top: 1.5rem;
  opacity: 0.2;
  z-index: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}
html body main section#equipe ul li button p {
  position: relative;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}
html body main section#equipe ul li button p strong {
  color: #e21617;
  text-transform: uppercase;
  display: block;
  font-weight: bold !important;
  margin-top: 0.5rem;
  pointer-events: none;
}
html body main section#equipe ul li button:hover {
  background-color: #000;
}
html body main section#equipe ul li button:hover img {
  opacity: 0 !important;
}
html body main section#equipe ul li button p {
  color: #ccc;
}
html body main section#equipe ul li button i {
  color: white;
  display: block;
  font-style: normal;
  margin-bottom: 0.5rem;
}
html body main .section-franchise {
  width: 100%;
  background-color: #171717;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 480px) {
  html body main .section-franchise {
    padding: 6rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise {
    padding: 12rem 10%;
  }
}
html body main .section-franchise__back-image {
  position: absolute;
  top: 2rem;
  left: 3%;
  width: 70%;
  max-width: 64rem;
  opacity: 0.05;
}
@media (min-width: 480px) {
  html body main .section-franchise__back-image {
    top: 4rem;
    left: 10%;
    width: 40%;
  }
}
html body main .section-franchise__video-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
html body main .section-franchise__video-container__title {
  width: auto;
  margin: 0 0 2rem 0;
  text-align: left;
  pointer-events: none;
  z-index: 1;
  font-family: League Spartan;
  font-size: 3rem;
  line-height: 1.2em;
  color: white;
}
html body main .section-franchise__video-container__title .red {
  font-size: 3rem;
  color: #e21617;
}
@media (min-width: 480px) {
  html body main .section-franchise__video-container__title {
    font-size: 3.5rem;
  }
  html body main .section-franchise__video-container__title .red {
    font-size: 3.5rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__video-container__title {
    font-size: 4.5rem;
  }
  html body main .section-franchise__video-container__title .red {
    font-size: 4.5rem;
  }
}
@media (min-width: 480px) {
  html body main .section-franchise__video-container__title {
    position: absolute;
    top: 10%;
    left: 2rem;
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__video-container__title {
    top: 25%;
    left: 12%;
    max-width: 42rem;
  }
}
html body main .section-franchise__video-container__video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 0.3rem;
}
@media (min-width: 480px) {
  html body main .section-franchise__video-container__video-wrapper {
    border-radius: 0.4rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__video-container__video-wrapper {
    border-radius: 0.5rem;
  }
}
@media (min-width: 480px) {
  html body main .section-franchise__video-container__video-wrapper {
    width: 50vw;
    padding-bottom: 30vw;
    margin-left: auto;
  }
}
html body main .section-franchise__video-container__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}
@media (min-width: 480px) {
  html body main .section-franchise__video-container__video {
    border-radius: 0.4rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__video-container__video {
    border-radius: 0.5rem;
  }
}
html body main .section-franchise__video-container__description {
  width: 100%;
  margin-top: 1rem;
  text-align: right;
  font-family: Hind;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 480px) {
  html body main .section-franchise__video-container__description {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__video-container__description {
    font-size: 1.6rem;
  }
}
html body main .section-franchise__quote {
  margin-top: 4rem;
  font-family: Hind;
  font-size: 1.3rem;
  color: white;
  font-family: Glacial Indifference;
  font-style: italic;
}
@media (min-width: 480px) {
  html body main .section-franchise__quote {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__quote {
    font-size: 1.6rem;
  }
}
@media (min-width: 480px) {
  html body main .section-franchise__quote {
    max-width: 70%;
    margin: 6rem auto 0 auto;
  }
}
@media (min-width: 1025px) {
  html body main .section-franchise__quote {
    max-width: 64rem;
    margin-top: 12rem;
  }
}
html body main .section-franchise__signature-container {
  margin: 2rem auto 0 auto;
  display: flex;
}
html body main .section-franchise__signature-container__signature {
  height: 6rem;
  margin-right: 2rem;
}
html body main .section-salon {
  padding: 3.5rem 5rem;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #F6F6F6;
  display: none;
}
html body main .section-salon h2 {
  margin-top: 8rem;
}
html body main .section-salon p,
html body main .section-salon q,
html body main .section-salon a {
  text-align: center;
  width: 95%;
  max-width: 800px;
  display: block;
  margin: 1rem auto;
}
html body main .section-salon a {
  color: #e21617;
}
html body main .section-salon a.btn-like {
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #e21617;
  padding: 0.5em 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 0.3rem;
  font-family: Hind;
  font-size: 1.3rem;
  color: white;
  font-weight: bold;
  margin-top: 2rem;
}
@media (min-width: 480px) {
  html body main .section-salon a.btn-like {
    border-radius: 0.4rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-salon a.btn-like {
    border-radius: 0.5rem;
  }
}
@media (min-width: 480px) {
  html body main .section-salon a.btn-like {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  html body main .section-salon a.btn-like {
    font-size: 1.6rem;
  }
}
html body main .section-salon a.btn-like:hover {
  background-color: #B81111;
}
html body main .section-salon .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 3rem auto;
}
html body main .section-salon .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body main .section-salon .close-section {
  background-color: #e21617;
  border-radius: 99999px;
  color: white;
  border: 0;
  outline: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: absolute;
  top: 3.5rem;
  right: 5rem;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main .section-salon .close-section i {
  pointer-events: none;
}
html body main .section-salon .close-section:hover {
  background-color: #B81111;
}
@media screen and (orientation: portrait) {
  html body main .section-salon .close-section {
    right: 2.5rem;
    top: 2.5rem;
  }
}
html body main .section-salon.visible {
  display: flex;
}/*# sourceMappingURL=new_style.css.map */