#fondPopIn{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:100000;
	display:flex;
	align-items:center;
	justify-content:center;
}

#fondPopIn #popIn{
	width:calc(100% - 120px);
	padding:20px;
	max-width:400px;
	//height:400px;
	background-color:#eee;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
}

#fondPopIn #popIn h1{
	float:left;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	text-transform:none;
	font-size:16pt;
}

#fondPopIn #popIn .bouton{
	float:left;
	display:flex;
	width:100%;
	//width:calc(50% - 10px);
	height:50px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	line-height:20px;
	-moz-user-select:none;
	cursor:pointer;
	
	box-shadow:inset 0px 0px 0px 1px #ccc;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	border-radius:2px;
	background-color:#f5f5f5;
	background-color:#211b3f;
	color:#777;
	color:#fff;
	text-transform:uppercase;
}

#fondPopIn #popIn .bouton:hover{
	/*background-color:#eee;
	color:#555;*/
	background-color:#3aa4b1;
	
}

#barreChargement{
	position:relative;
	width:100%;
	height:6px;
	background-color:#3aa4b1;
}

#barreChargement .barre{
	content:"";
	display:inline;
	position:absolute;
	height:100%;
	background-color:#211b3f;
	animation:chargement 10s linear infinite;
}

@keyframes chargement{
	0%{left:0%;width:0%;}
	50%{left:0%;width:100%;}
	100%{left:100%;width:0%;}
}

#fondPopIn #popIn #barreChargement{
	float:left;
}

#menu_extranet{
	float:left;
	width:calc(100% - 40px);
	margin:0px 20px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:20px;
}

#menu_extranet a.bouton{
	display:flex;
	width:calc(50% - 10px);
	height:50px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	line-height:20px;
	
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	border-radius:2px;
	background-color:#777;
	background-color:#3aa4b1;
	align-content:center;
	align-items:center;
}

#menu_extranet a.bouton:hover{
	background-color:#3aa4b1;
	background-color:#211b3f;
	background-color:#67dfe7;
	background-color:#50c1cb;
}

#menu_extranet a.bouton span{
	display:flex;
	width:100%;
	justify-content:center;
	justify-content:flex-start;
	flex-direction:row;
}
#menu_extranet a.bouton span img{
	width:20px;
	height:20px;
	left:5px;
	margin:0px 15px;
}

#menu_extranet a.bouton.deco{
	background-color:#555;
	background-color:#999;
	background-color:#f5f5f5;
	color:#777;
	box-shadow:inset 0px 0px 0px 1px #ccc;
}

#menu_extranet a.bouton.deco:hover{
	background-color:#777;
	background-color:#eee;
}

@media screen and (max-width:620px){
	#menu_extranet{
		width:100%;
		margin:0px;
		justify-content:center;
	}
	
	#menu_extranet a.bouton{
		width:100%;
	}
}

@media screen and (max-width:420px){
	#menu_extranet a.bouton span{
		width:80%;
		width:100%;
		text-align:left;
		display:flex;
		align-items:center;
	}
}

h1{
	float:left;
	width:calc(100% - 40px);
	margin:0px 20px 20px 20px;
	text-align:left;
	color:#211b3f;
	font-size:18pt;
	font-weight:normal;
	text-transform:uppercase;
}

h1 span{
	font-weight:bold;
	color:#3aa4b1;
}

#offres{
	float:left;
	width:calc(100% - 40px);
	margin:0px 20px;
}


#offres thead tr th{
	text-align:center;
	text-transform:uppercase;
	width:110px;
	font-size:10pt;
}

#offres thead tr th:first-child{
	width:auto;
}

#offres tr{
	height:40px;
	line-height:15px;
}

#offres tbody tr td{
	text-align:center;
	color:#0a0;
}

#offres tbody tr th{
	text-align:left;
	font-weight:normal;
	color:#555;
	color:#211b3f;
	padding-left:10px;
}

#offres tbody tr:nth-of-type(odd){
	background-color:#ddd;
	background-color:#e5e5e5;
}

#offres tfoot a.souscrire{
	float:left;
	width:calc(100% - 1px);
	width:calc(100% - 2px);
	margin:2px 0px 0px 2px;
	height:39px;
	line-height:39px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
	border-radius:2px;
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1);
}

#offres tfoot a.souscrire.offre1{
	background-color:#777;
}

#offres tfoot a.souscrire.offre2{
	background-color:#3aa4b1;
}

#offres tfoot a.souscrire.offre3{
	background-color:#70ad47;
}

#offres tfoot a.souscrire:hover{
	opacity:0.8;
}

	
#offres .offre1{
	color:#aaa;
	color:#777;
}

#offres .offre2{
	color:#777;
	color:#3aa4b1;
}

#offres .offre3{
	color:#3aa4b1;
	color:#70ad47;
}
	
@media screen and (max-width:620px){
	
	#offres{
		display:flex;
		flex:1;
		flex-direction:column;
	}
	
	#offres thead{
		display:flex;
		flex-direction:row;
		flex:1;
	}
	
	#offres thead tr{
		display:flex;
		flex-direction:row;
		flex:1;									
	}
	
	#offres thead tr th:first-child{
		display:none;
	}
	
	#offres thead tr th{
		display:flex;
		flex:1;
		width:auto;
		justify-content:center;
		align-items:center;
	}
	
	#offres tbody{
		display:flex;
		flex:1;
		flex-direction:column;
	}
	
	#offres tbody tr{
		display:flex;
		flex:1;
		flex-direction:row;
		flex-wrap:wrap;
		height:auto;
		padding:0px 0px 10px 0px;
	}
	
	#offres tbody tr:nth-of-type(odd){
		background-color:transparent;
	}
	
	#offres tbody tr th{
		display:flex;
		width:100%;
		padding:0px;
		justify-content:center;
		align-items:center;
		text-align:center;
		height:40px;
	}
	
	
	#offres tbody tr td{
		display:flex;
		width:calc(100% / 3);
		width:calc(100% / 3 - 1px);
		justify-content:center;
		align-items:center;
		height:30px;
		border-right:1px solid #ccc;
	}
	
	#offres tbody tr td:last-child{
		border-right:1px solid transparent
	}
	
	#offres tbody tr td:nth-child(0){
		color:#aaa;
	}
	
	#offres tfoot{
		display:flex;
		flex:1;
		flex-direction:column;
	}
	
	#offres tfoot tr{
		display:flex;
		flex:1;
		flex-direction:row;
		align-items:center;
		justify-content:center;
	}
	
	#offres tfoot tr td:first-child{
		display:none;
	}
	
	#offres tfoot tr td{
		display:flex;
		flex:1;
		align-items:center;
		justify-content:center;
		border-right:1px solid transparent;
	}
	
	#offres tfoot tr td a.souscrire{
		width:100%;
		margin:1px 0px;
	}
}

form.flexbox{
	float:left;
	display:flex;
	display:block;
	flex:1;
	flex-direction:column;
}


form.flexbox .section{
	display:flex;
	flex:1;
	height:auto;
	flex-direction:column;
	overflow:hidden;
	transition:opacity .5s;
}

form.flexbox .row{
	float:left;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	flex:1;
}

form.flexbox .row.with_label{
	flex:none;
	width:calc(100% - 4px);
	background-color:#fff;
	border:1px solid #ccc;
	margin-left:1px;
	margin-top:1px;
	margin-bottom:1px;
}

form.flexbox .row .cell{
	display:flex;
	flex:1 1 200px;
	justify-content:center;
	align-items:center;
	margin:1px;
}

form.flexbox .row.with_label .label{
	float:left;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#fff;
	color:#000;
	border-right:1px solid #ccc;
	border-bottom:none;
}

@media screen and (max-width:620px){
	
	form.flexbox .row.with_label .label{
		border-right:none;
		border-bottom:1px solid #ccc;
	}
}

form.flexbox .row.with_label .cell{
	float:left;
	height:40px;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

form.flexbox .row.with_label .cell .input_double{
	display:flex;
	flex:1 1 200px;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}

form.flexbox .row.with_label .cell .input_double .input{
	display:flex;
	//flex:1;
	width:50%;
	justify-content:center;
	align-items:center;
	//height:40px;
	
}

form.flexbox .row.with_label .cell .input_double .input:first-child{
	border-right:1px solid #ccc;
}

form.flexbox .row.with_label .cell .input_double .input input[type="text"]{
	float:left;
	
	width:calc(100% - 28px);
	height:40px;
	margin:0px 14px;
	border:none;
	padding:0px;
	color:#211b3f;
	font-size:16px;
	
}

form.flexbox .row.with_label .cell .input_double .input input[type="checkbox"]{
	margin:0px 14px;
}

form.flexbox .row.with_label .cell .input_double .input label{
	float:left;
	display:flex;
	flex:1;
	height:40px;
	align-items:center;
}



form.flexbox .row .cell .contourInput{
	float:left;
	display:flex;
	flex:1;
	background-color:#ccc;
}

form.flexbox .row .cell .contourInput .fondInput{
	float:left;
	width:calc(100% - 2px);
	background-color:#fff;
	margin:1px;
}

form.flexbox .row .cell .contourInput .fondInput input{
	float:left;
	width:calc(100% - 28px);
	height:40px;
	margin:0px 14px;
	border:none;
	padding:0px;
	color:#211b3f;
	font-size:16px;
}

form.flexbox .row .cell .contourInput .fondInput select{
	float:left;
	width:calc(100% - 20px);
	height:40px;
	margin:0px 10px;
	border:none;
	padding:0px;
	color:#211b3f;
	font-size:16px;
	background:transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
	background-image:url("images/fleche_bas_HD.png");
	background-repeat:no-repeat;
	background-position:100% 16px;
	background-size:14px 7px;
}

form.flexbox .row .cell .contourInput .fondInput textarea{
	float:left;
	width:calc(100% - 28px);
	height:40px;
	margin:14px;
	border:none;
	padding:0px;
	color:#211b3f;
	font-size:16px;
	resize: none;
}


form.flexbox .row .cell .contourInput .fondInput select *{
	transition:none;
}

form.flexbox .row .cell label{
	float:left;
	display:flex;
	width:calc(100% - 28px);
	height:40px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	line-height:15px;
	align-items:center;
}

form.flexbox .row .cell input[type="radio"]{
	margin-right:5px;
}

/*
form.flexbox .row .cell .bouton{
	float:left;
	width:calc(100% - 10px - 2px);	
	padding:0px 5px;
	margin:1px 1px 0px 1px;
	display:flex;
	height:50px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	line-height:20px;
	background-color:#211b3f;
	
	cursor:pointer;
	text-transform:uppercase;
	-moz-user-select:none;
	
	color:#fff;
}
*/

form.flexbox .row .cell .bouton{
	float:left;
	width:calc(100% - 10px - 2px);	
	padding:0px 5px;
	margin:1px 1px 0px 1px;
	display:flex;
	height:50px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	line-height:20px;
	background-color:#211b3f;
	
	cursor:pointer;
	text-transform:uppercase;
	-moz-user-select:none;
	
	box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	background-color:#999;
	color:#fff;
	background-color:#211b3f;
	border-radius:2px;
	
	max-width:250px;
	align-items:center;
}

form.flexbox .row .cell .bouton.type2{
	background-color:#f5f5f5;
	box-shadow:inset 0px 0px 0px 1px #ccc;
	color:#777;
	font-size:16pt;
}

form.flexbox .row .cell .bouton:hover{
	background-color:#aaa;
	background-color:#3aa4b1;
}

form.flexbox .row .cell .bouton.type2:hover{
	background-color:#eee;
	color:#555;
	//color:#3aa4b1;
}

@media screen and (max-width:620px){
	
	form.flexbox .row .cell .bouton{
		width:calc(100% - 2px);
		max-width:calc(100% - 2px);
	}
	
}

form.flexbox #onglets{
	float:left;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	flex:1;
}

form.flexbox #onglets .onglet{
	display:flex;
	flex:1 1 200px;
	flex:1;
	justify-content:center;
	align-items:center;
	height:50px;
	background-color:#f5f5f5;
	background-color:#211b3f;
	background-color:#aaa;
	background-color:#f5f5f5;
	color:#777;
	color:#ddd;
	color:rgba(255,255,255,0.5);
	color:rgba(255,255,255,0.8);
	color:#777;
	-moz-user-select:none;
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;*/
	
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	
	/*border-top:1px solid #777;
	border-bottom:1px solid #777;
	border-right:1px solid #777;*/
	
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	
	text-transform:uppercase;
	cursor:pointer;
	
	font-size:11pt;
	font-weight:bold;
	flex-direction:row;
	align-items:center;
}


form.flexbox #onglets .onglet span{
	display:flex;
	height:50px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	line-height:20px;
	margin:0px 10px;
	align-items:center;
}

form.flexbox #onglets .onglet:hover{
	color:#000;
	color:#fff;
	color:#3aa4b1;
	background-color:#999;
	background-color:#fff;
}

form.flexbox #onglets .onglet.actuel{
	color:#000;
	color:#fff;
	color:#3aa4b1;
	background-color:#777;
	background-color:#999;
	background-color:#fff;
}

form.flexbox #onglets .onglet:first-child{
	border-radius:10px 0px 0px 10px;
	border-radius:2px 0px 0px 2px;
	/*border-left:1px solid #ccc;*/
	//border-left:1px solid #777;
	border-left:1px solid #ccc;
}

form.flexbox #onglets .onglet:last-child{
	border-radius:0px 10px 10px 0px;
	border-radius:0px 2px 2px 0px;
	/*border-right:1px solid #ccc;*/
	
	/*border-right:1px solid #777;*/
}


@media screen and (max-width:620px){
	form.flexbox #onglets .onglet{
		width:calc(100% - 2px);
		flex:none;
		
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		border-top:none;
		
	}
	
	form.flexbox #onglets .onglet:first-child{
		border-top:1px solid #ccc;
		border-radius:2px 2px 0px 0px;
	}
	
	form.flexbox #onglets .onglet:last-child{
		//border-top:1px solid #ccc;
		border-radius:0px 0px 2px 2px;
	}
	
}

form.flexbox .row .cell .legende{
	float:left;
	width:calc(100% - 28px);
	margin:0px;
	padding:0px 14px;
	display:flex;
	height:40px;
	line-height:15px;
	align-content:space-around;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	background-color:#3aa4b1;
	color:#fff;
	border-radius:2px 2px 0px 0px;
	align-items:center;
} 

form.flexbox .row .cell .texte{
	float:left;
	width:calc(100% - 2px);
	margin:0px 1px;
	//min-height:40px;
	line-height:20px;
	text-align:left;
}

form.flexbox .row .cell .texte .ligne_offre{
	float:left;
	width:100%;
	margin-bottom:10px;
}

form.flexbox .row .cell .texte .ligne_offre:last-child{
	margin-bottom:0px;
}

form.flexbox .row .cell .texte .ligne_offre .nom_offre{
	float:left;
	width:175px;
	color:#3aa4b1;
}

form.flexbox .row .cell .texte .ligne_offre .montant_offre{
	float:left;
	width:calc(100% - 175px);
}

@media screen and (max-width:620px){
	
	form.flexbox .row .cell .texte .ligne_offre .nom_offre{
		width:100%;
		text-align:center;
	}

	form.flexbox .row .cell .texte .ligne_offre .montant_offre{
		width:100%;
		text-align:center;
	}
	
}

form.flexbox .table{
	display:flex;
	width:calc(100% - 20px - 4px);
	margin-left:1px;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
	flex-direction:row;
	padding:10px;
}

form.flexbox .table .tr{
	display:flex;
	flex:1;
	flex-direction:column;
	border-right:1px solid #ddd;
}

form.flexbox .table .tr:last-child{
	border-right:1px solid transparent;
}

form.flexbox .table .tr .th{
	display:flex;
	flex:1;
	color:#3aa4b1;
	justify-content:center;
}

form.flexbox .table .tr .td{
	display:flex;
	flex:1;
	justify-content:center;
}

@media screen and (max-width:620px){
	form.flexbox .table{
		flex-direction:column;
	}
	
	form.flexbox .table .tr{
		flex-direction:row;
		border-right:none;
		border-bottom:1px solid #ddd;
		padding:10px 0px;
	}
	
	form.flexbox .table .tr:first-child{
		padding-top:0px;
	}
	
	form.flexbox .table .tr:last-child{
		padding-bottom:0px;
		border-bottom:1px solid transparent;
	}
}

form.flexbox #table_materiels{
	display:flex;
	flex-direction:column;
}

form.flexbox #table_materiels .row .cell{
	margin:0px;
	margin-left:1px;
}

form.flexbox #table_materiels .row .cell .fondInput{
	margin:0px 1px 1px 1px;
}

form.flexbox #table_materiels .row .cell:nth-child(1){
	flex:none;
	width:60px;
	margin-right:0px;
}

form.flexbox #table_materiels .row .cell.NL:nth-child(1){
	flex:none;
	width:80px;
	margin-right:0px;
}

form.flexbox #table_materiels  .row .cell:nth-child(2){
	flex:none;
	width:calc(100% - 60px - 2px);
	margin-left:0px;
}

form.flexbox #table_materiels  .row .cell.NL:nth-child(2){
	flex:none;
	width:calc(100% - 80px - 2px);
	margin-left:0px;
}

form.flexbox #table_materiels .row .cell:nth-child(2) .fondInput{
	margin-left:0px;
	width:calc(100% - 0px);
}

form.flexbox .row .cell.fichier input[type="file"]{
	display:none;
}

/*form.flexbox .row .cell.fichier .nomFichier .nom{
	float:left;
	width:calc(100% - 50px - 1px - 28px);
	padding:0px 14px;
	height:40px;
	line-height:40px;
	background-color:#fff;
	border-right:1px solid #ccc;
	//color:#999;
}*/

form.flexbox .row .cell.fichier .nomFichier{
	float:left;
	width:calc(100% - 50px - 1px);
	background-color:#fff;
	border-right:1px solid #ccc;
}

form.flexbox .row .cell.fichier .bouton.type2{
	width:50px;
	height:40px;
	margin:0px;
	padding:0px;
	border-radius:0px;
	box-shadow:none;
}

#bulles{
	float:left;
	width:calc(100% - 40px);
	margin:0px 20px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

#bulles .bulle{
	float:left;
	width:calc(50% - 10px);
	border-radius:10px;
	background-color:#3aa4b1;
	display:flex;
	justify-content:center;
	align-items:center;
	align-items:flex-start;
	flex-direction:row;
}

#bulles .bulle img{
	width:128px;
	height:128px;
	align-self:center;
}

#bulles .bulle .texte{
	float:left;
	width:calc(100% - 10px);
	margin:10px 10px 10px 0px;
	text-align:left;
	color:#fff;
}

#bulles .bulle .texte .titrebulle{
	float:left;
	width:100%;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
}

#bulles .bulle .texte ul{
	margin:10px 0px;
}

#bulles .bulle .texte ul li{
	position:relative;
	padding-left:20px;
	overflow:visible;
	margin-bottom:10px;
}

#bulles .bulle .texte ul li:before{
	content:"\2756";
	left:0px;
	position:absolute;
}

@media screen and (max-width:620px){
	
	#bulles{
		flex-direction:column;
	}
	
	#bulles .bulle{
		width:100%;
		margin-top:20px;
		flex-direction:column;
	}
	
	#bulles .bulle:first-child{
		margin-top:0px;
	}
	
	#bulles .bulle .texte{
		width:calc(100% - 20px);
		margin:10px;
	}
	
	#bulles .bulle .texte .titrebulle{
		text-align:center;
	}
	
}

.fiche{
	float:left;
	width:calc(100% - 40px - 3px);
	margin:0px 20px 20px 20px;
	margin:0px 21px 20px 21px;
}

.fiche .enteteFiche{
	float:left;
	width:calc(100% - 20px);
	padding:10px;
	background-color:#3aa4b1;
	border-radius:2px 2px 0px 0px;
	color:#fff;
}

.fiche .enteteFiche .titre{
	float:left;
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
}

.fiche .enteteFiche .sousTitre{
	float:left;
	width:100%;
	text-transform:uppercase;
}

.fiche .corpsFiche{
	float:left;
	width:100%;
	width:calc(100% - 2px);
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
}

.fiche .corpsFiche .row{
	float:left;
	width:100%;
	display:flex;
	flex-direction:row;
	border-bottom:1px solid #ccc;
}

.fiche .corpsFiche .row:last-child{
	border-bottom:none;
}

.fiche .corpsFiche .row .col{
	float:left;
	width:100%;
	border-right:1px solid #ccc;
}

.fiche .corpsFiche .row .col:last-child{
	border-right:1px solid transparent;
}

.fiche .corpsFiche .row .col .cellule{
	float:left;
	width:calc(100% - 20px);
	min-height:40px;
	line-height:40px;
	padding:0px 10px;
}


.fiche .corpsFiche .row .col .cellule.multi{
	line-height:normal;
	padding:10px 10px 0px 10px;
	//max-height:150px;
	overflow-y:auto;
	min-height:30px;
}

.fiche .corpsFiche .row .col .cellule.multi:after{
	content:"";
	display:block;
	height:10px;
	width:100%;
}

.fiche .piedFiche{
	float:left;
	width:calc(100% - 2px);
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-top:none;
}

.fiche .piedFiche .cellule{
	float:left;
	width:calc(100% - 20px);
	min-height:40px;
	line-height:40px;
	padding:0px 10px;
}

.fiche .piedFiche .cellule.bouton{
	background-color:#f5f5f5;
	color:#777;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
}

.fiche .piedFiche .cellule.bouton:hover{
	background-color:#eee;
	color:#555;
}

@media screen and (max-width:620px){
	.fiche .corpsFiche .row{
		flex-direction:column;
		//border-bottom:1px solid transparent;
	}
	
	.fiche .corpsFiche .row .col{
		border-bottom:1px solid #ccc;
	}
	
	.fiche .corpsFiche .row .col:last-child{
		border-bottom:1px solid transparent;
	}
	
	/*.fiche .corpsFiche .row:last-child .col{
		border-bottom:1px solid transparent;
	}*/
	
	/*.fiche .piedFiche{
		border-top:1px solid transparent;
	}*/
}


table.tableau{
	float:left;
	width:calc(100% - 40px);
	margin:0px 20px;
	table-layout:fixed;
	display:flex;
	flex-direction:column;
}

table.tableau thead{
	width:100%;
	display:flex;
	flex-direction:column;
}

table.tableau thead tr{
	display:flex;
	flex-direction:row;
}

table.tableau thead tr th{
	color:#fff;
	font-weight:normal;
	background-color:#3aa4b1;
	height:40px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:calc(100% - 20px);
	padding:0px 10px;
	align-self:center;
	line-height:40px;
	
}

table.tableau thead tr th:first-child{
	border-radius:2px 0px 0px 0px;
}

table.tableau thead tr th:last-child{
	border-radius:0px 2px 0px 0px;
}

table.tableau tbody{
	width:100%;
	display:flex;
	flex-direction:column;
}

table.tableau tbody tr{
	display:flex;
	flex-direction:row;
}

table.tableau tbody tr td{
	background-color:#fff;
	height:40px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:calc(100% - 20px);
	padding:0px 10px;
	align-self:center;
	line-height:40px;
}

table.tableau tbody tr td .th{
	display:none;
}

table.tableau tbody tr:hover td{
	background-color:#f5f5f5;
	cursor:pointer;
}

table.tableau tbody tr td:first-child{
	border-left:1px solid #ccc;
}

table.tableau tbody tr td:last-child{
	border-right:1px solid #ccc;
}

table.tableau tbody tr:last-child td{
	border-bottom:1px solid #ccc;
}

@media screen and (max-width:620px){
	table.tableau{
		flex-direction:row;
	}
	
	table.tableau thead{
		display:none;
	}
	
	
	table.tableau tbody tr{
		flex-direction:column;
		margin-bottom:20px;
	}
	
	table.tableau tbody tr:hover th{
		background-color:#f5f5f5;
	}
	
	table.tableau tbody tr td{
		text-align:left;
	}
	
	table.tableau tbody tr td .th{
		display:inline;
		color:#3aa4b1;
	}

	table.tableau tbody tr td:first-child{
		border-left:none;
	}

	table.tableau tbody tr td:last-child{
		border-right:none;
	}
	
	table.tableau tbody tr:last-child td{
		border-bottom:none;
	}
	
	table.tableau tbody tr td{
		border:1px solid #ccc;
		border-bottom:none;
		border-top:none;
	}
	
	table.tableau tbody tr td:first-child{
		border-radius:2px 2px 0px 0px;
		border:1px solid #ccc;
		border-bottom:none;
	}
		
	table.tableau tbody tr td:last-child{
		border-radius:0px 0px 2px 2px;
		border:1px solid #ccc;
		border-top:none;
	}
}

input[type="date"]::before { 
	content:attr(data-placeholder);
	width:100%;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before{display:none}

input.obligatoire::placeholder,select.obligatoire::placeholder,textarea.obligatoire::placeholder{
	color:#800;
	color:#da4e44;
	opacity:1;
}

@media screen and (min-width:820px){

	.menu_extranet li{
		//background-color:#eee;
		//font-weight:bold;
		
		display:flex;
		flex-direction:row;
		justify-content:flex-start;
		height:40px;
		align-items:center;
		line-height:40px;
	}
	
	.menu_extranet li a{
		display:flex;
		flex-direction:row;
		align-items:center;
		line-height:15px;
		opacity:0.7;
	}
	
	.menu_extranet li a:hover{
		opacity:1;
	}
}

.menu_extranet li img{
	width:20px;
	height:20px;
	margin-right:20px;
}