/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/scss/aacontentpagedelivery.scss ***!
  \*************************************************************************************************************************************************************************/
#delivery-page {
  padding-bottom: 150px;
  /*
  https://codepen.io/DeveloperZahid/pen/QWvKwmq
   */
  /* Responsive Table Style */
}
@media (max-width: 768px) {
  #delivery-page {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #delivery-page .container-sm {
    padding: 15px;
  }
}
#delivery-page .h1 {
  font-size: 2.68rem;
  color: #0F00A2;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
#delivery-page p {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
#delivery-page .zone-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #979EAC;
  margin-top: 10px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #delivery-page .zone-subtitle {
    margin-top: 35px;
  }
}
#delivery-page .h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 768px) {
  #delivery-page .h3 {
    margin-top: 50px;
  }
}
#delivery-page img {
  max-width: 100%;
  height: auto;
}
#delivery-page .delivery-area__title {
  font-size: 1.125rem;
  color: #0F00A2;
  font-weight: 700;
}
#delivery-page .delivery-area {
  display: none;
}
#delivery-page .delivery-area.is-active {
  display: block;
}
#delivery-page #not-france-metro .delivery-area__title:not(:first-child) {
  margin-top: 30px;
}
#delivery-page .form-control {
  margin-top: 25px;
  margin-bottom: 20px;
  border: 1px solid #DEDEDE;
  background-color: #FAFAFA;
  font-size: 1.125rem;
  color: #161D25;
  padding: 10px;
  height: auto;
}
@media (max-width: 768px) {
  #delivery-page .form-control {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
#delivery-page #delivery-delay {
  background: #FBFBFB;
  -webkit-box-shadow: -500px 0 0 #FBFBFB, 500px 0 0 #FBFBFB;
          box-shadow: -500px 0 0 #FBFBFB, 500px 0 0 #FBFBFB;
  padding: 60px 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #delivery-page #delivery-delay {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }
}
#delivery-page .ipln-more-img {
  border-radius: 20px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #delivery-page .ipln-more-img {
    margin-bottom: 0;
  }
}
#delivery-page .ipln-more-text h2 {
  font-size: 29px;
  margin-bottom: 20px;
}
#delivery-page .responsive-table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0 3rem;
  color: #0f00a2;
}
@media (max-width: 768px) {
  #delivery-page .responsive-table {
    margin-top: 0;
    overflow: visible;
  }
}
#delivery-page .responsive-table__row {
  display: grid;
  border-bottom: 1px solid #fff;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  #delivery-page .responsive-table__row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#delivery-page .responsive-table__row th,
#delivery-page .responsive-table__row td {
  padding: 1rem 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  #delivery-page .responsive-table__row th,
  #delivery-page .responsive-table__row td {
    font-weight: 400;
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  #delivery-page .responsive-table__row td:not(.responsive-table__body__text) {
    display: none;
  }
}
@media (max-width: 992px) {
  #delivery-page .responsive-table tbody .responsive-table__row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  #delivery-page .responsive-table tbody .responsive-table__row.first-row, #delivery-page .responsive-table tbody .responsive-table__row.last-row {
    display: none;
  }
}
#delivery-page .responsive-table tbody .responsive-table__row:nth-child(odd) {
  background-color: #E7E6F6;
}
@media (max-width: 992px) {
  #delivery-page .responsive-table tbody .responsive-table__row:nth-child(odd) {
    background-color: #e5eaf0;
    -webkit-box-shadow: -150px 0 0 #e5eaf0, 150px 0 0 #e5eaf0;
            box-shadow: -150px 0 0 #e5eaf0, 150px 0 0 #e5eaf0;
  }
}
@media (min-width: 1200px) {
  #delivery-page .responsive-table tbody .responsive-table__row:nth-child(odd):hover {
    background-color: #afafda;
    color: #fff;
  }
  #delivery-page .responsive-table tbody .responsive-table__row:nth-child(odd):hover .responsive-table__body__text--1 {
    color: #fff;
  }
}
#delivery-page .responsive-table tbody .responsive-table__row:nth-child(even) {
  background-color: #fff;
}
@media (max-width: 992px) {
  #delivery-page .responsive-table tbody .responsive-table__row:nth-child(even) {
    background-color: #fff;
    -webkit-box-shadow: -150px 0 0 #fff, 150px 0 0 #fff;
            box-shadow: -150px 0 0 #fff, 150px 0 0 #fff;
  }
}
@media (min-width: 1200px) {
  #delivery-page .responsive-table tbody .responsive-table__row:hover .responsive-table__body__text--1 {
    color: #fff;
  }
}
#delivery-page .responsive-table__head {
  background-color: #fff;
}
@media (max-width: 991px) {
  #delivery-page .responsive-table__head {
    display: none;
  }
}
#delivery-page .responsive-table__head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  text-transform: capitalize;
  color: #777d88;
  font-size: 1.125rem;
}
@media (min-width: 992px) and (max-width: 1400px) {
  #delivery-page .responsive-table__head__title {
    font-size: 1rem;
  }
}
#delivery-page .responsive-table__head__title span {
  display: block;
  margin-left: -23px;
  margin-right: 8px;
  font-size: 12px;
}
#delivery-page .responsive-table__body .responsive-table__row {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}
#delivery-page .responsive-table__body .responsive-table__row:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  #delivery-page .responsive-table__body .responsive-table__row:hover {
    color: #ffffff;
    background-color: #afafda;
  }
}
@media (max-width: 991px) {
  #delivery-page .responsive-table__body .responsive-table__row:first-child .responsive-table__body__text:first-child::before {
    display: none;
  }
}
#delivery-page .responsive-table__body__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media (max-width: 992px) {
  #delivery-page .responsive-table__body__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  #delivery-page .responsive-table__body__text.responsive-table__body__text--1 .mobile-presta, #delivery-page .responsive-table__body__text.responsive-table__body__text--1 .mobile-info {
    display: none;
  }
}
@media (max-width: 992px) {
  #delivery-page .responsive-table__body__text .value {
    margin-top: -2px;
  }
  #delivery-page .responsive-table__body__text .value p {
    font-weight: 700;
    font-size: 1.125rem;
  }
}
#delivery-page .responsive-table__body__text .mobile-info {
  display: none;
  width: 100%;
  padding-left: 25px;
  margin-top: 10px;
}
#delivery-page .responsive-table__body__text .mobile-info p {
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  #delivery-page .responsive-table__body__text .mobile-info {
    display: block;
    padding-left: 5px;
  }
}
#delivery-page .responsive-table__body__text:first-child, #delivery-page .responsive-table__body__text:first-child p {
  color: #000;
  font-weight: 700;
}
#delivery-page .responsive-table__body__text p {
  margin-bottom: 0;
  color: #0f00a2;
}
#delivery-page .responsive-table__body__text::before {
  margin-right: 1rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  #delivery-page .responsive-table__body__text::before {
    font-weight: 700;
    color: #000;
  }
}
@media (max-width: 991px) {
  #delivery-page .responsive-table__body__text::before {
    content: attr(data-title) " :";
  }
}
@media (max-width: 400px) {
  #delivery-page .responsive-table__body__text::before {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#delivery-page .responsive-table__body__text--order {
  font-weight: 700;
  color: #000;
}
@media (min-width: 992px) {
  #delivery-page .responsive-table__body__text--order::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #delivery-page .responsive-table__body__text--order {
    grid-column: 1/2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #delivery-page .responsive-table__body__text--relais-chrono, #delivery-page .responsive-table__body__text--domicile-chrono, #delivery-page .responsive-table__body__text--relais-colissimo {
    grid-column: 2/3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #delivery-page .responsive-table__body__text--domicile-colissimo {
    grid-column: 3/-1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #delivery-page .responsive-table__body__text--order, #delivery-page .responsive-table__body__text--domicile-colissimo {
    grid-row: 2;
  }
}

@media (min-width: 992px) {
  #delivery-page .responsive-table--corse .responsive-table__row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  #delivery-page .responsive-table--europe .responsive-table__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  #delivery-page .responsive-table--dom1 .responsive-table__row, #delivery-page .responsive-table--dom2 .responsive-table__row {
    grid-template-columns: 1.2fr 1.2fr 0.6fr 1fr;
  }
}
@media (min-width: 992px) {
  #delivery-page .responsive-table--exception .responsive-table__row {
    grid-template-columns: 4fr 1fr;
  }
}
@media (max-width: 991px) {
  #delivery-page .responsive-table--exception .responsive-table__body__text::before {
    display: block !important;
  }
}
#delivery-page .mobile-presta {
  display: none;
}
@media (max-width: 992px) {
  #delivery-page .mobile-presta {
    display: block;
    width: 100%;
    margin-left: 8px;
    margin-top: 7px;
  }
}

#delivery-table {
  margin-top: 30px;
}
#delivery-table .delivery-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin-left: 25%;
  color: #979EAC;
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  #delivery-table .delivery-table__head {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__head {
    display: none;
  }
}
#delivery-table .delivery-table__head span {
  display: inline-block;
  margin: 0 25px;
}
@media (max-width: 1200px) {
  #delivery-table .delivery-table__head span {
    margin: 0 5px;
  }
}
#delivery-table .delivery-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}
#delivery-table .delivery-table__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}
#delivery-table .delivery-table__section {
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__section {
    padding: 13px 5px;
  }
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__section {
    display: block;
  }
}
#delivery-table .delivery-table__section--hours {
  background-color: #0f00a2;
  color: #fff;
  width: calc(25% - 30px);
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__section--hours {
    width: 100%;
  }
}
#delivery-table .delivery-table__section--day {
  background: #8DFFB3;
  color: #000;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  #delivery-table .delivery-table__section--day {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__section--day {
    margin-left: 0;
  }
}
#delivery-table .delivery-table__section--monday {
  color: #fff;
  background: #959EAD;
  margin-left: 30px;
}
#delivery-table .delivery-table__section--monday {
  width: 100%;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  #delivery-table .delivery-table__section--monday {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__section--monday {
    margin-top: 15px;
    margin-left: 0;
  }
}
#delivery-table .delivery-table__row--1 .delivery-table__section--day {
  min-width: 67.6%;
}
@media (max-width: 1200px) {
  #delivery-table .delivery-table__row--1 .delivery-table__section--day {
    min-width: 70.4%;
  }
}
@media (max-width: 992px) {
  #delivery-table .delivery-table__row--2 {
    margin-top: 50px;
  }
}
#delivery-table .delivery-table__row--2 .delivery-table__section--day {
  min-width: 51.75%;
}
@media (max-width: 1600px) {
  #delivery-table .delivery-table__row--2 .delivery-table__section--day {
    min-width: 54.25%;
  }
}
@media (max-width: 1200px) {
  #delivery-table .delivery-table__row--2 .delivery-table__section--day {
    min-width: 54.75%;
  }
}

.ipln-calcul-poids h2, .ipln-calcul-poids h3 {
  color: #0f00a2;
  font-size: 29px;
}
@media (min-width: 992px) {
  .ipln-calcul-poids .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ipln-calcul-poids .btn-primary {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .ipln-calcul-poids .btn-primary {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ipln-calcul-poids .ipln-poids-text {
    padding-right: 60px;
  }
}
