* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E40616;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #92060f;
}

.link {
  color: #E40616;
}
.link:hover {
  color: #92060f;
}

.a-link {
  color: #E40616;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.a-link::before, .a-link::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 1rem;
  background-color: #E40616;
  bottom: -0.2em;
  left: 0;
  transition: 0.4s cubic-bezier(0.86, -0.02, 0.21, 1);
}
.a-link::before {
  width: 100%;
  opacity: 0;
}
.a-link::after {
  width: 20%;
  opacity: 1;
}
.a-link:hover {
  color: #E40616;
}
.a-link:hover::after {
  width: 100%;
}

button {
  border: none;
}

.a-btn, .a-btn-pill {
  display: block;
  padding: 10px 25px;
  font-weight: bold;
  text-decoration: none;
  margin: 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  transition: 0.2s cubic-bezier(0.86, -0.02, 0.21, 1);
}
.a-btn .a-icon-link, .a-btn-pill .a-icon-link {
  transform: rotate(-45deg);
  margin-left: 10px;
  font-size: 0.8em;
  transition: 0.2s;
}
.a-btn:hover .a-icon-link, .a-btn:focus .a-icon-link, .a-btn:active .a-icon-link, .a-btn:focus-visible .a-icon-link, .a-btn:focus-within .a-icon-link, .a-btn-pill:hover .a-icon-link, .a-btn-pill:focus .a-icon-link, .a-btn-pill:active .a-icon-link, .a-btn-pill:focus-visible .a-icon-link, .a-btn-pill:focus-within .a-icon-link {
  font-size: 1.1em;
}
.a-btn:hover .a-icon-link:hover, .a-btn:focus .a-icon-link:hover, .a-btn:active .a-icon-link:hover, .a-btn:focus-visible .a-icon-link:hover, .a-btn:focus-within .a-icon-link:hover, .a-btn-pill:hover .a-icon-link:hover, .a-btn-pill:focus .a-icon-link:hover, .a-btn-pill:active .a-icon-link:hover, .a-btn-pill:focus-visible .a-icon-link:hover, .a-btn-pill:focus-within .a-icon-link:hover {
  transform: rotate(0);
}

.a-btn-pill {
  border-radius: 10rem;
}

.a-btn-primary {
  background-color: #E40616;
  color: #fff;
}
.a-btn-primary:hover, .a-btn-primary:focus, .a-btn-primary:active, .a-btn-primary:focus-visible, .a-btn-primary:focus-within {
  background-color: #92060f;
  color: #fff;
}

.a-btn-secondary {
  background-color: #fff;
  color: #E40616;
}
.a-btn-secondary:hover, .a-btn-secondary:focus, .a-btn-secondary:active, .a-btn-secondary:focus-visible, .a-btn-secondary:focus-within {
  background-color: #000;
  color: #fff;
}

.a-btn-outline {
  background-color: none;
  color: #E40616;
  border: 2px solid #E40616;
}
.a-btn-outline:hover, .a-btn-outline:focus, .a-btn-outline:active, .a-btn-outline:focus-visible, .a-btn-outline:focus-within {
  background-color: #E40616;
  color: #fff;
}

.txt-white {
  color: #fff;
}

.txt-red {
  color: #E40616;
}

.bg-red {
  background-color: #E40616;
}

.bg-white {
  background-color: white;
}

.z2 {
  position: relative;
  z-index: 2;
}

.a-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.168627451);
}

.fw-black {
  font-weight: 900;
}

img {
  width: 100%;
}

body {
  background-color: #F2F2F2 !important;
}
body .header {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.168627451);
  margin-bottom: 20px;
}
body .header .a-collapse-menu {
  position: absolute;
  top: -101vh;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.8s cubic-bezier(0.86, -0.02, 0.21, 1);
  border-radius: 0 0 3rem 3rem;
}
body .header .a-collapse-menu-close {
  max-width: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
}
body .header .a-collapse-menu .header-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .header .a-collapse-menu .header-menu-link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px;
  font-size: 1em;
  font-size: clamp(1.2em, 5vw, 2.4em);
}
body .header .a-collapse-menu .header-menu-link:hover {
  color: #92060f;
}
body .header .a-collapse-menu .header-menu-active {
  color: #E40616 !important;
  font-weight: 900 !important;
}
body .header .a-collapse-menu .header-rs a {
  border: 2px solid #E40616;
  font-size: 1em;
}
body .header .a-collapse-menu-open {
  top: 0;
  position: fixed;
  border-radius: 0;
}
body .header .dropdown-item {
  transition: 0.1s cubic-bezier(0.86, -0.02, 0.21, 1);
}
body .header .dropdown-item:hover {
  background-color: #E40616;
  color: white;
}
body .header .a-burger {
  position: relative;
  z-index: 999;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  width: 40px;
}
body .header .a-burger-line {
  width: 100%;
  height: 4px;
  margin-bottom: 7px;
  background-color: #000;
  display: block;
  margin-left: auto;
  border-radius: 2em;
  transition: 0.4s cubic-bezier(0.86, -0.02, 0.21, 1);
}
body .header .a-burger:hover .a-burger-line:nth-child(2) {
  width: 65%;
}
body .header .a-burger:hover .a-burger-line:nth-child(3) {
  width: 20%;
}
body .header .a-burger.a-burger-active {
  transition: 0.4s cubic-bezier(0.86, -0.02, 0.21, 1);
}
body .header .a-burger.a-burger-active .a-burger-line:nth-child(2) {
  width: 0;
  opacity: 0;
}
body .header .a-burger.a-burger-active .a-burger-line:nth-child(1) {
  width: 100%;
  transform: translateY(11px) rotate(-45deg);
}
body .header .a-burger.a-burger-active .a-burger-line:nth-child(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}
body .header .a-burger.a-burger-active:hover {
  transform: scale(0.95);
}
body .home-cat-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 0.25fr 1fr 0.5fr;
}
body .home-cat-grid .bg-red {
  grid-column: 1;
  grid-row: 1/3;
  border-radius: 1rem;
}
body .home-cat-grid .home-cat-title {
  grid-column: 1;
  grid-row: 1;
}
body .home-cat-grid .home-cat-title h1 {
  font-size: 1.4em;
}
body .home-cat-grid .home-cat-title span {
  font-size: 1em;
}
body .home-cat-grid .home-cat-img {
  display: none;
}
body .home-cat-grid .home-cat-slider {
  grid-column: 1;
  grid-row: 2/4;
  overflow-x: scroll;
}
body .home-cat-grid .home-cat-slider .home-cat-slider-container {
  padding: 0 15px;
  margin-bottom: 20px;
}
body .home-cat-grid .home-cat-slider .home-cat-slider-container .home-cat-btn a {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.168627451);
}
body .home-cat-item {
  max-width: clamp(220px, 40%, 370px);
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.168627451);
}
body .home-cat-item-img {
  border-radius: 1.5rem;
}
body .home-cat-item-img img {
  border-radius: 1.5rem;
}
body .home-cat-item-infos-title h2 {
  font-size: clamp(1rem, 2.5vw, 2rem);
  margin-bottom: 0;
}
body .home-cat-item-infos-date {
  font-size: clamp(0.6em, 2vw, 1rem);
}
body .home-cat-item-infos-link {
  font-size: clamp(0.8em, 3vw, 1.2rem);
}
body .home-odm-title {
  overflow-x: hidden;
}
body .home-odm-title h1 {
  white-space: nowrap;
  animation: odmTitle 25s ease-in-out 0s infinite alternate;
}
body .home-odm-swiper .swiperOffers {
  width: 100%;
  height: clamp(270px, 50vw, 300px);
}
body .home-odm-swiper .swiperOffers .swiper-slide {
  max-width: 400px;
  height: 210px;
}
body .home-odm-swiper .swiperOffers .swiper-slide .home-odm-offer-img img {
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.168627451);
}
body .home-odm-swiper .swiperOffers .swiper-slide .home-odm-offer-desc {
  text-align: center;
}
body .home-odm-swiper .swiperOffers .swiper-button-prev, body .home-odm-swiper .swiperOffers .swiper-button-next {
  border-radius: 50%;
  background-color: #E40616;
  width: 30px;
  height: 30px;
}
body .home-odm-swiper .swiperOffers .swiper-button-prev:after, body .home-odm-swiper .swiperOffers .swiper-button-next:after {
  color: white;
  font-size: 1em;
}
body .home-odm-swiper .swiperOffers .swiper-button-next:after {
  transform: translateX(2px);
}
body .home-odm-swiper .swiperOffers .swiper-button-prev:after {
  transform: translateX(-2px);
}
body .home-odm-swiper .swiperOffers .swiper-pagination-bullet-active {
  background: #E40616;
}
body .home-fid {
  background: #b8d139; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b8d139 0%, #5e9f55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b8d139", endColorstr="#5e9f55",GradientType=1 ); /* IE6-9 */
  border: 1rem;
  position: relative;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.168627451);
  overflow: hidden;
}
body .home-fid-bird {
  position: absolute;
  width: 100%;
  z-index: 0;
}
body .home-fid-tag {
  width: -moz-fit-content;
  width: fit-content;
}
body .home-blog {
  background-color: #fff;
  max-width: 1200px;
  margin: 50px auto;
  border-radius: 2rem;
}
body .home-blog-txt p {
  font-size: 0.8rem;
}
body .home-blog-txt a {
  font-size: 1rem;
}
body .home-blog-slider {
  align-items: flex-start;
  overflow-x: scroll;
  margin: 20px 0;
}
body .home-blog-slider .blog-item {
  width: 180px;
  padding: 10px;
  background-color: #FFEFEF;
}
body .home-blog-slider .blog-item-img {
  min-height: 80px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
body .home-blog-slider .blog-item-content-title h3 {
  font-size: 1.2rem;
}
body .home-blog-slider .blog-item-content-desc {
  font-size: 0.8rem;
}
body .home-galerie {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc59a+0,e02222+100 */
  background: #ffc59a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffc59a 0%, #e02222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc59a", endColorstr="#e02222",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body .home-galerie .row .home-galerie-txt {
  color: #fff;
}
body .home-galerie .row .home-galerie-txt-bird {
  max-width: 100px;
}
body .infos-map img {
  border-radius: 2rem;
}
body .infos .infos-time {
  background-color: #fff;
  border-radius: 2rem;
}
body .infos .infos-time .infos-time-tag {
  border-radius: 25px;
  padding: 5px 15px;
}
body .infos .infos-time .green-tag {
  background-color: #DDEDA0;
  color: #5E7700;
}
body .catalogues .cat-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 0.25fr;
}
body .catalogues .cat-grid .bg-red {
  grid-column: 1;
  grid-row: 1/3;
  border-radius: 1rem;
}
body .catalogues .cat-grid .cat-title {
  grid-column: 1;
  grid-row: 1;
}
body .catalogues .cat-grid .cat-title h1 {
  font-size: 1.4em;
}
body .catalogues .cat-grid .cat-title span {
  font-size: 1em;
}
body .catalogues .cat-grid .cat-img {
  display: none;
}
body .cat-list .home-cat-item {
  max-width: 100%;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.168627451);
}
body .cat-list .home-cat-item-img {
  border-radius: 1.5rem;
}
body .cat-list .home-cat-item-img img {
  border-radius: 1.5rem;
}
body .cat-list .home-cat-item-infos-title h2 {
  font-size: clamp(1rem, 2.5vw, 2rem);
  margin-bottom: 0;
}
body .cat-list .home-cat-item-infos-date {
  font-size: clamp(0.6em, 2vw, 1rem);
}
body .cat-list .home-cat-item-infos-link {
  font-size: clamp(0.8em, 3vw, 1.2rem);
}
body .carteFid .carteFid-infos {
  background-color: #fff;
  border-radius: 3rem;
  transform: translateY(-1.5rem);
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}
body .carteFid .carteFid-infos-avantages {
  background-color: #EBFBFF;
  color: #00607C;
  border-radius: 3rem;
}
body .carteFid .carteFid-infos-avantages h1 {
  font-size: 2rem;
}
body .carteFid .carteFid-infos-avantages .av-container {
  background-image: url("/images/avantages-img.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 20px;
}
body .carteFid .carteFid-infos-how {
  background-color: #DDEDA0;
  color: #5E7700;
  border-radius: 3rem;
}
body .carteFid .carteFid-infos-how .how-container h1 {
  font-size: 2rem;
}
body .contact-visuel {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc59a+0,e02222+100 */
  background: #ffc59a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffc59a 0%, #e02222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffc59a", endColorstr="#e02222",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-radius: 20px 20px 0 0;
  height: 100%;
  width: 100%;
}
body .contact-visuel img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body .contact-visuel .contact-img1 {
  animation: contactEnv 2s ease-in-out 0s infinite alternate;
}
body .contact-visuel .contact-img2 {
  animation: contactShadow 2s ease-in-out 0s infinite alternate;
}
body .contact-form .form-control {
  border: none;
  background-color: #F2F2F2;
}
body .contact-form label {
  margin-left: 10px;
}
body .contact-rgpd {
  font-size: 0.8rem;
  line-height: 110%;
}
body .blog-container .breadcrumbs, body .page-container .breadcrumbs {
  margin-left: 20px;
}
body .blog-container .breadcrumbs a, body .page-container .breadcrumbs a {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
body .blog-container .breadcrumbs a:hover, body .page-container .breadcrumbs a:hover {
  color: #92060f;
}
body .blog-container .breadcrumbs-active, body .page-container .breadcrumbs-active {
  color: #E40616 !important;
}
body .blog-container .blog .form-select, body .page-container .blog .form-select {
  border: none;
  background-color: #F2F2F2;
}
body .blog-container .blog-posts-item, body .page-container .blog-posts-item {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 5px;
  margin: 10px 0;
}
body .blog-container .blog-posts-item .col-5, body .page-container .blog-posts-item .col-5 {
  padding-right: 0;
}
body .blog-container .blog-posts-item-category, body .page-container .blog-posts-item-category {
  font-size: 10px;
  color: #E40616;
  font-weight: bold;
}
body .blog-container .blog-posts-item-title, body .page-container .blog-posts-item-title {
  font-size: 16px;
  line-height: 110%;
  font-weight: black;
}
body .blog-container .blog-posts-item-date, body .page-container .blog-posts-item-date {
  font-size: 10px;
  color: #939393;
}
body .blog-container .blog-posts-item-link, body .page-container .blog-posts-item-link {
  padding: 10px;
}
body .blog-container .blog-posts-item-link .a-link, body .page-container .blog-posts-item-link .a-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
}
body .blog-container .blog .last-posts .blog-posts-item-category, body .page-container .blog .last-posts .blog-posts-item-category {
  font-size: 10px;
}
body .blog-container .blog .last-posts .blog-posts-item-title, body .page-container .blog .last-posts .blog-posts-item-title {
  font-size: 16px;
}
body .blog-container .blog .last-posts .blog-posts-item-date, body .page-container .blog .last-posts .blog-posts-item-date {
  font-size: 10px;
}
body .blog-container .blog .last-posts .blog-posts-item-link .a-link, body .page-container .blog .last-posts .blog-posts-item-link .a-link {
  font-size: 12px;
}
body .blog-container .post-categories, body .page-container .post-categories {
  margin-bottom: 10px;
}
body .blog-container .post-categories .post-category, body .page-container .post-categories .post-category {
  background-color: #FFEFEF;
  color: #E40616;
  font-weight: bold;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
}
body .blog-container .post-title, body .page-container .post-title {
  line-height: 110%;
}
body .blog-container .post-title h1, body .page-container .post-title h1 {
  margin-bottom: 0;
}
body .blog-container .post-date, body .page-container .post-date {
  color: #939393;
  font-size: 0.8rem;
}
body .blog-container .post img, body .page-container .post img {
  border-radius: 20px;
  margin: 15px 0;
}
body .blog-container .post-credit, body .page-container .post-credit {
  text-align: end;
  color: #939393;
  font-style: italic;
}
body .footer {
  background: white;
}
body .footer-infos {
  background-color: #FFEFEF;
  border-radius: 1.5rem;
  font-size: 0.8rem;
}
body .footer-btns {
  gap: 20px;
}
body .footer-btns a {
  border: 2px solid #E40616;
  font-size: 0.8em;
}
body .footer-btns a:hover {
  border: none;
}
body .footer .menu-footer a {
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  text-decoration: none;
}
body .footer .menu-footer a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  body .home-cat-grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
  }
  body .home-cat-grid .bg-red {
    grid-column: 1/-1;
    grid-row: 2/4;
  }
  body .home-cat-grid .home-cat-title {
    grid-column: 1/-1;
    grid-row: 2/4;
  }
  body .home-cat-grid .home-cat-title h1 {
    font-size: 3rem;
  }
  body .home-cat-grid .home-cat-title span {
    font-size: 1.2em;
  }
  body .home-cat-grid .home-cat-img {
    display: block;
    grid-column: 2;
    grid-row: 1/4;
  }
  body .home-cat-grid .home-cat-slider {
    grid-column: 1/-1;
    grid-row: 3/5;
    margin-top: 50px;
  }
  body .home-cat-grid .home-cat-btn {
    grid-row: 5;
    grid-column: 1/-1;
  }
  body .home-blog-slider {
    overflow-x: visible;
  }
  body .catalogues .cat-grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr;
  }
  body .catalogues .cat-grid .bg-red {
    grid-column: 1/-1;
    grid-row: 2/4;
  }
  body .catalogues .cat-grid .cat-title {
    grid-column: 1/-1;
    grid-row: 2/4;
  }
  body .catalogues .cat-grid .cat-title h1 {
    font-size: 3rem;
  }
  body .catalogues .cat-grid .cat-title span {
    font-size: 1.2em;
  }
  body .catalogues .cat-grid .cat-img {
    display: block;
    grid-column: 2;
    grid-row: 1/4;
    display: block;
  }
  body .contact-visuel {
    border-radius: 20px 0 0 20px;
  }
  body .blog-container .breadcrumbs {
    margin-left: 20px;
    font-size: 1.4em;
    font-weight: bold;
  }
  body .blog-container .blog .form-select {
    border: none;
    background-color: #F2F2F2;
  }
  body .blog-container .blog-posts-item {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0;
    transition: 0.4s cubic-bezier(0.86, -0.02, 0.21, 1);
  }
  body .blog-container .blog-posts-item .col-5 {
    padding-right: 0;
  }
  body .blog-container .blog-posts-item-category {
    font-size: 1rem;
    color: #E40616;
    font-weight: bold;
  }
  body .blog-container .blog-posts-item-title {
    font-size: 1.4rem;
    line-height: 110%;
    font-weight: black;
  }
  body .blog-container .blog-posts-item-date {
    font-size: 1rem;
    color: #939393;
  }
  body .blog-container .blog-posts-item-link {
    padding: 10px;
  }
  body .blog-container .blog-posts-item-link .a-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 1rem;
  }
  body .blog-container .blog-posts-item:hover {
    transform: scale(0.98);
    border: 1px solid #E40616;
  }
  .carteFid {
    display: grid;
    grid-template-columns: 1fr 0.4fr 1fr;
    grid-template-rows: 0.2fr 1fr 1.4fr;
  }
  .carteFid .carteFid-visuel {
    max-width: 600px;
    margin: 0 auto;
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .carteFid .carteFid-visuel img {
    border-radius: 3rem;
  }
  .carteFid .carteFid-infos {
    grid-column: 2/-1;
    grid-row: 2/-1;
  }
}
@media (min-width: 1200px) {
  body .header .a-collapse-menu {
    position: inherit;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s cubic-bezier(0.86, -0.02, 0.21, 1);
  }
  body .header .a-collapse-menu-close {
    display: none;
  }
  body .header .a-collapse-menu .header-menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  body .header .a-collapse-menu .header-menu-link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px;
    font-size: 1em;
  }
  body .header .a-collapse-menu .header-menu-link:hover {
    color: #92060f;
  }
  body .header .dropdown {
    margin-top: -1px;
  }
  body .header .dropdown .show {
    transform: translate3d(10px, 22px, 0px) !important;
  }
  body .header .dropdown .dropdown-item {
    font-size: 1rem;
  }
  body .header .a-burger {
    display: none;
  }
}
@media (max-width: 1200px) {
  body .header .dropdown .show {
    position: relative !important;
    transform: translate3d(-5px, 0px, 0px) !important;
  }
}
@keyframes odmTitle {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes contactEnv {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes contactShadow {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.8);
    opacity: 0.7;
  }
}
