.acct_20260121_LP_container img{
    display:block;
    width:100%;
    height:auto;
}
a.acct_20260121_cta{
    display: block;
    margin: auto;
    text-align: center;
    width: fit-content;
    padding: 12px 30px;
    background: #fff000;
    border-radius: 999px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition:all 0.3s ease-in-out;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2); 
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
}
a.acct_20260121_cta:hover{
    background-color: #ffdf3d;
    color: #0f0f11;
}


.acct_20260121_header{
    display:flex;
    align-items: center;
    justify-content: space-between;
    background:#d88339;
    border-radius:0 0 27px 27px;
}
.acct_20260121_header>div:first-child p,
.acct_20260121_header>div:last-child p{
    font-family:'Gilroy','lato',Arial, Helvetica, sans-serif;
    text-align: center;
    color:#fff;
}
.acct_20260121_header>div:first-child{
    padding:15px 0 15px 15px;
}
.acct_20260121_header>div:first-child p{
    font-size:75px;
    font-weight:800;
    line-height: 36px;
    margin-bottom:-30px;
}
.acct_20260121_header>div:first-child p span{
    font-size:36px;
    font-weight:normal;
}
.acct_20260121_header>div:nth-child(2){
    align-self: flex-end;
}
.acct_20260121_header>div:last-child{
    padding:15px 23px 15px 0;
}
.acct_20260121_header>div:last-child p{
    font-size:27px;
    line-height: 27px;
}
.acct_20260121_header>div:last-child p>strong{
    font-weight:800;
    font-size:72px;
    line-height:72px;
}
.acct_20260121_header>div:last-child p>span{
    font-size:23px;
}
.acct_20260121_header>div:last-child p>strong:last-child{
    font-size:48px;
    line-height:48px;
}


.acct_20260121_edito{
    width:90%;
    max-width: 966px;
    margin:auto;
    padding:35px 0;
}
.acct_20260121_edito p{
    text-align: center;
    font-size:16px;
    line-height: 19px;
    margin-bottom:30px;
}



.acct_20260121_fid{
    margin-top:40px;
}
.acct_20260121_fid>p{
    width:90%;
    margin:auto;
    text-align: center;
    font-size: 43px;
    color: #313131;
    font-family: 'Gilroy', 'lato', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    margin-bottom:25px;
}
.acct_20260121_fid p img{
    margin-top: -40px;
}
.acct_20260121_fid_content{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    flex-wrap: wrap;
    width: fit-content;
    margin:auto;
}
.acct_20260121_fid_content>div{
    position: relative;
}
.acct_20260121_fid_content>div p{
    font-size:23px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Gilroy', 'lato', Arial, Helvetica, sans-serif;
    font-weight: 700;
    width:98%;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.79);
    text-align: center;
}

@media screen and (max-width:1160px) {
    .acct_20260121_fid{
        margin-top:0;
    }
    .acct_20260121_fid>p{
        max-width:650px;
        line-height: 120px;
    }
}



.acct_20260121_comment_content{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    background:#d88339;
    border-radius:21px;
    padding-top:24px;
    padding-bottom:10px;
    margin-top:100px;
}
.acct_20260121_comment_content_texte{
    margin-left:-15px;
    align-self:flex-end;
    width:53%;
    min-width: 420px;
}
.acct_20260121_comment_content_texte>p{
    text-align: center;
    color:#fff;
}
.acct_20260121_comment_content_texte>p:first-child{
    font-size:60px;
    line-height: 60px;
    font-family:'Gilroy','lato',Arial, Helvetica, sans-serif;
    font-weight:800;
    margin-bottom:28px;
}
.acct_20260121_comment_content_texte>p:nth-child(2){
    font-size:22px;
    line-height:22px;
    font-family:'lato',Arial, Helvetica, sans-serif;
    width:90%;
    margin:auto;
    margin-bottom:40px;
    letter-spacing: 1px;
}
.acct_20260121_comment_content_texte>p:last-child{
    font-size:16px;
    line-height:16px;
    font-family:'lato',Arial, Helvetica, sans-serif;
    font-style:italic;
    width:90%;
    margin:auto;
}
.acct_20260121_comment_img{
    position:absolute;
    top:-85px;
    right:37px;
}
.acct_20260121_comment_texte{
    width:90%;
    margin:60px auto 85px;
    text-align: center;
}
.acct_20260121_comment_texte>p:first-child{
    color:#d88339;
    font-family:'Gilroy','lato',Arial, Helvetica, sans-serif;
    font-weight:800;
    margin:0 auto 22px;
    font-size:52px;
    line-height: 52px;
}
.acct_20260121_comment_texte>p:nth-child(2){
    font-family:'lato',Arial, Helvetica, sans-serif;
    font-weight:800;
    margin:0 auto 34px;
    font-size:22px;
    line-height: 22px;
}
.acct_20260121_comment_texte>p:nth-child(2) i{
    font-weight: normal;
}


.acct_20260121_faq>p{
    width:90%;
    margin:0 auto 50px;
    font-size:41px;
    font-family: 'Gilroy','lato',Arial, Helvetica, sans-serif;
    font-weight:500;
    text-align: center;
}
.acct_20260121_faq a.acct_20260121_cta{
    margin:65px auto;
}
.acct_20260121_faq .acct_20260121_faq_content {
    width: 95%;
    margin: 0 auto;
    min-width: 375px;
    max-width: 630px;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item {
    margin: 0 0 0.8rem 0;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question {
    font-size: 24px;
    line-height: 28px;
    padding: 2rem 6rem 2rem 3rem;
    position: relative;
    cursor: pointer;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_answer, .acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question {
    background: #CDD6DD;
    margin: 1px 0 0 0;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_answer p, .acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question p {
    padding: 0;
    margin: 0;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .plus {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: transparent url(https://imagine.bayard.io/unsafe/23x42/bayard-static/e-bayard-jeunesse.com/2026/landing-page/lp-lmda/images/faq-btn-01.png) no-repeat 0 -22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question.active.plus{
    background-position: 0 5px;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .plus.cross {
    background-position: 0 2px;
}
.acct_20260121_faq_item .acct_20260121_faq_answer {  
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms ease;
    padding:0;
}
.acct_20260121_faq_content .acct_20260121_faq_answer > .acct_20260121_faq_content {
    overflow: hidden;
    margin:0;
}
.acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question.active ~ .acct_20260121_faq_answer {
    grid-template-rows: 1fr;
}
.acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_answer {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
}
.acct_20260121_faq_item .acct_20260121_faq_answer .acct_20260121_faq_contenu{
    padding: 2rem 3rem 3rem;
}
.acct_20260121_faq .acct_20260121_faq_content ul, .acct_20260121_faq .acct_20260121_faq_content ol {
    margin: 0 0 0 2rem;
}
.acct_20260121_faq .acct_20260121_faq_content ul li, .acct_20260121_faq .acct_20260121_faq_content ol li {
    list-style: disc;
    margin: 0 0 1rem 0;
}



@media screen and (max-width:767px) {
    .acct_20260121_hide_mobile{
        display:none!important;
    }
    .acct_20260121_header{
        flex-direction: column;
        position:relative;
        padding-bottom:72px;
    }
    .acct_20260121_header>div:first-child{
        padding: 25px 10% 0 0;
        align-self: flex-end;
        position: relative;
    }
    .acct_20260121_header>div:first-child p{
        text-align: left;
        font-size:39px;
        line-height: 39px;
    }
    .acct_20260121_header>div:first-child img{
        max-width:130px;
        position: absolute;
        max-width: 130px!important;
        left: 60px;
        top: 66px;
    }
    .acct_20260121_header>div:first-child p span{
        font-size: 25px;
        font-weight: 800;
    }
    .acct_20260121_header>div:nth-child(2){
        position:absolute;
        bottom:0;
        left:0;
        overflow: hidden;
        width:45%;
        max-width:290px;
        min-width:145px;
    }
    .acct_20260121_header>div:last-child{
        align-self: flex-end;
        padding: 40px 10% 0 0;
    }
    .acct_20260121_header>div:last-child p{
        font-size:15px;
        line-height: 15px;
    }
    .acct_20260121_header>div:last-child p>strong,
    .acct_20260121_header>div:last-child p>span{
        font-size:39px;
        line-height: 39px;
        font-weight:800;
    }
    .acct_20260121_header>div:last-child p>strong:last-child{
        font-size:26px;
        line-height: 26px;
        display:block;
    }
    .acct_20260121_edito p{
        font-size:14px;
        line-height: 16px;
    }
    a.acct_20260121_cta{
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 14px;
    }
    .acct_20260121_fid{
        position:relative;
        margin-top:0;
    }
    .acct_20260121_fid>p{
        font-size:20px;
        padding-top:90px;
    }
    .acct_20260121_fid>p img{
        position:absolute;
        top:0;
        left:0;
        right:0;
        margin:auto;
        max-width:205px!important;
    }
    .acct_20260121_fid_content{
        padding:0 10px;
        margin:auto;
        gap:10px;
    }
    .acct_20260121_fid_content>div{
        width:calc(50% - 5px)
    }
    .acct_20260121_fid_content>div p {
        font-size: 15px;
        bottom:10px;
    }
    .acct_20260121_comment{
        padding:0 10px;
    }
    .acct_20260121_comment_img{
        max-width: 110px!important;
        top: -47px;
        right: 22px;
    }
    .acct_20260121_comment_content{
        flex-direction: column-reverse;
        margin: 50px auto 0;
    }
    .acct_20260121_comment_content>div:last-child{
        display:none;
    }
    .acct_20260121_comment_content_texte{
        width: 90%;
        margin: auto;
        min-width: auto
    }
    .acct_20260121_comment_content_texte>p:first-child{
        font-size:30px;
        line-height:35px;
    }
    .acct_20260121_comment_content_texte>p:first-child{
        font-size: 30px;
        line-height: 35px;
        width: 90%;
        margin: 0 auto 25px;
    }
    .acct_20260121_comment_content_texte>p:nth-child(2){
        font-size: 15px;
        line-height: 17px;
        margin: 0 auto 20px;
    }
    .acct_20260121_comment_content_texte>p:last-child{
        position:absolute;
        bottom:5px;
        font-size:9px;
        line-height: 9px;
    }
    .acct_20260121_comment_texte{
        width: 90%;
        margin: 30px auto 45px;
        text-align: center;
    }
    .acct_20260121_comment_texte>p:first-child{
        font-size: 30px;
        line-height: 35px;
        margin:0 auto 15px;
    }
    .acct_20260121_comment_texte>p:nth-child(2){
        font-size: 14px;
        line-height: normal;
        margin: 0 auto 20px;
    }
    .acct_20260121_faq>p{
        font-size:30px;
        line-height: 35px;
        margin-bottom:20px;
    }
    
    .acct_20260121_faq .acct_20260121_faq_content {
        width:calc(100% - 20px);
        min-width: auto;
    }
    .acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question{
        font-size: 16px;
        padding: 1rem 3rem 1rem 1rem;  
    }
    .acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .plus{
        width: 15px;
        background-size: 100%;
        background-position: 0 -16px;
        height: 12px;
        right: 0.5rem;
    }
    .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question.active .plus{
        background-position: 0 0px;
    }
    .acct_20260121_faq_item .acct_20260121_faq_answer .acct_20260121_faq_contenu{
        padding:1rem;
    }
    .acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_question p{
        font-size:16px;
        line-height: normal;
    }
    .acct_20260121_faq .acct_20260121_faq_content .acct_20260121_faq_item .acct_20260121_faq_answer p{
        font-size: 14px;
        line-height: normal;
    }
    .acct_20260121_faq a.acct_20260121_cta {
        margin: 25px auto;
    }
}