/* 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" /> */
.paragraph--type--map {
  width: calc(100% - 50px);
  margin: 0 auto;
  margin: 140px auto 100px;
  display: flex;
  gap: 50px;
}
.paragraph--type--map > div {
  width: 50%;
}
.paragraph--type--map > div.field--name-field-map {
  max-width: 750px;
  height: 540px;
  border-radius: 30px;
  overflow: hidden;
}
.paragraph--type--map h2 {
  margin-top: 0;
}
.paragraph--type--map h2 span {
  display: inline-block;
  max-width: 115px;
  margin-right: 1rem;
  height: 36px;
  width: 100%;
  background: url(/themes/landingpage_dpl/images/icons/arrown-right-yellow.png) no-repeat center;
  background-size: contain;
  transform: translateY(6px);
}
.paragraph--type--map .field--name-field-adresse {
  margin-top: 60px;
}
.paragraph--type--map p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}
.paragraph--type--map p strong {
  font-weight: 700;
  color: #ffc300;
}
.paragraph--type--map p::after {
  content: "";
  background: url(../images/icons/line-dash-black.png);
  background-size: 100%;
  height: 1px;
  border: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.paragraph--type--map p:last-child::after {
  background: none;
}

.field--name-field-para .field__item:has(.section-warehouse) {
  background-color: #f4f4f4;
  border-radius: 30px 30px 0 0;
  padding: 4rem 0;
}

.section-warehouse {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.section-warehouse > div > div.field__item:last-child {
  margin-top: 4rem;
}
.section-warehouse .cards-warehouse > div {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-warehouse .cards-warehouse > div > div {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.section-warehouse .cards-warehouse > div > div .text-formatted {
  padding: 0 2rem;
}
.section-warehouse .cards-warehouse > div > div .text-formatted.field--name-field-title {
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #ffc300;
  font-size: 1.125rem;
  font-family: "Space Grotesk";
  font-weight: bold;
}
.section-warehouse .cards-warehouse > div > div .text-formatted.field--name-field-description {
  padding-bottom: 1.5rem;
}
.section-warehouse .cards-warehouse > div > div .text-formatted.field--name-field-description p {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}

.node-id-342 .sections-form {
  transform: translateY(2rem);
}

.node-id-342 .field__item:has(.sections-form) {
  background-color: #f4f4f4;
}

@media only screen and (min-width: 1520px) {
  .paragraph--type--map,
  .paragraph--type--sections.section-warehouse {
    max-width: calc(88% - 4rem);
  }
}
@media only screen and (max-width: 768px) {
  .paragraph--type--map {
    flex-wrap: wrap;
  }
  .paragraph--type--map > div {
    width: 100%;
  }
  .paragraph--type--map .field--name-field-adresse {
    margin-top: 30px;
  }
  .paragraph--type--map p {
    font-size: 1rem;
  }
  .section-warehouse > div > div.field__item:last-child {
    margin-top: 2rem;
  }
  .section-warehouse .cards-warehouse > div {
    flex-wrap: wrap;
  }
  .section-warehouse .cards-warehouse > div > div {
    width: 100%;
  }
  .section-warehouse .cards-warehouse > div > div .text-formatted {
    padding: 0 1rem;
  }
  .section-warehouse .cards-warehouse > div > div .text-formatted.field--name-field-title {
    font-size: 1rem;
  }
  .section-warehouse .cards-warehouse > div > div .text-formatted.field--name-field-description {
    padding-bottom: 1.5rem;
  }
  .section-warehouse .cards-warehouse > div > div .text-formatted.field--name-field-description p {
    font-size: 0.825rem;
  }
}
@media only screen and (max-width: 480px) {
  .field--name-field-para .field__item:has(.section-warehouse) {
    padding: 1rem 0;
  }
  .paragraph--type--map {
    margin: 120px auto 50px;
    gap: 1rem;
  }
  .paragraph--type--map .field--name-field-adresse p {
    font-size: 0.875rem;
  }
  .paragraph--type--map .field--name-field-adresse strong {
    font-size: 1rem;
  }
}