@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(214, 214, 214);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* Hide scrollbar for Chrome, Safari and Opera */


body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  background: #FFFFFF;
  color: #333;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  outline: none;
}
a:hover, a:focus, a::selection{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  outline: none;
}
main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  background: #F8FAFD;
  font-family: 'Inter', sans-serif;
  box-shadow: 0px 4px 26px rgb(116 128 147 / 20%);
}
/*approved*/
.approved-success {
  background: #2cd62c;
  padding: 17px 10px 10px;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
}
.approved-danger {
  background: #f44336;
  padding: 10px 0;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 47px;
}
.approved-success img {
  height: 56px;
}  
/* TnC start */
.mentionslegales-header {
  background: linear-gradient(146.7deg, #09B4DA -14.88%, #015763 117.16%);
  text-align: center;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 100;
}
.mentionslegales-body {
  padding: 117px 80px 112px;
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.mentionslegales-container {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgb(248 250 253);
  border-radius: 12px;
  padding: 24px;
  margin: 0 0 24px;
}
.mentionslegales-footer {
  background: linear-gradient(146.7deg, #09B4DA -14.88%, #015763 117.16%);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 15px;
}
/*#mentionsLegales .container-div {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgb(248 250 253);
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
 }*/
 #mentionsLegales h4,#mentionsLegales p{
   color: #213a65;
 }
 #mentionsLegales p {
   color: #213a65;
   margin-bottom: 6px;
   font-size: 12px;
   padding-left: 15px;
   word-break: break-word;
 }
 #mentionsLegales .title {
   font-size: 16px;
   padding-left: 0px;
 }
 #mentionsLegales .title-1 {
   font-size: 16px;
   padding-left: 0px;
   margin-left: 0px;
 }
 #mentionsLegales .sub-title {
   font-size: 14px;
 }
 #mentionsLegales .sub-title-1 {
   font-size: 14px;
   padding-left: 50px;
 }
 #mentionsLegales p  a{
   color: blue;
   text-decoration: underline !important;
   font-size: 12px;
 }
 #mentionsLegales p strong {
   font-weight: 900;
 }
 #mentionsLegales .sub-title strong, #mentionsLegales .title strong, #mentionsLegales .title-1 strong,#mentionsLegales .sub-title-1 strong {
   font-weight: bold;
 }
 #mentionsLegales p .span {
  font-weight: 600;
  font-size: 14px;
  padding-right: 10px;
}
#mentionsLegales p .span::after {
  font-weight: 900;
  font-family: "FontAwesome";
  content: "\f10c";
  color: #213a65;
  display: inline-block;
  font-size: 7px;
  position: absolute;
  padding-left: 2px;
}
/* TnC End */
/* Footer Start */
.main-footer {
  padding: 24px;
  margin: 38px auto 0px;
  /* background-color: #4472c4; */
  background: linear-gradient(146.7deg, #09B4DA -14.88%, #015763 117.16%);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  max-width: 1545px;
  border-radius: 12px;
}
.main-footer .section-title {
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-top: 20px; 
  margin-bottom: 10px;
}
.main-footer a {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: rgba(255, 255, 255, 0.75);
}
.main-footer .planet-logo {
  padding-left: 48px;
  padding-top: 38px;
}
.main-footer hr {
  margin: 10px 0px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.75);
}
.main-footer a:hover {
  text-decoration: none;
}
.footer-href {
  text-decoration: none !important;
}
.main-footer .flag-holder{
  padding-top: 14px;
}
.main-footer .france-flag-holder{
  margin-top: 58px;
  margin-bottom: 15px;
}
.main-footer .footer-rights-text{
  margin: 0;
  font-size: 14px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.75);
  padding: 20px 0 0;
}
.content-booking {
  padding: 48px 80px 64px;
  min-height: calc(100vh - 0px);
  overflow: auto;
  height: calc(100vh - 40px);
}
.content-booking .row {
  margin-left: -12px;
  margin-right: -12px;
}
.content-booking .col-lg-1, .content-booking .col-lg-10, .content-booking .col-lg-11, .content-booking .col-lg-12, .content-booking .col-lg-2, .content-booking .col-lg-3, .content-booking .col-lg-4, .content-booking .col-lg-5, .content-booking .col-lg-6, .content-booking .col-lg-7, .content-booking .col-lg-8, .content-booking .col-lg-9, .content-booking .col-md-1, .content-booking .col-md-10, .content-booking .col-md-11, .content-booking .col-md-12, .content-booking .col-md-2, .content-booking .col-md-3, .content-booking .col-md-4, .content-booking .col-md-5, .content-booking .col-md-6, .content-booking .col-md-7, .content-booking .col-md-8, .content-booking .col-md-9, .content-booking .col-sm-1, .content-booking .col-sm-10, .content-booking .col-sm-11, .content-booking .col-sm-12, .content-booking .col-sm-2, .content-booking .col-sm-3, .content-booking .col-sm-4, .content-booking .col-sm-5, .content-booking .col-sm-6, .content-booking .col-sm-7, .content-booking .col-sm-8, .content-booking .col-sm-9, .content-booking .col-xs-1, .content-booking .col-xs-10, .content-booking .col-xs-11, .content-booking .col-xs-12, .content-booking .col-xs-2, .content-booking .col-xs-3, .content-booking .col-xs-4, .content-booking .col-xs-5, .content-booking .col-xs-6, .content-booking .col-xs-7, .content-booking .col-xs-8, .content-booking .col-xs-9 {
  padding-right: 12px;
  padding-left: 12px;
}
.img-legal{
  background: linear-gradient(146.7deg, #09B4DA -14.88%, #015763 117.16%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 12px;
}
/* toggle button start*/
.knobs, .layer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.toggle-button{
    position: relative;
    width: 36px;
    height: 20px;
    /*overflow: hidden;*/
}
.toggle-button, .toggle-button .layer{
    border-radius: 100px;
}
.toggle-button .checkbox{
    position: relative;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.knobs
{
    z-index: 2;
}
.layer
{
    width: 100%;
    background-color: #ffffff;
    transition: 0.3s ease all;
    z-index: 1;
}
.toggle-button .knobs:before, .toggle-button .knobs:after, .toggle-button .knobs span
{
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
.toggle-button .knobs:before, .toggle-button .knobs:after
{
    color: #fff;
    z-index: 2;
}
.toggle-button .knobs span
{
    left: 2px;
    background-color: #636E7E;
    z-index: 1;
}
.toggle-button .checkbox:checked + .knobs:before
{
    left: -24px;
}

.toggle-button .checkbox:checked + .knobs:after
{
    right: 4px;
}

.toggle-button .checkbox:checked + .knobs span
{
    left: 18px;
    /*background-color: #03A9F4;*/
}
.toggle-button .knobs span {
    background-color: #FFFFFF;
}
.toggle-button .layer {
    background-color: #636E7E;
}
.toggle-button .checkbox:checked ~ .layer {
    background-color: #0084AF;
}
/* toggle button end */

