/* Header Visual */

/*=================================================
Federal logo
===================================================*/
/*======================================================
Language navbar
========================================================*/
#langage-container {
    border:0px solid #000;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(35, 35, 35, 0.12);
    margin-bottom:5px;
}
.region-tools {

    
    margin: auto;
    border:0px solid #000;
}

.region-tools {
        width: 1350px;
}

@media (min-width: 1350px) {
    .region-tools {
        width: 1350px;
    }
}

@media (max-width: 1350px) {
    .region-tools {
        width: 1150px;
    }
}

@media (max-width: 1200px) {
    .region-tools {
        width: 992px;
    }
}
@media (max-width: 992px) {
    .region-tools {
        width: 750px;
    }
}
#ofed-federal-header-wrapper {
    background: url(../images/federalheader_bg.gif) repeat-x right bottom scroll;
    position: relative;
    right:0px;
  }

  .region-tools .block-locale-language ul.language-switcher-locale-url li a {
    padding:6px;
    border-radius: 3px;
    color:#000;
    text-transform: uppercase;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 12px;
  }
  .region-tools .block-locale-language ul.language-switcher-locale-url li a.active {
    color: #ffffff;
    background-color: #9E4B96;
    
    
    width: 25px;
    height: 25px;
    border: 0px solid #fff;
    text-transform: uppercase;
    font-family: "Familjen Grotesk", sans-serif;
    line-height: 2em;
    font-weight: 600;
    font-size: 12px;
    border-radius: 3px;
  }

  .region-tools .block-locale-language ul {
    margin-bottom:0px;
    margin-top:0px;
    padding:5px 0px 5px 0px;
  }

  .region-tools .block-locale-language ul.language-switcher-locale-url li {
    display: inline-block;
    height: 1.6em;
    padding: 0;
    text-align: center;
    list-style: outside none none;
    border-radius: 3px;
    
  }
#federal-header-container {
    padding-top:5px;
    text-align: right;
}
@media (max-width: 768px) {
    #federal-header-container {
        display:none;
    }
}
#federal-header-container a {
    padding-top:5px;
    color: #000;
    font-size:.9em;
}

/*=================================================
Header
===================================================*/
#header {
    position: relative;
    width: 100%;
    height: 360px;

    /*left: 40px;
    top: 230px;
    */
    border:0px solid #000;

}

.header-image {
    position: absolute;
    width: 100%;
    height: 360px;
    left: 0px;
    top: 0px;

    background: #D9D9D9;
    border-radius: 16px 56px;
    background: url(/maquettes/images/header1.png) no-repeat;
    background-size: cover;
}


/*@media (min-width: 992px) {*/
.header-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 32px 40px 40px 40px;
    gap: 10px;
    position: absolute;
    width: 40%;
    left: 0px;
    bottom: 0px;
    background: #00807A;
    border-radius: 0px 56px 0px 56px;
    border: 0px solid #000;

}

@media (min-width: 992px) {
    .header-intro {
    width: 40%;
    }
}

@media (max-width: 992px) {
    .header-intro {
    width: 60%;
    }
}
@media (max-width: 576px) {
    .header-intro {
    width: 80%;
    }
}




/*===========================================
Header image
=============================================*/
.header-title {
    width: 100%;

    font-family: 'Familjen Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;

    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.header-text {

    font-family: 'Familjen Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #FFFFFF;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}










