
.aPropos {
    text-align: justify;
    width: 90%;
    margin: auto;
}

    .aPropos h1 {
        text-transform: uppercase;
        margin: 50px auto 20px;
        font-family: 'HarbingerCaps';
        text-align: center;
        font-size: 17px;
    }

    .aPropos .ligne {
        height: 2px;
        display: block;
        width: 100%;
        background-color: black;
        margin: 7px auto 15px;
    }

    .aPropos ul {
        padding: 0;
    }

    .aPropos ul li {
        list-style-type: none;
    }

    .notfoundDesktop {
        display: none;
    }

    .notfoundMobile {
        display: block;
    }

        
    /* 404 */
.aPropos .errorImageDiv {
    text-align: center;
    margin-bottom: 0px!important;
}

.aPropos .errorImageDiv  .errorImage {
    height: 20rem;
    width: auto;
}



/*Tablette*/
@media (min-width: 720px) and (max-width: 1200px) {
    .aPropos {
        width: 80%!important;
    }
}

/*Desktop*/
@media (min-width: 720px) {

    .aPropos {
        width: 70%;
        text-align: center;
        font-size: 1.1rem;
    }

    .aPropos div {
        margin-bottom: 90px
    }
        .aPropos h1 {
            font-size: 25px
        }

        .aPropos .ligne {
            margin: 7px auto 30px;
        }
    
    .notfoundDesktop {
        display: block;
    }
    
    .notfoundMobile {
        display: none;
    }

    .aPropos .errorImageDiv .errorImage {
        height: 30rem;
    }
}
