body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.dallageText {
    width: 100%;
    padding-top: 7%;
}

.dallageText h2 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}

.dallageText span {
    color: #5FA2BB;
}

.dallageText p {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}


.dallageItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item {
    margin: 2% 2% 0% 2%;
}

.itemImage {
    width: 220px;
    height: 220px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
}

.item p {
    text-align: center;
}

.i1 {
    background-image: url(../assets/images/dallageArme.png);
    background-size: cover;
}

.i2 {
    background-image: url(../assets/images/dallageNonArme.png);
    background-size: cover;
}

.i3 {
    background-image: url(../assets/images/dallageFibre.png);
    background-size: cover;
}

.i4 {
    background-image: url(../assets/images/dallageSansJoint.png);
    background-size: cover;
}

.i5 {
    background-image: url(../assets/images/plancher.png);
    background-size: cover;
}

.i6 {
    background-image: url(../assets/images/radier.png);
    background-size: cover;
}

.i7 {
    background-image: url(../assets/images/betonDesactive.png);
    background-size: cover;
}

.i8 {
    background-image: url(../assets/images/betonMatrice.png);
    background-size: cover;
}

.i9 {
    background-image: url(../assets/images/chapeFluide.png);
    background-size: cover;
}

.i10 {
    background-image: url(../assets/images/anhydrite.png);
    background-size: cover;
}





.pompeText {
    width: 100%;
    padding-top: 5%;
}

.pompeText h2 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}

.pompeText span {
    color: #5FA2BB;
}

.pompeText p {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.pompeDesc {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 10%;
}

.pompeContain {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 2%;
}

.pompeImage1 {
    width: 400px;
    height: 550px;
    background-image: url(../assets/images/image4.jpg);
    background-size: cover;
    background-position: right;
}

.pompeImage2 {
    width: 500px;
    height: 275px;
    background-image: url(../assets/images/image5.jpg);
    background-size: cover;
    margin-left: -5%;
}

@media (max-width: 900px) {
    .pompeImage1 {
        width: 400px;
        height: 500px;
    }

    .pompeImage2 {
        width: 400px;
        height: 200px;
        margin-left: -30%;
        margin-bottom: -10%;
    }
}

@media (max-width: 650px) {
    .dallageText h2 {
        padding-top: 15%;
    }

    .pompeText h2 {
        padding-top: 15%;
    }

    .pompeImage1 {
        width: 300px;
        height: 500px;
    }

    .pompeImage2 {
        width: 300px;
        height: 200px;
        margin-left: -30%;
        margin-bottom: -20%;
    }

    .pompeText p {
        padding: 0 5% 0% 5%;
    }

    .pompeDesc {
        padding-bottom: 30%;
    }
}