/*********************************
			 FONTS
*********************************/
@font-face {
    font-family: 'Caveat';
    src: url('/design/fonts/Caveat-Bold.eot');
    src: url('/design/fonts/Caveat-Bold.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/Caveat-Bold.woff2') format('woff2'),
    url('/design/fonts/Caveat-Bold.woff') format('woff'),
    url('/design/fonts/Caveat-Bold.ttf') format('truetype'),
    url('/design/fonts/Caveat-Bold.svg#Caveat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/design/fonts/Quicksand-Bold.eot');
    src: url('/design/fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/Quicksand-Bold.woff2') format('woff2'),
    url('/design/fonts/Quicksand-Bold.woff') format('woff'),
    url('/design/fonts/Quicksand-Bold.ttf') format('truetype'),
    url('/design/fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/design/fonts/Quicksand-Medium.eot');
    src: url('/design/fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/Quicksand-Medium.woff2') format('woff2'),
    url('/design/fonts/Quicksand-Medium.woff') format('woff'),
    url('/design/fonts/Quicksand-Medium.ttf') format('truetype'),
    url('/design/fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/design/fonts/Quicksand-SemiBold.eot');
    src: url('/design/fonts/Quicksand-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/design/fonts/Quicksand-SemiBold.woff2') format('woff2'),
    url('/design/fonts/Quicksand-SemiBold.woff') format('woff'),
    url('/design/fonts/Quicksand-SemiBold.ttf') format('truetype'),
    url('/design/fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/*********************************
		CLASSES GLOBALES
*********************************/

:root {
    /******	  DEFAULT CONTENT STRUCTURE	******/
    --section-max: 1400px;
    --center: auto;
    --padding : 100px 20px;
    --radius-lg: 25px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shadow-soft: 0 16px 40px -18px rgba(6, 90, 147, 0.22);
    --shadow-soft-green: 0 16px 40px -18px rgba(143, 174, 43, 0.09);
    --shadow-card: 0 10px 26px -14px rgba(34, 48, 56, 0.16);
    --shadow-card-green: 0 10px 26px -14px rgba(143, 174, 43, 0.40);
    --header-h: 76px;
    --column-gap : clamp(30px, calc(22.2px + 2.4vw), 56px);
    --row-gap: clamp(28px, calc(21px + 2vw), 50px);


    /******	  COULEURS	******/
    --blue: #0674BB;
    --blue-dark: #075A93;
    --blue-light: #E8F3FB;
    --green: #B0D139;
    --green-dark: #8FAE2B;
    --green-light: #F2F8E4;
    --ink: #223038;
    --gray: #6B7075;
    --paper: #FCFDFB;
    --paper-alt: #F4F8F3;
    --line: #E3EAE6;



    /******	  FONT WEIGHT	******/
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold : bold;


    /******	  FONT AND TYPOGRAPHY	******/
    --body-font: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --normal-font-size: 1rem;
    --title-font: "Caveat", manuscrit;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/******	  STRUCTURE PAGE	******/
html {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    background-size: cover; /* version standardisée */
    font-size: var(--normal-font-size);
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--ink);
    overflow: hidden;
    content: "1";
    background: var(--paper);
    line-height: 1.5;
}

body .tablette, body .mobile {
    display: none;
}

/******	  TITRES	******/
h1, body h1 *, .like-h1, h2, h2 *, h2 p, h3, h4 {
    padding: 0;
    margin:0;
    line-height: 1.1;
}
h1, .like-h1, body h1 * {
    position: relative;
    font-size: clamp(2.000rem, calc(1.6rem + 1.6vw), 3.125rem);
    margin:auto;
    font-weight: var(--font-bold);
}
h2, h2 *, h2 p {
    font-size: clamp(1.250rem, calc(0.8rem + 1.8vw), 2.500rem);
    color: var(--ink);
    margin: 0;
    font-weight: var(--font-bold);
}
h3 {
    font-size: clamp(1.125rem, calc(1rem + 0.1vw), 1.250rem);
    color: var(--ink);
    font-weight: var(--font-bold);
    text-decoration: none;
}
.no-title {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}


/******	  TEXTES	******/
p, table {
    color: var(--ink);
    font-size: var(--normal-font-size);
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
a {
    outline: none;
    color: var(--green);
    text-decoration: none;
}
em, i /* pour marquer un texte sur lequel on veut insister */ {
    font-size: var(--normal-font-size);
    text-decoration: none;
    padding: 0;
    color: var(--ink);
    margin: 0;
    display: inline;
}
strong {
    font-weight: var(--font-bold);
}

/******	  LISTES	******/
ul, ul li {
    list-style-type:none;
    padding: 0;
    margin: 0;
}
#tinymce ul,
#tinymce ul li {
    list-style-type: initial;
    margin: 0 0 0 15px;
}
#tinymce ol,
#tinymce ol li {
    margin: 0 0 0 15px;
}

/******	  IMAGES	******/
img, iframe {
    border: none;
    max-width: 100%;
}
.image_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.background_cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background_parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******	  ANIMATIONS	******/
.effect_hover {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/******	  CTA GENERAL	******/
.btn_cta_general{
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 999px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: var(--font-bold);
    font-size: 0.98rem;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, all 0.2s ease;
    background: var(--green);
    color: var(--ink);
    box-shadow: var(--shadow-card);
    line-height: 1.1;
    text-align: center;
}
.btn_cta_general:before {
    content: url("/design/img/cta-before-b.svg");
    line-height: 1;
}
.btn_cta_general a,
.btn_cta_general p,
.btn_cta_general span {
    color: var(--ink);
    text-decoration: none;
}
.btn_cta_general a:hover{
    text-decoration: none;
}
.btn_cta_general:hover{
    background: var(--green-dark);
    color: var(--paper);
    transform: translateY(-2px);
}
.btn_cta_general:hover a,
.btn_cta_general:hover p,
.btn_cta_general:hover span,
.btn_cta_general a:hover,
.btn_cta_general p:hover,
.btn_cta_general span:hover {
    color: var(--paper);
}
.btn_cta_general:hover:before {
    content: url("/design/img/cta-before-w.svg");
    line-height: 1;
}
.btn_cta_center {
    margin: var(--center);
}


/******	  CTA SECONDARY	******/
.btn_cta_secondary {
    background: transparent;
    border-color: var(--blue);
    color: var(--blue);
}
.btn_cta_secondary a,
.btn_cta_secondary span,
.btn_cta_secondary p {
    color: var(--blue);
}
.btn_cta_secondary:before {
    content: '';
    display: none;
}
.btn_cta_secondary:hover {
    background: var(--blue-light);
    transform: translateY(-2px);
    color: var(--blue);
}
.btn_cta_secondary:hover a,
.btn_cta_secondary:hover p,
.btn_cta_secondary:hover span {
    color: var(--blue);
}
.btn_cta_secondary a:hover,
.btn_cta_secondary p:hover,
.btn_cta_secondary span:hover {
    color: var(--blue);
}
.btn_cta_secondary:hover:before {
    content: '';
    display: none;
}


/******	  SLIDERS	******/
.splide__track {
    height: 100%;
}
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*********************************
		CUSTOM SCROLLBAR
*********************************/

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--ink) #FFFFFF;
}
/* Chrome, Edge and Safari */
html::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
html::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #FFFFFF;
}
html::-webkit-scrollbar-track:hover {
    background-color: #FFFFFF;
}
html::-webkit-scrollbar-track:active {
    background-color: #FFFFFF;
}
html::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--ink);
}
html::-webkit-scrollbar-thumb:hover {
    background-color: var(--ink);
}
html::-webkit-scrollbar-thumb:active {
    background-color: var(--ink);
}


/*********************************
		POP UP INFO
*********************************/
#popup-info {
    border-radius: var(--radius-lg);
    padding: clamp(30px, calc(16.6px + 4.1vw), 75px) clamp(30px, calc(24px + 1.8vw), 50px);
}



/*********************************
		 SCROLL TO TOP
*********************************/
.scrollToTop {
    display: none;
    overflow: hidden;
    margin: 1%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: url("/design/img/nav-arrow-down.svg") no-repeat center center;
    padding:10px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-color: var(--green);
    transform: rotate(180deg);
}

/*********************************
		 MESSAGE COOKIES
*********************************/
/* Bouton ACCEPTER */
body .termsfeed-com---palette-light .cc-nb-okagree {
    background-color: var(--green);
    color: #fff;
    border: none;
    font-size: 14px !important;
}
/* Bouton REFUSER */
body .termsfeed-com---palette-light .cc-nb-reject {
    background-color: var(--gray); /* rouge */
    color: #fff;
    border: none;
    font-size: 14px !important;
}
body .termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: var(--green); /* rouge */
    color: #fff;
    border: none;
    font-size: 14px !important;
}
#open_preferences_center {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: var(--green); /* bleu par défaut */
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 0.5; /* moitié visible */
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    white-space: nowrap; /* pas de retour à la ligne */
    user-select: none;
    z-index: 9999;
    line-height: 1;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
}

#open_preferences_center:hover,
#open_preferences_center:focus {
    opacity: 1; /* totalement visible au survol */
    transform: translateY(-5px); /* petit effet de levée */
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}
.termsfeed-com---nb .cc-nb-text {
    font-size: 14px !important;
    line-height: 1.2;
}
.termsfeed-com---palette-light .cc-nb-title {
    line-height: 1.1;
    font-size: 16px !important;
}


/*********************************
		 BANDEAU MESSAGE
*********************************/
.top_banner {
    color: var(--paper);
    text-align: center;
    background-color: var(--ink);
    padding: 10px;
    font-family: var(--body-font);
}

.top_banner p {
    font-weight: var(--font-medium);
    font-size: 0.875rem /* 14px */;
}


/*********************************
		   HEADER WHITE
*********************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(252, 253, 251, 0.9);
    z-index: 9999;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

/******	  NAV	 ******/
.nav {
    height: 3.5rem;
    padding: 0 20px;
}
.nav__data {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__logo {
    display: inline-flex;
    align-items: center;
    column-gap: .25rem;
}
.nav__toggle {
    position: relative;
    width: 22px;
    height: 32px;
}
.nav__logo img {
    max-height: 3.5rem;
    width: auto;
    object-fit: contain;
}

/******	  BTN CONTACT NAV	 ******/
.contact_link_nav .nav__link {
    background-color: var(--ink);
    color: var(--paper);
    height: fit-content;
    padding: 15px 40px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.contact_link_nav .nav__link:hover {
    color: var(--paper) !important;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.contact_link_nav .nav__link:hover:after {
    content: "";
    display: none;
}


/******	  FIRST NAV LINKS	 ******/
.nav__link {
    color: var(--ink);
    background-color: transparent;
    font-weight: var(--font-bold);
    padding: 1.25rem 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    position: relative;
}
.nav__link:hover,
.dropdown__item:hover .nav__link {
    color: var(--blue);
}
.nav__link:hover .dropdown__arrow,
.dropdown__item:hover .dropdown__arrow {
    content: url("/design/img/nav-arrow-down.svg");
}
.nav__left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2.5rem;
}
.contact_link_tel a {
    color: var(--ink);
    font-weight: var(--font-bold);
}
.contact_link_tel:hover a {
    color: var(--blue);
}
.contact_link_tel {
    display: flex;
    align-items: center;
    gap: 6px;
}


/******	  DROPDOWN	 ******/
.dropdown__item {
    cursor: pointer;
}
.dropdown__arrow {
    transition: transform .4s;
    margin-left: 5px;
}
.dropdown__link,
.dropdown__sublink {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    color: var(--ink);
    background-color: var(--paper);
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-weight: var(--font-semi-bold);
    transition: background-color .3s;
}
.dropdown__link:hover,
.dropdown__sublink:hover {
    color: var(--blue);
    background-color: var(--blue-light);
}
.dropdown__menu,
.dropdown__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-out;
}
/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
    max-height: 1000px;
    transition: max-height .4s ease-in;
}
/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg);
}

/******	  DROPDOWN SUBMENU	 ******/
.nav-more {
    margin-left: auto;
}
.dropdown__sublink {
    background-color: var(--paper);
}



    /*********************************
                FIL ARIANE
    *********************************/
.fil_ariane {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    color: var(--blue);
    font-family: var(--title-font);
    text-transform: capitalize;
    line-height: 1.1;
}
.fil_ariane_content {
    display: inline-block;
    position: relative;
    padding: 0;
}
.fil_ariane span,
.fil_ariane a,
.fil_ariane p {
    color: var(--blue);
    text-transform: capitalize;
    font-family: var(--title-font);
    font-weight: var(--font-bold);
    font-size: 1.25rem;
    line-height: 1.1;
}
.fil_ariane a:hover {
    color: var(--blue);
    font-weight: var(--font-bold);
    font-size: 1.25rem;
}
.fil_ariane .current_retour {
    display:none;
}


/*********************************
		 HEADING SLIDER
*********************************/
#heading-slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#heading-slider .splide__track {
    height: 100%;
}
#heading-slider .splide__slide .caption {
    position: absolute;
    width:100%;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 18px 30px;
    color:#ffffff;
    text-align: center;
}
.caption_titre{
    font-size: 40px;
    font-family:'Mukta Vaani', sans-serif;
    font-weight: 700;
}
.caption_phrase_accroche{
    font-size:27px;
    font-family:'Mukta Vaani', sans-serif;
    font-style: italic;
    margin-bottom: 50px;
    position:relative;
}
.btn_slider{
    display:inline-block;
    padding: 8px 20px;
    background-color: #a3d8c3;
    font-size: 27px;
    text-transform: uppercase;
    font-weight:700;
}
.btn_slider:hover{
    background-color: #96c6b3;
}
.slide .caption a{
    color:#ffffff;
}

/******	  ARROW	 ******/
.splide__arrow {
    border-radius: unset !important;
}
.splide__arrow svg {
    display: none;
}
.splide .splide__arrow {
    width: clamp(35px, calc(32.037px + 0.926vw), 45px) !important;
    height:clamp(35px, calc(32.037px + 0.926vw), 45px) !important;
}
.splide .custom-arrow-prev {
    background: url("/design/img/prev.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.splide .custom-arrow-next {
    background: url("/design/img/next.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/******	  ARROW	BOTTOM CENTER ******/
/******	  ARROW TOP RIGHT	 ******/
/******	  ARROW BOTTOM RIGHT	 ******/

.bottom-center-arrow .splide__arrows,
.top-right-arrow .splide__arrows,
.bottom-right-arrow .splide__arrows {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.bottom-center-arrow .custom-arrow-prev,
.top-right-arrow .custom-arrow-prev,
.bottom-right-arrow .custom-arrow-prev {
    left: auto;
    right: 60px;
}
.bottom-center-arrow .splide__arrow,
.top-right-arrow .splide__arrow,
.bottom-right-arrow .splide__arrow {
    position: unset !important;
    transform: unset !important;
}

/******	  ARROW	BOTTOM CENTER ******/
.bottom-center-arrow .splide__arrows {
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

/******	  ARROW TOP RIGHT	 ******/
.top-right-arrow .splide__arrows {
    right: 15px;
    top: -90px;
}

/******	  ARROW BOTTOM RIGHT	 ******/
.bottom-right-arrow .splide__arrows {
    right: 15px;
    bottom: -80px;
}

/******	  ARROW	MIDDLE CENTER ******/
.center-middle-arrow .splide__arrow--next {
    right: -1em;
}
.center-middle-arrow .splide__arrow--prev {
    left: -1em;
}


/*********************************
		     HOMEPAGE
*********************************/

/* ============ HERO ============ */
.hero{
    position: relative;
    overflow: hidden;
    padding: calc(100px + 4rem) 20px 100px;
}
.surtitre {
    font-family: var(--title-font);
    color: var(--blue);
    font-size: clamp(1.250rem, calc(1.1rem + 0.4vw), 1.563rem);
    font-weight: var(--font-bold);
}
.hero-content {
    position: relative;
    max-width: var(--section-max);
    margin: var(--center);
}
.hero-bg{
    position: absolute;
    top: -10%;
    right: -8%;
    width: clamp(320px, 42vw, 620px);
    height: clamp(320px, 42vw, 620px);
    border-radius: 50%;
    background: radial-gradient(circle at 55% 45%, rgba(6,116,187,0.10), rgba(6,116,187,0) 70%);
    z-index: 0;
    pointer-events: none;
}
.hero-grid{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: var(--column-gap);
    align-items: center;
}
.hero .like-h1 {
    font-size: clamp(2.000rem, calc(1.5rem + 2.1vw), 3.438rem);
    line-height: 1.12;
    margin: 0 0 18px;
    max-width: 18ch;
    display: block;
}
.hero .like-h1 * {
    font-size: clamp(2.000rem, calc(1.5rem + 2.1vw), 3.438rem);
    line-height: 1.12;
}
.hero .lead{
    color: var(--gray);
    font-size: clamp(1rem, 1.6vw, 1.14rem);
    max-width: 46ch;
    margin: 0 0 clamp(40px, calc(37px + 0.9vw), 50px);
}
.hero-ctas{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}
.hero-quickinfo{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
}
.hero-media{
    display: flex;
    justify-content: flex-end;
}
.hero-media__content {
    position: relative;
}
.hero-media-frame{
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    aspect-ratio: 4/5;
    max-height: 650px;
}
.hero-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-badge{
    position: absolute;
    left: -30px;
    bottom: 30px;
    background: var(--paper);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 245px;
}
.practitioner-badge{
    width: 54px;
    height: 54px;
    flex: none;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--green));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}
.hero-badge strong {
    display: block;
    font-size: 0.95rem;
    font-weight: var(--font-bold);
}
.hero-badge span {
    display: block;
    font-size: 0.8rem;
    color: var(--gray);
}


/* ============ ACCES RAPIDES ============ */
.quick-access {
    padding: var(--padding);
    background: var(--paper-alt);
}
.quick-access__content {
    max-width: var(--section-max);
    margin: var(--center);
}
.quick-access__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--column-gap);
}
.quick-access__left {
    max-width: 50ch;
}
.quick-access__right {
    max-width: 65ch;
}
.quick-access__list {
    margin-top: var(--row-gap);
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
}
.quick-access__item {
    background-color: var(--paper);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft-green);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.quick-access__item:hover {
    box-shadow: var(--shadow-card-green);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.quick-access__img_wrapper {
    height: clamp(200px, calc(188.1px + 3.704vw), 240px);
    overflow: hidden;
    border-radius: var(--radius-lg);
}
.quick-access__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.quick-access__inner {
    padding: clamp(24px, calc(20.7px + 1vw), 35px) clamp(20px, calc(15.5px + 1.3vw), 35px);
}
.quick-access__label {
    font-size: 0.815rem;
    font-weight: var(--font-bold);
    display: block;
    padding: 3px 10px;
    border-radius: 99px;
    width: fit-content;
    color: var(--blue-dark);
    background-color: var(--blue-light);
}
.quick-access__item:nth-child(even) .quick-access__label {
    color: var(--green-dark);
    background-color: var(--green-light);
}
.quick-access__title {
    padding: clamp(20px, calc(18.5px + 0.4vw), 25px) 0 5px;
}
.quick-acess__desc {
    color: var(--gray);
    padding-bottom: clamp(20px, calc(18.5px + 0.4vw), 25px);
}
.link_more {
    display: inline-flex;
    color: var(--blue-dark);
    font-weight: var(--font-bold);
    font-size: 0.9rem;
}
.link_more:after {
    content: url("/design/img/link-after.svg");
    margin-left: 5px;
}
.link_more:hover {
    text-decoration: underline;
}
.quick-access__footer {
    padding-top: var(--column-gap);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tel_link {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tel_link img {
    line-height: 0;
}
.tel_link span {
    font-weight: var(--font-bold);
    color: var(--ink);
}
.tel_link a {
    text-decoration: underline;
    color: var(--ink);
}
.tel_link a:hover {
    color: var(--blue);
}


/* ============ PARCOURS ============ */
.parcours {
    padding: var(--padding);
}
.parcours-content {
    max-width: var(--section-max);
    margin: var(--center);
}
.parcours-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--column-gap);
    flex-wrap: wrap;
}
.parcours-left {
    max-width: 65ch;
}
.parcours-desc {
    margin-top: 14px;
}
.stepper {
    padding-top: var(--column-gap);
    gap: 14px;
}
.step{
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 25px;
    position: relative;
}
.step-num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: var(--blue-light);
    color: var(--blue-dark);
    font-weight: var(--font-bold);
    font-size: 1.25rem;
    margin-bottom: 30px;
}
.step:nth-child(even) .step-num {
    background: var(--green-light);
    color: var(--green-dark);
}
.step h3 {
    margin-bottom: 6px;
    font-size: clamp(1.125rem, calc(1rem + 0.1vw), 1.250rem) !important;
}
.step  {
    min-height: 250px;
    color: var(--gray);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}
.tarifs {
    margin-top: 14px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    color: var(--paper);
    position: relative;
}
.tarifs:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/design/img/tarifs-background.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 153px;
    width: 153px;
    z-index: 1;
}
.tarifs-content {
    position: relative;
    z-index: 2;
    padding: clamp(24px, calc(17.7px + 1.9vw), 45px) clamp(20px, calc(12.5px + 2.3vw), 45px);
}
.tarifs-h3 {
    font-size: clamp(1.125rem, calc(1.032rem + 0.463vw), 1.438rem);
    color: var(--paper);
}
.tarifs-desc {
    max-width: 65ch;
    margin-top: 16px;
}


/* ============ REASSURANCES ============ */
.reassurances {
    margin: 0 20px -20px;
    background-color: var(--blue-light);
    border-radius: var(--radius-lg);
    padding: var(--padding);
    position: relative;
    z-index: 2;
}
.reassurances-content {
    max-width: var(--section-max);
    margin: var(--center);
}
.reassurances-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reassurances-h2 {
    max-width: 30ch;
    text-align: center;
}
.reassurances-list {
    align-items: flex-start;
    margin: var(--row-gap) 0;
    column-gap: clamp(20px, calc(3.704px + 5.093vw), 75px);
    row-gap: var(--row-gap);
}
.reassurances-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.reassurance-h3 {
    margin: 17px 0 5px;
}
.reassurances-btn {
    display: flex;
    justify-content: center;
}
.reassurances-item img {
    max-height: 4em;
}



/*********************************
		     FOOTER
*********************************/
.footer-contact {
    margin: 0 20px -20px;
    background: #F2F8E4;
    background: linear-gradient(80deg, rgba(242, 248, 228, 1) 0%, rgba(232, 243, 251, 1) 100%);
    border-radius: var(--radius-lg);
    padding: var(--padding);
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.footer-contact:after {
    content: url("/design/img/teeth-illustration.svg");
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-contact__content {
    max-width: var(--section-max);
    margin: var(--center);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--column-gap);
    position: relative;
    z-index: 2;
}
.footer-contact__left {
    max-width: 65ch;
}
.footer-contact__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-contact__right .btn_cta_general {
    width: fit-content;
    margin: var(--center);
}
.footer-faq .btn_cta_general:before {
    display: none;
}


/******	  PARTIE SUPERIEURE	 ******/
.footer_top_wrapper {
    position: relative;
    z-index: 1;
    background-color: #05253B;
    padding:var(--padding);
}
.footer_top_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    color: #9FB0B6;
}
.footer_links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    column-gap: 80px;
}
footer a,
footer span,
footer p {
    color: #9FB0B6;
}
footer a:hover {
    color: var(--green);
}
footer ul {
    margin: 0;
}
footer li {
    display: flex;
    align-items: flex-start;
}
footer .toggleTitre {
    color: var(--blue-light);
    font-weight: var(--font-bold);
    font-size: 1.125rem;
    margin-bottom: 20px;
}
footer .toggleTitre {
    pointer-events: none;
}
footer .toggleTexte {
    margin-top: 20px;
}
footer .footer_contact .toggleTexte li {
    padding-bottom: 10px;
}
.footer_toggle_picto {
    margin-right: 12px;
    margin-top: 4px;
    height: auto;
    object-fit: contain;
}
.doctolib {
    margin-top: 20px;
}
.doctolib a:hover {
    color: initial;
}
.doctolib a {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
footer .btn_cta_general {
    margin-top: 6px;
}
.btn_cta_min {
    padding: 10px 26px;
}


/******	  PARTIE INFERIEURE	 ******/
.footer_bottom_wrapper {
    border-top: 1px solid rgba(159, 176, 182, 0.5);
    background-color: #05253B;
    padding: 15px 20px;
}
.footer_bottom_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;

    max-width: var(--section-max);
    margin: var(--center);
}
.footer_bottom {
    color: rgba(159, 176, 182, 0.5);
    font-size: 0.813rem;
}
.footer_bottom a {
    color: rgba(159, 176, 182, 0.5);
}
.footer_bottom a:hover {
    color: var(--green);
}


/*********************************
		    ACTUALITES
*********************************/
.actus_wrapper {
    padding: var(--padding);
}
.actus_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 50px;
    align-items: flex-start;
}
.une_actu_wrapper a {
    display: block;
}
.une_actu_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.no-result {
    max-width: var(--section-max);
    margin: var(--center);
}


/*********************************
		   UNE ACTUALITE
*********************************/
.uneActu_wrapper {
    max-width: var(--section-max);
    padding: 0 30px 180px;
    margin: var(--center);
}
.uneActu_img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    padding-bottom: 80px;
}

/****** ARCHIVES ******/
.archivesActus_wrapper {
    padding: 150px 0;
    background-color: grey;
}
.archivesActus_content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    align-items: center;
}
.archivesActus_left {
    max-width: 720px;
    width: 100%;
    place-self: center end;
    padding: 0 80px 0 20px;
}
.archivesActus_title {
    display: block;
    padding-bottom: 40px;
    font-weight: var(--font-semi-bold);
    font-size: 1.25rem;
}



/*********************************
		    PAGINATION
*********************************/
.paginationCMS{
    text-align: center;
    padding: 0 30px 100px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginationCMS a, .paginationCMS span{
    margin: 10px;
    font-size:1rem;
    color: var(--ink);
}
.paginationCMS .pageCourante{
    font-weight: var(--font-medium);
    padding: 5px 18px;
    color: var(--green);
    border: 1px solid var(--green);
    width: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
}


/*********************************
		 PAGES DYNAMIQUES
*********************************/

/******	  HERO	 ******/
.slider_top_wrapper {
    position: relative;
    background: #F4F8F3;
    background: linear-gradient(180deg, rgba(244, 248, 243, 1) 0%, rgba(244, 248, 243, 1) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    padding: calc(100px + 4rem) 20px 0;
}
.slider_top_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--column-gap);
    flex-wrap: wrap;
}
.slider_top_titles_wrapper {
    max-width: 750px;
}
.slider_top__desc {
    max-width: 50ch;
}
.slider_top {
    margin: var(--row-gap) 0 0;
    border-radius: var(--radius-lg);
    height: clamp(200px, calc(135px + 20.3vw), 525px);
}
.slider_top .splide__slide img {
    border-radius: var(--radius-lg);
}


/******	  PARAGRAPHES	 ******/
.page_dynamique_content {
    display: block;
    margin: var(--center);
    padding: 0;
    width: auto;
    position: relative;
    box-sizing: border-box;
}

/******	  PARAGRAPHES	 ******/
.wrapper-textChamp {
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
}
.text_champ ul,
.text_champ ul li {
    font-size: var(--normal-font-size);
    position:relative;
    padding-left:20px;
    list-style-type:initial;
}
.text_champ a:hover {
    text-decoration: underline;
}
.text_champ .btn_cta_general a:hover,
.text_champ .btn_cta_secondary a:hover {
    text-decoration: none;
}
.text_champ p strong,
.text_champ p strong a {
    font-weight: var(--font-bold);
}
.text_champ img.imgTinyMceGauche, #tinymce img.imgTinyMceGauche{
    float: left;
    margin-right: 15px;
}
.text_champ img.imgTinyMceDroite, #tinymce img.imgTinyMceDroite{
    float: right;
    margin-left: 15px;
}
.text_champ h3 {
    font-size: clamp(1.125rem, calc(0.9rem + 0.6vw), 1.563rem);
}
.faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--row-gap);
    flex-wrap: wrap;
}
.faq-left {
    max-width: 70ch;
}
.faq-right {
    max-width: 45ch;
}
#enfants,
#adolescents,
#adultes {
    scroll-margin-top: calc(3.5rem + 4rem); /* hauteur de ton header + une petite marge */
}


    /*	  PARAGRAPHES DEROULANTS	*/
.paragraphe_deroulant__wrapper {
    padding: 0 20px;
}
.paragraphe_deroulant {
    max-width: var(--section-max);
    margin: 10px var(--center) 0;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background-color: var(--paper);
}
.toggleWrapper .toggleTitre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    cursor: pointer;
    padding: 25px;
    font-weight: var(--font-bold);
    font-size: clamp(1rem, calc(0.9rem + 0.1vw), 1.125rem);
    color: var(--ink);
    line-height: 1;
}
.toggleWrapper .toggleTitre:after {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    content: url("/design/img/nav-more-blue.svg");
    display: flex;
    align-items: center;
}
.toggleWrapper .toggleTitre.active:after {
    transform: rotate(135deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.toggleWrapper .toggleTexte {
    padding: 6px 25px 25px;
    background-color: var(--paper);
}
.toggleWrapper .toggleTexte .text_champ {
    padding: 0;
}

/*	  TEXTE SIMPLE	*/
.text__wrapper {
    padding: 0 20px 100px;
}
.text__wrapper.text_simple--before-toggle {
    padding: 0 20px 20px;
}
.text_simple {
    max-width: var(--section-max);
    width: 100%;
    margin: var(--center);
}

/*	  TEXTE + IMAGES	*/
.text_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--section-max);
    margin: var(--center);
}
.text_champ .texte_pag_dyn,
.text_champ figure {
    display: inline-block;
}
.text_champ .texte_pag_dyn {
    width: 50%;
}
.text_champ figure {
    width: 40%;
}
.text_champ figure a {
    display: block;
}
.text_champ figure img {
    max-height: clamp(400px, calc(355.556px + 13.889vw), 550px);
    width: auto;
    display: block;
    margin: auto;
    object-fit: contain;
    border-radius: var(--radius-lg);
}
.image_droite {
    margin: 0 0 0 20px;
}
.image_gauche {
    margin: 0 20px 0 0;
}
.text_champ img.imgTinyMceGauche, #tinymce img.imgTinyMceGauche{
    float: left;
    margin-right: 15px;
}
.text_champ img.imgTinyMceDroite, #tinymce img.imgTinyMceDroite{
    float: right;
    margin-left: 15px;
}


/******	  CAROUSEL	 ******/
.carousel_wrapper {
    padding: 0 20px 150px;
}
.carousel_content {
    max-width: var(--section-max);
    margin: var(--center);
}
.splide__pagination {
    bottom: -3em !important;
    left: unset !important;
}
.splide__pagination__page {
    background: var(--color-secondary) !important;
    width: 15px !important;
    border-radius: 50px !important;
    height: 6px !important;
}
.splide__pagination__page.is-active {
    background: var(--green) !important;
    width: 50px !important;
    transform: scale(1.1) !important;
}
.wrapper__carousel_pageDyn {
    border-radius: var(--radius-lg);
}
.wrapper__carousel_pageDyn img {
    height: clamp(300px, calc(255.556px + 13.889vw), 450px);
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-lg);
}
.carousel_caption {
    margin: 6px auto 0;
    color: var(--gray);
    font-style: italic;
    text-align: center;
    display: block;
    font-size: 0.9rem;
}



/******	  LIENS UTILES	 ******/
.link__wrapper {
    padding: var(--padding);
}
.link__content {
    max-width: var(--section-max);
    margin: var(--center);
}
.link_blocs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    align-items: flex-start;
    column-gap: 50px;
}
.link_bloc {
    border-radius: var(--border-radius);
    box-shadow: 9px 9px 99px #cccccc;
    padding: 30px;
}
.link_bloc .link-bloc-titre {
    text-align: center;
    font-weight: var(--font-semi-bold);
    font-size: 1.25rem;
    color: var(--ink);
    display: block;
}
.link_bloc_container {
    padding-top: 10px;
}
.link_bloc_link {
    position: relative;
}
.link_bloc_link a {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    position: relative;
    width: 100%;
    display: block;
}
.link_bloc_link:after {
    content: url("/design/img/link-row.svg");
    position: absolute;
    right: 0;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}


    /*********************************
                 CONTACT
    *********************************/
.contact_wrapper {
    padding: var(--padding);
}
.contact_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(0,1fr);
    align-items: flex-start;
    gap: 50px;
}
.texte_accroche{
    font-size: var(--normal-font-size);
    box-sizing: border-box;
}

/******	  FORMULAIRE	******/
#formulaire {
    margin: 0 auto 30px;
}
.champs_obligatoires{
    margin-top: 30px;
}
.content-formDemande {
    margin-top: 50px;
}

/* CHAMPS FORMULAIRE */
textarea {
    resize: none;
}
.form-group{
    padding: 10px 0;
    margin-bottom: 25px;
}
.form-label {
    font-size: 1rem;
    color: var(--ink);
    font-family: var(--body-font);
    font-weight: var(--font-bold);
    margin: 0 0 10px 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}
.form-control {
    display: block;
    width: 100%;
    padding: 20px 12px 20px 0;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1.4;
    color: var(--ink);
    background-color: var(--paper);
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    border-color: var(--blue);
    border-width: 0 0 3px 0;
    border-style: none none solid none;
    box-shadow: none;
    font-family: var(--body-font);
}
.form-control:focus,
input.filled,
textarea.filled {
    box-shadow: none;
    border-color: var(--green);
}
.js-hide-label {
    opacity: 0;
}
.js-unhighlight-label {
    color: var(--ink);
    font-family: var(--body-font);
}
::-webkit-input-placeholder {
    color: var(--line);
    opacity: 1;
    font-family: var(--body-font);
}
:-moz-placeholder { /* Firefox 18- */
    color:  var(--line);
    opacity: 1;
    font-family: var(--body-font);
}
::-moz-placeholder {  /* Firefox 19+ */
    color:  var(--line);
    opacity: 1;
    font-family: var(--body-font);
}
:-ms-input-placeholder {
    color:  var(--line);
    opacity: 1;
    font-family: var(--body-font);
}
textarea {
    resize: none;
    min-height:160px;
}
.texte_ok_contact{
    background-color: var(--green);
    font-family: var(--body-font);
    border-radius: var(--radius-md);
    color: var(--ink);
    padding: 20px;
    box-sizing: border-box;
    font-size: 1rem;
    margin-top: 20px;
}

/* BTNS FORMULAIRE */
.wrapper-btnForm {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/******	  COORDONNEES	******/
.map {
    height: 400px;
    width: 100%;
    margin-bottom: var(--row-gap);
}
.map iframe{
    width:100%;
    height: 100%;
    border-radius: var(--radius-lg);
}
.titleContact {
    display: block;
}
.textContact {
    margin-top: 15px;
}
.textContact a {
    color: var(--ink);
    transition: 0.5s;
}
.textContact a:hover {
    color: var(--green);
    transition: 0.5s;
}
.textContact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.textContact li img {
    margin-right: 10px;
}
.contactRs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.rs_contact_wrap {
    padding-top: 30px;
}
.wrapper-btnForm .btn_cta_general:before {
    display: none;
}




/*********************************
		 MENTIONS LEGALES
*********************************/
.mentions_wrapper {
    padding: var(--padding);
}
.mentions_content {
    max-width: var(--section-max);
    margin: var(--center);
}


/*********************************
		 PLAN DU SITE
*********************************/
.plan_site_wrapper {
    padding: var(--padding);
}
.plan_site_content {
    max-width: var(--section-max);
    margin: var(--center);
    text-align: center;
}
.plan_titre {
    padding-top: var(--row-gap);
    padding-bottom: 5px;
}
.plan_titre:first-of-type {
    padding-top: 0;
}
.plan_site_content a {
    color: var(--ink);
}
.plan_site_content a:hover {
    color: var(--green);
}