/*
Theme Name: Digital Tribe
Theme URI: https://smarteez.eu
Author: Smarteez
Author URI: https://smarteez.eu
Description: Developped by Smarteez.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 7.3
Text Domain: dt
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Zilla+Slab:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  color: #000000;
  background: #E9538D;
}

::selection {
  color: #000000;
  background: #E9538D;
}

body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zilla Slab", sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

img {
  max-width: 100%;
  display: block;
}

.button {
  border-radius: 0;
  padding: 15px 30px;
  transition: all 0.3s;
}
.button--primary {
  background: linear-gradient(90deg, #e94f8b 0%, #ef6675 100%) 0% 0%;
  color: #FFFFFF;
}
.button--primary:hover {
  background-color: #EF6675;
  color: #FFFFFF;
}
.button--light {
  background: #FFFFFF;
  color: #E9538D;
}
.button--light:hover {
  background-color: #E9538D;
  color: #FFFFFF;
}
.button--outlined {
  color: #E9538D;
  border: 1px solid #E9538D;
}
.button--outlined:hover {
  background-color: #E9538D;
  color: #FFFFFF;
}

span.title__highlight {
  font-weight: 600;
}
span.title__highlight--primary {
  color: #E9538D;
}
span.title__highlight--light {
  color: #FFFFFF;
}

.cubes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.cubes .cube {
  width: 10px;
  height: 10px;
  rotate: 45deg;
}
.cubes .cube--white {
  background-color: #FFFFFF;
}
.cubes .cube--primary {
  background-color: #E9538D;
}
.cubes .cube--accent {
  background-color: #FDC113;
}

.banner {
  position: relative;
  background-size: cover;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #FFFFFF;
  overflow-x: hidden;
}
.banner .banner__pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .banner .banner__pattern {
    right: -200px;
  }
}
@media (max-width: 576px) {
  .banner .banner__pattern {
    opacity: 0.25;
  }
}
.banner .banner__cubes {
  margin-bottom: 20px;
}
.banner .banner__subtitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  max-width: 600px;
}
.banner .banner__title {
  font-size: 45px;
  font-weight: 400;
  max-width: 600px;
  margin-bottom: 40px;
}
.banner .banner__title .highlight {
  color: #FFFFFF;
  font-weight: 600;
}
.banner .banner__description {
  max-width: 600px;
}

.cta {
  padding: 150px 0;
  color: #FFFFFF;
}
.cta .title {
  font-size: 40px;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px;
}
.cta .paragraph {
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 600px;
}
.cta .arrow-down {
  display: block;
  margin-bottom: 40px;
}

.services {
  padding: 120px 0;
  position: relative;
}
.services .services__pattern {
  position: absolute;
  top: 0;
  left: -85px;
  width: 250px;
  opacity: 0.3;
}
.services .container {
  text-align: center;
}
.services .services__cubes {
  margin-bottom: 20px;
}
.services .services__cubes .cubes {
  justify-content: center;
}
.services .services__subtitle {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #E9538D;
  margin-inline: auto;
}
.services .services__title {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 600px;
  margin-inline: auto;
}
.services .services__paragraph {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.services .services__tabs {
  margin-bottom: 30px;
}
.services .services__tabs .nav-tabs {
  border: 0;
}
.services .services__tabs .nav-tabs .nav-item .nav-link {
  color: #000000;
  border-color: transparent;
  border-bottom-width: 3px;
  opacity: 0.5;
}
.services .services__tabs .nav-tabs .nav-item .nav-link.active {
  color: #E9538D;
  font-weight: 600;
  border-bottom-color: #E9538D;
  opacity: 1;
}
.services .services__tabs .nav-tabs .nav-item .nav-link:hover {
  opacity: 0.9;
}
.services .services__arrows {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  position: absolute;
  display: none;
}
.services .services__arrows .services__arrow {
  margin-bottom: 30px;
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: transparent;
  padding: 10px;
  width: 60px;
  height: 60px;
}
.services .services__list {
  max-width: 1600px;
  margin-inline: auto;
}
.services .services__list .slick-list {
  -webkit-padding-end: 15%;
          padding-inline-end: 15%;
}
.services .services__list .services__item-image {
  width: 50%;
}
.services .services__list .services__item {
  background-color: #fdf1fb;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-inline: 20px;
}
@media (max-width: 992px) {
  .services .services__list .services__item {
    flex-direction: column;
  }
  .services .services__list .services__item .services__item-image {
    width: 100%;
  }
}
.services .services__list .services__item .services__item-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
.services .services__list .services__item .services__item-content .services__item-title {
  font-weight: 600;
  font-size: 32px;
}
.services .services__list .services__item .services__item-content .services__item-paragraph {
  text-align: start;
}
.services .services__list .services__item .services__item-content .services__item-link {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  color: #E9538D;
  font-weight: 500;
}
.services .services__list .services__item .services__item-content .services__item-link .link-line {
  background-color: #000000;
  height: 1px;
  width: 100%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.services .services__list .services__item .services__item-content .services__item-link span {
  text-wrap: nowrap;
}

.realisations {
  padding: 120px 0;
  background-color: #f6f9ff;
}
.realisations .container {
  text-align: center;
}
.realisations .realisations__cubes {
  margin-bottom: 20px;
}
.realisations .realisations__cubes .cubes {
  justify-content: center;
}
.realisations .realisations__subtitle {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #E9538D;
  margin-inline: auto;
}
.realisations .realisations__title {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 600px;
  margin-inline: auto;
}
.realisations .realisations__paragraph {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.realisations .realisations__list .realisations__item {
  position: relative;
  width: 100%;
}
.realisations .realisations__list .realisations__item .realisations__item-image {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.realisations .realisations__list .realisations__item .realisations__item-image:hover + .realisations__item-content {
  opacity: 1;
  transform: scaleY(1);
}
.realisations .realisations__list .realisations__item .realisations__item-content {
  padding: 30px;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(239, 102, 117, 0.6) 0%, rgb(124, 49, 57) 100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  opacity: 0;
  transform: scaleY(0.25);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}
.realisations .realisations__list .realisations__item .realisations__item-content:hover {
  opacity: 1;
  transform: scaleY(1);
}
.realisations .realisations__list .realisations__item .realisations__item-content .realisations__item-title {
  font-size: 28px;
  font-weight: 600;
}
.realisations .realisations__list .realisations__item .realisations__item-content .realisations__item-paragraph {
  font-size: 14px;
  font-weight: 400;
  margin-block: 25px;
  text-align: start;
}
.realisations .realisations__list .realisations__item .realisations__item-content .realisations__item-link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #FFFFFF;
  font-weight: 500;
}
.realisations .button {
  margin-inline: auto;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.home-cta {
  color: #FFFFFF;
  padding-top: 200px;
  padding-bottom: 250px;
  background-size: cover !important;
}
.home-cta .container {
  text-align: center;
}
.home-cta .home-cta__title {
  font-size: 40px;
  font-weight: 600;
  max-width: 600px;
  margin-inline: auto;
}
.home-cta .home-cta__paragraph {
  max-width: 600px;
  margin-inline: auto;
  margin-block: 60px;
}
.home-cta .button {
  margin-inline: auto;
}

.newsletter {
  padding-top: 350px;
  padding-bottom: 100px;
  color: #FFFFFF;
  background-size: cover !important;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}
.newsletter .newsletter__subtitle {
  text-transform: uppercase;
  font-size: 20px;
}
.newsletter .newsletter__title {
  font-weight: 600;
  font-size: 40px;
}
.newsletter .newsletter__paragraph {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  font-size: 18px;
}
.newsletter .newsletter__form-title {
  font-size: 26px;
  font-weight: 600;
}
.newsletter .newsletter__form-paragraph {
  margin-block: 30px;
  font-size: 18px;
}
.newsletter .newsletter__form ::-moz-placeholder {
  color: #d3d3d3;
}
.newsletter .newsletter__form ::placeholder {
  color: #d3d3d3;
}
.newsletter .newsletter__form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.newsletter .newsletter__form input {
  border: 1px solid #d3d3d3;
  background-color: transparent;
  color: #FFFFFF;
  padding: 18px 10px;
  margin-bottom: 20px;
  width: 100%;
}
.newsletter .newsletter__form input:focus {
  outline: 1px solid #FFFFFF;
}
.newsletter .newsletter__form button {
  border: 0;
  width: 100%;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  font-weight: 600;
  font-size: 20px;
}
.newsletter .newsletter__form button:hover {
  background-color: #FFFFFF;
  color: #E9538D;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3545 !important;
  color: #dc3545;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #28a745 !important;
  color: #28a745;
}

.accordion .accordion-item {
  border: none;
  background-color: transparent;
}
.accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item .accordion-button {
  border-bottom: 1px solid #E9538D;
  background-color: transparent;
  padding-left: 0;
  color: #020842;
  font-size: 20px;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #E9538D;
  font-weight: 600;
}

/* General */
/* Desktop */
/* Mobile */
.sz-navbar {
  overflow-x: clip;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: 80px;
  z-index: 1000;
  position: sticky;
  top: 0;
  transition: box-shadow 0.5s;
}
.sz-navbar.sticky {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.sz-navbar .sz-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sz-navbar .sz-logo {
  margin: 0;
  padding: 0;
}
.sz-navbar .sz-burger {
  display: none;
  cursor: pointer;
}
.sz-navbar .sz-burger div {
  background-color: #000000;
  width: 25px;
  height: 3px;
  margin: 5px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.sz-navbar .sz-burger.active .sz-line1 {
  transition-delay: 0.1s;
  transform: rotate(-135deg) translate(-5px, -6px);
}
.sz-navbar .sz-burger.active .sz-line2 {
  transform: translateX(20px);
  opacity: 0;
}
.sz-navbar .sz-burger.active .sz-line3 {
  transition-delay: 0.1s;
  transform: rotate(135deg) translate(-5px, 6px);
}
.sz-navbar .sz-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 70%;
}
.sz-navbar .sz-menu li {
  position: relative;
}
.sz-navbar .sz-menu li a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.sz-navbar .sz-menu .sz-dropdown-btn {
  display: none;
  cursor: pointer;
}
.sz-navbar .sz-menu .sz-submenu {
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 20px;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  transform: translateY(40px);
  transition: all 0.2s;
  z-index: 1000;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .sz-navbar .sz-menu .sz-submenu {
    padding: 0;
    padding-left: 10px;
    box-shadow: none;
  }
}
.sz-navbar .sz-menu .sz-submenu.mega {
  width: 1100px;
  display: flex;
  gap: 10px;
  left: -300px;
  border-radius: 10px;
}
.sz-navbar .sz-menu .sz-submenu.mega .border-left {
  border-left: 1px solid #E9538D;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .sz-navbar .sz-menu .sz-submenu.mega .border-left {
    border-left: none;
    padding-left: 0;
  }
}
.sz-navbar .sz-menu .sz-submenu.mega li {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.sz-navbar .sz-menu .sz-submenu.mega li img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1200px) {
  .sz-navbar .sz-menu .sz-submenu.mega {
    width: 100%;
    display: none;
  }
}
.sz-navbar .sz-menu .sz-submenu.mega .submenu__cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .sz-navbar .sz-menu .sz-submenu.mega .submenu__cta {
    display: none;
  }
}
.sz-navbar .sz-menu .sz-submenu.mega .submenu__cta .button {
  height: -moz-fit-content;
  height: fit-content;
  margin: 10px;
}
.sz-navbar .sz-menu .sz-submenu > div {
  flex: 1;
}
.sz-navbar .sz-menu .sz-submenu li {
  margin-block: 20px;
}
@media (max-width: 1200px) {
  .sz-navbar .sz-menu .sz-submenu li {
    margin-top: 15px;
  }
}
.sz-navbar .sz-menu .sz-last {
  border: 1px solid #050c50;
  border-radius: 2px;
  padding: 10px 20px;
}

@media (min-width: 1200px) {
  .sz-navbar .sz-menu li:hover .sz-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
@media (max-width: 1200px) {
  .sz-navbar .sz-burger {
    display: block;
  }
  .sz-navbar .sz-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    /*
    if you want the sliding menu to not cover the header
    top: $sz-navbar-height);
    height: calc(100vh - $sz-navbar-height));
    */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    /* control the positionning of menu items */
    justify-content: flex-start;
    /* control the positionning of menu items */
    background-color: #FFFFFF;
    padding-top: 50px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    min-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .sz-navbar .sz-menu.active {
    transform: translateX(0);
  }
  .sz-navbar .sz-menu .sz-submenu {
    display: none;
    transform: translateY(0px);
    position: static;
  }
  .sz-navbar .sz-menu .sz-submenu li a {
    margin-top: 0;
  }
  .sz-navbar .sz-menu .sz-submenu.sz-show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .sz-navbar .sz-menu li {
    opacity: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    display: block;
    color: #000000;
  }
  .sz-navbar .sz-menu .sz-dropdown > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sz-navbar .sz-menu .sz-last {
    position: absolute;
    bottom: 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sz-navbar .sz-menu .sz-dropdown-btn {
    display: block;
    padding: 10px 2px;
    transform: translateY(-2px);
  }
  .sz-navbar .sz-menu .sz-dropdown-btn div {
    background-color: #000000;
    width: 16px;
    height: 2px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
  }
  .sz-navbar .sz-menu .sz-dropdown-btn .sz-dropdown-line1 {
    display: block;
    width: 16px;
  }
  .sz-navbar .sz-menu .sz-dropdown-btn .sz-dropdown-line2 {
    display: block;
    width: 16px;
    transform: rotate(90deg) translateX(-2px);
  }
  .sz-navbar .sz-menu .sz-dropdown-btn .sz-dropdown-line2.sz-hide {
    transform: rotate(0deg) translate(0px, -2px);
  }
}
.rtl .sz-navbar {
  direction: rtl;
}
.rtl .sz-navbar .sz-menu.active {
  text-align: right;
}

/*
*** link hover ***
.sz-navbar .sz-menu li a:hover {}

*** link active ***
.sz-navbar .sz-menu li.sz-active a {}
*/
@keyframes sz-navbar-links-fade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer .footer-top {
  padding: 100px 0 50px 0;
  background-color: #F5F8FF;
}
.footer .footer-top .logo-footer {
  display: block;
  margin-bottom: 30px;
}
.footer .footer-top p {
  color: #575757;
  margin-bottom: 30px;
  font-size: 14px;
}
.footer .footer-top .social-media {
  display: flex;
}
.footer .footer-top .social-media img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.footer .footer-top h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top ul li {
  margin-bottom: 10px;
}
.footer .footer-top ul li a {
  color: #575757;
}
.footer .footer-bottom {
  background-color: #FFFFFF;
}
.footer .footer-bottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.page-template-teaser .teaser {
  width: 100%;
  min-height: 100vh;
  color: #FFFFFF;
}
.page-template-teaser .teaser .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .page-template-teaser .teaser .teaser__logo {
    width: 160px;
    height: auto;
  }
}
.page-template-teaser .teaser .teaser__title {
  font-weight: 600;
  font-size: 60px;
  max-width: 700px;
}
@media (max-width: 992px) {
  .page-template-teaser .teaser .teaser__title {
    font-size: 40px;
    margin-top: 50px;
  }
}
.page-template-teaser .teaser .teaser__line {
  background: transparent linear-gradient(180deg, #E9538D 0%, #EF6675 100%) 0% 0% no-repeat padding-box;
  width: 300px;
  height: 5px;
  margin: 40px 0;
  border-radius: 1px;
}
.page-template-teaser .teaser .teaser__points {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 50px;
  list-style: square;
  font-weight: 300;
}
@media (max-width: 992px) {
  .page-template-teaser .teaser .teaser__points {
    font-size: 18px;
    line-height: 35px;
  }
}
.page-template-teaser .teaser .teaser__contacts {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 20px 50px;
  border-radius: 5px;
  opacity: 0.8;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-teaser .teaser .teaser__contacts .teaser__contact-link {
  margin: 0 15px;
  padding: 15px 0;
}

.page-template-home .top-banner {
  position: relative;
}
.page-template-home .top-banner .main-carousel__item {
  height: 750px;
  width: 100%;
  background-size: cover !important;
  color: #FFFFFF;
}
.page-template-home .top-banner .main-carousel__item .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-template-home .top-banner .main-carousel__item .main-carousel__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .page-template-home .top-banner .main-carousel__item .main-carousel__title {
    font-size: 40px;
  }
}
.page-template-home .top-banner .main-carousel__item .main-carousel__paragraph {
  line-height: 1.5;
  font-size: 20px;
  max-width: 600px;
}
@media (max-width: 992px) {
  .page-template-home .top-banner .main-carousel__item .main-carousel__paragraph {
    font-size: 15px;
  }
}
.page-template-home .top-banner .main-carousel__item .main-carousel-cta {
  margin-top: 50px;
}
.page-template-home .top-banner .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  opacity: 0.7;
}
.page-template-home .top-banner .top-banner__dots {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-home .top-banner .top-banner__dots .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-home .top-banner .top-banner__dots .slick-dots li button {
  font-size: 0;
  padding: 3px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: transparent;
}
.page-template-home .top-banner .top-banner__dots .slick-dots li.slick-active button {
  background-color: #ffffff;
  transform: scale(1.4);
}
.page-template-home .intro {
  background-color: #F5F8FF;
  padding: 120px 0;
  position: relative;
  overflow-x: hidden;
}
.page-template-home .intro .intro__pattern {
  position: absolute;
  top: 0;
  right: -85px;
  width: 250px;
}
.page-template-home .intro .intro__image {
  padding-inline: 40px;
}
@media (max-width: 992px) {
  .page-template-home .intro .intro__image {
    padding-inline: 0;
    margin-bottom: 50px;
  }
}
.page-template-home .intro .intro__title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .page-template-home .intro .intro__title {
    font-size: 30px;
  }
}
.page-template-home .intro .intro__paragraph {
  line-height: 1.5;
  margin-bottom: 50px;
  color: #575757;
}
.page-template-home .intro .intro__star-pattern {
  position: absolute;
  bottom: -40px;
  left: 10px;
}
@media (max-width: 992px) {
  .page-template-home .intro .intro__star-pattern {
    bottom: 20px;
    left: 0;
    width: 60px;
  }
}
.page-template-home .ressources {
  padding: 120px 0;
}
.page-template-home .ressources .container {
  text-align: center;
}
.page-template-home .ressources .ressources__cubes {
  margin-bottom: 20px;
}
.page-template-home .ressources .ressources__cubes .cubes {
  justify-content: center;
}
.page-template-home .ressources .ressources__subtitle {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #E9538D;
  margin-inline: auto;
}
.page-template-home .ressources .ressources__title {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 60px;
  max-width: 600px;
  margin-inline: auto;
}
.page-template-home .ressources .ressources__list .ressources__item {
  border: 1px solid #ebebeb;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-body {
  padding: 30px 20px;
  text-align: start;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-body .ressources__item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-body .ressources__item-paragraph {
  font-size: 15px;
  margin-bottom: 20px;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-body .ressources__item-link {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  color: #E9538D;
  font-weight: 500;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-body .ressources__item-link .link-line {
  background-color: #E9538D;
  height: 1px;
  width: 100%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.page-template-home .ressources .ressources__list .ressources__item .ressources__item-body .ressources__item-link span {
  text-wrap: nowrap;
}
.page-template-home .ressources .button {
  margin-inline: auto;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.page-template-services .services {
  padding: 120px 0;
}
.page-template-services .services .service {
  padding-block: 40px;
  text-align: left;
}
.page-template-services .services .service .service__title {
  color: #000000;
  max-width: 340px;
  font-size: 36px;
}
.page-template-services .services .service .service__description {
  color: #575757;
  padding-block: 40px;
  max-width: 550px;
}
@media (max-width: 992px) {
  .page-template-services .services .service .service__description {
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
}
.page-template-services .services .service .service__image {
  position: relative;
}
.page-template-services .services .service .service__image .main-img {
  position: relative;
  width: 100%;
  height: auto;
}
.page-template-services .services .service .service__image--start {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  -webkit-padding-after: 65px;
          padding-block-end: 65px;
}
@media (max-width: 992px) {
  .page-template-services .services .service .service__image--start {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media (max-width: 576px) {
  .page-template-services .services .service .service__image--start {
    padding: 0;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.page-template-services .services .service .service__image--start .main-img {
  border-radius: 2px 200px 2px 2px;
}
@media (max-width: 576px) {
  .page-template-services .services .service .service__image--start .main-img {
    border-radius: 0;
  }
}
.page-template-services .services .service .service__image--end {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  -webkit-padding-end: 75px;
          padding-inline-end: 75px;
  -webkit-padding-after: 75px;
          padding-block-end: 75px;
}
@media (max-width: 992px) {
  .page-template-services .services .service .service__image--end {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 576px) {
  .page-template-services .services .service .service__image--end {
    padding: 0;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.page-template-services .services .service .service__image--end .main-img {
  border-radius: 200px 2px 2px 2px;
}
@media (max-width: 576px) {
  .page-template-services .services .service .service__image--end .main-img {
    border-radius: 0;
  }
}
.page-template-services .services .service .service__image .pattern {
  position: absolute;
}
.page-template-services .services .service .service__image .pattern--one {
  top: -100px;
  left: 200px;
  width: 75px;
  height: 75px;
}
.page-template-services .services .service .service__image .pattern--two {
  bottom: 0;
  left: 0;
  width: 95px;
  height: auto;
}
.page-template-services .services .service .service__image .pattern--three {
  top: 20px;
  left: 0;
  width: 175px;
  height: auto;
}
.page-template-services .services .service .service__image .pattern--four {
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
}
@media (max-width: 576px) {
  .page-template-services .services .service .service__image .pattern {
    display: none;
  }
}

.page-template-apropos .intro {
  padding-block: 120px;
  position: relative;
  overflow-x: hidden;
}
.page-template-apropos .intro .intro__star-pattern {
  position: absolute;
  bottom: -48px;
  right: -25px;
}
.page-template-apropos .intro .intro__subtitle {
  color: #f06c6d;
}
.page-template-apropos .intro .intro__title {
  color: #020842;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 25px;
}
.page-template-apropos .services-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 550px;
}
@media (max-width: 992px) {
  .page-template-apropos .services-circles {
    left: -50%;
  }
}
.page-template-apropos .services-circles .circle {
  background: radial-gradient(closest-side at 50% 50%, #ff89b7 15%, rgba(255, 255, 255, 0.6) 100%) 0% 0% no-repeat padding-box;
  margin-inline: auto;
  position: absolute;
  transform-origin: center;
  overflow: visible;
}
.page-template-apropos .services-circles .circle .circle__content {
  position: absolute;
  width: 350px;
  z-index: 5;
  border-bottom: 1px solid #E9538D;
}
.page-template-apropos .services-circles .circle .circle__content::before {
  content: "";
  background-color: #E9538D;
  border: 3px solid rgba(233, 79, 139, 0.6);
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  margin-inline: 5px;
  position: absolute;
  top: 10px;
}
.page-template-apropos .services-circles .circle .circle__content .circle__content-title {
  font-size: 22px;
  color: #020842;
  font-weight: 600;
}
.page-template-apropos .services-circles .circle .circle__content .circle__content-description {
  font-size: 12px;
}
.page-template-apropos .services-circles .circle--outter {
  width: 500px;
  height: 500px;
  border-radius: 100%;
}
.page-template-apropos .services-circles .circle--outter .circle__content {
  left: 50%;
  top: 2%;
}
.page-template-apropos .services-circles .circle--outter .circle__content::before {
  left: -25px;
}
@media (max-width: 992px) {
  .page-template-apropos .services-circles .circle--outter .circle__content {
    left: 60%;
    top: 5%;
    width: 65%;
  }
}
.page-template-apropos .services-circles .circle--middle {
  width: 350px;
  height: 350px;
  border-radius: 100%;
}
.page-template-apropos .services-circles .circle--middle .circle__content {
  left: -110%;
  top: 30%;
  text-align: right;
}
.page-template-apropos .services-circles .circle--middle .circle__content::before {
  right: -25px;
}
@media (max-width: 992px) {
  .page-template-apropos .services-circles .circle--middle .circle__content {
    left: 92%;
    top: 26%;
    text-align: left;
    width: 65%;
  }
  .page-template-apropos .services-circles .circle--middle .circle__content::before {
    left: -25px;
  }
}
.page-template-apropos .services-circles .circle--inner {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-apropos .services-circles .circle--inner .circle__content {
  left: 80%;
  top: 70%;
}
.page-template-apropos .services-circles .circle--inner .circle__content::before {
  left: -25px;
}
@media (max-width: 992px) {
  .page-template-apropos .services-circles .circle--inner .circle__content {
    left: 70%;
    top: 83%;
  }
}
.page-template-apropos .services-circles .circle--inner img {
  width: 120px;
}
.page-template-apropos .offres {
  background: #f16d6e;
  color: #FFFFFF;
  padding-block: 120px;
}
.page-template-apropos .offres .offres__main-title {
  color: #FFFFFF;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 45px;
}
.page-template-apropos .offres .offres__item {
  border-bottom: 3px solid #FFFFFF;
  padding-block: 30px;
  align-items: center;
}
.page-template-apropos .offres .offres__item .offres__item-title {
  font-size: 45px;
  font-weight: 600;
  max-width: 400px;
}
.page-template-apropos .offres .offres__item .offres__item-paragraph {
  margin: 0;
}
.page-template-apropos .valeurs {
  -webkit-margin-before: 140px;
          margin-block-start: 140px;
}
.page-template-apropos .valeurs .valeurs__item {
  padding: 60px 30px;
}
.page-template-apropos .valeurs .valeurs__item .valeurs__item-icon {
  margin-bottom: 20px;
  width: 70px;
}
.page-template-apropos .valeurs .valeurs__item .valeurs__item-title {
  font-weight: 800;
  margin-bottom: 25px;
}
.page-template-apropos .ceo {
  padding-block: 120px;
}
.page-template-apropos .ceo .row {
  align-items: center;
}
.page-template-apropos .ceo .ceo__subtitle {
  color: #E9538D;
  text-transform: uppercase;
}
.page-template-apropos .ceo .ceo__title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}
.page-template-apropos .ceo .ceo__caption {
  font-weight: 600;
}
.page-template-apropos .ceo .ceo__image-container {
  position: relative;
  max-width: 450px;
  margin-inline: auto;
}
.page-template-apropos .ceo .ceo__image-container .ceo__image {
  z-index: 1;
}
.page-template-apropos .ceo .ceo__image-container .pattern {
  position: absolute;
}
.page-template-apropos .ceo .ceo__image-container .pattern--one {
  top: 0;
  left: -50px;
}
.page-template-apropos .ceo .ceo__image-container .pattern--two {
  transform: scale(-1, 1);
  bottom: -70px;
  right: 0px;
  z-index: -1;
}

.page-template-contact .contact__banner {
  padding: 250px 0 100px 0;
  color: #FFFFFF;
}
.page-template-contact .contact__banner .title {
  font-size: 70px;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px;
}
.page-template-contact .contact__banner .paragraph {
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 600px;
}
.page-template-contact .contact__banner .arrow-down {
  display: block;
}
@media (max-width: 992px) {
  .page-template-contact .contact__banner .arrow-down {
    margin-bottom: 20px;
  }
}
.page-template-contact .contact__banner .banner__contacts {
  width: 100%;
  padding: 20px 50px;
  border-radius: 5px;
  opacity: 0.8;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
.page-template-contact .contact__banner .banner__contacts .border-left {
  border-left: 1px solid #E9538D;
}
@media (max-width: 992px) {
  .page-template-contact .contact__banner .banner__contacts .border-left {
    border: 0;
    margin-top: 16px;
  }
}
.page-template-contact .contact__banner .banner__contacts .twitle {
  color: #E9538D;
  font-weight: 600;
}
.page-template-contact .contact__banner .banner__contacts a {
  color: #FFFFFF;
}
.page-template-contact .contact__banner .banner__contacts p {
  margin-bottom: 0;
}
.page-template-contact .connect {
  background-color: #000000;
  position: relative;
  overflow-x: hidden;
}
.page-template-contact .connect .connect__pattern {
  position: absolute;
  top: 0;
  right: -85px;
  width: 250px;
  opacity: 0.3;
}
.page-template-contact .connect .connect__content {
  padding-block: 100px;
  max-width: 850px;
}
.page-template-contact .connect .connect__content .connect__pattern {
  position: absolute;
  top: 0;
  right: -250px;
  width: 500px;
  opacity: 0.15;
}
.page-template-contact .connect .connect__content .title {
  font-size: 50px;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.page-template-contact .connect .connect__content .connect__form {
  padding-block: 40px;
  padding-inline: 10px;
}
.page-template-contact .connect .connect__content .connect__form label {
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.page-template-contact .connect .connect__content .connect__form input, .page-template-contact .connect .connect__content .connect__form select, .page-template-contact .connect .connect__content .connect__form textarea {
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  width: 100%;
}
.page-template-contact .connect .connect__content .connect__form .button {
  border: 0;
  margin-top: 20px;
}

.service__banner {
  position: relative;
  background-size: cover;
  padding: 150px 0;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  overflow-x: hidden;
}
.service__banner .banner__pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .service__banner .banner__pattern {
    right: -200px;
  }
}
@media (max-width: 576px) {
  .service__banner .banner__pattern {
    opacity: 0.25;
  }
}
.service__banner .title {
  font-size: 40px;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px;
}
.service__banner .arrow-down {
  display: block;
}
@media (max-width: 992px) {
  .service__banner .arrow-down {
    margin-bottom: 20px;
  }
}

.service__intro {
  padding-block: 120px;
  background: linear-gradient(0deg, #f5f8ff 0%, rgba(245, 248, 255, 0) 100%) 0% 0% no-repeat;
}
.service__intro .paragraph {
  margin-bottom: 40px;
  font-size: 24px;
}

.service__intro .service__image,
.service__evenements .service__image {
  position: relative;
}
.service__intro .service__image .main-img,
.service__evenements .service__image .main-img {
  position: relative;
  width: 100%;
  height: auto;
}
.service__intro .service__image--start,
.service__evenements .service__image--start {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  -webkit-padding-after: 65px;
          padding-block-end: 65px;
}
@media (max-width: 992px) {
  .service__intro .service__image--start,
  .service__evenements .service__image--start {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media (max-width: 576px) {
  .service__intro .service__image--start,
  .service__evenements .service__image--start {
    padding: 0;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
@media (max-width: 576px) {
  .service__intro .service__image--start .main-img,
  .service__evenements .service__image--start .main-img {
    border-radius: 0;
  }
}
.service__intro .service__image--end,
.service__evenements .service__image--end {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  -webkit-padding-end: 75px;
          padding-inline-end: 75px;
  -webkit-padding-after: 75px;
          padding-block-end: 75px;
}
@media (max-width: 992px) {
  .service__intro .service__image--end,
  .service__evenements .service__image--end {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 576px) {
  .service__intro .service__image--end,
  .service__evenements .service__image--end {
    padding: 0;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
@media (max-width: 576px) {
  .service__intro .service__image--end .main-img,
  .service__evenements .service__image--end .main-img {
    border-radius: 0;
  }
}
.service__intro .service__image .pattern,
.service__evenements .service__image .pattern {
  position: absolute;
}
.service__intro .service__image .pattern--two,
.service__evenements .service__image .pattern--two {
  bottom: 10px;
  left: 10px;
  width: 95px;
  height: auto;
  z-index: 10;
  opacity: 0.8;
}
.service__intro .service__image .pattern--three,
.service__evenements .service__image .pattern--three {
  bottom: 15px;
  right: 150px;
  width: 175px;
  height: auto;
}
.service__intro .service__image .pattern--one,
.service__evenements .service__image .pattern--one {
  bottom: 10px;
  right: 10px;
  width: 95px;
  height: auto;
  z-index: 10;
  transform: scaleX(-1);
  opacity: 0.8;
}
.service__intro .service__image .pattern--four,
.service__evenements .service__image .pattern--four {
  bottom: 15px;
  left: 150px;
  width: 175px;
  height: auto;
}
@media (max-width: 576px) {
  .service__intro .service__image .pattern,
  .service__evenements .service__image .pattern {
    display: none;
  }
}

.service__evenements {
  padding-block: 120px;
}
.service__evenements .title {
  margin-bottom: 40px;
}
.service__evenements .emph {
  font-size: 26px;
  max-width: 1000px;
}
.service__evenements .empher {
  font-size: 34px;
  max-width: 1000px;
  color: #000;
  margin-block: 40px;
}
.service__evenements .evenements__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block: 40px;
}
.service__evenements .evenements__list .evenement__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service__evenements .evenements__list .evenement__item .icon {
  width: 40px;
}
.service__evenements .evenements__list .evenement__item .desc {
  margin: 0;
}

.service__formats {
  background-color: #f6f9ff;
  padding-block: 120px;
  position: relative;
  overflow-x: hidden;
}
.service__formats .banner__pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  opacity: 1;
}
@media (max-width: 992px) {
  .service__formats .banner__pattern {
    right: -200px;
  }
}
@media (max-width: 576px) {
  .service__formats .banner__pattern {
    opacity: 0.25;
  }
}
.service__formats .title {
  margin-bottom: 30px;
  max-width: 1000px;
}
.service__formats .format__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.service__formats .format__item .icon {
  width: 40px;
}
.service__formats .format__item .desc {
  margin: 0;
}

.service__content {
  padding-block: 120px;
}
.service__content .title {
  margin-bottom: 30px;
  max-width: 800px;
}/*# sourceMappingURL=style.css.map */