/*
Theme Name: Cloud MECI - version One
Theme URI: 
Description: Présentation du Cloud MECI pour la gamme d'appareils SM@RT U'.
Author: Eiffage Energie Systèmes - MECI
Author URI: http://www.meci.fr/
Version: 1.18.1
Tags: MECI, SM@RT U, comptage, RTU, enregistrement, MyMeci Cloud, MyMeci
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
Use Highcharts 8.2.0
.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Content
 * 6.0 - Sidebar
 * 7.0 - Footer
 * 8.0 - Featured Content
 * 9.0 - Comments
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */

* {
    padding: 0;
    margin: 0;
    font-family: helvetica;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #ffffff;
    min-height: 100%;
    margin: 0 0 2px;
}

a, p, ul, ol, li, img, span, strong, em, article, section {
    border: 0px none;
    outline: 0px none;
    vertical-align: baseline;
    font: inherit;
}

div, article, section {
    color: #76797c;
}

a:focus {
    outline: thin dotted;
}

a:link {
    text-decoration:none
}

/**
 * 2.0 - Basic Structure
 *
 * -----------------------------------------------------------------------------
 */

#wrapper {
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

#wrapper .content-area {
    max-width: calc(100% - 450px);
    width: 100%;
}

#wrapper .content-area, #wrapper .sidebar {
    float: left;
}

#wrapper .sidebar {
    width: 450px;
}

.title {
    display: block;
}

/**
 * 3.0 - Header
 *
 * -----------------------------------------------------------------------------
 */

.site-header .site-title {
    margin-bottom: 10px;
}

.site-header .site-title {
    margin-bottom: 10px;
}

.site-header .site-title a {
    color: #223A7D;
    text-decoration: none;
}

.site-header .site-title a:hover {
    text-decoration: underline;
}

.site-header .site-description {
    color: #708090;
    font-size: 16px;
}

#zone-meci-header {
    background: url("images/header-home.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 224px;
}

.site-header .logo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.logo img {
    margin: 30px 10px;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 52px 0 10px;
}

/**
 * 4.0 - Navigation
 *
 * -----------------------------------------------------------------------------
 */

.site-header .navigation {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #76797C;
}

.menu1 {
    width: calc(100% - 18px);
    height: auto
}

.menu2 {
    display: inline;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #76797C;
}

#zone-meci-menu ul {
    display: table;
    float: left;
    table-layout: fixed;
    line-height: 1;
    z-index: 497;
    list-style: outside none none;
    background-image: linear-gradient(#5d5d5d, #747474, #313131);
}

#zone-meci-menu ul ul {
    background-color: #76797C;
    float: left;
    margin: 0px;
    position: absolute;
    left: -999em;
    z-index: 99999;
}

#zone-meci-menu li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
    white-space: normal;
    float: none;
}

#zone-meci-menu li li > a {
    padding-right: 8px;
    padding-left: 2px;
}

#zone-meci-menu ul li:hover > ul,
#zone-meci-menu ul li.focus > ul {
    left: auto;
}

#zone-meci-menu li {
    display: table-cell;
    float: none;
    text-align: center;
    margin: 0px 0px 0px 0.5em;
    position: relative;
    z-index: 498;
}

#zone-meci-menu li a {
    color: #FFF;
    font-family: helvetica;
    font-size: 15px;
    text-decoration: none;
    display: block;
    height: 31px;
    font-weight: 200;
    width: auto;
    float: none;
    line-height: 30px;
    text-shadow: 2px 2px 2px #000;
    border-right: 1px solid #535252;
    border-left: 1px solid #535252;
}

.site-header .navigation ul > li:hover,
.site-header .navigation ul > li.focus > a {
    background: #535252;
}

.menu2 a {
    display: block;
    position: relative;
}

nav.navigation:before, nav.navigation:after {
    content: "";
    display: table;
}

nav.navigation:after {
    clear: both;
}

/**
 * 5.0 - Content
 *
 * -----------------------------------------------------------------------------
 */

.main-content {
    margin: 5px;
    display: block;
}

.type-post {
    text-align: justify;
}

h1#page-title {
    border-bottom: 3px solid #223a7d;
    color: #000;
    font-family: helvetica;
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 12px;
}

#content {
    margin-left: 10px;
}

.entry-content {
    color: #2d333a;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

h2.entry-title, h2.entry-title a {
    color: #22387a;
    font-size: 20px;
    font-weight: 200;
    line-height: 22px;
    margin-bottom: 10px;
    text-decoration: none;
}

h2.node-title a:hover {
    color: #000;
}

.hentry:before, .hentry:after, .entry-content:before, .entry-content:after {
    content: "";
    display: table;
}

.hentry:after {
    clear: both;
}

.entry-meta {
    clear: both;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33333;
    text-transform: uppercase;
}

.entry-meta a {
    color: #767676;
    text-decoration: none;
}

.objet_comptage:before {
    content: "\f3c9";
    font: meci;
    display: inline;
}

.entry-date a:before, .entry-comment a:before, .entry-author a:before, .entry-choose a:before {
    margin-right: 1px;
    position: relative;
    top: 1px;
    display: inline-block;
    font: 16px/1 dashicons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

.entry-tag a:before {
    margin-right: 1px;
    position: relative;
    top: 1px;
    display: inline-block;
    font: 16px/1 meci;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

.entry-date a:before {
    content: "\0020\f321\0020";
    display: inline;
}

.entry-comment a:before {
    content: "\0020\f101\0020";
    display: inline;
}

.entry-author a:before {
    content: "\0020\f110\0020";
    display: inline;
}

.entry-choose a:before {
    content: "\0020\f179\0020";
    display: inline;
}

.entry-tag a:before {
    content: "\0020\f032\0020";
    display: inline;
}

.entry-content ul {
    margin-left: 10px;
    list-style-type: none;
}

.entry-content ul li:before {
    content: "\f3c9";
    font: 8px/1 meci;
    display: inline;
    padding-right: 4px;
}

.post-nav {
    color: #555;
    cursor: default;
    display: block;
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.post-nav .tablenav-pages {
    color: #555;
    cursor: default;
    font-size: 12px;
    line-height: 30px;
}

.post-nav .displaying-num {
    color: #777;
    font-size: 12px;
    font-style: italic;
    margin-right: 2px;
}

.post-nav .tablenav-pages a {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px 3px;
}

.post-nav .tablenav-pages a:focus, .post-nav .tablenav-pages a:hover {
    background: #2ea2cc none repeat scroll 0 0;
    color: #fff;
}

.post-nav .tablenav-pages a.disabled, .post-nav .tablenav-pages a.disabled:active, .post-nav .tablenav-pages a.disabled:focus, .post-nav .tablenav-pages a.disabled:hover {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    color: #aaa;
}

.post-nav .tablenav-pages a, .tablenav-pages span.current {
    padding: 3px 6px;
    text-decoration: none;
}

.tablenav-pages .current-page {
    padding-top: 0;
    text-align: center;
}

.post-nav .screen-reader-text, .post-nav .screen-reader-text span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**
 * 6.0 - Sidebar
 *
 * -----------------------------------------------------------------------------
 */

.sidebar {
    box-sizing: border-box;
    color: #2d333a;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
}

.sidebar .widget {
    background: none repeat scroll 0 0 white;
    margin-bottom: 20px;
    padding: 12px 20px 20px 20px;
}

.sidebar li {
    list-style: outside none none;
}

.sidebar .widgettitle, .sidebar .widgettitle a {
    border-bottom: 3px solid #223a7d;
    color: #000;
    font-family: helvetica;
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/**
 * 7.0 - Footer
 *
 * -----------------------------------------------------------------------------
 */

#zone-footer-wrapper {
    background-color: #E9E9E9;
    border-top: 10px solid #B3A9A0;
    margin-top: 30px;
    padding-top: 50px;
}

.footer-separation {
    background-image: linear-gradient(to left, #e8e8e8, #958b84, #e8e8e8);
    width: calc(100% - 20px);
    height: 2px;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}

.site-info {
    color: #76797C;
    display: block;
    font-family: helvetica;
    font-size: 12px;
    text-align: center;
}

.site-info a {
    color: #000;
}

.site-info a:hover {
    text-decoration: none;
}

/**
 * 8.0 - Featured Content
 *
 * -----------------------------------------------------------------------------
 */

figure {
    width: 100%;
    margin: 8px auto;
}
 
div.cartography {
    width: 100%;
    padding-bottom: 75%; /* 4:3 */
    position: relative;
    background: black;
}
 
div.cartography > div {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    color: white;
    font-size: 24px;
    text-align: center;
}

.form-widget input[type="submit"], .widget a.button, .widget .login-submit input[type="submit"] {
    border-radius: 11px;
    background: -moz-linear-gradient(center top , #FFF 0%, #DDD 100%) repeat scroll 0% 0% transparent;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #DDD #BBB #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0px none;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: 0px 1px 1px #FFF;
    width: auto;
  
}

.form-widget input:hover, .widget a.button:hover, .widget .login-submit input[type="submit"]:hover {
    background: none repeat scroll 0 0 #ffffff;
}

/**
 * 9.0 - Comments
 *
 * -----------------------------------------------------------------------------
 */

.entry-comment .bypostauthor .vcard {
    color: white;
    background: #328ebe;
}

.entry-comment #comments {
    padding-top: 30px;
    padding-top: 0;
}

.entry-comment .comment-form-comment label {
    display: block;
}

.entry-comment .comment-form-comment textarea {
    max-width: 100%;
}

.entry-comment form input[type="text"],
.entry-comment form textarea {
    background: #f1f3f4;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.entry-comment form textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-comment form label small {
    font-size: 14px;
    margin-left: 10px;
}

.entry-comment form p {
    margin-bottom: 5px;
}

.entry-comment h3,
.entry-comment p {
    margin-bottom: 30px;
}

.entry-comment #respond h3 {
    clear: both;
    margin-bottom: 10px;
}

.entry-comment #respond form label {
    display: block;
}

.entry-comment #respond #submit {
    display: inline-block;
    border: none;
    background: #328ebe;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.entry-comment #respond #submit:hover {
    background: #277096;
}

.entry-comment .commentmetadata {
    margin-bottom: 10px;
}

.entry-comment .commentlist,
.entry-comment .children {
    margin: 0;
}

.entry-comment .commentlist li,
.entry-comment .children li {
    list-style: none;
}

.entry-comment .commentlist > li {
    padding-left: 0;
}

.entry-comment .comment {
    padding-left: 20px;
}

.entry-comment .comment-body {
    background: #f1f3f4;
    padding: 20px;
    margin-bottom: 20px;
}

.entry-comment .comment-author {
    margin: -20px;
    margin-bottom: 20px;
    line-height: 32px;
    padding: 10px;
    background: #e3e6e9;
}

.entry-comment .comment-author cite {
    font-style: normal;
}

.entry-comment .comment-author img {
    margin-right: 10px;
}

.entry-comment .reply:after {
    content: '';
    clear: both;
    display: table;
}

.entry-comment .reply a {
    margin: 3px;
    padding: 5px 20px;
    background: #e3e6e9;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    color: #2d333a;
    font-size: 14px;
    border-bottom: 3px solid #b8c0c8;
    float: right;
}

.entry-comment .reply a:hover {
    border-bottom: 3px solid #9ba7b2;
}

.comment-meta {
    clear: both;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33333;
    text-transform: uppercase;
}

.comment-meta a {
    color: #767676;
    text-decoration: none;
}
