body {
  padding-top: 3.5rem;
}

.jumbotron {
  padding: 0;
}

.displayNone {
  display: none;
}

.bg-beci {
  background-color: #b30000; /* #cc0000 */
}

.bg-green-beci {
  background-color: #00802b;
}

.leight2 {
  line-height: 2rem;
}

.bg-black-demi-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.text-shadow-black {
  text-shadow: 2px 2px black;
}

.fs-05 {
  font-size: 0.5rem;
}


/***********/
/* ACCUEIL */
/***********/

.home-section {
  min-height: 40vh;
}

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-1 {
  background-image: url("../images/home/grand-large.jpg");
}

.parallax-2 {
  background-image: url("../images/home/stadium.jpg");
}

/*********/
/* COVER */
/*********/

.cover-video-container {
  margin-bottom: 0rem;
  color: inherit;
  background-color: #eee;
  height: 30vh;
  overflow: hidden;
  position: relative;
}

.fullscreen-bg-video {
    left: 0;
    width: 100%;
    height: auto;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cover-slogan {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  text-shadow: 2px 2px black;
}


/************/
/* CREANOR */
/***********/

.creanor-carousel {
  overflow: hidden;
  max-height: 25rem;
}



/**********/
/* BECITY */
/*********/

/*
 * Extra utilities
 */
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}


.outer-box {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #404040;
}

.outer-box:hover .overlay {
  opacity: .9;
}

.overlay p {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/***********/
/* STILNOR */
/**********/

.stilnor-header {
  background: url("../images/stilnor/pageheader.jpg") no-repeat;
  position: relative;
  background-size: cover;
}

.page-caption {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.page-title {
  font-size: 46px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.card-section {
  position: relative;
  bottom: 60px;
}

.watermark-sold {
  position: relative;
}

.watermark-sold::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "VENDU";
  top: 0;
  left: 0;

  font-size: 5em;
  font-weight: 3em;
  color: #FF5631;
  display: grid;
  justify-content: center;
  align-content: center;
  opacity: 0.7;
  transform: rotate(-35deg);
}


/***********/
/* CONTACT */
/**********/
.title-contact {
  position: absolute;
  left: 0;
  top: 6rem;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

#particles canvas {
  height: 12rem;
  background-color: #b30000;
}

.title-contact h1 {
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}


/***********/
/* FOOTER */
/**********/

.footer-copyright {
    color: rgba(255, 255, 255, .5);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer-copyright a:link,
.footer-copyright a:visited,
.footer-copyright a:active {
    color: rgba(255, 255, 255, .5);
}

.footer-copyright a:hover {
    color: white;
}

.footer {
  color: white;
  width: 100%;
}

.footer-title {
  font-size: 1.2rem;
}

.nosagences-title {
  letter-spacing: 0.2rem;
}

.nosagences-content {
  font-size: 0.8rem;
}

.nosagences-location {
  font-size: 1rem;
  font-weight: bold;
}

.suiveznous {
  letter-spacing: 0.6rem;
}

.footer-brands a:link,
.footer-brands a:visited {
  color: inherit;
}

.footer-brands a i {
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}

.footer-brands a:hover i.fa-facebook-square {
  color: #3B5998;
}

.footer-brands a:hover i.fa-twitter-square {
  color: #4099FF;
}

.footer-brands a:hover i.fa-linkedin {
  color: #007BB6;
}

.footer-brands a:hover i.fa-youtube-square {
  color: #FF0000;
}

@media (max-width: 576px) {
  .footer-copyright, .first-footer {
    font-size: 0.7rem;
  }

  .footer-title {
    font-size: 1rem;
  }
}
