/** Start Global Styles **/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Fira Sans", sans-serif;
  background: #213340;
}

body.home {
  overflow: hidden;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  font-size: 13px;
  line-height: 20px;
  border-color: transparent !important;
  color: #f7f3e2 !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
}

.linkedin-global {
  position: absolute;
  bottom: 40px;
  right: 75px;
  z-index: 10;
}
.linkedin-global a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 243, 226, 0.1);
  border-radius: 50px;
}
.linkedin-global.yellow a {
  background: #edddb0;
}
.linkedin-global.yellow svg path {
  fill: #213340;
}

.scroll-to-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 10;
  cursor: pointer;
}
.scroll-to-bottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f7f3e2;
}

/** End Global Styles **/
/** Start Header Styles **/
header {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 40px;
  z-index: 20;
}
header .header-container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 58px;
}
header nav {
  display: flex;
  flex-direction: column;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f7f3e2;
  position: relative;
}
header nav ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #dab451;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
header nav ul li.active {
  color: #dab451;
}
header nav ul li.active::after {
  opacity: 1;
}
header .search {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(247, 243, 226, 0.2);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
header.header__black .logo svg path {
  fill: #213340;
}
header.header__black .logo svg path:nth-last-of-type(1),
header.header__black .logo svg path:nth-last-of-type(2) {
  fill: #dab451;
}
header.header__black nav ul li {
  color: #213340;
}
header.header__black .search {
  background: rgba(218, 180, 81, 0.2);
}
header.header__black .search svg path:last-child {
  stroke: #213340;
}

header.header__black .field-search input {
  color: #213340;
  border-bottom: 1px solid #213340;
}

header.header__black .field-search input::placeholder {
  color: #213340;
}

header .field-search {
  position: absolute;
  right: 60px;
  /* clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%); */
  opacity: 0;
  transition: 0.5s;
}

body.opened_search header .field-search {
  opacity: 1;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}

header .field-search input {
  width: 150px;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #f7f3e2;
  padding-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #f7f3e2;
}

header .field-search input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #f7f3e2;
}

/** End Header Styles **/
/** Start Animation On Scroll Pin **/
.container-animation {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.wrapper-animation {
  background: #213340;
}

.animation_scroll {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  overflow: hidden;
  opacity: 0;
}
.animation_scroll .pin_svg {
  transition: 0.5s;
  background: #213340;
}
.animation_scroll #orange-circle1,
.animation_scroll #white-circle2 {
  transition: 0.4s linear;
}
.animation_scroll #white-circle1 {
  transform: matrix(0.96752, 0.25278, -0.25278, 0.96752, 77.90157, 6.91155);
}
.animation_scroll #orange-circle1 {
  transform: matrix(1, 0.00012, -0.00012, 1, -6.63323, 0.69004);
}
.animation_scroll #white-circle2 {
  transform: matrix(0.12423, -0.99225, 0.99225, 0.12423, 727.915, 1060.86);
}
.animation_scroll #orange-circle2 {
  transform: matrix(0.12423, -0.99225, 0.99225, 0.12423, 390.915, 1530.86);
}
.animation_scroll #white-circle3 {
  transform: matrix(0.96872, -0.24816, 0.24816, 0.96872, -272.47648, 167.1652);
}

.animation_scroll #white-circle5 {
  width: 230px;
  height: 230px;
}

.animation_scroll #orange-circle6 {
  width: 290px;
  height: 290px;
}

.animation_scroll #white-circle5 img {
  transform: rotate(90deg);
}

.animation_scroll #orange-circle6 img {
  transform: rotate(70deg);
}

.animation_scroll .bureaux-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.animation_scroll #white-circle1,
.animation_scroll #white-circle3 {
  opacity: 0;
  transition: 0.4s linear;
}
.animation_scroll #orange-circle3,
.animation_scroll #white-circle4,
.animation_scroll #orange-circle4,
.animation_scroll #orange-circle5,
.animation_scroll #orange-circle6,
.animation_scroll #white-circle5 {
  opacity: 0;
}
.animation_scroll .pin_svg {
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.animation_scroll .pin_svg svg {
  width: 100%;
  height: 100%;
}

/** Start Hero Styles **/
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.hero .bg-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero .bg-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero-container {
  width: 870px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.hero .hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero .hero-titles {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero .hero-titles h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 66px;
  color: #dab451;
}
.hero .hero-titles h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  color: #f7f3e2;
  display: flex;
  align-self: flex-end;
}

/** End Hero Styles **/
/** Start Conviction Styles **/
.conviction {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10%;
  left: 5%;
}
.conviction .conviction-container {
  width: 1410px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.conviction .conviction-content {
  display: flex;
  flex-direction: column;
}
.conviction .conviction-header {
  width: 570px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.conviction .conviction-header h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #dab451;
}
.conviction .conviction-header h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #f7f3e2;
  padding: 20px 0;
}
.conviction .conviction-header p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
}
.conviction .conviction-footer {
  width: 560px;
  display: flex;
  flex-direction: column;
  padding-top: 150px;
}
.conviction .conviction-footer h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #dab451;
}
.conviction .conviction-footer p {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  color: #f7f3e2;
}

/** End Conviction Styles **/
/** Start Block Animate Styles **/
.block-animate {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
}
.block-animate.technicite {
  left: 50%;
  bottom: 55%;
}
.block-animate.personnalisation {
  left: 61%;
  bottom: 26%;
}
.block-animate.agilite {
  top: 37%;
  right: 13%;
}
.block-animate .block-animate-container {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.block-animate .block-animate-content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  position: relative;
}
.block-animate .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-animate .info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  color: #dab451;
}
.block-animate .info p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
}

.block-animate .info p strong {
  font-weight: 600;
}

/** End Block Animate Styles **/
/** Start Notaires Styles **/
.notaires {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 10%;
  left: 5%;
  opacity: 0;
}
.notaires .notaires-container {
  width: 590px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.notaires .notaires-content {
  display: flex;
  flex-direction: column;
}
.notaires h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #dab451;
}
.notaires p {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  color: #f7f3e2;
}

/** End Notaires Styles **/
/** Start Expertises Styles **/
.expertises {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
}
.expertises .expertises-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateX(100%);
}
.expertises .expertises-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.expertises .first-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #213340;
  z-index: 1;
  pointer-events: none;
  -webkit-clip-path: circle(135% at 5% 95%);
  clip-path: circle(135% at 5% 95%);
}
.expertises .second-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f7f3e2;
  z-index: -1;
  pointer-events: none;
}
.expertises .expertises-container {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.expertises .expertises-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expertises .left-side {
  width: 652px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.expertises .left-side h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #dab451;
}
.expertises .left-side h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #213340;
  padding-top: 20px;
}
.expertises .left-side ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 35px;
}
.expertises .left-side ul li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #213340;
  opacity: 0.9;
  position: relative;
  padding-left: 18px;
}
.expertises .left-side ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #213340;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}
.expertises .right-side {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.expertises .right-side a {
  display: flex;
  align-items: center;
  gap: 25px;
}
.expertises .right-side a span {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dab451;
  border-radius: 50%;
  transition: 0.5s;
}
.expertises .right-side a:hover span {
  transform: scale(1.2) rotate(45deg);
}
.expertises .right-side a h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #213340;
  transition: 0.5s;
  position: relative;
  left: 0;
  z-index: 3;
}
.expertises .right-side a:hover h4 {
  left: -35px;
}

/** End Expertises Styles **/
/** Start Slider Expertises Styles **/
.slider-expertises {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f3e2;
  position: absolute;
  top: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
}
.slider-expertises .bg-slider-expertises {
  width: 190%;
  height: 170%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -40%);
  z-index: -1;
  pointer-events: none;
}
.slider-expertises .bg-slider-expertises svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-expertises .slider-expertises-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.slider-expertises .slider-expertises-content {
  display: flex;
  flex-direction: column;
}
.slider-expertises .slider-expertises-switch {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.slider-expertises .slider-expertises-switch ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.slider-expertises .slider-expertises-switch ul li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e3d29b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-expertises .splide__slide {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 150px;
  position: relative;
}
.slider-expertises .splide__slide:nth-child(3n + 2) {
  top: 150px;
}
.slider-expertises .splide__slide:nth-child(3n + 1) {
  top: 80px;
}
.slider-expertises .splide__slide:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 33px;
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='1' height='395' viewBox='0 0 1 395' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='-2.18557e-08' x2='0.500018' y2='423' stroke='url(%23paint0_linear_428_15106)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_428_15106' x1='-0.5' y1='2.18557e-08' x2='-0.499982' y2='423' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DAB451'/%3E%3Cstop offset='1' stop-color='%23DAB451' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.slider-expertises .splide__slide .number {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #dab451;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #dab451;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-expertises .splide__slide .info {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.slider-expertises .splide__slide .info h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #dab451;
}
.slider-expertises .splide__slide .info p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #213340;
  opacity: 0.9;
  padding-top: 15px;
}
.slider-expertises .splide__slide .info a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
  position: relative;
  z-index: 20;
}

.slider-expertises .splide__slide .info a h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #213340;
}
.slider-expertises .splide__slide .info a span {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #dab451;
  border-radius: 50%;
  transition: 0.5s;
}
.slider-expertises .splide__slide .info a:hover span {
  transform: rotate(45deg);
}

/** End Slider Expertises Styles **/
/** Start Team Styles **/
.team {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f3e2;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 4;
}
.team .bg-team {
  width: 190%;
  height: 170%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -40%);
  z-index: 0;
  pointer-events: none;
}
.team .bg-team svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.team .team-container {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.team .team-content {
  display: flex;
  flex-direction: column;
}
.team .team-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team .team-header h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #dab451;
  padding-bottom: 10px;
}
.team .team-header h2 {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 40px;
  color: #213340;
  position: relative;
}
.team .team-header h2:last-child {
  align-self: flex-end;
  left: 50px;
}
.team .team-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team .team-blocks .left-side {
  width: 360px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.team .team-blocks .left-side a {
  display: flex;
  align-items: center;
  gap: 25px;
}
.team .team-blocks .left-side a span {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dab451;
  border-radius: 50%;
  transition: 0.5s;
}
.team .team-blocks .left-side a:hover span {
  transform: scale(1.2) rotate(45deg);
}
.team .team-blocks .left-side a h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #213340;
  position: relative;
  left: 0;
  z-index: 3;
  transition: 0.5s;
}
.team .team-blocks .left-side a:hover h4 {
  left: -35px;
}
.team .team-blocks .right-side {
  width: 620px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.team .team-blocks .right-side p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #213340;
  opacity: 0.9;
}

/** End Team Styles **/
/** End Animation On Scroll Pin **/
/** Start Single Expertises Styles **/
.singleExp {
  display: flex;
  flex-direction: column;
  padding-top: 250px;
  padding-bottom: 70px;
  background-color: #f7f3e2;
  position: relative;
  z-index: 1;
}
.singleExp:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='1902' viewBox='0 0 1440 1902' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_389_2581)'%3E%3Cpath d='M774.427 -921.994C1539.34 -921.994 2159.43 -302.356 2159.43 462.006C2159.43 1226.37 1539.34 1846.01 774.427 1846.01C9.51276 1846.01 -610.573 1226.37 -610.573 462.006C-610.573 -302.356 9.51276 -921.994 774.427 -921.994Z' fill='url(%23paint0_radial_389_2581)'/%3E%3Cpath d='M610.927 -575.994C1270.63 -575.994 1805.43 -41.1981 1805.43 618.506C1805.43 1278.21 1270.63 1813.01 610.927 1813.01C-48.7772 1813.01 -583.573 1278.21 -583.573 618.506C-583.573 -41.1981 -48.7772 -575.994 610.927 -575.994Z' fill='url(%23paint1_radial_389_2581)'/%3E%3Cpath d='M447.427 -226.994C1001.92 -226.994 1451.43 222.736 1451.43 777.506C1451.43 1332.28 1001.92 1782.01 447.427 1782.01C-107.067 1782.01 -556.573 1332.28 -556.573 777.506C-556.573 222.736 -107.067 -226.994 447.427 -226.994Z' fill='url(%23paint2_radial_389_2581)'/%3E%3Cpath d='M282.927 122.006C732.763 122.006 1097.43 486.222 1097.43 935.506C1097.43 1384.79 732.763 1749.01 282.927 1749.01C-166.909 1749.01 -531.573 1384.79 -531.573 935.506C-531.573 486.222 -166.909 122.006 282.927 122.006Z' fill='url(%23paint3_radial_389_2581)'/%3E%3Cpath d='M118.427 468.006C462.5 468.006 741.427 747.38 741.427 1092.01C741.427 1436.63 462.5 1716.01 118.427 1716.01C-225.646 1716.01 -504.573 1436.63 -504.573 1092.01C-504.573 747.38 -225.646 468.006 118.427 468.006Z' fill='%23F7F3E2'/%3E%3Crect width='1440' height='1902' fill='url(%23paint4_linear_389_2581)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_389_2581' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(662.302 800.841) rotate(-17.5695) scale(1555.01 1677.44)'%3E%3Cstop stop-color='%23E0C16E'/%3E%3Cstop offset='1' stop-color='%23F7F3E2' stop-opacity='0.2'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_389_2581' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(792.491 1040.24) rotate(-11.3835) scale(1265.26 1129.43)'%3E%3Cstop stop-color='%23E6CD8B'/%3E%3Cstop offset='1' stop-color='%23F7F3E2'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_389_2581' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(267.14 1145.04) rotate(-15.2316) scale(1486.22 1191.79)'%3E%3Cstop stop-color='%23EBDAA8'/%3E%3Cstop offset='1' stop-color='%23F7F3E2'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_389_2581' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(282.927 935.506) scale(1119.41 670.821)'%3E%3Cstop stop-color='%23F1E6C5'/%3E%3Cstop offset='1' stop-color='%23F7F3E2' stop-opacity='0.8'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint4_linear_389_2581' x1='720' y1='314.675' x2='720' y2='1902' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F7F3E2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23F7F3E2'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_389_2581'%3E%3Crect width='1440' height='1902' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}
.singleExp .singleExp-container {
  width: 1255px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.singleExp .singleExp-content {
  display: flex;
  flex-direction: column;
}
.singleExp .top {
  display: flex;
  gap: 70px;
}
.singleExp .left-side {
  width: 95px;
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 50px;
}
.singleExp .left-side ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.singleExp .left-side ul li {
  display: flex;
  flex-direction: column;
}
.singleExp .left-side ul a {
  width: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: rgba(247, 243, 226, 0.1);
  border: 1px solid #dab451;
  border-radius: 50px;
}
.singleExp .right-side {
  width: 848px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.singleExp .right-side .title {
  display: flex;
  flex-direction: column;
}
.singleExp .right-side .title h1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 66px;
  color: #dab451;
}
.singleExp .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.singleExp .right-side .description h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #213340;
  opacity: 0.9;
}
.singleExp .right-side .description p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #213340;
  opacity: 0.9;
}
.singleExp .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 35px;
}
.singleExp .bottom .domaines-inter {
  display: flex;
  flex-direction: column;
  padding: 45px 70px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.singleExp .bottom .domaines-inter .title {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  border-bottom: 1.5px solid rgba(218, 180, 81, 0.4);
}
.singleExp .bottom .domaines-inter .title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #dab451;
}
.singleExp .bottom .domaines-inter .content {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.singleExp .bottom .domaines-inter .content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.singleExp .bottom .domaines-inter .content ul li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #213340;
}
.singleExp .bottom .equipe-dediee {
  display: flex;
  flex-direction: column;
  padding: 45px 70px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.singleExp .bottom .equipe-dediee .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1.5px solid rgba(218, 180, 81, 0.4);
}
.singleExp .bottom .equipe-dediee .title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #dab451;
}
.singleExp .bottom .equipe-dediee .title a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.singleExp .bottom .equipe-dediee .title a h4 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #213340;
}
.singleExp .bottom .equipe-dediee .title a span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dab451;
  border-radius: 50%;
}
.singleExp .bottom .equipe-dediee .equipe-dediee-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}
.singleExp .bottom .equipe-dediee .item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.singleExp .bottom .equipe-dediee .item .image {
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  /* background: #000; */
}
.singleExp .bottom .equipe-dediee .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.singleExp .bottom .equipe-dediee .item .info {
  display: flex;
  flex-direction: column;
}
.singleExp .bottom .equipe-dediee .item .info h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #213340;
}
.singleExp .bottom .equipe-dediee .item .info h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #213340;
}

/** End Single Expertises Styles **/
/** Start Single Post Styles **/
.singlePost {
  display: flex;
  flex-direction: column;
  padding-top: 310px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.singlePost:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-post.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.singlePost .singlePost-container {
  width: 1255px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.singlePost .singlePost-content {
  display: flex;
  gap: 70px;
}
.singlePost .left-side {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 50px;
}
.singlePost .left-side ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.singlePost .left-side ul li {
  display: flex;
  flex-direction: column;
}
.singlePost .left-side ul a {
  width: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: rgba(247, 243, 226, 0.1);
  border: 1px solid #dab451;
  border-radius: 50px;
}
.singlePost .right-side {
  width: 887px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.singlePost .right-side .title {
  display: flex;
  flex-direction: column;
}
.singlePost .right-side .title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  color: #dab451;
}
.singlePost .right-side .post-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.singlePost .right-side .post-info .cat {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
}
.singlePost .right-side .post-info .category-author {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #263b4a;
  border: 1px solid rgba(247, 243, 226, 0.05);
  border-radius: 100px;
  padding: 20px;
}
.singlePost .right-side .post-info .category-author .author-avatar {
  width: 49px;
  height: 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.singlePost .right-side .post-info .category-author .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.singlePost .right-side .post-info .category-author .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 20px;
  gap: 10px;
}
.singlePost .right-side .post-info .category-author .author-name {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
}
.singlePost .right-side .post-info .category-author .author-name span {
  color: #dab451;
}
.singlePost .right-side .post-info .copy-link,
.singlePost .right-side .post-info .share-post {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(247, 243, 226, 0.1);
  border: 1px solid rgba(247, 243, 226, 0.05);
  border-radius: 100px;
  padding: 23px 25px;
  cursor: pointer;
}
.singlePost .right-side .post-info .copy-link h3,
.singlePost .right-side .post-info .share-post h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
}
.singlePost .right-side .post-info .copy-link span,
.singlePost .right-side .post-info .share-post span {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #dab451;
  border-radius: 50%;
}
.singlePost .right-side .intro {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.singlePost .right-side .intro p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #f7f3e2;
  opacity: 0.9;
}
.singlePost .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f7f3e2;
  border: 1px solid rgba(247, 243, 226, 0.05);
  border-radius: 20px;
  padding: 65px 75px;
  margin-top: 60px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #213340;
  opacity: 0.9;
}

/** End Single Post Styles **/
/** Start Team Page Styles **/
.teamPage {
  display: flex;
  flex-direction: column;
  padding-top: 250px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.teamPage:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='2533' viewBox='0 0 1440 2533' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_397_3170)'%3E%3Ccircle opacity='0.05' cx='154.298' cy='-93.6384' r='376.775' transform='rotate(88.7178 154.298 -93.6384)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='163.016' cy='283.201' r='15' transform='rotate(-16.2822 163.016 283.201)' fill='%23DAB451'/%3E%3Ccircle opacity='0.05' cx='156.627' cy='-76.011' r='604.985' transform='rotate(23.6649 156.627 -76.011)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle opacity='0.05' cx='155.411' cy='-39.7803' r='833.18' transform='rotate(5.82441 155.411 -39.7803)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='945.685' cy='222.591' r='30' transform='rotate(5.82441 945.685 222.591)' fill='%23F7F3E2'/%3E%3Ccircle opacity='0.05' cx='176.397' cy='-42.8905' r='1061.38' transform='rotate(-2.04122 176.397 -42.8905)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='1100.9' cy='477.091' r='50' transform='rotate(-3.38717 1100.9 477.091)' fill='%23DAB451'/%3E%3Ccircle opacity='0.05' cx='176.5' cy='-42.5' r='1318.5' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle opacity='0.05' cx='176.5' cy='-42.5' r='1588.5' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cellipse opacity='0.05' cx='-93.5' cy='-314' rx='2294.5' ry='2293' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cellipse opacity='0.05' cx='-93.5' cy='-314' rx='2578.5' ry='2577' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_397_3170'%3E%3Crect width='1440' height='2533' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  padding-top: 220px;
}
.teamPage .teamPage-container {
  width: 1135px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.teamPage .teamPage-content {
  display: flex;
  flex-direction: column;
}
.teamPage .teamPage-header {
  width: 670px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-left: 80px;
}
.teamPage .teamPage-header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 66px;
  color: #dab451;
}
.teamPage .teamPage-header p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
  padding-left: 50px;
  padding-right: 70px;
}
.teamPage .teamPage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  justify-content: center;
  margin-top: 95px;
}
.teamPage .teamPage-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  align-self: center;
}
.teamPage .teamPage-grid .team-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.teamPage .teamPage-grid .team-item .image {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}
.teamPage .teamPage-grid .team-item .image .avatar {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.teamPage .teamPage-grid .team-item .image .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0px 20px 68px 14px rgba(33, 51, 64, 0.3);
  transform: scale(1.08);
  transition: 0.5s;
}
.teamPage .teamPage-grid .team-item .image .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #dab451;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  transform: scale(1);
  transition: 0.5s;
}
.teamPage .teamPage-grid .team-item .image .arrow img {
  transform: rotate(0);
  transition: 0.5s;
}
.teamPage .teamPage-grid .team-item .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 40px;
}
.teamPage .teamPage-grid .team-item .info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #dab451;
  opacity: 0.9;
}
.teamPage .teamPage-grid .team-item .info h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
}
.teamPage .teamPage-grid .team-item:hover .image .avatar img {
  transform: scale(1);
}
.teamPage .teamPage-grid .team-item:hover .image .arrow {
  transform: scale(1.2);
}
.teamPage .teamPage-grid .team-item:hover .image .arrow img {
  transform: rotate(45deg);
}

/** End Team Page Styles **/
/** Start Single Team Styles **/
.singleTeam {
  display: flex;
  flex-direction: column;
  background-color: #f7f3e2;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.singleTeam:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-single-team.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.singleTeam .singleTeam-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.singleTeam .singleTeam-content {
  display: flex;
  justify-content: center;
  gap: 70px;
}
.singleTeam .left-side {
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.singleTeam .left-side .info {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.singleTeam .left-side .info h1 {
  width: 265px;
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 66px;
  color: #dab451;
}
.singleTeam .left-side .info h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #213340;
}
.singleTeam .left-side .info ul {
  display: flex;
  align-items: center;
  gap: 19px;
}
.singleTeam .left-side .info ul li {
  display: flex;
  align-items: center;
}
.singleTeam .left-side .info ul li.hover a {
  display: flex;
  align-items: center;
}
.singleTeam .left-side .info ul li.hover h4 {
  display: flex;
  align-items: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebdaa8;
  padding-right: 30px;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  transition: 0.5s;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #213340;
  position: relative;
  left: -60px;
  padding-left: 50px;
  opacity: 0;
}
.singleTeam .left-side .info ul li.hover:hover h4 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.singleTeam .left-side .info ul li.hover svg {
  position: relative;
  z-index: 2;
}
.singleTeam .left-side .info ul li span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebdaa8;
  border-radius: 50%;
}
.singleTeam .left-side .switch-team {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.singleTeam .left-side .switch-team ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.singleTeam .left-side .switch-team ul li {
  display: flex;
  flex-direction: column;
}
.singleTeam .left-side .switch-team ul li a {
  width: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(247, 243, 226, 0.1);
  border: 1px solid #dab451;
  border-radius: 50px;
}
.singleTeam .left-side .intro {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.singleTeam .left-side .intro p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #213340;
  opacity: 0.9;
}
.singleTeam .left-side .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  font-family: "DM Sans", sans-serif;
}
.singleTeam .left-side .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #213340;
  opacity: 0.9;
}
.singleTeam .right-side {
  width: 669px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.singleTeam .image {
  width: 669px;
  height: 715px;
  position: relative;
}
.singleTeam .image .shadow {
  position: absolute;
  top: 90px;
  left: 0;
}
.singleTeam .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.singleTeam .image .shadow {
  position: absolute;
  top: 90px;
  left: 0;
}
.singleTeam .image .shadow img {
  filter: blur(40px);
  z-index: 0;
}
.singleTeam .image.mobile {
  display: none;
}
.singleTeam .right-side .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
.singleTeam .right-side .accordion .accordion-item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(218, 180, 81, 0.4);
  border-radius: 80px;
  padding: 20px 40px;
  transition: 0.8s;
}
.singleTeam .right-side .accordion .accordion-item .item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.singleTeam .right-side .accordion .accordion-item .item-header h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #213340;
  transition: 0.5s;
}
.singleTeam .right-side .accordion .accordion-item .item-header .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #213340;
  transition: 0.5s;
}
.singleTeam .right-side .accordion .accordion-item .item-header .icon svg {
  transition: 0.5s;
}
.singleTeam .right-side .accordion .accordion-item .item-content {
  max-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0;
  margin-top: 0;
  border-top: 1px solid rgba(218, 180, 81, 0.4);
  transition: all 0.25s;
  transition-behavior: allow-discrete;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.singleTeam .right-side .accordion .accordion-item .item-content ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.singleTeam .right-side .accordion .accordion-item .item-content ul li {
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #213340;
  opacity: 0.9;
  position: relative;
  padding-left: 25px;
}
.singleTeam .right-side .accordion .accordion-item .item-content ul li:after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #dab451;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.singleTeam .right-side .accordion .accordion-item .item-content ul li strong {
  font-weight: 600;
  font-style: normal;
}
.singleTeam .right-side .accordion .accordion-item.open {
  border-radius: 40px;
}
.singleTeam .right-side .accordion .accordion-item.open .item-header h3 {
  color: #dab451;
}
.singleTeam .right-side .accordion .accordion-item.open .item-header .icon {
  background-color: #dab451;
}
.singleTeam .right-side .accordion .accordion-item.open .item-header .icon svg {
  transform: rotate(180deg);
}
.singleTeam .right-side .accordion .accordion-item.open .item-content {
  opacity: 1;
  padding: 20px 0;
  margin-top: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/** End Single Team Styles **/
/** Start Footer Styles **/

footer .backToTop {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(247, 243, 226, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer .backToTop svg {
  opacity: 0.6;
}

body.error404 footer .contact {
  margin-top: 0;
}

body:not(.home) footer {
  position: initial;
  opacity: 1;
  transform: translateY(0);
  padding-top: 0;
}
body:not(.home) footer .bg-footer {
  transform: rotate(0deg);
  opacity: 1;
}

/* body.single-equipe footer,
body.single-post footer,
body.single-expertises footer {
  padding-top: 150px;
} */

body.page-template-team footer .contact {
  padding-top: 150px;
  padding-bottom: 80px;
  margin-top: 100px;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  padding-top: 0;
  opacity: 0;
  /* z-index: 3; */
  background: #213340;
  overflow: hidden;
  transform: translateY(100%);
  z-index: 2;
  pointer-events: none;
}

footer .footer-bureau {
  width: 100%;
  height: 75vh;
}

footer .footer-bureau img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .bg-actua {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  pointer-events: none;
}
footer .bg-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(-25deg);
  transform-origin: center center;
  opacity: 0;
  pointer-events: none;
}
footer .bg-footer:after {
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(
    359deg,
    rgb(33, 51, 64) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
footer .actualites {
  display: flex;
  flex-direction: column;
}
footer .actualites .actualites-container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .actualites .actualites-content {
  display: flex;
  flex-direction: column;
}
footer .actualites .actualites-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 55px;
}
footer .actualites .actualites-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #f7f3e2;
}
footer .actualites .actualites-title h2 span {
  font-weight: 300;
  font-style: italic;
}
footer .actualites .actua-switch-slider {
  display: flex;
  justify-content: space-between;
}
footer .actualites .actua-switch-slider .switch-actua-slider {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
footer .actualites .actua-switch-slider .switch-actua-slider ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .actualites .actua-switch-slider .switch-actua-slider ul li {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 243, 226, 0.06);
  border-radius: 50%;
  cursor: pointer;
}
footer .actualites .slider-actua {
  width: 986px;
  max-width: 100%;
}
footer .actualites .splide__slide {
  width: 304px !important;
  display: flex;
  flex-direction: column;
  background: #263b4a;
  border: 1px solid rgba(247, 243, 226, 0.05);
  border-radius: 20px;
  padding: 24px;
  cursor: pointer;
  transition: 0.5s;
}
footer .actualites .splide__slide .category {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
}
footer .actualites .splide__slide .title {
  min-height: 95px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  padding-top: 16px;
}
footer .actualites .splide__slide .date-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 55px;
}
footer .actualites .splide__slide .date-read-more span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
}
footer .actualites .splide__slide .arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dab451;
  border-radius: 50%;
  transition: 0.5s;
}
footer .actualites .splide__slide:hover {
  background: #213340;
  border: 1px solid #dab451;
}
footer .actualites .splide__slide:hover .arrow {
  transform: rotate(45deg);
}
footer .contact {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 200px;
  padding-bottom: 80px;
  margin-top: 100px;
}
footer .contact .contact-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
footer .contact .contact-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
footer .contact .contact-form {
  width: 632px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .contact .logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contact .form-title {
  display: flex;
  flex-direction: column;
}
footer .contact .form-title h3 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #f7f3e2;
}
footer .contact .form {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
footer .contact .form .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
footer .contact .form .grid-1 {
  display: flex;
  flex-direction: column;
}
footer .contact .form .field-input,
footer .contact .form .field-textarea {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
footer .contact .form .field-input input,
footer .contact .form .field-input textarea,
footer .contact .form .field-textarea input,
footer .contact .form .field-textarea textarea {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(247, 243, 226, 0.7);
  padding-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #f7f3e2;
}
footer .contact .form .field-input input::-moz-placeholder,
footer .contact .form .field-input textarea::-moz-placeholder,
footer .contact .form .field-textarea input::-moz-placeholder,
footer .contact .form .field-textarea textarea::-moz-placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #f7f3e2;
  opacity: 0.5;
}
footer .contact .form .field-input input::placeholder,
footer .contact .form .field-input textarea::placeholder,
footer .contact .form .field-textarea input::placeholder,
footer .contact .form .field-textarea textarea::placeholder {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #f7f3e2;
  opacity: 0.5;
}
footer .contact .form .field-input textarea,
footer .contact .form .field-textarea textarea {
  height: 110px;
  padding-bottom: 60px;
}
footer .contact .form .checkbox-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .contact .form .checkbox-submit .checkbox {
  width: 390px;
  display: flex;
  align-items: center;
  padding-left: 13px;
}
footer .contact .form .checkbox-submit .checkbox label {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #f7f3e2;
  cursor: pointer;
  position: relative;
}
footer .contact .form .checkbox-submit .checkbox label a {
  color: #f7f3e2;
  text-decoration: underline;
}
footer .contact .form .checkbox-submit .checkbox input {
  z-index: 9;
  width: 0 !important;
  left: 0;
  height: 0 !important;
  margin-right: 25px;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .contact .form .checkbox-submit .checkbox label:before {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 3px;
  left: -30px;
  background-color: #4c5960;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
footer .contact .form .checkbox-submit .checkbox input:checked:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 6px;
  background-color: #f7f3e2;
  transition: 0.5s;
}
footer .contact .form .checkbox-submit .submit {
  display: flex;
  flex-direction: column;
}
footer .contact .form .checkbox-submit .submit button {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: transparent;
  outline: none;
  border: none;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #dab451;
  cursor: pointer;
}
footer .contact .form .checkbox-submit .submit button .arrow {
  width: 34px;
  height: 34px;
  background: #dab451;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
footer .contact .form .checkbox-submit .submit button:hover .arrow {
  transform: rotate(45deg);
}
footer .infos {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 270px;
}
footer .infos .infos-container {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .infos .infos-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  border-top: 1px solid rgba(247, 243, 226, 0.1);
}
footer .infos .left-side {
  width: 290px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer .infos .left-side ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .infos .left-side ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .infos .left-side ul li a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(247, 243, 226, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .infos .left-side ul li .content {
  position: absolute;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  top: 72px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
footer .infos .left-side ul li:hover .content {
  opacity: 1;
  visibility: visible;
}
footer .infos .left-side ul li .content h3 {
  padding: 15px 20px;
  background: #374750;
  border-radius: 40px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #f7f3e2;
}
footer .infos .left-side ul li .content .icon {
  padding: 15px 20px;
  background: #374750;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .infos .right-side {
  display: flex;
  align-items: center;
  gap: 55px;
  padding-left: 20px;
  border-left: 1px solid #dab451;
}
footer .infos .right-side a {
  display: block;
  width: 157px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #f7f3e2;
}
footer .infos .right-side li {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #f7f3e2;
  opacity: 0.7;
}
footer .logo-svg {
  position: absolute;
  bottom: -370px;
}

/** End Footer Styles **/

/** Start Page Not Found Styles **/

.pageNotFound {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #213340;
  color: #fff;
  position: relative;
  z-index: 1;
}

.pageNotFound:after {
  content: "";
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='2533' viewBox='0 0 1440 2533' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_397_3170)'%3E%3Ccircle opacity='0.05' cx='154.298' cy='-93.6384' r='376.775' transform='rotate(88.7178 154.298 -93.6384)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='163.016' cy='283.201' r='15' transform='rotate(-16.2822 163.016 283.201)' fill='%23DAB451'/%3E%3Ccircle opacity='0.05' cx='156.627' cy='-76.011' r='604.985' transform='rotate(23.6649 156.627 -76.011)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle opacity='0.05' cx='155.411' cy='-39.7803' r='833.18' transform='rotate(5.82441 155.411 -39.7803)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='945.685' cy='222.591' r='30' transform='rotate(5.82441 945.685 222.591)' fill='%23F7F3E2'/%3E%3Ccircle opacity='0.05' cx='176.397' cy='-42.8905' r='1061.38' transform='rotate(-2.04122 176.397 -42.8905)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='1100.9' cy='477.091' r='50' transform='rotate(-3.38717 1100.9 477.091)' fill='%23DAB451'/%3E%3Ccircle opacity='0.05' cx='176.5' cy='-42.5' r='1318.5' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle opacity='0.05' cx='176.5' cy='-42.5' r='1588.5' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cellipse opacity='0.05' cx='-93.5' cy='-314' rx='2294.5' ry='2293' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cellipse opacity='0.05' cx='-93.5' cy='-314' rx='2578.5' ry='2577' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_397_3170'%3E%3Crect width='1440' height='2533' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pageNotFound .pageNotFound-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pageNotFound .cta {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pageNotFound .cta a {
  width: max-content;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  gap: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  isolation: isolate;
  color: #dab451;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  margin: 0 auto;
}

.pageNotFound .cta a .arrow {
  width: 34px;
  height: 34px;
  background: #dab451;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.pageNotFound .cta a:hover .arrow {
  transform: rotate(45deg);
}

.pageNotFound h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 110px;
  text-align: center;
}

.pageNotFound h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
  text-align: center;
}

.pageNotFound p {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/** End 404 Styles **/

/** Start Search Results Styles **/

.searchResults {
  display: flex;
  flex-direction: column;
  padding: 200px 0 50px 0;
  position: relative;
  z-index: 1;
}

.searchResults:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='2533' viewBox='0 0 1440 2533' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_397_3170)'%3E%3Ccircle opacity='0.05' cx='154.298' cy='-93.6384' r='376.775' transform='rotate(88.7178 154.298 -93.6384)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='163.016' cy='283.201' r='15' transform='rotate(-16.2822 163.016 283.201)' fill='%23DAB451'/%3E%3Ccircle opacity='0.05' cx='156.627' cy='-76.011' r='604.985' transform='rotate(23.6649 156.627 -76.011)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle opacity='0.05' cx='155.411' cy='-39.7803' r='833.18' transform='rotate(5.82441 155.411 -39.7803)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='945.685' cy='222.591' r='30' transform='rotate(5.82441 945.685 222.591)' fill='%23F7F3E2'/%3E%3Ccircle opacity='0.05' cx='176.397' cy='-42.8905' r='1061.38' transform='rotate(-2.04122 176.397 -42.8905)' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle cx='1100.9' cy='477.091' r='50' transform='rotate(-3.38717 1100.9 477.091)' fill='%23DAB451'/%3E%3Ccircle opacity='0.05' cx='176.5' cy='-42.5' r='1318.5' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Ccircle opacity='0.05' cx='176.5' cy='-42.5' r='1588.5' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cellipse opacity='0.05' cx='-93.5' cy='-314' rx='2294.5' ry='2293' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cellipse opacity='0.05' cx='-93.5' cy='-314' rx='2578.5' ry='2577' stroke='%23F7F3E2' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_397_3170'%3E%3Crect width='1440' height='2533' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: -1;
}

.searchResults-container {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.searchResults-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.searchResults h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #dab451;
}

.searchResults .no-results {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #f7f3e2;
  margin-top: 40px;
}

.searchResults .searchResults-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, 295px);
  gap: 20px;
  margin-top: 50px;
}

.searchResults .result-item {
  width: 304px !important;
  display: flex;
  flex-direction: column;
  background: #263b4a;
  border: 1px solid rgba(247, 243, 226, 0.05);
  border-radius: 20px;
  padding: 24px;
  cursor: pointer;
  transition: 0.5s;
}
.searchResults .result-item .category {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
}
.searchResults .result-item .title {
  min-height: 95px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  padding-top: 16px;
}
.searchResults .result-item .date-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 55px;
}
.searchResults .result-item .date-read-more span {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #f7f3e2;
  opacity: 0.9;
}
.searchResults .result-item .arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dab451;
  border-radius: 50%;
  transition: 0.5s;
}
.searchResults .result-item:hover {
  background: #213340;
  border: 1px solid #dab451;
}
.searchResults .result-item:hover .arrow {
  transform: rotate(45deg);
}

/** End Search Results Styles **/

/** Start Burger Menu Styles **/

body.menu-open {
  overflow: hidden;
}

body:not(.home) .burger-menu-desktop {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0;
}

body:not(.home).show_burger_icon .burger-menu-desktop {
  opacity: 1 !important;
  visibility: visible !important;
}

.burger-menu-desktop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  width: 93px;
  height: 50px;
  right: 60px;
  top: 60px;
  border: 1px solid #dab451;
  border-radius: 50px;
  z-index: 15;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}

body.menu-open .burger-menu-desktop {
  width: 63px;
  border-radius: 10px;
}

.burger-menu-desktop .line {
  width: 40px;
  height: 1px;
  background: #dab451;
  transition: 0.3s;
  position: relative;
}

.burger-menu-desktop .line:first-child {
  width: 30px;
  left: 5px;
}

body.menu-open .burger-menu-desktop .line {
  width: 30px;
}

body.menu-open .burger-menu-desktop .line:first-child {
  transform: rotate(45deg) translateX(-1px) translateY(6px);
}

body.menu-open .burger-menu-desktop .line:last-child {
  transform: rotate(-45deg) translateX(4px) translateY(-5px);
}

/** End Burger Menu Styles **/

/** Start Menu Styles **/

.menu-konstell {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  background-color: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 33px;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
}

.menu-konstell-content {
  display: flex;
  flex-direction: column;
}

.menu-konstell .top {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.menu-konstell .top ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-konstell .top ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-konstell .top ul li a {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #213340;
}

.menu-konstell .middle {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.menu-konstell .middle .ml-socialmedia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.menu-konstell .middle .ml-socialmedia .ml {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.menu-konstell .middle .ml-socialmedia .ml a {
  font-family: "Fira Sand", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #213340;
}

.menu-konstell .middle .ml-socialmedia .socialmedia {
  display: flex;
  flex-direction: column;
}

.menu-konstell .middle .ml-socialmedia .socialmedia ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-konstell .middle .ml-socialmedia .socialmedia ul a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(33, 51, 64, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-menu-konstell {
  height: 245px;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  background-color: #dab451;
  border-radius: 20px;
  background-image: url(../images/menu-konstell-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-menu-konstell .title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #213340;
  padding-top: 70px;
  padding-left: 80px;
}

.menu-konstell .contact-menu-konstell a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 200px;
}

.menu-konstell .contact-menu-konstell a span {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #213340;
}

.menu-konstell .top,
.menu-konstell .middle {
  opacity: 0;
  transform: translateX(-30px);
}

/** End Menu Styles **/

/** Start Ml Styles **/
.mlPage {
  display: flex;
  flex-direction: column;
  padding-top: 210px;
  padding-bottom: 95px;
  background-color: #f7f3e2;
}
.mlPage .mlPage-container {
  width: 1000px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.mlPage .mlPage-content {
  display: flex;
  flex-direction: column;
}
.mlPage .mlPage-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mlPage .mlPage-header h1 {
  width: 981px;
  max-width: 100%;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  color: #dab451;
}
.mlPage .mlPage-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #213340;
}
.mlPage .mlPage-body p,
.mlPage .mlPage-body li {
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #213340;
}
/** End Ml Styles **/
