@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
/*********************************
Couleurs
 **********************************/
/********************************
* Float, margin, padding
*********************************/
/* md et au delà */
/* sm */
/* xs */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/********************************
* Spacers
*********************************/
.space10 {
  clear: both;
  height: 10px;
  display: block;
}

.space20 {
  clear: both;
  height: 20px;
  display: block;
}

.space30 {
  clear: both;
  height: 30px;
  display: block;
}

.space40 {
  clear: both;
  height: 40px;
  display: block;
}

/**********************
Global
***********************/
html {
  height: 100%;
}

body, html {
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
  color: black;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", "Times New Roman", Times, serif;
  clear: both;
}

h1 {
  font-size: 2.2rem;
  color: #9d4506;
}

h2 {
  font-size: 1.6rem;
  color: #9d4506;
  border-bottom: solid 1px #9d4506;
}

h2.no-borderBottom {
  border-bottom: none !important;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

hr {
  border: solid 1px #e6d3af;
  margin: 2rem auto;
  clear: both;
}

a[target=_blank]::after {
  font-family: "FontAwesome";
  content: " ";
  font-size: 0.8rem;
}

a.noOutputSymb[target=_blank]::after {
  content: "";
}

.h100pc {
  height: 100%;
}

.black, a.black {
  color: #151515 !important;
  text-decoration: none !important;
}

/**** Backgrounds ****/
.bg-linear-dark-gray {
  background: linear-gradient(to right, #222222, #3c3c3c);
}

.bg-linear-light-gray {
  background: linear-gradient(to right, #b8b8b8, #ebebeb);
}

.bg-linear-mainBg {
  background: linear-gradient(to right, #dabe88, #f2e8d6);
}

.bg-dark-gray {
  background-color: #222222;
}

.bg-light-gray {
  background-color: #d1d1d1;
}

.bg-mainBg {
  background-color: #e6d3af;
}

.bg-secondaryBg {
  background-color: rgba(182, 109, 71, 0.99);
}

/**********************
Page standard
***********************/
.body-title, .body-content {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
}

div.info-aside {
  clear: both;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background-color: #ebebeb;
  border: solid 2px rgba(211, 137, 52, 0.98);
  border-radius: 3px;
}

.btn-enhanced {
  color: white;
  background-color: rgba(122, 49, 2, 0.94);
  border-color: rgba(107, 43, 2, 0.94);
  color: white;
}
.btn-enhanced:hover {
  color: white;
  background-color: rgba(84, 34, 1, 0.94);
  border-color: rgba(57, 23, 1, 0.94);
}
.btn-enhanced:focus, .btn-enhanced.focus {
  color: white;
  background-color: rgba(84, 34, 1, 0.94);
  border-color: rgba(57, 23, 1, 0.94);
  box-shadow: 0 0 0 0.2rem rgba(132, 78, 44, 0.5);
}
.btn-enhanced.disabled, .btn-enhanced:disabled {
  color: white;
  background-color: rgba(122, 49, 2, 0.94);
  border-color: rgba(107, 43, 2, 0.94);
}
.btn-enhanced:not(:disabled):not(.disabled):active, .btn-enhanced:not(:disabled):not(.disabled).active, .show > .btn-enhanced.dropdown-toggle {
  color: white;
  background-color: rgba(72, 29, 1, 0.94);
  border-color: rgba(44, 18, 1, 0.94);
}
.btn-enhanced:not(:disabled):not(.disabled):active:focus, .btn-enhanced:not(:disabled):not(.disabled).active:focus, .show > .btn-enhanced.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 78, 44, 0.5);
}

.btn-enhanced-inverse {
  color: #212529;
  background-color: white;
  border-color: rgba(107, 43, 2, 0.94);
  color: rgba(122, 49, 2, 0.94);
}
.btn-enhanced-inverse:hover {
  color: #212529;
  background-color: #ececec;
  border-color: rgba(57, 23, 1, 0.94);
}
.btn-enhanced-inverse:focus, .btn-enhanced-inverse.focus {
  color: #212529;
  background-color: #ececec;
  border-color: rgba(57, 23, 1, 0.94);
  box-shadow: 0 0 0 0.2rem rgba(95, 42, 8, 0.5);
}
.btn-enhanced-inverse.disabled, .btn-enhanced-inverse:disabled {
  color: #212529;
  background-color: white;
  border-color: rgba(107, 43, 2, 0.94);
}
.btn-enhanced-inverse:not(:disabled):not(.disabled):active, .btn-enhanced-inverse:not(:disabled):not(.disabled).active, .show > .btn-enhanced-inverse.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: rgba(44, 18, 1, 0.94);
}
.btn-enhanced-inverse:not(:disabled):not(.disabled):active:focus, .btn-enhanced-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-enhanced-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 42, 8, 0.5);
}

.btn-square {
  border-radius: 0 !important;
}

.withDateSymb:before {
  font-family: "FontAwesome";
  content: " ";
}

a.withoutSymb:after {
  content: "";
}

/******************************************
Démarches
*******************************************/
.demarchesItem {
  transition: all 250ms ease-out;
}
.demarchesItem a {
  color: rgba(211, 137, 52, 0.98);
}

.demarchesItem:hover {
  background-color: #e6d3af;
  border-color: #c0923c;
}
.demarchesItem:hover a {
  color: #9d4506;
}

/******************************************
Catégories Agenda  & Annuaire
*******************************************/
.categoriesMenu > div > div a {
  color: #222222;
}
.categoriesMenu > div > div.active {
  background-color: #e6d3af !important;
}
.categoriesMenu > div > div.active a,
.categoriesMenu > div:hover > div a {
  color: #9d4506;
  text-decoration: none;
}
.categoriesMenu > div:hover > div {
  background-color: #ecdec2 !important;
  color: #f67213;
}
.categoriesMenu > div > div {
  height: 100%;
  background-color: #e7e6e6 !important;
}
.categoriesMenu > div > div > div {
  height: 100%;
  width: 100%;
}
.categoriesMenu > div > div > div > div {
  vertical-align: middle;
}

/*******************************
 Agenda / Actualités / Galeries
 ******************************/
.item .h100pc {
  height: 100%;
}
.item .square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.item .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.item .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 250ms ease-out;
}
.item :hover .image img {
  transform: scale(1.1);
}
.item .infos {
  position: relative;
}
.item .infos .date {
  font-weight: 500;
}
.item .infos .date a {
  text-decoration: none;
}
.item .infos .date:not(.date-no-icon):before {
  font-family: "FontAwesome";
  content: " ";
}
.item .infos .date .jour {
  font-size: 1.6rem;
}
.item .infos .date .mois {
  font-variant: all-small-caps;
}
.item .titre h3 {
  font-size: 1.2rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .item a .rubrique {
    font-size: 0.7rem;
  }
}
#agenda .infos .date {
  border-right: 2px solid #151515;
}
#agenda .infos .rubrique {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 0.5rem;
}

#actualites .item .rubrique a, #associations .item .rubrique a, #annuaire .item .rubrique a {
  color: rgba(211, 137, 52, 0.98);
  text-decoration: none;
}

/****************************
Evenement
****************************/
.item .date-inline:not(.date-no-icon):before {
  font-family: "FontAwesome";
  content: " ";
}

span.rubrique:before {
  font-family: "FontAwesome";
  content: " ";
  font-size: 1.2rem;
}

/**********************
Socials sharing
***********************/
.jssocials-share-link {
  border-radius: 50%;
  font-size: 12px;
}

#share a[target=_blank]::after {
  content: "";
}

/****************************
Contact + Infolettre
****************************/
.formulaireCMS {
  margin: 40px 0;
}
.formulaireCMS .row > div {
  padding-top: 4px;
}
.formulaireCMS .fullwidth {
  width: 100%;
}
.formulaireCMS .bootstrap-select {
  height: 53px !important;
}
.formulaireCMS .bootstrap-select > button.btn.dropdown-toggle {
  border-radius: 0 !important;
  padding: 16px 25px 16px 12px;
  border: solid 1px #e7e6e6;
  background-color: transparent;
}
.formulaireCMS .bootstrap-select .dropdown-item.active, .formulaireCMS .dropdown-item:active {
  background-color: transparent;
}
.formulaireCMS .bootstrap-select .dropdown-menu {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.formulaireCMS input[type=text],
.formulaireCMS input[type=email],
.formulaireCMS textarea {
  border: 1px solid #e7e6e6;
  padding: 1rem;
  font-size: 1rem;
}
.formulaireCMS input:focus,
.formulaireCMS textarea:focus {
  border: 1px solid #666666;
  color: #151515;
}
.formulaireCMS select.error,
.formulaireCMS textarea.error,
.formulaireCMS input.error {
  border-color: #c01111;
}

.text-error {
  color: #f37777;
}

/****************************
Formulaires généraux
****************************/
.form-group {
  font-size: 18px;
  line-height: 20px;
}

.btn-fullwidth {
  width: 100%;
}

#messageEnvoye {
  text-align: center;
  background-color: #5cb85c;
  border: solid 1px #060f06;
  border-radius: 3px;
  width: 80%;
  margin: 0 auto;
}

#messageEnvoye h2 {
  color: white;
}

/****************************
Captcha
****************************/
#verification .btn-square {
  width: 4rem;
  height: 4rem;
  text-align: center;
  padding-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
}

#verification .btn-square.btn-danger {
  color: #151515;
}

.facebook.social-media-icon::before {
  content: "";
}

.twitter.social-media-icon::before {
  content: "";
}

.linkedin.social-media-icon::before {
  content: "";
}

.pinterest.social-media-icon::before {
  content: "";
}

.instagram.social-media-icon::before {
  content: "";
}

/**********************
Micro-données
***********************/
#microdonnees {
  visibility: hidden;
  height: 0;
}

#microdonnees img {
  max-width: 360px;
  height: auto;
}

/**********************
Header
***********************/
#maintenanceBar {
  background-color: #9d4506;
  color: white;
  height: 25px;
  text-align: center;
  padding: 2px 0;
}

section.top-bar {
  background-color: #e6d3af;
  color: #222222;
}

/*---------------------------------------------------------
Header Socials
---------------------------------------------------------*/
header .social-icons {
  overflow: hidden;
  width: auto;
}
header .social-icons > ul {
  margin-left: 20px;
  padding: 0;
}
@media screen and (max-width: 400px) {
  header .social-icons > ul {
    margin-left: 0;
  }
}
header .social-icons li {
  float: left;
  list-style: none;
  color: #666666;
  background-color: white;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
}
header .social-icons li:hover {
  color: white;
  background-color: rgba(182, 109, 71, 0.99);
}
header .social-icons li:first-child {
  margin-left: 0;
}
header .social-icons a.social-media-icon {
  color: inherit;
}
header .social-icons a.social-media-icon::after {
  content: "";
}
header .social-icons a.social-media-icon:hover {
  text-decoration: none;
}
header .social-icons a.social-media-icon span {
  display: none;
}
header .social-icons .social-media-icon::before {
  font-family: "FontAwesome";
  font-size: 120%;
}

/*-----------------------------
Bandeau image
------------------------------*/
section.bandeau-content,
.bandeau {
  position: relative;
  margin: 0;
  padding: 0;
}

section.bandeau-content {
  background: #f0f0f0 url("../images/loading.gif") no-repeat center;
}

/*-- Page d'accueil ---*/
section.bandeau-content.half-hight,
section.bandeau-content.half-hight .bandeau {
  height: 500px !important;
}

/*-- Autres pages ---*/
section.bandeau-content.reduce-hight,
section.bandeau-content.reduce-hight .bandeau {
  height: 250px !important;
}

.bandeau .fullscreen-img {
  background: none;
}
@media screen and (min-width: 768px) {
  .bandeau .fullscreen-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.bandeau .overlay {
  position: absolute;
  top: 0;
  right: 5%;
  transform: translateY(50%);
}

.bandeau .overlay .bloc-content,
.bandeau .overlay .page-title {
  transform: translateY(50%);
}

.bandeau .overlay h1,
.bandeau .overlay .page-title h1 {
  font-size: 3rem;
  color: white;
}

.bandeau .overlay h2 {
  font-family: "Merriweather", "Times New Roman", Times, serif;
  font-size: 2rem;
}

/****************************
Main menu : NavBar
****************************/
#main_navbar {
  /*
  .navbar {
      border: none;
      margin-bottom: 0 !important;
      height: auto !important;
  }

  @media (min-width: 992px) {
      .navbar {
          padding-top: 0;
          padding-bottom: 0;
      }

      .navbar .nav-link {
          padding-top: 1rem;
          padding-bottom: 1rem;
      }
  }
  */
  /*
  .navbar-nav, .navbar-default .navbar-nav > li > a {
  }

  .navbar-nav a:hover, .navbar-nav a:active {
  }

  .navbar-nav li:last-child a {
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
  }
  */
  /*--- Navbar toggle breakpoint change ---*/
}
#main_navbar .navbar-brand {
  height: auto;
  padding: 1rem 0 !important;
}
#main_navbar a.navbar-brand {
  font-family: "Merriweather", "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 700;
}
#main_navbar a.navbar-brand img.logo {
  max-height: 80px;
}
#main_navbar .navbar-toggler {
  border-color: white !important;
  background-color: #e6d3af !important;
}
#main_navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#main_navbar .navbar-collapse {
  padding: 0 !important;
}
#main_navbar .navbar-nav {
  margin: 7.5px 0;
}
#main_navbar .navbar-nav > li > a {
  padding: 10px 12px;
  line-height: 3rem;
}
#main_navbar .navbar-nav > .dropdown-menu {
  margin-top: -5px;
}
#main_navbar .dropdown-menu {
  padding: 0.5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#main_navbar .dropdown-menu > li {
  line-height: 1.6rem;
  white-space: nowrap;
}
#main_navbar .dropdown-submenu {
  position: relative;
  white-space: nowrap;
}
#main_navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main_navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#main_navbar .nav > li > a, #main_navbar .dropdown-menu > li > a {
  text-decoration: none !important;
  color: #151515 !important;
  font-size: 1rem;
  font-weight: 500;
}
#main_navbar .dropdown-menu > li > a {
  display: block;
  min-width: 100%;
}
#main_navbar .nav > li > a:focus, #main_navbar .nav > li > a:hover,
#main_navbar .nav .open > a, #main_navbar .nav .open > a:focus, #main_navbar .nav .open > a:hover,
#main_navbar .dropdown-menu > li > a:focus, #main_navbar .dropdown-menu > li > a:hover {
  color: white !important;
  background-color: #e6d3af !important;
}
#main_navbar .dropdown-divider {
  border-top-color: #dabe88 !important;
}
@media (max-width: 991px) {
  #main_navbar a.navbar-brand {
    font-size: 1.5rem;
  }
  #main_navbar .navbar-collapse {
    background-color: #e6d3af !important;
  }
  #main_navbar .dropdown-menu {
    background-color: transparent;
  }
  #main_navbar .nav > li > a {
    padding: 0 0.5rem;
    display: block;
    min-width: 100%;
  }
  #main_navbar .dropdown-menu {
    padding: 0;
    border-width: 0;
    background-color: #e6d3af !important;
  }
  #main_navbar .dropdown-menu > li {
    padding: 0 0.5rem;
    line-height: 2.5rem;
  }
  #main_navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #main_navbar #mainMenu li {
    line-height: 2.5rem;
  }
}

/****************************
Footer
****************************/
footer {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  /*---------------------------------------------------------
  Footer Socials
  ---------------------------------------------------------*/
  /*------------------------
   Menus Partenaires et Ressources
  ------------------------ */
  /*------------------------
   Menu Mentions
  ------------------------ */
}
footer .adresse {
  padding-left: 2rem;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-weight: 400;
}
footer .adresse a {
  text-decoration: underline;
}
footer img.logo {
  margin: 1rem 1.5rem 1.5rem 0;
  max-width: 200px;
}
@media (min-width: 768px) {
  footer img.logo {
    margin: 0 0.5rem 1.5rem 0;
  }
}
footer .social-icons {
  overflow: hidden;
  width: auto;
}
footer .social-icons > ul {
  margin: 0;
  padding: 0;
}
footer .social-icons li {
  float: left;
  list-style: none;
  color: #666666;
  background-color: white;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
}
footer .social-icons li:hover {
  color: white;
  background-color: rgba(182, 109, 71, 0.99);
}
footer .social-icons li:first-child {
  margin-left: 0;
}
footer .social-icons a.social-media-icon {
  color: inherit;
  text-decoration: none;
}
footer .social-icons a.social-media-icon::after {
  content: "";
}
footer .social-icons a.social-media-icon:hover {
  text-decoration: none;
}
footer .social-icons a.social-media-icon span {
  display: none;
}
footer .social-icons .social-media-icon::before {
  font-family: "FontAwesome";
  font-size: 120%;
}
footer .partenaires li:before {
  content: " ";
  font-family: "FontAwesome";
  font-size: 0.8rem;
}
footer .ressources li:before {
  content: " ";
  font-family: "FontAwesome";
  font-size: 0.8rem;
}
footer .ressources li,
footer .partenaires li {
  list-style-type: none;
}
footer .ressources li > a,
footer .partenaires li > a {
  text-decoration: none;
  color: #151515;
}
footer .ressources li a:hover, footer .ressources li a:focus, footer .ressources li a:active,
footer .partenaires li a:hover,
footer .partenaires li a:focus,
footer .partenaires li a:active {
  text-decoration: underline;
}
footer .ressources a[target=_blank]::after,
footer .partenaires a[target=_blank]::after {
  content: "";
}
footer .ressources .dropdown-divider,
footer .partenaires .dropdown-divider {
  border-top-color: transparent !important;
}
footer #mentionsMenu {
  display: flex;
  flex-direction: row;
}
footer #mentionsMenu li {
  display: inline;
}
footer #mentionsMenu li:not(:last-child):after {
  content: "  |  ";
  font-size: 0.8rem;
}
footer #mentionsMenu li a {
  text-decoration: none;
  color: #151515;
}
@media (max-width: 768px) {
  footer #mentionsMenu li a {
    line-height: 2.5rem;
  }
}
footer #mentionsMenu li a:hover, footer #mentionsMenu li a:focus, footer #mentionsMenu li a:active {
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer #mentionsMenu {
    border-top: solid 2px #151515;
  }
}
footer .copyright {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.infolettreFooter input.form-control {
  width: 80%;
}
@media (max-width: 767px) {
  .infolettreFooter input.form-control {
    width: 80%;
  }
}
.infolettreFooter button {
  width: 20% !important;
}

/**********************
scrollTop
***********************/
#scrollTop-container {
  position: fixed;
  bottom: 40px;
  right: 60px;
  background-color: #666666;
  color: #222222;
  font-size: 20px;
  text-align: center;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 46px;
}

#scrollTop-container:hover {
  background-color: #222222;
  color: #e7e6e6;
  opacity: 1;
}

.scroll-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.scroll-active {
  opacity: 0.6;
}

/****************************
Home : Accès rapide
****************************/
#acces-rapide .icone {
  text-align: center;
  color: #151515;
}
#acces-rapide .icone a {
  text-decoration: none;
  display: block;
  width: 7rem;
  height: 7rem;
  padding-top: 1.8rem;
  margin: 0 auto;
  border: solid 2px #e6d3af;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: inherit;
  font-variant: all-small-caps;
  transition: all 250ms ease-out;
}
#acces-rapide .icone a:hover {
  background-color: #e6d3af;
  border-color: #c0923c;
  color: white;
  transform: scale(1.2);
}

#quickAccessSm {
  padding: 0;
  list-style-type: none;
  background-color: #e6d3af;
}
#quickAccessSm li {
  list-style-type: none;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5rem;
}
#quickAccessSm li a {
  color: #9d4506;
}

/****************************
Home : Alertes
****************************/
.owl-carousel .owl-dots .owl-dot.active {
  background: rgba(182, 109, 71, 0.99) !important;
  border: 1px solid #9d4506;
}

/****************************
Home : Agenda / Actualités
****************************/
.toutvoir {
  display: block;
  position: relative;
  text-align: right;
  font-family: "Merriweather", "Times New Roman", Times, serif;
}

.toutvoir a {
  color: #151515;
  text-decoration: none;
}

#agendahome .infos .date {
  border-right: 2px solid #151515;
}
#agendahome .infos .rubrique {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 0.5rem;
}

#actualiteshome .item .rubrique a {
  color: rgba(211, 137, 52, 0.98);
  text-decoration: none;
}

/**********************
Pagination
***********************/
.paginate-wrapper.active {
  animation: ease-in-out;
  animation-duration: 3s;
}

.paginate-wrapper:not(.active) {
  display: none;
}

.pagination {
  float: right;
  margin-top: 0 !important;
}

.item-pg {
  display: inline-block;
  border: solid 1px #222222 !important;
  background-color: #9d4506;
  color: #d1d1d1;
  padding: 12px 18px;
  margin: 0 3px 0 0;
  cursor: pointer;
}

.item-pg:last-of-type {
  margin-right: 0;
}

.item-pg:hover,
.item-pg.active {
  border: solid 1px #f4ab87 !important;
  background-color: #ec6a29;
  color: #222222;
}

.item-pg.disable:hover {
  border: solid 1px #9e9e9e !important;
  background-color: #d1d1d1;
  color: #222222;
  cursor: default;
}

.item-pg.active:hover {
  cursor: default;
}

.dots {
  display: inline-block;
  padding: 12px 18px;
  margin: 0 3px 0 0;
}

@media (max-width: 767px) {
  .item-pg, .dots {
    padding: 8px 12px;
    margin-right: 6px;
  }
}
/**********************
Socials
***********************/
.jssocials-share-link {
  border-radius: 50%;
  font-size: 12px;
}

/****************************
Map Fiche
****************************/
#mapFiche {
  float: left;
  margin-right: 40px;
  width: 300px;
  height: 300px;
  border: solid 1px gray;
}

.titleMapMarker {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
}

/****************************
Map Village
****************************/
#mapVillage {
  width: 100%;
  margin: 0 auto !important;
  min-height: 640px;
}

.leaflet-popup-content {
  min-width: 260px;
}

.mapH1 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}

.mapP {
  margin: 0.3rem 0 0 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

img.mapImg {
  max-width: 240px;
  max-height: 300px;
  width: auto;
}

/**** Markers ****/
/************************************************
Menu Catégories map
************************************************/
.categoriesMapMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.categoriesMapMenu li {
  background-color: #e6d3af;
  list-style-type: none;
  padding: 1rem 0.5rem;
  margin: 2px 5px;
  font-variant: all-small-caps;
  min-height: 50px;
}
.categoriesMapMenu li.active {
  background-color: rgba(182, 109, 71, 0.99);
}
.categoriesMapMenu li a {
  color: #222222;
  text-decoration: none;
}
.categoriesMapMenu li.active a {
  color: #e7e6e6;
}

/*# sourceMappingURL=Mairie.css.map */
