/** END FONCTIONS **/
/** HAUT **/
#bandeau_gris {
  background: #E3E9ED;
}
#bandeau_gris #titre_bandeau {
  padding-top: 45px;
}
#bandeau_gris .titre_bandeau {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}
/** HAUT **/
/** CARTE **/
#map {
  height: 350px;
}
/** CARTE **/
/** FILTRES **/
#filtres_map {
  padding: 15px 0px;
}
#filtres_map ul li {
  display: flex;
  align-items: center;
}
#filtres_map ul li .checkbox {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #97A3AA;
  position: relative;
  cursor: pointer;
}
#filtres_map ul li .checkbox:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  position: absolute;
  left: 3px;
  top: 3px;
}
#filtres_map ul li .label {
  flex: 1;
  font-size: 0.9375em;
  padding-left: 10px;
}
#filtres_map ul li.actif .checkbox:after {
  background: #A7BA0E;
}
#filtres_map ul li:not(:last-child) {
  margin-bottom: 10px;
}
/** END FILTRES **/
/** PAGINATION **/
#pagination_projets {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#pagination_projets .elem_pagi > div {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s;
}
#pagination_projets .elem_pagi > div#prec {
  background: url(../images/left-chevron.png) left 6px center no-repeat #1EA4A1;
  background-size: 16px 16px;
  padding: 10px 12px 12px 28px;
}
#pagination_projets .elem_pagi > div#prec:hover {
  background-color: #A7BA0E;
}
#pagination_projets .elem_pagi > div#suiv {
  background: url(../images/right-chevron.png) right 6px center no-repeat #1EA4A1;
  background-size: 16px 16px;
  padding: 10px 28px 12px 12px;
}
#pagination_projets .elem_pagi > div#suiv:hover {
  background-color: #A7BA0E;
}
/** END PAGINATION **/
/** RESULTATS **/
#resultats {
  padding: 20px;
}
#resultats #last {
  text-align: center;
  padding: 0;
  position: relative;
}
#resultats #last #derniers {
  position: relative;
  text-align: center;
  display: inline-block;
}
#resultats #last #derniers span {
  font-size: 1.4375em;
  color: #1EA4A1;
  display: inline-block;
  padding: 8px 50px 10px 0;
  text-align: left;
}
#resultats #last #derniers #intero {
  display: inline-block;
}
#resultats #last #derniers #intero:before {
  font-size: 22px;
  background: #E3E9ED;
  position: absolute;
  right: 0;
  padding: 8px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0%, -50%);
  color: #1EA4A1;
}
#resultats #last #rep_intero {
  text-align: right;
  font-style: italic;
  border: 2px solid #E3E9ED;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  z-index: 2;
  right: 20px;
  width: 85%;
  top: 90px;
}
#resultats #last #rep_intero p {
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 18px;
}
#resultats #last #rep_intero ul li {
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 18px;
}
#resultats #last #rep_intero:after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 23px;
  background: url(../images/fleche-infobulle.png) center center no-repeat;
  background-size: 27px 11.5px;
  position: absolute;
  top: -18px;
  right: 5px;
}
#resultats #nb_resultats {
  background: #E3E9ED;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 13px 13px 13px;
  margin: 15px auto 0 auto;
}
#resultats #liste_projets .un_projet {
  border-bottom: 1px solid #E3E9ED;
  margin-bottom: 20px;
}
#resultats #liste_projets .un_projet .visuel {
  height: 200px;
}
#resultats #liste_projets .un_projet .infos_projet {
  padding: 15px 0;
}
#resultats #liste_projets .un_projet .infos_projet .titre a {
  color: #1EA4A1;
  font-size: 1.125em;
  margin-bottom: 10px;
  transition: all 0.25s;
}
#resultats #liste_projets .un_projet .infos_projet .titre a:hover {
  color: #A7BA0E;
}
#resultats #liste_projets .un_projet .infos_projet .ville_ref {
  margin-top: 10px;
}
#resultats #liste_projets .un_projet .infos_projet .ville_ref .ville {
  text-transform: uppercase;
  font-weight: bold;
  color: #A7BA0E;
}
#resultats #liste_projets .un_projet .infos_projet .ville_ref .ref {
  color: #b5b5b5;
  font-size: 0.875em;
  margin-top: 10px;
}
#resultats #liste_projets .un_projet .infos_projet .resume {
  margin: 10px 0 10px 0;
}
#resultats #liste_projets .un_projet .infos_projet .resume p {
  font-size: 0.9375em;
}
#resultats #liste_projets .un_projet .infos_projet .voirplus {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 9px 5px;
  position: relative;
  background: url(../images/fleche-droite-vert.png) center right 5px no-repeat;
  background-size: 20px 22px;
  transition: all 0.25s;
  font-size: 0.875em;
}
#resultats #liste_projets .un_projet .infos_projet .voirplus:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #1ea4a1;
  background: linear-gradient(90deg, #1ea4a1 0%, #a7ba0e 100%);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
#resultats #liste_projets .un_projet .infos_projet .voirplus:hover {
  color: #fff;
  z-index: 2;
  background-position: center right 0px;
}
#resultats #liste_projets .un_projet .infos_projet .voirplus:hover:after {
  height: 100%;
}
/** END RESULTATS **/
/** FICHE PROJET **/
#fiche_projet #ville_ref_projet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e9ed;
  padding-bottom: 7px;
  margin-top: 5px;
}
#fiche_projet #ville_ref_projet .ville {
  text-transform: uppercase;
  font-weight: bold;
  color: #A7BA0E;
  font-size: 1.25em;
}
#fiche_projet #ville_ref_projet .ref {
  font-size: 0.875em;
  color: #b5b5b5;
}
#fiche_projet #visuel_projet {
  margin-top: 35px;
}
#fiche_projet #visuel_projet .visuel {
  height: 200px;
  border-radius: 5px;
}
#fiche_projet #cta_projet {
  background: #1ea4a1;
  background: linear-gradient(90deg, #1ea4a1 0%, #a7ba0e 100%);
  margin-top: 30px;
  text-align: center;
  padding: 15px 10px 16px 10px;
}
#fiche_projet #cta_projet span#cette {
  display: block;
  font-size: 1.3125em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#fiche_projet #cta_projet a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 17px;
}
#fiche_projet #cta_projet a span {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 15px 45px 14px 20px;
  position: relative;
  border-left: 2px solid #FFFFFF;
  background: url(../images/fleche-droite-blanc.png) center right 10px no-repeat;
  background-size: 20px 22px;
  color: #fff;
  transition: all 0.25s;
}
#fiche_projet #cta_projet a span:before,
#fiche_projet #cta_projet a span:after {
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 0;
  width: calc(100% - 80px);
  background: #ffffff;
  z-index: -1;
  transition: all 0.25s;
}
#fiche_projet #cta_projet a span:before {
  top: 0;
}
#fiche_projet #cta_projet a span:after {
  bottom: 0;
}
#fiche_projet #cta_projet a:hover span {
  background-position: center right 0;
  color: #413B30;
}
#fiche_projet #cta_projet a:hover span:before,
#fiche_projet #cta_projet a:hover span:after {
  width: calc(100% - 30px);
  height: 50%;
}
#fiche_projet #desc_projet {
  margin-top: 20px;
}
#fiche_projet #retour_projets {
  margin-top: 20px;
}
#fiche_projet #retour_projets a {
  display: inline-block;
  background: url(../images/fleche-gauche-bleue.png) center left 19px no-repeat #E3E9ED;
  background-size: 18px 19px;
  font-size: 0.9375em;
  color: #413B30;
  padding: 13px 20px 13px 50px;
  transition: all 0.25s;
}
#fiche_projet #retour_projets a:hover {
  background-position: center left 14px;
  background-color: #bfc3c5;
}
/** END FICHE PROJET **/
/** INFOBULLE **/
.contenu_infobulle {
  width: 200px;
}
.contenu_infobulle .visuel_projet {
  margin-top: 20px;
}
.contenu_infobulle .visuel_projet .visuel {
  height: 115px;
}
.contenu_infobulle .infos_projet {
  font-size: 16px;
  padding: 10px 0px 5px 0px;
}
.contenu_infobulle .infos_projet .titre a {
  font-family: 'Sofia Pro', sans-serif;
  font-size: 1.125em;
  margin-bottom: 10px;
  transition: all 0.25s;
  color: #1EA4A1;
}
.contenu_infobulle .infos_projet .titre a:hover {
  color: #A7BA0E;
}
.contenu_infobulle .infos_projet .adresse {
  text-transform: uppercase;
  font-weight: bold;
  color: #A7BA0E;
}
.contenu_infobulle .infos_projet .voir_projet {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 9px 5px;
  position: relative;
  background: url(../images/fleche-droite-vert.png) center right 5px no-repeat;
  background-size: 20px 22px;
  transition: all 0.25s;
  font-size: 0.875em;
  color: #413B30;
}
.contenu_infobulle .infos_projet .voir_projet:after {
  content: "";
  display: block;
  width: 117px;
  height: 2px;
  background: #1ea4a1;
  background: linear-gradient(90deg, #1ea4a1 0%, #a7ba0e 100%);
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.contenu_infobulle .infos_projet .voir_projet:hover {
  color: #fff;
  z-index: 2;
  background-position: center right 0px;
}
.contenu_infobulle .infos_projet .voir_projet:hover:after {
  height: 100%;
  z-index: -1;
}
/** END INFOBULLE **/
/* Version 768 */
@media (min-width: 768px) {
  /** CARTE **/
  #map {
    height: 400px;
  }
  /** CARTE **/
  /** FILTRES **/
  #filtres_map ul {
    display: flex;
  }
  #filtres_map ul li:not(:last-child) {
    margin: 0 15px 0 0;
  }
  /** END FILTRES **/
  /** RESULTATS **/
  #resultats #liste_projets {
    display: flex;
    flex-wrap: wrap;
  }
  #resultats #liste_projets .un_projet {
    width: 49%;
    margin-bottom: 2%;
  }
  #resultats #liste_projets .un_projet:nth-of-type(2n) {
    margin: 0 0 2% 2%;
  }
  #resultats #liste_projets .un_projet .visuel {
    border-radius: 5px;
  }
  /** END RESULTATS **/
  /** FICHE PROJET **/
  #resultats #last.fiche {
    max-width: 610px;
    padding: 0 0 0 10px;
  }
  #resultats #last.fiche #derniers span {
    font-size: 1.75em;
  }
  #fiche_projet {
    max-width: 610px;
    padding: 0 0 0 10px;
  }
  #fiche_projet #visuel_projet .visuel {
    height: 410px;
  }
  #fiche_projet #ville_ref_projet {
    margin-top: 15px;
  }
  /** END FICHE PROJET **/
}
/* END Version 1024 */
/* Version 1024 */
@media (min-width: 1024px) {
  /** PAGINATION **/
  #pagination_projets {
    margin: 20px 0 20px 0;
    max-width: 640px;
  }
  #pagination_projets .elem_pagi > div {
    font-size: 16px;
  }
  /** END PAGINATION **/
}
/* END Version 1024 */
/* Version 1200 */
@media (min-width: 1200px) {
  /* SCROLLBAR */
  .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
  }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
  }
  .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .scroll-element {
    display: none;
  }
  .scroll-element,
  .scroll-element div {
    box-sizing: content-box;
  }
  .scroll-element.scroll-x.scroll-scrollx_visible,
  .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
  }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default;
  }
  .scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
  }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important;
  }
  .scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
  }
  .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  /*************** SIMPLE INNER SCROLLBAR ***************/
  .scrollbar-inner > .scroll-element,
  .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  .scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
  }
  .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
  }
  .scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
  }
  .scrollbar-inner > .scroll-element .scroll-element_outer,
  .scrollbar-inner > .scroll-element .scroll-element_track,
  .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .scrollbar-inner > .scroll-element .scroll-element_track,
  .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
  }
  .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
  }
  .scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
  }
  .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
  }
  .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
  }
  .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
  }
  .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
  }
  .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
  }
  /* END SCROLLBAR */
  /** HAUT **/
  #bandeau_gris {
    height: 115px;
  }
  #bandeau_gris #titre_bandeau {
    max-width: 700px;
    margin: 0px auto 0 auto;
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 402;
    top: 60px;
    padding: 15px 15px 14px 15px;
  }
  #bandeau_gris #titre_bandeau .titre_bandeau {
    font-size: 2.375em;
    letter-spacing: 2px;
    padding: 0;
  }
  #bandeau_gris #breadcrumbs {
    text-align: center;
    margin-top: 15px;
  }
  /* END HAUT */
  /* CARTE */
  #carte_resultats {
    display: flex;
  }
  #carte_resultats #carte_bocaine {
    flex: 1;
  }
  #carte_resultats #carte_bocaine #map {
    height: 1330px;
  }
  /* END CARTE */
  /* RESULTATS */
  #resultats {
    flex: 1;
    padding: 105px 20px 0px 20px;
  }
  #resultats #last {
    text-align: left;
    max-width: 620px;
  }
  #resultats #last #derniers {
    display: block;
    text-align: left;
    max-width: 620px;
  }
  #resultats #last #derniers span {
    padding-left: 0;
  }
  #resultats #last #derniers #intero {
    cursor: pointer;
  }
  #resultats #last #derniers #intero:before {
    top: -50px;
    transform: none;
  }
  #resultats #last #rep_intero {
    right: -15px;
    width: 490px;
    top: 6px;
  }
  #resultats #last #rep_intero ul li {
    display: inline-block;
    padding: 0 0 0 10px;
    position: relative;
  }
  #resultats #last #rep_intero ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #413B30;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #resultats #nb_resultats {
    max-width: 640px;
    margin: 40px 0 0 0;
  }
  #resultats #filtres_map {
    max-width: 640px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #e3e9ed;
    padding: 10px 10px 9px 10px;
  }
  #resultats .scroll-wrapper {
    margin-top: 20px;
    height: 950px;
    max-width: 640px;
  }
  #resultats #liste_projets {
    display: block;
    padding-right: 20px;
  }
  #resultats #liste_projets .un_projet {
    display: flex;
    width: 100%;
    margin: 0 0 23px 0;
    padding: 0 0 23px 0;
    align-items: center;
  }
  #resultats #liste_projets .un_projet:nth-of-type(2n) {
    margin: 0 0 23px 0;
  }
  #resultats #liste_projets .un_projet .visuel {
    width: 180px;
    height: 150px;
  }
  #resultats #liste_projets .un_projet .infos_projet {
    flex: 1;
    padding: 0px 0 0 25px;
  }
  #resultats #liste_projets .un_projet .infos_projet .titre {
    margin-bottom: 15px;
  }
  #resultats #liste_projets .un_projet .infos_projet .ville_ref {
    display: flex;
    align-items: center;
    margin: 0;
  }
  #resultats #liste_projets .un_projet .infos_projet .ville_ref .ref {
    margin: 0 0 0 10px;
  }
  #resultats #liste_projets .un_projet .infos_projet .intro_lien {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
  }
  #resultats #liste_projets .un_projet .infos_projet .intro_lien .resume {
    margin: 0;
    width: 260px;
  }
  #resultats #liste_projets .un_projet .infos_projet .intro_lien .voirplus {
    align-self: flex-end;
  }
  /* END RESULTATS */
  /* FICHE PROJET */
  #fiche_projet {
    position: relative;
  }
  #fiche_projet #visuel_projet {
    margin-top: 25px;
    cursor: pointer;
  }
  #fiche_projet #visuel_projet .visuel {
    height: 345px;
  }
  #fiche_projet #cta_projet {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 10px 11px 10px;
    margin-top: 25px;
  }
  #fiche_projet #cta_projet span#cette {
    font-size: 1.4375em;
  }
  #fiche_projet #cta_projet a {
    margin: 0 0 0 30px;
  }
  #fiche_projet .scroll-wrapper {
    margin-top: 25px;
    height: 180px;
  }
  #fiche_projet #desc_projet {
    margin-top: 0;
    padding-right: 20px;
  }
  #fiche_projet #retour_projets {
    margin-top: 25px;
    position: absolute;
    top: -130px;
  }
  #carte_resultats #carte_bocaine.fiche #map {
    height: 960px;
  }
  /* END FICHE PROJET */
  /** INFOBULLE **/
  .contenu_infobulle {
    width: 350px;
  }
  .contenu_infobulle .visuel_projet .visuel {
    height: 200px;
  }
  .contenu_infobulle .infos_projet {
    padding: 12px 0px 7px 0px;
  }
  /** END INFOBULLE **/
}
/* END Version 1200 */
/* Version > 1600 */
/* END Version > 1600 */
