/* ÉCRITURE / FONT */ 
.cinzel {
    font-family: 'Cinzel', serif !important;
}

/* TOAST */
.colored-toast.swal2-icon-success {
    background-color: #39813f !important;
}
  
.colored-toast.swal2-icon-error {
    background-color: #c43f3f !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #ce6300 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #018cbb !important;
}

.colored-toast.swal2-icon-question {
    background-color: #8a00b4 !important;
}

.colored-toast .swal2-title {
    color: white;
}

/* SWAL2 */
.swal2-modal {
    background-color: rgba(0,0,0,0.8) !important;
    color: #fff !important;
}

.swal2-title, .swal2-text, .swal2-html-container {
    color: #fff !important;
}

/* BOUTONS */ 
.btn-primary {
    background-color:#a06001 !important;
    box-shadow: 0 4px 9px -4px #a06001 !important;
}

.btn-primary:hover {
    background-color:#724400 !important;
}

.btn-secondary {
    background-color:#01a093 !important;
    box-shadow: 0 4px 9px -4px #01a093 !important;
}

.btn-secondary:hover {
    background-color:#00635b !important;
}

/* IMAGE - BLOCK GLISS */
.selector {
    user-zoom: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* MINI MENU */
.minibouton {
    position: fixed;
    right:0;
    bottom:0;
	border-bottom: 55px solid #555;
	border-left: 25px solid transparent;
	height: 50px;
	width: 70px;
    cursor: pointer;
    z-index:7;
}

.minibouton2 {
    position: fixed;
    right:0;
    bottom:0;
	border-bottom: 55px solid #555;
	border-left: 25px solid transparent;
	height: 50px;
	width: 130px;
    cursor: pointer;
    z-index:6;
}

.minibouton3 {
    position: fixed;
    right:0;
    bottom:0;
	border-bottom: 55px solid #555;
	border-left: 25px solid transparent;
	height: 50px;
	width: 190px;
    cursor: pointer;
    z-index:5;
}

.miniboutonD {
    position: fixed;
    right:0;
    bottom:0;
	border-bottom: 55px solid #555;
	border-left: 25px solid transparent;
	height: 50px;
	width: 250px;
    cursor: pointer;
    z-index:4;
}

.minibouton:hover, .minibouton2:hover, .minibouton3:hover, .miniboutonD:hover {
    border-bottom: 55px solid #444;
}

.miniboutonac {
    border-bottom: 55px solid #ddd;
}

.miniboutonac:hover {
    border-bottom: 55px solid #444;
}

.minimenu {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 400px;
    display: none;
    border-top-left-radius: 15px;
    z-index: 3;
}

.minimenu-plus {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 500px;
    display: none;
    border-top-left-radius: 15px;
    z-index: 3;
}

.minibar {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 100%;
    background-color: #555;
    z-index: 3;
}

/* NIVEAU SUPP */
.bouton-niveau-supp {
    position: fixed;
    bottom:0;
    height:50px;
    width:200px;
    background-color:green;
    overflow: hidden;
}

.bouton-niveau-supp:hover {
    background-color: darkgreen;
    transform: scale(1.05) rotate(-3deg);
}

/* DÉS */

.de-blanc {
    --fa-primary-color: black;
    --fa-secondary-color: white;
    
}

.de-blanc {
    --fa-primary-color: black;
    --fa-secondary-color: white;
    
}

.de-noir {
    --fa-primary-color: white;
    --fa-secondary-color: black;
}

.de-vert {
    --fa-primary-color: white;
    --fa-secondary-color: #83bd37;
}

.de-mauve {
    --fa-primary-color: white;
    --fa-secondary-color: #710080;
}

.de-actif {
    --fa-primary-opacity: 1.0;
    --fa-secondary-opacity: 1.0;
}

.de-inactif {
    --fa-primary-opacity: 0.1;
    --fa-secondary-opacity: 0.1;
}

/* SIDE NAV */
.page-intro {
    background-color: black;
    width: 100vw;
    min-height: 100vh;
}
  
img {
    max-width: 80%;
}
  
.mdb-page-content {
    padding-left: 240px;
    transition: padding 0.3s linear;
}
  
#toggler {
    display: none;
}

/* FONDS */
.bg-noir {
    background-color:rgba(37, 37, 37, 100) !important;
}

@media (max-width: 660px) {
    .mdb-page-content {
        padding-left: 0px;
    }

    #toggler {
        display: unset;
    }

    .mask img {
        width: 100%;
    }

    .sidenav[data-mdb-hidden='false'] {
        transform: translateX(-100%);
    }
}

  
.bouton-niveau-supp:after {
    content: '';
    width: 55px;
    height: 200%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    opacity: 0.4;
    position: absolute;
    top: -15px;
    left: 0;
    animation: shine 800ms infinite;
    transform: translateX(250px);
}

@keyframes shine {
    0% {
      transform: translateX(-30px) rotate(-25deg);
    }
    
    100% {
      transform: translateX(250px) rotate(-25deg);
    }
  }

/* SCROLL */

::-webkit-scrollbar-track
{
	background-color: #555;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #555;
}

::-webkit-scrollbar-thumb
{
	background-color: goldenrod;
	background-image: -webkit-linear-gradient(90deg,
        rgba(0, 0, 0, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(0, 0, 0, .2) 50%,
        rgba(0, 0, 0, .2) 75%,
        transparent 75%,
        transparent)
}

