header {
  display: none
}

.part-top.absolute,
.logo-container {
  transform: translateY(-17px)
}

.mask3,
.mask0 {
  background-position: bottom center;
}

#btn-main {
  margin-bottom: 80px
}

h1.hero {
  max-width: 900px !important;
  margin: auto
}

.cta-primary:hover {
  background-color: #fff !important;
}

.text-medium,
.text-normal,
.subtitle {
  color: var(--black-color)
}

#burger:hover {
  opacity: 1 !important
}

.triangle-down img {

  max-height: 80px;
}

.menu .fa-close {
  transform: translate(10px, -14px) !important;
}

.menu .logo-container {
  margin-top: 40px;
  height: 60px;
}

.producteur-card:hover {
  transform: scale(1.05)
}

.producteur-card img {
  width: 100px
}

main {
  overflow-y: hidden;
  position: relative;
}

.menu {
  padding: 0 !important
}

.menu .content {
  padding: 30px
}

:root {
  --primary-color: #303746;
  --secondary-color: #eef4ff;
  --dark-color: #251015;
  --green-dark-color: #005629;
  --green-light-color: #127147;
  --green-color: #199E64;
  --red-color: #CA3134;
  --yellow-color: #F7A422;
  --high-priority-color: #FF644B;
  --low-priority-color: #96BE3C;

  --white-color: #ffffff;
  --grey-color: #F8F8F8;
  --grey-dark-color: #6E80A2;
  --black-color: #303746;

  --width-large: 1300px;
  --width-medium: 1100px;
  --width-small: 850px;
  --width-xsmall: 600px;

  --width-card: 150px;

  --typo-hero-title: 3.75rem;
  --typo-title: 4rem;
  --typo-subtitle: 1.55rem;

  --typo-section-title: 2.5rem;
  --typo-section-subtitle-large: 2.5rem;
  --typo-section-subtitle-small: 1.75rem;
  --typo-section-subtitle-xsmall: 1.5rem;

  --typo-highlights-large: 1.25rem;
  --typo-highlights-medium: 0.875rem;
  --typo-highlights-small: 2.063rem;
  --typo-highlights-xsmall: .875rem;

  --typo-text-medium: 1rem;
  --typo-text-small: .9rem;
  --typo-text-xs: .875rem;

  --typo-cta: .75rem;

  --lineheight-hero-title: 76;
  --lineheight-title: 66;
  --lineheight-subtitle: 56;

  --lineheight-section-title: 46;
  --lineheight-section-subtitle-large: 35;
  --lineheight-section-subtitle-small: 35;
  --lineheight-section-subtitle-xsmall: 30;

  --lineheight-highlights-large: 25;
  --lineheight-highlights-medium: 23;
  --lineheight-highlights-small: 20;
  --lineheight-highlights-xsmall: 18;

  --lineheight-text-medium: 1rem;
  --lineheight-text-small: 1rem;
  --lineheight-text-xs: 16;
  --lineheight-cta: 15;

  --space-xxxlarge: 50px;
  --space-xxlarge: 45px;
  --space-xlarge: 30px;
  --space-large: 25px;
  --space-medium: 10px;
  --space-small: 5px;

  --border-radius: 8px;
  --border-radius-xl: 10px
}

.subtitle {
  color: var(--black-color)
}

section {
  padding: 0 var(--space-large) 350px
}

section.top {
  padding-top: 100px
}

.producteur-card {
  background-color: #EEF4FF
}

.margin-top-neg {
  margin-top: -100px
}

.mask0 {
  background-image: url(../images/triangle-blanc-7.svg	)
}

#burger {}

#theme-link {
  max-width: 980px;
  margin-top: 16px;
  margin: auto
}

#burger-container {}

.cta {
  padding: 1rem 2rem;
}

.umami-input {
  width: 500px;
  border-radius: 10px;
}

.title-container {
  margin-top: -361px !important;

}

.tag {
  background: #F8F8F8;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  transition: .5s ease;
  padding: 3px 13px;
  border: 1px solid transparent;
}

.card .circle>*,
.card .circle img {

  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: unset;
  object-fit: unset;
  object-position: unset;
  width: 100%;
  height: auto;
  border-radius: unset;
  margin: 0
}

/* ---------------------------- class leaflet ---------------------------- */
.leaflet-popup-content-wrapper {
  max-height: 200px;
  overflow-y: auto;
}

@media screen and (max-width: 1340px) {

  .mask3,
  .mask0 {}
}

@media screen and (max-width: 1200px) {

  .mask0,
  .mask3 {
    background-position: left -300px bottom;
  }


}

@media screen and (max-width: 1024px) {
  .menu .ore-front-header__logo {
    width: 50px
  }


  .menu .logo-container img {
    height: 60px !important;
    max-width: unset;
    width: unset
  }

  .menu .opendata-grd img {
    height: unset !important;
    max-width: 150px;
  }
}

@media screen and (max-width:1020px) {

  .part-top.absolute,
  .logo-container {
    transform: translateY(0px)
  }

  .triangle-down img {
    max-height: 40px !important;
    max-width: 90px;
    top: 0px;
    height: unset;
  }

  .triangle-down {
    background-size: 300px 80px;
    width: 300px;
    height: 80px;
  }

  #burger-container {
    top: 30px !important;
    right: 10px !important;
  }

  #logo__header {
    top: 25px !important
  }
}

@media screen and (max-width:992px) {

  .title-container {
    margin-top: -366px !important;
  }

  .mask0,
  .mask3 {}

  #burger {
    width: 38px;
    height: 24px;
  }
}

@media screen and (max-width:780px) {
  .mb-medium-tab {
    margin-bottom: var(--space-medium)
  }

  /***/

  /**/
}

@media screen and (max-width: 600px) {
  .mask3 {
    /* padding-top: 60px; */
  }

  .title-container {
    margin-top: -133px !important;
  }

  .margin-top-neg-mob {
    margin: -100px
  }

  section,
  .title-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu {
    width: 100%
  }

  section.top {
    padding-top: 50px;
  }

  .triangle-down {
    background-size: 200px 40px;
    width: 200px;
    height: 40px;
  }

  .margin-top-neg {
    margin-top: -160px;
  }

  .mask3 {
    padding-top: 60px;
  }

  .mask0,
  .mask3 {
    padding-top: 60px;
    background-position: bottom;

  }

  .title-container {
    padding: 0px 1rem 0;
  }

  .title-container {
    padding-top: 0px
  }

  #burger {
    width: 28px;
    height: 22px;
  }

  .triangle-down img {
    max-height: 16px;
  }

  .logo-container .grd {
    height: 30px
  }

  .triangle-down img {
    max-height: 30px !important;
    height: unset;
    max-width: 50px;
    top: 0px;
  }

  #burger-container {
    top: 15px !important;
  }

  #logo__header {
    top: 10px !important;
  }
}

@media screen and (max-width: 500px) {
  .hero {
    padding-top: 5.5rem;
  }

  #burger {
    width: 20px;
    height: 15px;
  }

  .triangle-down img {
    max-height: 16px;
  }

  #logo__header {
    top: 10px;
  }

  #burger-container {
    top: 2px;
  }

  .logo-container img {
    width: 100px;
    height: unset
  }
}

@media screen and (max-width: 450px) {
  .title-container {
    margin-top: 0px !important;
  }

  .mask0 {
    background-color: #fff !important;
  }

  .mask-container {
    background-color: var(--secondary-color);
  }

  .mask3 {
    height: unset;
  }

  .margin-top-neg {
    margin-top: 0;
    background: #fff
  }

  section {
    padding-bottom: 60px;
  }

  section.top {
    padding-top: 50px
  }

  #btn-main {
    margin-bottom: 40px
  }
}

.card {
  background-color: #fff
}

#section-popular .card {
  padding: 14px;
  background-color: #fff;
  box-sizing: border-box;
}

#section-popular .card .circle .ore-svginliner__svg-container {
  display: block;
}

main {
  padding-top: 0
}