/*
Site: 		
Url: 		
Autor: 		MonWebPro.com
Version: 	
*/

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?b2om2p');
	src:  url('fonts/icomoon.eot?b2om2p#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?b2om2p') format('truetype'),
	url('fonts/icomoon.woff?b2om2p') format('woff'),
	url('fonts/icomoon.svg?b2om2p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon {
	font-family: 'icomoon';
}

html, body {
	width: 100%;
	/* height: 100%; */
}
div.clearboth {
	width: 100%; 
	height: 0;
	clear: both; 
	float: none;
}

/* HEADER */
header {
	width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    font-family: "Exo", serif;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
}
header div.center {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
header div.contact {
    width: 100%;
    height: 30px;
    background: #8a6345;
    position: relative;
}
header div.contact ul {
    display: flex;
    list-style: none;
    margin: 0;
}
header div.contact a {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}
header div.social {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: auto;
    height: 30px;
    line-height: 30px;
}
header div.telephone {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

header div.main {
    width: 100%;
    height: 100px;
    padding: 0;
    position: relative;
}
header div.logo {
    width: auto;
    height: 100px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
}
header div.logo img {
    width: auto;
    height: 100%;
}
header nav {
    width: auto;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
}
header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    height: 100px;
    line-height: 100px;
}
header nav ul li {
    height: 100px;
    line-height: 100px;
}
header nav ul li a {
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    font-size: 1.2em;
    transition: 0.5s;
}
header nav ul li a span.icon {
    display: inline-block;
    color:#8a6345;
    width: 50px;
    height: 50px;
    font-size: 1.3em;
}
header nav ul li:last-child a span.icon {
    color:#fff;
    position: relative;
    top: 4px;
}
header nav ul li a strong {
    font-weight: normal;
}
header nav ul li a img {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}
header nav ul li a:hover {
    color: #fff;
    transition: 0.5s;
}
header nav ul li:last-child a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #8a6345;
    border-radius: 12px;
    transition: 0.5s;
}
header nav ul li:last-child a:hover {
    background: #222;
    transition: 0.5s;
}

header.mini {
    background: rgba(255, 255, 255, 1);
    height: 50px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}
header.mini div.contact,
header.mini div.logo {
    display: none;
}
header.mini nav {
    width: 100%;
    max-width: 1200px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
header.mini nav ul {
    width: 100%;
    height: 50px;
    line-height: 50px;
}
header.mini nav ul li {
    width: calc(100% / 5);
    height: 50px;
    line-height: 50px;
}
header.mini nav ul li a,
header.mini nav ul li:last-child a {
    background: transparent;
    color: #000;
    transition: 0.5s;
}
header.mini nav ul li:last-child a:hover {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #8a6345;
    border-radius: 12px;
    transition: 0.5s;
}
header.mini nav ul li:last-child a span.icon {
    color:#8a6345;
}


/*** MAIN ***/
main {
    width: 100%;
    font-family: "Exo", serif;
    margin: 0 0 200px 0;
    background-color: #fff;
}
div.smallvideo {
    width: 100%;
    height: 35vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
div.smallvideo video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}


/*** FOOTER ***/
footer {
	width: 100%;
    display: none;
}

div.citations {
    width: 100%;
    height: 200px;
    z-index: -9;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 100px;
    text-align: center;
}
div.citations div.citation {
    position: relative;
    z-index: 99;
}
div.citations p.citation {
    font-weight: bolder;
    font-size: 1.5em;
    font-style: italic;
    margin: 0;
    padding: 0;
}
div.citations p.citation img {
    position: relative;
    top: -15px;
}
div.citations p.auteur {
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 0;
}
div.citations video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

P.valid {
    padding: 10px;
    border: solid 1px green;
    background: rgba(0, 255, 0, 0.3);
    text-align: center;
    border-radius: 8px;
}
P.error {
    padding: 10px;
    border: solid 1px red;
    background: rgba(255, 0, 0, 0.3);
    text-align: center;
    border-radius: 8px;
}
P.info {
    padding: 10px;
    border: solid 1px blue;
    background: rgba(0, 0, 255, 0.3);
    text-align: center;
    border-radius: 8px;
}

@media screen and (max-width: 780px) {

}
