body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
}

.btn-xl {
    text-align: right;
  text-transform: uppercase;
  padding: 0.8rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #083c4d;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
    box-shadow: 8px 8px 12px #aaa;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
}

.navbar-custom .navbar-brand .navbar-logo {
    width: 70%;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
    color: #083c4d;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover {
    color: #ff0000;
}

.navbar-custom .navbar-nav .nav-item .active {
    color: #ff0000;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-image: url(../img/plage.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 6rem;
    font-weight: 800;
    text-align: left;
    color: #083c4d;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    color: #083c4d;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

section.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-repeat: no-repeat;
  background-size: cover;
    background-position: center bottom;
  background-attachment: scroll;
  background-size: cover;
}

section.services {
  background-image: url(../img/airport.jpg);
}

section.quality {
  background-image: url(../img/maison.jpg);
}

section.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

section.masthead .masthead-content .masthead-heading {
  font-size: 6rem;
    font-weight: 800;
    text-align: right;
    color: #083c4d;
}

section.masthead .masthead-content .masthead-subheading {
  font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
    color: #083c4d;
}

section.quality .masthead-content .masthead-heading {
  font-size: 6rem;
    font-weight: 800;
    text-align: center;
    color: #083c4d;
}

section.quality .masthead-content .masthead-subheading {
  font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    color: #083c4d;
}

section.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}

.btn-left{
    margin-top: 2rem;
    float: left;
}

.btn-right{
    float: right;
}

.bloc-icons{
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.bloc-icons p {
    text-align: center;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    color: #083c4d;
}

.contenu-icons{
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    margin: 1.5rem;
    padding: 1.5rem;
}

.contenu-icons .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a9bcc;
    height: 10rem;
    width: 10rem;
    border-radius: 20px;
}

.contenu-icons img {
    height: 6rem;
    width: auto;
}

.contenu-icons h3 {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: #083c4d;
}

.team {
    background-color: #0a9bcc;
    padding: 40px;
}

.team h4 {
    color: white;
    font-size: 4rem;
    font-weight: 700;
}

.team p {
    color: white;
}

.img-team {
    width: 100%;
}

section.masthead .masthead-content .masthead-subheading span {
    font-weight: 800;
    float: right;
    margin-top: 1.4rem;
}

.contact{
    background-color: #0a9bcc; 
}

.contact h5 {
    font-size: 2.5rem;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

/* ------------------------------------------------- FORMULAIRE ------------- */
form {
    width: 500px;
    padding: 20px;
    margin: 0 auto;
}
form label {
    color: white;
}
form input, form textarea {
    width: 100%;
    border: 0;
    height: 60px;
    line-height: 40px;
    text-indent: 20px;
    margin-bottom: 10px;
    background-color: white;
    /* color : lorsque la personne tape du texte */
    color: black;
}
form textarea {
    height: 150px;
}
form input.go-form {
    width: 40%;
    color: white;
    text-align: center;
    /* cursor : transforme le pointeur de souris en main lors du survol */
    cursor: pointer;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50px;
    text-indent: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
}
/* ::-webkit-input-placeholder : Couleur du texte indicatif dans les champs */
::-webkit-input-placeholder {
   color: whitegrey;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 1.2rem;
  }
}

@media (max-width: 425px) {
    a.navbar-brand{
        width: 75%;
        margin-right: 0;
    }
    header.masthead .masthead-content .masthead-heading {
  font-size: 3.7rem;
    font-weight: 800;
    text-align: left;
    color: #083c4d;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    color: #083c4d;
}
    
    section.masthead .masthead-content .masthead-heading {
  font-size: 3.7rem;
    font-weight: 800;
    color: #083c4d;
}

}

.bg-primary {
  background-color: #0a9bcc !important;
}

.btn-primary {
  background-color: #0a9bcc;
  border-color: white;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0a9bcc !important;
  border-color: #0a9bcc !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
