/* ABSTRACTS */
/* WIDTH */
/* SIZES */
/* COLORS */
/* BASE */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700;900&display=swap");
h1 {
  font-size: 4.8rem;
  font-weight: 700;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 512px) {
  h2 {
    font-size: 2.2rem;
  }
}

html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

.seopress-user-consent {
  border: none !important;
  background-color: #f8f2eb !important;
}

.seopress-user-consent button {
  font-family: "Josefin Sans", sans-serif !important;
}

body {
  font-family: "Frank Ruhl Libre", serif;
  margin-top: 9rem;
  font-size: 1.4rem;
}

body p {
  line-height: 1.4;
  margin: 2rem 0 2.5rem;
  font-size: 1.6rem;
}

body .wp-block-columns {
  margin-bottom: 0;
}

body .wp-block-columns figure {
  margin-bottom: 0;
}

body .article-content {
  height: 33rem;
  width: 100%;
  background-image: linear-gradient(to right, #f8f2eb, #e8f2f6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 512px) {
  body .article-content {
    height: 25rem;
  }
}

body .article-content h1 {
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 2rem;
}

@media screen and (max-width: 512px) {
  body .article-content h1 {
    font-size: 3.5rem;
  }
}

body .article-content .breadcrumb .breadcrumb-item.active {
  color: #0078a2;
}

@media screen and (max-width: 512px) {
  body .article-content .breadcrumb {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

body .wp-block-button__link {
  width: 23rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
}

body {
  position: relative;
  font-size: 1.6rem;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:visited,
a:link {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style-type: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* COMPONENTS */
.contact__infos {
  padding: 6rem 0;
}

.contact__localisation {
  background-color: #f8f2eb;
  padding: 6rem 0;
}

.contact__localisation .wp-block-column {
  width: 80%;
  margin: 0 auto;
  flex-grow: 0;
  flex-basis: unset;
}

.contact__localisation .wp-block-column iframe {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .contact__localisation {
    padding: 0 0;
  }
  .contact__localisation .wp-block-column {
    width: 100%;
  }
}

.home__localisation {
  padding: 6rem 0;
  background-color: #e8f2f6;
}

@media screen and (max-width: 512px) {
  .home__localisation {
    padding: 3rem 0;
  }
}

.home__localisation .wp-block-group__inner-container {
  width: 80%;
  margin: 0 auto;
}

.home__localisation .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child iframe {
  width: 100%;
}

.home__localisation .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home__localisation .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child p {
  margin: 1rem 0;
}

.home__localisation .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child .text-uppercase {
  text-transform: uppercase;
}

.home__localisation .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .home__localisation .wp-block-group__inner-container {
    width: 90%;
  }
  .home__localisation .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column;
  }
  .home__localisation .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 3rem;
  }
}

/* LAYOUT */
#footer > div {
  height: 6.5rem;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

#footer > div #nav-footer ul {
  display: flex;
}

#footer > div #nav-footer ul li {
  margin-right: 1.5rem;
  text-transform: uppercase;
}

#footer > div > div:last-child a {
  margin-bottom: 3px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #footer > div {
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 616px) {
  #footer > div > div:first-child {
    display: none;
  }
  #footer > div > div:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #footer > div > div:last-child a:first-child {
    margin: 0 2rem 0 0.6rem;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
}

.header.scrolled {
  box-shadow: rgba(35, 0, 91, 0.24) 0px 0px 8px;
}

.header .menu-toggle {
  display: none;
}

.header .wrapper {
  display: grid;
  height: 9rem;
  grid-template-columns: 30% 70%;
}

.header .wrapper .hdr-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .wrapper .hdr-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .wrapper .hdr-logo-link picture {
  display: flex;
  flex-direction: column;
}

.header .wrapper .hdr-logo-link img {
  width: 70%;
  height: auto;
  margin-left: 1em;
}

.header .wrapper .hdr-content {
  display: grid;
  grid-template-columns: minmax(55rem, 1fr) minmax(12rem, 17rem) minmax(12rem, 25rem);
}

.header .wrapper #nav-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .wrapper #nav-main ul {
  display: flex;
  border-right: 2px solid #000;
}

.header .wrapper #nav-main ul li {
  padding: 3px 0;
  text-transform: uppercase;
  margin-right: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.header .wrapper #nav-main ul li:last-child {
  margin-right: 2.5rem;
}

.header .wrapper #nav-main ul li a {
  transition: color 0.1s ease;
}

.header .wrapper #nav-main ul li a:hover {
  color: #0078a2;
}

.header .wrapper .hdr-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .wrapper .hdr-tel span {
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.header .wrapper .hdr-tel span svg {
  margin-right: 1rem;
  height: 1.8rem;
}

.header .wrapper .hdr-rdv a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #0078a2;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.header .wrapper .hdr-rdv a:hover {
  background-color: #000;
  color: white;
}

@media screen and (max-width: 1280px) {
  .header .wrapper {
    grid-template-columns: 20% 80%;
  }
  .header .wrapper .hdr-logo-link img {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .header .wrapper {
    grid-template-columns: 20% 80%;
  }
  .header .wrapper .hdr-logo-link img {
    width: 90%;
  }
  .header .wrapper .hdr-content {
    grid-template-columns: minmax(55rem, 1fr) minmax(12rem, 16rem);
  }
  .header .wrapper #nav-main ul {
    border-right: none;
  }
  .header .wrapper .hdr-tel {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .header .wrapper {
    grid-template-columns: 40% 60%;
  }
  .header .menu-toggle {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: 2.3rem;
    width: 3rem;
    cursor: pointer;
    z-index: 12;
  }
  .header .menu-toggle .menu-burger {
    position: relative;
    height: 100%;
  }
  .header .menu-toggle .menu-burger .top,
  .header .menu-toggle .menu-burger .mid,
  .header .menu-toggle .menu-burger .bot {
    background-color: #000;
    height: 2px;
    width: 100%;
    position: absolute;
  }
  .header .menu-toggle .menu-burger .top {
    top: 0;
    transition: all 0.3s ease-in-out;
    transform-origin: left;
  }
  .header .menu-toggle .menu-burger .mid {
    top: calc(50% - 1px);
    transition: all 0.3s ease-in-out;
  }
  .header .menu-toggle .menu-burger .bot {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    transform-origin: left;
  }
  .header .menu-toggle.open .menu-burger .top {
    transform: rotate(45deg);
    background-color: #fff;
  }
  .header .menu-toggle.open .menu-burger .mid {
    opacity: 0;
  }
  .header .menu-toggle.open .menu-burger .bot {
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .header .wrapper #nav-main {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .header .wrapper #nav-main.open {
    display: flex;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .header .wrapper #nav-main.open ul {
    flex-direction: column;
    text-align: center;
  }
  .header .wrapper #nav-main.open ul li {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .header .wrapper .hdr-rdv {
    display: none;
  }
}

@media screen and (max-width: 512px) {
  .header .wrapper {
    grid-template-columns: 60% 40%;
  }
  .header .wrapper .hdr-logo-link img {
    margin-left: 2rem;
  }
}

/* PAGES */
.home .slider-wrapper {
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to right, #f8f2eb, #e8f2f6);
}

.home .slider-wrapper .slider-nav__wrapper {
  display: flex;
  padding: 0 10rem;
}

.home .slider-wrapper .slider-nav__placeholder {
  flex: 4;
}

.home .slider-wrapper .slider-nav {
  display: flex;
  flex: 3;
  margin-top: -4rem;
  justify-content: center;
}

.home .slider-wrapper .slider-nav .slide-dot {
  cursor: pointer;
  height: 0.6rem;
  width: 0.6rem;
  text-decoration: none;
  color: #0078a2;
  background-color: #0078a2;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}

.home .slider-wrapper .slider-nav .slide-dot.tns-nav-active::after {
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  background-color: transparent;
  border: 2px solid #0078a2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .slider-wrapper .tns-liveregion {
  display: none;
}

.home .slider-wrapper .slider {
  width: 100%;
}

.home .slider-wrapper .slider .slide-single {
  padding: 0 10rem;
  display: flex;
}

.home .slider-wrapper .slider .slide-single .slide-img {
  flex: 4;
}

.home .slider-wrapper .slider .slide-single .slide-img img {
  width: 100%;
  height: auto;
}

.home .slider-wrapper .slider .slide-single .slide-content {
  flex: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home .slider-wrapper .slider .slide-single .slide-content a {
  width: 23rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  background-color: #0078a2;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.home .slider-wrapper .slider .slide-single .slide-content a:hover {
  color: #fff;
  background-color: #000;
}

.home .slider-wrapper .slider .slide-single .slide-content h2 {
  width: 80%;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: -2rem;
}

.home .home__intro {
  margin: 0;
  padding: 6rem 0;
}

.home .home__intro .wp-block-group__inner-container {
  width: 60%;
  margin: 0 auto;
}

.home .home__intro .wp-block-group__inner-container > .wp-block-columns {
  margin-bottom: 0;
}

.home .home__intro .wp-block-group__inner-container > .wp-block-columns p:last-child {
  margin-bottom: 0;
}

.home .home__cures {
  padding: 6rem 0;
  background-color: #f8f2eb;
}

.home .home__cures .wp-block-group__inner-container {
  width: 80%;
  margin-left: auto;
}

.home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link:hover {
  color: #000;
  background-color: #fff;
}

.home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
  padding-right: 5rem;
}

.home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure img {
  width: 100%;
  height: auto;
}

.home .home__services {
  padding: 6rem 0;
}

.home .home__services .wp-block-group__inner-container {
  width: 80%;
  margin: 0 auto;
}

.home .home__services .wp-block-group__inner-container .wp-block-columns .wp-block-column figure img {
  width: 100%;
  height: auto;
  display: block;
}

.home .home__services .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-button__link {
  background-color: #f8f2eb;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.home .home__services .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-button__link:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .home .slider-wrapper .slider-nav__wrapper {
    padding: 0 4rem;
  }
  .home .slider-wrapper .slider-nav .slide-dot {
    margin: 0 2rem;
  }
  .home .slider-wrapper .slider .slide-single {
    padding: 0 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .home .home__cures .wp-block-group__inner-container {
    width: 90%;
    margin: 0 auto;
  }
  .home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
    padding-right: 0;
  }
  .home .home__services .wp-block-group__inner-container {
    width: 90%;
  }
  .home .slider-wrapper {
    padding-bottom: 4rem;
  }
  .home .slider-wrapper .slider-nav {
    margin-top: 5rem;
  }
  .home .slider-wrapper .slider-nav__placeholder {
    flex: unset;
  }
  .home .slider-wrapper .slider-nav .slide-dot {
    margin: 0 2rem;
  }
  .home .slider-wrapper .slider .slide-single {
    flex-direction: column;
  }
  .home .slider-wrapper .slider .slide-single .slide-content h2 {
    width: 70%;
    text-align: center;
    margin-top: -22rem;
    margin-bottom: 5rem;
    color: #fff;
    height: 20rem;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 512px) {
  .home .home__cures {
    margin: 2rem;
    padding: 2rem 0;
  }
  .home .home__cures .wp-block-group__inner-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .home .home__cures .wp-block-group__inner-container > .wp-block-columns {
    flex-direction: column-reverse;
  }
  .home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 2rem;
  }
  .home .home__cures .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
    padding-right: 0;
  }
  .home .home__intro {
    padding: 3rem 0;
  }
  .home .home__services {
    padding: 3rem 0;
  }
  .home .home__services .wp-block-group__inner-container {
    width: 100%;
    padding: 0 2rem;
  }
  .home .home__services .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
    margin-bottom: 4rem;
  }
  .home .home__localisation {
    padding: 3rem 0;
  }
  .home .slider-wrapper {
    padding: 3rem 0;
  }
  .home .slider-wrapper .slider-nav .slide-dot {
    margin: 0 2rem;
  }
  .home .slider-wrapper .slider .slide-single {
    flex-direction: column;
    padding: 0 2rem;
  }
  .home .slider-wrapper .slider .slide-single .slide-content h2 {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 512px) and (max-width: 398px) {
  .home .slider-wrapper .slider .slide-single .slide-content h2 {
    margin-bottom: 4rem;
  }
}

.page-template-template-produits .article-content {
  height: 33rem;
  width: 100%;
  background-image: linear-gradient(to right, #f8f2eb, #e8f2f6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-template-template-produits .article-content h1 {
  margin-bottom: 1rem;
}

.page-template-template-produits .article-body {
  padding: 6rem 0;
}

.page-template-template-produits .article-body p {
  width: 80%;
  margin: 0 auto;
}

.page-template-template-produits .listProduits {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content;
  grid-auto-rows: min-content;
  grid-gap: 5rem;
}

.page-template-template-produits .listProduits-single img {
  width: 100%;
  height: auto;
}

.page-template-template-produits .listProduits-single h2 {
  margin: 2rem 0;
}

.page-template-template-produits .listProduits-single__link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  width: 30rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f8f2eb;
  color: #000;
  margin: 3rem 0;
  transition: all 0.2s ease-in-out;
}

.page-template-template-produits .listProduits-single__link:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page-template-template-produits .listProduits {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 512px) {
  .page-template-template-produits .listProduits {
    grid-template-columns: 1fr;
  }
}

.section__cheques {
  padding: 6rem 0;
  width: 80%;
  margin: 0 auto;
}

.section__cheques .wp-block-image img {
  width: 100%;
  height: auto;
}

.section__cheques .wp-block-button__link {
  margin-top: 4rem;
  background-color: #0078a2;
  color: #fff;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.section__cheques .wp-block-button__link:hover {
  background-color: #000;
}

.soins__epilation, .soins__corps, .soins__visage {
  padding: 6rem 0;
}

.soins__epilation .wp-block-group__inner-container, .soins__corps .wp-block-group__inner-container, .soins__visage .wp-block-group__inner-container {
  width: 80%;
  margin: 0 auto;
}

.soins__epilation .wp-block-columns .wp-block-column:first-child img, .soins__corps .wp-block-columns .wp-block-column:first-child img, .soins__visage .wp-block-columns .wp-block-column:first-child img {
  width: 100%;
  height: auto;
}

.soins__epilation .wp-block-columns .wp-block-column:last-child, .soins__corps .wp-block-columns .wp-block-column:last-child, .soins__visage .wp-block-columns .wp-block-column:last-child {
  margin-left: 5rem;
  text-align: center;
}

.soins__epilation .wp-block-columns .wp-block-column:last-child h3, .soins__corps .wp-block-columns .wp-block-column:last-child h3, .soins__visage .wp-block-columns .wp-block-column:last-child h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media screen and (max-width: 512px) {
  .soins__epilation .wp-block-columns .wp-block-column:last-child h3, .soins__corps .wp-block-columns .wp-block-column:last-child h3, .soins__visage .wp-block-columns .wp-block-column:last-child h3 {
    font-size: 2.4rem;
  }
}

.soins__epilation .wp-block-columns .wp-block-column:last-child ul li, .soins__corps .wp-block-columns .wp-block-column:last-child ul li, .soins__visage .wp-block-columns .wp-block-column:last-child ul li {
  font-size: 2rem;
  border-top: 1px solid #000;
  padding: 2rem 0 1.5rem;
}

@media screen and (max-width: 512px) {
  .soins__epilation .wp-block-columns .wp-block-column:last-child ul li, .soins__corps .wp-block-columns .wp-block-column:last-child ul li, .soins__visage .wp-block-columns .wp-block-column:last-child ul li {
    font-size: 1.8rem;
  }
}

.soins__epilation .wp-block-columns .wp-block-column:last-child ul li a, .soins__corps .wp-block-columns .wp-block-column:last-child ul li a, .soins__visage .wp-block-columns .wp-block-column:last-child ul li a {
  transition: all 0.1s ease-in-out;
}

.soins__epilation .wp-block-columns .wp-block-column:last-child ul li a:hover, .soins__corps .wp-block-columns .wp-block-column:last-child ul li a:hover, .soins__visage .wp-block-columns .wp-block-column:last-child ul li a:hover {
  color: #0078a2;
}

.soins__epilation .wp-block-columns.has-background, .soins__corps .wp-block-columns.has-background, .soins__visage .wp-block-columns.has-background {
  background-color: transparent;
}

.soins__corps {
  background-color: #f8f2eb;
}

@media screen and (max-width: 1024px) {
  .soins__epilation .wp-block-columns.has-background, .soins__corps .wp-block-columns.has-background, .soins__visage .wp-block-columns.has-background {
    padding: 0;
  }
  .soins__epilation .wp-block-columns .wp-block-column, .soins__corps .wp-block-columns .wp-block-column, .soins__visage .wp-block-columns .wp-block-column {
    flex: 1;
    flex-basis: 100% !important;
  }
  .soins__epilation .wp-block-columns .wp-block-column:first-child, .soins__corps .wp-block-columns .wp-block-column:first-child, .soins__visage .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 3rem;
  }
  .soins__epilation .wp-block-columns .wp-block-column:last-child, .soins__corps .wp-block-columns .wp-block-column:last-child, .soins__visage .wp-block-columns .wp-block-column:last-child {
    margin-left: 0;
  }
}

.single-soin .article-body > .wp-block-group {
  padding: 6rem 0;
}

@media screen and (max-width: 512px) {
  .single-soin .article-body > .wp-block-group {
    padding: 3rem 0;
  }
}

.single-soin .article-body > .wp-block-group .wp-block-group__inner-container {
  width: 80%;
  margin: 0 auto;
}

.single-soin .article-body > .wp-block-group .wp-block-group__inner-container .wp-block-image img {
  width: 100%;
  height: auto;
}

.single-soin .article-body > .wp-block-columns .wp-block-column p {
  background-color: #0078a2;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  padding: 2.5rem;
  margin: 2.5rem 0 0 0;
}

.single-soin .article-body > .wp-block-columns .wp-block-column p strong {
  font-family: "Frank Ruhl Libre", serif;
  text-transform: initial;
  font-size: 2rem;
}

.single-soin .soins__child {
  background-color: #f8f2eb;
  padding: 6rem 0;
}

@media screen and (max-width: 512px) {
  .single-soin .soins__child {
    padding: 4rem 0;
  }
}

.single-soin .soins__child h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.single-soin .soins__child .soins__wrapper {
  width: 80%;
  margin: 0 auto;
}

.single-soin .soins__child .soins__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content;
  grid-auto-rows: min-content;
}

.single-soin .soins__child .soins__list .soin__thumb {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 4rem;
}

.single-soin .soins__child .soins__list .soin__thumb:nth-child(3n + 2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.single-soin .soins__child .soins__list .soin__thumb h3 {
  font-weight: 400;
  font-size: 2rem;
}

.single-soin .soins__child .soins__list .soin__thumb .time {
  font-family: "Josefin Sans", sans-serif;
}

.single-soin .soins__child .soins__list .soin__thumb .price {
  font-weight: 700;
  color: #0078a2;
  font-size: 1.7rem;
  line-height: 3rem;
}

.single-soin .soins__child .soins__list .soin__thumb .price.sub {
  color: #d2a17a;
}

.single-soin .soins__child .soins__list .soin__thumb a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  color: #0078a2;
  margin: 1rem auto;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .single-soin .soins__child .soins__list .soin__thumb a:hover {
    background-color: #0078a2;
    color: #fff;
  }
}

.single-soin .soin__child--details .slider__soin {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.single-soin .soin__child--details .slider__soin.open {
  max-height: 200rem;
}

.single-soin .soin__child--details .slider__soin__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 6rem 0;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 512px) {
  .single-soin .soin__child--details .slider__soin__slide {
    width: 80%;
  }
}

.single-soin .soin__child--details .slider__soin__slide--close {
  height: 31px;
  width: 41px;
  position: relative;
  margin: 0 auto 3rem;
  cursor: pointer;
}

.single-soin .soin__child--details .slider__soin__slide--close::after, .single-soin .soin__child--details .slider__soin__slide--close::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  transform-origin: left;
}

.single-soin .soin__child--details .slider__soin__slide--close::after {
  top: 0;
  transform: rotate(45deg);
}

.single-soin .soin__child--details .slider__soin__slide--close::before {
  bottom: 0;
  transform: rotate(-45deg);
}

.single-soin .soin__child--details .slider__soin__slide.open {
  max-height: 200rem;
  position: relative;
  z-index: 2;
  opacity: 1;
}

.single-soin .soin__child--details .slider__soin__slide h3 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.single-soin .soin__child--details .slider__soin__slide p {
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.single-soin .soin__child--details .slider__soin__slide p em {
  font-size: 1.6rem;
}

.single-soin .soin__child--details .slider__soin__slide h4 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.single-soin .soin__child--details .slider__soin__slide .infos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-soin .soin__child--details .slider__soin__slide .infos .time {
  font-family: "Josefin Sans", sans-serif;
}

.single-soin .soin__child--details .slider__soin__slide .infos .price {
  font-weight: 700;
  color: #0078a2;
  font-size: 2rem;
}

.single-soin .soin__child--details .slider__soin__slide .infos__cta a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  width: 30rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #0078a2;
  color: #fff;
  margin: 3rem auto;
  transition: all 0.2s ease-in-out;
}

.single-soin .soin__child--details .slider__soin__slide .infos__cta a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .single-soin .soins__child .soins__list {
    grid-template-columns: 1fr;
    grid-gap: 4rem 0;
  }
  .single-soin .soins__child .soins__list .soin__thumb {
    padding: 0;
  }
  .single-soin .soins__child .soins__list .soin__thumb:nth-child(3n + 2) {
    border-left: none;
    border-right: none;
  }
}

.cure__intro {
  padding: 6rem 0;
}

.cure__intro p {
  margin: 0;
}

@media screen and (max-width: 512px) {
  .cure__intro {
    width: 100%;
    padding: 6rem 2rem;
  }
}

.cure__section {
  padding: 6rem 0;
}

@media screen and (max-width: 512px) {
  .cure__section {
    padding: 3rem 0;
  }
}

.cure__section:nth-child(even) {
  background-color: #f8f2eb;
}

.cure__section:nth-child(odd) .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.cure__section:nth-child(odd) .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link:hover {
  color: #000;
  background-color: #f8f2eb;
}

.cure__section .wp-block-group__inner-container {
  width: 80%;
  margin-left: auto;
}

.cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-buttons {
  display: flex;
  flex-direction: column;
}

.cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button:first-child {
  margin-bottom: 3rem;
}

.cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link {
  background-color: #000;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link:hover {
  color: #000;
  background-color: #fff;
}

.cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
  padding-right: 5rem;
}

.cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 512px) {
  .cure__section .wp-block-group__inner-container {
    width: 100%;
    padding: 0 2rem;
  }
  .cure__section .wp-block-group__inner-container > .wp-block-columns {
    flex-direction: column-reverse;
  }
  .cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 4rem;
  }
  .cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
    padding-right: 0;
  }
  .cure__section .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }
}

.post-type-cure .article-body > .wp-block-group {
  padding: 6rem 0;
}

.post-type-cure .article-body > .wp-block-group .wp-block-group__inner-container {
  width: 80%;
  margin: 0 auto;
}

.post-type-cure .article-body > .wp-block-group .wp-block-group__inner-container .wp-block-image img {
  width: 100%;
  height: auto;
}

.post-type-cure .article-body > .wp-block-columns .wp-block-column p {
  background-color: #0078a2;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 1.3rem;
  padding: 3rem;
  margin: 3rem 0 0 0;
}

.post-type-cure .article-body > .wp-block-columns .wp-block-column p strong {
  font-family: "Frank Ruhl Libre", serif;
  text-transform: initial;
  font-size: 2.2rem;
}

.post-type-cure .soins__child {
  background-color: #f8f2eb;
  padding: 6rem 0;
}

.post-type-cure .soins__child h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.post-type-cure .soins__child .soins__wrapper {
  width: 80%;
  margin: 0 auto;
}

.post-type-cure .soins__child .soins__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content;
  grid-auto-rows: min-content;
}

.post-type-cure .soins__child .soins__list .soin__thumb {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 4rem;
}

.post-type-cure .soins__child .soins__list .soin__thumb:nth-child(3n + 2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.post-type-cure .soins__child .soins__list .soin__thumb h3 {
  font-weight: 400;
  font-size: 2rem;
}

.post-type-cure .soins__child .soins__list .soin__thumb .time {
  font-family: "Josefin Sans", sans-serif;
}

.post-type-cure .soins__child .soins__list .soin__thumb .price {
  font-weight: 700;
  color: #0078a2;
  font-size: 1.7rem;
  line-height: 3rem;
}

.post-type-cure .soins__child .soins__list .soin__thumb a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  color: #0078a2;
  margin: 1rem auto;
  transition: all 0.2s ease-in-out;
}

.post-type-cure .soins__child .soins__list .soin__thumb a:hover {
  background-color: #0078a2;
  color: #fff;
}

.post-type-cure .soin__child--details .slider__soin {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.post-type-cure .soin__child--details .slider__soin.open {
  max-height: 200rem;
}

.post-type-cure .soin__child--details .slider__soin__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 6rem 0;
  width: 60%;
  margin: 0 auto;
}

.post-type-cure .soin__child--details .slider__soin__slide--close {
  height: 31px;
  width: 41px;
  position: relative;
  margin: 0 auto 3rem;
  cursor: pointer;
}

.post-type-cure .soin__child--details .slider__soin__slide--close::after, .post-type-cure .soin__child--details .slider__soin__slide--close::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  transform-origin: left;
}

.post-type-cure .soin__child--details .slider__soin__slide--close::after {
  top: 0;
  transform: rotate(45deg);
}

.post-type-cure .soin__child--details .slider__soin__slide--close::before {
  bottom: 0;
  transform: rotate(-45deg);
}

.post-type-cure .soin__child--details .slider__soin__slide.open {
  max-height: 200rem;
  position: relative;
  z-index: 2;
  opacity: 1;
}

.post-type-cure .soin__child--details .slider__soin__slide h3 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.post-type-cure .soin__child--details .slider__soin__slide p {
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.post-type-cure .soin__child--details .slider__soin__slide p em {
  font-size: 1.6rem;
}

.post-type-cure .soin__child--details .slider__soin__slide h4 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.post-type-cure .soin__child--details .slider__soin__slide .infos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.post-type-cure .soin__child--details .slider__soin__slide .infos .time {
  font-family: "Josefin Sans", sans-serif;
}

.post-type-cure .soin__child--details .slider__soin__slide .infos .price {
  font-weight: 700;
  color: #0078a2;
  font-size: 2rem;
}

.post-type-cure .soin__child--details .slider__soin__slide .infos__cta a {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  width: 30rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #0078a2;
  color: #fff;
  margin: 3rem auto;
  transition: all 0.2s ease-in-out;
}

.post-type-cure .soin__child--details .slider__soin__slide .infos__cta a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .post-type-cure .soins__child .soins__wrapper .soins__list {
    grid-template-columns: 1fr;
    grid-gap: 4rem 0;
  }
  .post-type-cure .soins__child .soins__wrapper .soins__list .soin__thumb {
    padding: 0;
  }
  .post-type-cure .soins__child .soins__wrapper .soins__list .soin__thumb:nth-child(3n + 2) {
    border-left: none;
    border-right: none;
  }
}

.privacy-policy .article-body {
  width: 80%;
  margin: 6rem auto;
}

.privacy-policy .article-body a {
  color: #0078a2;
}

.privacy-policy .article-body hr {
  margin-bottom: 2rem;
  height: 1px;
  background-color: #000;
  border: none;
}

@media screen and (max-width: 1024px) {
  .privacy-policy {
    width: 90%;
  }
}

/* THEMES */
/* VENDORS */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

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