@import "../style.css";



.splideExperiences{width:100%;}
.splideExperiences img{width:100%;height:100%;object-fit:cover;}
.experience, .visuel{height:100%;}
.NosRef{
    color: var(--bleu);
    font-size: 24px;
    border-bottom: 2px var(--orange) solid;
    display: inline;
}


.SliderTitre{
    font-size: 34px;
    color: var(--orange);
}

.SliderText{
    font-size: 18px;
    color: var(--bleu);
    line-height: 1.7;
}

.categorieText{
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 5px;
    color:var(--bleu);
    display:inline-block;
}
.categorieText.active{color:var(--orange);}

.boutonGain{
    border: none !important;
    border-radius: 3rem !important;
    padding: 5px 35px !important;
}

.valeur{
    font-size: 32px;
}

.sectionExperiences{
    padding-bottom: 110px;
}

.carousel-arrows {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-85%);
}

.carousel-arrow {
    background-color: var(--orange);
    border-radius: 50%;
    color: var(--bleu);
    border: none;
    padding: 10px 20px;
    font-size: 24px;
    cursor: pointer !important;
    margin: 0 10px;
    height: 69px;
    width: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__arrows {
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    position: absolute;
    bottom: -35px; 
    display: flex;
    justify-content: center;
}


.carousel-arrow-left {
    background-image: url('../../../uploads/images/slider/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-arrow-right {
    background-image: url('../../../uploads/images/slider/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;

}


.splide__slide{
    width: 100%;
    height:100%;
    max-height:480px;
    aspect-ratio: 9/12;
}

.carousel-arrows {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: -50px;
  }
  
  .scroll-horizontal{
    /*    display: flex;
    justify-content: space-between;*/
  }

  .category-filter {z-index: 1;position: relative;}
  
  .carousel-arrow svg {
    width: 29px;
    height: 16px;
  }
  

.carousel-arrow-left svg { margin-left: 0;display: none;}
.carousel-arrow-right svg { margin-right: 0;display: none;}
.imageLogo {max-width:220px;max-height:66px;margin: auto;padding: 0 2rem;}



.sectionCategories{position:relative;}
.sectionCategories::after {
    content: "";
    background-image: url(../../img/design/sigleFiam1x1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: -11%;
    width: 20%;
    max-width: 330px;
    height: 50%;
    max-height: 330px;
    aspect-ratio: 1;
  }


@media (max-width: 1815px) {}
@media (max-width: 1400px) {}
@media (max-width: 1200px) {}
/* Écran 15' */
@media screen and (min-device-width: 1200px) and (max-device-width: 1599.8px) and (-webkit-min-device-pixel-ratio: 1) {}
/* Écran 13 pouces ou MDPI */
@media screen and (min-device-width: 992px) and (max-device-width: 1279.8px) {}
/* Écran 13 pouces ou HDPI */
@media screen and (min-device-width: 992px) and (max-device-width: 1440px) {}
@media (max-width: 1280px) {}
@media (max-width: 992px) {}
/* Smartphone Portrait / Paysage & Tablette Portrait */
@media (max-width: 810px) {}
/* Smartphone Portrait + Paysage */
@media (max-width: 749px) {
    .NosRef {
        font-size: 18px;
    }

    .ExperienceTitre {
        font-size: 32px;
        width: 100%;
    }

    .logo-list {
        margin: 0;
    }

    .list-logoUnit {
        max-width: 33.33%;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    
    .imageLogo {
        width: 100%;
        height: auto;
    }


    .splide__arrows{
        top: 97%;
    }

    .scroll-horizontal{
    /*  display: flex;
        flex-direction: column;*/
    }
    .sectionCategories::after{top: -5%;right: 5%;}
}
/* Smartphone paysage */
@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {}
/* Smartphone portrait */
@media only screen and (max-width: 767px) and (orientation: portrait) {}
/* iphone X , XS, 11 Pro, iphone XR, 11,  iphone XS Max, 11 Pro Max...  */
@media only screen and (min-device-width: 375px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {}
/* Tablette ALL*/
@media (min-width: 768px) and (max-width: 1024px) {}
/* Tablette Portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

@media (max-width: 420px) {}