@import "en-tete-presentation.css";

div.details
{
/*	border-left:#FF0000 3px solid;*/
	background-color:#3465a4;
	text-align:left;
	display:inherit;
	margin-bottom:30px;
	height:40px;
	color:#FFF;
	font-size:15px;
	height:auto;
}

div.details p
{
	margin:5px;
}

div.details h2
{
	color:#FFF;
	padding:0px;
	margin:10px;
}

div.details p.citation
{
	font-size:20px;
	text-align:right;
	padding-right:50px;
}

sup
{
	font-variant:normal;
	font-size:small;
}

div.details p
{
	padding:10px;
}

div.details div.tempsforts
{
	border:solid 1px #0F0;
	padding:20px;
	margin:20px;
	border-radius:20px;
	background-color:#FFF;
}

div.details h3
{
	color:#FFF;
	padding:0px;
	margin:10px;
	font-size:20px;
	font-variant:small-caps;
}

/*slideshow*/
div#galery 
{
	height:390px;
	text-align:center;
	position:relative;
	background-color:#FFF;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 22px;
	width: 40px;
	height: 100%;
	margin-top: -22px;
	padding: 16px;
	color: black;
	font-weight: bold;
	font-size: 22px;
	transition: 0.6s ease;
	border-radius: 0 10px 10px 0;
	background: url(/images/icones/isocele-rose-37x37.png) no-repeat center center,
				linear-gradient(to right, white, grey);
	line-height:0.3;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
}

.prev
{
	transform: rotate(180deg);
	left:0;
}

iframe#liste,
iframe#conferenciers
{
	grid-column: 1 / span 2;
	grid-row: 1;
}

iframe#trailer
{
	width:calc(100% - 343px);
}

div.cadre img#affiche
{
	float:left;
}

div.panel
{
	display:flow-root; 
	padding-left:10px;
}


div#affichehd
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#000;
	width:100%;
	height:100%;
	display:none;
	text-align:center;
	padding-top:150px;
}

div#affichehd div#fermer
{
	position:absolute;
	top:150px;
	right:10%;
	z-index:2;
	color:#FFF;
	background-color:#F00;
	padding:5px;
	border:solid 1px #FFF;
	border-radius:25%;
}

div#affichehd div#fermer:hover
{
	border:solid 2px #FFF;
	font-weight:bold;
}

input#affichehdcheckbox:checked + label div#affichehd
{
	display:block;
}

div#affichehd img
{
	width:100%;
}

@media only screen and (max-width: 500px)
{
	iframe#trailer
	{
		width:100%;
	}
	
	div.cadre
	{
		display:inline-block;
	}
	
	div.cadre img#affiche
	{
		display:none;
	}

	div.panel
	{
		padding:0px;
	}

	div#infographie
	{
		width:100%;
		clear:both;
	}
	
	div.cadreblanc
	{
		margin-left:0px !important;
		margin-right:0px !important;
		margin-bottom:0px !important;
		margin-top:5px;
	}
	
	div#infographie div
	{
		width:100% !important;
	}
	
	div#content
	{
	}
}