@charset "UTF-8";
/*** Styles généraux ***/
.titraille, .boutonsoutien {
  font-family: "Bebas Neue", cursive;
}

.corps {
  font-family: "Arvo", serif;
}

.texteblanc, .boutonsoutien:hover, .boutonsoutien, .bg-dark a, .bg-dark {
  color: #eee;
}

.backvideo {
  background: #000;
}

.border-color1, .laune-wrap:hover {
  border-color: #ce003f;
}

.border-color2 {
  border-color: #fbd743;
}

.border-color3 {
  border-color: #5fb5a2;
}

.fond1, .laune .cartouche {
  background-color: #ce003f;
  background: linear-gradient(210deg, #fd662a, #ce003f);
}

.texte-gris {
  color: #343a40;
}

.fondatelier {
  color: #eee;
}

.fondbleu, .boutonsoutien {
  background: #5fb5a2;
}

.textebleu {
  color: #5fb5a2;
}

.fondbleusombre {
  background: linear-gradient(10deg, #2c5e53, #2c5e53, #1a3932);
}

.fondblanc {
  background: #eee;
  color: #151515;
}

a, a:active, a:hover {
  text-decoration: none;
}

.ombretexte, .page_rubrique h1, .laune .cartouche h3, .laune .cartouche h2 {
  text-shadow: 1px -1px #151515;
}

.vh-33 {
  height: 33vh !important;
}

.min-vh-33 {
  min-height: 33vh !important;
}

.vh-25 {
  height: 25vh !important;
}

.min-vh-25 {
  min-height: 25vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.header h1, .header .h1 {
  line-height: 1;
}

#menunav {
  background: linear-gradient(180deg, #343a40, #151515);
}

.header, .fondgrisdegrad {
  background: linear-gradient(10deg, #343a40, #343a40, #151515);
}

nav .nav-link {
  font-size: 1.2rem;
}

.boutonsoutien:hover {
  background: #8fcbbe;
}
.boutonsoutien svg {
  height: 30px;
}
.boutonsoutien svg g {
  fill: #eee;
}

.boutonnl {
  background: #fd662a;
  background: linear-gradient(10deg, #fd510d, #fd510d, #af3302);
}
.boutonnl:hover {
  background: #af3302;
}

/*** Page d'accueil ***/
.presentation {
  border: 8px solid #151515;
  border-left: none;
}

.laune-wrap {
  border: 8px solid #151515;
  transition: all 0.8s;
  overflow: hidden;
  background: #212529;
}
.laune {
  background-size: auto 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.8s;
}
.laune:hover {
  background-size: auto 105%;
}
.laune .cartouche {
  width: 80%;
  bottom: 2rem;
  left: 2rem;
}
.laune .cartouche h2 {
  margin: -1rem 0 -1.5rem;
  color: #eee;
  line-height: 1;
}
.laune .cartouche h3 {
  margin: -0.75rem 0 0;
  color: #eee;
  line-height: 1;
}
.laune .cartouche p {
  color: #eee;
}

#bande_video h3 {
  color: #fd662a;
  text-shadow: 1px -1px #ce003f;
}
#bande_video h5 {
  font-size: 1rem;
  line-height: 1;
}

#une_plus h3 {
  color: #eee;
  text-shadow: none;
}

#projets .laune, .listearticles .laune, #boutique .laune {
  min-height: 250px;
}

.homesocials svg {
  fill: #eee;
}
.homesocials a:hover svg {
  fill: #ce003f;
}

/**** Page de rubrique ****/
.backrub {
  height: 400px;
  background-position: 50% center;
  background-size: cover;
}

.page_rubrique .cartouche {
  margin-top: -5rem;
}
.page_rubrique h1 {
  margin-top: -2.4rem;
}

/**** Page d'article ****/
.notes {
  font-size: 0.9rem;
}

.spip_documents_center {
  margin: 2rem auto;
  text-align: center;
}
.spip_documents_center dd, .spip_documents_center dt {
  margin-left: auto;
  margin-right: auto;
}

.spip_doc_titre {
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.spip_doc_descriptif {
  font-size: 0.8rem;
}

/*** SPIP ***/
#spip-admin {
  z-index: 10000;
}

/*# sourceMappingURL=atelier.css.map */
