/* NOTES DE TRAVAIL */
.note2Travail {
    clear: both;
    margin-top: 20px;
}

.note2Travail p {
    margin-bottom: 10px;
    line-height: 1.5;
}

body {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #fff;
}

img {
    float: right;
    object-fit: cover;
    object-position: center;
    height: 3%;
    width: auto;
    max-height: 100px;
}



/* Section slogan avec styles spécifiques pour h2 et p */
.sectionSlogan {
    border: 2px solid black;
    background-color: transparent;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    clear: both;
    text-align: center;
 

    line-height: 1.4;
}


/* Titre h2 dans la section slogan - Police la plus marquante */
.sectionSlogan h1 {
    font-family: 'TTProstoSansBlack', sans-serif;
    font-size: clamp(2.75em, 6vw, 5em); /* Responsive et impactant */
    
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -2px;
    padding: 10px;
}

/* Paragraphe p dans la section slogan - Police plus légère pour le texte */
.sectionSlogan p {
    font-family: 'TTProstoSansRegular', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-transform: none; /* Pas de majuscules pour le texte */
    letter-spacing: 0.5px;
    line-height: 1.6;
    
}
