body {
  background-color: #fff !important;
}

.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.montserrat-300 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.montserrat-900 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.delivry_choice .item {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.delivry_choice span {
  padding: 12px 0px 0px 17px;
  font-weight: 500;
  font-size: 15px;
  position: absolute;
}

.blue-gradient {
  background: linear-gradient(
    90deg,
    rgba(210, 241, 254, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
}
.rose-gradient {
  background: linear-gradient(90deg, #ffe4e2 0%, #e6b9b1 100%);
}
.yellow-gradient {
  background: linear-gradient(90deg, #fffac9 0%, #f9e27b 100%);
}

.expediee {
  background-color: #fbfbfb;
  border-radius: 20px;
  padding: 20px 40px;
}

.bloc-title {
  max-width: 700px;
}

body {
  font-family: "Montserrat", sans-serif;
}

section h2 {
  font-size: 26px;
}

.mr-1 {
  margin-right: 10px;
}

.ml-1 {
  margin-left: 10px;
}

/* START -- SECTION HOW TO SEND */
section.howtosend .container {
  max-width: 800px;
  margin: 0 auto;
}

section.howtosend .title {
}

section.howtosend p {
  font-size: 15px;
}
/* END -- SECTION HOW TO SEND */

.georgia {
  font-family: "Georgia", sans-serif;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: rgb(var(--bs-tertiary-color-rgb));
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -0.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

:root {
  --base-blue: #0b2e3a;
  --base-green: #70d27d;
  --base-size-p: 15px;
}

.ckeditor a {
  color: var(--base-green);
  text-decoration: none;
}

.ckeditor h1,
.ckeditor h2,
.ckeditor h3,
.ckeditor h4,
.ckeditor h5,
.ckeditor h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.btn-primary {
  padding: 13px 27px 13px;
  border-radius: 26px;
  font-size: 14px;
  background-color: var(--base-blue);
  border: 0px;
  font-weight: 500;
}

.ml-3 {
  margin-left: 10px;
}

.btn-xs {
  padding: 7px 17px 7px !important;
}

.btn-secondary {
  padding: 13px 27px 13px;
  border-radius: 26px;
  font-size: 14px;
  color:#707070;
  background-color: #F8F8FB;
  border: 0px;
  font-weight: 500;
}

.accordion-item {
  border: 0px;
}

.accordion-button {
  background-color: transparent !important;
  padding-left: 0px;
  color: var(--base-green);
  font-weight: 600 !important;
  font-size: 15px !important;
}

button:focus:not(:focus-visible) {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#results {
  margin-top: 20px;
}

#results .faq-item-title {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: var(--base-green);
}

#results .faq-item-content {
  font-size: var(--base-size-p);
}

.form-rounded {
  height: 49px;
  border-radius: 30px;
  padding-left: 21px;
}

.accordion-body {
  font-size: var(--base-size-p);
  padding-left: 0px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border: 0px;
}

.accordion-button:not(.collapsed) {
  color: var(--base-green);
}

.showAllAd .item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
}

.cpointer {
  cursor:pointer;
}

.showAllAd .js-marker {
  cursor:pointer;
}

.showAllAd .item .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 6px;
  display: block;
}

.showAllAd .item .delivry {
  border-left: 1px solid black;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  color: var(--base-green);
}

.showAllAd .item .delivry .departure,
.showAllAd .item .delivry .arrival {
  display: block;
}

.showAllAd .item .date {
  font-size: 13px;
  margin-top: 6px;
  color: var(--base-blue);
}

.showAllAd .item .delivry .departure::before,
.showAllAd .item .delivry .arrival::before {
  content: url(/images/smallbgrotate.svg);
  margin-left: -20px;
  margin-right: 9px;
}

.showAllAd {
  display: grid;
  grid-template-columns: 5fr 5fr;
}
.showAllAd .list {
  padding: 20px;
}

.showAllAd #map {
  position: sticky !important;
  top: 0;
  right: 0;
  left: 0;
  height: 87vh;
}

.marker.is-active .leaflet-popup-content-wrapper, .marker .leaflet-popup-content-wrapper:hover {
  border:1px solid #70d27d4f;
  cursor:pointer;
}

.fs14 {
  font-size: 14px;
}

.adForm #adressStart .mapboxgl-ctrl-geocoder {
  z-index: 1100;
}

.adForm .mapboxgl-ctrl-geocoder {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
}

.adForm input,
.adForm select,
.adForm textarea {
  border: 1px solid #707070;
  border-radius: 20px;
}
.adForm .stronger label {
  font-weight: 700;
}
#traject_form_radius {
  border: 0;
  border-radius: 0;
}
.adForm .iKnowSize, .adForm .iDontKnowSize {
  background: #69c67633;
  border-radius: 10px;
  padding: 15px;
}

.adForm .toggle {
  text-decoration: none;
  color: var(--base-blue);
  font-weight: 500;
  font-size: 14px;
}

.adForm .toggleBloc a:first-child {
  margin-right: 20px;
}

.adForm .toggleBloc a.active {
  border-bottom: 2px solid #0b2e3a;
}

.adForm .toggleBloc {
  margin-bottom: 15px;
}

.adForm .size-choicetype .form-check {
  border: 1px solid #4e4e4e30;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 39px;
  cursor: pointer;
}

.adForm .feature-choicetype .form-check {
  border: 1px solid #4e4e4e30;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
}
.adForm .feature-choicetype .form-check label p {
  font-size: 13px;
}

.adForm .size-choicetype .form-check:hover,
.feature-choicetype .form-check:hover {
  background: #4e4e4e08;
}

.adForm .size-choicetype img {
  width: 40px;
  margin-right: 10px;
}

.adForm .feature-choicetype img {
  height: 40px;
  width: auto;
  margin-bottom: 5px;
}

.feature-choicetype {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
}

.feature-choicetype .form-check {
  width: 31%;
  margin: 5px;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  box-shadow: none !important;
}
.feature-choicetype .form-check input {
  float: inherit;
  margin-left: 0px;
  margin-bottom: 14px;
}
.adForm #ad_form_packages_0_size .choice {
  font-weight: 500;
}

.adForm .iDontKnowSize fieldset {
  margin-bottom: 0 !important;
}

.adForm #ad_form_packages_0_size p {
  font-size: var(--base-size-p);
  margin-bottom: 0;
}

.adForm .package-item .delete button {
  border: 0;
  background-color: #ffe3e3;
  color: #ef2a2a;
  font-size: 12px;
  width: 30px;
  padding: 0;
  height: 30px;
  border-radius: 50%;
  margin-top: -5px;
  margin-bottom: 5px;
}

.adForm .package-item .delete {
  text-align: right;
}

.adForm .package-item {
  margin-bottom: 10px;
}

.adForm .package-item::not(:first-child) {
  margin-top: 10px;
}

.add_item_link span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.add_item_link {
  border: 0;
  margin-top: 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: block;
  width: 100%;
  border-radius: 18px;
}

.details .title {
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color:#70D27D;
}

.details .value {
  font-size: 22px;
  margin-top: 10px;
}

.content-bloc {
    border: 1px solid #aaaaaa26;
    padding: 20px;
    border-radius: 22px;
    background: #fbfbfb;
}

.faq-category-item {
  border: 1px solid #aaaaaa;
  padding: 20px;
  border-radius: 22px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.mtm-para {
  font-size: var(--base-size-p);
  font-weight: 500;
}

.mtm-h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.links {
  margin-top: 25px;
}

.links a {
  color: #707070;
  display: block;
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}
.links a:hover {
  color: var(--base-blue);
}
.links a.active {
  font-weight: bold;
  color: var(--base-blue);
}

.faq-category-item:hover {
  border: 1px solid #707070;
}

.faq-category-item .title {
  font-size: 21px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.faq-category-item .content {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: var(--base-size-p);
}

.faq-category-item .total {
  font-weight: 500;
  color: var(--base-green);
}

.btn-primary:hover {
  background-color: #204e5e;
  border: 0px;
}

.bg-gray {
  background-color: #fbfbfb;
}

section {
  padding: 50px 0px;
  margin: 50px 0px;
}

footer {
  color: #fff;
  background-color: #0b2e3a;
}

.carousel-caption {
  max-width: 330px;
  text-align: center;
}

.carousel-caption p {
  color: #0b2e3a;
  font-size: 14px;
  font-weight: 700;
}

.first-slide-carousel {
  background: url(/images/cars.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header {
  background-color: #fbfbfb;
}

header .navbar-collapse {
  flex-grow: inherit;
}

header .nav-pills {
  border-bottom: 1px solid #0b2e3a;
}

.jumbotron {
  background-color: #fbfbfb;
}

.jumbotron h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: var(--base-blue);
}
.jumbotron span {
  color: var(--base-green);
}

header .nav-item {
  display: flex;
  justify-content: center;
}

header .nav-item:hover::after {
  transform: rotate(180deg);
  transition: transform 330ms ease-in-out;
}

header .nav-item:after {
  content: url(/images/smallbg.svg);
  position: absolute;
  margin-top: 27px;
}

header .nav-item a .parenthese {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

header .nav-item a {
  color: #0b2e3a;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 13px;
}

header .nav-item a:hover {
  color: var(--base-green);
}

.carousel-caption h1 {
  color: var(--base-green);
  font-weight: 900;
  line-height: 35px;
  font-size: 28px;
  text-transform: uppercase;
}

.carousel-caption h1 span {
  font-size: 47px;
  color: #0b2e3a;
}

.carousel-caption h2 {
  color: #0b2e3a;
  font-weight: 900;
  line-height: 26px;
  font-size: 25px;
  text-transform: uppercase;
}

.carousel-caption h2 span {
  color: var(--base-green);
}

footer h5 {
  color: var(--base-green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .nav-link {
  color: #fff;
  font-size: 13px;
}

footer .nav-link:hover {
  color: #dedede;
}

.leaflet-popup-content .title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 6px;
    display: block;
}

.leaflet-popup-content .delivry {
  border-left: 1px solid black;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  color: var(--base-green);
}

.leaflet-popup-content .delivry .departure::before, .leaflet-popup-content .delivry .arrival::before {
  content: url(/images/smallbgrotate.svg);
  margin-left: -20px;
  margin-right: 9px;
}

.leaflet-popup-content .delivry .departure {
  display:block;
}

.leaflet-popup-content .date {
  font-size: 13px;
  margin-top: 6px;
  color: #0b2e3acc;
  display: block;
}

.leaflet-popup.is-expanded {
  min-width: 480px;
  z-index: 301;
}

.leaflet-popup .price {
  font-weight: bold;
  font-size: 13px;
}

.leaflet-popup-content {
  margin:7px 8px 7px 8px !important;
}

.leaflet-popup-tip {
  width: 9px !important;
  height: 15px !important;
}

#traject_form_isArroundMe, #traject_form_isRegular {
  display:flex;
  gap: 30px;
}

.bgrounded {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #0B2E3A
}

#registration_form_isCarrier, #registration_form_isPro {
  display: flex;
  justify-content: space-between;
}

#registration_form_isCarrier .form-check, #registration_form_isPro .form-check {
  border:2px solid #e4e4e4;
  width: 49%;
  padding: 20px;
  display: flex;
  border-radius: 20px;
}
#registration_form_isCarrier .form-check.active, #registration_form_isPro .form-check.active {
  border:2px solid var(--base-green);
}

#registration_form_isCarrier .form-check .form-check-input, #registration_form_isPro .form-check .form-check-input {
  float: inherit;
  margin-left: inherit;
  margin-right: 10px;
}

.badge-isProOnly {
  background-color: #94d0ff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: white;
}

.badge-isUrgent {
  background-color: #ffd149;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: white;
}

.css-1ep5syy {
  padding-top: 70px;
  z-index: 1;
  position: absolute;
}

.css-rs9umq {
  max-width: 100vw;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  animation-duration: 250ms;
  animation-timing-function: ease;
  width: 320px;
  position: relative;
  padding: 28px;
  gap: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 12px;
}

.css-rs9umq a {
  font-weight: 500;
}

.css-11232jy {
  transition: color 0.3s ease-in-out 0s;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  color: rgb(72, 72, 103);
  font-weight: 600;
  font-size: 1.4rem;
}