html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.totem-viewport {
  position: fixed;
  inset: 0;
 /* background: #000;*/
  overflow: hidden;
}

.totem-stage {
  position: absolute;
  width: 1080px;
  height: 1920px;
  transform-origin: top left;
}
.totem-viewport {
  background-image: url('../images/haut-app-totem-2.png');
}
.section-header {
  margin-bottom: 30px;
    margin-top: 10px;
}
.logo-2 img{
    margin-bottom: 20px;
    /*height: 35px;*/
	height: 150px;
}
 .modal-dialog {
    max-width: 790px;
    margin: 0.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 35rem);
  }
.log-reg .modal-content {
  padding: 50px;
}
.title {
  font-size: 55px;
  margin-bottom: 14px;
  line-height: 60px;
}
.log-reg .modal-content .tab-content .login-reg-content .single-input {
  margin-bottom: 30px;
}
.single-input input{
    padding: 0px 20px;
    background-color: transparent;
  border-radius: 22px;
    border: 2px solid var(--border-color);
}
.contact-form .error-input {
  border: 2px solid #c22f2f !important;
  border-radius: 22px;
}
.bet-this-game .overlay {
  background-image: url(../images/bet-this-game-bg-3.png);
    height: 100%;
}
.sub-title {
  font-size: 50px;
    line-height: 50px;
}
.newsletter .title {
  margin-top: 90px;
}





.canvas-button{/*le plus bas*/
  width: 100%;
  border-radius: 50px;
  background: white none repeat scroll 0% 0%;
  border: 1px solid rgb(0, 94, 184);
  height: 68px;
}
.canvas-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
    font-size: 30px;
}
.fr-div .canvas-label, .en-div .canvas-label {
  font-size: 22px;
}

.btn-flag {
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  border-radius: 50%;
  justify-content: center;
  -moz-user-select: none;
}
.flag.btn-flag {
  border-radius: 0;
  margin-right: 10px;
  height: auto;
}
.divlang{
    background-color: transparent;
}
.flag-img {
  color: transparent;
  width: 200px;
  height: auto;
  object-fit: cover;
  text-align: center;
  text-indent: 10000px;
}




.lang-gate{
  position:fixed; inset:0; z-index:9999;
  display:flex; align-items:center; justify-content:center;
  /*background:rgba(0,0,0,.75);*/
}
.lang-gate .lang-box{ text-align:center; }
.lang-gate .lang-actions{ display:inline-block; gap:20px; justify-content:center; margin-top:15px; }
.lang-gate button{ background:transparent; border:0; padding:0; cursor:pointer; }
.lang-gate img{ /*width:170px;*/ width:300px; height:auto; border-radius:10px; }
.pt-200 {
  padding-top: 200px;
}
.win-msgs {
  font-size: 27px;
  line-height: 50px;
}
.contact-form .int-score .error-input {
  border-radius: 10px;
}
