/*General parameter*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}
body{
    background-color: rgb(238,238,238);
    color: #336699;
    font-weight: 500;
    margin: 0;
}
a{
    text-decoration: none;
    color: rgb(110, 110, 110);
    margin: 10px 0;
}
h1,h2,h3,h4,h5,h6{
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}
h2{
    font-size: 40px;
}
h4{
    font-size: 22px;
}
p{
    font-size: 22px;
    line-height: 1.2em;
}
.banner .sub-p{
    font-weight: 100;
}
.title{
    text-align: center;
}
strong{
    font-weight: 700;
}
button{
    margin: 0 auto;
    padding: 15px;
    width: 340px;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 19px;
    border: none;
    margin-top: 80px;
    transition: 0.2s;
    letter-spacing: normal;
}
button:hover{
    cursor: pointer;
}
.button-main:hover{
    width: 370px;
    letter-spacing: 0.8px;
}
/*Parameter on header*/
header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background-color: white;
}
header a img{
    max-width: 400px;
}
header .nav-icons{
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    height: 10%;
}
/*Parameter on banner*/
.banner{
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #336699;
}
.banner .left{
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    max-width: 550px;
    height: auto;
}
.banner .left{
    max-width: 550px;
    height: auto;
}

.banner .information-register{
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .information-register .sub-p{
    font-weight: 100;
    font-size: 12px;
}
.banner button{
    background-color:#ff2063;
    margin: 0;
}
.banner .right img{
    width: 900px;
    height: auto;
}
/*Parameter on cursus*/
.box-container{
    margin: none;
    padding: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.box{
    background-color: white;
    margin-bottom: 30px;
    font-size: 19px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 450px;
    height: auto;
    box-shadow: 0px 0px 20px 4px rgba(107, 107, 107, 0.2);
}
.box img{
    margin: 0 auto;
    width: 100px;
}
.box h4{
    margin: 0;
    margin-top: 40px;
}
.box-content{
    display: flex;
    flex-direction: column;
    -webkit-animation: fadein 1.4s;
}
.box button{
    background-color: #ffca4b;
}

@-webkit-keyframes fadein {
    from { opacity: 0.3; transform: scale(0.8)}
    to   { opacity: 1; transform: scale(1)}
}
/*Parameter on plateforme links*/
.links-container{
    -webkit-animation: fadein 1.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.links{
    padding-top: 20px;
    padding-left: 250px;
    padding-right: 250px;
    width: 70%;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 0px 20px 4px rgba(107, 107, 107, 0.2);
}
.links img{
    margin-right: 20px;
}
.links-container button{
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #ffca4b;
}
.plateforme-links .title{
    -webkit-animation: fadein 1.4s;
}

/*Parameter on video-list*/
.video-list{
    color: white;
    background-color:  #fcb900;
    padding-top: 20px;
    margin-top: 80px;
    
}
.video-list p{
    font-size: 16px;
    text-align: center;
}
.video-list .video-boxes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
.video-list .video-boxes iframe{

    width: 800px;
    height: 600px;
    margin: 20px;
}
/*Parameter on footer*/
footer{
    background-color: #3a3a3a;
    justify-content: row;
    color: white;
}
.footer-content{
    padding: 50px 0;
    margin: auto auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
}

.footer-content .socials{
    display: flex;
    flex-direction: column;
}
.footer-content .socials-media{
    display: flex;
    flex-direction: row;
}
.footer-content .socials-media img{
    width: 30px;
    margin: 10px;
}
.footer-content .la-plateforme-links{
    display: flex;
    flex-direction: column;
}
.footer-content .formations-links{
    display: flex;
    flex-direction: column;
}
.footer-content .informations-links{
    display: flex;
    flex-direction: column;
}
.footer-content .logo-footer1{
    width: 350px;
    height: auto;
}
.footer-content a{
    color:white;
}
.footer-content .logo-footer2 {
    width: 170px;
    height: auto;
    margin: 60px 0;
}
.legals-informations{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: black;
}
.legals-informations p{
    font-size: 16px;
}
/*      Parameter of AWS page       */

/*Parameter on banner*/
.aws-banner{
    background-color: black;
}
.aws-banner-content{
    background-image: url(images/LANDING-AWS-empty-450.jpg);
    background-position: bottom-right;
    min-height: 450px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 22%;
    margin-right: 22%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.aws-banner-icon{
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aws-title{
    font-family: 'Roboto Slab', serif;
    font-size: 34px;
}
.aws-banner-text h1{
    line-height: 30px;
}
.aws-banner-text p{
    font-size: 16px;
    color: white;
    line-height: 30px;
    flex-wrap: wrap;
}
.aws-register-button{
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 2px;
    font-size: 18px;
    padding: 3px;
    width: 100px;
    background-color: #E17B32;
    font-weight: normal;
}
/*Parameter on summary*/
.aws-summary{
    background-color: white;
    padding-top: 50px;
    padding-left: 22%;
    padding-right: 22%;
    padding-bottom: 40px;
}
.aws-summary h2{
   color: black;
}   
.aws-summary-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aws-summary-text-content p{
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    width:  500px;
}
.aws-summary-text-content li{
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    width:  500px;
}
.aws-summary-text-content a{
    color: #E17B32;
}
.aws-summary-button{
    display: flex;
    flex-direction: column;
}
.aws-summary-button p{
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.aws-summary-button button{
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    width: 155px;
}
/*Parameter on description*/
.aws-description{
    padding-top: 100px;
    padding-bottom: 90px;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.aws-description-content{
    font-size: 22,4px;
    color: black;
    display: flex;
    flex-direction: column;
    width: 200px;
}
.aws-description-content img{
    width: 120px;
    margin-left: 30px;
    margin-right: 30px;
}
/*Parameter on info*/
.aws-info{
    padding-top: 15px;
    padding-bottom: 70px;
}
.aws-info-title{
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 20px;
}
.aws-info-title h2{
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: bold;
}
.aws-info-window-container{
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.aws-info-window{
    background-color: white;
    margin-top: 20px;
}
.aws-info-window img{
    width: 450px;
}
.aws-info-text{
    padding: 40px;
}
.aws-info-text li{
    color: black;
    line-height: 30px;
    width: 350px;
}
.aws-info-text li::marker{
    color: #E17B32;
}

/*      Parameter of contact      */

/*Parameter on first-half*/
.contact-first-half{
    display: flex;
    flex-direction: column;
    background-color: #88C1D0;
    padding-left: 23%;
    padding-right: 23%;
}
.contact-first-half h1{
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 42px;
    color: white;
    margin: auto;
    margin-bottom: 60px;
    padding-top: 30px;
    -webkit-animation: fadein 1.4s;
}
.contact-form{
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    -webkit-animation: fadein 1.4s;
}
.contact-form h2{
    text-align: center;
    font-size: 45px;
}
.form-imput-container{
    display: flex;
    justify-content: center;
}
.formation-imput{
    width: 50%;
    font-size: 16px;
    color: #0771C3;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    margin-left: 40px;
    margin-bottom: 40px;
    border: solid;
    border-color: #bbb;
    border-width: 1px;
}
input:focus{
    outline: none;
}
select:focus{
    outline: none;
}
.formation-text{
    width: 50%;
    font-size: 16px;
    color: #0771C3;
    padding-top: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    margin-left: 40px;
    margin-bottom: 40px;
    border: solid;
    border-color: #bbb;
    border-width: 1px;
}
.formation-text::placeholder{
    color: #0771C3;;
}
.form-last-container{
    margin-left: 3%;
    margin-top: -20px;
}
.form-button-container{
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.form-button{
    margin: 0px;
    background-color: #275FA0;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    width: 120px;
}
/*Parameter on second-half*/
.contact-second-half{
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-left: 23%;
    padding-right: 23%;
    padding-bottom: 50px;
}

/*      Parameter of news     */

/*Parameter on first-half*/
.news-first-half{
    background-color: #275FA0;
    display: flex;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}
.news-first-half h1{
    font-size: 42px;
    font-weight: bold;
    color: white;
    line-height: 50px;
}
.news-first-half p{
    font-size: 16px;
    color: #D4CCFF;
}
.news-first-half-text{
    margin-left: 20%;
    margin-right: 150px;
    -webkit-animation: fadein 1.4s;
}
.news-first-half-video{
    margin-top: 20PX;
    width: 510px;
    height: 290px;
    -webkit-animation: fadein 1.4s;
}
.news-first-half-video iframe{
    width: 100%;
    height: 100%;
}
/*Parameter on second-half*/
.news-second-half{
    background-color: white;
    display: flex;
    padding-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 80px;
	justify-content: center;
    flex-wrap: wrap;
}
.news-container{
    margin-right: 60px;
    -webkit-animation: fadein 2.5s;
}
.news-content{
    box-shadow: 0px 0px 2px 2px rgba(107, 107, 107, 0.2);
    margin-top: 40px;
    margin-bottom: 40px;
    width: 320px;
    cursor: pointer;
    transition: 0.3s;
}
.news-content:hover{
    box-shadow: 0px 0px 20px 8px rgba(107, 107, 107, 0.384);
    scale: 1.1;
}
.news-content img{
    width: 320px;
}
.news-content-text{
    width: auto;
    padding: 40px;
}
.news-content-text a{
    font-size: 26px;
    font-weight: bold;
    color: black;
}

/*Qui sommes nous ?*/

/*Parameter on video-list-qsn*/
.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}
.who-we-are{
    display: flex;
    flex-direction: column;
}
.who-we-are-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.who-we-are-text p{ 
    width: 460px;
    margin: 20px;
    font-size: 16px;
    line-height: 1.7em;
    color: #7D7D7D;
}
.our-partner{
    display: flex;
    flex-direction: column;
    width: 1000px;
}
.our-certifications{
    display: flex;  
    flex-direction: column;
    flex-wrap: wrap; 
    width: 1000px; 
}
.our-certifications p{
    color: #7D7D7D;
    font-size: 16px;
    line-height: 1.7em;
}
.certifications-text {
    display: flex;  
    flex-direction: row;  
    flex-wrap: wrap;  
}
.certifications-text img{
    height: 90px;
}
.certifications-text .col-1, .col-2, .col-3, .col-4{
    margin: 10px;
    width: 230px;
}

.video-list-qsn{
    display: flex;
    flex-direction: column;
    color: black;
    background-color:  white;
    padding-top: 20px;
    margin-top: 80px;
}
.video-list-qsn .video-boxes{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.video-list-qsn .video-box{
    display: flex;
    flex-direction: column;
    margin: 0 40px;
}
.partner-img{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.partner-img img{
    height: 80px;
}
