/* =================================================================== F O N T S ===========================================================*/
@font-face {font-family: 'DK Black Bamboo';
   src: url('../font_commun/DKBlackBamboo.eot') format('eot'),
        url('../font_commun/DKBlackBamboo.woff') format('woff'),
        url('../font_commun/DKBlackBamboo.otf') format('opentype'),
        url('../font_commun/DKBlackBamboo.ttf') format('truetype'),
        url('../font_commun/DKBlackBamboo.svg') format('svg');}
/* =================================================================== / F O N T S =========================================================*/

/*========================================== L O A D E R =======================================================*/
#loader {position : fixed;
	z-index: 9999;
	background : url('../img/loader.gif') 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
    background-color: white;
	cursor : wait;}
/*========================================== /// L O A D E R ===================================================*/

/* =================================================================== L O G O - N A V - C O I N S =========================================*/
#logo {position: absolute;
    width: 20vw;
	max-width: 250px;
    height: 250px;
    top: 30px;
    margin-left: 50px;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;}

.corner {background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    bottom: 0px;
    position: fixed;
    z-index: 1;}
#cornerright {background-image: url(../img/corner1.png);
    right: 0px;}
#cornerleft {background-image: url(../img/corner2.png);
    left: 0px;}

nav {position: absolute;
    margin: 0 auto;
    top: 10px;
    left: -moz-calc(50% - 402px);
	left: -webkit-calc(50% - 402px);
	left: -o-calc(100% - 402px);
	left: calc(50% - 402px);
    height: 100px;}

ul {font-family:"DK Black Bamboo", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 38px; 
	font-weight:200;
	list-style-type: none;
	z-index: 500;}

li {font-family:"DK Black Bamboo", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	display: inline;
	padding: 7px;}


.rs {padding: 0px;}
.rs:hover{opacity: 0.6;}

a {text-decoration: none; color: white;}
a:hover {color: #341b1f;}

#prog {border-bottom: 2px solid yellow;}
/* =================================================================== / L O G O - N A V - C O I N S =======================================*/

/* =================================================================== B U R G E R =========================================================*/
#burgermenu {display: none;
	background-image: url(../img/ilemenu.png);
	position: fixed;
	width: 300px;
	height: 420px;
	z-index: 800;
	top: -315px;
	left: -moz-calc(50% - 150px);
	left: -webkit-calc(50% - 150px);
	left: -o-calc(100% - 150px);
	left: calc(50% - 150px);
	text-align: center;
    line-height: 50px;}
#burger {background-image: url(../img/burger.png);
	width: 40px;
	height: 40px;
	position: relative;
	top: 335px;
	right: -42%;}
#burgclose {background-image: url(../img/close.png);
	width: 40px;
	height: 40px;
	position: relative;
	top: 335px;
	right: -42%;
    display: none;}
#burger:hover {cursor: pointer;
    background-image: url(../img/burger-hover.png);}
#burgclose:hover {cursor: pointer;
    background-image: url(../img/close-hover.png);}
#burger li {padding: 60px;}
#burgermenu a{color: #341b1f; margin-top: 40px; }
#burgermenu a:hover{color: #932b45;}
#burgermenu nav{left: 0%;}
/* ===================================================================  / B U R G E R ======================================================*/


/*==================================================================== M I N I - B U R G E R ===============================================*/
/*#barre {display: none;
	position: fixed; 
    width: 100vw;
    height: 50px;
    z-index: 999;
    right: 0px;
    left: 0px;
	top: 0px;
    background-color: white;
	}*/

#logobarre {background-image: url(../img/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 44px;
	margin: 3px;
    position: fixed;
    left: 0px; 
    top: 0px;
    z-index: 999;
    display: none;}

#barre {display: none;
    height: 50px;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba( 255, 255, 0, 0.6);
    position: fixed;
    z-index: 1;}
/*
#miniburger { background: url(../img/burger-hover.png);
    width: 40px;
    height: 40px;
    right: 5px;
	top: 5px;
    position: absolute;
    z-index: 990;}
    
#miniburger:hover {cursor: pointer;
    background: url(../img/burger.png);
    }

#miniclose { background: url(../img/close-hover.png);
    width: 40px;
    height: 40px;
    right: 5px;
	top: 5px;
    position: absolute;
    z-index: 990;}
    
#miniclose:hover {cursor: pointer;
    background: url(../img/close.png);}

#miniburgercontent {display: none;
    background-color: white;
    right: -250px;
    height: 500px;
    text-align: right;
    padding-right: 5px;
    width: 200px;
	top: 40px;
    position: absolute;
	border-radius: 0 0 20px 0;}

#pages ul li a {text-align: right; color:#341b1f;}

#pages {background-color: white; height: 300px; }*/

/*==================================================================== /// M I N I - B U R G E R ===========================================*/

/* =================================================================== F O O T E R =========================================================*/
footer {position: relative;
    background-color: #341b1f;
    color: white;
    height: 165px;
    width: 100%;
    text-align: center;
	font-family: sans-serif;
    font-size: 15px; 
	padding-bottom: 10px;}
footer ul li{    
    font-family: sans-serif;
    font-size: 15px; 
    margin: 0px;
    line-height: 50px;}
.footbtn:hover {color: rgba(45, 148, 121, 1);}
.footbtn {display: inline-block;}
footer ul {margin: 0px; padding-left: 0px;}


.foot {width: 80vw;
    height: 80vh;
    background-color: rgba(45, 148, 121, 0.95);
    position: fixed;
    color: #341b1f;
    text-align: center;
    vertical-align: middle;
    top: 10vh;
    left: 10vw;
    font-family: sans-serif;
    display: none;}

.foot h3 {color: white;
    font-family:"DK Black Bamboo", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 40px; 
	font-weight:200;
    margin-top: 50px;}

.foot p {font-size: 1em; margin-top: 20px;}

.infosclose {background-image: url(../img/close.png);
	width: 40px;
	height: 40px;
	position: relative;
	top: 45px;
	margin: 0 auto;}
.infosclose:hover {background-image: url(../img/close-hover.png);
    cursor: pointer;}

/* =================================================================== / F O O T E R =======================================================*/

/* =================================================================== R E S P O N S I V E =================================================*/
@media only screen and (max-width: 1279px) {
	.corner {display: none;}	
}

@media only screen and (max-width: 1100px) {
	#navun {display: none;}
	#burgermenu {display: block;}
}

@media only screen and (max-width: 1495px) {
	#logo {width: 12vw;
		min-width: 105px;}
}

@media only screen and (max-width: 550px) {
	footer {height: 280px;}
	footer li {display: block;
		height: 20px;}
	.rs {display: inline-block;}
	#logo {top: 10px;
		left: 10px;
		margin-left: 0;
		display: none;}
/*
	.sc-player, #fleche {display: none;}
*/
	#logobarre, #barre {display: block;}
	#burgermenu {background-image: none; background-color: white; width: 100vw; height: 315px; left: 0px; z-index: 999; }
    #burgermenu nav {margin-top: 50px;
    left: -moz-calc(50% - 150px);
	left: -webkit-calc(50% - 150px);
	left: -o-calc(100% - 150px);
	left: calc(50% - 150px);
    z-index: 900; }
    #burgermenu nav ul {margin-top: 0px;}
    #burger, #burgclose {position: fixed;
    top: 5px;
    right: 5px;
    z-index: 950;}
    .sc-player {z-index: 2}
}
/* =================================================================== / R E S P O N S I V E ===============================================*/