@charset "UTF-8";
@import "plugins/bootstrap5.min.css";
@import "plugins/slick.min.css";
@import "fonts/fonts.css";
/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
@media (min-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft {
    opacity: 1;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible {
    opacity: 0;
  }

  .fadeScrollRight, .fadeScrollLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }

  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeScroll.not-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #f3f1f0 !important;
}

.slick-dots li button:before {
  opacity: 0.5 !important;
  color: #f3f1f0 !important;
}

/* Général */
body {
  background-color: #293282;
  color: #293282;
  font-family: "Manrope", sans-serif;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.09;
  z-index: -1;
  background-image: url(../medias/fond.jpg);
  background-size: cover;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
}

/* Scroll bar */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  box-shadow: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d7b35f;
}

/* Header */
.nav-top {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  text-align: right;
  z-index: 1030;
}
.nav-top a {
  height: 75px;
  width: 75px;
  display: block;
  color: #d7b35f;
  background: #293282;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-right: 30px;
}
.nav-top svg {
  position: relative;
  left: 5px;
  top: 18px;
}

/* Langue */
.langues a {
  margin: auto;
  font-size: 3rem;
  height: 100%;
  width: 100%;
  line-height: 170px;
  min-height: 170px;
  border-radius: 0;
  font-family: "EB Garamond", serif;
  background-color: #293282;
  display: block;
  color: #d7b35f;
  text-align: center;
  margin-right: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.langues a:hover, .langues a:focus, .langues a:active {
  color: #f3f1f0;
}

/* Contenu */
figure {
  position: relative;
}

.img-list {
  background-color: #293282;
  margin-top: 150px;
}
.img-list .content-text {
  text-align: center;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.img-list .content-text article {
  border: 1px solid #f3f1f0;
  padding: 2rem;
  position: relative;
}
.img-list p {
  margin-bottom: 0;
}

.article aside {
  text-align: right;
}
.article .close-article {
  background: #f3f1f0;
  color: #293282;
  height: 75px;
  width: 75px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  top: 39px;
  right: 120px;
  z-index: 2000;
}
.article .close-article svg {
  position: relative;
  top: 14px;
}
.article .row:not(.nav-article, .content-text) {
  padding: 2rem;
  background: #1a2156;
  max-height: 700px;
  min-height: 500px;
}
.article .content-text {
  color: #f3f1f0;
  overflow: scroll;
  max-height: 300px;
  padding-right: 2rem;
}
.article .content-text em {
  font-style: normal;
  color: #d7b35f;
  font-size: 0.95rem;
}
.article h1 {
  color: #d7b35f;
  font-size: 2.3rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(243, 241, 240, 0.2);
  margin-bottom: 1.5rem;
  margin-right: 3rem;
}
.article figure {
  margin-bottom: 0;
  max-height: 550px;
  overflow: hidden;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.detail-son article {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.detail-son h1 {
  text-align: center;
}
.detail-son .line {
  width: 250px;
  margin: auto;
  fill: #f3f1f0;
  margin-bottom: 2rem;
  display: block;
}
.detail-son .cont {
  min-height: 700px;
  position: relative;
}
.detail-son .megaphone {
  animation: none !important;
  fill: #293282;
  position: absolute;
  width: 70%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0.4;
}
.detail-son h1, .detail-son .content-text, .detail-son .line, .detail-son .son-cont {
  z-index: 2;
  position: relative;
}

.son-cont {
  text-align: center;
}
.son-cont button {
  background: #f3f1f0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  outline: 0;
  border: 0;
  margin: 0 3px;
}
.son-cont button:hover, .son-cont button:focus, .son-cont button:active {
  background-color: #d7b35f;
}
.son-cont button svg {
  fill: #293282;
  width: 45px;
  height: 45px;
}

#reset {
  position: absolute;
  right: 0;
  background-color: #293282;
}
#reset svg {
  fill: #f3f1f0;
}

.nav-article {
  padding-top: 0.5rem;
}
.nav-article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-article a {
  height: 75px;
  width: 75px;
  background: #d7b35f;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  display: block;
}
.nav-article a svg {
  color: #293282;
  width: 40px;
  margin: auto;
  position: relative;
  top: 19px;
}

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