header {
    width: 100%;
    z-index: 99;
    position: absolute;
    display: block;
    top: 0px;
    padding-top: 35px;
}
#Recherche,#Recherche_En {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    overflow: hidden;
}
.cd-panel-content-Search a{text-decoration:none;}
.ContentHeader {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% - 100px);
    margin: auto;
    justify-content: space-between;

}
.IconTop{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width:65px;
	height:65px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	background:#234e9f;
	-webkit-transition: 0.500s linear;
	-ms-transition: 0.500s linear;
	-moz-transition: 0.500s linear;
	-o-transition: 0.500s linear;
	transition: 0.500s linear;
	justify-content: center;
	margin-left: 7px;
	margin-right: 7px;
	cursor: pointer;
}
.IconTop:hover{
   background:#dc2726;
}
.IconSelected{
	background:#dc2726;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width:65px;
	height:65px;
}
.IcomNewsletter {
    display: none;
}
.ListIcon{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}   
@media screen  and (min-width:768px) and (max-width:992px) {
.ContentHeader{
 height: 120px;
}
.ContentHeader .Logo a{
	display:block;
}
.ContentHeader .Logo img{max-height: 120px;}

}

  
@media screen and (max-width:767px) {
	header {
  
    padding-top: 0px !important;
}
.ContentHeader{
 height: 80px;
 width: calc(100% - 30px);
 /* position: fixed; */
 margin-left: 15px;
}
.ContentHeader .Logo a{
	display:block;
	padding-left: 0px;
}
.ContentHeader .Logo img{max-height: 60px;}
.IconTop{
 
	width: 45px;
	height: 45px;
}
.IconTop img{max-width: 40px;max-height: 20px;}
.IconSelected {
 
    width: 45px !important;
    height: 45px !important;
}

.IconTop {
 
    margin-left: 3.5px !important;
    margin-right:  3.5px !important;
 
}
}




