*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: -0.019rem;
}

h1,
h2 {
  font-family: "Roboto", Arial, sans-serif;
}

h2 {
  color: #033242;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
}

h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.016rem;
}

p + p {
  margin-top: 1rem;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #033242;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #cee063;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.py-6, .pt-6 {
  padding-top: 4.5rem !important;
}
@media (max-width: 991.98px) {
  .py-6, .pt-6 {
    padding-top: 3rem !important;
  }
}

.py-6, .pb-6 {
  padding-bottom: 4.5rem !important;
}
@media (max-width: 991.98px) {
  .py-6, .pb-6 {
    padding-bottom: 3rem !important;
  }
}

.btn {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  padding: 0.875rem 1.375rem;
}

.btn-primary {
  color: #033242;
  background: #cee063;
}
.btn-primary:hover, .btn-primary:focus-visible {
  color: #fff;
  background: rgb(170.6181818182, 192.8727272727, 38.3272727273);
}

.btn-secondary {
  color: #cee063;
  background: #033242;
}
.btn-secondary:hover, .btn-secondary:focus-visible {
  color: #033242;
  background: rgb(215.3545454545, 229.9181818182, 128.7818181818);
}

.profile-card {
  overflow: hidden;
  color: #033242;
  background: #cee063;
  border-radius: 16px;
}
.profile-card > img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.profile-card__body {
  padding: 1.5rem;
}
.profile-card h3 {
  margin-bottom: 1.125rem;
}

.benefit-card {
  min-height: 315px;
  padding: 0 1.5rem 1.5rem;
}
.benefit-card__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 150px;
}
.benefit-card__icon img {
  max-height: 134px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit-card h3 {
  margin-bottom: 1.125rem;
  color: #cee063;
}

.site-header {
  min-height: 150px;
  background: #fff;
}
.site-header .navbar {
  min-height: 150px;
  padding: 1.5rem 0;
}
.site-header__inner {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr) 102px;
  align-items: center;
  gap: 1.5rem;
}
.site-header .navbar-brand {
  margin: 0;
}
.site-header .navbar-brand img {
  width: 172px;
}
.site-header__actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.site-header__partner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__partner img {
  width: 110px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header__inner {
    grid-template-columns: 132px minmax(0, 1fr) 90px;
    gap: 1rem;
  }
  .site-header .navbar-brand img {
    width: 132px;
  }
  .site-header__actions {
    gap: 0.75rem;
  }
  .site-header__actions .btn {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  .site-header__partner img {
    width: 90px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    min-height: auto;
  }
  .site-header .navbar {
    min-height: auto;
    padding: 1.5rem 0;
  }
  .site-header__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
  }
  .site-header .navbar-brand img {
    width: 132px;
  }
  .site-header__actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .site-header__actions .btn {
    width: min(100%, 360px);
  }
  .site-header__partner img {
    width: 102px;
    height: auto;
  }
}
.site-footer {
  padding: 3.5rem 0;
  color: #fff;
  background: #033242;
}
.site-footer h2 {
  margin-bottom: 2rem;
  color: #cee063;
}
.site-footer__contact, .site-footer__location {
  text-align: center;
}
.site-footer__contact {
  padding-right: 3rem;
}
.site-footer__actions {
  margin: 2rem 0;
}
.site-footer__promise {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.site-footer__location img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer address {
  margin: 2rem 0 0;
  font-style: normal;
}
.site-footer address a {
  color: #fff;
  text-underline-offset: 0.2rem;
}

.site-footer__location iframe {
  display: block;
  border: none;
  width: 100%;
  height: 400px;
}

.site-footer__ml {
  padding: 0 0 2rem;
  color: #fff;
  background: #033242;
}
.site-footer__ml hr {
  margin: 0 0 2rem;
  border-color: rgba(255, 255, 255, 0.25);
}
.site-footer__ml a {
  font-size: 0.75rem;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__ml a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .site-footer__contact {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.trust-badges {
  padding: 0.625rem 0;
  background: #f7f7f7;
}
.trust-badges img {
  width: 100%;
  max-width: 320px;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-section {
  padding: 3rem 0;
}
.content-section__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
  padding-right: 3.125rem;
}
.content-section--reverse .content-section__copy {
  padding-right: 0.75rem;
  padding-left: 3.125rem;
}
.content-section .lead {
  margin: 0;
  color: #cee063;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.content-figure {
  height: 385px;
  overflow: hidden;
}
.content-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-figure--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-list {
  margin: 0;
  padding-left: 1.35rem;
}

.profiles-section {
  padding: 4rem 0;
  color: #fff;
  background: #033242;
  border: 1px solid #000;
}
.profiles-section h2 {
  color: #cee063;
}
.profiles-section__grid {
  padding-top: 4rem;
}
.profiles-section__note {
  margin: 3rem 0 2rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.benefits-section {
  padding: 4rem 0;
}
.benefits-section h2 {
  margin-bottom: 2.5rem;
}

.proximity-section {
  padding: 3rem 0;
  background: #cee063;
}
.proximity-section h2 {
  margin-bottom: 1.5rem;
}

.logistics-section {
  padding: 3rem 0;
}
.logistics-section h2 {
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.logistics-section__main {
  min-height: 437px;
}
.logistics-section__image {
  width: 100%;
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
}

.logistics-list > div {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(206, 224, 99, 0.8);
}
.logistics-list dt {
  color: #033242;
  font-size: 1.1rem;
}
.logistics-list dd {
  margin-top: 0.25rem;
}

.storage-types {
  align-items: center;
  min-height: 164px;
  padding-top: 1.75rem;
}
.storage-types h3 {
  color: #033242;
}
.storage-types p {
  max-width: 398px;
  margin-top: 0.625rem;
  color: #cee063;
  font-weight: 600;
}
.storage-types ul {
  margin-bottom: 0;
}

.expert-section {
  padding: 3rem 0;
  background: #f7f7f7;
}
.expert-section h2 {
  margin-bottom: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.18;
}

.confidence-section {
  padding: 3rem 0;
  background: #cee063;
}
.confidence-section h2 {
  margin-bottom: 1.5rem;
}
.confidence-section p {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.confidence-section img {
  max-height: 156px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991.98px) {
  .content-section__copy,
  .content-section--reverse .content-section__copy {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .profiles-section h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.85rem;
  }
  .trust-badges {
    padding: 2rem 0;
  }
  .trust-badges img {
    height: 160px;
  }
  .content-section,
  .profiles-section,
  .benefits-section,
  .logistics-section {
    padding: 3rem 0;
  }
  .profiles-section__grid {
    padding-top: 2rem;
  }
  .benefit-card {
    min-height: auto;
  }
  .logistics-section__image {
    height: 290px;
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 720px;
  padding: 3rem 1.5rem;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url("../images/hero-stockage-professionnel.jpg") center/cover no-repeat;
}
.hero__content {
  max-width: 870px;
}
.hero h1 {
  font-size: 3.5625rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: -0.016rem;
}
.hero p {
  margin-top: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -0.016rem;
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 560px;
    background-position: 54% center;
  }
  .hero h1 {
    font-size: 2.35rem;
    line-height: 1.1;
  }
  .hero p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}