body {
    background-color: #FFFFFF;
    margin: 0;
}
.global {
    width: auto;
    height: auto;
    margin: 4% 2% 5% 2%;
    background-color: #FFFFFF;
}
.listeMenu {
	display: flex;
	justify-content: space-around;
	padding: 0;
}
.listeMenu li {
  list-style: none;
}
.listeMenu a {
  font-family: 'work sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  color: blue;
  text-decoration: none;
}
section {
    padding-top: 1%;
}
.element {
    width: 300px;
    height: auto;
    margin: 0.8% 0.3% 2% 0.3%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F5F5F5;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
}
#banniere {
    background-color: blue;
    opacity: 1;
    float: left;
    height: 700px;
    width: 5%;
    margin: -10% 1% 0% 1%;
    border-radius: 5px;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 2.5rem;
    background-position: center;
    text-align: center;
    color: black;
}
h2 {
    color: blue;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}
h3 {
    color: blue;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}
.souligne {
    /* text-decoration: underline; */
    color: #191919;
}
p {
    font-family: 'Work Sans', sans-serif;
}
li {
    font-family: 'Work Sans', sans-serif;
}
.icon-pdf-div {
  height: 50px;
}
.icon-pdf-a {
  float: right;
  font-size: 4rem;
  text-decoration: none;
}
/* .icon-pdf {
  width: 2rem;
  height: auto;
} */
.intro {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #191919;
}
.suite {
    clear: both;
}
#conteneur {
    display: flex;
    justify-content: space-around;
}
footer {
  text-align: center;
}
footer p {
  font-family: 'work sans', sans-serif;
  font-size: 1rem;
  font-weight: 100;
  color: #4d4d4d;
}
