/*--------------------------------------------------------------
# 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 ***********************/

body {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
  background: #ffffff;
  font-family: 'calibri' !important;
  
    color: #595959 !important;
  
    background: #4f565b;
  font-size: 14px !important;
}

#jm-allpage {
  position: relative;
  /* background: #ffffff; */
  border-top: 9px solid rgb(0,0,0);
  z-index: 10;
}

#jm-topline-mods {
  background: rgba(0,0,0,0.2);
  /* border-bottom: none; */
  color: #ffffff;
  padding: 0px;
  line-height: 16px;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0px;
}

#jm-topline-left {
  float: left;
  width: 55%;
}

#jm-topline-left.notopline_r {
  width: 100%;
}

#jm-topline-right {
  float: right;
  width: 45%;
}

#jm-topline-right.notopline_l {
  width: 100%;
}

#jm-topline-mod2,
#jm-topline-mod3 {
  float: right;
  text-align: right;
}

.jm-allpage-in {
    margin: 0 auto;
    padding: 0 0px;
}

#jm-djmenu {
    margin-bottom: 0px;
    float: right;
    margin-top: 6px;
}

#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;
}

/** toppage **/

#jm-toppage-wrap {
    margin: 0px 0 0px;
}

#jm-toppage-in {
  position: relative;
  z-index: 1;
}

#jm-toppage-left {
  float: left;
  width: 26%;
}

#jm-toppage-right {
  float: right;
  width: 70%;
}

#jm-social {
  float: right;
  padding-right: 10px;
  /* width: 58%; */
}

#jm-social.nosearch {
  padding: 0;
}

#jm-search {
  float: right;
}

/** header **/

.jm-header-slider {
    width: 75%;
    float: left;
  
    /* margin-bottom: 20px; */
}

#jm-header-mod {
    width: 25%;
    float: right;
}

/** mainpage **/

#jm-left,
#jm-right {
  float: left;
}

#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
  float: left;
}

#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 {
  padding-bottom: 26px;
  /*background: rgba(0,0,0,0.5);*/

  background-image:    -moz-linear-gradient(left top, rgb(0,0,0), rgb(0,118,163) 100%);   /* Compatible pour Mozila firefox  */
      background-image: -webkit-linear-gradient(left top, rgb(0,0,0), rgb(0,118,163) 100%);  /* Compatible pour Google Chrome  */ 
      /*background-image:     -ms-linear-gradient(left top, rgb(255, 0, 0), rgb(0, 0, 0) 80%);
      /*background-image:      -o-linear-gradient(left top, rgb(64, 0, 128), rgb(0, 0, 0) 100%);  /* Compatible pour Opéra */    
      /*background-image:         linear-gradient(left top, rgb(255, 0, 0), rgb(0, 0, 0) 80%);    */
}

/** bottompage **/

#jm-bottompage {
    background: #fff;
}

#jm-bottom3 {
    border-top: 1px solid #d5d5d5;
  padding: 20px 0;  
}

#jm-footer {
   padding: 10px 0 0px;
   background: #4f565b;
}

#jm-copyrights {
  float: left;
}

#jm-poweredby-stylearea {
  float: right;
  margin-right: 12px;
}

#jm-stylearea {
  padding-top: 10px;
  float: right;
}

#jm-back-top {
  position: fixed;
  bottom: 50px;
  right: 0;
  margin-right: 50px;
}

/** 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-mod.jm-mod-fluid .jm-module {
    padding-left: 0;
}

/** clearing **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */ * html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */

.clr, .clear, .jm-clear {
    clear: both;
}

div#jm-toppage {
  width: 100%;
  margin: auto;
  background: #fff;
}

