@import url('https://fonts.googleapis.com/css?family=Roboto|Varela+Round');
h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
}

body {
    background: #fff;
    margin: 0 auto;
}

footer {
    background: #dadada;
    padding: 25px;
    width: calc(100% - 50px);
    line-height: 30px;
    text-align: center;
    font-family: sans-serif;
    color: #000;
}

#wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-size: cover;
}

#header {
    position: fixed;
    background: linear-gradient(rgba(0, 0, 0, 0.25), #ffffff00);
    width: calc(100% - 20px);
    height: 55px;
    padding: 10px;
    z-index: 10;
}

#logo {
    position: relative;
    float: left;
    margin-left: 10px;
    background: url(../img/logo.png) left center no-repeat;
    height: 50px;
    width: 300px;
    background-size: contain;
}

#menum {
    position: relative;
    display: none;
    float: right;
    width: 50px;
    height: 40px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.menumbar1 {
    position: relative;
    display: block;
    width: 80%;
    height: 3px;
    background: black;
    margin-bottom: 5px;
}

.menumbar2 {
    position: relative;
    display: block;
    width: 90%;
    height: 3px;
    background: black;
    margin-bottom: 5px;
}

.menumbar3 {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: black;
}

#menu {
    position: relative;
    display: block;
    float: right;
    right: 15px;
    top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    text-shadow: 0px 0px 10px black;
}

#menu a {
    text-decoration: none;
    color: white;
    transition: all 0.5s;
}

#menu a:hover {
    color: #00cc35;
}

#menu a.sepa::after {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: " | ";
    color: #fff;
}

#menu a.actif {
    color: #55f911;
}

#bigtitle {
    position: relative;
    background: url(../img/wall.jpg) center center no-repeat fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 70px;
    padding-left: 40px;
}

#bigtitle::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
}

h2 {
    text-decoration: none;
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    font-weight: normal;
}

#contenu {
    position: relative;
    padding: 40px;
    font-family: Arial;
}

#cat {
    position: relative;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
    background: #dadada;
    box-shadow: 2px 2px 2px rgba(27, 75, 8, 0.25);
}

#cat a {
    text-decoration: none;
    color: black;
    transition: all 0.2s;
}

#cat a #reafilter1 {
    color: #3fb50f;
}

#cat a:hover {
    color: #217112;
}

#gallerie {
    text-align: center;
}

#reazommed-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
}

#reazommed {
    margin: 20px;
    height: calc(100vh - 40px);
    width: calc(100vw - 60px);
    background: white;
    background-size: contain!important;
}

.realisation {
    position: relative;
    display: inline-block;
    height: 150px;
    width: calc(25% - 6px);
    background: grey;
    background-size: cover!important;
    cursor: pointer;
}

#contact {
    position: relative;
    margin: 40px 5px 15px 5px;
    width: calc(100% - 10px);
}

#contact::after {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: url(../img/shadow.png);
    background-size: contain;
    content: "";
}

input,
textarea {
    display: block;
    width: calc(100% - 20px);
    margin: 20px;
    padding: 10px;
}

textarea {
    height: 300px;
}

.pagerea {
    max-width: 1300px;
    margin: 0 auto;
}


/* Laptop/ipad */

@media (max-width: 1200px) {
    .realisation {
        width: calc(33.3% - 6px);
    }
}


/* Mobile */

@media (max-width: 800px) {
    #header {
        position: absolute;
    }
    #logo {
        width: 100%;
        background-position: center center;
    }
    #menu {
        display: none;
        width: calc(100% - 30px);
        text-align: center;
    }
    #menum {
        display: block
    }
    .realisation {
        width: calc(50% - 6px);
    }
}

@media (max-width: 500px) {
    .realisation {
        width: calc(100% - 6px);
        margin-bottom: 5px;
    }
}

#menu {
    display: block!important;
}