/*********************************
			 FONTS
*********************************/
@import url("https://use.typekit.net/dxa6arz.css");


/*********************************
		CLASSES GLOBALES
*********************************/

:root {
    /******	  DEFAULT CONTENT STRUCTURE	******/
    --section-max: 1400px;
    --center: auto;
    --padding : 150px 15px;
    --border-radius : 25px;

    /******	  COULEURS	******/
    --color-text: #000000;
    --color-primary: #EC611A;
    --color-secondary: #686834;
    --color-mention: #B24201;
    --color-green-medium: #919354;
    --color-green-light: #BFBF84;
    --color-white: #fff;

    /******	  FONT WEIGHT	******/
    --font-regular: 400;
    --font-semi-bold: 600;

    /******	  FONT AND TYPOGRAPHY	******/
    --body-font: "aktiv-grotesk", sans-serif;
    --normal-font-size: 1rem;
    --title-font: "ivymode", sans-serif;
}

* {
    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);
    font-weight: var(--font-regular);
    -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(--color-text);
    overflow: hidden;
    content: "1";
    line-height: 1.5;
}

.tablette, .mobile {
    display: none;
}

/******	  TITRES	******/
h1, h2, h3, h4 {
    padding: 0;
    margin:0;
    line-height: 1.1;
    font-family: var(--title-font);
}
h1 {
    position: relative;
    color: var(--color-secondary);
    font-size: 5rem /* 70px */;
    font-weight: var(--font-semi-bold);
}
h2 {
    font-size: 3.125rem /* 50px */;
    color: var(--color-secondary);
    font-weight: var(--font-semi-bold);
}
h3 {
    font-size: 1.563rem /* 25px */;
    color: var(--color-primary);
    font-weight: var(--font-semi-bold);
    text-decoration: none;
}


/******	  TEXTES	******/
p, table {
    color: var(--color-text);
    font-size: var(--normal-font-size);
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
a {
    outline: none;
    color: var(--color-primary);
    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(--color-text);
    margin: 0;
    display: inline;
}
strong {
    font-weight: var(--font-semi-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-block;
    font-family: var(--title-font);
    padding: 11px 35px;
    border-radius: 50px;
    background-color:var(--color-primary);
    font-size: 1.25rem;
    color: var(--color-white);
    font-style: italic;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    letter-spacing: 0.3px;
    border: none;
}
.btn_cta_general:before {
    content: url("/design/img/icon-diamond-smallw.svg");
    margin-right: 10px;
}
.btn_cta_general a,
.btn_cta_general p{
    color: var(--color-white);
    text-decoration: none;
}
.btn_cta_general a:hover{
    text-decoration: none;
}
.btn_cta_general:hover{
    background-color: var(--color-mention);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.btn_cta_center {
    margin: var(--center);
}


/******	 LIEN PLUS	******/
.link_more {
    font-size: 1.25rem;
    font-style: italic;
    font-family: var(--title-font);
    letter-spacing: 0.3px;
    position: relative;
    display: flex;
}
.link_more:before {
    content: url("/design/img/icon-diamond-small.svg");
    display: inline-flex;
    margin-right: 7px;
    align-items: center;
    line-height: 1;
}


/******	  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(--color-text) #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(--color-text);
}
html::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-text);
}
html::-webkit-scrollbar-thumb:active {
    background-color: var(--color-text);
}


/*********************************
		 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(--color-primary);
    transform: rotate(180deg);
}

/*********************************
		 MESSAGE COOKIES
*********************************/
.cc-banner {
    z-index: 99999 !important;
}

/*********************************
		 BANDEAU MESSAGE
*********************************/
.top_banner {
    color: var(--color-white);
    text-align: center;
    background-color: var(--color-text);
    padding: 10px;
    font-family: var(--body-font);
}

.top_banner p {
    font-weight: var(--font-regular);
    font-size: 0.875rem /* 14px */;
}


/*********************************
		   HEADER WHITE
*********************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    z-index: 9999;
}
.divider-header {
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;  /* Suppression de la marge */
    padding: 0; /* Suppression du padding */
}
.divider-header svg {
    position: relative;
    display: block;
}

/******	  NAV	 ******/
.nav {
    height: 3rem;
    padding: 0 15px;
}
.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: 30px;
    height: 32px;
}
.nav__logo img {
    max-height: 4rem;
    width: auto;
    object-fit: contain;
}
.nav__list .divider-header {
    display: none;
}

/******	  FIRST NAV LINKS	 ******/
.nav__link {
    color: var(--color-white);
    background-color: transparent;
    font-weight: var(--font-semi-bold);
    font-family: var(--title-font);
    font-size: 1.25rem;
    padding: 1.25rem 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    position: relative;
}

/******	  DROPDOWN	 ******/
.dropdown__item {
    cursor: pointer;
}
.dropdown__arrow {
    transition: transform .4s;
    margin-left: 5px;
}
.dropdown__link,
.dropdown__sublink {
    padding: 1.25rem;
    color: var(--color-primary);
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-weight: var(--font-semi-bold);
    transition: background-color .3s;
}
.dropdown__link:hover,
.dropdown__sublink:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.dropdown__link:hover .nav-more,
.dropdown__sublink:hover .nav-more {
    content: url("/design/img/nav-more.svg");
}
.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(--color-white);
    color: var(--color-primary);
}



/*********************************
            FIL ARIANE
*********************************/
.fil_ariane {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    color: var(--color-primary);
    text-transform: capitalize;
    font-style: italic;
    font-family: var(--title-font);
}
.fil_ariane_content {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.fil_ariane span,
.fil_ariane a,
.fil_ariane p {
    color: var(--color-primary);
    text-transform: capitalize;
}
.fil_ariane a:hover {
    color: var(--color-mention);
}
.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 img {
    object-fit: contain;
}
#heading-slider .heightsize img {
    height: 550px;
    max-height: 550px;
    object-fit: contain;
}
#heading-slider-list {
    align-items: center;
}


/******	  ARROW	 ******/
.splide__arrow {
    border-radius: unset !important;
}
.splide__arrow svg {
    display: none;
}
.splide__arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.splide .custom-arrow-prev {
    left: auto;
    right: 60px;
    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;
}
.splide__arrow {
    position: unset !important;
    width: 50px !important;
    height: 50px !important;
    transform: unset !important;
}

/******	  ARROW	MIDDLE CENTER ******/
.bottom-center-arrow .splide__arrows {
    top: 50%;
    left: -80px;
    right: 15px;
    transform: translateY(-50%);
    z-index: 99;
}

/******	  ARROW TOP RIGHT	 ******/
.top-right-arrow .splide__arrows {
    right: 15px;
    top: -90px;
}

/******	  ARROW BOTTOM RIGHT	 ******/
.bottom-right-arrow .splide__arrows {
    right: 15px;
    bottom: -80px;
}


/*********************************
		     HOMEPAGE
*********************************/

/******	  HERO	 ******/
.hero_home_wrapper {
    position: relative;
    overflow: hidden;
}
.hero_home_content {
    padding: 200px 15px 150px;
    margin: var(--center);
    max-width: 1290px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,auto));
    column-gap: 160px;
    align-items: center;
}
.hero_home_title {
    font-size: 5rem;
    color: var(--color-secondary);
}
.hero_home_left img {
    max-width: 230px;
    width: 100%;
}


/******	  ABOUT	 ******/
.section-about_wrapper {
    padding: var(--padding);
}
.section-about_content {
    max-width: 980px;
    margin: var(--center);
}
.section-about_txt {
    padding-top: 65px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 65px;
    align-items: flex-start;
}
.section-about_img {
    transform: rotate(-2deg);
    max-height: 460px;
    display: flex;
    margin: var(--center);
}
.link_more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    line-height: 1.1;
}


/******	  PRESTATIONS	 ******/
.section-presta {
    background-color: var(--color-mention);
    position: relative;
    margin-top: 145px;
    padding: 0 15px 150px;
}
.divider {
    z-index: 0;
    position: absolute;
    top: -143px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;  /* Suppression de la marge */
    padding: 0; /* Suppression du padding */
}
.divider svg {
    position: relative;
    display: block;
}
.section-presta_container {
    max-width: 980px;
    margin: var(--center);
}
.section-presta-title {
    max-width: 700px;
    margin: var(--center);
    text-align: center;
    color: var(--color-white);
}
.section-presta-list {
    margin-top: 85px;
    position: relative;
}
.section-presta-element {
    width: 387px;
    height: 387px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}
.section-presta-element a {
    color: var(--color-white);
    text-align: center;
}
.section-presta-info {
    font-family: var(--title-font);
    color: var(--color-white);
}
.section-presta-element:hover .section-presta-info {
    color: var(--color-primary);
}
.section-presta-txt {
    padding-top: 7px;
}
.section-presta-element:nth-child(1),
.section-presta-element:last-of-type {
    margin: var(--center);
}
.section-presta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.section-presta-row .section-presta-element:nth-child(1),
.section-presta-row .section-presta-element:last-of-type {
    margin: -50px 0;
}
.section-presta-diamond {
    content: url("/design/img/icon-diamond-border.svg");
    display: block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.section-presta-list:hover .section-presta-diamond {
    content: url("/design/img/icon-diamond-full.svg");
    display: block;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.section-presta-element:hover {
    background-color: var(--color-white);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.section-presta-element:hover a {
    color: var(--color-primary);
}
.section-presta-img {
    max-height: 102px;
    max-width: 102px;
}
.section-presta-element:nth-child(1):hover .section-presta-img {
    content: url("/design/img/prestations/icon_conseil_hover.png");
}
.section-presta-row .section-presta-element:nth-child(1):hover .section-presta-img {
    content: url("/design/img/prestations/icon_staging_hover.png");
}
.section-presta-row .section-presta-element:last-of-type:hover .section-presta-img {
    content: url("/design/img/prestations/cle_hover.png");
}
.section-presta-element:last-of-type:hover .section-presta-img {
    content: url("/design/img/prestations/shopping_hover.png");
}

/******	  REALISATIONS	 ******/
.slider-extended {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}
.slider-extended__header {
    padding: 0 15px 70px;
    max-width: var(--section-max);
    margin: var(--center);
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.slider-extended__title {
    max-width: 700px;
}
#slider-extended .splide__list {
    align-items: flex-start;
}
#slider-extended .slider-extended__img {
    height: 500px;
    object-fit: cover;
}
.slider-extended__meta {
    display: block;
    padding-top: 10px;
    color: var(--color-primary);
    font-family: var(--title-font);
    font-size: 1.563rem;
    font-weight: var(--font-semi-bold);
}
.slider-extended__carousel-wrapper {
    margin-left: calc((100% - min(100%, 87.5rem)) / 2);
    padding: 0 0 0 15px;
}


/******	  PARTENAIRES	 ******/
.partenaires-wrapper {
    padding: 0 15px 150px;
    position: relative;
    background-color: var(--color-secondary);
    margin-top: 144px;
}
.partenaires-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
    width: fit-content;
    margin: var(--center);
    border: 1px solid var(--color-white);
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding: 150px 30px 50px;
}
.partenaires-titre {
    color: var(--color-white);
    font-family: var(--title-font);
    font-weight: var(--font-semi-bold);
    display: block;
    font-size: 1.875rem;
    text-align: center;
}
.partenaires-txt {
    padding: 50px 0;
    text-align: center;
    color: var(--color-white);
}
.un-partenaire img {
    max-width: 150px;
    height: 145px;
    object-fit: contain;
    margin: auto;
    display: flex;
}
.partenaires-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 30px;
}
#partenaires-slider-list {
    justify-content: center;
}



/*********************************
		     FOOTER
*********************************/

footer {
    margin-bottom: 15px;
}
.footer_top_wrapper {
    border-top: 1px solid var(--color-secondary);
    border-bottom: 1px solid var(--color-secondary);
    padding: 100px 0 0;
}
.footer_logo {
    padding: 0 15px;
    margin: var(--center);
    display: block;
    margin-bottom: 100px;
    width: fit-content;
}
.footer_logo img {
    display: block;
    max-height: 265px;
    margin: var(--center);
}
.footer_top_content {
    border-top: 1px solid var(--color-secondary);
    padding: 25px;
}
footer a,
footer p {
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 1.25rem;
}
footer a:hover {
    color: var(--color-primary);
}
footer .footer_contact_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 5px;
}
.footer_contact_info {
    display: block;
    text-align: center;
    font-family: var(--title-font);
    font-style: italic;
    color: var(--color-green-medium);
}
.mentions-link {
    font-size: 0.815rem;
    text-align: center;
    display: block;
    margin: var(--center);
    padding-top: 15px;
    color: var(--color-text);
    font-family: var(--body-font);
}



/*********************************
		    ACTUALITES
*********************************/
.reals_wrapper {
    padding: 0 15px 150px;
}
.reals_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 60px;
}
.reals_left,
.reals_right {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}
.reals_right {
    margin-top: 150px;
}
.card-slider__image {
    border: 1px solid var(--color-green-light);
    padding: 15px;
    width: auto;
    margin: var(--center);
    height: auto;
    object-fit: contain;
    display: block;
}
.card-slider__content {
    padding-top: 15px;
}
.card-slider__content div {
    padding-top: 10px;
}
.reals_mobile {
    max-width: var(--section-max);
    margin: var(--center);
    flex-direction: column;
    row-gap: 60px;
    display: none;
}
.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 15px;
}
.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(--color-secondary);
    font-family: var(--title-font);
}
.paginationCMS .pageCourante{
    font-weight: var(--font-semi-bold);
    padding: 5px 18px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    width: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
}


/*********************************
		 PAGES DYNAMIQUES
*********************************/

/******	  HERO	 ******/
.slider_top_wrapper {
    max-height: 550px;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.slider_top_content {
    padding: 0 15px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    text-align: center;
}
.slider_top_titles_wrapper {
    max-width: 1645px;
    margin: var(--center);
}
.slider_top_wrapper .caption {
    display: none;
}

.page_title {
    font-size: 3.75rem;
}


/******	  PARAGRAPHES	 ******/
.page_dynamique_content {
    display: block;
    margin: var(--center);
    padding: 0;
    width: auto;
    position: relative;
    box-sizing: border-box;
}

/******	  PARAGRAPHES	 ******/
.wrapper-textChamp {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.text_champ ul,
.text_champ ul li {
    font-size: var(--normal-font-size);
    position:relative;
    margin-left:15px;
    list-style-type:initial;
}
.text_champ a:hover {
    text-decoration: underline;
}
.text_champ p strong,
.text_champ p strong a {
    font-weight: var(--font-semi-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;
}


/*	  PARAGRAPHES DEROULANTS	*/
.paragraphe_deroulant__wrapper {
    padding: 0 30px;
}
.paragraphe_deroulant {
    max-width: var(--section-max);
    margin: var(--center);
    width: 100%;
    margin-bottom: 20px;
}
.toggleWrapper .toggleTitre {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 30px;
    font-weight: var(--font-regular);
    font-size: 1.25rem;
    color: var(--color-mention);
    background-color: transparent;
    border: 1px solid var(--color-mention);
    line-height: 1;
    font-family: var(--title-font);
}
.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-arrow-down-red.svg");
    display: flex;
    align-items: center;
}
.toggleWrapper .toggleTitre.active {
    background-color: var(--color-mention);
    color: var(--color-white);
}
.toggleWrapper .toggleTitre.active:after {
    content: url("/design/img/nav-arrow-down.svg");
    transform: rotate(180deg);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.toggleWrapper .toggleTexte {
    padding: 30px;
    background-color: var(--color-white);
}
.toggleWrapper .toggleTexte .text_champ {
    padding: 0;
}

/*	  TEXTE SIMPLE	*/
.text__wrapper {
    padding: 0 15px 150px;
}
.text_simple {
    max-width: var(--section-max);
    width: 100%;
    margin: var(--center);
}

/*	  TEXTE SIMPLE SUR FONDS	*/
.text_background {
    position: relative;
    padding: 50px 15px 150px;
    margin-top: 100px;
}
.back_green {
    background-color: var(--color-secondary);
}
.text_background p,
.text_background a,
.text_background h2,
.text_background h3,
.text_background em,
.text_background ul,
.text_background ul li {
    color: var(--color-white);
}
.back_red {
    background-color: var(--color-mention);
}


/*	  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: 550px;
    width: 100%;
    object-fit: contain;
}
.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 15px 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(--color-primary) !important;
    width: 50px !important;
    transform: scale(1.1) !important;
}
.wrapper__carousel_pageDyn img {
    max-height: 445px;
}



/******	  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(--color-text);
    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: 0 15px 150px;
}
.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: 1.25rem;
    color: var(--color-mention);
    font-family: var(--title-font);
    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(--color-text);
    background-color: var(--color-white);
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    border-color: var(--color-secondary);
    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(--color-green-light);
}
.js-hide-label {
    opacity: 0;
}
.js-unhighlight-label {
    color: var(--color-text);
    font-family: var(--body-font);
}
::-webkit-input-placeholder {
    color: var(--color-text);
    opacity: 1;
    font-family: var(--body-font);
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--color-text);
    opacity: 1;
    font-family: var(--body-font);
}
::-moz-placeholder {  /* Firefox 19+ */
    color: var(--color-text);
    opacity: 1;
    font-family: var(--body-font);
}
:-ms-input-placeholder {
    color: var(--color-text);
    opacity: 1;
    font-family: var(--body-font);
}
textarea {
    resize: none;
    min-height:160px;
}
.texte_ok_contact{
    background-color: var(--color-secondary);
    font-family: var(--title-font);
    color: var(--color-white);
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: var(--font-semi-bold);
    margin-top: 20px;
}

/* BTNS FORMULAIRE */
.wrapper-btnForm {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/******	  COORDONNEES	******/
.map {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
}
.map iframe{
    width:100%;
    height: 100%;
}
.titleContact {
    display: block;
    font-size: 1.3rem;
    font-weight: var(--font-semi-bold);
    font-family: var(--title-font);
    color: var(--color-mention);
}
.textContact {
    margin-top: 15px;
}
.textContact a {
    color: var(--color-text);
    transition: 0.5s;
}
.textContact a:hover {
    color: var(--color-primary);
    transition: 0.5s;
}
.textContact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.rs_contact_wrap {
    padding-top: 30px;
}
.contactRs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.textContact li img {
    margin-right: 10px;
}


/*********************************
		 MENTIONS LEGALES
*********************************/
.mentions_wrapper {
    padding: 0 15px 150px;
}
.mentions_content {
    max-width: var(--section-max);
    margin: var(--center);
}


/*********************************
		 PLAN DU SITE
*********************************/
.plan_site_wrapper {
    padding: 0 15px 150px;
}
.plan_site_content {
    max-width: var(--section-max);
    margin: var(--center);
    text-align: center;
}
.plan_titre {
    font-size: 1.25rem;
    font-weight: var(--font-semi-bold);
    font-family: var(--title-font);
    color: var(--color-mention);
    padding-top: 40px;
    padding-bottom: 5px;
}
.plan_titre:first-of-type {
    padding-top: 0;
}
.plan_site_content a {
    color: var(--color-text);
}
.plan_site_content a:hover {
    color: var(--color-primary);
}