/*@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');





/*.body-home{*/
/*    height: 100%;*/
/*}*/

/*********************************COMMUN************************************/
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/*********************************HOMEPAGE**********************************/
.navbar-home{
    z-index: 100;
    background: rgba(255,255,255,0.5);
    background-size: contain;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #bdb3b3;
    letter-spacing: 0.2em;


}

#navbarColor03{

    width: 100%;
}
#carousel-home{
    z-index: -200;
}
.home-button-box{
    z-index: 50;
    position: absolute;
    margin: auto;

}

.bg-home{
    position: absolute;
    top: 0;
    /*background-image: url("../storage/app/public/Images/bg-accueil.jpg");*/
    z-index: -100;
   /*background-size: contain;*/
    height:100vh;
}
#carousel-home, .carousel-inner, .carousel-item{
    height: 100%;
    width: 100%;


}
.carousel-item img{

    background-size: cover;
    background-position: center;

}


/*.container-btn-home-grad{*/



/*    height:100%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.btn-home-grad {*/
/*    !*margin-top: calc(50% + 25px);*!*/
/*    !*position: relative;*!*/
/*    display: inline-block;*/
/*    width: 277px;*/
/*    height: 50px;*/
/*    font-size: 1em;*/
/*    font-weight: bold;*/
/*    line-height: 60px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    background-color: transparent;*/
/*    cursor: pointer;*/
/*    text-decoration:none;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight:900;*/
/*    font-size:17px;*/
/*    letter-spacing: 0.045em;*/
/*}*/

/*.btn-home-grad svg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.btn-home-grad svg rect {*/
/*//stroke: #EC0033;*/
/*    stroke-width: 4;*/
/*    stroke-dasharray: 353, 0;*/
/*    stroke-dashoffset: 0;*/
/*    -webkit-transition: all 600ms ease;*/
/*    transition: all 600ms ease;*/
/*}*/

/*.btn-home-grad span{*/
/*    background: rgb(255,130,130);*/
/*    background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);*/
/*    background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);*/
/*    background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );*/

/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

/*.btn-home-grad:hover svg rect {*/
/*    stroke-width: 4;*/
/*    stroke-dasharray: 196, 543;*/
/*    stroke-dashoffset: 437;*/
/*}*/

.btn-reserver, .btn-louer{
    width: 9em;
    height: 2em;
    border: thick double rgba(191, 226, 241, 0.53);
    color:white;
    background-color: #187aa3;
    border-radius: 2px;
    box-shadow: inset 0 0 0 0 #1a82ae;
    transition: ease-out 0.7s;
    font-size: 1.3rem;
    outline:none;
    letter-spacing: 0.2em;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 2px;
    font-weight: 400;
}

.btn-reserver:hover, .btn-louer:hover{
    box-shadow: inset 300px 0 0 0 white;
    border: solid rgba(141, 191, 212, 0.38);
    transition: ease-out 0.5s;
    cursor:pointer;
    color: rgba(0, 0, 0, 0.57);
}

/*********************************RESPONSIVE**********************************/

@media (max-width:576px){
    .nav-item{
        margin-right: 0em;
        margin-top: 1.2em;
    }
}

@media (max-width:768px){
    .home-button-box{
        height:14em;

    }
    .home-button-box .row{
        height: 14em;
    }
    .home-button-box .row div {
        margin: auto;
    }

}

