body {
    background-color: #fff;
    font-family: 'Droid Sans';
    font-size: 14px;
    color: #343535;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
    list-style-type:none;
}
.image-nopadding{
    width: 100%;
}

.noborder {
    border: none !important;
}

.top-dashed td{
    border-top: 1px dashed #ddd !important;
}

.quote {
    margin: 0;
    border: none;
    font-style: italic;
    float: right;
    font-family: 'DroidSans';
    font-size: 28px;
    padding-left: 5px;
    width: 45%;
}

.table-responsive .table {
    border-collapse: inherit;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}




a.icon-info:hover {
    color: dimgrey;
}

.color-default {
    color: #343535;
}
span.bold {
    margin-right: 5px;
}
.btn-table-bottom{
    width: 100%;
    margin-left: 0;
    padding: 0;
}
.btn-table-bottom .btn-container {
    text-align: right;
    padding-left: 80%;
}

.btn-table-bottom .large{
    margin-left: -33%;
}
.cta {
    background-color: #242330;
    color: white;
    width: 75%;
    height: 35px;
    text-align: center;
    border: none;

}
.cta a {
    color: white;
}

.cta:hover {
    background-color: #a43232;
}
.cta-2 {
    font-size: 18px;
    width: auto;
    min-width: 90%;
}
.cta-1 {
    color:#962a2a;
}
.cta-1:hover {
    color:#962a2a;
    text-decoration: underline;
}
.align-right {
    float: right;
}

/*** Page Message ***/
.panel-message .panel-body {
    background-color: #ededed;
    padding: 10px;
}

.panel-message .nouveau {
    color: #962a2a;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-message .message {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    margin-right: 20px;
}

.panel-message .message p:last-child {
    margin-bottom: 0;
}

.panel-message .close-btn {
    display: inline-block;
    vertical-align: top;
    width: 5%;
    background-color: #000;
    border-radius: 50%;
    float: right;
    font-family: 'Droid Sans';
    font-size: 25px;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 0px;
}


.panel-message .close-btn a {
    color: #fff;
    text-decoration: none;
}

/*** Section Article ***/
.article {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 20px;
    float: left;
}

.article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
.align-article h1, .align-article h2, .align-article h3, .align-article h4{
    margin-top: 0;
}
.a-la-une:nth-child(even) .align-article {
    float: right;
}

.a-la-une:nth-child(even) .cat,
.a-la-une:nth-child(even) .rubrique,
.a-la-une:nth-child(even) .article-img {
    text-align: left;
}

.a-la-une:nth-child(even) .article-img img {
    float: left;
}

.standard.small-col p {
    font-size: 13px;
}

.rubrique a.exclusif,
.rubrique a:hover.exclusif {
    background-color: #e22626;
    color: #fff;
    font-weight: 500;
}

.article-info-wrapper span {
    display: block;
}

.article-info-wrapper.full-width .article-info {
    max-width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.article-info-wrapper.full-width .article-info span {
    display: inline-block;
}

.article-info-wrapper.full-width .article-info span:after {
    content: '-';
    margin: 0 1px 0 5px;
}

.article-info-wrapper.full-width .article-info span:last-child:after {
    content: '';
    margin: 0;
}

.article-info-wrapper.full-width .tags-wrapper {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.article-info {
    /*max-width: 25%;*/
    font-size: 13px;
    color: #59524c;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.article-info a {
    color: #59524c;
}

.small-col .article-info-wrapper.full-width .article-info {
    font-size: 12px;
}

.tags-wrapper {
    max-width: 74%;
    display: inline-block;
    vertical-align: middle;
    min-height: 75px;
}

a.tags {
    background-color: #8f8c9c;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 5px;
    transition: all 0.5s linear;
}
a.tags:empty{
    display: none;
}

a.tags:hover {
    background-color: #6b6981;
    text-decoration: none;
}

.tags-wrapper.full-width {
    max-width: 100%;
    min-height: auto;
}

.tags-wrapper.full-width a.tags {
    font-size: 12px;
}

.cat {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    /*background-color: white !important;*/
}

.rubrique {
    text-align: left;
}
.rubrique.block{
    display: inline-block;
}

.rubrique a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #585568;
    padding: 5px 10px 3px 10px;
    display: inline-block;
    color: white;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    margin-top: 5px;
}

.rubrique a:hover {
    color: white;
}

.article-img img {
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid Serif';
    font-weight: 700;
    color: #343535;
}

h1,
h1 a {
    font-size: 24px;
    color: #242330;
}
.contentBox {
    float: left;
}

.article-box:first-child .contentBoxArticle h1 a{
    font-size: 30px;
}

h1 a:hover {
    color: #242330;
}

h2,
h2 a {
    font-size: 24px;
    color: #343535;
}

h2 a:hover {
    color: #962a2a;
}

h3{
    /*background-color: #962a2a;*/
    font-family: 'Droid Sans';
    font-size: 22px;
    font-weight: 700;
    color : #2e3030;
    padding-left: 15px;
    /*
    text-transform: uppercase;
    display: inline-block;

    padding-right: 10px;

    margin: 0 auto 20px auto;
    */
}

h3.gris {
    background-color: #efefef;
    color: #343535;
}

h3.gris a,
h3.gris a:hover {
    background-color: #efefef;
    color: #343535;
}

h3 a,
h3 a:hover {
    color: #efefef;
}

h4,
h4 a {
    font-size: 18px;
    color: #242330;
}

h4 a:hover {
    color: #242330;
}

h5 {
    background-color: #ccbea1;
    font-size: 20px;
    color: white;
    padding: 10px;
}

h6 {
    font-family: 'Droid Sans';
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
    float: left;
    width: 100%;
}

h6:after {
    content: '';
    background-color: #656565;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

h5.h5-style2 {
    font-family: 'Droid Sans';
    font-size: 20px;
    color : #2e3030;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}

h5.h5-style2-padding {
    font-family: 'Droid Sans';
    font-size: 20px;
    color : #2e3030;
    background-color: transparent;
    padding-left: 20px;
    margin-top: 0;
}

.zone4 h5 {
    margin-top: 0;
    font-family: "Droid Sans";
}

.border-top-container {
    margin-left: 2px;
    margin-right: 2px;
}

.border-top-container .article {
    margin-left: -3px;
    margin-right: -3px;
}

.article-event-subtitle{
    margin-left: 3%;
}

.nomination .rubrique {
    text-align: left;
}

.nominee-name {
    font-family: 'Droid Serif';
    font-weight: 700;
    font-size: 16px;
}

.border-red {
    border-top: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
}

.border-gris {
    border-top: 1px solid #efefef;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-left {
    border-left: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #efefef;
    margin-left: 0;
    margin-right: 0;
}


.fil-actu {
    font-family: 'Droid Serif';
    font-size: 14px;
    margin-bottom: 30px;
    float: left;

}
.fil-actu h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: #575569;
    background-color: white;
    border-bottom: solid;
}
.fil-actu h5, .plus-lus h5 {
    font-family: 'Droid Sans';
}
.fil-actu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fil-actu ul li {
    border-bottom: 1px solid #ebe4dd;
    padding: 5px 5px 5px 10px;
}

.fil-actu ul li a,
.fil-actu ul li a:hover {
    color: #343535;
    line-height: 1.142857142;
}

.fil-actu .actu-time {
    display: inline-block;
    vertical-align: top;
    width: 23%;
}

.fil-actu .actu {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 76%;
}

a.plus-actu {
    font-family: 'Droid Sans';
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #962a2a;
    padding: 5px 10px;
    display: inline-block;
    min-width: 130px;
    margin-top: 10px;
}

.plus-lus {
    font-family: 'Droid Serif';
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    float: left;
}

.plus-lus p {
    font-family: 'Droid Sans';
    font-weight: 700;
    font-size: 16px;
    color: #867a6f;
    margin-bottom: 0;
}

ul.red-bullet {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.red-bullet li {
    border-bottom: 1px solid #ebe4dd;
    padding: 10px 5px 10px 15px;
    background: url('../img/bullet-red.png') no-repeat left 0px top 13px;
    line-height: 1.142857142;
}

ul.red-bullet-article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.red-bullet-article-list li {
    padding: 10px 5px 0px 15px;
    background: url('../img/bullet-red.png') no-repeat left 0px top 13px;
    line-height: 1.142857142;
}


ul.red-bullet li a,
ul.red-bullet li a:hover {
    color: #343535;
    font-weight: bold;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.abonnement p {
    font-size: 15px;
    color: #343535;
    line-height: 11px;
}

.title-abonnement {
    font-family: 'Droid Serif';
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    color: #343535;
    margin-bottom: 12px;
}

a.lien-plus-red,
a:hover.lien-plus-red {
    font-size: 15px;
    color: #962a2a;
    background: url('../img/bullet-red.png') no-repeat left 5px;
    padding-left: 12px;
    margin-left: 20px;
    line-height: 35px;
}

.bg-dark {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #181627;
}

.bg-light {
    padding: 15px 0;
    background-color: #ececec;
}

.bg-light h4{
    color: #58557d;
}

.color-red {
    color : #242330;
}

a.color-red:hover{
    color: #242330;
}

.light-grey {
    color: #867a6f;
}
.uppercase {
    text-transform: uppercase;
}
.navigation-page {
    margin-top: 2px;
    font-size: 15px;
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-bottom: 10px;
}

.navigation-page .page-name a {
    color: #59524c;
}
.main-title {
    font-size: 32px !important;
    margin-top: 0;
}
.keyword-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #575569;
    color: white;
    background-color: #575569;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
}
.bdd h2 {
    font-size: 20px;
    font-family: 'Droid Sans';
}

.bold {
    font-weight: bold;
}
.stat-table {
    margin-top: 20px;

}
.stat-table .row-item  {
    border: 1px solid lightgrey;
    padding: 5px 10px;
    font-size: 16px;

}
.stat-table .head {
    background-color: #ebe4dd;
    border: 1px solid #ebe4dd;
    padding-left: 10px;
}
.direct-access {
    margin-top: 25px;
    margin-left: 10px;
    padding: 5px 0;
    background-color: #637f7c;
}
.direct-access .label {
    font-size: 16px;
    font-weight: 500;
}
.direct-access .ancres-items {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.direct-access .ancres-items .separator {
    display: none;
}
.ancres-items .item {
    text-transform: uppercase;
}
.ancres-items span {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding-right: 25px;
}
.bloc-title {
    margin-top: 30px;
    font-weight: 600;
    border-bottom: 3px solid #9190a0;
    padding-bottom: 10px;
}

.underlined-title {
    display: inline-block;
    margin-top: 45px;
    width: 100%;
    font-weight: 600;
    border-bottom: 3px solid #9190a0;
    padding-bottom: 10px;
    font-family: 'DroidSans';
}

.bloc-adresse, .bloc-renseignement, .bloc-investment {
    margin-left: 10px;
}
.adresse-content .label, .renseignement-content .label, .investment-content .label{
    font-size: 16px;
    font-weight: 600;
    color: #343535;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid grey;
    white-space: inherit;
}
.adresse-content .text, .renseignement-content .text, .investment-content .text {
    font-size: 16px;
    border-bottom: 1px solid grey;
    border-top: 0;
}
.adresse-content .row{
    margin-left: inherit;
    margin-right: inherit;
}
.deal {
    margin-top: 45px;
}
.deal .title, .deal .date, .deal .anchor-resume {
    background-color: #6c7a64;
    color: white;
    padding-top: 5px;
}
.deal .title {
    font-size: 20px;
    width: auto;
    padding-left: 10px;
}
.deal .date, .deal .anchor-resume {
    font-size: 16px;
}

.deal .anchor-resume span{
    padding-right: 5px;
}
.deal .table-responsive .montant {
    min-width: 110px;
}
.table-responsive {
    color: #343535;
}
.table-responsive .head{
    background-color: #6c7a64;
    color: white;
}

.table .col-2 ul {
    list-style-type: none;
    margin-bottom: 0;
}
.table .col-2 {
    vertical-align: inherit;
}
.table .col-2 li {
    float: left;
    padding-right: 45px;
}
.deal .table .zone {
    max-width: 50%;
}
.deal .table .zone span {
    display: block;
}
.table-inside{
    font-weight: normal;
}
span.order {
    font-weight: normal;
    text-decoration: underline;
}
.fonction.ordered {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.article-content {
    font-size: 16px;
    font-family: 'Droid Serif';
    font-weight: bold;
    margin-top: 5px;
}
.article-content .article-date {
    font-weight: normal;
}

.default-link {
    color: #343535;
    font-weight: normal !important;
    font-family: "Droid Sans";
}

.default-link:hover {
    color: #343535;
}

.article-date:before, .article-text:before {
    color: #962a2a;
    font-weight: bold;
    margin-right: 5px;
}
.article-date:after{
    content: "-";
    margin: 0 5px;
}
.bg-grey {
    background-color: #6c7a64;
}
.bg-purple {
    background-color: #efa543;
}
.bg-blue {
    background-color: #e55647;
}
.bg-green {
    background-color: #575569;
}
.color-green {
    color: #575569;
}
.color-blue {
    color: #e55647;
}
.color-purple {
    color: #efa543;
}
.another-content .details {
    font-style:italic;
    font-size: 16px;
}
.another-content .pin-red {
    font-style:normal;
    font-family: 'Droid Serif';
    font-weight: bold;
}
.another-content .table td {
    border-top: inherit;
    padding: 3px;
}
.another-content .table .element td{
    padding-top: 15px;
}
.another-content .table .element td.col-md-2{
    width: 30%;
}

.another-content .table .element td.col-md-3{
    width: 45%;
}

.another-content .table .element:nth-child(1) td{
    padding-top: initial;
}
.another-content .table .details {
    font-weight: bold;
    font-family: 'Droid Serif';
}
.highlited-title {
    padding-left: 5px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.highlited-details {
    font-size: 16px;
}
.title-grey {
    color: #999087;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.top-block-right {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
}
.update-box-container .text-update {
    text-align: center;
    line-height: 0.6;
}
.update-box {
    display: inline-flex;
    align-items: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 70px;
    background-color: #efefef;
    border: 1px solid #343535;
    margin-bottom: 10px;
}
.update-box .icon-load-container .fa-refresh {
    color: white;
    margin: 28%;
}
.update-box .text {
    margin-left: 10px;
    margin-right: 20px;
}
.icon-load-container {
    margin-left: 20px;
    min-width: 33px;
    max-width: 33px;
    min-height: 33px;
    background-color: #343535;
    border-radius: 50%;
}
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -110px;
    padding: 7px;
    width: 214px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffefbc;
    color: #343535;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    border: 2px solid #e2cc88;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 129%;
    left: 156%;
    margin-left: -29px;
    width: 0;
    border-top: 10px solid #ffefbc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 9;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.article-info--full-width.with-icon {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: grid;
    align-items: center;
    min-height: 40px;
}

.article-info--full-width p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.article-info--full-width .author p {
    font-size: 12px !important;
}

.article-info--full-width .author p span {
    font-weight: bold;
    text-decoration: underline;
    color : #2e3030;
}

.bloc-intro .icon-tags {
    display: flex;
    flex-direction: column;
}
.bloc-intro .icon-items {
    display: flex;
}
.bloc-intro .icon-items .icon-like {
    margin-left: 0;
}
.bloc-intro .icon-print,
.bloc-intro .icon-send{
    margin-left: 15px;
}

.article.top-block .block-intro p {
    font-family: 'DroidSerif';
    font-size: 18px;
}

.article.top-block p {
    font-size: 15px;
}

.article.top-block .img-container p{
    font-size: 16px;
}

.article.top-block .img-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

.article.top-block .img-container .img-responsive {
    margin: auto;
}

.article.top-block .hide-image{
    display: none;
}

.article.top-block .intro-text {
    display: inline-block;
    margin-top: 20px;
}

.article.top-block h2{
    font-size: 28px;
}

.article.top-block .text-description p {
    margin-bottom: 0;
}

.article.top-block h3.simple-title {
    background-color: inherit;
    color: inherit;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article.top-block h4 {
    font-size: 20px;
    /*color: #962a2a;*/
}

.article.top-block span.link {
    margin-left: 5px;
}

.article.top-block .article-content {
    font-size: 15px;
}

.article.top-block .cta-1 {
    font-size: 16px;
}

.article.top-block .table {
    margin-top: 15px;
}

.article.top-block .table .libelle, .article.top-block .table .text {
    font-size: 16px;
}

.article.top-block .table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.article.top-block h4.sub-title {
    font-size: 18px;
    color: #867a6f;
    font-family: 'DroidSans';
}

.title2 {
    background-color: inherit;
    color: inherit;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
    padding:0 !important;
}

.tableheader{
    background-color: #ede7e1;
    font-weight: bold;
}

.search-block {
    margin-top: 20px;
}
.search-block .row {
    background-color: #181627;
}
.inline {
    display: flex;
    align-items: center;
}
.search-container {
    margin-top: 10px;
}
.search-container .search-field {
    padding-right: 5px;
    margin: 0;
}
.search-container .input-search {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    height: 40px;
}
.search-container label {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}
.search-form .btn-black {
    font-weight: 700;
    width: 9%;
    background-color: #585568;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    height: 40px;
    margin-left: 5px;
}

.search-container .checkbox-items, .search-container .radio-items{
    margin-top: 5px;
}

.datetimepicker-container .form-group{
    display: flex;
    align-items: flex-end;
    padding-right: 28px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.datetimepicker-container .form-group .form-control{
    border-right-style: inherit;
}
.datetimepicker-container .form-group .input-group-addon{
    background-color: white;
    border-radius: 0;
}
.datetimepicker-container .label-date {
    padding-right: 5px;
}
.search-tips-container {
    margin-top: 10px;
}
.search-tips-container .tips {
    background-color: #585568;
    color: white;
    min-width: 90%;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.search-tips--title {
    font-size: 16px;
    font-weight: 600;
}

.search-tips--text {
    font-size: 14px;
    font-weight: 500;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label {
    display      : inline-block;

    line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    background: #fff;
    vertical-align: bottom;
}
input[type=radio   ]:not(old) + label > span {
    border-radius: 0.50em;
    float: right;
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #962a2a;
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em #242330;
    font-weight: bold;
}

input[type=radio]:not(old):checked +  label > span > span {
    display: block;
    width: 0.6em;
    height: 0.6em;
    margin-top: 2px;
    margin-left: 2px;
    border: 0.0625em solid #242330;
    border-radius: 0.25em;
    background: #242330;

}

.search-result.title p {
    text-align: center;
    font-family: 'DroidSerif';
    font-weight: bold;
    font-size: 28px;
    margin-top: 30px;
}
.search-result.title span {
    margin-right: 5px;
}

.search-result-head h4{
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'DroidSans';
}

.btn-filter-container.btn-group {
    display: block;
}
.btn-filter-container.btn-group label {
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 0;
    color: #962a2a;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border-color: #962a2a;

}
.btn-filter-container.btn-group .btn-primary.active {
    color: #fff;
    background-color: #962a2a;

}

.search-result-head .search-result-text {
    margin-top: 25px;
    font-size: 20px;
}

.filter-active {
    border: 1px solid #ede7e1;
}
.filter-active .content {
    margin-left: 10px;
}

.filter-active h4 {
    font-family: 'DroidSans';
    font-weight: 600;
}

.filter-box {
    display: inline-flex;
    border: 1px solid #ede7e1;
    min-width: 31%;
    max-width: 31%;
    margin-right: 12px;
    margin-bottom: 10px;
}
.filter-box a{
    margin-right: 5px;
}

.search-result-container {
    margin-top: 15px;
}
.search-result-container p {
    text-align: center;
}
.search-result-container a:hover {
    color: #962a2a;
}

.search-result-container .table-responsive .col-1 {
    width: 45%;
}
.search-result-container .table-responsive .col-2 {
    width: 30%;
}
.search-result-container .table-responsive .col-3 {
    width: 25%;
}
.search-result-container .table .col-2 li {
    padding-right: 39px;
}
.search-result-container .table .col-1.categorie ul li.first:before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background: #962a2a;
    margin-right: 5px;
}
.search-result-container .table .col-1.categorie ul li.first {
    color: #962a2a;
    font-weight: 600;
}

.search-result-container .pagination>li{
    display: inline-block;
    margin-right: 5px;
}
.search-result-container .pagination .active a{
    background-color: #343535;
    border-color: #343535;
    color: white;
}
.search-result-container .pagination a{
    color: #343535;
    font-weight: 500;
}
.filter-block-right h4 {
    font-family: 'DroidSans';
}
.filter-block-right input[type=checkbox]:not(old) + label > span {
    border: 1px solid #343535;
}
.filter-block-right .article-event-subtitle {
    margin-top: 10px;
    font-weight: bold;
}
.filter-block-right .bottom-cta {
    margin-bottom: 20px;
    padding-left: 3%;
}

.filter-block-right .checkbox-items label {
    padding-left: 2%;
}

.cat{
    padding-top: 5px;
}

.cat a{
    color: white;
    padding: 5px 10px 3px 10px;
}

div.cat.left.catwidth{
    background-color: white !important;
    display: flex;
}
.right{
    text-align: right !important;
    padding-right:10px;
}
.article-box{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef ;
}

.article-box:last-child{
    border-bottom: transparent;
    margin-bottom: 0px;
}

.cat a:hover{
    text-decoration: underline;
}

.heading a:visited{
    color: #efefef
}

.row .bloc-intro p{
    font-size: 18px;
    font-family: Droid Serif;
    line-height: 25px;
}

.contentBoxArticle h1:nth-child(2){
    background-color: red;
}
.right a{
    text-align: right;
}

.list-padding{
    list-style: none;
    padding-left: 8px;
}

.image-center{
    display: flex;
    justify-content: center;
}
.center-content {
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}
.etape{
    font-size: 18px;
    font-weight: bold;
    color:  white;
    background-color: #575569;
    padding-top: 10px;
    padding-bottom: 10px;
}
.step-4 a{
    color : #2e3030;
}

.message-commercial{
    background-color: #ededed;
    margin-bottom: 10px;
    height: auto;
    align-items: center;
    padding-top: 10px;
}

.message-commercial-bottom{
    background-color: #ccbea1;
    margin-bottom: 10px;
    padding:10px;
    align-items: center;
    color: #242330;
    /*height: 50px;    */
    /*padding-top: 12px;*/
}


.message-commercial p{
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
}

.message-commercial-bottom p{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.border{
    border: 3px solid #1fc290;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.description{
    font-size: 30px;
    font-weight: bold;
    height: 96px;
}
.bullet1 a{
    padding: 10px 5px 10px 15px;
    background: url('../img/bullet-red.png') no-repeat left 0px top 13px;
    line-height: 1.142857142;
    color: #242330;
    cursor: pointer;
}
.bullet1:hover{
    color: #242330;
}
.price{
    color: #242330;
    font-size: 30px;
    font-weight: bold;
}

.form-border{
    border: 1px solid;
    padding: 20px;
    width: 67%;
}

.form-adjustment{
    width: 100% !important;
}
.form-horizontal{
    padding-left: 20px;
    padding-right: 20px;
}
.form{
    padding-top: 20px;
}

.field-code{
    padding: 10px;
    height: 35px;
    width: 232px;
}
.field-button{
    padding-left: 10px;
}
.apply{
    padding: 10px 40px 6px 5px;
    background: url('../img/menu-close.jpg') no-repeat right 4px top 9px;
    line-height: 1.142857142;
    color : #2e3030;
    font-weight: bold;
}
.form-apply{
    padding-bottom: 20px;
    padding-top: 20px;
}

.valider{
    background-color: #1fc290;
    font-family: 'Droid Sans';
    font-size: 22px;
    color: #efefef;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 46px;
    border: 0;
}

.essai{
    background-color: #867a6f;
    font-family: 'Droid Sans';
    font-size: 14px;
    color: #efefef;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 0;
}
.button{
    width: 25%;
}
.offre{
    font-size: 9px;
}
.essai-text{
    margin-bottom: 0px;
}

.arrow-link a{
    padding: 9px 5px 10px 10px;
    background: url('../img/bullet-red.png') no-repeat left 0px top 13px;
    line-height: 1.142857142;
    color: #962a2a;
}
.question{
    font-weight: bold;
    padding-right: 10px;
}

.contact{
    padding-bottom: 10px;
    padding-top: 10px;
    word-wrap: break-word;
    word-break: keep-all;
}


.radio-button{
    opacity: 1 !important;
}

.ok-button{
    background-color : #2e3030;
    color: white;
    border-radius: 0px;
}
.date-debut {
    margin-bottom: 0;
}

.date-debut p {
    margin-bottom: 0;
}
.font-weight-normal{
    font-weight: normal;
}
.abonnement-header p{
    background-color: #1fc290;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 10px;
    margin: 0;
    width: 100%;
}
.description:first-child{
    margin-bottom: 0px;
}

.loader{
    display: inline-flex;
    align-items: center;
    background-color: #efefef;
    border: 1px solid #A9A9A9;
    padding: 1px 11px 1px 0px;
}
.icon-loader{
    min-width: 32px;
    max-width: 30px;
    min-height: 4px;
    background-color: #343535;
    border-radius: 50%;
}
.fa-refresh{
    color: white;
    margin: 28%;
}
.text{
    margin-left: 10px;
    margin-right: 20px;
}

.field-button a{
    text-decoration: none;
    color: #3f3f3f;
    font-weight: bold;
}

.dropdown2{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: inherit;
}
.align-checkbx{
    padding-left: 2px !important;
    padding-right: 0;
}
.aide{
    background-color: #63b94c;
    margin-bottom: 10px;
    height: 50px;
    align-items: center;
    color: white;
    font-size: 15px;
}
.aide p{
    padding-bottom:0 !important;
    margin-bottom: 0 !important;
}
.form-horizontal .form-group{
    padding-left:80px;
}
.step2-header{
    padding-left: 80px;
}
.form-header{
    padding-left: 0;
}
.step3-header{
    padding-left: 0;
    padding-bottom: 15px;
}
.box-number{
    margin-right: 10px;
    width:12%;
    padding-left:14px;
}
.number-width{
    width:35%;
}
.note-step3{
    padding-top: 25px;
    padding-bottom: 30px;
}
.step3-form{
    padding: 0 5px 5px 5px;

}
.modifier{
    color: #867a6f;
}

.error {
    border: solid 2px #FF0000 !important;
}
.step4-form{
    padding: 5px;
    border-radius: 0px;
    width: 230px;
}
.step4{
    margin-bottom: 20px;
}
.form-control{
    border-radius: 0px;
}
.step4-form-header{
    font-weight: bold;
}
.step-4-form-padding{
    padding-left: 200px;

}
.step4-header{
    padding-bottom: 25px;
    padding-left:80px;
    padding-top: 10px;
}
.step4-ok{
    width: 315px;
    padding-right: 10px;
    padding-left: 25px;
}
.step4-ok-box{
    /*padding-left: 65px;*/
}
.ok-border{
    border-color: #0a0a0a;
}
.step5-table-row{
    color: #962a2a;
    background-color: #cfcac5;
}
.table-step5 tr{
    border: 1px solid #ddd;
}
.table-step5 td{
    padding:10px;
}
.panel-message .help.panel-body {
    margin-top: 10px;
    padding: 10px;
    background-color: #575569;
    margin-bottom: 10px;
    height: auto;
    align-items: center;
    color: white;
    font-size: 15px;
    padding-top: 15px;
}
.step4-form-border{
    width: 70%;
    border: 1px solid #ede7e1;
    padding: 20px 10px !important;
}

.paywall1{
    position:relative;
    margin-top:-240px;
    padding-left: 0px;
    padding-right: 0px;
}

.paywall-fade-in{

    background: -webkit-linear-gradient(top,rgba(255,255,255,0.15),rgb(255, 255, 255));
    z-index: 10;
    height: 120px;
    position: relative;
}

.paywall-title{
    position: relative;
    background-color: #f2f2f2;
    z-index: 13;
    padding-bottom: 10px;
    padding-top: 20px;
}

.header-paywall{
    text-align: center;
    color : #2e3030;
    font-family: "Open Sans";
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    padding-top: 10px;
    margin:0 auto;
    width:90%;
}

.paywall-content{
    padding: 10px;
    align-items: center;
    background-color: #f2f2f2;
}

.paywall-approfondir{
    background-color: white;
}

.paywall-article-description{
    text-align: center;
    font-weight: bold;
    color : #2e3030;
}

.col-sm-6.paywall-content1{
    text-align: center;
}

.header-content-1{
    font-family:Book Antiqua;
    text-align:center;
}

.header-content-button1{
    color: #ffffff;
    width: 175px;
    height: 35px;
    background-color: #ccbea1;
    border: 0 !important;
    font-size:16px;
}

.header-content-button2 {
    color: #ffffff;
    width: 175px;
    height: 35px;
    background-color: #1fc290;
    border: 0 !important;
    font-size:16px;
}

.header-content-2{
    font-family:Book Antiqua;
    text-align:center;
    font-size:20px;
}

.paywall-footer{
    background-color: #181627;
    padding:10px;
    text-align: center;
}

.footer-paywal{
    padding: 20px;
    position: relative;
    background-color: #f2f2f2;
    min-height: 1px;
    /* top: -171px; */
}

.paywall {
    position:relative;
    padding-top: 80px;
    margin-top: -130px;
    background: lightgray; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.9),darkgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top,rgba(255,255,255,0.9),darkgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,rgba(255,255,255,0.9),darkgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top,rgba(255,255,255,0.9),darkgray); /* Standard syntax (must be last) */
}

.paywall h4 {
    text-align: center;
}

.client-name{
    background-color: #9190a0;
    border: 1px solid;
}

.content {
    padding-bottom: 20px;
    padding-top: 20px;
}

.client-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.client-menu li {
    float: left;
    padding: 0;
}

.client-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.client-menu li a:hover {
    background-color: #111;
}
.client-menu{
    padding: 20px 0px 20px 0px;
}

.changer{
    background-color: #962a2a;
    font-family: 'Droid Sans';
    font-size: 16px;
    color: #efefef;
    display: inline-block;
    padding:0;
    width: 50%;
    height:26px;
}

.subscribe-by{
    padding-top: 20px;

}
.info{
    padding-right: 5px;
    padding-left: 0px;
    width: 3%;
}
.table-border{
    border: 1px solid;
    border-spacing: 20px;
}
.table-border td{
    padding: 10px;
}
.info-box{
    padding-left: 0px;
    padding-bottom: 10px
}
.is-it-you a {
    color : #2e3030;
    font-weight: 700;
}
.info-details{
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.favorite-list li{
    list-style: none;
}
.list-width{
    width:350px;
    padding:5px;
}

.list-with-favoris{
    width:700px;
    padding:5px;
}
.delete-button{
    display: inline-block;
    vertical-align: top;
    background-color: grey;
    border-radius: 50%;
    font-family: 'Droid Sans';
    font-size: 15px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0px;
    box-shadow: 0px 5px 10px #888888;
    margin-left:15px;
    margin-top:4px;
}
.delete-button a{
    text-decoration: none;
    color: white;
}

.list-box{
    margin-right: 15px;
    border: 1px solid;
}
.tout-supprimer{
    background-color: #1fc290;
    border: none;
    color: white;
    padding: 7px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.hebdo{
    padding: 5px 20px 5px 5px;
    font-weight: 700;

}
.menu-client{
    width:20%;
}
.step5-header {
    color: #242330;
    font-weight: 700;
    font-size: 18px;
}
.recap-box {
    padding-left: 90px;
}
.step5-container{
    padding-left: 95px;
    padding-right: 90px;
}
.recap-content {
    padding-top: 25px;
}
.payment-type {
    padding-bottom: 10px;
}
.accept-conditions{
    color: #242330;
    padding-top: 20px;
}

.list-profile{
    display:flex;
    padding-left: 0;
    padding-bottom: 10px;
}

.profile-header h3 {
    margin: 0;
    background-color: red;
    padding: 5px;
    width: 100%;
}

.border-red-profile{
    border-top: 1px solid #962a2a;
    margin-left: -10px;
    margin-right: 10px;
}

#no-border{
    border-bottom:0px;
    border-top:0px;
}

#no-padding{
    padding-left:0px;
}

.btn-change{
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #1fc290;
    border-color: #1fc290 !important;
}

.btn-change:hover{
     width: 120px;
     height: 40px;
     color: #fff;
     background-color: #1fc290;
     border-color: #1fc290;
 }

.btn-change:active{
     width: 120px;
     height: 40px;
     color: #fff;
     background-color: #1fc290;
     border-color: #1fc290;
 }

.btn-change:focus{
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #1fc290;
    border-color: #1fc290;
}

.table-change-password {
    margin-bottom : 0px ;
}
.is-it-you{
    margin-top: 10px;
}
#no-space{
    margin-bottom:0px;
}

.input-controls{
  margin-bottom:0px;
}
#info-abonnement{
    margin-top: 28px;
    margin-bottom: 0px;
}
.space{
    margin-top: 10px;
    position: absolute;
    min-height: 120px;
    max-height: 60%;
    overflow-y: scroll;
    padding: 10px;
}

tr.selection {
    position: absolute;
    top: 173px;
}

tr.data-select {
    position: absolute;
    top: 208px;
}

tr.data-delete {
    position: absolute;
    top: 240px;
}

tr.info-alert {
    position: absolute;
    top: 297px;
}

table#margin {
    margin-top: 29px;
    margin-bottom: 0px;
}
.alert{
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto 20px 97px;
}
.alertnomargin{
    margin: 0px;
}

/***** CONTACT PAGE *****/
.form-contact {
    margin-top: 10px;
    margin-left: -10px;
}

.form-contact table {
    width: 100%;
}
.form-contact td {
    position: relative;
    padding-bottom: 10px;
}
.form-contact .fa {
    position: absolute;
    font-size: 20px;
    color: #282828;
    top: 5px;
    left: 10px;
    z-index: 1;
}
.form-contact .select .fa {
    top:7px;
}

.form-contact input, .form-contact select, .form-contact textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border:none;
    border-radius: 8px 0px;
}

.form-contact input[type="button"], .form-contact input[type="reset"], .form-contact input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 140px;
    margin-top: 10px;
    margin-left: 263px;
    text-indent: 0px;
    color: white;
    font-size: 16px;
    background-color: #1fc290;
}

.form-contact input, .form-contact optgroup, .form-contact select, .form-contact textarea {
    background-color: #f2f2f2;
    margin: 0;
}
.form-contact select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-contact .select {
    position: relative;
}
.form-contact .select:after {
    content:"▼";
    padding: 8px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
}

.form-contact input, .form-contact textarea {
    text-indent: 30px;
}
.form-contact input {
    line-height: normal;
}
.form-contact textarea {
    overflow: auto;
}

.form-contact .text-xs-center {
    text-align: center;
}

.form-contact .g-recaptcha {
    display: inline-block;
}

.form-contact select{
    padding-left: 35px;
}

.darkClass
{
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;

}

.radiopadding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/**** CONTACT PAGE ****/
.tooltip{
    width:200px;
}
.tooltip-inner {
    background-color: #cfcac5;
    color : #2e3030;
    opacity:1.7;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #cfcac5;
}
.tooltip.right .tooltip-arrow {
    border-right-color:#cfcac5;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #cfcac5;
}
.data-table tr{
    border:1px solid #efefef;
    height:35px;
}
.table-color {
    background-color: #575569;
    color: #242330;
    font-weight: bold;
}
.data-table td {
    padding-top: 14px;
}


button.header-content-button1.btn.btn-link:hover {
     color: white;
     background-color: #ccbea1;
     text-decoration: none;
 }

button.header-content-button1.btn.btn-link:active {
    color: white;
    background-color: #ccbea1;
    text-decoration: none;
}

button.header-content-button1.btn.btn-link:focus {
    color: white;
    background-color: #ccbea1;
    text-decoration: none;
}

button.header-content-button2.btn.btn-link:hover {
    color: white;
    background-color: #1fc290;
    text-decoration: none;
}

button.header-content-button2.btn.btn-link:active {
    color: white;
    background-color: #1fc290;
    text-decoration: none;
}

button.header-content-button2.btn.btn-link:focus {
    color: white;
    background-color: #1fc290;
    text-decoration: none;
}

.login_text{
    color:#2e3030;
    font-size:14px;
    font-weight: bold;
}

.login-content-button1 {
    background-color: #575569;
    padding: 5px;
}

a.login-content-a {
    color: #fff;
}

a.login-content-a:hover {
    color: #fff;
}

.headermessage-error{
    background-color:#f2dede !important;
}


.headermessage-warning{
    background-color: #fcf8e3 !important;
}

.headermessage-info{
    background-color: #d9edf7 !important;
}

.headermessage-success{
    background-color: #dff0d8 !important;
}

.popover {
    background-color: #ebe4dd !important;
}
.popover.right{
    left:290px !important;
    min-width: 300px !important;
}
.popover.right .arrow:after {
    border-right-color: #ebe4dd !important;
}
.popover.bottom .arrow:after {
    border-bottom-color: #ebe4dd !important;
}
.popover.top .arrow:after {
    border-top-color: #ebe4dd !important;
}
.popover.left .arrow:after {
    border-left-color: #ebe4dd !important;
}

.popover-content {
    text-align: left;
}

.display {
    display: inline-grid;
    padding: 10px;
}

.redirect{
    margin-bottom: 10px;
    background-color: #242330;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.redirect:hover{
    color: white;
}

.border-red-error {
    border-top: 1px solid #962a2a;
    margin-left: 0;
    margin-right: 0;
}


.background404{
    background-color: #ebe4dd;
    border-radius: 15px 50px;

    padding:40px;
}

.ligneEtoileDebut, .ligneEtoileFin {
    display: inline-block;
    width: 25%;
    margin: 5px 0 5px 0;
    border-bottom: 2px solid black;
}

.ligneEtoile {
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
}

.erreur404 {
    display: inline-block;
    padding: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: white;
    background-color: #962a2a;
    text-transform: uppercase;
    transition: 0.3s;
}

a.erreur404:hover {
    color: white;
}

a.erreur404:focus {
    color: white;
}
a.inscription {
    color : #2e3030;
}

.update-box-container {
    cursor: pointer;
}

.search-group {
    position: relative;
    width:100%;
}

.close-icon {
    border:1px solid transparent;
    background-color: transparent;
    vertical-align: middle;
    outline: 0;
    display: block;
    position: absolute;
    z-index:1;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.search-box:not(:valid) ~ .close-icon {
    display: none;
}

.search-box::-ms-clear {
    display: none;
}

.date-ui {
    font-family: 'Droid Sans';
    background-color: #ededed;
    text-align: center;
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.date-ui .tday-ui {
    padding-top: 3px;
    background-color: #415654;
    color: white;
    font-size: 12px
}
.date-ui .nday-ui {
    font-weight: bold;
    font-size: 28px
}
.date-ui .month-ui {
    padding-top: 1px;
    background-color: #ededed;
    color: black;
    font-size: 12px
}
.agenda_currentweek{
    font-weight: normal;
}

.pdfViewer{
    background-color: #474747;
}
.pdfborder{
    margin-top: 10px;
}
.snippet ol {
    max-height: 200px;
    overflow: scroll;
}
.snippet em {
    background-color: yellow;
}
.textLayer{
    opacity: 0.3 !important;
}
.textLayer .highlight {
    background-color: dodgerblue !important;
}
.textLayer .highlight.selected {
    background-color: yellow !important;
}

.modalLoader .modal-header, .modalLoader .modal-footer {
    display: none;
}
.modalLoader .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    text-align: center;
}

#findbar{
    z-index: 998;
}

input[type=checkbox].toolbarField {
    opacity: 1 !important;
    width: 1em !important;
}
.toolbarLabel {
    line-height: 1em !important;
}

.m-form input[type=radio ]{
    opacity: 1 !important;
}