.co-bsh-smallDrop {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.co-bsh-bigDrop {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-card-shadow {
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.3);
}
.co-mixin-appearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.co-mixin-hide-offcanvas {
  position: absolute;
  left: -9999px;
  appearance: none;
}
.co-mixin-clearfix:before,
.co-mixin-clearfix:after {
  content: " ";
  display: table;
}
.co-mixin-clearfix:after {
  clear: both;
}
.co-mixin-nolist {
  list-style: none;
  padding: 0;
}
.co-mixin-nolist li {
  list-style-type: none;
}
.co-mixin-nobreak {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.co-mixin-spcBtwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.co-focus-underline69 {
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.co-focus-underline69:focus,
.co-focus-underline69:active {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.co-dropdown {
  position: relative;
}
.co-dropdown .arrow {
  top: 1.3rem;
  color: #005EBA;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  text-decoration: none;
  vertical-align: middle;
  position: absolute;
  right: 1rem;
  font-family: 'TScomUIicons';
}
.co-dropdown .errorMsg.insideList {
  display: block;
  z-index: 100;
  position: relative;
  min-height: 4rem;
  text-align: center;
  background-color: #EEEEEE;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.co-dropdown .errorMsg.insideList span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0.5rem;
}
.co-dropdown.empty input:not(:focus) ~ label {
  font-size: 1.8rem;
  color: #696969;
  font-weight: 400;
}
.co-dropdown-input[disabled],
.co-dropdown input[type="text"]:not(.input-isReadonly):disabled,
.co-dropdown input[type="text"]:not(.input-isReadonly):disabled.filled {
  border-bottom-color: transparent;
}
.co-dropdown-input[disabled] + label + .arrow,
.co-dropdown input[type="text"]:not(.input-isReadonly):disabled + label + .arrow,
.co-dropdown input[type="text"]:not(.input-isReadonly):disabled.filled + label + .arrow {
  display: none;
}
ul.co-dropdown-list {
  z-index: 100;
  position: absolute;
  width: 100%;
  padding: 0;
  margin-left: 0;
  max-height: 30rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: height 2s ease;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  user-select: none;
  -webkit-user-select: none;
}
ul.co-dropdown-list li {
  list-style-type: none;
  position: relative;
  height: 4rem;
  margin: 0;
  padding: 0.5rem 1rem;
  border-bottom: solid 0.2rem #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #002855;
  cursor: pointer;
  background-color: #FFFFFF;
  /* CSS for FlightDropDown */
}
ul.co-dropdown-list li.selected {
  padding-left: 0.7rem;
  border-left: solid 0.3rem #005EBA;
  background-color: #EEEEEE;
}
ul.co-dropdown-list li.active,
ul.co-dropdown-list li.mouseActive {
  background-color: #EEEEEE;
}
ul.co-dropdown-list li:last-child {
  margin-bottom: 0;
  border: none;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"],
ul.co-dropdown-list li[data-uid*="CITY"],
ul.co-dropdown-list li[data-uid*="AIRPORT"] {
  height: 5.1rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .tsIcon,
ul.co-dropdown-list li[data-uid*="CITY"] .tsIcon,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .tsIcon {
  float: left;
  width: 2rem;
  height: 4.3rem;
  margin-right: 1rem;
  padding-top: 0.5rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .tsIcon:before,
ul.co-dropdown-list li[data-uid*="CITY"] .tsIcon:before,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .tsIcon:before,
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .tsIcon:after,
ul.co-dropdown-list li[data-uid*="CITY"] .tsIcon:after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .tsIcon:after {
  display: inline-block;
  width: 2rem;
  font-family: TScomUIicons;
  line-height: 1;
  color: #005EBA;
  text-align: center;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .tsIcon.place:after,
ul.co-dropdown-list li[data-uid*="CITY"] .tsIcon.place:after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .tsIcon.place:after {
  content: "\e9991";
  font-size: 2rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .tsIcon.flight:after,
ul.co-dropdown-list li[data-uid*="CITY"] .tsIcon.flight:after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .tsIcon.flight:after {
  content: "\e924";
  font-size: 2.6rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .tsIcon.train:after,
ul.co-dropdown-list li[data-uid*="CITY"] .tsIcon.train:after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .tsIcon.train:after {
  content: "\e9e2";
  font-size: 2.1rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot {
  border-radius: 5px;
  padding: 0 1rem !important;
  background-color: transparent;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot:hover,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot:hover,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot:hover {
  background-color: #EEEEEE;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top {
  display: grid;
  grid-template-columns: auto auto 1fr;
  justify-content: start;
  align-items: baseline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-items: end;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsCity,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsCity,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsCity {
  color: #696969;
  font-size: 1.6rem;
  max-width: 100%;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsCity::after,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsCity::after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsCity::after {
  content: ",\00a0";
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsCountry,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsCountry,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsCountry {
  font-size: 1.2rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsAirport,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsAirport,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsAirport {
  color: #696969;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsCode,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsCode,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsCode {
  text-transform: uppercase;
  color: #696969;
  position: relative;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsCode::before,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsCode::before,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsCode::before {
  content: "\00a0(";
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top .tsCode::after,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top .tsCode::after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top .tsCode::after {
  content: ")";
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top.selected .tsCity,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top.selected .tsCity,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top.selected .tsCity {
  color: #005EBA;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top.active,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top.active,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top.active,
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-top.mouseActive,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-top.mouseActive,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-top.mouseActive {
  background-color: transparent;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot-item-bottom,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot-item-bottom,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"] .option-slot .ts-icon::after,
ul.co-dropdown-list li[data-uid*="CITY"] .option-slot .ts-icon::after,
ul.co-dropdown-list li[data-uid*="AIRPORT"] .option-slot .ts-icon::after {
  color: #005EBA;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].sub .tsIcon,
ul.co-dropdown-list li[data-uid*="CITY"].sub .tsIcon,
ul.co-dropdown-list li[data-uid*="AIRPORT"].sub .tsIcon {
  width: 4rem;
  padding-top: 0;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].sub .tsIcon:before,
ul.co-dropdown-list li[data-uid*="CITY"].sub .tsIcon:before,
ul.co-dropdown-list li[data-uid*="AIRPORT"].sub .tsIcon:before {
  content: "\00a0";
  position: relative;
  width: 0.2rem;
  height: 5.1rem;
  background-color: #EEEEEE;
  margin-left: 1rem;
  top: -2rem;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].sub .tsIcon:after,
ul.co-dropdown-list li[data-uid*="CITY"].sub .tsIcon:after,
ul.co-dropdown-list li[data-uid*="AIRPORT"].sub .tsIcon:after {
  float: right;
  position: relative;
  top: 0.5rem;
  right: 0;
  text-align: right;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].sub .tsGroupList,
ul.co-dropdown-list li[data-uid*="CITY"].sub .tsGroupList,
ul.co-dropdown-list li[data-uid*="AIRPORT"].sub .tsGroupList,
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].sub .tsAirport,
ul.co-dropdown-list li[data-uid*="CITY"].sub .tsAirport,
ul.co-dropdown-list li[data-uid*="AIRPORT"].sub .tsAirport {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 5rem);
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].selected .tsCity,
ul.co-dropdown-list li[data-uid*="CITY"].selected .tsCity,
ul.co-dropdown-list li[data-uid*="AIRPORT"].selected .tsCity {
  color: #005EBA;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].active,
ul.co-dropdown-list li[data-uid*="CITY"].active,
ul.co-dropdown-list li[data-uid*="AIRPORT"].active,
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].mouseActive,
ul.co-dropdown-list li[data-uid*="CITY"].mouseActive,
ul.co-dropdown-list li[data-uid*="AIRPORT"].mouseActive {
  background-color: transparent;
}
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].active .option-slot,
ul.co-dropdown-list li[data-uid*="CITY"].active .option-slot,
ul.co-dropdown-list li[data-uid*="AIRPORT"].active .option-slot,
ul.co-dropdown-list li[data-uid*="TRAINSTATION"].mouseActive .option-slot,
ul.co-dropdown-list li[data-uid*="CITY"].mouseActive .option-slot,
ul.co-dropdown-list li[data-uid*="AIRPORT"].mouseActive .option-slot {
  background-color: #EEEEEE;
}
ul.co-dropdown-list .sub {
  padding-left: 2rem;
}
ul.co-dropdown-list li[aria-disabled="true"] {
  opacity: 0.4;
  cursor: default;
}
ul.co-dropdown-list li[aria-disabled="true"].mouseActive,
ul.co-dropdown-list li[aria-disabled="true"].active {
  background-color: transparent;
}
@media (max-height: 30rem) {
  .co-dropdown-list {
    max-height: 60vh;
  }
}
.co-dropdown-loader-window {
  z-index: 100;
  position: absolute;
  width: 100%;
  padding: 0;
  margin-left: 0;
  min-height: 8rem;
  overflow: auto;
  overflow-x: hidden;
  transition: height 2s ease;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  user-select: none;
  -webkit-user-select: none;
}
.loadingOverlayDropdownCustom {
  border-radius: 0 !important;
}

@-webkit-keyframes loadingElipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 0 0 1.3rem #C2C2C2;
  }
  40% {
    box-shadow: 0 0 0 0.3rem #C2C2C2;
  }
}
@keyframes loadingElipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 0 0 1.3rem #C2C2C2;
  }
  40% {
    box-shadow: 0 0 0 0.3rem #C2C2C2;
  }
}
.loadingOverlay {
  position: absolute;
  z-index: 100;
  background-color: #EEEEEE;
  box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.06);
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loadingOverlay .loadingElipsis:before,
.loadingOverlay .loadingElipsis:after,
.loadingOverlay .loadingElipsis {
  border-radius: 50%;
  background-color: #C2C2C2;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadingElipsis 1.8s infinite ease-in-out;
  animation: loadingElipsis 1.8s infinite ease-in-out;
}
.loadingOverlay .loadingElipsis {
  top: 50%;
  left: 50%;
  margin-top: 1rem;
  font-size: 1rem;
  margin: 0 auto;
  position: absolute;
  text-indent: -9999rem;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loadingOverlay .loadingElipsis:before {
  left: -3.5rem;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loadingOverlay .loadingElipsis:after {
  left: 3.5rem;
}
.loadingOverlay .loadingElipsis:before,
.loadingOverlay .loadingElipsis:after {
  content: '';
  position: absolute;
  top: 0;
}

.icon-alertLT::before {
  content: "\e900";
}
.icon-alertPILOT::before {
  content: "\e901";
}
.icon-alertRND::before {
  content: "\e902";
}
.icon-back::before {
  content: "\e903";
}
.icon-bagagelist::before {
  content: "\e904";
}
.icon-broch::before {
  content: "\e905";
}
.icon-brochDEL::before {
  content: "\e906";
}
.icon-brochDL::before {
  content: "\e907";
}
.icon-brochSAVE::before {
  content: "\e908";
}
.icon-brochSHARE::before {
  content: "\e909";
}
.icon-bulletRND::before {
  content: "\e90a";
}
.icon-bulletSQ::before {
  content: "\e90b";
}
.icon-calendar::before {
  content: "\e90C";
}
.icon-cal::before {
  content: "\e90C";
}
.icon-calSEL::before {
  content: "\e90d";
}
.icon-calSRC::before {
  content: "\e90e";
}
.icon-car::before {
  content: "\e90f";
}
.icon-check::before {
  content: "\e910";
}
.icon-checkbox::before {
  content: "\e911";
}
.icon-checked::before {
  content: "\e912";
}
.icon-checklist::before {
  content: "\e913";
}
.icon-chevronDWN::before {
  content: "\e914";
}
.icon-chevronD::after {
  content: "\e914";
}
.icon-chevronLFT::before {
  content: "\e915";
}
.icon-previous::before {
  content: "\e915";
}
.icon-chevronRGT::before {
  content: "\e916";
}
.icon-next::before {
  content: "\e916";
}
.icon-chevronUP::before {
  content: "\e917";
}
.icon-chevronT::after {
  content: "\e917";
}
.icon-closeX::before {
  content: "\e918";
}
.icon-closeXRND::before {
  content: "\e919";
}
.icon-collection::before {
  content: "\e91a";
}
.icon-cruise::before {
  content: "\e91b";
}
.icon-culture::before {
  content: "\e91c";
}
.icon-delete::before {
  content: "\e91d";
}
.icon-dollar::before {
  content: "\e91e";
}
.icon-dollarNONE::before {
  content: "\e91f";
}
.icon-dollarRATE::before {
  content: "\e920";
}
.icon-dollarRND::before {
  content: "\e921";
}
.icon-dollarWOW::before {
  content: "\e922";
}
.icon-edit::before {
  content: "\e923";
}
.icon-flight::before {
  content: "\e924";
}
.icon-flightARR::before {
  content: "\e925";
}
.icon-flightDEP::before {
  content: "\e926";
}
.icon-flightFLEET::before {
  content: "\e927";
}
.icon-flightSCHED::before {
  content: "\e928";
}
.icon-flightpathDIR::before {
  content: "\e929";
}
.icon-flightpathFEED::before {
  content: "\e92a";
}
.icon-flightpathSTOP::before {
  content: "\e92b";
}
.icon-flighttimeDEP::before {
  content: "\e92c";
}
.icon-plane-departure::before {
  content: "\e92c";
}
.icon-flighttimeRET::before {
  content: "\e92d";
}
.icon-flighttype1W:before {
  content: "\e92e";
}
.icon-flighttypeRT::before {
  content: "\e92f";
}
.icon-gallery::before {
  content: "\e930";
}
.icon-help::before {
  content: "\e931";
}
.icon-hint::before {
  content: "\e932";
}
.icon-history::before {
  content: "\e933";
}
.icon-home::before {
  content: "\e934";
}
.icon-filter::before {
  content: "\e935";
}
.icon-infoLT::before {
  content: "\e936";
}
.icon-info::before {
  content: "\e936";
}
.icon-link::before {
  content: "\e937";
}
.icon-locationDK::before {
  content: "\e938";
}
.icon-locationLT::before {
  content: "\e939";
}
.icon-logout::before {
  content: "\e93a";
}
.icon-mail::before {
  content: "\e93b";
}
.icon-map::before {
  content: "\e93c";
}
.icon-mapHOTEL::before {
  content: "\e93d";
}
.icon-mapPINS::before {
  content: "\e93e";
}
.icon-minusSQ::before {
  content: "\e93f";
}
.icon-mobileBURGER::before {
  content: "\e940";
}
.icon-monarch::before {
  content: "\e941";
}
.icon-monarchDK::before {
  content: "\e942";
}
.icon-monarchHALF::before {
  content: "\e943";
}
.icon-monarchNONE::before {
  content: "\e944";
}
.icon-moreinfoDK::before {
  content: "\e945";
}
.icon-moreinfoLT::before {
  content: "\e946";
}
.icon-notify::before {
  content: "\e947";
}
.icon-package::before {
  content: "\e948";
}
.icon-panorama::before {
  content: "\e949";
}
.icon-plusRND::before {
  content: "\e94a";
}
.icon-plusSQ::before {
  content: "\e94b";
}
.icon-print::before {
  content: "\e94c";
}
.icon-profile::before {
  content: "\e94d";
}
.icon-promo::before {
  content: "\e94e";
}
.icon-qrcode::before {
  content: "\e94f";
}
.icon-reset::before {
  content: "\e950";
}
.icon-resetFILTER::before {
  content: "\e951";
}
.icon-resetPIN::before {
  content: "\e952";
}
.icon-search::before {
  content: "\e953";
}
.icon-secure::before {
  content: "\e954";
}
.icon-share::before {
  content: "\e955";
}
.icon-smile::before {
  content: "\e956";
}
.icon-socialFB::before {
  content: "\e957";
}
.icon-socialGP::before {
  content: "\e958";
}
.icon-socialINSTA::before {
  content: "\e959";
}
.icon-socialTWIT::before {
  content: "\e95a";
}
.icon-socialYT::before {
  content: "\e95b";
}
.icon-starDK::before {
  content: "\e95c";
}
.icon-starHALF::before {
  content: "\e95d";
}
.icon-starLT::before {
  content: "\e95e";
}
.icon-swipeLFT::before {
  content: "\e95f";
}
.icon-swipeRGT::before {
  content: "\e960";
}
.icon-tilesCLOSE::before {
  content: "\e961";
}
.icon-tilesOPEN::before {
  content: "\e962";
}
.icon-timeDAY::before {
  content: "\e963";
}
.icon-timeNEXTDAY::before {
  content: "\e964";
}
.icon-timeNIGHT::before {
  content: "\e965";
}
.icon-tour::before {
  content: "\e966";
}
.icon-transat::before {
  content: "\e967";
}
.icon-tripadDK::before {
  content: "\e968";
}
.icon-tripadHALF::before {
  content: "\e969";
}
.icon-tripadNONE::before {
  content: "\e96a";
}
.icon-tripadvisor::before {
  content: "\e96b";
}
.icon-up::before {
  content: "\e96c";
}
.icon-video::before {
  content: "\e96d";
}
.icon-viewEXPAND::before {
  content: "\e96e";
}
.icon-viewSHRINK::before {
  content: "\e96f";
}
.icon-mosaic::before {
  content: "\e970";
}
.icon-list::before {
  content: "\e971";
}
.icon-solo::before {
  content: "\e972";
}
.icon-couple::before {
  content: "\e973";
}
.icon-friends::before {
  content: "\e974";
}
.icon-family3::before {
  content: "\e975";
}
.icon-family4::before {
  content: "\e976";
}
.icon-family5::before {
  content: "\e977";
}
.icon-diving::before {
  content: "\e978";
}
.icon-sailing::before {
  content: "\e979";
}
.icon-monuments::before {
  content: "\e97a";
}
.icon-cultural::before {
  content: "\e97b";
}
.icon-scenic::before {
  content: "\e97c";
}
.icon-dolphin::before {
  content: "\e97d";
}
.icon-shopping::before {
  content: "\e97e";
}
.icon-beach::before {
  content: "\e97f";
}
.icon-spa::before {
  content: "\e980";
}
.icon-nightlife::before {
  content: "\e981";
}
.icon-golf::before {
  content: "\e982";
}
.icon-room::before {
  content: "\e983";
}
.icon-hotelSM::before {
  content: "\e984";
}
.icon-hotelMED::before {
  content: "\e985";
}
.icon-hotelLG::before {
  content: "\e986";
}
.icon-hotelADULT::before {
  content: "\e987";
}
.icon-airport30km::before {
  content: "\e988";
}
.icon-airport75km::before {
  content: "\e989";
}
.icon-airport::before {
  content: "\e98a";
}
.icon-wifi::before {
  content: "\e98b";
}
.icon-casino::before {
  content: "\e98c";
}
.icon-restoMANY::before {
  content: "\e98d";
}
.icon-restoALACARTE::before {
  content: "\e98e";
}
.icon-ocean::before {
  content: "\e98f";
}
.icon-pool::before {
  content: "\e990";
}
.icon-poolKIDS::before {
  content: "\e991";
}
.icon-miniclub::before {
  content: "\e992";
}
.icon-dj::before {
  content: "\e993";
}
.icon-gym::before {
  content: "\e994";
}
.icon-safe::before {
  content: "\e995";
}
.icon-whirlpoolbath::before {
  content: "\e996";
}
.icon-kitchenette::before {
  content: "\e997";
}
.icon-microwave::before {
  content: "\e998";
}
.icon-minifridge::before {
  content: "\e999";
}
.icon-airportDIST::before {
  content: "\e9990";
}
.icon-locationPNT::before {
  content: "\e9991";
}
.icon-refine::before {
  content: "\e9992";
}
.icon-favorite::before {
  content: "\e9993";
}
.icon-favoriteSEL::before {
  content: "\e9994";
}
.icon-collect-LUX-fr::before {
  content: "\e9a7";
}
.icon-train::before {
  content: "\e9a8";
}
.icon-FAvideoPLAY::before {
  content: "\e9a9";
}
.icon-FAvideoPAUSE::before {
  content: "\e9aa";
}
.icon-FAvideoSTOP::before {
  content: "\e9ab";
}
.icon-FAvideoEXPAND::before {
  content: "\e9ac";
}
.icon-FAvideoSHRINK::before {
  content: "\e9ad";
}
.icon-FAvolumeHI::before {
  content: "\e9ae";
}
.icon-FAvolumeLOW::before {
  content: "\e9af";
}
.icon-FAvolumeOFF::before {
  content: "\e9b0";
}
.icon-beanie::before {
  content: "\e9b1";
}
.icon-creditDK::before {
  content: "\e9b2";
}
.icon-creditLT::before {
  content: "\e9b3";
}
.icon-creditVISA::before {
  content: "\e9b4";
}
.icon-creditMC::before {
  content: "\e9b5";
}
.icon-creditAMEX::before {
  content: "\e9b6";
}
.icon-mobileAND::before {
  content: "\e9b7";
}
.icon-mobileAPPLE::before {
  content: "\e9b8";
}
.icon-emailDK::before {
  content: "\e9b9";
}
.icon-emailLT::before {
  content: "\e9ba";
}
.icon-socialFBsq::before {
  content: "\e9bb";
}
.icon-socialFBalt::before {
  content: "\e9bc";
}
.icon-socialTWITsq::before {
  content: "\e9bd";
}
.icon-socialTWITalt::before {
  content: "\e9be";
}
.icon-socialGPsq::before {
  content: "\e9bf";
}
.icon-socialGPalt::before {
  content: "\e9c0";
}
.icon-socialYTsq::before {
  content: "\e9c1";
}
.icon-socialYTalt::before {
  content: "\e9c2";
}
.icon-socialPINsq::before {
  content: "\e9c3";
}
.icon-socialPIN::before {
  content: "\e9c4";
}
.icon-print2::before {
  content: "\e9c5";
}
.icon-phone::before {
  content: "\e9c6";
}
.icon-tickets::before {
  content: "\e9c7";
}
.icon-manageMyBooking::before {
  content: "\e9c9";
}
.icon-bookingClub::before {
  content: "\e9ce";
}
.icon-bookingClubLeg::before {
  content: "\e9cf";
}
.icon-bookingStandardLegEmpty::before {
  content: "\e9d0";
}
.icon-bookingEco::before {
  content: "\e9ca";
}
.icon-bookingEcoLegs::before {
  content: "\e9cb";
}
.icon-bookingSeat::before {
  content: "\e9cc";
}
.icon-toilet::before {
  content: "\e9c8";
}
.icon-suitcase::before {
  content: "\e9cd";
}
.icon-suitcase_buy::before {
  content: "\ea00";
}
.icon-premiumMeals::before {
  content: "\e9d1";
}
.icon-hotelDetails::before {
  content: "\e9da";
}
.icon-openInNewWindow::before {
  content: "\e9d2";
}
.icon-service::before {
  content: "\e9d3";
}
.icon-wedding::before {
  content: "\e9d4";
}
.icon-activities::before {
  content: "\e9d7";
}
.icon-tennis::before {
  content: "\e9d8";
}
.icon-restaurant::before {
  content: "\e9d5";
}
.icon-resto1::before {
  content: "\e9db";
}
.icon-resto2::before {
  content: "\e9dc";
}
.icon-resto3::before {
  content: "\e9dd";
}
.icon-bar::before {
  content: "\e9d6";
}
.icon-restaurantBar::before {
  content: "\e9d9";
}
.icon-breakfastEuro::before {
  content: "\e9de";
}
.icon-breakfastHot::before {
  content: "\e9e8";
}
.icon-kitchenetteFull::before {
  content: "\e9e9";
}
.icon-inclusions::before {
  content: "\e9df";
}
.icon-cart::before {
  content: "\e9ea";
}
.icon-tv::before {
  content: "\e9e0";
}
.icon-tgv::before {
  content: "\e9e2";
}
.icon-flightTGV::before {
  content: "\ea02";
}
.icon-wave::before {
  content: "\e9e3";
}
.icon-building::before {
  content: "\e9e4";
}
.icon-hat::before {
  content: "\e9e5";
}
.icon-mask::before {
  content: "\e9e6";
}
.icon-clock::before {
  content: "\e9e1";
}
.icon-ecoCERT::before {
  content: "\e9e7";
}
.icon-offersLT::before {
  content: "\e9eb";
}
.icon-offersDK::before {
  content: "\e9ec";
}
.icon-xcaret::before {
  content: "\e9ed";
}
.icon-thumbsDWN::before {
  content: "\e9ee";
}
.icon-thumbsUP::before {
  content: "\e9ef";
}
.icon-volt::before {
  content: "\e9f0";
}
.icon-no::before {
  content: "\e9f1";
}
.icon-excursion::before {
  content: "\e9f2";
}
.icon-island::before {
  content: "\e9f3";
}
.icon-bus:before {
  content: "\e9f4";
}
.icon-parking::before {
  content: "\e9f5";
}
.icon-premiumSeat::before {
  content: "\e9f6";
}
.icon-refund::before {
  content: "\e9f7";
}
.icon-transferTICKET::before {
  content: "\ea01";
}
.icon-roomy::before {
  content: "\e9fd";
}
.icon-servicePERSO::before {
  content: "\e9fe";
}
.icon-meal::before {
  content: "\e9ff";
}
.icon-transfer::before {
  content: "\e9f8";
}
.icon-mytrip::before {
  content: "\e9fa";
}
.icon-bagINCL::before {
  content: "\e9f9";
}
.icon-arrowSubitem::before {
  content: "\e9fb";
}
.icon-camera::before {
  content: "\e9fc";
}
.icon-distance::before {
  content: "\ea03";
}
.icon-key::before {
  content: "\ea04";
}
.icon-creditLT2::before {
  content: "\ea05";
}
.icon-chat::before {
  content: "\ea06";
}
.icon-upload::before {
  content: "\ea07";
}
.icon-facts::before {
  content: "\ea08";
}
.icon-low-rated::before {
  content: "\ea09";
}
.icon-headset::before {
  content: "\ea0c";
}
.icon-briefcase::before {
  content: "\ea0d";
}
.icon-group-tour::before {
  content: "\ea0e";
}
.icon-one-bed::before {
  content: "\ea0f";
}
.icon-lounge::before {
  content: "\ea10";
}
.icon-in-and-out::before {
  content: "\ea11";
}
.icon-coach::before {
  content: "\ea12";
}
.icon-plane-link::before {
  content: "\ea13";
}
.icon-train-link::before {
  content: "\ea14";
}
.icon-car-rental::before {
  content: "\ea15";
}
.icon-ferry::before {
  content: "\ea16";
}
.icon-cruiseship::before {
  content: "\ea17";
}
.icon-camera2::before {
  content: "\ea18";
}
.icon-translation::before {
  content: "\ea19";
}
.icon-departure::before {
  content: "\ea1a";
}
.icon-aqua-park::before {
  content: "\ea1b";
}
.icon-information::before {
  content: "\ea1c";
}
.icon-observation::before {
  content: "\ea1d";
}
.icon-wheelchair::before {
  content: "\ea1e";
}
.icon-biodiversity::before {
  content: "\ea1f";
}
.icon-resto-bar::before {
  content: "\ea20";
}
.icon-trademark::before {
  content: "\ea21";
}
.icon-Language::before {
  content: "\ea22";
}
.icon-language::before {
  content: "\ea22";
}
.icon-high-rated::before {
  content: "\ea0b";
}
.icon-medium-rated::before {
  content: "\ea0a";
}
.icon-arrowRight::before {
  content: "\ea24";
}
.icon-arrow-right::before {
  content: "\ea24";
}
.icon-beachBall::before {
  content: "\ea26";
}
.icon-18plus::before {
  content: "\ea25";
}
.icon-Cellulaire::before {
  content: "\ea23";
}
.icon-planeR-fromAbove::before {
  content: "\003A";
}
.icon-adultsonly::before {
  content: "18+";
  font-size: 1.8rem;
  background-color: #002855;
  border-radius: 500%;
  color: #FFFFFF;
  font-family: 'Apercu Pro', sans-serif;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  padding: 0.5rem;
  vertical-align: middle;
}
.icon-package::before {
  content: "\e948";
}
.icon-YouTube-videos::before {
  content: "\ea27";
}
.icon-carryon::before {
  content: "\ea28";
}
.icon-warning::before {
  content: "\ea66";
}
.icon-view::before {
  content: "\ea65";
}
.icon-upsell::before {
  content: "\ea64";
}
.icon-upload1::before {
  content: "\ea63";
}
.icon-stroller::before {
  content: "\ea62";
}
.icon-softdrink::before {
  content: "\ea61";
}
.icon-seat-upgrade::before {
  content: "\ea60";
}
.icon-seat-selection::before {
  content: "\ea5f";
}
.icon-seat::before {
  content: "\ea5e";
}
.icon-room-upgrade::before {
  content: "\ea5d";
}
.icon-request::before {
  content: "\ea5c";
}
.icon-profile1::before {
  content: "\ea5b";
}
.icon-pets::before {
  content: "\ea5a";
}
.icon-passport::before {
  content: "\ea59";
}
.icon-online-check::before {
  content: "\ea58";
}
.icon-nuit::before {
  content: "\ea57";
}
.icon-noMeal::before {
  content: "\ea56";
}
.icon-modify::before {
  content: "\ea55";
}
.icon-meal-check::before {
  content: "\ea54";
}
.icon-meal1::before {
  content: "\ea53";
}
.icon-locpin::before {
  content: "\ea52";
}
.icon-hot-meal-snack::before {
  content: "\ea51";
}
.icon-help1::before {
  content: "\ea50";
}
.icon-half-star::before {
  content: "\ea4f";
}
.icon-full-star::before {
  content: "\ea4e";
}
.icon-flightSchedule::before {
  content: "\ea4d";
}
.icon-favorite1::before {
  content: "\ea4c";
}
.icon-family::before {
  content: "\ea4b";
}
.icon-entryReq::before {
  content: "\ea4a";
}
.icon-entertainment-system::before {
  content: "\ea49";
}
.icon-empty-star::before {
  content: "\ea48";
}
.icon-edit1::before {
  content: "\ea47";
}
.icon-download::before {
  content: "\ea46";
}
.icon-divertissement::before {
  content: "\ea45";
}
.icon-disconnect::before {
  content: "\ea44";
}
.icon-dimensions::before {
  content: "\ea43";
}
.icon-diapersBag::before {
  content: "\ea42";
}
.icon-cross::before {
  content: "\ea41";
}
.icon-connect::before {
  content: "\ea40";
}
.icon-child-alone::before {
  content: "\ea3f";
}
.icon-child::before {
  content: "\ea3e";
}
.icon-checkmark::before {
  content: "\ea3d";
}
.icon-checked-bag::before {
  content: "\ea3c";
}
.icon-carry-on::before {
  content: "\ea3a";
}
.icon-carry-on2::before {
  content: "\ea3b";
}
.icon-calendarFlight::before {
  content: "\ea39";
}
.icon-calendarCancel::before {
  content: "\ea38";
}
.icon-calendarAdd::before {
  content: "\ea37";
}
.icon-calendar1::before {
  content: "\ea36";
}
.icon-bike::before {
  content: "\ea35";
}
.icon-bell::before {
  content: "\ea34";
}
.icon-bed::before {
  content: "\ea33";
}
.icon-bag::before {
  content: "\ea32";
}
.icon-backPack::before {
  content: "\ea31";
}
.icon-babySeat::before {
  content: "\ea30";
}
.icon-baby-bag::before {
  content: "\ea2f";
}
.icon-baby::before {
  content: "\ea2e";
}
.icon-ajouter::before {
  content: "\ea2d";
}
.icon-adults::before {
  content: "\ea2c";
}
.icon-adult-child::before {
  content: "\ea2b";
}
.icon-add-meal::before {
  content: "\ea2a";
}
.icon-add-bag::before {
  content: "\ea29";
}
.icon-no-carryon::before {
  content: "\ea67";
}
.icon-personalItem::before {
  content: "\ea68";
}
.icon-confortAirbus::before {
  content: "\ea69";
}
.icon-inclusions1::before {
  content: "\ea6a";
}
.icon-friendlyStaff::before {
  content: "\ea6b";
}
.icon-noAlcoholDrink::before {
  content: "\ea6c";
}
.icon-itinerary::before {
  content: "\ea6d";
}
.icon-surf::before {
  content: "\ea75";
}
.icon-ski::before {
  content: "\ea74";
}
.icon-optionPlus::before {
  content: "\ea73";
}
.icon-noCarryOn::before {
  content: "\ea72";
}
.icon-minor::before {
  content: "\ea71";
}
.icon-kitesurf::before {
  content: "\ea70";
}
.icon-hockey::before {
  content: "\ea6f";
}
.icon-golf2::before {
  content: "\ea6e";
}
.icon-paid-baggage::before {
  content: "\ea76";
}
.icon-seatmap::before {
  content: "\ea78";
}
.icon-promo-tag::before {
  content: "\ea77";
}
.icon-promo-code::before {
  content: "\ea79";
}
.co-bsh-smallDrop {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.co-bsh-bigDrop {
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-card-shadow {
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.3);
}
.co-mixin-appearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.co-mixin-hide-offcanvas {
  position: absolute;
  left: -9999px;
  appearance: none;
}
.co-mixin-clearfix:before,
.co-mixin-clearfix:after {
  content: " ";
  display: table;
}
.co-mixin-clearfix:after {
  clear: both;
}
.co-mixin-nolist {
  list-style: none;
  padding: 0;
}
.co-mixin-nolist li {
  list-style-type: none;
}
.co-mixin-nobreak {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.co-mixin-spcBtwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.co-focus-underline69 {
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.co-focus-underline69:focus,
.co-focus-underline69:active {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.co-content-before,
.co-content-after {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #696969;
}
.co-accessibilityMsg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.co-wrapperFull {
  position: relative;
  width: 100%;
}
.co-wrapperFull:before,
.co-wrapperFull:after {
  content: " ";
  display: table;
}
.co-wrapperFull:after {
  clear: both;
}
.co-wrapperStandard {
  position: relative;
  width: 100%;
  max-width: 135rem;
  margin: 0 auto !important;
  padding: 0 2rem;
}
.co-wrapperStandard:before,
.co-wrapperStandard:after {
  content: " ";
  display: table;
}
.co-wrapperStandard:after {
  clear: both;
}
.co-wrapperMedium {
  position: relative;
  width: 100%;
  max-width: 98rem;
  margin: 0 auto !important;
  padding: 0 2rem;
}
.co-wrapperMedium:before,
.co-wrapperMedium:after {
  content: " ";
  display: table;
}
.co-wrapperMedium:after {
  clear: both;
}
.co-bgBlueSky {
  background-color: #E1F4FB;
  color: #002855;
  padding: 1rem;
}
.co-radiusTopLeft {
  border-top-left-radius: 0.5rem;
}
.co-radiusTopRight {
  border-top-right-radius: 0.5rem;
}
.co-radiusBottomLeft {
  border-bottom-left-radius: 0.5rem;
}
.co-radiusBottomRight {
  border-bottom-right-radius: 0.5rem;
}
.co-radiusAll {
  border-radius: 0.5rem;
}
.co-minHeightLink {
  display: block;
  min-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .co-wrapperStandard,
  .co-wrapperMedium {
    padding: 0 1rem;
  }
}
.icon-info:before {
  content: "\e936";
}
/*.co-column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.co-column-50 {
    width: ~"calc(50% - 2rem)";
}*/
/*Pour le futur - style de base commun entre les 2 sites - trop d'impact présentement*/
/*
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: @font;
    font-size: 1.4rem;    
    line-height: 1.6;
}

h1, .h1style,
h2, .h2style,
h3, .h3style,
h4, .h4style,
h5, .h5style,
h6, .h6style {
    line-height: 1.2;
    color: @col-bluenight;
    font-weight: @normal;
}

.h1style,
h1 {
    margin: 0 0 2rem 0;
    font-size: 3.2rem;
}

.h2style,
h2 {
    margin: 0 0 1.5rem 0;
    font-size: 2.8rem;
}

.h3style,
h3 {
    margin: 0 0 1.5rem 0;
    font-size: 2.4rem;
}

.h4style,
h4 {    
    margin: 0;
    font-size: 1.8rem;
}

.h5style,
h5 {   
    margin: 0;
    font-size: 1.8rem;
}

.h6style,
h6 {    
    margin: 0;
    font-size: 1.6rem;
}

p {
    color: @col-grey69;
    font-size: 1.4rem;
    line-height: 1.6;
}
*/
a {
  color: #005EBA;
  text-decoration: none;
  min-width: 2.4rem;
  min-height: 2.4rem;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.co-form {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100%;
  max-width: 60rem;
  /* LAYOUT
    *********************************/
  /* MESSAGE SUCCESS, WARNINGS, ERRORS
    *********************************/
  /* FIELDSET and LEGEND
    *********************************/
  /* MENTION FOR MANDATORYFIELDS
    *********************************/
  /* ERRORS
    *********************************/
  /* BUTTONS
    *********************************/
  /*LEGAL TEXT*/
  /* LABEL
    *********************************/
  /* TEXTBOX
    *********************************/
  /*Tooltip help for textbox*/
  /* TEXTAREA
    *********************************/
  /* TODO: Move each section into it's own control's CSS */
  /* SELECT
    *********************************/
  /*.co-dropdown-wrapper {
        position: relative;
        min-height: 8rem;

        &.medium {
            max-width: 50%;
        }

        select {
            .co-mixin-appearance;
            position: relative;
            width: 100%;
            min-width: 100%;
            height: 4.8rem;
            max-height: 4.8rem;
            margin-left: 0;
            padding: 1.6rem 2rem .5rem 0;
            font-size: 1.8rem;
            line-height: 1.2;
            color: @col-grey69;
            text-transform: none;
            white-space: nowrap;
            background: url(../images/dropdown-chevron.svg) no-repeat transparent;
            background-size: 1.5rem 1.5rem;
            background-position: right 0.5rem center;
            border: none;
            border-bottom: 0.3rem solid @col-greylight;
            cursor: pointer;

            option {
                color: @col-bluenight;
            }

            ~ label {
                position: absolute;
                top: -0.2rem;
                left: 0;
                font-size: 1.2rem;
                font-weight: @semibold;
                color: @col-grey69;
            }

            &::-ms-expand { // hides down arrow in IE
                display: none;
            }

            &:focus {
                border-bottom-color: @col-bluenight;
            }

            &.filled {
                color: @col-bluenight;
                border-bottom-color: @col-blueelectric;
            }

            &[aria-invalid="true"] {
                border-bottom-color: @col-red;
            }

            &:disabled {
                cursor: default;
                border-bottom-color: @col-grey3e;
                background: none;
            }
        }
    }*/
  /* FILE UPLOAD
    *********************************/
  /*.co-uploader-wrapper {

        .co-uploader-filelist {
            .co-mixin-nolist;
        }

        .co-uploader-filelist li {
            display: inline-block;
            position: relative;
            margin: 1.5rem 1.5rem 0 0;
            padding: 1.5rem 2rem;
            color: @col-bluenight;
            background-color: @col-grey3e;

            .co-filename {
                display: block;
                width: calc(~"100% - 3rem");
                margin-right: 4rem;
                font-size: 1.4rem;
                line-height: 1.4;
                word-break: break-all; // for long file names
                overflow: hidden;
            }

            button {
                position: absolute;
                top: 1.5rem;
                right: 2rem;

                &:before {
                    content: "\e918";
                    font-family: @iconFont;
                    font-size: 2rem;
                    line-height: 1;
                    color: @col-blueelectric;
                }

                &:hover,
                &:focus {
                    &:before {
                        color: @col-bluenight;
                    }
                }
            }
        }
    }*/
  /* RECAPTCHA
    *********************************/
}
.co-form .co-column-half {
  max-width: 50%;
}
.co-form .co-column {
  flex: 1;
}
.co-form .co-column-double {
  flex: 2;
}
.co-form .co-column-triple {
  flex: 3;
}
.co-form .co-column:not(:first-child),
.co-form .co-column-double:not(:first-child),
.co-form co-column-triple:not(:first-child) {
  padding-left: 2rem;
}
.co-form.extra-spacing .co-column:not(:first-child),
.co-form.extra-spacing .co-column-double:not(:first-child),
.co-form.extra-spacing co-column-triple:not(:first-child) {
  padding-left: 4.5rem;
}
.co-form .co-row,
.co-form .co-row-1024,
.co-form .co-row-767,
.co-form .co-row-480 {
  display: flex;
  width: 100%;
}
.co-form .co-msg-success,
.co-form .co-msg-warning,
.co-form .co-msg-with-divider {
  padding: 2rem;
  margin: 2rem 0;
  background-color: #F9F9FA;
  border: 0.1rem solid #C2C2C2;
}
.co-form .co-msg-success .content,
.co-form .co-msg-warning .content,
.co-form .co-msg-with-divider .content {
  position: relative;
  padding-left: 4rem;
}
.co-form .co-msg-success .content:before,
.co-form .co-msg-warning .content:before,
.co-form .co-msg-with-divider .content:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'TScomUIicons';
  line-height: 1;
}
.co-form .co-msg-success .title,
.co-form .co-msg-warning .title,
.co-form .co-msg-with-divider .title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.co-form .co-msg-success .infos,
.co-form .co-msg-warning .infos,
.co-form .co-msg-with-divider .infos {
  font-size: 1.4rem;
  color: #696969;
}
.co-form .co-msg-success {
  color: #008200;
}
.co-form .co-msg-success .content:before {
  content: "\e910";
  font-size: 2.1rem;
  color: #008200;
}
.co-form .co-msg-success .infos {
  font-size: 1.4rem;
}
.co-form .co-msg-warning {
  color: #002855;
}
.co-form .co-msg-warning .content:before {
  content: "\e936";
  font-size: 2.8rem;
  color: #C50000;
}
.co-form .co-msg-warning .title {
  color: #C50000;
}
.co-form .co-msg-with-divider {
  text-align: center;
  color: #002855;
}
.co-form .co-msg-with-divider .title {
  color: #C50000;
}
.co-form .co-msg-with-divider .divider {
  z-index: 1;
  position: relative;
  margin: 3rem 5rem 1rem 5rem;
  border-top: 0.1rem solid #C2C2C2;
  text-align: center;
}
.co-form .co-msg-with-divider .divider span {
  z-index: 2;
  position: relative;
  display: inline-block;
  top: -1.6rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  background-color: #F9F9FA;
}
.co-form fieldset {
  padding: 0 0 4rem;
  border-bottom: 0.1rem solid #C2C2C2;
}
.co-form fieldset legend {
  padding-top: 3.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #002855;
  white-space: normal;
}
.co-form fieldset:first-of-type legend {
  padding-top: 1.5rem;
}
.co-form fieldset:only-of-type {
  border-bottom: 0;
}
.co-form fieldset.co-fieldset-radio-button {
  margin: 2.5rem 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.co-form fieldset.co-fieldset-radio-button legend {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #696969;
}
.co-form .co-fieldset-description {
  color: #696969;
}
.co-form .co-fieldset-content {
  margin-top: 2.5rem;
}
.co-form .co-mandatoryFields {
  margin: 2rem 0;
  color: #696969;
  font-weight: 400;
}
.co-form .co-error {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #C50000;
}
.co-form .co-btn-add,
.co-form .co-btn-upload {
  position: relative;
  padding-left: 3.5rem;
  border: 0;
  border-bottom: 0.1rem solid transparent;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #005EBA;
  background-color: transparent;
  outline: 0;
}
.co-form .co-btn-add:disabled,
.co-form .co-btn-upload:disabled {
  color: rgba(0, 94, 186, 0.4);
}
.co-form .co-btn-add:enabled:hover span,
.co-form .co-btn-upload:enabled:hover span,
.co-form .co-btn-add:enabled:focus span,
.co-form .co-btn-upload:enabled:focus span {
  border-bottom: 0.1rem solid #005EBA;
}
.co-form .co-btn-add:before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  font-family: 'TScomUIicons';
  content: "\e94a";
  font-size: 2.7rem;
  line-height: 1;
}
.co-form .co-btn-upload {
  padding-left: 3rem;
}
.co-form .co-btn-upload:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-family: 'TScomUIicons';
  content: "\ea07";
  font-size: 1.4rem;
  line-height: 1;
}
.co-form .co-btn-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.co-form .co-legal {
  padding: 4rem 0;
  font-size: 1.2rem;
  color: #696969;
}
.co-form label {
  font-size: 1.8rem;
  font-weight: 400;
  color: #696969;
}
.co-form .co-textbox-wrapper {
  position: relative;
  min-height: 8rem;
}
.co-form input[type="text"],
.co-form input[type="email"],
.co-form input[type="tel"],
.co-form input[type="number"],
.co-form input[type="password"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  top: 0;
  width: 100%;
  height: 4.8rem;
  max-height: 4.8rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #002855;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 0.3rem #C2C2C2;
  box-shadow: none;
  cursor: pointer;
  transition: none;
  /*à revoir*/
}
.co-form input[type="text"] ~ label,
.co-form input[type="email"] ~ label,
.co-form input[type="tel"] ~ label,
.co-form input[type="number"] ~ label,
.co-form input[type="password"] ~ label {
  font-family: 'Apercu Pro', sans-serif;
  position: absolute;
  top: 2.2rem;
  left: 0;
  margin: 0;
  line-height: 0.7;
  overflow: visible;
  pointer-events: none;
  transition: all 0.2s ease;
}
.co-form input[type="text"]:focus,
.co-form input[type="email"]:focus,
.co-form input[type="tel"]:focus,
.co-form input[type="number"]:focus,
.co-form input[type="password"]:focus,
.co-form input[type="text"]:active,
.co-form input[type="email"]:active,
.co-form input[type="tel"]:active,
.co-form input[type="number"]:active,
.co-form input[type="password"]:active {
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  border-bottom-color: #002855;
}
.co-form input[type="text"]:focus ~ .co-error,
.co-form input[type="email"]:focus ~ .co-error,
.co-form input[type="tel"]:focus ~ .co-error,
.co-form input[type="number"]:focus ~ .co-error,
.co-form input[type="password"]:focus ~ .co-error,
.co-form input[type="text"]:active ~ .co-error,
.co-form input[type="email"]:active ~ .co-error,
.co-form input[type="tel"]:active ~ .co-error,
.co-form input[type="number"]:active ~ .co-error,
.co-form input[type="password"]:active ~ .co-error {
  display: none;
}
.co-form input[type="text"].filled ~ label,
.co-form input[type="email"].filled ~ label,
.co-form input[type="tel"].filled ~ label,
.co-form input[type="number"].filled ~ label,
.co-form input[type="password"].filled ~ label,
.co-form input[type="text"]:focus ~ label,
.co-form input[type="email"]:focus ~ label,
.co-form input[type="tel"]:focus ~ label,
.co-form input[type="number"]:focus ~ label,
.co-form input[type="password"]:focus ~ label,
.co-form input[type="text"][placeholder] ~ label,
.co-form input[type="email"][placeholder] ~ label,
.co-form input[type="tel"][placeholder] ~ label,
.co-form input[type="number"][placeholder] ~ label,
.co-form input[type="password"][placeholder] ~ label,
.co-form input[type="text"].placeholder ~ label,
.co-form input[type="email"].placeholder ~ label,
.co-form input[type="tel"].placeholder ~ label,
.co-form input[type="number"].placeholder ~ label,
.co-form input[type="password"].placeholder ~ label {
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.co-form input[type="text"].filled[aria-required="true"] ~ label:after,
.co-form input[type="email"].filled[aria-required="true"] ~ label:after,
.co-form input[type="tel"].filled[aria-required="true"] ~ label:after,
.co-form input[type="number"].filled[aria-required="true"] ~ label:after,
.co-form input[type="password"].filled[aria-required="true"] ~ label:after,
.co-form input[type="text"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="email"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="tel"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="number"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="password"]:focus[aria-required="true"] ~ label:after,
.co-form input[type="text"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="email"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="tel"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="number"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="password"][placeholder][aria-required="true"] ~ label:after,
.co-form input[type="text"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="email"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="tel"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="number"].placeholder[aria-required="true"] ~ label:after,
.co-form input[type="password"].placeholder[aria-required="true"] ~ label:after {
  top: -0.5rem;
  padding-left: 0.1rem;
  font-size: 0.7rem;
}
.co-form input[type="text"].filled,
.co-form input[type="email"].filled,
.co-form input[type="tel"].filled,
.co-form input[type="number"].filled,
.co-form input[type="password"].filled,
.co-form input[type="text"]:focus,
.co-form input[type="email"]:focus,
.co-form input[type="tel"]:focus,
.co-form input[type="number"]:focus,
.co-form input[type="password"]:focus {
  border-bottom-color: #005EBA;
}
.co-form input[type="text"]:disabled,
.co-form input[type="email"]:disabled,
.co-form input[type="tel"]:disabled,
.co-form input[type="number"]:disabled,
.co-form input[type="password"]:disabled {
  border-bottom-color: #EEEEEE;
  cursor: default;
}
.co-form input[type="text"]:disabled.filled,
.co-form input[type="email"]:disabled.filled,
.co-form input[type="tel"]:disabled.filled,
.co-form input[type="number"]:disabled.filled,
.co-form input[type="password"]:disabled.filled {
  color: #696969;
}
.co-form input[type="text"][aria-invalid="true"],
.co-form input[type="email"][aria-invalid="true"],
.co-form input[type="tel"][aria-invalid="true"],
.co-form input[type="number"][aria-invalid="true"],
.co-form input[type="password"][aria-invalid="true"] {
  border-bottom-color: #C50000;
}
.co-form input[type="text"][aria-invalid="true"]:focus,
.co-form input[type="email"][aria-invalid="true"]:focus,
.co-form input[type="tel"][aria-invalid="true"]:focus,
.co-form input[type="number"][aria-invalid="true"]:focus,
.co-form input[type="password"][aria-invalid="true"]:focus {
  border-bottom-color: #005EBA;
}
.co-form input[type="text"]::-ms-clear,
.co-form input[type="email"]::-ms-clear,
.co-form input[type="tel"]::-ms-clear,
.co-form input[type="number"]::-ms-clear,
.co-form input[type="password"]::-ms-clear {
  display: none;
}
.co-form .co-textbox-with-tooltip {
  position: relative;
}
.co-form .co-tooltip-help {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  padding: 0;
  font-weight: 400;
  border: none;
  background-color: transparent;
}
.co-form .co-tooltip-help:before {
  content: "\e946";
  font-family: 'TScomUIicons';
  font-size: 2.2rem;
  line-height: 1;
  color: #005EBA;
}
.co-form .co-tooltip-help:enabled:hover,
.co-form .co-tooltip-help:enabled:focus {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
.co-form .co-textarea-wrapper {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
.co-form textarea.co-textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 12rem;
  max-height: 30rem;
  padding: 1rem;
  border: 0.1rem solid #C2C2C2;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #002855;
  background-color: #FFFFFF;
}
.co-form textarea.co-textarea ~ label {
  font-family: 'Apercu Pro', sans-serif;
  position: absolute;
  top: -2rem;
  left: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #696969;
  line-height: 0.7;
  overflow: visible;
}
.co-form textarea.co-textarea:focus,
.co-form textarea.co-textarea:active {
  border-color: #002855;
}
.co-form textarea.co-textarea:disabled,
.co-form textarea.co-textarea:disabled.filled {
  color: #696969;
  border-color: #C2C2C2;
  cursor: default;
}
.co-form textarea.co-textarea.filled {
  border-color: #005EBA;
}
.co-form textarea.co-textarea[aria-invalid="true"] {
  border-color: #C50000;
}
.co-form .co-recaptcha-wrapper {
  margin: 2.5rem 0;
}
.co-form.show-required input[type="text"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="email"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="tel"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="number"][aria-required="true"] ~ label:after,
.co-form.show-required input[type="password"][aria-required="true"] ~ label:after {
  content: "\2605";
  position: relative;
  top: -0.7rem;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
.co-form.show-required textarea .co-textarea[aria-required="true"] ~ label:after,
.co-form.show-required .co-dropdown-wrapper select[aria-required="true"] ~ label:after {
  content: "\2605";
  font-family: 'Apercu Pro', sans-serif;
  position: relative;
  top: -0.5rem;
  padding-left: 0.1rem;
  font-size: 0.7rem;
}
.co-flowbar {
  background-color: #eee;
  position: relative;
  width: 100%;
  padding: 1rem;
}
.co-flowbar button:not(.btn-back) {
  float: right;
}
@media screen and (max-width: 1024px) {
  .co-form {
    max-width: 100%;
  }
  .co-form .co-row-1024 {
    flex-direction: column;
  }
  .co-form .co-row-1024 > .co-column,
  .co-form .co-row-1024 > .co-column-double,
  .co-form .co-row-1024 > .co-column-triple {
    flex-basis: auto;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .co-form .co-column-half {
    max-width: 100%;
  }
  .co-form .co-row-767 {
    flex-direction: column;
  }
  .co-form .co-row-767 > .co-column,
  .co-form .co-row-767 > .co-column-double,
  .co-form .co-row-767 > .co-column-triple {
    flex-basis: auto;
    padding-left: 0 !important;
  }
  .co-flowbar > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .co-form .co-uploader-wrapper .co-uploader-filelist li {
    display: block;
    margin-right: 0;
  }
  .co-form .co-msg-success,
  .co-form .co-msg-warning,
  .co-form .co-msg-with-divider {
    padding: 2rem 1rem;
  }
  .co-form .co-msg-success .content,
  .co-form .co-msg-warning .content,
  .co-form .co-msg-with-divider .content {
    padding-left: 3rem;
  }
  .co-form .co-msg-success .content:before,
  .co-form .co-msg-warning .content:before,
  .co-form .co-msg-with-divider .content:before {
    font-size: 2.2rem;
  }
  .co-form .co-msg-success .title,
  .co-form .co-msg-warning .title,
  .co-form .co-msg-with-divider .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .co-form .co-row-480 {
    flex-direction: column;
  }
  .co-form .co-row-480 > .co-column,
  .co-form .co-row-480 > .co-column-double,
  .co-form .co-row-480 > .co-column-triple {
    flex-basis: auto;
    padding-left: 0 !important;
  }
}
/* BOUTON CIRCLE */
.co-btn-circle {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.3rem solid transparent;
  border-radius: 50%;
  font-family: 'TScomUIicons';
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  background: #005EBA;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.co-btn-circle:disabled,
.co-btn-circle.disabled {
  opacity: 0.7;
}
.co-btn-circle:enabled:hover,
.co-btn-circle:enabled:focus {
  color: #005EBA;
  background-color: #FFFFFF;
}
.co-btn-circle:enabled:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-circle:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-circle.prev:before {
  content: "\e915";
}
.co-btn-circle.next:before {
  content: "\e916";
}
.co-btn-circle2 {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.3rem solid transparent;
  border-radius: 50%;
  font-family: 'TScomUIicons';
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #005EBA;
  background: #EEEEEE;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.co-btn-circle2:disabled,
.co-btn-circle2.disabled {
  opacity: 0.7;
}
.co-btn-circle2:enabled:hover,
.co-btn-circle2:enabled:focus {
  color: #FFFFFF;
  background-color: #005EBA;
}
.co-btn-circle2:enabled:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-circle2:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-circle2.icon:before {
  content: "\e95e";
}
.co-btn-circle3 {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0.3rem solid transparent;
  border-radius: 50%;
  font-family: 'TScomUIicons';
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  color: #005EBA;
  background: #FFFFFF;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear, border 0.2s linear;
}
.co-btn-circle3:disabled,
.co-btn-circle3.disabled {
  opacity: 0.7;
}
.co-btn-circle3:enabled:hover,
.co-btn-circle3:enabled:focus {
  color: #FFFFFF;
  background-color: #005EBA;
}
.co-btn-circle3:enabled:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-circle3:enabled:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-circle3.prev:before {
  content: "\e915";
}
.co-btn-circle3.next:before {
  content: "\e916";
}
/* BOUTON LINK */
.co-btn-link {
  padding: 0;
  border: 0;
  border-bottom: 0.1rem solid transparent;
  font-size: 1.4rem;
  color: #005EBA;
  background-color: transparent;
}
.co-btn-link:disabled,
.co-btn-link.disabled {
  color: rgba(0, 94, 186, 0.4);
}
.co-btn-link:enabled:hover,
.co-btn-link:enabled:focus {
  border-bottom: 0.1rem solid #005EBA;
}
/* BOUTON FORM */
.co-btn {
  display: inline-block;
  position: relative;
  float: none;
  margin-right: 0;
  padding: 1rem 2rem;
  border: 0.3rem solid transparent;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.2s ease;
  text-decoration: none;
}
.co-btn-whiterabbit {
  color: #FFFFFF;
  background-color: #008200;
  min-width: 15rem;
  border-radius: 2.5rem;
}
.co-btn-whiterabbit:hover,
.co-btn-whiterabbit:focus {
  color: #008200;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-whiterabbit:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-whiterabbit:focus {
  border: 0.3rem solid #00CF00;
}
.co-btn-whiterabbit:disabled,
.co-btn-whiterabbit.disabled {
  color: #FFFFFF;
  background: rgba(0, 130, 0, 0.4);
  cursor: no-drop;
}
.co-btn-level1 {
  color: #FFFFFF;
  background-color: #005EBA;
}
.co-btn-level1:hover,
.co-btn-level1:focus {
  color: #005EBA;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-level1:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level1:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level1:disabled,
.co-btn-level1.disabled {
  color: #FFFFFF;
  background: rgba(0, 94, 186, 0.4);
}
.co-btn-level2 {
  color: #FFFFFF;
  background-color: #696969;
}
.co-btn-level2:hover,
.co-btn-level2:focus {
  color: #696969;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-level2:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level2:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level2:disabled,
.co-btn-level2.disabled {
  color: #FFFFFF;
  background: rgba(105, 105, 105, 0.4);
}
.co-btn-level3 {
  color: #005EBA;
  background-color: #EEEEEE;
}
.co-btn-level3:hover,
.co-btn-level3:focus {
  color: #005EBA;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-level3:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level3:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level3:disabled,
.co-btn-level3.disabled {
  color: #FFFFFF;
  background-color: #696969;
  opacity: 0.4;
}
.co-btn-level4 {
  color: #005EBA;
  background-color: #FFFFFF;
}
.co-btn-level4:hover,
.co-btn-level4:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #005EBA;
}
.co-btn-level4:hover {
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-level4:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-level4:disabled,
.co-btn-level4.disabled {
  color: #005EBA;
  opacity: 0.7;
  background: #FFFFFF;
}
.co-btn-level4:disabled:hover,
.co-btn-level4.disabled:hover {
  color: #005EBA;
  opacity: 0.4;
  background: #FFFFFF;
}
.co-btn-cancel {
  color: #005EBA;
  background-color: #FFFFFF;
}
.co-btn-cancel:hover,
.co-btn-cancel:focus {
  color: #005EBA;
  text-decoration: none;
  background-color: #FFFFFF;
}
.co-btn-cancel:hover {
  border: 0.3rem solid #C2C2C2;
  box-shadow: 0 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.co-btn-cancel:focus {
  border: 0.3rem solid #3FBBEF;
}
.co-btn-cancel:disabled,
.co-btn-cancel.disabled {
  color: #005EBA;
  opacity: 0.4;
  background: rgba(255, 255, 255, 0.4);
}
/* BOUTON CLOSE */
.co-btn-close {
  padding: 0.1rem;
  border: 0;
  color: #005EBA;
  background-color: transparent;
}
.co-btn-close:before {
  font-family: 'TScomUIicons';
  content: "\E919";
  font-size: 4rem;
  line-height: 1;
}
.co-btn-close:enabled:hover,
.co-btn-close:enabled:focus {
  box-shadow: inset 0 -0.3rem 0 0 rgba(0, 0, 0, 0.3);
}
/* TEXT ASIDE A BUTTON */
.co-btn-aside-text {
  padding-left: 1rem;
  padding-top: 1rem;
}
.co-btn-round {
  border-radius: 2.5rem;
}
@media screen and (max-width: 979px) {
  .co-btn-round {
    border-radius: 0.5rem;
  }
}
.co-currencyConverter {
  line-height: 1.5;
}
.co-currencyConverter-subtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #002855;
}
.co-currencyConverter-desc {
  font-size: 1.6rem;
  color: #002855;
  margin-bottom: 3rem;
}
.co-currencyConverter .co-form {
  max-width: 100%;
}
.co-currencyConverter .co-form .co-textbox-wrapper {
  min-height: inherit;
}
.co-currencyConverter .co-form .co-row-767 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding: 0 3rem;
}
.co-currencyConverter-form {
  border-radius: 0.5rem;
  padding-top: 3rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.co-currencyConverter-form #startAmount {
  max-width: 16rem;
}
.co-currencyConverter-form-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 1.5rem;
  flex: 1;
  padding: 0 3rem;
}
.co-currencyConverter-form-wrapper .co-dropdown {
  flex: 1;
  max-width: none;
}
.co-currencyConverter-form-wrapper .co-btn {
  margin: 2rem 0 0;
}
.co-currencyConverter-form-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 3rem 0;
  padding-right: 3rem;
  padding-bottom: 2rem;
}
.co-currencyConverter-form-error {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2rem 3rem 0 3rem;
  color: #C50000;
}
.co-currencyConverter-form-error > span[class*='icon-'] {
  font-size: 2.2rem;
  margin-right: 1rem;
  color: #C50000;
}
.co-currencyConverter-switchBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  background-color: #FFFFFF;
}
.co-currencyConverter-switchBtn > span[class*="icon-"] {
  font-size: 3rem;
  color: #005EBA;
  transform: rotate(0deg);
}
.co-currencyConverter-switchBtn:hover,
.co-currencyConverter-switchBtn:focus {
  cursor: pointer;
  color: #002855;
}
.co-currencyConverter-switchBtn:hover > span[class*="icon-"],
.co-currencyConverter-switchBtn:focus > span[class*="icon-"] {
  transform: rotate(-360deg);
  transition: transform 0.25s linear;
}
.co-currencyConverter-result {
  background-color: #E1F4FB;
  padding: 3rem;
}
.co-currencyConverter-result-initial {
  font-size: 1.6rem;
  color: #002855;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.co-currencyConverter-result-target {
  font-size: 3rem;
  color: #002855;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.co-currencyConverter-result-note {
  font-size: 1.4rem;
  color: #696969;
}
.co-currencyConverter-source {
  font-size: 1.4rem;
  color: #696969;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .co-currencyConverter .co-form .co-row-767 {
    flex-direction: column;
    padding: 1rem;
  }
  .co-currencyConverter-form {
    padding: 1rem 0 0 0;
  }
  .co-currencyConverter-form #startAmount {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .co-currencyConverter-form .co-textbox-wrapper {
    width: 100%;
  }
  .co-currencyConverter-form-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    padding: 0;
  }
  .co-currencyConverter-form-btn {
    margin: 2rem 0;
    padding: 1rem;
  }
  .co-currencyConverter-form-btn .co-btn {
    width: 100%;
  }
  .co-currencyConverter-switchBtn {
    align-items: flex-start;
    margin: 3rem 0;
  }
  .co-currencyConverter .contentAfter {
    margin-bottom: 3rem;
  }
}

