/*  CSS3 styles */
*{
	outline:none;
}
ul,ol{
    list-style: none;
    padding: 0;
}

html{
    margin:0;
    padding:0;
    background: url(../images/fond.jpg) no-repeat center center fixed;
    background-size: 100% 100% ;
    min-height: 1200px;
    font:16px 'Source Code Pro';
    color:rgb(93, 67, 37);

}
.container{
    width: 1200px;
    margin: 23rem auto 3rem auto;
    position: relative;



}

.wrap {
    position: relative;
    margin:0 auto;
    width:30rem;
}
/*menu*/

.menu{
    font-size: 1.1rem ;
    font-weight: 700 ;
    position: fixed;
    top:0rem;
    width: 75rem;
    z-index: 100;
    -webkit-transition: all ease 500ms ;
    -moz-transition: all ease 500ms ;
    -ms-transition: all ease 500ms ;
    -o-transition: all ease 500ms ;
    transition: all ease 500ms ;

}

.menu ul{
    position:relative;
    display: table;
    margin:0 auto ;
    padding:0 1rem;
    background: url(../images/craft.jpg) ;
    background-size: 50% ;
    border-radius: 3px;
    width: 73rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset,
    0 -1px 0 rgba(0, 0, 0, .1) inset,
    0 -2px 0 rgba(0, 0, 0, .1) inset,
    0 -3px 0 rgba(0, 0, 0, .1) inset,
    -1px 0 0 rgba(0, 0, 0, .1) inset;
}

.menu ul li{
    display: table-cell;
}


.menu ul li a{
    font-size: 1.1rem ;
    display: block;
    position: relative;
    text-align: center;
    color:rgb(93, 67, 37);
    text-decoration: none;
    padding: 13px 18px 23px 8px ;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset,
    0 -1px 0 rgba(0, 0, 0, .1) inset,
    0 -2px 0 rgba(0, 0, 0, .1) inset,
    0 -3px 0 rgba(0, 0, 0, .1) inset;
    -webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
    transition: all 1s;

}
.mail{
    display: none;
}
/*hamburger*/

.is-closed, .is-opened{
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    right:.5rem;
    top:2.2rem;
    background:rgba(67, 48, 26,.1) ;
    border-radius:50%;
    display: none;
}
svg {
    width: 60px;
    height: 55px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 50px;
    stroke-linecap: round;
    stroke: rgb(67, 48, 26);
;
    stroke-dashoffset: 0px;
}
path#top,
path#bottom {
    stroke-dasharray: 240px 950px;
}
path#middle {
    stroke-dasharray: 240px 240px;
}
.is-opened path#top,
.is-opened path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px;
}
.is-opened path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
}

.home_{
    cursor: pointer;

}

.menu ul li:nth-child(1) {
    background: url(../images/accolade.png) no-repeat 0 3rem,  url(../images/accolade-reverse.png) no-repeat 260px 3rem;
    background-size:25px 170px;
    padding:3rem;
    padding-left: 2rem;
    border-radius:0 0 5px 5px;
    /*color: rgb(67, 48, 26);*/

}

.menu ul li:nth-child(1) h1{
    padding: 0;
    font-size:3rem ;
    font-weight: 400;
}
.menu ul li:nth-child(1) p{
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: .7rem;

    margin:.5rem 0;
}
.menu ul li:nth-child(1) p+p{
    margin:.8rem 0;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: -.13rem;

}



.menu ul li a::before{
    content: '';
    display:none;
    position: absolute;
    left: 45%;
    bottom: 3.3em;
    margin-left: 0px;
    width: 8px;
    height: 8px;

    background: rgba(93, 67, 37,.5);
}



.menu ul li a:hover::before,
.menu ul li a:focus::before{
    background: rgba(93, 67, 37, 1);
    box-shadow: 0 0 2px rgba(255, 255, 255, .4),
    0 -1px 0 rgba(0, 0, 0, .3);
}



.menu ul li a:hover,
.menu ul li a:focus{
    padding:13px 25px 23px 25px;
    background: rgba(93, 67, 37, 0.08);
    box-shadow: 0 -3px 10px rgba(93, 67, 37, 0.2) inset,
    0 -6px 10px rgba(93, 67, 37, 0.1) inset,
    0 -9px 10px rgba(93, 67, 37, 0.1) inset;
    -webkit-transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -ms-transition: all 1s 0s;
    -o-transition: all 1s 0s;
    transition: all 1s 0s;
    transition: all 1s 0s;
}


.menu ul li a:active{
    background: -webkit-linear-gradient(rgba(0,0,0,.08),rgba(93, 67, 37, 0.1));
    background:    -moz-linear-gradient(rgba(0,0,0,.08),rgba(93, 67, 37, 0.1));
    background:     -ms-linear-gradient(rgba(0,0,0,.08),rgba(93, 67, 37, 0.1));
    background:      -o-linear-gradient(rgba(0,0,0,.08),rgba(93, 67, 37, 0.1));
    background:         linear-gradient(rgba(0,0,0,.08),rgba(93, 67, 37, 0.1));

    box-shadow: 0 0 2px rgba(93, 67, 37, 0.3) inset;
}
.footer{
    font:1rem Merriweather;
    background: url("../images/encre.png") no-repeat -50px -150px,url(../images/craft.jpg) no-repeat center center;
    cursor: pointer;
    background-size: cover;
    padding-bottom: 7.8rem;
    color: rgb(67, 48, 26);
    width: 75%;
}
.footer .fa{
    font-size: 1.3rem;
}
.footer .fa:hover{
    color:#000000;
}
.footer ul{
    padding: 3rem;
    padding-left: 6rem;

}
.footer ul li{
    list-style: none;


}
.footer h3, .footer p{
    margin:0;
    padding:0;
}
.footer h3{
    color:#000000;
}

.footer sup{
    font-size:3rem;
    line-height: 1.3rem;
    font-weight: 500;
    color: rgb(67, 48, 26);

}
.footer .phonetique {
    color: rgb(67, 48, 26) !important;
}
.footer p, .footer a{
    color: #000000;
}


/*end menu*/
header h1, header h2,header h3, header p{
    margin:0;
    padding: 0;
    font-weight: 500;
}

#form {
    margin:0 auto;
    width:100%;
}
p, li{
    font-size: 1.5rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}



label {
    display: block;
    margin-top:1.25rem;
	font-size:1.3rem;
	font-weight:500;
}

/* Style the text boxes */

input[placeholder], textarea[placeholder] {
	font:1rem 'Source Code Pro';
	font-weight:400;
	 color:rgba(0,0,0,.5);
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:rgba(0,0,0,.5);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:rgba(0,0,0,.5);
}

input, .textarea {
	width: 100%;
	background:  url(../images/craft.jpg) no-repeat;
	background-size:cover;
	border: 1px solid #ddd;
	font-size: 1em;
	color:black;
	height: 1.5625rem;
	padding: 10px !important;
	margin-top: .1875rem;
	-mox-border-radius: .375rem;
    -weblit-border-radius:.375rem;
	border-radius: .375rem;
	border:1px solid rgb(149, 108, 59);
}

.textarea{
	height:auto;
}
textarea {
	min-height:213px;
	width:100%;
	resize: none;
	background: transparent;
	border:none;



}

input:hover, .textarea:hover {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

input:focus, .textarea:focus {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

input[type="submit"] {
    width:100px;
    height:43px;
    margin-top:1.25rem;
    cursor:pointer;
	font-size:1rem;
	background-size:350%;

}


/*responsive*/

@media screen and (max-width:1024px){
    html{
        background: url(../images/fond.jpg) repeat center center scroll;
        background-size: cover;
    }

    .container{
        width: auto;
        margin: 0rem auto 3rem auto;
        position: relative;



    }

	.wrap {

    margin:  3rem auto !important;
    width: 290px !important; ;


}


    form,  .textarea,  p, li, label{
        width: 290px;
        padding: 0 !important;



    }
    input, textarea{
        width:270px;


    }
    p{
        font-size: .8rem;

    }

    .home_{

        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        margin-left: 3rem;
        padding-top: 3.5rem;
        width: 150px;



    }
    .menu {
        width: auto;
        margin: 1rem;
        position: relative;

    }
    .menu ul {
        display: block;
        background: url(../images/craft.jpg) no-repeat center center !important  ;
        width: auto;
        padding: 0;
        margin: 0;
        background-size: 100%;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset,
        0 -1px 0 rgba(0, 0, 0, .1) inset,
        -1px 0 0 rgba(0, 0, 0, .1) inset;

    }
    .menu ul li:nth-child(2) a {
        border-radius: 3px 3px 0 0;
    }
    .menu ul li:last-child a{
        border-radius: 0 0 3px 3px;
    }
    .menu ul li{
        display: none ;
        width: auto;

    }
    .menu ul li:first-child{
        display:block ;
    }

    .is-closed, .is-opened{
        display: block;
    }


    .menu ul li:first-child h1{
        font-size: 1.8rem;

    }
    .menu ul li:first-child p{
        font-size: 1.8rem;
        letter-spacing: normal;
    }
    .menu ul li:first-child p+p{
        font-size: 1.3rem;
        letter-spacing: .1rem;
    }
    .menu ul li:first-child {

        padding-left: 3rem;
        background-size: 25px 140px;
        background: url(../images/accolade.png) no-repeat 15px 40px,  url(../images/accolade-reverse.png) no-repeat 170px 40px;
        background-size:25px 150px;
        padding-bottom: 1rem;
        height: 220px;


    }




}


