@import url(normalize.css);
@import url(bootstrap.min.css);


@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: texgyreadventorregular, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	background: #ffffff;
}

a {
	color: #f17031;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

a:hover {
	color: #555555;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6, .tabtitle {
	font-family: texgyreadventorregular, arial, helvetica, sans-serif;
	margin-top: 0;
}

h1 {
	font-size: 1.7em;
	line-height: 1.2em;
	font-family: texgyreadventorbold, arial, helvetica, sans-serif;
	color: #555555;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.95em;
	line-height: 0.9em;
	font-family: texgyreadventorbold, arial, helvetica, sans-serif;
	color: #453e92;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.55em;
	line-height: 0.9em;
	font-family: texgyreadventorbold, arial, helvetica, sans-serif;
	color: #555555;
	margin-bottom: 0.5em;
}

h4, .tabtitle {
	font-size: 1.55em;
	line-height: 1em;
	color: #f17031;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1.45em;
	line-height: 0.9em;
	color: #555555;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1.1em;
	line-height: 0.9em;
	font-family: texgyreadventorbold, arial, helvetica, sans-serif;
	color: #f17031;
	margin-bottom: 0.5em;
}

p {
	line-height: 1.3em;
	margin-bottom: 0.9em;
}

ul {
	list-style-type: disc;
	list-style-position:outside;
	margin:0 0 10px 15px;
	padding:0;
}
ul li {
	padding-bottom: 5px;
}
ul ul {
	margin: 5px 0 5px 13px;
	padding: 0;
}

ol {
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
}

ol li {
	padding-bottom: 5px;
}

ol ol {
	margin: 0 0 5px 20px;
	padding: 0;
}


.main {
	background-color: #ffffff;
	padding-bottom: 20px;
}

.enavant {
	color: #453e92;
	padding: 20px 20px 10px 20px;
	background-color: #f5f5f5;
}

.enavant p {
	line-height: 1.2em;
	margin-bottom: 10px;
}

.contact {
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 70px 20px 12px 20px;
	background: #453e92 url(../images-encours/contact-fond.png) center top no-repeat;
}

.contact a {
	color: #ffffff;
}

.contact a:hover {
	color: #9ac62c;
}





@media (min-width: 768px) {

	body {
		margin-top: 0;
		background: url(../images-encours/page-fond-g-1200.png) left center no-repeat,
		url(../images-encours/page-fond-d-1200.png) right center no-repeat;
	}

	.main {
		padding-top: 45px;
		background-color: #ffffff;
	}

	.logo {
		margin: 0 0 30px 305px;
	}
	
}

@media (min-width: 992px) {

	.main {
		padding-top: 50px;
		background-color: #ffffff;
	}
	
	.logo {
		margin: 0 0 50px 385px;
	}
	
	.contact {
		margin-top: -55px;
	}
}


@media (min-width: 1200px) {

	.main {
		padding-top: 60px;
		background-color: #ffffff;
	}

	.logo {
		margin: 0 0 60px 465px;
	}
}


@media (max-width: 767px) {

	body {
		margin-top: 30px;
	}
	
	.logo {
		margin: 0 0 25px 0;
	}
	
}









