:root {
  --color-primary: #00ff9d;
  --color-white: #e9e9e9;
  --color-black: rgb(12, 62, 115);
  --color-black-1: #212b38;
  --main-color: #00a78e;
  --shadow-black-100: 0 5px 15px rbga(0, 0, 0, 0.2);
  --black900: #000;
  --black400: #646f87;
  --black100: #f7f7f7;
  --white: #fff;
  --black-alpha100: rbga(0, 0, 0, 0.5);

}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open sans';

}

html {
  scroll-behavior: smooth;
}




/*    <!-- ============Avant nav bar ============== --> */

.sub-header {
  background-color: rgb(2, 52, 115);
  height: 46px;
  line-height: 46px;
  border-bottom:1px solid rgba(188, 175, 175,.3)
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.left-info li {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
  padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.left-info li i {
  margin-right: 10px;
  font-size: 18px;
}

.sub-header ul.left-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.left-info li .link-num{
display:flex
}
.num{
display: flex;
}
.icon-num{
margin-right: 10px;
}
.numero-orange{
  margin-right: 15px;
}

.sub-header ul.right-icons {
  float: right;
}

.sub-header ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li:first-child {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}

.sub-header ul.right-icons li a {
  color: #fff;
  transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
  opacity: 0.75;
}

/*  <!-- ============fin Avant nav bar ============== --> */





/* <!-- ========Nav bar header======== --> */
.nav-head{
  background-color: rgb(2, 47, 101);
}
.fs-link {
  font-size: x-large;
  margin: 0 10px;
}

.fs-btn {
  font-size: x-large;
  background-color: #ebeef5;
}

.fs:hover {
  background: transparent;
}

.fs-dropdown {
  /* background-color: rgba(0, 34, 255, 0.92); */
    background-color: rgb(2, 52, 115);
}

.fs-dropdown li a {
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
}

.text-btn {
  text-decoration: none;
}

.nav_logo {
  width: 150px;
  height: 150px;
  border-radius: 100%;

}

.btn-togg{


}

.btn-perso{
border:none;
}

.icone{

}




/* <!-- ======== Fin Nav bar header======== --> */







/* <!-- ======== Banniere Baniere======== --> */


.banner {
  display: flex;
  margin: 50px auto;
  width: 100%;
  /* height: 50%; */
}

.banner_desc {}

.banner img {
  margin: auto;
  width: 80%;
}


/* <!-- ======== Fin Baniere beniere======== --> */








/*<!-- ============ Text descripetion========== -->*/


.container .banner_desc {
  font-family: sans-serif;
  font-size: 17pt;
  text-align: justify;
}

/*<!-- ============Fin Text descripetion========== -->*/









/*<!-- ============= Carousel Carousel   ========= -->*/







/*<!-- ============= Fin  Carousel Carousel   ========= -->*/






/*   < !--===============corp de notre site webe --> */




.hauteur .img_hauteur img{
width: 90%;
height:70% ;
margin:0 auto;
border-radius: 10px;
}
hr{
color:rgb(1, 6, 24);
border: #00001b solid 2px;
}
.box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
padding: 30px 1px;
}
.card-title{
margin-bottom: 10px;
position:relative;
}
.card-title::before{
content: "";
width: 15px;
height: 3px;
background-color: #02022c;
position:absolute;
bottom: -2px;


}
.card-text{
display:flex;
flex-direction: column;
}
.card-text p{
font-weight: 500;
margin-bottom: 0.3rem;
}







/* < !--===============fin corp de notre site webe==============--> */





/*==========debut section home==============*/
.home-section {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.home-section .home-img,
.home-section .home-text {
  max-width: 50%;

}

.img-box img {
border-radius: 50%;
}

.home-section .home-text .parole {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 800;
  margin-top: 15px;
  text-align: center;
  color: #02022c;
}
.auteur {
float:right;
}
.auteur .direction {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  margin-top: 15px;
  color: #02022c;
}
.auteur .work{
  text-align: right;
font-size:17px;
font-style:italic;
font-weight: 500;
line-height: 2px;
color: #02022c;
}


/*========Fin section home===========**/








/* <!--========================= section google map ========================= --> */



#go-map{
display:none;
width: 100%;
height: 70vh;
}
.img-map{
width: 100%;
  height: 100%;
}
.map-img{
width: 100%;
  height:100%;
}



/* <!--========================= Fin section google map ========================= --> */










/*dddddddddddddddddddddddd      footer          kkkkkkkkkkkkkkkkkkkkkkkkkkkk*/

#contact{
/* margin-top:60px; */
}
.bt li {
  list-style: none;
}

.bt-footer {
  display: flex;
  justify-content: space-around;
}

.service {
  width: 40%;
}

.service ul {
  padding-left: 0;
}

.suivez-nous {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
}

.item {
  display: flex;
  align-items: center;

}

.item a,
.bt .item-1 {
  text-decoration: none;
  color: #0d0d44;
  font-family: montserrat;
  font-weight: 700;
  font-size: 15px;
}
.phone-number-o{
margin-right: 15px;
}

.fa-envelope {
  color: rgb(210, 28, 52);
}

.fa-facebook {

  color: rgb(26, 86, 228);

}

.fa-phone-volume {

  color: #000;
}

.fa-whatsapp {

  color: rgb(5, 224, 5);
}

.clic {
  font-size: 30px;
  transition: all .5s ease;
  margin: 10px 25px 1px 0px;
}

.clic:hover {
  transition: all .5s ease;
  cursor: pointer;
  transform: scale(1.2);

}



/*dddddddddddddddddddddddd      footer  end        kkkkkkkkkkkkkkkkkkkkkkkkkkkk*/




/*  <!-- ===================Sub-footer========= --> */

.sub-footer {
  padding: 10px;
  background-color: #195db7;
}




/* <!-- =============Case base ============ --> */

.case-bas {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin-top: 50px;
}

.zafylogo {
  width: 10%;
  object-fit: cover;
  transition: all 1s ease;
  animation: afylogo 5s linear Infinite;
}

@keyframes afylogo {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5)
  }

  100% {
    transform: scale(1)
  }
}

.zafylogo:hover {
  transform: scale(1.5);
  box-shadow: 6px 6px 6px #212b38;
  border-radius: 100%;
  transition: all 1s ease;
}

.txt-zafy {
  color: #212b38;
  font-weight: 500;
}






/*===========Responsivity Zone ============== */

@media(max-width:990px) {

  
/* <!-- =============== corp de notre site webe ================= --> */






/* home section */

  .home-section {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: .5rem!important;
  }

  .home-section .home-img,
  .home-section .home-text {
    max-width: 95%;

  }
  .home-text{
  margin-top: 50px;
  }

  .auteur .direction{
  font-size: 18px;
  font-weight: 600;
  }
  .auteur .work{
    font-size: 13px;
  font-weight: 500;
  }





  /* footer responsive */
#contact{
  padding: .5rem!important;
}
  .bt-footer {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
  }

  .service,
  .suivez-nous {
    width: 100%;
    margin: 10px auto;
  }



  /*  <!-- =============Case base ============ --> */
.case-bas{
  margin-top: 20px
}
  .case-bas p {
    display: none;
  }


}

@media(max-width:430px){
.desc{
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}
.cc-carousel{
  padding: 1rem!important;
  }
.responsive img {
height: 250px; ;
}
.plus_de_photo{
  padding: 0rem!important;
}

}