
body {
    margin: 0;
    background-color: #eaebcc; /* ou un fond en brique douce */
    color: black;
    font-family: 'Quicksand', sans-serif;

}

img {
    height: 45vmin;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ligne {
  border-bottom: 5px dotted #eaebcc;
    margin: 50px;
}

/*HAUT*/
.haut {
    width: 95%;
    background-color: white;
    margin: auto;
    margin-bottom: 2vmin;
}

.navigateur {
    background-color: #fb887e;
    width: 90%;
    margin: auto;
    color: white;
    padding: 8px;    
}

.navigateur a {
    color: white;
    font-family: "Delius Unicase", cursive;
    font-weight: 400;
    font-style: normal;
    padding: 4vmin;
    font-size: 13px;
}

.haut-colonne {
    display: flex;
    padding: 5vmin;
}

.texte {
    margin-left: 4vmin;
}

.grostitre {
    color: #fb887e;
    font-size: 11.7vmin;
    font-family: "Great Vibes", cursive;
    font-weight: 500;
    font-style: normal;
    margin-left: 3.5vmin;
    text-decoration: 2px underline;
    text-underline-offset: 6vmin;
    margin-bottom: 20px;
}
.paragraphe {
    font-size: 1.6vmin;
    font-family: "Sono", monospace;
    font-weight: 200;
    font-style: normal;
    column-count: 2;
    column-gap: 6vmin;
    text-align: justify;
    margin-right: 3.9%;
}

/*CONTENU*/
.contenu {
    width: 95%;
    background-color: white;
    margin: auto;
}

.colonne {
    display: flex;
    padding: 0px;
}

.texte1 {
    margin-left: 20px;
    width: 95%;
}

.texte2 {
    margin-left: 10px;
    width: 90%;    
}

.intro {
    display: block;
    width: 70%;
    font-family: "Delius Unicase", cursive;
    background-color: #95e75c;
    color: white;
    padding: 8px;   
    margin-bottom: 10px;
}

.paragraphe1 {
    font-size: 0.90rem;
    font-family: "Sono", monospace;
    font-weight: 400;
    font-style: normal;
    margin-right: 3vmin;
    text-align: justify;
}

.methode {
    background-color: #7ebbfb;
    padding: 20px;
    color: white;
    font-size: 2vmin;
    font-family: "Sono", monospace;    
    width: 60%;
    margin-right: 2%
}

.objectif {
    font-family: "Sono", monospace;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 10px;
}