.banniere{
	width: 100%;
	position: relative;
}

.banniere img{
	width: 100%;
}

.banniere div{
	position: absolute;
	display: inline-block;
	color: #AD6936;
	font-weight: 300;
	font-size: 3.5em;
	line-height: 1em;
	padding: 15px 23px;
	margin: 11px 0px 0px 11px;
	min-width: 50%;
	background-color: rgba(255,255,255,0.5);
	top: 0;
	left: 0;
}

.tuiles{
	width: 100%;
	position: relative;
	display: block;
}

.tuiles .clearfix{
	display: flex;
	flex-wrap: wrap;
}

.tuiles li{
	width: 90px;
	height: 110px;
	list-style: none outside none;
	text-align:center;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.tuiles li h3{
	text-align: left;
	font-size: 12px;
	color: #6B7A87;
	font-family: georgia;
	font-weight: normal;
	line-height: 13px;
	padding: 3px 4px 7px;
	margin: 0;
}

.tuiles li:hover, .tuiles li.active{
	background-color: #e1e1d0
}
.tuiles li:hover .tuileBlanche, li.active .tuileBlanche{
	display: none !important;
}

.tuiles li:hover .tuile, li.active .tuile{
	display: block !important;
}


.information-dop .description-dop{
background: #d3d3d3;
padding: 10px;
}

.information-dop .sub-title{
background: #6b7a87;
margin-right: -5px;
margin-left: -5px;
padding: 5px;
color: #FFF;
}


.box{
border: 1px solid #CCCCCC;
}

.search-box{
margin-bottom: 20px;
color: #5c6a77;
margin-top: 0;
font-size: 13px;
display: flex;
padding: 25px 5% 15px 5%;
flex-wrap:wrap;
}

.search-box label, .search-box input{
width: 30% !important;
}

.search-box label{
float: left;
flex: wrap;
}
.search-box input{
background-color: #EEEEEE;
border: 1px solid #D1D1D0;
height: 26px;
padding-left: 10px;
padding-right: 10px;
margin-left: 5%;
line-height: 26px;
font-size: 12px;
font-family: Arial;
border-radius: 40px 40px 40px 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
color: #5C6A77;
position: relative;
z-index: 2;
flex: wrap;
}






.bulle{
	width: 80%;
	margin-left: 10%;
}
.bulle .bulle_content{
	box-shadow: inset 0px 0px 3px 2px rgb(185, 185, 185);
	padding: 10px;
	position: relative;

}


h1.fond_gris{
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	background: none repeat scroll 0px 0px #6B7A87;
	margin: 0px;
}

.filter{
	display:inline-block;
	width: 100%;
	padding: 0 15px 15px;
}
.filter select{
	width: 30%;
}

.listdop{
	border: 1px solid #CCCCCC;
	padding-top: 15px;
}

table.dop-product, table.dop-product td{
	border:1px solid #cccccc;
}


.fancybox-close{
	position: absolute;
	top: -18px;
	right: -18px;
	cursor: pointer;
}

.hidden{
	display: none;
}

.listdop table{
	border-top: 1px solid #cccccc;
	width: 100%;
	padding-top: 15px;
}


.listdop table thead th{
	background: #e9e9e3;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	color: #5c6a77;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ccc;
}
.dop-product thead th:first-child {
    width: 34%;
}

.dop-product thead th:nth-child(3) {
    width: 18%;
}

.mini-head{
	background: #6B7A87;
}

.mini-head td img{
	padding-right: 10px;
}
.mini-head.active td img {
	transform: rotate(90deg);
}

.list tr{
	cursor: pointer;
}

.list tr a{
	text-decoration:none;
	color: #5c6a77;
}

.list tr:hover{
	background-color: #c2763c;
	color: white !important;
	box-shadow: 0 15px #d88343 inset;
}
.list tr:hover .list tr.last a img.pdfGris{
	display: none;
}

.list tr:hover .list td.last a img.pdfBlanc{
	display: block;
}


.listdop table tbody .mini-head:hover td {
    background: #4f5e6b;
}
 @media screen and (max-width: 600px){
	.search-box label{
		width: 100% !important;
	}
	.search-box input{
		width: 45% !important;
	}
	*{
		max-width: 100%;
	}
	.banniere div{
		max-height:100%;
		margin: 0 !important;
		font-size: 2em !important;
	}
	.filter select {
		width: 90% !important;
	}
	.last a span{
		display: none;
	}
	.listdop{
		overflow-y: hidden;
		overflow-y: scroll;
	}
	.bulle{
		margin: 0 !important;
		width: 100%;
	}
 }



