@charset "UTF-8";
/*
 * Theme Name: LCDZ
 * Template: twentytwentyfour
 * Description: Thème développé par la couleur du Zèbre
 * Author: la couleur du Zèbre
 * Author URI: https://www.lacouleurduzebre.com/
*/
@import 'js/splide/splide.min.css';
body {
  margin-top: 110px;
}
@media screen and (max-width: 950px) {
  body {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 110px;
  }
}

header.wp-block-template-part {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
body.admin-bar header.wp-block-template-part {
  top: var(--wp-admin--admin-bar--height);
}

.header-bandeauVert {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #77B342;
  font-family: var(--wp--preset--font-family--proxima-nova);
}
.header-bandeauVert, .header-bandeauVert a, .header-bandeauVert button {
  color: #FFFFFF;
  text-decoration: none;
}
.header-bandeauVert--menu {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 20px;
  margin-right: 25px;
}
.header-bandeauVert--RS {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: 12px;
}
.header-bandeauVert--RS a {
  display: flex;
}
.header-bandeauVert--RS a:hover, .header-bandeauVert--RS a:active, .header-bandeauVert--RS a:focus {
  transform: scale(1.2) !important;
}
.header-bandeauVert--menuProfils {
  position: relative;
  background-color: #BBC801;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.header-bandeauVert--menuProfils:not(.ouvert) .header-bandeauVert--menuProfils_menu {
  display: none;
}
.header-bandeauVert--menuProfils_toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  gap: 10px;
  cursor: pointer;
}
.header-bandeauVert--menuProfils_menu {
  position: absolute;
  right: 0;
  top: 100%;
  border-radius: 5px 0 5px 5px;
  background: #BBC801;
  font-size: 14px;
  padding: 0 15px;
  width: 170px;
  z-index: 2;
  text-align: right;
}
.header-bandeauVert--menuProfils_menu a:hover {
  text-decoration: underline;
}

.header-conteneur {
  display: flex;
  align-items: center;
  padding-left: 90px;
  padding-right: 75px;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1400px) {
  .header-conteneur {
    padding-left: 15px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 950px) {
  .header-conteneur {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header-conteneur {
    height: 80px;
    padding-right: 0;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: auto;
}
.header-logo .wp-block-site-logo.is-default-size img {
  height: 55px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 1050px) {
  .header-logo .wp-block-site-logo.is-default-size img {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo .wp-block-site-logo.is-default-size img {
    height: 55px;
  }
}
@media screen and (max-width: 1250px) {
  .header-logo--deco {
    display: none;
  }
}
.header-menuMobile {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-menuMobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background: white;
    flex-direction: column;
    overflow: hidden auto;
  }
  .header-menuMobile:not(.ouvert) {
    display: none;
  }
}
.header-menuMobile--toggle {
  background: #77B342 url("img/picto-burger.svg") center no-repeat;
  border: none;
  height: 100%;
  width: 80px;
  cursor: pointer;
}
.header-menuMobile--toggle:hover {
  transform: none !important;
}
@media screen and (min-width: 769px) {
  .header-menuMobile--toggle {
    display: none;
  }
}
.header-menuMobile--toggle.ouvert {
  background-image: url("img/picto-croix.svg");
}
.header-menuPictos {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 1px solid #77B342;
  padding-left: 20px;
  margin-right: 25px;
}
@media screen and (max-width: 950px) {
  .header-menuPictos {
    gap: 0;
    padding-left: 0;
    margin-right: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header-menuPictos {
    width: 100%;
    background-color: #77B342;
    flex-direction: column;
    height: auto;
    padding-top: 65px;
    margin-top: auto;
  }
}
.header-menuPictos_lien {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  font-family: var(--wp--preset--font-family--hasthon);
  font-size: 12px;
  color: #77B342;
  text-decoration: none;
  height: 45px;
}
@media screen and (max-width: 950px) {
  .header-menuPictos_lien {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .header-menuPictos_lien {
    font-size: 14px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    color: #FFFFFF;
    padding-left: 35px;
  }
  .header-menuPictos_lien img {
    filter: brightness(0) invert(1);
    width: 25px;
    max-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-menuLangue {
    background-color: #77B342;
    width: 100%;
    padding: 10px 35px 45px;
    box-sizing: border-box;
  }
}

.header-menuPrincipal {
  margin-right: 45px;
}
@media screen and (max-width: 1045px) {
  .header-menuPrincipal {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal {
    margin-right: 0;
    width: 100%;
  }
}
.header-menuPrincipal .titreMenu {
  font-size: 40px;
  color: #77B342;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal .titreMenu {
    position: relative;
    font-size: 25px;
    text-align: center;
    background: url("img/picto-fleche-gauche.svg") left center no-repeat;
    margin-bottom: 65px;
  }
  .header-menuPrincipal .titreMenu:after {
    content: url("img/deco-menu-mobile.svg");
    position: absolute;
    top: 20px;
    right: -20px;
  }
}
.header-menuPrincipal .fermetureSousMenu {
  background: url("img/picto-croix-verte.svg") center left no-repeat;
  border: none;
  color: #77B342;
  padding-left: 20px;
  font-size: 20px;
  font-family: var(--wp--preset--font-family--hasthon);
  cursor: pointer;
  position: absolute;
  top: 80px;
  right: max(20px, (100vw - 1000px) / 2);
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal .fermetureSousMenu {
    display: none;
  }
}

.header-menuPrincipal ul.menu {
  font-family: var(--wp--preset--font-family--hasthon);
  gap: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 850px) {
  .header-menuPrincipal ul.menu {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.menu {
    flex-direction: column;
    padding: 0;
  }
}
.header-menuPrincipal ul.menu, .header-menuPrincipal ul.menu ul {
  display: flex;
  list-style: none;
}
.header-menuPrincipal ul.menu a {
  text-decoration: none;
}
.header-menuPrincipal ul.menu > li > a {
  color: #000000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.menu > li > a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.header-menuPrincipal ul.menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-menuPrincipal ul.menu > li.menu-item-has-children > a:after {
  content: url("img/picto-fleche-bas.svg");
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.menu > li.menu-item-has-children > a:after {
    margin-left: auto;
    margin-bottom: 0;
    transform: rotate(-90deg);
  }
}
.header-menuPrincipal ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  column-gap: 30px;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 200px);
  background-color: #FCFFF9;
  background-image: url("img/deco-menu.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 20px) calc(100% - 110px);
  padding: 65px max(20px, (100vw - 1000px) / 2);
  overflow: auto;
  box-sizing: border-box;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .header-menuPrincipal ul.menu ul.sub-menu {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-height: 850px) {
  .header-menuPrincipal ul.menu ul.sub-menu {
    background-position: calc(100% + 20px) calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.menu ul.sub-menu {
    position: fixed;
    top: 110px;
    height: calc(100vh - 110px);
    padding-top: 25px;
    padding-bottom: 10px;
    background-image: none;
    flex-wrap: nowrap;
    z-index: 10;
  }
}
.header-menuPrincipal ul.menu ul.sub-menu a {
  color: #77B342;
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.menu ul.sub-menu a {
    font-size: 16px;
  }
}
.header-menuPrincipal ul.menu li.menu-item-has-children.ouvert > ul {
  display: flex;
  align-content: start;
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.menu li.menu-item-has-children.ouvert > ul {
    flex-direction: column;
    gap: 10px;
  }
}

.header-menuPrincipal ul.sub-menu .liensIllustres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .header-menuPrincipal ul.sub-menu .liensIllustres {
    width: 75%;
    height: 320px;
  }
  .header-menuPrincipal ul.sub-menu .liensIllustres > li {
    height: 150px;
  }
  .header-menuPrincipal ul.sub-menu .liensIllustres > li:first-of-type {
    grid-area: 1/1/3/2;
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.sub-menu .liensIllustres {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.header-menuPrincipal ul.sub-menu .liensIllustres > li > a {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .header-menuPrincipal ul.sub-menu .liensIllustres > li > a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    color: #FFFFFF;
    font-size: 20px;
    height: 100%;
    background: linear-gradient(183deg, rgba(0, 0, 0, 0) 68.2%, rgba(0, 0, 0, 0.7) 92.78%);
    border-radius: 5px;
    overflow: hidden;
  }
}
.header-menuPrincipal ul.sub-menu .liensIllustres > li > a:hover, .header-menuPrincipal ul.sub-menu .liensIllustres > li > a:active, .header-menuPrincipal ul.sub-menu .liensIllustres > li > a:focus {
  transform: none !important;
}
.header-menuPrincipal ul.sub-menu .liensIllustres > li > a:hover span, .header-menuPrincipal ul.sub-menu .liensIllustres > li > a:active span, .header-menuPrincipal ul.sub-menu .liensIllustres > li > a:focus span {
  transform: scale(1.1);
}
.header-menuPrincipal ul.sub-menu .liensIllustres > li > a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.sub-menu .liensIllustres > li > a span {
    display: none;
  }
}
.header-menuPrincipal ul.sub-menu .autresLiens {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 15px;
}
@media screen and (min-width: 769px) {
  .header-menuPrincipal ul.sub-menu .autresLiens > li > a {
    color: #000000;
    font-family: var(--wp--preset--font-family--proxima-nova);
  }
  .header-menuPrincipal ul.sub-menu .autresLiens > li > a:hover, .header-menuPrincipal ul.sub-menu .autresLiens > li > a:active, .header-menuPrincipal ul.sub-menu .autresLiens > li > a:focus {
    color: #77B342;
  }
}
@media screen and (max-width: 768px) {
  .header-menuPrincipal ul.sub-menu .autresLiens {
    gap: 10px;
    padding-top: 0;
  }
}

.header-recherche {
  position: relative;
  background-color: #FFF;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .header-recherche {
    padding: 80px 20px 50px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header-recherche {
    width: 100%;
  }
}
.header-recherche_ouverture {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-recherche_ouverture {
    display: none;
  }
}
.header-recherche_conteneur {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .header-recherche_conteneur {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 15;
  }
  .header-recherche_conteneur:not(.ouvert) {
    display: none;
  }
}
.header-recherche_fermeture {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header-recherche_fermeture {
    display: none;
  }
}
.header-recherche .search-form {
  background-color: #F5F5DD;
  height: 40px;
  border: none;
  display: flex;
}
.header-recherche .search-form::placeholder {
  text-transform: uppercase;
}
.header-recherche .search-form label {
  flex: 1;
}
.header-recherche .search-field {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0 20px;
  border: none;
  font-family: var(--wp--preset--font-family--hasthon);
  color: #77B342;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .header-recherche .search-field {
    padding: 0 35px;
    font-size: 15px;
  }
}
.header-recherche .search-submit {
  font-size: 0;
  background-image: url("img/picto-recherche.svg");
  width: 40px;
  height: 100%;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .header-recherche .search-submit {
    width: 60px;
    background-position: 7px center;
  }
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
}
.wpml-ls-legacy-dropdown-click:hover a {
  background: #FFFFFF;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border: 1px solid #77B342;
  border-radius: 50%;
  text-transform: uppercase;
  color: #77B342;
  width: 22px;
  height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border-color: #FFFFFF;
  }
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:active, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:active, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus {
  background: #FFFFFF;
  color: #77B342;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  right: -15px;
  border: none;
  background-image: url("img/picto-angle-bas-vert.svg");
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    display: none;
  }
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    visibility: visible !important;
    position: relative;
    display: flex;
    gap: 15px;
    z-index: 0;
  }
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    display: flex;
    gap: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown-click li:not(.wpml-ls-current-language) > a {
    background-color: #77B342;
    color: #FFFFFF;
  }
}

:where(.wp-site-blocks :focus) {
  outline-width: 1px;
  outline-style: dotted;
}

:root {
  --couleur-principale-tourinsoft: #77B342;
  --couleur-secondaire-tourinsoft: #F5F5DD;
}

.is-style-ancres a {
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.is-style-ancres a:before {
  position: absolute;
  display: block;
  content: "#";
  top: -3px;
  left: -10px;
}
.is-style-ancres a:hover, .is-style-ancres a:active, .is-style-ancres a:focus {
  border-color: #77B342;
}
.is-style-ancres a:hover:before, .is-style-ancres a:active:before, .is-style-ancres a:focus:before {
  color: #77B342;
}

.volvestre1clic {
  z-index: 2;
}

.splide__arrow {
  opacity: 1;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.bloc-liens-pictos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  row-gap: 50px;
}
.bloc-liens-pictos--lien {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--hasthon);
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .bloc-liens-pictos--lien {
    width: 50%;
  }
}
.bloc-liens-pictos--lien img {
  transition: margin 0.3s, padding 0.3s;
  height: 75px;
  width: auto;
  object-fit: contain;
  margin-bottom: 5px;
}
.bloc-liens-pictos--lien:hover img, .bloc-liens-pictos--lien:active img, .bloc-liens-pictos--lien:focus img {
  margin-top: -5px;
  padding-bottom: 5px;
}

.bloc-carrousel-actualites {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 600px) {
  .bloc-carrousel-actualites {
    height: 460px;
  }
}
.bloc-carrousel-actualites--titre, .bloc-carrousel-actualites--bouton {
  position: absolute;
  left: max(20px, (100vw - 890px) / 2);
  z-index: 5;
}
.bloc-carrousel-actualites--titre {
  top: 50px;
}
.bloc-carrousel-actualites--titre span {
  display: block;
  color: #FFFFFF;
}
.bloc-carrousel-actualites--bouton {
  bottom: 40px;
}
.bloc-carrousel-actualites .splide__track {
  height: 100%;
}
.bloc-carrousel-actualites button.splide__arrow--prev, .bloc-carrousel-actualites button.splide__arrow--next {
  width: 43px;
  height: 43px;
  left: calc((100vw - 890px) / 2 + 298px);
  transform: none;
}
@media screen and (max-width: 900px) {
  .bloc-carrousel-actualites button.splide__arrow--prev, .bloc-carrousel-actualites button.splide__arrow--next {
    left: 478px;
  }
}
@media screen and (max-width: 600px) {
  .bloc-carrousel-actualites button.splide__arrow--prev, .bloc-carrousel-actualites button.splide__arrow--next {
    top: auto;
    left: auto;
    bottom: 40px;
  }
}
.bloc-carrousel-actualites button.splide__arrow--prev svg, .bloc-carrousel-actualites button.splide__arrow--next svg {
  display: none;
}
.bloc-carrousel-actualites .splide__arrow--prev {
  top: 400px;
  background: url("img/picto-prev.svg") no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .bloc-carrousel-actualites .splide__arrow--prev {
    right: 80px;
  }
}
.bloc-carrousel-actualites .splide__arrow--next {
  top: 341px;
  background: url("img/picto-next.svg") no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .bloc-carrousel-actualites .splide__arrow--next {
    right: 20px;
  }
}

.bloc-carrousel-actualites--actualite {
  background-position: center;
  background-size: cover;
}
.bloc-carrousel-actualites--actualite_contenu {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: rgba(29, 29, 27, 0.4);
  width: calc((100vw - 890px) / 2 + 320px);
  height: 100%;
  padding-left: max(20px, (100vw - 890px) / 2);
  padding-right: 50px;
  padding-bottom: 140px;
}
@media screen and (max-width: 900px) {
  .bloc-carrousel-actualites--actualite_contenu {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .bloc-carrousel-actualites--actualite_contenu {
    width: 100%;
    padding-bottom: 120px;
  }
}
.bloc-carrousel-actualites--actualite_date {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.bloc-carrousel-actualites--actualite_titre {
  color: #FFFFFF;
  font-size: 20px;
  margin-top: 0;
}
.bloc-carrousel-actualites--actualite_lien {
  font-family: var(--wp--preset--font-family--hasthon);
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-group.balade {
  position: relative;
}
.wp-block-group.balade:before {
  position: absolute;
  top: 140px;
  right: -90px;
  content: url("img/picto-balade.png");
}
@media screen and (max-width: 1200px) {
  .wp-block-group.balade:before {
    display: none;
  }
}
.wp-block-group.balade:after {
  position: absolute;
  display: block;
  content: "";
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/fond-balade.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .wp-block-group.balade:after {
    top: 100px;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-group.balade:after {
    background: #77B342;
    top: 160px;
    height: calc(100% - 160px);
  }
}
@media screen and (max-width: 480px) {
  .wp-block-group.balade:after {
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media screen and (min-width: 851px) {
  .wp-block-group.balade .wp-block-image + p {
    padding-left: 60px;
  }
}
.wp-block-group.balade .wp-block-image.carte {
  max-width: 600px;
  margin-top: -50px;
}
@media screen and (max-width: 850px) {
  .wp-block-group.balade .wp-block-image.carte {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .wp-block-group.balade .wp-block-image.carte {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .wp-block-group.balade .wp-block-columns {
    flex-direction: column-reverse;
  }
  .wp-block-group.balade .wp-block-column {
    flex-basis: 100%;
    padding: 0 20px !important;
  }
  .wp-block-group.balade .wp-block-column, .wp-block-group.balade .wp-block-column p {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .agenda-accueil .fluxLEI {
    margin-top: 35px;
  }
  .agenda-accueil .fluxLEI .ficheLEI:nth-of-type(2) {
    margin-top: -35px;
    height: calc(100% - 35px);
  }
}
.fluxLEI .ficheLEI-bouton {
  font-family: var(--wp--preset--font-family--hasthon);
}

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