@font-face {
    font-family: 'Betm Rounded';
    src: url('Betm-Rounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.page {padding: 30px 100px;}body {
    margin: 0;
}
h1{color: rgb(3, 25, 70);}
@font-face {
    font-family: 'Sunday Best';
    src: url('Sunday-Best.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.container p {
    font-size: larger;
    margin-top: 0;
    text-align: justify;
}
#fichier a {
    border-radius: 10px;
    padding: 5px 10px;
    zoom: 120%;
    color: white;
    text-align: center;
}
h1,h2 {
  text-transform: uppercase;
    font-family: 'Sunday Best', sans-serif;
}

.container {
  display: flex;
  gap: 60px;
}

.sidebar {
  text-align: center;
  max-width: 400px;
}

.container h1 {
  font-size: 1.6rem;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.image-grid img, .image-grid iframe {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.image-grid iframe {
    aspect-ratio: 16 / 9; 
}

@media (max-width: 1150px) {
  .sidebar {
    max-width: unset;
    }
}

@media (max-width: 800px) {
    .image-grid {
        display: none;
    }

    .container {
      flex-direction: column;
    }
  
    .container h1 {
      margin-top: 50px;
    }

    .page {
    padding: 30px 30px;
}.image-grid-2 img, .image-grid-2 iframe {
    width: 100%;
    /* zoom: 150%; */
    height: 225px;
    object-fit: cover;
    border-radius: 15px;
}
}

.sidebar img {
  width: 100%;
  border-radius: 15px;
}



@media (min-width: 800px) {
  h1 {
      margin-top: 50px;
  }
}

.image-container {
  display: flex;
  gap: 40px;
  padding: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.image-container-partenaire {
  display: flex;
  gap: 0px;
  padding: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.image-container .image-box {
  width: 200px;
  /* height: 100px; */
  overflow: hidden;
  margin: auto 0;
  padding: 15px;
  transition: transform 0.3s ease;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: center;
}

        .image-box:hover {
        transform: scale(1.05);

        }

        .image-box img {
        /* width: 100%; */
        /* height: 100%; */
        object-fit: cover;
        display: block;
        }
        .image-container .image-box img {
          width: 100%;
          /* height: 100%; */
          object-fit: cover;
          display: block;
      }
      .container-sidebar li {list-style: none;margin-bottom: 15px;}


.container-sidebar {
  padding: 0 15px;
  border: 3px solid rgb(3, 25, 70); /* couleur moyenne entre les deux tons */
}.image-container-partenaire .image-box {
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
}
.container-sidebar ul {
  padding: 0;
  list-style: none;
}


.image-grid-2 {
  display: flex;
  /* gap: 10px; */
  margin-top: 10px;
  /* width: 100%; */
  /* height: 500px; */
  justify-items: center;
  justify-content: center;
}
.image-grid-2 img, .image-grid-2 iframe {
  width: 100%;
  /* zoom: 150%; */
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}