.header {
    box-shadow: 0 0 5px #bfbdbb;

    background-color: #fff;/* 002d69 */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    height: 75px;
    padding: 0 80px;
}

@media only screen and (max-device-width: 768px)
{
    .header { padding: 0px; }
}

@media only screen and (max-width: 768px)
{
    .header { padding: 0px; }
}

.cadre-user-mini
{
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
}

@media only screen and (max-device-width: 768px)
{
    .cadre-user-mini { display: flex; }
}

@media only screen and (max-width: 768px)
{
    .cadre-user-mini { display: flex; }
}

.cadre-user-mini .icone
{
    width: 25px;
}

.header .cadre-logo {
    width: 100%;
    height: auto;
    border: 0px solid #726262;
    display: flex;
    align-items: center;
}

.header .cadre-logo a
{
    border: 0;
    text-decoration: none;
    display: block;
}

.header .cadre-logo .logo
{
    height: 55px;
}

@media only screen and (max-device-width: 768px)
{
    .header .cadre-logo { justify-content: center; }
}

@media only screen and (max-width: 768px)
{
    .header .cadre-logo { justify-content: center; }
}

.header .g .logotext {
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
    color: #ed751c;
    font-style: italic;
    display: block;
    margin: 0 0 -5px 0;
}

.header .g .slogantext {
    font-family: Calibri;
    font-size: 14px;
    color: #81cef1;
}

.header .menuuser
{
    list-style-type: none;
    width: auto;
    height: auto;
    border: 3px solid #ed751c;
    box-shadow: 5px 5px 10px #d4c5b9;
    top: 32px;
    left: auto;
    right: 0;
    
    margin: 0;
    position: absolute;
    background: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.header .menuuser a
{
    font-size: 14px;
    color: #444;
    display: block;
    width: calc(100% - 30px);
    padding: 8px 0;
    margin: 0 15px;
    text-decoration: none;
    white-space: nowrap;

    border-bottom: 1px solid #eee;
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 14px;
    cursor: pointer;
}
.header .menuuser a:last-child
{
    border-bottom: 0px;
}
.header .menuuser a:hover
{
    color: #ed751c;
    /*
    margin: 0;
    padding: 10px 15px;
    */
}

.header .menuuser .nom,
.header .menuuser .ident
{
    color: #ed751c;
}

.header .menuuser-normal
{
    display: flex;
    align-items: center;
    white-space: nowrap;
}

@media only screen and (max-device-width: 768px)
{
    .header .menuuser-normal { display: none; }
}

@media only screen and (max-width: 768px)
{
    .header .menuuser-normal { display: none; }
}

.header .menuuser-normal .l-hdr,
.header .l-hdr-2,
.header .menuuser-normal .l-hdr-s,
.header .menuuser-normal .l-hdr-s2
{
    border: 1px solid #efab16;
    display: inline-block;
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 14.5px;
    text-decoration: none;
    margin: 0px;
    margin-right: 10px;
    padding: 10px 17px;
    border-radius: 36px;
    transition: 200ms all ease;
}

.header .l-hdr-2
{
    display: none;
    margin-top: 17px;
    margin-bottom: 16px;
    margin-right: 15%;
}

@media only screen and (max-device-width: 768px)
{
    .header .l-hdr-2 { display: inline-block }
}

@media only screen and (max-width: 768px)
{
    .header .l-hdr-2 { display: inline-block }
}

.header .menuuser-normal .l-hdr,
.header .l-hdr-2
{
    color: #ffffff;
    background: #efab16;
}
.header .menuuser-normal .l-hdr-s {
    background: #fff;
    color: #efab16;
    border-color: transparent;
}
.header .menuuser-normal .l-hdr-s2 {
    background: #fff;
    color: #efab16;
}
.header .menuuser-normal .l-hdr:hover,
.header .l-hdr-2:hover,
.header .menuuser-normal .l-hdr-s:hover,
.header .menuuser-normal .l-hdr-s2:hover
{
    box-shadow: 0px 0px 30px #e3e3e3;
    box-shadow: 0px 0px 10px #ededed;
}

.header .menuuser-normal .l-hdr .l-hdr-txt,
.header .l-hdr-2 .l-hdr-txt,
.header .menuuser-normal .l-hdr-s .l-hdr-txt,
.header .menuuser-normal .l-hdr-s2 .l-hdr-txt
{
    display: inline-block;
    vertical-align: middle;
}

.header .menuuser-normal .l-hdr img,
.header .l-hdr-2 img,
.header .menuuser-normal .l-hdr-s img,
.header .menuuser-normal .l-hdr-s2 img
{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header .menuuser-normal .l-hdr:hover,
.header .l-hdr-2:hover
{
    background: #f7b62b;
}

.header .menuuser-normal .l-hdr:last-child {
    border: 0;
    margin-right: 0;
}

.menuuser-mini-porteur
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 45, 105, 0.3);
    /*height: calc(100% - 45px);*/
    height: 100%;
    z-index: 20;
}

@media only screen and (max-device-width: 768px)
{
    .menuuser-mini-porteur { display: none; }
}

@media only screen and (max-width: 768px)
{
    .menuuser-mini-porteur { display: none; }
}

.menuuser-mini
{
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    border-top: 0;
    background: #008097;
    padding-top: 10px;
    height: auto;
    width: 350px;
    z-index: 25;
    overflow: auto;
    display: none;
}

.menuuser-mini .btn-frm-mn-mini
{
    display: inline-block;
    background: #dcdbdb;
    margin-right: auto;
    position: relative;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: calc(100% - 50px);
    cursor: pointer;
}

.menuuser-mini .btn-frm-mn-mini img
{
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menuuser-mini hr
{
    border: 0;
    border-top: 1px solid #f3f3f3;
    margin: 5px 0;
}


@media only screen and (max-device-width: 400px)
{
    .menuuser-mini
    {
        width: 80%;
        /* width: auto; */
        right: 0;
    }
}

@media only screen and (max-width: 400px)
{
    .menuuser-mini
    {
        width: 80%;
        /* width: auto; */
        right: 0;
    }
}

.menuuser-mini a
{
    display: block;
    padding: 10px 30px;
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 14px;
    color: #efab16;
    text-decoration: none;
    border-radius: 2px;
    text-align: left;
    transition: 200ms all ease;
}

.menuuser-mini a img
{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-right: 5px;
}

.menuuser-mini a .txt
{
    display: inline-block;
    vertical-align: middle;
}

.menuuser-mini .user
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.menuuser-mini a:hover
{
    background: #fff8ea;
}

.menuuser-mini .user:hover
{
    border-bottom-color: #ed751c;
    background: #fff;
}

.menuuser-mini .user .nom,
.menuuser-mini .user .ident
{
    color: #ed751c;
}

.menuuser-mini .user:hover .nom,
.menuuser-mini .user:hover .ident
{
    color: #ed751c;
}

.menuuser-mini a:last-child
{
    border-bottom: 0;
}

.menuuser-mini .mn-adm
{
    padding-top: 5px;
}

.menuuser-mini .mn-adm .l
{
    display: block;
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    color: #f7f7f7;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 15px 4px 15px;
    margin: 1px 0px;
    white-space: nowrap;
}

.menuuser-mini .mn-adm .l:last-child {
    margin-bottom: 5px;
}

.menuuser-mini .mn-adm .l:hover
{
    background: #0c99b3;
}

.menuuser-mini .mn-adm .courant
{
    background: #0c99b3;
}

.menuuser-mini .mn-adm hr
{
    border: 0;
    border-top: 1px solid #0c99b3;
    margin: 5px 0;
}

/* footer */
.footer
{
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    background: #fff;
    border-top: 2px solid #efab16;
}

.footer .ftr-cdr-cols
{
    margin-bottom: 40px;
    text-align: center
}

.footer .ftr-cdr-cols .col
{
    display: inline-block;
    vertical-align: top;
}

.footer .ftr-cdr-cols .col-n1,
.footer .ftr-cdr-cols .col-n2
{
    width: 20%;
    text-align: left
}

.footer .ftr-cdr-cols .col .titre
{
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 14px;
    color: #6c6c6c;
    /* text-shadow: 0px 0px 0px #444; */
    display: block;
}

.footer .ftr-cdr-cols .col .elt-col
{
    display: block;
    margin-top: 10px;
}

.footer .ftr-cdr-cols .col .elt-col a,
.footer .ftr-cdr-cols .col .elt-col .txt-inf
{
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    font-size: 14px;
    color: #efab16;
    text-decoration: none;
    transition: 200ms all ease;
}

.footer .ftr-cdr-cols .col .elt-col .txt-inf,
.footer .ftr-cdr-cols .col .elt-col img
{
    display: inline-block;
    vertical-align: middle;
}

.footer .ftr-cdr-cols .col .elt-col img
{
    width: 20px;
    margin-right: 3px;
}

.footer .ftr-cdr-cols .col .elt-col-rs
{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.footer .ftr-cdr-cols .col .elt-col-rs img
{
    width: 30px;
}

.footer .ftr-cdr-cols .col .elt-col a:hover
{
    text-decoration: underline;
}

.footer .ftr-bas
{
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #efab16;
    text-align: center;
}

.footer .ftr-bas .ftr-bas-txt
{
    display: inline-block;
    vertical-align: middle;
    color : #efab16;
    font-size: 14px;
}

.footer .ftr-bas img
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 25px;
}
/**/

.ve-ici
{
    padding: 0px;
    padding-bottom: 5px;
    margin: 75px 100px 20px 100px;
    overflow: auto;
    white-space: nowrap;
}

.ve-ici .bloc
{
    display: inline-block;
}

.ve-ici .bloc .lien, .ve-ici .bloc .lien-txt
{
    font-family: "segoe ui", "Calibri", 'Trebuchet MS', sans-serif;
    color: #323232;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0px;
    display: inline-block;
    transition: 200ms all ease;
    
}

.ve-ici .bloc .lien:hover
{
    text-decoration: underline;
    color: #ec2527;
}

.ve-ici .bloc .sep
{
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    margin: 0px 5px;
}

.notif
{
    display: inline-block;
    margin-top: 7px;
    margin-right: 10px;
}

.notif a {
    text-decoration: none;
    background: rgb(255, 0, 0);
    color: #fff;
    display: inline-block;
    padding: 0px 7px 2px 8px;
    border-radius: 3px;
    font-size: 1.3em;
}

@media only screen and (max-device-width: 850px)
{
    .footer .ftr-cdr-cols
    {
        margin-left: 30px;
        margin-right: 30px;
    }
    .footer .ftr-cdr-cols .col-n1,
    .footer .ftr-cdr-cols .col-n2
    {
        width: 49%;
        margin-bottom: 40px;
    }

    .footer .ftr-cdr-cols .col-n2
    {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 850px)
{
    .footer .ftr-cdr-cols
    {
        margin-left: 30px;
        margin-right: 30px;
    }
    .footer .ftr-cdr-cols .col-n1,
    .footer .ftr-cdr-cols .col-n2
    {
        width: 49%;
        margin-bottom: 40px;
    }

    .footer .ftr-cdr-cols .col-n2
    {
        margin-bottom: 0px;
    }
}

@media only screen and (max-device-width: 500px)
{
    .footer .ftr-cdr-cols .col-n1,
    .footer .ftr-cdr-cols .col-n2
    {
        width: 100%;
        text-align: left;
    }
    .footer .ftr-cdr-cols .col-n2
    {
        margin-bottom: 40px;
    }
    .footer .ftr-cdr-cols .col-n2:last-child
    {
        margin-bottom: 0px;
    }

    .footer .ftr-cdr-cols .col .titre,
    .footer .ftr-cdr-cols .col .elt-col a,
    .footer .ftr-cdr-cols .col .elt-col .txt-inf
    {
        font-size: 17px;
    }
    .footer .ftr-cdr-cols .col .elt-col
    {
        margin-left: 10px
    }
}

@media only screen and (max-width: 500px)
{
    .footer .ftr-cdr-cols .col-n1,
    .footer .ftr-cdr-cols .col-n2
    {
        width: 100%;
        text-align: left;
    }
    .footer .ftr-cdr-cols .col-n2
    {
        margin-bottom: 40px;
    }
    .footer .ftr-cdr-cols .col-n2:last-child
    {
        margin-bottom: 0px;
    }
    .footer .ftr-cdr-cols .col .titre,
    .footer .ftr-cdr-cols .col .elt-col a,
    .footer .ftr-cdr-cols .col .elt-col .txt-inf
    {
        font-size: 17px;
    }
    .footer .ftr-cdr-cols .col .elt-col
    {
        margin-left: 10px
    }
}

@media only screen and (max-device-width: 500px)
{
    .header .l-hdr-2
    {
        margin-right: 8%
    }
}
@media only screen and (max-width: 500px)
{
    .header .l-hdr-2
    {
        margin-right: 8%
    }
}

@media only screen and (max-device-width: 340px)
{
    .footer .ftr-cdr-cols
    {
        margin-left: 0;
        margin-right: 0;
    }
    .header .cadre-logo .logo
    {
        height: 45px;
    }
    .header .l-hdr-2
    {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 7px 5px;
        border-radius: 20px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 340px)
{
    .footer .ftr-cdr-cols
    {
        margin-left: 0;
        margin-right: 0;
    }
    .header .cadre-logo .logo
    {
        height: 45px;
    }
    .header .l-hdr-2
    {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 7px 5px;
        border-radius: 20px;
        font-size: 13px;
    }
}