
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


#start-img{
    background-image: url('../images/1.jpg');
}


#bnf-img{
    background-image: url('../images/2.jpg');
}

#film-img{
    background-image: url('../images/3.jpg');
}

.img-rounded{
    width: 100%;
    margin: auto;
    max-height: 400px;
    object-fit: contain;
}

#start-img, #bnf-img, #film-img{
    padding-top: 50%;
    background-size: cover;
    border-radius: 50%;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}

#start-img:hover, #bnf-img:hover, #film-img:hover{
    border-radius: 5%;
}

#texte{
    height: 100%;
    font-family: "Roboto Light";
}


.row{
    display:flex;
    align-items: center;
    margin-bottom: 60px;
}


@media(max-width: 600px){
    #texte{
        padding: 15px!important;
    }

    .row{
        flex-direction: column;
    }

    #second-section{
        display: flex;
        flex-direction: column-reverse;
    }

    center{
        padding-top: 155px!important;
    }
}

.mobile-hide{
    display: block;
}
.mobile-show{
    display: none;
}
@media(max-width: 1000px){
    .mobile-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }
}




#back{
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 15px;
    background-color: rgb(44, 179, 178);
    color: white;
    border-radius: 5px;
    cursor: pointer;}

#langue{
    position: fixed;
    top: 70px;
    left: 10px;
    padding: 15px;
    background-color:gray;
    color: white;
    border-radius: 5px;
    cursor: pointer;}

a{
    text-decoration: none;
    color: white;
}

/* FONT FACE */

@font-face{
    font-family : "Roboto Light";
    src : url('../font/Roboto-Light.ttf');
}

@font-face{
    font-family : "Roboto Thin";
    src : url('../font/Roboto-Thin.ttf');
}