@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');

body{margin: 0;font-family: 'Cairo', sans-serif;}
.Body_Page
{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: Calc(100vh - 60px);

}

.black{
  background-color: #000;
}

.div_Search
{
  display: grid;
  width:100%;
  grid-template-columns: 80% 20%;
  height: auto;
  text-align: right;
}

.img_Search
{
  width: 100%; 
  color: rgb(49, 207, 255);
  margin: 0;
  padding:10px 0;
  border-bottom: 1px dashed #c5c4c4 ;
}

.desc_Search
{
 
  text-overflow: ellipsis;

  margin: 0;
  padding:10px 0 0 10px;
  border-bottom: 1px dashed #c5c4c4 ;
  text-align: right;
}

.lire_suite{
 
  background-color: rgb(197, 0, 0);
  color: rgb(252, 252, 252);
  padding: 6px 12px 6px 12px;
  border: rgb(148, 0, 0) 2px solid;
  width: auto;
float: right;
cursor: pointer;
border-radius: 15px;

}

.mtc{
  margin-top:25vh;
  font-size: 300%;
  width: 100%;
  text-align: center;
}

.degrade {
  background: linear-gradient(to left, rgb(255, 255, 255), rgb(235, 235, 235) 95%, rgb(255, 255, 255));
}


.lire_suite a{
  background-color:  rgb(197, 0, 0);
  color: rgb(252, 252, 252);
  padding: 6px 12px 6px 12px;
  border: rgb(148, 0, 0) 2px solid;
  width: auto;
float: right;
cursor: pointer;
border-radius: 15px;
text-decoration: none;
margin: 4px;
}

.lire_suite a:hover{

  color: rgb(255, 255, 255);
  background-color: rgb(197, 0, 0);
  font-weight: bold;
}


.Search {
padding: 5px;
position:fixed;
top:60px;
background-color:whitesmoke;
width:  100%;
z-index: 319;
height: 46px;
}

  .S_input {width: calc(100% - 60px);float: left;}
  .S_btn {width:50px;float: left;margin-top: 6px;border: 0;}
  
  .Search_btn {width:40px;height: 40px;border-radius: 0px;border: 0;
    margin-left: 5px;
    background-image: url('img/loop.png');
    background-repeat: no-repeat;
 background-color: whitesmoke;
  background-position: center; 
  }
  .Search_input{background-color: white;width: calc(100% - 50px);border-radius: 0px;}


  .video-responsive-2 { 
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;
    position: relative;
  
    }
    
    .video-responsive-2 iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
  
    }
  

.video-responsive { 
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
  position: relative;

  }
  
  .video-responsive iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;

  }

.page_lct
{
  display: grid;
  grid-template-columns: 68% 32%;
 }
 .title_lct
 {font-size: 2rem;text-align: right;padding-right: 8px;color: red;}
 
  .desc_lct
 {font-size: 1rem;text-align: right;padding: 8px;}

.min_lct
{
  display: grid;
  grid-template-columns: 50% 50%;
  padding-left: 10px;
}

.title_min_lct
{font-size: .8rem;  padding-left: 10px;}





red
{
  padding: 2px;
  color: red;
}

.main_page{

  display: grid;
  grid-template-columns: 100%;
  max-width:1200px;
  margin: 0 auto;
}

#List_Cat{
  position: fixed;
  left: 100% ;
  top:60px;
  height: Calc(100vh - 50px);
  background:url("img/traspa.png");
  transition: .5s ease;
  z-index: 330;
  font-size: 1rem;
  width: 240px;
  text-align: right;
  padding: 5px;

}

.BtnRetour{
  position: fixed;
  top:120px;
  left:10%;
}

.SupPrix{
  align-items: center;
  display: grid;
  grid-template-columns: 35% 65%;
  background :whitesmoke;
  color: black;
  font-size: 1.2rem;
 
}

.pv {padding: 0px 10px; font-size: 0.9rem;}
.sv {padding: 11px 10px; font-size: 1rem;}
.pr {padding: 11px 10px; font-size: 1.3rem;background-color: #6d8d2b;color: white;}
.pr_d {padding: 0; font-size: 2.5rem;}

.Categories{
  margin: 0 auto;
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  
  width: 100%;
  padding-bottom:50px; 
 }

 .Cat_4_gid
 {
grid-template-columns: repeat(4, 1fr); 
column-gap: 5px;
row-gap: 5px;
 }



 
 .image {
   display: block;
   width: Calc(100% - 10px);
   height: 30vh;
   padding: 5px;
   border-radius: 10px;
   background-color: #ebe9e9;
  min-height: 200px;
 }


 .overlay {
  margin: 5px;  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  color: #f1f1f1; 
  overflow: hidden;
  width: Calc(100% - 10px);
  height: 60px;
  transition: .5s ease;
}


 .overlay1 {
  margin: 5px; 
  position: absolute; 
  bottom: 0; 

  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: Calc(100% - 50px);
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  height: 0;
  
}

 
.container_cat {
  position: relative;
  width: Calc(100% - 20px) ;
  margin: 10px;

}

.container_cat:hover .overlay {
  opacity: 1;
  height: Calc(100% - 10px);
  background: rgba(0, 0, 0, 0.2); /* Black see-through */
  cursor: pointer;
  border-radius: 6px;
}

.New_Membre{
width: Calc(100% - 30px);
height: 100vh;
position: fixed;
top:0;
left: 0;
background-image: url("img/traspa.png");
display: none;
z-index: 200;
padding: 15px;
z-index: 320;

}

::placeholder {  color:white;}
label{display: block}

.Cat{
  width: Calc(100% - 30px); 
  height: auto;
  float: left;
  background-color: white;
  border: 1px solid rgb(199, 199, 199);
  margin: 10px;
  color: #000;

}

.register_index{
  margin: 0 auto;
  display: block;
margin-top: 10px;
  width: Calc(100% - 40px);
  padding: 10px;
  background-color: white;
  max-width: 550px;

   }

.register_index_table{
 /* background-color: white; */
 display: grid;
 grid-template-columns: auto 30%;
 width: Calc(100% - 20px);
 padding: 5px;
 text-align: right;
 
}
 

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 25px;
}

/* Hide the default checkbox */
.container input {
  visibility: hidden;
  cursor: pointer;
}

/* Create a custom checkbox */
.mark {
  position: absolute;
  top: 10px;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: rgb(182, 182, 182);
 border: 1px solid black;
}

.container:hover input ~ .mark {
  background-color: gray;

}

.container input:checked ~ .mark {
  background-color: blue;

}

/* Create the mark/indicator (hidden when not checked) */
.mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the mark when checked */
.container input:checked ~ .mark:after {
  display: block;
}

/* Style the mark/indicator */
.container .mark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}





input[type=text],input[type=date],input[type=tel],input[type=tel],input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: right;
}

input[type=date]{
  font-size: 1.1rem;
}

textarea{height: 60px;
  width: 100%;
  padding: 12px 20px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: right;
}

.msg_form{
  color: red;
  font-size: .9rem;
  width: auto;
  text-align: center;
  padding: 5px;
}

.btn_2 {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 150%;
  font-family: 'Amiri', serif;
}

.btn_2:hover {
  background-color: #45a049;
}





.se_accueil 
{
  /* The image used 
  background-image: url("img/Bg.png"); 
    /* Full height */
  height: 100vh  ; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: whitesmoke;
  padding-top: 20px; 
  overflow: auto;
}
.se_accueil_top 
{ padding-top: 110px; }

.Sup_Nav
{
    margin: 0;
    width: 100%;
    background-color: #1f2b3a;
    height: auto;
    z-index:120 ;
    
}

.top{position: fixed;top:0;}

.brand_title {text-align: left; align-items: center;  grid-column: 1; }


.Header_Nav
{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: grid;
    justify-content: space-between;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 40px auto;
    align-items: center;
    text-align: left;
}

.Body_Page
{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: Calc(100vh - 60px);


}

.auto_height{height: auto;}



.Intro
{
display: block;
width: 100%;
}


.Intro_Part_1{float: right;width: 50%;

}
.Intro_Part_2{float: left;width: 50%;
background-image: url("img/perso.png");
background-repeat: no-repeat;
background-position: top;
background-size: contain;
}


.title-1
{
font-size: 2rem;
padding: 15px;
text-align: right;
padding-top: 40px;

}
.title-2
{
font-size: 2.1rem;
padding: 5px 15px;
text-align: right;
font-weight: bold;
}


.video-responsive-p{
  overflow:hidden;
  margin:0 auto;
  width:100%;
  position:relative;
  height:100vh;
  text-align: center;
  max-width: 750px;
  left:0;
  top:0;
}

.video-responsive-p iframe{

  left:0;
  top:0;
  height:60vh;
  width:100%;
  position:absolute;
}

#container1 {
  width: 100%;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-top: 10%;

  
}

.h1{padding: 0;}

.item {
  z-index: 100;
}



.item img {
  width: 80px;cursor: pointer;

  display: flexbox;

}
.circle {

margin-bottom: 10px;
border-radius: 50%;
background-color: rgba(112, 111, 111, 0.884);
width: 60px;
height: 60px;
position: absolute;
opacity: 0;
animation: scaleIn 3s infinite cubic-bezier(.20, .0, .39, .0);

}




@keyframes scaleIn {
from {
transform: scale(.1.9, .3.1);
opacity: .5;
}
to {
transform: scale(2, 2);
opacity: 0;
}
}


.txt_input{

  padding: 12px;
  margin: 20px;
  margin-left: 5px;
  border: #017552 1px solid;
  width: Calc(100% - 201px);
  border-radius: 5px;
  float: right;
  font-family: 'Cairo', sans-serif;
  font-size: 1.2rem;
}

.Btn{
  float: right;
  background-color: #017552;
  color: white;
  padding: 8px;
  margin: 20px;
  margin-right: 5px;
  border: #017552 1px solid;
  width: Calc(100% - 20px);
  border-radius: 5px;
  font-size: 1.5rem;
  font-family: 'Cairo', sans-serif;

}

.BtnClose {

  background-color:#008d13;
  width: 50px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding:8px; 
  text-decoration: none;
  transition: background-color .3s;
  border:0 ;
  
}

.BtnClose:hover {
  background-color: #02af19;
  color: white;
  border-style: solid;
}

.txtcommander
{
  padding: 8px;
  margin:5px;
  border:1px solid rgb(172, 172, 172) ;
  width: Calc(100% - 20px);
font-size: 18px; 
height: 20px;
text-align: right;
}

.button_Whatsapp{
  position: fixed;
  top:55vh;
  left:0px;
  padding: 5px;
background-color:#017552;
height:auto;
width: 30px;
border-radius:0 50px 50px 0;
}



.new_product
{

display: grid;
grid-template-columns: repeat(2, 1fr); 
text-align: right ;
padding: 15px;
width: Calc(100% - 30px);
max-width: 1200px;
}

.pied{
  
  width: Calc(100% - 40px);
  display: grid;
  align-items: center;
  padding: 20px;
  color: white;
  grid-template-columns: repeat(2, 1fr);

}
.pied a{color: white;text-decoration: none;}

.sticky {
  position: fixed;
  top: 85vh;
  left:Calc(100% - 220px);
  
}

/* --------------------------------------- */
/* ------------------Menu--------------------- */
/* --------------------------------------- */

.rs_top{position: fixed;top:0;left:Calc(46% - 220px);display: block;z-index: 300;margin-top: 3px;}




@media screen and (max-width: 600px) 
{
  .BtnRetour{
    position: fixed;
    top:170px;
    left:16px;
  }

  .sticky { left:Calc(100% - 180px);}
  

  #List_Cat{top:112px;}
  .Cat{ width: Calc(100% - 25px);} 
  ::placeholder {  color: rgb(75, 75, 75);font-size: 1rem;font-family: 'Cairo', sans-serif;}

  input:focus::placeholder {
    color: transparent;
  }
  label{display: none}
  .register_index_table{ grid-template-columns: auto; }
   



  .pied{grid-template-columns: 110px Calc(100% - 110px);}
  .rs_top{position: fixed;top:0;left:Calc(100% - 220px);display: block;}
  .rs{text-align: center;background-color:#304258;padding: 5px;}
  .Categories{grid-template-columns: repeat(1, 1fr);}
  .auto_height{height: auto;}

  .Header_Nav{grid-template-columns: 100%;  }
  .brand_title {background-color:#017552;padding:5px 0 0 10px; }


.Intro_Part_1{float: left;width: 100%;}
.Intro_Part_2{float: right;width: 100%;}



  .title-1{font-size: 1.1rem;text-align: center;padding: 10px 15px 0px 15px;}
  .title-2{font-size: 1.4rem;text-align: center;padding-top: 0px;}

  .Body_Page{height: Calc(100vh - 110px);}

 
  .se_accueil {height: auto;}

  .txt_input{width: Calc(100% - 50px);margin: 0;float: none;margin: 5px;}
  .Btn{width: Calc(100% - 10px);margin: 0;float: none;margin: 5px;}

  .loading{
    margin-top: 35%;
    margin-left: Calc(50% - 25px);
    width: 50px; 
    margin: 0 auto;
  }


  .video-responsive-p{height:35vh; padding-bottom:0%; }
  .video-responsive-p iframe{
    width: Calc(100% - 20px);
    padding: 0 10px 0 10px;
     height:Calc(35vh - 20px);
  }
  .Video{width: Calc(100% - 25px);  } 

.video-responsive{height:35vh; padding-bottom:0%;position: fixed;left:0;top:100px;width: 100%;height: 35vh; }


.title_lct{padding-top: 35vh;font-size: 1.2rem;}

.desc_lct{font-size: .8rem;}

.new_product{grid-template-columns: repeat(1, 1fr);}
.min_lct{padding-top: 20px;}
  .page_lct{
      display: grid;
      grid-template-columns: 100%;
      }
      .image {height: auto;} 
      
      .Search {
        padding: 5px;
        position:fixed;
        top:110px;
        }
      
        .div_Search
        {
          display: grid;
          width:100%;
          grid-template-columns: 100%;
        }  

        .img_Search{border-bottom: 1px dashed #c5c4c4;}
        .desc_Search{border: 0;}

        .se_accueil_top 
        { padding-top: 140px; }

}

/* --------------------------------------- */
/* --------------------------------------- */