html {
  min-height: 100%;
}
body {

  background-image:  url("../../core/template/img/fond1.jpeg");
  min-height: calc(100% - 20rem);
  background-size: cover;
  background-repeat: no-repeat;
 
}

@media screen and (max-width: 1120px) {

  body{
background-position: center;
    background-image:  url("../../core/template/img/fond2.jpeg");
  
  }
  }


.text_vert {
  color: #017100 !important;
}

.bg_vert {
  background-color: #017100 !important;
}


.text_bleu {
  color: #56c1ff !important;
}

.bg_bleu {
  background-color: #56c1ff !important;
}

.box-shadow{
  box-shadow: 0.5rem 0.5rem 0.5rem #3a3a3a
}

 .btn_nav a{
  padding: 0.5rem;
  margin: 0.5rem;
  color: white ;
  border-bottom: solid 3px transparent;
  text-decoration: none;
 }

 .btn_nav  :hover{
  
  border-bottom: solid 3px white !important;
  
 }

 .btn_nav_active{
  border-bottom: solid 3px white !important;
 }

 a {
  text-decoration: none;
 }

 .c_pointer{
  cursor: pointer !important;
 }

 label.error {
	
	background-color: white;
    padding: 0rem 1rem 0rem 1rem;
    margin-top: 0.2rem;
}
