
.page {
    background-image: url('../../im.jpg');
    background-position: 2center;
    background-size: 2cover;
}

.image-afrique {
    /*   background-image: url('../../img/AFRIQUE.png');  */
    height: 500px;
}

.page-home-body {

    height: 500px;
    margin-top: 100px;
}

.page-home-text {
    padding-top: 100px;
}



/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {}


/* small mobile :320px. */
@media (max-width: 767px) {}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .image-afrique {
        display: none;
    }

    .page-home-text {
        padding-top: 10px;
    }

    .page-home-body {

        height: 300px;
        margin-top: /30px;
    }
}