/** Marges **/
.pt-2 {
    padding-top: 2rem;
}
.pb-40 {
    padding-bottom: 40px;
}
/**********************************************/

/** Général **/
.marque_text-content {
    font-size: 16px;
    text-align: center;
}
.marque_banniere {
    width: 100%;
}
/**********************************************/

/** Vidéo **/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**********************************************/

/** Caroussel **/
.splide__list { 
    height: unset;
}
.splide__arrow svg{
fill:#213d7e ;
}
.splide__arrow:hover:not(:disabled) svg{
    fill: #575756;
}
.splide__arrow--prev {
    left: 0;
}
.splide__arrow--next {
    right: 0;
}
.customNameChicco{
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
#chiccoCarrouProd .splide__list  a:hover{
    text-decoration: none;
}
.m-auto {
    display: flex;
    justify-content: center;
    margin: auto;
}
/**********************************************/

/** RS **/
.marque_rs-content {
    display: flex;
    justify-content: center;
}
.marque_rs-content svg {
    height: 50px;
}
.marque_rs-content svg {
    fill: #000000;
}
.marque_rs-content svg:hover {
    fill: #575756;
    transition: 0.8s;
}
/**********************************************/

/** Media queries **/
@media (max-width: 768px) {
    .splide--loop img {
        width: 100%;
    }
    .splide {
        padding: 0 3em;
    }
    .mobile-img {
        padding-bottom: 2rem;
    }
    .bloc-title {
        font-size: 18px;
    }
}
/************************************************/