/*Module objectifs*/
.modmn_objectifs{
  padding: 5% 10%;
}

.titre_module{
  color: #377ab7;
  text-align: center;
  margin-bottom:5%;
  font-weight: normal;
}

.titre_right{
  text-align: left;
  padding-left: 5%;
}

.modobjectifs_contenu{
  -ms-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modobjectifs_desc{
  font-weight: normal;
  width: 60%;
  float:left;
  text-align: justify;
}

.modobjectifs_photo{
  width:40%;
  float:right;
}

.modobjectifs_photo img{
  max-height:400px;
  margin:auto;
}

.objectifs_contenu{
  margin:2%;
}

.mod_vignette{
  float:left;
  margin:.9% 1%;
  width:13px;
}

/*Module Avantages*/
.modmn_avantages{
  padding: 5%;
  background-color: #f7f7f7;
}

.modavantages_desc{
  width:60%;
  float:right;
  font-weight: normal;
}

.avantages_contenu{
  margin:2%;
}

.modavantages_photo{
  width:40%;
  float:left;
  padding-right: 5%;
}

.modavantages_photo img{
  margin:auto;
  max-height: 450px;
}

/*Module autres*/
.mod_autres{
  margin-top:8%;
}

.modautres_desc{
  float:left;
  width:50%;
}

.modautres_photo{
  float:right;
  width:50%;
}

.modautres_photo img{
  max-height:300px;
}

.modmn_image_mobile{
  display: none;
}

.titre_mobile{
  display: none;
}

/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width:481px) and (max-width: 767px) {
  /*Mobile*/
  .titre_module{
    font-size: 1.5em;
  }

}

@media (max-width: 480px) {
  /*Mod Objectifs*/
  .modobjectifs_contenu{
    display: block;
  }

  .modobjectifs_photo{
    width:70%;
    float:none;
    margin: auto;
  }

  .modobjectifs_desc{
    width:98%;
  }

  /*Mod avantages*/
  .modavantages_photo{
    width:95%;
    margin: auto;
  }

  .modavantages_photo img{
    max-height: 200px;
    margin: auto;
  }

  .modavantages_desc{
    width:98%;
  }

  /*Mobile*/
  .titre_module{
    font-size: 1.5em;
  }

  .titre_mobile{
    display: block;
  }

  .titre_desk{
    display: none;
  }

  .modmn_image_mobile{
    display: block;
  }

  .modmn_image_desk{
    display: none;
  }
}
