
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_0 {
    background-image: url(https://i.ibb.co/CbDDYqY/low-angle-modern-house-roof.jpg);
    padding-top: 150px;
    padding-bottom: 150px;
}

.tmda {
    background-image: url(https://i.ibb.co/zhJ5j76/man-working-roof-with-hammer-full-shot.jpg);
    padding-top: 150px;
    padding-bottom: 150px;
}

.comrt {
    background-image: url(https://i.ibb.co/RzS06qT/gray-metal-wall-with-spiral-stairs-clear-sky.jpg);
    padding-top: 150px;
    padding-bottom: 150px;
}

h2 {
    color: #333; /* Gris foncé */
}

.contact-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.info-item {
    text-align: center;
}

.info-item img {
    width: 30px;
    margin-bottom: 10px;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.button12 {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button12:hover {
    background-color: #45a049;
}
