/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

* {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
/*
-moz-box-sizing:border-box;
-webkit-box-sizing: border-box;
box-sizing:border-box;
*/
font-size-adjust:auto;
text-rendering:optimizeLegibility;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	border:1px solid #009be3;
	background-color:#eee;
}
div.jp-audio {
	width:420px;
}
div.jp-audio-stream {
	width:182px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
	margin: 10px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("jplayer.blue.monday.jpg") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer.blue.monday.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("jplayer.blue.monday.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("jplayer.blue.monday.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("jplayer.blue.monday.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("jplayer.blue.monday.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow: hidden; margin:0; padding:0; font-family:"Pt Sans",Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
a{ color:#AAAAAA; text-decoration:underline; }
a:hover{text-decoration:underline; }


#aide-btn {position: absolute;
top: 20px;
right: 10px; /*80px*/
color: #fff;
text-transform: uppercase;
font-size: 0.8em; font-weight: 700;
}

#contact-btn{
	display: none;
	position: absolute;
	top: 20px;
	right: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	color: #ffffff;
}

#aide-wrapper {background: url(../img/aide.jpg) no-repeat center center; background-size: contain; width:800px; height:537px; position: fixed; top:50%; left:50%; margin-left:-400px; margin-top:-268.5px; z-index: 999; display: none;  }
#aide-wrapper .close-btn { right: 20px }
#aide-wrapper .closeParnt { right: 25px !important; }
/* HEADER */
#header { position: fixed; top:0; left:0; z-index:999; width:100%; height:54px; overflow: hidden;  background-color: #6697cd;/* display: none; */ }
.esconse{ margin: 0; display: block; width: 370px; height: 173px; background-image: url(../img/header.png); position: absolute; top:-1px; left:0;}
.header_top{ width: 100%; height: 54px; background-color: #154067;}
.header_bot{ width: 100%; height: 135px;}

.menu { position: relative; margin: 0 335px; width: 1024px; height: 52px; padding-top: 20px;}
.menu .salle{position: relative; float: left; display: block; height: 52px; max-width: 85px;text-transform: uppercase; font-size: 10px; border-left: 2px solid #fff; padding: 0 7px; font-family: 'PT Sans', sans-serif; cursor: pointer; }
.salle a{color: #FFF; text-decoration: none;}
.menu .lastchild{ border-right: 2px solid #fff;}

.salle ul{ display:none; list-style: decimal; padding: 25px 0 0 25px; margin: 0;}
.menu .salle:hover ul{ display: block; width: 270px; max-height: 300px; position: absolute; top:42px;}
.salle:hover .un{ left:-2px;  border-left: 2px solid #fff;}
.salle:hover .last{ padding-right: 25px; right: -2px; border-right: 2px solid #fff;}

.salle ul li a { text-decoration: none; color: #fff;}
.salle ul li a:hover{ text-decoration: underline; color: #fff;}

.header_top h2 {
line-height: 1.3em;
font-size: 0.85em;
position: absolute;
left: 400px;
font-weight: 900;
top: 0;
text-transform: uppercase; }

.liste li { cursor: pointer; }
.liste li:hover { text-decoration:underline; }

/*.ssmenu ul { padding:16px 5px 0; }*/

.appareils{
    height: 140px;
}

.appareils ul{
	padding: 0 0 0 25px;
	margin-top: 25px;
	display: block;
}

.synoptique{
	position: relative;
	height: 60px;
}

.synoptique ul{
	top: -10px !important;
	margin-top: 25px;
	padding: 0 0 0 25px;
}

.plan{
	position: relative;
}

.plan ul{
	top: -10px !important;
	margin-top: 25px;
	padding: 0 0 0 25px;
}

#intro { width:605px; cursor:pointer; height: 422px; position: fixed; top:50%; left:50%; margin-left:-302px; margin-top:-211px; z-index:999; background: url(../img/intro.png) no-repeat scroll 0 0; display: none; }

#video { width:660px; cursor:pointer; height: 450px; background: #fff; position: fixed; top:50%; left:50%; margin-left:-330px; margin-top:-175px; z-index:9999; display: none; }
#jquery_jplayer_1 { margin: 0px; }
#preloader { position: fixed; z-index:9999; background: #000; background: rgba(0,0,0,0.75); width:100%; height:100%; display:none;}
#inner { background: url(../img/chargement.png) no-repeat scroll 0 0; position: absolute; width:129px; height:14px; top:50%; left:50%; margin-left:-65px; margin-top:-7px; }

#content { width:760px; height:600px; background: #fff; padding:20px; position: fixed; top:50%; left:50%; margin-left:-400px; margin-top:-300px; z-index: 9999; display:none;-webkit-box-shadow: 0px 0px 30px 0px #444; box-shadow: 0px 0px 30px 0px #444; padding: 30px;}

.closeParnt { width:15px; height:15px; position: absolute; top:5px; right:5px; background: #ccc; direction:ltr; text-indent: -9999px; background:url(../img/close.png?v=3) no-repeat scroll 0 0; cursor: pointer;}
#close-aide { width:15px; height:15px; position: absolute; top:5px; right:5px; background: #ccc; direction:ltr; text-indent: -9999px; background:url(../img/close.png?v=3) no-repeat scroll 0 0; cursor: pointer; }
.closeVideo { width:15px; height:15px; position: absolute; top:5px; right:5px; background: #ccc; direction:ltr; text-indent: -9999px; background:url(../img/close.png?v=3) no-repeat scroll 0 0; cursor: pointer;}
.closeParnt:hover { background-position: 0 -15px; }
#aide-wrapper #close-aide { background: url(../img/close2.png?v=3) no-repeat scroll 0 0; cursor: pointer; right: 25px;}
#aide-wrapper #close-aide:hover { background-position: 0 -15px; }


#pres_1 { width:760px; height:500px; background: url(../img/pres_s1.png) no-repeat scroll 0 0; display:none; }  
#objet_1 { width:632px; height:500px; margin:auto;  background: url(../img/objet_1.jpg) no-repeat scroll 0 0; display:none; }
#qsn { width:730px; margin:auto; height:485px; }
#qsn_1 { background: url(../img/qsn1.png) no-repeat scroll 0 0; width:730px; margin:auto; height:485px; }
#qsn_2 { background: url(../img/qsn2.png) no-repeat scroll 0 0; width:730px; margin:auto; height:485px; }

.nav { position: absolute; bottom: -50px;left: 50%; margin-left: -15px; }
.nav a { text-decoration: none; background: url(../img/bull.png) no-repeat scroll -10px 0; width: 10px; height:11px; display: block; text-indent: -9999px; float:left; margin-right:2px; }
.nav a:hover, .nav a.selected { background-position: 0 0;  }

#qsn { display: block; position: absolute; top: 22px; right:100px; color:#fff; font-size:15px; text-decoration: none; font-family: 'PT Sans', sans-serif; text-transform: uppercase; width:320px; height:15px; border-left: 2px solid #fff; border-right: 2px solid #fff; text-align: center; padding-bottom: 4px;}

.fancybox {text-align:center; float:left; display: block;width: 100%;}

#qsn:hover { color:#e2fffe }

.inner {
width: 760px;
height: 570px;
position: relative;
top: 0%;
left: 0%;
color: #000;
font-family: "PT Sans", sans-serif;
font-size: 14px;

}

.contenu {  width: 690px;
height: 520px; font-family: "PT Sans", sans-serif;
font-size: 14px; margin: 25px auto;}

.contenu-objet {
	height: auto !important;
}

.visionneuse img { display: block;}  
.contenu a { color:#000; text-decoration: none;}
.contenu a:hover { text-decoration: underline; }

.embed.inner { width:980px; margin-left: -490px }


.inner .visionneuse {
    float: left;
    width: 240px;
    height: 400px;
    margin: 25px 30px;
    position: relative;
}

.embed  .visionneuse {
width: 530px;
margin: 25px 10px;
}

.inner .details-wrapper, .inner .details {
    width: 95%;
    height: 455px;
    margin-left: 50%;
    left: -42.5%;
    overflow: auto;
    margin-top: 25px;
}

.inner .details{
    float: right;
}

.inner .details-objet{
font-size: 1.1em;
width: 50%;
float: right;
height: 565px;
overflow: auto;
margin-right: 20px;
}
.embed .details-wrapper {
	margin-right: 0;
}

.inner h2 {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  font-style: italic;
  margin: 10px 0 5px 0;
  font-weight: normal;
  line-height: 40px;
}
.inner h3 {
font-size: 35px;
margin: 0;
line-height: 40px;
}
.inner ul {

}

.inner li {
		font-size: 1.25em;
    list-style: none;
    
    width:90%; 
    list-style: circle;
}

.liste { width: 50%; display: none; padding: 0;

margin-top: 60px;
padding-left: 25px;
padding-top: 15px;
padding-bottom: 15px;
overflow: hidden;
width: 46%;
float: left;}
.liste li {margin:1px 0;  }
.inner .link-slide{
    position: absolute;
    bottom: -120px;
    right:10px;
}

.inner .link-slide-obj{
    position: absolute;
    bottom: -40px;
}

.inner .lso1{ right: 0;}
.inner .lso2{ right: 260px; }
.inner .dash { font-style:normal; display:none}
.key { font-weight:bold; color: #000; width: 120px; display: block; float: left;}

.inner .separateur {}
.inner p {
 /*   color: #727272;*/
    font-size: 18px;
}

.slide { position: absolute; top:0; left:0; display: block !imprtant; /* overflow: hidden; */ width:100%;}
/*
.slide p strong {font-size: 15px; }
.slide em {}
*/

.inner .arrow-left { width:26px; height:26px; background: url(../img/arrow-left.png) no-repeat scroll 0 0; text-indent: -9999px; display: block; position: absolute; top:50%; left: -20px; margin-top:-13px;  z-index: 88;}
.inner .arrow-right { width:26px; height:26px; background: url(../img/arrow-right.png) no-repeat scroll 0 0; text-indent: -9999px; display: block; position: absolute; top:50%; right: -20px; margin-top:-13px;  z-index: 88;}

.pdf:hover { color:#000 }
.qsn .nav { bottom: -10px; }

.contenu-accueil { width:690px; height: auto; }

.show_video { display: block; margin: auto; width:150px; opacity: 0.8}
.show_video:hover { opacity: 1; }

.filerie-plan{
	position: absolute;
	width: 75%;
	max-width: 1658px;
	max-height: 1000px;
}

@media screen and (max-width: 1279px){
	.filerie-plan{
		width: 85%;
	}
}

.popin{ display: none; z-index: 9999;}

.filerie-plan img{
	width: 100%;
}

.filerie-plan #close-aide{
	position: absolute;
	top: auto !important;
	bottom: 9px;
	right: 9px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
