body html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-family: 'open sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #0768c4;;
}
h3 {
    font-family: 'open sans', sans-serif;
}

p{
    font-family: 'open sans', sans-serif;
    line-height: 40px;
}
ul li {
    font-family: 'open sans', sans-serif;
    font-size: 16px;
}
li {
    margin-bottom: 15px;
}
img {
    width: 1100px;
    height: 615px;

}
a{
    text-decoration: none;
    font-family: 'open sans', sans-serif;
    color: black;
}
.container {
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.ruban {
    font-size: 21px;
    font-weight: 400;
    background-color: #4c96c2;
    text-align: center;
    margin-top: -5px;
    width: 100%;
    color: white;
}
.ruban p{
    color: white;
    font-size: 21px;
}

.objectif {
    margin-right: auto;
}

.objectif h1 {
    /* margin-right: 40px; */
    font-size: 18px;
    font-weight: 700;
    color: black;
}

/* Section Formation */

.formation-title {
    background-color: #eeeded;
}

.formation-title h1 {
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    color: #48aad5;
    padding: 2px;
}

.sous-titre h2 {
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    background-color: #48aad5;
    padding: 2px;
    margin-top: -22px;
}
.formation-description p {
    font-size: 16px;
    line-height: 40px;
}

.sous-titre h3 {
    font-family: 'open sans', sans-serif;
}

/* Footer */
footer {
    width: 1100px;
    margin: 0 auto;
}

.footer-icon {
  margin-top: 150px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
 
}
.footer-title {
  background-color: #4c96c2;
  width: 100%;
  color: white;
  /* margin-top: -40px; */
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 21px;
}

.footer-title h4 {
  margin: 0;
  color: white;
}
.footer-content  h5 {
    font-weight: 900;
    font-size: 0.7em;
}

.footer-content {
    text-align: center;
  margin-top: -10px;
  font-size: 31px;
  font-family: 'open sans', sans-serif;
}


.footer-content p{
  font-size: 21px;
}
.footer-content h5,
.footer-content p,
.footer-content a {
    text-align: center;
    line-height: 0.5;
}

footer a {
  color: black;
  font-weight: 800;
}

footer p{
    font-weight: 400;
}
.inscrivez,
.tel {
  color: #000000;
  font-weight: 900;
}

.copyright {
  font-size: 16px;
  font-weight: 800;
}
footer img {
  width: 71px;
  height: 67px;
  margin: 0 auto;
}
