/*
Theme Name: Fibreactif
Author: AOA
Author URI: ...
 */

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nav-search {
  position: absolute;
  right: 8px;
  border-color: transparent;
}
.form-control.search{
  width: 40px!important;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}
.dropdown-toggle.nav-link::after {
  /* content: none; */
}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
  animation: fadeInUp2 .5s;
  /* margin-top: 3px; */
  /* padding-top: 0;
  padding-bottom: 0; */
  box-shadow: 0 2px 5px #ccc;
  border: none;
} 
.dropdown-menu {
  border: none !important;
  border-radius: 0 !important;
} 
.navigation {
  height: 80px;
}
.title-color {
  color: #000;
}
body {
  /* background: #f8f8f6; */
  font-family: 'Poppins', sans-serif;
  color: #777;
}

html, body {
  /* height: 100%; */
}
.text-justify {
  text-align: justify;
}
.header-btn {
  display: inline-block;
  background-color: #87281A;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 5px;
  transition: .3s;
}
.header-btn:hover {
  background-color: #87281ae0;
}
.body-btn {
  display: inline-block;
  background-color: #87281A;
  color: #fff !important;
  padding: 17px 25px !important;
  border-radius: 5px;
  transition: .3s;
}
.body-btn:hover {
  background-color: #87281ae0;
}
.body-btn2 {
  display: inline-block;
  /* background-color: #87281A; */
  color: #87281A !important;
  padding: 5px 10px !important;
  border-radius: 5px;
  transition: .3s;
  font-size: 12px;
}
.body-btn2:hover {
  /* background-color: #87281ae0; */
  text-decoration: underline;
}
.important-box {
  border: solid 2px #87281A;
  border-radius: 8px;
}
.body-btn-blue {
  display: inline-block;
  background-color: #0e5f8d;
  color: #fff !important;
  padding: 17px 25px !important;
  border-radius: 5px;
  transition: .3s;
}

.body-btn-blue:hover {
  background-color: #2481b7;
}

.sub-title {
  color: #e41645;
}
.sub-title2 {
  color: #0e5f8d;
}
.navbar .container, .navbar {
  background-color: #fff !important;
}

.header-ico-title {
  font-size: 12px;
  font-weight: bold;
}
.header-ico-content {
  font-size: 14px;
}
.header {
  /* margin-top: 80px; */
  height: calc(70vh);
  background-color: #fff;
  margin-top: 80px;
}
.header-bloc-img1:before, .header-bloc-img2:before, .header-bloc-img3:before {
  content: " ";
  background-color: #000 !important;
  opacity: .2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}
.header-bloc-img1 {
  background-image: url("images/connected.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* height: calc(70vh); */
  /* height: 500px; */
}
.header-bloc-img2 {
  background-image: url("images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* height: calc(70vh); */
  /* height: 500px; */
}
.header-bloc-img3 {
  background-image: url("images/header3.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* height: calc(70vh); */
  /* height: 500px; */
}
.tt {
  height: 300px;
}

.header-right {
  /* background: lightblue url("images/fibre1.jpg") no-repeat corver center; */
  background-image: url("images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  /* background: #fff; */
  height: calc(85vh - 80px);
}
.header-right::before {
  content: " ";
  background-color: #e41645 !important;
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}

.header-left {
  /* background: lightblue url("images/fibre1.jpg") no-repeat corver center; */
  background-image: url("images/fibre2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  background-position: -900px center;
  /* filter: drop-shadow(2px 4px 6px black); */
}

.header-box {
  /* position: absolute;
  background: #fff;
  top: calc(50% + 80px);
  right: 50%;
  transform: translate(0%,-50%);
  background: rgb(246 93 92 / 90%); */
  color: #fff;
  z-index: 3;
}

.header-img-box {
  background-image: url("images/fibre.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  border: solid 15px #fff;
  position: absolute;
  bottom: -150px;
  left: -60px;
}

/* .header-img-container {
  min-height: 500px;
  z-index: 3;
} */

.fibreactif-colors {
  position: absolute;
  top: 0;
  left: 0;
}

.header-box-content {
  padding: 5rem;
}

/* .gray, .yellow, .green {
  width: 5px;
} */

.gray {
  background-color: #555556;
}
.yellow {
  background-color: #fbbe4b;
}
.green {
  background-color: #3db727;
}

.icon-box i {
  font-size: 50px;
}
.icon-box2 i {
  font-size: 30px;
}
.icon-box-content2 {
  /* height: 90px;
  width: 90px;
  border-radius: 50%; */
  background-color: #fff;
  color: #198754;
  /* border: solid 1px; */
}
.compteur-icon {
  color: #87281A;
  font-size: 30px;
}
.icon-box3 i {
  font-size: 30px;
}
.icon-box-content3 {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #198754;
  border: solid 1px;
}
.icon-box-content {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #fff;
  color: #502a2a;
  border: solid 1px;
}

.icon-box {
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0 0 38px 0 rgb(0 0 0 / 8%);
  border-radius: 5px;
}
.about-box {
  height: 400px;
  width: 400px;
  background-image: url("images/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: solid 15px #502a2a;
  border-radius: 50%;
}
.about-box::after {
  position: absolute;
  left: -50px;
  top: 40px;
  content: "";
  height: 100%;
  width: 100%;
  background: url('images/shape.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.about-sep-box {
  /* border-right: solid 1px #ccc; */
  padding-right: 10px;
}
.shape2 {
  width: 200px;
  position: absolute;
  top: 33px;
  z-index: 2;
  left: -100px;
}
.testi1 {
  z-index: 3;
}

/* testimonial section */
.testimonial-box {
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
  padding: 50px 30px;
  background: #fff;
  border-radius: 7px;
}
.testimonial-author {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
}
.testimonial-img img {
  clip-path: polygon(40% 7.67949%,43.1596% 6.20615%,46.52704% 5.30384%,50% 5%,53.47296% 5.30384%,56.8404% 6.20615%,60% 7.67949%,81.65064% 20.17949%,84.50639% 22.17911%,86.97152% 24.64425%,88.97114% 27.5%,90.44449% 30.6596%,91.34679% 34.02704%,91.65064% 37.5%,91.65064% 62.5%,91.34679% 65.97296%,90.44449% 69.3404%,88.97114% 72.5%,86.97152% 75.35575%,84.50639% 77.82089%,81.65064% 79.82051%,60% 92.32051%,56.8404% 93.79385%,53.47296% 94.69616%,50% 95%,46.52704% 94.69616%,43.1596% 93.79385%,40% 92.32051%,18.34936% 79.82051%,15.49361% 77.82089%,13.02848% 75.35575%,11.02886% 72.5%,9.55551% 69.3404%,8.65321% 65.97296%,8.34936% 62.5%,8.34936% 37.5%,8.65321% 34.02704%,9.55551% 30.6596%,11.02886% 27.5%,13.02848% 24.64425%,15.49361% 22.17911%,18.34936% 20.17949%);
}
.testimonial-img {
  width: 150px;
  height: 150px;
}
.testi-quote {
  right: 5px;
  height: 45px;
  width: 45px;
  background-color: #086ad8;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.testi-quote i {
  color: #fff;
}
.testimonial-container, .equipement-container, .partner-container {
  background-color: #F8F9FC;
}

/* section activite */
.activite-box {
  border: solid 1px #502a2a;
  border-radius: 15px;
}
.activite-left .activite-icon {
  width: 80px;
  height: 80px;
  border: solid 1px #502a2a;
  border-radius: 50%;
  position: absolute;
  top: calc(-1.5rem - 20px);
  background-color: #502a2a;
  color: #fff;
}
.activite-center .activite-icon {
  width: 80px;
  height: 80px;
  border: solid 1px #502a2a;
  border-radius: 50%;
  /* position: absolute; */
  /* top: calc(-1.5rem - 20px); */
  background-color: #502a2a;
  color: #fff;
}
.activite-right .activite-icon {
  width: 80px;
  height: 80px;
  border: solid 3px #502a2a;
  border-radius: 50%;
  position: absolute;
  top: calc(-1.5rem - 20px);
  right: 1.5rem;
  background-color: #502a2a;
  color: #fff;
}
.activite-icon i {
  font-size: 40px;
}
.activite-center-container {
  position: relative;
  top: -50px;
}

/* section partners */
.partners-img {
  width: 100px;
}

.valeur-container {
  /* background-image: url("images/connected.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; */
}
.valeur-container::after {
  content: " ";
  /* background-color: rgb(85 85 86 / 80%) !important; */
  /* opacity: .6; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
  background-image: linear-gradient(rgb(85 85 86) 7%, rgb(85 85 86 / 20%));
}
.indoor-valeur.valeur-container::after{
  background-image: linear-gradient(rgb(23 75 115) 7%, rgb(85 85 86 / 20%));
}
.indoor-valeur .icon-box {
  padding: 30px 20px;
}
.indoor-valeur .icon-box-content {
  color: #198754;
}
.valeur-box {
  z-index: 3;
}

.clients {
  background-image: url("images/bg_img.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* section contact */
.contact-section {
  padding: 90px 0 150px;
  background-image: url("images/bg1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.contact-section::before {
  content: " ";
  background-color: #0e5f8d !important;
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}
.contact-section::after {
  content: " ";
  display: block;
  width: 120%;
  height: 100px;
  position: absolute;
  bottom: -48px;
  left: -5%;
  transform: rotate(2deg);
  z-index: 3;
  background-color: #292929 !important;
}
.contact-box {
  position: relative;
  z-index: 3;
}
.devis-btn {
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  /* background-color: #fff; */
  font-weight: 600;
  border: solid 2px #fff;
  transition: .3s;
}
.devis-btn:hover {
  color: #000;
  background-color: #fff;
}
.devis-btn .fa {
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
  vertical-align: middle;
}

/* footer */
.footer {
  background-color: #292929;
  color: #fff;
}
.footer-img-box {
  border-bottom: solid 1px #948e8e;
}
.copyright {
  padding: 0 15px;
}
.copyright-container {
  background: #201f1f;
  padding: 2rem 0;
}
.ft-color1, .ft-link{
  color: #777;
  text-decoration: none;
  transition: .3s;
}
.ft-link:hover {
  color: #e41645;
}
.copyright {
  font-size: 13px;
}
a {
  text-decoration: none;
}

.social-linkedin i, .social-linkedin i:hover{
  color: #fff;
}
.social-linkedin {
  transition: .3s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.social-linkedin:hover {
  background-color: #0072b1;
}

/* video */
.video-box {
  /* height: 500px; */
  /* background-image: url("images/raccordement2jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
}
.video-box::before {
  content: " ";
  background-color: #011F30 !important;
  opacity: .4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
  /* border-radius: 15px; */
}
.indoor-video.video-box::before {
  border-radius: 8px;
}
.video-play-icon {
  position: absolute;
  z-index: 3;
  /* color: #3db727; */
  font-size: 90px;
  color: #fff;
  transition: .3s;
  top: 50%;
  transform: translate(0%,-50%);
}
.video-play-icon:hover {
  color: #086ad8;
}

@media only screen and (max-width: 768px) {
  /* .header-img-container {
      min-height: auto;
  } */
  .header-img-box, .about-box {
      width: 300px !important;
      height: 300px !important;
  }
  .header-box{
      padding-top: 90px;
  }
  .header-img-box {
      left: 0;
  }
  .activite-center-container {
      position: relative;
      top: 0;

      margin: 4rem 0;
  }
  .activite-right .activite-icon {
      width: 80px;
      height: 80px;
      border: solid 1px #502a2a;
      border-radius: 50%;
      position: absolute;
      top: calc(-1.5rem - 20px);
      background-color: #502a2a;
      color: #fff;
      left: 1.5rem;
      right: 0;
  }
}


/* section infrastructure */
.infra-ico-box {
  height: 90px;
  width: 90px;
  border: solid 1px #dee2e6;
  border-radius: 50%;
}
.infra-ico-box i {
  font-size: 43px;
  color: #87281A;
}

/* section-securite */
.section-securite {
  background-color: #F8F9FC;
}

/* section compteur */
.compteur-ico{
  font-size: 50px;
  color: #0e5f8d;
}
.compteur-box {
  background-color: #F8F9FC;
}

/* section-fibre */
.fibre-img {
  background-image: url("images/block.jpeg");
  background-size: cover;
}

.block-img-wlan {
  background-image: url("images/block.jpeg");
  background-size: cover;
  background-position: center;
}

.block-img-reseau {
  background-image: url("images/block2.jpg");
  background-size: cover;
  background-position: center;
}

.block-img-ftto {
  background-image: url("images/block3.jpg");
  background-size: cover;
  background-position: center;
}

/* section-blog */
.home-article img {
  height: auto;
  width: 100%;
}
.home-article-box {
  background-color: #F8F9FC;
}




/* pages secondaire */
.header-page {
  margin-top: 80px;
  height: calc(70vh);
  background-color: #fff;
}

.header-page-box {
  /* background: lightblue url("images/fibre1.jpg") no-repeat corver center; */
  background-image: url("images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  /* background: #fff; */
  /* height: calc(85vh - 80px); */
}

.tech-page-box {
  /* background: lightblue url("images/fibre1.jpg") no-repeat corver center; */
  background-image: url("images/tech.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  /* background: #fff; */
  /* height: calc(85vh - 80px); */
}
.tech-page-box::before {
  content: " ";
  background-color: #0e5f8d !important;
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}

.header-page-box::before {
  content: " ";
  background-color: #0e5f8d !important;
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* background: #212529; */
  /* opacity: 0; */
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}
.header-blog {
  /* margin-top: 80px; */
  height: calc(30vh);
  background-color: #0e5f8d;
  margin-top: 80px;
}
.entreprise-about-box {
  height: 400px;
  width: 400px;
  background-image: url("images/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: solid 15px #502a2a;
  border-radius: 50%;
}
.entreprise-about-box-::after {
  position: absolute;
  left: -50px;
  top: 40px;
  content: "";
  height: 100%;
  width: 100%;
  background: url('images/shape.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

/* contact */
.contact-box2 {
  box-shadow: 0 0 5px 1px #e8e8e8;
  max-width: 500px;
}

.contact-header {
  padding: 30px;
  background-color: #87281A;
  color: #fff;
}

.form-seperator {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  z-index: 2;
}

.contact-form {
  padding: 0 50px 16px;
}

.contact-form-btn {
  width: 100% !important;
  background-color: #0e5f8d !important;
  color: #fff !important;
}
/* section etapes */
.etape-img-box img {
  border-radius: 10px;
}