@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #c00505;
    --dark: #01060a;
    --body: #313a43;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(255, 5, 5, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 600;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    /* transition: all 0.4s ease; */
    background: linear-gradient(to top, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.5) 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
  transition: background-size .5s;
    font-weight: 500; 
}

/* a:hover {
    color: var(--brand);
    background-size: 100% 100%;
} */

section {
    padding-top: 60px;
    padding-bottom: 0px;
}

.text-brand {
    color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next{
    /* background-color: rgba(255, 255, 255, 0.3) !important; */
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}

 /* slide */
 
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* A propos ---------------------------------- */
  
  .about-us .content h3 {
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
  }
  
  .about-us .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about-us .content ul li {
    padding: 8px 0 0 28px;
    position: relative;
  }
  
  .about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #b80b0b;
  }
  
  .about-us .content p:last-child {
    margin-bottom: 0;  
  }
  
  .rowh3 p {
    font-size: 19px;
    margin: 11px;
    text-align: center;
    font-style: italic;
  }

  .content img{
      margin: 0px;
      padding: 0px 0px 0px 90px;
      position: relative;
      max-width: 300px;
      max-height: 190px;
  }

/* -------------------------------------------- End A propos */

/* Nos Centres d'expertises 
-------------------------------------------------------------*/
.hover-1-title {
    color: #fffafa;
    text-decoration: none;
}

.hover-1-title:hover {
    text-decoration: underline;
}

.aservice a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    }
    
/* .aservice a:hover {
    color: #d62222;
    font-size: 18px;
    }    */

/* .section {
    padding: 60px 0;
    overflow: hidden;
  } */
  
  /* .section-bg {
    background-color: #f7f7f7;
  } */
  
  /* .section-title {
    text-align: center;
    padding-bottom: 30px;
  } */

  .hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
  }
  
  .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }
  
  .hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  
  .hover-content {
    position: relative;
    z-index: 99;
  }
  
  .hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
  }
  
  .hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
  }
  
  .hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  
  .hover-1:hover .hover-1-content {
    bottom: 2rem;
  }
  
  .hover-1:hover img {
    left: 0;
  }
  
  .hover-1:hover .hover-overlay {
    opacity: 0;
  }

  .section-title p {
    margin-bottom: 0;
  }

/* NOS VALEURS 
------------------------------------------- */
.valeurs {
    background-color: #fff;
    transition: all 1s ease;
    margin-bottom: 15px;
  }

  .rownext {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .valeurs .icon-box {
    margin-top: 20px;
    padding: 15px 15px 0px 15px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /* border-radius: 0px 0px 0px 10px; */
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
    min-height: 470px;
  }
  
  .icoval {
      width: 70px;
      display: block;
      margin: auto;
  }
  
  .valeurs h4 {
    text-align : center; 
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .valeurs .icon-box h4 {
    color: #171a1d;
    transition: 0.3s;
  }
  
  .valeurs .icon-box p {
    text-align: justify;
    margin: 0px 7px 0px 7px;
  }
  
  .valeurs .icon-box:hover h4 {
    color: #d9232d;
    transform:scale(1.25);
  }

/* END NOS VALEURS 
--------------------------------------------- */

/* MOT DU DG 
---------------------------------------------*/
.row .dgimg img {
    border-radius: 50px 3px 50px 0px;
    box-shadow: 3px 5px 5px #e0e3e6;
}


/* navbar */

/* .top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
} */

/* .top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
} */

/* .top-nav span, 
.top-nav i {
    vertical-align: middle;
} */

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.navbar-nav a:hover {
  text-decoration: none;
  background: linear-gradient(to top, rgba(255, 0, 0, 0.801) 0%, rgba(255, 0, 0, 0.5) 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
  transition: background-size .5s;
}

.navbar-nav a:hover {
  background-size: 100% 100%;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 4px 20px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #920505;
    border-color: #c62606;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box p{
  padding-right: 10px;
}

.info-box img {
    width: 90px;
}


/*#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}*/

/* .service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
} */

/* CLIENTS- ILS NOUS FONT CONFIANCE
------------------------------------------------------ */

.portfolio {
    padding: 25px 0px 25px 0px;
}
 .pic-ctn img{
    max-height: 120px;
    max-width: 150px;
  }
  
  @keyframes display {
    0% {
      transform: translateX(200px);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    20% {
      transform: translateX(0);
      opacity: 1;
    }
    30% {
      transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(-200px);
      opacity: 0;
    }
  } 
  
  .pic-ctn {
    position:relative;
    height: 100px;
  }
  
  .pic-ctn > img {
    display: flex;
    margin: auto;
    position: absolute; 
    top: 0;
    left: calc(50% - 100px);
    opacity: 0;
    animation: display 10s infinite;
  }
  
  img:nth-child(2) {
    animation-delay: 2s;
  }
  img:nth-child(3) {
    animation-delay: 4s;
  }
  img:nth-child(4) {
    animation-delay: 6s;
  }
  img:nth-child(5) {
    animation-delay: 8s;
  } 
  img:nth-child(6) {
    animation-delay: 10s;
  } 
  img:nth-child(7) {
    animation-delay: 12s;
  } 

/* Client other caroussel 
   --------------------------------------------------------- */
  
/* 
#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
} */

footer {
    background: linear-gradient(0deg, rgba(12, 40, 61, 0.9), rgba(121, 14, 14, 0.918)), url(../img/bg_banner1.jpg), #141414;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

/* COOKIES 
==============================================*/
.cookie-consent-modal{
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: flex-end;
}
.cookie-consent-modal.active{
  display: flex;
}
.content{
  background-color: #fff;
  padding: 5vw 3vw;
  border-radius: 10px 10px 0 0;
}

.btns{
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}

.btn.accept{
  background-color: rgb(0, 185, 124);
  color: #fff;
}

.btn.cancel{
  color: #f50404;
}

/* SERVICE.HTML 
==============================================*/
.serv-heading {
  position: relative;
  text-align: center;
}

.serv-heading .serv-text h1, .serv-intro p{
  /* background: rgba(0, 0, 0, 0.603); */
  position: absolute;
  text-align: center;
}

.serv-text h1 {
    z-index: 1;
    padding: 0px ;
    left: 0;
    right: 0;
    top: 25%;
    color: white;
    width: 100%;
}

.serv-text p {
    margin-top: 12px;
    padding: 0px ;
    left: 0;
    right: 0;
    top: 40%;
    color: rgb(255, 255, 255);
    width: 100%;
}

.max-box p {
  text-align: justify;
  padding-right: 40px;
}

.service-list img {
  box-shadow: 0px 2px 0px 0px #bdbaba;
  max-width: 470px;
}

.services hr {
  height: 3px;
  color: darkred;
  background-color: red;
}

