/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-April-2017, 11:33:00
    Author     : David B
*/
.merci {
  background: #d6ece7;
  border: 1px solid #bad6dc;
  padding: 50px 25px;
  margin-top: 100px;
  color: #294b52;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em; }

input:focus, textarea:focus {
  outline: -webkit-focus-ring-color auto 0px; }



.carousel-caption {
  bottom: 50% !important;
  transform: translateY(50%);
}

.carousel-inner .carousel-item .carousel-caption {
    bottom: 0;
    transform: none;
}

@media (max-width: 768px){
#banner .carousel-inner {
    top: 0px !important;
  }
} 

.carousel-caption img {
  width: 8rem;
}

#banner h1{
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1rem 0;
}

#banner h2{
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 1rem 0;
}

.row-boton {
  margin-top: 4rem;
}

.button-contact {
  display: inline-flex;
  padding: 1.5rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;

  border-radius: 0.625rem;
  background: var(--colorsecundaridefault, #FFF);

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


@media screen and (max-width: 990px) {
  .carousel-caption img {
    margin-bottom: 1.25rem;
  }
  #banner h1 {
    font-size: 2.375rem !important;
  }

  #banner h2 {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: 1.625rem !important;
  }

  .row-boton {
    margin-top: 10rem;
  }
} 