/*Les grand édran*/
@media screen and (min-width: 768px)
{


}


/*Les pétits édran*/
@media (max-width: 768px)
{
    .et_hgt_300 {
        height: 200px;
    }

    .et_inner .carousel-item .w-100 {
        width: 100% !important;
        height: 100%;
    }
    .carousel-caption .et_ft_20 {
        font-size: 20px;
    }
    .customSectionHeader {
        width: 100% !important;
        margin: 0 auto !important;
    }
    #call-to-action .et_cta_title {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    #call-to-action img {
        width: 100%;
    }






}
