@charset "UTF-8";
body {
  font-family: "geist", sans-serif;
  color: #575757;
}

.margin {
  height: 100px;
}

h1 {
  font-family: "Libre Caslon Text";
  color: #575757;
}
h1 span {
  font-weight: bold;
}

.margin_small {
  height: 10px;
}

.offcanvas-body li {
  margin: 0px 0 !important;
}
.offcanvas-body li a {
  color: white;
  font-size: 40px;
  line-height: 50px;
  margin: 0 !important;
}

.none_btn {
  background: transparent;
  border: none;
}

.offcanvas-full {
  width: 100% !important;
  background: #577DDD;
  color: white;
}

.italic {
  font-style: italic;
}

#rotating-word {
  display: inline-block;
  font-family: "Libre Caslon Text";
  font-size: 30px;
  color: white;
  transform: translateY(20px);
  opacity: 0;
  animation: slideUp 0.5s ease-out forwards;
}

.slide-in {
  animation: slideInUp 0.5s ease-out forwards;
}

/* Animation de sortie (vers le haut) */
.slide-out {
  animation: slideOutUp 0.5s ease-in forwards;
}

@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOutUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes floatBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
.arrow_down {
  position: absolute;
  background: #d29d1f;
  border-radius: 50px;
  padding: 3px 18px;
  color: white;
  width: 80px;
  border: 2px solid #d29d1f;
  height: 80px;
  bottom: 60px;
  right: 60px;
  animation: floatBounce 2.5s ease-in-out infinite;
  transition: 1s ease-in-out;
}
.arrow_down i {
  font-size: 40px;
  font-weight: bold;
}

.arrow_down:hover {
  background: #577DDD;
  border: 2px solid white;
}

.arrow_bis {
  position: absolute;
  background: #d29d1f;
  border-radius: 50px;
  padding: 3px 18px;
  color: white;
  width: 80px;
  border: 2px solid #d29d1f;
  height: 80px;
  bottom: 170px;
  right: 60px;
  animation: floatBounce 2.5s ease-in-out infinite;
  transition: 1s ease-in-out;
}
.arrow_bis i {
  font-size: 40px;
  font-weight: bold;
}

.arrow_down:hover {
  background: #577DDD;
  border: 2px solid white;
}

.mybtn {
  background: #d29d1f;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  transition: 0.8s ease;
}
.mybtn a {
  color: white;
  text-decoration: none;
}

.mybtn:hover {
  background: white;
  color: #d29d1f;
}
.mybtn:hover a {
  color: #d29d1f;
  text-decoration: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar {
  padding: 50px 50px;
  color: whites;
  background: transparent !important;
}
.navbar .navbar-brand {
  font-weight: bold;
  line-height: 23px;
  font-size: 25px;
  color: white;
}
.navbar .navbar-brand img {
  float: left;
  width: 60px;
  margin-right: 15px;
  margin-top: -10px;
}
.navbar .navbar-brand span {
  font-family: "Libre Caslon Text";
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 17px;
}
.navbar .navbar-toggler {
  border: none !important;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header {
  background: #577DDD url(img/headerter.jpg) no-repeat top center fixed;
  background-position: fixed;
  background-size: cover;
  width: 98%;
  margin: -145px auto 60px;
  height: 95vh;
  border-radius: 40px;
  padding: 250px 30px;
  color: white;
}
header h1 {
  font-family: "Libre Caslon Text";
  font-size: 50px;
  width: 50%;
  font-weight: 400;
  margin-bottom: 20px;
  color: white;
}
header h1 span {
  font-weight: bold;
  margin-right: 10px;
}
header h2 {
  font-weight: 400;
}

.header_exp {
  background: #577DDD url(img/hammer.png) no-repeat top center fixed;
  padding: 150px 30px;
}
.header_exp .stretch {
  width: 85%;
  margin: auto;
}
.header_exp .stretch .col-md-3 {
  margin: 0;
  padding: 0;
}
.header_exp .activity_wrapper {
  width: 100%;
  height: 270px;
  position: relative;
  margin: 0;
  background: red;
}
.header_exp .activity_wrapper h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  padding: 0 15px;
  bottom: 10px;
}
.header_exp .activity_wrapper h2 span {
  font-style: italic;
}

.header_white {
  background: url(img/header_bis.jpg) no-repeat center center fixed;
  background-position: fixed;
  background-size: cover;
  width: 98%;
  margin: -10px auto 60px;
  height: 70vh;
  border-radius: 40px;
  padding: 250px 30px;
  color: white;
}
.header_white h1 {
  font-family: "Libre Caslon Text";
  font-size: 50px;
  width: 50%;
  font-weight: 400;
  margin-bottom: 20px;
  color: white;
}
.header_white i {
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}
.header_white h2 {
  font-weight: 400;
}

.white_nav {
  padding: 30px 50px;
  color: #577DDD;
  background: transparent !important;
}
.white_nav .navbar-brand {
  font-weight: bold;
  line-height: 23px;
  font-size: 25px;
  color: #577DDD !important;
}
.white_nav .navbar-brand img {
  float: left;
  width: 60px;
  margin-right: 15px;
  margin-top: -10px;
}
.white_nav .navbar-brand span {
  font-family: "Libre Caslon Text";
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 17px;
}
.white_nav .navbar-toggler {
  border: none !important;
}
.white_nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23577DDD' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.quote {
  padding: 120px 0;
}
.quote .img_float {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  left: 90px;
  top: -20px;
}
.quote .img_float img {
  width: 200px;
}
.quote p {
  padding: 0px 200px;
  font-size: 42px;
  line-height: 50px;
  color: #575757;
  font-family: "Libre Caslon Text";
}
.quote .author {
  color: #d29d1f;
  text-align: right;
  display: block;
  font-size: 24px;
  padding-right: 220px;
}

.first {
  /* Quand le bouton est ouvert (Bootstrap enlève .collapsed) */
}
.first .none_btn {
  font-size: 24px;
  color: #575757;
}
.first i {
  font-size: 40px;
}
.first span {
  font-size: 40px;
  font-weight: bold;
  color: #577DDD;
  width: 60px;
  padding: 5px;
  height: 60px;
  display: block;
  float: right;
  margin: -20px 5px;
}
.first .card-body {
  padding: 10px;
  font-size: 17px;
  border: none;
  width: 100;
  text-align: left;
  color: #575757;
  margin-bottom: 80px;
}
.first .card-body ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.first .card-body ul li {
  margin: 5px 0;
}
.first .toggle-icon::after {
  content: "+";
  font-weight: bold;
  margin-left: 10px;
  transition: 0.3s ease;
}
.first .none_btn:not(.collapsed) .toggle-icon::after {
  content: "−";
}

section {
  width: 98%;
  margin: auto;
  color: white;
  background: #577DDD;
  border-radius: 40px;
  padding: 80px 120px 70px;
}
section .col-md-3 {
  padding: 0 !important;
  margin: 0 !important;
}
section h1 {
  font-family: "Libre Caslon Text";
  color: white;
}
section h1 span {
  font-weight: bold;
}

.activity_wrapper {
  width: 100%;
  height: 320px;
  position: relative;
  margin: 0;
  background: red;
}
.activity_wrapper h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  padding: 0 15px;
  bottom: 10px;
}
.activity_wrapper h2 span {
  font-style: italic;
}

#one {
  background: url(img/1.png) no-repeat center;
  background-size: cover;
  padding: 15px;
}

#two {
  background: #d29d1f;
  border-radius: 150px 0 0 150px;
  padding: 15px;
}
#two h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  color: white;
  padding: 0 15px 0 60px;
  top: 140px;
}
#two h2 span {
  font-style: italic;
}

#three {
  background: #d29d1f;
  background-size: cover;
  border-radius: 250px;
  padding: 15px;
}
#three h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  color: white;
  text-align: center;
  top: 140px;
}
#three h2 span {
  font-style: italic;
}

#four {
  background: white;
  background-size: cover;
  border-radius: 0px 150px 0 0;
  padding: 15px;
}
#four h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  color: #577DDD;
  text-align: center;
  top: 120px;
}
#four h2 span {
  font-style: italic;
}

#five {
  background: #ACB8D8;
  background-size: cover;
  padding: 15px;
}

.banner {
  margin: 100px 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
  font-family: "Libre Caslon Text";
  color: white;
}

.banner-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
}

.banner ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner li {
  margin: 0 100px;
  font-size: 40px;
  font-style: italic;
  color: #E0E0E0;
  font-weight: 500;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testimony {
  text-align: center;
}
.testimony .testimony_wrapper {
  background: #E9ECF4;
  padding: 80px 70px 70px;
  border-radius: 40px;
  margin: 60px auto;
  text-align: left;
}
.testimony .thumbnail {
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 130px;
  background: white;
  margin-bottom: 15px;
}
.testimony .thumb {
  font-weight: bold;
  text-align: center;
  display: block;
}

footer {
  background: #ededed;
  color: #577DDD;
  padding: 150px 0;
  margin-top: 100px;
}
footer h1 {
  font-family: "geist", sans-serif;
  color: #577DDD;
  font-size: 35px;
  margin-bottom: 0;
}
footer h2 {
  font-family: "Libre Caslon Text";
  font-size: 20px;
  font-style: italic;
}
footer img {
  margin-top: 20px;
  width: 70px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  margin: 10px 0;
}
footer ul a {
  color: #577DDD;
  text-decoration: none;
}
footer ul a:hover {
  color: #d29d1f;
}

.privacy {
  background: #666E84;
  padding: 20px 0px;
  color: white;
}
.privacy ul {
  padding: 0;
  margin: 0;
}
.privacy ul li {
  list-style: none;
  display: inline-block;
  margin: 0 60px 0 0;
}
.privacy ul li a {
  color: white;
  text-decoration: none;
}

.language {
  padding: 0px 0px;
  color: white;
  position: absolute;
  right: 140px;
  top: 70px;
}
.language ul {
  padding: 0;
  margin: 0;
}
.language ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px 0 0;
}
.language ul li a {
  color: white;
  text-decoration: none;
}

.language_bis {
  padding: 0px 0px;
  color: #575757;
  position: absolute;
  right: 140px;
  top: 50px;
}
.language_bis ul {
  padding: 0;
  margin: 0;
}
.language_bis ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px 0 0;
}
.language_bis ul li a {
  color: #575757;
  text-decoration: none;
}

.team_first {
  padding: 50px 0;
  /* Quand le bouton est ouvert (Bootstrap enlève .collapsed) */
}
.team_first h1 {
  margin-bottom: 60px;
}
.team_first .team_wrapper {
  position: relative;
  transition: 1s ease-in-out;
}
.team_first .team_wrapper .arrow_team {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #d29d1f;
  padding: 6px 14px;
  width: 60px;
  border-radius: 60px;
  height: 60px;
  transition: 1s ease-in-out;
}
.team_first .team_wrapper .arrow_team i {
  font-size: 30px;
  color: white;
}
.team_first .team_wrapper .toggle-icon {
  font-size: 40px;
  font-weight: bold;
  color: #577DDD;
  width: 60px;
  padding: 5px;
  height: 60px;
  display: block;
  float: right;
  margin: -20px 5px;
}
.team_first .team_wrapper span {
  font-style: italic;
}
.team_first .col-md-4 img, .team_first .col-md-3 img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 60px;
  object-position: center top;
  /* centrage horizontal + vertical */
}
.team_first .col-md-3 {
  margin-top: 40px !important;
}
.team_first .col-md-3 img {
  height: 320px;
}
.team_first .team_caption {
  position: absolute;
  border-radius: 60px;
  width: 100%;
  background: #577DDD;
  transition: 1s ease-in-out;
  height: 320px;
  top: 0;
  opacity: 0;
}
.team_first .team_caption h2 {
  position: absolute;
  bottom: 50px;
  font-size: 25px;
  left: 40px;
}
.team_first .team_caption h2 .surname {
  position: relative !important;
  font-family: "Libre Caslon Text";
  display: block !important;
  color: white;
  font-size: 25px;
}
.team_first .team_caption .arrow_caption {
  position: absolute;
  top: 40px;
  right: 40px;
  background: #d29d1f;
  padding: 6px 14px;
  width: 60px;
  border-radius: 60px;
  height: 60px;
}
.team_first .team_caption .arrow_caption i {
  font-size: 30px;
  color: white;
}
.team_first .team_wrapper:hover .team_caption {
  position: absolute;
  transition: 1s ease-in-out;
  border-radius: 60px;
  width: 100%;
  background: #577DDD;
  top: 0;
  opacity: 1;
}
.team_first .team_wrapper:hover .team_caption h2 {
  color: white;
}
.team_first .none_btn {
  font-size: 17px;
  color: #575757;
  width: 90%;
  text-align: justify;
}
.team_first i {
  font-size: 40px;
}
.team_first .team_big .team_caption {
  height: 420px;
}
.team_first .card-body {
  padding: 10px 5px;
  font-size: 17px;
  border: none;
  width: 90%;
  text-align: justify;
  color: #575757;
  margin-bottom: 80px;
}
.team_first .card-body ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.team_first .card-body ul li {
  margin: 5px 0;
}
.team_first .toggle-icon::after {
  content: "+";
  font-weight: bold;
  margin-left: 10px;
  transition: 0.3s ease;
}
.team_first .none_btn:not(.collapsed) .toggle-icon::after {
  content: "−";
}

.wrapper_call {
  background: #E9ECF4;
  padding: 90px 100px;
  margin-top: 50px;
  border-radius: 70px;
}
.wrapper_call h1 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
.wrapper_call h1 span {
  font-weight: bold;
}

.activity .activity_thumb {
  padding: 50px 0;
}
.activity .activity_thumb img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  object-fit: cover;
}
.activity .activity_thumb h2 {
  color: #577DDD;
  font-size: 27px;
  margin-top: 15px;
}
.activity .activity_thumb h2 span {
  font-family: "Libre Caslon Text";
  font-style: italic;
}
.activity .activity_content {
  margin-top: 40px;
}
.activity .activity_content .border {
  height: 10px;
  background: #577DDD;
  width: 70px;
  border: 0 !important;
  inset: 0;
  margin-bottom: 20px;
}
.activity .activity_content .strong_p {
  font-weight: bold;
}

.break img {
  width: 100%;
  margin: 50px 0;
  border-radius: 50px;
  height: 450px;
  object-fit: cover;
}

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