body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;

}

.front-office {
    background-image: url(../images/parkettkaiser-skaben-fototapete-palmen-regenwald-gruen-gelb-597811_r.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--or);
}

.back-office {
    color: #5e5e5e;
}

p {
    line-height: 1.5;
}

.main-section {
    padding-bottom: 75px;
}

.breadcrumbs {
    background-color: var(--bordeau);
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 15px;
    transition: 500ms;
    color: var(--or);
}

.breadcrumbs a {
    display: inline !important;
}

.breadcrumbs a:hover {
    color: #fff;
    transition: 200ms;
}


/* -----------------------
HEADER
------------------------------*/
header {
    min-height: 75px;
    width: 100%;
    margin-bottom: 70px;
}

header .logo {
    width: 105px;
    position: fixed;
    top: 2px;
    left: 5px;
    z-index: 5;
}

header .logo img {
    width: 100%;
    display: block;
}

.nav-white {
    background-color: var(--bleu_clair);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.nav-white .logo {
    width: 70px;
    transition: 300ms;
}

/* ----------------------------
Accueil
---------------------------- */
/* Banniere */
.bloc-intro {
    background-image: linear-gradient(45deg, #add882 0%, #cfd8c5 100%);
    padding: 40px;
    border-radius: 15px;
    color: #383838;
    margin-bottom: 15px;
}

.bloc-intro p {
    margin-bottom: 10px !important;
}

.banniere {
    background-color: initial;
    background-blend-mode: multiply;
    background-image: url(../images/pond-g1fbd2f89a_1920.jpg), linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 60px 20px 385px 20px; */
    position: relative;
    border-radius: 14px;
    margin-bottom: 15px;
    border: solid var(--or) 1px;
}
.banniere p{
    padding-bottom: 420px;
}


/* Boucle forum */

.bloc-forum {
    background-color: var(--bordeau-clair);
    padding: 15px;
    border-radius: 10px;
}

.bloc-forum .forum-detail {
    margin-bottom: 10px;
}

.img-forum {
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin-right: 15px;
}

.text-forum {
    width: 70%;
}

.img-forum img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 10px;
}

.bloc-forum .titre-cat {
    text-decoration-line: underline;
    font-size: 17px;
    margin-bottom: 10px;
}

.bloc-forum h3 {
    font-size: 16px;
}

.bloc-forum .description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 9px;
}

.bloc-forum .auteur {
    font-size: 13px;
}

@media(max-width: 1122px) {
    .img-forum {
        width: 80px;
        height: 80px;
    }
}

@media(max-width: 450px) {
    .img-forum {
        width: 65px;
        height: 65px;
    }
}

/* ------------------------
Page 1 forum
------------------------ */
.img-sujet {
    width: 46px !important;
    height: 46px !important;
}

.titre-forum {
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.boutons {
    padding-top: 15px;
}

.boutons .btn {
    margin-right: 10px;
}

.boutons .rounded-btn {
    margin-left: 10px;
}

/* ---------------------
PAGE UN SUJET
--------------------- */
.unSujetDetails .auteur {
    margin-bottom: 20px;
}

.unSujetDetails .contenuSujet {
    color: #fff;
}

.avatarSujet {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    transform: translateY(10px);
    margin-right: 4px;
}

/* -----------------
Page mentions et politiques
---------------------*/
.mentions-legales {
    background-color: rgba(0, 0, 0, 0.4);
    border: solid var(--or) 2px;
    border-radius: 14px;
    padding: 20px;
}

.mentions-legales h1 {
    margin-bottom: 60px;
}

.mentions-legales h2 {
    padding-top: 25px;
    margin-bottom: 10px;
    color: #fff;
}

/* ------------------
FOOTER
------------------ */
.connect .btn {
    margin-left: 6px;
    margin-right: 6px;
}

footer {
    background-color: var(--bleu_clair);
    padding: 30px 0 5px 0;
}

footer .img-container {
    width: 150px;
}

footer .btn {
    margin-bottom: 20px;
}

.bloc-mentions {
    padding: 5px 0 20px 0;
    max-width: 450px;
    margin: auto;
}

.bloc-mentions a {
    color: #fff;
}


/* -----------------------------
Page Admin Back Office 
------------------------------*/
.avatarAdmin {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 50px auto 20px auto;
}

.avatarAdmin img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.admin-container h1 {
    font-size: 34px;
    color: var(--bordeau);
}

.admin-container a {
    display: block;
}

.gridElementPrincipal {
    grid-column: 1/17;
}

/* .btnModifier {
    grid-column: 17/4 span;
}
.btnSupprimer{
    grid-column: 21/4 span;
} */
.admin-container .fc .btn {
    margin: 8px;
    font-size: 17px !important;
}

.admin-img-forum {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.grid-container a {
    margin: auto 0;
    gap: 15px;
}

/* ----------------------
COMPTE
---------------------- */
.vich-image a img {
    border-radius: 50%;
    object-fit: cover;
    width: 110px;
    height: 110px;
    margin-top: 15px;
}


/* ---------------------------
Page Utilisateurs
---------------------------- */
.one-admin {
    position: relative;
}

.add-user {
    max-height: 0;
    transition: 700ms;
    overflow: hidden;
}

.add-user-opened {
    max-height: 1000px;
}

.one-user {
    transition: 200ms;
    padding: 15px;
    border-radius: 14px;
}

.one-user:hover {
    background-color: #f5f9ef;
}

.one-user .avatar {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 10px;
}

.one-user .avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.one-user div,
.one-user p,
.one-user a {
    margin: auto 0;
}

.one-user .bloc-user {
    width: 55%;
}

.one-user .role {
    width: 20%;
    text-align: right;
    margin-right: 20px;
}

@media(max-width:550px) {
    .one-user .bloc-user {
        width: 100%;
    }

    .one-user .bloc-user {
        padding-top: 4px;
    }

    .one-user .role {
        text-align: left;
        width: 76%;
    }
}