
@charset "utf-8";
/* CSS Document */

body { 
    margin: 0; 
    overflow-x: hidden;
    padding: 0;
}

#header {
    top: calc(15vh - 1.8rem) !important;
    transition: top 1s linear;
}
    
#footer {
    transition: top 1.4s .4s easeinout;
}

#content-area {
    display:none; 
    padding-top: 4rem;
}

body.home #nav-tab {
  margin-top: 1rem;
}
    

 .product_group {
    margin-bottom:.5rem;
}

.product_group .col-md-4 {
  padding-top: .5rem;
}
    
.product_btn button {
    margin-bottom:.2rem;
    width:100%;
    text-align:center;
}
    
body:not(.content_view) #section {
  min-height: 0 !important;
}
    
body.home #section {
  min-height: calc(100vh - 15vh - 5.5rem);
}

    
body:not(.content_view) #header {
  top: calc(100vh - 4.4rem) !important;
}
    
body.home:not(.content_view) #footer {
  bottom: -1rem !important;
  position: fixed;
  background: none;
}
    
body.home:not(.content_view) #langs_menu_ctn {
  bottom: .2rem;
  position: fixed;
}
    
body.home  {
    padding: 0 0 0 0 !important;
}
    
body.content_view #header_logo {
  z-index: 1;
}
    
#display3D_btn {
    display:none;
}

body.content_view #display3D_btn {
    display:block;
    position:absolute;
    margin-top:-15vh;
    left:0;
    height:15vh;
    width:100%;
    z-index:2;
}

#welcome_box {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.7);
  padding: 1rem 1.5rem 0;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}
    
#owh_container {
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    padding: 0;
    margin: 0;
    transition: height 0.8s ease-in-out; /* Animation fluide */
    background: var(--light);
    position: relative;
}
    
body.content_view #owh_container {
  height: 15vh  !important; /* Le bandeau en haut */
}


#experience-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    height: 100% !important;
    width: 100% !important;
}

#experience-container canvas {
    display: block;
    position: absolute;  /* Sort le canvas du flux pour éviter les conflits de layout */
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    pointer-events: auto !important;
}        

#payment_go_ifr {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF8;
  width: 100%;
  height: 100%;
  min-width: 100vm;
  max-width: 100vm;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 999999999;
}
    
    
.wind_box {
  position: absolute;
  top: .5rem;
  right: 1rem;
  background: rgba(0,0,0,0.7);
  padding: .5rem 1.5rem;
  border-radius: 10px;
  color: white;
  font-family: sans-serif;
  display: none;
  max-width: calc(100vw - 2rem);
  min-width: 280px;
}
    
body:not(.content_view) .wind_box.ok {
    display:block;
}
    

.wind_field {
    margin-bottom:10px;
}
.wind_field input {
    width:100%;
}
 #compass_info, #windDir {
    width:100%;
}

#compass_info > div {
    display:inline-block;
    width:20%;
    text-align:center;
}

 #compass_info > div:first-child {
    text-align:left;
}

 #compass_info > div:last-child {
    text-align:right;
    width:19.5%;
}

.wind_dir_field > div, .wind_dir_field > button {
  float: left;
  display: block;
}
    
#WindDir_labelbox, .windStrength_hval strong, #windResult, #result_kwh {
  font-size: 1.1rem;
}

.wind_box_btns > div.wind_settings > div {
  display: block;
  float: left;
  margin-right: 1rem;
}

.windStrength_hval span {
    display:none;
}

.wind_field.ms .windStrength_hval span.ms,
.wind_field.kmh .windStrength_hval span.kmh,
.wind_field.mh .windStrength_hval span.mh {
    display:inline;
}

#wind_speed_unit {
  padding-right: .5rem;
  padding-left: .5rem;
  min-width: 5rem;
}
    
#WindDir_labelbox {
  display: inline-block;
  position: relative;
  height: 1.6rem;
  margin-top: .25rem;
}
    
#WindDir_labelbox, #WindDir_labelbox > span {
  width: 110px;
}
    
#WindDir_labelbox > span {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;

}
    
#WindDir_labelbox > span > span {
  display: inline-block;
  position: relative;
  width: 35px;
  text-align: center;
  padding-top: .15rem;
}
    
.WindDir_offsetter {
  position: absolute;
  z-index: 1;
  border-bottom: black 1px solid;
  border-top: black 1px solid;
  height: 2rem;
}
    
.WindDir_offsetter > span:not(.dir) {
  background: #283d46aa;
}
    
.WindDir_offsetter > span {
  height: 1.8rem;
  margin-top: -1px;
}
    
.WindDir_offsetter::after {
  content: '^';
  position: absolute;
  margin-left: -103px;
  margin-top: 1.1rem;
  color: #aaa;
}
    
.wind_settings button {
  border: black solid 1px;
  background: #283d46;
  color: var(--light);
  font-size: 1.1rem;
  min-width: 2rem;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}
    
.wind_dir_field > button {
  margin-top: .25rem;
}
    
.owh_output {
  display: block;
  width: 100%;
  padding: 0rem 0 1rem;
  clear: both;
  white-space: nowrap;
}

.owh_output.wind_settings .wind_field {
  display: inline-block;
}
    
.owh_output.wind_settings {
  white-space: normal;
}

#args_box .args_btns a {
    text-decoration:underline;
    margin-right:1px;
}
    
#args_box .args_btns a:not(.a_enter) {
    background: var(--secondary);
}
    
   
.args_btns {
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 100%;
  overflow: auto;
}

.args_ctn {
  margin-top: -1px;
  position: relative;
}
    
.args_ctn > .btn-close {
  position: absolute;
  right: 1rem;
  top: .8rem;
}

.args_ctn > div {
  background: var(--secondary);
  padding: 1rem 1.5rem 1.5rem;
  max-height: calc(100vh - 13rem);
  overflow-y: auto;
  margin-bottom: 2rem;
  border-radius: 0 10px 10px 10px;
  margin-top: 1px;
  box-shadow: 0px -2px 5px 2px #0004;    
}
    

#args_box.open .args_btns a.active {
    border-bottom:3px;
    z-index:1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-decoration:none;
    position: relative;
    overflow-y: visible;
}
    
#args_box.open .a_arg.active::after {
  display: block;
  position: absolute;
  background: var(--secondary);
  height: 12px;
  bottom: -10px;
  z-index: 12;
  left: 0;
  content: " ";
  width: calc(100% + .05rem);
  margin-left: -0.025rem;
}
    
.home #content-area > h2 {
  margin: -1rem 0 1rem;
}
    
h2 small {
  font-size: 1rem;
  line-height: 1;
}    

                  
.product_btn_ctn {
  display: flex;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 1rem;
  flex-wrap: wrap;
  align-content: flex-end;
}
    
.product_btn_ctn .product_btn {
    display:block;
    width:100%;
}
    
.pmt_btn {
    width:100%;
}

    
#nav-tab button {
  max-width: 75%;
  flex-wrap: nowrap;
  max-height: 40px;
  width: auto;
  white-space: nowrap;
}


@media (max-width:575px) { 
    #nav-tab {
      flex-wrap: nowrap;
      overflow: auto;
    }
}
    
@media (min-width:576px) { 
    .home #content-area > h2 {
      margin: -2rem 0 1.5rem;
    }
}
        
@media (min-width:768px) { 

    #welcome_box {
      font-size: 1.5rem;
    }   
    
    .wind_box {
      max-width: calc(50% - 2rem);
    }
}
    
@media (min-width:992px) { 
    body:not(.content_view) #header {
      top: calc(100vh - 5.2rem) !important;
    }
    
  .home #content-area > h2 {
    margin: -1rem 0 1rem;
  }
}
    
/* Conteneur */
.timeline-container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 10px 0;
  background-color: #f4f4f4;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  margin-bottom: .5rem;
}


/* La barre de progression elle-même */
#timeline {
    flex-grow: 1; /* Prend toute la place disponible */
    -webkit-appearance: none; /* Supprime le style par défaut du navigateur */
    appearance: none;
    height: 8px; /* Hauteur de la barre */
    background: #131932; /* Couleur de fond de la barre */
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/* Style du curseur (le petit bouton qu'on déplace) */
#timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px; /* Largeur du curseur */
    height: 20px; /* Hauteur du curseur */
    border-radius: 50%; /* Rond */
    background: #007bff; /* Bleu */
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: background .2s;
}

#timeline::-webkit-slider-thumb:hover {
    background: #0056b3; /* Bleu plus foncé au survol */
}

/* Style pour Firefox */
#timeline::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* Style du texte */
#time-display {
    font-family: 'Courier New', Courier, monospace; /* Police à chasse fixe pour les chiffres */
    font-size: 14px;
    color: #333;
    min-width: 100px;
    text-align: right;
}

#watermark-badge {
  position: absolute;
  bottom: 10vh;
  align-self: anchor-center;
  padding: 1rem 2rem;
  backdrop-filter: blur(5px);
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
  z-index: 1000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  user-select: none;
  opacity: 0.5;
  transform-origin: 50% 50%;
  transform: translateX(50%) !important;
  right: 50%;
}

#watermark-badge > strong > span {
  display: inline-block;
  margin-bottom: -.5rem;
  position: relative;
  top: 0.18rem;
  font-size: 3.2rem;
}

.merchant_of_records > span {
    display:inline-block;
}
.gumroad-button .logo-full {
  display: none !important;
}