/*Homepage*/

.home, .page-id-5651 {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.home #content, .page-id-5651 #content {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-top: 25vh;
}


.home::before , .page-id-5651::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
}

.tarif-referentiel {
    font-family: var(--font-0);
}


.tarif-referentiel .h2-home {
    font-family: var(--font-0);
    font-size: clamp(18px,1.571vw,22px);
    margin: 0 auto;
    font-weight: 600;
    line-height: 11px;
    margin-top: 10px;
    color: var(--color-1);
    display: block;

}

.tarif-referentiel em {
    font-size: clamp(10px,0.857vw,12px);
    margin: 5px 0;
    display: block;

}

.home .tarif-referentiel .price-big {
    font-size: clamp(22px,1.714vw,24px);
    font-weight: 700;
}



.tarif-referentiel p:last-child {
    margin-bottom: 0;

}

.home .tarif-referentiel {
    margin: auto;
}

.home .home-info-container .paypal-4x {
    margin: auto;
}

.home .home-info-container .paypal-4x .yellow {
    font-size: clamp(22px,1.714vw,24px);
    font-weight: 700;
}

.home .home-info-container .paypal-4x p {
    margin: 0;
}

.home #content {
    margin-top: 0;
}




@media screen and (min-width:576px) {
    
    
    .home #content, .page-id-5651 #content {

        
        flex: 1;
    }
    
}

@media screen and (min-width:768px) {
    /* .home .tarif-referentiel {
        position: absolute;
        left: 0;
        z-index: 9;
    } */
    .home .home-info-container {
        /* padding: 40px 0; */
    }
    
    .home #content {
        margin-top: 0;
    }
    .home .home-info-container {
        height: auto;
    }
    
    .home .home-info-container:not(:nth-child(2)) .elementor-widget-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .home-info-container > div {
        height: 100%;
    }
    
    .home .section-1-home > .e-con-inner {
        align-items: stretch;
    }
}

@media (min-width: 1200px) {

    .brands-carousel.sliding {
      /* margin-top: clamp(15px,3.125vw,45px); */
    }
}

