.elementor-4989 .elementor-element.elementor-element-b28823e{--display:flex;--min-height:300px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-4989 .elementor-element.elementor-element-b28823e:not(.elementor-motion-effects-element-type-background), .elementor-4989 .elementor-element.elementor-element-b28823e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-widget-theme-post-title .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-4989 .elementor-element.elementor-element-1ff3062 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:55px;font-weight:500;color:var( --e-global-color-accent );}.elementor-4989 .elementor-element.elementor-element-9e067d0{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4989 .elementor-element.elementor-element-99e63af{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:30px 40px;--row-gap:30px;--column-gap:40px;}.elementor-4989 .elementor-element.elementor-element-2e14b8e{--display:flex;--min-height:200px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:5px 5px 5px 5px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4989 .elementor-element.elementor-element-2e14b8e:not(.elementor-motion-effects-element-type-background), .elementor-4989 .elementor-element.elementor-element-2e14b8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4989 .elementor-element.elementor-element-f2706de{text-align:center;}.elementor-4989 .elementor-element.elementor-element-f2706de img{width:100%;max-width:200px;border-radius:5px 5px 5px 5px;}.elementor-4989 .elementor-element.elementor-element-c9fbea4{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4989 .elementor-element.elementor-element-e0bd014{--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;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4989 .elementor-element.elementor-element-e37f786 > .elementor-widget-container{margin:45px 0px 30px 0px;}.elementor-4989 .elementor-element.elementor-element-9a19cb3{--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-4989 .elementor-element.elementor-element-62f75bf{--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-4989 .elementor-element.elementor-element-2e14b8e{--width:30%;}.elementor-4989 .elementor-element.elementor-element-c9fbea4{--width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4989 .elementor-element.elementor-element-2e14b8e{--width:40%;}.elementor-4989 .elementor-element.elementor-element-c9fbea4{--width:60%;}}@media(max-width:1024px){.elementor-4989 .elementor-element.elementor-element-2e14b8e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-4989 .elementor-element.elementor-element-2e14b8e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-0baf011 *//* ===== ANNONCES MARQUE - Style Pro Rentsound ===== */
.annonces-marque {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 30px;
}

.annonce-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.annonce-item:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    transform: translateY(-6px);
}

.annonce-item a {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

/* Titre */
.annonce-item h3 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 14px 16px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 2px solid #f5f5f5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

/* Image */
.annonce-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.annonce-item:hover img {
    transform: scale(1.04);
}

/* Supprimer badge */
.annonce-item::before {
    display: none !important;
    content: none !important;
}

/* Bouton */
.annonce-item a::after {
    content: "Voir l'annonce →";
    display: block;
    margin: 14px 16px 16px;
    padding: 10px 0;
    text-align: center;
    background: #fc036d;
    color: #fff !important;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: opacity 0.2s;
}

.annonce-item:hover a::after {
    opacity: 0.88;
}
.annonces-marque .annonce-item img{
        object-fit: contain;
}

/* Responsive */
@media (max-width: 992px) {
    .annonces-marque {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .annonces-marque {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7e46761 *//* ===== ANNONCES MARQUE - Style Pro Rentsound ===== */
.annonces-marque {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 30px;
}

.annonce-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.annonce-item:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    transform: translateY(-6px);
}

.annonce-item a {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

/* Titre */
.annonce-item h3 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 14px 16px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 2px solid #f5f5f5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

/* Image */
.annonce-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.annonce-item:hover img {
    transform: scale(1.04);
}

/* Supprimer badge */
.annonce-item::before {
    display: none !important;
    content: none !important;
}

/* Bouton */
.annonce-item a::after {
    content: "Voir le détail →";
    display: block;
    margin: 14px 16px 16px;
    padding: 10px 0;
    text-align: center;
    background: #fc036d;
    color: #fff !important;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    transition: opacity 0.2s;
}

.annonce-item:hover a::after {
    opacity: 0.88;
}
.annonces-marque .annonce-item img{
        object-fit: contain;
}

/* Responsive */
@media (max-width: 992px) {
    .annonces-marque {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .annonces-marque {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .annonces-marque {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */