.container-large {
  width: calc(80vw + 25px);
  max-width: 1621px;
  padding: 45px 25px;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-flex-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.form-flex-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 339px;
          flex: 0 0 339px;
}
@media screen and (max-width: 500px) {
  .form-flex-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .form-flex-button .section_button_commande {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_menu .header_section_one_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.helpPhone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  white-space: nowrap;
}
.helpPhone span.small {
  font-size: 15px;
  font-weight: 300;
}
.helpPhone span.phone {
  background-image: url("../svg/phone.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  text-align: center;
  padding-left: 25px;
}

.start_header_section_form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.start_header_section_form-flex .flex-item {
  position: relative;
}
.start_header_section_form-flex .fixed_select {
  margin: 0;
  width: 19rem;
  font-size: 19px;
  background-size: 20px;
}
.start_header_section_form-flex .inputGroupDemarche, .start_header_section_form-flex .fixed_select {
  min-width: 235px;
  max-width: 339px;
  margin: auto;
}
.start_header_section_form-flex .error_message {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: calc(100% + 15px);
}
.start_header_section_form-flex .indication_plaque_format {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 100%;
}
.start_header_section_form-flex .section_button_commande {
  width: 100%;
}
.start_header_section_form-flex .loader-wrapper {
  width: 100%;
  text-align: center;
}
.start_header_section_form-flex .loader {
  margin: auto;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.reassurance {
  padding: 20px 15px;
}
.reassurance .pourquoi-icone-div h3 {
  text-transform: uppercase;
}
.reassurance .pourquoi-icone-div p {
  max-width: 300px;
  margin: auto;
}

.blog-action-section .reassurance {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.breadcrumbs {
  max-width: 1660px;
  padding: 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  overflow: auto;
}
.breadcrumbs > * {
  font-size: 16px;
  white-space: nowrap;
}
.breadcrumbs span {
  font-weight: 600;
}
.breadcrumbs a {
  text-decoration: none;
  font-family: inherit;
  color: #2092fd;
}
@media screen and (max-width: 1660px) {
  .breadcrumbs {
    max-width: 100%;
  }
}

.commande-info-part h3 {
  color: #2092fd;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 1360px) {
  .start_header_section_form-flex .fixed_select {
    width: 16rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .breadcrumbs {
    padding: 12px 12px;
    font-size: 14px;
    gap: 4px;
  }
  .reassurance {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reassurance .pourquoi-icone-div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .reassurance .pourquoi-icone-div h3 {
    max-width: 300px;
  }
  .header_menu_mobile .header_menu_help_section {
    padding-bottom: 10px;
  }
  .header_menu_mobile .header_menu_help_section .helpPhone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border: 1px solid #ffffff;
  }
  .header_menu_mobile .header_menu_help_section .helpPhone .small {
    display: none;
  }
  .container-large {
    width: 100%;
    padding: 35px 30px;
  }
  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-flex .flex-item-has-tooltip {
    margin-bottom: 25px;
  }
  .start_header_section_form-flex .form-flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .start_header_section_form-flex .fixed_select {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .reassurance .pourquoi-icone-div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .reassurance .pourquoi-icone-div h3 {
    max-width: 100%;
  }
}
/*# sourceMappingURL=main-grdnrs.css.map */
