/* Importing font for text */
@import url(https://fonts.googleapis.com/css?family=Kalam);
@import url(https://fonts.googleapis.com/css?family=Coustard);
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);

/* Colors */
/* Pale yellow: #fff2bf */
/* Yellow: #ffe680 */
/* Strong yellow: #ffdd0f */
/* Clear brown: #b07e4b */
/* Dark brown: #683b11 */
/* Red: #e30713 */

/* Page BG: #d5e5ff */

/* Menu definitions */

.block-border {
    background: #ffe680;
    border: 2px solid #b07e4b;
}
.content-block {
    width: 750px;
    position: relative;
    margin-top: 80px;
    margin-left: auto;
    margin-right: 35px;
}

#header{
    height: 150px;
    z-index: 10;
    top: 160px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 35px;
}
#header a{
    color: #b07e4b;
    text-decoration: none;
    font-family: 'Coustard', sans-serif;
    /* text-transform: uppercase; */
    font-size: 0.9em;
}

#header a.active, #header a:hover{ color: #683b11; }
#header ul{
    margin-left: 35px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;

}
#header li{
    display: inline;
    float: left;
    margin-right: 50px;
    width: 130px;
    height: 120px;
}

#header li a{
    /* padding-top: 85px; */
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    /* padding-bottom: 0px; */
    display: block;
}

#header li a div{
    width: 100%;
    text-align: center;
}

#header li img.menu-icon{
    width: 125px;
    height: 80px;
    margin-bottom: 10px;
}

#header img.logo{ float: left; }

/* Big menu */
#header .big{ height: 110px; }
#header .big img{ height: 100px; margin-top: 5px; }
#header .big li{ margin-top: 45px; }

#tree-foreground{
    background: url("arbre-logo-foreground.svg") no-repeat;
    background-size: 98%;
    width: 100%;
    height: 1050px; /* #fixed-container - 50px */
    display: inline-block;
    z-index: 100;
    /* position: absolute; */
    /* top: 0px; */
    /* overflow: visible; */
}

/* Body definitions */
body{
    color: #000;
    /* background-color: #fff; */
    background-color: #fff3c3;
}

#fixed-container {
    position: relative;
    background-color: #fff3c3;
    margin: 0px auto 0px auto;
    width: 1050px;
    height: 1100px;
    top: 0px;
}

#img-page-container{
    width: 100%;
    height:100%
    position:relative;
    display:inline-block;
    overflow:hidden;
    top: 0px;
    margin: 0px;
}

#img-page-container img{
    position:absolute;
    width: 100%;
    top: 0px;
    margin: 0px;
    /* height:100% */
}

section{
    /* float: left; width: 100%; */
}
section p{
    font-family: 'Coustard', sans-serif; font-size: 60px; color: #683b11;
    text-align: center; position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
}

img.center{
    display: block;
    margin: 25px auto;
}

/* Footer definitions */
div.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
    overflow: visible;
    width: 100%;
    z-index: 8;
    background: url("herbe.svg") repeat-x;
    background-size: cover;
    margin-bottom: 0px;
}



#footer-social{
    width: 650px;
    height: 130px;
    position: relative;
    z-index: 10;
    top: -40px;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    margin-left: auto;
    margin-right: 35px;
}
#footer-social a{
    color: #683b11;
    text-decoration: none;
    font-family: 'Coustard', sans-serif;
    /* text-transform: uppercase; */
    font-size: 1em;
}
#footer-social a.active, footer-social a:hover{
                             color: #683b11;
                         }
#footer-social ul{
    margin: 25px;

}
#footer-social li{
    display: inline;
    float: left;
    margin-right: 20px;
    width: 130px;
    height: 120px;
}

#footer-social li a{
    /* padding-top: 85px; */
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    /* padding-bottom: 0px; */
    display: block;
}

#footer-social li a div{
    width: 100%;
    text-align: center;
}

#footer-social li a div p{
    background: #ffe680;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 2px solid #b07e4b;
}

#footer-social li img.social-menu-icon{
    width: 125px;
    height: 80px;
    margin-bottom: 10px;
}

#credits {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 5px;
}

#credits p {
    font-family: 'Cutive Mono', sans-serif; font-size: 12px; color: #683b11;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}
