@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:wght@500&display=swap");
p {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
}

.embedded-others div > #menuMenu,
#menuMenu {
  max-width: 700px !important;
  margin: 35px auto !important;
  display: flex;
  flex-direction: row;
  position: relative;
}
.embedded-others div > #menuMenu:after,
#menuMenu:after {
  content: "";
  display: flex;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  background-color: #7EB200;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu,
#menuMenu {
    margin: 35px 0 !important;
  }
}
.embedded-others div > #menuMenu .liste-dossier,
#menuMenu .liste-dossier {
  max-width: calc( 700px );
  width: 100%;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .liste-dossier,
#menuMenu .liste-dossier {
    max-width: calc( 100% );
  }
}
.embedded-others div > #menuMenu .titre-liste,
#menuMenu .titre-liste {
  font-family: "Barlow", sans-serif !important;
  padding: 18px 21px;
  background: #7EB200 url("images/panneau-ferme.png") top right no-repeat;
  background-size: 120px;
  mix-blend-mode: normal;
  border-radius: 8px 8px 0 0;
}
.embedded-others div > #menuMenu .titre-liste .ligne1,
#menuMenu .titre-liste .ligne1 {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 5px;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .titre-liste .ligne1,
#menuMenu .titre-liste .ligne1 {
    font-size: 16px;
  }
}
.embedded-others div > #menuMenu .titre-liste .ligne2,
#menuMenu .titre-liste .ligne2 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  color: #FFFFFF;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .titre-liste .ligne2,
#menuMenu .titre-liste .ligne2 {
    font-size: 28px;
  }
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .titre-liste,
#menuMenu .titre-liste {
    padding: 18px 16px 21px;
    background-size: 70px;
  }
}
.embedded-others div > #menuMenu .item-dossier,
#menuMenu .item-dossier {
  border-top: 1px solid #D1D1D1;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #7EB200;
  padding: 13px 0;
  align-items: center;
}
.embedded-others div > #menuMenu .item-dossier .item-articles,
#menuMenu .item-dossier .item-articles {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.embedded-others div > #menuMenu .item-dossier.you-are-here,
#menuMenu .item-dossier.you-are-here {
  cursor: default;
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here):after,
#menuMenu .item-dossier:not(.you-are-here):after {
  content: "";
  display: flex;
  position: absolute;
  right: 5px;
  top: 0;
  width: 50px;
  height: 100%;
  background: url("images/chevron.png") center right no-repeat;
  opacity: 0.3;
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover,
#menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover {
  background-color: rgba(227, 241, 182, 0.6);
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover:after,
#menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover:after {
  opacity: 1;
}
.embedded-others div > #menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover .titre-item, .embedded-others div > #menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover .lead-item,
#menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover .titre-item,
#menuMenu .item-dossier:not(.you-are-here):not(.inactive):hover .lead-item {
  text-decoration: underline;
  color: #9BAD6D;
}
.embedded-others div > #menuMenu .item-dossier.inactive,
#menuMenu .item-dossier.inactive {
  padding: 38px 0 28px 31px;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier.inactive,
#menuMenu .item-dossier.inactive {
    padding: 38px 0 28px 20px;
  }
}
.embedded-others div > #menuMenu .item-dossier:not(.inactive),
#menuMenu .item-dossier:not(.inactive) {
  cursor: pointer;
}
.embedded-others div > #menuMenu .item-dossier .overlay,
#menuMenu .item-dossier .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Barlow", serif;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  padding: 15px 0 0 30px;
  color: #697555;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier .overlay,
#menuMenu .item-dossier .overlay {
    font-size: 20px;
    padding: 15px 0 0 20px;
  }
}
.embedded-others div > #menuMenu .item-dossier .numero-item,
#menuMenu .item-dossier .numero-item {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2F4200;
  flex-basis: 50px;
  min-width: 50px;
}
.embedded-others div > #menuMenu .item-dossier .titre-item,
#menuMenu .item-dossier .titre-item {
  font-family: "Barlow Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.005em;
  color: #2F4200;
  flex-grow: 1;
  padding-right: 30px;
  position: relative;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier .titre-item,
#menuMenu .item-dossier .titre-item {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
}
.embedded-others div > #menuMenu .item-dossier .lead-item,
#menuMenu .item-dossier .lead-item {
  font-family: "Barlow Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.005em;
  color: #2F4200;
}
@media all and (max-width: 700px) {
  .embedded-others div > #menuMenu .item-dossier .lead-item,
#menuMenu .item-dossier .lead-item {
    font-size: 16px;
  }
}
.embedded-others div > #menuMenu .item-dossier.you-are-here,
#menuMenu .item-dossier.you-are-here {
  position: relative;
}
.embedded-others div > #menuMenu .item-dossier.you-are-here:before,
#menuMenu .item-dossier.you-are-here:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E9E9E9;
  opacity: 0.6;
}
.embedded-others div > #menuMenu .item-dossier.you-are-here .titre-item, .embedded-others div > #menuMenu .item-dossier.you-are-here .lead-item,
#menuMenu .item-dossier.you-are-here .titre-item,
#menuMenu .item-dossier.you-are-here .lead-item {
  color: #aaa;
  text-decoration: none;
}

.inclusion-fiche-restau {
  max-width: 700px !important;
  margin: 35px auto !important;
}
@media all and (max-width: 700px) {
  .inclusion-fiche-restau {
    margin: 35px 10px !important;
  }
}
.inclusion-fiche-restau .fiche-restau {
  width: 343px;
  float: left;
  margin-right: 35px;
  margin-top: 6px;
}
@media all and (max-width: 700px) {
  .inclusion-fiche-restau .fiche-restau {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-top: 6px;
    margin-left: auto;
  }
}
.inclusion-fiche-restau .fiche-restau .nom-restau {
  background: #7EB200 url("images/panneau-ferme.png") top right no-repeat;
  background-size: 90px;
  mix-blend-mode: normal;
  border-radius: 8px 8px 0 0;
  padding: 12px 19px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 21px;
  color: #FFFFFF;
}
.inclusion-fiche-restau .fiche-restau .liste-restau {
  margin-top: 0;
  background: rgba(227, 245, 182, 0.6);
  border-radius: 0 0 8px 8px;
  padding: 16px 10px 25px 30px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #2F4200;
}
.inclusion-fiche-restau .fiche-restau .liste-restau li {
  padding-bottom: 6px;
  font-family: "Barlow", sans-serif !important;
}

.craquelin {
  background: rgba(227, 245, 182, 0.3);
  border-radius: 4px;
  max-width: 700px !important;
  margin: 35px auto 50px !important;
  padding: 26px 20px;
  position: relative;
}
@media all and (max-width: 700px) {
  .craquelin {
    margin: 35px 0 !important;
    padding: 0 20px 17px;
  }
}
.craquelin:after {
  position: absolute;
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
  background-color: #7EB200;
  bottom: -25px;
  left: 0;
}
.craquelin .craquelin-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.craquelin .craquelin-illustration img {
  width: 80%;
  max-width: 500px;
  margin: 35px;
}
@media all and (max-width: 700px) {
  .craquelin .craquelin-illustration img {
    width: 95%;
    max-width: 280px;
  }
}
.craquelin .craquelin-titre {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  color: #7EB200;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.craquelin .craquelin-texte {
  font-family: "Barlow", sans-serif !important;
}

.grand-titre {
  border-top: 3px solid #7EB200;
  padding-top: 22px;
  margin: 0 auto 25px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  color: #527400;
  max-width: 700px;
}
@media all and (max-width: 700px) {
  .grand-titre {
    font-size: 40px;
    margin: 0 10px;
    padding-top: 15px;
  }
}

.grande-intro {
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
}
@media all and (max-width: 700px) {
  .grande-intro {
    margin: 25px 10px 0;
  }
}

.article-container .tx-courant ul li {
  list-style-type: disc;
  font-family: "Barlow", sans-serif !important;
}

/*# sourceMappingURL=style.css.map */
