.hidden-ecran{
  width: 0px;
  height: 0px;
  display: none;
  /*position: absolute;*/
  font-size: 8px;
}

.hidden-ecran-form{
  width: 0px;
  height: 0px;
  /*display: none;*/
  position: absolute;
  color: transparent;
  opacity: 0;
  font-size: 8px;
}


.btn-secondary {
    color: #fff;
    background-color: #133f37;
    border-color: #1a685b;
}
.bg-secondary {
    background-color: #133f37 !important;
}

.details-image img{
  width: 100%;
}
.link-service {
  padding: 5px 0px 0px 5px;
  font-size: 20px;
}
.link-service:hover {
  background-color: #ffac00 !important;
}
.about-img::before, .about-img::after{
  height: 0;
  width: 0;
}
.event-item{
  border: 2px solid #01935e3d;
}
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown){
  padding-top: 10px;
}
.bg-light {
    background-color: #ffffff !important;
}
.carousel-text p{
  color: #000;
}
.carousel-text h1{
  font-size: 50px;
}

.nav-bar{
  padding: 0px !important;
}

.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label{
  display: none;
}

.form-contact .form-control{
  padding: 1rem .75rem;
}

span.help-block {
  color: red;
}

#alert_messages .alert-danger{
  padding: 0px;
}
@media (max-width: 768px) {
  .link-menu-mobile .btn-fb{
    margin-top: 15px;
  }
}