@CHARSET "utf-8"; 

/* PC */
@media all and (max-width:1650px) {
	#bandeau-haut .global {padding:0;}
}

@media all and (max-width:1620px) {
	
	#centre.centre-reseaux-gauche .global,
	#global.global-accueil #centre .global-special { padding-left: 45px !important; }
}


@media all and (max-width:1280px) {
	/* MODULE REALISATIONS AVEC FILTRES */
	#realisations-famille .conteneur {width: calc(33% - 2px); } 

}

@media all and (max-width:1259px) {

	iframe:not(.minifie) {width: 100% !important; }
	.iframe-responsive-wrapper {position: relative; }
	#contenu .iframe-responsive-wrapper .iframe-ratio { display: block; width: 97%; height: auto; }
	.iframe-responsive-wrapper .iframe-responsive-iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
	.iframe-responsive-wrapper .iframe-responsive-iframe iframe {width: 100% !important; height: 100% !important; }
		
	video {width:100%; height:auto; }
 
	.tableau-parent-5 .tableau-enfant {width:calc(33.333% - 35px) !important; }
 	
}

@media all and (max-width:1160px) {
	#module-contact #contact-elements > div {width:calc(50% - 20px); }
}


@media all and (max-width:990px) {		
	#menu .menu-element {  margin: 0 20px;}
	
}

@media all and (max-width:930px) {
	.tableau-parent-4 .tableau-enfant {width:calc(33.333% - 35px) !important; }
	/* Table responsive*/
	.table-responsive-label {display:table-row; }
}

@media all and (max-width:880px) {	
	body {width:100%; }
	.w1260 {display:none; }
	
	#global {min-width:inherit; margin:0 auto; width:auto; padding-top:115px; }
	#global:not(.global-accueil).no-bandeau {padding-top:115px; }
	
	/* Bandeau */	
	.noscroll #bandeau-haut,
	.noscroll #bandeau-contact #logo,
	.noscroll #bandeau-contact #bandeau-elements  {display:none; }
		
	#bandeau.sm {background:#d1fa94;}
	#bandeau.sm #bandeau-haut {height:0; z-index: 410; position: relative;}
	#bandeau.sm #bandeau-contact #logo {display:none; }
	#bandeau.sm #bandeau-conteneur {height:auto; }
			
	#bandeau.sm #bandeau-mobile {height: 28px; width: 25px; left: 5px; top: 0px; padding: 3px 5px; }
		
	#bandeau-contact {opacity:1; height:100%; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
	/* Si telephone et mail restent dans le bandeau en sm */
	#bandeau.sm #bandeau-contact {	position: absolute; right: 0; top: 0; width: calc(100% - 50px); height: 35px; z-index: 400; }
	#bandeau.sm #bandeau-contact #logo {display:none; }
	#bandeau.sm #bandeau-elements {position: absolute; top: 0px; right: 10px; z-index: 200; height: 35px; }
	#bandeau.sm #bandeau-elements .bandeau-element {height: 100%; overflow: hidden; }
	#bandeau.sm #bandeau-elements #bandeau-telephone,
	#bandeau.sm #bandeau-elements #bandeau-email {height:100%; }
			
	#bandeau.sm #bandeau-reseaux,
	#bandeau.sm #bandeau-elements #bandeau-recherche {display:none;}
	
	#bandeau.sm #bandeau-langues { position: absolute;  right: 420px;  top: 0;  z-index: 200; height: 35px; margin:0;}
	#bandeau.sm #bandeau-langues-smenu {top:35px;}
	#bandeau.sm #bandeau-langues-contenu {height:100%;}
	#bandeau.sm #bandeau-langues #bandeau-langues-smenu .langue {color: #001984;} 
	
	.lg { height: 115px; }
	.sm { height: 35px; border:none; }
		
	#bandeau-contact > .global {height:100%;  width: auto;}	
	#bandeau #logo {float:none; padding:0; margin:0 auto;height: 100%;  box-sizing: border-box; padding: 7px 0; }
	#bandeau #logo a img { }
	
 	/* bas */
	/* Menu mobile */
	#bandeau-mobile {min-width: inherit; width: 85px; height: 30px; padding: 5px; margin: 0px; position: absolute; left: 5px; bottom: 7px; z-index: 99999; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	#bandeau-mobile.open {left: 10px; top: 0; bottom:unset;}
	#bandeau-mobile.open span,
	#bandeau.sm #bandeau-mobile span {display:none; }
	#bandeau-mobile span {color: #4a553b; text-transform: uppercase; font-size: 17px; }
	#bandeau-mobile .hamburger {position: relative; display: inline-block; width: 24px; height: 1px; color: #4a553b; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #4a553b; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; }
	#bandeau-mobile .hamburger::before, 
	#bandeau-mobile .hamburger::after { content: ''; width: 24px; height: 1px; background: #4a553b; position: absolute; left: 0; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; }
	#bandeau-mobile .hamburger::before { top: -9px; }
	#bandeau-mobile .hamburger::after { bottom: -9px; }
	#bandeau-mobile .hamburger.active { background: #fff; left: 0px; }
	#bandeau-mobile .hamburger.active::before {background: #37342a; top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	#bandeau-mobile .hamburger.active::after {background: #37342a; bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }	

	#bandeau #menu-conteneur { padding: 0; position: fixed; z-index: 9999; top: 0; left: 0; height: 100% !important;  width: calc(100% - 45px); background: #fff; -webkit-transition: transform 0.5s; -khtml-transition: transform 0.5s; -moz-transition: transform 0.5s; -ms-transition: transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; -webkit-transform: translateX(-100%); -khtml-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); overflow: hidden; }
	#bandeau #menu-conteneur.open {display: block; -webkit-transform: translateX(0%); -khtml-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
	
	#bandeau #menu-wrapper {padding: 0 10px 10px; overflow-y: scroll; margin-top: 40px; height:calc(100% - 50px); }	
	#menu > .global { padding-top: 30px;    display: block; }
	#menu > .global > div,
	#menu > .global > div > div,
	#menu > .global > div > div > div {display:block; width:100%; }
	
	#menu .menu-element,
	#menu .menu-element.menu-grand {height:auto !important; margin:10px 0px 0 !important; display:block; padding:0 0 10px 5px; border-bottom:1px solid #edecec; }
	
	#menu .menu-element .menu-element-contenu {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
	#menu .menu-element .menu-element-contenu > i { cursor:pointer; display: block; color: #d1fa94; font-size: 22px;  margin-left: 20px; }
	
	#menu .menu-element .menu-element-contenu > a > span > span,
	#menu .menu-element .menu-element-contenu > a:visited > span > span,
	#menu .menu-element .menu-element-contenu > span > span,
	#menu .menu-element.menu-grand .menu-element-contenu > a > span > span, 
	#menu .menu-element.menu-grand .menu-element-contenu > span > span {padding:5px; text-align:left; color:#222222; border:none; font-size:15px; }
	#menu .menu-element br {display:none; }
	
	#menu .menu-element .menu-element-contenu > a > span > span::after,
	#menu .menu-element .menu-element-contenu > span > span::after,
	#menu .menu-element.selected .menu-element-contenu > a > span > span::after,
	#menu .menu-element.selected .menu-element-contenu > span > span::after,
	#menu .menu-element:hover .menu-element-contenu > a > span > span::after,
	#menu .menu-element:hover .menu-element-contenu > span > span::after {display:none !important; }	
	
	#menu .menu-element.selected .menu-element-contenu > a > span,
	#menu .menu-element.selected .menu-element-contenu > span {font-weight:700; }
	#menu .menu-element.selected .menu-element-contenu > a > span > span,
 	#menu .menu-element.selected .menu-element-contenu > span > span {color:#4a553b; }
		
	#menu .menu-element:hover .smenu-conteneur { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; animation-play-state:paused; }
	
	#menu .smenu-conteneur {margin-top:6px; width:100%; padding:0; visibility: visible; opacity: 1; position:relative; left:0 !important; top:0 !important; background:none; min-height: 0; }
	#menu .smenu-centre {border:none; margin:0; width:auto; }
	#menu .ssmenu-conteneur-images {display:none !important; }
	#menu .smenu-centre-menus {float:none; width:auto; border-radius: 0; padding:0 ; }
	#menu .smenu-conteneur .smenu-element{display:block; width:auto; }
	#menu .smenu-element > a > span, 
	#menu .smenu-element > span {text-align: left; padding:7px 0 7px 15px; display:block !important; border:none; width:auto; text-decoration:none; color:#000000; font-size:14px; text-transform: none; min-height:0; }
	#menu .smenu-element > a, #menu .smenu-element > a:hover {text-decoration:none; }
	#menu .smenu-element > span > span, 
	#menu .smenu-element > a > span > span {margin-right:0 !important; width:calc(100% - 20px) !important; }
	#menu .smenu-element > a > span > span::after, 
	#menu .smenu-element > span > span::after { margin-left:0; right:5px !important; }

	#menu .menu-element.menu-special .smenu-centre-menus { display: block; overflow: visible; border-radius: 0; width: 100%; border: none; }
	#menu .menu-element.menu-special .smenu-element {width:100% !important; border:none; }	
	#menu .menu-element.menu-special .smenu-element > a, #menu .menu-element.menu-special .smenu-element > span {background:none; display:block; }
	#menu .menu-element.menu-special .smenu-element .smenu-image {display:none !important; }
	#menu .menu-element.menu-special .smenu-element .smenu-nom {height:auto; padding:7px 0 7px 15px; }
	
	#menu .smenu-element.selected > a > span,
	#menu .smenu-element:hover > a > span,
	#menu .smenu-element.selected > span,
	#menu .smenu-element:hover > span {background:#d1fa94; }

	#menu .smenu-element > a > span::after,
	#menu .smenu-element > span::after,
	#menu .smenu-element.selected > a > span::after,
	#menu .smenu-element.selected > span::after,
	#menu .smenu-element:hover > a > span::after,
	#menu .smenu-element:hover > span::after {display:none !important; }
		
	
	#menu .ssmenu-element > a > span,
	#menu .ssmenu-element > span {padding:5px 0 10px 20px; }


	/* MODULE REALISATIONS AVEC FILTRES */
	#realisations-famille .conteneur{width: calc(50% - 4px); } 
	
}

@media all and (max-width:870px) {
	
	#bandeau #bandeau-elements #bandeau-recherche {width: 180px;}
    
}

@media all and (max-width:860px) {
	
	.tableau-parent-4 .tableau-enfant {width:calc(50% - 35px) !important; }
}

@media all and (max-width:830px) {
		
	#module-contact #contact-elements > div { width: 100%; }
	#module-contact-adresse iframe {height:300px;}
		
}

/* Tablette */
@media all and (max-width:780px) {
	#global #contenu * {-webkit-transition: unset !important; -moz-transition: unset !important; -ms-transition: unset !important; -o-transition: unset !important; transition: unset !important;	}

	#centre.centre-reseaux-gauche .global { padding-left: 20px !important; }
	#global.global-accueil #centre .global-special { padding-left: 10px !important; }  

	/* Centre */
	#centre {width:auto; margin:0; padding-top:0px; }
		
	/* Fil d'ariane */
	#ariane {display:none; }
	
	/* Contenu */
	#contenu {width:auto; }
	#contenu img:not(.minifie,.iframe-ratio,.ui-datepicker-trigger) {max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content; max-height:100%; height:auto !important; width:100% !important; float: none !important; padding: 15px 0 !important; margin: 0 auto !important; display: block !important;}
	
	/* Formulaire */
	#contenu .input-text,
	#contenu input[type="text"] {width:calc(100% - 15px); height:30px; }
	
	#contenu input[type="image"],#contenu input[type="checkbox"],#contenu input[type="radio"] {width:auto; height:auto; }
	#contenu select {height:45px; }
	#contenu textarea {width:calc(100% - 12px) !important; }
	.submit input, input.submit, .bouton, .bouton-fleche, #global a.bouton, #global a.bouton:visited, #global a.bouton-fleche, #global a.bouton-fleche:visited {width:auto; min-width:0; padding: 10px 15px; min-height: 30px;  font-size: 15px;}
	#contenu button.bouton {width:100%; margin:10px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
	.bouton-fleche i, #global a.bouton-fleche i {margin-left: 12px;}
	
	#contenu .form140 {float:none; text-align:left; width:auto; }

	#module-contact select {width:calc(100% - 5px); }
	#module-contact .form div.submit-conteneur, #module-contact #contact-captcha,
	#module-contact #contact-optin { margin-left:0; }	
	#contact-container .contact-vide {display:none; }
	
	/* Paginator */
	#paginator {margin:30px 0 20px; }
	#contenu #paginator .pagination-lien, #contenu #paginator .pagination-span {margin:0 9px; }

	.mosaique-conteneur {text-align:center; }

	#back-to-top {bottom: 46px; right: 6px; }
	
	.tableau-parent-3 .tableau-enfant, 
	.tableau-parent-4 .tableau-enfant, 
	.tableau-parent-5 .tableau-enfant {width:calc(50% - 35px) !important; }
		
	.table-responsive-50-pourcent tr,
	.table-responsive-100-pourcent tr {	width: 100%; margin: 0 0 1rem; }	
	
	#contenu .table-vertical thead tr {
	 left: -9999px; 
	 position: absolute; 
	 top: -9999px; 
	}
	#contenu .table-vertical table, #contenu .table-vertical thead, #contenu .table-vertical tbody, #contenu .table-vertical th, #contenu .table-vertical td, #contenu .table-vertical tr {
	 display: block; 
	}
	#contenu .table-vertical td {
	 -moz-border-bottom-colors: none; 
	 -moz-border-left-colors: none; 
	 -moz-border-right-colors: none; 
	 -moz-border-top-colors: none; 
	 border-color: #e0e0e0; 
	 border-image: none; 
	 border-style: none none solid; 
	 border-width: 0 0 1px; 
	 padding-left: 50% !important; 
	 position: relative; 
	 text-align: center; 
	 white-space: normal; 
	 padding-top: 3px; 
	 padding-bottom:3px; 
	 height:25px; 
	}
	
	#contenu .table-vertical td::before {
	 content: attr(data-title); 
	 font-weight: 700; 
	 left: 6px; 
	 padding-right: 10px; 
	 position: absolute; 
	 text-align: left; 
	 top: 6px; 
	 white-space: nowrap; 
	 width: 45%; font-size: 14px; 
	}	

	/* #reseaux-partage-gauche */
    #reseaux-partage-gauche-conteneur {bottom: 0; width: 100%; display: flex; transform: rotateY(0); top: initial !important; }
    #reseaux-partage-gauche-conteneur .reseau-partage {width: auto; flex: 1; }
    #reseaux-partage-gauche-conteneur .reseau-partage .reseau-partage-image {left: -0; border-radius: 0!important; padding: 0!important; }
    #reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook .reseau-partage-image {padding: 7px 7px 3px 7px; }
    #reseaux-partage-gauche-conteneur .reseau-partage i{transform: rotateY(0); text-align: center; -webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }
    #reseaux-partage-gauche-conteneur .reseau-partage:hover .reseau-partage-image {left: 0; }
    #reseaux-partage-gauche-conteneur .reseau-partage:hover i {transform: translateX(5px); }
    #global .reseau-partage-gauche .reseau-partage-image {  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
 
}



@media only screen and (max-width: 767px) {
	#bandeau #bandeau-elements #bandeau-recherche { width: auto;}
	#bandeau #bandeau-elements #bandeau-recherche-formulaire {padding:0;}
	#bandeau #bandeau-elements #bandeau-recherche-formulaire input {display:none;}
	#bandeau #bandeau-elements #bandeau-recherche-formulaire button { padding: 15px; cursor: pointer;}
	
	/* Table responsive */
	table.table-responsive { margin-bottom: 0; }
	.pinned { position: absolute; left: 0; top: 0; z-index:20; background: #fff; width: 181px; overflow: hidden; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td, .pinned .table-responsive-label th,
	.pinned table th p, .pinned table td p,
	table.table-responsive th:first-child p, table.table-responsive td:first-child p, 
	table.table-responsive td:first-child p	{ text-align:left !important; margin-top:6px; }
	
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table {}
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.table-responsive td, table.table-responsive th { white-space: nowrap; overflow: hidden; }
	table.table-responsive thead th {}
	table.table-responsive th:first-child, table.table-responsive td:first-child, 
	table.table-responsive td:first-child, table.table-responsive.pinned td,
	table.table-responsive .table-responsive-label th:first-child	{opacity:0; white-space: initial; }
	.pinned table th, .pinned table td, .pinned .table-responsive-label th,
	table.table-responsive th:first-child, table.table-responsive td:first-child, 
	table.table-responsive td:first-child, table.table-responsive.pinned td,
	table.table-responsive .table-responsive-label th:first-child	{ width:180px !important; max-width:180px; min-width:180px; word-wrap:break-word; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
	.table-responsive-label th.table-responsive-label-th {display:table-cell !important; }
	
		
}

@media all and (max-width: 715px) {	
	
	#white-popup-commande #form-coordonnee-conteneur {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
}

@media all and (max-width: 685px) {	
	
	#bandeau #bandeau-elements #bandeau-reseaux {display:none; }
	
	
	.tableau-enfant {margin:5px !important; }
	.tableau-parent-2 .tableau-enfant,
	.tableau-parent-3 .tableau-enfant,
	.tableau-parent-4 .tableau-enfant,
	.tableau-parent-5 .tableau-enfant {width:calc(50% - 15px) !important; }
}


@media all and (max-width: 655px) {
	#contenu-panier-reponse-conteneur {left: 5px; width: calc(100% - 10px); }
	
	
	#panier-methodes-paiement .panier-methode-paiement label {padding: 10px 30px 10px 15px;}
	#panier-methodes-paiement .panier-methode-paiement label::after  {text-align: center; width:30px;} 
}
@media all and (max-width: 640px) {	
	#global h1,
	#global h2.h1,
	.white-popup h1 {  font-size: 25px;}

}

@media all and (max-width: 625px) {
	/* Renseignement petite barre */
	#contenu .renseignement-titre {width: 100%; -webkit-box-flex: initial; -ms-flex: initial; flex: initial; min-width: 0; }
	#contenu .renseignement-titre::after {display:none; }
	#contenu .renseignement-contenu {width:100%; padding: 5px 0 5px 0px; min-width: 0; } 

}

@media all and (max-width: 605px) {
 	
	#contenu p,
	#contenu ul,
	#contenu h2,
	#contenu h3 {margin-left:0px; }
	#contenu ul ul {margin-left: 20px; }

	/* Table responsive */
	.pinned {width:136px; }
	.pinned table th, .pinned table td, .pinned .table-responsive-label th,
	table.table-responsive th:first-child, table.table-responsive td:first-child, 
	table.table-responsive td:first-child, table.table-responsive.pinned td,
	table.table-responsive .table-responsive-label th:first-child {max-width:115px; width:115px !important; min-width:115px; font-size:15px; box-sizing: initial; -webkit-box-sizing: initial; -moz-box-sizing: initial; -khtml-box-sizing:initial; }
	table.table-responsive th {font-size:15px; }
	
}


@media all and (max-width:580px) {

	#realisation-contenu .realisations-famille .conteneur { width:100%; margin:10px auto !important; max-height: 375px; } 	

	#bandeau.sm #bandeau-langues {right:290px;}
	
	#bandeau.sm #bandeau-elements > div { padding: 0;}
	#bandeau.sm #bandeau-elements > div::after {margin-left: 0;}
	#bandeau.sm #bandeau-elements #bandeau-telephone::after {margin-left:10px;}
	
	#bandeau.sm #bandeau-elements #bandeau-email {padding-right:0;}
	#bandeau.sm #bandeau-elements #bandeau-email a,
	#bandeau.sm #bandeau-elements #bandeau-email a:visited {height:35px; padding:0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	#bandeau.sm #bandeau-elements #bandeau-email i {margin:0;}
	#bandeau.sm #bandeau-elements #bandeau-email span {display:none;}
	
	
	#bandeau #bandeau-elements > div { padding: 0;}
	#bandeau #bandeau-elements > div::after {margin-left: 0;}
	
	#bandeau #bandeau-elements #bandeau-telephone::after {margin-left:10px;}
	
	#bandeau #bandeau-elements #bandeau-email {padding-right:0;}
	#bandeau #bandeau-elements #bandeau-email a,
	#bandeau #bandeau-elements #bandeau-email a:visited {height:100%; padding:0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	#bandeau #bandeau-elements #bandeau-email i {margin:0;}
	#bandeau #bandeau-elements #bandeau-email span {display:none;}
}


@media all and (max-width:500px) {
			
	.tableau-parent-2 .tableau-enfant,
	.tableau-parent-3 .tableau-enfant,
	.tableau-parent-4 .tableau-enfant,
	.tableau-parent-5 .tableau-enfant {margin:5px auto !important; width:100% !important; }
}

@media all and (max-width:480px) {
	
	#contenu #paginator .pagination-fleche {display:none !important; }

	#module-contact #contact-formulaire .contact-ligne > div {margin: 5px 0; }
	#module-contact #contact-formulaire .contact-ligne .contact-col {width:100%; }
	
}

@media all and (max-width:450px) {		
	
	#bandeau.sm #bandeau-langues {right:260px;}	
	#bandeau #bandeau-elements #bandeau-telephone i {display:none;}
	
	/* LABEL SUR LE COTÉ */
	.table-responsive-50-pourcent td {padding-left: 110px; }
	.table-responsive-50-pourcent td.nolabel {padding-left: 8px; text-align:center; }
	.table-responsive-50-pourcent td::before {width: 90px; padding: 5px; text-align: center; justify-content: center; line-height: 15px; }
	.table-responsive-50-pourcent td.nolabel::before {display:none; }

	/* LABEL AU DESSUS */
	.table-responsive-50-pourcent td,
	.table-responsive-100-pourcent td {padding: 0 0 7px; text-align: center !important; }
	.table-responsive-50-pourcent td.nolabel, 
	.table-responsive-100-pourcent td.nolabel { background: #fff !important; }
	.table-responsive-50-pourcent td::before, 
	.table-responsive-100-pourcent td::before {padding: 8px 5px; margin-bottom: 10px; text-align: center; justify-content: center; line-height: 15px; position: relative; top: 0; left: 0; width: 100%; 	box-sizing: border-box; }
	.table-responsive-50-pourcent td.nolabel::before,
	.table-responsive-100-pourcent td.nolabel::before {display:none; }
	.table-responsive-50-pourcent tr,
	.table-responsive-100-pourcent tr {margin: 0 0 38px; }
	
	/* Table responsive */
	.pinned {width:116px; }
	.pinned table th, .pinned table td, .pinned .table-responsive-label th,
	table.table-responsive th:first-child, table.table-responsive td:first-child, 
	table.table-responsive td:first-child, table.table-responsive.pinned td,
	table.table-responsive .table-responsive-label th:first-child {max-width:95px; width:95px !important; font-size:14px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }

	#recherche-pagination {display:none; }
	
	/* MODULE REALISATIONS AVEC FILTRES */	
	#realisations-famille .conteneur.realisation{ width:100%; margin:10px auto !important; max-height: 375px; } 		
	#realisations-famille .contenu .titre, 
	#realisations-famille .contenu .titre a, 
	#realisations-famille .contenu .titre a:visited {font-size:17px; }
	#realisations-famille .contenu .nom {font-size:15px; }	
}

@media all and (max-width:445px) {  
    #reseaux-partage-bas-conteneur .reseau-partage {margin:0;}
}
    
/* Smartphone */
@media all and (max-width:435px) {	
	#bandeau:not(.sm) #logo { float: right;}
	#bandeau-mobile {width: 70px;}
	#bandeau-mobile span {font-size: 13px;}

	#contenu img:not(.minifie,.ui-datepicker-trigger) { margin-left: auto !important; margin-right: auto !important; }
	
	#module-contact-adresse .contact-adresse-element i {  margin-right: 5px;}
	#module-contact-adresse .contact-adresse {    width: calc(100% - 40px);}
	
	#cookie-message-wrapper { 	padding: 20px 10px 20px 10px;  } 
	#cookie-choix-contenu .cookie-choix span { 	font-size:11px;  } 
	#cookie-consent-form .categorie .titre { 	width: 50%;  }
	#cookie-consent-form .categorie .configuration {	width: 48%;  }
}

@media all and (max-width:410px) {
  
	#bandeau.sm #bandeau-langues {  right: unset;  left: 60px;}
	
	#bandeau-langues {margin-left:0;}
	#bandeau #bandeau-elements #bandeau-recherche {margin-right: 10px;}
	#bandeau #bandeau-elements #bandeau-recherche-formulaire button {  padding: 15px 10px;}
	
	#bandeau #bandeau-elements #bandeau-telephone span {font-size:15px;}
}

@media all and (max-width:385px) {
	
	#bandeau-mobile {left: 5px; }

}

@media all and (max-width:345px) {
	#bandeau.sm #bandeau-langues {    left: 50px;} 
	#bandeau-langues {  padding: 0 10px;}
	#bandeau-langues-contenu img,
	#bandeau-langues-smenu .langue img {  width: 16px !important;  height: 16px !important;}
}