@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Source+Sans+3:wght@800&display=swap');

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


.container {
  width: 1100px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px;
  font-family: 'Source Sans 3', sans-serif;
  text-align: center;
  color: rgb(75, 118, 212);
}
h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Source Sans 3', sans-serif;
}
a {
  color: white;
  text-decoration: none;
}


p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

li {
  margin-top: 15px;
}

/* Navigation */
.navbar-menu {
  display: flex;
  list-style: none;

}
.navbar-menu a{
  text-decoration: none;
  font-size: 10px;
  text-transform: lowercase;
}
.navbar-menu li::first-letter {
  text-transform: uppercase;
}



/* Card Section */
.card-img {
  width: 100%;

}
.card {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.card-footer {
  font-size: 21px;
  font-weight: 400;
  background-color: #4c96c2;
  text-align: center;
  margin-top: -5px;
  padding-top: 15px;
  padding-bottom: 20px;
  width: 100%;
  color: white;
}


section#objectif {
  margin-top: 50px;
  margin-bottom: 55px;
}

section#programme {
  width: 100%;
}

.programme-etape {
  margin-bottom: 50px;
}
.programme-etape li {
  font-weight: 700;
  line-height: 30px;
}
.programme-etape ul{
  list-style: none;
  /* margin-bottom: 20px; */
}
.programme-title {
  background-color: #f5f5f5 ;
  padding: 15px;
  color: #4c96c2;
}
.programme-subtitle {
  background-color: #d2e5f0 ;
  /* padding: 2px; */
  padding-top: 1px;
  padding-left: 15px;
  padding-bottom: 1px;
  color: black
}
.programme-content {
  padding-top: 20px;
  padding-bottom: 20px;

}

.programme-content p {
  width: 80%;
  line-height: 40px;
  margin-bottom: 20px;
}

.profit,
.solvabiliter,
.analyse {
  margin-bottom: 40px;
}
.profit p,
.solvabiliter p,
.analyse p {
  margin-bottom: 10px;
  font-weight: 700;
}

.profit li,
.solvabiliter li,
.analyse li {
  margin-top: 30px;
  line-height: 15px;
}


/* Footer */




.footer-icon {
  margin-top: 65px;
  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;
}
.footer-content {
  margin-top: -10px;
  font-size: 31px;
}
.footer-content a {
  color: black;
}

.footer-content p{
  font-size: 21px;
}
.footer-content h5,
.footer-content p,
.footer-content a {
    line-height: 0.5;
}
.inscrivez,
.tel {
  color: #4c96c2;
  font-weight: 600;
}

.copyright {
  font-size: 16px;
}