.visite-guidee p{
    text-transform: uppercase;
}

.visite-guidee{
    width: 30%;
    margin-right: 3.33%;
    margin-bottom: 100px;
}

.visites h1, .visites h2, .visite-guidee h3{
    display: inline-block;
    font-family: 'Butler',serif;
    font-weight: 300;
}

.visites-titles{
    width: 100%;
}

.visite-guidee h3{
    margin-top: 15px;
}
.visites h1,.visite-guidee h3{
    font-size: 42px;
    margin-bottom: 25px;
}
.visites h2{
    font-size: 32px;
    margin-bottom: 100px;
}

.visite-guidee .visite-guidee-video{
    aspect-ratio: 0.5625;
    background-color: #16232D;
}
.visite-guidee .visite-guidee-video iframe{
    width: 100%;
    height: 100%;
}

.elementor-divider-separator{
    display: block;
    width: 33.33%;
    border-bottom: 1px solid #F65332;
    margin: 25px 0;
}

.visites{
    padding: 100px 0;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.vendu{
    display: inline-block;
    background-color: #F65332;
    color: #fff;
    padding: 20px 40px;
    margin-bottom: 25px;
    font-weight: bold;
}

.visite-guidee .elementor-button{
    margin-top: 25px;
    border-radius: 0;
    border: 1px solid #16232D;
    color: #16232D;
    background-color: transparent;
}

@media screen and (max-width: 1430px){
    .visites{
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px){
    .visites{
        flex-direction: column;
    }
    .visite-guidee{
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

}