html{
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Luxia1';
  src: url('font/luxia/Luxia-Regular.otf')
}
@font-face {
  font-family: 'Luxia2';
  src: url('font/luxia/Luxia-Display.otf')
}
@font-face {
  font-family: 'Luxia';
  src: url('font/luxia/NunitoSans-ExtraLight.ttf')
}
.logo {
  width: 50px;
  height: 50px;
  margin-right: 2rem;
  margin-left: 2rem;
}
.map {
  width: 200px;
  height: 200px;
}
.appStore {
  width: 200px;
 
}
.googlePlay {
  width: 200px;
 
}
.navbar-custom {
  height: 40px;
}

.hr_footer{
  border: 1px solid white;
border-radius: 0px;



}
.copyrihgt{
  font-size: 0.9rem;
}
.contact1{
    margin-bottom: 70px;
}
.border1 {
  border-top: 1px solid  rgb(105, 83, 54);
}

input[type=text], select {
  
  border: 1px solid rgb(0, 0, 0);
}

.logo_noire{
  width: 120px;
  height:120px;
}
.text_bold{
  font-weight: bold;
  color:black;
}
.textstrock{
font-family: Luxia1;
color: black;
-webkit-text-fill-color: white; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 0.4px;
-webkit-text-stroke-color: black;
}
.contact{
  margin-bottom: 20px;
   font-size: 40px;

}
.title1{
  margin-bottom: 20px;
   font-size: 20px;

}
.title2{
  margin-bottom: 20px;
   font-size: 27px;

}


.card3{
  width: 25%;
  
}


@media only screen and (max-width: 600px) {
.card3{
  width: 80%;
}
  .navbar-nav {
    padding-left: 10px;
  }
}

.title3{
  text-align: center;
  font-size: 70px;
  color: #d3ae83;
}
.title4{
  text-align: center;
  font-size: 20px;
  color: #d3ae83;
}

/* //////////////// */


.flex-column {
  max-width: 260px;
}

img {
  margin: 0px;
}

.scale {
  transform: scaleY(1.05);
  padding-top: 5px; 
}

.img-fluid1 {

  max-width: 100%;
  height: auto;
}
.img-fluid2 {
  
  max-width: 100%;
  height: auto;
}
.img-fluid3 {
  max-width: 100%;
  height: auto;
}
.img-fluid4 {
  max-width: 100%;
  height: auto;

}
.img-fluid6 {
  max-width: 100%;
  height: auto;
}
.img-fluid6 {
  max-width: 100%;
  height: auto;
}



.Luxia_1{
  font-family: Luxia1 !important;
  color:white;
}
.Luxia_2{
  font-family: Luxia2 !important;
}

p,h1,h2,h3,h4,h5,h6{
  font-family: Luxia;
 }


  .globe{
      font-size: 130%;
      color:white;
      padding: 10px;
   
  }
  .fa-globe{
      font-size: 130%;
      margin-top: 6px;
  }
  .fr{
      padding-right:10px ;
      padding-bottom: 6px;
  }

 /*  offre page */

  thead, tbody, tfoot, tr, td, th {
      border-color: none !important;
      border-style: none !important;
      border-width: 0 !important;
  }
  .table th, .table td {
      padding: 0.5rem !important;
  }
  .td1{
      text-align: left;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 20px;
  }
  .td3{
      text-align: right;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 20px;
  }
  /* galerie page */

  .title_gallerie{
      font-size: 40px;
  }

  #gotoup{
     display:none;
      position: fixed;
      width: 70px;
      height: 70px;
     
      bottom: 420px;
      right: 17px;

      text-decoration: none;
      text-align: center;
      line-height: 50px;
      color:rgb(0, 0, 0);
      font-size:18px;

  }
  .scroll{
    width: 30%;
  }

  .bg1{
    background-image: url("./img/backgound/bg1_.png");

    background-repeat: no-repeat; /* Do not repeat the image */
    
    background-position: center bottom;

  }
  .lire{
    margin-right: 0px;
  }
  .bg2{
    background-image: url("./img/backgound/bg2_.png");

    background-repeat: no-repeat; /* Do not repeat the image */
    
    background-position: center top;

  }
  .bg2_{
    background-image: url("./img/backgound/bg2_.png");

    background-repeat: no-repeat; /* Do not repeat the image */
    
    background-position: center top;

  }

  #gotoup1{
 
     position: fixed;
     width: 70px;
     height: 70px;
     bottom: 420px;
     left:25px;
     text-decoration: none;
      text-align: center;
      line-height: 50px;
      color:rgb(0, 0, 0);
      font-size:18px;


 }





  /* modal */


  @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');




button {
background-color: #47a386;
border: 0;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 14px;
padding: 10px 25px;
}

.modal-container {
display: flex;
background-color: rgba(0, 0, 0, 0.3);
align-items: center;
justify-content: center;
position: fixed;
pointer-events: none;
opacity: 0;  
top: 0;
left: 0;
height: 100vh;
width: 100vw;
transition: opacity 0.3s ease;
}

.show {
pointer-events: auto;
opacity: 1;
}

.modal {
background-color: #fff;
width: 100%;
max-width: 100%;
padding: 30px 50px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
text-align: center;
}

.modal h1 {
margin: 0;
}

.modal p {
opacity: 0.7;
font-size: 14px;
}

/* ::::::::::::::::::: */


.row1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
 display: grid;
grid-gap:8px;
margin-bottom: 50px;
justify-self: center;
}
.img1{
  max-width: 100%;
}
.column1 {
  display: grid;
  
 }
 .img1{
   max-width: 100%;
   box-shadow: 10px 10px 5px rgb(241, 241, 241);
 }
 .item1{
  position: relative;
   grid-column: 1/2;
   grid-row: span 2;
 }
 .item2{
  position: relative;
  grid-column: 2/3;
  grid-row: span 2;
}
.item4{
  position: relative;
  grid-column: 3/4;
  grid-row: span 2;
}
.item3{
  position: relative;
  grid-column: 1/3;
  grid-row: span 2;
}
.item5{
  position: relative;
  grid-column: 3/4;
}
.item5{
  position: relative;
  grid-column: 3/4;
  grid-row: span 1;
  
}
.item6{
  position: relative;
  grid-column: 3/4;
  grid-row: span 1;

}



@media only screen and (max-width: 600px) {
  .column {
    display: grid;
  grid-gap:8px;
 margin-bottom: 50px;
  justify-self: center;
   }
   .img1{
     max-width: 100%;
   }
   .column1 {
     display: grid;
     
    }
    .img1{
      max-width: 100%;
    }
    .item1{
      grid-column: 1;
     
    }
    .item2{
     grid-column: 1;

   }
   .item4{
     grid-column: 1;
     
   }
   .item3{
     grid-column: 1

   }
   .item5{
     grid-column: 1
   }
   .item5{
     grid-column: 1
   
   }
   .item6{
     grid-column: 1
  
   }
   
}
.social-media{
  color:white;
 

}
.social-media i{


  margin-right: 8%;

}


.container1 {
  position: relative;
  text-align: center;
  color: white;
  margin-right: auto;
  margin-left:auto;
}


.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia;
  font-size: 1.2rem;

  
}
.pt5 {
  padding-top: 9rem !important;
}





.centered2 {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia;
  font-size: 1.2rem;

  
}
.text_bold{
  font-weight: bold;
}



.background1{
  position: relative;
}
.app_{
  position: absolute;
  top:75%;
  left: 50%;
  transform: translate(-50%, 0);
margin-left: auto; 
margin-right: auto; 


 
  
}


/*  */



.centered_left {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia;
  font-size: 0.9rem;

  
}


.centered2_left {
  position: absolute;
  top: 39%;
  left: 25%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia1;
  font-size: 2.3rem;

  
}
.centered3_left {
  position: absolute;
  top: 80%;
  left: 25%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia;
  font-size: 1.4rem;

  
}
.centered4_left {
  position: absolute;
  top: 87%;
  left: 25%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia;
  font-size: 1rem;

  
}
@media only screen and (max-width: 770px) {



  .bg2_{
    background-image: url("");

    background-repeat: no-repeat; /* Do not repeat the image */
    
    background-position: center top;

  }
  .container1 {
    position: relative;
    
  }
  
  
  .centered {
    position: relative;
    padding: 16px;
    
  }
  .centered2 {
    position: relative;
   padding-left: 1%;;
    left: 0%;
 
    
  }
  
  .text_bold{
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .text_bold_2{
    font-weight: bold;
    padding-left: 2rem;
   
  }

  .background1{
    position: relative;
  }

.app_parent{
position: relative;
}

  .app_{
    position: relative;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -15%);
    color:black;
    font-family: Luxia1;
    font-size: 2.3rem;
    margin-left:auto;
    margin-right:auto;
    padding-top: 4rem;
    /* padding-left:25%;
    padding-right: 25%; */

   
  }




  /* sdds */



.centered_left {
  position: relative;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -15%);
  color:black;
  font-family: Luxia;
  font-size: 1.2rem;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px;

  
}


.centered2_left {
  position: relative;
  top: 39%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -15%);
  color:black;
  font-family: Luxia1;
  font-size: 2.3rem;
  padding: 2rem;

  
}
.centered3_left {
  position: relative;
  top: 80%;
  left:80%;
  transform: translate(-50%, -15%);
  color:black;
  font-family: Luxia;
  font-size: 1.4rem;

  
}
.centered4_left {
  position: relative;
  top: 87%;
  left: 80%;
  transform: translate(-50%, -50%);
  color:black;
  font-family: Luxia;
  font-size: 1rem;

  
}


#gotoup {

  right: 10px;
 
}
img{
  display:block;
  margin-right:auto;
  margin-left:auto;
}

 
}

.soyez_unique{
  text-align: right;
  font-family: Luxia1;
  font-size: 2rem;
  /* padding-left: 8rem; */

}

.our_story_2{
  position: relative;
}
.our_story{
  position: absolute;
  left: 0%;
  text-align: right;
  width: 100%;
  top: 28%;
  font-family: Luxia1;
  font-size: 4.8rem;
  padding-left: 0rem;
  color: #41444691 !important;

}

.image__img {
  display: block;
  width: 100%;
}


.image__overlay {
  position: absolute;
  top: 3%;
  transform: translateY(-50%);
  vertical-align: middle;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 91%;
  height: 94%;
  border: solid 2px #c6a47c;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.30s;
} 

.image__overlay:hover {
opacity: 1;
}


@media only screen and (max-width: 600px) {
.image__title {
  font-size: 1em;
  font-weight: blod;
  font-family: Luxia1;

}

.image__description {
  margin-top: 0.25em;
  font-size: 1.3em;
  font-family: Luxia1;
  color:white;
}
.image__description-2 {
  margin-top: 0.25em;
  font-size: 0.5em;
  font-family: Luxia1;
  color:white;
}

}





.image__title {
font-size: 1.9em;
font-weight: blod;
font-family: Luxia1;


}
.image__title_3 {
font-size: 1.4em;
font-weight: blod;
font-family: Luxia2;

}


.image__description {
margin-top: 0.25em;
font-size: 2.5em;
font-family: Luxia1;
color:white;
}
.image__description-2 {
margin-top: 0.25em;
font-size: 1em;
font-family: Luxia1;
color:white;
}



.vl {
border-left: 2px solid black;
height: 50px;
margin-left:34px ;

}
.margin4{
margin-bottom: 1.3rem;
}
*{
border :1px sold red;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 13px;
  border: 1px solid #888;
  width: 100%;
  height: 17rem;
 
}
.modal-content-2{
  text-align:right
}

.mb5 {
  margin-bottom: 8rem !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.background2{
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

.text-bold{
  font-weight: 900;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::: */



.demo-wrap { margin-top: 150px; }

.demo-wrap .demo {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
}

.slide-wrap {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-wrap li {
  display: none;
  width: 300px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px #888;
}

.slide-wrap .inner {
  position: relative;
  border: 3px solid #ecfdfd;
  border-radius: 5px;
}

.slide-wrap .inner a {
  text-decoration: none;
  border: none;
  outline: none;
}

.slide-wrap .pic-tit {
  font-size: 14px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #1ca297;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 99999;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}

.slide-wrap img {
  width: 100%;
  border: none;
  outline: none;
}

.slide-wrap .pos1 {
  display: block;
  width: 18%;
  height: auto;
  top: 60px;
  left: 6%;
  z-index: 1;
}

.slide-wrap .pos2 {
  display: block;
  width: 22%;
  height: auto;
  top: 35px;
  left: 20%;
  z-index: 2;
}

.slide-wrap .pos3 {
  display: block;
  width:30%;
  height: auto;
  top: 0;
  left: 35%;
  z-index: 3;
}

.slide-wrap .pos4 {
  display: block;
  width: 22%;
  height: auto;
  top: 35px;
  right: 20%;
  z-index: 2;
}

.slide-wrap .pos5 {
  display: block;
  width: 18%;
  height: auto;
  top: 60px;
  right: 6%;
  z-index: 1;
}

.slide-wrap .inner {
  overflow: hidden;
  position: relative;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #384047;
  color: #fff;
  position: absolute;
  top: 160px;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-style: normal;
}

.prev {
  left: 330px;
  background-position: 0px 0px;
}

.next {
  right: 330px;
  background-position: -52px 0px;
}

/* ////// */
.body_cr {
  height: 600px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
}

main#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 100vw;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

div.item {
  position: absolute;
  width: 300px;
  height: 400px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

div.item:nth-of-type(1) {
  --offset: 1;
  /* background-color: #90f1ef; */
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}
div.item:nth-of-type(2) {
  --offset: 2;
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}
div.item:nth-of-type(3) {
  --offset: 3;
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}
div.item:nth-of-type(4) {
  --offset: 4;
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}
div.item:nth-of-type(5) {
  --offset: 5;
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}
div.item:nth-of-type(6) {
  --offset: 5;
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}
div.item:nth-of-type(7) {
  --offset: 5;
  background-image: url("./img/card3/yassin.png");
  background-size: 100% 100%;
}


input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ main#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ main#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ main#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ main#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ main#carousel {
  --position: 5;
}
.text1 {
  font-size: 10px;
}

.offre{
  font-size: 20px;
}
.offre_text_bold{
  font-size: 23px;
}