@charset "UTF-8";

/*
Name: Style de démo
URL: http://github.com/Darklg/CSSCommon
License: MIT
*/

/* ----------------------------------------------------------
   Contenu
   ------------------------------------------------------- */

.fork_me {
    visibility: visible;
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.99;
}

@media(max-width:1180px) {
    .fork_me {
        visibility: hidden;
        opacity: 0;
    }
}

#header {
    margin-bottom: 15px;
    padding-top: 10px;
}

.cssc-is-responsive #header {
    padding-top: 20px;
    padding-bottom: 10px;
}

.container-about {
    margin: 20px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #d5d5d5;
    border-width: 1px 0;
    background-color: #f5f5f5;
}

.container-about .cssc-button {
    text-transform: none;
}

.container-about .cssc-content {
    padding-bottom: 20px;
}

.block-content + .block-content {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #f0f0f0;
}

.block-content:last-child {
    padding-bottom: 50px;
}

/* ----------------------------------------------------------
  Grilles
---------------------------------------------------------- */

.grid-label {
    display: block;
    margin-bottom: 20px;
    min-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    background-color: #d0d0d0;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
}

.double-grid-label {
    height: 80px;
    line-height: 80px;
}

.grid-label-even,
.cssc-grid .cssc-grid .grid-label {
    background-color: #e0e0e0;
}

/* ----------------------------------------------------------
   Push
   ------------------------------------------------------- */

#bc-grid .cssc-grid p {
    margin-bottom: 20px;
}

.block-content-push .cssc-grid {
    margin-bottom: 20px;
}

.block-content-push pre {
    margin-bottom: 8px;
}

/* Exemple de push */

.push-double,
.push-simple {
    width: 300px;
    height: 100px;
}

.push-double .before,
.push-simple {
    background-image: url(/prx/000/http/csscommon.com/images/300x100-black.png);
}

.push-double .after,
.push-simple .after {
    background-image: url(/prx/000/http/csscommon.com/images/300x100-grey.png);
}

/* ----------------------------------------------------------
   Formulaires
   ------------------------------------------------------- */

.cssc-form {
    padding-right: 40px;
    max-width: 450px;
}

/* ----------------------------------------------------------
   Divers
   ------------------------------------------------------- */

.demo-ir {
    width: 300px;
    height: 60px;
    background-image: url(/prx/000/http/csscommon.com/images/300x60-blue.gif);
}

/* ----------------------------------------------------------
   Block Content : fichier utilisé
   ------------------------------------------------------- */

.bkch-aside {
    float: right;
    font-size: 12px;
}

/* ----------------------------------------------------------
   Layouts
   ------------------------------------------------------- */

.liste-widgets {
    overflow: hidden;
}

.liste-widgets > li + li {
    padding-top: 10px;
}

#bc-responsive .cssc-lay,
#bc-layouts .cssc-lay {
    margin-bottom: 20px;
}

/* Couleurs pour le Debug */

#bc-responsive .cssc-lay,
#bc-layouts .cssc-lay {
    background-color: #d0d0d0;
}

#bc-responsive .cssc-lay > .col-main,
#bc-layouts .cssc-lay > .col-main {
    background-color: #e0e0e0;
}

#bc-responsive .cssc-lay > .col-side,
#bc-layouts .cssc-lay > .col-side {
    background-color: #f0f0f0;
}

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

.icn-settings {
    width: 16px;
    background: transparent url(/prx/000/http/csscommon.com/images/icn-settings.png) no-repeat center center;
}