@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

*{
    margin:0;
    padding:0;
 width: 100%; 


}

html{
    scroll-behavior: smooth;
}

body{
    background-color: #0f0f0f;
   
}
/* Start navigation bar */

header{
   
    background-color: black;
    opacity: 70%;
    overflow: hidden;
    position: fixed;
    z-index:4;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
  
    }


nav ul li a{
    color:aliceblue;
     font-size: 35px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index:2;
    
    }

nav ul li a:hover{
    background-color: black;  
    opacity: 30%;
    color:#ccc;
}

nav ul li{
    margin-top: -10px;
    
  
}

nav ul{
    list-style:none;
    display: flex;
    margin-top: 30px;
    padding-bottom: 25px;
    font-family: 'Marck Script', cursive;
    
}
 /** End navigation bar **/

 /** Start logo zone **/

#logo{
    background-image: url(Images/logo1.png);
   background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height:900px;
    margin-top: 150px;
    margin-left:-125px;
    display: flex;
    position: relative;
    z-index:10;
  
}
#logo1{
    background-image: url(Images/logo1.png);
   background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height:900px;
    margin-top: 150px;
    margin-left:-125px;
    display: flex;
    position: relative;
    z-index:10;
    opacity: 50%;
  
}

 /** End logo zone **/

 /** Start section zone **/

section{
    width:100%;
    height:600px;
    display:flex;
    justify-content: center;
    background-position: center;
    align-items: center;
    border:none;
}


#middle{
    margin-top: 200px;
    position: relative;
    z-index:3;
    border:none;
}


.hauteur{
    height:600px;
  
}


#texte{
    font-size: 35px;
    margin-top: -1200px;
    color: aliceblue;
    text-align: center;
    font-family: 'Marck Script', cursive;
}

#texte1{
    font-size: 45px;
    margin-top: -1300px;
    color: aliceblue;
    text-align: center;
    font-family: 'Marck Script', cursive;
}
 /** End section zone **/

/** About page text start **/
#photomoi{
    background-image: url(Images/Moi.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height:500px;
    width: 100%;
    margin-top: 100px;
    display: flex;
    position: relative;
    
}

#texteabout{
    color: aliceblue;
    font-size: 30px;
    text-align: center;
    margin-top: 400px;
    font-family: 'Marck Script', cursive;
}

#titreabout{
    font-size:75px;
     text-align: center;
     margin-top: 150px;
    margin-bottom: 150px;
    font-family: 'Marck Script', cursive;
}

/* Css for the map*/

#map {
  height: 100%;
    width: 90%;
    margin-bottom: 20px;
}

 /** Zone footer **/

footer{
   
    width: 100%;
    background-color: #121212;
    color: #ccc;
    left: 0;
   bottom: 0;
    display: flex;
    position: fixed;
    z-index: 10; 
    justify-content: space-evenly;
     padding-top: 10px;
    padding-bottom: 10px;
    opacity: 70%;
    margin-top: 100%;
}

#logofooter{
    background-image: url(Images/logo4.png);
    background-repeat: no-repeat;
    background-position:right;
    width:50%;
    margin-left: -1470px;
    display: flex;
}

#copyright{
    font-size: 30px;
    text-align: center;
    margin-top:60px;
    margin-left: 150px;
    display: flex;
    font-family: 'Marck Script', cursive; 
}

#medias{
    width: 7%;
    height: 60px;
    display: flex;
    margin-top: 25px;
    margin-left: 150px;  
}


#align{
    display: flex;
    justify-content:center;
}

 /** End zone footer **/