/*  */

header {
	overflow: hidden;
	margin-bottom: 40px;
}

#logo {
	float: left;
	padding:2px 0 22px 13px;
}

header div.banner {
	float: right;
	margin: 2px 10px 0 10px;
	width: 468px;
	height: 90px;
	overflow: hidden;
}

header div.search,
.header__search,
.header__search--qfq {
	float:right;
	overflow:hidden;
	padding: 16px 0 15px 9px;
	background-color: #fff;
	border: 0;
	position: relative;
	margin-right: 13px;
	width: 282px;
}
header div.header__search--qfq,
.header__search--qfq {
	width: 262px;
}
.header__search--qfq form {
	margin: 0;
}
.header__search--qfq form label {
	padding-left: 18px;
  padding-top: 24px;
}
header div.search form input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	line-height: 19px;
}

header div.search label {
	padding-left: 18px;
	padding-top: 25px;
}

header div.search form input[type="text"] {
	margin: 0;
}

header div.search form input[type="submit"] {
	display: block;
	text-indent: -9999px;
	border: 0;
	height: 29px;
	width: 24px;
	position: absolute;
	background: url("../images/play_recherche.jpg") no-repeat scroll 10px
		11px white;
	right: 3px;
	top: 19px;
	border-left: 1px solid #F0F0F0;
}

header div.search form input[type="text"],
header div.search form input[type="password"] {
	width: 100%;
	box-sizing: border-box;
}


#header {
	height: 100px;
}

/* HEADER -> top banner */
#top-banner {
	height: 113px;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#top-banner div,#top-banner img {
	margin: 0 auto;
	text-align: center;
}

/* HEADER -> menus */
/* #menus {
	float: right;
	width: 788px;
	border-bottom: 1px solid #999;
	height: 63px;
	position: relative;
}

#menus .top-menu li,
#menus #bottom-menu li {
	float: left;
}

#menus menu li a {
	text-transform: uppercase;
}

#menus menu li a:hover {
	text-decoration: none;
} */

/* HEADER -> menus -> top-menu */
/*
#menus #top-menu {
	padding: 0;
	height: 16px;
	background-color: #333;
}

#menus #top-menu li {
	padding: 0 9px 0 10px;
	background-color: #333;
}

#menus #top-menu li:hover,
#menus #top-menu li.selected {
	background-color: #666;
}

#menus #top-menu li a {
	font-size: 9px;
	line-height: 16px;
	color: #fff;
} */

/* HEADER -> menus -> bottom-menu */
/* #menus #bottom-menu {
	bottom: 0;
	float: left;
	position: absolute;
	width: 740px;
}

#menus #bottom-menu li {
	padding-right: 27px;
}

#menus #bottom-menu li a {
	font-weight: bold;
	color: #999;
	font-size: 16px;
}

#menus #bottom-menu li a:hover,
#menus #bottom-menu li.selected a {
	color: #000;
} */

/* HEADER -> menus -> right-menu */
/* #menus #right-menu {
	float: right;
	text-align: right;
	margin-top: 2px;
}

#menus #right-menu li {
	margin-bottom: 0px;
}

#menus #right-menu li.last {
	margin-bottom: 0;
}

#menus #right-menu li a {
	color: #666;
	font-size: 8px;
	font-weight: bold;
}

#menus #right-menu li a:hover {
	color: #000;
} */
/*  */
section#loginPane {
	width:100%;
	position:absolute;
	top:0;
	padding-bottom:4px;
}

section#loginPane ul.bullets a {
	color:#f60403;
	border-bottom:1px dotted #f60403;
	text-decoration:none;
}
section#loginPane ul.bullets a:hover {
	border-bottom:1px solid #f60403;
	text-decoration:none;
}

section#loginPane h4 {
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Rubik', sans-serif; /* 'Oswald', cursive; */
	font-style: normal;
	font-weight: 700;
}

section#loginPane div.top {
	background:#fff;
	border-bottom:1px solid #ddd;
	display:none;
	z-index:999;
}

section#loginPane div.inner {
	width:1000px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin:0 auto;
	position:relative;
}

section#loginPane div.col{
	width:310px;
	padding:10px 10px;
	float:left;
	text-align:left;
	border-right:1px solid #ddd;
	min-height:200px;
	position:relative;
	overflow:hidden;
}
section#loginPane div.col.first {
	background:url('../images/loginpane-robot.jpg') 50% 0 no-repeat;
}
section#loginPane div.col li.editer_login input,
section#loginPane div.col li.editer_password  input {
	width:292px;
}
section#loginPane div.col div.bottom {
	position:absolute;
	bottom:0;
	width:310px;
}
section#loginPane div.col div.bottom  a {
	padding:4px 8px;
	background:#333;
	color:#fff;
	margin:10px;
}
section#loginPane div.col ul.bullets li {
	list-style:disc;
	margin-left:20px;
	margin-bottom:2px;
}
section#loginPane div.col div.bottom  a:hover {
	background:#999;
	text-decoration:none;
}
section#loginPane div.col.last{
	float:right;
	border-right:0;
}

section#loginPane div.buttons {
	clear:both;
	width:100px;
	background:#f60403;
	float:right;
	margin-right:25px;
	padding:6px 12px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	z-index:990;
}
section#loginPane div.buttons  a {
	color:#fff;
	font-weight:bold;
	display:block;
	width:100%;
}

/****************************************************/

menu.top-menu {
	width:1000px;
	margin:0 auto;
	clear: both;
	font-family: 'Rubik', sans-serif; 
	overflow: hidden;
	/*border:1px solid red;*/
	/*erational nov 2024 */
	padding-top:2.5rem; /* pour le bouton connexion */
	display:flex;
	justify-content:space-between;
}

menu.top-menu li {
	/*border:1px solid pink;*/
	flex-grow:1;
	display:flex;
	justify-content:space-between;
}

menu.top-menu a {
	color: #fff;	
	font-size: 12px;
	/*padding: 12px 15px 10px;*/
	padding:12px 0 10px 0;
	text-decoration: none;	
	/*border:1px solid blue;*/
	width:100%;
	
}

menu.top-menu a:after {
	content:"·";
	padding:12px 1rem 10px 1rem;
	flex-grow:1;
	width:100%;
	/*border:1px solid orange;*/
}

menu.top-menu li:last-child  a:after {
	content:"";padding:0;
	/*border:1px solid #9fff9f !important;*/
}


menu.top-menu a:hover {
	opacity:.8;
}




/*
menu.top-menu {
	width:1000px;
	margin:0 auto;
	clear: both;
	font-family: 'Rubik', sans-serif; 
	overflow: hidden;
}

menu.top-menu li {
	float: left;
	list-style-type: none;
}
menu.top-menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 12px 15px 10px;
	position: relative;
	text-decoration: none;
	z-index:994;
}
menu.top-menu li > ul {
	display: none;
	background: #333;
}
*/





/********************************************************/

/* Primary Navigation
------------------------------------------------------------ */
header.head { padding-top: 2rem; }

header.head #bottom-menu,
header.head #bottom-menu-2 {
	background: #333;
	clear: both;
	color: #fff;
	font-family: 'Rubik', sans-serif; /* 'Oswald', cursive; */
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
	display: flex;
	align-content: flex-start;
	text-align: center;
	justify-content: space-between;
}
header.head #bottom-menu-2 {
	background: #f60403;
}

header.head #bottom-menu ul,
header.head #bottom-menu-2 ul {
	float: left;
	width: 100%;
}

header.head #bottom-menu li,
header.head #bottom-menu-2 li {
	float: left;
	list-style-type: none;
}

header.head #bottom-menu li a,
header.head #bottom-menu-2 li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 9px 11px;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.04em;
}

header.head #bottom-menu li a:hover,
header.head #bottom-menu li a:active,
header.head #bottom-menu .current_page_item a,
header.head #bottom-menu .current-cat a,
header.head #bottom-menu .current-menu-item a {
	color: #f60403;
}
header.head #bottom-menu-2 li a:hover,
header.head #bottom-menu-2 li a:active,
header.head #bottom-menu-2 .current_page_item a,
header.head #bottom-menu-2 .current-cat a,
header.head #bottom-menu-2 .current-menu-item a {
	color: #fff;
}

header.head #bottom-menu li li a,
header.head #bottom-menu li li a:link,
header.head #bottom-menu li li a:visited {
	background: url(images/bg-dark.png);
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

header.head #bottom-menu li li a:hover,
header.head #bottom-menu li li a:active {
	color: #f60403;
}

header.head #bottom-menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

header.head #bottom-menu li ul a {
	width: 120px;
}

header.head #bottom-menu li ul ul {
	margin: -33px 0 0 139px;
}

header.head #bottom-menu li:hover>ul,
header.head #bottom-menu li.sfHover ul {
	left: auto;
}

header.head #bottom-menu-2 li a.red {
	background: red;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}
