html {
  background-color: grey;
}
body,
.bandeau {
  max-width: 1400px;

  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

body {
  background-image: url("../images/porte-chateau.jpg") !important;
  background-size: cover;
  margin-top: 80px;
  padding-top: 20px;
  min-height: 100vh;
}
#infos > body,
#association > body {
  background-image: url("../images/body-gris.jpg") !important;
}
/* fin variante */

h3,
h4,
h5,
h1,
h2,
.centre {
  text-align: center;
}

p,
article,
.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* c'est ici */
body > *,
.bandeau {
  padding-left: 4vw !important;
  padding-right: 4vw !important;
}

@media (max-width: 768px) {
  body > *,
  .bandeau {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
}

a:hover {
  color: var(--bs-body-color);
}

.header {
  position: fixed;
  z-index: 5;
  top: 0;

  /* left: 0;
  right: 0; */
  opacity: 1;
  /* border-bottom: 1px solid gray; */
  min-height: 80px;
  width: 100% !important;
  max-width: 1400px;
}

.h5-6 {
  font-size: 1.1rem;
}

.fb {
  font-size: 1rem;
}

/*  GESTION DU MENU  */

/* container-vert: conteneur pour le menu déroulant sur les petits écrans */

.container-vert {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* sert à masquer le menu déroulant dès le départ */

#navigation {
  display: none;
}

#navigation li {
  background-color: #ddd;
  border-radius: 7px;
}

#index .index,
#association .association,
#infos .infos,
#saison-2025 .saison-2025 {
  background-color: rgba(60, 60, 60);

  border: 2px solid rgba(60, 60, 60);
  border-radius: 7px;
}
#index .index a,
#association .association a,
#infos .infos a,
#saison-2025 .saison-2025 a {
  color: white !important;
}

.menu li {
  padding: 0.4rem;
  margin: 0.8rem;
}
@media (min-width: 992px) {
  .menu {
    align-items: center;
  }

  .menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: -0.4rem;
  }
  #navigation {
    display: block !important;
  }
  .menu li {
    margin: 0.4rem;
  }
}

/* fin menu  */

.footer {
  position: fixed;
  width: 100%;
  max-width: 1400px;
  bottom: 0;
}

.footer p,
.footer a {
  text-align: center;
  color: white;
}
/* between classique, utilisé pour bandeau et footer */
/* between pour bloc d'images -> imbloc */
.between,
.imbloc,
.colbloc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
}

.imbloc img,
.imbloc figcaption,
.colbloc img,
.colbloc figcaption,
.colbloc figure,
.imbloc p,
.imbloc video {
  width: 100%;
  height: auto;
}

.colbloc div {
  width: 32%;
}

@media (max-width: 768px) {
  .colbloc div {
    width: 48% !important;
  }
}

@media (max-width: 576px) {
  /* padding: 1.5% ou 1.5rem ??? */
  .between,
  .imbloc {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1.5% !important;
    padding-right: 1.5% !important;
  }
}

/* colonnes utile pour mettre les images dans des colonnes, par 1, 2 ou 3 en faisant un réglage de pourcentage au dessus */

.colonne {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nowrap {
  flex-wrap: nowrap;
}

/* mise en page bio */

#ateliers > div {
  width: 650px;
}
@media (max-width: 576px) {
  #ateliers > .end {
    flex-wrap: wrap;
  }
  #ateliers div {
    width: 550 px;
  }
}

@media screen and (min-width: 780px) {
  .ss {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .ls {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .sg {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .lg {
    display: none;
  }
}
/* image dans texte */
.img-droit {
  float: right;
  margin: 0 1rem 1rem 0;
  max-width: 200px;
}


.affiche {
  position: fixed;
  z-index: 6;
  /* padding-top: 50px; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background-color: rgb(132, 132, 132); */
}

.wh-65 {
  width: 65vh;
  max-width: 65;
}

@media (max-width: 576px) {
  .wh-65 {
    width: 100%;
  }
}

