* {
  scroll-behavior: smooth;

}
p{
  font-size: 150%;
  
}
h1
{
  font-size: 250%;
}
h5{
  font-size: 250%;
}
/* HEADER */
.card a {
  color: #070707cb;
  text-decoration: none;
  background-color: #ef0f0f00;
}
.bg-dark {
  background-color: #000000 !important;
}
.bg-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #333333;
}
.bg-opacity {
  opacity: 0.5;
}
.nav-between {
  justify-content: space-between;
}
.font-weight-light,
.lead {
  font-size: 30px;
  font-weight: 500 !important;
  color: white !important;
  margin-left: 10%;
  margin-right: 10%;
  
  border-radius: 20px;
  opacity: 1;
}
.lead {
  font-size: 22px !important;
}
h1 {
  font-size: 55px !important;
}
span {
  color: #ffffff !important;
  background-color: #ff4e00;
  border-radius: 5px;
  padding: 5px;
}
span:hover
{
  border-radius: 5px;
padding: 8px;
font-size: 16px;
font-weight: bold;
}
.box-img {
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}
.box-img p {
  font-style: italic;
}
.main-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pare {
  clip-path: polygon(0 80%, 0 0, 100% 0, 100% 80%, 50% 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.masthead {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../images/chantier-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: kenburns-bottom 8s ease-out infinite alternate both;
}
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
}
.mv {
  margin-top: 120px;
}

.btn-orange {
  padding: 20px;
  color: #fafbfc;
  background-color: #ff4e00;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 10s;
  opacity: 0.5;
  transition: all 0.5s, transform 0.5s;
  
}
.btn-orange:hover {
  opacity: 1;

  color: #fafbfc;
}
.pos-relative{
  position: relative;
}
/* SEPARATEUR */
.id-location{
  position: absolute;
  top: -60px;
}
.bg-separator {
  position: relative;
  top: -30;
  min-height: 35px;
}
.sep {
  width: 150px;
  height: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: black;
}
/* animation, 
.clip-anim {
  background-color: black;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
/* IMAGE */
.card-img-top {
  filter: grayscale(1);
  transition: 0.5s;
}
.card-img-top:hover {
  border-radius: 20px;
  padding: 10px;
  filter: grayscale(0);
}

.ombre {
  height: 80px;
  margin-bottom: 35px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
/* TELEPHONE */

#tel {
  text-align: center;
  height: 200px;
  margin-top: 25px;
}
#movtel {
  margin-top: 50px;
}
#tel a {
  padding: 20px;
  border: 2px solid #ff4e00;
  color: #ff4e00;
}

/* FOOTER */

footer {
  text-align: center;
  height: 200px;
  background: linear-gradient(to right, #000000, #282828);
}
footer a {
  color: rgba(255, 255, 255, 0.849);
}
footer a:hover {
  text-decoration: none;
  color: white;
}

/* MEDIA */

@media screen and (min-width: 1024px) {
  .mv {
    margin-top: 150px;
  }
}

.am-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #706d6d url(../images/fleche2.png) no-repeat center 50%;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.am-top.am-is-visible,
.am-top.am-fade-out,
.no-touch .am-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.am-top.am-is-visible {
  visibility: visible;
  opacity: 1;
}
.am-top.am-fade-out {
  opacity: 0.5;
}
.no-touch .am-top:hover,
.am-top.am-fade-out:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .am-top {
    right: 20px;
    bottom: 20px;
  }
  .col-bottom {
    position: absolute;
  }
  .well-box {
    margin: 15px;
  }
  .page-bite {
    position: relative;
    top: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  .am-top {
    right: 30px;
    bottom: 30px;
  }
}
