.img-content {
  max-width: 500px;
  width: 90%;
}
.icone-content {
  max-width: 80px;
  margin: 10px;
}
.content {
  padding: 40px 0;
  font-size: 17px;
  line-height: 1.5;
}
h3:not(#banniere h3, #leaneo h3, #contact h3) {
  letter-spacing: -1px;
  font-weight: bold;
  color: black;
}

/**
 * BANNIERE
 */

.banniere-habilitations {
  background: url('../images_mh/fond-habilitations.webp') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

#banniere .filtre {
  color: #fff;
  background: #012e47c9;
  background-size: cover;
}

/**
 * MODULES
 */

#modules .title {
  font-size: 24px;
}
#modules img {
  max-width: 100px;
}
#modules h3 {
  font-size: 22px;
}
#modules .text {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 275px;
}
#modules .btn {
  background-color: white;
  border: solid 1px #046197;
  color: #046197;
  font-size: 20px;
}
#modules .btn:hover {
  background-color: #046197;
  border: solid 1px white;
  color: white;
}
#modules .more {
  position: absolute;
  bottom: 25px;
}

#modules .zone1,
#modules .zone3 {
  background-color: #f0f0f0;
}
#modules .zone2,
#modules .zone3 {
  border: none;
  border-left: solid 1px #afb1b4;
}

@media only screen and (max-width: 1500px) {
  #modules .text {
    height: 275px;
  }
}

@media only screen and (max-width: 1200px) {
  #modules .text {
    height: 310px;
  }
}

@media only screen and (max-width: 992px) {
  #modules .zone1,
  #modules .zone2 {
    border: none;
    border-bottom: solid 1px #afb1b4;
  }
  #modules .zone3 {
    border: none;
  }
  #modules .text {
    height: 275px;
    margin: 0 80px;
    padding: 15px 40px;
  }
}

@media only screen and (max-width: 590px) {
  #modules {
    padding: 0;
    margin: 4vh;
  }
  #modules .text {
    margin: 0 60px;
    padding: 15px 30px;
    height: 310px;
  }
}

@media only screen and (max-width: 500px) {
  #modules .text {
    height: 310px;
    margin: 0;
    padding: 15px;
  }
}

/**
 * HABILITATIONS
 */

#habilitations {
  background-color: #f0f0f0;
}
#habilitations .img-content {
  max-width: 450px;
}
#habilitations ul {
  list-style-image: url('../images_mh/puce.png');
}

/**
 * SONDAGE
 */

#sondage {
  background-color: #f0f0f0;
}
#sondage .text {
  text-align: justify;
}
#sondage .img-content {
  max-width: 450px;
}

/**
 * AVANTAGES
 */

#avantage img {
  max-width: 100px;
}
#avantage .explanation {
  padding: 10px;
}
#avantage h3 {
  padding: 10px;
  line-height: 1.5;
  margin: 0;
  font-size: 22px;
}
#avantage .text {
  padding: 15px 0;
  height: 400px;
}
#avantage .text:hover,
#avantage .text:hover h3 {
  background-color: #046197;
  color: white;
}

#avantage .zone1,
#avantage .zone3,
#avantage .zone5 {
  background-color: #f0f0f0;
}
#avantage .zone2,
#avantage .zone3,
#avantage .zone4,
#avantage .zone5,
#avantage .zone6 {
  border: none;
  border-left: solid 1px #afb1b4;
}

@media only screen and (max-width: 1500px) {
  #avantage .text {
    height: 425px;
  }
}

@media only screen and (max-width: 1200px) {
  #avantage .text {
    height: 475px;
  }
}

@media only screen and (max-width: 992px) {
  #avantage .zone1,
  #avantage .zone2,
  #avantage .zone3,
  #avantage .zone4,
  #avantage .zone5 {
    border: none;
    border-bottom: solid 1px #afb1b4;
  }
  #avantage .zone6 {
    border: none;
  }
  #avantage .text {
    height: 335px;
    margin: 0 80px;
    padding: 15px 40px;
  }
}

@media only screen and (max-width: 550px) {
  #avantage {
    padding: 0;
    margin: 4vh;
  }
  #avantage .text {
    margin: 0 60px;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 500px) {
  #avantage .text {
    height: 375px;
    margin: 0;
    padding: 15px;
  }
}
