*{
    margin: 0;
    padding: 0;
}

.landing_page{
    font-family: Poppins;
}

.landing_page .wrapper{
    max-width: 1200px;
    padding: 0 24px;
    box-sizing: content-box;
    margin: 0 auto;
}

.landing_page h2{
    font-size: 36px;
    line-height: 1.3em;
    color: #3E2881;
    font-weight: bold;
}

.landing_page p{
    font-size: 18px;
    line-height: 1.6em;
}

.landing_page a{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.landing_page header{
    height: 128px;
    padding: 0 24px;
}


.landing_page header .logo_nav{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}


.landing_page header .logo_nav ul {
    display: flex;
    align-items: center;
}

.landing_page header .logo_nav ul li{
    list-style: none;
    padding: 0 16px;
}


.landing_page header .logo_nav ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #000;
}


.landing_page header .logo_nav ul li a.contact{
    height: 69px;
    width: 159px;
    border-radius: 40px;
    background-color: #3E2881;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.landing_page header .logo_nav ul li a.contact:hover{
    background-color: #322067;
}

.landing_page header .logo_nav ul li a.contact:before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/e-mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.landing_page .content{
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fde5ef+1,e2def0+100 */
    background: linear-gradient(to right,  #fde5ef 1%,#e2def0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    overflow: hidden;
}

.landing_page .content:before{
    content: "";
    height: 1174px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&1+0,0+60 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.landing_page .content:after{
    content: "";
    height: 1330px;
    display: block;
    position: absolute;
    top: 290px;
    left: 0;
    margin-left: -665px;
    width:1330px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75&1+0,0+75 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

.landing_page .content .intro{
    padding: 80px 24px;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 996px;
    margin: 0 auto;
}

.landing_page .content .intro .texte{
    margin-top: 35px;
}

.landing_page .content .intro .texte h1{
    font-size: 60px;
    font-weight: bold;
    color: #3E2881;
    line-height: 1.3em;
    margin-bottom: 24px;
}

.landing_page .content .intro .texte p{
    max-width: 764px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6em;
}


.landing_page .content .articles{
    padding: 80px 24px;
    position: relative;
    z-index: 1;
}

.landing_page .content .articles h2{
    text-align: center;
    margin-bottom: 40px;
}

.landing_page .content .articles .blocs{
    display: flex;
    max-width: 1224px;
    margin: 0 auto;
}


.landing_page .content .articles .blocs .bloc{
    width:calc(33.33% - 24px);
    margin: 0 12px;
}

.landing_page .content .articles .blocs .bloc H3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}

.landing_page .content .articles .blocs .bloc p{
    margin-bottom: 16px;
}

.landing_page a.bouton{
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    background-color: #3E2881;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    width: max-content;
}

.landing_page a.bouton:hover{
    background-color: #322067;
}

.landing_page .content .articles .blocs .bloc .image{
    height: 256px;
    margin-bottom: 24px;
}

.landing_page .content .articles .blocs .bloc .image a{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing_page .content .articles .blocs .bloc .image img{
    max-width: 100%;
    max-height: 100%;
}

.landing_page .content .encart{
    background-color: #fff;
    padding: 80px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    max-width: 1440px;
}

.landing_page .content .encart .texte{
    width: 50%;
    max-width: 580px;
}

.landing_page .content .encart .texte h2{
    color: #E32257;
    font-size: 48px;
}



.landing_page .content .encart .image{
    height: 386px;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.landing_page .content .encart .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.landing_page .content .texte_liste{
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    max-width: 1220px;
    margin: 0 auto;
}

.landing_page .content .texte_liste .texte{
    width: calc(50% - 20px);
    margin: 0 10px;
}

.landing_page .content .texte_liste .texte h2{
    margin-bottom: 24px;
}

.landing_page .content .texte_liste .texte p{
    font-size: 20px;
    max-width: 482px;
}

.landing_page .content .texte_liste .liste{
    width: calc(50% - 20px);
    margin: 0 10px;
}

.landing_page .content .texte_liste .liste ul li{
    list-style: none;
    display: flex;
    margin-bottom: 40px;
}

.landing_page .content .texte_liste .liste ul li:last-child{
    margin-bottom: 0;
}

.landing_page .content .texte_liste .texte a.bouton{
    margin-top: 24px;
}

.landing_page .content .texte_liste .liste ul li .image{
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    margin-right: 24px;
}

.landing_page .content .texte_liste .liste ul li .image img{
    max-width: 100%;
}

.landing_page .content .texte_liste .liste ul li .li_texte h3{
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.landing_page .content .video_texte{
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.landing_page .content .video_texte .video_container{
    min-width: 588px;
    container-type:inline-size;
    margin-right: 80px;
}

.landing_page .content .video_texte .video_container .video{
    height: 66cqw;
    width: 100%;
    background-color: black;
    position: relative;
    cursor: pointer;
}

.landing_page .content .video_texte .video_container .video:before{
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../img/play.png);
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    left: 50%;
}

.landing_page .content .video_texte .texte H2{
    margin-bottom: 24px;
}

.landing_page .content .citation{
    background-color: rgba(255,255,255,50%);
    width: 75%;
    max-width: 1200px;
    margin: 80px auto;
    padding: 80px 200px;
    box-sizing: border-box;
    border-radius: 64px;

}

.landing_page .content .citation h2{
    margin-bottom: 24px;
}

.landing_page .content .citation .texte{
    padding: 0 48px;
    position: relative;
    margin-bottom: 24px;
}

.landing_page .content .citation .texte p{
    font-size: 20px;
}

.landing_page .content .citation .texte:before{
    content: "";
    width: 32px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/citation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.landing_page .content .citation .texte:after{
    content: "";
    width: 32px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/citation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing_page .content .citation .auteur{
    display: flex;
    align-items: center;
}

.landing_page .content .citation .auteur .image{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.landing_page .content .citation .auteur .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing_page .content .citation .auteur .nom{
    font-size: 20px;
    font-weight: 700;
}

.landing_page .content .texte_centre{
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 0;
}

.landing_page .content .texte_centre h2{
    margin-bottom: 24px;
}

.landing_page .content .texte_centre ul li{
    list-style: none;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.landing_page .content .texte_centre ul li:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #CC2251;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.landing_page .content .texte_centre a.bouton{
    margin-top: 24px;
}

.landing_page .content .decouvrir{
    padding: 80px 0;
}

.landing_page .content .decouvrir h2{
    text-align: center;
    max-width: 792px;
    margin: 0 auto 24px auto;
}

.landing_page .content .decouvrir p{
    text-align: center;
    max-width: 792px;
    margin: 0 auto 40px auto;
}


.landing_page .content .decouvrir ul{
    list-style: none;
    display: flex;
    max-width: 1224px;
    margin: 0 auto 40px auto;
}

.landing_page .content .decouvrir ul li{
    width: calc(33.33% - 24px);
    margin: 0 12px;
}

.landing_page .content .decouvrir ul li .chiffre{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border:2px solid #E32257;
    color: #E32257;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    font-weight: 500;
}

.landing_page .content .decouvrir ul li h3{
    text-align: center;
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.landing_page .content .decouvrir a.bouton{
    margin: 0 auto;
}

.landing_page .content .accordeons{
    max-width: 792px;
    padding: 80px 0;
    margin: 0 auto;
}



.landing_page .content .accordeons h2{
    margin-bottom: 40px;
}

.landing_page .content .accordeons .accordeon{
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 16px;
    padding: 24px 32px 32px 24px;
}

.landing_page .content .accordeons .accordeon h3{
    color: #3E2881;
    font-size: 20px;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
}

.landing_page .content .accordeons .accordeon h3:after{
    content:"";
    font-family: "font awesome 6 pro";
    position: absolute;
    right: 0;
    top: 4px;
    font-weight: 300;
}

.landing_page .content .accordeons .accordeon.opened h3:after{
    content: "";
}

.landing_page .content .accordeons .accordeon .texte{
    display: none;
    padding-top: 24px;
}

.landing_page .content .accordeons .accordeon.opened .texte{
    display: block;
}

.landing_page .content .accordeons .accordeon .texte p{
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom:24px;
}

.landing_page .content .accordeons .accordeon .texte p:last-child{
    margin-bottom: 0;
}

.landing_page .content .accordeons .accordeon .texte a.masquer{
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-right:23px;
}

.landing_page .content .accordeons .accordeon .texte a.masquer:after{
    content:"";
    font-family: "font awesome 6 pro";
    margin-left: 10px;
    font-weight: 300;
    margin-top: 7px;
    position: absolute;
    right: 0;
    top: -4px;
}


.landing_page footer{
    background-color: #191034;
    padding: 104px;
    overflow: hidden;
}

.landing_page footer .logo{
    position: relative;
}

.landing_page footer .logo:after{
    content: "";
    display: block;
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -236px;
    margin-top: -453px;
    background-image: url(../img/bg-footer-lp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.landing_page footer .logo_rs{
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,30%);
    margin-bottom: 24px;

}


.landing_page footer .logo_rs .rs{
    position: relative;
    z-index: 1;
}


.landing_page footer .logo_rs .rs p{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.landing_page footer .logo_rs .rs a.bouton{
    background-color: #E32257;
}

.landing_page footer .logo_rs .rs a.bouton:hover{
    background-color: #CC2251;
}

.landing_page footer .logo_rs .rs .bouton_ul{
    display: flex;
}

.landing_page footer .logo_rs .rs .bouton_ul ul{
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 28px;
}

.landing_page footer .logo_rs .rs .bouton_ul ul li a{
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 12px;
}

.landing_page footer .logo_rs .rs .bouton_ul ul li a span{
    position: absolute;
    text-indent: -999999px;
}

.landing_page footer .menu{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}


.landing_page footer .menu ul{
    list-style: none;
    display: flex;
}

.landing_page footer .menu ul li a{
    color: #fff;
    text-decoration: none;
    color: #fff;
    margin-right: 24px;
    font-size: 14px;
}


.landing_page footer .menu p{
    color: #fff;
    font-size: 14px;
}
