@charset "UTF-8";
/********************* SOMMAIRE *********************/
/* ENTETE PAR DÉFAUT                   ligne :   13 */
/* PAGE - MODELE 01                    ligne :   58 */
/* PAGE - MODELE 02                    ligne :  124 */
/* BLOG                                ligne :  181 */
/* PAGE D'ACCUEIL                      ligne :  211 */
/* PREMIÈRE RENCONTRE                  ligne :  278 */
/* FIL D'ARIANE                        ligne :  278 */
/* MEDIA QUERIES                       ligne :  315 */
/* ENTETE PAR DÉFAUT */
.entete {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10.5em 0 6em;
  position: relative;
}
.entete:before {
  content: "";
  width: 100%;
  height: 90%;
  background: linear-gradient(0, rgba(10, 28, 14, 0) 0%, #0A1C0E 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.entete:after {
  content: "";
  width: 985px;
  height: 70px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.entete > div {
  text-align: center;
  position: relative;
  z-index: 1;
}
.entete > div > h1 {
  font-size: 6em;
  text-transform: lowercase;
}

/* PAGE - MODELE 01 */
.enteteM1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12em;
  position: relative;
}
.enteteM1:before {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(0, rgba(10, 28, 14, 0) 0%, #0A1C0E 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.enteteM1:after {
  content: "";
  background-image: url("../img/flore_vert_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  width: 525px;
  height: 525px;
  transform: rotate(90deg);
  opacity: 0.3;
  position: absolute;
  bottom: -475px;
  left: -70px;
  z-index: -1;
}
.enteteM1 > div {
  position: relative;
  z-index: 1;
}
.enteteM1 > div:first-child {
  text-align: center;
  padding-bottom: 8em;
}
.enteteM1 > div:first-child > h1 {
  font-size: 6em;
  text-transform: lowercase;
}
.enteteM1 > div:last-child {
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3em 1em 8em;
}
.enteteM1 > div:last-child > p {
  color: var(--blanc);
  font-family: "Fake";
  font-size: 3em;
  margin: 0;
}

/* PAGE - MODELE 02 */
.enteteM2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 40px 40px;
  padding: 18em 0.5em 34em;
  margin-bottom: 250px;
  position: relative;
}
.enteteM2:before {
  content: "";
  width: 100%;
  height: 45%;
  background: linear-gradient(0, rgba(10, 28, 14, 0) 0%, #0A1C0E 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.enteteM2 > div {
  position: relative;
  z-index: 1;
}
.enteteM2 > div:first-child {
  text-align: center;
}
.enteteM2 > div:first-child > h1 {
  font-size: 6em;
  text-transform: lowercase;
}
.enteteM2 > div:last-child {
  width: 1000px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 10em 8em;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
}
.enteteM2 > div:last-child > p {
  font-weight: 700;
  color: var(--blanc);
  line-height: 1.5;
}
.enteteM2 > div:last-child > p:last-child {
  margin: 0;
}

/* BLOG */
.enteteB {
  background-color: var(--vert-fonce);
  padding: 9em 1em 5em;
  position: relative;
}
.enteteB:after {
  content: "";
  width: 985px;
  height: 70px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.enteteB > h1 {
  text-align: center;
  text-transform: lowercase;
  font-weight: 900;
  font-family: "Inter";
  font-size: 3em;
}

/* PAGE D'ACCUEIL */
.enteteF {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 325px 0 20em;
  position: relative;
}
.enteteF:before {
  content: "";
  width: 100%;
  height: 325px;
  background: linear-gradient(0, rgba(10, 28, 14, 0) 0%, #0A1C0E 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.enteteF:after {
  content: "";
  width: 985px;
  height: 70px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.enteteF > div {
  text-align: center;
  position: relative;
}
.enteteF > div:before {
  content: "";
  background-image: url("../img/pastoralisme_blanc_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  width: 565px;
  height: 565px;
  opacity: 0.3;
  position: absolute;
  top: -410px;
  right: -245px;
}
.enteteF > div > h1 {
  font-size: 6em;
}
.enteteF > div > h1 > span {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.5em;
  max-width: 770px;
  margin: auto;
}

/* PREMIÈRE RENCONTRE */
.enteteR {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10em 0.5em 6em;
  margin-bottom: 8em;
  position: relative;
}
.enteteR:before {
  content: "";
  width: 100%;
  height: 35%;
  background: linear-gradient(0, rgba(10, 28, 14, 0) 0%, #0A1C0E 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.enteteR:after {
  content: "";
  width: 985px;
  height: 70px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.enteteR > div {
  position: relative;
  z-index: 1;
}
.enteteR > div:first-child {
  text-align: center;
}
.enteteR > div:first-child > h1 {
  font-size: 6em;
  text-transform: lowercase;
}
.enteteR > div:last-child {
  width: 1025px;
  margin: 2em auto 0;
}
.enteteR > div:last-child > iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}

/* FIL D'ARIANE */
.ariane {
  margin-top: 1em;
}
.ariane > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: var(--blanc);
  text-transform: lowercase;
}
.ariane > span a {
  color: var(--blanc);
  font-weight: 500;
  position: relative;
}
.ariane > span a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--blanc);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.ariane > span a:hover:after {
  width: 0;
}
.ariane > span .breadcrumb_last {
  font-weight: 700;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .enteteM1:after {
    width: 325px;
    height: 325px;
    bottom: -295px;
    left: -40px;
  }
  .enteteB:after, .entete:after {
    width: 750px;
  }
  .enteteF {
    padding: 300px 0 18em;
  }
  .enteteF:before {
    height: 300px;
  }
  .enteteF:after {
    width: 750px;
  }
  .enteteF > div > h1 {
    font-size: 5em;
  }
  .enteteF > div > h1 > span {
    width: 665px;
  }
  .enteteR:after {
    width: 750px;
  }
  .enteteR > div:last-child {
    width: 950px;
  }
}
@media screen and (max-width: 1440px) {
  .enteteM1:after {
    width: 125px;
    height: 125px;
    bottom: -115px;
    left: -15px;
  }
  .entete {
    padding-top: 9em;
  }
  .enteteF {
    padding: 250px 0 16em;
  }
  .enteteF:before {
    height: 350px;
  }
  .enteteF > div:before {
    width: 465px;
    height: 465px;
    top: -375px;
    right: -200px;
  }
  .enteteF > div > h1 {
    font-size: 4.5em;
  }
  .enteteF > div > h1 > span {
    width: 595px;
  }
  .enteteM2 {
    padding: 14em 0.5em 30em;
    margin-bottom: 180px;
  }
  .enteteM2 > div:last-child {
    padding: 6em;
    bottom: -130px;
  }
}
@media screen and (max-width: 1200px) {
  .enteteB {
    padding: 6em 1em 3em;
  }
  .enteteB:after {
    width: 500px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    bottom: -20px;
  }
  .enteteB > h1 {
    font-size: 2em;
  }
  .entete {
    padding: 7em 0 5em;
  }
  .entete:after {
    width: 500px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    bottom: -20px;
  }
  .enteteF:after {
    width: 500px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    bottom: -20px;
  }
  .enteteM2 {
    border-radius: 0 0 20px 20px;
    padding-bottom: 26em;
  }
  .enteteM2 > div:last-child {
    width: 800px;
    padding: 4em 6em;
  }
  .enteteR:after {
    width: 500px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    bottom: -20px;
  }
  .enteteR > div:last-child {
    width: 800px;
  }
}
@media screen and (max-width: 990px) {
  .enteteM1 > div:first-child > h1 {
    font-size: 5em;
  }
  .enteteM1 > div:last-child > p {
    font-size: 2.5em;
  }
  .enteteB {
    padding-top: 9em;
  }
  .enteteB:after {
    width: 350px;
  }
  .entete {
    padding: 8em 0 3em;
  }
  .entete:after {
    width: 350px;
  }
  .entete > div > h1 {
    font-size: 5em;
  }
  .enteteF {
    padding-bottom: 12em;
  }
  .enteteF:after {
    width: 350px;
  }
  .enteteF > div:before {
    width: 365px;
    height: 365px;
    top: -340px;
    right: -155px;
  }
  .enteteF > div > h1 {
    font-size: 4em;
  }
  .enteteF > div > h1 > span {
    width: 540px;
  }
  .enteteM2 > div:first-child > h1 {
    font-size: 5em;
  }
  .enteteM2 > div:last-child {
    width: 90%;
    padding: 4em 2em;
  }
  .enteteR {
    padding-bottom: 8em;
  }
  .enteteR:after {
    width: 350px;
  }
  .enteteR > div:first-child > h1 {
    font-size: 5em;
  }
  .enteteR > div:last-child {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .enteteB {
    padding: 8em 1em 2em;
  }
  .enteteB:after {
    width: 250px;
    height: 30px;
    bottom: -15px;
  }
  .entete:after {
    width: 250px;
    height: 30px;
    bottom: -15px;
  }
  .enteteF {
    padding: 200px 0 10em;
  }
  .enteteF:before {
    height: 200px;
  }
  .enteteF:after {
    width: 250px;
    height: 30px;
    bottom: -15px;
  }
  .enteteF > div:before {
    width: 300px;
    height: 300px;
    top: -300px;
    right: -120px;
  }
  .enteteF > div > h1 {
    font-size: 3em;
  }
  .enteteF > div > h1 > span {
    width: 390px;
  }
  .enteteM2 {
    padding: 14em 0.5em 20em;
    margin-bottom: 130px;
    border-radius: 0 0 10px 10px;
  }
  .enteteM2:before {
    height: 55%;
  }
  .enteteM2 > div:first-child > h1 {
    font-size: 4.5em;
  }
  .enteteM2 > div:last-child {
    width: 90%;
    padding: 2em 1em;
    border-radius: 10px;
    bottom: -80px;
  }
  .enteteR:before {
    height: 40%;
  }
  .enteteR:after {
    width: 250px;
    height: 30px;
    bottom: -15px;
  }
  .enteteR > div:last-child {
    width: 100%;
  }
  .enteteR > div:last-child > iframe {
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  .enteteM1 {
    padding-top: 10em;
  }
  .enteteM1:before {
    height: 55%;
  }
  .enteteM1 > div:first-child {
    padding-bottom: 6em;
  }
  .enteteM1 > div:first-child > h1 {
    font-size: 4em;
  }
  .enteteB:after {
    display: none;
  }
  .enteteB > h1 {
    font-size: 1.5em;
  }
  .entete {
    padding: 6.5em 0 2em;
  }
  .entete:after {
    display: none;
  }
  .entete > div > h1 {
    font-size: 4em;
  }
  .enteteF:after {
    display: none;
  }
  .enteteM2 > div:first-child > h1 {
    font-size: 4em;
    line-height: 0.8;
  }
  .enteteR {
    padding-top: 8em;
  }
  .enteteR:after {
    display: none;
  }
  .enteteR > div:first-child > h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 450px) {
  .enteteM1 > div:first-child {
    padding-bottom: 4em;
  }
  .enteteM1 > div:last-child {
    padding: 2em 1em 6em;
  }
  .enteteM1 > div:last-child > p {
    font-size: 2em;
  }
  .enteteB {
    padding-top: 7em;
  }
  .ariane {
    display: none;
  }
  .enteteF > div:before {
    top: -280px;
    right: -100px;
  }
  .enteteF > div > h1 > span {
    width: 350px;
    font-size: 0.45em;
  }
  .enteteM2 {
    margin-bottom: 250px;
  }
  .enteteM2 > div:last-child {
    bottom: -200px;
  }
  .enteteR {
    padding-bottom: 4em;
  }
}
/********************* SOMMAIRE *********************/
/* NEWSLETTER                          ligne :   10 */
/* FOOTER                              ligne :  114 */
/* FOOTER LÉGAL                        ligne :  273 */
/* MEDIA QUERIES                       ligne :  294 */
/* NEWSLETTER */
.newsletter {
  background-color: var(--jaune-clair);
  border-radius: 15px;
  width: 90%;
  max-width: 1500px;
  padding: 1.5em 1em;
  margin: 5em auto -3em;
  position: relative;
}
.newsletter .sib-form {
  padding: 0;
}
.newsletter .sib-form .sib-form-message-panel {
  border: unset;
  padding: 0;
}
.newsletter .sib-form .sib-form-message-panel .sib-form-message-panel__text {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border: 1px solid;
  gap: 10px;
  padding: 0.5rem 2em;
}
.newsletter .sib-form #success-message .sib-form-message-panel__text {
  color: #227700;
  border-color: #227700;
}
.newsletter .sib-form #error-message .sib-form-message-panel__text {
  color: #D8000C;
  border-color: #D8000C;
}
.newsletter #sib-container {
  background: unset;
  margin: 0;
  padding: 0;
}
.newsletter #sib-form {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.newsletter #sib-form .sib-text-form-block {
  font-weight: 700;
  color: #949494;
  max-width: 375px;
}
.newsletter #sib-form .sib-input {
  padding: 0;
}
.newsletter #sib-form .sib-input .form__label-row {
  margin: 0;
}
.newsletter #sib-form .sib-input .form__label-row .entry__field {
  margin: 0;
  border-radius: 50px;
  border: none;
}
.newsletter #sib-form .sib-input .form__label-row .entry__field > input {
  padding: 0.4em 1em;
}
.newsletter #sib-form > div:nth-child(2) {
  flex: 1;
}
.newsletter #sib-form > div:last-of-type {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter #sib-form > div:last-of-type > .sib-form-block {
  padding: 0;
}
.newsletter #sib-form > div:last-of-type > .sib-form-block > button {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--blanc);
  border-radius: 50px;
  font-size: 1.4em;
  padding: 6px 12px;
  transition: all 0.3s;
}
.newsletter #sib-form > div:last-of-type > .sib-form-block > button:hover {
  color: var(--orange);
  background-color: transparent;
}

/* FOOTER */
footer > div:first-child {
  background-color: var(--vert);
  border-radius: 30px 30px 0 0;
  padding-top: 5em;
}
footer > div:first-child > .footerHaut {
  display: flex;
  align-items: flex-start;
  gap: 5em;
  padding: 0 3em;
}
footer > div:first-child > .footerHaut > div:first-child > a {
  display: block;
  width: 345px;
  transition: all 0.3s;
}
footer > div:first-child > .footerHaut > div:first-child > a:hover {
  opacity: 0.6;
}
footer > div:first-child > .footerHaut > div:first-child > h4 {
  background-color: unset;
  margin: 1em 0;
  max-width: 325px;
}
footer > div:first-child > .footerHaut > div:first-child > h4 > span {
  display: block;
  font-family: "Fake";
  font-weight: 400;
  font-size: 2em;
}
footer > div:first-child > .footerHaut > div:first-child > div > p {
  color: var(--blanc);
  margin-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.5;
}
footer > div:first-child > .footerHaut > div:last-child {
  flex: 1;
}
footer > div:first-child > .footerHaut > div:last-child ul {
  list-style: none;
  margin: 0;
}
footer > div:first-child > .footerHaut > div:last-child ul li {
  margin: 0;
}
footer > div:first-child > .footerHaut > div:last-child ul li a {
  color: var(--blanc);
  transition: all 0.3s;
}
footer > div:first-child > .footerHaut > div:last-child ul li a:hover {
  opacity: 0.7;
}
footer > div:first-child > .footerHaut > div:last-child > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(2) {
  order: 2;
  padding-bottom: 4em;
  margin-top: -9em;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li:first-child {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--blanc);
}
footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3), footer > div:first-child > .footerHaut > div:last-child > ul > li:last-child {
  padding: 0 0.5em 0 2em;
  position: relative;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3):before, footer > div:first-child > .footerHaut > div:last-child > ul > li:last-child:before {
  content: "";
  width: 1px;
  height: 590px;
  background-color: var(--blanc);
  position: absolute;
  left: 0;
  top: 0;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li > a {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 2;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li > ul > li a {
  font-size: 1.2em;
  line-height: 1.6;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li > ul > li.menu-item-has-children > a {
  font-weight: 700;
  line-height: 2;
}
footer > div:first-child > .footerHaut > div:last-child > ul > li > ul > li.menu-item-has-children > ul {
  margin-left: 1em;
}
footer > div:first-child > .footerOutils {
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
footer > div:first-child > .footerOutils > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 2.5em 0;
}
footer > div:first-child > .footerOutils > div > * {
  margin: 0;
  background-color: var(--blanc);
  color: var(--vert);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  height: 45px;
  box-shadow: 0 5px 10px rgba(74, 89, 77, 0.5);
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.3s;
}
footer > div:first-child > .footerOutils > div > * > img {
  width: 25px;
}
footer > div:first-child > .footerOutils > div > *:hover {
  opacity: 0.7;
}

/* FOOTER LÉGAL */
footer > .footerLegal {
  background-color: var(--vert-fonce);
  padding: 1.5em 0.5em;
  text-align: center;
  color: var(--blanc);
}
footer > .footerLegal > p {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
footer > .footerLegal > p > a {
  color: var(--blanc);
}
footer > .footerLegal > p > a:after {
  background-color: var(--blanc);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .newsletter {
    max-width: 1200px;
  }
  footer > div:first-child > .footerHaut {
    gap: 2em;
  }
  footer > div:first-child > .footerHaut > div:first-child > a {
    width: 280px;
  }
  footer > div:first-child > .footerHaut > div:first-child > div > figure {
    max-width: 280px;
  }
  footer > div:first-child > .footerHaut > div:first-child > h4 {
    max-width: 280px;
  }
  footer > div:first-child > .footerHaut > div:first-child > h4 > span {
    font-size: 1.8em;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3), footer > div:first-child > .footerHaut > div:last-child > ul > li:last-child {
    padding-left: 1em;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(2) {
    margin-top: -13em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 1440px) {
  .newsletter {
    max-width: 1000px;
  }
  .newsletter #sib-form {
    max-width: 800px;
  }
  .newsletter #sib-form > div:first-child > div {
    padding: 0;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(2) {
    padding-bottom: 2em;
    margin-top: -10em;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3) {
    padding-bottom: 1em;
    border-bottom: 1px solid var(--blanc);
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3):before {
    height: 560px;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:last-child {
    order: 3;
    margin-top: 1em;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:last-child:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .newsletter {
    max-width: 850px;
  }
  .newsletter #sib-form .sib-text-form-block {
    max-width: 340px;
  }
  .newsletter #sib-form .sib-text-form-block > p {
    font-size: 1em;
  }
  footer > div:first-child > .footerHaut > div:first-child > a {
    width: 400px;
  }
  footer > div:first-child > .footerHaut > div:first-child > div > figure {
    max-width: unset;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul {
    margin-bottom: 1em;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(2) {
    padding-bottom: 1em;
    margin-top: 1em;
    border-bottom: 1px solid var(--blanc);
    order: unset;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3) {
    margin-top: 1em;
    padding: 0 0 1em;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:nth-child(3):before {
    display: none;
  }
  footer > div:first-child > .footerHaut > div:last-child > ul > li:last-child {
    order: unset;
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .newsletter {
    max-width: 675px;
  }
  .newsletter #sib-form {
    display: block;
  }
  .newsletter #sib-form .sib-text-form-block {
    margin: 0 auto 1em;
  }
  .newsletter #sib-form > div:last-of-type {
    top: unset;
    transform: unset;
    bottom: 5px;
  }
  footer > div:first-child {
    border-radius: 20px 20px 0 0;
  }
  footer > div:first-child > .footerHaut {
    flex-wrap: wrap;
  }
  footer > div:first-child > .footerHaut > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  footer > div:first-child > .footerHaut {
    padding: 0 1em;
  }
  footer > div:first-child > .footerHaut > div:first-child > a {
    width: 90%;
    margin: auto;
  }
  footer > div:first-child > .footerOutils > div > * {
    flex: 0 0 35px;
    height: 35px;
    font-size: 1.2em;
  }
  footer > div:first-child > .footerOutils > div > * > img {
    width: 20px;
  }
}
@media screen and (max-width: 450px) {
  .newsletter #sib-form .sib-text-form-block > p, .newsletter #sib-form .sib-input .form__label-row .entry__field > input {
    font-size: 0.9em;
  }
  .newsletter #sib-form > div:last-of-type > .sib-form-block > button {
    font-size: 1.2em;
  }
}
/********************* SOMMAIRE *********************/
/* HEADER                              ligne :   11 */
/* MEGA MENU                           ligne :  156 */
/* MEGA MENU MOBILE                    ligne :  263 */
/* MODAL DE RECHERCHE                  ligne :  401 */
/* MEDIA QUERIES                       ligne :  405 */
/* HEADER */
header {
  width: 100%;
  padding: 1.5em 1.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
header > a {
  flex: 0 0 250px;
  max-width: 250px;
  transition: all 0.3s;
}
header > a:hover {
  opacity: 0.7;
}
header > .ordi {
  display: flex;
  align-items: center;
  justify-content: center;
}
header > .ordi > * {
  color: var(--blanc);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 0;
  cursor: pointer;
}
header > .ordi > *:not(:last-child) {
  padding-right: 1.5em;
  margin-right: 1.5em;
  border-right: 1px solid var(--blanc);
}
header > .ordi > * > i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  height: 22px;
  border: 2px solid var(--blanc);
  border-radius: 100%;
}
header > .ordi > * > span {
  white-space: nowrap;
  position: relative;
}
header > .ordi > * > span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--blanc);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
header > .ordi > *:hover > span:after {
  width: 100%;
}
header > .outils {
  display: flex;
  align-items: center;
  flex: 0 0 250px;
  max-width: 250px;
  justify-content: flex-end;
  gap: 1em;
}
header > .outils > * {
  margin: 0;
  background-color: var(--blanc);
  color: var(--vert);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  box-shadow: 0 5px 10px rgba(74, 89, 77, 0.5);
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.3s;
}
header > .outils > * > img {
  width: 20px;
}
header > .outils > *:hover {
  opacity: 0.7;
}
header > .mobile {
  display: none;
  align-items: center;
  gap: 0.8em;
  cursor: pointer;
}
header > .mobile > p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  margin: 3px 0 0;
  color: var(--blanc);
  transition: all 0.3s;
}
header > .mobile .barre {
  width: 35px;
  height: 4px;
  margin-bottom: 5px;
  border-radius: 15px;
  background-color: var(--blanc);
  transition: all 0.3s;
}
header > .mobile .barre:last-child {
  margin-bottom: 0;
}
header > .mobile:hover > p {
  color: var(--jaune-clair);
}
header > .mobile:hover .barre {
  background-color: var(--jaune-clair);
}
header > .mobile:hover .barre01, header > .mobile:hover .barre02 {
  margin-bottom: 10px;
}

/* MEGA MENU */
header > .megaMenu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
header > .megaMenu > div {
  width: 95%;
  max-width: 1400px;
  border-radius: 0 0 30px 30px;
  background-color: var(--vert);
  padding: 3em 0 0.5em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header > .megaMenu > div:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/grand_site_gorges_tarn_jonte_causses_9.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header > .megaMenu > div > .close {
  margin-bottom: 0;
  color: var(--blanc);
  font-size: 2em;
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  cursor: pointer;
  transition: all 0.3s;
}
header > .megaMenu > div > .close:hover {
  transform: rotate(270deg);
}
header > .megaMenu > div > div {
  display: none;
}
header > .megaMenu > div > div ul {
  margin: 0;
  list-style: none;
}
header > .megaMenu > div > div li {
  margin: 0;
}
header > .megaMenu > div > div > ul > li > a {
  display: block;
  text-align: center;
  color: var(--blanc);
  font-weight: 700;
  text-transform: lowercase;
  padding-bottom: 0.8em;
  border-bottom: 1px solid var(--blanc);
  font-size: 3em;
  transition: all 0.3s;
}
header > .megaMenu > div > div > ul > li > a:hover {
  opacity: 0.6;
}
header > .megaMenu > div > div > ul > li > .sub-menu {
  display: flex;
  align-items: flex-start;
  gap: 8em;
  padding: 4em 12em 2em;
}
header > .megaMenu > div > div > ul > li > .sub-menu a {
  display: block;
  color: var(--blanc);
  font-size: 2em;
  margin-bottom: 0.8em;
  transition: all 0.3s;
}
header > .megaMenu > div > div > ul > li > .sub-menu a:hover {
  opacity: 0.6;
}
header > .megaMenu > div > div > ul > li > .sub-menu > li.menu-item-has-children > a {
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 0.5em;
}
header > .megaMenu > div > div.veille > ul > li > .sub-menu, header > .megaMenu > div > div.participe > ul > li > .sub-menu {
  display: block;
  text-align: center;
}

/* MEGA MENU MOBILE */
header > .megaMenuM {
  display: none;
  width: 100%;
  background-color: var(--blanc);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 4em 4em 2em;
  position: absolute;
  top: 0;
  left: 0;
}
header > .megaMenuM > .close {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  position: absolute;
  right: 1em;
  top: 2em;
  cursor: pointer;
}
header > .megaMenuM > .close > i {
  font-size: 1.6em;
  transition: all 0.3s;
}
header > .megaMenuM > .close:hover > i {
  transform: rotate(360deg);
}
header > .megaMenuM > ul {
  list-style: none;
  margin: 0;
}
header > .megaMenuM > ul > li {
  margin: 0;
}
header > .megaMenuM > ul > li > a {
  display: block;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 0.8em 0.4em;
  border-bottom: 1px solid var(--vert);
  cursor: pointer;
  transition: all 0.3s;
}
header > .megaMenuM > ul > li > a:hover {
  color: var(--vert-fonce);
}
header > .megaMenuM > ul > li:not(:first-child) > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .megaMenuM > ul > li:not(:first-child) > a:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin: 0 0 0 auto;
}
header > .megaMenuM > ul > li > ul {
  display: none;
  margin: 0;
  list-style: none;
  background-color: var(--jaune-clair);
  border-bottom: 1px solid var(--vert);
}
header > .megaMenuM > ul > li > ul > li {
  margin: 0 0 0 2em;
}
header > .megaMenuM > ul > li > ul > li > a {
  display: block;
  font-weight: 700;
  padding: 0.6em 0.5em 0.6em 0;
  font-size: 1.1em;
  transition: all 0.3s;
}
header > .megaMenuM > ul > li > ul > li > a:hover {
  padding-left: 1.2em;
}
header > .megaMenuM > ul > li > ul > li > ul {
  margin: 0;
  list-style: none;
}
header > .megaMenuM > ul > li > ul > li > ul > li {
  margin: 0 0 0 2em;
}
header > .megaMenuM > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 0.6em 0.2em 0.6em 0;
  transition: all 0.3s;
}
header > .megaMenuM > ul > li > ul > li > ul > li > a:hover {
  padding-left: 1.2em;
}
header > .megaMenuM > .outils {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  padding: 2em 0.5em 0;
}
header > .megaMenuM > .outils > * {
  margin: 0;
  color: var(--vert);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  height: 35px;
  box-shadow: 0 5px 10px rgba(74, 89, 77, 0.5);
  font-size: 1.2em;
  cursor: pointer;
  transition: all 0.3s;
}
header > .megaMenuM > .outils > * > img {
  width: 20px;
}
header > .megaMenuM > .outils > *:hover {
  opacity: 0.7;
}

/* RETOUR HAUT */
.to_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--orange);
  color: var(--blanc);
  font-size: 3em;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: -80px;
  z-index: 99;
  transition: all 0.3s;
}
.to_top:hover {
  bottom: 20px;
}

/* MODAL DE RECHERCHE */
.modalSearch {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modalSearch > div {
  width: 90%;
  max-width: 800px;
  background-color: var(--jaune-clair);
  border-radius: 20px;
  padding: 4em 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalSearch > div > i {
  font-size: 3em;
  color: var(--vert);
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.3s;
}
.modalSearch > div > i:hover {
  transform: rotate(360deg);
}
.modalSearch > div > h2 {
  margin: 0;
  text-align: center;
  font-family: "Fake";
  font-weight: 400;
  font-size: 6em;
}
.modalSearch > div > h2:after {
  display: none;
}
.modalSearch > div > form {
  margin-top: 2em;
}

form.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  background-color: var(--blanc);
  border-radius: 100px;
  padding: 0.8em 1.5em;
}
form.search-form > input {
  width: 100%;
  border: none;
}
form.search-form > input::-moz-placeholder {
  color: #737373;
  font-weight: 300;
}
form.search-form > input::placeholder {
  color: #737373;
  font-weight: 300;
}
form.search-form > button {
  font-size: 1.6em;
  border: none;
  background-color: transparent;
  color: var(--orange);
  cursor: pointer;
  transition: all 0.3s;
}
form.search-form > button:hover {
  color: var(--jaune-fonce);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  header > a, header > .outils {
    flex: 0 0 200px;
    max-width: 200px;
  }
  header > .megaMenu > div {
    max-width: 1200px;
  }
  header > .megaMenu > div > div > ul > li > .sub-menu {
    padding: 4em 8em 2em;
  }
}
@media screen and (max-width: 1440px) {
  header {
    padding: 1.5em 1em 0;
  }
  header > a {
    flex: 0 0 180px;
    max-width: 180px;
  }
  header > .ordi > * {
    font-size: 0.9em;
  }
  header > .ordi > *:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
  }
  header > .outils {
    flex: 0 0 150px;
    max-width: 150px;
    gap: 0.5em;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 1em 0.5em 0;
  }
  header:before {
    height: 250px;
  }
  header > a {
    flex: 0 0 120px;
    max-width: 110px;
  }
  header > .ordi > * {
    font-size: 0.8em;
  }
  header > .ordi > * > i {
    flex: 0 0 18px;
    height: 18px;
    font-size: 0.9em;
    line-height: 0;
  }
  header > .outils {
    flex: 0 0 115px;
    max-width: 115px;
    gap: 5px;
  }
  header > .outils > * {
    flex: 0 0 25px;
    height: 25px;
    font-size: 1em;
  }
  header > .outils > * > img {
    width: 16px;
  }
  header > .megaMenu > div > div > ul > li > .sub-menu {
    padding: 4em 4em 2em;
  }
  header > .megaMenu > div > div > ul > li > .sub-menu a {
    font-size: 1.6em;
  }
  header > .megaMenu > div > div > ul > li > .sub-menu > li.menu-item-has-children > a {
    font-size: 2em;
  }
  header > .megaMenu > div > div > ul > li > a {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 990px) {
  header {
    padding: 1.5em 2em 0;
  }
  header:before {
    height: 200px;
  }
  header > a {
    flex: 0 0 250px;
    max-width: 250px;
  }
  header > .ordi, header > .outils {
    display: none;
  }
  header > .mobile {
    display: flex;
  }
  .modalSearch > div > i {
    font-size: 2.5em;
  }
  .modalSearch > div > h2 {
    font-size: 5em;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 1.5em 1em 0;
  }
  header > a {
    flex: 0 0 200px;
    max-width: 200px;
  }
  header > .megaMenuM {
    padding: 4em 2em 2em;
  }
  .modalSearch > div {
    padding: 4em 1em 2em;
  }
  .modalSearch > div > h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 576px) {
  header > a {
    flex: 0 0 180px;
    max-width: 180px;
  }
  header > .mobile {
    gap: 0.5em;
  }
  header > .mobile .barre {
    height: 3px;
    margin-bottom: 4px;
  }
  header > .mobile:hover .barre01, header > .mobile:hover .barre02 {
    margin-bottom: 8px;
  }
  header > .megaMenuM > ul > li > a {
    font-size: 1.2em;
  }
  header > .megaMenuM > ul > li > ul > li {
    margin-left: 1.5em;
  }
  header > .megaMenuM > ul > li > ul > li > ul > li {
    margin-left: 1em;
  }
  .modalSearch > div {
    border-radius: 10px;
  }
  .modalSearch > div > i {
    font-size: 2em;
    top: 10px;
    right: 10px;
  }
  .modalSearch > div > h2 {
    font-size: 3em;
  }
  .modalSearch > div > form {
    margin-top: 1em;
  }
  form.search-form > button {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  header:before {
    height: 150px;
  }
  header > a {
    flex: 0 0 150px;
    max-width: 150px;
  }
  header > .megaMenuM {
    padding: 4em 1em 2em;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

:root {
  --blanc: #FFFFFF;
  --bleu: #72A8C6;
  --bleu-fonce: #44778E;
  --gris: #D7D7D7;
  --jaune: #EFE5B5;
  --jaune-clair: #EAE5D3;
  --jaune-fonce: #DBCD94;
  --noir: #000000;
  --orange: #D28C42;
  --vert: #6FA287;
  --vert-clair: #99C1A9;
  --vert-fonce: #4A594D;
}

::after, ::before {
  box-sizing: inherit;
}

html, body {
  position: relative;
  font-size: 1em;
  overflow-x: hidden;
}

body {
  background: linear-gradient(0, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), url("../img/fond_texture_grand_site_france_gorges_tarn_jonte_causses.webp");
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 {
  color: var(--blanc);
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
}

h2 {
  margin: 0.5em 0;
  padding-bottom: 20px;
  position: relative;
}
h2:after {
  content: "";
  width: 85px;
  height: 10px;
  background-color: var(--vert);
  position: absolute;
  bottom: 0;
  left: 0;
}

h3 {
  margin: 0.5em 0;
}

h4 {
  margin: 0.5em 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 10px 1em;
}

h5 {
  margin: 0.8em 0;
}

h6 {
  margin: 0.6em 0;
}

p {
  font-size: 1.1em;
  line-height: 1.2;
  margin-bottom: 1em;
}
p > a {
  color: var(--vert);
  position: relative;
}
p > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--vert);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}
p > a:hover:after {
  width: 100%;
}

a {
  text-decoration: none;
  line-height: 1.1;
  color: var(--vert);
}

ul, ol {
  margin: 0 0 1em 16px;
}
ul > li, ol > li {
  line-height: 1.1;
  margin-bottom: 0.4em;
}

.container {
  max-width: 1320px;
  width: 95%;
  margin: auto;
}

.container_big {
  max-width: 1700px;
  width: 95%;
  margin: auto;
}

.container_small {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.6rem 1rem;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-weight: 600;
  text-transform: lowercase;
  transition: all 0.3s;
}
.btn:hover {
  background-color: var(--orange);
  color: var(--blanc);
}

.btnR {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.6rem 1rem;
  border: 2px solid var(--orange);
  color: var(--blanc);
  background-color: var(--orange);
  border-radius: 50px;
  font-weight: 600;
  text-transform: lowercase;
  transition: all 0.3s;
}
.btnR:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .container_big {
    max-width: 1320px;
  }
}
@media screen and (max-width: 1440px) {
  .container, .container_big {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container, .container_big {
    max-width: 960px;
  }
  .container_small {
    max-width: 900px;
  }
}
@media screen and (max-width: 990px) {
  .container, .container_big {
    max-width: 720px;
  }
  .container_small {
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .container, .container_big, .container_small {
    max-width: 540px;
  }
  p, ul > li, ol > li {
    font-size: 1em;
  }
}
/********************* SOMMAIRE *********************/
/* CONTENU                             ligne :   12 */
/* ARTICLE PAR DÉFAUT                  ligne :  121 */
/* PAGE - MODELE 02                    ligne :  179 */
/* MÊME THÉMATIQUE                     ligne :  200 */
/* PROJET À DÉCOUVRIR                  ligne :  270 */
/* PAGE 404                            ligne :  361 */
/* MEDIA QUERIES                       ligne :  361 */
/* CONTENU */
.content_page {
  position: relative;
}
.content_page.pageCourt1:after {
  display: none;
}
.content_page.pageCourt2:before {
  display: none;
}
.content_page:before {
  content: "";
  background-image: url("../img/flore_orange_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  width: 550px;
  height: 550px;
  opacity: 0.3;
  position: absolute;
  top: 635px;
  right: -130px;
  z-index: -1;
}
.content_page:after {
  content: "";
  background-image: url("../img/eau_bleu_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  width: 750px;
  height: 750px;
  opacity: 0.3;
  position: absolute;
  top: 1375px;
  left: -170px;
  z-index: -1;
}
.content_page > .content {
  border-radius: 20px;
  background-color: var(--blanc);
  box-shadow: 0 40px 80px 0 rgba(74, 89, 77, 0.3);
  padding: 2em 4em 4em;
  margin-top: -6em;
  position: relative;
  z-index: 1;
}
.content_page > .content .alignfull {
  width: calc(100% + 8em);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.no_content {
  margin: 4em 0 30em;
}

.wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: lowercase;
  transition: all 0.3s;
}
.wp-block-button .wp-block-button__link .wp-font-awesome-icon {
  font-size: 1.3em;
}
.wp-block-button .wp-block-button__link:hover {
  color: var(--orange);
  background-color: var(--blanc);
}
.wp-block-button.is-style-outline > a:hover {
  color: var(--blanc);
  background-color: var(--orange);
}

blockquote {
  max-width: 650px;
  margin: auto;
  position: relative;
}
blockquote:before {
  content: "“";
  color: var(--vert);
  font-size: 5em;
  position: absolute;
  top: -18px;
  left: -16px;
}
blockquote > p:last-of-type {
  margin-bottom: 0;
}

.wp-block-image {
  position: relative;
}
.wp-block-image > figcaption {
  text-align: left !important;
  width: 100%;
  padding: 6px 20px !important;
  margin: 0 !important;
  color: var(--blanc) !important;
  background: linear-gradient(transparent, var(--noir)) !important;
  text-transform: lowercase;
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.wp-block-image.is-style-rounded > figcaption {
  border-radius: 0 0 20px 20px;
}

/* ARTICLE PAR DÉFAUT */
.content_single {
  margin-top: 2em;
}
.content_single > .imageUne {
  height: 345px;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 2em;
  position: relative;
}
.content_single > .imageUne > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  border-radius: 15px 15px 0 0;
  padding: 1.3em 4em;
  background-color: var(--jaune-clair);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.content_single > .imageUne > div > p {
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
}
.content_single > .imageUne > div > p > i {
  font-size: 1.4em;
}
.content_single > .content {
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 2em 3em;
  margin: 2em auto 3em;
}
.content_single > .content .alignfull {
  width: calc(100% + 6em);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* PAGE - MODELE 02 */
.content_modele2 {
  padding-top: 2em;
}
.content_modele2 h2, .content_modele2 h3, .content_modele2 h5, .content_modele2 h6 {
  text-align: center;
}
.content_modele2 h4 {
  margin: 0.5em auto;
}
.content_modele2 h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.content_modele2 .content > p {
  max-width: 450px;
  margin: 0 auto 1em;
}
.content_modele2 .thematique > div:first-child {
  margin-top: 4em;
}

/* MÊME THÉMATIQUE */
.thematique > div:first-child {
  width: 100%;
  height: 140px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -60px;
}
.thematique h2 {
  text-align: center;
  text-transform: lowercase;
  margin: 1.5em 0 1.2em;
}
.thematique h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.remontee_pages {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.remontee_pages > a {
  display: block;
  flex: 0 0 calc(33.33% - 0.67em);
  max-width: calc(33.33% - 0.67em);
  background-color: var(--blanc);
  border-radius: 30px;
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 0 2em 2.5em;
  margin-top: 70px;
}
.remontee_pages > a > div:first-child {
  border-radius: 30px;
  height: 330px;
  overflow: hidden;
  margin-top: -70px;
}
.remontee_pages > a > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.remontee_pages > a > div > h5 {
  text-align: center;
  text-transform: lowercase;
  font-size: 1.8em;
}
.remontee_pages > a > div > .btn {
  margin: auto;
}
.remontee_pages > a:hover > div > img {
  transform: scale(1.2);
}

/* PROJET À DÉCOUVRIR */
.projets {
  padding-top: 4em;
  margin: 6em 0 10em;
  position: relative;
}
.projets > div:first-child {
  width: 100%;
  height: 640px;
  background-color: var(--jaune-clair);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.projets h2 {
  text-align: center;
  text-transform: lowercase;
  margin: 0 0 1.2em;
  color: var(--vert-fonce);
}
.projets h2:after {
  background-color: var(--vert-fonce);
  left: 50%;
  transform: translateX(-50%);
}

.content_single > .projets > div:first-child {
  height: 420px;
}
.content_single > .projets > h2 {
  padding: 0;
  font-family: "Fake";
  font-weight: 400;
  font-size: 5em;
  margin-bottom: 0.5em;
}
.content_single > .projets > h2:after {
  display: none;
}

.remontee_projets {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  flex-wrap: wrap;
}
.remontee_projets > a {
  display: block;
  flex: 0 0 calc(50% - 0.5em);
  max-width: calc(50% - 0.5em);
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 0 2em 2.5em;
  margin-top: 70px;
}
.remontee_projets > a > div:first-child {
  border-radius: 30px;
  height: 330px;
  overflow: hidden;
  margin-top: -70px;
}
.remontee_projets > a > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.remontee_projets > a > div > h5 {
  text-transform: lowercase;
  font-size: 1.8em;
}
.remontee_projets > a > div > p:not(.btn) {
  color: var(--noir);
  font-size: 1em;
}
.remontee_projets > a > div > .btn {
  margin-bottom: 0;
}
.remontee_projets > a:hover > div > img {
  transform: scale(1.2);
}

/* PAGE 404 */
.content_404 {
  margin: 6em auto 4em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .remontee_pages > a > div:first-child {
    height: 250px;
  }
  .content_page:before {
    width: 350px;
    height: 350px;
    top: 535px;
    right: -85px;
  }
  .content_page:after {
    width: 550px;
    height: 550px;
    top: 1175px;
    left: -125px;
  }
}
@media screen and (max-width: 1440px) {
  .remontee_pages > a {
    padding: 0 1em 2.5em;
  }
  .remontee_pages > a > div:first-child {
    height: 200px;
  }
  .content_page:before {
    width: 150px;
    height: 150px;
    top: 335px;
    right: -30px;
  }
  .content_page:after {
    width: 350px;
    height: 350px;
    top: 975px;
    left: -80px;
  }
  .content_single > .projets > div:first-child {
    height: 300px;
  }
  .content_single > .projets > h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1200px) {
  .content_page > .content {
    padding: 2em;
  }
  .content_page > .content .alignfull {
    width: calc(100% + 4em);
  }
  .thematique .remontee_pages, .content_single > .projets > .remontee_pages {
    justify-content: center;
  }
  .remontee_pages {
    gap: 2em 1em;
  }
  .remontee_pages > a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .remontee_pages > a > div:first-child {
    height: 250px;
  }
  .remontee_projets > a {
    padding: 0 1em 2.5em;
  }
  .remontee_projets > a > div:first-child {
    height: 270px;
  }
  .content_single > .content {
    padding: 2em;
  }
  .content_single > .content .alignfull {
    width: calc(100% + 4em);
  }
}
@media screen and (max-width: 990px) {
  .content_page > .content {
    border-radius: 10px;
    padding: 1em;
  }
  .content_page > .content .alignfull {
    width: calc(100% + 2em);
  }
  blockquote {
    max-width: 550px;
  }
  .remontee_pages > a {
    border-radius: 20px;
  }
  .remontee_pages > a > div:first-child {
    height: 200px;
    border-radius: 20px;
  }
  .remontee_pages > a > div > h5 {
    font-size: 1.5em;
  }
  .remontee_projets > a {
    border-radius: 20px;
  }
  .remontee_projets > a > div:first-child {
    height: 200px;
    border-radius: 20px;
  }
  .remontee_projets > a > div > h5 {
    font-size: 1.5em;
  }
  .content_single > .imageUne {
    height: 300px;
  }
  .content_single > .imageUne > div {
    gap: 2em;
    padding: 1em 2em;
  }
  .content_single > .content {
    border-radius: 10px;
    padding: 1em;
  }
  .content_single > .content .alignfull {
    width: calc(100% + 2em);
  }
  .content_single > .projets > h2 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .remontee_pages > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .projets > div:first-child {
    height: 700px;
  }
  .remontee_projets > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_single > .imageUne {
    height: 275px;
    border-radius: 15px;
  }
  .content_single > .imageUne > div {
    gap: 1.5em;
    padding: 0.8em 1em;
  }
  .content_single > .imageUne > div > p {
    font-size: 0.8em;
  }
  .content_single > .projets > div:first-child {
    height: 600px;
  }
  .content_single > .projets > h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 576px) {
  blockquote:before {
    font-size: 3em;
    top: 0;
    left: -8px;
  }
  .content_single > .imageUne > div {
    gap: 0.5em 1.5em;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .content_page > .content {
    margin-top: -4em;
  }
  blockquote:before {
    display: none;
  }
  .projets {
    margin-bottom: 6em;
  }
  .projets > div:first-child {
    height: 750px;
  }
  .content_single > .projets > h2 {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
}
/********************* SOMMAIRE *********************/
/* REMONTÉE DES ARTICLES               ligne :   10 */
/* REMONTÉE DES PAGES ENFANTS          ligne :   83 */
/* PAGINATION                          ligne :   91 */
/* MEDIA QUERIES                       ligne :  132 */
/* REMONTÉE DES ARTICLES */
.content_archive {
  margin-top: 6em;
}

.remontee_archive {
  display: flex;
  align-items: flex-start;
  gap: 3em 1.5em;
  flex-wrap: wrap;
}
.remontee_archive > a {
  display: block;
  flex: 0 0 calc(33.33% - 1em);
  max-width: calc(33.33% - 1em);
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 1.8em;
}
.remontee_archive > a > div:first-child {
  height: 335px;
  border-radius: 20px;
  overflow: hidden;
}
.remontee_archive > a > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.remontee_archive > a > div > h5 {
  font-size: 1.8em;
  margin: 0.7em 0 0.4em;
  text-transform: lowercase;
}
.remontee_archive > a > div > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #D4D4D4;
}
.remontee_archive > a > div > div:first-of-type > .cat {
  margin: 0;
  padding: 0.3em 0.8em;
  border: 1px solid var(--vert);
  border-radius: 50px;
  color: var(--vert);
  text-transform: lowercase;
  font-size: 0.8em;
}
.remontee_archive > a > div > div:first-of-type > .event {
  margin: 0;
  color: var(--vert-fonce);
  font-size: 1em;
  font-weight: 600;
  text-align: right;
}
.remontee_archive > a > div > div:last-of-type > p {
  color: var(--noir);
}
.remontee_archive > a:hover > div > img {
  transform: scale(1.2);
}

/* REMONTÉE DES PAGES ENFANTS*/
.content_parent {
  margin-top: 6em;
}
.content_parent > .remontee_archive {
  margin: 6em auto;
}

/* PAGINATION */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
  margin-top: 4em;
}
.pagination > p {
  text-transform: uppercase;
  color: var(--bleu);
  margin: 0;
  font-weight: 600;
  font-size: 1.6em;
}
.pagination > .current {
  font-size: 2.5em;
  border-bottom: 5px solid var(--bleu);
  font-weight: 600;
  color: var(--bleu);
}
.pagination > a {
  display: block;
  font-weight: 600;
  font-size: 1.6em;
  color: var(--bleu);
  transition: all 0.3s;
}
.pagination > a:hover {
  font-size: 2.2em;
  color: var(--bleu-fonce);
  font-weight: 700;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .remontee_archive > a {
    padding: 1.5em 1em;
  }
  .remontee_archive > a > div:first-child {
    height: 275px;
  }
}
@media screen and (max-width: 1440px) {
  .remontee_archive > a {
    flex: 0 0 calc(50% - 0.75em);
    max-width: calc(50% - 0.75em);
  }
}
@media screen and (max-width: 1200px) {
  .remontee_archive > a > div:first-child {
    height: 225px;
  }
  .content_parent > .remontee_archive {
    margin-top: 4em;
  }
  .content_parent {
    margin-top: 4em;
  }
}
@media screen and (max-width: 990px) {
  .remontee_archive {
    justify-content: center;
  }
  .remontee_archive > a {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .remontee_archive > a > div:first-child {
    height: 275px;
  }
  .remontee_archive > a > div > h5 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .content_archive {
    margin-top: 4em;
  }
  .remontee_archive > a {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 15px;
  }
  .remontee_archive > a > div:first-child {
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  .remontee_archive > a > div > div:first-of-type > .event {
    font-size: 0.9em;
  }
  .content_parent > .remontee_archive {
    margin: 2em auto;
  }
}
@media screen and (max-width: 450px) {
  .remontee_archive > a {
    padding: 1em 0.5em;
  }
  .remontee_archive > a > div:first-child {
    height: 200px;
  }
  .remontee_archive > a > div > h5 {
    font-size: 1.2em;
  }
  .remontee_archive > a > div > div:first-of-type {
    flex-wrap: wrap;
  }
  .remontee_archive > a > div > div:first-of-type > .event {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_parent {
    margin-top: 2em;
  }
}
/********************* SOMMAIRE *********************/
/* BEAU & FRAGILE                      ligne :   13 */
/* VIVANT & INSPIRANT                  ligne :   56 */
/* CITATION                            ligne :  139 */
/* PROJETS                             ligne :  173 */
/* GRAND SITE                          ligne :  214 */
/* PAGES                               ligne :  315 */
/* MEDIA QUERIES                       ligne :  406 */
/* BEAU & FRAGILE */
.beau {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6em;
  position: relative;
}
.beau:after {
  content: "";
  width: 2px;
  height: 250px;
  background-color: var(--vert-fonce);
  position: absolute;
  bottom: -175px;
  left: 185px;
  z-index: -1;
}
.beau > div:first-child {
  flex: 0 0 550px;
  max-width: 550px;
  height: 835px;
  border-radius: 30px;
  box-shadow: 0 40px 60px 0 rgba(74, 89, 77, 0.5);
  overflow: hidden;
  margin-top: -9em;
}
.beau > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beau > div:last-child {
  flex: 1;
}
.beau > div:last-child > h2 {
  text-transform: lowercase;
}

/* VIVANT & INSPIRANT */
.vivant {
  max-width: 1400px;
  width: 95%;
  margin: -70px auto 0;
  display: flex;
  align-items: center;
  gap: 8em;
  flex-wrap: wrap;
  position: relative;
}
.vivant:before {
  content: "";
  width: 1050px;
  height: 700px;
  background-image: url("../img/panorama_la_malene_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
  position: absolute;
  top: -215px;
  right: -640px;
  z-index: -1;
}
.vivant:after {
  content: "";
  width: 300px;
  height: 300px;
  background-image: url("../img/flore_orange_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -200px;
  right: -405px;
  z-index: -1;
}
.vivant > div:first-child {
  flex: 1;
  margin-left: 130px;
  position: relative;
}
.vivant > div:first-child:after {
  content: "";
  width: 2px;
  height: 190px;
  background-color: var(--vert-fonce);
  position: absolute;
  bottom: -200px;
  left: 95px;
  z-index: -1;
}
.vivant > div:first-child > h2 {
  text-transform: lowercase;
}
.vivant > div:last-child {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 200px -130px 0 0;
  position: relative;
  z-index: 1;
}
.vivant > div:last-child > div {
  width: 365px;
  height: 540px;
  border-radius: 30px;
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.5);
  overflow: hidden;
  margin-top: 200px;
}
.vivant > div:last-child > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* CITATION */
.citation {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15em 1em 12em;
  margin-top: -3em;
  position: relative;
}
.citation:after {
  content: "";
  width: 100%;
  height: 70px;
  background-image: url("../img/aquarelle_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.citation > p {
  color: var(--blanc);
  font-family: "Fake";
  font-size: 5em;
  text-align: center;
  margin: 0 auto;
  max-width: 1100px;
  line-height: 1;
}

/* PROJETS */
.projetsF {
  padding-top: 200px;
}
.projetsF > div:first-child {
  margin-left: 130px;
  position: relative;
}
.projetsF > div:first-child:before {
  content: "";
  width: 2px;
  height: 190px;
  background-color: var(--vert-fonce);
  position: absolute;
  top: -200px;
  left: 95px;
  z-index: -1;
}
.projetsF > div:first-child > h2 {
  text-transform: lowercase;
}
.projetsF > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projetsF > div:first-child > div > div {
  max-width: 900px;
}
.projetsF > .remontee_projets {
  margin-top: 4em;
}
.projetsF > .remontee_projets > a {
  flex: 0 0 calc(33.33% - 0.67em);
  max-width: calc(33.33% - 0.67em);
}

/* GRAND SITE */
.grand {
  width: 95%;
  margin: auto;
  padding-top: 390px;
  position: relative;
}
.grand:before {
  content: "";
  width: 2px;
  height: 400px;
  background-color: var(--vert-fonce);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.grand:after {
  content: "";
  width: 425px;
  height: 425px;
  background-image: url("../img/flore_vert_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  transform: rotate(52deg);
  opacity: 0.5;
  position: absolute;
  top: 755px;
  left: -125px;
  z-index: -1;
}
.grand > h2 {
  text-align: center;
}
.grand > h2:before {
  content: "";
  width: 800px;
  height: 730px;
  background-image: url("../img/les_hortous_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
  position: absolute;
  top: -190px;
  left: -215px;
  z-index: -1;
}
.grand > h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.grand > div:first-of-type {
  max-width: 500px;
  margin: auto;
  position: relative;
}
.grand > div:first-of-type:before {
  content: "";
  width: 715px;
  height: 920px;
  background-image: url("../img/les_detroits_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
  position: absolute;
  bottom: -1030px;
  right: -930px;
  z-index: -1;
}
.grand > div:first-of-type:after {
  content: "";
  width: 520px;
  height: 520px;
  background-image: url("../img/eau_bleu_grand_site_france_gorges_tarn_jonte_causses.webp");
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  bottom: -420px;
  right: -980px;
  z-index: -1;
}
.grand > .btn {
  margin: 3em auto;
}
.grand > div:last-child {
  max-width: 750px;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
}

/* PAGES */
.pages {
  display: flex;
  align-items: stretch;
  gap: 1.5em;
  flex-wrap: wrap;
  padding-top: 230px;
  position: relative;
}
.pages:before {
  content: "";
  width: 2px;
  height: 250px;
  background-color: var(--vert-fonce);
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pages:after {
  content: "";
  width: 2px;
  height: 90px;
  background-color: var(--vert-fonce);
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pages > a {
  display: block;
  flex: 0 0 calc(33.33% - 1em);
  max-width: calc(33.33% - 1em);
  height: 915px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.pages > a > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.pages > a > div:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.16%, var(--noir) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.pages > a > h5 {
  width: 100%;
  text-align: center;
  color: var(--blanc);
  text-transform: uppercase;
  font-size: 2.5em;
  margin: 0;
  padding: 0 0.5em;
  font-weight: 400;
  opacity: 0.8;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 1;
}
.pages > a > h5 > span {
  display: block;
  font-weight: 700;
  font-size: 1.5em;
}
.pages > a:hover > div {
  transform: scale(1.2);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1920px) {
  .vivant:before {
    right: -500px;
  }
  .vivant:after {
    right: -265px;
  }
  .grand > div:first-of-type:before {
    right: -800px;
  }
  .grand > div:first-of-type::after {
    right: -850px;
  }
}
@media screen and (max-width: 1700px) {
  .beau {
    gap: 4em;
  }
  .vivant {
    gap: 4em;
  }
  .vivant:before {
    width: 950px;
    height: 600px;
    top: -150px;
    right: -315px;
  }
  .vivant::after {
    width: 250px;
    height: 250px;
    top: -135px;
    right: -85px;
  }
  .vivant > div:first-child {
    margin-left: 70px;
  }
  .vivant > div:first-child:after {
    left: 132px;
  }
  .vivant > div:last-child {
    margin-right: 0;
  }
  .vivant > div:last-child > div {
    width: 265px;
    height: 440px;
  }
  .projetsF > div:first-child {
    margin-left: 70px;
  }
  .projetsF > div:first-child:before {
    left: 132px;
  }
  .grand:after {
    width: 350px;
    height: 350px;
    top: 628px;
    left: -100px;
  }
  .grand > h2:before {
    width: 650px;
    height: 575px;
    left: -175px;
  }
  .grand > div:first-of-type:before {
    width: 615px;
    height: 820px;
    bottom: -1020px;
    right: -575px;
  }
  .grand > div:first-of-type:after {
    width: 450px;
    height: 450px;
    bottom: -475px;
    right: -640px;
  }
  .pages > a {
    height: 750px;
  }
}
@media screen and (max-width: 1440px) {
  .beau {
    gap: 2em;
  }
  .beau:after {
    height: 130px;
    bottom: -105px;
    left: 125px;
  }
  .beau > div:first-child {
    flex: 0 0 450px;
    max-width: 450px;
    height: 635px;
    margin-top: -5em;
  }
  .vivant:before {
    width: 800px;
    height: 535px;
    top: -100px;
    right: -250px;
  }
  .vivant:after {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -70px;
  }
  .vivant > div:first-child {
    margin-left: 0;
  }
  .vivant > div:first-child:after {
    left: 120px;
  }
  .citation {
    padding: 12em 1em 10em;
  }
  .citation > p {
    font-size: 4em;
    max-width: 900px;
  }
  .projetsF > div:first-child {
    margin-left: 0;
  }
  .projetsF > div:first-child > div > div {
    max-width: 700px;
  }
  .projetsF > .remontee_projets {
    gap: 3em 1em;
    justify-content: center;
  }
  .projetsF > .remontee_projets > a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .grand {
    padding-top: 290px;
  }
  .grand:before {
    height: 300px;
  }
  .grand:after {
    width: 300px;
    height: 300px;
    top: 560px;
    left: -80px;
  }
  .grand > h2:before {
    width: 550px;
    height: 500px;
    left: -185px;
    top: -115px;
  }
  .grand > div:first-of-type:before {
    width: 515px;
    height: 625px;
    bottom: -970px;
    right: -450px;
  }
  .grand > div:first-of-type:after {
    width: 400px;
    height: 400px;
    bottom: -580px;
    right: -490px;
  }
  .pages > a {
    height: 500px;
  }
  .pages > a > h5 {
    font-size: 2em;
    bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .beau > div:first-child {
    flex: 0 0 400px;
    max-width: 400px;
    height: 575px;
    margin-top: -2em;
  }
  .vivant {
    gap: 2em;
  }
  .vivant:before {
    width: 650px;
    height: 425px;
    top: -35px;
    right: -210px;
  }
  .vivant:after {
    top: -40px;
    right: -60px;
  }
  .vivant > div:last-child {
    flex-direction: column;
    margin-top: 360px;
  }
  .vivant > div:last-child > div {
    width: 450px;
    height: 255px;
    margin: 0;
  }
  .citation {
    padding: 8em 1em 6em;
  }
  .citation:after {
    height: 50px;
    bottom: -25px;
  }
  .citation > p {
    font-size: 3em;
    max-width: 700px;
  }
  .projetsF > div:first-child > div > div {
    max-width: 600px;
  }
  .grand:after {
    width: 250px;
    height: 250px;
    top: 470px;
    left: -75px;
  }
  .grand > h2:before {
    width: 350px;
    height: 315px;
    left: -100px;
    top: -40px;
  }
  .grand > div:first-of-type:before {
    width: 400px;
    height: 500px;
    bottom: -845px;
    right: -360px;
  }
  .grand > div:first-of-type:after {
    width: 350px;
    height: 350px;
    bottom: -555px;
    right: -370px;
  }
  .grand > div:last-child {
    max-width: 600px;
  }
}
@media screen and (max-width: 990px) {
  .beau {
    margin-top: 2em;
  }
  .beau:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .beau > div:first-child {
    margin: auto;
    order: 2;
  }
  .beau > div:last-child {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vivant {
    margin: 6em auto 0;
  }
  .vivant:before {
    top: -310px;
  }
  .vivant:after {
    top: -315px;
  }
  .vivant > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vivant > div:first-child:after {
    display: none;
  }
  .vivant > div:last-child {
    margin: auto;
  }
  .projetsF > div:first-child > div {
    flex-wrap: wrap;
  }
  .projetsF > div:first-child > div > div {
    max-width: unset;
  }
  .projetsF > div:first-child > div > .btn {
    margin: 0 0 0 auto;
  }
  .grand:after {
    top: 130px;
  }
  .grand > h2:before {
    top: -375px;
  }
  .grand > div:last-child {
    max-width: 500px;
  }
  .grand > div:first-of-type:before {
    width: 300px;
    height: 380px;
    bottom: -710px;
    right: -210px;
  }
  .grand > div:first-of-type:after {
    width: 250px;
    height: 250px;
    bottom: -470px;
    right: -210px;
  }
  .pages {
    gap: 1em;
    justify-content: center;
  }
  .pages > a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 768px) {
  .vivant:before {
    width: 500px;
    height: 320px;
    top: -230px;
    right: -232px;
  }
  .vivant:after {
    width: 150px;
    height: 150px;
    top: -250px;
  }
  .projetsF {
    padding-top: 125px;
  }
  .projetsF > div:first-child:before {
    left: 50px;
  }
  .projetsF > .remontee_projets > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grand:after {
    width: 150px;
    height: 150px;
    top: 160px;
    left: -40px;
  }
  .grand > div:first-of-type:before {
    width: 180px;
    height: 240px;
    bottom: -730px;
    right: -50px;
  }
  .grand > div:first-of-type:after {
    width: 150px;
    height: 150px;
    bottom: -565px;
    right: -85px;
  }
  .pages > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .beau > div:first-child {
    flex: 0 0 350px;
    max-width: 350px;
    height: 475px;
  }
  .vivant {
    margin-top: 8em;
  }
  .vivant:before {
    top: -275px;
  }
  .vivant:after {
    top: -295px;
  }
  .vivant > div:last-child > div {
    width: 400px;
    height: 220px;
  }
  .citation:after {
    height: 30px;
    bottom: -15px;
  }
  .citation > p {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  .vivant:before, .vivant:after, .grand:after, .grand > h2:before, .grand > div:first-of-type:before, .grand > div:first-of-type:after {
    display: none;
  }
  .vivant {
    margin-top: 6em;
  }
  .vivant > div:last-child > div {
    width: 350px;
    height: 210px;
  }
  .projetsF {
    padding-top: 200px;
  }
  .grand {
    padding-top: 110px;
  }
  .grand:before {
    height: 120px;
  }
  .pages {
    padding-top: 140px;
  }
  .pages > a {
    height: 400px;
  }
  .pages > a > h5 {
    font-size: 1.5em;
    bottom: 20px;
  }
}
.content_ressoucres > .content {
  margin: 6em auto 4em;
}
.content_ressoucres > .ressources > div {
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 1em;
  margin-bottom: 3em;
}
.content_ressoucres > .ressources > div > .headerRessource {
  border-radius: 15px;
  background-color: var(--vert);
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.5em;
}
.content_ressoucres > .ressources > div > .headerRessource > div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.content_ressoucres > .ressources > div > .headerRessource > div > i {
  color: var(--blanc);
  font-size: 3em;
}
.content_ressoucres > .ressources > div > .headerRessource > div > h6 {
  color: var(--blanc);
  margin: 0;
  font-size: 1.8em;
  text-transform: lowercase;
}
.content_ressoucres > .ressources > div > .headerRessource > i {
  font-size: 2.5em;
  color: var(--blanc);
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
.content_ressoucres > .ressources > div > .headerRessource.ui-state-active > i {
  transform: rotate(180deg);
}
.content_ressoucres > .ressources > div > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin-top: 2em;
  padding: 0 1.5em 2em;
}
.content_ressoucres > .ressources > div > div:last-child > div:not(:last-child) {
  border-bottom: 1px solid #AAAAAA;
}
.content_ressoucres > .ressources > div > div:last-child > div > div > p {
  margin: 0;
  text-transform: lowercase;
  font-weight: 500;
}
.content_ressoucres > .ressources > div > div:last-child > div > div > p > span {
  font-weight: 700;
  font-size: 1.5em;
}
.content_ressoucres > .ressources > div > div:last-child > div > div > p > span.barre {
  margin: 0 2px;
}
.content_ressoucres > .ressources > div > div:last-child > div > div:last-child {
  display: flex;
  align-items: center;
  gap: 1em;
}
.content_ressoucres > .ressources > div > div:last-child > div > div:last-child > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--blanc);
  font-size: 1.8em;
  transition: all 0.3s;
}
.content_ressoucres > .ressources > div > div:last-child > div > div:last-child > a:hover {
  background-color: var(--blanc);
  color: var(--orange);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .content_ressoucres > .ressources > div > div:last-child > div > div:first-child {
    flex: 0 0 calc(100% - 136px - 0.5em);
    max-width: calc(100% - 136px - 0.5em);
  }
}
@media screen and (max-width: 1200px) {
  .content_ressoucres > .ressources > div > .headerRessource {
    padding: 1em;
  }
  .content_ressoucres > .ressources > div > .headerRessource > div > i {
    font-size: 2em;
  }
  .content_ressoucres > .ressources > div > .headerRessource > div > h6 {
    font-size: 1.5em;
  }
  .content_ressoucres > .ressources > div > .headerRessource > i {
    font-size: 2em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div {
    margin-top: 1em;
    padding: 0 1em 1em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div > p > span {
    font-weight: 700;
    font-size: 1.2em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div:first-child {
    flex: 0 0 calc(100% - 88px - 0.5em);
    max-width: calc(100% - 88px - 0.5em);
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div:last-child {
    gap: 0.5em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div:last-child > a {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 990px) {
  .content_ressoucres > .ressources > div {
    border-radius: 10px;
  }
  .content_ressoucres > .ressources > div > .headerRessource {
    border-radius: 10px;
  }
  .content_ressoucres > .ressources > div > .headerRessource > div > h6 {
    font-size: 1.2em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div {
    flex-wrap: wrap;
    gap: 0;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div:last-child {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .content_ressoucres > .ressources > div {
    padding: 1em 0.5em;
  }
  .content_ressoucres > .ressources > div > .headerRessource > div > i {
    display: none;
  }
  .content_ressoucres > .ressources > div > .headerRessource > i {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 576px) {
  .content_ressoucres > .ressources > div > .headerRessource > div > h6 {
    font-size: 1.1em;
  }
  .content_ressoucres > .ressources > div > .headerRessource > i {
    font-size: 1.2em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div {
    gap: 1.5em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div > p > span {
    font-size: 1.1em;
  }
  .content_ressoucres > .ressources > div > div:last-child > div > div:last-child {
    margin: auto;
  }
}
/********************* SOMMAIRE *********************/
/* SINGLE PROJET                       ligne :  000 */
/* REMONTÉE DES PROJETS                ligne :  000 */
/* MEDIA QUERIES                       ligne :  000 */
/* SINGLE PROJET */
.content_projet {
  margin-top: 2em;
}
.content_projet > div:first-child > div {
  display: flex;
  align-items: flex-start;
  gap: 3em;
  margin: 2em 0 4em;
}
.content_projet > div:first-child > div > div:first-child {
  flex: 1;
}
.content_projet > div:first-child > div > div:first-child > .imageUneP {
  width: 100%;
  height: 345px;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.content_projet > div:first-child > div > div:first-child > .imageUneP > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_projet > div:first-child > div > div:first-child > .content {
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 1em 2em;
  margin-top: 2em;
}
.content_projet > div:first-child > div > div:last-child {
  flex: 0 0 500px;
  max-width: 500px;
}
.content_projet > div:first-child > div > div:last-child > div {
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 1em 2em;
}
.content_projet > div:first-child > div > div:last-child > div:first-child {
  margin-bottom: 2em;
}
.content_projet > div:first-child > div > div:last-child > div > div:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #D4D4D4;
}
.content_projet > div:first-child > div > div:last-child > div > .action > img {
  max-width: 230px;
}
.content_projet > div:first-child > div > div:last-child > div > .etat {
  display: flex;
  align-items: center;
  gap: 1em;
}
.content_projet > div:first-child > div > div:last-child > div > .etat > span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
}
.content_projet > div:first-child > div > div:last-child > div > .etat > span.non {
  background-color: var(--gris);
}
.content_projet > div:first-child > div > div:last-child > div > .etat > span.cours {
  background-color: var(--jaune);
}
.content_projet > div:first-child > div > div:last-child > div > .etat > span.engage {
  background-color: var(--bleu);
}
.content_projet > div:first-child > div > div:last-child > div > .etat > span.realise {
  background-color: var(--vert);
}
.content_projet > div:first-child > div > div:last-child > div > .etat > p {
  margin: 0;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 1.5em;
}
.content_projet > div:first-child > div > div:last-child > div > .tags {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.content_projet > div:first-child > div > div:last-child > div > .tags > p {
  margin: 0;
  border: 1px solid var(--vert);
  border-radius: 50px;
  padding: 0.4em 1.2em;
  text-transform: lowercase;
  font-weight: 500;
  color: var(--vert);
  font-size: 0.9em;
}
.content_projet > div:first-child > div > div:last-child > div > .partenaires {
  margin-top: 1.4em;
}
.content_projet > div:first-child > div > div:last-child > div > .partenaires > h6 {
  color: var(--noir);
  margin: 0 0 0.5em;
  font-size: 1.4em;
}
.content_projet > div:first-child > div > div:last-child > div:last-child > h6 {
  color: var(--noir);
  margin: 0.5em 0 1em;
  font-size: 1.4em;
}
.content_projet > div:first-child > div > div:last-child > div:last-child > .btn {
  margin-bottom: 1em;
}
.content_projet > .projets > div:first-child {
  height: 420px;
}
.content_projet > .projets > h2 {
  padding: 0;
  font-family: "Fake";
  font-weight: 400;
  font-size: 5em;
  margin-bottom: 0.5em;
}
.content_projet > .projets > h2:after {
  display: none;
}

/* REMONTÉE DES PROJETS */
.remontee_archiveP {
  display: flex;
  align-items: flex-start;
  gap: 3em 1.5em;
  flex-wrap: wrap;
}
.remontee_archiveP > a {
  display: block;
  flex: 0 0 calc(33.33% - 1em);
  max-width: calc(33.33% - 1em);
  border-radius: 30px;
  background-color: var(--blanc);
  box-shadow: 0 20px 40px 0 rgba(74, 89, 77, 0.3);
  padding: 1.8em;
}
.remontee_archiveP > a > div:first-child {
  height: 335px;
  border-radius: 20px;
  overflow: hidden;
}
.remontee_archiveP > a > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.remontee_archiveP > a > div > h5 {
  font-size: 1.8em;
  margin: 0.7em 0 0.5em;
  text-transform: lowercase;
}
.remontee_archiveP > a > div > .tags {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.remontee_archiveP > a > div > .tags > p {
  margin: 0;
  border: 1px solid var(--vert);
  border-radius: 50px;
  padding: 0.2em 1.2em 0.3em;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 0.9em;
}
.remontee_archiveP > a > div > .datas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  padding: 0.8em 0;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin: 0.8em 0;
}
.remontee_archiveP > a > div > .datas > .etat {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.remontee_archiveP > a > div > .datas > .etat > span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
}
.remontee_archiveP > a > div > .datas > .etat > span.non {
  background-color: var(--gris);
}
.remontee_archiveP > a > div > .datas > .etat > span.cours {
  background-color: var(--jaune);
}
.remontee_archiveP > a > div > .datas > .etat > span.engage {
  background-color: var(--bleu);
}
.remontee_archiveP > a > div > .datas > .etat > span.realise {
  background-color: var(--vert);
}
.remontee_archiveP > a > div > .datas > .etat > p {
  font-weight: 700;
  margin: 0;
  text-transform: lowercase;
  font-size: 1em;
  color: var(--noir);
}
.remontee_archiveP > a > div > .datas > .action {
  flex: 0 0 175px;
  max-width: 175px;
}
.remontee_archiveP > a > div > div:last-of-type > p {
  color: var(--noir);
}
.remontee_archiveP > a:hover > div > img {
  transform: scale(1.2);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .content_projet > div:first-child > div > div:last-child {
    flex: 0 0 425px;
    max-width: 425px;
  }
  .remontee_archiveP > a {
    padding: 1.5em 1em;
  }
  .remontee_archiveP > a > div:first-child {
    height: 275px;
  }
}
@media screen and (max-width: 1440px) {
  .content_projet > div:first-child > div {
    gap: 2em;
  }
  .content_projet > div:first-child > div > div:first-child > .content {
    padding: 1em;
  }
  .content_projet > div:first-child > div > div:last-child {
    flex: 0 0 400px;
    max-width: 400px;
  }
  .content_projet > div:first-child > div > div:last-child > div {
    padding: 1em;
  }
  .content_projet > .projets > div:first-child {
    height: 300px;
  }
  .content_projet > .projets > h2 {
    font-size: 4em;
  }
  .remontee_archiveP > a {
    flex: 0 0 calc(50% - 0.75em);
    max-width: calc(50% - 0.75em);
  }
}
@media screen and (max-width: 1200px) {
  .content_projet > div:first-child > div {
    flex-wrap: wrap;
  }
  .content_projet > div:first-child > div > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_projet > div:first-child > div > div:last-child {
    flex: 0 0 100%;
    max-width: 500px;
    margin: auto;
  }
  .content_projet > .projets > .remontee_pages {
    justify-content: center;
  }
  .remontee_archiveP > a > div:first-child {
    height: 225px;
  }
}
@media screen and (max-width: 990px) {
  .content_projet > div:first-child > div > div:first-child > .imageUneP {
    height: 300px;
    border-radius: 20px;
  }
  .content_projet > div:first-child > div > div:first-child > .content {
    border-radius: 20px;
  }
  .content_projet > div:first-child > div > div:last-child > div {
    border-radius: 20px;
  }
  .content_projet > .projets > h2 {
    font-size: 3.5em;
  }
  .remontee_archiveP {
    justify-content: center;
  }
  .remontee_archiveP > a {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .remontee_archiveP > a > div:first-child {
    height: 275px;
  }
  .remontee_archiveP > a > div > h5 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .content_projet > div:first-child > div > div:first-child > .imageUneP {
    height: 275px;
    border-radius: 15px;
  }
  .content_projet > div:first-child > div > div:first-child > .content {
    border-radius: 15px;
  }
  .content_projet > div:first-child > div > div:last-child > div {
    border-radius: 15px;
  }
  .content_projet > .projets > div:first-child {
    height: 600px;
  }
  .content_projet > .projets > h2 {
    font-size: 3em;
  }
  .remontee_archiveP > a {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 15px;
  }
  .remontee_archiveP > a > div:first-child {
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  .content_projet > div:first-child > div > div:last-child > div > .etat {
    gap: 0.5em;
  }
  .content_projet > div:first-child > div > div:last-child > div > .etat > span {
    width: 20px;
    height: 20px;
  }
  .content_projet > div:first-child > div > div:last-child > div > .etat > p {
    font-size: 1.2em;
  }
  .content_projet > div:first-child > div > div:last-child > div > .action > img {
    max-width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .content_projet > .projets > h2 {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
  .remontee_archiveP > a {
    padding: 1em 0.5em;
  }
  .remontee_archiveP > a > div:first-child {
    height: 200px;
  }
  .remontee_archiveP > a > div > h5 {
    font-size: 1.2em;
  }
  .remontee_archiveP > a > div > .datas {
    flex-wrap: wrap;
  }
  .remontee_archiveP > a > div > .datas > .etat {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .remontee_archiveP > a > div > .datas > .action {
    margin: 0 0 0 auto;
  }
}/*# sourceMappingURL=main.css.map */