html, body {
    min-width: 320px;   
}

form{
    margin: 0px;
    padding: 0px;
    margin-top: 0px;     
}

img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
    max-width: 100%;
}

h3, h4 {
    margin: 0px;
    padding: 0px;   
}

.ui-header-fixed, .ui-footer-fixed{
    border: none;
}

.ui-header, .ui-footer{
    border: none;
}


.horizontal-2-field-contain{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

@media (min-width:56em) {
	.horizontal-2-field-contain .ui-field-contain{
		width: 49%;
		float: left;
		clear: none;
		border-style: solid;
		/*border-collapse: collapse;*/
		/*border-color: #0071BC;*/
		border-color: rgba(0, 0, 0, .15);
		
		padding-left: 1%;
		padding-right: 0%;
		
		margin-left: -1px;
		margin-right: 0px;
		margin-top: -8px;
		/*border-width: 0 0 0 1px;*/
		border-width: 0 0 0 0px;
	}
	
	.horizontal-2-field-contain .ui-field-contain:first-child, .horizontal-2-field-contain .ui-field-contain:nth-child(odd){
		clear: both;
		
		padding-left: 0%;
		padding-right: 1%;
		
		
		
		margin-left: 0px;
		margin-right: -1px;
		/*
		border-width: 0 1px 0 0;
		*/
		/* border-width: 0 0 0 0; */
	}
}


.content{
    padding: 0px 10px;
}

.non-auto-section{
	width: 80%;
    margin: 40px auto 5px;
}

.window-conteneur, .popup-conteneur{
    padding: 10px;
    border:solid 2px;
    border-color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    /*background-color: #F3FAFD;*/
	background-color: inherit;
    box-shadow: 1px 1px 12px black;
	vertical-align: middle;
	overflow: hidden; /* Pour que les arrondi (border-raduis) ne soit pas cacher par les header et footer */
}

.CheckSubmitMessage{
	margin-top: -28px;
	padding-top: 0px;
	width: 100%;
	height: 28px;
	text-align: center;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


div.logo{
    display: block;
	float: left;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
}


img.logo{
    margin: 0px;
    padding: 10%;
	width: 80%;
	height: 80%;
	vertical-align: top;
	background-color: transparent;
}

div.title{
    display: block;
	overflow-x:hidden;
    overflow-y:hidden;
    height: 60px;
	line-height: 60px;
	text-align: left;
}

div.title h1{
    margin: 0px;
    padding: 0px;
	vertical-align: middle;
}


div.content{
	margin: 0px;
    padding: 0px 20px;

	text-align: left;
}

.window-conteneur.ui-header, .window-conteneur.ui-footer, .popup-conteneur.ui-header, .popup-conteneur.ui-footer{
    border: none;
}


div.content .ui-footer, div.content .ui-header{
    border: none;
	margin: 0px -20px;
	padding: 0px 20px;
	overflow: hidden; /* fait office de clearfix (permet de garder un div visible qd sont fils est en float*/
}

.window-conteneur div.content .ui-header, .popup-conteneur div.content .ui-header{
    border: none;
	margin: -10px -30px 0px;
	/* margin: 0px -30px -10px; */
	padding: 0px 10px;
	overflow: hidden;
}

.window-conteneur div.content .ui-footer, .popup-conteneur div.content .ui-footer{
    border: none;
	margin: 0px -30px -10px;
	padding: 0px 10px;
	overflow: hidden;
}

.btn-right{
	float: right;
	margin-left: 5px;
}

.btn-left{
	float: left;
	margin-right: 5px;
}

div.pagination{
	width: 100%;
	text-align: right;
	color: #0431B4;
}

/*
div.pagination  a:link {color: black;}
div.pagination  a:visited {color: black;}
div.pagination  a:hover {color: black;}
div.pagination  a:active {color: black;}
*/

div.pagination a.active:link{color: #0431B4;font-weight: bold;font-size: 1.5em;}
div.pagination a.active:visited{color: #0431B4;font-weight: bold;font-size: 1.5em;}
div.pagination a.active:hover{color: #0431B4;font-weight: bold;font-size: 1.5em;}
div.pagination a.active:active{color: #0431B4;font-weight: bold;font-size: 1.5em;}

/*
.popup-conteneur  .btn-right,  .popup-conteneur .btn-left
{
	float: none;
}
*/

input:required {
    box-shadow:none;
    -moz-box-shadow: none;
}

input:valid {
    box-shadow:none;
    -moz-box-shadow: none;
}

input:invalid {
    box-shadow:none;
    -moz-box-shadow: none;
}

label {
   font-weight: bold !important;
   text-overflow: clip;
}

.ui-mobile label.help{
	/*margin:  0.5em 0 0.5em;*/
	margin:  0.5em 0 0;
	font-size: 12px;
	font-weight: normal !important;
	width: 78%;
}


@media (min-width:28em) {
	.ui-field-contain label.help{
		/*margin: 0.5em 0 0.5em 22%;*/
		margin: 0.5em 0 0 22%;
	}
}

.ui-checkbox .ui-btn{
	text-align: center;
}

.ui-checkbox, .ui-radio{
	margin : 0;
}

/*
@media (min-width:28em) {
	.ui-checkbox{
		margin-left: 22%;
		width: 78%;
	}
}
*/

hr {
    visibility: hidden;
	margin: 3px 0px;
	padding: 0px;
	color: transparent;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px rgba( 0, 0, 0, 0.15 );
}

@media (min-width:28em) {
	hr {
		margin: 6px 0px;
		visibility: visible;
	}
}





#wait {
    position: absolute;
    float: none;
    left: 5px;
    bottom: 5px;
    height: 40px;
    width: 40px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    visibility: hidden;
}

#errwifi {
    margin: 0px;
    text-align: center;
}


#messageok {
    margin: 0px;
	overflow-x:hidden;
    overflow-y:hidden;
	font-size: 1.3em;
	text-align: center;
}

/* Change above are for top position */
#header_top #messageok {
	text-align: right;
	font-size: 1em;
	margin-top: 31px;
	margin-right: 6px;
	text-overflow: ellipsis;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 10px;
	max-width: 270px;
	align-items: center;
	display: inline-flex;
	background-color: white;
}

#messageko {
    margin: 0px;
	overflow-x:hidden;
    overflow-y:hidden;
	font-size: 1.3em;
	text-align: center;
}

/* Change above are for top position */
#header_top #messageko {
	text-align: right;
	font-size: 1em;
	margin-top: 31px;
	margin-right: 6px;
	text-overflow: ellipsis;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 10px;
	max-width: 270px;
	align-items: center;
	display: inline-flex;
	background-color: white;
}

#logo_haut, #logo_haut_left {
/*
    position: relative;
	display: block;
	top: 0px;
	left: 0px;
	*/
	display: block;
    height: 60.25px;
    line-height: 60.25px;
	width: 60px;
    margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
}

#logo_haut_right {
	display: block; 
	height: 60px;
	line-height: 60px;
	width: 182px;
    margin: 0px 20px 0px 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

#logo_haut .logo, #logo_haut_left .logo {
  margin: 0px;
  padding: 0px;
  height: 60px;
  width: auto;
  vertical-align: middle;
}

#logo_haut_right .logo {
  margin: 0px;
  padding: 10px;
  height: 40px;
  width: auto;
  vertical-align: middle;
}

#logo_bas .logo{
     height: 40px;
}

#site_titre {
/*
    position: relative;
    display: block;
	
	top: 0px;
	left: 65px;
	*/
    height: 40px;
	line-height: 40px;
    margin: 0px;
	padding: 0px;
	overflow-x:hidden;
    overflow-y:hidden;
    /*background-color: green;*/
	text-align: left;
	vertical-align: middle;
}

#site_titre p {
font-size: 1.8em;
letter-spacing: -1px;
font-variant: small-caps;
margin: 0px;
padding: 0px 5px;
}

#site_slogan {
/*
    position: relative;
	display: block;
	top: 40px;
	left: 65px;
	*/
    height: 20px;
	line-height: 20px;
    margin: 0px;
	padding: 0px;
	overflow-x:hidden;
    overflow-y:hidden;
    /*background-color: blue;*/	
	text-align: left;
	vertical-align: middle;
}
#site_slogan p {
font-size: 0.9em;
margin: 0px;
padding: 0px 5px;
}

.error {
    color: #F58F8F;
    font-weight: bold;
    text-align: center;
}

.noerror {
    color: #C2F7CD;
    font-weight: bold;
}

.novisible{
    visibility: hidden !important;
    display: none !important;
    z-index: 0 !important;
}

.hideImage{
    visibility: hidden;
    display: none;
}

/* Fucker */
#fuckerMess {
    display: block;
	float : left;
	margin: 5px;
	padding: 2px 5px;
	border: 2px inset;
	border-color: white; /* #424242; */
    
	-moz-box-shadow: 5px 5px 5px 0px #005791;
	-webkit-box-shadow: 5px 5px 5px 0px #005791;
	-o-box-shadow: 5px 5px 5px 0px #005791;
	box-shadow: 5px 5px 5px 0px #005791;
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=#005791, Direction=134, Strength=5); */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	width: 300px;
	background-color: inherit;
	color: inherit;
	text-shadow: none;
}
#fuckerMess.RAS {
    visibility: hidden;
    display: none;
}

#fuckerMess.ON {
	background-color: red;
	color: white;
}

#fuckerMess.OFF {
	background-color: #088A08;
	color: white;
}

#fuckerMess .etat {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	
	text-align: center;
}

#fuckerMess .etat.ON {
	color: yellow;
	text-shadow: 0 0 3px #FFFFFF;
}

#fuckerMess .etat.OFF {
	color: orange;
	text-shadow: 0 0 3px #FF0000;
}


#fuckerMess .host {
	display: inline-block;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1em;
	text-shadow: 0 0 3px #000000;
}

#fuckerMess .date {
	display: inline-block;
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 1.25em; /* alignent avec host => x * 0.8eme(font-size date) = 1em(font-size host)  soit 1.25em */
	font-size: 0.8em;
	text-shadow: 0 0 3px #000000;
}

table
{
    border-collapse: collapse;
	width: 100%;
	border: solid 1px;
	border-color: #000000;
	margin: 10px 0px;
}

td, th /* Mettre une bordure sur les td ET les th */
{
    border-bottom: 1px solid #000000;
    padding: 2px 5px;
    vertical-align: middle;
    text-align: center;
}

th {
    background-color: #000000; /* Couleur en-tête tableau */
    text-align: left;
	color: white;
	text-shadow: none;
}

th.th_col {
    background-color: transparent;
    text-align: left;
}


td {
    text-align: left;
}



table caption
{
    text-align: left;
}

table .row_odd
{
    background-color: rgb(247, 247, 247);
}

table .row_even
{
    background-color: rgb(228, 228, 228);
}

.table_align
{
	color: inherit;
	font: inherit;
	width: initial;
	border: none;
}

.tr_align
{
	color: inherit;
	font: inherit;
	border: none;
}

.td_align
{
	border: none;
	border-bottom: none;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
	color: inherit;
	font: inherit;
}

.td_logo_haut, .td_logo_haut_left, .td_logo_haut_right {
	width:  60px;
}

.full_width
{
	width: 100%;
}


	
a.linkcolor:link{ 
    text-decoration:none; 
}

.ssmenu{
    font-size:12.5px;
}

.ssmenu-btn{
    margin: 0;
	border: none;
}

/*
.ui-checkbox{
    position: relative;
    top: auto;
    left: auto;
   
    margin: 0;
    padding: 0;
    
    text-align: center;
    vertical-align: middle;
    
    border-collapse: initial;
}

.ui-checkbox input {
    position: relative;
    
    margin: 0;
    padding: 0;
     
    top: auto;
    left: auto;
    
    text-align: center;
    vertical-align: middle;
    
    border-collapse: initial;
}
*/

/*
.ui-controlgroup-horizontal .ui-controlgroup-controls {
	font-size: 0px;
}*/

.ui-controlgroup-controls {
	font-size: 0px;
}

.ui-checkbox input:focus {
    -webkit-box-shadow:0 0 12px #3388cc ;
    -moz-box-shadow:0 0 12px #3388cc ;
    box-shadow:0 0 12px #3388cc ;
}

html .CheckSubmitMessage.status-invalid {
    color: red;
}

html .CheckSubmitMessage.status-required {
    color: orange;
}

html .ui-checkbox.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}

html .ui-checkbox.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

html .ui-checkbox.status-required{
    border-style: solid;
    border-width: 1px;
    border-color: orange;
}



html .ui-radio.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}

html .ui-radio.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

html .ui-radio.status-required{
    border-style: solid;
    border-width: 1px;
    border-color: orange;
}

html .ui-controlgroup-controls{
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}

html .ui-controlgroup-controls.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}

html ui-controlgroup-controls.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

html .ui-controlgroup-controls.status-required{
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    
}

html .ui-input-text.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}
html .ui-input-text.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}
html .ui-input-text.status-required {
    border-style: solid;
    border-width: 1px;
    border-color: orange;
}

html textarea.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}
html textarea.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}
html textarea.status-required {
    border-style: solid;
    border-width: 1px;
    border-color: orange;
}


html .ui-btn.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}
html .ui-btn.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}
html  .ui-btn.status-required {
    border-style: solid;
    border-width: 1px;
    border-color: orange;
}

html .ui-slider-track.status-valid {
    border-style: solid;
    border-width: 1px;
    border-color: green;
}
html .ui-slider-track.status-invalid {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}
html .ui-slider-track.status-required {
    border-style: solid;
    border-width: 1px;
    border-color: orange;
}

/* Pour gestion disabled textbox et select */
input[disabled], textarea[disabled],
select[disabled='disabled']{
    -webkit-text-fill-color: rgba(0, 0, 0, 0.9); 
    -webkit-opacity: 0.9;
    opacity: 0.9;
	background-color: #E6E6E6;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    color: rgba(0, 0, 0, 0.9);
}

html .ui-state-disabled { 
	-webkit-text-fill-color: rgba(0, 0, 0, 0.9) !important; 
    -webkit-opacity: 0.9 !important;
    opacity: 0.9 !important;
	background-color: #E6E6E6 !important;
    filter: alpha(opacity=90) !important; /* For IE8 and earlier */
    color: rgba(0, 0, 0, 0.9) !important;
} 

/*
a:link {color: black;}
a:visited {color: gray;}
a:hover {color: red;}
a:active {color: red;}
*/

.langFR{
	color: black !important;
}

.langEN{
	color: green !important;
}


div.photo{
    display: block;
	/* float: left; */
	height: 400px;
	width: 400px;
	line-height: 400px;
	text-align: center;
	background-color: transparent;
	overflow: hidden;
}


img.photo, svg.photo{
    margin: 0px;
    padding: 1%;
	max-width: 98%;
    max-height: 98%;
	vertical-align: middle;
	background-color: transparent;
}

 svg.photo{
	width: 98%;
    height: 98%;
}

td.col_photo {
	padding: 5px;
}

.liste_vide{
	color: gray;
	font-style: italic;

}

.footer_big_padding, .header_big_padding  {
	padding: 0px 45px !important;
}

#POPUPFORM-popup {
	/* width: 70%; */
	min-width: 70%;
}

.spaceAcc {
	float: left;
	width: 35px;
	overflow: hidden;
}

.spaceMenu {
	float: left;
	width: calc( 100% - 80px );
}

.spaceLang {
	float: right;
	width: 45px;
}

.spaceLang .ui-btn {
	/*padding: 5px 5px !important;*/
}

.spaceLang img {
	/* height: 20px; */
	height: 0.9em;
	width: 30px;
}

.ui-controlgroup.ui-mini .ui-btn-icon-notext {
	font-size: 13px;
}

@-moz-document url-prefix()
{
	.ui-mobile fieldset {
		display:inherit;
		vertical-align:middle
	}
}

.autoHide {
    visibility: hidden;
    display: none;
}

.autoHide2 {
    visibility: hidden;
    display: none;
}

 
@media (min-width:37em) {
	.autoHide {
	    visibility: visible;
	    display: inherit;
	}
	
	th.autoHide, td.autoHide {
	    display: table-cell;
	}
}

@media (min-width:60em) {
	.autoHide2 {
	    visibility: visible;
	    display: inherit;
	}
	
	th.autoHide2, td.autoHide2 {
	    display: table-cell;
	}
}

.progressBar-container {
    background-color: rgba(0, 0, 0, 0.1);
    /* width: 100%; */
    margin-left: 0px;
    margin-right: 0px;
    height: 10px;
    
}

.popup-conteneur .ui-footer .progressBar-container, 
.window-conteneur .ui-footer .progressBar-container {
    margin-left: -10px;
    margin-right: -10px;
}

.popup-conteneur .ui-footer.footer_big_padding .progressBar-container, 
.window-conteneur .ui-footer.footer_big_padding .progressBar-container {
    margin-left: -45px;
    margin-right: -45px;
}

.progressBar {
    background-color: yellow;
    /* display: block; */
    height: 100%;
    width: 50%;
}