
/** Header **/
#header2{
	background-color: #f5f5f5;
	max-height:45px;
}

#header3{
	background-color: #123751;
	min-height:100px;
}
#header4{
	background-color: #1b7eac;
	min-height:27px;
}

.title-site{
	font-size :40px;
	color:white;
	line-height:100px;
	float:right;
}

.chevron{
position: relative;
}

.chevron:after {
	content:"";
	background: url(img/chevron.svg) 0 2px no-repeat;
	position: absolute;
	height: 8px;
	width: 12px;
	bottom: -1px;
	left: 50%;
	margin-left: -6px;
}

.chevronBis:after {
	content:"";
	background: url(img/chevron3.png) no-repeat;
	position: absolute;
	height: 8px;
	width: 12px;
	bottom: -1px;
	left: 50%;
	margin-left: -318px;
}
.chevronBis:hover:after {
	background-image: url(img/chevron3.png);
}

#menu2, #explore2, #languages2, #connect2, #search-box2{
	color: #161616 !important;
	display: inline-block;
}


#menu2 a:hover, #explore2>a:hover, #languages2>a:hover, #connect2>a:hover{
	background-color:rgba(149, 149, 149, 0.2);
	padding-left:10px;
	padding-right:10px;
	color:#161616 !important;
}

/** Menu **/

#tools2 {
	padding-right: 0;
	margin-bottom: 0;
}



#languages2>a{
	margin-left:64px;
}

#connect2>a{
	margin-left:20px;
}

#header2 a:hover {
    text-decoration: none;
}

#menu2 {
	margin-left: 50px;
    float: left;
}

#explore2{
    margin-left: 50px;
	
}

#search-box2{
	margin-left: 14px;
	cursor: pointer;
	padding:9px;
}

.menu-tiers, .menu-tiers2 {
float: left;
	display: inline-block;
	color:white;
	line-height:27px;
}

.menu-tiers{
padding-right:20px;
padding-left:20px;
}

.menu-tiers2 {
padding-right:20px;
padding-left:20px;
}

.tiers  a:hover{
text-decoration: none;
color: white !important;
cursor:pointer;
background-color:rgba(255, 255, 255, 0.15);
padding-left:20px;
padding-right:20px;
}

/*Logo*/

a#logo2 {
	float: left;
	width: 285px;
	font-size: 14px;
	font-weight : bold;
	color:#959595;
	display: inline-block;
	line-height: 45px;
}
a#logo3{
	background: url(img/coe-logo.png);
	background: url(img/coe-logo.svg) left center no-repeat;
	float: left;
	width: 355px;
	height: 100px;

	text-indent: -9999px;
}

/*Les menus*/

#menu2, 
#explore2, 
#languages2, 
#connect2, 
#search-box2 {
	color: #161616;
}

#menu2 a, 
#explore2 > a{
	color: #161616;
	font-size: 14px;
	display: inline-block;
	line-height: 45px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

#languages2>a, 
#connect2 a {
	color: #161616;
	display: inline-block;
	line-height: 45px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}


#menu2 a:hover, 
#explore2>a:hover, 
#languages2>a:hover, 
#connect2 a:hover,
.open a.dropdown-toggle {
	background-color: rgba(149, 149, 149, 0.2);
	text-decoration: none;
}


#connect2, 
#explore2{
    position: relative;
}

#languages2{
	margin-right: 15px;
    position: relative;
	margin-left: 60px;
}

/*Connect*/

#connect2 .glyphicon{
	font-size: 10px;
    top: 0px;
	margin-left: 5px;
	float: none;
}

#connect2 a:hover span.glyphicon {
	color: #161616;
}

/*Searchbox*/

li#search-box2:hover {
	background-color: rgba(149, 149, 149, 0.2);
	padding:9px;
	
}

li#search-box2 .glyphicon.glyphicon-search {
	font-size: 18px;
	float: none;
	margin: 0;
}

/*Dropdown*/

.mainmenu2 ul.dropdown-menu {
	border-radius: 0 0 2px 2px;
	-moz-box-shadow: none;
	box-shadow: none;
	min-width: 200px;
	margin-top: 0;
}

.mainmenu2 .dropdown-menu li a {
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.mainmenu2 .dropdown-menu li a:hover {
	color: #103651;
}

.mainmenu2 .glyphicon {
	font-size: 10px;
	color: ##161616;
	margin-top: 4px;
	margin-right: 8px;
	float: left;
}

.mainmenu2 a:hover span.glyphicon {
	color: #220505;
}

/* share widget page */
.site #share-widget{
top: 200px;
}


.blue {
	background-color: #1B7EAC;
	height :10px;
}

.header .title-blue {
    background-color: #1B7EAC;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px 2px 0 2px;
    display: inline-block;
    margin-bottom: -1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}