@font-face {
    font-family: 'familyLight';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'familyRegular';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'familyExtraBold';
    src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'familyBold';
    src: url('fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'familyThin';
    src: url('fonts/Poppins-Thin.ttf') format('truetype');
}

body {
    --color1: rgb(29, 94, 114);
    --color1-mini: rgba(55, 176, 214, 0.7);
    --color2: rgb(156, 66, 17);
    --color3: rgb(254, 254, 254);
    --font-family: myPolice;
    --font-bold: myBold;
    --font-thin: myThin;
    font-family: familyRegular !important;
    background-color: #f4f4f5 !important;
    color: #95949f !important;
    padding-top: 70px;
    overflow-x: hidden !important;
}


.main_x>.uk-active {
    color: var(--color1) !important;
    transition: 1s !important;
    border: 5 solid var(--color1) !important;
}

.cardModal {
    border-radius: 25px;
}

.testing {
    color: wheat;
}


.dColor {
    color: #95949f !important;
}

.scrollStyle::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f5;
}

.selectCountry {
    width: 90%;
    height: 100%;
    overflow: auto;
    left: 5%;
    top: -10%;
    border-radius: 20px;
    z-index: 5 !important;
}

.ConnexionModalView {
    position: fixed !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(29, 94, 114, 0.86);
    z-index: 4;
}

.panelFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgb(236, 236, 240);
    background: linear-gradient(90deg, rgba(236, 236, 240, 1) 0%, rgba(250, 250, 252, 0.9990371148459384) 35%, rgba(229, 232, 232, 1) 100%);
    z-index: 10 !important;
}




.scrollStyle::-webkit-scrollbar-thumb {
    background-image: url("imgs/pagne.jpg") !important;
    background-size: cover !important;
    border-radius: 10%;
}

.textNormalColor {
    color: #95949f !important;
}

.opacity0 {
    opacity: 0 !important;
}

.Collection1 {
    cursor: pointer;
}

#logoB {
    width: 100px !important;
    height: 40px !important;
    background-size: cover !important;
    background-image: url("imgs/mb.png") !important;
}

.sectionH1 {
    border-radius: 10px !important;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.whiteLightBG {
    background-color: #fff;
}

.flexSpaceBetwen {
    justify-content: space-between !important;
}

.Collection1>.albumCover {
    height: 200px !important;
    background-size: cover;
    border-radius: 20px;
}

.Collection1:hover {
    transition: 1s;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: white;
}

.ListCollectionItem {
    padding: 5px !important;
    cursor: pointer;
}

.miniAlbum {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 10px;
}

.miniArtist {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
}

.ArtistList {
    margin-bottom: 10px;
}

.fixTopBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#iconeSVG>svg {
    width: 25px !important;
    fill: red !important;
}

.iconeSVG {
    width: 25px !important;
    color: red !important;
}

.activeMenu {
    color: var(--color1) !important;
    border-right: 5px solid var(--color1) !important;
    font-family: familyExtraBold !important;
    border-radius: 5px !important;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 700,
        'GRAD' 0,
        'opsz' 48
}

.colorNormal {
    color: #282828 !important;
}

.avatarImage {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
}

.iconeColor {
    color: #738aa9 !important;
}

.DrawerLeft {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #e8e9ee !important;
}

.RegularFamily {
    font-family: familyRegular !important;
}

.LightFamily {
    font-family: familyLight !important;
}

.BoldFamily {
    font-family: familyBold !important;
}

.ExtraBoldFamily {
    font-family: familyExtraBold !important;
}

.ThinFamily {
    font-family: familyThin !important;
}

.overflowed::-webkit-scrollbar {
    width: 3px;
    //background-color: black;
}

.overflowed::-webkit-scrollbar-track {
    //width: 3px;
    //background-color: black;
}


.overflowed::-webkit-scrollbar-thumb {
    background: linear-gradient(75deg, #ce1021 30%, #007fff 70%);
    //background-color: rgba(173, 255, 47, 0.2);
    border-radius: var(--radiusPX);
}

.gradientDown {
    background: linear-gradient(180deg, transparent 30%, rgba(29, 94, 114, 0.6) 70%)
}



.LightedFam {
    font-family: var(--font-family) !important;
}

.bolded {
    font-family: var(--font-bold) !important;
}

.thined {
    font-family: var(--font-thin) !important;
}

.borderedMini {
    border: 1px solid var(--color1-mini) !important;
    color: var(--color1-mini) !important;
}

.color3 {
    color: var(--color3) !important;
}

.fonted {
    font-family: var(--font-family) !important;
}

.myFont {
    background-color: var(--color1) !important;
}

.myFont3 {
    background-color: var(--color3) !important;
}

.heighed100 {
    height: 100vh !important;
}

.color2 {
    color: var(--color2) !important;
}

.color1 {
    color: var(--color1) !important;
}

.color1-mini {
    color: var(--color1-mini) !important;
}

.formGroupStyle {
    background-color: white !important;
    border-radius: 15px;
}

.form-control:focus {
    font-family: var(--font-bold);
    transition: 1s !important;
}

.btnStyled {
    background: linear-gradient(90deg, var(--color1) 6%, rgb(23, 22, 1) 90%) !important;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.trueNotif {
    border: 1px solid var(--color1) !important;
    color: var(--color1) !important;
    background-color: white !important;
    border-radius: 10px;
}

.falseNotif {
    border: 1px solid darkred !important;
    color: darkred !important;
    background-color: white !important;
    border-radius: 10px;
}

.land {
    fill: #007fff;
    fill-opacity: 1;
    stroke: rgba(255, 218, 28, 0.33);
    stroke-opacity: 1;
    stroke-width: 1;
    transition: fill 0.9s;
    cursor: pointer;
}

.land:hover {
    fill: #ced021;
}

.activeProvince {
    background-color: #ce1021 !important;
    color: white !important;
    font-family: var(--font-bold);
}

.activeProvince>.land {
    fill: #ce1021 !important;
}

.alertComponent {
    position: fixed;
    top: 5px;
    width: 100%;
    right: 0;
    z-index: 5 !important;
}

.anneeAbs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2 !important;
}

.facAbs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2 !important;
}

.radiused {
    border-radius: 15px !important;
}

.yearD {
    transition: background 1s !important;
}

.topInk {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.96);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/*
SPINNER
 */