/*--------------------------------------------------------------------------
 DISPLAY INTRO
--------------------------------------------------------------------------*/
.home .section-intro {
    margin-bottom: 65px;
}
.home .section-intro .section-intro__banner {
    height: 525px;
    position: relative;
}
.home .section-intro .section-intro__banner .section-intro__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .section-intro .section-intro__banner .section-intro__mask {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
    object-position: 40% center;
}
@media screen and (max-width: 1400px) {
    .home .section-intro .section-intro__banner {
        height: 450px;
    }
}
@media screen and (max-width: 1200px) {
    .home .section-intro .section-intro__banner {
        height: 400px;
    }
}
@media screen and (max-width: 991px) {
    .home .section-intro .section-intro__banner .section-intro__mask {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .home .section-intro {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .home .section-intro .section-intro__banner {
        height: 300px;
    }
}

/*--------------------------------------------------------------------------
 DISPLAY HISTOIRE
--------------------------------------------------------------------------*/
.home .section-histoire {
    margin-bottom: 80px;
}
.home .section-histoire .section-histoire__content .section-histoire__title {
    padding-right: 68px;
}
.home .section-histoire .section-histoire__content .section-histoire__title h1 {
    font-weight: 400;
    font-size: 35px;
}
.home .section-histoire .section-histoire__content .section-histoire__details {
    width: 71%;
}
.home .section-histoire .section-histoire__content .section-histoire__details p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 1rem !important;
}
.home .section-histoire .section-histoire__content .section-histoire__logo {
    top: 75px;
    right: 0;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .home .section-histoire .section-histoire__content .section-histoire__title {
        padding-right: 0;
    }
    .home .section-histoire .section-histoire__content .section-histoire__details {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .home .section-histoire {
        margin-bottom: 50px;
    }
    .home .section-histoire .section-histoire__content .section-histoire__title {
        justify-content: center !important;
        text-align: center;
        margin-bottom: 50px;
    }
    .home .section-histoire .section-histoire__content .section-histoire__title h1 {
        margin-bottom: 0;
    }
    .home .section-histoire .section-histoire__content .section-histoire__details {
        text-align: justify;
        hyphens: auto;
    }
    .home .section-histoire .section-histoire__content .section-histoire__logo {
        display: flex;
        justify-content: end;
        top: 50px;
    }
    .home .section-histoire .section-histoire__content .section-histoire__logo img {
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 500px) {
  .home .section-histoire .section-histoire__content .section-histoire__title h1 {
    font-weight: 400;
    font-size: 26px;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY PARTNER
--------------------------------------------------------------------------*/
.home .section-partner {
    margin-bottom: 110px;
}
.home .section-partner .section-partner__content .section-partner__title {
    padding-right: 68px;
}
.home .section-partner .section-partner__content .section-partner__title h1 {
    font-weight: 400;
    font-size: 35px;
}
.home .section-partner .section-partner__content .section-partner__details {
    width: 71%;
}
.home .section-partner .section-partner__content .section-partner__details p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 1rem !important;
}
.home .section-partner .section-partner__content .section-partner__logo {
    top: 75px;
    right: 0;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .home .section-partner .section-partner__content .section-partner__title {
        padding-right: 0;
    }
    .home .section-partner .section-partner__content .section-partner__details {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .home .section-partner {
        margin-bottom: 50px;
    }
    .home .section-partner .section-partner__content .section-partner__title {
        justify-content: center !important;
        text-align: center;
        margin-bottom: 50px;
    }
    .home .section-partner .section-partner__content .section-partner__title h1 {
        margin-bottom: 0;
    }
    .home .section-partner .section-partner__content .section-partner__details {
        text-align: justify;
        hyphens: auto;
    }
    .home .section-partner .section-partner__content .section-partner__logo {
        display: flex;
        justify-content: end;
        top: 50px;
    }
    .home .section-partner .section-partner__content .section-partner__logo img {
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 500px) {
  .home .section-partner .section-partner__content .section-partner__title h1 {
    font-weight: 400;
    font-size: 26px;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY MEMBRES
--------------------------------------------------------------------------*/
.home .section-membres {
    margin-bottom: 100px;
}
.home .section-membres .section-membres__bg {
    height: 637px;
    background: url(../img/banner-membres.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem;
}
.home .section-membres .section-membres__bg .section-membres__logo {
    z-index: 1;
    height: 100%;
}
.home .section-membres .section-membres__bg .section-membres__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .section-membres .section-membres__content {
    z-index: 2;
}
.home .section-membres .section-membres__content .section-membres__title h2 {
    margin-bottom: 0;
}
.home .section-membres .section-membres__content .section-membres__title q {
    font-size: 26px;
    font-style: italic;
}
.home .section-membres .section-membres__content .section-membres__title q:before,
.home .section-membres .section-membres__content .section-membres__title q:after {
    content: none;
}
.home .section-membres__slider {
    margin-top: 70px;
}
.home .section-membres__slider .section-membres__carousel .section-membres__items {
    gap: 48px
}
.home .section-membres__slider .section-membres__carousel .section-membres__items .section-membres__item {
    z-index: 1;
}
.home .section-membres__slider .section-membres__carousel .section-membres__items .section-membres__item .section-membres__profil {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid white;
}
.home .section-membres__slider .section-membres__carousel .section-membres__items .section-membres__item .section-membres__profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .section-membres__slider .section-membres__carousel .section-membres__items .section-membres__item .section-membres__info {
    font-style: italic;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 5px;
}
.home .section-membres__slider .section-membres__carousel .section-membres__items .section-membres__arrow {
    font-size: 28px;
    cursor: pointer;
}
.home .section-membres .section-membres__bottom a {
    font-size: 14px;
}
.home .section-membres .section-membres__bottom a .fa-arrow-right {
    margin-right: 5px;
}
@media screen and (max-width: 1100px) {
    .home .section-membres__slider .section-membres__carousel .section-membres__items {
        gap: 27px
    }
}
@media screen and (max-width: 991px) {
    .home .section-membres .section-membres__content .section-membres__title q {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
    .home .section-membres .section-membres__bg .section-membres__logo {
        display: none;
    }
    .home .section-membres__slider .section-membres__carousel .section-membres__items {
        gap: 10px
    }
    .home .section-membres .section-membres__content .section-membres__title q {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .home .section-membres {
        margin-bottom: 50px;
    }
    .home .section-membres .section-membres__bg {
        height: 500px;
    }
    .home .section-membres .section-membres__content .section-membres__title q {
        margin-top: 10px;
        line-height: 1.2;
    }
    .home .section-membres__slider {
        margin-top: 50px;
    }
}

/*--------------------------------------------------------------------------
 DISPLAY ACTUALITY
--------------------------------------------------------------------------*/
.home .section-actuality {
    margin-bottom: 120px;
}
.home .section-actuality .section-actuality-container {

}
.home .section-actuality .section-actuality-carousel {
    width: 840px;
    z-index: 1;
}
.home .section-actuality .section-actuality-slider .section-actuality-arrows {
    font-size: 28px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.home .section-actuality .section-actuality-container .section-actuality-bottom {
    width: 820px;
    font-size: 14px;
}
.home .section-actuality .section-actuality-container .section-actuality-bottom hr {
    border-top: 1px solid var(--clic-secondary);
    margin: 4px 0;
}
.home .section-actuality a .fa-arrow-right {
    margin-right: 5px;
}

.home .section-actuality .section-actuality-item {
  padding: 12px 12px;
  height: 100%;
}
.home .section-actuality .section-actuality-picture img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}
.home .section-actuality .section-actuality-content {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.home .section-actuality .section-actuality-content a {
  font-size: 14px;
}
.home .section-actuality .section-actuality-content .actuality-color {
  padding: 2px 0 2px 8px;
  border-left: 26px solid #c0c0c0;
}
.home .section-actuality .section-actuality-content p.actuality-title {
  font-size: 18px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  word-break: normal;
}
.home .section-actuality .section-actuality-content p.actuality-comment {
  font-size: 14px;
  font-weight: normal;
  height: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  margin-bottom: 16px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 1100px) {
    .home .section-actuality .section-actuality-slider .section-actuality-carousel {
        width: 840px;
    }
    .home .section-actuality .section-actuality-container .section-actuality-bottom {
        width: 800px;
    }
}
@media screen and (max-width: 991px) {
  .home .section-actuality .section-actuality-picture img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .home .section-actuality .section-actuality-content {
    padding-left: 0;
    padding-top: 14px;
  }
  .home .section-actuality .section-actuality-slider .section-actuality-carousel {
    width: calc(90% - 40px);
  }
  .home .section-actuality .section-actuality-container .section-actuality-bottom {
    width: calc(90% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .home .section-actuality .section-actuality-slider .section-actuality-carousel {
    width: calc(90% - 40px);
  }
  .home .section-actuality .section-actuality-container .section-actuality-bottom {
    width: 100%;
  }
  .home .section-actuality .section-actuality-picture img {
    width: 100%;
    height: 140px;
  }
}
@media screen and (max-width: 500px) {
  .home .section-actuality .section-actuality-slider .section-actuality-arrows {
    display: none;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY TITLE
--------------------------------------------------------------------------*/
.home .section-title {
    margin-bottom: 40px;
}
.home .section-title h2 {
  font-size: 54px;
  font-weight: 400;
  text-transform: uppercase;
}
.home .section-title .fa-arrow-right {
    font-size: 28px;
}
@media screen and (max-width: 767px) {
  .home .section-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .home .section-title h2 {
    font-size: 35px;
  }
  .home .section-title .fa-arrow-right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
    .home .section-title h2 {
        font-size: 35px;
    }
}
