@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

:root{
   --blue:#374470;
   --black:#333;
   --white:#fff;
   --light-color:#666;
   --light-bg:#eee;
   --border:.2rem solid rgba(0,0,0,.1);
   --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

*{
   font-family: 'Poppins', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none !important;
    text-transform: lowercase;
}

*::-webkit-scrollbar{
   height: .5rem;
   width: 1rem;
}

*::-webkit-scrollbar-track{
   background-color: transparent;
}

*::-webkit-scrollbar-thumb{
   background-color: var(--blue);
}

html{
   font-size: 62.5%;
   overflow-x: hidden;
   scroll-behavior: smooth;
   scroll-padding-top: 6.5rem;
}

body {

}

.background {
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   /*background:url(../images/BGLL.jpg) no-repeat;*/
   background: linear-gradient(to right, #ffcc00, #ff6699);
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   animation: zoom 90s;
   z-index: -1;
   transition: opacity 1s ease-in-out;

}

.background {
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%); /* Pas d'image d'arrière-plan au début */
  background-size: cover;
  transition: background-image 3s ease; /* Transition lors du remplacement de l'image */
  padding: 20px;
  cursor: pointer;

}

/*.background {*/
   
/*   position: fixed;*/
/*   top: 0;*/
/*   left: 0;*/
/*   width: 100%;*/
/*   height: 100%;*/
   /*background:url(../images/BGLL.jpg) no-repeat;*/
/*   background: linear-gradient(to right, #ffcc00, #ff6699);*/
/*   background-size: cover;*/
/*   background-position: center;*/
/*   background-attachment: fixed;*/
/*   animation: zoom 90s;*/
/*   z-index: -1;*/
/*   transition: opacity 1s ease-in-out;*/

/*}*/


@keyframes zoom {
   0% {
      opacity : 0;
     transform: scale(1.4) ; /* Initial scale (no zoom) */
   }
   5% {
      opacity: 1 ;
     transform: scale(1.2); /* Initial scale (no zoom) */
   }
   25% {
     transform: scale(1.1); /* Mid-point scale (20% zoom in) */
   }
   100% {
     transform: scale(1); /* Return to the initial scale */
   }
 }

section{
   padding:7rem 2rem;
}


.heading{
   text-align: center;
   font-size: 4rem;
   color:var(--black);
   text-transform: uppercase;
   font-weight: bolder;
   margin-bottom: 3rem;
}

header .logo
{
    position: relative;
    max-width: 140px;
}

.link-btn{
   display: inline-block;
   padding:1rem 3rem;
   border-radius: .5rem;
   background-color: var(--blue);
   cursor: pointer;
   font-size: 1.7rem;
   color:var(--white);
   transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
}

.link-btn:hover{
   background-color: var(--white);
   color:var(--blue);
   border-radius: 1.2rem;
}

.header{
   padding:0.5rem;
   border-bottom: var(--border);
   
   background: rgba(55, 68, 112, 0.25);
      
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(6.4px);
   -webkit-backdrop-filter: blur(6.4px);
   border: 1px solid rgba(57, 59, 191, 0.19);
   transition : background-color 0.4s ;

}

.header .container{
   max-width: 90%;
}

.header.active{
   background-color: rgba(55, 68, 112, 0.5);
   box-shadow: var(--box-shadow);
}

.header .logo{
   font-size: 1.5rem;
   color:var(--black);
}

.header .logo span{
   color:var(--blue);
}

.header .nav a{
   margin: 1rem 2.5rem;
   font-size: 1.7rem;
   color:var(--white);
   font-weight: 200 ;
   transition: font-weight 0.2s ease;

}

.header .nav a:hover{
   color:var(--blue);
   font-weight: bold;
}

#menu-btn{
   font-size: 2.5rem;
   color:var(--white);
   cursor: pointer;
   display: none;
}

.home{
   max-height: 100vh;
   /* background: rgba(115, 115, 115, 0.2); */
     -webkit-transition: background 2.5s ease-out;
  -moz-transition: background 2.5s ease-out;
  -o-transition: background 2.5s ease-out;
  transition: background 2.5s ease-out;
  background: rgba(0, 10, 100, 0.204);
      
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.4px);
  -webkit-backdrop-filter: blur(6.4px);

   /*
  animation-name: example;
  animation-duration: 3s;
  animation-delay: 1s;*/
}

@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}

.home .container{
   max-width:90%;
}

.home .row{
   display: flex;
   justify-content: space-between;
   

}

.home .content{
   width: 55rem;
   padding:2rem;

   /* background: rgba(181, 181, 181, 0.15);
      
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(2.4px);
   -webkit-backdrop-filter: blur(6.4px);
   border-radius:1rem; */
   transform: translateY(-5rem);
   transition: box-shadow 0.3s ease-in-out;
}

/* .home .content:hover{
   box-shadow: 0 8px 60px rgba(255, 255, 255, 0.4);
} */

.home .content h3{
   font-size: 4.5rem;
   text-transform: uppercase;
   color:var(--white);
   
   line-height: 1.2;
   text-shadow: 1px 1px 10px 	#696969,
                1px 0 10px 		#696969;
}

.home .content span{
   font-size: 4.5rem;
   font-weight:500;
   color: var(--white);
   
   line-height: 1.2;
   text-shadow: 1px 1px 10px 	#696969,
                1px 0 10px 	#696969;
}

.home .content p{
   font-size: 2.5rem;
   color:var(--white);
   padding:5rem 0;
   text-align: justify;
    text-justify: inter-word;
   text-shadow: 1px 1px 1px black,
                1px 0 10px 	#696969;
}

.about{
   background-color: rgba(55, 68, 112, 0.9);
   min-height: 100vh;
   display: flex;
   justify-content: space-between;
}

.about .row{
   min-height: 80vh;
}

.about .content{
}

.about .content span{
   font-size: 2rem;
   color:white;
}

.about .content h3{
   font-size: 3rem;
   color:var(--white);
   margin: 4rem 0;
   
}

.about .content p{
   font-size: 1.4rem;
   color:var(--white);
   line-height: 2;
   text-align: justify;
  text-justify: inter-word;
}

.about .link-btn{
   
   margin: 4rem 0;
   background-color: var(--white);
   cursor: pointer;
   font-size: 1.7rem;
   font-weight: bold;
   color:var(--blue);
}

.services{
   background-color: var(--light-bg);
}

.services .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.services .box-container .box{
   text-align: center;
   padding:2rem;
   background-color: var(--white);
   box-shadow: var(--box-shadow);
   border-radius: .5rem;
   transition: 0.2 ease;
}
.services .box-container .box:hover{
   transform: scale(1.05);
}

.services .box-container .box img{
   margin:1rem 0;
   height: 4rem;
}

.services .box-container .box h3{
   font-size: 2.5rem;
   padding:1rem 0;
   color:var(--blue);
   font-weight:bolder;
}

.services .box-container .box h2{
   font-size: 2.3rem;
   padding:1rem 0;
   color:var(--blue);
}

.services .box-container .box p{
   font-size: 1.5rem;
   color:var(--light-color);
   line-height: 2;
}

.services .box-container .box h1{
   font-size: 1.8rem;
   color:var(--light-color);
   line-height: 2;
}
.services .box-container .box h1 span{
   font-size: 0rem;
   color:var(--light-color);
   line-height: 2;
}

.process .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.process .box-container .box{
   background-color: white;
   padding:2rem;
   border-radius: .5rem;
   text-align: center;
   box-shadow: var(--box-shadow);
   transition: 0.2 ease;
}
.process .box-container .box:hover{
   transform: scale(1.02);
}

.process .box-container .box img{
    
   border-radius: 50%;
   width : 28rem;
   height: 28rem;
   margin:1rem 0;
   padding : 4px;/*
   border:1px solid #374470 */
}

.process h1{
    color:var(--white);
}

.process .box-container .box h3{
   font-size: 2.5rem;
   font-weight: bold;
   color:var(--blue);
   margin:1.5rem 0;
}

.process .box-container .box p{
   font-size: 1.5rem;
   color:var(--grey);
   line-height: 2;
}

.reviews{
   background-color: var(--light-bg);
}

.reviews .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.reviews .box-container .box{
   background-color: var(--white);
   text-align: center;
   border-radius: .5rem;
   box-shadow: var(--box-shadow);
   padding:2rem;
}

.reviews .box-container .box img{
   height: 10rem;
   width: 10rem;
   border-radius: 50%;
}

.reviews .box-container .box p{
   padding:2rem 0;
   line-height: 2;
   font-size: 1.5rem;
   color:var(--light-color);
   margin-bottom: 0;
}

.reviews .box-container .box .stars{
   padding:.5rem 1.5rem;
   border-radius: .5rem;
   background-color: var(--light-bg);
   margin-bottom: 2rem;
   display: inline-block;
}
.fa-star{
    color:#FF9529;
}
.reviews .box-container .box .stars i{
   font-size: 1.5rem;
   color:var(--blue);
}

.reviews .box-container .box h3{
   font-size: 2rem;
   color:var(--black);
}

.reviews .box-container .box span{
   color:var(--light-color);
   font-size: 1.5rem;
}




.reviews container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.reviews .container .box{
   background-color: var(--white);
   text-align: center;
   border-radius: .5rem;
   box-shadow: var(--box-shadow);
   padding:2rem;
}

.reviews .container .box img{
   height: 10rem;
   width: 10rem;
   border-radius: 50%;
}

.reviews .container .box p{
   padding:2rem 0;
   line-height: 2;
   font-size: 1.5rem;
   color:var(--light-color);
   margin-bottom: 0;
}

.reviews .container .box .stars{
   padding:.5rem 1.5rem;
   border-radius: .5rem;
   background-color: var(--light-bg);
   margin-bottom: 2rem;
   display: inline-block;
}

.reviews .container .box .stars i{
   font-size: 1.5rem;
   color:var(--blue);
}

.reviews .container .box h3{
   font-size: 2rem;
   color:var(--black);
}

.reviews .container .box span{
   color:var(--light-color);
   font-size: 1.5rem;
}






.contact form{
   border-radius: .5rem;
   background-color: var(--light-bg);
   padding:2rem;
   margin:0 auto;
   max-width: 50rem;
}

.contact form .message{
   margin-bottom: 2rem;
   border-radius: .5rem;
   background-color: var(--blue);
   padding:1.2rem 1rem;
   font-size: 1.7rem;
   color:var(--white);
   text-align: center;
}


.contact form .box{
   width: 100%;
   margin-top: 1rem;
   margin-bottom: 2rem;
   border-radius: .5rem;
   background-color: var(--white);
   padding:1.2rem 1.4rem;
   font-size: 1.7rem;
   color:var(--black);
   text-transform: none;
}

.contact form span{
   font-size: 1.7rem;
   color:var(--black);
}

.footer{
   background-color: var(--light-bg);
}

.footer .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   gap:4rem;
}

.footer .box-container .box{
   text-align: center;
}

.footer .box-container .box i{
   height: 5rem;
   width: 5rem;
   border-radius: 50%;
   line-height: 5rem;
   font-size: 2rem;
   background-color: var(--blue);
   color:var(--white);
}

.footer .box-container .box h3{
   font-size: 2rem;
   margin:2rem 0;
   color:var(--black);
}

.footer .box-container .box p{
   font-size: 1.5rem;
   color:var(--light-color);
   text-transform: none;
}

.footer .credit{
   text-align: center;
   border-top: var(--border);
   padding-top: 2rem;
   margin-top: 2rem;
   font-size: 2rem;
   color:var(--light-color);
}

.footer .credit span{
   color:var(--blue);
}




.rev{
    margin: 0;
    min-height:80vh;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: #EFEFEF;
    
}
.slide-container{
    width:100%;
    padding:40px 0;
}

.slide-content{
    margin: 0 40px;
    border-radius:25px;
}
.card{
    border-radius:25px;
    background-color:#FFF;
}
.image-content,
.card-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:10px 14px;
}

.image-content{
    position:relative;
    row-gap:5px;
    padding:15px 0;
}
.overlay{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background-color: #374470;
    border-radius: 25px 25px 0 25px;
    
}
.overlay::before,
.overlay::after{
    content:'';
    position:absolute;
    right:0;
    bottom:-40px;
    height:40px;
    width:40px;
    background-color:#374470;
}
.overlay::after{
    border-radius:0 25px 0 0;
    background-color:#FFF ;
}
.card-image{
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background:#FFF;
    padding:3px;
    
}

.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border:4px solid #374470 ;
}
.name{
    font-size:18px;
    font-weight: 500px;
    color:#333;
    margin-bottom: 5px;
    
}
/*.description-box{
    
    min-height:200px;
    max-height:200px;
}*/

.description{
    
    min-height:200px;
    max-height:200px;
    font-size:1.3em;
    color:#707070;
    text-align: center;
    overflow:auto;
}

.button{
    border:none;
    font-size:16px;
    color:#FFF;
    padding:8px 16px;
    background-color: #374470;
    border-radius: 6px;
    margin: 14px;
    cursor:pointer;
    transition: all 0.3 ease;
    
}
.button:hover{
    background-color: #17203c;
}

.swiper-button-next{
    right:0;
    color: #374470;
}

.swiper-button-prev{
    left:0;
    color: #374470;
}

.swiper-pagination-bullet{
    
    background-color: #374470;
}



.partners{
    margin:0;
}
.partners-logos{
    margin-top:50px;
}

.slick-slide{
    margin: 0 20px;
}
.slick-slide img{
    width: 100%;
}
.slick-slider{
    position: relative;
    display:block;
    box-sizing:border-box;
    
}
.slick-list{
    position:relative;
    display: block;
    overflow:hidden;
    margin:0;
    padding:0;
    
}
.slick-track{
    position:relative;
    top:0;
    left:O;
    display:block;
    
}
.slick-slide{
    display: none;
    float:left;
    height:100%;
    min-height:1px;
    
}
.slick-slide img{
    display: block;
}

.slick-initialized .slick-slide{
    display:block;
    
}



.process{
    background-color: rgba(55, 68, 112, 0.9);
}
.contact,
.partners{
   background-color: var(--white);
}




/*.whatsapp{*/
/*	position:fixed;*/
/*	width:60px;*/
/*	height:60px;*/
/*	bottom:30px;*/
/*	right:30px;*/
/*	background-color:#25d366;*/
/*	color:#FFF;*/
/*	border-radius:50px;*/
/*	text-align:center;*/
/*  font-size:30px;*/
/*	box-shadow: 2px 2px 3px #999;*/
/*  z-index:100;*/
/*}*/


@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.WA_Chat_Widget *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.WA_Chat_Widget .WA_FloatingButton{
    position: fixed;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 1000;
}
.WA_Chat_Widget .WA_FloatingButton svg{
    width: 40px;
    height: 40px;
    fill: #4fce5d;
}
.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton{
    top: 20px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton{
    bottom: 20px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton{
    left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton{
    right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton{
    left: 50%;
    transform: translateX(-50%);
}

.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox{
    top: 110px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox{
    bottom: 110px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox{
    left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox{
    right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox{
    left: 50%;
    transform: translateX(-50%);
}


.WA_Chat_Widget .WA_ChatBox{
    position: fixed;
    width: 320px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header{
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox{
    width: 50px;
    height: 50px;
    /*border-radius: 50%;*/
    overflow: hidden;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name{
    color: #fff;
    font-weight: 600;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time{
    color: #e4e4e4;
    font-size: 14px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close{
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg{
    fill: #ffff;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body{
    padding: 20px;
    background: #e6ddd4;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: 0.1;
    z-index: 0;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message{
    max-width: 280px;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0px;
    border-radius: 3px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username{
    color: darkgray;
    font-weight: 500;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content{
    font-size: 14px;
    color: #000;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer{
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn{
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp{
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center;
}









.my-float{
	margin-top:16px;
}

/* media queries  */

@media (max-width:991px){

   html{
      font-size: 55%;
   }

   .header .link-btn{
      display: none;
   }

   section{
      padding:5rem 2rem;
   }

}

@media (max-width:768px){

   section{
      padding:3rem 1rem;
   }

   #menu-btn{
      display: inline-block;
      transition: .2s linear;
   }

   #menu-btn.fa-times{
      transform: rotate(180deg);
   }

   .header .nav{
      position: absolute;
      top:99%; left:0; right:0;
      background-color: var(--white);
      border-top: var(--border);
      border-bottom: var(--border);
      padding:1rem 0;
      text-align: center;
      flex-flow: column;
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
      transition: .2s linear;
   }

   .header .nav.active{
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
   }

   .header .nav a{
      margin:1rem 0;
      font-size: 2rem;
      font-weight: 400;
      color:var(--blue);
   }

   .home{
      background-position: left;
   }

   .home .content{
      width: auto;
   }

   .home .content p{
      font-size: 2.3rem;
      
   }

}

@media (max-width:450px){

   html{
      font-size: 50%;
   }

   .home .content h3{
      font-size: 4rem;
   }

   .heading{
      font-size: 3rem;
   }

}