@font-face {
  font-family: PlutoSansDPDLight;
  src: url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDLight.eot);
  src: url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDLight.eot?#iefix) format('embedded-opentype'), url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDLight.woff2) format('woff2'), url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDLight.woff) format('woff'), url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDLight.ttf) format('truetype');
}
@font-face {
  font-family: PlutoSansDPDRegular;
  src: url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDRegular.eot);
  src: url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDRegular.eot?#iefix) format('embedded-opentype'), url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDRegular.woff2) format('woff2'), url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDRegular.woff) format('woff'), url(/sites/chronopost/themes/custom/chronopost/fonts/pluto/PlutoSansDPDRegular.ttf) format('truetype');
}
@font-face {
  font-family: 'GlyphiconsHalflings';
  src: url('/sites/chronopost/themes/custom/chronopost/fonts/glyphicons_halflings_regular/glyphicons-halflings-regular.eot');
  src: url('/sites/chronopost/themes/custom/chronopost/fonts/glyphicons_halflings_regular/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/sites/chronopost/themes/custom/chronopost/fonts/glyphicons_halflings_regular/glyphicons-halflings-regular.woff') format('woff'), url('/sites/chronopost/themes/custom/chronopost/fonts/glyphicons_halflings_regular/glyphicons-halflings-regular.ttf') format('truetype'), url('/sites/chronopost/themes/custom/chronopost/fonts/glyphicons_halflings_regular/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 6 août 2019, 16:53:31
    Author     : 806467
*/
/*=======================================================================
*** home page full width ***
========================================================================*/
.panel-container .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}
/*=======================================================================
*** Override Porto police ***
========================================================================*/
.default-font {
  font-family: "PlutoSansDPDRegular";
}
.pricing-table.princig-table-flat .plan h3 span {
  font-family: "PlutoSansDPDRegular";
}
.testimonial.testimonial-style-3 blockquote p,
.testimonial.testimonial-style-4 blockquote p,
.testimonial.testimonial-style-5 blockquote p {
  font-family: "PlutoSansDPDRegular";
}
.pricing-table.princig-table-flat .plan h3 span {
  font-family: "PlutoSansDPDRegular";
}
.around {
  justify-content: space-around;
}
.start {
  justify-content: flex-start;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  align-items: center;
}
.middle {
  align-items: center;
}
.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .no-flex {
    display: block;
  }
}
.full-center {
  justify-content: center;
}
.stretch {
  align-items: stretch;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-justify {
  text-align: justify;
}
.txt-middle {
  vertical-align: middle;
}
main .btn,
main .container .btn,
main .component-container .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  padding: 10px 20px;
  border: 0;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 0;
}
main .btn:focus,
main .container .btn:focus,
main .component-container .btn:focus {
  box-shadow: none;
}
main .btn-br,
main .container .btn-br,
main .component-container .btn-br {
  border-radius: 10px;
}
main .btn-transparent,
main .container .btn-transparent,
main .component-container .btn-transparent {
  background-color: transparent;
  color: #0060A2;
  border: 1px solid #0060A2;
}
main .btn-transparent:hover,
main .container .btn-transparent:hover,
main .component-container .btn-transparent:hover {
  color: #009ADF;
  border: 1px solid #009ADF;
}
main .btn-white,
main .container .btn-white,
main .component-container .btn-white {
  background: #fff;
  color: #414042 !important;
}
main .btn-white:hover,
main .container .btn-white:hover,
main .component-container .btn-white:hover {
  background: #414042;
  color: #fff !important;
}
main .btn-light-blue,
main .container .btn-light-blue,
main .component-container .btn-light-blue {
  background: #009ADF;
  border: 1px solid #009ADF;
  color: #fff !important;
}
main .btn-light-blue:hover,
main .container .btn-light-blue:hover,
main .component-container .btn-light-blue:hover {
  background: #0060A2;
  border: 1px solid #0060A2;
}
main .btn-dark-blue,
main .container .btn-dark-blue,
main .component-container .btn-dark-blue {
  background: #0060A2;
  border: 1px solid #0060A2;
  color: #fff !important;
}
main .btn-dark-blue:hover,
main .container .btn-dark-blue:hover,
main .component-container .btn-dark-blue:hover {
  background: #009ADF;
  border: 1px solid #009ADF;
}
main .btn-grey-dark,
main .container .btn-grey-dark,
main .component-container .btn-grey-dark {
  background: #808285;
  border: 1px solid #808285;
  color: #fff;
}
main .btn-grey-dark:hover,
main .container .btn-grey-dark:hover,
main .component-container .btn-grey-dark:hover {
  background: #414042;
  border: 1px solid #414042;
  color: #fff;
}
main .btn-grey-extra-dark,
main .container .btn-grey-extra-dark,
main .component-container .btn-grey-extra-dark {
  background: #414042;
  border: 1px solid #414042;
  color: #fff;
}
main .btn-grey-extra-dark:hover,
main .container .btn-grey-extra-dark:hover,
main .component-container .btn-grey-extra-dark:hover {
  background: #808285;
  border: 1px solid #808285;
  color: #fff;
}
main .btn-expediteur,
main .container .btn-expediteur,
main .component-container .btn-expediteur {
  width: 350px;
  border-radius: 25px;
  background: #009ADF;
  color: #fff !important;
  font-size: 20px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  padding: 10px 20px;
  border: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: 0.3s all ease;
}
main .btn-expediteur:focus,
main .container .btn-expediteur:focus,
main .component-container .btn-expediteur:focus {
  box-shadow: none;
}
main .btn-expediteur:hover,
main .container .btn-expediteur:hover,
main .component-container .btn-expediteur:hover {
  background: #0060A2;
  transition: 0.3s all ease;
}
main .btn-destinataire,
main .container .btn-destinataire,
main .component-container .btn-destinataire {
  width: 350px;
  border-radius: 25px;
  padding: 15px;
  background: #0060A2;
  color: #fff !important;
  font-size: 20px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  padding: 10px 20px;
  border: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: 0.3s all ease;
}
main .btn-destinataire:focus,
main .container .btn-destinataire:focus,
main .component-container .btn-destinataire:focus {
  box-shadow: none;
}
main .btn-destinataire:hover,
main .container .btn-destinataire:hover,
main .component-container .btn-destinataire:hover {
  background: #009ADF;
  transition: 0.3s all ease;
}
.cl-dark-blue {
  color: #0060A2 !important;
}
.bg-dark-blue {
  background-color: #0060A2 !important;
}
.cl-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.cl-grey-extra-dark {
  color: #414042 !important;
}
.bg-grey-extra-dark {
  background-color: #414042 !important;
}
.cl-light-blue {
  color: #009ADF !important;
}
.bg-light-blue {
  background-color: #009ADF !important;
}
.cl-grey-clear {
  color: #e6e7e8 !important;
}
.bg-grey-clear {
  background-color: #e6e7e8 !important;
}
.cl-grey-medium {
  color: #CAC4BE !important;
}
.bg-grey-medium {
  background-color: #CAC4BE !important;
}
.cl-grey-dark {
  color: #808285 !important;
}
.bg-grey-dark {
  background-color: #808285 !important;
}
/*=======================================================================
*** Custom section style banners ***
========================================================================*/
section.section-custom-blue {
  background-color: #0060A2 !important;
  border-color: #005189 !important;
  color: #fff !important;
}
section.section-custom-blue h1,
section.section-custom-blue h2,
section.section-custom-blue h3,
section.section-custom-blue h4,
section.section-custom-blue h5,
section.section-custom-blue h6,
section.section-custom-blue p,
section.section-custom-blue a {
  color: #fff;
}
section.section-custom-dark {
  background-color: #414042 !important;
  border-color: #343335 !important;
  color: #fff !important;
}
section.section-custom-dark h1,
section.section-custom-dark h2,
section.section-custom-dark h3,
section.section-custom-dark h4,
section.section-custom-dark h5,
section.section-custom-dark h6,
section.section-custom-dark p,
section.section-custom-dark a {
  color: #ffffff;
}
section.section-custom-light-blue {
  background-color: #009ADF !important;
  border-color: #0088c6 !important;
  color: #414042 !important;
}
section.section-custom-light-blue h1,
section.section-custom-light-blue h2,
section.section-custom-light-blue h3,
section.section-custom-light-blue h4,
section.section-custom-light-blue h5,
section.section-custom-light-blue h6,
section.section-custom-light-blue p,
section.section-custom-light-blue a {
  color: #414042;
}
section.banner-width {
  height: 300px;
}
/*=======================================================================
*** Custom section style tag elements ***
========================================================================*/
p,
body {
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #414042;
}
h1,
p.paragraph-h1-style,
h3.h3-h1-style {
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 30px;
  color: #808285;
}
h2 {
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #009adf;
  font-weight: 500;
}
h3 {
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: none !important;
  color: #009adf;
}
h4 {
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  color: #414042;
}
h1,
h2,
h3,
h4,
p,
body {
  letter-spacing: normal;
}
p {
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
p.paragraph-large {
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
p.paragraph-small {
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 200;
}
h1,
h2,
h3,
h4,
p {
  margin: 10px 0;
}
html {
  font-size: 10px;
  overflow-x: hidden;
}
body {
  position: relative;
  overflow-x: clip;
}
@media (max-width: 600px) {
  h1,
  p.paragraph-h1-style,
  h3.h3-h1-style {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
  p.paragraph-large {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  p.paragraph-small {
    font-size: 12px;
  }
}
/* Fix bold text */
b,
strong {
  font-weight: bold!important;
}
/*=======================================================================
*** Custom gradient and polygon ***
========================================================================*/
.stripes,
.stripes-light-blue {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #009ADF, #009ADF 7px, #fff 7px, #fff 16px);
}
.stripes-dark-blue {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #0060A2, #0060A2 7px, #fff 7px, #fff 16px);
}
.stripes-white {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #fff, #fff 7px, #fff 7px, #fff 16px);
}
.stripes-grey-clear {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #e6e7e8, #e6e7e8 7px, #fff 7px, #fff 16px);
}
.stripes-grey-medium {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #CAC4BE, #CAC4BE 7px, #fff 7px, #fff 16px);
}
.stripes-grey-dark {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #808285, #808285 7px, #fff 7px, #fff 16px);
}
.stripes-grey-extra-dark {
  height: 24px;
  background: repeating-linear-gradient(-36deg, #414042, #414042 7px, #fff 7px, #fff 16px);
}
.trapeze-rectangle {
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}
/*=======================================================================
*** Custom Banners ***
========================================================================*/
.banniere {
  position: relative;
}
.descriptif {
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 25%;
  width: 50%;
}
.descriptif p,
.descriptif p span,
.descriptif h1,
.descriptif h2,
.descriptif h3,
.descriptif h4,
.descriptif h5,
.descriptif h6,
.descriptif a {
  word-wrap: break-word;
  line-height: normal;
  margin: 0;
}
table {
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  table {
    position: relative;
    word-break: unset;
    border: 0;
  }
}
@media (max-width: 600px) {
  .banniere {
    position: unset;
  }
  .descriptif {
    position: unset;
    width: unset;
  }
}
@media (min-width: 601px) {
  .descriptif {
    background: unset!important;
  }
  .descriptif p,
  .descriptif p span,
  .descriptif h1,
  .descriptif h2,
  .descriptif h3,
  .descriptif h4,
  .descriptif h5,
  .descriptif h6,
  .descriptif a {
    font-size: 3vw;
  }
  .descriptif [style*="font-size"],
  .descriptif [style*="font-size"] span {
    font-size: unset!important;
  }
}
/*=======================================================================
*** Container ***
========================================================================*/
@media (max-width: 600px) {
  .reverse-mobile-display > .paragraphs-items > .field-paragraph:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .reverse-mobile-display > .paragraphs-items > .field-paragraph:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }
}
/** Container grid **/
@media (min-width: 1200px) {
  .chrono-container.container {
    max-width: 940px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px;
  }
}
/*==================================
	Etiquettes Pages offres
====================================*/
.tag-bleu-clair,
.tag-jaune,
.tag-violet,
.tag-gris-tres-fonce,
.tag-gris-fonce,
.tag-gris-clair,
.tag-gris-moyen,
.tag-bleu-fonce,
.tag-noir {
  display: inline-block;
  color: #fff;
  border-radius: 23px;
  margin: 2px 5px 2px 0;
  padding: 5px 10px;
}
.tag-bleu-clair {
  background-color: #009ADF;
}
.tag-jaune {
  background-color: #ffb23f;
}
.tag-violet {
  background-color: #b00060;
}
.tag-gris-tres-fonce {
  background-color: #414042;
}
.tag-gris-fonce {
  background-color: #808285;
}
.tag-gris-clair {
  background-color: #e6e7e8;
  color: #414042;
}
.tag-gris-moyen {
  background-color: #CAC4BE;
}
.tag-bleu-fonce {
  background-color: #0060A2;
}
.tag-noir {
  background-color: #000;
}
.layout__region {
  position: relative;
}
.image-center-x {
  display: flex;
  justify-content: center;
}
.image-left {
  display: flex;
  justify-content: flex-start;
}
.image-right {
  display: flex;
  justify-content: flex-end;
}
.image-center-y {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.image-bottom {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}
.image-default {
  position: relative;
}
@media screen and (max-width: 600px) {
  .image-center-y {
    position: unset;
    top: unset;
    transform: unset;
  }
  .image-top {
    position: unset;
    top: unset;
  }
  .image-bottom {
    position: unset;
    top: unset;
    transform: unset;
  }
  .image-center-x {
    display: flex;
    justify-content: center;
  }
  .image-left {
    display: flex;
    justify-content: flex-start;
  }
  .image-right {
    display: flex;
    justify-content: flex-end;
  }
}
/*==================================
	Custom loader
====================================*/
.ajax-progress-fullscreen {
  height: 32px;
  width: 32px;
  background-color: #fff !important;
  background-image: url('/sites/chronopost/themes/custom/chronopost/images/loader.svg') !important;
}
/*
 Layout fullwidth + 1000px
*/
.content.container {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
#header {
  position: sticky;
  top: 0;
  background: #fff;
  display: block;
  z-index: 200;
}
#header .chrono-top-menu {
  padding-top: 30px;
}
#header .chrono-top-menu #header-top [id^="block-"] {
  position: initial;
}
#header .chrono-top-menu #header-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#header .chrono-top-menu #header-top #block-marquedusite {
  position: relative;
  top: -18px;
  flex-basis: 21%;
}
#header .chrono-top-menu #header-top #block-marquedusite img {
  width: 200px;
  height: auto;
}
#header .chrono-top-menu #header-top [id^='block-menudecontexteparticulier'] .menu,
#header .chrono-top-menu #header-top [id^='block-menudecontexteprofessionnel'] .menu {
  margin: 0;
  padding: 0;
}
#header .chrono-top-menu #header-top [id^='block-menudecontexteparticulier'] .menu > li:first-child,
#header .chrono-top-menu #header-top [id^='block-menudecontexteprofessionnel'] .menu > li:first-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#header .chrono-top-menu #header-top [id^='block-menudecontexteparticulier'] .menu > li:first-child:after,
#header .chrono-top-menu #header-top [id^='block-menudecontexteprofessionnel'] .menu > li:first-child:after {
  content: "";
  background: url(/sites/chronopost/themes/custom/chronopost/images/drop_down_transparent_blue.png) no-repeat scroll right center transparent;
  background-size: 20px 20px;
  width: 20px;
  height: 10px;
}
#header .chrono-top-menu #header-top [id^='block-menudecontexteparticulier'] .menu .dropdown-menu,
#header .chrono-top-menu #header-top [id^='block-menudecontexteprofessionnel'] .menu .dropdown-menu {
  border: none;
  padding: 5px;
  line-height: 1.5;
  box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.25);
}
#header .chrono-top-menu #header-top [id^='block-menudecontexteparticulier'] .menu .dropdown-menu li a,
#header .chrono-top-menu #header-top [id^='block-menudecontexteprofessionnel'] .menu .dropdown-menu li a {
  font-size: 10px;
}
#header .chrono-top-menu #header-top ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .chrono-top-menu #header-top ul > li {
  position: relative;
}
#header .chrono-top-menu #header-top ul > li a {
  color: #414042;
  font-family: 'PlutoSansDPDRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#header .chrono-top-menu #header-top ul > li a.is-active {
  color: #009ADF;
}
#header .chrono-top-menu #header-top ul > li span {
  font-family: 'PlutoSansDPDRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #414042;
  cursor: pointer;
}
#header .chrono-top-menu #header-top ul > li span:hover {
  text-decoration: underline;
}
#header .chrono-top-menu #header-top ul > li > ul {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top: 20px;
  padding: 0;
  display: none;
}
#header .chrono-top-menu #header-top ul > li > ul > li {
  display: inline;
  width: auto;
}
#header .chrono-top-menu #header-top ul > li > ul > li::after {
  content: "-";
  padding: 0 5px;
  font-size: 10px;
}
#header .chrono-top-menu #header-top ul > li > ul > li a::after {
  content: unset;
}
#header .chrono-top-menu #header-top ul > li > ul > li:last-child::after {
  content: unset;
}
#header .chrono-top-menu #header-top ul li.active a {
  color: #009ADF;
}
#header .chrono-top-menu #header-top ul > li.expanded > a {
  display: flex;
  gap: 10px;
}
#header .chrono-top-menu #header-top > nav > ul > li {
  border-right: 1px solid #009ADF;
  line-height: 10px;
  padding: 0 10px;
  border-right-width: 2px;
}
#header .chrono-top-menu #header-top [id^='block-menuparcours'] ul {
  padding: 0;
}
#header .chrono-top-menu #header-top [id^='block-menuparcours'] ul li.active-trail a {
  color: #009ADF;
}
#header .chrono-top-menu #header-top .language-switcher-language-url {
  display: flex;
  align-items: center;
  line-height: 10px;
  padding: 0 10px;
  border-right: 1px solid #009adf;
  border-right-width: 2px;
}
#header .chrono-top-menu #header-top .language-switcher-language-url .links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#header .chrono-top-menu #header-top .language-switcher-language-url .links li:first-child a::after {
  display: none;
}
#header .chrono-top-menu #header-top .language-switcher-language-url .links li:last-child::before {
  content: '/';
  font-size: 12px;
  padding: 0 2px;
}
#header .chrono-top-menu #header-top .language-switcher-language-url .links li a {
  color: #414042;
  font-family: 'PlutoSansDPDRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#header .chrono-top-menu #header-top .language-switcher-language-url .links li.is-active a {
  color: #009ADF;
}
#header .chrono-top-menu #header-top #block-connexionchronopost {
  line-height: 10px;
}
#header .chrono-top-menu #header-top .iv4-login-form {
  position: relative;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-click {
  font-family: 'PlutoSansDPDRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #414042;
  font-weight: 500;
  font-size: 0.857em;
  padding: 10px;
  margin-top: -9px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-click:hover {
  cursor: pointer;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-click:hover,
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-click.active {
  background-color: #E6E7E8;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block > div {
  display: grid;
  grid-auto-rows: 1fr;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block .ch-login-form {
  display: none;
  width: 275px;
  height: 170px;
  position: absolute;
  right: 0;
  z-index: 1000;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 13px 0px;
  background-color: #ffffff;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  position: absolute;
  left: 50%;
  bottom: 5px;
  gap: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul li:first-child {
  position: relative;
  right: 15px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul li:first-child a {
  color: #414042;
  text-decoration: underline;
  font-size: 10px;
  font-style: italic;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul li:last-child {
  position: relative;
  right: 15px;
  width: 115px;
  top: -3px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 1px solid #009adf;
  font-size: 10px;
  position: relative;
  color: #009adf;
  text-decoration: none;
  transition: background-color 0.7s;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul li:last-child a:hover {
  color: #fff;
  background-color: #009ADF;
  transition: background-color 0.7s, color 0.7s;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block ul a:after {
  content: unset;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block input {
  height: 35px;
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  margin: 0;
  line-height: 1.42857143;
  color: #414042;
  background-color: #fff;
  background-image: none;
  border: 1px solid #414042;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block input::placeholder {
  color: #414042;
  font-size: 11px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block input:focus {
  border-color: #009ADF;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block .form-item {
  display: block;
  padding-bottom: 15px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block .form-group {
  margin-bottom: 0;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block button {
  background-color: #009ADF;
  font-size: 10px;
  border-radius: inherit;
  transition: background-color 0.7s;
  color: white;
  border: none;
  font-family: 'PlutoSansDPDLight';
  padding: 6px 12px;
  margin: 0;
  width: 115px;
  height: 30px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-login-block button:hover {
  background-color: #0060A2;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-logout-bloc .ch-logout-click {
  color: #808285;
  font-size: 12px;
  padding: 0 10px;
}
#header .chrono-top-menu #header-top .iv4-login-form .ch-logout-bloc .ch-logout-click::after {
  content: none!important;
}
#header .chrono-top-menu #header-top a::after,
#header .chrono-top-menu #header-top span::after {
  margin: 0 10px;
}
#header .menu-main-container {
  height: 60px;
  padding: 0;
  margin-bottom: 8px;
}
#header .menu-main-container .menu-main-row {
  height: 100%;
  width: 100%;
  margin: 0;
}
#header .menu-main-container .menu-main-row #header-main {
  height: 100%;
  max-width: 1060px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#header .menu-main-container .menu-main-row #header-main nav {
  height: 100%;
}
#header .menu-main-container .menu-main-row #header-main nav ul {
  height: 100%;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
#header .menu-main-container .menu-main-row #header-main nav ul li a {
  color: #414042;
  transition: background-color 0.7s;
  height: 100%;
  margin: 0;
  text-decoration: none;
  font-size: 12px;
  padding: 21px 15px;
  display: block;
  white-space: nowrap;
}
#header .menu-main-container .menu-main-row #header-main nav ul li a:hover {
  background-color: #009ADF;
  color: #fff;
}
#header .menu-main-container .menu-main-row #header-main nav ul li a.is-active {
  background-color: #009ADF;
  color: #fff;
}
#header .menu-main-container .menu-main-row #header-main nav ul li:last-child a {
  color: #009ADF;
}
#header .menu-main-container .menu-main-row #header-main nav ul li:last-child a:hover {
  background-color: #009ADF;
  color: #fff;
}
#header .navbar {
  display: none;
}
#header:has(.views-row) {
  margin-top: 0;
}
.shown {
  display: block!important;
}
.chrono-container.container {
  max-width: 1060px;
}
@media (max-width: 922px) {
  .iv4-login-form {
    display: none;
  }
}
@media (max-width: 939px) {
  #header {
    margin-top: 0;
  }
  #header .chrono-top-menu {
    padding-top: 0;
  }
  #header .chrono-top-menu .header-wrapper {
    flex-wrap: nowrap;
  }
  #header .chrono-top-menu #header-top {
    justify-content: flex-start;
  }
  #header .chrono-top-menu #header-top #block-marquedusite {
    text-align: right;
    position: relative;
    top: 0;
    left: 0;
    flex-basis: unset;
  }
  #header .chrono-top-menu #header-top #block-marquedusite img {
    width: 100%;
  }
  #header .chrono-top-menu #header-top #block-marquedusite a {
    margin: 12px 0;
    display: block;
  }
  #header .chrono-top-menu #header-top #block-marquedusite a img {
    width: 150px;
    height: auto;
  }
  #header .navbar {
    display: block;
    padding: 0;
  }
  #header .navbar .navbar-toggler {
    position: relative;
    background-color: #019ade;
    border-radius: 0px;
    padding: 0 6px;
    border-color: transparent;
    margin: 15px 20px;
    width: 30px;
    height: 0;
    padding-bottom: 30px;
    border: inherit;
  }
  #header .navbar .navbar-toggler #burger-icon {
    position: relative;
    top: 7px;
  }
  #header .navbar .navbar-toggler .bar {
    display: block;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
  }
  #header .navbar .navbar-toggler:hover,
  #header .navbar .navbar-toggler:focus {
    background-color: #ddd;
  }
  .container-mobile {
    display: none;
    position: absolute;
    margin-top: 60px;
    right: 0;
    z-index: 102;
    width: 90%;
    margin-left: 40px;
    background: #fff;
    height: auto;
    padding: 0;
  }
  .container-mobile .menu-main-mobile-row {
    width: 100%;
    margin: 0;
  }
  .container-mobile .menu-main-mobile-row .col-header {
    width: 100%;
  }
  .container-mobile .menu-main-mobile-row .col-header #block-recherche {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 5%;
    background: #e6e7e8;
    width: 100%;
    margin: 0;
  }
  .container-mobile .menu-main-mobile-row .col-header #block-recherche .search_parcel_theme {
    width: 100%;
  }
  .container-mobile .menu-main-mobile-row .col-header #block-recherche .search_parcel_theme > form {
    width: 100%;
  }
  .container-mobile .menu-main-mobile-row .col-header #block-recherche .search_parcel_theme > form > div {
    width: 100%;
  }
  .container-mobile .menu-main-mobile-row .col-header #block-recherche input {
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    padding-left: 0;
    margin: 0;
    font-size: 17px;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparcours'] {
    width: 100%;
    height: 80px;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparcours'] > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparcours'] > ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparcours'] > ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 'PlutoSansDPDRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #808285;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparcours'] > ul li a.is-active {
    background-color: #009ADF;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'],
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'],
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'],
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] {
    margin: 0;
    padding: 0;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li {
    display: inline-block;
    width: 100%;
    color: #000;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > ul,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > ul,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > ul,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > ul.dropdown-menu,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > ul.dropdown-menu,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > ul.dropdown-menu,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > ul.dropdown-menu {
    position: relative!important;
    width: 100%;
    transform: unset!important;
    color: #000;
    border: none;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > ul > li,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > ul > li,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > ul > li,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > ul > li {
    width: 100%;
    color: #000;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > ul > li > a {
    display: block;
    height: 100%;
    color: #414042;
    background: #fff;
    border-bottom: 1px solid #e6e7e8;
    font-size: 17px;
    font-family: 'PlutoSansDPDRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 30px 25px;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > ul > li > a > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > ul > li > a > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > ul > li > a > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > ul > li > a > a:hover {
    background: #009ADF;
    color: #fff;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > a,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > span,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > span,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > span,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > span {
    display: block;
    height: 100%;
    color: #414042;
    background: #fff;
    border-bottom: 1px solid #e6e7e8;
    font-size: 17px;
    font-family: 'PlutoSansDPDRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 30px 25px;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > a:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > span:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > span:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > span:hover,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > span:hover {
    background: #009ADF;
    color: #fff;
  }
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > a:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > a:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > a:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > a:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuparticulier'] > ul > li > span:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menuprofessionnel'] > ul > li > span:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteparticulier'] > ul > li > span:after,
  .container-mobile .menu-main-mobile-row .col-header [id^='block-menudecontexteprofessionnel'] > ul > li > span:after {
    display: none;
  }
  .container-mobile .menu-main-mobile-row .col-header .language-switcher-language-url {
    height: 58px;
  }
  .container-mobile .menu-main-mobile-row .col-header .language-switcher-language-url .links {
    margin: 0;
    padding: 15px;
  }
  .container-mobile .menu-main-mobile-row .col-header .language-switcher-language-url .links li {
    display: inline;
    padding: 30px 25px;
  }
  .container-mobile .menu-main-mobile-row .col-header .language-switcher-language-url .links li img {
    width: 16px;
    height: 12px;
  }
  #header-mobile:has(+ #header .views-row) .container-mobile {
    margin-top: 162px;
  }
  .prehome .container-mobile .menu-main-mobile-row .col-header #block-recherche,
  .pre-home .container-mobile .menu-main-mobile-row .col-header #block-recherche {
    display: none;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 8 août 2019, 17:26:25
    Author     : 806467
*/
#footer .main-footer {
  background: #fff;
  padding: 30px 0 10px;
}
#footer .footer-copyright {
  background: #fff !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
#footer .main-footer .flex .col-md-4.flex {
  justify-content: center;
}
#footer .main-footer .flex .col-md-4.flex:nth-child(2) {
  text-align: center;
}
#footer .footer-copyright p {
  color: #a0a0a0;
  font-size: 13px!important;
  font-family: 'PlutoSansDPDLight';
}
.footer-copyright {
  text-align: center !important;
  padding-top: 20px;
  border-top: 1px solid #414042;
}
.footer-copyright.container {
  max-width: 960px;
}
.footer-copyright ul.flex {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
#footer .main-footer div.flex,
#footer .footer-copyright div.flex {
  font-size: 1.1rem;
  color: #a0a0a0;
  margin: 10px auto;
}
#footer .footer-copyright div.flex div.flex div {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer-copyright ul.flex li {
  line-height: 1;
  list-style: none !important;
}
.footer-copyright ul.flex li a {
  color: #a0a0a0 !important;
  padding: 5px;
  font-size: 12px;
  font-family: 'PlutoSansDPDLight';
}
.footer-copyright ul.flex li a:hover {
  background: #009adf;
  transition: background 0.7s;
  color: #fff !important;
  text-decoration: none;
}
.footer-copyright ul.flex li:first-child {
  border-left: 0;
}
.footer-copyright ul.flex li:not(:first-child):before {
  content: '-';
}
.footer-copyright div.flex {
  flex-wrap: wrap;
}
.flex {
  display: flex;
  justify-content: space-between;
}
#footer .main-footer ul.footer {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#footer .main-footer ul.footer li a {
  color: #a0a0a0 !important;
  font-size: 11px;
}
#footer .main-footer ul.footer li a:hover {
  color: #414042 !important;
  text-decoration: none;
}
#footer {
  background: #fff !important;
  border-top: 0 !important;
  margin-top: 0 !important;
  padding: 40px 0 0;
}
#footer .main-footer span {
  font-size: 16px;
  color: #414042;
}
#footer .content img {
  display: unset !important;
}
#footer .container .container {
  padding: 0 15px;
}
.row-legals-logo .region-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.row-legals-logo .region-footer nav .content ul {
  margin: 0;
  padding: 0;
}
.row-legals-logo .region-footer #block-chronopost-logofooter2 {
  order: 3;
}
.row-legals-logo .footer-copyright-one {
  display: flex;
  flex: 50%;
  justify-content: flex-start;
}
.row-legals-logo .footer-copyright-two {
  display: flex;
  flex: 50%;
  justify-content: flex-end;
}
.row-legals-logo .footer-copyright-three {
  display: flex;
  flex: 100%;
  justify-content: flex-start;
}
.row-legals-logo .footer-copyright-three > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.row-legals-logo .footer-copyright-three > div nav .content ul {
  margin: 0;
  padding: 0;
}
.main-footer .footer-container.container {
  max-width: 960px;
  padding: 0;
}
.main-footer .footer-container.container ul {
  padding: 0;
  list-style-type: none;
}
.main-footer .footer-container.container ul li a {
  color: #414042;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'PlutoSansDPDRegular';
}
.main-footer .footer-container.container ul li a:hover {
  color: #009ADF;
}
.main-footer .footer-container .footer-row {
  width: 100%;
}
.main-footer .footer-container .footer-row .footer-mobile {
  display: none;
}
.main-footer .footer-container .footer-row hr {
  display: none;
}
.main-footer .footer-container #block-reseauxsociaux > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-footer .footer-container #block-reseauxsociaux > div img {
  margin-right: 10px;
}
.footer-desktop span {
  display: block;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #414042;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 10px 0;
}
#footer {
  margin-bottom: 56px;
}
#footer span {
  font-family: 'PlutoSansDPDRegular';
  line-height: 1.1;
}
#footer .footer-top {
  background-color: #009ADF;
  margin: 0;
  padding: 0 15px;
}
#footer .footer-top .footer-container {
  max-width: 960px;
}
#footer .footer-top .footer-container .row {
  justify-content: space-between;
}
#footer .footer-top .footer-container .row .col-footer {
  max-width: 48%;
  padding: 0;
}
#footer .footer-top-2 #block-bloctextefaq p {
  font-size: 16px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 33px;
  margin-bottom: 5px;
  color: #fff;
  height: 25px;
}
#footer .footer-top-2 #block-bloctextefaq #ch-supfooter-faq p {
  font-size: 11.9px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 10px;
  height: 80px;
  line-height: 20px;
  color: #fff;
}
#footer .footer-top-2 select {
  width: 419px;
  color: #808285;
  background: url(/sites/chronopost/themes/custom/chronopost/images/drop_down.png) no-repeat scroll right center white;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  border-radius: 0;
  border: 1px solid #808285;
  text-indent: 6px;
  padding: 10px 0;
  font-family: 'PlutoSansDPDLight';
}
#footer .footer-top-2 #block-menufaq {
  margin-top: 14px;
}
/********* Footer Mobile ***********/
@media (max-width: 600px) {
  #footer .main-footer {
    padding-top: 10px;
  }
  #footer .footer-copyright div.flex div.flex div {
    display: block;
  }
  #footer .footer-copyright div.flex div.flex {
    order: unset !important;
  }
  #footer .main-footer {
    text-align: center !important;
  }
  .footer-copyright ul.flex {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center !important;
  }
  .footer-copyright ul.flex li {
    border-left: 0;
    margin-bottom: 1.2rem;
  }
  #footer .footer-copyright p {
    margin: 0;
    font-size: 11px!important;
  }
  .footer-copyright ul.flex li:not(:first-child):before {
    content: '';
  }
  .footer-copyright div.flex,
  .main-footer div.flex {
    flex-direction: column;
    justify-content: center;
  }
  .no-flex {
    display: block;
  }
  .row-legals-logo {
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
  }
  .row-legals-logo .footer-copyright-one,
  .row-legals-logo .footer-copyright-two,
  .row-legals-logo .footer-copyright-three {
    margin-bottom: 15px;
  }
  .row-legals-logo .footer-copyright-one img,
  .row-legals-logo .footer-copyright-two img,
  .row-legals-logo .footer-copyright-three img {
    height: 21px;
    width: auto;
  }
  .row-legals-logo .footer-copyright-one {
    order: 3;
  }
  .row-legals-logo .footer-copyright-two {
    order: 1;
  }
  .row-legals-logo .footer-copyright-three {
    order: 2;
  }
  .row-legals-logo .footer-copyright-three > div {
    flex-direction: column;
  }
  .main-footer .footer-container .footer-row {
    width: unset;
  }
  .main-footer .footer-container .footer-row .footer-mobile {
    padding-top: 40px;
    padding-left: 55px;
    display: block;
  }
  .main-footer .footer-container .footer-row .footer-mobile ul {
    text-align: left;
  }
  .main-footer .footer-container .footer-row .footer-mobile ul li a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'PlutoSansDPDRegular';
    font-weight: 500;
    color: #009ADF;
  }
  .main-footer .footer-container .footer-row .footer-desktop .region-footer nav,
  .main-footer .footer-container .footer-row .footer-desktop .region-footer [id^='block-menu'] {
    display: none;
  }
  .main-footer .footer-container .footer-row hr {
    display: block;
    width: 85%;
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-footer .footer-container #block-reseauxsociaux {
    margin-left: 40px;
  }
  .main-footer .footer-container #block-reseauxsociaux span {
    text-align: left;
    margin-top: 0;
    display: block;
  }
  .main-footer .footer-container #block-reseauxsociaux [class^='align'] {
    margin: 0!important;
    padding-right: 10px;
  }
  #footer {
    padding-top: 0;
    margin-bottom: 15px;
  }
  #footer .footer-copyright.container {
    margin-top: 42px!important;
  }
  #footer .footer-top {
    display: none;
  }
  #footer_copyright_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer_copyright_menu li {
    height: 35.7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  #footer_copyright_menu li a {
    font-size: 11px;
    font-family: 'PlutoSansDPDRegular';
    font-weight: 500;
  }
  #block-chronopost-copyright {
    margin: 9px 0;
  }
}
/************ Section oblique ************/
.section-oblique {
  position: relative;
  width: 100%;
  margin: -0.5px 0;
}
.triangle-left {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.triangle-left-reverse {
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.triangle-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.triangle-right-reverse {
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.triangle-left,
.triangle-right,
.triangle-left-reverse,
.triangle-right-reverse {
  position: absolute;
  height: 100%;
  width: 100%;
}
/************ End Section oblique ************/
/************ Container ************/
.grid-50 > .paragraphs-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.grid-33 > .paragraphs-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.grid-25 > .paragraphs-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.grid-75-25 > .paragraphs-items {
  display: grid;
  grid-template-columns: 7.5fr 2.5fr;
  grid-gap: 30px;
}
.grid-25-75 > .paragraphs-items {
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
  grid-gap: 30px;
}
.direction-column .paragraphs-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (max-width: 600px) {
  .grid-50 > .paragraphs-items,
  .grid-33 > .paragraphs-items,
  .grid-25 > .paragraphs-items,
  .grid-75-25 > .paragraphs-items,
  .grid-25-75 > .paragraphs-items,
  .direction-column .paragraphs-items {
    grid-template-columns: 1fr;
  }
}
.component-container {
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .reverse-mobile-display .paragraphs-items > .field-paragraph:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .reverse-mobile-display .paragraphs-items > .field-paragraph:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 600px) {
  .reverse-mobile-display .layout--two-col > .layout__region--second,
  .reverse-mobile-display .layout--two-col-25-75 > .layout__region--second,
  .reverse-mobile-display .layout--two-col-75-25 > .layout__region--second,
  .reverse-mobile-display .layout--two-col-60-40 > .layout__region--second {
    order: 1;
  }
  .reverse-mobile-display .layout--two-col > .layout__region--first,
  .reverse-mobile-display .layout--two-col-25-75 > .layout__region--first,
  .reverse-mobile-display .layout--two-col-75-25 > .layout__region--first,
  .reverse-mobile-display .layout--two-col-60-40 > .layout__region--first {
    order: 2;
  }
}
.content .paragraphs-items .content .paragraphs-items {
  grid-gap: 0;
}
/************ End Container ************/
/************ Vidéo ************/
.paragraph_video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.paragraph_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/************ End Vidéo ************/
/************ Image Paragraph ************/
.thumb-info .img-unscaled:hover {
  transform: unset;
}
/************ End Image Paragraph ************/
/************ Bloc wysiwyg ************/
.bloc-wysiwyg {
  display: flex;
  /* Liste à puces : couleurs custom */
  /*
    * 1. On cache la puce par défaut sur toutes les listes
    * et on ajoute un peu de padding pour faire de la place pour notre fausse puce.
    */
  /*
    * 2. On positionne l'élément de liste en relatif pour que
    * notre fausse puce (en position absolue) se place par rapport à lui.
    */
  /*
    * 3. Règle pour la puce par défaut (quand le texte n'est pas coloré).
    * On crée une fausse puce sur le <li> qui hérite de la couleur du <li>.
    * C'est notre cas de base.
    */
  /*
    * 4. La magie opère ici : pour les <li> qui contiennent un <span> coloré.
    * On utilise :has() pour détecter la présence du span avec un style de couleur.
    */
  /* D'abord, on cache la puce par défaut du <li> si un span coloré est présent */
  /* Ensuite, on crée une NOUVELLE puce directement sur le <span> coloré */
}
.bloc-wysiwyg > div {
  width: 100%;
}
.bloc-wysiwyg > div img {
  display: inline-block;
}
.bloc-wysiwyg .wysiwyg.padding-0 {
  padding: 0;
}
.bloc-wysiwyg .wysiwyg.padding-50 {
  padding: 50px;
}
.bloc-wysiwyg ul {
  list-style: none;
  padding-left: 2em;
}
.bloc-wysiwyg li {
  position: relative;
}
.bloc-wysiwyg li::before {
  content: '•';
  /* Caractère de la puce */
  position: absolute;
  left: -1.2em;
  /* Positionne la puce à gauche. */
  top: 0;
  color: inherit;
  /* Hérite de la couleur du <li> */
}
.bloc-wysiwyg li:has(> span[style*="color"])::before,
.bloc-wysiwyg ol li::before,
.bloc-wysiwyg ol li > span[style*="color"]::before {
  content: '';
}
.bloc-wysiwyg li > span[style*="color"]::before {
  content: '•';
  position: absolute;
  left: -1.2em;
  /* Positionnement identique */
  top: 0;
  color: inherit;
  /* CRUCIAL : Hérite maintenant de la couleur du <span> ! */
}
.composant-wysiwyg .bloc-wysiwyg .wysiwyg.padding-0,
.composant-wysiwyg .bloc-wysiwyg .wysiwyg.padding-50 {
  padding: 50px!important;
}
@media (max-width: 600px) {
  .bloc-wysiwyg .wysiwyg.padding-0 {
    padding: 0;
  }
  .bloc-wysiwyg .wysiwyg.padding-50 {
    padding: 30px;
  }
  .composant-wysiwyg .bloc-wysiwyg .wysiwyg.padding-0,
  .composant-wysiwyg .bloc-wysiwyg .wysiwyg.padding-50 {
    padding: 30px!important;
  }
}
/************ End Bloc wysiwyg ************/
/************ Bannière ************/
.banniere {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banniere picture {
  width: 100%;
}
.banniere picture img {
  width: 100%;
  top: 0;
}
.banniere > .banniere-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.banniere > .banniere-link + .paragraphs-item-paragraph-wysiwyg .wysiwyg p a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.banniere .wysiwyg-wrapper {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.banniere .wysiwyg-wrapper.container {
  max-width: 960px;
}
.banniere .wysiwyg-wrapper > div {
  width: calc(70% - 30px);
}
.banniere .wysiwyg-wrapper > div .bloc-wysiwyg > div {
  height: 100%;
}
.banniere .banner-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 600px) {
  .banniere {
    position: relative;
  }
  .banniere .wysiwyg-wrapper > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .banniere .bloc-wysiwyg {
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    padding: 15px;
    transform: unset;
  }
  .banniere .bloc-wysiwyg .wysiwyg {
    padding: 0!important;
  }
  .banniere .bloc-wysiwyg .wysiwyg .field-paragraph-text-long p {
    margin: 0;
  }
  .banniere .bloc-wysiwyg p {
    line-height: 25px;
  }
}
.hidden-banner {
  display: none;
}
/************ End Bannière ************/
/************ Image Paragraph ************/
.thumb-info img.img-unscaled {
  transform: unset;
}
.image-component {
  position: relative;
}
.image-component .thumb-info-border div.thumb-info-wrapper {
  margin: 4px!important;
}
.image-component div.thumb-info-wrapper {
  margin: 0!important;
  overflow: hidden;
}
.thumb-info-wrapper a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.image-component div.thumb-info,
.image-component div.thumb-info-wrapper,
.image-component .thumb-info-wrapper .image img {
  display: inline-block;
  border: none;
  border-radius: 0px;
  background-color: transparent;
}
.image-component div.thumb-info.thumb-info-border {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.image-component div.thumb-info.thumb-original-size img {
  max-width: 100%;
  width: 100%;
}
.image-component div.thumb-info.thumb-original-size {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.image-component div.thumb-info-wrapper {
  border-radius: 0;
}
.img-opacity {
  background-color: rgba(0, 0, 0, 0.3);
}
.image-component img {
  transition: all 0.3s;
  width: 100%;
}
.image-component .thumb-info-wrapper {
  position: relative;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.image-component .image {
  overflow: hidden;
}
.image-component .text-image {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.image-component .text-image .paragraphs-item-paragraph-wysiwyg {
  height: 100%;
}
.image-component .text-image .paragraphs-item-paragraph-wysiwyg .bloc-wysiwyg {
  height: 100%;
}
.image-component .text-hover-on,
.image-component .text-hover-off {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.image-component .text-hover-on .paragraphs-item-paragraph-wysiwyg,
.image-component .text-hover-off .paragraphs-item-paragraph-wysiwyg {
  height: 100%;
  display: flex;
}
.image-component .text-hover-on .paragraphs-item-paragraph-wysiwyg .bloc-wysiwyg,
.image-component .text-hover-off .paragraphs-item-paragraph-wysiwyg .bloc-wysiwyg {
  width: 100%;
}
.libelle-etiquette:hover .libelle-texte {
  background-color: #414042;
}
.libelle-etiquette {
  max-width: calc(100% - 30px);
  position: relative;
  right: 30px;
  margin-top: -15px;
  float: right;
}
.libelle-etiquette .libelle-texte {
  display: block;
  background-color: #0060A2;
  padding: 5px 15px;
  color: #fff;
  text-align: right;
}
.paragraph--type--paragraph-image:hover .libelle-texte {
  background-color: #414042 !important;
}
.paragraph--type--paragraph-image:hover img.img-scaled {
  transform: scale(1.2);
}
.paragraph--type--paragraph-image:hover .text-hover-on {
  display: block!important;
  background-color: rgba(0, 96, 162, 0.64) !important;
}
.paragraph--type--paragraph-image:hover .text-hover-off {
  display: block!important;
}
.paragraph--type--paragraph-image:hover .text-image {
  display: none!important;
}
/************ End Image Paragraph ************/
/************ Image / WYSIWYG Paragraph ************/
.wysiwyg-image-container {
  display: grid;
  grid-template-rows: max-content;
}
.wysiwyg-image-container .image-component img {
  position: relative;
  z-index: 5;
}
.wysiwyg-image-container .wysiwyg-component > div {
  display: flex;
  height: 100%;
}
.wysiwyg-image-container .bloc-wysiwyg {
  flex-basis: 100%;
}
.image-component.center .paragraphs-item-paragraph-image {
  flex: 1;
  justify-content: center;
}
div.wysiwyg-component {
  display: block;
}
.wysiwyg-component .paragraphs-item-paragraph-wysiwyg .content .field-paragraph-text-long p {
  overflow: hidden;
  margin: 0;
}
.image-component .thumb-info,
.wysiwyg-component .thumb-info {
  border: 0;
  border-radius: 0;
  background: none;
}
.image-component .thumb-info .img-unscaled,
.wysiwyg-component .thumb-info .img-unscaled {
  transform: unset;
}
.bloc-wysiwyg {
  /* Ancres HTML dans un wysiwyg */
}
.bloc-wysiwyg a {
  color: #009ADF;
  text-decoration: none;
}
.bloc-wysiwyg a[id][href=""] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.bloc-wysiwyg ul li,
.bloc-wysiwyg ol li {
  font-family: 'PlutoSansDPDLight';
}
/************ End Image / WYSIWYG Paragraph ************/
/************ Toggles Paragraph ************/
.accordion {
  margin-bottom: 0;
}
.accordion .card {
  border-radius: 0;
}
.accordion .card + .card {
  margin-top: 0;
}
.accordion .card {
  border: 0;
  border-bottom: 2px solid #fff !important;
}
.accordion .card > .card-header {
  background-color: unset;
  color: unset;
  border-color: #fff;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
.accordion .card:first-of-type .card-title a .svg-inline--fa {
  top: calc(50% - 5px);
}
.accordion .card-title {
  display: block;
  font-family: PlutoSansDPDRegular;
  text-transform: uppercase;
  text-decoration: none;
  color: unset;
  position: relative;
  margin: 0;
  font-size: 16px;
  padding: 20px 40px 20px 30px;
}
.accordion .card-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s all;
}
.accordion .card-title[aria-expanded='true']::after {
  transition: 0.3s all;
  transform: rotate(-180deg);
}
.accordion .card-title[aria-expanded='false']::after {
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.accordion .collapse .fadeout-overlay {
  position: absolute;
  height: inherit;
  top: 0;
  left: 0;
  width: 100%;
}
.accordion .collapse.bg-dark-blue .fadeout-color {
  background: #0060A2;
  background: -moz-linear-gradient(top, rgba(0, 96, 162, 0) 0%, rgba(0, 96, 162, 0.25) 60%, rgba(0, 96, 162, 0.8) 85%, #0060a2 100%);
  background: -webkit-linear-gradient(top, rgba(0, 96, 162, 0) 0%, rgba(0, 96, 162, 0.25) 60%, rgba(0, 96, 162, 0.8) 85%, #0060a2 100%);
  background: linear-gradient(to bottom, rgba(0, 96, 162, 0) 0%, rgba(0, 96, 162, 0.25) 60%, rgba(0, 96, 162, 0.8) 85%, #0060a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0060A2', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.bg-white .fadeout-color {
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0.8) 85%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0.8) 85%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0.8) 85%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.bg-light-blue .fadeout-color {
  background: #009ADF;
  background: -moz-linear-gradient(top, rgba(0, 154, 223, 0) 0%, rgba(0, 154, 223, 0.25) 60%, rgba(0, 154, 223, 0.8) 85%, #009adf 100%);
  background: -webkit-linear-gradient(top, rgba(0, 154, 223, 0) 0%, rgba(0, 154, 223, 0.25) 60%, rgba(0, 154, 223, 0.8) 85%, #009adf 100%);
  background: linear-gradient(to bottom, rgba(0, 154, 223, 0) 0%, rgba(0, 154, 223, 0.25) 60%, rgba(0, 154, 223, 0.8) 85%, #009adf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ADF', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.bg-grey-extra-dark .fadeout-color {
  background: #414042;
  background: -moz-linear-gradient(top, rgba(65, 64, 66, 0) 0%, rgba(65, 64, 66, 0.25) 60%, rgba(65, 64, 66, 0.8) 85%, #414042 100%);
  background: -webkit-linear-gradient(top, rgba(65, 64, 66, 0) 0%, rgba(65, 64, 66, 0.25) 60%, rgba(65, 64, 66, 0.8) 85%, #414042 100%);
  background: linear-gradient(to bottom, rgba(65, 64, 66, 0) 0%, rgba(65, 64, 66, 0.25) 60%, rgba(65, 64, 66, 0.8) 85%, #414042 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414042', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.bg-grey-medium .fadeout-color {
  background: #CAC4BE;
  background: -moz-linear-gradient(top, rgba(202, 196, 190, 0) 0%, rgba(202, 196, 190, 0.25) 60%, rgba(202, 196, 190, 0.8) 85%, #cac4be 100%);
  background: -webkit-linear-gradient(top, rgba(202, 196, 190, 0) 0%, rgba(202, 196, 190, 0.25) 60%, rgba(202, 196, 190, 0.8) 85%, #cac4be 100%);
  background: linear-gradient(to bottom, rgba(202, 196, 190, 0) 0%, rgba(202, 196, 190, 0.25) 60%, rgba(202, 196, 190, 0.8) 85%, #cac4be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CAC4BE', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.bg-grey-dark .fadeout-color {
  background: #808285;
  background: -moz-linear-gradient(top, rgba(128, 130, 133, 0) 0%, rgba(128, 130, 133, 0.25) 60%, rgba(128, 130, 133, 0.8) 85%, #808285 100%);
  background: -webkit-linear-gradient(top, rgba(128, 130, 133, 0) 0%, rgba(128, 130, 133, 0.25) 60%, rgba(128, 130, 133, 0.8) 85%, #808285 100%);
  background: linear-gradient(to bottom, rgba(128, 130, 133, 0) 0%, rgba(128, 130, 133, 0.25) 60%, rgba(128, 130, 133, 0.8) 85%, #808285 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808285', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.bg-grey-clear .fadeout-color {
  background: #e6e7e8;
  background: -moz-linear-gradient(top, rgba(230, 231, 232, 0) 0%, rgba(230, 231, 232, 0.25) 60%, rgba(230, 231, 232, 0.8) 85%, #e6e7e8 100%);
  background: -webkit-linear-gradient(top, rgba(230, 231, 232, 0) 0%, rgba(230, 231, 232, 0.25) 60%, rgba(230, 231, 232, 0.8) 85%, #e6e7e8 100%);
  background: linear-gradient(to bottom, rgba(230, 231, 232, 0) 0%, rgba(230, 231, 232, 0.25) 60%, rgba(230, 231, 232, 0.8) 85%, #e6e7e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e8', endColorstr='#000000', GradientType=0);
}
.accordion .collapse.show .fadeout-overlay {
  display: none;
}
.accordion .collapse {
  position: relative;
  display: block;
  overflow: hidden;
}
.accordion .collapse.show {
  height: auto;
}
.accordion .collapse,
.accordion .collapsing {
  height: 70px;
}
.accordion .card-body {
  position: relative;
  line-height: 1;
  height: 100%;
  padding-left: 30px;
  border-top: 0!important;
  padding: 0 17px;
}
/************ End Toggles Paragraph ************/
/************ Séparateur Paragraph ************/
.bloc-separateur {
  display: block;
}
.bloc-separateur-mobile {
  display: none;
}
.paragraph--type--paragraph-separateur .container {
  padding: 0;
}
@media (max-width: 600px) {
  .bloc-separateur {
    display: none;
  }
  .bloc-separateur-mobile {
    display: block;
  }
}
/************ End Séparateur Paragraph ************/
/* Splide Slider/Carousel */
.splide {
  padding: 5px;
}
.splide .wysiwyg {
  padding: 2.5rem !important;
}
.splide__arrow.splide__arrow--prev,
.splide__arrow.splide__arrow--next {
  height: 25px;
  width: 25px;
}
.splide__arrow.splide__arrow--prev svg,
.splide__arrow.splide__arrow--next svg {
  height: 25px;
  width: 25px;
  fill: unset;
}
.splide__pagination {
  justify-content: center;
  max-width: 100%;
  margin: 10px;
  padding: 0 15px;
}
.splide__pagination li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 120px;
  max-height: 120px;
  margin-right: 10px;
  color: #fff;
  padding: 5px;
}
.splide__pagination li.is-active {
  transform: scale(1.1);
}
.splide__pagination li .slide-title {
  margin: 0;
  color: #fff;
}
.splide__pagination__page {
  width: 15px;
  border-radius: 0;
  background: unset;
  transition: width ease-in-out 0.5s;
}
.splide__pagination__page.is-active {
  transition: width ease-in-out 0.5s;
  width: 40px;
  transform: none;
  background: unset;
}
.splide__pagination__page:hover {
  background: unset;
}
/* Slider avec flèches extérieures */
.splide.arrows-outside .splide__arrow--prev,
.splide.arrows-outside .splide__arrow--next {
  margin-top: -20px;
}
.splide.arrows-outside .splide__arrow--prev {
  left: 2px;
}
.splide.arrows-outside .splide__arrow--next {
  right: 2px;
}
.splide.arrows-outside .splide__pagination {
  bottom: 10px;
  margin: 0;
}
.splide.arrows-outside .splide__slide {
  margin-bottom: 15px!important;
  margin-top: 10px!important;
}
/* Slider avec flèches intérieures */
.splide.arrows-inside .splide__slide {
  padding: 15px;
}
.splide.arrows-inside .splide__arrow--prev,
.splide.arrows-inside .splide__arrow--next {
  margin-top: -10px;
}
.splide.arrows-inside .splide__arrow--prev {
  left: 20px;
}
.splide.arrows-inside .splide__arrow--next {
  right: 20px;
}
.splide.arrows-inside .splide__pagination {
  bottom: 15px;
}
.splide.splide--loop {
  margin-left: 15px;
}
.banniere picture {
  height: 100%;
}
.banniere picture img {
  height: auto;
  width: 100%;
}
.paragraph--type--paragraph-carrousel,
.splide,
.splide__track,
.splide__list,
.splide__slide,
.paragraph--type--paragraph-banniere,
.banniere,
.wysiwyg-wrapper {
  height: inherit;
}
.mobile-carrousel .splide__arrows .splide__arrow {
  display: none;
}
@media (max-width: 600px) {
  /* Tous les sliders */
  .splide {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .splide__pagination li {
    max-height: 20px;
    margin-right: 0;
    padding: 4px;
  }
  /* Slider avec flèches intérieures */
  .splide.arrows-inside {
    margin: 0;
    width: 100% !important;
  }
  .splide.arrows-inside .splide__slide {
    padding: 0;
  }
  .splide.arrows-inside .splide__pagination {
    bottom: -6px;
  }
  .splide.arrows-inside .splide__arrow--prev {
    left: -2px;
  }
  .splide.arrows-inside .splide__arrow--next {
    right: -2px;
  }
  .splide.arrows-outside .splide__arrow--prev {
    left: -2px;
  }
  .splide.arrows-outside .splide__arrow--next {
    right: -2px;
  }
  .mobile-carrousel .splide__arrows .splide__arrow {
    display: block;
  }
  .component-layout.container:has(.splide) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Fin Splide Slider/Carousel */
/* Removing outline on all buttons */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button {
  outline: none!important;
  outline-color: unset!important;
}
/*************** Breadcrumb ***************/
.block-easy-breadcrumb {
  height: 20px;
  max-width: 960px;
  margin-top: 10px;
  padding-left: 0;
}
.block-easy-breadcrumb ol {
  padding: 0;
}
.block-easy-breadcrumb li {
  display: inline-block;
  margin-right: 10px;
}
.block-easy-breadcrumb a,
.block-easy-breadcrumb .easy-breadcrumb_segment-title,
.block-easy-breadcrumb .easy-breadcrumb_segment-separator {
  text-decoration: none;
  font-size: 14px;
}
.block-easy-breadcrumb .easy-breadcrumb_segment-title,
.block-easy-breadcrumb .easy-breadcrumb_segment-separator {
  color: #414042;
}
.block-easy-breadcrumb .easy-breadcrumb_segment-separator {
  margin-left: 10px;
}
.block-easy-breadcrumb a {
  color: #009ADF;
  display: inline-block;
}
.block-easy-breadcrumb a,
.block-easy-breadcrumb .easy-breadcrumb_segment-title {
  font-family: 'PlutoSansDPDLight';
}
.block-easy-breadcrumb a:hover {
  text-decoration: underline;
}
.block-easy-breadcrumb .easy-breadcrumb_segment-title {
  font-weight: 200;
}
.block-easy-breadcrumb .easy-breadcrumb_segment-title::marker {
  display: none;
}
@media screen and (max-width: 600px) {
  .block-easy-breadcrumb {
    height: unset;
  }
}
/*************** End Breadcrumb ***************/
.paragraph--type--number-counter {
  margin: 15px 0;
}
.paragraph--type--number-counter .counter,
.paragraph--type--number-counter .unite {
  font-family: 'PlutoSansDPDRegular';
  font-size: 35px;
}
.paragraph--type--number-counter .unite {
  padding-left: 10px;
}
/************ End Number Counter ************/
/* 
 Wysiwyg Tables
*/
.bloc-wysiwyg table td,
.bloc-wysiwyg table th {
  padding: 15px;
}
.bloc-wysiwyg table thead tr th {
  font-weight: unset;
}
@media screen and (max-width: 600px) {
  .bloc-wysiwyg .table-mobile thead,
  .bloc-wysiwyg .table-mobile tr,
  .bloc-wysiwyg .table-mobile th,
  .bloc-wysiwyg .table-mobile tbody,
  .bloc-wysiwyg .table-mobile td {
    display: block;
    width: 100%;
  }
  .bloc-wysiwyg .table-mobile th,
  .bloc-wysiwyg .table-mobile th > *,
  .bloc-wysiwyg .table-mobile td,
  .bloc-wysiwyg .table-mobile td > * {
    white-space: normal;
  }
  .bloc-wysiwyg .table-mobile th,
  .bloc-wysiwyg .table-mobile td {
    border: 0;
  }
}
/*********************************
    Composant Pro Part
*********************************/
.paragraph--type--composant-pro-part {
  height: 100%;
}
.composant-pro-part {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  margin: 0 30px;
  border-radius: 10px;
}
.composant-pro-part .left-col .rounded-image {
  border-radius: 50%;
  width: 100px;
  padding: 25px;
}
.composant-pro-part .right-col {
  position: relative;
  flex: 1 1 100%;
  text-align: center;
}
.composant-pro-part .right-col .title-pro-part {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  word-break: break-word;
}
.composant-pro-part .right-col p {
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-top: 25px;
}
.composant-pro-part .right-col .bouton-part-wrapper {
  margin-top: 30px;
}
.composant-pro-part .right-col .bouton-part-wrapper .paragraph--type--bouton {
  display: block!important;
  justify-self: unset!important;
  align-items: unset!important;
}
.composant-pro-part .right-col .boutons-pro-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.composant-pro-part .right-col .boutons-pro-wrapper .bouton-professionnel:nth-child(2) {
  margin-left: 10px;
}
.composant-pro-part .right-col .btn {
  font-size: 14px;
  white-space: nowrap;
}
/* Paragraph Expédier avec Chronopost ? */
.paragraph-expedier-avec-chronopost {
  padding: 15px;
  max-width: 590px;
  width: 80%;
  margin: 0 auto;
}
.paragraph-expedier-avec-chronopost p {
  margin-top: 0;
  font-size: 24px;
  color: #009ADF;
  line-height: 1.2;
}
.paragraph-expedier-avec-chronopost .paragraph--type--bouton .btn {
  font-size: 16px;
  padding: 10px;
}
@media (max-width: 600px) {
  .composant-pro-part {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    margin: 25px 0 0 0;
    width: 100%;
    min-height: unset;
  }
  .composant-pro-part .left-col {
    width: 60px;
  }
  .composant-pro-part .left-col .rounded-image {
    width: 65px;
    padding: 15px;
  }
  .composant-pro-part .right-col {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .composant-pro-part .right-col .title-pro-part {
    display: block;
    margin-top: 0;
    font-size: 18px;
    white-space: nowrap;
  }
  .composant-pro-part .right-col p {
    display: none;
  }
  .composant-pro-part .right-col a.btn {
    margin-top: 0;
    font-size: 12px;
  }
  .composant-pro-part .right-col .bouton-particulier .paragraph--type--bouton {
    justify-content: center!important;
  }
  .composant-pro-part .right-col .bouton-particulier .paragraph--type--bouton a.btn {
    width: 170px;
    padding: 5px;
  }
  .composant-pro-part .right-col .boutons-pro-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 0;
  }
  .composant-pro-part .right-col .boutons-pro-wrapper .bouton-professionnel a.btn {
    font-size: 12px;
    padding: 5px;
  }
  .composant-pro-part .right-col .boutons-pro-wrapper .bouton-professionnel:nth-child(2) {
    margin: 0;
  }
  .composant-pro-part .right-col .bouton-part-wrapper {
    margin-top: 0;
  }
  .composant-pro-part.professionnel .bouton-professionnel .btn {
    width: 170px;
  }
  .composant-pro-part.professionnel .bouton-professionnel:nth-child(1) .btn {
    margin-left: 5px;
  }
  .composant-pro-part.professionnel .bouton-professionnel:nth-child(1) .btn,
  .composant-pro-part.professionnel .bouton-professionnel + .bouton-professionnel .btn {
    width: unset;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  .composant-pro-part .right-col .boutons-pro-wrapper {
    display: block;
    margin-top: 0;
  }
  .composant-pro-part .right-col .boutons-pro-wrapper .bouton-professionnel:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .paragraph-expedier-avec-chronopost {
    margin: 0 10px;
    padding: 15px;
    max-width: unset;
    width: unset;
  }
  .paragraph-expedier-avec-chronopost .paragraph--type--bouton {
    justify-content: flex-start !important;
  }
  .paragraph-expedier-avec-chronopost .paragraph--type--bouton .btn {
    padding: 10px;
  }
}
/*********************************
    Paragraph suivi colis homepage
*********************************/
.paragraph-bouton-homepage {
  display: block;
}
.paragraph-bouton-homepage .btn-homepage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding: 0 20px;
}
.paragraph-bouton-homepage .btn-homepage p {
  flex: 1 0 90%;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  text-align: left;
  line-height: 25.7143px;
}
.paragraph-bouton-homepage .btn-homepage img {
  padding-left: 10px;
}
/**********************************
    Composant Accéder à l'espace
**********************************/
.paragraph--type--acceder-a-l-espace {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace {
  width: 80%;
  padding: 0 50px;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .titre-acceder-espace p {
  font-family: 'PlutoSansDPDRegular';
  font-size: 24px;
  color: #009ADF;
  margin: 0 0 30px;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e6e7e8;
  margin-top: 30px;
  padding: 5px;
  width: 100%;
  cursor: pointer;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row .img-fluid {
  width: 50px;
  height: 50px;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row .img-hover {
  display: none;
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row .img-default {
  display: block;
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row .espace-link {
  margin-left: 10px;
  color: #414042;
  font-size: 16px;
  text-decoration: none;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row:hover .img-hover {
  display: block;
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row:hover .img-default {
  display: none;
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row:hover .espace-link {
  color: #fff !important;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .part-row {
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .part-row:hover {
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .pro-row {
  transition: 0.3s all ease;
}
.paragraph--type--acceder-a-l-espace .composant-acceder-espace .pro-row:hover {
  background-color: #0060A2;
  transition: 0.3s all ease;
}
.paragraph--type-bloc-envoyer-un-colis,
.paragraph--type-block-find-us,
.paragraph--type-suivi-colis-homepage {
  display: flex;
}
@media screen and (max-width: 600px) {
  .paragraph--type-bloc-envoyer-un-colis,
  .paragraph--type-block-find-us,
  .paragraph--type-suivi-colis-homepage {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .paragraph--type--acceder-a-l-espace .composant-acceder-espace {
    width: unset;
  }
  .paragraph--type--acceder-a-l-espace .composant-acceder-espace .titre-acceder-espace p {
    text-align: center;
  }
  .paragraph--type--acceder-a-l-espace .composant-acceder-espace .acceder-espace-row {
    justify-content: center;
    width: 100%;
  }
}
/*********************************
    Composant Image, texte, lien
*********************************/
.composant-image-texte-lien {
  display: block;
  min-height: 300px;
  height: 100%;
}
.composant-image-texte-lien.expediteur {
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.composant-image-texte-lien.expediteur:hover {
  background-color: #0060A2;
  transition: 0.3s all ease;
}
.composant-image-texte-lien.destinataire {
  background-color: #0060A2;
  transition: 0.3s all ease;
}
.composant-image-texte-lien.destinataire:hover {
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.composant-image-texte-lien .image {
  display: block;
  text-align: center;
}
.composant-image-texte-lien .image img {
  max-width: 100px;
  height: auto;
}
.composant-image-texte-lien .texte {
  display: block;
  margin: 15px 0;
}
.composant-image-texte-lien .lien {
  display: block;
  height: 100%;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-family: PlutoSansDPDRegular;
  text-decoration: none;
}
.composant-image-texte-lien .lien .text-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.composant-image-texte-lien .lien .fas {
  margin-left: 15px;
}
/**********************************
    Composant label et lien
**********************************/
.label-lien-wrapper {
  display: flex;
  justify-content: flex-start;
}
.label-lien-wrapper .fas {
  width: 60px;
  display: flex;
  font-size: 28px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.label-lien-wrapper .label-lien {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.label-lien-wrapper .label-lien.expediteur .label,
.label-lien-wrapper .label-lien.expediteur .lien {
  color: #009ADF;
}
.label-lien-wrapper .label-lien.destinataire .label,
.label-lien-wrapper .label-lien.destinataire .lien {
  color: #0060A2;
}
.label-lien-wrapper .label-lien .label {
  font-size: 24px;
  text-transform: uppercase;
}
.label-lien-wrapper .label-lien .lien {
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .label-lien-wrapper .fas {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .label-lien-wrapper .label-lien .label {
    font-size: 20px;
    margin: 0;
  }
  .label-lien-wrapper .label-lien .lien {
    font-size: 14px;
  }
}
/* IE11+ specific styles go here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .grid-50 > .paragraphs-items {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
  }
  .grid-50 > .paragraphs-items .field-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-50 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-left: 0;
  }
  .grid-50 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-right: 0;
  }
  .grid-33 > .paragraphs-items {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
  .grid-33 > .paragraphs-items .field-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-33 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-left: 0;
  }
  .grid-33 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-33 > .paragraphs-items .field-paragraph:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    margin-right: 0;
  }
  .grid-25 > .paragraphs-items {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-25 > .paragraphs-items .field-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-left: 0;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    margin-right: 0;
  }
  .grid-75-25 > .paragraphs-items {
    display: -ms-grid;
    -ms-grid-columns: 7.5fr 2.5fr;
  }
  .grid-75-25 > .paragraphs-items .field-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-75-25 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-left: 0;
  }
  .grid-75-25 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-right: 0;
  }
  .grid-25-75 > .paragraphs-items {
    display: -ms-grid;
    -ms-grid-columns: 2.5fr 7.5fr;
  }
  .grid-25-75 > .paragraphs-items .field-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid-25-75 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-left: 0;
  }
  .grid-25-75 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-right: 0;
  }
  /*
LUB : Css cassant la mise en page des titres et des blocs destructurés
.direction-column .paragraphs-items{
    display: -ms-grid;
    -ms-grid-columns: 1fr;

    .field-paragraph {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}
*/
  html {
    padding-right: 15px;
  }
  .thumb-info img.img-unscaled {
    transform: none!important;
  }
  .image-component div.thumb-info .image img {
    width: inherit;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 600px), screen and (-ms-high-contrast: none) and (max-width: 600px) {
  .grid-50 > .paragraphs-items,
  .grid-33 > .paragraphs-items,
  .grid-25 > .paragraphs-items,
  .grid-75-25 > .paragraphs-items,
  .grid-25-75 > .paragraphs-items,
  .direction-column .paragraphs-items {
    -ms-grid-columns: 1fr;
  }
  .field-paragraph {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .grid-50 > .paragraphs-items .field-paragraph:nth-child(1),
  .grid-25-75 > .paragraphs-items .field-paragraph:nth-child(1),
  .grid-75-25 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-50 > .paragraphs-items .field-paragraph:nth-child(2),
  .grid-25-75 > .paragraphs-items .field-paragraph:nth-child(2),
  .grid-75-25 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-33 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-33 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-33 > .paragraphs-items .field-paragraph:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-25 > .paragraphs-items .field-paragraph:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .reverse-mobile-display .paragraphs-items {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
  }
  .reverse-mobile-display .paragraphs-items > .field-paragraph:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .reverse-mobile-display .paragraphs-items > .field-paragraph:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
}
/********************************
        Paragraph pages dom
********************************/
.container-pages-dom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.paragraph--type-bloc-pages-dom {
  position: relative;
  height: 350px;
}
.paragraph--type-bloc-pages-dom .field-titre-pages-dom {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
}
.paragraph--type-bloc-pages-dom .field-form-pages-dom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.paragraph--type-bloc-pages-dom .banniere {
  position: relative;
  z-index: -1;
}
.paragraph--type-bloc-pages-dom .pages-dom-form {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: calc(100% - 40px);
  padding: 20px;
  margin: 0 20px 20px;
}
.paragraph--type-bloc-pages-dom .pages-dom-form .form-item-dom-select {
  width: 80%;
  float: left;
}
.paragraph--type-bloc-pages-dom .pages-dom-form .form-item-dom-select label {
  font-size: 18px;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}
.paragraph--type-bloc-pages-dom .pages-dom-form .form-item-dom-select select {
  width: 100%;
  height: 40px;
  color: #414042;
  background: url('/sites/chronopost/themes/custom/chronopost/images/drop_down.png') no-repeat scroll right center white;
  appearance: none;
  padding-left: 5px;
  padding-right: 41px;
  white-space: pre-wrap;
  line-height: 1.1;
  border: 1px solid #808285;
}
.paragraph--type-bloc-pages-dom .pages-dom-form .dom-button {
  background-color: #009ADF;
  color: #fff;
  width: 100px;
  height: 40px;
  float: left;
  border: 0;
  margin-left: 10px;
  transition: background-color 0.7s;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .paragraph--type-bloc-pages-dom .paragraph--type--paragraph-banniere {
    height: 350px;
  }
  .paragraph--type-bloc-pages-dom .pages-dom-form .form-item-dom-select {
    width: 100%;
  }
  .paragraph--type-bloc-pages-dom .pages-dom-form .dom-button {
    margin-top: 10px;
    margin-left: 0;
  }
  .container-pages-dom .wrapper-dom-form {
    margin-top: -200px;
  }
}
/********************************
        Paragraph page suivi
********************************/
.block-suivi-colis-page .suivi-colis-page {
  position: relative;
}
.block-suivi-colis-page .suivi-colis-page .img-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block-suivi-colis-page .suivi-colis-page .img-suivi {
  display: block;
}
.block-suivi-colis-page .suivi-colis-page .img-suivi-mobile {
  display: none;
}
.block-suivi-colis-page .suivi-colis-page .form-item-title {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
}
.block-suivi-colis-page .suivi-colis-page .description-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  flex-direction: column;
  top: 90px;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 15px 30px;
  margin: 0 15px;
}
.block-suivi-colis-page .suivi-colis-page .description-wrapper .form-item-description p {
  margin-top: 0;
}
.block-suivi-colis-page .suivi-colis-page .input-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.block-suivi-colis-page .suivi-colis-page .form-item-suivi-number {
  width: 100%;
}
.block-suivi-colis-page .suivi-colis-page .form-item-suivi-number input {
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  color: #414042;
  background-color: #fff;
  background-image: none;
  border: 1px solid #808285;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.block-suivi-colis-page .suivi-colis-page .liens-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 5px;
  width: calc(100% - 30px);
}
.block-suivi-colis-page .suivi-colis-page .liens-wrapper a {
  color: #009ADF;
}
.block-suivi-colis-page .suivi-colis-page .submit-button {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #009ADF;
  border-radius: 0px;
  border: 0px;
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
  .block-suivi-colis-page .suivi-colis-page {
    position: relative;
  }
  .block-suivi-colis-page .suivi-colis-page .liens-wrapper a {
    font-size: 12px;
  }
  .block-suivi-colis-page .suivi-colis-page .img-suivi {
    display: none;
  }
  .block-suivi-colis-page .suivi-colis-page .img-suivi-mobile {
    display: block;
  }
}
/** 
    Correctifs : boutons avec texte aligné à gauche avec une taille de 20px et picto du bouton à 50px de largeur.
**/
.paragraph--type--bouton .button-wrapper a.btn {
  min-width: inherit;
  justify-content: flex-start;
  padding: 10px;
  gap: 5px;
  font-size: 20px;
}
.paragraph--type--bouton .button-wrapper a.btn img {
  width: 50px;
}
/* border-radius 20px */
.br-20 {
  border-radius: 20px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 22 août 2019, 15:25:57
    Author     : 800077
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 22 août 2019, 14:43:25
    Author     : 800077
*/
#block-recherche-colis {
  color: #fff;
  text-align: left;
  position: relative;
}
#block-recherche-colis span {
  display: block;
  color: #fff;
  margin-top: 33px;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  height: 25px;
}
#block-recherche-colis p {
  color: #fff;
  font-size: 11.9px;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  height: 80px;
}
#block-recherche-colis .form-item-param {
  display: inline;
}
#block-recherche-colis input {
  width: 246px;
  height: 40px;
  display: inline;
  background-color: #fff;
  color: #414042;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid #808285;
  padding: 6px 12px;
  outline: none;
}
#block-recherche-colis .loupe {
  position: relative;
  left: -4px;
  top: -1px;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 0;
  background-color: #414042;
  border-radius: 0;
  border: 1px solid #808285;
}
#block-recherche-colis ::-webkit-input-placeholder {
  text-align: left;
  color: #808285;
  font-size: 12px;
  font-family: 'PlutoSansDPDLight';
}
#block-recherche-colis :-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  color: #808285;
  font-size: 12px;
  font-family: 'PlutoSansDPDLight';
}
#block-recherche-colis ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  color: #808285;
  font-size: 12px;
  font-family: 'PlutoSansDPDLight';
}
#block-recherche-colis :-ms-input-placeholder {
  text-align: left;
  color: #808285;
  font-size: 12px;
  font-family: 'PlutoSansDPDLight';
}
#block-recherche-colis .search_parcel_theme {
  text-align: right;
  margin-bottom: 33px;
  margin-right: 15px;
}
#block-recherche {
  margin-left: 15px;
}
#block-recherche [id^='search-form'] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
}
#block-recherche [id^='search-form'] .form-text {
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 6px 15px;
  padding-left: 0;
  margin: 0;
  height: 40px;
  width: 180px;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  outline: none;
  border: none;
}
#block-recherche [id^='search-form'] .loupe {
  width: 40px;
  height: 40px;
  color: #009ADF;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 991px) {
  #block-recherche-colis .main-hg1 {
    display: block;
    width: 135px;
    top: 50px;
    left: -30px;
  }
  #block-recherche-colis span {
    font-size: 18px;
  }
  #block-recherche-colis span img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 63px;
  }
  #block-recherche-colis p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  #block-recherche-colis input {
    width: 173px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 450px) and (max-width: 991px) {
  #block-recherche-colis span img {
    display: inline;
    margin-left: 15px;
    width: 63px;
  }
}
main form[class*='webform'] {
  padding: 50px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.25);
}
main form[class*='webform'] label,
main form[class*='webform'] .fieldset-legend,
main form[class*='webform'] option {
  color: #0060A2;
}
main form[class*='webform'] .option {
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
}
main form[class*='webform'] input,
main form[class*='webform'] select {
  height: 34px;
}
main form[class*='webform'] select {
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
}
main form[class*='webform'] legend {
  margin-bottom: 0;
}
main form[class*='webform'] legend .fieldset-legend {
  font-size: 14px;
  font-weight: 800;
}
main form[class*='webform'] fieldset {
  margin-bottom: 8px;
}
main form[class*='webform'] label:not(.edit-textarea, .edit-cartographie, .edit-checkbox, .edit-couleur, .option) {
  position: relative;
  left: 0;
  top: 0;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
}
main form[class*='webform'] .js-form-type-textarea label,
main form[class*='webform'] .js-form-type-webform-mapping label,
main form[class*='webform'] .js-form-type-color label,
main form[class*='webform'] .js-form-type-select label,
main form[class*='webform'] .js-form-type-webform-codemirror label {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 0;
  font-weight: 800;
}
main form[class*='webform'] .js-form-type-textarea label {
  font-family: 'PlutoSansDPDRegular', Arial, Helvetica, sans-serif;
}
main form[class*='webform'] :focus-visible {
  outline: none;
}
main form[class*='webform'] .form-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 8px!important;
  padding-right: 10px;
}
main form[class*='webform'] select,
main form[class*='webform'] input,
main form[class*='webform'] textarea {
  border-radius: 0;
  border: 0;
  background-color: #e6e7e8;
  box-shadow: none;
  color: #0060A2;
  border: none;
  outline: none;
}
main form[class*='webform'] input,
main form[class*='webform'] textarea {
  width: 100%;
  margin: 0;
  padding: 10px;
}
main form[class*='webform'] .js-form-type-select > label,
main form[class*='webform'] .js-form-type-date > label,
main form[class*='webform'] .js-form-type-webform-time > label {
  display: block;
  margin-bottom: 0;
  font-weight: 800;
  font-family: 'PlutoSansDPDRegular', Arial, Helvetica, sans-serif;
}
main form[class*='webform'] .form-item-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main form[class*='webform'] .webform-type-radios,
main form[class*='webform'] .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px!important;
  padding-right: 10px;
}
main form[class*='webform'] .webform-type-radios input,
main form[class*='webform'] .form-checkboxes input {
  height: unset;
}
main form[class*='webform'] .webform-type-radios > label,
main form[class*='webform'] .form-checkboxes > label {
  margin-right: 40px;
  margin-top: 0.4em;
  color: #0060A2;
}
main form[class*='webform'] .webform-type-radios .form-item,
main form[class*='webform'] .form-checkboxes .form-item,
main form[class*='webform'] .webform-type-radios .js-form-type-radio,
main form[class*='webform'] .form-checkboxes .js-form-type-radio {
  flex: 1 1 auto;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  flex-direction: unset;
}
main form[class*='webform'] .webform-type-radios .form-item input,
main form[class*='webform'] .form-checkboxes .form-item input,
main form[class*='webform'] .webform-type-radios .js-form-type-radio input,
main form[class*='webform'] .form-checkboxes .js-form-type-radio input {
  margin-right: 10px;
  height: unset;
}
main form[class*='webform'] .js-webform-radios {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main form[class*='webform'] .js-form-type-checkbox,
main form[class*='webform'] .js-form-type-radio {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
main form[class*='webform'] .js-form-type-checkbox label,
main form[class*='webform'] .js-form-type-radio label {
  margin-bottom: 0;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
}
main form[class*='webform'] .js-form-type-checkbox input,
main form[class*='webform'] .js-form-type-radio input {
  height: unset;
  width: unset;
  margin-right: 10px;
}
main form[class*='webform'] > .js-form-type-checkbox {
  margin-bottom: 8px;
}
main form[class*='webform'] .js-form-type-webform-markup {
  flex-basis: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  color: #414042;
  background-color: #e6e7e8;
  padding: 10px;
}
main form[class*='webform'] .js-form-type-webform-markup h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
main form[class*='webform'] .js-form-type-processed-text {
  width: 100%;
}
main form[class*='webform'] .js-form-type-processed-text p {
  margin-top: 0;
}
main form[class*='webform'] .form-actions {
  text-align: center;
  margin-top: 20px;
}
main form[class*='webform'] .form-actions .js-form-submit.button {
  background-color: #0060A2;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  padding: 6px 12px;
}
main form[class*='webform'] .form-actions .js-form-submit.button :hover {
  color: #0060A2;
  text-decoration: none;
}
main form[class*='webform'] .form-actions input {
  height: unset;
  width: unset;
  font-size: 14px;
}
main form[class*='webform'] > .blue-fieldset {
  padding: 0;
}
main form[class*='webform'] > .blue-fieldset > legend {
  background-color: #009ADF;
  border: 1px solid #009ADF;
  padding: 10px;
}
main form[class*='webform'] > .blue-fieldset > legend > .fieldset-legend {
  color: #fff;
  font-size: 16px;
}
main form[class*='webform'] > .blue-fieldset > .fieldset-wrapper {
  border: 1px solid #009ADF;
  border-top: none;
  padding: 10px;
}
@media (max-width: 600px) {
  main form[class*='webform'] {
    padding: 30px;
    margin-top: 20px;
  }
  main form[class*='webform'] > div {
    width: 100%;
  }
  main form[class*='webform'] .js-webform-radios,
  main form[class*='webform'] .js-webform-checkboxes {
    display: block!important;
  }
  main form[class*='webform'] .js-webform-radios .js-form-type-radio,
  main form[class*='webform'] .js-webform-checkboxes .js-form-type-radio,
  main form[class*='webform'] .js-webform-radios .js-form-type-checkbox,
  main form[class*='webform'] .js-webform-checkboxes .js-form-type-checkbox {
    display: flex;
    width: 100%;
  }
  main form[class*='webform'] .js-form-type-number,
  main form[class*='webform'] .js-form-type-select,
  main form[class*='webform'] .js-form-type-textarea,
  main form[class*='webform'] .js-form-type-textfield,
  main form[class*='webform'] .js-form-type-email,
  main form[class*='webform'] .js-form-type-date,
  main form[class*='webform'] .js-form-type-webform-time,
  main form[class*='webform'] .js-form-type-tel,
  main form[class*='webform'] .js-form-type-webform-markup,
  main form[class*='webform'] .js-form-type-number {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 20px!important;
  }
  main form[class*='webform'] > .js-form-type-checkbox,
  main form[class*='webform'] .js-form-type-processed-text {
    margin-bottom: 20px;
  }
}
#seo_maillage {
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #e6e7e8;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#seo_maillage span {
  color: #000;
  margin-top: 0px;
  font-size: 1.286em;
  font-family: 'PlutoSansDPDRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-left: 40px;
}
#seo_maillage ul li {
  list-style: none;
  font-size: 0.857em;
}
#seo_maillage ul li a {
  color: #000;
  text-decoration: none;
  font-family: 'PlutoSansDPDRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#seo_maillage ul li a:hover {
  color: #009ADF;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) and (min-width: 0px) {
  #seo_maillage {
    margin: 0px;
  }
  #seo_maillage span {
    padding-left: 20px;
  }
  #seo_maillage ul {
    margin-left: 0px;
    padding-left: 10px;
  }
  #seo_maillage ul li {
    padding: 10px 0 10px 0;
  }
}
#block-blocboutonfleche {
  width: 50px;
  position: fixed;
  right: 50px;
  bottom: 180px;
  z-index: 10000;
  display: none;
}
#block-blocboutonfleche .link-up {
  font-size: 25px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  box-shadow: 1px 3px 3px #414042;
  display: block;
  text-align: center;
  color: #009ADF;
  background-color: #fff;
}
#block-blocboutonfleche .link-up:hover {
  color: #0060A2;
}
@media (max-width: 600px) {
  #block-blocboutonfleche {
    display: none;
  }
}
.alert-message {
  background-color: #818285;
  color: white;
  position: relative;
  z-index: 997;
  margin-top: 10px;
  border-color: white;
  border-radius: 0;
  font-size: 0.929em;
  font-family: PlutoSansDPD, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert-message .status .success {
  color: white;
}
.alert-message .error {
  color: #A90034;
}
/* Page mode de passe oublie */
#block-chronopost-resetpassword,
.block-chrono-reset-password {
  display: flex;
  justify-content: center;
}
#block-chronopost-resetpassword .container,
.block-chrono-reset-password .container,
#block-chronopost-resetpassword .container-lg,
.block-chrono-reset-password .container-lg,
#block-chronopost-resetpassword .container-md,
.block-chrono-reset-password .container-md,
#block-chronopost-resetpassword .container-sm,
.block-chrono-reset-password .container-sm,
#block-chronopost-resetpassword .container-xl,
.block-chrono-reset-password .container-xl {
  padding-left: 0;
  padding-right: 0;
}
#block-chronopost-resetpassword .ch-margin-block,
.block-chrono-reset-password .ch-margin-block {
  margin: 10px;
}
#block-chronopost-resetpassword .ch-block-1,
.block-chrono-reset-password .ch-block-1 {
  margin-right: 70px;
}
#block-chronopost-resetpassword .ch-block-2,
.block-chrono-reset-password .ch-block-2 {
  margin-left: 70px;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password {
  background-color: #E6E7E8;
}
#block-chronopost-resetpassword .ch-block-2x1,
.block-chrono-reset-password .ch-block-2x1 {
  width: 430px;
  height: 225px;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 4px 4px 4px 0px #000000 40;
  float: left;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form .form-item-username,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form .form-item-username,
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form .form-type-textfield,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form .form-type-textfield {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form label,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form label {
  order: 1;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form label p,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form label p {
  margin: 0;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form input,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form input {
  order: 3;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form .description,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form .description {
  margin-top: 10px;
  font-size: 12px;
  order: 2;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password form .description p,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password form .description p {
  margin: 0;
}
#block-chronopost-resetpassword .form-group,
.block-chrono-reset-password .form-group {
  margin-bottom: 15px;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password label,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password label {
  margin-bottom: 0;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password label p,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password label p {
  color: #009ADF;
  font-size: 2rem;
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password label span,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password label span {
  margin-right: 10px;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password .form-type-textfield input,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password .form-type-textfield input {
  background-color: #fff;
  height: 35px;
  width: 390px;
  border-radius: 0;
  margin-top: 10px;
  display: block;
  padding: 8px;
  font-size: 1.4rem;
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.764rem;
  color: #414042;
  border: none;
  outline: none;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password .btn,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password .btn {
  height: 35px;
  width: 67px;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #009ADF;
  transition: background-color 0.7s;
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: PlutoSansDPDLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px;
  font-size: 1.4rem;
  line-height: 1.764rem;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password .ch-block-reset-img,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password .ch-block-reset-img {
  position: absolute;
  left: 9%;
  top: 29%;
}
#block-chronopost-resetpassword .ch-block-2x1.ch-block-reset-password .ch-block-reset-description,
.block-chrono-reset-password .ch-block-2x1.ch-block-reset-password .ch-block-reset-description {
  font-size: 0.857em;
  color: #414042;
  font-family: PlutoSansDPD, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin-top: 10px;
}
#block-chronopost-resetpassword .ch-block-reset-description,
.block-chrono-reset-password .ch-block-reset-description {
  display: none;
}
@media (max-width: 600px) {
  .block-chrono-reset-password {
    flex-direction: column;
  }
  .block-chrono-reset-password .ch-block-2x1 {
    height: 250px;
    width: calc(100% - 20px);
  }
  .block-chrono-reset-password .ch-block-2x1.ch-block-reset-password .form-type-textfield input {
    width: 100%;
  }
  .block-chrono-reset-password .ch-block-1 {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .block-chrono-reset-password .ch-block-2 {
    margin-top: 15px;
    margin-left: 10px;
  }
}
/* Class custom : Texte centré avec une ligne de chaque côté du texte */
p.text-line {
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
p.text-line::before,
p.text-line::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 470px;
}
p.text-line::before {
  right: 21px;
  margin-left: -50%;
}
p.text-line::after {
  left: 21px;
  margin-right: -50%;
}
@media (max-width: 600px) {
  p.text-line::before,
  p.text-line::after {
    width: 50%;
  }
}
.bloc-wysiwyg {
  /*
  * 1. On cache la puce par défaut sur toutes les listes
  * et on ajoute un peu de padding pour faire de la place pour notre fausse puce.
  */
  /*
  * 2. On positionne l'élément de liste en relatif pour que
  * notre fausse puce (en position absolue) se place par rapport à lui.
  */
  /*
  * 3. Règle pour la puce par défaut (quand le texte n'est pas coloré).
  * On crée une fausse puce sur le <li> qui hérite de la couleur du <li>.
  * C'est notre cas de base.
  */
  /*
  * 4. La magie opère ici : pour les <li> qui contiennent un <span> coloré.
  * On utilise :has() pour détecter la présence du span avec un style de couleur.
  */
  /* D'abord, on cache la puce par défaut du <li> si un span coloré est présent */
  /* Ensuite, on crée une NOUVELLE puce directement sur le <span> coloré */
}
.bloc-wysiwyg ul {
  list-style: none;
  padding-left: 2em;
}
.bloc-wysiwyg li {
  position: relative;
}
.bloc-wysiwyg li::before {
  content: '•';
  /* Caractère de la puce */
  position: absolute;
  left: -1.2em;
  /* Positionne la puce à gauche. Ajustez si nécessaire. */
  top: 0;
  color: inherit;
  /* Hérite de la couleur du <li> */
}
.bloc-wysiwyg li:has(> span[style*="color"])::before,
.bloc-wysiwyg li[class*="tag"]::before {
  content: '';
}
.bloc-wysiwyg li > span[style*="color"]::before {
  content: '•';
  position: absolute;
  left: -1.2em;
  /* Positionnement identique */
  top: 0;
  color: inherit;
  /* CRUCIAL : Hérite maintenant de la couleur du <span> ! */
}
.search-container {
  padding: 0;
}
.search-container .search-row {
  width: 100%;
  margin: 0;
}
.search-container .search-row .search-col {
  padding: 0;
  width: 100%;
}
.search-container .search-row .search-col .banniere img {
  width: 100%;
}
.search-results-container .search-results-row,
.search-container .search-results-row,
.search-results-container .search-row,
.search-container .search-row {
  margin-top: 30px;
}
.search-results-container .search-results-row .search-results-col [id^='search-form'],
.search-container .search-results-row .search-results-col [id^='search-form'],
.search-results-container .search-row .search-results-col [id^='search-form'],
.search-container .search-row .search-results-col [id^='search-form'],
.search-results-container .search-results-row .search-col [id^='search-form'],
.search-container .search-results-row .search-col [id^='search-form'],
.search-results-container .search-row .search-col [id^='search-form'],
.search-container .search-row .search-col [id^='search-form'] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.search-results-container .search-results-row .search-results-col [id^='search-form'] .loupe,
.search-container .search-results-row .search-results-col [id^='search-form'] .loupe,
.search-results-container .search-row .search-results-col [id^='search-form'] .loupe,
.search-container .search-row .search-results-col [id^='search-form'] .loupe,
.search-results-container .search-results-row .search-col [id^='search-form'] .loupe,
.search-container .search-results-row .search-col [id^='search-form'] .loupe,
.search-results-container .search-row .search-col [id^='search-form'] .loupe,
.search-container .search-row .search-col [id^='search-form'] .loupe {
  height: 40px;
  width: 40px;
  background: none;
  border: 1px solid #e6e7e8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
.search-results-container .search-results-row .search-results-col [id^='search-form'] .loupe .fas,
.search-container .search-results-row .search-results-col [id^='search-form'] .loupe .fas,
.search-results-container .search-row .search-results-col [id^='search-form'] .loupe .fas,
.search-container .search-row .search-results-col [id^='search-form'] .loupe .fas,
.search-results-container .search-results-row .search-col [id^='search-form'] .loupe .fas,
.search-container .search-results-row .search-col [id^='search-form'] .loupe .fas,
.search-results-container .search-row .search-col [id^='search-form'] .loupe .fas,
.search-container .search-row .search-col [id^='search-form'] .loupe .fas {
  color: #009ADF;
}
.search-results-container .search-results-row .search-results-col [id^='search-form'] .form-item-param,
.search-container .search-results-row .search-results-col [id^='search-form'] .form-item-param,
.search-results-container .search-row .search-results-col [id^='search-form'] .form-item-param,
.search-container .search-row .search-results-col [id^='search-form'] .form-item-param,
.search-results-container .search-results-row .search-col [id^='search-form'] .form-item-param,
.search-container .search-results-row .search-col [id^='search-form'] .form-item-param,
.search-results-container .search-row .search-col [id^='search-form'] .form-item-param,
.search-container .search-row .search-col [id^='search-form'] .form-item-param {
  width: 85%;
}
.search-results-container .search-results-row .search-results-col [id^='search-form'] .form-item-param input,
.search-container .search-results-row .search-results-col [id^='search-form'] .form-item-param input,
.search-results-container .search-row .search-results-col [id^='search-form'] .form-item-param input,
.search-container .search-row .search-results-col [id^='search-form'] .form-item-param input,
.search-results-container .search-results-row .search-col [id^='search-form'] .form-item-param input,
.search-container .search-results-row .search-col [id^='search-form'] .form-item-param input,
.search-results-container .search-row .search-col [id^='search-form'] .form-item-param input,
.search-container .search-row .search-col [id^='search-form'] .form-item-param input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e7e8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
  padding: 6px 15px;
  margin: 0;
  outline: 0;
}
.search-container .search-row {
  margin-top: 0;
}
.result-count {
  width: 90%;
  position: relative;
  left: 7%;
}
.search-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.search-filters .filter {
  text-transform: uppercase;
  color: #808285;
  font-size: 20px;
  font-family: 'PlutoSansDPDLight';
}
.search-filters .filter:active,
.search-filters .filter:hover,
.search-filters .filter:focus {
  color: #009ADF;
}
.search-filters .filter:not(:last-child)::after {
  content: "|";
  padding: 0 20px;
  color: #808285;
}
.search-wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-wrapper:not(:last-child) {
  border-bottom: 1px solid #e6e7e8;
}
.search-wrapper .search-results {
  flex: 1;
}
.search-wrapper .search-results .search-title a {
  color: #009ADF;
}
.search-wrapper .search-results .search-teaser {
  color: #414042;
  padding-right: 20px;
}
.search-wrapper .search-results .search-date {
  color: #CAC4BE;
  font-size: 11px;
}
.search-wrapper .fas {
  color: #009ADF;
  border: 1px solid #e6e7e8;
  width: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 5px 10px;
}
.search-pager .pagination {
  justify-content: flex-end;
}
.search-pager .pagination li {
  padding: 0 5px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-pager .pagination li a {
  color: #808285;
  font-size: 16px;
  padding: 0 2px;
}
.search-pager .pagination li.active a {
  color: #414042;
  font-weight: 700;
}
.search-pager .pagination li.previous-page a,
.search-pager .pagination li.next-page a,
.search-pager .pagination li.first-page a,
.search-pager .pagination li.last-page a {
  color: #009ADF;
  font-size: 24px;
  border-right: unset;
}
.search-pager .pagination .pager-item {
  border-right: 1px solid #808285;
}
.search-pager .pagination .pager-item:last-of-type {
  border-right: unset;
}
.search-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
}
.search-buttons .search-link.btn {
  border-radius: 40px;
  padding: 10px 20px;
}
.img-col,
.text-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-col {
  margin-top: 40px;
}
.no-results-text {
  text-transform: uppercase;
  font-family: "PlutoSansDPDLight";
  font-size: 36px;
  padding: 30px 10px;
  text-align: center;
  line-height: 1.5;
  color: #808285;
}
@media (max-width: 600px) {
  .mobile-hidden {
    display: none!important;
  }
  .search-filters .filter {
    font-size: 14px;
  }
  .search-buttons,
  .search-pager .pagination {
    justify-content: center;
  }
  .search-container .wysiwyg-wrapper {
    padding: 20px!important;
  }
}
#block-applicationsmall .cs-content.cs-home {
  margin-top: 10px;
}
#block-applicationsmall .cs-content.cs-home legend {
  margin: 0 0 10px 0;
}
#block-applicationsmall .cs-form-col-title {
  color: #333;
}
#block-applicationsmall .bg-dark {
  background-color: #e6e7e8 !important;
}
.grid-25,
.grid-33,
.grid-50,
.grid-75-25,
.grid-25-75 {
  width: inherit!important;
}
.container.ch-main-container {
  padding: 0;
}
.container.ch-main-container section {
  padding: 0;
}
.container.ch-main-container section .alert.alert-block.alert-danger {
  background-color: #818285;
  color: #A90034;
  margin: 10px;
  border-color: #fff;
  font-size: 0.929em;
  font-family: PlutoSansDPD, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
}
.container.ch-main-container section .alert.alert-block.alert-danger::before {
  color: #fff;
  content: "\e107";
  height: 35px;
  width: 40px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: GlyphiconsHalflings;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
}
.container.ch-main-container section .alert.alert-block.alert-danger a.close {
  color: white;
  opacity: 1;
  font-size: 35px;
  position: absolute;
  top: 3px;
  right: 15px;
  font-weight: inherit;
}
.layout .login-form {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 80%;
  max-width: 590px;
}
.layout .title-login {
  font-size: 24px;
  color: #009ADF;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.layout .title-login-bold {
  font-weight: 700;
}
.layout .ch-login-block {
  width: 100%;
}
.layout .ch-login-form {
  display: block!important;
}
.layout .ch-login-form label {
  font-family: 'PlutoSansDPDRegular';
  font-weight: 700;
  font-size: 12px;
}
.layout .ch-login-form input {
  background-color: #e6e7e8;
  border: 0;
  border-radius: 0;
  height: 35px;
  font-size: 14px;
  width: 100%;
}
.layout .ch-login-form input:focus {
  box-shadow: unset;
  outline: none;
}
.layout .ch-login-form ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.layout .ch-login-form ul li a {
  text-decoration: underline;
  color: #CAC4BE;
  transition: 0.3s all ease;
  font-size: 12px;
}
.layout .ch-login-form ul li a:hover {
  color: #414042;
  transition: 0.3s all ease;
}
.layout .ch-login-form .create-account-link {
  display: inline-block;
  margin-top: 15px;
  color: #0060A2;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'PlutoSansDPDRegular';
  transition: 0.3s all ease;
}
.layout .ch-login-form .create-account-link:hover {
  color: #009ADF;
  transition: 0.3s all ease;
}
.layout .ch-login-form .form-submit {
  background-color: #0060A2;
  color: #fff;
  margin-right: 50px;
  font-size: 16px;
}
.layout .ch-login-form .form-submit:hover {
  background-color: #009ADF;
}
.layout .ch-logout-block a {
  margin-right: 50px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .layout .login-form {
    margin: 0;
    padding: 0 15px;
    width: unset;
  }
  .layout .ch-login-block {
    width: 100%;
  }
  .layout .ch-login-form {
    display: flex!important;
    flex-direction: column;
  }
  .layout .ch-login-form input {
    width: 100%;
  }
  .layout .ch-login-form .create-account-link {
    margin-top: 10px;
  }
}
.iv4-login-form {
  float: right;
  display: inline-block;
  visibility: visible;
  height: auto;
  overflow: visible;
  width: 100%;
}
.iv4-login-form form {
  position: absolute;
  top: 36px;
  right: 0;
  width: 55%;
  background-color: #e6e7e8;
  z-index: 1;
}
.iv4-login-form form div.form-item {
  width: 37%;
  padding-bottom: 10px;
}
.iv4-login-form form ul {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.iv4-login-form form ul li.last a {
  float: left;
}
.iv4-login-form.ch-front-page form {
  position: inherit;
  float: left;
  height: auto;
  width: 100%;
}
.iv4-login-form form ul {
  float: right;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: 6px;
  margin-right: 12px;
}
.iv4-login-form form input {
  border-radius: inherit;
  padding-left: 10px;
  margin-top: 10px;
  height: 25px;
  font-size: 0.857em;
}
.iv4-login-form form button {
  float: left;
  background-color: #0198e1;
  color: white;
  border: none;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 0.857em;
  border-radius: inherit;
  width: 21%;
  height: 25px;
  transition: background-color 0.7s;
}
.iv4-login-form form button:hover {
  color: white;
  text-decoration: none;
  background-color: #0060A2;
}
.iv4-login-form span {
  position: absolute;
  right: 0;
  width: 55%;
  z-index: 1;
}
.iv4-login-form span ul li.last a {
  float: left;
}
.iv4-login-form.ch-front-page .ch-logout-bloc {
  margin-top: 15px;
}
.iv4-login-form.ch-front-page span {
  position: inherit;
  float: left;
  height: auto;
  width: 100%;
}
.iv4-login-form span input {
  border-radius: inherit;
  padding-left: 10px;
  margin-top: 10px;
  height: 25px;
  font-size: 0.857em;
}
.iv4-login-form span button {
  float: left;
  background-color: #0198e1;
  color: white;
  border: none;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 0.857em;
  border-radius: inherit;
  height: 25px;
  transition: background-color 0.7s;
}
.iv4-login-form span button:hover {
  color: white;
  text-decoration: none;
  background-color: #0060A2;
}
.iv4-login-form span li a {
  color: #0198e1;
  text-decoration: underline;
  font-size: 0.857em;
}
/***********************
Bloc envoyer un colis
***********************/
.bloc-envoyer-un-colis,
.bloc-nous-trouver .findus-form {
  position: relative;
  background-color: #414042;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 30px 30px;
  max-width: 300px;
}
.bloc-envoyer-un-colis .title,
.bloc-nous-trouver .findus-form .title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
.bloc-envoyer-un-colis .description,
.bloc-nous-trouver .findus-form .description {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  min-height: 120px;
}
.bloc-envoyer-un-colis .form-item-zipcode,
.bloc-nous-trouver .findus-form .form-item-zipcode {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bloc-envoyer-un-colis .form-item-zipcode input,
.bloc-nous-trouver .findus-form .form-item-zipcode input {
  width: calc(100% - 50px);
  padding: 6px 12px;
  margin: 0;
}
.bloc-envoyer-un-colis .btn,
.bloc-nous-trouver .findus-form .btn {
  width: 170px;
  height: 40px;
}
.bloc-envoyer-un-colis .simuler-bouton,
.bloc-nous-trouver .findus-form .simuler-bouton {
  font-size: 14px!important;
  margin-top: 20px;
}
.bloc-envoyer-un-colis .simuler-bouton:hover,
.bloc-nous-trouver .findus-form .simuler-bouton:hover {
  background: #0060A2 !important;
  color: #fff !important;
}
.bloc-envoyer-un-colis .envoyer-bouton,
.bloc-nous-trouver .findus-form .envoyer-bouton {
  font-size: 14px!important;
  display: block!important;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
  width: 150px;
}
.bloc-envoyer-un-colis .envoyer-bouton {
  padding: 10px!important;
}
.bloc-nous-trouver .findus-form input {
  height: 40px;
  outline: none;
}
.bloc-nous-trouver .findus-form input::placeholder {
  font-family: 'PlutoSansDPDLight';
  color: #808285;
  font-size: 11px;
  text-align: center;
}
.bloc-nous-trouver .findus-form .submit-bouton {
  font-size: 14px!important;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
  width: 150px;
}
.taxonomy-faq-bloc .category {
  font-family: PlutoSansDPDRegular;
  color: #414042;
}
.taxonomy-faq-bloc .fas {
  padding: 10px 15px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .bloc-envoyer-un-colis .description,
  .bloc-nous-trouver .description {
    display: none;
  }
  .bloc-envoyer-un-colis .simuler-bouton,
  .bloc-nous-trouver .simuler-bouton {
    margin-bottom: 40px;
  }
  .bloc-envoyer-un-colis .envoyer-bouton,
  .bloc-nous-trouver .envoyer-bouton,
  .bloc-envoyer-un-colis .submit-bouton,
  .bloc-nous-trouver .submit-bouton {
    bottom: -10px !important;
  }
  .bloc-nous-trouver .findus-form .form-item-zipcode {
    margin: 30px 0;
  }
  .bloc-nous-trouver .findus-form .form-item-zipcode input {
    width: 100%;
  }
  .bloc-envoyer-un-colis,
  .bloc-nous-trouver .findus-form {
    margin: 20px auto;
  }
  .bloc-envoyer-un-colis .simuler-bouton {
    margin: 30px 0;
  }
}
/***************************
        Simulateur
***************************/
html,
body {
  text-align: unset!important;
  height: unset!important;
}
.content {
  z-index: unset!important;
  padding: 0!important;
  background: unset!important;
}
footer ul.flex {
  width: unset!important;
  height: unset!important;
}
.simulateur sp-app-root {
  font-size: 10px!important;
}
.simulateur sp-sim-pre-total > div {
  height: 100%;
}
.simulateur sp-sim-pre-total > div p:nth-child(3) {
  line-height: 40px;
}
.simulateur h2 {
  color: #414042 !important;
}
.simulateur .button-dark-blue,
.simulateur .button-dark-blue:hover {
  font-size: 14px!important;
  font-family: 'PlutoSansDPDRegular-Web' !important;
  padding: 14px 41px!important;
}
.simulateur .sp-font-size-24 {
  font-size: 24px!important;
}
.simulateur .sp-font-size-28 {
  font-size: 28px!important;
}
.simulateur .sp-font-size-48 {
  font-size: 48px!important;
}
/*********************************
        Fiches pays
*********************************/
.country-form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 10px;
  margin: 15px;
  background-color: #e6e7e8;
}
.country-form .form-item-image {
  text-align: center;
}
.country-form .form-item-image .country-image {
  width: 50px;
}
.country-form .country-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 70%;
}
.country-form .country-wrapper .form-item-text {
  font-size: 1em;
  font-family: PlutoSansDPDRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
}
.country-form .country-wrapper .form-item-country-select {
  float: left;
  font-family: 'PlutoSansDPDLight';
}
.country-form .country-wrapper .form-item-country-select label {
  display: none;
}
.country-form .country-wrapper .form-item-country-select .form-select {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 34px;
  width: 100%;
  padding-left: 10px;
  background: url('/sites/chronopost/themes/custom/chronopost/images/drop_down.png') no-repeat right center white;
  appearance: none;
}
.country-form .country-button-wrapper {
  align-self: flex-end;
  margin-left: 10px;
}
.country-form .country-button-wrapper .country-button {
  height: 34px;
  width: 95px;
  transition: background-color 0.7s;
  font-family: 'PlutoSansDPDLight';
}
@media screen and (max-width: 600px) {
  .country-form {
    display: block;
  }
  .country-form .country-wrapper {
    margin-top: 10px;
  }
  .country-form .form-item-country-select {
    width: 100%;
    margin-bottom: 25px;
  }
  .country-form .country-button {
    display: block;
    margin: 0 auto;
  }
}
/********************************************
        Bloc flash infos - Newsletter
********************************************/
.alert.alert-block .ch-success-flash-info-subscribe {
  float: left;
  font-weight: bold;
  padding-top: 5px;
  font-size: 1.2em;
}
.alert.alert-block .close {
  color: white;
  opacity: 1;
  font-size: 35px;
  position: absolute;
  top: 3px;
  right: 15px;
  font-weight: inherit;
}
.alert.alert-block .ch-clear {
  clear: both;
  content: "";
  display: table;
}
.block-flashinfos-subscription .ch-flash-info-forms {
  min-height: 60px;
  background-color: #E6E7E8;
  width: 100%;
  clear: both;
}
.block-flashinfos-subscription .ch-flash-info-forms form {
  display: block;
  min-height: 60px;
  float: left;
  width: 94%;
  padding: 0.9em;
}
.block-flashinfos-subscription .ch-flash-info-forms form .form-type-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-flashinfos-subscription .ch-flash-info-forms form .form-type-checkbox label {
  margin-bottom: 0;
  font-family: 'PlutoSansDPDLight';
}
.block-flashinfos-subscription .ch-flash-info-forms form .ficheckbox {
  float: left;
  margin: 0px 20px 0px 0px;
}
.block-flashinfos-subscription .ch-flash-info-forms form .ficheckbox .form-checkboxes {
  margin-top: 5px;
}
.block-flashinfos-subscription .ch-flash-info-forms form .ficheckbox .form-type-checkbox {
  margin-right: 20px;
  float: left;
}
.block-flashinfos-subscription .ch-flash-info-forms form .ficheckbox .form-type-checkbox label {
  padding-left: 10px;
}
.block-flashinfos-subscription .ch-flash-info-forms form input.form-text {
  display: block;
  width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #414042;
  background-color: #fff;
  background-image: none;
  border: 1px solid #808285;
  border-radius: 0;
  float: left;
  margin-top: 0;
}
.block-flashinfos-subscription .ch-flash-info-forms form .form-submit {
  padding: 7px 12px;
  float: left;
  color: white;
  font-size: 14px;
  font-family: 'PlutoSansDPDLight';
  width: 177px;
  margin-left: 20px;
  border-radius: 0;
  border: 0;
  transition: background-color 0.7s;
}
@media (max-width: 600px) {
  .block-flashinfos-subscription .ch-flash-info-forms {
    height: unset;
    width: unset;
    clear: unset;
    display: flex;
  }
  .block-flashinfos-subscription .ch-flash-info-forms form {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    align-items: center;
    flex-direction: column;
  }
  .block-flashinfos-subscription .ch-flash-info-forms form input.form-text {
    margin-top: 20px;
  }
  .block-flashinfos-subscription .ch-flash-info-forms form .form-submit {
    margin: 0;
  }
}
/***********************************
    Thème light
***********************************/
.theme-light .block-suivi-colis {
  max-width: 80%;
}
.theme-light .block-suivi-colis .section-suivi-colis {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #e6e7e8;
  padding: 15px;
  height: 150px;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-title {
  margin-right: 15px;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-title p {
  font-size: 24px;
  line-height: 1;
  flex: 1 0 80%;
  margin: 0;
  color: #009ADF;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .picto-info {
  cursor: pointer;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .tooltip-container {
  flex: 1 0 20%;
  position: relative;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .tooltip-container .tooltip-text {
  visibility: hidden;
  bottom: 30px;
  right: -87px;
  width: 200px;
  padding: 20px;
  background-color: #414042;
  border-radius: 3px;
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .tooltip-container .tooltip-text p {
  color: #fff;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .tooltip-container .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #414042 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px / 2);
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .tooltip-container:hover .tooltip-text {
  visibility: visible;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number {
  width: calc(100% - 50px);
  margin-top: 10px;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text {
  width: 95%;
  height: 50px;
  border: 0;
  margin: 0;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #414042;
  background-color: #fff !important;
  background-image: none;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #e6e7e8;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text:focus-visible {
  outline: none;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text::placeholder {
  font-family: 'PlutoSansDPDLight';
  color: #808285;
  font-size: 11px;
  text-align: center;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit {
  background-color: #009ADF;
  color: #fff;
  height: 50px;
  flex: 1 0 50px;
  border: 0;
  margin-top: 10px;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit:hover {
  background-color: #0060A2;
}
.theme-light .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit .text-button {
  display: none;
}
@media screen and (max-width: 600px) {
  .theme-light .block-suivi-colis {
    max-width: unset;
  }
  .theme-light .block-suivi-colis .section-suivi-colis {
    margin: 10px;
    padding: 15px;
  }
}
/***********************************
    Thème dark
***********************************/
.theme-sombre .block-suivi-colis {
  max-width: 300px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis {
  position: relative;
  display: block;
  background-color: #414042;
  padding: 20px 30px 30px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-title {
  height: 40px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-title p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-title p span {
  color: #fff !important;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-tooltip {
  margin: 20px 0 10px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-tooltip picture {
  display: none;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-tooltip .tooltip-text p {
  color: #fff !important;
  text-align: center;
  margin: 0;
  min-height: 120px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number {
  width: 100%;
  margin-top: 20px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text {
  width: calc(100% - 50px);
  height: 40px;
  border: 0;
  margin: 0 auto;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #414042;
  background-color: #fff !important;
  background-image: none;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #e6e7e8;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text:focus-visible {
  outline: none;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text::placeholder {
  font-family: 'PlutoSansDPDLight';
  color: #808285;
  font-size: 11px;
  text-align: center;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit {
  font-size: 14px !important;
  display: block !important;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
  padding: 10px;
  height: 40px;
  width: 150px;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit:hover {
  background-color: #009ADF;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit .img-mobile-submit {
  display: none;
}
.theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit .text-button {
  color: #fff;
  margin: 0;
  font-family: inherit;
}
@media screen and (max-width: 600px) {
  .theme-sombre .block-suivi-colis {
    margin: 20px auto;
  }
  .theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-tooltip {
    display: none;
  }
  .theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number {
    margin: 30px 0;
  }
  .theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-item-suivi-number .form-text {
    width: calc(100% - 75px);
  }
  .theme-sombre .block-suivi-colis .section-suivi-colis form.suivi-colis .form-submit {
    bottom: -10px;
  }
}
/***********************************
    Thème chronopost iso D7
***********************************/
.theme-d7 .block-suivi-colis {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #e6e7e8;
  max-width: 300px;
  padding: 30px;
  height: 190px;
}
.theme-d7 .block-suivi-colis form.suivi-colis {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-item-title {
  flex: 0 0 80%;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-item-title p {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  padding-right: 15px;
  flex: 1 0 80%;
  margin-top: 0;
  color: #009ADF;
}
.theme-d7 .block-suivi-colis form.suivi-colis .picto-info {
  cursor: pointer;
}
.theme-d7 .block-suivi-colis form.suivi-colis .tooltip-container {
  margin-top: 10px;
  position: relative;
}
.theme-d7 .block-suivi-colis form.suivi-colis .tooltip-container .tooltip-text {
  visibility: hidden;
  right: -87px;
  bottom: 30px;
  width: 200px;
  padding: 20px;
  background-color: #414042;
  border-radius: 3px;
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
.theme-d7 .block-suivi-colis form.suivi-colis .tooltip-container .tooltip-text p {
  color: #fff;
}
.theme-d7 .block-suivi-colis form.suivi-colis .tooltip-container .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #414042 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px / 2);
}
.theme-d7 .block-suivi-colis form.suivi-colis .tooltip-container:hover .tooltip-text {
  visibility: visible;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-item-suivi-number {
  width: calc(100% - 50px);
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-item-suivi-number .form-text {
  width: 190px;
  height: 50px;
  border: 0;
  margin: 0;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #414042;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-item-suivi-number .form-text:focus-visible {
  outline: none;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-item-suivi-number .form-text::placeholder {
  font-family: 'PlutoSansDPDLight';
  color: #CAC4BE;
  font-size: 11px;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-submit {
  background-color: #009ADF;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 0;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-submit:hover {
  background-color: #13b6ff;
}
.theme-d7 .block-suivi-colis form.suivi-colis .form-submit .text-button {
  display: none;
}
.vote-form .rating-table {
  display: block;
  padding: 15px 30px;
  font-family: PlutoSansDPDRegular;
}
.vote-form .rating-table td:first-of-type {
  color: #009ADF;
}
.vote-form .rating-table td .vote-result {
  display: none;
}
.vote-form .rating-table td:last-of-type {
  display: none;
}
.vote-form .rating-table tbody {
  display: block;
  width: 100%;
}
.vote-form .rating-table .rating-table-tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.custom-rating-wrapper > div > label.custom-rating-label {
  padding: 10px 20px;
  color: #fff;
  background-color: #009ADF;
  border: 0;
  cursor: pointer;
}
div.custom-rating-wrapper > div > label.custom-rating-label:hover,
div.custom-rating-wrapper > div > label.custom-rating-label.rate-voted {
  background-color: #0060A2;
  color: #fff;
}
div.custom-rating-wrapper > div > div.rating-option-result {
  display: none;
}
div.custom-rating-wrapper > div:first-of-type > label.rating-label {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .vote-form .rating-table {
    padding: 10px;
  }
  .vote-form .rating-table td:first-of-type {
    margin-bottom: 10px;
  }
  .vote-form .rating-table .rating-table-tr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* Vue Catégories Page FAq */
.vue-categories,
.vue-sous-categories,
.vue-faq {
  gap: 50px;
}
.vue-categories .category,
.vue-sous-categories .category,
.vue-faq .category,
.vue-categories .sous-categorie,
.vue-sous-categories .sous-categorie,
.vue-faq .sous-categorie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}
.vue-categories .category .views-field-name span,
.vue-sous-categories .category .views-field-name span,
.vue-faq .category .views-field-name span,
.vue-categories .sous-categorie .views-field-name span,
.vue-sous-categories .sous-categorie .views-field-name span,
.vue-faq .sous-categorie .views-field-name span {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.vue-categories .category .views-field-title,
.vue-sous-categories .category .views-field-title,
.vue-faq .category .views-field-title,
.vue-categories .sous-categorie .views-field-title,
.vue-sous-categories .sous-categorie .views-field-title,
.vue-faq .sous-categorie .views-field-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vue-categories .category .views-field-title span a,
.vue-sous-categories .category .views-field-title span a,
.vue-faq .category .views-field-title span a,
.vue-categories .sous-categorie .views-field-title span a,
.vue-sous-categories .sous-categorie .views-field-title span a,
.vue-faq .sous-categorie .views-field-title span a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0060A2;
  text-decoration: none;
  font-size: 16px;
}
.vue-categories .category .views-field-nothing .field-content .taxonomy-link,
.vue-sous-categories .category .views-field-nothing .field-content .taxonomy-link,
.vue-faq .category .views-field-nothing .field-content .taxonomy-link,
.vue-categories .sous-categorie .views-field-nothing .field-content .taxonomy-link,
.vue-sous-categories .sous-categorie .views-field-nothing .field-content .taxonomy-link,
.vue-faq .sous-categorie .views-field-nothing .field-content .taxonomy-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.vue-categories.destinataire .category,
.vue-sous-categories.destinataire .category,
.vue-faq.destinataire .category {
  background-color: #0060A2;
  transition: 0.3s all ease;
}
.vue-categories.destinataire .category:hover,
.vue-sous-categories.destinataire .category:hover,
.vue-faq.destinataire .category:hover {
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.vue-categories.destinataire .sous-categorie:hover,
.vue-sous-categories.destinataire .sous-categorie:hover,
.vue-faq.destinataire .sous-categorie:hover {
  background-color: #0060A2;
}
.vue-categories.destinataire .sous-categorie:hover span a,
.vue-sous-categories.destinataire .sous-categorie:hover span a,
.vue-faq.destinataire .sous-categorie:hover span a {
  color: #EEF5FC;
}
.vue-categories.expediteur .category,
.vue-sous-categories.expediteur .category,
.vue-faq.expediteur .category {
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.vue-categories.expediteur .category:hover,
.vue-sous-categories.expediteur .category:hover,
.vue-faq.expediteur .category:hover {
  background-color: #0060A2;
  transition: 0.3s all ease;
}
.vue-categories.expediteur .sous-categorie:hover,
.vue-sous-categories.expediteur .sous-categorie:hover,
.vue-faq.expediteur .sous-categorie:hover {
  background-color: #009ADF;
}
.vue-categories.expediteur .sous-categorie:hover span a,
.vue-sous-categories.expediteur .sous-categorie:hover span a,
.vue-faq.expediteur .sous-categorie:hover span a {
  color: #EEF5FC;
}
.vue-categories .sous-categorie,
.vue-sous-categories .sous-categorie,
.vue-faq .sous-categorie {
  height: 150px;
  background-color: #EEF5FC;
  transition: 0.3s all ease;
}
.vue-categories .sous-categorie:hover,
.vue-sous-categories .sous-categorie:hover,
.vue-faq .sous-categorie:hover {
  transition: 0.3s all ease;
}
.vue-categories .sous-categorie:hover span a,
.vue-sous-categories .sous-categorie:hover span a,
.vue-faq .sous-categorie:hover span a {
  transition: 0.3s all ease;
}
.vue-faq .wrapper-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 50px 15px;
  flex-wrap: wrap;
}
.vue-sous-categories {
  margin: 50px 15px;
}
.vue-sous-categories p {
  flex: 1 1 100%;
}
.vue-categories {
  margin: 50px 15px;
}
.vue-categories .category {
  height: 180px;
}
.wrapper-vues-faq {
  margin-top: 30px;
}
.wrapper-vues-faq p {
  font-family: PlutoSansDPDRegular;
  font-size: 32px;
}
p.title-search-faq {
  font-family: PlutoSansDPDRegular;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .vue-categories {
    gap: 20px;
    height: unset;
  }
  .vue-categories .category {
    height: 160px;
  }
  .vue-sous-categories {
    gap: 20px;
  }
  .vue-sous-categories .sous-categorie .views-field-title span a {
    padding: 10px;
  }
  .vue-faq .wrapper-titles {
    display: block;
  }
  .vue-faq .wrapper-titles .sous-categorie:not(:first-child) {
    margin-top: 20px;
  }
}
.wrapper-meme-theme .bloc-wysiwyg {
  margin-top: 30px;
}
.wrapper-meme-theme .bloc-wysiwyg .wysiwyg {
  padding: 15px 30px!important;
}
.wrapper-meme-theme a {
  color: #414042;
}
.layout-offres {
  padding-top: 20px;
}
.layout-offres .views-exposed-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.layout-offres .views-exposed-form p {
  font-size: 18px;
  padding-right: 15px;
}
.layout-offres .views-exposed-form ::marker {
  content: "";
}
.layout-offres .views-exposed-form details {
  display: inline-block;
  cursor: pointer;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e6e7e8;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  outline: none;
}
.layout-offres .views-exposed-form details summary {
  color: #414042;
  background-color: #e6e7e8;
  border-radius: 5px;
  padding: 10px 15px;
  width: fit-content;
  cursor: pointer;
}
.layout-offres .views-exposed-form details summary .arrow-down {
  margin-left: 10px;
}
.layout-offres .views-exposed-form details > .form-checkboxes {
  position: absolute;
  z-index: 400;
  width: fit-content;
  white-space: nowrap;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.layout-offres .views-exposed-form details > .form-checkboxes > .bef-checkboxes {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.25);
  list-style-type: none;
}
.layout-offres .views-exposed-form details > .form-checkboxes > .bef-checkboxes .form-type-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
}
.layout-offres .views-exposed-form details > .form-checkboxes > .bef-checkboxes .form-type-checkbox input {
  cursor: pointer;
}
.layout-offres .views-exposed-form details > .form-checkboxes > .bef-checkboxes .form-type-checkbox:first-of-type {
  padding-top: 10px;
}
.layout-offres .views-exposed-form details > .form-checkboxes > .bef-checkboxes .form-type-checkbox:last-of-type {
  padding-bottom: 10px;
}
.layout-offres .views-exposed-form details > .form-checkboxes > .bef-checkboxes .form-type-checkbox label {
  margin-left: 10px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: 'PlutoSansDPDRegular', Arial, Helvetica, sans-serif;
}
.layout-offres .vue-offres .offre {
  display: flex;
  flex-basis: 300px;
  padding: 15px 15px 0 0;
}
.layout-offres .vue-offres .offre .offre-wrapper {
  position: relative;
  filter: drop-shadow(8px 5px 35px rgba(183, 183, 183, 0.25));
  border-radius: 15px;
  min-height: 320px;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: 0.3s all ease;
}
.layout-offres .vue-offres .offre .offre-wrapper:hover {
  outline: 2px solid #009ADF;
  transition: 0.3s all ease;
}
.layout-offres .vue-offres .offre .offre-wrapper:hover .wrapper-link-offer span {
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.layout-offres .vue-offres .offre .views-field-field-image-de-l-offre {
  margin-bottom: 10px;
  border-radius: 15px 15px;
}
.layout-offres .vue-offres .offre .views-field-field-image-de-l-offre .field-content img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
.layout-offres .vue-offres .offre .views-field-nothing {
  padding: 0 15px;
}
.layout-offres .vue-offres .offre .views-field-nothing .field-content .wrapper-delais-destination {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.layout-offres .vue-offres .offre .views-field-nothing .field-content .wrapper-delais-destination ul {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.layout-offres .vue-offres .offre .views-field-nothing .field-content .wrapper-delais-destination ul:nth-child(2) li {
  color: #fff;
  background-color: #414042;
  padding: 5px 10px;
  margin: 2px 5px 0 0;
}
.layout-offres .vue-offres .offre .views-field-nothing .field-content .wrapper-delais-destination ul li {
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  border-radius: 23px;
}
.layout-offres .vue-offres .offre .views-field-nothing .field-content .wrapper-delais-destination ul li span {
  white-space: nowrap;
}
.layout-offres .vue-offres .offre .views-field-nothing .field-content .wrapper-delais-destination a {
  text-decoration: none;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  color: #fff;
  border-radius: 12px;
}
.layout-offres .vue-offres .offre .views-field-field-titre-de-l-offre {
  height: 40px;
  clear: both;
  padding: 0 15px;
  overflow: hidden;
  margin-top: 15px;
}
.layout-offres .vue-offres .offre .views-field-field-titre-de-l-offre .field-content {
  margin-bottom: 10px;
  font-size: 16px;
  display: -webkit-box;
  max-width: 310px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.layout-offres .vue-offres .offre .views-field-field-descriptif-de-l-offre {
  height: 100px;
  padding: 0 15px;
}
.layout-offres .vue-offres .offre .views-field-field-descriptif-de-l-offre .field-content {
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  color: #CAC4BE;
  display: -webkit-box;
  max-width: 280px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.layout-offres .vue-offres .offre .views-field-nothing-1 {
  position: relative;
  width: 100%;
}
.layout-offres .vue-offres .offre .views-field-nothing-1 .field-content {
  height: inherit;
  display: block;
  padding-top: 20px;
}
.layout-offres .vue-offres .offre .wrapper-link-offer {
  position: relative;
  text-align: center;
  margin: 0;
  height: inherit;
  display: block;
}
.layout-offres .vue-offres .offre .wrapper-link-offer .offer-link {
  height: inherit;
  display: block;
  text-decoration: none;
}
.layout-offres .vue-offres .offre .wrapper-link-offer span {
  display: block;
  text-decoration: none;
  width: 100%;
  height: inherit;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  background-color: #0060A2;
  padding: 20px 15px;
  font-size: 16px;
}
.layout-offres .vue-offres .offre .wrapper-link-offer span:hover {
  color: #fff;
  background-color: #009ADF;
  transition: 0.3s all ease;
}
.layout-offres .vue-offres .offre .link-on-offer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.layout-offres .vue-offres nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.layout-offres .vue-offres nav .js-pager__items {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.layout-offres .vue-offres nav .js-pager__items li {
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.layout-offres .vue-offres nav .js-pager__items li .pager__item--first {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.layout-offres .vue-offres nav .js-pager__items li.pager__item--last {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.layout-offres .vue-offres nav .js-pager__items li.pager__item--ellipsis {
  padding: 6px 12px;
  color: #337ab7;
}
.layout-offres .vue-offres nav .js-pager__items li.is-active {
  background-color: #337ab7;
}
.layout-offres .vue-offres nav .js-pager__items li.is-active a {
  color: #fff;
}
.layout-offres .vue-offres nav .js-pager__items li:hover a {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.layout-offres .vue-offres nav .js-pager__items li a {
  display: block;
  color: #337ab7;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  padding: 6px 12px;
}
.layout-offres .vue-offres nav li:last-child {
  border-right: none;
}
#wrapper-tags .facet-text {
  display: inline-block;
  background-color: #ebf8ff;
  color: #0060A2;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
}
#wrapper-tags .facet-text .close-button {
  cursor: pointer;
}
#wrapper-tags .facet-text .close-icon {
  padding-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #wrapper-tags .facet-text {
    margin-bottom: 10px;
  }
}
.flash-info-content .flash-info-data {
  align-items: center;
  padding: 10px 0;
}
.flash-info-content .flash-info-data .flash-info-date-effet {
  font-size: 30px;
}
.flash-info-content .flash-info-data .flash-info-taxonomy {
  text-align: right;
}
.flash-info-content .flash-info-data .flash-info-taxonomy .tag-flash-info {
  text-transform: uppercase;
}
.flash-info-content .flash-info-home {
  padding-top: 15px;
}
.flash-info-content .flash-info-home a {
  color: #009ADF;
}
@media screen and (max-width: 600px) {
  .flash-info-content .flash-info-data .flash-info-taxonomy {
    text-align: left;
  }
}
.vue-flash-infos .views-row,
.vue-anciens-flash-infos .views-row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #CAC4BE;
}
.vue-flash-infos .views-row .views-field-nothing-1,
.vue-anciens-flash-infos .views-row .views-field-nothing-1 {
  padding: 10px;
  flex: 0 1 110px;
}
.vue-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-effet,
.vue-anciens-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-effet {
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.vue-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-peremption,
.vue-anciens-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-peremption {
  font-size: 12px;
  text-align: center;
}
.vue-flash-infos .views-row .views-field-nothing,
.vue-anciens-flash-infos .views-row .views-field-nothing {
  padding: 10px;
  flex: 1 1 auto;
}
.vue-flash-infos .views-row .views-field-nothing .flash-info-content .flash-info-title a,
.vue-anciens-flash-infos .views-row .views-field-nothing .flash-info-content .flash-info-title a {
  font-size: 24px;
  line-height: 1;
  color: #009ADF;
}
.vue-flash-infos .views-row .views-field-nothing .flash-info-content .view-more-link,
.vue-anciens-flash-infos .views-row .views-field-nothing .flash-info-content .view-more-link {
  text-align: right;
}
.vue-flash-infos .views-row .views-field-nothing .flash-info-content .view-more-link a,
.vue-anciens-flash-infos .views-row .views-field-nothing .flash-info-content .view-more-link a {
  display: inline-block;
  color: #009ADF;
  text-align: right;
  font-family: 'PlutoSansDPDRegular';
}
.vue-flash-infos .views-row .views-field-field-cible-flash-info,
.vue-anciens-flash-infos .views-row .views-field-field-cible-flash-info {
  padding: 10px;
  flex: 0 1 150px;
  text-align: right;
}
.vue-flash-infos .views-row .views-field-field-cible-flash-info .tag-flash-info,
.vue-anciens-flash-infos .views-row .views-field-field-cible-flash-info .tag-flash-info {
  width: 140px;
  text-align: center;
  text-transform: uppercase;
}
.vue-anciens-flash-infos .views-row {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.vue-anciens-flash-infos .views-row:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.vue-anciens-flash-infos nav.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.vue-anciens-flash-infos nav.pager .js-pager__items {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li {
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li .pager__item--first {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li.pager__item--last {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li.is-active {
  background-color: #337ab7;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li.is-active a {
  color: #fff;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li:hover a {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li a,
.vue-anciens-flash-infos nav.pager .js-pager__items li.pager__item--ellipsis {
  display: block;
  color: #337ab7;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  padding: 6px 12px;
}
.vue-anciens-flash-infos nav.pager .js-pager__items li.pager__item--ellipsis:hover {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.vue-anciens-flash-infos nav.pager li:last-child {
  border-right: none;
}
.vue-flash-info-accueil {
  background-color: #009ADF;
}
.vue-flash-info-accueil .flash-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vue-flash-info-accueil .flash-info-title a,
.vue-flash-info-accueil .view-more-link a {
  color: #fff;
}
.vue-flash-info-accueil .flash-info-title a {
  font-size: 16px;
}
.vue-flash-info-accueil .view-more-link a {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'PlutoSansDPDRegular';
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.3s all ease;
}
.vue-flash-info-accueil .view-more-link a:hover {
  background-color: #fff;
  color: #009ADF;
  transition: 0.3s all ease;
}
.search-exposed-form {
  position: relative;
  z-index: 101;
}
.search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 {
  position: absolute;
  top: 275px;
  left: 60px;
  width: calc(100% - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 .form-actions {
  width: 40px;
}
.search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 .form-submit {
  height: 40px;
  width: inherit;
  background: #fff;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 0;
  line-height: 0;
  background-image: url('/sites/chronopost/themes/custom/chronopost/images/recherche.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 .form-item-recherche {
  width: 100%;
}
.search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 .form-item-recherche input {
  width: 100%;
  height: 40px;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 6px 15px;
  margin: 0;
  outline: 0;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
}
.vue-flash-infos nav.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.vue-flash-infos nav.pager .js-pager__items {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.vue-flash-infos nav.pager .js-pager__items li {
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.vue-flash-infos nav.pager .js-pager__items li .pager__item--first {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.vue-flash-infos nav.pager .js-pager__items li.pager__item--last {
  border-right: none;
  border-radius: 0 4px 4px 0;
}
.vue-flash-infos nav.pager .js-pager__items li.is-active {
  background-color: #337ab7;
}
.vue-flash-infos nav.pager .js-pager__items li.is-active a {
  color: #fff;
}
.vue-flash-infos nav.pager .js-pager__items li:hover a {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.vue-flash-infos nav.pager .js-pager__items li a,
.vue-flash-infos nav.pager .js-pager__items li.pager__item--ellipsis {
  display: block;
  color: #337ab7;
  font-family: 'PlutoSansDPDLight', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  padding: 6px 12px;
}
.vue-flash-infos nav.pager .js-pager__items li.pager__item--ellipsis:hover {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.vue-flash-infos nav.pager li:last-child {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .vue-flash-infos .views-row,
  .vue-anciens-flash-infos .views-row {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vue-flash-infos .views-row .views-field-nothing-1,
  .vue-anciens-flash-infos .views-row .views-field-nothing-1 {
    flex: 1 1 auto;
    order: 1;
    padding: 0;
  }
  .vue-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-effet,
  .vue-anciens-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-effet,
  .vue-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-peremption,
  .vue-anciens-flash-infos .views-row .views-field-nothing-1 .flash-info-dates .flash-info-date-peremption {
    text-align: left;
  }
  .vue-flash-infos .views-row .views-field-nothing,
  .vue-anciens-flash-infos .views-row .views-field-nothing {
    order: 3;
    padding: 10px 0 0 0;
  }
  .vue-flash-infos .views-row .views-field-nothing img,
  .vue-anciens-flash-infos .views-row .views-field-nothing img {
    width: 100%;
    height: inherit;
  }
  .vue-flash-infos .views-row .views-field-field-cible-flash-info,
  .vue-anciens-flash-infos .views-row .views-field-field-cible-flash-info {
    order: 2;
    text-align: right;
    padding-right: 0;
  }
  .vue-flash-infos .views-row .views-field-field-cible-flash-info .tag-flash-info,
  .vue-anciens-flash-infos .views-row .views-field-field-cible-flash-info .tag-flash-info {
    margin: 0;
  }
  .vue-flash-info-accueil .flash-info-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 {
    top: 50px;
    left: 40px;
    width: calc(100% - 80px);
  }
  .search-exposed-form #views-exposed-form-recherche-des-flash-infos-page-1 .form-item-recherche input {
    padding: 6px 3px;
  }
  body.flash-infos .component-layout .banniere .bloc-wysiwyg .wysiwyg p:last-child {
    display: none;
  }
  body.flash-infos .component-layout .banniere .wysiwyg-wrapper > div {
    align-items: flex-start;
  }
  .vue-flash-infos .component-layout {
    padding: 0;
  }
  .vue-flash-infos .component-layout .banniere .wysiwyg-wrapper > div,
  .vue-flash-infos .component-layout .banniere .wysiwyg-wrapper {
    align-items: flex-start !important;
  }
  .vue-flash-infos .component-layout .bloc-wysiwyg {
    padding: 0;
  }
  .vue-flash-infos .component-layout .bloc-wysiwyg p.description-text {
    display: none;
  }
}
form#webform-submission-recheche-faq-add-form {
  padding: 0;
  width: unset;
  background-color: unset;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
form#webform-submission-recheche-faq-add-form .form-item-search-keyword {
  margin-bottom: 0!important;
  width: 40%;
  height: 40px;
}
form#webform-submission-recheche-faq-add-form .form-item-search-keyword input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #e6e7e8;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
  padding: 6px 15px;
  margin: 0;
  outline: 0;
}
form#webform-submission-recheche-faq-add-form .form-actions {
  margin: 0;
  height: 40px;
  width: 40px;
}
form#webform-submission-recheche-faq-add-form .form-actions input {
  height: 40px;
  width: 40px;
  border: 1px solid #e6e7e8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  background-image: url('/sites/chronopost/themes/custom/chronopost/images/recherche.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  border-right: none;
}
@media screen and (max-width: 600px) {
  form#webform-submission-recheche-faq-add-form {
    padding: 0 15px;
  }
  form#webform-submission-recheche-faq-add-form .form-actions {
    width: 40px;
  }
}
