* {
  scroll-behavior: smooth;
}
.carousel-item {
  height: 500px;
  width: 500px;
}
/* HEADER */
.card a {
  color: #070707cb;
  text-decoration: none;
  background-color: #ef0f0f00;
}
.bg-dark {
  background-color: #000000 !important;
}
.text-dark{
	color: #000000 !important;
}
.text-white{
	color: #ffffff !important;
}
.bg-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #333333;
}
.background-grey{
	background-color: #eeeeee !important;
	padding: 10px 5px;
	border-radius:5px;
}
.top-ajust-left{
	position:relative;
	top:60px;
}
.top-ajust-right{
	position:relative;
	top:40px;
}
.top-ajust-middle{
	position:relative;
	top:0px;
}
@media only screen and (max-width: 760px) {
	.top-ajust-left{
		position:relative;
		top:0px;
	}
	.top-ajust-right{
		position:relative;
		top:0px;
	}
	.top-ajust-middle{
		position:relative;
		top:0px;
	}
}

.navbar-toggler:focus {
  outline: none;
}
.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: #ff4e00;
}
.color-black{
	color: #333333;
}
.color-white{
	color: #ffffff;
}
.box-img {
  height: 50px;
  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.0)),
    /*url("../images/maçon-artisan-schtenegry.jpg");*/
    url("../images/mac.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: kenburns-bottom 8s ease-out infinite alternate both;
}
.masthead-toiture {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0)),
    /*url("../images/maçon-artisan-schtenegry.jpg");*/
    url("../images/toiture/ent_toiture.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: kenburns-bottom 8s ease-out infinite alternate both;
}
.well{
	padding:20px;
	border-radius:8px;
	margin-top:20px;
	margin-bottom:20px;
}

.well-orange{
	margin-top:20px;
	margin-bottom:20px;
	background:#ff4e00 !important;
}
.well-contact{
	background:#cccccc !important;
}
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
}
.geoCarte {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/macarte.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv {
  margin-top: 80px;
}

.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: 10;
  opacity: 0.9;
  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;
}

/* IMAGE */
.top {
  margin-top: 50px;
}
.mention {
  margin-top: 50px;
  width: 300px;
  text-align: center;
}
.jump {
  margin-top: 50px;
}
.card-img-top {
  height: 300px;
  filter: grayscale(0);
  transition: 0.5s;
}
.card-img-top:hover {
  filter: grayscale(0.8);
}

.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: 70px;
  margin-bottom: 50px;
}
.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);
  clip-path: polygon(0 100%, 0 0, 50% 20%, 100% 0, 100% 100%);
}
.foot {
  padding-top: 100px;
}
footer a {
  margin-top: 100px;
  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: 100px;
  }
}

.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: url(../images/fleche-artisan-schtenegry.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;
}
.bg-example{
	margin-top:15px;
	background-color:#dddddd;
	padding:25px;
	border-radius:5px;
}
@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;
  }
  .jumbotron{
	  /*background:transparent;*/
  }
  .well{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
	border-radius:8px;
	}

}
@media only screen and (max-width: 760px) {
	.top {
	  margin-top: 200px;
	}
}
@media only screen and (min-width: 1024px) {
  .am-top {
    right: 30px;
    bottom: 30px;
  }
}
