#area_projet {
  fill: rgba(255, 255, 255, 1);
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-row-gap: 1.7rem;
  stroke: rgba(112, 112, 112, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
  overflow: visible;
  width: 298px;
  height: 323px;


  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  border-radius: 12px;
}

#Projets_phares_b {
  left: 0px;
  top: 0px;
  position: absolute;
  overflow: visible;
  width: 253px;
  white-space: nowrap;
  line-height: 53px;
  margin-top: -9px;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 35px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#Ligne_1 {
  fill: transparent;
  stroke: rgba(112, 112, 112, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

.Ligne_1 {
  overflow: visible;
  position: absolute;
  width: 1043px;
  height: 1px;
  left: 309.5px;
  top: 30.5px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_9 {

  position: relative;
  overflow: visible;
  width: 299px;
  height: 148px;
  fill: rgba(255, 255, 255, 1);
  stroke: rgba(112, 112, 112, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
  padding-left: 10px;
  top: -74px;
  background-color: white;
  padding-top: 50px;
}

#Nom_projet {

  overflow: visible;

  width: 105px;
  white-space: nowrap;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 18px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#Prix_projet {

  overflow: visible;
  width: 270px;
  white-space: nowrap;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#lieu_projet {

  overflow: visible;
  width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#Rectangle_10 {
  border-radius: 12px;

  position: relative;
  overflow: visible;
  width: 299px;
  height: 217px;
  fill: rgba(255, 255, 255, 1);
  stroke: rgba(112, 112, 112, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

#Rectangle_10 img {

  border-radius: 12px 12px 0px 0px;
  width: 100%;

}

#Nom_projet {

  overflow: hidden;

  width: 270px;
  white-space: nowrap;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 12px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#Prix_projet {

  overflow: visible;
  width: 270px;
  white-space: nowrap;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#lieu_projet {

  overflow: visible;
  width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  color: rgba(61, 61, 61, 1);
  letter-spacing: 0.1px;
}

#Rectangle_10 {
  border-radius: 12px;

  position: relative;
  overflow: visible;
  width: 299px;
  height: 217px;
  fill: rgba(255, 255, 255, 1);
  stroke: rgba(112, 112, 112, 1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

#Rectangle_10 img {

  border-radius: 12px 12px 0px 0px;
  width: 100%;

}


.list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  padding: 0 30px;
}


.item {
  cursor: pointer;
  margin-bottom: 28rem;
  transition: box-shadow .3s;

  width: 400px;
}

.item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: #fff;
}

.item h4 {
  margin: 1rem 0 0.5rem 0;
}

.item p {
  margin: 0 0 1rem 0;
}

.item img {
  width: calc(100% + 40px);
  display: block;
}

.marker {
  background-color: indianred;
  width: 15px;
  height: 15px;
  line-height: 11px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  transform: translate(0, 2px);
  box-shadow: 0 2px 2px rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 10px;
  text-align: center;
  pointer-events: auto;
}

/* .marker::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
} */

.marker.is-active {
  background-color: #5069ff;
  z-index: 300;
  color: #FFF;
}

.marker.is-active::after {
  border-top-color: #5069ff;
  z-index: 301;
}

/* .debut media  */

@media only screen and (max-width: 420px) {
  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .sk_project_card_price>span {
    font-weight: 600 !important;
    font-size: 2.5rem !important;
    color: #ea5959;
  }

  .sk_project_card_location {
    font-size: 1.8rem !important;
  }

  .sk_project_card_subtitle {
    font-size: 2rem !important;
  }

  .sk_cards {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 40px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }

  .list {
    display: flex;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_map {
    display: none;
    top: 0px;
  }

  #sk_map3 {
    flex: 1 12 45%;
    top: 120px;
    position: relative;
  }

  .map {
    display: flex;
    width: 90%;
    max-width: 390px;
    height: 68vh !important;
    overflow: hidden;
  }

  .sk_cards_container {
    flex: 1 1 40%;
    padding: 0rem 0rem;

  }

  footer {
    background: white !important;
    padding: 20px 0 0 0;
    margin: auto 0 0 0;
    color: black;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 300px; */
  }

  .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 650px;

    /* padding: 0px 8rem 0rem 8rem; */

  }

  .sk_projects_card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    width: 97% !important;
    height: 67%;
    margin: 6px;
    margin-bottom: 90px;
  }

  #map-select>img {
    width: 100%;
    position: relative;
    top: 0px !important;

  }

  .sk_projects-item img {
    width: 100%;
  }

  #list-select>img {
    width: 100%;
    position: relative;
    top: 0px !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 580px) {

  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .sk_projects_card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    width: 25rem !important;
    height: 34.7rem;
    margin: 6px;
    margin-bottom: 43px;
  }

  .sk_cards {
    grid-template-columns: repeat(1, 1fr);
    width: 29vh;
    column-gap: 30px;
    row-gap: 40px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }


  .sk_cards_container {
    flex: 0 1 40%;
    padding: 0rem 2rem;

  }

  .list {
    display: grid;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_map {
    display: flex;
    top: 0px;
  }

  #sk_map3 {
    flex: 1 12 45%;
    top: 120px;
    position: relative;
    display: none;
  }

  .map {
    display: flex;
    width: 100%;
    max-width: 530px;
    overflow: hidden;
  }

  footer {
    background: white !important;
    padding: 20px 0 0 0;
    margin: auto 0 0 0;
    color: black;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 300px; */
  }

  .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 680px;
    /* padding: 0px 8rem 0rem 8rem; */

  }

}

@media only screen and (min-width: 580px) and (max-width: 768px) {

  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .sk_projects_card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    width: 31rem !important;
    height: 34.7rem;
    margin: 6px;
    margin-bottom: 43px;
  }

  .sk_cards {
    grid-template-columns: repeat(1, 1fr);
    width: 36vh;
    column-gap: 30px;
    row-gap: 40px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }


  .sk_cards_container {
    flex: 0 1 40%;
    padding: 0rem 2rem;

  }

  .list {
    display: grid;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_map {
    display: flex;
    top: 0px;
  }

  #sk_map3 {
    flex: 1 12 45%;
    top: 120px;
    position: relative;
    display: none;
  }

  .map {
    display: flex;
    width: 100%;
    max-width: 530px;
    overflow: hidden;
  }

  footer {
    background: white !important;
    padding: 20px 0 0 0;
    margin: auto 0 0 0;
    color: black;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 300px; */
  }

  .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 680px;
    /* padding: 0px 8rem 0rem 8rem; */

  }
}

/* ici  */
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .sk_cards {
    grid-template-columns: repeat(1, 1fr);
    width: 48vh;
    column-gap: 30px;
    row-gap: 40px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }

  .sk_projects_card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    width: 38rem !important;
    height: 34.7rem;
    margin: 6px;
    margin-bottom: 43px;
  }

  .sk_cards_container {
    flex: 0 1 40%;
    padding: 0rem 1rem;

  }

  .sk_projects-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    height: 100%;

  }

  .list {
    display: grid;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_map {
    display: flex;
    top: 0px;
  }

  #sk_map3 {
    flex: 1 12 45%;
    top: 120px;
    position: relative;
    display: none;
  }

  .map {
    display: flex;
    width: 100%;
    max-width: 530px;
    overflow: hidden;
  }

  footer {
    background: white !important;
    padding: 20px 0 0 0;
    margin: auto 0 0 0;
    color: black;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 300px; */
  }

  .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 690px;
    /* padding: 0px 8rem 0rem 8rem; */

  }

}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .sk_cards {
    grid-template-columns: repeat(1, 1fr);
    width: 54vh;

    column-gap: 30px;
    row-gap: 40px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }

  .sk_projects_card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    width: 100%;
    max-width: 25rem;
    height: 34.7rem;
    margin: 6px;
    margin-bottom: 43px;
  }

  .sk_cards_container {
    flex: -1 1 40%;
    padding: 0rem 1rem;

  }

  .sk_projects-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    height: 100%;

  }

  .list {
    display: grid;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_map {
    display: flex;
    top: 0px;
  }

  #sk_map3 {
    flex: 1 12 45%;
    top: 120px;
    position: relative;
    display: none;
  }

  .map {
    display: flex;
    width: 100%;
    max-width: 1099px;
    overflow: hidden;
  }

  footer {
    background: white !important;
    padding: 20px 0 0 0;
    margin: auto 0 0 0;
    color: black;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 300px; */
  }

  .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 690px;
    /* padding: 0px 8rem 0rem 8rem; */

  }

}

@media only screen and (min-width: 1100px) and (max-width: 1290px) {
  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .sk_cards {
    grid-template-columns: repeat(1, 1fr);
    width: 54vh;

    column-gap: 30px;
    row-gap: 40px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }

  .sk_projects_card {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    width: 100%;
    max-width: 25rem;
    height: 34.7rem;
    margin: 6px;
    margin-bottom: 43px;
  }

  .sk_cards_container {
    flex: -1 1 40%;
    padding: 0rem 1rem;

  }

  .sk_projects-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    height: 100%;

  }

  .list {
    display: grid;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_map {
    display: flex;
    top: 0px;
  }

  #sk_map3 {
    flex: 1 12 45%;
    top: 120px;
    position: relative;
    display: none;
  }

  .map {
    display: flex;
    width: 100%;
    max-width: 1099px;
    overflow: hidden;
  }

  footer {
    background: white !important;
    padding: 20px 0 0 0;
    margin: auto 0 0 0;
    color: black;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 300px; */
  }

  .content {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 690px;
    /* padding: 0px 8rem 0rem 8rem; */

  }


}

@media only screen and (min-width: 1291px) {
  .sk_cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 100px;
    position: relative;
    height: 75vh;
    overflow-x: auto;
  }

  .container {
    /* display: grid;
    grid-template-columns: 5fr 6fr; */
  }

  .map {
    /* position: sticky !important;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    height: 100vh; */

  }

  .list {

    grid-template-columns: repeat(2, 1fr);
    width: 50vh;
  }

  .list {
    display: grid;
    margin-top: 145px;
    padding: 0 30px;
  }

  #sk_icon_container {
    display: none;
  }

  #sk_map3 {
    display: none;
  }

  .sk_cards_container {
    flex: 1 1 40%;
    padding: 0rem 0.5rem;
  }

}

/* fin */

.sk_flex {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;

}


.sk_card {
  flex: 0 40%;
}

.sk_card:last-child {
  align-self: center;
}


.sk_map {
  flex: 1 3 45%;
  top: 0px !important;

}


.map {
  height: 75vh;
}


.marker>.sk_projects-item {

  width: 200px;
}

.marker .projects-item>.p-4 {
  display: none;
}


/* .sk_projects_card {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 13px;
  width: 23rem;
  height: 34.7rem;
} */

/* .sk_projects-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  height: 100%;

} */

.sk_project_card_image {
  height: 61%;

}

.sk_project_card_details {
  text-align: left;
  padding: 1rem 1.5rem;
  background-color: #f7f8fb;
}

.sk_project_card_details ul {

  margin-bottom: 0rem;
  padding-left: 0rem;
}


#location-picker.sk_input_container {
  float: none;
}


#location-picker .term {
  float: none;
  padding: 1.5rem 1rem;
}


#search-form {
  width: 100%;
}

.sk_form_container {
  display: flex;
  justify-content: center;
  width: 100%;
}

#select-display {
  display: flex;
  column-gap: 10px;
}

#select-display>div {
  width: 20px;
}

.sk_icon_container {
  display: flex;
  justify-content: end;
  padding: 1rem;
}

#list-select>img {
  width: 100%;
  position: relative;
  top: -120px;
}

#map-select>img {
  width: 100%;
  position: relative;
  top: -120px;

}