﻿/* HEADER STYLES */

/* Barre de progression des étapes */
header .pct-header.pct1 {
    width: 3% !important;
}

header {
    width: 90%;
    max-width: 1500px;
    margin: 0px auto;
    padding: 32px 5% 24px 5%;
    position: relative;
    margin-bottom: 24px;
}

header .logo-header img {
    width: 123px;
    height: 45px;
    margin-top: 25px;
}

header .center-header {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    width: 80%;
    top: 48px;
}

header .step-header {
    display: flex;
    margin-top: 11px;
}

header .center-header ul {
    margin: 0 auto;
}

header .center-header ul li {
    padding: 8px 16px;
    float: left;
    color: #667085;
}

header .center-header ul li.selected {
    color: #581866;
}

header .progres-header, header .pct-header {
    height: 3px;
    width: 100%;
    background: #581866;
    opacity: 0.1;
    position: absolute;
    bottom: -11px;
}

header .pct-header {
    opacity: 1;
    width: 10%;
}

header .content-step-header {
    position: relative;
    margin: 0 auto;
}

header .header-right {
    position: absolute;
    right: 5%;
    top: 55px;
}

header .header-right .header-txt-icone {
    float: left;
    margin-right: 24px;
}

header .header-right .header-txt-icone:last-child {
    margin-right: 0px;
}

header .header-right .txt-header-right {
    text-align: center;
    float: left;
}

header .header-right img {
    display: block;
    margin: 0 auto;
}

header .step-mobile {
    position: absolute;
    right: 5%;
    top: 45px;
    display: none;
}

header .step-mobile ul {
    display: flex;
}

header .step-mobile .step-num {
    border-radius: 20px;
    background: #E6DCE6;
    padding: 8px 10px 12px;
    color: #AF8AB7;
    width: 16px;
    text-align: center;
}

    header .step-mobile .step-num.selected {
        background: #581866;
        color: #fff;
    }

header .step-mobile span {
    width: 12px;
    height: 2px;
    background: #E6DCE6;
    display: block;
    margin: 16px 4px 0;
}

.maselection, .meconnecter {
    cursor: pointer;
    position: relative;
}

.maselection:hover .popin-selection {
    display: block;
}

.maselection:hover .txtover {
    text-decoration: underline;
    font-weight: 600;
}

.maselection:hover .over {
    display: block;
}

.maselection:hover .out {
    display: none;
}

.meconnecter:hover .txtover {
    text-decoration: underline;
    font-weight: 600;
}

.badge-warning {
    position: absolute;
    top: -5px;
    right: 28px;
}

.badge-warning span {
    font-size: 18px;
    background-color: #F57C00;
    color: var(--color-white);
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

/* RESPONSIVE STYLES */
@media only screen and (max-width: 1024px) {
    header .center-header ul li {
        padding: 8px 8px;
    }
}

@media only screen and (max-width: 960px) {
    header .center-header, header .header-right {
        display: none;
    }

    header .logo-header img {
        width: 82px;
        height: 30px;
        margin-top: 0px;
    }

    header .step-mobile {
        display: block;
    }
}
