body {
  background-color: #f0e7de;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.row.limited {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.bg-eli {
  background-color: #f0e7de;
}
#tadplayer-wrapper {
  height: 100vh;
}
@supports (height: 100dvh) {
  #tadplayer-wrapper {
    height: 100dvh;
  }
}
#tadplayer-header {
  background-color: #f0e7de;
  height: 15vh;
  padding-top: 1.5em;
}
@supports (height: 100dvh) {
  #tadplayer-header {
    height: 15dvh;
  }
}
#tadplayer-header-content {
  height: 100%;
}
#tadplayer-visuals {
  background-color: #FFF;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 61vh;
  padding-top: 20px;
}
@supports (height: 100dvh) {
  #tadplayer-visuals {
    height: 61dvh;
  }
}

#main-picture {
  background-color: transparent;
  width: 20em;
  /* height: 20em; */
  /* max-height: 70%; */
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  aspect-ratio: 1 / 1; /* ! important */
  height: auto;
  padding: 0;
  transform: translateY(-50px);
}
/* @supports (height: 100dvh) {
  #main-picture {
    height: 20dvh;
  }
} */

#tadplayer-control  {
  height:50%;
}

#tadplayer-progressbar {
  position: relative;
  height:50%;
}

/* #tadplayer-progressbar::after {
  content: attr(data-after);
  position: absolute;
  display: block;
  font-size: 12px;
  color: #999;
  background-color: transparent;
  width: 3em;
  height: 3em;
  top: -20px;
} */

#main-picture-file {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}
/* #main-picture::before {
  content: "";
  display: block;
  position: absolute;
  top: 12%;
  left: 10%;
  background-color: #f0e7de;
  border-radius: 50%;
  width: 80%;
  height: auto;
  aspect-ratio: 1 / 1;
  z-index: -1;
} */

#main-picture::before {
	content: "";
	display: block;
	position: absolute;
	top: 18%;
	left: 13%;
	background-color: #f0e7de;
	border-radius: 50%;
	width: 75%;
	height: auto;
	aspect-ratio: 1 / 1;
	z-index: -1;
}

#main-picture::after {
  content: "";
  background: url("/assets/icons/collection-tadam.svg") center center no-repeat;
  background-size: auto;
  background-size: 35%;
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 50px;
}

#tadplayer-footer {
  height: 24vh;
  background-color: #FFF;
}
@supports (height: 100dvh) {
  #tadplayer-footer {
    height: 24dvh;
  }
}

@media (orientation: landscape) {
  /* applies to devices in landscape mode */
  #tadplayer-visuals {
    height: 80vh;
    width: 50%;
    float: left;
    border-top-right-radius: 0;
  }
  #tadplayer-footer {
    height: 80vh;
    width: 50%;
    float: left;
    border-top-right-radius: 30px;
    padding-top: calc(40dvh - 155px);
  }
  #tadplayer-header {
    height: 20vh;
  }
  #tadplayer-control {
    height: 210px;
    padding-right: 25px;
  }
  #tadplayer-progressbar {
    height: 100px;
  }
  #main-picture {
    height: 55%;
    width: auto;
  }

  @supports (height: 100dvh) {
    #tadplayer-visuals {
      height: 80dvh;
    }
    #tadplayer-footer {
      height: 80dvh;
    }
    #tadplayer-header {
      height: 20dvh;
    }
  }
}


#lft-menu {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: url(../images/threedots.svg) center center no-repeat #fff;
  background-size: 60%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

#lft-menu::after {
  content: "Besoin d'aide ?";
  display: block;
  position: absolute;
  width: 192px;
  height: 48px;
  top: 27px;
  left: 49px;
  background: url(/assets/images/icone-fleche1.png) left top no-repeat;
    background-size: auto;
  background-size: 33px;
  font-size: 16px;
  font-family: "Urbanist", cursive;
  padding-top: 18px;
  text-align: center;
  transform: rotate(0deg);
  font-weight: 600;
  opacity: 0;
  transition: all .5s;
  color: #333;
}

#lft-menu.showhelp::after {
  opacity:1;
}


#rgt-menu {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: url(../images/book.svg) center center no-repeat #fff;
  background-size: 60%;
  margin: 0 auto;
  cursor: pointer;
}

#tadbook-title {
  font-size: 37px;
  font-weight: 600;
  color: #006cc4;
  line-height: 46px;
  width: 100%;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#tadbook-title::after {
  content: "BETA";
  position: absolute;
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: #003996;
  background-color: transparent;
  width: fit-content;
  height: 3em;
  top: -13px;
  right: -38px;
  font-family: 'Urbanist', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 550px) {
  #tadbook-title {
    font-size: 28px;
    line-height: 28px;
  }
  #tadbook-title::after {
    font-size: 9px;
    top: -21px;
    right: 0;
  }
}

#volume {
  width: 3em;
  height: 3em;
  min-width: 3em;
  min-height: 3em;
  border-radius: 50%;
  background: url(../images/speaker.svg) center center no-repeat #f0e7de;
  background-size: 60%;
  margin: 0 auto;
  cursor: pointer;
}

#cast {
  width: 3em;
  height: 3em;
  min-width: 3em;
  min-height: 3em;
  border-radius: 50%;
  background: url(../images/cast.svg) center center no-repeat #f0e7de;
  background-size: 60%;
  margin: 0 auto;
  cursor: pointer;
}
#playButton {
  /* width: 6.2em;
  height: 6.2em;
  border-radius: 50%;
  background: url(../images/play.svg) center center no-repeat #f0e7de;
  background-size: 60%;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 0 60px 20px #FFF, 25px 15px 50px 10px #fff, -5px -25px 30px 5px #fff;
  transition: all 2s;
  -webkit-animation: glowBase 3s linear 0s infinite alternate; */
  position: absolute;
  z-index: 30;
  left: calc(50% - 200px);
  transform: translateX(50%);
  cursor: pointer;
  /* margin: 0 auto; */
}

#playButton::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 231, 222, 0.44);
  border-radius: 50%;
  animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
  z-index: -1;
  opacity:0;
  transition: opacity 2s;
}
#playButton.active::after {
  opacity:1;
}
#playButton.initactive::after {
  opacity:.5;
}



@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

#playButton.loading{
  /* background: url(../images/spirale.svg) center center no-repeat #f0e7de;
  background-size: 20%; */
  /* -webkit-animation: glowLoading 3s linear 0s infinite alternate;
  transition: all 2s; */
  /* opacity:50%; */
  pointer-events:none;
  text-replace: auto;
}

/* #playButton.loading::before {
  content: "chargement...";
  display: block;
  width: 201px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #282031;
  position: absolute;
  top: 6px;
  left: calc(50% - 100px);
  font-weight: 600;
} */

#loadingbar-model {
  text-transform: uppercase;
  /* display:none; */
  position: absolute;
  top : 0;
  left: 0 ;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 60, 0.72);
  text-align: center;
  z-index: 25000;
}

.loadingbar-content {
  display: block;
  position: absolute;
  top: calc(50% - 125px);
  left: calc(50% - 160px);
  right: auto;
  width: 320px;
  height: 250px;
  text-align: center;
  color: #FFF;
}

.loadingbar-content p {
  /* font-family: Galavant; */
  font-size: 21px;
  line-height: 30px;
  color: #f0e7de;
  letter-spacing: 0.07em;

}

#percent-loaded {
  font-size: 151px;
  font-family: Galavant;
  color: #f0e7de;
  line-height: 158px;
}


#stopButton {
  display: none;
  position: absolute;
  width: 44%;
  height: 60px;
  background-color: transparent;
  right: 0;
  z-index: 60;
  cursor: pointer;
}
#stopButton.active {
  display: block;
}

#volume-control {
  position: relative;
}

.popup-audio {
  display: none;
}
.popup-audio.active {
  display: block;
}

#progressbar {
  height: 8px;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f0e7de;
}

#popup-volume {
  /* position: absolute;
  top: -14px;
  left: 0;
  width: 222px;
  height: 3em;
  background: #333;
  border-radius: 25px;
  height: 20px; */
  position: absolute;
  top: -93px;
  left: 42px;
  width: 32px;
  height: 127px !important;
  background: #333;
  border-radius: 25px;
  border: 10px solid #333;
}

#audioSlider .ui-slider-handle {
  /* outline: 3px solid #333;
  background: #fff;
  border-radius: 50%;
  top: -6px;
  height: 15px;
  width: 15px; */
}

/* #audioSlider.ui-slider-horizontal {
  top: 49%;
  left: 5%;
  height: 1px;
  width: 90%;
  border: none;
  background: #999;
  outline: 1px solid #999;
} */

/* media queries */
/* @media screen and (max-width: 1024px) {
  #lft-menu,
  #rgt-menu,
  #volume,
  #cast {
    width: 5em;
    height: 5em;
  }
  #popup-volume {
    height: 5em;
  }
  #playButton {
    width: 9em;
    height: 9em;
  }
} */
