/* Large Desktop
==================================================================================================== */
@media (min-width: 1280px) {


}

/*  Très Large Desktop
==================================================================================================== */
@media (min-width: 1480px) {


}


/*  #Mobile et tablette portrait
==================================================================================================== */

@media (max-width: 1025px) {
#mobile-header{
	position: fixed;
	z-index: 99;
	display:block;
	height:80px;
	width:100%;
	top:0;
	left:0;
	width: 100%;
	background: #fff;
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
#mobile-header #responsive-logo {
	width: 160px;
	top: 20px;
	position: absolute;
	left: 20px;
}
#mobile-header #responsive-logo img{
	width: 100%;
	height: auto;
}
.only-mobile {display: block;}

header#header, .no-mobile{
	display: none;
}
#main {
	padding-top: 80px;
}
/* GRILLE
-------------------------------------------------------------- */

.rangee {
	width: 90%;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	width: 90% !important;
	max-width: 90% !important;
}
.fullwidth, .full {
	width: 100%!important;
	max-width: 100%!important;
}
.col5, .col15, .col10, .col20, .col30, .col40, .col48, .col50, .col60, .col70, .col80, .col90, .col25,.col33, .col45, .col55, .col75, .col65,.col66,.col35, section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type,section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:100%;
	width: 100%;
}
.col-projet {
		flex-basis:50%;
		width: 50%;
}
.projet a .overlay {
	opacity: 1;
	visibility: visible;
}
.projet a .titre-projet {
	opacity: 1;
	visibility: visible;
	bottom: 0;	
}
.aucun-ecart{
	padding: 0px!important;
}

section.padding {
	padding: 20px 0 !important;
}
section.padding-bottom {
	padding-bottom: 40px !important;
}
section.padding-top {
	padding-top: 40px !important;
}
footer#footer, .text-right {
	text-align: left;
}
footer#footer p a, footer#footer p.text-right a{
	margin: 0px 20px 0 0;
}

h1 {
	font-size: var(--wp--preset--font-size--big) !important;
	line-height: 45px !important;
}
#single-projet h1 {
	margin-top: 15px;
}
}

/* #Mobile
==================================================================================================== */

@media (max-width: 767px) {
.no-mobile {
	display: none !important;
}
#hambmenu {
  width: 100%;
}
.rangee {
	width: 90%;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	width: 90% !important;
	max-width: 90% !important;
}
.ecart-normal {
	flex: 0 0 auto;
	padding: 10px 0px !important;
}
.col5, .col15, .col10, .col20, .col30, .col40, .col48, .col50, .col60, .col70, .col80, .col90, .col25,.col33, .col45, .col55, .col75, .col65,.col66,.col35, section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type,section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:100%;
	width: 100%;
}
.col-projet {
		flex-basis:100%;
		width: 100%;
}
#single-projet .col10 {
	display: none !important;
}
#search form {
	width: 90%;
}


}
