/* cacher par défaut pour annimation */
/* .wow {
    visibility: hidden;
} */
.bg-homepage-inspiration, .bg-homepage-produit {
    background-color: #FFF;
}
/* module inspiration */
.thematiqueHomepage, .fam{
    cursor: pointer;
    color: #696969;
    padding-left: 1.4rem;
}
.thematiqueHomepage:hover, .fam:hover{
    color: #E44200;
}
.thematiqueHomepage.active, .fam.active {
    border-left: 2px solid #E44200;
    padding-left: 1.2rem;
    color: #E44200;
}
.th, .fp, .vignette {
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.25);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.25);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.25);
    clip-path: inset(0px 1px -5px 1px);
    -webkit-clip-path: inset(0px -5px -5px -5px);
}
.th h3, .fp h3 {
    color: #000000;
}
/* slider  */
.sous-slider {
    font-size: 16px;
    /* regular */
    font-weight:400;
}
/* Navigation Sliders */
@media (min-width: 992px) {
    /* .carousel-control-prev, .carousel-control-next {
        bottom: 100px;
        top: unset;
    }
    .carousel-control-next {
        right: 40px;
    }
    .carousel-control-prev {
        right: 140px;
        left: unset;
    } */
    /* .slider-count {
        position: absolute;
        bottom: 108px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        right: 96px;
        left: unset;
    } */
    .carousel-caption{
        z-index: 0; 
        /* height: 80px; */
        text-align: left;
    }
}
@media (max-width: 991.98px){
    /* .carousel-control-prev, .carousel-control-next {
        bottom: 72px;
        top: unset;
    }
    .carousel-control-next {
        right: 14px;
    }
    .carousel-control-prev {
        right: 70px;
        left: unset;
    } */
    /* .slider-count {
        position: absolute;
        bottom: 84px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        right: 44px;
        left: unset;
    } */
    .carousel-caption{
        /* bottom: 60px; */
        position: relative;
        z-index: 0; 
        /* height: 80px; */
        padding-top: 0.5rem;
    }
    .carousel-caption p{
        font-size: 14px;
    }
}

/* Navigation Sliders */
.carousel-control-prev, 
.carousel-control-next {
    width: 100px;
    opacity: 1;
    transition: none;
    height: 150px;
    margin-bottom: 100px;
    margin-top: auto;
    background-color: transparent;
    position: absolute;
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-image: unset;
}


.carousel-caption {
    right: auto;
    left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
}
.carousel-control-next-icon::before
{
    content: '>';
    font-size: 100px;
    /* font-weight: 700; */
    color: #FFF;
    margin: auto;
    opacity: 0.7;
}
.carousel-control-prev-icon::before {
    content: '<';
    font-size: 100px;
    /* font-weight: 700; */
    color: #FFF;
    margin: auto;
    opacity: 0.7;
}
.carousel-control-next-icon:hover::before,
.carousel-control-prev-icon:hover::before {
    opacity: 1;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
@media (min-width: 992px){
    .carousel-indicators{
        margin-right: 10%;
        justify-content: flex-end;
        bottom: 10px;
    }
}
.carousel-control-next {
    text-align: left;
}
@media (max-width: 991.98px){
    .carousel-indicators{
        justify-content: center;
    }
}
/* vignettes */
.vignette-config-1 {
    color: #3F3E3E;
}
.vignette-config-2 {
    color: #696969;
}
.vignette-config-1, .vignette-config-2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}
.vignette-text-to-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
}
/* Magazine */
.magazine-tags {
    color: #000000;
}
@media (min-width: 578px){
    .configurateur-homepage-text {
        position: absolute;
        height: 100%;
        width: 100%;
    }
}
@media (min-width: 998px){
    .expert-homepage-right {
        align-items: end;
        flex-direction: column;
        height: 100%;
    }
    .expert-homepage-button {
        margin-top: auto;
    }
}
@media (max-width: 997.98px){
    .expert-homepage-right {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
.video-header {
    position: relative;
    width: 100%;
    height: 100vh; /* Ajustez la hauteur selon vos besoins */
    overflow: hidden;
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajuste la vidéo pour remplir le conteneur */
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Couleur du texte */
}

.video-content {
    padding: 20px;
}

.video-title {
    padding-top: 60px;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.video-description {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-button {
    display: inline-block;
    padding: 0 20px;
    background-color: #E44200; /* Couleur du bouton */
    color: white;
    font-size: 42px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}

.video-button:hover {
    background-color: #c83a02;
    color: #c8c8c8;
}

@media (max-width: 575px){
    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        text-align: center;
        color: white; /* Couleur du texte */
    }

    .video-title {
        padding-top: 50px;
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 40px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .video-description {
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 40px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .video-button {
        display: inline-block;
        padding: 0 20px;
        background-color: #E44200; /* Couleur du bouton */
        color: white;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 10px;
        transition: 0.5s ease-in-out;
    }
}