/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Base Layout.
 */
.fieldset__wrapper {padding:0 !important}
.clivet-section {border:2px solid #009edb;border-radius:24px;padding:1% 4% 2% 4%;margin-bottom:40px !important}
.livraison {border-color:#a6ce39}
.drv {border-color:#a60000}
.clivet-section h2 {font-size:1.5em;position:absolute;margin-top:-35px;background-color:white;padding:0px 20px}
h4 {
font-size: 1.5em;
  background-color: #009edb;
  padding: 1% 3%;
  border-radius: 24px;
  color: white;
}
h4 span {font-weight:300;font-size:0.75em}
.container {
  width: 100%;
  max-width: var(--max-width);
  padding-inline: var(--container-padding);
}
.form-item__label {margin-block: 0 !important;  }
.webform-progress-tracker .progress-step .progress-text {  padding-top: 15px;font-size: 14px; line-height: 150%;}
.progress-marker::before {width:60px;height:60px}
.webform-progress-tracker .progress-step .progress-marker::after {  margin-top: 20px !important;}
.gras {font-weight:700}
  /* This fixes an issue where if the toolbar is open in vertical mode, and
   * the mobile navigation is open, the "close" button gets pushed outside of
   * the viewport. */

body.is-fixed .container {
  width: calc(100% - var(--drupal-displace-offset-left, 0px) - var(--drupal-displace-offset-right, 0px));
}

.page-wrapper {
  max-width: var(--max-bg-color);
  background: var(--color--white);
}

/**
 * Creates stacking context ensuring that child elements can never appear in
 * front of mobile navigation.
 */

.layout-main-wrapper {
  position: relative;
  z-index: 2; /* Ensure dropdown is not cut off by footer. */
}

/* Contains the social sidebar, and the primary content area. */

@media (min-width: 75rem) {
  .layout-main {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}

@media (min-width: 75rem) {
  .main-content {
    width: calc(100% - var(--content-left));
    margin-inline-end: auto;
  }
}

.main-content__container {
  padding-block-start: var(--sp3);
}

@media (min-width: 43.75rem) {
  .main-content__container {
    padding-block-start: var(--sp5);
  }
}

/*
 * Contextual link wrappers load without the ".contextual" CSS class, which
 * causes layout shifts. We fix this by setting this to position: absolute;
 */

[data-contextual-id]:not(.contextual) {
  position: absolute;
}
