/*
Theme Name: Tocqueville 21
Description: Tocqueville 21
Version: 1.0.0
Author: Jeremy

*/
/*------------------------------------*\
MAIN
\*------------------------------------*/
/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:700');
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 300 16px/1.6 'Lato', sans-serif;
  color: #000;
  background-color: white;
}
body.blog {
  background-color: #eef2f5;
}
body.archive {
  background-color: #eef2f5;
}
body.category {
  background-color: #eef2f5;
}
body.search-results {
  background-color: #eef2f5;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
p,
h1,
h2,
h3,
h4 {
  width: 100%;
}
h1,
h2,
h3,
h4 {
  font-family: 'PT Serif', serif;
}
b,
strong {
  font-weight: bold;
}
.more {
  padding: 6px 40px 6px 20px;
  border: 1px solid #e0001b;
  color: #e0001b;
  background-color: white;
  margin: 0;
  display: inline-block;
  transition: all .6s ease;
}
.more:active {
  background-color: #e0001b;
  color: white;
}
.more:hover {
  background-color: #e0001b;
  color: white;
}
.w-60 {
  width: 60%;
}
.w-80 {
  width: 80%;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #e0001b;
  text-decoration: none;
}
.contenu-flexible a {
  color: #e0001b;
}
.rouge a {
  color: #db001b;
  text-decoration: none;
}
.rouge a:hover {
  color: #db001b;
}
.juiz_sps_links {
  margin-top: 50px;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 28px;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.py-50 {
  padding: 50px 0;
}
.py-100 {
  padding: 100px 0;
}
.py-200 {
  padding: 200px 0;
}
.pb-50 {
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.p-15 {
  padding: 15px !important;
}
.p-30 {
  padding: 30px;
}
.p-50 {
  padding: 50px;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.pt-100 {
  padding-top: 100px;
}
.f-30 {
  font-size: 30px;
}
.f-60 {
  font-size: 60px;
}
.f-15 {
  font-size: 15px;
}
.white {
  color: white;
}
.text-etroit {
  width: 625px;
  max-width: 90%;
  margin: 0 auto;
}
.text-etroit p {
  text-align: justify;
}
.card-block {
  padding: 20px;
}
.card-block .card-text .noir:hover {
  color: black;
}
.avatar {
  border-radius: 50%;
}
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
  margin-bottom: 0px;
  color: #777;
  padding: 0 20px;
  border-left: .25rem solid #777;
  display: block;
  margin-bottom: 12px;
}
main a {
  color: #e26c7b;
}
.home .col-md-12 {
  max-height: 380px;
  overflow: hidden;
}
.grille {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.grille .relative {
  position: relative;
  overflow: hidden;
}
.grille .relative .overlay {
  background-color: rgba(33, 34, 129, 0.6);
}
.grille img {
  width: 100%;
  height: auto;
}
.grille .cadre {
  background: white;
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 10px;
}
.grille .cadre .focus {
  color: #212282;
}
.grille .cadre h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.grille .blanc {
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 10px;
}
.grille .blanc h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.grille .blanc h3 a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .grille .mb-30 {
    padding: 0;
  }
  .grille .mb-30 .w-60 {
    width: 95%;
  }
  .grille .mb-30 .w-80 {
    width: 95%;
  }
}
footer {
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  footer .row {
    margin: 0;
  }
}
footer .footer-widget h3 {
  text-transform: uppercase;
}
footer .footer-widget ul {
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  footer .footer-widget {
    padding: 10px 20px;
    text-align: center;
  }
}
/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
@media only screen and (min-width:1140px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.search-header {
  background-color: #000;
  color: white;
  height: 0;
  overflow: hidden;
  transition: all .6s ease;
}
.search-header.search-header-eff {
  height: inherit;
  height: 130px;
}
.search-header .note-search {
  font-size: 14px;
  border-bottom: 1px solid;
}
.search-header input {
  background: none;
  color: white;
  border: none;
  font-size: 24px;
}
.search-header input:focus {
  background: none;
  color: white;
  border: none;
}
.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
/* header */
/* logo */
.logo-img {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
  }
}
/* sidebar */
/* footer */
.banner .col-md-4 .inner {
  background: white;
}
#newsletter {
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #newsletter .col-md-6 {
    margin-bottom: 5px;
  }
  #newsletter .col-md-6 .text-right {
    text-align: center !important;
  }
  #newsletter .col-md-6 .mailpoet_paragraph {
    width: 100%;
  }
  #newsletter .col-md-6 .mailpoet_paragraph input {
    margin: 5px auto;
    display: block;
  }
}
#newsletter p {
  margin: 0;
}
#newsletter p input {
  border: none;
}
#newsletter p input[type="email"] {
  padding: 10px;
}
#newsletter p input[type="submit"] {
  padding: 10px;
  margin-left: -2px;
  background: #555555;
  color: white;
}
h1.line {
  font-size: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
}
.list-post h2 {
  font-size: 28px;
}
.list-post h2 a {
  color: #000;
}
.list-post .meta {
  color: #777;
  font-size: 14px;
}
.entete .avatar {
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}
.list-post {
  background: white;
  margin-bottom: 30px;
}
.list-post .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.listauteurs {
  background: #f7f7f7;
  padding: 20px;
  padding-top: 20px;
  margin-top: -60px;
  padding-top: 50px;
  margin-bottom: 30px;
}
.bloc .content {
  position: relative;
  padding: 90px 20px;
}
.bloc .content .bg {
  background-size: cover;
  background-position: center;
}
.bloc .content .overlay {
  display: block;
}
.bloc .content .overlay.opacity {
  opacity: .5;
  transition: all .5s ease;
}
.bloc .content .overlay.opacity:hover {
  opacity: .8;
}
.bloc .content .inner {
  position: relative;
}
.bloc .content .inner a {
  display: block;
  color: white;
}
.bloc .content .inner a:hover {
  color: white;
}
.bloc .content:hover .overlay.opacity {
  opacity: .8;
}
/*------------------------------------*\
H
\*------------------------------------*/
.comments ul {
  padding: 0;
}
.comments ul .comment {
  list-style: none;
  padding: 20px;
  background: #f7f7f7;
  margin: 20px 0;
}
.comments .comment-form label {
  display: block;
}
.comments .comment-form textarea {
  width: 100%;
}
.comments .comment-form #submit {
  border: none;
  background: black;
  color: white;
  padding: 10px 30px;
  margin: 5px 0;
}
.comments .comment-form #submit:hover {
  background: #0f0f0f;
}
nav ul li a {
  color: #000;
  padding: 10px 10px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  nav ul li a {
    padding: 5px 0;
    width: 100%;
  }
  nav ul li a.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 15px;
  }
}
nav ul li a:hover,
nav ul li a:active {
  text-decoration: none;
  color: #e0001b;
}
@media only screen and (max-width: 767px) {
  nav ul li ul {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
nav ul li ul li a {
  display: block;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  padding: 10px 20px;
}
nav ul li ul li a:hover {
  background: #f7f7f7;
}
nav ul li.current-menu-item a {
  color: #e0001b;
}
nav ul li.picto a {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mobile-nav {
    width: 100%;
  }
}
.banner {
  background-size: cover;
}
/*------------------------------------*\
mobile
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .banner {
    padding: 0px;
  }
}
/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.mailpoet_checkbox_label {
  margin-top: 15px;
}
/*------------------------------------*\
PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
