
img{
    width: 100%;
}

.row img{
    padding-top:  20px;
    border-radius: 150px;
    
}




a:link, a:visited {
      color:rgb(156, 110, 10);
      font-weight: bold;
      padding: 0.5;
      outline: none;
      text-decoration: none;

}


a:hover {
  background: rgb(156, 110, 10);
  border-radius: 10% 30% 10% 30%;
  color: beige;
}

a:active {
  background: rgb(255, 255, 255); 
  
}
.titre, .banniere {
    background-color: rgb(156, 110, 10);
    padding: 1%;
}

.container {
    padding: 0;
}





.titre h1  {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 4vw;
    text-size-adjust: auto;
    text-shadow: 2px 2px #2e2828;
    text-align: center;
    margin-top: none;
    padding: none;
}

.titre h2  {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 3vw;
    text-size-adjust: auto;
    text-shadow: 2px 2px #2e2828;
    text-align: center;
    margin-top: none;
    padding: none;
}


main {
    padding: 0;
    margin-top: 0;
}

.droite {
    text-align:right;
    padding: 20px;
    
}

#lycee, #superieur{
    margin-top: 40px;
    margin-bottom: 20px;
}

.ensemble h2 {
    color:rgb(156, 110, 10) ;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(48, 46, 46);
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight:bold;
}

.card-body h3{
    color:rgb(156, 110, 10) ;
    
    font-weight:bold;
}

hr{
    height: 3px;
    background-color: rgb(156, 110, 10);
    border: none;
      }

.titreModule{
    font-weight:bolder;
}    

#OZA1, #OZA2, #OZA3 {
    border-radius: 0%;
    width: 60%;
    padding: 0;
    align-self: center;
}



