#heroheader{background-image: url(../images/planetmars.png);
   
    height: 120vh;
    background-size: cover;}


h1 {color: #ffffff;
 font-size: 200px;
 margin: 10px 0;
 display: flex;
 justify-content: flex-start;
 align-content:center ;}



h2 {color:#cd8765;
 font-size: 80px;
 margin:  10px 0;}

 
p{color: rgb(255, 255, 255);
 font-size: 40px;
 margin: 10px 0;}

.navbar{
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 100px;
    width: 200vh;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding:  0 60px;

   
}


.logo img{
    width: 80px;
    height: auto;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
   
}

.container2 {
    position: relative;
    top:100px;
    padding-top:  100px;
    padding-left: 60px;

}

#information{
    background-image: url(../images/rocher.png);
    background-size: cover;
    min-height: 400vh;
    padding: 2%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container3{
    max-width: 1062px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   
}

.container3 h2{
    font-size: 38px ;
    margin: 30px 0;
    color:#cd8765 ;
}

.container3 p{
    font-size: 35px;
    margin: 10px 0;
    color: rgb(255, 255, 255);
}

.container7 button{
    width: fit-content;
    background-color: #cd8765;
    border-radius: 25px;
    padding: 10px 30px;
    cursor: pointer;
    transition: 0.3s;
    
}

.container4 {
    margin: 25%;
    position: relative;
    top: 50px;
}
   .container4 h3{
    position: relative;
    top: -50px;
    color: #f4f4f4;
    font-size: 300%;
   }
    
.container5 {
    width: 586px;
    min-width: 500px;
    align-self: flex-start;
    height: 136px;
    padding: 20px;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: flex-start;

}


.container7
{background-image: url(../images/robot1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 140vh;
display: flex;
justify-content: flex-end;
flex-direction:row;
gap:1%;
}

.container7 element{
    margin-left: 1%;
}

.container7 h1{ 
   font-size:  80px;
   margin: 0;
   color: black
}

.rocher img{
    width: 100%;
    height: 2000px;
    object-fit: cover;
}

.robot img{
    width: 1920px;
    height:1000px;
    margin-top: 60px;}

footer{
    padding: 40px;
    background: #000000;
    text-align: center;
}

footer p {
    font-size: 14px;
    margin-bottom: 10px;
}

