.explain {
    padding: clamp(15px, 3vw, 50px);
    background: #fff;
    border-radius: 25px;
    margin: clamp(5px, 3vw, 25px);
    border: #000 2px solid;
}
.explain h1{
    font-family: 'Bebas Neue';
    display: block;
    text-align: right;
    width: 100%;
    border-bottom: 2px solid #D14836;
    margin-bottom: 20px;
}
.explain h3{
    font-family: 'Bebas Neue';
}
.explain .cta-acceuil {
    font-family: 'Bebas Neue';
    font-size: 24px;
    color: #fff;
    padding: 25px;
    background: #D14836;
    border-radius: 25px;
    display: inline-block;
}
.index-news {
    padding: clamp(15px, 3vw, 50px);
    background: #D14836;
    color: #fff;
    width: 100%;
}
.index-news h1{
    font-family: 'Bebas Neue';
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    color: #fff;
}

.index-news .news-excerpt {
    padding: clamp(15px, 3vw, 50px);
    background: #fff;
    min-height: 250px;
    color: #000;
    border: #000 2px solid;
    border-top: 0px;
}
.index-news article h3 {
    color: #000;
    display: block;
    text-align: right;
    width: 100%;
    font-family: 'Bebas Neue';
    font-size: 32px;
}
.index-news article{
    border: 0px;
}
.index-news .news-meta{
    color: #000;
    display: block;
    text-align: right;
    width: 100%;
}
.index-news .news-thumbnail img{
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 25px 25px 0px 0px;
    border: #000 2px solid;
    border-bottom: 0px;
}
.index-news .read-more{
    display: inline-block;
    background-color: #D14836;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    border: #000 1px solid;
}
.villefranche2026{
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: #000 3px solid;
}
.text-villefranche{
    flex: 2;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    z-index: 3;
}
.text-villefranche h1, h3{
    font-family: 'Bebas Neue';
}
.text-villefranche form{
    display: flex;
}
.text-villefranche input[type="mail"]{
    flex: 4;
}
.morceau-rouge{
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    width: 125%;
    transform: translateX(-25%) skewX(30deg);
    z-index: -1;
    border-left: #000 3px solid;
}
.blank-space{
    flex: 2;
    height: 100%;
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    .text-villefranche{
        width: 100%;
    }
    .blank-space{
        display: none;
    }
}