/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.intro-about-us .section-intro .intro-body {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 65px auto 65px;
  text-align: left;
}
.intro-about-us .section-intro .intro-body p {
  max-width: 750px;
  font-family: "Inter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
}
.intro-about-us .section-intro .intro-body p:first-child {
  font-family: "Space Grotesk";
  font-style: normal;
  line-height: normal;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 900px;
  margin-bottom: 40px;
}

.paragraph--type--sections.team-list {
  padding: 65px 0 75px;
  margin: 0 auto;
  background-color: #fafafa;
  border-radius: 30px 30px 0 0;
  overflow-x: hidden;
}
.paragraph--type--sections.team-list h2 {
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 45px;
  /* 103.704% */
}
.paragraph--type--sections.team-list .view-header {
  display: block;
  margin: 0 auto;
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.paragraph--type--sections.team-list .view-header button.slick-arrow {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #ffc300;
  border: none;
  font-size: 0;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.paragraph--type--sections.team-list .view-header button.slick-arrow:last-child {
  margin-right: 0;
}
.paragraph--type--sections.team-list .view-header button.slick-arrow.slick-disabled {
  background-color: white;
  cursor: default;
}
.paragraph--type--sections.team-list .view-header button.slick-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-arrow-right.svg);
}
.paragraph--type--sections.team-list .view-header button.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  background-image: url(../images/icons/icon-arrow-right.svg);
}
.paragraph--type--sections.team-list .view-content {
  margin: 0 auto;
  width: calc(100% - 50px);
}
.paragraph--type--sections.team-list .view-content .slick-list {
  overflow: visible;
}
.paragraph--type--sections.team-list .view-content .views-row {
  margin-right: 35px;
  background-color: white;
  border-radius: 30px;
}
.paragraph--type--sections.team-list .view-content .views-row img {
  border-radius: 30px;
}
.paragraph--type--sections.team-list .view-content .views-row .info {
  position: relative;
  padding: 0 1.5rem 2rem;
}
.paragraph--type--sections.team-list .view-content .views-row .info h3 {
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 10px 0 0 0;
  padding-right: 1.5rem;
  margin-bottom: 10px;
}
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-team-title {
  color: #ffc300;
  font-family: "Space Grotesk";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-phone-number,
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-phone-number-html {
  margin-top: 5px;
  font-family: "Inter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 131.25% */
  text-transform: uppercase;
}
.paragraph--type--sections.team-list .view-content .views-row .info a {
  margin-top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/linkedin-icon.png);
  position: absolute;
  right: 1rem;
  top: 0;
}
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-tags-team p {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0;
}
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-tags-team p:last-child {
  margin-top: 5px;
}
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-tags-team p:first-child {
  margin-top: 15px;
}
.paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-tags-team span {
  display: inline-block;
  background: #ffc300;
  color: #001d3d;
  font-size: 0.825rem;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
.paragraph--type--sections.health-and-safety {
  padding: 65px 0 75px;
}
.paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap > div {
  width: 50%;
}
.paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap img {
  border-radius: 30px;
}

@media only screen and (min-width: 1520px) {
  .paragraph--type--sections.team-list .view-content,
  .paragraph--type--sections.team-list .view-header {
    max-width: calc(88% - 4rem);
  }
}
@media only screen and (max-width: 480px) {
  .paragraph--type--sections .team-list {
    padding: 0;
  }
  .intro-about-us .section-intro .intro-body {
    margin-bottom: 0;
  }
  .intro-about-us .section-intro .intro-body p {
    font-size: 0.875rem;
  }
  .paragraph--type--sections.team-list {
    padding: 20px 0 50px;
  }
  .paragraph--type--sections.team-list h2 {
    font-size: 1.75rem;
    line-height: 120%;
  }
  .paragraph--type--sections.team-list .view-content .views-row .info h3 {
    height: auto !important;
    margin-bottom: 1rem;
  }
  .paragraph--type--sections.team-list .view-content .views-row .info .field--name-field-team-title {
    height: auto !important;
  }
  .paragraph--type--sections.team-list .view-content .views-row .info a {
    top: 0;
  }
  .paragraph--type--sections.team-list .view-content .views-row img {
    border-radius: 30px 0 0;
  }
  .nav-team {
    display: flex !important;
  }
  .paragraph--type--sections.health-and-safety {
    padding: 20px 0 0;
  }
  .paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap > div {
    width: 100%;
  }
  .paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap > div h2 {
    margin: 0;
  }
  .paragraph--type--sections.health-and-safety .section-colonnes-lr .main-wrap > div p {
    font-size: 0.875rem;
  }
}