/*
Kate style
*/

/******************/
/*******VAR********/
/******************/
:root{
    --wh: #ffffff;
    --blk: #32373B;
    --kate: #0016b7;
    --rad90: 90px;
    --black: #1A171B;              /* noir */
    --blue: #009EE0;              /* bleu */
    --dark_grey: #575756;
    --med_grey: #C0C0C0;
    --light_grey: #EEEEEE;
}


/******************/
/*******LIENS******/
/******************/
a:link {
color: var(--blk);
}
a:visited {
color: var(--blk);
}
a:active,
a:hover {
color: var(--blue);
}

/******************/
/******POLICES*****/
/******************/
/* MONTSERRAT - sans serif */

/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-v29-latin-italic.woff2') format('woff2');
}

/* montserrat-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat/montserrat-v29-latin-500.woff2') format('woff2');
}

/* montserrat-500italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/montserrat/montserrat-v29-latin-500italic.woff2') format('woff2');
}

/* montserrat-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat/montserrat-v29-latin-600.woff2') format('woff2');
}

/* montserrat-600italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/montserrat/montserrat-v29-latin-600italic.woff2') format('woff2');
}



/*global*/
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    color: var(--black);
}
h1, h2, h3, h4, h5, h6{
    display: block;
}


/*********************/
/*******CLASSICS******/
/*********************/

/* CLASSIC TITLES */
.classic_title_h1_dark {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
    color: var(--black);
}
.classic_title_h2_white {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 33px;
    color: var(--wh);
}
.classic_title_h2_dark {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 33px;
    color: var(--black);
}
.classic_title_h3_dark {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: var(--black);
}
.classic_title_h4_white {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: var(--wh);
}
.classic_title_h4_dark {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: var(--wh);
}
.classic_title_h2 .classic_title_h2_dark {
    padding-top: 12px;
}

/* CLASSIC BUTTONS */
.classic_blue_btn_right_arrow {
    display: inline-block;
    position: relative;
    padding: 18px 47px 18px 27px;
    margin: 1px 0 2px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--wh) !important;
    background-color: var(--blue);
    border-radius: 35px;
    transition: all 0.3s;
}
.classic_blue_btn_right_arrow:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 14px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/classic_btn_bs_right_arrow.svg) no-repeat center;
}
.classic_blue_btn_right_arrow:hover {
    padding: 19px 47px 20px 31px;
    margin: unset;
    color: var(--wh);
    transition: all 0.3s;
}
.page_hentry p:has(a.classic_blue_btn_right_arrow:hover) a {
    margin: 37px 0 13px;
}


/* CLASSIC LINK */
.a_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/******************/
/****STRUCTURE*****/
/******************/
.widzmain {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}


/******************/
/******HEADER******/
/******************/
.header_content {
    display: flex;
    flex-wrap: wrap;
    padding: 26px 0 9px;
}
#logo{
    position: relative;
    width: 214px;
    height: 36px;
    margin-right: 40px;
}
#logo img{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
}
#logo a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#header_nav {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#header_main_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 11px;
    margin: 0 40px 0 20px;
    flex: 1;
}
#header_main_nav .menu-header-menu-01-principal-container {
    display: block;
    width: 100%;
}
#header_main_nav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#header_main_nav ul li {
    display: inline-block;
    padding-bottom: 30px;
    margin: 0 10px;
}
#header_main_nav ul li.menu-item-has-children {
    padding-right: 20px;
}
#header_main_nav ul li a {
    display: block;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    color: var(--dark_grey);
}
#header_main_nav ul li.menu-item-has-children a {
    position: relative;
}
#header_main_nav ul li.menu-item-has-children ul li a {
    position: unset;
}
#header_main_nav ul li.menu-item-has-children ul li a:after {
    display: none;
}
#header_main_nav ul li.menu-item-has-children > ul {
    display: none;
}

#header_main_nav ul li ul li {
    width: 26%;
    margin: 0 5% 0 0;;
}
#header_main_nav ul li ul li:nth-child(3n) {
    margin-right: 0;
}
#header_main_nav ul li ul li.menu-item-object-cpt_agence {
    padding-left: 20px;
    background-image: url(../img/agence_picto_location.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
}
#header_main_nav ul li ul li a .category_thumbnail {
    float: left;
    display: block;
    width: 20px;
    height: auto;
    margin-right: 15px;
}
#header_main_nav ul li ul li a .category_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#header_main_nav ul li ul li a span {
    display: block;
    flex: 1;
}
#header_second_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 8px;
    width: auto;
}
#header_second_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 17px;
    background-color: var(--black);
    border-radius: 10px;
}
#header_second_nav ul li {
    position: relative;
    display: inline-block;
}
#header_second_nav ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--wh);
    border-radius: 90px;
    right: -5px;
    top: 42%;
    transform: translateY(calc(42% - 2.5px));
}
#header_second_nav ul li:last-of-type::after {
    width: 0;
    height: 0;
}
#header_second_nav ul li {
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 8px;
}
#header_second_nav ul li:first-of-type {
    margin-left: 17px;
}
#header_second_nav ul li a {
    display: block;
    padding: 7px 17px;
    text-decoration: none;
    color: var(--wh);
}


/******************/
/******FOOTER******/
/******************/

/* Bloc REASSURANCES */
/*********************/
.bloc_reassurance {
    background-color: #1D3C67;
}
.bloc_reassurance_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0 22px;
}
.bloc_reassurance_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bloc_rea_pic {
    display: block;
    object-fit: contain;
    max-width: 24px;
    max-height: 24px;
    margin-right: 10px;
}
.bloc_rea_pic img {
    display: block;
    width: 100%;
    height: auto;
}
.bloc_rea_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: var(--wh);
}
.footer_nav {
    background-color: var(--blue);
}
.footer_nav_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 49px 0 10px;
}
.footer_main_bloc_pic {
    position: relative;
    max-width: 368px;
    max-height: 318px;
    z-index: 1;
}
.footer_main_bloc_pic_content {
    position: relative;
    display: block;
    width: 368px;
    height: 318px;
    z-index: 2;
}
.footer_main_bloc_pic_content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}
.footer_main_bloc_pic_titles {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px 5px 10px 18px;
    background-color: var(--blue);
    border-radius: 9px 0 9px 0;
    z-index: 3;
}
.footer_main_bloc_pic_titles_content {
    position: relative;
}
.footer_main_bloc_pic_titles_content:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_bleu.svg) no-repeat;
    width: 20px;
    height: 25px;
    bottom: -10px;
    left: -38px;
}
.footer_main_bloc_pic_titles_content:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_bleu.svg) no-repeat;
    width: 20px;
    height: 24px;
    top: -38px;
    right: -5px;
}
.footer_pic_main_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 6px;
    color: var(--wh);
}
.footer_pic_main_subtitle {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 21px;
    text-decoration-line: underline;
    color: var(--wh);
    z-index: 1;
}
.footer_pic_main_subtitle:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../img/fleche_blanche_3_traits.svg) no-repeat;
    width: 13px;
    height: 13px;
    right: 2px;
    bottom: 5px;
    transition: all 0.3s;
    z-index: 2;
}
.footer_main_bloc_pic_link.a_link {
    z-index: 4;
}
.footer_main_bloc_pic:hover .footer_pic_main_subtitle:after {
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.widget_footer_cols {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 103px;
}
#footer_col_01,
#footer_col_02,
#footer_col_03 {
    display: block;
    max-width: 204px;
}
#footer_col_01 .widget_title,
#footer_col_02 .widget_title,
#footer_col_03 .widget_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--wh);
}
#footer_col_01 ul li a,
#footer_col_02 ul li a,
#footer_col_03 ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-decoration: none;
    color: var(--wh);
}
#footer_col_02 .footer_cols_btn {
    display: block;
    margin-top: 30px;
}
.footer_cols_btn_tel,
.footer_cols_btn_download {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 18px 18px 14px 19px;
    margin-bottom: 15px;
    background-color: var(--wh);
    border-radius: 7px;
    gap: 13px;
}
.footer_cols_btn_tel {
    background-color: var(--blue);
}
#footer_col_02  .footer_cols_btn_tel {
    background-color: var(--wh);
}
.footer_cols_btn_tel,
.footer_cols_btn_download_btn {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
    color: var(--blue);
}
.footer_cols_btn_download_btn {
    color: var(--wh);
}
#footer_col_02  .footer_cols_btn_download_btn {
    color: var(--blue);
}
.bloc_nav_btn_pic {
    display: block;
    width: 27px;
    height: 26px;
}
.bloc_nav_btn_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer_nav .bloc_nav_btn_pic img{
    object-fit: cover;
}
.footer_cols_btn_download {
    position: relative;
}
.footer_bloc_rs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 33px;
    gap: 9px;
}
.bloc_rs_pic {
    display: block;
    max-width: 24px;
    max-height: 24px;
}
.bloc_rs_pic img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#footer_legals {
    display: block;
    background-color: var(--blue);
}
#footer_legals ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 44px;
}
#footer_legals ul li {
    display: inline-block;
    padding: 35px 0;
}
#footer_legals ul li a {
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    color: var(--wh);
}
/* Boutons STICKY VERTICAUX */
.sticky_btn.footer_cols_btn_tel,
.sticky_btn.footer_cols_btn_download {
    position: fixed;
    right: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 18px 8px 16px 8px;
    border-radius: 0 7px 7px 0;
    z-index: 100;
}
.sticky_btn.footer_cols_btn_download {
    top: 167px;
    background-color: var(--black);
}
.sticky_btn.footer_cols_btn_tel {
    top: 323px;
}
.sticky_btn.footer_cols_btn_tel .bloc_nav_btn_pic img {
    transform: rotate(-180deg);
}

/********************/
/******* CHAPO ******/
/********************/
.chapo_classic {
    position: relative;
    display: block;
    margin-bottom: 21px;
    z-index: 1;
}
.chapo_classic_thumb {
    position: relative;
    display: block;
    max-width: 1118px;
    height: auto;
    z-index: 2;
}
.chapo_classic_thumb:after {
    display: none;
    position: absolute;
    content: '';
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 24px;
    top: 144px;
    right: 0;
    z-index: 3;
}
.page-template-page_actus .chapo_classic_thumb:after {
    top: 159px;
}
.page-template-page_accueil .chapo_classic_thumb:after {
    display: none;
}
.chapo_classic_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 21px;
}
.chapo_classic_thumb_page {
    height: 424px;
}
.page-template .chapo_classic_thumb img,
.category .chapo_classic_thumb img,
.tax-categorie_realisation .chapo_classic_thumb img,
.tax-faq_thematique .chapo_classic_thumb img {
    max-height: 424px;
}
.page-template-page_accueil .chapo_classic_thumb img {
    max-height: 601px;
}
.chapo_classic_content {
    position: absolute;
    display: inline-block;
    max-width: 505px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 31px 46px 38px 42px;
    border-radius: 21px 0;
    background-color: var(--wh);
    z-index: 3;
}
.chapo_classic_content:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 24px;
    top: -24px;
    right: 161px;
    z-index: 3;
}
.page-template-page_accueil .chapo_classic_content:after {
    right: 0;
}
.chapo_classic_container {
    position: relative;
    min-height: 57px;
}
.chapo_classic_container:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 25px;
    bottom: -38px;
    left: -62px;
}
.single-cpt_produit .chapo_classic_container:before {
    display: none;
}
.chapo_classic_content.no_pic {
    position: unset;
    display: block;
    width: 100%;
    max-width: unset;
    background-color: var(--light_grey);
    border-radius: 0 0 21px 21px;
}

/* chapo taxo_cpt_produit */
.chapo_classic.chapo_taxo_cpt_produit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 90px;
    margin-bottom: 89px;
}
.chapo_taxo_cpt_produit .chapo_classic_thumb {
    flex: 1;
    position: relative;
    width: 756px;
    height: 453px;
    order: 2;
}
.chapo_taxo_cpt_produit .chapo_classic_thumb:after {
    display: none;
}
.chapo_classic_thumb_tax_cpt_produit {
    position: absolute;
    display: block;
    background-color: var(--wh);
    width: 269px;
    height: 89px;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 0 0;
    z-index: 3;
}
.chapo_classic_thumb_tax_cpt_produit:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 25px;
    bottom: 0;
    left: -20px;
}
.chapo_classic_thumb_tax_cpt_produit:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 24px;
    top: -24px;
    right: 0;
}
.chapo_taxo_cpt_produit .chapo_classic_content #breadcrumb {
    margin-bottom: 97px;
}
.chapo_taxo_cpt_produit .chapo_classic_content {
    position: relative;
    order: 1;
    max-width: 422px;
    padding: 0;
}
.chapo_taxo_cpt_produit .chapo_classic_desc {
    display: block;
    padding-bottom: 40px;
}
.chapo_taxo_cpt_produit .chapo_download_pdf a {
    position: relative;
    font-weight: 500;
    text-decoration: unset;
    padding-right: 13px;
    padding-bottom: unset;
}
.chapo_taxo_cpt_produit .chapo_download_pdf a:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/download_btn.svg) no-repeat;
    width: 17px;
    height: 17px;
    right: -13px;
    bottom: 2px;
}

/* chapo page Accueil */
.page-template-page_accueil .chapo_classic {
    margin-bottom: 179px;
}
.page-template-page_accueil .chapo_classic_thumb {
    max-width: unset;
    height: 601px;
    padding-left: 75px;
    margin-top: 50px;
}
.page-template-page_accueil .chapo_classic_thumb:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/calque_chapo_windao.svg);
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    /*width: 515px;*/
    /*height: 609px;*/
    width: clamp(200px, 40vw, 515px);   /* permet de définir une taille min, idéale (responsive), et max.*/
    height: auto;
    aspect-ratio: 515 / 609;            /* permet de garder la bonne proportion */
    top: 0;
    left: 75px;
    z-index: 3;
}
.page-template-page_accueil .chapo_classic_container:before {
    bottom: 66px;
}
.page-template-page_accueil .chapo_classic_container:after {
    top: -50px;
    right: -27px;
}
.chapo_home_titles {
    position: absolute;
    display: block;
    max-width: 581px;
    top: -30px;
    left: 0;
    z-index: 3;
}
.chapo_home_title_h1,
.chapo_home_subtitle {
    background-color: var(--wh);
}
.chapo_home_subtitle {
    display: inline-block;
    font-size: 43px;
    font-weight: 600;
    line-height: 60px;
    padding-right: 25px;
    border-radius: 0 0 22px 0;
}
#chapo_home_subtitle_01 {
    position: relative;
    padding-bottom: 10px;
}
#chapo_home_subtitle_02 {
    position: relative;
    padding-bottom: 20px;
}
#chapo_home_subtitle_01:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 25px;
    top: 8px;
    right: -20px;
    transform: scale(-1,-1);
}
#chapo_home_subtitle_02:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 25px;
    bottom: -25px;
    left: 75px;
    transform: scale(-1,-1);
}
#chapo_home_subtitle_02:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/angle_blanc.svg) no-repeat;
    width: 20px;
    height: 25px;
    top: 0;
    right: -20px;
    transform: scale(-1,-1);
}
.page-template-page_accueil .chapo_classic_content {
    max-width: 575px;
    padding: 26px 27px 34px 42px;
    bottom: -100px;
}
.page-template-page_accueil .chapo_classic_desc p:has(a) p {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.page-template-page_accueil .chapo_classic_desc p:has(a) a {
    position: relative;
    font-weight: 400;
    text-decoration: none;
    padding-right: 40px;
}
.page-template-page_accueil .chapo_classic_desc p:has(a) a:hover {
    color: var(--black);
}
.page-template-page_accueil .chapo_classic_desc p:has(a) a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/fleche_bleue_seule_petite_cards.svg") no-repeat;
    right: 0;
    top: 20%;
    transition: transform 0.3s ease-in-out;
}
.page-template-page_accueil .chapo_classic_desc p:has(a) a:hover::after {
    transform: rotate(-45deg);
}


/********************/
/******* PAGES ******/
/********************/

/*** PAGE TYPE ***/
/*****************/
.page .content_front {
    display: block;
    padding: 57px 0 68px;
}
.bloc_50_50 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 107px;
    gap: 20px;
}
.bloc_50_50_col_left,
.bloc_50_50_col_right {
    margin: auto 0;
}
.bloc_50_50_video {
    display: block;
    width: fit-content;
    height: auto;
    max-width: 599px;
    margin-bottom: 29px;
}
.bloc_50_50_video iframe {
    display: block;
    width : 599px;
    height : 497px;
    border-radius: 13px;
}
.bloc_50_50_pic {
    display: block;
    width: 599px;
    height: 497px;
    margin-bottom: 29px !important;
}
.bloc_50_50_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.bloc_50_50_editor {
    display: block;
    max-width: 599px;
    height: auto;
}

/* Condition si affichage QUE du bloc left : */
.bloc_50_50:not(.bloc_50_50_col_right) #bloc_50_50_editor_01 {
    max-width: unset;
}
.bloc_50_50:has(.bloc_50_50_col_right) #bloc_50_50_editor_01 {
    max-width: 599px;
}
.bloc_repeat_atouts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 105px;
    background-color: var(--black);
    border-radius: 13px;
    z-index: 1;
}
.bloc_repeat_atouts_main_title {
    display: block;
    min-width: 300px;
    padding: 57px 36px 0 87px;
    margin: 43px 0 21px;
}
.bloc_repeat_atouts_main_title:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/rectangle_arrondi_blanc_423px.svg) no-repeat;
    width: 440px;
    height: 60px;
    top: 0;
    left: 0px;
}
.page-template-page_recrutements .bloc_repeat_atouts_main_title:before {
    background: url(../img/rectangle_arrondi_beige_423px.svg) no-repeat;
}
.bloc_repeat_atouts_main_title span {
    max-width: 300px;
}
.bloc_repeat_atouts_list {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 26px 51px 63px;
}
.single_atout_article {
    display: block;
    max-width: 217px;
    padding-top: 35px;
    margin-right: 30px;
}
.single_atout_pic {
    display: block;
    width: 20px;
    height: 20px;
}
.single_atout_pic img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}
.single_atout_title {
    padding: 7px 0 12px;
}
.single_atout_desc {
    font-size: 14px;
    line-height: 25px;
    color: var(--wh);
}
.bloc_slider {
    display: block;
    padding-top: 95px;
}
.myRepeatSwiper {
    width: 85%;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0 7.5% !important;
    margin: 0 auto;
}
.bloc_repeat_slides_main_title {
    display: block;
    text-align: center;
    padding-bottom: 56px;
}
.myRepeatSwiper .single_slide_article {
    width: fit-content !important;
    max-width: 335px;
}
.myRepeatSwiper .single_slide_article:first-of-type {
    margin-left: 14px;
}
.myRepeatSwiper .single_slide_article:nth-child(odd) .single_slide_pic {
    display: block;
    width: 335px;
    height: 321px;
    margin-bottom: 14px;
}
.myRepeatSwiper .single_slide_article:nth-child(even) .single_slide_pic {
    display: block;
    width: 335px;
    height: 266px;
    margin-bottom: 14px;
}
.myRepeatSwiper .single_slide_article:nth-child(even) .single_slide_pic img,
.myRepeatSwiper .single_slide_article:nth-child(odd) .single_slide_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.myRepeatChapopicSwiper .swiper-button-prev:before,
.myRepeatChapopicSwiper .swiper-button-next:after,
.myRepeatChapopicSwiper .swiper-button-prev::after,
.myRepeatSwiper .swiper-button-prev:before,
.myRepeatSwiper .swiper-button-next:after,
.myRepeatSwiper .swiper-button-prev::after,
.bloc_avis .swiper-button-prev:before,
.bloc_avis .swiper-button-next:after,
.bloc_avis .swiper-button-prev::after,
.myMetiersSwiper .swiper-button-prev-metiers:before,
.myMetiersSwiper .swiper-button-next-metiers:after,
.myMetiersSwiper .swiper-button-prev-metiers::after {
    display: none;
}
.myRepeatSwiper .swiper-button-next,
.bloc_avis .swiper-button-next,
.myMetiersSwiper .swiper-button-next-metiers {
    right: 30px;
    background: url(../img/arrow_slider_blue_right.svg) no-repeat;
    width: 59px;
    height: 59px;
    z-index: 5000;
}
.myRepeatSwiper .swiper-button-prev,
.bloc_avis .swiper-button-prev,
.myMetiersSwiper .swiper-button-prev-metiers {
    left: 30px;
    background: url(../img/arrow_slider_blue_left.svg) no-repeat;
    width: 59px;
    height: 59px;
    z-index: 5000;
}
.myRepeatChapopicSwiper .swiper-button-prev {
    background: url(../img/arrow_slider_black_left.svg) no-repeat;
    width: 41px;
    height: 41px;
}
.myRepeatChapopicSwiper .swiper-button-next {
    background: url(../img/arrow_slider_black_right.svg) no-repeat;
    width: 41px;
    height: 41px;
}
.single_etape_desc {
    display: none;
    margin-top: 24px;
}
.single_etape_desc.etape_article_open {
    display: block;
}
.bloc_repeat_etapes {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 285px 0 185px;
    margin-top: -282px;
    background-color: var(--light_grey);
}
.bloc_repeat_etapes:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/rectangle_arrondi_blanc.svg) no-repeat;
    width: 440px;
    height: 60px;
    bottom: 0;
    left: 0;
    transform: scale(1,-1);

}
.bloc_repeat_etapes_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bloc_repeat_etapes_col_left {
    display: block;
    margin-right: 81px;
}
.bloc_repeat_etapes_pic {
    display: block;
    width: 522px;
    height: 626px;
}
.bloc_repeat_etapes_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.bloc_repeat_etapes_video {
    position: relative;
    width: 522px;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}
.bloc_repeat_etapes_video iframe{
    position: absolute;
    height: 90%;
    width: 80%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 13px;
}
.bloc_repeat_etapes_col_right {
    display: block;
    flex: 1;
}
.bloc_repeat_etapes_main_title {
    display: block;
    padding: 32px 0 46px;
}
.bloc_repeat_etapes_list {
    display: block;
}
.single_etape_article {
    position: relative;
    display: block;
    padding-bottom: 22px;
    cursor: pointer;
}
.single_etape_article:after,
.single_etape_article.etape_article_open:after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/accordeon_plus.svg);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    right: 0;
    top: 2px;
    transition: all 0.3s;
}
.single_etape_article.etape_article_open:after {
    background-image: url(../img/accordeon_moins.svg);
    width: 19px;
    height: 2px;
    top: 12px;
    transition: all 0.3s;
}
.single_etape_titles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.single_etape_subtitle {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: var(--blue);
}
.single_etape_maintitle {
    display: block;
    font-size: 21px;
    line-height: 25px;
    padding-left: 45px;
}
.single_etape_desc p {
    line-height: 25px !important;
}
.bloc_seo {
    display: block;
    padding: 67px 0 91px;
}

/**************************/
/******* SINGLE post ******/
/**************************/
.single_post {
    display: block;
    padding: 70px 0 143px;
}


/***************************************/
/******* SINGLE single_cpt_editor ******/
/***************************************/
.single_cpt_editor {
    display: block;
    padding: 76px 0;
}

/*****************/
/*** PAGE BLOG ***/
/*****************/
.widget_page_actu_filtres .widget_filtre_title {
    display: block;
    padding: 48px 0 21px;
}
.widget_page_actu_filtres .widget_filtre_title span {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}
.widget_page_actu_filtres .widget_nav_menu {
    display: block;
    padding-bottom: 68px;
}
.widget_page_actu_filtres .widget_nav_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}
.widget_page_actu_filtres .widget_nav_menu ul li {
    display: inline-block;
    transition: all 0.3s;
}
.widget_page_actu_filtres .widget_nav_menu ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 9px 17px;
    text-decoration: none;
    border: 1px solid var(--black);
    border-radius: 54px;
    transition: all 0.3s;
}
.widget_page_actu_filtres .widget_nav_menu ul li:hover a {
    color: var(--black);
    border: 1px solid var(--blue);
    transition: all 0.3s;
}
.widget_page_actu_filtres .widget_nav_menu ul li.current_page_item a,
.widget_page_actu_filtres .widget_nav_menu ul li.current-menu-item a {
    font-weight: 500;
    color: var(--wh);
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
/*** SINGLE ACTU ***/
/*******************/
#bloc_single_actu_cards {
    margin-bottom: 96px;
}
.list_single_mozaik {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 3.5%;
    /*column-gap: 40px;*/
    row-gap: 49px;
}
.bloc_single_actu_cards_list_title {
    display: block;
    width: 100%;
    text-align: center;
}
.single_actu_card {
    position: relative;
    width: 31%;
    overflow: hidden;       /* pour l'effet "zoom" au hover */
    border-radius: 13px;
    transition: all 0.3s;   /* pour effet "zoom" */
    z-index: 1;
}
.single_actu_card:hover .single_actu_pic,
.single_actu_card:hover .single_actu_nopic {
    transform: scale(1.02);     /* pour effet "zoom" */
}
.single_actu_card:hover .single_actu_pic:after,
.single_actu_card:hover .single_actu_nopic:after {
    background: url("../img/fleche_bleue_card_hover_blanc.svg") no-repeat;
    transition: all 0.3s;
}
.single_actu_pic,
.single_actu_nopic {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;         /* pour effet "zoom" */
    background-position: center;    /* pour effet "zoom" */
    width: 100%;
    /*width: 400px;*/
    height: 274px;
    border-radius: 13px;
    transition: all 0.3s;
    z-index: 5;
}
.single_actu_nopic {
    background-color: var(--light_grey);
}
.single_actu_pic:after,
.single_actu_nopic:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_bleue_card.svg") no-repeat;
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 16px;
    transition: all 0.3s;
    z-index: 6;
}
.single_actu_card .single_actu_category {
    position: absolute;
    display: inline-block;
    padding: 3px 12px 8px;
    margin: -1px;       /* pour effet "zoom" propre */
    background-color: var(--wh);
    border-radius: 0 0 9px 0;
    z-index: 7;
}
.single_actu_content {
    display: block;
    padding-top: 29px;
}
.single_actu_title {
    display: block;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 24px;
}
.single_actu_date {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: var(--blue);
}
.single_actu_card > a,
.single_actu_card.single_actu_card_selected > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
/* PAGINATION */
.pagination_wrap {
    display: block;
    text-align: center;
    padding-top: 96px;
}
.pagination_pages {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_pages > * {
    line-height: 26px;
    margin-right: 14px;
}
.pagination_pages .current {
    color: var(--blue);
}
.pagination_pages .inactive {
    line-height: 26px;
    margin-right: 14px;
    text-decoration: none;
}
.pagination_pages a img {
    display: block;
}
/* POST A LA UNE */
/*****************/
.post_a_la_une {
    display: block;
    margin-bottom: 69px;
}
.single_actu_card.single_actu_card_selected {
    position: relative;
    display: flex;
    width: 100%;
    overflow: unset;
    border-radius: unset;
    transition: unset;
    z-index: 1;
}
.single_actu_card.single_actu_card_selected:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_bleue_card.svg") no-repeat;
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 16px;
    transition: all 0.3s;
    z-index: 5;
}
.single_actu_card.single_actu_card_selected:hover::after {
    background: url("../img/fleche_bleue_card_hover_blanc.svg") no-repeat;
    transition: all 0.3s;
}
.single_actu_card.single_actu_card_selected:hover .single_actu_pic, .single_actu_card:hover .single_actu_nopic {
    transform: unset;
}
.single_actu_card_selected .single_actu_pic,
.single_actu_card_selected .single_actu_nopic {
    flex: 1;
    height: auto;
    min-height: 467px;
    border-radius: 13px 0px 13px 13px;
}
.single_actu_card_selected .single_actu_pic::before,
.single_actu_card_selected .single_actu_nopic::before {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/page_actus_txt_a_la_une.svg") no-repeat;
    width: 337px;
    height: 168px;
    bottom: 0;
    left: -8px;
    z-index: 6;
}
.single_actu_card.single_actu_card_selected .single_actu_pic::after,
.single_actu_card.single_actu_card_selected .single_actu_nopic::after,
.single_actu_card.single_actu_card_selected:hover .single_actu_pic::after,
.single_actu_card.single_actu_card_selected:hover .single_actu_nopic::after {
    display: none;
}
.single_actu_details {
    position: relative;
    display: block;
    width: 523px;
    height: auto;
    background-color: var(--light_grey);
    border-radius: 0px 13px 13px 0px;
    z-index: 5;
}
.single_actu_details:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/page_actus_angle_droit_carre_gris_clair.svg") no-repeat;
    width: 87px;
    height: 88px;
    bottom: 0;
    left: -86px;
    z-index: 6;
}
.single_actu_card.single_actu_card_selected .single_actu_category {
    margin: unset;
}
.single_actu_card.single_actu_card_selected .single_actu_content {
    padding: 116px 108px 0 65px;
}
.single_actu_card.single_actu_card_selected .single_actu_title {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 27px;
}
.single_actu_card.single_actu_card_selected .single_actu_excerpt {
    display: block;
    padding-bottom: 32px;
}

/****** REA CARD ******/
/*** page Réalisation ***/
/************************/
.page-template-page_cpt_rea .list_single_mozaik,
.single-cpt_realisation .list_single_mozaik,
.tax-categorie_realisation .list_single_mozaik {
    gap: 24px;
}
.single_rea_card {
    position: relative;
    width: 25%;
    overflow: hidden;       /* pour l'effet "zoom" au hover */
    border-radius: 13px;    /* pour l'effet "zoom" au hover */
    transition: all 0.3s;
    z-index: 1;
}
.single_rea_card:nth-child(2) {
    width: 43%;
}
.single_rea_card:nth-child(6n+2),
.single_rea_card:nth-child(6n+6) {
    width: 43%;
}
.single_rea_pic,
.single_rea_nopic {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /*width: 351px;*/
    height: 467px;
    border-radius: 13px;
    transition: all 0.3s;
    z-index: 2;
}
.single_rea_nopic {
    background-color: var(--med_grey);
}
.bloc_rea_iframe_avis .single_rea_nopic {
    background-color: unset;
}
.single_rea_card:hover .single_rea_pic {
    transform: scale(1.03);     /* pour effet "zoom" */
}
/*.single_rea_nopic {*/
/*    background-color: var(--med_grey);*/
/*}*/

/* Cible les éléments 2/6 */
.single_rea_card:nth-child(6n+2) .single_rea_pic,
.single_rea_card:nth-child(6n+2) .single_rea_nopic {
    width: 100%;
    /*width: 530px;*/
}
/* Cible les éléments 6/6 */
.single_rea_card:nth-child(6n) .single_rea_pic,
.single_rea_card:nth-child(6n) .single_rea_nopic,
.single_rea_card:nth-child(6n+6) .single_rea_pic,
.single_rea_card:nth-child(6n+6) .single_rea_nopic {
    width: 100%;
    /*width: 530px;*/
}
.single_rea_content {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 85px 0 30px;
    bottom: 0;
    z-index: 3;
}
.single_rea_content_avis {
    padding: 0;
}
.single_rea_content_btn {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/carre_blanc_avec_angles_sans_fleche_bleue.svg") no-repeat;
    width: 85px;
    height: 88px;
    bottom: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 4;
}
.page-template-page_accueil .single_rea_content_btn {
    background: url("../img/carre_gris_clair_windao_sans_fleche.svg") no-repeat;
}
.single_rea_content_btn:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_noire_seule_cards.svg") no-repeat center;
    width: 27px;
    height: 27px;
    bottom: 23%;
    left: 48%;
    transition: all 0.3s;
    z-index: 5;
}
.single_rea_card:hover .single_rea_content_btn:after {
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.single_rea_category {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 10px 2px 10px;
    margin-bottom: 7px;
    color: var(--blue);
    background-color: var(--wh);
    border-radius: 18px;
}
.single_rea_category a {
    text-decoration: none;
}
.single_rea_title {
    display: block;
    font-style: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 25px;
    color: var(--wh);
}
.single_rea_card > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}


/****************************/
/**** single-cpt_produit ****/
/****************************/

/* chapo_single_cpt_produit_front */
.single-cpt_produit .chapo_single_cpt_prod_container {
    width: fit-content;
}
.single-cpt_produit .chapo_classic .bloc_slider {
    position: relative;
    max-width: 757px;
    height: auto;
    padding-top: unset;
    margin-right: 0;
    margin-left: 0;
    z-index: 1;
}
.single-cpt_produit .chapo_classic .bloc_slider:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/single_cpt_chapo_rectangle_blanc_angles.svg) no-repeat;
    width: 293px;
    height: 115px;
    bottom: -14px;
    right: -1px;
    z-index: 2;
}
.single-cpt_produit .chapo_classic .myRepeatChapopicSwiper {
    width: 100%;
    padding: unset !important;
    margin-right: unset;
    margin-left: unset;
    border-radius: 21px;
}
.single-cpt_produit .chapo_classic .myRepeatChapopicSwiper .single_slide_article {
    max-width: 757px;
    margin-right: unset;
    margin-left: unset;
}
.single-cpt_produit .chapo_classic .myRepeatChapopicSwiper .single_slide_article .single_slide_pic {
    width: 757px;
    height: 610px;
    margin-bottom: unset;
}
.single-cpt_produit .chapo_classic .myRepeatChapopicSwiper .single_slide_article .single_slide_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
}
.chapo_single_cpt_prod_minipics {
    display: flex;
    flex-wrap: nowrap;
    max-width: 757px;
    overflow-x: scroll;
    scrollbar-width: none;
    padding-top: 17px;
}
.minipic_article {
    display: block;
    margin-right: 15px;
}
.minipic_article_pic {
    display: block;
    width: 108px;
    height: 87px;
}
.minipic_article_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.single-cpt_produit .chapo_classic_content {
    top: 0;
    border-radius: 0;
}
.single-cpt_produit .chapo_classic_content #breadcrumb #breadcrumb_content {
    width: auto;
}

/* blocs de la page */
/* custom col 01 */
.bloc_custom_product {
    margin-top: 76px;
}
.bloc_custom_product .classic_title_h2 {
    width: 100%;
    margin-bottom: 24px;
}
.bloc_custom_product_content {
    display: flex;
    justify-content: flex-start;
    column-gap: 73px;
    margin-bottom: 53px;
}
.bloc_custom_product_content:not(:has(#bloc_custom_product_col_01)) #bloc_custom_product_col_03 {
    max-width: 258px;
}
#bloc_custom_product_col_01 {
    max-width: 540px;
}
.bloc_custom_product_col .classic_title_h3_dark {
    padding-bottom: 28px;
}
#bloc_custom_product_col_02 .classic_title_h3_dark,
#bloc_custom_product_col_03 .classic_title_h3_dark {
    padding-bottom: 17px;
}
.bloc_custom_product_col_content {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    scrollbar-width: none;
}
.bloc_custom_product_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    min-width: 118px;   /* pour le scroll en responsive */
    height: 95px;
    margin-right: 15px;
    margin-bottom: 20px;
    border: 1px solid var(--med_grey);
    border-radius: 13px;
}
.bloc_custom_product_pic img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 75px;
}
/* custom col 02 */
#bloc_custom_product_col_02 {
    max-width: 258px;
    margin-right: 78px;
}
.bloc_color_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 17px;
}
.bloc_color_article {
    position: relative;
    z-index: 1;
}
.bloc_color_code {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.3s;
}
.bloc_color_name {
    position: absolute;
    display: none;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 9px 5px 10px;
    background-color: #EBE9E2;
    top: -30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: 2;
}
.bloc_color_article:hover .bloc_color_name {
    display: block;
    width: max-content;
    transition: all 0.3s;
}
.bloc_color_article:hover .bloc_color_name:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid #EBE9E2;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    left: calc(50% - 7px);
}

/* bloc Custom details */
#main:not(:has(.bloc_custom_product)) .repeteur_bloc_custom_details_front {
    padding-top: 65px;
}
.repeteur_bloc_custom_details_front {
    margin-bottom: 77px;
}
.bloc_details_tabs_wrapper {
    position: relative;
    z-index: 1;
}
.bloc_details_tabs_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #EEE;
    bottom: 0;
    z-index: 1;
}
.repeteur_bloc_custom_details_front ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
.repeteur_bloc_custom_details_front ul li a {
    display: block;
    font-weight: 400;
    font-size: 22px;
    text-decoration: unset;
    padding: 0 11px 17px 10px;
}
.repeteur_bloc_custom_details_front ul li a.custom_details_selected {
    position: relative;
    border-bottom: 1px solid var(--blue);
    z-index: 2;
}
.repeteur_bloc_custom_details_front ul li a:hover {
    color: unset;
}
.repeteur_bloc_custom_details_tabs_content {
    display: block;
    margin-top: 35px;
}
.repeteur_bloc_custom_details_tabs_content article {
    width: 100%;
}
.repeteur_bloc_custom_details_tabs_content .custom_details_desc:has(ul) ul {
    flex-direction: column;
    gap: 8px;
}
.toggle-button {
    position: relative;
    display: inline-block;
    padding-right: 26px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.toggle-button:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/arrow_blue_lire_plus_bottom.svg) no-repeat;
    width: 13px;
    height: 13px;
    top: 5px;
    right: 0;
    transition: all 0.3s;
}
.repeteur_bloc_custom_details_front  .classic_blue_button {
    margin-top: 42px;
}

/* bloc CERTIFICATIONS Logos */
.bloc_certif {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 63px;
    /*overflow: hidden;*/
}
.bloc_certif .classic_title_h2 {
    position: relative;
    height: auto;
    width: 360px;
    text-align: left !important;
    padding: 35px 0;
    margin-bottom: 0 !important;
    background-color: var(--wh);
    z-index: 2;
}
.bloc_certif_content {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*flex-wrap: nowrap;*/
    flex-wrap: wrap;
    gap: 20px 100px;
}
.bloc_certif_content .bloc_certif_logo {
    display: block;
    max-width: 190px;
    /*min-width: 190px;   !* pour le scroll en responsive *!*/
    height: 101px;
    margin-left: 20px;
}
.bloc_certif_content .bloc_certif_logo img {
    display: block;
    width: fit-content;
    max-width: 190px;
    /*width: 190px;*/
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
/*.bloc_certif_content .bloc_certif_logo:nth-child(n+5) {*/
/*    display: none;*/
/*}*/
    /*.bloc_certif_content.slider_active {*/
/*    animation: scroll 20s linear infinite alternate;*/
/*}*/
/*@keyframes scroll {*/
/*    0% {*/
/*        transform: translateX(0);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-100%); !* Défile sur toute la largeur *!*/
/*    }*/
/*}*/

/* bloc AVANTAGES */
.page-template-page_recrutements .bloc_avantages_container {
    position: relative;
    box-sizing: border-box;
    padding: 189px 0 150px;
    background-color: var(--light_grey);
}
.page-template-page_recrutements .bloc_avantages_container:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/rectangle_arrondi_blanc.svg) no-repeat;
    width: 440px;
    height: 60px;
    top: 0;
    left: 0;
}
.bloc_avantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 96px;
    column-gap: 61px;
}
.bloc_avantages_pic {
    flex: 1;
    display: block;
    width: 543px;
    height: 665px;
    z-index: 1;
}
.bloc_avantages_pic img,
.page-template-page_recrutements .bloc_avantages_pic02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.page-template-page_recrutements .bloc_avantages_pic02 {
    position: absolute;
    width: 342px;
    height: 400px;
    bottom: -220px;
    right: -58px;
    border: 17px solid var(--light_grey);
    border-radius: 13px;
    z-index: 2;
}
.page-template-page_recrutements .bloc_avantages_pic {
    position: relative;
    width: 500px;
    margin-right: 43px;
}
.bloc_avantages_main_content {
    display: block;
    width: 670px;
}
.bloc_avantages_titles {
    display: block;
    padding: 71px 0 49px;
}
.bloc_avantages_titles .classic_title_h2_dark {
    padding-top: 12px;
}
.bloc_repeat_avantages_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 66px;
    row-gap: 44px;
}
.single_avantage_article {
    display: block;
    width: 302px;
}
.single_avantage_article_intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 18px;
}
.single_avantage_pic {
    display: block;
    width: 41px;
    height: 41px;
    margin-right: 11px;
}
.single_avantage_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single_avantage_title {
    font-weight: 600;
    line-height: 25px;
    color: var(--black);
    margin: auto 0;
}

/* bloc Dernières Réa */
.single-cpt_produit .classic_title_h2,
.tax-categorie_produit .classic_title_h2 {
    display: block;
    text-align: center;
    margin-bottom: 65px;
}
.single-cpt_produit .list_single_mozaik {
    column-gap: 22px;
    margin-bottom: 47px;
}
.single-cpt_produit .classic_blue_button {
    display: flex;
    justify-content: flex-end;
}

/* Bloc CONTACT FORMULAIRE */
.select_form_contact {
    position: relative;
    display: block;
    margin: 45px 0 78px;
    background-color: var(--light_grey);
}
.select_form_contact:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc.svg") no-repeat;
    transform: scale(-1,1);     /* effet MIROIR */
    width: 440px;
    height: 60px;
    top: 0;
    right: 0;
}
.select_form_contact:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc.svg") no-repeat;
    transform: scale(1,-1);     /* effet MIROIR */
    width: 440px;
    height: 60px;
    bottom: 0;
    left: 0;
}
.select_form_contact_content {
    display: block;
    box-sizing: border-box;
    padding: 80px 0 43px;
}
.select_form_contact .classic_title_h2_dark {
    padding-bottom: 54px;
}
.select_form_contact .footer_form .gform_required_legend {
    display: none;
}
.select_form_contact .footer_form .gfield_label {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: var(--dark_grey);
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-name,
.single-cpt_produit .select_form_contact .footer_form .gfield--input-type-name {
    grid-row: 1 !important;
    grid-column: span 3 !important;
}
#gform_9 .gfield--input-type-name,
#gform_9 .gfield--input-type-email,
#gform_9 .gfield--input-type-phone {
    grid-column: span 6 !important;
}
#gform_9 .gfield--input-type-address {
    grid-row: 3 !important;
}
#gform_9 .gfield--input-type-textarea {
    grid-row: 4 !important;
    grid-column: span 12 !important;
}
#gform_9 .gfield--input-type-fileupload {
    grid-row: 5 !important;
}
#gform_9 .gfield--type-choice {
    grid-row: 6 !important;
    grid-column: span 12 !important;
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-textarea,
.single-cpt_produit .select_form_contact .footer_form .gfield--input-type-textarea {
    grid-row: 1 / 6 !important;
    grid-column: span 6 !important;
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-email,
.single-cpt_produit .select_form_contact .footer_form .gfield--input-type-email,
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-phone,
.single-cpt_produit .select_form_contact .footer_form .gfield--input-type-phone {
    grid-row: 2 !important;
    grid-column: span 3 !important;
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-select,
.single-cpt_produit .select_form_contact .footer_form .gfield--input-type-select {
    grid-row: 3 !important;
    grid-column: span 3 !important;
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-consent,
.single-cpt_produit .select_form_contact .footer_form .gfield--input-type-consent {
    grid-row: 4 !important;
    grid-column: 1 / 5 !important;
}
.select_form_contact .footer_form .gfield--type-name input,
.select_form_contact .footer_form .gfield--type-textarea textarea,
.select_form_contact .footer_form .gfield--type-email input,
.select_form_contact .footer_form .gfield--type-phone input,
.select_form_contact .footer_form .gfield--type-fileupload input,
.select_form_contact .footer_form .gfield--type-select select,
.select_form_contact .footer_form .gfield--type-address span input,
.select_form_contact .footer_form .gfield--type-address span select,
.select_form_contact .footer_form .gfield--type-post_content textarea,
.select_form_contact .footer_form .gfield--type-choice input,
.select_form_contact .footer_form .gfield--type-text input,
.select_form_contact .footer_form .gfield--input-type-name input,
.select_form_contact .footer_form .gfield--input-type-textarea textarea,
.select_form_contact .footer_form .gfield--input-type-email input,
.select_form_contact .footer_form .gfield--input-type-phone input,
.select_form_contact .footer_form .gfield--input-type-fileupload input,
.select_form_contact .footer_form .gfield--input-type-select select,
.select_form_contact .footer_form .gfield--input-type-address span input,
.select_form_contact .footer_form .gfield--input-type-address span select,
.select_form_contact .footer_form .gfield--input-type-post_content textarea,
.select_form_contact .footer_form .gfield--type-choice input,
.select_form_contact .footer_form .gfield--input-type-text input {
    border-radius: 13px;
    background: #FFF;
    border: unset;
}
.select_form_contact .footer_form .gfield--type-choice input {
    border: 1px solid var(--med_grey);
}
.select_form_contact .footer_form .gform-field-label--type-sub {
    display: none;
}
.select_form_contact .footer_form .gfield--input-type-consent {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.select_form_contact .footer_form .ginput_container_select {
    position: relative;
}
.select_form_contact .footer_form .ginput_container_select:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_bleue_seule_cards_12px.svg") no-repeat;
    width: 12px;
    height: 12px;
    right: 21px;
    bottom: 12px;
    transform: rotate(45deg);
}
.footer_form .gform_footer {
    justify-content: flex-end !important;
}
.footer_form .gform_footer .button {
    position: relative !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    min-height: 42px !important;
    padding-right: 42px !important;
    padding-left: 21px !important;
    margin-bottom: 43px !important;
    background-color: var(--blue) !important;
    border-radius: 35px !important;
}
.footer_form .gform_footer .button:after {
    content: '' !important;
    position: absolute !important;
    background: url("../img/fleche_blanche_bouton_envoi_form.svg") no-repeat !important;
    width: 7px !important;
    height: 9px !important;
    padding-right: 28px !important;
    right: 0 !important;
    top: 16px !important;
}


/*****************************************/
/************** page Catégorie ***********/
/*********** taxo du cpt_produit**********/
/*****************************************/

/* bloc Remontée des produits liés à la taxo */
.list_taxo_cpt_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
    padding-top: 79px;
    margin-bottom: 97px;
}
.list_taxo_cpt_product_single_product {
    position: relative;
    display: block;
    width: 32%;
    max-width: 410px;
}
.taxo_cpt_product_single_pic {
    display: block;
    height: auto;
}
.taxo_cpt_product_single_pic img,
.taxo_cpt_product_single_pic.no_pic img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
    border-radius: 13px;
}
.taxo_cpt_product_single_pic.no_pic {
    background-color: var(--med_grey);
    min-height: 410px;
    border-radius: 13px;
}
.taxo_cpt_product_single_title {
    position: relative;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    width: 256px;
    padding: 29px 50px 21px 14px;
    margin-top: -35px;
    background-color: var(--wh);
    border-radius: 0 13px 0 0;
}
.taxo_cpt_product_single_title:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/angle_blanc.svg") no-repeat;
    transform: scale(-1,1);     /* effet MIROIR */
    width: 20px;
    height: 25px;
    top: -25px;
    left: 0;
}
.taxo_cpt_product_single_title:after {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/angle_blanc.svg") no-repeat;
    transform: scale(-1,1);
    width: 20px;
    height: 25px;
    top: 10px;
    right: -20px;
}
.taxo_cpt_product_single_desc {
    padding-left: 14px;
}
.taxo_cpt_product_single_desc.page_hentry p:has(.check_box_blue) {
    padding-bottom: 9px;
    margin-bottom: 0;
}
.taxo_cpt_product_single_desc p {
    display: none;
}
.taxo_cpt_product_single_desc p:has(span) {
    display: block;
}
.taxo_cpt_product_single_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* bloc Réalisation */
.tax-categorie_produit .list_single_mozaik {
    column-gap: 15px;
    margin-bottom: 62px;
}
.tax-categorie_produit .select_tax_rea_page_taxo_prod .classic_blue_button {
    margin-right: 0;
    margin-top: auto;
    width: auto;
}

/* bloc Étapes */
.tax-categorie_produit .bloc_repeat_etapes {
    padding: 101px 0 93px;
    margin-top: 0;
    margin-bottom: 121px;
}
.tax-categorie_produit .bloc_repeat_etapes_main_title {
    padding: 0 0 46px;
}

/* bloc Actus */
.bloc_actus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 96px;
}
.bloc_actus_intro {
    flex: 1;
    margin-top: 11px;
    padding-right: 60px;
}
.bloc_actus_title {
    padding-bottom: 23px;
}
.bloc_actus_tax_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 1003px;
    column-gap: 20px;
    margin-bottom: 18px;
}
.single_tax_actu_card {
    position: relative;
    z-index: 1;
}
.single_tax_actu_category {
    position: absolute;
    display: block;
    font-size: 14px;
    top: 0;
    left: 0;
    margin-top: -1px;
    z-index: 2;
}
.single_tax_actu_category .single_actu_term_link {
    display: inline-block;
    padding: 5px 13px 7px 12px;
    background-color: var(--wh);
    border-radius: 13px 0 13px 0;
}
.single_tax_actu_pic,
.single_tax_actu_nopic{
    position: relative;
    display: block;
    width: 320px;
    height: 255px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 13px;
}
.single_tax_actu_nopic {
    background-color: var(--med_grey);
}
.single_tax_actu_pic:after,
.single_tax_actu_nopic:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_bleue_card.svg") no-repeat;
    width: 52px;
    height: 52px;
    bottom: 13px;
    right: 14px;
    transition: all 0.3s;
}
.single_tax_actu_card:hover .single_tax_actu_pic:after,
.single_tax_actu_card:hover .single_tax_actu_nopic:after {
    background: url("../img/fleche_bleue_card_hover_blanc.svg") no-repeat;
    transition: all 0.3s;
}
.single_tax_actu_title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    width: 320px;
    padding: 25px 0 24px;
}
.single_tax_actu_date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: var(--blue);
}
.single_tax_actu_card .readmore {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
}
.bloc_actus .classic_blue_button {
    display: block;
    margin-left: auto;
}

/* bloc 50_50_pictos */
.bloc_50_50_pictos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 79px;*/
}
.bloc_50_50_pictos_main_pic {
    position: relative;
    display: block;
    width: 539px;
    height: 490px;
    margin-right: 66px;
}
.bloc_50_50_pictos_main_pic:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc_bloc_50_50_pictos.svg") no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bloc_50_50_pictos_main_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.bloc_50_50_pictos_container {
    flex: 1;
}
.bloc_50_50_pictos_main_title {
    padding: 24px 0 29px;
}
.bloc_50_50_pictos_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 15px;
    padding-bottom: 25px;
}
.bloc_50_50_pic_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
    line-height: 25px;
    /*padding-bottom: 10px;*/
    padding-left: 54px;
    height: 41px;
    width: auto;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: left;
}

/********************************/
/******* single-cpt_agence ******/
/********************************/
.bloc_infos_agence {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 37px 0 69px;
}
.bloc_infos_agence_content {
    flex: 1;
    position: relative;
    display: block;
    width: auto;
    height: fit-content;
    box-sizing: border-box;
    padding: 108px 54px 51px;
    margin-right: 26px;
    background-color: var(--light_grey);
    border-radius: 21px;
}
.bloc_infos_agence_content:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc_bloc_50_50_pictos.svg") no-repeat;
    width: 218px;
    height: 76px;
    top: 0;
    left: 0;
}
.bloc_infos_agence_bloc {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 23px;
}
.bloc_infos_agence_picto {
    display: block;
    width: 18px;
    height: 18px;
    padding: 3px 21px 0 0;
}
.bloc_infos_agence_picto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bloc_infos_agence_bloc a {
    text-decoration: unset;
}
.bloc_infos_agence_data {
    flex: 1;
}

/*** MAP LEAFLET GEOLOC ***/
/*** page AGENCES ***/
/********************/
.bloc_leaflet_agences_and_accordeon {
    column-gap: 64px;
}
#agences_map {
    display: block;
    width: 626px;
    height: 644px;
    border-radius: 13px;
}
#agences_map .leaflet-pane .leaflet-popup-pane {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-decoration: unset;
    padding: 5px 0;
    color: var(--black) !important;
}
.page-template-page_agences .single_etape_maintitle {
    padding: 23px 23px 23px 0;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_article::after,
.bloc_leaflet_agences_accordeon_col_right .single_etape_article.etape_article_open::after {
    top: 25px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_article.etape_article_open::after {
    top: 30px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_article {
    padding-bottom: 0;
    border-top: 1px solid var(--light_grey);
    border-bottom: 1px solid var(--light_grey);
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_article:first-of-type {
    border-top: unset;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_desc {
    margin-top: 7px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_adress,
.bloc_leaflet_agences_accordeon_col_right .single_etape_tel,
.bloc_leaflet_agences_accordeon_col_right .single_etape_learn_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
    padding-left: 33px;
    margin-bottom: 21px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_adress {
    flex-wrap: unset;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_adress_content {
    padding-right: 20px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_tel {
    margin-bottom: 17px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_learn_more {
    align-items: center;
    row-gap: 15px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_permalink_txt {
    position: relative;
    margin-right: 78px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_permalink_txt::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("../img/fleche_bleue_seule_cards.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    position: absolute;
    right: 0;
    bottom: 3px;
    transition: all 0.3s;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_permalink_txt:hover::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_permalink_txt a {
    font-weight: 400;
    text-decoration: none;
    padding-right: 32px;
}
.bloc_leaflet_agences_accordeon_col_right .single_etape_permalink_txt a:hover {
    color: unset !important;
}


/*page SINGLE Agence*/
/********************/
#agence_map {
    display: block;
    width: 649px;
    height: 400px;
    margin-top: 39px;
    border-radius: 13px;
}

/* Bloc Equipe */
.bloc_team_agence {
    display: block;
    margin-bottom: 10px;
}
.bloc_team_agence_title {
    text-align: center;
    padding-bottom: 47px;
}
.bloc_team_list_cards {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.ao_single_team_card {
    position: relative;
    display: block;
    width: 19.2%;
    height: auto;
    z-index: 1;
}
.single_team_thumbnail,
.single_team_nothumb {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}
.single_team_nothumb {
    background-color: var(--med_grey);
    border-radius: 11px;
}
.single_team_thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.single_team_content {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 5px;
    bottom: 25px;
    left: 22px;
}
.single_team_name {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--wh);
}
.single_team_job {
    display: block;
    line-height: 20px;
    color: var(--wh);
}

/*******************************/
/******* page RECRUTEMENT ******/
/*******************************/
.bloc_recruts_anchors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 62px;
    box-sizing: border-box;
    padding: 20px 56px;
    margin-bottom: 94px;
    background-color: var(--blue);
    border-radius: 13px;
}
.bloc_recruts_anchors a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: var(--light_grey);
}
.page-template-page_recrutements .content_front {
    padding-top: 0;
}
/* bloc Repeat Atouts */
.page-template-page_recrutements .bloc_repeat_atouts {
    margin-top: -130px;
}
/* bloc Offres Emplois */
.job_opportunities .classic_title_h2_dark {
    font-size: 29px;
    line-height: 33px;
    text-align: center;
    padding-bottom: 56px;
}
.job_list_single_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 1.6%;
    /*column-gap: 23px;*/
    row-gap: 29px;
    margin-bottom: 105px;
}
.ao_single_emploi_card {
    position: relative;
    width: 24%;
    /*width: 313px;*/
    padding: 69px 58px 69px 40px;
    background-color: var(--light_grey);
    border-radius: 13px;
}
.single_emploi_title {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 18px;
}
.ao_single_emploi_card:hover .single_rea_content_btn::after,
.classic_titles_and_link:hover .single_rea_content_btn::after {
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.ao_single_emploi_card a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.offres_emplois_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 22px;
    margin-bottom: 139px;
}
.offres_emplois_btn {
    position: relative;
    flex: 1;
    display: block;
    font-size: 23px;
    font-weight: 400;
    line-height: 31px;
    text-decoration: unset;
    box-sizing: border-box;
    padding: 39px 68px 39px 47px;
    color: var(--wh) !important;
    background-color: var(--blue);
    border-radius: 13px;
    z-index: 1;
}
.offres_emplois_btn_fleche {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/carre_blanc_avec_angles_sans_fleche_bleue_48px.svg") no-repeat;
    width: 67px;
    height: 68px;
    bottom: 0;
    right: -2px;
    bottom: 0;
    transition: all 0.3s;
    z-index: 2;
}
.offres_emplois_btn_fleche:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_bleue_seule_petite_cards.svg") no-repeat center;
    width: 14px;
    height: 14px;
    bottom: 25%;
    left: 50%;
    transition: all 0.3s;
    z-index: 3;
}
.offres_emplois_btn:hover .offres_emplois_btn_fleche:after {
    transform: rotate(-45deg);
    transition: all 0.3s;
}

/* bloc Avis */
.bloc_avis {
    position: relative;
    margin: 0 12.5% 104px;
}
.bloc_avis_container  {
    display: block;
    width: 1064px;
    padding: 0 59px;
    overflow-x: hidden;
}
.bloc_avis_title {
    text-align: center;
    padding-bottom: 82px;
}
.bloc_avis_list {
    max-width: 1064px;
    margin-right: auto;
    margin-left: auto;
}
.bloc_avis_article {
    max-width: 522px;
    height: 318px !important;
    min-height: 318px;
    overflow-y: scroll;
    scrollbar-width: thin;
    box-sizing: border-box;
    padding: 62px 45px 45px 43px;
    background-color: var(--black);
    border-radius: 13px;
}
.bloc_avis_stars {
    display: block;
    padding-bottom: 12px;
}
.bloc_avis_stars.no_stars {
    background: url('../img/bloc_avis_white_five_stars.svg') no-repeat;
    width: 200px;
    height: 23px;
}
.bloc_avis_article_title {
    font-weight: 400;
    color: var(--blue);
    padding-bottom: 29px;
}
.bloc_avis_article_content.page_hentry p {
    color: var(--wh);
}
/* bloc Métiers */
.bloc_metiers {
    margin-bottom: 66px;
}
.bloc_metier_slider_container {
    padding: 57px 0 44px;
}
.bloc_metier_article {
    position: relative;
    width: 280px !important;
    height: 171px !important;
}
.bloc_metier_pic,
.bloc_metier_no_pic {
    position: relative;
    display: block;
    width: 280px;
    height: 171px;
    object-fit: cover;
    filter: brightness(0.7);
    z-index: 1;
}
.bloc_metier_no_pic {
    background-color: var(--med_grey);
    border-radius: 13px;
}
.bloc_metier_pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}
.bloc_metier_title {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    padding: 10px 37px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--wh);
    z-index: 2;
}
.bloc_metier_page_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.bloc_metiers_slider_buttons {
    position: relative;
    display: flex;
    justify-content: flex-end;
    column-gap: 22px;
}
.myMetiersSwiper .bloc_metiers_slider_buttons .swiper-button-next-metiers,
.myMetiersSwiper .bloc_metiers_slider_buttons .swiper-button-prev-metiers {
    bottom: 0;
    top: unset;
    right: 0;
}
.myMetiersSwiper .bloc_metiers_slider_buttons .swiper-button-prev-metiers {
    order: 1;
    right: 81px;
    left: unset;
}
.myMetiersSwiper .bloc_metiers_slider_buttons .swiper-button-next-metiers {
    order: 2;
    right: 0;
}
/* bloc Contact Form */
.page-template-page_recrutements .select_form_contact {
    margin-bottom: 0;
}
.page-template-page_recrutements .select_form_contact:after {
    display: none;
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-fileupload {
    grid-row: 3 !important;
    grid-column: span 3 !important;
}
.page-template-page_recrutements .select_form_contact .footer_form .gfield--input-type-fileupload span {
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
}

/***************************/
/******* page CONTACT ******/
/***************************/
.page-template-page_contact .content_front {
    padding-bottom: 29px;
}
.page-template-page_contact .select_form_contact {
    margin: 0 0 69px;
    background-color: unset;
}
.page-template-page_contact .select_form_contact:before,
.page-template-page_contact .select_form_contact:after {
    display: none;
}
.page-template-page_contact .select_form_contact_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    column-gap: 60px;
}
.page-template-page_contact .footer_form {
    display: block;
    width: 764px;
}
.page-template-page_contact .select_form_contact .footer_form .gfield--input-type-name input,
.page-template-page_contact .select_form_contact .footer_form .gfield--input-type-phone input,
.page-template-page_contact .select_form_contact .footer_form .gfield--input-type-email input,
.page-template-page_contact .select_form_contact .footer_form .gfield--input-type-text input,
.page-template-page_contact .select_form_contact .footer_form .gfield--input-type-select select,
.page-template-page_contact .select_form_contact .footer_form .gfield--input-type-textarea textarea {
    background-color: var(--light_grey);
}
.page-template-page_contact .select_form_contact .footer_form .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.page-template-page_contact .select_form_contact .footer_form .gfield_checkbox .gchoice {
    width: 146px;
}
.page-template-page_contact .select_form_contact .footer_form .gfield_checkbox .gchoice label,
.page-template-page_contact .select_form_contact .footer_form .gfield--type-select .ginput_container select option {
    font-size: 15px;
    font-weight: 300;
}
/* bloc Boutons de liens */
.page-template-page_contact .classic_titles_and_link_buttons {
    flex: 1;
    max-width: 456px;
}
.page-template-page_contact .classic_title_h2  {
    flex: 1;
}
.classic_titles_and_link {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 45px 75px 0 85px;
    margin-bottom: 24px;
    border-radius: 16px;
    z-index: 1;
}
.classic_titles_and_link:first-of-type {
    background-color: var(--blue);
}
.classic_titles_and_link:last-of-type {
    background-color: var(--black);
}
.classic_titles_and_link:last-of-type:after {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/picto_classic_title_and_link_button.svg") no-repeat;
    width: 157px;
    height: 157px;
    top: 0;
    left: -44px;
    z-index: 2;
}
.classic_titles_and_link:last-of-type .single_rea_content_btn::after {
    background: url("../img/fleche_bleue_seule_foncee_cards.svg") no-repeat center;
}
.page-template-page_contact .classic_titles_and_link .classic_title_h2_dark_green,
.page-template-page_contact .classic_titles_and_link .classic_title_h2_dark {
    color: var(--wh);
}
.page-template-page_contact .classic_titles_and_link .classic_title_h2_dark_green {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 8px;
}
.page-template-page_contact .classic_titles_and_link .classic_title_h2_dark {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 47px;
}
.page-template-page_contact .classic_titles_and_link .single_rea_content_btn {
    z-index: 2;
}
.page-template-page_contact .classic_titles_and_link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

/***********************/
/******* page FAQ ******/
/***********************/
.bloc_faq {
    padding-bottom: 62px;
}
.bloc_faq_single {
    position: relative;
    width: 847px;
    box-sizing: border-box;
    padding: 32px 130px 32px 32px;
    margin-bottom: 10px;
    background-color: var(--light_grey);
    border-radius: 17px;
}
.bloc_faq_single:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/fleche_blanche_fond_bleue_faq.svg") no-repeat;
    width: 43px;
    height: 43px;
    right: 32px;
    top: 20px;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    transition: all 0.3s;
}
.bloc_faq_single.etape_article_open:after {
    transform: rotate(-180deg);
    /*background: url("../img/fleche_bleue_pagination_bas.svg") no-repeat;*/
    transition: all 0.3s;
}
.bloc_faq_single_title {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}
.bloc_faq_single_content {
    display: block;
    padding-top: 24px;
}
.bloc_faq_single_content p {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.bloc_link_faq .classic_titles_and_link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 847px;
    padding: 45px 87px 0 336px;
}
.bloc_link_faq .classic_titles_and_link:last-of-type:after {
    background: url("../img/page_faq_picto_enveloppe.svg") no-repeat;
    width: 202px;
    height: 202px;
    left: 49px;
    top: unset;
    bottom: -40px;
}
.bloc_link_faq .classic_titles_and_link:last-of-type:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/rectangle_arrondi_blanc_271px.svg") no-repeat;
    width: 271px;
    height: 58px;
    bottom: -10px;
    left: -4px;
    z-index: 2;
}
.bloc_link_faq .classic_titles_and_link .classic_title_h2_dark_green,
.bloc_link_faq .classic_titles_and_link .classic_title_h2_dark {
    color: var(--wh);
}
.bloc_link_faq .classic_titles_and_link .classic_title_h2_dark_green {
    order: 2;
    position: relative;
    font-weight: 400;
    margin-bottom: 32px;
    margin-left: auto;
    color: var(--blue);
}
.bloc_link_faq .classic_titles_and_link .classic_title_h2_dark_green:after {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/fleche_bleue_seule_cards_12px.svg") no-repeat;
    width: 12px;
    height: 12px;
    top: 7px;
    right: -40px;
    z-index: 1;
    transition: all 0.3s;
}
.bloc_link_faq .classic_titles_and_link:hover .classic_title_h2_dark_green:after {
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.bloc_link_faq .classic_titles_and_link .classic_title_h2_dark {
    order: 1;
    margin-bottom: 15px;
}
.bloc_link_faq .classic_titles_and_link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.bloc_link_faq .classic_titles_and_link .single_rea_content_btn {
    display: none;
}

/***************************/
/******* page ACCUEIL ******/
/***************************/
.page-template-page_accueil .page_hentry_h1 {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 0;
}
.bloc_pic_and_editor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}
.bloc_pic_and_editor_picture {
    position: relative;
    display: block;
    width: 599px;
    height: 497px;
    margin-bottom: 29px;
    z-index: 1;
}
.bloc_pic_and_editor_picture:before {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc_bloc_50_50_pictos.svg") no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.bloc_pic_and_editor_picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.bloc_pic_and_editor_content {
    display: block;
    max-width: 599px;
    height: auto;
    padding-top: 33px;
}
.bloc_pic_and_editor_details {
    display: block;
    padding-bottom: 29px;
}
.page-template-page_accueil .bloc_pic_and_editor  .classic_blue_button {
    text-align: left;
}
.page-template-page_accueil .bloc_repeat_atouts {
    margin-top: -86px;
}
.page-template-page_accueil .bloc_repeat_atouts_main_title::before {
    /*background: url(../img/rectangle_arrondi_beige_423px.svg) no-repeat;*/
    background: url(../img/rectangle_arrondi_gris_423px.svg) no-repeat;
}
.bloc_rea_home {
    position: relative;
    display: block;
    padding: 74px 0 100px;
    margin-top: 100px;
    background-color: var(--light_grey);
    z-index: 1;
}
.bloc_rea_home:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc_423px.svg") no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform: scale(-1, 1);
}
.bloc_rea_home .classic_title_h2 {
    text-align: center;
    padding-bottom: 48px;
}
.page-template-page_accueil .list_single_mozaik {
    position: relative;
    column-gap: 24px;
    margin-bottom: 100px;
    z-index: 2;
}
.page-template-page_accueil .bloc_rea_iframe_avis {
    position: relative;
    width: 25%;
    z-index: 1;
}
/*.page-template-page_accueil .single_rea_content_btn {*/
/*    background: url(../img/carre_beige_avec_angles_sans_fleche_bleue.svg) no-repeat;*/
/*}*/
.page-template-page_accueil .classic_blue_button {
    margin-left: auto;
}
.bloc_input_and_editor {
    position: relative;
    padding: 74px 0 34px;
    background-color: var(--light_grey);
    z-index: 1;
}
.bloc_input_and_editor:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/rectangle_arrondi_blanc_423px.svg") no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform: scale(-1, 1);
}
.bloc_input_and_editor_details {
    position: relative;
    z-index: 2;
}
.bloc_input_and_editor_subtitle {
    display: block;
    padding-bottom: 27px;
}
.bloc_input_and_editor_desc {
    display: block;
    width: 900px;
}
.bloc_input_and_editor_desc p {
    font-size: 28px;
    font-weight: 300;
    line-height: 48px;
}
.bloc_input_and_editor p:has(a.classic_blue_btn_right_arrow) p {
    margin-top: 30px;
    margin-bottom: 3px;
}
.bloc_input_and_editor p:has(a.classic_blue_btn_right_arrow):hover p {
    margin-bottom: 0;
}
.bloc_input_and_editor_desc p:has(a) {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 11px !important;
    padding-top: 30px;
}
/* Bloc list_cpt_product_taxo_front */
.bloc_taxos_products {
    margin-bottom: 140px;
}
.bloc_taxos_products_title_and_slide_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bloc_taxos_products .classic_title_h2 {
    max-width: 600px;
    margin-bottom: 44px;
}
.bloc_taxos_products_slider_buttons {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    padding-left: 50px;
}
.swiper-button-next-taxo {
    order: 2;
    display: block;
    background: url(../img/arrow_slider_blue_right.svg) no-repeat;
    width: 59px;
    height: 59px;
}
.swiper-button-prev-taxo {
    background: url(../img/arrow_slider_blue_left.svg) no-repeat;
    width: 59px;
    height: 59px;
}
/*.myCatProductsSwiper .swiper-wrapper {*/
/*    margin-left: 16%;*/
/*}*/
.single_cpt_product_taxo {
    position: relative;
    width: 346px !important;
    overflow: hidden;
    border-radius: 13px;
    transition: all 0.3s;
}
.single_cpt_product_taxo:hover .cpt_product_taxo_list_products {
    display: block;
    transition: all 0.3s;
}
.single_cpt_product_taxo:hover .cpt_product_taxo_details:has(.cpt_product_taxo_single_product) {
    display: block;
    background-color: var(--wh) !important;
    background: url("../img/fleche_bleue_seule_petite_cards.svg") right 15px bottom 20px no-repeat;
}
.single_cpt_product_taxo .taxonomy_thumb_chapo,
.single_cpt_product_taxo .taxonomy_thumb_chapo_no_thumb {
    position: relative;
    display: block;
    width: 346px;
    height: 426px;
    z-index: 1;
}
.single_cpt_product_taxo .taxonomy_thumb_chapo_no_thumb {
    overflow: hidden;
    background-color: var(--med_grey);
    border-radius: 13px;
}
.single_cpt_product_taxo .taxonomy_thumb_chapo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
    transition: all 0.3s;
}
.single_cpt_product_taxo:hover .taxonomy_thumb_chapo img {
    transform: scale(1.03);
    transition: all 0.3s;
}
.cpt_product_taxo_details {
    position: absolute;
    display: inline-block;
    width: 256px;
    box-sizing: border-box;
    padding: 22px 10px 0;
    margin: 0 45px;
    bottom: 0;
    background-color: var(--wh);
    border-radius: 13px 13px 0 0;
    z-index: 2;
    transition: top 0.3s ease-in-out;
}
.cpt_product_taxo_details:has(.cpt_product_taxo_single_product) {
    background: url("../img/fleche_bleue_seule_petite_cards.svg") width 0px height 0px;
}
.cpt_product_taxo_name {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 17px;
    opacity: 1;
}
.cpt_product_taxo_details:has(.cpt_product_taxo_list_products) .cpt_product_taxo_name {
    padding-bottom: 0;
}
.cpt_product_taxo_single_product {
    opacity: 0;
}
.cpt_product_taxo_name,
.cpt_product_taxo_single_product {
    display: block;
    text-align: center;
}
.cpt_product_taxo_list_products {
    display: block;
    /*display: none;*/
    padding: 0 10px;
    margin-top: -22px;
    transition: all 0.3s;
}
.single_cpt_product_taxo:hover .cpt_product_taxo_list_products {
    margin-top: 0;
}
.single_cpt_product_taxo:hover .cpt_product_taxo_name {
    padding-bottom: 17px;
    opacity: 1;
}
.single_cpt_product_taxo:hover .cpt_product_taxo_single_product {
    opacity: 1;
}
.cpt_product_taxo_details .cpt_product_taxo_list_products:last-of-type {
    padding-bottom: 17px;
}
.single_cpt_product_taxo:hover .cpt_product_taxo_details .cpt_product_taxo_list_products:last-of-type {
    padding-bottom: 35px;
}
.single_cpt_product_taxo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

/**************************************/
/******* page SPECIALE - imports ******/
/**************************************/
.page-template-page_speciale .page_hentry_h1 {
    display: inline-block !important;
    width: fit-content;
}
.page_spec_two_pics_cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 99px;
}
.two_pics_col {
    display: block;
    width: 599px;
    height: auto;
    min-height: 467px;
}
.two_pics_col img,
.page_spec_bloc_02_pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
/*.two_pics_col img:last-of-type {*/
/*    border: 1px solid var(--black);*/
/*}*/
.content_bkgd_color {
    background-color: var(--light_grey);
}
.page-template-page_speciale .bloc_link_faq {
    width: fit-content;
    margin: 0 auto;
}
.content_bkgd_color_before_element {
    position: relative;
    z-index: 1;
}
.content_bkgd_color_before_element:before {
    position: absolute;
    content: '';
    display: block;
    background-color: var(--light_grey);
    width: 100%;
    height: 50%;
    top: 0;
    border-radius: 0 0 30px 30px;
    z-index: -1;
}
.content_bkgd_color_before_element:has(.bloc_link_faq)::before {
    top: unset;
    bottom: 0;
    border-radius: 30px 30px 0 0;
}
.content_bkgd_color_before_element .bloc_link_faq .classic_titles_and_link:last-of-type::before {
    background: url("../img/rectangle_arrondi_beige_271px.svg") no-repeat;
}
.content_bkgd_color_before_element .bloc_link_faq .classic_titles_and_link {
    margin-bottom: 0;
}
.page_spec_bloc_02_content {
    margin-bottom: 99px;
}
.page_spec_bloc_02_pic {
    position: relative;
    display: block;
    width: 954px;
    height: auto;
    min-height: 492px;
    margin: 0 auto;
    z-index: 1;
}
.page_spec_bloc_contact {
    box-sizing: border-box;
    padding: 147px 300px 100px;
    border-radius: 13px;
 }
.bloc_contact_content.page_hentry h2,
.bloc_contact_content.page_hentry h3,
.bloc_contact_content.page_hentry p {
    color: var(--wh) !important;
}
.page_spec_bloc_contact .classic_blue_button {
    padding-top: 22px;
    text-align: center;
}
.bloc_cities {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 48px 100px 42px 64px;
    margin-bottom: 104px;
    column-gap: 110px;
    background-color: var(--light_grey);
    border-radius: 13px;
    z-index: 1;
}
.bloc_cities:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../img/carre_blanc_avec_angles_sans_fleche_bleue.svg") no-repeat;
    width: 87px;
    height: 88px;
    right: -1px;
    bottom: 0;
    z-index: 2;
}
.bloc_cities .classic_title_h2_dark {
    display: block;
    width: 432px;
    height: auto;
    padding-bottom: 20px;
}
.bloc_cities_list {
    column-count: 2;
    column-gap: 110px;
}
.bloc_cities_list p {
    break-inside: avoid;    /* Garde l'élément entier dans une seule colonne, sans le couper si trop long */
    padding-bottom: 6px;
}
.bloc_cities_list p a {
    text-decoration: none;
}




















    /*************************/
/******* BREADCRUMB ******/
/*************************/
/*breadcrumb*/
#breadcrumb {
    display: block;
    margin-bottom: 20px;
}
#breadcrumb_content{
    display: block;
    padding-bottom: 9px;
}
.breadcrumb_item {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: var(--dark_grey);
}
.breadcrumb_item:last-of-type{
    color: var(--med_grey);
}
.breadcrumb_item:not(:last-of-type):after{
    content: '';
    display: inline-block;
    height : 0;
    width : 0;
    border-top : 4px solid transparent;
    border-bottom : 4px solid transparent;
    border-left : 5px solid var(--blk);
    margin: auto 12px;
}
.breadcrumb_item a{
    position: relative;
    color: var(--blk);
    text-decoration: none;
}
/* trait souligné au :hover */
.breadcrumb_item:not(:last-of-type):before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 25%;
    height: 1px;
    background-color: var(--dark_grey);
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.breadcrumb_item:not(:last-of-type):hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

/************************/
/*******PAGE HENTRY******/
/************************/
.page_title{
display: block;
line-height: 53px;
margin-bottom: 22px;
font-size: 48px;
}
.page_title_chapo_sub{
display: block;
line-height: 28px;
font-size: 25px;
font-family: /**/;
}
.post_content{
padding: 44px 0 76px;
}
.page_hentry_h1 {
    display: block;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 21px;
    text-transform: uppercase;
    color: var(--black);
}
.page_hentry h1 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 27px;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: var(--black);
}
.page_hentry h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    line-height: 29px;
    padding-bottom: 16px;
    color: var(--black);
}
.page_hentry h3 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 29px;
    color: var(--black);
}
.page_hentry h4 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 29px;
    color: var(--black);
}
.page_hentry p {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 15px;
    color: var(--black);
}
.page_hentry p:has(.check_box_blue) {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.page_hentry p.hide_empty_paragraphs {
    display: none;
}
.page_hentry p:has(.check_box_blue):before {
    content: '';
    display: inline-block;
    background: url("../img/page_hentry_check_btn_blue.svg") no-repeat center;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.page_hentry p:has(a.classic_blue_btn_right_arrow) a {
    margin: 38px 0 15px;
    color: var(--wh);
}
.page_hentry ul{
    padding: 0;
    margin: 0 0 27px;
}
.page_hentry ul li{
    position: relative;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 15px;
    color: var(--black);
}
.page_hentry ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 11px;
    left: 1px;
    background: var(--black);
    border-radius: var(--rad90);
}
.page_hentry b,
.page_hentry strong{
font-family: /**/;
}
.page_hentry em{
font-family: /**/;
}
.page_hentry img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border-radius: 13px;
}

/*404*/
#page_404{
display: flex;
flex-wrap: wrap;
padding: 94px 0 94px;
}
#page_404_ill_block{
width: 36.5%;
margin: 0 9.8% 0 0;
}
#page_404_ill_block object{
width: 100%;
max-width: 511px;
height: auto;
margin: auto;
}
#page_404_ill_main{
flex: 1;
padding-top: 53px;
}

/******************/
/*****REPETEUR*****/
/******************/
.page_hentry_wiz_repeat{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 40px 3%;
}
.page_hentry_repeat_block_type1{
width: 100%;
}
.page_hentry_repeat_block_type2{
width: 48.5%;
}
.page_hentry_repeat_block_type3{
width: 31.33%;
}
.page_hentry_repeat_block_type4{
width: 22.75%;
}

/**************************/
/* Bouton MENU Responsive */
/**************************/
#navtop_bt{
    display: none;
    position: absolute;
    width: 32px;
    height: 27px;
    background-color: var(--dark_grey);    /* couleur de mes barres horizontales */
    top: 35px;
    right: 35px;
    cursor: pointer;
    z-index: 888;
}
#navtop_bt.bt_navtop_hover {
    background-color: var(--white);
}
#navtop_bt_span {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    margin: auto;
    background: var(--dark_grey);
}
#navtop_bt_span:last-of-type {
    background: linear-gradient(to left, transparent 50%, var(--dark_grey) 50%);
}
.bt_navtop_hover #navtop_bt_span:first-of-type {
    transform: rotate(-45deg);
    top: 9px;
    background-color: var(--dark_grey) !important;
}
.bt_navtop_hover #navtop_bt_span:nth-child(2) {
    display: none;
}
.bt_navtop_hover #navtop_bt_span:last-of-type {
    transform: rotate(45deg);
    top: -4px;
    background-color: var(--dark_grey) !important;
}
.bt_navtop_hover #navtop_bt_span {
    background: none;
    transition: all 0.3s;
}

#header_main_nav ul ul {
/*#header_main_nav ul li.menu-item-has-children:hover ul {*/
    display: none;
}
#header_main_nav ul li.menu-item-has-children.resp_this_hover ul {
    display: block;
    transition: all 0.4s;
}
#header_main_nav ul ul {
    padding: 0 0 0 23px;
    background: none;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transition: all 0.4s;
}
#header_main_nav ul li.menu-item-has-children.resp_this_hover ul {
    display: none;
    /*display: flex;*/
    flex-wrap: wrap;
    transition: all 0.4s;
}




