/* couleur bleu : #1f68cb*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ruby,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ul, li {
	margin-top: 0;
}
* {
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: sans-serif !important;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b,
strong {
    font-weight: 700;
}
.mobile {
    display: none;
}
.top {
    padding-top: 2em;
}
.bold {
    font-weight: 700;
}
html {
    overflow-x: hidden;
}
h1 {
    font-size: 2.5em;
    font-weight: 700;
}
h2,
h3 {
    margin-bottom: 1em;
}
h2 {
    font-size: 1.8em;
    font-weight: 700;
    text-transform: capitalize;
}
h3 {
    font-size: 1.5em;
}
img {
    max-width: 100%;
    padding: 0;
}
a {
    font-family: sans-serif;
}
li,
p {
    margin-bottom: 15px;
    line-height: 1.5em;
}
section {
    clear: both;
    padding: 5em 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.float-right {
    float: right;
    width: 50px;
}
.container {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.col-2 {
    float: left;
    position: relative;
    width: 50%;
    padding: 0 10px;
}
.col-3 {
    position: relative;
    float: left;
    width: 33.3333333333333333333%;
    padding: 1em 0;
    text-align: center;
}
.col-4 {
    position: relative;
    float: left;
    width: 25%;
}
a {
    text-decoration: none;
}
.cache {
    display: none;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.clear {
    clear: both;
}
.float {
    float: left;
}
button {
    cursor: pointer;
}
.bg-gray {
    background: #f1f1f1;
}
/*---------------------------- ACCUEIL */
#accueil{
    padding-top: 0;
}

img#logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*-------------------------------- NAV */
#nav-fullscreen a {
    color: black;
    padding: 0em;
    margin-left: 4em;
    font-size: 20px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    display: inline-block;
    transition: 0.1s;
    position: relative;
}
#nav-fullscreen a::after {
    content: "";
    background: #dabb9c;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: calc(2em - 45px);
    transition: ease 0.4s;
}
#nav-fullscreen a:hover::after {
    width: 100%;
}
header {
    position: sticky;
    top: 0;
    z-index: 998;
    background-color: white;
}
#nav-fullscreen {
    padding: 2em;
    float: right;
}

#burger{
    color: white;
    float: right;
    padding: 2em 0 0 0;
    cursor: pointer;
    display: none;
}
/*---------------------------- A PROPOS */
#about-title{
	text-transform: capitalize;
}
#about-desc{
	padding: 2em 0;
}
#about-picture{
	min-height: 555px;
	background-image: url('../img/execution-au-couteau-sur-textures-en-grain.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/*---------------------------- GALLERIE */
.slide img{
    cursor: pointer;
    padding: 0 40px;
}
#slide-position{
    position: absolute;
    width: 100%;
    top: calc( 50% - 12px);
}
.conteneur{
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    width: 60%;
    opacity: 0;
    /* transition: 0.5s ease-out; */
    background-color: white;
    z-index: 1001;
    padding: 2em;
}
button#close{
    margin-top: 2em;
}
#offre{
    padding-top: 2em;
    margin: 0;
}
.slide img:hover{
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}
.popup.actif{
    visibility: visible;
    opacity: 1;
}
.flou{
    filter: blur(20px);
}

.next,.prev {
    cursor: pointer;
}
.active{
    top: 20%!important;
    visibility: visible!important;
    opacity: 1!important;
    transition: 0.5s ease-in!important;
}

#success {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: green;
    padding: 1em;
}
#error {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: red;
    padding: 1em;
}
.close-popup{
    text-align: right;
    cursor: pointer;
}
.bg-popup{
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.1;
}
div#slider {
    padding: 0 50px;
}
/*---------------------------- Flux-Insta */
#flux-insta{
    background-color: #f1f1f1;
}
#feed {
    text-align: center;
}
#feed li {
    display: inline-block;
    width: 33.3333333333333333333%;
}
#flux-insta h2{
    padding: 1em 0;
}
#flux-insta h2 a{
    color: black;
}
/*---------------------------- CONTACT */
.formulaire{
	max-width: 100%;
	text-align: center;
	background-color: #fff;
	margin: 0 12em;
}

#contact-section .formulaire{
    padding: 0 12em;
}
#contact-section h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
#contact-section h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #dabb9c;
}
.cases{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}
.cases:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
.cases:focus{
    border: 2px solid #e6d7c0;
    background-color: #fff;
}
textarea{
	min-height: 150px;
}
.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #dabb9c;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}
.btn:hover{
    background-color: #94684b;
}

/*---------------------------- FOOTER */
footer {
    padding: 1em;
    background-color: #f1f1f1;
}
footer #socials{
    text-align: center;
    padding-bottom: 2em;

}
footer #socials a{
    font-size: 24px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 0.6;
}
footer #socials a:hover{
    opacity: 1;
}
footer #socials a img {
    padding: 7px;
}
footer ul{
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
footer ul a{
    color: black;
    opacity: 0.7;
}
footer ul li{
    display: inline-block;
    padding: 0 15px;
}
footer p{
    text-align: center;
    font-size: 13px;
}
footer ul li a:hover{
    opacity: 1;
}
.noscroll {
    overflow-y: scroll;
    top: 0;
    right: 0;
    height: 100%;
    position: fixed;
}
/*---------------------------- RESPONSIVE */
@media screen and (max-width: 1240px) {
    .container,.conteneur {
        width: calc(100% - 50px);
    }
    nav {
        text-align: center;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #dabb9c;
        top: 0;
        left: 0;
        z-index: 500;
        display: flex;
        line-height: 2em;
        flex-direction: column;
        justify-content: center;
        margin-top: 0 !important;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
    }

    .open nav {
        transform: translateX(0%);
    }

    #nav-fullscreen a {
        color: white;
        padding: 1em;
        margin-left: 0em;
        font-size: 30px;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        display: inline-block;
        transition: 0.1s;
        position: relative;
    }

    nav a::after {
        content: "";
        background: #d8af55;
        height: 0;
        width: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: ease 0.4s;
    }

    nav a:hover {
        transform: scale(1.1);
    }

    #burger {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 100000000000000;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: block;
    }

    .menu.icon {
        color: #dabb9c;
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
        width: 30px;
        height: 3px;
        background-color: currentColor;
        cursor: pointer;
    }

    .menu.icon:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 30px;
        height: 3px;
        background-color: currentColor;
    }

    .menu.icon:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 30px;
        height: 3px;
        background-color: currentColor;
    }

    .open.menu.icon {
        color: #fff;
        position: absolute;
        margin-top: 0;
        margin-left: 0;
        width: 30px;
        height: 21px;
        background-color: inherit;
    }

    .open.menu.icon:before {
        content: "";
        position: absolute;
        top: 10px;
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open.menu.icon::after {
        content: "";
        position: absolute;
        top: 10px;
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .slide img{
        padding: 0;
    }
    .popup{
        width: 100%;
    }
    #contact-section .formulaire {
        padding: 0em;
    }
    .logo-fullscreen{
        display: none;
    }
    #accueil{
        padding-top: 5em;
    }
    div#slider {
        padding:0;
    }
}
/*------------------------- RESPONSIVE >1000PX  */
@media screen and (max-width: 1050px) {
    #feed li{
        width: 33.33333333%;
        padding: 0 2px;
    }

    #about .col-2 {
        text-align: center;
        width: 50%;
    }
    #slide-position {
        display: none;
    }
    #feed img {
        height: 235px;
    }
}

@media screen and (max-width: 800px) {
    #contact-section .formulaire{
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .nav-mobile a{
        text-align: center;
    }
    .img.popup-img {
        width: 90%;
    }
    .popup.actif {
        top: 50%;
        visibility: visible;
        opacity: 1;
        margin-bottom: 10px;
    }
    .popup .col-2, .popup {
        width: 95%;
    }
    .col-2{
        width: 100%;
    }
    #about .col-2 {
        text-align: center;
        width: 100%;
    }
    #feed img {
        height: 175px;
    }
    .cases {
        margin-bottom: 5px;
    }
    .popup .col-2, .popup {
        width: 90%;
    }
    #offre > h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    #offre {
        padding-top: 0em;
    }
    .popup.actif {
        width: 100%;
    }
    img#logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50vh;
        transform: translateY(-75%);
    }
    #accueil {
        padding-top: 5em;
        z-index: 999;
        background: white;
    }
}

@media screen and (max-width: 600px) {
    #feed img{
        height: 135px;
    }
}