@media screen and (max-width: 810px){
	
	/* Header */
	header #h-top ul{
		float: none;
		width: 68%;
		margin: 0 auto;
	}
	
	header #h-middle .wrapper a{
		float: none;
		text-align: center;
	}
	
	header #h-middle .wrapper p{
		text-align: center;
		float: none;
		width: 100%;
		padding: 0;
		border: 0 none;
		margin: 20px 0 0 0;
	}
	
}

@media screen and (max-width: 1024px) {
	/* MENU BURGER */
	.header-mobile-menu ul{
		display: none;
	}
	.header-mobile-menu ul.active {
    	display: flex;
		flex-direction: column;
	}
	header #h-bottom {
		height: auto;
	}
	a.togglemenu {
		display: block;
	}
	.menu-header-container li {
		margin: auto;
	}
	header #h-bottom .menu li {
		background: none;
	}
	.togglemenu {
		position: relative;
	}
	.trait_burger {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
	}
	
	/* ACCUEIL */
	header #h-middle .wrapper p{
		margin: 20px 0 44px;
	}
	.flexslider .slides li {
		height: 300px !important;
	}
	
	.metaslider .slides img {
		display: none !important;
	}
	
	.metaslider .caption h1 {
		font-size: 2rem;
	}
	
	/* QUI SOMMES NOUS */
	.page-id-54 #the_content .col_1_2,
	.page-id-5 #the_content .col_2_3,
	.page-id-5 #the_content .col_1_3 {
		width: 100%;
	}
	
	.page-id-5 #the_content .col_2_3 img,
	.page-id-5 #the_content .col_1_3 img {
		padding: 6px;
	}
	
	/* EQUIPEMENT */
	.colonne_gauche,
	.colonne_milieu,
	.colonne_droite {
		width: 100%;
		height: auto !important;
	}
	
	/* PRESTATION */
	.page-id-9 .col_1_2 {
		float: none;
		width: 100%;
	}
	.page-id-9 .solution_liste {
		margin: 15px 15px 0 15px;
	}
	
	/* CONTACT */
	#contact_champs {
		width: 100%;
	}
	#contact_coordonnees {
		float: none;
		margin: auto;
	}
	#contact_coordonnees {
		width: 100%;
	}
	/*QUI SOMMES NOUS ?*/
	.page-id-3546 #the_content .col_2_3,
	.page-id-3546 #the_content .col_1_3{
		width:100%;
	}
}

@media screen and (max-width: 800px) {
	/* PRESTATION */
	.page-id-9 .solution_liste {
		margin: 15px 15px 0 0;
		padding: 0 0 0 40px;
	}
	.page-id-9 .cercle {
		float: none;
		margin: auto;
	}
}

/* MOBILE */
@media screen and (max-width: 600px) {
	/* PRESTATION */
	.page-id-9 .col_1_2 img {
		width: 70%;
	}
	.page-id-9 .cercle {
		float: none;
		margin: auto;
	}
	/*QUALITE*/
	.page-id-15 .col_1_3 {
		width: 100%;
	}
	.page-id-15 .col_2_3 {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
