@charset "UTF-8";
/********* Import ************/
/* bourgogne */
/* jaune */
/* beige */
@import url("../twentyseventeen/style.css");
.btn {
  font-size: 17px;
  white-space: normal;
  cursor: default;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  box-shadow: none;
  padding: 10px 25px 10px 25px;
  border-radius: 500px;
  text-transform: uppercase;
  text-decoration: none;
  border: none !important;
}
@media (min-width: 480px) {
  .btn {
    white-space: nowrap;
  }
}

a.btn {
  cursor: pointer;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.btn, a.btn:visited, a.btn:visited:hover, button.btn, button.btn:visited, button.btn:visited:hover {
  color: #fff;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: initial;
}

.btn-primary {
  background: #802528;
  background: -moz-linear-gradient(top, #802528 0%, #802528 100%);
  background: -webkit-linear-gradient(top, #802528 0%, #802528 100%);
  background: linear-gradient(to bottom, #802528 0%, #802528 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-primary", endColorstr="$color-tertiary",GradientType=0 );
  border-color: #e3ded3;
  border-radius: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #e3ded3;
  background: -moz-linear-gradient(top, #342f2f 0%, #342f2f 100%);
  background: -webkit-linear-gradient(top, #342f2f 0%, #342f2f 100%);
  background: linear-gradient(to bottom, #342f2f 0%, #342f2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color-dark-grey", endColorstr="$color-dark-grey",GradientType=0 );
  background-position: 0 -15px;
  border-color: #342f2f;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #802528;
  border-color: #e3ded3;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn--petit {
  font-size: 15px;
  padding: 5px 20px 5px 20px;
}

.btn-rouge, a.btn.btn-rouge, .btn-rouge:visited, a.btn.btn-rouge:visited {
  color: #fff !important;
  background-color: #802528;
  position: relative;
}

a.btn.btn-rouge:hover, a.btn.btn-rouge:visited:hover {
  background-color: #342f2f;
}

.btn-gris, a.btn.btn-gris, .btn-gris:visited, a.btn.btn-gris:visited {
  color: #fff !important;
  background-color: #7f7f7f;
  position: relative;
}

a.btn.btn-gris:hover, a.btn.btn-gris:visited:hover {
  background-color: #342f2f;
}

.btn-blanc, a.btn.btn-blanc, .btn-blanc:visited, a.btn.btn-blanc:visited {
  color: #802528 !important;
  background-color: #fff;
  position: relative;
}

a.btn.btn-blanc:hover, a.btn.btn-blanc:visited:hover {
  color: #fff !important;
  background-color: #342f2f;
}

/* Bouton avec pictogramme à gauche */
article a.btn-picto-gauche-inverse, article a.btn-picto-gauche-inverse:visited {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
article a.btn-picto-gauche-inverse::before, article a.btn-picto-gauche-inverse:visited::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 250ms ease-out;
}
article a.btn-picto-gauche-inverse:hover, article a.btn-picto-gauche-inverse:visited:hover {
  color: #fff;
}
article a.btn-picto-gauche-inverse:hover::before, article a.btn-picto-gauche-inverse:visited:hover::before {
  transform: scale(1.15);
}

.btn-icon-bulle::before {
  background-image: url(/images/assets/icon-bulle.svg);
}

.btn-icon-bac-dechets::before {
  background-image: url(/images/assets/icon-bac-dechets.svg);
}

.btn-icon-maison::before {
  background-image: url(/images/assets/icon-maison.svg);
}

.btn-icon-document::before {
  background-image: url(/images/assets/icon-document.svg);
}

.btn-icon-badge::before {
  background-image: url(/images/assets/icon-badge.svg);
}

.btn-icon-speaker::before {
  background-image: url(/images/assets/icon-speaker.svg);
}

.btn-icon-dollars::before {
  background-image: url(/images/assets/icon-dollars.svg);
}

.btn-icon-drapeau::before {
  background-image: url(/images/assets/icon-drapeau.svg);
}

/* Pour enlever le padding aux colonnes. A appliquer aux class="row" */
.no-gutter {
  margin: 0;
}
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/**** Accordion *****/
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.panel-group .panel.repeatable {
  padding: 0;
}

.panel-group .panel h4 {
  margin: 0;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-body {
  padding: 3px 0 30px 50px;
  margin-top: -5px;
}

.accordion_header {
  display: block;
  padding: 22px 0 22px 50px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #802528;
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.accordion_header::before {
  position: absolute;
  content: "-";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 18px;
  left: 0;
  transition: all 500ms ease-out;
  z-index: 1;
  color: #342f2f;
  font-size: 28px;
  font-style: normal;
  text-align: center;
  line-height: 34px;
  background-color: #e3ded3;
}
@media (min-width: 992px) {
  .accordion_header:hover {
    color: #802528;
  }
  .accordion_header:hover::before {
    background-color: #802528;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    transform: scale(0.7);
    border: 1px solid #802528;
  }
}
.accordion_header:focus, .accordion_header:active {
  outline: none;
}
.accordion_header:visited {
  color: #802528;
}

.accordion_header.collapsed::before {
  content: "+";
  line-height: 33px;
}

.is-cms .collapse {
  display: block;
  height: auto !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #e0e0e0;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 4px 8px;
}

.table th {
  background-color: #802528;
  color: #fff;
}

/* Tableau adaptatif sur mobile - Cell qui stack - Pratique pour les tableaux que les clients utilisent poru faire de la mise en page */
@media (max-width: 1200px) {
  table td[class*=col-lg], table th[class*=col-lg] {
    display: block;
  }
}
@media (max-width: 992px) {
  table td[class*=col-md], table th[class*=col-md] {
    display: block;
  }
}
@media (max-width: 767px) {
  table td[class*=col-sm], table th[class*=col-sm] {
    display: block;
  }
}
@media (max-width: 480px) {
  .hidden-xs-large {
    display: none !important;
  }

  .visible-xs-large-block {
    display: block !important;
  }
}
.breadcrumb {
  padding: 26px 22px 17px 45px;
  margin: 0;
  background-color: #342f2f;
  border-radius: 0px;
  font-size: 13px;
  position: relative;
  z-index: 5;
  display: inline-block;
  color: #e0e0e0;
}
@media (max-width: 992px) {
  .breadcrumb {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
    padding: 15px 22px 14px 30px;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    padding: 15px 22px 14px 15px;
  }
}
.breadcrumb a, .breadcrumb a:visited {
  color: #e0e0e0;
}
.breadcrumb a:hover, .breadcrumb a:hover:visited {
  color: #fff;
}
@media (min-width: 992px) {
  .breadcrumb li {
    text-overflow: ellipsis;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-family: Arial;
  }
}
.breadcrumb span {
  display: none !important;
}

/* Bug fotn rendering Chrome Windows */
html {
  -webkit-font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
body {
  font-family: "Catamaran", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 100px;
}

.container {
  position: relative;
}

main {
  position: relative;
  text-align: justify;
  color: #333333;
  background-color: #fff;
  z-index: 11;
  margin: 0;
  padding: 75px 0 0 0;
}
@media (max-width: 992px) {
  main {
    text-align: left;
  }
}
.page-centree main, .page-grande-photo-background main {
  margin: 0 auto;
  max-width: 1200px;
}
.page-grande-photo-background main {
  background: none;
  min-height: 500px;
}

.contenu {
  padding: 0 60px 40px 60px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .contenu {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 992px) {
  .contenu {
    padding: 0 25px 40px 25px;
  }
}
@media (max-width: 767px) {
  .contenu {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .contenu {
    padding: 0px 15px 40px 15px;
  }
}

@media (max-width: 1200px) {
  .contenu {
    width: auto;
  }
}
@media (min-width: 992px) {
  article {
    min-height: 600px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  article {
    padding-bottom: 30px;
    margin: 0;
  }
}
.page-sans-top-photo article {
  padding-top: 25px;
  /*@include media("<md") {
      margin-top: -70px;
  }*/
}
.page-grande-photo-background article {
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
}
article p {
  margin-bottom: 20px;
}
article [class*=col-] p:last-child, article td p:last-child {
  margin-bottom: 0;
}
article ul {
  padding-bottom: 10px;
  list-style: none;
}
article ol {
  padding-bottom: 10px;
}
article ul li::before {
  content: "•";
  color: #802528;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -0.2em;
  font-size: 25px;
}
article ol li, article ul li {
  margin: 0 0 10px 0;
}
article ul ul, article ul ol, article ol ul, article ol ol {
  margin: 10px 0 0 0;
}
article img {
  display: block;
  height: auto;
  max-width: 100%;
}
article iframe {
  border: 0;
}

article a, article a:visited {
  text-decoration: underline;
  color: #802528;
}

article a:hover, article a:visited:hover {
  text-decoration: none;
  color: #802528;
}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

/*------------------------------------------------------------------
    #Headers
------------------------------------------------------------------*/
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 40px;
  color: #e3ded3;
  font-family: "Lora", Georgia, "Lucida Bright", Times, Serif;
  /*font-family: 'Playfair Display', serif;*/
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: clamp(35px, 7vw, 40px);
  }
}

h2, .h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 1.4em;
  }
}

h3, .h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
  color: #802528;
}
@media (max-width: 600px) {
  h3, .h3 {
    font-size: 1.2em;
  }
}

h4, .h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
  color: #802528;
}
@media (max-width: 600px) {
  h4, .h4 {
    font-size: 1em;
  }
}

h5, .h5 {
  font-size: 1em;
  font-weight: bold;
  color: #C56135;
  text-align: left;
}

article h1:first-of-type, article h2:first-of-type {
  margin-top: 0;
}

hr + h1, h1 + h2, hr + h2 {
  margin-top: 0;
}

/* Header photo double - gauche / droite */
.entete-photo-container-double {
  /*height: 500px;
  @include media(">=lg") { height: 500px; }*/
}
.entete-photo-container-double .entete-photo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
}
.entete-photo-container-double .entete-photo__texte, .entete-photo-container-double .entete-photo__img {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 992px) {
  .entete-photo-container-double .entete-photo__texte, .entete-photo-container-double .entete-photo__img {
    width: 100%;
  }
}
.entete-photo-container-double .entete-photo__texte {
  background-color: #802528;
  color: #e3ded3;
  font-size: 16px;
  line-height: 1.2;
  hyphens: auto;
  padding: 40px 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  height: 600px;
}
@media (max-width: 1200px) {
  .entete-photo-container-double .entete-photo__texte {
    padding: 40px 40px;
  }
}
@media (max-width: 992px) {
  .entete-photo-container-double .entete-photo__texte {
    padding: 80px 40px;
    height: auto;
  }
}
@media (min-width: 993px) {
  .entete-photo-container-double .entete-photo__texte {
    font-size: 19px;
    hyphens: none;
  }
}
.entete-photo-container-double .entete-photo__texte h1 {
  margin: 0 0 30px 0;
}
.entete-photo-container-double .entete-photo__texte p {
  margin-bottom: 20px;
}
.entete-photo-container-double .entete-photo__texte p:last-child {
  margin-bottom: 0;
}
.entete-photo-container-double .entete-photo__texte a, .entete-photo-container-double .entete-photo__texte a:visited {
  color: #e3ded3;
  text-decoration: underline;
}
.entete-photo-container-double .entete-photo__texte a:hover, .entete-photo-container-double .entete-photo__texte a:visited:hover {
  text-decoration: none;
}

.js-support #titre-de-page, .js #titre-de-page {
  opacity: 0;
  transform: scale(1.05);
}

.live #titre-de-page {
  animation-name: titre-de-page-anim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: all 500ms ease-out;
}

@keyframes titre-de-page-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entete-photo-container-double .entete-photo__img {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition-delay: 0.1s;
  overflow: hidden;
  height: 600px;
  background-color: #802528;
}
.js-support .entete-photo-container-double .entete-photo__img img {
  opacity: 0;
  transform: scale(1.05);
}
.entete-photo__img__loaded .entete-photo-container-double .entete-photo__img img {
  opacity: 1;
  transform: scale(1.09);
}
.js-support.is-cms .entete-photo-container-double .entete-photo__img img {
  opacity: 1;
}
.entete-photo-container-double .entete-photo__img p {
  min-height: 600px;
  height: 100%;
  margin: 0;
}
@media (max-width: 992px) {
  .entete-photo-container-double .entete-photo__img {
    height: 500px;
  }
  .entete-photo-container-double .entete-photo__img p {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .entete-photo-container-double .entete-photo__img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .entete-photo-container-double .entete-photo__img p {
    min-height: 100px;
  }
}
.entete-photo-container-double .entete-photo__img .card-img-overlay {
  padding: 0;
}
.entete-photo-container-double .entete-photo__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  transition: all 4s ease-out;
}
.entete-photo-container-double .entete-photo__img figure {
  margin: 0;
}
.entete-photo-container-double .entete-photo__img .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #fff;
}
.entete-photo-container-double .entete-photo__img.entete-photo__video {
  overflow: hidden;
  background: #6c1f22 url(/assets/images/loading-fond-bleu-fonce2.gif) no-repeat center center;
  background-size: 50px;
}
@media (max-width: 992px) {
  .entete-photo-container-double .entete-photo__img.entete-photo__video {
    height: auto;
    padding-top: 56.25% !important;
  }
}
.entete-photo-container-double .entete-photo__img.entete-photo__video::before {
  display: none;
}
.video-started .entete-photo-container-double .entete-photo__img.entete-photo__video::before {
  display: block;
}
.entete-photo-container-double .entete-photo__img.entete-photo__video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*@include media(">=xl2") {  
      left: 0;
  }*/
}
@media (min-width: 992px) {
  .entete-photo-container-double .entete-photo__img.entete-photo__video iframe {
    height: 400px;
    width: 711px;
    /*right: auto; left: calc((50vw/2) - 355px);*/
  }
}
@media (min-width: 1200px) {
  .entete-photo-container-double .entete-photo__img.entete-photo__video iframe {
    height: 500px;
    width: 888px;
    /*left: calc((50vw/2) - 444px);*/
  }
}

/* Entete sans photo, moins haute (ex: waterville) */
.entete-sans-photo {
  background-color: #802528;
  color: #e3ded3;
  font-size: 16px;
  line-height: 1.2;
  hyphens: auto;
  padding: 70px 80px 50px 80px;
  /* margin-bottom: -60px; */
  z-index: 111;
  position: relative;
  /*@include media(">=md") {  
      margin-bottom: -100px;
  }*/
}
.entete-sans-photo #titre-de-page {
  max-width: 1000px;
  margin: 0 auto;
}
.entete-sans-photo h1, .entete-sans-photo h2, .entete-sans-photo p {
  text-align: center;
}
.entete-sans-photo h1 {
  margin: 0 0 20px 0;
}
.entete-sans-photo h1 a, .entete-sans-photo h1 a:visited {
  color: #e3ded3;
}

/*------------------------------------------------------------------
    /#Headers
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Modele de pages
------------------------------------------------------------------*/
.page-centree .top-photo-background {
  padding-top: 300px;
  padding-bottom: 70px;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 766px) {
  .page-centree .top-photo-background {
    background-size: 100% auto;
  }
}

@media (max-width: 766px) {
  body[data-section-id=ville].page-grande-photo-background {
    background: url(/images/page-index-background-ville-sm.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 767px) {
  body[data-section-id=ville].page-grande-photo-background {
    background: url(/images/page-index-background-ville-md.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  body[data-section-id=ville].page-grande-photo-background {
    background: url(/images/page-index-background-ville-lg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (max-width: 766px) {
  body[data-section-id=services].page-grande-photo-background {
    background: url(/images/page-index-background-services-sm.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 767px) {
  body[data-section-id=services].page-grande-photo-background {
    background: url(/images/page-index-background-services-md.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  body[data-section-id=services].page-grande-photo-background {
    background: url(/images/page-index-background-services-lg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (max-width: 766px) {
  body[data-section-id=culture-loisirs].page-grande-photo-background {
    background: url(/images/page-index-background-culture-loisirs-sm.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 767px) {
  body[data-section-id=culture-loisirs].page-grande-photo-background {
    background: url(/images/page-index-background-culture-loisirs-md.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  body[data-section-id=culture-loisirs].page-grande-photo-background {
    background: url(/images/page-index-background-culture-loisirs-lg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}

/*------------------------------------------------------------------
    /#Modele de pages
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Home
------------------------------------------------------------------*/
body[data-section-id=accueil] main {
  background-color: #fff;
  border: 0;
  margin-top: -150px;
  padding-top: 55px;
}
body[data-section-id=accueil] article {
  box-shadow: none;
}
@media (max-width: 992px) {
  body[data-section-id=accueil] article {
    margin-right: 0;
    margin-left: 0;
    /* padding-right: 15px; padding-left: 15px; */
  }
}
body[data-section-id=accueil] h2 {
  color: #802528;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 5px;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  body[data-section-id=accueil] article a.btn-picto-gauche-inverse, body[data-section-id=accueil] article a.btn-picto-gauche-inverse:visited {
    flex-wrap: nowrap;
  }
  body[data-section-id=accueil] article a.btn-picto-gauche-inverse::before, body[data-section-id=accueil] article a.btn-picto-gauche-inverse:visited::before {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}
body[data-section-id=accueil] .acces-rapide {
  background-color: #802528;
  padding: 80px 0 70px 0;
  position: relative;
}
@media (max-width: 766px) {
  body[data-section-id=accueil] .acces-rapide {
    padding: 90px 10px 70px 10px;
  }
}
body[data-section-id=accueil] .acces-rapide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-15%);
  opacity: 0;
  background: url(/images/logo-mark.svg) no-repeat -100px center;
  background-size: auto 85%;
  transition: all 4500ms ease-out;
}
body[data-section-id=accueil] .acces-rapide.inview::before {
  transform: translateX(0%);
  opacity: 0.075;
}
body[data-section-id=accueil] .acces-rapide .container {
  position: relative;
  z-index: 2;
}
body[data-section-id=accueil] .acces-rapide h2 {
  color: #e3ded3;
}
body[data-section-id=accueil] .acces-rapide [class*=col-] {
  padding-bottom: 25px;
}
body[data-section-id=accueil] #en-ce-moment {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) and (max-width: 992px) {
  body[data-section-id=accueil] #en-ce-moment {
    justify-content: flex-start;
  }
}
body[data-section-id=accueil] #en-ce-moment .repeatable {
  display: flex;
  flex-direction: column;
  padding: 0 35px 40px 35px;
  border: none;
  width: 33.3333333333%;
}
@media (min-width: 993px) and (max-width: 1200px) {
  body[data-section-id=accueil] #en-ce-moment .repeatable {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  body[data-section-id=accueil] #en-ce-moment .repeatable {
    width: 50%;
  }
}
@media (max-width: 766px) {
  body[data-section-id=accueil] #en-ce-moment .repeatable {
    width: 100%;
    max-width: 400px;
  }
}
body[data-section-id=accueil] #en-ce-moment .en-ce-moment-img {
  margin-bottom: 20px;
  /* aspect-ratio: 685 / 545; box-sizing: content-box; */
}
body[data-section-id=accueil] #en-ce-moment .en-ce-moment-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 250px;
}
body[data-section-id=accueil] #en-ce-moment .en-ce-moment-titre {
  font-weight: 400;
  color: #802528;
  font-size: 1.2em;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}
@media (min-width: 767px) {
  body[data-section-id=accueil] #en-ce-moment .en-ce-moment-titre-content {
    min-height: 52px;
  }
}
body[data-section-id=accueil] #en-ce-moment .en-ce-moment-texte {
  margin-bottom: 20px;
  font-size: 0.87em;
  line-height: 1.2;
  text-align: left;
}
body[data-section-id=accueil] #en-ce-moment .en-ce-moment-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}
body[data-section-id=accueil] #slider {
  position: relative;
}
body[data-section-id=accueil] #slider .slick-list {
  overflow: hidden;
  width: calc(89% - 1px);
}
@media (max-width: 480px) {
  body[data-section-id=accueil] #slider .slick-list {
    width: calc(83% - 1px);
  }
}
body[data-section-id=accueil] #slider .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
}
body[data-section-id=accueil] #slider a {
  display: flex;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
}
body[data-section-id=accueil] #slider img {
  width: 50vw;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
@media (max-width: 767px) {
  body[data-section-id=accueil] #slider img {
    width: 90vw;
  }
}

@keyframes header-anim {
  0% {
    opacity: 0;
    transform: scale(0.25);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(10px);
  }
}
/* hack ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main::before {
    display: none;
  }
}
.video-background {
  height: 100vh;
  max-height: 100%;
  min-height: 850px !important;
  opacity: 0.95;
  /* au lancement on avait opacity: .8; */
  /*max-height: 1200px !important;*/
  background-color: #310e0f;
}
@media (min-width: 600px) {
  .video-background {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .video-background {
    height: 102vh;
  }
}
@media (max-width: 479px) {
  .video-background {
    height: 50vh;
  }
}
.video-background video {
  position: fixed;
  top: 55%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  transform: translateX(-50%) translateY(-55%);
  transition: 1s opacity;
}
@media (min-width: 600px) {
  .video-background .loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 130px;
    left: 30px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .video-background .loading span {
    animation: spin 1s infinite linear;
    transform-origin: 50% 50%;
  }
}

@media (min-width: 600px) {
  .video-background.img-background {
    background: transparent url(/images/photo-accueil-background.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media (max-width: 599px) {
  .video-background.img-background {
    background: transparent url(/images/photo-accueil-background-xs.jpg) no-repeat center top;
    background-size: cover;
  }
}

.nouvelles {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 20;
  width: 376px;
  transition: all 1500ms ease-out;
}
@media (max-width: 767px) {
  .nouvelles {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .nouvelles {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
    float: left;
    width: auto;
    margin: 35px 15px 15px 15px;
    transform: none;
  }
}

.nouvelles-container {
  padding: 0 0 5px 0;
  background-color: #fff;
  /*@include media("<=xs-large") { 
      margin: 0 15px;
  }*/
}
@media (max-width: 319px) {
  .nouvelles-container {
    /*background-size: contain;*/
  }
}

.nouvelles-titre {
  padding: 11px 10px 12px 18px;
  color: #fff;
  text-align: left;
  font-weight: 200;
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  letter-spacing: 7px;
  background-color: #4c4c4e;
}
@media (max-width: 480px) {
  .nouvelles-titre {
    padding-top: 3%;
  }
}
@media (max-width: 319px) {
  .nouvelles-titre {
    background-color: #802528;
    margin: -5px -5px 0 -5px;
  }
}

.nouvelles-liste {
  color: #802528;
  line-height: 22px;
}
.nouvelles-liste a, .nouvelles-liste a:visited {
  text-decoration: none;
  color: #802528 !important;
  padding-right: 22px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nouvelles-liste a::before, .nouvelles-liste a:visited::before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  color: #802528;
  font-size: 16px;
  position: absolute;
  right: 3px;
  bottom: 0px;
  transition: all 500ms ease-out;
}
.nouvelles-liste a:hover, .nouvelles-liste a:visited:hover {
  color: #cea052 !important;
}
.nouvelles-liste a:hover::before, .nouvelles-liste a:visited:hover::before {
  right: -2px;
  color: #cea052;
}

.nouvelles-item {
  margin: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #7f7f7f;
}
.nouvelles-item:last-child {
  border: none;
  padding: 0;
}

.nouvelles-liste .nouvelles-item:last-child {
  border: none;
}

body[data-section-id=accueil] .nouvelles-item {
  font-family: Oxygen, Arial;
  font-size: 0.9em;
}

.nouvelles-date {
  font-size: 0.8em;
  color: #342f2f;
}

.nouvelles-description {
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.nouvelles-description p {
  margin-bottom: 0;
}

a.nouvelles-liens-toutes, a.nouvelles-liens-toutes:visited {
  color: #fff;
  text-align: left;
  padding: 14px 14px 12px 14px;
  display: block;
  background-color: #4c4c4e;
  overflow: hidden;
  position: relative;
  transition: all 500ms ease-out;
  cursor: pointer;
  /*@include media("<=xs-large") { 
      margin: 0 15px;
  }*/
}
a.nouvelles-liens-toutes span, a.nouvelles-liens-toutes:visited span {
  position: relative;
  z-index: 2;
}
a.nouvelles-liens-toutes::after, a.nouvelles-liens-toutes:visited::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(224, 224, 224, 0.75);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease-out;
  transform: translate(-200px, -200px) rotate(15deg);
}
a.nouvelles-liens-toutes:hover, a.nouvelles-liens-toutes:visited:hover {
  color: #000;
  text-decoration: none;
}
a.nouvelles-liens-toutes:hover::after, a.nouvelles-liens-toutes:visited:hover::after {
  transform: translate(0, 0);
}

.recherche-accueil {
  width: 460px;
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translateX(-50%);
  z-index: 20;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  transition: all 1500ms ease-out;
}
@media (max-width: 1024px) {
  .recherche-accueil {
    top: 30%;
  }
}
@media (max-width: 600px) {
  .recherche-accueil {
    padding: 0 25px;
    width: 100%;
    left: 50%;
  }
}
@media (max-width: 480px) {
  .recherche-accueil {
    display: none;
  }
}
.recherche-accueil .recherche-accueil-titre {
  font-family: "Oxygen", sans-serif;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recherche-accueil .recherche-accueil-titre {
    font-size: 30px;
    line-height: 30px;
  }
}
.recherche-accueil .form-control {
  width: 90%;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  box-shadow: none;
  font-size: 20px;
  display: inline-block;
}
@media (max-width: 480px) {
  .recherche-accueil .form-control {
    width: 85%;
  }
}
.recherche-accueil .form-control:focus {
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: none;
}
.recherche-accueil span {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease-out;
  vertical-align: text-bottom;
}
.recherche-accueil span:hover {
  transform: scale(1.2);
}
.recherche-accueil *::-webkit-input-placeholder {
  color: #fff;
}
.recherche-accueil *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
.recherche-accueil *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
.recherche-accueil *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.bouton-sur-video-accueil {
  position: absolute;
  left: 15px;
  top: -130px;
  z-index: 20;
}

/*------------------------------------------------------------------
    /#Home
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Portrait de la ville
------------------------------------------------------------------*/
@media (max-width: 766px) {
  body[data-page-id=portrait-de-la-ville] .top-photo-background {
    background: url(/fr/ville/images/portrait-de-la-ville-background-sm.jpg) no-repeat center top;
    background-attachment: fixed;
  }
}
@media (min-width: 767px) {
  body[data-page-id=portrait-de-la-ville] .top-photo-background {
    background: url(/fr/ville/images/portrait-de-la-ville-background-md.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  body[data-page-id=portrait-de-la-ville] .top-photo-background {
    background: url(/fr/ville/images/portrait-de-la-ville-background-lg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
body[data-page-id=portrait-de-la-ville] #btn-portrait {
  transform: scale(1.6);
  transform-origin: center center;
  margin-top: -180px;
  height: 94px !important;
}
@media (max-width: 992px) {
  body[data-page-id=portrait-de-la-ville] #btn-portrait {
    transform: scale(1.3);
    margin-top: -200px;
  }
}
body[data-page-id=portrait-de-la-ville] .bande-centre-ville {
  overflow: hidden;
  position: relative;
}
body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-background {
  min-height: 550px !important;
  margin-top: -150px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-background {
    background: url(/fr/ville/images/portrait-de-la-ville-centre-ville-lg.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-background {
    background: url(/fr/ville/images/portrait-de-la-ville-centre-ville-md.jpg) no-repeat right top;
    background-size: cover;
  }
}
@media (max-width: 766px) {
  body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-background {
    background: url(/fr/ville/images/portrait-de-la-ville-centre-ville-sm.jpg) no-repeat right top;
    background-size: cover;
  }
}
body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-content {
  padding: 60px 15% 100px 15%;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-content {
    padding: 80px 80px 100px 80px;
  }
}
@media (max-width: 992px) {
  body[data-page-id=portrait-de-la-ville] .bande-centre-ville .bande-centre-ville-content {
    text-align: center;
    padding: 40px 40px 80px 40px;
  }
}

/*------------------------------------------------------------------
    /#Portrait de la ville
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Contact
------------------------------------------------------------------*/
#map {
  width: 100%;
  height: 450px;
}

/*------------------------------------------------------------------
    /#Contact
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Cartes
------------------------------------------------------------------*/
.fleche-carte {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .fleche-carte {
    margin-top: 100px;
  }
}
.fleche-carte img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -130px;
}

/*------------------------------------------------------------------
    /#Cartes
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Gestion du site web
------------------------------------------------------------------*/
body[data-section-id=gestion] {
  /*.navbar-header {
      float: none; text-align: center;
  }
  .logo {
      margin-left: 0;
  }*/
}
body[data-section-id=gestion] #navbar {
  display: none !important;
}

/*------------------------------------------------------------------
    /#Gestion du site web
------------------------------------------------------------------*/
/*------------------------------------------------------------------
    #Autres
------------------------------------------------------------------*/
/* Show les Wow dans Surreal */
.is-cms .wow {
  display: block;
  opacity: 1;
  visibility: visible;
}

.wow {
  visibility: hidden;
}

/** Haut de page **/
.scrollToTop {
  cursor: pointer;
  position: fixed;
  border-radius: 50%;
  padding: 25px 35px 30px 30px;
  background-color: #fff;
  color: #342f2f;
  font-size: 22px;
  /*bottom:1px; right:25px;*/
  bottom: -23px;
  right: -23px;
  z-index: 2000;
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.scrollToTop:hover {
  background-color: #802528;
  color: #fff;
  border: 1px solid #fff;
}

#addsearch-results h1 {
  font-family: "Catamaran", Arial, sans-serif;
  font-size: 16px;
}

/** Popup lightbox, editable dans Surreal **/
#popup, #popup-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #555555;
}

#popup .repeatable, #popup-container .repeatable {
  background-color: #fff;
  padding: 0;
}

#popup .mfp-close, #popup-container .mfp-close {
  right: -35px;
  top: -35px;
  color: #fff;
}
@media (max-width: 767px) {
  #popup .mfp-close, #popup-container .mfp-close {
    right: -15px;
    top: -45px;
  }
}

#popup img, #popup-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

#popup p, #popup-container p, #popup h1, #popup-container h1, .is-cms #popup-container p, .is-cms #popup-container h1 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#popup .repeatable p:last-child, #popup-container .repeatable p:last-child {
  margin-bottom: 0;
}

.is-cms .introduction {
  max-width: 600px;
  text-align: center;
  margin: 50px auto 0 auto;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
}
.is-cms .introduction img {
  max-width: 45px;
  display: inline;
  vertical-align: bottom;
}

.is-cms #popup-container {
  padding: 40px;
  max-width: 600px;
  min-height: 200px;
  margin: 100px auto;
  height: auto;
}

.is-cms #popup-container > div {
  width: 600px;
  margin: 0 auto 60px auto;
  outline: 1px dashed #999;
}

.is-cms #popup-container > div:first-child {
  outline: 5px solid green;
  position: relative;
}

.is-cms #popup-container > div:first-child::before {
  content: "POPUP ACTIF";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: green;
}

#no-popup {
  display: none;
}

.is-cms #no-popup {
  display: block;
}

/* SiteSearch 360 */
.ss360-custom-search .ss360-custom-search__searchbox::placeholder {
  color: #fff;
}

/* Popup résultats de recherche */
#ss360-results article {
  min-height: auto;
  box-shadow: none;
}

.ss360-suggests {
  box-shadow: none !important;
  border-top: 1px solid #ccc;
  margin: 0 !important;
}

.ss360-suggests__wrap {
  flex-direction: row !important;
}

.ss360-suggests__image-container {
  padding: 15px 0 15px 8px;
}
@media (max-width: 992px) {
  .ss360-suggests__image-container {
    padding-right: 0 !important;
  }
}

.ss360-suggests__image-wrap {
  min-width: 150px;
  width: 150px;
}
@media (max-width: 992px) {
  .ss360-suggests__image-wrap {
    min-width: 100px !important;
    width: 100px !important;
  }
}

.ss360-suggests__image {
  max-height: 120px;
}
@media (max-width: 992px) {
  .ss360-suggests__image {
    max-height: 80px !important;
  }
}

.ss360-suggests__image--pdf, .ss360-suggests__image--docs {
  padding: 24px !important;
  height: 56px !important;
  box-sizing: content-box !important;
}

.ss360-suggests__header {
  padding-top: 15px !important;
}

.ss360-suggests__content {
  padding-bottom: 15px;
}

.ss360-suggests__link {
  font-size: 1.4em !important;
  line-height: 1.2em !important;
}

.ss360-suggests__snippet {
  margin-top: 5px !important;
}

/* Accueil */
body[data-section-id=accueil] .unibox {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
body[data-section-id=accueil] article.unibox-n-section, body[data-section-id=accueil] article.ss360-n-section {
  min-height: auto;
}

/*------------------------------------------------------------------
    /#Autres
------------------------------------------------------------------*/
/** Si on utilise un header fixe dans le haut **/
/* Ajoute une marge en haut d'un anchor, pour dégager le header qui est fixe
h1:target, h2:target, h3:target, h4:target, h5:target,
div:target, span:target, p:target, table:target, section:target {
    padding-top: 160px;
}
*/
/*
body[data-section-id="produits"]:not([data-page-id="produits-accueil"]) h1 {
*/
@media (max-width: 767px) {
  header {
    background-color: #fff;
  }
}

@media (max-width: 992px) {
  header > .container {
    width: auto;
  }
}

.navbar-right {
  margin-right: 100px;
}
@media (max-width: 1200px) {
  .navbar-right {
    margin-right: 30px;
  }
}

.logo {
  margin: 12px 0 17px 100px;
  display: inline-block;
  position: relative;
  z-index: 10000;
}
@media (max-width: 1200px) {
  .logo {
    margin: 12px 0 7px 30px;
  }
}
@media (max-width: 480px) {
  .logo {
    margin-left: 15px;
  }
  .logo img {
    width: 200px;
  }
}

.navbar {
  /*visibility: hidden;*/
  background-color: #fff;
  /*background-color: rgba(255,255,255,0.5);*/
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
  min-height: 100px;
  transition: all 500ms ease-out;
  /* Pour le hide/show au scroll */
}
.navbar.navbar-hide {
  transform: translateY(-100%);
}

.navbar-nav {
  border: 0 !important;
}
@media (max-width: 1024px) {
  .navbar-nav {
    margin-left: 0;
  }
}
.is-cms .navbar-nav {
  /*visibility: hidden;*/
}

@media (min-width: 992px) {
  .navbar-nav > li {
    padding: 0;
  }
  .navbar-nav > li:hover {
    background-color: #802528 !important;
  }
  .navbar-nav > li:hover > a {
    color: #fff !important;
    border-color: transparent;
  }
}
@media (min-width: 767px) {
  .navbar-nav > li {
    padding: 0;
  }
}

.navbar-nav > li > a, .navbar-nav > li > a:visited {
  color: #333333;
  font-weight: 200;
  font-family: "Oxygen", sans-serif;
  /*text-transform: uppercase;*/
  /*font-family: 'Playfair Display', serif;*/
  font-size: 18px;
  line-height: 22px;
  padding: 40px 25px 40px 25px;
  position: relative;
  z-index: 1001;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (max-width: 1200px) {
  .navbar-nav > li > a, .navbar-nav > li > a:visited {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .navbar-nav > li > a, .navbar-nav > li > a:visited {
    padding-top: 17px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a, .navbar-nav > li > a:visited {
    background: url(/images/assets/ligne-navbar.png) no-repeat right center;
    background-size: 1px 50px;
    /*&::after {
        content: ""; border-right: 1px solid $color-light-grey; height: 50px; margin-top: -25px; position: absolute; right: 0px; top: 50%;
    }
    .page-centree &::after {
        border-right: 1px solid $color-medium-grey;
    }*/
  }
}

@media (min-width: 992px) {
  .navbar-nav > li.dropdown > a::before, .navbar-nav > li.dropdown > a:visited::before {
    content: "";
    font-family: "Glyphicons Halflings";
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 20px;
    left: 0;
    opacity: 0;
    transition: all 500ms ease-out;
    color: #fff;
    text-align: center;
  }
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:visited:hover {
  border-color: transparent;
  text-decoration: none;
  background-color: #802528 !important;
  color: #fff !important;
}
.nav > li > a:focus::after, .nav > li > a:hover::after, .nav > li > a:visited:hover::after {
  display: none;
}
@media (max-width: 992px) {
  .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:visited:hover {
    color: #fff !important;
    text-decoration: none;
  }
}

.nav .open > a, .nav .open > a:visited, .nav .open > a:focus, .nav .open > a:hover, .nav .open > a:visited:hover {
  border-color: transparent;
  background-color: #802528 !important;
  color: #fff !important;
}
@media (max-width: 992px) {
  .nav .open > a, .nav .open > a:visited, .nav .open > a:focus, .nav .open > a:hover, .nav .open > a:visited:hover {
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .nav .dropdown.open > a::before, .nav .dropdown.open > a:focus::before, .nav .dropdown.open > a:hover::before {
    transform: translateY(5px);
    opacity: 1;
  }
}
.navbar-nav > li#nav-item-search {
  border-right: none;
  position: relative;
  /*.form-control {
      background-color: rgba(255,255,255,1); color: $color-dark-grey; font-size: 15px; border: 1px solid #999; transition: all 500ms ease-out;
      z-index: 1005; font-size: 16px; padding: 10px; height: auto; opacity: 1; width: 250px; margin: 15px 0 30px 15px;
      @include media(">=md") {
          opacity: 0; width: 0; position: absolute; top: 0; right: -10px; display: inline-block; margin: 30px 0 0 0;
      }
  }*/
}
.navbar-nav > li#nav-item-search span {
  font-size: 28px;
  padding: 0;
  color: #7f7f7f;
  position: relative;
  z-index: 1006;
  /*position: absolute;  top: -5px; right: 0;*/
}
@media (min-width: 992px) {
  .navbar-nav > li#nav-item-search span {
    display: inline-block;
    width: auto;
    top: 0;
    padding: 0;
  }
}
.navbar-nav > li#nav-item-search a {
  padding-bottom: 20px;
  background: none;
}
.navbar-nav > li#nav-item-search a::after {
  display: none;
}
.navbar-nav > li#nav-item-search a:hover {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-nav > li#nav-item-search {
    /*&.open-search-field {
        .form-control {
            width: 350px; opacity: 1;
        }
    }*/
  }
  .navbar-nav > li#nav-item-search:hover {
    background-color: transparent !important;
  }
  .navbar-nav > li#nav-item-search:hover span {
    color: #000;
    cursor: pointer;
  }
}

header .dropdown-menu {
  background-color: rgba(227, 222, 211, 0.98);
  min-width: auto;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 40px 0;
  margin-top: 3px;
  font-size: 18px;
  line-height: 22px;
  z-index: 10;
}
@media (max-width: 992px) {
  header .dropdown-menu {
    float: none;
    position: relative;
    width: auto;
    background-color: transparent;
    position: static;
    border: 0;
    box-shadow: none;
    margin-top: -10px !important;
  }
}
@media (max-width: 992px) {
  header .dropdown-menu li li {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  header .dropdown-menu li li {
    padding: 0 0 0 15px;
  }
}
header .dropdown-menu li li > a {
  color: #342f2f !important;
  white-space: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 3px 0;
  display: inline-block;
}
@media (max-width: 992px) {
  header .dropdown-menu li li > a {
    color: #fff !important;
    padding: 5px 15px 5px 15px;
  }
}
header .dropdown-menu li li > a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  header .dropdown-menu li li > a:hover {
    background-color: #cea052;
    color: #000 !important;
  }
}
header .dropdown-menu li li > a:active {
  text-decoration: underline !important;
}
header .dropdown-menu ul ul {
  list-style-type: none;
  padding-bottom: 0;
}
header .dropdown-menu ul ul li {
  padding-left: 30px;
}
header .dropdown-menu ul ul li::before {
  content: "•";
  color: #fff;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  font-size: 25px;
  line-height: 35px;
}
header .dropdown-menu .titre {
  padding-bottom: 8px;
  color: #ffffff;
}
@media (min-width: 993px) {
  header .dropdown-menu .titre {
    padding-bottom: 10px;
    color: #802528;
  }
}
header .dropdown-menu .photo {
  margin-bottom: 10px;
  aspect-ratio: 50/15;
  box-sizing: content-box;
  max-width: 220px;
  overflow: hidden;
}
@media (min-width: 993px) {
  header .dropdown-menu .photo {
    margin-bottom: 15px;
    aspect-ratio: 50/21;
  }
}
header .dropdown-menu .photo > img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
header .dropdown-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(127, 127, 127, 0.8);
  z-index: 8;
  transition: all 1500ms ease-out;
}

@media (min-width: 992px) {
  header .open .dropdown-menu {
    animation-name: dropdown-menu-bande1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  header .open .dropdown-menu::after {
    animation-name: dropdown-menu-bande2;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
  }
  header .open .dropdown-menu ul {
    animation-name: dropdown-menu-ul;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 200ms;
    opacity: 0;
  }
  header .open .dropdown-menu ul ul {
    display: none;
  }
  header .open .dropdown-menu ul ul .is-cms ul {
    display: block;
  }
}
/* hack IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .open .dropdown-menu {
    opacity: 1;
    animation-name: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .open .dropdown-menu::after {
    opacity: 1;
    animation-name: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .open .dropdown-menu ul {
    opacity: 1;
    animation-name: none;
  }
}
@keyframes dropdown-menu-bande1 {
  0% {
    /*box-shadow: 0 0 0 0 rgba($color-medium-grey, .55);*/
    transform: scale(1, 0);
    transform-origin: center top;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  100% {
    /*box-shadow: 0 10px 0 8px rgba($color-medium-grey, .35);*/
  }
}
@keyframes dropdown-menu-bande2 {
  0% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 25px;
    bottom: -25px;
  }
}
@keyframes dropdown-menu-ul {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav > li.dropdown.open {
  position: static;
  background-color: #802528 !important;
}

.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: left;
  left: 0;
  right: 0;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .nav > li.dropdown.open .dropdown-menu {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}
/* Pour faire apparaitre button collapse a 992px */
@media (max-width: 992px) {
  .navbar-toggle {
    background-color: #802528;
    margin-top: 22px;
    padding: 18px 15px;
    display: block;
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .navbar-toggle {
    padding: 15px;
    margin-top: 25px;
  }
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 5px;
}
@media (max-width: 480px) {
  .navbar-toggle .icon-bar {
    width: 25px;
    height: 5px;
  }
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #802528;
}

.navbar-collapse {
  padding: 0;
  boz-shadow: 0;
  border-top: 0;
  border-top: 0px solid transparent;
  box-shadow: 0;
}

.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
  z-index: 2000;
  display: block !important;
  float: none;
  padding: 15px 20px 15px 25px;
  position: absolute;
  top: 75px;
  right: 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #e3ded3;
  padding: 15px 0;
  margin: 24px 0 -1px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  border-bottom: 25px solid #7f7f7f;
}
@media (max-width: 992px) {
  .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
    top: 100px;
    left: 0px;
    width: 100%;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 85vh !important;
    overflow: auto !important;
    /*height: 100vh !important; */
  }
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 10px 0 0 0;
  }

  .navbar-nav > li {
    float: none;
    padding: 0;
  }

  .dropdown-menu {
    padding-top: 20px !important;
  }
  .dropdown-menu .container {
    width: auto;
    padding: 0;
  }
  .dropdown-menu ul {
    padding: 0 0 20px 0;
  }
}
/* //Pour faire apparaitre button collapse a 992px */
footer {
  clear: both;
  position: relative;
  z-index: 100;
  color: #fff;
  background-color: #802528;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .page-grande-photo-background footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 767px) {
  footer .row {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  footer .row {
    padding: 0 100px;
  }
}
@media (min-width: 767px) {
  footer [class*=col-] {
    float: none;
    width: 50%;
    padding: 0;
    flex-grow: 1;
  }
}
footer a, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:visited:hover {
  color: #fff;
  text-decoration: underline;
}
footer .medias-sociaux {
  background-color: #342f2f;
  text-align: center;
  padding: 20px 10px 20px 10px;
  margin: 0;
  clear: both;
  /*.page-centree & {
      padding-bottom: 0px; background: none; top: -15px; position: relative;
      @include media("<=md") {
          padding-top: 0;
      }
  }*/
}
@media (max-width: 992px) {
  footer .medias-sociaux {
    padding-top: 20px;
  }
}
.page-grande-photo-background footer .medias-sociaux {
  padding-top: 20px;
}
body[data-section-id=accueil] footer .medias-sociaux {
  padding-top: 20px;
}
footer .medias-sociaux img {
  margin: 0 3px;
}

.footer-contenu {
  padding: 75px 0 75px 0;
}

#webmaster {
  display: none;
}

body[data-section-id=accueil] #webmaster {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 10px;
  right: 85px;
  width: auto;
  font-size: 10px;
}
body[data-section-id=accueil] #webmaster a, body[data-section-id=accueil] #webmaster a:visited {
  color: rgba(255, 255, 255, 0.7);
}

/*
Pour icon - 23k supplementaire
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
*/
/****** Texte ******/
.texte-extra-jumbo {
  font-size: 4em !important;
  line-height: 1.1em !important;
}

.texte-tres-tres-jumbo {
  font-size: 3.5em !important;
  line-height: 1.1em !important;
}

.texte-tres-jumbo {
  font-size: 3em !important;
  line-height: 1.1em !important;
}

.texte-jumbo {
  font-size: 2.6em !important;
  line-height: 1.1em !important;
}

.texte-extra-gros {
  font-size: 2.2em !important;
  line-height: 1.1em !important;
}

.texte-tres-tres-gros {
  font-size: 1.8em !important;
  line-height: 1.2em !important;
}

.texte-tres-gros {
  font-size: 1.4em !important;
  line-height: 1.2em !important;
}

.texte-gros {
  font-size: 1.2em !important;
  line-height: 1.3em !important;
}

.texte-moyen {
  font-size: 1.1em !important;
  line-height: 1.3em !important;
}

.texte-petit {
  font-size: 0.9em !important;
  line-height: 1.3em !important;
}

.texte-tres-petit {
  font-size: 0.8em !important;
  line-height: 1.4em !important;
}

.texte-tres-tres-petit {
  font-size: 0.7em !important;
  line-height: 1.4em !important;
}

.texte-tres-tres-gros-responsive {
  font-size: 1.8em !important;
  font-size: 12vw !important;
  line-height: 1.3em !important;
}

.texte-tres-gros-responsive {
  font-size: 1.4em !important;
  font-size: 10vw !important;
  line-height: 1.3em !important;
}

.texte-gros-responsive {
  font-size: 1.2em !important;
  font-size: 8vw !important;
  line-height: 1.3em !important;
}

.texte-moyen-responsive {
  font-size: 1.1em !important;
  font-size: 6vw !important;
  line-height: 1.3em !important;
}

.texte-tres-petit-responsive {
  font-size: 0.8em !important;
  font-size: 4vw !important;
  line-height: 1.3em !important;
}

.texte-tres-tres-petit-responsive {
  font-size: 0.8em !important;
  font-size: 2vw !important;
  line-height: 1.3em !important;
}

.line-height-point8 {
  line-height: 0.8em !important;
}

.line-height-point85 {
  line-height: 0.85em !important;
}

.line-height-point9 {
  line-height: 0.9em !important;
}

.line-height-point95 {
  line-height: 0.95em !important;
}

.line-height-1 {
  line-height: 1em !important;
}

.line-height-1-1 {
  line-height: 1.1em !important;
}

.line-height-1-2 {
  line-height: 1.2em !important;
}

.line-height-1-3 {
  line-height: 1.3em !important;
}

.line-height-absolu-1-2 {
  line-height: 1.2 !important;
}

.texte-glyphicons {
  font-family: "Glyphicons Halflings";
}

.texte-cursif {
  font-family: "Parisienne", cursive !important;
  font-size: 1.7em;
}

.texte-serif {
  font-family: "Lora", Georgia, "Lucida Bright", Times, Serif !important;
  font-size: 1.7em;
}

.ombrage-texte {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) !important;
}

.ombrage-texte-glow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) !important;
}

.ombrage-texte-fonce {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7) !important;
}

.ombrage-texte-glow-fonce {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) !important;
}

.sans-ombrage {
  text-shadow: none !important;
}

.slogan {
  color: #802528 !important;
  font-family: "Lora", Georgia, "Lucida Bright", Times, Serif;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.texte-rouge {
  color: #802528 !important;
}

.texte-jaune {
  color: #f3d283 !important;
}

.texte-beige {
  color: #e3ded3 !important;
}

.texte-beige-fonce {
  color: #c4b494 !important;
}

.texte-blanc {
  color: #fff !important;
}

.texte-noir {
  color: #000 !important;
}

.texte-couleur {
  color: #802528 !important;
}

.texte-pale {
  color: #ccc !important;
}

.texte-fonce {
  color: #333 !important;
}

.texte-gris-fonce {
  color: #342f2f !important;
}

.texte-couleur-texte-regulier {
  color: #333333 !important;
}

.texte-light {
  font-weight: 300 !important;
}

.nowrap {
  white-space: nowrap !important;
}

.note {
  font-size: 0.8em !important;
  line-height: 1.4em !important;
}

.creditPhoto:hover {
  cursor: help;
}

.sans-cesure {
  hyphens: none !important;
}

.avec-cesure {
  hyphens: auto !important;
}

a.lien-invisible, a.lien-invisible:visited {
  color: #333333 !important;
  text-decoration: none !important;
}

a.lien-blanc, a.lien-blanc:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

a.lien-blanc:hover, a.lien-blanc:hover:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.sans-souligne {
  text-decoration: none !important;
}

.texte-gris {
  color: #888888 !important;
}

.pas-de-gras, .texte-pas-de-gras, .no-bold {
  font-weight: 400 !important;
}

.minuscule, .texte-minuscule, .no-caps {
  text-transform: none !important;
}

@media (max-width: 767px) {
  .texte-extra-jumbo {
    font-size: 3em !important;
    line-height: 1.3em !important;
  }

  .texte-tres-tres-jumbo {
    font-size: 2.5em !important;
    line-height: 1.3em !important;
  }

  .texte-tres-jumbo {
    font-size: 2em !important;
    line-height: 1.3em !important;
  }

  .texte-jumbo {
    font-size: 2em !important;
    line-height: 1.3em !important;
  }

  .texte-extra-gros {
    font-size: 1.6em !important;
    line-height: 1.3em !important;
  }

  .texte-tres-tres-gros {
    font-size: 1.4em !important;
    line-height: 1.3em !important;
  }
}
/****** Alignements ******/
.aligne-gauche, .cms-float-left {
  text-align: left !important;
}

.aligne-gauche-absolu {
  position: absolute;
  left: 0 !important;
}

.aligne-droite, .cms-float-droite {
  text-align: right !important;
}

.aligne-droite-absolu {
  position: absolute;
  right: 0 !important;
}

.aligne-centre {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.aligne-centre-absolu {
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}

.aligne-centre td {
  text-align: left !important;
}

.aligne-vertical-centre {
  vertical-align: middle !important;
}

.aligne-vertical-centre-absolu {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%) !important;
}

.aligne-vertical-haut {
  vertical-align: top !important;
}

.aligne-vertical-haut-absolu {
  position: absolute;
  top: 0 !important;
}

.aligne-vertical-bas {
  vertical-align: bottom !important;
}

.aligne-vertical-bas-absolu {
  position: absolute;
  bottom: 0 !important;
}

.aligne-centre-centre-absolu {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

@media (max-width: 320px) {
  .aligne-gauche-xs {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .aligne-droite-xs {
    text-align: right !important;
    margin-right: 0 !important;
  }

  .aligne-centre-xs {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aligne-centre-xs td {
    text-align: left !important;
  }

  .aligne-vertical-centre-xs {
    vertical-align: middle !important;
  }

  .aligne-vertical-haut-xs {
    vertical-align: top !important;
  }

  .aligne-vertical-bas-xs {
    vertical-align: bottom !important;
  }
}
@media (max-width: 480px) {
  .aligne-gauche-xs-large {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .aligne-droite-xs-large {
    text-align: right !important;
    margin-right: 0 !important;
  }

  .aligne-centre-xs-large {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aligne-centre-xs-large td {
    text-align: left !important;
  }

  .aligne-vertical-centre-xs-large {
    vertical-align: middle !important;
  }

  .aligne-vertical-haut-xs-large {
    vertical-align: top !important;
  }

  .aligne-vertical-bas-xs-large {
    vertical-align: bottom !important;
  }
}
@media (max-width: 600px) {
  .aligne-gauche-sm-small {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .aligne-droite-sm-small {
    text-align: right !important;
    margin-right: 0 !important;
  }

  .aligne-centre-sm-small {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aligne-centre-sm-small td {
    text-align: left !important;
  }

  .aligne-vertical-centre-sm-small {
    vertical-align: middle !important;
  }

  .aligne-vertical-haut-sm-small {
    vertical-align: top !important;
  }

  .aligne-vertical-bas-sm-small {
    vertical-align: bottom !important;
  }
}
@media (max-width: 767px) {
  .aligne-gauche-sm {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .aligne-droite-sm {
    text-align: right !important;
    margin-right: 0 !important;
  }

  .aligne-centre-sm {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aligne-centre-sm td {
    text-align: left !important;
  }

  .aligne-vertical-centre-sm {
    vertical-align: middle !important;
  }

  .aligne-vertical-haut-sm {
    vertical-align: top !important;
  }

  .aligne-vertical-bas-sm {
    vertical-align: bottom !important;
  }
}
@media (max-width: 992px) {
  .aligne-gauche-md {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .aligne-droite-md {
    text-align: right !important;
    margin-right: 0 !important;
  }

  .aligne-centre-md {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aligne-centre-md td {
    text-align: left !important;
  }

  .aligne-vertical-centre-md {
    vertical-align: middle !important;
  }

  .aligne-vertical-haut-md {
    vertical-align: top !important;
  }

  .aligne-vertical-bas-md {
    vertical-align: bottom !important;
  }
}
@media (max-width: 1200px) {
  .aligne-gauche-lg {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .aligne-droite-lg {
    text-align: right !important;
    margin-right: 0 !important;
  }

  .aligne-centre-lg {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aligne-centre-lg td {
    text-align: left !important;
  }

  .aligne-vertical-centre-lg {
    vertical-align: middle !important;
  }

  .aligne-vertical-haut-lg {
    vertical-align: top !important;
  }

  .aligne-vertical-bas-lg {
    vertical-align: bottom !important;
  }
}
.flottant-a-gauche {
  text-align: left;
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .flottant-a-gauche {
    width: 100%;
    height: auto;
    float: none;
  }
}

.flottant-a-droite {
  text-align: right;
  float: right;
  margin: 0 0 30px 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .flottant-a-droite {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
  }
}

.float-none {
  float: none !important;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.display-table {
  display: table !important;
}

.display-none {
  display: none !important;
}

.table-cell {
  display: table-cell !important;
}

.position-relative {
  position: relative !important;
}

@media (min-width: 992px) {
  .display-flex {
    display: flex !important;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .position-absolute-top-20-lg-md {
    position: absolute;
    top: 20px;
  }
}

/****** Lignes / encadrés ******/
.encadre {
  background-color: #e3ded3;
  padding: 12px;
  border: 12px solid #fff;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0;
  color: #342f2f;
  font-family: "Lora", Georgia, "Lucida Bright", Times, Serif;
}
.encadre .encadre-filet {
  border-color: #e3ded3;
  border-style: solid;
  border-width: 35px 35px 35px 35px;
  border-image: url(/images/assets/encadre-filet-blanc.png) 57 55 52 57 stretch;
}
.encadre .encadre-content {
  height: 100%;
  width: 100%;
  transition: all 500ms ease-out;
  position: relative;
}
@media (max-width: 600px) {
  .encadre .encadre-content {
    padding: 0;
  }
}

.encadre-filet-v2 {
  color: #fff !important;
  background-color: #802528;
  text-decoration: none;
  border: none !important;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 0;
  position: relative;
  background: linear-gradient(135deg, transparent 8px, #802528 0) top left, linear-gradient(225deg, transparent 8px, #802528 0) top right, linear-gradient(315deg, transparent 8px, #802528 0) bottom right, linear-gradient(45deg, transparent 8px, #802528 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: all 500ms ease-out;
  background-image: radial-gradient(circle at 0 0, rgba(128, 37, 40, 0) 8px, #802528 8px), radial-gradient(circle at 100% 0, rgba(128, 37, 40, 0) 8px, #802528 8px), radial-gradient(circle at 100% 100%, rgba(128, 37, 40, 0) 8px, #802528 8px), radial-gradient(circle at 0 100%, rgba(128, 37, 40, 0) 8px, #802528 8px);
}
.encadre-filet-v2 > span {
  border-color: #e3ded3;
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-image: url(/images/assets/encadre-filet-blanc.png) 31 31 31 31 stretch;
  border-color: #802528;
  display: inline-block;
  padding: 0 0;
  transition: all 500ms ease-out;
  position: relative;
  padding: 2px 10px 0 10px;
}

/****** Bordures ******/
.bordure {
  border: 1px solid #802528 !important;
}

.bordure-haut {
  border-top: 1px solid #802528 !important;
}

.bordure-droite {
  border-right: 1px solid #802528 !important;
}

.bordure-bas {
  border-bottom: 1px solid #802528 !important;
}

.bordure-gauche {
  border-left: 1px solid #802528 !important;
}

.bordure-0 {
  border-width: 0px !important;
}

.bordure-2 {
  border-width: 2px !important;
}

.bordure-3 {
  border-width: 3px !important;
}

.bordure-4 {
  border-width: 4px !important;
}

.bordure-5 {
  border-width: 5px !important;
}

.bordure-6 {
  border-width: 6px !important;
}

.bordure-7 {
  border-width: 7px !important;
}

.bordure-8 {
  border-width: 8px !important;
}

.bordure-9 {
  border-width: 9px !important;
}

.bordure-10 {
  border-width: 10px !important;
}

.bordure-15 {
  border-width: 15px !important;
}

.bordure-20 {
  border-width: 20px !important;
}

.bordure-25 {
  border-width: 25px !important;
}

.bordure-30 {
  border-width: 30px !important;
}

.bordure-35 {
  border-width: 35px !important;
}

.bordure-40 {
  border-width: 40px !important;
}

.bordure-45 {
  border-width: 45px !important;
}

.bordure-50 {
  border-width: 50px !important;
}

.bordure-blanche {
  border-color: #FFF !important;
}

.bordure-noire {
  border-color: #000 !important;
}

.bordure-grise {
  border-color: #7f7f7f !important;
}

.bordure-beige {
  border-color: #e3ded3 !important;
}

@media (max-width: 992px) {
  .bordure-0-sm {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .bordure-0-xs {
    border: none !important;
  }

  .bordure-top-0-xs {
    border-top: none !important;
  }

  .bordure-bas-0-xs {
    border-bottom: none !important;
  }
}
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  clear: both;
  margin: 40px 0;
  border: 0;
}

hr.ligne-rouge {
  color: #802528;
  background-color: #802528;
  height: 1px;
  clear: both;
  margin: 40px 0;
  border: 0;
}

/****** Utiles ******/
.lien-fleche {
  position: relative;
  text-decoration: none;
  color: #802528 !important;
  font-weight: 700;
  padding-left: 25px;
  display: inline-block;
  /* white-space: nowrap; */
}
.lien-fleche::before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-weight: 700;
  color: #802528;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 500ms ease-out;
}
.lien-fleche:hover {
  color: #cea052 !important;
}
.lien-fleche:hover::before {
  left: 5px;
  color: #cea052;
}

.texte-gros.lien-fleche::before {
  left: -5px;
  top: -5px;
}
.texte-gros.lien-fleche:hover::before {
  left: 5px;
}

.lien-fleche-droite {
  position: relative;
  text-decoration: none;
  color: #802528 !important;
  font-weight: 700;
  padding-right: 25px;
  white-space: nowrap;
  display: inline-block;
}
.lien-fleche-droite::before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-weight: 700;
  color: #802528;
  font-size: 18px;
  position: absolute;
  right: 3px;
  top: 0px;
  transition: all 500ms ease-out;
}
.lien-fleche-droite:hover {
  color: #cea052 !important;
}
.lien-fleche-droite:hover::before {
  right: -2px;
  color: #cea052;
}

.texte-gros.lien-fleche-droite::before {
  right: 5px;
  top: -5px;
}
.texte-gros.lien-fleche-droite:hover::before {
  right: -5px;
}

/* Items répétables */
.repeatable {
  border-top: 1px solid #ccc;
  padding: 30px 0;
  position: relative;
}
.repeatable h1, .repeatable h2, .repeatable h3, .repeatable h4, .repeatable h5 {
  margin-top: 0;
}

.repeatable:last-child {
  border-bottom: 1px solid #ccc;
}

.repeatable::after {
  content: "";
  display: table;
  clear: both;
}

.repeatable p:last-child, .repeatable ul:last-child, .repeatable ol:last-child,
.repeatable .image-droite:last-child, .repeatable .image-gauche:last-child {
  margin-bottom: 0;
}

.repeatable.repeatable-sans-bordure {
  border-top: 0;
}

.repeatable.repeatable-sans-bordure:last-child {
  border-bottom: 0;
}

.ombrage {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 500ms ease-out;
}

a.ombrage:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transform: scale3d(1.02, 1.02, 1.02);
}

.rollover-bordure:hover {
  transition: all 500ms ease-out;
}
.rollover-bordure:hover:hover {
  outline: 2px solid #802528;
}

.rollover-bordure-blanc:hover {
  transition: all 500ms ease-out;
}
.rollover-bordure-blanc:hover:hover {
  outline: 2px solid #fff;
}

.rollover-opacite, .rollover-opacite-fort, rollover-opacite-faible {
  transition: all 0.3s;
  opacity: 1;
}

.rollover-opacite:hover {
  opacity: 0.5;
}

.rollover-opacite-fort:hover {
  opacity: 0.3;
}

.rollover-opacite-faible:hover {
  opacity: 0.75;
}

.rollover-zoom {
  transition: all 0.3s;
}
.rollover-zoom:hover {
  transform: scale(1.1);
}

.rollover-zoom-background {
  /** Appliquer sur un conteneur : a, div, span **/
  display: inline-block;
  overflow: hidden;
}
.rollover-zoom-background img {
  transition: all 0.3s;
}
.rollover-zoom-background:hover img {
  transform: scale(1.07);
}

.invisible {
  visibility: hidden;
}

.is-cms .invisible {
  visibility: visible;
  opacity: 0.4;
}

/* Listes */
ul.liste-sans-bullet {
  list-style-type: none;
}

ul.liste-filet {
  margin: 0 0 0 17px;
  padding: 0;
}
ul.liste-filet li {
  border-bottom: 1px solid #802528;
}
ul.liste-filet li:last-child {
  border-bottom: none;
}

ul.li-pas-de-marge li {
  margin-bottom: 0 !important;
}
ul.li-pas-de-marge li::before {
  top: 0;
}

/*ul.liste-avec-bullet-crochet {
    list-style-type: none; padding: 0;
    li { background: url(/images/assets/crochet-orange.png) no-repeat left 0.4em; padding-left: 15px; }
}*/
.fond-blanc {
  background-color: #fff;
}

.fond-couleur, .fond-rouge {
  background-color: #802528;
  color: #fff;
}
.fond-couleur a, .fond-couleur a:visited, .fond-rouge a, .fond-rouge a:visited {
  color: #fff;
}
.fond-couleur a:hover, .fond-couleur a:visited:hover, .fond-rouge a:hover, .fond-rouge a:visited:hover {
  color: #fff;
}
.fond-couleur li::before, .fond-rouge li::before {
  color: #fff !important;
}

.fond-pale, .fond-gris-pale {
  background-color: #e0e0e0;
}

.fond-beige {
  background-color: #e3ded3;
}

.fond-beige-fonce {
  background-color: #c4b494;
}

.fond-beige-pale {
  background-color: rgba(227, 222, 211, 0.4);
}

.fond-fonce, .fond-gris-fonce {
  background-color: #342f2f;
  color: #fff;
}
.fond-fonce a, .fond-fonce a:visited, .fond-gris-fonce a, .fond-gris-fonce a:visited {
  color: #fff;
}
.fond-fonce a:hover, .fond-fonce a:visited:hover, .fond-gris-fonce a:hover, .fond-gris-fonce a:visited:hover {
  color: #fff;
}

.fond-noir-opacite-5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.fond-noir-opacite-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.fond-noir-opacite-15 {
  background-color: rgba(0, 0, 0, 0.15);
}

.fond-noir-opacite-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.fond-noir-opacite-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.fond-noir-opacite-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.fond-blanc-opacite-5 {
  background-color: rgba(255, 255, 255, 0.05);
}

.fond-blanc-opacite-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.fond-blanc-opacite-15 {
  background-color: rgba(255, 255, 255, 0.15);
}

.fond-blanc-opacite-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.fond-blanc-opacite-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.fond-blanc-opacite-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.opacite-0 {
  opacity: 0;
}

.opacite-10 {
  opacity: 0.1;
}

.opacite-20 {
  opacity: 0.2;
}

.opacite-30 {
  opacity: 0.3;
}

.opacite-40 {
  opacity: 0.4;
}

.opacite-50 {
  opacity: 0.5;
}

.opacite-60 {
  opacity: 0.6;
}

.opacite-70 {
  opacity: 0.7;
}

.opacite-80 {
  opacity: 0.8;
}

.opacite-90 {
  opacity: 0.9;
}

.credit-photo:hover {
  cursor: help;
}

.bande-photo-parallax {
  min-height: 650px;
  background-position: center 108px;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}

.bouton-vedette {
  position: relative;
  background-color: #fff;
  display: block;
  text-decoration: none;
  transition: all 500ms ease-out;
  margin: 0 auto;
  max-width: 300px;
}
.bouton-vedette::after {
  content: "";
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1.05);
  transition: all 500ms ease-out;
}
.bouton-vedette:hover::after {
  transform: scale(1.1);
  transform: rotate(5deg);
}

.bouton-vedette_container {
  overflow: hidden;
  display: block;
  position: relative;
}

.bouton-vedette_titre_container {
  text-align: center;
  color: #fff;
  padding: 20px;
  background: url(/images/assets/vague-bourgogne.svg) no-repeat center top;
  background-size: contain;
  display: block;
  position: absolute;
  top: -1px;
  z-index: 3;
  width: 100%;
  min-height: 145px;
  font-family: "Lora", Georgia, "Lucida Bright", Times, Serif;
  font-size: 24px;
  transition: all 1000ms ease-out;
}
@media (min-width: 767px) {
  .js-support .bouton-vedette_titre_container {
    transform: translateY(-150px);
  }
  .inview .bouton-vedette_titre_container {
    transform: translateY(0px);
  }
}
@media (max-width: 1200px) {
  .bouton-vedette_titre_container {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .bouton-vedette_titre_container {
    background: none;
    background-color: #802528;
    min-height: 40px;
  }
}

.bouton-vedette_titre {
  transition: all 1500ms ease-out;
  padding: 20px 0;
}
.js-support .bouton-vedette_titre {
  opacity: 0;
}
.inview .bouton-vedette_titre {
  opacity: 1;
}

.bouton-vedette_background {
  display: block;
  min-height: 300px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1000ms ease-out;
  position: relative;
  z-index: 2;
}
.js-support .bouton-vedette_background {
  transform: scale(0.8);
  opacity: 0;
}
.inview .bouton-vedette_background {
  transform: scale(1);
  opacity: 1;
}
.bouton-vedette_background:hover {
  transform: scale(1.08);
}

/****** Photos ******/
/* Float d'images */
.image-gauche {
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  .image-gauche {
    float: none;
    margin-right: 0;
  }
}

.image-droite {
  float: right;
  margin: 0 0 30px 30px;
  padding: 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  .image-droite {
    float: none;
    margin-left: 0;
  }
}

.image-gauche div, .image-droite div {
  margin-top: 5px;
}

.image-droite-sans-marge-gauche {
  float: right;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  .image-droite-sans-marge-gauche {
    float: none;
  }
}

.image-gauche-sans-marge-droite {
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  .image-gauche-sans-marge-droite {
    float: none;
  }
}

.no-img-responsive, article img.no-img-responsive {
  display: inline !important;
  height: auto;
  max-width: none !important;
}

/* Zoom photo - Icone de loupe */
a.zoom-photo {
  position: relative;
  display: inline-block !important;
}

a.zoom-photo::before {
  content: "";
  background: url(/images/assets/icon-zoom-in.svg) center center no-repeat rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

a.zoom-photo:hover::before {
  opacity: 1;
}

a.zoom-photo::after {
  content: "";
  background: url(/images/assets/icon-zoom-in-thumb.png) right bottom no-repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  bottom: 4px;
  right: 4px;
}

a.zoom-photo:hover::after {
  opacity: 0;
}

.is-cms a.zoom-photo::before, .is-cms a.zoom-photo::after {
  display: none;
}

.is-cms .equal-height-1, .is-cms .equal-height-2 {
  float: none;
  display: block;
}

.coins-arrondis-blanc {
  background-color: #fff;
  padding: 5px;
  background: linear-gradient(135deg, transparent 10px, #fff 0) top left, linear-gradient(225deg, transparent 10px, #fff 0) top right, linear-gradient(315deg, transparent 10px, #fff 0) bottom right, linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0) 14px, #fff 15px), radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0) 14px, #fff 15px), radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 14px, #fff 15px), radial-gradient(circle at 0 100%, rgba(255, 255, 255, 0) 14px, #fff 15px);
}

.youtube-iframe-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube-iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rond-chiffre {
  border-radius: 50%;
  width: 85px;
  color: #fff;
  background-color: #802528;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  position: relative;
  font-size: 50px;
  margin: 0 auto 30px auto;
  /*
  &::before {
      content: ""; position: absolute; bottom: -52px; right: 0px; display: block; width: 50px; height: 50px; 
      background: url(/images/assets/ornament-rouge.svg) no-repeat center 0; background-size: contain;
  }
  &::after {
      content: ""; position: absolute; bottom: -52px; left: 0px; display: block; width: 50px; height: 50px; 
      background: url(/images/assets/ornament-rouge.svg) no-repeat center 0; background-size: contain; transform: scaleX(-1);
  }*/
  /*&::before {
      content: ""; position: absolute; top: 5px; left: 5px; border-radius: 50%; display: block; border: 1px solid $color-tertiary; width: 75px; height: 75px; 
  }*/
}
.rond-chiffre::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -40px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(/images/assets/ornament-rouge.svg) no-repeat center 0;
  background-size: contain;
}
.rond-chiffre::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -40px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(/images/assets/ornament-rouge.svg) no-repeat center 0;
  background-size: contain;
  transform: scaleX(-1);
}
.js-support .rond-chiffre::before {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1000ms ease-out;
}
.js-support .rond-chiffre::after {
  opacity: 0;
  transform: translateX(50px) scaleX(-1);
  transition: all 1000ms ease-out;
}
.rond-chiffre.inview {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.rond-chiffre.inview::before {
  opacity: 1;
  transform: translateX(0);
}
.rond-chiffre.inview::after {
  opacity: 1;
  transform: translateX(0) scaleX(-1);
}
.rond-chiffre span {
  line-height: 65px;
  text-align: center;
  display: block;
  padding: 0 0 18px 0;
}

.scale-0-8 {
  transform: scale(0.8);
}

.courbe-beige-bas-droite {
  position: absolute;
  bottom: -100px;
  right: -5px;
  width: 65%;
  height: 25%;
  background: url(/images/assets/courbe-beige-avec-patch-blanc-a-droite.svg) no-repeat right top;
  background-size: contain;
}
@media (max-width: 480px) {
  .courbe-beige-bas-droite {
    bottom: -110px;
  }
}

.icon-image img {
  vertical-align: middle;
  display: inline;
  margin: 0 10px 3px 0;
}

a:hover, .post-navigation a:hover, .widget a:hover, .widget ul li a:hover {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0) !important;
  /*box-shadow: none !important;*/
  text-decoration: underline;
}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
  box-shadow: none !important;
  text-decoration: underline;
}

/* Equivalent du tag "main" dans le site regulier */
.site-content {
  margin-top: -90px;
}
.site-content ul {
  margin-left: 17px;
}

#page {
  max-width: 1500px;
  margin: 0 auto;
}

/* Equivalent du tag "article" dans le site regulier */
.wrap {
  max-width: none;
  padding-top: 150px !important;
  padding: 0;
}
@media (max-width: 600px) {
  .wrap {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .wrap {
    padding-top: 80px !important;
  }
}

main, .page-sans-top-photo main {
  border: none;
  background-color: #fff;
  padding-top: 0;
}
@media (max-width: 480px) {
  main, .page-sans-top-photo main {
    margin-top: 20px;
  }
}

.page-sans-top-photo .page-top {
  margin: 30px auto 0 auto;
  height: auto !important;
  max-width: 1500px;
  border-right: 60px solid #342f2f;
}
@media (max-width: 480px) {
  .page-sans-top-photo .page-top {
    margin-top: 20px;
  }
}

.page-sans-top-photo article {
  box-shadow: none;
  margin-top: 0px;
  min-height: 0;
  padding-top: 20px;
}

/*** Header ***/
.navbar {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
}

.js .menu-toggle, .js .dropdown-toggle {
  display: block;
}

.dropdown-toggle {
  right: auto;
}

li > ul, li > ol {
  margin-left: 0;
}

/*#nav-item-search {
    display: none; 
}*/
/*** Posts ***/
.blog .site-main > article, .archive .site-main > article, .search .site-main > article {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 20px 0;
}

.page-header {
  display: none;
}

.single-post .entry-title, .page .entry-title, .home .entry-title {
  font-size: 2em !important;
  font-family: "Catamaran", "Helvetica Neue", Helvetica, sans-serif;
  color: #802528;
  font-weight: 400;
  margin-top: 10px;
}

.entry-title a, .entry-title a:visited, .entry-title a:hover, .entry-title a:visited:hover {
  color: #802528;
}

.entry-meta {
  font-size: 1.2rem;
}
.entry-meta a, .entry-meta a:visited {
  color: #7f7f7f;
}
.entry-meta a:hover, .entry-meta a:hover:visited {
  color: #7f7f7f;
  box-shadow: none;
}

.single .byline, .group-blog .byline {
  display: none;
}

.nav-subtitle {
  font-size: 1.2rem;
}

.nav-title {
  font-size: 1.4rem;
}
.nav-title .icon {
  top: 2px;
}

.post-thumbnail {
  float: right;
  width: 40%;
  margin: 0 0 20px 30px;
}
@media (max-width: 1200px) {
  .post-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.post-navigation a:hover {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .has-sidebar:not(.error404) #primary {
    width: 60%;
  }
}
/* Sidebar */
.has-sidebar #secondary {
  padding-top: 0;
}
@media (max-width: 767px) {
  .has-sidebar #secondary {
    padding-top: 3em;
  }
}

@media screen and (min-width: 48em) {
  .has-sidebar #secondary {
    width: 30%;
  }
}
#secondary {
  font-size: 16px;
}

h2.widget-title {
  font-size: 16px;
  margin-bottom: 1em;
}

.search-form .search-submit {
  bottom: 0;
  right: 0;
  top: 0;
}

input[type=search] {
  font-size: 0.8em;
}

/* Search results */
.search-results a.moretag {
  text-decoration: none;
}
.search-results a.moretag::before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  color: #802528;
  font-size: 16px;
}

/* pagination */
.page-numbers {
  font-size: 17px !important;
  padding-top: 0 !important;
}

.page-numbers.prev, .page-numbers.next {
  padding: 8px 10px !important;
}

.page-numbers.current {
  color: #802528;
}

.post-navigation {
  margin-top: 5em;
}

.nav-links {
  border-top: 1px solid #802528;
}

.home .nav-links {
  border-top: none;
}

.nav-subtitle {
  margin-bottom: 5px;
}

@media screen and (min-width: 48em) {
  .nav-links .nav-previous .nav-title {
    margin-left: 2em;
  }
  .nav-links .nav-next .nav-title {
    margin-right: 2em;
  }
}
/****** Marges et paddings ******/
.section {
  padding: 0 0 0 25px;
}

.indention {
  padding: 0;
  margin: 0 0 0 25px;
}

.coller {
  padding: 0 !important;
  margin: 0 !important;
}

.marge-haut-grand {
  margin-top: 2em !important;
}

.marge-haut-moyen {
  margin-top: 1em !important;
}

.marge-haut-petit {
  margin-top: 0.5em !important;
}

.marge-haut-tres-petit {
  margin-top: 0.2em !important;
}

.marge-droite-grand {
  margin-right: 2em !important;
}

.marge-droite-moyen {
  margin-right: 1em !important;
}

.marge-droite-petit {
  margin-right: 0.5em !important;
}

.marge-droite-tres-petit {
  margin-right: 0.2em !important;
}

.marge-bas-grand {
  margin-bottom: 2em !important;
}

.marge-bas-moyen {
  margin-bottom: 1em !important;
}

.marge-bas-petit {
  margin-bottom: 0.5em !important;
}

.marge-bas-tres-petit {
  margin-bottom: 0.2em !important;
}

.marge-gauche-grand {
  margin-left: 2em !important;
}

.marge-gauche-moyen {
  margin-left: 1em !important;
}

.marge-gauche-petit {
  margin-left: 0.5em !important;
}

.marge-gauche-tres-petit {
  margin-left: 0.2em !important;
}

.marge-0 {
  margin: 0 !important;
}

.marge-5 {
  margin: 5px !important;
}

.marge-10 {
  margin: 10px !important;
}

.marge-15 {
  margin: 15px !important;
}

.marge-20 {
  margin: 20px !important;
}

.marge-30 {
  margin: 30px !important;
}

.marge-40 {
  margin: 40px !important;
}

.marge-50 {
  margin: 50px !important;
}

.marge-60 {
  margin: 60px !important;
}

.marge-70 {
  margin: 70px !important;
}

.marge-80 {
  margin: 80px !important;
}

.marge-90 {
  margin: 90px !important;
}

.marge-100 {
  margin: 100px !important;
}

.marge-haut-0 {
  margin-top: 0 !important;
}

.marge-haut-5 {
  margin-top: 5px !important;
}

.marge-haut-10 {
  margin-top: 10px !important;
}

.marge-haut-15 {
  margin-top: 15px !important;
}

.marge-haut-20 {
  margin-top: 20px !important;
}

.marge-haut-30 {
  margin-top: 30px !important;
}

.marge-haut-40 {
  margin-top: 40px !important;
}

.marge-haut-50 {
  margin-top: 50px !important;
}

.marge-haut-60 {
  margin-top: 60px !important;
}

.marge-haut-70 {
  margin-top: 70px !important;
}

.marge-haut-80 {
  margin-top: 80px !important;
}

.marge-haut-90 {
  margin-top: 90px !important;
}

.marge-haut-100 {
  margin-top: 100px !important;
}

.marge-haut-moins-10 {
  margin-top: -10px;
}

.marge-haut-moins-20 {
  margin-top: -20px;
}

.marge-haut-moins-30 {
  margin-top: -30px;
}

.marge-haut-moins-40 {
  margin-top: -40px;
}

.marge-haut-moins-50 {
  margin-top: -50px;
}

.marge-haut-moins-60 {
  margin-top: -60px;
}

.marge-haut-moins-70 {
  margin-top: -70px;
}

.marge-haut-moins-80 {
  margin-top: -80px;
}

.marge-haut-moins-90 {
  margin-top: -90px;
}

.marge-haut-moins-100 {
  margin-top: -100px;
}

.marge-droite-0 {
  margin-right: 0 !important;
}

.marge-droite-5 {
  margin-right: 5px !important;
}

.marge-droite-10 {
  margin-right: 10px !important;
}

.marge-droite-15 {
  margin-right: 15px !important;
}

.marge-droite-20 {
  margin-right: 20px !important;
}

.marge-droite-30 {
  margin-right: 30px !important;
}

.marge-droite-40 {
  margin-right: 40px !important;
}

.marge-droite-50 {
  margin-right: 50px !important;
}

.marge-droite-60 {
  margin-right: 60px !important;
}

.marge-droite-70 {
  margin-right: 70px !important;
}

.marge-droite-80 {
  margin-right: 80px !important;
}

.marge-droite-90 {
  margin-right: 90px !important;
}

.marge-droite-100 {
  margin-right: 100px !important;
}

.marge-bas-0 {
  margin-bottom: 0 !important;
}

.marge-bas-5 {
  margin-bottom: 5px !important;
}

.marge-bas-10 {
  margin-bottom: 10px !important;
}

.marge-bas-15 {
  margin-bottom: 15px !important;
}

.marge-bas-20 {
  margin-bottom: 20px !important;
}

.marge-bas-30 {
  margin-bottom: 30px !important;
}

.marge-bas-40 {
  margin-bottom: 40px !important;
}

.marge-bas-50 {
  margin-bottom: 50px !important;
}

.marge-bas-60 {
  margin-bottom: 60px !important;
}

.marge-bas-70 {
  margin-bottom: 70px !important;
}

.marge-bas-80 {
  margin-bottom: 80px !important;
}

.marge-bas-90 {
  margin-bottom: 90px !important;
}

.marge-bas-100 {
  margin-bottom: 100px !important;
}

.marge-gauche-0 {
  margin-left: 0 !important;
}

.marge-gauche-5 {
  margin-left: 5px !important;
}

.marge-gauche-10 {
  margin-left: 10px !important;
}

.marge-gauche-15 {
  margin-left: 15px !important;
}

.marge-gauche-20 {
  margin-left: 20px !important;
}

.marge-gauche-30 {
  margin-left: 30px !important;
}

.marge-gauche-40 {
  margin-left: 40px !important;
}

.marge-gauche-50 {
  margin-left: 50px !important;
}

.marge-gauche-60 {
  margin-left: 60px !important;
}

.marge-gauche-70 {
  margin-left: 70px !important;
}

.marge-gauche-80 {
  margin-left: 80px !important;
}

.marge-gauche-90 {
  margin-left: 90px !important;
}

.marge-gauche-100 {
  margin-left: 100px !important;
}

.marge-gauche-moins-10 {
  margin-left: -10px;
}

.marge-gauche-moins-20 {
  margin-left: -20px;
}

.marge-gauche-moins-30 {
  margin-left: -30px;
}

.marge-gauche-moins-40 {
  margin-left: -40px;
}

.marge-gauche-moins-50 {
  margin-left: -50px;
}

.marge-gauche-moins-60 {
  margin-left: -60px;
}

.marge-gauche-moins-70 {
  margin-left: -70px;
}

.marge-gauche-moins-80 {
  margin-left: -80px;
}

.marge-gauche-moins-90 {
  margin-left: -90px;
}

.marge-gauche-moins-100 {
  margin-left: -100px;
}

.padding-haut-grand {
  padding-top: 2em !important;
}

.padding-haut-moyen {
  padding-top: 1em !important;
}

.padding-haut-petit {
  padding-top: 0.5em !important;
}

.padding-haut-tres-petit {
  padding-top: 0.2em !important;
}

.padding-droite-grand {
  padding-right: 2em !important;
}

.padding-droite-moyen {
  padding-right: 1em !important;
}

.padding-droite-petit {
  padding-right: 0.5em !important;
}

.padding-droite-tres-petit {
  padding-right: 0.2em !important;
}

.padding-bas-grand {
  padding-bottom: 2em !important;
}

.padding-bas-moyen {
  padding-bottom: 1em !important;
}

.padding-bas-petit {
  padding-bottom: 0.5em !important;
}

.padding-bas-tres-petit {
  padding-bottom: 0.2em !important;
}

.padding-gauche-grand {
  padding-left: 2em !important;
}

.padding-gauche-moyen {
  padding-left: 1em !important;
}

.padding-gauche-petit {
  padding-left: 0.5em !important;
}

.padding-gauche-tres-petit {
  padding-left: 0.2em !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-100 {
  padding: 100px !important;
}

.padding-haut-0 {
  padding-top: 0 !important;
}

.padding-haut-5 {
  padding-top: 5px !important;
}

.padding-haut-10 {
  padding-top: 10px !important;
}

.padding-haut-15 {
  padding-top: 15px !important;
}

.padding-haut-20 {
  padding-top: 20px !important;
}

.padding-haut-30 {
  padding-top: 30px !important;
}

.padding-haut-40 {
  padding-top: 40px !important;
}

.padding-haut-50 {
  padding-top: 50px !important;
}

.padding-haut-60 {
  padding-top: 60px !important;
}

.padding-haut-70 {
  padding-top: 70px !important;
}

.padding-haut-80 {
  padding-top: 80px !important;
}

.padding-haut-90 {
  padding-top: 90px !important;
}

.padding-haut-100 {
  padding-top: 100px !important;
}

.padding-droite-0 {
  padding-right: 0 !important;
}

.padding-droite-5 {
  padding-right: 5px !important;
}

.padding-droite-10 {
  padding-right: 10px !important;
}

.padding-droite-15 {
  padding-right: 15px !important;
}

.padding-droite-20 {
  padding-right: 20px !important;
}

.padding-droite-30 {
  padding-right: 30px !important;
}

.padding-droite-40 {
  padding-right: 40px !important;
}

.padding-droite-50 {
  padding-right: 50px !important;
}

.padding-droite-60 {
  padding-right: 60px !important;
}

.padding-droite-70 {
  padding-right: 70px !important;
}

.padding-droite-80 {
  padding-right: 80px !important;
}

.padding-droite-90 {
  padding-right: 90px !important;
}

.padding-droite-100 {
  padding-right: 100px !important;
}

.padding-bas-0 {
  padding-bottom: 0 !important;
}

.padding-bas-5 {
  padding-bottom: 5px !important;
}

.padding-bas-10 {
  padding-bottom: 10px !important;
}

.padding-bas-15 {
  padding-bottom: 15px !important;
}

.padding-bas-20 {
  padding-bottom: 20px !important;
}

.padding-bas-30 {
  padding-bottom: 30px !important;
}

.padding-bas-40 {
  padding-bottom: 40px !important;
}

.padding-bas-50 {
  padding-bottom: 50px !important;
}

.padding-bas-60 {
  padding-bottom: 60px !important;
}

.padding-bas-70 {
  padding-bottom: 70px !important;
}

.padding-bas-80 {
  padding-bottom: 80px !important;
}

.padding-bas-90 {
  padding-bottom: 90px !important;
}

.padding-bas-100 {
  padding-bottom: 100px !important;
}

.padding-gauche-0 {
  padding-left: 0 !important;
}

.padding-gauche-5 {
  padding-left: 5px !important;
}

.padding-gauche-10 {
  padding-left: 10px !important;
}

.padding-gauche-15 {
  padding-left: 15px !important;
}

.padding-gauche-20 {
  padding-left: 20px !important;
}

.padding-gauche-30 {
  padding-left: 30px !important;
}

.padding-gauche-40 {
  padding-left: 40px !important;
}

.padding-gauche-50 {
  padding-left: 50px !important;
}

.padding-gauche-60 {
  padding-left: 60px !important;
}

.padding-gauche-70 {
  padding-left: 70px !important;
}

.padding-gauche-80 {
  padding-left: 80px !important;
}

.padding-gauche-90 {
  padding-left: 90px !important;
}

.padding-gauche-100 {
  padding-left: 100px !important;
}

td.marge-haut-grand {
  padding-top: 2em !important;
}

td.marge-haut-moyen {
  padding-top: 1em !important;
}

td.marge-haut-petit {
  padding-top: 0.5em !important;
}

td.marge-haut-tres-petit {
  padding-top: 0.2em !important;
}

td.marge-droite-grand {
  padding-right: 2em !important;
}

td.marge-droite-moyen {
  padding-right: 1em !important;
}

td.marge-droite-petit {
  padding-right: 0.5em !important;
}

td.marge-droite-tres-petit {
  padding-right: 0.2em !important;
}

td.marge-bas-grand {
  padding-bottom: 2em !important;
}

td.marge-bas-moyen {
  padding-bottom: 1em !important;
}

td.marge-bas-petit {
  padding-bottom: 0.5em !important;
}

td.marge-bas-tres-petit {
  padding-bottom: 0.2em !important;
}

td.marge-gauche-grand {
  padding-left: 2em !important;
}

td.marge-gauche-moyen {
  padding-left: 1em !important;
}

td.marge-gauche-petit {
  padding-left: 0.5em !important;
}

td.marge-gauche-tres-petit {
  padding-left: 0.2em !important;
}

td.marge-haut-0 {
  padding-top: 0 !important;
}

td.marge-haut-5 {
  padding-top: 5px !important;
}

td.marge-haut-10 {
  padding-top: 10px !important;
}

td.marge-haut-15 {
  padding-top: 15px !important;
}

td.marge-haut-20 {
  padding-top: 20px !important;
}

td.marge-haut-30 {
  padding-top: 30px !important;
}

td.marge-haut-40 {
  padding-top: 40px !important;
}

td.marge-haut-50 {
  padding-top: 50px !important;
}

td.marge-haut-60 {
  padding-top: 60px !important;
}

td.marge-haut-70 {
  padding-top: 70px !important;
}

td.marge-haut-80 {
  padding-top: 80px !important;
}

td.marge-haut-90 {
  padding-top: 90px !important;
}

td.marge-haut-100 {
  padding-top: 100px !important;
}

td.marge-droite-0 {
  padding-right: 0 !important;
}

td.marge-droite-5 {
  padding-right: 5px !important;
}

td.marge-droite-10 {
  padding-right: 10px !important;
}

td.marge-droite-15 {
  padding-right: 5px !important;
}

td.marge-droite-20 {
  padding-right: 20px !important;
}

td.marge-droite-30 {
  padding-right: 30px !important;
}

td.marge-droite-40 {
  padding-right: 40px !important;
}

td.marge-droite-50 {
  padding-right: 50px !important;
}

td.marge-droite-60 {
  padding-right: 60px !important;
}

td.marge-droite-70 {
  padding-right: 70px !important;
}

td.marge-droite-80 {
  padding-right: 80px !important;
}

td.marge-droite-90 {
  padding-right: 90px !important;
}

td.marge-droite-100 {
  padding-right: 100px !important;
}

td.marge-bas-0 {
  padding-bottom: 0 !important;
}

td.marge-bas-5 {
  padding-bottom: 5px !important;
}

td.marge-bas-10 {
  padding-bottom: 10px !important;
}

td.marge-bas-15 {
  padding-bottom: 15px !important;
}

td.marge-bas-20 {
  padding-bottom: 20px !important;
}

td.marge-bas-30 {
  padding-bottom: 30px !important;
}

td.marge-bas-40 {
  padding-bottom: 40px !important;
}

td.marge-bas-50 {
  padding-bottom: 50px !important;
}

td.marge-bas-60 {
  padding-bottom: 60px !important;
}

td.marge-bas-70 {
  padding-bottom: 70px !important;
}

td.marge-bas-80 {
  padding-bottom: 80px !important;
}

td.marge-bas-90 {
  padding-bottom: 90px !important;
}

td.marge-bas-100 {
  padding-bottom: 100px !important;
}

td.marge-gauche-0 {
  padding-left: 0 !important;
}

td.marge-gauche-5 {
  padding-left: 5px !important;
}

td.marge-gauche-10 {
  padding-left: 10px !important;
}

td.marge-gauche-15 {
  padding-left: 15px !important;
}

td.marge-gauche-20 {
  padding-left: 20px !important;
}

td.marge-gauche-30 {
  padding-left: 30px !important;
}

td.marge-gauche-40 {
  padding-left: 40px !important;
}

td.marge-gauche-50 {
  padding-left: 50px !important;
}

td.marge-gauche-60 {
  padding-left: 60px !important;
}

td.marge-gauche-70 {
  padding-left: 70px !important;
}

td.marge-gauche-80 {
  padding-left: 80px !important;
}

td.marge-gauche-90 {
  padding-left: 90px !important;
}

td.marge-gauche-100 {
  padding-left: 100px !important;
}

@media (min-width: 1200px) {
  .marge-lg-0 {
    margin: 0 !important;
  }

  .marge-lg-5 {
    margin: 5px !important;
  }

  .marge-lg-10 {
    margin: 10px !important;
  }

  .marge-lg-15 {
    margin: 15px !important;
  }

  .marge-lg-20 {
    margin: 20px !important;
  }

  .marge-lg-30 {
    margin: 30px !important;
  }

  .marge-lg-40 {
    margin: 40px !important;
  }

  .marge-lg-50 {
    margin: 50px !important;
  }

  .marge-lg-60 {
    margin: 60px !important;
  }

  .marge-lg-70 {
    margin: 70px !important;
  }

  .marge-lg-80 {
    margin: 80px !important;
  }

  .marge-lg-90 {
    margin: 90px !important;
  }

  .marge-lg-100 {
    margin: 100px !important;
  }

  .padding-lg-0 {
    padding: 0 !important;
  }

  .padding-lg-5 {
    padding: 5px !important;
  }

  .padding-lg-10 {
    padding: 10px !important;
  }

  .padding-lg-15 {
    padding: 15px !important;
  }

  .padding-lg-20 {
    padding: 20px !important;
  }

  .padding-lg-30 {
    padding: 30px !important;
  }

  .padding-lg-40 {
    padding: 40px !important;
  }

  .padding-lg-50 {
    padding: 50px !important;
  }

  .padding-lg-60 {
    padding: 60px !important;
  }

  .padding-lg-70 {
    padding: 70px !important;
  }

  .padding-lg-80 {
    padding: 80px !important;
  }

  .padding-lg-90 {
    padding: 90px !important;
  }

  .padding-lg-100 {
    padding: 100px !important;
  }

  .marge-haut-lg-0 {
    margin-top: 0 !important;
  }

  .marge-haut-lg-5 {
    margin-top: 5px !important;
  }

  .marge-haut-lg-10 {
    margin-top: 10px !important;
  }

  .marge-haut-lg-15 {
    margin-top: 15px !important;
  }

  .marge-haut-lg-20 {
    margin-top: 20px !important;
  }

  .marge-haut-lg-30 {
    margin-top: 30px !important;
  }

  .marge-haut-lg-40 {
    margin-top: 40px !important;
  }

  .marge-haut-lg-50 {
    margin-top: 50px !important;
  }

  .marge-haut-lg-60 {
    margin-top: 60px !important;
  }

  .marge-haut-lg-70 {
    margin-top: 70px !important;
  }

  .marge-haut-lg-80 {
    margin-top: 80px !important;
  }

  .marge-haut-lg-90 {
    margin-top: 90px !important;
  }

  .marge-haut-lg-100 {
    margin-top: 100px !important;
  }

  .padding-haut-lg-0 {
    padding-top: 0 !important;
  }

  .padding-haut-lg-5 {
    padding-top: 5px !important;
  }

  .padding-haut-lg-10 {
    padding-top: 10px !important;
  }

  .padding-haut-lg-15 {
    padding-top: 15px !important;
  }

  .padding-haut-lg-20 {
    padding-top: 20px !important;
  }

  .padding-haut-lg-30 {
    padding-top: 30px !important;
  }

  .padding-haut-lg-40 {
    padding-top: 40px !important;
  }

  .padding-haut-lg-50 {
    padding-top: 50px !important;
  }

  .padding-haut-lg-60 {
    padding-top: 60px !important;
  }

  .padding-haut-lg-70 {
    padding-top: 70px !important;
  }

  .padding-haut-lg-80 {
    padding-top: 80px !important;
  }

  .padding-haut-lg-90 {
    padding-top: 90px !important;
  }

  .padding-haut-lg-100 {
    padding-top: 100px !important;
  }

  .marge-droite-lg-0 {
    margin-right: 0 !important;
  }

  .marge-droite-lg-5 {
    margin-right: 5px !important;
  }

  .marge-droite-lg-10 {
    margin-right: 10px !important;
  }

  .marge-droite-lg-15 {
    margin-right: 15px !important;
  }

  .marge-droite-lg-20 {
    margin-right: 20px !important;
  }

  .marge-droite-lg-30 {
    margin-right: 30px !important;
  }

  .marge-droite-lg-40 {
    margin-right: 40px !important;
  }

  .marge-droite-lg-50 {
    margin-right: 50px !important;
  }

  .marge-droite-lg-60 {
    margin-right: 60px !important;
  }

  .marge-droite-lg-70 {
    margin-right: 70px !important;
  }

  .marge-droite-lg-80 {
    margin-right: 80px !important;
  }

  .marge-droite-lg-90 {
    margin-right: 90px !important;
  }

  .marge-droite-lg-100 {
    margin-right: 100px !important;
  }

  .padding-droite-lg-0 {
    padding-right: 0 !important;
  }

  .padding-droite-lg-5 {
    padding-right: 5px !important;
  }

  .padding-droite-lg-10 {
    padding-right: 10px !important;
  }

  .padding-droite-lg-15 {
    padding-right: 15px !important;
  }

  .padding-droite-lg-20 {
    padding-right: 20px !important;
  }

  .padding-droite-lg-30 {
    padding-right: 30px !important;
  }

  .padding-droite-lg-40 {
    padding-right: 40px !important;
  }

  .padding-droite-lg-50 {
    padding-right: 50px !important;
  }

  .padding-droite-lg-60 {
    padding-right: 60px !important;
  }

  .padding-droite-lg-70 {
    padding-right: 70px !important;
  }

  .padding-droite-lg-80 {
    padding-right: 80px !important;
  }

  .padding-droite-lg-90 {
    padding-right: 90px !important;
  }

  .padding-droite-lg-100 {
    padding-right: 100px !important;
  }

  .marge-bas-lg-0 {
    margin-bottom: 0 !important;
  }

  .marge-bas-lg-5 {
    margin-bottom: 5px !important;
  }

  .marge-bas-lg-10 {
    margin-bottom: 10px !important;
  }

  .marge-bas-lg-15 {
    margin-bottom: 15px !important;
  }

  .marge-bas-lg-20 {
    margin-bottom: 20px !important;
  }

  .marge-bas-lg-30 {
    margin-bottom: 30px !important;
  }

  .marge-bas-lg-40 {
    margin-bottom: 40px !important;
  }

  .marge-bas-lg-50 {
    margin-bottom: 50px !important;
  }

  .marge-bas-lg-60 {
    margin-bottom: 60px !important;
  }

  .marge-bas-lg-70 {
    margin-bottom: 70px !important;
  }

  .marge-bas-lg-80 {
    margin-bottom: 80px !important;
  }

  .marge-bas-lg-90 {
    margin-bottom: 90px !important;
  }

  .marge-bas-lg-100 {
    margin-bottom: 100px !important;
  }

  .padding-bas-lg-0 {
    padding-bottom: 0 !important;
  }

  .padding-bas-lg-5 {
    padding-bottom: 5px !important;
  }

  .padding-bas-lg-10 {
    padding-bottom: 10px !important;
  }

  .padding-bas-lg-15 {
    padding-bottom: 15px !important;
  }

  .padding-bas-lg-20 {
    padding-bottom: 20px !important;
  }

  .padding-bas-lg-30 {
    padding-bottom: 30px !important;
  }

  .padding-bas-lg-40 {
    padding-bottom: 40px !important;
  }

  .padding-bas-lg-50 {
    padding-bottom: 50px !important;
  }

  .padding-bas-lg-60 {
    padding-bottom: 60px !important;
  }

  .padding-bas-lg-70 {
    padding-bottom: 70px !important;
  }

  .padding-bas-lg-80 {
    padding-bottom: 80px !important;
  }

  .padding-bas-lg-90 {
    padding-bottom: 90px !important;
  }

  .padding-bas-lg-100 {
    padding-bottom: 100px !important;
  }

  .marge-gauche-lg-0 {
    margin-left: 0 !important;
  }

  .marge-gauche-lg-5 {
    margin-left: 5px !important;
  }

  .marge-gauche-lg-10 {
    margin-left: 10px !important;
  }

  .marge-gauche-lg-15 {
    margin-left: 15px !important;
  }

  .marge-gauche-lg-20 {
    margin-left: 20px !important;
  }

  .marge-gauche-lg-30 {
    margin-left: 30px !important;
  }

  .marge-gauche-lg-40 {
    margin-left: 40px !important;
  }

  .marge-gauche-lg-50 {
    margin-left: 50px !important;
  }

  .marge-gauche-lg-60 {
    margin-left: 60px !important;
  }

  .marge-gauche-lg-70 {
    margin-left: 70px !important;
  }

  .marge-gauche-lg-80 {
    margin-left: 80px !important;
  }

  .marge-gauche-lg-90 {
    margin-left: 90px !important;
  }

  .marge-gauche-lg-100 {
    margin-left: 100px !important;
  }

  .padding-gauche-lg-0 {
    padding-left: 0 !important;
  }

  .padding-gauche-lg-5 {
    padding-left: 5px !important;
  }

  .padding-gauche-lg-10 {
    padding-left: 10px !important;
  }

  .padding-gauche-lg-15 {
    padding-left: 15px !important;
  }

  .padding-gauche-lg-20 {
    padding-left: 20px !important;
  }

  .padding-gauche-lg-30 {
    padding-left: 30px !important;
  }

  .padding-gauche-lg-40 {
    padding-left: 40px !important;
  }

  .padding-gauche-lg-50 {
    padding-left: 50px !important;
  }

  .padding-gauche-lg-60 {
    padding-left: 60px !important;
  }

  .padding-gauche-lg-70 {
    padding-left: 70px !important;
  }

  .padding-gauche-lg-80 {
    padding-left: 80px !important;
  }

  .padding-gauche-lg-90 {
    padding-left: 90px !important;
  }

  .padding-gauche-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marge-md-0 {
    margin: 0 !important;
  }

  .marge-md-5 {
    margin: 5px !important;
  }

  .marge-md-10 {
    margin: 10px !important;
  }

  .marge-md-15 {
    margin: 15px !important;
  }

  .marge-md-20 {
    margin: 20px !important;
  }

  .marge-md-30 {
    margin: 30px !important;
  }

  .marge-md-40 {
    margin: 40px !important;
  }

  .marge-md-50 {
    margin: 50px !important;
  }

  .marge-md-60 {
    margin: 60px !important;
  }

  .marge-md-70 {
    margin: 70px !important;
  }

  .marge-md-80 {
    margin: 80px !important;
  }

  .marge-md-90 {
    margin: 90px !important;
  }

  .marge-md-100 {
    margin: 100px !important;
  }

  .padding-md-0 {
    padding: 0 !important;
  }

  .padding-md-5 {
    padding: 5px !important;
  }

  .padding-md-10 {
    padding: 10px !important;
  }

  .padding-md-15 {
    padding: 15px !important;
  }

  .padding-md-20 {
    padding: 20px !important;
  }

  .padding-md-30 {
    padding: 30px !important;
  }

  .padding-md-40 {
    padding: 40px !important;
  }

  .padding-md-50 {
    padding: 50px !important;
  }

  .padding-md-60 {
    padding: 60px !important;
  }

  .padding-md-70 {
    padding: 70px !important;
  }

  .padding-md-80 {
    padding: 80px !important;
  }

  .padding-md-90 {
    padding: 90px !important;
  }

  .padding-md-100 {
    padding: 100px !important;
  }

  .marge-haut-md-0 {
    margin-top: 0 !important;
  }

  .marge-haut-md-5 {
    margin-top: 5px !important;
  }

  .marge-haut-md-10 {
    margin-top: 10px !important;
  }

  .marge-haut-md-15 {
    margin-top: 15px !important;
  }

  .marge-haut-md-20 {
    margin-top: 20px !important;
  }

  .marge-haut-md-30 {
    margin-top: 30px !important;
  }

  .marge-haut-md-40 {
    margin-top: 40px !important;
  }

  .marge-haut-md-50 {
    margin-top: 50px !important;
  }

  .marge-haut-md-60 {
    margin-top: 60px !important;
  }

  .marge-haut-md-70 {
    margin-top: 70px !important;
  }

  .marge-haut-md-80 {
    margin-top: 80px !important;
  }

  .marge-haut-md-90 {
    margin-top: 90px !important;
  }

  .marge-haut-md-100 {
    margin-top: 100px !important;
  }

  .padding-haut-md-0 {
    padding-top: 0 !important;
  }

  .padding-haut-md-5 {
    padding-top: 5px !important;
  }

  .padding-haut-md-10 {
    padding-top: 10px !important;
  }

  .padding-haut-md-15 {
    padding-top: 15px !important;
  }

  .padding-haut-md-20 {
    padding-top: 20px !important;
  }

  .padding-haut-md-30 {
    padding-top: 30px !important;
  }

  .padding-haut-md-40 {
    padding-top: 40px !important;
  }

  .padding-haut-md-50 {
    padding-top: 50px !important;
  }

  .padding-haut-md-60 {
    padding-top: 60px !important;
  }

  .padding-haut-md-70 {
    padding-top: 70px !important;
  }

  .padding-haut-md-80 {
    padding-top: 80px !important;
  }

  .padding-haut-md-90 {
    padding-top: 90px !important;
  }

  .padding-haut-md-100 {
    padding-top: 100px !important;
  }

  .marge-droite-md-0 {
    margin-right: 0 !important;
  }

  .marge-droite-md-5 {
    margin-right: 5px !important;
  }

  .marge-droite-md-10 {
    margin-right: 10px !important;
  }

  .marge-droite-md-15 {
    margin-right: 15px !important;
  }

  .marge-droite-md-20 {
    margin-right: 20px !important;
  }

  .marge-droite-md-30 {
    margin-right: 30px !important;
  }

  .marge-droite-md-40 {
    margin-right: 40px !important;
  }

  .marge-droite-md-50 {
    margin-right: 50px !important;
  }

  .marge-droite-md-60 {
    margin-right: 60px !important;
  }

  .marge-droite-md-70 {
    margin-right: 70px !important;
  }

  .marge-droite-md-80 {
    margin-right: 80px !important;
  }

  .marge-droite-md-90 {
    margin-right: 90px !important;
  }

  .marge-droite-md-100 {
    margin-right: 100px !important;
  }

  .padding-droite-md-0 {
    padding-right: 0 !important;
  }

  .padding-droite-md-5 {
    padding-right: 5px !important;
  }

  .padding-droite-md-10 {
    padding-right: 10px !important;
  }

  .padding-droite-md-15 {
    padding-right: 15px !important;
  }

  .padding-droite-md-20 {
    padding-right: 20px !important;
  }

  .padding-droite-md-30 {
    padding-right: 30px !important;
  }

  .padding-droite-md-40 {
    padding-right: 40px !important;
  }

  .padding-droite-md-50 {
    padding-right: 50px !important;
  }

  .padding-droite-md-60 {
    padding-right: 60px !important;
  }

  .padding-droite-md-70 {
    padding-right: 70px !important;
  }

  .padding-droite-md-80 {
    padding-right: 80px !important;
  }

  .padding-droite-md-90 {
    padding-right: 90px !important;
  }

  .padding-droite-md-100 {
    padding-right: 100px !important;
  }

  .marge-bas-md-0 {
    margin-bottom: 0 !important;
  }

  .marge-bas-md-5 {
    margin-bottom: 5px !important;
  }

  .marge-bas-md-10 {
    margin-bottom: 10px !important;
  }

  .marge-bas-md-15 {
    margin-bottom: 15px !important;
  }

  .marge-bas-md-20 {
    margin-bottom: 20px !important;
  }

  .marge-bas-md-30 {
    margin-bottom: 30px !important;
  }

  .marge-bas-md-40 {
    margin-bottom: 40px !important;
  }

  .marge-bas-md-50 {
    margin-bottom: 50px !important;
  }

  .marge-bas-md-60 {
    margin-bottom: 60px !important;
  }

  .marge-bas-md-70 {
    margin-bottom: 70px !important;
  }

  .marge-bas-md-80 {
    margin-bottom: 80px !important;
  }

  .marge-bas-md-90 {
    margin-bottom: 90px !important;
  }

  .marge-bas-md-100 {
    margin-bottom: 100px !important;
  }

  .padding-bas-md-0 {
    padding-bottom: 0 !important;
  }

  .padding-bas-md-5 {
    padding-bottom: 5px !important;
  }

  .padding-bas-md-10 {
    padding-bottom: 10px !important;
  }

  .padding-bas-md-15 {
    padding-bottom: 15px !important;
  }

  .padding-bas-md-20 {
    padding-bottom: 20px !important;
  }

  .padding-bas-md-30 {
    padding-bottom: 30px !important;
  }

  .padding-bas-md-40 {
    padding-bottom: 40px !important;
  }

  .padding-bas-md-50 {
    padding-bottom: 50px !important;
  }

  .padding-bas-md-60 {
    padding-bottom: 60px !important;
  }

  .padding-bas-md-70 {
    padding-bottom: 70px !important;
  }

  .padding-bas-md-80 {
    padding-bottom: 80px !important;
  }

  .padding-bas-md-90 {
    padding-bottom: 90px !important;
  }

  .padding-bas-md-100 {
    padding-bottom: 100px !important;
  }

  .marge-gauche-md-0 {
    margin-left: 0 !important;
  }

  .marge-gauche-md-5 {
    margin-left: 5px !important;
  }

  .marge-gauche-md-10 {
    margin-left: 10px !important;
  }

  .marge-gauche-md-15 {
    margin-left: 15px !important;
  }

  .marge-gauche-md-20 {
    margin-left: 20px !important;
  }

  .marge-gauche-md-30 {
    margin-left: 30px !important;
  }

  .marge-gauche-md-40 {
    margin-left: 40px !important;
  }

  .marge-gauche-md-50 {
    margin-left: 50px !important;
  }

  .marge-gauche-md-60 {
    margin-left: 60px !important;
  }

  .marge-gauche-md-70 {
    margin-left: 70px !important;
  }

  .marge-gauche-md-80 {
    margin-left: 80px !important;
  }

  .marge-gauche-md-90 {
    margin-left: 90px !important;
  }

  .marge-gauche-md-100 {
    margin-left: 100px !important;
  }

  .padding-gauche-md-0 {
    padding-left: 0 !important;
  }

  .padding-gauche-md-5 {
    padding-left: 5px !important;
  }

  .padding-gauche-md-10 {
    padding-left: 10px !important;
  }

  .padding-gauche-md-15 {
    padding-left: 15px !important;
  }

  .padding-gauche-md-20 {
    padding-left: 20px !important;
  }

  .padding-gauche-md-30 {
    padding-left: 30px !important;
  }

  .padding-gauche-md-40 {
    padding-left: 40px !important;
  }

  .padding-gauche-md-50 {
    padding-left: 50px !important;
  }

  .padding-gauche-md-60 {
    padding-left: 60px !important;
  }

  .padding-gauche-md-70 {
    padding-left: 70px !important;
  }

  .padding-gauche-md-80 {
    padding-left: 80px !important;
  }

  .padding-gauche-md-90 {
    padding-left: 90px !important;
  }

  .padding-gauche-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .marge-sm-0 {
    margin: 0 !important;
  }

  .marge-sm-5 {
    margin: 5px !important;
  }

  .marge-sm-10 {
    margin: 10px !important;
  }

  .marge-sm-15 {
    margin: 15px !important;
  }

  .marge-sm-20 {
    margin: 20px !important;
  }

  .marge-sm-30 {
    margin: 30px !important;
  }

  .marge-sm-40 {
    margin: 40px !important;
  }

  .marge-sm-50 {
    margin: 50px !important;
  }

  .marge-sm-60 {
    margin: 60px !important;
  }

  .marge-sm-70 {
    margin: 70px !important;
  }

  .marge-sm-80 {
    margin: 80px !important;
  }

  .marge-sm-90 {
    margin: 90px !important;
  }

  .marge-sm-100 {
    margin: 100px !important;
  }

  .padding-sm-0 {
    padding: 0 !important;
  }

  .padding-sm-5 {
    padding: 5px !important;
  }

  .padding-sm-10 {
    padding: 10px !important;
  }

  .padding-sm-15 {
    padding: 15px !important;
  }

  .padding-sm-20 {
    padding: 20px !important;
  }

  .padding-sm-30 {
    padding: 30px !important;
  }

  .padding-sm-40 {
    padding: 40px !important;
  }

  .padding-sm-50 {
    padding: 50px !important;
  }

  .padding-sm-60 {
    padding: 60px !important;
  }

  .padding-sm-70 {
    padding: 70px !important;
  }

  .padding-sm-80 {
    padding: 80px !important;
  }

  .padding-sm-90 {
    padding: 90px !important;
  }

  .padding-sm-100 {
    padding: 100px !important;
  }

  .marge-haut-sm-0 {
    margin-top: 0 !important;
  }

  .marge-haut-sm-5 {
    margin-top: 5px !important;
  }

  .marge-haut-sm-10 {
    margin-top: 10px !important;
  }

  .marge-haut-sm-15 {
    margin-top: 15px !important;
  }

  .marge-haut-sm-20 {
    margin-top: 20px !important;
  }

  .marge-haut-sm-30 {
    margin-top: 30px !important;
  }

  .marge-haut-sm-40 {
    margin-top: 40px !important;
  }

  .marge-haut-sm-50 {
    margin-top: 50px !important;
  }

  .marge-haut-sm-60 {
    margin-top: 60px !important;
  }

  .marge-haut-sm-70 {
    margin-top: 70px !important;
  }

  .marge-haut-sm-80 {
    margin-top: 80px !important;
  }

  .marge-haut-sm-90 {
    margin-top: 90px !important;
  }

  .marge-haut-sm-100 {
    margin-top: 100px !important;
  }

  .padding-haut-sm-0 {
    padding-top: 0 !important;
  }

  .padding-haut-sm-5 {
    padding-top: 5px !important;
  }

  .padding-haut-sm-10 {
    padding-top: 10px !important;
  }

  .padding-haut-sm-15 {
    padding-top: 15px !important;
  }

  .padding-haut-sm-20 {
    padding-top: 20px !important;
  }

  .padding-haut-sm-30 {
    padding-top: 30px !important;
  }

  .padding-haut-sm-40 {
    padding-top: 40px !important;
  }

  .padding-haut-sm-50 {
    padding-top: 50px !important;
  }

  .padding-haut-sm-60 {
    padding-top: 60px !important;
  }

  .padding-haut-sm-70 {
    padding-top: 70px !important;
  }

  .padding-haut-sm-80 {
    padding-top: 80px !important;
  }

  .padding-haut-sm-90 {
    padding-top: 90px !important;
  }

  .padding-haut-sm-100 {
    padding-top: 100px !important;
  }

  .marge-droite-sm-0 {
    margin-right: 0 !important;
  }

  .marge-droite-sm-5 {
    margin-right: 5px !important;
  }

  .marge-droite-sm-10 {
    margin-right: 10px !important;
  }

  .marge-droite-sm-15 {
    margin-right: 15px !important;
  }

  .marge-droite-sm-20 {
    margin-right: 20px !important;
  }

  .marge-droite-sm-30 {
    margin-right: 30px !important;
  }

  .marge-droite-sm-40 {
    margin-right: 40px !important;
  }

  .marge-droite-sm-50 {
    margin-right: 50px !important;
  }

  .marge-droite-sm-60 {
    margin-right: 60px !important;
  }

  .marge-droite-sm-70 {
    margin-right: 70px !important;
  }

  .marge-droite-sm-80 {
    margin-right: 80px !important;
  }

  .marge-droite-sm-90 {
    margin-right: 90px !important;
  }

  .marge-droite-sm-100 {
    margin-right: 100px !important;
  }

  .padding-droite-sm-0 {
    padding-right: 0 !important;
  }

  .padding-droite-sm-5 {
    padding-right: 5px !important;
  }

  .padding-droite-sm-10 {
    padding-right: 10px !important;
  }

  .padding-droite-sm-15 {
    padding-right: 15px !important;
  }

  .padding-droite-sm-20 {
    padding-right: 20px !important;
  }

  .padding-droite-sm-30 {
    padding-right: 30px !important;
  }

  .padding-droite-sm-40 {
    padding-right: 40px !important;
  }

  .padding-droite-sm-50 {
    padding-right: 50px !important;
  }

  .padding-droite-sm-60 {
    padding-right: 60px !important;
  }

  .padding-droite-sm-70 {
    padding-right: 70px !important;
  }

  .padding-droite-sm-80 {
    padding-right: 80px !important;
  }

  .padding-droite-sm-90 {
    padding-right: 90px !important;
  }

  .padding-droite-sm-100 {
    padding-right: 100px !important;
  }

  .marge-bas-sm-0 {
    margin-bottom: 0 !important;
  }

  .marge-bas-sm-5 {
    margin-bottom: 5px !important;
  }

  .marge-bas-sm-10 {
    margin-bottom: 10px !important;
  }

  .marge-bas-sm-15 {
    margin-bottom: 15px !important;
  }

  .marge-bas-sm-20 {
    margin-bottom: 20px !important;
  }

  .marge-bas-sm-30 {
    margin-bottom: 30px !important;
  }

  .marge-bas-sm-40 {
    margin-bottom: 40px !important;
  }

  .marge-bas-sm-50 {
    margin-bottom: 50px !important;
  }

  .marge-bas-sm-60 {
    margin-bottom: 60px !important;
  }

  .marge-bas-sm-70 {
    margin-bottom: 70px !important;
  }

  .marge-bas-sm-80 {
    margin-bottom: 80px !important;
  }

  .marge-bas-sm-90 {
    margin-bottom: 90px !important;
  }

  .marge-bas-sm-100 {
    margin-bottom: 100px !important;
  }

  .padding-bas-sm-0 {
    padding-bottom: 0 !important;
  }

  .padding-bas-sm-5 {
    padding-bottom: 5px !important;
  }

  .padding-bas-sm-10 {
    padding-bottom: 10px !important;
  }

  .padding-bas-sm-15 {
    padding-bottom: 15px !important;
  }

  .padding-bas-sm-20 {
    padding-bottom: 20px !important;
  }

  .padding-bas-sm-30 {
    padding-bottom: 30px !important;
  }

  .padding-bas-sm-40 {
    padding-bottom: 40px !important;
  }

  .padding-bas-sm-50 {
    padding-bottom: 50px !important;
  }

  .padding-bas-sm-60 {
    padding-bottom: 60px !important;
  }

  .padding-bas-sm-70 {
    padding-bottom: 70px !important;
  }

  .padding-bas-sm-80 {
    padding-bottom: 80px !important;
  }

  .padding-bas-sm-90 {
    padding-bottom: 90px !important;
  }

  .padding-bas-sm-100 {
    padding-bottom: 100px !important;
  }

  .marge-gauche-sm-0 {
    margin-left: 0 !important;
  }

  .marge-gauche-sm-5 {
    margin-left: 5px !important;
  }

  .marge-gauche-sm-10 {
    margin-left: 10px !important;
  }

  .marge-gauche-sm-15 {
    margin-left: 15px !important;
  }

  .marge-gauche-sm-20 {
    margin-left: 20px !important;
  }

  .marge-gauche-sm-30 {
    margin-left: 30px !important;
  }

  .marge-gauche-sm-40 {
    margin-left: 40px !important;
  }

  .marge-gauche-sm-50 {
    margin-left: 50px !important;
  }

  .marge-gauche-sm-60 {
    margin-left: 60px !important;
  }

  .marge-gauche-sm-70 {
    margin-left: 70px !important;
  }

  .marge-gauche-sm-80 {
    margin-left: 80px !important;
  }

  .marge-gauche-sm-90 {
    margin-left: 90px !important;
  }

  .marge-gauche-sm-100 {
    margin-left: 100px !important;
  }

  .padding-gauche-sm-0 {
    padding-left: 0 !important;
  }

  .padding-gauche-sm-5 {
    padding-left: 5px !important;
  }

  .padding-gauche-sm-10 {
    padding-left: 10px !important;
  }

  .padding-gauche-sm-15 {
    padding-left: 15px !important;
  }

  .padding-gauche-sm-20 {
    padding-left: 20px !important;
  }

  .padding-gauche-sm-30 {
    padding-left: 30px !important;
  }

  .padding-gauche-sm-40 {
    padding-left: 40px !important;
  }

  .padding-gauche-sm-50 {
    padding-left: 50px !important;
  }

  .padding-gauche-sm-60 {
    padding-left: 60px !important;
  }

  .padding-gauche-sm-70 {
    padding-left: 70px !important;
  }

  .padding-gauche-sm-80 {
    padding-left: 80px !important;
  }

  .padding-gauche-sm-90 {
    padding-left: 90px !important;
  }

  .padding-gauche-sm-100 {
    padding-left: 100px !important;
  }
}
@media (max-width: 766px) {
  .marge-xs-0 {
    margin: 0 !important;
  }

  .marge-xs-5 {
    margin: 5px !important;
  }

  .marge-xs-10 {
    margin: 10px !important;
  }

  .marge-xs-15 {
    margin: 15px !important;
  }

  .marge-xs-20 {
    margin: 20px !important;
  }

  .marge-xs-30 {
    margin: 30px !important;
  }

  .marge-xs-40 {
    margin: 40px !important;
  }

  .marge-xs-50 {
    margin: 50px !important;
  }

  .marge-xs-60 {
    margin: 60px !important;
  }

  .marge-xs-70 {
    margin: 70px !important;
  }

  .marge-xs-80 {
    margin: 80px !important;
  }

  .marge-xs-90 {
    margin: 90px !important;
  }

  .marge-xs-100 {
    margin: 100px !important;
  }

  .padding-xs-0 {
    padding: 0 !important;
  }

  .padding-xs-5 {
    padding: 5px !important;
  }

  .padding-xs-10 {
    padding: 10px !important;
  }

  .padding-xs-15 {
    padding: 15px !important;
  }

  .padding-xs-20 {
    padding: 20px !important;
  }

  .padding-xs-30 {
    padding: 30px !important;
  }

  .padding-xs-40 {
    padding: 40px !important;
  }

  .padding-xs-50 {
    padding: 50px !important;
  }

  .padding-xs-60 {
    padding: 60px !important;
  }

  .padding-xs-70 {
    padding: 70px !important;
  }

  .padding-xs-80 {
    padding: 80px !important;
  }

  .padding-xs-90 {
    padding: 90px !important;
  }

  .padding-xs-100 {
    padding: 100px !important;
  }

  .marge-haut-xs-grand {
    margin-top: 2em !important;
  }

  .marge-haut-xs-moyen {
    margin-top: 1em !important;
  }

  .marge-haut-xs-petit {
    margin-top: 0.5em !important;
  }

  .marge-haut-xs-tres-petit {
    margin-top: 0.2em !important;
  }

  .marge-haut-xs-0 {
    margin-top: 0 !important;
  }

  .marge-haut-xs-5 {
    margin-top: 5px !important;
  }

  .marge-haut-xs-10 {
    margin-top: 10px !important;
  }

  .marge-haut-xs-15 {
    margin-top: 15px !important;
  }

  .marge-haut-xs-20 {
    margin-top: 20px !important;
  }

  .marge-haut-xs-30 {
    margin-top: 30px !important;
  }

  .marge-haut-xs-40 {
    margin-top: 40px !important;
  }

  .marge-haut-xs-50 {
    margin-top: 50px !important;
  }

  .marge-haut-xs-60 {
    margin-top: 60px !important;
  }

  .marge-haut-xs-70 {
    margin-top: 70px !important;
  }

  .marge-haut-xs-80 {
    margin-top: 80px !important;
  }

  .marge-haut-xs-90 {
    margin-top: 90px !important;
  }

  .marge-haut-xs-100 {
    margin-top: 100px !important;
  }

  .padding-haut-xs-grand {
    padding-top: 2em !important;
  }

  .padding-haut-xs-moyen {
    padding-top: 1em !important;
  }

  .padding-haut-xs-petit {
    padding-top: 0.5em !important;
  }

  .padding-haut-xs-tres-petit {
    padding-top: 0.2em !important;
  }

  .padding-haut-xs-0 {
    padding-top: 0 !important;
  }

  .padding-haut-xs-5 {
    padding-top: 5px !important;
  }

  .padding-haut-xs-10 {
    padding-top: 10px !important;
  }

  .padding-haut-xs-15 {
    padding-top: 15px !important;
  }

  .padding-haut-xs-20 {
    padding-top: 20px !important;
  }

  .padding-haut-xs-30 {
    padding-top: 30px !important;
  }

  .padding-haut-xs-40 {
    padding-top: 40px !important;
  }

  .padding-haut-xs-50 {
    padding-top: 50px !important;
  }

  .padding-haut-xs-60 {
    padding-top: 60px !important;
  }

  .padding-haut-xs-70 {
    padding-top: 70px !important;
  }

  .padding-haut-xs-80 {
    padding-top: 80px !important;
  }

  .padding-haut-xs-90 {
    padding-top: 90px !important;
  }

  .padding-haut-xs-100 {
    padding-top: 100px !important;
  }

  .marge-droite-xs-grand {
    margin-right: 2em !important;
  }

  .marge-droite-xs-moyen {
    margin-right: 1em !important;
  }

  .marge-droite-xs-petit {
    margin-right: 0.5em !important;
  }

  .marge-droite-xs-tres-petit {
    margin-right: 0.2em !important;
  }

  .marge-droite-xs-0 {
    margin-right: 0 !important;
  }

  .marge-droite-xs-5 {
    margin-right: 5px !important;
  }

  .marge-droite-xs-10 {
    margin-right: 10px !important;
  }

  .marge-droite-xs-15 {
    margin-right: 15px !important;
  }

  .marge-droite-xs-20 {
    margin-right: 20px !important;
  }

  .marge-droite-xs-30 {
    margin-right: 30px !important;
  }

  .marge-droite-xs-40 {
    margin-right: 40px !important;
  }

  .marge-droite-xs-50 {
    margin-right: 50px !important;
  }

  .marge-droite-xs-60 {
    margin-right: 60px !important;
  }

  .marge-droite-xs-70 {
    margin-right: 70px !important;
  }

  .marge-droite-xs-80 {
    margin-right: 80px !important;
  }

  .marge-droite-xs-90 {
    margin-right: 90px !important;
  }

  .marge-droite-xs-100 {
    margin-right: 100px !important;
  }

  .padding-droite-xs-grand {
    padding-right: 2em !important;
  }

  .padding-droite-xs-moyen {
    padding-right: 1em !important;
  }

  .padding-droite-xs-petit {
    padding-right: 0.5em !important;
  }

  .padding-droite-xs-tres-petit {
    padding-right: 0.2em !important;
  }

  .padding-droite-xs-0 {
    padding-right: 0 !important;
  }

  .padding-droite-xs-5 {
    padding-right: 5px !important;
  }

  .padding-droite-xs-10 {
    padding-right: 10px !important;
  }

  .padding-droite-xs-15 {
    padding-right: 15px !important;
  }

  .padding-droite-xs-20 {
    padding-right: 20px !important;
  }

  .padding-droite-xs-30 {
    padding-right: 30px !important;
  }

  .padding-droite-xs-40 {
    padding-right: 40px !important;
  }

  .padding-droite-xs-50 {
    padding-right: 50px !important;
  }

  .padding-droite-xs-60 {
    padding-right: 60px !important;
  }

  .padding-droite-xs-70 {
    padding-right: 70px !important;
  }

  .padding-droite-xs-80 {
    padding-right: 80px !important;
  }

  .padding-droite-xs-90 {
    padding-right: 90px !important;
  }

  .padding-droite-xs-100 {
    padding-right: 100px !important;
  }

  .marge-bas-xs-grand {
    margin-bottom: 2em !important;
  }

  .marge-bas-xs-moyen {
    margin-bottom: 1em !important;
  }

  .marge-bas-xs-petit {
    margin-bottom: 0.5em !important;
  }

  .marge-bas-xs-tres-petit {
    margin-bottom: 0.2em !important;
  }

  .marge-bas-xs-0 {
    margin-bottom: 0 !important;
  }

  .marge-bas-xs-5 {
    margin-bottom: 5px !important;
  }

  .marge-bas-xs-10 {
    margin-bottom: 10px !important;
  }

  .marge-bas-xs-15 {
    margin-bottom: 15px !important;
  }

  .marge-bas-xs-20 {
    margin-bottom: 20px !important;
  }

  .marge-bas-xs-30 {
    margin-bottom: 30px !important;
  }

  .marge-bas-xs-40 {
    margin-bottom: 40px !important;
  }

  .marge-bas-xs-50 {
    margin-bottom: 50px !important;
  }

  .marge-bas-xs-60 {
    margin-bottom: 60px !important;
  }

  .marge-bas-xs-70 {
    margin-bottom: 70px !important;
  }

  .marge-bas-xs-80 {
    margin-bottom: 80px !important;
  }

  .marge-bas-xs-90 {
    margin-bottom: 90px !important;
  }

  .marge-bas-xs-100 {
    margin-bottom: 100px !important;
  }

  .padding-bas-xs-grand {
    padding-bottom: 2em !important;
  }

  .padding-bas-xs-moyen {
    padding-bottom: 1em !important;
  }

  .padding-bas-xs-petit {
    padding-bottom: 0.5em !important;
  }

  .padding-bas-xs-tres-petit {
    padding-bottom: 0.2em !important;
  }

  .padding-bas-xs-0 {
    padding-bottom: 0 !important;
  }

  .padding-bas-xs-5 {
    padding-bottom: 5px !important;
  }

  .padding-bas-xs-10 {
    padding-bottom: 10px !important;
  }

  .padding-bas-xs-15 {
    padding-bottom: 15px !important;
  }

  .padding-bas-xs-20 {
    padding-bottom: 20px !important;
  }

  .padding-bas-xs-30 {
    padding-bottom: 30px !important;
  }

  .padding-bas-xs-40 {
    padding-bottom: 40px !important;
  }

  .padding-bas-xs-50 {
    padding-bottom: 50px !important;
  }

  .padding-bas-xs-60 {
    padding-bottom: 60px !important;
  }

  .padding-bas-xs-70 {
    padding-bottom: 70px !important;
  }

  .padding-bas-xs-80 {
    padding-bottom: 80px !important;
  }

  .padding-bas-xs-90 {
    padding-bottom: 90px !important;
  }

  .padding-bas-xs-100 {
    padding-bottom: 100px !important;
  }

  .marge-gauche-xs-0 {
    margin-left: 0 !important;
  }

  .marge-gauche-xs-5 {
    margin-left: 5px !important;
  }

  .marge-gauche-xs-10 {
    margin-left: 10px !important;
  }

  .marge-gauche-xs-15 {
    margin-left: 15px !important;
  }

  .marge-gauche-xs-20 {
    margin-left: 20px !important;
  }

  .marge-gauche-xs-30 {
    margin-left: 30px !important;
  }

  .marge-gauche-xs-40 {
    margin-left: 40px !important;
  }

  .marge-gauche-xs-50 {
    margin-left: 50px !important;
  }

  .marge-gauche-xs-60 {
    margin-left: 60px !important;
  }

  .marge-gauche-xs-70 {
    margin-left: 70px !important;
  }

  .marge-gauche-xs-80 {
    margin-left: 80px !important;
  }

  .marge-gauche-xs-90 {
    margin-left: 90px !important;
  }

  .marge-gauche-xs-100 {
    margin-left: 100px !important;
  }

  .padding-gauche-xs-0 {
    padding-left: 0 !important;
  }

  .padding-gauche-xs-5 {
    padding-left: 5px !important;
  }

  .padding-gauche-xs-10 {
    padding-left: 10px !important;
  }

  .padding-gauche-xs-15 {
    padding-left: 15px !important;
  }

  .padding-gauche-xs-20 {
    padding-left: 20px !important;
  }

  .padding-gauche-xs-30 {
    padding-left: 30px !important;
  }

  .padding-gauche-xs-40 {
    padding-left: 40px !important;
  }

  .padding-gauche-xs-50 {
    padding-left: 50px !important;
  }

  .padding-gauche-xs-60 {
    padding-left: 60px !important;
  }

  .padding-gauche-xs-70 {
    padding-left: 70px !important;
  }

  .padding-gauche-xs-80 {
    padding-left: 80px !important;
  }

  .padding-gauche-xs-90 {
    padding-left: 90px !important;
  }

  .padding-gauche-xs-100 {
    padding-left: 100px !important;
  }

  .marge-haut-moins-10, .marge-haut-moins-20, .marge-haut-moins-30, .marge-haut-moins-40, .marge-haut-moins-50, .marge-haut-moins-60, .marge-haut-moins-70, .marge-haut-moins-80 .marge-haut-moins-90, .marge-haut-moins-100 {
    margin-top: 0 !important;
  }

  .marge-gauche-moins-10, .marge-gauche-moins-20, .marge-gauche-moins-30, .marge-gauche-moins-40, .marge-gauche-moins-50, .marge-gauche-moins-60, .marge-gauche-moins-70, .marge-gauche-moins-80 .marge-gauche-moins-90, .marge-gauche-moins-100 {
    margin-left: 0 !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*# sourceMappingURL=styles-custom.css.map */
