/* layout --------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/
/*********************** LAYOUT STYLES ***********************/
* {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: Roboto;
    color: #595959 !important;
    background: #fff;
    font-size: 14px !important;
}
#jm-allpage {
    position: relative;
    z-index: 10;
}
#jm-topline-left {
    float: left;
    width: 55%;
}
#jm-topline-right {
    float: right;
    width: 45%;
}
.jm-allpage-in {
    margin: 0 auto;
    padding: 0 0px;
}
#jm-djmenu {
    float: left;
    width: 100%;
}
#jm-top-mod,
#jm-header,
#jm-main,
#jm-content-top1,
#jm-bottom1,
#jm-content-bottom2 {
    margin-left: 0px;
}
.jm-header-slider-in,
#jm-left .jm-left-in,
#jm-content .jm-content-in,
#jm-right .jm-right-in {
    padding-left: 0px;
}
body.atricle_page_cover #jm-content .jm-content-in{
    position: relative;
}
/** toppage **/

#jm-toppage-wrap {
    margin: 0px 0 0px;
    position: relative;
}
#jm-toppage-in {
    position: relative;
    z-index: 1;
}
#jm-toppage-left {
    margin-top: 6px;
    margin-bottom: 6px;
    display: table;
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    float: left;
}
#jm-toppage-right {
    float: right;
    position: absolute;
    top: -10px;
    right: -8px;
}

#jm-social.nosearch {
    padding: 0;
}
#jm-search {
    float: right;
}
/** header **/

.jm-header-slider {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
}
/** mainpage **/


#jm-right {
    float: right;
    width: 31%;
}

body.atricle_page_cover #jm-right {
    float: right;
    width: 25%;
}
#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
    float: left;
}

.profile  #jm-content {
    width: 100%;
}



#jm-pathway-font-switcher {
    padding-bottom: 20px;
}
#jm-pathway {
    float: left;
    width: 85%;
}
.nofontsw #jm-pathway {
    width: 100%;
}
#jm-font-switcher {
    float: right;
    width: 15%;
    text-align: right;
}
#jm-maincontent {
    background: #fff;
}
/** bottompage **/

#jm-bottompage {
    background: #fff;
    width: 100%;
    display: table;
    border-top: 1px solid #ccc;
}
#jm-bottom3 {
    border-top: 1px solid #d5d5d5;
    padding: 20px 0;
}
#jm-copyrights {
    float: left;
}
#jm-poweredby-stylearea {
    float: right;
}
#jm-stylearea {
    padding-top: 10px;
    float: right;
}
#jm-back-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    margin-right: 50px;
    z-index: 30;
    overflow: hidden;
}
/** isfluid **/

.isfluid .jm-allpage-in {
    padding: 0;
}
.isfluid .jm-allpage-space {
    padding: 0 20px;
}
#jm-header-mod.jm-mod-fluid,
.jm-header-slider.jm-mod-fluid {
    width: 100%;
}
.jm-header-slider {
    background-color: #11266f;
    /* display: none; */
}
#jm-header-mod .jm-module.naviagate {
    padding-left: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    background-color: #d22d37;
}
/** clearing **/
/* trigger hasLayout for IE7. Hide from IE Mac */

* html .clearfix {
    height: 1%;
}
/* Hide from IE Mac */

.clr,
.clear,
.jm-clear {
    clear: both;
}
#jm-toppage {
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: fixed;
    z-index: 12;
    top: 0px;
}
#jm-toppage.scrolling {
    border-bottom: 1px solid #007ac2;
}
.custom.contact-top p.nbsp {
    line-height: 10px;
}
#jm-maincontent #foxdownload .btn.btn-success.submit-button {
    border-color: #017761;
    background: #017761;
    color: #fff !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px 20px 10px 20px;
    outline: none;
    width: 100%;
    margin-top: 0 !important;
}
.content-referneces {
    margin: auto;
    display: table;
}
.img_marque_content {
    float: none;
    margin: auto;
    display: table;
    position: relative;
}
.img_marque_content .img_footer {
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.img_marque_content .img_footer_hover {
    left: 0;
    position: absolute;
    top: 0;
}
.img_marque_content:hover .img_footer {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.gloabal-content .golbal-tittle {
    margin-top: 40px;
}
.gloabal-content .part-init {
    margin-top: 40px;
}
.internepage #jm-content .item-page .part-init {
    text-align: center;
    margin-top: 30px;
}
.cd-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}
.cd-container::after {
    content: '';
    display: table;
    clear: both
}
#cd-timeline {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: -4%;
    height: 100%;
    width: 10px;
    background: #ea6823;
}
#cd-timeline {
    margin-top: 7em;
    margin-bottom: 3em;
    f loat: left;
}
#cd-timeline::before {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table
}
.cd-timeline-block:first-child {
    margin-top: 0
}
.cd-timeline-block:last-child {
    margin-bottom: 0
}
.cd-timeline-img {
    position: absolute;
    top: 0
}
.cd-timeline-img img {
    display: table;
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.cd-timeline-img.cd-picture {
    background: #0E76BA
}
.cd-timeline-img.cd-movie {
    background: #c03b44
}
.cd-timeline-img {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.cd-timeline-content {
    position: relative
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table
}
.cd-timeline-content h2 {
    color: #303e49
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: .8125rem
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #fff;
    -webkit-border-radius: .25em;
       -moz-border-radius: .25em;
            border-radius: .25em
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7
}
.cd-timeline-content {
    padding: 0;
    width: 47.6%;
    float: right
}
.cd-timeline-content .cd-read-more {
    float: left
}
.cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-weight: 700;
    font-family: 'calibri', sans-serif!important;
    font-size: 24px;
    color: #00b5e1
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: left;
    width: 48.5%;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right
}
.cd-timeline-content p {
    color: #6d6d6d
}
.inside-t-content {
    float: left;
    width: 46%;
    margin-left: 20px;
    margin-top: 10px;
}
.inside-t-content a {
    color: #006192;
    font-weight: 700
}
.cd-timeline-content.bounce-in .content-img {
    width: 25%;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .content-img {
    float: left;
    margin-right: 20px;
    margin-left: 0
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .inside-t-content {
    float: left;
    margin-right: 20px;
    margin-left: 0
}
.content-dotted {
    width: 20%;
    float: left;
    position: relative;
    display: table;
    margin-top: 20px;
}
.content-dotted.right .dotte::after {
    content: url('../../../images/modules/icons/ico-orange-arrow.png');
    position: absolute;
    right: -6%;
    top: -6px
}
.content-dotted.left .dotte::after {
    content: url('../../../images/modules/icons/ico-orange-arrow-left.png');
    position: absolute;
    left: -6px;
    top: -6px;
    width: 100%
}
.dotte {
    border-top-width: 2px;
    border-top-style: dotted;
    height: 1px;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 100%;
    border-color: #ea6823;
}
.internepage #jm-content .item-page .inside-t-content p {
    text-align: justify;
    font-size: 16px;
}
.internepage #jm-content .item-page .left-content p {
    text-align: justify;
}
.part-init .left-content {
    width: 62%;
    float: left;
}
.part-init .right-content {
    float: right;
}
.part-init ul li {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    font-size: 16px;
}
.part-init .cols ul li {
    background: url('../../../images/modules/icons/arrow-orange.png') no-repeat left 65%;
    padding-left: 20px;
    line-height: 30px;
}
.part-init .cols.col2 {
    margin-top: 44px;
    margin-right: 6.5%;
}
.cols {
    float: left;
    margin-right: 0;
    margin-top: 20px;
    width: 33.33%;
}
.cols.col3 {
    margin-right: 0;
    width: 23%;
}
.legend {
    float: left;
    width: 85%;
    border: 1px solid #a4a4a4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.legend ul li {
    float: left;
    margin-right: 12%;
    color: #626262;
}
.legend ul {
    display: table;
    margin: 20px 20px 12px 20px;
    width: 94%;
}
.legend ul li img {
    float: left;
    margin-right: 12px;
}
.legend ul li:nth-child(1) {
    margin-right: 3%;
}
.legend ul li:nth-child(3) {
    margin-right: 0;
}
.left-side-cover {
    float: left;
    width: 100%;
}
.right-side-cover {
    float: right;
    width: 50%;
}
h5 {
    color: #727272;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
}
.right-side-cover .cols img {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.content-cols {
    display: table;
    width: 100%;
    padding-bottom: 25px;
}
.inside-content {
    padding: 0px 0px 10px 4%;
    width: 96%;
}
.left-side-cover .inside-content {
    float: left;
    width: 48%;
    padding: 0px 20px 20px 0px;
}
.internepage #jm-content .item-page .right-side-cover .cols p {
    text-align: center;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    color: #ea6823;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
}
.faq #accordion1.lightnessfaq.headerbackground .accordionfaqheader.selected,
.faq #accordion1.lightnessfaq.headerbackground .accordionfaqheader,
.faq #accordion1.lightnessfaq.headerbackground .accordionfaqheader:hover {
    padding: 20px;
    color: #626262;
    border: 1px solid #e9e9e9;
    background: none;
    background-color: #e6e6e6;
}
.faq #accordion1.lightnessfaq.headerbackground .accordionfaqheader.selected a {
    width: 100%;
    display: table;
    color: #626262;
    font-weight: bold;
    background-color: #e6e6e6;
}
.faq #accordion1.lightnessfaq.headerbackground .accordionfaqheader {
    margin-top: 10px !important;
}
.cols.col1 {
    width: 34%;
    margin-right: 6.5%;
}
.part-init .cols.col2 {
    margin-top: 44px;
    margin-right: 6.5%;
    width: 30%;
}
.cols.col3 {
    margin-right: 0;
    width: 23%;
}
.cols.four-cols {
    width: 25%;
}
.cols.four-cols h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cols.four-cols p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.flotte .content-img img {
    margin-top: 40px;
}
.custom.members_div .flotte .content-txt h4 {
    font-weight: bold;
    color: #f46610;
    text-transform: inherit;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
}
.custom.members_div .flotte .content-txt h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 10px;
    background-color: #f8641f;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}
.cont-maincontent.flotte {
    margin-bottom: 50px;
    display: table;
}
.custom.members_div .full-container p {
    text-align: justify;
}
.custom.members_div .full-container .content-cols p {
    text-align: center;
}

.content-prov,
.content-dest,
.content-price {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.content-bt-act {
    margin-left: 20px;
}
.content-dest,
.content-bt-act,
.content-price {
    margin-left: 20px;
}
.full-container.clt_bus_st .content-cols p {
    color: #ea6823;
    font-weight: bold;
}

.bottom1-in.box3.bottom1-row-last {
    display: none;
    background-color: #eee;
}
.sidr {
    background: #017761;
}
.sidr ul li {
    border-bottom: 1px solid #fff;
    line-height: 36px;
}
.sidr ul {
    border-top: 1px solid #fff;
}
a.sidr-class-toggle-sidr-close {
    padding: 10px;
}
a.sidr-class-toggle-sidr-close:before {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-decoration: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    background: inherit;
    padding: 0px 10px;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    background: #fff;
    line-height: 37px;
    border-top: none;
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    color: #017761;
}
.sidr-class-current > a {
    background: #fff;
}
.content-bt-act {
    float: left;
    margin-top: 8px;
}
.loading_i {
    position: absolute;
    height: 30px;
    width: 100%;
    background: url('../../../images/modules/icons/loading.gif') center no-repeat;
    top: 12px;
    display: none;
}
div.mod-languages ul li:last-child a {
    border-right: inherit;
}
#jm-header .djslider .slide-desc-in .slide-desc-bg {
    opacity: 0.1;
}
.left-bloc p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
}
.right-bloc {
    float: right;
    margin-top: 32px;
}
.content-tittle {
    margin-left: auto;
    display: table;
    margin-right: auto;
    margin-bottom: 14px;
    margin-top: 20px;
    width: 55%;
}
.tittle-bloc,
.liens-utils .jm-title-wrap {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.content-tittle .tittle-bloc h5 {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    text-align: center;
    padding: 0px 0px 17px;
    margin: auto;
    display: table;
    color: #383838;
}
.content-tittle .tittle-bloc:before {
    content: "";
    background-color: #8f8f8f;
    height: 3px;
    width: 44px;
    position: absolute;
    top: 42px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    left: 0;
    right: 0;
}
.content-tittle p {
    color: #868686;
    font-size: 14px;
    text-align: center;
}
.content-img {
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.content-txt {
    width: 100%;
    display: block;
    float: left;
}
.third.centered {
    width: 33%;
}
.third.centered .content-img {
    margin-right: 14px;
}
.notre-gamme .third {
    float: left;
    width: 33.3333%;
    margin-right: 0;
    margin-bottom: 30px;
}
.gamme-content {
    display: table;
    float: left;
    width: 100%;
}
.gamme-content h4 {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 22px;
}
.gamme-content p {
    color: #676767;
    font-size: 13px;
    text-align: justify;
    line-height: initial;
    margin: 8px 20px;
    width: 82%;
}
em.fa.fa-long-arrow-right {
    margin-left: 10px;
}

.activit-txt a:hover {
    color: #fff;
    background-color: #007ac2;
}
#jm-topline-mod2 {
    width: 100%;
    display: table;
    padding-top: 4px;
    background-image: url('../../../images/modules/bg-newsletter.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
#jm-content-topline-mod2 {
    width: 90%;
    margin: auto;
}
#jm-content-topline-mod2 .span3 {
    float: left;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 70px;
    width: 14%;
}
#jm-content-topline-mod2 .span3 .milestone-content {
    text-align: center;
    line-height: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
#jm-content-topline-mod2 .span3 span {
    text-align: center;
    font-size: 24px;
    line-height: 0px;
    padding-bottom: 10px;
    color: #fff;
    display: block;
}
#jm-content-top2 .left-bloc {
    float: left;
    width: 80%;
}
div#jm-content-topline-mod3 {
    width: 89%;
    margin: auto;
}
div#jm-topline-mod3 {
    width: 100%;
    display: table;
    padding-top: 12px;
    /* padding-left: 5.5%; */
    /* padding-right:  5.5%; */
    -webkit-box-sizing:  border-box;
       -moz-box-sizing:  border-box;
            box-sizing:  border-box;
}
div#jm-topline-mod3 .right-block {
    float: right;
}
div#jm-topline-mod3 .left-block {
    float: left;
    width: 80%;
}
div#jm-topline-mod3 .left-block h4 {
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-right: 20px;
    margin-right: 30px;
}
div#jm-topline-mod3 .left-block p {
    float: left;
    font-size: 18px;
    color: #fff;
    margin-top: 29px;
}
div#jm-topline-mod3 .left-block h4:after {
    content: "";
    background-color: #fff;
    height: 53px;
    width: 4px;
    position: absolute;
    right: 0;
    top: 10px;
}
div#jm-topline-mod3 .right-block a {
    float: right;
    color: #fff;
    font-size: 15px;
    -webkit-transition-property: background, color;
    -webkit-transition-duration: 1s;
    -moz-transition-property: background, color;
    -moz-transition-duration: 1s;
    -o-transition-property: background, color;
    transition-property: background, color;
    -o-transition-duration: 1s;
       transition-duration: 1s;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-top: 16px;
}
div#jm-topline-mod3 .right-block a:hover {
    background-color: #fff;
    color: #d22d37;
}
#jm-content-top2 .rowcount_1.clearfix:nth-child(2) {
    background-color: #f6f6f6;
    display: table;
}
/*
.homepage #jm-maincontent {
    display: none;
}*/
.homepage #jm-content-top1 .content-top1 {
    width: 100%;
    display: table;
}
#jm-content-top1 .content-top1 {
    width: 88%;
    display: table;
}
.list-activits .activit-content {
    float: left;
    width: 28%;
    margin-right: 8%;
    margin-bottom: 30px;
}
.list-activits .activit-content:last-child {
    margin-right: 0;
}
.list-activits .activit-content.last {
    margin-right: 0;
}
.list-activits .link-activit {
    background-color: #ba242d;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.list-activits .img-activit img {
    width: 100%;
    display: list-item;
}
.list-activits .img-activit a {
    width: 100%;
}
.list-activits .link-activit a {
    padding: 10px 6px;
    background-image: url(../../../images/modules/arrow.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    padding-right: 40px;
    display: block;
    font-size: 13px;
}
#jm-content-top1 .jm-module {
    margin-bottom: 0;
}
.list-activits {
    display: table;
    margin-bottom: 5px;
}
#jm-header .slide-section {
    width: 48%;
    float: left;
}
#jm-header .link-content {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 36px;
}
#jm-header .link-content .white-link {
    background-color: #fff;
    color: #4f4f4f;
    border: 1px solid #fff;
    margin-right: 15px;
}
#jm-header .link-content .transparent-link {
    border: 1px solid #fff;
}
#jm-header .link-content .transparent-link:hover {
    background-color: #fff;
    color: #4f4f4f;
}
#jm-header .link-content .white-link:hover {
    background-color: inherit;
    color: #fff;
}
.list-activits .activit-content:hover {
    opacity: 0.5;
}
#jm-header-mod .jm-module.naviagate .jm-module-in {
    margin-left: auto;
    margin-right: auto;
    width: 64.5%;
    padding: 12px 0px;
}
#jm-header-mod .jm-module.naviagate .jm-module-in ul li {
    float: left;
    margin: 0;
    padding: 0px 14px 0px 0px;
    color: #fff;
}
#jm-header-mod .jm-module.naviagate .jm-module-in ul li a {
    font-weight: bold;
}
#jm-header-mod .jm-module.naviagate .jm-module-in ul {
    display: table;
}
#jm-header-mod .jm-module.naviagate .jm-module-in .divider {
    color: #fff;
    margin-left: 14px;
}
#jm-bottom2 .adress-section p {
    margin-top: 0;
}
#jm-header-mod .jm-module.contact-top {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}
#jm-content-topline-mod2 .span3.cols5 {
    background: url(../../../images/modules/icons/ico-superficie.png) no-repeat center top;
    width: 230px;
    float: right;
}
.articles-content ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin-right: 13px;
}
.articles-content ul li {
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    color: #909090;
}
.articles-content ul {
    margin: 0;
    display: table;
    width: 100%;
    float: left;
}
.articles-content h3 {
    text-transform: inherit;
    color: #d22d37;
    font-size: 18px;
    margin: 10px 10px 10px 0px;
    float: left;
    width: 100%;
}
.articles-content h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}
.internepage #jm-content .item-page .content-tittle p {
    text-align: center;
}
img.bordred-img {
    padding: 8px;
    margin: auto;
    margin-top: 20px;
    -webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
    -moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
    box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid white;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
       -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    background-color: #fff;
}
.internepage #jm-content .information_contact p a:hover {
    color: #017761;
}
body.internepage.full-screen-page #jm-maincontent>.cont-maincontent {
    width: 100%;
}
.full-container-left {
    display: table;
    height: 300px;
    background-position: left 65%;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-background-size: 50% 50%;
       -moz-background-size: 50%;
         -o-background-size: 50%;
            background-size: 50%;
    background-color: #f3f3f3;
}
.full-container-right {
    display: table;
    height: 300px;
    background-position: right 65%;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-background-size: 50% 50%;
       -moz-background-size: 50%;
         -o-background-size: 50%;
            background-size: 50%;
}
.strategie-bg {
    background-image: url(../../../images/modules/presentation/strategie.jpg);
}
.vision-bg {
    background-image: url(../../../images/modules/presentation/vision.jpg);
    background-position: right 45%;
}
.mission-bg {
    background-image: url(../../../images/modules/presentation/mission.jpg);
}
.conforme-bg {
    background-image: url(../../../images/modules/equipements/conforme-aux-normes-et-aux-standards-internationaux.jpg);
}
.savoir-faire-bg {
    background-image: url(../../../images/modules/equipements/savoir-faire.jpg);
}
.vehicules-speciaux-bg {
    background-image: url(../../../images/modules/equipements/les-vehicules-speciaux.jpg);
}
.vehicules-agricules-bg {
    background-image: url(../../../images/modules/equipements/les-vehicules-agricoles.jpg);
}
.essieux-bg {
    background-image: url(../../../images/modules/equipements/essieux.jpg);
}
.camions-bg {
    background-image: url(../../../images/modules/equipements/le-meilleur-pour-les-camions.jpg);
}
.technologie-bg {
    background-image: url(../../../images/modules/equipements/a-la-pointe-des-technologies.jpg);
}
.innovation-bg {
    background-image: url(../../../images/modules/innovation/innovation.jpg);
}
.amelioration-bg {
    background-image: url(../../../images/modules/innovation/amelioration.jpg);
}
.implication-bg {
    background-image: url(../../../images/modules/innovation/implication.jpg);
}
.identique-bg {
    background-image: url(../../../images/modules/pieces-rechanges/identification.jpg);
}
.grossistes-bg {
    background-image: url(../../../images/modules/pieces-rechanges/grossiste.jpg);
}
.transport-bg {
    background-image: url(../../../images/modules/pieces-rechanges/transport.jpg);
}
.diversite-bg {
    background-image: url(../../../images/modules/pieces-rechanges/diversite.jpg);
}
.identification-bg {
    background-image: url(../../../images/modules/pieces-rechanges/controle.jpg);
}
.atelier-bg {
    background-image: url(../../../images/modules/pieces-rechanges/atelier.jpg);
}
.rechange-bg {
    background-image: url(../../../images/modules/accessoires/piece-rechanges.jpg);
}
.bride-bg {
    background-image: url(../../../images/modules/accessoires/brides.jpg);
}
.essieux-bg {
    background-image: url(../../../images/modules/accessoires/essieux.jpg);
}
.remorque-bg {
    background-image: url(../../../images/modules/equipements/remorque.jpg);
}
.freinage-bg {
    background-image: url(../../../images/modules/accessoires/freinages.jpg);
    -webkit-background-size: inherit inherit;
       -moz-background-size: inherit;
         -o-background-size: inherit;
            background-size: inherit;
}
.articles-content>.cont-maincontent {
    margin-bottom: 30px;
    margin-top: 30px;
}
.articles-content .inside-content h3 {
    color: #d22d37;
    font-size: 22px;
    margin: 10px 10px 10px 0px;
}
body.internepage.full-screen-page #jm-content-top1 .content-top1 {
    width: 100%;
    display: table;
    position: relative;
}
body.internepage.full-screen-page #jm-content-top1 .content-top1 .custom {
    background-image: url(../../../images/modules/header-bg.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 200px;
}
.top-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/modules/overaly.png);
    opacity: 0.6;
}
body.internepage.full-screen-page #jm-content .jm-content-in {
    position: relative;
}
body.internepage.full-screen-page.exeptiton .articles-content {
    width: 85.5%;
    margin: auto;
    display: table;
    padding-bottom: 30px;
}

.parabolique-bg {
    background-image: url(../../../images/modules/produits/bg-services.jpg);
    background-position: left 40%;
}
.z-bg {
    background-image: url(../../../images/modules/produits/ressort-z.jpg);
}
.conventionnels-bg {
    background-image: url(../../../images/modules/produits/ressort-conventionnel.jpg);
    background-position: left 50%;
}
.social-network span,
.social-network ul {
    display: table;
    float: left;
    color: #abafb2;
    font-size: 13px;
    margin: 0;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1 .social-network ul li a {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #017761;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1 .social-network ul li a {
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #017761;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;  
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1 .social-network ul li a:before
{
    line-height: 36px;
    color: #fff;
}



#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1 .social-network ul li{float: left;margin: 0px 10px 0px 0px;padding: 0;}
.service-txt {
    background-color: #fff;
    padding: 18px 16px;
    border-bottom: 5px solid #3993cc;
    display: table;
}
.service-content {
    float: left;
    width: 23%;
    margin-right: 2.6%;
}
.service-content:last-child {
    margin-right: 0;
}
.logos-contains .logo-ref {
    float: left;
    margin-right: 4.2%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.logos-contains .logo-ref img {
    border: 1px solid #cfcfcf;
}
.logos-contains .logo-ref:last-child {
    margin-right: 0;
}
div#jm-topline-mod1 {
    width: 100%;
    display: table;
}
.jm-search #search-btn {
    background: url(../../../images/modules/icons/search.png) no-repeat center center;
    float: right;
    cursor: pointer;
    padding: 10px;
    margin-top: 4px;
    padding-right: 28px;
}
div#jm-social-search {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
}
.jm-module-raw.jm-search {
    position: relative;
    width: 30px;
    height: 70px;
    margin: 0;
}
.jm-module-raw.jm-search > .search {
    position: absolute;
    width: 30px;
    height: 70px;
    top: 0;
    right: 0;
    left: auto;
    z-index: 999;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.jm-search form {
    position: relative;
    display: table;
}
.jm-search input.inputbox {
    position: absolute;
    top: 0;
    left: auto;
    right: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    color: #929292;
    background: #fff;
    max-width: none;
}
#jm-social-search input.inputbox {
    position: absolute;
    top: 0;
    left: auto;
    right: 30px;
    height: 30px;
    margin: 0;
    opacity: 0;
    color: #929292;
    background: #fff;
    max-width: none;
    font-size: 14px;
    display: table;
}
/* #jm-social-search.shide input.inputbox {
    border-color: #37abda;
    pointer-events: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 501;
} */
.activit-txt h3 {
    font-size: 17px;
    color: #007ac2;
    font-weight: normal;
    text-align: center;
    margin-top: 12px;
}
.activit-txt p {
    font-size: 14px;
    text-align: center;
    color: #555555;
}
.activit-txt a {
    font-size: 12px;
    text-align: center;
    color: #007ac2;
    margin: auto;
    display: table;
    border: 1px solid;
    padding: 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 22px;
}
#jm-topline-mod1 .content-tittle .tittle-bloc h5,
#jm-topline-mod1 .content-tittle .tittle-bloc:before,
#jm-topline-mod1 .content-tittle .tittle-bloc p {
    color: #fff;
}
#jm-topline-mod1 .content-tittle .tittle-bloc:before {
    background-color: #fff;
}
#jm-content-topline-mod1 {
    width: 89%;
    margin: auto;
    margin-top: 44px;
}
#jm-content-topline-mod1 .category-module li {
    margin: 0;
    padding: 0;
    float: left;
    display: table;
    width: 48%;
    margin-bottom: 30px;
}
.left-blog-img {
    float: left;
    width: 32%;
    margin-right: 20px;
}
.right-blog-content {
    float: left;
    width: 64%;
}
#jm-content-topline-mod1 .category-module li.right {
    float: right;
}
p.mod-articles-category-introtext {
    font-size: 13px;
    color: #fff;
}
a.mod-articles-category-title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
span.mod-articles-category-date {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.mod-articles-category-readmore a {
    font-size: 13px;
    font-weight: bold;
}
.mod-articles-category-readmore {
    width: 100%;
    float: left;
    /* margin-top: -20px; */
}
body.atricle_page_cover .mod-articles-category-readmore {
    float: right;
    width: 100%;
    /* margin-top: -20px; */
}

.mod-articles-category-readmore a .fa {
    margin-left: 6px;
}
.content-ref {
    width: 100%;
}
.list-services {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.service-txt h3 {
    font-size: 16px;
    color: #007ac2;
}
.service-txt a {
    color: #007ac2;
    font-size: 11px;
    border: 1px solid #007ac2;
    padding: 6px 18px;
    margin-bottom: 4px;
    display: inline-block;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    -moz-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}
#jm-bottom2 .jm-module {
    margin-bottom: 0;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1:last-child {
    margin-right: 0;
}
.social-network span {
    padding-top: 8px;
}
.social-network ul li a:hover {
    background-color: #007ac2;
}
.service-txt p {
    color: #555555;
    padding-bottom: 16px;
    padding-top: 8px;
}
.links {
    display: table;
    margin: auto;
}
.links a {
    color: #007ac2;
    border: 1px solid #007ac2;
    padding: 14px 30px;
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.title-article {
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}
.djslider .slide-desc-text .slide-text h3 {
    font-size: 53px;
    text-align: left;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 66px;
}
#jm-djmenu .normale-menu ul li {
    margin-top: 40px;
    margin-right: 20px;
}

#jm-djmenu .normale-menu > ul > li:last-child{
    padding-left: 10px;
}

#jm-djmenu .normale-menu ul li a {
    background-position: left 0;
    text-transform: uppercase;
    color: #606060;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
}
#jm-djmenu .normale-menu ul li a:hover,
#jm-djmenu .normale-menu ul .active>a,
#jm-right .jm-right-in .categories-module .active a,
#jm-djmenu .normale-menu .alias-parent-active a 
{
    color: #017761;
}


div#jm-bottom1 {
    width: 100%;
    display: table;
    margin: auto;
    padding: 32px 0;
    background-image: url('../../../images/bg-bottom1.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
div#jm-bottom1 h3 {
    font-family: 'Raleway-Medium';
    font-size: 35px;
    color: #fff;
    text-align: center; 
}
div#jm-bottom1 p {
    font-family: 'Raleway-Medium';
    font-size: 15px;
    color: #fff;
    text-align: center; 
}

div#jm-bottom1 a {
    font-family: 'Raleway-SemiBold';
    font-size: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin: auto;
    display: table;
    padding: 14px 92px;
    margin-top: 42px;
    color: #fff;
}
.intro-footer p
{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #555555;
    line-height: 21px;
    font-size: 16px;
    display: table;
}
.footer-container {
    display: table;
    width: 88%;
    margin: auto;
    position: relative; 
}
div#jm-footer-lang {
    display: none;
}
.cols-services{
    margin-left: 0;
    margin-right: 16px;
    height: 320px;
    width: 32.4%;
    float: left;
    position: relative;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.bg-campagnies
{
    background-image: url('../../../images/modules/categories/img-compagnies.jpg');
}
.bg-politics
{
    background-image: url('../../../images/modules/categories/img-politics.jpg');
}
.bg-technology
{
    background-image: url('../../../images/modules/categories/img-technolgy.jpg');
}
.bloc-service a:hover {
    color: #017761;
    background-color: #fff;
}



.cols-services:before
{
    content:"";
    display: table;
    border: 1px solid #fff;
    width: 94%;
    height: 94%;
    margin: 10px;
    position: absolute;
    z-index: 1;
}
.bloc-service {
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 105px;
}
.bloc-service a {
    font-family: 'Raleway-SemiBold';
    font-size: 15px;
    text-transform: uppercase;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: #017761;
    padding: 11px 25px;
    color: #fff;
}
.mask-service {
    top: 72%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
p.black-bg {
    text-align: center;
    color: #fff;
    width: 75%;
    margin: auto;
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
}
.cols-services:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 0;
    height: 125px;
}
#jm-topline-mod2 h3
{
    color: #fff;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    font-size: 25px;
}
#jm-topline-mod2 .acymailing_module_form .acymailing_introtext {
    font-family: 'Raleway-Medium';
    color: #fff;
    font-size: 17px;
}
#jm-topline-mod2  .acymailing_form tr {
    width: 100%;
}
.moduletable.newsletter {
    width: 38%;
    float: left;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 14%;
    max-width: 460px;
}
.follow-block ul li
{
    float: left;
    margin: 25px 20px 0px 0px;
    padding: 0;
}
.follow-block ul li a:before
{
    line-height: 36px;
}
.follow-block p
{
    font-family: 'Raleway-Medium';
    color: #fff;
    font-size: 17px;
}
.moduletable.social-mod {
    float: right;
    margin-top: 40px;
    width: 33%;
    margin-bottom: 82px;
}
.articles-content {
    float: left;
    width: -webkit-calc(33.3% - 10px);
    width: -moz-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    margin-right: 15px;
    margin-bottom: 20px;
}

.homepage .category-module .articles-content:nth-child(3n){
    margin-right: 0px!important;
}

body.atricle_page_cover .articles-content {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}
body.atricle_page_cover .articles-content:last-child {
    margin-bottom: 0px;
}
.content-img-intro {
    width: 100%;
    position: relative;
}
body.atricle_page_cover .content-img-intro {
    width: 100%;
    position: relative;
    float: left;
    /* margin-right: 10px; */
    margin-bottom: 10px;
}
.content-img-intro span.mod-articles-category-category {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #3498d8;
}
.content-img-intro span.mod-articles-category-category a {
    font-family: RobotoMedium;
    font-size: 12px;
    text-transform: uppercase;
    line-height: initial;
    padding: 5px 12px;
    display: block;
    color: #fff;
}
.content-img-intro .image_intro{
    width: 100%;
    height: 260px;
}
body.atricle_page_cover .content-img-intro .image_intro{
    width: 100%;
    height: auto;
}
.articles-content a.mod-articles-category-title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        text-transform: uppercase;
    text-align: justify;
}
.articles-content p.mod-articles-category-introtext {
    font-size: 16px;
    color: #6f6f6f;
    line-height: normal;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.articles-content .mod-articles-category-readmore a {
    color: #017761;
    font-size: 15px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    border: 1px solid #017761;
    padding: 8px 10px;
    display: table;
    font-weight: normal;
}
body.atricle_page_cover .articles-content .mod-articles-category-readmore a {
    padding: 0px 0px;
    border: 0px;
}

.articles-content .mod-articles-category-introtext p {
    color: #6f6f6f;
    font-size: 16px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin: 0;
    text-align: justify;
    display: table;
}
.atricle_page_cover .articles-content .mod-articles-category-title a{
    margin: 0;
    text-align: left;
    width: 280px;
}
.articles-content .mod-articles-category-title a {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: auto;
    /* white-space: nowrap; */
    overflow: hidden;
    /* -o-text-overflow: ellipsis; */
    /* text-overflow: ellipsis; */
    line-height: 18px;
}

.intro-blogs-content a.mod-articles-category-title,.intro-blogs-content {
    display: table;
    width: 100%;
}
.articles-content .mod-articles-category-title {
    /* display: table; */
    width: 100%;
    margin: 10px 0px 0px;
}

body.atricle_page_cover #jm-right .articles-content .mod-articles-category-title {
    display: table;
    width: 100%;
    margin: 0px;
}
.category-module {
    display: table;
    margin-bottom: 30px;
}

hr:before {
    width: 90px;
    background-color: #017761;
    display: block;
    height: 1px;
    position: absolute;
    content: "";
    top: 0px;
    z-index: 1;
}

hr {
    border-color: #e0e0e0;
    border-width: 1px;
    display: table;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    z-index: 0;
    height: 2px;
}


.tab_content_wrapper {
    height: 344px !important;
    margin-bottom: 0;
    height: auto!important;
    padding: 0px 30px;
    position: relative;
}
#jm-content-topline-mod3 .tabs li a
{
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    padding: 10px 40px;
    background-color: #5f5f5f;
    display: table;
    color: #fff;
}

#jm-content-topline-mod3 .tabs li.active a
{
    background-color: #017761;
}
#jm-content-topline-mod3 .tabs li {
    margin: 0px 0px 0px 0px;
}
#jm-content-topline-mod3 .tab_content  {
    background-color: inherit;
}
#jm-content-topline-mod3 .tab_content .articles-content
{
    width: 25%;
    float: left;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}   
#jm-content-topline-mod3 .tab_content .articles-content .content-img-intro {
    width: 35%;
    float: left;
    margin-right: 14px; 
}
#jm-content-topline-mod3 .content-img-intro .image_intro {
    width: 100%;
    height: 140px;
}
#jm-content-topline-mod3 .articles-content .mod-articles-category-title a {
    color: #2d2d2d;
    font-size: 15px;
    text-transform: inherit;
}
#jm-content-topline-mod3  .articles-content .mod-articles-category-title {
    margin: 0;
}
#jm-content-topline-mod3 .tab_content .articles-content .content-txt {padding-right:  10px;height: 70px;}
#jm-bottom2 .articles-content .content-img-intro {
    display: none;
}
#jm-bottom2  .articles-content {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #017761;
    padding-bottom: 10px;
    padding-left: 0;
    min-height:  auto;
    margin-bottom: 10px;
    margin-right: 0px;
}
#jm-bottom2 .articles-content .mod-articles-category-title a {
    white-space: inherit;
    overflow: inherit;
    -o-text-overflow: inherit;
       text-overflow: inherit;
    color: #555555;
    font-weight: normal;
    font-size: 15px;
}
#jm-bottom2 .articles-content .mod-articles-category-title {
    margin: 0;
}
#jm-bottom2 .articles-content:last-child {
    border-bottom: inherit;
    padding-bottom: 0;
}
#jm-bottom2 .articles-content:first-child {
    padding-top: 0;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1 ul li a:hover,
#jm-bottom2 .articles-content .mod-articles-category-title a:hover{
    color: #017761;
}
#jm-right .jm-module .jm-module-in .jm-title-wrap .jm-title {
    color: #363636;
    font-size: 18px;
    padding-bottom: 0;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#jm-right .jm-right-in .popular-tags ul li a:before,
#jm-right .jm-right-in .categories-module li a:before
{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin-right: 8px;
    font-weight: bold;
}
#jm-right .jm-right-in .popular-tags li a,
#jm-right .jm-right-in .categories-module li a 
{
    color: #7b7b7b;
    font-size: 17px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    display: table;
    width: 100%;
    padding-top: 10px;
}

#jm-right .jm-right-in .popular-tags li a:hover,
#jm-right .jm-right-in .categories-module li a:hover 
{
    color: #017761;
}



#jm-right .jm-right-in li{
    margin-left: 0;
    padding-left: 0;
}
body.atricle_page_cover #jm-right .jm-right-in li:last-child{
    margin-right: 0px;
}
div#jm-content-topline-mod4 {
    width: 88%;
    margin: auto;
}

div#jm-content-topline-mod4 .category-module {
    display: table;
    margin-bottom: 40px;
}
.internepage #jm-topline-mod4
{
    background-color: #f5f5f5;
    width: 100%;
    display: table;
}
#jm-topline-mod4 .moduletable.popular-articles h3
{
    margin-top: 35px;
    font-family: 'Raleway-Bold';
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
}
#jm-topline-mod4 .moduletable.popular-articles .content-img-intro span.mod-articles-category-category
{
    display: none;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-title a {
    color: #494949;
}

#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-writtenby span ,
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-date span,
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-tittle a
{
    color: #373737;
    font-size: 16px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: initial;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-introtext p {
    color: #848484;
    margin: 12px 0px;
}


#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-tittle a:before,
.category-tittle:before
 {
    content: "\f02b";
    font: normal normal normal 18px/1 FontAwesome;
    color: #017761;
    margin-right: 0px;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-readmore {
    float: right;
    width: auto;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content  .mod-articles-category-tittle {
    float: left;
    margin-top: 6px;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-writtenby span:before {
    content: "\f007";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;  
}

#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-date span:before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;  
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-writtenby {
    float: left;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-date {
    float: right;
}
#jm-topline-mod4 .moduletable.popular-articles  .articles-content .mod-articles-category-introtext {
    float: left;
    width: 100%;
}
#jm-topline-mod4 .moduletable.popular-articles .articles-content .mod-articles-category-readmore a
{
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}
#jm-topline-mod4 .moduletable.popular-articles .articles-content .mod-articles-category-readmore a:hover
{
    color: #fff;
    background-color: #017761;
}
#jm-topline-mod4 .moduletable.popular-articles .articles-content {
    display: block;
    width: 31%;
    float: left;
    padding-left: 0;
    margin-right: 3.5%;
    padding-right: 0;
}
#jm-topline-mod4 .moduletable.popular-articles .articles-content:last-child {
    margin-right: 0;
}
#jm-topline-mod4 .moduletable.popular-articles .articles-content .content-img-intro .image_intro {
    border: 3px solid #dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 240px;
}
#jm-topline-mod4 .moduletable.popular-articles .articles-content .mod-articles-category-tittle a:hover,
#jm-topline-mod4 .moduletable.popular-articles .articles-content .mod-articles-category-title a:hover
{
    color: #017761;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1:first-child {
    width: 38%;
    margin-right: 60px;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1 {
    float: left;
    width: 18%;
}
#jm-bottompage #jm-bottom2 .bottom2 .rowcount_1:last-child {
    width: 20%;
}
#jm-bottompage #jm-bottom2 .bottom2  .category-module {
    margin-bottom: 0;
}
.social-network {
    display: table;
    margin-top: 20px;
}
#jm-right .jm-module .jm-module-in .jm-title-wrap .jm-title:before{
    content: "\f0ca";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
}

#jm-right .jm-module.popular-tags .jm-module-in .jm-title-wrap .jm-title:before{
    content: "\f02b";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(80deg);
      -o-transform: rotate(80deg);
         transform: rotate(80deg);
    display: inline-block;  
}
.custom.header-img {
    background-image: url(../../../images/modules/actualites/Technology.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 140px;
}

#jm-header #jm-header-mod .jm-module {
    padding: 0;
    margin:0;
}
#jm-header .moduletable.naviagate{
    width: 88%;
    margin: auto;
}
#jm-header .moduletable.naviagate ul li span{
    font-size: 16px;
    /* font-weight: bold; */
    font-family: 'Montserrat', sans-serif;
}
#jm-header .moduletable.naviagate ul li.active span{
    color: #e6e6e6;
}
#jm-header .moduletable.naviagate ul li a, #jm-header .moduletable.naviagate ul li span{
    color: #efefef;
}
#jm-header .moduletable.naviagate ul li{
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0;
    /* padding-left: 20px; */
    /* position: relative; */
}
#jm-header .moduletable.naviagate ul li{
    margin: 0px 0px 0px 0px;
    padding-left: 20px;
    position: relative;
}
#jm-header .moduletable.naviagate ul li:nth-child(2){
    padding-left: 0px;
}
#jm-header .moduletable.naviagate ul li:nth-child(2) a, #jm-header .moduletable.naviagate ul li:nth-child(2) a span{
    color: #a9a9a9;
}
#jm-header .moduletable.naviagate ul li:nth-child(2):before{
    display: none;
}

#jm-header .moduletable.naviagate ul li.active {
    display: none;
}

body.not_atricle_page_cover #jm-header .moduletable.naviagate ul li.active {
    display: block;
}

#jm-header .moduletable.naviagate ul li span:after {
    display: none;
}

#jm-header .moduletable.naviagate ul li:before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f105";
    color: #017761;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 4px;
}

#jm-header li.home-bread {
    display: none;
}

#jm-header .moduletable.naviagate ul li a span:after {
    color: #fff;
}
#jm-header .moduletable.naviagate ul li a span:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #017761;
    font-weight: bold;
}

#jm-content-topline-mod1 .articles-content:last-child,
.home-services .cols-services:last-child
 {
    margin-right: 0;
}
.author-page .blog-heading,.tag-category h2 {
    position: static;
}

.blog-heading,.tag-category h2 {
    font-family: 'Raleway-Bold';
    font-size: 35px;
    position: absolute;
    display: table;
    left: 0px;
    right: 0;
    margin: 25px auto;
    text-align: center;
    width: 100%;
    color: #323232;
    top: 0;
    text-transform: uppercase;
}
.left-content-blog {
    float: left;
    width: 40%;
    margin-right: 10px;
}

.right-content-blog {
    float: left;
    width: 58%;
}

.row-blog {
    display: table;
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.finder #search-results li:last-child .row-blog {
    border-bottom: 0px;
}
.finder #search-results li:first-child .row-blog {
    margin-top: 0px;
}
.left-content-blog .image_intro
{
    width: 100%;
    border: 3px solid #dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 185px;
}
.left-content-blog .image_intro.default_image{
    opacity: .5;
    padding: 10%;
}

.right-content-blog p
{
    font-size: 16px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #848484;
    font-weight: normal;
    margin: 0;
}

.right-content-blog .blog-article-tittle
{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #494949;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    line-height: normal;
}


.right-content-blog ul li
{
    float: left;
    margin: 0;
    padding: 0;
}
.right-content-blog ul
{
    display: table;
    width: 100%;
    margin: 10px 0px;
}
.right-content-blog ul li span
{
    width: 100%;
}

.author-article:before
 {
    /* content: "\f007"; */
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
    font-size: 18px;
}


.date-publication:before
 {
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    font-size: 15px;
    margin-right: 6px;
}
.counter-msg span:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
    font-size: 20px;
    content: "\f086";
}
.counter-likes span:before,
.up_button:before
 {
    content: "\f164";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
    font-size: 20px;
}
.right-content-blog ul li.author-article
{
    width: 50%;
}
.right-content-blog ul li.date-publication
{
    width: 30%;
}
.right-content-blog ul li
{
    width: 10%;
}

.right-content-blog .read_more_link
{
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #017761;
    border: 1px solid #017761;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    display: table;
}
.right-content-blog .read_more_link:hover {
    color: #fff;
    background-color: #017761;
}

/*Pagination*/
.pagination {
  /* height: auto; */
  /* margin: 0; */
  /* padding: 0 0 50px; */
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}

.pagination ul li a,
.pagination ul li span {
  padding: 3px 10px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #cecece;
}

.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #f86924;
}
.blog .row-blog:last-child {
    border-bottom: inherit;
}
.up_button {
    cursor: pointer;
    float: left;
}
.left-top {
    float: left;
    width: 100%;
}

body.atricle_page_cover .left-top{
    position: relative;
}
.left-top span {
    margin-right: 20px;
    display: block;
    float: left;
    position: relative;
}

.left-top span.up_votes{
    margin-right: 0px;
}
.top-infos-article {
    display: table;
    width: 100%;
}
.content_wrapper {
    float: right;
}

.list-votes {
    float: left;
}

#jm-maincontent #section-kmt .kmt-form h4 {
    margin: 0 0 10px !important;
    float: left;
    width: 100%;
}
#jm-maincontent  #section-kmt .formArea  h3.kmt-title {
    background: #09816a;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    float: none;
    display: table;
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 280px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
}

div#jm-logo-sitedesc {
    float: left;
    margin-top: 14px;
    /* width: 12%; */
}

.homepage div#jm-logo-sitedesc{
    margin-top: 15px;
}

.bloc-menu {
    float: right;
}
.social-network-top ul li
{
    float: left;
    padding: 0;
    margin: 0px 8px 0px 0px;
}
#jm-social .social-network-top ul li a {
    color: #353535;
    font-size: 20px;
}
.social-network-top,.social-network-top ul {
    display: table;
    width: 100%;
}
div.mod-languages ul.lang-inline li {
    display: table;
    float: left;
    margin-right: 10px;
}
#jm-djmenu .normale-menu ul .parent ul li a {
    color: #606060;
}
#jm-social .social-network-top ul li a:hover {
    color: #017761;
}
div.mod-languages ul li a:hover {
    opacity: 0.5;
}
#jm-djmenu .normale-menu ul li:last-child {
    margin-right: 0;
    float: right;
}
.content-count-msg:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #7c7c7c;
    margin-right: 6px;
    font-size: 13px;
    content: "\f086";
}
.content-count-like:before {
    content: "\f164";
    font: normal normal normal 14px/1 FontAwesome;
    color: #7c7c7c;
    margin-right: 6px;
    font-size: 13px;
}

.content-count-like,.content-count-msg {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #7c7c7c;
    font-size: 13px;
    margin-right: 14px;
    margin-bottom: 0;
    display: table;
    float: left;
}
.articles-content .mod-articles-category-readmore a:hover{
    background-color: #017761;
    color: #fff;
}

body.atricle_page_cover .articles-content .mod-articles-category-readmore a:hover{
    background-color: transparent;
    color: #017761;
}
.follow-block ul li a:hover {
    opacity: 0.8;
}
.bloc-tittle h3{
    float: left;
    font-family: 'Raleway-Bold';
    font-size: 17px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 4px;
}
.bloc-tittle a{
    font-family: 'Raleway-Medium';
    font-size: 12px;
    color: #a7a7a7;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
body.atricle_page_cover .bloc-tittle a{
    text-align: center;
}
.bloc-tittle {
    display: table;
    width: 100%;
    margin-bottom: 35px;
}
div#portfoliolist {
    margin-right: -33px;
}
.moduletable.latest-articles-bloc {
    margin-bottom: 50px;
}

div#jm-topline-mod4 {
    display: table;
    width: 100%;
}

.display-hits {
    display: table;
    float: left;
    width: 100%;
}
.mod-articles-category-introtext {
    display: table;
    width: 100%;
    float: left;
}
body.atricle_page_cover .mod-articles-category-introtext {
    width: 100%;
}
.pull-right {
    display: none;
}
#jm-content-topline-mod1 .mod-articles-category-readmore {
    margin-top: 10px;
    position:  relative;
}
.bloc-content {
    display: table;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.atricle_page_cover .article-tittle{
    display: none;
}
.article-tittle h2
{
    text-transform: uppercase;
    color: #017761;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.item-image img
{
    border: 3px solid #dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 20px;
    width: 365px;
    height: 185px
}
.right-full-blog {
    float: right;
}
body.atricle_page_cover .right-full-blog {
    /* display: none; */
}
body.atricle_page_cover .left-top .content-count-msg:before {
    color: #017761;
    margin-right: 6px;
    font-size: 20px;
}
body.atricle_page_cover .left-top .content-count-msg{
    color: #017761;
    font-family: Roboto;
    cursor:  pointer;
}   
.portfolio .label-text {
    z-index: 1;
}
#jm-djmenu .normale-menu .parent ul li:last-child {
    margin-left: 0;
}
.blog {
    display: table;
    margin-top: 90px;
}
.author-items .blog {
    margin-top: 0px;
}
.full-blog .jm-right-in {
    margin-top: 90px;
}
.jm-right-in {
    margin-top: 28px;
}
.module-tittle h3{
    color: #656565;
    font-size: 18px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
}
.jm-right-in .lg-share .rounded {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #aaaaaa;
}

.jm-right-in .jm-module {
    margin-bottom: 0;
    display: table;
    float: left;
    width: 100%;
}


#jm-maincontent .module-tittle h3{
    color: #017761;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
#jm-maincontent .module-content{
    display: table;
    margin: auto;
}
#jm-maincontent .moduletable{
    margin-top: 30px;
    margin-bottom: 30px
}
#jm-maincontent .module-content{
    display: table;
    margin: auto;
}

#jm-maincontent .lg-share .rounded {
    color: #fff;
    //width: 50px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#jm-maincontent .lg-share li:nth-child(1) .rounded{
    background-color: #305c98;
}
#jm-maincontent .lg-share li:nth-child(1) .rounded:before{
    content: "\f082"
}
#jm-maincontent .lg-share li:nth-child(2) .rounded{
    background-color: #4CAF50;
}
#jm-maincontent .lg-share li:nth-child(2) .rounded:before{
    /* content: "\f082" */
}
#jm-maincontent .lg-share li:nth-child(3) .rounded{
    background-color: #dc4a38;
}
#jm-maincontent .lg-share li:nth-child(3) .rounded:before{
    /* content: "\f082" */
}
#jm-maincontent .lg-share li:nth-child(4) .rounded{
    background-color: #00cdff;
}

#jm-maincontent .lg-share li:nth-child(5) .rounded{
    background-color: #007ab6;
}

#jm-maincontent .lg-share li:nth-child(4) .rounded:before{
    /* content: "\f082" */
}
#jm-maincontent .lg-share .rounded:before {
    font-size: 20px;
}

#jm-maincontent  .lg-share li {
    float: left;
    margin-right: 10px;
    padding: 0;
}
#filters li span:hover {
    background: #5f5f5f;
    color: #fff;
}
#jm-content-topline-mod3 .tabs li a:hover {
    background-color: #017761;
}
.articles-content .mod-articles-category-title a:hover {
    color: #017761;
}
.content-img-intro span.mod-articles-category-category a:hover {
    opacity: 0.5;
}
#jm-maincontent .module-content .lg-share .share-this:hover .rounded 
{
    background-color: #09816a;
}
#jm-topline-mod1 .articles-content .mod-articles-category-tittle {
    display: none;
}
#jm-topline-mod1 .articles-content .content-count-like,
#jm-topline-mod1 .articles-content  .content-count-msg,
#jm-topline-mod1 .articles-content  .content-count-msg:before,
#jm-topline-mod1 .articles-content  .content-count-like:before
{
    color: #adadad;
}
.full-width #jm-content {
    width: 100%;
}
.full-width .article-tittle h2{
    font-family: 'Raleway-Bold';
    font-size: 35px;
    display: table;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    color: #323232;
    text-transform: inherit;
}

.scrolling #jm-djmenu .normale-menu ul li {
    /* margin-top: 40px; */
     */
}

.scrolling div#jm-logo-sitedesc {
    /* float: left; */
    /* width: 12%; */
    margin-top: 14px;
}
.scrolling .content-language {
    display: none;
}

.scrolling .bloc-menu {
    /* margin-left: 90px; */
}
.bloc-tittle a:hover {
    color: #017761;
}
.full-width .bloc-content  p,
.full-width .bloc-content  ul li
{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    color: #6f6f6f;
}

.full-width .bloc-content ul li,.full-width #xmap ul li ul li
{
    margin: 0;
    padding: 0;
    background: url(../../../images/icons/arrow.png) no-repeat 0px 5px;
    padding-left: 25px;
    line-height: 26px;
    font-size: 16px;
    color: #6f6f6f;
}
.full-width .bloc-content ul
{
    margin: 10px 0px;
}
.full-width #xmap ul li a
{
    line-height: 26px;
    font-size: 16px;
    color: #6f6f6f;
}
.full-width #xmap ul li ul
{
    margin-left: 20px;
}
.full-width #xmap .level_0
{
    margin-bottom: 20px;
}
.full-width .bloc-content .right-img
{
    float: right;
}
#xmap .muted{
    display: none;
}
#jm-maincontent #foxdownload .btn.btn-success.submit-button:hover {
    background-color: inherit;
}
#jm-maincontent #foxdownload .btn.btn-success.submit-button:hover span {
    color: #017761;
}
#jm-maincontent .formulaire_f .moduletable {
    margin-top: 0;
    margin-bottom: 0;
}
div#portfoliolist {
    margin-bottom: 52px;
    display: table;
}
.jm-right-in .lg-share .share-this:hover .rounded{
    background-color: #017761;
}
.right-full-blog .up_button:hover {
    opacity: 0.5;
}
#jm-content-topline-mod3 .articles-content .mod-articles-category-title a:hover {
    color: #017761;
}
#section-kmt #kmt-fame h3.kmt-title {
    background: #09816a;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
}
a.tncRead.kmt-tnc-read {
    color: #595959;
    font-weight: bold;
    text-decoration: underline;
}
.tabs-1 {
    margin-top: 30px;
    display: table;
    width: 100%;
}
.etl-icon
{
    font-family: 'et-line';
    line-height: 72px;
    text-align: center;
    font-size: 30px;
}
.mbri-icon
{
    font-family: 'MobiriseIcons';
    line-height: 72px;
    text-align: center;
    font-size: 30px;
}
.icon-layers:before {
    content: "\e031";

}
.mbri-cursor-click:before {
    content: "\e916";
}
.mbri-like:before {
    content: "\e938";
}
.mbri-touch:before {
    content: "\e96e";
}

.icon-team:before {
content: "\e975";
}
.icon-mission:before {
    content: "\e925";
}
.icon-values:before {
    content: "\e92b";
}
.left-cop {
    float: left;
    width: 60%;
}

.right-cop {
    float: right;
    width: 35%;
    vertical-align: top;
    display: table;
}

.left-box {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    display: block;
    float: left;
}

.right-box {
    margin-left: 72px;
}

.intro-box {
    margin-bottom: 40px;
}
.intro-box:last-child {
    margin-bottom: 0;
}
ul.breadcrumb.naviagate {
    display: table;
    margin: 12px 0px;
}

body.atricle_page_cover ul.breadcrumb.naviagate {
    background-color: transparent;
}
#jm-header .moduletable.naviagate ul .home-bread span{
    background: none;
    display: none;
}
#jm-header .moduletable.naviagate ul .home-bread span {
    background-image: url(../../../images/icons/breadcrumbs.png);
    background-repeat: no-repeat;
    float: left;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    width: 100px;
    text-align: left;
    padding-left: 8px;
    position: inherit !important;
    clip: inherit;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}

#jm-header .moduletable.naviagate ul li span {
    line-height: 26px;
}
.follow-block {
    display: table;
}
.follow-block ul li a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block;  
}
.follow-block ul li a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#xmap h1{
    text-align: center;
    font-family: 'Raleway-Bold';
    font-size: 35px;
    color: #323232;
    margin-top: 40px;
    margin-bottom: 60px;
}
.full-width #xmap ul li a:hover {
    color: #017761;
}
.full-width #xmap .level_0>li>a {
    text-transform: uppercase;
}

.cont-ico-con {
    float: left;
    margin-right: 20px;
}

.cont-txt-con {
    float: left;
    width: 80%;
}

span.ico-fb-contact,
span.ico-twitter-contact,
span.ico-youtube-contact,
span.ico-LinkedIn-contact
{
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    border: 1px solid #017761;
    display: block;
}

span.ico-fb-contact:before
{
  content: "\f09a";
  line-height: 50px;
  color: #017761;
  font-size: 24px;
}

span.ico-twitter-contact:before
{
  content: "\f099";
  color: #017761;
  line-height: 50px;
  font-size: 24px;
}
span.ico-youtube-contact:before
{
  content: "\f16a";
  line-height: 46px;
  color: #017761;
  font-size: 24px;
}
span.ico-LinkedIn-contact:before
{
  line-height: 46px;
  content: "\f0e1";
  color: #017761;
  font-size: 24px;
}

.add_pan {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.right-content-blog .blog-article-tittle a {
    color: #494949;
}
.right-content-blog .blog-article-tittle a:hover {
    color: #017761;
}
#jm-content-topline-mod3 .tab_content .articles-content:nth-child(2),
#jm-content-topline-mod3 .tab_content .articles-content:nth-child(4) {
    margin-right: 0;
}

/* CSS for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles */
  #jm-djmenu .normale-menu ul li{
    margin-top: 40px;
  }
  #jm-djmenu .normale-menu ul li a {
    font-size: 13px;
  }
  #jm-djmenu .normale-menu ul li:last-child{
    margin-top:35px;
  }
  .scrolling #jm-djmenu .normale-menu ul li:last-child{
    margin-top:12px;
  }
  #jm-djmenu .normale-menu .parent ul li:last-child{
    margin-top: 20px;
  }
  #jm-djmenu .normale-menu .parent ul li{
    margin-bottom: 10px;
  }

  
}
.moduletable.slide-mobile {
  display: none;
}
.sidr ul li ul {
    margin: 0;
    border-bottom: 1px solid #fff;
}
.tag-category{
    display: table;
    margin-top: 130px;
}

body.popular-tags-block .tag-category{
    margin-top: 30px;
}
body.popular-tags-block.full-blog .jm-right-in{
    margin-top: 45px;
}
.tag-category .category li{
    display: table;
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.tag-category .category li:last-child {
    border-bottom: inherit;
}


.tag-category .category li a{
    float: left;
    width: 100%;
}
.tag-category .category li a img{
    border: 3px solid #dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    height: 185px;
}
.tag-category .category li p{

    font-size: 16px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #848484;
    font-weight: normal;
    margin: 0;
}
.tag-category .category li h3 a{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #494949;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    line-height: normal;
}
.tag-category .category li h3 a:hover{
    color: #017761;
}


.tag-category .category li h3{
    display: table;
    width: 100%;
}
.tagspopular.popular-tags {
    margin-bottom: 20px;
}
.custom.header-img.header-finance {
      background-image: url(../../../images/headers/header-finance.jpg);
}
.custom.header-img.header-technologie {
      background-image: url(../../../images/headers/header-technologie.jpg);
}

.custom.header-img.header-societe {
      background-image: url(../../../images/headers/header-societe.jpg);
}

.custom.header-img.header-entreprise {
      background-image: url(../../../images/headers/header-entreprise.jpg);
}
.custom.header-img.header-global-economy {
      background-image: url(../../../images/headers/header-global-economy.jpg);
}

.custom.header-img.header-politique {
      background-image: url(../../../images/headers/header-politique.jpg);
}


.left-tag-img {
    float: left;
    width: 40%;
    margin-right: 10px;
}

.right-tag-desc {
    float: left;
    display: table;
    width: 58%;
}

.moduletable.pub-rec-title {
    width: 98%;
    display: table;
    margin: auto;
}

#section-kmt .kmt-share-wrap:hover .kmt-share-balloon {

    right: 0;
}
.mbr-cards-col.col-xs-12.col-lg-4 {
    display: table-cell;
    float: left;
    width: 33.33333%;
    margin-bottom: 40px;
}
.mbr-cards-col.col-xs-12.col-lg-4 .container {
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.mbr-cards .card {
    text-align: center;
    border: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.card {
    position: relative;
    display: block;
    background-color: #fff;
}
.card-block {
    text-align: center;
}

.card-block h4{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25.65px;
    text-transform: none;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #28262b;
    padding-top: 22px;
    margin-bottom: -15px;
    text-align: center;
    font-family: 'Montserrat-Regular';
}

.card-block h5{
    font-size: 14px;
    color: #a7a7a7;
    padding: 20px 0 5px;
    font-style: italic;
    font-weight: 400;
    line-height: 22.36px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    margin-bottom: -20px;
    text-align: center;
    font-family: 'Lora-Italic';
}
.delimiter {
    display: table;
    margin: 10px auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    line-height: normal;
}
.full-width .bloc-content p.feature-text {
    margin: 22px 0 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.99px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    color: #565656;
    direction: ltr;
    text-align: center;
    font-family: 'Raleway-Medium';
}
.row-profils {
    padding-bottom: 30px;
    display: table;
}
.row-profils:last-child {
    padding-bottom: 0;
}


.row-profils:last-child .mbr-cards-col.col-xs-12.col-lg-4 {
    margin-bottom: 0;
}





.icons a.mbri-pages.mbr-iconfont.mbr-iconfont-extFeatures7:hover {
    color: #969ba2;
}
[class^="mbri-"], [class*=" mbri-"] {
    font-family: MobiriseIcons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mbri-edit:before {
    content: "\e91f";
}
.mbri-hearth:before {
    content: "\e92b";
}
.mbri-rocket:before {
    content: "\e956";
}
.mbri-smile-face:before {
    content: "\e963";
}
.mbri-edit:before {
    content: "\e91f";
}
.full-width .bloc-content .timeline li {
    margin: 0;
    padding: 0;
    background: inherit;
    padding-left: 0;
    line-height: normal;
    font-size: 16px;
    color: #6f6f6f;
    width: 100%;
    float: left;
}
.timeline-normal {
    text-align: right;
    width: 100%;
}

.timeline-panel {
    width: 45%;
    padding: 0px 30px 27px;
    position: relative;
    float: left;
}
 .iconBackground {
    position: absolute;
    left: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    background-color: #ffffff;
}
.iconBackground {
    position: absolute;
    left: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    background-color: #ffffff;
}
.timeline-normal .iconBackground {
    margin-left: -36px;
}
.iconBackgroundInverse {
    position: absolute;
    margin-left: -36px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    left: 50%;
    text-align: center;
    font-size: 30px;
    display: block;
    float: right;
    background-color: #ffffff;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.full-width .bloc-content .timeline-normal {
    text-align: right;
    width: 100%;
}
.full-width .bloc-content .timeline-inverted {
    text-align: left;
    width: 100%;
}

h4.h-black {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25.65px;
    text-transform: none;
    letter-spacing: -1px;
    word-spacing: 0;
    padding-left: 0;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

p.mbr-section-text-gray.lead.h-black {
    font-size: 14px;
    padding-bottom: 30px;
    font-family: 'Lora-Italic';
    font-weight: 300;
    text-align: center;
}
 .icons {
    margin-top: 15px;
}
 .icons a {
    font-size: 18px;
    margin-right: 5px;
}
.container.timelineHeight {
    display: table;
    width: 100%;
    margin-top: 40px;
}

.mbri-pages:before {
    content: "\e946";
}
.content-iphone {
    float: left;
    /* width: 30%; */
}

.content-formulaire {
    float: right;
    width: 52%;
    margin-top: 6%;
}
#jm-maincontent .content-formulaire .fox_form textarea,
#jm-maincontent .content-formulaire .fox_form input[type="text"]
 {
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    color: #565656;
    font-size: 0.875rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 0.5em 1.07em 0.5em;
    font-family: 'Raleway', sans-serif;
}

#jm-maincontent .content-formulaire .fox_form input[type="text"]:hover,
#jm-maincontent .content-formulaire .fox_form textarea:hover, 
#jm-maincontent .content-formulaire .fox_form input[type="text"]:focus, 
#jm-maincontent .content-formulaire .fox_form textarea:focus{
    background-color: #f5f5f5;
}


#jm-maincontent .content-formulaire .fox_form .control-group{
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
#jm-maincontent .content-formulaire .fox_form .control-group:nth-child(1),
#jm-maincontent .content-formulaire .fox_form .control-group:nth-child(2)
{
    width: 50%;
}
#jm-maincontent .content-formulaire .fox_form .control-group:nth-child(2)
{
    padding-left: 15px;
}
#jm-maincontent .content-formulaire .fox_form .btn 
{
    background: #c0a375;
    border-color: #c0a375;
    color: #fff !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    padding: 10px 20px 10px 20px;
    outline: none;
    margin-top: 0 !important;
    -webkit-border-radius: 1.6em;
       -moz-border-radius: 1.6em;
            border-radius: 1.6em;
    margin: auto;
    display: table;
}

#jm-maincontent .content-formulaire h3 
{
    font-family: 'Raleway-Bold';
    font-size: 35px;
    display: table;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    color: #323232;
    text-transform: inherit;
    margin-bottom: 10%;
}
.bottm-layout {
    display: table;
    width: 100%;
    margin-top: 50px;
}

.top-layout {
    display: table;
    width: 100%;
}

.feature-img img {
    width: 100%;
    border: 1px solid rgba(240, 243, 240, 0.38);
}
.qq-uploader{
      margin-bottom: 20px;
}




.article_cover_container{
    height: 460px;
    position: relative;
    display: table;
    width: 100%;
    background: url('https://www.bbntimes.com/images/slideshow/Aramco.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.article_cover_container h1{
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    font-family: 'Montserrat', sans-serif;
}

.article_cover_container .bg{
    background-color: rgba(51, 51, 51, 0.3);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.atricle_page_cover .item-image img{
    display: none;
}
#jm-toppage.atricle_page_cover{
    /* background-color: transparent; */
}
#jm-toppage.atricle_page_cover.scrolling{
    background-color:#fff;
}
#jm-toppage.atricle_page_cover div#jm-social-search{
    /* display: none; */
}

#jm-toppage.atricle_page_cover #jm-djmenu .normale-menu ul li a{
    /* color: #fff; */
    /* line-height: 6px; */
    /* font-size: 14px; */
}
#jm-toppage.atricle_page_cover #jm-djmenu .normale-menu ul:first-child li{
    /* margin-top: 0px; */
}

#jm-toppage.atricle_page_cover #jm-djmenu .normale-menu ul li ul a{
    color: #666;
}

#jm-toppage.atricle_page_cover #jm-toppage-wrap{
    /* width: 100%; */
    /* position: relative; */
    /* margin: 0px auto; */
}
#jm-toppage.atricle_page_cover #jm-toppage-left{
    width: 100%;
    /* margin-top: 30px; */
}
#jm-toppage.atricle_page_cover #jm-toppage-right{/* margin-top: 35px; *//* width: 8%; */}

#jm-toppage.atricle_page_cover.scrolling{
    background-color:#fff;
}
#jm-toppage.atricle_page_cover.scrolling #jm-toppage-wrap{/* width: 100%; */}
#jm-toppage.atricle_page_cover.scrolling #jm-djmenu .normale-menu ul li a{
    /* color: #666; */
    /* line-height: 45px; */
}

#jm-toppage.atricle_page_cover.scrolling div#jm-logo-sitedesc{
    /* width: 9%; */
}
#jm-toppage.atricle_page_cover.scrolling #jm-toppage-left{
    /* margin-top:10px; */
    /* width: 89%; */
}

body.internepage #jm-content .item-page .item-image{
    display: none;
}
#jm-toppage.atricle_page_cover div#jm-logo-sitedesc{
    /* width: 9%; */
}
#jm-toppage.atricle_page_cover.scrolling #jm-toppage-right{
    /* display: none; */
}
body.atricle_page_cover .module-tittle {
    float: left;
    padding-right: 0px;
}

body.atricle_page_cover .module-tittle {
    float: left;
    display: none;
    padding-right: 0px;
}

body.atricle_page_cover .module-content.right-share {
    float: right;
}

body.atricle_page_cover ul.lg-share {
    margin: -2px 0;
}

div#Mod399.jm-module.popular-tags {
}

body.atricle_page_cover #jm-right .jm-module.trending-articles .jm-module-in .jm-title-wrap  .jm-title {
    margin-bottom: 15px;
    margin-top: 0px;
}

body.atricle_page_cover .category-module.trending-articles {
    margin-bottom: 0px;
}

.my_submissions,.profile .show_articles, .add_article,.logout-btn   {
    width: 23.5%;
    float: left;
    background: #017761;
    margin-right: 15px;
    display: table;
}

.profile .show_articles a, .add_article a,.logout-btn a,.my_submissions a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 110px;
    padding-top: 45px;
    color: white;
    position: relative;
}
.profile .show_articles a:before, .add_article a:before,.logout-btn a:before,.my_submissions a:before{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    left: 50%;
    height: 40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 30px;
}

.profile .show_articles a:before{
    background: url('../../../images/001-file.png') no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


.logout-btn a:before{
     background: url('../../../images/icons/logout-ico.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.add_article a:before{
    background: url('../../../images/icons/btn-add.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.my_submissions a:before{
    background: url('../../../images/002-file-1.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.profile .show_articles a:hover, .add_article a:hover{
    background-color: #0e5d4e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.author-page div#jm-content {
    float: none;
    /* margin: 0px auto; */
}

.author-page img.authorlist_image {
    /* margin: 0px auto; */
    /* display: block; */
    /* width: 200px; */
    /* margin-top: 50px; */
    /* border-radius: 5px; */
    /* border: 1px solid #dcdcdc; */
    /* margin-bottom: 15px; */
}

.author-page .blog.full-blog.author-page {
    margin-top: 20px;
}

.authorlist_image_div {
    width: 120px;
    height: 120px;
    margin: 20px 0;
    margin-top: 40px;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center center!important;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: left;
    margin-right: 20px;
}

.author-page h1.blog-heading {
    padding-left: 140px;
    float: left;
    display: block;
    text-align: left;
    margin-top: -75px;
}

.atricle_page_cover .bloc-content img {
    /*width: 100%;*/
}

body.atricle_page_cover .author_img {
    width: 40px;
    height: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.left-top span.author-article {
    padding-left: 50px;
}

.profile.profile h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.profile .profile.profile {
    padding-bottom: 100px;
    display: table;
    width: 100%;
}

/* ---- .add_new_article ---- */
.add_new_article ul#com-content-formTabs {
    display: none;
}

.add_new_article ul.wf-editor-tabs.nav.nav-tabs li {
    float: l;
}

.add_new_article a.wf-editor-toggle {
    display: none;
}

.add_new_article a.btn.modal-button {}

.add_new_article a.btn.modal-button {
    background: transparent;
    color: #333;
}

.add_new_article div#editor-xtd-buttons {
    display: none;
}

.add_new_article div#publishing {
    margin-top: 15px;
}

.add_new_article .control-label{
    display: table;
    width: 20%!important;
}

.add_new_article .controls {
    display: table;
    width: 80%;
}

.add_new_article a.chzn-single {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.add_new_article .control-group {
    margin-bottom: 15px;
}

.add_new_article ul.wf-editor-tabs.nav.nav-tabs {
    border-bottom: 0px;
}

.add_new_article div#jm-content {
    width: 100%;
}

.add_new_article div#editor {
    width: 70%;
    float: left;
    display: table;
}

.add_new_article div#publishing, .add_new_article div#metadata, .add_new_article div#language {
    width: 30%;
    float: left;
    padding-left: 30px;
    display: table;
}

.add_new_article div.chzn-container, .add_new_article input{
    width: 100%!important;
}

.add_new_article input{
    padding: 0;
    text-indent: 10px;
}

.add_new_article div#publishing input, .add_new_article div#metadata input, .add_new_article div#language input {
    width: 100%;
}

.add_new_article a.modal.btn {
    background: transparent;
    color: #017761;
    margin-top: 0px;
    position: absolute;
    right: 8px;
    top: 2px;
    padding: 5px;
}

.add_new_article  .input-prepend.input-append {
    position: relative;
}


.add_new_article .media-preview.add-on {
    position: absolute;
    top: 11px;
    left: 9px;
    display: none;
}

.add_new_article button.btn {
    background: #017761;
    float: left;
    display: block;
    padding: 10px 20px;
    margin: 5px;
    margin-bottom: 50px;
}
.add_new_article a.btn.hasTooltip {
    display: none;
}

 /* ----- end style for .add_new_article ----- */


.connexion #jm-main.scheme_2 div#jm-content {
    width: 320px;
    margin: 70px auto;
    float: none;
    display: table;
}

.connexion .cont-maincontent.fadeIn {
    background: #f1f1f1;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 5px solid #017761;
    width: 300px;
    margin: 30px auto;
}

.connexion div.control-label {
    width: 100%!important;
    display: table;
    float: left!important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.connexion div.controls {
    width: 100%;
    display: table;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.connexion input {
    width: 100%;
    text-indent: 10px;
}

.connexion .connexion button.btn.btn-primary {
    width: 100%;
    line-height: 40px;
    background: #017761;
    margin: 15px auto 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* text-transform: uppercase; */
}

.connexion input#remember {
    width: auto;
    float: left;
    margin-top: 3px;
}

.connexion .jm-allpage-in {
    background: url('https://www.bbntimes.com/images/articles/London_3.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.connexion div#jm-mainpage-in,.connexion  div#jm-maincontent {
    background: transparent;
}
.category-tittle:before {
    margin-right: 10px;
}
.search-page fieldset.word {
    padding-left: 0;
}

.top-infos {
    display: table;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.cols-imgath {
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    float: left;
    width: 80px;
    height: 80px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cols-imgath img {

}

.cols-infoath {
    float: left;
    width: 62%;
    margin-left: 10px;
    margin-top: 20px;
}
.cols-infoath h4 {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #017761;
}
.cols-infoath h5 {
    color: #aaa;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
}
a.mailto:before {
    content: "\f0e0";
    font-family: FontAwesome;
    float: left;
}

a.user-articles:before {
    content: "\e946";
    font-family: MobiriseIcons !important;
}

a.user-articles {
    float: left;
    display: inline-block;
}

a.mailto {
    float: left;
    margin-right: 10px;
}
.containt-atinf {
    border: 1px solid #aaa;
    padding: 16px;
}

.desc-ath p {
    color: #000;
    text-align: center;
}
.containt-atinf .icons {
    display: table;
    margin: auto;
}

.containt-atinf .icons a:hover {
    color: #969ba2;
}
.containt-atinf .desc-ath p.hide,.containt-atinf .desc-ath .moins {
    display: none;
    text-align: center;
}
span.plus {
    color: #017761;
    margin-bottom: 20px;
    cursor: pointer;
}

.desc-ath {
    text-align: center;
    display: table;
    margin-bottom: 10px;
}
span.moins {
    color: #017761;
    cursor: pointer;
}
.top-author {
    display: table;
    width: 100%;
    float: left;
}
.author-infosgb {
    float: left;
    width: 80%;
    margin-top: 40px;
}
.author-infosgb .icons {
    margin-top: 0;
}
.author-infosgb h2 {
    font-size: 16px;
    line-height: normal;
}
.author-infosgb small {
    font-size: 12px;
}

.author-infosgb p {
    font-size: 13px;
    line-height: normal;
    color: #000;
    margin-bottom: 7px;
}
span.authorlist_email a {
    text-indent: -9999px;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    color: #017761;
}
span.authorlist_email a:before {
    content: url(../../../images/icons/ico-mail.png);
    font-family: FontAwesome;
    float: left;
    height: 18px;
}

span.authorlist_email a:before {
    background-image   : url(../../../images/icons/ico-mail.png);
    font-family: FontAwesome;
    float: left;
    height: 18px;
}
span.authorlist_email {
        display: table;
    background-image: url(../../../images/icons/ico-mail.png);
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.internepage  a.view-all ,.internepage .latest-articles-mod-title hr{
    display: none;
}
#jm-right #Mod476 .jm-module-in .jm-title-wrap .jm-title:before {
    content: "\f0ca";
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
    content: "\f007";
}

#jm-right #Mod476 .jm-module-in .jm-title-wrap .jm-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.full-blog.author-page #jm-right .jm-right-in {
  display: table;
  margin-top: 20px;
  width: 100%;
}

body.atricle_page_cover span {
    line-height: 25px;
}

body.atricle_page_cover .left-top .right-full-blog span {
    line-height: 25px;
}

.my-submissions #jm-right {
    display: none;
}
.my-submissions #jm-content {
    width: 100%;
    margin: 40px 0;
}
.my-submissions tbody > tr > td:not(:first-child) {
    text-align: center;
    padding: 10px 0;
}

.my-submissions  #table_frontend_user_article_list th {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.my-submissions #table_frontend_user_article_list {
    border-collapse: collapse;
    border: none;
}
.my-submissions tbody{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.my-submissions thead{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.my-submissions.eng_lang .icon-forward:before {
    content: 'End';
    font-style: normal;
}
.my-submissions.eng_lang .icon-step-forward:before {
    content: 'Next';
    font-style: normal;
}
.my-submissions.eng_lang .icon-backward:before {
    content: 'First';
    font-style: normal;
}
.my-submissions.eng_lang .icon-step-backward:before {
    content: 'Back';
    font-style: normal;
}


.my-submissions #jm-content #jm-maincontent .pagination ul li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
}
.my-submissions #jm-content #jm-maincontent .pagination ul li span.pagenav, 
.my-submissions #jm-content #jm-maincontent .pagination ul li .span.hasTooltip {
    color: #555555;
    border: 1px solid #555555;
    display: table;
}

.my-submissions #jm-content #jm-maincontent  .pagination ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: table;
    margin-top: 30px;
}
.my-submissions #jm-content #jm-maincontent  .pagination ul li a.pagenav,.my-submissions #jm-content #jm-maincontent  .pagination ul li a.hasTooltip {
    color: #fff;
    border: none;
    display: table;
    background-color: inherit;
    background-color: #017761;
    border: none;
}

.my-submissions #jm-content #jm-maincontent  .pagination ul li a{
    line-height: normal;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #017761;
}
.my-submissions #jm-content #jm-maincontent  .pagination ul li span{
    background-color: #017761;
    border: none;
    background: inherit;
}
.my-submissions #jm-content #jm-maincontent .pagination ul li.active span {
        background: inherit;
        color: #fff;
        background-color: #ccc;
}
.my-submissions #jm-content #jm-maincontent  .pagination ul li a:hover span,
.my-submissions #jm-content #jm-maincontent  .pagination ul li a:hover{
    border: none;
    background: inherit;
    background-color: #ccc;
    color: #fff !important;
}

/* Edit page */
.edit.item-page ul#com-content-formTabs {
    display: none;
}

.edit.item-page ul.wf-editor-tabs.nav.nav-tabs li {
    float: l;
}

.edit.item-page a.wf-editor-toggle {
    display: none;
}

.edit.item-page a.btn.modal-button {}

.edit.item-page a.btn.modal-button {
    background: transparent;
    color: #333;
}

.edit.item-page div#editor-xtd-buttons {
    display: none;
}

.edit.item-page div#publishing {
    margin-top: 15px;
}

.edit.item-page .control-label{
    display: table;
    width: 20%!important;
}

.edit.item-page .controls {
    display: table;
    width: 80%;
}

.edit.item-page a.chzn-single {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.edit.item-page .control-group {
    margin-bottom: 15px;
}

.edit.item-page ul.wf-editor-tabs.nav.nav-tabs {
    border-bottom: 0px;
}

.edit.item-page div#jm-content {
    width: 100%;
}

.edit.item-page div#editor {
    width: 80%;
    float: left;
    display: table;
}

.edit.item-page div#publishing, .edit.item-page div#metadata, .edit.item-page div#language {
    width: 30%;
    float: left;
    padding-left: 30px;
    display: table;
}

.edit.item-page div.chzn-container, .edit.item-page input{
    width: 100%!important;
}

.edit.item-page input{
    padding: 0;
    text-indent: 10px;
}

.edit.item-page div#publishing input, .edit.item-page div#metadata input, .edit.item-page div#language input {
    width: 100%;
}

.edit.item-page a.modal.btn {
    background: transparent;
    color: #017761;
    margin-top: 0px;
    position: absolute;
    right: 8px;
    top: 2px;
    padding: 5px;
}

.edit.item-page  .input-prepend.input-append {
    position: relative;
}
.edit.item-page  a.btn.hasTooltip {
    display: none;
}

.edit.item-page button.btn {
    background: #017761;
    float: left;
    display: block;
    padding: 10px 20px;
    margin: 5px;
    margin-bottom: 50px;
}
.edit.item-page td {
    padding: 14px;
}
.my-submissions .btn-filter {
    background: #017761;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
}
.my-submissions .filter-div select{
      margin-top: 14px;
      line-height: 30px;
      height: 40px;
}
.my-submissions .filter-div #filter_search {
    height: 32px;
    text-indent: 20px;
}
a.test:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
    color: #017761;
    font-weight: bold;
    content: "\f007";
}

.left-top .category-tittle {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.moduletable.normale-menu {
    display: table;
}

.portfolio .label-text{
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio .label-text span{
    position: absolute;
    font-size: 17px;
    line-height: 17px;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: normal;
}

#jm-content-topline-mod1 .mod-articles-category-readmore .mod-articles-category-date{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    position: absolute;
    top: 0px;
    color: #00765f;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 16px;
    font-weight: normal;
}

#jm-content-topline-mod1 .mod-articles-category-readmore .mod-articles-category-date:before{
    content: "\f017";
    font-family: FontAwesome;
    position: absolute; 
    left: 0px;
}

body.internepage.full-blog div#jm-content,
body.internepage.search-page div#jm-content{
    padding-bottom: 30px;
}

#jm-content-topline-mod3 .tab_content .articles-content .content-txt .display-hits,
#jm-content-topline-mod3 .tab_content .articles-content .content-txt .mod-articles-category-introtext{
    display: none;
}

#jm-content-topline-mod3 article.tab_content{
    display: none;
}
#jm-content-topline-mod3 article.tab_content:first-child{
    display: block;
}
.full-blog .pagination{
      display: none;
}
.homepage .category-module-dashboard li .content-img-intro a:before {
    background-color: rgba(0,0,0,0.2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
body.internepage.full-width.aboutUsPage.not_atricle_page_cover.eng_lang .bloc-content ul li:before{
  display:none;
}
.search-query.input-medium {
  top: 0;
  height: 30px;
}

.homepage .jm-header-slider-in .moduletable-dashboard ul.category-module-dashboard {
    margin: 0px;
}

body.atricle_page_cover .item-page > ul.lg-share{
    display:  table;
    margin: 15px 0px 0px;
    height: 40px;
    display: none;
}
.full-width .bloc-content #accordion1 ul li{
    display: none;
}
#jm-maincontent .lg-share i.rounded.fa.fa-envelope {
    background-color: #7d7d7d;
}

#jm-right .bannergroup.category-sponsored-content .jm-title-wrap .jm-titles{
  color: #363636;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#jm-right .bannergroup.category-sponsored-content .jm-title-wrap .jm-titles:before{
    border: 1px solid #017761;
    width: 90px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    font: normal normal normal 14px/1 FontAwesome;
    color: #017761;
    margin-right: 6px;
    content: "";
}
#jm-right .bannergroup.category-sponsored-content .jm-title-wrap .jm-titles:after{
    content: "";
    margin-right: 0;
    border: 1px solid #dddddd;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bannergroup.category-sponsored-content span.ico-advertising{
  display: none;
}
