/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(1212,12): run-time error CSS1036: Expected expression, found '$'
(1289,18): run-time error CSS1030: Expected identifier, found '~'
(1289,34): run-time error CSS1031: Expected selector, found ')'
(1289,34): run-time error CSS1025: Expected comma or open brace, found ')'
(1658,28): run-time error CSS1033: Expected closing bracket, found 'i'
(1658,29): run-time error CSS1031: Expected selector, found ']'
(1658,29): run-time error CSS1025: Expected comma or open brace, found ']'
 */

/*******************************************/
/* STYLES COMMUNS A TOUS LES SITES OPCALIM */
/*******************************************/

/* COULEUR POUR CHAQUE ENVIRONNEMENT */
.debug {
    background-color: #96D3FF;
}

/*.preProduction
{
    background-color: #ECC6FF;
}


.maintenance
{
    background-color: #D3D3D3;
}

.simulation
{
    background-color: #FFF0B5;
}

.avenant
{
    background-color: #D3FFAD;
}*/


.integration {
    background-color: #f3f9ca;
}

.recette {
    background-color: #dfe3fc;
}


.formation {
    background-color: #fbebb9;
}

/* D�finir si n�cessaire la couleur du fond en exploitation dans la feuille de style sp�cifique au site */
.production
{
}

.exploitation {
}


/* TEMPLATES CHAMPS FORMULAIRES */
.champ_code
{  
    width: 92px;
}

.champ_decimal_court
{  
    width: 80px;
}

.champ_code_court
{  
    width: 30px;
}

.champ_texte_court
{  
    width: 200px;
}

.champ_texte_long
{  
    width: 400px;
}


.champ_texte_tres_long
{
    width: 400px; 
}

.champ_date
{
    width:70px;   
}

.champ_nombre_court
{ 
    width:40px;
}

.champ_nombre_long
{  
    width: 80px;
}

/* STYLES CHAMPS FORMULAIRES */

textarea,
input[type="password"],
input[type="text"] {
    border-left: 3px solid #0098C3;
    border-bottom: 3px solid #0098C3;
    border-right: 1px solid #0098C3;
    border-top: 1px solid #0098C3;
    font-family: Arial, sans-serif;
    font-size:1em;
    color: black;
}

label {
    font-family: Arial, sans-serif;
    font-size:1em;
    color: #666;
}

.editor-label {
    text-align: right;
    margin-right: 10px;    
}

.required-label {
    font-weight: bold;    
}

fieldset {
    margin: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid gray; 
    text-align: left;
    background-color: White;
    min-height:492px;
}

fieldset legend {
    margin-top: 5px;
    border: 3px solid gray;
    width: 500px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size:1.3em;
    color: white;
    background-color: #0098C3;
        
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border-left: 3px solid red;
    border-bottom: 3px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
    font-family: Arial, sans-serif;
    font-size:1em;
    color: black;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Styles génériques*/

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype'), url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Couleur du body en exploitation */
.production {
    background-color: #fff;
}

.center {
    text-align: center;
}

body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5em;
}

.top-header {
    background-color: #0c1b70;
    margin: 0;
    height: 20px;
}

.bg-bleu {
    background-color: #0c1b70;
}

.bg-orange {
    background-color: #EB600A;
}

td {
    padding: 0.25em 0.5em 0.25em 0em;
    border: 0 none;
}

/* Layout principal */

.content-wrapper {
    margin: 0 auto;
    /* min-width: 1024px;*/
}

.container {
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 10px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Styles de la zone de titre */


#zone-titre {
    /*height: 1.6em;
    background: #0098C3;*/
    background-color: white;
    width: 100%;
    border-bottom: solid 1px #bbbbbb;
    display: block;
}

.main {
    display: flex;
    flex-flow: row wrap;
}


.logo, .main-title {
    margin: auto;
}

.logo {
    flex: 1 1 100px;
}

.main-title {
    flex: 10 1 auto;
    text-align: center;
}

.site-title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

a.site-title {
    color: white;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a.site-title:hover {
        color: #0098C3;
        background-color: white;
    }
/*-------------------------------------------------------*/
/*****************footer******************/
/*-------------------------------------------------------*/
.flex {
    display: flex;
    flex-wrap: wrap
}

.flex-repartition {
    justify-content: space-between;
}

.container-footer, #conteneur {
    width: 90%;
    margin: auto;
}


.footer {
    display: block;
    position: relative;
    background-color: #0c1b70;
    padding: 15px 0 15px 0;
}


    .footer p {
        margin: 0;
        padding: 0;
    }

.section-foot-blue {
}

.flex-box-1 {
    flex: 1 1 auto;
}

.foot-menu-white, .foot-menu-white a {
    color: #FFFFFF !important;
    text-decoration: none;
}

    .foot-menu-white a:hover {
        color: #EB600A !important;
        text-decoration: none;
        background-color: none;
    }
/* Définition du menu horizontal déroulant (1 niveau de sous-menu)*/
#zone-menu-horizontal {
    display: none;
    position: absolute;
    height: 80px;
    width: 100%;
    background: #999999;
    padding-top: 5px;
}

#menu-horizontal {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #menu-horizontal li {
        display: inline-block;
        width: 120px;
        text-align: center;
        vertical-align: top;
    }

        #menu-horizontal li a {
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
        }

            #menu-horizontal li a:hover {
                font-weight: bold;
                text-decoration: underline;
                background-color: transparent;
            }

        #menu-horizontal li ul {
            display: none;
        }

        #menu-horizontal li:hover > ul {
            display: block;
            position: absolute;
            z-index: 90;
        }

    #menu-horizontal ul li {
        display: inherit;
        padding-left: 3px;
        padding-top: 3px;
        background: #999999;
        font-size: 0.85em;
    }

        #menu-horizontal ul li a {
            text-align: left;
        }

/* Styles du fil d'ariane*/
#zone-fil-ariane {
    position: static;
    color: #0098C3;
    background-color: white;
    width: 100%;
    padding-top: 5px;
    z-index: 89;
}

    #zone-fil-ariane a {
        color: #0098C3;
        text-decoration: none;
    }

        #zone-fil-ariane a:hover {
            font-weight: bold;
            text-decoration: underline;
        }

#fil-ariane-hr {
    border-color: #0098C3;
    border-style: solid;
    border-width: 1px;
    margin-top: 0;
}

/* Définition du menu vertical escamotable */
#zone-menu-vertical {
    position: absolute;
    top: 80px;
    width: 156px;
    height: 91.5%;
    background: url(../images/MnuVert/tab_bkg.png) repeat-y 0 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 999;
}

#zone-close {
    position: relative;
    top: 100px;
    left: 150px;
}

#zone-open {
    position: absolute;
    top: 350px;
    z-index: 998;
}

#zone-menu-vertical ul {
    margin: 10px;
    padding: 0;
    list-style-type: none;
}

#zone-menu-vertical li {
    padding-bottom: 10px;
}

    #zone-menu-vertical li a {
        color: white;
        text-align: left;
        text-decoration: none;
    }

/* Définition des formulaires (complémentaire à Opcalim.css) */

fieldset {
    /*    background-color: #EFEEEF;
    width:1000px;*/

    background-color: #FFFFFF;
    width: 1000px;
}

.zone-boutons {
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

input[type="submit"],
input[type="button"] {
    /* FGI  border: 1px solid #0098c3;
   
   background: #ffffff;*/ /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMjA3Y2NhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOThjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
   */ /* FF3.6+ */
    /*    background: -moz-linear-gradient(45deg,  white 0%, #2989d8 50%, #207cca 51%, #0983c3 100%); 
*/ /* Chrome,Safari4+ */
    /* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#0983c3));
 */ /* Chrome10+,Safari5.1+ */
    /*    background: -webkit-linear-gradient(45deg,  white 0%,#2989d8 50%,#207cca 51%,#0983c3 100%);
*/ /* Opera 11.10+ */
    /*    background: -o-linear-gradient(45deg,  white 0%,#2989d8 50%,#207cca 51%,#0983c3 100%); 
*/ /* IE10+ */
    /*    background: -ms-linear-gradient(45deg,  white 0%,#2989d8 50%,#207cca 51%,#0983c3 100%); 
*/ /* W3C */
    /*    background: linear-gradient(45deg,  white 0%,#2989d8 50%,#207cca 51%,#0983c3 100%);

   padding: 8px 21px;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   
   font-family: Calibri, sans-serif;
   font-size:1em;
   color: black;
   text-decoration: none;
   vertical-align: middle;

   cursor: pointer;*/
}

    input[type="submit"]:hover,
    input[type="button"]:hover {
        /* FGI   border: 1px solid black;
    font-weight: bold;
    text-decoration: underline;*/
    }

/* Dimensionner et bordurer correctement les images dans les grid */
.img_grid {
    width: 13px;
    height: 13px;
    border: none;
}



@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype'), url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}



html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    min-height: 100%;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5em;
}

#banner {
    /* FGI   height: 110px;
    border: 0;
    position:relative;
    background-image: url(../Images/banniere.png);
    margin-bottom: 10px;*/

    height: 110px;
    border: 0;
    position: relative;
    background-color: #0c1b70;
    margin-bottom: 30px;
}

.site-title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3em;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 260px;
    margin-top: 0;
}


/*-------------------------------------------------------*/
/*************************Liens**************************/
/*-------------------------------------------------------*/

a {
    color: #EB600A;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    a:hover {
        opacity: .7;
    }


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    font-variant: small-caps;
    letter-spacing: 1px;
    line-height: 1.2em;
}

h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    line-height: 1.2em;
}

h3 {
    color: #0c1b70;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
}


h4 {
    color: #EB600A;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
}

h5 {
    font-size: 18px;
    color: #0c1b70;
    font-weight: 400;
    line-height: 1.4em;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: #EB600A;
    line-height: 1.2em;
}

#DivSaisie td {
    padding: 10px;
}

.strong {
    font-weight: 700;
}

.txtOrange {
    color: #EB600A;
}

.txtRouge {
    color: #961144;
}

.mention {
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    text-align: justify;
    padding-left: 20px;
}
/* main layout
----------------------------------------------------------*/
/*.content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
}*/
#body {
    /*background-color: #efeeef;*/
    clear: both;
    /*padding-bottom: 35px;*/
    flex-grow: 1;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
/*.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}*/

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    /*border: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
}

    /*fieldset legend {
        display: none;
    }*/

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-size: 1em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

fieldset {
    font-family: "Montserrat",sans-serif;
    display: block;
    background-color: #f9f9f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px rgba(0,0,0,.1);
    padding: 15px 20px;
    margin: 40px 0 50px 0;
    position: relative;
    background-clip: padding-box;
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header {
    margin: 0 16px;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: block;
    padding: 0;
    border-bottom: none;
    display: flex;
    flex-direction: row;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 6px;
}

.modal-avatar {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -40px;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    flex-shrink: 0;
    object-fit: cover;
}

    .modal-avatar span {
        font-size: 40px;
    }



/* FGI input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}*/

textarea, input[type="password"], input[type="text"] {
    /*background-color: #F6F6FA;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    border-bottom: 2px solid #0c1b70;
    border-top: 1px solid #eeedf7;
    border-right: 1px solid #eeedf7;
    border-left: 1px solid #eeedf7;
    */

    border: solid 1px #CCC;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    color: #0c1b70;
    font-weight: 500;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: normal;
    width: 400px;
    padding: 10px;
    margin: 5px 0 6px 0;
    font-size: 1em;
}

select {
    /*
        background-color: #F6F6FA;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    border-bottom: 2px solid #0c1b70;
    border-top: 1px solid #eeedf7;
    border-right: 1px solid #eeedf7;
    border-left: 1px solid #eeedf7;
*/

    border: solid 1px #CCC;
    border-radius: 5px;
    color: #666;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: normal;
    width: 420px;
    padding: 10px;
    margin: 5px 0 6px 0;
    font-size: 1em;
    background-color: #fff;
}

textarea {
    width: 500px;
}

    textarea:focus, input[type="password"]:focus, input[type="text"]:focus, select:focus {
        background-color: #eeedf7;
        border: 1px solid #eeedf7;
    }

    input:focus, textarea:focus {
        /*FGI border: 1px solid #7ac0da;*/
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button, .btn-valide {
    font-family: 'Montserrat';
    border: solid 1px #EB600A;
    background-color: #EB600A;
    color: $white;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    transition: all 1s ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 16px 20px;
    box-shadow: 0 12px 18px -6px #7f8dff66;
    margin: 0 8px;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover,
    .btn-validSM:hover, btn-valide:hover {
        background-color: #fff;
        opacity: 1;
        color: #EB600A;
        text-decoration: none;
    }



.btn-danger {
    background-color: #961144 !important;
    border-color: #961144;
    padding: 30px !important;
}

    .btn-danger:hover {
        background-color: #ffffff !important;
        opacity: 1;
        color: #961144;
        text-decoration: none;
    }

    .btn-danger:disabled {
        cursor: not-allowed;
        box-shadow: none;
        background: gray;
        pointer-events: none;
        border: solid 1px gray;
    }

.btn-validSM {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 0 8px;
    overflow: visible;
    display: inline-block;
    transition: all 1s ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 8px 15px;
    line-height: 1.3em;
    box-shadow: 0 12px 18px -6px #7f8dff66;
    border: solid 1px #EB600A;
    background-color: #EB600A;
    color: #fff;
}

.btn-validSM:has(~ input:disabled) {
    cursor: not-allowed;
    box-shadow: none;
    background: gray;
    pointer-events: none;
    border: none;
    opacity: 0.6;
}

.btn-annule {
    background-color: #fff;
    border: 1px solid #EB600A;
    color: #EB600A;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    font-family: 'Montserrat';
    transition: all 1s ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 16px 20px;
    box-shadow: 0 12px 18px -6px #7f8dff66;
    margin: 0 8px;
}

    .btn-annule:hover {
        background-color: #EB600A;
        opacity: 1;
        color: #fff;
        text-decoration: none;
    }


.btn-backSM {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 0 8px;
    overflow: visible;
    display: inline-block;
    transition: all 1s ease-in-out;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500 !important;
    padding: 8px 15px;
    line-height: 1.3em;
    box-shadow: 0 12px 18px -6px #7f8dff66;
    border: solid 1px #0c1b70;
    background-color: #0c1b70;
    color: #fff;
}

    .btn-backSM:hover {
        background-color: #fff;
        opacity: 1;
        color: #0c1b70;
        border: solid 1px #0c1b70;
    }

    .btn-backSM:disabled {
        cursor: not-allowed;
        box-shadow: none;
        background: gray;
        pointer-events: none;
        border: none;
        opacity: 0.6;
    }

.btn-link {
    background-color: transparent;
    color: #EB600A;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    font-family: 'Montserrat';
    transition: all 1s ease-in-out;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: none;
    margin: 0 8px;
    padding: 8px 15px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0);
}

    .btn-link:hover {
        background-color: #fff;
        border: 1px solid #EB600A;
        color: #EB600A;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        text-decoration: none;
    }


td input[type="submit"],
td input[type="button"],
td button {
    /*FGI        font-size: 1em;
        padding: 4px;
        margin-right: 4px;*/
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #961144;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

        input[type="radio" i] {
            width: auto;
        }


    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

fieldset legend {
    /*FGI    ramené de Opcalim.css*/


    margin-top: 5px;
    width: 500px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 1.3em;
    color: white;
    border-width: 0;
    border-style: none;
}

fieldset.styleMenu4 legend {
    /*    background-color: #008FC1;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 650px;*/

    background-color: #EB600A;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 650px;
    border-style: none;
}

fieldset h2 {
    color: #008FC1;
}

/*
    h2
{
    color: #008FC1;
    margin-top:5px;
    margin-bottom: 10px;
}

*/
/* Styles associés à l'image animée d'attente */
#content-loading {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: none;
    background-color: white;
    opacity: .5;
}

    #content-loading img {
        position: absolute;
        left: 50%;
        margin-left: -32px;
        top: 50%;
        margin-top: -32px;
    }

.td-hotline {
    width: 140px;
    /*padding-right:5px;*/
    text-align: right;
}

.img-hotline {
    width: 140px;
    height: 180px;
    /*vertical-align: -30px;*/
}

.div-bouton-envoi {
    /*height:123px;*/
    margin-bottom: 10px;
    background: no-repeat;
    /*background-image: url('../Images/LogoHotlineExtranet ocapiat.png');*/
    background-position: right center;
    /*background-origin: content-box;
 padding-right: 5px;*/
}

.div-bouton-envoi-of {
    /*height:123px;*/
    margin-bottom: 10px;
    background: no-repeat;
    /*background-image: url('../Images/LogoHotlineUnis.png');*/
    background-position: right center;
    /*background-origin: content-box;
 padding-right: 5px;*/
}

.emaildomain {
    color: #EB600A;
    font-family: arial;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

span.protectionspam {
    display: none;
}

.radio-item {
    padding: 10px 0;
    margin: 5px 0 6px 0;
}

/*------------------------------------*/

/*-------------------------------------------------------*/
/***************formulaire de signalement*****************/
/*-------------------------------------------------------*/
.signalement * {
    box-sizing: border-box;
}

.signalement #zone-titre {
    background-color: rgba(255, 255, 255, .6);
}

.signalement .footer {
    background-color: rgba(12,27,112,.9);
    ;
}

@media screen and (max-width: 1100px) {
    .signalement h1 {
        font-size: 2rem;
    }

    .signalement .footer .SpacBR br {
        display: none;
    }
}

.signalement .container {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .signalement .container {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
}


.signalement .flex div {
    flex: 1 1 auto;
    margin-bottom: 10px;
}

    .signalement .flex div.DeuxTiers {
        flex: 2 1 500px;
        margin-bottom: 10px;
    }

.signalement fieldset {
    min-height: auto;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, .12);
    box-shadow: none;
    padding: 40px;
}

@media screen and (max-width: 1100px) {
    .signalement fieldset {
        padding: 15px;
    }
}

.signalement input[type="submit"], .signalement input[type="button"], .signalement button, .signalement .btn-valide {
    box-shadow: none;
    border-radius: 30px;
}

@media screen and (max-width: 800px) {
    .signalement input[type="submit"], .signalement input[type="button"], .signalement button, .signalement .btn-valide {
        margin-top: 1rem;
    }
}

.signalement .btn-valide, .signalement .btn-annule {
    padding: 20px 2rem !important;
}


.signalement textarea:focus, .signalement input[type="password"]:focus, .signalement input[type="text"]:focus, .signalement select:focus, .signalement input:-internal-autofill-selected {
    background-color: #F7F7F7 !important;
    border: 1px solid #CCC;
}


.signalement .middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.signalement select, .signalement input[type="text"], .signalement textarea {
    width: 100% !important;
    border-radius: 10px;
    padding: 15px;
}

.signalement .msgError {
    background-color: #961145;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 10px 0;
    padding: 5px;
    text-align: center;
    border-radius: 6px;
}

.signalement input.input-validation-error, .signalement textarea.input-validation-error {
    border: 2px solid #961145;
    background-color: #F7F7F7;
}

.signalement .cadreBlock {
    border: 1px solid #EB600A;
    border-radius: 5px;
    padding: 15px;
    color: #0c1b70;
    font-weight: 600;
}

.signalement .marginBottomDiv div {
    margin-bottom: 20px;
}

.signalement .modal-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 6px;
    font-style: italic;
}

.signalement .BlueBlock {
    background-color: #0c1b70;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

.signalement table {
    width: 100%;
    margin-bottom: 40px;
    background-color: #fff;
}

.signalement th {
    background-color: #F7F7F7;
}

.signalement td, .signalement th {
    padding: 5px;
    border: solid 1px #CCC;
    line-height: 2em;
}


/*-----STEPPER----------*/
.stepper-wrapper {
    font-family: 'Montserrat', sans-serif;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

@media (max-width: 768px) {
    .stepper-item {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #999;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #999;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
    color: #EB600A;
}

    .stepper-item.active .step-counter {
        font-weight: bold;
        color: #EB600A;
        background: #FFF;
        border: solid 1px #EB600A;
    }

.stepper-item.completed {
    color: #EB600A;
}

    .stepper-item.completed .step-counter {
        background-color: #EB600A;
        color: #fff;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #EB600A;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

/*-----STEPPER SIGNALEMENT----------*/

.signalement .stepper-item .step-name {
    margin-left: 30px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center;
}

@media (max-width: 768px) {
    .signalement .stepper-item .step-name {
        margin-left: 10px;
        margin-right: 10px;
        min-width: 50px;
        text-align: center;
    }
}
    /*-------------------------------------------------------*/
    /******formulaire de contact (et parfois de signalement)****/
    /*-------------------------------------------------------*/


    .FormulaireContact .flex, .signalement .flex {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .FormulaireContact .flexCenter, .signalement .flexCenter {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .FormulaireContact .flex div {
        flex: 1 1 300px;
        margin-bottom: 10px;
    }


        .FormulaireContact .flex div.DeuxTiers {
            flex: 2 1 500px;
            margin-bottom: 10px;
        }

    .FormulaireContact .container {
        width: 98%;
        max-width: 3000px;
        margin: 0 auto;
    }

    .FormulaireContact label {
        font-family: 'Montserrat', sans-serif;
    }

    .FormulaireContact select {
        width: 100% !important;
    }

    .FormulaireContact textarea {
        width: 98%;
    }

    .FormulaireContact input[type="text"] {
        width: 96%;
    }

    .FormulaireContact .validation-summary-errors {
        background-color: #961144;
        padding: 5px;
        color: #fff;
    }

        .FormulaireContact .validation-summary-errors ul {
            list-style-type: none;
        }

    .FormulaireContact input.input-validation-error, .FormulaireContact select.input-validation-error, .FormulaireContact textarea.input-validation-error {
        border: 2px solid #e80c4d;
    }

    .FormulaireContact .blocCenter {
        height: 800px;
        display: flex;
        align-items: self-end;
        justify-content: center;
    }

    .FormulaireContact .bloc {
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
        -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
        -moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
        border-radius: 4px;
        border-color: #fff;
        padding: 16px;
        background-color: #FFFFFF;
        width: 600px;
    }

.FormulaireContact .largeur {
    width: 100%;
}

    .FormulaireContact textarea:focus, .FormulaireContact input[type="password"]:focus, .FormulaireContact input[type="text"]:focus, .FormulaireContact select:focus {
        background-color: #f7f7f7;
    }

    .textOrange {
        color: #EB600A;
        font-weight: 700;
    }



    /*-------------------------------------------------------*/
    /************************ VIALINK KYC *******************************/

    .vl-main-container {
        position: relative;
        display: flex;
        gap: 40px;
        overflow: hidden;
        width: 90%;
        max-width: 1800px;
        margin: 0 auto;
    }

    .vl-blocset {
        display: block;
        font-family: "Montserrat",sans-serif;
        background-color: #f9f9f9;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px rgba(0,0,0,.1);
        padding: 15px 20px;
        margin: 30px 0;
        position: relative;
        background-clip: padding-box;
        color: rgba(0,0,0,.87);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .vl-blocset-warm {
        font-family: "Montserrat",sans-serif;
        display: block;
        background-color: #fff;
        border-top: solid 2px #961144;
        border-bottom: solid 2px #961144;
        padding: 15px 20px;
        margin: 30px 0;
        position: relative;
        background-clip: padding-box;
        color: rgba(0,0,0,.87);
        -webkit-box-shadow: none;
        font-size: 120%;
        box-shadow: none;
    }

        .vl-blocset-warm h4 {
            color: #961144;
        }

    .vl-blocset-info {
        font-family: "Montserrat",sans-serif;
        display: block;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px #CCC;
        padding: 15px 20px;
        margin: 30px 0;
        position: relative;
        background-clip: padding-box;
        color: rgba(0,0,0,.87);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .vl-blocset-info h4 {
            color: #666;
        }

    .vl-blocset-second {
        font-family: "Montserrat",sans-serif;
        display: block;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px #CCC;
        padding: 15px;
        margin: 30px 0;
        position: relative;
        background-clip: padding-box;
        color: rgba(0,0,0,.87);
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 12px;
        line-height: 1em;
    }

        .vl-blocset-second h4 {
            color: #666;
        }

    .vl-form-section {
        flex: 3;
        padding: 0 30px;
        border-right: 1px solid #eee;
    }

    .vl-section {
        flex: 3;
        padding: 0 30px;
    }


    .vl-flexone {
        flex: 1 1 200px;
    }

    .vl-flextwo {
        flex: 2 1 300px;
    }

    .vl-flexthree {
        flex: 3 1 300px;
    }

    .vl-info-section {
        flex: 1;
        /*padding: 30px;*/
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .vl-info-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .vl-info-block img {
            width: 100px;
            margin-bottom: 10px;
        }

    .vl-form-group {
        margin-bottom: 20px;
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .vl-form-label {
        display: block;
        margin-bottom: 6px;
        font-weight: bold;
    }

    .vl-input-file {
        width: 100%;
    }

    .vl-input-file__hidden {
        display: none;
    }

    .vl-submit-button {
        padding: 10px 20px;
        background-color: #0078d7;
        border: none;
        color: white;
        border-radius: 4px;
        cursor: pointer;
    }

        .vl-submit-button:hover {
            background-color: #005ea6;
        }

    h2, h3, h4 {
        margin-bottom: 20px;
    }

    .gap-10 {
        gap: 40px;
    }

    .gap-3 {
        gap: 12px;
    }


    .m-0 {
        margin: 0;
    }

    .mx-5 {
        margin-inline: 20px;
    }

    .mb-5 {
        margin-bottom: 20px;
    }

    .mt-5 {
        margin-top: 20px;
    }

    .mt-10 {
        margin-top: 40px;
    }

    .mt-0 {
        margin-top: 0;
    }


    .capitalize {
        text-transform: capitalize;
    }

    .hidden {
        display: none !important;
    }

    .vl-validation-summary ul li {
        color: red;
    }

    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /**** Spinner ****/

    .spinner {
        visibility: hidden;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background: #2e2e2e96;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .spinner-container {
        background: white;
        border: 1px solid #b4b4b49e;
        border-radius: 12px;
        padding: 11px 20px;
        display: flex;
        gap: 15px;
        box-shadow: 1px 3px 11px 3px #2f2f2f2b;
        align-items: center;
    }


    .step-iframe {
        width: 90%;
        min-height: 800px;
        height: 100%;
        padding: 20px;
        border: none;
        border-radius: 12px;
        flex: 1 1 65%;
    }


    .qr-code-block {
        display: flex;
        flex: 1 1 25%;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

        .qr-code-block img {
            border: 1px solid #b0b0b0;
            border-radius: 15px;
            max-width: 215px;
            padding: 0;
            margin: 0;
        }

    .prev-control {
        padding: 10px 40px 40px 40px;
    }

        .prev-control p {
            font-weight: 600;
        }

    .dir-col {
        flex-direction: column;
    }


    @media (min-width: 800px) {
        body {
            /*background: red;*/
            background: #fff;
        }
    }


    .vl-file-container {
        display: flex;
        margin-bottom: 11px;
        align-items: center;
        padding: 8px 0;
        border: 1px solid #b2b2b2;
        border-radius: 7px;
        gap: 10px;
    }

        .vl-file-container .file-name {
            font-weight: 500;
            font-size: small;
        }


    .vl-btns-container {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .file-preview {
        border: 1px solid #b2b2b2;
        border-radius: 7px;
        justify-content: space-between;
        padding: 5px;
        gap: 10px;
    }

    .file-clear-btn {
        cursor: pointer;
        padding: 4px;
        border: 1px solid #8c8c8c;
        border-radius: 5px;
        width: 20px;
        height: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 1px #bdbdbd29;
    }
@font-face{font-family:"Montserrat",sans serif;src:url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype"),url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");font-display:block;}html{height:100%;margin:0;padding:0;font-family:"Montserrat",sans serif;}body{display:flex;flex-direction:column;margin:0;width:100%;min-height:100%;padding:0;font-size:14px;font-weight:400;color:#666;line-height:1.5em;}#banner{height:110px;border:0;position:relative;background-color:#0c1b70;margin-bottom:30px;}header #zone-titre{background-color:#fff;width:100%;border-bottom:solid 1px #bbb;display:block;}header #zone-titre .main{display:flex;flex-flow:row wrap;}header #zone-titre .main .logo{margin:auto;flex:1 1 100px;}@media(max-width:640px){header #zone-titre .main .logo{text-align:center;padding-top:15px;}}header #zone-titre .main .main-title{flex:10 1 auto;text-align:center;margin:auto;}@media(max-width:640px){header #zone-titre .main .main-title h1{margin-top:15px;}}@media(max-width:850px){header .float-left,header .float-right{float:none;}}.footer{display:block;position:relative;background-color:#0c1b70;padding:15px 0 15px 0;}.footer p{margin:0;padding:0;}.footer .section-foot-blue .flex-repartition{justify-content:space-between;}.footer .section-foot-blue .flex{flex-wrap:wrap;}.footer .section-foot-blue .flex .flex-box-1{flex:1 1 auto;}.footer .section-foot-blue .flex .flex-box-1 .foot-menu-white a{color:#fff!important;text-decoration:none;}.footer .section-foot-blue .flex .flex-box-1 .foot-menu-white a:hover{color:#eb600a!important;text-decoration:none;background-color:none;}ul#menu{font-size:1.3em;font-weight:600;margin:0 0 5px;padding:0;text-align:right;}ul#menu li{display:inline;list-style:none;padding-left:15px;}ul#menu li a{background:none;color:#999;text-decoration:none;}ul#menu li a:hover{color:#333;text-decoration:none;}@media(max-width:850px){ul#menu ul#menu{margin:0;padding:0;text-align:center;}ul#menu ul#menu li{margin:0;padding:0;}}a{color:#eb600a;text-decoration:none;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}a:hover{opacity:.7;}h1{line-height:1.2em;font-size:48px;font-weight:700;font-variant:small-caps;letter-spacing:1px;margin:20px 0;}@media(max-width:480px){h1{font-size:42px;}}h2{font-size:32px;color:#000;font-weight:600;line-height:1.2em;}h3{color:#0c1b70;font-size:28px;font-weight:500;line-height:1.2em;}h4{color:#eb600a;font-size:20px;font-weight:700;line-height:1.4em;}h5{font-size:18px;color:#0c1b70;font-weight:400;line-height:1.4em;}h6{font-size:16px;font-weight:400;color:#eb600a;line-height:1.2em;}.strong{font-weight:700;}.italic{font-size:11px;font-style:italic;}.center{text-align:center;}.right{text-align:right;}.left{text-align:left;}.flex_col{display:flex;flex-direction:column;}.flex_row{display:flex;flex-direction:row;}.txtOrange{color:#eb600a;}.txtBleu{color:#0c1b70;}.mention{font-size:11px;line-height:13px;font-style:italic;text-align:justify;padding-left:20px;}.float-left{float:left;}.float-right{float:right;}fieldset{width:70%;padding:30px;min-height:0;}@media(max-width:850px){fieldset{padding:10px;width:95%;}}fieldset .modal-header{display:flex;flex-direction:column;text-align:center;margin:0 16px;}@media(max-width:960px){fieldset .modal-header h4.modal-title{font-size:20px;}}@media(max-width:480px){fieldset .modal-header h4.modal-title{font-size:16px;}}fieldset .modal-header div.modal-avatar{height:45px;width:45px;line-height:20px;margin-top:-60px;}@media(max-width:480px){fieldset .modal-header div.modal-avatar{height:30px;width:30px;line-height:20px;margin-top:-40px;}}@media(max-width:480px){fieldset .modal-header div.modal-avatar img{height:30px;}}form>div{display:flex;flex-direction:column;justify-content:center;margin:20px;}@media(max-width:400px){form>div{margin:5px;}}form .container_inForm{display:flex;align-items:center;justify-content:center;margin-bottom:10px;}@media(max-width:960px){form .container_inForm{height:auto;flex-direction:column;margin:20px 0;}}form .container_inForm .editor-label{text-align:right;width:40%;}@media(max-width:960px){form .container_inForm .editor-label{width:100%;text-align:left;}}form .container_inForm .editor-field{width:60%;}@media(max-width:960px){form .container_inForm .editor-field{width:100%;}}input[type=text]{padding:10px;width:370px;}@media(max-width:960px){input[type=text]{width:96%;}}@media(max-width:400px){input[type=text]{width:93%;}}input[type=submit],input[type=button],button,.button,.btn{font-family:"Montserrat";border:solid 1px #eb600a;background-color:#eb600a;color:#fff;overflow:visible;cursor:pointer;display:inline-block;transition:all 1s ease-in-out;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;letter-spacing:1px;text-align:center;text-decoration:none;font-size:14px;font-weight:500;line-height:1.2em;text-transform:uppercase;padding:16px 20px;box-shadow:0 12px 18px -6px rgba(127,141,255,.4);margin:0 8px;}input[type=submit]:hover,input[type=button]:hover,button:hover,.button:hover,.btn:hover{background-color:#fff;opacity:1;color:#eb600a;text-decoration:none;}input[type=submit]:disabled,input[type=button]:disabled,button:disabled,.button:disabled,.btn:disabled{cursor:not-allowed;box-shadow:none;background:#808080;pointer-events:none;border:solid 1px #808080;}select{padding:10px;width:390px;}@media(max-width:960px){select{width:100%;}}.container{display:flex;align-items:center;justify-content:center;}.container-rappelID .btnRadio-rappelID div{margin:20px 0;}.container-rappelID #DivResult>div>div{border:1px solid #eb600a;background:#f7f7f7;margin-top:30px;padding:20px 10px;color:#0c1b70;font-weight:700;border-radius:5px;}.container-rappelID #DivSaisie{border-top:solid 1px #ccc;display:flex;align-items:center;flex-direction:row;justify-content:space-between;padding-top:10px;}@media(max-width:1400px){.container-rappelID #DivSaisie{flex-direction:column!important;justify-content:center;}}.container-rappelID #DivSaisie input[type=text]{padding:10px;width:500px;}@media(max-width:1400px){.container-rappelID #DivSaisie input[type=text]{width:97%;}}@media(max-width:640px){.container-rappelID #DivSaisie input[type=text]{width:95%;}}@media(max-width:400px){.container-rappelID #DivSaisie input[type=text]{width:93%;}}@media(max-width:1400px){.container-rappelID #DivSaisie div{padding:20px 0 0 0!important;width:100%;}}@media(max-width:1400px){.container-rappelID #DivSaisie div button{width:100%;margin:0;}}fieldset.demandeCreationPriseEnCompte h5{margin:30px 20px;}.field-validation-error ul{border:1px solid #961144;background:#fff;margin:5px;padding:20px 10px;font-weight:700;border-radius:5px;}.field-validation-error ul li{list-style:none;}
