.row > * {
  flex-shrink: unset !important;
}

/* GRAND SLIDER STYLES */
#grandSliderContainer, #grandSliderContainerEstore, #grandSliderContainerExhib {
  position: relative;
}

.carousel-indicators {
  position: absolute;
  bottom: 12rem !important;
  margin-left: 20% !important;
  margin-bottom: 5rem;
  margin-bottom: -16rem !important;
}

.slide-items {
  height: 567px;
  width: 100%;
  object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  /* round buttons below the slider  */
  /* background-color: #2a2a2a77 !important; */
  background-color: transparent !important;
  border: 1px solid #2a2a2a77 !important;
  height: 20px !important;
  width: 21px !important;
  margin-right: 12px !important;
  margin-left: 12px !important;
  border-radius: 50%;
}

.carousel-indicators [data-bs-target].active {
  background-color: #b2b0b077 !important;
}

.carousel-control-prev {
  left: -60px !important;
}

.carousel-control-next {
  right: -60px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem !important;
  height: 4rem !important;
}

#grandSliderContainer .carousel-item .carousel-caption, #grandSliderContainerEstore .carousel-item .carousel-caption, #grandSliderContainerExhib .carousel-item .carousel-caption {
  position: relative !important;
  bottom: -2.75rem;
  right: 0;
  left: 0;
  padding-top: 3rem;
  z-index: inherit !important;
  text-shadow: none;
}

/* FIN DE GRAND SLIDER STYLES */

#e-store_btnContainer {
  /* margin-top: 200px; */
}

#e-store_slider-caption {
  margin-top: 6rem;
}

@media (max-width: 1030px) {
  #e-store_btnContainer {
    /* margin-top: 254px; */
  }
  #e-store_slider-caption {
    margin-top: 13rem;
    font-size: 36px;
  }
}

/* mobile version, button flex wrap */
@media (max-width: 768px) {
  #e-store_btnContainer {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -40px;
  }
}

/* BOÎTE 10 SWITCH BUTTON STYLES */
#d10 .btn-img-container {
  position: relative;
}

#d10 #switch-front-btn {
  width: 120px;
  font-size: 14px;
  color: #b9a18d;
  border: 1px solid #b9a18d;
  cursor: pointer;
  transition: 0.5s;
  height: fit-content;
  text-decoration: underline;
}
#d10 #switch-back-btn {
  width: 120px;
  font-size: 14px;
  color: #b9a18d;
  border: 1px solid #b9a18d;
  cursor: pointer;
  transition: 0.5s;
  height: fit-content;
}

#d10 .img1 {
  margin-top: 66px;
}

#d10 .underline {
  text-decoration: underline;
}
/* FIN DE BOÎTE 10 SWITCH BUTTON STYLES */

/* DRAWING 1 IMAGE ET VIDEO */
#drawing .drawing-images {
  height: 549px;
  width: 100%;
  object-fit: contain;
}
/* FIN DE DRAWING 1 IMAGES ET VIDEO*/

/* DRAWING 2 IMAGE ET VIDEO */
#drawing2-button-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#drawing2-button-container .row {
  width: fit-content;
  /* border: 1px solid #b9a18d; */
  padding: 5px 10px;
}

#drawing2-button-container .row button {
  border-radius: 50%;
  border: 1px solid grey;
  height: 25px;
  width: 25px;
  padding-right: 18px;
}

#drawing2-button-container .row div:nth-of-type(2) {
  margin-top: 4px;
}

/* =========== D5a-D5b_model1.php ============== */
.swiper-button-prev,
.swiper-button-next {
  color: #CACACA !important;
}

/* MANIFESTO3.PHP  */

#slider {
  position: relative;
  width: 100%;
  height: 550px;
  margin-bottom: 114px;
}

#slider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slider ul {
  position: absolute;
  bottom: -127px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider ul li {
  list-style: none;
  margin: 0 10px;
  cursor: pointer;
  background-color: #b9a18d;
  padding: 3px;
  opacity: 0.9;
  transition: 0.5s;
}

#slider ul li:hover {
  opacity: 1;
}

#slider ul li img {
  width: 77px;
  height: 54px;
  object-fit: cover;
  transition: 0.5s;
}

#slider ul li img:hover {
  width: 88px;
  height: 64px;
  filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 768px) {
  #slider ul {
    bottom: -207px;
  }
  #slider ul li img {
    width: 130px;
    height: 90px;
  }
  #slider ul li img:hover {
    width: 130px;
    height: 90px;
    filter: drop-shadow(2px 4px 6px black);
  }
}

/* #slider #slider_container #slide_name {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #ac5c5c45;
} */

#slider #slider_container #slide_image, #sliderLithoGenese #slider1LithoGenese_container #slide_image, #slider_D15 #slider_containerD15 #slide_imageD15, #slider #slider_container2 #slide_image, #slider #slider_container3 #slide_image,#slider #slider_container4 #slide_image,#slider #slider_container5 #slide_image  {
  width: 100%;
  height: 550px;
  /* max-height: 432px; */
  object-fit: contain;
}

@media (min-width:769px) {
  #sliderLithoGenese {
    margin-bottom: 155px!important;
  }
}

#slider1_container #slide1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-video-control-container {
  position: absolute;
  bottom: -59px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 768px) {
  .slider-video-control-container {
    bottom: -118px;
  }
}

.rotate-video {
  transform: rotate(-90deg) scale(1.8);
}

.parent-image {
  position: relative;
}

/* FIN DE GRAND SLIDER STYLES */

#sliderBlocklondon .carousel-control-prev {
  left: -16px !important;
}

#sliderBlocklondon .carousel-control-next {
  right: -16px !important;
}

.manifesto3-video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {

  #d10-genese {
    margin-top: 0;
  }
}

.manifesto3-video-container video {
  height: 550px;
}

.manifesto3-video-container .d10 {
  max-width: 895px;
}

#d10_gif {
  width: 600px;
  height: 600px;
}

.manifesto3-play-btn,
.manifesto3-play-btn1,
.manifesto3-play-btn2,
.manifesto3-play-btn3,
.drawings01-play-btn,
.slideVid-play-btn,
.slideVid1-play-btn,
.slideVid1-pause-btn {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius: 50%;
  border: 1px solid #555;
  height: 26px;
  width: 26px; 
  /*padding-right: 3px;
  padding-top: 5px;*/
  color: #555;
  background-color: transparent;
  /*display: inline-flex !important;
  justify-content: space-around;*/
}

.manifesto3-pause-btn,
.manifesto3-pause-btn1,
.manifesto3-pause-btn2,
.manifesto3-pause-btn3,
.drawings01-pause-btn,
.slideVid-pause-btn {
  font-weight: bolder;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  border: 1px solid #555;
  line-height: 1px;
  color: #555;
  background-color: transparent;
}

.vidBtn-active {
  background-color: #dad5d2;
  color: #fff;
}
.vidBtn-not-active {
  background-color: #fff;
  color: #555;
}

@media (max-width: 768px) {
  .slideVid-play-btn,
  .slideVid-pause-btn,
  .slideVid1-play-btn,
  .slideVid1-pause-btn,
  .manifesto3-play-btn,
  .manifesto3-play-btn1,
  .manifesto3-play-btn2,
  .manifesto3-play-btn3,
  .drawings01-play-btn,
  .manifesto3-pause-btn,
  .manifesto3-pause-btn1,
  .manifesto3-pause-btn2,
  .manifesto3-pause-btn3,
  .drawings01-pause-btn {
    height: 65px;
    width: 65px;
    font-size: 32px;
    padding-right: 0;
    padding-left: 4px;
    padding-bottom: 11px;
    padding-top: 7px;
    margin: auto;
  }
}

/* .heatOfLazerContainer {
  position: relative;
}

.heatOfLazerContainer button {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  background: #00000075;
  color: white;
  font-size: 25px;
  width: 45px;
  display: none;
} */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  color: #555;
  border: 1px solid rgb(109, 109, 109);
  border-radius: 10px;
}

#dot-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 64px;
  z-index: 100;
}

@media (max-width: 768px) {
  #dot-container {
    right: 20px;
  }
}

.dot {
  height: 20px;
  width: 20px;
  /* background-color: #bbb; */
  border: 1px solid #b9a18d;
  border-radius: 50%;
  display: inline-block;
  margin-top: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #dot-container {
    top: 50vh;
  }
}

.sliding-buttons-container {
  position: relative;
  z-index: 10;
}

#sliding-btn-content {
  display: flex;
  width: 57%;
  overflow: hidden;
  white-space: nowrap;
  /* display: block; */
  margin: auto;
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  #sliding-btn-content {
    overflow: auto;
  }

  #sliding-btn-content::-webkit-scrollbar {
    display: none;
  }
}

#sliding-btn-control .menu-slider-btns {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border: none;
  background-color: transparent;
  font-size: 58px;
  color: #b9a18d;
  font-weight: 100;
}

#sliding-btn-control .slider-btn-minus {
  top: -32px;
  left: 220px;
  transform: rotate(45deg);
}
#sliding-btn-control .slider-btn-plus {
  top: -17px;
  right: 220px;
  transform: rotate(-134deg);
}

@media (max-width: 1439px) {
  #sliding-btn-control .slider-btn-minus {
    left: 75px;
    top: -32px;
  }
  #sliding-btn-control .slider-btn-plus {
    right: 75px;
    top: -16px;
  }

  #sliding-btn-content {
    width: 70%;
  }  
}

@media (max-width: 1129px) {
  #sliding-btn-content {
    width: 75%;
  }
}


@media (max-width: 768px) {
  #sliding-btn-control .slider-btn-minus {
    top: -18px;
    left: 61px;
  }
  #sliding-btn-control .slider-btn-plus {
    top: -11px;
    right: 62px;
  }
}

#btn-back-to-top-lithographie, #back-to-top-drawing {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #555!important;
  border: 1px solid rgb(109, 109, 109);
  border-radius: 10px;
}

/* Litho-category-genese.php*/

#sliderLithoGenese {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 160px;
}

#sliderLithoGenese video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sliderLithoGenese ul {
  position: absolute;
  bottom: -127px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

#sliderLithoGenese ul li {
  list-style: none;
  margin: 0 10px;
  cursor: pointer;
  background-color: #b9a18d;
  padding: 3px;
  opacity: 0.9;
  transition: 0.5s;
}

#sliderLithoGenese ul li:hover {
  opacity: 1;
}

#sliderLithoGenese ul li img {
  width: 77px;
  height: 54px;
  object-fit: cover;
  transition: 0.5s;
}

#sliderLithoGenese ul li img:hover {
  width: 88px;
  height: 64px;
  filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 768px) {
  #sliderLithoGenese ul {
    bottom: -207px;
  }
  #sliderLithoGenese ul li img {
    width: 130px;
    height: 90px;
  }
  #sliderLithoGenese ul li img:hover {
    width: 130px;
    height: 90px;
    filter: drop-shadow(2px 4px 6px black);
  }
}

/* #slider #slider_container #slide_name {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #ac5c5c45;
} */

#slider1LithoGenese_container #slide1LithoGenese {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#slider1LithoGenese_container .slider-video-control-container {
  position: absolute;
  bottom: -55px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

#slider1LithoGenese_container .slider-video-control-container .slideVid1-play-btn,
#slider1LithoGenese_container .slider-video-control-container .slideVid1-pause-btn {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius: 50%;
  border: 1px solid #555;
  height: 26px;
  width: 26px; 
  padding: 0px;
  color: #555;
  background-color: transparent;
  display: block!important;
  justify-content: center;
}

@media (max-width: 768px) {
  .slider-video-control-container {
    bottom: -118px;
  }

  #sliderLithoGenese {
    margin-bottom: 230px;
  }

  #slider1LithoGenese_container .slider-video-control-container{
    bottom: -120px;
  }
}

.rotate-video {
  transform: rotate(-90deg) scale(1.8);
}

.parent-image {
  position: relative;
}

/** Style spécifique au grand slidder exhibition/exhibition.php **/
@media (max-width: 1129px) {
  #indicatorCarouselExhib {
    top: 420px;
  }
}

@media (min-width: 1130px) {
  #indicatorCarouselExhib {
    top: 480px;
  }
}

@media (min-width: 1440px) {
  #indicatorCarouselExhib {
    top: 580px;
  }
}

@media (min-width: 1920px) {
  #indicatorCarouselExhib {
    top: 740px;
  }
}

#prevControlExhib, #nextControlExhib {
  top: -13.5rem;
}



/* Bouton zoom global sur 3D */
.slider-container label {
  position: relative;
  top: 15px;
  width: 100%;
  text-align: center;
}

.zoomGlobal_ImgWrapper {
  overflow: hidden;
  align-items: center;
  margin: 0 50px 100px 50px;
}

.zoomGlobal_Img {
  transition: transform 0.25s ease-in-out;
  transform-origin: center;
  max-width: 100%;
  height: auto;
}

.imgSingle {
  transform-origin: left;
}

.imgTrio {
  transform-origin: 80% 50%;
}

.imgD4 {
  transform-origin: 95% 40%;
}

.imgD7 {
  transform-origin: 50% 30%;
}

.imgD12 {
  transform-origin: 65% 50%;
}

.imgD13 {
  transform-origin: 112% 22%;
}

.imgD15 {
  transform-origin: 18% 30%;
}

.imgLitho01 {
  transform-origin: 50% 40%;
}

.imgLitho02 {
  transform-origin: 0% 50%;
}

.imgLitho03 {
  transform-origin: 100% 25%; 
}

.imgD9 {
  transform-origin: -10% 50%;
}

.imgDrawPrep {
  transform-origin: 0 50%;
}

.imgDrawTrio {
  transform-origin: 100% 50%;
}

.zoomGlobal3D_Container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  background-color: white;
}

.zoomGlobal3D_Container > div {
  padding: 15px;
  height: auto;
}

.zoomGlobalBtns {
  border-radius: 50%;
  border: 1px solid grey;
  height: 30px;
  width: 30px;
  /* padding-right: 18px; */
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.zoomGlobal_Active {
  background-color: #E9E9E9;
}

/* Modal btn */
@media (min-width: 1920px) {
  .modalBtnTest {
      left: 711px;
  }

  .modalBtnTest2 {
      right: 697px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .modalBtnTest {
      left: 560px;
  }

  .modalBtnTest2 {
      right: 541px;
  }
}

@media (min-width: 1130px) and (max-width: 1439px) {
  .modalBtnTest {
      left: 465px;
  }

  .modalBtnTest2 {
      right: 451px;
  }
}

@media (min-width: 760px) and (max-width: 1129px) {
  .modalBtnTest {
      left: 415px;
  }

  .modalBtnTest2 {
      right: 392px;
  }
}

@media (min-width: 721px) and (max-width: 759px) {
  .modalBtnTest {
      left: 415px;
  }

  .modalBtnTest2 {
      right: 289px;
  }
}

@media screen and (max-width: 720px) {
  .modalBtnTest {
      left: 415px;
  }

  .modalBtnTest2 {
      right: 400px;
  }
}

.radarBtnLink {
  display:unset!important;
  position: absolute;
  width: auto!important;
  height: auto!important;
}

.radarBtn {
  width: 30px;
  height: 30px;
  user-select: none;
}

.radarBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(185, 161, 141, 0.4);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.containerRadar .radarBtn::before {
  left: -3px!important;
}

.radarBtn-icon {
  background-color: white;
  color: #b9a18d;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items:center;
  font-size: 25px; 
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.buttondrawing01Desktop {
  display: block;
}

.buttondrawing01Mobile {
  display: none;
}

@media screen and (max-width:551px) {
  .buttondrawing01Desktop {
    display: none;
  }

  .buttondrawing01Mobile {
    display: block;
  }
}

.exhibitionHide {
  display: none;
}

.d9popupselection {
  cursor: pointer;
}

.d9popupselection:hover, .d9active {
  text-decoration: underline!important;
  text-underline-offset: 6px!important;
}