/* Colors */
/* Font Weights */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Verdana", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 143, 112, 0.5);
}


#footer_chatbot .chatbot-widget>button.logoBtn {
    position: fixed;
    bottom: 40px;
    right: 25px;
    border: none;
    z-index: 1205;
    background: white;
    border-radius: 50% !important;  
    cursor: pointer;
}
 

#footer_chatbot  .language-container span {
    font-size:10px;
}


html {
  font-size: 62.5%;
  scrollbar-width: thin;
  scrollbar-color: #008F70 #01040D;
}

p {
  margin-bottom: 0;
}

body {
  height: 100vh;
}

body::-webkit-scrollbar {
  width: 1.5rem;
}

body::-webkit-scrollbar-track {
  background: #01040D;
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #008F70;
}

.prevent-scroll {
  overflow: hidden;
}

.ariane {
  display: none;
  position: absolute;
  top: 13%;
  left: 12%;
  font-size: 1.4rem;
  color: #008F70;
}
.ariane a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #008F70;
}
.ariane a:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
  font-weight: 400;
}
.ariane a.current {
  font-weight: 700;
}

.menu-overlay {
  display: none;
  background: #1F1F1F;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  right: 0%;
  opacity: 0.72;
}

.menu-overlay.active {
  display: block;
}

.mobile-nav {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.2s ease;
  z-index: 20;
  right: 0%;
  opacity: 1;
  overflow-y: auto;
  overflow-y: overlay;
}
.mobile-nav .dropdowns {
  display: flex;
  padding: 13em 2.5em 13em 2.5em;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-nav .dropdowns .menu-logo-container {
  background: #FFFFFF;
  transition: 0.2s ease;
  opacity: 1;
  position: fixed;
  right: 0%;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.mobile-nav .dropdowns .menu-logo-container a {
  position: absolute;
  right: 23px;
  top: 23px;
}
.mobile-nav .dropdowns .menu-logo-container a .menu-logo {
  width: 146px;
  height: 45px;
}
.mobile-nav .dropdowns .menu-logo-container.hide {
  opacity: 0;
  right: 100%;
}
.mobile-nav .dropdowns .menu-logo-container.hide a {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}
.mobile-nav .dropdowns .dropdown-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
  height: auto;
}
.mobile-nav .dropdowns .dropdown-section .dropdown-title,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-footer,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-open {
  display: flex;
  height: 55px;
  margin-bottom: 2em;
  padding: 0 1em;
  justify-content: space-evenly;
  align-items: center;
  background: #008F70;
}
.mobile-nav .dropdowns .dropdown-section .dropdown-title h3,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-footer h3,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-open h3 {
  width: 90%;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
.mobile-nav .dropdowns .dropdown-section .dropdown-title svg,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-footer svg,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-open svg {
  transform: rotate(90deg);
}
.mobile-nav .dropdowns .dropdown-section .dropdown-content {
  display: flex;
  flex-direction: column;
  padding-left: 1.5em;
}
.mobile-nav .dropdowns .dropdown-section .dropdown-content a {
  text-decoration: none;
  color: #01040D;
  font-size: 1.8rem;
  opacity: 1;
  padding-bottom: 6.9px;
}
.mobile-nav .dropdowns .dropdown-section .dropdown-content.collapsed {
  display: none;
}
.mobile-nav .dropdowns hr {
  border: 1px solid #1F1F1F;
  margin: 0;
}
.mobile-nav .dropdowns .rsocials {
  display: grid;
  grid-template-columns: 57.5% 40%;
  gap: 2.5%;
  align-items: center;
  padding-left: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.mobile-nav .dropdowns .rsocials p {
  font-size: 1.8rem;
}
.mobile-nav .dropdowns .rsocials .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mobile-nav .dropdowns .rsocials .social-icons a {
  text-decoration: none;
  margin-left: 10px;
}
.mobile-nav .dropdowns .rsocials .social-icons a img {
  width: 100%;
}

.mobile-nav.hide {
  opacity: 0;
  right: 100%;
}
.mobile-nav.hide a {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.menu {
  position: fixed;
  z-index: 25;
  left: 13px;
  top: 18px;
  height: 50px;
  width: 50px;
  display: grid;
  justify-content: center;
}
.menu svg {
  width: 50%;
}
.menu .bars,
.menu .bars:after,
.menu .bars:before {
  width: 35px;
  height: 3px;
}
.menu .bars {
  position: relative;
  transform: translateY(25px);
  background: #008F70;
}
.menu .bars.animate {
  background: #008F70;
}
.menu .bars:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #008F70;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu .bars:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #008F70;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu .bars.animate:after {
  top: 0;
  transform: rotate(45deg);
  background: #008F70;
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu .bars.animate {
  background: none;
}
.menu .bars.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #008F70;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#header {
  display: grid;
  grid-template-columns: 20% 50% 20%;
  grid-template-areas: "menu logo lang";
  grid-template-rows: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  align-items: center;
  height: 90px;
  gap: 5%;
  z-index: 10;
  background: #FFFFFF;
  transition: background 300ms ease-in-out;
}
#header .logo {
  grid-area: logo;
  justify-self: center;
  width: 146px;
}
#header .logo img {
  width: 100%;
}
#header .offer-access {
  display: none;
}
#header .lang {
  grid-area: lang;
  position: relative;
  width: 120px;
}
#header .lang svg {
  width: 60%;
}
#header .lang svg path {
  fill: #008F70;
}
#header .lang .lang-dropdown {
  display: none;
  position: absolute;
  background-color: #008F70;
  align-items: center;
  text-align: center;
  gap: 1px;
  z-index: 1;
  right: 53%;
  top: 115%;
}
#header .lang .lang-dropdown a {
  height: 38px;
  width: 39px;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
  display: grid;
  align-items: center;
  border-right: 2px solid #FFFFFF;
}
#header .lang .lang-dropdown a:last-child {
  border-right: none;
  width: 38px;
}
#header .lang .show {
  display: flex;
}

#header.shadow {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.fixed-buttons {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 35;
  bottom: 0%;
  display: flex;
}
.fixed-buttons .scroll-to-top {
  position: absolute;
  right: 5%;
  bottom: 130%;
}
.fixed-buttons .scroll-to-top.hidden {
  display: none;
}
.fixed-buttons .faq,
.fixed-buttons .simulateur {
  background: #1F1F1F;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-buttons .faq svg,
.fixed-buttons .simulateur svg {
  width: 50%;
  height: 50%;
}
.fixed-buttons .faq {
  border-right: 1px solid #FFFFFF;
  background-image: url(../images/conversation.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.fixed-buttons .simulateur {
  background-image: url(../images/calculator.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}

footer {
  display: grid;
  grid-template-rows: 10% 1fr 10% 10%;
  gap: 2em;
  padding: 10em 2em 16em 2em;
  justify-content: center;
  background-image: url("../images/footer_bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-x: -40rem !important;
  background-position-y: 0rem !important;
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo img {
  width: 60%;
}
footer .dropdowns {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
footer .dropdowns .dropdown-section {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 2em 0;
  border-bottom: 1px solid #FFFFFF;
}
footer .dropdowns .dropdown-section .dropdown-title,
footer .dropdowns .dropdown-section .dropdown-title-footer,
footer .dropdowns .dropdown-section .dropdown-title-open {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
footer .dropdowns .dropdown-section .dropdown-title h3,
footer .dropdowns .dropdown-section .dropdown-title-footer h3,
footer .dropdowns .dropdown-section .dropdown-title-open h3 {
  width: 90%;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
footer .dropdowns .dropdown-section .dropdown-title svg,
footer .dropdowns .dropdown-section .dropdown-title-footer svg,
footer .dropdowns .dropdown-section .dropdown-title-open svg {
  transform: rotate(-90deg);
}
footer .dropdowns .dropdown-section .dropdown-content {
  display: flex;
  flex-direction: column;
}
footer .dropdowns .dropdown-section .dropdown-content a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding-top: 1em;
}
footer .dropdowns .dropdown-section .dropdown-content.collapsed {
  display: none;
}
footer hr {
  display: none;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .links a {
  padding-left: 1em;
}
footer .links a,
footer .copyright,
footer .copyright a {
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  color: #FFFFFF;
}
footer .links a span,
footer .copyright span,
footer .copyright a span {
  font-weight: 700;
}

.page-404 {
  display: grid;
  place-content: center;
  justify-items: center;
  height: 100%;
  gap: 4em;
}
.page-404 h1 {
  font-size: 7rem;
  color: #008F70;
}
.page-404 h2 {
  font-size: 4rem;
  color: #1F1F1F;
}
.page-404 p {
  font-size: 1.6rem;
  color: #1F1F1F;
}
.page-404 a {
  width: 250px;
  height: 50px;
  font-size: 1.6rem;
  color: #FFFFFF;
  background: #008F70;
  display: grid;
  place-content: center;
  text-decoration: none;
}

/* Media Queries */
@media only screen and (max-width: 320px) {
  #header .lang {
    width: 100px;
  }

  .mobile-nav .dropdowns {
    padding: 10em 2.5em 12em 2.5em !important;
  }

  footer {
    background-position-x: -45rem !important;
  }
}
@media only screen and (width: 360px) {
  .mobile-nav .dropdowns {
    padding: 10em 2.5em 13em 2.5em !important;
  }
  .mobile-nav .dropdowns .menu-logo-container {
    background: #FFFFFF;
  }

  footer {
    background-position-x: -45rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .menu {
    left: 24px;
    top: 22px;
  }

  .mobile-nav .dropdowns .dropdown-section .dropdown-content a {
    padding-bottom: 1em;
  }
  .mobile-nav .dropdowns .rsocials a {
    width: 45px;
    height: 45px;
    justify-self: end;
  }

  #header {
    grid-template-columns: 15% 60% 15%;
    height: 90px;
  }
  #header .logo {
    width: 300px;
  }
  #header .lang {
    width: 200px;
  }
  #header .lang .lang-dropdown {
    right: 60%;
    top: 130%;
  }

  footer {
    grid-template-rows: 10% 1fr 10% 5%;
    padding: 10em 4em 10em 4em;
  }
  footer .links {
    width: 75%;
    justify-self: center;
  }
  footer .links a {
    font-size: 1.6rem;
  }
  footer .copyright p {
    font-size: 1.6rem;
  }
  footer .copyright p a {
    font-size: 1.6rem;
  }
  footer .logo img {
    width: 40%;
  }

  .page-404 h1 {
    font-size: 8rem;
  }
  .page-404 h2 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 901px) {
  .menu {
    left: 60px;
    top: 40px;
  }
  .menu .bars,
.menu .bars:before,
.menu .bars:after {
    width: 60px;
    height: 4px;
  }

  .ariane {
    display: block;
  }

  .mobile-nav {
    width: 75vw;
    right: 25%;
    background-size: 211px;
    background-position-x: 93%;
    background-position-y: 5%;
  }
  .mobile-nav .dropdowns {
    padding: 25em 5em 3em 5em;
  }
  .mobile-nav .dropdowns .menu-logo-container {
    top: 0;
    right: 256px;
    width: 75%;
    height: 185px;
  }
  .mobile-nav .dropdowns .menu-logo-container a {
    top: 35px;
    right: 50px;
  }
  .mobile-nav .dropdowns .menu-logo-container a .menu-logo {
    width: 211px;
    height: 66px;
  }
  .mobile-nav .dropdowns .dropdown-section {
    padding-bottom: 1em;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-footer,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-open {
    height: 75px;
    padding: 0 1em 0 0;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title h3,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-footer h3,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-open h3 {
    font-size: 2rem;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title svg,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-footer svg,
.mobile-nav .dropdowns .dropdown-section .dropdown-title-open svg {
    width: 20px;
    height: 40px;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-content {
    font-size: 1.8rem;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-content a {
    padding-bottom: 1em;
  }
  .mobile-nav .dropdowns .rsocials {
    padding-left: 2.5em;
  }
  .mobile-nav .dropdowns .rsocials a {
    width: 56px;
    height: 56px;
  }

  #header {
    height: 130px;
    grid-template-columns: 29% 43% 20% 7%;
    grid-template-areas: "menu logo offer lang";
    gap: 0;
  }
  #header .menu {
    height: 25%;
    justify-content: flex-start;
    padding-left: 5em;
  }
  #header .menu .bars,
#header .menu .bars:before,
#header .menu .bars:after {
    width: 60px;
    height: 4px;
  }
  #header .logo {
    width: 355px;
  }
  #header .offer-access {
    grid-area: offer;
    text-decoration: none;
    font-size: 1.8rem;
    color: #008F70;
    grid-template-columns: 94% 6%;
    display: grid;
    width: 180px;
    align-items: center;
  }
  #header .offer-access span {
    font-size: 3rem;
    padding-bottom: 5px;
  }
  #header .lang {
    display: grid;
    align-content: center;
    width: 40px;
  }
  #header .lang .lang-dropdown {
    right: 22%;
    top: 125%;
  }

  .fixed-buttons {
    width: 76px;
    height: 153px;
    bottom: 59%;
    right: 0;
    flex-direction: column;
  }
  .fixed-buttons .scroll-to-top {
    right: 50%;
    bottom: -500%;
  }
  .fixed-buttons .faq,
.fixed-buttons .simulateur {
    width: 100%;
  }
  .fixed-buttons .faq {
    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
  }

  footer {
    grid-template-rows: 9% 1fr 12% 5%;
    background-position-x: -355px !important;
    padding: 18em 6em 10em 6em;
    gap: 4em;
  }
  footer .logo {
    width: 251px;
    height: 79px;
  }
  footer .logo img {
    width: 100%;
  }
  footer .dropdowns .dropdown-section {
    padding: 3em 0;
  }
  footer .dropdowns .dropdown-section .dropdown-title h3,
footer .dropdowns .dropdown-section .dropdown-title-footer h3,
footer .dropdowns .dropdown-section .dropdown-title-open h3 {
    font-size: 1.8rem;
  }
  footer .dropdowns .dropdown-section .dropdown-title svg,
footer .dropdowns .dropdown-section .dropdown-title-footer svg,
footer .dropdowns .dropdown-section .dropdown-title-open svg {
    width: 12.01px;
    height: 16.843px;
  }
  footer .links {
    width: 85%;
    gap: 4em;
    justify-self: center;
  }
  footer .links a {
    font-size: 1.8rem;
  }
  footer .copyright {
    align-self: center;
  }
  footer .copyright p {
    font-size: 1.8rem;
  }
  footer .copyright p a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .menu {
    cursor: pointer;
    left: 98px;
  }

  .mobile-nav {
    width: 50vw;
    right: 50%;
  }
  .mobile-nav .dropdowns {
    padding: 16em 8em 5em 8em;
    justify-content: space-evenly;
  }
  .mobile-nav .dropdowns .menu-logo-container {
    width: 50%;
    right: 51.5%;
    height: 155px;
  }
  .mobile-nav .dropdowns .menu-logo-container a {
    right: 50px;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title {
    cursor: pointer;
  }

  #header {
    grid-template-columns: 29% 43% 23% 7% !important;
  }
  #header .offer-access {
    width: 188px;
    justify-self: end;
    margin-right: 2em;
  }
  #header .lang {
    cursor: pointer;
  }
  #header .lang .lang-dropdown a {
    background: #008F70;
    transition: all 300ms linear;
  }
  #header .lang .lang-dropdown a:hover {
    background: #1F1F1F;
    transition: all 300ms linear;
  }

  .fixed-buttons {
    bottom: 42.5%;
  }
  .fixed-buttons .faq,
.fixed-buttons .simulateur {
    cursor: pointer;
  }

  .ariane {
    top: 150px;
    left: 8%;
  }

  footer {
    grid-template-rows: 65% 1% 5%;
    grid-template-columns: 35% 62.5%;
    grid-template-areas: "logo dropdowns" "separator separator" "copyright links";
    align-items: center;
    background-size: unset !important;
    padding: 18em 9em 0em 10em;
  }
  footer .logo {
    grid-area: logo;
    align-self: start;
    padding-top: 70px;
    width: 261px;
  }
  footer .logo img {
    width: 100%;
  }
  footer .dropdowns {
    grid-area: dropdowns;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .dropdowns .dropdown-section {
    height: 355px;
    border-bottom: none;
  }
  footer .dropdowns .dropdown-section .dropdown-title h3,
footer .dropdowns .dropdown-section .dropdown-title-footer h3,
footer .dropdowns .dropdown-section .dropdown-title-open h3 {
    width: 100%;
  }
  footer .dropdowns .dropdown-section .dropdown-title svg,
footer .dropdowns .dropdown-section .dropdown-title-footer svg,
footer .dropdowns .dropdown-section .dropdown-title-open svg {
    display: none;
  }
  footer .dropdowns .dropdown-section .dropdown-content {
    padding-top: 2em;
    display: flex;
  }
  footer .dropdowns .dropdown-section .dropdown-content a {
    padding-bottom: 0.5em;
  }
  footer hr {
    display: block;
    grid-area: separator;
    border: 1px solid #FFFFFF;
  }
  footer .links {
    grid-area: links;
    width: 100%;
    justify-content: flex-end;
    gap: 0;
  }
  footer .links a {
    padding-left: 2em;
  }
  footer .copyright {
    grid-area: copyright;
    justify-self: flex-start;
  }

  @-moz-document url-prefix() {
    footer {
      padding: 18em 9em 4em 9em;
    }
  }
  .page-404 a {
    cursor: pointer;
    transition: all 200ms linear;
  }
  .page-404 a:hover {
    background: #1F1F1F;
    transition: all 200ms linear;
  }
}
@media only screen and (max-width: 1725px) and (min-width: 1280px) {
  .menu {
    left: 50px;
    top: 28px;
  }
  .menu .bars,
.menu .bars:before,
.menu .bars:after {
    width: 50px;
  }
  .menu .bars:before {
    bottom: 12px;
  }
  .menu .bars:after {
    top: 12px;
  }

  body #header {
    height: 105px !important;
  }
  body #header .logo {
    width: 370px;
  }

  .mobile-nav {
    scrollbar-width: thin;
    scrollbar-color: #008F70 #01040D;
  }
  .mobile-nav::-webkit-scrollbar {
    width: 1.5rem;
  }
  .mobile-nav::-webkit-scrollbar-track {
    background: #01040D;
    border-radius: 4px;
  }
  .mobile-nav::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 3px;
  }
  .mobile-nav::-webkit-scrollbar-thumb:hover {
    background: #008F70;
  }
  .mobile-nav .dropdowns {
    justify-content: unset;
    padding: 12em 6em 5em 6em;
  }
  .mobile-nav .dropdowns .menu-logo-container {
    height: 120px;
  }
  .mobile-nav .dropdowns .menu-logo-container a {
    right: 35px;
    top: 20px;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title {
    padding-left: 1em;
    height: 65px;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title h3 {
    font-size: 1.8rem;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title svg {
    width: 15px;
    height: 35px;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-content a {
    font-size: 1.6rem;
    padding-bottom: 9px;
  }
  .mobile-nav .dropdowns .rsocials a {
    width: 46px;
    height: 46px;
  }

  .fixed-buttons {
    bottom: 40%;
    width: 65px;
    height: 133px;
  }

  footer {
    grid-template-columns: 38% 66.5%;
  }
  footer .dropdowns .dropdown-section .dropdown-title-footer h3 {
    font-size: 1.6rem;
  }
  footer .dropdowns .dropdown-section .dropdown-content a {
    font-size: 1.4rem;
  }
  footer .copyright {
    padding-left: 0;
  }
  footer .copyright p {
    font-size: 1.4rem;
  }
  footer .copyright p a {
    font-size: 1.4rem;
    padding-left: 0;
  }
  footer .links {
    justify-content: space-between;
  }
  footer .links a {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .menu {
    left: 135px;
  }

  .mobile-nav .dropdowns {
    justify-content: start;
    padding: 16em 12em 5em 12em;
  }
  .mobile-nav .dropdowns .menu-logo-container a {
    right: 80px;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-title h3 {
    font-size: 2.4rem;
  }
  .mobile-nav .dropdowns .dropdown-section .dropdown-content a {
    font-size: 2.2rem;
  }
  .mobile-nav .dropdowns .rsocials p {
    font-size: 2.2rem;
  }
  .mobile-nav .dropdowns .rsocials a {
    justify-self: end;
  }

  .ariane {
    top: 12%;
  }

  .fixed-buttons {
    bottom: 44.5%;
  }

  footer {
    padding: 26em 13em 4em 13em;
  }
  footer .logo {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
  .ariane {
    top: 140px;
  }
}/*# sourceMappingURL=global.css.map */