@import url(https://use.typekit.net/rco6seo.css);@charset "UTF-8";

input,
select,
.vs__dropdown-menu,
.form-check,
button,
a,
.popover {
  font-family: aktiv-grotesk, sans-serif !important;
}

a {
  transition: color 0.3s, background 0.3s;
  color: black !important;
  text-decoration: none !important;
}

a:hover {
  color: #05c5a7 !important;
}

.direct-link::after,
a[target=_blank]::after {
  content: "\1F875";
  background: #05c5a7;
  line-height: 0.8em;
  display: inline-block;
  padding: 2px;
  font-size: 0.5em;
  border-radius: 2px;
  color: white;
  margin-left: 0.5em;
  margin-right: 0.2em;
  vertical-align: super;
  font-family: sans-serif, Arial;
}

h1,
h2,
h3 {
  font-weight: 300 !important;
}

h2 {
  font-size: 2em !important;
}

h4 {
  font-size: 1.5em !important;
}

h5 {
  font-size: 1.25em !important;
}

ul {
  list-style-type: square;
}

.item-project,
.thematic,
.parentGroup {
  /* border-bottom: 1px solid #05c5a7 !important; */
  /* padding-bottom: 20px; */
  /* padding-top: 20px; */
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2em 4em !important;
  margin-bottom: 1.2em;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #ddd;
  transition: transform 0.3s;
}

.item-project:hover,
.thematic:hover,
.parentGroup:hover {
  transform: scale(1.02);
}

.thematic {
  padding: 1em 2em !important;
  margin: 0 !important;
}

.parentGroup {
  padding: 2em 2em !important;
  margin: 0 !important;
}

.thematic-description {
  margin-bottom: 0.5em;
}

.logo-thematic {
  margin: 0 -2em 1.5em -2em;
  padding: 0;
}

a.btn-en-savoir-plus {
  background-color: #05c5a7 !important;
  /* border: none !important; */
  font-size: 0.9em;
  /* color: white !important; */
  font-weight: bold !important;
  padding: 12px 24px !important;
  border-radius: 300px !important;
  color: dimgrey;
  border: 2px solid #05c5a7;
}

a.btn-en-savoir-plus:hover {
  color: white;
  background: #05c5a7;
}

a.btn-en-savoir-plus-light {
  font-size: 0.9em;
  color: #05c5a7 !important;
  font-weight: bold;
  padding: 0 0 0 1em;
}

a.btn-en-savoir-plus-light:hover {
  color: black !important;
}

.btn-primary {
  border: none !important;
  font-size: 0.9em !important;
  color: white !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
  border-radius: 300px !important;
}

.item-project-meta-container {
  margin: 1em 0 !important;
  font-weight: bold;
  font-size: 0.8em;
}

.item-project-meta {
  font-size: 0.8em;
}

.item-project-wrap {
  padding-left: 2em !important;
}

.item-project-wrap,
.item-project-wrap > div {
  padding-right: 0;
}

.item-project-description {
  text-align: justify;
  white-space: pre-wrap;
}

.item-project .item-project-description {
  white-space: normal;
}

.item-project-title .item-project-meta {
  margin: 0;
  vertical-align: bottom;
}

.item-project-title a:hover {
  color: #05c5a7;
}

.item-project-group {
  margin-right: 0.4em;
}

.item-project-group:nth-of-type(n+2)::before {
  content: "|";
  color: dimgray !important;
  margin-right: 0.4em;
}

.block-label {
  display: inline-block;
  margin: 0.5em 0 1em 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 300px;
  padding: 0.3em 1em 0.3em 0.7em;
  vertical-align: middle;
  font-weight: 600;
}

.block-ge-label {
  color: #026051;
}

.block-label img {
  margin-right: 5px;
  border-radius: 300px;
  height: 21px;
}

.label-ge {
  color: #026051;
}

.label-ico {
  font-size: 1.2em;
  vertical-align: text-bottom;
}

.project-img {
  border-radius: 5px;
}

.no-project-img {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.no-project-img svg {
  font-size: 5em;
  margin: auto;
  display: block;
  color: white;
  padding-top: 0.4em;
  height: 2em;
}

.item-project .project-img {
  margin-top: 0.5em;
  max-height: 12em;
}

.more-infos .project-img {
  margin-bottom: 1.5em;
}

h5,
.h5 {
  font-size: 1.25rem;
  color: #05c5a7;
}

.more-infos {
  background-color: transparent !important;
}

.card {
  background-color: rgba(0, 0, 0, 0.02) !important;
  border-radius: 5px !important;
  margin: 0.5em 0 2.5em 0 !important;
  border: none;
}

.card a.direct-link {
  color: #05c5a7 !important;
}

.card-body {
  padding: 0.8em 1.4em !important;
}

.meta-list {
  margin: 0.4em 0;
}

/* vs select */

.v-select {
  padding: 0;
  border-radius: 5px;
}

.vs__dropdown-toggle {
  border-color: #ddd !important;
}

.vs__selected-options {
  padding: 0 2px 0 0;
}

.vs__search {
  margin: 0;
  padding: 0;
}

.vs__selected {
  margin: 0;
  background-color: dimgrey !important;
  color: white !important;
  padding: 0 0.25em 0 0.4em !important;
}

.vs__dropdown-option {
  font-family: aktiv-grotesk, sans-serif !important;
  padding: 0;
}

.vs__dropdown-option.vs__dropdown-option--highlight {
  background-color: dimgray !important;
}

.vs__deselect {
  fill: #f8f8f8 !important;
  margin-left: 0.5em !important;
}

.btn-back {
  margin-top: -7em;
  position: absolute;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  /*&::before{
      content: "\01F808";
      margin-right: .8em;
      margin-left: -.4em;
  }*/
}

.btn-forward::after {
  content: "\1F80A";
  margin-left: 0.8em;
  margin-right: -0.4em;
}

.input-filter {
  height: auto !important;
  padding: 0.26rem 0.5rem !important;
}

.input-filter,
.v-select {
  width: 100% !important;
  background-color: #f8f8f8 !important;
  border-color: #ddd !important;
}

.link-to-item {
  padding: 0.2em 0.4em;
  line-height: 1.2em;
  border-radius: 5px;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.link-to-item:not(.inline) {
  background: dimgrey;
  color: white !important;
  display: inline-block;
}

.link-to-item.inline {
  font-weight: normal;
}

.link-to-item:hover {
  color: white !important;
  background-color: black;
}

.pointer {
  cursor: pointer;
}

.more_trimed {
  color: #ddd;
}

.main-title-project {
  position: absolute;
  margin-top: -9em;
  color: white;
  text-shadow: 0 0 1em black;
}

.main-title-project .title-projects {
  line-height: 1.1em;
}

.main-filter-project {
  margin-top: 1em;
}

.main-title-space {
  margin-bottom: 2em;
}

.link-main {
  display: inline-block;
  padding: 0.4em 1em;
  color: #026051 !important;
  border-radius: 300px;
  margin: 0.5em 0.5em 1em 0;
  text-transform: uppercase;
  font-size: 0.9em;
}

.link-main.current_link {
  background-color: #026051;
  color: white !important;
  position: relative;
}

.link-main.current_link::after {
  content: "";
  border-top: 0.5em solid #026051;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  position: absolute;
  left: calc(50% - .8em);
  top: 100%;
}

.link-main.current_link_mobile {
  border: 2px solid #026051;
}

footer,
footer a {
  color: #026051 !important;
}

.hspace {
  display: inline-block;
  width: 0.6em;
}

.divide-projects {
  border-top: 1px solid #ddd;
  margin-top: 2em;
  padding-top: 2em;
}

.current_phase {
  color: #026051;
}

.form-check-label {
  cursor: pointer;
  color: #026051;
  font-weight: bold;
}

.na-available {
  color: dimgray;
}

.group-main-img {
  display: block;
  max-height: 60px;
  margin-bottom: 2em;
}

.item-group h5,
.item-group h4,
.item-group h3,
.item-group h2,
.item-group p {
  padding: 0.8rem 0;
  font-weight: 300;
  margin: 0 !important;
}

.item-group,
.item-group-child {
  border-bottom: 1px solid #ddd !important;
}

.item-group-container {
  margin-bottom: 2em;
}

svg + .link-group {
  margin-left: 0.6rem;
}

.item-group svg {
  color: black;
}

#header-img {
  /*&.header-theme:not([data-theme=""]){*/
  -webkit-filter: blur(5px);
          filter: blur(5px);
  transform: scale(1.1);
  background-position: 50%;
}

#header-img.header-theme[data-theme="32"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/ressources-min.jpeg");
}

#header-img.header-theme[data-theme="19"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/agriculture(1).jpg");
  background-position: 50% 58%;
}

#header-img.header-theme[data-theme="20"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/air-min.jpeg");
  background-position: 50% 33%;
}

#header-img.header-theme[data-theme="22"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/biodiversit%C3%A9-min.jpeg");
  background-position: 50% 0;
}

#header-img.header-theme[data-theme="23"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/Take-Off.jpg");
}

#header-img.header-theme[data-theme="24"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/climat(1).jpg");
}

#header-img.header-theme[data-theme="25"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/dechets(1).jpg");
  background-position: 50% 62%;
}

#header-img.header-theme[data-theme="27"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/riviere-min.jpeg");
  background-position: 50% 55%;
}

#header-img.header-theme[data-theme="28"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/energie(1).jpg");
}

#header-img.header-theme[data-theme="30"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/paysage(1).jpg");
}

#header-img.header-theme[data-theme="31"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/rayonnement.jpg");
}

#header-img.header-theme[data-theme="32"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/ressources-min.jpeg");
}

#header-img.header-theme[data-theme="35"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/services-min.jpeg");
}

#header-img.header-theme[data-theme="36"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/sol(1).jpg");
  background-position: 50% 90%;
}

#header-img.header-theme[data-theme="38"] {
  background-image: url("https://projets.ge-en-vie.ch/uploads/territorie-min.jpg");
  background-position: 50% 65%;
}

.header-img-container {
  margin-bottom: 2em;
  overflow: hidden;
}

.filter-big {
  flex-grow: 2.049 !important;
}

.btn-action {
  display: inline-block;
  background-color: #05c5a7 !important;
  color: white !important;
  cursor: pointer;
  padding: 0;
  border-radius: 2em;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  transition: background 0.3s;
}

.btn-action:hover {
  background-color: #026051 !important;
  color: white !important;
}

.action-filter {
  display: inline-block;
}

.action-filter.addmt {
  margin-top: 1.5em;
}

.filters-project .col-sm {
  padding-right: 0 !important;
}

.form-control {
  font-size: 1em !important;
}

.only-mobile {
  display: none;
}

.admin-action {
  background-color: yellow;
}

.admin-action::after {
  content: "ADMIN";
  margin-left: 1em;
  font-size: 0.6em;
  vertical-align: middle;
}

.read-more {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 1s;
}

.read-more.read {
  max-height: 2000px;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/*.read-scroll{
    position: fixed;
    font-size: 1em;
    bottom: 1em;
    left: 3em;
    color: $border-gray;
    font-weight: bold;
    cursor: pointer;
    transition: color .3s;
    div{
        font-size: 4em;
        animation: bounce 1.5s ease infinite alternate;
    }
    &:hover{
        color: $a-color;
    }
}*/

.read-more-bar {
  background-image: linear-gradient(transparent, white 85px);
  background-position: top;
  /* background-size: 100% 50px; */
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 110px 0 0 1em;
  background-repeat: no-repeat;
  transition: background 1s;
}

.read-more-bar a {
  color: #05c5a7 !important;
  cursor: pointer;
}

.read-more .read-more-close {
  display: none;
  margin-bottom: 2em;
  padding-left: 1em;
}

.read-more .read-more-close a {
  color: #05c5a7 !important;
  cursor: pointer;
}

.read-more.read .read-more-bar {
  display: none;
}

.read-more.read .read-more-close {
  display: block;
}

@media screen and (max-width: 1500px) {
  .read-scroll p {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  body,
  footer {
    font-size: 0.8em !important;
  }

  .no-mobile {
    display: none;
  }

  #header-img:not(.header-theme),
  .header-img-container {
    display: none !important;
  }

  .only-mobile {
    display: block;
  }

  #logo2 {
    height: 40px;
    width: auto;
  }

  .main-title-project {
    position: relative;
    color: black;
    text-shadow: none;
    margin-top: 0;
  }

  .main-title-project br {
    display: none;
  }

  .main-container {
    margin-top: 85px !important;
  }

  .main-filter-project {
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    padding: 0.8em 15px;
    font-size: 0.95em;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .main-filter-project a {
    text-transform: capitalize;
  }

  .main-filter-project a::after {
    display: none;
  }

  .main-filter-project .link-main {
    margin: 0;
  }

  .filters-project {
    margin-top: 0 !important;
  }

  .filters-project .input-filter,
  .filters-project .v-select {
    margin-top: 4px;
  }

  .filters-project .col-sm {
    padding-right: 15px !important;
  }

  .fixed-top {
    box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
  }

  .item-project,
  .thematic,
  .parentGroup {
    box-shadow: none;
    border-radius: 0;
    padding: 1em 15px 2.2em 15px !important;
    border: none;
    border-bottom: 1px solid #ddd;
    transition: transform 0.3s;
  }

  .item-project:hover,
  .thematic:hover,
  .parentGroup:hover {
    transform: none;
  }

  .thematic {
    border: none;
    padding-bottom: 1em !important;
  }

  .item-project-wrap,
  .item-project-wrap > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  h1 {
    font-size: 2.2em !important;
  }

  .action-filter.adddmt {
    margin-top: 0;
  }

  .logo-thematic {
    margin-bottom: 0;
  }

  .title-thematique {
    position: absolute;
    margin-top: 1em;
    text-shadow: 0 0 1em black;
    font-weight: 400;
  }

  .title-thematique a {
    color: white !important;
  }

  .btn-back {
    position: relative;
    display: inline-block;
    margin: 0 0 4em 0;
  }

  .link-to-item {
    display: inline;
  }
}

