.height-image-header {
  width: 100%;
  height: 60vh;
}

.overflow-image-header {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-header {
  object-fit: cover;
  width: 100%;
  min-height: 345px;
}

@media (max-width: 1320px) {
  .image-header {
    height: 120%;
  }
}

@media (max-width: 1140px) {
  .image-header {
    height: 100%;
  }
}

.absolute-slogan {
  position: absolute;
  width: 500px;
  top: 28%;
  left: 0%;
}

@media (max-width: 1140px) {
  .absolute-slogan {
    width: 380px;
    top: 40%;
  }
}

.rotation {
  transform: translateX(-3.75em) rotate(-5deg);
}

.bg-green {
  background-color: #b4dc00;
  color: white;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: end;
}

.bg-blue {
  background-color: #00a3ea;
  color: white;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: end;
}

.button-profile {
  display: flex;
  justify-content: end;
}

.button-profile a.button {
  font-size: 20px;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.button-profile a.button:active,
.button-profile a.button:focus-visible {
  border: 0;
}

.button-profile a.button:hover {
  color: #b4dc00;
}

.bi-arrow-right {
  padding-left: 10px;
}
/* section portrait */

.section-profile h1 {
  text-align: center;
  font-style: italic;
  font-size: 50px;
  color: #004b32;
  letter-spacing: 0.02em;
}

.section-profile h2 {
  text-align: center;
  font-style: italic;
  color: #004b32;
  padding: 10px 0;
  letter-spacing: 0.02em;
}

.section-profile a,
.section-profile p,
.section-profile li {
  font-size: 18px;
}
.section-profile strong {
  color: #004b32;
}

.section-profile li {
  padding: 10px 0;
}

.section-profile a {
  font-weight: bold;
  color: #004b32;
}

.section-profile {
  background-color: #e3ebe8;
}

.translate-up {
  transform: translateY(-70px);
}

/* section valeur */

.valeur h2 {
  color: #004b32;
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
}

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

.valeur_element {
  width: 130px;
  background-color: #b4dc00;
  padding: 10px;
  border-radius: 20%;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .valeur_element {
    width: 100px;
  }
}

.valeur_element:hover {
  transform: scale(1.1);
}

.valeur p {
  text-align: center;
}

/* engagement */

.engagement {
  background-color: #e3ebe8;
}

.card-engagement img {
  width: 100%;
}

.card-engagement p {
  text-align: center;
}

.engagement h2 {
  color: #004b32;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.card-engagement {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .desktop-carousel {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-carousel {
    display: none;
  }
}

.card-engagement:hover {
  transform: scale(1.05);
  background-color: white;
}

.carousel-control-prev {
  left: -50px;
}

.carousel-control-next {
  right: -50px;
}

@media (max-width: 768px) {
  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  transform: scale(1.05);
  opacity: 1 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #b4dc00;
}

/* nous rencontrer */

.meet h2 {
  color: #004b32;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.meet img {
  width: 100%;
}

.meet h5 {
  color: #004b32;
  font-size: 30px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

@media (max-width: 768px) {
  .card-body {
    flex: 1 1 auto;
    padding: 0;
  }
}

.vertical-timeline {
  width: 100%;
  position: relative;
  padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 150px;
  height: 100%;
  width: 4px;
  background: #e3ebe8;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .vertical-timeline::before {
    display: none;
  }
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  .vertical-timeline-element {
    position: relative;
    margin: 0 0 2rem;
  }
}

.vertical-timeline-element-content {
  position: inherit;
  margin-left: 170px;
}

.vertical-timeline-element-content .timeline-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  padding: 2px 0 0;
  font-weight: bold;
}

.vertical-timeline-element-content .timeline-title a {
  color: #004b32;
  transition: all 0.2s ease-in-out;
}

.vertical-timeline-element-content .timeline-title a:hover {
  color: #b4dc00;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 10px;
  text-align: right;
  color: #00a3ea;
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .vertical-timeline-element-content {
    position: inherit;
    margin-left: 0;
    padding: 1rem;
    background-color: #e3ebe8;
  }
}

@media (max-width: 768px) {
  .vertical-timeline-element-content .vertical-timeline-element-date {
    position: inherit;
    text-align: left;
  }
}

.meet-img {
  padding-top: 20px;
}

/* contact */
.contact {
  background-color: #e3ebe8;
}

.contact h2 {
  color: #004b32;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
}

.box-center {
  max-width: 36rem;
  margin: auto;
}

.contact .button-submit {
  background-color: #004b32;
  color: white;
  font-size: 20px;
  padding: 8px 16px;
  border: 0;
  transition: all 0.3s ease;
}

.contact .button-submit:hover {
  background-color: #b4dc00;
}

.form-label {
  padding-top: 1.2rem;
}

.inline {
  color: #004b32;
}

.form-control {
  color: #004b32;
  border: none;
}

.contact .form-control:focus {
  color: #004b32;
  border: none;
  box-shadow: 0px 0px 7px 5px rgba(0, 75, 50, 0.4);
}

/* support */

.support h2 {
  color: #004b32;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.support-profile img {
  width: 100%;
  max-width: 250px;
}

@media (max-width: 768px) {
  .support-profile {
    display: flex;
    justify-content: center;
  }
}

.img-sign {
  max-width: 200px;
}

/* medias */

.medias {
  background-color: #e3ebe8;
}

.medias h2 {
  color: #004b32;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
}

.medias .medias-img {
  width: 100%;
  height: 30vh;
}

.overflow-img-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-image {
  height: 155%;
}
