@import url("../police/gotham-cufonfonts-webfont/style.css");

.image {
    background: url("../../img/Formations/bann-form.jpg");
    align-items: center;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    min-height: 70vh;
    height: 70vh !important;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.image #inner {
    transform: scale(1.0);
    transition: opacity 1s ease, transform 1s ease;
    opacity: 1;
    position: relative;
    z-index: 2;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
}

.image #inner h1 {
    font-size: 8vmin;
    margin-bottom: 1rem;
    color: #FFF;
    font-weight: bold;
    font-family: open sans;
}

.formation--text {
    text-align: center;
    color: #0c1c4f;
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

.redline {
    background-color: #FA0061;
    margin: 1.5vw auto;
    width: 15%;
    height: 0.255vw;
}