.bandeau-logo * {
  font-family: "Open Sans", Arial, sans-serif;
}
.bandeau-logo.logo-bkg-line {
    position: relative;
    background-position: 0 center;
    background-repeat: repeat-x;
    background-size: auto 360px;
    height: 440px;
    text-align: center;
    overflow: hidden;
    -webkit-animation-name: mobileLogochainbkg-logo-bkg-line;
    animation-name: mobileLogochainbkg-logo-bkg-line;
    -webkit-animation-duration: 160s;
    animation-duration: 160s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: background-position;
    box-shadow: 0 -5px 30px -5px rgba(0, 0, 0, 0.08);
}

.overlay.logo-bkg-line,
.bkg-line.logo-bkg-line {
    position: absolute;
}

.overlay.logo-bkg-line {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.bkg-line.logo-bkg-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 70%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 768px){
    .bkg-line.logo-bkg-line {
        width: 100%;
    }
}

@media (min-width: 1200px){
    .bkg-line.logo-bkg-line {
        width: 70%;
    }
}

.title.logo-bkg-line {
    margin-bottom: 26px;
    padding: 0 20px;
    color: black;
}

.title.logo-bkg-line br {
    /*display: none;*/
}

.bkg-message.logo-bkg-line {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .bandeau-logo.fr.logo-bkg-line {
        /* background-image: url("images/logo-temoin.png");*/
    }
    .bkg-line.logo-bkg-line {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0) 100%);
        /*background: radial-gradient(circle, rgba(255,255,255,0.8883928571428571) 0%, rgba(255,255,255,1) 100%);
        background: rgba(255, 255, 255, 1.0);*/
    }
    .title.logo-bkg-line br {
        display: block;
    }
}

@media only screen and (min-width: 576px) {
    .bandeau-logo.logo-bkg-line {
        background-size: auto 360px;
        height: 470px;
        -webkit-animation-name: Logochainbkg-logo-bkg-line;
        animation-name: Logochainbkg-logo-bkg-line;
        -webkit-animation-duration: 200s;
        animation-duration: 200s;
        will-change: background-position;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .bkg-message.logo-bkg-line {
        margin-bottom: 10px;
    }
    /*.bkg-line.logo-bkg-line {
        height: 300px;
        max-width: 450px;
    }*/
}

@media only screen and (min-width: 768px) {
    .bandeau-logo.logo-bkg-line {
        background-size: auto 360px;
        height: 470px;
        -webkit-animation-name: Logochainbkg-logo-bkg-line;
        animation-name: Logochainbkg-logo-bkg-line;
        -webkit-animation-duration: 200s;
        animation-duration: 200s;
        will-change: background-position;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .bkg-message.logo-bkg-line {
        margin-bottom: 10px;
    }
    /*.bkg-line.logo-bkg-line {
        height: 300px;
        max-width: 500px;
    }*/
}

@media only screen and (min-width: 992px) {
    .bandeau-logo.logo-bkg-line {
        background-size: auto 360px;
        height: 470px;
        -webkit-animation-name: Logochainbkg-logo-bkg-line;
        animation-name: Logochainbkg-logo-bkg-line;
        -webkit-animation-duration: 200s;
        animation-duration: 200s;
        will-change: background-position;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .bkg-message.logo-bkg-line {
        margin-bottom: 10px;
    }
    /*.bkg-line.logo-bkg-line {
        height: 300px;
        max-width: 700px;
    }*/
}

@media only screen and (min-width: 1600px) {
    .bandeau-logo.logo-bkg-line {
        height: 600px;
        background-size: auto 460px;
    }
    /*.bkg-line.logo-bkg-line {
        height: 450px;
    }*/
}

@-moz-keyframes Logochainbkg {
0%.logo-bkg-line {
    background-position: 0;
}
100%.logo-bkg-line {
        background-position: -6600px;
    }
}

@-webkit-keyframes Logochainbkg {
0%.logo-bkg-line {
    background-position: 0;
}
100%.logo-bkg-line {
        background-position: -6600px;
    }
}

@-o-keyframes Logochainbkg {
0%.logo-bkg-line {
    background-position: 0;
}
100%.logo-bkg-line {
        background-position: -6600px;
    }
}

@-webkit-keyframes Logochainbkg-logo-bkg-line {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -6600px;
    }
}

@keyframes Logochainbkg-logo-bkg-line {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -6600px;
    }
}

@-moz-keyframes mobileLogochainbkg {
0%.logo-bkg-line {
    background-position: 0;
}
100%.logo-bkg-line {
        background-position: -3000px;
    }
}

@-webkit-keyframes mobileLogochainbkg {
0%.logo-bkg-line {
    background-position: 0;
}
100%.logo-bkg-line {
        background-position: -3000px;
    }
}

@-o-keyframes mobileLogochainbkg {
0%.logo-bkg-line {
    background-position: 0;
}
100%.logo-bkg-line {
        background-position: -3000px;
    }
}

@-webkit-keyframes mobileLogochainbkg-logo-bkg-line {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -3000px;
    }
}

@keyframes mobileLogochainbkg-logo-bkg-line {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -3000px;
    }
}
.bandeau-logo .h2.title-bkg-line {
    color: #0178bc;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
    .bandeau-logo .h2.title-bkg-line {
        color: #0178bc;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .bandeau-logo .h2.title-bkg-line {
        color: #0178bc;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .bandeau-logo .h2.title-bkg-line {
        color: #0178bc;
        text-transform: uppercase;
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .bandeau-logo .h2.title-bkg-line {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
}