:root {
    --block-bg-color: white;
    --body-bg-color: #F7FAFF;
    --font-color: #2a2c32;    
    --peach: #FFE1A8;
}

@font-face {
    font-family: "Muli";
    src: url('fonts/normal/Muli.eot');
    src: url('fonts/normal/Muli.eot?#iefix') format('embedded-opentype'), url('fonts/normal/Muli.woff') format('woff'), url('fonts/normal/Muli.ttf') format('truetype'), url('fonts/normal/Muli.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Muli";
    src: url('fonts/bold/Muli-SemiBold.eot');
    src: url('fonts/bold/Muli-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/bold/Muli-SemiBold.woff') format('woff'), url('fonts/bold/Muli-SemiBold.ttf') format('truetype'), url('fonts/bold/Muli-SemiBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Muli";
    src: url('fonts/bolder/Muli-Bold.eot');
    src: url('fonts/bolder/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/bolder/Muli-Bold.woff') format('woff'), url('fonts/bolder/Muli-Bold.ttf') format('truetype'), url('fonts/bolder/Muli-Bold.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Muli";
    src: url('fonts/light/Muli-Light.eot');
    src: url('fonts/light/Muli-Light.eot?#iefix') format('embedded-opentype'), url('fonts/light/Muli-Light.woff') format('woff'), url('fonts/light/Muli-Light.ttf') format('truetype'), url('fonts/light/Muli-Light.svg') format('svg');
    font-weight: lighter;
    font-style: normal;
}

.font-family-muli {
    font-family: 'Muli'ui-sans-serif arial !important;
}

.font-family-muli-semibold {
    font-family: 'Muli'ui-sans-serif arial !important;
    font-weight: 500 !important;
}

.font-family-muli-bold {
    font-family: 'Muli'ui-sans-serif arial !important;
    font-weight: 700 !important;
}

.font-family-muli-bolder {
    font-family: 'Muli'ui-sans-serif arial !important;
    font-weight: 900 !important;
}

.font-family-muli-light {
    font-family: 'Muli'ui-sans-serif arial !important;
    font-weight: lighter !important;
}

.bg-navbar {
    background-color: var(--block-bg-color);
}

.bg-body {
    background-color: var(--body-bg-color) !important;
}

.bg-block {
    background-color: var(--block-bg-color) !important;
}

.bg-main {
    background-color: var(--main-bg-color) !important;
}

.home_stats a:hover {
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    background-color: var(--main-bg-color) !important;
    color: white;
    border: 2px solid white;
}

.home_stats a {
    border: 2px solid var(--main-bg-color);
}

.text-color {
    color: var(--font-color);
}

.home_stats i {
    font-size: 21px !important;
}

.menu-font-size {
    font-size: 16px;
}

.table {
    border-spacing: 3px 15px;
}

.table tbody tr:hover {
    background: var(--body-bg-color);
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

hr {
    border-top-width: 5px;
    border-color: #F7FAFF;
}

.backgrondColorPrincipalBouton:hover {
    border: 1px solid;
}

.backgrondColorPrincipalBouton:hover,
.btnRetour:hover {
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.table .actions-liens:hover {
    background: var(--block-bg-color) !important;
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

body .nav-item:hover {
    color: white;
    background: var(--main-bg-color);
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.active-nav-link, body .active-nav-link:hover {
    background: var(--main-bg-color);
    color: var(--body-bg-color) !important;
    border-color: var(--main-bg-color);
  }
  
.voir-table tbody tr {
    background: #F7FAFF;
    border-bottom: 10px solid #ffffff;
}

.voir-table tbody td {
    border-right: 10px solid #ffffff;
}

body .swal2-styled.swal2-confirm {
    background-color: var(--main-bg-color);
}

.backgrondColorPrincipalBouton {
    border: 1px solid var(--main-bg-color);
}

.textAlignCenter {
    text-align: center;
}

.hpText {
    font-size: 20px;
}

.hpTextSmall {
    font-size: 12px;
}

.hpTextBold {
    font-weight: bold;
}

.alignRight {
    text-align: right;
}

.bg-peach {
    --tw-bg-opacity: 1;
    background-color: var(--peach);
  }