@charset "iso-8859-1";

/*v2*/

@import url(reset.css);
@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(publicationMethods.css);
@import url(skeleton.css);
@import url(pages.css);
@import url(layout.css);





@font-face{
	font-family: 'osr'; /*open_sansregular*/
	src: url('fonts/open-sans-regular/opensans-regular.eot');
	src: url('fonts/open-sans-regular/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/open-sans-regular/opensans-regular.woff2') format('woff2'),
		 url('fonts/open-sans-regular/opensans-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'ossb'; /*open_sanssemibold*/
	src: url('fonts/open-sans-semi-bold/opensans-semibold.eot');
	src: url('fonts/open-sans-semi-bold/opensans-semibold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/open-sans-semi-bold/opensans-semibold.woff2') format('woff2'),
		 url('fonts/open-sans-semi-bold/opensans-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'osb'; /*open_sansbold*/
	src: url('fonts/open-sans-bold/opensans-bold.eot');
	src: url('fonts/open-sans-bold/opensans-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/open-sans-bold/opensans-bold.woff2') format('woff2'),
		 url('fonts/open-sans-bold/opensans-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'ps'; /*playlistscript*/
	src: url('fonts/playlist_script/playlist_script.woff2') format('woff2'),
		 url('fonts/playlist_script/playlist_script.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



/* --------------
ZONE EXTERIEURE
-----------------*/
/* Older browsers */
html{ font-size: 13px; }

/* Modern browsers only need this one */
@media screen and (min-width: 25em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1200 - 320) ); }
}
/* Safari <8 and IE <11 */
@media screen and (min-width: 25em){
	html{ font-size: calc( 10px + (13 - 10) * (100vw - 320px) / (1200 - 320) ); }
}
@media screen and (min-width: 50em){
	html{ font-size: calc( 10px + (13  - 10) * (100vw - 320px) / (1200 - 320) ); }
}

body{
	background: #fff;
	color: #1f1f1f;
	font-family: 'osr', sans-serif;
	line-height: 1.5; /* Pour l'accessibilité */
	overflow:hidden;
}



*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(/scripts/boxsizing.htc)}


.displayib{
	display: inline-block;
	vertical-align: top;
}

.dim{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.ovh{
	overflow: hidden;
}

a, a:hover, a:focus{
		-moz-transition: background 0.5s linear, color 0.5s linear;
		-webkit-transition: background 0.5s linear, color 0.5s linear;
	transition: background 0.5s linear, color 0.5s linear;
}



/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
    border:0;
    vertical-align: bottom;
    max-width:100%;
}

.map img{
    max-width:inherit;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear{
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
	display:block;
	margin:0;
}

.clear-box{
	clear: both;
}



/* Pour l'accessibilité */
.scren-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.scren-reader-text:focus{
	display: block;
	clip: auto !important;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000
}
/*
pour faire un lien :
<a href="">
	<span class="fa fa-chevron-up" aria-hidden="true"></span>
	<span class="screen-reader-text">Retour en haut de page</span>
</a>
*/

