/* Thème Carousel Bootstrap */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

/* Animation reveal */

.reveal{
  position: relative;
  transform: translateY(300px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

/* Défilement RTL*/

@keyframes defilement-rtl {
    0% {
      transform: translate3d(0,0,0);      /* position initiale à droite */
    }
    100% {
      transform: translate3d(-100%,0,0);  /* position finale à gauche */
    }
}

.marquee-rtl {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.marquee-rtl > :first-child {
    display: inline-block;
    padding-right: 1em;
    padding-left: 100%;
    white-space: nowrap;
    animation: defilement-rtl 15s infinite linear;
}

/* Personnalisation */

html, body {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    margin: 0;
}

.page-body {
    margin-top:70px;
    background-color: #fcf9f0;
}

.carousel {
    margin-top: -130px;
}

a {
    text-decoration: none;
    color:#F4E7D4;
}

a:hover {
    color:  #858070;
}

.navbar {
    opacity: 0.9;
}

.container-fluid {   
    align-items: flex-end !important;
}    

.wrapper {
    box-sizing: border-box;
    min-height: 106%;
    display: flex;
    flex-direction: column;
}

.page-header, .page-footer {
    flex-grow: 0;
    flex-shrink: 0;
}

.page-footer {
    color:white;
    text-align: center;
    background-color: #393631;
    padding: 10px 10px 0px 10px;
}

.mention-footer {
    margin-top:-10px;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
}

.page-body {
    flex-grow: 1;
}

.card {
    margin-bottom: 15px;
}

.custom-navbar, .custom-navbar a {
    color:white;
    text-decoration: none;
}

.selection {
    margin-bottom: 20px;
}

.selection-item {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.selection-item img {
    max-height: 20vh;
    margin-bottom: 10px;
    margin-top: 15px;
}

.product-container {
    margin-bottom: 50px;
}

.product-item {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    border: solid  #F4E7D4 1px;
}

.product-item img {
    max-height: 40vh;
    margin-bottom: 10px;
}

.product-item h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 2px;
}

.product-item .product-subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.product-item .product-price {
    font-size: 25px;
    font-weight: bold;
}

.product-page-price {
    font-size: 30px;
    font-weight: bold;
}

.product-page-item {
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding:50px;
    max-height: 80vh;
    background-color: white;
    border-radius: 10px;
    border: solid  #F4E7D4 1px;
}

.block-small {
    max-width: 600px;
    margin: 0 auto;
}

.form-check {
    background-color: #F4E7D4;
    border: solid  #F4E7D4 1px;
    border-radius: 10px;
    padding: 15px 50px;
    margin-top: 7px;
}

.form-check-input:hover {
  
    border-color: #393631;
}

.form-check-input:checked {
    background-color: #393631;
    border-color: #393631;
}

.col-form-label {
    font-weight: bold;
}

.order-summary {
    background-color: #F4E7D4;
    border: solid  white 1px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.account-item {
    background-color: #393631;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.account-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.booking-item {
    font-weight: normal;
    margin:3px;
    padding:3px;
}

.ratio {
    display: block;
    align-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: solid  #F4E7D4 1px;
    max-width: 85%;
}

.hidden-row {
    display: none;
}