@charset "UTF-8";


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

a.prixBlanc {
    padding-left: 16px;
    color: #ffffff;
}
a.prixBlanc:hover {
    color:#000000;
}
div.boitePrixLep{
    background-image: url("../images/boite_prix_lep.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    z-index: -9999;
}
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.first-title {
border-bottom: 2px black solid;
width: 320px;
float: left;
    
}


.vertical-align {
    margin-top: 25%;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  
}
@media (max-width: 600px) {
    
    div.hide-tableau{
        display: none;
    }
}
/* ----------------- 2. Grid System ----------------- */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  
 
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1166px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1166px;
    margin-left: auto;
    margin-right: auto;
  }
}
.row {
  margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23 {
  float: left;
}

.col-xs-24 {
  float: left;
  width: 100%;
}

.col-xs-23 {
  width: 95.83333%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333%;
}

.col-xs-10 {
  width: 41.66667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333%;
}

.col-xs-7 {
  width: 29.16667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333%;
}

.col-xs-4 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333%;
}

.col-xs-1 {
  width: 4.16667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23 {
    float: left;
  }

  .col-sm-24 {
    float: left;
    width: 100%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .col-sm-22 {
    width: 91.66667%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-20 {
    width: 83.33333%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .col-sm-16 {
    width: 66.66667%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-14 {
    width: 58.33333%;
  }

  .col-sm-13 {
    width: 54.16667%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-11 {
    width: 45.83333%;
  }

  .col-sm-10 {
    width: 41.66667%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-8 {
    width: 33.33333%;
  }

  .col-sm-7 {
    width: 29.16667%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-5 {
    width: 20.83333%;
  }

  .col-sm-4 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 8.33333%;
  }

  .col-sm-1 {
    width: 4.16667%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

  .col-sm-pull-22 {
    right: 91.66667%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-20 {
    right: 83.33333%;
  }

  .col-sm-pull-19 {
    right: 79.16667%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-17 {
    right: 70.83333%;
  }

  .col-sm-pull-16 {
    right: 66.66667%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-14 {
    right: 58.33333%;
  }

  .col-sm-pull-13 {
    right: 54.16667%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-11 {
    right: 45.83333%;
  }

  .col-sm-pull-10 {
    right: 41.66667%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-8 {
    right: 33.33333%;
  }

  .col-sm-pull-7 {
    right: 29.16667%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 20.83333%;
  }

  .col-sm-pull-4 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-2 {
    right: 8.33333%;
  }

  .col-sm-pull-1 {
    right: 4.16667%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-push-23 {
    left: 95.83333%;
  }

  .col-sm-push-22 {
    left: 91.66667%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-20 {
    left: 83.33333%;
  }

  .col-sm-push-19 {
    left: 79.16667%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-17 {
    left: 70.83333%;
  }

  .col-sm-push-16 {
    left: 66.66667%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-14 {
    left: 58.33333%;
  }

  .col-sm-push-13 {
    left: 54.16667%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-11 {
    left: 45.83333%;
  }

  .col-sm-push-10 {
    left: 41.66667%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-8 {
    left: 33.33333%;
  }

  .col-sm-push-7 {
    left: 29.16667%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 20.83333%;
  }

  .col-sm-push-4 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-2 {
    left: 8.33333%;
  }

  .col-sm-push-1 {
    left: 4.16667%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23 {
    float: left;
  }

  .col-md-24 {
    float: left;
    width: 100%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .col-md-22 {
    width: 91.66667%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-20 {
    width: 83.33333%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .col-md-16 {
    width: 66.66667%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-14 {
    width: 58.33333%;
  }

  .col-md-13 {
    width: 54.16667%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-11 {
    width: 45.83333%;
  }

  .col-md-10 {
    width: 41.66667%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-8 {
    width: 33.33333%;
  }

  .col-md-7 {
    width: 29.16667%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-5 {
    width: 20.83333%;
  }

  .col-md-4 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 8.33333%;
  }

  .col-md-1 {
    width: 4.16667%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

  .col-md-pull-22 {
    right: 91.66667%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-20 {
    right: 83.33333%;
  }

  .col-md-pull-19 {
    right: 79.16667%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-17 {
    right: 70.83333%;
  }

  .col-md-pull-16 {
    right: 66.66667%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-14 {
    right: 58.33333%;
  }

  .col-md-pull-13 {
    right: 54.16667%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-11 {
    right: 45.83333%;
  }

  .col-md-pull-10 {
    right: 41.66667%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-8 {
    right: 33.33333%;
  }

  .col-md-pull-7 {
    right: 29.16667%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 20.83333%;
  }

  .col-md-pull-4 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-2 {
    right: 8.33333%;
  }

  .col-md-pull-1 {
    right: 4.16667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-push-23 {
    left: 95.83333%;
  }

  .col-md-push-22 {
    left: 91.66667%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-20 {
    left: 83.33333%;
  }

  .col-md-push-19 {
    left: 79.16667%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-17 {
    left: 70.83333%;
  }

  .col-md-push-16 {
    left: 66.66667%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-14 {
    left: 58.33333%;
  }

  .col-md-push-13 {
    left: 54.16667%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-11 {
    left: 45.83333%;
  }

  .col-md-push-10 {
    left: 41.66667%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-8 {
    left: 33.33333%;
  }

  .col-md-push-7 {
    left: 29.16667%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 20.83333%;
  }

  .col-md-push-4 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-2 {
    left: 8.33333%;
  }

  .col-md-push-1 {
    left: 4.16667%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23 {
    float: left;
  }

  .col-lg-24 {
    float: left;
    width: 100%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .col-lg-22 {
    width: 91.66667%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-20 {
    width: 83.33333%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .col-lg-16 {
    width: 66.66667%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-14 {
    width: 58.33333%;
  }

  .col-lg-13 {
    width: 54.16667%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-11 {
    width: 45.83333%;
  }

  .col-lg-10 {
    width: 41.66667%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-8 {
    width: 33.33333%;
  }

  .col-lg-7 {
    width: 29.16667%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-5 {
    width: 20.83333%;
  }

  .col-lg-4 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-2 {
    width: 8.33333%;
  }

  .col-lg-1 {
    width: 4.16667%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-pull-23 {
    right: 95.83333%;
  }

  .col-lg-pull-22 {
    right: 91.66667%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-20 {
    right: 83.33333%;
  }

  .col-lg-pull-19 {
    right: 79.16667%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-17 {
    right: 70.83333%;
  }

  .col-lg-pull-16 {
    right: 66.66667%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-14 {
    right: 58.33333%;
  }

  .col-lg-pull-13 {
    right: 54.16667%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-11 {
    right: 45.83333%;
  }

  .col-lg-pull-10 {
    right: 41.66667%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-8 {
    right: 33.33333%;
  }

  .col-lg-pull-7 {
    right: 29.16667%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 20.83333%;
  }

  .col-lg-pull-4 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-2 {
    right: 8.33333%;
  }

  .col-lg-pull-1 {
    right: 4.16667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-push-23 {
    left: 95.83333%;
  }

  .col-lg-push-22 {
    left: 91.66667%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-20 {
    left: 83.33333%;
  }

  .col-lg-push-19 {
    left: 79.16667%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-17 {
    left: 70.83333%;
  }

  .col-lg-push-16 {
    left: 66.66667%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-14 {
    left: 58.33333%;
  }

  .col-lg-push-13 {
    left: 54.16667%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-11 {
    left: 45.83333%;
  }

  .col-lg-push-10 {
    left: 41.66667%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-8 {
    left: 33.33333%;
  }

  .col-lg-push-7 {
    left: 29.16667%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 20.83333%;
  }

  .col-lg-push-4 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-2 {
    left: 8.33333%;
  }

  .col-lg-push-1 {
    left: 4.16667%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-align-center {
  text-align: center;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.maj {
  text-transform: uppercase;
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}
@media (max-width: 500px) {
    .mobile-hidden {
        display: none;
    }
}
.affix {
  position: fixed;
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}


/* ----------------- 3. Base Styling ----------------- */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ligyrv");
  src: url("fonts/icomoon.eot?ligyrv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ligyrv") format("truetype"), url("fonts/icomoon.woff?ligyrv") format("woff"), url("fonts/icomoon.svg?ligyrv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sailboat:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-spinner6:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-hangouts:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-linkedin2:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-IE:before {
  content: "";
}

.icon-edge:before {
  content: "";
}

* {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

body {
  font-size: 15px;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.25em;
  }
}
@media (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15em;
  }
}

h1 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
.titrePrix {
	color:#EA4F49;
	font-family: 'dosis', sans-serif; 
	font-size:20px;
	font-weight:300;
	line-height:20px;
        padding-left: 20px;
	}	
.titre-livre {
    font-size: 157%;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}

a.titreLivre {
    font-size: 26px;
}
a.auteurs {
    font-size: 26px;
}


.auteur-livre {
    font-size: 120%;
    margin-bottom: 30px;
    font-weight: 500;
    
}
.border-bottom-link {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.auteur-livre > a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.overflow-y {
    overflow-y: auto;
}

.font-size-20 {
    font-size: 20px;
}
.font-size-25 {
    font-size: 25px;
}
.font-size-40 {
    font-size: 40px;
    line-height: initial;
}


@media (max-width: 465px) {
    .max-width-table {
        width: 360px;
    }
}
@media (max-width: 400px) {
    .max-width-table {
        width: 300px;
    }
}
@media (max-width: 340px) {
    .max-width-table {
        width: 260px;
    }
}

@media (max-width: 768px) {
.overflow {
   overflow-x: scroll; 
}
}
@media (max-width: 1200px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 22px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}

p {
  letter-spacing: 0.02em;
  margin: 0 0 1em;
  font-size: 15px;
}
.link-2x {
    font-size: 20px;
}
.titre2 {
    font-size: 20px;
}
.produits {
  width: 100%;
  margin: 0;
background-color:#EFE9E9;


  display: inline-block;
}

div.book-produit {
  max-width: 295px;
  max-height: 450px;
  min-width: 295px;
  min-height: 300px;
  display: inline-block;
  box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.max-width-200 {
    max-width: 200px;
}

div.book-produit > img {
    width: 100%;
    height: auto;
}

.img-parution {
    padding-right: 30px;
}
div.information-produit {
  background-color: #ffffff;
  padding: 30px;
/*  max-width: 90%;*/
/*  margin-left: auto;
  margin-right: auto;*/
  box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
  height: auto;
  padding-bottom: 50px;
  border-radius: 5px;
      overflow: hidden;
}
div.lep {
  background-color: #ffffff;
  width: 295px;
  height: auto;
  padding: 30px;
  display: block;
  box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
  border-radius: 5px;
}
div.edition {
    margin-bottom: 20px;
    border-radius: 5px;
}
div.infos-complementaires {
  background-color: #ffffff;
  width: 295px;
  height: auto;
  padding: 30px;
  display: block;
  box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
  border-radius: 5px;
}

div.div-right{
  background-color: #ffffff;
  width: 295px;
  height: auto;
  padding: 30px;
  display: block;
  box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
  border-radius: 5px;

}

div.prix {
    margin-bottom: 30px;
}
div.note {
      margin-bottom: 30px;
}
div.numero-before-after {
  height: auto;
  min-height: 585px;
}


div.div-bottom {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

div.photo-reedition {
  width: 125px;
  height: 200px;
  background-color: red;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

img.logolep {
  width: 160px;
  margin: 0 auto;
}

  div.commentaires {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
     background-color: #ffffff;
  padding: 30px;
  display: block;
  box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
  margin-bottom: 20px;
  border-radius: 5px;
  }



p.gras {
  font-weight: 700;
}
p.gras > span {
  font-weight: 400;
}




ul,
ol {
  letter-spacing: 0.1em;
  padding: 0px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #a1a1a1;
  list-style: none;
}

a {
  -webkit-transition: all 170ms;
  transition: all 170ms;
  text-decoration: none;
  color: #000000;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #D53632;
}

html .row-fit {
  margin: 0;
}
html .row-fit [class*="col-"] {
  padding: 0;
}

html .row-fit-10 {
  margin: 0 -5px;
}
html .row-fit-10 [class*="col-"] {
  padding: 0 5px;
}

html .row-fit-40 {
  margin: 0 -20px;
}
html .row-fit-40 [class*="col-"] {
  padding: 0 20px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.margin-0-auto {
    margin-left: auto;
    margin-right: auto;
}
.margin-top-200 {
    margin-top: 200px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top {
    margin-top: 30px;
}
.margin-bottom-30 {
    margin-bottom:30px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom--1 {
  margin-bottom: -1px;
}
.margin-bottom--2 {
  margin-bottom: -2px;  
}
.margin-bottom--4 {
  margin-bottom: -4px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-0 {
    margin-left: 0px;
}

.margin-right-15 {
    margin-right: 15px;
}
.margin-right-30 {
    margin-right: 30px;
}


.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.padding-left {
    padding-left: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.white-bg {
  background: #fff !important;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.min-height-285 {
    min-height: 285px;
}
.max-height-150 {
    max-height: 150px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-center-important {
  text-align: center !important;
}

.align-right {
  text-align: right;
}

.clean-list {
  list-style-type: none;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
}
.clean-list li {
  list-style-type: none;
}

.responsive-media {
  position: relative;
  margin: 0 0 30px;
}
.responsive-media iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.responsive-media.ratio16by9 {
  padding-bottom: 56.25%;
}

body {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
body.dom-ready {
  opacity: 1;
}

/* ----------------- 4. Animations ----------------- */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ----------------- 5. Wordpress Styles ----------------- */
.alignleft {
  float: left;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.alignright {
  float: right;
  text-align: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.aligncenter {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  position: relative;
}

.wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.width-90 {
    width: 90%;
}
.width-100 {
    width: 100%;
}
/* ----------------- 6. Tables ----------------- */
/* ----------------- 7. Forms ----------------- */
input[type="number"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  border-radius: 3px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}


.input-search-for-white {
    background-color: #BFBABA;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* ----- Destinations Form ----- */
.destinations-form {
  display: block;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  
}
.destinations-form .input-line {
  display: block;
  width: 100%;
}
.destinations-form .input-line .form-input {
  width: 88%;
  height: 60px;
  border: 0;
  padding: 0 240px 0 30px;
  font-size: 20px;
  font-family: "dosis", sans-serif;
  letter-spacing: 0.04em;
  border-radius: 5px;
  color: #2c3e50;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.moteurRecherche {
    position: relative;
    width: 100%;
}
@media (max-width: 982px) {
  .destinations-form .input-line .form-input {
    width: 100%;
    padding: 0 120px 0 20px;
  }
}



.searchbanner {
  width: 400px;
  display: inline-block;
  float: right;
}
.destinations-form .input-line .form-input:focus, .destinations-form .input-line .form-input.has-value {
  background: #fafafa;
}
@media (max-width: 768px) {
  .destinations-form .input-line .form-input {
    padding-right: 0px;
   
  }
}
@media (max-width: 630px) {
  .destinations-form .input-line .form-input {
    padding-right: 0px;
    margin-top: 0px;
    

  }
}
.destinations-form .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 768px) {
  .destinations-form .form-submit {
    padding: 0 15px !important;
  }
}

/* ----- Subscribe Form ----- */
.subscribe-form {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.subscribe-form input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 155px 0 20px;
  font-size: 14px;
  color: #2c3e50;
}
.subscribe-form input[type="text"]::-webkit-input-placeholder {
  color: #717171;
}
.subscribe-form input[type="text"]:-moz-placeholder {
  color: #717171;
}
.subscribe-form input[type="text"].placeholder {
  color: #717171;
}
.subscribe-form .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: absolute;
  height: 40px !important;
  line-height: 40px !important;
  right: 0;
  top: 0;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.02em;
  padding: 0 30px !important;
}

/* ----------------- 8. Buttons ----------------- */
.btn {
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.btn.btn-special {
  background: #e7434e;
  line-height: 60px;
  border-radius: 5px;
  color: #ffffff;
  height: 60px;
  font-family: "dosis", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 40px;
  background-image: url(../img/searchwhite.png);
  background-repeat: no-repeat;
  background-position: 50%;
 
}

select.okBox {
  display: inline-block;
}
.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;    
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    @media (max-width: 984px) {
        .custom-dropdown {
            float:left;
            margin-left: 30px;
        }  
    }
    

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
        margin-bottom: 8px;
        height: 60px;
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        bottom: 0.7em;
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: 2.5em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }




.btn.btn-special .buttonbanner {
  height: 20px;
}
.btn.btn-special:hover {
  background: #34495e;
  background-image: url(../img/searchwhite.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.btn.btn-special:not(.no-icon)::before {

  display: inline-block;
  margin-right: 12.5px;
}

.btn.btn-outlined {
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-family: "dosis", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 15px;
  padding: 0 35px;
  min-width: 140px;
}
.btn.btn-outlined:hover {
  background: #ffffff;
  color: #2c3e50;
}
.btn.btn-default {
  position: relative;
  margin-top: 40px;
  height: 60px;
  line-height: 58px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  font-weight: 700;
  font-family: "dosis", sans-serif;
  text-transform: uppercase;
  color: #343435;
  letter-spacing: 0.04em;
  padding: 0 40px;
}
.btn.btn-default .text {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn.btn-default i {
  opacity: 0;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.btn.btn-default:hover {
  background: whitesmoke;
}
.btn.btn-default.active .text {
  opacity: 0;
}
.btn.btn-default.active i {
  -webkit-animation: spin 0.75s linear infinite;
  -moz-animation: spin 0.75s linear infinite;
  -ms-animation: spin 0.75s linear infinite;
  -o-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
  opacity: 1;
}
.form-no-index {
  margin-top: 100px;
  width: 100%;
}



@media (max-width: 1000px) {
  .form-no-index {
    margin-top: 150px;
  }
}
/* ----------------- 9. UI Components ----------------- */
/* ---------------5 9.1. Header ----------------- */
.main-header {
  position: absolute;
  padding: 5px 0 0 0;
  z-index: 9;
  right: 0;
  left: 0;
  top: 0;
  background-color: #ffffff;
}
.main-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .site-nav {
  display: flex;
  align-items: center;
}
.main-header .site-nav .site-links li {
  display: inline-block;
  margin-right: 45px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.04em;
}
.main-header .site-nav .site-links li a:hover {
  color: #e7434e;
}
@media (min-width: 1400px) {
  .main-header .header-content {
    margin: 0 -90px;
  }
}
@media (max-width: 768px) {
  .main-header .site-nav .site-links {
    display: none;
  }
}
@media (max-width: 983px) {
    .btn.btn-special {
        margin-top: 67px;
    }
}

/* ----------------- 9.2. Footer ----------------- */
.main-footer {
  background-image: url(../img/logo_footer.png);
  background-repeat: no-repeat;
  background-size: 300px;
  background-blend-mode: overlay;
  background-color: #404040;
  background-position: right;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .main-footer {
    padding: 30px 0;
  }
  .logoheader {
    margin-top: 10px;
    margin-left: 20px;
    width: 120px;
  }
}

@media (max-width: 320px) {
  .logoheader {
    width: 100px;
  }

}
.main-footer .widget .widget-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1em;
  font-size: 14px;
  margin: 0 0 20px;
}
.main-footer .widget ul:not(.social-block) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .widget ul:not(.social-block) li {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.2em;
}
.main-footer .widget ul:not(.social-block) li a:hover {
  color: #e7434e;
}
.main-footer .widget ul:not(.social-block) li:not(:last-of-type) {
  margin-bottom: 12.5px;
}


li.link-footer {
  margin-bottom: 30px;

}
a.link-footer {
color: white;
font-size: 20px;
margin-left: 20px;
border-bottom: solid 1px #ffffff;
padding-bottom: 3px;
line-height: 50px;
}
a.link-footer:first-child {
  margin-left: 0px;
}
@media (max-width: 992px) {
  .main-footer .widget {
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width: 992px) {
  .main-footer {
    padding: 60px 0 15px;
  }
}

/* ----------------- 9.3. Sections ----------------- */
/* -------- Section Title -------- */

@media (max-width: 768px) {
  .section-hero {
    margin-bottom: 50px;
  }
}
.section-hero {
    margin-bottom: 80px;
}
.section-title {
  text-align: center;
  display: block;
  margin-bottom: 74px;
}
.section-title .title {
  line-height: 1em;
  font-size: 30px;
  font-family: "dosis", sans-serif;
  letter-spacing: 0.04em;
  color: #343435;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.section-title .sub-title {
  font-size: 16px;
  line-height: 1.2em;
  color: #717171;
  margin: 0;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 45px;
  }
  .section-title .title {
    font-size: 26px;
  }
}

/* -------- Intro Section -------- */
.hero-box {
  background-image: url(../img/bibliotheque.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 300px 0;
  height: 100%;
}
@media screen and (max-width: 479px){

.hero-box {
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
   }
}
.hero-box .hero-text h1,
.hero-box .hero-text p {
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
}
.hero-box .hero-text h1 {
  font-family: "dosis", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 40px;
  line-height: 1em;
  margin: 0 0 15px;
}
.hero-box .hero-text p {
  letter-spacing: 0.04em;
  line-height: 1em;
  font-size: 30px;
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .hero-box {
    padding: 200px 0;
  }
  .hero-box .hero-text h1 {
    font-size: 36px;
  }
  .hero-box .hero-text p {
    font-size: 20px;
  }
}

/* ----- Statistics ----- */
.statistics-box {
  display: flex;
  padding: 30px 10px;
  margin-top: 0px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(52, 52, 52, 0.15);
}
.statistics-box .statistics-item {
  text-align: center;
  flex: 1;
  flex-direction: column;
  padding: 10px 0;
}
.statistics-box .statistics-item .value {
  display: block;
  font-weight: 700;
  line-height: 1em;
  color: #343434;
  font-size: 30px;
  letter-spacing: 0.04em;
  margin: 0 0 12.5px;
}
.statistics-box .statistics-item .title {
  margin: 0;
  font-size: 18px;
  color: #717171;
  line-height: 1em;
}
.statistics-box .statistics-item:not(:last-of-type) {
  border-right: 1px solid #d4d4d4;
}
@media (max-width: 768px) {
  .statistics-box {
    flex-direction: column;
  }
  .statistics-box .statistics-item:not(:last-of-type) {
    border: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-width: 80%;
    border-bottom: 1px solid #d4d4d4;
  }
}

/* ----------------- 9.4. Components ----------------- */
/* -------- Destinations -------- */
.destination-box {
  display: block;
  position: relative;
  border-radius: 5px;
  z-index: 2;
  overflow: hidden;
}
.destination-box .box-cover {
  line-height: 1em;
  font-size: 0;
  width: 80%;
}
img.cover_book {
  max-width: 250px;
}
.destination-box img {
  backface-visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.045);
  -ms-transform: scale(1.045);
  transform: scale(1.045);
  width: 100%;
}
.destination-box .boats-qty {
  pointer-events: none;
  position: absolute;
  border-radius: 5px;
  background: #e7434e;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  left: 30px;
  top: 30px;
}
.destination-box .boats-qty::before {
  content: "";
  font-family: icomoon;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}

.destination-box .box-details {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
  height: 200px;
  width: 320px;
}

.destination-box .box-details::before {
  content: "";
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: -15px;
  opacity: 0.65;
background: rgba(0,0,0,0.93);
background: -moz-linear-gradient(45deg, rgba(0,0,0,0.93) 0%, rgba(9,9,9,0.93) 45%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 99%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.93)), color-stop(45%, rgba(9,9,9,0.93)), color-stop(88%, rgba(17,17,17,0)), color-stop(99%, rgba(19,19,19,0)));
background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.93) 0%, rgba(9,9,9,0.93) 45%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 99%);
background: -o-linear-gradient(45deg, rgba(0,0,0,0.93) 0%, rgba(9,9,9,0.93) 45%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 99%);
background: -ms-linear-gradient(45deg, rgba(0,0,0,0.93) 0%, rgba(9,9,9,0.93) 45%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 99%);
background: linear-gradient(45deg, rgba(0,0,0,0.93) 0%, rgba(9,9,9,0.93) 45%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=1 );
}

.destination-box .box-meta {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  visibility: hidden;
  position: relative;
  opacity: 0;
  z-index: 2;
  bottom: 0px;
}
.destination-box .box-meta .titre-livre,
.destination-box .box-meta .auteur-livre {
  font-family: "Dosis", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1em;
  color: #ffffff;
  margin: 0;
}


.destination-box .box-meta .sous-titre-livre {
  color: #ffffff;
  margin-top: 40px;
  font-size: 14px;
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-position: 85px -2px;
  background-size: 25px;
  height: 35px;

}
.destination-box .box-meta .titre-livre {
  font-size:100%;
}
@media (max-width: 900px) {
  .destination-box .box-meta .titre-livre {
  font-size: 20px;
}

}

.destination-box .box-meta .auteur-livre {
  font-size: 14px;
}
.destination-box:hover .box-details::before{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.destination-box:hover .box-meta {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.destination-box:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* --- Loading Destinations Box --- */
.load-destinations-box {
  display: none;
}
.load-destinations-box .destination-box {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  opacity: 0;
}
.load-destinations-box.open .destination-box {
  opacity: 1;
}

/* -------- Parallax -------- */
.parallax-box {
/*  background-image: url(../img/rent-boat-background.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;*/
  padding: 50px 0;
  background-color: #EFE9E9;
  

}
.parallax-box h1,
.parallax-box p {

  line-height: 1em;
  color: #ffffff;
}
.parallax-box h2.auteurdujour {
  font-size: 30px;
}
.parallax-box a.auteurdujour {
  font-size: 30px;
  line-height: 40px;
} 
.parallax-box .linkauteurdujour {
  margin-top: 70px;
}
.parallax-box h1 {
  letter-spacing: 0.08em;
  font-family: "dosis", sans-serif;
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 10px;
}

h4.resume {
  color: #ffffff;
}

.parallax-box .flag {
  height: auto;
  width: 50px;
  display: block;
  margin-right: auto;
}
.parallax-box p {
  font-size: 30px;
  letter-spacing: 0.04em;
  
}

.parallax-box p.texte3 {
    margin-bottom: 10px;
}

p.date {
    margin-bottom:0px;
}
@media (max-width: 768px) {
  .parallax-box {
    padding: 100px 0;
  }
  .parallax-box h1 {
    font-size: 36px;
  }
  .parallax-box p {
    font-size: 20px;
  }
}

/* -------- Social Block -------- */
.social-block {
  font-size: 0;
  line-height: 1em;
}
.social-block li {
  display: inline-block;
}
.social-block li:not(:last-of-type) {
  margin-right: 20px;
}
.social-block li i,
.social-block li a {
  display: inline-block;
  border-radius: 50%;
}
.social-block li i {
  text-align: center;
  font-weight: 500;
  -webkit-transition: inherit;
  transition: inherit;
  background: #717171;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  height: 44px;
  width: 44px;
}
.social-block li i:hover.icon-facebook {
  background: #3b5998;
}
.social-block li i:hover.icon-twitter {
  background: #55acee;
}
.social-block li i:hover.icon-google-plus {
  background: #dd4b39;
}


/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}
 
/*----- Menu -----*/
@media screen and (min-width: 860px) {
    .menu {
        width:100%;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
    }
}
 
.menu ul {
    display:inline-block;
}
 
.menu li {
    margin:0px 50px 0px 0px;
    float:left;
    list-style:none;
    font-size:17px;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#777;
    transition:color linear 0.15s;
}
 
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#66a992;
}
 
/*----- Search -----*/
.search-form {
    float:right;
    display:inline-block;
}
 
.search-form input {
    width:200px;
    height:30px;
    padding:0px 8px;
    float:left;
    border-radius:2px 0px 0px 2px;
    font-size:13px;
}
 
.search-form button {
    height:30px;
    padding:0px 7px;
    float:right;
    border-radius:0px 2px 2px 0px;
    background:#66a992;
    font-size:13px;
    font-weight:600;
    text-shadow:0px 1px 0px rgba(0,0,0,0.3);
    color:#fff;
}




/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;

}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin-top: 7px;
}

@media screen and (min-width: 767px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  padding: 0.7em 1em;
  color: #000000;
  width: 100%;
  float: left;
}

.nav-collapse a:hover {
    color: #EA4F49;
}
@media screen and (min-width: 767px) {
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
    font-size: 20px;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

.nav-collapse a:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 767px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


  
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #000000; /* Edit this to change the icon color */
  font: normal 60px/50% "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  margin-top: 13px;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;

}

.nav-toggle.active:before {
    font-size: 90px;
    content: "X";
    font-family: 'Dosis', sans-serif;
    margin-right: -60px;
    margin-top: 173px;
    color: white;
  /* Close icon */
}


.max-width-book{
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .max-width-book {
    margin-left:80px;
  }
}
@media screen and (min-width: 1300px) {
  .max-width-book {
    padding-left:80px;
  }
}

@media screen and (min-width: 765px) {
  li.hide-link {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  li.hide-link-width {
    display: none;
  }
}
li.hide-link {
  margin-top: 30px;
  font-size: 20px;
}
li.hide-link.active {
    display: none;
}
.max-width-produit{
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  height: auto;

}

@media screen and (max-width: 640px) {
.max-width-produit {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
}






/*produit*/




div.photo-header {
  background-color: red;
  height: 90px;
}

form.for-auteur {
  margin-top: 200px;
}



@media screen and (min-width: 800px) and (max-width: 1000px) {
  section#centrer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-bottom: 50px;
}
}

/*Parution*/
div.groupe-parution {
  display: flex;
}
div.livre-parution {
    background-color: #ffffff;
    height: auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    padding: 30px;
    width: 48%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 20px;
}
div.photo-livre-parution {
  width: 100px;
  height: 166px;
  overflow-y: hidden;
  overflow-x: hidden;
}
div.photo-livre-parution > img{
  width: 100%;
  height: auto;
}
div.infos-livre-parution {
  float: right;
  width: 70%;
}
div.infos-livre-parution > p:first-child {
 font-size: 2em;
 line-height: 40px;
}

@media screen and (max-width: 991px) {
  div.groupe-parution {
    flex-direction: column;
    
  }
  div.livre-parution {
    width: 90%;
    justify-content: space-around;
  }
  div.infos-livre-parution {
    width: 50%;
  }
}


div.flex-box-1,
div.flex-box-2,
div.flex-box-3 {
    flex-direction: column;
}
div.flex-box-1 > .hide-note {
    display: none;
}
div.flex-box-2 {
    width: 90%;
}
div.flex-box-2test {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
div.flex-box-50 {
    width: 50%;
}
div.flex-box-all {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;  
}
@media screen and (min-width: 750px) {
div.colle-bord {
    margin-left: 0;
}
div.colle-bord-droit {
    margin-right: 0;
}
}

@media screen and (max-width: 1200px) {

    
    div.flex-box-3 {
        display: none;
    }
    flex-box-2test > div.information-produit {
        margin-top: 300px;
    }
}


@media screen and (max-width: 900px) {
    div.flex-box-all {
        flex-direction: column;
    }
    div.flex-box-1,
    div.flex-box-2,
    div.flex-box-3 {
    margin: 0 auto 30px auto !important;
    
}

div.flex-box-2 {
    margin-top: 20px;
}
div.flex-box-50 {
    margin-bottom: 20px;
    width: 90%;
}

}


.numCollecSmall {
    font-family: 'dosis', sans-serif; 
    font-size:20px;
    
    color:#EA4F49;
}


p.style_auteur {
    margin-bottom: 30px;
}


.date-parution {
    font-size: 30px;
}


a.parutionsAG,
a.parutionsAD {
    font-size: 20px;
}
.parutionsAA {
    margin-bottom: 30px;
}

.span-date {
    font-size: 20px;
}

a.span-date {
    color: black;
}
.mois-en-cour {
    color:#EA4F49;
    font-size: 40px;
    margin-left: 15px;
    margin-right: 15px;
}


.sousCatParu {
    font-size: 30px;
    color: #EA4F49;
}
.sousCatParu > a {
    color: #EA4F49;
}
.sousCatParu > h3 {
    color: #EA4F49;
}
.sousCatParusmall {
    color: #EA4F49;
    font-size: 20px;
    margin-bottom: 0;
}

.sousCatNonSelec {
    font-size: 20px;
}
.sousCatNonSelec > h3 {
    color: #EA4F49;
}

.nombre-collection {
    color: #EA4F49;
}


.texte-collection {
    margin-top: 30px;
    font-size: 18px;
}

div.liste-continent {

    margin-left: 50px;
    font-size: 30px;
    height: auto;
    display: inline-block;
    line-height: initial;
    text-align: center;
}
.container-liste-pays {
    width: 100%;
    margin:  80px auto;
    
}
div.liste-pays {
    
    margin-left: 20px;
    font-size: 30px;
    height: auto;
    display: inline-block;
    line-height: initial;
    text-align: center;
}

div.liste-pays:last-child {
    margin-right: 20px;
}


.onglet {
/*	background-image:url(images/onglet.gif); */
	background-repeat:no-repeat;
	/* color: #CCC; */
	line-height: 25px;
	text-indent: 10px;
	font-family: 'dosis', sans-serif; 
	font-weight:normal;        
}

#onglet, #ongletPrix {
                     display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    /* padding-left:10px;*/
                     font-family: 'dosis', sans-serif; 
                     font-size: 16px;
                     font-weight:normal;
                     margin-right: 5px;
                     margin-bottom: 30px;
                    }
#onglet ul, #ongletPrix ul {
                     margin:0;
                     padding:0;
                     list-style:none;
                     display: flex;
                     flex-wrap: wrap;
                     margin: 0 auto;
                     justify-content: center;
    			}
 #onglet li, #ongletPrix li{
                    border-radius: 5px;
                    background:#BFBABA; 
                    margin:5px;
                    color:#716755;
                    display: flex;
    		} 

#onglet a, #ongletPrix a {
                    
/*                    background:#CCC no-repeat left 100%;*/
                    padding:13px 10px;
                    font-size: 16px;
/*                    color:#716755;*/
                  
			}
#onglet > ul a {
    width:300px;
    height: 50px;
}

#ongletPrix > ul a {width:140px;}

#onglet a:hover li, #onglet a:hover, #onglet li.current a {
    width: 300px;
    height: 50px;
}

#ongletPrix a:hover li, #ongletPrix a:hover, #ongletPrix li.current a {width: 140px;}

#onglet a:hover li, #ongletPrix a:hover li {
          float:left;
	  margin-right: 5px;
          margin-left: 5px;
	  background-position:right 0%;
          padding:5px 10px;
/*	  background-color: #CCC;*/
          border: 1px solid #50493c;
          }
	 
#onglet a:hover, #onglet li.current a, #ongletPrix a:hover, #ongletPrix li.current a{
	float:left;
	padding:13px 10px;
	background-position:right 0%;
	text-decoration:none;
        font-size:16px;
        background-color: #EA4F49;
        color: #FFFFFF;
        border-radius: 5px;
   /*       -moz-box-shadow: 3px 3px 5px #656565;
        -webkit-box-shadow: 3px 3px 5px #656565;
        -o-box-shadow: 3px 3px 5px #656565;
        box-shadow: 3px 3px 5px #656565;
        filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);			 */
} 



a.numPagesNoSelect:hover {
          
         font-weight: bold;
        }       
 
.numPagesNoSelect {
	font-family: 'dosis', sans-serif; 
	font-size: 24px; color: #000; 
	margin-top: 5px; 
	margin-right: 3px; 
	margin-bottom: 5px; 
	margin-left: 3px;
        font-weight: normal;
        padding: 4px 4px;
        text-align: center; width: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #CCC;
        behavior: url(/pie/PIE.htc);
        text-decoration: none;
}
.numPagesSelect {
	font-family: 'dosis', sans-serif; 
	font-size: 24px; color: #000; 
	margin-top: 5px; 
	margin-right: 3px; 
	margin-bottom: 5px; 
	margin-left: 3px;
        font-weight: bold;
        padding: 4px 6px;
        text-align: center; width: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #EEEEEE;
        behavior: url(/pie/PIE.htc);
}



.rechercheLettre {
         display:none; 
         padding-bottom:25px;
}

.lettreSelect {
        font-family: 'dosis', sans-serif; 
	font-size: 16px;
        color: #EA4F49; 
        margin-top: 3px; 
	margin-bottom: 3px; 
        font-weight: bold;
        border: 1px solid #EEEEEE;
        padding: 2px 4px;
        text-align: center; width: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        behavior: url(/pie/PIE.htc);
        text-decoration: none;    
        line-height: 4;
}

a.lettreNoSelect {
        font-family: 'dosis', sans-serif; 
	font-size: 16px;    
        color: #000; 
	margin-top: 3px; 
	margin-bottom: 3px; 
        font-weight: normal;
        padding: 4px 6px;
        text-align: center; width: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #EEEEEE;
        behavior: url(/pie/PIE.htc);
        text-decoration: none;   
        line-height: 3;
}

a.lettreNoSelect:hover {
          
         background: #ECE4D5;
        }      
        
        
 .selected {
    color: #EA4F49;
    border-bottom: solid 1px #EA4F49 ;
}

.desactiver
{
	color: rgba(0, 0, 0, 0.2);
/*        text-decoration: line-through;*/
}
.desactiver:hover
{
	color: rgba(0, 0, 0, 0.04);
	text-decoration:none;
}


.liste_auteur {
   
  margin: 0 auto;
  width: 40%;
    line-height: 30px;
    font-size: 20px;
    
}


img#miniatureDrapeau {
    display: block;
    margin: 10px auto;
    width: 60px;
    height: auto;
}

.entetechoix {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
}

.titre-editeur:first-child {
    padding-left:15px;

}
div.region-container {
    display: flex;
    justify-content:space-between;
    width: 100%;
    margin-top: 5px;
    
}
div.region {
    width: 33.33%;
    font-size: 16px;
}


.infosLivrePage {
	font-size:16px;
	color:#666666;
	font-weight:300;
        padding: 2px 0 2px 0;
	font-family: 'dosis', sans-serif; 	
}

.ligneentete, .ligneentete a {
	font-family: "dosis", sans-serif;
	font-size: 18px;
	background-color: #EA4F49;
	text-align:left;
	padding-left:5px;
	color: #FFFFFF;
	height:40px
	
}

@media screen and (max-width: 500px) {
    
    .ligneentete, .ligneentete a  {
        font-size: 12px;
    }
    
}

.lettreSelect {
        font-family: 'dosis', sans-serif; 
	font-size: 16px;
        color: #EA4F49; 
        margin-top: 3px; 
	margin-bottom: 3px; 
        font-weight: bold;
        border: 1px solid #EEEEEE;
        padding: 2px 4px;
        text-align: center; width: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        behavior: url(/pie/PIE.htc);
        text-decoration: none;    
        line-height: 4;
}

a.lettreNoSelect {
        font-family: 'dosis', sans-serif; 
	font-size: 16px;    
        color: #000; 
	margin-top: 3px; 
	margin-bottom: 3px; 
        font-weight: normal;
        padding: 4px 6px;
        text-align: center; width: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #BFBABA;
        text-decoration: none;   
        line-height: 3;
}

a.lettreNoSelect:hover {
          
         background: #ECE4D5;
        }      
.lignepair {  
	background-color: #FFFFFF; 
	font-family: 'dosis', sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	color: #000000; 
	padding-left: 15px; 
	padding-right: 6px; 
	padding-top: 20px; 
	padding-bottom: 20px ;
}
				
.ligneimpair { 
	background-color: #EEEEEE; 
	font-family: 'dosis', sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	color: #000000; 
	padding: 15px;
}


.resultat-editeur {
    background-color: #FFFFFF;
    width: 100%;
}


@media screen and (max-width: 700px) {
    .ligneentete, .ligneimpair, .lignepair, .titre-editeur {
        font-size: 13px;
        
    }
    .cp {
        display: none;
    }
    table#resultat {
        overflow-x: hidden;
        overflow-x: scroll;
    }
    
    div.region-container {
    display: block;
    width: 100%;
    }
    
    td.td-responsive {
    display:block;
    }
}
div.region {
    width: 33.33%;
    font-size: 16px;
}


div.logo-collection {
    margin-bottom: 10px;
}

div.flex-logo-collection {
    width: 50%;
}
.image-collection {
    display: block;
    margin: 0 auto;
    
    
    
}
.texteBleuGras {
    font-size: 20px;
    border-bottom: solid 1px #EA4F49;
    color: #EA4F49;
}


.banner-tr {
  padding-top: 1px;
  padding-bottom:80px;
  background-image:url(../img/banner3.jpg);
  background-size: cover;
  background-position: 50% 40%;
  background-attachment: fixed;
}
.titreRubrique {
	background-color: #BFBABA;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	clip:   rect(auto, auto, auto, auto);
	text-indent: 5px;
	font-family: 'dosis', sans-serif; 
        border-radius: 3px;
        margin-bottom: 10px;
   box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
}

.banner {
  background-size: cover;
  background-position: 50% 40%;
  background-attachment: fixed;
  padding-top: 1px;
  padding-bottom:80px;
}
.banner1 {
    
background-image:url(../img/banner2.jpg);
background-color: grey;
  
}
.banner2 {

background-image:url(../img/banner1.jpg);
background-color: grey;

}
.banner3 {

background-image:url(../img/banner5.jpg);
background-color: grey;

}
.banner4 {

background-image:url(../img/banner4.jpg);
background-color: grey;

}

.titreRubriqueCollec {
	background-color: #BFBABA;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	clip:   rect(auto, auto, auto, auto);
	text-indent: 5px;
	font-family: 'dosis', sans-serif; 
	font-weight:bold;
   padding-bottom:10px;   
}

.border-search-bar {
    border-bottom: 1px solid black;
/*    background-color: #F8F8F8;*/
   border-radius: 0px !important;
}


@media screen and (max-width: 399px) {
.recherche_avancee_mobile {
   visibility: visible;
   display: block;
   background-color: #BFBABA;
   padding: 15px;
   box-shadow: 0 20px 60px 0 rgba(15,16,18,0.18);
   border-radius: 3px;
}

.recherche_avancee_mobile > input,select {
    margin-top: 10px;
    float: left;
}
input.bouton-valide {
        margin-top: 220px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
.recherche_avancee_no_mobile {
    display: none;
}
}

@media screen and (min-width: 400px) {
.recherche_avancee_mobile {
    display: none;
}

}

.fondnavig {
    padding: 20px 0;
    background-color: #EFE9E9;
}



.scrollToTop{
	width:50px; 
	height:60px;
	padding:10px; 
	text-decoration: none;
	position:fixed;
	bottom:70px;
	right:10px;
	background: url('/img/arrow.svg') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}


.jaquette > img:hover {
    width: 150px;
     transition-duration: 3s;
  
}

.jaquette > img {
 transition: all 0.5s ease;
}

map {
    overflow-x: auto;
}
map area.contient-map:hover {
     -moz-box-shadow: inset -2px -2px 2px 2px #CCC;
    -webkit-box-shadow: inset -2px -2px 2px 2px #CCC;
    box-shadow: inset -2px -2px 2px 2px #CCC;
}

.block {
    display: block;
}

@media screen and (max-width: 800px) {
    
    .margin-left-15 {
        margin-left: 0 !important ;
    }
    
}
@media screen and (max-width: 480px) {
    
    .margin-left-15 {
        margin-left: 0 !important ;
    }
    .flex-box-50 {
        width: 100% !important;
    }
    .flex-box-2 {
        width: 100% !important;
    }
    
    .flex-box-all {
        width: 100% !important;
    }
    .information-produit, .lep {
        margin-left: auto !important;
        margin-right: auto !important;

    }
    .flex-box-1 {
        margin-left: auto;
        margin-right: auto;
        
    }
     
    
}
ul.prixLitteraire {
    margin-bottom: 0;
}

ul.prixLitteraire > li > a {
    font-size: 15px;
    vertical-align: middle;
    
}