/* Général */

/* Ajout d'un after pour crééer un background sur l'ensemble de l'application */
/*body::after {
    content: "";
    background: url(../../img/logo-bg.jpg);
    background-position: center center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
    height: 100%;
    width: 100% !important;
    overflow: visible;
    animation: slideUp 2s 1 ease-out forwards;
}*/

.commbox {
    width: 100% !important;
    padding: 10px;
    background-color: #e9ecef !important;
    height: 200px !important;
    margin-bottom: 15px;
    overflow-y: scroll;
    scrollbar-color: #24649b rgba(255,255,255,0.5);
    scrollbar-width: thin;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
}

.commbox::-webkit-scrollbar {
	width: 6px;
}

.commbox::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.5);
}

.commbox::-webkit-scrollbar-thumb {
	background-color: #24649b;
}

.commbox .nom {
    font-weight: bold;
    text-decoration: underline;
    margin-right: 5px;
}

.commbox .date {
    font-style: italic;
    font-size: 13px;
}

.lien-tableau-bord {
    display: block;
    color: #24649b;
    font-weight: bold;
    text-decoration: none;
}

.item-ficheclient {
    margin-bottom: 15px !important;
    position: relative;
    display: inline-block;
}

.contenu-fiche-client {
    background-color: rgb(245, 245, 245);
    padding: 20px !important;
}

.enteteSousGroupeForm {
    padding: 5px;
    background-color: #24649b;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    display: block;
    width: 100% !important;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.statut-info {
    font-size: 14px !important;
    white-space: nowrap !important;
}

.statut-info-fiche-client {
    display: block;
    text-align: center;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
}

#scroll-top {
    opacity: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #24649b;
    position: fixed;
    bottom: 75px;
    right: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    font: bold 25px monospace;
    transition: opacity 0.5s, transform 0.5s;
}

#scroll-top.show {
    opacity: 1;
    transition: opacity 1s, transform 1s;
}

.active > .page-link, .page-link.active {
    background-color: #24649b;
    border-color: #24649b;
}

.page-link {
    color: #24649b;
}

.noStyleForme {
    background-color: unset !important;
    padding: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.noStyleBouton {
    background-color: unset !important;
    border: none !important;
    color: #24649b;
    font-size: 12px !important;
    display: inline-block;
    font-style: italic;
}

.noStyleBouton:hover {
    color: #000;
}

.select-pages {
    display: block !important;
    width: auto !important;
    line-height: 1px !important;
    height: 30px !important;
}

select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.voir-fiche-client {
    display: flex !important;
    justify-content: center !important;
}

.lien-tableau-bord::after {
    content: "";
    height: 2px;
    width: -0%;
    position: relative;
    opacity: 1;
    background-color: #24649b;
    display: block;
    left: -1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.lien-tableau-bord:hover::after {
    width: 80% !important;
}

body {
    padding-bottom: 10%;
}

footer {
    z-index: 999999 !important;
}

/* Style des formulaires */
form {
    background-color: rgba(255,255,255,0.7) !important;
    padding: 20px !important;
    -webkit-box-shadow: 1px 1px 12px -5px #000000;
    box-shadow: 1px 1px 12px -5px #000000;
}

/* Supprimer le style des formulaires de la liste des utilisateurs */
form.noStyle,
form.noStyle > * {
    background-color: transparent !important;
    padding: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
/* fin */

.titre_eurocoop {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #24649b;
    color: white;
    padding: 10px;
    -webkit-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.19); 
    box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.19);
}

.displayNone {
    display: none !important;
}

/* ================================================================ */

/* Boutons */
.btn-ece-jaune {
    color: #fff;
    background-color: #fbbd34;
    border-color: #fbbd34;
}

.btn-primary {
    color: #fff;
    background-color: #24649b !important;
    border-color: #24649b !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #24649b !important;
    --bs-btn-border-color: #24649b !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #24649b !important;
    --bs-btn-hover-border-color: #24649b !important;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #24649b !important;
    --bs-btn-active-border-color: #24649b !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #24649b !important;
    --bs-btn-disabled-border-color: #24649b !important;
    transition: all ease-in-out 0.15s !important;
}

.btn-primary:hover {
    opacity: 0.8 !important
}

/* Suppresion du style sur les liens avec icônes */
a.liens_header {
    text-decoration: none !important;
    color: #fff !important;
    padding: 4px !important;
    border-left: 1px solid rgba(0,0,0,0.5);
}

/* Bouton suppression */
.suppression {
    border: none !important;
    background: url(../../img/icons/supprimer.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
    width: 20px;
    display: flex;
    position: relative;
    justify-content: center;
}

.voir-fiche {
    border: none !important;
    background: url(../../img/icons/loupe.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
}

.clear-bouton {
    border: none !important;
    background: url(../../img/icons/clear.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
}

.bouton-actualiser {
    border: none !important;
    background: url(../../img/icons/actualiser.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;  
}

.clear-bouton {
    color: transparent !important;
    background-color: unset !important;
    border-color: unset !important;
}

.bouton-actualiser:hover {
    -webkit-animation: turn infinite 1s linear;
    -o-animation: turn infinite 1s linear;
    animation: turn infinite 1s linear;
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
}

/* Bouton modifier tableau de bord */
.modifier > form > *,
.modifierTW
.modifierSC,
.modifierInfo {
    border: none !important;
    background: url(../../img/icons/modifier.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
    width: 50px !important
}

/* ================================================================ */

/* Navbar */
.navbar-brand {
    padding-bottom: unset !important;
    color: #000 !important;
}

.linkHome {
    text-decoration: none !important;
}

.navbar.bg-primary {
    background-color: #fbbd34 !important;
    -webkit-box-shadow: 0px 7px 24px -14px #000000; 
    box-shadow: 0px 7px 24px -14px #000000;
}

#btnDeconnexion {
    position: relative;
    top: 4px !important;
}

#btnDeconnexion::before {
    content: url(../../img/icons/power-off-solid.svg);
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

#listUsers::before {
    content: url(../../img/icons/users-solid.svg);
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

#newUser::before {
    content: url(../../img/icons/user-plus-solid.svg);
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

#home::before {
    content: url(../../img/icons/house-solid.svg);
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

/* ================================================================ */

/* Tableau de bord */
.tableau-bord {
    -webkit-box-shadow: 1px 1px 12px -5px #000000; 
    box-shadow: 1px 1px 12px -5px #000000;
}

.tableau-bord > thead {
    color: white !important;
    background-color: #24649b !important;
    text-align: center !important;
    font-size: 18px !important;
    vertical-align: middle !important;
}

.tableau-bord > tbody {
    background-color: rgba(255,255,255,0.7);
    vertical-align: middle !important;
}

.demandeurMail {
    font-size: 10px;
    line-height: 11px;
    display: block;
    margin-top: 5px !important;
}

th.colone-board01 {
    width: 30% !important;
}

th.colone-board02 {
    width: 19% !important;
}

th.colone-board03 {
    width: 19% !important;
}

th.colone-board04 {
    width: 30% !important;
}

th.colone-board05 {
    width: 1% !important;
}

.lien_fichier::before {
    content: url(../../img/icons/file.svg);
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

.icone_thermique::before {
    content: url(../../img/icons/printer.svg);
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

.icones {
    display: block;
    position: relative;
    float: right;
    margin-top: -10px !important;
}

.advalo {
    font-size: 11px !important;
}

.commentaires {
    font-size: 11px !important;
}

span.pj,
.modifier {
    float: right !important;
}

span.pj-gauche {
    float: left !important;
}

.centerModifier {
    float: unset !important;
    text-align: center !important;
}

.declarerNouveauClient {
    background-color: rgb(36,100,155) !important;
    padding: 0px !important;
}

.declarerNouveauClient > a {
    text-decoration: none !important;
    color: white !important;
    font-size: 35px !important;
    font-weight: bold !important;
    height: unset !important;
    display: block !important;
    position: relative !important;
    padding: 0px !important;
    line-height: 35px !important;
}

/* ================================================================ */

/* Liste utilisateurs */
.liste-users {
    -webkit-box-shadow: 1px 1px 12px -5px #000000; 
    box-shadow: 1px 1px 12px -5px #000000;
}

.liste-users > tbody {
    background-color: rgba(255,255,255,0.7);
    vertical-align: middle !important;
    text-align: center !important;
}

td.actions_utilisateur {
    text-align: center;
}

.actions_utilisateur,
.actions_utilisateur > * {
  display: inline-block;
}

.actions_utilisateur {
    border: none !important;
}

a.actions_users {
    text-decoration: none !important;
    color: #fff !important;
    padding: 4px !important;
    text-align: center;
}

.liste-users > thead {
    color: white !important;
    background-color: #24649b !important;
    text-align: center !important;
    font-size: 18px !important;
    vertical-align: middle !important;
}

#suppression::before {
    content: url(../../img/icons/supprimer.svg);
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

#voir-fiche {
    content: url(../../img/icons/loupe.svg);
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    z-index: 999999 !important;
    color: transparent !important;
}

#modifier::before {
    content: url(../../img/icons/modifier.svg);
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

#envoyerLien::before {
    content: url(../../img/icons/supprimer.svg);
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    z-index: 999999 !important;
    color: white !important;
}

th.colone-user01 {
    width: 12% !important;
}

th.colone-user02 {
    width: 12% !important;
}

th.colone-user03 {
    width: 11% !important;
}

th.colone-user04 {
    width: 35% !important;
}

th.colone-user05 {
    width: 20% !important;
}

th.colone-user06 {
    width: 10% !important;
}

/* Bouton modifer liste utilisateur */
.modifier-utilisateur .modifier {
    border: none !important;
    background: url(../../img/icons/modifier.svg);
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: 20px !important;
    color: transparent;
}

.lien-reset-mail #envoyerLien {
    border: none !important;
    background: url(../../img/icons/password.svg);
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: 20px !important;
    color: transparent;
    background-color: transparent !important;
}

.actions_utilisateur > * {
    position: relative;
    display: contents;
}

.modifier-utilisateur > input,
.suppression-utilisateur > input,
.lien-reset-mail > input {
    width: 50px !important;
}

/* ================================================================ */

/* Footer */
footer {
    position: fixed !important;
    width: 100% !important;
    bottom: 0px !important;
}