.bold{
    font-weight: 600;
}

.display-none{
    display: none;
}

.adjust-dropdown{
    min-width: 0;
    width:max-content;
}

.adjust-dropdown img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.btn-primary{
    color: aliceblue !important;
    background-color: #b65c49 !important;
    border: none !important;
}

.btn-primary:hover{
    background-color: #b33820 !important;
}

.btn-outline-primary{
    color: #b65c49 !important;
    border-color: #b65c49 !important;
}

.btn-outline-primary:hover{
    color: #ece6ea !important;
    background-color: #b33820 !important;
}

/* État “on” (coché) */
.form-switch .form-check-input:checked {
  background-color: #b65c49 !important; /* piste lorsqu’on coche */
  border-color:     #b65c49 !important; /* contour */
}

.form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.05rem #b33820 !important;
}

/* .form-switch .form-check-input:focus:not(:checked)::before {
  background-color: #b65c49 !important;
} */

.form-switch .form-check-input:focus:not(:checked) {
  border-color: #b65c49 !important;                             /* contour */
  box-shadow:    0 0 0 0.25rem rgba(182, 92, 73, 0.25) !important; /* halo */
}

.btn-equal {
  white-space: normal;
}

.txt-white{
    color: aliceblue !important;
}

.bg-pink{
    /* background-color: #ece6ea; */
    background-color: #f2d2cb;
}

.bg-info{
    background-color:  #db64ac !important;
    border-color: azure !important;
}

.bg-dark{
    background-color: #434242 !important;
}

.bg-info:hover{
    background-color: aliceblue !important;
}

.border-primary{
    border-color: #db64ac !important;
}

.bg-primary{
    /* background-color: cornflowerblue !important; */
    background-color: #b65c49 !important;
}

.page-title{
    color: #b65c49 !important;
}

.alert-info{
    background-color: #b65c49 !important;
    color: aliceblue !important;
    border: none !important;
}

.header-rdv{
    background-color: #b65c49 !important;
    color: aliceblue !important;
    border: none !important;
}

.header-rdv:hover{
    background-color: #b33820 !important;
    text-decoration: none !important;
}

.link-light:hover{
    background-color: aliceblue !important;
    color: #fc80cb !important;
}

.footer-link{
    color: aliceblue;
    text-decoration: none;
}

.footer-link:hover{
    color: #FFE5DC !important;
    text-decoration: underline;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.header-link{
    text-decoration: none;
    color :#fc80cb;
}

.header-link:hover{
    color: dimgray;
}

.nav-link:hover{
    text-decoration: underline !important;
}

.navbar .dropdown-toggle::after {
  border-top-color: #000 !important;
  color: #000 !important;
}

.text-warning{
    color: #000000 !important;
    font-family: Playfair Display;
}

.playfair{
    font-family: Playfair Display;
}

.montserrat{
    font-family: Montserrat;
    color: #3f3e3e
}

.home-quote{
    color: rgb(196, 101, 12);
}

.carousel-img{
    /* max-height:350px; 
    max-width:100%; 
    width:auto; 
    height:auto; */
    height:350px; 
    width:auto; 
    max-width:100%;
}

#carouselExampleControls .carousel-control-prev {
  left: 13%;
}

#carouselExampleControls .carousel-control-next {
  right: 13%;
}

#carouselExampleControls .carousel-control-prev-icon,
#carouselExampleControls .carousel-control-next-icon {
  filter: invert(1) brightness(0.7);
}

.carousel-accueil-img{
    /* max-height:350px; 
    max-width:100%; 
    width:auto; 
    height:auto; */
    height:360px; 
    width:auto; 
    max-width:100%;
    align-items: center;
}

.carousel-diy { 
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.carousel-image{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto; height: 400px;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
}

.carousel-active{
    opacity: 1;
    pointer-events: auto;
}

.mentions-legales{
    font-size:larger;
}

.gestion-cookies-link{
    color: #b65c49;
}

.gestion-cookies-link:hover{
    color: #b33820;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

@media (max-width: 767.98px) {
  .img-crop-mobile {
    height: 180px;
    object-fit: cover;
    width: 100%;
    display: block;
  }
  
  .carousel-diy{
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
  }
  
  .carousel-image{
        position: absolute;
        top: 0; left: 42.5%;
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        max-width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease-out;
    }

    .carousel-active{
        opacity: 1;
        pointer-events: auto;
    }

    .btn-equal{
        max-width: 380px;
    }

    .mentions-legales{
        font-size:medium;
    }
    
    #carouselExampleControls .carousel-control-prev {
        left: 0%;
    }
    
    #carouselExampleControls .carousel-control-next {
        right: 0%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #carouselExampleControls .carousel-control-prev {
        left: 0%;
    }
    
    #carouselExampleControls .carousel-control-next {
        right: 0%;
    }
}

@media (min-width: 768px) {
  .img-crop-mobile {
    height: auto;
    object-fit: contain;
  }
    #cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(33, 33, 33, 0.95);
        color: #fff;
        z-index: 9999;
    }
}