:root{
    --mx-width: 1200px;
}


main{
    display: flex;
    justify-content: center;
}
.wrapper{
    padding-left: 25px;
    padding-right: 25px;
    max-width: var(--mx-width);
    padding-bottom: 80px;
}


h1{
    margin: 32px 0;
    font-size: 36px;
    font-weight: 700;
}
.conteneur-infos {
    color: #000;  
}

.conteneur-infos h2 {
    font-size: 1.6rem;
    font-weight: 700;    
}

.conteneur-infos p {
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.conteneur-infos p a,.conteneur-infos p a:visited{
    font-weight: 500;
    color: #4583C4;
}
.conteneur-infos p a:hover{
    text-decoration: underline;
}


.txt-gras {
    font-weight: 700;
}
