@font-face
{
	font-family:"Proxima";
	src: url("ProximaNova-Regular.otf");
	font-weight: normal;
	font-style: normal;
}


@font-face
{
	font-family:"Proxima";
	src: url("ProximaNova-Bold.otf");
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family:"Proxima";
	src: url("ProximaNova-BoldIt.otf");
	font-weight: bold;
	font-style: italic;
}

@font-face
{
	font-family:Calibri;
	src: url("Calibri.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family:Calibri;
	src: url("Calibri-b.ttf") format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family:Calibri;
	src: url("Calibri-i.ttf") format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face
{
	font-family:Calibri;
	src: url("Calibri-bi.ttf") format('truetype');
	font-weight: bold;
	font-style: italic;
}

body, html
{
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	font-family:"Calibri", Proxima;
	font-size:11px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
}

*
{
	box-sizing:border-box;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(/images/fonds/tete-de-cheval.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
}

div.lienslateraux
{
	position:fixed;
	margin:0px;
	right:0px;
	top:90px;

   -webkit-transform-origin:bottom right;
        -ms-transform-origin:bottom right;
            transform-origin:bottom right;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);	

	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	z-index:10;
	text-decoration:none;
	width:800px;
	text-align:right;
}

div.lienslateraux a
{
	color:#FFF;
}

div.lienslateraux div#minutes,
div.lienslateraux div.lienlateral
{
	background-color:#0baab2;
	margin-right:5px;
	display:inline-block;
	padding:5px;
	width:180px;
}

div.lienlateral{
	text-align:center;
}

div.lienslateraux div#minutes
{
	background-color:#792178;
	position:absolute;
	right:380px;
	bottom:0;
}

div.lienslateraux div#minutes:hover
{
	height:300px;
}

div#minutes iframe#fb
{
	display:none;
	-webkit-transform-origin:top right;
        -ms-transform-origin:top right;
            transform-origin:top right;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
	position:relative;
	right:126px;
	top:305px;
	height: 300px;
}

div.lienslateraux div#minutes:hover iframe#fb
{
	display:inline-block;
}

div#content
{
	margin-top:130px;
	padding-bottom:30px;
	display:inline-block;
	width:100%;
	margin-bottom:180px;
}

a img
{
	border:none;
}

/* FOOTER */

div#footer
{
	background-color:#272727;
	color:#FFFFFF;
	text-align:left;
	clear:both;
	padding:10px;
	min-height:180px;
	min-width:860px;
	position:absolute;
	bottom:0px;
	width:100%;
}

div#footer a 
{
	color:inherit;
	text-decoration:none;
}

div#footer img.logo
{
	float:left;
	width:160px;
	margin:10px;
	margin-top:40px;
	clear:both;
}

div#footer div#coordonnees
{
	float:left;
	width:calc(50% - 230px);
	min-width:200px;
	margin:0px;
	padding:0px;
	padding-left:20px;
	text-align:left;
	padding-top:30px;
}

div#footer div#divers
{
	float:left;
	width:220px;
	min-width:220px;
	margin-left:20px;
	margin-right:20px;
	padding:0px;
	padding-top:20px;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	font-size:14px;
	display:inline-block;
}

div#footer div#divers div.icone
{
	vertical-align:top;
	height:40px;
	font-weight:100;
}

div#footer div#divers div.icone img
{
	float:left;
	width:40px;
	height:40px;
	margin-left:20px;
	margin-right:20px;
}

div#footer div#details
{
	float:left;
	width:calc(50% - 230px);
	min-width:150px;
	text-align:center;
	padding-top:40px;
}

div#footer div#details div#fsocial
{
	font-size:22px;
	color:#13C0EF;
	margin:10px;
}

div#fsocial img
{
	vertical-align:bottom;
	width:30px;
	height:30px;
}

div#infos
{
	font-size:14px;
}

a.path
{
	text-decoration:none;
	display:block;
}

a.path:hover div.path
{
	background:#222;
}

div.path
{
	border:solid 1px #666666;
	font-size:18px;
	text-align:left;
	clear:both;
	border-radius:5px;
	padding:10px;
	background:#000;
	color:#FFF;
	min-width:900px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

@media only screen and (max-width: 500px)
{
	div#content
	{
		width:100%;
		margin-bottom:420px;
	}
	
	div#content > div
	{
		width:100% !important;
		min-width:0px !important;
	}
	
	div#content  div.path
	{
		width:100% !important;
		min-width:0px !important;
	}

	div#footer
	{
		width:100%;
		min-width:0px;
		height:auto;
	}
	
	div#footer img.logo
	{
		display:block;
		margin:auto !important;
	}
	
	div#footer > div
	{
		width:fit-content !important;
		margin:auto !important;
		padding:0px !important;
		display:block !important;
	}
	
	div#footer img.logo
	{
		float:none;
	}
	
	div#footer div#coordonnees
	{
		float:none;
		width:100%;
		min-width:200px;
		padding-left:0px;
	}

	div#footer div#divers
	{
		float:none;
		width:100%;
		margin:0px;
		padding:0px;
		border:none;
	}
	
	div#footer div#details
	{
		float:none;
		width:100%;
		margin:0px;
		padding:0px;
		border:none;
	}
	
	div.lienlateral
	{
		transform:none;
		width:100%;
		margin-top:50px;
	}
	
	div#minutes
	{
		display:none;
	}
}