@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* -------------------------------------------- Général */
body {
    font-family: "Roboto", sans-serif;
}

main {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

header, footer {
    background-color: #4f1b97;
	padding: 30px;
	text-align: center;
	color: white;
}


footer {
    margin-top: 10vh;
    text-align: center;
}

/* -------------------------------------------- Graphiques */
h3 {
    padding-top: 50px;
    font-size: 22px;
}

.graphiques {
    padding: 5vh 5vw ;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;

    margin: 5vh 0;
}


/* -------------------------------------------- Tableau */
#donnéesMondiales {
    color: rgba(2, 113, 176, 0.7);
}

#donnéesIA {
    color: rgba(206, 105, 4, 0.7);
}



#infographie {
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-weight: bold;
}

img {
    width: 80%;
}