/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
/*
@font-face {
	font-family: "Ganton";
	src: url(assets/_fonts/Ganton.otf) format("opentype");
}
*/

body{
	font-family: "ff-din-paneuropean", sans-serif;
	font-size: 18px;
	line-height: 26px;
	padding-top: 143.95px;
}

.grecaptcha-badge{
	display: none;
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #B6A895;
	border: solid 2px #EF7207;
	border-radius: 50px;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #EF7207;
}

.mp-dark{
	color: #1E1E23 !important;
	border-color: #1E1E23 !important;
}

.mp-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.mp-orange{
	color: #EF7207 !important;
	border-color: #EF7207 !important;
}

.mp-sand{
	color: #B6A895 !important;
	border-color: #B6A895 !important;
}

.mp-bg-white{
	background-color: #FFFFFF;
}

.mp-bg-sand{
	background-color: #B6A895;
}

.mp-bg-sand-light{
	background-color: rgba(182, 168, 149, 0.1);
}

.mp-bg-gray{
	background-color: rgba(0, 0, 0, 0.8);
}

.mp-bg-orange{
	background-color: #EF7207;
}

.mp-medium{
	font-weight: 500;
}

.mp-bold{
	font-weight: bold;
}

.mp-overlay-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: contain;
}

.mp-overlay-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: contain;
	display: flex;
}

.mp-hr{
	height: 2px;
	width: 100%;
	display: block;
}

.mp-vr{
	width: 2px;
	height: 100%;
	display: block;
}

.mp-title{
	font-family: runda, sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: 500;
}

.mp-title-small{
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1.12px;
}

.mp-title-medium{
	font-size: 28px;
	line-height: 30px;
}

.mp-content{
	font-size: 18px;
	line-height: 26px;
}

.mp-baseline{
	font-family: runda, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
}

.mp-button{
	width: auto;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 35px;
	display: inline-block;
	background-color: #FFFFFF;
	color: #1E1E23;
	border: solid 2px #1E1E23;
	border-radius: 30px;
}

.mp-button:hover{
	color: #FFFFFF;
	background-color: #1E1E23;
	border-color: #1E1E23;
}
/* GENERAL */

/* HEADER */
.mp-header{
	padding-top: 45px;
	padding-bottom: 45px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8500;
}

.mp-header .navbar-nav .nav-link{
	font-family: runda, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #1E1E23 !important;
	min-width: 94px;
	text-align: center;
	padding: 0;
	position: relative;
}

.mp-header .navbar-nav{
	column-gap: 60px;
}

.mp-header .navbar-nav .nav-link:before{
	content: url(assets/images/MP-Menu-Hover.svg);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
	opacity: 0;
	bottom: -15px;
}

.mp-header .navbar-nav .nav-link:hover:before{
	opacity: 1;
}

.dropdown-item{
	outline: none;
	background-color: transparent !important;
}

.dropdown-item:hover, .dropdown-item:active{
	color: #EF7207 !important;
}

.dropdown-item.active{
	color: #212529 !important;
}
/* HEADER */

/* FOOTER */
.mp-contact{
	padding-top: 70px;
	padding-bottom: 120px;
}

.mp-contact-form{
	padding-top: 80px;
}

.mp-contact-form input, .mp-contact-form textarea, .mp-contact-form select{
	width: 100%;
	max-width: 100%;
	resize: none;
	border: none;
	border-bottom: solid 1px #EF7207;
	padding: 0;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	border-radius: 0;
	color: #1E1E23;
}

.mp-contact-form ::placeholder {
  color: #1E1E23 !important;
  opacity: 1; /* Firefox */
}

.mp-contact-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #1E1E23 !important;
}

.mp-contact-size-container{
	display: flex;
	justify-content: space-between;
}

.mp-contact-size-container label{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E1E23;
}

.mp-contact-size p{
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.mp-contact-size input{
	width: 60px !important;
	padding: 0px 4px;
	box-shadow: inset -1px 0px 3px #0000001C;
}

.mp-contact-form input[type="submit"]{
	width: auto;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 35px;
	display: inline-block;
	background-color: #FFFFFF;
	color: #1E1E23;
	border: solid 2px #1E1E23;
	border-radius: 30px;
	margin-top: 30px;
}

.mp-contact-form input[type="submit"]:hover{
	color: #FFFFFF;
	background-color: #1E1E23;
	border-color: #1E1E23;
}

.mp-contact-form textarea{
	text-align: center;
}

.mp-contact-form .wpcf7-spinner{
	display: none;
}

.mp-contact-form input[type="file"]{
	position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mp-file-content{
	display: flex;
	cursor: pointer;
}

.mp-file-button{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #1E1E23;
	text-transform: uppercase;
	padding: 14px 25px;
	border: solid 1px #EF7207;
	border-radius: 30px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 30;
}

.mp-file-name{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding: 14px 44px;
	border: solid 1px #EF7207;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: rgba(55, 58, 54, 0.3);
	transform: translateX(-30px);
	position: relative;
	z-index: 20;
}

.mp-footer{
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 14px;
	line-height: 18px;
}

.mp-footer-showrooms{
	display: inline-flex;
	align-items: center;
	column-gap: 22px;
}

.mp-footer-showroom-separator{
	width: 1px;
	align-self: stretch;
}

.mp-footer-socials{
	display: inline-flex;
	column-gap: 15px;
}

.mp-footer-socials a{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all .5s;
	transform: rotate(0deg);
}

.mp-footer-socials a:hover{
	transform: rotate(360deg);
}

.mp-footer-socials a.mp-facebook{
	background-image: url(assets/images/MP-Facebook.webp);
}

.mp-footer-socials a.mp-instagram{
	background-image: url(assets/images/MP-Instagram.webp);
}

.mp-footer-socials a.mp-linkedin{
	background-image: url(assets/images/MP-Linkedin.webp);
}

.mp-footer-links{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.mp-footer-links a{
	color: #1E1E23;
}

.mp-footer-links a:hover{
	color: #FFFFFF;
}
/* FOOTER */

/* HOME */
.mp-home-banner-top{
	height: 685px;
	min-height: 685px;
	max-height: 685px;
	position: relative;
}

.mp-home-banner-slider, .mp-home-banner-slider .slick-list, .mp-home-banner-slider .slick-list .slick-track{
	height: 100%;
	width: 100%;
}

.mp-home-banner-slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mp-home-banner{
	height: 685px;
	min-height: 685px;
	max-height: 685px;
	position: relative;
}

.mp-home-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mp-home-header{
	padding-top: 35px;
	padding-bottom: 35px;
}

.mp-company{
	padding-top: 55px;
	padding-bottom: 75px;
}

.mp-home-team{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 25px;
	row-gap: 25px;
}

.mp-home-teammate{
	position: relative;
}

.mp-home-teammate img{
	width: 100%;
	object-fit: cover;
}

.mp-home-teammate-name{
	position: absolute;
	background: linear-gradient(0deg,rgba(239, 115, 8, 1) 0%, transparent 100%);
	transition: all .5s;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	padding-bottom: 30px;
	display: flex;
	align-items: end;
	justify-content: center;
	opacity: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

.mp-home-teammate:hover .mp-home-teammate-name{
	opacity: 1;
}

.mp-professions{
	padding-top: 120px;
	padding-bottom: 120px;
}

.mp-professions-elements{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mp-professions-element{
	aspect-ratio: 1/1.7;
	position: relative;
}

.mp-professions-element:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(182, 168, 149, 0.9);*/
	z-index: 20;
}

.mp-professions-element-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 10;
	filter: grayscale() brightness(1.75);
	opacity: 0.35;
	transition: all .5s;
}

.mp-professions-element-title{
	color: #FFFFFF !important;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 35px;
	left: 20px;
	z-index: 30;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	row-gap: 15px;
	width: calc(100% - 40px);
	transition: all .5s;
}

.mp-professions-element-title img{
	width: 46px;
	height: 46px;
	max-width: 46px;
	max-height: 46px;
}

.mp-professions-element:hover .mp-professions-element-image{
	opacity: 1;
	filter: initial;
}

.mp-professions-element:hover .mp-professions-element-title{
	opacity: 0;
}

.mp-knowledge{
	padding-top: 145px;
	padding-bottom: 145px;
}

.mp-knowledge-expertise{
	border-right: solid 2px #EF7207;
}

.mp-knowledge-expertise img{
	max-width: 80% !important;
}

.mp-knowledge-expertise p{
	margin-bottom: 0;
}

.mp-engagement-image{
	width: 100%;
	height: auto;
}

.mp-engagement-elements{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 70px;
	row-gap: 50px;
}

.mp-engagement-element{
	display: flex;
	align-items: center;
}

.mp-engagement-element-icon img{
	width: 45px;
	max-width: 45px !important;
}

.mp-engagement-element-content{
	font-size: 18px;
	line-height: 22px;
	padding-left: 18px;
	font-weight: bold;
}

.mp-news{
	padding-top: 120px;
	padding-bottom: 120px;
}

.mp-news-content{
	padding-top: 55px;
	padding-bottom: 40px;
}
/* HOME */

/* METIERS */
.mp-profession-header-container{
	position: relative;
}

.mp-profession-header h1{
	border-bottom: solid 2px #EF7207 !important;
	padding-bottom: 28px;
	margin-bottom: 23px;
}

.mp-profession-header .mp-title-medium{
	font-weight: 500;
	font-style: italic;
}

.mp-profession-header-image{
	width: 100%;
	object-fit: cover;
	min-height: 850px;
	max-height: 850px;
}

.mp-profession-description{
	padding-top: 150px;
	padding-bottom: 150px;
}

.mp-profession-description-container{
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.mp-profession-description-container p{
	margin-bottom: 0;
}

.mp-achievements{
	padding-top: 110px;
	padding-bottom: 80px;
}

.mp-achievements-elements{
	padding-top: 88px;
	padding-bottom: 88px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.mp-achievements-element{
	aspect-ratio: 1/0.5;
}

.mp-achievements-element-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mp-project-container{
	position: relative;
}

.mp-projects-images{
	margin-top: 130px;
	margin-bottom: 130px;
}

.mp-projects-images img-comparison-slider{
	outline: none;
	width: 100%;
}

.mp-project-header{
	display: flex;
	align-items: end;
	justify-content: space-between;
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 13px;
	margin-bottom: 24px;
}

.mp-project-3d{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

.mp-project-3d-image{
	transition: all .5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateX(100%);
	z-index: 50;
	position: relative;
	pointer-events: none;
}

.mp-project-3d-button:hover + .mp-project-3d-image{
	transform: translateX(0);
}

.mp-project-3d-button{
	position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 210px;
  padding: 0px 80px 0px 0px;

  display: flex;
  align-items: center;
  justify-content: center;

  writing-mode: vertical-rl;
	transform: rotate(180deg);

  cursor: pointer;
  font-size: 80px;
  font-weight: bold;
  z-index: 60;
  pointer-events: all;

  clip-path: polygon(130px 0, 100% 50%, 130px 100%, 0 100%, 0 0);

  box-shadow: -15px 0px 6px #00000017;
}
/* METIERS */

/* RESTAURATION */
.mp-achievements.mp-achievements-restaurant{
	padding-top: 0;
	padding-bottom: 0;
}

.mp-achievements-restaurant .mp-achievements-elements{
	padding-top: 0;
	padding-bottom: 88px;
	gap: 30px;
}

.mp-achievements-restaurant .mp-achievements-element{
	aspect-ratio: 1/0.75;
}
/* RESTAURATION */

/* MOBILIER */
.mp-furnitures{
	padding-top: 125px;
	padding-bottom: 90px;
}

.mp-furnitures-header{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: solid 2px #EF7207;
}

.mp-furnitures-elements{
	margin-top: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 40px;
	row-gap: 60px;
}

.mp-furnitures-element{
	transition: all .5s;
	background-color: transparent;
	box-shadow: none;
	border-bottom-right-radius: 35px;
}

.mp-furnitures-element:hover{
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
}

.mp-furnitures-element-images{
	background-color: #EBE8E5;
	position: relative;
	width: 100%;
	aspect-ratio: 1/1.05;
	border-bottom-right-radius: 35px;
}

.mp-furnitures-element-image, .mp-furnitures-element-image-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-right-radius: 35px;
}

.mp-furnitures-element-image-hover{
	opacity: 0;
	transition: all .5s;
}

.mp-furnitures-element:hover .mp-furnitures-element-image-hover{
	opacity: 1;
}

.mp-furnitures-element-arrow{
	width: 48px;
	height: 48px;
	background-image: url(assets/images/MP-Mobilier-Arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	bottom: 15px;
	right: 15px;
	transition: all .5s;
}

.mp-furnitures-element:hover .mp-furnitures-element-arrow{
	background-image: url(assets/images/MP-Mobilier-Arrow-Hover.svg);
}

.mp-furnitures-element-content{
	padding: 30px 40px 40px 40px;
}

.mp-furnitures-element-content .mp-content p{
	margin-bottom: 0;
}

.mp-collection-select{
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 15px;
	background-color: transparent;
	border: none;
	box-shadow: inset 0px -1px 3px #00000029;
	outline: none;
}
/* MOBILIER */

/* PERGOLAS */
.mp-canvas{
	padding-top: 230px;
	padding-bottom: 230px;
}

.mp-canvas .mp-title-medium{
	padding-bottom: 12px;
	margin-bottom: 23px;
	border-bottom: solid 1px;
}

.mp-canvas-slider img{
	padding: 0 15px;
}

.mp-canvas-slider .slick-list {
  padding-left: 20%; /* ajuste selon ton .1 */
}
/* PERGOLAS */