/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 #language {
    color: rgb(49, 170, 56);
 }

 #language img {
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
 }

 .medina-image {
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
 }

body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: rgb(245,245,245);

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    overflow-x:hidden;
}

.no-result {
    text-align: center;
    font-style: 120%;
}

#no-result-film {
    display: none;
}

#no-result-music {
    display: none;
}

#search-bar {
    width: 450px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#search-bar input {
    width: 375px;
    border:none;
    background-color: transparent;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 35px;
}

#search-icon {
    width: 30px;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
}

#search-icon:hover {
    cursor: pointer;
}

.music {
    width: 250px;
    height: 250px;
    border: 1px solid #d2d2d2;
}

.film {
    height: 350px;
    border: 1px solid #d2d2d2;
}

.sliding-list-background-film {
    height: 350px!important;
}

.sliding-list-film {
    height: 370px!important;
}

#container {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}

#sliding-list {
    width: auto;
    height: 270px;
    white-space: nowrap;
    padding: 0px;
}

#sliding-list-background {
    background-attachment: scroll;
    z-index: -999;
    position: absolute;

    background: linear-gradient(rgba(0,0,0,0), rgba(210,210,210,0.1), rgba(180,180,180, 0.9));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(210,210,210,0.1), rgba(180,180,180, 0.9)); /* FF3.6+ */
    background: -webkit-gradient(rgba(0,0,0,0), rgba(210,210,210,0.1), rgba(180,180,180, 0.9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(210,210,210,0.1), rgba(180,180,180, 0.9)); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(210,210,210,0.1), rgba(180,180,180, 0.9)); /* Opera11.10+ */
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(210,210,210,0.1), rgba(180,180,180, 0.9)); /* IE10+ */

    height: 250px;
    width: 100%;
}

#labels img {
    display: inline-block;
    margin-left: 35px;
    margin-right: 35px;
    vertical-align: bottom;
    margin-bottom: 50px;
}

#catalogue {
    width: 100%!important;
}

#catalogue h3 {
    margin-left: 5%;
    margin-top: 60px;
}

#apps h3 {
    margin-bottom: 15px;
}

#catalogue-content {
    text-align: left;
}

#close {
    margin-bottom: 15px;
    margin-right: -60px;
    text-align: right;
}

#close:hover {
    cursor: pointer;
}

#close img {
    width: 40px;
    height: 40px;
}

#about {
    margin-bottom: 90px;
    padding-top: 70px;
}

#frise-dansez {
    width: 100%;
    margin-bottom: 50px;
    display: block;
}

#back-menu {
    font-size: 120%;
}

#create-account {
    text-align: center;
    margin-left: 0%;
    margin-bottom: 7%;
}

#create-account input {
    width: 60%;
}

#logo {
    width: 70%;
    margin-bottom: 5%;
    margin-top: 30%;
    margin-left: -11%;
}

#logo-small {
    width: 135px;
    height: 40px;
    margin-top: -11px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Montserrat", "Lucida Grande", Helvetica,Arial,sans-serif;

    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    line-height: 1.5;
    font-family: "Lucida Grande", "Lato", Helvetica,Arial,sans-serif;
    text-align: justify;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
}

.redirect-btns {
    color: rgb(30, 120, 40);
}

.redirect-btns:hover {
    color: rgb(49, 170, 56);
}

a {
    color: rgb(200,7,3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

#custom-menu {
    height:45px;
    padding: 5px;
    margin-top: -10px;
}

#custom-menu:hover {
    cursor: pointer;
}

#custom-menu:active {
    opacity: 0.5;
}

.navbar-custom {
    background-color: rgba(50,50,50, 0.5);
    text-transform: uppercase;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0px;

    height: 60px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
    margin-top: 7px;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    color: rgb(61, 200, 69);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;

        letter-spacing: 1px;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background-color: rgba(50,50,50, 0.50);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scaleƒ(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.contact-form-btn {
    font-size: 150%;
    margin-bottom: 55px;
}

.content-section {
    padding-top: 100px;
}

#contact {
    padding-top: 80px;
}

#contact p {
    width: 82%!important;
    margin-left: auto;
    margin-right: auto;
}

#contactform {
    top:25%;
}

a {
    color: white;
}

a:hover {
    color: white;
    opacity: 0.6;
}


#watch {
    font-family: "Helvetica Neue", "Lato", "Helvetica", "Arial", "Lucida Grande", "Verdana", "sans-serif";
    font-weight: 300;
    font-size: 130%;
    margin-top: 28%;

    margin-left: -3%;

    text-shadow: 0px 0px 2px black;
}

#watch a {
    cursor: pointer;
}

#video .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#video .modal-dialog {
    width: 82%;
}

#login {
    text-align: center;
    margin-left: 0%;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
}

#login input {
    background-color: rgba(255,255,255, 0.7);
    border: none;

    height:50px;

    padding: 15px;
    color: rgba(50,50,50, 0.9);
    font-family: "Helvetica Neue", "Lato", "Helvetica","Arial", "Lucida Grande","Verdana","sans-serif";
}

.custom-footer {
    font-family: "Helvetica Neue","Lato", "Helvetica","Arial", "Lucida Grande", "Verdana","sans-serif";
    font-size: 1.1em;
}

#intro-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

#intro-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#app-description img {
    width: 150px;
    height: 150px;
    border-radius: 35px;
    border: 1px solid #d2d2d2;
    margin-left: 5%;
    float: left;
    margin-right: 5%;

    margin-top: 20px;
    margin-bottom: 90px;
}

#view-app-store {
    margin-top: 20px;
    margin-left: 5%;
}

#view-app-store a {
    color: rgb(49, 170, 56);
}

*:focus {
    outline: none;
}

button {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;

    border-radius: 10px;
    border: 1px solid rgba(100,100,100, 0.5);

    background-color: rgb(200,200,200);
}

button:hover {
    background-color: rgb(49, 170, 56);
    color:white;
}

#play {
    width: 30px;
    margin-right: 15px;
    margin-bottom: 4px;
}

#share-buttons {
    width: 45%;
    margin-top: 10%;
}

#share-buttons:hover {
    opacity: 0.8;
}

#share-buttons:active {
    opacity: 0.6;
}

#about-section-btns {
    margin-bottom: 5%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-btn {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 118%;

    color: rgb(51,51,51);

    padding: 7px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 20px;
}

.section-btn:hover {
    cursor: pointer;
    background-color: rgb(49, 170, 56)!important;
    color: white!important;
}

.section-btn-active {
    background-color: rgb(49, 170, 56);
    color: white;
}

.aboutus-container {
    width: 92%!important;
    margin-left: auto;
    margin-right: auto;
}

.aboutus-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

    display: none;
}

.content-container {
    color: rgb(51, 51, 51);
    font-size: 1em;
    font-family: "Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue", "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

#required {
    color: rgb(49, 170, 56);
    margin-left: 10px;
    font-size: 20px;
}

input {
    width: 50%;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    margin-bottom: 20px;
}

textarea {
    width: 90%;
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 5px;
}

form {
    text-align: left;
    margin-left: 5%;
}

.submit-btn-contact {
    width: 80px;
    float:center;

    text-align: center;

    border-radius: 10px;
    border: 1px solid rgba(100,100,100, 0.5);

    background-color: rgb(200,200,200);
}

.navbar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@media (min-width: 767px) {
    .navbar-fixed-top {
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .top-nav-collapse {
        -webkit-backdrop-filter: blur(10px)!important;
        backdrop-filter: blur(10px)!important;
    } 
}

#logo-login {
    width: 75%;
    text-align: center;
}

#header {
    margin-bottom: 10%;
}

.submit-btn-contact:hover {
    background-color: rgb(49, 170, 56);
    color:white;
}

#character-only {
    width: 100px;
    margin-bottom: 19px;
}

/*@media(max-width:1240px) {
    .section-btn {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 110%;
    }
}

@media(max-width:1100px) {
    #section-btn-1 {
        display: block;
        font-size: 118%;
    }

    #section-btn-2 {
        font-size: 118%;
    }
}*/

.photos {
    text-align: center;
}

#photo {
    width: 100%;
}

#photo img {
    width: 100%;
}

@media(max-height: 700px) {
    #platform-button {
        margin-top: 8%;
    }

    #logo {
        margin-top: 10%;
    }

    #watch {
        margin-top: 18%;
    }
}

@media (max-width: 720px) {
    #section-btn-1 {
        font-size: 100%;
    }

    #section-btn-2 {
        font-size: 100%;
    }

    .section-btn {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 800px) {
    #labels img {
        width: 110px;
    }

    #herisson-label {
        width: 80px!important;
    }

    #hv-label {
        width: 80px!important;
        height: auto;
    }
}

@media(max-width:767px) {
    #app-description img {
        display: block;
        float: none;
        margin-left: 0px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    #logo {
        width: 65%!important;
        margin-left: 0px;
        margin-top: 80px!important;
    }

    #app-description {
        margin-left: 5%;
    }

    #app-description div {
        padding-top: 0px!important;
    }

    #view-app-store {
        margin-bottom: 40px;
    }

    #search-bar {
        width: 350px;
    }

    #search-icon {
        height: 25px;
        width: auto;
        margin-top: 7px;
        margin-left: -15px;
    }

    #search-bar input {
        width: 275px;
        font-size: 100%;
        margin-left: 15px;
    }

    #sliding-list {
        height: 215px;
    }

    #sliding-list-background {
        height: 200px;
    }

    .sliding-list-background-film {
        height: 280px!important;
    }

    .sliding-list-film {
        height: 295px!important;
    }

    .music {
        width: 200px;
        height: 200px;
    }

    .film {
        height: 280px;
    }

    h2 {
        font-size: 160%;
    }

    h3 {
        font-size: 130%;
    }

    #intro-video {
        margin-left: auto;
        margin-right: auto;
    }

    #share-buttons {
        width: 110px;
        padding: 20px;
    }

    input {
        width: 90%;
    }

    .navbar-collapse {
        background-color: rgba(50,50,50, 0.50);
        margin-top: -11px;
        padding-top: 0;

        -webkit-backdrop-filter: blur(10px)!important;
        backdrop-filter: blur(10px)!important;
    }

    #video {
        top: 15%;
    }

    #video .modal-dialog {
        width: 100%!important;
        margin:0!important;
    }

    .aboutus-section {
        width: 100%;
    }

    .aboutus-section p {
        font-size: 1.1em;
    }

    #contact p {
        font-size: 1.2em;
        text-align: justify;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 600px) {
    #logo-login {
        width: 95%;
    }

    .section-btn {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutus-section {
        margin-top: 50px;
    }
}

@media (max-width: 400px) {
    #labels img {
        display: block;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    #search-bar {
        width: 80%;
    }

    #search-icon {
        margin-left: -10px;
    }

    #search-bar input {
        width: 80%;
        margin-left: 20px;
    }
}

@media(max-width: 430px) {


    #logo-login {
        margin-top: -110px;
    }

    #logo {
        width: 95%;
        margin-top: 30px;
    }

    #platform-button {
        font-size: 90%!important;
        width: 145px!important;
        margin-top: 50px;
    }

    #watch {
        font-size: 105%!important;
    }

    #watch img {
        width: 30px!important;
    }

    .navbar-toggle {
        margin-right: 0px!important;
    }

    #contactform {
        top:10%;
    }

    input {
        font-size: 15px;
    }

    textarea {
        font-size: 15px;
    }

    #watch {
        font-size: 1.5em;
    }

    #watch img {
        width: 40px;
    }
}

footer {
    margin-bottom: 40px;
    color: rgb(51, 51, 51);
    font-family: "Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";

}

footer p {
    margin: 0;
    font-size: 0.7em;
    text-align: center;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(49, 170, 56, 0.8);
    color: white;
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(49, 170, 56, 0.8);
    color: white;
}

img::selection {
    background: rgba(49, 170, 56, 0.2);
}

img::-moz-selection {
    background: rgba(49, 170, 56, 0.2);
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */