﻿/*-------------------------------------------------------- */
/*---------------------- VARIABLES ------------------------*/
/*---------------------------------------------------------*/
/* COULEURS GENERALES */
/* Couleur maitresse */
/* Couleur maitresse:hover */
/* TAILLES : éviter de modifier */
/* GENERAL */
/* BACKGROUND ET COULEURS */
/*-------------------------------------------------------- */
/*---------------------- CSS ------------------------------*/
/*---------------------------------------------------------*/
/*---------------------- GENERAL   ------------------------*/
body {
  font-family: Segoe UI, Trebuchet, Arial, Sans-Serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: white url('Images/background.png');
  text-align: left;
  color: #0E0E0E;
}
body a {
  color: #E83556;
}
body a:hover {
  color: #d2183a;
}
body img {
  max-width: 100%;
}
/* Champ texte en gras, mis en valeur */
.lblChamp {
  text-align: left;
  color: #E83556;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
div[id*=pnlPresent] .divBande span {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
}
/*--------------------------------------------------------*/
/*--------------------  INPUTS ---------------------------*/
/*--------------------------------------------------------*/
/* Champs texte */
input[type=text],
input[type=password] {
  padding: 4px 10px;
  margin: 2px 0;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 10px;
  margin: 2px 0;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
}
/* Combo box */
select {
  border: 1px solid #969696;
  margin: 0;
  padding: 4px 10px;
}
/* Bouttons */
.finishWizardButton.button {
  background: #E83556;
  border: 1px solid #E83556 !important;
  color: white !important;
}
.finishWizardButton.button:hover {
  background: #d2183a !important;
  border: 1px solid #d2183a !important;
  color: white !important;
}
.button:hover {
  color: #888;
}
.button:active {
  color: #888;
}
input[type=button].btn {
  padding: 6px 12px;
  box-shadow: none;
  font-size: 14px;
}
input[type=button].btn.btn-primary,
input[type=button].btn.btn-default {
  color: white !important;
  background: #E83556;
  border: 1px solid #E83556 !important;
}
input[type=button].btn.btn-primary:hover,
input[type=button].btn.btn-default:hover {
  color: white !important;
  background: #d2183a !important;
}
input[type=button].btn.btn-primary-actif {
  border-color: #d2183a !important;
  background: #ffffff !important;
  color: #E83556 !important;
}
.btnIconFontAwesome input {
  padding-left: 6px;
}
.headerDiv {
  background: white;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0px;
}
.headerDiv .tblLogin {
  font-size: 12px;
}
.headerDiv .tblLogin .separator-logged {
  color: #E83556;
}
.headerDiv .pnlHeaderBanner {
  margin-top: 25px;
  min-height: 100px;
  background-position: center;
}
.headerDiv .pnlHeaderBanner div {
  text-align: left !important;
}
.headerDiv .lblsTitre {
  text-align: left;
  color: #E83556;
  font-size: 44.61538462px;
}
.headerDiv .dock {
  width: 980px;
}
.headerDiv img.img-choixLang {
  max-width: 30px;
}
#menuadmin {
  background: transparent;
}
.main {
  margin: 0 auto;
  max-width: 980px;
}
.mainContentDiv {
  background: white;
  width: 980px;
  margin-right: 0px;
  margin-top: 15px;
  padding: 10px;
  position: relative;
}
.mainLeftDiv > br {
  display: none;
}
.mainRightDiv {
  width: 100%;
  margin-bottom: 20px;
  min-height: 500px;
  background-color: white;
  text-align: left;
}
.mainRightDiv #ctl00_rightContentPlaceHolder_tblPrincipal table {
  float: left;
}
.mainRightDiv .rgMasterTable {
  background-color: white;
}
.mainRightDiv .helpDiv {
  background: #dcdcdc;
  border: none;
}
.mainRightDiv .helpDiv span {
  color: #0E0E0E !important;
}
.mainLeftDiv {
  background: white;
  width: 100%;
}
.footerDiv {
  background: #0E0E0E;
  color: white;
  padding: 0px 12px 10px 12px;
}
.footerDiv a {
  color: white;
}
.footerDiv a:hover {
  color: white;
}
.divBande {
  margin: 0 0 15px 0px;
  padding: 0 0 5px 0px;
  font-size: 18px;
  text-align: left;
  color: #E83556;
  text-transform: uppercase;
}
/*----------------------  MENU --------------------------*/
.menuContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#MenuBar2 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: start;
  background: #E83556;
}
#MenuBar2 li {
  list-style-type: none;
}
#MenuBar2 li:hover ul {
  width: auto !important;
  display: block;
}
#MenuBar2 li:hover ul li:hover {
  text-align: left;
  background: #d2183a;
}
#MenuBar2 li:hover ul li a:hover {
  color: white;
}
#MenuBar2 li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 10px;
  display: block;
  width: auto !important;
}
#MenuBar2 li a:hover {
  color: #000000;
}
#MenuBar2 ul {
  z-index: 1020;
  cursor: default;
  position: absolute;
  display: none;
  /*Cache les sous menus */
  background-color: #E83556;
  min-width: 150px;
  width: auto !important;
  margin: 0;
  padding: 0;
}
.currentPage {
  color: #000000 !important;
}
.smartItem {
  width: auto !important;
}
/*----------------------------- END  MENU ------------------------------*/
/* --- HEADER : LOGIN FORM LANGUE Switcher --- */
/* 1) supression des images et remplacemenbt par FR, EN, IT, ES, DE.*/
.tblLogin .PnlDock {
  /*Placement des langes*/
}
.PnlDock a img {
  display: none;
}
.PnlDock a {
  padding: 0 2px;
  text-align: center;
  position: relative;
  color: #696969;
  font-size: 1.4rem;
}
.PnlDock a:before {
  content: '';
  z-index: 10;
  transition: color 0.2s linear;
}
.PnlDock aa:hover::before {
  color: #232323;
}
.PnlDock a[id*="Francais"]::before {
  content: 'FR';
}
.PnlDock a[id*="Anglais"]::before {
  content: 'EN';
}
.PnlDock a[id*="Espagnol"]::before {
  content: 'ES';
}
.PnlDock a[id*="Allemand"]::before {
  content: 'DE';
}
.PnlDock a[id*="Italien"]::before {
  content: 'IT';
}
/* --- END HEADER : LOGIN FORM --- */
/*----------------------------------------------------------------------*/
/*---------------------- FORMULAIRE OLD VERSION ------------------------*/
/*----------------------------------------------------------------------*/
/* ---------- STEPPER ---------- */
.etapesWrapper > span.wizardProgress {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  margin: 10px;
  padding: 0;
}
.etapesWrapper > ul {
  margin: 10px 0;
}
.etapesWrapper .stepCurrent,
.etapesWrapper .stepCompleted,
.etapesWrapper .stepNotCompleted {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 10%;
  font-size: 14px;
  margin: 2px 1px;
}
.stepCurrent {
  background-color: #E83556;
  border-color: #000000;
}
/* ------- END  STEPPER ---------- */
.wizardHeaderPlaceHolder div.row:first-child {
  margin-right: 0;
  margin-left: 0;
}
.wizardHeaderPlaceHolder br {
  display: none;
}
table.wizardPlaceHolder input[type=button] {
  background-color: #E83556;
  color: white !important;
  border-color: #E83556 !important;
  min-width: 120px;
}
table.wizardPlaceHolder input[type=button]:hover {
  background-color: #d2183a;
  color: white !important;
  border-color: #d2183a !important;
}
.RadAjaxPanel {
  text-align: left;
}
.stepCurrent {
  background-color: #E83556;
  color: white;
  border-color: #E83556;
}
.stepCompleted {
  background-color: #dcdcdc;
  color: #0E0E0E;
  border-color: #dcdcdc;
}
.wiz-anc-current,
.wiz-anc-done {
  background-color: #dcdcdc;
  color: #0E0E0E;
}
.wiz-anc-current a,
.wiz-anc-done a {
  color: #0E0E0E;
}
.wiz-anc-current a:hover,
.wiz-anc-done a:hover {
  color: #d2183a;
}
/* -------- Tableau Catégories ------------ */
.tableCategories td {
  border: none;
}
.tableCategories .wiz-anc-current {
  border: 1px solid #E83556 !important;
  background: none;
}
.tableCategories .wiz-anc-current label {
  color: #0E0E0E;
}
.tableCategories .wiz-anc-current .CategName {
  color: #E83556;
}
/*-------- End Tableau Catégories ------------ */
/* ---------- Tableau Accompagnants ----------- */
.accompWrapper div[id*=PlaceHolderGvPanel] {
  /* ajout effet apres accomp */
  /* Sauf pour le dernier */
}
.accompWrapper div[id*=PlaceHolderGvPanel] img {
  display: none;
}
.accompWrapper div[id*=PlaceHolderGvPanel] > div::after {
  content: " * * * ";
  display: block;
  text-align: center;
  width: 100%;
  color: #E83556;
  font-size: 30px;
  margin-top: 20px;
}
.accompWrapper div[id*=PlaceHolderGvPanel] > div:nth-last-of-type(1):after {
  content: "";
}
table.gvAccompagnant {
  width: 100% !important;
  border: none !important;
}
/* -------- End Tableau Accompagnants ------------ */
/* Prestation */
.prestationLvl1 {
  background-color: #D1D1D1;
  padding-left: 5px !important;
  padding: 5px;
}
/* ----------- Invitants ----------- */
/*------------------  HOTEL ---------------------*/
.hotelContainer {
  margin: 20px 0px;
  background-color: #dcdcdc;
  font-size: 12px;
  color: #0E0E0E;
  display: flex;
  flex-direction: column;
}
.hotelContainer > br {
  display: none;
}
.hotelContainer a {
  color: #E83556;
}
.hotelContainer a:hover,
.hotelContainer a:active,
.hotelContainer a:focus {
  color: #d2183a;
  text-decoration: none;
}
.hotelContainer a.displayHotelDesc {
  color: #0E0E0E;
  margin: auto;
  padding: 5px 10px;
  background-color: #dcdcdc;
  width: 100%;
}
.hotelContainer a.displayHotelDesc :before {
  font-family: FontAwesome;
  content: "\f055";
  padding-right: 5px;
}
.hotelContainer a.btnReservationChambre {
  color: #ffffff;
  float: none !important;
  background-color: #E83556;
  border-radius: 3px;
  width: auto;
  margin: 10px auto 0 auto;
  padding: 10px 15px;
}
.hotelContainer a.btnReservationChambre::before {
  font-family: FontAwesome;
  content: "\f0f2 ";
  padding-right: 1rem;
}
.hotelContainer .HotelTitle {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  color: white;
  background-color: #E83556;
}
.hotelContainer .HotelTitle.HotelTitle:before {
  font-family: FontAwesome;
  content: "\f236 ";
  padding-right: 10px;
}
.hotelContainer .tblChambres {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-bottom: 10px;
}
.hotelContainer .tblChambres td {
  border: none;
}
.hotelContainer .libChambres {
  padding: 0px 0px 0px 10px;
}
#resaPopup .hotelContainer {
  background: none !important;
}
/*-------  Social Barre ---------- */
.RadSocialShare_Metro {
  background: none !important;
  border: none !important;
}
/* --------- TableBilan Module Invitant -------------*/
.bilanInvitant-table thead > tr > th {
  border: none;
  text-align: center;
  color: #ffffff;
  background: #E83556;
}
div[id*=FiltreInvitant] .panel {
  padding: 10px;
}
/*******************************************/
/**   CSS Wizard inscription NewFormStyle **/
/*******************************************/
.RadWizard {
  padding: 0 !important;
}
.RadWizard_Metro .rwzProgress {
  /*progress barre*/
  background-color: #E83556 !important;
  display: none !important;
}
.RadWizard_Metro .rwzBreadCrumb .rwzLI .rwzLink {
  /* fond ÃƒÆ’Ã‚Â©tape*/
  background-color: #565656 !important;
  color: white;
  padding-left: 20px;
}
.RadWizard_Metro .rwzBreadCrumb .rwzLI.rwzDisabled .rwzLink {
  /* fond ÃƒÆ’Ã‚Â©tape*/
  background-color: #CCCCCC !important;
  color: black;
}
.RadWizard_Metro .rwzBreadCrumb .rwzLI.rwzSelected .rwzLink {
  /* fond ÃƒÆ’Ã‚Â©tape*/
  background-color: #E83556 !important;
}
.RadWizard_Metro.rwzHorizontal .rwzBreadCrumb .rwzLI .rwzLink {
  /* chevron color*/
  position: relative;
}
.RadWizard_Metro.rwzHorizontal .rwzBreadCrumb .rwzLI .rwzCallout {
  background-image: none !important;
  border-top: 20px solid transparent !important;
  border-left: 13px solid white !important;
  border-bottom: 20px solid transparent !important;
  display: inline-block;
  height: 40px;
  width: 20px;
  top: -5px;
  left: calc(100% + 0px);
  z-index: 9;
}
.RadWizard_Metro .rwzBreadCrumb .rwzLI .rwzCallout::before {
  content: "";
  position: absolute;
  z-index: 8;
  height: 30px;
  width: 15px;
  transform: translateX(-8px);
  top: -15px;
  display: inline-block;
  border-top: 15px solid transparent !important;
  border-left: 10px solid #565656 !important;
  border-bottom: 15px solid transparent !important;
  background: none;
}
.RadWizard_Metro .rwzBreadCrumb .rwzLI.rwzSelected .rwzCallout::before {
  /* chevron color*/
  border-left: 10px solid #E83556 !important;
}
.RadWizard_Metro .rwzBreadCrumb .rwzLI.rwzDisabled .rwzCallout::before {
  /* chevron color*/
  border-left: 10px solid #CCCCCC !important;
}
.RadWizard_Metro .rwzLI .rwzLink {
  border-bottom: 0px;
}
.RadWizard_Metro.rwzHorizontal .rwzBreadCrumb .rwzLI.rwzDisabled {
  background-color: #ccc !important;
  color: black;
}
.RadWizard_Metro.rwzHorizontal .rwzBreadCrumb .rwzLI.rwzDisabled .rwzText {
  opacity: 1;
}
.RadWizard_Metro.rwzHorizontal .rwzBreadCrumb .rwzLink .rwzText {
  line-height: 30px;
  font-weight: bold;
  color: white;
}
.RadWizard_Metro.rwzHorizontal .rwzBreadCrumb .rwzLI {
  border-style: unset;
}
.RadWizard_Metro.rwzHorizontal .rwzLI button.rwzButton {
  border: 1px solid black;
  background: white;
  color: black;
  border-radius: 0px;
}
.RadWizard_Metro.rwzHorizontal .rwzLI button.rwzButton:hover {
  border: 1px solid black;
  background: black !important;
  color: white;
}
.RadWizard_Metro.rwzHorizontal .rwzLI button.rwzButton:hover::after,
.RadWizard_Metro.rwzHorizontal .rwzLI button.rwzButton:hover::before {
  display: none;
}
/* file upload */
.Form2ChampUL input[type=button],
.Form2ChampUL input[type=submit] {
  font-size: 1em;
  border-radius: 0px;
  color: white !important;
  box-shadow: none;
  background: none;
}
/************************************************/
/**   END CSS Wizard inscription NewFormStyle  **/
/************************************************/
/************************************************/
/**               Recap Panel                  **/
/************************************************/
/*Icone svg du e-billet*/
.svg-QRCode-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.svg-QRCodeIco-squareTopLeft,
.svg-QRCodeIco-squareTopRight,
.svg-QRCodeIco-squareBottomLeft,
.svg-QRCodeIco-squareBottomRight {
  fill: #E83556;
}
.svg-QRCodeIco-center {
  fill: #414141;
}
.recapPanel .wiz-anc-current a {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #E83556;
}
.recapPanel div[id*=recapAccomp] > br {
  display: none;
}
.recapPanel div[id*=recapAccomp] table.metroListAccent {
  padding: 0;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  font-size: 12px;
}
.recapPanel div[id*=recapAccomp] table.metroListAccent tr:nth-child(odd) {
  background: #eee;
}
.recapPanel div[id*=recapAccomp] table.metroListAccent tr td {
  padding: 5px;
}
.recapPanel .formDesinscr {
  background-color: #E83556;
}
.recapPanel .formDesinscr > span {
  color: white;
}
.recapPanel .formDesinscr textarea {
  width: 100% !important;
}
.recapPanel .dropdownButtonCalendar button {
  background: #E83556;
  color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
/************************************************/
/**             End Recap Panel                **/
/************************************************/
/*-------------- RESPONSIVE ----------------*/
@media screen and (max-width: 767px) {
  .mainContentDiv {
    padding: 0;
  }
  .mainRightDiv {
    padding: 10px;
  }
  .wizardStepPlaceHolder > table {
    width: 100% !important;
  }
  /* ---------- STEPPER ---------- */
  .etapesWrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .etapesWrapper > span.wizardProgress,
  .etapesWrapper > ul {
    margin: 0;
  }
  .etapesWrapper .wizardStepPlaceHolder .tableCategories > tbody > tr > td.wiz-anc-current {
    border: 1px solid #E83556 !important;
  }
  .RadWizard .rwzStep.rwzActive {
    border: none;
    padding: 0;
  }
  .pnlQuestionWrapper td {
    width: 100%;
    display: block;
  }
  .tableCategories tr td {
    display: block;
    width: 100% !important;
  }
  .tableCategories tr td:first-of-type {
    margin-bottom: 5px !important;
  }
  table.gvAccompagnant {
    width: 100% !important;
    border: none !important;
  }
  .listHebergementWrapper > table {
    table-layout: fixed !important;
  }
  .wizardStepPlaceHolder > table > tbody > tr > td,
  table.gvAccompagnant > tbody > tr > td {
    display: block !important;
    width: 100% !important;
  }
  #MenuBar2 {
    display: none;
    position: absolute;
    z-index: 500;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
  #MenuBar2 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #MenuBar2 li a {
    padding: 8px 10px;
  }
  #MenuBar2 > li {
    display: block;
  }
  #MenuBar2 > li:last-child {
    border-bottom: none;
  }
  #MenuBar2 > li ul {
    display: block;
    position: relative;
  }
  #MenuBar2 > li ul li {
    display: block;
    background: rgba(255, 255, 255, 0.2);
  }
  #MenuBar2 > li ul li:last-child {
    border-bottom: none;
  }
  #MenuBar2 > li ul li a::before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 10px;
  }
  .show-menu-responsive {
    display: block !important;
    margin-bottom: 0;
  }
  .smartItem {
    width: 100% !important;
  }
  .selectStateFront {
    width: 15px;
  }
  .loginForm {
    width: 100% !important;
  }
  .hiddenLogFormWrapper {
    width: 100% !important;
    right: 0 !important;
  }
  .loginForm input[type=text] {
    height: 40px !important;
  }
  .loginForm input[type=password] {
    height: 40px !important;
  }
  .lblsTitre {
    top: 45% !important;
    left: 0px !important;
    font-size: 2em !important;
  }
  .svg-QRCode-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
  }
}
/* RAD UPLOAD */
.RadUpload_Bootstrap .ruStyled .ruFakeInput {
  padding: 3px 4px;
  height: 26px;
  border-radius: 4px;
  margin: 0 0.5em 0 0 !important;
}
.RadUpload_Bootstrap .ruFakeInput {
  color: #333;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-color: #ccc;
  background: #fff;
}
.RadUpload_Bootstrap .ruStyled .ruFakeInput {
  padding: 3px 4px;
  height: 26px;
  border-radius: 4px;
}
.RadUpload_Bootstrap input[type=button].ruButton {
  height: 34px;
  padding: 5px 10px;
  color: #333 !important;
  font: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.RadUpload_Bootstrap input[type=button].ruButton:hover {
  color: white !important;
  background: #CCC !important;
}
.ruButton {
  height: 34px;
  padding: 5px 10px;
  color: #333 !important;
  font: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.ruButton.ruBrowse {
  width: auto !important;
}
/* RAD UPLOAD */