
:root {
    --bleu:  #2755A5;
    --orange: #FF6922;
    --blanc: #EFFDF5;
    --jaune: #FCEA03;
    
}


/************************************* Debut des éléments de la page Accueil ************************************/

.name_ibatci {
    color: var(--bleu);
}
.bg_plus_information {
    background-color: var(--bleu);
    color: white;
}

.image_liste_fil {
    position: absolute;
    width: 40px;
    border-radius: 50%;
    z-index: 10px;
    right: 740px;
   
}

/*** Debut Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--bleu) !important;
}
/*** Fin Icon ***/

/*** Debut Chargement de page ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Fin Chargement de page ***/

/*** Debut Boutton ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
/*** Fin Boutton ***/

/*** Debut Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--jaune);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--bleu);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Fin Navbar ***/

/*** Debut Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--bleu);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--jaune);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}
/*** Fin Header ***/

/******************************** Debut des éléments de la page a propos **************************************/



/********************************* Debut des éléments de pourquoi choisir IBAT-CI *****************************/

/*** Debut pourquoi choisir IBATCI ***/
.container_1_h1 {
    padding-top: 40px;
    align-items: center;
    text-align: center;
    }

.timeLine {
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
    background-color: transparent;

}

.container_1 {
    padding: 10px 40px;
    width: 40%;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    animation: movedown 1s linear forwards;
    opacity: 0;
}

@keyframes  movedown {
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.text-box_1 {
    padding: 20px 30px;
    background-color: var(--bleu);
    position: relative;
    border-bottom: 6px;
    font-size: 15px;
    border-radius: 10px;
}

.text-box_1 strong {
 color: #FFFFFF;
}

.container_1_droit {
    left: 52.5%;
    margin-right: 1000px;
}

.container_1_gauche {
    left: 0;
    margin-left: 140px;
}

.container_1 img {
  position: absolute;
  width: 40px;
  border-radius: 50%;
  top: 32px;
  z-index: 10px;
}

.container_1_droit img {
  left: -30px;
}

.container_1_gauche img {
  right: -20px;
}


.timeLine::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: var(--bleu);
    top: 0;
    left: 52%;
    margin-left: -3px;
    z-index: 0;
    animation: moveline 6s linear forwards;
}


@keyframes moveline {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}

.fleche_gauche {
   height: 0;
   width: 0;
   position: absolute;
   top: 30px;
   z-index: 1;
   border-top: 15px solid transparent;
   border-bottom: 15px solid transparent;
   border-left: 15px solid var(--bleu);
   right: 25px;
}

.fleche_droite {
   height: 0;
   width: 0;
   position: absolute;
   top: 30px;
   z-index: 1;
   border-top: 15px solid transparent;
   border-bottom: 15px solid transparent;
   border-right: 15px solid var(--bleu);
   left: 26px;
}

.container_1:nth-child(1) {
    animation-delay: 0s;
}

.container_1:nth-child(2) {
    animation-delay: 1s;
}

.container_1:nth-child(3) {
    animation-delay: 2s;
}

.container_1:nth-child(4) {
    animation-delay: 3s;
}

.container_1:nth-child(5) {
    animation-delay: 4s;
}

.container_1:nth-child(6) {
    animation-delay: 5s;
}


@media screen and (max-width: 600px){
    .timeLine {
        margin: 50px auto;
    }
    .timeLine::after{
        left: 31px;
    }
    .container_1 {
        width: 100%;
        padding-left: 88px;
        padding-right: 25px;
    }
    .text-box_1 {
        font-size: 13px;
    }
    .container_1_droit {
        left: 0;
    }
}
/*** Fin pourquoi choisir IBATCI ***/




/*************************************** Fin des éléments de la page A_propos *********************************/


/*************************************** Debut des éléments de la pas Projets Réalisés *************************/

/*** Debut cadre IMRAN I et IMRAN II ***/
    .IMRAN_I {
       max-width: 600px;
       margin: 0 auto;
       padding: 30px;
       border-radius: 10px;
       box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.3);
    
    }

   .IMRAN_I img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      float: left;
      shape-outside: margin-box;
      margin: 0 20px 5px 0;
   }


   .IMRAN_I p {
      line-height: 1.4;
   }

   .IMRAN_I span {
     color: var(--jaune);
   }

   .IMRAN_I h2,
   .IMRAN_I h4 {
    margin-bottom: 10px;
    text-align: start;
   }



.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/*** Debut cadre IMRAN I et IMRAN II ***/

/*** Debut slide des images dans projet réalisé ***/

.container_0 {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--bleu);
  padding: 2rem 0;
}

#tranding {
  padding: 4rem 0;
}

@media (max-width:1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 42rem;
  position: relative;
}

@media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--jaune);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--blanc);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--bleu);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: flex;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--blanc);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bleu);
}
/*** Fin slide des images dans projet réalisé ***/


/************************************** Fin des éléments de la pas Projets Réalisés **********************/


/************************************** Debut des éléments de la  page Plus d'information **********************/

.domaines-activite {
    text-align: center;
}

h1 {
    font-size: 2rem;
    color: var(--bleu);
    margin-bottom: 30px;
}

.container_plus_information {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.domaine {
    background-color: #e6f1f5;
    padding: 20px;
    width: 22%;
    height: 600px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.circle {
    width: 70px;
    height: 70px;
    border: 5px solid var(--bleu);
    border-radius: 50%;
    margin: 0 auto 15px;
    position: relative;
}

.circle:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--jaune);
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
}

.domaine h2 {
    color: var(--bleu);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.domaine ul {
    list-style-type: none;
    font-size: 0.9rem;
    color: #333;
    text-align: left;
}

.domaine ul li {
    margin-bottom: 10px;
}

/************************************** Fin des éléments de la  page Plus d'information **********************/











/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--bleu);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--bleu);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--bleu);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--bleu);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--bleu);
}

.team-item:hover {
    border-color: var(--orange) !important;
}

.team-item:hover .bg-primary {
    background: var(--orange) !important;
}

.team-item:hover .bg-primary i {
    color: var(--orange) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--bleu);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--jaune);
}


/***************************************** Debut des éléments de Footer *****************************************/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blanc);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--bleu);
    border-color: var(--blanc);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--blanc);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer_img_IBAT-CI {
    width: auto;
    height: 100px;
    border-radius: 10px;
    margin-left: 30px;
}


/***************************************** Fin des éléments de Footer *****************************************/