@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Baloo 2", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #1d1e1e;
}

main {
  margin-top: 70px;
}

p {
  font-size: 1em;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-align: center;
}

h2 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.125em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #007ec3;
}

/*----------  _GRID  ----------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Responsive Classes */
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-family: "Baloo 2", sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.6rem 2rem;
  border: 2px solid #ee7707;
  border-radius: 2rem;
  margin: 0.5rem 0;
  background-color: #ee7707;
  color: #fff;
}
.btn:hover {
  background-color: #d16908;
  border-color: #d16908;
  color: #fff;
}
.btn--primary {
  background-color: #ee7707;
  border-color: #ee7707;
}
.btn--primary:hover {
  background-color: #d16908;
}
.btn--primary--alt {
  background-color: transparent;
  border: 2px solid #ee7707;
  color: #ee7707;
}
.btn--primary--alt:hover {
  background-color: #ee7707;
  border-color: #ee7707;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #1d1e1e;
}
.btn--white:hover {
  background-color: #ccc;
  border-color: #ccc;
}
.btn--white--alt {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--white--alt:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1d1e1e;
}
.btn--link {
  background-color: transparent;
  border: none;
  color: inherit;
}
.btn--no-style {
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
}
.btn--no-style:hover {
  background: none;
  border: none;
  color: inherit;
}
.btn--danger {
  background-color: #f44335;
  border-color: #f44335;
}
.btn--danger:hover {
  background-color: #c4362c;
  border-color: #c4362c;
}
.btn--disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

#backToTop {
  display: none;
  padding: 0.5rem 0.8rem;
  position: fixed;
  z-index: 9;
  top: 80%;
  right: 0;
  border: none;
  background: #ee7707;
  color: #fff;
}
#backToTop.active {
  display: block;
}

.slider {
  position: relative;
}
.slider__content {
  position: absolute;
  color: #fff;
  z-index: 9;
  width: 60%;
  margin-left: 5%;
  top: 45%;
  transform: translate(0%, -50%);
}
.slider__text {
  margin: 1.5rem 0;
  font-size: 20px;
}
.slider__title {
  font-size: 2em;
  font-weight: bold;
}
.slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 99%;
  width: 100%;
  background: #007ec3;
  background: linear-gradient(90deg, #007ec3 0%, #8ec981 40%, rgba(124, 201, 146, 0) 100%);
}
.slider__separator {
  position: absolute;
  bottom: -1%;
  width: 100%;
}
.slider__separator .form {
  width: 120px;
  position: absolute;
  top: -20px;
  right: 3%;
  fill: none;
  stroke: #ee7707;
  stroke-linecap: round;
  stroke-width: 29px;
}
.slider__separator .form--water {
  fill: unset;
  stroke: unset;
  stroke-linecap: unset;
  stroke-width: unset;
}

.hero {
  position: relative;
}
.hero__image {
  position: relative;
}
.hero__separator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 99%;
  width: 100%;
  background: rgb(76, 64, 207);
  background: linear-gradient(90deg, #007ec3 0%, #8ec981 40%, rgba(124, 201, 146, 0) 100%);
}
.hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
}
.hero .breadcrumb {
  position: absolute;
  bottom: 60px;
  right: 5%;
}

.breadcrumb a,
.breadcrumb span {
  color: inherit;
  text-decoration: none;
  opacity: 0.4;
}

.breadcrumb-item + .breadcrumb-item::before {
  opacity: 0.4;
}

.breadcrumb-item + .breadcrumb-item::before:last-child {
  opacity: 1;
}

.breadcrumb .breadcrumb-item .active {
  opacity: 1;
  font-weight: bold;
  text-decoration: none;
  color: #007ec3;
}

.bloc {
  align-items: center;
  margin: 2rem 0;
  position: relative;
}
.bloc--bg {
  background-color: #007ec3;
  padding: 2rem;
  color: #fff;
}
.bloc--bg .bloc__title span {
  color: #ee7707;
}
.bloc__image .form-line {
  width: 40px;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(0%, -50%);
  fill: #ee7707;
}
.bloc__image .image {
  border-radius: 30px;
}
.bloc__title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.bloc__title span {
  color: #007ec3;
}
.bloc__content {
  padding-left: 1.5rem;
}
.bloc__buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: end;
}
.bloc__buttons .btn {
  margin: 0 0.5rem;
}
.bloc--image--right .bloc__image {
  order: 2;
}
.bloc--image--right .bloc__image .form-line {
  width: 40px;
  position: absolute;
  top: 50%;
  right: -5%;
  left: unset;
  fill: #ee7707;
  transform: translate(0%, -50%) scaleX(-1);
}
.bloc--no-image .bloc__buttons {
  justify-content: center;
}
.bloc--no-image .bloc__title {
  text-align: center;
}

.modal {
  color: #1d1e1e;
}
.modal__content {
  padding: 2rem;
  border-radius: 50px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3411764706);
}
.modal__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal__icon {
  font-size: 60px;
}
.modal__title {
  font-size: 30px;
  font-weight: bold;
}
.modal__body {
  text-align: center;
}
.modal__infos {
  font-size: 15px;
  text-align: center;
  opacity: 0.7;
}
.modal__buttons {
  text-align: center;
}
.modal--error .modal__buttons .btn--action {
  background-color: #f44335;
  border-color: #f44335;
}
.modal--error .modal__icon {
  color: #f44335;
}
.modal--error .modal__content {
  border-top: 5px solid #f44335;
}
.modal--success .modal__buttons .btn--action {
  background-color: #4caf50;
  border-color: #4caf50;
}
.modal--success .modal__icon {
  color: #4caf50;
}
.modal--success .modal__content {
  border-top: 5px solid #4caf50;
}

.list__events .event {
  display: flex;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
}
.list__events .event__image {
  width: 30%;
}
.list__events .event__content {
  width: 70%;
  padding: 0 1rem;
}
.list__events .event__buttons {
  display: flex;
  justify-content: end;
}
.list__events .event--events-all {
  padding: 1rem;
  display: block;
}
.list__events .event__wrapper {
  display: none;
  opacity: 0; /* Invisible au début */
  transform: scale(0.9); /* Légèrement réduit */
  transition: all 0.3s ease-in-out; /* Transition fluide */
}
.list__events .event__wrapper.active {
  display: block;
  opacity: 1; /* Visible */
  transform: scale(1); /* Taille normale */
}

.filters {
  text-align: center;
  padding-bottom: 2rem;
}
.filters .filter.active {
  background-color: #ee7707;
  color: #fff;
}

.description__events {
  background-color: #007ec3;
  border-top-left-radius: 30px;
  padding: 4rem;
  color: #fff;
}
.description__events__title {
  text-transform: uppercase;
}
.description__events__separator {
  position: absolute;
  bottom: -1px;
  left: 50%;
  padding: 0;
}
.description__events__separator path {
  fill: #fff;
}
.description__events__buttons {
  margin: 1rem 0;
}

.title--form {
  position: relative;
  text-align: center;
}
.title--form .form-line {
  width: 25%;
  fill: #ee7707;
}

.card {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.24);
  padding: 2rem;
  transition: 500ms;
  display: block;
  border-radius: 30px;
}
.card__content {
  padding: 0.5rem 1rem;
}
.card__title {
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
}
.card__text {
  text-align: start;
}
.card__image {
  overflow: hidden;
}
.card__image img {
  transform: scale(1);
  transition: 500ms;
}
.card__icon {
  text-align: center;
  font-size: 50px;
}
.card__picto {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 9;
  background: #007ec3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  width: 50px;
  height: 50px;
}
.card__date {
  text-align: center;
}
.card__buttons {
  text-align: center;
}
.card--danger {
  background-color: #f44335;
  color: #fff;
}

a.card:hover {
  background-color: #007ec3;
  color: #fff;
}

.card--event,
.card--resource,
.card--member {
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.card--event__title,
.card--resource__title,
.card--member__title {
  text-transform: uppercase;
  font-size: 0.8em;
  height: 50px;
}
.card--event a,
.card--resource a,
.card--member a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.card--event a:hover,
.card--resource a:hover,
.card--member a:hover {
  background-color: #007ec3;
  color: #fff;
}
.card--event a:hover .card__image img,
.card--resource a:hover .card__image img,
.card--member a:hover .card__image img {
  transform: scale(1.1);
}
.card--event a:hover .card__buttons .btn,
.card--resource a:hover .card__buttons .btn,
.card--member a:hover .card__buttons .btn {
  border-color: #fff;
  color: #fff;
}
.card--event a:hover .card__buttons .btn:hover,
.card--resource a:hover .card__buttons .btn:hover,
.card--member a:hover .card__buttons .btn:hover {
  background-color: #fff;
  color: #1d1e1e;
}

.card--event .card__image {
  height: 250px;
  border-bottom: 5px solid #ee7707;
}
.card--event .card__title {
  height: 70px;
}
.card--event .card__text {
  height: 72px;
}

.card--resource .card__image {
  height: 250px;
  border-bottom: 5px solid #ee7707;
}
.card--resource .card__text {
  height: 72px;
}

.card--annuaire--map {
  padding: 0;
  overflow: hidden;
}

.list__news {
  margin: 1.5rem 0;
}

.card--info {
  padding: 1rem;
  margin: 1rem;
  border: none;
}
.card--info .card__icon {
  font-size: 30px;
}
.card--info .card__content {
  text-align: center;
}

.card--member .card__title {
  font-size: inherit;
}
.card--member .card__content {
  padding: 1.5rem;
}
.card--member .card__role {
  text-align: center;
  font-size: 15px;
}

.card--needPremium {
  position: relative;
  opacity: 0.5;
}
.card--needPremium::before {
  content: "\f521";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 30px;
  rotate: -25deg;
  color: #ee7707;
}

.card--stateEvent {
  text-align: center;
  background-color: #007ec3;
  color: #fff;
}
.card--stateEvent .flipdown {
  margin: auto;
}
.card--stateEvent .card__title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 1rem;
}
.card--stateEvent .card__icon {
  color: #fff;
}
.card--stateEvent .flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #ffffff;
}

.card--primary {
  background-color: #ee7707;
  color: #fff;
}
.card--primary:hover {
  background-color: #d16908;
}

.card--secondary {
  background-color: #007ec3;
  color: #fff;
}
.card--secondary:hover {
  background-color: #066192;
}

.card--tertiary {
  background-color: #8ec981;
  color: #fff;
}
.card--tertiary:hover {
  background-color: #71a366;
}

.input--floating,
.textarea--floating,
.select--floating {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.input--floating .label,
.textarea--floating .label,
.select--floating .label {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
  color: #41c2c4;
  pointer-events: none;
  transition: 0.2s ease all;
}
.input--floating input,
.input--floating textarea,
.input--floating select,
.textarea--floating input,
.textarea--floating textarea,
.textarea--floating select,
.select--floating input,
.select--floating textarea,
.select--floating select {
  width: 100%;
  padding: 15px;
  border: 1.5px solid #41c2c4;
  border-radius: 8px;
  background: transparent;
  color: #1d1e1e;
  outline: none;
}
.input--floating input:focus,
.input--floating textarea:focus,
.input--floating select:focus,
.textarea--floating input:focus,
.textarea--floating textarea:focus,
.textarea--floating select:focus,
.select--floating input:focus,
.select--floating textarea:focus,
.select--floating select:focus {
  border-color: #26a69a;
}
.input--floating input:focus + .label, .input--floating input:not(:placeholder-shown) + .label,
.input--floating textarea:focus + .label,
.input--floating textarea:not(:placeholder-shown) + .label,
.input--floating select:focus + .label,
.input--floating select:not(:placeholder-shown) + .label,
.textarea--floating input:focus + .label,
.textarea--floating input:not(:placeholder-shown) + .label,
.textarea--floating textarea:focus + .label,
.textarea--floating textarea:not(:placeholder-shown) + .label,
.textarea--floating select:focus + .label,
.textarea--floating select:not(:placeholder-shown) + .label,
.select--floating input:focus + .label,
.select--floating input:not(:placeholder-shown) + .label,
.select--floating textarea:focus + .label,
.select--floating textarea:not(:placeholder-shown) + .label,
.select--floating select:focus + .label,
.select--floating select:not(:placeholder-shown) + .label {
  top: -10px;
  font-size: 12px;
  background: #ee7707;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}
.input--floating textarea,
.textarea--floating textarea,
.select--floating textarea {
  resize: none;
  height: 100px;
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--text-color);
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.check:hover:before {
  opacity: 1;
}

.check:hover svg {
  stroke: var(--primary-color, #a3e583);
}

#cbx2 {
  display: none;
}

#cbx2:checked + .check svg {
  stroke: var(--primary-color, #a3e583);
}

#cbx2:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

#cbx2:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.toggle-input {
  display: none;
}

.toogle-button {
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  width: 75px;
  height: 35px;
  background-color: #e7e2cd;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.toogle-button::after {
  content: attr(data-label-off);
  width: 40px;
  height: 40px;
  color: #e7e2cd;
  background-color: #b4223c;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 0;
  display: grid;
  place-content: center;
  transition: all 0.5s;
  transform: 1s ease-in;
}

.toggle-input:checked + .toogle-button::after {
  content: attr(data-label-on);
  background-color: #2d4064;
  transform: translateX(35px) rotate(360deg);
}

.icon__member--premium {
  opacity: 1;
  color: yellow;
}

.chosen--floating .chosen-container {
  width: 100%;
  padding: 7px;
  padding-top: 19px;
  border: 1.5px solid #41c2c4;
  border-radius: 8px;
  background: transparent;
  color: #1d1e1e;
  outline: none;
}

.chosen--floating .chosen-container-multi .chosen-choices {
  border: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0 !important;
}

.chosen--floating .chosen-container-multi .chosen-choices li.search-choice {
  background: #ee7707;
  color: #fff;
  border: none;
  padding: 4px;
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chosen--floating .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  filter: invert(1) brightness(2);
  position: unset;
  margin-left: 0.5rem;
}

.chosen--floating {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.chosen--floating label {
  position: absolute;
  left: 15px;
  top: -10px;
  font-size: 12px;
  background: #ee7707;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}

.chosen--floating .chosen-container .chosen-results li.highlighted {
  background-color: #c5c5c5;
  background-image: none;
}

.country-select {
  height: 55px;
}
.country-select input {
  height: 100%;
}

.needConnect__icon {
  font-size: 40px;
  margin-bottom: 1rem;
}

.card__advantages .card__advantage {
  margin-bottom: 1rem;
}
.card__advantages .card__advantage__title-wrapper {
  display: flex;
  align-items: center;
}
.card__advantages .card__advantage__icon {
  margin-right: 0.5rem;
}
.card__advantages .card__advantage__title {
  font-weight: bold;
  text-transform: uppercase;
}

.registration__pack__wrapper {
  display: none;
}
.registration__pack__wrapper--show {
  display: block;
}

.social-networks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-networks__item i {
  font-size: 30px;
}
.social-networks__item a {
  display: block;
  padding: 0.7rem;
  background-color: transparent;
  transition: all 400ms;
}
.social-networks--facebook a:hover {
  background-color: #0e8ef1;
}
.social-networks--linkedin a:hover {
  background-color: #0077b7;
}
.social-networks--youtube a:hover {
  background-color: #c4302b;
}

.confirm__icon {
  font-size: 50px;
  margin-bottom: 2rem;
}

.notification {
  background: #ee7707;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  vertical-align: text-top;
}

.alert {
  border-left: 7px solid #ee7707;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.41);
  padding: 2rem;
  transition: 500ms;
  display: block;
  margin-bottom: 1rem;
}
.alert--danger {
  border-left: 7px solid #f44335;
  box-shadow: 0 0 10px 0px rgba(255, 0, 0, 0.41);
}

.input--checkbox {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.input--checkbox input {
  display: none; /* Cache l'input natif */
}
.input--checkbox label {
  display: flex;
  align-items: center; /* Aligne verticalement le switch et le texte */
  gap: 1rem; /* Espace entre le switch et le texte */
  cursor: pointer;
}
.input--checkbox .switch {
  --size: 4rem; /* Taille du bouton */
  --padding: 0.3rem; /* Espace interne pour la bille */
  --block-height: calc(var(--size) / 1.8);
  --bille-size: calc(var(--block-height) - var(--padding) * 2);
  inline-size: var(--size);
  block-size: var(--block-height);
  background-color: oklch(86.6% 0.007 247.9);
  border-radius: 100px;
  position: relative;
  transition: background-color 0.3s ease;
}
.input--checkbox .switch::after {
  content: "";
  inline-size: var(--bille-size);
  block-size: var(--bille-size);
  background-color: white;
  position: absolute;
  top: 50%;
  left: var(--padding);
  transform: translateY(-50%);
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.input--checkbox input:checked + label .switch {
  background-color: #4caf50;
}
.input--checkbox input:checked + label .switch::after {
  transform: translate(100%, -50%);
}
.input--checkbox .label-text {
  line-height: 1.5;
  font-size: 1rem;
  flex: 1; /* Permet au texte de prendre tout l'espace disponible */
  word-wrap: break-word; /* Permet le passage à la ligne si nécessaire */
}

.Home h1 {
  text-transform: uppercase;
  font-size: 40px;
}

section#events > .wrapper {
  background: linear-gradient(90deg, #fff 60%, #007ec3 40%);
}

section#news {
  background: linear-gradient(to bottom, #007ec3 50%, white 50%);
  position: relative;
  margin: 13rem 0 5rem 0;
}
section#news .separator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0%, -99%);
}
section#news .separator svg {
  fill: #007ec3;
}
section#news .form-line {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0%, -50%) scaleX(-1);
}
section#news .form-line path {
  fill: #ee7707;
}
section#news .title--form {
  color: #fff;
}
section#news .title--form span {
  color: #fff;
  text-decoration: underline;
}

#annuaire h2 {
  text-align: start;
}
#annuaire #map {
  width: 100%;
  height: 400px;
  z-index: 2;
}
#annuaire .leaflet-container .leaflet-popup-content a {
  color: #fff !important;
}

#registration {
  position: relative;
  padding: 0 1rem;
}
#registration .infos a {
  color: #fff;
  text-decoration: none;
}
#registration .registration__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#registration .registration__image {
  background: #007ec3;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
#registration .registration__image img {
  border-radius: 2rem;
  opacity: 0.4;
}
#registration .registration__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4941176471);
}
#registration .social-networks a {
  color: #fff;
}

/*=============================================
=            _ANNUAIRE            =
=============================================*/
.Annuaire #map {
  width: 100%;
  height: 300px;
  z-index: 2;
}

.annuaire-item {
  padding: 1rem 2rem;
  height: 100%;
  border: none;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.0705882353);
}

.annuaire-item .annuaire-header {
  display: flex;
  align-items: center;
}

.annuaire-item .avatar {
  margin-right: 1.5rem;
}

.annuaire-item .avatar img {
  width: 80px;
  border-radius: 50%;
}

.avatar img {
  border-radius: 50%;
}

.annuaire-item .avatar svg path {
  fill: #e8e8e8;
}

.annuaire-item .annuaire-header .identification p {
  margin-bottom: 0;
}

.annuaire-item .annuaire-header .fullName {
  font-weight: bold;
}

.annuaire-item .annuaire-body {
  margin: 2rem 0;
  font-size: 13px;
}

.annuaire-item .annuaire-body .fullAddress address {
  margin-bottom: 0;
}

.annuaire-item .annuaire-body .fullAddress,
.annuaire-item .annuaire-body .phone,
.annuaire-item .annuaire-body .email {
  display: flex;
  align-items: center;
}

.annuaire-item .annuaire-body .phone,
.annuaire-item .annuaire-body .email {
  color: #ee7707;
}

.annuaire-item .picto {
  margin-right: 1rem;
}

.annuaire-item .description-short {
  margin-top: 2rem;
  height: 78px;
}

.annuaire-item.active {
  border: 2px solid #ee7707;
}

.Annuaire .modal-moreInfos p {
  margin-bottom: 0;
}

.Annuaire .modal-content {
  border: none;
}

.Annuaire .modal-content .avatar svg,
.Annuaire .modal-content .avatar img {
  width: 200px;
}

.Annuaire .modal-content .avatar,
.Annuaire .modal-content .identification {
  text-align: center;
}

.Annuaire .modal-content .description-short {
  width: 450px;
  margin: 2rem auto;
}

.Annuaire .modal-content .website,
.Annuaire .modal-content .fullAddress,
.Annuaire .modal-content .phone,
.Annuaire .modal-content .email {
  display: flex;
  align-items: center;
}

.Annuaire .modal-content .picto {
  background: #05a6cc;
  padding: 0.5rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0.5rem;
}

.Annuaire .modal-content address {
  margin: 0;
  text-align: left;
}

.Annuaire .modal-body {
  font-size: 14px;
  text-align: left;
}

.Annuaire .modal-moreInfos .fullName {
  font-size: 25px;
}

.Annuaire .modal-content .quotes {
  position: absolute;
  left: 10%;
}

.Annuaire .modal-content .quotes svg {
  width: 150px;
}

.Annuaire .modal-content .quotes svg path {
  fill: #f1f1f1;
}

.Annuaire .pagination {
  display: block;
  margin: 2rem auto;
  width: fit-content;
}

.Annuaire .pagination .wrapper {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 0.4rem 1rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1098039216);
}

.Annuaire .pagination .page-item {
  padding: 0.2rem;
}

.Annuaire .pagination .page-link {
  border: none;
}

.Annuaire .pagination .page-link.active {
  background: #05a6cc;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Annuaire .card.search {
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.0705882353);
  padding: 1rem 2rem;
}

.Annuaire .card.search h2 {
  padding: 0.5rem;
  text-align: center;
}

.Annuaire .card.search h2::before,
.Annuaire .card.search h2::after {
  content: none;
}

.Annuaire .card.search .search-input {
  position: relative;
}

.Annuaire .card.search .btn-search {
  position: absolute;
  top: 50%;
  right: -30px;
  background: #05a6cc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0%, -50%);
  font-size: 20px;
  color: #fff;
}

.Annuaire .card.search .annuaire-item {
  font-size: 12px;
}

.Annuaire .card.search .annuaire-item .avatar img {
  width: 40px;
}

.Annuaire .card.search .search-results {
  /* height: 290px; */
  overflow-x: scroll;
  width: 100%;
}

.Annuaire .card.search .search-results .btn {
  font-size: 12px;
}

.Annuaire .leaflet-container .btn {
  color: #fff;
}

.Annuaire .filtersWrapper {
  background: #007ec3;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  display: none;
}

.Annuaire .filtersWrapper p.title {
  color: #fff;
}

.Annuaire .filtersWrapper label {
  color: #fff;
}

.Annuaire .filtersWrapper.active {
  display: block;
}

.Annuaire button.showFilters {
  background: #007ec3;
  border: none;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.Annuaire .country-select {
  display: flex;
  height: unset;
}

.account .counter {
  padding: 0.3rem;
  border-radius: 0.25rem;
  border-top-right-radius: 10px;
  background: #e7e2cd;
  font-size: 11px;
  position: absolute;
  right: 10px;
}

.account .counter.error {
  background: red;
  color: #fff;
}

#updateAnnuaire textarea,
#updateAnnuaire input,
#updateAnnuaire select {
  margin-bottom: 1rem;
}

#updateAnnuaire .chosen-search-input {
  margin-bottom: 0;
}

.account #form_dropzone {
  position: relative;
}

.account .container-cropper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
  display: none;
}

.account .dropzone {
  min-height: 150px;
  border: 3px dashed rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
  border-radius: 1rem;
}

.account .dropzone .dz-preview .dz-image img {
  width: 100%;
  height: auto;
}

.account .container-cropper.active {
  display: block;
}

.account .container-cropper button.crop {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: none !important;
}

.chosen-container-multi {
  min-width: 100%;
}

.form-control {
  height: 38px;
}

textarea.form-control {
  height: unset;
}

.chosen-container {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .Annuaire .modal-content .description-short {
    width: 100%;
  }
  .Annuaire .modal-body {
    padding: 0;
  }
}
/*=====  End of _ANNUAIRE  ======*/
footer {
  padding-top: 2rem;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .logo svg {
  width: 250px;
  fill: #fff;
}
footer .input--floating .label,
footer .textarea--floating .label {
  color: #fff;
}
footer .input--floating input,
footer .input--floating textarea,
footer .textarea--floating input,
footer .textarea--floating textarea {
  border: 1.5px solid #fff;
  color: #fff;
}
footer .separator svg {
  transform: scaleX(-1);
  transform: scaleX(-1);
  position: relative;
  bottom: -1px;
}
footer .separator svg path {
  fill: #007ec3;
}
footer .footer__wrapper {
  background-color: #007ec3;
  color: #fff;
}
footer .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}

.restrictedAccess {
  text-align: center;
  background: #737373;
  padding: 2rem;
  color: #fff;
  border-radius: 1rem;
}
.restrictedAccess a {
  color: #fff;
}
.restrictedAccess__title {
  font-size: 20px;
}
.restrictedAccess__content {
  margin-bottom: 1rem;
}

.iframe_yt {
  width: 700px;
  max-width: 100%;
  height: 350px;
}

.overlay {
  background-color: unset !important;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(136, 135, 152, 0) 49%, rgb(255, 255, 255) 85%);
  z-index: 4 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay_ytb svg {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translate(-50%);
}

.text-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.position-relative {
  position: relative;
}

.padding {
  padding: 1rem;
}

.padding-x {
  padding: 0 1rem;
}

.padding-x {
  padding: 1rem 0;
}

.margin {
  margin: 1rem;
}

.margin-x {
  margin: 0 1rem;
}

.margin-y {
  margin: 1rem 0;
}

.m-0 {
  margin: 0 !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.accroche {
  margin: 0 1rem 0 2rem;
}
.accroche__wrapper {
  display: flex;
  align-items: center;
}

.logo__wrapper {
  display: flex;
  align-items: center;
}

.menu-account__profile {
  display: flex;
  padding: 1rem;
}
.menu-account__profile__avatar {
  margin: 0 0.7rem;
}
.menu-account__profile__avatar img {
  border-radius: 50%;
  min-width: 50px;
  overflow: hidden;
}
.menu-account__profile__name {
  white-space: nowrap;
  font-size: 1.4em;
  line-height: 1.1;
}
.menu-account__profile__register {
  font-size: 0.9em;
}
.menu-account__profile__register__icon--register {
  color: yellow;
}
.menu-account hr {
  width: 80%;
  margin: auto;
}
.menu-account > .submenu {
  min-width: 300px;
  right: 0;
}

@media (max-width: 1260px) {
  .accroche {
    display: none;
  }
  .accroche__links {
    margin-left: 1rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 0px 11px 0px rgba(75, 75, 75, 0.4509803922);
}

.menu-row {
  padding: 0 25px;
  margin: 0 auto;
  height: 100%;
}
.menu-row .menu-info {
  margin-bottom: 30px;
  font-size: 16px;
}
.menu-row .menu-info h1 {
  margin: 0 0 20px;
  font-size: 30px;
}

.menu-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-box ul li {
  font-size: 18px;
}
.menu-box ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px;
  display: inline-block;
  transition: 350ms all;
}
.menu-box ul li a:hover {
  color: #ffe400;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  height: 100%;
}
.menu-box .logo {
  max-width: 140px;
}
.menu-box .logo img {
  width: 250px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu li {
  margin-right: 25px;
}

@media (max-width: 576px) {
  .menu-box ul li a {
    display: block;
  }
  .mobile-menu li a .navtrigger {
    right: 5px !important;
    width: 40px !important;
    background: #f3f3f3 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .menu {
    display: flex !important;
  }
  .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  .menu .megamenu > a:hover:after {
    display: block;
  }
  .menu li .submenu {
    transition: 350ms all;
    border-radius: 20px;
  }
  .menu li:hover > .submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu li.megamenu > a {
    padding-right: 20px;
    position: relative;
  }
  .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    height: 5px;
    width: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: -1px 7px 4px 0px rgba(0, 0, 0, 0.2784313725);
  }
  .menu li .submenu::after {
    content: url(../img/forme2_hr.svg);
    width: 80%;
    display: block;
    margin: auto;
    transform: scale(-1);
    margin-bottom: 0.7rem;
    margin-top: -5px;
  }
  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }
  .menu li .submenu li a,
  .menu li .submenu li .btn--no-style {
    color: #000;
    padding: 10px 20px;
    background: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    text-align: unset;
  }
  .menu li .submenu li a:before,
  .menu li .submenu li .btn--no-style:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .menu li .submenu li a:hover,
  .menu li .submenu li .btn--no-style:hover {
    background: #007ec3;
    color: #fff;
  }
  .menu li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }
  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }
  #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #000;
  }
  #menu_trigger .menulines:before, #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }
  #menu_trigger .menulines:before {
    top: -9px;
  }
  #menu_trigger .menulines:after {
    top: 9px;
  }
  .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    overflow: hidden;
  }
  .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }
  .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid white;
    font-size: 16px;
  }
  .mobile-menu li a {
    color: #000;
    display: block;
    position: relative;
    padding: 15px 20px;
  }
  .mobile-menu li a:hover {
    color: #007ec3;
  }
  .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: white;
    border: 1px solid white;
  }
  .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }
  .mobile-menu li .submenu li {
    font-size: 14px;
  }
  .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #fff;
    font-size: 16px;
  }
  .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: white;
    border: 1px solid white;
  }
  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
    color: #000;
  }
  .mobile-menu li.sub-open > .submenu {
    left: 0;
  }
}
@media (max-width: 576px) {
  .hero {
    margin-bottom: 2rem;
  }
  .hero__separator {
    bottom: -5px;
  }
  .hero__separator svg {
    width: 100%;
    height: 40px;
  }
  .hero__title {
    top: 20%;
    width: max-content;
  }
  .hero .breadcrumb {
    bottom: -30px;
  }
  .slider__container {
    padding: 0;
  }
  .form-line {
    display: none;
  }
  .bloc__image,
  .bloc__content {
    padding: 0;
  }
  .bloc__title {
    text-align: center;
  }
  .card--news .card__image img {
    width: 100%;
  }
  .list-news > div {
    margin-bottom: 1rem;
  }
  section#news {
    background: #007ec3;
    margin: 3rem 0 2rem 0;
  }
  #registration .registration__content {
    position: unset;
    width: 100%;
    transform: none;
    color: #000000;
    margin-top: 2rem;
  }
  #registration .registration__content .btn {
    background-color: #ee7707;
    color: #fff;
  }
  #registration .infos a {
    color: #000000;
  }
  #registration .social-networks a {
    margin: 0 0.5rem;
  }
  #registration .social-networks--facebook a {
    background-color: #0e8ef1;
  }
  #registration .social-networks--linkedin a {
    background-color: #0077b7;
  }
  #registration .social-networks--youtube a {
    background-color: #c4302b;
  }
  footer .footer__wrapper {
    text-align: center;
  }
  footer .footer__wrapper ul {
    list-style: none;
    padding-left: 0;
  }
  footer .title {
    margin: 1rem 0;
  }
  .menu-row {
    padding: 0;
  }
  .mobile-menu {
    border-bottom: 5px solid black;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .menu-box .logo img {
    width: 180px;
  }
  .menu-box ul li {
    font-size: 15px;
  }
  .menu li {
    margin-right: 0px;
  }
}

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