@import '../fonts/Marianne/_Marianne.css';
.header-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: white;
    flex-wrap: wrap;
    box-shadow: 0 12px 32px -8px rgba(0, 0, 36, 0.12);
}

.header-left-part {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
}

.header-right-part {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    padding: 15px;
}

.header-container > .header-left-part > img {
    width: 200px;
    height: auto;
}
.header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    font-family: Marianne, sans-serif;
    width: 60%;
}
.header-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}
.header-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.agent-header-btn {
    background: #000091 linear-gradient(135deg, #000091 0%, #000091 5%, white 5%, white 7.5%, #e1000f 7.5%, #e1000f 10%, #000091 7.5%);
    font-family: Marianne, sans-serif;
    color: white !important;
    padding: 25px;
    height:36px;
    border-radius : 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.09em;
    font-size: 0.9rem;
    text-align: center;

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
}

img#logo-header-mcf{
    height: 54px;
    width: auto;
    margin-left: 16px;
}

img#logo-header-republique-francaise{
    height: 70px;
    width: auto;
}

.edof-header-part{
	margin: 1rem;
}

.header-title.edof > p {
    color: #3c60a6;
    letter-spacing: 1.2px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    width: 200px;
    padding: 10px 8px 8px;
    background-image: none;
}

.edof-help-link {
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    color: #164194;
    text-decoration: none;
    font-size: 14px;
    gap: 10px;
    background-image: none;
}

.edof-help-link > img {
    filter: invert(17%) sepia(59%) saturate(2778%) hue-rotate(212deg) brightness(100%) contrast(93%);
}

.header-right-part.edof-help-link:focus {
    color: white;
    background: #164194;
}

.header-right-part.edof-help-link:hover {
    color: white;
    background: #164194;
}

.header-right-part.edof-help-link:hover > img {
    filter: invert(100%) sepia(99%) saturate(20%) hue-rotate(348deg) brightness(106%) contrast(100%);
}