@font-face {
    font-family: ZnikomitSC;
    src: url(rawengulk.otf);
}
@font-face {
    font-family: Znikomit;
    src: url(rawengulk.otf);
}

html 
{
	height: 100%;
}

body 
{
	min-height: 100%;
	margin: 0;
	padding-bottom: 70px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-image: url(fond_photo.jpg);	
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

header
{
	display: block;
	width: 100%;
	padding:30px 0;
	color: rgb(200, 200, 200);
	text-align: center;
}
header h1
{
	width: 700px;
	margin: auto;
	font-family: ZnikomitSC;
	font-size: 3em;
	letter-spacing: 0.25em;
}
.left
{
	border-bottom: 1px rgb(200, 200, 200) solid;
	text-align: left;
}
.right
{
	text-align: right;
	margin-bottom: 20px;
}

header h2
{
	padding: 30px;
	width: 25%;
	margin: auto;
}

header a
{
	color: rgb(200, 200, 200);
}

a, a:hover, a:visited
{
	text-decoration: none;
}

img
{
	width:300px;
	margin-bottom:5px;
	cursor:pointer;
}

body h1
{
	margin:auto;
	text-align:center;
	font-family: ZnikomitSC;
}

p
{	
	max-width:700px;
	margin:auto;
	text-align:center;
	font-family: Znikomit;
}

#notif
{
	text-align:justify;
}


.alert-danger
{
	color:red;
}

.alert-success
{
	color:green;
}

.desc
{
	text-align:justify;
}

#container {    
    display: flex;
    justify-content: space-around;
    margin:auto;
    width: 910px;	
}

#container_home, .fb-like {
    display: table;
    height: auto;
    margin: auto;
    width: 931px;
}

.fb-like.small, .fb-comments { 
    display: table;
    height: auto;
    margin: auto; 
    width: 910px;	
}

.hidden
{
	overflow: hidden;
	visibility:hidden;
}

.block {
    width: 300px;
	display:block;
}

#menu_dynamique {
	width:1000px;
	margin:auto;
	padding-top: 4px;
	background-color: white;
	border-bottom: 1px grey solid;
	font-family: Znikomit;
}

#menu_dynamique ul {
	width:100%;
	list-style:none;
	background-color: white;
	color:#696969;
	padding:0px;
	margin:0px;
}

#menu_dynamique ul li {
	width:230px;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	height:25px;
	position:relative;
}

#menu_dynamique ul li ul, 
#menu_dynamique ul li:hover ul li ul, 
#menu_dynamique ul li:hover ul li:hover ul li ul
{
	display:none;
	border: 1px solid rgba(200,200,200,0.15);
	z-index:10;
}

#menu_dynamique ul li:hover ul
{
	width:100%;
	display:block;
	position:absolute;
	text-align:left;
	top:25px;
	left:0px;
}

.cat
{	
	background-image:url(arrow2.png);
}

.cat:hover
{
	background-image:url(dot2.png);
}

#menu_dynamique ul li:hover ul li:hover ul, 
#menu_dynamique ul li:hover ul li:hover ul li:hover ul
{
	width:100%;
	display:block;
	position:absolute;
	top:-1px;
	left:240px;
}

#menu_dynamique li a 
{
	display:block;
	height:25px;
	color:#696969;
}


.gallery-overlay {
    position: fixed;
    z-index: 20;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0ms ease-out 0s, visibility 0ms ease-out 0s;
    -webkit-transition: opacity 0ms ease-out 0s, visibility 0ms ease-out 0s;
    background-color: #FFF;
}

.gallery-overlay img
{
	max-width: 95%;
	max-height: 85%;
	margin: 30px auto;
	width: auto;
	height: auto;
	cursor:default;
}

.slick-arrow img, .quit-slider img
{
	margin:0;
	padding:0;
	width:50px;
}

.slick-arrow.inactive
{
	opacity:0.15;
	cursor:default;
}

.quit-slider img
{
	height:30px;
	width:30px;
	margin:0;
	padding:0;
}

.quit-slider
{
	display:block;
	position:fixed;
	visibility:hidden;
    z-index: 30;
	opacity:0.6;
	height:30px;
	width:30px;
	top:10px;
	right:30px;
	padding:0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.active {
    opacity: 1;
    visibility: visible;
}

.quit-slider.active {
    opacity: 0.6;
    visibility: visible;
}

.caption
{
	text-align:center;	
	font-family: Znikomit;
	background-color: white;
	color:#696969;
	z-index:40;
}

.gallery-item, .thumbnail
{
	width:300px;
	position:relative;
}

.home .gallery-item {
    float: left;
    margin-right: 10px;
}

.gallery-item .overlay   
{  
	background:rgba(0,0,0,.33);
	text-align:center;
	position:absolute;
	padding:10px 0;
	bottom:5px;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	width: 100%;
}

.home .gallery-item .overlay   
{  
	bottom:10px;
}

.thumbnail .overlay   
{  
	background:rgba(0,0,0,.33);
	text-align:center;
	position:absolute;
	padding:10px 0;
	bottom:10px;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	width: 100%;
}

.gallery-item:hover .overlay, .thumbnail:hover .overlay 
{
	opacity:1;
}

.title
{
	font-family:Znikomit;
    color:rgba(255,255,255,.85);
}

form
{
	width:700px;
	margin:auto;
	font-family: Znikomit;
}

label
{
    display: block;
    width: 80px;
    float: left;
}

input 
{
	margin-bottom:2px;
}

span.article
{
	font-weight:bold;
	text-align:center;
	display:block;
}

span.moitie
{    
	display: block;
    float: left;
    height: 70px;
    width: 50%;
}

span.full
{    
	display: block;
    float: left;
    height: 45px;
    width: 100%;
}

footer
{
	display: block;
	width: 100%;
	position:absolute;
	bottom:0px;
	padding-bottom:20px;
	text-align:center;
	color: rgb(200, 200, 200);
}

footer span
{	
	width: 700px;
	margin: auto;	
	font-family: Znikomit;
}


