body {
  --inspiro-primary-color: $primary;
  --color-menu-top: black;
  --color-menu-bottom: black;
}
body main {
  padding-bottom: 5rem;
}
body h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
body h3 {
  font-weight: normal;
  font-size: 1.4rem;
}
body .content-custom {
  padding-top: 4rem;
}
body .content-custom h2 {
  text-transform: uppercase;
  text-align: center;
}
body .btn-custom {
  padding: 10px 50px;
  display: inline-block;
  margin: 0 auto;
  background-color: #c2e3af;
  border-radius: 5px;
  text-decoration: none;
  color: black;
  transition: all 0.5s ease;
}
body .btn-custom:hover {
  background-color: #a5d689;
  transition: all 0.5s ease;
}
body .wrapper-custom {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  body .wrapper-custom {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  body .wrapper-custom {
    max-width: 575;
  }
}
@media (max-width: 991.98px) {
  body .wrapper-custom {
    max-width: 768px;
  }
}
@media (max-width: 1199.98px) {
  body .wrapper-custom {
    max-width: 992px;
  }
}
body .flex-center {
  display: flex;
  justify-content: center;
}
body .mb-0 {
  margin-bottom: 0rem !important;
}
body .mb-1 {
  margin-bottom: 0.25rem !important;
}
body .mb-2 {
  margin-bottom: 0.5rem !important;
}
body .mb-3 {
  margin-bottom: 1rem !important;
}
body .mb-5 {
  margin-bottom: 1.5rem !important;
}
body .frm_submit button.frm_button_submit {
  background-color: white !important;
  border-radius: 0 !important;
  border: 2px solid #2E2D2A !important;
  color: #2E2D2A !important;
}

body .navbar-toggle .icon-bar {
  background-color: white;
  transition: width 0.13s ease-out, transform 0.13s ease-out, opacity 0.13s ease-out, background-color 1s ease-in-out;
}
body .sb-search .sb-search-button-close .sb-icon-search .svg-icon, body .sb-search .sb-search-button-open .sb-icon-search .svg-icon {
  transition: fill 1s ease-in-out;
}
body .navbar-nav .menu-item-has-children .svg-icon {
  transition: fill 1s ease-in-out;
}
body.single-oiseaux .headroom:not(.headroom--not-top) .navbar {
  background-color: transparent;
}
body.single-oiseaux .site-content {
  padding-top: 0 !important;
}
body .headroom--not-top .navbar, body:not(.home, .single-oiseaux) .navbar {
  color: var(--color-menu-top);
}
body .headroom--not-top .navbar-toggle .icon-bar, body:not(.home, .single-oiseaux) .navbar-toggle .icon-bar {
  background-color: var(--color-menu-top);
}
body .headroom--not-top .navbar-nav .menu-item-has-children .svg-icon, body:not(.home, .single-oiseaux) .navbar-nav .menu-item-has-children .svg-icon {
  fill: var(--color-menu-top);
}
body .headroom--not-top .sb-search .sb-search-button-close .sb-icon-search .svg-icon, body .headroom--not-top .sb-search .sb-search-button-open .sb-icon-search .svg-icon, body:not(.home, .single-oiseaux) .sb-search .sb-search-button-close .sb-icon-search .svg-icon, body:not(.home, .single-oiseaux) .sb-search .sb-search-button-open .sb-icon-search .svg-icon {
  fill: var(--color-menu-top);
}
body .headroom--not-top .navbar-nav > li.current-menu-item > a, body .headroom--not-top .navbar-nav > li.current-menu-parent > a, body .headroom--not-top .navbar-nav > li.current_page_item > a, body:not(.home, .single-oiseaux) .navbar-nav > li.current-menu-item > a, body:not(.home, .single-oiseaux) .navbar-nav > li.current-menu-parent > a, body:not(.home, .single-oiseaux) .navbar-nav > li.current_page_item > a {
  border-bottom-color: var(--color-menu-top);
}
body .headroom--not-top .navbar-nav > li > a:hover, body:not(.home, .single-oiseaux) .navbar-nav > li > a:hover {
  border-bottom-color: var(--color-menu-top);
}

body:not(.has-archive-description):not(.has-header-image) .page-title:after, body:not(.has-archive-description):not(.has-header-image).page .entry-title:after {
  background: black;
}

.banniere-post {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  align-items: center;
}
.banniere-post .wrapper-custom {
  position: relative;
  z-index: 1;
}
.banniere-post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banniere-post h1 {
  text-align: left;
  margin-bottom: 0;
  color: white;
}
.banniere-post .latin {
  margin-bottom: 0;
  font-style: italic;
  color: white;
}

.archive .page-title, .blog .page-title, .search .page-title {
  margin-top: 1rem;
  text-transform: uppercase;
}

footer .widget_block, footer .widget {
  margin-bottom: 0;
}
footer .widget_block p, footer .widget p {
  margin-bottom: 0;
}
footer .site-info a {
  color: var(--color-menu-bottom);
}

.bloc-prev-next .bloc-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bloc-prev-next .bloc-link, .bloc-prev-next i {
  transition: 0.25s ease all;
}
.bloc-prev-next a:hover .bloc-link {
  background-color: black;
  transition: 0.25s ease all;
}
.bloc-prev-next a:hover i {
  color: black;
  transition: 0.25s ease all;
  background-color: #b4dc9c;
}

.bloc-prev-next {
  margin-left: 33.3333333333%;
}

.bloc-link {
  height: 100%;
  flex: 1;
  background-color: #2E2D2A;
  padding: 1rem;
}

.bloc-prev-next h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
}

.bloc-prev-next i {
  width: 33%;
  background-color: #c2e3af;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E2D2A;
  font-size: 2.5rem;
}
.bloc-prev-next a {
  display: flex;
  align-items: center;
  width: 50%;
  height: 102px;
}
.bloc-prev-next .prev-page i, .bloc-prev-next [rel=prev] i {
  transform: rotate(180deg);
}
.bloc-prev-next .next-page, .bloc-prev-next [rel=next] {
  margin-left: 50%;
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .bloc-prev-next {
    max-width: 600px;
    margin: 0 auto;
  }
  .bloc-prev-next a {
    width: calc(66.66% + 2px);
    height: 85px;
  }
  .bloc-prev-next .next-page, .bloc-prev-next [rel=next] {
    margin-left: 33.33%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .bloc-prev-next i {
    width: 83px;
    font-size: 2.5rem;
  }
  .bloc-prev-next a {
    height: 70px;
  }
  .bloc-prev-next h3 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .bloc-prev-next .previous-page {
    margin-bottom: 1rem;
  }
  .bloc-prev-next .next-page, .bloc-prev-next [rel=next] {
    margin-left: 0;
  }
  .bloc-prev-next a {
    width: 100%;
  }
}

.cards-list {
  list-style-type: none;
  padding: 0;
}
.cards-list .card-item {
  margin-bottom: 2rem;
}
.cards-list hr {
  background-color: rgba(46, 45, 42, 0.5);
}
.cards-list h2 {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  text-transform: none;
  text-align: left;
}
.cards-list p {
  font-style: italic;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

.caracteristics p {
  margin-bottom: 0;
  text-align: center;
}
.caracteristics span {
  min-width: 200px;
  text-align: left;
  display: inline-block;
  margin: 0 10px;
}
.caracteristics span:first-child {
  text-align: right;
  font-weight: bold;
}
.caracteristics span.genre, .caracteristics span.espece {
  font-style: italic;
}

.gallery-birds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 20px;
}

.gallery-portraits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  grid-gap: 20px;
  margin-top: -60px;
  margin-bottom: 30px;

}


.mea-block {
  margin-top: 2rem;
}
.mea-block .btn-custom {
  margin-bottom: 3rem;
}

.mea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 80px;
  margin: 48px 0;
}
@media (max-width: 767.98px) {
  .mea {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .mea {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mea .illu {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 16%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 165%;
  transition: all 0.5s ease;
}
.illu2 {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 16%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
}

.mea h3 {
  text-align: center;
  padding: 0;
}
.mea .item {
  text-decoration: none;
}
.mea .item:hover {
  cursor: pointer;
}
.mea .item:hover .illu {
  background-size: 190%;
  transition: all 0.5s ease;
}
.mea .item:hover .illu2 {
  background-size: 130%;
  transition: all 0.5s ease;
}

.page-oiseaux .menu-oiseaux {
  margin: 0 -15px;
}
.page-oiseaux .submenu-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 15px;
  margin: 15px;
  min-height: 150px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  border-radius: 6px;
}
.page-oiseaux .submenu-page i {
  color: inherit;
  font-size: 1.5rem;
  margin-right: 10px;
}
.page-oiseaux .submenu-page button {
  color: inherit;
  border-color: rgba(46, 45, 42, 0.5);
  transition: all 0.25s ease;
}
.page-oiseaux .submenu-page button:hover {
  color: white;
  border-color: #2E2D2A;
  background-color: #2E2D2A;
  transition: all 0.25s ease;
}
.page-oiseaux .submenu-page .title-bloc-menu {
  display: flex;
  align-items: center;
}
.page-oiseaux .submenu-page p {
  color: inherit;
  margin: 10px 0;
  text-align: center;
  line-height: 1.5;
}
.page-oiseaux .submenu-page > * {
  position: relative;
  z-index: 1;
}
.page-oiseaux .submenu-page:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.page-oiseaux .submenu-page h2 {
  text-transform: capitalize;
  margin: 0;
  padding-top: 0;
}
.page-oiseaux .submenu-page.first-link {
  min-height: 250px;
}
.page-oiseaux .submenu {
  display: flex;
}
@media (max-width: 575.98px) {
  .page-oiseaux .submenu {
    flex-wrap: wrap;
  }
  .page-oiseaux .submenu .submenu-page {
    flex: 100%;
  }
}
.page-oiseaux button {
  padding: 5px 20px;
  font-size: 1rem;
  margin-top: 0.5rem;
}/*# sourceMappingURL=custom.css.map */