/* *******************************
    GLOSSARY / GLOSSAIRES
*********************************/

* {
    scroll-margin-top: 130px;
}

.single-glossaire, .glos_container {
    background: white !important;
}

.glos_filters  ul,
.glos_filters  form>ul>li {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 7px;
}

.glos_sub_title {
    color: #00AAE5;
    font: normal normal bold 26px/36px Sofia Pro;
    margin: 1rem;
}

.glos_filters li[data-sf-field-name="_sft_categorie"]>ul>li:first-child {
display: none;
}

.glos_pagination {
    margin: 15px 10px 0 auto;
    align-items: baseline;
    justify-content: end;
    display: flex;
    gap: 15px;
}

.glos_pagination .dots {
    color: #00b6f2;
}

.glos_content {
    column-count: 2;
    column-gap: 80px;
    column-rule: 3px solid #EAF3FF;
}

.glos_vsep {
    position: relative;
    width: 3px;
    background-color: #EAF3FF;
    margin: 0 80px;

}

.glos_part {
    position: relative;
    flex-grow: 1;
    width: 50%;
}

@media (max-width: 768px) {

    .glos_content {
        column-count: 1;
        column-gap: 40px;
        column-rule: none;
    }
    

    .glos_vsep {
        display: none;
    }
    .glos_part {
        width: 100%;
    }
}

.glos_short {
    display: flex;
    margin: 9px 0;
    transition: none;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
    break-inside: avoid-column;
}

.glos_short:hover .glos_def {
    color: #009FE3;
}

.glos_short .glos_def,
.glos_short .glos_def h3 {
    display: inline;
    position: relative;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    transition: color ease 222ms;
    color: #0D2E65;
    margin: 0;
}

.glos_short p {
    position: relative;
    color: #009FE3;
    min-width: 70px;
    margin-right: 20px;
    font-weight: bold;
}

/* LT Style */
.glos-cat, .glos_filters {
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #EBF3FF 0% 0% no-repeat padding-box;
    margin-bottom: 45px;
    padding: 30px 75px;
    border-radius: 9px;
    opacity: 1;
}

.glos-cat__names {
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
}

@media (max-width: 1072px) {
    .glos-cat {
        padding: 44px 8%;
    }
    .glos-cat__names {
        justify-content: center;
    }
}

.glos-cat__name-item {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    border-radius: 44px;
}


.glos-cat__name-item a {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);

    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 26px/36px Sofia Pro;
    letter-spacing: var(--unnamed-character-spacing-0);
    font: normal normal normal 26px/36px Sofia Pro;
    letter-spacing: 0px;
    color: #04A9E5;
    opacity: 1;
    line-height: 12px;
}

.glos_filters li {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 26px/36px Sofia Pro;
    letter-spacing: var(--unnamed-character-spacing-0);
    font: normal normal normal 26px/36px Sofia Pro;
    color: #04A9E5;
    line-height: 12px;
}

.glos_filters input {
    display: none;
}

.glos_filters label {
    display: flex !important;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 99em;
    padding: 0 !important;
    height: 40px;
    width: 40px;
}
.glos_filters .sf-option-active label,
.glos_filters label:hover {
    background: #FFC415;
    color: white;
}

.safari .glos-cat__name-item a{
    top: 60%;
}

.glos-cat__name-item:hover,
.glos-cat__name-item.active {
    background-color: #FFC415;
}

.glos-cat__name-item:hover a,
.glos-cat__name-item.active a {
    color: #FFFFFF;
}

.glos_pages {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding: 5px 15px;
}

.glos_page {
    color: #B8B8B8;
    padding: 10px 10px;
}

.glos_page.active {
    text-decoration: underline;
    color: #102D45;
}

.glos_page:hover {
    color: #102D45;
}

.glos_short .glos_more_icon::after {
    content: "";
    display: none;
    background: url("./img/arrow_bluereg_blue.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: .5rem;
    height: 18px;
    width: 18px;
}

.glos_short:hover .glos_more_icon::after,
.glos_short[contentsize*='large'] .glos_more_icon::after  {
    display: inline-block;
}

.glos_short[contentsize*='large'] .glos_def  {
    text-decoration: underline;
    font-weight: 500;
}

.glos_cat_nav_info {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 26px/36px Sofia Pro;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    font: normal normal bold 26px/36px Sofia Pro;
    letter-spacing: 0px;
    color: #009FE3;
    opacity: 1;
}

.glos_btn_nav {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: center / contain no-repeat url("./img/blue_arrow_model_darkBlue.png");
}

.glos_btn_nav--prev {
    transform: rotate(180deg) translateY(-1px);
    margin-right: 15px;
}

.glos_section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000026;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
    opacity: 1;
    padding: 40px 30px;
    margin-bottom: 70px;
}

.glos_related {
    margin-bottom: 75px;
}

@media (max-width: 768px){
   .glos_cat_nav_info {
       font-size: 20px;
   }
   .glos-cat__name-item a {
       font-size: 20px;
   }
}




