.brand-logo{
    margin-left: 5% !important;
}

.pages {
    margin-right: 5% !important;
}

html {
    height: 100%;
    box-sizing: border-box;
}

#contenu{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin: auto;
    width: 70%;
    background-color: #e3f2fd;
    padding: 10px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.top{
    margin-top: 10px !important;
}

.promo i{
    margin-top:13% !important;
    display: block !important;
    height: 80%;
}

i {
    color:#45c8f6 !important;
}

.modal {
    max-height: 74% !important;
}

.block {
    display: flex;
    height: 450px;
}

.tree p{
    margin-top: 70px;
}

.scroll{
    visibility: hidden;
}

.wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
}

video {
    width: 100%;
}

.playpause {
    background-repeat:no-repeat;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #67cdf1 !important;
}

tr{
    background-color: #91d6ef;
}

nav{
    background-color: #45c8f6 !important;
}

footer{
    background-color: #45c8f6 !important;
}

#logo {
    width: 22%;
    margin-left: 79%;
    margin-top: 10px;
}

#titre{
    display: inline-block;
    width: 50%;
    margin-left: 5%;
}

#titre a{
    font-size: 40px;
}

#divLogo{
    display: inline-block;
    width: 20%;
}

#vignette{
    margin-top: 13%;
    width: 100%;
}