.elementor-10313 .elementor-element.elementor-element-11da99c6{--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;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10313 .elementor-element.elementor-element-29a51a1f{--display:flex;}.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-10313 .elementor-element.elementor-element-5fee5ba5{text-align:center;}.elementor-10313 .elementor-element.elementor-element-5fee5ba5 .elementor-heading-title{font-family:"Maven Pro (Custom)", Sans-serif;font-size:40px;font-weight:700;text-transform:uppercase;color:#001930;}.elementor-10313 .elementor-element.elementor-element-1925442d.elementor-element{--align-self:center;}.elementor-10313 .elementor-element.elementor-element-25ae3cbe{margin-top:50px;margin-bottom:50px;padding:0px 0px 0px 0px;}.elementor-10313 .elementor-element.elementor-element-41fbc3dc > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-10313 .elementor-element.elementor-element-5fee5ba5{text-align:center;}.elementor-10313 .elementor-element.elementor-element-25ae3cbe{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-10313 .elementor-element.elementor-element-11da99c6{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-10313 .elementor-element.elementor-element-11da99c6{--content-width:1600px;}}@media(max-width:1024px) and (min-width:768px){.elementor-10313 .elementor-element.elementor-element-29a51a1f{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-1925442d */.rankMathBreadCrumb a{color: #001930 !important}
.rankMathBreadCrumb{text-align: center}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3fc7a7ba */.realisations-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Espace entre les éléments */
    margin: 0 auto; /* Centrage horizontal */

}

.realisation {
    position: relative;
    width: calc(24% - 20px);

    box-sizing: border-box;
    overflow: hidden;
    border-radius: 40px;
}

.realisation-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: background 0.3s ease;
}

.realisation:hover .realisation-image::before {
    background-color: #FFCB01;
}

.realisation-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
}

.realisation-title {
    font-size: 30px;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #001930;
    opacity: 0; 
    transition: opacity 0.3s ease;
    z-index: 2;
    padding: 0 20px;
}

.realisation:hover .realisation-title {
    opacity: 1;
}
.realisation:hover .realisation-image .btn-voir-plus {
    display: block;
}
.realisation .btn-voir-plus {
    display: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    background-color: none;
    border: 2px solid #ffffff;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    z-index: 2;
    text-transform: uppercase;
    width: fit-content;
}
.realisation .btn-voir-plus:hover {
background: #ffffff;
    color: #FFCB01;
    transition: background 0.3s ease-in-out;
}
.realisation:hover .btn-voir-plus {
    display: block;
    bottom: 40px;

}

.category-filter a {
    font-size: 20px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    position: relative;
}

.category-filter a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%); 
    width: 0;
    height: 4px;
    background-color: #fcb900;
    transition: width 0.3s;
}

.category-filter a:hover::after {
    width: 100%;
}

.category-filter a:hover {
    color: #fcb900 !important;
}
.category-filter {
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 44px !important;
}
.category-filter .active-filter {
    color: #fcb900 !important;
}

@media screen and (max-width: 767px) {
    .category-filter {
        display: flex;
        flex-direction: column;
        gap: 20px !important;
    }
    .realisation {
        position: relative;
        width: 50% !important;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .category-filter a:hover::after, .category-filter a::after {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .category-filter {
        display: flex;
        flex-direction: column;
        gap: 20px !important;
    }
    .realisation {
        position: relative;
        width: 50% !important;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .category-filter a:hover::after, .category-filter a::after {
        display: none;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Maven Pro (Custom)';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.shebam.fr/wp-content/uploads/2023/02/MavenPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Maven Pro (Custom)';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.shebam.fr/wp-content/uploads/2023/02/MavenPro-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Maven Pro (Custom)';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.shebam.fr/wp-content/uploads/2023/02/MavenPro-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Maven Pro (Custom)';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.shebam.fr/wp-content/uploads/2023/02/MavenPro-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Maven Pro (Custom)';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.shebam.fr/wp-content/uploads/2023/02/MavenPro-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Maven Pro (Custom)';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.shebam.fr/wp-content/uploads/2023/02/MavenPro-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */