
#contact #content-wrapper{
    width: 100%;
}

#contact .breadcrumb{
    display: none;
}

#contact .card{
    background: none;
}

#contact #main .page-content{
    padding: 0px !important;
    margin: 0px !important;
}

#contact .elementor-column-wrap{
    padding: 0px !important;
}

#contact h1.elementor-heading-title{
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 70px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#contact .service{
    background: var(--color-white);
    border: 0px !important;
}

#contact .service .elementor-column-wrap{
    padding: 24px !important;
}

#contact .service .titre{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 22px;
    font-family: "Zen Old Mincho";
}

#contact #contactRow > .elementor-container > .elementor-row{
    gap: 100px;
    flex-wrap: nowrap;
}

@media (max-width: 1600px) {
    #contact h1.elementor-heading-title{
        font-size: 60px;
    }
}

@media (max-width: 1300px) {
    #contact #contactRow > .elementor-container > .elementor-row{
        gap: 60px;
    }
    #contact h1.elementor-heading-title{
        font-size: 50px;
    }
}

@media (max-width: 992px) {
    #contact #contactRow > .elementor-container > .elementor-row{
        flex-wrap: wrap;
        gap: 20px;
    }
    #contact h1.elementor-heading-title{
        font-size: 40px;
    }
}
