* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
    background: white;

    margin: 0;
    color: #5a5a5a;
}

.stores {
    margin-bottom: 0px;
    
}

@media (min-width: 768px) {
    .stores {
        flex-direction: column;
    }
}

h1,
h2,
h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.store-apple {
    margin-left: 12px;
    margin-right: 12px; 
}
.store-google {
    margin-left: 12px;
    margin-right: 12px; 
}


@media (max-width: 767px) {
    .logoV {
        display: none
    }
}

.logoH {
    width: 40%;
    padding-top: 12px;
}

.logoH-80 {
    width: 80%;
    padding-top: 0px;
}

@media (min-width: 768px) {
    .logoH {
        display: none
    }
    .logoH-80 {
        display: none
    }
}

.centered {
    text-align: center;
    display: flex;
    justify-content: center;
}

.mt {
    margin-top: 50px;
    overflow: hidden;
}

.mb {
    margin-bottom: 50px;
}

.mtb {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
    color: #FFC107;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #6b6e72;
}


/* HEADER SECTION */

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 12px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    /* left: 19%; */
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-taratata {
    position: relative;
    padding-bottom: 50% !important;
    padding-top: 12px;
    overflow: hidden;
}

.video-container-taratata iframe,
.video-container-taratata object,
.video-container-taratata embed {
    
    position: absolute;
    top: 0;
    /* left: 19%; */
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .video-container {
        position: relative;
        padding-bottom: 50%;
        padding-top: 12px;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

#h {
    /*   background: url(../img/upix.png) no-repeat center top;*/
    /*padding-top: 12px;*/

    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(3, 32, 62, 0.7)),
    url(../assets-sf/fond_sf.jpg);

    text-align: center;
    background-attachment: relative;
    background-position: center center;
    /*min-height: 200px;*/
    height:fit-content;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* #h h1 {
    font-weight: 600;
    color: #FFC107;
    font-size: 90px;
} */

#h h1 {
    color: #FFFFFF;
    margin-top: 24px;
    font-size: 35px;
    margin-bottom: 36px;
    font-weight: 600;
}

#h p {
    color: #afafaf;
    padding-left: 12px;
    padding-right: 12px;
}

#h h4 {
    color: #bfbfbf;
    margin-top: 48px;
    margin-bottom: 48px;
}

/* padding sur les col-md-6 */
.col-md-6 {
    padding-bottom: 0px;
    padding-top: 12px;
}

/* hebergement ou SIRET */
#legal {
    background: #222222;
    padding: 20px 0;
    text-align: center;
}

#legal p {
    color: #fff;
    font-size: 12px;
}