body{
  background-color:#F9F9FA;
  color:#56618C;
  font-family: "Roboto", sans-serif!important;
}
h1, .h1{
  font-size: 60px!important;
  color:#051348!important;
}
h2, .h2 {
  font-size: 40px!important;
  font-style: italic;
  font-weight: 900!important;
  line-height: 50px!important;
  text-align: left;
  color:#F25228!important;
}
#cms h2, #cms .h2{
  font-size: 38px!important;
  font-style: italic;
  font-weight: 900!important;
  line-height: 48px!important;
  text-align: left;
  color:#F25228!important;
}
#cms #calendar h2, #cms #calendar .h2{
  font-size: 38px!important;
  font-style: italic;
  font-weight: 900!important;
  line-height: 28px!important;
  text-align: left;
  color:#F25228!important;
}
h4, .h4{
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
}
body#checkout .inpError {
  border-color: red;
}

body#checkout div.errContainer {
  padding-top: 3px;
  font-size: 0.7rem;
}
#wrapper{
  background-color:#F9F9FA;
}
.top-container{
  margin-top: 20px;
}
#index .top-container{
  margin-top: 0px;
}
#checkout .top-container{
  margin-top: 120px;
}
.btn-primary-bleu{
  background-color:#2181D3;
  color:#FFF;
  width:100%;
}
.flex-icon {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    color: #2b3445;
}
.card{
  box-shadow: 0px 10px 20px 0px #00234014;
  border: 1px solid #E4E7F1;
  border-radius:0;  
}
.flex-icon a{
  color:#2b3445;
  font-weight: 600;
}
#consommationfilter{
  height: fit-content;
}
#checkout div[id^="step-heading"]{
  display: none;
}
#checkout div[id^="step-"]{
  border:0;
}
#checkout div[id^="step-"] .card-body{
  padding:0;
}
#checkout .card ul{
  list-style: none;
}
#checkout #checkout-steps > .checkout-step{
    background-color: #f9f9fa;
    border: 0;
    padding: 0; 
}
.btn-secondary {
    color: #373f50;
    background-color: #ffffff;
    border-color: #f3f5f9;
    box-shadow: none;
    border: 1px solid #373F50 !important;
    border-radius: 0;
}
.full-larg{
  width: 100%;
}
.full-width{
  margin-left: calc((100vw - 100%) / -2);
  width: 100vw;
}
.steps-dark .step-item.-reachable .step-count, .steps-dark .step-item.-reachable .step-progress{
  color: #fff;
  background-color: #4E81CF;  
}
.steps-dark .step-item.-reachable.-current{
    color: #4E81CF;
    font-weight: bolder;
}
.customerTop{
  list-style: none;
    display: flex;
    border: 0;
    margin-top: 4px;
    margin-bottom: 0;
    margin-right: 15px;
}

.choixDomain{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:20px
}
.choixDomain > div{
  border:1px solid #000;
  padding:5px;
  display:flex;
  align-items:center
}
.choixDomain > div.active{
  border:3px solid #2082d3;
}
.news{
  border:1px solid #E4E7F1;
  padding: 10px;
}
.swicthSalc2{
  display:flex;
}
.swicthSalc2 .toggle {
  background-color: grey;
  width: 50px;
  height: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.swicthSalc2 .toggle-active {
  background-color: blue;
  width: 50px;
  height: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.swicthSalc2 input {
  display: none;
}
.swicthSalc2 .slider {
  height: 17px;
  width: 17px;
  background-color: white;
  border-radius: 12px;
  margin: 4px;
}
.swicthSalc2 input:checked + .toggle {
  background-color: #2082d3;
}
.swicthSalc2 input:checked + .toggle > .slider {
  align-self: flex-end;
}
.cart-summary-products .widget strong{
  display:block;
  margin-top:20px;
}
.cart-summary-products .widget .media.align-items-center .media-body{
  display:flex;
  align-items:baseline;
}
.cart-summary-products .widget .media.align-items-center .media-body .h6{
  flex:1;
  margin:0;
}
.modal.fade.show{
  background-color: #1e1f4c82;
}
.iframeFondBleu .modal-header{
  display:none;
}
.iframeFondBleu .modal-body{
  padding: 0;
}
.iframeFondBleu .modal-content{
  border:0;
  background-color:#FFFFFF00;
}
body#authentication, body#password, body#password .card.p-md-2{
  background:#89ccf7 url('/img/0825a5eca7324433f473f1e8cb9ebaca.jpg') no-repeat top left;
  background-size: cover;
}
body#authentication:before, body#password:before, body#password .card.p-md-2:before{
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(90deg, #1E1F4C 40.5%, rgba(30, 31, 76, 0.8) 100%);
}
body#password .card.p-md-2 .card-body{
  z-index: 2;
}
body#password{
  color:#FFF;
}
body#authentication h1, body#authentication label, body#password h1, body#password label{
  color:#FFF!important;
}
body#authentication #wrapper{
  background-color:#FFFFFF00;
}
.header-cart .navbar-tool-icon-box.bg-secondary {
    background-color: #2082d3 !important;
}
.header-cart  .navbar-tool-icon-box {
    color: #ffffff;
}
.widget-links .widget-list{
  display: flex;
}
.widget-links .widget-list li{
  margin:0 20px;
}
.modal-dialog {
    pointer-events: all;
}
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
    white-space: pre-line;
    text-align: center;
}
.fc-header-toolbar > .fc-toolbar-chunk:nth-child(2){
  display: flex;
}
.fc-header-toolbar > .fc-toolbar-chunk:nth-child(2) .fc--button.fc-button{
  display: none;
}
.fc-day{
  position: relative;
}
.adhesionHome{
  text-align: center;
}
.adhesionHome a{
  max-width: 200px;
}
#homepage-prez-price{
  margin-top:60px;
}
#homepage-prez-carte ul{
  display: flex;
  max-width: 1400px;
  margin: 20px auto;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
#homepage-prez-carte ul li{
  display: block;
  background-color: #FFF;
  width: 125px;
  height: 70px;
  margin: auto;
  text-align: center;
  padding: 5px;
  box-shadow:0 10px 20px 0 #00234014
}
#homepage-prez-carte ul li:hover{
  border: 2px solid #2082d3;
}
#homepage-prez-carte ul li:hover img{
  transform: scale(1.1);
}
#homepage-prez-carte ul li img{
  max-width: 100%;
  max-height: 100%;
}
#homepage-prez-carte ul > li:nth-child(4) img{
  margin-top: 10px;
}
#homepage-prez-carte ul > li:nth-child(6) img{
  margin-top: 0px;
}
.mySwiperFull .swiper-slide{
  position: relative;
}
.tarif{
  display: flex;
  align-items: normal;
  justify-content: center;
  margin-bottom: 40px;
}
.tarif .card {
  display: flex;
  flex-direction: column;
  width: 320px;
  margin: 10px;
  text-align: center;
}
.tarif .card strong{
  font-size: 2rem;
  font-weight: 900;  
}
.tarif .card span{
  font-size: 40px;
  font-weight: 900;
  line-height: 60px !important;
  color: #F25228 !important;
}
.tarif .card em{
  font-weight: 900;
}
.tarif .card small{
  font-size:0.75rem;
}
.mySwiperFull .swiper-slide > div, .mySwiperFullMobile .swiper-slide > div{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;  
}
.swiper {
  width: 100vw;
}
div[data-prettyblocks-zone="cms|8"]{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div[data-prettyblocks-zone="cms|8"] > div{
  flex:0 0 33%;
}
div[data-prettyblocks-zone="cms|8"] .cardAide{
  width: 100%;
  box-shadow: 0px 10px 20px 0px #00234014;
  border: 1px solid #E4E7F1;
  border-radius:0; 
  margin:10px; 
  padding: 10px;
  text-align: left;
}
div[data-prettyblocks-zone="cms|8"] .cardAide strong a{
  font-size:0.875rem;
  color:#4b566b;
}
.blue{
  color:#2181D3;
}
.white{
  color:#FFFFFF;
}
.widget-list{
  flex-wrap: wrap;
}
.bg-lightblue{
  background-color: #E4E7F1;
}
.bg-lightblue .col-md-12 > div:nth-child(1){
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bg-lightblue .col-md-12 > div:nth-child(1) ul{
  list-style: none;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(2){
  flex: 1;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(2) ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding:0;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(2) ul li{
  padding: 15px;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(2) ul li a{
  color:#051348;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(3) ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(3) ul li{
  padding:10px;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(3) ul li img{
  max-height: 20px;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(4){
  flex: 0 0 100%;
  border-top: 2px solid #56618C;
  padding-top: 20px;  
  color:#C6CBDD;
}
.bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(4) .col-md-12{
  display: flex;
  align-items: center;
  justify-content: center;
}
#header nav.navbar > *:nth-child(3) .topbar-text{
  display: flex;
  justify-content: center;
  align-items: center;  
}
#header nav.navbar > *:nth-child(3) .topbar-link{
  color:#4b566b;
}
#header nav.navbar > *:nth-child(3) .btn.btn-secondary{
  padding: 10px;
}
.page-station{
  justify-content: space-between;
  flex-wrap: wrap;
}
/*.page-station .swiper-slide{
  height: 240px!important;
}*/
h2.fc-toolbar-title{
  line-height: 20px!important;
}
.fc .fc-button {
  padding: 0;
}
#pageAide{
  display:flex;
}
#pageAide .cardAide{
  order: 1;
}
#pageAide .cardAide h2{
  font-size: 25px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 30px !important;  
}
#pageAide .listAide{
  order: 2;
  width:100%;
  text-align: left;
}
#pageAide .listAide h4{
  text-align: left;
  text-decoration: underline;
}
#calendar {
    filter: blur(2px);
    pointer-events: none;
}
.highlight {
    background-color: yellow;
}
.btncompte{
  color:#4b566b;
  line-height: 45px;
}
.fc-daygrid-day-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fc-daygrid-day-number {
    display: block;
    text-align: center;
    width: 100%;
}
.fc .fc-daygrid-day-frame {
  max-height:60px
}
.fc-event{
    background-color: initial;
    border: 0;
    text-align: center;  
}
#header .navbar, #header .navbar-toggler {

  padding: 0.5rem;
}
.fc-event-prix{
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  top: 40px;
  text-align: center;
  width: 100%;
}
.fc-event-prix-barre{
  font-size: 18px;
  color: #fe696a;
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;  
  text-decoration: line-through; color: red;
}
div[data-prettyblocks-zone="cms|18"] > div > div{
  display:flex;
  flex-wrap: wrap;
}
div[data-prettyblocks-zone="cms|18"] > div > div > .card{
  flex:0 0 48%;
  margin:1%
}

@media (max-width: 992px) {
  #header .navbar .my-2.my-lg-0.d-flex.pr-4, #header .navbar .navbar-brand{
    padding-right: 0!important;
    margin-left: 0!important;
  } 
  #header nav.navbar > *:nth-child(1) { order: 1; }
  #header nav.navbar > *:nth-child(2) { order: 2;flex:1; }
  #header nav.navbar > *:nth-child(3) { order: 3; }
  #header nav.navbar > *:nth-child(4) { order: 4; }
  #header nav.navbar > *:nth-child(3) .btn.btn-secondary, #header nav.navbar > *:nth-child(3) .topbar-text{
    display: none;
  }
  .btncompte .navbar-tool-icon {
    font-size: 2rem;
  }
  .page-station > div:nth-child(1){
    flex: 0 0 100%;
    order:2;
  }
  .page-station > div:nth-child(2){
    flex: 0 0 100%;
    order:1;
  }  
  .bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(1){
    display: none;
  }
  .bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(1),
  .bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(2),
  .bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(3){
    flex:0 0 100%;
  }
  .bg-lightblue .col-md-12 > div:nth-child(1) > div:nth-child(2) ul{
    flex-direction: column;
  }  
  h2, .h2{
    font-size: 20px!important;
    line-height: 30px!important;
  }
  #homepage-prez-carte ul{
    flex-wrap:wrap;
    padding: 0;
    justify-content: center;
  }
  #homepage-prez-carte ul li{
    margin: 10px 15px;
  }
  #homepage-prez-price .tarif{
    flex-wrap: wrap;
  }
  .fc-event-prix{
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    top: 25px;
    text-align: center;
    width: 100%;
  }
  .fc-event-prix-barre{
    font-size: 14px;
    color: #fe696a;
    position: absolute;
    top: 38px;
    width: 100%;
    text-align: center;  
    text-decoration: line-through; color: red;
  }  
  div[data-prettyblocks-zone="cms|8"] > div, div[data-prettyblocks-zone="cms|18"] > div > div > .card{
    flex: 0 0 100%;
  }
  .customerTop{
    flex-direction: column;
    padding: 0;
  }
  #cms h2, #cms .h2 {
    font-size: 18px!important;
    line-height: 28px!important;
  }
}
@media (min-width: 992px) {
  #header nav.navbar > *:nth-child(1) { order: 1; }
  #header nav.navbar > *:nth-child(2) { order: 2; }
  #header nav.navbar > *:nth-child(3) { order: 4; }
  #header nav.navbar > *:nth-child(4) { order: 3; justify-content: flex-end;}
  .page-station > div:nth-child(1){
    flex: 0 0 74%;
    order:1;
  }
  .page-station > div:nth-child(2){
    flex: 0 0 25%;
    order:2;
  }    
  #topStation{
    padding:56px 96px;
  }
}
.searchTop{
  display: flex;
}
.searchTop input{
  flex:1;
}
.navigationMonth{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.navigationMonth #currentMonth{
  font-weight: bold;
  font-size:1.2rem;
  color:#2082d3;
}
hr.hr{
  border:1px dashed #C6E6E3;
  margin: 10px 0;
}
.modal-footer{
  align-items: center;
}
#selectedFilterItems .badge{
  color: #FFF;
  padding: 10px;
  margin-top: 6px;
  cursor: pointer;
}

#identity-global {
  display: grid;
  grid-template-columns: 1fr; /* Une seule colonne pour un affichage par défaut */
  grid-template-rows: auto auto auto auto auto auto; /* Une ligne pour chaque élément */
}

form {
  display: contents; /* Permet de faire ignorer la boîte du formulaire dans le grid */
}

#identity-informations {
  grid-row: 1; /* Première ligne */
}

#identity-adyen {
  grid-row: 2; /* Deuxième ligne, entre Div 1 et Div 2 */
}

#identity-password {
  grid-row: 3; /* Troisième ligne */
}

#identity-cagnotte {
  grid-row: 4; /* Quatrième ligne */
}

#identity-notifications {
  grid-row: 5; /* Cinquième ligne */
}

input[type="hidden"] {
  grid-row: 6; /* Dernière ligne */
  display: none; /* Masquer cet élément */
}
.infoPassword{
  border:1px solid #E4E7F1;
  padding: 30px;
  margin-top:40px;
  height:65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size:0.875rem;
}
.infoPassword em{
  background-color: #00B998;
  border-radius: 50%;
  padding: 1px 2px 1px 2px;
}
.infoPassword i{
  font-weight: bold;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.alerte-impayee{
  background-color:#F43F1F;
  margin-top:-10px;
  margin-bottom: 20px;
  color:#FFF;
  display: flex;
  padding: 0px 50px 10px 50px;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 800;
}
.alerte-impayee #Unpaid span{
  padding: 10px;
  cursor: pointer;
}
.custom-checkout-step .cardOption{
  isplay:none!important;
}
.bg-salc {
  ;background: #FFF url("/img/Header_SALC_generique.jpg") no-repeat top right;
  background: #FFF url("/img/Header_SALC_generique_ETE.jpg") no-repeat bottom right;
  background-size: cover;
}
.cms-id-9 .bg-salc {
  background: #FFF url("/img/Header_Grand Massif.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-10 .bg-salc {
  background: #FFF url("/img/Header_Serre_Chevalier.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-11 .bg-salc {
  background: #FFF url("/img/Header_Plagne.jpg?v=2") no-repeat top right;
  background-size: cover;
}
.cms-id-12 .bg-salc {
  background: #FFF url("/img/Header_Peisey.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-13 .bg-salc {
  background: #FFF url("/img/Header_Arcs.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-14 .bg-salc {
  background: #FFF url("/img/Header_Val_dIseree.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-15 .bg-salc {
  background: #FFF url("/img/Header_Tignes.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-16 .bg-salc {
  background: #FFF url("/img/Header_3_Vallees.jpg") no-repeat top right;
  background-size: cover;
}
.cms-id-21 .bg-salc {
  background: #FFF url("/img/Header_Pralognan.jpg") no-repeat top right;
  background-size: cover;
}


#wrapper nav {
  display: none !important;
}
