header {
  padding: 35px 0 0 0;
  margin-bottom: 3vh;
}
header .textContainer {
  padding: 0 15px 0 35px;
}
header .textContainer h1 {
  font-size: 26px;
}
header .textContainer .description {
  font-size: 13px;
  margin-top: 15px;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
header .imageContent img {
  width: auto;
  height: 100%;
}

main {
  padding: 80px 35px;
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}
main h2 {
  font-size: 30px;
}
main .line {
  margin-bottom: 30px;
}
main .line .firstLine {
  width: 30%;
  height: auto;
}
main .separateur {
  margin: 50px 0;
}
main .separateur .losange1, main .separateur .losange5 {
  width: 8px;
  height: 8px;
}
main .separateur .losange2, main .separateur .losange4 {
  width: 13px;
  height: 13px;
}
main .separateur .losange3 {
  width: 17px;
  height: 17px;
}
main .newsContent h3 {
  font-size: 23px;
}
main .newsContent .cardContainer {
  flex-wrap: nowrap;
  overflow: auto;
  margin: 15px 0 30px 0;
  padding-bottom: 10px;
}
main .newsContent .cardContainer .card {
  width: 350px;
  height: 450px;
  flex-shrink: 0;
}
main .newsContent .cardContainer .card .title {
  padding: 14px 15px 30px 15px;
  font-size: 17px;
}
main .newsContent .cardContainer .card .contentCourses {
  margin-top: 10px;
  padding: 14px 15px;
  font-size: 14px;
}
main .newsContent .cardContainer .card .contentCourses li {
  margin-bottom: 8px;
}
main .newsContent .cardContainer .card .contentCourses .readMore {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  padding: 8px 18px;
  margin: 0 auto;
  text-decoration: none;
}
main .newsContent .cardContainer .card .contentCourses .readMore:hover {
  background-color: white;
  color: #2b7270;
}

footer {
  padding: 50px 35px 90px 35px;
}
footer h1 {
  font-size: 35px;
  margin-bottom: 10px;
}
footer .line {
  margin-bottom: 60px;
}
footer .line .firstLine {
  width: 30%;
  height: auto;
}
footer .icon {
  width: 300px;
  height: auto;
}
footer .icon img {
  width: 50px;
  height: auto;
}

/*# sourceMappingURL=homeStyleTablet.css.map */
