body{
    background-color: rgb(212, 227, 229);
    
}

  
  
.div1{
    background-color: rgb(212, 227, 229);
    border: 7px inset rgb(3, 122, 196);
    padding: 30px;
    margin: 75px;
    margin-top: 0px;   
}
iframe {
    position: relative ;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 30%;
    border: 5px groove rgb(10, 184, 237);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(20, 35, 133, 0.5);
    object-fit: cover;
    padding-top: -5%;
    }
.div2{
    text-align: center;
    font-family:Bahnschrift ;
    background-color: rgb(212, 227, 229);
    border: 7px outset rgb(3, 122, 196);
    padding: 30px;
    margin: 15px;
    color: black;
    
}
.para{
    color:#134B70;
    font-size: 200%;
    font-family: Arial Black ;
    text-shadow: 2px 2px rgb(161, 175, 184);
    border: 15px color rgb(255, 255, 255);
    position: relative;
    text-align: center;
}
.para:hover{
    transform: scale(1.3);
}

h1:hover{
    transform: scale(1.1); 
}

p{
    color: black;
    text-align: center;
    font-size:100% ;
    font-weight:lighter;
    
}



h1{
    text-align: center;
    font-size: 450%;
    color: #134B70;
    font-family: Arial Black;
    text-shadow: 5px 5px rgb(10, 184, 237);
    border: 15px color rgb(255, 255, 255);
    margin: 0%;
    
}
.div3{
    
    margin: 30px;
    padding: 0px;
}
.div4{
    
    text-align: center;
    
}

h2{
    text-align: center;
    size: 450%;
}
h3{
    font-size: 165%;
    color: black;  
    font-family:Adobe Song Std L ;
}



table th{
    border: 2px solid;
}
table td{
    border: 2px solid;
    
}
 td:hover{
    color: #597445;
}

.tableau{ 
    width: 100%;
}
.tableau .th1:hover{
    color:  #597445;
}
.galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.galerie img {
    width: calc(33.33% - 10px);
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.galerie img:hover {
    transform: scale(1.1); /* agrandissement */
    box-shadow: 0 0 20px rgba(12, 108, 150, 0.5); /* ombre */
    border: 2px solid #0a296b; /* bordure */
}
  

.image {
    position: relative;
    width: calc(33.33% - 10px);
}
  
.image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
  
.texte {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 10px rgb(40, 3, 82);
}
  
.texte:hover {
    transform: scale(1.1);
}

.tableau2 {
    margin: 0 auto;
}
.perle{
    text-align: center;
    font-size: 200%;
    color: rgb(6, 46, 77);
    font-family: Arial Black;
    text-shadow: 2px 2px rgb(161, 175, 184);
    border: 15px color rgb(255, 255, 255);
}

.liste {
    list-style-type: disc;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    display: inline ;
    
  
}
li::before {
    content: ".\2022";
    padding-right: 10px;
}
a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6f796d;
    border-radius: 10px;
    transition: background-color 0.3s;
    color: #090909;
}
  
a:hover {
    background-color: #75796d;
    color: #282829;
}
.final{
    size: 400px;
    color: rgb(55, 31, 6);
}
 




  
  
  
  
  

  
  
  
   
   
   


  
  