@font-face {
  font-family: Nevo;
  src: url('/global/fonts/Nevo-UltraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('/global/fonts/Nexa-Heavy.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('/global/fonts/Nexa-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest-green: #009640;
  --firebrick: #cd1719;
  --orange: #f9b234;
  --teal: #00828b;
  --663399: #662483;
}

.hero {
  background-image: linear-gradient(#000000cf, #0000), url('/global/images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  padding-top: 20px;
  display: flex;
}

.hero-logo {
  width: 330px;
}

.hero-h1 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: Nevo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

.hero-categ {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h2 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Nevo, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.hero-h2.green {
  background-color: var(--forest-green);
  margin-top: 0;
  padding: 5px 10px;
  font-weight: 700;
}

.hero-h2.red {
  background-color: var(--firebrick);
  margin-top: 0;
  padding: 5px 10px;
}

.hero-h2.yellow {
  background-color: var(--orange);
  margin-top: 0;
  padding: 5px 10px;
}

.hero-h2.blue {
  background-color: var(--teal);
  margin-top: 0;
  padding: 5px 10px;
}

.footer {
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.footer-logo {
  width: 230px;
}

.content {
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.contentin {
  width: 900px;
  min-height: 100px;
}

.item-h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Nevo, sans-serif;
}

.item-row {
  margin-bottom: 30px;
}

.item-col-r {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.item-desc.supp {
  margin-bottom: 20px;
}

.item-phone {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-left: 0;
  font-family: Nevo, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.item-phone._2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-transform: none;
}

.item-www {
  background-color: #4cc1f0;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 10px;
  font-family: Nevo, sans-serif;
}

.item-www.black {
  background-color: #000;
  font-size: 17px;
}

.item-resa {
  color: #0aa3e0;
  text-transform: uppercase;
  background-color: #4cc1f03b;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.item-images {
  border-radius: 5px;
}

.paragraph {
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: 5px;
  width: auto;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.item-h4 {
  padding: 5px;
}

.item-h4.green {
  background-color: var(--forest-green);
  color: #fff;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nevo, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.item-h4.red {
  background-color: var(--firebrick);
  color: #fff;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nevo, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.item-h4.yellow {
  background-color: var(--orange);
  color: #fff;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nevo, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.item-h4.blue {
  background-color: var(--teal);
  color: #fff;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Nevo, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.town {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 7px;
  font-family: Nevo, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.town.green {
  background-color: var(--forest-green);
  color: #fff;
  border-bottom-style: none;
  padding: 7px;
  line-height: 40px;
}

.town.orange {
  background-color: var(--orange);
  color: #fff;
  border-bottom-style: none;
  padding: 7px;
  line-height: 40px;
}

.town.blue {
  background-color: var(--teal);
  color: #fff;
  border-bottom-style: none;
  padding: 7px;
  line-height: 40px;
}

.item-tagcon {
  align-items: center;
  display: flex;
}

.item-contactcon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.warpper-l {
  background-color: #004f9f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 40px;
  display: flex;
}

.warpper-r {
  background-image: url('/global/images/home-main.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.home-logo {
  width: 370px;
}

.fakev {
  max-width: none;
  height: 100%;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Nexa, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.separator20 {
  width: 100%;
  height: 50px;
}

.home-cta {
  color: #004f9f;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 58px;
  margin-bottom: 20px;
  font-family: Nexa, sans-serif;
  font-size: 21px;
  font-weight: 900;
  display: flex;
}

.home-cta.foire {
  color: #fff;
  background-color: #ff00b2;
}

.fakeh {
  display: none;
}

.top {
  background-color: #004f9f;
  padding: 20px 20px 0;
}

.topfake-img {
  width: 100%;
  margin-top: -5px;
  margin-left: 0;
}

.top-logo {
  width: 210px;
}

.circ-con {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.circ-h1 {
  color: #000;
  margin-top: 0;
  font-family: Nexa, sans-serif;
  font-weight: 900;
}

.circ-p1 {
  margin-bottom: 20px;
  font-family: Nexa, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 26px;
}

.circ-h2 {
  color: #000;
  font-family: Nexa, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.paragraph-2-copy {
  background-color: #004f9f1a;
  padding: 15px;
  font-family: Nexa, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 26px;
}

.circ-blk {
  margin-bottom: 40px;
  display: flex;
}

.circ-blk-r {
  flex-flow: column;
  flex: 1;
  padding: 10px 30px 30px;
  display: flex;
}

.circ-h3 {
  margin-top: 0;
  font-family: Nexa, sans-serif;
  font-size: 24px;
}

.circ-p2 {
  margin-bottom: 20px;
  font-family: Nexa, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 23px;
}

.circ-thumb {
  border-radius: 10px;
}

.circ-cta {
  text-align: center;
  background-color: #004f9f;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 55px;
  font-family: Nexa, sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: flex;
}

.circ {
  padding-bottom: 20px;
}

.sonje-con {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sonje-le {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sonje-r {
  flex: 1;
  padding: 0 20px 10px 40px;
}

.hero-foire25 {
  background-color: #e81653;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.hero-foire25-h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nevo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
}

.hero-foire25-logo {
  width: 100px;
  margin-bottom: 20px;
}

.bold-text {
  display: block;
}

.hero-foire25-categ {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Nevo, sans-serif;
  font-size: 21px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.text-block-3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.hero-link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .contentin {
    width: 100%;
  }

  .item-row {
    margin-bottom: 40px;
  }

  .warpper-l {
    width: 50%;
  }

  .warpper-r {
    background-position: 50% 100%;
  }

  .home-logo {
    width: 320px;
  }

  .text-block {
    font-size: 14px;
  }

  .circ-con {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circ-blk {
    flex-flow: column;
  }

  .circ-blk-r {
    padding-left: 0;
  }

  .circ-thumb {
    margin-bottom: 10px;
  }

  .sonje-r {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo {
    width: 250px;
  }

  .hero-h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .hero-h2 {
    font-size: 20px;
  }

  .item-col-l {
    padding-left: 0;
  }

  .town {
    font-size: 36px;
  }

  .warpper-l {
    width: 100%;
    padding-left: 0;
  }

  .warpper-r {
    display: none;
  }

  .top {
    padding-bottom: 10px;
  }

  .topfake-img {
    margin-top: -9px;
  }

  .sonje-r {
    padding-left: 20px;
    padding-right: 0;
  }

  .hero-foire25 {
    min-height: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-foire25-h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .hero-foire25-logo {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .hero-categ {
    flex-direction: column;
  }

  .content {
    padding-left: 20px;
    padding-right: 10px;
  }

  .item-h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .town {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .wrapper {
    flex-flow: column;
  }

  .warpper-l {
    padding: 40px 40px 10px;
  }

  .warpper-r {
    display: block;
  }

  .home-logo {
    width: 220px;
  }

  .fakev {
    display: none;
  }

  .separator20 {
    height: 40px;
  }

  .home-cta {
    width: 263px;
    height: 50px;
    font-size: 19px;
  }

  .fakeh {
    width: 100%;
    margin-top: -1px;
    display: block;
  }

  .topfake-img {
    margin-top: -15px;
  }

  .top-logo {
    width: 160px;
  }

  .circ-h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .circ-p1 {
    font-size: 17px;
    line-height: 24px;
  }

  .circ-h2 {
    font-size: 27px;
    line-height: 33px;
  }

  .circ-blk-r {
    padding-right: 0;
  }

  .circ-h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .circ-p2 {
    font-size: 17px;
    line-height: 24px;
  }

  .circ-cta {
    width: 100%;
  }

  .sonje-con {
    flex-flow: column;
  }

  .sonje-r {
    padding-left: 0;
  }

  .sonje-img {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-foire25-categ {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Nevo';
  src: url('/global/fonts/Nevo-UltraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('/global/fonts/Nexa-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('/global/fonts/Nexa-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}