html {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Nunito', sans-serif;
    background: #ffeaa6;
    color: #56482f;
}
::-moz-selection {
    background: #e67d20;
    text-shadow: none;
    color: #f0e4d8;
}

::selection {
    background: #e67d20;
    text-shadow: none;
    color: #f0e4d8;
}
a{
    color: #e67d20;
    text-decoration: none;
}
a:hover{
    color: #af5c12;
}
h1, h2, h3{
    text-align: center;
}
#headertop{
    height: 700px;
    background: url(../img/backpauline.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
#titretop{
    text-align: center;
    top: 230px;
    position: absolute;
    width: 100%;
    font-family: 'Sail', cursive;
}
#titretop h1{
    font-size: 10em;
    line-height: 0em;
}
#titretop h2{
    font-size: 3em;
    line-height: 1em;
    margin-top: -30px;
}
#arrowleft, #arrowright{
    display: block;
    position: absolute;
    top: 40px;
    width: 50px;
    background: #fff;
    height: 50px;
    padding: 20px;
    border-radius: 100px;
    transition: .3s ease-out;
}
#arrowleft{
    left: 30px;
}
#arrowright{
    right: 30px;
}
#arrowleft:hover, #arrowright:hover{
    top:30px;
    animation: ease-out .8s;
}
#linkcontent{
    color: #e67d20;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    bottom: 40px;
    position: absolute;
}
#content h3{
    color: #e67d20;
    line-height: 0em;
}
#content h1{
    color: #e67d20;
}
#intro p{
        text-align: center;
    max-width: 50%;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 2em;
}
/* footer */
#topfoot{
    background: url(../img/backfooterpauline.png) center bottom no-repeat;
    background-size: cover;
    height: 975px;
    width: 100%;
}
footer a{
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    text-decoration: none;
    /*color: #D5DFE5;*/
    background: #412116;
    padding: 20px 0;
}
footer a i{
    color: #e67d20;
}
/*gallerie*/
#gallerie{
    overflow: hidden;
}
.telement{
    float: left;
    width: 200px;
    padding: 25px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.telement.offert{
    opacity: 0.4;
}
.thumb{
    width: 200px;
    height: 170px;
    border-radius: 10px;
        
}
.coffert{
    position: absolute;
    top: 80px;
    left: 5%;
    width: 80%;
    background: #fff;
    text-align: center;
    font-size: 1.4em;
    border-radius: 10px;
    padding: 6px 5%;
}
.cache{
    display: none;
    position: fixed;
    top: 80px;
    background: #D5DFE5;
    width: 400px;
    padding: 20px;
    left: 50%;
    margin-left: -210px;
    box-shadow: 1px 1px 120px -30px #2F4858;
    border-radius: 10px;
    z-index: 100;
}
.clos{
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}
.cache .thumb{
    left: 50%;
    position: relative;
    margin-left: -100px;
}

/*Form Offrir*/

.hide-robot{
			display:none;
		}
button{
    width: 100%;
    padding: 1%;
    border: none;
    background: #e67d20;
    color: #e5e0d5;
    margin: 10px 0;
    border-radius: 5px;
}
input, textarea{
    width: 98%;
    border: none;
    padding: 1%;
    margin: 10px 0px;
    border-radius: 5px;
}
textarea{
    height: 80px;
}

/*offrir.php*/

.merci{
    text-align: center;
    font-size: 1.8em;
    padding: 40px;
}
.mrcnom{
    font-size: 1.2em;
}
.mrcemail{
    font-size: .8em;
}
/*   Media Queries */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}
