@charset "UTF-8";
/**
 * @file
 * Subtheme specific SCSS.
 */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:wght@100..900&display=swap");
/*.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}*/
/* COULEURS */
/* BREAKPOINTS */
/* BASIC HTML */
body {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-variation-settings: "wdth" 100;
}

h1 {
  font-family: "Roboto", sans-serif;
  color: #2C93B0;
  font-size: 2.667rem;
  margin: 0;
  padding: 0 0 32px;
  font-weight: 900;
}

h2 {
  font-family: "Roboto", sans-serif;
  color: #2C93B0;
  font-size: 1.778rem;
  margin: 0;
  padding: 0 0 16px;
  font-weight: 800;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.111rem;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 700;
  color: #000000;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 16px;
  font-weight: 700;
  color: #000000;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 16px;
  font-weight: 700;
  color: #000000;
}

p {
  margin: 0 !important;
  padding: 0 0 16px 0;
  font-size: 1rem;
}
p:last-child {
  padding: 0;
}

i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

a, .nav-link {
  color: #000000;
  text-decoration: underline;
}
a:hover, a:focus, a:active, .nav-link:hover, .nav-link:focus, .nav-link:active {
  color: #99CA3C;
  text-decoration: underline;
  outline: 0;
}

ol, ul:not(.toolbar-menu) {
  margin: 0;
  padding: 0 0 16px 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  ol, ul:not(.toolbar-menu) {
    padding: 0 0 16px 16px;
  }
}
ol:last-child, ul:not(.toolbar-menu):last-child {
  padding-bottom: 0;
}
ol li, ul:not(.toolbar-menu) li {
  margin: 0;
  padding: 0 0 4px 0;
}

/* TAB */
.path-frontpage .tabs {
  display: none;
}

.tabs {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 !important;
  z-index: 99;
}
.tabs ul {
  display: flex;
  justify-content: center;
  padding: 0px !important;
  list-style: none;
  background: #FFFFFF;
}
.tabs ul li {
  padding: 8px 24px;
}
.tabs ul li:hover, .tabs ul li:focus, .tabs ul li:active, .tabs ul li.active {
  background: rgba(44, 147, 176, 0.1);
}
.tabs ul li:hover a, .tabs ul li:focus a, .tabs ul li:active a, .tabs ul li.active a {
  color: #2C93B0;
}
.tabs ul li a {
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: none;
}
.tabs ul li a:hover, .tabs ul li a:focus, .tabs ul li a:active, .tabs ul li a.active {
  color: #2C93B0;
  text-decoration: none;
  outline: 0;
}

/* LAYOUT */
.dialog-off-canvas-main-canvas {
  background: #2C93B0;
}
.dialog-off-canvas-main-canvas #page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px #0b4656;
}

/* TOP HEADER (logo, message système, alerte */
.region-top-header .navbar-brand {
  padding: 16px 16px 16px 48px;
}
.region-top-header .navbar-brand img {
  width: 50%;
  height: auto;
}

/* HEADER */
.site-header {
  position: relative;
}
.site-header .header-titre {
  width: 50%;
  position: absolute;
  top: 27px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 29%;
}
@media screen and (max-width: 992px) {
  .site-header .header-titre {
    top: 10%;
    margin-left: 24px;
  }
}
.site-header .header-titre .avec {
  margin: 0 140px 8px 0;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .site-header .header-titre .avec {
    margin: 0 0 8px 0;
    font-size: 1rem;
  }
}
.site-header .header-titre h1 {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  .site-header .header-titre h1 {
    font-size: 2rem;
  }
}
.site-header .header-titre h1 span:first-child {
  margin-right: 48px;
  background: #FFFFFF;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
}
.site-header .header-titre h1 span:last-child {
  background: #FFFFFF;
  margin-left: 48px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
}
.site-header .header-bgd #block-projetcitoyen-bloc-header .header-promoted .view-content .row {
  padding: 0;
  margin: 0;
}
.site-header .header-bgd #block-projetcitoyen-bloc-header .header-promoted .view-content .row img {
  width: 100%;
  height: auto;
  padding: 0;
}
.site-header .header-content {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 99;
  padding: 0;
}
.site-header .header-content .navbar-brand {
  background: #FFFFFF;
  padding: 8px 24px 16px 32px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 768px) {
  .site-header .header-content .navbar-brand {
    padding: 8px 16px 10px 24px;
  }
}
.site-header .header-content .navbar-brand img::before {
  content: "";
  background-image: url(bord-logo.png);
}
.site-header .header-form {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 99;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (max-width: 992px) {
  .site-header .header-form {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border-bottom: 1px solid #2C93B0;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.site-header .header-form .region-header-form {
  padding: 0;
  margin: 0;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general {
  padding-left: 24px;
}
@media screen and (max-width: 992px) {
  .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general {
    padding: 0 24px;
  }
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general h2 {
  color: #FFFFFF;
  font-size: 1.333rem;
}
@media screen and (max-width: 992px) {
  .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general h2 {
    color: #2C93B0;
    font-size: 1.778rem;
  }
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form {
  font-family: "Roboto", sans-serif !important;
  font-size: 0.9rem !important;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form label {
  display: none;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .form-item-field-contact-consentement-value label {
  display: block;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-wrapper.field--name-field-contact-prenom {
  margin: 0 !important;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-wrapper.field--name-field-contact-prenom {
    width: 100%;
  }
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-item.form-item-name {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-item.form-item-name {
    width: 100%;
  }
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-item:not(.form-switch) {
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem; /*border:1px solid $vert;*/
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-item:not(.form-switch):focus {
  border: 1px solid #FF0000;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .js-form-item:not(.form-switch) {
    border: 1px solid #99CA3C;
  }
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form input:not(.form-check-input), .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form textarea {
  padding: 0;
  background: transparent;
  border: 0 none;
  font-size: 0.9rem !important;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form input:not(.form-check-input):focus, .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form textarea:focus {
  border: 0 none;
  box-shadow: none;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .form-check-input:checked {
  background-color: #99CA3C !important;
  border-color: #99CA3C !important;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .form-check-label {
  color: #FFFFFF;
  font-weight: 400;
  padding-left: 8px;
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form .form-check-label {
    color: #2C93B0;
  }
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form textarea {
  height: 64px;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form #edit-submit {
  background: #99CA3C;
  border: 0 none;
  box-shadow: none;
}
.site-header .header-form .region-header-form #block-projetcitoyen-bloc-contact-general form #edit-submit::before {
  display: none;
}
.site-header #navbar-main {
  position: absolute;
  top: 0;
  right: 24px;
  background: transparent !important;
  border: 0 none !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.site-header #navbar-main .navbar-toggler {
  padding: 16px;
  border: 0 none;
}
.site-header #navbar-main .navbar-toggler:focus {
  border: 0 none;
  box-shadow: none;
}
.site-header #navbar-main .navbar-toggler i {
  font-size: 2rem;
}
.site-header .navbar-collapse {
  display: none !important;
}

/* FOOTER */
.site-footer nav.block {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.site-footer nav.block ul li {
  border-right: 1px solid #FFFFFF;
  padding-right: 24px;
  margin-right: 24px;
}
.site-footer nav.block ul li:last-child {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.site-footer nav.block ul li a {
  padding: 0;
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer nav.block ul li a:hover, .site-footer nav.block ul li a:focus, .site-footer nav.block ul li a:active, .site-footer nav.block ul li a.active {
  color: #FFFFFF;
  text-decoration: none;
}

/* ELEMENTS GENERIQUES */
.lien-bouton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.lien-bouton a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.333rem;
  font-weight: 900;
}

.lien-bouton-no-bgd {
  background: #99CA3C;
  padding: 8px 16px;
  margin: 24px;
  border-radius: 4px;
}
.lien-bouton-no-bgd a {
  color: #FFFFFF;
  text-decoration: none;
}

.cta-wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.cta-wrapper.vert a, .cta-wrapper.vert .cta {
  background: #99CA3C;
}
.cta-wrapper.bleu a, .cta-wrapper.bleu .cta {
  background: #2C93B0;
}
.cta-wrapper a, .cta-wrapper .cta {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
}
.cta-wrapper a:hover, .cta-wrapper a:focus, .cta-wrapper a:active, .cta-wrapper a.active, .cta-wrapper .cta:hover, .cta-wrapper .cta:focus, .cta-wrapper .cta:active, .cta-wrapper .cta.active {
  color: #FFFFFF;
}

/* BLOCS ACCUEIL */
#block-projetcitoyen-bloc-petition {
  border-bottom: 1px solid #2C93B0;
  padding: 64px 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  #block-projetcitoyen-bloc-petition {
    border-bottom: 1px solid #2C93B0;
    padding: 0 0 32px 0;
    margin-bottom: 32px;
  }
}

#block-projetcitoyen-bloc-consultation {
  border-bottom: 1px solid #2C93B0;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  #block-projetcitoyen-bloc-consultation {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

#block-projetcitoyen-bloc-candidature-resume {
  padding-bottom: 64px;
}
@media screen and (max-width: 992px) {
  #block-projetcitoyen-bloc-candidature-resume {
    padding-bottom: 32px;
  }
}

#block-projetcitoyen-block-video-candidature {
  border-bottom: 1px solid #2C93B0;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  #block-projetcitoyen-block-video-candidature {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
#block-projetcitoyen-block-video-candidature .video-title {
  display: none;
}

#block-projetcitoyen-bloc-equipe {
  border-bottom: 1px solid #2C93B0;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  #block-projetcitoyen-bloc-equipe {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

#block-projetcitoyen-bloc-facebook {
  border-bottom: 1px solid #2C93B0;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  #block-projetcitoyen-bloc-facebook {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

/* BLOCK PETITION */
@media screen and (max-width: 992px) {
  .liste-petition .view-content .views-row {
    margin-bottom: 24px;
  }
}

/* NODE PETITION */
article.node--type-petition.node--view-mode-full {
  margin: 0;
}
article.node--type-petition.node--view-mode-full .node__content {
  position: relative;
}
article.node--type-petition.node--view-mode-full .node__content:hover, article.node--type-petition.node--view-mode-full .node__content:focus, article.node--type-petition.node--view-mode-full .node__content:active {
  /*.group-lien { height:calc(100% - 20px); opacity:1; transition:opacity 0.3s; }*/
}
article.node--type-petition.node--view-mode-full .node__content .group-visuel {
  margin: 0;
}
article.node--type-petition.node--view-mode-full .node__content .group-visuel .field--name-field-visuel {
  margin: 0;
  padding: 0;
}
article.node--type-petition.node--view-mode-full .node__content .group-visuel .field--name-field-visuel img {
  width: 100%;
  height: auto;
  margin: 0;
}
article.node--type-petition.node--view-mode-full .node__content .group-texte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
article.node--type-petition.node--view-mode-full .node__content .group-texte .field--name-title h2 {
  font-size: 2.222rem;
  color: #FFFFFF;
}
article.node--type-petition.node--view-mode-full .node__content .group-texte .field--name-field-descriptif {
  font-size: 0.778rem;
  color: #FFFFFF;
  text-align: center;
}
article.node--type-petition.node--view-mode-full .node__content .group-lien {
  background: #99CA3C;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  margin: 10px;
}

/* BLOCK PETITION */
@media screen and (max-width: 992px) {
  .liste-consultation .view-content .views-row {
    margin-bottom: 24px;
  }
}

/* NODE CONSULTATION */
article.node--type-consultation.node--view-mode-full {
  margin: 0;
  height: 100%;
}
article.node--type-consultation.node--view-mode-full .node__content {
  position: relative;
  height: 100%;
}
article.node--type-consultation.node--view-mode-full .node__content:hover .group-lien, article.node--type-consultation.node--view-mode-full .node__content:focus .group-lien, article.node--type-consultation.node--view-mode-full .node__content:active .group-lien {
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
article.node--type-consultation.node--view-mode-full .node__content .group-contenu {
  display: flex;
  flex-direction: column;
}
article.node--type-consultation.node--view-mode-full .node__content .group-contenu .field--name-field-visuel {
  margin: 0;
  padding: 0;
}
article.node--type-consultation.node--view-mode-full .node__content .group-contenu .field--name-field-visuel img {
  width: 100%;
  height: auto;
  margin: 0;
}
article.node--type-consultation.node--view-mode-full .node__content .group-contenu h3 {
  padding-top: 16px;
}
article.node--type-consultation.node--view-mode-full .node__content .group-contenu .field--name-field-consultation-descriptif {
  padding: 0 10px;
}
article.node--type-consultation.node--view-mode-full .node__content .group-lien {
  background: #99CA3C;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
}

/* BLOC CANDISATURE RESUME (appelé sur l'accueil) */
/* NODE LANDING PAGE */
/* VIDEO */
/* ÉQUIPE */
.liste-equipe .view-content .views-row {
  padding-bottom: 24px;
}
/* NODE ÉQUIPE */
article.node--type-equipe.node--view-mode-full {
  height: 100%;
}
article.node--type-equipe.node--view-mode-full .node__content {
  margin: 0;
  height: 100%;
}
article.node--type-equipe.node--view-mode-full .node__content .group-contenu {
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  height: 100%;
}
article.node--type-equipe.node--view-mode-full .node__content .group-contenu .field--name-field-visuel {
  margin: 0;
  padding: 0;
}
article.node--type-equipe.node--view-mode-full .node__content .group-contenu .field--name-field-visuel img {
  width: 100%;
  height: auto;
  margin: 0;
}
article.node--type-equipe.node--view-mode-full .node__content .group-contenu .field--name-title h3 {
  text-align: center;
  padding-top: 16px;
}
article.node--type-equipe.node--view-mode-full .node__content .group-contenu .field--name-body {
  text-align: center;
  padding-bottom: 16px;
}

/* BIOGRAPHIE (accueil) */
#block-projetcitoyen-bloc-bio .cta-wrapper {
  margin-bottom: 64px;
}
#block-projetcitoyen-bloc-bio img {
  width: 100%;
  height: auto;
}

/* RESET */
.node__content {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */