* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}  

body {
    font-family: 'Roboto', sans-serif;
}

#containerAccueil { 
    height: 100vh; 
    background-color: rgba(0, 0, 0, 0.6); 
    
}

header {
    background: transparent;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header nav a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 24px;
}

#containerAccueil .rose { 
    position: absolute; 
    top: 0;
    height: 70vh; 
    width: 30%; 
    background-color: #CE8477; 
    z-index: 1;
} 

.blogAda {
    display: flex; 
    justify-content: space-between; 
    width: 80%; 
    margin: auto;
    
}
.blogAda img {
    width: 25%; 
    z-index: 2; 
    position: absolute;  
    top: 35px;
    
       
}

.blogAda .divTitre { 
    color: white;
    width: 70%;  
    margin: 160px 0 0 500px; 
    text-align: center; 
    

} 

.blogAda .divTitre h1 {
    font-size: 96px; 
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
} 

@-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  


 
  

.blogAda .divTitre h2 {
    font-size: 48px;
}

.divParagraphe { 
    color: white; 
    font-size: 30px;
    width: 80%; 
    margin: auto; 
    padding-top: 60px;
    text-align: center; 
} 

/* biographie */ 
#containerBiographie {
    height: 100vh; 
    
} 



.blogParent {
    display: flex; 
    justify-content: space-between; 
    margin: auto; 
    position: absolute; 
    top: 115%; 
    right: 0; 
    height: 70vh; 
    width: 70%;
    background-color: #CE8477;
} 

.Parents {
    width: 20%;
    position: relative;
    left: -50px; 
    top: 50px;
}

.Parents img {
    width: 75%; 
    

} 

.blogParent .texte {
    width: 90%; 
    text-align: right; 
    padding-right: 30px;
    
} 

.blogParent h1 {
    font-size: 96px; 
    color: white; 
    padding-top: 50px;
} 

.blogParent p {
    font-size: 30px;
    line-height: 45px;
} 

/* rencontres */ 
#containerRencontres {
    height: 120vh; 
    
} 

.blogPersonnes {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
} 

.blogPersonnes .Somerville {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    width: 70%;
} 

.blogPersonnes .Babbage {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    width: 70%; 
    margin-top: 20px;
}

.blogPersonnes h1 {
    color: #666666; 
    font-size: 96px; 
    text-align: left;
    width: 70%;
}

.Somerville .MaryRencontre { 
    height: 40vh;
    width: 70%; 
    background: rgba(0, 0, 0, 0.6);
} 

.Somerville .MaryRencontre p {
    color: white; 
    font-size: 30px; 
    line-height: 30px; 
    padding-top: 45px; 
    padding-left: 15px; 
}

.Somerville img {
    width: 24%; 
   
   
} 

.Babbage .BabbageRencontre {
    height: 40vh; 
    width: 70%; 
    background: rgba(0, 0, 0, 0.6);
}

.Babbage .BabbageRencontre p {
    color: white; 
    font-size: 30px; 
    line-height: 30px; 
    padding-top: 45px; 
    padding-left: 15px;
} 

.Babbage img {
    width: 24%; 
    height: 40vh;
} 

/* la machine de babbage */ 
#containerMachine {
    height: 120vh;
    
} 
#containerMachine h1 {
    font-size: 96px; 
    color: rgb(82, 74, 74); 
    text-align: center; 
}
.containerBabbage { 
    height: 60vh;
    background: url("./images/figure-4_5.jpg") no-repeat center / cover;
    display: flex; 
    justify-content: center;
    align-items: center;
} 



.containerBabbage .Machine {
    width: 50%; 
    height: 40vh; 
    background: #666666; 
    
}

.containerBabbage .Machine p {
    color: white; 
    font-size: 30px; 
    line-height: 30px; 
    padding-top: 30px; 
    padding-left: 15px;
} 

.machineAnalytique {
    display: flex; 
    justify-content: space-between ; 
    height: 35vh; 
    width: 80%; 
    background: #CE8477; 
    position: absolute;
    top: 400%; 
    right: 0; 
     
   
  
} 

.machineAnalytique img {
    width: 25%; 
    height: 25vh; 
    position: relative;
    top: 40px; 
    right: 25px;
    
}

.machineAnalytique  p {
    color: white; 
    font-size: 30px; 
    line-height: 30px; 
    padding-top: 25px;  
    padding-left: 15px;
    width: 90%;
     
} 

/* conclusion */ 
#containerConclusion {
    height: 70vh; 
    
} 

.blogConclusion {
    display: flex; 
    align-items: center; 
    width: 90%; 
    height: 70vh; 
    padding-left: 300px;
} 

.blogConclusion .Adaconclusion {
    height: 45vh; 
    width: 60%; 
    background: rgba(0, 0, 0, 0.6);
} 

.blogConclusion .Adaconclusion p {
    color: white; 
    font-size: 30px; 
    line-height: 30px; 
    padding-top: 40px; 
    padding-left: 15px;
}

.containerimages img {
    width: 95%; 
    padding-top: 20px; 
    padding-left: 20px;
}

.blogConclusion .containerimages {
    height: 50vh; 
    width: 30%; 
    background: #CE8477;
}



@media screen and (max-width:1000px) {
    #containerAccueil { 
        height: auto; 
        background-color: rgba(0, 0, 0, 0.6); 
        display: flex; 
        flex-direction: column; 

    } 

    /* header */
    header {
        height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    header nav {
        height: 80vh; 
        display: flex; 
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        border-bottom: #CE8477 0.5px solid;
    }

    header nav a{
        color: white;
        text-decoration: none;
        text-align: center;
        margin-right: 0px;
        font-size: 15px;
    }
    
    #containerAccueil .rose { 
        display: none;
    } 
    
    .blogAda {
        display: flex; 
        flex-direction: column;
        
        
    }
    .blogAda img {
        margin-top: 50px;
        width: 100%; 
        z-index: 2; 
        position: static; 
        box-shadow: -20px 20px 0 #CE8477;
        
        
           
    }
    
    .blogAda .divTitre { 
        width: 100%;  
        padding-top:20px; 
        margin: 0 auto;
        z-index: 2;
        
    
    } 
    
    .blogAda .divTitre h1 {
        font-size: 25px; 
        padding-top: 50px;
    } 
    
       
      
    
    .blogAda .divTitre h2 {
        font-size: 20px;
    }
    
    .divParagraphe p{ 
        color: white; 
        font-size: 20px;
        width:  100%; 
        padding-top: 0; 
        padding-bottom: 50px;
        text-align: center; 
         

    }  


    /* biographie */
    #containerBiographie {
        height: auto; 
        margin-top: 50px;
    } 
    
    
    
    .blogParent {
        display: flex; 
        flex-direction: column;
        justify-content: space-between; 
        margin: auto; 
        position: relative; 
        top: 20px; 
        right: 0; 
        height: auto; 
        width: 100%;
        background-color: white;
    } 
    
    .Parents {
        width: 100%;
        position: static;
        left: -50px; 
        top: 50px;
    }
    
    .Parents img {
        width: 100%; 
        
    
    } 
    
    .blogParent .texte {
        width: 80%; 
        margin: 0 auto;
        text-align: center; 
        padding-right: 0px;
        padding-top: 50px;
        
    } 
    
    .blogParent h1 {
        font-size: 30px; 
        color: grey; 
        padding-top: 10px;
    } 
    
    .blogParent p {
        padding-top: 50px;
        font-size: 20px;
        line-height: 35px; 
        width: 100%; 
        text-align: center;
    }  


    /* rencontres */
    #containerRencontres {
        margin-top: 100px;
        height: auto;  
        
    } 
    
    .blogPersonnes {
        display: flex; 
        flex-direction: column; 
        justify-content: space-between; 
        align-items: center; 
        width: 100%;
    } 
    
    .blogPersonnes .Somerville {
        display: flex;
        flex-direction: column; 
        justify-content: space-between; 
        width: 100%;
    } 
    
    .blogPersonnes .Babbage {
        display: flex; 
        flex-direction: column; 
        justify-content: space-between; 
        width: 100%; 
        margin-top: 20px;
    }
    
    .blogPersonnes h1 {
        color: #666666; 
        font-size: 30px; 
        text-align: center;
        width: 70%;
    }
    
    .Somerville .MaryRencontre { 
        height: auto;
        width: 100%; 
        background: rgba(0, 0, 0, 0.6);
    } 
    
    .Somerville .MaryRencontre p {
        color: white; 
        font-size: 20px; 
        line-height: 35px; 
        padding: 30px 0;
        width: 80%; 
        margin: 0 auto;
        text-align: center; 
    }
    
    .Somerville img {
        width: 100%; 
       
       
    } 
    
    .Babbage .BabbageRencontre {
        height: auto; 
        width: 100%; 
        background: rgba(0, 0, 0, 0.6);
        margin-top: 50px;
    }
    
    .Babbage .BabbageRencontre p {
        color: white; 
        font-size: 20px; 
        line-height: 35px; 
        padding: 30px 0; 
        width: 80%;
        margin: 0 auto; 
        text-align: center;
    } 
    
    .Babbage img {
        width: 100%; 
        height: auto; 
        margin-top: 0;
    }  


    /* machine */
    #containerMachine {
        height: auto; 
        margin-top: 100px;
        
    } 
    #containerMachine h1 {
        font-size: 30px; 
        color: rgb(82, 74, 74); 
        text-align: center; 
    }
    .containerBabbage { 
        height: 70vh;
        background: url("./images/figure-4_5.jpg") no-repeat center / cover;
         
        display: flex;
        flex-direction: column; 
        z-index: -1;
        
    } 
    
    .containerBabbage .Machine {
        width: 70%; 
        height: 70vh; 
        background: #666666; 
        
        
        
    }
    
    .containerBabbage .Machine p {
        color: white; 
        font-size: 20px; 
        line-height: 25px; 
        text-align: justify;
         
        
    } 
    
    .machineAnalytique {
        display: flex; 
        flex-direction: column; 
        height: auto; 
        width: 100%; 
        background: #CE8477;  
        position: static; 
        margin-top: 100px;
         
         
    }  
    
    .machineAnalytique img {
        width: 100%; 
        height: auto; 
        position: static;
        padding: 30px 0;
        
    }
    
    .machineAnalytique  p {
        color: white; 
        font-size: 20px; 
        margin: 0 auto;
        width: 80%;
         
    } 
    
    /* conclusion */ 
    #containerConclusion {
        height: auto; 
        width: 100%; 
        margin-top: 100px;
    } 
    
    .blogConclusion {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        width: 100%; 
        height: 80vh; 
        padding-left: 0px;
    } 
    
    .blogConclusion .Adaconclusion {
        height: auto; 
        width: 100%; 
        background: rgba(0, 0, 0, 0.6);
    } 
    
    .blogConclusion .Adaconclusion p {
        color: white; 
        font-size: 20px; 
        line-height: 30px; 
        padding: 30px 0;
        width: 80%;
        margin: 0 auto;
    }
    
    .containerimages img {
        width: 95%; 
        padding-top: 20px; 
        padding-left: 20px;
    }
    
    .blogConclusion .containerimages {
        height: auto; 
        width: 100%; 
        background: #CE8477;
    }
    
    
    
    
}