.elementor-4005 .elementor-element.elementor-element-7e3d1fd{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-4005 .elementor-element.elementor-element-7e3d1fd:not(.elementor-motion-effects-element-type-background), .elementor-4005 .elementor-element.elementor-element-7e3d1fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EA;}.elementor-4005 .elementor-element.elementor-element-1655021{text-align:center;}.elementor-4005 .elementor-element.elementor-element-1655021 .elementor-heading-title{font-family:"Odibee Sans", Sans-serif;font-size:36px;letter-spacing:3px;}.elementor-4005 .elementor-element.elementor-element-aa6f048{width:var( --container-widget-width, 59.357% );max-width:59.357%;--container-widget-width:59.357%;--container-widget-flex-grow:0;text-align:center;font-family:"Atkinson Hyperlegible", Sans-serif;}.elementor-4005 .elementor-element.elementor-element-aa6f048.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4005 .elementor-element.elementor-element-1edd5e8{font-family:"Atkinson Hyperlegible", Sans-serif;font-size:36px;}.elementor-4005 .elementor-element.elementor-element-ec4f729{width:100%;max-width:100%;}.elementor-4005 .elementor-element.elementor-element-ec4f729.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4005 .elementor-element.elementor-element-2521ec4{--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;--padding-top:20px;--padding-bottom:20px;--padding-left:40px;--padding-right:40px;}.elementor-4005 .elementor-element.elementor-element-2521ec4:not(.elementor-motion-effects-element-type-background), .elementor-4005 .elementor-element.elementor-element-2521ec4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EA;}.elementor-4005 .elementor-element.elementor-element-a41bf06{width:var( --container-widget-width, 83% );max-width:83%;--container-widget-width:83%;--container-widget-flex-grow:0;}.elementor-4005 .elementor-element.elementor-element-a41bf06.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-4005 .elementor-element.elementor-element-2521ec4{--width:100%;}}@media(max-width:1024px){.elementor-4005 .elementor-element.elementor-element-aa6f048{--container-widget-width:90%;--container-widget-flex-grow:0;width:var( --container-widget-width, 90% );max-width:90%;}.elementor-4005 .elementor-element.elementor-element-2521ec4{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-4005 .elementor-element.elementor-element-a41bf06{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}@media(max-width:767px){.elementor-4005 .elementor-element.elementor-element-7e3d1fd{--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-4005 .elementor-element.elementor-element-aa6f048{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-4005 .elementor-element.elementor-element-ec4f729 > .elementor-widget-container{padding:0px 10px 0px 10px;}.elementor-4005 .elementor-element.elementor-element-2521ec4{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-a41bf06 */.collectif-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
}

.collectif-card {
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-family: "Atkinson Hyperlegible", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    display: flex;
    flex-direction: column;
}

.collectif-section{
    margin-bottom: 30px
}


.collectif-media {
    width: 100%;
    height: 382px; 
    position: relative;
}

.collectif-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.collectif-media-placeholder {
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 16px;
}


.collectif-badge {
    position: absolute;
    top: 11.8px;
    right: 16px;
    padding: 2.95px 16.23px;

    background: #2f2303;
    color: #FFFFFF;

    font-size: 11.8px;
    font-weight: 400;
    line-height: 32.45px;
    text-align: center;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14.75px;

    border-top-left-radius: 2.95px;
    border-bottom-right-radius: 2.95px;
}


.collectif-content {
    padding: 15px 8.85px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.collectif-meta {
    font-size: 13px;
    color: #745F5F;
    font-style: italic;
    line-height: 32.45px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.collectif-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collectif-title {
    font-size: 23.6px;
    color: #2f2303;
    font-weight: 400;
    line-height: 35.4px;
}

.collectif-dots {
    display: flex;
    gap: 4.89px;
}

.collectif-dot {
    width: 12.72px;
    height: 12.72px;
    background: #2f2303;
    border-radius: 50%;
}


.collectif-excerpt {
    max-width: 336.35px;
    font-size: 13.28px;
    color: #745F5F;
    font-style: italic;
    font-weight: 400;
    line-height: 14.75px;
}


.collectif-button {
    margin-top: 4px;
    width: 89.99px;
    height: 22.13px;

    background: #2f2303;
    color: #FFFFFF;
    font-size: 10.33px;
    font-weight: 400;
    line-height: 14.75px;
    text-decoration: none;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    border: none;
    border-top-left-radius: 2.95px;
    border-bottom-right-radius: 2.95px;

    cursor: pointer;
    transition: opacity 0.2s ease;
}

.collectif-button:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .collectif-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .collectif-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .collectif-grid {
        grid-template-columns: 1fr;
    }

    .collectif-excerpt {
        max-width: 100%;
    }
}
q


.collectif-section {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid #E5D7BF;
}

.collectif-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.collectif-section__title {
    font-size: 40px;
    line-height: 1.4;
    color: #2f2303;
    margin: 0 0 4px;
    text-transform: none;
}

.collectif-section__intro {
    margin: 0;
    font-size: 16px;
    color: #745F5F;
    max-width: 600px;
}

.collectif-section__toggle {
    border: none !important;
    background: none;
    padding: 0;
    cursor: pointer;
}

.collectif-section__toggle:hover{
    background-color: transparent !important
}

.collectif-section__toggle:focus{
    background-color: transparent !important
}

.collectif-section__toggle-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}


.collectif-section__toggle-icon {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.collectif-section.is-collapsed .collectif-section__toggle-icon {
    transform: rotate(180deg);
}

/* petit chevron */
.collectif-section__toggle-icon::before,
.collectif-section__toggle-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 1.5px;
    background: #2f2303;
    transform-origin: center;
}

.collectif-section__toggle-icon::before {
    transform: translate(-60%, -50%) rotate(45deg);
}

.collectif-section__toggle-icon::after {
    transform: translate(-40%, -50%) rotate(-45deg);
}


.collectif-section.is-collapsed .collectif-section__toggle-icon::before {
    transform: translate(-60%, -50%) rotate(-45deg);
}
.collectif-section.is-collapsed .collectif-section__toggle-icon::after {
    transform: translate(-40%, -50%) rotate(45deg);
}

.collectif-section__body {
    margin-top: 20px;
}/* End custom CSS */