@import url('../fonts/opensans_light/stylesheet.css');
@import url('../fonts/bonkers/stylesheet.css');

body {
    background: url(../img/background-guimzu.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    color: #fff;
    font-family: 'open_sanslight';
    font-size: 18px;
}

#page {
    position: relative;
}

.btn {
    font-size: 16px;
}

.btn.btn-primary, .btn.btn-default {
    min-width: 200px;
    margin: 0 5px;
    font-size: 1.1em;
}

.btn.btn-primary {
    background-color: #000 !important;
    border: #000 1px solid !important;
}

#logo {
    background: url(../img/line.jpg) no-repeat bottom center;
    padding: 30px 0;
    margin: 0px 0 100px 0;
    transition: all ease 0.7s;
}

#logo h1, #menu h4, #mentionsLegalesLabel {
    font-family: 'bonkersregular';
    font-size: 160px;
    margin: 0;
    line-height: 0.9em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#menu h4, #mentionsLegalesLabel {
    font-size: 30px;
    text-shadow: none;
    line-height: inherit;
    margin: 15px;
}

#menu h4 {
    margin-bottom: 30px;
}

#logo h2 {
    margin: 0;
}

#logo.default {
    margin-top: -500px;
}

#voile {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#infos {
    font-family: 'bonkersregular';
    line-height: 2em;
    position: relative;
    transition: all ease .9s;
    opacity: 1;
}

#infos.default {
    opacity: 0;
}

#infos .line-horiz {
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 2em
}

#infos .line-vert {
    border-left: 1px solid #fff;
    overflow: hidden;
}

#infos .line-vert > span {
    margin-right: 0px;
    display: inline-block;
    transition: all ease 1s;
}

#infos .line-vert > span.default {
    margin-right: -600px;
}

#main, #footer {
    position: relative;
    z-index: 2;
}

#menu {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    margin-left: -94%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all ease .7s;
}

#menu.default {
    margin-left: -100%;
}

#menu.open {
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

#menu .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    margin: 10px 15px;
}

#menu .menu-toggle .icon-bar {
    width: 90%;
    height: 5px;
    margin: 3px;
    background-color: #000000;
    display: block;
}

#menu .form-group-lg {
    margin-top: 15px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

#footer li, #footer li .btn {
    padding: 0
}

#footer li .btn {
    color: #fff
}

#footer li:before {
    content: ' - '
}

#footer li:first-child:before {
    content: ''
}

#mentionsLegales {
    color: #000
}

textarea {
    min-height: 250px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

    .container {
        width: 970px;
    }

    #main, #footer {
        padding-left: 8%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

    .container {
        width: 750px;
    }

    #main, #footer {
        padding-left: 8%;
    }
}

@media screen and (min-width: 940px) and (max-width: 1200px) {

    #menu {
        margin-left: -92%;
    }

    #main, #footer {
        padding-left: 8%;
    }
}

@media screen and (max-width: 940px) {

    body {
        font-size: 16px;
    }

    #logo {
        margin: 50px 0;
    }

    #logo h1 {
        font-size: 150px;
    }

    #logo h2, #menu h4, #mentionsLegalesLabel {
        font-size: 30px;
    }

    #menu {
        margin-left: -100%;
    }

    #main, #footer {
        margin-right: auto;
    }

    #menu .menu-toggle {
        right: -80px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #menu .menu-toggle .icon-bar {
        background-color: #ffffff
    }

    #infos .line-horiz {
        margin: 0px 15px;
    }

}

@media screen and (max-width: 768px) {

    #logo h1 {
        font-size: 110px;
    }

    #logo h2, #menu h4, #mentionsLegalesLabel {
        font-size: 20px;
    }

    #infos .text-left {
        text-align: center;
    }

    #infos div {
        width: 100%;
        margin: 0;
    }

    #infos .line-vert {
        border: 0
    }

    #infos .line-horiz {
        top: 4em;
        margin: inherit;
    }
}

@media screen and (max-width: 520px) {
    #menu .btn {
        margin: 5px 0;
        width: 100%;
    }

    #logo h1 {
        font-size: 70px;
    }
}

@media screen and (max-width: 360px) {
    #infos .line-horiz {
        top: 6em;
    }
}
