
@font-face {
    font-family: 'Confiance';
    src: url('../fonts/Confiance-Medium.woff2') format('woff2'),
        url('../fonts/Confiance-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Confiance';
    src: url('../fonts/Confiance-Bold.woff2') format('woff2'),
        url('../fonts/Confiance-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Confiance';
    src: url('../fonts/Confiance-Light.woff2') format('woff2'),
        url('../fonts/Confiance-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Confiance';
    src: url('../fonts/Confiance-Regular.woff2') format('woff2'),
        url('../fonts/Confiance-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Confiance';
    src: url('../fonts/Confiance-ExtraBold.woff2') format('woff2'),
        url('../fonts/Confiance-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.longread-template.frozen{
    position: fixed;
    overflow: hidden;
    height: 100svh;
    width: 100%;
}


.longread-template.frozen{
    position: fixed;
    overflow: hidden;
    height: 100svh;
    width: 100%;
}

.longread-template header .logo img{
    width: 110px;
}

.longread-template, .page-template-template-introduction{
    font-family: "confiance";
}


.longread-template .wrapper, .page-template-template-introduction .wrapper{
    max-width: 1512px;
    padding: 0 128px;
    margin: 0 auto;
    width: 100%;
}

.longread-template .sub_wrapper, .page-template-template-introduction .sub_wrapper{
    max-width: 1255px;
    margin: 0 auto;
    width: 100%;
}

.longread-template header , .page-template-template-introduction header{
    border-bottom: 31px solid #000;
    z-index: 2;
    position: relative;
    background-color: #fff;
    padding-top: 27px;
}

.longread-template header .logo, .page-template-template-introduction header .logo{
    display: flex;
    align-items: center;
    justify-content: center;

}


.longread-template header .logo-menu, .page-template-template-introduction header .logo-menu{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1512px;
    padding: 0 128px 46px 128px;
    margin: -18px auto 0 auto;

}

.longread-template header .logo-menu .menu ul, .page-template-template-introduction header .logo-menu .menu ul{
    display: flex;
    margin-bottom: 14px;
}

.longread-template header .logo-menu .menu li, .page-template-template-introduction header .logo-menu .menu li{
    max-width: 147px;
    margin-right:52px;
}
.longread-template header .logo-menu .menu li:last-child, .page-template-template-introduction header .logo-menu .menu li:last-child{
    margin-right: 0;
}

.longread-template header .logo-menu .menu li a, .page-template-template-introduction header .logo-menu .menu li a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
}

.longread-template header .logo-menu .menu li a:before, .page-template-template-introduction header .logo-menu .menu li a:before{
    content: "";
    font-family: "font awesome 6 pro";
    font-weight: 200;
    margin-right: 4px;
    display: block;
}


/*HEAD*/
/* Effet de clignotement pour image_content */
.longread-template .animate_square .image_content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.longread-template .animate_square .image_content.active {
    opacity: 1;
}


.longread-template .animate_square{
    margin: auto;
    width: 1496px;
    height: 680px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.longread-template .animate_square .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}


.longread-template .animate_square .image_content{
    position: absolute;
    top: 0;
    left: calc(136px * 4);
    width:calc(136px * 6);
    height: 100%;
}

.longread-template .animate_square .image img{
    /* width: auto; */
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.longread-template .animate_square .image .grille{
    position: absolute;
    left: 0;
    width:100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.longread-template .animate_square .image .grille .square_with_image{
    width: 408px;
    height: 408px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
}

.longread-template .animate_square .image .grille .square_with_image .square{
    position: static;
}

.longread-template .animate_square .image .grille .square_with_image .square_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.longread-template .animate_square .image .grille .square_with_image.show_image .square_image{
    opacity: 1;
}

.longread-template .animate_square .image .grille .square_with_image .square_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.longread-template .animate_square .image .grille .square_with_image .square.blue{
    background-color: #1b64d7;
    width: 33.33%;
    height: 33.33%;
    position: static;
}

.longread-template .animate_square .image .grille .square{
    width: 136px;
    height: 136px;
    position: absolute;
    z-index: 2;
    transform: translateZ(0); /* ← AJOUTER CECI */
   -webkit-transform: translateZ(0);
}

.longread-template .animate_square .image .grille .square.white{
    background-color: #FFF;
}

.longread-template .animate_square .image .grille .square.blue{
    background-color: #1b64d7;
}

.longread-template .animate_square .image .grille .square.black{
    background-color: #000;
}

.longread-template .animate_square .image .grille .square.green{
    background-color: #93DD7D;
}

.longread-template .animate_square .image .grille .from_left{
    opacity: 0;
    left: -136px;
}


.longread-template .animate_square .image .grille .from_right{
    opacity: 0;
    right: -136px;
}

.longread-template .animate_square .image .grille .square_with_image .from_right{
    right: auto;
}

.longread-template .animate_square .image .grille .square_with_image .from_left{
    left: auto;
}

.longread-template .animate_square .image .grille .square_with_image .square.show_image{
    opacity: 0;
}

.longread-template .animate_square .image .grille .active{
    opacity: 1;
}

.longread-template .animate_square .image .grille .active.right_5{
    right: calc(136px * 5);
}

.longread-template .animate_square .image .grille .active.right_4{
    right: calc(136px * 4);
}

.longread-template .animate_square .image .grille .active.right_3{
    right: calc(136px * 3);
}

.longread-template .animate_square .image .grille .active.right_2{
    right: calc(136px * 2);
}

.longread-template .animate_square .image .grille .active.right_1{
    right: calc(136px * 1);
}


.longread-template .animate_square .image .grille .active.right_0{
    right: calc(136px * 0);
}

.longread-template .animate_square .image .grille .active.left_6{
    left: calc(136px * 6);
}

.longread-template .animate_square .image .grille .active.left_5{
    left: calc(136px * 5);
}

.longread-template .animate_square .image .grille .active.left_4{
    left: calc(136px * 4);
}

.longread-template .animate_square .image .grille .active.left_3{
    left: calc(136px * 3);
}

.longread-template .animate_square .image .grille .active.left_2{
    left: calc(136px * 2);
}

.longread-template .animate_square .image .grille .active.left_1{
    left: calc(136px * 1);
}


.longread-template .animate_square .image .grille .active.left_0{
    left: calc(136px * 0);
}

.longread-template .animate_square .image .grille .active.top_4{
    top: calc(136px * 4);
}

.longread-template .animate_square .image .grille .active.top_3{
    top: calc(136px * 3);
}

.longread-template .animate_square .image .grille .active.top_2{
    top: calc(136px * 2);
}

.longread-template .animate_square .image .grille .active.top_1{
    top: calc(136px * 1);
}

.longread-template .animate_square .image .grille .active.top_0{
    top: calc(136px * 0);
}

.longread-template .animate_square .image .grille .square_with_arrow{
    width: calc(136px * 2);
    height: 136px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 136px;
    overflow: hidden;
}

.longread-template .animate_square .image .grille .square_with_arrow .arrow{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left: -100%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.longread-template .animate_square .image .grille .square_with_arrow.show_arrow .arrow{
    left: 0;
    z-index:3;
}

.longread-template .animate_square .image .grille .square_with_arrow .arrow:before{
    content: "";
    width: 253px;
    height: 74px;
    display: block;
    background-image: url(../../assets/img/longread/very-long-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -30px;
}

.longread-template .animate_square .image .grille .square_with_arrow .square{
    position: static;
}


.longread-template .animate_square a.arrow{
    display: flex;
    height: 138px;
    width: 276px;
    background-color: #1B64D7;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;

    display: none;
}

.longread-template .animate_square a.arrow span{
    position: absolute;
    text-indent: -9999px;
}

.longread-template .animate_square a.arrow:before{
    content: "";
    width: 253px;
    height: 74px;
    display: block;
    background-image: url(../../assets/img/longread/very-long-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -30px;
}

.longread-template .animate_square_parent.style_3 .image_content._1{
    width: calc(136px * 5);
    height:  calc(136px * 4);
    position: absolute;
    left: 0;
    top: 0;
}

.longread-template .animate_square_parent.style_3 .image_content._2{
    width: calc(136px * 5);
    height:  calc(136px * 4);
    position: absolute;
    left: auto;
    right: calc(136px * 1);
    top: 0;
}



.longread-template .animate_square_parent.style_3 .animate_square .image .grille .square_with_image{
    width: calc(136px * 3);
    height:  calc(136px * 2);
}

.longread-template .animate_square_parent.style_2 .animate_square .image_content{
    left: calc(136px * 2);
    width: calc(136px * 7);
    top:0;
}

.longread-template .animate_square_parent.style_2 .animate_square .image .grille .square_with_image._1{
    width: calc(136px * 3);
    height:  calc(136px * 2);
}

.longread-template .animate_square_parent.style_2 .animate_square .image .grille .square_with_image._2{
    width: calc(136px * 2);
    height:  calc(136px * 4);
}

.longread-template .block-titre {
    padding: 85px 0 43px 0;
}

.longread-template .block-titre h1{
    font-size: 62px;
    line-height: 66px;
    text-align: center;
    font-family: "Gasoek One";
    text-transform: uppercase;
    max-width: 1045px;
    margin: 0 auto 43px auto;
    font-weight: normal;
}

.longread-template .block-titre .date{
    text-align: center;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
}

.longread-template .block-titre .temps{
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
    line-height: normal;
}

.longread-template .block-titre .temps:before{
    content: "";
    font-family: "font awesome 6 pro";
    display: inline-block;
    margin-right: 6px;
}

.longread-template .wp-block-group.has-background p.chapo{
    max-width: 1045px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 50px;
}

.longread-template .block-image-lien{
    /* height: 747px; */
    margin-bottom: 81px;
    /* position: relative;
    width: 100%; */
}

/* .longread-template .block-image-lien .image{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.longread-template .block-image-lien .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.longread-template h2{
    font-size: 51px;
    line-height: 64px;
    text-transform: uppercase;
    max-width: 1018px;
    margin: 0 auto 46px auto;
    font-family: "Gasoek One";
    font-weight: normal;
}

.longread-template .wp-block-group p{
    max-width: 833px;
    margin: 0 auto 29px auto;
    font-size: 20px;
    line-height: 34px;
}

.longread-template .wp-block-group p:last-child{
    margin-bottom: 0;
}

.longread-template .wp-block-group p.has-large-font-size{
    font-size: 45px!important;
    line-height: 51px;
    font-weight: 500;
    /* margin-top: 70px;
    margin-bottom: 70px; */
}

.longread-template .block-image{
    height: 574px;
    position: relative;
}

.longread-template .block-image .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.longread-template .block-image .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.longread-template .wp-block-group.has-background h2{
    max-width: 1210px;
    padding-top: 196px;
    padding-bottom: 28px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    font-size: 71px;
    line-height: 69px;
}

.longread-template .wp-block-group.has-background{
    padding-bottom: 90px;
}

.longread-template .wp-block-video{
    position: relative;
    width: 100%;
    max-width: 883px; /* Largeur max d'origine */
    margin: 0 auto 40px auto;

    /* Calcul du ratio : (hauteur / largeur) * 100 */
    /* 498 / 883 = 0.564 = 56.4% */
    aspect-ratio: 883/498; /* Méthode moderne (préférée) */
}

.longread-template .wp-block-video video{
    display: block;
    height: 100%;
}

.longread-template .block-image-texte-chiffre .image_texte{
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    position: relative;
}


.longread-template .block-image-texte-chiffre .image_texte.reverse{
    display: flex;
    flex-direction: row-reverse;
}

.longread-template .block-image-texte-chiffre .image_texte.reverse .texte{
    padding-left: 0;
    padding-right:112px;
}


.longread-template .block-image-texte-chiffre .image_texte.margin_negative_30{
    margin-top: -30px;
}

.longread-template .block-image-texte-chiffre .image_texte.margin_negative_30 .texte{
    padding-top: 30px;
}

.longread-template .block-image-texte-chiffre .image_texte.margin_negative_50{
    margin-top: -50px;
}

.longread-template .block-image-texte-chiffre .image_texte.margin_negative_50 .texte{
    padding-top: 50px;
}

.longread-template .block-image-texte-chiffre .image_texte.margin_negative_70{
    margin-top: -70px;
}

.longread-template .block-image-texte-chiffre .image_texte.margin_negative_70 .texte{
    padding-top: 70px;
}

.longread-template h3{
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
}

.longread-template .block-image-texte-chiffre .image_texte .image{
    width: 622px;
    min-width: 622px;
    height: 893px;
}

.longread-template .block-image-texte-chiffre .image_texte .image.responsive{
    display: none;
}

.longread-template .block-image-texte-chiffre .image_texte .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.longread-template .block-image-texte-chiffre .image_texte .texte{
    width: 668px;
    min-width: 668px;
    padding: 0 0 0 112px;
    box-sizing: content-box;
}

.longread-template .block-image-texte-chiffre .image_texte .texte h3{
    padding-top: 70px;
    margin-bottom: 36px;
}

.longread-template .block-image-texte-chiffre .image_texte p{
    max-width: 100%;
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres.column{
    flex-direction: column;
}


.longread-template .block-image-texte-chiffre .image_texte .chiffres.column .chiffre{
    margin-bottom: 60px;
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre{
    margin-right: 57px;
    max-width: calc(50% - 57px);
    min-width: calc(50% - 57px);
    margin-bottom: 70px;
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre:nth-child(2),
.longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre:nth-child(4){
    margin-right: 0;
    max-width: calc(50%);
    min-width: calc(50%);
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre p span{
    font-size: 81px;
    font-family: "Gasoek One";
    display: block;
    margin-bottom: 26px;
    width: max-content;
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre p{
    font-size: 20px;
    line-height: 27px;
}

/* .longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre span {
    visibility: hidden;
}

.longread-template .block-image-texte-chiffre .image_texte .chiffres .chiffre span.animated {
    visibility: visible;
} */

.longread-template .block-image-texte .image_texte{
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.longread-template .block-image-texte .image_texte .image{
    width: 378px;
    min-width: 378px;
    height: 611px;
}

.longread-template .block-image-texte .image_texte .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.longread-template .block-image-texte .image_texte .texte{
    width: 781px;
    padding: 0 48px;
    box-sizing: content-box;
}

.longread-template .block-image-texte .image_texte .texte p{
    font-size: 18px;
    line-height: 30px;
}

.longread-template .block-image-texte .image_texte .texte p.citation{
    font-size: 45px;
    line-height: 51px;
    letter-spacing: -1px;
    margin-top: 16px;
}

.longread-template .block-image-texte .image_texte .texte p.auteur{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.longread-template .wp-block-separator{
    border:none;
    height: 1px;
    background-color: #BCBABA;
    width: 100%;
    max-width: 1255px;
    margin: 90px auto;
}

.longread-template .block-image-texte .image_legende .image{
    width: 230px;
    min-width: 230px;
    height: 230px;
    margin-bottom: 19px;
    margin-top: 16px;
}

.longread-template .block-image-texte .image_legende p{
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.longread-template .block-image-texte .image_legende_2{
    margin-top: 16px;
}

.longread-template .block-image-texte .image_legende_2 .row{
    display: flex;
    align-items: center;
}
 .longread-template .block-image-texte .image_legende_2 .row p{
     padding: 0 0 0 20px;
     font-size: 20px;
     line-height: 27px;
     font-weight: 700;
     max-width: 219px;
 }

.longread-template .block-image-texte .image_legende_2 .row:first-child .image{
    margin-left: 219px;
}

.longread-template .block-image-texte .image_legende_2 .image{
    width: 219px;
    min-width: 219px;
    height: 219px;
}

.longread-template .wp-block-video{
    position: relative;
}

.longread-template .wp-block-video .video-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.longread-template .wp-block-video .video-layer img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.longread-template .wp-block-video .video-layer .play-button{
    width: 198px;
    height: 57px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.longread-template {
    overflow-x: hidden;
}

.longread-template .wp-block-video .video-layer .play-button:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 19px;
    border-color: transparent transparent transparent #1B64D7;
    margin-right:10px;
}

.longread-template footer, .page-template-template-introduction footer{
    padding-top: 30px;
}

.longread-template footer .back, .page-template-template-introduction footer .back{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.longread-template footer .back a, .page-template-template-introduction footer .back a{
    width:67px;
    height: 67px;
    background-color: #1B64D7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 45px;
}

.longread-template footer .back a span, .page-template-template-introduction footer .back a span{
    position: absolute;
    text-indent: -99999px;
}

.longread-template footer .logo_rs, .page-template-template-introduction footer .logo_rs{
    height: 132px;
    background-color: #000;
}

.longread-template footer .logo_rs .wrapper, .page-template-template-introduction footer .logo_rs .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.longread-template footer .logo_rs .logo, .page-template-template-introduction footer .logo_rs .logo{

}

.longread-template footer .logo_rs .rs, .page-template-template-introduction footer .logo_rs .rs{
    display: flex;
}

.longread-template footer .logo_rs .rs a, .page-template-template-introduction footer .logo_rs .rs a{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    margin-left:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}

.longread-template footer .logo_rs .rs a span, .page-template-template-introduction footer .logo_rs .rs a span{
    position: absolute;
    text-indent: -99999px;
}

.longread-template .block-temoignage{
    background-color: #1B64D7;
    position: relative;
}

.longread-template .block-temoignage .wrapper{
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    align-items: center;
}



.longread-template .block-temoignage .wrapper .image_deco{
    min-width: 580px;
    height: 772px;
    position: relative;
}

.longread-template .block-temoignage .wrapper .image_deco img{
    position: absolute;
    top: 0;
    left: 126px;
}

.longread-template .block-temoignage .wrapper .image_deco span{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100%;
    width: 100%;
    margin-left: -60px;
}

.longread-template .block-temoignage .wrapper .texte_image {
    display: flex;
}

.longread-template .block-temoignage .wrapper .texte_image .image_legende{
    margin-right: 43px;
}

.longread-template .block-temoignage .wrapper .texte_image .image_legende .image{
    width: 202px;
    height: 202px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
}

.longread-template .block-temoignage .wrapper .texte_image .image_legende p{
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    padding: 11px 0 11px 11px;
    border-left:1px solid white;
    color: #fff;
    max-width: 190px;
    margin: 0;
}

.longread-template .block-temoignage .wrapper .texte_image .image_legende .image img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.longread-template .block-temoignage .wrapper .texte_image .texte p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.longread-template .block-temoignage .wrapper .texte_image .texte p.citation{
    font-size: 53px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
}

.container-longread{
    position: relative;
    z-index: 1;
}

.container-longread-intro{
    position: fixed;
    height: calc(100svh - 222px);
    top: 222px;
    width: 100%;
    left: 0;
    z-index: 999999999999;
    background-color: #fff;
    display: none;
    overflow: auto;
}


/* width */
.container-longread-intro::-webkit-scrollbar,  .container-longread-mot::-webkit-scrollbar{
  width: 7px;
}

/* Track */
.container-longread-intro::-webkit-scrollbar-track, .container-longread-mot::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.container-longread-intro::-webkit-scrollbar-thumb,  .container-longread-mot::-webkit-scrollbar-thumb{
  background: #888;
}

.container-longread-intro.active{
    display: block;
}

.container-longread-intro .wrapper{
    display: flex;

}

.container-longread-intro .wrapper .texte{
    min-width: 554px;
    max-width: 554px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.container-longread-intro .wrapper .texte p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.container-longread-intro .wrapper .texte p:last-child{
    margin-bottom: 0;
}

.container-longread-intro .wrapper .image_titre{
    width: 100%;
    margin-right: 38px;
    height:754px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.container-longread-intro .wrapper .image_titre .image{
    width: 1177px;
    height: 754px;
    position: absolute;
    right: 0;
    top: -40px;
    overflow: hidden;
}

.container-longread-intro .wrapper .image_titre .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.container-longread-intro .wrapper .image_titre h1{
    font-size: 53px;
    line-height: 58px;
    text-transform: uppercase;
    padding-top: 80px;
    max-width: 600px;
    font-weight: 800;
}

.container-longread-intro .wrapper .image_titre h1 span{
    color: #1b64d7;
}

.container-longread-intro .close span, .container-longread-mot .close span{
    position: absolute;
    text-indent: -999999px;
}

.container-longread-intro .close, .container-longread-mot .close{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    border:none;
    position: absolute;
    right: 30px;
    top: 30px;
}

.container-longread-intro .close:before, .container-longread-mot .close:before{
    content: "";
    font-family: "font awesome 6 sharp";
    font-size: 30px;
}


.container-longread-mot{
    padding-top: 53px;
    padding-bottom: 72px;
    position: fixed;
    height: calc(100svh - 222px);
    top: 222px;
    width: 100%;
    left: 0;
    z-index: 999999999999;
    background-color: #fff;
    display: none;
    overflow: auto;
}
.container-longread-mot.active{
    display: block;
}

.container-longread-mot .wrapper{
    display: flex;
    padding: 0 32px;
    margin-top: 30px;
}
.container-longread-mot .image_legende{
    min-width: 396px;
    max-width: 396px;
    margin-right: 41px;
}

.container-longread-mot .image_legende .image{
    width: 100%;
    height: auto;
    position: relative;
}

.container-longread-mot .image_legende .image:after{
    content: "";
    width: 120px;
    height: 80px;
    display: block;
    position: absolute;
    right: -60px;
    top: -20px;
    background-image: url(../img/longread/guillemts.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.container-longread-mot .image_legende .image img{
    width: 100%;
    height: auto;
}

.container-longread-mot .image_legende p{
    font-size: 23px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 17px;
    border-left: 5px solid #1b64d7;
    margin-top: 36px;
}


.container-longread-mot .texte {
    column-count: 2;
    column-gap: 41px;
    position: relative;
    z-index: 1;
}

/* Pour éviter que les titres et paragraphes soient coupés entre les colonnes */
.container-longread-mot .texte h1,
.container-longread-mot .texte p {
    /* break-inside: avoid;
    page-break-inside: avoid; /* Pour une meilleure compatibilité */
}

.container-longread-mot .texte h1{
    font-size: 40px;
    line-height: 41px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.container-longread-mot .texte p{
    font-size: 16px;
    line-height: 21px;
}
