:root {
    --cherry-red: #02becd;
    --cherry-red-hov: #02959f;
    --purpleish-pink: #de53a8;
    --purpleish-pink-hov: #ae4a87;
    --wisteria: #c18bc0;
    --fern-green: #439349;
    --cool-blue: #5080c3;
    --new-blue: #014d98;
    --new-blue-hov: #016cd1;
    --grey-blue: #6586a4;
    --grey-blue-hov: #436d93;
    --black: #22201a; 
    --black-real:#000000;
    --black-real-hov:#22201a;
     --dark-grey:#4C4C4B;
    --white: #ede9e9;
    --white-hov: #f6f2f2;
    --white-real: #ffffff;
    --white-real-hov: #ffffff;
    --pinkish-grey: #d2cbcb;
 }

a, a:visited{
    color:var( --new-blue);
}
a:hover,a:focus{
    color:var(--new-blue-hov);
}

header{
    height: 115px;
    background: #ffffFF;
}
header.int{
    height: 87px;
}
header  #logo1{
    width: 175px;
    height: 59px;
    margin: 20px 25px 0 0;
    float: left;
}
header #logo2{
    mix-blend-mode: multiply;
    margin: 18px  0 0 0;
    max-width: 226px;
    float: left;
}
header .connectez-vous {
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    color: #473f3f;
    margin: 35px 0 0 0 ;
}
header .connectez-vous .icon-login{
    font-size: 20px;
    color: #969292;
}
.connectez-vous span.error {
    color: var(--cherry-red);
    font-size: 13px;
    margin-top: 12px;
}

input[type=text], input[type=password] { /* a updat� si besoin */
    height: 25px;
    border-radius: 3px;
    background-color: #f6f2f2;
    border: solid 1px #c1b6b6;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    line-height: 1.69;
    text-align: left;
    color: #7f7f7f;
    padding: 3px 8px;
    margin: 0 10px 0 0;
}

.custom_button{
    min-width: 37px;
    height: 25px;
    border-radius: 3px;
    font-family: "proxima_nova_rgbold";
    text-align: center;
    background-color: var(--cherry-red);
    color: #FFFFFF;
    border: none;
    padding: 8px;
    font-size:17px;
}
.custom_button:hover{
    background-color: var(--cherry-red-hov);
    text-decoration: none;
    color: #FFFFFF;

}
input[type=submit]{
    min-width: 37px;
    height: 25px;
    border-radius: 3px;
    font-family: "proxima_nova_rgbold";
    text-align: center;
    background-color: var(--cherry-red);
    color: #FFFFFF;
    border: none;
    padding: 3px;
    font-size:17px;
}
input[type=submit]:hover{
    background-color: var(--cherry-red-hov);
}


header   input[type=text], header input[type=password] {
    width: 130px;
}
div.sub-header{
    width: 100%;
    height: 10px;
    background:var(--new-blue);
}
.connexion-global{
    background: #e2e2e2;
}
.connexion-global  .container{
    min-height: 575px;
    padding-top: 100px;
    background:  url("../img/bg-connexion.jpg") no-repeat #ede9e9 0 -108px; /* fallback */
}

.connexion-global h1 {
    font-family: "proxima_nova_rgregular";
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #373333;
}
.connexion-global hr {
    width: 100%;
    height: 1px;
    opacity: 0.24;
    background-color: #7d7d7d;
    border: 0;
}
.connexion-global p {

    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    text-align: left;
    color: #373333;
}
/*.connexion-global a {*/
/*    font-family: "proxima_nova_rgregular";*/

/*    font-size: 16px;*/
/*    text-align: left;*/
/*    color: #373333;*/
/*    text-decoration: underline;*/
/*}*/
#logo-foot{
    margin: 15px 0;
    width: 80px;
    filter: grayscale(1);
}
footer ul{
    list-style: none;
    margin-top: 15px;
}
footer ul li{
    display: inline-block;
    float: right;
}
footer a{
    font-size: 12px;
    color: #000000;
}
footer a:hover{
    font-size: 12px;
    color: #313131;
    text-decoration: none;
}

nav.fsl{
    background: var(--new-blue);
    min-height: 82px;
    padding-top:0;
    border: none;
}

nav.fsl .container{
    padding-left: 0;
    padding-right: 0;
}
nav.fsl .container .collapse.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

nav.fsl li>a:focus, nav.fsl li>a:hover {    background-color:transparent;}
.navbar-nav>li>a {
    padding: 16px 30px 0 0;
}
.navbar.fsl {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar.fsl .nav{
    padding-top: 15px;
}
nav.fsl ul li a  {
    font-family: "proxima_nova_rgregular";
    font-size: 17px;
    line-height: 1.22;
    color: var(--white-real);
    text-transform: uppercase;
    text-align: left;
}
nav.fsl ul li a:hover,nav.fsl ul li.active a {
    color: var(--white-real-hov);
 }

.navbar.fsl .nav.red{
    padding-top: 0;
}
nav.fsl .red {
    padding-top: 0;
    padding-right: 15px;
}
nav.fsl .red a{
    background: var(--cherry-red);
    width: 82px;
    height: 82px;
    font-size: 10px;
    color: var(--black);
    border-right: solid 2px var(--white-real) ;
    text-align: center;
    padding:16px 0 0 0;
}
nav.fsl .red a:hover,nav.fsl .red a:focus{
    background: var(--cherry-red-hov);
    color: var(--white-real);
}

nav.fsl .red li:first-child a{
    border-left: solid 2px var(--white-real) ;
}

nav.fsl .red  a [class^="icon-"]:before,  nav.fsl .red  a [class*=" icon-"]:before {
    font-size: 35px;
    color: var(--white-real);
    margin-bottom: 12px;
}



/*POUR DASHBOARD*/
.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.bloc{
    margin-top: 40px;
}
.bloc .content-bloc{
    border-radius: 0 25px 0 0;
    background:var(--white-real);
}
.bloc .content-bloc form{
    padding: 25px;
}
.bloc:last-child .content-bloc {
    margin-right: 0;
}
.bloc .title-bloc{
    border-radius: 0 25px 0 0;
}
 
.bloc.bloc-recherche .content-bloc{
    min-height: 404px;
}
.bloc  form label{
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: var(--black);
    margin: 20px 0 5px;
}
.bloc  form > label:first-child{
    margin-top: 0;
}
.bloc  form input[type=text], .bloc  form input[type=password]{
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background: #f6f2f2;
    border: solid 1px #e8e4e4;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    padding: 0 11px;
}
.bloc form input[type=submit], a.submit-like{
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background: var(--cherry-red);
    font-family: "proxima_nova_rgbold";
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    padding: 12px;
    margin-top: 35px;
    color:#FFFFFF;
    display: block;
}
.pink-dossier.bloc form input[type=submit], a.submit-like{
    background: var(--wisteria);
}
.bloc form input[type=submit]:hover , a.submit-like:hover{
    background: var(--cherry-red-hov);
}
.zone-submit a.submit-like{
    float: right;
}
.bloc.pink-factures form input[type=submit]{
    background: var(--purpleish-pink);
    width: auto;
    display: table-cell!important;
    margin: 0;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}
.bloc.pink-factures form input[type=text], .bloc.pink-factures form input[type=password] {
    width: 100%;
    margin: 0;
    display: table-cell!important;
}
.bloc.pink-factures form input[type=submit]:hover{
    background: var(--purpleish-pink-hov);
}

.title-bloc{
    height:60px;
    width: 100%;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 1.22;
    text-align: left;
    color: #ffffff;
    padding:20px 28px;
    text-transform: uppercase;
}
.red-recherche .title-bloc{ background: var(--cherry-red); }
.pink-factures  .title-bloc{ background: var(--purpleish-pink); }
.green-bloc .title-bloc{ background: var(--fern-green); }

.pink-factures  .content-bloc [class^="icon-"]:before,  .pink-factures  .content-bloc [class*=" icon-"]:before , .modal .bloc li.pink-factures [class^="icon-"]:before, .modal .bloc li.pink-factures  [class*=" icon-"]:before{
    color:var(--purpleish-pink);
}


.pink-dossier .title-bloc{ background: var(--wisteria); }
.pink-dossier  .content-bloc [class^="icon-"]:before,  .pink-dossier  .content-bloc [class*=" icon-"]:before , .modal .bloc li.pink-dossier [class^="icon-"]:before, .modal .bloc li.pink-dossier  [class*=" icon-"]:before{
    color:var(--wisteria);
}
.green-bloc .title-bloc{ background: var(--fern-green); }
.green-bloc  .content-bloc [class^="icon-"]:before,  .green-bloc .content-bloc [class*=" icon-"]:before, .modal .bloc li.green-bloc [class^="icon-"]:before,   .modal .bloc li.green-bloc  [class*=" icon-"]:before{
    color:var(--fern-green);
}

.blue-bloc .title-bloc{ background: var(--cool-blue); }
.blue-bloc   .content-bloc [class^="icon-"]:before,  .blue-bloc .content-bloc [class*=" icon-"]:before, .modal .bloc li.blue-bloc [class^="icon-"]:before, .modal .bloc li.blue-bloc  [class*=" icon-"]:before{
    color:var(--cool-blue);
}

.title-bloc [class^="icon-"]:before, .title-bloc [class*=" icon-"]:before  {
    display: inline-block;
    float: right;
    font-size: 25px;
    margin-top: -3px;
}
.global-content{
    background:var(--white);
    padding-bottom:35px;

}
.container.padding-fix{
    padding-left: 0;
    padding-right: 0;
}
.row-jey{
    margin-left: -15px;
    margin-right: -15px;
}

.input-group-addon, .input-group-addon:last-child {
    border-radius: 3px;
    background-color: #ffffff;
    color: #807e78;
    border-left:  solid 1px #c9c9c9;
    border-right:  solid 1px #c9c9c9;
    border-top:  solid 1px #c9c9c9;
    border-bottom:  solid 1px #c9c9c9;
    border-bottom-left-radius: 0 ;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0 ;
    border-top-right-radius: 3px ;
}
.input-group input[type=text]{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;;
    padding-right: 2px!important;;
}
.bloc ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bloc  ul li {
    display: block;
}
.bloc ul:not(.select2-choices) li a  {
    width: 100%;
    height: 76px;
    background-color: var(--white-real);
    border: solid 1px #e8e4e4;
    display: block;
    padding: 15px 15px 15px 0 ;
    text-decoration: none!important;
} 
.bloc ul li a:hover {
    background-color: var(--white-hov);
    text-decoration: none;
}
.bloc ul li a ul > li{
    display: inline-block;
}
.bloc ul li a ul > li:first-child{
    border-right: solid 1px #e8e4e4;
    width: 60px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
}
.bloc ul li a ul > li:not(:first-child){
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: var(--black);
    padding: 15px 0 0 15px;
}
.nopad{
    padding: 0!important;
}
.actu-preview{
    margin-top: 35px;
}
.image-actu-review{
    height: 122px;
    padding: 25px;
    background-image: url("../img/img-actu-1.jpg");
    background-repeat: no-repeat;
    background-size:100% 100%;

}
.image-actu-review p{
    color: var(--white-real);
    font-size: 54px;
    text-align: right;
    font-family: "proxima_nova_condensedlight";
    text-transform: uppercase;
}
.actu-preview .desc-actu {
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    text-align: left;
    color: var(--white-real);
}

.actu-preview .icon-news:before,  .actu-preview .icon-news{
    width:100px;
    height:100px;
    font-size: 80px;
    color: var(--white);
    display: table-cell;
    vertical-align: middle;
}
.actu-preview .icon-news{
    border-right: 1px solid #42607e;
}
.actu-preview .content-actu{
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
 
.actu-preview   a.block ,  .actu-preview div.nolink{
    background-color: var(--grey-blue);
    display: block;
    width: 100%;
    padding-top: 13px;
    min-height: 122px;
    text-decoration: none!important;
}
.actu-preview a:hover {
    background-color: var(--grey-blue-hov);

}
.actu-preview .date-actu{

    font-family: "proxima_nova_rgbold";
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #e8e4e4;
}
.actu-preview .titre-actu{
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    text-align: left;
    color: var(--white-real);
}
.actu-label{
    font-family: "proxima_nova_rgbold";
    font-size: 22px;
    text-align: left;
    color: var(--white-real);

}

.bloc .dropdown-menu{
    min-width: 100%;
}
.bloc .dropdown-menu ul li{
    height: 80px;
}
.bloc ul.dropdown-menu li a {
    height: 50px;
    padding-left: 25px;
}
.dropdown i.icon-down-open:before{
    font-size: 25px;
    color: #000 ;
    position: absolute;
    top: 29px;
    right: 13px;
}

/**PAGE TABLEAU*/

h1{
     font-family: "proxima_nova_rgregular";
     font-size: 25px;
     text-align: left;
     color: var(--black);
     text-transform: uppercase;
     margin: 35px 0;
 }
.check-docs {
    margin: 35px 0; display: block;
}
.title-tab{
    background-color: var(--root-color);
}
.title-tab th {
    background-color: var(--root-color);
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: var(--black);
    padding: 16px 0 16px 18px!important;
}

table.table tr td{
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    color: var(--black);
    padding: 15px 20px;
}
.edition-page table.table tr td{
    font-size: 14px; 
}
table.table tr{
    border: solid 1px var(--pinkish-grey);
    border-top: none;
    background: var(--white-real);
}
table.table tr:hover{
    background: var(--white-hov);
    cursor: pointer;
}
table.table tr td:last-child:after {
    content: '\e801';
    color: var(--root-color);
    float: right;
    font-family: "fontello";

}

/*FIX POUR DATATABLE*/
table.dataTable thead .sorting:after{
    font-family: "fontello";
    content: '\e808';
    color: var(--black);
    font-size: 10px;
    padding: 10px 0 0 10px;

}
table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc:after{
    font-family: "fontello";
    content: '\e808';
    color: var(--black);
    font-size: 15px;
    padding: 10px 0 0 10px;
}
.table.table-status tr > td:first-child span:first-child {
    display: none;
}
.table.table-status tr > td:first-child span:last-child,span.status{
    display:inline-block;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    margin:  2px 8px 0 0;
}
 span.status.large{
    display:inline-block;
    width: 15px;
    height: 15px;
 }

.table.table-status tr > td:first-child span[data-value="-2"]:last-child, span.status[data-value="-2"] {
    background: var(--dark-grey);
}.table.table-status tr > td:first-child span[data-value="-1"]:last-child, span.status[data-value="-1"] {
     background: var(--pinkish-grey);
 }
.table.table-status tr > td:first-child span[data-value="0"]:last-child, span.status[data-value="0"] {
    background: var( --cherry-red);
} 
.table.table-status tr > td:first-child span[data-value="1"]:last-child, span.status[data-value="1"] {
    background: var( --grey-blue);
}
.table.table-status tr > td:first-child span[data-value="2"]:last-child, span.status[data-value="2"]  {
    background: var( --cool-blue);
}
.table.table-status tr > td:first-child span[data-value="3"]:last-child, span.status[data-value="3"]  {
    background: var(--purpleish-pink);
}
.table.table-status tr > td:first-child span[data-value="4"]:last-child, span.status[data-value="4"]  {
    background: var(--fern-green);
}
.table.table-status tr > td:first-child span[data-value="5"]:last-child, span.status[data-value="5"]  {
    background: var(--cherry-red-hov);
}
.table.table-status tr > td:first-child span[data-value="6"]:last-child, span.status[data-value="6"]  {
    background: var(--new-blue);
}
 
 
.nav.onglets{
    border-bottom: #ffffff solid 2px;
    margin-bottom: 15px;
}
.nav.onglets li a{
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    font-weight: bold;
    line-height: 1.22;
    text-align: left;
    color: #000000;
    background: none;
    border: none;
}
.onglets li.active a, .onglets li a:hover,.onglets li a:focus,.onglets li.active a:focus, .onglets li.active a:hover{
    color: var(--root-color);
    background: none;
    border: none;
    /*border-bottom: var(--root-color) solid 2px;*/
    /*margin-bottom: -1px;!* Pour avoir le trait sur le trait...*!*/
}


.onglets li.active a::after,
.onglets li a:hover::after,
.onglets li a:focus::after,
.onglets li.active a:focus::after,
.onglets li.active a:hover::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--root-color);
}
/*FIN PAGE TABLEAU*/

/*MODAL  */
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header{
    background: var(--new-blue);
}
.modal-header h4{
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
}
.close{
    color:#ffffff!important;
    text-shadow: none;
    opacity:1;
}
/*MODAL AJOUT */

.modal-body{
    padding: 0;
}
.modal-body .bloc{
    margin-top: 0;
}
.modal .modal-dialog.modal-deposer, .modal .modal-dialog.modal-recherche , .modal .modal-dialog.modal-succes, .modal .modal-dialog.modal-succes-reopen{ max-width: 380px; }
.modal .recherche-contrat.bloc, .modal .modal-recherche .bloc, .modal .modal-dialog.modal-succes .modal-content, .modal .modal-dialog.modal-succes-reopen .modal-content{
    padding: 25px;
}
.modal .modal-dialog.modal-succes .modal-content,
.modal .modal-dialog.modal-succes-reopen .modal-content{
    text-align: center;
    color: gray;
}
.modal .modal-succes .glyphicon ,
.modal .modal-succes-reopen .glyphicon {
    font-size: 25px;
    margin-bottom: 8px;
}
.bloc form  .input-group  input[type=submit]{
    margin-top: 0;
}

/*POUR AJOUT MODIF DOSSIER FICHE*/

h1 a{
    text-decoration: underline;
    color:var(--black-real)!important;
}
h1 a:hover{
    color:var(--black-real-hov)!important;
}
h1 span{
    text-transform: none;
}
.title-global{
    background: var(--root-color);
    padding: 10px  10px 10px 25px;
    border-top: var(--pinkish-grey);
}
.title-global.tab{
    border-bottom: solid 4px var(--white-real);
}
.title-global div:first-child{
    text-transform: uppercase;
    color: var(--white-real);
    font-size: 17px;
    font-family:"proxima_nova_rgregular";

}
.title-global div:last-child{
    text-transform: uppercase;
    color:var(--white-real);
    font-family:"proxima_novasemibold";
    font-size: 17px;
    text-align: right;
}
.content-container{
    background: var(--white-real);
    color:var(--black-real);
    border-bottom: solid 1px var( --pinkish-grey);
    border-left: solid 1px var( --pinkish-grey);
    border-right: solid 1px var( --pinkish-grey);
    padding: 25px;
    margin-bottom: 35px;
}
.content-container.tab{
    padding: 0;
}
.content-container.tab table{
    margin-bottom: 0;
}
.content-container .label{
    color:#c1b3b3;
    font-size: 14px;
    clear: both;
    text-align: left;
}
.content-container .spacer{
    width: 100%;
    height: 15px;
    float: left;
}

form textarea{
    width:100%;
    background:#f6f2f2;
    border-radius: 3px;
    border: none;
    padding: 15px;
    min-height:100px;
}
.btn-file {
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    background: var(--cherry-red);
    padding: 10px 80px;
    font-family: proxima_nova_rgbold;
    font-size: 16px;
    margin-right: 15px;
    max-width: 100%;
}
.btn-file:hover {
    color: #FFFFFF;
    background: var(--cherry-red-hov);
}
.input-group select{
    width: 100%;
}
.modal .btn-file{
    padding: 10px 30px;
}
 .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
form small{
    color: var(--pinkish-grey);
    font-size: 15px;
}
.content-container .icon-mon-compte{
    font-size: 65px;
    color: var(--root-color);
}
.gestionnaire div:not(:first-child){
    font-family:"proxima_nova_rgregular" ;
    font-size: 16px;
}
.zone-submit{
  /*  margin-left: -15px;*/ 
  /*  margin-right: -15px;*/
  padding: 0;
}
.zone-submit input[type=submit] {
    min-width: 308px;
    height: 40px;
    margin-left: 5px;
    padding: 5px 0  ;
}
.zone-submit input :first-of-type {
     margin-left: 0px;
}
.zone-submit   a.submit-like{
  max-width: 308px;
}
input.save, .bloc form input.save{
  float: left;
  background: var(--black-real);
}
input.save:hover, .bloc form input.save:hover{
  float: left;
  background: var(--black-real-hov);
}
.zone-submit input.send{
  float: right;
 /* margin-right: -15px;*/
}


.accroche h3{
  background: var(--cherry-red);
  color: var(--white-real);
  font-family: proxima_nova_condensedlight;
  text-transform: uppercase;
  display: inline;
  font-weight: 600;
  font-size: 45px;
}
.accroche{
  text-align: right;
  padding-right: 85px;
}
.connexion-global h1{
  text-transform: none;
  margin: 0 0;
}

.status-padding{
  padding-top: 42px;
  text-align: right;
}
      
.contentieux{
  text-align: right;
  margin-top: -25px;
  margin-bottom: 25px;
}

form span.alert-error{
  color: var(--cherry-red);
}

/* /POUR DASHBOARD */
/* medium devices (under, 1200px) */
@media (max-width:1200px) {
    /*Login*/
    .connexion-global  .container{
        background:  url("../img/bg-connexion.jpg") -170px 0  no-repeat #ede9e9  ; /* fallback */
    }
    nav.fsl ul li a {
        font-size: 13px;
    }

}
/* small devices (under, 1200px) */
@media (max-width:992px) {
    /*Login*/
    .connexion-global .container {
        padding-top: 25px;
        background: #ede9e9;
        min-height: initial; /* pas de containte en mobile  */

    }

    header {
        height: auto;
        padding: 25px;
    }

    header #logo2 {
        display: none;
    }

    header #logo1 {
        width: 175px;
        height: 59px;
        margin: 20px 20px 0 0;
    }

    header input[type=text], header input[type=password] {
        width: 90%;
        margin: 3px auto;
    }

    nav.fsl ul li a {
        font-size: 13px;
    }

    nav.fsl .red a {
        background: none !important;
        width: 75px;
        font-size: 10px;
        color: var(--white-real);
        border: none !important;

    }

    nav.fsl .red a:hover {
        background: none;
        color: var(--white-real-hov);
    }

    nav.fsl .red a:hover [class^="icon-"]:before, nav.fsl .red a:hover [class*=" icon-"]:before {
        color: var(--white-real-hov);
    }

    .nav.navbar-nav.red {
        width: 240px;
        float: none !important;
        margin: 0 auto;
    }
    .zone-submit input.send,.zone-submit input.save{
        float: none;
        margin: 5px auto;
    }
    .zone-submit {
         margin: 0 ;
    }


}
    @media (max-width:768px) { /* Mobile Only */
        .navbar.fsl .nav {
            padding-top: 15px;
            margin: 0 25px;
        }
        header.int {
            height: auto;
        }
        .navbar.fsl .glyphicon-menu-hamburger:before{
            color: #ffffff;
            font-size: 20px;
         }

        nav.fsl ul li a, nav.fsl .red a{
            font-size: 17px;
            line-height: 1.22;
            width: auto;
            height: auto;
            color: var(--white-real);
            text-transform: uppercase;
            text-align: left;
            margin: 7px 25px;
            padding: 9px 0;
        }
        nav.fsl .red  a [class^="icon-"]:before, nav.fsl .red  a [class*=" icon-"]:before{
            display: none!important;
        }


        .btn-file{
            padding: 10px 10px;
            float: none;
            margin: 0 auto;
            display: block;
        }


        .container.padding-fix{/*on remet par defaut*/
            padding-left: 15px;
            padding-right: 15px;
        }
        .row-jey{
            margin-left: 0;
            margin-right: 0;
        }



    }






 
 select.search-select, .select2-container {
     width: 100%;
 }
.select2-container-multi .select2-choices {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background: #f6f2f2;
    border: solid 1px #e8e4e4;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 1.38;
    text-align: left;
    padding: 0 11px;
}
.pagination, .dataTables_paginate>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

a.lien-btn {
    color: var( --cherry-red);
    padding: 8px 12px;
    margin: 0 4px;
    text-decoration: none;
    border: 1px solid var( --cherry-red);
    border-radius: 4px;
    font-weight: bold;
    transition: all ease 0.2s;
}
a.lien-btn:hover{
    opacity: 0.6;
}
.pagination a, .dataTables_paginate a:not(.previous,.next) {
    color: var(--root-color);
    padding: 8px 12px;
    margin: 0 4px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover,.dataTables_paginate a:hover {
    background-color: var(--root-color);
    color: #fff;
}

.pagination a.active,.dataTables_paginate a.current {
    background-color: var(--root-color);
    color: #fff;
    border-color: var(--root-color);
}

.pagination a.first-page,
.pagination a.last-page {
    font-weight: bold;
}

.loader {
    position: relative;
}
.loader:before {
    content : "";
    border: 3px solid var(--root-color);
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform-origin: center;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/*@media (min-width: @screen-sm-min) { ... }*/

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: @screen-md-min) { ... }*/

/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: @screen-lg-min) { ... }*/
