/* 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;
    font-size: 20px;
    padding-bottom: 1rem;
}
.carousel-caption h2, .carousel-caption h1{
    font-size: 20px;
    font-weight:normal;
}
.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;
    }
}


.toggle-link[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.toggle-link[aria-expanded="false"] .toggle-icon {
    transform: rotate(0deg);
}
.text-row {
    margin: 0 -15px;
}

@media (max-width: 568px){
    .pl-0, .pr-0{
        padding: 0!important;
    }
}
