﻿html, 
body {
    height: 100%;
}
body {
  margin:0;   
  overflow-x: hidden;
}
.pageContainer{
   min-height:100%;
   position:relative;
}
.nav-tabs > li > a:focus{
    background-color: #ddd !important;
}
.bar_content { display:inline-block; }
.progress-bar {
    background-color: #1a1a1a;
    height: 25px;
    padding: 5px;
    width: 90%;
    min-width:250px;
    overflow:hidden;
     margin: 20px auto;		
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;           
}

.progress-bar span {
float:left;
display: inline-block;
height: 100%;
background-color: #777;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
-webkit-transition: width .4s ease-in-out;
-moz-transition: width 1.4s ease-in-out;
-ms-transition: width 1.4s ease-in-out;
-o-transition: width 1.4s ease-in-out;
transition: width 1.4s ease-in-out;		

}

/*----------- The color of the progress bar ----------------*/			


.blue span { background-color: #34e359;  }


/*----------- The stripes (for any browser) ----------------*/		

.stripes span {
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
background-size: 30px 30px;			
background-image: -webkit-gradient(linear, left top, right bottom,
					color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
					color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
					color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
					to(transparent));
background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
					transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
					transparent 75%, transparent);
background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
					transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
					transparent 75%, transparent);
background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
					transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
					transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
					transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
					transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
					transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
					transparent 75%, transparent);            

-webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;       		
}

@-webkit-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}


.navli {
color: #666666;
display: table-cell;
vertical-align: bottom;
padding: 0px;
font-size: 16px;
font-family: Roboto;
text-transform: uppercase;
cursor: pointer;
}
/* BLOC CONNEXION */
.imageauth{
height: 460px;
float:right;
}
.connection-block {
background: #f8f8f8;
padding: 20px;
overflow: hidden;
padding: 20px 20px 20px 20px;
height: 460px;

}
.input-authen{
border: 2px solid #e6e6e6;
background-color: #e6e6e6;
height: 50px;
width: 100%;
padding-left: 7px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #666;
vertical-align: top;
font-family: Roboto;
font-size: 106%;
border-radius: 0;
-webkit-appearance: none;
padding-top: 5px;
}
.label-connexion{
color: #666;
font-size: 16px;
display: inline-block;
margin-top: 9px;
vertical-align: top;
}
.link-more {
background-image: url(btn-morered.png);
font-size: 100%;
font-family: roboto, sans-serif;
padding-left: 28px;
position: relative;
background-position: 15px center;
background-repeat: no-repeat;
font-family: Roboto;
color: #df0c36;
font-size:16px
}

a.link-more:focus, a.link-more:hover  {
text-decoration: underline;
color: #df0c36;
}

.sigin_link_action {
text-align: right;
clear: both;
overflow: hidden;
}



.checkbox-item-1 input[type="checkbox"] + label:before{background:url(../img/checkbox.png) no-repeat scroll 0 0 rgba(0,0,0,0);height:17px;left:0;position:absolute;top:4px;width:17px;}.checkbox-item-1 input[type="checkbox"]:checked + label:before{background-position:0 -32px;}
.checkbox-item{float:right;margin:0 0 12px;}.connection-block label{font-weight:400;margin:0 0 9px;width:12%;vertical-align:middle;}
.block-signin-home-form .connection-block label{width:100%;font-family: Roboto;}
.connection-block label.error{width:100%;margin-top:10px;}.connection-block input[type="checkbox"] + label::before{height:17px;width:17px;background:url(../img/checkbox.png) no-repeat 0 0;font-family: Roboto;}
.connection-block input[type="checkbox"]:checked + label::before{background-position:0 -32px;}.connection-block input[type="checkbox"] + label{font-family:Roboto;font-weight:bold;font-size:18px; font-size: 131%;   color: #666;}.connection-block-log-in .form-actions a{margin-top:12px;}
.sign-in-page-block .form-text{width:87%;display:inline-block;vertical-align:middle;}
/* chekbox*/
.checkbox-item-1 input[type="checkbox"] + label:before{background:url(../img/checkbox.png) no-repeat scroll 0 0 rgba(0,0,0,0);height:17px;left:0;position:absolute;top:4px;width:17px;}.checkbox-item-1 input[type="checkbox"]:checked + label:before{background-position:0 -32px;}
.checkbox-item{float:right;margin:0 0 12px;}.connection-block label{font-weight:400;margin:0 0 9px;width:12%;vertical-align:middle;}
.block-signin-home-form .connection-block label{width:100%;font-family: Roboto;  ;color: #666;
font-size: 131%;
display: inline-block;
vertical-align: top;
font-weight: 400;
}
.connection-block label.error{width:100%;margin-top:10px;}.carte input[type="checkbox"] + label::before{background:url(../img/checkbox.png) no-repeat 0 0}
.carte input[type="checkbox"]:checked + label::before{    background-position: 0 -42px;}.carte input[type="checkbox"] }.connection-block-log-in .form-actions a{margin-top:12px;}
.sign-in-page-block .form-text{width:87%;display:inline-block;vertical-align:middle;}
/* LOGO TOTAL */
.logo-total {
width:185px;
height:58px;
}
.imgheader{
background-image:url(logo_v2_2.png);
}
input[type=checkbox], input[type=radio] {
    display: none;
}

/* navigation */
#breadcrumb {
background-color: white;
/*margin: 14px 0 0;*/
/*padding-left: 0;*/
font-size: 11px;
color: #808080;
line-height: 1.5em;
float:none !imprtant;
}
@media only screen and (max-width: 780px) {
    #breadcrumb {
       float:left !important;
    }
}
ul.breadcrumb__list {
font-size: 13px;
font-family:  roboto, sans-serif;
font-weight: bold;
letter-spacing: 0;
}
ul.breadcrumb__list > li {
letter-spacing: 0.2px;
position: relative;
}
li:last-child {
color: #DF0C36;
}
.dropdown-his {
display: inline-block;
position: static;
padding-right: 11px;
}
.dropdown-his  button {
background: #fff;
border: 0;
padding-right: 0px;
padding-left: 0px;
}
ul.breadcrumb__list > li {
letter-spacing: 0.2px;
position: relative;
}
.breadcrumb__item {
display: inline;
}
#breadcrumb a {
text-decoration: none !important;
color: #707173 !important;
font-style: normal;
padding-right: 5px;
}
/* OPTION MENU HAUT HORIZONTAL */
.StyleMenuHeader{
font-family:  roboto, sans-serif;
color: #707173;
font-size: 10pt;
cursor: pointer;
font-weight: normal;
text-transform: uppercase;
display: table-cell;
letter-spacing: 1px;
height: 32px;
vertical-align: bottom;
text-align: center;
clear: both;
padding: 0px 5px;
}
.StyleMenuHeader:hover{text-decoration:underline ;color:#DF0C36;}

/* LIEN DE CONNEXION ET PROFIL*/
.contenueProfil {
text-align:right;
margin-right: 40px;
}
.profil {
font-family: Roboto, sans-serif;
font-size: 12px;
color: #626262;
font-weight: bold;
text-align:right;
}
.contenudDeconnexion{
padding-right:0px;
float:right; 
margin-top:-20px;
margin-right: 40px;
}
.deconnexion{
font-family: Roboto, sans-serif;
font-size: 12px;
color: #FF0000;
text-align: right;
}
.deconnexion:hover{
 color: #FF0000;
 text-decoration: underline;
}
.deconnexion:focus{
 color: #FF0000;
 text-decoration: underline;
}

/* CORPS DE PAGE */
.titrePage {
font-family: Roboto;
color: #707173;
font-size: 22px;
font-weight: normal;
letter-spacing: 0.02em;
margin: 0px 0px 14px;
padding: 0px;
text-transform: uppercase;	
}
.Separateur {
height:10px;
}

/* cadre de recherche*/
.CadreRecherche {
border-radius: 17px 17px 17px 17px;
-moz-border-radius: 17px 17px 17px 17px;
-webkit-border-radius: 17px 17px 17px 17px;
border: 2px solid #0067C9;
padding:10px;

}

/* OPTION MENU VERTICAL GAUCHE */
ul.menu { margin:0; _height:1px; *min-height:1px; padding:0; }
ul.menu ul, ul.menu li {
position:relative;
display:block;
margin:0;
padding:0;
list-style:none; _height:1px; *min-height:1px;
margin-bottom:6px;
}
ul.menu li { float:left; width:99%; }
ul.menu a, ul.menu span {
position:relative;
display:block;
color:#DF0C36;
font-family:Roboto, sans-serif;
padding:12px 10px 12px 30px;
background:#f8f8f8;
font-size:14px;
letter-spacing: 0.02em;
text-decoration: none;
}
ul.menu a:hover {
text-decoration:underline;
}


/* CRITERE RECHERCHE*/
.libRecherche{
font-size: 12px;
font-weight: bold;
color: #707173;
text-align: left;
}

.libDefault {
font-size: 12px;
color: #7F7C78;
font-weight: normal;
height:27px;
line-height:27px;
}
.form-group-no-padding{
margin-bottom:2px;
}
/* input date*/
.input-date{
height: 38px;
border-radius: 0px;
background-color: #e6e6e6;
border: 2px solid #e6e6e6;
color: #666;
font-family: Roboto;
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
font-size: 106%;
}
.libDefaultformR {
color: #7F7C78;
height:27px;
line-height:27px;
font-family: Roboto;
font-size: 129%;
 font-weight: normal;
font-family: Roboto;
}
/* input montant*/
.disabledinput{
border:1px solid #ccc;
background-color:white;
height:30px;
}
/* separateur popup paiement*/
.hrpiece{
border-top: 2px solid #B4B4B4;

}
/* bouton paiement*/
.btn_pa{
width:183px;
}
/* larege bouton*/
.libLarge {
font-size: 12px;
color: #7F7C78;
font-weight: normal;
height: 27px;
line-height: 27px;
width: 10%;
}
/* HAUTEUR PAR DEFAUT DES ZONES DE SAISIE*/
input[type="text"], input[type="password"], input[type="email"] {
height:38px;
border-radius: 0px
}

/* BTN RACCOURCI FIN DE PAGE*/
#backtotop {
display:none;
width: 72px;            /* A rigler selon votre image */
height: 72px;            /* A rigler selon votre image */
bottom: 20px;
cursor: pointer;
display: none;
height: 70px;
position: fixed;
right: 20px;
text-indent: -9999px;
width: 70px;
z-index: 1;
opacity: 0,4;
}
.btt-background {
    width: 100%;
    height: 100%;
    background: #DF0C36;
    opacity: 0.4;
}
#backtotop:before {
position: absolute;
display: block;
content: "";
width: 34px;
height: 25px;
z-index: 2;
background: url(arrow_BtT.png) no-repeat;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
opacity: 1;
}
.btt-background:hover {
opacity: 1;
}
@media only screen and (max-width: 770px) {
    #backtotop{
    right:20px;
    }
}
/* HAUTEUR PAR DEFAUT DES COMBO BOX */
.defaultComboBox{
height:27px;	
}
.droite{
text-align:right;
}

/* SUPPRIMER PADDING */
.nopadding {
padding: 0 !important;
margin: 0 !important;
}

/* SMALL PADDING FOR CONTAINER */
.small-padding{
    margin-left: 2em;
    padding:0px;
}
@media only screen and (max-width: 780px) {
    .small-padding {
       margin-left:0px;
        padding:15px;
    }
}


/* MESSAGE ERREUR */
.messageErreur{
font-size: 11px;
font-weight: bold;
color: #E53138;
}

/* NOMBRE DES ENREGISTREMENT A AFFICHER ET PAGINATION */
.libNbrEnreg{
font-size: 9pt;
font-weight: bold;
color: #2D2D2D;
}
.nbrEnreg{
font-family: Roboto;
font-size: 106%;
color: #666;
cursor:pointer;
font-weight: 400; 
}
.spanMontant{
   text-align: center;
}

 a.nbrEnreg:focus, a.nbrEnreg:hover  {
	color:#DF0C36;
}
/**********************************************************/
/* BOUTONS */
/**********************************************************/

/* BOUTON RECHERCHE */
.btnRecherche{
width:37px !important;
height: 37px !important;
background-image: url(search.png);
border:0px;
background-repeat:no-repeat;
background-color:transparent;
padding:5px;
}


/* BOUTON ACTION */
.btn-more {
    /* font-family: Roboto;*/
    letter-spacing: 0.02em;
    font-size: 14px;
    float:right;
    zoom: 1;
    background-color: #DF0C36;
    background-image: url("btn-more.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    height: 39px;
    line-height: 38px;
    margin-top: 2px;
    min-width: 166px;
    overflow: hidden;
    text-indent: 15px;
    padding-right: 5px;
    text-align:left;
    cursor:pointer;
    vertical-align: middle;
    max-width: 200px;
    margin-right: 10px;
}
.btn-more a{
color:#fff;
}
.btn-more a:hover{
text-decoration: underline;
color:#fff;
}
.btn-more p,
.btn-more li{
line-height:39px;
}
.btn-more.petit{
min-width: 50px;
height: 22px;
line-height: 22px;
margin-top: 1px;
text-indent:15px;
margin-right:3px;
font-family: Roboto, sans-serif;
}
.btn-more.large{
min-width: 50px;
height: 40px;
margin-top: 1px;
text-indent:15px;
margin-right:3px;
font-family:Roboto, sans-serif;
}
.btn{
font-family: Roboto;
font-size: 21.34px;
}
.btn-more.petit.nofloat{
float:none;
}
.btn-more.petit a.btn{
padding :0;
} 
/* page accueil */
.btn-white {
letter-spacing: 0.02em;
font-size: 14px;
float:right;
zoom: 1;
background-image: url("btn-more-blue.png");
background-position: 15px center;
background-repeat: no-repeat;
color: #DF0C36;
display: inline-block;
height: 39px;
line-height: 38px;
margin-top: 2px;
min-width: 166px;
overflow: hidden;
text-indent: 15px;
padding-right: 5px;
text-align:left;
cursor:pointer;
vertical-align: middle;

}
.thumbnail>img {
margin-right: auto;
margin-left: auto;
padding: 15px;
}
.btn-white  a{
color:#DF0C36;
}
.btn-white a:hover{
text-decoration: underline;
color:#DF0C36;
}
.containere {
  padding: 80px 120px;
}
.thumbnail {
border: none;
padding: 11px;
border-radius: 0;
position: relative;
/*background: #f8f8f8;*/
color: #FFF;
box-sizing: border-box;
}
.thumbnail p {
margin-top: 15px;
color: #FFFFFF;
padding: 19px 15px 0;
box-sizing: border-box;
font-size: 16px;
font-family: Roboto;
}

 
/* BOUTON SUPPRIMER */
.btnSupprimer{
width:27px !important;
height: 27px;
background-image: url(btn-delete.png);
border:0px;
background-repeat:no-repeat;
background-color:transparent;
padding:5px;
}

/* BOUTON EXPORT */
.btnExport{
display: block;
width: 100%;
height: 40px;
width: 40px;
width: 40px\9;
height: 40px;
background-image: url(btn-export.png);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor:pointer;
}

/* BOUTON VALIDER CALTRI */
.btn-valider {
/* font-family: Roboto;*/
letter-spacing: 0.02em;
font-size: 14px;
zoom: 1;
background-color: #DF0C36;
background-image: url("btn-more.png");
background-position: 15px center;
background-repeat: no-repeat;
color: #fff;
display: inline-block;
height: 39px;
line-height: 38px;
overflow: hidden;
text-indent: 15px;
padding-right: 5px;
text-align:left;
cursor:pointer;
vertical-align: middle;
}
.btn-valider a{
color:#fff;
}
.btn-valider a:hover{
text-decoration: underline;
color:#fff;
}
.btn-valider p,
.btn-valider li{
line-height:39px;
}
/* BOUTON PARCOURIR */
.parcourir{
display: block;
width: 100%;
height: 18px;
width: 20px;
width: 20px\9;
height: 18px;
background-image: url(btn_parcour.png);
background-image: url(btn_parcour.png);
font-size: 14px;
background-color: #FFFFFF;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
/* BOUTON MAP INACTIF */
.button-map{
font-size: 14px;
background-color: #FFFFFF;
background-image: url(map-disable.png);
background-position: center center;
background-repeat: no-repeat;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-left: 1px solid #C0C0C0;
border-top: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
background-size: contain;
width: 100%;
height: auto;
min-height: 45px;
width: auto;
min-width: 35px;
width: 35px\9;
height: auto;
min-height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* BOUTON LIST INACTIF */
.button-list {
font-size: 14px;
background-color: #FFFFFF;
background-image: url(list-disable_570EFED1_.png);
background-position: center center;
background-repeat: no-repeat;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-left: 1px solid #808080;
border-top: 1px solid #808080;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
background-size: contain;
background-color: #FFFFFF;
width: 100%;
height: auto;
min-height: 45px;
width: auto;
min-width: 35px;
width: 35px\9;
height: auto;
min-height: 45px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.input-no-radius{
	
	border-radius: 0px;
}


/********************************************/
/* LISTE ET TABLE */
/********************************************/

/********************* TABLE RESPONSIVE (LIFGNES => COLONNE) ******************/

.table-striped>tbody>tr:nth-of-type(odd) {
background-color: white;
}
@media only screen and (max-width: 600px) {

.disabledinput{
width:50%

}
}
@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
	display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	 
	#no-more-tables tr { border: 1px solid #ccc; 
		border-bottom:3px solid  #DF0C36;
	}
	  
	#no-more-tables td {
		padding: 10px 14px 15px 14px;
	/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #727274;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align:left;
	word-wrap: break-word;
	min-height:40px;
	}
	 #no-more-tables td.nopaddingtd {
		padding: 0px 0px 0px 0px;
		min-height:0px;
	}
	  #no-more-tables td.maxWidth {
		max-height:40px;
	}
	#no-more-tables td :last-child {
	border-bottom: none;
    }
	#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: #DF0C36;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.000000em;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	height: 28px;
	border: 0px;
	padding: 13px 13px;
	color: #fff;
	/*border-bottom: 1px solid #DF0C36;*/
	border-right: 1px solid #fff;
	height: 100%;
	TOP: 0px;
	LEFT:0px
	}
	#no-more-tables td.nocolor:before  {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 0px;
	width: 0%;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: white;
	color: #FFFFFF;
	}
	#no-more-tables td.nowidth:before  {
	
	}
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); 
	  }
		#no-more-tables td.centertd{
		padding: 16px 14px 15px 14px;
		border: none;
		border-bottom: 1px solid #727274;
		position: relative;
		white-space: normal;
		text-align:center;
		word-wrap: break-word;
		min-height:50px;
		text-indent:3px
	}
    .style-1113, .style-000038{
        display: none !important;
    }
}

.tableDonnees tbody tr  [colspan="3"] {
text-align: center;
}


.tableLien tbody tr  [colspan="3"] {
text-align: center;
}
 /*TABLE PAIEMENT POPUP*/
 @media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	#dataR table,
	#dataR thead,
	#dataR tbody,
	#dataR th,
	#dataR td,
	#dataR tr {
	display: block;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	#dataR thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	 
	#dataR tr { border: 1px solid #ccc; 
	border-bottom:2px solid  #DF0C36;
	}
	  
	#dataR td {
		padding: 16px 14px 15px 14px;
	/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #727274;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align:left;
	word-wrap: break-word;
	min-height:50px;
	}
	 #dataR td.nopaddingtd {
		padding: 0px 0px 0px 0px;
		min-height:0px;
	}
	#dataR td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: #DF0C36;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.000000em;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	height: 28px;
	border: 0px;
	padding: 13px 13px;
	color: #fff;
	/*border-bottom: 1px solid #DF0C36;*/
	border-right: 1px solid #fff;
	height: 100%;
	TOP: 0px;
	LEFT:0px
	}
	  #dataR td.nocolor:before  {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: white;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.000000em;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	height: 28px;
	border: 0px;
	padding: 13px 13px;
	color: #fff;
	border-right: 1px solid #fff;
	height: 100%;
	TOP: 0px;
	LEFT:0px
	
	}
	 
	/*
	Label the data
	*/
	#dataR td:before { content: attr(data-title); 
	  }
	}
	 /*TABLE PAIEMENT POPUP VERSMET*/
 @media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	#dataRES table,
	#dataRES thead,
	#dataRES tbody,
	#dataRES th,
	#dataRES td,
	#dataRES tr {
	display: block;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	#dataRES thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	 
	#dataRES tr { border: 1px solid #ccc; 
	border-bottom:2px solid  #DF0C36;
	}
	  
	#dataRES td {
		padding: 10px 14px 15px 14px;
	/* Behave like a "row" */
	border: none;
	border-bottom: 1px solid #727274;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align:left;
	word-wrap: break-word;
	}
	 #dataRES td.nopaddingtd {
		padding: 0px 0px 0px 0px;
	}
	#dataRES td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	background-color: #DF0C36;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.000000em;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
	height: 28px;
	border: 0px;
	padding: 13px 13px;
	color: #fff;
	/*border-bottom: 1px solid #DF0C36;*/
	border-right: 1px solid #fff;
	height: 100%;
	TOP: 0px;
	LEFT:0px
	}
   
	 
	/*
	Label the data
	*/
	#dataRES td:before { content: attr(data-title); 
	  }
	}
@media only screen and (max-width: 300px) {

	#dataRES td:before {
			left: 1px;
			width: 52%;
	}
	.LOGIIMG{
			width: 200px;
			margin-top: 8px;
	}
}
@media only screen and (max-width: 320px) {

	#no-more-tables td.maxWidth {
		max-height: 50px;
		}
}
/* input number*********/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance:textfield;
}
/********************* FIN TABLE RESPONSIVE (LIFGNES => COLONNE) ******************/
.tableDonnees {
border-collapse: collapse;
border-spacing: 2px 2px;
border-color:#FFFFFF;

}

.tableLien {
border-collapse: collapse;
border-spacing: 2px 2px;
border-color:#FFFFFF;

}

.tableDonnees thead tr th{
background-color: #DF0C36;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
letter-spacing: 0.000000em;
/*line-height: 0.000000em;*/
text-align: center;
text-indent: 0px;
vertical-align: middle;
height: 28px;
border:0px;
padding: 13px 13px;
color: #fff;
border-bottom: 1px solid #DF0C36;
border-right: 1px solid #fff;
height: 33px;
}
.tableDonnees tbody tr td.noborder{
/*.border:none;*/
background: #F2F2F2;	
}
.tableDonnees  thead tr th:last-child {
border-right: 2px solid #DF0C36;
}
.tableDonnees  thead tr th:first-child {
border-left: 1px solid #DF0C36;
}

.tableDonnees thead tr th.transparent{
background-color: #FFFFFF;

}
.tableDonnees tbody tr td.border-white{
border:2px solid white;
}

/* libelle obligatoire */
.tableDonnees tbody tr td.obligatoire{
color:red;
}
.tableDonnees tbody tr td{
border:0;
font-family: Roboto, sans-serif;
font-size: 12px;
/* font-weight: bold;*/
color: #707173;
text-align: center;
text-indent: 8px;
vertical-align: middle;
/*  background-color: #E0E0E0;*/
}

.tableLien tbody tr td{
border:0;
font-family: Roboto, sans-serif;
font-size: 12px;
/* font-weight: bold;*/
color: #707173;
text-align: left;
text-indent: 8px;
vertical-align: middle;
/*  background-color: #E0E0E0;*/
}
.tableDonnees tbody tr td.bold{
font-weight: bold;
}
.tableDonnees tbody tr td.spanMontant {
text-align:center;
}
.colorer{
   background-color: #E0E0E0;
   border: 1px solid #FFFFFF;
}
.tableDonnees tbody tr td .border-white{
   border: 1px solid #FFFFFF;
}
.tableDonnees   tbody tr td {
color: #727274;
border: 1px solid #727274;
}
.tableDonnees   tbody tr td.padding{
	    /*padding: 16px 14px 15px 14px;*/
	padding:7px 15px 7px 15px;
}
.tableDonnees   tbody  tr:nth-child(even) {
background: #F2F2F2;
}
.tableDonnees tbody tr td.suptransparent{
background-color: #FFFFFF;
}
/* LIEN DANS UNE TABLE DES DONNEES */
.tableDonnees tbody tr td.StyleLienZrGauche {
font-size: 12px;
font-weight: bold;
color: #DF0C36;
text-align: left;
text-indent: 8px;
vertical-align: middle;

}
.tableDonnees tbody tr td.StyleLienZrGauche:hover {
text-decoration:underline;
}
/* SURCHARGE TABLE RESPONSIVE*/
.table-responsive.default{
border:0;
}
.table-popup{
width: 80%;
MARGIN-LEFT: 80PX;
}
.lien-zr{
  color: #DF0C36;
}
.tableDonnees tbody tr td  a {
  color: #DF0C36;
}
.message{
	color: #FF0000;
}

.motifAnnulation{
FLOAT:right;
color: #FF0000;
border-style: solid;
border-width: 2px;
border-color: #FF0000;
border-collapse: collapse;
empty-cells: show;
border-spacing: 0;
font-weight: bold;
font-style: normal;
font-family:  Roboto, sans-serif;
text-decoration: none;
font-size: 12px;
}

/*********************************************/
/* FORMULAIRE */
/********************************************/
/* libelle obligatoire */
.obligatoire{
font-family:  Roboto, sans-serif;
font-size: 12px;
color: #FF0000;
vertical-align: bottom;
}
.retour-ligne{
 word-wrap: break-word;"
}
/* cadre permis a batir */
.permis-abatir{
border-style: solid;
border-width: 1px;
border-color: #B4B4B4;
border-collapse: collapse;
empty-cells: show;
}
/* titre formulaire */
.titre-permis{
font-family: Roboto, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #003399;
vertical-align: middle;
}
.no-border{
	border-top: 0px ;
}
/* text de caractere restant */
.StyleTexteStandard{
font-family: Roboto, sans-serif;
font-size: 12px;
color: rgb(112, 113, 115);
}
.StyleTexteNotification{
font-family: Roboto, sans-serif;
font-size: 12px;
color: rgb(112, 113, 115);
}
/* toast popup */
.info-piece{
font-family:Roboto, sans-serif;
font-size:17.6px;
font-stretch:normal;
font-style:normal;
font-weight:normal;
}
/* lien joindre piece jointe*/
.joindre{
float: left;
margin: 0 0 0 18px;
display: inline;
min-height: 24px;
height: auto !important;
height: 24px;
text-decoration:underline;
font-family:"Times New Roman";
font-size:14px;
font-weight:bold;
font-family: Roboto, sans-serif;
font-size: 12px;
color: rgb(112, 113, 115);
}
.joindre-piece a{
color:#fff;
}
.joindre-piece a:hover{
text-decoration: underline;
color:#fff;
}
.joindre-piece p,
.joindre-piece li{
line-height:39px;
}
.joindre-concurrent{
display: inline;
min-height: 24px;
height: auto !important;
height: 24px;
text-decoration: underline;
font-family: "Times New Roman";
font-size: 14px;
font-weight: bold;
font-family: Roboto, sans-serif;
font-size: 12px;
color: rgb(112, 113, 115);
}
.toast{
width: 100%;
height: auto;
margin: 0px;
border: 2px solid #FFFFFF;
border-radius: 0px;
text-align:center;
color:white;
font-size:16px;
background-color:#DF0C36;
font-family: Roboto;
font-weight: bold;
line-height: 1.42857143;
vertical-align: middle;
}

.joindre-piece{
font-size: 12px;
zoom: 1;
background-color: #DF0C36;
background-image: url("btn-more.png");
background-position: 15px center;
background-repeat: no-repeat;
color: #fff;
display: inline-block;
height: 39px;
line-height: 38px;
margin-top: 2px;
min-width: 166px;
overflow: hidden;
text-indent: 15px;
padding-right: 30px;
text-align:left;
cursor:pointer;
vertical-align: middle;	
text-align:right;
font-family:;
font-family:Roboto, sans-serif;
}

/*lien afficher liste projet*/
.LIEN-PROJET{
 font-family: Roboto, sans-serif;
font-size: 12px;
font-weight: bold;
color: #DF0C36;
text-align: left;
vertical-align: middle;
cursor:pointer;
}

/* lien blue*/
.lienblue{
font-family: Roboto, sans-serif;
font-size: 12px;
color: #DF0C36;
text-decoration: none;
text-indent: 11px;
vertical-align: middle;
cursor:pointer;
background-position: left center;
background-repeat: no-repeat;
}

.cursor{
	width: 28px;
	height: 27px;
}

.boutonMoyen{
	min-width: 120px;
}
.scroll {
height: 100px !important;
overflow: scroll;
display:block;
}
.tableDonnees thead tr th.fixecolonne1{
width:50%
}
.tableDonnees thead tr th.fixecolonne2{
min-width:57px
}
.tableDonnees thead tr th.fixecolonne3{
min-width:83px
}
.tableDonnees tbody tr td.fixecolonne1 {
width:50%
}


.tableDonnees tbody tr td.fixecolonne2{
min-width:57px
}
.tableDonnees tbody tr td.fixecolonne3{
min-width:83px
}
.table-overflow { overflow: auto; } 
.input-unite{
display: table;
}
.input-margin{
padding-left:1px;
}
/* Contenure de Grille */
.GridContainer {
width : 100%;
height:398px;
overflow-x:hidden;
font-family:Roboto, sans-serif;
font-size:12px;	
}
.BtnValider{
display: block;
width: 100%;
height: 36px;
width: 67px;
width: 67px\9;
height: 36px;
background-image: url(btn_valider.png);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.BtnSupprimer-pop{
display: block;
width: 100%;
height: 36px;
width: 67px;
width: 67px\9;
height: 36px;
background-image: url(btn_delete.png);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}

.select{
cursor: pointer;
}
.date{
font-size:11px;
}
/*-------------------------bloc connexion---------------------*/
.connection-block h2 {
font-family: Roboto;
font-size: 20px;
font-weight:bold;
font-weight: 600;
line-height: 1;
color: #DF0C36;;
text-transform: uppercase;
margin: 0 0 24px;
font-size: 162%;
font-weight: 600;
}
.img-authentification{
background-image: url(carte.png);
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
}
.connexion{
background-color:	
}
/* header*/
.bar-logo-title {
position: static;
top: 20px;
left: 0;
/*background: -moz-linear-gradient(left,#ffffff 50%,#e6e6e6 50%);
background: -webkit-gradient(linear,left top,right top,color-stop(50%,#ffffff),color-stop(50%,#e6e6e6));
background: -webkit-linear-gradient(left,#ffffff 50%,#e6e6e6 50%);
background: -o-linear-gradient(left,#ffffff 50%,#e6e6e6 50%);
background: -ms-linear-gradient(left,#ffffff 50%,#e6e6e6 50%);
background: linear-gradient(to right,#ffffff 50%,#e6e6e6 50%);*/
direction: ltr;
overflow: hidden;
    height: 75px;
    border-bottom: 2px solid #efefef;
}
#header {
background: none;
}
@media only screen and (min-width: 960px)
{
.bar-logo-title .inner {
height: 75px;
    width: 1140px
}
}
@media only screen and (min-width: 960px)
{
.bar-logo-title .inner {
/*background: url(bg-header-960.png) repeat-y 0 0;*/
}
}
@media only screen and (max-width: 959px) and (min-width: 720px){
.bar-logo-title .inner {
/*background: url(bg-header-960.png) repeat-y 0 0;*/
width: 720px;
height: 82px;
}
}
@media only screen and (max-width: 479px)
{

.bar-logo-title .inner {
/*  background: url(bg-header-960.png) repeat-y 0 0;
width: 320px;
background: linear-gradient(to right,#ffffff 60%,#e6e6e6 100%);*/
background: none;
}
.bar-logo-title {
background: none;

}
}
@media only screen and (max-width: 719px) and (min-width: 480px)
{
.bar-logo-title .inner {
/*background: url(bg-header-960.png) repeat-y 0 0;*/
width:700px;
}
}
@media only screen and (max-width: 768px) 
{

.bloc-image{

}
}
@media only screen and (max-width: 479px) 
{

.bloc-image{
padding-left:10px
}
}
@media only screen and (min-width: 1300px) 
{
.bloc-image{
padding-left:150px
}
}
@media only screen and (max-width: 500px) 
{

.noMargin{
margin-left:25%
}

}
@media only screen and (min-width: 1300px)
{
.titresite {
	margin-left: 22px
}
}

.titresite{
font: 400 32px Roboto;
font-weight: 400;
color: #666;

}
.barre{
padding-top: 7px;
background: rgba(0,0,0,0) linear-gradient(to right,#ffffff 30%,#e2e2e3 60%) repeat scroll 0 0;
top: -7px;
position: relative;
overflow: hidden;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#header .h1, #header h1 {
position: absolute;
margin: 0;
top: 10px;
color: #DE0013;
padding: 0;
}

.logo_css{
    margin-top: 8px;
    max-height: 47px;
}

#header p.h1, #header h1.css_logo p.h1 {
position: static;
top: 0;
left: 0;
padding-top: 6px;
margin-top: 0px;
}
.inner {
width: 960px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
/*background: url(bg-header-960.png) repeat-y 0 0 \9;*/
}
/* menu non responsive horizantal*/
#nav1 li a {
    display: table-cell;
    height: 38px;
    vertical-align: bottom;
    padding: 0px;
   font-family: Roboto, sans-serif;
    width: auto;
    font-size: 18px;
    color: #666;
    text-decoration: none !important;
}
.main-menu {
    background: #fff none repeat scroll 0 0;
    height: 63px;
}
#nav1 li {
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 112%;
    line-height: 1;
    margin: 0 0 -7px;
    padding: 0 15px 7px;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: left;
    top: 0;
    height: auto;
}
.menu-mega-link {
    font-size: 1rem;
    font-family: Roboto !important;
    font-size: 19.92px !important;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: -30px;
    z-index: 12;
}

/* coloration blue de lien meneu*/
.hover-flying {
    background-color: #DF0C36;
    height: 5px;
    /*left: 0px !important;*/
    display: block;
    top: 46px;
    bottom: -10px;
    z-index: 2;
    position: absolute;
}
.menu-container {
position: relative;
/*width: 960px;*/
margin: 0 auto 0;
height: 70px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.autowidth{
width:auto;
}
@media only screen and (max-width: 959px) and (min-width: 720px)
{
.bar-logo-title .inner {
background: url(bg-header-720.png) repeat-y 0 0;
width: 720px;
height: 82px;
}	
}

#nav1 ul {
height: 48px;
}

/* menu horizantal*/
#nav5 {

background: #F2F2F2;
display: block;
margin-bottom: 20px;

}
#nav5 ul li a.active:hover {
text-decoration: underline;
}
#nav5 ul li a.active {
/* background: #DF0C36;
color: #fff;
text-decoration: none;*/



color: #DF0C36;
text-decoration: none;

}
#nav5>ul>li>a {
padding: 6px 10px;
}
#nav5 li a {
display: block;
padding: 0 10px 6px;
}
#nav5 li li a {
border: none;
color: #434343;
border-top: 1px solid #ddd;
padding: 9px 20px 5px;
}
#nav5 li li {
font-size: 14px;
border-bottom: none;
padding: 0;
}
#nav5 li, #nav5 li li {
font-family: Museo700;
}
#nav5 li {
font-size: 16px;
text-transform: uppercase;
margin: 0;
}
nav ol, nav ul {
margin: 0;
padding: 0;
}
#nav5 li li {
font-size: 14px;
border-bottom: none;
padding: 0;
}
#nav5 li, #nav5 li li {
font-family: Museo700;
}
#nav5 li li a:hover, #nav5 li li li a:hover {
/* background: #DF0C36;*/
color: #DF0C36;
}
#nav5 li li a:hover {
text-decoration: underline;
}
/* BOUTTON OUVERTURE MENU*/
#btn_open{
background: url(../img/open-menu.png) no-repeat scroll 0px 0px ;
display: none; 
width:10px;
padding: 0px 0 30px 38px;
text-transform: uppercase;
cursor: pointer; 
color:#DF0C36;
font-size:15px;

}
/* boutton fermeture menu*/
#btn_close{
display: block;
background: url(../img/fermeture-menu.png) no-repeat scroll 7px 0px;
padding: 0px 0 30px 38px;
text-transform: uppercase;
cursor: pointer;
color:#DF0C36;
font-size:15px;
}

/*option menu*/
#navmob li a {
color: #666666;
display: table-cell;
vertical-align: bottom;
padding: 0px;
font-size: 19.92px;
font-family: Roboto;
width: auto;
}

#header nav a {
color: #434343;
}
#navmob a, #nav2 a, #nav3 a {
font-size: 12px;
text-transform: uppercase;
padding: 8px 0;
display: block;
}

a, ins {
text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}

#nav5 ul li.expanded, li {
list-style-image: none;
list-style-type: none;
}
user agent stylesheet
li {
display: list-item;
text-align: -webkit-match-parent;
}

#mobile-nav-title:hover,
#mobile-nav-title.on{background:none;}#mobile-nav{}#nav2 li,#nav3 li,#nav2 a,#nav3 a{height:auto;}
.menu-container{height:auto}.main-menu{height:auto;}
#mobile-nav-close{display:block;}#navmob li:first-child{display:block;}}

.bar-logo-title .inner{
    /*background:url(bg-header-960.png) repeat-y 0 0;*/
}
#header p.h1 img{margin-left:0;}#search-block-form{display:inline-block;position:static;}
.bar-logo-title .inner{height:75px;}
#header .header-top{width:960px;height:40px;}#navs #nav2{margin-top:4px;padding-top:0px;}}
#navmob a:hover, #navmob li.on a, #navmob li, #nav2 li:first-child, #nav2 li.on:first-child, #nav2 li.on {
background: none;
}
#mobile-nav-title,#rub-selector{display:block;}
#mobile-nav-title{text-align:left;padding-left:7px;background:none;padding-top:4px;width:auto;}
#navmob li,#nav2 li{float:none;padding:0px;}
#mobile-nav-title:hover,#header,#mobile-nav-title .on
#navmob,#nav2{float:none;display:block;}
#navmob ul{height:auto;margin-left:0px;width:auto;float:none;padding:0px 12px;}
#navs{max-height:none;display:block;}#navmob li{margin:0px;    padding-bottom: 5px;padding-top: 10px;}
#navmob li a{width:auto;height:auto;color:#707173;}#navmob li a:hover,
#navmob .menu-home a:hover{text-decoration:none;}
#main .h-container{padding-top:0px;}
.main-menu #mobile-nav-title .btn-menu-open{background:url(../img/open-menu.png) no-repeat scroll 0px 0px;}
.main-menu .btn-menu-open,.main-menu .btn-menu-close{font-family:Roboto;font-size:18px;}
#navmob{top:0px;width:auto;}#navs #nav2{top:0px;padding:0px 12px;}#navs #nav2 ul{padding-left:20px;}
#navmob .menu-home a{font-family:Roboto;font-size:18px;color:#707173;padding:15px 0px 14px 0px;}
.menu-here{font-family:Roboto;font-size:14px;color:#707173;text-transform:uppercase;padding:19px 0px 19px 0px;}
#navmob li,#navmob .menu-home{position:relative;}
#navmob li:after,#navmob .menu-home:after{content:"";position:absolute;bottom:-3px;left:-3px;}
#navmob li:after,#navmob .menu-home:after{right:-3px;height:1px;background-image:-webkit-gradient(linear,0 0,100% 0,from(#d3d3d5),to(#ffffff));background-image:-webkit-linear-gradient(left,#d3d3d5,#ffffff);background-image:-moz-linear-gradient(left,#d3d3d5,#ffffff);background-image:-o-linear-gradient(left,#d3d3d5,#ffffff);}
#mobile-nav-title:hover,#mobile-nav-title.on{background:none;}
.mobile-space{margin:0 auto;}#nav2 li,#nav3 li,#nav2 a,#nav3 a{height:auto;}#nav2 li a:hover{text-decoration:none;}
.inner-menu{height:auto;background:rgba(0,0,0,0) linear-gradient(to right,#f8f8f8 30%,#e2e2e3 60%) repeat scroll 0 0;padding-bottom:5px;}
#mobile-nav-title:hover,#mobile-nav-title.on{background:none;}
#mobile-nav{position:relative;}#nav2 li,#nav3 li,#nav2 a,#nav3 a{height:auto;}
.main-menu{height:auto;}
#mobile-nav-close{display:block;}
#navmob li:first-child{display:block;}}

.video_outer {
float: left;
margin-top: 12px;
margin-bottom: 20px;
width: 100%;
/*	box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;*/
border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
overflow: hidden;
}
.video_outer .video {
height: 4px;
padding-bottom: 56.25%;
position: relative;
background: rgb(255, 255, 255);
}
.video_outer .video .video_inner {
bottom: 5px;
left: 5px;
position: absolute;
right: 5px;
top: 5px;
}
.video_outer .video .video_inner video {
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
border-width: medium;
border-style: none;
border-color: initial;
border-image: initial;
}


.img-thumb{
min-height:200px;
max-height:200px;
}

.img-responsive {
width: 100%;
}


.img-RES {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
/* border: 1px solid #ddd; */
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.btnSupprimerEntreprise {
width: 27px !important;
height: 27px !important;
background-image: url(supprimer9.png);
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
padding: 5px;
}


.btnSupprimerSousTraitant {
width: 27px !important;
height: 29px !important;
background-image: url(icone_supprimer.png);
border: 0px;
background-repeat: no-repeat;
background-color: transparent;
padding: 5px;
}

.ligne_verticale
{
width:5px;
border-left:1px solid gray;
height:260px;
}

/* BOUTON TELECHARGER */
.btnTELECHARGER{
width:30px !important;
height: 30px  !important;
background-image: url(TELECHARGER.png);
border:0px;
background-repeat:no-repeat;
background-color:transparent;
padding:5px;
}



tabs>li.active>a:focus, .nav-tabs>li.active>a {
color: #000;
cursor: default;
background-color: #ddd;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #000;
cursor: default;
background-color: #ddd;
border: 1px solid #ddd;
border-bottom-color: transparent;
}


/* lien joindre piece jointe*/
.joindreCenter{
float: left;

display: inline;
min-height: 24px;
height: auto !important;
height: 24px;
text-decoration:underline;
font-family:"Times New Roman";
font-size:14px;
font-weight:bold;
font-family: Roboto, sans-serif;
font-size: 12px;
color: rgb(112, 113, 115);
}

.header-top {
    text-align: left;
    padding: 15px 0 8px;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    direction: ltr;
    height: 75px;
    border-bottom: 2px solid #efefef;
}

.inscription-form {
    background-color: #F8F8F8;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.inner-form {
    max-width: 1170px;
    width: 100%;
}
.input-form {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #666 !important;
    position: relative;
    background-color: #FFF;
    border: 0;
    font-family: Roboto, sans-serif;
    
    line-height: 20px;
    height: 41px !important;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 0;
    -webkit-appearance: none;
    padding-top: 5px;
    border: solid 1px #A6A6A6;
    padding-left: 7px;
}
.titre-form {
    text-transform: uppercase;
    color: #DF0C36;
    line-height: 1em !important;
    /*font-weight: 400 !important;
    font-family: Roboto !important;*/
}

.titre-form-P1 {
    text-transform: uppercase;
    line-height: 1em !important;
    color: #666;
    font-family: Roboto;
    font-size: 52.48px;
    display: inline;
}
.titre-form-P2 {
    text-transform: uppercase;
    line-height: 1em !important;
    font-family: Roboto;
    font-size: 52.48px;
    color: #DF0C36;
    font-weight: Bold !important;
    display: inline;
}

.title-media {
    /*margin-bottom: 16px;
    padding-right: 15px;*/
    padding-left: 19px;
}
.div-inner {
    max-width: 1170px;
    width: 100%;
}
.title-media .div-inner {
    /*border-bottom: 1px solid #666;
    padding: 27px 0 16px;*/
}

.div-inner-titre {
    max-width: 1170px;
    width: 100%;
}

.title-media .div-inner-titre {
    /*border-bottom: 1px solid #666;*/
    padding: 27px 0 0px;
    
}

.form-label {
    display: inline-block;
    margin: 6px 0;
    /*padding-top: 10px;*/
    font-size: 100%;
    font-weight: normal;
    margin: 6px 0;
    width: auto;
    font-family: Roboto, sans-serif;
    color: #666;
    text-align: left;
    line-height: 1.12em;
}
.input-radio + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin: -3px 10px 0 0;
    background: url(../img/radio.png) no-repeat 0 0;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    color: #666;
    cursor: pointer;
    font-family: Roboto;
    font-size: 106%;
}

input[type="radio"]:checked + label::before {
  background-position: 0 -40px;
}

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin: 0px 10px 0 0;
  background: url(../img/checkbox.png) no-repeat 0 0;
}

input[type="checkbox"]:checked + label::before {
  background-position: 0 -43px;
}








/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* The Close Button */
.close-msg {
    color: #e10031;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-msg:hover,
.close-msg:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.error-label{
    color: #DF0C36;
    font-size: 14px;
    line-height: 1em;
}
.containerReseauSociaux {
    width: 500px;
    top: 20% !important;
    bottom: auto;
    padding: 0;
    margin: 0;
}
.navReseauSociaux{
    padding-left: 0px !important;
    margin-top: -700px;
}
.div-messsage-error {
    background-color: #fef5f1;
    color: #e10031;
    background-image: url(../img/message-24-error.png);
    border-color: #e10031;
    font-family: Roboto;
    width: auto;
    font-size: 26.56px;
    background-position: left 10px center !important;
}
div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}


.header-img{
    height: 360px !important;
}

.title-media-header {
    margin-bottom: -60px;
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 60px
}
.div-inner-header  {
    max-width: 1170px;
    width: 100%;
}
.title-media-header  .div-inner-header  {
border-bottom: 1px solid #666;
    /*padding: 27px 0 16px;*/
}

.background-inner {
    position: absolute;
    width: 60%;
    background: transparent url(../img/bg-slider-inner.png) repeat 0 0;
    padding: 20px;
    margin: 0 auto;
    bottom: 0;
    left: 0px;
    right: 0;
    margin-left: 30px;
    margin-bottom: 23px;
}

.inner-background {
    max-width: 1170px;
    width: 100%;
}

.banner-titre {
    color: white;
    text-align: left;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    font-family: Roboto;
    font-size: 1.2rem;
    font-weight: normal;
}

.banner-titre.twolines {
    padding-left: 4px;
}

.banner-titre.title-media-cover {
    margin-bottom: 15px;
}

.banner-titre.twolines h1 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 37.18px;
    line-height: 4.25rem;
    margin: 0;
    text-transform: uppercase;
    /*padding-left: 60px;*/
}
.banner {
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 25px 0;
    position: relative;
    display: inline-block;
    height: auto;
}

@media screen and (min-width: 720px){
   .banner {
        max-height: 430px;
    } 
}
.section-form{
    /*padding-left: 0px;*/
}
.lib-champ-form {
    color: #666 !important;
    font-family: Roboto !important;
    font-weight: normal;
    text-align: left;
    font-size: 19px !important;
}
.lib-champ-form-obligatoire {
  color: #666 !important;
    font-family: Roboto !important;
    font-weight: normal;
    text-align: left;
    font-size: 15px !important;  
}
.form-label-Radio {
    display: inline-block;
    margin: 6px 0;
    /*padding-top: 10px;*/
    font-size: 22.56px !important;
    font-weight: normal !important;
    margin: 6px 0;
    width: auto;
    font-family: Roboto !important;
    
    color: #DF0C36 !important;
    text-align: left;
    line-height: 1.12em;
}

.form-label-consommation {
    display: inline-block;
    margin: 6px 0;
    /*padding-top: 10px;*/
    font-size: 18.92px;
    font-weight: normal;
    margin: 6px 0;
    width: auto;
    font-family: Roboto;
    color: #666;
    text-align: left;
    line-height: 1.12em;
    text-align: center;
}

/* CSS footer social*/
.footer-social {
    background-color: #f8f8f8;
    margin-bottom: 18px;
    /*text-align: center;*/
}
.footer-social h2 {
    font-family: Roboto;
    display: inline-block;
    font-size: 29.23px;
    /*margin: 0 50px 12px 0;*/
    line-height: 28px;
    color:#666;
}

.footer-social ul {
    display: inline-block;
    position: relative;
    /*top: 4px;*/
    margin-top: 20px;
    margin-bottom: 10px;
	padding-left: 0px;
}
.footer-social ul li {
    display: inline-block;
    margin-left: 27px;
	
}
.footer-social ul li:first-child {
    margin: 0;
}
    
.footer-social .inner-footer-socia {
    padding: 25px 15px 15px 15px;
}
.lien-footer{
    display: table-cell;
    height: 38px;
    vertical-align: bottom;
    padding: 0px;
    font-family: Roboto;
    width: auto;
    font-size: 26.56px;
    font-weight: bold;
    color: #DF0C36;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lien-footer:hover {
    color: #DF0C36;
    text-decoration: none;
}

@media screen and (max-width: 425px) {
  #telechargerMobile {
    padding-left: 0px;
  }
}
.img-carte{
    
}

/* animation Image header*/
.bx-controls {
    position: absolute;
    margin: auto;
    max-width: 1420px;
}

.bx-has-pager {
  display: flex;
  justify-content: center;
}

.bx-pager.bx-default-pager {
    bottom: 0;
    right: 0;
    margin-right: auto;
    margin-bottom: 4px;
    display: inline-block;
}
.bx-pager {
    text-align: center;
    padding: 0;
}

.bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0px;
}
.bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -999px;
  overflow: hidden;
width: 10px;
    height: 10px;
  display: block;
  border-radius: 15px;
}
.bx-pager .bx-pager-item .active {
  background-color: #DF0C36;
}

.bx-pager-link {
  text-indent: -999px;
  overflow: hidden;
      width: 10px;
    height: 10px;
  display: block;
  border-radius: 15px;
  background-color: #666;
}

.bx-pager.bx-default-pager a {
    background: #FFF none repeat scroll 0% 0%;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    outline: 0px none;
    border-radius: 5px;
}

.bx-pager .bx-pager-item .active {
    background-color: #DF0C36;
}

@media screen and (max-width: 425px) {
    .background-inner {
        padding: 0px;
        margin-bottom: 3px;
    }
    .banner-titre.twolines h1 {
        font-size: 165%;
        margin: 0;
        padding-left: 0px;
        line-height: 2.25rem;
    }
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #DF0C36 !important;
    border: 1px solid #DF0C36;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 10px;
}

/* BOUTON ACTION */
.btn-save {
    font-family: Roboto;
    font-size: 21.34px;
    letter-spacing: 0.02em;
    float:right;
    zoom: 1;
    background-color: #F8F8F8;
    background-image: url("btn-save.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #DF0C36;
    display: inline-block;
    height: 39px;
    line-height: 38px;
    margin-top: 2px;
    min-width: 166px;
    overflow: hidden;
    text-indent: 15px;
    padding-right: 5px;
    text-align:left;
    cursor:pointer;
    vertical-align: middle;
    max-width: 260px;
    margin-right: 10px;
}
.btn-save a{
color:#DF0C36;
}
.btn-save a:hover{
text-decoration: underline;
color:#DF0C36;
}

.header-top {
    text-align: left;
    padding: 15px 0 8px;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    direction: ltr;
    height: 75px;
    border-bottom: 2px solid #efefef;
}
.header-top-menu {
    font-family:Roboto, sans-serif;
    text-align: right;
    float: right;
    padding-top: 40px;
    color: #666;
    display: inline-block;
    font-weight: Bold;
    font-size: 13.28px;
}

.header-top-menu ul {
    display: inline-block;
    line-height: 1em;
}

.header-top-menu .link-total {
    color: #DF0C36;
}

.header-top-menu .border-left {
    border-left: 1px solid #bbbcbd;
    margin-left: 15px;
    padding-left: 15px;
}

.header-top-menu .top-menu-link {
    margin: 0 0 0 24px;
    display: inline-block;
    line-height: 1em;
    text-transform: uppercase; 
}

.header-top-menu li {
    display: inline-block;
    margin-left: 15px;
}

.header-top-menu li a {
    color: #666;
    text-transform: uppercase;
}


@media screen and (max-width: 959px) {
  .display-none-mob {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .header-top-menu .top-menu-link {
    margin: 0 0 0 15px;
  }
}

.footer-bottom {
    background-color: #FFF;
    text-align: center;
}

.inner-footer-bottom  {
    padding: 30px 15px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-bottom li {
    display: inline-block;
    border-left: 1px solid #666;
    padding: 0 25px;
    color: #666;
    font-family: Roboto;
    color: #666;
    text-align: left;
    font-size: 19.92px;
}

.footer-bottom li a{
    text-decoration: none;
     color: #666;

}

.footer-bottom li:first-child {
    border-left: none;
}

@media screen and (max-width: 479px) {
  .footer-bottom li {
    border-left: 0px solid #666;
  }
}
.div-titre-adhesion {
  width: auto;  
    padding-right: 9px;
}
.div-titre-adhesion h3{
    color: #666;
    font-family: Roboto;
    font-size: 52.48px;
}
.div-titre {
  padding-left: 0px;
}

/*
.div-titre h3{
    font-family: Roboto;
    font-size: 52.48px;
    font-size: 40.48px;
    font-weight: Bold !important;
}
*/

@media screen and (max-width: 479px) {
  .div-titre {
   padding-left: 0px;
  }
}

.form-label-top {
    display: inline-block;
    margin: 6px 0;
    /*padding-top: 10px;*/
    font-size: 26.56px !important;
    font-weight: normal !important;
    margin: 6px 0;
    width: auto;
    font-family: Roboto !important;
    color: #666;
    text-align: left;
    line-height: 1.12em;
}

.success-label{
    color: #676767;
    line-height: 1.5em;
    font-family: Roboto !important;
    font-size: 26.56px;
    font-weight: normal;
}

.stylville_select {
    position:relative;
    overflow:hidden;
    background:#fff url(btn-select.png) no-repeat 95% 50%;
    /*background:#fff url(../bootstrap/img/icons-sfc32a724ec.png) 0 -1037px no-repeat 95% 50%;*/
    display:block;
    border: solid 1px #A6A6A6;
}
.stylville_select select {
    position:relative;
    z-index:2;
    width:100%;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
    height:40px;}
.stylville_select .input_wrapper {
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:80%;
    padding:0 17px 0 7px;
    font-size:15px;
    color:#666
}
.stylville_select .input_wrapper input {
    width:100%;
    text-align:left;
    border:0;
    background:none;
    padding-top: 5px;
    padding-left: 7px;
   
}
.comboVille{
   	border: solid 1px #A6A6A6;
    background: #fff;
    -moz-opacity: 0;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
	font-size:16px;
    color: #707173;
}
.menuResp {  
    /*overflow: visible;*/
}

.form-label-condition {
    display: inline-block;
    margin: 6px 0;
    padding-top: 20px;
    font-size: 18px;
    font-weight: normal;
    margin: 6px 0;
    width: auto;
    font-family: Roboto !important;
    color: #666;
    text-align: left;
    line-height: 1.12em;
}


.form-label-checkebox-condition {
    display: inline-block;
    margin: 6px 0;
    /*padding-top: 10px;*/
    font-size: 20.56px !important;
    font-weight: normal;
    margin: 6px 0;
    width: auto;
    font-family: Roboto !important;
    color: #666;
    text-align: left;
    line-height: 1.12em;
}

.div-btn-save {

}
.div-lib-champ-form-obligatoire{
  text-align: center;  
}
@media screen and (max-width: 479px) {
    .div-titre h3,.div-titre-adhesion h3{
        font-size: 26.56px;
    }
    .form-label-Radio {
        font-size: 14px !important;
    }
/*
    .btn-save{
        text-align: right;
        padding-right: 0px;
        margin-right: 0px;
        background-position: 75px center;
    }
*/
    .div-btn-save {
        padding-right: 0px;
        padding-left: 0px;
    }
    .btn{
        padding: 6px 0px;
    }
    .form-label-consommation{
      font-size: 17px;  
    }
    .div-lib-champ-form-obligatoire{
        text-align: left;  
    }

}

.checkboxAbonnement .cr{
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
}

.cr {
    border-radius: 50%;
}

.checkboxAbonnement .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 5%;
    color: green;
}

.cr .cr-icon {
    margin-left: 0.04em;
}

.checkboxAbonnement label input[type="checkbox"] {
    display: none;
}

.checkboxAbonnement label input[type="checkbox"] + .cr > .cr-icon{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkboxAbonnement label input[type="checkbox"]:checked + .cr > .cr-icon{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkboxAbonnement label input[type="checkbox"]:disabled + .cr{
    opacity: .5;
}

.div-footer{
    margin-left: 45px;
    margin-right: 70px;
}

.div-footer-lien{
    margin-left: 190px;
    margin-right: 20px;
}

@media screen and (max-width: 479px) {
    .div-footer-lien{
        margin-left: 5px;
        margin-right: 5px;
    }
    .div-footer{
    margin-left: 5px;
    margin-right: 5px;
    }
}
.imgAnim{
	width:1170px;
	height:272px
}
@media screen and (max-width: 768px) {
	.carousel-indicators {
		display: inline-grid;
		bottom: 0px;
	}
}



