/**
 * Theme Name:     Ferwood
 * Author:         Maxime Paoli
 * Template:       intentionally-blank
 * Text Domain:	   ferwood
 * Description:    Theme sur mesure pour Ferwood
 * Theme URI:      https://www.fer-wood.fr/
 * Author URI:     https://www.lapetiteboitenoire.fr
 * Version:        1.0
 */


/*General*/

:root{
	--main-color:rgb(244,115,41);
	--jaune:#fcbf17;
}
body{
	margin: 0px;
}
.container{
	display: block;
	margin: auto;
	position: relative;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;

  }
}
@media screen and (min-width: 1300px) {
    .container{
        width: 1300px;
    }
}

.btn{
	padding: 5px 10px;
	background: var(--main-color);
	color: #FFF;
	font-size: 12px;
	display: block;
	width:fit-content;
	border-radius: 30px;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 600;
}
#mobile_menu{
	display: none;
}
/*/General*/

/*scrollreveal*/
.sreveal{
	opacity: 0;
	transition: .5s;
	margin-top: 30px;
}
.sreveal.visible{
	opacity: 1;
	transition: .5s;
	margin-top: 0px;
}
/*/scrollreveal*/

/*Header*/
#site-header{
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 100;
	background: #FFF;
	z-index: 999;
/*	border-bottom: 3px solid var(--main-color);*/
}
#site-header.prefixed{
	position: fixed;
	top:-200px;
}
#site-header.fixed{
	position: fixed;
	background: #FFF;
	top: 0px;
	width: 100%;
	transition: .5s;
	border-bottom: 0px solid var(--main-color);
	height: 70px;
	box-shadow:0px 0px 20px 0px rgba(0,0,0, .15);
}

#site-header.fixed ul#menu-main-menu li a{
	color: #000;
	transition: .5s;
	text-shadow: 0px 0px 6px rgba(0,0,0,0);
}
#site-header.fixed ul#menu-menu-secondaire li a{
	border-radius: 23px 23px 23px 23px;
}
#site-header.fixed .site-nav{
	box-shadow: none;
}

.header_container {
  display: flex;
  align-items: center; /* centre verticalement les éléments */
  justify-content: space-between; /* espace entre les blocs extrêmes */
  margin-top: 0px;
  height: auto; /* tu peux ajuster la hauteur du header */
  position: relative; /* nécessaire pour positionner le logo au centre */

}


/* Chaque grande zone */
.header_left,
.header_center,
.header_right {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Centrer le logo au milieu */
.header_center {
  justify-content: center;
}

/* Aligner les menus latéraux */
.header_left {
  justify-content: flex-start;
}

.header_right {
  justify-content: flex-end;
  gap: 20px; /* espace entre main_menu et menu_pro */
}


#logo{
	width: 120px;
	align-self: center;
  display: flex;
  margin-top: 0px;
}
#logo .cls-1, #logo .cls-2, #logo .cls-5{fill:none;stroke-miterlimit:10;}
#logo .cls-1, #logo .cls-5{stroke:var(--main-color);}
#logo .cls-1{stroke-width:8px; fill:#FFF;}
#logo .cls-2{stroke:#000;}
#logo .cls-2,.cls-5{stroke-width:5px;}
#logo .cls-3{fill:#000;}
#logo .cls-4{fill:#878888;}

/*
*/
ul.main-menu, ul.secondary-menu{
	display: flex;
	padding: 0px;
	list-style: none;
	flex-direction: row;
	gap: 0px;
}
ul.main-menu li a{
	text-decoration: none;
	color: #000;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 600;
	font-size: .8rem;
	letter-spacing: .5px;
	border-right: 0px solid #bbb;
	padding-right:0px;
	padding-left: 0px;
	text-transform: uppercase;
}
ul.main-menu li{
	border-right: 1px solid #bbb;
	content:'';
	display: block;
	padding: 0px 8px;
}
ul.main-menu li:last-child{
	border-right: 0px solid #bbb;
}
ul.main-menu li a:after{
	display: block;
	width: 0%;
	border-bottom: 2px solid var(--main-color);
	content:'';
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	transition: .5s;
}
ul.main-menu li.current-menu-item  a:after{
	width: 100%;
}

ul.main-menu li:hover a:after{
	width: 100%;
	transition: .25s;
}
ul.secondary-menu li a{
	text-decoration: none;
	color: #000;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 400;
	font-size: .9rem;
	letter-spacing: .5px;
	padding-right:10px;
	padding-left: 10px;
}
ul.main-menu li:last-child a, ul.secondary-menu li:last-child a{
	border-right: 0px;
}

.menu_container{
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: end;
	gap: 60px;
}

ul.secondary-menu li:last-child a{
	padding: 10px 20px;
	background: var(--main-color);
	border-radius: 5px;
	font-weight: 600;
	color: #FFF;
	margin-left: 10px;
}

#mobile_menu label{
 display:flex;
  flex-direction:column;
  width:30px;
  cursor:pointer;
}

#mobile_menu label span{
  background: var(--main-color);
  border-radius:10px;
  height:3px;
  margin: 3px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


#mobile_menu span:nth-of-type(1){
  width:50%;
  
}

#mobile_menu span:nth-of-type(2){
  width:100%;
}


#mobile_menu span:nth-of-type(3){
  width:75%;
 
}


#check{
  display:none;
}


#check:checked ~ span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(4px,0px)
}


#check:checked ~ span:nth-of-type(2){
  
  transform-origin:top;
  transform:rotatez(-45deg)
}


#check:checked ~ span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(14px,-5px) rotatez(45deg);

}

#mobile_menu_wrapper{
		background: var(--main-color);
		position: fixed;
		z-index: 99;
		opacity: 0;
		pointer-events: none;
		left: 100%;
		transition: .25s;
		width: 100%;
		padding-top: 10px;
		top: 69px;
		height: calc(100vh - 69px);
	}
	#mobile_menu_wrapper.active{
		left: 0%;
		transition: .25s;
		opacity: 1;
		pointer-events: all;
	}
	#mobile_menu_wrapper ul.mobile-menu{
		list-style: none;
		padding: 0px;
		margin: 0px;
		display: flex;
		flex-direction: column;
		gap: 0px;
		text-align: center;
		
	}
	#site-header{
		height: 70px;
	}
	#logo{
		width: 80px;
	}
	#mobile_menu_wrapper ul.mobile-menu li{
		border-bottom: 0px solid #FFF;
		padding: 10px;
	}
	#mobile_menu_wrapper ul.mobile-menu li a{
		color: #FFF;
		text-decoration: none;
		font-size: 1.25rem;
		font-weight: 900;
		margin: 5px;
		text-transform: uppercase;
		font-family: 'Space Grotesk';
	}

/*/Header*/

/*Homepage*/

.mpe-landing-video-widget {
  position: relative;
  text-align: center;
  color: #fff;
  height: calc(100vh - 103px);
  overflow: hidden;
  margin-bottom: 90px;
}

        .mpe-landing-video-widget video.mpe-video {
            width: 100%;
            height: auto;
            display: block;
        }

        .mpe-video-content {
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            z-index: 12;
            width: 100%;
        }

        .mpe-video-title {
            font-size: 5.5em;
            margin-bottom: 10px;
            margin-top: 0px;
            font-family: 'Space Grotesk',serif;
            text-align: left;
            font-weight: 700;
            letter-spacing: -0.05em;
            line-height: 6rem;
            max-width: 600px;
            line-height: .85;

        }
        .mpe-video-title span{
        	color: var(--main-color);
        	font-weight: 300;
        	display: block;
        	font-style: italic;
        	margin-bottom: 30px;
        }
        .title-container{
        	margin-bottom: 30px;
        }
        .mpe-video-subtitle, .title-container h2 {
            font-size: 0.875rem;
            margin-bottom: 0.5em;
            margin-top: 0px;
            line-height: 1.25rem;
            font-family: 'Space Grotesk',serif;
            text-align: left;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: var(--main-color);
            letter-spacing: 0.3em;
        }

        .mpe-video-text {
            font-size: 1rem;
            margin-bottom: 1.5em;
            text-align: left;
            max-width: 550px;
            color: #FAFAFA;
            max-width: 420px;
            text-align: justify;
            margin-top: 0px;
            margin-bottom: 20px;
        }

        .mpe-video-button {
            display: inline-block;
            background: var(--main-color);
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            float: left;
            margin-top: 10px;
            font-weight: 600;
        }
        .mpe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Étire la vidéo en plein écran */
    object-position: center;
    z-index: 0;
}
#landing{
	width: 100vw;
	height: 300px;
	overflow: hidden;
	background: url(https://lapetiteboitenoire.fr/clients/ferwood/wp-content/uploads/2025/09/pexels-cmrcn-29988967-scaled.jpg);
	overflow: hidden;
}
.landing_video_overlay{
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	user-select: none;
}
.swiper.homepage-slider {
    position: relative;
}
.slide_overlay{
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	user-select: none;
}
.swiper.slider-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-bg-wrapper{
	transform: scale(1.05);
	width: 100vw;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.slider-bg .swiper-slide.zooming .swiper-bg-wrapper{
  transform: scale(1) !important; /* dézoom léger quand actif */
  transition: 8s !important;
}
.swiper.slider-content{
	z-index: 3;
	top: 0px;
}

.swiper-slide{
	width: 100vw;
	height: 100vh;
	background-size: cover;
	display: flex;
	position: relative;
}
.slide-content{
	display: flex;
	height: auto;
    justify-content: center;
    align-self: center;
    width: 100%;
    position: relative;
}
.slide_title_wrapper{
	position: relative;
    display: flex;
    max-width: 850px;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    opacity: 0;
}
.slide_title_wrapper.active{
	opacity: 1;
	margin-top: 0px;
	transition: .5s;
}
.slide_title_wrapper.fade{
	opacity: 0;
	margin-top: 0px;
	transition: .5s;
}

.slide_title_wrapper p{
	color: #FAFAFA;
	max-width: 500px;
	text-align: justify;
	margin-top: 0px;
	font-size: 14px;
}
.slide_title_wrapper a{
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #FFF;
	border-radius: 30px;
	width: fit-content;
	font-size: 11px;
	background: #FFF;
	transition: .5s;
}
.slide_title_wrapper a:hover{
	transition: .5s;
	background: var(--main-color);
}
.slide_title_wrapper h2.slide_title{
    color: #FFF;
    font-family: 'Merriweather',serif;
    margin-bottom: 0px;
    transition: .25s;
    font-size: 4rem;
    line-height: 4.5rem;
    text-transform:none;
    font-weight: 700;
}
.slide_title_wrapper h2.slide_title span{
	color: var(--main-color);
	font-weight: 900;
}
.homepage-slider{
	position: relative;
}
.swiper-pagination-bullet-active{
	background: #FFF;
	transition: .5s;
}
.swiper-pagination-bullet{
	background: #FFF;
	width: 30px;
	height: 5px;
	border-radius: 0px;
}
.swiper-pagination{
	display: flex;
	margin-bottom: 20px;
}
.liste_categories_produits{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.produit_cat_item{
	width: calc(25% - 10px);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.produit_cat_thumb{
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	position: relative;
	background-position: center;
}
.produit_cat_thumb:before{
background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 50%;
    bottom: 0px;
}
.produit_cat_title{
	position: absolute;
	color: #FFF;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
    z-index: 3;
    padding: 20px;
    margin: 0px;
    bottom: 0px;
    font-size: 1.5rem;
}
.pwec-titre-wrapper{
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}
.pwec-titre-wrapper:before{
	height: 90px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 100%);;
	width: 1px;
	display: block;
	margin: auto;
	content:'';
	opacity: .5;
	margin-top: -10px;
}
.pwec-titre-wrapper:after{
	height: 90px;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 100%);
	width: 1px;
	display: block;
	margin: auto;
	content:'';
	opacity: .5;
	margin-bottom: -10px;
}
.pwec-title-description{
	font-size: 1rem;
	max-width: 600px;
	margin-left: 30px;
	text-align: justify;
	margin-top: 30px;
	border-left: 1px solid;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pwec-title-description p{
	margin-bottom: 10px;
	margin-top: 0px;
}
.grille-realisations-home{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;

}
.item-realisation-home{
	border-radius: 16px;
  position: relative;
  width: calc(33% - 20px);
  min-height: 300px;
  margin-bottom: 20px;
}
.realisation_thumb_wrapper{
	position: relative;
	top: 0px;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	height: 100%;
	display: flex;
}
.realisation_thumb{
	background-size: cover;
	background-position: center;
	content: '';
	width: 100%;
	height: 100%;
}
.realisation_thumb img{
	width: 100%;
	display: flex;
}
.realisation_infos_wrapper{
	position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0px;
    height: 100%;
}
.realisation_infos .realisation_category{
	position: relative;
	width: fit-content;
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 5px 10px;
}
.realisation_infos .realisation_category a{
	font-size: .7rem;
}
.realisation_infos{
	  justify-content: end;
    display: flex;
    height: 100%;
    flex-direction: column;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 100%;
    transition: .5s;
    position: relative;
    z-index: 3;
}
.realisation_infos p{
	color: #FFF;
	margin-bottom: 0px;
}
.realisation_category{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background: var(--main-color);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
}
.realisation_category a{
	color: #FFF;
	text-decoration: none;
}
.bento-card {
  inline-size: 100%;
  background: center/cover;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.bento-card:nth-child(1) {
  grid-column: span 2;
  grid-row: span 5;
}
.bento-card:nth-child(2), .bento-card:nth-child(5) {
  grid-row: span 2;
}
.bento-card:nth-child(3), .bento-card:nth-child(4) {
  grid-row: span 3;
}
.bento-card:last-child{
	background: var(--main-color);
}
.bento-card:last-child svg{
	width: 40px;
	fill: #FFF;
	margin: auto;
	margin-top: 7px;
	display: block;
}
.bento-card:last-child a{
	color: #FFF;
	font-weight: 600;
}
.bento-card:last-child .svg_wrapper{
	height: 60px;
	width: 60px;
	border: 3px solid #FFF;
	margin: auto;
	display: block;
	border-radius: 50%;
}
.bento{
  margin-block: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  height: 30rem;
  gap: 1.5rem;
  margin-top: 40px; 
}

/*/homepage*/

/*page*/
.image_gallerie{
	border-radius: 4px !important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0, .15) !important;
}
.site-content{
	background: #FFF;
}
.page_title_wrapper{
	display: flex;
}
h1.page_title{
	display: flex;
    justify-content: left;
    align-self: end;
    color: #000;
    position: relative;
    z-index: 12;
    font-size: 2rem;
    margin: 0px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    line-height: 60px;
    text-transform: none;
}
.section_container{
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	gap: 30px;
	margin-bottom: 30px;
}
.section_image{
    background-size: cover;
    width: 100%;
    height: 500px;
    flex: 1;
    aspect-ratio: 1 / 1;
    content: '';
}
.section_content{
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.page_header{
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	background-attachment: fixed;
}
.page_header h1{
	z-index: 5;
	color: #FFF;
	font-family: 'Space Grotesk',serif;
	font-weight: 900;
	letter-spacing: -0.05em;
	position: relative;
	font-size: 2.5rem;
	justify-content: center;
	text-transform: uppercase;

}

.page_header_overlay{
	background: linear-gradient(90deg,rgba(0,0,0, .5) 0%, rgba(255, 255, 255, 0) 100%);
	content:'';
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	top: 0px;
	pointer-events: none;
}
.mpe-diaporama-2col{
	display: flex;
	gap: 60px;
	flex-direction: row;
	margin-top: 0px;
}
.mpe-diaporama-2col .col-left, .mpe-diaporama-2col .col-right{
	flex: 1;
	width: 50%;
}
.galerie-swiper {
    width: 90%;
    aspect-ratio: 1 / 1; /* carré */
    position: relative;
    max-width: 500px;
    overflow: hidden;
    border-radius: 4px;
}
.galerie-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.mpe-diaporama-2col h2{
	font-size: 1.5rem;
    color: #000;
    font-family: 'Merriweather', serif;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 900;
    width: fit-content;
}
.mpe-diaporama-2col h2:after{
	content:'';
	display: block;
	width: auto;
	height: 2px;
	background: var(--main-color);
	margin-top: 5px;
}
.mpe-diaporama-2col p{
	text-align: justify;
}
a.btn-diaporama{
	      padding: 10px 20px;
	      background: var(--main-color);
    border-radius: 5px;
    font-weight: 600;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    margin-top: 30px;
    display: block;
    width: fit-content;
    font-size: 14px;
}
/*/page*/

/*bandeau 3 photos*/
.mpe-bouton{
	padding: 10px 20px;
	background: var(--main-color);
	color: #FFF;
	font-weight: 600;
	border-radius: 30px;
	display: block;
	width: fit-content;
	margin-top: 30px;
}
.mpe-bandeau-3-photos{
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
    justify-content: space-between;
        align-items: stretch;
        padding-top: 60px;
        padding-bottom: 60px;
}
.mpe-images{
	height: auto;
	flex: none;
	display: block;
    position: relative;
   	width: 50%;
   	overflow: hidden;
}

.mpe-content{
	width: 47%;
}
.mpe-titre-texte-wrapper{
	text-align: left !important;
}
.mpe-content h2, .mpe-titre-texte-wrapper h2{
	color: var(--main-color);
    font-family: 'Space Grotesk', serif;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-left: 0px;
    letter-spacing: 2px;
    font-weight: 700;
    width: fit-content;
}
.mpe-content h3, .mpe-titre-texte-wrapper h3, .title-container h3{
	font-size: 3.5rem;
	color: #000;
	font-family: 'Space Grotesk',serif;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: .85;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.title-container h3 span, .mpe-content h3 span, .mpe-titre-texte-wrapper h3 span{
	display: block;
	color: #000;
	font-weight: 200;
	font-style: italic;
}
.mpe-content p, .mpe-titre-texte-wrapper p{
	font-size: .9rem;
	color: #191919;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}
.mpe_picture{
	position: absolute;
}
.mpe_picture_1{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
}
a.mpe-btn{
	background: var(--main-color);
	padding: 10px 20px;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	border-radius: 30px;
	width: fit-content;
	display: block;
}
.mpe_image{   
	    width: 100%;
        height: 100% !important;
        object-fit: cover;
        position: relative;
        top: 0;
        left: 0;
    }
.mpe-liste{
	list-style: none;
	padding: 0px;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 10px;
	padding-left: 60px;
	max-width: 400px;
}
.mpe-liste .icon svg{
	width: 50px;
}
.mpe-liste li{
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.mpe-list-item-content{
	display: flex;
	flex-direction: column;
}
.mpe-list-item-content p{
	font-size: .8rem;
	margin-top: 5px;
}
.mpe-list-item-content strong{
	font-size: .9rem;
}
/*/bandeau 3 photos*/
/*bandeau prestations*/
.mpe-etapes-widget{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 80px;
	align-items: center;
	margin-top: 60px;
	justify-content: space-between;
	margin-bottom: 60px;
}
.mpe-texte{
	margin-top: 40px;
}
.mpe-etapes{
	padding: 0px;
	display: flex;
	flex-direction: column;
	width: auto;
	gap: 20px;
}
.mpe-bandeau-prestations{
	display: flex;
	flex-direction: row;
	gap: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.mpe-etape-number{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid var(--main-color);
	font-size: 1.1rem;
	width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    line-height: 35px;
    position: relative;
    background: #FFF;
}
.mpe-etape{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	position: relative;
	min-width: 35rem;
}
.mpe-etape:nth-child(odd){
	justify-content: flex-start;
	flex-direction: row;
}
.mpe-etape:nth-child(even){
	justify-content: flex-start;
	flex-direction: row-reverse	;
}
.mpe-etape-content{
	max-width: 18rem;
	position: relative;
	flex: none;
	min-width: 18rem;
}
.mpe-etape-content h4{
	margin-bottom: 0px;
	font-size: .9rem;
	margin-top: 5px;
}
.mpe-etape-content p{
	margin-top: 5px;
	font-size: .8rem;
	margin-bottom: 5px;
}
.mpe-etape:nth-child(odd) .mpe-etape-content:before{
	    

        content: "";
        width: 80%;
        height: 49%;
        border-radius: 0.5rem 0 0 0;
        border-left: 2px solid var(--main-color);
        border-top: 2px solid var(--main-color);
        box-sizing: content-box;
        opacity: 1;
        position: absolute;
        display: block;
        top:-10px;
        left: -10px;
}
.mpe-etape:nth-child(odd) .mpe-etape-content:after{
	    content: "";
        width: 80%;
        height: 49%;
        border-radius: 0 0 0 0.5rem;
        border-left: 2px solid var(--main-color);
        border-bottom: 2px solid var(--main-color);
        box-sizing: content-box;
        opacity: 1;
        position: absolute;
        display: block;
        bottom:-13px;
        left: -10px;
}
.mpe-etape:nth-child(even) .mpe-etape-content:before{
	    content: "";
        width: 80%;
        height: 44%;
        border-radius: 0 0.5rem 0 0;
        border-right: 2px solid var(--main-color);
        border-top: 2px solid var(--main-color);
        box-sizing: content-box;
        opacity: 1;
        position: absolute;
        display: block;
        top:-9px;
        right: -10px;
}
.mpe-etape:nth-child(even) .mpe-etape-content:after{
	    content: "";
        width: 80%;
        height: 50%;
        border-radius: 0 0 0.5rem 0;
        border-right: 2px solid var(--main-color);
        border-bottom: 2px solid var(--main-color);
        box-sizing: content-box;
        opacity: 1;
        position: absolute;
        display: block;
        bottom:-12px;
        right: -10px;
}
.mpe-etape:nth-child(odd) .mpe-etape-number:after{
	content:'';
	display: block;
	background: var(--main-color);
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin-right: -60px;
    margin-top: 13px;
    position: absolute;
}
.mpe-etape:nth-child(even) .mpe-etape-number:before{
	content:'';
	display: block;
	background: var(--main-color);
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin-left: -60px;
    margin-top: 13px;
    position: absolute;
}
.mpe-etape:first-child .mpe-etape-content:before, .mpe-etape:last-child .mpe-etape-content:after {
	border: none;
}
.mpe-etape:nth-child(odd) .mpe-etape-content{
	padding-left: 10px;
}
/*/bandeau prestatoions*/

/*bandeau contact*/
.mpe-contact-widget{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:0px ;
	margin-bottom: 60px;
	margin-top: 60px;
	background: #FFF;
	overflow: hidden;
}
.mpe-maps-section{
	position: relative;
	flex: 1;
	overflow: hidden;
	border-radius: 5px;

}
.mpe-maps-section .contact_info_wrapper{
	position: absolute;
	width: 80%;
	margin: auto;
	bottom:-100px;
	padding: 20px;
	background: #151515;
	color: #000;
}
.mpe-contact-widget .mpe-content{
	padding: 60px;
	flex: 1;
}
/*/bandeau contact*/

/*page prestations*/
.prestation-item-complet{
	display: flex;
	flex-direction: row;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  gap: 0px;
}
.prestation-item-complet.even{
	flex-direction: row-reverse;
}
.prestation-item-complet.even .prestation-item-description p{
	padding-right: 60px;
	text-align: justify;
}
.prestation-item-complet.odd .prestation-item-description p, .prestation-item-complet.odd .prestation-item-description h2{
	padding-left: 60px;
	text-align: justify;
}
.prestation-item_thumb{
	flex: 1;
	height: auto;
    min-width: 300px;
    background-size: cover;
    aspect-ratio: 1/1;
    border-radius: 4px;
    background-position: center;
}
.prestation-item_thumb img{
	width: 100%;
	border-radius: 4px !important;
}
.prestation-item-description{
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-self: center;
	flex: 1;
}
.prestation-item-description h2{
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 2rem;
	font-family: 'Space Grotesk', serif;
	margin-top: 0px;
}
/*/Page prestations*/

/*archive*/
.single_post{
	display: flex;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	border-radius: 30px;
	overflow: hidden;
	flex-direction: row;
}
.post_thumbnail_wrapper{
	overflow: hidden;
	min-width: 400px;
}
.post_thumbnail{
	height: 100%;
	background-size:cover;
}
.posts-list{
	display: flex;
	flex-direction: column;
	gap: 30Px;
	margin-top: 30px;
	padding-bottom: 60px;
}
.post_content{
	padding: 30px;
}
.post_content h2.post-title a{
	color: #000;
	text-decoration: none;
}
/*/archive*/

/*Réalisations*/
.filtres-realisations{
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
}
.filtres-realisations button{
	padding: 10px 20px;
	border: 0px solid #000;
	transition: .5s;
	font-family: 'Space Grotesk',serif;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	background: rgb(246,243,242);

}
.filtres-realisations button.filtre-actif{
	background: var(--main-color);
	transition: .5s;
	color: #FFF;
}
.filtres-realisations button:hover{
	background: #eee;
}
.filtres-realisations button:hover.filtre-actif{
	background: var(--main-color);
}
.grille-realisations{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.grille-realisations .bento-card{
	max-width: calc(33.33% - 7px);
	margin-bottom: 10px;
	flex-direction: column;
	overflow: hidden;
}
.realisation_infos_overlay{
	width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: .5s;
}
.realisation_infos_wrapper:hover .realisation_infos_overlay{
	opacity: 1;
	transition: .25s;
}
.realisation_infos_wrapper:hover .realisation_infos{
	margin-top: 0%;
	transition: .25s;
}
.grille-realisations .bento-card:last-child{
	background: transparent;
}
.item-realisation{
	width: calc(25% - 30px);
	margin-bottom: 20px;
	border-radius: 0px;
	border: 0px solid #000;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	background: #FFF;
}
.realisation-thumb{
	display: contents;
}
.realisation-thumb img{
	width: 100%;
	height: auto;
}
.realisation-title_wrapper{
	padding: 6px;
	background: #FFF;
	position: relative;
	bottom:0px;
	width: 100%;
	transition: .5s;
}
.item-realisation:hover .realisation-title_wrapper{
	bottom: 0px;
	transition: .25s;
}
.realisation-title{
	position: relative;
	text-align: center;
	font-size: 14px;
	width: 100%;
	color: #000;
    padding: 0px;
    margin: 0px;
}

/*/Réalisations*/

/*Prestations*/
.prestations-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
	margin-top: 0px;
	margin-bottom: 30px;
}
.prestation-item{
	width: calc(25% - 5px);
	background-size: cover;
	aspect-ratio: 1/1;
	margin-top: 0px;
	transition: .25s;
	position: relative;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .0);
}
.prestation-item:hover{
	margin-top: -10px;
	margin-bottom: 10px;
	transition: .5s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}
.prestation-item:before{
	background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
	content:'';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50%;
	bottom: 0px;
}
.prestation-item a{
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	width: 100%;
	z-index: 5;
	position: relative;
	height: auto;
	display: flex;
}
.prestation-item h2.prestation-title{
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 0px;
	position: relative;
	z-index: 3;
	font-size: 1.5rem;
}

/*/Prestations*/


/*CF7*/
.contact_form_page{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;

}
.vcard-map{
	height: 300px;
}
.vcard {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 20px;
            border-radius: 5px;
            max-width: 100%;
            margin: 0 auto;
            font-family: Arial, sans-serif;
            flex:1;
        }
        .vcard-info p {
            margin: 5px 0;
            margin-bottom: 10px;
        }
        .vcard-info p svg{
        	margin-right: 10px;
        	width: 19px;
        }
        .vcard-info p a{
        	color: #000;
        }
        .vcard-socials a {
            margin-right: 10px;
            color: #0073aa;
            text-decoration: none;
        }
        .vcard-socials a:hover {
            text-decoration: underline;
        }
        .vcard-map iframe {
            border-radius: 8px;
        }

#tube-carre, #tube-rectangulaire{
	display: none;
}
#contact_form_home label{
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .8rem;
	display: flex;
	gap: 4px;
	color: #000;
	margin-top: 10px;
	flex-direction: column;
}
#contact_form_home input, #contact_form_home textarea {
	border: 0px;
	background: #eee;
	margin-top: 5px;
	padding: 10px;
	border-radius: 5px;
	border: 1px #757575 solid;
	background: #FFF;
	flex: 1;
	width: 100%;
}
#contact_form_home input[type="submit"]{
	color: #000;
	border: none;
	background: var(--jaune);
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 20px;
	width: fit-content;
	display: block;
	border-radius: 30px;
	flex:0;
	margin:0px;
}
#contact_form #nom_societe, #contact_form #presence_main_courante{
	display: none;
}
.wpcf7-form-control-wrap{
	display: flex;
}
#contact_form #type_client, #contact_form #main_courante{
	display: flex;
	gap: 20px;
	flex-direction: row;
}
#contact_form h2{
	color: #000;
}
#contact_form label{
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .8rem;
	display: flex;
	gap: 0px;
	color: #000;
	margin-top: 0px;
	flex-direction:column;
}
#contact_form input, #contact_form textarea{
	border: 0px;
	background: #eee;
	margin-top: 5px;
	padding: 10px;
	border-radius: 5px;
	border: 1px #757575 solid;
	background: #FFF;
	flex: 1;
	width: 100%;
}
#contact_form input:active{
	border: var(--jaune);
}
#contact_form input:not([type="radio"]):focus,
#contact_form input:not([type="radio"]):focus-visible,,
#contact_form textarea:focus,
#contact_form select:focus {
    outline: 2px solid var(--main-color) !important;
    outline-offset: 2px;
    border-color: var(--main-color) !important;
}
#contact_form label input[type="radio"]{
	width: auto;
	margin-top: 0px;
}
#contact_form input[type="submit"]{
	color: #FFF;
	border: none;
	background: var(--main-color);
	font-weight: 600;
	font-family: 'Space Grotesk', sans-serif;
	padding: 10px 20px;
	width: fit-content;
	display: block;
	border-radius: 5px;
	flex:0;
	margin:0px;
}
#contact_form .section_wrapper{
    padding: 0px;
    border-radius: 16px;
    margin-bottom: 30px;
    display: flex;
    opacity: 1; 
    justify-content: flex-start;
}

#contact_form  .section_wrapper.active {
    max-height: 2000px;      /* une grande valeur pour couvrir la plus grande section */
    opacity: 1;
    transform: translateY(0);
}

#contact_form .section{
	max-width: 800px;
	width: 100%;
}
#contact_form section h2{
	font-family: 'Merriweather',serif;
	font-size: 1.5rem;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 2rem;
}
input[type="radio"]:checked {
    accent-color: var(--main-color); /* ta couleur */
}
#contact_form{
	margin-top: 30px;
}
.wpcf7-list-item{
	display: block;
	margin: 0px;
}
.form_row{
	display: flex;
	gap: 20px;
	flex-direction: row;
	max-width: 800px;
	margin-bottom: 20px;
}
.form_row p{
	margin-top: 0px;
}
.form_row .col_2, .form_row .col_3, .form_row .col_1{
	flex: 1;
}
.col_1 p, .col_2 p, .col_3 p, .form_row p{
	display: flex;
	flex-direction: column;
}
#contact_form p{
	margin-bottom: 0px;
	font-weight: 500;
	font-size: .9rem;
	width: 100%;
}
#contact_form .wpcf7-select{
	padding: 9px 5px;
	border-radius: 5px;
	width: 100%;
	margin-top: 5px;
}
input.wpcf7-submit{
  padding: 10px 20px;
  background: var(--jaune);
  border-radius: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  display: block;
  margin: auto;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  transition: .5s;
  margin-top: 0px;
  margin-bottom: 0px;
}
input.wpcf7-submit:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	transition: .25s;
	margin-top: -3px;
	background: #000;
	color: var(--main-color);
	margin-bottom: 3px;
}
input.wpcf7-file{
	padding: 40px 20px !important;
	border: 1px dashed #000 !important;
}
input#file-upload-button{
	padding: 10px 20px;
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
/* Masquer toutes les sections */


/* Montrer la section active */

/* Nav bullet */
.form_steps_nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.form_steps_nav .bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    cursor: pointer;
    transition: .3s;
}

.form_steps_nav .bullet.active {
    background: var(--main-color);
}

/* Boutons suivant / précédent */
.form_nav_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn_prev, .btn_next {
    padding: 10px 20px;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.btn_prev {
    background: #aaa;
}
.btn_next{
	justify-content: end;
}
.form_nav_btns p{

}
/*/CF7*/

/*Elementor*/
.elementor-element{
	padding: 0px !important;
}
.e-con>.e-con-inner{
	max-width: 1300px !important;
}
.elementor-heading-title{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 2rem !important;
	color: #000 !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
}
h1.elementor-heading-title{
	font-size: 2rem !important;
    color: #000;
    font-family: 'Merriweather', serif !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
    text-transform: none !important;
    width: fit-content;
}
h1.elementor-heading-title:after{
	border-top: 2px solid var(--main-color);
	content:'';
	display: block;
	margin-top: 10px;
}
h2.elementor-heading-title{
	font-size: 2.5rem !important;
    color: #000;
    font-family: 'Merriweather', serif !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    text-transform: none !important;
}
.elementor-heading-title span{
	color: var(--main-color) !important;
	font-weight: 400;
}

.elementor-widget-text-editor p{
	color: #000 !important;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	margin: auto;
}
.column_wrapper{
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 60px;

}
.first_column{
	flex:1;
	max-width: 50%;
}
.second_column{
	flex: 1;
	justify-content: center;
	align-self: center;
	display: flex;

}
.second_column svg{
	width: 200px;
}

/*/Elementor*/

/*Footer*/
.rs_container{
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 10px;
}
.rs_container a svg{
	fill: #FFF;
}
.rs_container a{
	transition: .5s;
}
.rs_container a:hover{
	margin-top: -5px;
	margin-bottom: 5px;
	transition: .25s;
}
.pre_footer_wrapper{
	background: var(--main-color);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
	
}
.pre_footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#colophon{
	padding-top: 30px;
	background: #090909;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_vcard{
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer_second_col{
	display: flex;
	flex-direction: column;
	justify-content: start;
}
ul.footer_menu{
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	padding: 0px;
	justify-content: end;
	margin: 0px;
	font-size: .9rem;
}
ul.footer_menu li a{
	text-decoration: none;
	color: #FFF;
}
#colophon h4{
	color: var(--main-color);
	text-transform: uppercase;
}
.footer_copyright{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
}
.footer_copyright a{
	text-decoration: none;
	color: #fff;
}
.footer_copyright p{
	color: #FFF;
}
#logo_footer{
	width: 90px;
}
#logo_footer .cls-1,#logo_footer .cls-2, #logo_footer .cls-5{fill:transparent;stroke-miterlimit:10;}
#logo_footer .cls-1, #logo_footer .cls-5{stroke:#FFF;}
#logo_footer .cls-1{stroke-width:8px;fill:transparent;}
#logo_footer .cls-2{stroke:#FFF;}
#logo_footer .cls-2,.cls-5{stroke-width:5px;}
#logo_footer .cls-3{fill:#FFF;}
#logo_footer .cls-4{fill:#FFF;}

#gotop{
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	transition: .5s;
}
#gotop:hover{
	margin-top: -5px;
	margin-bottom: 5px;
	transition: .25s;
}
#gotop svg{
	width: 20px;
	height: 20px;
}
.footer_first_col{
	max-width: 400px;
	text-align: justify;
}
.footer_first_col p{
	margin-bottom: 0px;
	margin-top: 40px;
	color: #FFF;
}
p.footer_adresse, p.footer_email, p.footer_telephone{
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: .9rem;
	color: #FFF;
}
p.footer_email a, p.footer_telephone a{
	text-decoration: none;
	font-size: .9rem;
	color: #FFF;
}
p.footer_adresse svg, p.footer_email svg, p.footer_telephone svg{
	margin-right: 5px;
	width: 19px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
    fill:#FFF;
}
.footer_vcard_infos{
	display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}
a.footer_fb, a.footer_insta{
	font-weight: 500;
	text-decoration: none;
}
.pre_footer_icon_item svg{
	height:50px;
	fill: #FFF;
	display: block;
	margin: 0px;
}
.pre_footer_icon_item{
	width: calc(25% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pre_footer_icon_item p{
	font-weight: 400;
	font-family: 'Montserrat';
	text-align: center;
	color: #FFF;
	font-size: .9rem;
	text-transform: none;
	padding-left: 30px;
	padding-right: 30px;
}
/*/Footer*/
@media screen and ( max-width: 1300px){
	ul.main-menu li{
		padding: 0px 5px;
	}
}
@media screen and ( max-width: 1250px){
	ul.main-menu li a, ul.secondary-menu li a{
		font-size: .8rem;
	}
	.site-nav, .menu_container{
		display: none;
	}
	#mobile_menu{
		display: flex;
		align-self: center;
	}
}

@media screen and ( max-width: 800px){
	.item-realisation {
    	width: calc(50% - 30px);
	}
	
	.prestation-item, .produit_cat_item{
		width: calc(50% - 10px);
	}
	.mpe-etape{
		min-width: 22rem;
	}
	.mpe-etapes{
		display: flex;
		margin: auto;
	}
	.mpe-content{
		width: auto;
	}
	.mpe-bandeau-3-photos{
		flex-direction: column-reverse;
	}
	.mpe_image{
		position: relative;
		display: block;
	}
	.mpe_picture{
		position: relative;
		top: 0px;
		left: 0px;
	}
	.mpe_picture_3{
		width: 100%;
	}
	.mpe-images{
		width: 100%;
		gap: 10px;
		    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
	}
	.mpe-images:before{
		display: none;
	}
	#menu-main-menu, #menu-menu-secondaire{
		display: none;
	}
	.mpe-video-subtitle, .mpe-content h2, .mpe-titre-texte-wrapper h2, .mpe-video-subtitle, .title-container h2{
		font-size: .8rem !important;
	}
	
	.mpe-video-title{
		font-size: 2.6rem;
	}
	.mpe-diaporama-2col{
		flex-direction: column-reverse;
		gap: 0px;
	}
	.mpe-diaporama-2col h2{
		margin-bottom:20px;
	}
	.mpe-diaporama-2col p{
		font-size: .9rem
	}
	.mpe-diaporama-2col .col-left, .mpe-diaporama-2col .col-right{
		width: 100%;
	}
	.mpe-diaporama-2col .col-left{
		padding: 20px;
	}
	.pre_footer_icon_item{
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
	.footer_first_col{
		max-width: 100%;
	}
	#logo_footer{
		width: 120px;
		display: block;
		margin: auto;
	}
	.footer_vcard{
		gap: 30px;
	}
	.mpe-contact-widget, .column_wrapper{
		flex-direction: column;
	}
	.mpe-content h3, .mpe-titre-texte-wrapper h3, .mpe-devis-widget-title, .mpe-content h3, .mpe-titre-texte-wrapper h3, .title-container h3{
		font-size: 2.5rem !important;
	}
	.mpe-contact-widget .mpe-content{
		padding: 20px;
	}
	.mpe_picture_1, .mpe_picture_2{
		width: 100%;
	}
	.first_column{
		max-width: 100%;
	}
	.bento{
		margin-block: 0em;
		grid-template-columns:repeat(1, 1fr);
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.realisation_category{
		padding: 5px 10px;
		font-size: .7rem;
	}
	.bento-card:last-child a{
		padding: 10px;
	}
	.mpe-video-content{

	}
	.sreveal{
		opacity: 1 !important;
		transition: .5s;
		margin-top: 0px !important;
	}
	.sreveal.visible{
		opacity: 1;
		transition: .5s;
		margin-top: 0px;
	}
	.mpe-landing-video-widget{
		height: 400px !important;
	}
	.mpe-video-content{
		top: 9% !important;
		transform: translate(0%) !important;
	}
	.mpe-video-button{
		display: block !important;
		opacity: 1 !important;
		margin-top: 0px !important;
	}
	#contact_form .section_wrapper{
		padding: 50px 20px;
	}
	#contact_form label{
		font-size: .7rem;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.mpe-video-text{
		font-size: .9rem !important;
		margin-bottom: 1rem !important;
	}
	.mpe-video-button{
		padding: 5px 10pw !important;
		font-size: .8rem;
	}
	.mpe-landing-video-widget video.mpe-video{
		width: 100% !important;
		height: 400px;
	}
	.bento-card {
    inline-size: 100%;
    background: center / cover;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    height: 300px;
	}
	.mpe-devis-item{
		width: 100% !important;
	}
	.galerie-swiper{
		width: 100%;
		max-width: 100%;
	}
	.grille-realisations .bento-card{
		width: calc(50% - 7px);
		height: auto;
	}
	.page_header{
		height: 100px;
	}
	.prestation-item-complet.even, .prestation-item-complet{
		flex-direction: column;
	}
	.prestation-item-complet.odd .prestation-item-description p, .prestation-item-complet.odd .prestation-item-description h2{
		padding-left: 0px;
		padding-right: 60px;
	}
	#gotop{
		right:10px;
	}



}