@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

button {
  cursor: pointer;
}

.specialButtonLnk {
  display: inline-block;
  color: white;
  background: #8c8c8c;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 3px solid black;
}

.maxheight2000 {
  max-height: 2000px;
}
.displayNone {
  display: none;
}

.desktopLogo {
  text-align: center;
  background: #c60024;
  border-top: 1px solid #9a0000;
  float: left;
  width: 100%;
}

.languages {
  float: right;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-size: 18px;
  border: 0;
  padding-left: 8px;
  max-width: 20%;
  -webkit-overflow-scrolling: touch;
}

.languages a {
  color: white;
}

@media (max-width: 600px) {
  .languages {
    overflow: scroll;
  }
}

.main {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 0;
  margin-top: 16px;
}

strong {
  font-weight: 500;
}

.main img {
  max-width: 100%;
}


.ctxSec {
  padding: 0 16px;
}

.clear {
  clear: both;
  height: 0;
}

h2 {
  text-align: center;
  margin: 6px 0px -3px 0px;
  font-weight: 400;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}

h1 {
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.titleLine {
  display: block;
  margin: auto;
  margin-top: 3px;
  height: 2px;
  width: 40px;
  background: black;
  margin-bottom: 16px;
}

.slide li.item {
  display: none;
  transition: left ease 0.5s;
}
.slide li.item.itemDisplayA {
  display: block;
  position: absolute;
  left: 0px;
}
.slide li.item.itemDisplayB {
  display: block;
  position: absolute;
  left: 309.234px;
}
.slide li.item.itemDisplayC {
  display: block;
  position: absolute;
  left: 620.468px;
}
.slide li.item.itemRightA {
  display: block;
  position: absolute;
  left: 928px;
}
.slide li.item.itemRightB {
  display: block;
  position: absolute;
  left: 1237.234px;
}
.slide li.item.itemRightC {
  display: block;
  position: absolute;
  left: 1548.4679px;
}
.slide li.item.itemLeftA {
  display: block;
  position: absolute;
  left: -928px;
}
.slide li.item.itemLeftB {
  display: block;
  position: absolute;
  left: -618.766px;
}
.slide li.item.itemLeftC {
  display: block;
  position: absolute;
  left: -307.532px;
}

@media (max-width: 993px) {
  .slide li:nth-child(2),
  .slide li:nth-child(3) {
    display: none;
    margin: 0 8px;
    float: left;
  }
  .slideParent {
    width: 100%;
  }
  .slide li:nth-child(1) {
    width: 100%;
    margin: auto;
    float: none;
  }
  .slideParent {
    width: 100%;
    max-width: 370px;
  }
  .item {
    width: 100%;
  }
  .slide li {
    width: 100%;
  }
  .slide li.item.itemRightA {
    display: block;
    position: absolute;
    left: 105%;
  }
  .slide li.item.itemLeftA {
    display: block;
    position: absolute;
    left: -105%;
  }
}

.wholeLine {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  clear: both;
}

.lineMx {
  width: 100%;
  max-width: 960px;
  margin: auto;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  clear: both;
}

/*devbutton showroom*/

.devBtn button {
  background: #f8f8f8;
  border: 0;
  width: 100%;
  padding: 16px;
  text-align: left;
  font-size: 20px;
  margin-top: 16px;
}

.devBtn button:last {
  margin-bottom: 0px;
}
.devBtn button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.devBtn button img {
  margin-top: 7px;
  float: right;
  display: block;
}

.devBtn button img {
  display: none;
}
.devBtn {
  position: relative;
}

.showroom.devBtn > div {
  text-align: center;
  margin: auto;
  max-width: 960px;
}

.showroom.devBtn > div div {
  text-align: left;
}

.showroom.devBtn button {
  width: 195px;
  text-align: center;
  display: inline-block;
}

.devBtn button.focusSh {
  background: #c60024;
  color: white;
}

.devBtn > div > div {
  display: block;
  opacity: 0; /*
	position: absolute;
	left: 0;
	right: 0;*/
  max-height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: auto;
  transition: opacity ease 0.5s;
  float: left;
}

.showroom.devBtn button.focusSh + div {
  opacity: 1;
  z-index: 900;
  max-height: 1000px;
}

@media (max-width: 993px) {
  .showroom.devBtn button {
    width: 100%;
    text-align: left;
  }
  .showroom.devBtn > div > div {
    opacity: 1;
    position: inherit;
    transition: all ease 0.5s;
    max-height: 0;
    overflow: hidden;
  }
  .showroom.devBtn button img {
    display: inline-block;
  }

  .showroom.devBtn button.focusSh {
    background: #f8f8f8;
    color: initial;
  }
  .showroom.devBtn > div {
    width: 100%;
  }
  .showroom.devBtn button.focusSh + div {
    max-height: 1000px;
  }
}

.normal.devBtn button {
  width: 100%;
  text-align: left;
}
.normal.devBtn > div > div {
  opacity: 1;
  position: inherit;
  transition: all ease 0.5s;
  max-height: 0;
  overflow: hidden;
}
.normal.devBtn button img {
  display: inline-block;
}

.normal.devBtn button:focus {
  background: #f8f8f8;
  color: initial;
}
.normal.devBtn > div {
  width: 100%;
}
/*.normal.devBtn button:focus + div {
	max-height: 2000px;
}*/

.normal.devBtn button.openBtn + div {
  max-height: 2000px;
}

/*footer*/
footer {
  background: #2a2a2a;
  color: white;
  margin: auto;
  margin-bottom: 16px;
}

footer > div:not(#wpadminbar) {
  padding: 4rem 1rem;
}
footer img {
  margin-left: 8px;
}

footer a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

footer img:first-child {
  margin-left: 0;
}
.ftrLinks {
  padding: 0;
}
.ftrLinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: gray;
}
.ftrLinks li {
  text-decoration: none;
  float: right;
  margin-right: 10px;
}

.ftrPhoneContact {
  display: inline-block;
  float: left;
  border-radius: 500px;
  padding-right: 10px;
  border: 4px solid white;
  font-size: 25px;
  margin-bottom: 15px;
}
.ftrPhoneContact i {
  clear: both;
  padding: 5px 8px;
  background: red;
  border-radius: 100px;
  margin-right: 10px;
}

.whatsHot ul {
  list-style-type: none;
  padding: 0;
  font-size: 1.2em;
}
@media (max-width: 993px) {
  footer {
    float: left;
    width: 100%;
    padding-bottom: 16px;
  }
}

/*top nav*/
#navOpener {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  padding-left: 25px;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  background: transparent;
  border: 0;
  float: left;
  cursor: pointer;
}
#navOpener:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

#navOpener img {
  height: 100%;
  margin-bottom: 0;
}

/*weisshorn*/
.weisshorn {
  height: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.weisshorn img {
  position: absolute;
  right: 530px;
  bottom: 10px;
  -ms-animation: mymove 5s infinite;
  animation: mymove 5s infinite;
  -ms-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

@-ms-keyframes mymove {
  0% {
    right: 550px;
    bottom: 0px;
  }
  50% {
    right: 500px;
    bottom: 25px;
  }
  100% {
    right: 550px;
    bottom: 0px;
  }
}

@keyframes mymove {
  0% {
    right: 550px;
    bottom: 0px;
  }
  50% {
    right: 500px;
    bottom: 25px;
  }
  100% {
    right: 550px;
    bottom: 0px;
  }
}

.maxWStd {
  max-width: 960px;
  margin: auto;
}

img.nwsImgOldStle {
  margin: auto;
  max-width: 300px;
  width: 100%;
  display: block;
  padding: 6px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding-bottom: 38px;
}

@media (max-width: 993px) {
  img.nwsImgOldStle {
    margin: auto;
    max-width: 500px;
    width: 100%;
    display: block;
    padding: 0px;
    background: transparent;
    border: 0px solid #d4d4d4;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
}

.imgPrdZne img {
  width: 100%;
  max-width: 500px;
}

.devBtn button.mrgBig {
  margin-top: 0;
}

@media (max-width: 601px) {
  .devBtn button.mrgBig {
    margin-top: 16px;
  }
}

.simLink {
  list-style-type: none;
  padding: 0;
}

.simLink li {
  background-color: white;
  font-weight: 500;
  border-bottom: 1px solid #8e8e8e;
}

.simLink li a {
  text-decoration: none;
  display: block;
  padding: 9px 0px;
  margin: 4px 0px;
  background-repeat: no-repeat;
  background-position: right center;
}

.simLink li:last-child {
  border-bottom: 0;
}

.adminOffset {
  margin-top: 32px;
}

.chevJumb {
  position: absolute;
  top: 85vh;
  left: 50%;
  -ms-animation: moveChev 2s infinite;
  -ms-transition: all ease 0.1s;
  animation: moveChev 2s infinite;
  transition: all ease 0.1s;
}

.chevJumb2 {
  position: absolute;
  top: 82vh;
  left: 50%;
  -ms-animation: moveChev2 2s infinite;
  animation: moveChev2 2s infinite;
  -ms-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

@-ms-keyframes moveChev2 {
  0% {
    top: 82vh;
  }
  50% {
    top: 84vh;
  }
  75% {
    top: 82vh;
  }
}

@-ms-keyframes moveChev {
  0% {
    top: 85vh;
  }
  50% {
    top: 87vh;
  }
  75% {
    top: 85vh;
  }
}

@keyframes moveChev2 {
  0% {
    top: 82vh;
  }
  50% {
    top: 84vh;
  }
  75% {
    top: 82vh;
  }
}

@keyframes moveChev {
  0% {
    top: 85vh;
  }
  50% {
    top: 87vh;
  }
  75% {
    top: 85vh;
  }
}

@media (max-width: 993px) {
  .chevJumb,
  .chevJumb2 {
    display: none;
  }
}

/*snowli et ses amis*/

.snowliHist {
  text-align: left;
  padding-left: 16px;
  font-size: 7vw;
  padding-bottom: 30vw;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: white;
}

.snowliHist .titleLine {
  margin-left: 0;
}

.backCstmSnowliHist {
  background: grey;
  padding-bottom: 16px;
  background: #eaeaea;
  padding-bottom: 16px;
  border-bottom: 1px solid #b9b9b9;
}

.backCstmSnowliHist .histContent {
  max-width: 960px;
  width: 100%;
  padding: 16px;
  background: white;
  margin: 16px auto;
  font-size: 1.2em;
  line-height: 1.5em;
}

.backCstmSnowliHist .histPagination {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.backCstmSnowliHist .histPagination a,
.backCstmSnowliHist .histPagination h3 {
  background: #f8f8f8;
  text-decoration: none;
  padding: 5px;
  margin: 5px;
  text-align: center;
  display: block;
  float: left;
  min-width: 32px;
}

.backCstmSnowliHist .histPagination a:hover,
.backCstmSnowliHist .histPagination .swliAct {
  background: #c60024;
  color: white;
}

.clearSnowli {
  height: 350px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.sponsorZone {
  clear: both;
  text-align: center;
  border-top: 1px solid #656565;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sponsorZone > div {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-items: space-betweekn;
}
.sponsorZone > div a {
  display: block;
  margin-right: 16px;
}
.sponsorZone > div a:last-child {
  margin-right: 0px;
  border-left: 1px solid white;
}
.sponsorZone div img {
  width: 100%;
}

.spaceSponsor {
  display: inline-block;
  background: #d8d8d8;
  width: calc(100% - 825px);
}

.spaceSponsor img {
  visibility: hidden;
}

@media (max-width: 830px) {
  .imgspons {
    width: 150px;
  }

  .spaceSponsor {
    width: calc(100% - 677px);
  }
}

@media (max-width: 673px) {
  .imgspons {
    width: 100px;
  }

  .spaceSponsor {
    width: calc(100% - 537px);
  }
}

.imgspons {
  margin-top: 3px;
}

@media (max-width: 522px) {
  .imgspons {
    width: 55px;
  }
  #horloge {
    float: left;
  }
}

.btnBookInfo {
  margin: 16px;
  margin-right: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px;
  background-color: #c60024;
  border: #c60024 1px solid;
  display: block;
  float: left;
  color: white;
}

.btnBookInfo:hover {
  background-color: #f8f8f8;
  color: black;
  border: 1px solid grey;
}

.btnBookIt {
  text-decoration: none;
  display: inline-block;
  float: right;
  margin-right: 16px;
  background: #c60024;
  padding: 0px 9px;
  color: white;
  font-size: 1.3em;
  border-radius: 13px;
  margin-top: 16px;
}

@media (max-width: 601px) {
  .btnBookInfo {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 30px 16px;
  }
}

.cg_idx_txt p {
  margin: 40px;
}

.cg_idx_btn {
  padding: 0;
  list-style-type: none;
  float: right;
}

.cg_idx_btn a {
  display: block;
  padding: 13px;
  margin: 3px;
  background: #f8f8f8;
  color: black;
  text-decoration: none;
  text-align: center;
}

.cg_idx_btn a:hover {
  background: #c60024;
  color: white;
}

@media (min-width: 601px) {
  .cg_idx_btn {
    margin-right: 16px;
  }
}

.pratique_section {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}

.pratique_section li {
  display: inline-block;
  margin: 3px;
  color: black;
  background: #f8f8f8;
  text-align: center;
  font-size: 0.9em;
}

.pratique_section li a {
  width: 77px;
  height: 77px;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
}

.pratique_section li:hover {
  background: #c7c7c7;
}

.corporate {
  text-align: center;
  background: white;
  width: 100%;
}

.corporate img {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  margin-bottom: 8px;
}

.installations strong {
  display: block;
  padding: 25px 10px;
  background: #eee;
}

.installations span {
  display: inline-block;
  float: right;
  padding: 0px 5px;
  background: grey;
}

.installations ul {
  list-style-type: none;
  padding: 10px 10px;
  margin-top: 0;
}

.installations .Closed {
  background: #f15060;
}

.installations .Open {
  background: #70ab37;
}

.installations .Prevesion {
  background: #ffce2e;
}

@media only screen and (min-width: 980px) {
  .installations div:first-child + div + div + div {
    clear: left;
  }
}

/* new weather */

.weatherCard {
  width: 200px;
  background: grey;
  background: linear-gradient(#c1c1c1, #ececec);
  padding: 20px;
  margin: 5px;
  float: left;
}
.weatherCard img {
  display: block;
  width: 60px;
  margin: auto;
}
.weatherTLft {
  font-size: 30px;
}

.weatherTRght {
  font-size: 25px;
  color: #6b6b6b;
}

.weatherTRght,
.weatherTLft {
  font-weight: bold;
}

.weatherTRght sub {
  font-size: 0.4em;
  margin-left: -7px;
}

.weatherTLft sub {
  font-size: 0.4em;
  margin-left: -11px;
}
.weatherWind {
  margin-top: -5px;
  font-weight: bold;
  font-size: 1.2em;
}
.weatherRollout {
  width: 1050px;
}
/* end new weather */

.subscriptionSkirace {
  max-width: 500px;
  margin: auto;
}

.subscriptionSkirace fieldset {
  margin: 0;
  margin-top: -1px;
  border-color: #f1f1f1;
}

.subscriptionSkirace label,
.subscriptionSkirace input,
.subscriptionSkirace select {
  display: block;
  width: 100%;
}
.subscriptionSkirace label,
.subscriptionSkirace input {
  color: grey;
  border: none;
  font-size: 0.9em;
}
.subscriptionSkirace input {
  font-size: 1.3em;
  padding: 0;
}
.subscriptionSkirace input:focus,
.subscriptionSkirace select:focus {
  outline: none;
}
.subscriptionSkirace select {
  border: 0;
  background: transparent;
  padding: 0;
  color: grey;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://esscrans-montana.ch/wp-content/themes/mobileMachine/images/chev_bottom_dark.png)
    right center no-repeat;
  font-size: 1.3em;
}
.subscriptionSkirace input[type="submit"] {
  background: #dedede;
  color: grey;
  padding: 20px;
  cursor: pointer;
}

.subscriptionSkirace input[type="submit"]:hover {
  background: grey;
  color: white;
}

/* CAUTION: IE hackery ahead */
.subscriptionSkirace select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  .subscriptionSkirace select {
    background: none;
    padding: 0;
  }
}

.infoInscription {
  width: 100%;
  background: grey;
  border: 1px solid black;
  padding: 15px;
  margin: 15px 0px;
  max-width: 500px;
  margin: auto;
}
.infoInscription.error {
  background: #ffb9b9;
  border-color: #a20000;
}
.infoInscription.success {
  background: #b9ffc5;
  border-color: #00a22a;
}

.cgLevels ul {
  list-style-type: none;
}
.cgLevels ul > li:first-child {
  color: white;
  font-size: 2em;
  padding: 34px 0px;
  text-align: center;
  background-size: 100%;
  text-shadow: 1px 1px 2px black;
}
.cgLevels ul > li:last-child {
  padding: 0px 16px;
  padding-top: 16px;
}

.cgLevels ul li p {
  margin: 0;
}

.skvl a,
.ssl a {
  min-width: 40px;
  text-decoration: none;
  min-width: 30px;
  display: inline-block;
  padding: 5px;
}
.skvl,
.ssl {
  border-collapse: collapse;
}
.skvl td,
.ssl td {
  border: 1px solid black;
}
.skvl td:nth-child(2) {
  background: #f5d204;
}
.skvl td:nth-child(3) {
  background: #f69305;
}
.skvl td:nth-child(4) {
  background: #db1705;
}
.skvl td:nth-child(5) {
  background: #3083ab;
}
.skvl td:nth-child(6) {
  background: #0b893f;
}

.ssl td:nth-child(2) {
  background: #f5d204;
}
.ssl td:nth-child(3) {
  background: #3083ab;
}
.ssl td:nth-child(4) {
  background: #db1705;
}
.ssl td:nth-child(5) {
  background: #000;
}

.skvl + .ssl {
  margin-top: 15px;
}
.instrumentsProduct table {
  border-collapse: collapse;
}
.instrumentsProduct {
  border: 1px solid black;
  border-left: 0;
  border-right: 1px solid black;
  margin-bottom: 15px;
}
.instrumentsProduct td {
  border-right: 1px solid black;
  font-size: 1.2em;
}
.instrumentsProduct td.booking {
  color: white;
  background: #c60024;
}
.instrumentsProduct a,
.instrumentsProduct span {
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
}

.showcaseProducts a {
  display: block;
  border: 1px solid black;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.showcaseProducts a + a {
  border-top: 0;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 80px;
  position: relative;
}

.showcaseProducts a + a span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  background: #d4d4d4;
  color: #4e4e4e;
  padding-left: 5px;
}
.showcaseProducts a {
  position: relative;
}
.showcaseProducts a + a span i {
  margin-right: 5px;
}
.showcaseProducts {
  margin-top: 15px;
}
.showcaseProducts img {
  width: 100%;
}
.showcaseProducts .productsIllustration > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.showcaseProducts .productsIllustration > span span {
  display: block;
  background: rgba(219, 23, 5, 0.75);
  margin-top: 2px;
  color: #ffffff;
  text-shadow: 1px 1px #650000;
  padding-left: 15px;
  padding-right: 5px;
}

.season {
  right: 0;
}
.season i {
  padding: 5px;
  background: gray;
  margin-right: 0;
  font-size: 30px;
  color: white;
}

/* ---- css for popup ------*/
.popupcont {
  transition: opacity ease 0.5s;
  position: fixed;
  opacity: 0;
  top: 0;
  bottom: 100%;
  margin: auto;
  width: 0;
  background: transparent;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, 0);
}
.popupcont.openContPopUp {
  width: 100%;
  max-width: 800px;
  background: white;
  box-shadow: 0px 0px 25px black;
  top: 15px;
  bottom: 15px;
  opacity: 1;
}
@media (max-width: 800px) {
  .popupcont.openContPopUp {
    top: 0;
    bottom: 0;
  }
}
.popupcont iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.crossdiv img {
  background: #dedede;
  cursor: pointer;
  padding: 12px;
}
.crossdiv {
  background: gray;
  text-align: right;
}
/* ---- end css for popup ------*/

.cgVidGal ul {
  list-style-type: none;
}

.cgVidGal ul li {
  font-size: 1.6em;
  font-weight: 100;
}

.cgVidGal a {
  text-decoration: none;
}

.cgVidGal li {
  position: relative;
}

.cgVidGal li .playButton {
  display: inline-block;
  background: #fb002e;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 200px;
  transition: all ease 0.1s;
}

.cgVidGal li .playButton img {
  margin: 0px;
  display: block;
  width: 0px;
  transition: all ease 0.1s;
}

.cgVidGal li:hover .playButton {
  top: 35%;
  left: 40%;
}

.cgVidGal li:hover .playButton img {
  margin: 20px;
  width: 15px;
}

.cgContVid {
  position: fixed;
  /*top: 0; bottom: 0; left: 0; right: 0;*/
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background: rgba(255, 255, 255, 0);
  transition: all ease 0.5s;
  overflow: hidden;
}

.cgContVid iframe {
  position: absolute;
  width: 0vw;
  left: 0;
  top: 0;
  height: 0vw;
  transition: all ease 0.5s;
}

#bookingButton {
  color: white;
  display: block;
  position: fixed;
  background: #c60024;
  bottom: 0px;
  left: 50%;
  margin-left: -100px;
  padding: 5px 45px;
  transition: all ease 0.1s;
  font-size: 2em;
  font-weight: 300;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(#c60024, #820118);
  text-shadow: 1px 1px black;
  text-decoration: none;
  z-index: 1000;
}

@media (min-width: 600px) {
  #bookingButton {
    display: none;
  }
}

.promotion {
  color: white;
  display: block;
  padding: 30px 0;
  float: right;
  padding-right: 8px;
}

.promotion .promoSpn {
  color: black;
  display: inline-block;
  font-size: 0.7em;
  padding: 5px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right;
}

.promoCounter {
  background: #c60024;
  border-radius: 100px;
  display: inline-block;
  width: 25px;
  text-align: center;
  padding: 1px;
  margin-right: 10px;
}
.newsClr {
  background: #a2a2a2;
  margin-top: -16px;
}
.newsCard {
  padding: 0 8px;
}
.newsCard img {
  border-bottom: 6px solid #d8d8d8;
  width: 100%;
}
.newsCard > div {
  background: #eaeaea;
  min-height: 440px;
  margin-bottom: 15px;
  box-shadow: 6px 7px #04040440;
}
.newsCard .newsTitle {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
}
a.newsDate {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.newsCard a {
  text-decoration: none;
}
.newsText p {
  font-size: 1.6em;
  font-style: italic;
}
@media (max-width: 993px) {
  .newsCard {
    width: 314.6666666px;
  }
  .newsCardOmega {
    width: 314.6666666px;
  }
  #newsContainer {
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    width: 100%;
  }
  #newsContainer > div {
    width: 10000px;
  }
}

.enseignants {
  text-align: center;
}

.moniList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 16px;
}

.moniList li {
  border-bottom: dotted grey 1px;
  padding: 8px 0px;
  cursor: pointer;
}

.moniList input {
  width: 100%;
  padding: 3%;
  border-radius: 10px;
  background: #ececec;
  border: 0;
  color: grey;
  margin-bottom: 13px;
}

.moniList input:focus {
  outline: 0;
}

#thumbMoni > div {
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transition: all ease 0.5s;
  overflow: hidden;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
}

#thumbMoni ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  max-width: 350px;
  width: 70%;
}

#thumbMoni img {
  width: 25%;
  margin-left: 2%;
}

#thumbMoni ul li {
  border-bottom: dotted grey 1px;
  padding: 8px 0px;
}

#thumbMoni ul li:first-child {
  padding-top: 0;
}

#thumbMoni > div > div {
  margin: auto;
  max-width: 500px;
  margin-top: 50px;
  color: white;
}

.partnersImg img {
  padding: 1px;
  background: black;
  margin-bottom: 0px;
}

.mapBtnProduct {
  background: grey;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  margin-right: 0;
  text-decoration: none;
  margin: 16px;
  float: left;
}

.mapBtnProduct:hover {
  background: #c60024;
}

/* new menu in HD */
#headerHDgraphic {
  /*height: 100vh;*/
  height: 82px;
  position: relative;
  /*background: url(https://esscrans-montana.ch/wp-content/themes/mobileMachine/images/HDtest/imageHD.jpg) no-repeat;
	*/
  background-size: cover;
  background-position: center 90px;
  transition: all ease 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#grayMenuHD {
  transition: all ease 0.2s;
  background: transparent;
}
#grayMenuHD.gray {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.48);
}
#headerHDgraphic button {
  color: white;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;

  background: black;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
header button:focus {
  outline: 0;
}
header img {
  margin: 0;
}
header a {
  text-decoration: none;
}

.hdHeaderBar {
  background: #c60024;
  position: relative;
}
.hdlogoESS {
  display: block;
  position: absolute;
  top: -9px;
  left: 136.7px;
  right: 0;
  text-align: center;
}
.sponsorsJumb {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 5px;
  height: 50px;
}
@media (max-width: 800px) {
  .sponsorsJumb {
    right: 0;
    left: 0;
    height: 60px;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .hdlogoESS img {
    height: 90px;
    margin-top: 10px;
  }
}
.menuHD {
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #f8f8f8;
  overflow: scroll;
  padding: 15px;
  width: 100%;
  max-width: 450px;
  transform: translateX(-100%);
  transition: all ease 0.5s;
}
@media (max-width: 500px) {
  .menuHD {
    padding-bottom: 60px;
  }
}
.menuHD.open {
  transform: translateX(0%);
}
.menuHD ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.menuHD .depliantHD > ul > li > img,
.menuHD .depliantHDhiver > ul > li > img {
  float: right;
  margin: 0;
  padding: 10px 7px;
  background: #dedede;
  border-radius: 50px;
  transition: all ease 0.5s;
  transform: rotateZ(0deg);
}
.depliantHD,
.depliantHDhiver {
  clear: both;
}
.menuHD .depliantHD > ul.activeNav > li > img,
.menuHD .depliantHDhiver > ul.activeNav > li > img {
  transform: rotateZ(-180deg);
}
.menuHD .depliantHD li,
.menuHD .depliantHDhiver li {
  border-top: 1px solid #dedede;
}
.menuHD .depliantHD ul:first-child > li,
.menuHD .depliantHDhiver ul:first-child > li {
  border-top: 0;
}
.menuHD .depliantHD a,
.menuHD .depliantHDhiver a {
  display: block;
  padding: 20px 0;
  color: grey;
}
.menuHD .depliantHD ul,
.menuHD .depliantHDhiver ul {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95em;
  color: black;
}
.menuHD .depliantHD ul ul li,
.menuHD .depliantHDhiver ul ul li {
  font-weight: normal;
  text-transform: none;
}
.menuHD .depliantHD > ul > li,
.menuHD .depliantHDhiver > ul > li {
  padding-top: 20px;
  padding-bottom: 0;
}
.menuHD .depliantHD > ul ul,
.menuHD .depliantHDhiver > ul ul {
  margin-top: 20px;
}
.menuHD .depliantHD ul ul,
.menuHD .depliantHDhiver ul ul {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
}

.menuHD .depliantHD ul.activeNav ul,
.menuHD .depliantHDhiver ul.activeNav ul {
  max-height: 900px;
}

.menuHD .HDliensComplementaires {
  margin-top: 20px;
}
.HDliensComplementaires li {
  float: left;
  margin-right: 15px;
  text-decoration: underline;
}
.languagesHD {
  width: 180px;
  padding: 10px 0px;
}
.languagesHD a {
  float: left;
  background: black;
  border-radius: 5px;
  padding: 6px 9px;
  margin: 5px;
  color: white;
  font-size: 12px;
}
#closeBtn {
  float: right;
  cursor: pointer;
  margin-top: 12px;
}
.btnMenuHD {
  background: #dedede;
  padding: 10px 5px;
}
.btnMenuHD li {
  float: left;
  width: 60px;
  text-align: center;
  font-size: 13px;
  margin-right: 15px;
}
.btnMenuHD li img {
  height: 30px;
}
.bookingHD {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  background: #c60024;
  border: 1px solid #c60024;
  border-radius: 10px;
  text-align: center;
  color: white;
}
.bookingHD:hover {
  background-color: #f8f8f8;
  color: black;
  border: 1px solid grey;
}
#bookingButton {
  display: none;
}
li.HDnotification {
  position: relative;
  width: 50px;
}
.HDnotification .HDnotifCnt {
  position: absolute;
  top: 18px;
  left: 4px;
  padding: 0px 6px;
  border-radius: 50px;
  background: #c60024;
  color: white;
}
.subscriptionSkirace label,
.subscriptionSkirace input[type="radio"] {
  width: auto;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 15px;
}
.subscriptionSkirace label {
  margin-right: 15px;
}

.seasonSelector {
  font-size: 40px;
  border-bottom: 1px solid #a7a7a7;
}
.seasonSelector #summer {
  border-left: 1px solid #a7a7a7;
  border-top: 5px solid rgb(255, 188, 0);
}
.seasonSelector #winter {
  border-right: 0;
  border-top: 5px solid rgb(0, 161, 255);
}
.enableSeason,
.diseableSeason {
  transform: translate(0px, 1px);
  float: right;
}
.seasonSelector i {
  padding: 10px;
  cursor: pointer;
}
.enableSeason {
  border: 1px solid #a7a7a7;
  border-bottom: 1px solid #f8f8f8;
}
.diseableSeason {
  background: #dedede;
  border: 1px solid #c5c5c5;
  border-bottom: 1px solid #a7a7a7;
}
.seasonPlusMenu {
  position: relative;
}
.languagesHD {
  z-index: 1;
  position: relative;
}
.seasonPlusMenu {
  position: relative;
  top: -60px;
}
.seasonSelector div:first-child {
  border-left: 0;
}
.seasonSelector div:last-child {
  border-right: 1px solid #a7a7a7;
}
.depliantHD,
.depliantHDhiver {
  overflow: hidden;
}

/* gondola project */
.main__title {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.main__title h1 {
  text-align: left;
  background: #000;
  color: #fff;
  float: left;
  font-size: 50px;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
}
.main__title h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(
    to top left,
    black,
    black 45%,
    transparent 50%,
    transparent
  );
}
.main__title h1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 100%;
  height: 5px;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to bottom left,
    black,
    black 45%,
    transparent 50%,
    transparent
  );
}
.main__title p {
  clear: both;
  font-size: 34px;
  font-weight: 200;
  width: 40%;
  line-height: 1.2;
}
.level-choice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.level-choice__item {
  position: relative;
  background: #fff;
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.level-choice__item .themes__item__sup__title {
  top: -20px;
  bottom: initial;
  left: initial;
}
.level-choice__item__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4em;
}
.level-choice__item__button {
  font-size: 18px;
  position: absolute;
  padding: 10px 15px;
  background: #00577f;
  color: #fff;
  border-radius: 3px;
  border: #000 solid 1px;
  position: absolute;
  bottom: 20px;
}
.level-choice__item:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.level-choice:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 60%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.4), #efefef);
  top: -100px;
  right: 0;
}
.promo-banner {
  background: #c60024;
  position: relative;
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .promo-banner {
    height: 360px;
  }
}
@media (max-width: 750px) {
  .promo-banner {
    height: 260px;
  }
}
.promo-banner .background-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
}
.promo-banner .portrait {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1100px) {
  .promo-banner .portrait {
    height: 400px;
  }
}
@media (max-width: 750px) {
  .promo-banner .portrait {
    height: 200px;
    left: -50px;
  }
}
.promo-banner .annonce {
  position: absolute;
  font-size: 4em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 0.05em 0.5em;
  font-weight: 800;
  transform: skewY(-6deg) translateY(-2em);
}
.promo-banner .annonce-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1805px) {
  .promo-banner .annonce-wrapper {
    left: calc(600px - 2em);
    width: calc(100% - 600px + 2em);
  }
}
@media (max-width: 1100px) {
  .promo-banner .annonce-wrapper {
    font-size: 0.8em;
    left: calc(370px - 2em);
    width: calc(100% - 370px + 2em);
  }
}
@media (max-width: 750px) {
  .promo-banner .annonce-wrapper {
    font-size: 0.4em;
    left: calc(150px - 2em);
    width: calc(100% - 150px + 2em);
  }
}
@media (max-width: 1270px) {
  .promo-banner .annonce {
    line-height: 1;
  }
  .promo-banner .annonce span {
    display: block;
  }
}
@media (max-width: 1100px) {
  .promo-banner .annonce {
    transform: skewY(-6deg) translateY(-1em);
  }
}
.promo-banner .annonce .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.promo-banner .annonce__link {
  background: #00577f;
  font-size: 0.3em;
  font-weight: normal;
  padding: 0em 0.5em;
  position: absolute;
  top: calc(100% - 0em);
  right: -2em;
  padding-right: 26px;
  transform: skewY(6deg);
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 1270px) {
  .promo-banner .annonce__link {
    padding: 0.4em 0.5em;
    padding-right: 26px;
  }
}
@media (max-width: 750px) {
  .promo-banner .annonce__link {
    font-size: 0.6em;
    padding-right: 26px;
  }
}
.promo-banner .annonce__link__helper {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    to top left,
    transparent 0%,
    transparent 38%,
    #00577f 50%,
    #00577f 100%
  );
  top: 100%;
  right: 0;
}
.promo-banner .annonce__link:after {
  content: "";
  display: block;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  width: 0.4em;
  height: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0.6em;
  top: 50%;
}
.promo-banner .annonce__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    to bottom right,
    transparent 0%,
    transparent 38%,
    #00577f 50%,
    #00577f 100%
  );
  bottom: 100%;
  right: 0;
}
.features {
  position: relative;
  display: flex;
  background: #ededed;
  align-items: space-between;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
@media (max-width: 850px) {
  .features {
    flex-direction: column;
  }
}
.features a {
  text-decoration: none;
}
.features .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.features__title {
  position: absolute;
  bottom: calc(100% - 10px);
  color: #fff;
  background: #000;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.features__title:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 100%;
  height: 4px;
  background: linear-gradient(
    to top left,
    black 0%,
    black 35%,
    transparent 50%,
    transparent 100%
  );
  width: calc(100% - 10px);
}
.features__title:before {
  position: absolute;
  content: "";
  display: block;
  right: 100%;
  width: 10px;
  background: linear-gradient(
    to top left,
    black 0%,
    black 40%,
    transparent 50%,
    transparent 100%
  );
  height: 100%;
}
.features__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: -1px 0px 0px 0px gray;
  padding: 20px 20px;
  width: 25%;
}
@media (max-width: 850px) {
  .features__item {
    box-shadow: -1px 0px 0px 0px transparent;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
  .features__item:last-child {
    border-bottom: 0px solid transparent;
  }
}
.features__item:first-child {
  box-shadow: -1px 0px 0px 0px transparent;
}
.features__item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}
.features__item img {
  height: 50px;
  margin-right: 10px;
}
.features__item h3 {
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 0;
  box-sizing: border-box;
  padding-right: 30px;
}
.features__item p {
  margin: 0;
  font-size: 0.9em;
  box-sizing: border-box;
  padding-right: 30px;
}
.category_description {
  text-align: center;
  margin: 60px 20px;
  font-size: 22px;
}
@media (max-width: 450px) {
  .category_description {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .category_description {
    font-size: 30px;
    margin: 100px 20px;
  }
}
.category__banner {
  margin-top: -6px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.category__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.category__banner:before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.75));
  width: 100%;
  height: 100%;
  position: absolute;
}
.category__banner__title {
  position: absolute;
  color: #fff;
  font-size: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  .category__banner__title {
    font-size: 70px;
  }
}
@media (min-width: 1300px) {
  .category__banner__title {
    font-size: 80px;
  }
}
@media (max-width: 450px) {
  .category__banner__title {
    font-size: 30px;
  }
}
.category__banner__title:before {
  content: "";
  display: block;
  top: 1.6em;
  height: 0.08em;
  width: 1em;
  position: absolute;
  background: #fff;
}
.themes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  -moz-column-gap: 50px;
  grid-column-gap: 50px;
  padding: 50px;
  padding-bottom: 0;
}
@media (max-width: 850px) {
  .themes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .themes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.themes__link {
  display: flex;
  align-items: center;
  color: #00577f;
  font-weight: 500;
  text-decoration: none;
  margin-top: 14px;
  position: relative;
}
.link:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #00577f;
  border-bottom: 1.5px solid #00577f;
  position: absolute;
  left: calc(100% + 6px);
  transform: translateY(1px) rotate(-45deg);
}
.themes__item {
  margin-bottom: 100px;
  position: relative;
}
.themes__item__age {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #00577f;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 5px;
  border: 2px solid #fff;
  z-index: 1;
  cursor: pointer;
}
.themes__item__age:hover .themes__item__age__required {
  display: block;
}
.themes__item__age__required {
  font-size: 12px;
  position: absolute;
  bottom: calc(100% + 10px);
  right: -7px;
  white-space: nowrap;
  padding: 5px;
  background: #00577f;
  display: none;
}
.themes__item__age:after {
  display: none;
  content: "";
  border-top: 10px solid #00577f;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: calc(100% + 1px);
  font-weight: normal;
}
.themes__item:hover .themes__item__age__required {
  display: block;
}
.themes__item:hover .themes__item__age:after {
  display: block;
}
.themes__item__comment {
  position: absolute;
  width: 100%;
  padding: 9px 9px;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.themes__item__comment span {
  background: #00577f;
  color: #fff;
  border-radius: 15px;
  padding: 2px 7px;
  padding: 1px 8px 4px 8px;
  border: 2px solid #fff;
  float: left;
  display: block;
  margin-right: 2px;
  margin-bottom: 4px;
  font-size: 14px;
}
@media (max-width: 850px) {
  .themes__item__comment span {
    font-size: 18px;
    border: 1px solid #fff;
    padding: 0px 8px 1px 8px;
  }
}
@media (max-width: 450px) {
  .themes__item__comment span {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 0px 3px 1px 3px;
  }
}
.themes__item__inf {
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.themes__item .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.themes__item__sup {
  position: relative;
}
.themes__item__sup__link {
  position: absolute;
  white-space: nowrap;
  top: calc(100% - 7px);
  left: 0;
  background: #fff;
  padding-top: 4px;
  text-transform: none;
  padding-left: 9px;
  padding-right: 20px;
  margin-left: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #00577f;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .themes__item__sup__link {
    top: calc(100% - 4px);
    left: 0;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 20px;
    margin-left: -4px;
    font-size: 12px;
  }
}
.themes__item__sup__link:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #00577f;
  border-bottom: 1.5px solid #00577f;
  position: absolute;
  left: calc(100% - 16px);
  transform: translateY(1px) rotate(-45deg);
}
.themes__item__sup__title {
  position: absolute;
  bottom: -10px;
  left: 5px;
  background: #c60024;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  height: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 25px;
  white-space: nowrap;
}
@media (max-width: 850px) {
  .themes__item__sup__title {
    font-size: 25px;
  }
}
.themes__item__sup__title--long {
  padding-right: 10px;
  font-size: 32px;
}
@media (max-width: 1200px) {
  .themes__item__sup__title--long {
    font-size: 18px;
  }
}
.themes__item__sup__title .helper:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: calc(100% + 10px);
  height: 5px;
  left: -10px;
  background: linear-gradient(
    to bottom left,
    #c60024 0%,
    #c60024 35%,
    transparent 50%,
    transparent 100%
  );
}
.themes__item__sup__title.Experiences {
  flex-direction: column;
  height: 60px;
  line-height: 0.85;
  justify-content: center;
  font-size: 2em;
  padding-right: 8px;
}
.themes__item__sup__title.Experiences:after {
  width: calc(100% - 2px);
}
.themes__item__sup__title span {
  font-size: 0.275em;
  position: absolute;
  transform: translateX(50%) rotate(-90deg);
  right: 18px;
}
.themes__item__sup__title span.School {
  font-size: 0.175em;
}
.themes__item__sup__title span.Office {
  font-size: 0.2em;
}
.themes__item__sup__title span.Experiences {
  position: relative;
  transform: none;
  right: 0;
  font-size: 0.55em;
}
.themes__item__sup__title:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 100%;
  height: 4px;
  background: linear-gradient(
    to top left,
    #c60024 0%,
    #c60024 35%,
    transparent 50%,
    transparent 100%
  );
  width: calc(100% - 10px);
}
.themes__item__sup__title:before {
  position: absolute;
  content: "";
  display: block;
  right: 100%;
  width: 10px;
  background: linear-gradient(
    to top left,
    #c60024 0%,
    #c60024 40%,
    transparent 50%,
    transparent 100%
  );
  height: 100%;
}
.themes__item__sup__title--summer {
  background: #5eb949;
}
.themes__item__sup__title--summer:before {
  background: linear-gradient(
    to top left,
    #5eb949 0%,
    #5eb949 35%,
    transparent 50%,
    transparent 100%
  );
}
.themes__item__sup__title--summer:after {
  background: linear-gradient(
    to top left,
    #5eb949 0%,
    #5eb949 35%,
    transparent 50%,
    transparent 100%
  );
}
.themes__item__sup__title--summer .helper:after {
  background: linear-gradient(
    to bottom left,
    #5eb949 0%,
    #5eb949 35%,
    transparent 50%,
    transparent 100%
  );
}
.themes__item__sup__image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.themes__item__sup__image:after {
  content: "";
  display: block;
  height: 100%;
  padding-top: 58%;
}
.themes__item__sup__image img {
  position: absolute;
  width: 100%;
  height: auto;
}
.level {
  padding-top: 80px;
  font-size: 16px;
}
@media (max-width: 450px) {
  .level {
    font-size: 14px;
  }
}
.level__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.level__intro__slogan,
.level__intro__title {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.level__intro__slogan {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.0625em;
  font-weight: 300;
}
.level__intro__title {
  font-weight: 800;
  max-width: 550px;
  font-size: 3em;
  letter-spacing: 0.0208333333em;
}
@media (max-width: 450px) {
  .level__intro__title {
    font-size: 2.125em;
  }
}
.level__wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  gap: 14px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .level__wrapper {
    flex-direction: column;
  }
}
.level__wrapper__item {
  height: 0;
  padding-top: 50%;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
@media (max-width: 900px) {
  .level__wrapper__item {
    width: 450px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    flex-basis: auto;
  }
}
@media (max-width: 450px) {
  .level__wrapper__item {
    width: 100%;
    padding-top: 100%;
    height: 0;
    flex-basis: auto;
  }
}
.level__wrapper__item__snowli {
  position: absolute;
  bottom: calc(100% - 5px);
  right: 8px;
}
.level__wrapper__item > div {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.55) 0,
    rgba(0, 0, 0, 0.55) 1%,
    transparent
  );
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.level__wrapper__item__illustration {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.level__wrapper__item h2 {
  background: #c60024;
  color: #fff;
  font-weight: 600;
  font-size: 2.25em;
  width: 100%;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 450px) {
  .level__wrapper__item h2 {
    font-size: 1.75em;
  }
}
.level__wrapper__item__leagueTitle {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.level__wrapper__item__leagueTitle__snowsports {
  width: 46px;
  margin-right: 8px;
  height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level__wrapper__item__leagueTitle__snowsports img {
  width: 100%;
}
.level__wrapper__item__txt {
  margin: 0;
  margin-top: auto;
  color: #fff;
  font-size: 1.375em;
  font-weight: 300;
  text-align: center;
}
.level__wrapper__item__txt span {
  position: relative;
}
.level__wrapper__item__txt span:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.1em);
  height: 0.15em;
  background: #c60024;
  left: 0;
  right: 0;
}
.level__wrapper__item__link {
  background: #c60024;
  color: #fff;
  font-family: sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 1.5em;
  text-transform: uppercase;
}
.menu__item__badge span {
  background: #dcdcdc;
  border-radius: 20px;
  padding: 3px 10px;
  color: dimgray;
  margin-left: 4px;
}
.menuHD .depliantHD ul ul li,
.menuHD .depliantHDhiver ul ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
} /*# sourceMappingURL=style.css.map */

.cookieBanner {
  position: fixed;
  width: 100%;
  background: #2a2a2af2;
  bottom: 0;
  color: white;
  padding: 12px 36px;
  font-size: 16px;
  display: flex;
  font-weight: 100;
  align-items: center;
  z-index: 1000;
}
footer .cookieBanner a {
  text-decoration: underline;
}
.cookieBanner button {
  background: #c60024;
  border: 0;
  color: #d6d6d6;
  font-weight: 400;
  padding: 7px 42px;
  font-size: 0.9em;
  border-radius: 7px;
  margin-left: 32px;
}

@media (max-width: 522px) {
  .cookieBanner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookieBanner button {
    margin-left: 0;
    margin-top: 16px;
  }
}
/* 
.grid {
  display: grid;
  grid-template-columns: [pantalla-start] 0.5vw [extra-start] 5vw [contenido-start] 1fr [contenido-end] 5vw [extra-end] 0.5vw [pantalla-end];
}

@media (min-width: 1600px) {
  .grid {
    grid-template-columns: [pantalla-start] 6vw [extra-start] 6vw [contenido-start] 1fr [contenido-end] 6vw [extra-end] 6vw [pantalla-end];
  }
}

@media (min-width: 1990px) {
  .grid {
    grid-template-columns: [pantalla-start] 6vw [extra-start] 6vw [contenido-start] 1fr [contenido-end] 6vw [extra-end] 6vw [pantalla-end];
  }
}

.contenido > * {
  grid-column: contenido;
}
.extra > * {
  grid-column: extra;
}
.pantalla > * {
  grid-column: pantalla;
}
.pantalla-izq > * {
  grid-column: pantalla-start / contenido-end;
}
@media (max-width: 479px) {
  .pantalla-izq > * {
    grid-column: contenido;
  }
}

.pantalla-der > * {
  grid-column: contenido-start / pantalla-end;
}

@media (max-width: 479px) {
  .pantalla-der > * {
    grid-column: contenido;
  }
} */
