/*
Theme Name: Solidevs
Theme URI: https://solidevs.tech
Description: Solidevs Theme
Author: anthowd - deladev
Version: 1.0.0
*/

@font-face {
  font-family: "Comfortaa";
  src: url("./assets/fonts/Comfortaa-Light.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./assets/fonts/Comfortaa-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./assets/fonts/Comfortaa-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./assets/fonts/Comfortaa-SemiBold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./assets/fonts/Comfortaa-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  /* color: #fff; */
  /* background-color: #242424; */
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.light-mode {
  color-scheme: light;
}
/* body.dark-mode {
  color-scheme: dark;
} */

body {
  color-scheme: light;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Comfortaa", Inter, system-ui, Avenir, Helvetica, Arial,
    sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

.main > div,
.main > section {
  padding: 0 1.5rem;
}

#archive-services > div {
  padding: 0 1.5rem;
}

h1 {
  color: #025d92;
  margin: 0;
  font-size: 48px;
}

h2 {
  margin-top: 1rem 0;
  color: #000;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1440px;
}
/* @media (prefers-color-scheme: dark) {
  header {
    background-color: #242424;
  }
} */

.ri.hide {
  display: none;
}

.wrapper {
  margin: auto;
  max-width: 1440px;
}
@media screen and (max-width: 1450px) {
  .wrapper {
    padding: 0 1rem;
  }
}

.team {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}
/* @media (prefers-color-scheme: dark) {
  .team {
    background-color: #343434;
  }
} */

.services {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
}
/* @media (prefers-color-scheme: dark) {
  .services {
    background-color: #343434;
  }
} */
.services h2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
  color: #000;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
/* @media (prefers-color-scheme: dark) {
  .services h2 {
    color: #fff;
  }
} */
.services a {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.history {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .history {
    margin: 0rem 1rem;
  }
}

.news {
  background-color: #f4f4f4;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* @media (prefers-color-scheme: dark) {
  .news {
    background-color: #343434;
  }
} */

footer {
  width: 100%;
  background-color: #121212;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

nav {
  max-width: 1440px;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: auto;
}
nav svg {
  z-index: 101;
  max-width: 200px;
  width: 100%;
  max-height: 2.5em;
}
@media screen and (max-width: 1450px) {
  nav img {
    padding-left: 1rem;
  }
}

nav div:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 1100px) {
  nav div:nth-of-type(2) {
    display: none;
    top: 150px;
    left: 0;
  }
  nav div:nth-of-type(2).open {
    display: flex !important;
    height: 100vh;
    position: absolute;
    top: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 2rem;
  }
  /* @media (prefers-color-scheme: dark) {
    nav div:nth-of-type(2).open {
      background-color: #232323;
      z-index: 3;
    }
  } */
  nav div:nth-of-type(2).open ul li {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 22px;
  }
  nav div:nth-of-type(2).open #button_contact_us {
    top: 630px;
  }
}
nav .open {
  display: flex !important;
}
nav ul {
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  nav svg {
    margin-left: 1em;
  }

  nav ul {
    flex-direction: column;
  }
}
nav ul a {
  width: 100%;
  text-decoration: none;
  color: inherit;
}
nav a {
  text-decoration: none;
  color: inherit;
}

.button_dark_mode {
  font-size: 18px;
  border-radius: 6px;
  background: linear-gradient(109deg, #025d92 17.01%, #023d5f 115.52%);
  color: #fff;
  padding: 0.6em 1.5em;
  border: 1px solid #023d5f;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.button_dark_mode:hover {
  background: transparent !important;
  border: 1px solid #025d92;
  color: #037cc3;
}
.button_dark_mode a {
  text-decoration: none;
}

.button_light_mode {
  font-size: 18px;
  border: 1px solid #025d92;
  border-radius: 6px;
  color: #037cc3;
  padding: 0.6em 1.5em;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.button_light_mode:hover {
  background: linear-gradient(109deg, #025d92 17.01%, #023d5f 115.52%);
  color: #fff;
}

.menu_burger {
  transition: all 0.3s ease-in-out;
  z-index: 101;
  display: none;
  position: relative;
  margin-right: 1em;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
}
.menu_burger span {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #000;
  transition: transform 0.5s ease-in, opacity 0.3s ease-in-out;
  border-radius: 2px;
}
/* @media (prefers-color-scheme: dark) {
  .menu_burger span {
    background-color: #fff;
  }
} */
.menu_burger .middle {
  margin-left: auto;
  width: 100px;
  width: 60%;
}
.menu_burger.open span:nth-child(1) {
  position: absolute;
  transform: rotate(45deg) translate(0%, 50%);
}
.menu_burger.open span:nth-child(2) {
  opacity: 0;
}
.menu_burger.open span:nth-child(3) {
  position: absolute;
  transform: rotate(-45deg) translate(0%, 50%);
}
@media screen and (max-width: 1100px) {
  .menu_burger {
    display: flex;
  }
}

.hero {
  margin: 0 auto 6rem auto;
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .hero {
    flex-direction: column-reverse;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: 90%;
  }
}
.hero .hero_content {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 550px;
}

.hero .hero_content h1 {
  color: #025d92;
  margin: 0;
  font-size: 48px;
}

/* @media (prefers-color-scheme: dark) {
  .hero .hero_content h1 {
    color: #049df6;
    margin-top: 2rem;
  }
} */
@media screen and (max-width: 1100px) {
  .hero .hero_content h1 {
    font-size: 2.5rem;
  }
}
.hero .hero_content h1 span {
  font-weight: 400;
}
.hero .hero_content p {
  margin: 0;
  font-size: 18px;
}
/* @media (prefers-color-scheme: dark) {
  .hero .hero_content p {
    color: #fff;
  }
} */
.hero .hero_content .content_button_container {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 1100px) {
  .hero .hero_content .content_button_container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero .hero_content .content_button_container :nth-last-child(1) {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
/* @media (prefers-color-scheme: dark) {
  .hero .hero_content .content_button_container a:nth-last-child(1) {
    color: #fff;
  }
} */
.hero .hero_content .content_keyword {
  color: #025d92;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  gap: 0.5rem 1rem;
}
/* @media (prefers-color-scheme: dark) {
  .hero .hero_content .content_keyword {
    color: #049df6;
  }
} */

@media screen and (max-width: 1100px) {
  .hero {
    width: 100%;
    margin: auto;
    padding: 0;
    margin-bottom: 3rem;
  }
  .hero .hero_content {
    text-align: justify;
  }
}

.team .member_img {
  opacity: 1;
}

.team .member_img:hover {
  opacity: 0.8;
}

.team_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 5rem auto;
}
.team_content h2 {
  color: #000;
  font-size: 42px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
/* @media (prefers-color-scheme: dark) {
  .team_content h2 {
    color: #fff;
  }
} */
.team_content p {
  font-weight: 300;
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
/* @media (prefers-color-scheme: dark) {
  .team_content p {
    color: #fff;
  }
} */
@media screen and (max-width: 600px) {
  .team_content .content_button_container_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2em;
  }
}
.team_content .team_card {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  .team_content .team_card {
    flex-wrap: wrap;
  }
  .team_content .team_card h3 {
    margin: 0;
  }
  .team_content .team_card p {
    font-weight: 300;
    margin: 0;
    padding: 0 1em;
  }
}
.team_content .team_card .team_card_content {
  padding: 0 !important;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team_content .team_card .team_card_content .circle_card {
  width: 17em;
  height: 17em;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #e2ecf2, #cae6ff);
}
.team_content .team_card .team_card_content .circle_card img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}
.team_content .team_card .team_card_content .team_card_content_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team_content .team_card .team_card_content h3 {
  margin: 0;
  margin-top: 1.5rem;
  font-size: 28px;
  color: #025d92;
  margin-bottom: 0;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .team_content .team_card .team_card_content h3 {
    margin: 0;
  }
}
/* @media (prefers-color-scheme: dark) {
  .team_content .team_card .team_card_content h3 {
    color: #fff;
  }
} */
.team_content .team_card .team_card_content p {
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .team_content .team_card .team_card_content p {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

.valeurs {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 6rem auto;
}
@media screen and (max-width: 1100px) {
  .valeurs {
    flex-direction: column;
  }
}
/* @media (prefers-color-scheme: dark) {
  .valeurs {
    background-color: #242424;
  }
} */
.valeurs .valeurs_content {
  max-width: 543px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 1100px) {
  .valeurs .valeurs_content {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80vw;
  }
}
.valeurs .valeurs_content h2 {
  color: #025d92;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
/* @media (prefers-color-scheme: dark) {
  .valeurs .valeurs_content h2 {
    color: #049df6;
  }
} */
@media screen and (max-width: 600px) {
  .valeurs .valeurs_content h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
  }
  .valeurs .valeurs_content h2 svg {
    margin-bottom: 1rem;
  }
}
.valeurs .valeurs_content h2 svg {
  margin-right: 1rem;
}
.valeurs .valeurs_content span {
  color: #025d92;
  width: 95%;
  border: solid 2px #025d92;
  margin-bottom: 2rem;
}
.valeurs .valeurs_content p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
/* @media (prefers-color-scheme: dark) {
  .valeurs .valeurs_content p {
    color: #fff;
  }
} */
.valeurs .accordeon {
  width: 100%;
  max-width: 740px;
  padding: 0.8rem;
  border: solid 2px #f9f9f9;
  background-color: #f9f9f9;
  border-radius: 30px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
/* @media (prefers-color-scheme: dark) {
  .valeurs .accordeon {
    background-color: #2c2c2c;
    border: solid 2px #2c2c2c;
  }
  .valeurs .accordeon svg {
    fill: #fff;
  }
} */
@media screen and (max-width: 1100px) {
  .valeurs .accordeon {
    border-radius: 50px;
    margin: 2rem auto;
    width: 100%;
    max-width: 90vw;
    padding: 0.5rem;
  }
}
.valeurs .accordeon .accordeon_container {
  background-color: #fff;
  padding: 1rem;
  margin: 1rem;
}
@media screen and (max-width: 1100px) {
  .valeurs .accordeon .accordeon_container {
    margin: 0.5rem;
  }
}
/* @media (prefers-color-scheme: dark) {
  .valeurs .accordeon .accordeon_container {
    background-color: #343434;
  }
} */
.valeurs .accordeon .accordeon_container p {
  display: none;
  color: rgba(60, 60, 67, 0.85);
  font-weight: 400;
}
.valeurs .accordeon .accordeon_container p a {
  color: #025d92;
}
/* @media (prefers-color-scheme: dark) {
  .valeurs .accordeon .accordeon_container p {
    color: #fff;
  }
  .valeurs .accordeon .accordeon_container p a {
    color: #ccc !important;
  }
} */
.valeurs .accordeon .accordeon_header_icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.valeurs .accordeon .accordeon_header_icon .accordeon_header_icon svg.rotated {
  transform: rotate(90deg);
}
.valeurs .accordeon .accordeon_header_icon h3 {
  margin: 0;
}
.valeurs .accordeon .accordeon_header_icon svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
.valeurs .accordeon .radius_top {
  border-radius: 13px 13px 0 0;
}
.valeurs .accordeon .radius_bottom {
  border-radius: 0 0 30px 30px;
}

.services_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1100px) {
  .services_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .services_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services_container .services_item {
  margin: auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  max-width: 1200px;
}
/* @media (prefers-color-scheme: dark) {
  .services_container .services_item {
    background-color: #343434;
  }
} */
.services_container .services_item h3 {
  width: 100%;
  text-align: center;
  color: #025d92;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
/* @media (prefers-color-scheme: dark) {
  .services_container .services_item h3 {
    color: #049df6;
  }
} */
.services_container .services_item_icon {
  color: #025d92;
  font-size: 32px;
}
/* @media (prefers-color-scheme: dark) {
  .services_container .services_item svg {
    color: #049df6;
  }
} */
.services_container .services_item span {
  color: #025d92;
  width: 80%;
  border: solid 1px #025d92;
  margin-bottom: 2rem;
}
.services_container .services_item p {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin: 0;
}
/* @media (prefers-color-scheme: dark) {
  .services_container .services_item p {
    color: #fff;
  }
} */

.history_container {
  margin: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* @media (prefers-color-scheme: dark) {
  .history_container {
    width: 90svw;
    margin: 3rem 0;
  }
} */
.history_container h2 {
  color: #000;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
/* @media (prefers-color-scheme: dark) {
  .history_container h2 {
    color: #fff;
  }
} */
@media screen and (max-width: 600px) {
  .history_container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 2rem;
  }
}
.history_container p {
  font-weight: 300;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 1100px;
  padding: 0 1rem;
}
/* @media (prefers-color-scheme: dark) {
  .history_container p {
    color: #fff;
  }
} */

.news_container {
  margin: 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* @media (prefers-color-scheme: dark) {
  .news_container {
    width: 90svw;
  }
} */
.news_container h2 {
  color: #000;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
/* @media (prefers-color-scheme: dark) {
  .news_container h2 {
    color: #fff;
  }
} */
@media screen and (max-width: 600px) {
  .news_container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin: 1rem 2rem;
  }
}
.news_container .card_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .news_container .card_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .news_container .card_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*@media (prefers-color-scheme: dark) {
   .news_container .card_container {
    background-color: #343434;
  } 
}*/
.news_container .card_container .card_content_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news_container .card_container .card {
  width: 100%;
  max-width: 410px;
  border: red 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  border-radius: 13px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.news_container .card_container .card .card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
/* @media (prefers-color-scheme: dark) {
  .news_container .card_container .card {
    background-color: #181818;
  }
} */
@media screen and (max-width: 600px) {
  .news_container .card_container .card {
    margin: 0;
  }
}
.news_container .card_container img {
  height: 277px;
  width: 540px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 600px) {
  .news_container .card_container {
    margin: 0;
  }
}
.news_container .card_container div {
  width: 100%;
}
.news_container .card_container div h3 {
  font-weight: 700;
  color: #000;
  font-size: 22px;
  text-align: start;
  padding: 0 1rem;
  min-height: 4.5rem;
}
/* @media (prefers-color-scheme: dark) {
  .news_container .card_container h3 {
    color: #049df6 !important;
  }
} */
.news_container .card_container p {
  font-weight: 300;
  color: #000;
  font-size: 20px;
  padding: 0 1rem;
}
/* @media (prefers-color-scheme: dark) {
  .news_container .card_container p {
    color: #fff;
  }
} */
.news_container .card_container a {
  margin-right: auto;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.footer_container {
  width: 90%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 5rem;
}
@media screen and (max-width: 1100px) {
  .footer_container {
    margin-top: 4rem;
    max-width: 90svw;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_container p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .footer_container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .footer_container h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }
}
.footer_container .solidevs {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: #fff;
  gap: 2rem;
}
.footer_container .solidevs span {
  border: 1px solid #fff;
  width: 100%;
}
.footer_container .solidevs a {
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .footer_container .solidevs a {
    margin-right: 1.5rem;
  }
}
.footer_container .footer_services {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: #fff;
}
.footer_container .footer_services h3 {
  margin: 0;
  font-size: 24px;
}
.footer_container .footer_services a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.footer_container .footer_services span {
  margin: 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer_container .footer_services {
    margin-bottom: 2rem;
  }
  .footer_container .footer_services a {
    font-size: 20px;
  }
}
.footer_container .footer_contact {
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer_container .footer_contact {
    margin-bottom: 3rem;
  }
}
.footer_container .footer_contact h3 {
  margin: 0;
  font-size: 24px;
}
.footer_container .footer_contact a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.footer_container .footer_contact span {
  margin: 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}

header {
  width: 100%;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  h2 {
    color: #213547;
    font-weight: bold;
  }
}

/* CPT Adjustments */

#single-post .thumbnail img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Hero Img */
.hero {
  overflow: hidden;
  z-index: 1;
}

.hero .hero_image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  z-index: 2;
}

.hero #hero_image {
  position: relative;
  width: 70%;
  height: 500px;
}
@media screen and (max-width: 1100px) {
  .hero .hero_image {
    flex-direction: column;
    justify-content: start;
  }
  .hero #hero_image {
    height: 350px;
    width: 100%;
  }
}
.hero #hero_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
.hero #hero_image .container_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero #hero_image .container_image .laptop {
  margin: 0;
  top: 50%;
  left: 50%;
  width: 448px;
  height: 338px;
  transform: translate(-47%, calc(72% - 338px));
}
@media screen and (max-width: 1100px) {
  .hero #hero_image .container_image .laptop {
    top: 46%;
  }
}
.hero #hero_image .container_image .femme {
  position: absolute;
  top: calc(100% - 252px);
  left: 0;
  transform: translate(35%, calc(100% - 252px));
  height: 252px;
  z-index: 3;
}
.hero #hero_image .container_image .homme_assis {
  position: absolute;
  top: calc(100% - 224px);
  left: 5%;
  transform: translate(-10%, calc(100% - 224px));
  height: 224px;
  max-width: 400px;
  z-index: 4;
}
.hero #hero_image .container_image .homme_debout {
  position: absolute;
  top: calc(100% - 254px);
  left: 5%;
  height: 254px;
  width: 100px;
  animation: translateX infinite 4s linear 0s alternate both;
  z-index: 3;
}
.hero #hero_image .container_image .globe {
  position: absolute;
  top: 20%;
  left: -25%;
  height: 220px;
  z-index: -1;
  animation: translateY infinite 4s linear 0s alternate both;
}
@media screen and (max-width: 900px) {
  .hero #hero_image .container_image .globe {
    display: none;
  }
}
.hero #hero_image .container_image .rouages {
  position: absolute;
  height: 140px;
  width: 188px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero #hero_image .container_image .rouages .rouage_one {
  animation: rotate infinite 5s linear 0s alternate both;
  left: 100px;
  top: 15%;
  height: 100px;
}
.hero #hero_image .container_image .rouages .rouage_two {
  height: 140px;
  animation: rotate infinite 5s linear 0s alternate both;
  left: 30px;
}
.hero #hero_image .container_image .rouages .graph {
  position: absolute;
  top: 16%;
  left: calc(30% - 100px);
  width: 100px;
  animation: sizeUp 2s ease-in-out 0s infinite alternate both;
}
.hero #hero_image .container_image .fumee {
  position: absolute;
  height: 173px;
  width: 374px;
  top: calc(100% - 147px);
  left: calc(50% - 148px);
  animation: growingDown 2s linear forwards;
}
@keyframes growingDown {
  0% {
    transform: translate(0, 0%) scale(1);
  }
  50% {
    transform: translate(0, 10%) scale(0.8);
  }
  100% {
    transform: translate(0, 50%) scale(0);
  }
}
.hero #hero_image .container_image .fusee {
  position: absolute;
  height: 167px;
  width: 146px;
  left: calc(80% + 73px);
  top: -50%;
  transform-origin: center;
  transform: translate(0, 0);
  animation: circular-motion 3s ease-in-out, launch 2s 3s linear forwards;
}
@keyframes circular-motion {
  0% {
    transform: rotate(0deg) translate(0px) rotate(0deg);
  }
  100% {
    transform: rotate(-360deg) translate(50px) rotate(360deg);
  }
}
@keyframes launch {
  0% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(800px, -800px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sizeUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes translateY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes translateX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

/* KADENCE */
/* @media (prefers-color-scheme: dark) {
  .wp-block-kadence-tab,
  .wp-block-kadence-column,
  .kb-row-layout-wrap,
  .kt-inside-inner-col {
    background: #232323 !important;
  }
} */

.kt-blocks-accordion-title {
  font-family: "Comfortaa", cursive !important;
  font-weight: 900 !important;
}

/*  @media (prefers-color-scheme: dark) {

  .wp-block-kadence-tab {
    background-color: #292929 !important;
  }
  .kb-row-layout-wrap,
  .kt-row-layout,
  .kt-inside-inner-col {
    background-color: #242424 !important;

    h3 {
      color: #fff !important;
    }
  }

  .kt-blocks-info-box-title {
    color: #fff !important;
  } 
} */

/* CTA project */

.cta_project {
  background-color: #023d5f;
  color: white;

  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    max-width: 1000px;
    margin: auto;
    text-align: center;

    h2 {
      color: white !important;

      @media screen and (max-width: 720px) {
        padding: 0 1rem;
      }
    }

    .heading,
    .sub_heading {
      @media screen and (max-width: 720px) {
        padding: 0 1rem;
      }
    }

    .desc {
      @media screen and (max-width: 720px) {
        padding: 0 1rem;
      }
    }

    .cta_button {
      margin-top: 2rem;

      @media screen and (max-width: 720px) {
        padding: 0 1rem;
      }

      a {
        color: white;
        border: 1px solid white;
        padding: 1rem 2rem;
        text-decoration: none;
        font-size: 1.175rem;
        border-radius: 12px;

        &:hover {
          color: #023d5f;
          background: white;
        }
      }
    }
  }
}

/* @media (prefers-color-scheme: dark) {
  .tally-form {
    p,
    .tally-checkbox label {
      color: #fff !important;
    }
  }
} */

.accept-rgpd {
  font-size: 18px;
}

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
  margin: 0 auto !important;
  width: 95% !important;
  max-width: 95% !important;
  text-align: justify;
}
