
/* PAGES */

/* Accueil */
body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
    height: calc(100vh - 80px);
}
body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column {
    display: flex;
    flex-wrap: wrap;
}
body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column .et_pb_module {
    width: 100%;
}
body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column .et_pb_text.module_description .et_pb_text_inner {
    width: 80%;
}
body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column .et_pb_text.module_info {
    width: fit-content;
}
body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column .et_pb_text.module_info .et_pb_text_inner h3 {
    padding-bottom: 0px !important;
}

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

    body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
        height: calc(100vh - 72px);
    }
    body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column .et_pb_text.module_description .et_pb_text_inner {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
        height: calc(100vh - 65px);
    }
    body.custom-theme-ld .et_pb_section.section_diapo_home .et_pb_row.row_content .et_pb_column .et_pb_text.module_info {
        width: 100%;
    }
}



/* Label */
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.label {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.label .et_pb_text_inner p {
    line-height: 1em;
}



/* Number */
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number {
    width: 80px;
    height: 80px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number.methode {
    margin-left: auto;
    margin-right: auto;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number .et_pb_text_inner,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_text.number .et_pb_text_inner p {
    line-height: 80px;
}



/* Blurb */
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb {
    height: 100%;
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / 5%);
    transition: all .2s ease;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.alone {
    box-shadow: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb:hover {
    box-shadow: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.up .et_pb_blurb_content .et_pb_main_blurb_image,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_main_blurb_image,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.alone .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 25px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg,#5db1c5 0%,#4b76b8 100%);
    overflow: hidden;
    border-radius: 100%;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.orange .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap {
    background-image: linear-gradient(90deg,#f9be16 0%,#f97316 100%);
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img {
    width: 52px;
    height: auto;
    border-radius: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.up .et_pb_blurb_content .et_pb_blurb_container,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_blurb_container,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.alone .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
    padding-bottom: 15px !important;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.alone .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
    padding-bottom: 0px !important;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul {
    padding-bottom: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li {
    padding-bottom: .5em;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:last-child {
    padding-bottom: 0em;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li::marker {
    color: #5db1c5;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_blurb.simple.orange .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li::marker {
    color: #f97316;
}



/* Secteurs */
body.custom-theme-ld .et_pb_section .et_pb_row.row_icon-title .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row_icon-title .et_pb_column .et_pb_blurb {
    width: calc(25% - 30px);
    height: fit-content;
}

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

    body.custom-theme-ld .et_pb_section .et_pb_row.row_icon-title .et_pb_column .et_pb_blurb {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 580px) {

    body.custom-theme-ld .et_pb_section .et_pb_row.row_icon-title .et_pb_column .et_pb_blurb {
        width: 100%;
    }
}



/* Partenaires */
body.custom-theme-ld .et_pb_section .et_pb_row.row_partenaires {
    align-items: center;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row_partenaires .et_pb_column {

}



/* FAQ */
body.custom-theme-ld .et_pb_section .et_pb_row.row_faq .et_pb_column {
    margin-bottom: 0px !important;
}



/* Formulaire */
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full {
    margin-top: 0px;
    margin-bottom: 0px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full form.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-description {
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
    margin-top: 8px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full form.wpforms-form .wpforms-submit-container {
    margin-top: 20px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full form.wpforms-form .wpforms-submit-container button.wpforms-submit {
    height: 48px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1em !important;
    color: #fff !important;
    border: 0px !important;
    border-radius: 100px !important;
    background-image: linear-gradient(90deg,#5db1c5 0%,#4b76b8 100%);
    overflow: hidden;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    transition: all .2s ease;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full form.wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
    transform: scale(1.05);
}
/* Confirmation */
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full .wpforms-confirmation-container-full {
    background: #4b76b8 !important;
    border: 0px;
    padding: 15px 20px;
    margin-bottom: 0px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full .wpforms-confirmation-container-full p {
    color: #fff !important;
}

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

    body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full form.wpforms-form .wpforms-submit-container button.wpforms-submit {
        height: 46px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {

    body.custom-theme-ld #page-container #et-boc #et-main-area .et-l .et_pb_section .et_pb_row .et_pb_column .wpforms_selector .et_pb_module_inner .wpforms-container-full form.wpforms-form .wpforms-submit-container button.wpforms-submit {
        height: 44px;
        font-size: 16px;
    }
}


