.description {
    display: flex;
  justify-content: center;  /* Centre horizontalement */
  align-items: center; 

    margin: 40px 160px;
    text-align: justify;
    
}
.desc-content{
    background-color: #ffffff;
    border-radius: 40px;
    padding: 10px 41px;
    opacity: 0.9;
    border-left: solid 10px #be1212;
    max-width: 1000px;
}
.separator {
    background: transparent;
    /* margin-top: -76px; */
    /* margin-bottom: -76px; */
    z-index: 5;
    position: relative;
    height: 0px;
    top: -122px;
}
@media (max-width: 800px){
	.separator{
		top: -39px;
	}
}
.red {
    color: #be1212;
    font-weight: bold;
}

div.neuves {
    background-image: url("https://coltrax.ch/wp-content/uploads/2024/10/image_2024_10_24t13_39_43_991z-1.png");
}
div.occasion {
    background-image: url("https://cdn.pixabay.com/photo/2015/06/07/23/08/excavators-800996_1280.jpg");
}
.parallax {
    position: relative;
    width: 100%;
    height: 500px; /* Vous pouvez ajuster la hauteur selon vos besoins */
    background-attachment: fixed; /* L'effet parallaxe */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

/* Contenu qui défile par-dessus le fond */
.neuves-occasion-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.neuves-occasion-content p {
    font-size: 20px;
}

.btn{
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background-color: #fff;
}
.btn:hover{
    background-color: #c70c0c;
    color:#fff;
}
@media screen and (max-width: 700px) {
    .description {
        margin: 40px;
        padding: 0 0 20px;
        background-color: transparent;
        text-align: justify;
        border: 0;
    }
}
