@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/Manrope-Bold.ttf");
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Manrope-SemiBold";
  color: #f2f0f0;
  background-color: #110f0f;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #d63600;
}

::-webkit-scrollbar-thumb:hover {
  background: grey;
}

html.prevent-scroll {
  overflow: hidden;
}

.scroll-animate, .noscroll-animate {
  opacity: 0;
}

header {
  position: fixed;
  z-index: 999;
  background-color: #110f0f;
}
header a {
  border-bottom: 2px solid transparent;
}
header a:hover {
  border-bottom: 2px solid #d63600;
}
header .information-importante {
  border-top: 2px solid #d63600;
  border-bottom: 2px solid #d63600;
  background-color: #d63600;
  text-align: center;
  padding: 5px 0px;
}
header .information-importante a {
  border-bottom: 1px solid #f2f0f0;
}

.container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  scroll-margin-top: 105px;
}

.background-separator {
  background-color: #1f1b1b;
}

footer {
  background-color: #110f0f;
  color: #f2f0f0;
}
footer .footer__bottom {
  padding-top: 2rem;
  border-top: 2px solid #d63600;
}
footer a {
  color: #d63600;
}
footer .icon {
  height: 40px;
}

button, .button {
  background-color: #d63600;
  color: #f2f0f0;
  padding: 10px 20px;
  font-size: 1rem;
  border: 2px solid #d63600;
}
button:hover, .button:hover {
  cursor: pointer;
  background-color: #2e2828;
}

.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Text */
b, strong {
  font-family: "Manrope-Bold";
}

ul {
  margin-left: 20px;
  list-style-type: disc;
}
ul li::marker {
  color: #d63600;
}

h1 {
  font-family: "Manrope-Bold";
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #d63600;
}

h2, h3 {
  margin-bottom: 10px;
  font-family: "Manrope-Bold";
}

h2 {
  font-size: 1.35rem;
}
h2.title-section {
  font-size: 1.5rem;
  color: #d63600;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #d63600;
}

.menu li.active a {
  border-bottom: 2px solid #d63600;
  cursor: pointer;
}

a {
  border-bottom: 2px solid #d63600;
}
a:hover {
  cursor: pointer;
}

.image-style {
  position: relative;
}
.image-style.image-style--cutted {
  display: flex;
  gap: 10px;
  width: 100%;
}
.image-style.image-style--cutted .image-style--cutted__left, .image-style.image-style--cutted .image-style--cutted__right {
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.image-style.image-style--cutted .image-style--cutted__left:after, .image-style.image-style--cutted .image-style--cutted__right:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(214, 54, 0) 3%, rgba(0, 0, 0, 0) 30%);
}
.image-style.image-style--cutted .image-style--cutted__left div, .image-style.image-style--cutted .image-style--cutted__right div {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
}
.image-style.image-style--cutted .image-style--cutted__left div {
  background-position: left center;
}
.image-style.image-style--cutted .image-style--cutted__right {
  transform: translateY(-40px); /* monte la partie droite */
}
.image-style.image-style--cutted .image-style--cutted__right div {
  background-position: right center;
}

/* Home */
#home {
  color: #f2f0f0;
  font-size: 1.5rem;
}
#home .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#role .icon-roles h2 {
  padding-top: 20px;
  text-align: center;
}

.icon {
  height: 60px;
}

#team .info__content {
  cursor: initial;
}
#team .member {
  overflow: hidden;
}
#team .member .member__info b {
  font-size: 0.8rem;
  display: inline-block;
}
#team .member .member__info {
  height: 100%;
  background-color: #d63600;
  color: #f2f0f0;
  padding: 5px 10px;
}
#team .member h2 {
  color: #f2f0f0 !important;
  line-height: 1.4rem;
}

#infos-pratiques .info, #team .info {
  position: relative;
  border-bottom: 2px solid #d63600;
  margin-bottom: 10px;
}
#infos-pratiques .info h2, #team .info h2 {
  width: calc(100% - 30px);
  color: #d63600;
}
#infos-pratiques .info:after, #team .info:after {
  transition-duration: 0.3s;
  position: absolute;
  content: "";
  background-image: url("../images/icon-arrow.svg");
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  right: 0;
  top: 10px;
}
#infos-pratiques .info .info__content, #team .info .info__content {
  padding-bottom: 20px;
  cursor: initial;
}
#infos-pratiques .info:hover, #team .info:hover {
  cursor: pointer;
}
#infos-pratiques .info.is-active:after, #team .info.is-active:after {
  transform: rotate(180deg);
}

.member__image, .article--img, .event__image {
  position: relative;
}
.member__image:after, .article--img:after, .event__image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(214, 54, 0) 3%, rgba(0, 0, 0, 0) 30%);
  height: 101%;
}

.interventions .intervention {
  padding: 20px 40px;
}
.interventions .intervention:nth-child(odd) {
  background-color: #110f0f;
}

/* Form */
:focus {
  outline: none;
}

input, textarea {
  border: 2px solid #d63600;
  background-color: #2e2828;
  padding: 10px 20px;
  width: 100%;
}

input[name=contact_gender] {
  opacity: 0;
}

.form-container {
  padding: 60px 60px;
  background-color: #1f1b1b;
}

/* alert */
.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #f86681;
  color: #c5092f;
}

.article-list {
  position: relative;
}
.article-list .article--img {
  height: 640px;
  width: 100%;
}
.article-list .article--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-list .article--content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
}
.article-list .article--content * {
  color: #f2f0f0;
}
.article-list .article--content h2 {
  font-size: 2.5rem;
}

.article--readmore {
  color: #d63600;
  width: 100%;
}
.article--readmore a {
  float: right;
}

.article-list__all .article {
  background-color: #1f1b1b;
  padding: 20px;
  position: relative;
}
.article-list__all .article .article--img {
  height: 300px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.article-list__all .article .article--img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.article-list__all .article .date {
  background-color: #d63600;
  color: #f2f0f0;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  bottom: -2rem;
}
.article-list__all .article h2 {
  color: #d63600;
}

.blog-gallery {
  background-color: #1f1b1b;
}
.blog-gallery img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.timeline .timeline-line {
  position: absolute;
  background-color: #d63600;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}
.timeline .event {
  display: inline-block;
  vertical-align: top;
  width: 375px;
  position: relative;
  background-color: #110f0f;
  padding: 20px;
  left: calc(-50% - 2rem);
}
.timeline .event:nth-child(odd) {
  left: calc(50% + 2rem);
}
.timeline .event:nth-child(even) .event__year {
  justify-self: end;
}
.timeline .event h2 {
  background-color: #d63600;
  padding: 5px 10px;
  color: #f2f0f0;
  width: auto;
  margin-bottom: 0;
  display: inline-block;
}
.timeline .event .event__content {
  margin-top: 30px;
}
.timeline .event .event__content .event__image {
  height: 180px;
}
.timeline .event .event__content .event__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Banner cookie */
#bannerCookie {
  background-color: #1f1b1b;
  color: #f2f0f0;
  padding: 10px 0px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.7rem;
  z-index: 100;
}
#bannerCookie a {
  border-bottom: 2px solid #d63600;
}
#bannerCookie a:hover {
  border-bottom: 2px solid #f2f0f0;
}
#bannerCookie .banner__button {
  font-size: 0.7rem;
  padding: 5px 10px;
  color: #f2f0f0;
  display: inline-block;
}
#bannerCookie .banner__button.banner__button--decline {
  background: transparent;
}
#bannerCookie .banner__button:hover {
  background-color: #110f0f;
  color: #d63600;
}

/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow .slideshow__img {
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 2rem;
  color: #f2f0f0;
  user-select: none;
}
.slideshow .slideshow__arrows div {
  display: inline-block;
}
.slideshow .slideshow__arrows div:hover {
  cursor: pointer;
  color: #f2f0f0;
}

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