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

.text_historical {
    margin-top: 50px;
    height: auto;
}

.text_historical h1 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #0c1c4f;
    font-weight: bold;
}

@media (max-width: 375px) {

    .text_pastor {
        padding-left: 0px;
    }

    .text_historical h1 {
        font-size: 7vmin;
    }

}

.cross {
    margin-top: -8%
}

@media (max-width:1188px) {

    .cross {
        margin-top: 0px;
    }
}

@media (max-width:1098px) {

    .cross {
        margin-top: 2%;
    }
}

@media (max-width:978px) {

    .history p {
        text-align: justify;
    }

    .cross {
        margin-top: 17%;
    }
}

@media (max-width:938px) {

    .remove {
        display: none;
    }
}



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

.historique {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}

.history p {
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: #0c1c4f;
    padding: 0.2em 0 1em 0;
    text-align: justify;
}