
body {
    margin: 0;
    background-color: #a3d6ca; /* 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 #a3d6ca;
    margin: 50px;
}

/*HAUT*/
.haut {
    width: 95%;
    background-color: white;
    margin: auto;
    margin-bottom: 2vmin;
}

.navigateur {
    background-color: #7ebbfb;
    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: #7ebbfb;
    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.5vmin;
    font-family: "Sono", monospace;
    font-weight: 200;
    font-style: normal;
    column-count: 2;
    column-gap: 4vmin;
    text-align: justify;
    margin-right: 3.5%;
}

/*CONTENU*/
.contenu {
    width: 95%;
    background-color: white;
    margin: auto;
}

.colonne {
    display: flex;
    padding: 10px;
}

.texte1 {
    margin-left: 20px;
    width: 65%;
}

.intro {
    display: block;
    width: 70%;
    font-family: "Delius Unicase", cursive;
    background-color: #f3e557;
    color: white;
    padding: 8px;   
    margin-bottom: 10px;
}

.paragraphe1 {
    font-size: 2vmin;
    font-family: "Sono", monospace;
    font-weight: 400;
    font-style: normal;
    margin-right: 4vmin;
    text-align: justify;
}

.methode {
    background-color: #7ebbfb;
    padding: 20px;
    color: white;
    font-size: 2vmin;
    font-family: "Sono", monospace;    
    width: 45%;
    margin-right: 2%
}

.objectif {
    font-family: "Sono", monospace;
    font-weight: 500;
    font-size: 2.3vmin;
    margin: 10px;
}