/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1733478164
Updated: 2024-12-06 10:42:44

*/

.et_pb_section {
    padding: 20px 0;
}

.et_pb_row {
    padding: 0;
}

.et_pb_module {
    margin: 20px 0 !important;
}

.et_pb_text_inner {
    line-height: 1.4em;
}

/*
  .et_pb_module {
   margin-top: 10px!important;
   margin-bottom: 10px!important;
  }
  .et_pb_row {
   margin-top: 10px!important;
   margin-bottom: 10px!important;
  }*/
.et_pb_button {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.et-social-youtube a.icon::before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands" !important;
}

.et-social-linkedin a.icon::before {
    content: "\f0e1";
    font-family: "Font Awesome 5 Brands" !important;
}

@media screen and (min-width: 980px) {
    .no-link-menu > a{
        pointer-events: none;
    }
}


/*MOBILE*/

.mobile_menu_bar::before {
    color: #264c74;
}

.mobile_menu_bar:before {
    font-size: 50px;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d" !important;
}

#main-header .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
    position: relative;
}

#main-header .et_mobile_menu .menu-item-has-children>a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children>a:after {
    font-size: 16px;
    content: '\4c';
    top: 13px;
    right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children.visible>a:after {
    content: '\4d';
}

#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible>ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

.et_mobile_menu {
    border-top: 3px solid #D505C6;
    min-height: 100vh;
}

@media screen and (min-width: 980px) and (max-width: 1299px) {
    #top-menu li a {
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    .et_menu_container {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }


    .btn-adhesion {
        margin: 0 !important;
    }

    .btn-secondary-menu a {}


    ul.secondary-menu-mobile-list {
        position: relative;
        display: flex;
        z-index: 999;
    }

    ul.secondary-menu-mobile-list li {
        margin: auto !important;
        margin-top: 4px !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        font-size: 13px;
        line-height: 1em;
    }

    .btn-secondary-menu {
        display: flex !important;
        width: 55px;
        height: 45px;
    }

    .btn-secondary-menu a {
        margin: auto !important;
    }

    .btn-don :after,
    .btn-adhesion :after,
    .btn-mon-espace :after {
        content: "";
        display: none !important;
        width: 15px !important;
        height: 15px !important;
        position: relative;
        margin: 0 !important;
        top: 2px;
        vertical-align: middle;
    }

    .et_header_style_left #logo {
        margin-top: -3px;
    }

}


/*GENERAL*/
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    color:#4D2F93;
}

h1 {
    font-family: "Mukta Vaani 1", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}

.section-title-page {
    padding: 0 !important;
    background-color:#d9d9ff!important;
}

.section-h1 {
    display: flex;
    min-height: 75px;
}

.section-h1 div {
    margin: auto;
    display: flex;
    align-items: center;
    /* Aligne verticalement l'image et le texte au centre */
    justify-content: center;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.display-flex {
    display: flex;
}

.margin-auto {
    margin: auto;
}

.title-h1 {
    color: #4D2F93;
    font-size: 25px;
    text-transform: initial;
}

img.icone-h1 {
    vertical-align: middle;
}

.title-h2 {
    font-size: 22px;
    text-transform: initial;
}

.title-h3 {
    font-size: 18px;
    text-transform: initial;
}

.section-h1 div img {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 75px;
}
@media screen and (max-width: 700px) {
    .section-h1 div img {
        display: block;
        margin: auto;
        max-height: 50px;
    }
}

.default-link-text {
    text-decoration: underline !important;
}

.default-link-text:hover {
    color: #D505C6 !important;
}

.et-fixed-header #top-menu a:hover {
    color: #D505C6 !important;
}

.btn-primary {
    color: #FFFFFF !important;
    border: 2px solid #D505C6;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #D505C6;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;
    cursor:pointer;
}

.btn-red, .btn-secondary {
    color: #D505C6 !important;
    border: 2px solid #D505C6;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #fff;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;

}

.btn-primary:hover {
    background-color: #B100A7;
    border: 2px solid #B100A7;
    transition: all 300ms ease 0ms;
}


.btn-red:hover {
    background-color: #B100A7;
    border: 2px solid #B100A7;
    transition: all 300ms ease 0ms;
}
.btn-secondary:hover {
    color: #fff!important;
    background-color: #D505C6 !important;
    transition: all 300ms ease 0ms;
}

.btn-menu-mon-espace:hover{
    color: #D505C6 !important;
    border: 2px solid #D505C6;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #FFEDFF!important;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;
    cursor:pointer;  
}

.btn-connect{
    color: #4D2F93 !important;
    border: 2px solid #4d2f93!important;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #d9d9ff!important;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;
    cursor:pointer;   
}
.btn-connect:hover{
    color: #4D2F93 !important;
    border: 2px solid #4d2f93!important;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #fff!important;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;
    cursor:pointer;   
}

.btn-blue{
        color: #FFFFFF !important;
    border: 2px solid #4D2F93;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    background-color: #4D2F93;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;
    cursor:pointer;
}

.btn-blue:hover {
    background-color: #fff;
    color: #4D2F93 !important;
    transition: all 300ms ease 0ms;
}


.btn-atelier {
    display: block;
    position: relative;
    background-color: #46B175;
    color: #fff;
    border: 2px solid #46B175 !important;
    border-radius: 50px;
    width: 140px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 35px 2px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 300ms ease 0ms;
}

.btn-atelier::after {
    background: url(/wp-content/uploads/2025/02/icone-plus-blanc.png) no-repeat;
}

.btn-atelier:hover::after {
    background: url(/wp-content/uploads/2025/02/icone-plus-vert.png) no-repeat;
}

.btn-atelier::after,
.btn-atelier:hover::after {
    content: "";
    display: inline-block;
    width: 27px !important;
    height: 27px !important;
    position: absolute;
    right: 10px;
    /* Ajuste l'espace à droite */
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    transition: all 0.3s ease;
}

.btn-atelier:hover {
    background-color: #fff;
    color: #46B175;
    transition: all 300ms ease 0ms;
}

/*.et_header_style_left .logo_container {
   margin-top: -20px;
  }*/

@media (min-width: 1200px) {

    #logo {
        max-height: 130%;
    }

    #main-header,
    #main-header.et-fixed-header {
        box-shadow: none !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
    }

    div#et-top-navigation {
        width: 100%;
    }

    nav#top-menu-nav {
        width: 100%;
    }

    ul#top-menu {
        display: flex;
        width: 100%;
        float: left;
    }

   #top-menu li.mega-menu>ul {
        left: auto !important;
    }

    .mega-menu .sub-menu {
        width: 80%;
        max-width:1360px;
        margin:auto;
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a{
        padding-bottom: 40px!important;
    }
    #top-menu li {
        margin: auto 0 0 0;
        padding: 0 20px !important;
        min-height: 30px;
        vertical-align: middle;
        line-height: 30px;
    }

    .border-right-menu > a:first-of-type {
        position: relative;
    }
    
    .border-right-menu > a:first-of-type::before {
        content: "" !important;
        position: absolute !important;
        top: 15px !important;
        right: -15px !important;
        transform: translateY(-50%) !important;
        height: 40px !important;
        border-left: 1px solid #4D2F93 !important;
    }

    div#et-secondary-menu {
        margin-top: 20px;
        margin-bottom:10px;
    }
    
}



.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
    margin-bottom: 10%;
}

#main-footer .container {
    width: 90%;
    max-width: 1920px;
}

.et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
    width: 19%;
}

.et_pb_gutters3 .footer-widget {
    margin-right: 0.5%;
    margin-bottom: 0.5%;
}

#top-menu li.mega-menu.mega-menu-parent li>.sub-menu {
    padding-left: 20px;
}

#et-info,
#et-secondary-menu>ul>li a {
    padding: 0;
}

#et-secondary-nav li {
    margin-right: 5px;
}

.btn-secondary-menu {
    border-radius: 20px;
    padding: 5px 5px 5px 15px;
    font-weight: 600;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;

}

#top-menu li.mega-menu.mega-menu-parent li>a {
    width: 100% !important;
    text-transform: inherit;
}

#top-menu li.mega-menu.mega-menu-parent li>a:hover {

    opacity: 1;
    color: #D505C6;
    background: none;
}

#top-menu li a:hover {
    color: #D505C6;
}

.btn-don :after,
.btn-adhesion :after,
.btn-mon-espace :after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: 15px;
    top: 2px;
    vertical-align: middle;
}

.btn-don {
    background-color: #D505C6;
    border: 2px solid #D505C6;
}

.btn-don :after {
    background: url("/wp-content/uploads/2025/01/icone-don-1.png") no-repeat;
    transition: all 0.3s ease;
}

.btn-don:hover {
    background-color: #fff;
}

.btn-don:hover a {
    color: #D505C6 !important;
    opacity: 1 !important;
}

.btn-don:hover :after {
    background: url("/wp-content/uploads/2025/01/icone-don-rouge.png") no-repeat;
    transition: all 0.3s ease;
}

.btn-adhesion {
    background-color: #4D2F93;
    border: 2px solid #4D2F93;
    margin-right: 50px !important;
}

.btn-adhesion :after {
    background: url("/wp-content/uploads/2025/01/icone-adhesion.png") no-repeat;
    transition: all 0.3s ease;
}

.btn-adhesion:hover {
    background-color: #fff !important;
}

.btn-adhesion:hover a {
    color: #4D2F93 !important;
    opacity: 1 !important;
}

.btn-adhesion:hover ::after {
    background: url("/wp-content/uploads/2025/01/icone-adhesion-bleu.png") no-repeat;
    transition: all 0.3s ease;
}

.btn-mon-espace {
    border: 2px solid #186AA5;
}

.btn-mon-espace a {
    color: #186AA5 !important;
}

.btn-mon-espace ::after {
    background: url("/wp-content/uploads/2025/01/icone-mon-espace-bleu.png") no-repeat;
    transition: all 0.3s ease;
}

.btn-mon-espace:hover {
    background-color: #186AA5 !important;
}

.btn-mon-espace:hover a {
    color: #fff !important;
    opacity: 1 !important;
}

.btn-mon-espace:hover ::after {
    background: url("/wp-content/uploads/2025/01/icone-mon-espace.png") no-repeat;
    transition: all 0.3s ease;
}

.link-user a {
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    display: block;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 20px;
    text-transform:uppercase;
}

.link-user a:hover{
 color: rgba(255, 255, 255, 0.7)!important;
}


.link-user a img {
    vertical-align: middle;
}

.link-user a span {
    padding-left: 10px;
}

.asso-sps-footer {
    display: block;
    margin-top: 40px !important;
}
.footer-urgence{
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    background-color:#2F1B61;
    border:2px solid #fff;
    border-radius:20px;
    padding:10px;
    text-align:center;
    font-weight:600;
    font-size:18px;
}
.footer-urgence p {
    padding-bottom: 0.5em!important;
}
.footer-urgence h4{
color:#fff!important;
}
.footer-img-store {
    display: flex;
    gap: 20px;
}
.footer-img-store a{
    margin:auto;
}
.footer-img-store img {
    max-width: 100%;
    height: 33px;
    width: 100px;
    margin: auto;
    text-align: center;/* permet aux images de s'adapter à la largeur du conteneur */
    margin-top:10px;
  }
#footer-info{
    margin-bottom:20px;
}
#footer-info,
#footer-info a {
    font-weight: 300;
}

.level-1-footer {
    text-transform: uppercase !important;
    font-size: 18px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 1.2em;
    text-align:center;

}
.level-1-footer > a {
    display: block;
    margin-bottom: 20px;
  }
  .level-2-footer > a {
    display: block;
    margin-bottom: 10px;
  }



.level-2-footer {
    text-transform: uppercase !important;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-align:center;
}

.level-3-footer,
.level-4-footer {
    text-transform: initial !important;
    font-size: 16px;
    font-family: 'Poppins bold', Helvetica, Arial, Lucida, sans-serif !important;
    text-align:center;
}

#footer-widgets {
    padding: 3% 0 3% 0;
}

.level-2-footer a {
    pointer-events: none;
}

.level-3-footer a,
.level-4-footer a {
    pointer-events: auto !important;
}

.level-2-footer {
    margin-top: 20px;
}

.level-2-footer ul.sub-menu,
.level-3-footer ul.sub-menu,
.level-4-footer ul.sub-menu {
    line-height: 1em !important;
}

.level-1-footer:before,
.level-2-footer:before,
.level-3-footer:before {
    display: none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}


#footer-widgets .footer-widget li:before {
    border-radius: 3px;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
}
.et_pb_widget ol li ol li, .et_pb_widget ul li ul li {
    margin-left: 0px!important;
}
.et_pb_widget{
    float: none!important;
}

.et_pb_widget ol li, .et_pb_widget ul li {
    margin-bottom: .5em;
    line-height: 1.2em;
}
#footer-info a:hover {
    opacity: 1;
    text-decoration: underline;
}
.col-1-footer{
    text-align:left;
}
.logo-footer{
    display:block; 
    width: 100%;
    max-width:200px;
    margin-bottom:50px;
}
.asso-sps-footer span{
    padding-left: 0!important;
}
@media screen and (max-width: 980px) {
    .footer-widget .fwidget, .footer-widget:nth-child(n) {
        width: 100% !important;
    }
        #footer-widgets .footer-widget .fwidget {
        margin-bottom: 7%;
    }
        #footer-widgets .footer-widget:nth-last-child(-n+2) {
        margin-bottom: 7% !important;
    }
        /*#footer-widgets .footer-widget:nth-last-child(n+3) {
        margin-bottom: 20px !important;
    }*/
    .col-1-footer{
        text-align:center;
    }
    .logo-footer{
       margin:auto;
    }
    .level-1-footer{
        display:block;
        text-align:center;
    }
}

.background-color-atelier {
    background-color: #46B175;
    color: #fff !important;
}

.background-color-formation {
    background-color: #B3CE52;
    color: #fff !important;
}

.background-color-groupe-de-parole {
    background-color: #6FB4DD;
    color: #fff !important;
}

.background-color-atelier-de-reconversion {
    background-color: #B14D97;
    color: #fff !important;
}

.background-color-fiches {
    background-color: #186aa5;
    color: #fff !important;
}

.background-color-auto-tests {
    background-color: #186aa5;
    color: #fff !important;
}

.background-color-ouvrages {
    background-color: #186aa5;
    color: #fff !important;
}

.background-color-programmes {
    background-color: #186aa5;
    color: #fff !important;
}

.background-color-applications {
    background-color: #186aa5;
    color: #fff !important;
}
.background-color-lieu-dedie {
    background-color: #4D2F93;
    color: #fff !important;
}

.banner-tools {
    padding: 15px;
    font-size: 22px;
}

.banner-tools:hover .titre-outils {
    text-decoration: underline;
}

.button-read-more {
    display: block;
    background-color: #46B175;
    border: 2px solid#46B175;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    padding: 0.5em 1em 0.3em 1em !important;

}

a.lien-atelier:hover {
    color: #D505C6;
}

.titre-outils {
    position: relative;
    display: inline-block;
    width: 100%;
}

.titre-outils::after {
    content: "";
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: -5px;
    /* Ajuste l'espace à droite */
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/02/icone-plus-blanc.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
    display: block;
}



.intervenant::before,
.collectif::before,
.distanciel::before,
.calendrier::before,
.heure::before,
.objectif::before,
.bienfait::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
}

.intervenant::before {
    background-image: url("/wp-content/uploads/2025/02/icone-intervenant.png");
    height: 25px !important;
}

.collectif::before {
    background-image: url("/wp-content/uploads/2025/02/icone-collectif.png");
    height: 25px !important;
}

.distanciel::before {
    background-image: url("/wp-content/uploads/2025/02/icone-distanciel.png");
}

.calendrier::before {
    background-image: url("/wp-content/uploads/2025/02/icone-calendrier.png");
    height: 18px !important;
}

.heure::before {
    background-image: url("/wp-content/uploads/2025/02/icone-heure.png");
}

.objectif::before {
    background-image: url("/wp-content/uploads/2025/02/icone-objectif.png");
}

.bienfait::before {
    background-image: url("/wp-content/uploads/2025/02/icone-bienfait.png");
}



/*OUVRAGES*/
.container-ouvrage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.ouvrage-item {
    padding: 15px 15px 0px 15px;
    border: 2px solid #4D2F93;
    border-radius: 0 0 30px 0;
    min-height: 250px;
}

.ouvrage-item .row {
    width: 100%;
    max-width: 350px;
    margin: auto;
    position: relative;
    display: flex;
}

.ouvrage-item .row-btn {
    margin-top: -50px;
}

.ouvrage-item h3 {
    text-align: center;
    min-height: 70px;
}

.ouvrage-item .col {
    float: left;
    width: 50%;
    margin: 0;
}

.ouvrage-thumbnail img {
    height: 140px;
    width: 110px;
    border: 2px solid #4D2F93;
}

@media screen and (min-width: 1301px) {
    .ouvrage-item .col {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {
    .container-ouvrage {
        grid-template-columns: repeat(2, 1fr);
    }

    .ouvrage-item .col {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .container-ouvrage {
        grid-template-columns: repeat(1, 1fr);
    }

    .ouvrage-item .col {
        width: 50%;
    }
}

.auteur,
.editeur {
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left:27px;
}

.btn-blue-more {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #4D2F93;
    color: #fff;
    border: 2px solid #4D2F93 !important;
    border-radius: 50px;
    width: 140px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 35px 5px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 300ms ease 0ms;
    text-align: center;
}

.btn-primary-more:hover {
    background-color: #fff;
    color: #4D2F93;
    transition: all 300ms ease 0ms;
}

.btn-blue-more::after,
.btn-blue-more:hover::after {
    content: "";
    display: inline-block;
    width: 27px !important;
    height: 27px !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.btn-blue-more::after {
    background: url(/wp-content/uploads/2025/02/icone-plus-blanc.png) no-repeat;
    background-size: cover !important;
}

.btn-blue-more:hover::after, .btn-blue-more.lien-desactive::after {
    background: url(/wp-content/uploads/2025/02/icone-plus-bleu.png) no-repeat;
    background-size: cover !important;
}

.auteur::before,
.editeur::before {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    margin-left:-27px;
}

.auteur::before {
    background: url(/wp-content/uploads/2025/02/icone-stylo.png) no-repeat;
    background-size: cover !important;
    width: 20px !important;
    height: 20px !important;
}

.editeur::before {
    background: url(/wp-content/uploads/2025/02/icone-livre.png) no-repeat;
    background-size: cover !important;
    width: 20px !important;
    height: 16px !important;
}

.ouvrage-item .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.ouvrage-item .modal-content {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 1080px;
    max-height: 80vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
}

.ouvrage-item .modal-content .title-h3 {
    margin-bottom: 20px;
}

/* Bouton de fermeture */
.ouvrage-item .close-btn {
    align-self: flex-end;
    /* Place le bouton à droite dans la modal-content */
    font-size: 40px;
    color: #333;
    cursor: pointer;
}

.ouvrage-item .close-btn:hover {
    color: red;
}
div#categories-buttons {
    margin-bottom:40px;
}
@media screen and (max-width: 1080px) {
div#categories-buttons span {
    display: block;
}
}
button.category-btn{
    background-color: #fff;
    color: #4D2F93;
    font-size:16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border:0;
    margin : 10px; 
    padding:10px 20px;
    text-align:left;
    transition: all 300ms ease 0ms;
    cursor:pointer;
}
.category-btn:hover{
    background-color: #4D2F93;
    color:#fff;
    transition: all 300ms ease 0ms;
}

button.category-btn.active {
    background-color: #4D2F93;
    color:#fff;
} 
button.category-btn span{
    text-align: left;
    min-width: 180px;
    display: block;
}
.category-btn span::after {
    content: "";
    float: right;
    display: inline-block;
    position: relative;
    margin: 0 !important;
    vertical-align: middle;
    height: 14px;
    width: 9px;
    top: 6px;
    right:-10px;
} 
.category-btn span::after{
    background: url(/wp-content/uploads/2025/02/icone-chevron-droit-bleu.png) no-repeat;
    background-size: cover !important;
}
.category-btn.active span::after, .category-btn:hover span::after {
    background: url(/wp-content/uploads/2025/02/icone-chevron-droit-blanc.png) no-repeat;
    background-size: cover !important;
}
.section-event h2{
    color:#4D2F93;
    margin-bottom:10px;
    }

    .row-programme{
        display:flex;
        margin:20px 0;
    }
    .row-programme .heure{
        padding-right: 20px;
        min-width:100px;
    }
.section-programme .col-heure{
    max-width:100px;
margin-right:0!important;
}
.section-programme .heure{
    display:inline-flex;
}

    /*Evenements*/
    .container-section-title-event .section-h1{
        max-width:1080px;
        width:80%;
        margin:auto;
        text-align:center;
    }
    .container-section-title-event h1{
        font-size:25px;
        text-align:center;
        color: #4D2F93;
        margin-top:20px;
    }
	.section-event{
		margin-bottom:20px;
	}
	.content-event{
		display:flex;
	}
	.col-side-event{
		float:left;
        min-width:350px;
		padding:20px;
		background-color:#FFFEF0;
        color: #4D2F93;
	}
    .element-col-event{
        margin:auto;
        margin-bottom:20px;
        max-width:320px;
    }
    
	.col-main-event{
		float:left;
		padding:2%;
	}
    .category-event {
    text-align: center;
    font-weight: 600;
    margin: auto;
    border-radius: 10px;
    padding: 5px;
    display: block;
    width: fit-content;
    font-size:16px;
}
.element-col-event .intervenant{
    font-weight:600;
}
.img-partenaire{
    margin-top:10px;
    max-width: 250px;
}
.event-partenaire{
    margin-top:50px;
}
.event-partenaire h4{
    color: #4D2F93;
}
.intervenant-profession{
    /*margin-left:28px;*/
}

.mode-participation-distanciel::before, .mode-participation-presentiel::before, .mode-organisation-collectif::before, .mode-organisation-individuel::before  {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
}
.mode-participation-distanciel::before {
    background-image: url('/wp-content/uploads/2025/04/icone-distanciel.png');
    height: 25px !important;
}
.mode-participation-presentiel::before {
    background-image: url('/wp-content/uploads/2025/04/icone-distanciel.png');
    height: 25px !important;
}
.mode-organisation-collectif::before {
    background-image: url('/wp-content/uploads/2025/04/icone-collectif.png');
    height: 25px !important;
}
.mode-organisation-individuel::before {
    background-image: url('/wp-content/uploads/2025/06/icone-individuel.png');
    height: 25px !important;
}
.btn-event{
    margin-top:30px;
}
.date_debut{
    background-color:#FFED00;
    padding:0 5px;
    font-weight:600;
}
.inscription-event{
    margin-right:10px;
}
@media screen and (max-width: 1200px) {
    .content-event, .col-main-event {
        display: block;
        float: none;
    }
   .col-side-event {
    float:none;
    width:100%;
    min-width: auto;
    text-align: center;
    }
}
.btn-desactive{
    background-color:#ededed;
    color: #4D2F93 !important;
    border: 2px solid #ededed;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    padding: 6px 18px;
    transition: all 300ms ease 0ms;
    cursor: pointer;
}
.modal-acces-restreint {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-acces-restreint .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  min-width: 300px;
  max-width: 500px;
  text-align: center;
  position: relative;
}
.modal-acces-restreint .modal-content p{
    margin-bottom:20px;
    font-weight: bold;
}
.modal-acces-restreint .modal-content a{
    display: inline-block;
    margin:10px 0;
}

.modal-acces-restreint  .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

.container-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .container-events {
        grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 700px) {
    .container-events {
        grid-template-columns: repeat(1, 1fr);
    }
  }

.event-item{
    border-radius: 0 0 30px 0;
}
.event-item-header{
    color:#fff;
    padding:5px;
    font-size:14px;
}
@media screen and (max-width: 700px) {
    .event-item-header{
        font-size:12px;
    }
}
.event-item-date-debut{
    float:right;
}
.separateur-date{
    color:#FFED00;
}
.container-events .event-item-body span{
    display:block;
}
.event-item-body{
    padding: 15px 15px 0px 15px;
    min-height: 210px;
    margin-bottom:15px;
}
.event-item-body h3{
    text-align:center;
    font-size:17px;
    color:#4d2f93;
    min-height: 80px;
}
.event-item-body-row{
    display:flex;
    min-height: 120px;
}
.event-item-info{
    margin-top: 20px;
}
.event-item-info span{
    font-size:14px;
}

.event-item-body-col{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}


.event-item-btn{
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    width: 140px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 35px 2px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 300ms ease 0ms;
    text-align: center;
}

.event-item-btn::after {
    content: "";
    display: inline-block;
    width: 27px !important;
    height: 27px !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: url(/wp-content/uploads/2025/02/icone-plus-blanc.png) no-repeat;
    background-size: cover !important;
}



/*Ateliers : Jades ejades ejades plus Parcours d'activité physique*/
.event-item-jades .event-item-header, 
.event-item-ejades .event-item-header, 
.event-item-ejades-plus .event-item-header,
.event-item-parcours-dactivite-physique .event-item-header,
.event-item-parcours-pour-les-infirmiers .event-item-header,
.event-item-parcours-de-la-qcvt .event-item-header
{
    background-color:#46B175;
}
.event-item-jades,
.event-item-ejades,
.event-item-ejades-plus,
.event-item-parcours-dactivite-physique,
.event-item-parcours-pour-les-infirmiers,
.event-item-parcours-de-la-qcvt
{
    border: 2px solid #46B175;
}
.event-item-jades .event-item-btn, 
.event-item-ejades .event-item-btn,
.event-item-ejades-plus .event-item-btn,
.event-item-parcours-dactivite-physique .event-item-btn,
.event-item-parcours-pour-les-infirmiers .event-item-btn,
.event-item-parcours-de-la-qcvt .event-item-btn{
    background-color: #46B175;
    color: #fff;
    border: 2px solid #46B175 !important;
}
.event-item-jades .event-item-btn:hover,
.event-item-ejades .event-item-btn:hover,
.event-item-ejades-plus .event-item-btn:hover,
.event-item-parcours-dactivite-physique .event-item-btn:hover,
.event-item-parcours-pour-les-infirmiers .event-item-btn:hover,
.event-item-parcours-de-la-qcvt .event-item-btn:hover
{
    color: #46B175;
}
.event-item-jades .event-item-btn:hover::after,
.event-item-ejades .event-item-btn:hover::after,
.event-item-ejades-plus .event-item-btn:hover::after,
.event-item-parcours-dactivite-physique .event-item-btn:hover::after,
.event-item-parcours-pour-les-infirmiers .event-item-btn:hover::after,
.event-item-parcours-de-la-qcvt .event-item-btn:hover::after
{
    background: url(/wp-content/uploads/2025/02/icone-plus-vert.png) no-repeat;
    background-size: cover !important;
}

/*Formations*/
.event-item-formations .event-item-header{
    background-color:#b3ce52;
}
.event-item-formations{
    border: 2px solid #b3ce52;
}
.event-item-formations .event-item-btn{
    background-color: #b3ce52;
    color: #fff;
    border: 2px solid #b3ce52 !important;
}

.event-item-formations .event-item-btn:hover{
    color: #b3ce52;
}
.event-item-formations .event-item-btn:hover::after{
    background: url(/wp-content/uploads/2025/06/icone-plus-jaune-olive.png) no-repeat;
    background-size: cover !important;
}

/*Ateliers de reconversions*/
.event-item-ateliers-de-reconversion .event-item-header{
    background-color:#b14d97;
}
.event-item-ateliers-de-reconversion{
    border: 2px solid #b14d97;
}
.event-item-ateliers-de-reconversion .event-item-btn{
    background-color: #b14d97;
    color: #fff;
    border: 2px solid #b14d97 !important;
}

.event-item-ateliers-de-reconversion .event-item-btn:hover{
    color: #b14d97;
}
.event-item-ateliers-de-reconversion .event-item-btn:hover::after{
    background: url(/wp-content/uploads/2025/06/icone-plus-violet-2.png) no-repeat;
    background-size: cover !important;
}


/*Groupes de parole*/
.event-item-groupes-de-parole .event-item-header{
    background-color:#6fb4dd;
}
.event-item-groupes-de-parole{
    border: 2px solid #6fb4dd;
}
.event-item-groupes-de-parole .event-item-btn{
    background-color: #6fb4dd;
    color: #fff;
    border: 2px solid #6fb4dd !important;
}

.event-item-groupes-de-parole .event-item-btn:hover{
    color: #6fb4dd;
}
.event-item-groupes-de-parole .event-item-btn:hover::after{
    background: url(/wp-content/uploads/2025/02/icone-plus-vert.png) no-repeat;
    background-size: cover !important;
}


/*Consultations psychologiques*/
.event-item-consultations-psychologiques .event-item-header{
    background-color:#18407e;
}
.event-item-consultations-psychologiques{
    border: 2px solid #18407e;
}
.event-item-consultations-psychologiques .event-item-btn{
    background-color: #18407e;
    color: #fff;
    border: 2px solid #18407e !important;
}

.event-item-consultations-psychologiques .event-item-btn:hover{
    color: #18407e;
}
.event-item-consultations-psychologiques .event-item-btn:hover::after{
    background: url(/wp-content/uploads/2025/02/icone-plus-bleu.png) no-repeat;
    background-size: cover !important;
}



.nom-organisateur-partenaire{
    min-height: 30px; 
}

.event-item-btn:hover{
    background-color: #fff;
}

.section-content-event{
    margin:0!important;
    padding:0!important;
}
.section-content-event .et_pb_row{
    margin:0!important;
    padding:0!important;
}
.row-programme .titre-tache{
    font-size:20px;
    color:#4D2F93;
    margin-bottom:10px;
}
.form-filtre-annee{
  
}
.form-filtre-annee label{
    font-weight:600;
    font-size:20px;
}
select#annee-select {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #4D2F93;
    color: #4D2F93;
    font-size: 16px;
}

.event-passe-item{
    margin-bottom:5px;
    font-size:16px;
}
span.event-item-archive-date-debut {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin: 5px 0;
    background-color: #FFED00;
}

.event-passe-item a:hover{
    text-decoration:underline;
}
.lien-desactive{
    cursor:pointer;
}
.nom-organisateur-partenaire{
    text-align:center;
}

.warning{
color:orangered;
}

.success{
color:green;
}

.silder-home h2{
    color:#4D2F93;
    margin-bottom:20px;
    line-height: 1.2em;
    font-size: 22px;
}

.silder-home .et-pb-controllers a.et-pb-active-control, .silder-home .et-pb-controllers a  {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    border: 1px solid #4D2F93;
    opacity:1;
}
.silder-home .et-pb-controllers a.et-pb-active-control  {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #4D2F93;
}
.silder-home a.et-pb-arrow-prev, .silder-home a.et-pb-arrow-next{
    display:block;
    background-color: #4D2F93;
    border-radius: 50px;
    font-size: 40px;

}
.et_pb_slider .et-pb-arrow-prev,
.et_pb_slider .et-pb-arrow-next {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}
.et_pb_slider .et-pb-arrow-prev {
    left: 20px !important;
}

.et_pb_slider .et-pb-arrow-next {
    right: 20px !important;
}
.et_pb_more_button.et_pb_button{
    box-shadow: none;
}
@media screen and (max-width: 600px) {
    .et_pb_slider .et-pb-arrow-prev,
    .et_pb_slider .et-pb-arrow-next {
        opacity:0!important;
    }
    .silder-home h2{
        font-size:20px;
    }
}

.form-register-partner label, .form-register-partner input, .form-register-partner select{
display: block;
width: 100%;
padding: 8px;
}
.form-register-partner input{
    margin-bottom: 5px;
    border: 1px solid #4D2F93;
}
.form-register-partner select{
     border: 1px solid #4D2F93;
}
.form-register-partner input[type="checkbox"] {
width:20px;
}
.form-register-partner a {
    text-decoration:underline!important;
}
.error{
    color: red;
    font-size:14px;
}
.event-filters{
    margin-bottom:40px;
}
.event-filters .dropdown-filter {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 17.25%;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .event-filters .dropdown-filter {
    width: 100%;
    margin: 10px 0;
    }  
}

.event-filters .dropdown-toggle {
    padding: 10px 10px;
    cursor: pointer;
    width: 100%;
    text-align:left;
    border:0;
    background-color:#fff;
    color:#4D2F93;
    font-weight:600;
    font-size: 0.78rem;
}

.event-filters .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    list-style: none;
    padding: 8px;
    margin: 0;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    border: 0;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    font-size:14px;
}

.event-filters .dropdown-filter.open .dropdown-menu {
    display: block;
}

.event-filters .dropdown-menu li {
    margin-bottom: 6px;
}
.event-filters .dropdown-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23143880' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M8.59 10.59L12 14l3.41-3.41L17 12l-5 5-5-5z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
  .module-e-learning p {
    margin: 20px 0;
  }