body {
    font-size: var(--fontsize-txt);
    font-family: "nort", sans-serif;
    line-height: 1.3;
}

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

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}

/* div:not(.crea_act):not(.crea_act > .flex) > .m_bloc_droit,
div:not(.crea_act):not(.crea_act > .flex) > .m_bloc_gauche,
div:not(.crea_act):not(.crea_act > .flex) > article .tiers {
    border: 0 !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-top-style: initial !important;
    border-right-style: initial !important;
    border-bottom-style: initial !important;
    border-left-style: initial !important;
    border-top-color: initial !important;
    border-right-color: initial !important;
    border-bottom-color: initial !important;
    border-left-color: initial !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
    padding: 0 !important;
    margin: auto !important;
} */

:root {
    --blue: #0B2051;  /* Rouge vif */
    --jaune: #FDC100;
    --gris-tresclair: #F1F4F9;  /* Gris olive */ /* Gris olive */
    --gris-fonce: #0C2126;  /* Gris olive (identique à la couleur secondaire) */
    --blanc: #fff;  /* Blanc */
    --noir: #000;  /* Noir */

    --fontsize-h1: clamp(40px, 4vw, 54px);
    --fontsize-h2: clamp(32px, 4vw, 40px);
    --fontsize-h3: clamp(25px, 4vw, 30px);
    --fontsize-h4: clamp(20px, 4vw, 24px);
    --fontsize-h5: clamp(18px, 4vw, 20px);
    --fontsize-h6: 18px;
    --fontsize-txt: 16px;
    --fontsize-small: 15px;
    --fontsize-xsmall: 14px;
    --fontsize-subtitle: 20px;

    --container-width: 1300px;
    --container-reduced: 1100px;

    --clip-offset: 36px;
}

@font-face {
    font-family: 'EnjinIcon';
    src: url('../fonts/enjinicon.otf') format('opentype');
}

#super_cont {
    overflow: hidden;
}

#pages.index #main {
    padding: 0 !important;
}

#load_load {
    background: rgba(0, 0, 0, 0) url(/images/site_load3.gif) no-repeat scroll center center;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001
}
  
#load_f {
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    background-position: center 40%;
    background-repeat: no-repeat;
    filter: contrast(0.4) brightness(1.5) grayscale(1);
    background-size: 200px;  
}

#menu_social {
    display: none;
}

#conteneur p, #conteneur li {
    font-family: "inter", sans-serif;
    font-weight: 300;
    font-size: var(--fontsize-txt);
    color: var(--blue);
}

#conteneur {
    overflow: hidden;
    /* padding-top: 0 !important; */
}

#pages #cont_spe {
    border: none;
}




#conteneur .last-row {
    margin-bottom: 80px;
}

#conteneur .motif-toit-title, .motif-toit-title {
    position: relative;
}
#conteneur .motif-toit-title::before, .motif-toit-title::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -45px;
    aspect-ratio: 1 / 1;
    height: 100px;
    background-image: url(/images/images/motif-titre.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#conteneur .btn, #prefooter .btn {
    border: 1px solid var(--blanc);
    padding: 18px 36px;
    font-size: var(--fontsize-txt);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    transition: all 0.1s ease-out;
    width: fit-content;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

#conteneur .txt-jaune, #prefooter-wrap .txt-jaune {
    color: var(--jaune);
    /* font-size: var(--fontsize-h2); */
}

#conteneur .btn {
    cursor: pointer;
    font-family: "inter", sans-serif;
    font-weight: 400;
}

#conteneur .btn-jaune, #prefooter-wrap .btn-jaune, #footer .btn-jaune {
    padding: 20px 30px;
    background-color: var(--jaune);
    color: var(--bleu);
    font-size: var(--fontsize-txt);
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    height: fit-content;
    border: solid 1px var(--jaune);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#conteneur .btn-bleu, #prefooter-wrap .btn-bleu, #footer .btn-bleu {
    padding: 20px 30px;
    background-color: var(--blue);
    color: var(--blanc);
    font-size: var(--fontsize-txt);
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    height: fit-content;
    border: solid 1px var(--blue);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#conteneur .btn-jaune:hover {
    background: transparent;
}

#conteneur .btn-blanc {
    background-color: var(--blanc); 
    color: var(--blue);
}
#conteneur .btn-noir {
    background-color: var(--jaune); 
    border-color: var(--jaune);
    color: var(--blue);
}
#conteneur .btn-rouge, #prefooter .btn-rouge {
    /* color: var(--blanc); 
    border-color: var(--blue);
    background-color: var(--blue); */
}
#conteneur p + .btn, #conteneur ul + .btn {
    margin-top: 30px;
}

#conteneur :is(h1,h2,h3,h4,h5,h6) {
    /* font-family: "scarlet", sans-serif; */
    /* font-family: "chennai", sans-serif; */
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
    color: var(--blue);
}

.txt-chennai {
    text-transform: uppercase;
    font-family: "chennai", sans-serif;
}

#prefooter-wrap h2 {
    font-family: "chennai", sans-serif;
    font-weight: 500;
    text-align: center;
}

#conteneur h1, #conteneur .h1, .h1 {
    font-size: clamp(40px, 4vw, 50px);
}
#conteneur h2, #conteneur .h2, .h2 {
    font-size: clamp(32px, 4vw, 40px);
}
#conteneur h3, #conteneur .h3, .h3 {
    font-size: clamp(25px, 4vw, 30px);
}
#conteneur h4, #conteneur .h4, .h4 {
    font-size: clamp(20px, 4vw, 24px);
}
#conteneur h5, #conteneur .h5, .h5 {
    font-size: clamp(18px, 4vw, 20px);
}
#conteneur h6, #conteneur .h6, .h6 {
    font-size: 18px;
}

#conteneur .title-space, .title-space {
    text-transform: uppercase;
    letter-spacing: 2px;
}

#conteneur .text-italic {
    font-style: italic;
    font-family: "lumios-marker", sans-serif;
}

#conteneur strong {
    font-weight: 700;
}

#conteneur .txt-blue, #prefooter .txt-blue {
    color: var(--blue);
    font-size: var(--fontsize-h2);
}

#conteneur .section-blue h2, #conteneur .section-blue h3, #conteneur .section-blue h4, #conteneur .section-blue h5, #conteneur .section-blue h6 {
    color: var(--blanc);
}

#conteneur .title-trait-milieu {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    width: 100%;
}

#conteneur .title-trait-milieu::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 250px;
    background-color: var(--jaune);
    transform: translateX(-50%);
}

#conteneur .title-trait-milieu h2 {
    max-width: 900px;
    text-align: center;
}

#conteneur .title-trait-gauche {
    padding-left: 25px;
    position: relative;
    margin-bottom: 40px;
}
#conteneur .title-trait-gauche::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: var(--jaune);
}

#conteneur .txt-gris {
    color: var(--gris-clair);
}

#conteneur a {
    text-decoration: none;
    color: var(--noir);
}

#conteneur .content_in_grid {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

#conteneur .max-width {
    max-width: 1300px;
    margin-inline: auto;
}

#conteneur .grid {
    max-width: 1300px;
    margin-inline: auto;
    padding-bottom: 100px;

}


#conteneur .grid .grid-item {
    /* height: 100%; */
    aspect-ratio: 1 / 1;
}

#conteneur .grid .grid-item img  {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}


@media screen and (min-width: 1800px) {
    #conteneur .row-full-width {
        padding-inline: 100px;
    }
}

#conteneur .section-list .half.col_txt {
    gap: 30px;
}

#conteneur .section-list .half.col_txt .title-trait-gauche {
    margin-bottom: 0;
}


@media screen and (max-width: 1300px) {
    #conteneur .section-list {
        flex-direction: column;
    }

    #conteneur .section-list .half {
        width: 100%;
    }



    #conteneur .section-list .half.col_img {
        height: 500px;
    }
}

#conteneur .title-list{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#conteneur .title-list::before {  
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 4px;
    background-color: var(--jaune);
}

#conteneur .section-equipe {
    column-gap: 100px;
    row-gap: 50px;
    justify-content: center;
}

#conteneur .section-equipe .tiers {
    width: calc(33.3% - 100px);
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1100px) {
    #conteneur .section-equipe .tiers {
        width: calc(50% - 50px);
        max-width: 400px;
    }
}

@media screen and (max-width: 900px) {
    #conteneur .section-equipe .tiers {
        width: 100%;
    }
}

#conteneur .section-equipe h3 {
    padding-top: 10px;
    font-size: var(--fontsize-h4);
}

#conteneur .section-equipe .tiers img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#conteneur .section-equipe .subtitle {
    margin-top: 0;
}


#conteneur #main ul {
    list-style: none;
}
#conteneur #main ul li {
    padding: 10px 0 0 10px;
    position: relative;
}
#conteneur #main ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--blue);
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
}

#conteneur #main a:not(.btn) {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: var(--blue);
    -moz-text-decoration-color: var(--blue);
}



/* ------------------------- CKEDITOR TEMPLATES : CSS FRONT -------------------------------------------*/


body {
    font-family: "inter", sans-serif;
}


body img {
    max-width: 100%;
}
body p a {
    text-decoration: underline;
    font-weight: 700;
}
body p {
    margin-top: 10px;
    line-height: 1.5;
    font-family: "inter", sans-serif;
}

body .flex {
	display: flex;
    flex-wrap: wrap;
}
body .flex:not(.left_right_full):not(.nogap) {
    gap: 10px;
}

body .text-center {
	text-align: center;
}

body .tiers {
	width: calc(33.3% - 40px);
}
body .flex:not(.left_right_full) .tiers {
    width: calc(33.3% - 7px);
}
body .deuxtiers {
	width: 66.6%;
}
body .deuxtiers:not(.nogap) {
    width: calc(66.6% - 3px);
}
body .half {
	width: 50%;
}
body .half:not(.nogap) {
    width: calc(50% - 5px);
}
body .quart {
	width: 25%;
}
body .quart:not(.nogap) {
    width: calc(25% - 7.5px);
}
body .troisquart {
	width: 75%;
}
body .troisquart:not(.nogap) {
    width: calc(75% - 2.5px);
}
body .m_bloc_full {
	width: 100%;
}

.left_right_full .col_txt {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left_right_full .col_img {
    line-height: 0;
}
body .col_img {
    overflow: hidden;
    position: relative;
}
body .col_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    position: absolute;
}

.blocfullcolored {
    text-align: center;
    background-color: var(--blue);
    color: white;
    padding: 40px;
}

.section-blue {
    background-color: var(--blue);
    padding-block: 150px;
    margin-bottom: 150px
}

@media screen and (max-width: 1300px) {
    .section-blue {
        padding-inline: 20px;
    }
}

.section-blue * {
    color: var(--blanc);
}


.section-blue .subtitle {
    color: rgba(255, 255, 255, 0.5) !important;
}

.section-motif-rond {
    position: relative;
}
.section-motif-rond::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100px;
    height: 200px;
    background-image: url(/images/images/motif-rond.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-trait-gris-fond-bleu {
    position: relative;
}

.section-trait-gris-fond-bleu::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 875px;
    height: 150px;
    background-image: url(/images/images/motif-line-gris.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
    .section-trait-gris-fond-bleu::before {
        width: 100%;
        height: 100px;
        right: 0;
    }
}

.blocstiersrond {
    display: flex;
}
.blocstiersrond .tiers {
    padding: 20px;
    text-align: center;
}
.blocstiersrond .tiers img {
    max-width: 80%;
    margin: 0px auto 30px;
}
.blocstiersrond .tiers .titre {
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.blocstiersrond .tiers .titre a {
    text-decoration: none;
}
.blocstiersrond img {
	border-radius: 400px;
}

.anim_chiffre_bloc {
    text-align: center;
}
.anim_chiffre_bloc .anim_chiffre {
    font-size: var(--fontsize-h3);
    font-weight: 700;
    color: var(--blue);
}


#conteneur .corner-bottom-left, #conteneur .corner-bottom-right, #conteneur .corner-top-left, #conteneur .corner-top-right {
    position: relative;
}
#conteneur .corner-bottom-left::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-image: url(/images/images/square-corner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
#conteneur .corner-bottom-right::before {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 100px;
    height: 100px;
    background-image: url(/images/images/square-corner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#conteneur .corner-top-left::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-image: url(/images/images/square-corner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#conteneur .corner-top-right::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 100px;
    height: 100px;
    background-image: url(/images/images/square-corner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}   




/* ------------------------- VARIABLES ESPACEMENTS -------------------------------------------*/


.huge-padding {
    padding: 80px;
}
.big-padding {
    padding: 60px;
}
.normal-padding {
    padding: 40px;
}
.xs-padding {
    padding: 20px;
}
.xxs-padding {
    padding: 10px;
}

.topbtm-huge-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.topbtm-big-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.topbtm-normal-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.topbtm-xs-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.topbtm-xxs-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-huge-padding {
    padding-top: 80px;
}
.top-big-padding {
    padding-top: 60px;
}
.top-normal-padding {
    padding-top: 40px;
}
.top-xs-padding {
    padding-top: 20px;
}
.top-xxs-padding {
    padding-top: 10px;
}

.btm-huge-padding {
    padding-bottom: 80px;
}
.btm-big-padding {
    padding-bottom: 60px;
}
.btm-normal-padding {
    padding-bottom: 40px;
}
.btm-xs-padding {
    padding-bottom: 20px;
}
.btm-xxs-padding {
    padding-bottom: 10px;
}

.noleft-padding {
    padding-left: 0px;
}
.notop-padding {
    padding-top: 0px;
}
.nobtm-padding {
    padding-bottom: 0px;
}
.noright-padding {
    padding-right: 0px;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col_img_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* ------------------------- GENERAL -------------------------------------------*/




/* ------------------------- MENU -------------------------------------------*/


/* MENU NORMAL */

#conteneur_nav {
    display: flex;
    justify-content: space-between;  
    align-items: center;  
    padding: 15px 20px;
    background-color: var(--blanc); 
    color: #fff;  
    position: fixed; 
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

#logo {
    flex: 0 0 auto; 
    margin-right: 1rem;  
}

#logo img {
    height: 100px;
    transition: all .3s ease-in-out;
}

#conteneur_nav .ul_first {
    display: flex;
    list-style: none; 
    margin: 0;
    padding: 0;
    justify-self: flex-end;
}

#conteneur_nav .ul_first > li {
    margin-left: 2rem; 
    position: relative;
}

@media (max-width: 1300px) {
    #conteneur_nav .ul_first > li {
        margin-left: 0.9rem;
    }
}
#conteneur_nav .ul_first #id38{
    order: 6;
}
#conteneur_nav .ul_first li a {
    text-decoration: none;
    color: var(--blue);  
    font-size: 16px;  
    display: block;
    transition: background-color 0.3s; 
    /* position: relative; */
    padding-block: 1rem;
    font-weight: 600;
    font-family: "inter", sans-serif;
}

#conteneur_nav .ul_first li a[title="Contact"] {
    background-color: var(--jaune);
    padding-inline: 30px;
}

#conteneur_nav .ul_first li a span {
    position: relative;
}

#conteneur_nav .ul_first > li > a > span::before {
    content: '';
    width: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
    background-color: var(--blanc);
    transition: all .2s ease-out;
}

#conteneur_nav .ul_first > li > a:hover > span::before {
    width: 100%;
}

#conteneur_nav .ul_first li ul {
    display: none;  
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 200px; 
}

@media (min-width: 901px) {
    #conteneur_nav .ul_first li:hover > ul {
        display: block;  
    }
}

#conteneur_nav .ul_first li ul li {
    margin-left: 0;
}

#conteneur_nav .ul_first li ul li a {
    padding: 15px 20px;
    font-size: 14px;
    color: var(--noir);
    transition: all .1s ease-in-out;
    border-left: 0px solid var(--blue);
}

#conteneur_nav .ul_first li ul li a:hover {
    background-color: #f5f5f5;
    border-left: 3px solid var(--blue);
    transition: all .1s ease-in-out;
}

#conteneur_nav .ul_first li ul li.nested a{
    color: var(--blue);
    font-weight: 400;
    font-family: 'Inter', sans-serif;

}

#conteneur_nav .top-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--blue);
    padding: 5px;
    font-size: 13px;
    display: flex;
    gap: 20px;
    transition: all .3s ease-in-out;
}
#conteneur_nav .top-menu::before {
    /* content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 100' preserveAspectRatio='none'%3E%3Cpolygon points='300,0 300,100 0,0' fill='%23e00718'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 0; */
}
#conteneur_nav .top-menu p {
    margin: 0;
}
#conteneur_nav .top-menu a {
    text-decoration: none;
    color: white;
}
#conteneur_nav .top-menu i {
    margin-right: 5px;
}
#super_cont.scrolled .top-menu {
    opacity: 0;
    top: -30px;
    transition: all .3s ease-in-out;
}


/* BLOCK MENU RESPONSIVE */

#conteneur_nav .burger-menu {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#conteneur_nav .burger-menu div {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background-color: var(--blue);
    transition: all 0.3s ease;
}
#conteneur_nav .burger-menu.active div:nth-child(1) {
    transform: rotate(45deg) translate(11px, 11px);
}
#conteneur_nav .burger-menu.active div:nth-child(2) {
    opacity: 0;
}
#conteneur_nav .burger-menu.active div:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}


/* ------------------------- PRÉFOOTER -------------------------------------------*/

#prefooter-wrap {
    margin-top: 100px;
}

#prefooter {
    display: flex;
    max-width: 1300px;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: var(--gris-tresclair);
}

#prefooter .content-prefooter {
    margin: 0 auto;
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#prefooter .content-prefooter .btn-container-footer {
    padding-top: 30px;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 900px) {
    #prefooter .content-prefooter .btn-container-footer {
        flex-direction: column;
    }
}

#prefooter .content-prefooter .btn-container-footer .btn {
    width: 250px;
    padding: 20px 30px;
}

#prefooter a {
    text-decoration: none;
    color: var(--noir);
}
#prefooter .col-left {
    background-color: var(--blue);
    font-size: var(--fontsize-h4);
    width: 34%;
    padding: 40px 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 10%;
    position: relative;
}

#prefooter .col-left::before {
    content: '';
    position: absolute;
    left: calc(100% - 1px);
    width: 150px;
    background-color: var(--blue);
    height: 100%;
    z-index: 5  ;
    clip-path: polygon(0 0, 100% 0, 1px 100%, 0% 100%);
}

#prefooter .col-left .titre {
    color: white;
    margin-bottom: 30px;
    font-size: clamp(32px, 4vw, 40px);

}
#prefooter .col-left .bg-blanc {
    position: relative;
    color: var(--blanc);
    font-size: 18px;
}


#prefooter .col-right {
    width: 66%;
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    padding-right: 10%;
    background-color: var(--gris-fonce);
    align-items: center;
}

#prefooter .col-right .container-map {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prefooter .col-right img {
    max-width: 400px;
}
@media (max-width: 1300px) {
    #prefooter .col-right img {
        max-width: 300px;
    }
}

#prefooter .col-right .container-infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#prefooter .col-right .container-infos p, #prefooter .col-right .container-infos a {
    color: var(--blanc);
}

#prefooter .col-right .container-infos .btn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#prefooter .col-right .btn {
    margin-top: 20px;
}
#prefooter .col-right i {
    color: var(--blue);
    margin-right: 8px;
}


@media (max-width: 1500px) {
    #prefooter .col-left {
        padding-left: 30px;
    }
    #prefooter .col-right {
        padding-right: 30px;
    }
}



#bloc_part {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

#bloc_part h2 {
    width: fit-content;
    margin: auto;
}

#bloc_part .wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#bloc_part .wrap .box_mk {
    flex: 1;
}

#bloc_part .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bloc_part .swiper-button-next, #bloc_part .swiper-button-prev {
    color: var(--gris-fonce);
}

#bloc_part .swiper-button-next::after, #bloc_part .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 800;

}

#bloc_part .swiper-pagination-bullet-active {
    background-color: var(--blue);
}


/* ------------------------- FOOTER -------------------------------------------*/



#footer {
    background-color: var(--blue); /* Blanc */
    color: var(--blanc);
    padding: 60px 0 20px;
    position: relative;
    padding-top: 160px;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: var(--gris-clair);
    z-index: 0;
    pointer-events: none;
    opacity: 0.1;
    clip-path: polygon(150px 0, 0% 100%, 150px 100%, 300px 0, 400px 0, 250px 100%, 63% 100%, 78% 100%, 100% 100%, 100% 0%);
}

@media (max-width: 768px) {
    #footer::before {
        display: none;
    }
}
#foot_cont {
    display: flex;  
    justify-content: space-between;
    gap: 100px;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#footer .wrap .footer_bloc{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: var(--blue);
}

#footer .wrap .footer_bloc h3 {
    background-color: var(--blue);
    color: var(--blanc);
    padding: 10px 20px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;

    position: relative;
    padding-bottom: 40px;
}

#footer .wrap .footer_bloc h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: var(--jaune);
   
}


#footer .footer_bottom {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

/* #footer .wrap .footer_bloc h3{
    font-size: var(--font-size-large);
} */

#footer .wrap .footer_bloc li {
    list-style: none;
    padding-bottom: 40px;
}

#footer .wrap .footer_bloc a {
    text-decoration: none;
    color: var(--blanc);
    line-height: 1.2;
}

#footer .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

#footer .wrap .footer_bottom p {
    font-size: var(--fontsize-xsmall);
}

#footer .wrap .footer_bottom a {
    color: var(--blanc);
    text-decoration: none;
}

#footer .wrap  .footer_bloc .logo_footer {
    background-image: none !important;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #footer .wrap  .footer_bloc .logo_footer {
        padding-left: 0;
        padding-right: 0;
        align-items: flex-start;
    }
}

#footer .wrap  .footer_bloc .logo_footer img {
    width: 100% !important;
    max-width: 150px !important;
}

#footer .wrap  .footer_bloc .logo_footer h2 {
    color: var(--blanc);
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;

}

#footer .wrap  .footer_bloc .logo_footer h2 span:first-child {
    color: var(--blue);
}

#footer .wrap  .footer_bloc .logo_footer h2 span:last-child {
    color: var(--gris-clair);
}


#footer .rs-list a {
    display: flex;
    align-items: center;
    line-height: 0.8;
}
#footer .rs-list i {
    background-color: var(--jaune);
    color: var(--blue);
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    aspect-ratio: 1/1;
}

#footer .rs-list .social-networks h4 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;

}




/* --------------------------------------------
-------------------- PAGES --------------------
---------------------------------------------*/


/* ------------------------- HOME -------------------------------------------*/

#conteneur #intro-home {
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
    height: calc(100vh - 85px);
    /* z-index: -2; */
}
#conteneur #intro-home .m_bloc_gauche {
    width: 350px;
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    aspect-ratio: 1/1;
    padding-top: 20px;
    padding-left: 20px;
}

#conteneur #intro-home .m_bloc_gauche p {
    font-weight: 400;
    font-family: "lumios-marker", sans-serif;
    color: var(--blanc);
    line-height: 1;
    margin: 0;
    color: var(--blanc);
    font-style: italic;
}
#conteneur #intro-home .m_bloc_gauche p span:nth-child(1) {
    font-size:clamp(54px, 4vw, 70px);
    padding-right: 5px;
}

#conteneur #intro-home .m_bloc_gauche p span:nth-child(2) {
    font-size: var(--fontsize-h2);
}

#conteneur #intro-home .m_bloc_gauche p:nth-child(2) {
    font-size: var(--fontsize-h2);
}

#conteneur #intro-home .m_bloc_droit {
    width: 100% !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
    /* z-index: -1; */
    height: 100%;  ;
    margin: 0 !important;
}

#conteneur #intro-home .m_bloc_droit::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 875px;
    height: 150px;
    background-image: url(/images/images/motif-line-yac.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 900px) {
    #conteneur #intro-home .m_bloc_droit::before {
        width: 600px;
        height: 100px;
        right: unset;
        right: -50px;
    }

    .section-trait-gris-fond-bleu::before {
        width: 600px;
        height: 100px;
        right: unset;
        right: -50px;
    }
}

@media (max-width: 576px) {
    #conteneur #intro-home .m_bloc_droit::before {
        width: 450px;
        height: 75px;
        right: unset;
        left: 50px;
    }

    .section-trait-gris-fond-bleu::before {
        width: 450px;
        height: 75px;
        right: unset;
        left: 50px;
    }
}




#conteneur #intro-home .container-infos-intro {
    margin: 0 auto;
    position: relative;
    height: 100%;
}
#conteneur #intro-home .infos-intro-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
    width: 100%;
    position: relative;
}

#conteneur #intro-home .infos-intro-wrapper::before {
    content: "";
    position: absolute;
    top: 12px;
    right: calc(100% + 15px);
    width: 300px;
    height: calc(100% - 12px);
    background-image: url(/images/images/motif-yac-jaune.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#conteneur #intro-home .infos-intro-wrapper h1, #conteneur #intro-home .infos-intro-wrapper h2 {
    color: var(--blanc);
}

#conteneur #intro-home .infos-intro {
    color: white;
    padding: 40px;
    text-align: right;
    /*width: 600px;
    */max-width: calc(100% - 40px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY( -50%);
    z-index: 5;
}
#conteneur #intro-home .infos-intro h2 {
    font-family: "inter", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
#conteneur #intro-home .infos-intro img {
    margin-bottom: -30px;
    z-index: 10;
    height: 150px;
    object-fit: cover;
}
#conteneur #intro-home .infos-intro .title-bg-noir {
    background-color: var(--gris-fonce);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 40px 20px;
    gap: 10px;
    min-width: 300px;
}
#conteneur #intro-home .infos-intro h1  {
    font-size: var(--fontsize-h1);
    display: block;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 768px) {

    #conteneur #intro-home .infos-intro {
        padding-left: 10px !important;
    }
    #conteneur #intro-home .infos-intro h1 {
        font-size: var(--fontsize-h2);
    }
}

#conteneur #intro-home .infos-intro h1 span:nth-child(1) {
    color: var(--blue);
}

#conteneur #intro-home .infos-intro h1 span:nth-child(2) {
    color: var(--gris-clair);
}

#conteneur #intro-home .infos-intro .text-italic {
    font-size: var(--fontsize-h3);
    text-align: center;
    font-weight: 300;
}
#conteneur #intro-home .infos-intro .btn {
    border: 1px solid #fff;
    border-radius: 0;
    /* margin-top: 20px; */
    background-color: transparent;
    color: var(--blanc);
}

#conteneur .bandeau-credit-impots {
    background-color: var(--blue);
    color: var(--blanc);
    padding-block: 40px;
    max-width: none;
    max-height: 160px;
    width: 100%;
}


#conteneur .section-txt-img .bloc-txt{
    width: calc(60% - 5px);
    position: relative;
}

@media screen and (max-width: 900px) {
    #conteneur .section-txt-img .bloc-txt {
        width: 100%;
    }
}

#conteneur .section-txt-img .bloc-txt::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 100%;
    width: 400px;
    height: 510px;
    background-image: url(/images/images/motif-A.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#conteneur .bloc-motifA, #conteneur .bloc-motifA-blanc {
    position: relative;
}

#conteneur .bloc-motifA::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 40px);
    width: 400px;
    height: 470px;
    background-image: url(/images/images/motif-A.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#conteneur .bloc-motifA-blanc::before {
    content: "";
    position: absolute;
    top: 65px;
    right: calc(100% + 40px);
    width: 400px;
    height: 510px;
    background-image: url(/images/images/motif-A-blanc.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#conteneur .section-fond-gris {
    background-color: var(--gris-tresclair);
    width: 100%;
}

#conteneur .section-txt-img .bloc-img {
    width: calc(40% - 5px);
    position: relative;
}

#conteneur .section-txt-img .bloc-img .btn-over-img {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 30px;
    background-color: var(--jaune);
    color: var(--bleu);
    font-size: var(--fontsize-txt);
    font-weight: 600;
    border-radius: 0;
    z-index: 10;
    text-decoration: none;
    border: none;
}

#conteneur .section-txt-img .bloc-img img {
    padding-left: 30px;
}

#conteneur .section-trait-gris-top {
    position: relative;
    margin-bottom: 100px;
}

#conteneur .section-trait-gris-top::before {
    content: "";
    position: absolute;
    top: -125px;
    right: 0;
    width: 875px;
    height: 250px;
    background-image: url(/images/images/motif-traits-fond-blanc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

#conteneur .section-trait-gris {
    position: relative;
    margin-bottom: 150px;
}

#conteneur .section-trait-gris::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 875px;
    height: 250px;
    background-image: url(/images/images/motif-traits-fond-blanc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


#conteneur .section-rea .head-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
} 

#conteneur .section-rea .head-section .title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}


#conteneur .section-rea .head-section .title .subtitle {
    font-size: var(--fontsize-subtitle);
    color: rgba(3, 32, 75, 0.5);
}

#conteneur .subtitle {
    color: rgba(3, 32, 75, 0.5);
    font-size: var(--fontsize-subtitle);
}

#conteneur .section-rea {
    column-gap: 50px;
}


#conteneur .section-rea .tiers {
    width: calc(33.3% - 35px);
}

@media screen and (max-width: 900px) {
    #conteneur .section-rea, #conteneur .section-rea .head-section {
        flex-direction: column;
    }

    #conteneur .section-rea .tiers {
        width: 100%;
    }
}


#conteneur .section-rea img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

#conteneur .section-rea .tiers .title {
    font-size: var(--fontsize-h4);
    color: var(--bleu);
}

#conteneur .section-certifs .certfis-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}


#conteneur .section-certifs .certfis-list .certif {
    width: calc(50% - 25px);
    color: var(--blanc);
    font-size: var(--fontsize-txt);
}

@media screen and (max-width: 900px) {
    #conteneur .section-certifs .certfis-list .certif {
        width: 100%;
    }
}

#conteneur .section-certifs h3 {
    
    font-size: var(--fontsize-h4);
    
}

#conteneur .title-souligner {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}

#conteneur .title-souligner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 4px;
    background-color: var(--jaune);
    display: block;
}

#conteneur .section-certifs .certfis-list .certif {
    display: flex;
    gap: 20px;
}

#conteneur .section-certifs .certfis-list .certif img {
    aspect-ratio: 1/1;
    height: 75px;
}

#conteneur .section-certifs .certfis-list .certif .txt-certif {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

#conteneur .section-certifs .certfis-list .certif h4 {
    font-size: var(--fontsize-h5);
    letter-spacing: 0;
}

#conteneur .section-certifs .certfis-list .certif  p {
    color: var(--blanc);
}


#conteneur .section-actus #cont_actu {
    width: 100%;
}

#conteneur .section-actus #cont_actu #cont_spe {
    padding-top: 0;
}

#conteneur .section-pictos {
    gap: 50px;
    max-width: none;
    justify-content: center;
    width: fit-content;
    align-items: stretch;
}



#conteneur .section-pictos .quart{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(25% - 40px);
    background-color: var(--blue);
    padding: 50px 30px ;
    max-width: 350px;
}

#conteneur .section-pictos .quart img {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#conteneur .section-pictos .quart h3 {
    text-align: center;
    color: var(--blanc);
    font-size: var(--fontsize-h4);
    letter-spacing: 0;
    font-weight: 600;
    font-family: Inter;
}

#conteneur .section-pictos .quart p {
    font-size: var(--fontsize-txt);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

@media screen and (max-width: 1600px) {
    #conteneur .section-pictos {
        padding-inline: 30px;
    }
}

@media screen and (max-width: 1500px)  {
    #conteneur .section-pictos {
        flex-wrap: wrap;
    }

    #conteneur .section-pictos .quart {
        width: calc(50% - 40px);
        max-width: 450px;
    }
}

@media screen and (max-width: 900px) {
    #conteneur .section-pictos .quart {
        width: 100%
    }
}




#conteneur .list-exp {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}

#conteneur .list-exp .exp {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 567px) {
    #conteneur .list-exp .exp {
        width: 100%;
    }
}

#conteneur .list-exp .exp h4 {
    position: relative;
    padding-bottom: 20px;
}

#conteneur .list-exp .exp h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: var(--jaune);
}


#conteneur #services-home,
#conteneur #avantages-home {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#conteneur #services-home {
    gap: 50px;
}



#conteneur #services-home h2,
#conteneur #avantages-home h2 {
    margin: auto;
    width: fit-content;
    /* width: 100%; */
}
#conteneur #services-home h2 + p,
#conteneur #avantages-home h2 + p {
    margin-bottom: 20px;
    width: 100%;
}
#conteneur #services-home .tiers,
#conteneur #avantages-home .tiers {
    display: inline-block;
    vertical-align: top;
    /* padding: 30px 15px; */
}

#conteneur #services-home .tiers {
    width: 30%;
}


#conteneur #services-home .tiers img {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
    object-fit: cover;
}
#conteneur #services-home .tiers h3 {
    padding-bottom: 20px;
    letter-spacing: 0;
}
#conteneur #services-home .tiers h3,
#conteneur #avantages-home .tiers h3 {
    position: relative;
}
#conteneur #services-home .tiers h3::after {
    content: "";
    height: 2px;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: var(--blue);
    display: block;
    position: absolute;
}

#conteneur #reals-home h2 {
    margin-bottom: 20px;
    text-align: center;
}
#conteneur #reals-home .tiers h3 {
    color: var(--blue);
}
#conteneur #reals-home .m_bloc_gauche {
    background-color: var(--blue);
    padding: 40px 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#conteneur #reals-home .m_bloc_gauche::after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: 0;
    width: 450px;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="272.902" height="300" viewBox="0 0 272.902 300" preserveAspectRatio="none"><g id="Groupe_1" data-name="Groupe 1" transform="translate(-626.098 -297)"><path id="Tracé_1" data-name="Tracé 1" d="M236,0l85.833,300H168L83.1,0Z" transform="translate(543 297)" fill="%23e00718"/><path id="Tracé_2" data-name="Tracé 2" d="M236,0l85.833,300H356L270.735,0Z" transform="translate(543 297)" fill="%23fff"/></g></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
}
#conteneur #reals-home .m_bloc_gauche p {
    font-size: var(--fontsize-h4);
    margin-bottom: 30px;
    color: white;
    z-index: 2;
    margin-top: 0;
}
#conteneur #reals-home .m_bloc_gauche a {
    z-index: 3;
}
#conteneur #reals-home .m_bloc_droit {
    position: relative;
    z-index: -1;
    line-height: 0;
}
#conteneur #reals-home .m_bloc_droit img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}
#conteneur #reals-home .temoignage {
    position: absolute;
    bottom: 10px;
    line-height: initial;
    right: 10px;
    background: white;
    padding: 25px;
    max-width: 70%;
    width: 480px;
    border-left: 4px solid var(--blue);
    font-size: 20px;
    font-style: italic;
}
#conteneur #reals-home .temoignage p {
    margin: 0;
}

/* #conteneur #avantages-home .tiers h3 {
    padding-bottom: 15px;
} */



#conteneur .a-propos-home {
    max-width: 1300px;
    margin: auto;
    justify-content: center;
}

#conteneur .a-propos-home .m_bloc_droit {
    align-items: center;
}

#conteneur .a-propos-home img {
    object-fit: contain;
}

#conteneur .a-propos-home h2 {
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    padding-bottom: 20px;
}
@media (max-width: 1100px) {
    #conteneur .a-propos-home {
        flex-direction: column;
    }

    #conteneur .a-propos-home .m_bloc_droit {
        margin-top: 40px;
    }

    #conteneur .a-propos-home .m_bloc_droit, #conteneur .a-propos-home .m_bloc_gauche {
        width: 100%;
    }
    #conteneur .a-propos-home .m_bloc_gauche img{
        position: relative;
        padding-inline: 30px;
    }
}

#conteneur .a-propos-home .m_bloc_droit {
    gap: 30px;
}

#conteneur .a-propos-home .m_bloc_droit a {
    margin-left: auto;
}

#conteneur .a-propos-home .btn-noir {
    border-radius: 50px;
}



#conteneur .section-proprete,
#conteneur .container-services-home {
    max-width: 2000px;
    justify-content: space-between;
    gap: 30px;
}

#conteneur .section-proprete {
    margin-bottom: 100px;
    position: relative;
}

#conteneur .section-services {
    max-width: none;
}

#conteneur .container-services-home {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
}

#conteneur .section-proprete::before {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 75%;
    background-image: url(/images/images/motif-points.png);
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(-15deg) translateX(-50%);
    background-size: contain; */
}

#conteneur .section-proprete h2,
#conteneur .section-services h2 {
    text-align: center;
    color: var(--gris-fonce);
}

#conteneur .section-proprete .quart,
#conteneur .section-services .quart {
    height: fit-content;

}

#conteneur .section-proprete .quart:last-of-type {
    height: auto;
}

#conteneur .section-services .quart:first-of-type {
    height: auto;
    position: relative;
}

#conteneur .section-services h2 {
    position: absolute;
    left :50%;
    transform: translateX(-50%);
    top: 0;
    
}

#conteneur .section-proprete .quart:first-of-type {
        margin-left: 30px;
    }

    #conteneur .section-proprete .quart:first-of-type .square-block:first-of-type {
        position: relative;
    }

    #conteneur .section-proprete .quart:first-of-type .square-block:first-of-type img {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40%;
        height: 40%;
        object-fit: contain;
        opacity: 0.05;
    }

#conteneur .section-services .quart:last-of-type {
    margin-right: 30px;
}

#conteneur .section-proprete .square-block,
#conteneur .section-services .square-block {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#conteneur .section-proprete .square-block:first-of-type {
    position: relative;
}

#conteneur .section-proprete .square-block:first-of-type h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#conteneur .section-proprete .square-block h3,
#conteneur .section-services .square-block h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    text-align: center;
    color: var(--blanc);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    background-color: var(--gris-fonce);
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: var(--fontsize-h4);
}
#conteneur .section-proprete .square-block:last-child,
#conteneur .section-services .square-block:last-child {
    margin-top: 30px;
}


#conteneur .section-proprete .square-block img,
#conteneur .section-services .square-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

#conteneur .section-proprete .square-block:hover img,
#conteneur .section-services .square-block:hover img {
    filter: grayscale(0%);
}

#conteneur .section-proprete .color-block {
    background-color: var(--blue);
    height: 100%;
    margin-top: 125px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    color: var(--blanc);
    gap: 15px;
    min-width: 400px;
    margin-right: 30px;
    position: relative;
}

#conteneur .section-proprete .color-block::before {
    content: '';
    position: absolute;
    top: -125px;
    left: 0;
    width: 100%;
    height: 125px;

    background-color: var(--blue);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}




#conteneur .section-actus {
    max-width: 1300px;
    margin: auto;
    justify-content: space-between;
    column-gap: 50px;
}

#conteneur .section-actus .tiers {
    position: relative;
    aspect-ratio: 3/4;
    padding: 0;
}

#conteneur .section-actus .tiers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#conteneur .section-actus .tiers .container-txt-actus {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    text-align: center;
    color: var(--blanc);
    background-color: var(--gris-fonce);
    height: 30%;
}




@media screen and (max-width: 1300px) {

}


#conteneur .section-services .color-block  {
    background-color: var(--gris-fonce);
    height: 100%;
    margin-top: 25%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    color: var(--blanc);
    gap: 15px;
    min-width: 400px;
    margin-left: 30px;
}


#conteneur .section-proprete .color-block p,
#conteneur .section-services .color-block p {
    line-height: 1.5;
    margin-top: 30px;
}

#conteneur .section-proprete .color-block a,
#conteneur .section-services .color-block a {
    margin-top: auto;
    border-radius: 50px;
    margin-bottom: 25%;
}





@media screen and (min-width: 1300px) {
    #conteneur .section-proprete .quart,
    #conteneur .section-services .quart {
        flex: 1 ;
        width: auto;
    }

    #conteneur .a-propos-home .col_img {
        aspect-ratio: 5/3;
    }

    #conteneur .a-propos-home .m_bloc_droit {
        padding-right: 0;
    }
}



@media screen and (max-width: 1300px) {

    #conteneur .section-proprete,
    #conteneur .container-services-home {
        gap: 30px;
        justify-content: center;

    }


    #conteneur .section-proprete .quart:not(.nogap), #conteneur .section-proprete .troisquart:not(.nogap),
    #conteneur .section-services .quart:not(.nogap), #conteneur .section-services .troisquart:not(.nogap) {
        width: calc(50% - 30px);
    }

    #conteneur .section-proprete .color-block,
    #conteneur .section-services .color-block {
        margin-top: 0;
    }

    #conteneur .section-proprete .quart:first-of-type {
        margin-left: 0;
    }

    #conteneur .section-services .quart:last-of-type {
        margin-right: 0;
    }

    #conteneur .section-proprete .color-block a,
    #conteneur .section-services .color-block a {
        margin-bottom: 0;
    }

    #conteneur .section-proprete .color-block {
        margin-right: 0;
        min-width: 0;
    }

    #conteneur .section-services .color-block {
        margin-left: 0;
        min-width: 0;
    }

    #conteneur .section-services .quart:first-of-type {
        display: flex;
        flex-direction: column;
    }

    #conteneur .section-services .quart:first-of-type .color-block {
        margin-top: auto;
        height: auto;
        min-height: 85%;
    }

    #conteneur .section-proprete .color-block::before {
        display: none;
    }

    #conteneur .section-actus {
        padding-inline: 30px;
    }

    #conteneur .section-actus .tiers {
        width: calc(50% - 30px);
    }

    #conteneur .section-actus .tiers img {
        height: 100%;
    }
    
    


}

@media screen and (max-width: 768px) {

    #conteneur .a-propos-home .motif-toit-title {
        max-width: 80%;
    }

    #conteneur .section-proprete .quart:not(.nogap), #conteneur .section-proprete .troisquart:not(.nogap),
    #conteneur .section-services .quart:not(.nogap), #conteneur .section-services .troisquart:not(.nogap) {
        width: 100%;
        padding-inline: 10px;
    }

    #conteneur .section-proprete .quart:first-of-type .square-block:first-of-type {
        aspect-ratio: auto;
        min-height: 150px;
    }

    #conteneur .section-services .quart:first-of-type .color-block {
        min-height: 0;
    }

    #conteneur .section-services .color-block a {
        margin-top: 50px;
    }

    #conteneur .section-services h2{
        position: relative;
        width: fit-content;
        margin-block: 100px
}


    #conteneur .a-propos-home .m_bloc_droit p {
        text-align: center;
    }

    #conteneur .a-propos-home .m_bloc_droit {
        align-items: center;
    }

    #conteneur .section-actus {
        padding-inline: 20px;
    }

    #conteneur .section-actus .tiers {
        width: calc(100% - 30px);
    }

    #conteneur #intro-home .infos-intro img {
        height: 100px;
        object-fit: cover;
    }
}


/* ------------------------- PAGE INTERNE -------------------------------------------*/

#conteneur #hero-page {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    /* margin-bottom: 100px; */
    position: relative;
}

#conteneur #hero-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gris-fonce);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

#conteneur #hero-page h1 {
    color: white;
    padding: 20px 40px;
    background: var(--blue);
    position: relative;
    max-width: calc(100% - 30px);
    padding-left: 200px;
    padding-right: 150px;
    z-index: 2;
    min-height: 100px;
    height: auto;
    /*clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
    */text-transform: uppercase;
    font-weight: 400;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}



/* #conteneur #hero-page h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background-color: var(--blue);
    clip-path: polygon(0 0, 100% 0, 30% 100%, 0% 100%);
    z-index: 1;
} */

#conteneur #hero-page h1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    z-index: 0;
    background-color: var(--gris-clair);
    clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
    #conteneur #hero-page h1 {
        padding-inline: 25px;
        font-size: 30px;
        min-height: auto;
    }

    #conteneur #hero-page h1::before {
        left: -100px;
    }

    #conteneur #hero-page h1::after {
        left: -100px;
        }
}


.cat_103 #conteneur .grid {
    margin: 80px 0;
}

#conteneur .contact-form {
    max-width: var(--container-width);
    margin: 0 auto;
    padding-top: 80px;
}

#conteneur .form_contact * {
    font-family: "nort", sans-serif;
}
#conteneur .form_contact #main_cont {
    margin: 80px auto 0;
    /* max-width: var(--container-width); */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    
}
#conteneur .form_contact #main_cont_foot {
    margin: 20px auto 80px;
    max-width: var(--container-width);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#conteneur .form_contact .obligatoire {
    width: 100%;
    font-size: var(--fontsize-small);
}
#conteneur .form_contact .obligatoire span {
    margin-right: 5px;
}
#conteneur .form_contact .bloc {
    line-height: 1;
    width: calc(50% - 10px);
}

@media screen and (max-width: 900px) {
    #conteneur .form_contact .bloc {
        width: 100%;
    }
}
#conteneur .form_contact .bloc.t_checkbox {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#conteneur .form_contact .button-validation {
    padding: 20px 30px;
    background-color: var(--jaune);
    color: var(--bleu);
    font-size: var(--fontsize-txt);
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    height: fit-content;
    border: solid 1px var(--jaune);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#conteneur .form_contact .bloc.form_textarea, #conteneur .form_contact .bloc:last-child {
    width: 100%;
}
#conteneur .form_contact .bloc.form_textarea textarea {
    height: 100px;
}
#conteneur .form_contact .bloc #bouton_valide {
    display: flex;
    justify-content: flex-end;

}
#conteneur .form_contact .bloc.form_select .input-select {
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: var(--fontsize-txt);
    background-color: var(--gris-tresclair);
    border: none;
    border-radius: 0;
}
#conteneur .form_contact .bloc_nom,
#conteneur .form_contact .bloc_prenom,
#conteneur .form_contact .bloc_tel,
#conteneur .form_contact .bloc_email {
    width: calc(50% - 10px);
}
#conteneur .form_contact .bloc_adresse,
#conteneur .form_contact .bloc_message {
    width: 100% !important;
}
#conteneur .form_contact .bloc_cp {
    width: 33% !important;
}
#conteneur .form_contact .bloc_ville {
    width: calc(67% - 20px) !important;
}

#conteneur .form_contact input:not([type="checkbox"]):not([type="submit"]) {
    height: 40px;
    padding: 5px;
    width: 100%;
    font-size: var(--fontsize-txt);
    /* background-color: var(--gris-tresclair); */
}
#conteneur .form_contact textarea {
    width: 100%;
    padding: 8px;
    font-size: var(--fontsize-small);
}
#conteneur .form_contact label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
    color: var(--blue);
    font-family: "inter", sans-serif;
    padding-bottom: 10px;
    
}
#conteneur .form_contact input, #conteneur .form_contact textarea {
    /* border: 1px solid var(--noir);
    border-radius: 3px; */
}
#conteneur .form_contact input:focus-visible, #conteneur .form_contact textarea:focus-visible {
    outline: none;
    border-color: var(--blue);
}
#conteneur .form_contact .rgpd_notice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
#conteneur .form_contact .rgpd_notice input {
    width: 18px;
    height: 18px;
}
#conteneur .form_contact .rgpd_notice label {
    font-weight: 400;
    width: fit-content;
    font-size: var(--fontsize-small);
}
#conteneur .form_contact .info_rgpd_retrait {
    font-size: var(--fontsize-small);
}
#conteneur .form_contact .bloco {
    display: block;
    width: 100%;
    text-align: center;
}
#conteneur .form_contact .bloco input[type="submit"] {
    background: var(--blue);
    border-color: var(--blue);
    color: white;
    cursor: pointer;
    padding: 18px 36px;
    font-weight: 700;
    font-size: 17px;
    border-radius: 0;
}

#map {
    height: 450px; 
    width: 100%;
    margin-bottom: 50px;
    outline: none;
}
#super_cont .leaflet-popup-content-wrapper {
    border-radius: 5px;
    box-shadow: none;
    background-color: var(--noir);
}
#super_cont .leaflet-popup-content {
    margin: 10px;
    font-family: "nort", sans-serif;
    color: white;
    text-align: center;
    font-size: var(--fontsize-xsmall);
}
#super_cont .leaflet-popup-content strong {
    font-size: var(--fontsize-txt);
}
#super_cont .leaflet-popup-tip {
    box-shadow: none;
    background-color: var(--noir);
}
#super_cont .leaflet-popup-close-button {
    color: #bbb;
}

#conteneur .legal h2:not(:first-child) {
    margin-top: 40px;
}


#conteneur .section-postes-ouvert {
    gap: 40px;
}

#conteneur .section-postes-ouvert .quart {
    width: calc(50% - 20px);
}

@media screen and (max-width: 900px) {
    #conteneur .section-postes-ouvert .quart {
        width: 100%;
    }
}

#conteneur .section-postes-ouvert .quart h4 {
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
#conteneur .section-postes-ouvert .quart h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 4px;
    background-color: var(--jaune);
}

#conteneur .section-postes-ouvert .quart ul li {
    text-align: left;
}

/* PAGE EQUIPE */

#conteneur .section-photo-equipe img{
    padding: 30px 60px 0;
}

#conteneur .container-title-about {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



#conteneur .section-associes h2 {
    width: fit-content;
    text-align: center;
}

#conteneur .section-associes .container-associes {
    max-width: var(--container-width);
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#conteneur .section-associes .tiers,
#conteneur .section-salaries .half {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


@media (max-width: 1024px) {

    #conteneur .section-associes .container-associes {
        justify-content: center;
        gap: 40px;
    }


    #conteneur .section-associes .tiers,
    #conteneur .section-salaries .half {
        width: 40%;
    }
}

@media (max-width: 768px) {
    #conteneur .section-associes .tiers,
    #conteneur .section-salaries .half {
        width: 100%;
    }
}

#conteneur .section-associes {
    justify-content: space-between;
    max-width: none;
    background-color: #F3F3F4;
}

#conteneur .section-associes .tiers h3,
#conteneur .section-salaries .half h3 {


    color: var(--blanc);
    text-align: center;
    text-transform: uppercase;
}

#conteneur .section-associes .tiers .container-nom,
#conteneur .section-salaries .half .container-nom {
    position: absolute;
    background: var(--gris-fonce);
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 5px var(--blue);
    padding-bottom: 0

}

#conteneur .section-associes .tiers .container-nom .role,
#conteneur .section-salaries .half .container-nom .role {
    font-family: "lumios-marker", sans-serif;
    font-weight: 400;
    color: var(--gris-clair);
    font-size: var(--fontsize-h3);
}




#conteneur .section-associes .tiers img,
#conteneur .section-salaries .half img {
    order: 1;
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}

#conteneur .section-associes .tiers p,
#conteneur .section-salaries .half p {
    order: 2;
    margin-top: 20px;
}

#conteneur .section-salaries {
    justify-content: space-around;
}



#conteneur .section-proprete-services {
    max-width:none;
}

#conteneur .section-proprete-services h2 {
    letter-spacing: 0;
}

#conteneur .section-proprete-services .wrapper-proprete-services {
    max-width: var(--container-width);
    margin: auto;
    display: flex;
    gap: 20px;  
}

@media screen and (max-width: 1024px) {
    #conteneur .section-proprete-services .wrapper-proprete-services {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    #conteneur .section-proprete-services .wrapper-proprete-services .half {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #conteneur .section-proprete-services .wrapper-proprete-services .half {
        width: 90%;
    }
}

#conteneur .bg-grey{
    background-color: #F3F3F4;
}

#conteneur .section-proprete-services .half.col_img {

    overflow: visible;
}

#conteneur .section-proprete-services .half.col_txt {
    justify-content: flex-start;
    gap: 30px;
}

#conteneur .section-proprete-services .half.col_txt .citation {

    font-size: var(--fontsize-h5);
    color: var(--gris-clair);
    font-style: italic;
}

#conteneur .section-proprete-services .half.col_txt a {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: auto;
}



#conteneur .row-partenaire .block-title {
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: white;
}

#conteneur .row-partenaire .quart {
    display: flex;
    align-items: center;
    justify-content: center;
}

#conteneur .head_actu {
    max-width: var(--container-width);
    margin: auto;
}

#conteneur #cont_actu {
    margin: auto;
}

#conteneur #cont_actu #cont_spe h2 {
    display: none;
}

#conteneur #cont_actu #cont_spe ul{
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

#conteneur #cont_actu #cont_spe ul .actu{
    width: calc(33.3% - 35px);
    aspect-ratio: 3/4;
    object-fit: cover;
    padding: 0;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1300px) {
    #conteneur #cont_actu #cont_spe ul .actu {
        width: 45%;
    }
}

@media (max-width: 576px) {
    #conteneur #cont_actu #cont_spe ul .actu {
        width: 100%;
        margin: auto;
    }
}

#conteneur #cont_actu #cont_spe ul .actu .ac_sta_left{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
    margin-top: auto;
    height: fit-content;
    background-color: var(--blanc);
    padding: 20px 20px 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 125px;
}

#conteneur #cont_actu #cont_spe ul .actu .date_actu{
    display: flex;
    flex-direction: row;
    /* background-color: var(--blue); */
    color: var(--blue);
    /* padding-inline: 20px; */
    width: fit-content;
    color: rgba(3, 32, 75, 0.5);
    /* clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%); */
    
}

#conteneur #cont_actu #cont_spe ul .actu .date_actu .da_date,
#conteneur #cont_actu #cont_spe ul .actu .date_actu .da_mois{
    position: relative;
}

#conteneur #cont_actu #cont_spe ul .actu .date_actu .da_date::after,
#conteneur #cont_actu #cont_spe ul .actu .date_actu .da_mois::after{
    content: "-";
    padding-left: 2px;
}

#conteneur #cont_actu #cont_spe ul .actu .titre {
    position: relative;
    width: 100%;
    font-size: var(--fontsize-h3);
    color: var(--blue);
    text-align: left;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



#conteneur #cont_actu #cont_spe ul .actu .titre a {
    color: var(--bleu);  
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    font-family: Inter;


}

#conteneur #cont_actu #cont_spe ul .actu .container-bottom-actu .lnk_more {
    color: var(--blanc);
    font-size: var(--fontsize-txt);
    margin-left: auto;
    display: block;
    text-align: right;
    text-decoration: none;
    color: var(--gris-clair);
    color: rgba(3, 32, 75, 0.5);
    padding-top: 0;
    
}

#conteneur #cont_actu #cont_spe ul .actu > a {
    width: 100%;
    

}

#conteneur #cont_actu #cont_spe .container-bottom-actu {
    background-color: var(--blanc);
    /* padding-inline: 20px; */
    /* height: 125px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


#conteneur .cont_actu_head > div {
    width: 50%;
}

#conteneur .head_actu .cont_actu_head {
    display: flex;
    gap: 50px;
}

#conteneur .head_actu .cont_actu_head > div {
    width: 50%;
}

#conteneur .head_actu {
    padding-inline: 30px;
}


@media screen and (max-width: 959px) {



    #conteneur .head_actu .cont_actu_head {
        flex-direction: column; 
    }


    #conteneur .head_actu .cont_actu_head > div {
        width: 100%;
    }
}

#conteneur .head_actu .cont_actu_head .clear {
    display: none;
}


#conteneur .head_actu, #conteneur #liste_actus {
    /* max-width: var(--container-width); */
    margin: auto;
}

#conteneur #liste_actus {
    padding-top: 120px;
    /* background-color: #F3F3F4; */
}

#conteneur #liste_actus .liste-actus-wrapper {
    max-width: var(--container-width);
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

#conteneur #liste_actus .liste-actus-wrapper .btn-facebook-share {
    margin-top: 25px !important;
    margin-left: auto;
}


#conteneur #liste_actus .l_actu {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--blanc);
    position: relative;
    min-height: 400px;
}

@media screen and (max-width: 959px) {
    #conteneur #liste_actus .l_actu {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 576px) {
    #conteneur #liste_actus .l_actu {
        width: 100%;
    }

    #conteneur #cont_actu #cont_spe .container-bottom-actu {
        padding-top: 10px;
    }
}



#conteneur #liste_actus .l_actu .l_date {
   position: absolute;
   top: 0;
   left: 0;
   background-color: var(--blue);
   color: white;
   padding: 10px 50px 10px 20px;

   clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);

   
}


#conteneur #liste_actus .l_actu .l_img {
    order: 0;
    aspect-ratio: 4/3;
}

#conteneur #liste_actus .l_actu .l_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#conteneur #liste_actus .l_actu .l_titre {
    order: 1;
    padding-inline: 20px;
}

#conteneur #liste_actus .l_actu .l_titre a {
    text-transform: uppercase;
    font-size: var(--fontsize-h5);
    font-weight: 600;
    text-decoration: none;
}

#conteneur #liste_actus .l_actu .l_actu_det {
    order: 2;
    padding-inline: 20px;
}

#conteneur #liste_actus .l_actu .zoom {
    order: 5;
    padding-inline: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: fit-content;
    margin-left: auto;
}

#conteneur #liste_actus .l_actu .zoom a {
    text-decoration: none;
    color: var(--blue);
}

#conteneur #liste_actus .l_actu .clear {
    display: none;
}

#conteneur .retour-actu {
    margin-right: auto;
    width: 100%;
}

#conteneur .single-actu-wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

#conteneur .single-actu-wrapper .h2 {
    margin-left: 40px;
}

@media screen and (max-width: 1024px) {
    #conteneur .single-actu-wrapper {
        flex-direction: column;
    }
    #conteneur .single-actu-wrapper img {
        width: 100%;
    }



}

#conteneur .actu_full {
    position: relative;
    width: 100%;
}

#conteneur .actu_full .da_date {
    color: rgba(3, 32, 75, 0.5);
    /* padding-left: 40px; */
    font-size: var(--fontsize-subtitle);

}

#conteneur .actu_full .contenu img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    margin-block: 25px;
}

#conteneur .single-actu-wrapper img,
#conteneur .single-actu-wrapper .contenu {
    flex: 1;
}

#conteneur .single-actu-wrapper .contenu {
    display: flex;
    flex-direction: column;
}


#conteneur .single-actu-wrapper img {
    object-fit: cover;
}




#conteneur .contact-info {
    max-width: var(--container-width);
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

#conteneur .contact-info > p, 
#conteneur .contact-info > div {
    width: 30%;
}



#conteneur .carousel-logo .wrap{
    max-width: var(--container-width);
    margin: auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

@media (max-width: 960px) {
    #conteneur .contact-info > p,
    #conteneur .contact-info > div {
        width: 100%;
        max-width: 500px;
    }
}

#conteneur .contact-info > p {
    background-color: var(--gris-fonce);
    color: var(--blanc);
    padding: 40px;
    text-transform: uppercase;
    font-size: var(--fontsize-h5);
}

#conteneur .contact-info .contact-details {
    display: flex;
    flex-direction: column;
}

#conteneur .contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

#conteneur .contact-info .contact-item i {
    color: var(--blue) !important;
    margin-right: 10px;
}

#conteneur .contact-info .contact-item a {
    font-style: normal;
    text-decoration: none !important;
    font-weight: 300;
}

#conteneur .filtres-rea {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    gap: 10px;
    margin-top: 100px;
}

@media screen and (max-width: 900px) {
    #conteneur .filtres-rea {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        padding-inline: 20px;
    }
}

@media screen and (max-width: 578px) {
    #conteneur .filtres-rea {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
}



#conteneur .filtres-rea .btn-filtre {
    padding: 10px ;
    border: solid 1px var(--blue);
    color: var(--blue);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

#conteneur .filtres-rea .btn-filtre.active,
#conteneur .filtres-rea .btn-filtre:hover {
    color: var(--blanc);
    background-color: var(--blue);
}



#conteneur #cont_prod {
    display: flex;
    max-width: var(--container-width);
    margin: auto;
    /* padding-top: 80px; */
    flex-wrap: wrap;

}

#conteneur #cont_prod .box_prod {
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    #conteneur #cont_prod .box_prod {
        flex: 0 0 50%;
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    #conteneur #cont_prod .box_prod {
        flex: 0 0 100%;
        width: 100%;
    }
}

#conteneur #cont_prod .box_prod img.paysage {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;

}

@media screen and (max-width: 900px) {
    #conteneur #fiche_colgauche {
        margin-top: 80px;
    }
}


@media screen and (max-width: 768px) {
    #conteneur #fiche_colgauche {
        margin-top: 120px;
    }
}


#conteneur #fiche_colgauche .img_zoom {
    display: none;
}


#conteneur #fiche_colgauche .main_img {
    width: 100%;
    aspect-ratio:16/9;
    object-fit: cover;
    min-height: 350px;
}

#bloc_info_produits {
    max-width: 1300px;
    margin: auto;
    /* padding-top: 50px; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-inline: 20px;
}

#bloc_info_produits a {
    text-decoration: none !important;
    color: var(--blue);
    
}

#vignettes_img.section-trait-gris {
    margin-bottom: 0;
}

#bloc_info_produits .description_produit {
    width: 100%;
}


.box_prod .table-container-img {
    width: 100%;
}


.box_prod .table-container-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* --------------------------------------------------------------
   ------------------------- LEGAL -------------------------
   -------------------------------------------------------------- */

#conteneur .legal {
    max-width: var(--container-width);
    margin: auto;
    padding-top: 50px;
}

#conteneur .legal h2 {
    text-transform: uppercase;
    font-size: var(--fontsize-h5);
    font-weight: 600;
    letter-spacing: 0;
    padding-block: 20px;
    width: fit-content;
    min-width: 300px;
    color: var(--blue);
}

/* --------------------------------------------------------------
   ------------------------- RESPONSIVE -------------------------
   -------------------------------------------------------------- */

@media (max-width: 1300px) {
    :root {
        --container-width: calc(100% - 30px);
    }
    #conteneur #intro-home .m_bloc_gauche {
        width: 300px;
        padding-right: 0px;
        /* gap: 30px; */
    }
    #conteneur #intro-home .m_bloc_droit {
        /* width: calc(100% - 230px); */
        min-height: 600px;
    }
    #conteneur #intro-home .m_bloc_gauche::before {
        right: -80px;
        width: 160px;
    }
    #conteneur #intro-home .m_bloc_gauche::after {
        right: -130px;
    }
    #conteneur #intro-home .m_bloc_gauche p {
        /* padding-left: 20px; */
    }
}

@media (max-width: 1024px) {
    #conteneur #intro-home {
        display: flex;
        /* flex-direction: column-reverse; */
        padding-bottom: 50px;
        /* h    eight: auto; */
        /* height: auto; */
    }
    #conteneur #intro-home .m_bloc_droit {
        width: 100%;
    }
    #conteneur #intro-home .m_bloc_gauche {
        /* width: 100%;
        flex-direction: row; */
        /* gap: 0;
        background: #fff;
        padding: 10px 0; */
    }
    #conteneur #intro-home .m_bloc_gauche::before, #conteneur #intro-home .m_bloc_gauche::after {
        display: none;
    }
    #conteneur #intro-home::after {
        margin: 0;
    }
    #conteneur #intro-home .infos-intro {
        max-width: 100%;
        padding: 20px 20px 25px;
        text-align: left;
    }
    #conteneur #reals-home .m_bloc_gauche {
        padding: 20px;
    }
    #conteneur #reals-home .m_bloc_gauche p {
        margin-bottom: 0;
    }
    #conteneur #reals-home .m_bloc_gauche::after {
        right: -120px;
        width: 300px;
    }
    #conteneur #reals-home .temoignage {
        padding: 18px;
    }
    #foot_cont {
        gap: 20px;
    }

    #conteneur .section-photo-equipe img{
        padding: 30px 30px 0;
    }
}

@media (min-width: 901px) {
    #super_cont.scrolled #conteneur_nav #logo img {
        height: 60px;
        transition: all .3s ease-in-out;
    }
    #super_cont.scrolled #conteneur_nav {
        padding: 0.5rem 2rem;
    }
    #super_cont:not(.scrolled) #conteneur_nav .ul_first {
        top: 13px;
        position: relative;
    }
    #conteneur_nav .icons-small {
        display: none;
    }
}

@media (max-width: 900px) {
    #conteneur_nav {
        padding: 10px 20px 10px 10px;
    }
    #logo img {
        height: 80px;
    }
    #conteneur_nav .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }


    #conteneur_nav .all-menu-container {
        display: block;
        background: white;
        text-align: left;
        position: fixed;
        padding: 25px;
        right: -100%;
        width: calc(100% - 80px);
        transition: all .3s ease-in-out;
    }
    #conteneur_nav .all-menu-container::before {
        content: "";
        height: 100%;
        width: 80px;
        background-color: rgba(0, 0, 0, 0.7);
        left: -80px;
        top: 0;
        display: block;
        position: absolute;
        opacity: 0;
    }
    #conteneur_nav .all-menu-container.active {
        right: 0;
        transition: all .3s ease-in-out;
    }
    #conteneur_nav .all-menu-container.active::before {
        opacity: 1;
        transition: all .1s ease-in-out .3s;
    }
    #conteneur_nav .ul_first {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    #conteneur_nav .ul_first li a {
        color: var(--noir);
    }
    #conteneur_nav .ul_first li a span::before {
        background-color: var(--noir);
    }
    #conteneur_nav .top-menu {
        display: none;
    }
    #conteneur_nav .icons-small {
        display: flex;
        gap: 20px;
        margin-left: auto;
        margin-right: 40px;
    }
    #conteneur_nav .icons-small a {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }
    #conteneur_nav .icons-small i {
        color: var(--blue);
        font-size: 20px;
    }
    #conteneur_nav .ul_first > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }


    #conteneur_nav .ul_first > li table + i {
        color: var(--noir);
        display: inline-block;
        font-size: 21px;
        margin-left: 12px;
    }
    #conteneur_nav .ul_first li ul {
        position: relative;
        width: 100%;
        background-color: #f5f5f5;
        box-shadow: none;
    }
    #conteneur_nav .ul_first li ul.active {
        display: block;
    }

    #conteneur #intro-home .m_bloc_gauche {
        width: 275px;
    }

    #conteneur .section-txt-img .col_img {
        height: 500px;
        width: 100%;
    }

    #conteneur .section-txt-img .col_img img {
        padding-left: 0;
    }

    #conteneur .section-txt-img .bloc-img .btn-over-img {
        bottom: 0;
        right: 0;
        left: unset
    }


}

@media (max-width: 768px) {
    :root {
        --fontsize-txt: 16px;
    }
    /* Réaffectation des valeurs prédéfinies au responsive */
    .huge-padding {
        padding: 40px;
    }
    .big-padding {
        padding: 30px;
    }
    .normal-padding {
        padding: 20px;
    }
    .xs-padding {
        padding: 10px;
    }
    .xxs-padding {
        padding: 8px;
    }
    .topbtm-huge-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .topbtm-big-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .topbtm-normal-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .topbtm-xs-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .topbtm-xxs-padding {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .top-huge-padding {
        padding-top: 40px;
    }
    .top-big-padding {
        padding-top: 30px;
    }
    .top-normal-padding {
        padding-top: 20px;
    }
    .top-xs-padding {
        padding-top: 10px;
    }
    .top-xxs-padding {
        padding-top: 8px;
    }
    .btm-huge-padding {
        padding-bottom: 40px;
    }
    .btm-big-padding {
        padding-bottom: 30px;
    }
    .btm-normal-padding {
        padding-bottom: 20px;
    }
    .btm-xs-padding {
        padding-bottom: 10px;
    }
    .btm-xxs-padding {
        padding-bottom: 8px;
    }
    /* Reste du responsive */
    body .tiers, body .flex:not(.left_right_full) .tiers, body .deuxtiers, body .deuxtiers:not(.nogap), body .half, body .half:not(.nogap) {
        width: 100%;
    }
    body .quart, body .troisquart {
        width: 50%;
    }
    body .quart:not(.nogap), body .troisquart:not(.nogap) {
        width: calc(50% - 5px);
    }
    body .blocdeuxcolsimggauche.flex {
        flex-direction: column-reverse;
    }
    body .col_img img {
        position: relative;
        max-height: 500px;
    }
    body .responsive-reverse {
        flex-direction: column-reverse;
    }
    #conteneur #hero-page {
        /* margin-bottom: 100px; */
    }

    #conteneur #avantages-home .tiers h3 {
        padding-bottom: 0;
    }
    .left_right_full .col_txt {
        padding: 30px 15px;
    }
    #conteneur #intro-home .m_bloc_droit {
        min-height: 550px;
    }
    #conteneur #reals-home .flex {
        flex-direction: column-reverse;
    }
    #conteneur #reals-home .m_bloc_gauche::after {
        display: none;
    }
    #conteneur #services-home .tiers {
        width: 100%;
        max-width: 500px;
    }
    #conteneur #services-home .tiers, #conteneur #avantages-home .tiers {
        padding-bottom: 0;
    }
    #conteneur #services-home .tiers h3 {
        padding-bottom: 10px;
    }
    #conteneur #services-home .tiers h3::after {
        bottom: 0px;
    }
    #conteneur #reals-home .temoignage {
        max-width: calc(100% - 20px);
        width: auto;
    }
    #foot_cont {
        flex-wrap: wrap;
    }
    #prefooter {
        flex-wrap: wrap;
    }
    #prefooter .col-left {
        width: 100%;
        padding: 20px 40px 20px 40px;
    }

    #prefooter .col-left .titre {
        margin-bottom: 10px;
    }
    #prefooter .col-right {
        width: 100%;
        padding: 30px ;
        padding-left: 15px;
    }



    #prefooter .col-right img {
        width: 100%;
    }

    #footer .wrap .footer_bloc {
        width: calc(50% - 10px);
        flex: auto;
    }

    #conteneur #intro-home .m_bloc_gauche {
        width: 225px;
        padding-left: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 500px) {
    body .quart, body .troisquart, body .quart:not(.nogap), body .troisquart:not(.nogap) {
        width: 100%;
    }
    #footer .wrap .footer_bloc {
        width: 100%;
    }
    #footer .wrap .footer_bloc:first-child {
        display: none;
    }
}



/* ANCIEN STYLE */

/* #actu_grille_cont {
    width: 100%;
    height: <? echo $hdiap; ?>px;
    border: 1px solid;
    position: relative;
  }
  .bloc_actu_grille {
    position: absolute;
  }
  .bloc_actu_grille.bag_all {
    width: 100%;
    height: 100%;
  }
  .bloc_actu_grille.bag_ba {
    width: 100%;
    height: 50%;
    top: 50%;
  }
  .bloc_actu_grille.bag_la {
    width: 50%;
    height: 100%;
    top: 0%;
    left: 0;
  }
  .bloc_actu_grille.bag_ra {
    width: 50%;
    height: 100%;
    top: 0%;
    left: 50%;
  }
  .bloc_actu_grille.bag_ta {
    width: 100%;
    height: 50%;
    top: 0%;
    left: 0;
  }
  .bloc_actu_grille.bag_lb {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 0;
  }
  .bloc_actu_grille.bag_lt {
    width: 50%;
    height: 50%;
    top: 0%;
    left: 0;
  }
  .bloc_actu_grille.bag_rt {
    width: 50%;
    height: 50%;
    top: 0%;
    left: 50%;
  }
  .bloc_actu_grille.bag_rb {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
  }
  .camera_wrapall,
  .camera_wrapba,
  .camera_wrapla,
  .camera_wrapra,
  .camera_wrapta,
  .camera_wraplb,
  .camera_wraplt,
  .camera_wraprt,
  .camera_wraprb {}
  
  .camera_caption {
    color: #fff;
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
  }
  .camera_caption > div {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)) repeat scroll 0 0;
    padding: 10px 20px;
  } */
  .tarteaucitronPartnersList *{
    color: #fff !important;
}

#diap_index {
    display: block;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative
}

#gal_foot {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center
}
#gal_foot a {
    box-shadow: 0 5px 7px -7px #000;
    display: block;
    float: none;
    height: 300px;
    overflow: hidden;
    width: auto;
    flex: 1;
    background-size: cover;
    background-position: center
}
#gal_foot .paysage a img {
    padding: 0;
    height: 200px
}
#gal_foot .portrait a img {
    padding: 0;
    width: 200px
}
#gal_foot .img_foot {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px 12px;
    box-shadow: 0 5px 15px -8px #000;
    background-size: cover;
    background-position: center
}
#gal_foot .img_foot a span.caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    color: #fff;
    display: none;
    height: 26px;
    line-height: 12px;
    margin-bottom: -30px;
    padding: 2px 5px;
    position: relative;
    text-align: center;
    top: 150px;
    width: 190px
}
#gal_foot .img_foot a:hover span.caption {
    display: block
}
#gal_foot.full .paysage a img {
    width: 100%;
    height: 100%;
    opacity: 0
}
#gal_foot.full .portrait a img {
    width: 100%;
    height: 100%;
    opacity: 0
}
#gal_foot.full .img_foot {
    width: 100%;
    height: 300px;
    margin: 0;
    background-size: cover;
    background-position: center
}

#gal_right {
    float: right;
    overflow: hidden;
    padding: 10px;
    width: 125px
}
#gal_right a {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 7px -3px #000;
    display: block;
    float: left;
    margin: 2px 3px;
    padding: 3px;
    width: 120px
}
#gal_right a img {
    width: 120px;
    overflow: hidden
}