html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  /*border-top: 1px solid #ccc;*/
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  height: -webkit-fill-available;
}
body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}

:root {
  --vh: 100vh;
}

a:focus,
input:focus,
button:focus {
  outline: rgba(255, 255, 255, 0.1) solid 1px;
  box-shadow: #fff 0px 0px 5px;
}
.disableOutline [tabindex="0"]:focus,
.disableOutline input:focus,
.disableOutline button:focus,
.disableOutline a:focus {
  outline: none !important;
  box-shadow: none !important;
}
[tabindex="0"]:focus:not(:focus-visible),
input:focus:not(:focus-visible),
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

[tabindex="0"]:focus-visible,
a:focus-visible,
input:focus-visible,
button:focus-visible {
  outline: lightgreen solid 2px;
  box-shadow: lightgreen 2px 2px 2px;
}
section[tabindex="0"]:focus-visible {
  outline: transparent solid 2px;
  box-shadow: transparent 2px 2px 2px;
}
#input_date,
#input_hour {
  opacity: 0.7 !important;
}
#input_hour:focus-visible,
#input_date:focus-visible {
  outline: transparent solid 2px;
  box-shadow: transparent 2px 2px 2px;
  opacity: 1 !important;
}

/*! jQuery UI - v1.12.1 - 2021-01-19
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-datepicker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #121213;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #878988;
  font-family: HelveticaNeueW01-55Roman;
  font-size: 13px;
  line-height: 20px;
}
.ui-datepicker a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker td span.ui-state-active,
.ui-datepicker td a.ui-state-active {
  background-color: #988057;
  background-color: #595959;
  color: #fff;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  width: 20px;
  height: 20px;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e:after,
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-indent: 0px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0.55);
  transform: scaleX(0.55);
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w:after {
  -webkit-transform: scaleX(0.55) rotate(-180deg);
  transform: scaleX(0.55) rotate(-180deg);
}

.ui-datepicker-current,
.ui-datepicker-close {
  background: #09090a;
  color: #fff;
  font-family: "HelveticaNeueW01-45Light", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  padding: 0.6rem !important;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ui-datepicker-current:focus,
.ui-datepicker-close:focus,
.ui-datepicker-current:hover,
.ui-datepicker-close:hover {
  background: #fff;
  color: #000;
}

.datepickerDialog .fas {
  z-index: 2;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  /*min-height: 100%;*/
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  font-size: 1em;
  line-height: 1.1;
  letter-spacing: 0.05em;
  background-color: black;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

img,
span.icon {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.hide-mobile {
  display: none;
}

.btn-classic {
  display: inline-block;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0;
  text-decoration: none;
  background: #000;
  color: #ffffff;
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  font-size: 1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.btn-classic.icon-only {
  min-width: 15px;
  min-height: 15px;
}

.btn-classic.icon-only span.icon {
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  display: block;
  position: relative;
  margin: auto;
}

.btn-classic.icon-only span.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.action-skip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.btn-close {
}

.btn-scroll-down {
  position: fixed;
  top: auto;
  left: 50%;
  background: red;
  display: block;
  min-width: 150px;
  min-height: 50px;
  z-index: 1;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.icon {
  display: block;
  min-width: 20px;
  min-height: 20px;
}
.icon-info {
  background-color: #fff;
  border-radius: 100%;
}
.icon-info:before {
  content: "i";
  font-family: arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  font-size: 0.75em;
  line-height: 1;
  color: #000;
  text-transform: lowercase;
}

.btn-info {
  /*position: absolute;*/
  top: -30px;
  left: 0%;
  position: relative;
  /*top: 90px;*/
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  max-width: 90%;
  min-width: 20px;
  min-height: 20px;
  line-height: 1;
  vertical-align: middle;
  /*width: 100%;*/
  padding: 0px;
  opacity: 0.8;
  z-index: 5;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  font-size: 0.7rem !important;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  width: -moz-max-content;
  width: max-content;
}
.btn-info span {
  position: relative !important;
}
.btn-info .icon,
.btn-info.icon_only {
  width: 20px;
  height: 20px;
  display: block;
}
.btn-info .icon {
  line-height: 18px;
}
.btn-info .icon + .label {
  margin-left: 5px;
}
.btn-info .label {
  width: auto;
  position: relative;
  display: block;
}
.btn-info .label:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.btn-info:focus,
.btn-info:hover {
  opacity: 1;
}
.ap-function-info__tooltip {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  top: -1px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHzSURBVHgBtVeBccIwDFSYIGyQTlCYgDABbEA3KExAJmg2KNcNugFlgoQFKBMUJsCVyotTk4PYgfydyIEsvSQrtojIA865mB8DlinLiCVhiaE+spQsW5avKIo+6V4IIcuS5eD88Q2bhNqADV8rhGuWjCVVp/zU4FKsL8z6HcsshFOc5RXC1NOOEMTa2L/52IrhCgaS7ZxaAAHMTcXemwxys08DugMgH8LX9cxZ8WIybSTF2pMnufg81SoozWIi8yqvD7EhX2D9jzu/mhflUhuJOgD7jUzDZVah2abUAZD1+F/W/DHFDwV1CJO17HXa499S6D6oWziWDUvEMhHiZyhKCoBvc1WwwXNE5iWPQzyEEmOfn3Sfpe5SAuJbJaIAwM6xWS/ARjgkWOdt9GgI8RHRJNQhUNjLHS7Ee3xJqHvoUVwKsXZaSt1Dibd6fzq83N4eWnS1NHKBA2SiE8Qh9MgMIa4cmTuryEKzDiS+eknEOLwF85CSe5DqNPKXbe3tMUop+/AR5K4+CMyuLbSjz13krj765E0GK5P5AvtDIQCpHY9XvoY5SqMNN9YAVG4QVsfbnELgzsPfzjgo0AcSRN8QJSBbVgilWVuNx+o0QwAn54cDbG5es95XITvSP2wyOMjR14dKLpk9nY9e+cNW8lV5bPL3C1uDgybbBPeeAAAAAElFTkSuQmCC);
  background-size: 100%;
  background-repeat: no-repeat;
}

.function-tooltip__content {
  background: #fff;
  color: #000;
  font-family: HelveticaNeueW01-45Light, Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, sans-serif;
  font-weight: 400;
  padding: 1.5rem 2rem;
  max-height: 10rem;
  height: fit-content;
  left: -2.2rem;
  bottom: 4rem;
  top: auto;
  -webkit-transform: none;
  transform: none;
  text-transform: none;
  font-size: 0.85rem !important;
  line-height: 1.1 !important;
  margin-top: 0;
}
#input_dateMask,
#input_hourMask,
#main button,
#main input,
#main label,
#main select,
#main textarea,
.landingPage_phrase,
.shell span,
input.masked,
input[type="time"] {
  font-family: HelveticaNeueW01-45Light, HelveticaNeueLTCom, Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    sans-serif;
}
@media screen and (max-width: 1023px) {
  .function-tooltip__content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .function-tooltip__content:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
}
.function-tooltip__content[aria-hidden="true"] {
  display: none;
}
.function-tooltip__content[aria-hidden="false"] {
  z-index: 1000000;
  max-width: 20rem;
  width: 20rem;
  display: block;
  min-height: 85px;
  position: absolute;
  height: fit-content;
}
.titreTexte .btn-info {
  /*position: absolute;
    top: 25%;
    left: auto;
    right: -10%;*/
  display: none;
}
.titreTexte_ACTIF.titreTexte .btn-info {
  display: block;
}

#nb_moonphase_action {
  display: initial !important;
  position: initial !important;
}

.blocTemoin {
  position: relative;
  width: 100%;
  height: 25%;
}

.blocTemoin_rouge {
  width: 100%;
  height: 25%;
  /*background-color: rgba(255,0,0,0.5);*/
}

.blocTemoin_vert {
  width: 100%;
  height: 25%;
  /*background-color: rgba(0,255,0,0.5);*/
}

.blocfooter {
  width: 100%;
  height: 5%;
  /*background-color: black;*/
}

#main input,
#main label,
#main select,
#main button,
#main textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 13px;
  font-size: 1rem;
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
}
#main input.disabled,
#main label.disabled,
#main select.disabled,
#main button.disabled,
#main textarea.disabled {
  pointer-events: none;
}

#main .contentTexteContener > section:nth-child(2) .contentTexte.hasTooltip {
  margin-top: 0px !important;
}
#main
  .contentTexteContener
  > section:nth-child(2)
  .contentTexte.hasTooltip
  .btn-info {
  position: absolute !important;
  left: auto;
  right: 0px;
  top: 0px;
}

@media screen and (min-width: 768px) {
  #main
    .contentTexteContener
    > section:nth-child(2)
    .contentTexte.hasTooltip
    .btn-info {
    position: relative !important;
    left: 0;
    right: auto;
    top: -10px;
  }
}

/*
:invalid {
    outline: 1px solid red;
}*/
.datepicker {
  margin-top: 0px !important;
}
.shell {
  position: relative;
  line-height: 1;
  display: block;
  min-height: 28px;
  margin-top: 0px;
}
.shell > span,
#input_hour,
#input_date,
#input_hourMask,
#input_dateMask {
  min-height: 28px;
  line-height: 28px;
}

.shell span {
  position: absolute;
  left: 3px;
  top: 1px;
  color: #fff;
  pointer-events: none;
  z-index: -1;
}
#input_dateMask,
#input_hourMask,
.shell span {
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  font-size: 1rem;
}
#input_dateMask,
#input_hourMask {
  position: absolute !important;
  left: 0px;
  top: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px !important;
  pointer-events: none;
}
@media only screen and (min-width: 64em) and (orientation: landscape) {
  #input_dateMask,
  #input_hourMask,
  .shell span {
    font-size: 1.5rem;
  }
  #input_dateMask,
  #input_hourMask {
    top: 2px;
  }
}
.shell:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  /*opacity: 0.25;*/
  -webkit-transform-origin: center;
  transform-origin: center;
}
label[for="input_hour"] + .shell:after {
  width: 50%;
}
.shell.error:after {
  background: red;
}

.shell span i {
  font-style: normal;
  /* any of these 3 will work */
  color: transparent;
  opacity: 0;
  visibility: hidden;
}

#input_hour_mobile,
#input_date_mobile {
  position: absolute;
  width: 100%;
  width: 250px;
  text-align: left;
  height: 30px;
  top: 0;
  left: 0;
  background: red;
  opacity: 0 !important;
  z-index: 1;
}

input.masked,
.shell span {
  font-size: 16px;
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  padding-right: 10px;
  background-color: transparent;
  text-transform: uppercase;
}

input[type="time"] {
  border: none;
  color: #2a2c2d;
  font-size: 14px;
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  width: 180px;
  height: auto;
}

/* Wrapper around the hour, minute, second, and am/pm fields as well as
the up and down buttons and the 'X' button */

input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  /*display: flex;*/
}

/* The space between the fields - between hour and minute, the minute and
second, second and am/pm */

input[type="time"]::-webkit-datetime-edit-text {
  padding: 0px;
}

/* Hour */

input[type="time"]::-webkit-datetime-edit-hour-field {
  background-color: transparent;
  border-radius: 0%;
  color: #fff;
  padding: 0px;
}

/* Minute */

input[type="time"]::-webkit-datetime-edit-minute-field {
  background-color: transparent;
  border-radius: 0%;
  color: #fff;
  padding: 0px;
}

/* AM/PM */

input[type="time"]::-webkit-datetime-edit-ampm-field {
  background-color: transparent;
  border-radius: 0%;
  color: #fff;
  padding: 0px;
}

/* 'X' button for resetting/clearing time */

input[type="time"]::-webkit-clear-button {
  display: none;
}

/* Up/Down arrows for incrementing/decrementing the value */

input[type="time"]::-webkit-inner-spin-button {
  display: none;
}

.input_start_time,
#main input#input_date,
#main input#input_hour {
  min-width: 250px;
  width: 250px;
  text-align: left;
  display: block;
  color: #fff;
  /*opacity: 0.5;*/
  opacity: 1;
  cursor: text;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.input_start_time.focus,
#main input#input_date.focus,
#main input#input_hour.focus {
  opacity: 1;
}

.ui-datepicker-trigger {
  position: absolute;
  top: 0;
  left: auto;
  right: -30px;
  min-width: 25px;
  width: 25px;
  z-index: 5;
  left: 0;
  right: auto;
}
#input_mask,
#input_dateMask,
.ui-datepicker-trigger + #input_date {
  margin-left: 35px !important;
}

.bloc_input .field {
  max-width: 120px;
  margin-bottom: 5px;
}
.bloc_input .field.hour .shell {
  max-width: 85px;
}

#popUpMobile {
  display: none;
}

#montre_backUP {
  /*display: none;*/
}

@media screen and (min-width: 600px) {
  .bloc_input .field {
    max-width: 162px;
  }
  .bloc_input .field.hour .shell {
    max-width: 125px;
  }
}

/*---------------------------------*/
/*-------------LANDINGPAGE---------*/
/*---------------------------------*/

#landingPage {
  /*display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 100;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: opacity 1s linear 2.5s;
  opacity: 0;
  z-index: 1100;
}

.landingPage_ACTIF {
  opacity: 1 !important;
  pointer-events: all;
}

.landingPage_contener {
  position: relative;
  width: 100%;
  height: 100%;
}

.landingPage_blocTexte {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -75%);
  transform: translate(0, -75%);
  opacity: 0;
  transition: opacity 0.5s linear;
  font-weight: 200;
  padding: 5%;
}

.landingPage_ACTIF.ready .landingPage_blocTexte {
  opacity: 1 !important;
}

.landingPage_phrase {
  font-family: "HelveticaNeueW01-45Light", "HelveticaNeueLTCom", Helvetica,
    helvetica, arial, Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS,
    "sans-serif";
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 0.75em;
  display: block;
}

.landingPage_phrase .line {
  display: block;
  width: 100%;
}

.landingPage_collection {
  font-family: "HelveticaNeueLTStd-UltLt-25Light", "HelveticaNeueLTCom",
    Helvetica, helvetica, arial, Microsoft JhengHei, SimHei, STXihei,
    Arial Unicode MS, "sans-serif";
  text-transform: uppercase;
  color: #fff;
  font-size: 43px;
  font-size: 2.7rem;
  line-height: 1;
  /*height: 100px;    */
}

.landingPage_calibre {
  font-family: "HelveticaNeueW01-45Light", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-45Light", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  /*height: 200px;*/
  display: block;
}

@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .landingPage_phrase {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
  }
  .landingPage_collection {
    font-size: 63px;
    font-size: 4rem;
  }
  .landingPage_calibre {
    font-size: 1.2em;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1400px) and (min-height: 800px) {
  .landingPage_phrase {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.2rem;
  }
  .landingPage_collection {
    font-size: 63px;
    font-size: 6rem;
  }
  .landingPage_calibre {
    font-size: 1.5rem;
  }
}

/*---------------------------------*/

/*------------HEADER-------------*/

/*---------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  z-index: 100;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#bannerContener {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  /*padding: 0px 8px;*/
  height: 50px;
}

#bannerContener > div {
  position: relative;
  width: 50%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

#bannerContener > div.right {
  text-align: right;
  justify-content: flex-end;
}

/*#bannerContener>div.right .btn-classic {
    margin-left: 1em;
    min-width: 60px;
}*/

#headerContener {
  position: relative;
  width: 100%;
  height: 100%;
}

#btnMenu,
#btFermer,
#langueEnCours,
#btBackAP {
  position: relative;
  /*position: absolute;
    top:50%;
    right:17%;*/
  min-width: 20px;
  min-height: 20px;
  padding: 0px;
  /*-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);*/
  /*display: none;*/
}

#btBackAP,
#btFermer {
  margin-right: 1rem;
}
#btBackAP,
#btBackAP span.icon {
  min-width: 33px;
  width: 33px;
  height: 33px;
}

#langueEnCours {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#langueEnCours:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgb(255 255 255) transparent;
  position: absolute;
  bottom: -10px;
  right: 0px;
  z-index: 100000;
}
#langueEnCours[data-expanded="true"]:before {
  display: block;
}
#langueEnCours[data-expanded="true"],
#langueEnCours:focus,
#langueEnCours:hover {
  opacity: 1;
}

#langueEnCours span {
  /*position: absolute;
    top:50%;
    left:50%;*/
  font-size: 1rem;
  line-height: 1;
  color: white;
  /*-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.overlay-layer {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.scrollContener {
  /*height: 500vh;
    height: 400vh;*/
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.scrollContener:after {
  content: "";
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100vh;
  height: var(--vh);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.scrollContener.with-gradient:after {
  /*background: rgb(10,155,119);*/
  /* background: -moz-linear-gradient(-45deg, rgba(10, 155, 119, 1) 0%, rgba(0, 0, 0, 1) 50%);
    background: -webkit-linear-gradient(-45deg, rgba(10, 155, 119, 1) 0%, rgba(0, 0, 0, 1) 50%);
    background: linear-gradient(135deg, rgba(10, 155, 119, 1) 0%, rgba(0, 0, 0, 1) 50%);*/
}

.menuManuel ul a,
nav#texteTitreEnCours ul li a {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.menuManuel ul a {
  padding: 1rem 0.5rem;
}
.menuManuel ul a:hover,
.menuManuel ul a:focus,
.menuManuel ul a.active,
.menuManuel ul .menuManuel_bt_ACTIF a,
nav#texteTitreEnCours ul li a:hover,
nav#texteTitreEnCours ul li a:focus,
nav#texteTitreEnCours ul li.navDesktop_ACTIF a,
nav#texteTitreEnCours ul li a.active {
  opacity: 1;
}

#navDesktop {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

#navDesktop_contener {
  list-style: none;
  height: 100%;
  margin: 0;
}

.navDesktop_Texte {
  float: right;
  position: relative;
  width: 200px;
  height: 100%;
}

.navDesktop_Texte a {
  font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif !important;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, arial, Microsoft JhengHei,
    SimHei, STXihei, Arial Unicode MS, "sans-serif";
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8em;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transition: color 1s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navDesktop_ACTIF a {
  color: #fff !important;
}

.scrollContener h2,
.scrollContener h3,
.scrollContener .titreTexte {
  max-width: 100%;
  overflow: hidden;
  font-size: 1rem;
}
/*---------------------------------*/
.tooltip {
  position: fixed;
  top: 15%;
  left: 5%;
  width: 90vw;
  min-width: 280px;
  min-width: min(280px, 20vw);
  max-width: 600px;
  padding: 1em;
  background: #fff;
  color: #000;
  display: none;
  pointer-events: none;
  font-size: 0.75em;
  line-height: 1.5;
  z-index: 5;
  margin-top: 45px;
}
body.show_tooltip {
  /*overflow: hidden;
    margin-right: 17px;*/
  height: 100vh;
  height: var(--vh);
  overflow-y: hidden;
  padding-right: 15px;
}
body.show_tooltip .tooltip {
  max-height: 30vh;
  overflow: auto;
}
.tooltip.show {
  display: block;
  pointer-events: auto;
}
.tooltip .title {
  display: block;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/*---------------------------------*/

/*-------------MENU MANUEL---------*/

/*---------------------------------*/

.menuManuel {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100vw;
  height: 0%;
  color: #fff;
  background-color: #000;
  transition: height 1s;
  overflow: hidden;
  text-align: center;
}
.menuManuel.open {
  display: block;
  height: 90% !important;
  height: calc(100% - 50px) !important;
}

.menuManuel ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  font-size: 1.25rem;
  line-height: 1;
  width: 90%;
}

.menuManuel ul li {
  margin: 0px;
  padding: 0px;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  min-height: 8vh;
  max-height: 50px;
  display: inline-block;
  width: 100%;
}

.menuManuel ul a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  display: block;
}

.menuManuel_bloc {
  position: relative;
  width: 100%;
  height: 100%;
}

.menuManuel_bt_Contener {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menuManuel_bt {
  position: relative;
  width: 300px;
  height: 50px;
  cursor: pointer;
  /*background-color: rgba(0,255,0,0.5);*/
}

.menuManuel_bt span {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0%, -50%);
  white-space: nowrap;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  /*text-transform: uppercase;*/
  color: rgba(255, 255, 255, 0.3);
}

.menuManuel_bt_ACTIF span {
  color: #fff !important;
}

#menu-language {
  position: absolute;
  top: 40px;
  left: auto;
  right: 0px;
  background: #fff;
  color: #000;
  height: 0%;
  transition: height 1s;
  overflow: hidden;
  text-align: center;
  min-width: 200px;
}
#menu-language a {
  display: block;
  padding: 0.5em 0.2em;
}

/*#menu-language:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 0;
    left: 50%;
}*/

#menu-language.open {
  height: auto;
  z-index: 6;
  pointer-events: all;
}

#menu-language .btn-close {
  background: transparent !important;
  /*-webkit-transform: scale(0.5);
    transform: scale(0.5);*/
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
}

#menu-language ul {
  list-style: none;
  margin: 0;
  padding: 0.5em 1em;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 40px);
  max-height: calc(var(--vh) - 40px);
  overflow: auto;
  font-size: 0.8em;
  line-height: 1;
}

#menu-language li {
  /*margin: 0.5em;*/
  width: 50%;
  text-align: center;
  margin-bottom: 0.5em;
}

#menu-language a {
  text-decoration: none;
  color: inherit;
}

#menu-language .short-code {
  display: none;
}

#menu-language a:hover,
#menu-language a:focus,
#menu-language a.active {
  text-decoration: none;
  /*color: #988057;
    color: #6f4c12;*/
  color: #595959;
}

/*---------------------------------*/
/*---------------------------------*/
/*-------------mainContener----------*/
/*---------------------------------*/
/*---------------------------------*/

.mainContener {
  /*position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);*/

  position: fixed;
  top: 50px;
  width: 90%;
  /*height: calc(100vh - 50px);*/
  max-width: 1024px;
  height: calc(100% - 50px);
  height: calc(var(--vh) - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#blocContent {
  height: 80vh;
  height: calc(100vh - 50px);
  height: calc(var(--vh) - 50px);
}
#main {
  position: relative;
  height: 50%;
  height: calc(var(--vh) * 0.42);
  /*background: green;*/
}

.btn-scroll-down {
  bottom: 0px;
}

/*---------------------------------*/
/*-------------BLOC TITRE----------*/
/*---------------------------------*/

.blocTitreContener {
  position: relative;
  width: 100%;
  height: 50px;
  cursor: pointer;
  /*background-color: red;*/
  transform: translate(0, -100%);
}

.sousBlocTitreContener {
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0%;
  left: 10%;
  display: block;
  width: 100%;
  width: max-content;
  /*background-color: green;*/
}

.texte_desktop {
  display: none !important;
}
.texte_desktop.show {
  display: block !important;
}

/*------------TITRE MONTRE-------------*/

.titreComplication span {
  margin-top: 0px !important;
}

.titreMontre {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  position: relative;
  pointer-events: none;
  /*opacity: 0;*/
}

.titreMontre span {
  font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  color: #fff;
  font-weight: 200;
  /*position: absolute;
    top:50%;
    left:100px;
    transform: translate(0,-50%)*/
}

.titreMontre span.titreMontre_BOLD {
  font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  font-weight: bold;
  color: #fff;
}

.titreEnCours {
  position: relative;
  width: 100%;
  height: 100%;
}

#btMenu {
  position: absolute;
  right: 0%;
  width: 10%;
  height: 100%;
  padding: 0;
  background: transparent;
}

#btMenu img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 1s;
}

.btMenu_OPEN img {
  transform: translate(-50%, -50%) rotate(-180deg) !important;
}

/*-------------TITRE EN COURS------------*/

#texteTitreEnCours {
  /*float: left;
    position: relative;*/
  /*width:90%;
    height: 100%;
    overflow: hidden;*/
}

#btnMenu {
  /*margin-left: 130px;
    margin-left: calc(50vw - 20px);
    margin-left: min(calc(50vw - 20px), 200px);*/
  padding: 1rem;
}

#texteTitreEnCours {
  position: fixed;
  top: 0px;
  left: 17%;
  left: 110px;
  text-align: left;
  overflow: hidden;
  max-height: 50px;
  min-height: 20px;
  height: 50px;
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  z-index: 110;
  pointer-events: none;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  #texteTitreEnCours {
    left: 135px;
    max-width: 35vw;
    width: 50%;
  }
}

.sliderTitreTexte {
  margin: 0;
  font-size: 1em;
}

.sliderTitreComplication,
.sliderTitreEnCours {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-size: 0.75rem;
}

.sliderTitreEnCours {
  position: absolute;
  /*width: 100%;*/
  transition: top 1s;
  color: #3e6659;
  color: #fff;
  width: 100%;
  text-align: left;
}

.sliderTitreEnCours a {
  text-decoration: none;
  color: inherit;
}

.titreEnCoursTexte {
  position: relative;
  min-height: 20px;
  max-height: 50px;
  height: 50px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: inline-block;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.titreEnCoursTexte > span {
  line-height: 1;
  display: inline-block;
  /*margin: auto;*/
}

.titreEnCoursTexte a {
  position: relative;
  width: 100%;
  display: inline-block;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  font-weight: 400;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  line-height: 50px;
  transform-origin: left;
}

.section {
  opacity: 1;
}

.section.hide {
  pointer-events: none;
  opacity: 0;
}

/*---------------------------------*/
/*-------------BLOC MONTRE----------*/
/*---------------------------------*/

/*.blocMontre {
    position: relative;
    width: 90%;
    left: 5%;
    bottom: 0px;
    transition: opacity 1s;
    opacity: 0;
    z-index: -1;
}

#montre_backUP {
    margin-top: 50px;
    width: 100%;
}*/

.blocMontre {
  /*background: red;*/
  position: relative;
  width: 100%;
  height: 45%;
  z-index: -1;
}
.blocMontre,
.blocMontre canvas {
  pointer-events: none;
  outline: none;
}
.blocMontre img,
.blocMontre canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100vw;
  width: auto;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
}

@media screen and (min-width: 600px) and (max-width: 800px) {
  .blocMontre img,
  .blocMontre canvas {
    max-width: 90vw;
    width: auto;
  }
}

/*---------------------------------*/

/*-------------BLOC TEXTE----------*/

/*---------------------------------*/
/*
.blocTexteContener {
    width: 90%;
    margin-left: 5%;
    top: 40%;
}*/

/*---------TITRE TEXTE-------*/

.titreTexteContener {
  position: relative;
  height: 100px;
  height: min(100px, 28%);
  overflow: hidden;
}

.refItemSlider {
  position: relative;
  height: 100px;
  height: min(100px, 9vh);
  margin-top: 7px;
}
.sliderTitreTexte {
  position: absolute;
  width: 100%;
  transition: top 1s;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.titreTexte {
  font-family: "HelveticaNeueLTStd-UltLt-25Light", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueLTStd-UltLt-25Light", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  text-transform: uppercase;
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;

  line-height: 1;
  font-size: 24px;
  font-size: 1.3em;
  /*font-size: min(24px,4vh);
    font-size: min(1.3em,70%);*/
  height: 100px;
  height: min(100px, 9vh);
}

.titreTexte_ACTIF {
  opacity: 1 !important;
}

.titreTexte a {
  text-decoration: none;
  color: inherit;
}

.titreTexte span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 100%;
}

/*---------COMPLICATION TEXTE-------*/

.titreComplication {
  font-family: "HelveticaNeueLTStd-UltLt-25Light", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueLTStd-UltLt-25Light", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  color: #fff;
  font-size: 1.15em;
  letter-spacing: 1px;
  line-height: 1;
  opacity: 0.5;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  min-height: 30px;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  display: flex;
}

.titreComplication_ACTIF {
  opacity: 1;
}

.titreComplication span {
  position: relative !important;
  top: 0;
}

/*---------INPUT TEXTE-------*/

#contentTexte_2 span {
  position: relative;
}

.contentTexte + .btn-info {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s linear 5s;
  transition: opacity 0.5s linear 5s;
}
.contentTexte.contentTexte_ACTIF + .btn-info {
  opacity: 1;
  pointer-events: auto;
}

.inputs_Contener {
  position: relative;
  width: 100%;
  height: 100px;
  /*background-color: rgba(255,0,0,0.5);*/
}

.input_Contener {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  /*z-index: 10;*/
}

.inputTitre {
  text-transform: uppercase;
  font-size: 0.5rem !important;
  color: #fff;
  /*opacity: 0.65;*/
}

.bloc_input {
  position: relative;
  width: 100%;
  /*height: 30px;
    border-bottom: 1px solid white;*/
}

.sousbloc_input {
  font-family: "HelveticaNeueW01-45Light", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-45Light", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  font-size: 1.5em;
  line-height: 1;
  color: white;
}

/*
.sousbloc_input *{
    float: left;
}*/

.inputDeuxPoint {
  font-size: 0.8rem;
  line-height: 1;
}

.sousbloc_input input {
  text-align: center;
  width: 25px;
  border: none;
}

/*---------CONTENT TEXTE-------*/

.contentTexteContener {
  position: relative;
  height: 140px;
  height: min(140px, 75%);
}

.contentTexte {
  font-family: "HelveticaNeueW01-45Light", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-45Light", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  opacity: 0;
  top: 10px;
  width: 100%;
  height: 200px;
  transition: opacity 0.7s, top 0s 0.7s;
}

.contentTexte_ACTIF {
  top: 0 !important;
  opacity: 1 !important;
  transition: opacity 1s 0.7s, top 1s 0.7s !important;
}

.contentTexte span {
  position: absolute;
  margin-top: 5px;
}
.contentTexte.r span {
  position: relative;
  margin-top: 5px;
}

/*---------------------------------*/
/*-------------BLOC CTA------------*/
/*---------------------------------*/

.blocCTA_Contener {
  /*display: none;*/
  position: fixed;
  width: 300px;
  height: 40px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
  pointer-events: none;
}

.traitCTA {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  transform: translate(-50%, 0);
}

.sliderCTA {
  position: absolute;
  width: 100%;
  height: 800%;
  /*background-color: rgb(255,0,0);*/
  transition: top 1s;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.blocCTA {
  position: relative;
  width: 100%;
  height: 40px;
  /*pointer-events: none;*/
}

.blocCTA_FIN {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.blocCTA_Texte {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #000;
  font-size: 0.75rem;
}

.blocCTA_Texte span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, Arial, sans-serif;
  font-family: "HelveticaNeueW01-55Roman", Helvetica, helvetica, arial,
    Microsoft JhengHei, SimHei, STXihei, Arial Unicode MS, "sans-serif";
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 1px;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 1;
}

[lang="it"] .blocCTA_Texte span,
[lang="es"] .blocCTA_Texte span {
  font-size: 0.75em;
}

#bannerContener > div {
  pointer-events: none;
}
#menu-language:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 100px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -100px;
  right: 0px;
}
#menu-language a,
#menu-language button,
#bannerContener > div > nav button,
#bannerContener > div > nav a,
#bannerContener > div > button,
#bannerContener > div > a {
  pointer-events: auto;
}
#menu-language a:focus,
#menu-language button:focus {
}
#bannerContener > div > nav button:focus-visible,
#bannerContener > div > nav a:focus-visible,
#bannerContener > div > nav button:focus,
#bannerContener > div > nav a:focus {
  opacity: 0.8;
}
#bannerContener > div > button:focus,
#bannerContener > div > a:focus {
}

/*.contentTexteContener{
    position: initial !important;
    height: auto !important;
    overflow: initial !important;
}*/
.ie .contentTexteContener {
  position: relative !important;
  height: 100vh !important;
  height: var(--vh) !important;
  overflow: auto !important;
}
.titreTexteContener {
  z-index: 0;
}
.section {
  position: absolute !important;
  width: 100% !important;
  /*height: calc(100vh - 50px) !important;
    height: calc(var(--vh) - 50px) !important;*/
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 0;
}
.section.hide {
  z-index: -1;
}
.section .contentTexte {
  /*width: 90%;
    margin: auto;
    position: relative;
    margin-top: 80px;
    margin-top: 110px;
    height: auto;
    padding: 0px 5%;*/
}
.section .contentTexte.hasTooltip {
  margin-top: 25px;
}
.btn-scroll-down {
  /*background: red !important;*/
  position: fixed !important;
  top: auto;
  bottom: 0px !important;
}

#main > .titreTexteContener {
  pointer-events: none;
  margin-bottom: 15px;
  padding-top: 5px;
}

/*******************/
.z .scrollContener {
  display: none !important;
}
.z .titreTexteContener {
  display: none !important;
}
.z .blocCTA_Contener,
.z .btn-scroll-down {
  display: none !important;
}
.z #main,
.z #blocContent,
.z .contentTexteContener {
  height: auto !important;
}
.z .mainContener {
  position: relative !important;
  top: auto !important;
  width: 90% !important;
  height: auto !important;
  max-width: 1024px;
  padding-top: 15px !important;
  margin: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.z #main {
  position: relative !important;
  margin-top: 50px !important;
  padding-bottom: 50px !important;
  width: 50%;
}
.z .section {
  pointer-events: auto !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  z-index: 0 !important;
  min-height: 100vh;
  min-height: var(--vh);
}
.z .tooltip {
  position: relative !important;
  display: block !important;
  top: auto !important;
  left: auto !important;
  margin: auto !important;
  min-width: 100px;
  max-width: 50vw;
}
.z .section .sr-only {
  clip: unset !important;
  clip-path: none !important;
  height: auto !important;
  overflow: initial !important;
  position: relative !important;
  margin: 0 !important;
  margin-top: 0.1em !important;
  margin-bottom: 0.1em !important;
  width: auto !important;
}
.z .section .titreTexte.sr-only {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.z .titreComplication {
  margin-bottom: 15px !important;
}
.z .titreComplication,
.z .titreTexte {
  opacity: 1 !important;
}
.z .contentTexte span,
.z .contentTexte {
  opacity: 1 !important;
  position: relative !important;
  top: auto !important;
  width: 100%;
  height: auto !important;
}
.z #menuPresentation {
  -webkit-transform: none !important;
  transform: none !important;
}
/*******************/

@media only screen and (max-height: 319px) {
  /*.blocMontre {
        opacity:0!important;
        display:none!important;
    }*/
  .blocMontre {
    position: fixed;
    right: 7%;
    left: auto;
    bottom: 0px;
    width: 35vw;
    height: calc(100vh - 100px);
    height: calc(var(--vh) - 100px);
    z-index: 1;
    pointer-events: none;
  }
  .titreTexte {
    font-size: 1.3em;
    font-size: min(1.3em, 70%);
  }
  .titreTexteContener {
    height: min(100px, 28.5%);
    margin-bottom: 0.5em;
  }
  .section .contentTexte {
    margin: 0;
  }
  .btn-info {
    position: absolute;
    left: auto;
    right: 0px;
    top: -20px;
    display: none !important;
  }
  .btn-info .icon + .label {
    display: none;
  }
  #main > .titreTexteContener {
    margin-bottom: 0px;
  }
  .section .contentTexte.hasTooltip,
  .datepicker {
    margin-top: 0 !important;
  }
  .btn-scroll-down {
    min-width: 100px;
    min-height: 20px;
  }
  .traitCTA {
    display: none;
  }
  .contentTexte {
    font-size: 0.7em;
  }
}
@media only screen and (orientation: portrait) and (min-height: 600px) {
  #main {
    height: 35%;
  }
  .blocMontre {
    height: 75%;
  }
}
@media only screen and (orientation: landscape) and (min-width: 540px) {
  #main {
    height: 100%;
    width: 50%;
  }
  .blocMontre {
    height: 100%;
    width: 50%;
  }
  #blocContent {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
  }
  .blocMontre img,
  .blocMontre canvas {
    max-height: 100vh;
    max-height: var(--vh);
    max-width: 100%;
    width: auto;
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
  }
}
@media only screen and (min-width: 600px) and (min-height: 600px) {
  .titreTexte {
    font-size: 33px;
    font-size: 2rem;
  }
  .titreComplication {
    font-size: 1.4rem;
    min-height: 35px;
  }
  .contentTexte,
  .contentTexte > * {
    line-height: 1.15;
    font-size: 1rem;
  }
  .inputTitre {
    font-size: 0.85rem !important;
  }
  .menuManuel ul a {
    font-size: 0.8rem;
  }
  #main input#input_date,
  #main input#input_hour,
  .input_start_time {
    font-size: 1.5rem;
  }

  #menu-language ul {
    font-size: 1em;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .hide-mobile {
    display: block;
  }
  .hide-desktop {
    display: none !important;
  }
  header {
    z-index: 10;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #bannerContener {
    height: 80px;
    /*height: max(80px,8vh);*/
  }
  .titreMontre {
    display: block;
  }
  .mainContener {
    top: 80px;
    height: calc(100% - 80px);
  }

  .menuManuel {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    overflow: initial;
    max-width: 400px;
  }
  .menuManuel ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .menuManuel ul li {
    min-height: 100%;
    margin: 0 auto;
    line-height: 1;
    font-size: 1rem;
    width: auto;
  }

  .blocMontre img,
  .blocMontre canvas {
    max-height: 100vh;
    max-height: var(--vh);
    max-width: none;
    width: auto;
    height: 70%;
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -55%);
  }

  .texte_desktop.tooltip,
  .texte_desktop,
  .titreTexte span {
    display: block !important;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .texte_desktop.tooltip {
    margin: 1rem auto;
    background: none;
    color: inherit;
    left: 0;
    width: auto;
    padding: 0;
    z-index: 0;
  }
  .titreTexteContener {
    margin-top: 15vh;
    max-width: 90%;
  }
  .contentTexteContener {
    position: relative;
    height: auto;
    max-width: 70%;
  }
  .bloc_input .field,
  .bloc_input .field.hour {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .bloc_input .field > .shell {
    max-width: 155px;
  }
  .bloc_input .field.hour > .shell {
    max-width: 140px;
  }

  #menu-language {
    top: 60px;
    right: -15px;
    max-width: 400px;
  }
  #menu-language .btn-close {
    top: 8%;
    right: 5%;
  }
  .tooltip {
    margin-top: 25vh;
    margin-top: calc(15vh + 130px);
  }
  #main > .titreTexteContener {
    padding-top: 0px;
  }
}
@media only screen and (orientation: landscape) and (min-width: 1400px) and (min-height: 800px) {
  #bannerContener,
  .mainContener {
    max-width: 1400px;
  }
  .blocMontre {
    max-height: 50vw;
  }
  .blocMontre img,
  .blocMontre canvas {
    height: 82%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -55%);
  }
  .titreTexte {
    font-size: 44px;
    font-size: 3rem;
  }
  .titreComplication {
    font-size: 24px;
    font-size: 1.5rem;
    min-height: 40px;
  }
  .titreTexteContener {
    max-width: 80%;
  }
  #main > .titreTexteContener {
    margin-bottom: 15%;
  }
  .contentTexte,
  .contentTexte > * {
    line-height: 1.3;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
  .btn-info {
    top: -9vh;
  }
  .tooltip {
    margin-top: 45vh;
    margin-top: calc(15vh + 160px);
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
