html, body {margin:0;padding:0;}
body {
    background-color: #671413 ;
    font-size: 1.5em;
    color: white ;
    text-align: center ;
    font-family: 'Saira Condensed', sans-serif;
}
#protected {
    display: none ;
}


header {
    position: fixed ; 
    width: 100% ;
    background-color: #2a0c0c ;
}
#bandeau {
    text-align: center ;
    line-height: 8rem;
}
#banniere {
    height: 7rem;
    vertical-align: middle ;
}

#myLinks {
    display: none;
    background-color: black;
}
.menu_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    text-decoration: none;
    display: block;
    text-align: right ;
}
.menu_item_here {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: gray;
    text-decoration: none;
    display: block;
    text-align: right ;
}
.my_icon {
    height: 16px;
    width: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: black;
    position: absolute;
    right: 0em ;
    top: 0em ;
}





main {
    padding-top: 4em ; 
}
.blabla {
    margin: 2rem;
}
#front_block {
    padding-top: 2rem;    
}
.front_page_links {
    color: white;
    text-decoration: none;

}
video {
    padding-top: 1em ;
    width: 800px ;
    height: auto ;
    text-align: center ;
}
.mytube {
    padding-top: 5em ;
    width: 70%    !important;
    height: auto   !important;
}
h1 {
    padding-top: 1em;
    padding-bottom: 1em;
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            /* linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%), */
            linear-gradient(336deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 70.71%);
    display: block;
}
h2 {
    padding-top: 2em;
    padding-bottom: 1em;
}   
h6 {
    padding-top: 0em;
    /* padding-bottom: 1em; */
}








footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.my_foot {
    text-decoration: none;
    color: white;
}
#landing {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(336deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 70.71%);
    display: block;
    text-decoration: none; color: white;
    display: block;
}

.fake_movie {
    width: 800px;
}



@media screen and (max-width: 900px) {
    main {
        padding-top: 1rem ;
    }
    h1 {
        padding-top: 0.5rem;
        padding-bottom: 1rem;
        display: none;
    }
    h2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 1rem;

    }
    #bandeau {
        line-height: 3rem;
        text-align: left ;
        height: 3rem;
    }
    #banniere {
        height: 2rem;
        padding-left: 1rem ;
    }
    .youtube_video_pc {
        display: none ;
    }
    .my_icon {
        height: 1rem ;
        width: 1rem ;
    }
    video {
        width: 300px;
    }
    .fake_movie {
        width: 300px;
    }
}
@media screen and (min-width: 900px) {
    .youtube_video_mobile {
        display: none ;
    }
}