.navbar-brand-logo {
  min-width: 4rem;
  max-width: 4rem;
}

#estimation {
  background-color: #ed1c24;
}

.estimation-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: white;
  text-align: center;
  justify-content: space-between;
}

.estimation-container .lead {
  font-size: 2.5rem;
  color: white;
  line-height: 2.5rem;

  margin-bottom: 50px;
}

.estimation-container .btn {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.estimation-container .btn:hover {
  color: white !important;
}

.estimation-item-last {
  text-align: left;
}

.estimation-item-last p {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

.estimation-item-last span {
  font-size: 0.9rem;
}

/* @media all and (min-width: 900px) and (orientation: landscape) */

@media all and (min-width: 900px) {
  .estimation-container {
    width: 70%;
    margin: 0 auto;
  }

  .estimation-container .lead {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .estimation-container .btn {
    font-size: 1.4rem;
  }

  .estimation-item-last p {
    font-size: 1.5rem;
  }

  .estimation-item-last span {
    font-size: 1.1rem;
  }

  .estimation-item-last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ************ */

.vid-container {
  justify-content: center;
}

.vid-item {
  text-align: center;
}

.vid-item p {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
}

.vid-item span {
  font-size: 0.9rem;
}

/* GLOBAL */

body {
  font-family: "Open Sans", sans-serif;
}

.color-red {
  color: red !important;
}

.lh-20 {
  line-height: 1.7rem;
}

.sr-50 {
  width: 60%;
  margin: 0 auto;
  background-color: #86c4f3;
}

.underline {
  text-decoration: underline;
}

.color-custom {
  background-color: #84d7f7;
}

.color-primary {
  color: #eee;
}

.border-primary {
  border-color: #eee !important;
}

.bg-custom {
  background-color: #eee;
}

.btn-custom {
  background-color: #eee;
}

.btn.bg-custom:hover {
  color: #eee;
  border-color: #eee;
}

.btn.bg-custom:hover a {
  color: #eee;
}

.btn.bg-custom,
.btn.bg-custom a {
  color: white;
}

.darker {
  color: #eee;
  font-weight: 600;
}

.subtitle {
  font-size: 1.7rem;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 0.9rem;
}

/* BANNER */
#banner-assistance {
  position: fixed;
  height: auto;
  bottom: 5%;
  right: 40px;
  border-radius: 10px;
  z-index: 998;

  display: flex;
  flex-direction: row;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

#banner-assistance > div {
  background-color: #fff;
  color: #333333;
  margin: 0;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  /* font-size: 0.9rem; */
  font-weight: 600;
  text-align: center;
  line-height: 1.2rem;
}

#banner-assistance > div a {
  color: #333333;
  position: relative;
  top: 25%;
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  font-size: 1.2rem;
}

#banner-assistance > div:first-child {
  background-color: #333333;
  color: #fff;
  font-weight: 500;
}

/* FOOTER */
.footer-colum {
  padding: 0 40px;
}
.footer-colum h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}

/* HOME PAGE */
.banner-urgence {
  padding: 20px 0px;
}

.banner-urgence h3 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.fake-title {
  font-weight: 700;
  font-size: 1.5rem;
}

#google-review {
  background-color: #86c4f3;
}

.video-container {
  width: 100%;
  height: 50vh;
  text-align: center;
}

.video-container video {
  height: 98%;
  max-width: 100%;
}

/* CARDS */
.card-services .card {
  background-color: #64c3d8;
  border: 0;
  border-radius: 0;
}

.card-services .card:hover {
  background-color: #64c3d8;
  border: 2px solid white;
}

.card-services .card h4 {
  color: #fff;
}

.cards-services .card i {
  color: black;
}

/* Above : phone landscape & smaller */
@media all and (min-width: 480px) {
  #banner-assistance {
    bottom: initial;
    top: 15%;
    right: 50px;
  }
}
