body {
    background-color: white;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    line-height: 1.6;
}

/* ...existing code... */
.responsive-video {
width: 700px;
height: auto;
}
/* ...existing code... */

.visuels-link {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
.visuels-link:hover {
  text-decoration: underline;
}

.contact-link {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 20px;
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
.contact-link:hover {
  text-decoration: underline;
}

.right-link {
  margin-left: 20px; /* Espace entre la vidéo et le lien */
  font-size: 1.5rem; /* Taille du texte */
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
.video-container {
  display: flex;
  align-items: center; /* Aligne verticalement */
  justify-content: center; /* Centre horizontalement */
}
.right-link:hover {
  text-decoration: underline;
}

p {
    margin: 5px 0; /* Ajuste la marge supérieure et inférieure */
}


body.top-left {
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    min-height: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

h1 {
    text-align: left !important;
    margin: 20px 0 10px 20px !important;
}

.intro-block {
    max-width: 700px;
    margin: 0 0 30px 20px !important;
    text-align: left !important;
    font-size: 1.2rem;
    color: #333;
}

.visuel-img {
    display: block;
    margin-top: 100px; /* Décale l'image vers le bas */
    margin-left: 5px;
    max-width: 100%;
    height: auto;
}

.image-block {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-top: 100px; /* Décale l'image vers le bas */
}

.img-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,0.8);
    color: #222;
    font-size: 3rem; /* Plus grand */
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    z-index: 2;
}
.img-title:hover {
    text-decoration: underline;
}