*{
    padding: 0;
    margin: 0;
}
.liens{
    text-decoration: none;
}
header{
    background: url('../ressources/img/nuitetoile.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#topheader{
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#logo, #menu{
    top:50px;
}
#menu{
    right: 50px;
    left: unset;
    transform: translate3d(0, -50%, 0px);
    }
#logo{
    left:50PX;
}
#logo img{
    max-height: 100px;
}
.lienmenu{
    list-style: none;
}
li{
    display: inline-block;
    padding: 2em;
}
#menu ul li{
    text-transform: uppercase;
    font-weight: bold;
}
#menu ul li a{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 90%;
}
#title{
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
}

#MenuLateral{
   position: fixed;
   top: 0;
   left: 0;
    height: 100vh;
    width:100vw; 
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ligneMenuLateral{
        padding: 10px 30px 10px 10px;
}

.ligneMenuLateral a{
        text-decoration: none !important;
        color: white;
}

.ligneMenuLateral a:hover{
        text-decoration: none !important;
        color: white;
}

.ligneMenuLateral:hover{
    background-color: rgba(255, 255, 255, 0.52);
}

@media (min-width: 768px){

    #title h1{
        font-size:450%;
    }
    #title h2{
        font-size: 3em;
    }
}

   #title h1{
        vertical-align: middle;
        font-family: 'Permanent Marker', cursive;
    }
    #title h2{
        font-family: 'Montserrat', sans-serif;
    }
/* section services */

.services, p{
    margin:1em;
    text-align: center
}

.détails{
    flex:1;
}



/* section projets */
#services, #myProjects{
    height: auto;
    margin: 5em;
}

@media (max-width: 768px){
    #services, #myProjects {
    margin: 0;
    margin-top: 4em;
}
}

#services h2, #myProjects h2, #about h2{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    margin:1em;

}
h1{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
}
.services, .projects{
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
}

.services, h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 120%; 
    margin:1em;   
    text-transform:uppercase;
}
.icone{
    margin:5%;
}

#myprojects{
    /*background-color: #f9F9F9;*/
    background-color: #F5F5F5;
    margin:0;
    padding:5%;
}
.lead{
    text-align: justify;
    text-indent: 40px;
}

.colonne2{
    margin: 1.8em;
    
}

.video{
    margin-top:2em; 
}

/* icones eolienne1 valise2 virus3 balle4 */
.iconeprojet1 .iconeprojet2 .iconeprojet3 .iconeprojet4{
    text-align: center;
}
.iconeprojet1{
    margin-top:2em;
}
.iconeprojet2 {
    margin-top:2em;
}
.iconeprojet3{
    margin-top:3em;
}
.iconeprojet4{
    margin-top:3em;
}
.iconeprojet6{
    margin-top: 40px;
    margin-bottom: 20px;
}
.featurette, p{
    text-align: center;
}


/* section about */
.CV{
    margin:auto;
    margin-top:2em;
    margin-bottom: 50px;
}
#about{
    margin-top:2.5em;
}
/* section contact */

#contact{
    background: url('../ressources/img/nuitetoile.jpg') no-repeat center;
    /*background-color:#f9F9F9;*/
    padding:5%;
    font-family:'Montserrat', sans-serif;
    color: white;
    background-size: 100% 100%;
    height: auto%;
}

/*fleche retour haut de page*/

.fleche{
    position: fixed;
    right: 0;
    bottom: 10%;

}

.textefleche{
    visibility: hidden;
    transition-duration: 0.2s;
    margin: 0;
    text-decoration: none;
    color:slateblue;
}
.fleche:hover p{
    visibility:visible;
    transition-duration: 0.2s;
}




/* Menu burger*/
.hamburgerButton{
    z-index: 10;
    position: absolute;
    top: 24px;
    right: 24px;
    height: 36px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    background: none
}

.hamburgerButton span {
    display: block;
    width: 36px;
    height: 8px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.verticalCenter{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.horizontalCenter{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}