*{
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    margin:0;
    padding:0;
    box-sizing: border-box;
    outline: none;
     border:none;
    text-decoration: none;
}
body{

    overflow-x: hidden;
    display: flex;
    flex-direction: column;

}
.heading{
    text-align: center;
    color:#fff;
    font-size: 2rem;
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}


:root{
    --main-color:#d3ad7f;
    --black:#e0e0f5;
    --bg:#6fa531;
    --border:.1rem solid rgba(255,255,255,.3);
}
.gouvernorat {
    float: right;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:#fff;
    background: var(--main-color);
    cursor: pointer;
}

.btn:hover{
    letter-spacing: .2rem;
}

.row{
    display: flex;
    flex-wrap: wrap;
    gap:1rem;
}
#map{

    height: 600px;
    width: 660px;
    float:right;
    position: absolute;
  top: 25%;
  left: 55%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
#image{

    height: 500px;
    width: 560px;
    float:right;
    position: absolute;
  top: 15px;
  top: 25%;
  left: 60%;
}

    #button {
        appearance: none;
        background-color: transparent;
        border: 0.125em solid #1A1A1A;
        border-radius: 0.9375em;
        box-sizing: border-box;
        color: #3B3B3B;
        cursor: pointer;
        display: inline-block;
        font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        min-height: 3.75em;
        min-width: 0;
        outline: none;
        padding: 1em 2.3em;
        text-align: center;
        text-decoration: none;
        transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        will-change: transform;
       }

       #button:disabled {
        pointer-events: none;
       }

       #button:hover {
        color: #fff;
        background-color: #1A1A1A;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
       }

       #button:active {
        box-shadow: none;
        transform: translateY(0);
       }

.row form{
    flex:10 1 45rem;
    padding:5rem 2rem;
    border: 0.125em solid #1A1A1A;
}
a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }

   a.learn-more {
    width: 10rem;
    height: auto;
   }

   a.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width:3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
   }

   a.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }

   a.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }

   a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }

   a.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }

   a:hover .circle {
    width: 100%;
   }

   a:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }

   a:hover .button-text {
    color: #fff;
   }

.row form h3{
    text-transform: uppercase;
    font-size: 3.5rem;
    color:#fff;
}

.contact .row form .inputBox{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background:var(--bg);
    border:var(--border);
}
.tout{
    max-width: 1100px;
    margin: 49 auto;
    padding: 10px;
    background-color: #b8b4b469;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.tous{

    max-width: 1400px;
    margin: 5 auto;
    padding: 10px;
    background-color: #b8b4b469;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.contact .row form .inputBox span{
    color:#fff;
    font-size: 2rem;
    padding-left: 2rem;
}

.contact .row form .inputBox input{
    width: 100%;
    padding:2rem;
    font-size: 1.7rem;
    color:#fff;
    text-transform: none;
    background:none;

}
section{
    padding:2rem 7%;
}

.heading{
    color:#546e9a;
    font-size: 2rem;
}


header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 15px 15px ;

}
.logo img{
    width: 250px;
    height: 45px;
}
.button {
    display: inline-block;
    border-radius: 13px;
    background-color:#367E18;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 3px;
  }

  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .button:hover span {
    padding-right: 25px;
  }

  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

.contact {
    height: 100vh;
    min-height: 700vh;
    display: grid;
    grid-template-columns:1fr ;
    grid-template-rows:1fr ;
}
.contact .container > div  {
    grid-column: 1/2;
    grid-row: 1/2;
}
.input-wrap label {
    width: 95%;
    color: black;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 ;
}


.contact-heading h1{
    font-weight: 600;
    color : var(--text-color);
    font-size: 3.5rem;
    line-height: 0.9;
    white-space: nowrap;
}
.contact-form{
    display: grid;
    margin-top: 2.55rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 1rem;
    text-align: center;
}
text {
    color: blue;
    line-height: 1.1;
    font-size: 1rem ;
}
.input-wrap.w-100{
    grid-column: 2;
}
.input-wrap{
    position: relative;
}
.contact-input{

     font-family: inherit;
     border: none;
     width: 120%;
    border-radius: 20px;
    transition: 0.3s;
}
.contact-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem ;
    margin-top: 1rem;
    width: 100%;
    grid-column: span 2;
}


.group{
    display: flex;
    align-items: center;
}
header ul{
    position: relative;
    display: flex;
    gap:30px;
}
header ul li {
    list-style: none;
}
header ul li a{

    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2;
}
 header ul li a::before{
    content: '';
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #333;
    transform: matrix(0);
    transition: 0.5s ease-in-out;
    transform-origin: right;
 }
 header ul li a:hover::before
 {
    transform: scaleX(1);
    transform-origin: left;
 }
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

​.vertical-menu{
    width: 260px;
  }

  .vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
  }

  .vertical-menu a:hover {
    background-color: #ccc;
  }

  .vertical-menu a.active {
    background-color: #1c6097;
    color: red;
  }


  input[type=text], select, textarea {
    width: 120%;
    padding: 12px;
    resize: vertical;
    border-radius: 20px;
  }


@media(max-width : 600px){
    .container{
        min-width: 280px;
    }
    .user-input-box{
        margin-bottom: 12px;
        width: 100%;
    }
    .user-input-box:nth-child(2n){
        justify-content:space-between ;
    }
    .main-user-info{
        max-height: 380px;
        overflow: auto;
    }
    .main-user-info::-webkit-scrollbar{
        width: 0;
    }

}
#label {
    display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  float: left;

  padding: 10px;

  }
#welcome-window {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
  }

  .tableau-style {
    border-collapse: collapse;
    min-width: 400px;
    width: auto;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15) ;
    cursor: pointer;
    margin: 100px auto;
    border: 2px solid #B2B2B2;
  }
  thead tr{
    background-color: #3C4048;
    color: #fff;
    text-align: left;
  }
  th, td{
    padding: 30px 30px ;
  }
  tbody tr,td, th{
    border: 1px solid #ddd;
  }
  tbody tr:nth-child(even){
    background-color: #f3f3f3;
  }
tbody tr:last-of-type{
    border-bottom: 2px solid #B2B2B2;
}

.wrapper{
    height: 190px;
    width: 400px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    align-items: center;
}
input[type="checkbox"]{

    height: 18px;
    width: 18px;
    background-color: #d5d5d5;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.rec{
    color: blue;
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    font-weight: 100;
    cursor: pointer;
}
input[type="checkbox"]:after{
    font-family: "Font awesome 5 Free";
    font-weight: 900;
}
input [type="checkbox"]:hover{
    background-color: #a5a5a5;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.thumbnail-image {
    width: 50px; /* Ajustez la taille initiale de l'image selon vos besoins */
    height: auto; /* Pour maintenir le ratio d'aspect de l'image */

    /* Ajoutez d'autres styles au besoin */
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
}

