


/* ACCUEIL */

/* Slider */
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide {
    padding-left: 40px;
    padding-right: 40px;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
    height: 800px;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    vertical-align: bottom;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    max-width: 500px;
    width: fit-content;
    margin-left: 0px;
    margin-right: auto;
    text-shadow: none;
    background: #fff;
    padding-top: 27px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 130px;
}
/* Bouton */
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper a.et_pb_button {
    color: #ffffff;
    background: #AF0917;
    margin-top: 30px;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper a.et_pb_button:hover {
    color: #ffffff;
    background: #9d020f;
}
/* Flèches */
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et-pb-arrow-next, 
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et-pb-arrow-prev {
    font-size: 38px;
    color: #af0917;
    background: transparent;
    margin-top: -19px;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et-pb-arrow-next:hover, 
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et-pb-arrow-prev:hover {
    color: #3d3d3f;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider:hover .et-pb-arrow-next {
    right: 0px;
}
body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0px;
}

/* Icônes des services */
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 80px 0 rgb(0 0 0 / 5%);
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module {
    width: 12.5%;
    margin-bottom: 0px;
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content {
    height: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .2s ease;
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 20px;
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    filter: grayscale(100%);
    opacity: .91;
    transition: all .2s ease !important;
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module:hover .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    filter: grayscale(0%);
    opacity: 1;
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding-bottom: 0px !important;
    transition: all .2s ease;
}
body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module:hover .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
    color: #af0917;
}

/* Liste des marques */
body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image {
    max-width: 100%;
    width: calc(25% - 30px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image span.et_pb_image_wrap img {
    max-width: 180px;
    width: auto;
    max-height: 100px;
    height: auto;
}

/* Instagram */
body.custom-theme-ld .et_pb_section.section_instagram .et_pb_row .et_pb_column .et_pb_code #sb_instagram #sbi_images {
    padding-top: 0px;
    padding-bottom: 0px;
}



/* RESPONSIVE */

@media only screen and (max-width: 1280px) {

    /* Icônes des services */
    body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module {
        width: 25%;
    }
}
@media only screen and (max-width: 980px) {

    /* Slider */
    body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
        height: 600px;
    }
    body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
        padding-top: 26px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 110px;
    }

    /* Icônes des services */
    body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
        font-size: 17px;
    }

    /* Liste des marques */
    body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image {
        width: calc(33.3333% - 26.6666px);
    }
    body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image span.et_pb_image_wrap img {
        max-width: 140px;
        width: auto;
        max-height: 50px;
        height: auto;
    }

    /* Instagram */
    body.custom-theme-ld .et_pb_section.section_instagram .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
        max-width: 620px;
        width: 100%;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 767px) {

    /* Icônes des services */
    body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module {
        width: 33.3333%;
    }
    body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
        font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {

    /* Liste des marques */
    body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image span.et_pb_image_wrap img {
        max-width: 120px;
        width: auto;
        max-height: 40px;
        height: auto;
    }
}
@media only screen and (max-width: 580px) {

    /* Icônes des services */
    body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {

    /* Slider */
    body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
        height: 550px;
    }
    body.custom-theme-ld .et_pb_section.slider-home .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 28px !important;
    }

    /* Liste des marques */
    body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 380px) {

    /* Icônes des services */
    body.custom-theme-ld .et_pb_section.icones-liens .et_pb_row .et_pb_column .et_pb_module {
        width: 100%;
    }

    /* Liste des marques */
    body.custom-theme-ld .et_pb_section .et_pb_row.grille-logos-marques .et_pb_column .et_pb_image span.et_pb_image_wrap img {
        max-width: 100px;
        width: auto;
        max-height: 38px;
        height: auto;
    }
}


