/*
 Theme Name:   AMAP en fêtes
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*Fonts*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
  font-family: "FontFabricBase";
  src: url("https://amap-en-fetes.org/wp-content/themes/amap-en-fetes/fonts/fontfabricbase");
  font-weight: normal;
}
@font-face {
  font-family: "Asap";
  src: url(fonts/Asap-Regular.ttf);
}

/*Global*/
/*.grid-container {
    max-width: none!important;
}
.site-header {
    width: 99vw;
}
.inside-header {
    width: 1200px!important;
    display: flex;
    height: 20vh;
    align-items: center;
}
@media screen and (min-width: 1367px) {
    .inside-header {
        height: 15vh;
    }
}
@media screen and (max-width:1366px) {
    .site-header {
        width: 98.5vw;
    }
    .no-sidebar .entry-content .alignfull {
    margin-left: calc(-98.5vw / 2 + 100% / 2)!important;
    margin-right: calc(-98.5vw / 2 + 100% / 2)!important;
    }
}
.site-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}*/
body {
  background-color: white;
}
h1 {
  text-transform: uppercase;
  color: #e94c12;
  font-size: 78px;
  text-align: center;
  padding: 4rem 0;
  margin: 0;
  font-family: "Asap", Arial, sans-serif;
  font-weight: 700;
  word-break: break-word;
}
h2 {
  font-size: 48px;
  color: #96c221;
  text-align: center;
  padding: 4rem 0;
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
}
h3 {
  font-size: 36px;
  color: #56c065;
  text-align: center;
  padding: 0 0 2rem;
  margin: 0;
  word-break: break-word;
}
p {
  margin-bottom: 0;
  padding-bottom: 1.5em;
  word-break: break-word;
}
button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
  margin-top: 0;
}
.no-sidebar .entry-content .alignfull {
  /*margin-left: calc(-99vw / 2 + 100% / 2);
    margin-right: calc(-99vw / 2 + 100% / 2);*/
  margin-left: auto;
  margin-right: auto;
  /*max-width: none;*/
}
.grid-container {
  max-width: none;
}
.blog .site,
.archive .site,
.page-id-1169 .site {
  max-width: 960px;
}
.blog .wp-block-group__inner-container {
  max-width: none;
}

.site-header {
  height: 130px;
}

.inside-header {
  max-width: 960px;
}
.no-uppercase {
  text-transform: none;
}
.mobile-slider {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.slick-next:before {
  content: "→";
}
.slick-prev::before {
  content: "←";
}

.groupe-slider {
  padding-bottom: 2em;
}
.nope {
  display: none !important;
}
.no-margin {
  margin-bottom: 0 !important;
}
.bigger-bottom {
  padding-bottom: 3em;
}
@media screen and (max-width: 600px) {
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header,
  .wp-block-group__inner-container {
    padding: 0;
  }
  .groupe-slider {
    padding-bottom: 2em;
  }
  /*.logo_slider.slide .slick-next.slick-arrow,
    .logo_slider.slide .slick-prev.slick-arrow{
        display:none!important;
    }*/

  .generate-back-to-top {
    opacity: 0 !important;
  }
  .blog .generate-back-to-top {
    opacity: 1 !important;
  }
  .site-header {
    height: 150px;
  }
  h1 {
    font-size: 36px;
    padding: 2rem 0;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }
  .desktop-slider {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
}
.entry-content > [class*="wp-block-"]:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}

/*Menu header split*/
@media (min-width: 769px) {
  .inside-header > .site-branding,
  .inside-header > .navigation-branding,
  .inside-header > .site-logo,
  .site-branding-container,
  #site-navigation .navigation-branding .site-logo,
  #sticky-navigation .navigation-branding {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }

  #site-navigation {
    margin-left: unset !important;
    display: flex;
  }

  .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
    margin: unset;
  }

  #site-navigation,
  #primary-menu,
  .main-navigation .inside-navigation {
    flex: 1;
  }

  /* Change nth-child(#) to first item to right */
  .main-navigation ul li:nth-child(3) {
    margin-left: auto;
  }
}

/*Menu*/
.menu-left > a {
  color: #036734 !important;
  text-transform: uppercase !important;
  font-weight: 700;
}

.menu-right > a {
  color: #fff !important;
  text-transform: uppercase !important;
  opacity: 1;
  background-color: #e94c12 !important;
  border-radius: 50px;
}

.menu-right > a:hover {
  opacity: 0.9;
  background-color: #e94c12 !important;
}
/*Version mobile*/
.mobile-menu-open .site-header {
  background-color: #257a65;
  background-image: none;
}
@media screen and (max-width: 600px) {
  .site-header {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mobile-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/ban-nuage.png");
    min-height: 120px;
  }
  .site-logo a > img {
    height: 100px !important;
  }
  .icon-menu-bars svg {
    height: 2em !important;
    width: 2em !important;
    top: 1em !important;
  }
  .toggled .gp-icon svg {
    top: 2em !important;
  }
  .mobile-menu-open #mobile-header {
    background-image: none;
    background-color: #257a65 !important;
  }
  .toggled .site-logo {
    display: none !important;
  }
  .toggled > .inside-navigation.grid-container.grid-parent {
    justify-content: flex-end;
  }
  .menu-left > a {
    color: white !important;
    text-align: center;
  }
  .menu-right {
    margin-top: 7%;
  }
  .menu-right > a {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .main-navigation.mobile-header-navigation {
    padding-bottom: 3em;
  }
  .home #mobile-header {
    background-color: #cacd3c;
  }
  .home h2,
  .page-id-13 h2 {
    padding: 2rem 0 !important;
  }
  .inscription-event {
    position: absolute;
    top: 5vh;
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
    display: block !important;
  }
  .inscription-event-btn {
    text-transform: uppercase;
    font-size: 12px;
    background-color: #e94c12 !important;
  }
  .mobile-menu-open .inscription-event {
    display: none !important;
  }
}
.inscription-event {
  display: none;
}
.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-items {
  color: #e94c12;
}
button.menu-toggle:hover,
button.menu-toggle:focus {
  color: #e94c12;
}

/*Footer*/
.footer-image {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.full-maj {
  text-transform: uppercase;
}
.custom-footer > p {
  font-weight: 500 !important;
}
.footer-content a {
  color: #fff !important;
}
.footer-content a:hover {
  color: #96c221 !important;
}

/*Homepage stuff */
.home p {
  font-size: 20px;
}
.home .archive-extrait p {
  font-size: 17px;
}
.home .site-header {
  background-color: #cacd3c;
  max-width: none;
}
.home h1 {
  color: #036734 !important;
}
.home .entry-title {
  display: none;
}
.rotate-group {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2em;
}
.rotate-bg {
  width: 600px;
  height: 315px;
  background-color: #56c065;
  transform: rotate(-6deg);
  position: absolute;
  z-index: 1;
}
.rotate-video {
  z-index: 2;
  margin-bottom: 50px;
}
.rotate-video::before {
  content: "";
  background-image: url("images/navet.svg");
  background-repeat: no-repeat;
  height: 150px;
  width: 100px;
  z-index: 3;
  position: absolute;
  top: -27%;
  left: 10%;
}
.rotate-video::after {
  content: "";
  background-image: url("images/poire.svg");
  background-repeat: no-repeat;
  height: 150px;
  width: 100px;
  z-index: 3;
  position: absolute;
  top: 59%;
  left: 80%;
}
.slogan {
  text-transform: none;
  position: relative;
  z-index: 5;
}
.slogan::before {
  content: "";
  background-image: url("images/illu-home.svg");
  width: 960px;
  height: 600px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  top: -240%;
}
.slide img {
  height: 200px !important;
  width: 200px !important;
  border: none !important;
}
.logo_slider.slide .slick-dotted.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
.slick-dots {
  display: none !important;
  bottom: 0;
}
.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
}
.slick-list {
  margin: 0 10%;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}
.date-column {
  font-size: 3em !important;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 700;
}
.homepage-main-title {
  padding: 4rem 0 1rem;
}

.no-bottom {
  padding-bottom: 0;
}
.date-column div:first-child > p:first-child {
  font-weight: 700;
  font-size: 3rem;
}
.etiquette {
  background-color: #56c065;
  text-transform: uppercase;
  width: 50%;
  transform: rotate(-7deg);
  clip-path: polygon(
    0 0,
    70% 0%,
    100% 0,
    95% 50%,
    100% 100%,
    30% 100%,
    0 100%,
    5% 50%
  );
  padding-bottom: 0;
  padding: 1rem 0;
}
.carte-osm {
  height: 80vh;
  max-width: 100%;
}
.list-btn {
  margin: 2em 0 !important;
  font-size: 23px !important;
}
.hp-archive {
  display: flex;
  column-gap: 5%;
  justify-content: center;
}
.hp-archive > .archive-card {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .homepage-main-title {
    padding: 2rem 0 1rem;
  }
  .slick-dots {
    display: block !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-list {
    margin: 0 -20px;
  }
  .slogan::before {
    top: -140%;
    width: 80%;
    height: auto;
    z-index: 10;
  }
  .slogan-space {
    height: 105px !important;
  }
  .home .archive-extrait p {
    font-size: 15px;
  }
}
.onion-group {
  position: relative;
  /*padding-top: 7rem;*/
  text-align: center;
}
/*.onion-group::before {
    content: "";
    background-image: url("images/paysanne.svg");
    background-repeat: no-repeat;
    height: 250px;
    width: 250px;
    z-index: 3;
    position: absolute;
    right: 2%;
    top: -22vh;
}
@media screen and (min-width: 1367px) {
    .onion-group::before {
        height: 300px;
        width: 350px;
        right:10%;
    }
}*/
.event-affiche {
  max-height: 90vh;
  display: flex;
  justify-content: center;
}
.event-affiche .event-affiche-img {
}
.event-affiche .event-affiche-img img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .home p {
    font-size: 15px;
  }
  .hp-archive {
    display: block;
    column-gap: 0;
  }
  .hp-archive > .archive-card {
    width: 100%;
  }
  .rotate-bg {
    width: 275px;
  }
  .date-column {
    font-size: 1.7em !important;
  }
  .date-column div:first-child > p:first-child {
    font-size: 1em;
    text-align: center;
  }
  .wp-block-column.date-column-child {
    flex-basis: auto !important;
  }
  .etiquette {
    width: 80%;
    transform: rotate(-5deg);
  }
  .rotate-video:before,
  .rotate-video:after,
  .onion-group:before {
    display: none;
  }
  /*.onion-group {
        padding-top: 2rem;
    }*/
  .wp-block-group__inner-container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Boîte à outils*/
.boite-outils {
  text-align: center;
  margin-bottom: 4em;
}
.collapsible-button {
  display: flex;
  width: 20%;
  margin-top: 0.5em;
  padding: 1.2rem 0.5em;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  text-transform: uppercase;
  outline: none;
  background-color: #e94c12;
  text-align: left;
  margin: 0 auto;
  border-radius: 50px;
}
.collapsible-button:hover,
.collapsible-button:focus {
  background-color: #e94c12;
  color: white;
}
.collapsible-button.is-open {
  background-color: #e94c12;
  color: white;
}
.collapsible-button.is-open:hover,
.collapsible-button.is-open:focus {
  opacity: 0.9;
}
/*.collapsible-button::after {
	font-size: 1.5em;
	line-height: 1;
	content: "+";
}
.collapsible-button.is-open::after {
	content: "–";
}*/
.collapsible-panel {
  max-height: 0;
  margin-bottom: 0.5em;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.25s ease-out;
}
.collapsible-panel.is-open {
  max-height: none;
  max-width: 1200px;
  margin: 0 auto;
}
.collapsible-panel-content {
  padding: 4em;
  border: 3px solid #cacd3c;
  border-image: linear-gradient(
      to right,
      #cacd3c 10%,
      transparent 0 90%,
      #cacd3c 0
    )
    3;
}
.page-id-13 h3 {
  color: #cacd3c;
}
.page-id-13 p {
  color: #036734;
  font-weight: 600;
}
.page-id-13 .collapsible-panel-content a {
  color: #e94c12;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.page-id-13 .collapsible-panel-content a:hover {
  color: #96c221;
}
.page-id-13 h2:first-child {
  padding: 0 0 4rem 0;
}
.collapsible-panel-content p {
  font-weight: 500;
}
.hand {
  position: relative;
  padding: 0 0 4rem 0;
}
.hand::before {
  content: "";
  background-image: url("images/appareil-photo.svg");
  height: 300px;
  width: 300px;
  z-index: 3;
  position: absolute;
  top: 5vh;
  background-repeat: no-repeat;
  left: 0;
}
@media screen and (max-width: 600px) {
  .hand::before {
    display: none;
  }
  .collapsible-button {
    width: 85%;
    text-align: center;
  }
  .collapsible-panel-content {
    padding: 1em;
  }
  .page-id-13 .entry-content {
    max-width: 80%;
    margin: 0 auto;
  }
}

/*Page mentions légales*/
.page-id-29,
.page-id-29 .container,
.page-id-29 .site-header {
  background-color: #257a65 !important;
}
.page-id-29 h1 {
  color: white;
  padding: 6rem 0 0;
}
.page-id-29 a {
  color: #96c221;
}
.page-id-29 a:hover {
  color: #fff;
}
.mentions-btn {
  margin: 4rem !important;
}
.mentions-btn > a {
  font-weight: 700 !important;
}
/*Evenements*/
.single-post h1 {
  max-width: 960px;
  margin: 0 auto;
}
.entry-header,
.single-post .entry-header {
  max-width: 1024px;
  margin: 0 auto;
}
.event-category a {
  color: inherit;
}
.event-infos {
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  color: #e94c12;
  padding: 4rem 0 1rem 0;
}
.article-subtitle {
  text-align: center;
  color: #cacd3c;
  font-size: 36px;
  margin-bottom: 4rem;
}
.event-main-data {
  display: flex;
  justify-content: center;
  color: white;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  column-gap: 10%;
}
.event-data {
  padding: 1.5rem;
  background-color: #257a65;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  min-width: 250px;
  font-size: 25px;
}
.event-date {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.event-date > p {
  padding-bottom: 0;
  font-size: 25px;
}
.event-location {
  padding: 2rem;
  background-color: #e94c12;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-width: 350px;
}
.event-location > p {
  padding-bottom: 0;
  font-size: 25px;
}
.event-affiche {
  background-image: url("images/fond-flou.png");
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-affiche img {
  padding: 2rem;
}
.event-affiche .event-image-dl {
  position: absolute;
  bottom: 0;
  right: 10%;
  margin: 2em;
  width: 50px;
  height: 50px;
  background-image: url("images/telecharger.svg");
}
.event-content {
  display: flex;
  column-gap: 5%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-infos {
  padding: 2rem 2rem 0 0;
}
.sidebar-infos p {
  padding-bottom: 0;
}
.entry-content {
  max-width: 1024px;
  margin: auto;
}
.event-content .entry-content {
}
.event-category {
  font-size: 36px;
  margin-bottom: 2rem;
}
.event-content-child {
  max-width: 60%;
}
/*.event-content .entry-content > [class*="wp-block-"]:not(:last-child), .event-content .entry-content > p {
    margin-bottom: 1.5em;
}*/
.event-organisator {
  border: 3px solid #96c221;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
.event-organisator > h2 {
  padding-top: 1rem;
  font-size: 1.2rem;
  padding: 0;
}
.event-organisator p {
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .event-image-dl {
    display: none;
  }
  .event-main-data {
    flex-direction: column;
    max-width: none;
    position: relative;
  }
  .event-data {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    border-radius: 20px;
    z-index: 5;
    position: relative;
    font-size: 20px;
  }
  .event-data.multidates {
    width: 94%;
  }
  .multidates::after {
    content: "|";
    position: absolute;
    left: 56%;
    font-weight: 700;
  }
  .unidate::after {
    content: "|";
    position: absolute;
    font-weight: 700;
    left: 39%;
  }
  .event-date {
    margin-bottom: 0;
  }
  .event-date p {
    padding: 0;
    font-size: 20px;
  }
  .event-hour {
    position: relative;
  }
  .event-location {
    padding: 5rem 2rem 2rem 2rem;
    min-width: none;
    border-radius: 0px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 3;
    text-align: center;
  }
  .event-location > p {
    font-size: 20px;
  }
  .event-affiche {
    background-image: none;
    margin-top: 25%;
    margin-bottom: 2rem;
    max-height: 90vh;
  }
  .event-content {
    column-gap: 0;
    max-width: 80%;
    flex-direction: column;
    margin-bottom: 5em;
  }
  .sidebar-infos {
    order: 2;
    padding: 0;
  }
  .event-content-child {
    max-width: none;
  }
}

/*Page blog*/
/*.prog > div {
    width: 99vw;
    max-width: none;
}
@media screen and (max-width:1366px) {
    .prog > div {
        width: 98.5vw;
        max-width: none;
    }
}*/
.rdv-dropdown {
  text-align: center;
  background-color: #e94c12;
  padding: 3% 0;
  position: relative;
  margin-bottom: 3%;
}
.postform {
  background-color: #e94c12;
  border-color: #fff;
  color: #fff;
  border-radius: 50px;
  border-width: 5px;
  position: relative;
  z-index: 2;
}
.postform:hover,
.postform:focus,
.postform:active {
  background-color: #fff;
  color: #e94c12;
  cursor: pointer;
}
.postform option {
  color: #036734;
  background-color: white;
}
.postform option:hover,
.postform option:focus,
.postform option:active {
  color: white;
  background-color: #e94c12 !important;
}
.rdv-dropdown::before {
  top: 1vh;
  width: 100%;
  bottom: 1vh;
  height: 40vh;
  display: block;
  position: absolute;
  content: "";
  background-color: #e94c12;
}
@media screen and (max-width: 767px) {
  .rdv-dropdown select:last-child {
    margin-top: 1rem;
  }
}

/*@media screen and (max-width:1366px) {
    .rdv-dropdown::before {
        width: 99vw;
    }
}@media screen and (max-width:1200px) {
    .rdv-dropdown::before {
        width: 100vw;
    }
}*/
@media screen and (min-width: 768px) {
  .prog-forms > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
  }
}
@media screen and (min-width: 1367px) {
  .rdv-dropdown::before {
    height: 30vh;
  }
}
.btn-carte {
  margin-bottom: 3% !important;
}
/*.blog .generate-columns-container:not(.masonry-container) {
    column-gap:10%;
}*/
.blog .generate-columns.grid-50,
.blog .grid-sizer.grid-50,
.page-id-1169 .generate-columns-container > div {
  width: 47.5%;
}
.archive-container {
  justify-content: space-between;
}
.pagination {
  text-align: center;
  margin-bottom: 5%;
}
.pagination * {
  padding: 10px;
}
.page-id-1169 .generate-columns-container > .archive-card {
  margin-bottom: 5%;
}
.generate-columns-container > article:nth-child(even) {
  padding-right: 5%;
  padding-left: 0;
  margin-left: 5%;
}
.archive-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.archive-card:hover {
  opacity: 0.9;
}
.archive-date {
  position: absolute;
  top: 5%;
  /*left: 5%;*/
  font-size: 30px;
  color: white;
  font-weight: 700;
}
.archive-title {
  text-align: left;
  padding: 10% 0 7% 0;
  color: white;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: 7%;
}
.archive-link {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 5%;
}
.archive-extrait {
  color: white;
}
.archive-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 5%;
  width: 90%;
}
.archive-event-departement {
  color: white;
  font-weight: 700;
}
.archive-event-type {
  background-color: white !important;
  border: none;
  border-radius: 1.55em;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.archive-event-type > a {
  color: inherit;
}
.entry-summary,
.blog .entry-title,
.archive .entry-title {
  display: none;
}
.generate-columns-container > article {
  padding-left: 5%;
  margin-bottom: 5%;
}
article footer.entry-meta {
  margin-top: 0;
}
.footer-content p {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .archive-card {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .archive-link {
    min-height: 400px;
  }
  .archive-title {
    font-size: 24px;
  }
  .archive-date {
    font-size: 20px;
  }
  .blog .generate-columns-container,
  .archive .generate-columns-container,
  .category .generate-columns-container {
    display: block !important;
    max-width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-basis: 100% !important;
  }
  .blog .generate-columns.grid-50,
  .blog .grid-sizer.grid-50 {
    width: 100%;
  }
  .generate-columns-container > article:nth-child(even) {
    padding: 0;
    margin: 0;
  }
  .btn-carte {
    margin-bottom: 3rem !important;
  }
  .rdv-dropdown {
    padding: 3rem 0;
  }
  .archive-event-type {
    font-size: 0.75em;
  }
}
/*Archive & category*/
.archive .generate-columns-container > article:nth-child(even),
.category .generate-columns-container > article:nth-child(even) {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .one-container .site-content {
    padding: 0 3em;
  }
}
