/*
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: 80px; 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    transition: 0.5s;
}
header div.logo {
    position: relative;
    top: 0;
    left: 15px;
	width: auto;
    height: 80px; 
    transition: 0.5s;
}
header div.logo img {
	width: auto;
    height: 100px; 
}

header nav {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    height: 100%;
}
header nav a.mini {
    display: none;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: fixed; 
    top: 0;
    right: 0;
    text-decoration: none;
    color: #333;
    font-size: 2em;
}
header nav ul {
    width: auto;
    height: 80px;
    display: flex;
    margin: 0; 
    padding: 0;
    list-style: none;
}
header nav ul li {
    width: auto;
    height: 100%;
    margin: 0; 
    padding: 0;
}
header nav ul li a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    margin: 0; 
    padding: 0 15px;
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
    transition: 0.5s;
}
header nav ul li a.active,
header nav ul li a:hover {
    color: #c0512b;
    transition: 0.5s;
}
header nav ul li a strong {
    font-weight: 600;
}
header nav ul li:last-child a {
    background: #c0512b;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}
header nav ul li:last-child a:hover {
    background: #111;
    transition: 0.5s;
}
header nav ul li a strong {
    font-weight: 600;
}

header.mini {
    height: 40px;
    transition: 0.5s;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}
header.mini div.logo {
    top: -100px;
    transition: 0.5s;
}
header.mini nav {
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
}
header.mini nav ul {
    width: 100%;
    height: 40px;
}
header.mini nav ul li {
    width: calc(100% / 5);
}
header.mini nav ul li a {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
header.mini nav ul li:last-child a {
    border-radius: 0;
}


/*** MAIN ***/
main {
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

div#contact {
    background: #F8F2E9;
    margin: 0;
    padding: 40px 100px;
}

div.contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
}
div.contact input[type="text"],
div.contact input[type="email"] {
    display: block;
    width: 70%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 8px;
    background: transparent;
    border: solid 2px #333333;
}
div.contact textarea {
    display: block;
    width: 70%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 8px;
    background: transparent;
    border: solid 2px #333333;
    font-size: 1em;
}
div.contact button {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    background: #333;
    margin: 10px 0;
    border-radius: 8px;
    color: #fff;
}
div.contact ul.coords {
    display: grid;
    grid-template-columns: repeat(2, auto);
    list-style: none;
    font-size: 1.3em;
}
div.contact ul.coords li {
    margin: 0 0 20px 0; 
}
div.contact ul.coords li:last-child {
    grid-column: span 2;  
}
div.contact ul.coords li a {
    color: #666666;  
}
div.contact ul.coords span {
    display: block;
    width: 30px;
    vertical-align: top;
    float: left;
}
div.contact ul.coords span.tel { color:#b3cc4e; }
div.contact ul.coords span.mail { color:#d14c33; }
div.contact ul.coords span.adresse { color:#e97d32; }
div.contact ul.coords strong {
    float: left;
    display: block;
    width: auto;
}

div.contact ul.socials {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 2.5em;
    text-align: center;
}
div.contact ul.socials li {
    display: inline-block;
    margin: 0 35px 0 0;
}
div.contact ul.socials a {
    color:#2f3833;
    text-decoration: none;
}

div#contact h3 {
    text-align: left;
}
div#contact ul.ouverture {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(50% - 5px);
    margin: 0;
    display: inline-block;
}
div#contact ul.ouverture li {
    display: block;
}
div#contact ul.ouverture li span {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 5px;
}
div#contact ul.ouverture li strong {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin-right: 5px;
}

div#contact ul.socials {
    width: 50%;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 2.5em;
    text-align: center;
}
div#contact ul.socials li {
    display: inline-block;
    margin: 0 35px 0 0;
}
div#contact ul.socials a {
    color:#2f3833;
    text-decoration: none;
}


/*** FOOTER ***/
footer {
	width: 100%;
    font-family: "Montserrat", sans-serif;
    background: #333;
    padding: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8em;
}
footer a {
	display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1300px) {
    div.contact div.coords {
        display: block;
        max-height: 250px;
        float: none;
        clear: both;
    }
    div.contact ul.coords,
    div.contact ul.socials {
        width: 100%;
        display: block;
        height: auto;
        float: none;
        clear: both;
    }
    div.contact ul.coords li {
        display: block;
        width: 100%;
        line-height: 30px;
    }
    div.contact ul.coords li a {
        display: block;
        width: 100%;
        line-height: 30px;
        height: auto;
    }
    div.contact ul.coords span {
        display: inline-block;
        width: 30px;
        height: 30px;
        float: none;
    }
    div.contact ul.coords strong {
        display: inline-block;
        width: calc(100% - 35px);
        height: 30px;
        float: none;
    }
}
@media screen and (max-width: 980px) {
    div#contact {
        padding: 15px;
    }
    div.contact input[type="text"], div.contact input[type="email"], div.contact textarea {
        width: 100%;
    }
    div.contact ul.coords {
        font-size: 1em;
    }
    div.contact ul.coords li {
        margin: 0;
    }
}
@media screen and (max-width: 840px) {
    header nav ul li a {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 760px) {
    header nav ul li a {
        font-size: 0.75em;
    }
}
@media screen and (max-width: 700px) {
    header nav a.mini {
        display: flex;
        transition: 0.5s;
    }
    header nav ul {
        position: fixed;
        right: 0;
        top: 80px;
        width: 100%;
        height: auto;
        background: #fff;
        display: none;
    }
    header nav ul li {
        width: 100%;
        height: auto;
    }
    header nav ul li a {
        text-align: center;
        font-size: 1em;
    }
    header nav ul li:last-child a {
        border-radius: 0;
    }

    header.mini nav a.mini {
        width: 40px;
        height: 40px;
        transition: 0.5s;
    }
    header.mini nav ul {
        top: 40px;
        height: auto;
    }
    header.mini nav ul li {
        width: 100%;
    }
    div#contact {
        padding: 20px 50px;
    }
    div.contact {
        display: block;
    }
    div.contact ul.socials {
        text-align: left;
    }
}
@media screen and (max-width: 600px) {
    footer {
        padding: 10px 20px;
    }
    footer p {
        line-height: 15px;
    }
    footer p a {
        display: inline-block;
        margin: 0 5px;
    }
    footer span.trait {
        display: none;
    }
    footer span.trait:first-child {
        display: block;
        opacity: 0;
        line-height: 1px;
    }
}
@media screen and (max-width: 650px) {
    div#contact {

    }
}