body, html {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
  flex-grow: 1;
}

.bloc_symptomes {
  border: 5px solid #36705e;
  padding: 25px;
  margin: 2px;
}

#bloc_campagne {
  background-color: #80587b;
  margin: 0;
  padding: 0;
  color: #fff;
  height: 70px;
  line-height: 70px;
}

.icone_parcelles_tri {
  font-size: 11px;
}

.texte_registres {
  font-size: 30px;
}

#separateur_organisme_nuisible {
  height: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #36705e;
  margin-bottom: 20px;
}

.formation-vitipeps {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.formation-vitipeps label {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center !important;
  width: 100%;
}

.formation-vitipeps input {
  height:25px;
}

.ligne_tec select, .ligne_tec input {
  display: none;
}

.bloc_variete {
  display: none;
}

form[name="form_login"] .password-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 48%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  color: #333;
  transition: all 0.2s;
}

form[name="form_login"] .password-icon:hover {
  cursor: pointer;
  color: #ff4754;
}

form[name="form_login"] .password-icon .fa-eye-slash {
  display: none;
}

#societes {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: auto;
  max-height: 200px;
  display: none;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.societe {
  padding: 10px;
  cursor: pointer;
}

.societe:hover {
  background-color: #36705e;
  color: #fff;
}

#bloc_contenu {
  flex-grow: 1;
}

.btn-warning a {
  text-decoration: none;
  color: #fff;
}

.btn-warning a:hover {
  text-decoration: none;
  color: #fff;
}

.btn a {
  text-decoration: none;
  color: #fff !important;
}

a {
  text-decoration: none;
  color: #9bc947;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #36705e;
}

input {
  color: #333 !important;
}

label {
  color: #000;
  font-size: 15px;
}

h1 {
  color: #80587b;
  font-weight: 700;
  font-size: 35px;
  border-bottom: 10px solid #80587b;
  padding-bottom: 10px;
}

p {
  color: #333;
  font-size: 18px;
}

#bloc_societe, #bloc_annee {
  display:none;
}

/*** HEADER ***/
header {
  line-height: 100px;
  background-color: #fff;
  text-align: center;
  border-bottom: 10px solid #36705e;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

header img {
  max-width: 100%;
  width: 200px;
  margin-right: 20px;
}

#header-admin a.nav-link-actuel {
  color: #36705e !important;
}

@media(min-width: 0px) {
  #header-admin .nav-link {
    color: #121212 !important;
    font-size: 1rem;
  }

  #header-adherent .nav-link {
    color: #121212 !important;
    font-size: 1rem;
  }
}

@media(min-width: 1200px) {
  #header-admin .nav-link {
    color: #121212 !important;
    font-size: 0.65rem;
  }

  #header-adherent .nav-link {
    color: #121212 !important;
    font-size: 0.65rem;
  }
}

@media(min-width: 1327px) {
  #header-admin .nav-link {
    color: #121212 !important;
    font-size: 0.8rem;
  }

  #header-adherent .nav-link {
    color: #121212 !important;
    font-size: 0.8rem;
  }
}

@media(min-width: 1425px) {
  #header-admin .nav-link {
    color: #121212 !important;
    font-size: 1rem;
  }

  #header-adherent .nav-link {
    color: #121212 !important;
    font-size: 1rem;
  }
}

#header-admin .nav-link:hover {
  color: #36705e !important;
}

#header-admin .dropdown-item {
  color: #121212 !important;
}

#header-admin .dropdown-item:hover {
  background-color: #36705e !important;
  color: #fff !important;
}

#header-admin .dropdown-item:focus {
  background-color: #36705e !important;
  color: #fff !important;
}

#header-admin .dropdown-item:active {
  background-color: #36705e !important;
  color: #fff !important;
}

#header-adherent .nav-link:hover {
  color: #36705e !important;
}

#header-adherent .dropdown-item {
  color: #121212 !important;
}

#header-adherent .dropdown-item:hover {
  background-color: #36705e !important;
  color: #fff !important;
}

#header-adherent .dropdown-item:focus {
  background-color: #36705e !important;
  color: #fff !important;
}

#header-adherent .dropdown-item:active {
  background-color: #36705e !important;
  color: #fff !important;
}

/*header a {
  color: #36705e;
}

#bloc_sous_menu {
  background-color: #9bc947;
}

#bloc_sous_menu a {
  color: #fff !important;
}

#mon_profil:hover {
  text-decoration: none;
  background-color: #36705e;
}

#mon_profil:hover a {
  color: #fff !important;
}

#btn_modifier_societe {
  height: 60px;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 25px;
}

#btn_modifier_societe a, #btn_changer_campagne a {
  text-decoration: none;
  color: #fff;
}

#btn_modifier_societe a:hover, #btn_changer_campagne a:hover {
  background-color: transparent !important;
}

#bloc_menu img {
  max-width: 200px;
  float:left;
  padding-top: 20px;
}*/
/*** FIN HEADER ***/

.btn_bloc_traitement {
  background-color: #a4a2a2 !important;
  color: #fff !important;
}

.btn_bloc_traitement:focus, .btn_bloc_traitement:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-success {
  background-color: #36705e !important;
  border-color: #36705e !important;
  color: #fff !important;
}

.btn-success:hover {
  background-color: #398e74 !important;
  border-color: #398e74 !important;
}

.btn-outline-success {
  border-color: #36705e !important;
  color: #36705e !important;
}

.btn-outline-success:hover {
  background-color: #36705e !important;
  border-color: #36705e !important;
  color: #fff !important;
}

.btn-info {
  background-color: #9bc947 !important;
  border-color: #9bc947 !important;
  color: #fff !important;
}

.btn-info:hover {
  background-color: #87ac43 !important;
  border-color: #87ac43 !important;
}

.btn-secondary {
  background-color: #80587b !important;
  border-color: #80587b !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #976791 !important;
  border-color: #976791 !important;
}

.btn-outline-info {
  border-color: #9bc947 !important;
  color: #9bc947 !important;
}

.btn-outline-info:hover {
  background-color: #9bc947 !important;
  border-color: #9bc947 !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border-color: #80587b !important;
  color: #80587b !important;
}

.btn-outline-secondary:hover {
  background-color: #80587b !important;
  border-color: #80587b !important;
  color: #fff !important;
}

.btn-warning {
  background-color: #80587b !important;
  border-color: #80587b !important;
  color: #fff !important;
}

.btn-warning:hover {
  background-color: #976791 !important;
  border-color: #976791 !important;
}

/*** PARTIE ADHERENT ***/
.menu_adherent {
  background-color: #36705e;
  color: #fff;
  padding: 25px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 5px solid #fff;
  border-radius: 15px;
}

.menu_adherent a {
  color: #fff !important;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

.menu_adherent i {
  font-size: 25px;
  padding-right: 20px;
  vertical-align: middle;
}

.menu_adherent:hover {
  background-color: #80587b !important;
}
/*** FIN PARTIE ADHERENT ***/

footer {
  background-color: #36705e;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

footer a {
  text-decoration: none;
  color: #9bc947;
}

footer a:hover {
  text-decoration: none;
  color: #80587b;
}