/*
*@colors
*/
:root{
  --primary-color:#fff;
  --secondary-color:#000;
}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

body{
  color:var(--secondary-color);
}


/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/
.navbar{
  background-color: #ea574c;
  /* z-index 3 to be above bootstrap form floating labels */
  z-index:3;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
}
.nav-link {
  font-size: larger;
  font-weight: 600;
}
.navbar-logo-custom {
width: 20%;
}
/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/
/* Premier block */
/* Style de la section texte */
.text-hero {
    background-color: white;
    color:  #363147;
}
  /* second block*/
  .blue-block {    
    background-color: #3a3547; /* bleu sombre */
    color: white;
    height: 100%;
  }
  /* Style des cartes */
   .card-custom{
      background-color: #ea574c;
      color: white;
      border-radius: 0;
      border:none;
  }

  /* Style du bouton */
  .btn-custom {
    background-color: #3a3547;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border: solid 2px transparent;
  }
  .bg-red {
    background-color: #ea574c;
  }
.bg-yellow {
 background-color: #fcc245;
}
.bg-blue {
  background-color: #3a3547;
}
.image-change {
  display: block;
}
.bg-plan-google {
  background-image: url('../images/plan-map.jpg');
  background-position: center;
}
.underline {
  text-decoration: underline;
  text-decoration-color: #ea574c;
  text-underline-offset: 14px;
  text-decoration-thickness: 4px; /* Épaisseur du soulignement */
}
.img-horizon {
  object-fit: cover;
  height:auto;
  width:100%;
}
.btn-custom:hover {
  border-color: #3a3547;
  color: #3a3547 ;
}
.btn-footer:hover {
  color: white !important;
  border: solid 2px white !important;
}

.btn-custom.bg-red{
  background-color: #ea574c;
}
.btn-custom.bg-red:hover {
  background-color: #3a3547 ;
  color: #fff ;
  border-color: #3a3547 ;
}
/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/


#contact.bg-blue{
  padding: 100px 0;
}

/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-logo-custom {
    margin-bottom: -60px;
    margin-top: -16px;
    margin-left: 5%;
    background: transparent;
  }
  .container-yellow {
    margin-bottom: -60px;
    position: relative;
  }
  .bg-plan {
    background: url('../images/plan-satellite.jpg') top left 50vw no-repeat, #ea574c;
    height: 650px;
  }
  .bg-hero-img {
    background: url('../images/image-hero.jpg') top right 50vw no-repeat, #fff;
    height: 650px;
  }
  .image-change {
    display: none;
  }
  .container-card-responsive {
    margin-bottom: -200px;
    padding-top: 120px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
