@import url("https://fonts.googleapis.com/css?family=Nunito:400,700|Work+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.flex-column {
  flex-direction: column;
}

.text-center {
  text-align: center;
}

.raisin {
  color: #242331;
}

.green {
  color: #276259;
}

.olive {
  color: #A1BD7F;
}

.orange {
  color: #E85F5C;
}

.red {
  color: #B23A48;
}

.lightgrey {
  color: #C5CBD3;
}

.white {
  color: white;
}
.white:hover {
  color: white;
}

.celadon {
  color: #98CCC9;
}

.greensheen {
  color: #89B6A5;
}

.teagreen {
  color: #CAE7B9;
}

.orangeyellow {
  color: #FED766;
}

.bgcolor-raisin {
  background-color: #242331;
}

.bgcolor-green {
  background-color: #276259;
}

.bgcolor-olive {
  background-color: #A1BD7F;
}

.bgcolor-orange {
  background-color: #E85F5C;
}

.bgcolor-red {
  background-color: #B23A48;
}

.bgcolor-lightgrey {
  background-color: #C5CBD3;
}

.bgcolor-celadon {
  background-color: #98CCC9;
}

.bgcolor-white {
  background-color: white;
}

.bgcolor-greensheen {
  background-color: #89B6A5;
}

.bgcolor-teagreen {
  background-color: #CAE7B9;
}

.bgcolor-orangeyellow {
  background-color: #FED766;
}

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 68vh;
}

.headlogo{
  position: absolute;
  top: 25px;
  right: 25px;
  width: 150px;
  height: 150px;
}

#newsletter {
  padding: 12px 12px 12px 10px;
}

.banner-content {
  top: 30vh;
  position: absolute;
  width: 100%;
  text-align-last: center;
}
.banner-content h1 {
  font-family: "Amatic SC", "Helvetica", "sans-serif";
  font-size: 140px;
  /* color: #A1BD7F; */
  /* color: #E85F5C; */
  color: white;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.banner-subtitle {
  width: 46%;
  display: flex;
  margin: 20px auto;
  text-align: center;
  color: #f5deb3;
}

.home-img-row {
  flex-gap: 4px;
  gap: 36px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.img-line-wide {
  position: relative;
  height: 400px;
  flex-grow: 1;
}


.img-line-narrow {
  position: relative;
  height: 400px;
}


.img-credits{
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 12px;
  color: #ffff;
  text-shadow: 1px 1px 2px black;
}

.img-cover {
  object-fit: cover;
}

.home-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
}

.img-line-maps {
  height: 28vh;
}

.home-farm-main-info {
  padding: 20px 20px 20px;
  background: rgba(161, 189, 127, 0.3019607843);
  text-align: center;
}
.home-farm-main-info h2 {
  padding-top: 50px;
  text-align: center;
}

.home-farm-main-info .inner-text{
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
}

.home-farm-info-title {
  display: flex;
  justify-content: center;
}
.home-farm-info-title h2 {
  /* line-height: 16vh; */
  margin: auto;
}

.home-img-row-shrink {
  flex-shrink: 1.3;
}


.social-link {
    font-size: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
  body, html{
    width: 100%;
  }
  #submit-newsletter-subscriber {
    padding: 5px 12px 0px 8px;
  }
  .banner-content h1 {
    font-size: 36px;
    text-align: center;
  }
  .mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .ml-pr-15 {
    margin-left: 15px;
    padding-right: 15px;
  }
  .home-farm-main-info h2, .home-farm-info-title h2 {
    font-size: 20px;
    padding: 0 38px;
  }
  .home-img-row {
    /* margin-bottom: 15px; */
    gap: 0px;
    /* height: 24vh; */
  }
  .img-line-wide, .img-line-narrow {
    height: 24vh;
  }
  .object-position-0 {
    object-position: 0%;
  }
  .map-container {
    /* background: rgba(161, 189, 127, 0.3019607843); */
    /* margin: 0 -16px; */
    margin-top: -16px;
  }
  .home-farm-info-title h2 {
    line-height: 12vh;
    margin-bottom: auto;
  }
}
html {
  overflow: auto !important;
}

.green-hover {
  color: #276259;
}
.green-hover:hover {
  color: #276259;
}

.custom-container {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 72px;
  padding-right: 0px;
  margin-left: 40px;
  margin-right: 40px;
}

/* .container {
  max-width: 2000px !important;
} */

.fit-content {
  width: fit-content;
}

.br-none {
  border-radius: 0px !important;
}

h1 {
  font-family: "Red Hat Display", "Helvetica", "sans-serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #276259;
  /* color: #E85F5C; */
  margin-bottom: 0;
}

h2 {
  font-family: "Red Hat Display", "Helvetica", "sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #276259;
}

h3 {
  font-family: "Red Hat Display", "Helvetica", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #A1BD7F;
}

h4 {
  font-family: "Red Hat Display", "Helvetica", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #276259;
}

h5 {
  font-family: "Red Hat Display", "Helvetica", "sans-serif";
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #276259;
  font-size: 16px;
  font-style: italic;
  padding-left: 12px;
}

p {
  font-family: "Red Hat Display", "Helvetica", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  color: #242331;
  margin-bottom: 0;
}

a {
  color: #e8845c;
}
a:hover {
  color: #E85F5C;
  text-decoration: none;
}

input {
  border: none !important;
  border-bottom: #276259 solid 1px !important;
  color: #242331;
}
input:focus {
  outline: none !important;
}

textarea {
  border: none !important;
  border-bottom: #276259 solid 1px !important;
  color: #242331;
}
textarea:focus {
  outline: none !important;
}

::placeholder {
  color: #C5CBD3;
}

input.search-input {
  border: #276259 solid 1px !important;
  color: #242331;
  outline: none !important;
  padding-left: 16px;
  height: 36px;
}

.small-infos.olive {
  font-size: 14px;
  color: #A1BD7F;
}
.small-infos.olive:hover {
  color: #A1BD7F;
}
.small-infos.lightgrey {
  font-size: 14px;
  color: #C5CBD3;
}
.small-infos.lightgrey:hover {
  color: #C5CBD3;
}

.text-white-important {
  color: white !important;
}

.pt-6 {
  padding-top: 6px;
}

.mt-20 {
  margin-top: 20px;
}

.pr-16 {
  padding-right: 16px;
}

.ml-minus-24 + .ml-minus-24 {
  margin-left: -24px;
}

.ml-minus-8 + .ml-minus-8 {
  margin-left: -8px;
}

.ml-minus-4 + .ml-minus-4 {
  margin-left: -4px;
}

.pr-38 {
  padding-right: 38px;
}

.fs-36-24 {
  font-size: 36px;
}

.w-90 {
  width: 90%;
}

.w-60-px {
  width: 60px !important;
}

.h-30-px {
  height: 30px !important;
}

.border-bottom-lightgrey {
  border-bottom: 1px solid #C5CBD3;
}

.fs-8 {
  font-size: 8px;
}

.fs-24-16 {
  font-size: 24px;
}

.fs-12 {
  font-size: 12px;
}

.fs-18 {
  font-size: 18px;
}

.fs-14 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.mobile_only {
  display: none;
}

.w-48-desktop {
  width: 48%;
}

.w-47-desktop {
  width: 47%;
}

.w-50-desktop {
  width: 50%;
}

.pointer {
  cursor: pointer;
}

.no-pointer {
  cursor: auto;
}

.margin-0-auto {
  margin: 0 auto;
}

.margin-auto-0 {
  margin: auto 0;
}

.box-shadow-lightgrey {
  box-shadow: 1px 1px 4px 1px #C5CBD3 !important;
}

label {
  font-size: 16px;
  color: #276259;
}

.flowers-imgs{
  justify-content: center;
  align-items: center;
}

.map-container{
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  /* background: rgba(161, 189, 127, 0.3019607843); */
}

.map-inner{
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.map-card{
  width: 30%;
  display: flex;
  flex-direction: column;
}

.map-card__text{
  min-height: 130px;
  align-items: center;
}

.bottom-contact h2 {
  text-align: center;
}

.bottom-contact{
  /* padding-top: 50px; */
  padding-bottom: 50px;
  text-align: center;
}

@media(max-width: 720px){
  .map-inner{
    display: block;
    /* justify-content: space-between; */
  }
  .map-container {
    padding-left: 0;
    padding-right: 0;
  }
  .map-card{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media (max-width: 812px) {
  .modal-new-admin-header {
    padding-left: 4px;
  }
  .mobile_only {
    display: block;
  }
  .desktop_only {
    display: none !important;
  }
  h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: #276259;
    margin-bottom: 0;
  }
  h2 {
    font-family: "Red Hat Display", "Helvetica", "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #276259;
  }
  h3 {
    font-family: "Red Hat Display", "Helvetica", "sans-serif";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    color: #A1BD7F;
  }
  h4 {
    font-family: "Red Hat Display", "Helvetica", "sans-serif";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    color: #276259;
  }
  h5 {
    font-size: 12px;
  }
  p {
    font-family: "Red Hat Display", "Helvetica", "sans-serif";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    color: #242331;
    margin-bottom: 0;
  }
  ::placeholder {
    font-size: 12px;
  }
  input.search-input {
    border: #276259 solid 1px !important;
    color: #242331;
    outline: none !important;
    padding-left: 12px;
    height: 28px;
  }
  .small-infos.olive {
    font-size: 8px;
    color: #A1BD7F;
  }
  .small-infos.olive:hover {
    color: #A1BD7F;
  }
  .small-infos.lightgrey {
    font-size: 8px;
    color: #C5CBD3;
  }
  .small-infos.lightgrey:hover {
    color: #C5CBD3;
  }
  .custom-container {
    margin-top: 24px;
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .w-48-desktop {
    width: 100%;
  }
  .w-50-desktop {
    width: 100%;
  }
  .w-47-desktop {
    width: 100%;
  }
  .fs-36-24 {
    font-size: 24px;
  }
  .fs-24-16 {
    font-size: 16px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pt-6 {
    padding-top: 0;
  }
}

.home-farm-info-title--bottom h2{
  line-height: 8vh;
}

.home-farm-info-title--bottom{
  margin-top: 50px;
}



.contact{
  display: block;
  margin: 0 auto;
  text-align: center;
  /* margin-top: 50px; */
}

.contact .inner-text{
  padding-bottom: 0;
}


.footer-links{
  margin-top: 10px;
}

.legals h2 {
  padding-top: 0;
  /* margin-top: 0; */
}

.legals.home-farm-main-info {
  /* background: white; */
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
}

.legals__logos{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.legals__logos img {
  max-width: 150px;
}

#logoville {
  max-width: 65px;
  margin-left: 5px;
}

#logoregion {
  max-width: 210px;
}

#logoeurope {
  max-width: 210px;
}

#logoisere {
  max-width: 130px;
}

@media(max-width: 720px){
  .legals__logos{
    flex-direction: column;
    gap: 20px;
  }
}

/* .remerciements img {
  max-width: 200px;
} */