/* assets/styles/app.css */
body {
    font-family: 'Libre Franklin', sans-serif;
    background-color: #e6e0cf;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 .btn .menu-item {
    font-family: 'Outfit', sans-serif;
}

.special-word {
    font-family: 'Gochi Hand', cursive;
}

a {
    text-decoration: none;
}

.logo {
    height: auto;
    max-width: 100%;
    width: auto;
}

.block {
    margin-top: 25%;
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.navbar {
    transition: background-color 0.3s, box-shadow 0.3s;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
}


.nav-link {
    color: #2B2B2B;
    align-items: flex-start;
    font-weight: 500;
    font-size: 17px;
}

.nav-link:hover {
    transition: 0.3s;
    color: #32BA74;
}

/* Keep logo above offcanvas */
.navbar-brand {
    position: relative;
    z-index: 1056; /* Bootstrap offcanvas is 1045, backdrop is 1040 */
}

.offcanvas-top {
    height: 100vh !important;
    z-index: 1045; /* Default, but make sure it's lower than logo */
}

footer {
    background-color: #335845;
}

.font-small {
    font-size: 14px;
}

.container {
    margin-top: 10%;
}

.circle {
    border-radius: 50%;
    margin-right: 50px;
    width: 45px;
    height: 45px;
    background-color: #32BA74;
    display: flex;
    filter: drop-shadow(0px 4px 4px #E6E0CF);
}

.barre {
    margin-right: 50px;
    margin-top: 20px;
    width: 176px;
    border-radius: 5px;
    height: 6px;
    background-color: #2B2B2B;
    display: flex;
    transition-delay: 2s;
}

.center {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .circle, .barre {
        display: none;
    }

}

.navtext {
    display: flex;
    left: 50px;
    height: auto;
    width: auto;
    color: white;
    font-size: 24px;
    margin-left: 4px;
    margin-top: 2px;
}

.nav-center {
    margin-left: 10%;
    width: 100%;
}

.auTop {
    margin-top: 5%;
}

.marginConfigurator {
    margin-top: 5%;
    margin-bottom: 5%;
}

.cursor {
    cursor: pointer;
}

#maisonCarre,
#maisonL {
    transition: opacity 0.3s ease; /* Ajoutez une transition d'opacité de 0.3 seconde avec une fonction d'accélération */
}

.add-joinery-button {
    border: none;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

.button {
    padding: 16px 24px;
    font-family: "Outfit", sans-serif;
}

.btn-dark-invert:hover {
    background-color: transparent !important;
    color: #212529 !important;
    border-color: #212529 !important;
}

.mytooltip {
    display: inline;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: auto;
    left: 50%;
    margin: 0 0 20px 0px;
    bottom: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px #E6E0CF;
    box-shadow: -5px -5px 15px #E6E0CF;
    opacity: 0;
    pointer-events: none
}
.mytooltip .tooltip-content::after {
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #2B2B2B transparent transparent;
    border-width: 10px;margin-left: -10px
}
.mytooltip .tooltip-content img {
     position: relative;
     height: 450px;
     display: block;
     float: left;
     margin-right: 1em
 }

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}


.vertical {
    border: none;
    border-left: 2px solid hsla(200, 10%, 50%,100);
    height: 40vh;
    width: 1px;
}

.btn-valide {
    background-color: #32BA74;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

::-webkit-scrollbar {
    display: none;
}


input.alignText {
    border: 2px solid #32BA74;
    border-radius: 15px;
    margin-top: 20px;
    text-align: center;
    font-size: large;
}

.bigger {
    border: 3px solid #32BA74;
}

h5 {
    color: #2B2B2B;
}

input[type='radio'] {
    border-color: #32BA74;
}

.hidden-characters {
    visibility: hidden;
}
