/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
* {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  border: none;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

img:focus {
  outline: 0;
}

ul {
  list-style: none;
}

li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

input:focus,
textarea:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*------------------------------------*    GLOBAL
\*------------------------------------*/
*,
*: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-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
}

/*------------------------------------*    STRUCTURE - GRILLE
\*------------------------------------*/
.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.grid {
  margin: 10px;
  float: left;
  width: 100%;
}

.grid-12 {
  max-width: 940px;
  margin: auto;
}

.grid-11 {
  max-width: 860px;
}

.grid-10 {
  max-width: 780px;
}

.grid-9 {
  max-width: 700px;
}

.grid-8 {
  max-width: 620px;
}

.grid-7 {
  max-width: 540px;
}

.grid-6 {
  max-width: 460px;
}

.grid-5 {
  max-width: 380px;
}

.grid-4 {
  max-width: 300px;
}

.grid-3 {
  max-width: 220px;
}

.grid-2 {
  max-width: 140px;
}

.strate {
  width: 100%;
  clear: both;
}

/*------------------------------------*   CLASS GENERIC
\*------------------------------------*/
.clear {
  clear: both;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-center {
  margin: 0 auto;
}

.pull-right {
  float: right;
}

.click {
  cursor: pointer;
}

/*------------------------------------*    EDIT BOUTON
\*------------------------------------*/
.post-edit-link {
  position: fixed;
  left: 20px;
  bottom: 20px;
}

/*------------------------------------*    LOGO
\*------------------------------------*/
/*------------------------------------*    TOP BAR
\*------------------------------------*/
/*------------------------------------*    NAVIGATION
\*------------------------------------*/
/*------------------------------------*    SEARCH BAR
\*------------------------------------*/
/*------------------------------------*    SLIDER HOME PAGE
\*------------------------------------*/
/*------------------------------------*    SLIDER INTERNE
\*------------------------------------*/
/*------------------------------------*    BREADCRUMBS
\*------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 13px;
}

.copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

/*------------------------------------*    COOKIE
\*------------------------------------*/
.footer-cookie {
  background-color: #000000;
  position: fixed;
  display: none;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.footer-cookie p {
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}

.footer-cookie p a {
  color: #FFFFFF;
}

.footer-cookie .btn-cookie {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000000;
  padding: 4px 8px;
  border-radius: 0;
  font-weight: bold;
  margin: 0 5px;
  width: 40px;
}

.footer-cookie .btn-cookie:hover, .footer-cookie .btn-cookie:focus {
  background-color: transparent;
  color: #FFFFFF;
  outline: none;
}

/*-----------------------*	NO IE
\*------------------------*/
.no-ie {
  background: #c0392b;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  width: 100%;
}

/*------------------------------------*    TABLE DES MATIERES
\*------------------------------------*/
/*------------------------------------*    1. TITLE
\*------------------------------------*/
h1 {
  font-size: 40px;
  padding-bottom: 20px;
  line-height: normal;
}

h1.entry-title {
  font-size: 44px;
}

h2 {
  font-size: 36px;
  padding-bottom: 20px;
  line-height: normal;
}

h3 {
  font-size: 30px;
  padding-bottom: 20px;
  line-height: normal;
}

h4 {
  font-size: 28px;
  padding-bottom: 20px;
  line-height: normal;
}

h5 {
  font-size: 25px;
  padding-bottom: 20px;
  line-height: normal;
}

h6 {
  font-size: 14px;
  line-height: normal;
}

/*------------------------------------*    2. PARAGRAPH
\*------------------------------------*/
.hentry p {
  padding-bottom: 20px;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

hr {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0 0;
  clear: both;
}

blockquote {
  font-weight: 700;
  margin-bottom: 20px;
}

/*------------------------------------*    3. LIST
\------------------------------------*/
.hentry ol {
  margin: 0 0 20px 35px;
}

.hentry ul {
  margin: 0 0 20px 20px;
}

.hentry ul li {
  padding-left: 15px;
  background: url("../images/interfaces/puce.png") 0 6px no-repeat;
}

/*------------------------------------*    4. TABLE
\*------------------------------------*/
table {
  margin-bottom: 20px;
}

th, td, caption {
  padding: 10px;
}

/*------------------------------------*    5. LINK
\*------------------------------------*/
a:hover, a:active {
  text-decoration: underline;
}

/*------------------------------------*    6. IMAGES
\*------------------------------------*/
img {
  vertical-align: middle;
}

.alignnone,
.aligncenter {
  display: block;
  margin: 5px auto 5px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.size-full {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 96%;
  padding: 10px 5px 5px;
  text-align: center;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0 0;
}

.wp-caption.alignnone {
  margin: 5px auto 20px;
}

.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;
}

/*------------------------------------*	7. GALERIE
\*------------------------------------*/
.gallery {
  margin: 0 0 20px 0px !important;
}

.gallery * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gallery:before,
.gallery:after {
  content: ' ';
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery br {
  display: none;
}

.gallery .gallery-item {
  display: block;
  float: left;
  position: relative;
  margin: 0 0 15px 0 !important;
}

.gallery .gallery-item img {
  display: block;
  border: none !important;
  margin: 0 auto;
  width: 90%;
  height: auto;
}

.gallery .gallery-item a {
  display: block;
  position: relative;
  z-index: 2;
}

/*------------------------------------*    8. FORM
\*------------------------------------*/
input, textarea {
  width: 100%;
  padding: 5px;
}

textarea {
  resize: none;
}

input[type="submit"] {
  cursor: pointer;
}

.hentry .wpcf7 form {
  padding: 20px;
  margin-bottom: 20px;
}

.hentry .wpcf7 form ul {
  margin: 0;
}

.hentry .wpcf7 form ul li {
  padding: 0 0 10px 0;
  background: none;
}

.hentry .wpcf7 form ul li.input {
  width: 69%;
  margin-left: 31%;
  position: relative;
}

.hentry .wpcf7 form ul li.input input {
  font-size: 18px;
  font-size: 1.8rem;
  background: none;
}

.hentry .wpcf7 form label {
  width: 30%;
  display: inline-block;
  padding: 5px 0;
  vertical-align: top;
}

.hentry .wpcf7 form span {
  width: 69%;
  display: inline-block;
}

.hentry .wpcf7 form em {
  color: #c0392b;
}

.wpcf7 form img.ajax-loader {
  position: absolute;
  left: -40px;
  top: 9px;
}

.wpcf7 form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-not-valid {
  -moz-box-shadow: 0px 0px 10px 0px #c0392b;
  -webkit-box-shadow: 0px 0px 10px 0px #c0392b;
  -o-box-shadow: 0px 0px 10px 0px #c0392b;
  box-shadow: 0px 0px 10px 0px #c0392b;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0392b, Direction=NaN, Strength=5);
}

.wpcf7 form .wpcf7-response-output {
  margin: 5px 0 0 0;
  padding: 5px 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.wpcf7 form .wpcf7-validation-errors {
  border: 1px solid #c0392b;
}

#map .info-content {
  font-size: 15px;
}

#map .info-content h5 {
  padding-bottom: 0;
}

/*------------------------------------*    9. PAGINATION
\*------------------------------------*/
.pagination .page-numbers {
  margin: 0 5px 0 0;
}

.pagination .current {
  text-align: center;
  padding: 0px 4px 0 6px;
  color: #FFFFFF;
}
