/**
 * BANNIERE
 */

.banniere-releves {
  background: url('../images_cmd/fond_cmd.webp') no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

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

#texte-intro h1 {
  line-height: 1.5;
}

/**
 * ERREUR CONNEXION
 */

.btn-cmd {
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 16px;
  outline: none;
}
.btn-cmd:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/**
 * PRINCIPE SAISIE EXPLOITATION
 */

#principe .text,
#saisie .text,
#exploitation .text,
#suivi .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  padding: 4vh;
}

#principe h3,
#saisie h3,
#exploitation h3 {
  font-weight: bold;
  letter-spacing: -1px;
}

#principe h4,
#saisie h4,
#exploitation h4 {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0;
  margin-top: 0;
  padding: 4vh;
}

#principe img,
#saisie img,
#exploitation img {
  max-width: 500px;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  #principe .col-sm-12 h4,
  #saisie .col-sm-12 h4,
  #exploitation .col-sm-12 h4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 767px) {
  #principe .content,
  #saisie .content,
  #exploitation .content,
  #suivi .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #principe h4,
  #saisie h4,
  #exploitation h4 {
    max-width: 700px;
  }
}

/**
 * APPLICATION
 */

#application {
  background-color: #f0f0f0;
}
#application img {
  max-width: 120px;
}
#application h3,
#application .explanation {
  padding: 10px 10px;
  line-height: 1.5;
  margin: 0;
  font-size: 17px;
}
#application h3 {
  color: black;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1.5px;
}
#application .zone {
  padding: 20px;
}

#application .text {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 20px rgbA(0, 0, 0, 0.15);
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
  #application .text {
    height: 450px;
  }
}

#avantages {
  background-color: #f0f0f0;
  margin-bottom: 10vh;
}

#avantages .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}
#app-possibilities .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
}

.img-lg {
  width: 100% !important;
}
