
a {
    cursor: pointer;
}

hr {
    border-color: var(--odeo-haylem-black);
}

/* Display custom arrows for dropdowns */
select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 20px; /* Add space for the arrow */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><polygon points="0,0 8,0 4,4" fill="black"/></svg>'); /* Custom SVG arrow */
    background-repeat: no-repeat;
    background-position: right 8px top 50%;
    background-size: 10px; /* Size of the arrow */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* Styling for arrow in WebKit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 0; /* Remove space for arrow in WebKit browsers */
    }
}

@media (max-width: 576px) {
    .signin-social-container {
        width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_info {
        text-align: left !important; /* Remplacez le centrage par l'alignement à gauche */
    }
}

.centered-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 62px) !important;
}

html, body {
    margin: 0;
    padding: 0px;
    height: 100%; /* needed for container min-height */
}

.main-page-container {
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
    background-color: var(--odeo-haylem-white);
}

/*Must match main-nav-bar-padding if we want everything to be aligned*/
.main-content-padding {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top:1rem;
    padding-bottom:1rem;
}

@media (min-width: 768px) {
    .main-content-padding {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top:1rem;
        padding-bottom:1rem;
    }
}

.choose-card, .card-select {
    background-color: transparent; /* Par défaut */
    cursor: pointer;
}

.choose-card.active-card {
    background-color: var(--light-gray-2);
}

.choose-card.highlighted, .card-select.highlighted {
    background-color: var(--haylem-active-color);
}

.choose-card:hover:not(.no-hover), .card-select:hover {
    background-color: var(--haylem-hover-color) !important;
}


.list-group-item.active {
    z-index: 2;
    color: var(--white);
    background-color: var(--blue-x-dark);
    border-color: var(--blue-x-dark);
}


.center{
    margin: auto;
    width: 70%;
}

header#header {
    width: 100%; /* Full width */
    background: var(--blue-x-dark);

}

.min-height-200px {
    min-height: 200px;
}

.map-haylem {
    height: 200px;
}

.grey-card{
    border:0px;
    background: var(--light-gray-3);
    border-radius: .5rem;
    box-shadow: 0px 4px 5px 0px var(--dark-shadow);
}

.card{
    border:0px;
    background: var(--odeo-haylem-light-gray);
    border-radius: .5rem;
    box-shadow: 0px 4px 5px 0px var(--dark-shadow);
    -webkit-transition: all .3s ease-in-out;
}

.progress-container {
    position: relative;
    width: 100%;
    background-color: rgb(201,220,78);
}

@media screen and (max-width: 992px){
    html{
        font-size: 12px;
    }
}

p {
    margin-bottom: 0.5rem;
}

/* Various Mulish fonts */
@font-face {
    font-family: "Mulish-Light";
    src: url(../fonts/Mulish/Mulish-Light.ttf);
}
@font-face {
    font-family: "Mulish-Regular";
    src: url(../fonts/Mulish/Mulish-Regular.ttf);
}
@font-face {
    font-family: "Mulish-Bold";
    src: url(../fonts/Mulish/Mulish-Bold.ttf);
}

.haylem-global {
    font-family: "Mulish-Regular", Helvetica, Arial;
    font-size: 13px;
}

.haylem-nav-icon-font-size {
    font-size: 23px;
}

h1 {
    font-family: "Mulish-Bold", Helvetica, Arial;
    font-size: 44px;
}

h2 {
    font-family: "Mulish-Bold", Helvetica, Arial;
    font-size: 36px;
}

h3 {
    font-family: "Mulish-Bold", Helvetica, Arial;
    font-size: 20px;
}

h4 {
    font-family: "Mulish-Regular", Helvetica, Arial;
    font-size: 18px;
}

h5 {
    font-family: "Mulish-Regular", Helvetica, Arial;
    font-size: 16px;
}

.haylem-title, .haylem-title-no-overflow {
    color: var(--odeo-haylem-dark-gray);
}

.haylem-help-message {
    font-size: 11px;
    font-style: italic;
}

@media screen and (min-width: 1400px){
    .container {
        max-width: 1250px;
    }
}

@media screen and (min-width: 1601px){
    .container {
        max-width: 1500px;
    }
}
