/* ***************************************** */
/* ********* FONT MENU & SITE ************** */
/* ***************************************** */
@import url(../font/sensationAndQualitie/font.css);
@import url(../font/didot/didot.css);
/* ***************************************** */
/* ************* GENERAL ******************* */
/* ***************************************** */
#backGr{
    background-image:url("../img/bambouFond.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
#bordures{
    position:relative;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
html, body, div, small{font-family: 'Poppins';}
h1{font-family: 'sensations_and_qualitiesRg';font-size: 4.5rem;color:#c7a38e;text-shadow: 1px 1px rgb(61, 60, 60);}
h2{font-family: 'gfs_didotregular';font-size: 1.5rem;color:#77aa7b;text-shadow: 1px 1px #456348;}
h3{font-family: "Poppins", sans-serif;font-style:normal;font-size:1.1rem;}
h4{font-family: "Poppins", sans-serif;}
h5{font-family: "Poppins", sans-serif;}
h6{font-family: "Poppins", sans-serif;}
.text-justify{text-align: justify;}
a, a:active{
 color:#8a6149;
}
a:hover{
    color: #f5813a ;
}
.w-responsive{
    width:75%;
}

.w-100{
    width:100%;
}
.nav-link{
    font-family: 'sensations_and_qualitiesRg' !important;
}
.nav-link:hover{color: #f5813a !important;}
/* ***************************************** */
/* ************* BTN SOCIAL **************** */
/* ***************************************** */
.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block !important;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    width: inherit;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
    font-size: 1.35rem;
    line-height: 47px;
}
.btn-ins {
    color: #fff;
    background-color: #45bdd1 !important;
}
/* ***************************************** */
/*  Redimentionnement automatique des images */
/* ***************************************** */
.redim{object-fit: cover;}
img.redim{
    width: 100%;
    height: 550px;
}
.bgBulles{--bs-tooltip-bg:#693e23;--bs-tooltip-color: rgb(255, 255, 255);}