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

.banniere div{
    position: absolute;
    top: 5px;
    font-size: 4em;
    color: #AD6936;
    font-weight: 300;
    background-color: rgba(255,255,255,0.5);
    left: 5px;
    line-height: 1em;
    margin: 11px 0px 0px 11px;
    padding: 15px 23px;
}

#printable img{
    cursor: pointer;
}

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

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

.information-dop div.tuiles{
    width: 100%;
    position: relative;
    display: block;
}

.information-dop div.tuiles ul.clearfix, ul.clearfix{
    display: flex;
    flex-wrap: wrap;
}

.information-dop div.tuiles ul.clearfix li.nav-dop, ul.clearfix li{
    width: 90px;
    height: 110px;
    list-style: none outside none;
    text-align: center;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin:2px;
    background-color: #f9f9f6;
}
.information-dop div.tuiles ul.clearfix li.nav-dop.active{
    background-color:#e1e1d0;
}

ul.clearfix li{
    height: auto !important;
}

ul.clearfix li img{
    max-height: 70px;
}
ul.clearfix li img.hidden{
    display: none;
}

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

.bulle{
    display: none;
}

.bulle_content{
    position: relative;
}

.bulle_content div.fancybox-close{
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
}
.bulle_bottom .bulle_content{
    box-shadow: inset 0px 0px 3px 2px rgb(185, 185, 185);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.bulle_bottom .bulle_content div.listdop{
    border: 1px solid #CCCCCC;
}

.bulle_bottom .bulle_content div.listdop h1{
    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;
}



.bulle_bottom .bulle_content div.listdop ul.clearfix, #les_guides .clearfix ul.clearfix{
    display: flex;
    flex-wrap: wrap;
}

.bulle_bottom .bulle_content div.listdop ul.clearfix li.product, #les_guides .clearfix ul.clearfix li{
    width: 90px;
    height: 110px;
    list-style: none outside none;
    text-align: center;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin:2px;
}




  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-height: 100%;
    overflow-y:scroll;
    position: relative;
    margin-top: 1%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-title{
    height:3%;
    right:0;
    position: absolute;
}

.modal-body{
    margin-top:4%;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
div.research{
    background-color: #F9F9F6;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 15px 7px 30px;
}
div.research h2{
    color: #5C6A77;
    font-size: 18px;
    font-family: georgia;
    font-weight: normal;
    margin-top: 5px;
}

div.research form input.btn{
    float: right;
}

@media screen and (max-width: 640px) {

    .banniere div{
        top: 0px !important;
        font-size: 2em !important;
        padding: 0 !important;
    }

}
/*
Blocks services
*/
.services {
    display: block;
	clear: both;
	overflow: hidden;
    width: 100%;
	margin-top: 3em;
	margin-bottom: 3em;
}
.services a {
	display: block;
	float: left;
	width: 32%;
}
.services a:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}
.services a img {
	display: block;
	width: 100%;
	height: auto;
}
