html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    /*background: #b3e3fc;*/
    background: url(../img/texturebois.jpg);
    text-align: center;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

#header{
    display: block;
    position: relative;
    height: 700px;
    width: 100%;
    background: url(../img/fondtop.jpg) 0 10% no-repeat;
    background-size: cover;
}
.sidep{
    position: absolute;
    left: 60%;
    background: rgba(255, 255, 255, 0.70);
    width: 20%;
    padding: 2%;
    top: 150px;
    border-radius: 50px;
}
.sidep h2{
    font-family: "Alex Brush", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
}
#titreprincipale{
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    left: 0;
    background: url(../img/logo-dekohcreations-nuagebois.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
#photos{
    float: none;
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 10%;
}
.photo img{
    width: 260px;
    height: 360px;
    margin: 0 20px;
}
.photo{
    float: left;
    height: 360px;
    width: 260px;
    overflow: hidden;
    margin: 20px 20px;
}

#socials li{
    list-style: none;
}
#socials li a{
    display: block;
    float: left;
    font-size: 3em;
    color: #aa8f51;
    padding: 10px;
}
#socials li a:hover{
    font-size: 3.2em
}
#contact{
    float: none;
}








/*   Media Queries */

@media screen and (max-width: 1200px) {
    .sidep{
        left: 25%;
        width: 50%;
    }
}
@media screen and (max-width: 800px) {
    .sidep{
        left: 15%;
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .sidep{
        left: 10%;
        width: 80%;
    }
    #titreprincipale{
        height: 190px;
    }
}

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

}
