:root
{
    --font-family-titre: Cormorant SC;
    /* --font-family-p: Poiret One; */
    /*--font-family-p: "Playwrite AU SA", cursive;*/
    --couleur-theme: #FAD9D8;
    --couleur-site: #FEE2E1;
    --couleur-roseBonbon: #D36E70;
}



/*Maintenance*/

.maintenance
{
    padding: 5px;
}

.conseil
{
    display: none;
}

.mentionLegale h3
{
    font-family: var(--font-family-titre);
}

/*Général*/
html
{
    overflow-x: hidden
}

.lien
{
    color: var(--couleur-roseBonbon);
}

/*p*/
/*{*/
/*    font-family: var(--font-family-p);*/
/*    font-size: 1.5em; */
/*    color: var(--couleur-roseBonbon);*/
/*    margin: auto; */
/*    width: 60%; */
/*}*/

/* h1
{
    margin: auto;
    width: 60%;
} */

div h1
{
    font-family: var(--font-family-titre);
    font-weight: bold;
}

div h2
{
    font-family: var(--font-family-titre);
}

div h3
{
    font-family: var(--font-family-titre);
}


header
{
    margin-bottom: 6px;
}

table, td, th {
    border: 1px solid black;
}

table
{
    width: 50%;
    border-collapse: collapse;
}

.flashes .flash {
    padding: 20px;
    background-color: dodgerblue;
    color: #FFF;
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
    border-radius: 3px;
}

.flashes .flash-success {
    background-color: green;
}

.flashes .flash-error {
    background-color: #AA3333;
}

/************************************/


/*Modale*/

.divModale
{
    text-align: left;
}

.modaleRenseignement
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/************************************/
/**Nav mobile**/

.topnav
{
    display: none;
}

.menuAdminMobileHidden
    {
       display:none;
    }


/********************/

/*Nav*/


/* .prestaDeroulant
{
    display: none;
}

#navPrincipale
{
    margin: auto;
    width: 60%;
}

.navbar-expand-lg
{
    text-align: center;
}

.navbar-nav
{
    font-family: var(--font-family-p);
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
    margin: auto;
    width: 100%;
} */

/* .nav-link
{
    color: var(--couleur-roseBonbon);
} */


/* .dropdown:hover .dropdown-menu
{
    display: block;
    background-color: var(--couleur-theme);
    width: 10%;
} */

/* .dropdown-item-nav
{
    color: black;
}

.lien-dropdown
{
    list-style-type: none;
} */


/************************************/


/*Accueil*/

.siteTitle
{
    margin: auto;
    width: 100%;
    height: 250px;
    background-color: var(--couleur-site);
    text-align: center;
}

#logoSite
{
    width: 50%;
}

.imgAccueil:hover
{
    opacity: 0.5;
}

.imgAccueil
{
    width: 15%;
    border-radius: 50%;
}


.titreDescription
{
    font-family: "Cormorant SC";
    text-align: center;
    font-weight: bold;
}

.descriptionAccueil
{
    font-family: "Poiret One";
    color: black;
    text-align: center;
}

.titreDescription2
{
    font-family: "Cormorant SC";
    text-align: left;
    font-weight: bold;
}

.descriptionAccueil2
{
    font-family: "Poiret One";
    color: black;
    text-align: left;
    font-size: 1.5em;
    width: 100%;
}

.container-image-accueil
{
    margin-bottom:50px;
}

.divAccueil
{
    height: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.imgAccueil2 {
    width: 100%;
    object-fit: contain;
}

.div-prix
{
    margin-top: 20px;   
}

/************************************/

/*Prestation*/

.detail-prestation
{
    margin-top:30px;
    margin-bottom:30px;
}

.carte-cadeau
{
    margin-top:30px;
}

.divTarifPresta
{
    margin-bottom: 50px;
}


.border-secondaryPresta
{
    height: 400px;
    margin-bottom: 500px;
}

.divImgCarteCadeau
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: 50px;
}

.imgPrestation
{
    width: 100%;
}

.divCommentaire
{
    height: 350px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.blockquote-presta-footer
{
    font-size: 1.5em;
    color: black;
    text-align: left;
}

.blockquote
{
    margin-top: 50px;
}

.card-title
{
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.card-header
{
    font-size: 4em;
    font-family: var(--font-family-titre);
}

.card-body
{
    padding-top: 12px;
}

.card-text
{
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.paragGalerieVide
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 1rem solid var(--couleur-roseBonbon);
    text-align: center;
}

#galerieVide
{
    font-size: 2em;
}

.btnRenseignementDevis
{
    display: flex;
    align-content: center;
}

.maDescription
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.maPhoto
{
    margin-bottom: 10px;
}


.liPrestation
{
    list-style-type: none;
}

.mb-3
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.divPackPresta
{
    display: flex;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/************************************/

/*Contact*/

.photoMap
{
    margin: 10px;
}
/************************************/

/*Login*/

.divMainLogin
{
    background-image: url('../image/login/IMG_7838.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 400px;
    background-position: center;
    position: relative;
}

.mainLogin
{
    background: rgba(254, 226, 225, 0.9);
    margin: auto;
    border-radius: 20px;
    padding: 10px;
}

.lienLogin
{
    color: black;
    margin-bottom: 10px;
    margin-top: 10px;
}



/************************************/

/*livre d'or*/

.divCommentaireLivre
{
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#modalAvis
{
    width: 450px;
}

/************************************/

/*Footer*/

footer
{
    background-color: var(--couleur-site);
    margin-top: 10px;
}

#footer
{
   text-align: center;
}

#mentionLegal
{
    font-style: normal;
    color: black;
    margin-top: 5px;
}

#prixFooter
{
    margin-top: 10px;
}

/************************************/

/*User*/

.divMonCompte
{
    font-size: 1.5em;
}

button a
{
    color: white;
}

/*#modifierProfil
{
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.divMesSeances
{
    font-size: 1.5em;
}

.labelLaisserCommentaire
{
    font-size: 2em;
}

.footerUser
{
    text-align: center;
    width: 100%;
    height: 150px;
    background-color: var(--couleur-site);
}

.divMenuUser
{
    padding: 50px;
}
/************************************/

/*Admin*/

.imgAjoutPrestation
{
    margin: auto;
    margin-top: 10px;
    width: 50%;
}

.liAjoutPrestation
{
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.divValiderSeance
{
    width: 60%;
}

.commentaireAValider
{
    width: 50%;
}

.ajouterPrestation
{
    padding: 50px;
}

.divModifierPrestation
{
    border: 2px solid black;
    width: 30%;
    padding: 10px;
    margin-bottom: 15px;
}

.avatarModifierPanorama
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.imgModifierPanorama
{
    width:80%;
    border: 1rem solid var(--couleur-roseBonbon);
}

.liPanorama
{
    list-style-type: none;
}

.nav-item
{
    font-size: 1.2em;
    margin-left: 10px;
}

.menuMobile
{
    display: none;
}

.sectionPresta
{
    padding-top: 20px;
}

.btnInfo
{
    display: none;
}

.btnAvis
{
    display: none;
}

.detail
{
    margin-bottom: 10px;
}
.btnModale
{
    display: none;
}


.presentationAccueil
{
    margin-top: 50px;
    margin-bottom: 20px;
}


.slogan
{
    text-align: center;
    border: 3px solid var(--couleur-roseBonbon);
    padding: 20px;
    margin-bottom: 50px;
    font-size: 2em;
    font-family: "Cormorant SC";
    color: black;
}

.conteneurAccueil
{
    margin-top: 50px;
    margin-bottom: 10px;
}

.imgAGauche
{
    float: left;
    padding: 10px;
}
.imgADroite
{
    float: right;
    padding: 10px;
}
.paragADroite
{
    text-align: right;
}
/*****************/





/* new CSS */
.bck_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 40em; */
    
}

.textHidden {
    overflow: hidden;
    text-overflow: ellipsis;
}




