/*********************************
			 FONTS
*********************************/
@import url("https://use.typekit.net/jqx2ttu.css");


/*********************************
		CLASSES GLOBALES
*********************************/

:root {
    /******	  DEFAULT CONTENT STRUCTURE	******/
    --section-max: 1400px;
    --center: auto;
    --padding : 100px 15px;
    --border-radius : 25px;

    /******	  COULEURS	******/
    --color-text: #636463;
    --color-primary: #009ad6;
    --color-secondary: #b2ca54;
    --color-tertiary: #85b327;
    --color-mention: #e61c54;
    --color-white: #fff;
    --color-border: #dedede;

    --gradient-blue: linear-gradient(80deg,rgba(0, 154, 214, 1) 0%, rgba(133, 179, 39, 1) 45%, rgba(178, 202, 84, 1) 100%);
    --gradient-red: linear-gradient(80deg,rgba(178, 202, 84, 1) 0%, rgba(230, 28, 84, 1) 100%);;


    /******	  FONT WEIGHT	******/
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;

    /******	  FONT AND TYPOGRAPHY	******/
    --body-font: "proxima-nova", sans-serif;
    --normal-font-size: 1rem;
    --title-font: "brandon-grotesque", 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-color: #fbfafc ;
    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);
    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);
    font-weight: var(--font-semi-bold);
    text-transform: uppercase;
}
h1 {
    position: relative;
    color: var(--color-text);
    font-size:1.75rem;
    margin:auto;
    font-weight: var(--font-semi-bold);
}
h2 {
    font-size: 1.875rem /* 30px */;
    color: var(--color-secondary);
    margin: 0;
    font-weight: var(--font-semi-bold);
}
h3 {
    font-size: 1.563rem /* 25px */;
    color: var(--color-secondary);
    font-weight: var(--font-regular);
    text-decoration: none;
}
h4 {
    font-size: 1.25rem /* 20px */;
    color: var(--color-secondary);
    padding: 20px 0 0;
    text-decoration: none;
    font-weight: var(--font-regular);
}


/******	  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: darkorange;
    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: block;
    padding: 10px 20px;
    background:var(--color-secondary);
    background: var(--gradient-red);
    font-family: var(--title-font);
    font-size: 0.815rem;
    text-transform: uppercase;
    font-weight: var(--font-bold);
    color: var(--color-white);
    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;
    border: none;
}
.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{
    transform: scale(1.02);
    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);
}



/*********************************
		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-text);
    transform: rotate(180deg);
}


/*********************************
		 MESSAGE COOKIES
*********************************/
.cc-banner {
    z-index: 99999 !important;
}
.cc-color-override-1465249541 .cc-btn:hover, .cc-color-override-1465249541 .cc-btn:focus {
    background: darkorange !important;
    background: var(--gradient-blue) !important;
    color: #fff !important;
}


/*********************************
		   HEADER WHITE
*********************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    border-bottom: 2px solid var(--color-text);
    z-index: 9999;
}

/******	  NAV	 ******/
.nav {
    height: 4rem;
}
.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: 4rem;
    width: auto;
    object-fit: contain;
}

/******	  BTN CONTACT NAV	 ******/
.contact_link_nav .nav__link {
    height: fit-content;
    padding: 10px 15px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    font-size: 0.815rem;
    border-radius: 5px;
}
.contact_link_nav .nav__link:hover {
    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;
}
.contact_synovivo .nav__link {
    color: var(--color-secondary);
}
.contact_synovivo .nav__link:hover{
    background-color: rgba(178, 202, 84, 0.1) !important;
}
.contact_manageria .nav__link {
    color: var(--color-mention);
}
.contact_manageria .nav__link:hover{
    background-color: rgba(230, 28, 84, 0.1) !important;
}


/******	  FIRST NAV LINKS	 ******/
.nav__link {
    color: var(--color-text);
    background-color: var(--color-white);
    font-weight: var(--font-semi-bold);
    padding: 1.25rem 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    position: relative;
}
.nav__link:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--color-text);
    position: absolute;
    bottom: -8px;
}

/******	  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(--color-text);
    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-secondary);
}
.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);
}



/*********************************
            FIL ARIANE
*********************************/
.fil_ariane {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px;
    font-size: 0.813rem;
    color: var(--color-text);
    text-transform: capitalize;
    font-weight: var(--font-semi-bold);
}
.fil_ariane_content {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.fil_ariane span,
.fil_ariane a,
.fil_ariane p {
    color: var(--color-text);
    text-transform: capitalize;
    font-weight: var(--font-semi-bold);
}
.fil_ariane a:hover {
    color: darkorange;
}
.fil_ariane .current_retour {
    display:none;
}



/*********************************
		     HOMEPAGE
*********************************/

/******	  TITRE	 ******/
.ariane {
    padding: 8rem 15px 15px;
}
.ariane__content {
    max-width: var(--section-max);
    margin: var(--center);
    display: block;
}

/******	  OFFRES	 ******/
.offres {
    padding: 0 15px 50px;
    position: relative;
}
.parallax-background {
    position: absolute;
    max-width: 40%;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("/design/img/parallax-background.jpg");
}
.offres__content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,3fr);
    gap: 80px;
    position: relative;
}
.offres__filters {
    background: var(--color-white);
    position: sticky;
    top: 10rem;
    border: 1px solid var(--color-text);
    padding: 30px 20px;
    height: fit-content;
}
.offres__filters_titre {
    display: block;
    padding-bottom: 20px;
    font-weight: var(--font-semi-bold);
    font-size: 1.25rem;
}


/* FILTRES */
.select-container {
    font-family: sans-serif;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.custom-select {
    border: 1px solid rgba(99, 100, 99, 0.22);
    border-radius: 5px;
    position: relative;
    padding: 5px;
    background: var(--color-white);
}
.selected-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}
.selected-options span {
    background-color: rgba(204, 204, 204, 0.2);
    color: var(--color-text);
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.815rem;
    cursor: default;
}
.selected-options span::after {
    content: " ✕";
    cursor: pointer;
}
.select-input {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
}
.options-list {
    max-height: 150px;
    overflow-y: auto;
    border-top: 1px solid var(--color-border);
    margin-top: 5px;
    display: none;
    list-style: none;
    padding: 0;
}
.options-list li {
    padding: 8px;
    cursor: pointer;
    font-size: 0.815rem;
}
.options-list li:hover,
.options-list li.selected {
    background-color: var(--color-border);
}
.btn_cta_second {
    color: var(--color-text);
    display: block;
    border: 1px solid var(--color-text);
    font-size: 0.815rem;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: var(--font-bold);
    font-family: var(--title-font);
    background: none;
    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;
}
.btn_cta_second:hover {
    transform: scale(1.02);
}
.btn_filter {
    background: var(--gradient-red);
}

/* LISTE OFFRES */
.offres__list {
    background-color: #fbfafc;
    padding: 0 0 0 15px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 30px;
    align-items: flex-start;
    height: fit-content;
}
.offres__item {
    min-height:320px;
    height: 100%;
    border: 1px solid var(--color-text);
}
/*.offres_manageria {*/
/*    border: 1px solid var(--color-text);*/
/*}*/
/*.offres_synovivo {*/
/*    border: 1px solid var(--color-secondary);*/
/*}*/
.offres__item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.offres__item_sub {
    padding: 5px 20px;
    display: block;
    font-size: 1rem;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--color-text);
    color: var(--color-white);
}
/*.offres_manageria .offres__item_sub {*/
/*    background: rgba(230, 28, 84, 0.1);*/
/*    color: var(--color-mention);*/
/*}*/
/*.offres_synovivo .offres__item_sub {*/
/*    background: rgba(178, 202, 84, 0.1);*/
/*    color: var(--color-secondary);*/
/*}*/
.offres__item_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px;
}
.offres__item_title {
    font-weight: var(--font-semi-bold);
    font-size: 1.25rem;
    color: var(--color-text);
}
.offres_item__localisation {
    display: block;
    padding-top: 10px;
    font-size: 0.815rem;
    font-weight: var(--font-semi-bold);
    color: var(--color-text);
}
/*.offres_manageria .offres_item__localisation {*/
/*    color: var(--color-mention);*/
/*}*/
/*.offres_synovivo .offres_item__localisation {*/
/*    color: var(--color-secondary);*/
/*}*/
.offres__item__departement {
    font-size: 1rem;
    color: var(--color-text);
    display: block;
    padding-top: 20px;
    font-weight: var(--font-semi-bold);
}
.offres__item_btns {
    border-top: 1px solid var(--color-text);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.offres__item_date {
    font-size: 0.815rem;
    color: var(--color-text);
}
.offres_manageria .btn_postuler {
    background: var(--color-mention);
}
.offres_synovivo .btn_postuler {
    background: var(--color-secondary);
}



/*********************************
		     JOBS
*********************************/
.jobs {
    position: relative;
    padding: 0 15px 50px;
}
.jobs__content {
    max-width: var(--section-max);
    margin: var(--center);
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(0,1fr);
    gap: 30px;
    position: relative;
}
.jobs__left {
    background: var(--color-white);
    border: 1px solid var(--color-text);
    padding: 50px 30px;
    height: fit-content;
}
.jobs__right {
    background: var(--color-white);
    position: sticky;
    top:10rem;
    border: 1px solid var(--color-text);
    padding: 30px 20px;
    height: fit-content;
}
.jobs__right_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
}
.jobs__right_item_picto {
    border: 1px solid var(--color-text);
    border-radius: 5px;
    padding: 10px;
    width: 45px;
    height: 45px;
}
.jobs__right_item span {
    font-size: 0.815rem;
}
.jobs__right_btn .btn_cta_general {
    width: 100%;
}
.manageria {
    color: var(--color-mention);
}
.synovivo {
    color: var(--color-secondary);
}


/*********************************
		     APPLY
*********************************/
.apply {
    position: relative;
    padding: 0 15px 50px;
}
.apply__content {
    max-width: var(--section-max);
    margin: var(--center);
    border: 1px solid var(--color-text);
    background: var(--color-white);
    position: relative;
}

/* ETAPES */
.steps {
    padding: 30px;
    border-bottom: 1px solid rgba(99, 100, 99, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.step__item {
    display: flex;
    align-items: center;
    gap: 50px;
}
.step__item .step__item_img,
.step__item .step__item_next {
    opacity: 0.3;
}
.step__item.active .step__item_img,
.step__item.active .step__item_next {
    opacity: 1;
}

/* CONTENT */
.apply__txt {
    padding: 80px;
}

/* ETAPE 2 */
.uploaded-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Arial', sans-serif;
    margin: 2rem auto;
}
.file-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.file-icon {
    width: 60px;
    height: auto;
    opacity: 0.4;
}
.file-name {
    color: darkorange;
    font-size: 0.815rem;
    text-align: center;
    word-break: break-word;
}
.delete-btn {
    margin-top: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
    opacity: 0.3;
}
.apply__section1  .form-label {
    font-weight: var(--font-bold);
}
.tel-control {
    max-width: 300px;
}
.apply__section1 .form-control {
    padding: 10px;
    color: var(--color-text);
    border-radius: 5px;
    border: 1px solid var(--color-border);
}
.apply__section1 #filter-select {
    border: 1px solid var(--color-border);
}
.apply__section1 .custom-select {
    border: 1px solid var(--color-border);
}
.chkContactRGPD_label,
.champs_obligatoires {
    font-size: 0.815rem;
}





/*********************************
		     FOOTER
*********************************/

/******	  PARTIE SUPERIEURE	 ******/
.footer_top_wrapper {
    background-color: var(--color-white);
    padding: 80px 15px;
    border-top: 1px solid var(--color-text);
}
.footer_top_content {
    max-width: var(--section-max);
    margin: var(--center);
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}
footer a {
    color: var(--color-text);
}
footer a:hover {
    color: var(--color-secondary);
}
.footer__left_list,
.footer__right_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer__left_list {
    gap: 50px;
}
.footer__right_list {
    gap: 30px;
}
.footer_toggle_picto {
    margin-right: 15px;
}
.footer__left_item_list {
    padding-top: 10px;
}
.footer__left_item_list li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-size: 0.815rem;
}
.footer__ville {
    font-size: 1.125rem;
    font-weight: var(--font-semi-bold);
    display: block;
}
.footer__adresse {
    font-size: 0.815rem;
    line-height: 1.4;
    display: block;
}


/******	  PARTIE INFERIEURE	 ******/
.footer_bottom_wrapper {
    border-top: 1px solid var(--color-text);
    background-color: var(--color-white);
    padding: 15px;
}
.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: var(--color-text);
    font-size: 0.813rem;
}
.footer_bottom a {
    color: var(--color-text);
}
.footer_bottom a:hover {
    color: var(--color-secondary);
}



/*********************************
		    PAGINATION
*********************************/
/*** PAGINATION ***/
.pagination-wrapper {
    grid-column: 1/4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    margin: 20px 0;
    gap: 20px;
}
.pagination {
    display: flex;
    gap: 6px;
}
.pagination .page,
.pagination .nav {
    background-color: #fbfafc;
    color: var(--color-text);
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.815rem;
    height: fit-content;
    font-weight: var(--font-bold);
}
.pagination .nav {
    background-color: var(--color-text);
    color: var(--color-white);
}
.pagination .page.active {
    background-color: darkorange;
    color: var(--color-white);
    font-weight: bold;
}
.pagination .page:hover,
.pagination .nav:hover {
    background-color: darkorange;
    color: var(--color-white);
}
.pagination-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.815rem;
    color: var(--color-text);
    font-weight: var(--font-bold);
}
.page-size-select {
    background-color: var(--color-text);
    color: var(--color-white);
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.815rem;
    appearance: none;
    cursor: pointer;
    font-weight: var(--font-bold);
}


/*********************************
		 PAGES DYNAMIQUES
*********************************/

/******	  HERO	 ******/
.slider_top_wrapper {
    max-height: 550px;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: var(--color-text);
    opacity: 0.25;
    width: 100%;
    height: 100%;
}
.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;
}


/******	  PARAGRAPHES	 ******/
.page_dynamique_content {
    display: block;
    margin: var(--center);
    padding: 0;
    width: auto;
    position: relative;
    box-sizing: border-box;
}

/******	  PARAGRAPHES	 ******/
.wrapper-textChamp {
    padding: 180px 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 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 50px;
    font-weight: var(--font-regular);
    font-size: 1.25rem;
    color: var(--color-white);
    background-color: var(--color-text);
    text-transform: uppercase;
    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-arrow-down.svg");
    display: flex;
    align-items: center;
}
.toggleWrapper .toggleTitre.active:after {
    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 + 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 {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.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-secondary) !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: 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: 5px 0;
    margin-bottom: 10px;
}
.form-label {
    text-transform: uppercase;
    font-size: 0.815rem;
    color: var(--color-text);
    font-family: var(--body-font);
    font-weight: var(--font-regular);
    margin: 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: 10px 0;
    font-size: 0.815rem;
    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: rgba(99, 100, 99, 0.22);
    border-width: 1px 0;
    border-style: solid none solid none;
    box-shadow: none;
    font-family: var(--body-font);
}
#filter-select {
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 0.815rem;
    box-sizing: border-box;
    border-color: rgba(99, 100, 99, 0.22);
    border-radius: 3px;
    color: var(--color-text);
}
#filter-select:focus {
    border-color: darkorange; /* bleu */
    outline: none;         /* retire le contour bleu par défaut */
}
.form-control:focus,
input.filled,
textarea.filled {
    box-shadow: none;
    border-color: darkorange;
}
.js-hide-label {
    opacity: 0;
}
.js-unhighlight-label {
    color: var(--color-text);
    font-family: var(--body-font);
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}
:-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-family: var(--body-font);
}
textarea {
    resize: none;
    min-height:160px;
}
.texte_ok_contact{
    background-color: var(--color-text);
    font-family: var(--body-font);
    color: var(--color-white);
    padding: 20px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: var(--font-bold);
    margin-top: 20px;
    text-align: center;
}

/* 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 {
    text-transform: uppercase;
    display: block;
    font-size: 1.125rem;
    font-weight: var(--font-semi-bold);
}
.textContact {
    margin-top: 15px;
}
.textContact a {
    color: var(--color-text);
    transition: 0.5s;
}
.textContact a:hover {
    color: var(--color-secondary);
    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;
}