/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


/*
@font-face {
    font-family: GoogleSans_Bold;
    src: url('../fonts/GoogleSans-Bold.ttf');
}

@font-face {
    font-family: GoogleSans_Medium;
    src: url('../fonts/GoogleSans-Medium.ttf');
}

@font-face {
    font-family: GoogleSans_Regular;
    src: url('../fonts/GoogleSans-Regular.ttf');
}


*/
/* Css Menu 2.0 */
.__menu__2 {
    display: inline-block;
    position: unset !important;
    z-index: 100000;
    width: 100%;
    height: 50px;
    text-align: center;
    background: transparent;
}

@media (max-width: 768px)
{
    .__menu__2 {
        background: transparent;
        height: 70px;
    }
}

.__menu__2__marge__
{
    display: inline-block;
    width: 100%;
    background: transparent;
}

.view_container_menu_marge
{
    display: block;
    width: 100%;
    height: 110px;
}


/* Niveau 0 */
.level_0_container
{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0px;
}

.sized_level_0_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 1720px;
    height: 100%;
    background: transparent;
}


.level_0_logo_container
{

}

.site_header.sticky .level_0_logo_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: transparent;
    color: #FFF;
    font-size: 24px;
    max-width: 210px;
    cursor: pointer;
    -webkit-transition: all 345ms ease;
    -o-transition: all 345ms ease;
    transition: all 345ms ease;
}

.level_0_logo
{
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0px 20px;
    background: transparent;
}

.level_0_logo_stycky_container
{
    background: transparent !important;
    width: unset;
}

.level_0_logo_stycky
{
    display: inline-block;
    height: 100px;
    width: auto;
    margin: 0px 10px;
    background: transparent;
}

.level_0_item_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    background: transparent;
}

.level_0_item_container.is_selected,
.level_0_item_container:hover
{
    background-image: -o-linear-gradient(top , transparent 0%, transparent calc( 100% - 9px) , #1F94D4 calc( 100% - 8px), #1F94D4 calc( 100% - 5px), transparent calc( 100% - 4px) , transparent 100% );
    background-image: linear-gradient(180deg , transparent 0%, transparent calc( 100% - 9px) , #1F94D4 calc( 100% - 8px), #1F94D4 calc( 100% - 5px), transparent calc( 100% - 4px) , transparent 100% )
}


.level_0_item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 20px);
    background: transparent;
}


.level_0_item_text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 8px 24px;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    top: 1px;
    background: transparent;
    color: #113D89 !important;
    font-family: "GoogleSans_Medium";
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: all 345ms ease;
    -o-transition: all 345ms ease;
    transition: all 345ms ease;
}

.level_0_item_container:hover .level_0_item_text,
.level_0_item_container.is_selected .level_0_item_text
{
    color: #1F94D4 !important;
}

/* reponsive */

@media (max-width: 1024px)
{
    .level_0_container
    {
        display: none !important;
    }

    .level_0_mobile_container
    {
        display: inline-block !important;
    }

    .view_content
    {
        width: 100% !important;
    }

    .view_data_flex_item
    {
        min-width: unset !important;
        width: 100% !important;
    }

    .view_data_flex_item_text
    {
        width: 100% !important;
        min-width: unset !important;
    }

    .view_title_container
    {
        text-align: center
    }
}

@media (min-width: 1025px)
{
    .level_0_container
    {
        display: inline-block !important;
    }

    .level_0_mobile_container
    {
        display: none !important;
    }
}

#level_0_mobile_close
{
    color: #113D89;
    font-size: 32px;
}

.level_0_mobile_container
{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 70px;
    background: transparent;
    overflow: hidden;
}

.level_0_mobile_header_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden;
}

.level_0_mobile_logo_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 200px;
    background: transparent;
}

.level_0_mobile_logo
{
    display: inline-block;
    width: 200px;
    height: 110px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.level_0_mobile_btn_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    max-width: calc( 100% - 80px );
    background: transparent;
    margin-left: 10px;
}

.level_0_mobile_btn
{
    display: inline-block;
    height: 100% !important;
}

.level_0_mobile_contact_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.level_0_mobile_contact
{
    display: inline-block;
    font-family: "GoogleSans_Medium";
    color: #FFF;
}

.level_0_mobile_close_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 70px;
    background: transparent;
}

.level_0_mobile_close
{
    display: inline-block;
    background: transparent;
    height: 100%;
}

.level_0_mobile_n_zero_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc( 100% + 20px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #BAE5FA;
    padding: 0px 0px;
    position: relative;
    top: 0px;
    left: -10px;
    z-index: 1024;
    background: linear-gradient(180deg, #FFF 0%, #FFF calc( 100% - 6px ), #113D89 calc( 100% - 5px) , #113D89 100% );
}

.level_0_mobile_item_container
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 5px 0px;
    background: transparent;
}

.level_0_mobile_item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    background: transparent;
    width: 100%;
}

.level_0_mobile_item_text
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    background: transparent;
    color: #113D89 !important;
    text-indent: 7px;
    font-family: "GoogleSans_Medium";
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.level_0_mobile_item_text:before
{
    content: '\27A4';
    display: inline-block;
    margin-right: 5px;
    display: none;
}

.level_0_mobile_item_text_arrow:after
{
    content: '\27A4';
    display: inline-block;
    margin-left: 5px;
    color: #113D89;
    font-size: 14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -2px;
}

/* Niveau 0 */
.view_container {
    display: none;
    width: 100%;
    text-align: center;
    background: #F9F9F9;
    border-radius: 20px;
}

.view_content {
    background: transparent;
    display: inline-block;
    width: 95%;
    max-width: 1600px;
    text-align: left;
}

@media( min-width: 1025px)
{
    .view_container
    {
        width: calc(100vw - 15px);
        text-align: center;
        border-radius: 0px;
        position: absolute;
        left: 0;
        margin-top: -7px;
        background: #BAE5FA;
        border-top: 2px solid #2E6F1133;
        z-index: 20000;
        background: linear-gradient(180deg, #FFF 0%, #FFF calc( 100% - 116px ), #113D89 calc( 100% - 116px), #113D89 calc( 100% - 110px) ,#FFF0 calc( 100% - 110px) , #FFF0 100% );
    }

    .view_content
    {
        background: transparent;
        width: 95%;
        max-width: 1280px;
    }
}

.view_back_container
{
    display: inline-block;
    background: transparent;
    padding: 0px 10px;
    margin: 20px 0px 10px 0px;
    text-transform: uppercase !important;
}

@media (min-width: 1025px)
{
    .view_back_container
    {
        display: none;
    }
}

.view_back
{
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    text-indent: 0px;
    cursor: pointer;
    color: #113D89;
    -webkit-transition: all 678ms ease;
    -o-transition: all 678ms ease;
    transition: all 678ms ease;
    font-family: "GoogleSans_Medium";
    font-size: 14px;
}


@media (max-width: 768px)
{
    .view_container
    {
        position: relative;
        top: -33px;
        background: #FFF;
        z-index: 99999;
        border-radius: 0px;
        position: relative;
        left: -10px;
        width: calc( 100% + 20px );
    }

    .view_back
    {
        font-size: 11px;
    }
}
@media (min-width: 769px) and (max-width: 1024px)
{
    .view_container
    {
        position: relative;
        top: -40px;
        background: #FFF;
        z-index: 99999;
        border-radius: 0px;
        position: relative;
        left: -10px;
        width: calc( 100% + 20px );
    }

    .view_back
    {
        font-size: 11px;
    }
}

@media (min-width: 1025px)
{
    .view_back:first-child
    {
        display: none
    }
}

.view_back:hover
{
    color: #888;
    -webkit-transition: all 678ms ease;
    -o-transition: all 678ms ease;
    transition: all 678ms ease;
}

.view_back:not(:last-child):after
{
    display: inline-block;
    content: '/';
    position: relative;
    left: 15px;
}

.view_title_container
{
    display: inline-block;
    width: 100%;
    margin: 0px 0px 10px 0px;
    border-bottom: 2px solid #113D89;
}

.view_title
{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #113D89;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.view_title_text
{
    text-decoration: none;
    color: #FFF;
    font-family: 'GoogleSans_Medium';
    font-size: 16px;
}

@media (max-width: 768px)
{
    .view_title_text
    {
        font-size: 20px;
    }
}

.view_title_text br
{
    display: none;
}

.view_data
{
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: unset;
}

@media (max-width: 768px)
{
    .view_data
    {
        min-height: 750px;
    }
}

.view_data_flex
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 20px);
    background: transparent;
    padding-bottom: 32px;
}

@media (max-width: 750px)
{
    .view_data_flex
    {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

.view_data_flex_item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2px 0px;
    width: 33%;
    min-width: 230px;
    background: transparent;
}

.view_data_flex_item_text
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70%;
    min-width: 2110px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 0px;
    background: transparent;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all 678ms ease;
    -o-transition: all 678ms ease;
    transition: all 678ms ease;
    color: #113D89 !important;
    font-family: 'GoogleSans_Medium';
    font-size: 18px;
    text-transform: uppercase !important;
}

.view_data_flex_item_text:before
{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 8px;
    border-radius: 50%;
    margin-right: 4px;
    background: #113D89;
    display: none;
}

@media (max-width: 1024px)
{
    .view_data_flex_item_text
    {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1100px)
{
    .view_data_flex_item
    {
        width: 50%;
    }

    .view_data_flex_item_text
    {
        width: 100%;
        font-size: 16px;
    }
}

@media (min-width: 1101px) and (max-width: 1200px)
{
    .view_data_flex_item
    {
        width: 50%;
    }

    .view_data_flex_item_text
    {
        width: 100%;
        font-size: 18px;
    }
}

.view_data_flex_item_text:hover
{
    text-decoration: underline !important;
    -webkit-transition: all 345ms ease;
    -o-transition: all 345ms ease;
    transition: all 345ms ease;
}


.level_0_item_separator_container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6px;
    height: 100%;
}

.level_0_item_separator
{
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 2px;
    border-radius: 50%;
    background: #000000;
    -webkit-transition: all 456ms ease;
    -o-transition: all 456ms ease;
    transition: all 456ms ease;
}

.level_0_container:hover .level_0_item_separator
{
    background: #0000;
}


@media (max-width: 1024px)
{
    .level_0_mobile_item_text br
    {
        display: none;
    }
}

.site_header.sticky .level_0_logo_stycky
{
    height: auto;
}
