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

.rating {
  margin-bottom: 20px;
  display: block;
}

.logo-dark {
  display: none;
}

.margin {
  height: 80px;
}

.justify {
  text-align: justify;
}
.justify p {
  width: 95%;
}

.thumb_page {
  margin-top: -80px;
  margin-bottom: 40px;
}
.thumb_page img {
  object-position: center center !important;
  object-fit: cover;
  height: 400px !important;
}

.dropdown-menu {
  background: white;
  min-width: 400px;
  border: none;
}
.dropdown-menu .current-menu-item a {
  background: transparent;
  width: 90%;
  color: #d29d1f;
}
.dropdown-menu a:hover {
  background: transparent;
  color: #d29d1f;
}

h1 {
  font-family: "Libre Caslon Text";
  color: #575757;
  font-weight: 700;
}
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_ter {
  position: absolute;
  background: #d29d1f;
  border-radius: 50px;
  padding: 3px 18px;
  color: white;
  width: 80px;
  border: 2px solid #d29d1f;
  height: 80px;
  bottom: 60px;
  left: 60px;
  animation: floatBounce 4.5s ease-in-out infinite;
  transition: 1s ease-in-out;
}
.arrow_ter i {
  font-size: 40px;
  font-weight: bold;
}

.sablier {
  position: absolute;
  right: 50px;
  bottom: 60px;
  text-align: right;
}
.sablier img {
  animation: floatBounce 5.5s ease-in-out infinite;
  transition: 2s ease-in-out;
  width: 60%;
  margin: auto;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(15deg);
  }
}
.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: white;
  background: transparent !important;
}
.navbar .navbar-brand {
  font-weight: 400;
  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-brand:hover {
  color: #577DDD !important;
}
.navbar .navbar-nav {
  padding-left: 50px;
  font-weight: 500;
}
.navbar a {
  color: white !important;
  margin: 0 10px;
  font-weight: 400;
}
.navbar a:hover {
  color: #d29d1f !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");
}

.white_nav .navbar a {
  color: #577DDD !important;
}

.navbar .navbar-brand:hover {
  color: white !important;
}

.navbar-brand {
  font-weight: 600 !important;
}

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: 170px 50px;
  color: white;
}
header .dropdown-menu {
  background: white;
  min-width: 400px;
  border: none;
}
header .dropdown-menu .current-menu-item a {
  background: transparent;
  width: 90%;
  color: #d29d1f;
}
header .dropdown-menu a {
  color: #575757 !important;
}
header .dropdown-menu a:hover {
  background: transparent;
  color: #d29d1f;
}
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: #F5F0E9 url(img/balance.png) no-repeat center center fixed;
  padding: 150px 30px;
  background-size: contain;
}
.header_exp .stretch {
  width: 85%;
  margin: auto;
}
.header_exp .stretch .col-md-3 {
  margin: 0;
  padding: 0;
}
.header_exp .activity_wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  margin: 0;
}
.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;
}

.activity_wrapper {
  width: 100%;
  height: 270px;
  position: relative;
  margin: 0;
}
.activity_wrapper h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  padding: 0 15px;
  bottom: 10px;
}
.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;
  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;
}

.header_exp {
  background: #F5F0E9 url(img/balance.png) no-repeat center center fixed;
  padding: 150px 50px;
  background-size: contain;
}
.header_exp h1 {
  color: #577DDD;
}
.header_exp .stretch {
  width: 85%;
  margin: auto;
}
.header_exp .stretch .col-md-3 {
  margin: 0;
  padding: 0;
}

.header_about {
  background: #E9ECF4 url(img/header_about.png) no-repeat center center fixed;
  background-size: cover;
  padding: 150px 30px 0;
  color: #575757;
}
.header_about h1 {
  color: #577DDD;
}

.header_conflict {
  background: #E9ECF4 url(img/conflict.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 150px 30px 0;
  color: #575757;
}
.header_conflict h1 {
  color: #577DDD;
}

.white_nav {
  padding: 30px 50px;
  color: #575757;
  background: transparent !important;
}
.white_nav .navbar-brand:hover {
  color: #577DDD !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 .navbar a {
  color: #577DDD !important;
}
.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");
}

.white_nav_bis {
  padding: 50px 50px;
  color: #577DDD;
  background: transparent !important;
}
.white_nav_bis .navbar-brand {
  font-weight: bold;
  line-height: 23px;
  font-size: 25px;
  color: #575757 !important;
}
.white_nav_bis .navbar-brand img {
  float: left;
  width: 60px;
  margin-right: 15px;
  margin-top: -10px;
}
.white_nav_bis .navbar-brand span {
  font-family: "Libre Caslon Text";
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 17px;
}
.white_nav_bis .navbar-toggler {
  border: none !important;
}
.white_nav_bis .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 .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";
  margin-botttom: 30px;
  color: white;
}
section h1 span {
  font-weight: bold;
}

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

.expertise_wrapper #one {
  background: url(img/1.png) no-repeat center;
  background-size: cover;
  padding: 15px;
}
.expertise_wrapper #two {
  background: #d29d1f;
  border-radius: 150px 0 0 150px;
  padding: 15px;
}
.expertise_wrapper #two h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  color: white;
  padding: 0 15px 0 60px;
  top: 140px;
}
.expertise_wrapper #two h2 span {
  font-style: italic;
}
.expertise_wrapper #three {
  background: #d29d1f;
  background-size: cover;
  border-radius: 250px;
  padding: 15px;
}
.expertise_wrapper #three h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  color: white;
  text-align: center;
  top: 140px;
}
.expertise_wrapper #three h2 span {
  font-style: italic;
}
.expertise_wrapper #four {
  background: white;
  background-size: cover;
  border-radius: 0px 150px 0 0;
  padding: 15px;
}
.expertise_wrapper #four h2 {
  font-size: 20px;
  position: absolute;
  right: 5px;
  color: #577DDD;
  text-align: center;
  top: 120px;
}
.expertise_wrapper #four h2 span {
  font-style: italic;
}
.expertise_wrapper #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;
  background: #E9ECF4;
  padding: 80px 70px 70px;
  border-radius: 40px;
  margin: 60px auto;
  text-align: center;
}
.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: #577DDD;
  color: white;
  padding: 150px 0;
  margin-top: 100px;
}
footer h1 {
  font-family: "geist", sans-serif;
  color: white;
  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: white;
  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: 60px;
  top: 70px;
}
.language ul {
  padding: 0;
  margin: 0;
}
.language ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
.language ul li a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px;
  font-size: 14px;
}
.language ul li a:hover {
  background: #d29d1f;
  border: 1px solid #d29d1f;
}
.language ul li .rdv {
  background: #d29d1f;
  border: 1px solid #d29d1f;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 500;
  color: white;
}
.language ul li .rdv:hover {
  background: white;
  border: 1px solid white;
  color: #577DDD;
}

.language_bis {
  padding: 0px 0px;
  color: #575757;
  position: absolute;
  right: 60px;
  top: 50px;
}
.language_bis ul {
  padding: 0;
  margin: 0;
}
.language_bis ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
.language_bis ul li a {
  color: #575757;
  text-decoration: none;
  border: 1px solid grey;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px;
}
.language_bis ul li a:hover {
  color: white;
}
.language_bis ul li .rdv:hover {
  background: #577DDD;
  border: 1px solid #577DDD;
  color: white;
}

.team_first {
  padding: 50px 0;
  /* Quand le bouton est ouvert (Bootstrap enlève .collapsed) */
}
.team_first h1 {
  margin-bottom: 60px;
  text-align: left;
}
.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;
  color: white;
  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;
}

.value_first {
  padding: 60px 0;
}
.value_first p {
  font-size: 25px;
  font-family: "Libre Caslon Text";
}
.value_first p span {
  color: #577DDD;
  font-style: italic;
}

.value_wrapper {
  width: 100%;
  margin: 0 auto 50px;
  border-radius: 30px;
  height: 390px;
  border: 1px solid #575757;
  position: relative;
  padding: 0 30px;
  transition: 0.2s ease-in-out;
}
.value_wrapper h2 {
  font-weight: bold;
  position: absolute;
  bottom: 100px;
}
.value_wrapper .arrow_value {
  background: #d29d1f;
  width: 60px;
  position: absolute;
  bottom: 30px;
  height: 60px;
  border-radius: 60px;
  padding: 4px 13px;
}
.value_wrapper .arrow_value i {
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.value_second {
  width: 80%;
  margin: auto;
}
.value_second a {
  color: #575757;
}

.value_wrapper:hover {
  background: #577DDD;
  color: white;
  border-radius: 40px 100px 0px 40px;
  border: 1px solid #577DDD;
}

.modal-content {
  border-radius: 30px;
  padding: 30px;
  background: white;
  color: grey;
  border: none;
}

.modal-header {
  border: none;
}

.section_wrap {
  padding: 0 40px;
}

.team_single {
  padding: 0 40px;
}
.team_single img {
  width: 100%;
  border-radius: 30px;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  /* centrage horizontal + vertical */
}
.team_single h1 {
  color: #577DDD;
  font-family: "Libre Caslon Text";
  margin-bottom: 50px;
}
.team_single h1 span {
  font-weight: bold;
  font-style: italic;
}
.team_single .col-md-8 {
  padding-left: 50px;
}
.team_single a {
  color: #577DDD;
}
.team_single a:hover {
  color: #d29d1f;
}
.team_single i {
  margin: 0 20px 0 0;
  font-size: 30px;
}
.team_single h2 {
  margin: 50px 0 0px;
  font-size: 24px;
  color: #577DDD;
}

.team_single_bis {
  background: #E9ECF4;
  border-radius: 40px;
  padding: 80px;
  margin: 70px auto;
}
.team_single_bis h2 {
  margin-bottom: 50px;
}
.team_single_bis h3 {
  margin: 40px 0 20px;
  font-size: 20px;
}

.alternative_wrapper {
  padding: 20px 40px;
}
.alternative_wrapper img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
}
.alternative_wrapper h1 {
  color: #577DDD;
  margin-bottom: 30px;
}
.alternative_wrapper p {
  text-align: justify;
}

.accordion {
  margin: -20px 0 40px 0;
  padding: 0 20px;
}
.accordion .accordion-header {
  padding-bottom: 15px;
  padding-top: 15px;
}
.accordion h2 {
  margin: 0;
  font-weight: bold;
  font-size: 26px;
}
.accordion .accordion-button {
  color: #575757;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: "geist", sans-serif;
  font-weight: 400;
}
.accordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: none;
}
.accordion .accordion-body {
  color: #575757;
}

.white_nav a {
  color: #575757 !important;
  font-weight: 400;
  font-size: 17px;
}

.header_value {
  background: #E9ECF4 url(img/bg.jpg) no-repeat top center fixed;
  background-size: cover;
  padding: 150px 30px 0;
  color: #575757;
  margin: -145px auto 30px;
}
.header_value h1 {
  color: #577DDD;
  margin-top: 50px;
}

.header_contact {
  background-color: transparent;
  background-image: none !important;
  height: auto;
  background-size: cover;
  padding: 180px 30px 20px;
  color: #575757;
  margin: -145px auto 60px;
}
.header_contact h1 {
  color: #575757;
  width: 100%;
  font-weight: 600;
  font-family: "geist";
  font-size: 35px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header_contact h1 span {
  font-family: "Libre carlson";
  font-weight: 400;
}
.header_contact h2 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #575757;
}
.header_contact ul {
  padding: 0;
  margin: 0;
}
.header_contact ul li {
  list-style: none;
  margin: 5px 0;
}

.header_fee {
  background-color: transparent;
  background-image: none !important;
  height: auto;
  background-size: cover;
  padding: 0px;
  color: #575757;
  margin: -205px auto 60px;
}
.header_fee h1 {
  color: #575757;
  width: 100%;
  font-size: 35px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header_fee h2 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #575757;
}
.header_fee ul {
  padding: 0;
  margin: 0;
}
.header_fee ul li {
  list-style: none;
  margin: 5px 0;
}

.map_wrapper {
  border-radius: 40px;
  overflow: hidden;
}

.map_wrapper iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.padd {
  padding-left: 20px;
  text-align: left;
}

.grey {
  border-radius: 50px;
  text-align: left;
  padding: 60px 60px;
}
.grey h1 {
  margin-bottom: 50px;
}

.wpcf7 {
  background: #E9ECF4;
  border-radius: 40px;
  padding: 50px 40px 10px;
}
.wpcf7 input, .wpcf7 textarea {
  border: none;
  padding: 10px;
  color: #575757 !important;
  width: 100%;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 label {
  width: 100%;
  color: #575757 !important;
}
.wpcf7 .wpcf7-submit {
  background: #d29d1f;
  border-radius: 40px;
  padding: 10px 20px;
  width: auto;
  color: white !important;
}
.wpcf7 .wpcf7-submit:hover {
  background: #577DDD;
}

.list_contact {
  text-align: auto;
  list-style: none;
}
.list_contact ul li {
  list-style: none;
}

.fees img {
  width: 100%;
  height: 500px;
  margin-top: -200px;
  object-fit: cover;
  border-radius: 40px;
}
.fees h1 {
  margin: 0 0 40px 0;
}

.pad {
  padding: 0 30px;
}

.fees_wrapper {
  background: #577DDD;
  padding: 50px 50px 30px;
  border-radius: 40px;
  color: white;
}
.fees_wrapper h1 {
  color: white;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
.fees_wrapper h2 {
  font-size: 22px;
}
.fees_wrapper h3 {
  font-size: 19px;
}
.fees_wrapper ul {
  margin: 0;
}

.white_fees {
  background: transparent;
  color: #575757;
}
.white_fees h1 {
  color: #575757;
  text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}

.wrap {
  background: #E9ECF4;
  border-radius: 40px;
  padding: 50px;
}

.accordion h2 {
  font-size: 20px !important;
  color: #575757 !important;
}
.accordion h3 {
  font-size: 19px;
}

.navbar .dropdown-menu {
  background: white;
  min-width: 400px;
  border: none;
}
.navbar .dropdown-menu .current-menu-item a {
  background: transparent;
  width: 90%;
  color: #d29d1f;
}
.navbar .dropdown-menu a {
  color: #575757 !important;
}
.navbar .dropdown-menu a:hover {
  background: transparent;
  color: #d29d1f !important;
}

.toggle-icon {
  background: #E9ECF4;
  border-radius: 40px;
  width: 50px;
  padding: 5px 10px 10px 0;
  height: 50px;
  float: right;
  margin-left: 15px;
  margin-top: -8px;
  display: block;
}

.carousel-item {
  background: #E9ECF4;
  width: 100%;
}

.carousel {
  width: 100%;
  text-align: left;
}

.carousel-item p {
  max-width: 85%;
  margin: 0 auto;
}

.author {
  display: block;
  margin-top: 15px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 1400px) {
  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: 170px 50px;
  }
  header .dropdown-menu {
    background: white;
    min-width: 400px;
    border: none;
  }
  header .dropdown-menu .current-menu-item a {
    background: transparent;
    width: 90%;
    color: #d29d1f;
  }
  header h1 {
    font-family: "Libre Caslon Text";
    font-size: 35px;
    width: 50%;
    font-weight: 400;
    margin-bottom: 20px;
  }
  header h1 span {
    font-weight: bold;
    margin-right: 10px;
  }
  header h2 {
    font-weight: 400;
  }

  .navbar {
    padding: 50px 20px;
    color: white;
    background: transparent !important;
  }
  .navbar .navbar-brand {
    font-weight: 400;
    line-height: 23px;
    font-size: 25px;
  }
  .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-brand:hover {
    color: #577DDD !important;
  }
  .navbar .navbar-nav {
    padding-left: 0px;
    font-weight: 500;
  }
  .navbar a {
    margin: 0 5px;
    font-weight: 400;
  }
  .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='%23577DDD' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .first .none_btn {
    font-size: 20px;
    color: #575757;
  }

  .toggle-icon {
    background: #E9ECF4;
    border-radius: 40px;
    width: 50px;
    padding: 5px 10px 10px 0;
    height: 50px;
    font-size: 24px;
    float: right;
    margin-left: 15px;
    margin-top: -8px;
    display: block;
  }

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

  .expertise_wrapper h1 {
    margin-bottom: 50px;
  }
  .expertise_wrapper #one {
    background: url(img/1.png) no-repeat center;
    background-size: cover;
    padding: 15px;
  }
  .expertise_wrapper #two {
    background: #d29d1f;
    border-radius: 150px 0 0 150px;
    padding: 15px;
  }
  .expertise_wrapper #two h2 {
    font-size: 20px;
    position: absolute;
    right: 5px;
    color: white;
    padding: 0 15px 0 60px;
    top: 80px;
  }
  .expertise_wrapper #two h2 span {
    font-style: italic;
  }
  .expertise_wrapper #three {
    background: #d29d1f;
    background-size: cover;
    border-radius: 250px;
    padding: 15px;
  }
  .expertise_wrapper #three h2 {
    font-size: 20px;
    position: absolute;
    right: 5px;
    color: white;
    text-align: center;
    top: 100px;
  }
  .expertise_wrapper #three h2 span {
    font-style: italic;
  }
  .expertise_wrapper #four {
    background: white;
    background-size: cover;
    border-radius: 0px 150px 0 0;
    padding: 15px;
  }
  .expertise_wrapper #four h2 {
    font-size: 20px;
    position: absolute;
    right: 5px;
    color: #577DDD;
    text-align: center;
    top: 120px;
  }
  .expertise_wrapper #four h2 span {
    font-style: italic;
  }
  .expertise_wrapper #five {
    background: #ACB8D8;
    background-size: cover;
    padding: 15px;
  }
  .expertise_wrapper #five h2 {
    font-size: 20px;
    position: absolute;
    right: 5px;
    color: #577DDD;
    text-align: center;
    top: 70px;
  }
  .expertise_wrapper #five h2 span {
    font-style: italic;
  }

  .header_value {
    background: #E9ECF4 url(img/bg.jpg) no-repeat top center fixed;
    background-size: cover;
    padding: 150px 30px 0;
    color: #575757;
    margin: -145px auto 30px;
  }
  .header_value h1 {
    color: #577DDD;
    margin-top: 50px;
  }

  .values .navbar {
    padding: 50px 50px;
    color: white;
    background: transparent !important;
  }

  .language_bis {
    padding: 0px 0px;
    color: #575757;
    position: absolute;
    right: 40px;
    top: 70px;
  }
  .language_bis ul {
    padding: 0;
    margin: 0;
  }
  .language_bis ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .language_bis ul li a {
    color: #575757;
    text-decoration: none;
    border: 1px solid grey;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px;
  }
  .language_bis ul li a:hover {
    color: white;
  }
  .language_bis ul li .rdv:hover {
    background: #577DDD;
    border: 1px solid #577DDD;
    color: white;
  }

  .value_wrapper {
    width: 100%;
    margin: 0 auto 50px;
    border-radius: 30px;
    height: 340px;
    border: 1px solid #575757;
    position: relative;
    padding: 0 30px;
    transition: 0.2s ease-in-out;
  }
  .value_wrapper h2 {
    font-weight: bold;
    position: absolute;
    bottom: 100px;
    font-size: 25px;
  }
  .value_wrapper .arrow_value {
    background: #d29d1f;
    width: 50px;
    position: absolute;
    bottom: 30px;
    height: 50px;
    border-radius: 60px;
    padding: 9px 10px;
  }
  .value_wrapper .arrow_value i {
    font-size: 30px;
    font-weight: bold;
    color: white;
  }

  .sablier {
    position: absolute;
    right: 50px;
    bottom: 60px;
    text-align: right;
  }
  .sablier img {
    animation: floatBounce 5.5s ease-in-out infinite;
    transition: 2s ease-in-out;
    width: 50%;
    margin: auto;
  }

  .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_ter {
    position: absolute;
    background: #d29d1f;
    border-radius: 50px;
    padding: 7px 11px;
    color: white;
    width: 60px;
    border: 2px solid #d29d1f;
    height: 60px;
    bottom: 60px;
    left: 60px;
    animation: floatBounce 4.5s ease-in-out infinite;
    transition: 1s ease-in-out;
  }
  .arrow_ter i {
    font-size: 35px;
    font-weight: bold;
  }

  .team_first {
    padding: 50px 0;
  }
  .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: 5px 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;
  }
}
@media (max-width: 1200px) {
  .language {
    display: none;
    padding: 0px 0px;
    color: white;
    position: absolute;
    right: 40px;
    top: 70px;
  }
  .language ul {
    padding: 0;
    margin: 0;
  }
  .language ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px 0 0;
  }
  .language ul li a {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 30px;
    padding: 10px;
    font-size: 12px;
  }
  .language ul li a:hover {
    background: #d29d1f;
    border: 1px solid #d29d1f;
  }
  .language ul li .rdv {
    background: #d29d1f;
    border: 1px solid #d29d1f;
    margin-right: 20px;
    padding: 10px 20px;
    font-weight: 500;
    color: white;
  }
  .language ul li .rdv:hover {
    background: white;
    border: 1px solid white;
    color: #577DDD;
  }

  .language_bis {
    padding: 0px 0px;
    color: #575757;
    position: absolute;
    right: 20px;
    top: 70px;
  }
  .language_bis ul {
    padding: 0;
    margin: 0;
  }
  .language_bis ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .language_bis ul li a {
    color: #575757;
    text-decoration: none;
    border: 1px solid grey;
    border-radius: 30px;
    font-size: 12px;
    padding: 10px;
  }
  .language_bis ul li a:hover {
    color: white;
  }
  .language_bis ul li .rdv:hover {
    background: #577DDD;
    border: 1px solid #577DDD;
    color: white;
  }

  .navbar-nav {
    padding-left: 0px !important;
    padding-top: 20px;
    font-weight: 500;
  }
  .navbar-nav a {
    font-size: 16px !important;
    color: #575757 !important;
  }

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

  .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: 32px;
    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;
  }

  .toggle-icon {
    background: #E9ECF4;
    border-radius: 40px;
    width: 50px;
    padding: 5px 10px 10px 0;
    height: 50px;
    clear: both;
    margin-left: 15px;
    margin-top: -8px;
    display: block;
  }

  .navbar img {
    float: left;
    width: 50px !important;
    margin-right: 15px;
    margin-top: -10px;
  }

  .navbar .navbar-brand {
    font-weight: 400;
    line-height: 23px;
    font-size: 25px;
    color: #577DDD !important;
  }

  header {
    background: #577DDD url(img/headerter.jpg) no-repeat top right fixed;
    background-position: fixed;
    background-size: cover;
    width: 95%;
    margin: -20px auto 60px;
    height: 600px;
    border-radius: 40px;
    padding: 100px 40px;
  }
  header h1 {
    font-size: 30px;
    width: 90%;
  }
  header h2 {
    font-size: 20px;
  }
  header .dropdown-menu {
    background: white;
    min-width: 400px;
    border: none;
  }
  header .dropdown-menu .current-menu-item a {
    background: transparent;
    width: 90%;
    color: #d29d1f;
  }

  .quote {
    padding: 60px 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 50px;
    font-size: 22px;
    line-height: 28px;
    color: #575757;
    font-family: "Libre Caslon Text";
  }
  .quote .author {
    color: #d29d1f;
    text-align: right;
    display: block;
    font-size: 20px;
    padding-right: 50px;
  }

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

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

  .margin {
    height: 20px;
  }

  .wpcf7 {
    margin-top: 30px;
  }

  .header_contact {
    background-color: transparent;
    background-image: none !important;
    height: auto;
    background-size: cover;
    padding: 140px 30px 20px;
    color: #575757;
    margin: -145px auto 60px;
  }
  .header_contact h1 {
    color: #575757;
    width: 100%;
    font-weight: 600;
    font-family: "geist";
    font-size: 35px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .header_contact h1 span {
    font-family: "Libre carlson";
    font-weight: 400;
  }
  .header_contact h2 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #575757;
  }
  .header_contact ul {
    padding: 0;
    margin: 0;
  }
  .header_contact ul li {
    list-style: none;
    margin: 5px 0;
  }

  .pad {
    padding: 0 10px;
  }

  .header_white h1 {
    font-family: "Libre Caslon Text";
    font-size: 35px;
    width: 80%;
    font-weight: 400;
    margin-bottom: 20px;
    color: white;
  }

  .team_first h1 {
    margin-bottom: 60px;
    text-align: left;
    font-size: 26px;
  }

  .accordion {
    margin: 20px 0 40px 0;
    padding: 0 0px;
  }
  .accordion .accordion-header {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .accordion h2 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
  }
  .accordion .accordion-button {
    color: #575757;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "geist", sans-serif;
    font-weight: 400;
  }
  .accordion .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
  }
  .accordion .accordion-body {
    color: #575757;
  }

  .grey {
    border-radius: 50px;
    text-align: left;
    padding: 60px 30px;
  }
  .grey h1 {
    margin-bottom: 50px;
  }

  .wrapper_call {
    background: #E9ECF4;
    padding: 70px 50px;
    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;
  }

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

  .testimony {
    padding: 80px 40px 70px;
    border-radius: 40px;
    margin: 60px auto;
    text-align: center;
  }

  .logo-dark {
    display: block;
  }

  .logo-white {
    display: none;
  }

  .toggle-icon {
    background: #E9ECF4;
    border-radius: 40px;
    width: 50px;
    padding: 5px 10px 10px 0;
    height: 50px;
    float: none;
    margin: auto;
    margin-top: 10px;
    display: block;
  }

  .team_single {
    padding: 0 40px;
  }
  .team_single img {
    width: 90%;
    border-radius: 30px;
    margin: 0 auto 30px;
    height: 500px;
    object-fit: cover;
    object-position: center top;
    /* centrage horizontal + vertical */
  }
  .team_single h1 {
    color: #577DDD;
    font-family: "Libre Caslon Text";
    margin-bottom: 50px;
  }
  .team_single h1 span {
    font-weight: bold;
    font-style: italic;
  }
  .team_single .col-md-8 {
    padding-left: 50px;
  }
  .team_single a {
    color: #577DDD;
  }
  .team_single a:hover {
    color: #d29d1f;
  }
  .team_single i {
    margin: 0 20px 0 0;
    font-size: 30px;
  }
  .team_single h2 {
    margin: 50px 0 0px;
    font-size: 24px;
    color: #577DDD;
  }

  .team_single_bis {
    background: #E9ECF4;
    border-radius: 40px;
    padding: 50px;
    margin: 70px auto;
  }
  .team_single_bis h2 {
    margin-bottom: 50px;
  }
  .team_single_bis h3 {
    margin: 40px 0 20px;
    font-size: 20px;
  }

  .team_first .col-md-4 img, .team_first .col-md-3 img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 60px;
    object-position: center top;
    /* centrage horizontal + vertical */
  }
  .team_first .col-md-4 .team_caption, .team_first .col-md-3 .team_caption {
    position: absolute;
    border-radius: 60px;
    width: 100%;
    background: #577DDD;
    transition: 1s ease-in-out;
    height: 520px;
    top: 0;
    opacity: 0;
  }
  .team_first .col-md-4 .team_caption h2, .team_first .col-md-3 .team_caption h2 {
    position: absolute;
    bottom: 50px;
    font-size: 25px;
    color: white;
    left: 40px;
  }
  .team_first .col-md-4 .team_caption h2 .surname, .team_first .col-md-3 .team_caption h2 .surname {
    position: relative !important;
    font-family: "Libre Caslon Text";
    display: block !important;
    color: white;
    font-size: 25px;
  }

  .header_exp h1 {
    color: #577DDD;
  }

  .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: 0px;
  }
  .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;
  }

  .alternative_wrapper {
    padding: 20px 0px;
  }
  .alternative_wrapper img {
    width: 100%;
    border-radius: 50px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .alternative_wrapper h1 {
    color: #577DDD;
    margin-bottom: 30px;
  }
  .alternative_wrapper p {
    text-align: justify;
  }
}

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