
@import url('https://fonts.googleapis.com/css?family=Raleway:500,700');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap');

/*@font-face {
	font-family: 'ArialAccentASCII';
	font-style: normal;
	font-weight: normal;
	src: local('ArialAccentASCII'), url('../font/ArialAccentASCII.woff2') format('woff2');
}*/

/*@font-face {
	font-family: 'Segoe UI Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Regular'), url('../font/Segoe UI.woff') format('woff');
}


@font-face {
	font-family: 'Segoe UI Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Italic'), url('../font/Segoe UI Italic.woff') format('woff');
}


@font-face {
	font-family: 'Segoe UI Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Bold'), url('../font/Segoe UI Bold.woff') format('woff');
}


@font-face {
	font-family: 'Segoe UI Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Segoe UI Bold Italic'), url('../font/Segoe UI Bold Italic.woff') format('woff');
}*/
/*
	Variables -- Non compatible avec IE
:root {
	--nav-height: 60px;
	--main-color: #e21b20;
}*/

/*	Font face */ 


/*	GENERAL	*/



* {
	box-sizing: border-box;
	/*letter-spacing: normal;*/
	/*word-spacing: 1.5px;*/
	scrollbar-width: thin;
	scrollbar-color: #e21b20 #f8e1e2;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb {
	background: #e21b20;
	border: 1px solid #e21b20;
}
::-webkit-scrollbar-thumb:hover {
	background: #ff373a;
}
::-webkit-scrollbar-thumb:active {
	background: #ff7072;
}
::-webkit-scrollbar-track {
	background: #f8e1e2;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::placeholder {
	font-style: italic;
}

::selection{
	background: #e21b20;
	color: #FFF;
}

::-moz-selection {
	background: #e21b20;
	color: #FFF;
}


.noselect {
	user-select: none;
}
html {
	background: #FFF;
}
body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: "Kanit", sans-serif;
	position: relative;
	color: #333;
	overflow-x: hidden;
	font-weight: 200;
	background-image: url(../img/background-website6.png);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

h1 {
	border-bottom: 2px solid #e21b20;
	font-size: 32px;
}

h1.no-container {
	padding-top: 85px;
	margin: 0 auto;
	font-weight: 400;
}

h1, h2 {
	max-width: 460px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	font-weight: 400;
	/*text-transform: uppercase;*/
	color: #e21b20;
	/*border-bottom: 1px solid #e21b20;*/
}

.large-h {
	max-width: 960px;
}

h3, h4 {
	color: #e21b20;
	max-width: 90%;
	margin: 15px auto;
}
h4 {
	font-size: 18px;
	text-align: center;
}

.opacity-low {
	opacity: 0.2;
}
.opacity-max {
	opacity: 1;
}


.block {
	display: block;
}
.clear {
	clear: both;
}

.justify {
	text-align: justify;
}
.big {
	font-size: 24px;
}
.center, table.left td.center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.small {
	font-size: 80%;
}
.smaller {
	font-size: 60%;
}
.red {
	color: #e21b20;
}
.green {
	color: #13a258;
}
.yellow {
	color: #ffbc06;
}
.orange {
	color: #f85900;
}
.bold {
	font-weight: 400;
}
.normal {
	font-weight: normal;
	font-style: normal;
}
.reset-mdp {
	/*display: block;
	width: 80%;*/
	display: block;
	width: 180px;
	text-align: right;
	margin: 10px 22px 0 auto;
}
a {
	text-decoration: none;
	color: inherit;
}

strong {
	font-weight: 400;
}
.container a:not(.button) {
	font-weight: 400;
}

.container {
	padding: 75px 0 75px 0;
	max-width: 960px;
	margin: auto;
}
.nopaddingtop {
	padding-top: 0px;
}
.align-left {
	text-align: left;
}


/*	MENU	*/
nav {
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: content-box;
	border-bottom: 2px solid #e21b20;
	background: #FFF;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	list-style: none;
	float: left;
}

nav li.clear {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

nav li.deconnexion, nav li.admin {
	float: right;
}

nav li a, nav li.admin {
	padding: 0 15px;
	display: block;
	line-height: 60px;
	height: 60px;
	background-color: #FFF;
	color: #e21b20;
	min-width: 60px;
	font-weight: 300;
}

nav li.admin {
	font-style: italic;
	text-transform: uppercase;
	opacity: 0.5;
}

nav.desktop li.deconnexion a {

	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
nav.mobile li.deconnexion a,
nav.mobile li.accueil a,
nav.mobile li.profil a,
nav.mobile li.invite a,
nav.mobile li.connexion a,
nav.mobile li.menuadmin a,
nav.mobile li.liste a {
	padding: 20px;
	height: 15vw;
	max-height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45%;
}
nav li.deconnexion a {background-image: url(../img/logout.png);}
nav.mobile li.accueil a {background-image: url(../img/home.png);}
nav.mobile li.profil a, nav.mobile li.connexion a {background-image: url(../img/membre.png);}
nav.mobile li.invite a {background-image: url(../img/invite.png);}
nav.mobile li.menuadmin a {background-image: url(../img/admin.png);}
nav.mobile li.liste a {background-image: url(../img/liste.png);}

nav li.deconnexion a:hover {background-image: url(../img/logout-blanc.png);}
nav.mobile li.accueil a:hover, nav.mobile li.accueil > a.active {background-image: url(../img/home-blanc.png);}
nav.mobile li.profil a:hover, nav.mobile li.connexion a:hover, nav.mobile li.profil a.active, nav.mobile li.connexion a.active {background-image: url(../img/membre-blanc.png);}
nav.mobile li.invite a:hover, nav.mobile li.invite > a.active {background-image: url(../img/invite-blanc.png);}
nav.mobile li.menuadmin a:hover, nav.mobile li.menuadmin > a.active {background-image: url(../img/admin-blanc.png);}
nav.mobile li.liste a:hover, nav.liste li.accueil > a.active {background-image: url(../img/liste-blanc.png);}

nav li a:hover, nav li a.active, footer a.active {
	background-color: #e21b20;
	color: #FFF;
}

nav li.deconnexion:hover a{
	background-image: url(../img/logout-blanc.png);
}

nav.desktop {
	display: block;
}
nav.mobile {
	display: none;
}
nav.mobile li {
	width: 15%;
}


footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 2px solid #e21b20;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	background: #FFF;
	z-index: 50;
}

footer a {
	font-size: 16px;
	padding: 10px 15px;
	color: #e21b20;
	font-weight: 300;
}

footer a:hover {
	background: #e21b20;
	color: #FFF;
}


/*	FORMULAIRES	*/

input, textarea, button, select, label, option {
	cursor: pointer;
}
input, textarea, button, select, optgroup {
	font-family: "Kanit", sans-serif;
	font-weight: 200;
	font-size: 18px;
	background: transparent;
	outline: none;
	box-shadow: none;
}
select {
	/*-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;*/
	background: transparent;
	position: relative;
}
/*select:after {
	content: " ";
	position: absolute;
	display: block;
	right: 0px;
	left: auto;
	width: 10px;
	height: 10px;
	background-image: url("../img/arrowSelect.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}*/
select option:active,
select option:focus,
select option:hover {
	background: #e21b20;
	color: #FFF;
}


button, .button {
	text-transform: uppercase;
	display: block;
	border: 1px solid #e21b20;
	background: #FFF;
	color: #e21b20;
	padding: 0 25px 3px 25px;
	height: 50px;
	min-width: 250px;
	font-weight: 400;
	position: relative;
	width: 250px;
}
button:before, .button:before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 50px;
	bottom: 0;
	border-left: solid 10px transparent;
	border-bottom: solid 7px #e21b20;
	content: " ";
}

button:after, .button:after {
	position: absolute;
	display: block;
	width: 50px;
	height: 7px;
	right: 0;
	bottom: 0;
	background: #e21b20;
	content: " ";
}


button:hover, .button:hover {
	background: #e21b20;
	color: #FFF;
}

.button {
	width: 75px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	
}
.button.gauche, .button.droite, .button.center,
.button-inv.gauche, .button-inv.droite, .button-inv.center {
	font-size: 24px;
	text-align: center;
	text-transform: none;
	width: 250px;
	height: 75px;
	line-height: 75px;
	margin: 100px;
	display: block;
}
.button.center, .button-inv.center {
	margin: 50px auto;
}
.button.gauche, .button-inv.gauche {
	float: left;
}
.button.droite, .button-inv.droite {
	float: right;
}

.button-inv {

	border: 3px solid #e21b20;
	color: #FFF;
	background: #e21b20;
}

.button-inv:hover {
	color: #e21b20;
	background: #FFF;
}

.center-block-button {
	margin: 15px auto;
	min-width: 300px;

}

.background-black {
	background: #000;
}

.button-small {
	line-height: 50px !important;
	height: 55px !important;
	font-size: 18px !important;
	width: 200px !important;
}

#conso-button {
	
	width: 325px;
	height: 55px;
	line-height: 50px;
	font-size: 18px;
	margin: 15px auto 25px auto;
}
.chauf-invite {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}

.ko, .ok {
	font-size: 18px;
	max-width: 720px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.ko img, .ok img {
	display: block;
	max-height: 35px;
	max-width: 35px;
	margin: 0px auto 15px auto;
}

.ko {
	background: #faddde;
	color: #e21b20;
}
.ok {
	background: #c2f7db;
	color: #13a256;
}

/*	-- 	Champs de formulaires	*/

form {
	max-width: 920px;
	margin: 0 auto;
	padding: 50px;
}


form button, div[class^="form-"] button {
	margin: 25px auto 10px auto;
}

select {
	padding: 5px;
	border: none;
	border-bottom: 1px solid #AAA;
}

form select {
	background: #EEE;
	max-width: 60%;
}
form select option:hover {
	background: #e21b20;
	color: #FFF;
}

fieldset form {
	padding: 25px 50px;
}

fieldset {
	border: 1px solid #e21b20;
	padding: 25px 0;
	margin: 90px auto 75px auto;
	background: #FFF;
	box-shadow: #e21b2077 0px 0px;
	transition: ease-out 0.2s;
	position: relative;
}

fieldset fieldset {
	margin: 90px auto;
	width: 80%;
}

fieldset:hover {
	box-shadow: #e21b2044 3px 3px;
}
.legend {
	background: #e21b20;
	padding: 10px 40px;
	color: #FFF;
	font-size: 20px;
	margin: 0px 0 0 -1px;
	font-weight: 400;
	height: 50px;
	min-width: 350px;
	position: absolute;
	display: inline-block;
	top: -50px;
	left: 0;
}
.legend:after {
	position: absolute;
	content: " ";
	display: block;
	box-sizing: content-box;
	border-right: solid 75px transparent;
	border-bottom: solid 50px #e21b20;
	right: -75px;
	top: 0px;

}

/*.anti-radio div {
	display: inline-block;
	width: 100px;
	margin: 10px 0 10px 20%;
}
.anti-radio div:last-child {
	margin: 10px 0 10px 5%;
}*/

.anti-radio {
	width: 50%;
	margin: 5px 0 5px 20%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

input[type="radio"], .anti-radio input[type="checkbox"] {
	display: none;
}
input[type="radio"] + label, .anti-radio input[type="checkbox"] + label {
	display: block;
	padding: 10px;
	background: #EEE;
	width: auto;
	font-weight: 300;
}

input[type="radio"]:checked + label, .anti-radio input[type="checkbox"]:checked + label {
	background: #e21b20;
	color: #FFF;
}


label:not(.radio):not(.checkbox),
input:not([type="radio"]):not([type="checkbox"]),
textarea {
	float: left;
	display: block;
	resize: none;
}

label:not(.radio):not(.checkbox),
input:not([type="radio"]):not([type="checkbox"]) {
	height: 30px;
}

input:not([type="radio"]):not([type="checkbox"]),
textarea {
	width: 60%;
	margin-right: 20%;
	margin-bottom: 10px;
	border: none;
	padding: 2px 5px;
}

input:not([type="radio"]):not([type="checkbox"]) {
	border-bottom: 1px solid #AAA;
	background: #EEE;
}



textarea {
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	background: #EEE;
}

label:not(.radio):not(.checkbox) {
	text-align: right;
	color: #555;
	font-style: italic;
	font-weight: 300;
	width: 20%;
	padding: 5px 25px 0 0;
}


input:not([type="checkbox"]):not([type="radio"]):hover,
select:hover,
textarea:hover{
	border-color: #e21b20;
}

.anti-checkbox {
	text-align: right;
	margin: 10px 20%;
}

#invitation .anti-checkbox {
	text-align: left;
}

.anti-checkbox label,
.anti-checkbox input {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}

.anti-checkbox input {
	outline: 1px solid #CCC;
}

#recherche-membre,
#recherche-chaufferie,
#recherche-alert {
	float: none;
	display: block;
	margin: 50px auto;
}

.tight-form input:not([type="radio"]):not([type="checkbox"]), .tight-form textarea {
	width: 50%;
}
.tight-form label:not(.radio):not(.checkbox) {
	width: 30%;
}


/*	Liste Accueil	*/
.liste-chaufferie {
	overflow: auto;	/* évite le margin du h2 */
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 0 50px;
	position: relative;
}
.liste-chaufferie h2 {
	text-transform: none;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: left;
	color: #534F49;
	font-size: 24px;
	font-weight: normal;
}
.liste-chaufferie p {
	color: #534F49;
	font-size: 22px;
	font-weight: normal;
}

@-moz-document url-prefix() {
	.liste-chaufferie p {
		font-weight: 50;
	}
}
@-webkit-document url-prefix() {
	.liste-chaufferie p {
		font-weight: 50;
	}
}
@-o-document url-prefix() {
	.liste-chaufferie p {
		font-weight: 50;
	}
}

.liste-chaufferie:hover {
	background: #FFFFFF55;
}



.liste-chaufferie h2 {

}

.liste-chaufferie .picto-accueil {
	position: absolute;
	right: 20%;
	top: 25px;
	height: 30px;
	width: 30px;
}


/*	Listes	*/

table {
	max-width: 960px;
	margin: 5px auto;
	border-collapse: collapse;
	background: #FFF;
}

th {
	padding: 10px;
	color: #534f49;
	border-top: 2px solid #e21b20;
	border-bottom: 2px solid #e21b20;
	text-transform: uppercase;
	font-weight: 400;
}

th:first-child {
	border-left: 2px solid #e21b20;
}
th:last-child {
	border-right: 2px solid #e21b20;
}

tr, td {
	position: relative;
}

td {
	padding: 10px;
	border: 2px solid #e21b20;
	text-align: center;
}


td textarea[name="adresse"] {
	max-height: none;
	height: 150px;
	overflow: hidden;
	display: block;
	width: 250px;
	margin: 0;
	border-bottom: none;
}


a.picto {
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	margin: 0 5px;
}
a[title="Message"] {
	background-image: url("../img/email.png");
}
a[title="Modifier"] {
	background-image: url("../img/modifier.png");
}
a[title="Voir"], a[title="Consulter"] {
	background-image: url("../img/oeil.png");
}
a[title="Lier à une chaufferie"],
a[title="Lier à un membre"] {
	background-image: url("../img/invite.png");
}
a[title="Gérer la chaufferie"], a[title="Gérer le membre"] {
	background-image: url("../img/modifier.png");
}

img[alt="droit_modif"] {
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
}


/*	Profil 	*/
.profil form {
	padding: 5px 0;
}

.profil form[id*='change_'] label,
.profil form[id*='supprime_'] label {
	width: 40%;
}
.profil form[id*='change_'] input,
.profil form[id*='supprime_'] input {
	width: 40%;
}

button[name="supprime_chaufferie"] {
	font-size: 16px;
}

.button-delete {
	margin: 25px auto;
    padding: 5px;
    height: 45px;
}
.button-free {
	width: auto;
	height: auto;
	padding: 7px 20px;
	display: inline-block;
	margin: auto;
}
.profil select {
	vertical-align: middle;
}
#supprime_invitation {
	display: block;
}
#supprime_invitation button {
	display: block;
	max-width: 30px;
	max-height: 30px;
	min-width: 25px;
	padding: 0;
	margin: auto;
	border: none;
	background-color: transparent;
	background-image: url('../img/picto_ko.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
#supprime_invitation button:before, #supprime_invitation button:after {
	content: none;
}

.successlogo {
	opacity: 0;
	position: absolute;
	max-width: 30px;
	max-height: 30px;
	right: -50px;
	margin: auto;
	top: 0;
	bottom: 0;
}

#email textarea {
	min-height: 300px;
}

.null {
	text-align: center;
	font-size: 0.8em;
}


/*	Chaufferie	*/

h2.menu {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	text-transform: none;
	max-width: 100%;
}

a.retour {
	display: inline-block;
	color: #e21b20;
	min-height: 25px;
	margin: 10px;
	padding: 15px;
	font-size: 22px;
	font-weight: 200;
	overflow: hidden;
}

a.retour:hover {
	text-decoration: underline;
}

/*a.retour:before {
	background: #e21b20;
	content: "< ";
	position: absolute;
	width: 25px;
	height: 25px;
	left: -0px;

}*/

.ligne {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	height: 70px;
	font-size: 24px;
	border-bottom: 1px solid #CCC;
}


.ligne > * {
	height: 50px;
	line-height: 50px;
}


.ligne .propriete {
	position: absolute;
	padding: 0 10px;
}

.ligne .valeur {
	position: absolute;
	color: #FFF;
	min-width: 150px;
	right: 0;
	font-weight: 400;
}
.ligne .propriete, .ligne .valeur {
	color: #534F49;
}
/*.ligne .valeur:before {
	content: " ";
	position: absolute;
	border: 25px solid #e21b20;
	border-top-color: transparent;
	border-left-color: transparent;
	left: -50px;
}*/
/*.ligne:first-of-type {
	padding: 0;
	height: 50px;
}*/
a.ligne {
	display: block;
	border-bottom: 1px solid #e21b20;
}


a.ligne .propriete {
	font-weight: 200;
}

a.ligne .valeur {
	font-weight: 400;
}
.ligne-defaut .propriete {
	font-weight: 400;
}

.ligne-defaut .valeur {
	font-weight: 200;
	text-align: right;
}
a.ligne:hover {
	background: #FFFFFF55;
}

.ligne .sous-donnees {
	margin: 50px 25px 30px 25px;
	height: auto;
}
.ligne.liste-chaudiere {
	height: auto;
}

.ligne .sous-propriete, .ligne .sous-valeur {
	float: left;
	margin: 5px;
	width: 100px;
	font-weight: 200;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
}

.ligne .sous-propriete {
	clear: both;
}

.solution-proposee, .defaut-description {
	color: #534F49;

}
div.solution-proposee, .defaut-titre {
	font-weight: 400;
	font-size: 24px;
	margin: 25px 10px 0px 10px;
}
p.solution-proposee, .defaut-text {
	font-size: 22px;
	margin: 0px 25px;

}

.ch-accueil {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: center;
	max-width: 960px;
	padding: 0 20%;
}

.ch-accueil .ligne {
	display: block;
	margin: 5px;
	height: auto;	
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 150px;
}

.ch-accueil a.ligne {
	border: 1px solid #e21b20;
}

.ch-accueil .propriete, .ch-accueil .valeur {
	position: relative;
	display: block;
	text-align: center;
}

.ch-accueil .propriete {
	font-size: 16px;
	line-height: initial;
}
.ch-accueil .ligne > * {
	height: auto;
}

.ch-accueil .ligne > .valeur {
	padding: 10px;
}

.ch-accueil .valeur, .ch-accueil a .valeur {
	font-size: 38px;
	font-weight: 200;
}

.ch-accueil .w-n-icon {
	bottom: 0;
	top: auto;
	right: 2px;
	left: auto;
	max-width: 25px;
	max-height: 25px;
}

h3.puissanceCumulee {
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 75%;
	font-weight: 200;
	color: #e21b20;
	border-bottom: 1px solid #e21b20;
}

.chaufferie-icon {
	position: absolute;
	margin: auto;
	left: -80px;
	top: 0;
	bottom: 0;
	max-width: 30px;
	max-height: 30px;
}

.w-n-icon {
	left: -140px;
}

/*a.ligne.modif {
	font-weight: 200;
}
a.ligne.modif .propriete {
	color: #000;
}*/

.camembert {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 400px;
}

.camembert .left, .camembert .right, .camembert .mesure {
	height: 200px;
	width: 200px;
	position: absolute;
	margin: auto;
	border-radius: 5000px;
	left: 0; right: 0;
	top: 0; bottom: 0;
	transform: rotate(-45deg);
}
.camembert .left {
	border: 20px solid #CCC;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.camembert .right {
	border: 20px solid #e21b20;
	border-left: 20px solid transparent;
	border-top: 20px solid transparent;
}

.camembert .mesure {
	border: 20px solid #e21b20;
	border-left: 20px solid transparent;
	border-top: 20px solid transparent;
	transform: rotate(-20deg);
}

h3 {
	text-align: center;
	color: #e21b20;
	font-weight: 200;
	font-size: 28px;
	margin-top: 50px;
}

.camembert .pourcentage {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	color: #e21b20;
	font-size: 28px;
}

.camembert-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.titre-graphe {
	font-size: 24px;
	margin: 20px 50px;
	color: #534F49;
}
.titre-graphe-mois, .titre-graphe-lasthours {
	float: left;
}
.titre-mode {
	float: right;
	font-size: 24px;
	margin: 20px 20px;
	color: #534F49;
	width: 300px;
	text-align: right;
}
.legend-color {
	margin: 2px 50px;
}
.legend-color span {
	display: inline-block;
}
.legend-color .legend-color-block {
	width: 10px;
	height: 10px;
}
.legend-color .legend-color-text {
	margin-left: 8px;
}
.sous-titre-graphe {
	margin: 0px 50px;
	color: #534F49;
}
.unite-y {
	width: 55px;
	text-align: right;
}
.svg-titre-graphe {
	margin-left: 75px;
}
.canvas-container, .svg-container {
	margin: 25px 0;
	display: flex;
	width: 960px;
	flex-wrap: wrap;
	position: relative;
}
.svg-container .ordonnee-unit, .svg-container .abscisse-unit {
	position: absolute;
	width: 60px;
}
.svg-container .ordonnee-unit {
	top: -25px;
	left: -5px;
	text-align: right;
}
.svg-container .abscisse-unit {
	bottom: 0px;
	right: -85px;
	font-size: 14px;
}

.svg-container {
	width: auto;
}

.whole-container {
	display: inline-block;
}
.legend-y {
	width: 60px;
}
.legend-y-svg {
	width: 5%;
}
.legend-y div {
	font-weight: 300;
	text-align: right;
	margin-right: 5px;
}
.legend-x {
	margin-left: 60px;
	display: flex;
	/*min-width: calc(100% + 100% / 5);*/
	justify-content: space-between;
	flex-direction: row-reverse;
}
.legend-x.barre-temp {
	flex-direction: row;
}
.legend-x.barre-temp div {
	text-align: center;
}

.bar-graph .legend-x {
	flex-direction: row;
	font-size: 12px;
}

.legend-x div span {
	font-size: 12px;
	display: block;
	width: 50px;
	text-align: center;
	transform: translate(-25px, 0);
}

.bar-graph .legend-x div span {
	transform: none;
}

.legend-x-svg, .legend-x-svg-conso {
	width: 95%;
	margin-left: 5%;
}

.legend-x-svg div, .legend-x-svg-conso div {
	text-align: center;
	flex-basis: 100%;
	font-size: 12px;
	font-weight: 300;
}

.legend-x-svg div:first-child {
	text-align: right;
	flex-basis: 50%
}

.legend-x-svg div:last-child {
	text-align: left;
	flex-basis: 50%
}

canvas, svg {
	/*width: 720px;
	height: 540px;*/
	display: block;
	margin: 10px auto;
}

#change_valeur label,
#change_valeur input {
	width: 40%;
}

.consultation {
	width: 480px;
	margin: 0 auto;
}
.consultation h1, 
.consultation h2, 
.consultation h3 {
	text-transform: none;
}
.consultation h3 {
	margin: 15px auto;
}
.consultation p {
	text-align: center;
}

#supprime_membre button,
#supprime_chaufferie button {
	margin: 15px auto;
}
form#supprime_chaufferie {
	padding: 0;
}
form#supprime_chaufferie button {
	margin-top: 0;
}

.ml {
	border: none;
	background: transparent;
}


.ml td {
	border: none;
	padding: 20px;
}

.ml tr:hover {
	background: #fcedee;
}
.ml td:first-of-type {
	text-transform: uppercase;
	text-align: right;
}

.googleMaps {
	display: block;
	width: 250px;
	max-width: 20%;
	margin: 0px auto 25px auto;
	float: right;
}

.cgu {
	width: 960px;
	max-width: 95%;
	margin: 25px auto;
}

.cgu h2 {
	margin: 75px 0 25px 0;
	text-transform: none;
	text-align: left;
	font-size: 22px;
	max-width: 100%;
}

.cgu p{
	text-align: justify;
}

.promo-txt {
	display: block;
	text-align: center;
	padding: 50px 0 10px 0;
}
.promo-img {
	display: block;
	height: 150px;
	width: 200px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto 10px auto;
}

.box {
	max-width: 720px;
	background: #EEE;
	padding: 25px;
	margin: 15px auto;
}

.change_adresse {
	position: absolute;
	right: -1px;
	bottom: -1px;
	border-width: 1px;
}


#ecs-schema, #chaudiere-schema, #circuit-schema, #filtration-schema {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 745px;
	width: 650px;
	margin: 25px auto;
	position: relative;
}

#ecs-schema span, #chaudiere-schema span, #circuit-schema span, #filtration-schema span {
	display: block;
	font-size: 24px;
	color: #534f49;
	position: absolute;
}

#ecs-schema {
	background-image: url('../img/schemaECS-marges.png');
}

#chaudiere-schema {
	background-image: url('../img/schemaChaudiere-marges.png');
}

#circuit-schema {
	background-image: url('../img/schemaCircuit-marges.png');
}

#filtration-schema {
	background-image: url('../img/schemaFiltration-marges.png');
}

#ecs-schema #ECS_tempSetup 				{top: 0px; left: 260px; color: #13a258;}
#ecs-schema #ECS_tempSortie 			{top: 10px; left: 70px; color: #e21b20;}
#ecs-schema #ECS_tempHautBallon 		{top: 250px; left: 70px;}
#ecs-schema #ECS_tempBasBallon 			{top: 600px; left: 70px;}
#ecs-schema #ECS_debitBoucle 			{top: 200px; left: 220px;}
#ecs-schema #ECS_tempRetourBoucle 		{top: 230px; left: 245px;}
#ecs-schema #ECS_debitSortieSecondaire 	{top: 160px; left: 380px;}
#ecs-schema #ECS_tempSortieSecondaire 	{top: 190px; left: 380px;}
#ecs-schema #ECS_tempEntreePrimaire 	{top: 505px; left: 455px;}
#ecs-schema #ECS_positionV3V 		 	{top: 400px; left: 510px;}
#ecs-schema #ECS_tempAvantV3V 		 	{top: 440px; left: 570px;}
#ecs-schema #ECS_etatPompe2 		 	{top: 670px; left: 290px;}
#ecs-schema #ECS_etatPompe1 		 	{top: 670px; left: 340px;}

#chaudiere-schema #chaudiere_tempFumee		{top: 50px; left: 460px; color: #ae25ff;}
#chaudiere-schema #chaudiere_vitesseBruleur	{top: 240px; left: 105px;}
#chaudiere-schema #chaudiere_pression		{top: 230px; left: 540px;}
#chaudiere-schema #chaudiere_debitEau		{top: 470px; left: 510px;}
#chaudiere-schema #chaudiere_etatPompe		{top: 560px; left: 250px;}
#chaudiere-schema #chaudiere_tempDepart		{top: 640px; left: 350px; color: #e21b20;}
#chaudiere-schema #chaudiere_tempRetour		{top: 640px; left: 470px; color: #328dff;}

#circuit-schema #circuit_tempSetup		{top: 20px; left: 200px; color: #13a258;}
#circuit-schema #circuit_tempDepart		{top: 70px; left: 250px; color: #e21b20;}
#circuit-schema #circuit_tempRetour		{top: 70px; left: 460px; color: #328dff;}
#circuit-schema #circuit_debitEau		{top: 300px; left: 70px;}
#circuit-schema #circuit_positionV3V	{top: 565px; left: 120px;}

#filtration-schema #filtration_niveauEncrassementFiltre	{top: 50px; left: 310px;}

table.left td {
	text-align: left;
}

.rapport-boutons {
	margin: 0 auto;
	max-width: 200px;
}
.rapport-boutons a {

	display: inline-block;
	height: 50px;
	line-height: 46px;
	width: 100%;
	text-align: center;
	color: #FFF;
	background: #e21b20;
	border: 2px solid #e21b20;
}

.rapport-boutons a:hover {
	color: #e21b20;
	background: #FFF;
}

.etatPompeLast td {
	border-collapse: collapse;
	font-weight: 400;
}

.clickToShow {
	cursor: pointer;
}

.hidden {
	display: none;
}

.scrolling-horizontal {
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	/*width: 95vw;*/
	/*background: #FFF;*/
	overflow-x: scroll;
	flex-wrap: nowrap;
	/*scrollbar-width: auto;*/
	/*scrollbar-width: none;*/
	overflow-y: hidden;
	height: 632px;
}
/*.scrolling-horizontal.espace-comm {
	height: 630px;
}*/
.commentaire-module {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 6.5%;
	font-weight: 200;
	font-size: 14px;
	line-height: 14px;
}

.schema-container {
	padding: 0px;
	display: flex;
	/*transform: scale(0.8) translateX(-50px) translateY(-100px);*/
}

.schema-container .blocAccueil {
	display: block;
	position: relative;
	transition: 0.2s ease-out;
}

.schema-container a.blocAccueil:hover {
	background-color: rgba(255, 54, 54, 0.06);
	box-shadow: 0px 0px 2px #e21b2088;
}

.schema-container a.blocAccueil.defaut .decoupe {
	filter: brightness(40%)  drop-shadow(12px 12px 0px #00000011);
}

.schema-container div.blocAccueil.blocValeur {
	min-width: 700px;
	padding: 50px;
	padding-top: 100px;
}
.schema-container div.blocAccueil.noECS {
	min-width: auto;
	width: auto;
}

.schema-container div.blocAccueil > img.decoupe[alt="noECS"] {
	margin-top: 64px;
}

.schema-container h2 {
	font-size: 18px;
	margin: 0px auto 20px auto;
	font-weight: 400;
	max-height: 44px;
}

.schema-container .ligne {
	font-size: 18px;
	height: 65px;
}

.schema-container .blocAccueil .valeurAccueil {
	display: block;
	position: absolute;
	font-size: 14px;
	min-width: 100px;
	font-weight: 400;
}
.schema-container a.blocAccueil.defaut .valeurAccueil {
	display: none;
}

.schema-container img {
	display: block;
	max-height: 510px;
	/*max-height: 460px;*/
}

.schema-container img.decoupe {

	filter: drop-shadow(12px 12px 0px #00000011);
}
.schema-container img.w-n-icon.etatSystem,
.schema-container img.w-n-icon.maintienPression,
.schema-container img.w-n-icon.surpresseur {
	left: 0;
}

.schema-container .chaudiere_tempDepart {
	color: #e21b20;
	top: 69%;
	left: 37%;
}
.schema-container .chaudiere_tempRetour {
	color: #328dff;
	top: 69%;
	left: 66%;
}
/*

*/
.schema-container .chaudiere_tempFumee {
	color: #ae25ff;
	top: 16%;
	left: 62%;
}
.schema-container .chaudiere_pression {
	text-align: right;
	top: 20%;
	right: 65%;
}
.schema-container .chaudiere_debitEau {
	text-align: right;
	top: 33%;
	right: 69%;
}
.schema-container .chaudiere_etatPompe {
	top: 51%;
	left: 38%;
}
.schema-container .chaudiere_vitesseBruleur {
	top: 33%;
	left: 68%;
}

.schema-container .desemboueur_niveauEncrassementFiltre {
	text-align: right;
	top: 48%;
	right: 70%;
}
.schema-container .desemboueur_debitPompeFiltration {
	text-align: right;
	top: 62%;
	right: 70%;
}

.schema-container .desemboueur_tempAvantV3V {
	color: #e21b20;
	text-align: right;
	top: 90%;
	right: 0%;
}

.schema-container .circuit_tempDepart {
	color: #e21b20;
	text-align: center;
	top: 18%;
	left: 32%;
}
.schema-container .circuit_tempRetour {
	color: #328dff;
	text-align: center;
	top: 18%;
	left: 59%;
}
.schema-container .circuit_debitEau {
	text-align: right;
	top: 41%;
	right: 65%;
}
.schema-container .circuit_positionV3V {
	color: #e21b20;
	text-align: right;
	top: 62%;
	right: 60%;
}
.schema-container .circuit_positionV3V_inv {
	color: #328dff;
	text-align: left;
	top: 49%;
	left: 51%;
}
.schema-container .circuit_tempSetup {
	font-style: italic;
	color: #13a258;
	text-align: center;
	top: 12%;
	left: 38%;
	width: 36%;
}

.schema-container .ecs_ECS_departDebitPompeDouble,
.schema-container .ecsdouble_ECS_departDebitPompeDouble,
.schema-container .ecsdouble_ECS2_ECS_departDebitPompeDouble {
	color: #e21b20;
	top: 34%;
	left: 24%;
}
.schema-container .ecs_tempSortieSecondaire,
.schema-container .ecsdouble_tempSortieSecondaire,
.schema-container .ecsdouble_ECS2_tempSortieSecondaire {
	color: #e21b20;
	text-align: center;
	top: 15%;
	left: 64%;
}
.schema-container .ecs_tempEntreePrimaire,
.schema-container .ecsdouble_tempEntreePrimaire,
.schema-container .ecsdouble_ECS2_tempEntreePrimaire {
	color: #e21b20;
	text-align: center;
	top: 15%;
	left: 20%;
}
.schema-container .ecs_ECS_tempSortie,
.schema-container .ecsdouble_ECS_tempSortie,
.schema-container .ecsdouble_ECS2_ECS_tempSortie {
	color: #e21b20;
	text-align: center;
	top: 9%;
	left: 84%;
}
.schema-container .ecs_tempHautBallon,
.schema-container .ecsdouble_tempHautBallon,
.schema-container .ecsdouble_ECS2_tempHautBallon {
	color: #FFF;
	text-align: center;
	top: 43%;
	left: 84%;
}
.schema-container .ecs_tempBasBallon,
.schema-container .ecsdouble_tempBasBallon,
.schema-container .ecsdouble_ECS2_tempBasBallon {
	color: #FFF;
	text-align: center;
	top: 85%;
	left: 84%;
}
/*.schema-container .ecs_tempAvantV3V,
.schema-container .ecsdouble_tempAvantV3V,
.schema-container .ecsdouble_ECS2_tempAvantV3V {
	color: #e21b20;
	text-align: right;
	top: 480px;
	right: 735px;
}*/
.schema-container .ecs_positionV3V,
.schema-container .ecsdouble_positionV3V,
.schema-container .ecsdouble_ECS2_positionV3V {
	color: #e21b20;
	text-align: right;
	top: 62%;
	right: 87%;
}
.schema-container .ecs_positionV3V_inv,
.schema-container .ecsdouble_positionV3V_inv,
.schema-container .ecsdouble_ECS2_positionV3V_inv {
	color: #328dff;
	text-align: left;
	top: 49%;
	left: 20%;
}
.schema-container .ecs_debitBoucle,
.schema-container .ecsdouble_debitBoucle,
.schema-container .ecsdouble_ECS2_debitBoucle {
	color: #ae25ff;
	text-align: center;
	top: 24%;
	left: 67%;
}
.schema-container .ecs_tempRetourBoucle,
.schema-container .ecsdouble_tempRetourBoucle,
.schema-container .ecsdouble_ECS2_tempRetourBoucle {
	color: #ae25ff;
	text-align: center;
	top: 28%;
	left: 67%;
}
.schema-container .ecs_ECS_etatPompe1,
.schema-container .ecsdouble_ECS_etatPompe1,
.schema-container .ecsdouble_ECS2_ECS_etatPompe1 {
	text-align: right;
	top: 94%;
	right: 41%;
}
.schema-container .ecs_ECS_etatPompe2,
.schema-container .ecsdouble_ECS_etatPompe2,
.schema-container .ecsdouble_ECS2_ECS_etatPompe2 {
	top: 94%;
	left: 62%;
}
.schema-container .ecs_ECS_tempSetup,
.schema-container .ecsdouble_ECS_tempSetup,
.schema-container .ecsdouble_ECS2_ECS_tempSetup {
	font-style: italic;
	text-align: center;
	top: 12%;
	left: 44%;
	color: #13a258;
}

.schema-container .ecsnosec_tempEntreePrimaire {
	color: #e21b20;
	text-align: center;
	top: 15%;
	left: 37%;
}

.schema-container .ecsnosec_positionV3V {
	color: #e21b20;
	text-align: right;
	top: 61%;
	right: 80%;
}
.schema-container .ecsnosec_positionV3V_inv {
	color: #328dff;
	text-align: left;
	top: 48%;
	left: 30%;
}

.schema-container .ecsnosec_tempHautBallon {
	color: #FFF;
	text-align: center;
	top: 42%;
	right: 2%;
}
.schema-container .ecsnosec_tempBasBallon {
	color: #FFF;
	text-align: center;
	top: 590px;
	right: 2%;
}

.schema-container .ecsnosec_ECS_departDebitPompeDouble {
	color: #e21b20;
	top: 34%;
	left: 36%;
}
.schema-container .ecsnosec_ECS_tempSetup {
	font-style: italic;
	text-align: center;
	top: 15%;
	left: 60%;
	color: #13a258;
}

.schema-container .ecsdepartechangeur_ECS_departDebitPompeDouble {
	color: #e21b20;
	top: 34%;
	left: 20%;
}
.schema-container .ecsdepartechangeur_tempSortieSecondaire {
	color: #e21b20;
	text-align: center;
	top: 150px;
	left: 530px;
}
.schema-container .ecsdepartechangeur_tempEntreePrimaire {
	color: #e21b20;
	text-align: center;
	top: 15%;
	left: 21%;
}
.schema-container .ecsdepartechangeur_ECS_tempSortie {
	color: #e21b20;
	text-align: center;
	top: 22%;
	left: 77%;
}
.schema-container .ecsdepartechangeur_tempHautBallon {
	color: #FFF;
	text-align: center;
	top: 43%;
	left: 40%;
}
.schema-container .ecsdepartechangeur_tempBasBallon {
	color: #FFF;
	text-align: center;
	top: 84%;
	left: 40%;
}
.schema-container .ecsdepartechangeur_tempAvantV3V {
	color: #e21b20;
	text-align: right;
	top: 480px;
	right: 735px;
}
.schema-container .ecsdepartechangeur_positionV3V {
	color: #e21b20;
	text-align: right;
	top: 61%;
	right: 89%;
}
.schema-container .ecsdepartechangeur_positionV3V_inv {
	color: #328dff;
	text-align: left;
	top: 48%;
	left: 17%;
}
.schema-container .ecsdepartechangeur_debitBoucle {
	color: #ae25ff;
	text-align: center;
	top: 18%;
	left: 84%;
}
.schema-container .ecsdepartechangeur_tempRetourBoucle {
	color: #ae25ff;
	text-align: center;
	top: 22%;
	left: 84%;
}
.schema-container .ecsdepartechangeur_ECS_tempSetup {
	font-style: italic;
	text-align: center;
	top: 12%;
	left: 44%;
	color: #13a258;
}

.schema-container .ecsdepartechangeur_ECS_distDebitPompeDouble {
	text-align: left;
	color: #e21b20;
	top: 40%;
	left: 71%;
}
.schema-container .ecsdepartechangeur_ECS_distPositionV3V {
	text-align: left;
	color: #e21b20;
	top: 59%;
	left: 65%;
}

.schema-container .ecsdepartechangeur_ECS_debitEauFroide,
.schema-container .ecsdepartechangeur_ECS_debitEauFroide_inst {
	text-align: center;
	color: #328dff;
	top: 28%;
	right: -2%;
}
.schema-container .ecsdepartechangeur_ECS_compteurEauFroide {
	text-align: center;
	color: #328dff;
	top: 62%;
	right: -1%;
	background: rgba(255, 255, 255, 0.9);
	/*transform: rotate(-90deg);*/
	max-width: 95px !important;
	min-width: 95px !important;
	width: 95px !important;
	font-size: 12px !important;

}

.schema-container .ecsseul_ECS_tempSetup {
	font-style: italic;
	text-align: center;
	top: 12%;
	left: 40%;
	color: #13a258;
}

/*.schema-container .ecsseul_debitBoucle2 {
	color: #ae25ff;
	text-align: center;
	top: 165px;
	left: 375px;
}*/
.schema-container .ecsseul_tempRetourBoucle {
	color: #ae25ff;
	text-align: center;
	top: 27%;
	left: 57%;
}
.schema-container .ecsseul_tempMilieuBallon {
	color: #FFF;
	top: 65%;
	right: 2%;
	text-align: center;
}

.schema-container .ecsseul_ECS_tempSortie {
	color: #e21b20;
	text-align: center;
	top: 8%;
	left: 78%;
}

.schema-container .ecsseul_ECS_debitEauFroide_inst {
	color: #328dff;
	top: 31%;
	left: 52%;
	text-align: left;
}

.schema-container .ecsseul_ECS_etatPompe2 {
	text-align: right;
	top: 94%;
	right: 44%;
}
.schema-container .ecsseul_ECS_etatPompe1 {
	top: 94%;
	right: 39%;
}

.schema-container .ecsseul_debitBoucle2 {
	top: 30%;
	left: 12%;
	text-align: right;
}

.schema-container .encrassementContainer {
	position: absolute;
	width: 7%;
	height: 20%;
	bottom: 40.5%;
	left: 32.5%;
	background: linear-gradient(to right, #99ff9f, #00EA10);
	border: 1px solid #555;
	border-radius: 5px;
}
.schema-container .encrassementNiveau {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to right, #f5acaf, #e21b20);
	border-top: 1px solid #e21b204a;
	border-radius: 5px;
	transition: ease-out 1s;
}

.schema-container .ecsseul_ballon_tempMilieuBallon {
	color: #FFF;
	text-align: center;
	left: 20%;
	top: 62%;
}
.schema-container .ecsseul_ballon_ECS_tempSetup {
	color: #13a258;
	font-weight: 200 !important;
	font-style: italic;
	text-align: center;
	left: 33%;
	top: 12%;
}
.schema-container .ecsseul_chaudiere_tempDepart {
	color: #e21b20;
	text-align: right;
	top: 51%;
	right: 75%;
}
.schema-container .ecsseul_chaudiere_tempRetour {
	color: #ae25ff;
	top: 51%;
	left: 73%;
}
.schema-container .ecsseul_chaudiere_tempFumee {
	color: #ae25ff;
	top: 16%;
	left: 68%;
}
.schema-container .ecsseul_chaudiere_pression {
	text-align: right;
	top: 20%;
	right: 71%;
}
.schema-container .ecsseul_chaudiere_debitEau {
	text-align: right;
	top: 33%;
	right: 77%;
}
.schema-container .ecsseul_chaudiere_etatPompe {
	top: 51%;
	left: 33%;
}
.schema-container .ecsseul_chaudiere_vitesseBruleur {
	top: 33%;
	left: 76%;
}
.schema-container .ecsseul_depart_debitBoucle2 {
	color: #e21b20;
	text-align: center;
	top: 18%;
	left: 41%;
}
.schema-container .ecsseul_depart_ECS_tempSortie {
	color: #e21b20;
	text-align: center;
	top: 22%;
	left: 41%;
}
.schema-container .ecsseul_depart_ECS_tempSetupDepart {
	color: #13a258;
	font-style: italic;
	top: 12%;
	left: 39%;
}
.schema-container .ecsseul_depart_tempRetourBoucle {
	color: #ae25ff;
	text-align: center;
	top: 22%;
	left: 58%;
}
.schema-container .ecsseul_depart_ECS_debitEauFroide_inst {
	color: #328dff;
	text-align: center;
	top: 18%;
	left: 76%;
}
.schema-container .ecsseul_depart_tempRetourBallon {
	color: #328dff;
	text-align: center;
	top: 22%;
	left: 76%;
}
.schema-container .ecsseul_depart_ECS_compteurEauFroide {
	background: rgba(255, 255, 255, 0.9);
	color: #328dff;
	text-align: center;
	top: 62%;
	left: 78%;
	max-width: 95px !important;
	min-width: 95px !important;
	width: 95px !important;
	font-size: 12px !important;
}
.schema-container .ecsseul_depart_ECS_echangeurTempEntreeSecondaire {
	color: #6c25d5;
	top: 90%;
	left: 50%;
}
.schema-container .ecsseul_depart_ECS_echangeurTempSortieSecondaire {
	color: #e21b20;
	top: 66%;
	left: 24%;
}

span.diagnostic {
	text-align: center;
	width: 170px;
	display: block;
	margin: 0 auto -50px auto;
}

/*div.schema-container .blocAccueil span.valeurAccueil[class^="ecsdouble_"] {
	right: unset;
	left: unset;
}*/


.schema-container .ecsdouble_ECS_departDebitPompeDouble,
.schema-container .ecsdouble_ECS2_ECS_departDebitPompeDouble,
.schema-container .ecsdouble_tempSortieSecondaire,
.schema-container .ecsdouble_ECS2_tempSortieSecondaire,
.schema-container .ecsdouble_tempEntreePrimaire,
.schema-container .ecsdouble_ECS2_tempEntreePrimaire,
.schema-container .ecsdouble_ECS_tempSortie,
.schema-container .ecsdouble_ECS2_ECS_tempSortie,
.schema-container .ecsdouble_tempHautBallon,
.schema-container .ecsdouble_ECS2_tempHautBallon,
.schema-container .ecsdouble_tempBasBallon,
.schema-container .ecsdouble_ECS2_tempBasBallon,
.schema-container .ecsdouble_tempAvantV3V,
.schema-container .ecsdouble_ECS2_tempAvantV3V,
.schema-container .ecsdouble_positionV3V,
.schema-container .ecsdouble_ECS2_positionV3V,
.schema-container .ecsdouble_positionV3V_inv,
.schema-container .ecsdouble_ECS2_positionV3V_inv,
.schema-container .ecsdouble_debitBoucle,
.schema-container .ecsdouble_ECS2_debitBoucle,
.schema-container .ecsdouble_tempRetourBoucle,
.schema-container .ecsdouble_ECS2_tempRetourBoucle,
.schema-container .ecsdouble_ECS_etatPompe1,
.schema-container .ecsdouble_ECS2_ECS_etatPompe1,
.schema-container .ecsdouble_ECS_etatPompe2,
.schema-container .ecsdouble_ECS2_ECS_etatPompe2,
.schema-container .ecsdouble_ECS_tempSetup,
.schema-container .ecsdouble_ECS2_ECS_tempSetup {
	left: unset;
	right: unset;
}

.schema-container .ecsdouble_ECS_departDebitPompeDouble {
	left: 12%;
}
.schema-container .ecsdouble_tempSortieSecondaire {
	left: 32%;
}
.schema-container .ecsdouble_tempEntreePrimaire {
	left: 10%;
}
.schema-container .ecsdouble_ECS_tempSortie {
	left: 42%;
}
.schema-container .ecsdouble_tempHautBallon {
	left: 42%;
}
.schema-container .ecsdouble_tempBasBallon {
	left: 42%;
}
.schema-container .ecsdouble_positionV3V {
	right: 93%;
}
.schema-container .ecsdouble_positionV3V_inv {
	left: 10%;
}
.schema-container .ecsdouble_debitBoucle {
	left: 34%;
}
.schema-container .ecsdouble_tempRetourBoucle {
	left: 34%;
}
.schema-container .ecsdouble_ECS_etatPompe1 {
	right: 70%;
	top: 96%;
}
.schema-container .ecsdouble_ECS_etatPompe2 {
	left: 31%;
	top: 96%;
}
.schema-container .ecsdouble_ECS_tempSetup {
	left: 22%;
}
.schema-container .ecsdouble_ECS2_ECS_departDebitPompeDouble {
	left: 62%
}
.schema-container .ecsdouble_ECS2_tempSortieSecondaire {
	left: 82%;
}
.schema-container .ecsdouble_ECS2_tempEntreePrimaire {
	left: 60%;
}
.schema-container .ecsdouble_ECS2_ECS_tempSortie {
	left: 92%;
}
.schema-container .ecsdouble_ECS2_tempHautBallon {
	left: 92%;
}
.schema-container .ecsdouble_ECS2_tempBasBallon {
	left: 92%;
}
.schema-container .ecsdouble_ECS2_positionV3V {
	right: 43%;
}
.schema-container .ecsdouble_ECS2_positionV3V_inv {
	left: 60%;
}
.schema-container .ecsdouble_ECS2_debitBoucle {
	left: 84%;
}
.schema-container .ecsdouble_ECS2_tempRetourBoucle {
	left: 84%;
}
.schema-container .ecsdouble_ECS2_ECS_etatPompe1 {
	right: 20%;
	top: 96%;
}
.schema-container .ecsdouble_ECS2_ECS_etatPompe2 {
	left: 81%;
	top: 96%;
}
.schema-container .ecsdouble_ECS2_ECS_tempSetup {
	left: 72%;
}

.last_update_picto {
	width: 20px;
	height: 20px;
	display: inline;
	vertical-align: middle;
}
.last_update_txt {
	vertical-align: middle;
}

.download-page {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.download-page a {
	display: block;
}

.download-page div.logo-plateforme {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 150px;
	height: 200px;
	margin: 15px auto;
}
.download-page div.download-android {
	background-image: url("../img/LogoPlayStore.png");
}
.download-page div.download-apple {
	background-image: url("../img/LogoAppStore.png");
}
.download-page div.download-windows {
	background-image: url("../img/LogoWindows.png");
}

.download-page p {
	text-align: center;
}

img.small-picto {
	max-width: 25px;
	max-height: 25px;
	display: inline-block;
	vertical-align: middle;
}
img.smaller-picto {
	max-width: 15px;
	max-height: 15px;
	display: inline-block;
	vertical-align: middle;
}
span.err-etat {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}


.conception-list,
.graph-list,
.retroview-list {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 320px;
	text-align: center;
	font-size: 18px;
}

.conception-list div:first-child,
.graph-list div:first-child,
.retroview-list div:first-child {
	font-weight: 400;
}
.conception-list div:last-child,
.graph-list div:last-child,
.retroview-list div:last-child {
	font-size: 80%;
	font-weight: 200;
	margin-top: 5px
}

.conception-list:hover,
.graph-list:hover,
.retroview-list:hover {
	background-color: #FFFFFF55;
}

#conception label {
	width: 50%;
}
#conception input {
	width: 10%;
}
#conception input[readonly] {
	border: none;
	margin-top: 2px;
}

#retroview {
	padding-left: 260px;
}
#retroview input, #retroview select {
	display: inline-block;
	float: none;
	width: auto;
	padding: 5px;
	margin: 0;
	vertical-align: bottom;
}
#retroview input {
	padding-bottom: 5px;
	height: 38px;
}
#retroview #month {
	width: 120px;
	height: 38px;
}
#retroview #year {
	width: 75px;
}
#retroview #day, #retroview #hour, #retroview #minute {
	width: 50px;
}
#retroview span {
	display: inline-block;
	padding-bottom: 8px;
	margin: auto 5px;
}

h1.menu-admin-titre {
	margin-bottom: 0 !important;
}

#admin-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: stretch;
	height: 600px;
	max-width: 1080px;
	margin: -50px auto 50px auto;
	border: 3px solid #e21b20;
}

#admin-container .col {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: stretch;
	flex-direction: column;
	height: 100%;
	width: calc(100% / 4);
}
#admin-container .col .carre-menu {
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: 3px solid #e21b20;
	box-sizing: border-box;
}
#admin-container .col .carre-menu:hover {
	background-color: #FFF4F4;
}

#admin-container .col .carre-menu {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100px auto;
}

#admin-container .col .carre-menu.menu-profil {
	background-image: url("../img/membre.png");
	background-size: 50px auto;
}
#admin-container .col .carre-menu.menu-invite {
	background-image: url("../img/invite.png");
	background-size: 50px auto;
}
#admin-container .col .carre-menu.menu-chaufferie {
	background-image: url("../img/chaufferie.png");
	background-size: 150px auto;
}
#admin-container .col .carre-menu.menu-conception {
	background-image: url("../img/conception.png");
	background-size: 100px auto;
}
#admin-container .col .carre-menu.menu-schema-principe {
	background-image: url("../img/schemaprincipe.png");
	background-size: 100px auto;
}
#admin-container .col .carre-menu.menu-retroview {
	background-image: url("../img/retroview.png");
	background-size: 150px auto;
}
#admin-container .col .carre-menu.menu-liste-ch {
	background-image: url("../img/liste_chaufferie.png");
}
#admin-container .col .carre-menu.menu-liste-ex {
	background-image: url("../img/liste_exploitant.png");
}
#admin-container .col .carre-menu.menu-liste-sy {
	background-image: url("../img/liste_syndic.png");
}
#admin-container .col .carre-menu.menu-hierarchie {
	background-image: url("../img/hierarchie.png");
}
#admin-container .col .carre-menu.menu-societe {
	background-image: url("../img/societe.png");
}
#admin-container .col .carre-menu.menu-sessiontemp {
	background-image: url("../img/sessiontemp.png");
}
/*
#admin-container .col .carre-menu.menu-profil:hover {
	background-image: url("../img/membre-blanc.png");
}
#admin-container .col .carre-menu.menu-invite:hover {
	background-image: url("../img/invite-blanc.png");
}
#admin-container .col .carre-menu.menu-chaufferie:hover {
	background-image: url("../img/chaufferie-blanc.png");
}
#admin-container .col .carre-menu.menu-conception:hover {
	background-image: url("../img/conception-blanc.png");
}
#admin-container .col .carre-menu.menu-retroview:hover {
	background-image: url("../img/retroview-blanc.png");
}
#admin-container .col .carre-menu.menu-liste-ch:hover {
	background-image: url("../img/liste_chaufferie-blanc.png");
}
#admin-container .col .carre-menu.menu-liste-ex:hover {
	background-image: url("../img/liste_exploitant-blanc.png");
}
#admin-container .col .carre-menu.menu-liste-sy:hover {
	background-image: url("../img/liste_syndic-blanc.png");
}
*/
#menu-admin-legend {
	display: block;
	text-align: center;
	max-width: 960px;
	margin: 5px auto;
	font-weight: 400;
	font-size: 24px;
	color: #e21b20;
}



.dashboard {
	display: flex;
	margin: 0 5px 0 5px;
	padding-top: 60px;
	flex-wrap: nowrap;
	justify-content: center;
}

.dashboard .db-col:first-child, .dashboard .db-col:last-child {
	/*flex-grow: 3*/
	width: 30%;

}
.dashboard .db-col:nth-child(2) {
	/*flex-grow: 4;*/
	width: 40%;
}
.dashboard .boite {
	display: block;
	border-radius: 5px;
	margin: 10px auto;
	width: 98%;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 10px;
	background: #FFF;
}
.dashboard .boite .titre {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	margin: 0px auto;
	color: #e21b20;
}
.dashboard .boite .smalltitre {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	margin: 0px auto;
	color: #e21b20;
}
.dashboard .boite .inside-col {
	float: left;
}
.dashboard .boite.boite-chaudiere .inside-col,
.dashboard .boite.boite-circuit .inside-col,
.dashboard .boite.boite-pression .inside-col {
	width: 50%;
}

.dashboard .boite .bigValue {
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	color: #e21b20;
}
.dashboard .boite.boite-circuit .inside-col.retour > * {
	color: #328dff;
}

.dashboard svg#pressionSVG,
.dashboard svg#consoSVG {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.dashboard .schema-pression-container {
	position: relative;
}
.dashboard .schema-pression-container .schema-ordo {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	text-align: right;
}


.dashboard svg#consoSVG {
	width: 175px;
	margin: 50px auto;
}

.dashboard iframe.googleMaps {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.dashboard .legende {
	margin: 5px auto;
}
.dashboard .legende .legende-semaine {
	display: inline-block;
	width: 70%;
	padding-left: 10%;
}
.dashboard .legende .legende-conso {
	display: inline-block;
	font-weight: 400;
	width: 30%;
}

.dashboard .pal-okko {
	max-height: 50px;
	max-width: 50px;
	display: block;
	margin: 10px auto;
}
.dashboard .defaut-okko {
	max-height: 25px;
	max-width: 25px;
	display: block;
	margin: 10px auto;
}

.dashboard .ligne-respect {
	position: relative;
	width: 15px auto;
}

.dashboard .ligne-respect div {
	margin: 7px 10%;
}
.dashboard .boite-consigne .titre {
	margin-bottom: 15px;
}

.dashboard .respect-okko {
	position: absolute;
	right: 30%;
	top: 0;
	max-width: 25px;
	max-height: 25px;
}
.dashboard .respect-inline-okko {
	display: inline-block;
	margin-left: 10px;
	max-width: 15px;
	max-height: 15px;
	margin-top: 2px;
}
.dashboard .boite-schema {
	background-image: url(../img/exemple-schema-ch2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
	min-height: 56vh;
	overflow-y: hidden;
	position: relative;
}
.dashboard .boite-schema .titre {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	transition: cubic-bezier(.19,1,.22,1) 0.3s;
	margin: 0;
	padding-top: 30%;
}

.dashboard .boite-schema .titre p {
	padding: 25px 10px;
	width: 90%;
	margin: auto;
	background: #FFF;
	box-shadow: 0 0 15px #FFF;
	border: 1px solid #e21b20;
	border-radius: 5px;
	animation: clignotSoft 2s linear infinite;
}
.dashboard .boite-schema .titre:hover {
	background: rgba(255, 255, 255, 0.8);
}

.dashboard .boite-chaudiere {
	min-height: 22vh;
}
.dashboard .boite-circuit {
	min-height: 31vh;
	max-height: 29vh;
	/*overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: #e21b20 #f8e1e2;*/
	position: relative;
}
.dashboard .boite-pression {
	min-height: 36vh;
}
.dashboard .boite-maps {
	min-height: 18vh;
}
.dashboard .boite-def {
	min-height: 14vh;
}
.dashboard .boite-tempBallon {
	min-height: 27vh;
}
.dashboard .boite-conso {
	min-height: 48vh;
}
.dashboard .boite-pal {
	min-height: 14vh;
}
.dashboard .boite-consigne {
	min-height: 20vh;
}
.dashboard hr {
	border: 1px solid #e21b20;
	margin: 15px auto;
	width: 85%;
}

.dashboard .setup {
	color: #13a258;
}

.dashboard .noECS, .dashboard .ecsNoSec {
	opacity: 1;
	position: relative;
}

.dashboard .indication-descendre {
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(../img/fleche-bas.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	bottom: 20px;
	animation: clignotHardMove 1s ease-out infinite;
}

.dashboard .indication-descendre.descendre-left {
	left: 10px;
}
.dashboard .indication-descendre.descendre-right {
	right: 10px;
}

.dashboard .noECS:after {
	content: 'Pas de module ECS';
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.9);
	height: 89vh;
	vertical-align: middle;
	padding-top: 38vh;
	box-sizing: border-box;
}

.dashboard .ecsNoSec:after {
	content: 'Chaufferie sans solution T-COSY';
	opacity: 1;
	position: absolute;
	top: 29vh;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	background: rgba(255, 255, 255, 0.9);
	height: auto;
	vertical-align: middle;
	padding-top: 24vh;
	box-sizing: border-box;
}


.dashboard .dashboard-col-ecs2 {
	display: none;
	flex-basis: 30%;
}
.dashboard .dashboard-col-ecs1 {
	display: block;
	flex-basis: 30%;
}

.dashboard .demiblock {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}

.dashboard .photo-local-preview {
	height: 33vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.dashboard .demiblock.top-center {
	height: 35vh;
}

.zoom-image-container {
	background: linear-gradient(to bottom, #FFFFFF99 0% 50%, #FFFFFF77 75%, #FFFFFF55 90%, #FFFFFF00 100%);
	opacity: 0;
	cursor: pointer;
	/*display: none;*/
	height: 100%;
	width: 100%;
	margin: 0;
	margin-top: -100vh;
	filter: blur(20px);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	overflow: hidden;
	position: fixed;
	transition: 0.3s cubic-bezier(.06,.82,.45,.98);
}

.zoom-image-container img {
	display: block;
	position: absolute;
	max-width: 80vw;
	max-height: 80vh;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5)
}

.zoom-image-container.checked {
	opacity: 1;
	filter: blur(0px);
	margin-top: 0;
}

.chooseECS {
	width: 70px;
	border-radius: 10px;
	border: 1px solid #999;
	position: fixed;
	top: 75px;
	right: 20px;
	z-index: 500;
	opacity: 0.5;
	transition: 0.1 ease-out;
}
.chooseECS:hover {
	opacity: 1;
}
.chooseECS input[type="radio"] + label {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	font-style: normal;
	height: auto;
}
.chooseECS input#chooseECS1 + label {
	border-radius: 10px 10px 0 0;
}

.chooseECS input#chooseECS2 + label {
	border-radius: 0 0 10px 10px;
}



.box-no-scroll {
	overflow-y: hidden;
}
.box-scroll {
	overflow-y: auto;
}

.cadre-liste-chaufferie {
	margin: 0px auto;
	padding-bottom: 75px;
}

.cadre-liste-chaufferie .case-chaufferie {
	width: calc(100% / 5);
	margin: auto;
	display: inline-block;
	padding: 15px 0;
	vertical-align: top;
}

.cadre-liste-chaufferie .case-cliquable-chaufferie {
	display: block;
	width: 300px;
	max-width: 90%;
	margin: auto;
	background: #FFF;
	box-shadow: 0px 0px 0px 0px #DDD;
	border: 1px solid #DDD;
	top: 0px;
	left: 0px;
	transition: ease-out 0.05s;
	position: relative;
}

.cadre-liste-chaufferie .case-cliquable-chaufferie .case-cliquable-chaufferie-inner-link {
	margin: 0;
	padding: 0;
	display: block;
	height: 100%;
	position: relative;
}
.cadre-liste-chaufferie .case-cliquable-chaufferie .modif-param {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	background-image: url(../img/modifier.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% auto;
	border-bottom-left-radius: 5px;
	right: 0;
	top: 0;
	z-index: 5;
	transition: ease-out 0.1s;
	z-index: 10;
}

.cadre-liste-chaufferie .case-vignette {
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cadre-liste-chaufferie .residence {
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	margin: 0;
	padding: 5px 15px;
	font-weight: 400;
	max-width: 90%;
}

.cadre-liste-chaufferie .case-description {
	height: 60px;
	padding: 5px 15px;
	position: relative;
}

.cadre-liste-chaufferie .case-cliquable-chaufferie:hover{
	box-shadow: 5px 5px 0px 0px #DDD;
	top: -2.5px;
	left: -2.5px;
}

.cadre-liste-chaufferie p.ville {
	position: absolute;
	top: -25px;
	left: 0;
	background: #FFF;
	font-weight: 400;
	padding: 5px 15px 0px 15px;
	margin: 0;
}
.cadre-liste-chaufferie p.nb_logement {
	font-size: 12px;
	margin-top: 5px;
}

.cadre-liste-chaufferie p.numero {
	position: absolute;
	/*max-width: 20px;*/
	/*max-height: 20px;*/
	left: 15px;
	bottom: 10px;
	margin: 0;
}

.cadre-liste-chaufferie img.case-accueil {
	position: absolute;
	max-width: 20px;
	max-height: 20px;
	right: 10px;
	bottom: 10px;
}

.entete-chaufferie {
	padding: 75px 15px 15px 15px;
	margin: 0 auto;
	/*width: 1280px;
	max-width: 90%;*/
	background: transparent;
	border-bottom: 1px solid #e21b20;
}

.entete-chaufferie .entete-left {
	float: left;
	width: 40%;
}

.entete-chaufferie .entete-right {
	float: right;
	max-width: 440px;
	text-align: right;
	margin-left: 25px;
}

.entete-chaufferie p {
	margin: 0px 0;
}
.entete-chaufferie .entete-right p {
	font-size: 12px;
}

.entete-chaufferie h2.titre-entete {
	text-align: left;
	margin: 0;
	padding-top: 0;
	display: inline-block;
	font-size: 24px;
	max-width: none;

}
.entete-chaufferie a.invite-entete {
	background-image: url(../img/invite-from-chaufferie_transp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 18px;
}
.entete-chaufferie p.entete-adresse {
	padding-left: 10px;
}
.entete-chaufferie a.retour {
	display: inline-block;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-size: 18px;
}

/*.entete-chaufferie a.entete-rapport.button-inv,
.entete-chaufferie a.entete-retro.button-inv,
.entete-chaufferie a.entete-histo.button-inv,
.entete-chaufferie a.entete-graphgen.button-inv {
	display: block;
	width: 225px;
	height: 35px;
	margin: 10px 0 0 auto;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
}*/
.entete-chaufferie .entete-bouton a {
	display: inline-block;
	width: 55px;
	height: 55px;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.entete-chaufferie .entete-bouton a:hover {
	background-color: #FFF4F4;
}
.entete-chaufferie a.entete-gestion {
	background-image: url('../img/modifier.png');
}
.entete-chaufferie a.entete-pv {
	background-image: url('../img/pv.png');
}
.entete-chaufferie a.entete-calendrier {
	background-image: url('../img/calendrier.png');
}
.entete-chaufferie a.entete-rapport {
	background-image: url('../img/rapport-red.png');
}
.entete-chaufferie a.entete-rapport-premium {
	background-image: url('../img/rapport-premium.png');
}
.entete-chaufferie a.entete-retro {
	background-image: url('../img/retroview-red.png');
}
.entete-chaufferie a.entete-histo {
	background-image: url('../img/historique.png');
}
.entete-chaufferie a.entete-graphgen {
	background-image: url('../img/graph.png');
}

.entete-chaufferie p.entete-derniere-maj {
	display: block;
}
.entete-chaufferie img.last_update_picto {
	display: inline-block;
	margin: 0 0 0 5px;
}

/*.form-inline > * {
	display: inline-block;
}
.form-inline label {
	width: 30%;
	margin: 0 5%;
}
.form-inline input {
	width: 30%;
	margin: 0 5%;
}
.form-inline button {
	width: 20%;
	margin: 0 5%;
}*/
.legende-dessous {
	display: inline-block;
	margin: 0 0 0 20%;
	width: auto;
	font-size: 12px;
	font-style: italic;
}
.form-inline {
	padding: 10px;
	position: relative;
}
.form-inline input[type=text] {
	margin-bottom: 0;
}


.form-inline button.button-valid {
	border: none;
	background-color: transparent;
	position: absolute;
	display: block;
	min-width: 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/fleche-valid.png);
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center;
	right: 22%;
	padding: 5px;
	margin: 0;
}
.form-inline button.button-valid:hover {
	border: none;
	background-color: transparent;
}

.form-inline button.button-valid:after, .form-inline button.button-valid:before {
	content: none;
} 


.form-inline div.reponse {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: center;
	right: 26%;
	padding: 5px;
	margin: 0;
}


.form-inline input[type=number] {
	float: left;
	min-width: 75px;
	width: 5%;
	margin-right: 0px;
}
.form-inline select {
	float: left;
	width: 25%;
	padding-top: 0;
	height: 30px;
	background: #EEE;
}
.form-inline select#type_logement {
	margin-left: 0;
}

.form-inline button.rearme_bouton {
	min-width: 250px;
	width: 350px;
	margin: 15px auto;
}
.form-inline button.rearme_bouton[disabled] {
	cursor: default;
	color: #AAA;
	background: #EEE;
	border-color: #EEE;
}
.form-inline button.rearme_bouton[disabled]:hover {
	color: #AAA;
	background: #EEE;
	border-color: #EEE;
}
.form-inline button.rearme_bouton[disabled]:after, .form-inline button.rearme_bouton[disabled]:before {
	content: none;
}
.form-inline #rearme_reponse {
	position: static;
	margin: auto;
}
.form-inline.autorisation label:first-child {
	/*height: 50px;
	line-height: 35px;*/
}
.form-inline.autorisation .anti-radio {
	max-width: 150px;
	float: left;
	width: auto;
	margin-top: 10px;
}
.form-inline.autorisation .anti-radio:not(:first-child) {
	margin-left: 15px;
}

.form-inline.autorisation .anti-radio label.radio {
	margin-top: -10px;
}
input[type="checkbox"][disabled] + label {
	color: #AAA;
	cursor: default;
}
input[type="checkbox"][checked][disabled] + label {
	background: #b6151a;
	color: rgba(255, 255, 255, 0.7);
	cursor: default;
}
.form-inline fieldset {
	width: 80%;
	margin: 15px auto;
}

.form-inline fieldset label:not(.radio):not(.checkbox) {
	width: 40%;
}

.form-inline fieldset input:not([type="radio"]):not([type="checkbox"]) {
	width: 40%;
}
.form-inline fieldset input[type="number"] {
	max-width: 75px;
}
.form-inline input[type=file] {
	width: 33%;
	cursor: pointer;
}
form.form-inline {
	margin: 0;
	max-width: 100%;
}
.form-inline select#ecs {
	width: 310px;
}

fieldset fieldset .form-inline.action-circuit label {
	width: 50%;
}

.calendrier-div {
	width: 560px;
}
.calendrier-form span {
	float: left;
}
div.calendrier-titre {
	font-size: 18px;
	font-weight: 400;
	margin: 25px 15px 0px 0px;
}
.calendrier-form input[type="number"] {
	font-size: 14px;
	height: 25px;
	width: 50px;
	min-width: 50px;
}
.calendrier-form span:not([class="slash"]) {
	margin: 0 10px;
}

fieldset hr {
	border: none;
	border-top: 1px solid #e21b20;
	width: 75%;
	margin: 45px auto;
}

.graph-generator select {
	width: 300px;
}

.indication {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	padding: 15px;
	margin: auto;
	width: 720px;
	max-width: 80%;
}

#videfileattente {
	margin: 10px auto;
	min-width: 300px;
}

.looptree {
	width: 960px;
	margin: 0 auto;
}

.looptree ul {
	list-style: none;
}
.looptree ul ul {
	margin: 0 0 25px 10px;
	padding-left: 20px;
	border-left: 1px solid #000;
}
.looptree li {
	/*margin: 10px 0;*/
	padding: 5px 5px;
	position: relative;
	cursor: pointer;
}
.looptree .nom-part {
	display: inline-block;
	min-width: 300px;
	font-weight: 200;
}
.looptree .nom-part.bold {
	font-weight: 400;
}
.looptree .societe-part {
	display: inline-block;
	font-size: 12px;
}
.looptree img {
	max-width: 20px;
	max-height: 20px;
	vertical-align: middle;
}
.looptree .acces-part {
	position: absolute;
	right: 0;
	width: 250px;
	text-align: left;
	opacity: 0.7;
}
.looptree .acces-part img {
	cursor: pointer;
	vertical-align: middle;
}

.legend-looptree-titre {
	text-align: center;
	margin: 50px auto 10px auto;
	font-weight: 400;
}
.legend-looptree {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
}
.legend-looptree > div {
	max-width: 33%;
	min-width: 300px;
	min-height: 40px;
}
.legend-looptree > div > div {
	display: inline-block;
}
.legend-looptree > div > div:first-child {
	width: 30px;
	text-align: center;
}
.legend-looptree img {
	max-width: 20px;
	max-height: 20px;
}
.looptree img[alt=exploitant],
.looptree img[alt=syndic],
.legend-looptree img[alt=exploitant],
.legend-looptree img[alt=syndic] {
	max-width: 7px;
	max-height: 7px;
}
.looptree li:hover {
	background: #FFF4F4;
}
.looptree li span.picto-fleche-bas {
	display: inline-block;
	transform: rotate(0deg);
	transition: ease-out 0.2s;
}
.looptree li span.picto-fleche-bas.rotate-cote {
	transform: rotate(-90deg);
}

.looptree a:hover {
	text-decoration: underline;
}

.souris-follow {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #CCC;
	padding: 5px;
	z-index: 999999;
}

svg rect {
	cursor: pointer;
	opacity: 0.8;
}

svg rect:hover {
	opacity: 1;
}

svg line.guide {
	display: none;
}

svg .circle-focus {
	opacity: 0;
	/*cursor: pointer;*/
}

svg line.data-line {
	stroke-width: 2;
}

svg line.data-line-focus {
	stroke-width: 5;
	opacity: 0;
}

svg line.data-line-focus:hover {
	/*cursor: pointer;*/
	opacity: 0;
}

svg .circle-focus:hover {
	opacity: 0.2;
}

.svg-container svg {
	cursor: none;
}

.consommation svg {
	cursor: crosshair;
}

.consommation svg rect {
	stroke-width: 1px;
	stroke: #820b0e;
}

select#id_semaine, select#code_type {
	width: 350px;
	display: block;
	margin: 10px 0 10px auto;
}
select#code_type {
	width: 175px;
	margin: 10px 20% 25px auto;
}

ul.small-list {
	max-width: 540px;
	margin: 15px auto;
}
ul.small-list li {
	margin: 5px 0;
}

.logo-preview {
	display: block;
	max-width: 250px;
	max-height: 150px;
	margin: 15px auto;
	padding: 20px;
}

.tight-form form {
	padding: 15px;
}

.link-societe {
	padding: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 15px;
	font-size: 24px;
	text-align: center;
	color: #e21b20;
	vertical-align: middle;
}


#session_temp select {
	margin-bottom: 10px;
	width: 60%;
}

.line-with-button {
	position: relative;
}

.line-with-button button {
	height: 35px;
	position: absolute;
	margin: 0;
	margin-right: 20%;
	right: 0;
	bottom: 10px;
}

.schema-container img.chaufferie-icon-small {
	max-width: 15px;
	max-height: 15px;
	display: inline;
	vertical-align: middle;
}

form#schema-principe {
	width: 680px;
}
form#schema-principe label.sp_label, form#schema-principe label.sp_ci_lib {
	width: 50%;
}
form#schema-principe input.sp_input {
	width: 50px;
}
form#schema-principe a.button {
	margin: 25px 20% 10px auto;
}
form#schema-principe div.anti-radio {
	margin-left: 50%;
}
form#schema-principe div.anti-radio label {
	height: auto;
	font-style: normal;
}

#doctech a {
	display: block;
	padding: 25px;
	text-align: center;
	border: 1px solid #e21b20;
	border-bottom: none;
	color: #534f49;
	font-size: 18px;
}
#doctech a:first-of-type {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#doctech a:last-of-type {
	border-bottom: 1px solid #e21b20;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#doctech a:hover {
	background: #FFF4F4;
}

.doctech_button {
	width: 200px;
	margin: 0px auto 50px auto;
}

.legende-rouge, .legende-gris {
	font-weight: 300;
	text-align: center;
}
.legende-rouge {
	color: #e21b20;
}
.legende-gris {
	color: #534f49;
}

.cadre-graphique {
	background: #FFF;
	padding: 20px 20px;
	border: 1px solid #e21b20;
	margin: 20px auto;
}

.bar-graph {
	border-bottom: 1px solid #e21b20;
}

.boxform {
	padding: 5px 10px;
	display: inline-block;
}
.boxform.sizehalf {
	width: 50%;
	vertical-align: top;
}
.boxform.sizefull {
	width: 100%;
	vertical-align: top;
}
form .boxform input:not([type="checkbox"]):not([type="radio"]), form .boxform select, form .boxform label:not(.caseacocher) {
	float: none !important;
	margin: 0;
}
form .boxform input:not([type="checkbox"]):not([type="radio"]), form .boxform select {
	margin: 0 2% !important;

}
form .boxform.inlinelabel label {
	display: inline-block;
	width: 40%;
}
form .boxform.inlinelabel.sizefull label {
	width: 30%;
}
form .boxform.inlinelabel input:not([type="checkbox"]):not([type="radio"]), form .boxform.inlinelabel select {
	display: inline-block;
	width: 50%;
}
form .boxform.inlinelabel.sizefull input:not([type="checkbox"]):not([type="radio"]), form .boxform.inlinelabel.sizefull select {
	display: inline-block;
	width: 65%;
}
form .boxform.blocklabel label:not(.caseacocher) {
	display: block;
	width: 100%;
	text-align: left;
	margin: 5px 0 5px 10px;
}
form .boxform.blocklabel input:not([type="checkbox"]):not([type="radio"]), form .boxform.blocklabel select {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 5px;
	margin: 0 !important;
	max-width: 100%;
}

input[type="checkbox"].caseacocher {
	display: none;
}

span.caseacocher {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e21b20;
	background: #FFF;
	width: 20px;
	height: 20px;
	margin: 2px 10px 2px 0px;
}
input[type="checkbox"].caseacocher:checked + label span.caseacocher {
	background: linear-gradient(-45deg, #e21b20ff, #e21b2082);
}
label:hover > span.caseacocher {
	box-shadow: #e21b20 0px 0px 2px;
}

.downloadapp {
	text-align: center;
}
.downloadapp img {
	display: block;
	max-height: 70px;
	margin: 5px auto;
}
.downloadapp p {
	max-width: 200px;
	margin: 0px auto;
}
.buttonchaufferie {
	margin-top: 30px;
	text-align: center;
}
.buttonchaufferie button, .buttonchaufferie .button {
	width: 300px;
}

h3.titreStyle {
	position: relative;
	background: #e21b20;
	color: #FFF;
	font-size: 20px;
	text-align: left;
	width: 320px;
	height: 30px;
	max-width: 80%;
	padding: 0 40px;
	margin-top: 0;
}

h3.titreStyle:after {
	position: absolute;
	content: " ";
	display: block;
	box-sizing: content-box;
	border-right: solid 60px transparent;
	border-top: solid 30px #e21b20;
	right: -60px;
	top: 0px;
}
.profil h1 {
	font-weight: 600;
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.logo-interclima {
	padding-top: 85px;
}
.logo-interclima img {
	display: block;
	margin: 0 auto;
	max-width: 270px;
	max-height: 68px;
}

h1.no-container.titre-interclima {
	padding-top: 45px;
}

/*svg#menuAdminSVG {
	height: 400px;
	width: 1080px;
}*/
svg#menuAdminSVG image {
	/*width: 20px;
	height: 20px;*/
	filter: contrast(0%) brightness(100); /* Blanc */
}

svg#menuAdminSVG a:visited path {
	fill: #e21b20;
}
svg#menuAdminSVG a:visited text {
	fill: #FFF;
}
svg#menuAdminSVG a:visited image {
	filter: contrast(0%) brightness(100);
}
svg#menuAdminSVG a:hover path {
	fill: #FFF;
}
svg#menuAdminSVG a:hover text {
	fill: #e21b20;
}
svg#menuAdminSVG a:hover image {
	filter: none;
}

.paiement {
	margin: 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}

/*	Media Queries	*/
@media (max-width: 980px){

	h1.no-container {
		margin-top: 0;
		padding-top: 20vw;
	}

	nav.desktop {
		display: none;
	}
	nav.mobile {
		display: block;
		position: absolute;
	}
	.container {
		padding: 20vw 1vw 150px 1vw;
	}

	.profil form {
		width: 95%;
		max-width: 95%;
		margin: 5px auto;
	}

	label:not(.radio):not(.checkbox) {
		text-align: left;
		float: none;
		width: 100%;
	}

	input:not([type="radio"]):not([type="checkbox"]),
	.profil form[id*="change_"] input, .profil form[id*="supprime_"] input,
	.profil form[id*="change_"] label, .profil form[id*="supprime_"] label,
	#change_valeur label, #change_valeur input,
	textarea {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.anti-radio div{
		width: 100px;
		margin: 10px 0;
	}
	.anti-checkbox {
		margin: 10px 0;
		text-align: left;
	}

	select {
		width: 100%;
	}
	form select {
		max-width: 100%
	}
	form button, div[class^="form-"] button {
		/*margin: 25px 0 10px auto;*/
		margin: 25px auto 10px auto;
		min-width: 50%;
	}

	.button.gauche, .button.droite {
		float: none;
		display: block;
		margin: 50px auto;
	}


	.ligne {
		font-size: 18px;
		height: 60px;
	}
	.ligne > * {
		height: 40px;
		line-height: 40px;
	}
	.ligne .valeur {
		min-width: 15vw;
	}
	.ligne .valeur:before {
		border: 20px solid #e21b20;
		border-top-color: #e21b20;
		border-left-color: #e21b20;
		border-top-color: transparent;
		border-left-color: transparent;
		left: -40px;
	}

	footer {
		position: absolute;
		display: block;
	}
	footer a {
		display: block;
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.camembert-container {
		display: block;
	}
	.camembert {
		width: 100%;
	}
	.rapport-boutons {
		max-width: 100%
	}
	.rapport-boutons a {
		display: block;
		width: 80%;
		margin: 5px auto;
	}

	.download-page {
		flex-direction: column;
	}

	.dashboard {
		flex-wrap: wrap !important;
		padding-top: 120px;
	}
	.dashboard .db-col {
		width: 100% !important;
		flex-basis: unset;
	}

	.chooseECS {
		width: 97%;
		opacity: 1;
		position: static;
		margin-bottom: 15px;
		border: none;
	}
	.chooseECS label {
		font-size: 4vw;
		height: auto;
	}

	.dashboard .boite {
		height: auto;
		min-height: auto;
		max-height: 100%;
	}

	.dashboard .boite-schema {
		position: static;
		height: 300px;
		background-size: cover;
		min-height: auto;
		position: static;
	}
	.dashboard .boite-schema .titre,
	.dashboard .boite-schema .titre:hover {
		display: block;height: 300px;
		position: static;
		opacity: 0.85;
		margin: 0;
		padding: 0;
	}
	.dashboard .boite-schema .titre p {
		animation: none;
		height: 100%;
		width: 100%;
		border: none;
		border-radius: 0px;
		box-shadow: none;
		padding-top: 100px;
		font-size: 6vw;
	}

	.dashboard .noECS:after {
		margin-top: 2px;
	}
	.dashboard .indication-descendre {
		display: none;
	}

	.dashboard .photo-local-preview {
		height: 30vh;
	}

	.dashboard .demiblock {
		width: 100%;
		display: block;
	}
	.dashboard .demiblock .photo-local-preview {
		min-height: 250px;
	}



	.cadre-liste-chaufferie .case-chaufferie {
		width: 50%;
		display: inline-block;
	}

	.cadre-liste-chaufferie .case-cliquable-chaufferie {
		/*width: 40%;*/
		width: 90%;
	}
	.cadre-liste-chaufferie .case-vignette {
		height: 50vw;
	}
	.cadre-liste-chaufferie {
		padding-bottom: 125px;
	}

	.entete-chaufferie {
		padding: 125px 5px 15px 5px;
	}
	.entete-chaufferie .entete-right,
	.entete-chaufferie .entete-left {
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	.entete-chaufferie .googleMaps {
		width: 100%;
		max-width: 100%;
	}
	.entete-chaufferie a.retour {
		width: auto;
		/*display: inline-block;*/
	}
	.entete-chaufferie a.entete-rapport.button-inv,
	.entete-chaufferie a.entete-rapport-premium.button-inv,
	.entete-chaufferie a.entete-retro.button-inv,
	.entete-chaufferie a.entete-histo.button-inv,
	.entete-chaufferie a.entete-graphgen.button-inv {
		width: 100%;
		margin: 5px;
	}

	.legende-dessous {
		margin: 0;
	}
	.form-inline button.button-valid {
		right: 3%;
		top: 41%;
	}
	.form-inline #nb_logement {
		float: left;
		width: 15%;
	}
	.form-inline #type_logement {
		width: 50%;
	}

	.form-inline div.reponse {
		right: 10%;
		top: 41%;
	}
	.line-with-button button {
		margin-right: 0;
		bottom: 0;
		height: 50px;
	}
	.boxform.sizehalf {
		width: 100%;
	}
}

@keyframes clignotSoft {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		opacity: 1
	}
}


@keyframes clignotHardMove {
	/*0% {
		bottom: 10px;
		opacity: 1;
	}*/
	0% {
		bottom: 20px;
		opacity: 0.2;
	}
	100% {
		bottom: 10px;
		opacity: 1
	}
}
