/*---------------------------------------------------------------------------------

 Theme Name:   Thème enfant divi
 Theme URI:    
 Description:  Thème enfant de Divi personnalisé par KhaliKrea et West Coast
 Author:       KhaliKrea
 Author URI:   https://www.khalikrea.fr
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*   Colmplianz   */
.cmplz-cookiebanner{
	margin:0!important;
	width:100%!important;
	padding-top:0!important;
}
.cmplz-message{
	font-size:14px!important;
}

/*  reCaptcha   */
.page:not(.page-id-40) .grecaptcha-badge, .single .grecaptcha-badge{
	display:none!important;
	opacity:0;
}


img:hover{
	content:none!important;
}


.et_pb_bg_layout_light.et_pb_button:hover{
	background-color:inherit;
}
h3{
	font-weight:400;
}
.marron{
	color:#7D683D;
}
.or{
	color:#E3BC6F;
}
.bleu{
	color:#1D5563;
}
.beige{
	color:#B09256;
}
.bleu-clair{
	color:#5DADBA;
}
.gros{
	font-size:28px;
}
body, h4{
	font-weight:300;
}
/* Suppression fleches input number   */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/*   Menu   */
/* .swiper-backface-hidden .swiper-slide{
	margin-right:0!important;
	width:100vw!important;
} */
#top-menu li a{
	font-weight:400;
	font-size:18px!important;
}
#top-menu li{
	padding-right:50px;
}
#logo{
	width:150px;
	max-height:inherit;
}
.et-fixed-header #logo{
	max-height:inherit;
	width:110px;
}
.et-fixed-header{
	background-color:white!important;
	height:70px!important;
}
.et-fixed-header #et-top-navigation{
	padding-top:26px!important;
}
.home #logo{
	display:none;
}
.home .et-fixed-header #logo{
	display:block;
/* 	margin-top:-57px; */
}
.logo_container{
	display:flex;
}
.slogan{
	color:#B09156;
	font-variant:small-caps;
	font-size:20px;
	font-family:'cinzel';
	margin-top:33px;
	padding-left:20px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.et-fixed-header .slogan{
	font-size:18px;
	margin-top:22px;
	padding-left:15px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home .slogan{
	display:none;
}

/*   Accueil   */
.btn-plus:hover{
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.6);
	box-shadow: 0px 0px 0px rgba(0,0,0,.6);
}
.wpcp-carousel-section.nav-vertical-center {
    padding: 0 0;
}
.wpcp-carousel-section.slick-initialized .slick-slide{
	vertical-align:top;
	margin-right:0;
}
.wpcp-slide-image{
	height:100vh;
}
.wpcp-carousel-section .wpcp-single-item img{
	height:100%;
	object-fit:cover;
	opacity:.5;
}


.accueil{
	background-position:top -150px center!important;
}
.logos-presta > div{
	display:flex;
	justify-content:space-between;
}
.logos-presta img:hover{
	transform:rotateY(180deg);
	transition: all 500ms;
	cursor:pointer;
}
.logos-presta a{
	text-align:center;
}
.logos-presta img{
	transition: all 500ms;
	width:80%;
}
.fleche-bas{
	bottom: 20px;
	position: absolute;
	transform: translatex(-50%);
	left: calc(50% - 42px);
	animation: bounce 0.6s ease infinite alternate;
}
@keyframes bounce{ 
	from {transform: translateY(0);} 
	to {transform: translateY(-15px);} 
}

.suivre-fb > div{
	display:flex;
	justify-content:center;
}
.suivre-fb img{
	margin-top:-13px;
	margin-left:15px;
}
body .et_pb_button_0.btn-contact{
	padding: 0.6em 1em !important;
}
.suivre-fb img:hover{
	opacity:.4;
}
.societe{
	background-size:44vw!important;
	background-position:top 200px right!important;
}
.table-atouts table td{
	text-align:center;
	font-size:20px;
}
table td, table{
	border:none!important;
}
.engagements{
	padding-top:13vw!important;
	background-size:45vw!important;
	background-position:top right -7vw!important
}
.titre-presta > div{
	display:inline-block;
	background-color:#7A6C52;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:1.5em!important;
	position:absolute;
	top:-20px;
	right:20px;
	-webkit-box-shadow: 5px 10px 15px rgba(0,0,0,.6);
	-moz-box-shadow: 5px 10px 15px rgba(0,0,0,.6);
	box-shadow: 5px 10px 15px rgba(0,0,0,.6);
}
.prestations{
	background-size:86vw!important;
	background-position:bottom -3vw center!important;
}
.autre-presta img{
	width:80%;
}
.hover{
	width:100%;
	height:100%;
	border-bottom-right-radius:100px;
	border-top-left-radius:100px;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(93,173,186,.6);
	opacity:0;
	z-index:100;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	overflow:hidden;
}
/* .hover:hover{
	opacity:1;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
} */
.hover img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translatey(-50%);
}
.hover-matos{
	display:none;
	width:100%;
	height:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(93,173,186,.6);
	opacity:0;
	z-index:100;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* .hover-matos:hover{
	opacity:1;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
} */
.hover-matos img{
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%) translatey(-50%);
	width:30%;
}
.reals-accueil{
	background-position:top right -50px!important;
	background-size:50vw!important;
}
.et_pb_ajax_pagination_container{
	display:flex;
	justify-content:space-between;
}
.et_portfolio_image img, .home .et_pb_module_header{
	width:20vw;
}
.et_portfolio_image img{
	height:13vw;
}
.home .et_pb_portfolio_item .et_pb_module_header{
	margin-top:2vw;
}
.home .et_pb_portfolio .et_pb_portfolio_item:nth-child(2){
	margin-top:70px;
}
.home .et_pb_portfolio .et_pb_portfolio_item:nth-child(3){
	margin-top:140px;
}
.home .et_portfolio_image, .home .et_pb_module_header{
	text-align:center;
}
.home .et_pb_portfolio .et_pb_portfolio_item{
	padding:1.3em;
	background-color:white;
	height:21vw;
	-webkit-box-shadow: 10px 10px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 10px 10px 6px rgba(0,0,0,.3);
	box-shadow: 10px 10px 6px rgba(0,0,0,.3);
}
.home footer{
	margin-top:-515px;
}

/*   Footer   */
.titre-plan h2{
	display:inline-block;
	padding-bottom:40px;
	border-bottom:solid 1px #5DADBA;
}
.titre-plan > div{
	display:flex;
	justify-content:center;
}
.map > div{
	display:flex;
}
.carte iframe{
	width:24vw!important;
	height:20vw!important
}
.adresse{
	padding-left:20px;
}
.btn-contact{
	text-align:center;
	color:white;
	background-color:#99CBD4;
	font-family:'raleway';
	border:2px solid white;
	font-size:20px;
	font-weight:500;
	padding:.6em .8em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 6px rgba(0,0,0,.6);
	-moz-box-shadow: 5px 5px 6px rgba(0,0,0,.6);
	box-shadow: 5px 5px 6px rgba(0,0,0,.6);
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-contact:hover{
	color:#143b45;
	background-color:white;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.6);
	box-shadow: 0px 0px 0px rgba(0,0,0,.6);
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/*   Location de chapiteaux   */
.titre-loc-chap > div{
	display:flex;
	align-items:center;
}
.titre-loc-chap h1{
	padding-bottom:0;
	padding-left:10px;
}
.titre-loc-chap a{
	padding-right:10px;
}
/* .titre-loc-chap h1:before{
	content:'PRESTATIONS | ';
	color:#B09256;
} */
.img-loc-chap img{
	height:16vw;
	object-fit:cover;
	width:100%;
}
.img-loc-chap span{
	width:100%
}


/*   Location matos   */
.accueil-loc-even{
	background-position:top -200px left!important;
}
.titre-loc-vaisselle h2{
	font-size:30px!important;
}
.cadre-loc-vaisselle .top{
	position:absolute;
	width:80vw;
	top:0;
	right:0;
	border-top: 2px solid #B09156;
}
.cadre-loc-vaisselle .left{
	position:absolute;
	left:0;
	bottom:0;
	border-left:2px solid #B09156;
	height:80%;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width:20px;
}
.cadre-loc-matos .top{
	position:absolute;
	width:80vw;
	top:0;
	left:0;
	border-top: 2px solid #B09156;
}
.cadre-loc-matos .right{
	position:absolute;
	right:0;
	bottom:0;
	border-right:2px solid #B09156;
	height:80%;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width:20px;
}
.titre-loc-even > div{
	display:flex;
	justify-content:center;
}
.titre-loc-even h1{
	margin-top:-3px;
	padding-left:5px;
}

/*   Réalisation   */
.titre-real > div{
	display:flex;
	align-items:center;
}
.titre-real h2{
	padding-left:5px;
	padding-bottom:0;
}
.titre-real h1{
	padding-bottom:0;
}
.img-loc-chap.real img{
	height:13vw;
}
.img-couverts img{
	width:19vw;
}
.single .galerie h3{
	display:none;
}
.single .galerie .et_pb_grid_item{
	width: 29.6667%;
	-webkit-box-shadow: 6px 6px 10px rgba(0,0,0,.6);
	-moz-box-shadow: 6px 6px 10px rgba(0,0,0,.6);
	box-shadow: 6px 6px 10px rgba(0,0,0,.6);
}
.single .galerie .et_pb_grid_item.last_in_row{
	margin-right:0!important;
}
.single .footer{
	margin-top:-300px;
}
.section-accueil{
	padding-bottom:300px;
}


/*   Contact   */
.sepa-contact img{
	width:90%;
}
.cadre1, .cadre2{
	position:relative;
	background-color:rgba(255,255,255,.73);
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.6);
	box-shadow: 0px 3px 6px rgba(0,0,0,.6);
	padding:50px 30px 10px 30px;
}
.cadre1{
	margin-bottom:30px;
}
.cadre2{
	height:100%;
}
.ajax-loader{
	display:none!important;
}
.col1{
	width:44%;
}
.col2{
	width:52%;
}
form {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.cadre1 h2, .cadre2 h2{
	font-family:'cinzel';
	font-size:28px;
	background-color:#357C8C;
	color:rgba(255,255,255,.63);
	display:inline-block;
	padding:.5em 1em;
	position:absolute;
	top:-20px;
	right:-20px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
}
.cadre1 img{
	position:absolute;
	top:-58px;
	left:-61px;
	width:200px;
}
.check-part{
	width:100%;
	display:flex;
	justify-content:space-around;
}
.center{
	display:flex;
	justify-content:center;
	padding-bottom:2em;
}
.center > span{
	width:70%;
}
.wpcf7-list-item-label{
	font-size:16px;
	color:#1D5563;
}
label{
	font-size:16px;
	color:#1D5563;
}
.ligne{
	display:flex;
	justify-content:space-between;
	padding-bottom:1em;
}
.cadre1 p{
	padding-bottom:1em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"]{
	height:45px;
	margin-top:10px;
	border:1px solid #5DADBA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:18px;
	font-weight:300;
	padding:.5em;
	color:#1D5563;
	background-color:white!important;
}
textarea{
	width:100%;
	margin-top:10px;
	border:1px solid #5DADBA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:18px;
	font-weight:300;
	padding:.5em;
	color:#1D5563;
	margin-bottom:20px;
}
.phone{
	width:40%;
}
.cadre1 input[type="text"]{
	width:70%;
}
.cadre1 input[type="email"]{
	width:95%;
}
.cadre1 input[type="tel"]{
	width:100%;
}
.cadre1 .ligne label:nth-child(1){
	width:60%;
}
.cadre1 .ligne label:nth-child(2){
	width:40%;
}
.lien-conf{
	color:#5DADBA;
	font-size:18px;
}
.lien-conf:hover{
	opacity:.6;
}
.accept{
	margin-bottom:20px;
}
.submit{
	color:#5DADBA;
	font-size:20px;
	font-family:'cinzel';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #5DADBA;
	background-color:white;
	padding:.4em 1em;
	-webkit-box-shadow: 10px 10px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 10px 10px 6px rgba(0,0,0,.3);
	box-shadow: 10px 10px 6px rgba(0,0,0,.3);
	margin-top:10px;
	margin-left:auto;
	margin-right:0;
	display:block;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.submit:hover{
	color:white;
	border-color:#1D5563;
	background-color:#1D5563;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.3);
	box-shadow: 0px 0px 0px rgba(0,0,0,.3);
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cadre2 div{
	font-size:18px;
	color:#5DADBA;
	padding-bottom:1em;
}
.cadre2 span.wpcf7-list-item{
	width:30%;
	padding-bottom:2em;
}
.cadre2 .ligne{
	justify-content:flex-start;
}
.cadre2 .ligne label:nth-child(1){
	margin-right:4vw;
}
.cadre2 input[type="number"], input[type="date"]{
	width:200px;
}
.lieu{
	width:473px;
}
.col2 .cadre2 .cp{
	width:100px;
}
.col2 .cadre2 .ville{
	width:300px;
}
.page-id-40 .footer{
	margin-top:-400px;
}
.col2 .cadre2 .haut{
	padding-top:15px;
}
/*   Stylisme checkbox   */
[type="checkbox"]:not(.conf):not(:checked), 
[type="checkbox"]:not(.conf):checked {
	/* Cache la checkbox sans
	   la désactiver pour les
	   lecteurs d'écran */
	position: absolute;
	left: 0;
	opacity: 0.01;
	width:27px;
	height:27px;
	z-index:100;
}
[type="checkbox"]:hover{
	cursor:pointer;
}
span.wpcf7-list-item{
	position:relative;
}
.wpcf7-list-item-label{
	position: relative; /* permet de positionner les pseudo-éléments */
	padding-left: 2.3em; /* fait un peu d'espace pour notre case à venir */
/* 	font-size: 1.05em; /* Label un peu plus gros */ 
/* 	line-height: 1.7; */
	cursor: pointer;    /* affiche un curseur adapté */
	padding-top:3px;
}

/* Aspect de la case */
[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	border: 1px solid #5DADBA;
	background: #FFF;
	border-radius: .2em;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
	transition: all .275s;
}

/* Aspect de la coche */
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
	content: '✕';
	position: absolute;
	top: 12px;
	left: 4px;
	font-size: 21px;
	color: #5DADBA;
	line-height: 0;
	transition: all .2s; /* Petite transition */
}
[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
	content: '✕';
	position: absolute;
	top: 12px;
	left: 4px;
	font-size: 21px;
	color: #5DADBA;
	line-height: 0;
	transition: all .2s; /* Petite transition */
}

/* Aspect non cochée */
[type="checkbox"]:not(:checked) + span:after {
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
[type="checkbox"]:checked + span:after {
	opacity: 1;
	transform: scale(1) rotate(0);
}
/* Accessibility focus */
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(93, 173, 186, .2);
}
input:focus, textarea:focus{
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(93, 173, 186, .2);
	border: 1px solid #5DADBA!important;
}
.cadre2 img{
	position:absolute;
	bottom:-58px;
	right:-61px;
	width:200px;
}
.envoi-tab{
	display:none;
}
.page-id-40 .wpcf7-list-item-label, .page-id-40 label{
	font-weight:400;
}
.wpcf7-response-output{
	width: 44%;
/* 	margin-top: -50px!important; */
}
form .part .wpcf7-not-valid-tip{
	text-align:center;
}
.nature-sol span{
	padding-bottom:0!important;
}
form p{
	color:#1D5563;
}
.cadre2 > p{
	padding-bottom:30px;
}
.cadre2 .pad{
	padding-bottom:50px;
}

/*   Mentions légales   */
.mentions h1{
	padding-bottom:2em
}
.mentions h2{
	padding:1.5em 0;
}

/*   Evenements   */
.et_pb_salvattore_content{
	margin:auto;
}
.blog h2{
	text-align:right;
	padding-right:10px;
}
.blog .post-meta{
	text-align:right;
	padding-right:calc(2em - 19px);
	margin-bottom:35px;
}
.blog .et_pb_image_container a{
	padding:2em 2em 0 2em;
}
.blog .et_pb_image_container{
	margin-bottom:15px;
}
.et_pb_post .entry-featured-image-url{
	margin-bottom:0;
}
.et_pb_blog_grid .et_pb_post{
	border:none;
}
.blog article{
/* 	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px; */
	position:relative;
}
.blog .more-link{
	padding:1em 2em;
	color:white;
	border:solid 1px #1D5563;
	background-color:#1D5563;
/* 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
	-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,.3);
	-moz-box-shadow: 10px 10px 20px rgba(0,0,0,.3);
	box-shadow: 10px 10px 20px rgba(0,0,0,.3);
	font-size:15px;
}
.blog .more-link:hover{
	color:#1D5563;
	background-color:white;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0);
	-moz-box-shadow: 10px 10px 20px rgba(0,0,0,0);
	box-shadow: 10px 10px 20px rgba(0,0,0,0);
}
.post-content {
	text-align:right;
	position: absolute;
	right: 2em;
	bottom: -10px;
}

/*   Error 404   */
.error404 #footer-bottom{
	display:none;
	overflow:hidden;
}
.coin-g{
	position:absolute;
	top:-100px;
	left:-20px;
	width:240px;
	opacity:.6;
}
.coin-d{
	position:absolute;
	bottom:-100px;
	right:-20px;
	width:240px;
	opacity:.6;
}
.titre-un{
	padding-bottom:3em;
}

/*   Politique des cookies   */
.page-id-56056 [type="checkbox"]:checked + span::after{
	opacity:0;
}
.page-id-56056 [type="checkbox"] + span::before{
	border:none!important;
	top:2px!important;
}
#cmplz-document{
	max-width:none;
	
}


/*----------------------------------------------------------------------------------------------------

                                   1450px à 980px

----------------------------------------------------------------------------------------------------*/
@media all and (min-width: 981px) and (max-width: 1450px){
    /*   Accueil   */
	.autre-presta h3{
		font-size:1.6vw!important;
	}
	.prestations .et_pb_image{
		width:90%!important;
	}
	.prestations h3{
		font-size:1.9vw!important;
	}
	.societe{
		padding-bottom:16vw!important;
	}
	
	/*   Footer   */
	.ligne-foot{
		height:400px;
	}
	.ligne-foot .col1{
		margin-right:0!important;
		width:41.667%!important;
	}
	
}

/*----------------------------------------------------------------------------------------------------

                                   PC PORTABLE GRAND

----------------------------------------------------------------------------------------------------*/
@media all and (max-width: 1450px){
	/*   Location matos   */
	.cadre-loc-vaisselle .top{
		width:77vw;
	}
	.cadre-loc-matos .top{
		width:77vw;
	}
	
	/*   Accueil   */
	.cadre2 .haut span.wpcf7-list-item{
		width:45%;
	}
	.cadre2 .bas span.wpcf7-list-item{
		width:28%;
	}
}

/*----------------------------------------------------------------------------------------------------

                                   981px à 1280px

----------------------------------------------------------------------------------------------------*/
@media all and (min-width: 981px) and (max-width: 1280px){
	/*   Accueil   */
	.et_portfolio_image img, .home .et_pb_module_header{
		width:22vw;
	}
	.home .et_pb_portfolio .et_pb_portfolio_item{
		height:24vw;
	}
	body .et_pb_portfolio_0 .et_pb_portfolio_item h3.et_pb_module_header a{
		font-size:1.4vw!important;
	}	

}

/*----------------------------------------------------------------------------------------------------

                                   PC PORTABLE

----------------------------------------------------------------------------------------------------*/
@media all and (max-width: 1280px){
	/*   Menu   */
	.slogan{
		display:none;
	}
    /*   Footer   */
	.footer{
		padding-top:18vw!important;
	}
	/*   Location matos   */
	.cadre-loc-vaisselle .left{
		height:83%;
	}
	.cadre-loc-matos .right{
		height:83%;
	}
	/*   Contact  */
	.wpcf7-list-item-label{
		font-size:15px;
	}
	.cadre2 input[type="number"], input[type="date"] {
		width: 17vw;
	}
	.lieu{
		width:38vw;
	}
	.cadre1 .ligne{
		flex-direction:column;
	}
	.cadre1 .ligne label:nth-child(1){
		margin-bottom:1em;
	}
	.cadre1 .ligne label, .cadre1 input[type="text"]{
		width:100%!important;
	}
	.cadre1 input[type="email"] {
   		 width: 100%;
	}
}


/*----------------------------------------------------------------------------------------------------

                                   TABLETTE PAYSAGE

----------------------------------------------------------------------------------------------------*/
@media all and (max-width: 981px){
	/*   Menu   */
	.container{
		width:100%!important;
	}
	#logo{
		width:80px!important;
		margin-left:-5px;
		max-width:none!important;
	}
	.logo-centre{
		position:absolute;
		left:50%;
		transform:translatex(-50%);
		width:150px;
	}
	.home .logo-centre{
		display:none;
	}
	/*   Mobile menu   */
	.logo-mobile{
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:250px;
		padding-bottom:30px;
	}
	html body.dipi-mobile-menu-fullscreen #mobile_menu::before, html body.dipi-mobile-menu-fullscreen #mobile_menu::after{
		display:none;
	}
	.hamburger{
		padding:25px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
		width: 26px;
	}
	#mobile_menu div{
		text-align:center;
		height:auto;
	}
	body #mobile_menu{
		display:flex!important;
		flex-direction:column;
		justify-content:space-between;
		padding-bottom:50px;
		min-height:90vh!important;
		position:fixed;
	}
	body #mobile_menu li a{
		font-family:'cinzel'!important;
		font-size:20px;
		border-bottom:none;
	}
	.et_mobile_menu li a:hover{
		background-color:inherit!important;
	}
	.mobile_menu_bar.mobile_menu_bar_toggle{
		position:fixed;
		top:0;
		right:0;
	}
	
	/*   Accueil   */
	.wpcp-slide-image{
		height:92vh;
	}
	.logos-presta{
		position: absolute!important;
		left: 50%;
		top: 60%;
		transform: translateX(-50%) translateY(-50%);
	}
	.img-chap-tab img{
		width:90%;
	}
	.reals-accueil{
		background-size:65vw!important;
	}
	.et_pb_ajax_pagination_container{
		flex-direction:column;
		justify-content:space-between;
	}
	.et_portfolio_image img, .home .et_pb_module_header{
		width:100%;
	}
	.et_portfolio_image img{
		height:270px;
		object-fit:cover;
	}
	.home .et_pb_portfolio_item .et_pb_module_header {
		margin-top: 6vw;
	}
	.home .et_pb_portfolio .et_pb_portfolio_item:nth-child(2), .home .et_pb_portfolio .et_pb_portfolio_item:nth-child(3){
		margin-top:50px;
	}
	.home .et_portfolio_image, .home .et_pb_module_header{
		text-align:center;
	}
	.home .et_pb_portfolio .et_pb_portfolio_item{
		padding:1.3em;
		background-color:white;
		height:425px;
		width: 90%;
		margin: auto;
		max-width: 450px;
		-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,.3);
		-moz-box-shadow: 10px 10px 20px rgba(0,0,0,.3);
		box-shadow: 10px 10px 20px rgba(0,0,0,.3);
	}
	body .et_pb_portfolio_0 .et_pb_portfolio_item h3.et_pb_module_header a{
		font-size:22px!important;
	}
	
	/*   Footer   */
	.footer{
		padding-top:14vw!important;
	}
	.plan > div{
		display:inline-block;
	}
	.plan{
		display:flex;
		justify-content:center;
	}
	.map > div{
		display:block;
	}
	.carte iframe{
		width:100%!important;
		height:50vw!important
	}
	.adresse{
		padding-left:0;
		margin-top:20px;
	}
	.footer {
		padding-top: 18vw !important;
	}
	.ligne-foot{
		padding-top:50px;
	}
	
	/*   Location de chapiteau  */
	.img-loc-chap img{
		height:inherit;
		object-fit:cover;
		width:inherit;
	}
	.img-loc-chap span{
		width:70%;
	}
	.accueil-loc-chap{
		background-size:calc(100vw + 500px)!important;
		background-position:top!important;
	}
	
	/*   Location matos   */
	.img-loc-vaisselle img{
		width:80%;
		margin-left:-30px;
	}
	.cadre-loc-vaisselle .top, .cadre-loc-vaisselle .left{
		display:none;
	}
	.cadre-loc-matos .top, .cadre-loc-matos .right{
		display:none;
	}
	.titre-loc-even > div{
		display:inline-block;
	}
	.titre-loc-even{
		display:flex;
		justify-content:center;
	}
	.titre-loc-even h1{
		margin-top:0px;
		padding-left:0px;
	}
	.prestations{
		margin-bottom:3em;
		text-align:center;
	}
	
	/*   Réalisation   */
	.img-loc-chap.real img{
		height:inherit;
	}
    
	/*   Contact   */
	form{
		flex-direction:column;
		margin-top:80px;
	}
	.col1, .col2 {
		width: 80%;
		margin: auto;
	}
	.cadre1 input[type="text"], input[type="email"], input[type="tel"]{
		width:70%!important;
	}
	.cadre2 input[type="number"], input[type="date"] {
		width: 20vw;
	}
	.lieu{
		width:52vw;
	}
	.cadre2, .bas{
		padding-bottom:0;
	}
	.cadre1 ~ p{
		display:none;
	}
	.col1{
		margin-bottom:2em;
	}
	.envoi-tab{
		display:block;
		width:80%;
		margin:auto;
	}
	.col2{
		margin-bottom:20px;
	}
	.ajax-loader{
		display:none!important;
	}
	.wpcf7-response-output {
		width: 80%;
		margin: auto !important;
		margin-top: auto;
		margin-top: 50px !important;
	}
	.cadre2 > p{
		padding-bottom:1em;
	}
	.cadre2 .der{
		padding-bottom:3em;
	}
	.col2 .cadre2 .cp{
		width:12vw;
	}
	.col2 .cadre2 .ville{
		width:36vw;
	}
	
	/*   error 404   */
	.coin-g {
		position: absolute;
		top: -80px;
		left: 25px;
		width: 200px;
		opacity: .6;
	}
	.coin-d{
		position:absolute;
		bottom:-80px;
		right:25px;
		width:200px;
		opacity:.6;
	}
	.titre-un{
		padding-bottom:2em;
	}
	
}


/*----------------------------------------------------------------------------------------------------

                                   TABLETTE PORTRAIT

----------------------------------------------------------------------------------------------------*/
@media all and (max-width: 768px){
	.home #page-container, html, body{
		overflow-x:hidden!important;
	}
	/*   Mobile menu   */
	body #mobile_menu li a{
		font-size:18px;
	}
	
	/*   Accueil   */
	.table-atouts table td{
		font-size:18px;
	}
	.home table img{
		width:50%;
	}
	.sepa img{
		width:70%;
	}
	.logos-presta > div{
		display:block;
	}
	.logos-presta .ligne2{
		display:flex;
		justify-content:space-between;
	}
	.logos-presta .ligne1{
		text-align:center;
		margin-bottom:20px;
	}
	.logos-presta .ligne1 img{
		width:150px;
	}
	.reals-accueil{
		background-size:81vw!important;
	}
	.logos-presta{
		position:relative;
		width:90%;
	}

	
	/*   Location de chapiteaux   */
	.img-loc-chap span{
		width:90%;
	}
	.titre-loc-chap h1:before{
		content:'';
	}
	
	/*   Location matos   */
	.img-loc-vaisselle img{
		width:35vw;
	}
	body .titre-loc-vaisselle.matos h2{
		font-size:4vw!important;
	}
	.img-loc-vaisselle.matos img{
		margin-right:-15px;
	}
	
	/*   Contact   */
	.cadre2 input[type="number"], input[type="date"] {
		width: 20vw;
	}
	.lieu{
		width:95%;
	}
	label, input:not(.submit), textarea, .page-id-40 div{
		font-size:15px!important;
	}
	.cadre1 input[type="text"], input[type="email"], input[type="tel"]{
		width:80%!important;
	}
	.col1, .col2 {
		width: 90%;
	}
	.cadre2{
		padding: 50px 0px 30px 15px;
	}
	.wpcf7-list-item-label{
		padding-left:1.8em;
	}
	.cadre2 input[type="number"], input[type="date"] {
		width: 32vw;
	}
	.cadre1 h2, .cadre2 h2{
		font-size:26px;
	}
	input, textarea{
		margin-top:0!important;
	}
	.cadre2, .bas{
		padding-bottom:0!important;
	}
	.titre-page-contact h1{
		font-size:40px!important;
	}
	.cadre1 img, .cadre2 img{
		display:none;
	}
	.center > span {
		width: 100%;
	}
	.center{
		justify-content:space-between;
	}
	.envoi-tab{
		width:90%;
	}
	.submit{
		margin-top:20px!important;
	}
	.wpcf7-response-output{
		width:90%;
	}
		.col2 .cadre2 .cp{
		width:16vw;
	}
	.col2 .cadre2 .ville{
		width:55vw;
	}
	
	/*   Footer   */
	.footer {
		padding-top: 20vw !important;
	}
	
	/*   Réalisations   */
	.single .galerie .et_pb_grid_item{
		width: 100%;
		margin-right:0!important;
	}
	.galerie img{
		width:100%;
	}
	.page-id-37 .et_pb_post{
		margin-bottom:18.5%!important;
	}
	
	/*   error 404   */
	.coin-g {
		position: absolute;
		top: -62px;
		left: 6px;
		width: 190px;
		opacity: .6;
	}
	.coin-d{
		position:absolute;
		bottom:-62px;
		right:6px;
		width:190px;
		opacity:.6;
	}
    
}

/*----------------------------------------------------------------------------------------------------

                                   MOBILE

----------------------------------------------------------------------------------------------------*/
@media all and (max-width: 480px){
	/*   Menu   */
	.logo-centre{
		width:120px;
		top:10px;
	}
	#logo{
		margin-top:-10px;
	}
	
	/*   Mobile menu   */
	.logo-mobile{
		width:200px;
	}
	body #mobile_menu li a{
		font-size:16px;
	}
	.hamburger{
		padding:20px;
	}
	.hamburger-inner::after {
		bottom: -8px;
	}
	.hamburger-inner::before {
		top: -8px;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
		width: 22px;
	}
	
	/*   Accueil   */
	.logo-accueil{
		width:300px!important;
	}
	.slogan-accueil{
		font-size:20px!important;
	}
	.titre-loc-chap-tab h3{
		font-size:22px!important;
	}
	.logos-presta img {
		width: 100%;
	}
	.autre-presta > div{
		width:90%!important;
	}
	.text-presta-tab{
		width:90%!important;
	}
	.prestations .et_pb_button_alignment_right{
		margin-right:5%!important;
	}
	.reals-accueil{
		background-size:100vw!important;
		padding-top:18vw!important;
	}
	.home .et_pb_portfolio .et_pb_portfolio_item{
		height:80vw;
	}
	body .et_pb_portfolio_0 .et_pb_portfolio_item h3.et_pb_module_header a{
		font-size:4.5vw!important;
	}
	.et_portfolio_image img{
		height:48vw;
	}
	.home .et_pb_portfolio_item .et_pb_module_header {
		margin-top: 10vw;
	}
	.table-atouts table td {
		font-size: 16px;
	}
	.entry-content tr td, body.et-pb-preview #main-content .container tr td {
		padding: 6px 10px;
	}
	
	/*   Footer   */
	.map{
		width:90%!important;
	}
	.carte iframe{
		height:65vw!important
	}
	.footer {
		padding-top: 22vw !important;
	}
	
	/*   Location de chapiteaux   */
	.img-loc-chap span{
		width:100%;
	}
	.titre-loc-chap h1{
		font-size:23px!important;
	}
	.titre-loc-chap{
		padding-left:0!important;
	}
	.ligne-titre-loc-chap{
		width:90%!important;
	}
	
	/*   Location matos   */
	.img-loc-vaisselle img{
		width:35vw;
		margin-top:10px;
	}

	.titre-loc-vaisselle h2 {
		font-size: 26px !important;
	}
	.titre-loc-vaisselle.matos h2{
		font-size: 4vw !important;
	}
	body .titre-loc-vaisselle{
		padding-top:2em!important;
	}
	.titre-loc-even h1{
		font-size:20px!important;
	}
	.prestations{
		font-size:24px!important;
	}
	
	/*   Contact   */
	.titre-page-contact h1{
		font-size:36px!important;
	} 
	.cadre1 input[type="text"], input[type="email"], input[type="tel"]{
		width:100%!important;
	}
	.cadre2 h2{
		font-size:5.5vw!important;
	}
	.cadre2 .haut span.wpcf7-list-item {
		width: 100%;
	}
	.cadre2 .ligne{
		flex-direction:column;
	}
	.cadre2 input[type="number"], input[type="date"] {
		width: 200px;
	}
	.cadre2 span.wpcf7-list-item {
		padding-bottom: 1em;
	}
	.cadre1{
		padding: 50px 15px 30px 15px;
	}
	.cadre2 .bas span.wpcf7-list-item {
		width: 40%;
	}
	.cadre1 h2{
		font-size:24px!important;
	}
	.col1, .col2{
		width:95%;
	}
	.accept{
		font-size:14px!important;
	}
	.nature-sol .wpcf7-list-item.last{
		margin-top:20px;
	}
	[type="checkbox"]:not(:checked) + span:after,
	[type="checkbox"]:checked + span:after {
		font-size:26px;
	}
	.col2 .cadre2 .cp{
		width:100px;
	}
	.col2 .cadre2 .ville{
		width:95%;
	}
	
	/*   Evenements   */
	.blog .et_pb_image_container a{
		padding:1.5em 1.5em 0 1.5em;
	}
	
	/*   Réalisation   */
	.titre-real a, .titre-real h1{
		font-size:22px!important;
	}
	
	/*   error404   */
	.error{
		width:90%!important;
	}
	.error h1{
		font-size:16px!important;
	}
	.coin-g,.coin-d{
		display:none;
	}
    
}