/*
Theme Name: Clean 2
Theme URI:http://www.frenchtouchseduction.com
Author:Baptiste Legrand
Author URI:http://www.frenchtouchseduction.com
Description: Le theme de FTS cr&eacute;&eacute; en Mars 2016 et ses &eacute;volutions
Version: 2
*/

/* HELPERS
======================== */
* :last-child {
  margin-bottom: 0 !important;
}

p:first-child,
h1:first-child,
h2:first-child,
ul:first-child,
li:first-child {
  margin-top: 0 !important;
}

.gutterized40 {
  padding: 40px;
}

.infobox {
  padding: 20px;
  background-color: #f5f5f5;
  font: 15px/1.4em Open Sans, Arial, Helvetica, sans-serif;
}

.infobox p {
  margin-bottom: 1em;
}

.infobox a {
  text-decoration: underline;
}

.infobox a:hover {
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .gutterized40 {
    padding: 15px;
  }
}

/* LAYOUT
======================== */
body {
  background-color: #ccc;
  font-family: "Open Sans", Arial, sans-serif;
}

#layout {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.main {
  width: 100%;
}

.main.noside {
  width: 800px !important;
  margin: 0 auto;
}

.main.noside .contenu {
  width: 800px !important;
  padding: 0 !important;
}

.sidebar {
  display: none;
}

/* Small devices */
@media all and (max-width: 800px) {

  .main,
  .main.noside,
  .main.noside .contenu,
  .contenu,
  .titrage .chapo {
    width: 100% !important;
  }

  .main,
  .sidebar {
    float: none;
    width: 100%;
  }

  .sidebar {
    margin-top: 30px;
  }
}

/* NEW TITRAGE, utilis� sur la home, les single, category & tags
======================== */
.cat_name {
  text-align: center;
  font: 300 20px/1em Open Sans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 20px;
  margin: 0 auto 15px auto;
}

.entry-title {
  text-align: center;
  font: 40px/1.1em Open Sans, Arial, Helvetica, sans-serif;
  color: #000;
  max-width: 90%;
  margin: 0 auto 0.25em auto;
}

.page .entry-title {
  margin-bottom: 30px;
}

.meta {
  font-size: 0px;
  text-align: center;
  margin: 20px auto;
}

.meta li {
  display: inline-block;
  font-size: 11px;
  margin-right: 10px;
}

.meta i {
  margin-right: 3px;
}

.chapo {
  font: 300 24px/1.4em Open Sans, Arial, Helvetica, sans-serif;
  text-align: center;
}

.chapo p {
  margin-bottom: 1em;
}

.chapo p:last-child {
  margin-bottom: 0;
}

.chapo a {
  color: #f05;
  text-decoration: underline;
}

.chapo a:hover {
  color: #f05;
  text-decoration: none;
}

@media all and (max-width: 700px) {
  .cat_name {
    font-size: 15px;
    max-width: 98%;
    margin: 0 auto 20px auto;
    padding-bottom: 18px;
  }

  .entry-title {
    max-width: 98%;
    width: 98%;
    font-size: 30px;
  }

  .meta li {
    margin-bottom: 5px;
  }

  .chapo {
    width: 100%;
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 5px;
  }
}

/* HEADER & NAV
======================== */
#header {
  margin-bottom: 30px;
}

#logo {
  width: 100px;
  height: 80px;
  float: left;
  text-align: center;
  overflow: hidden;
}

#logo a {
  display: block;
  height: 80px;
  background: #f05;
  font: 700 44px/80px Open Sans, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

#logo a:hover {
  background: #39414d;
  color: #fff;
  text-decoration: none;
}

#accroche {
  background: #262b34;
  width: 100%;
  height: 32px;
}

#accroche p {
  text-align: left;
  font: 12px/32px Open Sans, Arial, Helveticasans-serif;
  color: #a4b3cb;
  text-indent: 10px;
}

/* BREADCRUMBS
======================== */
.breadcrumbs li {
  margin-right: 3px !important;
}

.breadcrumbs li:after {
  content: "\020 \0BB \020";
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs span.sep {
  display: inline-block;
  margin-left: 5px;
}

.breadcrumbs li a {
  text-decoration: underline;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}


/* SEARCH.PHP
======================== */
#search {
  padding: 30px;
  background: #fff;
}

#search h1 {
  font: 24px/1.3em Open Sans, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

/* SEARCHFORM
======================== */
#searchform {
  text-align: center;
  margin: 0 auto;
}

#searchform input[type="text"] {
  max-height: none;
  height: 30px;
  padding: 0px 5px;
  width: 110px;
}

#searchform input[type="text"]:hover {
  background: #f5f5f5;
}

#searchform input[type="submit"] {
  height: 30px;
  padding: 0px 5px;
  background: #ddd;
}

#searchform input[type="submit"]:hover {
  background: #333;
  color: #fff;
}

#searchform,
#searchform input[type="text"],
#searchform input[type="submit"] {
  color: #444;
  font: 16px/30px Open Sans, Arial, Helvetica, sans-serif;
  border: none;
}

/* DIVERS
======================== */
.cats > li {
  width: 300px;
  margin-bottom: 20px;
  position: relative;
}

/* LISTE FORUMS
--------------------------- */
ul.new_forum_list li {
  font: normal 16px/1em "Open Sans", Arial, sans-serif;
  color: #444;
  border-bottom: 1px solid #ddd;
}

ul.new_forum_list li a {
  display: block;
  padding: 0.75em 0.6em;
  background: #fff;
  text-decoration: none;
}

ul.new_forum_list li a:hover {
  color: #444;
  background: #f5f5f5;
  text-decoration: none;
}

ul.new_forum_list li a h2 {
  font: inherit;
  color: inherit;
  margin: 0;
}

@media screen and (max-width: 700px) {

  .new_forum_list li,
  .sidebar .new_forum_list li {
    font-size: 12px !important;
  }
}