body {
  color:black;
  background-color:white;
  background-image:url(../images8/fond_posi.jpg);
}

hposi {
  text-align: center;
  font-family:lucida calligraphy, serif;
    color: #000000;
  display: block;
  text-shadow: 3px 2px #969696;
 font-size: clamp(1.6rem, 4vw, 3rem);   
  /*font-size: 3.5em;*/
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


  h2 {
  text-align: center;
  color : #000000;
  font-family:lucida calligraphy, serif;
  display: block;
font-size: clamp(1.2rem, 4vw, 2rem);  
  /*font-size: 4em;*/
  margin-top: 0.1em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgba(0, 112, 241, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgba(0, 83, 178, 1);
  
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/*.img_posi {
    display:inline-block;
    
    /* border:1px solid black; */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    
}*/

/* Container pour les images */
.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}

/* Images responsive */
.image-container img {
  max-width: 100%;
  height: auto;
  width: 550px; /* Ajustable */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.separateur img {
  max-width: 100%;
  height: auto;
  width: 400px; /* Ajustable */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.col {
        flex: 1; 
        padding: 1em;
      }

.row3 {
	      font-family: sans-serif;
	      font-size: 1.2em;
	      color: #333;
  	      background-color: #c7ba9b;
  	      text-align: justify;
  	      border-radius: 30px;
        display: flex;
        width: 87%;
      }
    
      .col2 {
        flex: 1; 
        padding: 1em;
      }


 



.video-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      width: 100%;
      max-width: 640px;
    }

    .video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 54%; /* 640x360 aspect ratio = 2:1 = 50% */
      height: 0;
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }





 footer {
      background-color: #b3785a;
      color: #000;
                font-weight: bold;
      text-align: center;
      padding: 15px 20px;
      margin-top: auto;
    }

   @media (max-width: 600px) {
      body {
        font-size: 16px;
      }

      footer {
        padding: 10px;
      }
    }


