.home #main #content-wrap {
  padding-top: 0;
  padding-bottom: 0; }

#top-bar-inner {
  display: flex;
  justify-content: flex-end; }

#top-bar-social.top-bar-left {
  position: static;
  margin: 0 0 0 15px;
  margin-top: 0; }

.top-bar-right {
  float: none; }

#site-header.fixed {
  position: fixed; }

/**
* PAGES
*/
.la-carte {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  border: 20px solid #f0f0f0;
  padding: 25px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center; }
  .la-carte h2 {
    color: #FFF; }
  .la-carte .fond {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1; }
    .la-carte .fond img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

/**
* WORDPRESS
*/
.wp-block-button__link, body div.wpforms-container-full .wpforms-form button[type=submit] {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 1.4rem; }

.wp-block-latest-posts__list.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  margin: -20px -20px 20px; }

.wp-block-latest-posts__list.wp-block-latest-posts img {
  width: 100%;
  object-fit: cover; }

.wp-block-latest-posts__list.wp-block-latest-posts a {
  font-size: 1.4em;
  text-decoration: none !important; }

.wp-block-latest-posts__list.wp-block-latest-posts .readmore {
  font-size: 1em; }

.wp-block-separator {
  background-image: url("../../assets/img/divider-larbre-vert.png");
  height: 0px;
  height: 50px;
  margin: 0 auto 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: none;
  width: 100%; }

.wp-block-columns:last-of-type {
  margin-bottom: 0; }

a.post--title {
  text-decoration: none !important; }

.posts--container .post {
  overflow: hidden;
  border-radius: .25rem; }

.posts--container .post--thumbnail {
  height: 200px; }
  .posts--container .post--thumbnail img {
    height: 100%;
    max-height: 200px;
    object-fit: cover; }

.posts--container .post--content {
  padding: 1.25em;
  background: #FFF; }

.carousel__slide {
  flex: 0 0 50%; }

@media screen and (max-width: 768px) {
  .carousel__slide {
    flex: 0 0 100%; } }
