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

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

body,
html {
  scroll-behavior: smooth;
}

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

ul,
li {
  list-style: none;
}

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

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  border: none !important;
}

/**  End Global Styles **/
/** Start Header Styles **/
header {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 10;
}
header .container {
  width: calc(100% - 140px);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
header nav {
  position: relative;
}
header nav:after {
  content: "";
  width: calc(100% - 130px);
  height: 1px;
  background-color: #0f136e;
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0.1;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
}
header nav ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0f136e;
  position: relative;
}
header nav ul li:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #52bfff;
  position: absolute;
  bottom: -31px;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
header nav ul li.active:after,
header nav ul li:hover:after {
  width: 100%;
  opacity: 1;
}
header nav ul .dropdow-label {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}
header nav ul .dropdow-label .arrow {
  width: 11px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.750358 0.75L4.47707 4.98365C4.51123 5.02234 4.55319 5.05334 4.6002 5.07456C4.64722 5.09578 4.69821 5.10674 4.74979 5.10674C4.80138 5.10674 4.85241 5.09578 4.89942 5.07456C4.94644 5.05334 4.9884 5.02234 5.02251 4.98365L8.75 0.75' stroke='%2352BFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 1px;
  transform: rotate(0deg);
  transition: 0.5s;
}
header nav ul .dropdown {
  position: relative;
  cursor: pointer;
}
header nav ul .dropdown .dropdown-content {
  width: 253px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px;
  background: rgba(15, 19, 110, 0.3);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  position: absolute;
  left: -50%;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
header nav ul .dropdown .dropdown-content .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f136e;
  border-radius: 15px;
  padding: 15px 20px;
}
header nav ul .dropdown .dropdown-content .dropdown-item:last-child {
  background-color: #2751cf;
}
header nav ul .dropdown .dropdown-content .dropdown-item span {
  width: 150px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  padding-right: 50px;
}
header nav ul .dropdown .dropdown-content .dropdown-item .arrow {
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.5441C0 7.40705 7.40705 0 16.5441 0C25.6812 0 33.0882 7.40705 33.0882 16.5441C33.0882 25.6812 25.6812 33.0882 16.5441 33.0882C7.40705 33.0882 0 25.6812 0 16.5441Z' fill='white' fill-opacity='0.25'/%3E%3Cpath d='M20.2599 12.8808L12.8916 20.249' stroke='white' stroke-width='1.32353' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9365 20.4131L20.3934 13.2395C20.3975 13.1738 20.3876 13.1081 20.3643 13.0466C20.3411 12.9851 20.305 12.9293 20.2585 12.8828C20.2121 12.8363 20.1562 12.8002 20.0947 12.777C20.0332 12.7537 19.9675 12.7438 19.9018 12.748L12.7275 13.2041' stroke='white' stroke-width='1.32353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  transform: rotate(0deg);
}
header nav ul .dropdown .dropdown-content .dropdown-item:hover .arrow {
  transform: rotate(45deg);
}
header nav ul .dropdown.active .dropdow-label .arrow {
  transform: rotate(180deg);
}
header nav ul .dropdown.active .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
header nav .contact-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: linear-gradient(95deg, #52bfff 4.2%, #2751cf 83.99%);
  border-radius: 80px;
}

header nav .contact-btn a {
  display: block;
  padding: 10px 24px;
}

header nav ul li.contact-btn:after {
  display: none;
}

/** End Header Styles **/
/** Start Hero Styles **/
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero .hero-video {
  width: 940px;
  height: 100%;
  position: absolute;
  bottom: -80px;
  right: 120px;
}
.hero .hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.hero .hero-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero .title {
  width: 587px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
}
.hero .title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  color: #0f136e;
}
.hero .subtitle {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero .subtitle .line {
  width: 108px;
  height: 1px;
  background-color: #52bfff;
}
.hero .subtitle h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #0f136e;
}
.hero .subtitle h2 span {
  font-weight: 600;
}
.hero .subtitle:last-child .line {
  width: 162px;
}
.hero .hero-cta {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 75px;
}
.hero .hero-cta a {
  display: flex;
  align-items: center;
  gap: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2751cf;
}
.hero .hero-cta a .icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 3px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-cta a .icon svg {
  transform: rotate(0deg);
  transition: 0.5s;
}

.hero .hero-cta a:hover .icon svg {
  transform: rotate(45deg);
}

/** End Hero Styles **/
/** Start About Styles **/
.about {
  display: flex;
  flex-direction: column;
  padding: 90px 0 55px 0;
  background: linear-gradient(0deg, #f4f6fd, #f4f6fd), #ffffff;
  border-radius: 0px 0px 20px 20px;
}
.about .about-container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.about .about-content {
  display: flex;
  justify-content: space-between;
}
.about .left-side {
  width: 366px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.about .left-side h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.about .right-side {
  width: 508px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.about .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about .right-side .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #0f136e;
}
.about .right-side .about-cta {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
.about .right-side .about-cta a {
  display: flex;
  align-items: center;
  gap: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2751cf;
}
.about .right-side .about-cta a .icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 3px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .right-side .about-cta a .icon svg {
  transform: rotate(0deg);
  transition: 0.5s;
}
.about .right-side .about-cta a:hover .icon svg {
  transform: rotate(45deg);
}
.about .about-bubbles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.about .about-bubbles div {
  border-radius: 50%;
}
.about .about-bubbles .bubble-1,
.about .about-bubbles .bubble-4 {
  width: 70px;
  height: 70px;
  background: #2751cf;
}
.about .about-bubbles .bubble-2 {
  width: 100px;
  height: 100px;
  background: #0f136e;
}
.about .about-bubbles .bubble-3 {
  width: 150px;
  height: 150px;
  background: #ffffff;
}
.about .about-bubbles .bubble-5 {
  width: 100px;
  height: 100px;
  background: #52bfff;
}

/** End About Styles **/
/** Start Services Styles **/
.services {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.services .services-container {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.services .services-content {
  display: flex;
  gap: 12px;
}
.services .services-content .left-side {
  width: 835px;
  max-width: 100%;
  min-height: 683px;
  display: flex;
  flex-direction: column;
  background-image: url(../images/services-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 110px 95px;
  border-radius: 20px;
}
.services .services-content .left-side .description {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
.services .services-content .left-side .description p {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 43px;
  color: #0f136e;
}
.services .services-content .left-side .shape {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%232751CF'/%3E%3Crect width='16' height='16' rx='8' fill='url(%23paint0_radial_850_1575)' fill-opacity='0.5'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_850_1575' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(12 4.66667) rotate(109.44) scale(12.0185)'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
}
.services .services-content .right-side {
  width: 566px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.services .services-content .right-side .block {
  min-height: 335px;
  padding: 50px 60px;
  border-radius: 20px;
  background: #2751cf;
  color: #fff;
}
.services .services-content .right-side .block .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin-left: auto;
}
.services .services-content .right-side .block .arrow svg {
  transform: rotate(0deg);
  transition: 0.5s;
}
.services .services-content .right-side .block:hover .arrow svg {
  transform: rotate(45deg);
}
.services .services-content .right-side .block .title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services .services-content .right-side .block .title h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 49px;
  color: #ffffff;
}
.services .services-content .right-side .telemarketing {
  background: #0f136e;
}

/** End Services Styles **/
/** Start Secteurs Styles **/
.secteurs {
  display: flex;
  flex-direction: column;
  padding: 100px 0 45px 0;
}
.secteurs .secteurs-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.secteurs .secteurs-content {
  display: flex;
  flex-direction: column;
}
.secteurs .secteurs-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 100px;
}
.secteurs .secteurs-header .title {
  width: 511px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.secteurs .secteurs-header .title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.secteurs .secteurs-header .title p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #0f136e;
}
.secteurs .secteurs-header .switch-slider {
  display: flex;
  align-items: center;
  background: #f4f5f8;
  border: 1px solid #2751cf;
  border-radius: 30px;
}
.secteurs .secteurs-header .switch-slider div {
  display: flex;
  padding: 15px 25px;
  cursor: pointer;
}
.secteurs .secteurs-body {
  padding-left: 20px;
}
.secteurs #sectors-slider,
.secteurs #sectors-slider_two {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.secteurs #sectors-slider .splide__slide,
.secteurs #sectors-slider_two .splide__slide {
  width: 305px !important;
  height: 305px !important;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.secteurs #sectors-slider .splide__slide.rec,
.secteurs #sectors-slider_two .splide__slide.rec {
  width: 425px !important;
  border-radius: 200px;
}
.secteurs #sectors-slider .splide__slide .img-sec,
.secteurs #sectors-slider_two .splide__slide .img-sec {
  width: 100%;
  height: 100%;
  position: absolute;
}
.secteurs #sectors-slider .splide__slide .img-sec img,
.secteurs #sectors-slider_two .splide__slide .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.secteurs #sectors-slider .splide__slide:after,
.secteurs #sectors-slider_two .splide__slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-blend-mode: color-burn, normal;
  box-shadow: 0px 20px 60px rgba(15, 19, 110, 0.1);
  pointer-events: none;
}
.secteurs #sectors-slider .splide__slide .label-half,
.secteurs #sectors-slider_two .splide__slide .label-half {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}
.secteurs #sectors-slider .splide__slide .label-half:after,
.secteurs #sectors-slider_two .splide__slide .label-half:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(15px);
  border-top: 1px solid #ffffff73;
}
.secteurs #sectors-slider .splide__slide .label-half:before,
.secteurs #sectors-slider_two .splide__slide .label-half:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.18);
}
.secteurs #sectors-slider .splide__slide .label-half .label,
.secteurs #sectors-slider_two .splide__slide .label-half .label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.secteurs #sectors-slider .arrow-btn,
.secteurs #sectors-slider_two .arrow-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secteurs .arrow-btn img {
  transform: rotate(0deg);
  transition: 0.5s;
}

.secteurs .sector-card:hover .arrow-btn img {
  transform: rotate(45deg);
}

/** End Secteurs Styles **/
/** Start Statistics Styles **/
.statistics {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  background: #f4f6fd;
}
.statistics .statistics-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.statistics .statistics-content {
  display: flex;
  gap: 30px;
}
.statistics .statistics-content .left-side {
  width: 570px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.statistics .statistics-content .left-side .block {
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 8px 65px rgba(82, 191, 255, 0.2);
  border-radius: 20px;
  padding: 80px 45px 45px 45px;
  position: relative;
  overflow: hidden;
}
.statistics .statistics-content .left-side .block::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.statistics .statistics-content .left-side .block:first-child::after {
  width: 235px;
  height: 235px;
  background-image: url(../images/statistics-icon.svg);
}
.statistics .statistics-content .left-side .block:last-child::after {
  width: 250px;
  height: 250px;
  background-image: url(../images/statistics-icon2.svg);
}
.statistics .statistics-content .left-side .block .block-wrapper {
  width: 201px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.statistics .statistics-content .left-side .block .block-wrapper h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #0f136e;
}
.statistics .statistics-content .left-side .block .block-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #0f136e;
}
.statistics .statistics-content .right-side {
  width: 645px;
  max-width: 100%;
  min-height: 590px;
  position: relative;
  background:
    linear-gradient(0deg, rgba(214, 240, 255, 0.06), rgba(214, 240, 255, 0.06)),
    linear-gradient(0deg, rgba(197, 233, 255, 0.5), rgba(197, 233, 255, 0.5));
  background-blend-mode: screen, soft-light, normal;
  box-shadow: 0px 8px 65px rgba(15, 19, 110, 0.25);
  border-radius: 30px;
  overflow: hidden;
}
.statistics .statistics-content .right-side .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.statistics .statistics-content .right-side .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.statistics .statistics-content .right-side .description {
  width: calc(100% - 70px);
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 35px 45px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.statistics .statistics-content .right-side .description::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  opacity: 0.8;
  z-index: -1;
}
.statistics .statistics-content .right-side .description h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #0f136e;
}
.statistics .statistics-content .right-side .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #0f136e;
}

/** End Statistics Styles **/
/** Start Actualites Styles **/
.actualites {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 60px 0;
}
.actualites .actualites-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actualites .actualites-content {
  display: flex;
  flex-direction: column;
}
.actualites .actualites-content .actualites-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actualites .actualites-content .title {
  display: flex;
  flex-direction: column;
}
.actualites .actualites-content .title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.actualites .actualites-content .actua-cta {
  display: flex;
  flex-direction: column;
}
.actualites .actualites-content .actua-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2751cf;
}
.actualites .actualites-content .actua-cta a svg {
  transform: translateX(0);
  transition: 0.5s;
}
.actualites .actualites-content .actua-cta a:hover svg {
  transform: translateX(2px);
}
.actualites .actualites-body {
  display: flex;
  gap: 25px;
  margin-top: 63px;
}
.actualites .actualites-body .left-side {
  width: 590px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.actualites .actualites-body .left-side .actua-card {
  min-height: 269px;
  display: flex;
  flex-direction: column;
  padding: 35px;
  background: #f6fcff;
  border-radius: 20px;
  position: relative;
}
.actualites .actualites-body .left-side .actua-card .actua-cat_date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actualites .actualites-body .left-side .actua-card .actua-cat_date .cat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5.5px 20px;
  background: #2751cf;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}
.actualites .actualites-body .left-side .actua-card .actua-cat_date h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #0f136e;
}
.actualites .actualites-body .left-side .actua-card .title {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.actualites .actualites-body .left-side .actua-card .title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #0f136e;
}
.actualites .actualites-body .left-side .actua-card .read-more {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #0f136e;
  position: absolute;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.actualites .actualites-body .left-side .actua-card .read-more svg {
  opacity: 0;
  transition: 0.5s;
}
.actualites .actualites-body .left-side .actua-card:hover .read-more svg {
  transform: translateX(5px) translateY(5px) rotate(45deg);
  opacity: 1;
}
.actualites
  .actualites-body
  .left-side
  .actua-card:last-child
  .actua-cat_date
  .cat {
  background: #0f136e;
}
.actualites .actualites-body .right-side {
  width: 590px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.actualites .actualites-body .right-side .actua-card-featured {
  min-height: 563px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.actualites .actualites-body .right-side .actua-card-featured:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 591px;
  height: 563px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(15, 19, 110, 0.25), rgba(15, 19, 110, 0.25));
  z-index: -1;
}
.actualites .actualites-body .right-side .actua-card-featured .actua-cat_date {
  display: flex;
  flex-direction: column;
}
.actualites
  .actualites-body
  .right-side
  .actua-card-featured
  .actua-cat_date
  .cat {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5.5px 20px;
  background: #52bfff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}
.actualites .actualites-body .right-side .actua-card-featured .wrapper {
  position: absolute;
  bottom: 35px;
}
.actualites .actualites-body .right-side .actua-card-featured .title {
  display: flex;
  flex-direction: column;
}
.actualites .actualites-body .right-side .actua-card-featured .title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  color: #ffffff;
}
.actualites .actualites-body .right-side .actua-card-featured .description {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
}
.actualites .actualites-body .right-side .actua-card-featured .description p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
}
.actualites .actualites-body .right-side .actua-card-featured .read-more {
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  gap: 10px;
}
.actualites .actualites-body .right-side .actua-card-featured .read-more svg {
  opacity: 0;
  transition: 0.5s;
}
.actualites
  .actualites-body
  .right-side
  .actua-card-featured:hover
  .read-more
  svg {
  transform: translateX(5px) translateY(5px) rotate(45deg);
  opacity: 1;
}

/** End Actualites Styles **/
/** Start Equipe Styles **/
.equipe {
  min-height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  padding-bottom: 45px;
  /* Layers */
}
.equipe::before,
.equipe::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.equipe::before {
  background: url("../images/equipe-bg.jpg") center/cover no-repeat;
  transform: scaleX(-1);
  z-index: 0;
}
.equipe::after {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 45.87%,
      rgba(0, 0, 0, 0.52) 78.29%
    ),
    linear-gradient(0deg, rgba(15, 19, 110, 0.1), rgba(15, 19, 110, 0.1)),
    linear-gradient(0deg, rgba(197, 233, 255, 0.5), rgba(197, 233, 255, 0.5));
  background-blend-mode: normal, color, soft-light;
  opacity: 0.4;
  z-index: 1;
}
.equipe > * {
  position: relative;
  z-index: 2;
}
.equipe .equipe-container {
  height: 100%;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.equipe .equipe-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.equipe .left-side {
  width: 740px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.equipe .left-side h2 {
  width: 500px;
  max-width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #ffffff;
}
.equipe .left-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
}
.equipe .right-side {
  width: 515px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.equipe .right-side .equipe-blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.equipe .right-side .equipe-blocks .block {
  width: 100%;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 35px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(44, 151, 214, 0.4) 100%
  );
  border-radius: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.equipe .right-side .equipe-blocks .block:last-child {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(39, 81, 207, 0.4) 100%
  );
}
.equipe .right-side .equipe-blocks .block .title_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.equipe .right-side .equipe-blocks .block .title_arrow h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}
.equipe .right-side .equipe-blocks .block .title_arrow .arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipe .right-side .equipe-blocks .block .title_arrow .arrow svg {
  transform: rotate(0deg);
  transition: 0.5s;
}
.equipe .right-side .equipe-blocks .block:hover .title_arrow .arrow svg {
  transform: rotate(45deg);
}
.equipe .right-side .equipe-blocks .block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

/** End Equipe Styles **/
/** Start Contact Styles **/
.contact {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  background:
    linear-gradient(0deg, rgba(82, 191, 255, 0.11), rgba(82, 191, 255, 0.11)),
    #ffffff;
}
.contact .contact-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.contact .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .left-side {
  width: 750px;
  display: flex;
  flex-direction: column;
}
.contact .left-side .wrapper {
  width: 95%;
  display: flex;
  flex-direction: column;
  padding-left: 150px;
}
.contact .left-side h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.contact .left-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #0f136e;
  margin-top: 30px;
}
.contact .left-side .contact-cta {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.contact .left-side .contact-cta a {
  display: flex;
  align-items: center;
  gap: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2751cf;
}
.contact .left-side .contact-cta a .icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 3px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .left-side .contact-cta a .icon svg {
  transform: rotate(0deg);
  transition: 0.5s;
}
.contact .left-side .contact-cta a:hover .icon svg {
  transform: rotate(45deg);
}
.contact .left-side .bubbles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.contact .left-side .bubbles div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
}
.contact .left-side .bubbles div:nth-child(2n) {
  width: 80px;
  height: 80px;
  background-color: #0f136e;
}
.contact .left-side .bubbles div:last-child {
  background-color: #2751cf;
}
.contact .right-side {
  width: 582px;
  min-height: 700px;
  margin-right: 30px;
}
.contact .right-side .image {
  width: 100%;
  height: 100%;
}
.contact .right-side .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

/** End Contact Styles **/
/** Start Actualites Page Styles **/
.actuaPage {
  display: flex;
  flex-direction: column;
}
.actuaPage .actuaPage-header {
  display: flex;
  flex-direction: column;
  padding-top: 240px;
  padding-bottom: 40px;
  background-image: url(../images/bg-actua.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.actuaPage .actuaPage-header .container {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actuaPage .actuaPage-header .content {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.actuaPage .actuaPage-header .header-title {
  display: flex;
  justify-content: space-between;
}
.actuaPage .actuaPage-header .header-title h1 {
  width: 405px;
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  color: #0f136e;
}
.actuaPage .actuaPage-header .header-title p {
  width: 429px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.actuaPage .actuaPage-header .filtres {
  display: flex;
  flex-direction: column;
}
.actuaPage .actuaPage-header .filtres ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.actuaPage .actuaPage-header .filtres ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #2751cf;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
}
.actuaPage .actuaPage-header .filtres ul li:hover {
  color: #fff;
  background: #52bfff;
}
.actuaPage .actuaPage-header .filtres ul li .close {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29703 11.2204L0.707031 10.6304L5.3737 5.9637L0.707031 1.29703L1.29703 0.707031L5.9637 5.3737L10.6304 0.707031L11.2204 1.29703L6.5537 5.9637L11.2204 10.6304L10.6304 11.2204L5.9637 6.5537L1.29703 11.2204Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.actuaPage .actuaPage-header .filtres ul li.active {
  color: #fff;
  background: #52bfff;
}
.actuaPage .actuaPage-header .filtres ul li.active .close {
  display: block;
}
.actuaPage .actuaPage-body {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 40px;
}
.actuaPage .actuaPage-body .container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actuaPage .actua-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.actuaPage .actua-grids .actua-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 35px;
  background: #f6fcff;
  border-radius: 20px;
  position: relative;
}
.actuaPage .actua-grids .actua-card .actua-cat_date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actuaPage .actua-grids .actua-card .actua-cat_date .cat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  background: #2751cf;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}
.actuaPage .actua-grids .actua-card .actua-cat_date h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #0f136e;
}
.actuaPage .actua-grids .actua-card .title {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.actuaPage .actua-grids .actua-card .title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #0f136e;
}
.actuaPage .actua-grids .actua-card .read-more {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #0f136e;
  position: absolute;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.actuaPage .actua-grids .actua-card .read-more svg {
  transition: 0.5s;
  opacity: 0;
}

.actuaPage .actua-grids .actua-card:hover .read-more svg {
  transform: translateX(5px) translateY(5px) rotate(45deg);
  opacity: 1;
}

/* .actuaPage .actua-grids .actua-card:last-child .actua-cat_date .cat {
  background: #0f136e;
} */
.actuaPage .show-more {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
  padding-top: 33px;
  cursor: pointer;
}
.actuaPage .show-more span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2751cf;
}

.no-actua-message {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #0f136e;
  font-size: 18px;
}

.club-europhone {
  min-height: 704px;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  background:
    linear-gradient(
      0deg,
      rgba(82, 191, 255, 0),
      rgba(82, 191, 255, 0.5411764706)
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-blend-mode: soft-light, normal, normal;
  border-radius: 0px;
  position: relative;
}
.club-europhone .image {
  width: 1340px;
  min-height: 654px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.club-europhone .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.club-europhone .image .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 724px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.club-europhone .image .wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
}

.sales-leaders {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  background: #f4f6fd;
  border-top: 1px solid #52bfff;
}
.sales-leaders .container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.sales-leaders .content {
  display: flex;
  justify-content: space-between;
}
.sales-leaders .left-side {
  width: 550px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.sales-leaders .left-side h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.sales-leaders .left-side .description {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}
.sales-leaders .left-side .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.sales-leaders .right-side {
  width: 580px;
  min-height: 485px;
  filter: drop-shadow(0px 24px 34px rgba(15, 19, 110, 0.2));
}
.sales-leaders .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.sales-insights {
  display: flex;
  flex-direction: column;
  padding: 90px 0;
  background:
    linear-gradient(0deg, rgba(82, 191, 255, 0.2), rgba(82, 191, 255, 0.2)),
    #ffffff;
  border-top: 1px solid rgba(82, 191, 255, 0.1);
}
.sales-insights .sales-insights-header {
  width: 1058px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.sales-insights .sales-insights-header h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  text-align: center;
  color: #0f136e;
}
.sales-insights .sales-insights-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f136e;
  margin-top: 25px;
}
.sales-insights .sales-insights-blocks {
  width: 1370px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 50px;
}
.sales-insights .sales-insights-blocks .block {
  min-height: 129px;
  padding: 24px;
  background: #52bfff;
  box-shadow: 0px 8px 65px rgba(82, 191, 255, 0.2);
  border-radius: 20px;
  color: #ffffff;
}
.sales-insights .sales-insights-blocks .block h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.sales-insights .sales-insights-blocks .block:nth-of-type(2) {
  background: #f4f6fd;
  color: #0f136e;
}
.sales-insights .sales-insights-blocks .block:nth-of-type(3) {
  background: #2751cf;
}
.sales-insights .sales-insights-blocks .block:nth-of-type(4) {
  background: #ffffff;
  color: #0f136e;
}

.evenements-slider {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}
.evenements-slider #events-splide {
  display: flex;
  margin-top: 40px;
}
.evenements-slider .container {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.evenements-slider .content {
  display: flex;
  flex-direction: column;
}
.evenements-slider .evenements-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.evenements-slider .evenements-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.evenements-slider .splide__track {
  overflow: hidden;
  padding: 2px 0;
}
.evenements-slider .splide__slide {
  height: 396px;
}
.evenements-slider {
  /* Tall single image */
}
.evenements-slider .col-tall {
  width: 100%;
  height: 100%;
}
.evenements-slider .col-tall .img-card {
  width: 100%;
  height: 100%;
}
.evenements-slider {
  /* Stack of 2 images */
}
.evenements-slider .col-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.evenements-slider {
  /* Image card */
}
.evenements-slider .img-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-img);
}
.evenements-slider .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  border-radius: 10px;
}
.evenements-slider .switch-slider {
  display: flex;
  align-items: center;
  background: #f4f5f8;
  border: 1px solid #2751cf;
  border-radius: 30px;
}
.evenements-slider .switch-slider div {
  display: flex;
  padding: 15px 25px;
  cursor: pointer;
}

/** End Actualites Page Styles **/
/** Start A propos **/
.apropos {
  display: flex;
  flex-direction: column;
  padding-top: 240px;
  background-image: url(../images/apropos-bg.png);
  background-size: cover;
  background-position: center;
}
.apropos .container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.apropos .content {
  display: flex;
  flex-direction: column;
}
.apropos .apropos-header {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}
.apropos .apropos-header h1 {
  width: 875px;
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  color: #0f136e;
}
.apropos .apropos-header .apropos-description {
  width: 785px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-left: auto;
}
.apropos .apropos-header .apropos-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.apropos .apropos-statistics {
  display: flex;
  flex-direction: column;
  background: rgba(244, 246, 253, 0.6);
  border-top: 1px solid #52bfff;
  backdrop-filter: blur(2px);
  border-radius: 0px 0px 20px 20px;
  padding: 30px 0 50px 0;
  margin-top: 170px;
}
.apropos .apropos-statistics .statistics-grid {
  display: flex;
  gap: 30px;
}
.apropos .apropos-statistics .statistics-grid .block {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.apropos .apropos-statistics .statistics-grid .block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #0f136e;
}
.apropos .apropos-statistics .statistics-grid .block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(15, 19, 110, 0.7);
}

.methodologie {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.methodologie .container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.methodologie .content {
  display: flex;
}
.methodologie .left-side {
  width: 580px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.methodologie .left-side h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
  padding-left: 70px;
}
.methodologie .left-side .bubbles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  left: -90px;
}
.methodologie .left-side .bubbles div {
  width: 130px;
  height: 130px;
  background-color: #0f136e;
  border-radius: 50%;
}
.methodologie .left-side .bubbles div:nth-child(2) {
  width: 70px;
  height: 70px;
  background-color: #2751cf;
}
.methodologie .right-side {
  width: 790px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.methodologie .right-side .methodologie-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 35px;
  background: #ffffff;
  box-shadow: 0px 8px 65px rgba(82, 191, 255, 0.2);
  border-radius: 20px;
}
.methodologie .right-side .methodologie-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #0f136e;
}
.methodologie .right-side .methodologie-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #0f136e;
}

.president {
  display: flex;
  flex-direction: column;
}
.president .container {
  width: 1418px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.president .content {
  display: flex;
  justify-content: space-between;
  background-image: url(../images/president-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 80px 150px;
  gap: 65px;
}
.president .left-side {
  width: 411px;
  height: 608px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.president .left-side .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.president .left-side .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(15, 19, 110, 0.1);

  /* Glass blur */
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  opacity: 0.1;
}
.president .left-side .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.president .left-side .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.president .left-side .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(15, 19, 62, 0.1); /* #0F136E at 10% */
  border: 1px solid rgba(255, 255, 255, 0.15);

  /* Main blur */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Optional glass shine */
  box-shadow:
    0 4px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.president .left-side .info h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.president .left-side .info p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
}
.president .right-side {
  width: 668px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.president .right-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  color: #0f136e;
}

.leadership-team {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  background: linear-gradient(
    180deg,
    rgba(82, 191, 255, 0) 0%,
    rgba(82, 191, 255, 0.1) 100%
  );
}
.leadership-team .container {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.leadership-team .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.leadership-team .leadership-team-header {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}
.leadership-team .leadership-team-header h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #0f136e;
}
.leadership-team .leadership-team-header .description {
  width: 810px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.leadership-team .leadership-team-header .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f136e;
}
.leadership-team .leadership-team-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
}
.leadership-team .leadership-team-grid .leadership-item {
  width: 268px;
  height: 405px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.leadership-team .leadership-team-grid .leadership-item .image {
  width: 100%;
  height: 100%;
}
.leadership-team .leadership-team-grid .leadership-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.leadership-team .leadership-team-grid .leadership-item .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 27px 0;
  background: rgba(15, 19, 110, 0.8);
  overflow: hidden;
  z-index: 1;
}
.leadership-team .leadership-team-grid .leadership-item .info:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(15px);
  opacity: 0.8;
  z-index: -1;
}
.leadership-team .leadership-team-grid .leadership-item .info h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
.leadership-team .leadership-team-grid .leadership-item .info p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

/** End A propos **/
/** Start Single Actualites **/
.singleActua {
  display: flex;
  flex-direction: column;
}
.singleActua .container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.singleActua .content {
  display: flex;
  flex-direction: column;
}
.singleActua .singleActua-header {
  display: flex;
  padding-top: 200px;
  padding-bottom: 60px;
  background-image: url(../images/bg-single-actua.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.singleActua .singleActua-header .cat {
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  background: #2751cf;
  border-radius: 50px;
}
.singleActua .title_switch-post {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
.singleActua .title_switch-post h1 {
  width: 898px;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 57px;
  color: #0f136e;
}
.singleActua .title_switch-post .switch-post {
  display: flex;
  align-items: center;
  gap: 20px;
}
.singleActua .title_switch-post .switch-post a {
  width: 66px;
  height: 66px;
  background: #ffffff;
  box-shadow: 0px 0px 26.4px 3.96px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.singleActua .date-intro {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.singleActua .date-intro .date {
  width: 190px;
  display: flex;
  flex-direction: column;
}
.singleActua .date-intro .date .block {
  display: flex;
  flex-direction: column;
}
.singleActua .date-intro .date .block span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #52bfff;
}
.singleActua .date-intro .date .block p,
.singleActua .date-intro .date .block time {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0f136e;
}
.singleActua .date-intro .intro {
  width: 893px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.singleActua .date-intro .intro p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0f136e;
}
.singleActua .singleActua-body {
  display: flex;
  background:
    linear-gradient(180deg, rgba(244, 246, 253, 0) 0%, #f4f6fd 100%), #ffffff;
  border-top: 1px solid #52bfff;
  border-radius: 0px 0px 20px 20px;
  padding: 60px 0;
}
.singleActua .singleActua-body .description {
  width: 893px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
}
.singleActua .singleActua-body .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #0f136e;
}

/** End Single Actualites **/
/** Start Nous Rejoindre Styles **/
.join-us {
  display: flex;
  flex-direction: column;
  background-image: url(../images/joinus-bg.png);
  background-size: cover;
  background-position: center;
}
.join-us .container {
  width: 1345px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.join-us .content {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
  padding-top: 350px;
  padding-bottom: 25px;
  background-image: url(../images/equipe-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  z-index: 1;
}
.join-us .content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 8, 45, 0) 35.92%,
      rgba(6, 8, 45, 0.92) 78.29%
    ),
    linear-gradient(0deg, rgba(15, 19, 110, 0), rgba(15, 19, 110, 0.1)),
    linear-gradient(0deg, rgba(197, 233, 255, 0), rgba(197, 233, 255, 0.2));
  background-blend-mode: normal, color, soft-light, normal;
  z-index: -1;
}
.join-us .info-header {
  display: flex;
  flex-direction: column;
}
.join-us .info-header h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}
.join-us .info-header .description {
  width: 735px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.join-us .info-header .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.join-us .offer-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.join-us .offer-link a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.join-us .offer-link a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
}
.join-us .offer-link a .arrow svg {
  transition: 0.5s;
  transform: rotate(0);
}
.join-us .offer-link a:hover .arrow svg {
  transform: rotate(-90deg);
}
.join-us .info-statistics {
  width: 1115px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.join-us .info-statistics .st {
  width: 335px;
  min-height: 168px;
  padding: 36px;
  background: #ffffff;
  box-shadow: 0px 8px 65px rgba(82, 191, 255, 0.2);
  border-radius: 20px;
}
.join-us .info-statistics .st h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #52bfff;
}
.join-us .info-statistics .st p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #0f136e;
}
.join-us .info-statistics .st:last-child {
  width: 415px;
}
.join-us .info-statistics .st:last-child p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(15, 19, 110, 0.7);
}

.join-us-block {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  background: #f4f6fd;
  border-top: 1px solid #52bfff;
}
.join-us-block.reverse {
  background: #ffffff;
  border-top: 1px solid rgba(82, 191, 255, 0.1);
}
.join-us-block.reverse .content {
  flex-direction: row-reverse;
}
.join-us-block .container {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.join-us-block .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-us-block .left-side {
  width: 508px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.join-us-block .left-side h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
}
.join-us-block .left-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.join-us-block .right-side {
  width: 582px;
  max-width: 100%;
  min-height: 450px;
}
.join-us-block .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.offers {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.offers .container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.offers .content {
  display: flex;
}
.offers .left-side {
  width: 570px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.offers .left-side .wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}
.offers .left-side h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 53px;
  color: #0f136e;
  margin-bottom: 77px;
}
.offers .left-side a {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 35px;
  background: #2751cf;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.offers .left-side a .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.offers .left-side a .arrow svg {
  transition: 0.5s;
  transform: rotate(0);
}
.offers .left-side a:hover .arrow svg {
  transform: rotate(45deg);
}
.offers .left-side .bubbles {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 50px;
  position: relative;
  left: -125px;
}
.offers .left-side .bubbles div {
  border-radius: 50%;
}
.offers .left-side .bubbles div:first-child {
  width: 200px;
  height: 200px;
  background: rgba(82, 191, 255, 0.25);
}
.offers .left-side .bubbles div:nth-of-type(2) {
  width: 100px;
  height: 100px;
  background: #2751cf;
}
.offers .left-side .bubbles div:last-child {
  width: 70px;
  height: 70px;
  background-color: #0f136e;
}
.offers .right-side {
  width: 807px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.offers .right-side .offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.offers .right-side .offers-grid .offer-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(82, 191, 255, 0.3);
  border-radius: 20px;
  padding: 35px;
  transition: 0.5s;
}
.offers .right-side .offers-grid .offer-item:hover {
  background: #ffffff;
  box-shadow: 0px 8px 65px rgba(82, 191, 255, 0.2);
  border-radius: 20px;
}
.offers .right-side .offers-grid .offer-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #0f136e;
}
.offers .right-side .offers-grid .offer-item h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #0f136e;
}
.offers .right-side .offers-grid .offer-item .apply {
  display: flex;
  align-items: center;
  gap: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2751cf;
  margin-top: 40px;
}
.offers .right-side .offers-grid .offer-item .apply .arrow {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7462 8.70313L1 8.70312' stroke='%232751CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.35351 16.4059L16.5068 9.2289C16.5813 9.16312 16.641 9.08231 16.6818 8.99177C16.7227 8.90123 16.7438 8.80303 16.7438 8.70369C16.7438 8.60434 16.7227 8.50607 16.6818 8.41553C16.641 8.32499 16.5813 8.24418 16.5068 8.17848L8.35352 1' stroke='%232751CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.offers .right-side .bubbles {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 111px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
.offers .right-side .bubbles div {
  width: 100px;
  height: 100px;
  background-color: #52bfff;
  border-radius: 50%;
}
.offers .right-side .bubbles div:nth-of-type(2) {
  width: 200px;
  height: 200px;
}
.offers .right-side .bubbles div:last-child {
  width: 70px;
  height: 70px;
  background-color: #2751cf;
  margin-left: auto;
  position: relative;
  left: 30px;
}

/** End Nous Rejoindre Styles **/
/** Start Contact Page **/
.contactPage {
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 90px;
  background-image: url(../images/contact-shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.contactPage .bubbles {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
  position: absolute;
  bottom: 100px;
  left: 90px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.contactPage .bubbles .bubble {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #2751cf;
}
.contactPage .bubbles .bubble:nth-of-type(2) {
  width: 70px;
  height: 70px;
}
.contactPage .bubbles .bubble:nth-of-type(3) {
  background-color: #52bfff;
}
.contactPage .bubbles .bubble:nth-of-type(4) {
  width: 200px;
  height: 200px;
  background-color: #52bfff;
}
.contactPage .bubbles .bubble:nth-of-type(5),
.contactPage .bubbles .bubble:nth-of-type(7) {
  width: 150px;
  height: 150px;
  background-color: #fff;
}
.contactPage .bubbles .bubble:nth-of-type(6) {
  width: 70px;
  height: 70px;
}
.contactPage .container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.contactPage .content {
  display: flex;
  justify-content: space-between;
}
.contactPage .left-side {
  width: 520px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactPage .left-side h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  color: #0f136e;
}
.contactPage .left-side p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0f136e;
}
.contactPage .contact-form {
  width: 100%;
  max-width: 720px;
  background: #ffffff;
  padding: 36px 40px 40px;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.04);
}

.contactPage .cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contactPage .cf-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.contactPage .cf-row .cf-field {
  margin-bottom: 0;
}

.contactPage .cf-label {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.150391px;
  color: #000000;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.contactPage .cf-label .cf-required {
  color: #0f172a;
  margin-left: -2px;
}

.contactPage .cf-label svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #0f172a;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Unified control style — inputs, textarea, select trigger */
.contactPage .cf-control {
  width: 100%;
  background: #f5fbff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 7px 44px 7px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.150391px;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contactPage .cf-control::placeholder {
  color: #9ba8bb;
  opacity: 1;
}

.contactPage .cf-control:hover {
  border-color: #cfdcec;
}

/* Textarea-specific overrides */
.contactPage textarea.cf-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}

/* Select trigger-specific overrides */
.contactPage .cf-select {
  position: relative;
  width: 100%;
}

.contactPage .cf-select-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  text-align: left;
}

.contactPage .cf-select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
  transition: transform 0.25s ease;
  color: #6b7a90;
}

.contactPage .cf-select.is-open .cf-select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.contactPage .cf-select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e3ecf6;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 50;
  padding: 4px;
  list-style: none;
  margin: 0;
}

.contactPage .cf-select.is-open .cf-select-options {
  max-height: 280px;
  opacity: 1;
  visibility: visible;
}

.contactPage .cf-select-option {
  padding: 12px 14px;
  font-size: 15px;
  color: #0f172a;
  cursor: pointer;
  border-radius: 7px;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.contactPage .cf-select-option:hover,
.contactPage .cf-select-option.is-highlighted {
  background: #f5fbff;
  color: #0d8fd1;
}

.contactPage .cf-select-option.is-selected {
  background: #d8eefb;
  color: #0d8fd1;
  font-weight: 600;
}

/* Submit button */
.contactPage .cf-submit-wrap {
  margin-top: 8px;
}

.contactPage .cf-submit {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 17px 28px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: #52bfff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactPage .cf-submit-text {
  flex: 1;
  text-align: center;
}

.contactPage .cf-submit-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.contactPage .cf-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.contactPage .cf-checkbox-field {
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.contactPage .cf-checkbox-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.contactPage .cf-checkbox-field .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.150391px;
  color: #000000;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}

.contactPage .cf-checkbox-field .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid #0f1f7a;
  background: #ffffff no-repeat center center;
  background-size: 11px 8px;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease;
  flex-shrink: 0;
}

.contactPage
  .cf-checkbox-field
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  background-color: #0f1f7a;
  border-color: #0f1f7a;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.91732 0.583008L3.50065 6.99967L0.583984 4.08301' stroke='white' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.contactPage
  .cf-checkbox-field
  input[type="checkbox"]:focus-visible
  + .wpcf7-list-item-label::before {
  outline: 2px solid #52bfff;
  outline-offset: 2px;
}

.contactPage .cf-checkbox-field .wpcf7-form-control-wrap,
.contactPage .cf-checkbox-field .wpcf7-acceptance,
.contactPage .cf-checkbox-field .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0;
}

.contactPage .cf-checkbox-field .wpcf7-list-item {
  margin-left: 0;
}

.contactPage .cf-checkbox-field label {
  display: block;
  margin: 0;
}

.contactPage .cf-checkbox-field .cf-checkbox-text {
  display: inline;
}

.contactPage .cf-checkbox-field .cf-checkbox-text a {
  color: #000000;
  text-decoration: underline;
}

/** End Contact Page **/
/** Start Single Expertises Styles **/
.singleExp {
  display: flex;
  flex-direction: column;
}
.singleExp .singleExp-header {
  display: flex;
  flex-direction: column;
  background-image: url(../images/bg-single-exp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.singleExp .container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.singleExp .content {
  display: flex;
  flex-direction: column;
}
.singleExp .singleExp-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 240px;
  padding-bottom: 70px;
}
.singleExp .singleExp-header-wrapper .left-side {
  height: max-content;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 40px;
}
.singleExp .singleExp-header-wrapper .left-side .title {
  display: flex;
  flex-direction: column;
}
.singleExp .singleExp-header-wrapper .left-side .title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  color: #0f136e;
}
.singleExp .singleExp-header-wrapper .left-side .switch-exp {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.singleExp .singleExp-header-wrapper .left-side .switch-exp a {
  width: 66px;
  height: 66px;
  background: #ffffff;
  box-shadow: 0px 0px 26.4px 3.96px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.singleExp .singleExp-header-wrapper .left-side .switch-exp a svg path {
  transition: 0.5s;
}
.singleExp .singleExp-header-wrapper .left-side .switch-exp a:hover {
  background: #52bfff;
}
.singleExp .singleExp-header-wrapper .left-side .switch-exp a:hover svg path {
  stroke: #ffffff;
}
.singleExp .singleExp-header-wrapper .right-side {
  width: 735px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.singleExp .singleExp-header-wrapper .right-side .intro {
  display: flex;
  flex-direction: column;
}
.singleExp .singleExp-header-wrapper .right-side .intro h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.singleExp .singleExp-header-wrapper .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.singleExp .singleExp-header-wrapper .right-side .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.singleExp .singleExp-body {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-top: 1px solid #52bfff;
  border-radius: 0px 0px 20px 20px;
  padding: 60px 0;
}
.singleExp .singleExp-body .singleExp-body-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.singleExp .singleExp-body .singleExp-body-wrapper .block {
  width: 406px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 60px;
  position: relative;
}
.singleExp .singleExp-body .singleExp-body-wrapper .block:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #52bfff;
}
.singleExp .singleExp-body .singleExp-body-wrapper .block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #0f136e;
}
.singleExp .singleExp-body .singleExp-body-wrapper .block ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.singleExp .singleExp-body .singleExp-body-wrapper .block ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
  position: relative;
  padding-left: 15px;
  padding-left: 20px;
}

.singleExp .singleExp-body .singleExp-body-wrapper .block ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #0f136e;
}

/** End Single Expertises Styles **/
/** Start Single Secteur Styles **/
.singleSec {
  display: flex;
  flex-direction: column;
}
.singleSec .singleSec-header {
  display: flex;
  flex-direction: column;
  padding-top: 240px;
  padding-bottom: 70px;
  background-image: url(../images/bg-single-sec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.singleSec .container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.singleSec .content {
  display: flex;
  flex-direction: column;
}
.singleSec .singleSec-header-wrapper {
  display: flex;
  /* justify-content: space-between; */
}
.singleSec .singleSec-header-wrapper .left-side {
  display: flex;
  flex-direction: column;
}
.singleSec .singleSec-header-wrapper .left-side .title_switch-sec {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 90px;
}
.singleSec .singleSec-header-wrapper .left-side .title {
  display: flex;
  flex-direction: column;
}
.singleSec .singleSec-header-wrapper .left-side .title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  color: #0f136e;
}
.singleSec .singleSec-header-wrapper .left-side .switch-sec {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.singleSec .singleSec-header-wrapper .left-side .switch-sec a {
  width: 66px;
  height: 66px;
  background: #ffffff;
  box-shadow: 0px 0px 26.4px 3.96px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.singleSec .singleSec-header-wrapper .left-side .switch-sec a svg path {
  transition: 0.5s;
}
.singleSec .singleSec-header-wrapper .left-side .switch-sec a:hover {
  background: #52bfff;
}
.singleSec .singleSec-header-wrapper .left-side .switch-sec a:hover svg path {
  stroke: #ffffff;
}
.singleSec .singleSec-header-wrapper .left-side .image {
  width: 495px;
  height: 215px;
  border-radius: 0px 1000px 1000px 0px;
  overflow: hidden;
  margin-top: 35px;
  background-blend-mode: color-burn, normal;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 20px 60px rgba(15, 19, 110, 0.1);
}
.singleSec .singleSec-header-wrapper .left-side .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.singleSec .singleSec-header-wrapper .right-side {
  width: 735px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.singleSec .singleSec-header-wrapper .right-side .intro {
  display: flex;
  flex-direction: column;
}
.singleSec .singleSec-header-wrapper .right-side .intro h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.singleSec .singleSec-header-wrapper .right-side .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.singleSec .singleSec-header-wrapper .right-side .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.singleSec .singleSec-body {
  display: flex;
  flex-direction: column;
  padding: 80px 0 50px 0;
}
.singleSec .singleSec-body .singleSec-body-container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.singleSec .singleSec-body .singleSec-body-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.singleSec .singleSec-body .business-case-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.singleSec .singleSec-body .business-case-header span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #52bfff;
}
.singleSec .singleSec-body .business-case-header h2 {
  width: 864px;
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  color: #0f136e;
  margin-top: 7px;
}
.singleSec .singleSec-body .switch-slider {
  display: flex;
  align-items: center;
  background: #f4f5f8;
  border: 1px solid #2751cf;
  border-radius: 30px;
}
.singleSec .singleSec-body .switch-slider div {
  display: flex;
  padding: 15px 25px;
  cursor: pointer;
}
.singleSec .splide__slide {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.singleSec .splide__slide .slider-left {
  width: 419px;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border: 1px solid #52bfff;
  border-radius: 20px;
  margin-top: 20px;
}
.singleSec .splide__slide .slider-left h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #52bfff;
}
.singleSec .splide__slide .slider-left ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.singleSec .splide__slide .slider-left ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #0f136e;
}
.singleSec .splide__slide .slider-left ul li strong {
  font-weight: 600;
}
.singleSec .splide__slide .slider-right {
  width: 790px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.singleSec .splide__slide .slider-right .block {
  display: flex;
  flex-direction: column;
  gap: 29px;
  border-left: 1px solid #52bfff;
  padding-left: 20px;
}
.singleSec .splide__slide .slider-right .block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #0f136e;
}
.singleSec .splide__slide .slider-right .block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.singleSec .splide__slide .slider-right .block ul {
  display: flex;
  flex-direction: column;
}
.singleSec .splide__slide .slider-right .block ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f136e;
}
.singleSec .splide__slide .slider-right .block ul li strong {
  font-weight: 700;
}

/** End Single Secteur Styles **/
/** Start Footer Styles **/
footer {
  display: flex;
  flex-direction: column;
  padding: 62px 0 35px 0;
  background: linear-gradient(305.71deg, #0f136e 34.74%, #1d25d4 164.69%);
  border-radius: 20px 20px 0px 0px;
}
footer .footer-container {
  width: 1235px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
footer .footer-info {
  display: flex;
  justify-content: space-between;
  gap: 218px;
}
footer .footer-info .left-side {
  width: 200px;
  display: flex;
  flex-direction: column;
}
footer .footer-info .left-side .address {
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
footer .footer-info .left-side .address span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-info .left-side .address a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-info .left-side .contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding-left: 10px;
}
footer .footer-info .left-side .contact-info ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-info .left-side .contact-info ul a {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.5s;
}
footer .footer-info .left-side .contact-info ul a svg path {
  transition: 0.5s;
}
footer .footer-info .left-side .contact-info ul a:hover {
  background: #52bfff;
}
footer .contact-info ul li:first-child a:hover svg path {
  stroke: #fff;
}
footer .contact-info ul li:last-child a:hover svg path {
  fill: #fff;
}
footer .footer-info .right-side {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
footer .footer-info .right-side .block {
  width: 225px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
footer .footer-info .right-side .block .cta a {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer-info .right-side .block .cta span {
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-info .right-side .block .cta .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #52bfff;
  border-radius: 50%;
}
footer .footer-info .right-side .block .cta .arrow svg {
  transition: 0.5s;
  transform: rotate(0);
}
footer .footer-info .right-side .block .cta:hover .arrow svg {
  transform: rotate(45deg);
}
footer .footer-info .right-side .block .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-info .right-side .block .menu span {
  min-height: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-info .right-side .block .menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-info .right-side .block .menu ul a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-info .club {
  display: flex;
  flex-direction: column;
  gap: 57px;
}
footer .footer-info .club .cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  background: linear-gradient(95deg, #52bfff 4.2%, #2751cf 83.99%);
  border-radius: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
}
footer .footer-info .linkedin {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-info .linkedin span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-info .linkedin a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2751cf;
  padding-top: 20px;
}
footer .footer-links h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
footer .footer-links ul {
  display: flex;
  align-items: center;
  gap: 170px;
}
footer .footer-links ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-links ul li.made-by {
  text-transform: initial;
}
footer .footer-links ul li.made-by a {
  font-weight: 500;
}

/** End Footer Styles **/

/** Start Mentions légales **/
.ml {
  display: flex;
  flex-direction: column;
}
.ml .container {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.ml .content {
  display: flex;
  flex-direction: column;
}
.ml .ml-header {
  display: flex;
  padding-top: 200px;
  padding-bottom: 60px;
  background-image: url(../images/bg-single-actua.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ml .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
.ml .title h1 {
  width: 898px;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 57px;
  color: #0f136e;
}
.ml .ml-body {
  display: flex;
  background:
    linear-gradient(180deg, rgba(244, 246, 253, 0) 0%, #f4f6fd 100%), #ffffff;
  border-top: 1px solid #52bfff;
  border-radius: 0px 0px 20px 20px;
  padding: 60px 0;
}
.ml .ml-body .description {
  width: 893px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  color: #0f136e;
}
.ml .ml-body .description p,
.ml .ml-body .description li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #0f136e;
}

/** End Mentions légales **/

/** Start Page Not Found Styles **/

.pageNotFound {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-image: url(../images/bg-single-exp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #0f136e;
}

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

.pageNotFound .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pageNotFound .cta a {
  display: flex;
  align-items: center;
  gap: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f136e;
}
.pageNotFound .cta a .icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 3px rgba(39, 81, 207, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #0f136e;
  text-align: center;
}

/** End Page Not Found Styles **/
