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

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

div.details p
{
	margin:5px;
}

div.details h2
{
	color:#FF0000;
	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:#000;
	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;
}

@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;
	}

}