@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 body {
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   line-height: 28px;
   color: #76787b;
   scroll-behavior: smooth;
 }

section{
  padding:50px 0;
 }

 .py-8 {
     padding-top: 5rem !important;
     padding-bottom: 5rem !important;
 }

 .py-10 {
     padding-top: 8rem !important;
     padding-bottom: 8rem !important;
 }

h1, h2, h3, h4, h5, h6 {
  color:#797a7c;
  font-family: "Open Sans", sans-serif;
}

h1{
  font-size: 54px;
}

h2{
  font-size: 50px;
}

h3{
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}

.btn-primary {
 --bs-btn-color: #fff;
 --bs-btn-bg: #b11f29;
 --bs-btn-border-color: #b11f29;
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: #a11922;
 --bs-btn-hover-border-color: #a11922;
 --bs-btn-focus-shadow-rgb: 49,132,253;
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: #a11922;
 --bs-btn-active-border-color: #a11922;
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #fff;
 --bs-btn-disabled-bg: #a11922;
 --bs-btn-disabled-border-color: #a11922;
}
.btn {
  border-radius: 0;
}

.red{
  color:#b11f29;
}

.white{
  color:#fff !important;
}
.top-menu {
    padding: 10px 0;
    position: relative;
    z-index: 2;
}
.socials a:hover i{
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.form-control {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0;
}
textarea.form-control {
    min-height: 100px;
}
 .top-menu div.tel, .top-menu div.mail, .top-menu div.client  {
   display: inline-block;
   margin-left: 10px;
   color: #fff;
   font-size: 16px;
 }

 div.tel img, div.mail img, div.client img {
   width:20px;
   height: auto;
   margin: 0 6px;
 }

 div.tel a, div.mail a, div.client a {
   color:#fff;
   text-decoration: none;
 }

 div.tel a:hover, div.mail a:hover, div.client a:hover {
   text-decoration: underline;
 }

 a.navbar-brand img{
   width:200px;
 }
nav.sticky-top .nav-link {
  position: relative;
}
nav.sticky-top .nav-link:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 5px;
    background: #b11f29;
    left: 6px;
    bottom: -20px;
    transition: all 0.3s ease;
}
nav.sticky-top .nav-link:hover:after , nav.sticky-top li.active .nav-link:after {
    width: 85%;
    transition: all 0.3s ease;
}
.navbar {
  z-index: 1030;
}

.navbar-transparent {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.8s ease;
}

.navbar a {
  color: white;
}

.navbar a:hover {
  color: #f8f9fa;
}

.navbar-transparent {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.8s ease;
  padding: 20px 0 0 0;
}

.navbar-solid {
  background-color: rgba(0,0,0,0.6) !important;
}

nav li {
  margin:0 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

nav li.active a {
 color:#fff;
}

/* nav li.active {
 position: relative;
 display: inline-block;
}

nav li.active a::after {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -50px;
 width: 90%;
 height: 3px;
 background-color: #a11922;
} */

.navbar-solid li.active::after {
 bottom: -20px;
}
/*DropDown menu*/
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}

.banner {
  padding-top: 10rem;
  padding-bottom: 6rem;
  color: #fff;
  background-image: url("./images/hero-refendoirs.webp");
  background-size: cover;
  background-position: center top;
  height: 85vh;
  position: relative;
  margin-top: -120px;
}
.banner.home:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004f;
    top: 0;
    z-index: 0;
}
img {
    max-width: 100%;
}
.banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    z-index: 2;
}
.banner.inner-page {
    height: 400px;
}
h1.titre-hero{
  color: #fff;
}
.banner.inner-page h1.titre-hero {
    font-size: 38px;
    line-height: 1.2em;}
/* .banner::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
} */
.btn.btn-hero{
  font-size:14px;
  letter-spacing: 2px;
  padding: 15px 20px;
  font-weight: 700;
  margin-top: 20px;
}

h1.titre-hero{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

p.txt-hero{
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

h3.border-r {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}

h3.border-r::after {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  margin-left: 2px;
  width: 100px;
  height: 3px;
  background-color: #b11f29;
  transform: scaleX(0);
  transform-origin: left;
  animation: revealLine 0.6s ease-out forwards;
  display: inline-block;
}
.section-grey {
    background: #f1f1f1;
    padding: 75px 15px;
}
@keyframes revealLine {
  to {
    transform: scaleX(1);
  }
}

.card-body{
  padding:26px;
}
.card-body .btn.card-btn {
    width: 100%;
    padding: 10px;
}

ul.list-unstyled.check-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}
ul.list-unstyled.check-list li i {
    position: absolute;
    left: 0;
    color: #b11f29;
    font-size: 28px;
    top: -1px;
}
ul.list-unstyled.check-list.filled li {
    padding: 10px 30px 10px 50px;
    position: relative;
    margin-bottom: 12px;
    background: linear-gradient(45deg, #3c3a3a, #3f3c3c);
    color: white;
    border-radius: 0 0 0 8px;
    box-shadow: inset 3px -8px 8px -5px #00000036;
}
ul.list-unstyled.check-list.filled li i {
    position: absolute;
    left: 0;
    color: #f2f2f2;
    font-size: 45px;
    top: 4px;
}
button:focus:n
.album .card {
    border: 1px solid #cecfd2;
    border-radius: 0;
}
.bd-placeholder-img{
  border-radius: 0;
}

h3.card-title{
  font-size: 20px;
  line-height: 26px;
  color: #797a7c;
  font-weight: 700;
  margin-bottom: 12px;
}
p.card-text{
  font-size: 14px;
  line-height: 26px;
  color: #797a7c;
  margin-bottom:20px;
}

.btn.card-btn{
  width: auto;
  background-color: #b11f29;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 30px;
}
.btn.btn-white {
    background-color: white;
    text-align: center;
    color: #b11f29;
}

.btn.btn-white:hover {
    background-color: rgb(42, 41, 41) !important;
    text-align: center;
    color: #fcfcfc !important;
}
.btn.card-btn:hover{
  background-color: #a11922;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.transform{
  font-size:18px;
  line-height: 28px;
  text-decoration: underline;
}
#section-video {position: relative;}
.btn.btn-video {
    width: 100%;
    border: none;
    padding: 0;
    height: 100%;
}
.btn.btn-video img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.col-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
#video-modal iframe {
  height: 80vh;
}
img.services-icons {
  max-width: 80px !important;
  margin:30px 0;
}
img.services-icons.camion{
    max-width: 127px !important;
}
img.services-icons + h4, .titre-service {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bg-production{
  padding-top: 10rem;
  padding-bottom: 6rem;
  color: #fff;
  background-image: url("./images/alluminium-acier-demontration.jpg");
  background-size: cover;
  background-position: center ;
  min-height: 700px;
}
.bg-production.expertise{
  background-image: url("./images/expertise.jpg");
}
.boite-rouge {
    background: #b11f29;
    padding: 3%;
}
.boite-rouge h3{color: white;}
footer ul.list-unstyled li a {
    margin-bottom: 12px;
    font-size: 16px;
    color: #797a7c;
    display: inline-block;
    text-decoration: none;
}
footer ul.list-unstyled:not(.menu-footer) li a {
    margin-bottom: 0px;
}
footer ul.list-unstyled li a:hover {
    color: #b11f29;
}
.text-danger {
    --bs-text-opacity: 1;
    color: #b11f29 !important;
}
footer h6 {
  margin: 25px 0 40px;
}
.team-member {
  text-align: center;
  margin-bottom: 30px;
}
.team-member img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.team-name {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 15px;
}
.team-role {
  color: #6c757d;
}
.team-email a {
    color: grey;
    text-decoration: none;
}
a:active, a:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

/*Tableau*/
  .table-ultra-compact td,
  .table-ultra-compact th {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.80rem;
    line-height: 1.1;
    vertical-align: middle;
  }


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 1399px) {
 .navbar > .container, .top-menu > .container  {
  max-width: 95% !important;
 }
}

@media (max-width: 1199px) {
  h3.border-r::after {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 2px;
    width: 100px;
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  a.navbar-brand img {
    width: 110px;
  }
  nav li {
      margin: 0 15px;
      font-size: 13px;
  }
  .top-menu div.tel, .top-menu div.mail, .top-menu div.client {
    font-size: 12px;
  }
  p.txt-hero {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
  }
  .btn.btn-hero {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 15px;
    font-weight: 700;
    margin-top: 20px;
  }
  h3 {
    font-size: 39px;
    line-height: 1.1;
    margin-bottom: 25px;
  }
  img.services-icons + h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 40px;
  }
}

@media (max-width: 991px) {
  .navbar > .container , .top-menu > .container {
    max-width: 100% !important;
  }
  .navbar>.container{
    position: relative;
  }
  .container, .container-md, .container-sm {
      max-width: 95%;
  }
  div#navMenu {
    position: absolute;
    top: 50px;
    background: black;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .bg-production {
    padding-top: 27rem;
    padding-bottom: 0;
    color: #fff;
    background-position: center left;
    min-height: 300px;
  }
  .boite-rouge h3 {
    font-size: 25px;
  }
  .boite-rouge {
    background: #b11f29;
    padding: 30px;
  }
  .hide-mobiles{
    display: none !important;
  }
  h3 {
    font-size: 30px;
  }
  p.txt-hero {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
  }
  .col-video {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  div#navMenu {
    position: absolute;
    background: #000000e3;
    width: 100%;
    left: 0;
    top: -20px;
    padding-bottom: 20px;
    z-index: 5;
    padding-top: 90px;
  }
  div.tel img, div.mail img, div.client img {
    width: 16px;
    height: auto;
    margin: 0 6px;
  }
  .top-menu div.tel, .top-menu div.mail, .top-menu div.client {
    margin-left: -1px !important;
  }
  .navbar a.navbar-brand, button.navbar-toggler {
    position: relative;
    z-index: 10;
  }
  .top-btn {
    margin-left: 14px;
    font-size: 14px;
  }
  .btn.card-btn {
    font-size: 12px;
    padding: 10px 15px;
  }
  nav.sticky-top .nav-link:hover:after, nav.sticky-top li.active .nav-link:after {
    display: none;
  }
  footer .socials {
    align-items: center;
    justify-content: center;
  }
}
