<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html {
    margin:0;
    padding:0;
    
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/bebasneue-webfont.woff2') format('woff2'),
         url('../font/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family:"bebas_neueregular";
	color:#7b7a7a;
	font-size:1em;
	margin:0;
}

.fontstandart{
	font-family: "Gill Sans", sans-serif;
	font-size: 1em;
}

h2{
	font-size: 2.5em;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 10px;
	font-weight: normal;
	padding-top: 5px;
	text-shadow: 2px 2px 2px black;
}

h3{
	font-weight:normal;
border:#000000 1px solid;
text-align:center;
margin-left:auto;
margin-right:auto;
width:50%;
}

p{
	font-size: 1.5em;
}

a{
	color: black;
}

a:hover{
	color: #CC6600;
}


header{
	margin-left: 25px;
	margin-right: 0;
	padding-top:5px;
	float:left;
	width:250px;
}

#navigation{
padding-top:10px;
padding-bottom:5px;
}

.nav-primary{

}

.nav-primary li{
display : inline;
margin-right: 60px;
list-style:none;
text-decoration:none;
font-size:1.5em;

}

.nav-primary li a{
text-decoration:none;
color:#686868;
}

.nav-primary a:hover{
text-decoration:none;
color:#9b9797;
}

.nav-primary a:visited{
text-decoration:none;
}

.nav-primary a{
text-decoration:none;
}

section{
	margin-left:25px;
	
}

figure{
display: inline-block;
margin-right: 70px;
margin-left: 70px;
margin-bottom:40px;
}

figcaption{
font-size: 1.5em;
}

figure a img{
	border: 5px solid white;
}
figure a:hover img{
	border: 5px solid #dd7b11;
	}

footer{
	left: 0;
	right: 0;
	position:absolute;
	padding-left: 25px;
	
}

.galerie{
    			margin-top: 10px;
    			margin-bottom: 20px;
    		}

.galerie img
{
margin:0px 10px 0px 0px;
border: 2px solid #3e3e3e;
}
.galerie a:hover img {
		border: 2px solid #fff;
		color: #fff;
	}

.enligne{
	display: inline;
}

.grisclair{
	color:#9b9797;

}

.gris-fonce{
	color:#686868;
}

.stop-float{
	clear: both;
}

.col1{
	width: 300px;
	float: left;
	margin-left: 25%;
	margin-right: 20px;
}

.col2{
	width:300px;
	text-align: left;
	float: right;
	margin-right: 25%;

}

.embed-container { 
text-align:center;
 }
.embed-container iframe, .embed-container object, .embed-container embed { 
width: 530px; height: 315px;
}

footer a{
	color:#9b9797;
}

footer img{
	margin-right: 5px;
	margin-left: 5px;
	width: 30px;
}

/* --------------- MENU HAMBURGER ---------------------- */
#hamburger, #hamburger-content {
	display: inline;
}

#hamburger-button{
	display:none;
	cursor: pointer;
	background : none;
	border: none;
	font-size: 30px;
	padding: 0;
	vertical-align: top;
	line-height: 47px;
	float: right;
	margin-right: 20px;
	
}

#hamburger-overlay{
	display: none;
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

#hamburger-sidebar{
	display: none;
	position: fixed;
	width: 84%;
	z-index: 20;
	height: 100%;
	top:0;
	left:0;
	background-color: #FFF;
	overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}

#hamburger-sidebar-header {
    background: url(../images/sidebar-header.jpg) center;
    background-size: cover;
    height: 128px;
}

#hamburger-sidebar li{
	display: block;
}

#hamburger-sidebar-body{
	padding: 16px 8px;
}

#hamburger-sidebar-body li:before{
	content :' ';
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
    margin-right: 16px;
    height: 24px;
}

#hamburger-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}


@media screen and (max-width: 1024px) {
#hamburger-content {

        display: none;

    }


    #hamburger-button, #hamburger-sidebar,

    .hamburger-activated #hamburger-overlay {

        display: block;

    }


    .hamburger-activated #hamburger-sidebar {

        transform: translateX(0);

    }
}

/* ---------------- FIN MENU HAMBURGER ---------------*/


/*   MOBILE   */

@media handheld, only screen and (max-width: 620px), only screen and (max-device-width: 620px) {

	h2{
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 0px;
	font-weight: normal;
	padding-top: 0,5px;
}

h3{
	font-weight:normal;
border:#000000 1px solid;
text-align:center;
margin-left:auto;
margin-right:auto;
width:50%;
}


header{
	margin-left: 2,5px;
	margin-right: 0;
	padding-top:0,5px;
	float:none;
	width:25px;
}


section{
	margin-left: 0;

}



footer{
	left: 0;
	right: 0;
	position:absolute;
	padding-left: 25px;
	
}

footer a{
	color:#9b9797;
}

footer img{
	margin-right: 5px;
	margin-left: 5px;
	width: 30px;
}

.enligne{
	display: inline;
}

.grisclair{
	color:#9b9797;
}
#hamburger-button{
	margin-top: -75px;
	
}
figure{
float: none;
margin-right: 0px;
margin-left: 0px;
}

.col1{
	width: 90%;
	float: none;
	margin-left:auto;
	margin-right: auto;
}

.col2{
	width:90%;
	text-align: left;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden; 
	max-width: 100%;
	 } 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

}



/*   MOYEN   */

@media screen and (min-width: 621px) and (max-width: 910px) {
header{
	margin-left: 2,5px;
	margin-right: 0;
	padding-top:0,5px;
	float:none;
	width:25px;
}
section{
	margin-left: 0;

}
#hamburger-button{
	margin-top: -80px;
	
}


	}</pre></body></html>