*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

section.intro {
    background-image: url(../img/bg-intro.jpg);
    background-repeat: no-repeat;
    height: 65vh;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

section.intro::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(16, 25, 93, 0.78);
    left: 0;
    top: 0;
    z-index: -1;
}

header {
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    display: inline-flex;
    left: 10%;
}

section.intro h1 {
    font-family: 'Roboto-700';
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    color: #FFFFFF;
}

section.intro p {
    font-family: 'Roboto-400';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #E5E5E5;
    margin: 1rem 0 3rem;
}

form {
    background: #FFFFFF;

    border-radius: 6px;
    display: flex;
    padding: 0.5rem;
    width: 75%;
    justify-content: space-between;
    align-items: center;
}
form div {
    width: 31%;
    display: flex;
    position: relative;
    padding-right: 2rem;
}
/* form div::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 1.4rem;
    background-color: #ECEDF2;
} */




button {
    background: #F9AB00;
    border-radius: 4px;
    border: none;
    padding: 0.6rem 2rem;
}
select {
    margin-right: 1rem;
    border: none;
    color: #696969;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-left: .8rem;
}
/** Carousel **/

.slide {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    width: 100%;
    transition-duration: 2s;
    justify-content: center;
}
.slide::-webkit-scrollbar {
    display: none;
}
section.offres {
    margin: 4rem auto;
    overflow-x: hidden;
    width: 75%;
    padding: 0;

}
section.offres>h2 {
    color: #000;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4rem;
}

.slide .item .heading>img {
    width: 67px;
    border-radius: 50%;
}

.heading {
    display: grid;
    grid-template-columns: 80px 1fr;
}

.heading h2 {
    color: #000;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 1rem;
}

img.save {
    position: absolute;
    right: 8px;
    top: 8px;
}

.item {
    position: relative;
    border-radius: 7px;
    border: 2px solid #ECEDF2;
    padding: 2rem;
    float: left;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 33%;
    flex: 0 0 23%;
}

.heading span {
    color: #696969;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}

.heading span img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 5px;
}

span.badge.danger {
    color: #F00;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #F00;
    padding: 0.2rem 1rem;
    float: left;
    margin-top: 0.8rem;
}

span.orange {
    color: #F9AB00;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    float: right;
    margin-top: 1rem;
}
.dots span {
    width: 10px;
    height: 10px;
    background-color: #C4C4C4;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}
.dots span.active {
    background-color: dimgrey;
}
.dots {
    display: flex;
    column-gap: 8px;
    justify-content: center;
    margin-top: 3rem;
}

section.add-job {
    background: url(../img/add-job.png) no-repeat fixed center/cover;
    padding: 4rem 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

section.add-job:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(16, 25, 93, 0.78);
}

section.add-job h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 500;
}

section.add-job h2 span {
    color: #F9AB00;
}

section.add-job p {
    font-family: 'Roboto-400';
    color: #fff;
    text-align: center;
}

section.add-job a {
    text-decoration: none;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 700;
    border-radius: 12px;
    border: 4px solid #FFF;
    background: rgba(255, 255, 255, 0.00);
    width: fit-content;
    margin: 3rem auto 0;
    padding: 0.5rem 3rem;
}

.table-offre {
    border: 1px solid #E5E5E5;
    transform: matrix(1, -0.01, 0, 1, 0, 0);
}

.offre {
    display: grid;
    grid-template-columns: 130px 55% 1fr;
    column-gap: 1rem;
}

.offre {
    display: grid;
    grid-template-columns: 130px 47% 1fr;
    column-gap: 1rem;
    border-bottom: 1px solid #E5E5E5;
    align-items: center;
}

.offre:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.offre>img {
    height: 104px;
    object-fit: contain;
    max-width: 100px;
    padding: 15px;
}

.offre h3 {
    font-family: 'Roboto-400';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.offre span {
    font-family: 'Roboto-400';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #696969;
    margin-right: 1rem;
}

span.orange {
    display: block;
    font-family: 'Roboto-400';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #F9AB00;
    margin: 1rem 0;
    float: none;
}

.offre div {
    padding: 15px;
}

b {
    font-family: 'Roboto-700';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #696969;
    text-align: end;
    display: block;
    margin-right: 1rem;
    margin-top: 1rem;
}

.offre span img {
    margin-right: 0.5rem;
    margin-bottom: -4px;
}

.offre span.badge.danger {
    color: #FF0000;
    border-color: #FF0000;
    width: 80px;
    text-align: center;
}

.offre span.badge.gray {
    color: #696969;
    border-color: #C4C4C4;
}
.offre span.badge.blue {
    color: #0000FF;
    border-color: #0000FF;
    text-align: center;
    width: 80px;
}

section.offres p {
    color: #696969;
    text-align: center;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 3rem;
}

section.offres>h2.mb-2 {
    margin-bottom: 2rem;
}
.offre span.badge {
    display: block;
    width: fit-content;
    margin-left: auto;
    float: none;
}
.slide span.orange {
    float: right;
}
span.badge {
    font-family: 'Roboto-400';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #008000;
    border: 2px solid #008000;
    border-radius: 7px;
    padding: 0.4rem 1rem;
    margin-left: 2rem;
}
span.badge.danger {
    color: #FF0000;
    border-color: #FF0000;
    width: 80px;
    text-align: center;
    padding: 5px;
}

span.badge.gray {
    color: #696969;
    border-color: #C4C4C4;
}
section.offres ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 5rem;
    padding-left: 0;
}
section.offres ul li {
    width: 45px;
    height: 42.701px;
    border-radius: 7px;
    border: 2px solid #E5E5E5;
    background: rgba(196, 196, 196, 0.00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}
section.offres ul li img{
   width: 20px; 
}
section.city h2 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
}
section.city p {
    color: #696969;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
}
.item-1 {
    grid-area: item1;
}

.item-2 {
    grid-area: item2;
}

.item-3 {
    grid-area: item3;
}

.item-4 {
    grid-area: item4;
}

.item-5 {
    grid-area: item5;
}
.box-city {
    display: grid;
    grid-template-areas:
        'item1 item2 item3'
        'item1 item4 item5';
    gap: 1rem;
    margin-top: 5rem;
}
.box-city img {
    width: 100%;
    height: 100%;
}
.item-city {
    position: relative;
}
.box-content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
.item-city:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(16, 25, 93, 0.30);
}
.box-content h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 700;
}
section.city .box-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
section.city {
    margin-bottom: 6rem;
    background: #F0F0F0;
    padding: 5rem 5%;
}

section.city .plus {
    color: #F9AB00;
    text-align: center;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
    float: right;
    margin-top: 3rem;
    cursor: pointer;
}
section.city a img {
    width: 30px;
}
section.domaine h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
}
.table-domain {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 5rem;
}
.col {
    text-align: center;
    position: relative;
    padding: 2rem 0;
}
.table-domain h4 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.table-domain p {
    color: #0000FF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
}

section.domaine {
    margin-bottom: 8rem;
}
section.domaine a {
    color: #F9AB00;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 400;
    text-decoration: none;
    display: block;
    border-radius: 12px;
    border: 4px solid #F9AB00;
    width: fit-content;
    margin: 5rem auto 0;
    padding: 0.5rem 4rem;
}
select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none' %3E%3Cpath d='M15.9141 6.71484L4.24821 6.85266L10.1894 15.9498L15.9141 6.71484Z' fill='%23696969' /%3E%3C/svg%3E") white no-repeat 98.5% !important;    
}

select::-ms-expand {
    display: none;
}
section.offres .slide .item span.badge.danger {
    margin-left: 0;
}
@media(max-width:576px){
    section.intro h1 {
        font-size: 2rem;
        line-height: inherit;
        width: 87%;
        margin: 0 auto;
    }
    section.intro p {
        width: 87%;
        margin: 1rem auto 3rem;
    }
    section.intro {
        height: 90vh;
    }
    form {
        display: block;
        padding: 1rem;
    }
    form div {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    button {
        /* margin-top: 1rem; */
        width: 100%;
    }
    header div ul li a {
        color: #7B8B8E;
    }

    header div ul li a:hover {
        color: #221F1F;
    }
    button.btn-white {
        border: 1px solid #E5E5E5;
        color: #7B8B8E;
    }
    @media (max-width: 991px) {
      button.btn-white {
        border: 0.5px solid #000;
        color: #000000;
    }
    
    }
    button.btn-white:hover {
        border: 1px solid #E5E5E5;
        background-color: #7B8B8E;
        color: #fff;
    }
    section.offres>h2 {
        font-size: 30px;
    }
    header.relative {
        position: relative;
    }
    .item {
        flex: 0 100%;
    }
    .offre {
        display: block;
        text-align: center;
    }
    .offre span.badge {
        margin: 0 auto;
        float: none;
    }
    b {
        text-align: center;
    }
    .box-city {
        display: block;
    }
    .item-city {
        margin-bottom: 1rem;
    }
    .table-domain {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; 
      margin-top: 20px;
    }
    
    .table-domain .col {
      background-color: #fff;
      padding: 0px;
      border-radius: 10px;
      text-align: center;
      padding: 10px;
      border:  1px solid black;
    }
    


    .col:before,.col:not(:last-child)::after{
        display: none;
    }
    .col:nth-child(n)::after {
        display: block;
    }
    section.domaine a {
        padding: 0.5rem 3rem;
    }
    select {
        font-size: .9rem;
    }
    .inpt{
        font-size: .9rem;
    }
}

.city span{
    color: #F9AB00;
}

.site-heading{
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    margin-bottom: 35px;
}

/* villes */

.row {
    width: 100%; /* Pour assurer que chaque ligne occupe toute la largeur */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Répartir les colonnes uniformément */
    /* gap: 15px; */
    margin-bottom: 20px; /* Espacement entre les lignes */
  }

.cities{
    display: flex;
    flex-wrap: wrap;/* Permet le retour à la ligne */
    gap: 15px; /* Espacement entre les colonnes et les lignes */
    justify-content: center;
    align-content: center;
}
.cities ul{
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
}
.cities li{
    color: #000000;
    margin: 25px 0;
    text-decoration: none;
    list-style: none;
    line-height: 10px;
    text-align: center;
}

.cities li a{
    text-decoration: none;
    color: #000000; 
    font-size: medium;
    font-size: 20px;
    line-height: 55px;
    transition: 0.20s all ease;
    font-family: Roboto;

}
.cities li a:hover{
    color: #000;

}

.cities p{
    margin-bottom: 25px;
}

.city-list .title {
    font-size: 15px;
    color: #F9AB00;
    margin-bottom: 0px;
    text-decoration: none;
    /* text-align: center; */
    
  }

  .column {
    flex-basis: calc(20.33% - 20px); 
  }

 
  .ds{
    color: #F9AB00;
    font-family: Roboto;
    font-weight: 400;
    text-decoration: none;
    display: block;
    border-radius: 50px;
    border: 4px solid #F9AB00;
    width: 180px;
    margin: 5rem auto 0;
    padding: 0.5rem 2rem;
    text-align: center;
    font-size: 21px;
    float: right;
    margin-top: 3rem;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.00);
    margin: 15px;
  }

  @media (max-width: 1000px){
    form div {
        width: 80%;
        padding-right: 0;
        margin-bottom: 30px;
    }

  }


  /* responsive villes */

  @media (max-width: 768px) {
    .cities{
        display: flex;
        flex-wrap: wrap;
        gap: 5px; 
        justify-content: center;
        align-content: center;

    }
    .column {
      flex-basis: calc(50% - 20px);
    }
  }

  @media (max-width: 480px) {
    .column {
      flex-basis: 100%;
    }
      
  }

/* Domains */

.domaine span{
    color: #F9AB00 ;
  }
  .domaine p{
    color: #F9AB00;
  }
/* intro -- input*/
input{
    margin-right: 1rem;
    border: none;
    color: #696969;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-left: .8rem;
}
