/* Styles personnalisés */

/* CSS tout format */

h2 {
font-weight: bold;
}

/* CSS ordinateur */

@media screen and (min-width: 1025px) {

.accueil .caption {
left: 50%;
width: 50%;
}
    
.accueil .slider-titre {
font-weight: 700;
font-size: 3.2rem;
line-height: 120%;
}

}