.uranus.tparrows {
	background: #0000007d;
}

.fa, .fab, .fal, .far, .fas {
 
    line-height: 2; 
}

.navbar-brand {
    padding-top: 0px; 
    padding-bottom: 0px;
}

header .navbar-brand .logo {
    height: 70px;
}

header {
    background-color: #ffffff8c;
}

.bookDetail-card h2 {
    font-size: 25px;
   color: #b23830;
}



h6 {
    font-family: Poppins, Sans-serif;
    color: #e51400;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: 1px 2px 3px #000;
    font-weight: 700;
}

@media (max-width: 576px) {
    .card.card-large .card-title h2 {
        text-shadow: 1px 2px 0px #000;
    }
}

@media (max-width: 576px) {
    .card.card-large .card-title h6 {
        text-shadow: 1px 2px 0px #000;
        font-size: 18px;
    }
}

.card.card-large .card-title h2 {
    margin-top: 402px;
}

/***********************************************************

Page "Visite virtuelle" en 100% full width 

***************************************************************/

/* Page "Visite virtuelle" — élargir seulement le contenu central */
.is-fullwidth-virtual #main .container,
.is-fullwidth-virtual #main .container-fluid {
  max-width: none !important;
  width: 100% !important;
}

/* Supprimer les gouttières uniquement dans #main */
.is-fullwidth-virtual #main .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.is-fullwidth-virtual #main [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Option A: si tu as un wrapper spécifique autour de l’iframe */
.is-fullwidth-virtual #main .virtual-tour {
  width: 100% !important;
}
.is-fullwidth-virtual #main .virtual-tour iframe {
  display: block;
  width: 100% !important;
  height: min(85vh, 1000px);
  border: 0;
}

/* Option B: si l’iframe est direct dans #main */
.is-fullwidth-virtual #main iframe {
  display: block;
  width: 100% !important;
  height: min(85vh, 1000px);
  border: 0;
}

/* Confort */
.is-fullwidth-virtual body { overflow-x: hidden; }

/* Si la page a une sidebar et tu veux 100% sur le contenu: décommente */
 /* .is-fullwidth-virtual #main .row > .col-sm-3 { display: none !important; } */
 /* .is-fullwidth-virtual #main .row > .col-lg-9 { flex: 0 0 100% !important; max-width: 100% !important; } */

