/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}


a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     color: #232222;
     font-weight: normal;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 45px;
     color: #272424;
     text-transform: uppercase;
}

.read_more {
     display: inline-block;
     background: #2d2d2c;
     color: #dee4fd;
     max-width: 238px;
     height: 69px;
     line-height: 69px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
     border-radius: 5px;
}

.read_more:hover {
     background: #838485;
     color: #fff9f9;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

header {
     background:transparent;
     width: 100%;
     padding: 35px 15px;
     z-index: 9;
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.logo a {
    font-size: 40px;
    line-height: 40px;
    color: #fff !important;
    font-weight: bold;
}


ul.email {
     float: right;
     padding-top: 1px;
}
ul.email li {
    display: inline-block;
    text-align: center;
}

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #111;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 25px;
     color: #818181;
     display: block;
     transition: 0.3s;
  }
  
  .sidepanel a:hover {
     color: #f1f1f1;
  }

.sidepanel a.active {
     color: #b4b4b9;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

/* Nouveau style pour le bouton du menu */
.openbtn {
     background-color: #333;
     color: white;
     padding: 10px 20px;
     border: none;
     cursor: pointer;
     font-size: 16px;
     display: flex;
     align-items: center;
  }
  
  .openbtn i {
     margin-right: 10px;
  }
  
  /* Changement de couleur au survol */
  .openbtn:hover {
     background-color: #555;
  }


/** banner_main **/

.padd_30 {
    padding: 20px 20px 0px 20px;
    background: #fff;
}

.full_bf {
     background: #bbbcbd;
     width: 100%;
     background-size: cover;
     position: relative;
     background-position: center;
}

.banner_main {padding-bottom: 50px;}


.container-max {
     max-width: 1500px;
     width: 100%;
     padding: 0 15px;
     margin: 0 auto;
     display: block;
     clear: both;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 120px;
     text-align: left;
     max-width: 690px;
     float: right;
     width: 100%;
}

.banner_main .bluid h1 {
     color: #2d2d2c;
     font-size: 80px;
     line-height: 90px;
     font-weight: bold;
     padding-bottom: 55px;
}
.banner_main .bluid h1 span {color: #2f2e2e;}


.banner_main .bluid .read_more {
     margin-right: 5px;
}
.banner_main .bluid .read_more:hover {
    background: #fff;
    color: #000;
}

#myCarousel .carousel-indicators {
     display: none;
}

#myCarousel a.carousel-control-next, 
#myCarousel a.carousel-control-prev {
    background: #fff;
    width: 76px;
    height: 66px;
    top: 102%;
    opacity: 1;
    font-size: 45px;
    color: #000;
    z-index: 99;
    box-shadow: 3px 0 111px rgba(0, 0, 0, 0.31);
}

#myCarousel a.carousel-control-prev {
     left: 45%;
}
#myCarousel a.carousel-control-next {
     right:45%;
}
#myCarousel a.carousel-control-next:focus,
#myCarousel a.carousel-control-next:hover,
#myCarousel a.carousel-control-prev:focus,
#myCarousel a.carousel-control-prev:hover {
     opacity: 1;
     background: #f9f9f8;
}



/* Animation CSS */
@keyframes fadeIn {
     from {
       opacity: 0;
       transform: translateY(20px);
     }
     to {
       opacity: 1;
       transform: translateY(0);
     }
   }
   
   /* Root Variables */
   :root {
     --primary-color: #fbfafc;
     --secondary-color: #dee4fd;
     --background-color: #fefefd;
     --text-color: #333;
     --text-secondary-color: #666;
     --modal-bg: #ffffff;
     --modal-shadow: rgba(0, 0, 0, 0.2);
     --modal-border: #ddd;
     --modal-header-bg: #f8f9fa;
     --modal-header-color: #333;
     --modal-close-bg: #fcf6f5;
     --modal-close-color: #fff;
  }
   /* About Section */
   .about {
     background: var(--background-color);
     padding-top: 200px;
   }
   
   .about .titlepage {
     padding-bottom: 0;
   }
   
   .about_img {
     position: relative;
     background-color: #fff;
     padding: 20px;
     border-radius: 10px;
     overflow: hidden;
   }
   
   .about_img img {
     z-index: 1;
     position: relative;
     text-align: right;
     display: block;
     margin: 0 auto;
     transition: transform 0.3s ease-in-out;
   }
   
   .about_img img:hover {
     transform: scale(1.1);
   }
   
   .about .titlepage h2 {
     font-size: 36px;
     font-weight: 700;
     color: var(--text-color);
     margin-bottom: 20px;
   }
   
   .about .titlepage p {
     line-height: 1.8;
     padding-top: 45px;
     padding-bottom: 70px;
     color: var(--text-secondary-color);
   }
   
   .about .titlepage ul.about_activities {
     list-style: none;
     padding: 0;
   }
   
   .about .titlepage ul.about_activities li {
     font-size: 16px;
     line-height: 1.6;
     color: var(--text-color);
     margin-bottom: 10px;
     position: relative;
     padding-left: 20px;
     opacity: 0;
     animation: fadeIn 0.5s ease forwards;
   }
   
   .about .titlepage ul.about_activities li::before {
     content: "\f00c"; /* FontAwesome check icon */
     font-family: FontAwesome;
     position: absolute;
     left: 0;
     top: 0;
     color: var(--check-icon-color);
     font-size: 14px;
   }
   
   .about .titlepage .read_more {
     display: inline-block;
     
     font-size: 15px;
     color: #0e0e0e;
     background-color: #c5c5d5;
     border-radius: 25px;
     text-transform: uppercase;
     transition: background-color 0.3s ease, transform 0.3s ease;
   }
   
   .about .titlepage .read_more:hover {
     background-color:#b4b4b9;
     transform: translateY(-3px);
   }
   
   @media (max-width: 768px) {
     .about_img {
       text-align: center;
     }
   
     .about_img img {
       width: 100%;
       margin: 0 auto;
     }
   
     .about {
       padding-top: 100px;
     }
   }
   .team_member {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .team_member.visible {
     opacity: 1;
     transform: translateY(0);
  }
     
  .modal-content img {
     max-width: 100%;
     height: auto;
  }

/* cameras */
.cameras {
     padding-top: 140px;
     background: #fefefd;
  }
  .cameras .titlepage {
     padding-bottom: 20px;
  }
  .cameras .titlepage p {
     padding-top: 5px;
  }
  .camera-slider {
     position: relative;
     overflow: hidden;
     width: 100%;
 }
 
 .slider-container {
     display: flex;
     transition: transform 0.5s ease;
 }
 
 .slider-wrapper {
     display: flex;
     transition: transform 0.5s ease;
 }
 
 .camera-item {
     flex: 0 0 33.3333%; /* Affiche 3 éléments à la fois */
     box-sizing: border-box;
     padding: 10px;
 }
 
  .cameras_text {
     background: #f7f7f7;
     padding: 20px;
     border-radius: 8px;
     text-align: center;
     transition: ease-in all 0.5s;
     position: relative;
  }
  .cameras_img figure {
     margin: 0;
  }
  .cameras_text img {
     width: 100%;
     transition: transform 0.3s;
  }
  .cameras_text:hover img {
     transform: scale(1.05);
  }
  .cameras_text:hover {
     background: #b4b4b9;
  }
  .cameras_text p { 
     color: #090909; 
     font-weight: 500;
     padding-top: 10px; 
     line-height: 20px;
  }
  .cameras_text p span {
     color: #363636;
  }
  .cameras_text h3 {
     color: #363636;
     font-size: 16px;
     line-height: 20px;
     padding-top: 8px;
     font-weight: bold;
     padding-bottom: 10px;
  }
  .cameras_text .read_more { 
     border-radius: 5px; 
     font-weight: normal; 
     font-size: 15px;
     max-width: 128px; 
     height: 38px; 
     line-height: 38px;
  }
  .slider-button {
     position: absolute;
     top: 50%;
     width: 30px;
     height: 30px;
     background: #000;
     color: #fff;
     text-align: center;
     line-height: 30px;
     cursor: pointer;
     z-index: 1;
  }
  .slider-button.left {
     left: 10px;
     transform: translateY(-50%);
  }
  .slider-button.right {
     right: 10px;
     transform: translateY(-50%);
  }
  
/* end cameras */


/* choose */

.choose {
     background: #ffffff;
     padding-top: 200px;
}

.choose_bg {
    background: #b4b4b9;
    padding-top: 75px;
    padding-bottom: 308px;
}
.choose .titlepage {
    padding-bottom: 20px;
}
.choose .titlepage h2 {
     color: #ffffff;
}


.comp {
     padding-top: 30px;
}

.comp h3 {
     color: #fff;
     font-size: 60px;
     line-height: 60px;
     font-weight:bold;
     padding-bottom: 14px;
     padding-top: 10px;
}

.comp span {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
}

.container-with {
    max-width: 1485px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    clear: both;
}
.cctv {
    margin-top: -200px;
}
.cctv figure {
    margin: 0;
}
.cctv figure img {
    filter: drop-shadow(0px 3px 11px #0000002e);
}
.cctv .read_more {
    margin: 0 auto;
    display: block;
    margin-top: 67px;
}

/* end choose */




/** clients **/

.clients {
    background: #fefefd;
    padding-bottom: 10px;
    padding-top: 200px;
}

.clients_banner .testi {
    position: inherit;
    padding: 70px 0;
    box-shadow: #ddd 0 0 18px 0px;
    margin: 20px 0;
    margin-left: 40px;
}
.pro_file {
    float: left;
    padding-left: 40px;
    margin-left: -60px;
}



.pro_file i img {

    border-radius: 50%;
    margin-left: -54px;
    

}



.test_box  {padding:0 40px; }



.test_box h4 {
    color: #4d4e4f;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
 
}

.test_box h4 img {
    text-align: right;
    float: right;
}
.test_box p {
    color: #2d2d2d;
    font-size: 17px;
    line-height: 30px;
    padding: 20px 0px; 
}

#testi .carousel-indicators {
    display: none;
}

#testi a.carousel-control-next, 
#testi a.carousel-control-prev {
    background: #fff;
    width: 76px;
    height: 66px;
    top: 83%;
    opacity: 1;
    font-size: 45px;
    color: #000;
    z-index: 99;
    box-shadow: 3px 0 111px rgba(0, 0, 0, 0.31);
}

#testi a.carousel-control-prev {
     left: 45%;
}
#testi a.carousel-control-next {
     right:45%;
}
#testi a.carousel-control-next:focus,
#testi a.carousel-control-next:hover,
#testi a.carousel-control-prev:focus,
#testi a.carousel-control-prev:hover {
     opacity: 1;
     background: #f9f9f8;
}

/** end clients **/



/** contact **/

.contact {
     background: #fefefd;
     padding-top: 200px;
}

.main_form {
    background: #fff;
    padding: 50px 50px;
    box-shadow: 3px 0 18px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}
.main_form .contactus {
    padding: 0px 25px;
    margin-bottom: 23px;
    width: 100%;
    height: 52px;
    background: #efefef;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    border:inherit;
    border-radius: 10px;
}

.main_form .textarea {
    margin-bottom: 30px;
    width: 100%;
    background: #ececec;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    padding: 50px 25px 10px 25px;
    height: 131px;
    border:inherit;
    border-radius: 10px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #111111;
     text-transform: uppercase;
     color: #fff;
     max-width: 244px;
     width: 100%;
     display: block;
     margin: 0 auto;
     font-weight: 500;
     border-radius: 40px;
     line-height: 67px;
     height: 67px;
}

.main_form .send_btn:hover {
     background: #2e5aac;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #999999;
     opacity: 1;
}


.contact_img figure {
    margin: 0;
}
.contact_img figure img {border-radius: 20px;}
/** end contact **/

/** footer **/

.footer {
     margin-top: 200px;
     background: #252525;
     padding-top: 130px;
    
}

.logo_footer {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff !important;
    margin-top: 14px;
    display: block;
    padding-bottom: 20px;
}
.Informa h3 {
     color: #ffffff;
     font-size: 30px;
     font-weight: bold;
     line-height: 30px;
     margin-bottom: 20px;
     margin-top: 26px;
}
.Informa p {
     color: #fff;
}


.Informa li {
     font-size: 15px;
     line-height: 25px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #2e5aac;
}

.helpful ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 29px;
    position: relative;
    padding-left: 27px;
}
.helpful ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    background: #2e5aac;
    width: 13px;
    height: 13px;
    border-radius: 30px;
    top: 5px;
}
.conta ul li a {
     color: #ffffff;
}
.conta ul li {line-height: 29px;}
.conta ul li a i {
     padding-right: 5px;
     font-size: 20px;
     color: #2e5aac;
}


ul.social_icon {
     float: left;
     padding-top: 20px;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 3px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     background: #fff;
     color: #252525;
     width: 32px;
     height: 32px;
     display: inline-block;
     text-align: center;
     line-height: 32px;
     border-radius: 100%;
     font-size: 20px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     background: #2e5aac;
     color: #fff;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}





.ente {
     color: #252525;
     border: inherit;
     padding: 0 15px;
     height: 39px;
     width: 100%;
     font-size: 15px;
     background: #e2e3e5;
     border-radius: 10px;
     margin-bottom: 10px;
}

.subs_btn {
    max-width: 144px;
    display: inline-block;
    background: #3c6bc3;
    height: 39px;
    width: 100%;
    transition: ease-in all 0.5s;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
}

.subs_btn:hover {
     background: #3663b7;
     transition: ease-in all 0.5s;
}




.copyright {
     background:#fff;
     margin-top: 130px;
}

.copyright p {
     color: #252525;
     padding: 20px 0px;
}

.copyright a {
     color: #252525;
}

.copyright a:hover {
     color: #7b80ee;
}

/** Team **/
.team {
     padding: 50px 0;
  }
  
  .team .titlepage {
     margin-bottom: 50px;
  }
  
  .team_member {
     text-align: center;
     margin-bottom: 30px;
  }
  
  .team_img {
     width: 100%;
     height: auto;
     overflow: hidden;
     border-radius: 50%;
     margin-bottom: 20px;
  }
  
  .team_img img {
     width: 100%;
     height: auto;
     transition: transform 0.3s;
  }
  
  .team_img:hover img {
     transform: scale(1.1);
  }
  
  .team h3 {
     font-size: 22px;
     font-weight: bold;
     margin-bottom: 10px;
  }
  
  .team p {
     font-size: 16px;
     color: #777;
  }
  

/** end footer **/


/*- - ener page css--*/
.inner_page header {
     background: #1f1f22;
 }
 
 
.inner_page .padd_30 {
    padding:0px;
 
}
/* Styles spécifiques pour le panier */
#cart {
     position: fixed;
     top: 50px; /* Ajustez selon votre mise en page */
     right: 20px; /* Ajustez selon votre mise en page */
     background-color: #fff;
     padding: 15px;
     border: 1px solid #ddd;
     box-shadow: 0 2px 5px rgba(0,0,0,0.1);
     z-index: 1000; /* Assurez-vous que le panier est au-dessus des autres éléments */
 }
 
  
  .cart-item {
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 1px solid #eee;
     padding: 10px 0;
  }
  
  .cart-item img {
     max-width: 100px;
     height: auto;
     margin-right: 10px;
  }
  
  .cart-item .item-details {
     flex: 1;
  }
  
  .cart-total {
     font-size: 18px;
     font-weight: bold;
     margin-top: 10px;
  }
  
  .btn-primary {
     background-color: #007bff;
     border-color: #007bff;
  }
  
  .btn-primary:hover {
     background-color: #0056b3;
     border-color: #0056b3;
  }
  
/* Styles pour la modale */
.modal {
     display: none;
     position: fixed;
     z-index: 1000;
     padding-top: 60px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0, 0, 0);
     background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-content {
     margin: auto;
     display: block;
     width: 80%;
     max-width: 700px;
  }
  
  .close {
     position: absolute;
     top: 15px;
     right: 35px;
     color: #f1f1f1;
     font-size: 40px;
     font-weight: bold;
     transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
     color: #bbb;
     text-decoration: none;
     cursor: pointer;
  }
  

