/***********************/
/*       HEADER
/***********************/
#header{
	background-color:  #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(128, 129, 130, 0.3);
	height: 70px;
	position: relative;
}

#logoHeader{
	position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    top: 18px;
}

.content{
	width: 1140px;
	margin: 0 auto;
	position: relative;
	min-height: 365px;
}



#search{
	position: absolute;
	left: 0px;
	top: 11px;
}

#search input {
	height: 48px;
	box-sizing: border-box;
	border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-width: 1px;
	border-color:  #cacaca;
	border-style: solid;
	background-color:  #ffffff;
	font-family: Lato;
	color:  #6b6b6b;
	font-size: 16px;
	text-align: justify;
	width: 283px;
	outline: none; 
	padding-left: 17px;
	vertical-align: top;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}
#search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cacaca;
}
#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cacaca;
   	opacity:  1;
}
#search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  	color: #cacaca;
   	opacity:  1;
}
#search input:-ms-input-placeholder { /* Internet Explorer 10+ */
   	color: #cacaca;
}

#search button{
	outline: none; 
	cursor: pointer;
	margin-left: -1px;
	vertical-align: top;
	width: 50px;
	height:48px;
	border:1px solid #cacaca;
	border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

#search button i{
	color:  #868686;
	font-size: 24px;
	font-weight: 400;
}

#menuCatLeft{
    position: absolute;
    left: 355px;
    top: 11px;
    width: 100px;
    height: 46px;
    z-index: 6;
}

#menuCatLeft span {
    line-height: 48px;
    text-align: center;
    width: 100%;
    display: block;
    color: #a2a2a2;
    font-size: 16px;
    font-family: "Avenir Light";
}

#menuCatLeft i{
	display:none;
	color:  #a2a2a2;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	width: 16px;
	height: 16px;
	margin: auto;
}

.btnGris{
	border: 1px solid #cacaca;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	color:  #a2a2a2;
	cursor: pointer;
}

.btnGris:hover{
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

#btnConnexion{
	position: absolute;
	top: 25px;
	right: 202px;
	font-family: Avenir;
	color:  #868686;
	font-size: 18px;
	margin-top: 0;
	float: none;
}

#btnConnexion .btnConnexion{
	color:  #868686;
	font-size: 18px;
	font-weight: 700;
	
}

#btnConnexion.connexion:hover span.line{
	background-color: #868686;
}

#btnInscription{
	position: absolute;
	top: 12px;
	right: 0px;	
}

#btnInscription a{
	padding: 14px 0px 0px 0px;
	width: 158px;
	height: 31px;
}

.profilHeader {
	position: absolute;
	right:70px;
	width:300px;
	height:69px;
	top:0;
	cursor:pointer;
	border-bottom: 1px solid white;
}

.profilHeader .fa-chevron-down{
	position: absolute;
    top: 0;
    bottom: 0;
    left:30px;
    height: 20px;
    margin: auto;
    font-size: 16px;
    transition:0.2s ease all;
}

.hr-vertical.right {
	position: absolute;
	right:0;
}
.infoHeader {
    width: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.userName {
	text-align: center;
    margin-top: 15px;
    font-size: 16px;
}
.userName hr {
	margin: auto;
	width:100px;
}

.infoHeader .solde {
	font-family: Lato;
	color:  #a221b9;
	font-size: 16px;
	text-align: center;
}
.avatar {
	position: absolute;
    right: 20px;
    width: 70px;
    height: 70px;
    top: 0;
}
.avatar .img-user {
	position: absolute;
    top: 0;
    height: 55px;
    width: 55px;
    margin: auto;
    margin-top: 4px;
    background-size: cover;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.profilHeader:hover .fa-chevron-down, .profilHeader.open .fa-chevron-down{
	color:#a221b9;
}

.profilHeader.open, .profilHeader:hover {
	background: -webkit-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -moz-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(180deg, #fefefe 0%, #eeeeee 100%);
}

.profilMenu {
    display: none;
    width: 299px;
    height: 550px;
    border-radius: 0 0 3px 3px;
    border-width: 1px;
    border-color: #cacaca;
    border-style: solid;
    position: absolute;
    right: 69px;
    top: 70px;
    background: -webkit-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
    background: -moz-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
    background: -o-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
    background: -ms-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
    background: linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
    border-top: 0px;
    z-index: 15;
}

.itemMenuProfil {
    height: 45px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding-left: 15px;
    cursor: pointer;
    transition: 0.1s linear all;
    color: #a2a2a2;
}

.itemMenuProfil:hover, .itemMenuProfil.open, .lienSsMenu.open {
    color: #6b6b6b;
    background: rgba(202,202,202,1);
    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left: 20px;
}
.profilMenu .ssMenu .lienSsMenu:not(.open):hover {
	color: #6b6b6b;
    background: rgba(202,202,202,1);
    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
    padding-left:5px;
}

.ssMenu .lienSsMenu:hover {
	padding-left: 15px;
}
.itemMenuProfil.open, .lienSsMenu.open {
	color:#a221b9
}

.itemMenuProfil:hover:before, .itemMenuProfil.open:before, .lienSsMenu.open:before {
    width: 5px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6b6b6b;
}

.itemMenuProfil.open:before, .lienSsMenu.open:before {
	background-color:#a221b9;
}

.itemMenuProfil:before, .lienSsMenu:before{
    width: 0px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6b6b6b;
    transition: 0.1s linear all;
}

.itemMenuProfil a {
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.itemMenuProfil .fa-sign-out {
	margin-left:5px;
}

.alertHeader {
    position: absolute;
    right: 10px;
    top: 14px;
    height: 35px;
    width: 45px;
    text-align: center;
}
.alertHeader div {
	border-radius: 50%;
    background-color: #a221b9;
    width: 20px;
    height: 17px;
    text-align: center;
    color: white;
    padding-top: 3px;
    padding-right: 1px;
    z-index: 5;
    position: absolute;
    top: 3px;
    right: 1px;    
    display:none;
}
.alertHeader i {
	font-family: fontAwesome;
	content:'\f0a2';
	color:  #868686;
	font-size: 23px;
    position: relative;
    top: 10px;
    cursor: pointer;
}
.alertHeader i:hover {
	color:#a221b9;
}
.profilMenuLateral div {
	display:none;
}
#bigMenu {
	display:none;
	top:70px;
}

.categorieRespOpen {
	background: rgba(202,202,202,1);
    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
}


.profilMenu .itemMenuLogOut {
	text-align: center;
    border-left: 0px;
    padding-left: 0;
    background-color: #eeeeee;
    border-radius :0 0 3px 3px;
    height:44px;
}

.itemMenuProfil .fa-chevron-right{
	position: absolute;
	font-size:18px;
	right: 15px;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto;
    transition: 0.2s ease all;
}

.itemMenuProfil:hover .fa-chevron-right {
	right:10px;
}

.profilMenu .itemMenuLogOut:before {
	width:0px !important;
}

.profilMenu .itemMenuLogOut:hover {
	text-align: center;
    border-left: 0px;
    padding-left: 0;
    background-color: #eeeeee;
}

.profilHeader .hr-vertical {
    position: relative;
    float: none;
    margin-left: 0px;
    right: 0px !important;
}
.profilHeader .hr-vertical.right {
    float: right;
    position: absolute;
}

.profilMenu .ssMenu {
    width: 0px;
    opacity: 0;
    height: auto;
    border-width: 1px;
    border-color: #cacaca;
    border-style: solid;
    background-color: #ffffff;
    transition: 0.2s linear all;
    position: absolute;
    left: 216px;
    top: -1px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    border-radius:0 3px 3px 0;
    border-left:0;
}

.ssMenu .lienSsMenu {
	line-height: 45px;
    transition: 0.2s linear all;
    border-left: 0px solid #6b6b6b;
    padding-left: 5px;
    width: 152px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #6b6b6b;
    min-width: 150px;
}

.ssMenu .lienSsMenu.open {
	    color: #a221b9;
}

.lienSsMenu.open {
	padding-left:15px;
}

.itemMenuProfil:hover .ssMenu {
	opacity:1;
	width:152px;
	display: block;
}

.lienSsMenu2Lignes {
	line-height: 22px !important;
    display: table-cell !important;
}

.profilMenu .lienSsMenu:not(.open):hover {
    border-width: 5px;
    background: rgba(202,202,202,1);
    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
}
	.traitVertical {
	    background: -webkit-linear-gradient(0deg, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
	    background: -moz-linear-gradient(0deg, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
	    background: -o-linear-gradient(0deg, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
	    background: -ms-linear-gradient(0deg, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
	    background: linear-gradient(90deg, rgba(202, 202, 202, 0) 0%, #cacaca 100%);
	    width: 100%;
	    height: 1px;
	}
	.ssMenu .traitVertical {
		background: -webkit-linear-gradient(0deg, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
	    background: -moz-linear-gradient(0deg, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
	    background: -o-linear-gradient(0deg, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
	    background: -ms-linear-gradient(0deg, #cacaca 0%, rgba(202, 202, 202, 0) 100%);
	}
	#bigMenu .bigMenuColContentFinal .block-detail {
		width:320px;
	}
	#bigMenu .bigMenuColTitre {
		border-bottom: 0px !important;
	}
	.bigMenuHeader #bigMenuColRightTitre {
		border-bottom: 1px solid #cacaca !important;
	}

	#bigMenu .block-parent .btnViolet {
	    position: absolute;
	    width: 140px;
	    height: 40px;
	    font-family: "Aleo Light";
	    color: #ffffff;
	    font-size: 18px;
	    box-sizing: border-box;
	    padding: 10px 16px;
	    right:0;
	    bottom:0;
	}
	#bigMenu .block-en-savoir-plus {
	    display: inline-block;
	    width: 175px;
	    position: relative;
	    height: 100%;
	    float:right;
	}

	#bigMenu .block-en-savoir-plus a {
	    height: 40px;
	    width: 140px;
	}
	#bigMenuLateral {
	    display:none;
	}
	#bigMenuLateral a {
		color: #6b6b6b;
		width: 100%;
	    position: absolute;
	    padding-left: 40px;
	    left: 0;
	}
	.opacMenuResp {
		position: fixed;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.75);
	    width: 100%;
	    height: 100%;
	    z-index: 11;
	    display:none;
	    top:0;
	    left:0;
	}

	#notifHeader {
		display:none;
		position: absolute;
		width : 275px;
		height : 320px;
		border-radius : 5px;
		-o-border-radius : 5px;
		-moz-border-radius : 5px;
		-webkit-border-radius : 5px;
		background-color : white;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);

		right : 0;
		top : 70px;
		z-index : 11;
	    border: 1px solid #cacaca;
	}

	#notifHeader:before {
	    content: ' ';
	    width: 18px;
	    height: 18px;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(135deg);
	    position: absolute;
	    top: -10px;
	    right: 20px;
	    background-color: white;
	    border: 1px solid #cacaca;
	    z-index: 4;
	    border-top: 0;
	    border-right: 0;
	}

	#notifHeader .headerNotifUnit .iconeNotif {
		width:62px;
		display:inline-block;
		height:100%;
	    vertical-align: middle;
   	 	position: relative;
   	 	padding: 7px 0;
 	    box-sizing: border-box;
 	    text-align: center;	
	}

	.headerNotifUnit .contentHeaderNotif {
		display: inline-block;
		height: 100%;
		width: 191px;
		min-height: 70px;
		vertical-align: top;
		letter-spacing: -0.02em;
	}

	.headerNotifUnit a {
		position: absolute;
		left:0;
		width:100%;
		height:100%;
		z-index: 1
	}

	.headerNotifUnit .contentHeaderNotif span{
	    color: #a221b9;
	    font-weight: 500;
	}

	.mesNotifs {
		height:275px;
		overflow-y: scoll;
		overflow-x:hidden; 
		border-radius : 0 0 5px 5px;
		-o-border-radius : 0 0 5px 5px;
		-moz-border-radius : 0 0 5px 5px;
		-webkit-border-radius : 0 0 5px 5px;
		background: -webkit-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
		background: -moz-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
		background: -o-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
		background: -ms-linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
		background: linear-gradient(180deg, #eeeeee 0%, #fefefe 100%);
		position: relative;
	}

	.noNotif {
		text-align: center;
		padding: 0 18px;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		height: 135px;
		margin: auto;
		font-family: Avenir;
		color: #6b6b6b;
		font-size: 16px;
		line-height: 17px;
		font-weight: 200;
	}

	.noNotif a {
		color:#a221b9;
		text-decoration: underline;
	}

	.headerNotifUnit.newNotif .dateNotif, .headerNotifUnit.newNotif .contenuHeaderNotif {
		color:#a221b9;
	}
	.headerNotifUnit.newNotif {
	    background: rgba(202,202,202,1);
	    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
	    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
	    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
	}

	#notifHeader .mesNotifs .headerNotifUnit.newNotif:hover {
	    background: rgba(202,202,202,1) ;
	    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.6) 100%);
	    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.6) 100%);
	    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.6) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
	}

	.contentHeaderNotif .dateNotif {
	    font-family: Lato;
	    color: #a2a2a2;
	    font-size: 12px;
	    font-style: italic;
	    margin-top: 7px;
	    margin-bottom: 3px;
	    position: relative;
	    line-height:10px;
	}

	.contentHeaderNotif .contenuHeaderNotif {
		font-size: 14px;
		line-height:15px;
		margin-top:3px;
	}

	.headerNotifUnit .iconeNotif .fa {
		font-family: FontAwesome;
		color:  #cacaca;
		font-size: 32px;
		font-weight: 400;
		text-align: justify;
		text-shadow: 1px 1px 2px #ffffff;
		margin: 14px 18px;
	}

	#notifHeader .headerNotifUnit .img-user {
		position: relative;
		top:0;
		left:0;
		width:55px;
		height:55px;
	}

	#notifHeader .enteteHeader {
		color:  #6b6b6b;
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		border-bottom: 1px solid #cacaca;
	}

	.headerNotifUnit {
		width:100%;
		height:auto;
		border-left:0px solid #6b6b6b;
		transition:0.2s ease all;
		cursor:pointer;
		position: relative;
    	max-height: 75px;
	}

	#notifHeader .headerNotifUnit:after {
	    content: '';
	    display: block;
	    position: absolute;
	    height: 1px;
	    width: 100%;
	    bottom: 0;
	    left: 0;
	    background: #eeeeee;
	    background: -moz-linear-gradient(left, #eeeeee 0%, #cacaca 100%);
	    background: -webkit-linear-gradient(left, #eeeeee 0%,#cacaca 100%);
	    background: linear-gradient(to right, #eeeeee 0%,#cacaca 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cacaca',GradientType=1 );
	}

	#notifHeader .headerNotifUnit:hover {
		border-width:5px;
		background: rgba(202,202,202,1);
	    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
	    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
	    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
	}


	.notifUnit {
		position: relative;
		right:0;border-width: 1px;
		border-color:  #cacaca;
		border-style: solid;
		border-right:0;
		background-color: #eeeeee;
		background: -webkit-linear-gradient(180deg, white 0%, #eeeeee 100%);
	    background: -moz-linear-gradient(180deg, white 0%, #eeeeee 100%);
	    background: -o-linear-gradient(180deg, white 0%, #eeeeee 100%);
	    background: -ms-linear-gradient(180deg, white 0%, #eeeeee 100%);
	    background: linear-gradient(180deg, white 0%, #eeeeee 100%);
		width: 313px;
		z-index: 11;
		margin-top:20px;
		border-radius: 5px 0 0 5px;
		-o-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		-webkit-border-radius: 5px 0 0 5px;
		transition: 0.8s ease all;
		margin-left:100%;
	}

	.notifUnit hr {
		margin-left:-4px;
	}

	.notifications {
		position: absolute;
		top:70px;
		right:0;
		overflow: hidden;
	}

	.notifUnit .fa-bell-o {
    color: #868686;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    position: relative;
    /*height: 0px;*/
    line-height: 35px;
    width: 50px;
    vertical-align: middle;
	}

	.notifUnit .notifContent {
		display: inline-block;
		height:100%;
		width:255px;
		vertical-align: top;
		padding-bottom:10px;
	}

	.notifUnit .notifContent .notifTitle{
		font-family: Avenir;
		color:  #6b6b6b;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
	    height: auto;
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	.notifUnit .notifContent p {
	    height: auto;
	    margin-top: 0;
	    text-align: center;
	    color: #868686;
	    display: block;
	    vertical-align: middle;
	    width: 245px;
	    margin: auto;
	    letter-spacing: -0.02em;
	}
	.notifUnit .notifContent p b{
		color:#6b6b6b;
	}
	.notifUnit .notifContent p span{
		color:  #a221b9;
    	font-weight: 600;
	}

	.notifOption {
		display:none;
		height: 100%;
	    line-height: 100px;
	    width:50px;
	}

	.notifOption i{
	    width: 100%;
	    height: 59px;
	    display: block;
	    text-align: center;
	    font-size: 23px;
	    line-height: 61px;
	    cursor:pointer;
	    position: relative;
	}

	.notifOption i a {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	}

	.notifOption i:hover{
		color:  #a221b9;
	}
	.notifOption div {
		width:100%;
		height: 1px;
		background: -webkit-linear-gradient(0deg, rgba(134, 134, 134, 0) 0%, #868686 50%, rgba(134, 134, 134, 0) 100%);
		background: -moz-linear-gradient(0deg, rgba(134, 134, 134, 0) 0%, #868686 50%, rgba(134, 134, 134, 0) 100%);
		background: -o-linear-gradient(0deg, rgba(134, 134, 134, 0) 0%, #868686 50%, rgba(134, 134, 134, 0) 100%);
		background: -ms-linear-gradient(0deg, rgba(134, 134, 134, 0) 0%, #868686 50%, rgba(134, 134, 134, 0) 100%);
		background: linear-gradient(90deg, rgba(134, 134, 134, 0) 0%, #868686 50%, rgba(134, 134, 134, 0) 100%);
	}

	.notifUnit:hover .notifOption {
		display:inline-block;
	}

	.notifUnit:hover .fa-bell-o {
		display:none;
	}
	#search input {
		width:300px;
	}
	.connexInscrResp {
		display:none;
	}
	#logoHeader.posConnecte {
		top:10px;
	}

@media screen and (max-width: 1050px) {
	.content {
		width:100%;
	}
	#search input {
		width:240px;
	}
	#logoHeader {
		width:200px;
	}
	.bigMenuHeader #bigMenuCol1 {
		width:20.1%;
	}
	.bigMenuHeader #bigMenuCol3 {
		width:79%;
	}
	#bigMenu.bigMenuHeader {
		background:none !important;
	}
	.bigMenuHeader #bigMenuCol3 {
		width:784px !important;
	}
	.bigMenuHeader .block-parent {
		margin-top:0;
	}
	#menuCatLeft i{
		display:block;
	}
	#menuCatLeft span {
		display:none;
	}
	#menuCatLeft {
		position: absolute;
	    left: 0;
	    top: 12px;
	    width: 44px;
	    height: 44px;
	    z-index: 6;
	}
	#search {
    	left: 56px;
	}
}

@media screen and (max-width: 1000px) {
	#search {display:none;}
	.profilHeader {
		width:230px;
		right:130px;
	}
	#search input {
		width:200px;
	}
	#logoHeader {
		position: absolute;
		left: 200px;
		right: inherit;
		width: 200px;
		margin: auto;
		top: 18px;
	}

	.profilHeader .fa-chevron-down {
		left:25px;
	}
	.infoHeader {
	    width: 100px;
	    margin-left: 45px;
	}
	.avatar {right:15px;}
	.userName hr {
    	width: 65px;
	}
	.profilMenu {
    width: 229px;
    right: 130px;
	}
	#menuCatLeft {margin-left:10px;}
	.profilMenuLateral {
	    display: none;
	}
	.profilMenuLateral .bigMenuColContentResp .avenirA2 .titleCategorie {
		font-family: Avenir;
		color:  #6b6b6b;
		font-size: 18px;
	}
	.profilMenuLateral .bigMenuColContentResp .avenirA2 {
		width:280px;
		transition: 0.2s ease all;
    	border-left: 0px;
	}

	.alertHeader {
		right:40px;
	}
	#notifHeader {
		right:32px;
	}
	.titleCategorie i {
		position: absolute;
	    right: 10px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    height: 20px;
	}

	.profilMenu .ssMenu {
		left: 206px;
	}
	#bigMenu #bigMenuCol1 {
		width:25%;
		display: inline-block;
	}
	#bigMenu {
		display:none !important;
	}
	#bigMenuLateral {
		width: 280px;
	    height: 100%;
	    z-index: 11;
	    background-color: #eeeeee;
	    position: fixed;
	    left: 0;
	    top: 0;
	    overflow:hidden;
	}
	.headerMenuLateral {
	    background: -moz-linear-gradient(left, #a221b9 0%, #c4109b 100%);
	    background: -webkit-linear-gradient(left, #a221b9 0%,#c4109b 100%);
	    background: linear-gradient(to right, #a221b9 0%,#c4109b 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a221b9', endColorstr='#c4109b',GradientType=1 );
		width:280px;
		height: 65px;
		line-height:70px;
		font-family: Avenir;
		color:  #ffffff;
		font-size: 20px;
		position: relative;
		box-sizing: border-box;
		padding-right:20px;
		text-align: right;
		margin-bottom:0px;
	}

	#bigMenuLateral .headerMenuLateral {
		text-align: left;
		padding-left:10px;
		margin-bottom:15px;
	}

	#bigMenuLateral .headerMenuLateral .fa-times{
		right:15px;
		left:inherit;
	}

	#bigMenuLateral #search {
		display:block;
		position: relative;
		left:0;
		top:0;
		width:252px;
		margin:auto;
		margin-bottom:15px;
	}

	#bigMenuLateral #search form {
		width:100%;
	}

	#bigMenuLateral #search input {
		width:200px;
		font-family: Lato;
		color:  #cacaca;
		font-size: 14px;/* Approximation causée par une substitution de police */
		font-style: italic;
	}


	.headerMenuLateral .fa-times {
		font-family: fontAwesome;
		content:'\f00d';
		font-size:24px;
		color:  #f5f5f3;
		position: absolute;
	    top: 0;
	    bottom:0;
	    height: 26px;
	    margin: auto;
	    left:15px;
	    cursor:pointer;
	}
	#bigMenuLateral .categorieResp i {
		margin-right:5px;
	}
	#bigMenuLateral .categorieResp {
		line-height:45px;
		height:45px;
		padding-left:15px;
		font-size:16px;
	}
	#header .content {
	    width: 100%;
	}
	.profilMenuLateral .iconeNotif {
		display: inline-block;
	    width: 55px;
	    position: relative;
	    height: 72px;
	}

	.profilMenuLateral .img-user {
		 top: 0;
	    bottom: 0;
	    height: 45px;
	    width: 45px;
	    margin: auto;
	}
	.profilMenuLateral .headerNotifUnit {
		min-width:245px;
		border-radius: 5px;
		background-color:  #ffffff;
		box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
		margin-bottom:5px;

	}
	.profilMenuLateral .headerNotifUnit .iconeNotif .fa{
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0px;
	    margin: auto;
	    width: 30px;
	    display: block;
	    right: 0;
	    height: 30px;
	}
	.profilMenuLateral .mesNotifs {
	    max-height: 175px !important;
	    height: auto;
		padding:5px 5px;
		box-sizing: border-box;
		width:280px;
	}

	.profilMenuLateral .contentHeaderNotif {
		width:190px;
	}
	.profilMenuLateral .bigMenuColContentResp {
	    height: auto;
	}
}

@media screen and (max-width: 850px) {
	#logoHeader {
		left:100px;
		text-align: inherit;
	}
}

@media screen and (max-width: 750px) {
	.titleCategorie a {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	}

	#btnConnexion, #btnInscription {
		display:none;
	}
	.connexInscrResponsive {
	    display: block;
	    color: #ffffff;
	    font-size: 24px;
	    right: 25px;
	    top: 10px;
	    position: absolute;
	    height: 50px;
	    width: 50px;
	}

	.connexInscrResponsive:after {
	    font-family: FontAwesome;
	    content: '\f090';
	    right: 10px;
	    top: 5px;
	    color: #666;
	    font-size: 36px;
	    position: absolute;
	    cursor: pointer;
	}


}

@media screen and (max-width: 670px) {
	.profilMenuLateral .btn-afficher-plus {
		width: 238px;
		height: 38px;
		padding-top: 2px;
		margin: auto;
		display: block;
		margin-top: 10px;
	}
	.profilMenuLateral div {
    	display: block;
	}
	.profilHeader hr, .infoHeader, .profilHeader .fa-chevron-down { 
		display:none;
	}
	.profilMenu {
		display:none !important;
	}
	.profilHeader {
		right:10px;
		width:70px;
	}
	.profilHeader.open, .profilHeader:hover { 
		background:none;
	    background-color: white;
	}
	#logoHeader {
		left:0px;
		text-align: center;
		width:100%;
	}
	#logoHeader img {
		width:140px;
	}
	.avatar {right:5px;}
	.profilMenuLateral {
	    width: 280px;
	    height: 100%;
	    z-index: 11;
	    background-color: #eeeeee;
	    position: fixed;
	    right: 0;
	    top:0;
	}
	
	.headerMenuLateral span {
		margin-right:20px;
		line-height:70px;
	}

	.alertHeader i, .notifications {
		display: none;
	}
	.alertHeader {
	    position: absolute;
	    right: 6px;
	    top: 4px;
	    cursor:pointer;
	}


	.profilMenuLateral .categorieResp.open {
		height:auto !important;
		display:block;
		color: #6b6b6b;
    background: rgba(202,202,202,1);
    background: -moz-linear-gradient(left, rgba(202,202,202,0) 0%, rgba(202,202,202,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    background: linear-gradient(to right, rgba(202,202,202,0) 0%,rgba(202,202,202,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cacaca', endColorstr='#4dcacaca',GradientType=1 );
	}

	.categorieResp.open .titleCategorie {
		color : #a221b9 !important;
		border-left:5px solid #a221b9 !important;
	}
	.categorieResp.open .ssMenu {
		height:auto;
	}
	.categorieResp.open .fa-chevron-down:before{
		content: "\f077";
	}
	.profilMenuLateral .ssMenu {
		height:0;
		overflow:hidden;
	}

	.categorieResp.open .ssMenu .lienSsMenu {
    	padding-left: 25px;
	}
	.categorieResp.open .ssMenu .lienSsMenu:hover, .categorieResp.open .ssMenu .lienSsMenu.open{
    	padding-left: 30px;
	}
	#notifHeader {
		display:none !important;
	}
	.lienSsMenu {
		width:100%;
	}
	.lienSsMenu a {
		position: absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	.ssMenu .lienSsMenu {
		width:280px;
	}

}

@media screen and (max-height: 570px) {
	.profilMenuLateral {
	    overflow-y: auto;
	}
	#bigMenuLateral {
	    overflow-y: auto;
	}
}

@media screen and (max-width: 400px) {
	.profilHeader {
		right:0px;
	}
}
