@charset "UTF-8";
/* fonts */
html.no-margin-top {
  margin-top: 0 !important;
}

a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  color: #7a1221;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* temp for dev */
#wpadminbar {
  nopedisplay: none;
}

html,
body {
  min-height: 100%;
  height: 100%;
  font-size: 15px;
}

body {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mobile {
  display: none !important;
}

.center {
  text-align: center;
}

.cap {
  text-transform: uppercase;
}

.container-fluid {
  max-width: 1200px;
}

.header,
.footer {
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.footer {
  margin-top: 20px;
  top: auto;
  bottom: 0;
}
.home .footer {
  position: absolute;
  bottom: 0;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.small-font {
  font-size: 0.9em;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

ol, ul {
  margin: 0;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.row-flex {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class^=col-md-] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-8 {
  width: 66.66666667%;
}
@media screen and (max-width: 768px) {
  .col-md-8 {
    width: 100%;
  }
}

.col-md-7 {
  width: 58.33333333%;
}
@media screen and (max-width: 768px) {
  .col-md-7 {
    width: 100%;
  }
}

.col-md-5 {
  width: 41.66666667%;
}
@media screen and (max-width: 768px) {
  .col-md-5 {
    width: 100%;
  }
}

.col-md-4 {
  width: 33.33333333%;
}
@media screen and (max-width: 768px) {
  .col-md-4 {
    width: 100%;
  }
}

/* Ajustements structure => HOME */
.home main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .header {
  position: relative;
  top: 65%;
  z-index: 50;
  -webkit-transform: translate(0, calc(-50% - 60px));
          transform: translate(0, calc(-50% - 60px));
}
.home .header .bandeau {
  background: rgba(46, 46, 46, 0.8);
}
.home .site-title-heading {
  position: relative;
}
.home .site-title-heading a {
  color: #fff;
  font-size: 34px;
  padding-left: 15px;
  padding-bottom: 45px;
}
.home .site-title-heading:before {
  top: 6px;
  bottom: -72px;
  height: auto;
}
.home .site-branding {
  position: relative;
}
.home .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.site-branding {
  padding: 20px 0 30px;
  min-height: 210px;
}
.site-branding .logo-container {
  width: 80px;
}
.site-branding .logo-container img {
  width: 100%;
  left: -10px;
  position: relative;
}

.home .site-branding .logo-container {
  width: 150px;
}
.home .site-branding .logo-container img {
  width: 100%;
  left: 6px;
  position: relative;
}

.site-title-heading {
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-transform: uppercase;
  width: 40%;
}
.site-title-heading a {
  display: block;
  color: rgb(255, 255, 255);
  line-height: 1.2em;
}
.site-title-heading:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: -20px;
  left: -15px;
  background: #000;
}

.main-nav .navbar-nav {
  position: relative;
  padding-right: 7px;
  float: none;
  margin-top: 0px;
  /* modif à check */
  list-style: none;
}
.main-nav .navbar-nav:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  top: -50px;
  right: 7px;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.main-nav .navbar-nav li {
  float: none;
  position: relative;
  padding: 3px 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-right: 22px;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.main-nav .navbar-nav li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0%;
  bottom: 0;
  right: -2px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.main-nav .navbar-nav li:hover:after, .main-nav .navbar-nav li:focus:after, .main-nav .navbar-nav li.current-page-ancestor:after {
  height: 100%;
}
.main-nav .navbar-nav li.active:after {
  background: #fff;
}
.main-nav .navbar-nav li a {
  display: block;
  padding: 0;
  text-align: right;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.main-nav .navbar-nav li a:hover, .main-nav .navbar-nav li a:focus {
  background: transparent;
  color: #ececec;
}
.main-nav .navbar-nav li.active a, .main-nav .navbar-nav li.current-page-ancestor a {
  color: #fff;
}

.logo-site {
  width: 90px;
  position: fixed;
  left: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}
.logo-site img {
  width: 100%;
}

.home .logo-site {
  display: none;
}

.menu-icon {
  height: 30px;
  width: 30px;
  position: fixed;
  right: 50px;
  top: 30px;
  cursor: pointer;
  z-index: 10001;
}
.menu-icon:after {
  content: "Menu";
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 4px;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}

.menu-icon__line-left {
  width: 30px;
}

.menu-icon__line-right {
  width: 30px;
  float: right;
}

body:not(.nav-active) .menu-icon:hover .menu-icon__line-right {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
body:not(.nav-active) .menu-icon:hover .menu-icon__line-left {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.nav {
  position: fixed;
  z-index: 10000;
  top: 0;
}
.nav:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(122, 18, 33, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(122, 18, 33, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
  background: #7a1221;
  opacity: 0.9;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav__content {
  position: fixed;
  -webkit-transition: top 550ms ease-in-out;
  transition: top 550ms ease-in-out;
  top: -100%;
  -webkit-transform: translate(0%, calc(-50% - 60px));
          transform: translate(0%, calc(-50% - 60px));
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 5px);
  font-weight: 200;
  cursor: pointer;
}

.logo-nav {
  width: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 35px;
}
.logo-nav a {
  display: block;
  position: relative;
  margin: 0 auto;
}
.logo-nav a img {
  width: 100px;
}

.nav__list-item,
.nav__content .menu-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: 25px;
  color: #fff;
  margin-bottom: 0.66em;
}
.nav__list-item a,
.nav__content .menu-item a {
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  display: inline-block;
  width: auto;
  position: relative;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
.nav__list-item a:before,
.nav__content .menu-item a:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 2px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0.3;
}
.nav__list-item a:hover:before,
.nav__content .menu-item a:hover:before {
  width: 100%;
  opacity: 1;
}

body.nav-active .menu-icon__line {
  -webkit-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translateX(1px) rotate(45deg);
          transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  width: 15px;
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
body.nav-active .nav__list-item,
body.nav-active .nav__content .menu-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
body.nav-active .nav__list-item:nth-child(0),
body.nav-active .nav__content .menu-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1),
body.nav-active .nav__content .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2),
body.nav-active .nav__content .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3),
body.nav-active .nav__content .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4),
body.nav-active .nav__content .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(5),
body.nav-active .nav__content .menu-item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(6),
body.nav-active .nav__content .menu-item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(7),
body.nav-active .nav__content .menu-item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__content {
  visibility: visible;
  top: 50%;
}
body.nav-active .logo-nav {
  visibility: visible;
  opacity: 1;
}
body.nav-active .menu-icon:after {
  content: "fermer";
}

.header.scrolled {
  min-height: 50px;
  background-color: rgba(46, 46, 46, 0.95);
}
.header.scrolled .col-sm-3 {
  width: 5%;
  padding: 0;
}
.header.scrolled .col-sm-9 {
  width: 95%;
  padding: 0;
}
.header.scrolled .site-branding {
  padding: 0;
}
.header.scrolled .site-branding .logo-container {
  display: none;
}
.header.scrolled .site-title-heading {
  padding: 15px 0;
  left: 0px;
}
.header.scrolled .site-title-heading a {
  display: block;
  text-indent: -9999px;
  width: 28px;
  height: 25px;
  overflow: hidden;
  background: url(../img/icon-home.png) no-repeat 0 0;
  background-size: cover;
  margin-left: 10px;
}
.header.scrolled .main-nav .navbar-nav {
  float: right;
  margin-top: 0;
  padding-top: 5px;
}
.header.scrolled .main-nav .navbar-nav:after,
.header.scrolled .main-nav .navbar-nav li:after {
  content: none;
}
.header.scrolled .main-nav .navbar-nav li {
  float: left;
  margin-right: 20px;
  padding: 0;
}
.header.scrolled .main-nav .navbar-nav li:first-child {
  margin-left: 0;
}
.header.scrolled .main-nav .navbar-nav li a {
  padding: 0 0;
  font-size: 0.9em;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

#site-footer {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-menu li {
  float: left;
}
.footer-menu li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  border-left: 1px solid #fff;
}
.footer-menu li:first-child a {
  border: none;
}
.footer-menu li:last-child a {
  padding-right: 0;
}

.site-brand-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}

/* autres pages */
.main-content-page {
  padding: 150px 45px 40px;
}
.main-content-page.white-background {
  background: #fff;
  font-size: 15px;
  padding-top: 40px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 400px;
}
.main-content-page.type-title,
.main-content-page .type-h2 {
  padding: 0 0 35px;
  margin-top: 200px;
  color: #fff;
  font-size: 46px;
  font-family: museo-slab, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
}
.search-results .main-content-page h2 {
  text-align: left;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  color: #7a1221;
}
.main-content-page .type-h2 {
  padding: 0;
  margin: 30px 0 15px;
  font-size: 20px;
  color: #000;
}
.main-content-page h2.edifice {
  margin-top: 0;
}
.main-content-page h2 {
  color: #7a1221;
  font-size: 1.5em;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  margin: 1.66em 0 0.66em 0;
}
.main-content-page h2:first-child {
  margin-top: 0;
}
.main-content-page h2 strong,
.main-content-page h2 b {
  font-weight: 500;
}
.main-content-page .surtitre {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3em;
}
.main-content-page h3 {
  font-size: 1.1em;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  margin: 0 0 0.66em 0;
}
.main-content-page h3 strong,
.main-content-page h3 b {
  font-weight: 500;
}
.main-content-page table.table-striped td,
.main-content-page .table-striped table td {
  border: none;
  border-top: 1px solid #ddd;
}
.main-content-page.single-edifices h3 {
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: -0.5em;
}

.menu-container {
  background-color: #fff;
}
.menu-container .menu-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 0;
  margin-bottom: 5px;
  min-height: 70px;
}
@media (max-width: 1200px) {
  .menu-container .menu-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .menu-container .menu-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-container .menu-page .menu-item.search-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.menu-container .menu-item {
  padding: 0;
  display: block;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.menu-container .menu-item:hover {
  background-color: #e8e8e8;
}
.menu-container .menu-item.search-item:after {
  background-color: #444;
}
.search-results .menu-container .menu-item.search-item {
  width: 100%;
}
.menu-container .menu-item.search-item {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 400px;
          flex: 2 1 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px;
  position: static;
}
.menu-container .menu-item.search-item.full {
  -webkit-box-flex: 999;
      -ms-flex: 999 999 auto;
          flex: 999 999 auto;
  border: none;
}
.menu-container .menu-item.search-item form.search-form {
  width: 100%;
  max-width: 400px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1em;
  height: auto;
}
@media screen and (max-width: 768px) {
  .menu-container .menu-item.search-item form.search-form {
    max-width: 100%;
  }
}
.menu-container .menu-item > a,
.menu-container .menu-item > span,
.menu-container .menu-item h1 {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 1em 1.66em;
  display: block;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #2D2D2D;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
  line-height: 1.25em;
  height: 100%;
}
.menu-container .menu-item > span {
  background-color: #e8e8e8;
}
.menu-container .menu-item h1 {
  margin: 0;
}
.menu-container .menu-item.active a,
.menu-container .current-menu-item a {
  background-color: #7a1221;
  color: #fff;
}
.menu-container .menu-item h1 {
  background-color: #7a1221;
  color: #fff;
}
.menu-container .menu-item span.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -8px;
  background-image: url("../img/arrow-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu-container .menu-item span.icon.icon-back {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.menu-container .menu-item:hover span.icon {
  left: -16px;
}

.page-simple--menu {
  position: relative;
}
.page-simple--menu .list-inline {
  margin: 0 -15px 50px;
}
.page-simple--menu li {
  padding: 0 15px;
}
.page-simple--menu h1,
.page-simple--menu a {
  font-size: 14px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
  display: block;
  padding: 8px 0;
  margin: 0;
}
.page-simple--menu h1:hover,
.page-simple--menu a:hover {
  color: #7a1221;
}
.page-simple--menu h1 {
  color: #7a1221;
  border-bottom: 5px solid #7a1221;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* exception menu => concours */
.menu-concours.dropdown {
  position: static;
}
.menu-concours.dropdown .dropdown-menu {
  display: none;
}
.menu-concours.dropdown.open .dropdown-menu {
  display: block;
  background: #fff;
  z-index: 1000;
}
.menu-concours.dropdown.open {
  background: #fff;
}
.menu-concours.dropdown .dropdown-toggle.current {
  padding: 0;
}
.menu-concours.dropdown.open .dropdown-menu {
  -webkit-animation-name: transition;
          animation-name: transition;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms;
}
@-webkit-keyframes transition {
  from {
    margin-top: -50px;
    opacity: 0;
    display: -webkit-box;
    display: flex;
  }
  to {
    margin-top: 5px;
    opacity: 1;
  }
}
@keyframes transition {
  from {
    margin-top: -50px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  to {
    margin-top: 5px;
    opacity: 1;
  }
}
.menu-concours.dropdown .dropdown-menu {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  padding: 40px;
  width: 1170px;
  margin: 5px auto;
  top: auto;
}
.menu-concours.dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0;
  -webkit-columns: 6;
     -moz-columns: 6;
          columns: 6;
}
.menu-concours.dropdown .dropdown-menu ul .menu-item a {
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .menu-concours.dropdown .dropdown-menu {
    width: auto;
  }
  .menu-concours.dropdown .dropdown-menu ul {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
  .menu-concours.dropdown .dropdown-menu {
    margin: 5px 15px;
  }
}
@media (max-width: 768px) {
  .menu-concours.dropdown .dropdown-menu ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .menu-concours.dropdown .dropdown-menu {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .menu-concours.dropdown .dropdown-menu ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.menu-concours.dropdown .dropdown-menu a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding: 5px 20px;
}
.menu-concours.dropdown .dropdown-menu a:hover, .menu-concours.dropdown .dropdown-menu a:focus {
  background: none;
  color: #666;
}

/* pages architecte/s */
.type-column {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
.type-column a {
  color: #000;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}
.type-column a:hover {
  color: #7a1221;
}
.type-column > li {
  margin-bottom: 1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.type-column.type-membre-dhonneur {
  margin-top: 40px;
}
.type-column.type-membre-dhonneur > li {
  line-height: normal;
  padding-bottom: 30px;
  /* On tente le padding, à défaut de margin (cf bug au dessus) pour l'affichage de la qualité - à check  */
}
.type-column.type-membre-dhonneur > li .small {
  font-size: 0.9em;
  display: inline-block;
  line-height: 1.3;
}
.type-column.type-membre-dhonneur > li a {
  color: #7a1221;
}
.type-column.set-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.type-column.set-2 > li {
  font-size: 18px;
}
.type-column .list-unstyled {
  margin: 0 0 20px 20px;
}
.type-column .list-unstyled li {
  font-size: 14px;
}
.type-column .list-unstyled li:before {
  content: "- ";
}
.type-column.set-1 {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.type-column.list-dept a {
  color: #7a1221;
}
.type-column.list-dept a:hover {
  text-decoration: underline;
}
.type-column.list-dept > li {
  line-height: 1em;
  /* Suppression du margin pour un line-height => correction bug columns sous webkit :( ; */
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  padding-bottom: 1.3em;
}
.type-column.list-dept .list-unstyled {
  margin: 0;
  margin-top: 1em;
}
.type-column.list-dept .list-unstyled li {
  font-size: 14px;
  margin-bottom: 0.66em;
}
.type-column.list-dept .list-unstyled li:before {
  content: "";
}

.header.fancybox-margin {
  margin: 0 !important;
}

.single-architectes ul {
  padding: 0 20px;
}
.single-architectes ul li {
  font-size: 0.95em;
}
.single-architectes .list-edifices {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.single-architectes .list-edifices h3 {
  margin-bottom: 4px;
}
.single-architectes .list-edifices .departement {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.single-architectes .list-edifices .departement ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.grey-background {
  background: #ececec;
  padding: 45px 0;
  margin-bottom: 50px;
  position: relative;
}

.fancybox-fullpage .container-fluid.type-fancybox {
  max-width: 1050px;
}
.fancybox-fullpage .container-fluid.type-fancybox .container-fluid.type-fancybox {
  max-width: 810px;
}
.fancybox-fullpage .container-fluid.type-fancybox .single-architectes .container-fluid.type-fancybox {
  max-width: 890px;
}
.fancybox-fullpage .main-content-page.white-background {
  background: #fff;
}
.fancybox-fullpage .main-content-page.white-background.single-architectes {
  background: #fff;
  padding-top: 0;
}
.fancybox-fullpage .grey-background {
  margin-left: -45px;
  margin-right: -45px;
}

.etat-civil {
  padding: 0;
}
.etat-civil .content-etat-civil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.etat-civil .content-etat-civil .image-archi {
  width: 100%;
  max-width: 380px;
}
.etat-civil .content-etat-civil .image-archi img.arch-portrait {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.etat-civil .content-etat-civil .bio-archi {
  width: 100%;
  padding-left: 20px;
}
.etat-civil ul {
  list-style: none;
  padding: 40px;
}
.etat-civil ul li {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  margin-bottom: 0.5em;
}
.etat-civil ul li a {
  color: #7a1221;
}
.etat-civil ul li.igmh {
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
}

.teaser-planche .teaser-vignette {
  position: relative;
}
.teaser-planche .teaser-vignette:before {
  content: "Agrandir";
  display: block;
  position: absolute;
  color: #fff;
  background-color: rgba(122, 18, 33, 0.7);
  padding: 0.3rem 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: 0;
}
.teaser-planche img {
  width: 100%;
  height: auto;
}
.teaser-planche .description {
  margin: 15px 0;
  font-size: 0.9rem;
}

.teaser-lien {
  color: #000;
}
.teaser-lien:hover .teaser-planche .teaser-vignette:before {
  padding: 2rem 3rem;
  opacity: 1;
}

.gallery-caption {
  font-size: 0.95em;
  font-style: italic;
  text-align: left;
  line-height: 1.1em;
}

.gallery-icon img {
  width: 100%;
  height: 100%;
}

.detail_localisation {
  color: #5d5d5d;
  font-size: 0.85em;
}

.container-fluid.type-fancybox {
  max-width: 810px;
  color: #000;
  position: static;
}
.container-fluid.type-fancybox .h1-like {
  font-size: 34px;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
}
.container-fluid.type-fancybox .h1-like span {
  text-transform: uppercase;
}
.container-fluid.type-fancybox .h1-like {
  margin: 0 0 15px;
}
.container-fluid.type-fancybox .list-unstyled {
  margin-bottom: 0;
}
.container-fluid.type-fancybox .list-unstyled .wait-for-it {
  height: 15px;
}
.container-fluid.type-fancybox .h2-like,
.container-fluid.type-fancybox .arch-bio h2 {
  font-size: 20px;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.container-fluid.type-fancybox .h2-like:empty {
  display: none;
}
.container-fluid.type-fancybox .arch-bio {
  padding-top: 20px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
}
.container-fluid.type-fancybox .arch-bio.optionnal {
  padding: 0;
}
.container-fluid.type-fancybox .arch-bio.optionnal h2:first-child {
  margin-top: 50px;
}
.container-fluid.type-fancybox .arch-bio h2 {
  margin: 50px 0 15px;
  color: #7a1221;
}
.container-fluid.type-fancybox .arch-bio h2:first-child {
  margin-top: 20px;
}

.row.ligne-these {
  margin: 0;
}

.container-close {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.container-close .fancy-custom-close {
  display: inline-block;
  font-size: 13px;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

/* Pages actus  */
.type-actus a,
.type-liste a,
.main-content-page .category-actus a {
  color: #7a1221;
  text-decoration: underline;
}
.type-actus .meta,
.type-liste .meta,
.main-content-page .category-actus .meta {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #9A9A9A;
}
.type-actus article,
.type-liste article,
.main-content-page .category-actus article {
  padding: 2em;
  background-color: #fff;
}
.type-actus article:after,
.type-liste article:after,
.main-content-page .category-actus article:after {
  content: "";
  display: block;
  position: relative;
  background-color: #EFEEEE;
  height: 5px;
  width: 100%;
  bottom: -2em;
}
.type-actus article h2,
.type-liste article h2,
.main-content-page .category-actus article h2 {
  font-size: 2em;
  margin: 0 0 0.25em 0;
}
.type-actus article .vignette-actu,
.type-liste article .vignette-actu,
.main-content-page .category-actus article .vignette-actu {
  padding-top: 20px;
  text-align: right;
}
.type-actus article .vignette-actu img,
.type-liste article .vignette-actu img,
.main-content-page .category-actus article .vignette-actu img {
  width: 100%;
  height: auto;
}

.single-post h1 {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  font-size: 50px;
  margin-top: -3rem;
}

.entry-meta {
  margin-bottom: 2rem;
  font-size: 13px;
}

.pagination-container {
  padding-top: 1em;
}
.pagination-container nav {
  margin: 0;
}
.pagination-container nav li a {
  text-decoration: none !important;
  border-radius: 0 !important;
  padding: 0.66em 1em;
}
.pagination-container nav li.active span {
  background-color: #ccc;
  border-radius: 0 !important;
  border-color: #7a1221;
  background-color: #7a1221;
  padding: 0.66em 1em;
}
.pagination-container nav li.active span:hover {
  border-color: #7a1221;
  background-color: #7a1221;
}
.pagination-container nav li.active span > span {
  padding: 0;
}

/* Pages medailles  */
.list-medaillees .type-column.type-medaillees > li {
  line-height: 1.2em;
  margin-bottom: 1em;
}
.list-medaillees h2 {
  margin-top: 1em;
  border-top: 1px dashed #cac9c9;
  padding-top: 1em;
}

/* Pages Thèses */
.leaflet-tooltip {
  font-size: 13px;
  /* Modifie la taille de la police */
  font-weight: bold;
  /* Facultatif : Met en gras */
  background-color: #fff;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}

.single-theses h2 {
  font-size: 2.5em;
  margin: 0 0 0.25em 0;
}
.single-theses h3 {
  font-size: 1.25em;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
}
.single-theses article {
  padding: 2em;
}
.single-theses article:after {
  display: none !important;
}

.teaser-these table,
.teaser-planche table {
  font-size: 0.9em;
  margin: 15px 0 10px 0;
}
.teaser-these table thead,
.teaser-planche table thead {
  font-size: 0.9em;
  color: #888;
}
.teaser-these table tbody td,
.teaser-these table thead td,
.teaser-planche table tbody td,
.teaser-planche table thead td {
  border: none;
  border-left: 2px solid #ccc;
  padding: 0px;
  padding-left: 10px;
}

.teaser-these {
  padding: 20px 0;
  border-bottom: 4px solid #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.teaser-these .vignette-these {
  max-width: 150px;
  min-width: 150px;
}
.teaser-these .vignette-these img {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  width: 100%;
  height: auto;
}
.teaser-these .vignette-these img:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #7a1221;
          box-shadow: 0px 0px 0px 2px #7a1221;
}
.teaser-these .detail-these {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.teaser-these .detail-these > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.teaser-these .detail-these h2 {
  position: relative;
  font-size: 1.45em;
  font-weight: 500;
  width: 100%;
  margin: 0;
}
.teaser-these .detail-these h2 span.toltipTitre {
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: 1070;
  display: block;
  display: none;
  padding-bottom: 1em;
}
.teaser-these .detail-these h2:hover span {
  display: block;
}
.teaser-these .detail-these h3 {
  font-size: 1.25em;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
}

.teaser-planche .vignette-planche img {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  width: 100%;
  height: auto;
}
.teaser-planche .vignette-planche img:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #7a1221;
          box-shadow: 0px 0px 0px 2px #7a1221;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #7a1221;
  border-color: #7a1221;
}

.pagination > li > a,
.pagination > li > span {
  color: #7a1221;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.single-planche #site-footer {
  display: none;
}
.single-planche {
  background-color: #7a1221;
}
.single-planche .navigator {
  background: #7a1221 !important;
  z-index: 500;
  border-color: #7a1221 !important;
  border-width: 1px !important;
  width: 290px !important;
  height: 140px !important;
  opacity: 0.7 !important;
  top: 0;
  right: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.single-planche .navigator.is-close {
  top: -140px !important;
  right: -290px !important;
}
.single-planche .navigator:hover {
  opacity: 1 !important;
}
.single-planche .cartouche {
  position: absolute;
  z-index: 200;
  background: rgb(0, 0, 0);
  right: 0;
  top: 0;
  bottom: auto;
  width: 290px;
  font-size: 13px;
  height: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #f2f2f2;
  height: 100%;
  opacity: 1;
}
.single-planche .cartouche .cta {
  position: absolute;
  bottom: 0;
  z-index: 10000;
}
.single-planche .cartouche.bottom {
  right: auto;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.single-planche .cartouche.bottom .cta {
  position: absolute;
  bottom: 100%;
  right: 0;
}
.single-planche .cartouche.bottom .content-cartouche {
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.single-planche .cartouche.bottom .content-cartouche .colonne {
  margin: 0 15px;
}
.single-planche .cartouche.bottom .content-cartouche .colonne.titre {
  width: 30%;
}
.single-planche .cartouche.bottom .content-cartouche .colonne.description {
  width: 50%;
}
.single-planche .cartouche.bottom.is-close {
  -webkit-transform: translateY(calc(100% - 5px));
          transform: translateY(calc(100% - 5px));
}
.single-planche .cartouche:hover {
  background: rgb(0, 0, 0);
  opacity: 1;
}
.single-planche .cartouche a {
  color: #fff;
  text-decoration: underline;
}
.single-planche .cartouche.is-close {
  -webkit-transform: translateY(calc(-100% + 50px)) translateX(calc(100% - 130px));
          transform: translateY(calc(-100% + 50px)) translateX(calc(100% - 130px));
}
.single-planche .cartouche .content-cartouche {
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.single-planche .cartouche .content-cartouche h1 {
  margin: 0;
  font-size: 1.5em;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  color: #7a1221;
}
.single-planche .cartouche .content-cartouche h2 {
  font-size: 1.5em;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  margin: 5px 0;
}
.single-planche .cartouche .content-cartouche .description {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.3rem;
}
.single-planche .cartouche .content-cartouche ul {
  padding: 0;
  list-style: none;
}
.single-planche .cartouche .bt-cartouche {
  color: #7a1221;
  background-color: #fff;
  padding: 6px 10px;
  border: none;
}
.single-planche .cartouche .bt-cartouche:hover {
  color: #fff;
  background-color: #7a1221;
}
.single-planche .cartouche .bt-cartouche:focus {
  outline: none;
}

/* sprite */
.sprite-picto {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite-picto.png);
}
.sprite-picto.arrow {
  width: 25px;
  height: 20px;
  background-position: 0 0px;
  margin-right: 10px;
}
.sprite-picto.cross {
  width: 20px;
  height: 20px;
  background-position: 0 -20px;
}

/* Animation medaille */
.flip-container {
  margin: 0 auto;
  cursor: pointer;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes flip-medaille {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  40% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes flip-medaille {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  40% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.flip-container .flipper {
  -webkit-animation: flip-medaille 4s infinite;
          animation: flip-medaille 4s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.flip-container,
.flip-container .front,
.flip-container .back {
  width: 200px;
  height: 200px;
}

.flip-container .flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}

.flip-container .flipper .front,
.flip-container .flipper .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-container .flipper .front img,
.flip-container .flipper .back img {
  width: 100%;
}

.flip-container .flipper .front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.flip-container .flipper .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-legend {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  color: #7a1221;
  font-size: 0.9em;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .sprite-arrow {
    background-image: url(../img/sprite-picto--retina.png);
    background-size: 25px 40px;
  }
}
/* contact */
.col-content-form {
  font-size: 16px;
  padding: 30px 60px 0;
}
.col-content-form strong {
  color: #7c1524;
}

.form-classic {
  font-size: 17px;
}
.form-classic input,
.form-classic textarea {
  border-radius: 0;
}
.form-classic label {
  font-weight: normal;
}
.form-classic .btn.btn-default {
  background: #7c1524;
  border: none;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  padding: 10px 40px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.form-classic,
.col-content-form {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  color: #000;
}

.gallery-size-thumbnail {
  margin: 20px -10px;
}
.gallery-size-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery-size-thumbnail .gallery-item {
  padding: 10px;
}

.search-form {
  width: 100%;
  height: 100%;
}
.search-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-results .search-form {
  width: 100%;
}
.search-form .input-group {
  height: 100%;
}
.search-form .input-group-btn {
  width: auto;
}
.search-form .input-group-btn .bt-loupe {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  width: 28px;
  height: 35px;
}
.search-form .input-group-btn .bt-loupe #s-circle {
  position: relative;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #7a1221;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 150ms ease all;
  transition: 150ms ease all;
}
.search-form .input-group-btn .bt-loupe span {
  position: absolute;
  top: 17px;
  left: 21px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 10px;
  -webkit-transform: rotateZ(52deg);
          transform: rotateZ(52deg);
  -webkit-transition: 150ms ease all;
  transition: 150ms ease all;
}
.search-form .input-group-btn .bt-loupe span:before,
.search-form .input-group-btn .bt-loupe span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 2px;
  background-color: #7a1221;
  border-radius: 10px;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  -webkit-transition: 150ms ease all;
  transition: 150ms ease all;
}
.search-form .input-group-btn#s-cover:hover #s-circle {
  top: 50%;
  width: 25px;
  height: 2px;
  border-width: 0;
  background-color: #7a1221;
  border-radius: 15px;
}
.search-form .input-group-btn#s-cover:hover span {
  top: 50%;
  left: auto;
  right: 0;
  width: 25px;
  -webkit-transform: rotateZ(0) translate(0, -50%);
          transform: rotateZ(0) translate(0, -50%);
}
.search-form .input-group-btn#s-cover:hover span:before {
  bottom: 10px;
  -webkit-transform: rotateZ(52deg);
          transform: rotateZ(52deg);
}
.search-form .input-group-btn#s-cover:hover span:after {
  bottom: 0px;
  -webkit-transform: rotateZ(-52deg);
          transform: rotateZ(-52deg);
}
.search-form .input-group-btn#s-cover:hover span:before,
.search-form .input-group-btn #s-cover:hover span:after {
  right: 0;
  width: 14px;
  background-color: #7a1221;
}
.search-form .input-group-btn .submit-search {
  background: transparent;
  margin: 0;
  position: relative;
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.search-form .input-group-btn .submit-search:focus {
  outline: none;
}
.search-form input,
.search-form .submit-search {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form input {
  min-height: 39.5px;
}
.search-form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form input::-webkit-input-placeholder {
  color: #747474;
}
.search-form input::-moz-placeholder {
  color: #747474;
}
.search-form input:-ms-input-placeholder {
  color: #747474;
}
.search-form input::-ms-input-placeholder {
  color: #747474;
}
.search-form input::placeholder {
  color: #747474;
}
.search-form .submit-search {
  padding: 7px 10px;
}

.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%;
}
.awesomplete > input[type=search] {
  width: 100%;
  font-size: 18px;
}
.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: calc(100% + 48px);
  background: #fff;
  border: #e0e0e0 1px solid;
  top: 100%;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.1882352941);
  border-radius: 8px;
}
.awesomplete li {
  font-size: 1.25em;
  padding: 12px;
}
.awesomplete .mark,
.awesomplete mark {
  padding: 4px 2px;
  background-color: #fff5c1;
}

.glyphicon.glyphicon-reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

div.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border: none;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  font-style: italic;
}

div.wpcf7-validation-errors {
  border: none;
  background-color: #fcf8e3;
}

select.wpcf7-form-control {
  width: 100%;
  padding: 6px 12px;
}

.mapContainer {
  z-index: 10;
}
.mapContainer a {
  text-decoration: none;
}

#map-edifice {
  height: 450px;
  width: 100%;
}

#map-edifices,
#mapGoogle {
  height: 700px;
}
.single-post #map-edifices,
.single-post #mapGoogle {
  margin: 20px 0;
  height: 450px;
  border: 2px solid #85001e;
}
#map-edifices .gm-style-iw h1,
#map-edifices .leaflet-popup h1,
#mapGoogle .gm-style-iw h1,
#mapGoogle .leaflet-popup h1 {
  font-size: 18px;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  margin: 4px 0;
}
#map-edifices .gm-style-iw h2,
#map-edifices .leaflet-popup h2,
#mapGoogle .gm-style-iw h2,
#mapGoogle .leaflet-popup h2 {
  color: #686868;
  font-size: 15px;
  font-style: italic;
}
#map-edifices .gm-style-iw a,
#map-edifices .leaflet-popup a,
#mapGoogle .gm-style-iw a,
#mapGoogle .leaflet-popup a {
  color: #7a1221;
  text-decoration: underline;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}
#map-edifices .gm-style-iw .archi,
#map-edifices .leaflet-popup .archi,
#mapGoogle .gm-style-iw .archi,
#mapGoogle .leaflet-popup .archi {
  line-height: 1.4em;
  font-family: museo-slab, sans-serif;
  font-weight: 500;
}
#map-edifices .gm-style-iw .archi a,
#map-edifices .leaflet-popup .archi a,
#mapGoogle .gm-style-iw .archi a,
#mapGoogle .leaflet-popup .archi a {
  font-size: 16px;
}
#map-edifices .gm-style-iw p,
#map-edifices .leaflet-popup p,
#mapGoogle .gm-style-iw p,
#mapGoogle .leaflet-popup p {
  margin: 0 0 15px;
}
#map-edifices .gm-style-iw p:last-child,
#map-edifices .leaflet-popup p:last-child,
#mapGoogle .gm-style-iw p:last-child,
#mapGoogle .leaflet-popup p:last-child {
  margin-bottom: 0;
}

.holler-title {
  font-weight: 600;
  margin-top: 0;
}

.hwp-close {
  top: 15px;
  right: 9px;
}

.holler-inside {
  color: #353535;
}

.holler-inside .icon-cancel:before {
  content: "";
  background-image: url(../img/sprite-picto--retina.png);
  width: 20px;
  height: 16px;
  background-position: 0 16px;
  background-size: 100%;
}

.bt-download,
a.bt-download {
  margin-left: 10px;
  background-color: #7a1221;
  color: #fff !important;
  border: none;
  border-radius: 0;
  padding: 7px 14px;
  display: inline-block;
}

.hwp-powered-by {
  display: none !important;
}

.hwp-floating-btn {
  width: 50px;
  height: 50px;
  background-color: #7a1221;
  content: "\f129";
}
.hwp-floating-btn i {
  top: 2px;
  line-height: 50px;
}

.icon-chat:before {
  content: "\f129";
}

.ligne-edifice {
  position: relative;
}

.label-new {
  position: absolute;
  display: inline-block;
  font-size: 7px;
  line-height: 10px;
  font-weight: bold;
  width: 10px;
  height: 10px;
  color: #fff;
  border-radius: 15px;
  background-color: #7a1221;
  text-align: center;
  margin: 0;
  top: 3px;
  left: -14px;
  display: none;
}

.relevanssi-live-search-result p {
  font-size: 1em;
}

.relevanssi-live-search-result-status p {
  font-size: 0.9em;
  color: #343434;
  margin: 0;
  padding: 15px;
}/*# sourceMappingURL=styles.css.map */