:root {
  --primary-color:white; }

/*!
 * Notre Notaire Template 3 Colors Bootstrap v4.3.1
 */
body {
  color: #222; }

h3,
.h3 {
  color: var(--primary-color); }

a {
  color: var(--primary-color); }
  a:hover {
    color: var(--primary-color); }

.blockquote {
  color: var(--primary-color); }

.text-primary {
  color: var(--primary-color) !important; }

.bg-primary {
  background-color: var(--primary-color) !important; }
  .bg-primary::before {
    background: linear-gradient(90deg, rgba(var(--primary-color), 0) 0%, rgba(var(--primary-color), 1) 100%); }

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color); }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important; }

.btn-secondary {
  color: var(--primary-color);
  border-color: var(--primary-color); }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important; }

.btn-link {
  color: var(--primary-color); }
  .btn-link:hover {
    color: var(--primary-color); }

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #222; }
  .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color); }

.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color); }

.card-title a {
  color: #222; }
  .card-title a:hover {
    color: var(--primary-color); }

.page-link {
  color: rgba(34, 34, 34, 0.5); }
  .page-link:hover {
    color: var(--primary-color); }

.page-item.disabled .page-link {
  color: rgba(34, 34, 34, 0.2); }

.article h1,
.article .h1 {
  color: var(--primary-color); }

.article .blockquote {
  color: var(--primary-color); }

.cover {
  background: var(--primary-color); }
  .cover .cover-inner .btn-primary {
    color: var(--primary-color); }
    .cover .cover-inner .btn-primary:hover {
      color: var(--primary-color); }
  .cover::before {
    background: linear-gradient(90deg, rgba(var(--primary-color), 0) 0%, rgba(var(--primary-color), 1) 100%); }

/*!
 * Notre Notaire Template 3 Custom Bootstrap v4.3.1
 */
body {
  font-family: "Muli", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700; }

h1,
.h1 {
  margin-bottom: 60px;
  font-size: 3.4rem; }

h2,
.h2 {
  margin-bottom: 40px;
  font-size: 2.2rem; }

h3,
.h3 {
  margin-bottom: 30px;
  font-size: 1.6rem; }

h4,
.h4 {
  margin-bottom: 20px;
  font-size: 1.2rem; }

b,
strong {
  font-weight: bold; }

.lead {
  font-size: 1.1rem; }

.blockquote {
  font-size: 1.6rem;
  font-style: italic; }

.blockquote-footer {
  margin-top: 30px;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  font-style: normal; }
  .blockquote-footer::before {
    content: ""; }

.table td,
.table th {
  border-top: 0;
  border-bottom: 1px solid #dee2e6; }

.bg-primary {
  position: relative; }
  .bg-primary::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    backdrop-filter: brightness(140%) saturate(120%); }
  .bg-primary h1,
  .bg-primary .h1 {
    position: relative;
    text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.15); }

.btn {
  padding: 0.8rem 1.2rem;
  font-weight: bold;
  border-radius: 50px; }

.btn-secondary {
  background: transparent;
  border: 2px solid; }

.btn-sm {
  padding: 0.4rem 0.8rem; }

.btn-link {
  padding: 0;
  font-size: 0.85rem;
  font-weight: 700; }
  .btn-link::after {
    content: " \2192"; }

.rounded {
  border-radius: 100% !important; }

label {
  font-size: 0.85rem; }

.navbar-light {
  padding: 1.6rem 0;
  background: white; }
  .navbar-light .navbar-brand img {
    max-height: 63px; }
  .navbar-light .navbar-nav .nav-item {
    margin-right: 20px; }
    .navbar-light .navbar-nav .nav-item:last-child {
      margin-right: 0; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      font-weight: 700;
      text-transform: uppercase; }

.card {
  border: 0;
  border-radius: 0; }

.card-title a:hover {
  text-decoration: none; }

.card-text {
  font-size: 0.9rem;
  opacity: 0.8; }

.page-link {
  font-weight: 400; }

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer a {
    color: white !important; }
    .footer a:hover {
      text-decoration: none;
      border-bottom: 1px dotted; }
  .footer a[target="_blank"]:hover {
    border-bottom: 0; }
  .footer .bg-dark {
    background-color: rgba(0, 0, 0, 0.85) !important; }

.article h1,
.article .h1 {
  margin-bottom: 40px;
  font-size: 2.2rem; }

.article .figure {
  margin-bottom: 2rem; }

.article .figure-caption {
  font-style: italic; }

.article .blockquote {
  padding: 30px;
  margin: 3rem 80px;
  border: 10px solid rgba(0, 0, 0, 0.06); }
  .article .blockquote::before {
    color: black;
    opacity: 0.06; }

.article .blockquote-footer {
  padding-bottom: 2rem; }

.cover {
  position: relative;
  text-align: center; }
  .cover .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.25; }
  .cover .cover-inner {
    position: relative;
    padding: 10rem 0; }
    .cover .cover-inner h1 {
      margin-bottom: 30px;
      color: white;
      text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.15); }
    .cover .cover-inner .lead {
      margin-bottom: 40px;
      color: white;
      text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.15); }
    .cover .cover-inner .btn-primary {
      text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.15);
      background: white;
      border-color: white; }
      .cover .cover-inner .btn-primary:hover {
        background: rgba(255, 255, 255, 0.8) !important;
        border-color: rgba(255, 255, 255, 0) !important; }
  .cover::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    backdrop-filter: brightness(140%) saturate(120%); }

.logo {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size: 25px;
  padding: 5px; }
  .logo .nom {
    text-transform: uppercase;
    font-weight: 700; }

.map-logo {
  fill: var(--primary-color); }

.map-logo-center {
  fill: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) var(--primary-color); }

.codeError {
  display: table-cell;
  vertical-align: middle;
  height: 80vh;
  width: 100vw; }

.icon-check {
  height: 1.3em;
  color: var(--primary-color); }

.article-null {
  height: 50vh; }

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color); }

.h3-specialite {
  color: black; }

#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

