/* === GENERAL STYLES === */
section {
  background-color: rgb(214, 212, 212);
}

header {
  background-color: rgb(220, 53, 69);
  margin: 0;
  color: white;
}

.small-head-title {
  font-size: calc(1.275rem + .3vw) !important;
}

.big-head-title {
  font-size: calc(1.325rem + .9vw) !important;
}

.separation, .separationRouge {
  color: white;
}

.separation {
  background-color: rgb(102, 97, 96);
}

.separationRouge {
  background-color: rgb(220, 53, 69);
  margin-bottom: 32px;
}

.separationSticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* === IMAGE CONTAINER === */
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.image-container:hover .image {
  opacity: 0.3;
}

.image-container:hover .cta {
  opacity: 1;
}

/* === CTA STYLES === */
.cta--contained {
  padding: 10px 24px 11px 24px;
  border-radius: 20px;
}

.cta--contained.cta--red {
  color: #fff;
  background-color: #6c757d;
}

.cta {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

/* === MENU RESPONSIVE === */
#menu-responsive {
  display: none;
}

@media (max-width: 991px) {
  #menu-1, #menu-2 {
    display: none;
  }

  #menu-responsive {
    display: block;
  }
}

/* === LOGO RESPONSIVE === */
@media (max-width: 767px) {
  #logo {
    width: 25%;
  }
}

@media (max-width: 400px) {
  #logo {
    width: 30%;
  }
}

/* === AGENDA STYLES === */
.flyer-agenda {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.card-agenda {
  min-height: 400px;
}

@media (min-width: 992px) {
  #flyer_idx {
    width: 90%;
  }

  .flyer-agenda {
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0.375rem;
  }

  .card-agenda {
    min-height: auto !important;
  }

  .title-agenda {
    font-size: 2.5rem !important;;
  }
}

@media (min-width: 1200px) {
  #flyer_idx {
    width: 80%;
  }
}

/* === GENERAL STYLES === */
#partieJonction {
  display: flex;
  flex-wrap: wrap;
}

.form-check {
  width: 30%;
  margin-bottom: 10px;
}

.scoreref {
  color: rgba(220, 53, 69, 1);
  text-decoration: none;
}

article > a {
  text-decoration: none;
  color: black;
}

.btn.dropdown-toggle::after {
  margin-left: 0px;
}

/* === RESPONSIVE TEXT === */
.protege_text, #protege_text_gros {
  font-size: 1rem;
}

.responsive_title {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .protege_text {
    font-size: 1.25rem;
  }

  #protege_text_gros {
    font-size: 1.5rem;
  }

  .responsive_title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .small_text_agenda_card {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 921px) {
  .small_text_agenda_card {
    font-size: 1.25rem;
  }
}

@media (min-width: 922px) and (max-width: 1199px) {
  .small_text_agenda_card {
    font-size: 1.14rem;
  }
}

@media (min-width: 1200px) {
  .small_text_agenda_card {
    font-size: 1.25rem;
  }
}
