/**
 * body
 */
html body {
  color: #333;
  font-size: 14px;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * ul, li
 */
.region-content-top-1 ul,
.region-content-top-2 ul,
.region-content ul,
.region-bottom-first ul,
.region-bottom-second ul,
.region-content-top-1 li,
.region-content-top-2 li,
.region-content li,
.region-bottom-first li,
.region-bottom-second li {
  line-height: 25px;
}

/**
 * h1..h6
 */
.region-content-top-1 h1,
.region-content-top-2 h1,
.region-sidebar-first h1,
.region-sidebar-second h1,
.region-content h1,
.region-bottom-first h1,
.region-bottom-second h1 {
  margin-top: 0.67em;
  margin-bottom: 0.33em;
}

.region-content-top-1 h2,
.region-content-top-2 h2,
.region-sidebar-first h2,
.region-sidebar-second h2,
.region-content h2,
.region-bottom-first h2,
.region-bottom-second h2 {
  margin-top: 0.83em;
  margin-bottom: 0.5em;
}

.region-content-top-1 h3,
.region-content-top-2 h3,
.region-sidebar-first h3,
.region-sidebar-second h3,
.region-content h3,
.region-bottom-first h3,
.region-bottom-second h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.region-content-top-1 h4,
.region-content-top-2 h4,
.region-sidebar-first h4,
.region-sidebar-second h4,
.region-content h4,
.region-bottom-first h4,
.region-bottom-second h4 {
  margin-top: 1.33em;
  margin-bottom: 0.5em;
}

.region-content-top-1 h5,
.region-content-top-2 h5,
.region-sidebar-first h5,
.region-sidebar-second h5,
.region-content h5,
.region-bottom-first h5,
.region-bottom-second h5 {
  margin-top: 1.67em;
  margin-bottom: 0.67em;
}

.region-content-top-1 h6,
.region-content-top-2 h6,
.region-sidebar-first h6,
.region-sidebar-second h6,
.region-content h6,
.region-bottom-first h6,
.region-bottom-second h6 {
  margin-top: 2.33em;
  margin-bottom: 1em;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin-top: 0;
}

.panel-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

blockquote {
  margin: 6px 0 12px;
  padding: 6px 20px;
  font-size: inherit;
  border-left: 5px solid #d8d8d8;
}

blockquote h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

pre {
  padding: 9px 12px;
  margin: 6px 0 12px;
  line-height: normal;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

img.img-illustration {
  margin: 0.5em 0.5em 1em;
  max-width: 85% !important;
  max-height: 280px;
}

img.img-illustration.fixed-width {
  margin: 0.5em 0.5em 1em;
  max-height: 85%;
  max-width: 350px !important;
}

.multiple-illustrations > figure,
.multiple-illustrations > p,
.multiple-illustrations > div {
  display: inline-block;
}


/**
 * Content Header Image
 */
.content-header-wrapper {
  display: block;
  text-align: center;
}

.content-header {
  display: inline-block;
  max-height: 300px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin: 0;
}

.content-header img {
  margin: 0;
  max-width: 100%;
}


/**
 * layout
 */

/* First header */
@media (min-width: 768px) and (max-width: 991px) {
  #section-top-panel .container {
    width: 100%;
  }
  #section-top-panel .socialTops {
    float: none;
  }
  #section-top-panel .socialTops ul {
    padding-left: 0;
  }
  #section-top-panel .socialTops li:first-child {
    margin-left: 0;
  }
}

#section-header .container:after {
  background: none !important;
}

.block-simple-login .content {
  color: #999;
}
#block-simple-login-simple-login {
  display: inline-block;
}

/*
html #section-top-panel .region-toppanel-third {
  width: 33% !important;
}
*/

#section-top-panel .region-toppanel-second {
  float: left !important;
}

#section-latest {
  background: none !important;
}

.sh-recent-project .slide {
  border: 1px solid #ebebeb;
  box-shadow: 1px 1px 1px rgba(30, 30, 30, 0.1);
}

.style-box-user .block-contents {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

#comments .comment .user-picture {
  height: auto !important;
  width: auto !important;
}

#comments .comment .user-picture img {
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
  width: auto !important;
}

legend {
  margin-bottom: auto !important;
}

/** 
 * Menu
 */

/* fix for small screen */ 
@media (min-width: 992px) and (max-width: 1500px) {
    .superhero-dropdown ul ul {
        min-width: 0;
        width: 200px;
    }
    .superhero-dropdown ul ul ul {
        left: 200px;
    }
  .superhero-dropdown ul ul ul ul {
    left: -180px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.325);  
    width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
    .superhero-dropdown ul ul ul {
        left: -180px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.325);  
        width: 180px;
    }
}
@media screen and (min-width: 993px) {
  .superhero-dropdown ul li + li + li + li ul {
    right: 0;
  }
}


/* footer */
html #section-bottom2 {
  background-color: #424242;
  margin-top: 30px !important;
  /* margin-bottom: 20px !important; */
}
html #section-footer {
  background: rgba(56, 55, 55, 1);
  padding-top: 15px;
  padding-bottom: 12px;
}

/* content */
#section-content {
  min-height: 500px;
}

.region-content h1.title {
  display: block;
  margin: 0 0 1em;
}

.region-content ul,
.region-content ol {
  margin-top: 14px;
  margin-bottom: 18px;
}

/**
* admin
*/
html #overlay-container,
html .overlay-modal-background,
html .overlay-element {
  z-index: 1000;
}
html .overlay-element {
  z-index:1001;
}
#admin-menu {
 font-size: 12px;
}
#admin-menu .dropdown a,
#admin-menu .dropdown li > span {
 padding: 5px 11px;
}




/**
* Element
*/
/* link */
html body a {
  color: #2282BA;
}

/* table */
html tr.even,
html tr.odd {
  background-color: #FAFAFA;
}

/* input color */
html textarea,
html input[type="text"],
html input[type="password"],
html input[type="datetime"],
html input[type="datetime-local"],
html input[type="date"],
html input[type="month"],
html input[type="time"],
html input[type="week"],
html input[type="number"],
html input[type="email"],
html input[type="url"],
html input[type="search"],
html input[type="tel"],
html input[type="color"] {
  border: 1px solid #D3D3D3;
}

.new {
  color: #F00;
}

/* search */
html #section-top-panel #search-block-form input[type="text"] {
  background: url(../images/bg_search.png) no-repeat left 3px center #fff;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #FFF;
}

/* btn */
@media (min-width: 740px) {
  #user-login #edit-actions {
    float: left;
    margin-right: 22px;
  }
  #block-connector-one-click-block {
    margin-top: 0;
  }
}
#edit-submit--2.btn:focus,
#edit-submit--2.btn,
#block-connector-one-click-block .connector-button:focus,
#block-connector-one-click-block .connector-button {
  color: #fff;
  display: inline-block;
  font-family: 'open_sansbold';
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  margin: 0 10px 0 0;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  background: #247BAD;
  outline: none;
}
#edit-submit--2.btn:hover,
#block-connector-one-click-block .connector-button:hover {
  background: #3098D4;
  color: #fff;
}

.btn-primary {
  transition: initial;
}

.btn-primary:active, .btn-primary.active {
  background-color: #247bad;
}

/* btn autentification */
.connector-button.connector-button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
  font-size: 19px;
}
.connector-button.oauthconnector-facebook:before {
  content: "\f082";
  color: #3B5998;
}
.connector-button.oauthconnector-google:before {
  /* content: "\f1d3"; */
  content: "\f0d4";
  color: #BD3927;
}
.connector-button.connector-button:before:hover,
.connector-button.connector-button:hover:before {
  opacity: 0.7;
}
@media (max-width: 630px) {
  #block-connector-one-click-block .oauthconnector-google {
    margin-top: 10px;
    width: 100%;
  }
  #user-login input,
  #user-login .btn,
  #block-connector-one-click-block .btn {
    width: 100%;
  }
}

/* check-list */
div.check-list ul li a {
    color: #6a6a6a !important;
}
.check-list ul {
    position: relative;
}
.check-list ul li:before {
    position: absolute;
    left: -25px;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: initial !important;
  margin-left: -20px !important;
  margin-right: 6px !important;
}

input.form-checkbox,
input.form-radio {
  vertical-align: -10% !important;
}

label.radio,
label.checkbox {
  padding-left: 0 !important;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: inherit !important;
  margin-left: auto !important;
  margin-right: 8px;
}

td.radio,
th.radio,
td.checkbox,
th.checkbox {
 display: table-cell !important;
 padding-left: initial !important;
}

/* icon */ 
.fa {
    margin-right: 5px;
}


/* listes */ 
.block-block.contextual-links-region ul {
    padding-left: 0;
}




/**
* homepage
*/
html .view-latest-news .bx-viewport {
  height: inherit !important;
}

/* latest news*/ 
.view-latest-news .article-info-image {
  min-height: 138px;
}

.jm-last-news h3.block-title, .jm-last-news .block-contents h3.block-title {
  background: url("../../corporate/images/bg_title1.gif") no-repeat left center rgba(0, 0, 0, 0);
  padding: 5px 0 5px 45px;
}


/**
* forum
*/
.logged-in .region-postcontent-first {
  width: 100%;
}

.page-forum .action-links {
  padding-left: 0;
}
.page-forum .action-links li {
  display: inline-block;
  margin-left: 10px;
}
.page-forum .action-links li:first-child {
  margin: 0;
}
.page-forum .action-links li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin: 10px 5px 15px 0;
}
.page-forum .action-links li a[href*="node/add"]:before {
  content: "\f044";
  font-size: 17px;
  position: relative;
  top: 1px;
}

.forum-tuning .flag-subscribe-forum-all a:before,
.forum-tuning .flag-subscribe-forum-term a:before {
  font-size: 16px !important;
}

html #forum td.forum .icon {
  margin-top: 3px;
}
html #forum .name {
  margin-top: 5px;
}
html #forum .name > a {
  font-size: 15px;
  margin-top: 2px;
}
html #forum thead th {
  padding-right: 7px;
}


html #forum .description {
  line-height: 1.6;
  margin: 3px 0.5em 0.4em 0;
}
html #forum .container {
  background: #eee;
  padding: 0.8em 1.6em;
  font-weight: bold;
}
html #forum .container > .name > a {
  text-transform: uppercase;
}

[class^="flag-subscribe-forum-"] > div,
[class^="flag-subscribe-forum-"] > fieldset {
  padding-bottom: 2em;
}

#flag-subscribe-forum-edit-form .form-item {
  margin: 0;
}

.flag-subscribe-forum-all label {
  font-weight: bold;
}

.flag-subscribe-forum-term-container {
  background-color: #eee;
  padding: 0.4em 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.flag-subscribe-forum-term-forum {
  background-color: #fafafa;
  padding: 0.2em 1.2em;
  border-bottom: 1px solid #ccc;
}

.flag-subscribe-forum-all > div,
.flag-subscribe-forum-term-forum > div {
  display: inline;
}


/**
 * Search
 */

.page-search.page-search-node h2 {
  display: none;
}
.page-search.page-search-node .form-type-textfield.form-item-keys {
  display: inline-block;
  margin-right: 14px;
}
.search-results.node-results {
  padding-left: 0;
}
.search-result {
  margin-top: 30px;
}
.search-results .search-snippet-info {
 padding-left: 0;
}

/* picto */
.search-result[class^="fa-"]:before, 
.search-result[class*=" fa-"]:before {
  font-family: FontAwesome;
  color: #2282BA;
  font-size: 1.45em;
  min-width: 1.2em;
  display: inline-block;
  margin-bottom: 7px;
}
.title  {
  display: inline;
}
.search-results [class^="fa-"] .title,
.search-results [class*=" fa-"] .title  {
  display: inline;
}

form.webform-client-form input, 
form.webform-client-form select {
  max-width: 100%;
  float: right;
  width: 380px;
}

form.webform-client-form .webform-component-file input {
  float: none;
}

form#user-register-form input,
form#user-register-form select {
  width: 380px;
}

form.webform-client-form textarea {
  resize: vertical;
}

#forum-node-form .vertical-tabs {
  display: none;
}

/**
 * Pricing tables
 */
@media (max-width: 992px) and (min-width: 360px) {
  body #jm-pricingTables div.jm-pricingItem {
    width: 50%;
    margin: 20px 0;
  }
}

#jm-pricingTables div.jm-pricingItem {
  width: 25%;
}

#jm-pricingTables div.jm-pricingItem ul.jm-pricingList {
  border-bottom: initial;
  margin-top: initial;
  margin-bottom: initial;
  height: 100px;
}

#jm-pricingTables div.jm-pricingItem ul.jm-pricingList li {
  font-size: 1em;
}

#jm-pricingTables div.jm-pricingButton {
  float: left;
  width: 100%;
  margin: 28px 0 6px;
}

/**
 * Misc
 */
.width10 {
  width: 10% !important;
}

.width20 {
  width: 20% !important;
}

.width30 {
  width: 30% !important;
}

.width40 {
  width: 40% !important;
}

.width50 {
  width: 50% !important;
}

.width60 {
  width: 60% !important;
}

.width70 {
  width: 70% !important;
}

.width80 {
  width: 80% !important;
}

.width90 {
  width: 90% !important;
}

.ds-field-img-rounded img {
  border-radius: 6px;
}

.ds-margin-top-5 {
  margin-top: 5px;
}

.ds-margin-right-5 {
  margin-right: 5px;
}

.ds-margin-bottom-5 {
  margin-bottom: 5px;
}

.ds-margin-left-5 {
  margin-left: 5px;
}

.ds-margin-top-10 {
  margin-top: 10px;
}

.ds-margin-right-10 {
  margin-right: 10px;
}

.ds-margin-bottom-10 {
  margin-bottom: 10px;
}

.ds-margin-left-10 {
  margin-left: 10px;
}

.ds-margin-top-20 {
  margin-top: 20px;
}

.ds-margin-right-20 {
  margin-right: 20px;
}

.ds-margin-bottom-20 {
  margin-bottom: 20px;
}

.ds-margin-left-20 {
  margin-left: 20px;
}

.ds-margin-top-30 {
  margin-top: 30px;
}

.ds-margin-right-30 {
  margin-right: 30px;
}

.ds-margin-bottom-30 {
  margin-bottom: 30px;
}

.ds-margin-left-30 {
  margin-left: 30px;
}

.ds-margin-top-40 {
  margin-top: 40px;
}

.ds-margin-right-40 {
  margin-right: 40px;
}

.ds-margin-bottom-40 {
  margin-bottom: 40px;
}

.ds-margin-left-40 {
  margin-left: 40px;
}

.ds-padding-top-5 {
  padding-top: 5px;
}

.ds-padding-right-5 {
  padding-right: 5px;
}

.ds-padding-bottom-5 {
  padding-bottom: 5px;
}

.ds-padding-left-5 {
  padding-left: 5px;
}

.ds-padding-top-10 {
  padding-top: 10px;
}

.ds-padding-right-10 {
  padding-right: 10px;
}

.ds-padding-bottom-10 {
  padding-bottom: 10px;
}

.ds-padding-left-10 {
  padding-left: 10px;
}

.ds-padding-top-20 {
  padding-top: 20px;
}

.ds-padding-right-20 {
  padding-right: 20px;
}

.ds-padding-bottom-20 {
  padding-bottom: 20px;
}

.ds-padding-left-20 {
  padding-left: 20px;
}

.ds-padding-top-30 {
  padding-top: 30px;
}

.ds-padding-right-30 {
  padding-right: 30px;
}

.ds-padding-bottom-30 {
  padding-bottom: 30px;
}

.ds-padding-left-30 {
  padding-left: 30px;
}

.ds-padding-top-40 {
  padding-top: 40px;
}

.ds-padding-right-40 {
  padding-right: 40px;
}

.ds-padding-bottom-40 {
  padding-bottom: 40px;
}

.ds-padding-left-40 {
  padding-left: 40px;
}

body textarea {
  text-indent: 0;
}

