.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

.header {
    background: #F4F0EC;
    height: 400px;
}

.container-fluid {
    padding: 0!important;
}

.logo {
    justify-content: center;
    display: flex;
    padding: 40px;
}

.logo img {
    width: 357px;
}

.phrase {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-family: quiche-display, sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 25px;
}

.ligne {
    border-top: 1px solid #000;
    width: 500px;
    margin: 0 auto;
    margin-top: 14px;
}

.video-player {
    display: flex;
    justify-content: center;
}

video {
    width: 50vw;
    position: absolute;
    top: -120px;
}

video:focus {
    outline: none!important;
}

.contact {
    position: relative;
    top: 23vw;
    display: flex;
    justify-content: center;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
}

.contact a {
    color: inherit;
}

.reseaux {
    position: relative;
    top: 23vw;
    display: flex;
    justify-content: center;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
}

.reseaux a {
    padding: 30px 15px;
}

::-webkit-scrollbar {
    width: 0px!important;
}
.portable {
    display: none;
}
.sign-taurine {
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
.sign-taurine img{
    width: 140px;
    margin-top:-2vw;
    opacity: .8;
}
@media screen and (min-width: 3800px) {
    .contact, .reseaux {
        top: 26vw;
    }
}
@media screen and (min-width: 2250px) {
    .contact, .reseaux {
        top: 25vw;
    }
}

@media screen and (max-width: 1024px) {
    .bg {
        /* Set rules to fill background */
        min-height: inherit;
        min-width: inherit;
        /* Set up proportionate scaling */
        width: 100%;
        height: auto;
        /* Set up positioning */
        position: initial;
        top: 0;
        left: 0;
    }
    .header {
        height: 300px;
    }
    video {
        width: 100%;
        position: initial;
        padding: 50px 0;
    }
    .reseaux {
        top: 0vw;
    }
    .contact {
        top: 0vw;
    }
}
@media screen and (max-width: 800px) and (orientation: portrait) {
    .header {
        height: 190px;
    }
    .portable {
        display: flex;
    }
    .large {
        display: none;
    }
    .contact.portable {
        display: block;
        font-size: 14px;
        /* position: relative; */
    }
    .phrase {
        text-align: center;
        font-size: 23px;
    }
    .ligne {
        border-top: 1px solid #000;
        width: 250px;
        margin: 0 auto;
        margin-top: 0px;
    }
    .logo {
        padding: 24px;
    }
    video {
        position: relative;
        top: 6vw;
        min-height: 300px;
    }
    .sign-taurine {
        position: initial;
        text-align: center;
        margin-bottom: 10vw;
      }
}

@media screen and (max-width: 540px) {
    .header {
        height: 172px;
    }
    .logo img {
        width: 280px;
    }
    .portable {
        display: flex;
    }
    .large {
        display: none;
    }
    video {
        width: 100%;
        position: initial;
        padding: 90px 0 0 0;
        max-height: 400px;
    }
    .contact.portable {
        display: block;
        font-size: 14px;
    }
}

@media screen and (max-width: 1285px) and (min-height: 1136px) and (orientation: portrait) {
    .header {
        height: 220px;
    }
    .logo img {
        width: 200px;
    }
    .phrase {
        text-align: center;
        font-size: 23px;
    }
    .ligne {
        border-top: 1px solid #000;
        width: 250px;
        margin: 0 auto;
        margin-top: 0px;
    }
    video {
        width: 100%;
        position: initial;
        padding: 100px 0 0 0;
    }
    .sign-taurine {
        position: initial;
        text-align: center;
        margin-top: 3%;
      }
    .reseaux {
        top: 3vw;
    }
    .contact {
        top: 3vw;
    }
}
