/*--------VARIABLES--------*/ /*------------MIXINS-----------*/
/*@mixin bouton($text_color, $hover_bg, $hover_text_color){
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 15px 30px;
    border : none;
    min-width: 150px;
    box-sizing: border-box;
    font-family: "Arial", serif;
    color: $text_color;
    background-color: transparent;
    transition : $trans;
    &:last-of-type{
      margin-bottom: 0;
    }
    @media(max-width: 1300px){
      font-size: 16px;
      margin: 18px auto; 
    }
    @media(max-width: 992px){
      font-size: 18px;
      width: 300px;
    }
    @media(max-width: 768px){
      width: 100%;
    }
    // ?? picto
    i {
      font-weight: 100;
      vertical-align: text-top;
      padding-right: 10px;
      &.fas.fa-phone-volume {
        transform: rotate(-45deg) translate(-3px, -5px);
        vertical-align: initial !important;
        font-size: 17px;
        padding: 0;
      }
    }
    // ?? animations
    &::before,
    &::after {
      content: '';
      position: absolute;
      background: transparent;
      z-index: 2;
      width: 50%; 
      height: 75%;
      transition: 0.35s;
    }
    &:before {
      top: 0; left: 0;
      border-left: 2px solid $jaune;
      border-top: 2px solid $jaune;
    }
    &:after {
      bottom: 0; right: 0;
      border-right: 2px solid $jaune;
      border-bottom: 2px solid $jaune;
    }
    // ?? hover
    &:active, &:hover, &:focus {
      outline: 0!important;
      outline-offset: 0;
    }
    &:hover{
      background-color: $hover_bg;
      color: $hover_text_color;
      text-decoration: none;
      &::before,
      &::after {
        width: 100%;
        height: 98%;
      }
    }
    @media(max-width:768px){
      &::before,
      &::after {
        content: '';
        width: 85%; 
        height: 75%;
      }
    }
}*/
/* ----- KEYFRAMES ----- */
@keyframes fadeInUpCustom {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpCustom {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpCustom {
  opacity: 0;
  -webkit-animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: fadeInUpCustom forwards 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
.bandeau-actus .btn-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #0A001E;
  color: #ffffff;
  border: 1px solid #0A001E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.bandeau-actus .btn-primary:hover {
  background: #ffffff;
  color: #0A001E;
}

.bandeau-actus {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .bandeau-actus {
    padding-bottom: 80px;
    padding-top: 88px;
  }
}
.bandeau-actus .carousel-inner {
  padding: 10px;
}
.bandeau-actus .carousel-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bandeau-actus .carousel-controls.mobile-controls {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.bandeau-actus .carousel-controls .btn-control {
  background: #0A001E;
  border: 1px solid #0A001E;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
}
.bandeau-actus .carousel-controls .btn-control:hover, .bandeau-actus .carousel-controls .btn-control:focus {
  background: #ffffff;
}
.bandeau-actus .carousel-controls .btn-control:hover svg path, .bandeau-actus .carousel-controls .btn-control:focus svg path {
  stroke: #0A001E;
}
.bandeau-actus #carouselActusDesktop {
  margin-top: 72px;
}
.bandeau-actus #carouselActusMobile {
  margin-top: 24px;
}
.bandeau-actus .carousel {
  padding: 0;
}
.bandeau-actus .spacer-card {
  padding-left: 10px;
  padding-right: 10px;
}
.bandeau-actus .actu-card {
  background: #ffffff;
}
.bandeau-actus .actu-card .img-container {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bandeau-actus .actu-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.bandeau-actus .actu-card .date {
  opacity: 0.4;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.bandeau-actus .actu-card .actu-text {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .bandeau-actus .actu-card .actu-text {
    height: auto;
    min-height: 100px;
  }
}
.bandeau-actus .actu-card .actu-text .read-more {
  text-decoration: underline;
  color: #110035;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: inline-block;
}
.bandeau-actus .actu-card .actu-text .read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.bandeau-actus .actu-card:hover .img-container img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bandeau-actus .carousel-inner {
  padding: 10px;
}
.bandeau-actus #carouselActus {
  margin-top: 72px;
}
.bandeau-actus .carousel {
  padding: 0;
}
.bandeau-actus .spacer-card {
  padding-left: 10px;
  padding-right: 10px;
}
.bandeau-actus .actu-card {
  background: #ffffff;
}
.bandeau-actus .actu-card .img-container {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bandeau-actus .actu-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.bandeau-actus .actu-card .date {
  opacity: 0.4;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.bandeau-actus .actu-card .actu-text {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bandeau-actus .actu-card .actu-text .read-more {
  text-decoration: underline;
  color: #110035;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.bandeau-actus .actu-card .actu-text .read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.bandeau-actus .actu-card:hover .img-container img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}