/*************************
 * #header
 *************************/

#header {
	background-color: white;
    min-height: 67px;
	position: relative;
	font-family: 'Montserrat';
	font-weight: 400;
}

/*************************
 * #header_burger
 *************************/

#header_burger {
	display: none;
	background-color: #29aa67/*vert*/;
}

#header_burger button {
	display: inline-block;
	padding: 5px 5px;
	margin: 1px;
	border: 1px solid transparent;
	background-color: transparent;
}

#header_burger button:hover {
	border: 1px solid #fff;
}

#header_burger span {
	display: block;
	margin-top: 4px;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	background-color: #fff;
}
	

/*************************
 * #header_entries
 *************************/

#header_entries {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}

#header_entries a {
	display: block;
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 0.75em;
	font-family: 'Montserrat';
	font-weight: 600;
}

#header_entries a:visited {
	color: white;
}

#header_entries a:hover {
	text-decoration: none;
	background-color: #006eb6/*bleu*/;
}

#header_entries li {
	background-color: #29aa67/*vert*/;
	padding: 0;
	margin: 0;
    list-style: none;
	text-align: center;
}


/*************************
 * #header_langs
 *************************/

#header_langs {
    position: absolute;
    top: 1px;
    right: 18px;
    font-size: 0.7em;
}

#header_langs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header_langs li  {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 0;
    list-style: none;
    float: left;
    border-right-color: #9c9e9f;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
}

#header_langs a[hreflang]::after {
    content: none;
}


/*************************
 * #header_menu
 *************************/

#header_menu {
	background-color: #29aa67/*vert*/;
	
}


/*************************
 * #header_ripess
 *************************/

#header_ripess {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	text-align: center;
}

#header_ripess_text {
	background-repeat: no-repeat;
	background-image: url("images/ripess-header.png");
	background-position: center left;
	padding-left: 64px;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2em;
	min-height: 32px;
}


/*************************
 * #header_scrutari
 *************************/

#header_scrutari {
}

#header_scrutari_fieldset {
    display: flex;
	align-items: center;
}

#header_scrutari_label {
    margin-right: 5px;
	font-size: 0.7em;
}

#header_scrutari_input {
    margin-right: 6px;
	font-size: 0.8em;
	height: 30px;
	padding-left: 30px;
	background-image: url("images/search.png");
	background-position-y: center;
	background-position-x: 5px;
	background-repeat: no-repeat;
	border-color: #9c9e9f;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}


#header_scrutari_submit {
	border: none;
	margin: 0;
	width: 20px;
	height: 20px;
	background-image: url("images/check.png");
	background-color: transparent;
}

#header_scrutari_submit:hover {
    background-color: #fff;
    cursor: pointer;
}


/*************************
 * #header_title
 *************************/

#header_title {
	min-height: 67px;
    padding-top: 8px;
	margin: auto;
    max-width: 1200px;
}

#header_title_logo {
	display: block;
    margin-left: 28px;
    height: 50px;
}

#header_title_baseline {
	color: #006eb6/*bleu*/;
    margin-top: 2px;
    margin-left: 10px;	
}


/*************************
 * .header-langs-
 *************************/

.header-langs-Code {
    display: none;
}


@media (max-width: 570px) {

    .header-langs-Label {
        display: none;
    }

    .header-langs-Code {
        display: inline;
        font-size: 12px;
    }

}


/*************************
 * @media
 *************************/

@media (min-width: 1000px) {

    #header_scrutari {
        position: absolute;
        right: 18px;
        top: 45px;
    }
    
    
}

@media (max-width: 999px) {
	
	#header_burger {
        display: block;
        text-align: right;
    }
   
    .header-BurgerHidden {
        display: none;        
    }
    
	#header_entries {
		display: block;
	}
	
	#header_ripess {
		display: none;
	}
	
	#header_scrutari {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	
	#header_scrutari_fieldset {
		display: inline-flex;
	}
	
	#header_scrutari_submit {
		background-color: #fff;
	}

}


/*************************
 * Spip
 *************************/

body .spip-admin-float {
	left: 0;
}
