/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Section 1     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sect1 {
    background-color: #28292b;
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect1 div {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}


p.brow {
    margin: 0 0 16px;
    color: #d2d2d2;

}

h1.title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    font-family: BasisGrotesquePro, sans-serif;
    font-size: 90px;
    font-weight: 800;
    line-height: 90px;
}

p.desc {
    text-align: justify;
    margin-bottom: 32px;
}


.img_forg_f1 img {
    vertical-align: bottom;
    width: 522px;
    height: 562px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Section 2     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sect2 {
    background-color: #1c1e20;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 50px;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}

.cont_sect2 {
    margin: 0 auto;
    max-width: 1080px;
    padding-top: 100px;
}

h2{
    display: block;
    font-family: BasisGrotesquePro, sans-serif;
    margin-bottom: .5rem;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 62px;
}


.lecteur_vid {
    margin: 40px auto 0 auto;    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 818px;

}

.img_vid {
    border-radius: 5px;
    z-index: 1;
    width: 900px;
    /*cursor: pointer;*/
}

.play_vid {
    position: absolute;
    width: 150px;
    opacity: 70%;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease-in;
}

.titre_vid {
    padding-top: 30px;
    font-weight: 700;
}


.command_link {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    transition: color 250ms;
    color: #1574d4;
}

.command_link:hover {
    color: #0554b4;
    
}

.command_link:hover .fleche1 {
    fill: #0554b4;
}


.command_link p {
    margin: 1em 8px 1em 0;
    font-weight: 600;
}

.command_link span {
    display: inline-block;
    vertical-align: middle;
    /*transition: all .33s ease-in;*/
}


.fleche1 {
    fill: #1574d4;
    border-color: rgba(255, 255, 255, .30);
    border: 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 32px;
    padding: 9px;
    width: 32px;
}


.block_arg{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}


.row_arg {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 60px;
}


.cell_arg:first-child {
    margin-right: 80px;
}

.cell_arg {
    display: flex;
    width: 350px;
}


.logo_arg {
    height: 60px;
    width: 60px;
    margin-right: 25px;

}

.logo_arg img{
    height: 60px;
    width: 60px;

}

.text_arg h4{
    text-align: left;
    font-weight: 700;
}

.text_arg p{
    text-align: justify;
}



.blue {
    background-color: #1b376b;
    border-color: #1b376b;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Section 3     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




.sect3 {
    background-color: #fff;
    color:  #000;
    padding-left: 72px;
    padding-right: 72px;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 20px;
}

.block_tem {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
}

.row_tem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 60px;
}


.cell_tem:first-child {
    margin-right: 80px;
}

.cell_tem {
    display: block;
    width: 400px;
    padding: 25px 25px 25px 25px;
    border-radius: 10px;
    box-shadow: 0 .5px 10.6px 1.9px rgba(52,108,106,.2);
    height: 100%;
    text-align: justify;
    text-align-last: center;

}

.cell_tem h4 {
    font-weight: 700;
    color: #1b376b ;
    margin-bottom: 20px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Section 4     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sect4 {
    background-color: #f5f5f5;
    color:  #000;
    padding-left: 72px;
    padding-right: 72px;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}


.block_quests {
    margin: 70px auto 30px;
    width: 700px;
    text-align: left;
}

.block_quest:not(.ouvert) {
    border: 1px solid #d6d6d6;
    outline: 0 !important;
}

.block_quest.ouvert {
    box-shadow: 0 .5px 10.6px 1.9px rgba(52,108,106,.07);
    outline: 0 !important;
}

.block_quest {
    padding: 25px 60px 25px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    overflow: hidden;
    outline: 0 !important;
    position: relative;
    transition: all .3s ease-in;
}


.btn_quest {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    color: #d6d6d6;
    font-size: 24px;
    background-color: #f5f5f5;
    position: absolute;
    top: 22px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in;
    cursor: pointer;
    outline: 0 !important;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.block_quest.ouvert .btn_quest {
    border-color: #1574d4;
    background-color: #1574d4;
    color: #fff;
    transform: rotate(45deg);
    outline: 0 !important;
}


.titre_quest {
    font-size: 18px;
    min-height: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    transition: all .3s ease-in;
}



.text_quest {
    text-align: justify;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 300;
    transition: all 1s linear;
    opacity: 1;
    overflow: hidden;
    max-height: 500px;
    outline: 0 !important;
}

.block_quest:not(.ouvert) .text_quest {
    opacity: 0;
    max-height: 0;
    margin-top: 24px;
    position: absolute;
    outline: 0 !important;
}

.block_quest.ouvert .text_quest {
    margin-top: 24px;
    position: relative;
    outline: 0 !important;
}


.plus_de_quests {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-top: 30px;
    outline: 0 !important;
    color: #1574d4;
}


    
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Modal vidéo     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.video {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.video.ouvert {
    display: block;
}

.video_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------        Optimisation mobile        ------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 700px){

    /*------------------ Section 1 ------------*/

    .sect1 {
        padding-top: 20px;
    }


    .sect1 div{
        display: block;
    }

    h1.title{
        text-align: center;
        font-size: 40px;
        line-height: 1.3em;
    }

    h2 {
        text-align: center;
        font-size: 30px;
        line-height: 1.3em;
    }

    h3 {
        text-align: center;
        font-size: 18px;
        line-height: 1.2em;
    }

    p.brow {
        text-align: center;
        margin:  0;
    }

    p.desc {
        text-align: center;
    }

    .btn1 {
        margin: 15px auto 0 auto;
    }

    .btn1 button {
        display: block;
        margin: auto;
        position: relative;
        top: 300px;
    }

    .img_forg_f1 img {
        display: block;
        width: 261px;
        height: 281px;
        margin: auto;
        position: relative;
        top: -50px;
    }

    /*------------------ Section 2 ------------*/

    .sect2 {
        padding: 0 5px 30px 5px;
    }

    .cont_sect2 {
        padding-top: 20px;
    }

    .lecteur_vid, .lecteur_vid img {
        width: 300px;
        margin: auto;
    }

    .command_link p {
        font-size: 14px;
    }

    .block_arg {
        margin: 30px 0;
    }

    .row_arg {
        display: block;
        margin: 0;
    }

    .cell_arg:first-child  {
        display: block;
        padding: 20px 0;
        margin: auto;
    }

    .cell_arg {
        display: block;
        padding: 20px 0;
        margin: auto;
    }

    .cell_arg img{
        margin: 0;
    }

    .cell_arg .text_arg h4, .cell_arg .text_arg p{
        text-align: center;
        padding: 0 10px;
    }

    .cell_arg .logo_arg {
        margin-bottom: 10px;
    }


    /*------------------ Section 3 ------------*/

    .sect3 {
        padding: 40px 20px;
    }

    .block_tem {
        margin-top: 40px;
    }

    .row_tem {
        display: block;
        margin: 0;
        height: auto !important;
    }

    .cell_tem:first-child {
        margin: auto;
        height: auto !important;
    }

    .cell_tem {
        width: 90%;
        margin: 20px auto;
        height: auto !important;
    }


    /*------------------ Section 4 ------------*/

    .sect4 {
        padding: 40px 20px;
    }

    .block_quests {
        margin: 40px auto 30px;
        width: auto;
    }

    .titre_quest {
        font-size: 13px;
    }

    .plus_de_quests {
        text-align: center;
    }

}