/*
Theme Name: Brain Impact
Description: Inside Web 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #51B8C5;
    --secondary: #00688B;
    --grey: #323232;
    --transparent: transparent;
    --grey-second: #7E8181;
    --aptosRegular: "aptos", sans-serif;
    --aptosBold: "aptos-display", sans-serif;
    --whiteBg: #FAFAFA;
    --marquee-width: 100%;
    --marquee-height: 120px;
    --marquee-elements-displayed: 6;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

body{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 22px;
    /* line-height: 115%; */
    color: var(--grey);
    margin: 0;
    overflow-y: scroll;
}

a {
    color: var(--grey-second);
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
}

a:hover {
    color: var(--primary);
}

img {
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}



.hide{
    display: none;
}
  
.btnSite, .btnSiteSecondary, .btnSiteWhite{
    max-width: max-content;
}

.btnSite a, .btnSiteSecondary a, .btnSiteWhite a, .btnSiteSecondary button{
    display: block;
    font-weight: var(--aptosBold) !important;
    font-weight: 700 !important;
    font-size: 16px;
    padding: 12px 36px;
    text-decoration: none;
    color: var(--primary);
    border: 1px solid var(--primary);
    position: relative;
    transition: all 0.3s ease-in-out;
}

.btnSiteWhite a{
    padding: 12px 36px;
    border: 1px solid var(--white) !important;
    background-color: var(--transparent) !important;
    font-size: 16px;
}

.btnSiteSecondary a, .btnSiteWhite a, .btnSiteSecondary button{
    color: var(--white);
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
}

.btnSite a span, .btnSiteSecondary a span, .btnSiteWhite a span, .btnSiteSecondary button span{
    position: relative;
    z-index: 2;
  }
  
.btnSite a:after, .btnSiteSecondary a:after, .btnSiteWhite a:after, .btnSiteSecondary button:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--primary);
    transition: all 0.3s ease-in-out;
}

.btnSiteSecondary a:after, .btnSiteWhite a:after, .btnSiteSecondary button:after{
    background: var(--white);
}
  
.btnSite a:hover{
    color: var(--white) !important;
}

.btnSiteSecondary a:hover, .btnSiteSecondary button:hover{
    color: var(--secondary);
}

.btnSiteWhite a:hover{
    color: var(--primary);
}
  
.btnSite a:hover:after, .btnSiteSecondary a:hover:after, .btnSiteWhite a:hover:after, .btnSiteSecondary button:hover:after{
    width: 100%;
}

.title1{
    font-family: var(--aptosBold);
    font-weight: 700;
    font-size: 54px;
    line-height: 115%;
    color: var(--black);
}

.title2{
    font-family: var(--aptosRegular);
    font-weight: 300;
    font-size: 48px;
    color: var(--black);
}

.title3{
    font-family: var(--aptosBold);
    font-weight: 700;
    font-size: 34px;
    line-height: 115%;
    color: var(--black);
}

.title2Footer{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 32px;
    line-height: 115%;
    color: var(--black);
}

.title4, .contenuEditeur h3{
    font-family: var(--aptosBold);
    font-weight: 700;
    font-size: 28px;
    line-height: 115%;
    color: var(--primary);
}

.contenuEditeur h3{
    color: var(--black);
}

.title42{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 22px;
    line-height: 115%;
    color: var(--primary);
}

.title5{
    font-family: var(--aptosBold);
    font-weight: 700;
    font-size: 24px;
    line-height: 115%;
    color: var(--secondary);
}

.font24{
    font-size: 24px;
}

.title6, .title6Contact{
    font-family: var(--aptosRegular);
    font-weight: 600;
    font-size: 22px;
    line-height: 115%;
    color: var(--black);
}

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

.title6Contact{
    font-weight: 300;
    display: block;
}

.text, .contenuEditeur div{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--grey);
    /* text-shadow: 1px 1px 2px white; */
}

.text2{
    font-family: var(--aptosBold);
    font-weight: 700;
    font-size: 22px;
    line-height: 115%;
    color: var(--grey);
}

.font16{
    font-size: 16px;
}

.footer, .flexInput label{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    color: var(--grey-second);
}

.flexInput label{
    color: var(--black);
    margin-bottom: 10px;
}

.color-white{
    color: var(--white) !important;
}

.color-black{
    color: var(--black) !important;
}

.color-primary{
    color: var(--primary) !important;
}

.color-secondary{
    color: var(--secondary) !important;
}

/* HEADER */

header{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.active{
    background-color: var(--black);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover{
    color: var(--primary);
}

.nav-link, .dropdown-item {
    position: relative;
    font-family: var(--aptosRegular);
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    padding: 0 !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
  
.nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
  
.nav-link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.dropdown-item{
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 10px !important;
}
  

.dropdown-item.active, .dropdown-item:active{
    background-color: var(--primary);
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--primary);
    color: var(--white);
}

.navbar-expand-md .navbar-nav .dropdown-menu{
    background: rgba(56, 56, 56, 0.8);
    border-radius: 0;
}

.dropdown-menu{
    padding: 0;
    border-radius: 0.375rem;
}

header .navbar-brand img{
    width: auto;
    max-width: 230px;
}

.offcanvas-footer{
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.firstSection{
    margin-top: 100px;
}

.reservationMenu{
    font-family: var(--aptosRegular);
    font-weight: 600;
    font-size: 16px;
    line-height: auto;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 12px 36px;
    transition: all 0.3s ease-in-out;
}

.reservationMenu:hover{
    background-color: var(--white);
    color: var(--primary);
}

.bgWhite{
    background-color: var(--whiteBg);
}

.bgGrey{
    background: linear-gradient(180deg, #EAEAEA 0%, #E0E0E0 100%);
}

.burger{
    display: flex;
    align-items: center;
    outline: none;
    height: 30px;
    width: 24px;
    border: 0;
    padding: 0px;
    background: var(--transparent);
    transition: all 250ms ease-out;
    cursor: pointer;
    z-index: 9999;
}

.burger:focus, .burger:hover{
    box-shadow: none;
    border: none;
}

.ligne{
    content: '';
    width: 24px;
    height: 2px;
    position: absolute;
    transition: all 250ms ease-out;
    will-change: transform;
}

.ligne-gauche{
    background-color: var(--white);
    transform: translateY(6px);
}

.ligne-center{
    background-color: var(--white);
    transform: translateY(0px);
}

.ligne-droite{
    background-color: var(--white);
    transform: translateY(-6px);
}

.ligne-gauche.active{
    transform: translateY(0) rotate(45deg);    
}

.ligne-center.active{
    opacity: 0;
}

.ligne-droite.active{
    transform: translateY(0) rotate(-45deg);
}

#noHome{
    background-color: var(--black);
}

/* FIN HEADER */

/* FOOTER */

footer{
    background-color: var(--whiteBg);
    padding-top: 60px;
    padding-bottom: 20px;
}

.logo-footer{
    max-width: 230px;
}

.lienMail{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    color: var(--black);
}

.lienMail i{
    width: 44px;
    height: 44px;
    color: var(--white);
    background-color: var(--secondary);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary);
    transition: all 0.3s ease-in-out;
}

.lienMail:hover i{
    background-color: var(--white);
    color: var(--secondary);
}

.lienMail:hover{
    color: var(--secondary);
}

.flexMenuFooter{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.flexMenuFooter a{
    margin-bottom: 10px;
    max-width: max-content;
}

.flexReseau{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.lienReseaux{
    font-size: 36px;
    color: #828282;
    transition: all 0.3s ease-in-out;
    display: block;
}

.lienReseaux:hover{
    color: var(--secondary);
}

/* FIN FOOTER */

/* CONTACT */

/* FIN CONTACT */

/* PAGE 404 */

#page404{
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-self: center;
}

/* FIN PAGE 404 */

/* BUILDER */

.img100{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.img1002{
    width: 100%;
    height: calc(100vh - 95px);
    object-fit: cover;
}

.absoluteContainer, .absoluteContainer2, .absoluteContainer3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heightCover{
    height: 100vh;
    background-color: var(--black);
}

.flexCenter{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-22{
    margin-bottom: 22px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-35{
    margin-bottom: 35px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-60{
    margin-bottom: 60px;
}

.imgContain{
    width: 100%;
    height: 90vh;
    object-fit: contain;
}

.card{
    border: 0;
    border-radius: 0;
    height: 100%;
}

.card-img-top{
    max-height: 350px;
    border-radius: 0;
    object-fit: cover;
}

.height100{
    height: 100%;
}

.firstSection{
    margin-top: 95px;
}

.space{
    margin-top: 90px;
    margin-bottom: 90px;
}

.spaceBottom{
    padding-bottom: 90px;
}

.spaceTop{
    padding-top: 90px;
}

.space30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.iconeCard{
    width: 100px;
    object-fit: contain;
}

.bgService{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.contenuHover{
    position: relative;
    overflow: hidden;
}

.contenuHover img{
    transition: all 0.3s ease-in-out;
}

.contenuHover:hover img{
    transform: scale(1.2);
}

.positionAbsolute{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10%;
}

.imgBg{
    object-fit: cover;
    max-height: 530px;
}

.flexReservation{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img540{
    max-height: 580px;
    object-fit: cover;
}

.cardSpecial{
    background-color: var(--white);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cardSpecial div{
    padding-left: 15px;
    padding-right: 15px;
}

.iSpecial div{
    min-height: 220px;
    max-height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iSpecial i{
    background-color: var(--transparent) !important;
    color: var(--secondary) !important;
    font-size: 30px !important;
    padding: 0 !important;
}

.cardSpecial i{
    background-color: var(--secondary);
    color: var(--white);
    font-size: 60px;
    padding: 15px;
}

.img350{
    max-height: 350px;
    object-fit: cover;
}

.coverImg{
    min-height: 300px;
}

.img400{
    max-height: 480px;
    object-fit: cover;
}

.img500{
    max-height: 500px;
    object-fit: cover;
}

.img800{
    max-height: 800px;
    object-fit: cover;
    z-index: -1;
    position: relative;
}

.icone30{
    width: 75px;
    object-fit: contain;
}

.img600, .img6002{
    max-height: 700px;
    object-fit: cover;
}

.row-special{
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
}

.rowSpecialVertical{
    --bs-gutter-y: 2rem;
}

.bgSecondary{
    background-color: var(--secondary);
    border-radius: 10px;
    padding: 32px;
    min-height: 400px;
}

.flexCard{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100%;
}

/* accordion-style-one */
.flexAccordion{
    display: flex !important;
    align-items: center;
    gap: 30px;
    background-color: var(--whiteBg);
    padding: 20px;
}
.flexAccordion i{
    font-size: 33px;
}
.accordion-style-one .accordion .card {
  margin-top: 8px;
}
.accordion-style-one .accordion .card .card-header {
  border: 0;
}
.accordion-style-one .accordion .card .card-header a {
  display: block;
  font-family: var(--aptosBold);
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  color: var(--black);
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: -1px;
  padding: 13px 16px;
  z-index: 5;
}
.accordion-style-one .accordion .card .card-header a:hover{
    color: var(--black);
}
.accordion-style-one .accordion .card .card-header a.collapsed {
  color: var(--black);
}
.accordion-style-one .accordion .card .card-body {
  padding: 40px;
}
.accordion-style-one .accordion .card .card-body .text {
  color: var(--dark-3);
}

.imgTeam{
    width: 100%;
    object-fit: cover;
}

.infoTeam{
    background-color: #262626;
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.imgTeam:hover .infoTeam{
    opacity: 1;
}

.titreTeam{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 34px;
    color: var(--white);
    margin-bottom: 5px;
}   

.sousTitreTeam{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
}

.bgColorCard{
    background-color: var(--white);
    height: 100%;
    padding-right: 30px;
}

.height100px i{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--secondary);
    aspect-ratio: 1;
    background-color: var(--white);
    color: var(--secondary);
}

.height100px:hover i{
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white);
}

.flexInput{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.inputText, #message, #message2{
    width: 100%;
    background-color: var(--white);
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inputText::placeholder, #message::placeholder, #message2::placeholder{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
    color: var(--grey-second);
}

.divBtnContact{
    display: flex;
    justify-content: end;
    align-items: center;
}

#message, #message2{
    height: 160px;
}

.lienAdresse{
    text-decoration: underline;
}

.fontIcone{
    font-size: 30px;
    color: var(--secondary);
}

.rowZeroGutter{
    --bs-gutter-x: 0rem;
}

.bgWhiteCadre{
    background-color: var(--white);
    padding: 80px 45px;
    z-index: 1;
    position: relative;
}

.marginMoins{
    margin-top: -400px;
    z-index: -1;
    position: relative;
    margin-bottom: 30px;
}

.titlePost{
    font-family: var(--aptosBold);
    font-weight: 700;
    font-size: 14px;
    color: var(--black);
}

.titleDate{
    font-family: var(--aptosRegular);
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}

.shareReseaux a{
    color: var(--black);
    font-size: 32px;
    transition: all 0.3s ease-in-out;
}

.shareReseaux a:hover{
    color: var(--primary);
}

/* .imgContainSingle img{
    object-fit: contain;
    width: 50%;
} */

.flexCenterEnd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.padding3rem{
    padding: 3rem;
}

.textCopyright {
  text-align: end;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.textCopyright a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* Mettre la pagination en dessous des slides */
.mySwiper {
    position: relative; /* obligatoire pour le positionnement relatif interne */
    padding-bottom: 30px; /* espace en bas pour laisser la pagination respirer */
}

.mySwiper .swiper-pagination {
    position: absolute;
    bottom: -8px !important;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Optionnel : espacement et style bullets */
.mySwiper .swiper-pagination-bullet {
    margin: 0 5px;
    background: #000; /* couleur des bullets */
    opacity: 0.7;
}

.mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007BFF; /* couleur active */
}

.heightCard{
    height: 118px;
}

.flexVideo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrap {
    width: 70%;
    overflow: hidden;
    position: relative;
  }

  /* La vidéo occupe tout l’espace, sans interaction possible */
  .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;          /* empêche tout clic / tap */
  }

  /* Cache (au cas où) les contrôles de certains navigateurs WebKit */
  video::-webkit-media-controls { display: none !important; }

/* FIN BUILDER */

/* MARQUEE */

.marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: #fff;
    overflow: hidden;
    position: relative;
  }
  
  .marquee::before,
  .marquee::after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 2;
    pointer-events: none;
  }
  
  .marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
  }
  
  .marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
  }
  
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
    padding: 0;
    margin: 0;
  }
  
  .marquee.reverse .marquee-content {
    animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
  }
  
  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
  }
  
  @keyframes scrolling-reverse {
    0% {
      transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    height: 100%;
    padding: 1rem;
  }
  
  .marquee-content li img {
    max-height: 80%;
    max-width: 100%;
    object-fit: contain;
  }
  
  @media (max-width: 768px) {
    :root {
      --marquee-elements-displayed: 3;
    }
  
    .marquee::before,
    .marquee::after {
      width: 5rem;
    }
  }

/* FIN MARQUEE */

@media only screen and (max-width: 1400px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 992px){ 
    header .navbar-brand img{
        max-width: 150px;
    }
    .noneMobile{
        display: none;
    }
    .video-wrap{
        width: 100%;
    }
    .textCopyright{
        text-align: start;
    }
    .img500{
        min-height: 500px;
    }
    .img1002{
        height: 80vh;
    }
    .bgService{
        display: none;
    }
    .nav-link{
        color: var(--black);
    }
    .offcanvas-body{
        padding-top: 120px;
    }
    .flexReservation{
        display: none;
    }
    .spaceTop{
        padding-top: 50px;
    }
    .spaceBottom{
        padding-bottom: 50px;
    }
    .imgBg{
        height: 500px;
        object-fit: cover;
    }
    .mb-22{
        margin-bottom: 12px;
    }
    
    .mb-30{
        margin-bottom: 20px;
    }
    
    .mb-35{
        margin-bottom: 23px;
    }
    
    .mb-50{
        margin-bottom: 30px;
    }
    
    .mb-60{
        margin-bottom: 35px;
    }
    /* .absoluteContainer2{
        position: unset;
        transform: none;
    } */
    .img400{
        height: 480px;
    }
    .title1{
        font-size: 32px;
    }
    .heightCover, .imgContain{
        height: 75vh;
    }
    .flexCenterEnd{
        align-items: start;
    }
    .paddingBottomMobile{
        padding-bottom: 20px;
    }
    .paddingTopMobile{
        padding-top: 20px;
    }
    .marginBottomMobile{
        margin-bottom: 10px !important;
    }
    .rowMobile{
        --bs-gutter-y: 1.5rem;
    }
    .marginTopFooter{
        margin-top: 10px;
    }
    .marginBottomFooter{
        margin-bottom: 10px;
    }
    .mb-15Mobile{
        margin-bottom: 15px !important;
    }
    .mt-15Mobile{
        margin-top: 15px !important;
    }
    .nav-link::before{
        display: none;
    }
    .nav-link{
        font-size: 22px;
        color: var(--white);
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .offcanvas{
        background-color: var(--black);
    }
    .offcanvas-footer{
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
    }
    .offcanvas-footer a{
        font-size: 25px;
    }
    .dropdown-item{
        color: var(--black);
    }
    .title2{
        font-size: 30px;
    }
    .bgColorCard{
        padding: 0;
    }
    .accordion-style-one .accordion .card .card-header a, .flexAccordion i{
        font-size: 25px;
    }
    .accordion-style-one .accordion .card .card-body{
        padding: 20px;
    }
    .rowZeroGutter{
        --bs-gutter-x: 1.5rem;
    }
    .titreTeam{
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    .sousTitreTeam{
        line-height: 20px;
        margin-bottom: 10px !important;
    }
    .img6002{
        min-height: auto;
        height: 400px;
    }
    .padding3rem{
        padding: 1rem;
    }
    .title5{
        font-size: 20px;
    }
    .marginMoins{
        margin-top: 15px;
    }
    .heightCard{
        height: auto;
    }
}
@media only screen and (max-width: 768px) { 

}
@media only screen and (max-width: 576px) { 

}