html {scroll-behavior: smooth;}

.text-uppercase {
    letter-spacing: unset !important;
}

@media (min-width: 576px) {
    .header-tools {
        position: absolute;
        top: -42px;
        right: 10px;
        /*background-color: rgba(50, 50, 50, 0.7);*/
        text-align: right;
        white-space: nowrap;
        min-height: 42px;
    }

    .header-tools ul {
        margin: 0;
        position: relative;
    }
    .header-tools .header-tool {
        margin-left: 30px;
        padding: 0;
        text-align: left;
    }
    .header-tools .header-tool:first-child {
        margin-left: 0;
    }
    .header-tools .header-tool > a {
        color: #0e1a1c;
        display: inline-block;
        /*opacity: 0.5;*/
        font-size: 12px;
        line-height: 12px;
        font-weight:bold;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .header-tools .header-tool > a [class^="icon-"] {
        font-size: 19px;
    }
    .header-tools .header-tool > a .maps-label,
    .header-tools .header-tool > a .favorites-label,
    .header-tools .header-tool > a .login-label {
        margin-left: 5px;
        position: relative;
        top: -5px;
    }
    .header-tools .header-tool > a .language-name {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
    }
    .header-tools .header-tool > a:hover {
        opacity: 1;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
    }
    .header-tools .header-tool > a.favorites img {
        padding: 3px;
    }
    .header-tools .header-tool > a.active {
        background-color: #e8e8e8;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
        opacity: 1;
    }
    .header-tools .header-tool .favorites-box {
        background-color: #e8e8e8;
        padding: 60px 100px;
        position: absolute;
        top: 100%;
        right: 0;
    }
    .header-tools .header-tool.social-share-li {
        font-size: 25px;
        padding: 15px 0;
    }
    .header-tools .header-tool.social-share-li a {
        opacity: 0.3;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .header-tools .header-tool.social-share-li a:hover {
        opacity: 0.7;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .header-tools .header-tool.promo-li a {
        color: #0e1a1c;
        opacity: 0.5;
        vertical-align: middle;
    }
    .header-tools .header-tool.promo-li a:hover {
        opacity: 1;
    }
    .header-tools .header-tool.promo-li a .icon-promotion {
        width: 20px;
        height: 20px;
        background: url(../svg/forfait_promotion-icone-01-01.svg) no-repeat;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
    }
    .header-tools .header-tool.login-li {
        padding-top: 3px;
    }
}

@media (max-width: 575px) {

    .header-tools {
        border-top: 1px solid white;
        margin-top: 15px;
    }

    .header-tools ul {
        margin: 0;
        position: relative;
    }
    .header-tool {
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }
    .header-tools .header-tool > a {
        color: #0e1a1c;
        display: inline-block;
        font-size: 12px;
        line-height: 12px;
        font-weight:bold;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .header-tools .header-tool > a [class^="icon-"] {
        font-size: 19px;
    }
    .header-tools .header-tool > a .maps-label,
    .header-tools .header-tool > a .favorites-label,
    .header-tools .header-tool > a .login-label {
        margin-left: 5px;
        position: relative;
        top: -5px;
    }
    .header-tools .header-tool > a .language-name {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
    }
    .header-tools .header-tool > a:hover {
        opacity: 1;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
    }
    .header-tools .header-tool > a.favorites img {
        padding: 3px;
    }
    .header-tools .header-tool > a.active {
        background-color: #e8e8e8;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
        opacity: 1;
    }
    .header-tools .header-tool .favorites-box {
        background-color: #e8e8e8;
        padding: 60px 100px;
        position: absolute;
        top: 100%;
        right: 0;
    }
    .header-tools .header-tool.social-share-li {
        font-size: 25px;
        padding: 15px 0;
    }
    .header-tools .header-tool.social-share-li a {
        opacity: 0.3;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .header-tools .header-tool.social-share-li a:hover {
        opacity: 0.7;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .header-tools .header-tool.promo-li a {
        color: #0e1a1c;
        opacity: 0.5;
        vertical-align: middle;
    }
    .header-tools .header-tool.promo-li a:hover {
        opacity: 1;
    }
    .header-tools .header-tool.promo-li a .icon-promotion {
        width: 20px;
        height: 20px;
        background: url(../svg/forfait_promotion-icone-01-01.svg) no-repeat;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
    }
    .header-tools .header-tool.login-li {
        padding-top: 3px;
    }
}

/* NAVBAR ICON & BUTTON */
/*======================================*/

/* DROPDOWN USER */
/*======================================*/
#dropdown-user{
    margin-top: -13px;
}

.img-user {
    width: 32px;
    height: 32px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.username {
    float: right;
    white-space: nowrap;
    /*line-height: 34px;*/
    margin: 12px 10px;
}
/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
    #dropdown-user > .dropdown-toggle img {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
    }

}

.img-circle {
    border-radius: 50%;
}

.jarallax {
    position: relative;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

.text-primary{  
    color: #17a2b8!important;
}

.bg-primary {
    background-color: #17a2b8!important;
}

.btn-primary {
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}

a {
    color: #17a2b8;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}

.btn-outline-primary {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-link {
    font-weight: 400;
    color: #17a2b8;
    text-decoration: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}