.elementor-445 .elementor-element.elementor-element-9caf029{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-445 .elementor-element.elementor-element-9caf029:not(.elementor-motion-effects-element-type-background), .elementor-445 .elementor-element.elementor-element-9caf029 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-445 .elementor-element.elementor-element-4186651{text-align:center;}.elementor-445 .elementor-element.elementor-element-4186651 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-445 .elementor-element.elementor-element-80b16bb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-445 .elementor-element.elementor-element-80b16bb:not(.elementor-motion-effects-element-type-background), .elementor-445 .elementor-element.elementor-element-80b16bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-445 .elementor-element.elementor-element-d15eab3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-445 .elementor-element.elementor-element-d15eab3:not(.elementor-motion-effects-element-type-background), .elementor-445 .elementor-element.elementor-element-d15eab3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF7E8;}.elementor-445 .elementor-element.elementor-element-2a446cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-445 .elementor-element.elementor-element-d15eab3{--width:33.3333%;}.elementor-445 .elementor-element.elementor-element-2a446cf{--width:66.6666%;}}/* Start custom CSS for wp-widget-cnw_categories, class: .elementor-element-5bdb547 */body {
    font-family: "Sansation", Sans-serif;
}
a {
color:#06A49C;

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b8bd6a9 *//* Style global pour les entrées du tableau */
.wpbdp-listing {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
}

.wpbdp-listing:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Titres des listings */
.wpbdp-listing-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.wpbdp-listing-title a {
    color: #0073aa;
    text-decoration: none;
}

.wpbdp-listing-title a:hover {
    text-decoration: underline;
}

/* Description des listings */
.wpbdp-listing-description {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

/* Table de détails */
.wpbdp-listing-fields {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.wpbdp-listing-fields th {
    text-align: left;
    padding: 8px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.wpbdp-listing-fields td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

/* Boutons */
.wpbdp-listing-actions .button {
    display: inline-block;
    padding: 10px 15px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background-color: #0073aa;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpbdp-listing-actions .button:hover {
    background-color: #005f8d;
}

/* Pagination */
.wpbdp-pagination {
    text-align: center;
    margin-top: 20px;
}

.wpbdp-pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.wpbdp-pagination a:hover {
    background-color: #005f8d;
}

.wpbdp-pagination .current {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .wpbdp-listing {
        padding: 10px;
    }

    .wpbdp-listing-title {
        font-size: 1.2em;
    }

    .wpbdp-listing-fields th,
    .wpbdp-listing-fields td {
        display: block;
        width: 100%;
        text-align: left;
    }
}/* End custom CSS */