/* WEBFONTS */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

a[class*="fontawesome-"]:before, span[class*="fontawesome-"]:before {
	display: block;
	font-family: 'FontAwesome', sans-serif;
	-webkit-font-smoothing: antialiased;
}
/* BACKGROUND IMAGE */
.background {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center -200px;
	background-size: cover;
	
	opacity: 0.20;
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
/* MAIN */
.site {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.container {
	position: relative;
	margin: auto;
	width: 980px;
}
/* HEADER ELEMENTS */
.top_header {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	line-height: 40px;
	background: url(/vues/images/top_header.png) bottom repeat-x;
}

.top_header:before, #menuTheme:before, footer:before, .blocFamille #menuFamille:before {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	background: #78c05b;
	/* Old browsers */
	background: -moz-linear-gradient(left, #78c05b 10%, #78ed00 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #78c05b), color-stop(100%, #78ed00));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #78c05b 10%, #78ed00 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #78c05b 10%, #78ed00 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #78c05b 10%, #78ed00 100%);
	/* IE10+ */
	background: linear-gradient(to right, #78c05b 10%, #78ed00 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c05b', endColorstr='#78ed00', GradientType=1 );
	/* IE6-9 */
	;
}

header a, .page_title a {
	padding: 0;
	text-decoration: none;
	outline: none;
}

#current-page {
	display: none;
	padding-left: 10px;
}

.site_title {
	float: left;
	display: inline-block;
	padding-left: 12px;
	width: 40%;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.05em;
}

.site_title a, .site_title_footer a {
	text-decoration: none;
	color: #7c7171;
}

.site_slogan {
	float: right;
	display: inline-block;
	padding-left: 12px;
	width: 40%;
	text-transform: none;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 1.3em;
	vertical-align: middle;
	text-align: right;
}

#menu_header {
	width: 100%;
}

header {
	position: relative;
	clear: both;
	border-top: 1px solid #dfdfdf;
}

header .page_title {
	margin: 20px auto;
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

header .page_title::after {
	content: "";
	clear: both;
	display: block;
	margin: auto;
	width: 90px;
	height: 15px;
	background: url(/vues/images/theme-title.png) bottom center no-repeat;
	background-size: 30px auto;
}

.newsletter {
	float: right;
	min-height: 175px;
	width: 100%;
	width: 220px;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 5.2em;
	background: #FFFFFF url(/vues/images/icon-newsletter.png) no-repeat center 10px;
	background-size: 3em auto;
	text-align: center;
	font-size: 0.9em;
}

.newsletter:hover {
	background: #FFFFFF url(/vues/images/icon-newsletter-hover.png) no-repeat center 10px;
	background-size: 3em auto;
}

header .banner1 {
	float: left;
}

.button {
	display: block;
	margin-top: 6px;
	padding: 0 12px;
	background: #ff6633;
	border-radius: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 2em;
	-webkit-appearance: none;
}
/* NAV */
nav {
}

.mainmenu {
}

.page .mainmenu {
	text-align: center;
}

.mainmenu ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.page .mainmenu ul {
	text-align: center;
}

.mainmenu ul {
	display: block;
	box-sizing: border-box;
}

.page .mainmenu ul {
	width: 100%;
}

.mainmenu ul li {
	float: left;
	margin: 0 24px 20px 24px;
	list-style: none;
	text-align: center;
}

.page .mainmenu ul li {
	display: inline-block;
	float: none;
	margin-top: 70px;
}

.mainmenu ul li:first-child {
	margin-left: 10px;
}

.mainmenu ul li a {
	display: block;
	color: #7C7171;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.02em;
}

.page .mainmenu ul li a {
	display: inline-block;
}

.icon, li:hover .icon {
	display: block;
	clear: both;
	margin: 6px auto;
	background: url(/vues/images/menu.svg) no-repeat;
	background-size: auto 25px;
	width: 28px;
	height: 25px;
}

li:hover .icon, .current-item .icon {
	display: block;
	clear: both;
	margin: 6px auto;
	width: 28px;
	height: 25px;
}

.mainmenu li .icon1 {
	background-image: url(/vues/images/icons/icon-dossier.svg);
}

.mainmenu li .icon2 {
	background-image: url(/vues/images/icons/icon-questions.svg);
}

.mainmenu li .icon3 {
	background-image: url(/vues/images/icons/icon-lexique.svg);
}

.mainmenu li .icon4 {
	background-image: url(/vues/images/icons/icon-actualites.svg);
}

.mainmenu li .icon5 {
	background-image: url(/vues/images/icons/icon-livres.svg);
}

.mainmenu li .icon6 {
	background-image: url(/vues/images/icons/icon-portail.svg);
}

.mainmenu li:hover .icon1, li.current-item .icon1, #current-page .icon1 {
	background-image: url(/vues/images/icons/icon-dossier-hover.svg);
}

.mainmenu li:hover .icon2, li.current-item .icon2, #current-page .icon2 {
	background-image: url(/vues/images/icons/icon-questions-hover.svg);
}

.mainmenu li:hover .icon3, li.current-item .icon3, #current-page .icon3 {
	background-image: url(/vues/images/icons/icon-lexique-hover.svg);
}

.mainmenu li:hover .icon4, li.current-item .icon4, #current-page .icon4 {
	background-image: url(/vues/images/icons/icon-actualites-hover.svg);
}

.mainmenu li:hover .icon5, li.current-item .icon5, #current-page .icon5 {
	background-image: url(/vues/images/icons/icon-livres-hover.svg);
}

.mainmenu li:hover .icon6, li.current-item .icon6, #current-page .icon6 {
	background-image: url(/vues/images/icons/icon-portail-hover.svg);
}

.sticky-menu {
	position: fixed;
	top: 0;
	margin-top: 0;
	z-index: 101;
	background: url(/vues/images/white.png);
	border-bottom: 1px solid #dfdfdf;
}

.sticky-menu .mainmenu ul li {
	margin-bottom: 4px;
}

.menu-btn {
	position: fixed;
	z-index: 100;
	width: 40px;
	text-align: left;
	display: none;
	cursor: pointer;
}

.menu-btn span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 6px auto;
	background: #999999;
	z-index: 99;
}

.responsive-menu {
	display: block;
}

.header-responsive-menu {
	position: absolute;
	top: 10px;
	width: 100%;
	margin-top: -90px;
	text-align: center;
}

.menu-btn.active {
	display: block !important;
}

.menu-btn:before {
	display: block;
	font-size: 0.7em;
	text-align: right;
	width: 100%;
}

.menu-btn.active:before {
	content: 'FERMER';
	padding-left: 1px;
}

.menu-btn.active span.bar-middle {
	display: block;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	transition: all 100ms ease-in-out;
}

.menu-btn.active span:before, .menu-btn.active span:after {
	top: 0;
}

.menu-btn.active span.bar-bottom {
	margin-top: -9px;
	margin-left: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-btn.active span.bar-middle {
	display: none;
}

.menu-btn.active span.bar-top {
	margin-top: 16px;
	margin-left: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-btn-scroll {
	position: fixed;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: url(/vues/images/white.png);
	padding: 16px 34px 16px 24px;
	display: none;
	top: 0 !important;
	right: 0 !important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.responsive-menu.expand {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin-top: 50px;
}

.responsive-menu.expand nav .mainmenu ul {
	display: table !important;
	width: 100%;
	margin-top: 80px;
	padding-top: 0;
	box-sizing: border-box;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999 !important;
}

.theme .responsive-menu.expand nav .mainmenu ul li {
	display: table;
	float: left;
	margin: 0;
	width: 50%;
	height: calc(100% / 3);
}

.responsive-menu.expand nav .mainmenu ul li {
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 1.5em;
}

.responsive-menu.expand nav .mainmenu ul li a {
	display: table-cell;
	font-size: 0.7em;
	height: 60%;
	width: 100%;
	padding: 20% 0;
}

.responsive-menu.expand nav .mainmenu li .icon, .responsive-menu.expand nav .mainmenu li:hover .icon {
	width: 56px;
	height: 56px;
	background-size: 100%;
}

.responsive-menu {
	display: block;
	z-index: 98;
}

.menu-btn {
	position: fixed;
	float: right;
	top: 20px;
	right: 30px;
	display: none;
	cursor: pointer;
	width: auto;
}

.menu-btn:before {
	content: 'MENU';
}

.responsive-menu.expand nav .mainmenu .portail {
	border: none;
	font-size: 0px;
}

.responsive-menu.expand nav .mainmenu .portail .icon6 {
	background: url(/vues/images/icons/icon-index.svg) center center no-repeat;
}
/* SEARCHBOX */
.searchbox {
	float: right;
	margin: 12px 0 0 0;
}

.searchbox_inner {
	display: block;
	margin: 0;
	padding: 4px 8px;
	width: 200px;
	height: 1.8em;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}

.searchbox input {
	width: 90%;
	border: 0;
	font-family: inherit;
	font-size: 0.74em;
	line-height: 2.2em;
}

.searchbox input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.searchbox input[type="search"]::-webkit-search-cancel-button, .searchbox input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.searchbox input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.searchbox button:hover {
}

.searchbox input[type="search"] {
	float: left;
	position: relative;
}

.searchbox input:focus {
	outline: none;
}

.searchbox button {
	float: right;
	display: block;
	position: relative;
	width: 10%;
	background: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #7C7171;
}
/* PAGE */
.page {
	padding-top: 26px;
}

#top_article {
	max-width: 100%;
}

.minHeight {
	min-height: 300px;
}

h1, .site_description, #extrait h2 {
	position: relative;
	z-index: 10;
	width: 56%;
	font-size: 3.3em;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
	background: none;
	border: none;
}

.page h1 {
	font-size: 2.6em;
}

.image-article {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: calc(100% - 40px);
	text-align: right;
	box-sizing: border-box;
}

.image-article img {
	float: right;
	width: auto;
	max-height: 320px;
	border: 2px solid #FFF;
	box-sizing: border-box;
}

.chapo {
	clear: both;
	position: relative;
	z-index: 10;
	margin-top: 15px;
	width: calc(60% - 40px);
	padding: 14px 20px 14px 20px;
	background: url(/vues/images/white.png);
	border-right: 2px solid #FFF;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	font-weight: 400;
}

article {
	clear: both;
	position: relative;
	padding: 10px 20px 0 40px;
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}

article a {
	color: #ff7338;
}

article p {
	margin-bottom: 1em;
	font-family: 'Open Sans', sans-serif;
}

article ol {
	margin: 5px 0 40px 0;
	border-left: 7px solid #66CC66;
	list-style: none;
}

article ol li {
	list-style: none;
	padding-left: 14px;
	color: #66CC66;
	font-size: 1.2em;
	line-height: 1.5em;
}

article ol li a {
	text-decoration: none;
	color: #66CC66;
}

#article h3, h3 a {
	/*color: #538495;*/
	text-decoration: none;
}

#extrait ul, ol {
	margin-bottom: 1em;
	margin-left: 4em;
    list-style-position: inside;
}

#extrait ul li, ol li {
	color: #333333;
	list-style-type: disc;
}

article ul, ol {
	margin-bottom: 1em;
	margin-left: 4em;
    list-style-position: inside;
}

article ul li, ol li {
	color: #333333;
	list-style-type: disc;
}

/* FORMULAIRES */
form, fieldset {
	border: none;
}

form {
	padding: 20px 5%;
	width: 90%;
	text-align: center;
	color: #7c7171;
}

form label {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 1em;
	line-height: 1.3em;
}

form p {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

form input, form textarea {
	padding: 4px;
	/*min-height: 40px;*/
	line-height: 1.5em;
	background: #FFFFFF;
	border: #808080 1px solid;
	border-radius: 6px;
	font-size: 1em;
	letter-spacing: 0;
	width: 100%;
	margin: 8px auto 10px auto;
}

form input#submit {
	margin: 10px auto;
	width: auto;
	min-width: 200px;
	display: inline-block;
	border: none;
	background: #ff6633;
	padding: 4px 20px;
	line-height: 1.5em;
	font-size: 1.3em;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
}
/* SIDEBARS */
#sidebar {
	padding-top: 10px;
}

#sidebar .overlay {
	background: url(/vues/images/overlay-filter.png);
}

article h2, #extrait h3 {
	margin: 3.3em 0 25px -40px;
	padding: 25px 0 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	background: url(/vues/images/article_title.png) no-repeat 18px top;
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
article h3 {
	margin: 3.3em 0 25px -40px;
	padding: 20px 0 0 20px;
	/*border-top-width: 1px;
		border-top-style: solid;
	border-top-color: #dfdfdf;*/
	background: url(/vues/images/article_title.png) no-repeat 18px top;
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}

article h2:first-child {
}

article h4 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #ff7338;
}

article h5 {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	color: #7c7171;
}

h5 a {
	margin-top: 1em;
	display: inline-block;
	text-decoration: none;
}

article dl {
	font-size: 1em;
	line-height: 1.5em;
	color: #7c7171;
}

article dt a {
	font-size: 1.4em;
	color: #7c7171;
	text-decoration: none;
}

article dt {
	padding: 30px 10px 0 60px;
}

article dt:hover {
	text-decoration: underline;
}

article dd {
	padding: 6px 10px 30px 60px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 1.1em;
	color: #7c7171;
}

article dd:last-child {
	border-bottom: none;
}

article#questions .articleList p {
	padding: 4px 0 20px 35px;
	background: url(/vues/images/icons/icon-question.svg) no-repeat left 8px;
	background-size: 30px auto;
}

.articleList p {
	padding: 4px 0 14px 0;
	/*border-bottom: 1px solid #dfdfdf;*/
}

.articleList {
	padding-top: 20px;
}

article#questions .articleList {
	border-top: 1px solid #dfdfdf;
}

article#questions p a {
	color: #808080;
}

article p a {
	color: #808080;
	text-decoration: underline;
}

/* MENUS SIDEBAR */
#menuTheme, #menuFamille {
	float: right;
	width: 300px;
}

#menuTheme p {
}

#menuFamille p {
	color: #66CC66;
}

#menuTheme p, #menuFamille p {
	padding: 24px 0 12px 0;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
}

#menuTheme ul, #menuFamille ul {
	margin: 0;
	padding: 0 0 24px 0;
	background: url(/vues/images/dotted.png) repeat-x bottom left;
}

#menuTheme ul:last-child, #menuFamille ul:last-child {
	background: none;
}

#menuTheme ul li, #menuFamille ul li {
	padding: 0 12px 0 24px;
	color: #7c7171;
	letter-spacing: 0.02em;
}

#menuFamille ul li {
	list-style-type: circle;
	list-style-image: url(/vues/images/list.png);
	list-style-position: inside;
	font-size: 0.95em;
	line-height: 1.5em;
}

#menuTheme ul li {
	/*background: url(/vues/images/icon-plus.png) no-repeat 12px 5px;
	list-style: none;*/
	list-style-position: inside;
	line-height: 2em;
}

#menuTheme ul li.min {
	/*background: url(/vues/images/icon-min.png) no-repeat 12px 5px;*/
}

#menuTheme ul li a, #menuFamille ul li a {
	padding-left: 16px;
	color: #7c7171;
	text-decoration: none;
	cursor: pointer;
}

#menuTheme p a {
	color: #999999;
	text-decoration: none;
}

#menuFamille p a {
	color: #66CC66;
	text-decoration: none;
}

#menuTheme .menuTheme_description {
	display: none;
	clear: both;
	padding: 6px 0 12px 29px;
	color: #3B3B3F;
	font-size: 0.95em;
	line-height: 1.3em;
	text-align: left;
	text-transform: none;
}

#menuTheme .menuTheme_description a, #menuTheme .menuTheme_description a:hover {
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
}

.more {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 1.8em;
	text-align: center;
	color: #66cc66;
}

#menuTheme ul li .readmore {
	display: inline-block;
	padding: 0 0 0 6px;
	margin: 0;
	text-align: left;
	font-style: italic;
}
/* BANNERS */

.banner1 {
}

.theme .banner2 {
	margin: 12px 0;
	float: right;
}

.banner3 {
	text-align: center;
}

article .banner3 {
	margin: 30px auto 0 auto;
}
/* COLOR TEXT ORANGE */
.mainmenu ul li:hover a, header .page_title, .mainmenu ul .current-item a, #menuTheme .menuTheme_description a, #menuTheme .menuTheme_description a:hover, .sitemap, article h2, article h3, #menuFamille ul li a:hover, article dl a, header .page_title a, #extrait h3, .univers #menuFamille ul li {
	color: #FF6633 !important;
}
/* FOOTER */
footer {
	color: #808080;
}

.site_title_footer {
	clear: both;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 5em;
	letter-spacing: 0.05em;
	text-align: center;
}

.sitemap {
	display: table;
	padding-bottom: 20px;
	width: 100%;
	font-size: 0.95em;
}

.sitemap ul {
	display: table-cell;
}

.sitemap ul li {
	list-style: none;
	font-size: 0.85em;
	color: #808080;
	line-height: 1.3em;
}

.sitemap ul li a:before {
	content: "-";
	padding-right: 4px;
}

.sitemap ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#mentions {
	padding: 10px 0;
	border-top: 1px solid #dfdfdf;
	text-align: center;
	font-size: 0.8em;
}
/* JQUERY RESPONSIVE */
.expand {
	display: block !important;
}

.hide, .invisible {
	display: none !important;
}

.fixed {
	position: fixed;
	top: 0;
}

.large {
	width: 100% !important;
}
/* RETOUR HAUT DE PAGE */
.top-link {
	display: block;
	background: url(/vues/images/icons/icon-top.svg) no-repeat center top;
	background-size: 60px auto;
	width: 100%;
	margin: 40px auto 40px auto;
	padding-top: 40px;
	color: #66CC66;
	font-size: 2em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#top-link {
	display: none;
}
/* PORTAIL */
.index .background {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	opacity: 0.20;
	filter: alpha(opacity=20);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.index .background:after {
	content: '';
	position: fixed;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	background: url(/vues/images/bg-overlay-index.png) repeat-x center 200px;
	background-size: auto 100%;
	background-position: fixed;
}

.index .top_header {
	background: #FFFFFF;
	height: 65px;
}

.index footer {
	margin-top: 30px;
}

.index header {
	border: none;
}

.index header .page_title {
	margin-top: 50px;
}

.index .top_header nav ul {
	display: table;
	width: 100%;
}

.index .top_header nav ul li {
	display: table-cell;
	padding: 0 0 10px 0;
	margin: 0;
	width: calc(100% / 6);
	list-style: none;
	text-align: center;
}

.index .top_header nav ul li a {
	font-size: 1em;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #7c7171;
}

.index .top_header nav ul li a:hover {
	color: #ff7338;
}

.index .page_title {
	font-weight: 600;
	font-size: 2.5em;
}

.index .site_slogan {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
}

.index .site_description {
	margin: 30px auto 10px auto;
	text-align: center;
	width: 54%;
	font-weight: 300;
	font-size: 2.6em;
	line-height: 1.2em;
}

.index .site_presentation {
	clear: both;
	margin: 30px auto 20px auto;
	padding: 30px 4%;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 0.04em;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.index .searchbox {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.index .searchbox .searchbox_inner {
	width: 40%;
	max-width: 300px;
	height: 3em;
	text-align: center;
}

.index .searchbox .searchbox_inner input {
	line-height: 2em;
	font-size: 1.4em;
}

.index .searchbox button {
	display: block;
	font-size: 1.5em;
	line-height: 1.8em;
}

.index .banner1 {
	clear: both;
	display: block;
	padding: 0;
	width: 100%;
	text-align: center;
}

.index .banner2, .index .banner3 {
	width: 100%;
	text-align: right;
}

.index #extrait .banner3 {
	float: left;
	text-align: center;
}

.index .newsletter {
	width: 100%;
	max-width: 300px;
}

.index article ul li {
	clear: both;
	margin-top: 0;
	padding: 0;
	box-sizing: inherit;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	list-style: none;
	color: #FF6633;
	text-decoration: none;
}

.index .universName {
	padding-left: 80px;
	padding-top: 60px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 0.08em;
	font-weight: 600;
}

.index article ul li:first-child .universName {
	padding-top: 0px;
}

.index article ul li a {
	text-decoration: none;
}

.index article ul li ul li ul li a:hover {
	text-decoration: underline;
}

.index article ul li ul:before {
	clear: both;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
}

.index article ul li:nth-child(odd) ul:before {
	background: url(/vues/images/article_title.png) no-repeat 18px top;
}

.index article ul li:nth-child(even) ul:before {
	background: url(/vues/images/article_title2.png) no-repeat 18px top;
}

.index article ul li:nth-child(odd) ul ul:before, .index article ul li:nth-child(even) ul ul:before {
	background: none;
	border: none;
}

.index article ul ul ul:before {
	background: none;
	border: none;
}

.index article ul li ul {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

.index article ul li li {
	clear: both;
	margin: 0;
	padding: 10px 0 0 80px;
	border: none;
	background: none;
}

.index article ul li:nth-child(odd) {
	color: #FF6633;
}

.index article ul li:nth-child(even) {
	color: #78c05b;
}

.index article ul li ul li:nth-child(even), .index article ul li ul li ul li:nth-child(even), .index article ul li ul li:nth-child(odd), .index article ul li ul li ul li:nth-child(odd) {
	color: inherit;
}

.index article ul li ul li ul {
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 1em;
	line-height: 1.4em;
}

.index article ul li ul li ul li {
	clear: none;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 0.8em;
	color: #808080;
}

.index article ul li ul li ul li:not(:last-child):after {
	content: "\00a0\00a0-\00a0\00a0";
}

.index article ul li ul li ul li a {
	color: #808080;
}

.index #current-page {
	display: none;
}

.index .banner {
	clear: both;
	padding: 0;
	margin: 12px auto !important;
}

#extrait h2 {
	padding: 0;
	margin: 0 0 24px 0;
	color: #7C7171 !important;
	width: 100%;
	font-weight: 300;
}

#extrait h3 {
	margin-top: 24px;
}

.surtitre, #extrait h4 {
	color: #7C7171;
}

article #extrait {
	padding-left: 40px;
}

.index.univers .newsletter .button {
	margin: 10px auto;
	width: 80%;
}

#extrait img {
	max-width: 100%;
	height: auto;
}

.blocFamille #menuFamille {
	margin-bottom: 30px;
}

.blocFamille #menuFamille ul {
	padding-top: 30px;
}

.blocFamille #menuFamille ul ul {
	padding-top: 0;
}

.univers #menuFamille ul li {
	list-style: none;
}

.univers #menuFamille ul > li {
	font-size: 1.2em;
}

.univers #menuFamille ul li li {
	font-size: 0.8em;
}

.univers .page_title a {
	font-weight: 600;
}
