
/*div#home-content {*/
body {
    color: black!important;
}

div.home-parallax-all {
    width: 100%;

    position: fixed;
    top: 0px;
    left: 0;
    z-index: -1;

/*
    background-image: url("../images/home/home-enfants-1920.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    */

}

div.home-parallax-all img {
    z-index: -1;
}

div.navbar {
    z-index: 1;
}

div.home-parallax {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
    overflow: hidden;

    position: relative;
}

div.home-parallax img {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;

}

div.parallax-text {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.parallax-text-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.categoryTextContainer {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
}

div.categoryTextContainer.enfants > div.container {
    background-color: #8ec1ba;
    margin-bottom: 100px;
}

div.categoryTextContainer.adultes > div.container {
    background-color: #f7af95;
    margin-bottom: 100px;
}

div.categoryTextContainer.newsletter > div.container {
    background-color: #f2ede4;
    margin-bottom: 100px;
}

div.categoryTextContainer.video > div.container {
    background-color: #000000;
    margin-bottom: 100px;
}

@media (min-width: 1200px) {
    iframe.videoYoutube {
        width: 560px;
        height: 315px;
    }
}

@media (min-width: 500px) and (max-width: 1199px) {
    iframe.videoYoutube {
        width: 360px;
        height: 315px;
    }
}

@media (max-width: 499px) {
    iframe.videoYoutube {
        width: 160px;
        height: 315px;
    }
}

div.categoryTextContainer.bienvenue > div.container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: white;
    margin-top: 100px;
    margin-bottom: 100px;
}

div.categoryTextContainer.image > div.container {
    /*background-color: #9ca8b4;*/

    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

div.categoryTextContainer.image > div.container {
    width: 100%;
}

div.categoryTextContainer.image > div.container img {
    width: 100%;
}

div.categoryTextContainer h1 {
    color: black;
}

span.parallax-text-overlay {
    /*background-color: white;*/
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer {
    background-color: white!important;
    z-index: 2;
}

#footer div.container {
    background-color: white!important;
    z-index: 5!important;
}




@media (min-width: 1200px) {
    div#home-content div.col-sm-6-outer {
        width: 100%;
    }
    div.parallax-text {
        font-size: 60px;
    }
    div.categoryTextContainer > div.container {
        padding-left: 50px!important;
        padding-right: 50px!important;
        width: auto!important;
        max-width: 700px;
        margin: 100px auto!important;
    }
    input#email-input {
        width: 50%;
        margin: auto;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    div#home-content div.col-sm-6-outer {
        width: 100%;
    }
    div.parallax-text {
        font-size: 40px;
    }
    div.categoryTextContainer > div.container {
        padding-left: 50px!important;
        padding-right: 50px!important;
        width: auto!important;
        max-width: 500px;
        margin: 100px auto!important;
    }
    input#email-input {
        width: 70%;
        margin: auto;
    }

}

@media (max-width: 767px) {
    div#home-content div.col-sm-6-outer {
        width: 100%;
    }
    div.parallax-text {
        font-size: 40px;
    }
    div.categoryTextContainer > div.container {
        margin-left: 50px!important;
        margin-right: 50px!important;
        padding-left: 50px!important;
        padding-right: 50px!important;
        width: auto!important;
    }
    input#email-input {
        width: 80%;
        margin: auto;
    }
    .btn-lg {
        font-size: 16px!important;
    }
}

@media (max-width: 500px) {
    input#email-input {
        width: 100%;
        margin: auto;
    }
}


/*
div#home-content h1 {
    color: white!important;
}
*/

div#home-content div.col-sm-6-outer {
    width: 50%;
    margin: auto;
    float: left;
    padding: 20px!important;
}

div#home-content div.col-sm-12-outer {
    width: 100%;
    margin: auto;
    float: left;
    padding: 20px!important;
}

div#home-content div.col-sm-6,
div#home-content div.col-sm-12 {
    /*background: rgba(255, 255, 255, 0.9);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    width: 100%;

    /*padding: 20px!important;*/

    text-align: center;

    font-size: 16px;

    padding: 0!important;
}


div#home-content div.col-sm-6 h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

#header .navbar,
div.navbar {
    background: rgba(255, 255, 255, 1.0)!important;
}

section#company-information {
    padding-top: 0;
}

ul.sub-menu {
    background: rgba(255, 255, 255, 0.9)!important;
}

div.float-right {
    float: right!important;
}

div.clear-both {
    clear: both;
}

.soldoutHome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255,255,255,0.6);

}

.soldoutHome span {
    transform: rotateY(0deg) rotate(-45deg);
    color: rgb(104, 107, 122, 0.8);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

@media (min-width: 1200px) {
    .soldoutHome span {
        font-size: 130px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .soldoutHome span {
        font-size: 100px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .soldoutHome span {
        font-size: 80px;
    }
}

@media (max-width: 500px) {
    .soldoutHome span {
        font-size: 50px;
    }
}
