


/* BANNIÈRE */
body.custom-theme-ld #page-container #et-boc #et-main-area #main-content .et_pb_section.banniere .et_pb_row {
    display: flex;
    align-items: center;
}
body.custom-theme-ld #page-container #et-boc #et-main-area #main-content .et_pb_section.banniere .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h1 {
	padding-bottom: 0px !important;
}
body.custom-theme-ld #page-container #et-boc #et-main-area #main-content .et_pb_section.banniere.multiple .et_pb_row .et_pb_column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
body.custom-theme-ld #page-container #et-boc #et-main-area #main-content .et_pb_section.banniere.multiple .et_pb_row .et_pb_column .et_pb_image {
    margin-left: 0px !important;
    margin-right: 0px !important;
}






/* BLOCS LIENS INTERNES */

body.custom-theme-ld .section-categories .grille-categories .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb {
    width: calc(25% - 22.5px);
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    max-width: 100%;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    position: relative;
    margin-bottom: 20px;
}
/* 3 colonnes */
body.custom-theme-ld .section-categories.trois-colonnes .grille-categories .et_pb_column .et_pb_blurb {
    width: calc(33.3333% - 20px);
}
body.custom-theme-ld .section-categories.trois-colonnes .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::before {
    position: absolute;
    bottom: -3%;
    left: -3%;
    z-index: 2;
    width: 80px;
    height: 43.28px;
    display: inline-block;
    content: "";
    background-size: 100% 100%;
}
body.custom-theme-ld .section-categories.trois-colonnes .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::after {
    position: absolute;
    bottom: calc(-3% + 2px);
    left: calc(-3% + 2px);
    z-index: 3;
    width: 39.28px;
    height: 39.28px;
    display: inline-block;
    content: "";

    background-size: 100% 100%;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
body.custom-theme-ld .section-categories.trois-colonnes .grille-categories .et_pb_column .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap:after {
    left: calc(-3% + 39px);
} /* Fin */
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::before {
    position: absolute;
    bottom: -3%;
    left: -3%;
    z-index: 2;
    width: 80px;
    height: 43.28px;
    display: inline-block;
    content: "";
    background-image:url(/wp-content/uploads/2024/03/switch-fond.svg);
    background-size: 100% 100%;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::after {
    position: absolute;
    bottom: calc(-3% + 2px);
    left: calc(-3% + 2px);
    z-index: 3;
    width: 39.28px;
    height: 39.28px;
    display: inline-block;
    content: "";
    background-image:url(/wp-content/uploads/2024/03/switch-rond.svg);
    background-size: 100% 100%;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::after {
    left: calc(-3% + 39px);
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 25px;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header {
    font-weight: 600;
    padding-bottom: 0px !important;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header span {
    position: relative;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header span::after {
    position: relative;
    top: 5px !important;
    content: '$';
    font-family: ETmodules !important;
    font-weight: 600 !important;
    font-size: 23px !important;
    line-height: 1.1em !important;
    color: #000 !important;
    margin-left: 5px !important;
    transform: translateY(0);
    transition: all .3s ease-in-out;
}
body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header span::after {
    margin-left: 12px !important;
}

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

    /* Titre */
    body.custom-theme-ld .section-categories .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h2 {
        font-size: 60px;
    }
    body.custom-theme-ld .section-categories .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h2 span {
        font-size: 70px;
    }

    /* Blocs */
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb {
        width: calc(50% - 15px);
    }
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::before {
        bottom: -2%;
        left: -2%;
    }
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::after {
        bottom: calc(-2% + 2px);
        left: calc(-2% + 2px);
    }
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap::after {
        left: calc(-2% + 39px);
    }
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header span::after {
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 767px) {

    /* Titre */
    body.custom-theme-ld .section-categories .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h2 {
        font-size: 40px;
    }
    body.custom-theme-ld .section-categories .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h2 span {
        font-size: 50px;
    }

    /* Blocs */
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h3.et_pb_module_header span::after {
        font-size: 21px !important;
    }
}
@media only screen and (max-width: 620px) {

    /* Blocs */
    body.custom-theme-ld .section-categories .grille-categories .et_pb_column .et_pb_blurb {
        width: 100%;
    }
}







/* BLOCS DE TEXTE */

body.custom-theme-ld .et_pb_section.section_bloc-text .et_pb_row {
    display: flex;
    align-items: center;
}
body.custom-theme-ld .et_pb_section.section_bloc-text .et_pb_row .et_pb_column {

}











/* QUOTE */

body.custom-theme-ld .section_quote .et_pb_row.row-responsable {
    display: flex;
    align-items: center;
}
body.custom-theme-ld .section_quote .et_pb_row.row-responsable .et_pb_column {
    margin-bottom: 0px;
}
body.custom-theme-ld .section_quote .et_pb_row.row-responsable .et_pb_column.column-quote-name .et_pb_text.quote-text .et_pb_text_inner p {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.3em;
}

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

    body.custom-theme-ld .section_quote .et_pb_row.row-responsable {
        flex-direction: column;
    }
    body.custom-theme-ld .section_quote .et_pb_row.row-responsable .et_pb_column {
        max-width: 490px;
        width: 100%;
    }
    body.custom-theme-ld .section_quote .et_pb_row.row-responsable .et_pb_column.et-last-child {
        max-width: 900px;
    }
}







/* FLIP CARD */

body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column .et_pb_module.lwp_divi_flipbox {
    width: calc(33.3333% - 20px);
    margin-bottom: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column .et_pb_module.lwp_divi_flipbox .et_pb_module_inner .flip_box {
    max-width: 100%;
    width: 100%;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column .et_pb_module.lwp_divi_flipbox .et_pb_module_inner .flip_box span.image_wrap {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column .et_pb_module.lwp_divi_flipbox .et_pb_module_inner .flip_box .flip_box_inner .flip_card {
    height: 250px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column .et_pb_module.lwp_divi_flipbox .et_pb_module_inner .flip_box .flip_box_inner .flip_card p {
    font-family: 'Galano Grotesque';
    font-weight: normal;
    font-style: normal;

    line-height: 1.6em;
    text-align: center;
}
body.custom-theme-ld .et_pb_section .et_pb_row.row-flip .et_pb_column .et_pb_module.lwp_divi_flipbox .et_pb_module_inner .flip_box .flip_box_inner .flip_card .back_body p a:hover {
    text-decoration: underline;
}









/* Liste icônes Microsoft 365 */
body.custom-theme-ld .et_pb_section .et_pb_row.liste-logos-office .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-logos-office .et_pb_column .et_pb_blurb {
    width: fit-content;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-logos-office .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 20px;
}






/* TABS */

body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs {
    display: flex;
    flex-direction: column;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: transparent;
    margin-bottom: 30px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls::after {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls li {
    height: 52.8px;
    line-height: 1.6em;
    border-radius: 50px;
    border: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs ul.et_pb_tabs_controls li a {
    font-weight: 500;
    padding: 12px 26px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab {
    padding: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul {
    padding-bottom: 0px;
    padding-left: 1em;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul li {
    padding-bottom: .5em;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul li:last-child {
    padding-bottom: 0em;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a:hover,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul li a:hover {
    text-decoration: underline;
}
/* Bouton */
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a.et_pb_button,
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a.et_pb_button:hover {
    width: fit-content;
    display: block;
    font-family: 'Galano Grotesque';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6em !important;
    text-decoration: none;
    background-image: linear-gradient(45deg, #abc612 20%, #1a6186 90%) !important;
    border-radius: 50px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 26px !important;
    padding-right: 51px !important;
    transition: all .2s ease-in-out;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a.et_pb_button::after {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.4em !important;
    margin-left: 5px;
    transition: all .2s ease-in-out;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column .et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p a.et_pb_button:hover::after {
    margin-left: 12px;
}












/* Liste des dates */


/* Formation - Titre */
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation {
    display: flex;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation::after {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column {
    margin: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.titre {
    width: fit-content;
    display: flex;
    align-items: center;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.titre .et_pb_text .et_pb_text_inner {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.titre .et_pb_text .et_pb_text_inner p {
    font-size: 30px;
    line-height: 1em;
}
/* Formation - Blocs */
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle {
    width: calc(20% - 16px);
    height: fit-content;
    padding: 0px;
    /*transition: box-shadow .2s ease-in-out;*/
}
/*body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle:hover {
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / 5%);
}*/
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle::before {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 100%;
    font-family: 'Galano Grotesque';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.1em;
    text-align: center;
    color: #000;
    transition: all .2s ease-in-out;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle:hover::before {
    opacity: .5;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle h3.et_pb_toggle_title {
    font-size: 20px;
    padding-top: 20px !important;
    padding-bottom: 45px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    transition: all .2s ease-in-out;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle:hover h3.et_pb_toggle_title {
    opacity: .5;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle h3.et_pb_toggle_title::before {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle .et_pb_toggle_content {
    padding-top: 0px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-formation .et_pb_column.blocs .et_pb_toggle .et_pb_toggle_content p strong {
    color: #abc612;
}

/* Examen - Titre */
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen {
    display: flex;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen::after {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column {
    margin: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column.titre {
    width: fit-content;
    display: flex;
    align-items: center;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column.titre .et_pb_text .et_pb_text_inner {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column.titre .et_pb_text .et_pb_text_inner p {
    font-size: 30px;
    line-height: 1em;
}
/* Examen - Blocs */
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column.blocs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column.blocs .et_pb_text {
    width: calc(20% - 16px);
}
body.custom-theme-ld .et_pb_section .et_pb_row.liste-dates-examen .et_pb_column.blocs .et_pb_text.module-examen .et_pb_text_inner p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
}









/* CALENDRIER DES TESTS */

body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide {
    display: flex;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide::after {
    display: none;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column {
    margin: 0px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.titre {
    width: fit-content;
    display: flex;
    align-items: center;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.titre .et_pb_text .et_pb_text_inner {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.titre .et_pb_text .et_pb_text_inner p {
    font-size: 30px;
    line-height: 1em;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.blocs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.blocs .et_pb_text {
    width: calc(33.3333% - 13.3333px);
    /*height: fit-content;*/
    padding-top: 20px !important;
    padding-bottom: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.blocs .et_pb_text .et_pb_text_inner h3 {
    padding-bottom: 23px !important;
}
body.custom-theme-ld .et_pb_section .et_pb_row.dates_test-fide .et_pb_column.blocs .et_pb_text .et_pb_text_inner p strong {
    color: #df2b2a;
}
















/*  */
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column.colonne-grille-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body.custom-theme-ld .et_pb_section .et_pb_row .et_pb_column.colonne-grille-images .et_pb_image {
    width: calc(50% - 10px);
}





body.custom-theme-ld .et_pb_section.section-temoignages-texte .et_pb_row {
    display: flex;
    align-items: center;
}
body.custom-theme-ld .et_pb_section.section-temoignages-texte .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner p:last-of-type {
    padding-bottom: 1em;
}
body.custom-theme-ld .et_pb_section.section-temoignages-texte .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner ul {
    padding-bottom: 0px;
}









/* CHIFFRES CLES */
body.custom-theme-ld .chiffres-cles .et_pb_row .et_pb_column .et_pb_circle_counter {
    max-width: 330px;
    width: 100%;
}
body.custom-theme-ld .chiffres-cles .et_pb_row .et_pb_column .et_pb_circle_counter .et_pb_circle_counter_inner .percent {
    max-width: 280px;
    width: 100%;
    height: 280px;
    /*border-radius: 100%;
    background: #e3eabb;*/
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
body.custom-theme-ld .chiffres-cles .et_pb_row .et_pb_column .et_pb_circle_counter .et_pb_circle_counter_inner h3.et_pb_module_header {
    padding-bottom: 0px !important;
}
body.custom-theme-ld .chiffres-cles .et_pb_row .et_pb_column .et_pb_circle_counter .et_pb_circle_counter_inner canvas {
    width: 280px !important;
    height: 280px !important;
    aspect-ratio: auto 280 / 280;
    left: calc(50% - 140px);
    
}




/* QUOTES */
body.custom-theme-ld .section-quote-img .et_pb_row .et_pb_column.column-quote-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 13%;
}
body.custom-theme-ld .section-quote .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h2 {
    padding-bottom: 0px !important;
}
body.custom-theme-ld .section-quote .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner p {
    font-size: 20px;
}
body.custom-theme-ld .section-quote .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner blockquote {
    padding-left: .75em;
}
body.custom-theme-ld .section-quote .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner blockquote p {
    font-size: 23px;
}



body.custom-theme-ld .texte-citation .et_pb_row .et_pb_column:first-child {
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / 5%);
    margin-top: -10%;
}
body.custom-theme-ld .texte-citation .et_pb_row .et_pb_column:first-child .et_pb_text .et_pb_text_inner p {
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}





#col {
    column-count: 2;
}









/* ACCORDÉON */
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column::after {
    display: none;
}
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle {
    position: relative;
    width: 100%;
    height: fit-content;
    border: 0px;
    border-radius: 25px;

    background-color: #ececec;
    padding-top: 30px;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
}



body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle h3.et_pb_toggle_title {
    color: #000;
    padding-bottom: 0px !important;
    padding-right: 70px;
}
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle h3.et_pb_toggle_title::before {
    position: absolute;
    top: calc(50% - 16.25px);
    right: 0px;
    z-index: 2;
    width: 60px;
    height: 32.5px;
    display: inline-block;
    content: "";
    background-image:url(/wp-content/uploads/2024/03/switch-fond.svg);
    background-size: 100% 100%;
}
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle h3.et_pb_toggle_title::after {
    position: absolute;
    top: calc(50% - 14.75px);
    right: 1.5px;
    z-index: 3;
    width: 29.5px;
    height: 29.5px;
    display: inline-block;
    content: "";
    background-image:url(/wp-content/uploads/2024/03/switch-rond.svg);
    background-size: 100% 100%;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle h3.et_pb_toggle_title:hover::after {
    right: 28.5px;
}
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title::after {
    right: 28.5px;
}



body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle .et_pb_toggle_content {
    padding-top: 15px;
}
body.custom-theme-ld .section-accordeon .et_pb_row .et_pb_column .et_pb_toggle .et_pb_toggle_content p span {
    font-size: 16px;
}
























/* RESPONSIVE */

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



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



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



}


