/*
Theme Name:         Gable2
Theme URI:          http://www.rootstheme.com/
Description:        Roots is a starting WordPress theme made for developers that's based on HTML5 Boilerplate and Bootstrap. <a href="https://github.com/retlehs/roots/contributors">Contribute on GitHub</a>
Version:            6.3.0
Author:             Ben Word
Author URI:         http://benword.com/
Template:           roots
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


/*base*/
  body {
      background: url(img/bg.jpg);
      background: #fff;
      font-family: 'Neucha', cursive;
  }
  h1,
  h2,
  h3,
  h4 {
      font-weight: normal;
      line-height: 30px;
  }
  .content {
      margin-top: 0px;
  }
  a {color: #d3222a;}
  a:hover {text-decoration: none;color: #333;
  }

  iframe {border: none;}

/*langue*/
  .langue {
      float: right;
      margin-top: 56px;
  }

/*header*/

.banner {
    margin-bottom: 40px;
}

/*nav*/
  .navbar-inner {
      background: none;
      margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-static-top .navbar-inner {
      box-shadow: none;
      border: none;
  }
  .navbar .brand {
      padding: 0px 0;
      margin-top: 15px;
  }
  .nav-main {
      float: right;
      font-size: 21px;
  }
  .navbar .nav > li {
      height: 70px;
      margin-left: 10px;
  }
  .navbar .nav > li > a {
      color: #000;
      text-shadow: none;
      padding-top: 55px;
  }
  .navbar .nav > li > a:hover {
      color: #d3222a;
  }
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
      background-color: transparent;
      color: #D3222A;
      box-shadow: none;
  }
  li.menu-news {
      background: url(img/menu-news.png) 15px 10px no-repeat;
  }
  li.menu-disk {
      background: url(img/menu-disques.png) 15px 0px no-repeat;
  }
  li.menu-tour,
  li.menu-dates {
      background: url(img/menu-dates.png) 5px 15px no-repeat;
  }
  li.menu-videos {
      background: url(img/menu-video.png) 5px 0px no-repeat;
  }
  li.menu-gift,
  li.menu-cadeaux {
      background: url(img/menu-cadeaux.png) 10px 0px no-repeat;
  }
  li.menu-word,
  li.menu-textes {
      background: url(img/menu-textes.png) 15px 0px no-repeat;
  }
  li.menu-listen,
  li.menu-ecouter {
      background: url(img/menu-ecouter.png) 15px 10px no-repeat;
  }
  li.menu-contact {
      background: url(img/menu-contact.png) 15px 10px no-repeat;
  }

.page-header {
    border-bottom: 1px dotted #e80f47;
    margin: 00px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.page-header h1 {
    font-size: 30px;
    color: #e80f47;
    line-height: 30px;
    font-weight: normal;
}


article {overflow: hidden;border-bottom: 1px dotted #ebebeb;}

h1.entry-title {font-size: 20px;color: #e93d26;}

.entry-content {font-family: 'Open Sans', sans-serif;}

.hentry .entry-content img {margin: 0 15px 15px 0;}

/*footer*/
  footer.content-info .container {
      text-align: center;
      margin: 20px auto;
      border-top: 1px dotted #666;
      padding-top: 20px;
  }
  footer.content-info .container a {
      margin: 0 10px;
  }


/*content*/
  /*commentaires*/
  section#comments {display: none;}

/*home*/
  .home .page-header {display: none;}

  /*.home article {border-bottom: 1px dotted #fff;}*/

  /*FB*/
    /*.fbf_facebook_page_widget {
        padding: 0;
        margin: 0;
    }
    .fbf_facebook_page_widget li {
        overflow: hidden;
        border-bottom: 1px dotted #666 !important;
        padding: 15px 0 !important;
    }
    .fbf_facebook_page_widget li:last-child {
        border: none !important;
    }
    .fbf_facebook_page_widget h4 {
        display: none;
    }
    .fbf_desc img {
        float: left;
        margin-right: 10px;
    }
    .fbf_desc a {
        color: #d3222a;
    }
    .facebook_page-timestamp {
        display: none;
    }*/


  /*news*/



/*Dates */
  .date .main {
      line-height: 30px;
  }
  .date p {font-family: 'Open Sans', sans-serif;}
  .date .main h4 {color: #d3222a; margin-top: 20px;}
  .date .main h4 {color: #d3222a; font-size: 30px;}
  .date .main strong {font-weight: normal;color: #e93d26;}

/*Ecouter*/
  .album {margin: 30px 0;}

/*Textes*/
  .alb-txt {
      list-style: none;
      margin: 0;
      font-size: 16px;
  }
  .alb-txt li {
      margin-bottom: 10px;
      border-bottom: 1px dotted #666;
      padding: 10px 0;
  }
  .alb-txt li a {
      color: #333;
  }
  .texte {} .textes h3 {
      font-size: 30px;
      color: #333;
      margin: 20px 0;
      padding: 0;
      padding-top: 20px;
      border-bottom: 1px dotted #666;
  }
  .textes h4 {
      font-size: 20px;
      color: #e80f47;
      margin: 10px 0 10px 0;
  }
  .textes p {
      margin-bottom: 10px;
      font-size: 11px;
      font-family: Verdana, Geneva, sans-serif;
      line-height: 15px;
  }
  .textes .texte {
      border-bottom: 1px dotted #e80f47;
      overflow: hidden;
      padding-bottom: 10px;
      -moz-column-count: 2;
      -moz-column-gap: 10px;
      -webkit-column-count: 2;
      -webkit-column-gap: 10px;
      column-count: 2;
      column-gap: 10px;
  }

/*Contact*/
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
      background-color: rgba(255, 255, 255, 0.3);
      border: 1px dotted #ccc;
      box-shadow: none;
      font-family: 'Neucha', cursive;
  }
  .wpcf7-form-control-wrap.your-name {
      margin-left: 3px;
  }
  .envoyer {
      font-family: 'Neucha', cursive;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-box-shadow: #6E7849 0 0 10px;
      -webkit-transition: all 0.5s ease;
      background-color: rgba(255, 255, 255, 0.3);
      border: 1px dotted #cccccc;
      color: #d3222a;
      display: inline-block;
      font-size: 16pw;
      margin: auto;
      padding: 10px;
      text-decoration: none;
      transition: all 0.5s ease;
  }
  .envoyer:hover {
      background-color: rgba(255, 255, 255, 0.8);
  }


/*responsive*/

  /*ipad*/
    @media(max-width:979px) {
        .navbar .brand {
            float: none;
            margin: 0 auto 10px auto;
            text-align: center;
        }
        .nav-main {
            float: none;
            margin: 10px auto;
            text-align: center;
        }
        .navbar .nav {
            margin: 10px 0;
        }
        .navbar .nav > li {
            height: auto;
            margin-left: 0;
        }
    }

  /*iphone*/
    @media(max-width:480px) {
        .navbar .nav > li > a {
            padding: 0;
            height: 45px;
            padding-top: 10px;
        }
        .nav-collapse .nav > li > a:hover,
        .nav-collapse .nav > li > a:focus,
        .nav-collapse .dropdown-menu a:hover,
        .nav-collapse .dropdown-menu a:focus {
            background-color: transparent;
        }

      .home .span5 img {display: none;}
    }

