.elementor-3855 .elementor-element.elementor-element-1291bee > .elementor-container{max-width:1600px;}.elementor-3855 .elementor-element.elementor-element-1291bee{margin-top:80px;margin-bottom:0px;padding:0px 75px 0px 75px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-3855 .elementor-element.elementor-element-bf44ffc{--divider-border-style:solid;--divider-color:#FFCB01;--divider-border-width:35px;z-index:0;}.elementor-3855 .elementor-element.elementor-element-bf44ffc > .elementor-widget-container{margin:0px 0px 0px -8px;}.elementor-3855 .elementor-element.elementor-element-bf44ffc .elementor-divider-separator{width:266px;margin:0 auto;margin-center:0;}.elementor-3855 .elementor-element.elementor-element-bf44ffc .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.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-3855 .elementor-element.elementor-element-710bdbc > .elementor-widget-container{margin:-77px 0px 0px 0px;}.elementor-3855 .elementor-element.elementor-element-710bdbc{z-index:1;text-align:center;}.elementor-3855 .elementor-element.elementor-element-710bdbc .elementor-heading-title{font-family:"Maven Pro (Custom)", Sans-serif;font-size:40px;font-weight:700;text-transform:uppercase;color:#001930;}.elementor-widget-text-editor{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-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3855 .elementor-element.elementor-element-1a76516{text-align:center;color:#001930;font-family:"Maven Pro", Sans-serif;font-size:18px;font-weight:400;}.elementor-3855 .elementor-element.elementor-element-8357095 > .elementor-container{max-width:1600px;}.elementor-3855 .elementor-element.elementor-element-8357095{margin-top:50px;margin-bottom:50px;padding:0px 75px 0px 75px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3855 .elementor-element.elementor-element-1291bee{padding:0px 0px 0px 0px;}.elementor-3855 .elementor-element.elementor-element-8357095{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-3855 .elementor-element.elementor-element-8357095{padding:0px 20px 0px 20px;}}/* Start custom CSS for divider, class: .elementor-element-bf44ffc */.good-tuyau .elementor-divider-separator {
  width: 0 !important;
  background-color: #000;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.5s linear;
}

.good-tuyau .elementor-divider-separator.animated {
  transform: scaleX(1);
  width: 400px !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-13d2b19 */.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: 48px;
    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 */