body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #656263;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
h1 {
    text-transform:uppercase;
}
h1 img {
    margin:0 20px;
}

a {
    text-decoration: none;
    color: #656263;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
    vertical-align: middle;
}
input[type=submit]:hover {
    cursor:pointer;
}

strong {
    font-weight: bold;
}

.page {
    width: 1180px;
    margin: 0 auto 40px;
}

/* *********************************************** */
/* Header                                          */
/* *********************************************** */
#header .visuals {
    display: table-row;
    width: 1180px;
}
#header .logo {
    display: table-cell;
    vertical-align: bottom;
    width: 159px;
    padding:20px 40px 20px 20px;
}
#header .logo img {
    width: 100%;
}

#header .banner {
    display: table-cell;
    background-image: url("../images/visuel2026-981x147.jpg");
    background-size: contain;
    background-position: center;
    width: 961px;
    height: 144px;
    float:right;
    clear: right;
    border-top-left-radius: 80px;
}
#header .banner .titre {
    font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width:55%;
    font-weight: bold;
    text-align: right;
    font-size: 2.25em;
    line-height: 1.25em;
    color: white;
    margin-top:25px;
    letter-spacing: 0.02em;
}
#header .banner .slogan {
    font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width:55%;
    font-weight: 800;
    color: #F1882B;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 2px;
    margin-top:10px;
    font-size: 16px
 }

#header .top_header {
    font-size: 0.85em;
    padding:10px 0;
    text-align: right;
    font-weight:bold;
    text-transform: uppercase;
    color: #28408a;
}

#header .top_header a {
     color: #28408a;
}

#header .top_header table {
    width:100%;
}
#header .top_header table tr td:first-child {
    text-align: left;
}
#header .top_header table tr td:last-child {
    text-align: right;
}

#header .top_header .separateur {
    color: #de4c84;
    font-weight: bold;
    padding: 0 3px;
}

/* Navigation */
#header .block_navigation {
    width:1180px;
    border-spacing: 0;
}

#header table.block_navigation  {
    margin-top: 1px;
}

#header table.block_navigation  tr td {
    text-transform:uppercase;
    vertical-align:top;
    height:100%;
    background-color: #28408a;
    padding: 12px 8px;
    border-right: 1px solid white;
}
#header table.block_navigation  tr td:last-child {
     border-right: 0;
 }

#header  table.block_navigation tr td a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color:white;
    font-weight:bold;
}
#header  table.block_navigation tr td a:hover {
    text-decoration: none;
}
#header .block_navigation .premier_mot {
    font-size: 20px;
}
#header .block_navigation .deuxieme_mot {
    font-size: 10px;
}

#header .block_navigation td.second-line {
    padding:0;
}
#header .block_navigation td.second-line.first-tds {
    background-color: white;
}
#header .block_navigation td.second-line.last-tds {
    background-color: #F1882B;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    color: white;
    padding: 4px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: bold;
}

#container {
    padding-top:20px;
}

/* *********************************************** */
/* Footer                                          */
/* *********************************************** */
#footer {
    background-color:#28408a;
    width: 100%;
    margin:0;
    position:relative;
}
#footer .content {
    width:1180px;
    margin:10px auto 0;
    padding: 10px 5px;
    color:white;
    font-size:0.95em;
}
#footer .content.mentions {
    padding-bottom:20px;
    text-align: justify;
    font-size:0.75em;
}
#footer .content a {
    color:white;
}
#footer .content ul {
    text-align: center;
    margin:12px 0 12px 0;
    padding-top:25px;
}
#footer .content ul li {
    display: inline-block;
    text-align: center;
}
#footer .content .logo {
    float: right;
    margin: 0;
    padding-top:14px;
}
#footer .content .logo img {
    margin: 0;
}
#footer .content .footer_column {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    vertical-align: top;
    box-sizing: content-box;
}
#footer .content .footer_column.societe {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    vertical-align: top;
    box-sizing: content-box;
    width:75%;
}
#footer .content .footer_column.links {
    width:25%;
    float:right;
}
.fontAwesome {
    font-family: FontAwesome, sans-serif;
}

/* *********************************************** */
/* Blocs recherche                                 */
/* *********************************************** */

.block_recherche,
.block_recherche_home {
    margin: 30px 0 30px !important;
}
.block_recherche_home form {
    margin: 0 auto;
    display:table;
}
.block_recherche_home form .group_text input[type=text] {
    height:20px;
    padding:5px 10px;
    border:1px solid #28408a;
    background-color: #f8f9fa;
    width: 560px;
    border-radius: 10px;
}
.block_recherche_home form .group_submit {
    margin-top: 15px;
}
.block_recherche_home form .group_submit input[type=submit] {
    height:32px;
    padding:5px 20px;
    background-color:#28408a;
    color:white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
    vertical-align: bottom;
}
.block_recherche_home form .group_submit .select2 {
    left:-5px;
    min-width: 474px;
}
.select2-container--default .select2-results {
    border: 1px solid #28408a;
}
.select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container .select2-selection--single {
    height: 32px !important;
    border: 1px solid #28408a;
}

.block_recherche .select2-container .select2-selection--single {
    border-radius: 0 15px 15px 0;
}

.select2-selection__arrow {
    height: 32px !important;
}
.select2-dropdown { border: 0; }

.block_recherche  {
    display: flex;
    justify-content: center;
}
.block_recherche .group_text {
    float:left;
}
.block_recherche .group_text input[type=text] {
    height:20px;
    padding:5px 10px;
    border:1px solid #28408a;
    width: 420px;
    border-radius: 15px;
    margin-right: 20px;
}
.block_recherche .group_submit {
    float:right;
}
.block_recherche .group_submit .select2 {
    float:right;
}
.block_recherche .group_submit input[type=submit]{
    height:32px;
    padding:5px 20px;
    background-color:#28408a;
    color:white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0;
}

/* *********************************************** */
/* Home                                            */
/* *********************************************** */

.body_home {
    width: 52%;
    margin-right: 50px;
    display: inline-block;
    vertical-align:top;
}
.body_home_teasing {
    width:40%;
    display: inline-block;
}

.block_inside ul {
    width: 100%;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding:0;
}
.block_inside ul li {
    list-style: none;
    padding:0 0 20px;
}

.block_inside.edition {
    padding:10px 0 10px 40px;
    text-align: justify;
}

.block_inside.a_la_une ul,
.block_inside.prochaines_formations ul {
    margin: 0 0 20px 0;
    font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    font-weight: bold;
}

.block_inside.a_la_une ul li,
.block_inside.prochaines_formations ul li {
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #656263;
}

.block_inside.a_la_une ul li:first-child,
.block_inside.prochaines_formations ul li:first-child {
    border-top: 1px solid #656263;
}

.block_inside.a_la_une ul li,
.block_inside.prochaines_formations ul li {
     text-transform: uppercase;
}

.block_inside.prochaines_formations .toutes_formations {
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.body_home_teasing h1,
.block_inside.a_la_une h1,
.block_inside.prochaines_formations h1 {
    padding:0 0 10px 40px;
}

.block_inside.edition h1 {
    padding-top:10px;
}
.body_home_teasing h1 {
    padding-left: 0;
}

h1.heading {
    color: #28408a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 0;
}

h2 span.heading-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.body_home_teasing ul {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    padding:0;
}
.body_home_teasing ul li {
     list-style: none;
     padding:0 0 10px;
 }
.body_home_teasing h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.body_home_teasing img {
    margin:0 auto;
}
.body_home_teasing a:hover {
    text-decoration:none;
}
.body_home_teasing a:hover p {
    text-decoration:underline;
}

.body_home_teasing .sim,
.body_home_teasing .am,
.body_home_teasing .bj,
.body_home_teasing .ft,
.body_home_teasing .cc,
.body_home_teasing .cu {
    max-width:250px;
}

.body_home_teasing .first-col {
    display: table-cell;
    width: 45%;
}
.body_home_teasing .second-col {
    display: table-cell;
    width: 55%;
    padding-left: 50px;
    vertical-align: top;
}
.body_home_teasing .second-col .cc {
    text-align: justify;
}

.body_home_teasing .ft h2 {
    color:#f3c900;
}
.body_home_teasing .bj h2 {
    color:#3a7ed6;
}
.body_home_teasing .am h2 {
    color:#00b050;
}
.body_home_teasing .cu h2 {
    color:#9a3ad6;
}
.body_home_teasing .sim h2 {
    color:#8a2811;
}
.body_home_teasing .cc h2 {
    color:#f57b29;
}

.rubrique_title .index {
    padding: 5px 20px;
    border-radius: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: fit-content;
}
.rubrique_title .index a {
    color: white;
}
.rubrique_title {
    display: inline-block;
    width:100%;
    /*margin-left: 20px;*/
}
.rubrique_title .title {
    text-transform: uppercase;
    font-weight: 700;
    align-items: flex-end;
    line-height: 1.2em;
}

.rubrique_title .icon {
    padding-right:15px;
    width: 80px
}
.abonnes_only {
    margin: 20px 0;
    padding: 5px;
    background-color: #F1882B;
    color: white;
    width: 1150px;
}

.abonnes_only a {
    color: white;
}

.body_home_teasing .rubrique_title .icon {
    padding-right: 0;
}

.rubrique_title.chiffres-utiles a.telecharger .icon {
    padding-right:0;
}

.rubrique_title .premier_mot {
    font-size: 2em;
}

.rubrique_title.fiches-techniques .index {
    background-color: #ecc517;
}
.rubrique_title.fiches-techniques .title {
    color: #ecc517;
}
.rubrique_title.breves-jurisprudentielles .index {
    background-color: #3a7ed6;
}
.rubrique_title.breves-jurisprudentielles .title {
    color: #3a7ed6;
}
.rubrique_title.chiffres-utiles .index {
    background-color: #9a3ad6;
}
.rubrique_title.chiffres-utiles .title {
    color: #9a3ad6;
}
.rubrique_title.arrets-majeurs .index {
    background-color: #00b050;
}
.rubrique_title.arrets-majeurs .title {
    color: #00b050;
}
.rubrique_title.simulateurs .index {
    background-color: #8a2811;
}
.rubrique_title.simulateurs .title {
    color: #8a2811;
}
.rubrique_title.convention-collective .index {
    background-color: #f57b29;
}
.rubrique_title.convention-collective .title {
    color: #f57b29;
}
.rubrique_title.generique .index {
    background-color: #28408a;
}
.rubrique_title.generique .title {
    color: #28408a;
}
.rubrique_title.generique .index {
     background-color: #28408a;
 }
.rubrique_title.generique .premier_mot {
    padding-top:10px;
}

.rubrique_title.generique {
    margin-left: 20px;
}
.rubrique_title.generique a,
.rubrique_title.generique a:hover {
     text-decoration: none;
    color: inherit
}

.rubrique_title .deuxieme_mot {
    font-size: 1em;
}

.body_home_teasing .rubrique_title .premier_mot {
    font-size: 1.5em;
}
.body_home_teasing .rubrique_title {
    padding-left:0;
    margin-left:0;
}
.body_home_teasing .rubrique_title .title {
    margin-bottom: 0;
    text-align: left;
}

.body_home_teasing .rubrique_title .deuxieme_mot {
    font-size: 0.85em;
}

.rubrique_title table tr td {
    text-align: center;
}

.body_home_teasing .rubrique_title table tr td.icon {
     text-align: left;
 }

/** ----------------------------------------------------------------- **/
/** accordion **/
/** ----------------------------------------------------------------- **/
.accordion {
    margin:25px 0;
    display:table;
    table-layout: fixed;
    width:100%;
}

.accordion h3 {
    padding: 10px 20px;
    line-height: 1.1;
    cursor: pointer;
    border-bottom: 1px solid #656263;
    margin: 0;
}

.accordion .convention-collective {
    padding: 0;
    margin-top: 0;
    background: none !important
}

.accordion h3 .reference {
    display:table-cell;
    vertical-align:top;
    white-space: nowrap;
    padding-right: 16px;
    padding-top: 1px;
    width: 70px;
}

.accordion h3.convention-collective.livre {
    padding: 10px 0;
    line-height: 1.1;
    cursor: pointer;
}
.accordion h3.convention-collective.chapitre {
    margin-left: 20px;
    padding: 10px 0;
    line-height: 1.1;
    cursor: pointer;
}

.accordion h3.convention-collective.livre,
.accordion h3.convention-collective.chapitre {
    font-weight: bold;
}

.accordion h3.convention-collective.page {
    margin-left: 50px;
    padding: 3px 0;
}

.accordion h3.convention-collective.rubrique {
     padding-left: 75px;
}

h2.subheading-convention-collective {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    line-height: 1;
    margin-bottom:20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #656263;
}

.subheading-convention-collective + .convention-collective table {
    border-spacing: 0;
}
.subheading-convention-collective + .convention-collective table tr th,
.subheading-convention-collective + .convention-collective table tr td {
    margin:0;
    padding:10px;
    border: 1px solid #656263;
}

.accordion h3 .intitule {
    display:table-cell;
    vertical-align:top;
    font-size:14px;
    width:950px;
    padding-top:4px;
    padding-right:25px;
}
.accordion.index h3 .intitule {
     width:1020px;
 }

.accordion h3.convention-collective .intitule {
    width:100%;
}
.accordion h3.convention-collective.page {
    width:1130px;
}

.accordion .intitule {
     text-transform:uppercase;
 }

.convention-collective .accordion h3 .intitule {
    text-transform: none;
}
.convention-collective .accordion h3.livre .intitule {
    text-transform: uppercase;
}

.accordion h3 .pdf {
    display:table-cell;
    width:25px;
}

.accordion h3 .intitule .date {
    display:none;
}

.accordion h3 .open-close {
    display:table-cell;
    padding-left: 50px;
}

.accordion h3 .icon:before {
    content: "\f107";
    font-family: "FontAwesome";
    background-color: #656263;
    border-radius: 5px;
    color: white;
    padding: 2px 5px;
}

.accordion h3 .pdf .icon:before {
    content: "\f019";
    font-family: "FontAwesome";
    padding-right: 6px;
}
.accordion h3 .open-close .icon:before {
    content: "\f107";
    font-family: "FontAwesome";
    padding: 2px 7px;
}
.accordion h3.ui-state-active .open-close .icon:before {
     content: "\f106";
     font-family: "FontAwesome";
 }

.accordion h3 .no-open-close {
    display:table-cell;
    padding-left: 50px;
    width:26px;
}
.accordion h3 .no-open-close .icon {
    display:none;
}

a.telecharger {
    border-width: 0;
    border-radius: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
}
a.telecharger .icon:before {
    content: "\f019";
    font-family: "FontAwesome";
    background-color: #656263;
    border-radius: 5px;
    color: white;
    padding: 2px 5px;
    margin-right:10px;
}

.index a.telecharger {
    vertical-align: middle;
    text-align: center;
    background-color: #28408a;
    color: white;
}

.breves-jurisprudentielles a.telecharger {
    padding: 5px 30px 5px 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #3a7ed6;
    color:white;
}
.chiffres-utiles a.telecharger {
    vertical-align: middle;
    text-align: center;
    background-color: #9a3ad6;
    color:white;
}
.fiches-techniques a.telecharger {
    padding: 5px 30px 5px 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #ecc517;
    color: white;
    margin: 0;
}

a.sim {
    padding: 5px 30px;
    border-width: 0;
    border-radius: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    margin: 0;
    background-color:#8a2811;
    color: white;
}

.en-savoir-plus {
    display:flex;
    width: 100%;
    margin: 20px 0;
}

.en-savoir-plus .titre span {
    padding: 5px 20px;
    border-radius: 15px;
    font-family: 'Roboto', serif;
    display: inline-block;
    border: 1px solid #656263;
    white-space: nowrap;
    margin: 0 20px 0 0;
}
.en-savoir-plus .titre {
    width:150px;
}

.en-savoir-plus .list table {
    width: 925px;
}
.chiffre .en-savoir-plus .list table {
    border: 0;
    width: 1075px;
}
.abrege .en-savoir-plus .list table {
    border: 0;
    width: 1055px;
}

.en-savoir-plus .list table tr td {
    border: 0;
    border-bottom: 1px solid #656263;
    padding: 5px 0;
}

.accordion .accordionContent {
    display:none;
    margin: 20px 0 0 105px;
}
.accordion.abrege .accordionContent {
    display:none;
    margin: 20px 0 0 125px;
}


.accordion table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accordion table tr  {
    display: flex;
}
.accordion table tr td {
     vertical-align: top;
}

.accordion table tr td:first-child {
    text-wrap: nowrap;
    padding-right:20px;
    margin-right:2px;
    max-width:80px;
    width:80px;
}

.accordion .index-alpha table {
    width:1027px;
}
.accordion .index-alpha table tr td:first-child {
    text-wrap: nowrap;
    padding-right:20px;
    margin-right:2px;
    max-width:1027px;
    width:1027px;
}

.accordion table tr td:last-child {
    flex: 1;
}

ul.plus {
    list-style-type: square !important;
    padding:20px;
    margin-bottom: 40px;
}

ul.plus li span {
    margin-right:20px;
}

.accordion .accordionContent ul.plus li {
    width: 700px;
}
.accordion .accordionContent ul li .reference {
    display:table-cell;
    width:80px;
    min-width:80px;
}
.accordion .accordionContent ul li .intitule {
    display:table-cell;
    text-transform:uppercase;
    text-wrap: auto;
}
.accordion .accordionContent .object-left .imageleft .zoom,.accordion .accordionContent .object-right .imageright .zoom{
    right: -22px;
    top: -11px;
}
.accordion .accordionContent .object-left,.accordion .accordionContent .object-right{
    margin-bottom: 10px;
}
.accordion .accordionContent .image p.zoom {
    right: -21px;
    top: -11px;
}

.accordion h6 {
    cursor: pointer;
    font-size: 100% !important;
    display:table-row;
}
.accordion h6 a {
    cursor: pointer;
    font-size: 100% !important;
    display:table-cell;
}

.table-abonne {
    display: table;
    width: 1180px;
    margin-top:20px;
    margin-bottom:40px;
}
.row-abonne {
    display: table-row;
}
.cell-abonne {
    display: table-cell;
    padding-left: 5px;
    width: 50%;
}
.cell-abonne:first-child {
    padding-left: 0;
    padding-right: 20px;
}
.cell-abonne label {
    width: 200px;
}

.table-abonne input[type=text],
.table-abonne input[type=password] {
    height: 18px;
    margin: 5px;
    padding: 5px;
    width: 200px;
    border: 1px solid #656263;
    border-radius: 5px;
}
.table-abonne input[type=submit],
.table-abonne button.subscribe {
    height:32px;
    padding:5px 20px;
    background-color:#28408a;
    color:white;
    border-radius: 10px;
    border: 0;
}
.table-abonne button.subscribe a {
    color: white;
}

.table-abonne ul {
    padding: 0;
}
.table-abonne ul li {
    list-style-type: none;
    margin-left: 0;
}

.alert {
    margin-top:20px;
    display:table;
    padding: 10px;
    border-radius:5px;
}
.alert-warning {
    background-color:#cf0918;
    color:white;
    margin-bottom:20px;
}

.alert-info {
    background-color:#3c5ca3;
    color:white;
    margin-bottom:20px;
}

.no-formation.alert {
    margin-left: 20px;
}

h2.subscribe {
    background-color:#28408a;
    color:white;
    padding: 10px 20px;
    border-radius:5px;
    width: 150px
}
h2.subscribe a {
     color:white;
 }

.ui-autocomplete {
    background-color:#f8f9fa;
    padding:10px;
    width:380px;
    border-radius:10px;
}
.block_recherche_home .ui-autocomplete-input {
    width:380px;
}
.ui-autocomplete:hover {
    cursor:pointer;
}
.ui-autocomplete li {
    list-style-type: none;
 }


#popin_salaire_de_reference_icl #SR_HTML_DESCR_ICL,
#popin_salaire_de_reference_ill #SR_HTML_DESCR_ILL {
    padding:17px 10px 20px;
}


.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-corner-all,
.ui-corner-top
{
    border-radius:0 !important;
}
.ui-widget-header {
    background:#e7e6e7 !important;
    border:0 !important;
}

.ui-csic  {
    width:470px;
    float:left;
}

.ui-csic.dernier,
.ui-csic.derniers{
    width:470px;
    float:right;
}

.ui-csic h2, .ui-csic h3 {
    border-bottom: 1px solid #e7e6e7;
    padding:5px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.ui-csic fieldset {
    display:block;
    margin:3px 0;
}
.ui-csic div + fieldset {
     margin:0;
 }

.ui-csic fieldset.calculated {
    border-bottom: 1px solid #e7e6e7;
    margin:3px 0;
}
.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.ui-csic input {
    border:1px solid #e7e6e7;
    padding:5px;
    text-align:right;
    margin-right:0;
}
.ui-csic fieldset.calculated input {
    font-weight:bold;
    border:0;
    background-color: transparent;
}
.ui-csic label {
    width:235px;
    display:block;
    float:left;
    text-align:right;
    padding:10px;
}

.ui-csic.dernier label,
.ui-csic.derniers label {
    width:150px;
}
.ui-csic.dernier fieldset.calculated label,
.ui-csic.derniers fieldset.calculated label {
    width:150px;
    padding:5px 10px;
}
.ui-csic.anciennete,
.ui-csic.age,
.ui-csic.report,
.ui-csic.highlight{
    width:100%;
}
.ui-csic.highlight {
    padding:10px 0;
    background:#e7e6e7;
    font-weight: bold;
}
.ui-csic.highlight h2 {
    padding:5px;
}
.ui-csic.highlight fieldset {
    margin-bottom:0;
}
.ui-csic.highlight fieldset input {
    font-weight:bold;
}
.ui-csic.highlight label {
    margin-top:2px;
    margin-right:15px;
}

.ui-csic.anciennete h2  {
    margin-bottom:20px;
}
.ui-csic.anciennete input {
    border:1px solid #e7e6e7;
    padding:5px;
    text-align:right;
    float:left;
    margin-right:0;
}

.ui-csic.anciennete input[type=checkbox] {
    margin-right:10px;
    margin-top:12px;
}

.ui-csic.anciennete .highlight {
    background:#e7e6e7;
    padding:10px;
}

.ui-csic.anciennete label {
    float:left;
    width:40px;
    white-space: nowrap;
}

.ui-csic.anciennete label:first-child {
    width:250px;
    text-align:right;
}

.sr_html_descr {
    text-align: justify;
}

pre {
    text-align:center;
}

table.regime_sociale {
    width:100%;
    padding:0;
    border:0;
}

table.regime_sociale tr {
    padding:0;
    border:0;

}

table.regime_sociale th {
    background-color:#e7e6e7;
    border: 1px solid #e7e6e7;
    padding:10px;
}
table.regime_sociale td {
    padding:10px;
}
table.regime_sociale td.notbordered {
    border:0 !important;
}

div.result {
    min-width: 100px;
    height: 10px;
    padding: 12px;
    font-weight:bold;
}
td.result {
    background:#e7e6e7;
    border: 1px solid #e7e6e7;
    height: 10px;
    text-align: right;
    padding: 10px;
}
td.text_result {
    background:#e7e6e7;
    border: 1px solid #e7e6e7;
    height: 10px;
    text-align: left;
    padding: 10px;
}
td.result.strong {
    font-weight:bold;
    width: 120px;
}

td.bordered {
    border:1px solid #e7e6e7 !important;
}

fieldset {
    border:0;
}

/****************************/
/* Nouveau design des index */
/****************************/

.index-rubrique {
    /*margin-top: 50px;*/
}

.index-rubrique h3 {
    margin-bottom: 0;
    padding: 10px 20px;
    line-height: 1.1;
    text-align:center;
    border-bottom: 1px solid #656263;
}

.index-rubrique h3 span {
    padding: 0 10px;
}
.index-rubrique h3 span.let {
    font-weight: bold;
    cursor:pointer;
}

.index-rubrique h3 span.empty {
    padding: 0 10px;
    cursor: default;
    color: darkgrey;
}

.index-rubrique h3 span:first-child,
.index-rubrique h3 a:first-child {
    padding-left:0;
}
.index-rubrique h3 span:last-child,
.index-rubrique h3 a:last-child {
    padding-right:0;
}

.index-rubrique .groupe_lettre {
    margin-top:40px;
    margin-bottom:40px;
}

.index-rubrique .lettre {
    font-size: 2em;
    width: 80px;
    text-align: right;
    padding-right:20px;
    font-weight: bold;
}
.index-fiches-techniques.index-rubrique .lettre {
    color: #f3c900;
}
.index-breve.index-rubrique .lettre {
    color: #3a7ed6;
}
.index-arrets-majeurs.index-rubrique .lettre {
    color: #00b050;
}
.index-chiffre.index-rubrique .lettre {
    color: #9a3ad6;
}

.index-rubrique .items {
    float: right;
    vertical-align: top;
    width: 100%;
}

.index-rubrique .items h6.item {
    display: table;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 10px !important;
    width: 100%;
}

.index-rubrique .items h6.item .intitule {
    display: table-cell;
    padding: 5px 20px;
    border-bottom: 1px solid #656263;
    width:100%
}
.index-rubrique .items h6.item .intitule:hover {
    text-decoration: none;
}

.index-rubrique .items .open-close {
    display: table-cell;
    padding-right: 10px;
    width:20px;
}

.index-rubrique .items table {
    margin:20px 0 20px 65px !important;
    text-transform: uppercase;
    width:1022px
}
.index-rubrique .items .accordionIndexContent table tr td:first-child {
    max-width: 80px;
    width: 80px;
}

.index-rubrique .items .accordionIndexContent table tr td {
    vertical-align: top;
    border-bottom: 1px solid #656263;
    padding: 5px 0;
}
.index-rubrique .items .accordionIndexContent table tr td.reference {
    min-width:60px;
}

.resultats-recherche .heading {
    margin: 20px 0 40px 40px;
}

.resultats-recherche .rubrique_title.generique {
     margin-bottom: 40px;
 }

.resultats-recherche .item_listing {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    font-size: 1.15em;
    margin-bottom: 10px;
    border-bottom: 1px solid #656263;
}

.resultats-recherche .item_listing .ref {
    font-style: italic;
    font-size: 0.9em;
}
.resultats-recherche .item_listing .ref .rubrique {
    font-weight: bold;
}

.resultats-recherche .block_pagination {
    font-size: 0.9em;
    display: flex;
    width: fit-content;
    margin: 20px auto;
}
.resultats-recherche .block_pagination span {
    padding:5px 20px;
    border: 1px solid #656263;
    border-radius: 15px;
    margin: 10px;
    white-space: nowrap;
}
.resultats-recherche .block_pagination span img {
    margin-right:5px;
    margin-top:-3px;
}

.resultats-recherche .block_pagination span.pages a {
    margin-right:10px;
}
.resultats-recherche .block_pagination span.pages a:last-child {
     margin-right:0;
}

.resultats-recherche .block_pagination span a {
    font-weight: bold;
}
.resultats-recherche .block_pagination span a.current {
    font-weight: bold;
    text-decoration: underline;
}

.resultats-recherche .highlight {
    font-size: 0.8em;
    padding: 20px 100px 10px 0;
}
.resultats-recherche .highlight em {
    font-weight: bold;
}
.resultats-recherche .score {
    float: right;
    font-size: 0.9em;
}
.accordion h3.first {
    font-weight: bold;
}
.accordion h3.first .reference {
    width: 25px;
}

.accordion h3.firstPage {
    margin-top:10px;
}

.management {
    margin: 30px 0;
    display: table;
    width: 100%;
}
.previous,
.next {
    display: table-cell;
    width:50%;
}
.next {
    text-align: end;
}

.previous a,
.edit a,
.next a {
    padding: 5px 20px;
    border-radius: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border:1px solid #656263;
    display: inline-block;
}
.edit {
    float:right;
}

.edit a {
    background-color: #c43c35;
    color: white;
}

.ccnic-text {
    padding: 0 20px 10px;
    text-align: justify;
    border-radius: 15px;
    margin-left: 80px;
}

.ui-widget-overlay {
    background: #656263 !important;;
    opacity: 0.8 !important;
    filter: Alpha(Opacity=80) !important;;
}

button.imprimer {
    background: none;
    border: 1px solid #656263;
    padding: 5px 20px;
    border-radius: 15px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: right;
    cursor: pointer;
}

.ui-widget-content {
    color: inherit !important;
}
/* *********************************************** */
/* Print                                          */
/* *********************************************** */
@media print {
    /* Cacher tous les éléments de la page */
    * {
        visibility: hidden;
    }

    /* Afficher l'élément et son contenu */
    #header,  #header *,
    .ui-dialog, .ui-dialog * {
        visibility: visible;
    }
    #header  .block_navigation {
        display: none;
    }
    #header .top_header table tr td:last-child {
        display: none;
    }
    #header .top_header .separateur,
    #header .top_header .nous-contacter {
        display: none;
    }

    #footer {
        display: none !important;
    }

    .block_recherche {
        display: none;
    }

    #container,  #container * {
        visibility: visible;
    }

    #container .select2-container--default,
    #container .select2-selection--single {
        border:0;
        border-radius: 0;
    }
    #container .select2-selection__arrow {
        display: none;
    }
    #container .select2-selection__rendered {
        font-size: 2em;
        font-weight:bold;
        padding-top: 20px;
        padding-left: 0;
    }

    #container .management .next,
    #container .management .previous {
        display: none;
    }

    .imprimer { display: none; }
    .determiner { display: none; }

    #popin_salaire_de_reference_icl,
    #popin_salaire_de_reference_ill,
    #popin_salaire_de_reference {
        margin-top: 20px;
        visibility: visible;
        display: block;
    }
    .ui-widget.ui-widget-content {
        border: 0 !important;
    }

    .ui-dialog,
    .ui-dialog .ui-dialog-titlebar,
    .ui-dialog .ui-dialog-title,
    .ui-dialog .ui-dialog-content {
        display: block;
        margin: 0 !important;
        padding:0 !important;
    }
    .ui-dialog .ui-dialog-title {
        text-transform: uppercase;
        font-size: 1.25em;
    }
    .ui-dialog .ui-dialog-titlebar-close {
        display: none;
    }

    #popin_salaire_de_reference_icl h2,
    #popin_salaire_de_reference_ill h2,
    #popin_salaire_de_reference h2 {
        padding:0;
    }

    #popin_salaire_de_reference_icl #SR_HTML_DESCR_ICL,
    #popin_salaire_de_reference_ill #SR_HTML_DESCR_ILL {
        padding: 20px 0 0 !important;
    }

    .ui-csic,
    .ui-csic.dernier,
    .ui-csic.derniers {
        width:100%;
        float: none;
    }
    #douzederniers h3,
    #derniermois h3,
    #troisderniers h3 {
        border-bottom:0;
        height: 0;
        padding: 5px 0;
    }

    label {
        width: 310px !important;
    }

    .ui-csic.highlight {
        margin-top: 30px
    }
    .page {
        margin: 0
    }

    .informative {
        padding: 30px 0 30px;
        margin-bottom: 20px;
        border: 1px solid #656263;
    }
}

.contenu {
    margin: 0 100px;
    text-justify: auto;
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
}

.formation {
    display: table;
    width:100%;
    margin-top: 20px;
}

.formation_date {
    width: 180px;
    padding-right: 30px;
    padding-left: 20px;
}
.formation .date {
    background-color: #28408a;
    padding: 8px 10px 5px;
    margin-right: 20px;
    color: white;
    border-bottom: 1px solid #3c5ca3;
    border-radius: 14px;
}
.formation.table .formation_date {
    width: 220px;
    padding: 0px 10px 0 20px;
    text-align: center;
}

.formation .big_date {
    background-color: #28408a;
    padding: 30px 20px;
    color: white;
    font-size: 20px;
    border-radius: 14px;
    text-align: center;
    width: 180px;
 }

.formation_format,
.formation_public_visé {
    font-size: 14px;
}
.formation_public_visé .libelle {
    width: calc(100% - 12px);
    color: white;
    background-color: #28408a;
    padding: 6px;
    margin-bottom: 10px;
}

.formation_format,
.formation_public_visé,
.formation_tarif {
    margin-top: 30px;
}

.formation_format {
    margin-top: 20px;
}
.formation_format .libelle {
    background-color: #28408a;
    display: inline-block;
    padding: 6px;
    color: white;
    margin-right: 10px;
}

.formation_tarif {
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #656263;
}
.formation_tarif .symbole {
    background-color: #28408a;
    color: white;
    font-size: 24px;
    border-radius: 36px;
    width: 28px;
    padding: 6px;
    display: inline-block;
    text-align: center;
}
.horaire {
    font-size: 14px;
}
.formation_fiche {

}
.document_pdf:before {
    content: "\f1c1";
    font-family: "FontAwesome";
}
.document_file:before {
    content: "\f15b";
    font-family: "FontAwesome";
}
.arrow:before {
    content: "\f178";
    font-family: "FontAwesome";
}
.arrow {
    font-size: 24px;
    color: #28408a;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;

}

.document_pdf,
.document_file{
    font-size: 20px;
    color: #28408a;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}
.formation_programme div a ,
.formation_Inscription div a {
    display: inline-block;
    color: white;
}

.formation_intitule {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #656263;
    padding: 10px 0;
    margin-bottom: 20px;
}

.formation.table .formation_intitule {
    padding : 0;
    margin-bottom: 0;
    font-size: 16px;
    border: 0;
}

.formation_objectif {
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 15px;
    border-left: 4px solid #656263;
}
.formation.table .formation_objectif {
    padding : 0;
    margin-bottom: 0;
    font-size: 16px;
    border: 0;
    text-transform: inherit;
 }

.renseignements {
    padding: 0 5px;
    border: 1px solid #656263;
    margin-bottom: 20px;
}

.formation_fiche .renseignements strong:nth-of-type(1) {
    width: 200px;
    display: block;
    margin-bottom: 10px;
}

.formation_animateur,
.formation_renseignement,
.formation_moyens_pedagogiques,
.formation_organisme_gestionnaire,
.formation_evaluation {
    margin: 10px;
}

.formation_adresse div:before {
    content: "\f041";
    font-family: "FontAwesome";
}
.formation_adresse div {
    font-size: 40px;
    color: #28408a;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}
.formation_documents {
    /*float:right;*/
    /*margin-left: 20px ;*/
    /*margin-bottom: 20px ;*/
    /*border-left: 1px solid #656263;*/
    /*padding-left: 20px;*/
}
.clear {
    clear: both;
}
.formation_fiche .formation_documents .libelle {
    width:224px;
    background-color: #3c5ca3;
    padding: 2px 6px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}
.formation_adresse,
.formation_gmap,
.formation_tag,
.formation_tarif_adherent,
.formation_tarif_non_adherent,
.formation_soustitre {
    margin-bottom: 20px;
}

.formation_fiche strong:nth-of-type(1) {
    background-color: #3c5ca3;
    padding: 2px 5px;
    margin-right: 10px;
    color: white;
}