/*

	Premier bloc page d'accueil

*/

.animateblock{
	opacity: 0;
}

.container_presentation{
	padding: 70px 0px 50px 0px;
	width:85%;
	margin: 0 auto;
	display: flex;
}
.container_title_presentation{
	width: 55%;
	padding: 6px 12px;
}
.container_title_presentation h2{
	font-family: "Oswald", Sans-serif;
	font-size: 35px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	color:#000000;
}
.container_texte_presentation{
	padding: 12px 0 6px 30px;
	font-size: 14px;
}
.first_paragraph{
	margin-top: 20px;
	font-size: 16px !important;
	font-weight: 600;
	color:#000000;
}
.container_texte_presentation p{
	font-size: 16px !important;
}
.underline_separator{
	width: 47%; 
	border-bottom: 3px solid #f7992b;
}

@media screen and (max-width: 480px){

	.container_presentation{
		flex-wrap: wrap;
	}

	.container_title_presentation {
	    width: 100%;
	}

	.container_texte_presentation {
		padding: 6px 12px;
	}
}
@media screen and (min-width: 481px) and (max-width: 600px){
	.container_presentation{
		flex-wrap: wrap;
	}

	.container_title_presentation {
	    width: 100%;
	}

	.container_texte_presentation {
		padding: 6px 12px;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px){
	.container_presentation{
		flex-wrap: wrap;
	}

	.container_title_presentation {
	    width: 75%;
	}

	.container_texte_presentation {
		padding: 6px 12px;
	}
}
/*

	Deuxieme bloc page d'accueil

*/

.container_accueil{
	align-items: center;
	overflow: hidden;
	padding-bottom: 50px;
}
.flex{
	display:flex;
}
.container_accueil_modules{
	width:90%;
	margin: 0 auto;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	z-index:1;
}
.module{
	width: 30%;
	height:510px;
	
}
.overlay{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	position: relative;
}

.module_accueil_image{
	width:100%;
	height:510px;
	background-size: cover;
	background-position:center center;
	margin-bottom:7%;
}
.more{
	width: 100%;
	color:white !important;
	padding:8px;
	position: absolute;
	bottom: 50px;
	font-family: "Oswald", Sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	text-align:center;
	
}
a:active{
	border:0 !important;
}
.more:hover{
	border:0 !important;
	color:#f7992b !important;
}

@media screen and (max-width: 480px){

	.container_accueil{
		height: auto;
	}
	.container_accueil_modules {
		width:85%;
		z-index:0;
	}
	.module {
	    width: 100%;
	    height: 450px;
	    margin-bottom: 7%;
	}
	.module_accueil_image {
	    height: 450px;
	}

}
@media screen and (min-width: 481px) and (max-width: 600px){
	.container_accueil{
		height: auto;
	}
	.container_accueil_modules {
		width:85%;
		z-index:0;
	}
	.module {
	    width: 100%;
	    height: 450px;
	    margin-bottom: 7%;
	}
	.module_accueil_image {
	    height: 450px;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px){
	.container_accueil{
		height: auto;
	}
	.module:nth-child(1){
		width:100%;
	}
	.module:nth-child(2){
		width:49%;
	}
	.module:nth-child(3){
		width:49%;
	}
	.container_accueil_modules {
		width:85%;
		z-index: 0;
	}
	.module {
	    width: 100%;
	    height: 450px;
	    margin-bottom: 5%;
	}
	.module_accueil_image {
	    height: 450px;
	}
}

@media screen and (min-width: 801px) and (max-width: 1000px){
	.module{
		width:32%;
	}	
}

/*

	Troisieme bloc page d'accueil

*/
.container_second_bloc{
	align-items: center;
	height:700px;
	margin: 100px 0 70px 0;
	position: relative;
}
.underline_orange{
	margin-left:5%;
	width:23%;
}

.container_competence{
	width:65%;
	height:700px;
	font-size:14px !important;
	z-index:-2;
	background-image: url('../images/fond.png');
	background-size: cover;
	background-position: center;
	position: relative;
}
.container_competence_module{
	width:50%;
	margin-left:calc(25% - 7.5%);
	margin-top:50px;
}
.container_competence h2{
	width:55%;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	color:#fff;
	padding-left:5%;
}

.competence{
	width:90%;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:50px;
}
.image_conception{
	background-image:url('../images/pencil.svg');
}
.image_suivi{
	background-image:url('../images/operator.svg');
}
.image_humaine{
	background-image:url('../images/skycraper.svg');
}
.image_qualité{
	background-image:url('../images/happiness.svg');
}
.competence_accueil{
	width:40%;
}
.competence_accueil p{
	text-align: center;
	font-size: 16px !important;
	color: white !important;
}
.competence_module{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width:100%;
	height:70px;
	margin-top:17%;
	margin-bottom: 10%;
}
.overlayblackCompetence{
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position: absolute;
}
.container_avis_accueil{
	width:50%;
	height: 800px;
	background-image: url('../images/interieur-design.jpg');
	background-position: center;
	background-size: cover;
	font-size:14px !important;
	margin-top: -500px 0 0 0;
	position: absolute;
	right:0;
	bottom:170px;
}
.overlayOrange{
	width: 100%;
	height:100%;
	background-color:#f7992b;
	opacity:0.8;
}
.commas{
	background-image: url('../images/inverted-commas.png');
	background-position: center;
	background-size:cover;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 197px;
	left: 5%;
}
.container_caroussel_avis{
	height: 500px;
	width:100%;
	padding:300px 20px 50px 20px;
}
.container_avis_accueil h2{
	width:50%;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	color:#fff;
	padding-left:5%;
}
.underline_white{
	border:3px solid white !important;
	width:22% !important;
	margin-left: 5%;
}
.avis_module_accueil{
	width:90% !important;
	margin:0 auto;
	margin-top: 50px;
	color:#fff !important;
	height:220px !important;
}
.send_avis{
	width: max-content;
	height: min-content;
	margin: 0 auto;
	font-family: "Oswald", Sans-serif;
	font-size: 20px;
	color:#000;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	text-align: center;
	border:1px solid #fff;
	padding:6px 12px;
}
.send_avis a{
	/*padding:6px 12px;*/
	color:#fff;
	transition: .3s ease-in;
}
.link_com:hover{
	color:#000 !important;
	background-color: white;
	padding: 6px 24px;
}
.glyphicon{
	line-height: 0.7 !important;
	color:#212121 !important;
}
.carousel-control{
	height:80px !important;
	background-image: linear-gradient(to right,rgba(235,232,222,.5) 0,rgba(235,232,222,.0001) 100%) !important;
	display: none !important
}
.carousel-indicators {
    bottom: 0px !important;
    display: none;
}
.carousel-indicators li{
	background-color:#212121 !important;
	border:1px solid #212121 !important;
}
.container_form_avis{
	width:70%;
	margin: 0 auto;
	margin-top:2%;
	height:0;
}
.form_avis{
	width:50%;
	margin: 0 auto;
}
#compteur {
  text-align:right;
  margin-top:5px;
  margin-bottom: 0;
  font:12px Verdana;
  color:#ebe8de;
}
 
.mauvais {
  color:#cc0000;
}
.container_commentaire{
	padding:70px 0 70px 0;
	margin: 0 auto;
	background-image: linear-gradient(#70cde3,white);
}
.centrage_commentaire{
	align-items: flex-start;
	min-height:200px;
	margin: 0 auto;
	margin-top: 50px;
	flex-wrap: wrap;
}
.centrage_commentaire a{
	margin: 0 auto;
}
.container_evaluation{
}
.titre_commentaire h2{
	text-align: center;
	padding: 6px 12px;
	border: 1px solid white;
	width: 50%;
	margin: 0 auto;
	border-radius: 4px;
	letter-spacing: 3px;
	margin-bottom: 0;
}
.module_commentaire{
	
}
.container_module_commentaire{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 12px;
}
.container_nom_commentaire{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	background-color: white;
}
.container_user{
	width:30px;
	height:30px;
	background-color: #b64f9f;
	border-radius:4px;
	padding: 5px;
}
.user{
	background-image:url('../images/user.svg');
	background-size:cover;
	background-position: center;
	height:20px;
	width:20px;
}
.nom_commentaire{
	width: 25%;
	padding:0 12px;
	letter-spacing: 1.2px !important;
	font-weight:600 !important;
	color: #f7992b !important;
	overflow: hidden;
	font-size:16px !important;
}

.nom_commentaire::first-letter{
	text-transform: uppercase;
}
.container_note_commentaire{
	height:40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.container_date_commentaire{
	width:50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color:#333;
	font-size:12px !important;
	padding: 0 12px;
}
.container_date_commentaire p{
	margin:0 !important;
}
.fullstar{
	background-image:url('../images/starOver.svg');
}
.emptystar{
	background-image:url('../images/starOut.svg');
}
.container_module_note_commentaire{
	width:25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.note_commentaire{
	width:20px;
	height:20px;
	background-size:cover;
	background-position: center;
}
.message_commentaire{
	/*font-size:16px !important;*/
	height:180px !important;
}

@media screen and (max-width: 480px){

	.container_second_bloc{
		margin: 0;
		position: unset;
		flex-wrap: wrap;
		height: auto;
	}
	.overlayOrange{
		padding: 50px 0;
	}
	.commas{
		position: unset;
		margin-left:calc(7.5% + 12px);
	}
	.container_avis_accueil {
		position: relative;
		bottom: 0;
		width:100%;
	}
	.container_avis_accueil h2{
		width:100%;
		padding: 0px 0;
	}
	.underline_white {
	    width: 30% !important;
	    margin-left: 0;
	}
	.container_caroussel_avis{
		width: 85%;
		margin: 0 auto;
		padding: 0px 12px;
		height: auto;
	}
	.carousel{
		height: auto !important;
	}
	.send_avis{
		width:300px;
		position: absolute;
		bottom:7%;
	}
	.container_competence {
	    width: 100%;
	    height: 650px;
	}
	.container_competence_module {
	    width: 85%;
	    margin: 0 auto;
	    margin-top: 50px;
	}
	.container_competence_module h2{
	    width: 100%;
	}
	.competence{
		width: 100%;
	}
}

@media screen and (min-width: 481px) and (max-width: 600px){
	.container_second_bloc{
		margin: 0;
		position: unset;
		flex-wrap: wrap;
		height: auto;
	}
	.overlayOrange{
		padding: 50px 0;
	}
	.commas{
		position: unset;
		margin-left:calc(7.5% + 12px);
	}
	.container_avis_accueil {
		position: relative;
		bottom: 0;
		width:100%;
		height:650px;
	}
	.container_avis_accueil h2{
		width:100%;
		padding: 0px 0;
	}
	.underline_white {
	    width: 30% !important;
	    margin-left: 0;
	}
	.container_caroussel_avis{
		width: 85%;
		margin: 0 auto;
		padding: 0px 12px;
		height: auto;
	}
	.carousel{
		height: auto !important;
	}
	.send_avis{
		position: absolute;
		bottom:10%;
	}
	.container_competence {
	    width: 100%;
	    height: 650px;
	}
	.container_competence_module {
	    width: 85%;
	    margin: 0 auto;
	    margin-top: 50px;
	}
	.container_competence_module h2{
	    width: 100%;
	}
	.competence{
		width: 100%;
	}
}

@media screen and (min-width: 601px) and (max-width: 800px){
	.container_second_bloc{
		margin: 0;
		position: unset;
		flex-wrap: wrap;
		height: auto;
	}
	.overlayOrange{
		padding: 50px 0;
	}
	.commas{
		position: unset;
		margin-left:calc(7.5% + 12px);
	}
	.container_avis_accueil {
		position: relative;
		bottom: 0;
		width:100%;
		height:650px;
	}
	.container_avis_accueil h2{
		width:75%;
		padding: 0px 0;
	}
	.underline_white {
	    width: 30% !important;
	    margin-left: 0;
	}
	.container_caroussel_avis{
		width: 70%;
		margin: 0 auto;
		padding: 0px 12px;
		height: auto;
	}
	.carousel{
		height: auto !important;
	}
	.send_avis{
		position: absolute;
		bottom:10%;
	}
	.container_competence {
	    width: 100%;
	    height: 650px;
	}
	.container_competence_module {
	    width: 70%;
	    margin: 0 auto;
	    margin-top: 50px;
	}
	.container_competence_module h2{
	    width: 75%;
	}
	.competence{
		width: 100%;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px){
	.container_avis_accueil h2{
		width:88%;
		
	}
	.container_competence_module h2{
	    width: 88%;
	}
	.container_competence_module {
	    width: 60%;
	    margin-left: calc(20% - 7.5%);
	    margin-top: 50px;
	}
	.send_avis{
		margin-top: 50px;
	}
}

/*

	Troisieme bloc page accueil

*/

.image_artisan{
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height:500px;
	width:100%;
}
.masque_image2{
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	width:100%;
	align-items: center;
	justify-content: space-around;
}
.texte_artisan{
	color:#ebe8de;
	text-align: left;
	width:70%;
	padding:3%;
}
.texte_artisan h3{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	color:#fff;
}

@media screen and (max-width: 480px){

	.image_artisan{
		background-attachment: unset;
		height: 700px;
	}
	.texte_artisan{
		width:85%;
		text-align: center;
	}
	.texte_artisan h3:nth-child(2){
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 600px){
	.image_artisan{
		background-attachment: unset;
		height: 700px;
	}
	.texte_artisan{
		width:85%;
		text-align: center;
	}
	.texte_artisan h3:nth-child(2){
		display: none;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px){
	.image_artisan{
		background-attachment: unset;
		height: 700px;
	}
	.texte_artisan{
		width:85%;
		text-align: center;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px){
	.image_artisan{
		background-attachment: unset;
	}
}
/*

	Quatrieme bloc page accueil

*/
.container_galerie{
	width:100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 0 50px 0;
}
.container_entete_galerie{
	width:85%;
	display: flex;
	padding: 70px 0;
}

.left_module_entete_galerie{
	width:30%;
}
.right_module_entete_galerie{
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top:20px;
}
.module_menu_galerie{
	width:23%;
	color:#000;
	border:1px solid #000;
	font-size:16px;
	text-align: center;
	padding: 6px 12px;
	cursor:pointer;
	transition: .3s ease-in;
}
.galerie_active{
	color:#fff;
	background-color: #f7992b;
	border:1px solid #f7992b;
}
.container_no_result{
	height:200px;
}
.texte_no_result{
	font-size:16px;
}
.module_menu_galerie:hover{
	color:#fff;
	background-color: #f7992b;
	border:1px solid #f7992b;
}
.title_galerie{
	font-size: 35px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	color:#000000;
}

.noPadding{
	padding:0 !important;
}

.container_module_galerie{
	width:32.5%;
	min-height:510px;
	background-position: center;
	background-size: cover;
	margin:0.5% 0;
	position: relative;
}
.container_galerie_allModule {
	min-height:510px;
}
.container_module_galerie h3, .container_module_galerie h4{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2.4px;
	color:#fff;
}
.container_module_galerie h4{
	font-size:26px;
}
.overlayOrangeGalerie{
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #f7992b;
	opacity:0;
	width: 100%;
	height:510px;
	transition: .5s ease;
	display: flex;
	align-items: center;
	justify-content: space-around;
	cursor: pointer;
}
.container_texte_galerie{
	width:80%;
	padding:50px 0;
	text-align:center;
}

.popup-style{
	width:100%;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.container_popup_left{
	width:70%;
	height: 100vh;
	background-image: url('../images/galerie/cuisine7.JPG');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.title_popup h2{
	color: #f7992b !important;
}
.container_popup_right{
	width:30%;
	height: 100vh;
	background-color: #fff;
	padding: 20px 12px;
}
.description_popup{
	margin-top:30px;
}
.container_bouton_galerie{
	margin-top:20px;
	width:100%;
	display: flex !important;
	justify-content: space-around;
}
.container_fleche{
	width:200px;
	margin: 0 auto;
}
.module_bouton_galerie{
	text-align: center;
	padding: 6px 12px;
	cursor:pointer;
	transition: .3s ease-in;	
}
.size_bouton_galerie{
	width:40px;
}


.container_module_galerie:hover .overlayOrangeGalerie {
	opacity:0.8;
}

@media screen and (max-width: 480px){

	.container_entete_galerie{
		flex-wrap: wrap;
	}

	.left_module_entete_galerie {
	    width: 100%;
	}
	.right_module_entete_galerie {
		width: 100%;
	}
	.module_menu_galerie {
	    width: 49.5%;
	    margin: 5px 0;
	    font-size:14px;
	}
	.container_galerie_allModule {
	    width: 85%;
	    margin: 0 auto;
	    flex-wrap: wrap;
	}
	.container_module_galerie {
	    width: 100%;
	    height:450px;
	}
	.overlayOrangeGalerie {
		height:450px;
	}
	.container_popup_left {
	    width: 100%;
	    height: 55vh;
	}
	.container_popup_right {
	    width: 100%;
	    height: 43vh;
	    padding:0 12px;
	}
	.description_popup{
		margin-top: 20px;
	}
}
@media screen and (min-width: 481px) and (max-width: 600px){
	.container_entete_galerie{
		flex-wrap: wrap;
	}

	.left_module_entete_galerie {
	    width: 100%;
	}
	.right_module_entete_galerie {
		width: 100%;
	}
	.module_menu_galerie {
	    width: 49%;
	    margin: 5px 0;
	}
	.container_galerie_allModule {
	    width: 85%;
	    margin: 0 auto;
	    flex-wrap: wrap;
	}
	.container_module_galerie {
	    width: 100%;
	    height:450px;
	}
	.overlayOrangeGalerie {
		height:450px;
	}
	.container_popup_right {
	    width: 100%;
	    height: 38vh;
	    padding:0 12px;
	}
	.container_popup_left {
	    width: 100%;
	    height: 61vh;
	}
	.description_popup{
		margin-top: 20px;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px){
	.container_entete_galerie{
		flex-wrap: wrap;
	}

	.left_module_entete_galerie {
	    width: 75%;
	}
	.right_module_entete_galerie {
		width: 100%;
	}
	.module_menu_galerie {
	    width: 24%;
	    margin: 5px 0;
	}
	.container_galerie_allModule {
	    width: 85%;
	    margin: 0 auto;
	    flex-wrap: wrap;
	}
	.container_module_galerie {
	    width: 49%;
	    height:450px;
	}
	.overlayOrangeGalerie {
		height:450px;
	}
	.container_popup_right {
	    height: 68vh;
	}
	.container_popup_left {
	    height: 68vh;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px){
	.container_entete_galerie{
		flex-wrap: wrap;
	}

	.left_module_entete_galerie {
	    width: 65%;
	}
	.right_module_entete_galerie {
		width: 100%;
	}
	.module_menu_galerie {
	    width: 24%;
	    margin: 5px 0;
	}
	.container_popup_right {
	    height: 84vh;
	}
	.container_popup_left {
	    height: 84vh;
	}
}
/* 

CINQUIEME BLOC

*/

.container_magasin{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	font-size:16px !important;
	margin-bottom: 50px;
}
.container_infos_magasin{
	width:60%;
	color:white;
	background-image: url('../images/fond.png');
	background-size: cover;
	background-position: center;
}
.overlayblack{
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	padding: 70px 0 50px 0;
}
.container_infos_magasin h2, .container_coaching_deco h2{
	width:55%;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.125em;
	letter-spacing: 2.4px;
	color:#fff;
	padding-left:5%;
}
.container_infos_magasin h3{
	color:#f7992b;
}
.container_texte_magasin{
	padding:5% 5% 2.5% 5%;
}
.container_magasin_bottom{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.container_horaires_magasin{
	padding:2.5% 5% 5% 5%;
	width: max-content;
}
.orange{
	color:#f7992b;
}


.container_coaching_deco{
	width:40%;
	background-color: #f7992b;
	padding: 70px 0 50px 0;
	color:white;
}
.container_module_deco{
	width:90%;
	margin: 0 auto;
}
.container_texte_deco{
	padding: 5%;
}
.container_texte_deco h3{
	color:#000;
}

.container_link{
	border:1px solid white;
	padding: 6px 12px;
	width:max-content;
	height: min-content;
	margin:0 auto;
}
.container_link a{
	color:white !important;
	font-family: "Oswald", Sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	text-align: center;
	padding: 6px 12px;
	transition: .3s ease-in;
}
.link_magasin:hover{
	color:#f7992b !important;
	background-color: white;
	padding: 6px 24px;
}
.link_deco:hover{
	color:#000 !important;
	background-color: white;
	padding: 6px 24px;
}

@media screen and (max-width: 480px){
	.container_magasin{
		flex-wrap: wrap;
	}
	.container_infos_magasin{
		width:100%;
	}
	.container_infos_magasin h2, .container_coaching_deco h2 {
	    width: 100%;
	}
	.container_coaching_deco {
	    width: 100%;
	}
	.container_module_deco {
	    width: 85%;
	}
	.margin5{
		margin-left: 5% !important;
	}

	iframe{
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 600px){
	.container_magasin{
		flex-wrap: wrap;
	}
	.container_infos_magasin{
		width:100%;
	}
	.container_infos_magasin h2, .container_coaching_deco h2 {
	    width: 100%;
	}
	.container_coaching_deco {
	    width: 100%;
	}
	.container_module_deco {
	    width: 85%;
	}
	.margin5{
		margin-left: 5% !important;
	}

	iframe{
		display: none;
	}
}

@media screen and (min-width: 601px) and (max-width: 800px){
	.container_magasin{
		flex-wrap: wrap;
	}
	.container_infos_magasin{
		width:100%;
	}
	.container_infos_magasin h2, .container_coaching_deco h2 {
	    width: 70%;
	}
	.container_coaching_deco {
	    width: 100%;
	}
	.container_module_deco {
	    width: 85%;
	}
	.margin5{
		margin-left: 5% !important;
	}
	.module_menu_galerie {
	    width: 24.8%;
	    font-size: 13px;
	}
	iframe{
		display: none;
	}
}

@media screen and (min-width: 801px) and (max-width: 1000px){

	.container_infos_magasin{
		width:50%;
	}
	.container_coaching_deco {
		width: 50%;
	}
	.container_infos_magasin h2, .container_coaching_deco h2 {
	    width: 75%;
	}
	iframe{
		display: none;
	}
}

