/***************************************
*General
****************************************/

body {
  font-family: "DM Sans", sans-serif;
  color: #556171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

.sect-title {
  position: relative;
}

.sub-title {
  color: #30e049;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 16px;
  position: relative;
}

.deco {
  margin-right: 10px;
}

.deco svg {
  margin-top: -10px;
}

.sect-title h1,
.sect-title .h1,
.page-title {
  color: #424242;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
  color: #424242;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
  position: relative;
}

/** Animation **/

@keyframes ctamoveobject {
  50% {
    right: 40px;
  }
}

html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos="fade-right"] {
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos="fade-left"] {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 140px;
}

/** Slider **/

.slide-controls .swiper-btn-prev,
.slide-controls .swiper-btn-next {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  background: none;
  min-height: auto;
  height: auto;
  width: auto;
  color: inherit;
  display: inline-flex;
  font: inherit;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: none;
}

.slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.slide-controls .swiper-btn-prev,
.slide-controls .swiper-btn-next {
  width: 40px;
  height: 40px;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  background-color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.swiper-btn-next:after,
.swiper-btn-prev:after {
  display: none;
}

.slide-controls .swiper-btn-prev:hover,
.slide-controls .swiper-btn-next:hover {
  background-color: #30e049;
}

.slide-controls .swiper-btn-prev:hover svg path,
.slide-controls .swiper-btn-next:hover svg path {
}

.slide-controls.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.slide-controls.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #30e049;
}

/** Colors **/

.color--1 {
  color: #fff !important;
}

.color--2 {
  color: #30e049 !important;
}

.color--3 {
  color: #eeae13 !important;
}

.color--4 {
  color: #424242 !important;
}

.color--5 {
  color: #d6f5d2 !important;
}

.color--6 {
  color: #000 !important;
}

.color--7 {
  color: #4856c2 !important;
}

/** Background **/

.background--1 {
  background-color: #fff !important;
}

.background--2 {
  background-color: #30e049 !important;
}

.background--3 {
  background-color: #eeae13 !important;
}

.background--4 {
  background-color: #424242 !important;
}

.background--5 {
  background-color: #d6f5d2 !important;
}

.background--6 {
  background-color: #000 !important;
}

.background--7 {
  background-color: #4856c2 !important;
}

/** Socials **/

.social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  text-decoration: none !important;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}

.social-txt {
  color: #498288;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27em;
  margin-right: 12px;
}

.social-links .social-link:hover svg path {
  fill: #f5d12e !important;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

/** Variables **/

p {
  margin-bottom: 1.625em;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

figure {
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.form-group {
  margin-bottom: 25px;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

.img-resp,
img {
  max-width: 100%;
  height: auto;
}

*::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: "DM Sans", sans-serif;
  color: #4a4949;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  vertical-align: middle;
  width: 100%;
  text-transform: inherit;
  outline: none;
  height: 64px;
  padding: 19px 24px;
  border-radius: 24px;
  background: rgba(66, 66, 66, 0.05);
  border: 0;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4a4949;
  background: rgba(66, 66, 66, 0.05);
  border: 0;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4a4949 !important;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 110.1+ */
  color: #4a4949 !important;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a4949 !important;
}

textarea::placeholder {
  color: #4a4949 !important;
}

.btn-1,
input[type="submit"],
input[type="button"] {
  font-family: "DM Sans", sans-serif;
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: normal;
  text-transform: none;
  padding: 13px 30px;
  text-align: center;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #30e049 0%, #e2fe1e 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  z-index: 1;
  height: 50px;
  overflow: hidden;
}

.btn-1:after,
.btn-1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #30e049 0%, #e2fe1e 100%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-1:after {
  background: linear-gradient(-90deg, #30e049 0%, #e2fe1e 100%);
  opacity: 0;
}

.btn-1:hover.btn-1:before {
  opacity: 0;
}

.btn-1:hover.btn-1:after {
  opacity: 1;
}

.btn-1 img,
.btn-1 svg {
  margin-left: 15px;
}

.btn-1:hover,
.btn-1:focus,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background-color: #fff;
  color: #424242;
  outline: none;
}

.text-align-last {
  -moz-text-align-last: center;
  text-align-last: center;
}

.text-hyphens {
  -ms-hyphens: auto;
  hyphens: auto;
}

.bg-gradient {
  background: linear-gradient(90deg, #30e049 0%, #e2fe1e 100%);
}

.overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.5;
}

.border-0 {
  border: 0;
}

.offset-right-1 {
  margin-right: 8.333333%;
}

.width-50 {
  width: 50%;
}

.flex--1 {
  -ms-flex: 1;
  flex: 1;
}

.z-index--1 {
  z-index: 1 !important;
}

.z-index--2 {
  z-index: 2 !important;
}

.z-index--auto {
  z-index: auto !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.text-normal {
  text-transform: none !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform-none {
  text-transform: none !important;
}

.margin-b-30px {
  margin-bottom: 30px;
}

.margin-b-40px {
  margin-bottom: 40px;
}

.margin-l-neg15px {
  margin-left: -15px;
}

.margin-r-neg15px {
  margin-right: -15px;
}

.padding-x-50px {
  padding-left: 50px;
  padding-right: 50px;
}

.border-radius-46px {
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}

.v-middle {
  transform: translateY(-50%);
  top: 50%;
}

.h-middle {
  transform: translateX(-50%);
  left: 50%;
}

.hv-middle {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.obj-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.obj-fit-pos-t {
  object-position: top;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-pos-tc {
  background-position: top center;
}

.bg-pos-tl {
  background-position: top left;
}

.bg-pos-bl {
  background-position: bottom left;
}

.bg-pos-tr {
  background-position: top right;
}

.bg-pos-br {
  background-position: bottom right;
}

.bg-pos-center {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.top-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.width-50 {
  width: 50%;
}

.gap-30px {
  gap: 30px;
}

.gap-20px {
  gap: 20px;
}

.column-gap-30px {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.column-gap-60px {
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.txt-stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

/** Transition **/

img,
svg,
svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/** Extra Outer **/

body .page {
  position: relative;
  background: #fffaf4;
  overflow: hidden;
}

body .site-main {
  background: #fffaf4;
}

/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap {
  position: relative;
}

.main-menu-toggle input[type="checkbox"],
.main-menu-toggle {
  display: none;
}

.site-header-menu {
  position: relative;
  z-index: 1;
}

.main-header {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: none;
  position: relative;
  z-index: 999;
}

.main-header .site-navigation .menu > ul > li > a {
  color: #424242;
  text-align: center;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.112em;
  text-transform: uppercase;
  position: relative;
  display: flex;
  text-decoration: none;
  text-align: center;
  align-items: center;
}

.main-header .site-navigation .menu ul ul > li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.112em;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
}

.main-header .site-navigation .menu > ul > li.active > a,
.main-header .site-navigation .menu > ul > li:hover > a,
.main-header .site-navigation .menu > ul > li.hover > a {
  color: #30e049;
}

.main-header .site-navigation .menu ul ul > li.active > a,
.main-header .site-navigation .menu ul ul > li:hover > a,
.main-header .site-navigation .menu ul ul > li.hover > a {
  color: #30e049;
  padding-left: 8px;
}

.site-navigation .site-branding {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

.site-navigation .site-branding .home-logo {
  width: 240px;
  height: auto;
  position: relative;
}

.site-navigation .site-branding .arpege-logo {
  width: 60px;
  height: auto;
  position: relative;
}

/** Other links **/

.site-navigation .other-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-navigation .other-links a {
  padding: 13px 20px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
}

.site-navigation .other-links a img {
  margin: 0 16px 0 0;
}

.site-navigation .other-links a b {
  font-weight: 900;
}

/** Header top **/

.main-header__top {
  padding: 10px 0;
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
}

.main-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: end;
}

.main-header__top-items {
  display: flex;
  align-items: center;
}

.main-header__top-item > a,
.main-header__top-item {
  color: #424242;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  position: relative;
}

.main-header__top-item:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
}

.main-header__top-item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #424242;
  position: absolute;
  top: auto;
  right: 0;
}

.main-header__top-item img {
  margin-right: 10px;
}

/***************************************
* Footer
****************************************/

.footer {
  position: relative;
  margin-bottom: 50px;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 32px;
}

/***************************************
* Bloc text / image
****************************************/
.bloc-text p:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:nth-of-type(2),
.bloc-text h2:first-of-type img:first-of-type {
  display: none;
}

.bloc-text {
  font-family: "DM Sans", sans-serif;
  color: #556171;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625em;
  position: relative;
}

.bloc-text p:last-of-type {
  margin-bottom: 0;
}

.bloc-text h2,
.bloc-text .h2 {
  font-family: "Inter", sans-serif;
  color: #424242;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 36px;
}
