﻿
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    background: white;
    /*background: #FFFFFF url('images/Motif_B_Blanc1.jpg') repeat top center;*/
    background-attachment: fixed;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
.App_Bleu_INRS{
    color: rgb(7, 29, 79);
}
.App_Bleu_Moyen {
    color: rgb(0, 100, 177);
}
.App_Bleu_Clair {
    color: rgb(70, 200, 243);
}
.App_Orange {
    color: rgb(255, 96, 0);
}
.App_Gris_Clair {
    color: rgb(242, 242, 242);
}
.App_Gris_Moyen {
    color: rgb(212, 212, 212)
}
.App_Gris_Fonce {
    color: rgb(66, 66, 66);
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

    /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
    /*
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
*/
    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5% !important;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: metropolis, sans-serif;
    font-size: 1.6rem;
    overflow-x: hidden;
}

    body.freeze {
        overflow-y: hidden;
        position: fixed;
    }

ul {
    list-style: none;
}

a {
    color: #2077D8;
}

    a:hover {
        color: #77aeec;
    }

    a,
    a:visited,
    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}

p {
    margin-bottom: 2rem;
}

/* _reboot.scss fix */
nav > ul {
    margin-bottom: 0;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-muted {
    color: #7d7d7d;
}

.dlg-label {
    text-transform: uppercase;
    font-weight: 700;
}

/* BASE */
.ab-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
}

.-padded {
    padding: 2rem 2rem;
}

.-padded-y {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.-padded-x {
    padding-left: 2rem;
    padding-right: 2rem;
}
/* BASE CLASS */
.Color-Primary {
    color: #424242;
}
.Color-Primary a {
    color: #424242;
}
.Color-Seconday {
    background: #5A9AD7;
    color: #4D4D4D;
}
.Color-Hightlight {
    background: #1E2B31;
    color: #FFFFFF;
}
    .Color-Hightlight a {
        background: #1E2B31;
        color: #FFFFFF;
    }
.Color1 {
    color: #14182e;
}
.Color2 {
    color: #efefef;
}
.Color3 {
    color: #ee4540;
}
.Color4 {
    color: #1E2B31;
}
.Color5 {
    color: #0064b1;
}
/* HEADER */
.master-header {
    font-size: 1.6rem;
    padding: 1rem 3rem 1rem 2rem;
    position: relative;
    /*background: rgb(242,242,242);*/
    background: #D2D1CC;
    border-bottom: solid 2px #1E2B31;
    color: #1E2B31;
}
@media screen and (max-width: 1200px) {
    .master-header {
        padding: 1rem 3rem 1rem 0;
    }
}
@media screen and (max-width: 998px) {
    .master-header {
        padding: 0 2rem 0 0;
    }
}

.master-header > .ab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*@media screen and (max-width: 998px) {
    .master-header a {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 767px) {
    .master-header a {
        font-size: 1.4rem;
    }
}*/

.master-header ._logo {
    margin-right: 5rem;
    margin-top: 2px;
    background: url('Images/Logo.png');
    background-repeat: no-repeat;
    background-size: 240px 60px;
    -webkit-transition: width 150ms ease-in-out;
    transition: width 150ms ease-in-out;
    height: 60px;
    width: 240px;
    display: inline-block;
}

    .master-header ._logo img {
        height: 80px;

    }
@media screen and (max-width: 1124px) {
    .master-header ._logo {
        margin-right: 2rem;
        width: 210px;
    }
}
@media screen and (max-width: 998px) {
    .master-header ._logo {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 998px) {
    .master-header ._logo {
        background-size: 200px 50px;
        height: 50px;
        width: 200px;
       
    }
}

.master-header nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

    .master-header nav > ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .master-header nav > ul > li {
            text-transform: uppercase;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .master-header nav > ul li a * {
                vertical-align: middle;
                color: #1E2B31;
            }

            .master-header nav > ul li a i {
                margin-right: 0.5rem;
            }

    .master-header nav.-site {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 3rem;
    }

        .master-header nav.-site ul > li {
            text-align: center;
            text-wrap: none;
            white-space: normal;
            font-size: 1.3rem;
            line-height: 1.1em;
            margin-right: 1em;
        }
        .master-header nav.-site ul > li {
            text-align: center;
            text-wrap: none;
            white-space: normal;
            line-height: 1.1em;
        }
            .master-header nav.-site ul > li > a {
                color: #1E2B31;
                border-bottom: solid 2px transparent;
            }
                .master-header nav.-site ul > li > a:hover {
                    border-bottom: solid 2px #10B5D1;
                }
            .master-header nav.-site ul > li > a.active {
                color: #10B5D1;
                border-bottom: solid 2px #10B5D1;
            }
            .master-header nav.-site ul > li > ul.dropdown-mymenu{
                padding: 0 1rem 1rem 1rem;
                margin-top: 1rem;
            }
            .master-header nav.-site ul > li > ul.dropdown-mymenu >li{
                display: block;
                width: 100%;
                text-align: left;
                padding: 0;
            }
                .master-header nav.-site ul > li > ul.dropdown-mymenu > li a {
                    font-size: 1.2rem;
                    padding: 1.5rem 0.2rem 0.2rem;
                    border-bottom: solid 2px transparent;
                }
                    .master-header nav.-site ul > li > ul.dropdown-mymenu > li a.active {
                        color: #10B5D1;
                        border-bottom: solid 2px #10B5D1;
                        background: transparent;
                    }
                    .master-header nav.-site ul > li > ul.dropdown-mymenu > li a:hover {
                        border-bottom: solid 2px #10B5D1;
                        background: transparent;
                    }
@media screen and (max-width: 998px) {
    .master-header nav.-site {
        margin-right: 0;
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .master-header nav.-site {
        display: none;
    }
}

.master-header nav.-site ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 998px) {
    .master-header nav.-site ul {

    }
}

.master-header nav.-site a:hover {
    border-bottom: 2px solid #000;
}

.master-header nav.-user .cart-count {
    display: none;
}

.master-header nav.-user li {
    margin-left: 3rem;
}
.master-header nav.-user li > i{
    font-size: 25px;
}
.master-header nav .Menu_UsrNotLog{
    display: none;
}
@media screen and (max-width: 1100px) {
    .master-header nav.-user li {
        margin-left: 2rem;
    }
}
@media screen and (max-width: 998px) {
    .master-header nav.-user li {
        /*margin-right: 2.25rem;*/
        
    }
    .master-header nav .Menu_UsrNotLog {
        display: inline-flex;
    }
}
@media screen and (max-width: 767px) {
    .master-header nav.-user li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
.master-header nav.-user .user-name {
    display: inline-block;
    max-width: 20ch;
}

.master-header nav.-user .user-icon {
    display: none;
}

.master-header nav.-user .button--primary {
    padding: 1rem 2rem;
}
.master-header nav.-user li {
    cursor: pointer;
}
    .master-header nav.-user li.-cart, .master-header nav.-user li.-cart>a{
        color: #10B5D1;
        cursor: pointer;
    }

.master-header nav.-user li.-cart i {
    font-size: 25px;
}
    .master-header nav.-user li.-cart .-carttxt {
        font-size: 10px;
        line-height: 12px;
        white-space: normal;
        display: inline-block;
        max-width: 60px;
        margin-right: 5px;
        text-align: right;
    }
.menu-user-dropdown {
    position: relative;
}

    .menu-user-dropdown a {
        cursor: pointer;
    }

.user-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 1rem 2rem;
    border: solid 1px white;
    min-width: 250px;
    top: calc(100% - 2rem);
    box-shadow: rgba(0,0,0,0.4) 3px 3px;
    opacity: 0.9;
    right: 0;
}

    .user-dropdown.active {
        display: block;
    }

@media screen and (max-width: 998px) {
    .user-dropdown {
        top: 100%;
    }
}
@media screen and (max-width: 767px) {
    .user-dropdown {
        /*left: 0;
        right: auto;*/
    }
    
}
@media screen and (max-width: 450px) {
    .master-header nav.-user li.-cart .-carttxt {
        display: none;
    }
}
.user-dropdown li {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

    .user-dropdown li a {
        border-bottom: 2px solid transparent;
        text-align: left;
        color: white;
    }

        .user-dropdown li a:hover {
            border-color: #f3771c;
        }

    .user-dropdown li:first-of-type {
        margin-top: 1rem;
    }

    .user-dropdown li:last-of-type {
        margin-bottom: 0.5rem;
    }

.-fixed-header .user-dropdown {
    top: 100%;
}
@media screen and (max-width: 998px) {
    .master-header nav.-user .cart-count {
        display: inline;
    }

    .master-header nav.-user .cart-total {
        display: none;
    }

    .master-header nav.-user .user-name {
        display: none;
    }

    .master-header nav.-user .user-icon {
        display: inline-block;
    }

    .master-header nav.-user .button--primary {
        padding: 1rem 0.8rem 1rem 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .master-header nav.-user {
        /*-webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;*/
    }

        .master-header nav.-user .button--primary {
            display: none;
        }

        .master-header nav.-user ul {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .master-header nav.-user li {
            margin-right: 1rem;
            cursor: pointer;
        }

            .master-header nav.-user li.-cart {
                -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                order: -1;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

                .master-header nav.-user li.-cart > span {
                    float: right;
                }
}

body.-fixed-header {
    padding-top: 100px;
}

@media screen and (max-width: 998px) {
    body.-fixed-header {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    body.-fixed-header {
        padding-top: 50px;
    }
}

body.-fixed-header.-always {
    padding-top: 50px;
}

body.-fixed-header .master-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    padding: 0 2rem 0 0;
}

    body.-fixed-header .master-header ._logo {
        background: url('Images/PC_Mini.png');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        height: 50px;
        width: 50px;
        margin-top: -2px;
        margin-bottom: 2px;
        margin-left: 10px;
    }

#modal-nav {
    z-index: 10;
    padding: 2rem 3rem;
    min-width: 275px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    display: none;
    border-left: 1px solid #57585b;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
}

@media screen and (max-width: 767px) {
    #modal-nav {
        border-left: none;
        -webkit-transform: none;
        transform: none;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        padding: 3rem;
    }
}

#modal-nav.active {
    display: block;
    -webkit-transform: none;
    transform: none;
}

#modal-nav ._logo {
    display: inline-block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 50px;
    width: 160px;
}

@media screen and (max-width: 998px) {
    #modal-nav ._logo {
        
    }
}

#modal-nav ._logo img {
    width: 100%;
}

#modal-nav ._close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #modal-nav ._close {
        top: 2rem;
    }
}
.dropdown-toggle::after {
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: top;
    background: url('Images/AP_Bullet_O.svg') 0rem 0.25rem no-repeat;
    background-size: 1.5rem 0.75rem;
}
#modal-nav ul {
    display: inline-block;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    #modal-nav ul {
        margin-left: 30px;
    }
}

#modal-nav ul li {
    display: block;
    margin-bottom: 1.5rem;
}


    #modal-nav ul li:last-of-type {
        margin-bottom: 0;
    }

    #modal-nav ul li a {
        font-size: 1.6rem;
    }
    #modal-nav ul li a:hover {
        color: #10B5D1;
    }
        #modal-nav ul li a.active {
            color: #10B5D1;
            border-bottom: solid 2px #10B5D1;
        }
@media screen and (max-width: 767px) {
    #modal-nav ul li a {
        font-size: 1.6rem;
    }
}

#modal-nav .-desktop-hide {
    display: none;
}
#modal-nav .-tablet-hide {
    display: none;
}
@media screen and (max-width: 998px) {
    #modal-nav .-desktop-hide {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    #modal-nav .-tablet-hide {
        display: block;
    }
}

#modal-nav .-submenu {
    margin-top: 0;
    margin-left: 10px;
    display: none;
    color: inherit;
    background: inherit
}
.-submenutoggle {

}
    .-submenutoggle::after {
        content: '\22bf';
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        display: inline-block;
        vertical-align: top;
        font-size: 0.7em;
        padding: 0.3em 0.4em;
    }

    .-submenutoggle.active::after {

        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);

    }
#modal-nav .-submenu > li {
    padding: 5px;
    margin-bottom: 0;
}
#modal-nav i.fa{
    display: inline-block; 
    width: 1.5em; 
    text-align: center;
}
    #modal-nav .-submenu > li ::before {
        content: '\00bb ';
        width: 1em;
        display: inline-block;
    }

/* FOOTER */
.master-footer {
    color: #ffffff;
}


    .master-footer ._content {
        border-top: solid 2px #1E2B31;
        background: #1E2B31; /*#072973;*/
        color: #fff;
        padding: 0;
        /*background: #0064B1 url(images/PiedBGB.jpg) no-repeat center center;*/
        background-size: cover;
    }

        .master-footer ._content .ab-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 2rem 2rem;
            justify-content: space-between;
            align-items: center;
        }
        .master-footer ._content ._PName {
            font-size: 24px;
            font-weight: bold;
            width: 100%;
            text-align: center;
        }
            .master-footer ._content .ab-container ._logo {

            }
            .master-footer ._content .ab-container ._logo > img {
                width: 102px;
            }
            .master-footer ._content .ab-container > div._contact {
                text-align: center;
                margin-top: 10px;
                font-size: 20px;
            }
            .master-footer ._content .ab-container > nav {
                text-align: right;
            }



.master-footer ._content a {
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

    .master-footer ._content a:hover {
        text-decoration: underline;
    }

.master-footer ._contact ._email {
    display: block;
    width: 100%;
   }
    .master-footer ._contact ._email > a {
        padding: 3px;
        font-weight: 500;
        /*background: rgb(70,200,243);*/
        /*background: linear-gradient(0deg, rgba(70,200,243,1) 0%, rgba(70,200,243,1) 54%, rgba(70,200,243,0) 55%, rgba(70,200,243,0) 100%);*/
    }

.master-footer ._contact ._tel {
    margin-top: 20px;
    color: #fff;
    display: block;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 500;
}
    .master-footer ._contact ._tel > a {
        padding: 3px;
        font-weight: 500;
    }


.master-footer ._contact ul.__socials {
    margin-top: 20px;
    display: block;
    padding-top: 0.4rem;
    width: 100%;
    text-align: center;
}
.master-footer ._SoMa{
    display: inline-block; 
    vertical-align: top;
    padding-top: 20px;
}

.master-footer ul.__socials > li {
    display: inline-block;
    margin: 0 1rem;
    text-align: center;
}


    .master-footer  ul.__socials a {
        border-radius: 6px;
        display: inline-block;
        overflow: hidden;
        transition: background-color 100ms ease-in-out;
        font-size: 1.75em;
        

    }
        .master-footer  ul.__socials a > i:before {
            color: white;
        }
    .master-footer  .__socials a:hover > i:before {
        color: rgb(255, 96, 0);
    }
.master-footer nav > ul {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    border-right: solid 1px white;
}
    .master-footer nav > ul > li {
        font-size: 18px;
        margin-top: 10px;
    }
    .master-footer nav > ul.__socials > li {
        width: 40px;
    }
    .master-footer nav > ul > li > a {
        font-weight: 500!important;
    }
.master-footer ._copyrightAP {
    width: 100%;
    text-align: center;
    font-size: 10px; 
}
    .master-footer ._copyright {
        background-color: #fff;
        background: #1E2B31;
        height: 35px;
    }
    .master-footer ._copyright .ab-container {
        padding: 1rem 1rem;
    }
    .master-footer ._copyright .ab-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }



.master-footer ._copyright span {
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .master-footer ._content .ab-container ._logo {
       
    }

    .master-footer ._content .ab-container > div._contact {
        text-align: right;
        margin-top: 10px;
    }
    .master-footer ._contact ul.__socials {
        text-align: right;
    }
    .master-footer ._content .ab-container > nav {
        width: 100%;
        text-align: center;
        border-top: solid 1px #fff;
        padding-top: 10px;
    }
    .master-footer nav > ul {
        border-right: none;
        margin: 10px;
        margin-top: 0;
        height: auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .master-footer nav > ul > li {
        margin: 0 20px;
    }
    .master-footer ._copyright {
        text-align: center;
    }
        .master-footer ._copyright .ab-container {
            padding: 0.25rem 1rem;
        }
    .master-footer ._copyright span {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        
    }
}

@media screen and (max-width: 500px) {
    .master-footer ._content ._PName > i {
        display: block;
        
    }
    .master-footer ._content .ab-container ._logo {
        
    }
    .master-footer ._content .ab-container > div._contact {
       font-size: 16px;
    }
    .master-footer nav > ul {
        flex-direction: column;
    }
        .master-footer nav > ul.__socials {
            flex-direction: row;
        }
    .master-footer nav > ul > li {
        margin-top: 10px;
        font-size: 16px;
    }
}


.APUnderline {
    background: linear-gradient(transparent 0%, transparent 35%, #2C739E 40%, #2C739E 80%);
}
/* MAIN CONTAINER*/
body.-fixed-header.-always .master-footer ._content .ab-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    body.-fixed-header.-always .master-footer ._content .ab-container > * {
        min-width: 280px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
body.-fixed-header.-always .master-footer ._content nav {
    display: none;
}

.maincontent{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;

}
.noscroll {
    display: flex;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}
.subTools{
    position:fixed;
    top: 90px;
    display: none;
}

.PageTitle{
    text-align: center; 
    display: block;
    width: 100%;
    font-size: 30px;
}
.PageMessage{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #f47a20;
}
.FAriane{
    font-size: 11px;
    font-style: italic;
    position: absolute;
    top: 5px;
    left: 5px;
}
/**/

.Daniel {
    font-family: 'Bellota';
}
.Klein {
    font-family: 'metropolis';
}
.Sketchy {
    font-family: 'Bellota';
}
.Bellota {
    font-family: 'Bellota';
}
.Nobel {
    font-family: 'metropolis';
}
 .BasicFont{
     font-family: 'Trade Gothic', Helvetica, sans-serif;
 }
 .TableauNoir{
     color: white;
     font-size: large;
     background:#040404 url(images/Fond_tableau_grisR.jpg) no-repeat center center;
 }
 .TableauGris{
    background:white url(images/Fond_tableau_gris.jpg) no-repeat center center;
 }
 /* Basic Panels CSS*/
.LogoBG {
    background: #DCF4FE;
}
    .LogoBG > .ab-container {
        background: transparent url(images/logoIconW_test.png) no-repeat top -30px right 20px;
        background-size: 400px;
    }
    .LogoBG h1 {
        color: #D73A33;
        font-size: 2.5em;
        line-height: 1.5em;
        margin-left: 3em;
        text-transform: none;
    }
    .LogoBG ._Centres {
        width: 100%;
        text-align: center;
        padding: 130px 0 40px 0;
    }
        .LogoBG ._Centres li {
            display: inline-block;
            text-align: center;
            background: #D73A33;
            border-radius: 8px;
            color: white;
            font-weight: bold;
            padding: 10px 20px;
            margin: 0 50px;
        }
        .LogoBG ._Centres li {
            display: inline-block;
            text-align: center;
            background: #D73A33;
            border-radius: 8px;
            color: white;
            font-weight: bold;
            padding: 10px;
        }
.TransparentBG {
    background: transparent;
    color: #1E2B31;
}
    .TransparentBG > .ab-container {
        min-height: 200px;
        padding: 50px 200px 50px 20px;
        font-weight: bold;
        font-size: 1.3em;
    }
    .TransparentBG h2 {
        color: #2DC19F;
        font-size: 2.5em;
        font-weight: bold;
        margin-bottom: 30px;
    }
    /*MENU CSS*/
    .BtnSpan {
        color: #00529C;
        cursor: pointer;
    }
.BtnSpan:hover {
    color: #12233F;
    text-decoration: underline 
}

.ListSpan{
    width: 150px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}
.ErrorSpan {
    color: #f22525;
    font-weight: bold;
}

/* File Upload*/
.fileinput-browseBtn{
    display: inline-block;
    width: 200px;
    height: 25px;
    top: 2px;
    background:rgba(0, 82, 156, 0.75) url(../img/Add_20_W.png) no-repeat 3px 1px;
    color: white;
    border-radius: 4px;
    padding-top: 4px;
    Border: solid 1px #1b2e58;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0px;
}
.fileinput-browseBtn:hover {
    -webkit-box-shadow:0 0 5px #111;
    -moz-box-shadow:0 0 5px #111;
    box-shadow:0 0 5px #111;
}

.fileinput-browseBtn span{
    padding: 4px 2px 2px 26px;
}
.fileupload-progress {
        
}
._refresh {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(128, 128, 128, 0.25);
}

    ._refresh > div {
        position: fixed;
        top: calc(50% - 64px);
        left: calc(50% - 64px);
    }
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem auto;
}

    .pagination a {
        border: 1px solid #DBDBDB;
        border-right: none;
        padding: 1rem 1.5rem;
        background: transparent;
        outline: none;
        color: #221F20;
        cursor: pointer;
    }

        .pagination a.NotConnect {
            margin-right: 1rem;
            border-right: 1px solid #DBDBDB;
        }

        .pagination a.Active {
            background: #10B5D1;
        }

        .pagination a:last-of-type {
            border-right: 1px solid #DBDBDB;
        }
.ListSortBtn {
    cursor: pointer;
    position: relative;
}

    .ListSortBtn.HSortDesc,
    .ListSortBtn.HSortAsc {
        font-weight: bold;
    }

        .ListSortBtn.HSortDesc::after,
        .ListSortBtn.HSortAsc::after {
            font-family: 'Font Awesome 5 Free';
            content: '\f0d8';
            margin-left: 0.5rem;
        }

        .ListSortBtn.HSortAsc::after {
            content: '\f0d8';
        }

        .ListSortBtn.HSortDesc::after {
            content: '\f0d7';
        }
.input-and-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #BFBFBF;
    max-height: 4rem;
}

    .input-and-icon i {
        text-align: center;
        width: 2em;
        padding: 0.3em 0 0.3em 0.3em;
        font-size: 1.4em;
        background-color: #ffffff;
        color: #868e96;
        cursor: pointer;
    }
    .input-and-icon input {
        width: 100%;
        padding: 0.5em;
        outline: none;
        font-size: inherit;
        border: none;
        background-color: #ffffff;
    }

        .input-and-icon input::-webkit-input-placeholder {
            color: #868e96;
            font-style: italic;
            font-size: 0.8em;
        }

        .input-and-icon input:-ms-input-placeholder {
            color: #868e96;
            font-style: italic;
            font-size: 0.8em;
        }

        .input-and-icon input::-ms-input-placeholder {
            color: #868e96;
            font-style: italic;
            font-size: 0.8em;
        }

        .input-and-icon input::placeholder {
            color: #BFBFBF;
            font-style: italic;
            font-size: 0.8em;
        }
.filterToggle{
    display: none;
    flex-wrap: wrap;

}
    .filterToggle ._item{
        margin: 5px;
    }
    .filterToggle ._item ._label {
        display: block;
        font-size: 0.7em;
        line-height: 1em;
        margin-top: 0.5em;
        color: #333;
    }
.filterToggle.active {
    display: flex;
}
.list-view {
    margin: 2rem 0;
    overflow-x: auto;
    position: relative;
    min-height: calc(100vh-220px);
}

    .list-view ._table-container {
        
    }
.gen-table {
    width: 100%;
}

    .gen-table table {
        width: 100% !important;
        max-width: 100%;
    }

    .gen-table td, .gen-table th {
        text-align: left;
    }

    .gen-table *[data-name="date"] {
        width: 10rem;
    }

    .gen-table *[data-name="open"],
    .gen-table *[data-name="download"] {
        width: 5rem;
    }

    

.gen-table thead {
    color: #ffffff;
    background-color: #1E2B31;
    border-bottom: 0.8rem solid #ffffff;
}

@media screen and (max-width: 480px) {
    .gen-table thead {
        border-bottom: none;
    }
}

.gen-table thead tr {
    margin-bottom: 2.5rem;
}

    .gen-table thead tr th {
        text-align: left;
        padding: 1.5rem 1.5rem;
        text-transform: uppercase;
    }
        .gen-table thead tr.tabletShowRow th,
        .gen-table thead tr.mobileShowRow th{
            text-align: left;
            font-size: 0.7em;
            padding: 0rem 1.5rem 0.5em;
            text-transform: uppercase;
        }

.gen-table tbody tr {
    border-top: 1px solid #efefef;
}

    .gen-table tbody tr.alt {
        background-color: #F4F4F4;
    }

    .gen-table tbody tr td {
        padding: 1rem 1.5rem;
    }
    .gen-table tbody tr.tabletShowRow td,
    .gen-table tbody tr.mobileShowRow td {
        padding: 0rem 1.5rem 0em;
    }

.gen-table table {
    width: 100%;
    border-collapse: collapse;
}

.gen-table tfoot {
    width: 100%;
    text-align: right;
    background-color: #1E2B31;
    color: #ffffff;
}

    .gen-table tfoot tr td {
        padding: 1.7rem 1.5rem;
    }

    .gen-table tfoot span {
        text-transform: uppercase;
        font-weight: 700;
    }

.tabletShowRow {
    display: none;
}
.mobileShowRow {
    display: none;
}
.tabletShowCell {
    display: none;
}
.mobileShowCell {
    display: none;
}
@media screen and (max-width: 800px) {
    .tabletHide {
        display: none;
    }
    .tabletShowRow {
        display: table-row;
    }
    .tabletShowCell {
        display: table-cell;
    }
}

@media screen and (max-width: 550px) {
    .mobileHide {
        display: none;
    }
    .mobileShowRow {

        display: table-row;
    }
    .mobileShowCell {
        display: table-cell;
    }
}
/* Managing interface CLASS */
.DetailView {
    border: solid 2px #3A5490;
    padding: 2px;
}
.DetailViewHeader {
    background-color: #36518f;
    color: white;
    padding: 6px;
    text-align: left;
    border-bottom: solid 1px #2D5CDD;
}
.DetailViewRow {
    background-color: #FFFFFF;
    color: black;
    padding: 5px;
    text-align: left;
    border-bottom: solid 1px #c8eeee;
}
.DetailViewARow {
    background-color: #FAFAFA;
    color: black;
    padding: 5px;
    text-align: left;
    border-bottom: solid 1px #c8eeee;
}
.DetailViewCommand {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-weight: bold;
    background-color: #36518f;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36518f), color-stop(100%, #00549F));
    background-image: -webkit-linear-gradient(top, #36518f, #00549F);
    background-image: -moz-linear-gradient(top, #36518f, #00549F);
    background-image: -ms-linear-gradient(top, #36518f, #00549F);
    background-image: -o-linear-gradient(top,#36518f, #00549F);
    background-image: linear-gradient(top, #36518f, #00549F);
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
}
.DetailViewTitle {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 30px;
    text-decoration: underline;
    background-color: #3A5490;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #00549F));
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #00549F 100%);
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #00549F 100%);
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #00549F 100%);
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #00549F 100%);
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #00549F 100%);
    color: #FFF;
    border-bottom: solid 1px #2D5CDD;
}

.HGridView {
    border: solid 1px #3A5490;
    padding: 2px;
    display: inline-table;
}
.HGridViewHeader {
    background-color: #0078A8;
}
.HGridViewHeader td, .HGridViewHeader th {
    color: #FFF;
    padding: 5px;
}
.HGridViewHeader th a {
    color: #FFF;
    text-decoration: none;
}
.HGridViewHeader th a:hover {
    color: #ffd800;
}
.HGridViewFooter {
    background-color: #0078A8;
}
.HGridViewFooter td, .HGridViewFooter th{
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}
.HGridViewTitle {
    background: #00549f; /* Old browsers */
    background: -moz-linear-gradient(top,  #00A0E1 0%, #0092CC 50%, #0078A8 50%, #8CD5F2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A0E1), color-stop(50%,#0092CC), color-stop(50%,#0078A8), color-stop(100%,#8CD5F2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00A0E1 0%,#0092CC 50%,#0078A8 50%,#8CD5F2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00A0E1 0%,#0092CC 50%,#0078A8 50%,#8CD5F2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00A0E1 0%,#0092CC 50%,#0078A8 50%,#8CD5F2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00A0E1 0%,#0092CC 50%,#0078A8 50%,#8CD5F2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A0E1', endColorstr='#0078A8',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    font-weight: 900;
    font-size: 16px;
    width: 100%;

}
.HGridViewTitle td{
    padding: 5px;
    border-bottom: solid 1px white;
}
.HGridViewTools {
    display: inline-block;
}

.HGridViewTools td {
    padding-bottom: 4px; padding-left: 2px; padding-right: 2px;
}
.HGridViewRow {
    background-color: #FFFFFF;
    color: black;
    border-bottom: solid 1px #000;
    text-align: left;
}
.HGridViewRow td{
    padding-left: 5px;
    padding-right: 5px;
}
.HGridViewARow {
    background-color: #C4E3EF;
    color: black;
    border-bottom: solid 1px #000;
    text-align: left;
}
.HGridViewARow td{
    padding-left: 5px;
    padding-right: 5px;
}
.HGridViewEditRow {
    background-color: #fcff00;
    color: black;
    border-bottom: solid 1px #000;
}
.HGridViewEditRow td{
    padding: 5px 10px 5px 10px;
    text-align: left;
}

.HGridViewPager {
        background-color: #3A5490;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8CD5F2), color-stop(50%, #0078A8), color-stop(50%, #0092CC), color-stop(100%, #00A0E1));
    background-image: -webkit-linear-gradient(top, #8CD5F2 0%, #0078A8 50%, #0092CC 50%, #00A0E1 100%);
    background-image: -moz-linear-gradient(top, #8CD5F2 0%, #0078A8 50%, #0092CC 50%, #00A0E1 100%);
    background-image: -ms-linear-gradient(top, #8CD5F2 0%, #0078A8 50%, #0092CC 50%, #00A0E1 100%);
    background-image: -o-linear-gradient(top, #8CD5F2 0%, #0078A8 50%, #0092CC 50%, #00A0E1 100%);
    background-image: linear-gradient(top, #8CD5F2 0%, #0078A8 50%, #0092CC 50%, #00A0E1 100%);
}
.HGridViewPager th, .HGridViewPager td{
    border-top: solid 1px #fff;
    padding: 4px 2px;   
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}
.HGridViewPager a {
    display: inline-block;
    min-width: 20px;
    height: 30px;
    padding: 5px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    text-decoration: none;
    color: #fff!important;
    font-size: 14px;
    text-align: center;
    border: solid 1px #fff;
    overflow: hidden;
    vertical-align: bottom;
}
.HGridViewPager select {
    height: 30px;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px 0 0 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: solid 1px #fff;
    vertical-align: bottom;
}
.HGridViewPager select option {
    background-color:#2372AF;
}
.HGridViewPager a:hover {
    color: #FFFF00;
    background-color: rgba(255, 255, 0, 0.20);
    text-decoration: none;
}

/* Buttons */
.button, .button[type] {
    background: #10B5D1;
    border-color: #10B5D1;
    color: #fff;
    border-radius: 2em;
    border: solid 2px #10B5D1;
    padding: 0.5em 2em;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
    .button:hover, .button[type]:hover {
        color: #1E2B31;
        background: #10B5D1;
        text-decoration: none;
    }
i.button {
    padding: 0.5em 0.7em;
    cursor: pointer;
}
.BtnOrange {
    color: white;
    background: #10B5D1;
    border-color: #10B5D1;
    border-radius: 2em;
    border: solid 2px #10B5D1;
    padding: 0.5em 2em;
    font-weight: bold;
    font-size: 16px;
}

    .BtnOrange:hover {
        color: #1E2B31;
        background: #FFF;
    }
@media only screen and (max-width: 1024px) {
    .BtnOrange {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .BtnOrange {
        font-size: 12px;
    }
}
.BtnBlack {
    color: black;
    background: white;
    border-color: black;
    border-radius: 2em;
    border: solid 2px black;
    padding: 0.5em 2em;
    font-weight: bold;
    font-size: 16px;
}

    .BtnBlack:hover {
        color: #1E2B31;
        background: #FFF;
    }

@media only screen and (max-width: 1024px) {
    .BtnBlack {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .BtnBlack {
        font-size: 12px;
    }
}
.BtnWhite {
    color: white;
    border-color: white;
    border-radius: 0.25em;
    border: solid 2px #fff;
    padding: 0.5em 2em;
}
    .BtnWhite:hover {
        color: #10B5D1;
        border-color: #10B5D1;
    }
.BtnGrayOut {
    color: #888;
    background: #aaa;
    border-color: #888;
    border-radius: 2em;
    border: solid 2px #888;
    padding: 0.5em 2em;
    font-weight: bold;
    font-size: 16px;
    cursor: not-allowed;
}  
.BtnImg{
    font-weight: bold;
    font: 13px/100% "helvetica neue", Helvetica, sans-serif;
    text-align: center;
    padding: 2px 2px 2px 2px!important;
}

.buttonlink{
    cursor: pointer;
	display:inline-block;
	border: none;
    border: solid 1px #1E2B31;
	background: #00A0E1;
	color:#FFFFFF;
	line-height:2;
	text-align:center;
	text-decoration:none;
    line-height: 1.3em;
    font-weight: 400;
    padding: 2px 15px;
    border-radius: 8px;
}
.buttonlink:hover{
	background:#00549F;
}
    .buttonlink:active {
        border-color: rgb(255, 96, 0);
        background: rgb(255, 96, 0);
    }
.orange {
    color: white;
    border-color: #10B5D1;
    background-color: #10B5D1;
}
    .orange:hover {
        color: white;
        background-color: #FFC000;
        background-image: linear-gradient(to bottom, #FFC000 46%, #10B5D1 56%);
    }
    .orange:active {
        background-color: #FFC000;
    }
.grey {
    color: white;
    border-color: #333;
    background-color: #333;
}
.blue {
    color: white;
    border-color: #00A0E1;
    background-color: #00A0E1;
}

.GestionUL{
    display: inline-block;
    list-style: none;
}
.GestionUL li{
    padding: 0.2em;

}
/* MOdule CSS */


.ModuleTab .ui-tabs-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4em;
    padding: 0.2em 0 0.2em 0.2em;
    background: white;
    border: none;
    border-right: solid 1px black;
    border-radius: 0;
}
.ModuleTab .ui-tabs-nav li {
    right: -3px;     
    width: 100%;     
    border-right: none;     
    border-bottom-width: 1px !important;     
    border-radius: 4px 0px 0px 4px;     
    overflow: hidden; 
} 
.ModuleTab .ui-tabs-nav li.ui-tabs-selected,
.ModuleTab .ui-tabs-nav li.ui-state-active {
    border-right: 1px solid transparent; 
}
.ModuleTab .ui-tabs-nav li a {
    float: right;     
    width: 100%;     
    text-align: center; 
}
.ModuleTab .ui-tabs-panel {
    position: relative; 
    display: block;
    min-height: 30em; 
    width: 70vw;
    margin-left: 3.5em;
    border: 0;
}


@media screen and (max-width: 576px) {
    .ModuleTab {
        position: relative;
        padding-left: 0;
    }

        .ModuleTab .scroller {
            overflow-x: scroll;
            overflow-y: hidden;
            height: 4.4em;
            position: relative;
            width: 97vw;
        }

        .ModuleTab .ui-tabs-nav {
            position: relative;
            left: 0;
            top: 0;
            bottom: 0;
            width: 50em;
            height: auto;
            padding: 0.2em 0.2em 0.2em 0.2em;
            background: white;
            border: none;
            border-right: solid 1px black;
            border-radius: 0;
            break-inside: avoid-column;
        }

            .ModuleTab .ui-tabs-nav li {
                display: inline-block;
                right: 0px;
                width: 4em;
                height: 3em;
                border-bottom: none;
                border-right: 1px solid black;
                border-bottom-width: 1px !important;
                border-radius: 4px 4px 0px 0px;
                overflow: hidden;
            }

                .ModuleTab .ui-tabs-nav li.ui-tabs-selected,
                .ModuleTab .ui-tabs-nav li.ui-state-active {
                    border-right: 1px solid black;
                    border-bottom: 1px solid transparent;
                }

        .ModuleTab .ui-tabs-panel {
            margin-left: 0;
            border-left: 1px solid black;
            min-height: 30em;
            min-width: 97vw;
            width: 350px;
            overflow: auto;
        }
}
/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
    position: absolute;
    cursor: default;
    border: solid 1px black;
    background: white;
    color: rgb(69,72,77);
    z-index: 1000;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
        background: rgba(252, 204, 81, 1);
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-widget {
    font-family: "Roboto","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
    background: #fff;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 0.4rem;
    padding: 0.5rem;
    width: 25rem;
}

    .ui-datepicker a,
    .ui-datepicker a:hover {
        text-decoration: none;
    }

        .ui-datepicker a:hover,
        .ui-datepicker td:hover a {
            color: #2A6496;
            -webkit-transition: color 0.1s ease-in-out;
            -moz-transition: color 0.1s ease-in-out;
            -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
        }

    .ui-datepicker .ui-datepicker-header {
        margin-top: 0.5rem;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-title {
        font-weight: 700;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        cursor: default;
        font-family: 'Font Awesome 5 Free', FontAwesome;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        font-size: 3rem;
        height: 3rem;
        line-height: 1;
        margin-top: 2px;
        width: 3rem;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev {
        float: left;
        text-align: left;
    }

    .ui-datepicker .ui-datepicker-next {
        float: right;
        text-align: right;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\f351";
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\f352";
    }

    .ui-datepicker .ui-datepicker-month {
        width: 7rem;
        margin-right: 1rem;
        text-align: left;
    }

    .ui-datepicker .ui-datepicker-year {
        width: 6.2rem;
        text-align: left;
    }

    .ui-datepicker .ui-icon {
        display: none;
    }

    .ui-datepicker .ui-datepicker-calendar {
        table-layout: fixed;
        width: 100%;
    }

        .ui-datepicker .ui-datepicker-calendar th,
        .ui-datepicker .ui-datepicker-calendar td {
            text-align: center;
            padding: 0.5rem 0;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            border-radius: 4px;
            -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        }

            .ui-datepicker .ui-datepicker-calendar td:hover {
                background-color: #eee;
                cursor: pointer;
            }

            .ui-datepicker .ui-datepicker-calendar td a {
                text-decoration: none;
            }

    .ui-datepicker .ui-datepicker-current-day {
        background-color: #4289cc;
    }

        .ui-datepicker .ui-datepicker-current-day a {
            color: #fff
        }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
    }
    /* CONSIGNE ET FINANCEMENT SPECIFIQUE*/
.register-lookup{

}
    .register-lookup ._regConf ul{
        display: flex;

    }
    .register-lookup ._regConf ul > li{
        display: flex;
    }
    .register-lookup ._regConf ._CtlLabel {
        display: block;
        font-size: 0.8em;

    }
    /* FIN DE CONSIGNE ET FINANCEMENT*/
    .MaxSection {
    }
    .MaxSection .MaxSectionBtn {
        height: 90px;
        width: 100%;
        overflow: hidden;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    }
        .MaxSection .MaxSectionBtn .SectionTabTitle {
            padding: 2px 5px;
            height: 30px;
            white-space: nowrap;
            background: #333;
            color: white;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 22px;
        }
    .MaxSection ._inside .MaxSectionBtn .SectionTabTitle {
        padding: 5px 5px;
        height: auto;
        white-space: nowrap;
        background: rgb(255, 96, 0);
        color: white;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px;
        font-weight: normal;
        font-size: 18px;
    }
    .favchk > input[type=checkbox] {
        display: none;
    }

        .favchk > input[type=checkbox] + label {
            position: relative;
            height: 25px;
            width: 25px;
            background: url('../img/Heart32_false.png') no-repeat;
            background-size: cover;
            cursor: pointer;
        }


        .favchk > input[type=checkbox]:checked + label {
            background: url('../img/Heart32_true.png') no-repeat;
            background-size: cover;
        }
.MaxSectionCnt {
    height: calc(100vh - 220px);
    overflow-y: auto;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    border-top: solid 2px #333;
}
    .MaxSectionCnt ._padding {
        padding: 5px;
    }
    .MaxSectionCnt._inside {
        border-top: 0;
        box-shadow: none;
        padding: 0;
        margin: 0;
        height: auto;
    }
.SectionTabButton {
    width: 100%;
    padding: 0 5px;
}
    .SectionTabButton > li {
        display: inline-block;
        width: 65px;
        margin: 0;
        padding: 6px 2px 0 2px;
        height: 55px;
        text-align: center;
        overflow: hidden;
        border-left: solid 1px #eee;
        cursor: pointer;
        border-radius: 8px 8px 0 0;
    }
    .SectionTabButton > li:first-child {
        border-left: none;
    }
        .SectionTabButton > li.selected{
            margin-bottom: 0;
            background: #333;
            color: white;
        }
        .SectionTabButton > li:hover {
            background: rgba(0, 146, 204, 0.50);
        }
        .SectionTabButton > li >.fa {
        display: block;
        font-size: 25px;
        height: 30px;
        
    }
    .SectionTabButton > li > label {
        font-size: 8px;
        line-height: 9px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        width: 100%;
        display: block;
        text-align: center; 
        text-transform: uppercase;
    }
.sec-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
.sec-flex-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
.sec-flex > div {
    flex-basis: 350px;
}
.sec-flex-full > div {
    flex-basis: 100%;
}
.sec-noflex {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
}

    .sec-noflex > div {
        display: inline-block;
        width: calc(100% - 30px);
    }
.sec-group {
    border: solid 1px rgb(255, 96, 0);
    border-radius: 8px;
    margin: 8px;
}
.sec-group > h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px;
    background: rgb(255, 96, 0);
    border-radius: 8px 8px 0 0;
    color: white;
}
.sec-input-group{
    margin: 0 5px;
    padding: 5px 16px;
}

@media screen and (max-width: 767px) {
    .sec-group {
        border: solid 1px rgb(255, 96, 0);
        border-radius: 8px;
        margin: 8px 0;
    }
    .sec-input-group {
        margin: 0 5px;
        padding: 5px 8px;
    }
}
    .sec-input-group > label {
        display: block;
        font-size: 0.7em;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 -0.1em -5px;
        text-decoration: underline;
        width: 100%;
    }
.sec-input-group > label > i {
    vertical-align: middle;
}
        .sec-input-group > label p {
            display: block;
            margin: 0;
        }
    .sec-input-group .InputCtrl {
        display: inline-block;
        padding: 4px 8px;
        vertical-align: middle;
        border: solid 1px rgba(51, 51, 51, 0.30);
        background: rgba(255, 255, 255, 1);
        border-radius: 8px;
        margin-top: 0.25em;
        max-width: 300px;
    }
        .sec-input-group .InputCtrl.EdBoxErr {
            background: #f26161;
        }
    .sec-input-group .SelectCtrl {
        display: inline-block;
        padding: 4px 8px;
        vertical-align: middle;
        border: solid 1px rgba(51, 51, 51, 0.30);
        background: rgba(255, 255, 255, 1);
        border-radius: 8px;
        margin-top: 6px;
        max-width: 300px;
    }
.sec-flex-full .sec-input-group .InputCtrl {
    width: 95%;
    max-width: 100%;
    display: block;
}
.sec-flex-full .sec-input-group textarea.InputCtrl {
    height: 5em;
}
.sec-flex-full .sec-input-group select.InputCtrl {
    width: auto; 
}
.sec-input-group input[type=checkbox].ChkCtrl {
    display: none;
}

    .sec-input-group input[type=checkbox].ChkCtrl + label {
        position: relative;
        font-size: 0.8em;
        line-height: 1.6em;
        text-indent: 4em;
        margin: 0.2em 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 1.6em;
        top: 0.1em;
        vertical-align: middle;
    }

        .sec-input-group input[type=checkbox].ChkCtrl + label:before,
        .sec-input-group input[type=checkbox].ChkCtrl + label:after {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: ' ';
            width: 3.6em;
            background-color: #888;
            border-radius: 1em;
            box-shadow: inset 0 0.2em 0 rgba(0,0,0,0.3);
            -webkit-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
        }

        .sec-input-group input[type=checkbox].ChkCtrl + label:after {
            width: 1.4em;
            top: 0.1em;
            bottom: 0.1em;
            margin-left: 0.2em;
            background-color: #fff;
            border-radius: 1em;
            box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);
        }

.sec-input-group input[type=checkbox]:disabled.ChkCtrl + label:before {
    background-color: rgba(0,0,0,0.25) !important;
}

.sec-input-group input[type=checkbox]:checked.ChkCtrl + label:before {
    background-color: rgb(255, 96, 0);
}

.sec-input-group input[type=checkbox]:checked.ChkCtrl + label:after {
    margin-left: 2em;
}
.sec-check-list{

}
.sec-check-list > *{
    display: block;
}
.sec-input-note .NoteCtrl {
    width: 100%;
    height: 4em;
    background: url('images/fond_page.png') repeat-y;
    font: normal 14px verdana;
    line-height: 25px;
    padding: 2px 10px 2px 37px;
    border: solid 1px #ddd;
    box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
    border-radius: 0;
}
.sec-input-note-orange {
    border: solid 2px #1E2B31;
    margin: 1em;
    border-radius: 8px;
    padding: 1em;
    background-color: #efefef;
    background: #1E2B31;
    color: white;
}
    .sec-input-note-orange .NoteCtrlOrange {
        border-radius: 8px;
    }
    .sec-input-note-orange textarea.NoteCtrlOrange {
        width: 100%;
        height: 6em;
        padding: 0.5em;
        font-size: 0.8em
    }
    .sec-input-note-orange textarea.NoteCtrlOrange:hover {
        background: white;
    }
    .sec-input-note-orange select.NoteCtrlOrange {
        width: auto;
        padding: 0.5em;
        font-size: 0.8em
    }
.sec-input-note-orange {
    
}
    .sec-input-note-orange .NoteCtrlOrange {
        
    }


.Sec-Files {
}

        .Sec-Files h2 {
            display: inline-block;
            vertical-align: bottom;
        }

        .Sec-Files ._download,
        .Sec-Files ._delete {
            color: #1E2B31;
            display: inline-block;
            font-size: 40px;
            line-height: 40px;
            vertical-align: bottom;
        }

            .Sec-Files ._download:hover, 
            .Sec-Files ._delete:hover {
                -webkit-box-shadow: 0 0 5px #111;
                -moz-box-shadow: 0 0 5px #111;
                box-shadow: 0 0 5px #111;
            }
            .Sec-Files ._delete {
                color: #880000;

            }
            .Sec-Files ._upload {
                position: relative;
                overflow: hidden;
                color: #1E2B31;
                text-align: center;
                display: inline-block;
                vertical-align: bottom;
                margin: 0 10px;
            }

            .Sec-Files ._upload:hover {
                -webkit-box-shadow: 0 0 5px #111;
                -moz-box-shadow: 0 0 5px #111;
                box-shadow: 0 0 5px #111;
            }

            .Sec-Files ._upload input {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                opacity: 0;
                -ms-filter: 'alpha(opacity=0)';
                font-size: 200px;
                direction: ltr;
                cursor: pointer;
            }

            .Sec-Files ._upload .fileinput-browse {
                display: inline-block;
                min-height: 40px;
                padding: 10px;
                font-size: 16px;
                font-weight: bold;
                background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                color: white;
                border-radius: 3px;
                Border: solid 1px #000000;
                font-size: 1em;
                line-height: 1em;
                font-weight: bold;
                margin: 0px;
            }

            .Sec-Files ._upload ._icon {
                font-size: 25px;
                vertical-align: middle;
            }

    .Sec-border {
        border: solid 1px #888;
        margin: 10px;
        border-radius: 8px;
        padding: 8px;
    }

    .Sec-List {
    }

        .Sec-List > li {
            border: solid 1px #888;
            margin: 10px;
            border-radius: 8px;
            padding: 8px;
            text-align: left;
        }

            .Sec-List > li._noborder {
                border: none;
                margin: 0;
                border-radius: 0;
                padding: 4px 8px;
                text-align: left;
            }

            .Sec-List > li > div > label {
                font-weight: bold;
            }

            .Sec-List > li > div._user {
                display: inline-block;
                width: 200px;
            }

            .Sec-List > li > div._date {
                display: inline-block;
                float: right;
            }

            .Sec-List > li > div._statut {
                background: #8CD5F2;
                padding: 0.2em 0.2em 0 1em;
                border-radius: 8px 8px 0 0;
            }

            .Sec-List > li > div._note {
                background: #1E2B31;
                color: white;
                padding: 0.2em 0.2em 0.2em 1em;
                border-radius: 0 0 8px 8px;
            }

                .Sec-List > li > div._note > label {
                    display: block;
                    text-decoration: underline;
                    margin: 0;
                }
.Comm-List {
}

    .Comm-List > li {
        border: solid 1px #888;
        margin: 10px;
        padding: 8px;
        text-align: left;
        margin-top: 20px;
    }

        .Comm-List > li._noborder {
            border: none;
        }

        .Comm-List > li > div > label {
            font-weight: bold;
        }

        .Comm-List > li > div._user {
            display: inline-block;
            width: 200px;
        }

        .Comm-List > li > div._date {
            display: inline-block;
            float: right;
        }

        .Comm-List > li > div._statut {
            padding: 0.2em 0.2em 0 0.2em;
            border-bottom: solid 2px #1E2B31;
        }

        .Comm-List > li > div._note {
            background: #efefef;
            color: #1E2B31;
            padding: 0.2em 0.2em 0.2em 1em;
        }

            .Comm-List > li > div._note > label {
                display: block;
                text-decoration: underline;
                margin: 0;
            }
        .Comm-List > li > div._risktbl {
            background: #efefef;
            color: #1E2B31;
            padding: 0.2em 0.2em 0.2em 1em;
        }
            .Comm-List > li > div._risktbl > table {
                width: 100%;
                border: solid 2px #1E2B31;
                border-radius: 8px;
                font-size: 0.8em;
            }
            .Comm-List > li > div._risktbl > table th {
                background: #1E2B31;
                color: #8CD5F2;
                min-width: 20%;
                padding: 3px;
            }
            .Comm-List > li > div._risktbl > table th:last-of-type {
                min-width: 40%;
            }
                .Comm-List > li > div._risktbl > table td {
                    border-bottom: solid 1px #1E2B31;
                    padding: 1px 3px;
                    border-left: solid 1px #868e96;
                }
            .Comm-List > li > div._risktbl > table td._RType{
                background: #00A0E1;
                border-bottom: none;
                font-weight: bold;
            }
            .ModuleTabButton {
                width: 100%;
                text-align: center;
                border-bottom: solid 1px black;
                padding: 5px 0 0 0;
                margin: 0;
                background: #aaaaaa; /* Old browsers */
                background: -moz-linear-gradient(top, #aaaaaa 0%, #666666 58%, #0a0809 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #aaaaaa 0%,#666666 58%,#0a0809 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #aaaaaa 0%,#666666 58%,#0a0809 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }

        .ModuleTabButton.SubTabButton {
            background: white;
        }

    .SubTabCnt {
        border: solid 1px black;
        border-top: none;
        margin: 0;
        padding: 5px 5px 40px 5px;
    }

    .ModuleTabButton > li {
        display: inline-block;
        background: #000;
        border: solid 1px #000;
        color: white;
        border-radius: 8px 8px 0 0;
        padding: 10px 10px 3px 10px;
        margin-bottom: -1px;
    }

        .ModuleTabButton > li > a {
            color: white;
        }

        .ModuleTabButton > li.ui-tabs-active {
            background: white;
            color: black;
            border-bottom: solid 1px white;
        }

            .ModuleTabButton > li.ui-tabs-active > a {
                color: black;
            }

        .ModuleTabButton > li i {
            font-size: 1.8em;
        }

    .ModulePan {
        display: none;
        width: 100%;
    }
    /* File Upload */
    .fileinput-button {
        position: relative;
        overflow: hidden;
        color: #1E2B31
    }

        .fileinput-button input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            opacity: 0;
            -ms-filter: 'alpha(opacity=0)';
            font-size: 200px;
            direction: ltr;
            cursor: pointer;
        }

    .fileinput-browse {
        display: inline-block;
        min-height: 40px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: white;
        border-radius: 3px;
        Border: solid 1px #000000;
        font-size: 1em;
        line-height: 1em;
        font-weight: bold;
        margin: 0px;
    }

    .fileupload-icon {
        font-size: 1.2em;
        font-weight: bold;
        vertical-align: middle;
    }

    .fileinput-browse:hover {
        -webkit-box-shadow: 0 0 5px #111;
        -moz-box-shadow: 0 0 5px #111;
        box-shadow: 0 0 5px #111;
    }

    .fileinput-browse span {
        padding: 0.0em 0.1em 0.1em 0.2em;
    }

    .fileupload-progress {
        display: block;
        width: 3em;
        height: 0.8em;
        background: rgba(235, 145, 68, 0.50);
        margin-top: 0.1em;
    }

    .fileupload-progress-Bar {
        height: 0.8em;
        background: green;
    }

    .fabutton {
        font-size: 2.5em;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    .CtrlGrpInLine {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
        margin-right: 0.2em;
        text-align: left;
    }

        .CtrlGrpInLine .AdLbl {
            color: #797979;
            margin-left: 0.4em;
        }
    /* Info Page*/
    .InfoPage {
        padding: 20px 40px 20px 40px;
        width: 100%;
        text-align: center;
    }

    @media screen and (max-width: 992px) {
        .InfoPage {
            padding: 10px 5px 10px 5px;
        }
    }

    .ListRefreshDiv {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.10);
        border-radius: 0.5em;
        top: 0;
        left: 0;
    }

    .ListRefreshIcon {
        font-size: 100px !important;
        color: rgb(255, 96, 0);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        text-shadow: 0 0 10px #111;
    }

    .ListRefreshIconO {
        font-size: 100px !important;
        color: #f06953;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        text-shadow: 0 0 10px #111;
    }
    /* General Input */
    .AdUL {
        margin: 0;
        list-style: none;
    }

        .AdUL li {
            margin: 0;
            padding: 0.2em;
        }

    .AdTitle {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 200;
        text-decoration: underline;
        font-size: 1.2em;
        margin-top: 20px;
    }

    .AdLbl {
        color: black;
        display: inline-block;
        margin: 5px 0px 2px 0px;
        font-weight: 100;
        font-size: 0.8em;
        line-height: 1em;
        display: block;
        font-weight: normal;
    }

    .AdLblOver {
        color: black;
        font-weight: 100;
        font-size: 0.8em;
        line-height: 1.2em;
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
        width: auto;
    }

    .AdLbl::after {
        content: '';
    }

    .AdMoreInfo {
    }

    .AdInfoTitle {
    }

    .AdInfoPanel {
    }

        .AdInfoPanel ul {
        }

            .AdInfoPanel ul li {
                margin-bottom: 1em;
            }

    /* Edit Box */
    .EdIBtn {
        cursor: pointer;
    }

        .EdIBtn:hover {
            text-shadow: 0 0 5px #111;
        }

        .EdIBtn:active {
            color: #10B5D1;
        }

    .EdBtn {
        position: relative;
        display: inline-block;
        border: solid 1px black;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        background: linear-gradient(to bottom, #ffa84c 18%,#d28536 100%);
        cursor: pointer;
        transition: background-color 0.35s ease-in-out;
        margin: 0;
    }

        .EdBtn:hover {
            background: #523530;
        }

        .EdBtn:active {
            background: #10B5D1;
        }

    input.EdBox {
        height: 2.5em;
        margin: 0;
        padding: 0px;
        line-height: 0.8em;
        border: 1px solid #cacaca;
        border-radius: 0;
        transition: background 0.2s ease, padding 0.4s linear;
        padding: 0.3em 1em 0.3em 1em;
        width: auto;
        display: inline-block;
    }

    textarea.EdBox {
        line-height: 1.3em;
    }

    select.EdBox {
        height: 2.5em;
        padding: 0.3em 1.5em 0.3em 1em;
        border: 1px solid #cacaca;
        margin: 0 0 1em;
        font-size: 1em;
        line-height: normal;
        color: #0a0a0a;
        background-color: #fefefe;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
        -webkit-background-size: 9px 6px;
        background-size: 9px 6px;
        background-position: right -1em center;
        -webkit-background-origin: content-box;
        background-origin: content-box;
        background-repeat: no-repeat;
    }

    @media screen and (min-width: 0\0) {
        select.EdBox {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
        }
    }

    select.EdBox:disabled {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

    select.EdBox::-ms-expand {
        display: none;
    }

    input[type=checkbox].EdBox {
        display: none;
    }

        input[type=checkbox].EdBox + label {
            position: relative;
            font-size: 0.8em;
            line-height: 1.6em;
            text-indent: 4em;
            margin: 0.2em 0;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            height: 1.6em;
            top: 0.1em;
            vertical-align: middle;
        }

            input[type=checkbox].EdBox + label:before,
            input[type=checkbox].EdBox + label:after {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: ' ';
                width: 3.6em;
                background-color: #888;
                border-radius: 0.3em;
                box-shadow: inset 0 0.2em 0 rgba(0,0,0,0.3);
                -webkit-transition: all 100ms ease-in;
                transition: all 100ms ease-in;
            }

            input[type=checkbox].EdBox + label:after {
                width: 1.4em;
                top: 0.1em;
                bottom: 0.1em;
                margin-left: 0.1em;
                background-color: #fff;
                border-radius: 0.15em;
                box-shadow: inset 0 -0.2em 0 rgba(0,0,0,0.2);
            }

    input[type=checkbox]:disabled.EdBox + label:before {
        background-color: rgba(0,0,0,0.25) !important;
    }

    input[type=checkbox]:checked.EdBox + label:before {
        background-color: #393;
    }

    input[type=checkbox]:checked.EdBox + label:after {
        margin-left: 2em;
    }
    /* START OF LOADER */
    .LargeLoader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: rgba(64, 64, 64, 0.40);
        z-index: 2000;
    }

        .LargeLoader .inner {
            position: fixed;
            top: calc(50% - 64px);
            left: calc(50% - 64px);
        }

    .lds-roller {
        display: inline-block;
        position: relative;
        width: 128px;
        height: 128px;
    }

        .lds-roller div {
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            transform-origin: 64px 64px;
        }

            .lds-roller div:after {
                content: " ";
                display: block;
                position: absolute;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background: rgba(0, 160, 225, 0.60);
                border: solid 1px rgba(0, 160, 225, 1);
                margin: -6px 0 0 -6px;
            }

            .lds-roller div:nth-child(1) {
                animation-delay: -0.036s;
            }

                .lds-roller div:nth-child(1):after {
                    top: 100px;
                    left: 100px;
                }

            .lds-roller div:nth-child(2) {
                animation-delay: -0.072s;
            }

                .lds-roller div:nth-child(2):after {
                    top: 108px;
                    left: 90px;
                }

            .lds-roller div:nth-child(3) {
                animation-delay: -0.108s;
            }

                .lds-roller div:nth-child(3):after {
                    top: 114px;
                    left: 78px;
                }

            .lds-roller div:nth-child(4) {
                animation-delay: -0.144s;
            }

                .lds-roller div:nth-child(4):after {
                    top: 116px;
                    left: 64px;
                }

            .lds-roller div:nth-child(5) {
                animation-delay: -0.18s;
            }

                .lds-roller div:nth-child(5):after {
                    top: 116px;
                    left: 50px;
                }

            .lds-roller div:nth-child(6) {
                animation-delay: -0.216s;
            }

                .lds-roller div:nth-child(6):after {
                    top: 108px;
                    left: 38px;
                }

            .lds-roller div:nth-child(7) {
                animation-delay: -0.252s;
            }

                .lds-roller div:nth-child(7):after {
                    top: 100px;
                    left: 28px;
                }

            .lds-roller div:nth-child(8) {
                animation-delay: -0.288s;
            }

                .lds-roller div:nth-child(8):after {
                    top: 90px;
                    left: 20px;
                }

    @keyframes lds-roller {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


    .load-container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .load span {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-color: #000000;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation: 1.2s infinite bubble ease-in-out;
        animation: 1.2s infinite bubble ease-in-out;
    }

        .load span:nth-child(1) {
            background-color: #00A0E1;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .load span:nth-child(2) {
            background-color: #00A0E1;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .load span:nth-child(3) {
            background-color: #00A0E1;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .load span:nth-child(4) {
            background-color: #00A0E1;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }


    @keyframes bubble {
        0% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }
    /* END OF LOADER */
    /* START OF MESSAGE BOX */
    /* This CSS is for the Notification and Question Popup*/
    .PopupBackground {
        position: fixed;
        background-color: black;
        opacity: 0.7;
        filter: alpha(opacity=70);
        background-color: rgba(0,0,0,0.70);
        min-height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 500;
    }

    .PopupBackground-content {
        height: 100%;
        width: 100%;
        z-index: 500;
    }

    .PopupOffset {
        width: 100%;
        position: fixed;
        top: 0;
        text-align: center;
        z-index: 500;
        height: 100%;
    }

    .PopupOffsetR {
        width: 100%;
        position: fixed;
        top: 0;
        text-align: center;
        z-index: 500;
    }


    .PopupBox {
        background: #fff;
        border: 2px solid black;
        text-align: left;
        display: block;
        /*--Shadow en CSS3--*/
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
        margin-bottom: 25px;
        position: relative;
    }

    .PopupClosebtn {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        background: url('Images/cancel-img-white.svg') 12px 12px no-repeat;
        color: #fff;
        display: inline-block;
        cursor: pointer;
    }

        .PopupClosebtn:hover {
            background: #10B5D1 url('Images/cancel-img-white.svg') 12px 12px no-repeat;
            color: #2199e8;
        }

        .PopupClosebtn:active {
            background: #f36507 url('Images/cancel-img-white.svg') 12px 12px no-repeat;
            color: #523530;
        }

    .MsgBocCnt {
        width: 100%;
        text-align: center;
        display: inline-block;
        height: 100%;
    }

    .MsgBoxHeader {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 8px;
        background-color: #151D49;
        color: white;
        overflow: hidden;
    }

        .MsgBoxHeader .fa {
            font-size: 2rem;
            vertical-align: top;
        }

    .MsgBoxHeaderText {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .MsgBoxQuestion {
        background-color: #3290d7;
        color: white;
    }

    .MsgBoxError {
        background-color: #e01c0e;
        color: white;
        font-weight: bold;
    }

    .MsgBoxHeader span {
    }

    .PopupOffsetR .MsgBoxMessage {
        padding: 1rem;
    }

    .MsgBoxMessage {
        margin-top: 50px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
        min-width: 100%;
        max-height: calc(100vh - 125px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .MsgBoxContent {
    }

    .MsgBox {
        position: relative;
        background-color: #fff;
        display: inline-block;
        width: auto !important;
        padding: 0 0 0 0;
        text-align: left;
        border-radius: 0px;
        overflow-x: hidden;
        border-radius: 8px;
    }

    .MsgBoxContent.MsgBoxNoTitle {
        padding: 1rem 1rem 1rem 1rem;
        min-height: 10rem;
        min-width: 10rem;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .PopupClosebtn.MsgBoxNoTitle {
        width: 30px;
        height: 30px;
        padding: 2px 0 0 2px;
        position: absolute;
        top: 0;
        right: 0;
        background: unset;
        display: inline-block;
    }

        .PopupClosebtn.MsgBoxNoTitle:after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f00d';
            font-weight: bold;
            font-size: 25px;
            color: #000;
        }
    /*.MsgBoxNoTitle:before {
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(252, 204, 81, 1);
        height: 50px;
    }*/
    .MsgBoxBtns {
        width: 100%;
        text-align: right;
        padding: 1.5rem;
        background-color: #f2f2f2;
    }

    .MsgConfirmBtn {
        text-decoration: none;
        display: inline-block;
        padding: 1rem 3rem;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        background-color: transparent;
        border: none;
        text-align: center;
        color: #f2f2f2;
        background-color: #151D49;
        border-radius: 8px;
    }

        .MsgConfirmBtn.BtnOrange {
            color: #221F20;
            background-color: rgb(255, 96, 0);
            font-weight: bold;
            color: white;
        }

        .MsgConfirmBtn:hover {
            color: #ffffff;
            background-color: #57585b;
        }

    @media screen and (max-width: 767px) {
        .PopupClosebtn {
            position: fixed;
        }

        .MsgBoxHeader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
        }

        .MsgBoxHeaderText {
            margin-left: 50px;
            position: relative;
        }

            .MsgBoxHeaderText::before {
                position: absolute;
                background: url('Images/LogoB_New.svg') 0 0 no-repeat;
                background-size: 45px 45px;
                height: 50px;
                width: 50px;
                left: -50px;
                top: -13px;
                content: ' ';
            }

        .MsgBox {
            width: 100% !important;
            border-radius: 0;
            overflow-y: auto;
            max-height: calc(100vh - 50px);
            top: 50px;
        }

        .MsgBoxMessage {
            margin-top: 0;
            padding-bottom: 20px;
            max-height: none;
            overflow-y: visible;
        }

        .MsgBoxBtns {
            padding-bottom: 50px;
        }
    }

    .MaxMsgBox {
        min-height: calc(100vh - 220px);
    }

    .MaxOnScreen {
        display: none;
    }

    .MaxMsgBoxBtns {
        display: block;
        text-align: center;
        margin: 1rem;
    }

    .go-back-link {
        display: inline-block;
        margin-bottom: 5px;
        margin: 0;
        padding: 0 1rem;
        width: 100%;
        color: #7d7d7d;
        position: relative;
    }

        .go-back-link:hover {
            color: #fff;
            background: rgb(255, 96, 0);
        }

            .go-back-link:hover span {
                color: #FFF;
                border-color: #221F20;
                font-weight: bold;
            }

        .go-back-link::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 3rem;
            text-rendering: auto;
            content: "\f137";
            vertical-align: middle;
        }

        .go-back-link span {
            font-size: 2.5rem;
            margin-left: 1rem;
            display: inline-block;
            vertical-align: middle;
        }
    /* END OF MESSAGE BOX*/

    .APBullet {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .APBullet li {
            background-image: url('images/bulletB.png');
            background-repeat: no-repeat;
            background-position: 0px 0px;
            padding-left: 20px;
            line-height: 20px;
            font-size: 16px;
            margin-bottom: 4px;
        }

    .APBulletS {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .APBulletS li {
            margin-left: 20px;
            line-height: 20px;
            font-size: 16px;
            margin-bottom: 10px;
            position: relative;
        }

            .APBulletS li:before {
                height: 20px;
                width: 20px;
                content: ' ';
                position: absolute;
                top: 0;
                left: -20px;
                background-image: url('images/bulletB.png');
                background-repeat: no-repeat;
                background-position: 0px 0px;
            }

            .APBulletS li ul {
                margin-top: 10px;
                list-style-type: none;
            }

                .APBulletS li ul li {
                    background-image: url('images/BulletArrow.png');
                    background-repeat: no-repeat;
                    background-position: 0px 2px;
                    padding-left: 20px;
                    line-height: 20px;
                    font-size: 14px;
                    margin-bottom: 4px;
                }

    .PageFormulaire {
        margin: 1em 2em 0 2em;
        padding: 0.5em 30px 2em 30px;
        color: #151D49;
        border: solid 1px #151D49;
        border-radius: 8px;
        position: relative;
    }
@media screen and (max-width: 767px) {
    .PageFormulaire {
        margin: 1em 1px 0 1px;
        padding: 0.5em 10px 2em 10px;
    }
}
    .FormulaireCtrl {
        padding: 5px 20px 5px 20px;
        text-transform: uppercase;
        color: #00A0E1;
        text-align: center;
        position: relative;
    }

    .PageFormulaire legend {
        font: normal 20px 'bellota', serif;
        color: #10B5D1;
        text-align: left;
        display: inline-block;
        width: auto;
        padding: 0 1em;
    }

        .PageFormulaire legend > span {
            font-size: 1em;
            line-height: 1.3em;
            background: #10B5D1;
            width: 1.5em;
            height: 1.5em;
            text-align: center;
            margin: 0 0.5em 0 0;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            color: #fff;
            font-weight: bold;
            vertical-align: middle;
            display: inline-block;
        }

    .ListAlbum {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        color: #333;
        width: 100%;
        text-align: center;
    }

        .ListAlbum li {
            display: inline-block;
            height: 200px;
            width: 200px;
            text-align: center;
            padding: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0 0 10px #111;
            -moz-box-shadow: 4px 4px 10px #111;
            box-shadow: 4px 4px 10px #111;
            margin: 20px;
            border-width: 2px;
            border-style: inset;
            border-color: rgba(0, 160, 225, 0.75);
            color: rgb(0, 160, 225);
            font-size: 18px;
            background: rgba(0, 160, 225, 0.20);
        }

            .ListAlbum li:hover {
                background: rgba(216, 225, 0, 0.20);
            }

    .Formulaire {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        color: #333;
    }

        .Formulaire li {
            background-repeat: no-repeat;
            background-position: 0px 0px;
            padding-left: 0px;
            line-height: 20px;
            font-size: 1em;
            margin-bottom: 4px;
            text-align: left;
        }

            .Formulaire li label {
                width: 100%;
                font-size: 0.8em;
                padding: 0;
                margin: 0;
            }

        .Formulaire input[type=checkbox] {
            display: none;
        }

            .Formulaire input[type=checkbox] + .ChkLabel {
                cursor: pointer;
            }

                .Formulaire input[type=checkbox] + .ChkLabel.Condition {
                    padding-left: 2.5em;
                    position: relative;
                }

                .Formulaire input[type=checkbox] + .ChkLabel:before {
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    content: '\f0c8';
                    margin-right: 0.2em;
                    font-size: 1.3em;
                    font-weight: bold;
                    color: #efefef;
                    cursor: pointer;
                    transition: width 150ms ease 100ms;
                }

                .Formulaire input[type=checkbox] + .ChkLabel.Condition:before {
                    position: absolute;
                    left: 0;
                    top: 0.2em;
                    font-size: 1.5em;
                }

            .Formulaire input[type=checkbox]:checked + .ChkLabel:before {
                content: '\f14a';
                color: #10B5D1;
                transition: width 100ms ease;
                transform: scale(1.20);
            }

            .Formulaire input[type=checkbox]:checked + .ChkLabel.Condition:before {
                content: '\f164';
                color: #10B5D1;
            }


    .FormulaireFullLI {
    }

    .FormualireBtn {
    }

.Formulaire input[type=text], input[type=number], .Formulaire textarea {
    padding: 4px 8px;
    border: 1px solid #10B5D1;
    min-height: 2em;
    border-radius: 8px;
}

    .Formulaire input:hover, textarea:hover {
        background-color: rgba(0, 160, 225, 0.10);
    }

    .Formulaire input:focus, textarea:focus {
        border-width: 2px;
    }

    .Formulaire textarea.FormulaireFullTxt {
        width: 100%;
        height: 4em;
        background: url('images/fond_page.png') repeat-y;
        font: normal 14px verdana;
        line-height: 25px;
        padding: 2px 10px 2px 37px;
        border: solid 1px #ddd;
        box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
        border-radius: 0;
    }

    .FormulaireFullTxt:focus {
        outline-width: 0;
    }

    .Formulaire input[type=radio] {
        display: none;
    }

        .Formulaire input[type=radio] + label {
            cursor: pointer;
        }

            .Formulaire input[type=radio] + label:before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                content: '\f0c8';
                margin-right: 0.2em;
                font-size: 1.3em;
                font-weight: bold;
                color: #efefef;
            }

        .Formulaire input[type=radio]:checked + label:before {
            content: '\f14a';
            color: #10B5D1;
        }

    .Formulaire .inputBorder {
        padding: 6px 8px 4px 8px;
        border: 1px solid #10B5D1;
        min-height: 2em;
        border-radius: 8px;
        margin-bottom: 3px;
        left: 0px;
        background-color: white;
    }

    .FormulaireStepBtn {
        width: calc(100% - 10rem);
        display: inline-flex;
        justify-content: space-between;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, #00A0E1 47%, #00A0E1 49%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
        padding: 1rem 0;
    }

        .FormulaireStepBtn .StepBtn {
            font-size: 15px;
            line-height: 26px;
            border-radius: 15px;
            width: 30px;
            height: 30px;
            display: inline-block;
            padding: 0px 4px;
            font-weight: bold;
            margin: 0;
            border-width: 2px;
            border-style: solid;
            position: relative;
        }

            .FormulaireStepBtn .StepBtn.orange::after {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                content: '\f00c';
                color: #FFF;
                position: absolute;
                left: 0;
                background: #FF6600;
                font-size: 18px;
                padding-top: 2px;
                line-height: 26px;
                border-radius: 15px;
                width: 26px;
            }

    .Formulaire li.F50 {
        display: inline-block;
        width: 49%;
    }

    .Formulaire li input[type=text] {
        width: 90%;
    }

    .Formulaire li div input[type=text] {
        width: 90%;
    }
    .Formulaire li ._TopTitle{
        display: block;
        margin-top: 10px;
        font-weight: bold;
        line-height: 1em;
        border-bottom: solid 1px white;
    }
.Formulaire .ExpCnt {
    border-radius: 8px;
    padding: 0;
    margin: 0 0 20px 0;
    background: #1E2B31;
    border-radius: 8px;
}
        .Formulaire .ExpCnt .FormulaireTitle {
            display: block;
            background: #8CD5F2;
            padding: 7px;
            border-radius: 0;
            color: #333;
            text-decoration: none;
            font-size: 1.2em;
            margin: 0
        }
        .Formulaire .ExpCnt .FormulaireTitle:first-of-type {
            border-radius: 7px 7px 0 0;
        }
        .Formulaire .ExpCnt .FormulaireTitleSub {
            background: #1E2B31;
            color: rgb(255, 96, 0);
            font-size: 1em;
            width: 100%;
            padding: 5px;
        }
        .Formulaire .ExpCnt .FormulaireSection {
            display: block;
            background: #1E2B31;
            padding: 0 10px 20px 20px;
            color: white;
            text-decoration: none;
            width: 100%;
        }
            .Formulaire .ExpCnt .FormulaireSection ._RiskTable {
                width: calc(100% - 20px);
                border: solid 1px #00A0E1;
                border-radius: 8px;
                margin: 10px;
                overflow: hidden;
                font-size: 0.8em;
            }
            .Formulaire .ExpCnt .FormulaireSection ._RiskTable table{
                width: 100%;
                color: white;
            }
                .Formulaire .ExpCnt .FormulaireSection ._RiskTable table tr:first-of-type {
                    border-bottom: solid 1px #00A0E1; 
                    font-weight: bold;
                }
                .Formulaire .ExpCnt .FormulaireSection ._RiskTable table tr td {
                    padding: 2px 8px;
                    vertical-align: middle;
                    
                }
                    
                    .Formulaire .ExpCnt .FormulaireSection ._RiskTable table tr td:first-of-type {
                        width: 2em;
                        color: #8CD5F2;
                        text-align: center;
                        vertical-align: top;
                    }
                .Formulaire .ExpCnt .FormulaireSection ._RiskTable table tr:first-of-type td:first-of-type {
                    width: 2em;
                    color: white;
                }
        .Formulaire .ExpCnt .FormulaireSection input[type=button] {
            padding: 5px 20px;
            margin: 10px;
        }
            .Formulaire .ExpCnt .FormulaireSection:last-of-type {
                border-radius: 0 0 8px 8px;
                margin-bottom: 0;
            }
        .Formulaire .ExpCnt input.FormulaireFullTxt {
            border-color: #00A0E1;
        }

            .Formulaire .ExpCnt input.FormulaireFullTxt:hover {
                background-color: #fff;
            }

        .Formulaire .ExpCnt textarea.FormulaireFullTxt {
            border: none;
            box-shadow: 5px 5px 5px 0px rgba(64,64,64,0.5);
        }

    .CentreSelect {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .CentreSelect li {
            width: 45%;
            min-width: 300px;
            text-align: center;
            padding: 10px;
            margin: 5px;
            border: 1px solid #10B5D1;
            border-radius: 8px;
        }

            .CentreSelect li > .CentreAddress {
                font-size: 10px;
                line-height: 12px;
                padding: 5px;
            }

    .FormulaireAxe {
    }

        .FormulaireAxe ul {
            padding: 10px;
            margin: 5px;
            border: 1px solid #10B5D1;
            border-radius: 8px;
        }

            .FormulaireAxe ul > li {
            }

    .FormulaireAxeTitle {
        width: 100%;
        text-align: left;
        font-weight: bold;
    }

    @media screen and (max-width: 576px) {
        .Formulaire li {
            padding-left: 5px;
            font-size: 1em;
            margin-bottom: 4px;
            text-align: LEFT;
        }

        .PageFormulaire {
            padding: 10px;
        }

            .PageFormulaire legend {
                font-size: 1em;
            }


        .Formulaire li.F50 {
            width: 98%;
        }

        .FormulaireStepBtn .button {
            width: 40px;
            height: 40px;
            margin: 4px;
            font-weight: bold;
            padding-top: 8px
        }

            .FormulaireStepBtn .button .StepDesc {
                display: none;
            }
    }

    .FormulaireSubBorder {
        display: inline-block;
        border-radius: 0px;
        padding: 10px;
        margin: 5px;
        border-width: 2px;
        border-style: inset;
        border-color: rgba(0, 160, 225, 0.75);
    }

    .Formulaire .cke_top, .cke_contents, .cke_bottom {
        padding: 10px 5px 5px 5px;
        margin: 0;
        display: block;
        width: 740px;
    }

    .Formulaire .cke_inner {
        width: 750px !important;
    }

    .Formulaire .cke_contents {
        width: 750px !important;
    }

    .Formulaire .cke {
        width: 750px;
    }
    /*.Formulaire span.cke{
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    border-width: 2px;
    border-style: inset;
    border-color:  rgba(0, 160, 225, 0.75);
    background-color: white;
    width: 750px;
}*/
    .Formulaire .inputBorder:hover {
        background-color: rgba(0, 160, 225, 0.10)
    }

    .Formulaire select {
        max-width: 95%;
        padding: 4px 8px;
        border: 1px solid #10B5D1;
        min-height: 2em;
        border-radius: 8px;
        margin-bottom: 3px;
        left: 0px;
    }

        .Formulaire select:hover {
            background-color: rgba(0, 160, 225, 0.10)
        }

        .Formulaire select:focus {
            border-width: 2px;
        }

    .Formulaire label {
        position: relative;
        line-height: 14px;
        display: inline-block;
        min-width: 175px;
    }

    .FormulaireTitle {
        margin-top: 5px;
        position: relative;
        font-size: 18px;
        display: inline-block;
        font-weight: bold;
        text-decoration: underline;
    }

    .FormulaireSubTitle {
        margin-top: 5px;
        margin-bottom: 20px;
        position: relative;
        font-size: 1em;
        display: inline-block;
        font-weight: bold;
    }

    .Formulaire .Question {
        margin-top: 5px;
        margin-bottom: 2px;
        position: relative;
        line-height: 14px;
        display: block;
    }

    .Formulaire .Info {
        background-image: url('images/info_16.png');
        height: 16px;
        width: 16px;
        cursor: pointer;
        display: inline-block;
    }

        .Formulaire .Info:hover {
            background-image: url('images/info_16_O.png');
        }

    .Formulaire div {
        display: inline-block;
    }

    .FormulaireStatus {
        padding: 10px 20px 10px 20px;
        margin-top: 20px;
        width: 100%;
        max-width: 950px;
    }

    .StatusInfo_Cnt {
        text-align: center;
        width: 100%;
    }

    .StatusInfo {
        display: inline-block;
        max-width: 450px;
        padding: 10px 20px 10px 20px;
        font-size: 13px;
        line-height: 15px;
    }

    .FormulairePopMsg {
        width: 100%;
        max-width: 950px;
        padding: 20px;
        font-size: 1.2em;
    }

    .FormulairePopUL {
        border-radius: 0px;
        padding: 3px 2px 5px 5px;
        border-width: 2px;
        border-style: inset;
        border-color: rgba(0, 160, 225, 0.75);
        margin-bottom: 3px;
        left: 0px;
        background-color: white;
        list-style-type: none;
        color: #333;
    }

        .FormulairePopUL li {
            background-repeat: no-repeat;
            background-position: 0px 0px;
            padding-left: 20px;
            line-height: 20px;
            font-size: 14px;
            margin-top: 4px;
            height: 20px;
        }

            .FormulairePopUL li input[type=checkbox] {
                display: inline-block;
                margin-right: 5px;
            }

            .FormulairePopUL li input[type=text] {
                border: 1px solid #8c9cbf;
                border-radius: 0px;
                padding: 0px;
            }

            .FormulairePopUL li select {
                border: 1px solid #8c9cbf;
                border-radius: 0px;
                padding: 0px;
            }

    .JugeNote {
        display: inline-block;
        border-radius: 0px;
        padding: 10px;
        margin: 5px;
        border-width: 2px;
        border-style: inset;
        border-color: rgba(0, 160, 225, 0.75);
        color: #333;
        font-size: 16px;
    }

    .InputGrp .InputIcon {
        background: #f4f4f4;
        color: #333;
        width: 2em;
        border-radius: 3px 0 0 3px;
        border: solid 1px rgba(51, 51, 51, 0.30);
        font-size: 1.2em;
        text-align: center;
        padding: 0.20em;
    }

    .InputGrp textarea {
        height: 100%;
        margin: 0;
    }

    .InputGrp .InputCtrl {
        padding: 0.20em 0.8em;
        vertical-align: middle;
        border: solid 1px rgba(51, 51, 51, 0.30);
        background: rgba(255, 255, 255, 1);
    }

        .InputGrp .InputCtrl.EdBoxErr {
            background: #f26161;
        }

        .InputGrp .InputCtrl::-webkit-input-placeholder {
            color: #868e96;
        }

        .InputGrp .InputCtrl:-moz-placeholder {
            color: #868e96;
            opacity: 1;
        }

        .InputGrp .InputCtrl::-moz-placeholder {
            color: #868e96;
            opacity: 1;
        }

        .InputGrp .InputCtrl:-ms-input-placeholder {
            color: #868e96;
        }

    .InputGrp .SelectCtrl {
        text-transform: none;
        line-height: 2em;
        padding: 0.20em 0 0.2em 0.8em;
        border: solid 1px rgba(51, 51, 51, 0.30);
        background: rgba(255, 255, 255, 1);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-height: 2.4em;
        background: white url(images/DropArrow.png) no-repeat right center;
    }

    .InputGrp select.SelectCtrl::-ms-expand {
        display: none;
    }


    .InputGrp .InputStatus {
        display: inline-block;
        position: absolute;
        right: 0.20em;
        top: 0.20em;
        font-size: 1.8em;
    }

    .InputOK {
        color: green;
    }

    .InputError {
        color: red;
        animation: blinker 1s linear infinite;
    }
    /* Start of form actions*/
    .has-error {
        position: relative;
    }

        .has-error > input, .has-error > select, .has-error > textarea {
            background: #ffcccc !important;
        }

        .has-error::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: red;
            content: '\f071';
            position: absolute;
            right: -1.4em;
            top: 2px;
            color: tomato;
            font-size: 2rem;
            animation-name: FlashOpacity;
            animation-duration: 2s;
            animation-iteration-count: infinite;
        }

    .has-success {
        position: relative;
    }

        .has-success::after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f00c';
            position: absolute;
            right: -1.3em;
            top: 1px;
            color: rgb(66, 66, 66);
            font-size: 2rem;
        }
    /* End of form actions*/

    /* Calendar*/
    .CalDaySelect {
        display: none;
        width: 100%;
        text-align: center;
    }

        .CalDaySelect > span {
            cursor: pointer;
            display: inline-block;
            font-size: 1em;
            font-weight: bold;
            text-align: center;
            padding: 0.5rem 1rem;
            background: rgb(255, 96, 0);
            border-radius: 1.2em;
            margin: 1rem 0;
            color: white;
        }

            .CalDaySelect > span:hover {
                background: #8CD5F2;
                color: #333;
            }

table.schedule {
    font-family: sans-serif;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    margin-bottom: 50px;
}

        table.schedule thead tr th {
            background: #626E7E;
            color: #d1d5db;
            padding: 0.5em;
            overflow: hidden;
        }

            table.schedule thead tr th:first-child {
                border-radius: 3px 0 0 0;
            }

            table.schedule thead tr th .day {
                display: block;
                font-size: 1.2em;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                margin: 0 auto 5px;
                padding: 5px;
                line-height: 1.8;
            }

                table.schedule thead tr th .day.active {
                    background: #d1d5db;
                    color: #626E7E;
                }

            table.schedule thead tr th .short {
                display: none;
            }

            table.schedule thead tr th i {
                vertical-align: middle;
                font-size: 2em;
            }

        table.schedule tbody tr {
            background: #efefef;
        }

            table.schedule tbody tr:nth-child(odd) {
                background: #DBDBDB;
            }

            table.schedule tbody tr:nth-child(4n+0) td {
                border-bottom: 1px solid #626E7E;
            }

            table.schedule tbody tr td {
                text-align: center;
                vertical-align: middle;
                border-left: 1px solid #626E7E;
                position: relative;
                height: 35px;
                position: relative;
                vertical-align: top;
                
            }

                table.schedule tbody tr td:last-child {
                    border-right: 1px solid #626E7E;
                }

                table.schedule tbody tr td.hour {
                    font-size: 1em;
                    padding: 0;
                    color: #626E7E;
                    background: #fff;
                    border-bottom: 1px solid #626E7E;
                    border-collapse: separate;
                    min-width: 100px;
                    cursor: default;
                    vertical-align: middle;
                }

                    table.schedule tbody tr td.hour span {
                        display: block;
                        vertical-align: middle;
                    }
        table.schedule tr td.daycol {
            
        }
            table.schedule tr td.daycol._type0 {
                background: rgb(255, 96, 0);
                border: solid 1px #10B5D1;
                color: white;
            }
            table.schedule tr td.daycol._type1 {
                background: #00B4FC;
                border: solid 1px #1E2B31;
                color: white;
            }
    table.schedule .event {
        background: #00B4FC;
        color: white;
        border-radius: 2px;
        text-align: left;
        font-size: 0.8em;
        padding: 0.25rem;
        overflow-x: hidden;
        transition: all 0.2s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: solid 2px #1E2B31;
        z-index:+1;
    }
            table.schedule .event._type0 {
                background: rgb(255, 96, 0);
                border-color: rgb(120, 49, 6);
            }


    table.schedule td.daycol ._titre {
        font-weight: bold;
        width: 100%;
        text-align: center;
        display: block;
        border-bottom: solid 1px white;
        cursor: pointer; 
    }

    table.schedule td.daycol ._time {
        width: 100%;
        text-align: center;
        display: block; 
    }
    table.schedule td.daycol ._location {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
        display: block;
        background: rgba(255, 255, 255, 0.20)
    }



                table.schedule .event .fa:hover {
                    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
                }

        table.schedule tbody tr td .EdIBtn {
            float: right;
            margin: 0.5rem;
            font-size: 20px;
            color: white;
        }

            table.schedule tbody tr td .EdIBtn:hover {
                color: rgb(255, 96, 0);
            }

    @media (max-width: 896px) {
        table.schedule thead tr th .long {
            display: none;
        }

        table.schedule thead tr th .short {
            display: block;
        }

        table.schedule tbody tr td.hour span {
            transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
        }
    }

    @media (max-width: 640px) {
        .CalDaySelect {
            display: block;
        }

        table.schedule {
            table-layout: auto;
        }

            table .schedule thead tr th {
                font-size: 65%;
            }

                table.schedule thead tr th .day {
                    display: inline-block;
                    font-size: 14px;
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    margin: 0 auto 5px;
                    padding: 1px 5px;
                    line-height: 20px;
                }

                table.schedule thead tr th.daycol {
                    display: none;
                }

                    table.schedule thead tr th.daycol.active {
                        display: table-cell;
                    }

                table.schedule thead tr th .day {
                    background: #d1d5db;
                    color: #626E7E;
                }

            table.schedule tbody tr td.hour {
                vertical-align: middle;
                width: 3em;
            }

            table.schedule tbody tr td.daycol {
                display: none;
            }

            table.schedule tbody tr td.active {
                display: table-cell;
            }

            table.schedule tbody tr td.hour span {
                transform: translateY(1px) rotate(270deg);
                -webkit-transform: translateY(1px) rotate(270deg);
                -moz-transform: translateY(1px) rotate(270deg);
            }
    }
    /* End of Calendar*/
    .AccountBack {
        margin: 1em 2em;
        padding: 0;
        color: white;
        position: relative;
        color: #10B5D1;
        text-align: center;
        font-weight: bold;
        font-family: Bellota;
        font-size: 1.4em;
    }

        .AccountBack > a {
            color: #10B5D1;
        }

            .AccountBack > a:hover {
                color: #0092CC
            }

            .AccountBack > a > i {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                content: '\f359';
                margin-right: 0.2em;
                font-size: 1.5em;
                font-weight: bold;
                vertical-align: middle;
                margin-top: -0.1em;
            }

    .AccountInfo {
        margin: 1em 2em 0 2em;
        padding: 0.5em 30px 2em 30px;
        color: #151D49;
        border: solid 1px #151D49;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        position: relative;
        border-radius: 8px;
    }

        .AccountInfo .ListSpan {
            width: auto;
            font-weight: bold;
            display: block;
            margin-bottom: 0;
            margin-top: 10px;
        }

        .AccountInfo input[type="text"],
        .AccountInfo input[type="date"],
        .AccountInfo input[type="datetime"],
        .AccountInfo input[type="email"],
        .AccountInfo input[type="number"],
        .AccountInfo input[type="search"],
        .AccountInfo input[type="time"],
        .AccountInfo input[type="url"],
        .AccountInfo input[type="password"],
        .AccountInfo textarea,
        .AccountInfo select,
        .AccountInfo .SelectCtrl {
            display: block;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: 100%;
            padding: 4px 8px;
            border: 1px solid #10B5D1;
            min-height: 2em;
            border-radius: 8px;
        }

        .AccountInfo input[type="checkbox"] {
            display: none;
        }

            .AccountInfo input[type="checkbox"] + label {
                font-size: 1.4em;
                cursor: pointer;
                vertical-align: middle;
                display: inline-block;
            }

                .AccountInfo input[type="checkbox"] + label:before {
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    content: '\f0c8';
                    margin-right: 0.2em;
                    font-size: 1em;
                    font-weight: bold;
                    color: #efefef;
                }

            .AccountInfo input[type="checkbox"]:checked + label:before {
                content: '\f14a';
                color: #10B5D1;
            }

        .AccountInfo .section {
            font: normal 20px 'bellota', serif;
            color: #10B5D1;
            margin-top: 2em;
        }

            .AccountInfo .section:first-of-type {
                margin-top: 0.5em;
            }

            .AccountInfo .section span {
                font-size: 0.8em;
                background: #10B5D1;
                padding: 0.5em 1em;
                position: absolute;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                margin-left: -3.05em;
                color: #fff;
                margin-top: -0.25em;
            }

        .AccountInfo input[type="button"],
        .AccountInfo input[type="submit"] {
            color: white;
            background: #10B5D1;
            border-color: #10B5D1;
            border-radius: 2em;
            border: solid 2px #10B5D1;
            padding: 0.5em 2em;
            font-weight: bold;
            font-size: 16px;
        }

            .AccountInfo input[type="button"]:hover,
            .AccountInfo input[type="submit"]:hover {
                color: #1E2B31;
                background: #FFF;
            }

    .ContactCnt {
        width: 100%;
        text-align: center;
        /*background: #8CD5F2 url('/Content/Background/fond_qcLoc.jpg') top right no-repeat;
    background-size: cover;*/
    }

    .ContactHeader {
        color: #00549F;
        padding-top: 10px;
        font-size: 1.5em;
        font-weight: bold;
    }

    .ContactForm {
        display: inline-block;
        width: 350px !important;
        text-align: left;
    }

        .ContactForm .InputGrp {
            position: relative;
        }



        .ContactForm .AdLbl {
            font-size: 1em;
            color: #00549F;
        }

        .ContactForm .ContactAnswer {
            font-size: 1.4em;
            text-align: center;
            width: 100%;
            margin-bottom: 1em;
        }

    .Formulaire .Calendrier {
        width: 800px;
    }

        .Formulaire .Calendrier tr th {
            background-color: #00A0E1;
        }

            .Formulaire .Calendrier tr th.Weekday {
                background-color: rgba(0, 160, 225, 0.75);
            }

            .Formulaire .Calendrier tr th.DayTime {
                background-color: #fcff89;
                color: #00A0E1;
            }

        .Formulaire .Calendrier tr td {
            border: 1px solid #8c9cbf;
            width: 16%;
            font-size: 12px;
            text-align: center;
        }

            .Formulaire .Calendrier tr td.locked {
                background-color: rgba(140, 156, 191, 0.75);
                text-align: center;
            }

                .Formulaire .Calendrier tr td.locked.highlight {
                    background-color: rgba(255, 148, 0, 0.50) !important;
                }

    .smallph::-moz-placeholder {
        font-size: 0.8em;
    }

    .smallph:-ms-input-placeholder {
        font-size: 0.8em;
    }

    .smallph::-webkit-input-placeholder {
        font-size: 0.8em;
    }

    .smallph::-ms-expand {
        font-size: 0.8em;
    }

    .xsmallph::-moz-placeholder {
        font-size: 0.6em;
    }

    .xsmallph:-ms-input-placeholder {
        font-size: 0.6em;
    }

    .xsmallph::-webkit-input-placeholder {
        font-size: 0.6em;
    }

    .xsmallph::-ms-expand {
        font-size: 0.6em;
    }
    /* AutoComplet CSS Input*/
    .AutoCSearch {
        background: #f0f0fb url(images/AutoSearch.gif) no-repeat right;
        background-position: bottom 3px right 15px;
    }

    .AutoCOpen {
        background: #88FF88;
    }

    .AutoCClose {
        background: #ffffff;
    }

    .cntDigit {
        vertical-align: middle;
    }

    .cntSeparator {
        vertical-align: middle;
    }

    .RisqueTable {
        width: 100%;
        font-size: 0.8em;
        margin: 0;
        border-spacing: 0px;
        border-collapse: collapse;
    }

        .RisqueTable th {
            background-color: #8DB3E2;
            border: solid 1px black;
            font-weight: bold;
            margin: 0;
            padding: 2px;
        }

        .RisqueTable td {
            background-color: #fff;
            border: solid 1px black;
            margin: 0;
            padding: 2px;
        }

            .RisqueTable td.RisqueFiche {
                background-color: #EFEFEF;
                border-bottom: solid 3px black;
            }

    .ProdList {
        font-size: 0.9em;
        color: #880000;
    }

        .ProdList a {
            color: #880000;
            text-decoration: none;
        }

    .DossierUL {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        color: #333;
        margin-top: 1em;
    }

        .DossierUL > li {
            background-repeat: no-repeat;
            background-position: 0px 0px;
            padding-left: 20px;
            line-height: 20px;
            font-size: 16px;
        }

        .DossierUL li > label {
            color: #00549E;
            font-size: 1.3em;
            margin-top: 1em;
            margin-bottom: 0.3em;
            border-bottom: solid 1px #00A0E1;
            display: inline-block;
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.20) 46%, rgba(140, 156, 191, 0.25) 56%);
        }

        .DossierUL li > span {
            display: block;
            margin-left: 1em;
            padding: 1em;
            border-left: solid 2px #8C8B89;
            height: 100%;
        }

    .DossierH2 {
        font-family: 'Bellota';
        color: #00549E;
        background-color: #FF8D00;
        background-image: linear-gradient(to bottom, #FFC000 46%, #f3771c 56%);
        text-align: center;
        width: 100%;
        padding: 0.4em;
        border-top: solid 2px #00549E;
        font-size: 1.5em;
    }

    .DossierUL > li > span > ul {
        list-style-type: decimal;
        padding-left: 1em;
        margin-left: 1em;
        color: #333;
        margin-top: 1em;
    }

    .BioNoteUL {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        color: #333;
        margin-top: 1em;
    }

        .BioNoteUL > li {
            padding-left: 20px;
            line-height: 20px;
            font-size: 16px;
            width: 100%;
        }

            .BioNoteUL > li > label {
                color: #00549E;
                font-size: 1.2em;
                margin-top: 1em;
                margin-bottom: 0.3em;
                border-bottom: solid 1px #00A0E1;
                display: inline-block;
                background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.20) 46%, rgba(140, 156, 191, 0.25) 56%);
            }

            .BioNoteUL > li > span > ul {
                list-style-type: none;
            }

                .BioNoteUL > li > span > ul > li {
                    padding-left: 1em;
                    padding-bottom: 1em;
                }

                    .BioNoteUL > li > span > ul > li > label {
                        font-weight: bold;
                        font-size: 1.1em;
                    }

                    .BioNoteUL > li > span > ul > li > span {
                        margin-left: 10px;
                    }

    /* START FILTER LISTER */
    ul.filtersUL {
        list-style: none;
        cursor: default;
        text-align: left;
        width: 100%;
        display: block;
        position: relative;
        border: solid 1px white;
        white-space: normal;
    }

        ul.filtersUL li {
            display: inline-block;
            vertical-align: top;
            margin: 3px;
        }

            ul.filtersUL li.line {
                display: block;
                margin-top: 2px;
                border-top: solid 1px black;
                height: 2px;
                overflow: hidden;
            }

            ul.filtersUL li.Oline {
                display: block;
                margin-top: 2px;
                border-top: solid 1px black;
                border-bottom: solid 1px black;
                padding-bottom: 10px;
            }

        ul.filtersUL input, ul.filtersUL select {
            height: 30px;
            font-size: 16px;
            max-width: 100%;
            border-radius: 0;
        }

        ul.filtersUL .adLbl {
            display: block;
            font-size: 0.8em;
            width: 100%;
            text-align: left;
        }

        ul.filtersUL .fa-btn {
            font-size: 25px;
            margin-top: 2px;
            margin-bottom: 0;
            vertical-align: top;
            margin-right: 5px;
            cursor: pointer;
        }

            ul.filtersUL .fa-btn:hover {
                text-shadow: 0 0 5px #333;
                color: #10B5D1;
            }
    /* END FILTER LIST*/
    /* START EDIT FIELD */
    ul.editfieldUL {
        list-style: none;
        cursor: default;
        text-align: left;
        width: 100%;
        display: block;
        position: relative;
        border: solid 1px white;
        white-space: normal;
    }

        ul.editfieldUL li {
            margin: 3px;
            display: block;
        }

            ul.editfieldUL li.line {
                display: block;
                margin-top: 2px;
                border-top: solid 1px black;
                height: 2px;
                overflow: hidden;
            }

        ul.editfieldUL input, ul.filtersUL select {
            height: 30px;
            font-size: 16px;
            max-width: 100%;
            border-radius: 0;
        }

        ul.editfieldUL .adLbl {
            display: block;
            font-size: 0.8em;
            width: 100%;
            text-align: left;
        }

        ul.editfieldUL .fa-btn {
            font-size: 25px;
            margin-top: 2px;
            margin-bottom: 0;
            vertical-align: top;
            margin-right: 5px;
            cursor: pointer;
        }

            ul.editfieldUL .fa-btn:hover {
                text-shadow: 0 0 5px #333;
                color: #10B5D1;
            }
    /* END FILTER LIST*/
    /* START RESIZABLE CONTAINERS */
    .PgEdt-container {
        width: 100%;
        /*height: calc(100vh - 200px);*/
        /*height: -webkit-calc(100vh - 200px);*/ /* google, safari */
        /*height: -moz-calc(100vh - 200px);*/ /* firefox */
    }

    .PgEdt-left {
        /* only manually resize */
        width: 50%;
        background: #838383;
        color: white;
        vertical-align: top;
    }

        .PgEdt-left > div {
            /* only manually resize */
            width: 100%;
            height: 100%;
            overflow-y: scroll;
            padding: 10px;
        }

    .PgEdt-right {
    }
    /* END OF RESIZABLE CONTAINER*/

    .Ban_droite {
        float: right;
        margin-right: 5rem;
    }

    .Ban_gauche {
        float: left;
        margin-left: 6rem;
    }

    .Ban_centre {
        width: 100%;
        text-align: center;
    }

    .Ban {
        height: 300px;
        width: 650px;
        font-size: 6rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .Ban_petit {
        height: 200px;
        width: 330px;
        font-size: 5rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .Ban_moyen {
        height: 300px;
        width: 650px;
        font-size: 6rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .Ban_gros {
        height: 375px;
        width: 550px;
        font-size: 4rem;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    .Ban_bas {
        margin-top: 15rem;
    }

    .Ban_milieu {
        margin-top: 10rem;
        margin-bottom: 10px;
    }

    .Ban_haut {
        margin-top: 2rem;
    }

    .EdBoxErr {
        background: red;
        color: black;
    }

    /* Standard syntax */
    @keyframes FlashOpacity {
        0% {
            opacity: 0.25;
        }

        10% {
            opacity: 0.5;
        }

        20% {
            opacity: 0.75;
        }

        30% {
            opacity: 1;
        }

        40% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 1;
        }

        70% {
            opacity: 0.75;
        }

        80% {
            opacity: 0.50;
        }

        90% {
            opacity: 0.25;
        }

        100% {
            opacity: 0;
        }
    }

/* START OF SECURITY PREF BOX */
.SecPrefBG {
    position: fixed;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #00000080;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
}

.SecPrefBG-content {
    height: 100%;
    width: 100%;
    z-index: 600;
}

.SecPref-OffsetR {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 600;
}

.SecPref-Cnt {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 100%;
    background: white;
    display: block;
}

.SecPref-MsgBox {
    position: relative;
    display: inline-block;
    background-color: #fff;
    display: inline-block;
    width: auto !important;
    padding: 0 0 0 0;
    text-align: left;
    border-radius: 0px;
    overflow-x: hidden;
    max-width: 1000px;
}

.SecPref-Header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: White;
    color: #221F20;
    overflow: hidden;
    padding-top: 25px;
    padding-left: 0.3rem;
}

    .SecPref-Header > span {
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding: 0 .7rem;
        margin-bottom: 0;
        font-size: 1.2em;
        z-index: 603;
    }

        .SecPref-Header > span::before {
            content: " ";
            position: absolute;
            bottom: -10%;
            left: 50%;
            transform: translateX(-50%);
            height: .8em;
            width: 100%;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#47c8f2+0,47c8f2+100&0+26,1+33,1+100 */
            background: -moz-linear-gradient(top, rgba(71,200,242,0) 0%, rgba(71,200,242,0) 26%, rgba(71,200,242,1) 33%, rgba(71,200,242,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(71,200,242,0) 0%,rgba(71,200,242,0) 26%,rgba(71,200,242,1) 33%,rgba(71,200,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(71,200,242,0) 0%,rgba(71,200,242,0) 26%,rgba(71,200,242,1) 33%,rgba(71,200,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047c8f2', endColorstr='#47c8f2',GradientType=0 ); /* IE6-9 */
            z-index: -1;
        }

.SecPref-Message {
    margin-top: 65px;
    padding: 1rem;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    max-height: calc(100vh - 125px);
    background: #fff;
    color: #221F20;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.3rem;
}

    .SecPref-Message > ._title {
        font-size: 1.3em;
        font-weight: bold;
    }

.SecPref-Btns {
    width: 100%;
    text-align: right;
    padding: 1.5rem;
    background-color: #fff;
}

    .SecPref-Btns > .BtnOrange, .SecPref-Btns > .BtnBlack, .SecPref-Btns > .BtnGrayOut {
        font-size: 1.3rem;
        padding: 1rem 1.5rem;
    }

.SecPref-Settings {
    width: 100%;
    margin-bottom: 20px;
}

    .SecPref-Settings > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        align-content: stretch;
    }

        .SecPref-Settings > li > .Info {
            width: calc(100% - 240px);
        }

            .SecPref-Settings > li > .Info > ._message {
                font-weight: bold;
                cursor: pointer;
                font-size: 0.8em;
            }

                .SecPref-Settings > li > .Info > ._message::before {
                    font-family: 'Font Awesome 5 Free', FontAwesome;
                    content: '\f067';
                }

            .SecPref-Settings > li > .Info.active > ._message::before {
                font-family: 'Font Awesome 5 Free', FontAwesome;
                content: '\f068';
            }

            .SecPref-Settings > li > .Info > ._moreinfo {
                display: none;
                padding: 0.5em;
            }

            .SecPref-Settings > li > .Info.active > ._moreinfo {
                display: block;
            }

        .SecPref-Settings > li > .Accept {
            width: 200px;
            text-align: right;
        }

            .SecPref-Settings > li > .Accept > ._btnA, .SecPref-Settings > li > .Accept > ._btnR {
                border: solid 1px #888;
                padding: 5px;
                cursor: pointer;
            }

                .SecPref-Settings > li > .Accept > ._btnA.active {
                    background: #0088008d
                }

                .SecPref-Settings > li > .Accept > ._btnR.active {
                    background: #8800008d
                }

@media screen and (max-width: 767px) {
    .SecPref-Message {
        padding: 1rem;
    }

    .SecPref-Cnt {
        margin-top: 0;
    }

    .SecPref-Settings > li {
        flex-wrap: wrap;
        margin-top: 30px;
    }

        .SecPref-Settings > li > .Info {
            width: 100%;
        }

        .SecPref-Settings > li > .Accept {
            width: 100%;
            padding-top: 10px;
        }
}


/* START SONDAGE */
.ASurvey {
    background: #0078A8
}
    .ASurvey ._STitle {
        font-size: 2em;
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #fff;
        padding: 0.4em 0;
    }
    .ASurvey ._Intro{
        color: #1E2B31;
        background: #fff;
        padding: 20px;
        
    }
    .ASurvey ._Completed {
        color: rgb(255, 96, 0);
        background: #fff;
        padding: 20px;
        font-size: 2em;
        text-align: center;
    }
    .ASurvey ._CatBox{

    }
        .ASurvey ._CatBox ._CatTitle {
            font-size: 1.2em;
            display: block;
            width: 100%;
            text-align: center;
            font-weight: bold;
            background: #8CD5F2;
            padding: 0.25em 0;
        }
        .ASurvey ._CatBox ._QUL{
            
        }
    .ASurvey ._question{
        background: #f4f4f4;
        padding: 1em;
    }
        .ASurvey ._question._error {
            position: relative;
        }
            .ASurvey ._question._error::after {
                position: absolute;
                right: -0.2em;
                top: 1em;
                font-family: 'Font Awesome 5 Free', FontAwesome;
                -webkit-font-smoothing: antialiased;
                content: '\f359';
                font-weight: bold;
                color: rgba(215, 58, 51, 0.60);
                font-size: 2em;
            }
    .ASurvey ._question > b {
        font-size: 1.1em;
    }
    .ASurvey ._QOuiNon {
        width: 100%;
        text-align: right;
        border-top: solid 1px #1E2B31;
    }
    .ASurvey ._QNiveau {
        width: 100%;
        text-align: right;
        border-top: solid 1px #1E2B31;

    }
        .ASurvey ._QNiveau > div {
            display: inline-block;
            width: 3em;
            text-align: center;
            font-size: 1.3em;
            font-weight: bold;
        }
        .ASurvey ._QOuiNon > div {
            display: inline-block;
            width: 5em;
            text-align: center;
            font-size: 1.3em;
            font-weight: bold;
        }
            .ASurvey ._QNiveau > div > input[type=radio], .ASurvey ._QOuiNon > div > input[type=radio] {
                display: none;
            }

                .ASurvey ._QNiveau > div > input[type=radio] + label, .ASurvey ._QOuiNon > div > input[type=radio] + label {
                    cursor: pointer;
                }

                    .ASurvey ._QNiveau > div > input[type=radio] + label:before, .ASurvey ._QOuiNon > div > input[type=radio] + label:before {
                        font-family: 'Font Awesome 5 Free', FontAwesome;
                        -webkit-font-smoothing: antialiased;
                        font-weight: 900;
                        content: '\f111';
                        margin-right: 0.2em;
                        font-weight: normal;
                        color: rgba(255, 96, 0, 0.5);
                        vertical-align: bottom;
                    }

                .ASurvey ._QNiveau > div > input[type=radio]:checked + label:before, .ASurvey ._QOuiNon > div > input[type=radio]:checked + label:before {
                    content: '\f058';
                    font-weight: bold;
                    color: rgb(255, 96, 0);
                }
    .ASurvey ._QChoix {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }
    .ASurvey ._QChoix > select{
        border: solid 2px rgb(255, 96, 0);
        padding: 0.4em 0.2em;
    }
    .ASurvey ._QTexte {
        width: 100%;
        display: block;
        vertical-align: middle;
    }
        .ASurvey ._QTexte ._QTxtPrefix {
            display: block;
            vertical-align: middle;
            font-size: 0.8em;
            margin-bottom: -0.2em;
            
        }
        .ASurvey ._QTexte > textarea {
            width: 100%;
            min-height: 3em;
            background: white;
            border: solid 2px rgb(255, 96, 0);
        }
@media (max-width: 640px) {
    .ASurvey ._QTexte > textarea {
        min-height: 6em;
    }
}
    .ASurvey ._submit{
        width: 100%;
        text-align: center;
        padding: 1em;
    }
.ASurvey ._submit > input[type=button] {
    background: white;
    width: 100%;
    text-align: center;
    padding: 0.5em 1em;
    border: solid 2px rgb(255, 96, 0);
    border-radius: 1em;
    font-weight: bold;
}
        .ASurvey ._submit > input[type=button]:hover {
            background: rgb(255, 96, 0);
            color: white;
        }
    /* END SONDAGE */

