/*  NOUYOU PROJET © 2023

    [ 1 ] - DEFAULTS
    [ 3 ] - MAIN
    [ 4 ] - FOOTER

*/

/* [ 1 ] - DEFAULTS */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/monument-extended');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #272d38;
    margin-top: 80px;
}
.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding: 0 30px;
}
.flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.content-center{
    justify-content: center;
}
a{
    text-decoration: none;
    color: #272d38;
}
ul,li{
    list-style: none;
}
.ease{
    transition: ease .2s all;
}
img{
    display: block;
}
.hide{
    display: none;
}
.show-nav{
    display: flex !important;
}

/* [ 3 ] - MAIN */
.bandeau_main{
    position: relative;
}
.bandeau_banner{
    width: 100%;
}
.bandeau_subject{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    flex-direction: column;
    text-align: right;
}
.bandeau_subject h1{
    font-size: 40px;
    line-height: 1;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Monument Extended', sans-serif;
}
.bandeau_subject h1 .ts1{
    color: #613089;
}
.bandeau_subject h1 .ts2{
    color: #e51f8d;
}
.bandeau_top{
    padding: 0 60px;
    margin-top: -60px;
    position: relative;
}
.bandeau_top_container{
    padding: 60px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 25px #dddddd;
}
.bandeau_top_students img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 5px #555555;
}
.bandeau_top_students img.scaled_student{
    transform: scale(1.5);
}
.bandeau_top_text{
    text-align: center;
    margin: 30px 0;
}
.bandeau_top_text a{
    text-decoration: underline;
    color: #0091ff;
}
.bandeau_top_sub{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.bandeau_top_sub .st{
    width: 50%;
    text-align: center;
    padding: 0 30px;
    position: relative;
}
.bandeau_top_sub .st1:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #e7e7e7;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.bandeau_top_sub .st p{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bandeau_top_sub .st a{
    display: block;
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 60px;
    font-weight: 700;
}
.bandeau_top_sub .st1 a{
    border: 4px solid #613089;
    color: #613089;
}
.bandeau_top_sub .st1 a:hover{
    background-color: #613089;
    color: #ffffff;
}
.bandeau_top_sub .st2 a{
    border: 4px solid #e51f8d;
    color: #e51f8d;
}
.bandeau_top_sub .st2 a:hover{
    background-color: #e51f8d;
    color: #ffffff;
}

.main_center section{
    margin-top: 120px;
}

.main_history_container .st{
    width: 50%;
}
.main_history_container .st1{
    margin-right: 30px;
    position: relative;
}
.main_history_container .st1 .deco-mains-01{
    width: 250px;
    margin-left: 250px;
}
.main_history_container .st1 h2{
    font-family: 'Monument Extended', sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
    color: #e51f8d;
    font-weight: 400;
    margin-top: -30px;
}
.main_history_container .st2{
    margin-left: 30px;
}
.main_history_container .st2 img{
    width: 100%;
    border-radius: 15px;
}

.mentors_value{
    text-align: center;
}
.mentors_value h2{
    font-size: 40px;
    color: #613089;
    font-family: 'Monument Extended', sans-serif;
    font-weight: 400;
}
.mentors_value p{
    margin: 30px 0;
}
.mentors_categories button{
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px solid #613089;
    margin: 0 5px 10px 5px;
    background-color: #ffffff;
    color: #613089;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}
.mentors_categories button.active{
    background-color: #613089;
    color: #ffffff;
}

.mentors_list{
    margin: 30px 0 0 0;
}
.mentors_list .st{
    padding: 15px;
}
.mentors_list .owl-nav{
    display: none !important;
}
.mentors_list .st .st_container{
    background-color: #ffffff;
    box-shadow: 0 0 25px #dddddd;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
}
.mentor_image{
    width: 100px !important;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.mentor_name{
    font-weight: 700;
    margin-top: 5px;
    font-size: 20px;
}
.mentor_position{
    margin-top: 5px;
    font-weight: 600;
}
.mentor_expertise{
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}
.mentor_tags{
    margin-top: 5px;
}
.mentor_tags span{
    display: inline-block;
    background-color: #dddddd;
    color: #272d38;
    font-size: 15px;
    padding: 10px 25px;
    margin: 10px 5px 0 5px;
    border-radius: 30px;
    font-weight: 500;
}

.sft-title{
    position: relative;
}
.sft-title{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.nouyoo_fait1 .deco-pont{
    width: 250px;
    position: absolute;
    top: -80px;
    right: 0;
}
.nouyoo_fait1 h2{
    font-size: 40px;
    color: #e51f8d;
    text-align: center;
    font-family: 'Monument Extended', sans-serif;
    font-weight: 500;
}
.nouyoo_fait_container{
    padding: 0 60px;
    margin-top: 60px;
}
.nouyoo_fait_box{
    background-color: #ffffff;
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 0 25px #dddddd;
}
.nouyoo_fait_box .st1 h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.nouyoo_fait_box .st1 .vt{
    margin-bottom: 15px;
    margin-left: 30px;
}
.nouyoo_fait_box .st1 .vt ul li{
    font-weight: 500;
    margin: 5px 25px;
    list-style-type: disc;
}
.nouyoo_fait_box .st1 a{
    color: #ffffff;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 15px;
}

.nouyoo_fait_box .st2 img{
    width: 100%;
}

.nouyoo_fait1 .st1{
    width: 70%;
    margin-right: 30px;
}
.nouyoo_fait1 .st2{
    width: 30%;
    margin-left: 30px;
}
.nouyoo_fait1 h3{
    color: #613089;
}
.nouyoo_fait1 .st1 a{
    background-color: #613089;
}

.nouyoo_fait2 .st1{
    width: 70%;
    margin-left: 30px;
}
.nouyoo_fait2 .st2{
    width: 30%;
    margin-right: 30px;
}
.nouyoo_fait2 h3{
    color: #e51f8d;
}
.nouyoo_fait2 .st1 a{
    background-color: #e51f8d;
}

.nouyoo_fait3 .st1{
    width: 70%;
    margin-right: 30px;
}
.nouyoo_fait3 .st2{
    width: 30%;
    margin-left: 30px;
}
.nouyoo_fait3 h3{
    color: #21bafc;
}
.nouyoo_fait3 .st1 a{
    background-color: #21bafc;
}

.nouyoo_faq_box{
    background-color: #613089;
    padding: 60px;
    border-radius: 15px;
    box-shadow: 0 0 25px #dddddd;
    color: #ffffff;
}
.nouyoo_faq_box h2{
    font-size: 40px;
    text-align: center;
    font-family: 'Monument Extended', sans-serif;
    font-weight: 400;
}
.nouyoo_faq_questions{
    margin-top: 30px;
}
.nouyoo_faq_questions .st{
    border-bottom: 1px solid #ffffff;
}
.nouyoo_faq_questions .st .vt .faq_title{
    padding: 20px 0;
    font-weight: 700;
    cursor: pointer;
}
.nouyoo_faq_questions .st .vt span:first-child{
    flex: 1;
}
.nouyoo_faq_questions .st .vt span:last-child{
    font-weight: 300;
    font-size: 35px;
}
.faq_answer{
    margin-bottom: 40px;
    padding: 0 30px;
    font-size: 17px;
}

.nyrep-title{
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    position: relative;
}
.nyrep-title img{
    width: 250px;
    position: absolute;
    right: 100px;
    bottom: -20px;
}
.nouyoo_repond h2{
    font-size: 40px;
    color: #613089;
    text-align: center;
    font-family: 'Monument Extended', sans-serif;
    font-weight: 500;
}
.nouyoo_reponders_list{
    margin: 30px 0;
}
.nouyoo_reponders_list .owl-nav{
    position: absolute;
    bottom: -15px;
    right: 5px;
}
.owl-dots{
    display: none !important;
}
.nouyoo_reponders_list .owl-nav .owl-prev{
    display: none;
}
.nouyoo_reponders_list .owl-nav .owl-next{
    height: 80px !important;
    width: 80px !important;
    z-index: 80px !important;
    background-color: #e51f8d !important;
    color: #ffffff !important;
    font-size: 30px !important;
    border-radius: 50%;
}
.nouyoo_reponders_list .at{
    padding: 30px 30px;
}
.nouyoo_reponders_list .st{
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 25px #dddddd;
}
.reponder_img{
    position: relative;
    width: 45%;
}
.reponder_tags{
    position: absolute;
    font-size: 100px;
    top: 0;
    right: -10px;
    line-height: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.rp_tag1{
    color: #e51f8d;
}
.rp_tag2{
    color: #613089;
}
.reponder_info{
    width: 55%;
    padding: 30px;
}
.reponder_name{
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 1;
    color: #e51f8d;
}
.reponder_age{
    font-size: 25px;
    font-weight: 500;
    color: #e51f8d;
}
.reponder_text{
    font-weight: 500;
    margin-top: 15px;
}

.nouyoo_rejoindre h2{
    font-size: 40px;
    color: #272d38;
    text-align: center;
}
.rejoindre_sub{
    margin: 60px auto;
}

/* [ 4 ] - FOOTER */
footer{
    padding: 60px 0;
    background-color: #eaeaea;
}
.footer_image{
    margin-right: 15px;
}
.footer_image img{
    height: 40px;
}
.footer_lists{
    flex: 1;
}
.footer_lists ul {
    padding: 0 40px;
    font-weight: 500;
}
.footer_lists ul li:not(:last-child){
    margin-bottom: 15px;
}
.footer_lists ul li a{
    transition: ease .2s all;
}
.footer_lists ul li a:hover{
    color: #e51f8d;
}
.footer_social ul li{
    display: inline-block;
    margin-left: 15px;
}
.footer_social ul li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: 3px solid #272d38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease .2s all;
}
.footer_social ul li a:hover{
    background-color: #ffffff;
    border: 3px solid #e51f8d;
    color: #e51f8d;
}