@charset "UTF-8";
body {
  font-family: 'poppins';
}
.site-footer-v2 {
  background-color: #04255a;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.site-footer-v2-part1 a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
}
.site-footer-v2-part1 a:after {
  transform-origin: 100% 50%;
}
.site-footer-v2-part1 a:after {
  display: block;
  content: '';
  border-bottom: solid 3px #fff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.site-footer-v2-part1 a:hover:after {
  transform: scaleX(1);
}
.site-footer-v2-part1 {
  display: flex;
}
.site-navbar {
  background-color: #3e8ef7;
}
.page-price .tarifs-tables {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  text-align: center;
  align-items: center;
}
.simulation .flightTrainNumber_block,
.simulation .flightOrigin_block,
.simulation .hotelNameAdresse_block,
.simulation .hotelNameAdresse3_block,
.simulation .flightTrainNumber2_block,
.simulation .hotelNameAdresse4_block,
.simulation .hotelNameAdresse2_block,
.simulation .flightOrigin2_block,
.simulation .flightTrainNumber2_block,
.simulation .transfertTime_block,
.simulation .transfertDate_block,
.simulation .transfertTime2_block,
.simulation .transfertDate2_block {
  display: none !important;
}

.site .header {
  margin-bottom: 40px;
}

.site #description {
  font-size: 24px;
}
.page-price .nbr-place-table {
  text-align: center;
  width: 100%;
  display: contents;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}
.site .form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 1140px;
  padding: 50px;
  margin: 10px auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  padding-bottom: 100px;
}

/*  .form-wrap:before {
    content: "";
    width: 90%;
    height: calc(100% + 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    background: #00bcd9;
    z-index: -1;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
} */

.site .form-group {
  margin-bottom: 5px;
  width: 100%;
}

.site .form-group > label {
  display: block;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}
.label-category {
  font-size: 28px;
  line-height: 60px;
  border-bottom: 1px solid #64585829;
}

.site .custom-control-label {
  color: #000;
  font-size: 16px;
}

.site .form-control {
  height: 50px;
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site .form-control:focus {
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.site textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.site .btn {
  padding: 0.657rem 0.75rem;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site .btn-primary {
  color: #fff;
  background-color: #00bcd9;
  border-color: #00bcd9;

  border-radius: 5px;
}
button.btn.btn-primary.btn-block.btn-suivant {
  margin-top: -130px;
}
.toast-color {
  color: #1f5ab6;
  background-color: #ffffff;
  border: 1px solid #1f5ab6;
  font-family: 'Poppins';
  padding: 35px 10px;
  font-size: 18px;
  text-align: center;
}
.toast-body .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.allrightreserved {
  line-height: 33px;
}
.row.justify-content-center.fs-17.fw-300.mt-5.mb-4.md-mt-45px.md-mb-45px.xs-mt-35px.xs-mb-35px
  a {
  text-decoration: none;
}
.btn-secondar {
  color: #fff;
  background-color: #00bcd9;
  border-color: #00bcd9;

  border-radius: 5px;
}
.site .btn-primary:hover {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.site .btn-primary:focus,
.site .btn-primary.focus {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.site .btn-primary:not(:disabled):not(.disabled):active,
.site .btn-primary:not(:disabled):not(.disabled).active,
.site .show > .btn-primary.dropdown-toggle {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
}

.site .btn-primary:not(:disabled):not(.disabled):active:focus,
.site .btn-primary:not(:disabled):not(.disabled).active:focus,
.site .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .site-navbar .navbar-header {
    display: none;
  }
}
.site-navbar .navbar-container {
  background-color: #fff;
}
.site-navbar .navbar-container .navbar-brand-center {
  position: absolute;
  left: 50%;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767.98px) {
  .site-navbar .navbar-container .navbar-brand-center {
    display: none;
  }
}
.site-navbar .navbar-container .navbar-brand-center > a {
  display: block;
  padding: 20px;
}
.site-navbar .navbar-container .navbar-brand-center .navbar-brand-logo-normal {
  display: none;
}
.site-navbar .navbar-container .navbar-brand-center .navbar-brand-logo-special {
  display: inline-block;
}
.site-navbar .navbar-container .navbar-toolbar [data-toggle='menubar'] {
  padding: 6px 7px;
  margin-top: 16px;
  margin-right: 10px;
  margin-bottom: 16px;
  border-radius: 1000px;
}
.site-navbar .navbar-container .navbar-toolbar [data-toggle='menubar']:focus,
.site-navbar .navbar-container .navbar-toolbar [data-toggle='menubar']:hover {
  color: #fff;
  background-color: transparent;
}
.site-navbar .navbar-container .navbar-search-overlap {
  z-index: 1;
}
.site-navbar.navbar-inverse .navbar-container {
  background-color: transparent;
}
.site-navbar.navbar-inverse
  .navbar-container
  .navbar-brand-center
  .navbar-brand-logo-normal {
  display: inline-block;
}
.site-navbar.navbar-inverse
  .navbar-container
  .navbar-brand-center
  .navbar-brand-logo-special {
  display: none;
}

@media (max-width: 767.98px) {
  .site-navbar.navbar .navbar-header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .site-navbar.navbar .navbar-collapse {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .site-navbar.navbar .navbar-search {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

html,
body {
  height: 100%;
}

body {
  padding-top: 66.01px;
}

.header1:not(.fixed) {
  z-index: 10;
}
.site.survey-form input#transfer_pickUpTime::-webkit-calendar-picker-indicator {
}
input[type='time'] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 1.2em;
  min-width: 100%;
  padding: 13px !important;
}
.header1 {
  width: 100%;
  position: absolute;
  padding-top: 15px;
  z-index: 1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-logo {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins';
}
.site-logo img {
  width: 160px;
}
header {
  position: absolute !important;
}
.header1 .row .col-left {
  padding: 6px 0;
  flex: auto;
  max-width: 30%;
}

.header1 .logo {
  display: flex;
  align-items: center;
}

.header1 .row .col-center {
  padding: 6px 0;
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: end;
}
.header1.scrolled {
  background: none;
  background-color: #04255a;
  transition: background-color 0.3s ease;
  position: fixed;
  padding: 0;
  box-shadow: 0px 1px 0px 2px #3131314d;
}
.menu-main {
  position: relative;
}
.head-lang span {
  color: #fff;
  vertical-align: middle;
}
.sub-menu.overflowed span {
  color: #000;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-main ul {
  flex-wrap: wrap;
  justify-content: center;
}
.nav li.menu-item {
  padding: 20px;
  padding-bottom: 5px;
}
.nav li.menu-item .active {
  font-weight: 600;
}

.nav li.menu-item a.hovering:after {
  display: block;
  content: '';
  border-bottom: solid 3px #fff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.nav li.menu-item a.hovering:hover:after {
  transform: scaleX(1);
}
.nav li.menu-item a.hovering:after {
  transform-origin: 100% 50%;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
}
.navigation-main > li {
  display: inline-block;
}

.navigation-main li {
  position: relative;
}
.header1 a {
  text-decoration: none;
  opacity: 1;

  cursor: pointer !important;
  color: #fff;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}
.navigation-main > li > a {
  opacity: 1;
  color: #fff;
}
.navigation-main > li > a {
  padding: 10px 3px;
  margin: 0 8px;
  transition: border-color;
  font-size: 17px;
}

.navigation-main a {
  position: relative;
  color: #fff;
  font-size: 14px;
}
.navigation-main a {
  display: block;
  white-space: nowrap;
}
.navigation-main > li:first-child ul {
  margin-left: 0;
}
.navigation-main ul.overflowed {
  overflow: auto;
}
.navigation-main ul.overflowed {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .navigation-main ul {
    border-radius: 4px;
    scrollbar-width: 18px;
    scrollbar-color: #eaeced #fff;
  }
}
.navigation-main ul {
  padding: 16px 0 8px;
  list-style: none;
  background-color: #fff;
  min-width: 170px;
  border-radius: 3px;
  max-height: 420px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.05);
}
.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s ease 0.085s;
  transform: translate(0, 10px);
  margin-left: 12px;
  z-index: -1;
}
.navigation-main > li:hover > ul {
  transform: translate(0, 0);
}

.navigation-main li:hover ul {
  z-index: 15;
}
.navigation-main li:hover > ul {
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
  z-index: 9;
  padding: 15px 10px;
}
.navigation-main li li a {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(45, 59, 78, 0.67);
}
.sub-menu .menu-item a {
  color: rgba(45, 59, 78, 0.67) !important;
}
.navigation-main .sub-menu li a {
  color: rgba(45, 59, 78, 0.67) !important;
  border: 1px solid;
  margin-bottom: 5px;
}
.navigation-main .sub-menu li a:hover {
  background-color: #1f5ab6;
}
.header1 .row .col-right {
  padding: 6px 0;
  display: flex;
  justify-content: flex-end;
  flex: auto;
  align-items: center;
  max-width: 30%;
}
.navigation-main .nav-button.nav-button a {
  margin-left: 8px;
}
.navigation-main .inverted.nav-button a {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}
header .nav-button a:first-child {
  display: block;
}
.navigation-main > li:last-child > a {
  margin-right: 0;
}
.navigation-main .nav-button > a {
  border: none;
  background-color: #00cf95;
  border-radius: 4px;
  padding: 11px 16px;
  transition: all 0.3s ease-in;
  font-weight: 700;
  margin-right: 0;
  margin: 0 0 0 16px;
  min-width: 110px;
  text-align: center;
}
.navigation-main > li > a {
  opacity: 1;
  color: #fff;
}

.jumbo .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.jumbo {
  position: relative;
}
.jumbo-content {
  height: 750px;
  position: relative;
}
.jumbo-content-autres-pages {
  height: 460px;
  position: relative;
}
.jumbo .bg:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.jumbo .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
}
.grand-titre {
  margin-top: 210px;
  color: #fff;
  font-size: 70px;
  line-height: 91px;
  font-weight: 500;
  font-family: 'Poppins';
}
.sous-grand-titre {
  margin-top: 40px;
  font-size: 36px;
  color: #fff;
}
.service-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
.pourquoi-nous-choisir {
  background-image: url(../../../assets/site/images/illustration4.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 150px;
  margin-top: 100px;
  position: relative;
}
.pourquoi-nous-choisir::after {
  position: absolute;
  content: '';
  background-image: linear-gradient(#07284e7d, #03435b6b, #03034782);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  right: 0;
}

.pourquoi-nous-choisir-titre {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.pourquoi-nous-choisir-sous-titre {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer-top {
  padding: 50px;
}
.footer-dark .widget-text {
  color: #ffffff;
  opacity: 0.4;
  font-size: 16px;
}
.consultation-title {
  font-size: 40px;
  font-weight: 500;
}
.footer-top .btn.btn-rounded.btn-rounded {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.footer-top .btn.btn-rounded.btn-extra-large {
  padding: 18px 46px;
}

.footer-top .btn.btn-extra-large {
  font-size: 17px;
}
.footer-top .btn.btn-base-color {
  background-color: #05014e;
  color: var(--white);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
input.border-color-transparent-white-light.bg-transparent.border-radius-4px.w-100.form-control.lg-ps-15px.required.fs-16 {
  border-color: #fff;
}
i.fa.fa-envelope {
  color: #fff;
}
.secondary-color-footer {
  color: #ffffff;
  opacity: 0.4;
  margin-top: 15px;
  margin-bottom: 7px;
}
ul.small-icon.light {
  display: flex;

  padding: 0;
  /* justify-content: space-between; */
  padding-right: 140px;
  /* display: inline-flex; */
  font-size: 16px;
}
.footer .footer-dark ul li {
  margin-bottom: 10px;
  margin-right: 25px;
}
ul.footer-navbar.sm-lh-normal {
  display: flex;
  justify-content: end;
}
input.border-color-transparent-white-light.bg-transparent.border-radius-4px.w-100.form-control.lg-ps-15px.required.fs-16 {
  padding: 28px 20px;
}
.newsletter-style-02 .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 4px 4px 0;
  padding: 10px 25px 9px 25px;
  display: inline-block;
  background-color: transparent !important;
}
.sous-titre-contact {
  text-align: center;
  font-size: 18px;
  color: #04255a;
  margin-bottom: 50px;
}
.contat-title {
  margin-top: 100px;
  margin-bottom: 20px;
}
.page-price .result {
  float: left;
  width: 100%;
  background: #fff;
  color: #34394a;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #dfdfd0;
  -moz-box-shadow: inset 0 0 0 1px #dfdfd0;
  box-shadow: inset 0 0 0 1px #dfdfd0;
  margin: 0 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-price .result .one-half {
  width: 75%;
  -webkit-box-shadow: 1px 0 0 0 #dfdfd0 inset, -1px 0 0 0 #dfdfd0 inset;
  -moz-box-shadow: 1px 0 0 0 #dfdfd0 inset, -1px 0 0 0 #dfdfd0 inset;
  box-shadow: 1px 0 0 0 #dfdfd0 inset, -1px 0 0 0 #dfdfd0 inset;
  padding: 0px;
}
.page-price .result .trigger {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  top: 35%;
  right: 25px;
  z-index: 2;
}
.page-price .result .one-half h3 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfd0;
  width: 100%;
  padding: 22px 30px 20px;
  position: relative;
  margin: 0;
}
.page-price .result ul {
  margin: 0;
  display: table;
  width: 100%;
  height: 132px;
  padding: 0;
}
.page-price .result li {
  width: 33.333%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.page-price .result li .icon {
  margin: 0 0 10px;
}
.page-price .icon-themeenergy_user-3:before {
  content: '\f1fe';
}
.page-price .result li p {
  padding: 0;
  line-height: 1.2;
}
.page-price .result .one-fourth {
  width: 23%;
  position: relative;
}

.page-price .results article:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.one-half {
  float: left;
  width: 50%;
  padding: 0 15px 30px;
  max-width: 100%;
}
.page-price .result ul > li {
  list-style: none;
  position: relative;
  padding: 0px;
  border: 1px solid #efefe7;
}
.one-fourth {
  float: left;
  width: 25%;
  padding: 0 px;
  max-width: 100%;
}
.page-price .result .one-fourth > div {
  padding-top: 20px;
  height: 100%;
  display: inline-block;
  width: 100%;
  position: relative;
}
.page-price .result .price {
  font-size: 17px;
  text-align: center;
}
.page-price .result .meta {
  font-size: 15px;
  color: #34394a;
}
.page-price .results {
  float: left;
  width: 100%;
  margin: 10px 0 5px;
}
.page-price .wrap {
  margin: 0 auto;
  width: 1170px;
  text-align: left;
  position: relative;
  max-width: 94%;
  display: inline-block;
}
.site .panel {
  position: relative;
  margin-bottom: 2.143rem;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 0.286rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.site .recap {
  border: 1px solid #1f5ab6;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgb(29 49 82 / 10%);
}
.page-price .nbr-place-table div:nth-child(1) {
  color: #6db0f4;
}
.total {
  margin-top: 20px;
  color: #1f5ab6;
  font-size: 18px;
}
.total-recap {
  float: right;
  font-weight: 500;
}
.page-price .nbr-place-table div:nth-child(2) {
  color: #4a8ccd;
}
.page-price .nbr-place-table div:nth-child(3) {
  color: #2a679e;
}
.page-price .nbr-place-table div:nth-child(4) {
  color: #2a419e;
}
.page-price .nbr-place-table div:nth-child(5) {
  color: #1b2f81;
}
.page-price .nbr-place-table div:nth-child(6) {
  color: #0e0a51;
}
.card-transfert h2 {
  font-size: 28px;
}
.jumbo-content-autres-pages .sous-grand-titre {
  display: none;
}
@media (max-width: 767.98px) {
  .site-navbar.navbar-default .navbar-toggler {
    color: #fff;
  }
  .site-navbar.navbar-default .navbar-brand {
    color: #fff;
  }
  .site-navbar.navbar-default .hamburger::before,
  .site-navbar.navbar-default .hamburger::after,
  .site-navbar.navbar-default .hamburger .hamburger-bar {
    background: #fff;
  }

  .mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
  }

  .topnav {
    overflow: hidden;
    background-color: #04255a;
    position: relative;
    z-index: 11;
  }

  .topnav #myLinks {
    display: none;
  }

  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .topnav a.icon {
    background: transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .topnav a:hover {
    background-color: transparent;
    color: white;
  }

  .active {
    background-color: #04255a;
    color: white;
  }
  .jumbo-content {
    width: 100%;
    height: auto;
  }

  .site .form-wrap {
    padding: 30px 10px !important;
    padding-bottom: 100px !important;
  }
  .site .custom-control {
    padding-left: 0px;
  }

  .site .form-group > label {
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
  }
  .site label.mb-4.label-category {
    line-height: 34px;
    margin-top: 0;
  }
  #transfer_type label {
    width: 25%;
    margin: 0px !important;
    text-align: center;
    padding: 10px 9px;
    cursor: pointer;
    position: relative;
    font-size: 10px;
  }
  .form-group.journy-type input[type='radio']:checked + .required::after {
    top: 29px;
    right: 9px;
    position: absolute;
    width: 7px;
    height: 7px;
    content: '\f00c';
    font: normal normal normal 10px / 1 FontAwesome;
    color: #35b4b5;
  }

  .site .form-wrap.step1 {
    padding-bottom: 0px !important;
  }
  .site.survey-form {
    margin-top: 0px;
  }

  .pourquoi-nous-choisir {
    padding: 100px 50px;
    width: 100%;

    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer-top {
    padding: 10px;
  }
  ul.small-icon.light {
    padding-right: 20px;
  }
  .footer-top .btn.btn-rounded.btn-extra-large {
    margin-top: 15px;
  }
  .page-price .result .one-half {
    font-size: 12px;
  }
  .one-fourth {
    padding: 0px;
  }
  .page-price .result .one-fourth > div {
    padding-top: 20px;
  }
  .page-price .result .price {
    text-align: center;
    font-size: 17px;
  }
  .page-contact.form-wrap {
    margin-right: 15px;
    margin-left: 15px;
    width: 93%;
  }
  .page-price .tarifs-tables {
    padding: 10px;
  }
  .row.nbr-place-table {
    font-size: 12px;
  }
  .sous-grand-titre {
    margin-top: 50px;
    font-size: 22px;
    color: #fff;
  }

  .jumbo-content {
    height: 210px;
    position: relative;
  }
  .jumbo-content-autres-pages {
    height: 210px;
    position: relative;
  }
  .grand-titre {
    margin-top: 50px;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    font-family: 'Poppins';
  }
  .jumbo-content-autres-pages .sous-grand-titre {
    display: none;
  }
  .recap {
    margin-top: 30px;
  }
  .site-footer-v2 {
    background-color: #04255a;
    padding: 10px 5px;
    color: #fff;
    font-size: 8px;
  }
  .site-footer-v2-part1 {
    display: flex;
    align-items: center;
    width: 25%;
  }
  .site-footer-v2-part1 a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    display: contents;
  }
  .site-footer-v2-part1-1 {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .site-footer-v2-part1 {
    display: flex;
    align-items: center;
    width: 30%;
  }
}
