*{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
#logo{
    margin-left: 10%;
}
header nav ul{
    width: 1100px;
    font-weight: 400;
    
}
header nav ul li{
    list-style: none;
    display: inline-block;
    margin-left: 5%;
    cursor: pointer;
}
header nav{
    float:right;
    margin-top: 30px;
    margin-right: 2%;
    color: rgb(78, 85, 97);
    font-size: 20px;   
}
body{
    overflow-x: hidden;
}


/* partie 1: sun */

#telegram{
    position: absolute;
    height: 9%;
    left: 37%;
    top: 25%;
}
.text{
    font-family:'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    font-size: 30px;
    margin-left: 20%;
    margin-top: 10%;
    font-weight:lighter;
}
#title{
    position: relative;
    font-size: 200px;
    line-height: 178px;
    font-weight:lighter;
    right: 10px;
}
#background{
    background-repeat: no-repeat;
    background-position: 0% 103px;
}
            /* partie 2: bloc en Flex Wrap */

.elements{
    display: flex;
    margin-top: 11%;
    justify-content: center;
}
.element{
    margin-left: 3%;
    height: 100%;
    width: 15%;
    text-align: center;  
    border-radius: 1%;
}
.element h1{
    margin-top: 5%;
    color: white;
    font-size: 35px;
    font-weight: 300;
}
#picto{
    width: 20%; 
    margin-top: 15%;
}
#ImgElement{
    width: 100%; 
    height: 100%; 
    margin-top: 25%;
    display: block;
    border-radius: 1%;
}

            /*  Partie 3: 2ème bloc en flex wrap */

.informations{
    padding-top: 3%;
}
.informations h1{
    text-align: center;
    color: rgb(67, 87, 98);
    font-weight: 400;
}
.Wrap{
    flex-wrap: wrap;
    display: flex ;
    margin-left: 18%;
}
.quality{
    padding-left: 3%;
    margin-top: 3%;
    display: flex;
}
#caption{
    margin-top: 3%;
    text-align: center;
}
#button1{
    margin-top: 2%;
    margin-left: 47%;
    background-color: rgb(88,207,144);
    border: 1px solid #F5F5F5;
    border-radius: 50px;
    height: 50px;
    width: 150px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    font-weight: 300;
}
.description{
    width: 193px;
}
.quality span{
    font-size: 50px;
    color: rgb(128, 128, 128);
    font-weight: 400;
}
.quality p{
    font-size: 18px;
    font-weight: 300;
    color: grey;
}

                /*  Parite 4: diapositif d'image avec flex wrap */

.main1{
    margin-top: 3%;
    padding-top: 3%;
    background-image: url("sky.jpg");
    padding-bottom: 6%;
}
.main1 h1{
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}
.diaporama{
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
    padding-left: 11%;
    padding-right: 11%;
    width: 80%;
}
.diaporama img{
    display: block;
    width: 100%;
}
#effetImage1{
    width: 24%;
    display: block;
    overflow: hidden;
    position: relative;
}
#effetImage{
    width: 24%;
    display: block;
    overflow: hidden;
    
}
#details1{
    position: absolute;
    width: 366px;
    background-color: #fff;
    margin-top: 175px;
    padding-bottom: 20px;
    opacity: 0;
}
#details1 h2{
    margin-top: 10%;
    margin-left: 10%;
    font-size: 20px;
    font-weight: 300;
}
#details1 h3{
    margin-left: 10%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: rgb(88, 207, 144);
}
#details1 span{
    color: black;
}
#details8 span{
    color: black;
}

#details1 img{
    width: 65%;
    height: 70%;
    margin: auto;
    align-items: center;
    justify-content: center;
}
#details8{
    position: absolute;
    width: 366px;
    background-color: #fff;
    margin-top: -112px;
    opacity: 0;
}
#details8 h2{
    margin-top: 10%;
    margin-left: 10%;
    font-size: 20px;
    font-weight: 300;
}
#details8 h3{
    margin-left: 10%;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 5%;
    font-weight: 300;
    color: rgb(88, 207, 144);
}
#details8 img{
    width: 65%;
    height: 70%;
    margin: auto;
    align-items: center;
    justify-content: center;
}
#mag-glass{
    position: absolute;
    display: flex;
    width: 18%;
    height: 55%;
    background-color: #fff;
    margin-top: -30%;
    left: 30%;
    border-radius: 5px;

}
#trombone{
    position: absolute;
    display: flex;
    width: 18%;
    height: 55%;
    margin-top: -30%;
    background-color: #fff;
    left: 50%;
    border-radius: 5px;
}
#imageCards1:hover{
    -webkit-transform:scale(1.3);
    transform:scale(1.3); 
    transition-duration: 500ms;
}
#imageCards8:hover{
    -webkit-transform:scale(1.3);
    transform:scale(1.3); 
    transition-duration: 500ms;
}
#details8:hover{
    opacity: 1;
}
#details1:hover{
    opacity: 1;
}

                    /*  Parite 5: Mission */
#partie5 h1{
    text-align: center;
    margin-top: 3%;
    color: rgb(67, 87, 98);
    font-weight: 300;
    font-size: 32px;
}
.Purpose{
    margin-top: 3%;
    display: flex;
}
.left{
    width: 28%;
    margin-left: 14%;
    color: grey;
}
.left h2{
    text-align:end;
    font-weight: 400;
}
.left p{
    margin-top: 2%;
    text-align: end;
}
.action2{
    margin-top: 16%;

}
.middle{
    width: 8%;
}
#cloud{
    width: 45%;
    height: 35%;
}
.mid1{
    border: 1px solid rgba(80, 80, 80, 0.2);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#star{
    width: 45%;
    height: 45%;
}
.mid2{
    border: 1px solid rgba(80, 80, 80, 0.2);
    border-radius: 50%;
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}
#heart{
    width: 40%;
    height: 38%;
}
.mid3{ 
    border: 1px solid rgba(80, 80, 80, 0.2);
    border-radius: 50%;
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}
#bin{
    width: 40%;
    height: 38%;
}
.mid4{
    border: 1px solid rgba(80, 80, 80, 0.2);
    border-radius: 50%;
    display: flex;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}
.midCol2{
    width: 8%;
}
#greyLine{
    border: 1px solid rgba(80, 80, 80, 0.2);
    height: 80px;
    width: 0px;
    margin-left: 50%;
}
.purposeRight{
    width: 26%;
    color: grey;
}
.purposeRight p{
    margin-top: 2%;
}
.purposeRight h2{
    font-weight: 400;
}
.action3{
    width: 110%;
}
.action4{
    margin-top: 17%;
    width: 110%;
}
                                        /*  Parite 6: Bloc 4 */ 
#partie6 h2{
    margin-left: 7%;
    color: rgb(78, 85, 97);
    font-weight: 300;
}
#partie6 p{
    font-size: 12px;
}
#partie6 h4{
    margin-left: 7%;
    color: rgb(78, 85, 97);
    font-weight: 300;
    padding-top: 5%;
    padding-bottom: 5%;
}
#partie6 h5{
    margin-left: 20%;
    color: rgb(78, 85, 97);
    margin-top: auto;
    margin-bottom: auto;
    font-size: 15px;
    font-weight: 300;
}
#title2{
    margin-top: 5%;
    text-align: center;
    font-weight: 300;
    font-size: 50px;
    color: rgb(78, 85, 97);
}
#boutonGauche{
    margin-left: 85.5%;
    border-radius: 25px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-style:double;
    margin-bottom: 2%;
}
#boutonDroit{
    border-radius: 25px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-style:double;
}
.containers{
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.carre{
    margin-top: 2%;
    border: 1px solid #ddd;
    margin-left: 3%;
    border-radius: 5px;
}
.info{
    border: 1px solid #ddd;
    display: flex;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 10%;
}
#photo{
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}
#coeur{
    width: 7%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2%;
    
}
#calendrier{
    width: 7%;
    margin-left: 2%;
    margin-top: auto;
    margin-bottom: auto;
}
#bulle{
    width: 8%;
    height: 99%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2%;
}
.description2{
    margin-left: 7%;
    display: flex;
}

                                        /*  Parite 7: Réalisation des deux mini-blocs réalisé en classe (bloc5) */

.advantages{
    width: 40%;
    margin-left: 12.4%;
    height: 400px;
    
} 
.advantages h1{
    font-weight: 300;
    font-size: 28px;
}
#partie7{
    display: flex;
    margin-top: 5%;
}  
.box-container{
    display: flex;
    height: 14%;
    margin-top: 5%;
}
.box-container h2{
    font-size: 15px;
    text-align: center;
    padding-top: 10%;
    border-top-right-radius: 1%;
    border-top-left-radius: 1%;
    opacity: 0.7;
    
}
#paragraph-advantages{
    border: 1px solid rgba(80,80,80,0.2);
    width: 94%;
    height: 63%;
    border-top-right-radius: 1%;
    border-bottom-right-radius:1% ;
    border-bottom-left-radius:1% ;
}
#paragraph-advantages p{
    margin-top: 7%;
    margin-left: 7%;
    color: grey;
}
#box1{
    border: 1px solid rgba(80,80,80,0.2);
    width: 23%;
    background-color: rgb(87, 203, 226);
    color: #fff;
    border-bottom: hidden;
    border-top-left-radius: 1%;
}
#box2{
    border: 1px solid rgba(80,80,80,0.2);
    border-left: hidden;
    border-right: hidden;
    width: 23%;
    border-bottom: hidden;
}
#box3{
    border: 1px solid rgba(80,80,80,0.2);
    width: 23%;
    border-bottom: hidden;   
    border-top-right-radius: 1%;
}
.stat-purpose{
    width: 40%;
}
.stat-purpose h1{
    font-weight: 300;
    font-size: 28px;
}
#statistics{
    margin-top: 3%;
    color: white;
}
#statistics div{
    margin-top: 2%;
    border-radius: 2%;
    height: 45px;
    display: inline-flex;
    justify-content: space-between;  
}
#statistics h3{
    font-size: 20px;
    font-weight: 300;
    margin-left: 3%;
    margin-top: 10px;
}
#statistics span{
    font-size: 20px;
    margin-top: 10px;
    margin-right: 3%;
}


                                                /* FOOTER */
footer{
    margin-top: 5%;
}
.listFooter{
    width: 100%;
    display: flex;
    background: url("sky.jpg");
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 5%;
    color: white;
}
.listFooter div{
    width: 15%;
    margin-left: 4%;
}
.listFooter ul{
    padding-top: 4%;  
}
.listFooter h3{
    margin-left: 11%;
    font-weight: 300;

}
.listFooter li{
    margin-top: 4%;
    list-style: ">";
}
.listFooter span{
    margin-left: 10px;
}
.footerContact{
    display: flex;
    margin-top: 1%;
    
}
.footerContact h6{
    color: grey;
    padding-left: 11%;
    font-size: 15px;
    width: 100%;
    font-weight: 300;
    
}
.footerContact li{
    margin-left: 3%;
    display:inline;
}
.footerContact ul{
    width: 45%;
    
}
#twitter{
    width: 25px;
    
}
#facebook{
    width: 25px;
}
#google{
    width: 25px;
}
#vimeo{
    width: 25px;
}
#skype{
    width: 25px;
}