@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif; }
  body ul {
    list-style: none; }
  body p {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300; }

/* Effet transition page */
body {
  transition: opacity 0.5s ease-in-out;
  /* Transition pour le fondu */ }

body.fade-out {
  opacity: 0;
  /* La page devient transparente */ }

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg); }
  50% {
    transform: translateY(-10px) rotate(3deg);
    /* L'image se soulève et tourne légèrement */ }
  100% {
    transform: translateY(0) rotate(0deg);
    /* Retour à la position initiale */ } }
/* Banner animations */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* Applying animations */
.banner-wrapper {
  animation: fadeIn 1s ease-in-out; }

.banner-wrapper-content img {
  animation: zoomIn 1.5s ease-in-out; }

.banner-wrapper-content h1 {
  animation: slideUp 2s ease-out; }

.banner-wrapper-content a {
  animation: zoomIn 3.5s ease-in-out;
  pointer-events: none; }

header {
  background: none;
  position: fixed;
  top: 0rem;
  width: 100%;
  z-index: 99; }
  header .header-container {
    background: none !important; }
  header .navbar-expand-lg .navbar-collapse {
    justify-content: center; }
  header nav {
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 300;
    transition: all ease-in-out 0.8s;
    color: #FFF;
    text-transform: uppercase; }
  header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  header .navbar-light .navbar-nav .nav-link {
    color: #FFF !important; }
    header .navbar-light .navbar-nav .nav-link:hover {
      color: #a100ff !important; }
  header .nav-link {
    margin-left: 1rem;
    transition: all ease-in-out 0.8s;
    color: #FFF !important;
    font-weight: 500;
    line-height: 2rem;
    text-align: center; }

header {
  transition: background-color 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
  transform: translateY(0);
  opacity: 1;
  will-change: background-color, transform, opacity; }

header.scrolled {
  background-color: #e0c300 !important;
  transform: translateY(0);
  opacity: 0.95;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
  header.scrolled .nav-link {
    color: #000 !important; }

.banner-wrapper,
.banner-wrapper-soins {
  height: 43rem;
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 48%), url("../img/banner1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }
  .banner-wrapper h1,
  .banner-wrapper-soins h1 {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300; }
  .banner-wrapper a,
  .banner-wrapper-soins a {
    color: #000;
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: "Lato", sans-serif;
    text-align: center;
    background: #e0c300;
    text-decoration: none;
    padding: 0.5rem 1.2rem;
    border-radius: 35px;
    margin-top: 5rem !important;
    font-weight: 300;
    padding-bottom: 1rem !important;
    transition: background 0.3s ease, transform 0.3s ease; }
    .banner-wrapper a:hover,
    .banner-wrapper-soins a:hover {
      background: #c57200;
      transform: scale(1.05); }
  .banner-wrapper .banner-wrapper-content,
  .banner-wrapper-soins .banner-wrapper-content {
    height: 33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFF; }

@media (max-width: 768px) {
  .banner-wrapper,
  .banner-wrapper-soins {
    background-attachment: scroll; } }
.banner-wrapper-soins {
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.30018) 68%), url("../img/banner-soin.jpg"); }
  .banner-wrapper-soins h1 {
    color: #FFF;
    font-size: 4rem;
    line-height: 2rem;
    font-weight: 300;
    font-family: "Lato", sans-serif; }
  .banner-wrapper-soins p {
    color: #FFF;
    margin-top: 2rem; }

.prestation-wrapper {
  padding: 2rem 0 4rem 0 !important; }
  .prestation-wrapper img {
    clip-path: ellipse(33% 50%); }
  .prestation-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.8rem;
    padding-bottom: 3rem; }
    .prestation-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -15px;
      top: 25px;
      display: inline-block;
      animation: spin 30s linear infinite;
      transform-origin: center center; }
  .prestation-wrapper h3 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.7rem;
    color: #e0c300;
    margin: 1rem 0 2.3rem 0; }
  .prestation-wrapper a {
    padding: 0.8rem 1rem;
    color: #e0c300;
    border: 1px solid #e0c300;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 35px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    animation: float 4s ease-in-out infinite;
    transition: all 0.3s ease; }
    .prestation-wrapper a:hover {
      background-color: #e0c300;
      color: #FFF;
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
    .prestation-wrapper a:active {
      transform: translateY(-5px) scale(1); }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }
.soutiens-wrapper {
  background: #FCFBF5;
  padding: 2rem 0 6rem 0 !important; }
  .soutiens-wrapper h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800; }
  .soutiens-wrapper p {
    font-size: .8rem;
    line-height: 1rem;
    margin: 0 2rem; }

.medias-wrapper {
  background: #FCFBF5;
  padding: 6rem 0 6rem 0 !important; }
  .medias-wrapper h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800; }

.program-section {
  background: #FCFBF5;
  padding: 4rem 0 6rem 0 !important; }
  .program-section h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.8rem;
    padding-bottom: 1rem; }
    .program-section h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -18px;
      top: 25px;
      display: inline-block;
      animation: spin 30s linear infinite;
      transform-origin: center center; }
  .program-section .filter-btn {
    color: #000 !important;
    /* Couleur du texte par défaut */
    border: none !important;
    /* Pas de bordure par défaut */
    background: transparent !important;
    font-size: 1rem;
    /* Pas de fond */ }
  .program-section .filter-btn.active {
    border: 1px solid #e0c300 !important;
    /* Bordure à la sélection */
    color: #e0c300 !important;
    /* Couleur du texte à la sélection */
    background: transparent !important;
    /* Pas de fond */ }
  .program-section .filter-btn:hover {
    color: #e0c300 !important;
    /* Couleur du texte au survol */
    border: 1px solid #e0c300 !important;
    /* Bordure au survol */
    background: transparent !important;
    /* Pas de fond */ }
  .program-section .card {
    border-radius: 0 0 35px 35px;
    border: none;
    margin-top: 1.8rem; }
    .program-section .card .card-image {
      height: 150px;
      background-size: cover;
      background-position: center;
      position: relative; }
      .program-section .card .card-image .card-title-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem 1.5rem;
        background: rgba(0, 0, 0, 0.3);
        text-align: center;
        /* Overlay sombre */
        color: #fff; }
        .program-section .card .card-image .card-title-overlay h5 {
          font-family: "Lato", sans-serif;
          font-size: 1.2rem;
          margin: 0; }
    .program-section .card .card-body {
      padding: 1.5rem; }
      .program-section .card .card-body .text-muted {
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        color: #e0c300 !important; }
      .program-section .card .card-body h6 {
        font-family: "Lato", sans-serif;
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: bold;
        color: #000 !important; }
      .program-section .card .card-body p {
        font-family: "Lato", sans-serif;
        /* Couleur grise pour le texte */
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0; }
      .program-section .card .card-body .btn {
        font-family: "Lato", sans-serif;
        background-color: #FFF;
        border-color: #e0c300;
        color: #e0c300;
        border-radius: 50px;
        padding: 0.5rem 1.5rem;
        text-transform: uppercase;
        margin-top: 1rem; }
    .program-section .card a {
      padding: 0.8rem 1rem;
      color: #e0c300;
      border: 1px solid #e0c300;
      font-size: 1rem;
      text-decoration: none;
      border-radius: 35px;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      animation: float 4s ease-in-out infinite;
      transition: all 0.3s ease; }
      .program-section .card a:hover {
        background-color: #e0c300 !important;
        color: #FFF !important;
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
      .program-section .card a:active {
        transform: translateY(-5px) scale(1); }

.actualite-wrapper {
  background: #FCFBF5;
  padding: 3rem 0 5rem 0 !important; }
  .actualite-wrapper .vignettes {
    background: #FFF;
    padding: 0 0 2rem 0;
    border-radius: 0 0 35px 35px; }
  .actualite-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    padding-bottom: 3rem; }
    .actualite-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 25px; }
  .actualite-wrapper h3 {
    background: #935500;
    font-family: "Lato", sans-serif;
    color: #FFF;
    font-size: 1.2rem;
    padding: .5rem 0;
    padding-left: 1rem; }
  .actualite-wrapper h4 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    color: #e0c300;
    margin: 1rem 0 0.5rem 0;
    font-weight: bold;
    padding-left: 1rem; }
  .actualite-wrapper h5 {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    margin: 0rem 0 0.5rem 0;
    font-weight: bold;
    padding-left: 1rem; }
  .actualite-wrapper p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0 1rem 1.3rem 1rem; }
  .actualite-wrapper a {
    padding: 0;
    margin-left: 1rem;
    color: #e0c300;
    border: 1px solid #e0c300;
    font-size: .9rem;
    text-decoration: none;
    border-radius: 35px;
    text-transform: uppercase;
    padding: .8rem 1rem; }

.lieu-wrapper {
  background: #FFF;
  padding: 0rem 0 4rem 0; }
  .lieu-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.8rem;
    padding-bottom: 1rem; }
  .lieu-wrapper p {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0 1rem 2rem 1rem; }
  .lieu-wrapper a {
    padding: 0.8rem 1rem;
    color: #e0c300;
    border: 1px solid #e0c300;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 35px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    animation: float 4s ease-in-out infinite;
    transition: all 0.3s ease; }
    .lieu-wrapper a:hover {
      background-color: #e0c300 !important;
      color: #FFF !important;
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
    .lieu-wrapper a:active {
      transform: translateY(-5px) scale(1); }
  .lieu-wrapper img {
    margin-top: 4rem; }
  .lieu-wrapper .photo-gallery img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    filter: brightness(0.8);
    transition: filter 0.3s ease-in-out; }
    .lieu-wrapper .photo-gallery img:hover {
      filter: brightness(1); }
  .lieu-wrapper .photo-gallery .row {
    display: flex;
    flex-wrap: wrap; }
  .lieu-wrapper .photo-gallery .col-6,
  .lieu-wrapper .photo-gallery .col-md-4,
  .lieu-wrapper .photo-gallery .col-lg-3,
  .lieu-wrapper .photo-gallery .col-lg-6 {
    padding: 0; }
  .lieu-wrapper .photo-gallery-large {
    height: 400px; }
  .lieu-wrapper .photo-gallery-medium {
    height: 300px; }
  .lieu-wrapper .photo-gallery-small {
    height: 200px; }

.contact-wrapper {
  background: #e0c300;
  /* Variable définie dans votre SCSS */
  padding: 6rem 0 6rem 0 !important;
  text-align: center; }
  .contact-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.8rem;
    color: #FFF; }
  .contact-wrapper p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0 1rem 2rem 1rem;
    color: #FFF; }
  .contact-wrapper .contact-form {
    padding: 1rem 2rem 2rem 2rem; }
    .contact-wrapper .contact-form .form-label {
      font-weight: bold;
      color: #333; }
    .contact-wrapper .contact-form .form-control {
      border-radius: 35px;
      padding: 0.8rem 1rem;
      border: 1px solid #ddd; }
      .contact-wrapper .contact-form .form-control:focus {
        border-color: #e0c300;
        box-shadow: 0 0 5px rgba(147, 85, 0, 0.5); }
    .contact-wrapper .contact-form .btn {
      background-color: #e0c300;
      border: none;
      color: #fff;
      padding: 0.8rem 1.5rem;
      font-size: 1rem;
      text-transform: uppercase;
      border-radius: 35px;
      transition: all 0.3s ease; }
      .contact-wrapper .contact-form .btn:hover {
        border-color: 1px solid #e0c300; }
  .contact-wrapper #thankYouMessage {
    display: none;
    margin-top: 1rem; }
    .contact-wrapper #thankYouMessage p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 0 1rem 2rem 1rem;
      color: #FFF; }
  .contact-wrapper .invalid-feedback {
    font-size: .8rem;
    color: #FFF;
    font-weight: 300; }

.donation-wrapper {
  padding: 4rem 0 !important;
  background: #FFF; }
  .donation-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 500; }
  .donation-wrapper a {
    padding: 0.8rem 1rem;
    color: #FFF;
    font-weight: bold;
    background: #e0c300;
    border: 1px solid #e0c300;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 35px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    animation: float 4s ease-in-out infinite;
    transition: all 0.3s ease; }
    .donation-wrapper a:hover {
      background-color: #FFF !important;
      color: #FFF !important;
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
    .donation-wrapper a:active {
      transform: translateY(-5px) scale(1); }

footer {
  background: #000;
  padding: 5rem 0 5rem 0; }
  footer p {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 1rem 0 0 0;
    padding: 0;
    color: #FFF; }
  footer ul {
    padding: 0;
    margin: 0; }
  footer li {
    color: #FFF;
    font-size: 1rem;
    font-weight: 300; }
    footer li a {
      text-decoration: none !important;
      color: #FFF; }
  footer .contact-footer li,
  footer .apropos-footer li {
    text-decoration: none; }
    footer .contact-footer li:first-child,
    footer .apropos-footer li:first-child {
      font-family: "Lato", sans-serif;
      font-size: 1.3rem;
      line-height: 1.8rem;
      margin-bottom: .3rem;
      font-weight: 800; }

.stage-modules-wrapper {
  padding: 5rem 0 4rem 0 !important;
  background: #FCFBF5; }
  .stage-modules-wrapper h1 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    padding-bottom: 3rem; }
    .stage-modules-wrapper h1:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 25px; }
  .stage-modules-wrapper .stage-module2 {
    height: 10rem;
    width: 80%;
    margin: 5rem 0; }
  .stage-modules-wrapper .img-module2 {
    background-image: url(../img/stage2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 20rem;
    width: 40rem; }
  .stage-modules-wrapper .texte-module2 {
    padding: 3rem;
    background: #FFF;
    font-size: 1.3rem;
    line-height: 2.3rem; }

.soins-wrapper {
  padding: 3rem 0 4rem 0 !important;
  background: #FCFBF5; }
  .soins-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    padding-bottom: 3rem; }
    .soins-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 25px; }
  .soins-wrapper h3 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #e0c300; }
  .soins-wrapper p {
    font-family: "Lato", sans-serif;
    ffont-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0; }
  .soins-wrapper .presentiel-soins ul {
    color: #e0c300;
    font-size: 1rem;
    border: 1px solid #e0c300;
    border-radius: 35px;
    padding: 0;
    width: 16.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: .5rem; }
    .soins-wrapper .presentiel-soins ul li {
      margin-right: 1rem; }
      .soins-wrapper .presentiel-soins ul li:first-child {
        margin-left: 1rem; }
  .soins-wrapper .distance-soins ul {
    color: #e0c300;
    font-size: 1rem;
    border: 1px solid #e0c300;
    border-radius: 35px;
    padding: 0;
    width: 16.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: .5rem; }
    .soins-wrapper .distance-soins ul li {
      margin-right: 1rem; }
      .soins-wrapper .distance-soins ul li:first-child {
        margin-left: 1rem; }
  .soins-wrapper .theme-soins {
    border-top: 0.5px solid #e0c300;
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
    .soins-wrapper .theme-soins h4 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 1.7rem;
      color: #e0c300; }
    .soins-wrapper .theme-soins ul {
      margin: 0;
      padding: 0;
      border-radius: 35px;
      font-size: 1rem;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      margin-bottom: .5rem; }
      .soins-wrapper .theme-soins ul .bi {
        color: #e0c300; }
      .soins-wrapper .theme-soins ul:nth-child(2) {
        margin-top: 2.4rem; }
  .soins-wrapper .informations-soins p {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.5rem; }
  .soins-wrapper .informations-soins .distance-soins {
    border-top: 0.5px solid #e0c300;
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
  .soins-wrapper .seance-soins {
    background: #FFF;
    padding: 2rem;
    border-radius: 35px; }
    .soins-wrapper .seance-soins b {
      color: #e0c300;
      margin-bottom: 1rem; }
    .soins-wrapper .seance-soins span {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 1.3rem; }
    .soins-wrapper .seance-soins p {
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin-bottom: .5rem; }
      .soins-wrapper .seance-soins p:last-child {
        margin-bottom: 0; }
  .soins-wrapper .voirPlus-cta {
    border: 1px solid #e0c300;
    border-radius: 35px;
    color: #FFF;
    width: auto;
    background: #e0c300;
    padding: .5rem;
    text-align: center;
    width: 6rem;
    margin-top: .5rem; }
    .soins-wrapper .voirPlus-cta a {
      text-decoration: none !important;
      color: #FFF; }

.guidance-wrapper {
  padding: 4rem 0 5rem 0 !important;
  background: #e0c300; }
  .guidance-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem !important;
    padding-bottom: 1rem;
    color: #FFF; }
    .guidance-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 25px; }
  .guidance-wrapper p {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
    color: #FFF; }
  .guidance-wrapper .guidance-soins {
    padding-bottom: 1rem; }
    .guidance-wrapper .guidance-soins ul {
      color: #FDC330;
      font-size: 0.8rem !important;
      border: 1px solid #FDC330;
      border-radius: 35px;
      padding: 0;
      width: 18.2rem;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      margin-bottom: .5rem; }
      .guidance-wrapper .guidance-soins ul li {
        margin-right: 1rem; }
        .guidance-wrapper .guidance-soins ul li:first-child {
          margin-left: 1rem; }

.banner-wrapper-soins-holistiques {
  height: 19rem;
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 28%), url("../img/banner-soin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }
  .banner-wrapper-soins-holistiques h1 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 4rem !important;
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Ombre douce */ }
  .banner-wrapper-soins-holistiques .banner-wrapper-soins-holistiques-content {
    height: 17rem; }

.soins-holistiques-wrapper {
  margin: 4rem 0 1rem 0; }
  .soins-holistiques-wrapper h1 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem !important;
    color: #000;
    margin-bottom: 3rem; }
    .soins-holistiques-wrapper h1:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 25px; }
  .soins-holistiques-wrapper .soins-holistiques-elements .soins-holistiques-element-seul {
    background: #FCFBF5;
    padding: 2.5rem;
    border-radius: 25px;
    margin-bottom: 2rem;
    border: #e0c300; }
    .soins-holistiques-wrapper .soins-holistiques-elements .soins-holistiques-element-seul .prix-soins {
      font-weight: bold;
      font-size: 2.3rem;
      line-height: 3.3rem;
      text-align: center;
      color: #e0c300; }
      .soins-holistiques-wrapper .soins-holistiques-elements .soins-holistiques-element-seul .prix-soins b {
        font-size: 1rem; }
  .soins-holistiques-wrapper .soins-holistiques-elements h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.5rem;
    color: #e0c300;
    text-align: center; }
  .soins-holistiques-wrapper .soins-holistiques-elements p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1rem; }
  .soins-holistiques-wrapper .soins-holistiques-elements a {
    padding: 0.8rem 1rem;
    color: #e0c300;
    border: 1px solid #e0c300;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 35px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    animation: float 4s ease-in-out infinite;
    transition: all 0.3s ease; }
    .soins-holistiques-wrapper .soins-holistiques-elements a:hover {
      background-color: #e0c300;
      color: #FFF;
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
    .soins-holistiques-wrapper .soins-holistiques-elements a:active {
      transform: translateY(-5px) scale(1); }

.page-stage h3 {
  font-size: 1.2rem;
  color: #e0c300; }

.stage-wrapper {
  padding: 3rem 0 1rem 0 !important;
  background: #FCFBF5; }
  .stage-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
    padding-bottom: 2rem; }
    .stage-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 25px; }
  .stage-wrapper h3 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #e0c300; }
    .stage-wrapper h3 b {
      color: #000;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 1.2rem; }
  .stage-wrapper h5 {
    font-size: 1.1rem;
    line-height: 2.1rem;
    color: #e0c300;
    margin-bottom: .8rem; }
  .stage-wrapper p {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0; }
  .stage-wrapper .presentiel-soins ul {
    color: #e0c300;
    font-size: .9rem;
    border: 1px solid #e0c300;
    border-radius: 35px;
    padding: 0;
    width: 18rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: .5rem; }
    .stage-wrapper .presentiel-soins ul li {
      margin-right: 1rem; }
      .stage-wrapper .presentiel-soins ul li:first-child {
        margin-left: 1rem; }
  .stage-wrapper .theme-soins {
    border-top: 0.5px solid #e0c300;
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
    .stage-wrapper .theme-soins h4 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 1.5rem;
      color: #e0c300; }
    .stage-wrapper .theme-soins ul {
      margin: 0;
      padding: 0;
      border-radius: 35px;
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      margin-bottom: .5rem; }
      .stage-wrapper .theme-soins ul .bi {
        color: #e0c300; }
      .stage-wrapper .theme-soins ul:nth-child(2) {
        margin-top: 2.4rem; }
    .stage-wrapper .theme-soins .texte-profil {
      margin-left: 2rem; }
      .stage-wrapper .theme-soins .texte-profil ul li {
        line-height: 1.5rem; }
        .stage-wrapper .theme-soins .texte-profil ul li:first-child {
          font-size: 1.2rem;
          font-weight: bold; }
      .stage-wrapper .theme-soins .texte-profil a {
        background: #e0c300;
        color: #FFF;
        display: inline-flex;
        padding: .8rem 1rem;
        border-radius: 30px;
        font-size: .9rem;
        line-height: 1.5rem;
        text-decoration: none; }
        .stage-wrapper .theme-soins .texte-profil a:hover {
          background: #935500; }
  .stage-wrapper .informations-soins p {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0; }
  .stage-wrapper .informations-soins .distance-soins {
    border-top: 0.5px solid #e0c300;
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
  .stage-wrapper .programme-stage {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3rem;
    border-radius: 35px; }
    .stage-wrapper .programme-stage h3 {
      text-align: center;
      font-size: 2rem;
      line-height: 3rem;
      margin-bottom: 2rem; }
    .stage-wrapper .programme-stage b {
      color: #e0c300;
      margin-bottom: 1rem; }
    .stage-wrapper .programme-stage span {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 1.3rem; }
    .stage-wrapper .programme-stage p {
      font-size: 1.2rem;
      line-height: 1.6rem;
      margin-bottom: .5rem; }
      .stage-wrapper .programme-stage p:last-child {
        margin-bottom: 0; }
    .stage-wrapper .programme-stage ul {
      padding: 0;
      margin: 0; }
      .stage-wrapper .programme-stage ul li {
        font-size: 1rem;
        line-height: 1.5rem; }
    .stage-wrapper .programme-stage .heure-programme {
      color: #e0c300;
      font-size: 1rem;
      font-weight: bold;
      margin-top: .5rem; }
    .stage-wrapper .programme-stage h4 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 1.5rem; }
    .stage-wrapper .programme-stage h5 {
      color: #e0c300;
      text-transform: uppercase; }
    .stage-wrapper .programme-stage .programme-jour1 {
      width: 100%;
      height: 100%;
      margin: .5rem;
      padding: 0rem;
      overflow-y: scroll;
      /* Active le scroll vertical */
      overflow-x: hidden;
      /* Désactive le scroll horizontal */
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin-bottom: 3rem; }
    .stage-wrapper .programme-stage .programme-jour2 {
      background: #FBFBFB;
      width: 100%;
      height: 100% rem;
      margin: .5rem;
      padding: 0rem;
      overflow-y: scroll;
      /* Active le scroll vertical */
      overflow-x: hidden;
      /* Désactive le scroll horizontal */
      font-size: 1.1rem;
      line-height: 1.5rem; }

#modal-Intervenant .modal-body {
  padding: 2rem;
  border-radius: 45px !important; }
#modal-Intervenant .modal-content {
  background: #FCFBF5; }
#modal-Intervenant h5 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.3rem;
  line-height: 3rem;
  color: #e0c300;
  text-align: center;
  margin-top: 1rem; }
#modal-Intervenant h6 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.1rem; }
#modal-Intervenant .questions-modal {
  margin-bottom: 1rem; }
  #modal-Intervenant .questions-modal span {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #e0c300;
    text-align: center;
    margin-top: 3rem; }
  #modal-Intervenant .questions-modal p {
    font-size: 1rem;
    line-height: 1.5rem; }

.inclus-stage-wrapper .bi {
  color: #e0c300; }
.inclus-stage-wrapper h3 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #e0c300; }
.inclus-stage-wrapper h4 {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto; }
.inclus-stage-wrapper p {
  font-size: 1.1rem;
  line-height: 1.5rem; }

.non-inclus-stage-wrapper {
  background: #2C2222; }
  .non-inclus-stage-wrapper .bi {
    color: #e0c300; }
  .non-inclus-stage-wrapper h3 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #FFF; }
  .non-inclus-stage-wrapper h4 {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    color: #FFF; }
  .non-inclus-stage-wrapper p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #FFF; }

.hebergement-stage-wrapper {
  background: #FCFBF5; }
  .hebergement-stage-wrapper h3 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #e0c300;
    margin-bottom: 2.5rem; }
  .hebergement-stage-wrapper h5 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #000;
    text-align: center; }
  .hebergement-stage-wrapper p {
    font-size: .9rem; }

.lieu-stage-wrapper h3 {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #e0c300;
  margin-bottom: 2.5rem; }
.lieu-stage-wrapper img {
  margin: 5rem 0 1rem 0; }

.hebergement-contact-wrapper {
  background: linear-gradient(to right, #FCFBF5 50%, #e0c300 50%); }
  .hebergement-contact-wrapper .hebergement-contact h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #e0c300;
    margin-bottom: 2.5rem; }
  .hebergement-contact-wrapper .hebergement-contact .hebergement-section {
    background: #FCFBF5; }
  .hebergement-contact-wrapper .hebergement-contact .contact-section {
    background: #e0c300;
    color: #FFF; }

.rendez-vous-wrapper {
  height: 21rem;
  background: #935500; }
  .rendez-vous-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    color: #FFF; }
    .rendez-vous-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -25px;
      top: 18px;
      display: inline-block;
      animation: spin 30s linear infinite;
      transform-origin: center center; }
  .rendez-vous-wrapper p {
    color: #FFF;
    list-style: 1.5rem; }
    .rendez-vous-wrapper p b {
      font-weight: bold; }
  .rendez-vous-wrapper a {
    color: #e0c300;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-decoration: none;
    background: #FFF;
    border-radius: 35px;
    padding: .8rem 1.5rem; }

/**END RESPONSIVE largeMOBILE****************************/
/**START RESPONSIVE TABLET****************************/
@media (min-width: 768px) {
  .nav-link {
    margin-left: 1rem;
    transition: all ease-in-out 0.8s;
    color: #FFF !important; }

  .banner-wrapper .banner-wrapper-content {
    height: 47rem; }
  .banner-wrapper h1 {
    color: #FFF;
    font-size: 2rem;
    line-height: 5rem;
    font-weight: 300; }
  .banner-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-size: 2.5rem;
    padding-bottom: 4rem; }
    .banner-wrapper h2:before {
      content: url("../img/soleil.svg");
      position: relative;
      left: -5px;
      top: 18px; }

  .prestation-wrapper {
    padding: 2rem 0 4rem 0 !important; }
    .prestation-wrapper img {
      clip-path: ellipse(33% 50%); }
    .prestation-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 2.7rem;
      padding-bottom: 4rem; }
      .prestation-wrapper h2:before {
        content: url("../img/soleil.svg");
        position: relative;
        left: -15px;
        top: 25px; }
    .prestation-wrapper h3 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-size: 1.5rem;
      color: #e0c300;
      margin: 1rem 0 1.3rem 0; }
    .prestation-wrapper a {
      padding: 0;
      color: #e0c300;
      border: 1px solid #e0c300;
      font-size: .9rem;
      text-decoration: none;
      border-radius: 35px;
      text-transform: uppercase;
      padding: .8rem 1rem; }

  .soins-wrapper {
    padding: 9rem 0 8rem 0 !important; }
    .soins-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 2.5rem;
      padding-bottom: 4rem; }
      .soins-wrapper h2:before {
        content: url("../img/soleil.svg");
        position: relative;
        left: -5px;
        top: 25px; }

  .soins-holistiques-wrapper {
    margin: 4rem 0 1rem 0; }
    .soins-holistiques-wrapper h1 {
      font-size: 2.8rem !important; }
    .soins-holistiques-wrapper p {
      font-size: 1rem !important;
      line-height: 1.6rem;
      text-align: center;
      margin-bottom: .7rem; }

  .actualite-wrapper {
    background: #FCFBF5;
    padding: 3rem 0 6rem 0 !important; }
    .actualite-wrapper h2 {
      font-size: 2.5rem; }

  .lieu-wrapper {
    background: #FFF;
    padding: 0rem 0 4rem 0; }
    .lieu-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 2.7rem;
      padding-bottom: 1rem;
      margin-top: 4rem; }
    .lieu-wrapper p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 0 1rem 2rem 0rem; }
    .lieu-wrapper a {
      padding: 0;
      margin-left: 0rem;
      color: #e0c300;
      border: 1px solid #e0c300;
      font-size: .9rem;
      text-decoration: none;
      border-radius: 35px;
      text-transform: uppercase;
      padding: .8rem 1rem; }
    .lieu-wrapper img {
      margin-top: 4rem; }

  .contact-wrapper {
    background: #FFFF;
    padding: 8rem 0 12rem 0; }
    .contact-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 2rem;
      padding-bottom: 1rem;
      padding-left: 1.7rem;
      color: #000;
      text-transform: uppercase; }
    .contact-wrapper p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 0 1rem 2rem 1rem;
      color: #FFF; }
    .contact-wrapper a {
      padding: 0;
      margin-left: 1rem;
      color: #FFF;
      border: 1px solid #FFF;
      font-size: .9rem;
      text-decoration: none;
      border-radius: 35px;
      text-transform: uppercase;
      padding: .8rem 1rem; }

  footer {
    background: #000;
    padding: 5rem 0 5rem 0; }
    footer p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 1rem 0 0 0;
      padding: 0;
      color: #FFF; }
    footer ul li {
      color: #FFF;
      font-size: .9rem;
      font-weight: 100;
      padding: 0; }
    footer .contact-footer li:first-child,
    footer .apropos-footer li:first-child {
      font-family: "Lato", sans-serif;
      font-size: 1.3rem;
      line-height: 1.8rem;
      margin-bottom: .3rem; }

  .soins-wrapper {
    padding: 5rem 0 7rem 0 !important;
    background: #FCFBF5; }
    .soins-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 3rem !important;
      padding-bottom: 3rem; }
      .soins-wrapper h2:before {
        content: url("../img/soleil.svg");
        position: relative; }
    .soins-wrapper h3 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 1.7rem;
      line-height: 2rem;
      color: #e0c300; }
    .soins-wrapper p {
      font-family: "Lato", sans-serif;
      font-size: 1rem;
      line-height: 1.4rem;
      margin: 0;
      padding: 0; }
    .soins-wrapper .presentiel-soins ul {
      color: #e0c300;
      font-size: .9rem;
      border: 1px solid #e0c300;
      border-radius: 35px;
      padding: 0;
      width: 16rem;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      margin-bottom: .5rem; }
      .soins-wrapper .presentiel-soins ul li {
        margin-right: 1rem; }
        .soins-wrapper .presentiel-soins ul li:first-child {
          margin-left: 1rem; }
    .soins-wrapper .distance-soins ul {
      color: #e0c300;
      font-size: .9rem;
      border: 1px solid #e0c300;
      border-radius: 35px;
      padding: 0;
      width: 16rem;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      margin-bottom: .5rem; }
      .soins-wrapper .distance-soins ul li {
        margin-right: 1rem; }
        .soins-wrapper .distance-soins ul li:first-child {
          margin-left: 1rem; }
    .soins-wrapper .theme-soins {
      border-top: 0.5px solid #e0c300;
      padding-top: 1.5rem;
      margin-top: 1.5rem; }
      .soins-wrapper .theme-soins h4 {
        font-family: "Lato", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.7rem;
        color: #e0c300; }
      .soins-wrapper .theme-soins ul {
        margin: 0;
        padding: 0;
        border-radius: 35px;
        font-size: 1rem;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        margin-bottom: .5rem; }
        .soins-wrapper .theme-soins ul .bi {
          color: #e0c300; }
        .soins-wrapper .theme-soins ul:nth-child(2) {
          margin-top: 2.4rem; }
    .soins-wrapper .informations-soins p {
      font-family: "Lato", sans-serif;
      margin: 0;
      padding: 0; }
    .soins-wrapper .informations-soins .distance-soins {
      border-top: 0.5px solid #e0c300;
      padding-top: 1.5rem;
      margin-top: 1.5rem; }
    .soins-wrapper .seance-soins {
      background: #FFF;
      padding: 2rem; }
      .soins-wrapper .seance-soins b {
        color: #e0c300;
        margin-bottom: 1rem; }
      .soins-wrapper .seance-soins span {
        font-family: "Lato", sans-serif;
        font-optical-sizing: auto;
        font-size: 1.2rem; }
      .soins-wrapper .seance-soins p {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-bottom: .5rem; }
        .soins-wrapper .seance-soins p:last-child {
          margin-bottom: 0; }

  .guidance-wrapper {
    padding: 4rem 0 5rem 0 !important;
    background: #e0c300; }
    .guidance-wrapper h2 {
      font-size: 2.5rem !important; }
    .guidance-wrapper ul {
      font-size: 1rem;
      width: 18.5rem !important; }

  .guidance-wrapper {
    padding: 4rem 0 5rem 0 !important;
    background: #e0c300; }
    .guidance-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 3rem !important;
      padding-bottom: 1rem;
      color: #FFF; }
      .guidance-wrapper h2:before {
        content: url("../img/soleil.svg");
        position: relative;
        left: -5px;
        top: 25px; }
    .guidance-wrapper p {
      font-family: "Lato", sans-serif;
      font-size: 1.1rem;
      line-height: 1.6rem;
      margin: 0;
      padding: 0;
      color: #FFF; }
    .guidance-wrapper .guidance-soins {
      padding-bottom: 1rem; }
      .guidance-wrapper .guidance-soins ul {
        font-size: 1rem;
        width: 18.5rem !important; }

  .program-section h2 {
    font-size: 2.7rem; }

  .stage-wrapper {
    padding: 5rem 0 4rem 0 !important; }
    .stage-wrapper h2 {
      font-size: 3rem !important; }
    .stage-wrapper h3 {
      font-size: 1.7rem;
      line-height: 2.5rem; }
      .stage-wrapper h3 b {
        color: #000;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 1.3rem; }
    .stage-wrapper h5 {
      font-size: 1.2rem;
      line-height: 2.5rem; }
    .stage-wrapper .programme-stage {
      margin-top: 3rem !important;
      padding: 2rem !important; }
      .stage-wrapper .programme-stage h3 {
        text-align: center;
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 2rem; }
      .stage-wrapper .programme-stage .programme-jour1 {
        background: #FBFBFB;
        width: 100%;
        height: 46rem !important;
        margin: .5rem;
        padding: 2rem; }
      .stage-wrapper .programme-stage .programme-jour2 {
        background: #FBFBFB;
        width: 100%;
        height: 46rem !important;
        margin: .5rem;
        padding: 2rem; } }
/**START RESPONSIVE LARGE****************************/
@media (min-width: 992px) {
  .banner-wrapper h1 {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 5rem;
    font-weight: 300; }
  .banner-wrapper .banner-wrapper-content {
    height: 38rem; }

  .prestation-wrapper {
    padding: 2rem 0 7rem 0 !important; }
    .prestation-wrapper h3 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-size: 1.5rem;
      color: #e0c300;
      margin: 1rem 0 1.3rem 0; }

  /* ACTUALITE - ACTUALITE - ACTUALITE - ACTUALITE - ACTUALITE - ACTUALITE */
  .actualite-wrapper {
    background: #FCFBF5;
    padding: 3rem 0 6rem 0 !important; }
    .actualite-wrapper h2 {
      font-size: 2.5rem; }

  .lieu-wrapper {
    padding: 1rem 0 6rem 0 !important; }

  /* PAGE STAGE PAGE STAGE PAGE STAGE */
  .stage-wrapper {
    padding: 5rem 0 4rem 0 !important; }
    .stage-wrapper h2 {
      font-size: 3rem !important; }
    .stage-wrapper h3 {
      font-size: 1.7rem;
      line-height: 2.5rem; }
      .stage-wrapper h3 b {
        color: #000;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 1.3rem; }
    .stage-wrapper .programme-stage {
      margin-top: 3rem !important;
      padding: 2rem !important; }
      .stage-wrapper .programme-stage h3 {
        text-align: center;
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 2rem; }
      .stage-wrapper .programme-stage .programme-jour1 {
        background: #FBFBFB;
        width: 100%;
        height: 41rem !important;
        margin: .5rem;
        padding: 2rem; }
      .stage-wrapper .programme-stage .programme-jour2 {
        background: #FBFBFB;
        width: 100%;
        height: 41rem !important;
        margin: .5rem;
        padding: 2rem; }

  .rendez-vous-wrapper {
    height: 22rem;
    background: #935500; }
    .rendez-vous-wrapper h2 {
      font-family: "Lato", sans-serif;
      font-optical-sizing: auto;
      font-size: 2.7rem;
      padding-bottom: 1rem;
      padding-left: 1.7rem; }
      .rendez-vous-wrapper h2:before {
        content: url("../img/soleil.svg");
        position: relative;
        left: -15px;
        top: 18px;
        display: inline-block;
        animation: spin 30s linear infinite;
        transform-origin: center center; }
    .rendez-vous-wrapper a {
      color: #e0c300;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 2.7rem;
      text-decoration: none;
      background: #FFF;
      border-radius: 35px;
      padding: .8rem 1.5rem; } }
/**END RESPONSIVE LARGE****************************/
/**START RESPONSIVE XLARGE****************************/
@media (min-width: 1200px) {
  .banner-wrapper h1 {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 5rem;
    font-weight: 300; }

  .stage-wrapper {
    padding: 5rem 0 4rem 0 !important; }
    .stage-wrapper h2 {
      font-size: 3rem !important; }
    .stage-wrapper h3 {
      font-size: 1.7rem;
      line-height: 2.5rem; }
      .stage-wrapper h3 b {
        color: #000;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 1.3rem; }
    .stage-wrapper .programme-stage {
      margin-top: 3rem !important;
      padding: 2rem !important; }
      .stage-wrapper .programme-stage h3 {
        text-align: center;
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 2rem; }
      .stage-wrapper .programme-stage .programme-jour1 {
        background: #FBFBFB;
        width: 100%;
        height: 46rem !important;
        margin: .5rem;
        padding: 2rem; }
      .stage-wrapper .programme-stage .programme-jour2 {
        background: #FBFBFB;
        width: 100%;
        height: 46rem !important;
        margin: .5rem;
        padding: 2rem; } }
/**END RESPONSIVE XLARGE****************************/
/**START RESPONSIVE XXLARGE****************************/
@media (min-width: 1400px) {
  .stage-wrapper {
    padding: 5rem 0 4rem 0 !important; }
    .stage-wrapper h2 {
      font-size: 3rem !important; }
    .stage-wrapper h3 {
      font-size: 1.7rem;
      line-height: 2.5rem; }
      .stage-wrapper h3 b {
        color: #000;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-size: 1.3rem; }
    .stage-wrapper .programme-stage {
      margin-top: 3rem !important;
      padding: 2rem !important; }
      .stage-wrapper .programme-stage h3 {
        text-align: center;
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 2rem; }
      .stage-wrapper .programme-stage .programme-jour1 {
        background: #FBFBFB;
        width: 100%;
        height: 41rem !important;
        margin: .5rem;
        padding: 2rem; }
      .stage-wrapper .programme-stage .programme-jour2 {
        background: #FBFBFB;
        width: 100%;
        height: 41rem !important;
        margin: .5rem;
        padding: 2rem; } }
/**END RESPONSIVE XXLARGE****************************/

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