/* =WordPress Core
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Righteous');
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  max-width: 410px;
  width: 100%!important;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*Fonts*/
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1160px;
  margin: auto;
  padding: 20px;
}
.container--header {
  padding: calc(5px) 20px;
}
/*Globals*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  font-family: 'Titillium Web', sans-serif;
  background-size: 100%;
  background-position: top center;
  background-color: #EEE;
}
.voitures ul {
  padding-left: 0;
}
.voitures li {
  list-style: none;
}
.voiture__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.voiture__item {
  flex: 0 0 calc(33.33333333%);
  padding: 10px 10px;
}
@media only screen and (max-width: 770px) {
  .voiture__item {
    flex: 0 0 calc(50%);
  }
}
@media only screen and (max-width: 450px) {
  .voiture__item {
    flex: 0 0 calc(100%);
  }
}
.voiture__item:hover .voiture__title {
  background-color: #c6aa00;
}
.voiture__item ul {
  position: relative;
}
.voiture__item > * {
  width: 100%;
}
.voiture__thumbnail {
  padding-top: 80%;
  background-size: cover;
  background-position: center center;
}
.voiture__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.voiture__title {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(110, 23, 42, 0.7);
  padding: 0.5em 1em;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 770px) {
  .header {
    align-items: center;
  }
}
.header__right {
  flex-grow: 1;
}
@media only screen and (max-width: 450px) {
  .header__right {
    flex-grow: 0;
    padding-left: 10px;
  }
}
.header__center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 450px) {
  .header__center {
    flex-direction: column;
  }
}
.header__logo {
  max-width: 90px;
}
@media only screen and (max-width: 450px) {
  .header__logo {
    max-width: 65px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__slogan {
  font-family: 'Righteous', cursive;
  font-size: 15px;
  color: #c6aa00;
  text-align: center;
  padding-left: 10px;
}
@media only screen and (max-width: 450px) {
  .header__slogan {
    padding: 0;
  }
}
.header__epoquauto {
  padding-right: 40px;
}
@media only screen and (max-width: 450px) {
  .header__epoquauto {
    padding: 0;
  }
  .header__epoquauto img {
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 770px) {
  .header__menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #515958;
    z-index: 100;
    top: 110px;
  }
}
@media only screen and (max-width: 552px) {
  .header__menu {
    top: 87px;
  }
}
.header__toggle {
  display: none;
}
@media only screen and (max-width: 770px) {
  .header__toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 100;
  }
}
.menu--header {
  display: flex;
  padding-left: 0;
  padding: 10px 0;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 770px) {
  .menu--header {
    flex-direction: column;
  }
}
.menu--header li {
  list-style: none;
}
.menu--header > li {
  white-space: nowrap;
}
.menu--header > li a {
  display: block;
  padding: 0 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}
@media only screen and (max-width: 770px) {
  .menu--header > li a {
    font-size: 15px;
  }
}
.menu--header > li a:hover {
  background-color: #c6aa00;
}
.menu--header > li .sub-menu {
  position: absolute;
  z-index: 101;
  background-color: #515958;
  padding-left: 0;
}
@media only screen and (max-width: 770px) {
  .menu--header > li .sub-menu {
    position: relative;
  }
}
.menu--header > li .sub-menu > li > a {
  text-align: left;
  font-size: 12px;
  padding-left: 2em;
}
@media only screen and (max-width: 770px) {
  .menu--header > li .sub-menu > li > a {
    text-align: center;
    padding-left: 0;
    background-color: #c6aa00;
  }
}
.menu--header > li.menu-item--adherent a {
  background-color: #0089d0;
}
.menu--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  padding: 10px 0;
}
.menu--footer > li {
  list-style: none;
}
.menu--footer > li > a {
  padding: 0.5em 1em;
  color: #FFFFFF;
}
.row--bordeau {
  background-color: #515958;
}
.row--header {
  border-bottom: 3px solid #c6aa00;
}
h1 {
  color: #515958;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  h1 {
    font-size: 20px;
  }
}
h1::after {
  content: "";
  display: block;
  border-bottom: 3px solid #515958;
  max-width: 200px;
  margin: auto;
  padding-top: 8px;
}
.home h2 {
  color: #FFFFFF;
  background-color: #515958;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 1em;
  font-size: 20px;
}
h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 1em;
  font-size: 18px;
}
h3 {
  padding: 0.5em 0;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #515958;
}
.content p {
  padding: 10px 0;
}
.content img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 450px) {
}
.content a {
  color: #515958;
}
.content a:hover {
  color: #FFFFFF;
  background-color: #515958;
}
.evenement__liste,
.document__liste {
  padding-left: 0;
  border-top: 1px dotted #515958;
  border-left: 1px dotted #515958;
}
@media only screen and (max-width: 1000px) {
  .evenement__liste,
  .document__liste {
    border: none;
  }
}
.evenement__liste ul,
.document__liste ul {
  padding: 0;
}
.evenement__liste li,
.document__liste li {
  list-style: none;
}
.evenement__item:nth-child(2n+1),
.document__item:nth-child(2n+1) {
  background-color: #EEEEEE;
}
.evenement__item > ul,
.document__item > ul {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .evenement__item > ul,
  .document__item > ul {
    flex-direction: column;
  }
}
.evenement__item > ul > li,
.document__item > ul > li {
  flex: 1 1 calc(14.28571429%);
  border-bottom: 1px dotted #515958;
  border-right: 1px dotted #515958;
  padding: 5px 10px;
}
@media only screen and (max-width: 1000px) {
  .evenement__item > ul > li,
  .document__item > ul > li {
    border: none;
    padding-left: 5px;
  }
}
.evenement__item--title,
.document__item--title {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .evenement__item--title,
  .document__item--title {
    display: none;
  }
}
.evenement__item--title li,
.document__item--title li {
  background-color: #515958;
  color: #FFFFFF;
}
@media only screen and (max-width: 1000px) {
  .evenement__item .vide,
  .document__item .vide {
    display: none;
  }
}
.evenement__mois,
.document__mois {
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .evenement__mois,
  .document__mois {
    background-color: #515958;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 3px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .evenement__theme,
  .document__theme {
    background-color: #c6aa00;
  }
}
.produits__liste {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  align-items: flex-start;
}
.produits__bon_de_commande img {
  width: 100%;
  height: auto;
}
.produit__item {
  flex: 0 0 calc(33.33333333%);
  padding: 10px;
  list-style: none;
}
@media only screen and (max-width: 770px) {
  .produit__item {
    flex: 0 0 calc(50%);
  }
}
@media only screen and (max-width: 450px) {
  .produit__item {
    flex: 0 0 calc(100%);
  }
}
.produit__titre {
  font-size: 15px;
  padding: 10px;
  text-align: left;
  color: #FFFFFF;
  background-color: #515958;
  text-align: center;
}
.produit__infos {
  padding: 10px;
}
.produit__infos strong {
  text-decoration: underline;
}
.produit__infos > li {
  list-style: none;
}
.produit__image {
  position: relative;
  padding-top: 80%;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.produit__image img {
  width: 100%;
  height: auto;
  /* 
            &.paysage{
                 width:100%;
                 height:auto;
                 display:block;
            }
            &.portrait{
                 width:auto;
                 height:100%;
                 display:block;
            }*/
}
.annee__list {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.annee__item {
  list-style: none;
}
.annee__item.active {
  background-color: #515958;
}
.annee__item.active a {
  color: #FFFFFF;
}
.annee__item a {
  color: #515958;
  display: block;
  padding: 5px 20px;
}
.annee__item a:hover {
  background-color: #515958;
  color: #FFFFFF;
}
.breadcrumb {
  padding: 20px;
}
.breadcrumb a {
  color: #515958;
}
.breadcrumb a:hover {
  color: #c6aa00;
}
embed {
  height: 100vh;
}
input {
  font-size: 16px;
  padding: 0.5em 1em;
  max-width: 320px;
  width: 100%;
}
input[type=text],
input[type=password],
input[type=email] {
  border: 1px solid #515958;
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #515958;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=submit] {
  background-color: #515958;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
}
input[type=submit]:hover {
  cursor: pointer;
}
input:-webkit-autofill {
  background-color: transparent!important;
}
label {
  cursor: pointer;
  font-size: 16px;
}
form > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
}
form > ul > li {
  margin: 10px 5px;
  list-style: none;
  display: flex;
  align-items: center;
}
.adherents__list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
}
.adherents__list ul {
  padding-left: 0;
}
.adherents__list li {
  list-style: none;
}
.adherent__item {
  flex: 0 1 calc(16.66666667%);
  padding: 10px;
}
.adherent__item:hover {
  background-color: #515958;
}
.adherent__item:hover * {
  color: #FFFFFF;
}
@media only screen and (max-width: 770px) {
  .adherent__item {
    flex: 0 1 calc(33.33333333%);
  }
}
@media only screen and (max-width: 450px) {
  .adherent__item {
    flex: 0 1 calc(100%);
  }
}
.adherent__thumbnail {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  margin: 10px 0;
}
.adherent__thumbnail--single {
  max-width: 280px;
  padding-top: 0;
}
.adherent__thumbnail--single > div {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
.adherent__single {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.adherent__single li {
  list-style: none;
  flex: 1 0 100%;
  text-align: center;
}
.adherent__nom--single {
  text-align: center;
  color: #515958;
}
.actualites ul,
.prochainesorties ul {
  padding-left: 0;
}
.actualites li,
.prochainesorties li {
  list-style: none;
}
.actualites > ul,
.prochainesorties > ul {
  display: flex;
  flex-wrap: wrap;
}
.actualite__item,
.prochainesortie__item {
  flex: 0 1 50%;
  padding: 1em;
}
@media only screen and (max-width: 450px) {
  .actualite__item,
  .prochainesortie__item {
    flex: 0 1 100%;
  }
}
.prochainesortie__block {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .prochainesortie__block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 450px) {
  .prochainesortie__block {
    flex: 0 1 100%;
  }
}
.prochainesortie__left {
  padding-right: 10px!important;
}
.prochainesortie__right {
  flex: 0 0 30%;
}
.prochainesortie__right img {
  max-width: 100%;
  height: auto;
}
.mentions {
  text-align: center;
  background-color: #515958;
  color: #FFFFFF;
}
.mentions a {
  color: #FFFFFF;
}
.footer {
  background-color: #000000;
}
.footer > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 770px) {
  .footer > .container {
    justify-content: center;
  }
}
.main {
  max-width: 1160px;
  margin: auto;
  background-color: #FFFFFF;
  width: 100%;
}
.owl-carousel {
  padding: 20px;
}
.owl-carousel .item {
  background-size: cover;
  background-position: center center;
  padding-top: 70%;
}
