/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

*, :focus {
  box-sizing: border-box;
  outline: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Work Sans", sans-serif;
}

.link {
  text-decoration: underline;
  color: #fff;
}

.white-scroll {
  color: #fff !important;
}

.spacer {
  margin: 100px auto;
  height: 1px;
  width: 50%;
  background: #959595;
  opacity: 0.2;
}

.dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 10px;
  border-radius: 50%;
}

.float-dot {
  position: absolute;
  right: 30%;
  top: -5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.f-icons svg {
  width: 220px;
  height: 220px;
}
.f-icons.js-td-drawer__close {
  cursor: pointer;
}
.f-icons.js-td-drawer__close svg {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.radius {
  border-radius: 30px;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center-h {
  align-items: center;
}

.flex-center {
  flex-grow: 1;
  justify-content: center;
}

.flex-between {
  flex-grow: 1;
  justify-content: space-between;
}

.p-xl {
  padding: 3.125rem;
}

.px-xl {
  padding: 0 3.125rem;
}

.py-xl {
  padding: 3.125rem 0;
}

.pt-xl {
  padding-top: 3.125rem;
}

.pb-xl {
  padding-bottom: 3.125rem;
}

.pl-xl {
  padding-left: 3.125rem;
}

.pr-xl {
  padding-right: 3.125rem;
}

.p-md {
  padding: 2rem;
}

.px-md {
  padding: 0 2rem;
}

.py-md {
  padding: 2rem 0;
}

.pb-md {
  padding-bottom: 2rem;
}

.p-s {
  padding: 1.25rem;
}

.px-s {
  padding: 0 1.25rem;
}

.pb-s {
  padding-bottom: 1.25rem;
}

.py-s {
  padding: 1.25rem 0;
}

.p-xs {
  padding: 0.75rem;
}

.px-xs {
  padding: 0 0.75rem;
}

.pb-xs {
  padding-bottom: 0.75rem;
}

.py-xs {
  padding: 0.75rem 0;
}

.mt-0 {
  margin-top: 0;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-100 {
  width: 100%;
}

.max-80 {
  max-width: 80%;
  margin: 0 auto;
}

.h-100 {
  min-height: 100vh;
  height: 100vh;
}

.primary {
  background: #1e9fff;
}

.text-primary {
  color: #1e9fff !important;
}

.secondary {
  background: #fdaf22;
}

.text-secondary {
  color: #fdaf22 !important;
}

.blue {
  background: #c7e7ff;
}

.text-blue {
  color: #c7e7ff;
}

.orange {
  background: #ffe9c7;
}

.black {
  background: #2b2b2b;
}

.white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #ffe9c7;
}

.text-black {
  color: #2b2b2b;
}

.big-title {
  font-size: 5.5rem;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-grey {
  color: #a8a8a8;
}

.btn {
  border-radius: 25px;
}
.btn.icon-right svg {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.8rem;
}
.btn.icon-left svg {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.8rem;
}

.btn-xl {
  padding: 2rem 3rem;
}

.btn-l {
  padding: 1.5rem 2.5rem;
}

.btn-primary {
  background: #1e9fff;
  color: #fff;
}
.btn-primary.outline {
  background: rgba(0, 0, 0, 0);
  color: #1e9fff;
  font-weight: bold;
  border: 2px solid #1e9fff;
}

.btn-blue {
  background: #c7e7ff;
  color: #2b2b2b;
}
.btn-blue.outline {
  background: rgba(0, 0, 0, 0);
  color: #c7e7ff;
  font-weight: bold;
  border: 2px solid #c7e7ff;
}

.btn-black {
  background: #000;
  color: #fff;
}
.btn-black.outline {
  background: rgba(0, 0, 0, 0);
  color: #000;
  font-weight: bold;
  border: 2px solid #000;
}

.btn-secondary {
  background: #fdaf22;
  color: #fff;
}
.btn-secondary.outline {
  background: rgba(0, 0, 0, 0);
  color: #fdaf22;
  font-weight: bold;
  border: 2px solid #fdaf22;
}

.btn-orange {
  background: #ffe9c7;
  color: #2b2b2b;
}
.btn-orange.outline {
  background: rgba(0, 0, 0, 0);
  color: #ffe9c7;
  font-weight: bold;
  border: 2px solid #ffe9c7;
}

.btn-white {
  background: #fff;
  color: #2b2b2b;
}
.btn-white.outline {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: 2px solid #fff;
}

.d-inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

h1, h2, h3, h4, h5 {
  color: #2b2b2b;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

.bold {
  font-weight: bold;
}

.appear svg.feather path, .appear svg.feather rect, .appear svg.feather polygon, .appear svg.feather line {
  stroke-dasharray: 20;
}
.appear.active svg.feather path, .appear.active svg.feather rect, .appear.active svg.feather polygon {
  animation: reveal-icon ease 4s;
  stroke-dasharray: 100;
}
.appear.active svg.feather line {
  animation: reveal-icon-line 2s;
  stroke-dasharray: 100;
}
.appear.active svg.feather:nth-child(2) path, .appear.active svg.feather:nth-child(2) rect {
  animation: reveal-icon ease 4s;
  stroke-dasharray: 100;
}

section .appear {
  opacity: 0;
  transition: all 0.5s ease-in 0.2s;
  transform: translateY(20%);
}
section .appear.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes reveal-icon {
  0% {
    stroke-dasharray: 20;
  }
  100% {
    stroke-dasharray: 100;
  }
}
@keyframes reveal-icon-line {
  0% {
    stroke-width: 1;
    stroke-dasharray: 20;
  }
  100% {
    stroke-width: 2;
    stroke-dasharray: 100;
  }
}
.btn-animate {
  transition: 0.5s;
}
.btn-animate svg {
  transform: translateX(0);
  transition: 0.5s;
}
.btn-animate:hover {
  border-color: #a8a8a8;
  box-shadow: 5px 5px 20px #eaeaea;
}
.btn-animate:hover svg {
  color: #a8a8a8;
  transform: translateX(10px);
}

@keyframes reveal-top {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes reveal-left {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-in {
  0% {
    transform: translateY(-2%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes btn-in-secondary {
  0% {
    background: #fdaf22;
    opacity: 0;
    color: #fff;
  }
  100% {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    color: #fdaf22;
  }
}
@keyframes anim-arrow {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#pre-loader .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 1000;
  background: #c7e7ff;
  transform: translateX(0);
}
#pre-loader .loader-section.section-left {
  left: 0;
}
#pre-loader .loader-section.section-right {
  right: 0;
  border-radius: 50%;
  transform: scale(1.4);
}

#loader-logo {
  display: block;
  position: relative;
  left: calc(50% - 10em);
  top: 15%;
  width: 20em;
  height: 9.375em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("http://imgh.us/loading_4.svg");
  z-index: 1001;
}

#loader-circle {
  display: block;
  position: relative;
  left: 50%;
  top: 35%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#loader-circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  animation: spin 3s linear infinite;
}
#loader-circle:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loaded #pre-loader .loader-section.section-left {
  transform: translateX(-100%);
  background: #fff;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #pre-loader .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-logo, .loaded #loader-circle {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #pre-loader {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.td-drawer {
  position: fixed;
  z-index: 4;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: rgba(10, 30, 120, 0);
  transition: background-color 0.3s, visibility 0s 0.3s;
  visibility: hidden;
}
.td-drawer:focus {
  outline: none;
}

.td-drawer--is-visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s, visibility 0s;
}

.td-drawer__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  max-width: 720px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
  overflow: auto;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.td-drawer--left .td-drawer__content {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

.td-drawer--bottom .td-drawer__content {
  width: 100%;
  max-width: none;
  height: 70%;
  max-height: 720px;
  transform: translateY(100%);
  top: auto;
  bottom: 0;
}

.td-drawer--is-visible .td-drawer__content {
  transform: translateX(0);
}
.td-drawer--is-visible.td-drawer--bottom .td-drawer__content {
  transform: translateY(0);
}

.td-drawer__content .f-icons {
  display: inline;
  vertical-align: middle;
  padding: 0 5px;
}
.td-drawer__content .f-icons svg {
  width: 20px;
  height: 20px;
}

.td-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 10px 4rem;
  background: #fff;
  border-bottom: 2px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.td-drawer__header h4 {
  margin: 10px 0;
}

.td-drawer__body {
  padding: 1rem 4rem;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.td-drawer__body p {
  font-weight: initial;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}
.td-drawer__body h3 {
  text-align: right;
  border-bottom: 2px solid #fdaf22;
  display: inline-block;
  font-size: 1.4rem;
  float: right;
  width: 100%;
  padding-bottom: 10px;
}
.td-drawer__body img {
  max-width: 100%;
}

.td-drawer-main {
  -webkit-overflow-scrolling: touch;
  transition: transform 0.3s ease-out;
}

.td-drawer-main--drawer-is-visible {
  transform: scale(0.9);
  overflow: hidden;
}

@media (max-width: 380px) {
  header .main-nav.open div.socials {
    bottom: -20px;
  }
  main .section-contact h1 {
    font-size: 3.5rem;
  }
  main header.td-drawer__header {
    padding: 5px;
  }
  main header.td-drawer__header h4 {
    font-size: 1.3rem;
  }
  main div.td-drawer__body {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 480px) {
  header.main-header {
    min-height: 140px;
  }
  header nav.main-nav.open ul li:nth-child(n+3) {
    padding-top: 0;
  }
  main section.section-top div.content-top h1.big-title {
    font-size: 2.5rem;
  }
  main .section-team .text-grey {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  header .main-nav ul li a.logo {
    display: none !important;
  }
  header .main-nav ul li a.logo_mobile {
    display: block !important;
  }
  header .main-nav ul li a.logo_mobile img {
    max-width: 90px;
  }
  .main-header {
    min-height: 120px;
  }
  .main-header nav.main-nav .socials {
    display: none;
  }
  .main-header nav.main-nav.fixed-top {
    position: fixed;
    z-index: 4;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
  }
  .main-header nav.main-nav.fixed-top.open {
    top: inherit;
  }
  .main-header nav.main-nav ul li:nth-child(n+2) {
    display: none;
  }
  .main-header nav.main-nav ul a.logo_mobile span {
    display: block;
  }
  .main-header nav.main-nav div#hamburger {
    display: block;
  }
  header .main-nav.open div.socials {
    bottom: 0;
    padding: 20px;
  }
  #scroll-top {
    display: none;
  }
  h3 {
    font-size: 2rem;
  }
  main .big-title {
    font-size: 4rem;
  }
  main .td-drawer__header {
    padding: 20px;
  }
  main .td-drawer__header h4 {
    font-size: 1.4rem;
    margin: 10px;
  }
  main .td-drawer__body {
    padding: 0 2rem;
  }
  main section.section-about .width-50 {
    width: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  main section.section-top div.content-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  main section.section-top div.content-top h1 {
    text-align: center;
  }
  main section.section-top div.content-top .big-title {
    font-size: 3.2rem;
  }
  main div.content-bottom {
    justify-content: center;
  }
  main div.content-bottom img {
    margin: 2.5rem;
  }
  .main-footer {
    margin-top: 3rem;
    padding-top: 100px;
  }
  .main-footer .width-50 {
    width: 100%;
    text-align: center;
  }
  .main-footer .width-50:last-child {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .main-nav {
    padding: 0;
  }
  .main-header nav.main-nav {
    padding: 0;
    overflow: hidden;
  }
  .main-header nav.main-nav ul li a.logo {
    padding: 0 30px;
  }
  .main-header nav.main-nav .socials {
    top: 5px;
    right: 25px;
  }
  main section.section-top {
    height: initial;
  }
  main section.section-top .content-top .big-title {
    font-size: 3.8rem;
  }
  main section.section-bg .max-80 {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  main section.section-team .members .member {
    width: 100%;
  }
  .big-title {
    font-size: 4.9rem;
  }
}
@media (max-width: 5120px) {
  main .section-top {
    flex-direction: column;
  }
}
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
html.fixed {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}
body.fixed {
  overflow: hidden;
}

.overlay {
  display: none;
}

.section-bg.text-left .float-dot {
  left: 30%;
}

#scroll-top {
  opacity: 0.8;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: fixed;
  right: 28px;
  bottom: 28px;
  color: #2b2b2b;
  z-index: 2;
  transition: all 1s;
  animation: bounce 4s infinite;
}

header .main-nav {
  justify-content: space-between;
  display: block;
  animation: fade-in 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  animation-delay: 1.8s;
}
header .main-nav .socials {
  position: absolute;
  top: 30px;
  right: 30px;
}
header .main-nav .socials a {
  color: #2b2b2b;
  padding: 10px;
}
header .main-nav.fixed-top {
  background: #fff;
  box-shadow: 0 2px 15px #ddd;
}
header .main-nav.fixed-top ul li a.logo_mobile span {
  opacity: 1;
}
header .main-nav.fixed-top #hamburger {
  padding-top: 24px;
  height: 41px;
}
header .main-nav ul {
  transition: position 0.3s ease-in;
}
header .main-nav ul li.active a {
  color: #2b2b2b;
  position: relative;
}
header .main-nav ul li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 2px;
  background: #1e9fff;
  width: calc(100% - 40px);
}
header .main-nav ul li a {
  display: inline-block;
  color: #a8a8a8;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
}
header .main-nav ul li a:hover {
  text-decoration: underline;
}
header .main-nav ul li a.logo {
  padding-right: 100px;
}
header .main-nav ul li a.logo img {
  max-width: 250px;
  transition: 0.3s all ease-in-out;
  opacity: 1;
  visibility: visible;
}
header .main-nav ul li a.logo_mobile {
  display: none;
}
header .main-nav ul li a.logo_mobile span {
  opacity: 0;
}
header .main-nav #hamburger {
  padding-top: 55px;
  cursor: pointer;
  width: 30px;
  height: 72px;
  margin: auto;
  display: none;
  position: absolute;
  z-index: 4;
  right: 30px;
  top: -5px;
}
header .main-nav #hamburger span {
  display: block;
  width: 30px;
  height: 5px;
  background: #2b2b2b;
  transition: ease-in-out 0.3s;
  border-radius: 10px;
}
header .main-nav #hamburger span:nth-child(-n+2) {
  margin-bottom: 7px;
}
header .main-nav #hamburger span:first-child.open {
  transform: rotate(-45deg) translate(-6px, 2px);
}
header .main-nav #hamburger span:nth-child(2).open {
  transform: rotate(45deg) translate(-6px, -3px);
}
header .main-nav.fixed {
  transform: translateY(-100%);
  opacity: 0;
}
header .main-nav.fixed #hamburger {
  padding-top: 24px;
}
header .main-nav.open .socials {
  display: block;
  position: fixed;
  z-index: 2;
  top: inherit;
  right: inherit;
  bottom: 30px;
  text-align: center;
  padding: 40px;
  width: 100%;
}
header .main-nav.open .socials a {
  color: #1e9fff;
}
header .main-nav.open ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 100vh;
  background: #fff;
  z-index: 1;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.3s ease-out;
}
header .main-nav.open ul li {
  display: block !important;
  margin-left: -40px;
}
header .main-nav.open ul li:nth-child(n+3) {
  padding-top: 1rem;
}
header .main-nav.open ul li:first-child {
  display: none !important;
}
header .main-nav.open ul li a {
  font-size: 1.5rem;
}
header .main-nav.open #hamburger {
  position: fixed;
}

/* Ajoutez des styles pour les sous-menus */
header .main-nav ul li .with-submenu {
  position: relative;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Ajoutez la transition pour l'ombrage */
}

header .main-nav ul li.has-submenu {
  position: relative;
}

header .main-nav ul li.has-submenu:hover .submenu {
  display: block;
}

/* Ajoutez des styles pour les sous-menus */
header .main-nav ul li .submenu {
  display: none;
  position: absolute;
  top: 100%; /* Placez le sous-menu en dessous de l'élément principal */
  left: 50%; /* Centre horizontalement par rapport au parent */
  transform: translateX(-50%); /* Centre correctement */
  background-color: #fff;
  box-shadow: 0 2px 15px #a8a8a8;
  border-radius: 8px;
  padding: 10px;
  min-width: 200px; /* Définissez une largeur minimale */
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

header .main-nav ul li.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

header .main-nav ul li.has-submenu:hover > .with-submenu {
  background-color: #fff; /* Couleur de fond au survol */
  box-shadow: 0 2px 15px #ddd; /* Ajoutez l'ombrage */
  border-radius: 8px; /* Ajoutez le rayon de bord */
  color: #a8a8a8; /* Couleur du texte au survol */
}

header .main-nav ul li .submenu li {
  padding: 10px;
  transition: background-color 0.3s ease; /* Transition de couleur de fond */
}

header .main-nav ul li .submenu li:hover {
  background-color: #f0f0f0; /* Changez la couleur de fond au survol */
}

header .main-nav ul li .submenu li a {
  color: #a8a8a8;
  font-size: 1rem;
  text-decoration: none; /* Supprimez la décoration du lien */
  display: block;
}

main {
  overflow-x: hidden;
  width: 100%;
}
main .section-top {
  height: initial;
}
main .section-top:before {
  content: "";
  background: #c7e7ff;
  width: 100%;
  height: calc(100vh + 10%);
  border-radius: 50%;
  position: absolute;
  top: -5%;
  right: -60%;
  z-index: -1;
}
main .section-top .content-top .big-title span {
  display: block;
  color: #2b2b2b;
  animation: reveal-top 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  animation-delay: 1.8s;
}
main .section-top .content-top .big-title span.trait {
  height: 10px;
  background: #c7e7ff;
  width: 30%;
  position: relative;
  left: 0;
  filter: blur(10px);
}
main .section-top .content-top .big-title span.dot {
  display: inline-block;
  height: 30px;
  background: #fdaf22;
  width: 30px;
  border-radius: 50%;
  filter: blur(10px);
}
main .section-top .content-top h2 {
  color: #a8a8a8;
  font-weight: normal;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  display: block;
  animation: reveal-left 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  animation-delay: 1.8s;
}
main .section-top .content-top .btn-secondary {
  animation: btn-in-secondary 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 2.1s;
}
main .section-top .float {
  position: absolute;
  max-width: 150px;
}
main .section-top .float.float-cloud {
  left: 30%;
  z-index: -1;
  top: 22%;
  max-width: 60px;
}
main .section-top .float.float-cloud2 {
  right: 45%;
  bottom: 28%;
  z-index: -1;
}
main .section-top .content-bottom {
  margin-top: 0.5rem;
}
main .section-top .content-bottom img {
  filter: grayscale(100%);
  margin: 1.5rem;
  max-width: 180px;
  transition: 1s;
}
main .section-top .content-bottom img:hover {
  filter: none;
}
main section.section-about .appear {
  opacity: 0;
  transition: all 0.5s ease-in 0.2s;
  transform: translateX(-2%);
}
main section.section-about .appear.active {
  opacity: 1;
  transform: translateX(0);
}
main section.section-about h3 {
  font-size: 3rem;
  color: #2b2b2b;
}
main .section-team {
  justify-content: center;
  padding-top: 5rem;
  margin-top: 6rem;
}
main .section-team h1 {
  color: #2b2b2b;
}
main .section-team .float-dot {
  width: 60px;
  height: 60px;
  right: 70%;
  top: 5%;
}
main .section-team .float-dot.blue {
  right: 30%;
  top: -5%;
}
main .section-team .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .section-team .members .member {
  width: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px;
  border: thin solid #ffe9c7;
}
main .section-team .members .member:nth-child(2n+0) {
  border: thin solid #c7e7ff;
}
main .section-team .members .member .label-top {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.8rem;
  text-decoration: underline;
}
main .section-team .members .member .label-top svg {
  background: #ffe9c7;
  padding: 5px;
  border-radius: 50%;
  color: #1e9fff;
}
main .section-team .members .member .label-top span {
  display: inline-block;
  padding-left: 1rem;
}
main .section-team .members .member .picture img {
  max-width: 150px;
  border-radius: 50%;
}
main .section-team .members .member h5 {
  width: 100%;
  align-self: center;
  font-size: 2rem;
}
main .section-team .members .member a.btn svg {
  color: #fff;
}
main .section-team .members .member a.btn svg path, main .section-team .members .member a.btn svg circle, main .section-team .members .member a.btn svg rect {
  fill: #fff;
  stroke-width: 1;
}
main .section-team .members .member p {
  font-size: 0.9rem;
}
main .section-contact {
  justify-content: center;
}
main .section-contact .btn svg {
  color: #fff;
  width: 60px;
  height: 60px;
}

.main-footer {
  background: #2b2b2b;
  margin-top: 6rem;
}
.main-footer .address {
  line-height: 1.5rem;
}
.main-footer .address a {
  color: #fff;
}
.main-footer .float-dot svg {
  color: #2b2b2b;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  vertical-align: center;
  transition: all 0.5s;
  animation: bounce 3s infinite;
}
.main-footer .float-dot:hover svg {
  stroke: #ffe9c7;
  fill: #2b2b2b;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
}

/*# sourceMappingURL=style_app.css.map */