#hideMe {
  -webkit-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

main {
  margin-bottom: 10px;
}

.alert {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);

}

.act2_font {
  font-family: "LEMON MILK", sans-serif;
}

.act2_color {
  color: #9B710D;
}

.pt-5rem {
  padding-top: 5rem;
}

.section-title {
  color: #9B710D;
  text-transform: uppercase;
}

.section-title i {
  text-transform: none;
  font-style: normal;
  font-size: small;
}


/** From #FA5100 to #FDD75D  */
.act2_degrade {
  background: #fa5100;
  background: -webkit-linear-gradient(to right, #fa5100, #fdd75d);
  background: linear-gradient(to right, #fa5100, #fdd75d);
}

.slogan {
  font-size: 1.5rem;
  white-space: nowrap;
  /** background-color: rgba(155, 113, 13, 0.2);*/
}

.slogan h1 {
  color: white;
  opacity: 1;
  font-size: calc(1.375rem + 4vw);
}

.slogan h2 {
  font-size: 1.5rem;
  color: white;
  font-size: calc(0.5rem + 1.5vw);
}

.act2_entancheite {
  font-size: calc(1rem + 1.5vw);
}

/** hr width 50% and 5px height */
.act2_hr {
  border: 0;
  height: 50px;
  width: 50%;
}

.div_bas {
  position: relative;
  bottom: 0;
}

.container-nav {
  margin-left: 0px;
}

.navbar-brand img {
  max-height: 50px;
  margin-right: auto;
  margin-left: 0px;
}

.navbar-nav-align-right {
  margin-right: 0px;
  margin-left: auto;
}

.act2_background {
  background-image: url("../assets/bandeau_act2_long.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  background-clip: border-box;
  /**1 Find  a way to fit to the div  */
}



@media (min-width: 992px) {
  .nav-link {
    color: black;
  }
}

.navbar-toggler {
  border-color: rgb(48, 48, 48);
}

.bg-toit-flamme {
  /** background-image: url("../assets/photos/toit_flamme_22.jpg"), url("../assets/photos/toit_flamme_suite.png"); with repeat y on the second */
  background-image: url("../assets/photos/chantier-33.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}

.pt-5rem {
  padding-top: 5rem;
}

.bg-ciel {
  background-image: url("../assets/photos/chantier-15.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width:1100px) {
  .bg-toit-flamme {
    height: 60vh;
  }
}


@media (max-width: 767px) {
  .bg-toit-flamme {
    height: 35vh;
  }
}

.partenaire-div {
  cursor: pointer;
  width: 100%;
  display: grid;
  text-decoration: none;
  color: inherit;
}


.partenaire-div:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.40) !important;
}

.partenaire-div .title {
  display: flex;
  align-items: end;
  justify-content: center;
}

.partenaire-div .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partenaire-div .icon img {
  width: 50%;
}

.service-div {
  height: 30vh;
  cursor: pointer;
}

.service-div:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: 0.5s;
  background-position: -50px;
  opacity: .7;
}

.service-div .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.service-div h4 {
  backdrop-filter: blur(8px);
  padding: 5px;
  width: fit-content;
  border-radius: 5px;
  color: white;
  white-space: nowrap;
}


.service-div p {
  color: white;
  text-align: justify;
  backdrop-filter: blur(8px);
  padding: 5px;
  border-radius: 5px;
}

.pop_up {
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  background: #fa5100;
  font-size: xx-large;
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  align-items: center;
  z-index: 1040;

  transition: 0.3s;
}

.pop_up:hover {
  background-color: #fdd75d;
}

.xx-small {
  font-size: xx-small;
}

.service-terasse {
  background-image: url("../assets/photos/terrasse.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-toiture {
  background-image: url("../assets/photos/entretien-toiture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-vege {
  background-image: url("../assets/photos/vegatlisation.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-pvc {
  background-image: url("../assets/photos/pvc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-bitume {
  background-image: url("../assets/photos/membrane-bitumeuse.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-resine {
  background-image: url("../assets/photos/resine.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


footer {
  background-color: #e1e2e4;
  color: black;
}

.encart-ombre-italic {
  margin: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.act2-list ul {
  display: table-row;
  list-style: none;
}

.act2-list li {
  display: table-row;
  color: black;
}

.act2-list li::before {
  display: table-cell;
  text-align: right;
  content: "+";
  font-size: 1em;
  font-weight: bold;
  color: #fa5100;
  padding-right: 12px;
}

#qui-sommes-nous:before,
#expertises:before,
#references:before {
  display: block;
  content: "";
  height: 50px;
  margin: -50px 0 0;
}

#services:before {
  display: block;
  content: "";
  height: 150px;
  margin: -50px 0 0;

}