article .entry-header {
  margin-bottom: 35px; }
  article .entry-header .justify-content-between {
    padding-right: 15px; }

@media (max-width: 768px) {
  article .kc_column {
    padding-right: 0px;
    padding-left: 0px; } }

article .kc-video-inner {
  margin-top: 0px; }

article h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px; }
  @media (max-width: 768px) {
    article h2 {
      margin-top: 25px; } }
  article h2:first-child {
    margin-top: 0px; }

article .post-article-associated-category-articles {
  text-align: center; }
  article .post-article-associated-category-articles .justify-content-center {
    text-align: initial; }
  @media (max-width: 768px) {
    article .post-article-associated-category-articles .post-article-associated-category-articles-title {
      padding: 0 15px; } }

article p {
  font-size: 20px; }
  @media (max-width: 768px) {
    article p {
      font-size: 18px; } }

article blockquote {
  display: block;
  clear: both;
  width: 610px;
  margin-left: 75px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 4px solid #e02623; }
  @media (max-width: 768px) {
    article blockquote {
      width: 100%;
      margin-left: 0px; } }
  article blockquote p {
    margin: 0px; }
  article blockquote h2 {
    font-size: 20px;
    color: #e02623;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px; }
  article blockquote p {
    font-size: 20px;
    color: #5f7475; }
    article blockquote p * {
      color: #5f7475; }
      @media (max-width: 768xp) {
        article blockquote p * {
          font-size: 18px; } }

article .post-article-heading {
  text-align: center; }
  article .post-article-heading .post-article-heading-category {
    font-size: 17px;
    font-weight: 500;
    color: #5f7475; }
    @media (max-width: 768px) {
      article .post-article-heading .post-article-heading-category {
        font-size: 15px; } }
  article .post-article-heading .post-article-heading-socials {
    width: 60px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: space-between; }
    article .post-article-heading .post-article-heading-socials a img {
      height: 25px; }
  article .post-article-heading h1 {
    width: 470px;
    margin: 0px auto 15px;
    font-size: 40px;
    font-weight: bold; }
    @media (max-width: 768px) {
      article .post-article-heading h1 {
        width: 100%;
        font-size: 30px; } }
  article .post-article-heading .post-article-heading-excerpt {
    width: 780px;
    margin: 0px auto; }
    @media (max-width: 768px) {
      article .post-article-heading .post-article-heading-excerpt {
        width: 100%; } }
    article .post-article-heading .post-article-heading-excerpt p {
      font-size: 22px;
      font-weight: 400; }
      @media (max-width: 768px) {
        article .post-article-heading .post-article-heading-excerpt p {
          font-size: 20px; } }
  @media (max-width: 768px) {
    article .post-article-heading .post-thumbnail {
      width: calc(100% + 30px);
      margin-left: -15px; } }

article .post-article-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #5f7576;
  color: #fff; }
  article .post-article-breadcrumb a {
    color: #fff; }

article .post-article-right-list {
  margin-top: 40px; }
  article .post-article-right-list a {
    display: block;
    border-bottom: 1px solid #b2b2b2;
    text-decoration: none; }
    article .post-article-right-list a .post-article-right-list-item {
      padding-top: 10px;
      padding-bottom: 10px; }
      article .post-article-right-list a .post-article-right-list-item .post-article-right-list-item-image {
        width: 115px;
        height: 70px;
        background-size: cover;
        background-position: center;
        float: left; }
      article .post-article-right-list a .post-article-right-list-item .post-article-right-list-item-content {
        position: relative;
        left: 20px; }
        @media (max-width: 768px) {
          article .post-article-right-list a .post-article-right-list-item .post-article-right-list-item-content {
            padding-right: 20px; } }
        article .post-article-right-list a .post-article-right-list-item .post-article-right-list-item-content .post-article-right-list-item-content-category {
          font-size: 13px;
          color: #b2b2b2;
          padding-bottom: 5px;
          text-transform: uppercase; }
        article .post-article-right-list a .post-article-right-list-item .post-article-right-list-item-content .post-article-right-list-item-content-title {
          font-size: 20px;
          color: #000;
          font-weight: bold;
          line-height: 1; }
      article .post-article-right-list a .post-article-right-list-item:before {
        clear: both;
        content: "";
        display: table; }
      article .post-article-right-list a .post-article-right-list-item:after {
        clear: both;
        content: "";
        display: table; }
    article .post-article-right-list a:last-child {
      border-bottom: none; }

article .post-article-mobile-show-more {
  display: inherit;
  width: fit-content;
  margin: 30px auto;
  background: #e02623;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 40px;
  border-radius: 5px; }
  article .post-article-mobile-show-more:hover, article .post-article-mobile-show-more:active {
    text-decoration: none; }

article .post-article-mobile-article-list.d-block {
  padding-left: 0px; }

article .post-article-associated-category-articles {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    article .post-article-associated-category-articles {
      margin-top: 10px;
      margin-bottom: 10px; } }
  article .post-article-associated-category-articles .post-article-associated-category-articles-title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #5f7475; }
  article .post-article-associated-category-articles .post-article-associated-list {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      article .post-article-associated-category-articles .post-article-associated-list {
        margin-top: 10px;
        margin-bottom: 10px; } }
    article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item {
      display: flex;
      justify-content: space-between;
      padding-top: 15px;
      padding-bottom: 15px;
      border-top: 1px solid #cfd5d6; }
      @media (max-width: 768px) {
        article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item {
          flex-direction: column-reverse;
          border-top: none; } }
      article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content {
        width: calc(100% - 475px); }
        @media (max-width: 768px) {
          article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content {
            width: 100%;
            margin-top: 15px;
            padding-left: 15px;
            padding-right: 15px; } }
        article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content .post-article-associated-item-content-category {
          font-size: 15px;
          font-weight: 500;
          color: #b2b2b2;
          padding-bottom: 5px;
          text-transform: uppercase; }
        article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content a .post-article-associated-item-content-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1;
          margin-bottom: 10px;
          color: #000;
          text-decoration: none; }
        article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content a:hover, article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content a:active {
          text-decoration: none; }
        article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content .post-article-associated-item-content-excerpt {
          font-size: 18px;
          font-weight: 400; }
      article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-image {
        width: 375px;
        height: 225px;
        background-size: cover;
        background-position: center; }
        @media (max-width: 768px) {
          article .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-image {
            width: 100%; } }
  article .post-article-associated-category-articles .post-article-associated-show-more {
    display: inline-block !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: #e02623;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 40px;
    border-radius: 5px; }
    @media (max-width: 768px) {
      article .post-article-associated-category-articles .post-article-associated-show-more {
        display: none !important; } }
    article .post-article-associated-category-articles .post-article-associated-show-more:hover, article .post-article-associated-category-articles .post-article-associated-show-more:active {
      text-decoration: none; }

article .post-article-categories {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px; }
  @media (max-width: 768px) {
    article .post-article-categories {
      flex-wrap: wrap;
      justify-content: flex-start;
      padding-left: 15px;
      margin-left: -15px;
      width: calc(100% + 30px);
      border-bottom: 1px solid #cfd5d6; } }
  article .post-article-categories .post-article-categories-item {
    display: inline-block;
    background: #dfe3e4;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 40px;
    border-radius: 3px;
    text-decoration: none;
    color: #5f7576;
    transition: 0.2s; }
    @media (max-width: 768px) {
      article .post-article-categories .post-article-categories-item {
        margin-left: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        padding: 10px 40px; } }
    article .post-article-categories .post-article-categories-item:focus, article .post-article-categories .post-article-categories-item:active {
      text-decoration: none; }
    article .post-article-categories .post-article-categories-item:hover {
      background: #e02623;
      color: #fff; }

article .post-article-testimonial {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #cfd5d6;
  border-bottom: 1px solid #cfd5d6; }
  @media (max-width: 768px) {
    article .post-article-testimonial {
      margin-left: -15px;
      width: calc(100% + 30px);
      flex-direction: column;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 768px) {
    article .post-article-testimonial .kc_column {
      padding-left: 0px;
      padding-right: 0px; } }

article .post-article-return {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    article .post-article-return {
      margin-bottom: 25px; } }
  article .post-article-return a {
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    color: #000; }
    @media (max-width: 768px) {
      article .post-article-return a {
        font-size: 20px; } }
  article .post-article-return:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #cf3b31;
    border-left: 1px solid #cf3b31;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%); }
    @media (max-width: 768px) {
      article .post-article-return:before {
        width: 9px;
        height: 9px; } }
  @media (max-width: 768px) {
    article .post-article-return.bottom {
      margin-bottom: 25px; } }

@media (max-width: 768px) {
  article .videoleftcontainer {
    margin-top: 20px;
    margin-bottom: 20px; } }

article .videoleftcontainer .video-container .testimonial-video-overlay {
  height: 270px;
  width: 478px;
  position: absolute;
  left: 15px;
  top: 10px;
  right: 0px; }

@media (min-width: 769px) {
  article .videoleftcontainer .video-container {
    width: 60%; } }

@media (max-width: 768px) {
  article .videoleftcontainer .text-container {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (min-width: 769px) {
  article .videoleftcontainer .text-container {
    width: 50%; } }

@media (min-width: 769px) {
  article .videoleftcontainer .text-container .text {
    width: 95%;
    margin-top: 20px; } }

article .videoleftcontainer .text-container .text .quotes img {
  height: 33px; }

article .videoleftcontainer .text-container .text .title {
  margin-top: 10px; }
  article .videoleftcontainer .text-container .text .title h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #000; }
    @media (max-width: 768px) {
      article .videoleftcontainer .text-container .text .title h3 {
        font-size: 23px;
        margin-bottom: 20px; } }

article .videoleftcontainer .text-container .text .description p {
  line-height: 1.5; }

article .contactinfo-2 .leftimagecard-content .text {
  width: 60%; }
  @media (max-width: 768px) {
    article .contactinfo-2 .leftimagecard-content .text {
      width: 100%; } }
  article .contactinfo-2 .leftimagecard-content .text .title h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      article .contactinfo-2 .leftimagecard-content .text .title h2 {
        font-size: 30px; } }
  article .contactinfo-2 .leftimagecard-content .text .title h3 {
    font-size: 25px !important;
    font-weight: 500;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      article .contactinfo-2 .leftimagecard-content .text .title h3 {
        font-size: 20px !important; } }
  article .contactinfo-2 .leftimagecard-content .text .description {
    margin: 25px auto; }

article .calltoaction-container {
  float: none; }

article .post-article-testimonial .video-container {
  position: relative;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  article .post-article-testimonial .video-container .video-overlay {
    left: 50%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    cursor: pointer;
    z-index: 0; }
    article .post-article-testimonial .video-container .video-overlay .button-wrapper {
      display: none; }

.category-page .category-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #5f7576;
  color: #fff; }
  .category-page .category-breadcrumb a {
    color: #fff; }
  .category-page .category-breadcrumb .breadcrumbs {
    top: 0px; }
    @media (max-width: 768px) {
      .category-page .category-breadcrumb .breadcrumbs {
        display: block !important; } }
    .category-page .category-breadcrumb .breadcrumbs span {
      color: #fff; }
  .category-page .category-breadcrumb .homeblog-top-bar {
    text-align: center;
    padding: 20px 0px; }
    .category-page .category-breadcrumb .homeblog-top-bar h1,
    .category-page .category-breadcrumb .homeblog-top-bar h2 {
      font-weight: bold;
      font-size: 35px; }
    .category-page .category-breadcrumb .homeblog-top-bar .homeblog-top-bar-excerpt {
      font-weight: 400;
      font-size: 20px; }

.category-page .category-top {
  padding-top: 35px; }
  @media (max-width: 768px) {
    .category-page .category-top {
      padding-top: 25px; } }
  .category-page .category-top .category-top-navigation {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      .category-page .category-top .category-top-navigation {
        display: block; } }
    .category-page .category-top .category-top-navigation .category-top-navigation-links {
      width: 50%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .category-page .category-top .category-top-navigation .category-top-navigation-links {
          width: 100%;
          justify-content: flex-start;
          flex-wrap: nowrap;
          overflow-x: scroll;
          margin-bottom: 25px; }
          .category-page .category-top .category-top-navigation .category-top-navigation-links::-webkit-scrollbar {
            display: none; } }
      .category-page .category-top .category-top-navigation .category-top-navigation-links a {
        padding: 5px 40px;
        background: #dfe3e4;
        color: #5f7576;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        border-radius: 3px;
        margin-right: 10px;
        margin-bottom: 10px;
        transition: 0.2s; }
        @media (max-width: 768px) {
          .category-page .category-top .category-top-navigation .category-top-navigation-links a {
            padding: 8px 30px;
            margin-bottom: 0px;
            display: inline-table;
            flex-wrap: nowrap;
            white-space: nowrap; } }
        .category-page .category-top .category-top-navigation .category-top-navigation-links a:hover, .category-page .category-top .category-top-navigation .category-top-navigation-links a.active {
          background: #e02623;
          color: #fff; }
        @media (max-width: 768px) {
          .category-page .category-top .category-top-navigation .category-top-navigation-links a.active {
            order: -1; } }
        .category-page .category-top .category-top-navigation .category-top-navigation-links a.thematic {
          width: 200px;
          margin: 0px auto 5px;
          text-align: center; }
        @media (max-width: 768px) {
          .category-page .category-top .category-top-navigation .category-top-navigation-links a.home-rule-hide {
            display: none; } }
    .category-page .category-top .category-top-navigation .category-top-navigation-search {
      width: 400px;
      position: relative; }
      @media (max-width: 768px) {
        .category-page .category-top .category-top-navigation .category-top-navigation-search {
          width: 100%; } }
      .category-page .category-top .category-top-navigation .category-top-navigation-search p {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 13px;
        line-height: 1; }
      .category-page .category-top .category-top-navigation .category-top-navigation-search form {
        position: relative; }
        .category-page .category-top .category-top-navigation .category-top-navigation-search form input {
          position: relative;
          width: 100%;
          font-size: 18px;
          font-weight: 400;
          padding: 10px 20px; }
          .category-page .category-top .category-top-navigation .category-top-navigation-search form input::placeholder {
            color: #5f7475; }
        .category-page .category-top .category-top-navigation .category-top-navigation-search form img {
          position: absolute;
          top: 50%;
          right: 15px;
          width: 22px;
          transform: translatey(-50%); }
  .category-page .category-top .category-top-details {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .category-page .category-top .category-top-details {
        margin-top: 30px; } }
    .category-page .category-top .category-top-details h1 {
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      color: #5f7475; }
      @media (max-width: 768px) {
        .category-page .category-top .category-top-details h1 {
          font-size: 30px; } }
    .category-page .category-top .category-top-details .description {
      margin: 0px auto;
      width: 800px;
      max-width: 100%;
      text-align: center;
      font-weight: 400;
      font-size: 20px; }

.category-page .homeblog-hero {
  position: relative;
  margin-bottom: -115px; }
  @media (max-width: 768px) {
    .category-page .homeblog-hero {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -40px; } }
  .category-page .homeblog-hero .hero-image.deskshow {
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px; }
  .category-page .homeblog-hero .homeblog-hero-content {
    background: #fff;
    position: relative;
    width: 900px;
    top: -115px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 125px 0px;
    text-align: center; }
    .category-page .homeblog-hero .homeblog-hero-content:hover {
      text-decoration: none; }
    @media (max-width: 768px) {
      .category-page .homeblog-hero .homeblog-hero-content {
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
        top: -40px; } }
    .category-page .homeblog-hero .homeblog-hero-content .homeblog-hero-content-category {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 17px;
      color: #5f7475; }
      .category-page .homeblog-hero .homeblog-hero-content .homeblog-hero-content-category:hover {
        text-decoration: none; }
    .category-page .homeblog-hero .homeblog-hero-content h2 a {
      display: block;
      padding-left: 40px;
      padding-right: 40px;
      font-weight: bold;
      font-size: 40px;
      margin-top: 20px;
      margin-bottom: 25px;
      color: #000;
      text-decoration: none; }
      @media (max-width: 768px) {
        .category-page .homeblog-hero .homeblog-hero-content h2 a {
          padding-left: 0px;
          padding-right: 0px;
          font-size: 25px;
          margin-top: 10px; } }
      .category-page .homeblog-hero .homeblog-hero-content h2 a:hover {
        text-decoration: none; }
    .category-page .homeblog-hero .homeblog-hero-content .homeblog-hero-content-excerpt a {
      display: block;
      font-weight: 400;
      font-size: 20px;
      color: #000;
      text-decoration: none; }
      .category-page .homeblog-hero .homeblog-hero-content .homeblog-hero-content-excerpt a:hover {
        text-decoration: none; }

.category-page .category-content .post-article-associated-category-articles {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .category-page .category-content .post-article-associated-category-articles {
      margin-top: 10px;
      margin-bottom: 25px; } }
  .category-page .category-content .post-article-associated-category-articles .post-article-associated-category-articles-title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #5f7475; }
  .category-page .category-content .post-article-associated-category-articles .post-article-associated-list {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .category-page .category-content .post-article-associated-category-articles .post-article-associated-list {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item {
      display: flex;
      justify-content: space-between;
      padding-top: 15px;
      padding-bottom: 15px;
      border-top: 1px solid #cfd5d6; }
      @media (max-width: 768px) {
        .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item {
          padding-top: 40px;
          flex-direction: column-reverse;
          border-top: none; } }
      .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content {
        width: calc(100% - 475px); }
        @media (max-width: 768px) {
          .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content {
            width: 100%;
            margin-top: 15px;
            padding-left: 15px;
            padding-right: 15px; } }
        .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content .post-article-associated-item-content-category {
          font-size: 15px;
          font-weight: 500;
          color: #b2b2b2;
          padding-bottom: 5px;
          text-transform: uppercase; }
        .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content a .post-article-associated-item-content-title {
          font-size: 35px;
          font-weight: bold;
          line-height: 1;
          margin-bottom: 10px;
          color: #000;
          text-decoration: none; }
        .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content a:hover, .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content a:active {
          text-decoration: none; }
        .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content .post-article-associated-item-content-excerpt {
          font-size: 18px;
          font-weight: 400;
          color: #000; }
          .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content .post-article-associated-item-content-excerpt:hover, .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-content .post-article-associated-item-content-excerpt:active {
            text-decoration: none; }
      .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-image {
        width: 375px;
        height: 225px;
        background-size: cover;
        background-position: center; }
        @media (max-width: 768px) {
          .category-page .category-content .post-article-associated-category-articles .post-article-associated-list .post-article-associated-item .post-article-associated-item-image {
            width: 100%; } }
  .category-page .category-content .post-article-associated-category-articles .post-article-associated-show-more-c {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #e02623;
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 40px;
    border-radius: 5px; }
    .category-page .category-content .post-article-associated-category-articles .post-article-associated-show-more-c:hover, .category-page .category-content .post-article-associated-category-articles .post-article-associated-show-more-c:active {
      text-decoration: none; }

.category-page .category-content .post-article-categories {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px; }
  @media (max-width: 768px) {
    .category-page .category-content .post-article-categories {
      flex-wrap: wrap;
      justify-content: flex-start;
      padding-left: 15px;
      margin-left: -15px;
      width: calc(100% + 30px);
      border-bottom: 1px solid #cfd5d6; } }
  .category-page .category-content .post-article-categories .post-article-categories-item {
    display: inline-block;
    background: #dfe3e4;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 40px;
    border-radius: 3px;
    text-decoration: none;
    color: #5f7576;
    transition: 0.2s; }
    @media (max-width: 768px) {
      .category-page .category-content .post-article-categories .post-article-categories-item {
        margin-left: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        padding: 10px 40px; } }
    .category-page .category-content .post-article-categories .post-article-categories-item:focus, .category-page .category-content .post-article-categories .post-article-categories-item:active {
      text-decoration: none; }
    .category-page .category-content .post-article-categories .post-article-categories-item:hover {
      background: #e02623;
      color: #fff; }

.category-page .category-content .post-article-testimonial {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #cfd5d6;
  border-bottom: 1px solid #cfd5d6; }
  @media (max-width: 768px) {
    .category-page .category-content .post-article-testimonial {
      margin-left: -15px;
      width: calc(100% + 30px);
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 15px;
      padding-right: 15px;
      flex-direction: column; } }
  @media (max-width: 768px) {
    .category-page .category-content .post-article-testimonial .kc_column {
      padding-left: 0px;
      padding-right: 0px; } }
  .category-page .category-content .post-article-testimonial .kc-video-inner {
    margin-top: 0px; }
  .category-page .category-content .post-article-testimonial .video-container {
    position: relative;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .category-page .category-content .post-article-testimonial .video-container .video-overlay {
      left: 50%;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      height: 100%;
      cursor: pointer;
      z-index: 0; }
      .category-page .category-content .post-article-testimonial .video-container .video-overlay .button-wrapper {
        display: none; }

.category-page .category-content .post-article-categories {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px; }
  @media (max-width: 768px) {
    .category-page .category-content .post-article-categories {
      flex-wrap: wrap;
      justify-content: flex-start;
      padding-left: 15px;
      padding-bottom: 5px;
      margin-top: 15px;
      margin-left: -15px;
      width: calc(100% + 30px);
      border-bottom: 1px solid #cfd5d6; } }
  .category-page .category-content .post-article-categories .post-article-categories-item {
    display: inline-block;
    background: #dfe3e4;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 40px;
    border-radius: 3px;
    text-decoration: none;
    color: #5f7576;
    transition: 0.2s; }
    @media (max-width: 768px) {
      .category-page .category-content .post-article-categories .post-article-categories-item {
        margin-left: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        padding: 10px 40px; } }
    .category-page .category-content .post-article-categories .post-article-categories-item:focus, .category-page .category-content .post-article-categories .post-article-categories-item:active {
      text-decoration: none; }
    .category-page .category-content .post-article-categories .post-article-categories-item:hover, .category-page .category-content .post-article-categories .post-article-categories-item.active {
      background: #e02623;
      color: #fff; }

.category-page .category-content .videoleftcontainer {
  margin-top: 0px; }
  @media (max-width: 768px) {
    .category-page .category-content .videoleftcontainer {
      margin-top: 0px;
      margin-bottom: 20px; } }
  .category-page .category-content .videoleftcontainer .video-container {
    margin-top: 0px; }
    .category-page .category-content .videoleftcontainer .video-container .testimonial-video-overlay {
      height: 270px;
      width: 478px;
      position: absolute;
      left: 15px;
      top: 10px;
      right: 0px; }
    @media (min-width: 769px) {
      .category-page .category-content .videoleftcontainer .video-container {
        width: 60%; } }
  @media (max-width: 768px) {
    .category-page .category-content .videoleftcontainer .text-container {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  @media (min-width: 769px) {
    .category-page .category-content .videoleftcontainer .text-container {
      width: 50%;
      padding-left: 20px !important; } }
  @media (min-width: 769px) {
    .category-page .category-content .videoleftcontainer .text-container .text {
      width: 95%;
      margin-top: 20px; } }
  .category-page .category-content .videoleftcontainer .text-container .text .quotes img {
    height: 33px; }
  .category-page .category-content .videoleftcontainer .text-container .text .title {
    margin-top: 10px; }
    .category-page .category-content .videoleftcontainer .text-container .text .title h3 {
      font-size: 30px;
      margin-bottom: 25px;
      color: #000; }
      @media (max-width: 768px) {
        .category-page .category-content .videoleftcontainer .text-container .text .title h3 {
          font-size: 23px;
          margin-bottom: 20px; } }
  .category-page .category-content .videoleftcontainer .text-container .text .description p {
    line-height: 1.5; }

.category-page .category-content .contactinfo-2 .leftimagecard-content .text {
  width: 60%; }
  @media (max-width: 768px) {
    .category-page .category-content .contactinfo-2 .leftimagecard-content .text {
      width: 100%; } }
  .category-page .category-content .contactinfo-2 .leftimagecard-content .text .title h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .category-page .category-content .contactinfo-2 .leftimagecard-content .text .title h2 {
        font-size: 30px; } }
  .category-page .category-content .contactinfo-2 .leftimagecard-content .text .title h3 {
    font-size: 25px !important;
    font-weight: 500 !important;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .category-page .category-content .contactinfo-2 .leftimagecard-content .text .title h3 {
        font-size: 20px !important; } }
  .category-page .category-content .contactinfo-2 .leftimagecard-content .text .description {
    margin: 25px auto; }

@media (min-width: 769px) {
  .category-page .thematic {
    display: none; } }

#thematics .modal-body .close {
  font-size: 70px;
  position: absolute;
  right: 20px; }

#thematics .modal-body .modal-categories {
  display: flex;
  flex-direction: column;
  padding: 80px 40px 0px; }
  #thematics .modal-body .modal-categories .modal-categories-item {
    width: fit-content;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 10px 40px;
    background: #dfe3e4;
    border-radius: 3px;
    text-decoration: none;
    color: #5f7576;
    transition: 0.2s; }

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Medium.eot");
  src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-Black.eot");
  src: url("../fonts/BrandonGrotesque-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Black.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Black.woff") format("woff"), url("../fonts/BrandonGrotesque-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap; }

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot");
  src: url("../fonts/BrandonGrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-BoldItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-BoldItalic.woff") format("woff"), url("../fonts/BrandonGrotesque-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesque-MediumItalic.eot");
  src: url("../fonts/BrandonGrotesque-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-MediumItalic.woff2") format("woff2"), url("../fonts/BrandonGrotesque-MediumItalic.woff") format("woff"), url("../fonts/BrandonGrotesque-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham-MediumItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Garamond";
  src: url("../fonts/AGaramondPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AGaramondPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Regular.woff2") format("woff2"), url("../fonts/AGaramondPro-Regular.woff") format("woff"), url("../fonts/AGaramondPro-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Garamond";
  src: url("../fonts/AGaramondPro-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AGaramondPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AGaramondPro-Italic.woff2") format("woff2"), url("../fonts/AGaramondPro-Italic.woff") format("woff"), url("../fonts/AGaramondPro-Italic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Lobster";
  src: url("../fonts/Lobster14.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lobster14.eot?#iefix") format("embedded-opentype"), url("../fonts/Lobster14.woff2") format("woff2"), url("../fonts/Lobster14.woff") format("woff"), url("../fonts/Lobster14.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  font-family: "Brandon Grotesque"; }

html,
body {
  position: relative;
  background-color: white; }
  html *,
  body * {
    font-family: "Brandon Grotesque", "sans-serif";
    font-weight: 400;
    font-style: normal; }

body {
  padding-right: 0 !important; }

.page {
  margin-bottom: 0; }

body .kc-container {
  max-width: 1350px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }

@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%; } }

.btn-special {
  background-color: #e02623;
  border-color: #e02623;
  color: white;
  border-radius: 5px;
  max-width: 100%; }
  .btn-special:hover, .btn-special:active, .btn-special:focus {
    color: white;
    opacity: .9; }

.absolute-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a:visited {
  color: inherit; }

a.btn-special:visited {
  color: white; }

@media screen and (max-width: 991px) {
  .px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

footer#mp-footer.footer-light .footer-top {
  padding-bottom: 35px; }
  @media (max-width: 768px) {
    footer#mp-footer.footer-light .footer-top {
      padding-bottom: 0; }
      footer#mp-footer.footer-light .footer-top .second-column {
        display: none; }
      footer#mp-footer.footer-light .footer-top .third-column {
        display: none; } }

footer#mp-footer.footer-light .footer-bottom hr {
  display: none; }

.mobile.sticky.bottom-demande {
  border: 1px solid rgba(95, 117, 118, 0.3); }

.ip,
.url {
  display: none !important; }

div.kc-row-container.kc-container .kc-wrap-columns,
div.kc_row_inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.breadcrumbs {
  padding-left: 3%;
  top: 20px;
  font-size: 15px;
  color: #5f7475;
  position: relative;
  word-spacing: 2px; }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none; } }

.select2-localisation-wrapper {
  margin-top: 10px; }
  .select2-localisation-wrapper .choices__inner {
    border: none !important; }
    .select2-localisation-wrapper .choices__inner .choices__item.choices__item--selectable button {
      width: 8px;
      margin-left: 5px; }
  .select2-localisation-wrapper span {
    padding: 0 !important; }
    @media screen and (max-width: 991px) {
      .select2-localisation-wrapper span.select2.select2-container.select2-container--default {
        padding: 0 !important; } }
    .select2-localisation-wrapper span.select2.select2-container,
    .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple {
      width: 100% !important;
      background: #eff1f1 !important;
      color: #5f7475 !important;
      border: 1px solid #dfe3e3 !important; }
      .select2-localisation-wrapper span.select2.select2-container .select2-search.select2-search--inline,
      .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
        width: 100% !important;
        background: #eff1f1 !important;
        color: #5f7475 !important; }
    .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple {
      height: 38px; }
      .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple button.select2-selection__clear {
        display: none; }
      .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple ul {
        margin: 0;
        position: absolute;
        bottom: -40px;
        display: none; }
        .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple ul li {
          margin-left: 0;
          display: flex;
          flex-direction: row-reverse;
          border-radius: 5px;
          background-color: white;
          border: 2px solid #dfe3e3;
          color: #5f7475;
          margin-top: 15px;
          margin-right: 10px;
          padding-right: 10px;
          font-size: 13px; }
          .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple ul li button,
          .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple ul li span {
            width: 100% !important;
            background: #eff1f1 !important;
            color: #5f7475 !important; }
      .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
        background: transparent !important; }
        .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline input {
          margin-top: 0;
          padding-top: 5px !important;
          padding-left: 4px !important; }
          .select2-localisation-wrapper span span.selection .select2-selection.select2-selection--multiple .select2-search.select2-search--inline input::placeholder {
            color: #5f7475; }

.videoleftcontainer .text-container .text .quotes img {
  width: 35px; }

.videoleftcontainer .text-container .text .title.testimonial h3 {
  font-size: 30px;
  color: #000;
  font-weight: bold; }

.page-template-template-contact-from-iframe #mp-header,
.page-template-template-contact-from-iframe #mp-footer {
  display: none; }

@media (min-width: 576px) {
  .page-template-template-contact-from-iframe .modal-dialog {
    margin: 50px auto; } }

.page-template-template-contact-from-iframe .modal-content {
  border: 0; }
  @media screen and (min-width: 649px) {
    .page-template-template-contact-from-iframe .modal-content .wpcf7-checkbox .wpcf7-list-item-label {
      font-size: 18px;
      line-height: 25px; } }

.page-template-template-contact-from-iframe .close-menu.close,
.page-template-template-contact-from-iframe .thankyou-popin button {
  display: none; 
}

.page-template-template-contact-from-iframe #axeptio_overlay,
.page-template-template-contact-from-iframe iframe[id^=iframe-notification],
.page-template-template-contact-from-iframe #idz-root,
.page-template-template-contact-from-iframe #iadvize-container,
.page-template-template-contact-from-iframe #iadvize-orchestrator {
  display: none; }

.page-template-template-empty .custom-video-text-image {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .page-template-template-empty .custom-video-text-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #d0d6d7; }
    @media (max-width: 768px) {
      .page-template-template-empty .custom-video-text-image:before {
        content: none; } }
  .page-template-template-empty .custom-video-text-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #d0d6d7; }
    @media (max-width: 768px) {
      .page-template-template-empty .custom-video-text-image:after {
        content: none; } }
  @media (max-width: 768px) {
    .page-template-template-empty .custom-video-text-image {
      padding-top: 0px;
      padding-bottom: 0px; } }
  .page-template-template-empty .custom-video-text-image .kc-video-inner {
    margin-top: 0px; }
  @media (max-width: 768px) {
    .page-template-template-empty .custom-video-text-image .videoleftcontainer {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .page-template-template-empty .custom-video-text-image .videoleftcontainer .video-container {
      width: 60%; } }
  .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container {
    padding: 0px 20px !important; }
    @media (max-width: 768px) {
      .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container {
        padding-left: 0px !important;
        padding-right: 0px !important; } }
    @media (min-width: 769px) {
      .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container {
        width: 50%; } }
    @media (min-width: 769px) {
      .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container .text {
        width: 95%;
        margin-top: 20px; } }
    .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container .text .quotes img {
      height: 33px; }
    .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container .text .title {
      margin-top: 10px; }
      .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container .text .title h3 {
        font-size: 30px;
        margin-bottom: 25px;
        color: #000; }
        @media (max-width: 768px) {
          .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container .text .title h3 {
            font-size: 23px;
            margin-bottom: 20px; } }
    .page-template-template-empty .custom-video-text-image .videoleftcontainer .text-container .text .description p {
      line-height: 1.5; }

@media (max-width: 768px) {
  .template-nos-engagements-accompagnement {
    display: none; } }

.template-nos-engagements-accompagnement h2.accompagnement-title {
  margin-bottom: 25px;
  text-align: center;
  color: #617677;
  font-weight: bold;
  font-size: 40px; }

.template-nos-engagements-accompagnement p.accompagnement-subtitle {
  text-align: center;
  font-size: 22px;
  margin: 0px;
  padding-left: 175px;
  padding-right: 175px; }

.template-nos-engagements-accompagnement .accompagnement-tabs {
  margin-top: 70px;
  padding-left: 100px;
  padding-right: 100px; }
  .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs {
    margin: 0px;
    justify-content: space-between;
    border-bottom-width: 2px; }
    .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs .nav-item {
      width: 125px; }
      .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs .nav-item .nav-link {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        border: none;
        height: 78px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 1.3;
        outline: none; }
        .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs .nav-item .nav-link.active {
          border-bottom: 2px solid #E02623;
          outline: none; }
  .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content {
    display: flex;
    justify-content: space-around;
    padding: 40px; }
    .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-image img {
      height: 300px; }
    .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content {
      width: 630px;
      max-width: 100%; }
      .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content h3 {
        font-size: 25px;
        font-weight: bold; }
      .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content p {
        font-size: 20px; }
        .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content p strong {
          font-weight: 600; }
      .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content ul {
        margin: 0px;
        -webkit-padding-start: 25px;
        list-style-image: url("../img/Check.png"); }
        .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content ul li {
          font-size: 20px;
          margin-bottom: 10px; }

.template-nos-engagements-accompagnement-mobile {
  position: relative; }
  @media (min-width: 769px) {
    .template-nos-engagements-accompagnement-mobile {
      display: none; } }
  .template-nos-engagements-accompagnement-mobile .accompagnement-title {
    font-size: 30px;
    text-align: center;
    color: #617677;
    font-weight: 600;
    width: 280px;
    margin: 0 auto 16px; }
    @media (max-width: 768px) {
      .template-nos-engagements-accompagnement-mobile .accompagnement-title {
        width: 100%; } }
  .template-nos-engagements-accompagnement-mobile .accompagnement-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px; }
  .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide {
    border-bottom: 1px solid #cfd6d6; }
    .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide:active {
      outline: none; }
    .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide:focus {
      outline: none; }
    .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide.slick-active span {
      position: relative; }
      .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide.slick-active span:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: calc(100% - 50px);
        height: 3px;
        background: #e02623; }
    .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide span {
      margin-right: 50px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide span {
          padding-bottom: 10px; } }
  .template-nos-engagements-accompagnement-mobile .accompagnement-images-mobile {
    margin-top: 25px;
    margin-bottom: 30px; }
    .template-nos-engagements-accompagnement-mobile .accompagnement-images-mobile .slick-slide {
      text-align: center; }
      .template-nos-engagements-accompagnement-mobile .accompagnement-images-mobile .slick-slide img {
        height: 170px;
        width: auto !important; }
  .template-nos-engagements-accompagnement-mobile .accompagnement-texts-mobile .content-content-mobile p {
    font-size: 18px;
    font-weight: 500; }
  .template-nos-engagements-accompagnement-mobile .accompagnement-texts-mobile .content-content-mobile ul li {
    font-size: 18px; }
  .template-nos-engagements-accompagnement-mobile .arrows-top {
    position: relative;
    top: -110px;
    display: flex;
    justify-content: space-between; }
    .template-nos-engagements-accompagnement-mobile .arrows-top .arrow {
      width: 10px;
      height: 10px;
      border-top: 2px solid #e02623;
      border-left: 2px solid #e02623; }
      .template-nos-engagements-accompagnement-mobile .arrows-top .arrow.arrow-left {
        transform: rotate(-45deg); }
      .template-nos-engagements-accompagnement-mobile .arrows-top .arrow.arrow-right {
        transform: rotate(135deg); }
  .template-nos-engagements-accompagnement-mobile .arrows-bottom {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center; }
    .template-nos-engagements-accompagnement-mobile .arrows-bottom .arrow {
      width: 35px;
      height: 35px;
      background-size: cover;
      background-position: center; }
      .template-nos-engagements-accompagnement-mobile .arrows-bottom .arrow.arrow-left {
        background-image: url(../img/left-slider-nav.png);
        margin-right: 5px; }
      .template-nos-engagements-accompagnement-mobile .arrows-bottom .arrow.arrow-right {
        background-image: url(../img/right-slider-nav.png);
        margin-left: 5px; }

@media (min-width: 769px) {
  .general-accordion-block {
    display: none; } }

.general-accordion-block .general-accordion-accordions .general-accordion-item {
  margin-bottom: 20px; }
  .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cfd6d6;
    padding-bottom: 10px; }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-top h3 {
      position: relative;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 0px; }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-top p {
      margin-bottom: 0px; }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-top img {
      width: 18px;
      transition: 0.4s; }
  .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom {
    max-height: 0px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    transition: 0.4s; }
    @media (max-width: 768px) {
      .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px; } }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom img {
      width: 80px; }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom p {
      margin-bottom: 5px;
      font-size: 18px; }
      .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom p strong {
        font-weight: 600; }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom h2 {
      font-weight: bold;
      font-size: 25px;
      margin-top: 15px; }
    .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom.active {
      max-height: 1500px;
      padding-top: 15px;
      padding-bottom: 15px; }
  .general-accordion-block .general-accordion-accordions .general-accordion-item.active .general-accordion-item-top h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -11px;
    height: 2px;
    background: #e02623;
    width: 100%; }
  .general-accordion-block .general-accordion-accordions .general-accordion-item.active .general-accordion-item-top img {
    transform: rotate(180deg); }

.text-block-with-break .text-block-excerpt p,
.text-block-with-break .text-block-content p {
  font-size: 20px; }

.text-block-with-break .text-block-excerpt.hide,
.text-block-with-break .text-block-content.hide {
  display: none; }

.text-block-with-break .text-block-excerpt.show,
.text-block-with-break .text-block-content.show {
  display: block; }

.text-block-with-break .text-block-plus.hide {
  display: none; }

.testimonial-caller .video-wrapper {
  margin-top: 20px; }
  .testimonial-caller .video-wrapper .videoleftcontainer {
    width: 100%; }
    .testimonial-caller .video-wrapper .videoleftcontainer .video-container {
      width: 60%;
      position: relative;
      padding-left: 0px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        .testimonial-caller .video-wrapper .videoleftcontainer .video-container {
          width: 100%; } }
      .testimonial-caller .video-wrapper .videoleftcontainer .video-container .video-overlay {
        left: 50%;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
        cursor: pointer;
        z-index: 0; }
        .testimonial-caller .video-wrapper .videoleftcontainer .video-container .video-overlay .button-wrapper {
          display: none; }
      .testimonial-caller .video-wrapper .videoleftcontainer .video-container iframe {
        width: 507px;
        height: 286.794px !important;
        max-width: 100%; }
    .testimonial-caller .video-wrapper .videoleftcontainer .text-container {
      width: 50%; }
      @media (max-width: 768px) {
        .testimonial-caller .video-wrapper .videoleftcontainer .text-container {
          width: 100%; } }
      .testimonial-caller .video-wrapper .videoleftcontainer .text-container .text {
        width: 95%;
        margin-top: 20px; }
      .testimonial-caller .video-wrapper .videoleftcontainer .text-container .description p {
        font-size: 20px; }

body {
  overflow-x: hidden;
  font-family: Brandon Grotesque; }

:not(.job-footer) .contact-card-container .contact-card .text p {
  margin: auto; }

.mobile {
  display: none !important; }
  @media (max-width: 768px) {
    .mobile {
      display: block !important; } }

.desk {
  display: block !important; }
  @media (max-width: 768px) {
    .desk {
      display: none !important; } }

@media (max-width: 768px) {
  .custom-content {
    padding: 0; } }

body b {
  font-weight: 500; }

div.single-template {
  height: unset; }

h2.second-title {
  font-size: 2.2em;
  text-align: center;
  margin: 1.1em 0;
  font-weight: 900; }

.rightimagefullsize {
  background-color: #2c5c66;
  text-align: left;
  font-family: Brandon Grotesque;
  color: #fff; }
  .rightimagefullsize .subtitle {
    text-align: left; }

.rightimage-section {
  overflow: hidden; }

.rightimagefullsize.container {
  max-width: 100%;
  padding: 40px 0 95px 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .rightimagefullsize.container {
      padding: 20px 0 20px 0; } }

.rightimagefullsize .content {
  max-width: 1300px;
  margin: auto;
  display: flex; }
  @media (max-width: 992px) {
    .rightimagefullsize .content {
      flex-direction: column-reverse;
      padding-top: 10px;
      padding-bottom: 10px; }
      .rightimagefullsize .content .image img {
        position: relative;
        width: 100%;
        height: 100%; } }

.rightimagefullsize .text-content {
  max-width: 750px;
  letter-spacing: 0px;
  word-spacing: 1px;
  margin-right: 160px; }
  @media (max-width: 1200px) {
    .rightimagefullsize .text-content {
      margin-right: 1em;
      margin-left: 1em; } }
  @media (max-width: 992px) {
    .rightimagefullsize .text-content {
      margin-right: unset;
      margin-left: unset;
      margin: auto;
      max-width: calc(100% - 40px);
      width: 100%; } }

.rightimagefullsize .image {
  height: 100%;
  width: max-content;
  display: flex; }
  @media (max-width: 992px) {
    .rightimagefullsize .image {
      margin-right: unset;
      margin-left: unset;
      margin: auto;
      max-width: calc(100% - 40px); } }

.rightimagefullsize .image img {
  max-height: 100%;
  top: 0;
  position: absolute; }

.rightimagefullsize h1 {
  font-size: 39px;
  padding-bottom: 26px;
  font-weight: 700;
  word-spacing: 2px; }
  @media (max-width: 768px) {
    .rightimagefullsize h1 {
      padding-bottom: 0px; } }

.rightimagefullsize .subtitle {
  padding-bottom: 7px; }

.rightimagefullsize .subtitle {
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 768px) {
    .rightimagefullsize .subtitle {
      line-height: 25px;
      font-weight: 500; } }

.rightimagefullsize .text {
  font-size: 20px;
  word-spacing: 0px;
  font-weight: 300;
  line-height: 25px; }

.jobs-container {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  font-family: Brandon Grotesque; }
  .jobs-container .jobs-content {
    border-top: 2px solid #5f7475;
    border-bottom: 2px solid #5f7475;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: auto; }
    @media (max-width: 768px) {
      .jobs-container .jobs-content {
        padding: 0; } }

.job {
  border-bottom: 1px solid #5f7475;
  display: inline-flex;
  width: 100%; }
  .job:nth-last-of-type(2) {
    border-bottom: none !important; }
  @media (max-width: 768px) {
    .job {
      flex-direction: column; }
      .job .job-button-container {
        margin-top: 20px;
        margin-bottom: 5px; }
      .job .status-container {
        display: flex; }
      .job .job-text-container,
      .job .status-container {
        width: 100%; } }

.job > .job-text-container {
  float: left;
  margin: 20px 0 30px 0;
  padding-left: 40px; }
  @media (max-width: 768px) {
    .job > .job-text-container {
      padding-left: 0;
      margin: 20px 0 30px 0; } }

.job:last-child {
  border-bottom: none; }

.status-container .status {
  padding-top: 1em; }
  .status-container .status p {
    margin-bottom: 0;
    font-size: 18px; }
  @media (max-width: 768px) {
    .status-container .status {
      padding-top: 0; } }

.status-container .status-type {
  font-weight: 700;
  font-size: 20px; }
  @media (max-width: 768px) {
    .status-container .status-type {
      padding-left: 10px; } }
  .status-container .status-type p {
    margin-top: 0.5em;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .status-container .status-type p {
        margin-top: 0; } }

@media (max-width: 768px) {
  .status-container {
    margin-top: 0; } }

.job-text-container {
  width: 60%; }
  .job-text-container .title {
    position: relative; }
    .job-text-container .title h2 {
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 768px) {
        .job-text-container .title h2 {
          margin-bottom: 12px;
          font-size: 22px; } }
    .job-text-container .title .status-container {
      position: absolute;
      right: 0;
      top: -10px; }
  @media (max-width: 768px) {
    .job-text-container .location .mobile.status-container {
      display: flex !important; }
      .job-text-container .location .mobile.status-container .status-type p {
        font-weight: 500; }
      .job-text-container .location .mobile.status-container p {
        margin-left: 0; } }
  @media (max-width: 768px) {
    .job-text-container .location p {
      margin-bottom: 8px; } }
  @media (max-width: 768px) {
    .job-text-container .text h2 {
      font-weight: 700; }
    .job-text-container .text ul {
      padding-left: 30px; } }

.job-form-container .title h2 {
  font-size: 30px; }
  @media (max-width: 768px) {
    .job-form-container .title h2 {
      font-size: 22px; } }

.job-form {
  overflow-y: auto; }
  .job-form h2 {
    text-align: center;
    font-weight: 700; }
    @media (min-width: 769px) {
      .job-form h2 {
        text-align: left; } }
  .job-form .consent-container .consent .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0; }

.job-text-container .location p {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-left: 30px; }

.job-text-container .text {
  line-height: 25px;
  font-weight: 500;
  font-size: 19px; }

.status-container {
  width: 18%;
  text-align: center; }
  @media (max-width: 768px) {
    .status-container {
      text-align: left; }
      .status-container.mobshow > div {
        display: inline-block; } }

.job-button-container {
  text-align: center;
  position: relative; }
  .job-button-container .job-button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5em 2em;
    margin-left: 1em;
    background-color: #e02623;
    border-radius: 5px;
    max-width: 165px;
    white-space: nowrap; }
    .job-button-container .job-button a {
      color: #fff;
      font-weight: 500;
      font-size: 18px; }
    @media (max-width: 768px) {
      .job-button-container .job-button {
        margin-left: 0; } }

.videoleftcontainer,
.rightimage-content,
.leftslider-content {
  display: flex;
  margin-top: 50px;
  font-family: Brandon Grotesque; }
  .videoleftcontainer .title h3,
  .rightimage-content .title h3,
  .leftslider-content .title h3 {
    color: #5f7475;
    font-size: 35px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .videoleftcontainer .title h3,
      .rightimage-content .title h3,
      .leftslider-content .title h3 {
        font-size: 25px;
        margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .videoleftcontainer,
    .rightimage-content,
    .leftslider-content {
      flex-direction: column; } }

.videoleftcontainer > div,
.rightimage-content > div,
.leftslider-content > div {
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available; }

.videoleftcontainer > div:first-child,
.rightimage-content > div:first-child,
.leftslider-content > div:first-child {
  padding-right: 45px; }
  @media (max-width: 768px) {
    .videoleftcontainer > div:first-child,
    .rightimage-content > div:first-child,
    .leftslider-content > div:first-child {
      padding: 0; } }

.videoleftcontainer > div:last-child,
.rightimage-content > div:last-child,
.leftslider-content > div:last-child {
  padding-left: 45px; }
  @media (max-width: 768px) {
    .videoleftcontainer > div:last-child,
    .rightimage-content > div:last-child,
    .leftslider-content > div:last-child {
      padding: 0; } }

.videoleftcontainer .text-container .text {
  font-size: 20px; }

.video-container {
  margin: auto; }

@media (max-width: 768px) {
  .videoleftcontainer {
    margin: 50px auto; } }

.videoleftcontainer .text .description p,
.videoleftcontainer .text .description ul {
  font-size: 20px;
  list-style: none; }

.videoleftcontainer .text .description ul {
  margin-left: 0;
  padding-left: 0; }
  .videoleftcontainer .text .description ul li {
    padding-left: 35px;
    position: relative;
    margin-left: 17px; }
    @media (max-width: 768px) {
      .videoleftcontainer .text .description ul li {
        padding-left: 12px; } }
  .videoleftcontainer .text .description ul li:before {
    content: '';
    top: 10px;
    width: 17px;
    left: 0;
    height: 13px;
    position: absolute;
    background-image: url(/wp-content/themes/mp/assets/img/Check.png);
    transform: translateX(-100%); }

.rightimage-container .text .text {
  font-size: 20px; }

.page-template-template-recruitment .leftimagecard-content {
  max-width: 850px;
  display: flex;
  margin: auto;
  position: relative; }
  .page-template-template-recruitment .leftimagecard-content .title {
    margin: 0px auto; }
    @media (max-width: 768px) {
      .page-template-template-recruitment .leftimagecard-content .title {
        width: 100% !important;
        max-width: 245px; } }
  .page-template-template-recruitment .leftimagecard-content .title h3 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin: 0px auto; }
  .page-template-template-recruitment .leftimagecard-content .subtitle {
    font-size: 25px;
    line-height: 32px;
    color: #000;
    font-weight: 500; }
  .page-template-template-recruitment .leftimagecard-content .description {
    margin: 20px auto 40px; }
  .page-template-template-recruitment .leftimagecard-content .button {
    width: 240px;
    max-width: 100%;
    margin: auto;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500; }
    .page-template-template-recruitment .leftimagecard-content .button img {
      max-height: 10px;
      margin-left: 10px; }
  @media (max-width: 768px) {
    .page-template-template-recruitment .leftimagecard-content {
      flex-direction: row; } }

@media (max-width: 768px) {
  .page-template-template-recruitment .recruitment-extra-block .leftimagecard-content .text {
    margin-top: auto;
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .page-template-template-recruitment .recruitment-extra-block .leftimagecard-content .text .title {
    max-width: none;
    margin: 0px; } }

.leftimagecard-container {
  clear: both;
  display: block;
  width: 100%;
  font-family: Brandon Grotesque;
  margin-bottom: 40px; }
  .leftimagecard-container .job-form {
    max-width: 700px;
    margin: auto;
    padding: 50px;
    max-width: 100%; }
    .leftimagecard-container .job-form .wpcf7-form-control-wrap {
      max-width: 300px; }
    .leftimagecard-container .job-form input {
      max-width: 100%; }
    .leftimagecard-container .job-form h2 {
      text-align: center;
      font-size: 30px; }
    .leftimagecard-container .job-form .subtitle {
      margin: auto;
      font-size: 20px;
      width: fit-content; }
  .leftimagecard-container .job {
    border-bottom: none; }

.leftimagecard-content > div {
  margin: auto;
  text-align: center;
  flex-direction: column;
  margin: 0;
  position: relative; }

.leftimagecard-content .image .img {
  max-height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.leftimagecard-content .image {
  width: 45%;
  left: -1px; }
  @media (max-width: 768px) {
    .leftimagecard-content .image {
      width: 100%; } }

.leftimagecard-content > .text {
  width: 55%; }
  @media (max-width: 768px) {
    .leftimagecard-content > .text {
      width: 100%; } }

.special-title {
  font-size: 40px; }
  @media (max-width: 768px) {
    .special-title {
      line-height: 30px;
      font-size: 30px; } }

.special-subtitle {
  max-width: 1000px; }

.job-form-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  @media (max-width: 768px) {
    .job-form-container {
      width: 100vw;
      position: fixed;
      z-index: 999999; } }

.job-form-content {
  background: #ffffff;
  max-width: 1300px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 769px) {
    .job-form-content {
      margin: 0px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  .job-form-content .sticky-job-button {
    margin-top: 50px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 103%;
    background: #fff;
    border: 1px solid #cfd5d5; }
    .job-form-content .sticky-job-button a {
      margin: auto;
      position: relative;
      display: block;
      width: fit-content;
      padding: 15px 30px;
      background: #DF2623;
      border-radius: 5px;
      color: #fff;
      font-size: 15px; }
  .job-form-content .job-text-container,
  .job-form-content .job-form {
    padding: 30px 50px;
    margin-top: 65px; }
  @media (max-width: 768px) {
    .job-form-content {
      flex-direction: column; }
      .job-form-content .job-text-container,
      .job-form-content .job-form {
        margin: 65px auto 0;
        width: 100%;
        padding: 0 20px; } }
  .job-form-content .job-form {
    display: table; }
    @media (max-width: 768px) {
      .job-form-content .job-form {
        height: fit-content;
        margin-top: 0px;
        display: none; }
        .job-form-content .job-form .close-menu.close.plan_close img {
          height: 20px;
          width: auto; } }
    @media (max-width: 768px) {
      .job-form-content .job-form h2 {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .job-form-content .job-footer {
    margin-top: 32px;
    max-width: 320px; }
    @media (max-width: 768px) {
      .job-form-content .job-footer {
        margin-bottom: 175px; }
        @supports (-webkit-touch-callout: none) {
          .job-form-content .job-footer {
            /* CSS specific to iOS devices */
            padding-bottom: 175px; } } }
    .job-form-content .job-footer p {
      text-align: left; }
    .job-form-content .job-footer .job-footer-header {
      padding: 17px 0;
      font-size: 18px;
      font-size: 18px;
      border-top: 1px solid #cfd5d5;
      border-bottom: 1px solid #cfd5d5; }
      .job-form-content .job-footer .job-footer-header img {
        float: right; }
      .job-form-content .job-footer .job-footer-header img.viadeo {
        margin-top: -3px;
        margin-right: 25px; }
      .job-form-content .job-footer .job-footer-header img.linkedin {
        margin-right: 10px; }
    .job-form-content .job-footer .job-footer-title {
      font-size: 25px;
      margin-top: 35px;
      margin-bottom: 20px;
      position: relative; }
    .job-form-content .job-footer .job-footer-title img {
      position: absolute;
      left: -45px; }
    .job-form-content .job-footer .contact-card {
      text-align: left; }
      .job-form-content .job-footer .contact-card .text p {
        margin: initial !important; }
        .job-form-content .job-footer .contact-card .text p.subtitle.job-footer-title {
          padding: 10px 0px; }

.location-icon {
  max-height: 20px;
  max-width: 15px;
  top: 50%;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  left: -30px; }

.job-form {
  background: #eff1f1;
  max-width: 420px;
  position: relative; }

.job-form form input {
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 15px;
  max-width: 300px;
  padding: 15px 20px; }

.job-form form input.consent {
  display: inline-block; }

.job-application {
  display: flex;
  flex-direction: column; }

.job-application input[type="text"] {
  margin-bottom: 15px; }

.job-form .input-container {
  position: relative;
  max-width: 300px;
  margin: auto; }
  .job-form .input-container button.cv-button,
  .job-form .input-container button.letter-button {
    top: 50%; }

.job-form .input-container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.job-form .input-container input[type="textarea"] {
  width: 100%; }

.job-form .proposal {
  display: none; }

.job-form input.letter,
.job-form input.cv {
  display: none; }

@media (max-width: 768px) {
  .job-form {
    flex-direction: column; } }

.job-header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #cfd5d5;
  height: 65px; }
  .job-header .job-switch {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 50px; }
    .job-header .job-switch .counter {
      position: relative;
      top: 5px; }
  .job-header .close {
    top: 15px !important;
    margin-right: 15px; }
  .job-header .right-nav-job {
    left: -4px;
    position: relative;
    cursor: pointer; }
  .job-header .left-nav-job {
    margin-left: 35px;
    cursor: pointer; }

.job-reference {
  display: none !important; }

div.overlay {
  position: fixed;
  z-index: 9999;
  display: none; }

.contact-card {
  width: fit-content;
  margin: auto;
  text-align: center; }
  .contact-card .title {
    font-size: 35px;
    font-weight: 700; }
  .contact-card .subtitle {
    font-weight: bold; }
  .contact-card div.text {
    font-size: 20px;
    margin-top: 10px; }

@-moz-document url-prefix() {
  .contact-card div.text {
    padding-left: 45px; } }
  .contact-card div.text p {
    line-height: 27px; }
  .contact-card div.text p.phone {
    margin-top: 25px !important;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    padding-left: 30px; }
    .contact-card div.text p.phone a,
    .contact-card div.text p.phone a:active,
    .contact-card div.text p.phone a:hover {
      font-weight: bold;
      color: #000; }
  .contact-card div.text p.phone img {
    width: 30px;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block; }
  .contact-card .button {
    font-size: 18px;
    background: #e02623;
    color: #fff;
    padding: 10px 38px;
    margin-top: 30px;
    margin-bottom: 80px; }

body.page-template-template-recruitment .video-container {
  margin: 0 auto; }

body.page-template-template-recruitment .kc-container {
  padding-left: 25px;
  padding-right: 25px; }

@media only screen and (max-width: 999px) {
  body.page-template-template-recruitment body.kc-css-system .kc-css-988440 {
    width: calc(100% + 30px); } }

body.page-template-template-recruitment #mp-header #site-navigation .navbar.mp-navbar .navigation-links .search-my-home-btn {
  display: block; }

body.page-template-template-recruitment #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn a {
  width: 230px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0; }
  @media screen and (max-width: 991px) {
    body.page-template-template-recruitment #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn a {
      display: none; } }

body.page-template-template-recruitment #header-top-links {
  display: none !important; }

body.page-template-template-recruitment #menu-primary {
  display: none !important; }

body.page-template-template-recruitment div.kc-video-inner .ifr_inner {
  max-height: 370px; }

body.page-template-template-recruitment .job-text-container ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-image: url(/wp-content/themes/mp/assets/img/Check.png); }
  body.page-template-template-recruitment .job-text-container ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 12px; }
    body.page-template-template-recruitment .job-text-container ul li img {
      left: -30px;
      position: absolute;
      transform: translateY(-50%);
      top: 50%; }

@media screen and (max-width: 768px) {
  body.page-template-template-recruitment .kc_column,
  body.page-template-template-recruitment .kc_column_inner {
    padding: 0; } }

body.page-template-template-recruitment .owl-theme .owl-controls .owl-buttons div {
  display: none; }

body.page-template-template-recruitment .owl-item {
  width: auto !important;
  margin-right: 10px; }
  @media (max-width: 768px) {
    body.page-template-template-recruitment .owl-item {
      width: calc(100vw - 20px) !important;
      margin-left: 10px !important;
      margin-right: auto !important; } }

body.page-template-template-recruitment .kc-container,
body.page-template-template-recruitment .rightimagefullsize.container,
body.page-template-template-recruitment .kc-row-container {
  max-width: 100%;
  width: 100%; }

@media (min-width: 769px) {
  body.page-template-template-recruitment .rightimagefullsize {
    max-height: 350px; } }

body.page-template-template-recruitment .rightimagefullsize .image img {
  top: 0; }

body.page-template-template-recruitment .job-form .input-container label {
  margin-bottom: 0; }

body.page-template-template-recruitment .job-form .input-container.input-cv {
  margin-top: 25px; }

body.page-template-template-recruitment .job-form .input-container.input-letter {
  margin-top: 25px;
  margin-bottom: 25px; }

body.page-template-template-recruitment .job-form span.filename {
  display: block; }

body.page-template-template-recruitment .rightimage-content > .text .title,
body.page-template-template-recruitment .leftimage-content > .text .title {
  max-width: 100%; }

body.page-template-template-recruitment .rightimage-content {
  margin: auto; }
  body.page-template-template-recruitment .rightimage-content .text p,
  body.page-template-template-recruitment .rightimage-content .text ul {
    font-size: 20px;
    list-style: none; }
  body.page-template-template-recruitment .rightimage-content .text ul {
    margin-left: 0;
    padding-left: 0; }
    body.page-template-template-recruitment .rightimage-content .text ul li {
      padding-left: 12px;
      position: relative;
      margin-left: 17px; }
    body.page-template-template-recruitment .rightimage-content .text ul li:before {
      content: '';
      top: 10px;
      width: 17px;
      left: 0;
      height: 13px;
      position: absolute;
      background-image: url(/wp-content/themes/mp/assets/img/Check.png);
      transform: translateX(-100%); }
  body.page-template-template-recruitment .rightimage-content .image img {
    margin: 0; }

body.page-template-template-recruitment .left-slider-column h2.slider-title {
  margin-top: calc(50% - 40px); }

@media (max-width: 768px) {
  body.page-template-template-recruitment .rightimage-container {
    margin-bottom: 35px; }
    body.page-template-template-recruitment .rightimage-container .image.mobshow {
      margin-bottom: 80px;
      box-shadow: 63px 50px RGBA(0, 0, 0, 0.2); } }

body.page-template-template-recruitment .slick-list {
  padding: 0 20% 0 0 !important; }
  body.page-template-template-recruitment .slick-list .slick-slide {
    margin-right: 20px; }
  @media (max-width: 768px) {
    body.page-template-template-recruitment .slick-list {
      padding: 0 0 0 0 !important; }
      body.page-template-template-recruitment .slick-list .slick-slide {
        margin-right: 0px; } }

body.page-template-template-recruitment .slider-title {
  font-weight: 700;
  color: #5f7475; }

body.page-template-template-recruitment .slider-nav-container.desk {
  transform: translateY(-50%);
  position: absolute; }
  @media (min-width: 769px) {
    body.page-template-template-recruitment .slider-nav-container.desk {
      transform: translateY(180%); } }

body.page-template-template-recruitment h2.second-title.kc_title {
  margin-top: 50px; }
  @media (max-width: 768px) {
    body.page-template-template-recruitment h2.second-title.kc_title {
      margin-top: 22px;
      margin-bottom: 30px;
      color: #5f7475; } }

body.page-template-template-recruitment .kc-container > div {
  padding: 0; }

@media (min-width: 768px) {
  body.page-template-template-recruitment .extra-flex-slider > div {
    padding-left: 0;
    padding-right: 30px; }
  body.page-template-template-recruitment .extra-flex-slider > div:nth-child(1) {
    max-width: 325px; }
  body.page-template-template-recruitment .programme-slider {
    margin-left: 15px; }
  body.page-template-template-recruitment .contact-card div.text p {
    margin: auto !important; }
    body.page-template-template-recruitment .contact-card div.text p.phone {
      margin-top: 25px !important; } }

@media (max-width: 768px) {
  body.page-template-template-recruitment .rightimagefullsize .text-content:first-child {
    margin-top: 30px; }
  body.page-template-template-recruitment .job-form-container .job-text-container .title h2 {
    margin-top: 30px; }
  body.page-template-template-recruitment .modal-body {
    background: #f0f2f1; }
  body.page-template-template-recruitment .videoleftcontainer {
    margin: 30px auto; }
    body.page-template-template-recruitment .videoleftcontainer ul {
      margin: 0; }
    body.page-template-template-recruitment .videoleftcontainer .video-container {
      padding-bottom: 30px; }
  body.page-template-template-recruitment .job-form-content .job-header {
    position: sticky;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px; }
    body.page-template-template-recruitment .job-form-content .job-header .job-switch {
      left: 20px; }
    body.page-template-template-recruitment .job-form-content .job-header .left-nav-job {
      margin-left: 65px; }
    body.page-template-template-recruitment .job-form-content .job-header .counter {
      position: absolute;
      display: block;
      top: 50%;
      transform: translateY(-50%); }
  body.page-template-template-recruitment .job-form-content .job-text-container {
    margin-top: 0; }
    body.page-template-template-recruitment .job-form-content .job-text-container .text h2 {
      padding-top: 40px;
      padding-bottom: 20px;
      margin-bottom: 0;
      line-height: 1; }
    body.page-template-template-recruitment .job-form-content .job-text-container .text p {
      margin-bottom: 0; }
    body.page-template-template-recruitment .job-form-content .job-text-container .text ul {
      padding-top: 25px;
      margin-bottom: 0; }
      body.page-template-template-recruitment .job-form-content .job-text-container .text ul li:nth-last-child(1) {
        margin-bottom: 0; }
    body.page-template-template-recruitment .job-form-content .job-text-container .location p {
      margin-bottom: 16px;
      line-height: 1; }
    body.page-template-template-recruitment .job-form-content .job-text-container .location .status-container.mobile p {
      margin-bottom: 0; }
  body.page-template-template-recruitment .bottom-demande {
    left: 0; }
  body.page-template-template-recruitment .slider-title {
    line-height: 1;
    margin-bottom: 35px; }
  body.page-template-template-recruitment .rightimage-container ul {
    margin-bottom: 0; }
    body.page-template-template-recruitment .rightimage-container ul li:nth-last-child(1) {
      margin-bottom: 0; }
  body.page-template-template-recruitment .kc_text_block p {
    margin-bottom: 0; }
  body.page-template-template-recruitment .special-title {
    margin-bottom: 20px; }
  body.page-template-template-recruitment .contact-card {
    margin-bottom: 60px; } }

@media (max-width: 768px) {
  .page-template-template-recruitment .recruitment-extra-block div.leftimagecard-content .button {
    padding-right: 20px; }
    .page-template-template-recruitment .recruitment-extra-block div.leftimagecard-content .button img {
      right: 15px; } }

.contact-card-container {
  position: relative;
  display: contents; }
  .contact-card-container .job-form-container {
    display: none;
    position: fixed;
    z-index: 11;
    max-width: 100vw; }
    .contact-card-container .job-form-container .job-form {
      margin: auto;
      max-width: 700px;
      position: relative;
      width: 100%; }
      .contact-card-container .job-form-container .job-form h2 {
        text-align: center;
        max-width: 300px;
        margin: auto;
        margin-bottom: 25px;
        font-weight: 900; }
      .contact-card-container .job-form-container .job-form .subtitle {
        text-align: center;
        font-size: 20px; }
      .contact-card-container .job-form-container .job-form .consent-container {
        max-width: 300px;
        margin: auto; }
  .contact-card-container .subtitle {
    font-size: 20px; }

.page-template-template-recruitment #menu-primary-menu {
  display: none !important; }

.page-template-template-recruitment .kc-video-inner {
  margin-top: 0; }

.leftimagecard-content {
  max-width: 850px;
  display: flex;
  margin: auto;
  position: relative;
  border-collapse: collapse;
  background-size: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .leftimagecard-content {
      flex-direction: column;
      background-position: top center;
      background-size: contain; }
      .leftimagecard-content > div {
        margin: 0 auto;
        max-width: 425px; }
      .leftimagecard-content .image {
        display: none; } }

h2.kc_title.special-title {
  text-align: center;
  font-weight: 700;
  color: #5f7475; }

div.slider-nav-content {
  display: flex; }
  div.slider-nav-content .slider-nav {
    height: 35px;
    width: 35px;
    background-size: cover;
    background-position: center; }
  div.slider-nav-content .left-slider-nav {
    background-image: url("/wp-content/themes/mp/assets/img/left-slider-nav.png"); }
  div.slider-nav-content .right-slider-nav {
    background-image: url("/wp-content/themes/mp/assets/img/right-slider-nav.png");
    margin-left: 15px; }
  @media (max-width: 768px) {
    div.slider-nav-content {
      width: fit-content;
      margin: auto; } }

.slide-titles span {
  display: block; }

.bottom-demande {
  position: fixed;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  align-items: center;
  background: #fff;
  padding: 20px; }
  .bottom-demande a {
    width: 80%;
    margin: auto;
    display: block; }

#mp-footer.footer-light {
  padding-bottom: 100px; }

body {
  overflow-x: hidden;
  font-family: Brandon Grotesque; }

body .kc-container {
  padding-left: 0px;
  padding-right: 0px; }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0px;
  padding-right: 0px; }

#page {
  overflow-x: hidden; }

.mobile {
  display: none !important; }
  @media (max-width: 768px) {
    .mobile {
      display: block !important; } }

.desk {
  display: block !important; }
  @media (max-width: 768px) {
    .desk {
      display: none !important; } }

.mobile-accordeon-container {
  display: none; }

.custom-gamme_option_right {
  display: none; }

div.single-template {
  height: unset; }

h1.primary-grey-title,
h2.primary-grey-title {
  font-size: 40px;
  color: #5f7475;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h1.primary-grey-title,
    h2.primary-grey-title {
      margin-top: 30px;
      margin-bottom: 0;
      font-size: 30px; } }

.grey {
  background: #EFF1F1; }
  .grey div {
    background: #EFF1F1; }
    @media (max-width: 768px) {
      .grey div {
        line-height: 25px; }
        .grey div p {
          line-height: 25px; } }

.page-template-template-nos_maisons .subtitle {
  font-size: 22px;
  line-height: 15px;
  text-align: center;
  margin-top: 16px;
  word-spacing: 1px; }

h2.second-title {
  font-size: 2.2em;
  text-align: center;
  margin: 1.1em 0;
  font-weight: 900; }

.leftimage-container {
  display: inline-block; }

.leftimage-content {
  display: flex;
  margin-top: 50px;
  font-family: Brandon Grotesque; }
  @media (max-width: 768px) {
    .leftimage-content {
      flex-direction: column; } }

@media screen and (min-width: 769px) {
  .leftimage-button-content {
    margin-top: 50px; } }

.rightimage-content .image,
.leftimage-content .image {
  width: 250%;
  max-width: 750px; }
  @media (max-width: 768px) {
    .rightimage-content .image,
    .leftimage-content .image {
      width: 100%; }
      .rightimage-content .image img,
      .leftimage-content .image img {
        margin-top: 30px;
        margin-bottom: 16px; } }

.leftimage-content > .text {
  margin-left: 50px; }

.rightimage-content > .text .title,
.leftimage-content > .text .title {
  margin-top: 30px;
  max-width: 320px;
  font-weight: 700; }
  .rightimage-content > .text .title h2,
  .leftimage-content > .text .title h2 {
    line-height: 30px;
    font-weight: 700;
    color: #5f7475; }
    @media (max-width: 768px) {
      .rightimage-content > .text .title h2,
      .leftimage-content > .text .title h2 {
        margin-bottom: 16px; } }

.rightimage-content > .text .text,
.leftimage-content > .text .text {
  max-width: 440px;
  word-spacing: 0px;
  font-size: 20px; }
  .rightimage-content > .text .text p,
  .leftimage-content > .text .text p {
    font-size: 20px; }

@media (max-width: 768px) {
  .rightimage-content > .text .button,
  .leftimage-content > .text .button {
    display: inline-block; } }

.rightimage-content > .text .button a,
.leftimage-content > .text .button a {
  background: #DFE3E4;
  padding: 7px 15px;
  border-radius: 5px;
  color: #010101;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .rightimage-content > .text .button a,
    .leftimage-content > .text .button a {
      display: inline-block; } }
  .rightimage-content > .text .button a img,
  .leftimage-content > .text .button a img {
    max-height: 10px;
    margin-left: 5px;
    margin-bottom: 0; }

.call-to-action {
  border: 1px solid #3b4a4b;
  width: 100%;
  text-align: center;
  padding: 26px 40px 32px;
  margin: 45px 15px; }
  @media (max-width: 768px) {
    .call-to-action {
      margin: 0 15px; } }
  .call-to-action p {
    color: red;
    font-size: 20px;
    font-weight: 500;
    word-spacing: 0px; }
  .call-to-action a.btn.btn-special {
    font-size: 18px;
    padding: 10px 30px; }
    @media (max-width: 768px) {
      .call-to-action a.btn.btn-special {
        padding: 10px;
        display: block; } }
  .call-to-action .search-my-home-btn {
    margin-top: 11px; }
  @media (max-width: 1160px) {
    .call-to-action .kc_column,
    .call-to-action .kc_column_inner {
      padding: 0; } }

.page-template-template-nos_maisons h1.primary-grey-title,
.page-template-template-nos_maisons h2.primary-grey-title {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons h1.primary-grey-title,
    .page-template-template-nos_maisons h2.primary-grey-title {
      justify-content: center;
      max-width: 230px;
      text-align: center;
      margin: 30px auto 10px;
      line-height: 1; } }

.page-template-template-nos_maisons .gamme_option_right img {
  height: auto; }

.page-template-template-nos_maisons .custom-gamme_option_right.gamme_option_right {
  display: none; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .custom-gamme_option_right.gamme_option_right {
      display: block; } }

@media (max-width: 767px) {
  .page-template-template-nos_maisons .rightimage-button-content .text .button {
    margin-bottom: 25px; } }

.page-template-template-nos_maisons .rightimage-button-content .text img {
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .rightimage-button-content .text img {
      width: auto;
      height: 35px; } }

.page-template-template-nos_maisons .leftimage-button-content .text img {
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .leftimage-button-content .text img {
      width: auto;
      height: 35px; } }

@media (max-width: 768px) {
  .page-template-template-nos_maisons .gamme_options_right_desk {
    display: none; }
    .page-template-template-nos_maisons .gamme_options_right_desk img {
      display: none; } }

@media (max-width: 768px) {
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_left.show,
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_right.show {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

.page-template-template-nos_maisons .gamme_options_wrapper .show {
  display: block !important; }

.page-template-template-nos_maisons #pin-11 img {
  transform: translate(-50%, -50px); }

.page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons div {
  border: none;
  background: transparent;
  color: transparent;
  opacity: 1;
  left: initial;
  opacity: 1;
  background: transparent;
  border: none; }

.page-template-template-nos_maisons .owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-prev,
.page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
  background: transparent;
  border: none; }

.page-template-template-nos_maisons .owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next,
.page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -50px;
  background: transparent;
  border: none; }

.page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
  color: red !important; }

.page-template-template-nos_maisons .owl-carousel .owl-item {
  margin: 0 10px; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .owl-carousel .owl-item {
      margin: 0; } }
  .page-template-template-nos_maisons .owl-carousel .owl-item img {
    position: relative;
    display: flex;
    margin: auto auto;
    vertical-align: middle;
    height: 100%; }

.page-template-template-nos_maisons .videoleftcontainer > div:last-child,
.page-template-template-nos_maisons .rightimage-content > div:last-child,
.page-template-template-nos_maisons .leftslider-content > div:last-child {
  padding-left: 45px; }
  @media (max-width: 1160px) {
    .page-template-template-nos_maisons .videoleftcontainer > div:last-child,
    .page-template-template-nos_maisons .rightimage-content > div:last-child,
    .page-template-template-nos_maisons .leftslider-content > div:last-child {
      padding: 0; } }
  @media (min-width: 769px) {
    .page-template-template-nos_maisons .videoleftcontainer > div:last-child,
    .page-template-template-nos_maisons .rightimage-content > div:last-child,
    .page-template-template-nos_maisons .leftslider-content > div:last-child {
      width: 250%;
      max-width: 750px; } }

.page-template-template-nos_maisons .partners-slider {
  max-width: 1300px;
  margin: 80px auto 0;
  padding-bottom: 45px;
  display: block; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .partners-slider {
      display: none !important; } }

.page-template-template-nos_maisons #partners {
  background-color: rgba(59, 74, 75, 0.1);
  padding-top: 50px; }
  .page-template-template-nos_maisons #partners .kc-elm {
    background-color: transparent; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons #partners {
      padding-top: 0px; }
      .page-template-template-nos_maisons #partners .subtitle {
        margin-bottom: 40px; } }

.page-template-template-nos_maisons .gamme_options_wrapper h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 16px; }

.page-template-template-nos_maisons .gamme_option_right img {
  margin-top: 0;
  margin-left: 0;
  height: auto;
  max-width: 599px;
  width: 100%; }

.page-template-template-nos_maisons .gamme_option_right p {
  max-width: 575px; }

.page-template-template-nos_maisons .gamme_option_right .mobile-options {
  display: none; }

.page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element {
  display: inline-flex;
  margin-right: 0px;
  width: 100%;
  flex-direction: column;
  max-width: 264px;
  font-size: 20px !important;
  word-spacing: 2px;
  margin-left: 0px; }
  @media (max-width: 1160px) {
    .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element {
      margin: 0; } }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element {
      max-width: 100%; } }
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element p {
    font-size: 18px;
    color: #5f7475; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element p {
        font-size: 18px;
        text-align: left; } }
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element strong {
    color: #000; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_element strong {
        font-size: 23px;
        text-align: left; } }

.page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(odd) {
  margin-right: 55px;
  margin-left: 53px; }

.page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(even) {
  margin-right: 0px;
  margin-left: 0px;
  color: #5f7475; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(even) {
      font-size: 18px;
      text-align: left; } }
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(even) p {
    color: #5f7475; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(even) p {
        font-size: 18px;
        text-align: left; } }
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(even) strong {
    color: #000; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(even) strong {
        font-size: 23px;
        text-align: left; } }

.page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element {
  margin-left: 0px;
  color: #5f7475; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element {
      font-size: 18px;
      text-align: left; } }
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element p {
    color: #5f7475;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element p {
        font-size: 18px;
        text-align: left; } }
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element strong {
    color: #000; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element strong {
        font-size: 23px;
        text-align: left; } }

.page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_elements {
  margin-left: 50px; }

.page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left {
  max-width: 650px; }
  @media (max-width: 1160px) {
    .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left {
      max-width: 750px; } }

.page-template-template-nos_maisons .gamme_option_left {
  padding-top: 0; }

.page-template-template-nos_maisons .options-2 .gamme_option_right p {
  font-size: 20px; }

.page-template-template-nos_maisons .gamme_options_wrapper.options-2 .gamme_option_right {
  margin-left: 0px;
  padding-left: 0px; }

.page-template-template-nos_maisons .gamme_option_right,
.page-template-template-nos_maisons .gamme_option_left {
  display: inline-flex;
  width: 49.5%;
  vertical-align: top;
  flex-direction: column; }

.page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_right {
  padding-left: 53px;
  max-width: 650px; }

.page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_left .gamme_option_element:nth-child(even) {
  margin-left: 50px; }

.page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_left {
  max-width: 645px; }

.page-template-template-nos_maisons .gamme_option_left > p {
  max-width: 580px;
  font-size: 18px; }

.page-template-template-nos_maisons .gamme_option_left h3 {
  font-weight: 700;
  color: #000; }

.page-template-template-nos_maisons .gamme_options.options-reversed_wrapper {
  margin-bottom: 75px;
  margin: auto; }
  @media (min-width: 769px) {
    .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper {
      padding-top: 50px; } }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_left {
    padding-left: 50px; }
    .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_left h3 {
      font-size: 30px; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_element:nth-child(even) {
    margin-right: 0; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_elements {
    display: flex; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_elements {
        display: block; } }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper p {
    color: #5f7475;
    margin-bottom: 0px; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_left > p.desk {
    color: #000; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper.show {
    display: block !important; }

.page-template-template-nos_maisons .call-to-action-custom {
  margin-bottom: 50px;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .page-template-template-nos_maisons .call-to-action-custom {
      margin-top: 0px;
      margin-bottom: 0px; } }
  .page-template-template-nos_maisons .call-to-action-custom p {
    text-align: center;
    max-width: 950px;
    margin: auto;
    font-size: 20px;
    font-weight: 500; }
    .page-template-template-nos_maisons .call-to-action-custom p img {
      margin-top: 16px;
      max-width: 277px; }

.page-template-template-nos_maisons .subtitle-custom p {
  font-size: 22px;
  max-width: 953px;
  margin: 0px auto 75px;
  text-align: center;
  word-spacing: 1px;
  line-height: 22px; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .subtitle-custom p {
      font-size: 20px;
      padding-left: 10px;
      padding-right: 10px;
      margin: 0px auto 25px; } }

.page-template-template-nos_maisons .subtitle-custom-2 {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .page-template-template-nos_maisons .subtitle-custom-2 {
      margin-top: 30px;
      padding-bottom: 0px; } }
  .page-template-template-nos_maisons .subtitle-custom-2 p {
    max-width: 990px;
    line-height: 26px;
    margin: auto;
    text-align: center;
    font-size: 20px; }

.page-template-template-nos_maisons .custom-slider .owl-item {
  width: fit-content !important; }

.page-template-template-nos_maisons .leftimagecard-content {
  border: none; }
  .page-template-template-nos_maisons .leftimagecard-content .image {
    border: 1px solid; }

.page-template-template-nos_maisons .contactinfo-2 {
  position: relative; }
  .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content {
    max-width: 1006px;
    justify-content: space-between; }
    .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .image {
      width: 39%;
      left: -1px;
      padding: 20px; }
      @media (max-width: 768px) {
        .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .image {
          height: 250px; } }
    .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .text {
      padding: 0;
      width: 55%;
      margin-left: 62px; }
      .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .text p img {
        margin-top: 20px;
        max-width: 270px; }
      .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .text .button.btn {
        margin: auto;
        padding: 10px 25px;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        background: #e02623; }
  .page-template-template-nos_maisons .contactinfo-2 .title h3 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .page-template-template-nos_maisons .contactinfo-2 .title h3 {
        font-size: 30px; } }
  .page-template-template-nos_maisons .contactinfo-2 .text {
    padding: 0;
    margin: 0 auto; }
  .page-template-template-nos_maisons .contactinfo-2 .subtitle {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500; }
  .page-template-template-nos_maisons .contactinfo-2 .description {
    margin: 20px 0px; }

@media (max-width: 1160px) {
  .page-template-template-nos_maisons .leftimage-container {
    display: flex; }
    .page-template-template-nos_maisons .leftimage-container .leftimage-content {
      flex-direction: column;
      display: flex;
      margin: auto; }
  .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .image {
    width: 100%; }
  .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .text {
    width: 100%;
    margin-left: auto;
    margin-top: 62px; }
  .page-template-template-nos_maisons .rightimage-container {
    display: flex; }
    .page-template-template-nos_maisons .rightimage-container .rightimage-content {
      flex-direction: column-reverse;
      margin: auto; }
      .page-template-template-nos_maisons .rightimage-container .rightimage-content > .text {
        margin-left: 50px; }
  .page-template-template-nos_maisons .call-to-action {
    margin-top: 50px;
    margin-bottom: 50px; } }
  @media (max-width: 1160px) and (max-width: 768px) {
    .page-template-template-nos_maisons .call-to-action {
      margin: 0 auto;
      display: flex;
      width: calc( 100% - 30px); } }

@media (max-width: 1160px) {
  .page-template-template-nos_maisons .gamme_options_wrapper {
    max-width: 750px;
    margin: auto;
    padding-bottom: 10px; }
    .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_left,
    .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_right {
      max-width: 100%;
      display: flex;
      margin-left: unset !important;
      margin-right: unset !important;
      margin: auto !important;
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: fit-content; }
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_element:nth-child(odd) {
    margin: auto; }
  .page-template-template-nos_maisons .options-2.gamme_option_wraooer .gamme_option_element,
  .page-template-template-nos_maisons .options-2.gamme_option_wraooer .gamme_option_element p {
    text-align: left; }
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_elements {
    margin: auto;
    text-align: left; }
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_elements {
    margin: 0;
    width: fit-content;
    text-align: left;
    display: block;
    flex-wrap: wrap; }
  .page-template-template-nos_maisons .gamme_option_element {
    width: 100%; } }
  @media (max-width: 1160px) and (max-width: 768px) {
    .page-template-template-nos_maisons .gamme_option_element {
      font-size: 18px;
      text-align: left; } }

@media (max-width: 1160px) {
    .page-template-template-nos_maisons .gamme_option_element p {
      color: #5f7475; } }
    @media (max-width: 1160px) and (max-width: 768px) {
      .page-template-template-nos_maisons .gamme_option_element p {
        font-size: 18px;
        text-align: left; } }

@media (max-width: 1160px) {
    .page-template-template-nos_maisons .gamme_option_element strong {
      color: #000; } }
    @media (max-width: 1160px) and (max-width: 768px) {
      .page-template-template-nos_maisons .gamme_option_element strong {
        font-size: 23px;
        text-align: left; } }

@media (max-width: 1160px) {
  .page-template-template-nos_maisons .options-2.gamme_options_wrapper .gamme_option_left div.gamme_option_element {
    margin: auto;
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    margin-top: 0; }
  .page-template-template-nos_maisons .gamme_option_right,
  .page-template-template-nos_maisons .gamme_option_left {
    display: flex;
    width: 100%;
    vertical-align: top;
    flex-direction: column; }
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_left .gamme_option_element:nth-child(even) {
    margin: auto;
    display: flex;
    text-align: left; }
  .page-template-template-nos_maisons .leftimage-content .text {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; } }
  @media screen and (max-width: 1160px) and (max-width: 768px) {
    .page-template-template-nos_maisons .leftimage-content .text {
      margin-bottom: 0px; } }
  @media screen and (max-width: 1160px) and (max-width: 768px) {
    .page-template-template-nos_maisons .leftimage-content .text .text {
      margin-bottom: 0px; } }

@media (max-width: 1160px) {
  .page-template-template-nos_maisons .rightimage-container .rightimage-content > .text {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; } }
  @media screen and (max-width: 1160px) and (max-width: 768px) {
    .page-template-template-nos_maisons .rightimage-container .rightimage-content > .text {
      margin-bottom: 0px; } }

@media (max-width: 1160px) {
  .page-template-template-nos_maisons .gamme_option_right img {
    margin: auto; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_left {
    padding-left: 0px; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_left.show,
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_right.show {
    display: block; }
  .page-template-template-nos_maisons .mobile-accordeon-container {
    display: block; }
    .page-template-template-nos_maisons .mobile-accordeon-container h3 {
      background: rgba(59, 74, 75, 0.2);
      padding: 25px 20px;
      padding-right: 90px;
      font-size: 20px;
      position: relative; }
      .page-template-template-nos_maisons .mobile-accordeon-container h3 img {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        display: none; }
        .page-template-template-nos_maisons .mobile-accordeon-container h3 img.show {
          display: block; }
  .page-template-template-nos_maisons .gamme_options_wrapper .mobile-accordeon-content h3 {
    display: block;
    margin-bottom: 0; }
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_right,
  .page-template-template-nos_maisons .gamme_options_wrapper .gamme_option_left {
    display: none; }
  .page-template-template-nos_maisons .gamme_options_wrapper h3 {
    display: none; }
  .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper {
    max-width: 750px;
    margin: auto;
    padding-bottom: 10px; }
    .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_right,
    .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper .gamme_option_left {
      display: none; }
    .page-template-template-nos_maisons .gamme_options.options-reversed_wrapper h3 {
      display: block;
      font-weight: 700;
      padding-right: 90px;
      margin-bottom: 0; }
  .page-template-template-nos_maisons .gamme_option_right .mobile-options {
    display: block;
    margin-top: 10px;
    font-size: 18px; } }

@media screen and (max-width: 768px) {
  .page-template-template-nos_maisons .owl-controls {
    /*even if the slider doesn't have enough slides, the arrows should be there'*/
    display: block !important;
    margin-top: 0px !important; }
  .page-template-template-nos_maisons .owl-nav-round.owl-theme:hover .owl-controls div.owl-buttons div.owl-prev,
  .page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls div.owl-buttons div.owl-prev {
    left: 0;
    transform: translateX(-100%); }
  .page-template-template-nos_maisons .owl-nav-round.owl-theme:hover .owl-controls div.owl-buttons div.owl-next,
  .page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls div.owl-buttons div.owl-next {
    right: 0;
    transform: translateX(100%); }
  .page-template-template-nos_maisons .owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
    font-size: 18px !important; }
  .page-template-template-nos_maisons .leftimagebutton-container .text:nth-child(1) {
    margin-bottom: 0; }
  .page-template-template-nos_maisons .nos-maisons-block .rightimage-container {
    margin-top: 0; }
  .page-template-template-nos_maisons .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    padding-top: 16px; } }

.page-template-template-nos_maisons .rightimage-content > .text .text p.maison_related_gamme,
.page-template-template-nos_maisons .leftimage-content > .text .text p.maison_related_gamme {
  font-size: 15px;
  line-height: 1;
  padding: 7px 15px 7px 15px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px; }

@media screen and (max-width: 768px) {
  .page-template-template-nos_maisons .custom-leftimage-content-position .leftimage-content:last-child .text {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .page-template-template-nos_maisons .custom-leftimage-content-position .leftimage-content:last-child .text > .text {
    margin-bottom: 0px; }
    .page-template-template-nos_maisons .custom-leftimage-content-position .leftimage-content:last-child .text > .text p:last-child {
      margin-bottom: 0px; } }

@media screen and (max-width: 768px) {
  .page-template-template-nos_maisons .custom-leftimage-content-position .leftimage-content:last-child .text .button {
    margin-top: 25px; } }

@media screen and (max-width: 768px) {
  .page-template-template-nos_maisons .gamme_options_wrapper:nth-of-type(4n) {
    margin-bottom: 30px;
    padding-bottom: 0px; }
  .page-template-template-nos_maisons .hotspot_element p {
    padding: 0px;
    margin: 0px; } }

@media screen and (min-width: 769px) {
  .page-template-template-nos_maisons .contactinfo-2 .leftimagecard-content .text .title {
    width: 100% !important; } }

.page-template-template-nos_maisons .hotspot_element {
  position: relative; }
  .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper {
    position: absolute;
    width: 1300px;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: -275px; }
    @media (min-width: 992px) and (max-width: 1299px) {
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper {
        width: var(--window);
        margin-left: calc(calc(var(--window) - 750px) / -2); } }
    .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display {
      width: 250px;
      padding: 10px;
      position: absolute;
      background: #d8dbdb;
      border-radius: 5px;
      font-size: 18px;
      font-weight: regular;
      display: flex;
      justify-content: space-between;
      align-items: center;
      opacity: 0;
      cursor: initial;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Old versions of Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
                                            supported by Chrome, Edge, Opera and Firefox */
      transition: opacity 0.4s; }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.nw {
        top: 0px;
        left: 0px; }
        @media (min-width: 992px) and (max-width: 1299px) {
          .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.nw {
            left: 10px; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.nw:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 100%;
          height: 2px;
          width: 100px;
          background: #d8dbdb;
          transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.nw:before {
              content: none; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.nw:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 350px;
          width: calc(275px + var(--left) - 350px);
          height: calc(var(--top) - 50%);
          background: linear-gradient(to top right, rgba(216, 219, 219, 0) 0%, rgba(216, 219, 219, 0) calc(49% - 0.8px), #d8dbdb 50%, rgba(216, 219, 219, 0) calc(52% + 0.8px), rgba(216, 219, 219, 0) 100%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.nw:after {
              content: none; } }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.se {
        bottom: 0px;
        right: 0px; }
        @media (min-width: 992px) and (max-width: 1299px) {
          .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.se {
            right: 10px; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.se:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 100%;
          height: 2px;
          width: 100px;
          background: #d8dbdb;
          transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.se:before {
              content: none; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.se:after {
          content: "";
          position: absolute;
          bottom: 49%;
          right: 350px;
          width: calc(550px - var(--left) + 125px);
          height: calc(748px - var(--top) - 50%);
          background: linear-gradient(to top right, rgba(216, 219, 219, 0) 0%, rgba(216, 219, 219, 0) calc(49% - 0.8px), #d8dbdb 50%, rgba(216, 219, 219, 0) calc(51% + 0.8px), rgba(216, 219, 219, 0) 100%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.se:after {
              content: none; } }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.ne {
        top: 0px;
        right: 0px; }
        @media (min-width: 992px) and (max-width: 1299px) {
          .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.ne {
            right: 10px; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.ne:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 100%;
          height: 2px;
          width: 100px;
          background: #d8dbdb;
          transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.ne:before {
              content: none; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.ne:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 350px;
          width: calc(550px - var(--left) + 125px);
          height: calc(var(--top) - 50%);
          background: linear-gradient(to top left, rgba(216, 219, 219, 0) 0%, rgba(216, 219, 219, 0) calc(49% - 0.8px), #d8dbdb 50%, rgba(216, 219, 219, 0) calc(52% + 0.8px), rgba(216, 219, 219, 0) 100%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.ne:after {
              content: none; } }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.sw {
        left: 0px;
        bottom: 0px; }
        @media (min-width: 992px) and (max-width: 1299px) {
          .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.sw {
            left: 10px; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.sw:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 100%;
          height: 2px;
          width: 100px;
          background: #d8dbdb;
          transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.sw:before {
              content: none; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.sw:after {
          content: "";
          position: absolute;
          bottom: 49%;
          left: 350px;
          width: calc(275px + var(--left) - 350px);
          height: calc(748px - var(--top) - 50%);
          background: linear-gradient(to top left, rgba(216, 219, 219, 0) 0%, rgba(216, 219, 219, 0) calc(49% - 0.8px), #d8dbdb 50%, rgba(216, 219, 219, 0) calc(51% + 0.8px), rgba(216, 219, 219, 0) 100%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.sw:after {
              content: none; } }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.w {
        left: 0px;
        top: calc(var(--top));
        transform: translateY(-50%); }
        @media (min-width: 992px) and (max-width: 1299px) {
          .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.w {
            left: 10px; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.w:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 100%;
          height: 2px;
          width: calc(25px + var(--left));
          background: #d8dbdb;
          transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.w:before {
              content: none; } }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.e {
        right: 0px;
        top: var(--top);
        transform: translateY(-50%); }
        @media (min-width: 992px) and (max-width: 1299px) {
          .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.e {
            right: 10px; } }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.e:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 100%;
          height: 2px;
          width: calc(1300px - calc(550px + var(--left)));
          background: #d8dbdb;
          transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1299px) {
            .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display.e:before {
              content: none; } }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display .box_view_html {
        color: #000;
        font-weight: 600; }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display .hotspot_text_display_text {
        width: 80%;
        text-align: left; }
      .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display .drag_element_number {
        position: relative;
        background: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid #e32213;
        font-weight: 600; }
        .page-template-template-nos_maisons .hotspot_element .hotspot_element_dynamic_wrapper .hotspot_text_display .drag_element_number:before {
          content: attr(data-number);
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
  .page-template-template-nos_maisons .hotspot_element .wrap_svl .drag_element .drag_element_number {
    width: 25px;
    height: 25px;
    background: #d83934;
    color: #fff;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%; }
    .page-template-template-nos_maisons .hotspot_element .wrap_svl .drag_element .drag_element_number:before {
      content: attr(data-number);
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -6px;
      margin-top: -6px;
      transform: translate(-50%, -50%); }

@media (min-width: 769px) {
  .page-template-template-nos_maisons .mobile_hotspot_element {
    display: none; } }

.page-template-template-nos_maisons .mobile_hotspot_element img {
  margin-bottom: 40px; }

.page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points {
  background: #e3e5e6;
  padding: 30px 20px;
  border-radius: 10px;
  position: relative; }
  .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_points_point {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px; }
    .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_points_point:last-child {
      margin-bottom: 0px; }
    .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_points_point.hidden {
      display: none; }
    .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_points_point .mobile_hotspot_element_points_point_number {
      position: relative;
      width: 40px;
      height: 40px;
      background: #ffffff;
      border-radius: 50%;
      display: inline-table;
      border: 2px solid #e32213;
      margin-right: 10px; }
      .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_points_point .mobile_hotspot_element_points_point_number:after {
        content: attr(data-number);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        font-weight: 500; }
    .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_points_point .mobile_hotspot_element_points_point_text {
      font-size: 18px;
      font-weight: 500; }
  .page-template-template-nos_maisons .mobile_hotspot_element .mobile_hotspot_element_points .mobile_hotspot_element_plus {
    position: absolute;
    background-image: url(/wp-content/uploads/2021/02/Croix-Plus.png);
    background-size: cover;
    width: 31px;
    height: 31px;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%); }

#mp-header {
  height: 100px;
  position: relative;
  z-index: 1;
  box-shadow: grey 0px 0px 7px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #mp-header {
      height: 100px; } }
  @media screen and (max-width: 767px) {
    #mp-header {
      height: 60px; } }
  #mp-header #site-navigation {
    height: 100%;
    position: relative;
    margin: 0 auto; }
    #mp-header #site-navigation .navbar.mp-navbar {
      z-index: 10; }
      @media screen and (max-width: 767px) {
        #mp-header #site-navigation .navbar.mp-navbar {
          height: 60px;
          padding-left: 20px;
          padding-right: 7px; } }
      @media screen and (min-width: 768px) {
        #mp-header #site-navigation .navbar.mp-navbar {
          padding: 0 20px; } }
      @media screen and (min-width: 1380px) {
        #mp-header #site-navigation .navbar.mp-navbar {
          padding: 0 40px; } }
      @media screen and (min-width: 1200px) and (max-width: 1379px) {
        #mp-header #site-navigation .navbar.mp-navbar {
          padding: 0 15px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #mp-header #site-navigation .navbar.mp-navbar {
          padding: 1.5rem 1rem; } }
      @media screen and (max-width: 330px) {
        #mp-header #site-navigation .navbar.mp-navbar {
          padding-left: 11px; } }
      #mp-header #site-navigation .navbar.mp-navbar .container {
        padding: 0;
        width: 100% !important;
        max-width: 100%; }
        @media screen and (max-width: 991px) {
          #mp-header #site-navigation .navbar.mp-navbar .container {
            flex-direction: row-reverse; } }
      #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons {
        display: flex;
        align-items: center; }
        @media screen and (min-width: 992px) {
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons {
            margin-right: -7px; } }
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-button {
          margin-right: 10px;
          cursor: pointer; }
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-button img {
            width: 22px;
            image-rendering: -webkit-optimize-contrast; }
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .navbar-toggler {
          padding: 0.65rem 0.95rem; }
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-home-mobile-button {
          opacity: 1;
          transition: .8s ease-in-out opacity; }
          @media screen and (max-width: 330px) {
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-home-mobile-button {
              margin-right: -2px; } }
          @media screen and (min-width: 992px) {
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-home-mobile-button {
              display: none; } }
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-home-mobile-button img {
            width: 27px; }
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .agence-maison-pierre {
          margin-right: 6px; }
          @media screen and (min-width: 768px) {
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .agence-maison-pierre {
              display: none; } }
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .agence-maison-pierre img {
            width: 17px;
            margin-right: 5px; }
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre {
          margin-right: 6px;
          margin-top: 3px; }
          @media screen and (min-width: 768px) {
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre {
              display: none; } }
          @media screen and (max-width: 364px) {
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre {
              display: none; } }
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre img {
            width: 24px;
            margin-right: 5px; }
        @media screen and (max-width: 330px) {
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .agence-maison-pierre img,
          #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre img {
            margin-right: 3px; } }
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .agence-maison-pierre,
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre,
        #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-button {
          opacity: 1;
          transition: .8s ease-in-out opacity; }
          @media screen and (min-width: 992px) {
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .agence-maison-pierre,
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre,
            #mp-header #site-navigation .navbar.mp-navbar .mobile-buttons .search-button {
              display: none; } }
      #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler {
        position: relative;
        margin-right: 0 !important; }
        #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler:focus, #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler:active {
          outline: none;
          border-color: #5f7475; }
          @media screen and (max-width: 767px) {
            #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler:focus, #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler:active {
              border-color: transparent; } }
        #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler:hover {
          opacity: 0.8; }
        #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler .lines {
          transition: 0.8s ease-in-out all;
          opacity: 1; }
          #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler .lines span.line {
            width: 25px;
            height: 2px;
            background-color: #5f7475;
            margin-bottom: 5px;
            display: block; }
        #mp-header #site-navigation .navbar.mp-navbar .navbar-toggler .close-menu {
          position: absolute;
          top: 8px;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          transition: 0.8s ease-in-out opacity;
          width: 20px; }
      #mp-header #site-navigation .navbar.mp-navbar .navbar-brand {
        width: 30%; }
        #mp-header #site-navigation .navbar.mp-navbar .navbar-brand img {
          width: 100%;
          max-width: 340px; }
        @media screen and (max-width: 991px) {
          #mp-header #site-navigation .navbar.mp-navbar .navbar-brand {
            width: 40%; }
            #mp-header #site-navigation .navbar.mp-navbar .navbar-brand img {
              width: 146px; } }
      #mp-header #site-navigation .navbar.mp-navbar .navigation-links {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: flex-end; }
        #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu {
          z-index: 2;
          justify-content: center;
          margin-bottom: 7px; }
          @media screen and (max-width: 991px) {
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu {
              padding: 0; } }
          #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul {
            width: 100%; }
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul:not(.dropdown-menu) {
              justify-content: center; }
            @media screen and (max-width: 991px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul {
                width: 100%;
                justify-content: space-around; } }
            @media screen and (max-width: 991px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item {
                border: 1px solid lightgray; } }
            @media screen and (min-width: 1118px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item {
                margin-right: 20px; } }
            @media screen and (min-width: 992px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item {
                margin-right: 20px; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item.current-menu-item, #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item.current-menu-ancestor, #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item:hover {
                  position: relative; }
                  #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item.current-menu-item:after, #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item.current-menu-ancestor:after, #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item:hover:after {
                    content: " ";
                    width: 100%;
                    position: absolute;
                    bottom: 7px;
                    left: 1px;
                    border-bottom: 2px solid #e02623; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a {
                  padding: 15px 1px;
                  padding-bottom: 20px; } }
            @media screen and (min-width: 992px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item {
                margin-bottom: -7px; } }
            @media screen and (max-width: 991px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item.menu-item-has-children {
                border-bottom: none; } }
            @media screen and (max-width: 991px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item:nth-last-child(1) {
                border-bottom: 1px solid lightgray; } }
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link {
              font-family: "Brandon Grotesque";
              color: black;
              font-size: 20px; }
              @media screen and (max-width: 991px) {
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link {
                  padding: 10px 0 10px 40px; }
                  #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link span.title {
                    font-family: "Gotham";
                    font-weight: 700 !important;
                    font-size: 15px; } }
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link span.title {
                font-weight: 500; }
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link.dropdown-toggle {
                width: fit-content;
                position: relative; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link.dropdown-toggle:after {
                  content: none; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link.dropdown-toggle img.caret {
                  position: absolute;
                  width: 13px;
                  top: 43%;
                  right: -23px; }
                  @media screen and (min-width: 992px) {
                    #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link.dropdown-toggle img.caret {
                      display: none; } }
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.menu-item a.nav-link:focus {
                outline: none; }
            @media screen and (min-width: 992px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu,
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu {
                left: -200%;
                box-shadow: inset 0 7px 6px -7px grey; } }
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li:not(:nth-last-child(1)),
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li:not(:nth-last-child(1)) {
              margin-right: 100px; }
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li:after,
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li:after {
              content: none; }
            @media screen and (min-width: 992px) {
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li a,
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li a {
                white-space: pre-wrap; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li a span.title,
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li a span.title {
                  font-size: 20px;
                  position: relative;
                  font-weight: 500; }
                  #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li a span.title:after,
                  #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li a span.title:after {
                    position: absolute;
                    right: -15px;
                    top: 56%;
                    transform: translateY(-50%);
                    width: 7px;
                    height: 13px;
                    background-image: url(../img/arrow-right.png);
                    background-size: 7px 13px;
                    content: " "; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li a span.description,
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li a span.description {
                  color: #5f7576;
                  font-size: 15px;
                  line-height: 18px;
                  margin-top: 15px;
                  margin-bottom: 30px; }
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li:hover ul.dropdown-menu li a:active,
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul li.focus ul.dropdown-menu li a:active {
                  background-color: transparent;
                  color: black; } }
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu {
              display: flex;
              width: auto;
              border-top: none;
              border-radius: 0;
              padding: 25px 80px 15px; }
              @media screen and (max-width: 991px) {
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu {
                  margin-top: -5px;
                  border: none;
                  display: none;
                  box-shadow: none;
                  padding-left: 50px;
                  padding-top: 0; }
                  #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li {
                    border: none;
                    margin: 10px 0; }
                    #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li:nth-child(1) {
                      margin-top: 0; }
                    #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li:nth-last-child(1) {
                      margin-bottom: 0; }
                    #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li:nth-last-child(1) {
                      border-bottom: none; }
                    #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a {
                      padding: 0 0 2px 5px; }
                      #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a span.title {
                        font-family: "Gotham";
                        font-weight: 400;
                        font-size: 13px; }
                      #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a .description,
                      #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a .menu-item-image {
                        display: none !important; }
                      #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a:hover {
                        background-color: transparent;
                        opacity: 0.8; }
                      #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a:active {
                        background-color: transparent;
                        color: black; }
                      #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a:visited {
                        color: black; } }
              #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu li a {
                width: 225px;
                padding: 0; }
              @media screen and (min-width: 768px) {
                #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu ul.dropdown-menu.show {
                  display: flex; } }
          #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu .telephone-mobile a {
            max-width: 175px;
            margin: 0 auto; }
          #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu .search-my-home-btn.mobile {
            padding: 0 40px;
            margin-top: 18px; }
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links #header-collapsed-menu .search-my-home-btn.mobile a {
              font-family: "Gotham";
              font-weight: 500;
              font-size: 15px;
              margin: 0 auto; }
        #mp-header #site-navigation .navbar.mp-navbar .navigation-links .search-my-home-btn {
          display: none; }
          @media screen and (max-width: 991px) {
            #mp-header #site-navigation .navbar.mp-navbar .navigation-links .search-my-home-btn {
              display: none; } }
      @media screen and (max-width: 991px) {
        #mp-header #site-navigation .navbar.mp-navbar #header-collapsed-menu {
          position: absolute;
          top: 100px;
          left: 0;
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
          width: 100%;
          background-color: #ffffff;
          height: 94vh; }
        #mp-header #site-navigation .navbar.mp-navbar #header-collapsed-menu.collapsing {
          height: 94vh;
          -webkit-transition: left 0.3s ease;
          -o-transition: left 0.3s ease;
          -moz-transition: left 0.3s ease;
          transition: left 0.3s ease;
          left: -100%; }
        #mp-header #site-navigation .navbar.mp-navbar #header-collapsed-menu.show {
          left: 0;
          -webkit-transition: left 0.3s ease-in;
          -o-transition: left 0.3s ease-in;
          -moz-transition: left 0.3s ease-in;
          transition: left 0.3s ease-in; } }
      #mp-header #site-navigation .navbar.mp-navbar .search-block {
        display: flex;
        height: 100%;
        align-items: flex-end;
        padding-bottom: 0.5rem;
        width: 30%;
        justify-content: flex-end; }
        @media screen and (max-width: 992px) {
          #mp-header #site-navigation .navbar.mp-navbar .search-block {
            display: none; } }
        #mp-header #site-navigation .navbar.mp-navbar .search-block input#search-input {
          border: none;
          border-radius: 0;
          border-bottom: 1px solid black; }
          #mp-header #site-navigation .navbar.mp-navbar .search-block input#search-input:focus {
            outline: none;
            border-bottom: 2px solid black; }
        #mp-header #site-navigation .navbar.mp-navbar .search-block button {
          background: none;
          border: none;
          padding: 0; }
          #mp-header #site-navigation .navbar.mp-navbar .search-block button img {
            width: 25px;
            image-rendering: -webkit-optimize-contrast;
            cursor: pointer; }
      #mp-header #site-navigation .navbar.mp-navbar.__fixed {
        position: fixed;
        top: 0;
        left: 0;
        height: 100px;
        width: 100vw;
        box-shadow: grey 0px 0px 5px; }
        #mp-header #site-navigation .navbar.mp-navbar.__fixed .navigation-links,
        #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-block {
          align-items: center; }
        #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-block {
          display: none; }
        #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn {
          display: block; }
          @media screen and (max-width: 991px) {
            #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn {
              display: none; } }
          #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn a {
            width: 230px;
            font-size: 18px;
            padding: 12px 0; }
        #mp-header #site-navigation .navbar.mp-navbar.__fixed #header-collapsed-menu {
          align-items: flex-end; }
          @media screen and (min-width: 991px) {
            #mp-header #site-navigation .navbar.mp-navbar.__fixed #header-collapsed-menu {
              height: 100%; } }
          @media screen and (min-width: 992px) {
            #mp-header #site-navigation .navbar.mp-navbar.__fixed #header-collapsed-menu ul#menu-primary-menu {
              height: 100%;
              align-items: center;
              padding-right: 15%; }
              #mp-header #site-navigation .navbar.mp-navbar.__fixed #header-collapsed-menu ul#menu-primary-menu li {
                display: flex;
                height: 45%;
                align-items: center; }
                #mp-header #site-navigation .navbar.mp-navbar.__fixed #header-collapsed-menu ul#menu-primary-menu li a {
                  padding-bottom: 5px; } }
        #mp-header #site-navigation .navbar.mp-navbar.__fixed ul li {
          height: 81% !important; }
        #mp-header #site-navigation .navbar.mp-navbar.__fixed ul li.menu-item {
          margin-bottom: -1px !important; }
          @media screen and (max-width: 991px) {
            #mp-header #site-navigation .navbar.mp-navbar.__fixed ul li.menu-item.current-menu-item.menu-item-has-children:after {
              bottom: 0 !important; } }
          #mp-header #site-navigation .navbar.mp-navbar.__fixed ul li.menu-item.current-menu-item.menu-item-has-children.focus ul.dropdown-menu {
            left: -9999em; }
    @media screen and (max-width: 767px) {
      #mp-header #site-navigation #header-collapsed-menu {
        top: 60px !important; } }
    @media screen and (max-width: 767px) {
      #mp-header #site-navigation .navbar.mp-navbar,
      #mp-header #site-navigation .navbar.mp-navbar.__fixed {
        height: 60px; } }
    #mp-header #site-navigation .navbar.mp-navbar,
    #mp-header #site-navigation .container {
      height: 100%; }
    #mp-header #site-navigation.toggled .navbar.mp-navbar .mobile-buttons .search-home-mobile-button,
    #mp-header #site-navigation.toggled .navbar.mp-navbar .mobile-buttons .agence-maison-pierre,
    #mp-header #site-navigation.toggled .navbar.mp-navbar .mobile-buttons .parrainage-maison-pierre,
    #mp-header #site-navigation.toggled .navbar.mp-navbar .mobile-buttons .search-button {
      opacity: 0;
      z-index: -2; }
    #mp-header #site-navigation.toggled .navbar.mp-navbar .navbar-toggler .lines {
      opacity: 0; }
    #mp-header #site-navigation.toggled .navbar.mp-navbar .navbar-toggler .close-menu {
      opacity: 1; }
    #mp-header #site-navigation #header-top-links {
      position: absolute;
      top: 0;
      right: 0;
      padding: 20px 20px;
      padding-bottom: 0;
      z-index: 11;
      width: 100%;
      justify-content: flex-end; }
      @media screen and (min-width: 1200px) {
        #mp-header #site-navigation #header-top-links {
          padding: 20px 40px;
          padding-bottom: 0; } }
      @media screen and (max-width: 1400px) {
        #mp-header #site-navigation #header-top-links .links {
          margin-right: 0; }
          #mp-header #site-navigation #header-top-links .links a.cta-item {
            margin-right: 20px; } }

@media screen and (max-width: 1400px) and (max-width: 1199px) {
  #mp-header #site-navigation #header-top-links {
    width: initial; }
    #mp-header #site-navigation #header-top-links .links {
      margin-right: 0; }
      #mp-header #site-navigation #header-top-links .links a.cta-item {
        margin-right: 5px; } }
      #mp-header #site-navigation #header-top-links .links {
        display: flex;
        margin-right: 40px; }
        #mp-header #site-navigation #header-top-links .links .cta-item {
          margin-left: 50px;
          font-size: 18px;
          color: #5f7475; }
          #mp-header #site-navigation #header-top-links .links .cta-item:not(:nth-last-child(1)) {
            min-width: 180px; }
          #mp-header #site-navigation #header-top-links .links .cta-item:nth-last-child(1) {
            min-width: 130px; }
          #mp-header #site-navigation #header-top-links .links .cta-item .image {
            width: 100%;
            max-width: 25px;
            max-height: 25px; }
          #mp-header #site-navigation #header-top-links .links .cta-item p {
            margin-bottom: 0;
            font-weight: 500; }
          #mp-header #site-navigation #header-top-links .links .cta-item:first-child {
            margin-left: 0; }
          #mp-header #site-navigation #header-top-links .links .cta-item.parrainage {
            margin-left: -10px; }
      #mp-header #site-navigation #header-top-links .telephone img {
        width: 205px; }
    #mp-header #site-navigation #header-top-links-mobile {
      padding: 20px 40px 10px; }
      #mp-header #site-navigation #header-top-links-mobile .links a.cta-item {
        margin-bottom: 20px; }
        #mp-header #site-navigation #header-top-links-mobile .links a.cta-item:hover {
          text-decoration-color: #5f7475; }
        #mp-header #site-navigation #header-top-links-mobile .links a.cta-item .image {
          width: 100%;
          max-width: 20px;
          max-height: 20px; }
        #mp-header #site-navigation #header-top-links-mobile .links a.cta-item p {
          color: #5f7475;
          font-family: "Gotham";
          font-weight: 500;
          font-size: 13px; }
        #mp-header #site-navigation #header-top-links-mobile .links a.cta-item.parrainage {
          margin-left: -2px; }
          #mp-header #site-navigation #header-top-links-mobile .links a.cta-item.parrainage .image {
            max-width: 24px;
            max-height: 23px; }

.single-template {
  height: 200vh; }

@media (min-width: 992px) {
  .page-template-template-homepage #mp-header #site-navigation,
  .page-template-template-results #mp-header #site-navigation,
  .page-template-template-programme #mp-header #site-navigation,
  .page-template-template-patrimoine #mp-header #site-navigation,
  .page-template-template-debug #mp-header #site-navigation,
  .page-template-template-nos_maisons #mp-header #site-navigation,
  .page-template-template-empty #mp-header #site-navigation,
  .page-template-template-nos_engagement #mp-header #site-navigation,
  .page-template-template-votre-projet #mp-header #site-navigation,
  .page-template-template-sponsor #mp-header #site-navigation,
  .single-post #mp-header #site-navigation,
  .single-maisons #mp-header #site-navigation,
  .single-programmes #mp-header #site-navigation,
  .single-patrimoine #mp-header #site-navigation,
  .error404 #mp-header #site-navigation,
  .category #mp-header #site-navigation,
  .page-template-template-contact #mp-header #site-navigation {
    height: 130px;
    box-shadow: grey 0px 0px 7px; } }

@media (min-width: 769px) {
  .page-template-template-homepage #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-results #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-programme #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-patrimoine #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-debug #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-nos_maisons #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-empty #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-nos_engagement #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-votre-projet #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-sponsor #mp-header #site-navigation .navbar.mp-navbar,
  .single-post #mp-header #site-navigation .navbar.mp-navbar,
  .single-maisons #mp-header #site-navigation .navbar.mp-navbar,
  .single-programmes #mp-header #site-navigation .navbar.mp-navbar,
  .single-patrimoine #mp-header #site-navigation .navbar.mp-navbar,
  .error404 #mp-header #site-navigation .navbar.mp-navbar,
  .category #mp-header #site-navigation .navbar.mp-navbar,
  .page-template-template-contact #mp-header #site-navigation .navbar.mp-navbar {
    height: 130px; }
    .page-template-template-homepage #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-results #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-programme #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-patrimoine #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-debug #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-nos_maisons #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-empty #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-nos_engagement #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-votre-projet #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-sponsor #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .single-post #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .single-maisons #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .single-programmes #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .single-patrimoine #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .error404 #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .category #mp-header #site-navigation .navbar.mp-navbar.__fixed,
    .page-template-template-contact #mp-header #site-navigation .navbar.mp-navbar.__fixed {
      height: 100px; } }

@media (min-width: 769px) {
  .page-template-template-homepage #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-results #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-programme #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-patrimoine #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-debug #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-nos_maisons #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-empty #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-nos_engagement #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-votre-projet #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-sponsor #mp-header #site-navigation .navbar.mp-navbar .container,
  .single-post #mp-header #site-navigation .navbar.mp-navbar .container,
  .single-maisons #mp-header #site-navigation .navbar.mp-navbar .container,
  .single-programmes #mp-header #site-navigation .navbar.mp-navbar .container,
  .single-patrimoine #mp-header #site-navigation .navbar.mp-navbar .container,
  .error404 #mp-header #site-navigation .navbar.mp-navbar .container,
  .category #mp-header #site-navigation .navbar.mp-navbar .container,
  .page-template-template-contact #mp-header #site-navigation .navbar.mp-navbar .container {
    height: 130px; }
    .page-template-template-homepage #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-results #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-programme #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-patrimoine #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-debug #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-nos_maisons #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-empty #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-nos_engagement #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-votre-projet #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-sponsor #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .single-post #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .single-maisons #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .single-programmes #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .single-patrimoine #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .error404 #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .category #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling,
    .page-template-template-contact #mp-header #site-navigation .navbar.mp-navbar .container.is_scrolling {
      height: 100px; } }

@media (min-width: 769px) {
  .page-template-template-homepage .single-template,
  .page-template-template-homepage .template-single-annonce,
  .page-template-template-homepage .template-single-maison,
  .page-template-template-homepage .site-main,
  .page-template-template-homepage .template-nos-engagements,
  .page-template-template-homepage .template-votre-projet,
  .page-template-template-homepage .template-single-patrimoine,
  .page-template-template-homepage .category-page,
  .page-template-template-homepage .header_wrapper_container_contact,
  .page-template-template-results .single-template,
  .page-template-template-results .template-single-annonce,
  .page-template-template-results .template-single-maison,
  .page-template-template-results .site-main,
  .page-template-template-results .template-nos-engagements,
  .page-template-template-results .template-votre-projet,
  .page-template-template-results .template-single-patrimoine,
  .page-template-template-results .category-page,
  .page-template-template-results .header_wrapper_container_contact,
  .page-template-template-programme .single-template,
  .page-template-template-programme .template-single-annonce,
  .page-template-template-programme .template-single-maison,
  .page-template-template-programme .site-main,
  .page-template-template-programme .template-nos-engagements,
  .page-template-template-programme .template-votre-projet,
  .page-template-template-programme .template-single-patrimoine,
  .page-template-template-programme .category-page,
  .page-template-template-programme .header_wrapper_container_contact,
  .page-template-template-patrimoine .single-template,
  .page-template-template-patrimoine .template-single-annonce,
  .page-template-template-patrimoine .template-single-maison,
  .page-template-template-patrimoine .site-main,
  .page-template-template-patrimoine .template-nos-engagements,
  .page-template-template-patrimoine .template-votre-projet,
  .page-template-template-patrimoine .template-single-patrimoine,
  .page-template-template-patrimoine .category-page,
  .page-template-template-patrimoine .header_wrapper_container_contact,
  .page-template-template-debug .single-template,
  .page-template-template-debug .template-single-annonce,
  .page-template-template-debug .template-single-maison,
  .page-template-template-debug .site-main,
  .page-template-template-debug .template-nos-engagements,
  .page-template-template-debug .template-votre-projet,
  .page-template-template-debug .template-single-patrimoine,
  .page-template-template-debug .category-page,
  .page-template-template-debug .header_wrapper_container_contact,
  .page-template-template-nos_maisons .single-template,
  .page-template-template-nos_maisons .template-single-annonce,
  .page-template-template-nos_maisons .template-single-maison,
  .page-template-template-nos_maisons .site-main,
  .page-template-template-nos_maisons .template-nos-engagements,
  .page-template-template-nos_maisons .template-votre-projet,
  .page-template-template-nos_maisons .template-single-patrimoine,
  .page-template-template-nos_maisons .category-page,
  .page-template-template-nos_maisons .header_wrapper_container_contact,
  .page-template-template-empty .single-template,
  .page-template-template-empty .template-single-annonce,
  .page-template-template-empty .template-single-maison,
  .page-template-template-empty .site-main,
  .page-template-template-empty .template-nos-engagements,
  .page-template-template-empty .template-votre-projet,
  .page-template-template-empty .template-single-patrimoine,
  .page-template-template-empty .category-page,
  .page-template-template-empty .header_wrapper_container_contact,
  .page-template-template-nos_engagement .single-template,
  .page-template-template-nos_engagement .template-single-annonce,
  .page-template-template-nos_engagement .template-single-maison,
  .page-template-template-nos_engagement .site-main,
  .page-template-template-nos_engagement .template-nos-engagements,
  .page-template-template-nos_engagement .template-votre-projet,
  .page-template-template-nos_engagement .template-single-patrimoine,
  .page-template-template-nos_engagement .category-page,
  .page-template-template-nos_engagement .header_wrapper_container_contact,
  .page-template-template-votre-projet .single-template,
  .page-template-template-votre-projet .template-single-annonce,
  .page-template-template-votre-projet .template-single-maison,
  .page-template-template-votre-projet .site-main,
  .page-template-template-votre-projet .template-nos-engagements,
  .page-template-template-votre-projet .template-votre-projet,
  .page-template-template-votre-projet .template-single-patrimoine,
  .page-template-template-votre-projet .category-page,
  .page-template-template-votre-projet .header_wrapper_container_contact,
  .page-template-template-sponsor .single-template,
  .page-template-template-sponsor .template-single-annonce,
  .page-template-template-sponsor .template-single-maison,
  .page-template-template-sponsor .site-main,
  .page-template-template-sponsor .template-nos-engagements,
  .page-template-template-sponsor .template-votre-projet,
  .page-template-template-sponsor .template-single-patrimoine,
  .page-template-template-sponsor .category-page,
  .page-template-template-sponsor .header_wrapper_container_contact,
  .single-post .single-template,
  .single-post .template-single-annonce,
  .single-post .template-single-maison,
  .single-post .site-main,
  .single-post .template-nos-engagements,
  .single-post .template-votre-projet,
  .single-post .template-single-patrimoine,
  .single-post .category-page,
  .single-post .header_wrapper_container_contact,
  .single-maisons .single-template,
  .single-maisons .template-single-annonce,
  .single-maisons .template-single-maison,
  .single-maisons .site-main,
  .single-maisons .template-nos-engagements,
  .single-maisons .template-votre-projet,
  .single-maisons .template-single-patrimoine,
  .single-maisons .category-page,
  .single-maisons .header_wrapper_container_contact,
  .single-programmes .single-template,
  .single-programmes .template-single-annonce,
  .single-programmes .template-single-maison,
  .single-programmes .site-main,
  .single-programmes .template-nos-engagements,
  .single-programmes .template-votre-projet,
  .single-programmes .template-single-patrimoine,
  .single-programmes .category-page,
  .single-programmes .header_wrapper_container_contact,
  .single-patrimoine .single-template,
  .single-patrimoine .template-single-annonce,
  .single-patrimoine .template-single-maison,
  .single-patrimoine .site-main,
  .single-patrimoine .template-nos-engagements,
  .single-patrimoine .template-votre-projet,
  .single-patrimoine .template-single-patrimoine,
  .single-patrimoine .category-page,
  .single-patrimoine .header_wrapper_container_contact,
  .error404 .single-template,
  .error404 .template-single-annonce,
  .error404 .template-single-maison,
  .error404 .site-main,
  .error404 .template-nos-engagements,
  .error404 .template-votre-projet,
  .error404 .template-single-patrimoine,
  .error404 .category-page,
  .error404 .header_wrapper_container_contact,
  .category .single-template,
  .category .template-single-annonce,
  .category .template-single-maison,
  .category .site-main,
  .category .template-nos-engagements,
  .category .template-votre-projet,
  .category .template-single-patrimoine,
  .category .category-page,
  .category .header_wrapper_container_contact,
  .page-template-template-contact .single-template,
  .page-template-template-contact .template-single-annonce,
  .page-template-template-contact .template-single-maison,
  .page-template-template-contact .site-main,
  .page-template-template-contact .template-nos-engagements,
  .page-template-template-contact .template-votre-projet,
  .page-template-template-contact .template-single-patrimoine,
  .page-template-template-contact .category-page,
  .page-template-template-contact .header_wrapper_container_contact {
    padding-top: 30px; } }

.page-template-template-homepage .mobile-search-form,
.page-template-template-results .mobile-search-form,
.page-template-template-programme .mobile-search-form,
.page-template-template-patrimoine .mobile-search-form,
.page-template-template-debug .mobile-search-form,
.page-template-template-nos_maisons .mobile-search-form,
.page-template-template-empty .mobile-search-form,
.page-template-template-nos_engagement .mobile-search-form,
.page-template-template-votre-projet .mobile-search-form,
.page-template-template-sponsor .mobile-search-form,
.single-post .mobile-search-form,
.single-maisons .mobile-search-form,
.single-programmes .mobile-search-form,
.single-patrimoine .mobile-search-form,
.error404 .mobile-search-form,
.category .mobile-search-form,
.page-template-template-contact .mobile-search-form {
  background-color: #dfe3e3;
  display: flex;
  justify-content: start;
  align-items: center;
  position: fixed;
  width: 100%;
  transition: max-height 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
  box-shadow: grey 0px 3px 7px -2px; }
  .page-template-template-homepage .mobile-search-form.open,
  .page-template-template-results .mobile-search-form.open,
  .page-template-template-programme .mobile-search-form.open,
  .page-template-template-patrimoine .mobile-search-form.open,
  .page-template-template-debug .mobile-search-form.open,
  .page-template-template-nos_maisons .mobile-search-form.open,
  .page-template-template-empty .mobile-search-form.open,
  .page-template-template-nos_engagement .mobile-search-form.open,
  .page-template-template-votre-projet .mobile-search-form.open,
  .page-template-template-sponsor .mobile-search-form.open,
  .single-post .mobile-search-form.open,
  .single-maisons .mobile-search-form.open,
  .single-programmes .mobile-search-form.open,
  .single-patrimoine .mobile-search-form.open,
  .error404 .mobile-search-form.open,
  .category .mobile-search-form.open,
  .page-template-template-contact .mobile-search-form.open {
    max-height: 500px;
    transition: max-height 0.4s ease-in; }
  .page-template-template-homepage .mobile-search-form form,
  .page-template-template-results .mobile-search-form form,
  .page-template-template-programme .mobile-search-form form,
  .page-template-template-patrimoine .mobile-search-form form,
  .page-template-template-debug .mobile-search-form form,
  .page-template-template-nos_maisons .mobile-search-form form,
  .page-template-template-empty .mobile-search-form form,
  .page-template-template-nos_engagement .mobile-search-form form,
  .page-template-template-votre-projet .mobile-search-form form,
  .page-template-template-sponsor .mobile-search-form form,
  .single-post .mobile-search-form form,
  .single-maisons .mobile-search-form form,
  .single-programmes .mobile-search-form form,
  .single-patrimoine .mobile-search-form form,
  .error404 .mobile-search-form form,
  .category .mobile-search-form form,
  .page-template-template-contact .mobile-search-form form {
    width: 100%;
    position: relative;
    margin: 40px 15px 30px; }
    .page-template-template-homepage .mobile-search-form form input,
    .page-template-template-results .mobile-search-form form input,
    .page-template-template-programme .mobile-search-form form input,
    .page-template-template-patrimoine .mobile-search-form form input,
    .page-template-template-debug .mobile-search-form form input,
    .page-template-template-nos_maisons .mobile-search-form form input,
    .page-template-template-empty .mobile-search-form form input,
    .page-template-template-nos_engagement .mobile-search-form form input,
    .page-template-template-votre-projet .mobile-search-form form input,
    .page-template-template-sponsor .mobile-search-form form input,
    .single-post .mobile-search-form form input,
    .single-maisons .mobile-search-form form input,
    .single-programmes .mobile-search-form form input,
    .single-patrimoine .mobile-search-form form input,
    .error404 .mobile-search-form form input,
    .category .mobile-search-form form input,
    .page-template-template-contact .mobile-search-form form input {
      width: 100%;
      padding: 8px; }
    .page-template-template-homepage .mobile-search-form form button,
    .page-template-template-results .mobile-search-form form button,
    .page-template-template-programme .mobile-search-form form button,
    .page-template-template-patrimoine .mobile-search-form form button,
    .page-template-template-debug .mobile-search-form form button,
    .page-template-template-nos_maisons .mobile-search-form form button,
    .page-template-template-empty .mobile-search-form form button,
    .page-template-template-nos_engagement .mobile-search-form form button,
    .page-template-template-votre-projet .mobile-search-form form button,
    .page-template-template-sponsor .mobile-search-form form button,
    .single-post .mobile-search-form form button,
    .single-maisons .mobile-search-form form button,
    .single-programmes .mobile-search-form form button,
    .single-patrimoine .mobile-search-form form button,
    .error404 .mobile-search-form form button,
    .category .mobile-search-form form button,
    .page-template-template-contact .mobile-search-form form button {
      position: absolute;
      right: 14px;
      top: 7px;
      background: none;
      border: none;
      padding: 0; }
      .page-template-template-homepage .mobile-search-form form button img,
      .page-template-template-results .mobile-search-form form button img,
      .page-template-template-programme .mobile-search-form form button img,
      .page-template-template-patrimoine .mobile-search-form form button img,
      .page-template-template-debug .mobile-search-form form button img,
      .page-template-template-nos_maisons .mobile-search-form form button img,
      .page-template-template-empty .mobile-search-form form button img,
      .page-template-template-nos_engagement .mobile-search-form form button img,
      .page-template-template-votre-projet .mobile-search-form form button img,
      .page-template-template-sponsor .mobile-search-form form button img,
      .single-post .mobile-search-form form button img,
      .single-maisons .mobile-search-form form button img,
      .single-programmes .mobile-search-form form button img,
      .single-patrimoine .mobile-search-form form button img,
      .error404 .mobile-search-form form button img,
      .category .mobile-search-form form button img,
      .page-template-template-contact .mobile-search-form form button img {
        width: 25px;
        image-rendering: -webkit-optimize-contrast;
        cursor: pointer; }
    .page-template-template-homepage .mobile-search-form form p,
    .page-template-template-results .mobile-search-form form p,
    .page-template-template-programme .mobile-search-form form p,
    .page-template-template-patrimoine .mobile-search-form form p,
    .page-template-template-debug .mobile-search-form form p,
    .page-template-template-nos_maisons .mobile-search-form form p,
    .page-template-template-empty .mobile-search-form form p,
    .page-template-template-nos_engagement .mobile-search-form form p,
    .page-template-template-votre-projet .mobile-search-form form p,
    .page-template-template-sponsor .mobile-search-form form p,
    .single-post .mobile-search-form form p,
    .single-maisons .mobile-search-form form p,
    .single-programmes .mobile-search-form form p,
    .single-patrimoine .mobile-search-form form p,
    .error404 .mobile-search-form form p,
    .category .mobile-search-form form p,
    .page-template-template-contact .mobile-search-form form p {
      font-size: 15px; }

#mp-footer {
  background-color: #3b4a4b;
  min-height: 280px;
  color: white;
  padding-top: 50px;
  padding-bottom: 100px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #mp-footer {
      padding: 30px 20px 80px; } }
  #mp-footer .footer-top {
    padding-bottom: 40px; }
    @media screen and (max-width: 768x) {
      #mp-footer .footer-top .autre-site {
        margin-top: 2rem !important; } }
    #mp-footer .footer-top .autre-site .autre-logo {
      border-radius: 2px;
      width: 175px; }
    #mp-footer .footer-top .footer-column ul {
      margin-left: 0; }
      #mp-footer .footer-top .footer-column ul li {
        margin-bottom: 6px; }
        @media screen and (max-width: 768px) {
          #mp-footer .footer-top .footer-column ul li {
            margin-bottom: 2px; } }
        #mp-footer .footer-top .footer-column ul li a {
          color: white;
          padding: 0; }
          #mp-footer .footer-top .footer-column ul li a span.title {
            letter-spacing: .9px; }
    #mp-footer .footer-top .footer-column:not(.first-column):not(.forth-column) {
      padding-top: 12px;
      padding-left: 85px; }
      @media screen and (max-width: 1199px) {
        #mp-footer .footer-top .footer-column:not(.first-column):not(.forth-column) {
          padding-left: 60px; } }
      @media screen and (max-width: 991px) {
        #mp-footer .footer-top .footer-column:not(.first-column):not(.forth-column) {
          padding-left: initial !important; } }
      @media screen and (max-width: 768px) {
        #mp-footer .footer-top .footer-column:not(.first-column):not(.forth-column) {
          padding-top: 0px; } }
    #mp-footer .footer-top .footer-column.first-column {
      height: 100%; }
      #mp-footer .footer-top .footer-column.first-column a.navbar-brand {
        width: 100%; }
      @media screen and (max-width: 767px) {
        #mp-footer .footer-top .footer-column.first-column {
          padding-left: 0; } }
      @media screen and (min-width: 1200px) {
        #mp-footer .footer-top .footer-column.first-column .footer-logo {
          width: 250px; } }
      @media screen and (min-width: 768px) {
        #mp-footer .footer-top .footer-column.first-column .footer-logo {
          width: 95%; } }
      @media screen and (max-width: 767px) {
        #mp-footer .footer-top .footer-column.first-column .footer-logo {
          max-width: 210px;
          width: 210px;
          margin-bottom: 25px; } }
      #mp-footer .footer-top .footer-column.first-column .autre-site {
        padding-top: 60px;
        height: 100%;
        flex-direction: column;
        justify-content: center; }
        #mp-footer .footer-top .footer-column.first-column .autre-site p {
          margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      #mp-footer .footer-top .footer-column.second-column {
        padding-top: 0px; } }
    @media screen and (max-width: 1199px) {
      #mp-footer .footer-top .footer-column.second-column {
        padding-left: 40px; } }
    #mp-footer .footer-top .footer-column.second-column a.download-brochure {
      padding: 18px 0;
      color: white; }
      @media screen and (max-width: 1199px) {
        #mp-footer .footer-top .footer-column.second-column a.download-brochure {
          width: 110%; } }
      @media screen and (max-width: 767px) {
        #mp-footer .footer-top .footer-column.second-column a.download-brochure {
          width: fit-content; } }
      #mp-footer .footer-top .footer-column.second-column a.download-brochure .image {
        width: 25px; }
      #mp-footer .footer-top .footer-column.second-column a.download-brochure .text {
        color: white;
        letter-spacing: .9px; }
    #mp-footer .footer-top .footer-column.third-column {
      padding-left: 87px; }
      @media screen and (max-width: 1199px) {
        #mp-footer .footer-top .footer-column.third-column {
          padding-left: 40px; } }
    #mp-footer .footer-top .footer-column.forth-column .footer-socials {
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        #mp-footer .footer-top .footer-column.forth-column .footer-socials {
          margin-top: 15px; } }
      #mp-footer .footer-top .footer-column.forth-column .footer-socials .socials-wrapper {
        width: 170px;
        justify-content: space-between; }
        #mp-footer .footer-top .footer-column.forth-column .footer-socials .socials-wrapper a.social-icon img {
          max-width: 20px;
          max-height: 20px;
          width: 25px; }
    #mp-footer .footer-top .footer-column .footer-custom ul li a {
      min-height: 40px; }
      #mp-footer .footer-top .footer-column .footer-custom ul li a .image {
        width: 100%;
        max-width: 25px;
        max-height: 25px; }
      #mp-footer .footer-top .footer-column .footer-custom ul li a p {
        margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #mp-footer .footer-bottom {
      margin-left: -15px; } }
  #mp-footer .footer-bottom .wrapper .copyright {
    letter-spacing: .9px; }
  #mp-footer .footer-bottom .wrapper span.separator {
    padding: 0 15px; }
  #mp-footer .footer-bottom .wrapper span a {
    color: white;
    letter-spacing: .9px; }
  @media screen and (max-width: 768px) {
    #mp-footer p {
      margin-bottom: 2px; } }

#formModelesModal,
#formAnnoncesModal,
#stepsVideoPopin,
#etreRappeleModal,
#thankYouPopin,
#environmentPopin,
#demandeDinformation,
#demandeDinformation2,
#obtainPlan,
#environmentPopinConf,
#recruitmentSpontanee,
#landingForm,
#rejoinezNous,
#reassuranceVideoPopin,
#nosEngagements,
#telecharger,
#thematics,
[id^="testimonialVideoPopin-"] {
  padding-right: 0 !important; }
  @media screen and (max-width: 767px) {
    #formModelesModal .modal-dialog,
    #formAnnoncesModal .modal-dialog,
    #stepsVideoPopin .modal-dialog,
    #etreRappeleModal .modal-dialog,
    #thankYouPopin .modal-dialog,
    #environmentPopin .modal-dialog,
    #demandeDinformation .modal-dialog,
    #demandeDinformation2 .modal-dialog,
    #obtainPlan .modal-dialog,
    #environmentPopinConf .modal-dialog,
    #recruitmentSpontanee .modal-dialog,
    #landingForm .modal-dialog,
    #rejoinezNous .modal-dialog,
    #reassuranceVideoPopin .modal-dialog,
    #nosEngagements .modal-dialog,
    #telecharger .modal-dialog,
    #thematics .modal-dialog,
    [id^="testimonialVideoPopin-"] .modal-dialog {
      width: 100vw;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      margin: 0; } }
  #formModelesModal .modal-content,
  #formAnnoncesModal .modal-content,
  #stepsVideoPopin .modal-content,
  #etreRappeleModal .modal-content,
  #thankYouPopin .modal-content,
  #environmentPopin .modal-content,
  #demandeDinformation .modal-content,
  #demandeDinformation2 .modal-content,
  #obtainPlan .modal-content,
  #environmentPopinConf .modal-content,
  #recruitmentSpontanee .modal-content,
  #landingForm .modal-content,
  #rejoinezNous .modal-content,
  #reassuranceVideoPopin .modal-content,
  #nosEngagements .modal-content,
  #telecharger .modal-content,
  #thematics .modal-content,
  [id^="testimonialVideoPopin-"] .modal-content {
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      #formModelesModal .modal-content,
      #formAnnoncesModal .modal-content,
      #stepsVideoPopin .modal-content,
      #etreRappeleModal .modal-content,
      #thankYouPopin .modal-content,
      #environmentPopin .modal-content,
      #demandeDinformation .modal-content,
      #demandeDinformation2 .modal-content,
      #obtainPlan .modal-content,
      #environmentPopinConf .modal-content,
      #recruitmentSpontanee .modal-content,
      #landingForm .modal-content,
      #rejoinezNous .modal-content,
      #reassuranceVideoPopin .modal-content,
      #nosEngagements .modal-content,
      #telecharger .modal-content,
      #thematics .modal-content,
      [id^="testimonialVideoPopin-"] .modal-content {
        width: 100%;
        height: 100%; } }
  #formModelesModal .modal-header,
  #formAnnoncesModal .modal-header,
  #stepsVideoPopin .modal-header,
  #etreRappeleModal .modal-header,
  #thankYouPopin .modal-header,
  #environmentPopin .modal-header,
  #demandeDinformation .modal-header,
  #demandeDinformation2 .modal-header,
  #obtainPlan .modal-header,
  #environmentPopinConf .modal-header,
  #recruitmentSpontanee .modal-header,
  #landingForm .modal-header,
  #rejoinezNous .modal-header,
  #reassuranceVideoPopin .modal-header,
  #nosEngagements .modal-header,
  #telecharger .modal-header,
  #thematics .modal-header,
  [id^="testimonialVideoPopin-"] .modal-header {
    padding: 10px 15px; }
  #formModelesModal .close-menu.close img,
  #formAnnoncesModal .close-menu.close img,
  #stepsVideoPopin .close-menu.close img,
  #etreRappeleModal .close-menu.close img,
  #thankYouPopin .close-menu.close img,
  #environmentPopin .close-menu.close img,
  #demandeDinformation .close-menu.close img,
  #demandeDinformation2 .close-menu.close img,
  #obtainPlan .close-menu.close img,
  #environmentPopinConf .close-menu.close img,
  #recruitmentSpontanee .close-menu.close img,
  #landingForm .close-menu.close img,
  #rejoinezNous .close-menu.close img,
  #reassuranceVideoPopin .close-menu.close img,
  #nosEngagements .close-menu.close img,
  #telecharger .close-menu.close img,
  #thematics .close-menu.close img,
  [id^="testimonialVideoPopin-"] .close-menu.close img {
    max-width: 25px;
    max-height: 25px; }
  #formModelesModal .modal-top,
  #formModelesModal .modal-body,
  #formModelesModal .modal-footer,
  #formAnnoncesModal .modal-top,
  #formAnnoncesModal .modal-body,
  #formAnnoncesModal .modal-footer,
  #stepsVideoPopin .modal-top,
  #stepsVideoPopin .modal-body,
  #stepsVideoPopin .modal-footer,
  #etreRappeleModal .modal-top,
  #etreRappeleModal .modal-body,
  #etreRappeleModal .modal-footer,
  #thankYouPopin .modal-top,
  #thankYouPopin .modal-body,
  #thankYouPopin .modal-footer,
  #environmentPopin .modal-top,
  #environmentPopin .modal-body,
  #environmentPopin .modal-footer,
  #demandeDinformation .modal-top,
  #demandeDinformation .modal-body,
  #demandeDinformation .modal-footer,
  #demandeDinformation2 .modal-top,
  #demandeDinformation2 .modal-body,
  #demandeDinformation2 .modal-footer,
  #obtainPlan .modal-top,
  #obtainPlan .modal-body,
  #obtainPlan .modal-footer,
  #environmentPopinConf .modal-top,
  #environmentPopinConf .modal-body,
  #environmentPopinConf .modal-footer,
  #recruitmentSpontanee .modal-top,
  #recruitmentSpontanee .modal-body,
  #recruitmentSpontanee .modal-footer,
  #landingForm .modal-top,
  #landingForm .modal-body,
  #landingForm .modal-footer,
  #rejoinezNous .modal-top,
  #rejoinezNous .modal-body,
  #rejoinezNous .modal-footer,
  #reassuranceVideoPopin .modal-top,
  #reassuranceVideoPopin .modal-body,
  #reassuranceVideoPopin .modal-footer,
  #nosEngagements .modal-top,
  #nosEngagements .modal-body,
  #nosEngagements .modal-footer,
  #telecharger .modal-top,
  #telecharger .modal-body,
  #telecharger .modal-footer,
  #thematics .modal-top,
  #thematics .modal-body,
  #thematics .modal-footer,
  [id^="testimonialVideoPopin-"] .modal-top,
  [id^="testimonialVideoPopin-"] .modal-body,
  [id^="testimonialVideoPopin-"] .modal-footer {
    padding: 0px 50px 35px; }
  #formModelesModal .modal-header,
  #formModelesModal .modal-footer,
  #formAnnoncesModal .modal-header,
  #formAnnoncesModal .modal-footer,
  #stepsVideoPopin .modal-header,
  #stepsVideoPopin .modal-footer,
  #etreRappeleModal .modal-header,
  #etreRappeleModal .modal-footer,
  #thankYouPopin .modal-header,
  #thankYouPopin .modal-footer,
  #environmentPopin .modal-header,
  #environmentPopin .modal-footer,
  #demandeDinformation .modal-header,
  #demandeDinformation .modal-footer,
  #demandeDinformation2 .modal-header,
  #demandeDinformation2 .modal-footer,
  #obtainPlan .modal-header,
  #obtainPlan .modal-footer,
  #environmentPopinConf .modal-header,
  #environmentPopinConf .modal-footer,
  #recruitmentSpontanee .modal-header,
  #recruitmentSpontanee .modal-footer,
  #landingForm .modal-header,
  #landingForm .modal-footer,
  #rejoinezNous .modal-header,
  #rejoinezNous .modal-footer,
  #reassuranceVideoPopin .modal-header,
  #reassuranceVideoPopin .modal-footer,
  #nosEngagements .modal-header,
  #nosEngagements .modal-footer,
  #telecharger .modal-header,
  #telecharger .modal-footer,
  #thematics .modal-header,
  #thematics .modal-footer,
  [id^="testimonialVideoPopin-"] .modal-header,
  [id^="testimonialVideoPopin-"] .modal-footer {
    border: none; }
  #formModelesModal .modal-top,
  #formAnnoncesModal .modal-top,
  #stepsVideoPopin .modal-top,
  #etreRappeleModal .modal-top,
  #thankYouPopin .modal-top,
  #environmentPopin .modal-top,
  #demandeDinformation .modal-top,
  #demandeDinformation2 .modal-top,
  #obtainPlan .modal-top,
  #environmentPopinConf .modal-top,
  #recruitmentSpontanee .modal-top,
  #landingForm .modal-top,
  #rejoinezNous .modal-top,
  #reassuranceVideoPopin .modal-top,
  #nosEngagements .modal-top,
  #telecharger .modal-top,
  #thematics .modal-top,
  [id^="testimonialVideoPopin-"] .modal-top {
    padding-top: 0; }
    #formModelesModal .modal-top .form-title-wrapper .image img,
    #formAnnoncesModal .modal-top .form-title-wrapper .image img,
    #stepsVideoPopin .modal-top .form-title-wrapper .image img,
    #etreRappeleModal .modal-top .form-title-wrapper .image img,
    #thankYouPopin .modal-top .form-title-wrapper .image img,
    #environmentPopin .modal-top .form-title-wrapper .image img,
    #demandeDinformation .modal-top .form-title-wrapper .image img,
    #demandeDinformation2 .modal-top .form-title-wrapper .image img,
    #obtainPlan .modal-top .form-title-wrapper .image img,
    #environmentPopinConf .modal-top .form-title-wrapper .image img,
    #recruitmentSpontanee .modal-top .form-title-wrapper .image img,
    #landingForm .modal-top .form-title-wrapper .image img,
    #rejoinezNous .modal-top .form-title-wrapper .image img,
    #reassuranceVideoPopin .modal-top .form-title-wrapper .image img,
    #nosEngagements .modal-top .form-title-wrapper .image img,
    #telecharger .modal-top .form-title-wrapper .image img,
    #thematics .modal-top .form-title-wrapper .image img,
    [id^="testimonialVideoPopin-"] .modal-top .form-title-wrapper .image img {
      max-width: 81px;
      max-height: 63px; }
    #formModelesModal .modal-top .form-title-wrapper .title,
    #formAnnoncesModal .modal-top .form-title-wrapper .title,
    #stepsVideoPopin .modal-top .form-title-wrapper .title,
    #etreRappeleModal .modal-top .form-title-wrapper .title,
    #thankYouPopin .modal-top .form-title-wrapper .title,
    #environmentPopin .modal-top .form-title-wrapper .title,
    #demandeDinformation .modal-top .form-title-wrapper .title,
    #demandeDinformation2 .modal-top .form-title-wrapper .title,
    #obtainPlan .modal-top .form-title-wrapper .title,
    #environmentPopinConf .modal-top .form-title-wrapper .title,
    #recruitmentSpontanee .modal-top .form-title-wrapper .title,
    #landingForm .modal-top .form-title-wrapper .title,
    #rejoinezNous .modal-top .form-title-wrapper .title,
    #reassuranceVideoPopin .modal-top .form-title-wrapper .title,
    #nosEngagements .modal-top .form-title-wrapper .title,
    #telecharger .modal-top .form-title-wrapper .title,
    #thematics .modal-top .form-title-wrapper .title,
    [id^="testimonialVideoPopin-"] .modal-top .form-title-wrapper .title {
      margin-top: 20px;
      font-weight: 700;
      font-size: 30px;
      line-height: 30px; }
  @media screen and (max-width: 575px) {
    #formModelesModal .modal-header,
    #formAnnoncesModal .modal-header,
    #stepsVideoPopin .modal-header,
    #etreRappeleModal .modal-header,
    #thankYouPopin .modal-header,
    #environmentPopin .modal-header,
    #demandeDinformation .modal-header,
    #demandeDinformation2 .modal-header,
    #obtainPlan .modal-header,
    #environmentPopinConf .modal-header,
    #recruitmentSpontanee .modal-header,
    #landingForm .modal-header,
    #rejoinezNous .modal-header,
    #reassuranceVideoPopin .modal-header,
    #nosEngagements .modal-header,
    #telecharger .modal-header,
    #thematics .modal-header,
    [id^="testimonialVideoPopin-"] .modal-header {
      padding-bottom: 0; }
    #formModelesModal .modal-top .form-title-wrapper .image img,
    #formAnnoncesModal .modal-top .form-title-wrapper .image img,
    #stepsVideoPopin .modal-top .form-title-wrapper .image img,
    #etreRappeleModal .modal-top .form-title-wrapper .image img,
    #thankYouPopin .modal-top .form-title-wrapper .image img,
    #environmentPopin .modal-top .form-title-wrapper .image img,
    #demandeDinformation .modal-top .form-title-wrapper .image img,
    #demandeDinformation2 .modal-top .form-title-wrapper .image img,
    #obtainPlan .modal-top .form-title-wrapper .image img,
    #environmentPopinConf .modal-top .form-title-wrapper .image img,
    #recruitmentSpontanee .modal-top .form-title-wrapper .image img,
    #landingForm .modal-top .form-title-wrapper .image img,
    #rejoinezNous .modal-top .form-title-wrapper .image img,
    #reassuranceVideoPopin .modal-top .form-title-wrapper .image img,
    #nosEngagements .modal-top .form-title-wrapper .image img,
    #telecharger .modal-top .form-title-wrapper .image img,
    #thematics .modal-top .form-title-wrapper .image img,
    [id^="testimonialVideoPopin-"] .modal-top .form-title-wrapper .image img {
      max-width: 56px;
      max-height: 44px; }
    #formModelesModal .modal-top .form-title-wrapper .title,
    #formAnnoncesModal .modal-top .form-title-wrapper .title,
    #stepsVideoPopin .modal-top .form-title-wrapper .title,
    #etreRappeleModal .modal-top .form-title-wrapper .title,
    #thankYouPopin .modal-top .form-title-wrapper .title,
    #environmentPopin .modal-top .form-title-wrapper .title,
    #demandeDinformation .modal-top .form-title-wrapper .title,
    #demandeDinformation2 .modal-top .form-title-wrapper .title,
    #obtainPlan .modal-top .form-title-wrapper .title,
    #environmentPopinConf .modal-top .form-title-wrapper .title,
    #recruitmentSpontanee .modal-top .form-title-wrapper .title,
    #landingForm .modal-top .form-title-wrapper .title,
    #rejoinezNous .modal-top .form-title-wrapper .title,
    #reassuranceVideoPopin .modal-top .form-title-wrapper .title,
    #nosEngagements .modal-top .form-title-wrapper .title,
    #telecharger .modal-top .form-title-wrapper .title,
    #thematics .modal-top .form-title-wrapper .title,
    [id^="testimonialVideoPopin-"] .modal-top .form-title-wrapper .title {
      margin-top: 12px;
      font-weight: 500;
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    #formModelesModal .modal-body,
    #formAnnoncesModal .modal-body,
    #stepsVideoPopin .modal-body,
    #etreRappeleModal .modal-body,
    #thankYouPopin .modal-body,
    #environmentPopin .modal-body,
    #demandeDinformation .modal-body,
    #demandeDinformation2 .modal-body,
    #obtainPlan .modal-body,
    #environmentPopinConf .modal-body,
    #recruitmentSpontanee .modal-body,
    #landingForm .modal-body,
    #rejoinezNous .modal-body,
    #reassuranceVideoPopin .modal-body,
    #nosEngagements .modal-body,
    #telecharger .modal-body,
    #thematics .modal-body,
    [id^="testimonialVideoPopin-"] .modal-body {
      padding: 0; } }
  #formModelesModal .modal-body .form-wrapper,
  #formAnnoncesModal .modal-body .form-wrapper,
  #stepsVideoPopin .modal-body .form-wrapper,
  #etreRappeleModal .modal-body .form-wrapper,
  #thankYouPopin .modal-body .form-wrapper,
  #environmentPopin .modal-body .form-wrapper,
  #demandeDinformation .modal-body .form-wrapper,
  #demandeDinformation2 .modal-body .form-wrapper,
  #obtainPlan .modal-body .form-wrapper,
  #environmentPopinConf .modal-body .form-wrapper,
  #recruitmentSpontanee .modal-body .form-wrapper,
  #landingForm .modal-body .form-wrapper,
  #rejoinezNous .modal-body .form-wrapper,
  #reassuranceVideoPopin .modal-body .form-wrapper,
  #nosEngagements .modal-body .form-wrapper,
  #telecharger .modal-body .form-wrapper,
  #thematics .modal-body .form-wrapper,
  [id^="testimonialVideoPopin-"] .modal-body .form-wrapper {
    padding: 0px 40px 60px; }
    #formModelesModal .modal-body .form-wrapper form,
    #formAnnoncesModal .modal-body .form-wrapper form,
    #stepsVideoPopin .modal-body .form-wrapper form,
    #etreRappeleModal .modal-body .form-wrapper form,
    #thankYouPopin .modal-body .form-wrapper form,
    #environmentPopin .modal-body .form-wrapper form,
    #demandeDinformation .modal-body .form-wrapper form,
    #demandeDinformation2 .modal-body .form-wrapper form,
    #obtainPlan .modal-body .form-wrapper form,
    #environmentPopinConf .modal-body .form-wrapper form,
    #recruitmentSpontanee .modal-body .form-wrapper form,
    #landingForm .modal-body .form-wrapper form,
    #rejoinezNous .modal-body .form-wrapper form,
    #reassuranceVideoPopin .modal-body .form-wrapper form,
    #nosEngagements .modal-body .form-wrapper form,
    #telecharger .modal-body .form-wrapper form,
    #thematics .modal-body .form-wrapper form,
    [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form {
      /* The check-container */
      /* Hide the browser's default checkbox */
      /* Create a custom checkbox */
      /* On mouse-over, add a grey background color */
      /* When the checkbox is checked, add a blue background */
      /* Show the checkmark when checked */
      /* reset for small grey chekbox */ }
      #formModelesModal .modal-body .form-wrapper form label,
      #formAnnoncesModal .modal-body .form-wrapper form label,
      #stepsVideoPopin .modal-body .form-wrapper form label,
      #etreRappeleModal .modal-body .form-wrapper form label,
      #thankYouPopin .modal-body .form-wrapper form label,
      #environmentPopin .modal-body .form-wrapper form label,
      #demandeDinformation .modal-body .form-wrapper form label,
      #demandeDinformation2 .modal-body .form-wrapper form label,
      #obtainPlan .modal-body .form-wrapper form label,
      #environmentPopinConf .modal-body .form-wrapper form label,
      #recruitmentSpontanee .modal-body .form-wrapper form label,
      #landingForm .modal-body .form-wrapper form label,
      #rejoinezNous .modal-body .form-wrapper form label,
      #reassuranceVideoPopin .modal-body .form-wrapper form label,
      #nosEngagements .modal-body .form-wrapper form label,
      #telecharger .modal-body .form-wrapper form label,
      #thematics .modal-body .form-wrapper form label,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label {
        font-weight: 500;
        font-size: 18px; }
      #formModelesModal .modal-body .form-wrapper form input.form-control,
      #formAnnoncesModal .modal-body .form-wrapper form input.form-control,
      #stepsVideoPopin .modal-body .form-wrapper form input.form-control,
      #etreRappeleModal .modal-body .form-wrapper form input.form-control,
      #thankYouPopin .modal-body .form-wrapper form input.form-control,
      #environmentPopin .modal-body .form-wrapper form input.form-control,
      #demandeDinformation .modal-body .form-wrapper form input.form-control,
      #demandeDinformation2 .modal-body .form-wrapper form input.form-control,
      #obtainPlan .modal-body .form-wrapper form input.form-control,
      #environmentPopinConf .modal-body .form-wrapper form input.form-control,
      #recruitmentSpontanee .modal-body .form-wrapper form input.form-control,
      #landingForm .modal-body .form-wrapper form input.form-control,
      #rejoinezNous .modal-body .form-wrapper form input.form-control,
      #reassuranceVideoPopin .modal-body .form-wrapper form input.form-control,
      #nosEngagements .modal-body .form-wrapper form input.form-control,
      #telecharger .modal-body .form-wrapper form input.form-control,
      #thematics .modal-body .form-wrapper form input.form-control,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form input.form-control {
        margin-left: 15px;
        padding: 10px 15px;
        background-color: #eff1f1; }
      #formModelesModal .modal-body .form-wrapper form .form-group:nth-child(1),
      #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(1),
      #stepsVideoPopin .modal-body .form-wrapper form .form-group:nth-child(1),
      #etreRappeleModal .modal-body .form-wrapper form .form-group:nth-child(1),
      #thankYouPopin .modal-body .form-wrapper form .form-group:nth-child(1),
      #environmentPopin .modal-body .form-wrapper form .form-group:nth-child(1),
      #demandeDinformation .modal-body .form-wrapper form .form-group:nth-child(1),
      #demandeDinformation2 .modal-body .form-wrapper form .form-group:nth-child(1),
      #obtainPlan .modal-body .form-wrapper form .form-group:nth-child(1),
      #environmentPopinConf .modal-body .form-wrapper form .form-group:nth-child(1),
      #recruitmentSpontanee .modal-body .form-wrapper form .form-group:nth-child(1),
      #landingForm .modal-body .form-wrapper form .form-group:nth-child(1),
      #rejoinezNous .modal-body .form-wrapper form .form-group:nth-child(1),
      #reassuranceVideoPopin .modal-body .form-wrapper form .form-group:nth-child(1),
      #nosEngagements .modal-body .form-wrapper form .form-group:nth-child(1),
      #telecharger .modal-body .form-wrapper form .form-group:nth-child(1),
      #thematics .modal-body .form-wrapper form .form-group:nth-child(1),
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .form-group:nth-child(1) {
        margin-bottom: 20px !important; }
      #formModelesModal .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #formAnnoncesModal .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #stepsVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #etreRappeleModal .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #thankYouPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #environmentPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #demandeDinformation .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #demandeDinformation2 .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #obtainPlan .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #environmentPopinConf .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #recruitmentSpontanee .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #landingForm .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #rejoinezNous .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #reassuranceVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #nosEngagements .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #telecharger .modal-body .form-wrapper form .number-of-rooms-wrapper,
      #thematics .modal-body .form-wrapper form .number-of-rooms-wrapper,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .number-of-rooms-wrapper {
        padding-left: 1px;
        width: 100%;
        display: flex;
        height: 55px; }
        @media screen and (max-width: 575px) {
          #formModelesModal .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #formAnnoncesModal .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #stepsVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #etreRappeleModal .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #thankYouPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #environmentPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #demandeDinformation .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #demandeDinformation2 .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #obtainPlan .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #environmentPopinConf .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #recruitmentSpontanee .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #landingForm .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #rejoinezNous .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #reassuranceVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #nosEngagements .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #telecharger .modal-body .form-wrapper form .number-of-rooms-wrapper,
          #thematics .modal-body .form-wrapper form .number-of-rooms-wrapper,
          [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .number-of-rooms-wrapper {
            overflow-x: auto; } }
        #formModelesModal .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #formAnnoncesModal .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #stepsVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #etreRappeleModal .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #thankYouPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #environmentPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #demandeDinformation .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #demandeDinformation2 .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #obtainPlan .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #environmentPopinConf .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #recruitmentSpontanee .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #landingForm .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #rejoinezNous .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #reassuranceVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #nosEngagements .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #telecharger .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        #thematics .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check {
          align-items: flex-start;
          margin-right: 5px; }
          @media screen and (max-width: 575px) {
            #formModelesModal .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #formAnnoncesModal .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #stepsVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #etreRappeleModal .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #thankYouPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #environmentPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #demandeDinformation .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #demandeDinformation2 .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #obtainPlan .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #environmentPopinConf .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #recruitmentSpontanee .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #landingForm .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #rejoinezNous .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #reassuranceVideoPopin .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #nosEngagements .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #telecharger .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            #thematics .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check,
            [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .number-of-rooms-wrapper .form-check {
              margin-right: 5px; } }
      #formModelesModal .modal-body .form-wrapper form .check-container,
      #formAnnoncesModal .modal-body .form-wrapper form .check-container,
      #stepsVideoPopin .modal-body .form-wrapper form .check-container,
      #etreRappeleModal .modal-body .form-wrapper form .check-container,
      #thankYouPopin .modal-body .form-wrapper form .check-container,
      #environmentPopin .modal-body .form-wrapper form .check-container,
      #demandeDinformation .modal-body .form-wrapper form .check-container,
      #demandeDinformation2 .modal-body .form-wrapper form .check-container,
      #obtainPlan .modal-body .form-wrapper form .check-container,
      #environmentPopinConf .modal-body .form-wrapper form .check-container,
      #recruitmentSpontanee .modal-body .form-wrapper form .check-container,
      #landingForm .modal-body .form-wrapper form .check-container,
      #rejoinezNous .modal-body .form-wrapper form .check-container,
      #reassuranceVideoPopin .modal-body .form-wrapper form .check-container,
      #nosEngagements .modal-body .form-wrapper form .check-container,
      #telecharger .modal-body .form-wrapper form .check-container,
      #thematics .modal-body .form-wrapper form .check-container,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .check-container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      #formModelesModal .modal-body .form-wrapper form .check-container input,
      #formAnnoncesModal .modal-body .form-wrapper form .check-container input,
      #stepsVideoPopin .modal-body .form-wrapper form .check-container input,
      #etreRappeleModal .modal-body .form-wrapper form .check-container input,
      #thankYouPopin .modal-body .form-wrapper form .check-container input,
      #environmentPopin .modal-body .form-wrapper form .check-container input,
      #demandeDinformation .modal-body .form-wrapper form .check-container input,
      #demandeDinformation2 .modal-body .form-wrapper form .check-container input,
      #obtainPlan .modal-body .form-wrapper form .check-container input,
      #environmentPopinConf .modal-body .form-wrapper form .check-container input,
      #recruitmentSpontanee .modal-body .form-wrapper form .check-container input,
      #landingForm .modal-body .form-wrapper form .check-container input,
      #rejoinezNous .modal-body .form-wrapper form .check-container input,
      #reassuranceVideoPopin .modal-body .form-wrapper form .check-container input,
      #nosEngagements .modal-body .form-wrapper form .check-container input,
      #telecharger .modal-body .form-wrapper form .check-container input,
      #thematics .modal-body .form-wrapper form .check-container input,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      #formModelesModal .modal-body .form-wrapper form .checkmark,
      #formAnnoncesModal .modal-body .form-wrapper form .checkmark,
      #stepsVideoPopin .modal-body .form-wrapper form .checkmark,
      #etreRappeleModal .modal-body .form-wrapper form .checkmark,
      #thankYouPopin .modal-body .form-wrapper form .checkmark,
      #environmentPopin .modal-body .form-wrapper form .checkmark,
      #demandeDinformation .modal-body .form-wrapper form .checkmark,
      #demandeDinformation2 .modal-body .form-wrapper form .checkmark,
      #obtainPlan .modal-body .form-wrapper form .checkmark,
      #environmentPopinConf .modal-body .form-wrapper form .checkmark,
      #recruitmentSpontanee .modal-body .form-wrapper form .checkmark,
      #landingForm .modal-body .form-wrapper form .checkmark,
      #rejoinezNous .modal-body .form-wrapper form .checkmark,
      #reassuranceVideoPopin .modal-body .form-wrapper form .checkmark,
      #nosEngagements .modal-body .form-wrapper form .checkmark,
      #telecharger .modal-body .form-wrapper form .checkmark,
      #thematics .modal-body .form-wrapper form .checkmark,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px;
        background-color: #eff1f1;
        border: 1px solid #cfd5d6;
        border-radius: 5px; }
        @media screen and (max-width: 575px) {
          #formModelesModal .modal-body .form-wrapper form .checkmark,
          #formAnnoncesModal .modal-body .form-wrapper form .checkmark,
          #stepsVideoPopin .modal-body .form-wrapper form .checkmark,
          #etreRappeleModal .modal-body .form-wrapper form .checkmark,
          #thankYouPopin .modal-body .form-wrapper form .checkmark,
          #environmentPopin .modal-body .form-wrapper form .checkmark,
          #demandeDinformation .modal-body .form-wrapper form .checkmark,
          #demandeDinformation2 .modal-body .form-wrapper form .checkmark,
          #obtainPlan .modal-body .form-wrapper form .checkmark,
          #environmentPopinConf .modal-body .form-wrapper form .checkmark,
          #recruitmentSpontanee .modal-body .form-wrapper form .checkmark,
          #landingForm .modal-body .form-wrapper form .checkmark,
          #rejoinezNous .modal-body .form-wrapper form .checkmark,
          #reassuranceVideoPopin .modal-body .form-wrapper form .checkmark,
          #nosEngagements .modal-body .form-wrapper form .checkmark,
          #telecharger .modal-body .form-wrapper form .checkmark,
          #thematics .modal-body .form-wrapper form .checkmark,
          [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .checkmark {
            width: 40px;
            height: 40px; } }
        #formModelesModal .modal-body .form-wrapper form .checkmark:before,
        #formAnnoncesModal .modal-body .form-wrapper form .checkmark:before,
        #stepsVideoPopin .modal-body .form-wrapper form .checkmark:before,
        #etreRappeleModal .modal-body .form-wrapper form .checkmark:before,
        #thankYouPopin .modal-body .form-wrapper form .checkmark:before,
        #environmentPopin .modal-body .form-wrapper form .checkmark:before,
        #demandeDinformation .modal-body .form-wrapper form .checkmark:before,
        #demandeDinformation2 .modal-body .form-wrapper form .checkmark:before,
        #obtainPlan .modal-body .form-wrapper form .checkmark:before,
        #environmentPopinConf .modal-body .form-wrapper form .checkmark:before,
        #recruitmentSpontanee .modal-body .form-wrapper form .checkmark:before,
        #landingForm .modal-body .form-wrapper form .checkmark:before,
        #rejoinezNous .modal-body .form-wrapper form .checkmark:before,
        #reassuranceVideoPopin .modal-body .form-wrapper form .checkmark:before,
        #nosEngagements .modal-body .form-wrapper form .checkmark:before,
        #telecharger .modal-body .form-wrapper form .checkmark:before,
        #thematics .modal-body .form-wrapper form .checkmark:before,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .checkmark:before {
          content: attr(data-value);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          color: #5f7576;
          font-weight: 500;
          font-size: 20px; }
          @media screen and (max-width: 575px) {
            #formModelesModal .modal-body .form-wrapper form .checkmark:before,
            #formAnnoncesModal .modal-body .form-wrapper form .checkmark:before,
            #stepsVideoPopin .modal-body .form-wrapper form .checkmark:before,
            #etreRappeleModal .modal-body .form-wrapper form .checkmark:before,
            #thankYouPopin .modal-body .form-wrapper form .checkmark:before,
            #environmentPopin .modal-body .form-wrapper form .checkmark:before,
            #demandeDinformation .modal-body .form-wrapper form .checkmark:before,
            #demandeDinformation2 .modal-body .form-wrapper form .checkmark:before,
            #obtainPlan .modal-body .form-wrapper form .checkmark:before,
            #environmentPopinConf .modal-body .form-wrapper form .checkmark:before,
            #recruitmentSpontanee .modal-body .form-wrapper form .checkmark:before,
            #landingForm .modal-body .form-wrapper form .checkmark:before,
            #rejoinezNous .modal-body .form-wrapper form .checkmark:before,
            #reassuranceVideoPopin .modal-body .form-wrapper form .checkmark:before,
            #nosEngagements .modal-body .form-wrapper form .checkmark:before,
            #telecharger .modal-body .form-wrapper form .checkmark:before,
            #thematics .modal-body .form-wrapper form .checkmark:before,
            [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .checkmark:before {
              font-size: 18px; } }
      #formModelesModal .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #formAnnoncesModal .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #stepsVideoPopin .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #etreRappeleModal .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #thankYouPopin .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #environmentPopin .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #demandeDinformation .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #demandeDinformation2 .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #obtainPlan .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #environmentPopinConf .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #recruitmentSpontanee .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #landingForm .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #rejoinezNous .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #reassuranceVideoPopin .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #nosEngagements .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #telecharger .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      #thematics .modal-body .form-wrapper form .check-container:hover input ~ .checkmark,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .check-container:hover input ~ .checkmark {
        background-color: #ccc; }
      #formModelesModal .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #formAnnoncesModal .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #stepsVideoPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #etreRappeleModal .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #thankYouPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #environmentPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #demandeDinformation .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #demandeDinformation2 .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #obtainPlan .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #environmentPopinConf .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #recruitmentSpontanee .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #landingForm .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #rejoinezNous .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #reassuranceVideoPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #nosEngagements .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #telecharger .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      #thematics .modal-body .form-wrapper form .check-container input:checked ~ .checkmark,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .check-container input:checked ~ .checkmark {
        background-color: #5f7576; }
      #formModelesModal .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #formAnnoncesModal .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #stepsVideoPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #etreRappeleModal .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #thankYouPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #environmentPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #demandeDinformation .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #demandeDinformation2 .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #obtainPlan .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #environmentPopinConf .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #recruitmentSpontanee .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #landingForm .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #rejoinezNous .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #reassuranceVideoPopin .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #nosEngagements .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #telecharger .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      #thematics .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .check-container input:checked ~ .checkmark:before {
        color: white; }
      #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox {
        font-weight: 400;
        font-size: 18px;
        padding-left: 29px;
        /* Create the checkmark/indicator (hidden when not checked) */
        /* Show the checkmark when checked */
        /* Style the checkmark/indicator */ }
        @media screen and (max-width: 600px) {
          #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox,
          [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox {
            font-size: 15px; } }
        #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark {
          width: 20px;
          height: 20px;
          top: 45%;
          transform: translateY(-50%);
          border-radius: 4px; }
        #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:before {
          content: none; }
        #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox input:checked ~ .checkmark:after {
          display: block; }
        #formModelesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #formAnnoncesModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #stepsVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #etreRappeleModal .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #thankYouPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #environmentPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #demandeDinformation .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #demandeDinformation2 .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #obtainPlan .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #environmentPopinConf .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #recruitmentSpontanee .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #landingForm .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #rejoinezNous .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #reassuranceVideoPopin .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #nosEngagements .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #telecharger .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        #thematics .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form label.check-container.grey-small-checkbox .checkmark:after {
          left: 7px;
          top: 3px;
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      #formModelesModal .modal-body .form-wrapper form .form-button,
      #formAnnoncesModal .modal-body .form-wrapper form .form-button,
      #stepsVideoPopin .modal-body .form-wrapper form .form-button,
      #etreRappeleModal .modal-body .form-wrapper form .form-button,
      #thankYouPopin .modal-body .form-wrapper form .form-button,
      #environmentPopin .modal-body .form-wrapper form .form-button,
      #demandeDinformation .modal-body .form-wrapper form .form-button,
      #demandeDinformation2 .modal-body .form-wrapper form .form-button,
      #obtainPlan .modal-body .form-wrapper form .form-button,
      #environmentPopinConf .modal-body .form-wrapper form .form-button,
      #recruitmentSpontanee .modal-body .form-wrapper form .form-button,
      #landingForm .modal-body .form-wrapper form .form-button,
      #rejoinezNous .modal-body .form-wrapper form .form-button,
      #reassuranceVideoPopin .modal-body .form-wrapper form .form-button,
      #nosEngagements .modal-body .form-wrapper form .form-button,
      #telecharger .modal-body .form-wrapper form .form-button,
      #thematics .modal-body .form-wrapper form .form-button,
      [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .form-button {
        margin-top: 50px; }
        #formModelesModal .modal-body .form-wrapper form .form-button button,
        #formAnnoncesModal .modal-body .form-wrapper form .form-button button,
        #stepsVideoPopin .modal-body .form-wrapper form .form-button button,
        #etreRappeleModal .modal-body .form-wrapper form .form-button button,
        #thankYouPopin .modal-body .form-wrapper form .form-button button,
        #environmentPopin .modal-body .form-wrapper form .form-button button,
        #demandeDinformation .modal-body .form-wrapper form .form-button button,
        #demandeDinformation2 .modal-body .form-wrapper form .form-button button,
        #obtainPlan .modal-body .form-wrapper form .form-button button,
        #environmentPopinConf .modal-body .form-wrapper form .form-button button,
        #recruitmentSpontanee .modal-body .form-wrapper form .form-button button,
        #landingForm .modal-body .form-wrapper form .form-button button,
        #rejoinezNous .modal-body .form-wrapper form .form-button button,
        #reassuranceVideoPopin .modal-body .form-wrapper form .form-button button,
        #nosEngagements .modal-body .form-wrapper form .form-button button,
        #telecharger .modal-body .form-wrapper form .form-button button,
        #thematics .modal-body .form-wrapper form .form-button button,
        [id^="testimonialVideoPopin-"] .modal-body .form-wrapper form .form-button button {
          font-weight: 500;
          font-size: 20px;
          padding: 12px 0;
          width: 100%; }

@media screen and (max-width: 767px) {
  #formModelesModal form .form-button,
  #formAnnoncesModal form .form-button {
    position: absolute;
    bottom: 30px;
    width: 285px;
    left: 50%;
    transform: translateX(-50%); } }
  @media screen and (max-width: 767px) and (max-height: 645px) {
    #formModelesModal form .form-button,
    #formAnnoncesModal form .form-button {
      position: relative; } }

@media screen and (max-width: 600px) {
  #formAnnoncesModal .modal-top {
    padding-bottom: 10px;
    margin-top: -10px;
    padding-left: 40px;
    padding-right: 40px; } }

#formAnnoncesModal .modal-top .form-title-wrapper .title {
  letter-spacing: -0.5px; }

#formAnnoncesModal .modal-content {
  width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    #formAnnoncesModal .modal-content {
      width: 100%;
      border: none; } }

#formAnnoncesModal .modal-body .form-wrapper {
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 600px) {
    #formAnnoncesModal .modal-body .form-wrapper {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 20px; } }
  #formAnnoncesModal .modal-body .form-wrapper form {
    width: 77%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      #formAnnoncesModal .modal-body .form-wrapper form {
        width: 100%; } }
    #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(1),
    #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(2),
    #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(3) {
      margin-bottom: 35px; }
      @media screen and (max-width: 600px) {
        #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(1),
        #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(2),
        #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(3) {
          margin-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      #formAnnoncesModal .modal-body .form-wrapper form .form-group:nth-child(3) {
        margin-bottom: 10px; } }
    @media screen and (max-width: 600px) {
      #formAnnoncesModal .modal-body .form-wrapper form .form-button {
        margin-top: 20px; } }
  @media screen and (max-width: 600px) and (max-height: 645px) {
    #formAnnoncesModal .modal-body .form-wrapper form .form-button {
      margin-top: 50px; } }
  #formAnnoncesModal .modal-body .form-wrapper .form-group label {
    margin-left: 15px; }
  #formAnnoncesModal .modal-body .form-wrapper .form-group .select2-localisation-wrapper {
    margin-top: 0px; }

#stepsVideoPopin .modal-dialog,
#reassuranceVideoPopin .modal-dialog,
[id^="testimonialVideoPopin-"] .modal-dialog {
  min-height: 30%; }
  @media screen and (min-width: 768px) {
    #stepsVideoPopin .modal-dialog,
    #reassuranceVideoPopin .modal-dialog,
    [id^="testimonialVideoPopin-"] .modal-dialog {
      max-width: 90%; } }
  @media screen and (min-width: 992px) {
    #stepsVideoPopin .modal-dialog,
    #reassuranceVideoPopin .modal-dialog,
    [id^="testimonialVideoPopin-"] .modal-dialog {
      max-width: 75%; } }
  @media screen and (min-width: 1400px) {
    #stepsVideoPopin .modal-dialog,
    #reassuranceVideoPopin .modal-dialog,
    [id^="testimonialVideoPopin-"] .modal-dialog {
      max-width: 1200px; } }

#stepsVideoPopin .modal-body,
#reassuranceVideoPopin .modal-body,
[id^="testimonialVideoPopin-"] .modal-body {
  padding-top: 0;
  padding-bottom: 35px;
  height: 100%; }
  @media screen and (max-width: 768px) {
    #stepsVideoPopin .modal-body,
    #reassuranceVideoPopin .modal-body,
    [id^="testimonialVideoPopin-"] .modal-body {
      position: relative;
      top: 40px; } }
  #stepsVideoPopin .modal-body .video-wrapper,
  #reassuranceVideoPopin .modal-body .video-wrapper,
  [id^="testimonialVideoPopin-"] .modal-body .video-wrapper {
    padding: 0;
    height: 100%; }
    #stepsVideoPopin .modal-body .video-wrapper .video-container,
    #reassuranceVideoPopin .modal-body .video-wrapper .video-container,
    [id^="testimonialVideoPopin-"] .modal-body .video-wrapper .video-container {
      height: 100%; }
      #stepsVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner,
      #reassuranceVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner,
      [id^="testimonialVideoPopin-"] .modal-body .video-wrapper .video-container .kc-video-inner {
        height: 100%;
        margin-top: 0; }
        #stepsVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner iframe,
        #reassuranceVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner iframe,
        [id^="testimonialVideoPopin-"] .modal-body .video-wrapper .video-container .kc-video-inner iframe {
          min-height: 50vh; }
          @media screen and (max-width: 767px) {
            #stepsVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner iframe,
            #reassuranceVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner iframe,
            [id^="testimonialVideoPopin-"] .modal-body .video-wrapper .video-container .kc-video-inner iframe {
              min-height: 30vh; } }
          @media screen and (min-width: 992px) {
            #stepsVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner iframe,
            #reassuranceVideoPopin .modal-body .video-wrapper .video-container .kc-video-inner iframe,
            [id^="testimonialVideoPopin-"] .modal-body .video-wrapper .video-container .kc-video-inner iframe {
              min-height: 55vh; } }

@media (max-width: 768px) {
  #etreRappeleModal .modal-body .form-wrapper {
    background: #fff; } }

#etreRappeleModal .modal-body .form-wrapper .hours_input .wpcf7-form-control {
  flex-wrap: wrap; }
  #etreRappeleModal .modal-body .form-wrapper .hours_input .wpcf7-form-control .wpcf7-list-item {
    width: 50%; }

@media screen and (min-width: 768px) {
  #landingForm .modal-dialog,
  #recruitmentSpontanee .modal-dialog,
  #obtainPlan .modal-dialog,
  #demandeDinformation .modal-dialog,
  #demandeDinformation2 .modal-dialog,
  #etreRappeleModal .modal-dialog {
    max-width: 650px; } }

#landingForm .modal-top .form-title-wrapper .telephone-anchor a img,
#recruitmentSpontanee .modal-top .form-title-wrapper .telephone-anchor a img,
#obtainPlan .modal-top .form-title-wrapper .telephone-anchor a img,
#demandeDinformation .modal-top .form-title-wrapper .telephone-anchor a img,
#demandeDinformation2 .modal-top .form-title-wrapper .telephone-anchor a img,
#etreRappeleModal .modal-top .form-title-wrapper .telephone-anchor a img {
  max-width: 320px; }
  @media screen and (max-width: 767px) {
    #landingForm .modal-top .form-title-wrapper .telephone-anchor a img,
    #recruitmentSpontanee .modal-top .form-title-wrapper .telephone-anchor a img,
    #obtainPlan .modal-top .form-title-wrapper .telephone-anchor a img,
    #demandeDinformation .modal-top .form-title-wrapper .telephone-anchor a img,
    #demandeDinformation2 .modal-top .form-title-wrapper .telephone-anchor a img,
    #etreRappeleModal .modal-top .form-title-wrapper .telephone-anchor a img {
      max-width: 200px; } }

#landingForm .modal-top .form-title-wrapper .title,
#recruitmentSpontanee .modal-top .form-title-wrapper .title,
#obtainPlan .modal-top .form-title-wrapper .title,
#demandeDinformation .modal-top .form-title-wrapper .title,
#demandeDinformation2 .modal-top .form-title-wrapper .title,
#etreRappeleModal .modal-top .form-title-wrapper .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 22px; }

#landingForm .modal-body .form-wrapper,
#recruitmentSpontanee .modal-body .form-wrapper,
#obtainPlan .modal-body .form-wrapper,
#demandeDinformation .modal-body .form-wrapper,
#demandeDinformation2 .modal-body .form-wrapper,
#etreRappeleModal .modal-body .form-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px; }

#landingForm .modal-body form .maison_plan_field.rappele p,
#recruitmentSpontanee .modal-body form .maison_plan_field.rappele p,
#obtainPlan .modal-body form .maison_plan_field.rappele p,
#demandeDinformation .modal-body form .maison_plan_field.rappele p,
#demandeDinformation2 .modal-body form .maison_plan_field.rappele p,
#etreRappeleModal .modal-body form .maison_plan_field.rappele p {
  margin-bottom: 10px; }
  #landingForm .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
  #recruitmentSpontanee .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
  #obtainPlan .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
  #demandeDinformation .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
  #demandeDinformation2 .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
  #etreRappeleModal .modal-body form .maison_plan_field.rappele p.mobile-radio-label {
    width: 300px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px; }
    @media screen and (max-width: 350px) {
      #landingForm .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
      #recruitmentSpontanee .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
      #obtainPlan .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
      #demandeDinformation .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
      #demandeDinformation2 .modal-body form .maison_plan_field.rappele p.mobile-radio-label,
      #etreRappeleModal .modal-body form .maison_plan_field.rappele p.mobile-radio-label {
        width: 100%; } }

#landingForm .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
#recruitmentSpontanee .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
#obtainPlan .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
#demandeDinformation .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
#demandeDinformation2 .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
#etreRappeleModal .modal-body form .maison_plan_field.rappele .maison_checkbox_field {
  width: 300px;
  margin: 0;
  margin-left: auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #landingForm .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #recruitmentSpontanee .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #obtainPlan .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #demandeDinformation .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #demandeDinformation2 .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #etreRappeleModal .modal-body form .maison_plan_field.rappele .maison_checkbox_field {
      width: 300px;
      margin: 0 auto; } }
  @media screen and (max-width: 350px) {
    #landingForm .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #recruitmentSpontanee .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #obtainPlan .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #demandeDinformation .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #demandeDinformation2 .modal-body form .maison_plan_field.rappele .maison_checkbox_field,
    #etreRappeleModal .modal-body form .maison_plan_field.rappele .maison_checkbox_field {
      width: 100%; } }

#landingForm .modal-body form .wpcf7-form-control-wrap.schedules,
#recruitmentSpontanee .modal-body form .wpcf7-form-control-wrap.schedules,
#obtainPlan .modal-body form .wpcf7-form-control-wrap.schedules,
#demandeDinformation .modal-body form .wpcf7-form-control-wrap.schedules,
#demandeDinformation2 .modal-body form .wpcf7-form-control-wrap.schedules,
#etreRappeleModal .modal-body form .wpcf7-form-control-wrap.schedules {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #landingForm .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
  #recruitmentSpontanee .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
  #obtainPlan .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
  #demandeDinformation .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
  #demandeDinformation2 .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
  #etreRappeleModal .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #landingForm .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #recruitmentSpontanee .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #obtainPlan .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #demandeDinformation .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #demandeDinformation2 .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #etreRappeleModal .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio {
        margin-bottom: 0; } }
    @media screen and (max-width: 350px) {
      #landingForm .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #recruitmentSpontanee .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #obtainPlan .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #demandeDinformation .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #demandeDinformation2 .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio,
      #etreRappeleModal .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio {
        width: 100%; } }
    #landingForm .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label,
    #recruitmentSpontanee .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label,
    #obtainPlan .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label,
    #demandeDinformation .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label,
    #demandeDinformation2 .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label,
    #etreRappeleModal .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label {
      position: relative; }
    @media screen and (max-width: 767px) {
      #landingForm .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label,
      #recruitmentSpontanee .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label,
      #obtainPlan .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label,
      #demandeDinformation .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label,
      #demandeDinformation2 .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label,
      #etreRappeleModal .modal-body form .wpcf7-form-control-wrap.schedules .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
        font-weight: 400;
        font-size: 18px;
        line-height: 17px; } }

#landingForm .modal-body form input.wpcf7-form-control.wpcf7-submit,
#recruitmentSpontanee .modal-body form input.wpcf7-form-control.wpcf7-submit,
#obtainPlan .modal-body form input.wpcf7-form-control.wpcf7-submit,
#demandeDinformation .modal-body form input.wpcf7-form-control.wpcf7-submit,
#demandeDinformation2 .modal-body form input.wpcf7-form-control.wpcf7-submit,
#etreRappeleModal .modal-body form input.wpcf7-form-control.wpcf7-submit {
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    #landingForm .modal-body form input.wpcf7-form-control.wpcf7-submit,
    #recruitmentSpontanee .modal-body form input.wpcf7-form-control.wpcf7-submit,
    #obtainPlan .modal-body form input.wpcf7-form-control.wpcf7-submit,
    #demandeDinformation .modal-body form input.wpcf7-form-control.wpcf7-submit,
    #demandeDinformation2 .modal-body form input.wpcf7-form-control.wpcf7-submit,
    #etreRappeleModal .modal-body form input.wpcf7-form-control.wpcf7-submit {
      margin-top: 30px; } }

@media (max-width: 768px) {
  #landingForm .modal-body .form-wrapper,
  #recruitmentSpontanee .modal-body .form-wrapper,
  #obtainPlan .modal-body .form-wrapper,
  #demandeDinformation .modal-body .form-wrapper,
  #demandeDinformation2 .modal-body .form-wrapper {
    background: #f0f2f1; } }

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0; }

.wpcf7 form:not([name="ETRE_RAPPELE"]):not([name="FORMULAIRE_LP"]):not([name="OFFRE_D_EMPLOI"]):not([name="FORMULAIRE_FRANCHISE"]) .wpcf7-list-item {
  display: block;
  margin-bottom: -40px; }

.page-template-template-lp .wpcf7 .wpcf7-list-item,
.page-template-template-lp-wo-crm .wpcf7 .wpcf7-list-item,
.page-template-template-recruitment .jobs-content .wpcf7 .wpcf7-list-item,
#recruitmentSpontanee .wpcf7 .wpcf7-list-item {
  margin-bottom: -20px; }

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }

form[name="ETRE_RAPPELE"] .wpcf7-checkbox label {
  margin-bottom: 0px; }

.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .wpcf7-checkbox .wpcf7-list-item-label {
      font-weight: 400;
      font-size: 12px;
      line-height: 15px; } }

.wpcf7-checkbox input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    .wpcf7-checkbox input[type="checkbox"],
    .wpcf7-radio input[type="radio"] {
      width: 20px;
      height: 20px; } }

.wpcf7-checkbox input[type="checkbox"] + span:before,
.wpcf7-radio input[type="radio"] + span:before {
  display: block;
  position: relative;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  display: inline-block;
  top: 4px;
  margin-right: 10px; }

.wpcf7-checkbox input[type="checkbox"] + span:before {
  position: absolute;
  left: 0; }

.wpcf7-checkbox input[type="checkbox"] + span:after,
.wpcf7-radio input[type="radio"] + span:after {
  background: white;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 10px;
  transform: translate(-50%, -50%);
  height: 15px;
  width: 15px;
  transition: all 0.3s ease;
  cursor: pointer; }

.wpcf7-checkbox input[type="checkbox"]:checked + span:before,
.wpcf7-radio input[type="radio"]:checked + span:before {
  background: transparent; }

.wpcf7-checkbox input[type="checkbox"]:checked + span:after,
.wpcf7-radio input[type="radio"]:checked + span:after {
  visibility: visible;
  background: #bebebe; }

.wpcf7-list-item-label {
  display: inline-block; }

.wpcf7-form-control-wrap.agree-terms .wpcf7-not-valid-tip {
  text-align: left; }

.wpcf7-form-control-wrap.schedules .wpcf7-not-valid-tip,
.maison_checkbox_field .wpcf7-not-valid-tip {
  text-align: left;
  width: 404px;
  margin: 0;
  margin-left: auto !important; }

span.wpcf7-not-valid-tip {
  width: 300px;
  margin: 0 auto; }

#landingForm .maison_plan_field span.wpcf7-list-item-label,
#recruitmentSpontanee .maison_plan_field span.wpcf7-list-item-label,
#obtainPlan .maison_plan_field span.wpcf7-list-item-label,
#demandeDinformation .maison_plan_field span.wpcf7-list-item-label,
#demandeDinformation2 .maison_plan_field span.wpcf7-list-item-label,
#rejoinezNous .maison_plan_field span.wpcf7-list-item-label {
  position: relative;
  top: -28px; }

#landingForm .modal-content input:not(.wpcf7-submit),
#recruitmentSpontanee .modal-content input:not(.wpcf7-submit),
#obtainPlan .modal-content input:not(.wpcf7-submit),
#demandeDinformation .modal-content input:not(.wpcf7-submit),
#demandeDinformation2 .modal-content input:not(.wpcf7-submit),
#rejoinezNous .modal-content input:not(.wpcf7-submit) {
  background: #ffffff; }

#landingForm .modal-content .modal-top .title,
#recruitmentSpontanee .modal-content .modal-top .title,
#obtainPlan .modal-content .modal-top .title,
#demandeDinformation .modal-content .modal-top .title,
#demandeDinformation2 .modal-content .modal-top .title,
#rejoinezNous .modal-content .modal-top .title {
  font-size: 30px;
  line-height: 1; }
  #landingForm .modal-content .modal-top .title .subtitle,
  #recruitmentSpontanee .modal-content .modal-top .title .subtitle,
  #obtainPlan .modal-content .modal-top .title .subtitle,
  #demandeDinformation .modal-content .modal-top .title .subtitle,
  #demandeDinformation2 .modal-content .modal-top .title .subtitle,
  #rejoinezNous .modal-content .modal-top .title .subtitle {
    margin-top: 15px;
    font-size: 20px; }

#obtainPlan .modal-content,
#landingForm .modal-content,
#demandeDinformation .modal-content,
#demandeDinformation2 .modal-content,
#recruitmentSpontanee .modal-content {
  background: #f0f2f1; }
  #obtainPlan .modal-content .form-title-wrapper,
  #landingForm .modal-content .form-title-wrapper,
  #demandeDinformation .modal-content .form-title-wrapper,
  #demandeDinformation2 .modal-content .form-title-wrapper,
  #recruitmentSpontanee .modal-content .form-title-wrapper {
    width: 300px;
    margin: 0px auto;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      #obtainPlan .modal-content .form-title-wrapper,
      #landingForm .modal-content .form-title-wrapper,
      #demandeDinformation .modal-content .form-title-wrapper,
      #demandeDinformation2 .modal-content .form-title-wrapper,
      #recruitmentSpontanee .modal-content .form-title-wrapper {
        width: auto; } }

#recruitmentSpontanee .job {
  border-bottom: none; }

#recruitmentSpontanee .input-container {
  width: 300px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #recruitmentSpontanee .input-container label {
    font-weight: 400 !important;
    font-size: inherit !important;
    margin: 0px; }
  #recruitmentSpontanee .input-container button {
    background: #c5caca;
    color: #6f8080;
    padding: 0px 15px;
    border: none;
    font-size: 14px;
    border-radius: 2px !important; }
  #recruitmentSpontanee .input-container .wpcf7-form-control-wrap input {
    display: none; }

#recruitmentSpontanee .maison_plan_field {
  width: 300px;
  margin: 0px auto; }
  #recruitmentSpontanee .maison_plan_field.textarea_plan_field {
    margin-bottom: 20px;
    margin-top: 25px; }

#recruitmentSpontanee .modal-body form input.wpcf7-form-control.wpcf7-submit {
  margin-top: 20px; }

#demandeDinformation .maison_plan_field.textarea_plan_field {
  margin-bottom: 20px; }

#landingForm .lp_contact_wrapper {
  position: static;
  box-shadow: none;
  padding: 0px; }

#landingForm h3 {
  max-width: 240px !important;
  font-size: 30px !important; }

#landingForm .maison_plan_field.rappele {
  width: 300px;
  margin: 0px auto; }
  #landingForm .maison_plan_field.rappele .maison_checkbox_field {
    width: 300px !important; }
  #landingForm .maison_plan_field.rappele span.wpcf7-list-item-label {
    top: 0px !important; }

#thankYouPopin .thankyou-popin {
  min-height: 50vh;
  justify-content: space-around; }

#formModelesModal .modal-body label:not(.check-container) {
  margin-left: 15px; }

@media screen and (max-width: 1366px) {
  #equipmentModal {
    padding: 0 !important; } }

@media screen and (max-width: 1366px) {
  #equipmentModal .modal-dialog {
    margin: 0; } }

#equipmentModal .close-menu.close img {
  max-width: 25px;
  max-height: 25px; }

#equipmentModal .modal-extra-large {
  max-width: 1366px; }

@media screen and (max-width: 768px) {
  #demandeDinformation .modal-dialog {
    min-height: 100vh;
    max-height: none; } }

#rejoinezNous .modal-top {
  padding-bottom: 25px; }

@media (max-width: 768px) {
  #rejoinezNous .form-wrapper {
    background: #ffffff; } }

#rejoinezNous .maison_plan_field.rappele {
  margin-bottom: 5px; }
  #rejoinezNous .maison_plan_field.rappele .maison_checkbox_field .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-not-valid-tip {
    margin-top: 0px; }

@media (max-width: 768px) {
  #rejoinezNous .form-title-wrapper {
    font-size: 20px;
    font-weight: bold; } }

@media (max-width: 768px) {
  #rejoinezNous .form-title-wrapper .title {
    font-weight: 700 !important; } }

@media (max-width: 768px) {
  #rejoinezNous .form-title-wrapper .title .form-subtitle {
    font-weight: 400; } }

#rejoinezNous .form-subtitle {
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
  font-weight: 400; }
  @media (max-width: 768px) {
    #rejoinezNous .form-subtitle {
      font-size: 18px;
      margin-top: 15px; } }

#rejoinezNous .maison_plan_field span.wpcf7-list-item-label {
  top: 0px; }

.submit_plan_wrapper br {
  display: none; }

#nosEngagements .modal-body {
  background: #fff; }
  #nosEngagements .modal-body > p {
    margin-top: 16px; }

#telecharger .modal-body {
  background: #ffffff; }
  #telecharger .modal-body .form-wrapper .maison_plan_field .wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    top: -28px; }

#search_radius_container {
  margin-top: 0 !important;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  font-size: 1.2rem;
  margin-top: 40px; }
  #search_radius_container .input-container {
    margin-top: 2px;
    width: 23px;
    height: 23px;
    position: relative; }
    #search_radius_container .input-container input {
      width: 23px;
      height: 23px;
      appearance: none;
      -webkit-appearance: none;
      outline: none;
      border: 1px solid #607475;
      border-radius: 3px;
      box-sizing: border-box; }
    #search_radius_container .input-container input:checked:after {
      content: '';
      width: 23px;
      height: 23px;
      background: url("../img/check_Rbtn.png") center no-repeat #a08b8a;
      background-size: cover;
      position: absolute;
      z-index: 5;
      pointer-events: none;
      filter: invert(100%);
      border-radius: 3px;
      top: 0;
      left: 0; }
  #search_radius_container label {
    font-weight: 400 !important;
    display: block;
    padding-left: 20px;
    font-size: 1.2rem;
    width: 350px;
    min-width: 298px; }

#environmentPopinConf .modal-dialog,
#environmentPopin .modal-dialog {
  max-width: 650px; }
  @media (max-width: 767px) {
    #environmentPopinConf .modal-dialog,
    #environmentPopin .modal-dialog {
      height: auto !important;
      max-height: unset !important; } }
  #environmentPopinConf .modal-dialog .modal-content,
  #environmentPopin .modal-dialog .modal-content {
    background: #f0f2f1;
    border-radius: 0;
    height: auto; }
    @media (max-width: 767px) {
      #environmentPopinConf .modal-dialog .modal-content,
      #environmentPopin .modal-dialog .modal-content {
        min-height: 100vh; } }
    #environmentPopinConf .modal-dialog .modal-content .modal-header,
    #environmentPopin .modal-dialog .modal-content .modal-header {
      border-bottom: none !important; }
      #environmentPopinConf .modal-dialog .modal-content .modal-header .close,
      #environmentPopin .modal-dialog .modal-content .modal-header .close {
        padding: 10px; }
        #environmentPopinConf .modal-dialog .modal-content .modal-header .close img,
        #environmentPopin .modal-dialog .modal-content .modal-header .close img {
          max-width: 25px;
          max-height: 25px; }
    #environmentPopinConf .modal-dialog .modal-content .modal-top-container,
    #environmentPopin .modal-dialog .modal-content .modal-top-container {
      padding: 50px; }
      @media (max-width: 767px) {
        #environmentPopinConf .modal-dialog .modal-content .modal-top-container,
        #environmentPopin .modal-dialog .modal-content .modal-top-container {
          padding: 50px 30px 15px 30px; } }
      #environmentPopinConf .modal-dialog .modal-content .modal-top-container .top-content p,
      #environmentPopin .modal-dialog .modal-content .modal-top-container .top-content p {
        text-align: center; }
      #environmentPopinConf .modal-dialog .modal-content .modal-top-container .top-content .title-modal,
      #environmentPopin .modal-dialog .modal-content .modal-top-container .top-content .title-modal {
        font-size: 20px; }
      #environmentPopinConf .modal-dialog .modal-content .modal-top-container .top-content .modal-inf,
      #environmentPopin .modal-dialog .modal-content .modal-top-container .top-content .modal-inf {
        text-decoration: underline;
        font-size: 18px;
        font-weight: 500; }
    #environmentPopinConf .modal-dialog .modal-content .modal-body-container,
    #environmentPopin .modal-dialog .modal-content .modal-body-container {
      display: flex;
      justify-content: center; }
      #environmentPopinConf .modal-dialog .modal-content .modal-body-container .form-wrapper a,
      #environmentPopin .modal-dialog .modal-content .modal-body-container .form-wrapper a {
        min-width: 300px;
        display: block;
        height: 50px;
        color: white;
        background-color: #E02623;
        border-radius: 6px;
        font-weight: 400;
        font-size: 21px;
        display: flex;
        justify-content: center;
        align-items: center; }
    #environmentPopinConf .modal-dialog .modal-content .modal-bottom,
    #environmentPopin .modal-dialog .modal-content .modal-bottom {
      padding: 50px; }
      @media (max-width: 767px) {
        #environmentPopinConf .modal-dialog .modal-content .modal-bottom,
        #environmentPopin .modal-dialog .modal-content .modal-bottom {
          padding: 20px 30px 30px 30px; } }
      #environmentPopinConf .modal-dialog .modal-content .modal-bottom .modal-text-red,
      #environmentPopin .modal-dialog .modal-content .modal-bottom .modal-text-red {
        color: #E02623;
        text-decoration: underline;
        font-size: 20px; }
      #environmentPopinConf .modal-dialog .modal-content .modal-bottom p,
      #environmentPopin .modal-dialog .modal-content .modal-bottom p {
        font-size: 18px; }
    #environmentPopinConf .modal-dialog .modal-content .text-source,
    #environmentPopin .modal-dialog .modal-content .text-source {
      font-style: oblique;
      font-size: 16px !important;
      font-weight: 100 !important; }
      #environmentPopinConf .modal-dialog .modal-content .text-source span,
      #environmentPopin .modal-dialog .modal-content .text-source span {
        font-weight: 100;
        text-decoration: underline;
        font-style: oblique;
        font-size: 16px; }

#environmentPopinConf.modal-open-env,
#environmentPopin.modal-open-env {
  transform: scale(1); }

.template-homepage #homepage-jumbotron {
  min-height: 625px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .template-homepage #homepage-jumbotron {
      background-image: var(--bg-mobile-img) !important; } }
  .template-homepage #homepage-jumbotron:not(.anchor) a.fake-link {
    cursor: default; }
  .template-homepage #homepage-jumbotron .fake-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .template-homepage #homepage-jumbotron .jumbotron-container {
    position: relative; }
    .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content {
      padding-top: 60px; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content #logo_maisons_env_cont,
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content #logo_maisons_env_cont_mobile {
        position: relative;
        margin-left: 0; }
        @media (max-width: 768px) {
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content #logo_maisons_env_cont,
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content #logo_maisons_env_cont_mobile {
            margin-left: 0;
            transform-origin: left; } }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 {
        font-size: 50px;
        color: white;
        line-height: 0.8; }
        .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 span {
          display: block;
          background-color: #e02623;
          width: fit-content;
          width: -moz-max-content;
          padding: 8px 15px 16px;
          font-weight: 700;
          letter-spacing: 2px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 span:nth-child(2) {
            margin-top: 5px;
            padding-bottom: 15px; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content p.description {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        margin-top: 18px;
        color: white;
        max-width: 540px; }
    .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu {
      position: absolute;
      max-width: 1000px;
      width: 100%;
      min-height: 115px;
      height: 115px;
      bottom: -45px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px;
      z-index: 3; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu {
        height: 100%; }
        .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item {
          width: 33.333%;
          align-self: center;
          padding-left: 20px;
          background-color: #dfe3e3;
          height: 100%;
          align-items: center;
          border-radius: 10px;
          cursor: pointer;
          position: relative; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item:not(:nth-last-child(1)) {
            margin-right: 5px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item a.fake-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .icon img {
            width: 65px;
            height: 45px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts {
            padding-left: 18px; }
            .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .title {
              font-weight: 700;
              font-size: 30px;
              line-height: 35px;
              color: #5f7475; }
            .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .link a {
              color: black;
              font-weight: 500;
              font-size: 18px;
              line-height: 35px;
              position: relative; }
              .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .link a:after {
                content: '\f054';
                font-family: 'Font Awesome 5 Free', 'sans-serif';
                font-weight: 600;
                position: absolute;
                color: #e02623;
                right: -20px;
                font-size: 13px; }
  @media screen and (max-width: 991px) {
    .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content {
      max-width: 450px; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 {
        font-size: 35px; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content p.description {
        font-size: 17px; }
    .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu {
      height: initial;
      bottom: 50px;
      width: 340px; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu {
        flex-direction: column; }
        .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item {
          width: 100%;
          padding: 10px 20px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item:not(:nth-last-child(1)) {
            margin-right: 0;
            margin-bottom: 3px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .icon img {
            width: 40px;
            height: 30px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .title {
            font-size: 22px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .link {
            font-size: 15px; }
            .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .link a:after {
              content: none; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .title,
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item .texts .link a {
            line-height: 25px; }
          .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu .menu .menu-item::after {
            content: ' ';
            width: 10px;
            height: 19px;
            background-image: url(../img/right-red-arrow.png);
            background-size: cover;
            position: absolute;
            right: 20px; } }
  @media screen and (max-width: 767px) {
    .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 {
      font-size: 25px; }
      .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 span {
        padding: 7px 15px 8px; }
        .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-content .heading h1 span:nth-child(2) {
          padding-bottom: 10px; } }
  @media screen and (max-width: 340px) {
    .template-homepage #homepage-jumbotron .jumbotron-container .jumbotron-menu {
      width: 90%; } }

.template-homepage #homepage-description {
  background-color: #eff1f1;
  padding-top: 80px; }
  .template-homepage #homepage-description .header-description-container .description {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 45px; }
    .template-homepage #homepage-description .header-description-container .description p {
      margin-bottom: 8px;
      font-weight: 500;
      font-size: 22px;
      line-height: 32px; }
  @media screen and (max-width: 991px) {
    .template-homepage #homepage-description {
      padding: 25px 0 30px; }
      .template-homepage #homepage-description .header-description-container .description {
        width: 100%;
        padding-bottom: 0; }
        .template-homepage #homepage-description .header-description-container .description p {
          font-size: 20px;
          line-height: 25px; } }

.template-homepage #reassurance-block {
  padding-top: 75px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .template-homepage #reassurance-block {
      margin-bottom: 10px; } }
  @media screen and (max-width: 1199px) {
    .template-homepage #reassurance-block {
      padding-top: 10px; } }
  .template-homepage #reassurance-block .row.top-part .left-part {
    padding-right: 50px; }
    @media screen and (max-width: 1199px) {
      .template-homepage #reassurance-block .row.top-part .left-part {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider {
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: 6px; } }
    .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider .slide-image {
      position: relative;
      padding-top: 63.25%;
      /* 16:9 Aspect Ratio */ }
      .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider .slide-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto; }
    .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider ul.slick-dots {
      bottom: -35px; }
      @media screen and (max-width: 991px) {
        .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider ul.slick-dots {
          display: none !important; } }
      .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider ul.slick-dots li.slick-active button:before {
        color: #5f7576;
        opacity: 1; }
      .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider ul.slick-dots li button:before {
        color: #dfe3e4;
        opacity: 1;
        width: 7px;
        height: 7px; }
      .template-homepage #reassurance-block .row.top-part .left-part #reassurance-slider ul.slick-dots li:hover:not(.slick-active) button:before {
        color: #5f7576;
        opacity: 0.5; }
  .template-homepage #reassurance-block .row.top-part .right-part {
    padding-left: 50px; }
    @media screen and (max-width: 1199px) {
      .template-homepage #reassurance-block .row.top-part .right-part {
        padding-left: 0;
        margin-top: 50px; } }
    .template-homepage #reassurance-block .row.top-part .right-part .texts {
      padding-right: 100px; }
      @media screen and (max-width: 991px) {
        .template-homepage #reassurance-block .row.top-part .right-part .texts {
          padding-right: 0; } }
      @media screen and (max-width: 767px) {
        .template-homepage #reassurance-block .row.top-part .right-part .texts {
          margin-left: -25px;
          margin-right: -25px; } }
      .template-homepage #reassurance-block .row.top-part .right-part .texts .title {
        margin-bottom: 20px; }
        @media screen and (max-width: 991px) {
          .template-homepage #reassurance-block .row.top-part .right-part .texts .title {
            margin-bottom: 12px; } }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.top-part .right-part .texts .title {
            width: 90%; } }
        .template-homepage #reassurance-block .row.top-part .right-part .texts .title h2 {
          font-weight: 700;
          font-size: 40px;
          line-height: 40px;
          color: #5f7475;
          margin-bottom: 0; }
          @media screen and (max-width: 991px) {
            .template-homepage #reassurance-block .row.top-part .right-part .texts .title h2 {
              font-size: 30px;
              line-height: 30px; } }
      .template-homepage #reassurance-block .row.top-part .right-part .texts .description {
        font-weight: 300;
        font-size: 20px;
        line-height: 25px; }
        @media screen and (max-width: 991px) {
          .template-homepage #reassurance-block .row.top-part .right-part .texts .description {
            font-size: 18px;
            line-height: 25px; } }
    .template-homepage #reassurance-block .row.top-part .right-part .icons {
      padding: 0 15px;
      margin-top: 25px;
      margin-bottom: 25px; }
      @media screen and (max-width: 991px) {
        .template-homepage #reassurance-block .row.top-part .right-part .icons {
          margin-top: 0;
          margin-left: 5px; } }
      @media screen and (max-width: 767px) {
        .template-homepage #reassurance-block .row.top-part .right-part .icons {
          margin-left: -25px;
          margin-right: -25px; } }
      .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item {
        padding: 0; }
        @media screen and (min-width: 768px) {
          .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item:not(:nth-last-of-type(-n + 2)) {
            margin-bottom: 15px; } }
        @media screen and (max-width: 768px) {
          .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item {
            padding: 20px 0px 0px; } }
        .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item .icon {
          padding-right: 18px;
          max-width: 50px; }
          @media screen and (max-width: 991px) {
            .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item .icon {
              padding-right: 12px;
              max-width: 50px; } }
          .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item .icon img {
            width: 100%; }
            @media (max-width: 768px) {
              .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item .icon img {
                width: 80%; } }
        .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item .title {
          font-weight: 500;
          font-size: 20px;
          line-height: 30px; }
          @media screen and (max-width: 767px) {
            .template-homepage #reassurance-block .row.top-part .right-part .icons .right-icon-item .title {
              font-size: 18px;
              line-height: 30px; } }
    @media screen and (max-width: 767px) {
      .template-homepage #reassurance-block .row.top-part .right-part .button {
        margin-left: -25px; } }
    .template-homepage #reassurance-block .row.top-part .right-part .button a {
      padding: 10px 45px;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px; }
      @media screen and (max-width: 767px) {
        .template-homepage #reassurance-block .row.top-part .right-part .button a {
          padding: 6px 21px; } }
      .template-homepage #reassurance-block .row.top-part .right-part .button a:visited {
        color: white; }
  .template-homepage #reassurance-block .row.bottom-part {
    margin-top: 75px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .template-homepage #reassurance-block .row.bottom-part {
        margin-top: 42px;
        padding: 0 !important;
        margin-left: -35px;
        margin-right: -34px; } }
    .template-homepage #reassurance-block .row.bottom-part .bottom-icon {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .template-homepage #reassurance-block .row.bottom-part .bottom-icon {
          flex-basis: 0;
          -ms-flex-positive: 1;
          flex-grow: 1;
          max-width: 100%; } }
      .template-homepage #reassurance-block .row.bottom-part .bottom-icon .icon img {
        width: 100%;
        height: 100px;
        max-width: 113px;
        max-height: 100px; }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon .icon img {
            max-width: 75px;
            max-height: 69px; } }
      .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(1) .icon img {
        width: 75px; }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(1) .icon img {
            width: 52px;
            height: 68px; } }
      .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(2) .icon img {
        width: 100px;
        height: 100px; }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(2) .icon img {
            width: 67px;
            height: 67px; } }
      .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(3) .icon img {
        width: 103px;
        height: 100px; }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(3) .icon img {
            width: 65px;
            height: 64px; } }
      .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(4) .icon img {
        width: 113px;
        height: 100px; }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon:nth-child(4) .icon img {
            width: 73px;
            height: 67px; } }
      .template-homepage #reassurance-block .row.bottom-part .bottom-icon .text {
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon .text {
            margin-top: 10px; } }
        .template-homepage #reassurance-block .row.bottom-part .bottom-icon .text p {
          margin-bottom: 0;
          color: #5f7475;
          font-weight: 700;
          font-size: 22px;
          line-height: 25px; }
          .template-homepage #reassurance-block .row.bottom-part .bottom-icon .text p strong {
            color: #e02623; }
          @media screen and (max-width: 767px) {
            .template-homepage #reassurance-block .row.bottom-part .bottom-icon .text p {
              font-size: 16px;
              line-height: 18px; } }

@media screen and (max-width: 767px) {
  .template-homepage #hp-multiple-block-section .top-part {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 !important; }
    .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .title h3 {
      width: 65%;
      margin: 0 auto 4px; } }

.template-homepage #hp-multiple-block-section .top-part,
.template-homepage #hp-multiple-block-section .bottom-blocks {
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  .template-homepage #hp-multiple-block-section .bottom-blocks {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 !important; } }

@media screen and (min-width: 768px) {
  .template-homepage #hp-multiple-block-section .bottom-blocks .block:nth-child(1) {
    padding-right: 25px; }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block:nth-child(2) {
    padding-left: 25px; } }

@media screen and (min-width: 992px) {
  .template-homepage #hp-multiple-block-section .bottom-blocks .block:nth-child(1) {
    padding-right: 35px; }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block:nth-child(2) {
    padding-left: 35px; } }

@media screen and (min-width: 1200px) {
  .template-homepage #hp-multiple-block-section .bottom-blocks .block:nth-child(1) {
    padding-right: 50px; }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block:nth-child(2) {
    padding-left: 50px; } }

.template-homepage #hp-multiple-block-section .bottom-blocks .block .supratitle {
  font-size: 15px;
  line-height: 45px;
  color: #5f7475;
  text-transform: uppercase;
  margin-top: 10px; }

.template-homepage #hp-multiple-block-section .bottom-blocks .block .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-left: -2px; }

.template-homepage #hp-multiple-block-section .bottom-blocks .block .description {
  font-size: 18px;
  line-height: 25px; }

.template-homepage #hp-multiple-block-section .bottom-blocks .block .button-wrapper {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .template-homepage #hp-multiple-block-section .bottom-blocks .block .button-wrapper {
      margin-bottom: 40px; } }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block .button-wrapper a {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    padding: 6px 22px; }

@media screen and (max-width: 767px) {
  .template-homepage #hp-multiple-block-section .bottom-blocks .block .supratitle {
    font-size: 13px;
    line-height: 34px; }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block .title {
    font-size: 25px; }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block .description {
    line-height: 23px; }
  .template-homepage #hp-multiple-block-section .bottom-blocks .block .button-wrapper a {
    font-size: 16px; } }

@media screen and (max-width: 991px) {
  .template-homepage #hp-testimonial-section {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 992px) {
  .template-homepage #hp-testimonial-section .top-part,
  .template-homepage #hp-testimonial-section .top-blocks {
    padding-left: 5px;
    padding-right: 5px; } }

.template-homepage #hp-testimonial-section .top-blocks {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .template-homepage #hp-testimonial-section .top-blocks {
      margin-bottom: 0; } }
  .template-homepage #hp-testimonial-section .top-blocks .top-block {
    padding: 0 65px; }
    @media screen and (max-width: 991px) {
      .template-homepage #hp-testimonial-section .top-blocks .top-block {
        padding: 0 25px; } }
    @media screen and (max-width: 767px) {
      .template-homepage #hp-testimonial-section .top-blocks .top-block {
        padding-bottom: 20px !important;
        padding-left: 0;
        padding-right: 0; }
        .template-homepage #hp-testimonial-section .top-blocks .top-block:not(:nth-last-child(1)) {
          margin-bottom: 30px; } }
    .template-homepage #hp-testimonial-section .top-blocks .top-block .top {
      margin-bottom: 20px; }
      @media screen and (min-width: 1200px) {
        .template-homepage #hp-testimonial-section .top-blocks .top-block .top {
          width: 80%; } }
      .template-homepage #hp-testimonial-section .top-blocks .top-block .top .icon {
        margin-right: 20px; }
        .template-homepage #hp-testimonial-section .top-blocks .top-block .top .icon img {
          max-width: 50px; }
          @media screen and (max-width: 991px) {
            .template-homepage #hp-testimonial-section .top-blocks .top-block .top .icon img {
              max-width: 30px; } }
      .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title {
        width: 100%; }
        .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title span,
        .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title a {
          position: relative;
          font-weight: 700;
          font-size: 22px;
          line-height: 30px;
          color: #e02623; }
          @media screen and (max-width: 767px) {
            .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title span:after,
            .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title a:after {
              content: ' ';
              position: absolute;
              background-size: 19px 10px;
              width: 19px;
              height: 10px;
              top: 50%;
              transform: translateY(-50%);
              right: 20px;
              background-image: url(../img/arrow-up.png); }
            .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title span.collapsed:after,
            .template-homepage #hp-testimonial-section .top-blocks .top-block .top .title a.collapsed:after {
              background-image: url(../img/arrow-right.png);
              background-size: 10px 19px;
              width: 10px;
              height: 19px; } }
    .template-homepage #hp-testimonial-section .top-blocks .top-block .description {
      font-size: 18px;
      line-height: 25px; }
      .template-homepage #hp-testimonial-section .top-blocks .top-block .description.collapse, .template-homepage #hp-testimonial-section .top-blocks .top-block .description.collapsing {
        padding-right: 45px; }
    .template-homepage #hp-testimonial-section .top-blocks .top-block:not(:nth-last-child(1)) {
      border-right: 1px solid #5f7475; }
      @media screen and (max-width: 767px) {
        .template-homepage #hp-testimonial-section .top-blocks .top-block:not(:nth-last-child(1)) {
          border-right: none;
          border-bottom: 1px solid #5f7475; } }

.template-homepage #hp-testimonial-section .bottom-testimonials {
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-container {
      margin-top: 0;
      margin-bottom: 10px; } }
  .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper {
    position: relative;
    margin: 0 auto; }
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transition: opacity 1.2s ease-in-out;
      -moz-transition: opacity 1.2s ease-in-out;
      -o-transition: opacity 1.2s ease-in-out;
      transition: opacity 1.2s ease-in-out;
      z-index: 10; }
      .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row.hidden {
        opacity: 0;
        z-index: 0;
        position: absolute; }
      @media screen and (min-width: 768px) {
        .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description {
          padding-left: 40px; } }
      .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .quotes img {
        max-width: 35px; }
        @media screen and (max-width: 991px) {
          .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .quotes img {
            max-width: 30px; } }
      .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .title {
        margin-top: 15px;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 30px;
        line-height: 32px; }
        @media screen and (max-width: 767px) {
          .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .title {
            font-size: 22px;
            line-height: 25px;
            margin: 10px 0 10px; } }
      .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .description {
        font-size: 18px;
        line-height: 25px;
        color: #606060; }
        @media screen and (max-width: 767px) {
          .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .description {
            line-height: 23px; } }
  .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-thumbnails {
    margin-top: 15px;
    bottom: 0; }
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail {
      max-width: 150px;
      margin-right: 10px; }
      .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail .button-wrapper:hover button {
        cursor: pointer; }
        .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail .button-wrapper:hover button svg .ytp-large-play-button-bg {
          fill: transparent; }
  .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-container {
    padding-left: 0; }
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-container .kc_video_wrapper .kc-video-inner {
      margin-top: 0;
      width: 100%; }
    .template-homepage #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-container .video-overlay {
      left: 50%;
      width: 100%; }
  .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor {
    margin-top: 25px; }
    .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor .garantie-wrapper {
      width: 85%;
      margin: 0 auto; }
      .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor .garantie-wrapper iframe .immodvisor-container {
        background-color: #eff1f1; }

.template-homepage #hp-satisfaction-block {
  margin: 60px 5px 50px;
  border: 2px solid #9facac;
  border-radius: 10px;
  padding: 35px;
  padding-right: 0; }
  @media screen and (max-width: 991px) {
    .template-homepage #hp-satisfaction-block {
      padding: 30px 20px;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .template-homepage #hp-satisfaction-block {
      margin-left: -20px;
      margin-right: -20px; } }
  .template-homepage #hp-satisfaction-block .first-column {
    padding-right: 25px; }
    @media screen and (max-width: 991px) {
      .template-homepage #hp-satisfaction-block .first-column {
        margin-bottom: 20px; } }
    .template-homepage #hp-satisfaction-block .first-column .title h4 {
      font-weight: 700;
      font-size: 30px;
      line-height: 35px;
      color: #5f7475; }
      @media screen and (max-width: 991px) {
        .template-homepage #hp-satisfaction-block .first-column .title h4 {
          font-size: 30px;
          line-height: 30px; } }
    @media screen and (max-width: 991px) {
      .template-homepage #hp-satisfaction-block .first-column .description {
        font-size: 19px !important; } }
    .template-homepage #hp-satisfaction-block .first-column a {
      padding: 7px 20px;
      background: #df2723;
      color: #fff;
      border-radius: 3px;
      margin-top: 30px;
      display: inline-block;
      font-size: 16px; }
  .template-homepage #hp-satisfaction-block .satisfaction-column:not(:nth-child(1)) {
    padding-left: 45px;
    padding-right: 15px; }
    @media screen and (max-width: 1199px) {
      .template-homepage #hp-satisfaction-block .satisfaction-column:not(:nth-child(1)) {
        padding: 0 20px; } }
    @media screen and (max-width: 991px) {
      .template-homepage #hp-satisfaction-block .satisfaction-column:not(:nth-child(1)) {
        padding: 0; }
        .template-homepage #hp-satisfaction-block .satisfaction-column:not(:nth-child(1)) .description {
          margin-left: 75px;
          line-height: 23px; } }
  @media screen and (max-width: 991px) {
    .template-homepage #hp-satisfaction-block .satisfaction-column .top {
      display: flex;
      margin-top: 20px;
      align-items: center; }
      .template-homepage #hp-satisfaction-block .satisfaction-column .top .icon {
        min-width: 50px;
        justify-content: center !important; } }
  .template-homepage #hp-satisfaction-block .satisfaction-column .top .icon {
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .template-homepage #hp-satisfaction-block .satisfaction-column .top .icon {
        height: 50px; } }
    .template-homepage #hp-satisfaction-block .satisfaction-column .top .icon img {
      max-width: 70px;
      max-height: 60px; }
      @media screen and (max-width: 991px) {
        .template-homepage #hp-satisfaction-block .satisfaction-column .top .icon img {
          max-width: 50px;
          max-height: 45px; } }
  .template-homepage #hp-satisfaction-block .satisfaction-column .top .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin: 8px 0; }
    @media screen and (max-width: 991px) {
      .template-homepage #hp-satisfaction-block .satisfaction-column .top .title {
        margin-left: 25px;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0; } }
  .template-homepage #hp-satisfaction-block .satisfaction-column .description {
    font-size: 18px;
    line-height: 25px; }

.template-homepage #hp-multiple-block-section,
.template-homepage #hp-testimonial-section {
  padding: 50px 15px; }
  @media screen and (max-width: 767px) {
    .template-homepage #hp-multiple-block-section,
    .template-homepage #hp-testimonial-section {
      padding: 25px 15px 45px; } }
  .template-homepage #hp-multiple-block-section .top-part .texts-wrapper,
  .template-homepage #hp-testimonial-section .top-part .texts-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .template-homepage #hp-multiple-block-section .top-part .texts-wrapper,
      .template-homepage #hp-testimonial-section .top-part .texts-wrapper {
        margin-bottom: 25px; } }
    .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .title,
    .template-homepage #hp-testimonial-section .top-part .texts-wrapper .title {
      margin-bottom: 20px; }
      .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .title h3,
      .template-homepage #hp-testimonial-section .top-part .texts-wrapper .title h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        color: #5f7475; }
    .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .description,
    .template-homepage #hp-testimonial-section .top-part .texts-wrapper .description {
      width: 65%;
      margin: 0 auto;
      font-size: 22px;
      line-height: 30px; }
    @media screen and (max-width: 767px) {
      .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .title,
      .template-homepage #hp-testimonial-section .top-part .texts-wrapper .title {
        margin-bottom: 10px; }
        .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .title h3,
        .template-homepage #hp-testimonial-section .top-part .texts-wrapper .title h3 {
          font-size: 30px;
          line-height: 30px; }
      .template-homepage #hp-multiple-block-section .top-part .texts-wrapper .description,
      .template-homepage #hp-testimonial-section .top-part .texts-wrapper .description {
        width: 100%;
        font-size: 20px;
        line-height: 25px; } }

.template-homepage #reassurance-slider button.slick-prev,
.template-homepage #reassurance-slider button.slick-next,
.template-homepage #mobile-steps-slider button.slick-prev,
.template-homepage #mobile-steps-slider button.slick-next {
  bottom: -65px !important;
  top: initial;
  display: none !important;
  width: 40px;
  height: 40px; }
  @media screen and (max-width: 991px) {
    .template-homepage #reassurance-slider button.slick-prev,
    .template-homepage #reassurance-slider button.slick-next,
    .template-homepage #mobile-steps-slider button.slick-prev,
    .template-homepage #mobile-steps-slider button.slick-next {
      display: inline-block !important; } }
  .template-homepage #reassurance-slider button.slick-prev:before,
  .template-homepage #reassurance-slider button.slick-next:before,
  .template-homepage #mobile-steps-slider button.slick-prev:before,
  .template-homepage #mobile-steps-slider button.slick-next:before {
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: cover;
    opacity: 1; }
  .template-homepage #reassurance-slider button.slick-prev:hover,
  .template-homepage #reassurance-slider button.slick-next:hover,
  .template-homepage #mobile-steps-slider button.slick-prev:hover,
  .template-homepage #mobile-steps-slider button.slick-next:hover {
    opacity: 0.75; }

.template-homepage #reassurance-slider button.slick-next,
.template-homepage #mobile-steps-slider button.slick-next {
  right: calc(48% - 45px); }
  .template-homepage #reassurance-slider button.slick-next:before,
  .template-homepage #mobile-steps-slider button.slick-next:before {
    content: ' ';
    background-image: url(../img/right-slider-nav.png);
    background-size: cover;
    background-position: center; }

.template-homepage #reassurance-slider button.slick-prev,
.template-homepage #mobile-steps-slider button.slick-prev {
  left: calc(48% - 45px); }
  .template-homepage #reassurance-slider button.slick-prev:before,
  .template-homepage #mobile-steps-slider button.slick-prev:before {
    content: ' ';
    background-image: url(../img/left-slider-nav.png);
    background-size: cover;
    background-position: center; }

@media screen and (max-width: 767px) {
  .template-homepage #reassurance-slider button.slick-next {
    right: calc(48% - 40px); }
  .template-homepage #reassurance-slider button.slick-prev {
    left: calc(48% - 34px); }
  .template-homepage #reassurance-slider button.slick-prev,
  .template-homepage #reassurance-slider button.slick-next {
    bottom: -60px !important; }
    .template-homepage #reassurance-slider button.slick-prev:before,
    .template-homepage #reassurance-slider button.slick-next:before {
      width: 35px !important;
      height: 35px !important; }
  .template-homepage #mobile-steps-slider button.slick-prev,
  .template-homepage #mobile-steps-slider button.slick-next {
    bottom: -77px !important; } }

#steps-block-container,
#text-and-video-block-container {
  background-color: #e1e3e4; }
  #steps-block-container .texts-and-video,
  #text-and-video-block-container .texts-and-video {
    padding-top: 70px; }
    @media screen and (max-width: 767px) {
      #steps-block-container .texts-and-video,
      #text-and-video-block-container .texts-and-video {
        padding-top: 30px; } }
    @media screen and (min-width: 992px) {
      #steps-block-container .texts-and-video,
      #text-and-video-block-container .texts-and-video {
        padding-left: 15px;
        padding-right: 15px; } }
    #steps-block-container .texts-and-video .text-container,
    #text-and-video-block-container .texts-and-video .text-container {
      padding-right: 0; }
      @media screen and (max-width: 991px) {
        #steps-block-container .texts-and-video .text-container,
        #text-and-video-block-container .texts-and-video .text-container {
          padding-right: 0; } }
      #steps-block-container .texts-and-video .text-container .text .title,
      #text-and-video-block-container .texts-and-video .text-container .text .title {
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          #steps-block-container .texts-and-video .text-container .text .title,
          #text-and-video-block-container .texts-and-video .text-container .text .title {
            margin-bottom: 25px; } }
        #steps-block-container .texts-and-video .text-container .text .title h3,
        #text-and-video-block-container .texts-and-video .text-container .text .title h3 {
          font-weight: 700;
          font-size: 40px;
          line-height: 40px;
          color: #e02623; }
          @media screen and (max-width: 991px) {
            #steps-block-container .texts-and-video .text-container .text .title h3,
            #text-and-video-block-container .texts-and-video .text-container .text .title h3 {
              font-size: 30px;
              line-height: 30px; } }
      #steps-block-container .texts-and-video .text-container .text .description-top,
      #steps-block-container .texts-and-video .text-container .text .description-bottom,
      #text-and-video-block-container .texts-and-video .text-container .text .description-top,
      #text-and-video-block-container .texts-and-video .text-container .text .description-bottom {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px; }
        @media screen and (max-width: 991px) {
          #steps-block-container .texts-and-video .text-container .text .description-top,
          #steps-block-container .texts-and-video .text-container .text .description-bottom,
          #text-and-video-block-container .texts-and-video .text-container .text .description-top,
          #text-and-video-block-container .texts-and-video .text-container .text .description-bottom {
            font-size: 18px;
            line-height: 23px; } }
      #steps-block-container .texts-and-video .text-container .text .description-top p,
      #text-and-video-block-container .texts-and-video .text-container .text .description-top p {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #steps-block-container .texts-and-video .text-container .text .description-top p,
          #text-and-video-block-container .texts-and-video .text-container .text .description-top p {
            margin-bottom: 20px; } }
  #steps-block-container .bottom-steps,
  #text-and-video-block-container .bottom-steps {
    margin: 70px 18px;
    position: relative; }
    #steps-block-container .bottom-steps:after,
    #text-and-video-block-container .bottom-steps:after {
      content: '\25BA';
      color: #909899;
      position: absolute;
      right: -16px;
      top: 50%;
      transform: translateY(-27%); }
    #steps-block-container .bottom-steps .custom-bullets,
    #text-and-video-block-container .bottom-steps .custom-bullets {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: -16px;
      width: 14px;
      height: 11px;
      transform: translateY(-5%);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #steps-block-container .bottom-steps .custom-bullets .bullet,
      #text-and-video-block-container .bottom-steps .custom-bullets .bullet {
        position: relative;
        width: 5px;
        height: 5px;
        background-color: #909899;
        border-radius: 50%; }
        #steps-block-container .bottom-steps .custom-bullets .bullet:nth-child(1),
        #text-and-video-block-container .bottom-steps .custom-bullets .bullet:nth-child(1) {
          width: 7px;
          height: 7px; }
    #steps-block-container .bottom-steps .step-wrapper,
    #text-and-video-block-container .bottom-steps .step-wrapper {
      padding: 0 24px;
      position: relative;
      padding-right: 26px; }
      @media screen and (max-width: 1199px) {
        #steps-block-container .bottom-steps .step-wrapper,
        #text-and-video-block-container .bottom-steps .step-wrapper {
          padding: 0 16px 0 14px; } }
      #steps-block-container .bottom-steps .step-wrapper:after, #steps-block-container .bottom-steps .step-wrapper:before,
      #text-and-video-block-container .bottom-steps .step-wrapper:after,
      #text-and-video-block-container .bottom-steps .step-wrapper:before {
        content: '.....';
        position: absolute;
        top: 50%;
        letter-spacing: 1px;
        transform: translateY(-50%);
        font-size: 17px;
        color: #909899; }
        @media screen and (max-width: 1199px) {
          #steps-block-container .bottom-steps .step-wrapper:after, #steps-block-container .bottom-steps .step-wrapper:before,
          #text-and-video-block-container .bottom-steps .step-wrapper:after,
          #text-and-video-block-container .bottom-steps .step-wrapper:before {
            content: '...'; } }
      #steps-block-container .bottom-steps .step-wrapper:after,
      #text-and-video-block-container .bottom-steps .step-wrapper:after {
        right: 0; }
      #steps-block-container .bottom-steps .step-wrapper:before,
      #text-and-video-block-container .bottom-steps .step-wrapper:before {
        left: 0; }
      #steps-block-container .bottom-steps .step-wrapper .step,
      #text-and-video-block-container .bottom-steps .step-wrapper .step {
        background-color: white;
        box-shadow: 0px 2px 20px -5px grey;
        padding: 7px 7px 0;
        transition: transform 0.5s; }
        @media (min-width: 768px) {
          #steps-block-container .bottom-steps .step-wrapper .step:hover,
          #text-and-video-block-container .bottom-steps .step-wrapper .step:hover {
            transform: translateY(-15px); } }
        #steps-block-container .bottom-steps .step-wrapper .step:hover .img-wrapper .bullet,
        #text-and-video-block-container .bottom-steps .step-wrapper .step:hover .img-wrapper .bullet {
          color: white;
          background-color: #e02623; }
        #steps-block-container .bottom-steps .step-wrapper .step .img-wrapper,
        #text-and-video-block-container .bottom-steps .step-wrapper .step .img-wrapper {
          position: relative; }
          #steps-block-container .bottom-steps .step-wrapper .step .img-wrapper .bullet,
          #text-and-video-block-container .bottom-steps .step-wrapper .step .img-wrapper .bullet {
            position: absolute;
            bottom: -18%;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 10px -2px grey;
            font-weight: 500;
            font-size: 25px;
            line-height: 21px;
            font-family: "Gotham";
            color: #e02623;
            transition: color 0.5s, background-color 0.5s; }
        #steps-block-container .bottom-steps .step-wrapper .step .link,
        #text-and-video-block-container .bottom-steps .step-wrapper .step .link {
          padding: 30px 0 20px; }
          @media screen and (min-width: 480px) and (max-width: 991px) {
            #steps-block-container .bottom-steps .step-wrapper .step .link,
            #text-and-video-block-container .bottom-steps .step-wrapper .step .link {
              padding-top: 50px; } }
          #steps-block-container .bottom-steps .step-wrapper .step .link a,
          #text-and-video-block-container .bottom-steps .step-wrapper .step .link a {
            font-weight: 500;
            font-size: 20px;
            line-height: 21px;
            color: black;
            text-align: center;
            position: relative; }
            #steps-block-container .bottom-steps .step-wrapper .step .link a:after,
            #text-and-video-block-container .bottom-steps .step-wrapper .step .link a:after {
              position: absolute;
              right: -15px;
              top: 56%;
              transform: translateY(-50%);
              width: 7px;
              height: 13px;
              background-image: url(../img/arrow-right.png);
              background-size: 7px 13px;
              content: ' '; }
    #steps-block-container .bottom-steps#mobile-steps-slider,
    #text-and-video-block-container .bottom-steps#mobile-steps-slider {
      margin: 0 0 70px; }
      @media screen and (max-width: 991px) {
        #steps-block-container .bottom-steps#mobile-steps-slider,
        #text-and-video-block-container .bottom-steps#mobile-steps-slider {
          margin-right: -20px; } }
      #steps-block-container .bottom-steps#mobile-steps-slider .slick-list,
      #text-and-video-block-container .bottom-steps#mobile-steps-slider .slick-list {
        padding: 0 20% 0 0; }
      #steps-block-container .bottom-steps#mobile-steps-slider .slick-slide,
      #text-and-video-block-container .bottom-steps#mobile-steps-slider .slick-slide {
        display: flex;
        justify-content: center; }

#steps-block-container .video-container,
#hp-testimonial-section .video-container,
#text-and-video-block-container .video-container,
#reassurance-block.has_video .video-container {
  position: relative;
  padding-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1199px) {
    #steps-block-container .video-container,
    #hp-testimonial-section .video-container,
    #text-and-video-block-container .video-container,
    #reassurance-block.has_video .video-container {
      padding-left: 0;
      margin: 25px 0 35px; } }
  #steps-block-container .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons,
  #hp-testimonial-section .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons,
  #text-and-video-block-container .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons,
  #reassurance-block.has_video .video-container:not(.yt) button.ytp-large-play-button.ytp-buttons {
    display: none; }
  #steps-block-container .video-container:not(.yt) .video-overlay,
  #hp-testimonial-section .video-container:not(.yt) .video-overlay,
  #text-and-video-block-container .video-container:not(.yt) .video-overlay,
  #reassurance-block.has_video .video-container:not(.yt) .video-overlay {
    height: 100%; }
  #steps-block-container .video-container.yt img.play-button,
  #hp-testimonial-section .video-container.yt img.play-button,
  #text-and-video-block-container .video-container.yt img.play-button,
  #reassurance-block.has_video .video-container.yt img.play-button {
    display: none; }
  #steps-block-container .video-container .video-overlay,
  #hp-testimonial-section .video-container .video-overlay,
  #text-and-video-block-container .video-container .video-overlay,
  #reassurance-block.has_video .video-container .video-overlay {
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translateX(-50%) translateY(-50%);
    width: 78%;
    height: 75%;
    cursor: pointer;
    z-index: 0; }
    @media screen and (max-width: 1199px) {
      #steps-block-container .video-container .video-overlay,
      #hp-testimonial-section .video-container .video-overlay,
      #text-and-video-block-container .video-container .video-overlay,
      #reassurance-block.has_video .video-container .video-overlay {
        left: 50%;
        width: 100%; } }
    #steps-block-container .video-container .video-overlay .button-wrapper,
    #hp-testimonial-section .video-container .video-overlay .button-wrapper,
    #text-and-video-block-container .video-container .video-overlay .button-wrapper,
    #reassurance-block.has_video .video-container .video-overlay .button-wrapper {
      cursor: pointer;
      position: relative;
      width: 100%;
      height: 100%; }
      #steps-block-container .video-container .video-overlay .button-wrapper:hover button,
      #hp-testimonial-section .video-container .video-overlay .button-wrapper:hover button,
      #text-and-video-block-container .video-container .video-overlay .button-wrapper:hover button,
      #reassurance-block.has_video .video-container .video-overlay .button-wrapper:hover button {
        cursor: pointer; }
        #steps-block-container .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg,
        #hp-testimonial-section .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg,
        #text-and-video-block-container .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg,
        #reassurance-block.has_video .video-container .video-overlay .button-wrapper:hover button svg .ytp-large-play-button-bg {
          fill: red; }
      #steps-block-container .video-container .video-overlay .button-wrapper button,
      #steps-block-container .video-container .video-overlay .button-wrapper img.play-button,
      #hp-testimonial-section .video-container .video-overlay .button-wrapper button,
      #hp-testimonial-section .video-container .video-overlay .button-wrapper img.play-button,
      #text-and-video-block-container .video-container .video-overlay .button-wrapper button,
      #text-and-video-block-container .video-container .video-overlay .button-wrapper img.play-button,
      #reassurance-block.has_video .video-container .video-overlay .button-wrapper button,
      #reassurance-block.has_video .video-container .video-overlay .button-wrapper img.play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 69px;
        padding: 0;
        background: transparent;
        border: none; }
        #steps-block-container .video-container .video-overlay .button-wrapper button:focus,
        #steps-block-container .video-container .video-overlay .button-wrapper img.play-button:focus,
        #hp-testimonial-section .video-container .video-overlay .button-wrapper button:focus,
        #hp-testimonial-section .video-container .video-overlay .button-wrapper img.play-button:focus,
        #text-and-video-block-container .video-container .video-overlay .button-wrapper button:focus,
        #text-and-video-block-container .video-container .video-overlay .button-wrapper img.play-button:focus,
        #reassurance-block.has_video .video-container .video-overlay .button-wrapper button:focus,
        #reassurance-block.has_video .video-container .video-overlay .button-wrapper img.play-button:focus {
          outline: none; }
      #steps-block-container .video-container .video-overlay .button-wrapper img.play-button,
      #hp-testimonial-section .video-container .video-overlay .button-wrapper img.play-button,
      #text-and-video-block-container .video-container .video-overlay .button-wrapper img.play-button,
      #reassurance-block.has_video .video-container .video-overlay .button-wrapper img.play-button {
        width: 60px;
        height: 60px; }
  #steps-block-container .video-container .kc_video_wrapper,
  #hp-testimonial-section .video-container .kc_video_wrapper,
  #text-and-video-block-container .video-container .kc_video_wrapper,
  #reassurance-block.has_video .video-container .kc_video_wrapper {
    background-color: #e1e3e4; }
    #steps-block-container .video-container .kc_video_wrapper .kc-video-inner,
    #hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner,
    #text-and-video-block-container .video-container .kc_video_wrapper .kc-video-inner,
    #reassurance-block.has_video .video-container .kc_video_wrapper .kc-video-inner {
      margin-top: 0;
      background-color: #e1e3e4;
      width: 85%;
      margin-left: auto; }
      @media screen and (max-width: 1199px) {
        #steps-block-container .video-container .kc_video_wrapper .kc-video-inner,
        #hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner,
        #text-and-video-block-container .video-container .kc_video_wrapper .kc-video-inner,
        #reassurance-block.has_video .video-container .kc_video_wrapper .kc-video-inner {
          width: 100%; } }
  #steps-block-container .video-container video,
  #hp-testimonial-section .video-container video,
  #text-and-video-block-container .video-container video,
  #reassurance-block.has_video .video-container video {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1199px) {
  .bottom-testimonial-block .video-container {
    margin-top: 0;
    margin-bottom: 10px; } }

.bottom-testimonial-block .video-wrapper {
  position: relative;
  margin: 0 auto; }
  .bottom-testimonial-block .video-wrapper .video-row {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: opacity 1.2s ease-in-out;
    -moz-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
    z-index: 10; }
    .bottom-testimonial-block .video-wrapper .video-row.hidden {
      opacity: 0;
      z-index: 0;
      position: absolute; }
    @media screen and (min-width: 768px) {
      .bottom-testimonial-block .video-wrapper .video-row .title-description {
        padding-left: 40px; } }
    .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .quotes img {
      max-width: 35px; }
      @media screen and (max-width: 991px) {
        .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .quotes img {
          max-width: 30px; } }
    .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .title {
      margin-top: 15px;
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 30px;
      line-height: 32px; }
      @media screen and (max-width: 767px) {
        .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .title {
          font-size: 22px;
          line-height: 25px;
          margin: 10px 0 10px; } }
    .bottom-testimonial-block .video-wrapper .video-row .title-description .description {
      font-size: 18px;
      line-height: 25px;
      color: #606060; }
      @media screen and (max-width: 767px) {
        .bottom-testimonial-block .video-wrapper .video-row .title-description .description {
          line-height: 23px; } }

.bottom-testimonial-block .video-thumbnails {
  margin-top: 15px;
  bottom: 0; }
  .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail {
    max-width: 150px;
    margin-right: 10px; }
    .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail .button-wrapper:hover button {
      cursor: pointer; }
      .bottom-testimonial-block .video-thumbnails .testimonial-thumbnail .button-wrapper:hover button svg .ytp-large-play-button-bg {
        fill: transparent; }

.bottom-testimonial-block .video-container {
  padding-left: 0; }
  .bottom-testimonial-block .video-container .kc_video_wrapper .kc-video-inner {
    margin-top: 0;
    width: 100%; }
  .bottom-testimonial-block .video-container .video-overlay {
    left: 50%;
    width: 100%; }

#grey-row-id .kc_column_inner {
  padding-left: 15px;
  padding-right: 15px;
  left: 0 !important; }
  @media (max-width: 767px) {
    #grey-row-id .kc_column_inner {
      padding: 0px !important; } }

#inp::before {
  content: '';
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  background: white;
  left: 0; }

#inp::after {
  content: '';
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  background: white;
  right: 0; }

#_range-id {
  position: relative;
  margin-left: 8%;
  width: 84%; }

.template-homepage #homepage-jumbotron .neutral-slides-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.template-homepage #homepage-jumbotron .neutral-slides-wrapper .neutral-slides {
  width: 100%; }

.template-homepage
#homepage-jumbotron
.neutral-slides-wrapper
.neutral-slides
.slick-list
.slick-track
.slick-slide
.neutral-slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 625px; }

@media (max-width: 767px) {
  .template-homepage
#homepage-jumbotron
.neutral-slides-wrapper
.neutral-slides
.slick-list
.slick-track
.slick-slide
.neutral-slide {
    background-image: var(--bg-mobile-img) !important; } }

#filter-results-header {
  width: 100%;
  line-height: 75px;
  background: #fff;
  position: absolute; }
  #filter-results-header .custom-map-buttons-map .toggle {
    display: block; }
  #filter-results-header.__fixed .custom-map-buttons-map {
    display: none; }
  #filter-results-header .filter-content {
    max-width: 1300px;
    margin: auto;
    display: flex;
    position: relative; }
    #filter-results-header .filter-content .maisons-filter {
      font-size: 20px;
      font-weight: 500;
      position: relative; }
      #filter-results-header .filter-content .maisons-filter img {
        margin-left: 12px; }
      #filter-results-header .filter-content .maisons-filter .dropdown-menu {
        right: 0;
        min-width: 300px;
        top: calc(100% - 15px); }
        #filter-results-header .filter-content .maisons-filter .dropdown-menu ul {
          margin-top: 10px;
          margin-bottom: 20px; }
          #filter-results-header .filter-content .maisons-filter .dropdown-menu ul li {
            text-align: center;
            display: block;
            position: relative;
            background: grey;
            width: 100%;
            line-height: 35px;
            font-size: 20px; }
    #filter-results-header .filter-content .other-filters-container {
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
      #filter-results-header .filter-content .other-filters-container .other-filters-content {
        display: flex; }
        #filter-results-header .filter-content .other-filters-container .other-filters-content .filter {
          margin: 0 10px; }
          #filter-results-header .filter-content .other-filters-container .other-filters-content .filter span {
            padding: 10px 20px;
            background-color: #dfe3e3;
            border-radius: 5px; }
    #filter-results-header .filter-content .results-number-container {
      position: absolute;
      right: 0; }

form.js--form-annonces-menu .select2-localisation-wrapper .choices .choices__inner,
#filter-results-header .filter-content .other-filters-container .other-filters-content .desktop-localisation .select2-localisation-wrapper .choices .choices__inner,
.filter-result-window-mobile .mobile-localisation .select2-localisation-wrapper .choices .choices__inner {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column-reverse;
  background-color: white; }
  form.js--form-annonces-menu .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned,
  #filter-results-header .filter-content .other-filters-container .other-filters-content .desktop-localisation .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned,
  .filter-result-window-mobile .mobile-localisation .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned {
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 0;
    height: 40px;
    background-color: #eff1f1;
    color: #5f7475;
    border: 2px solid #dfe3e3; }
    form.js--form-annonces-menu .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned::placeholder,
    #filter-results-header .filter-content .other-filters-container .other-filters-content .desktop-localisation .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned::placeholder,
    .filter-result-window-mobile .mobile-localisation .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned::placeholder {
      font-size: 15px;
      color: #5f7475; }
  form.js--form-annonces-menu .select2-localisation-wrapper .choices .choices__inner .choices__list.choices__list--multiple .choices__item,
  #filter-results-header .filter-content .other-filters-container .other-filters-content .desktop-localisation .select2-localisation-wrapper .choices .choices__inner .choices__list.choices__list--multiple .choices__item,
  .filter-result-window-mobile .mobile-localisation .select2-localisation-wrapper .choices .choices__inner .choices__list.choices__list--multiple .choices__item {
    border-radius: 5px;
    background-color: white;
    border: 2px solid #dfe3e3;
    color: #5f7475;
    margin-top: 15px;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 13px; }
    form.js--form-annonces-menu .select2-localisation-wrapper .choices .choices__inner .choices__list.choices__list--multiple .choices__item .choices__button,
    #filter-results-header .filter-content .other-filters-container .other-filters-content .desktop-localisation .select2-localisation-wrapper .choices .choices__inner .choices__list.choices__list--multiple .choices__item .choices__button,
    .filter-result-window-mobile .mobile-localisation .select2-localisation-wrapper .choices .choices__inner .choices__list.choices__list--multiple .choices__item .choices__button {
      background-image: url(../img/croix.png);
      padding: 0;
      border-left: none; }

form.js--form-annonces-menu .select2-localisation-wrapper {
  margin-left: 15px;
  margin-right: 13px;
  width: 100%; }
  form.js--form-annonces-menu .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned {
    padding: 10px 15px;
    background-color: #eff1f1;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 46px; }

.filter-result-window-mobile .mobile-localisation .select2-localisation-wrapper .choices .choices__inner .choices__input.choices__input--cloned {
  padding: 15px;
  height: 45px; }

#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms h6,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc h6,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee h6,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale h6,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain h6,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres h6,
.filter-result-window-mobile .surface-rooms h6,
.filter-result-window-mobile .nb-wc h6,
.filter-result-window-mobile .cuisine-separee h6,
.filter-result-window-mobile .suite-parentale h6,
.filter-result-window-mobile .nb-salle-bain h6,
.filter-result-window-mobile .filter-criteres h6 {
  margin: 20px 0 15px; }

#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms .flex-inputs-inputs,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc .flex-inputs-inputs,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee .flex-inputs-inputs,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale .flex-inputs-inputs,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain .flex-inputs-inputs,
#filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres .flex-inputs-inputs,
.filter-result-window-mobile .surface-rooms .flex-inputs-inputs,
.filter-result-window-mobile .nb-wc .flex-inputs-inputs,
.filter-result-window-mobile .cuisine-separee .flex-inputs-inputs,
.filter-result-window-mobile .suite-parentale .flex-inputs-inputs,
.filter-result-window-mobile .nb-salle-bain .flex-inputs-inputs,
.filter-result-window-mobile .filter-criteres .flex-inputs-inputs {
  display: flex;
  justify-content: space-between; }
  #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms .flex-inputs-inputs .checkbox-input,
  #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc .flex-inputs-inputs .checkbox-input,
  #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee .flex-inputs-inputs .checkbox-input,
  #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale .flex-inputs-inputs .checkbox-input,
  #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain .flex-inputs-inputs .checkbox-input,
  #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres .flex-inputs-inputs .checkbox-input,
  .filter-result-window-mobile .surface-rooms .flex-inputs-inputs .checkbox-input,
  .filter-result-window-mobile .nb-wc .flex-inputs-inputs .checkbox-input,
  .filter-result-window-mobile .cuisine-separee .flex-inputs-inputs .checkbox-input,
  .filter-result-window-mobile .suite-parentale .flex-inputs-inputs .checkbox-input,
  .filter-result-window-mobile .nb-salle-bain .flex-inputs-inputs .checkbox-input,
  .filter-result-window-mobile .filter-criteres .flex-inputs-inputs .checkbox-input {
    position: relative;
    padding: 5px 15px;
    background: #eff1f0;
    color: #607475;
    border: 1px solid #ced6d5;
    border-radius: 3px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms .flex-inputs-inputs .checkbox-input,
      #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc .flex-inputs-inputs .checkbox-input,
      #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee .flex-inputs-inputs .checkbox-input,
      #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale .flex-inputs-inputs .checkbox-input,
      #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain .flex-inputs-inputs .checkbox-input,
      #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres .flex-inputs-inputs .checkbox-input,
      .filter-result-window-mobile .surface-rooms .flex-inputs-inputs .checkbox-input,
      .filter-result-window-mobile .nb-wc .flex-inputs-inputs .checkbox-input,
      .filter-result-window-mobile .cuisine-separee .flex-inputs-inputs .checkbox-input,
      .filter-result-window-mobile .suite-parentale .flex-inputs-inputs .checkbox-input,
      .filter-result-window-mobile .nb-salle-bain .flex-inputs-inputs .checkbox-input,
      .filter-result-window-mobile .filter-criteres .flex-inputs-inputs .checkbox-input {
        margin-right: 15px; } }
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms .flex-inputs-inputs .checkbox-input.active,
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc .flex-inputs-inputs .checkbox-input.active,
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee .flex-inputs-inputs .checkbox-input.active,
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale .flex-inputs-inputs .checkbox-input.active,
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain .flex-inputs-inputs .checkbox-input.active,
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres .flex-inputs-inputs .checkbox-input.active,
    .filter-result-window-mobile .surface-rooms .flex-inputs-inputs .checkbox-input.active,
    .filter-result-window-mobile .nb-wc .flex-inputs-inputs .checkbox-input.active,
    .filter-result-window-mobile .cuisine-separee .flex-inputs-inputs .checkbox-input.active,
    .filter-result-window-mobile .suite-parentale .flex-inputs-inputs .checkbox-input.active,
    .filter-result-window-mobile .nb-salle-bain .flex-inputs-inputs .checkbox-input.active,
    .filter-result-window-mobile .filter-criteres .flex-inputs-inputs .checkbox-input.active {
      background: #607576;
      color: #fff; }
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    .filter-result-window-mobile .surface-rooms .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    .filter-result-window-mobile .nb-wc .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    .filter-result-window-mobile .cuisine-separee .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    .filter-result-window-mobile .suite-parentale .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    .filter-result-window-mobile .nb-salle-bain .flex-inputs-inputs .checkbox-input input[type="checkbox"],
    .filter-result-window-mobile .filter-criteres .flex-inputs-inputs .checkbox-input input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px; }
      @media screen and (max-width: 767px) {
        #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .surface-rooms .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-wc .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .cuisine-separee .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .suite-parentale .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .nb-salle-bain .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        #filter-results-header .other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body .filter-criteres .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        .filter-result-window-mobile .surface-rooms .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        .filter-result-window-mobile .nb-wc .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        .filter-result-window-mobile .cuisine-separee .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        .filter-result-window-mobile .suite-parentale .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        .filter-result-window-mobile .nb-salle-bain .flex-inputs-inputs .checkbox-input input[type="checkbox"],
        .filter-result-window-mobile .filter-criteres .flex-inputs-inputs .checkbox-input input[type="checkbox"] {
          padding-right: 15px;
          width: 40px;
          height: 40px; } }

.results-container {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .results-container {
      padding-top: 40px; } }
  .results-container .used-filters {
    margin: 40px 0; }
    @media screen and (max-width: 768px) {
      .results-container .used-filters .left-buttons {
        width: 100%;
        align-items: flex-start; }
        .results-container .used-filters .left-buttons .sort-filter-result {
          margin-left: 0; } }
  .results-container .card-container {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    float: left; }
    .results-container .card-container .text {
      display: flex; }
      .results-container .card-container .text .left,
      .results-container .card-container .text .right {
        max-width: 50%;
        display: flex;
        flex-direction: column; }
        .results-container .card-container .text .left.space-between,
        .results-container .card-container .text .right.space-between {
          justify-content: space-between; }
      .results-container .card-container .text .left .attributes {
        display: flex; }

.filter-result-window-mobile button.mobile-secondary {
  width: 300px !important; }
  @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .filter-result-window-mobile button.mobile-secondary {
      margin-bottom: 120px !important; } }

.filter-result-window-mobile .search_radius_container {
  display: flex;
  position: relative;
  font-size: 1.2rem;
  margin-top: 40px; }
  .filter-result-window-mobile .search_radius_container .input-container {
    margin-top: 5px;
    width: 23px;
    height: 23px;
    position: relative; }
    .filter-result-window-mobile .search_radius_container .input-container input {
      width: 23px;
      height: 23px;
      appearance: none;
      -webkit-appearance: none;
      outline: none;
      border: 1px solid #607475;
      border-radius: 3px;
      box-sizing: border-box; }
    .filter-result-window-mobile .search_radius_container .input-container input:checked:after {
      content: '';
      width: 23px;
      height: 23px;
      background: url("../img/check_Rbtn.png") center no-repeat #a08b8a;
      background-size: cover;
      position: absolute;
      z-index: 5;
      pointer-events: none;
      filter: invert(100%);
      border-radius: 3px;
      top: 0;
      left: 0; }
  .filter-result-window-mobile .search_radius_container label {
    display: block;
    padding-left: 20px;
    font-size: 1.2rem;
    width: 298px; }

.filter-result-window-mobile .filter {
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .filter-result-window-mobile .filter.filter-criteres .filter-body p.text-center,
  .filter-result-window-mobile .filter.filter-criteres .filter-body h5 {
    margin-bottom: 10px; }
  .filter-result-window-mobile .filter.filter-criteres button.mobile-secondary {
    margin-top: 15px !important; }

.filter-single-container-footer .pull-right .btn-special {
  width: 120px;
  padding: 7px; }

.other-filters-container .other-filters-content .filter .filter-single-container .search_radius_check {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  margin-top: 35px; }
  .other-filters-container .other-filters-content .filter .filter-single-container .search_radius_check label {
    width: 418px;
    margin-top: 2px; }
  .other-filters-container .other-filters-content .filter .filter-single-container .search_radius_check .input-container {
    margin-top: 5px;
    width: 23px;
    height: 23px; }
    .other-filters-container .other-filters-content .filter .filter-single-container .search_radius_check .input-container input {
      width: 100%;
      height: 100%;
      appearance: none;
      -webkit-appearance: none;
      outline: none;
      border: 1px solid #607475;
      border-radius: 3px; }
    .other-filters-container .other-filters-content .filter .filter-single-container .search_radius_check .input-container input:checked:after {
      margin-top: 5px;
      top: 0;
      left: 0;
      content: '';
      width: 23px;
      height: 23px;
      background: url("../img/check_Rbtn.png") center no-repeat #a08b8a;
      background-size: cover;
      position: absolute;
      z-index: 5;
      pointer-events: none;
      filter: invert(100%);
      border-radius: 3px;
      border: none; }

.other-filters-container .other-filters-content .filter .filter-single-container .filter-single-container-body h4 {
  font-weight: 500 !important; }

.range-mask,
.range-mask-mobile,
.range-mask-hp {
  display: none;
  position: relative;
  width: 90%;
  margin: 10px auto 25px; }
  .range-mask:after,
  .range-mask-mobile:after,
  .range-mask-hp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #000; }
  .range-mask .red-line,
  .range-mask-mobile .red-line,
  .range-mask-hp .red-line {
    height: 3px;
    background: #e02623;
    z-index: 231;
    position: absolute;
    top: 4px; }
  .range-mask .range-mask-items,
  .range-mask-mobile .range-mask-items,
  .range-mask-hp .range-mask-items {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .range-mask .range-mask-items .range-mask-milestone,
    .range-mask .range-mask-items .range-mask-milestone-mobile,
    .range-mask .range-mask-items .range-mask-milestone-hp,
    .range-mask-mobile .range-mask-items .range-mask-milestone,
    .range-mask-mobile .range-mask-items .range-mask-milestone-mobile,
    .range-mask-mobile .range-mask-items .range-mask-milestone-hp,
    .range-mask-hp .range-mask-items .range-mask-milestone,
    .range-mask-hp .range-mask-items .range-mask-milestone-mobile,
    .range-mask-hp .range-mask-items .range-mask-milestone-hp {
      position: relative;
      width: 3px;
      height: 10px;
      min-height: 10px;
      z-index: 2;
      border-radius: 100px;
      white-space: nowrap;
      padding: 0;
      line-height: 40px;
      background-color: #000;
      text-align: center;
      display: flex;
      align-items: center; }
      .range-mask .range-mask-items .range-mask-milestone.active,
      .range-mask .range-mask-items .range-mask-milestone-mobile.active,
      .range-mask .range-mask-items .range-mask-milestone-hp.active,
      .range-mask-mobile .range-mask-items .range-mask-milestone.active,
      .range-mask-mobile .range-mask-items .range-mask-milestone-mobile.active,
      .range-mask-mobile .range-mask-items .range-mask-milestone-hp.active,
      .range-mask-hp .range-mask-items .range-mask-milestone.active,
      .range-mask-hp .range-mask-items .range-mask-milestone-mobile.active,
      .range-mask-hp .range-mask-items .range-mask-milestone-hp.active {
        background-color: #e02623; }
      .range-mask .range-mask-items .range-mask-milestone span,
      .range-mask .range-mask-items .range-mask-milestone-mobile span,
      .range-mask .range-mask-items .range-mask-milestone-hp span,
      .range-mask-mobile .range-mask-items .range-mask-milestone span,
      .range-mask-mobile .range-mask-items .range-mask-milestone-mobile span,
      .range-mask-mobile .range-mask-items .range-mask-milestone-hp span,
      .range-mask-hp .range-mask-items .range-mask-milestone span,
      .range-mask-hp .range-mask-items .range-mask-milestone-mobile span,
      .range-mask-hp .range-mask-items .range-mask-milestone-hp span {
        background: none !important;
        border-radius: none !important;
        position: relative !important;
        color: #000 !important;
        top: 20px;
        right: 50%;
        transform: translateX(-50%);
        cursor: pointer; }
        .range-mask .range-mask-items .range-mask-milestone span.active,
        .range-mask .range-mask-items .range-mask-milestone-mobile span.active,
        .range-mask .range-mask-items .range-mask-milestone-hp span.active,
        .range-mask-mobile .range-mask-items .range-mask-milestone span.active,
        .range-mask-mobile .range-mask-items .range-mask-milestone-mobile span.active,
        .range-mask-mobile .range-mask-items .range-mask-milestone-hp span.active,
        .range-mask-hp .range-mask-items .range-mask-milestone span.active,
        .range-mask-hp .range-mask-items .range-mask-milestone-mobile span.active,
        .range-mask-hp .range-mask-items .range-mask-milestone-hp span.active {
          background: #e02623;
          color: white;
          display: inline-block;
          width: 25px;
          height: 25px;
          line-height: 1;
          border-radius: 99px; }

.range-mask-hp {
  margin-bottom: 30px; }

.page-template-template-franchising .kc_accordion_wrapper {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 30px;
  left: 50%;
  position: relative;
  transform: translateX(-50%); }
  .page-template-template-franchising .kc_accordion_wrapper .kc_accordion_section.group {
    padding-bottom: 0;
    border-collapse: collapse; }
  .page-template-template-franchising .kc_accordion_wrapper a {
    color: #000; }
  .page-template-template-franchising .kc_accordion_wrapper .kc-text-block {
    color: #000000; }

.page-template-template-franchising .rightimage-content > .text .title,
.page-template-template-franchising .leftimage-content > .text .title {
  max-width: 100%; }

.page-template-template-franchising .kc_column,
.page-template-template-franchising .kc_column_inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-template-template-franchising .rightimagefullsize {
  background-color: #586277;
  /*margin-bottom: 17px;*/ }

@media (max-width: 768px) {
  .page-template-template-franchising .videoleftcontainer video {
    max-width: 100%; } }

.page-template-template-franchising .rightimage-content {
  margin: auto; }
  .page-template-template-franchising .rightimage-content .text p,
  .page-template-template-franchising .rightimage-content .text ul {
    font-size: 20px;
    list-style: none; }
  .page-template-template-franchising .rightimage-content .text ul {
    margin-left: 0;
    padding-left: 0; }
    .page-template-template-franchising .rightimage-content .text ul li {
      padding-left: 35px;
      position: relative;
      margin-left: 17px; }
    .page-template-template-franchising .rightimage-content .text ul li:before {
      content: '';
      top: 50%;
      width: 17px;
      left: 0;
      height: 13px;
      position: absolute;
      background-image: url(/wp-content/themes/mp/assets/img/Check.png);
      transform: translateX(-100%); }

.page-template-template-franchising .row-images {
  margin: auto; }
  .page-template-template-franchising .row-images > div {
    background: transparent; }
  .page-template-template-franchising .row-images .kc_single_image {
    margin: 0 20px; }

.page-template-template-franchising .second-title {
  margin: 35px 0px; }

.page-template-template-franchising .kc-video-inner {
  margin-top: 0; }

.page-template-template-franchising .kc_single_image img {
  margin: 0 auto 35px;
  display: block; }

.page-template-template-franchising .custom .second-title {
  margin-bottom: 0; }

.page-template-template-franchising .kc_text_block.subtitle {
  margin-bottom: 35px; }
  .page-template-template-franchising .kc_text_block.subtitle p {
    font-size: 20px;
    max-width: 953px;
    margin: 0px auto;
    text-align: center;
    word-spacing: 1px;
    line-height: 22px; }
    @media (max-width: 768px) {
      .page-template-template-franchising .kc_text_block.subtitle p {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px; } }

.page-template-template-franchising .grey {
  margin-bottom: 85px; }

.page-template-template-franchising .kc-call-to-action.custom-cta .kc-cta-button a {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #e02623;
  font-size: 18px;
  text-transform: capitalize; }

.page-template-template-franchising .kc_accordion_header > span.ui-accordion-header-icon {
  color: #e02623; }

.page-template-template-franchising #mp-header {
  height: 69px; }

.page-template-template-franchising #mp-header #site-navigation .navbar.mp-navbar .navigation-links .search-my-home-btn {
  display: block; }
  @media screen and (max-width: 768px) {
    .page-template-template-franchising #mp-header #site-navigation .navbar.mp-navbar .navigation-links .search-my-home-btn {
      display: none; } }

.page-template-template-franchising #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn a {
  width: 230px;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 0; }
  @media screen and (max-width: 991px) {
    .page-template-template-franchising #mp-header #site-navigation .navbar.mp-navbar.__fixed .search-my-home-btn a {
      display: none; } }

.page-template-template-franchising #header-top-links {
  display: none !important; }

.page-template-template-franchising #menu-primary {
  display: none !important; }

.page-template-template-franchising .kc_accordion_section .kc_text_block {
  font-size: 19px; }

.page-template-template-franchising div.videoleftcontainer .text-container .description img {
  padding-bottom: 15px; }

@media (max-width: 768px) {
  .page-template-template-franchising div.videoleftcontainer .text-container .description {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .page-template-template-franchising div.videoleftcontainer > div:first-child {
    padding-top: 0; } }

@media (max-width: 768px) {
  .page-template-template-franchising .rightimagefullsize .content {
    width: calc( 100% - 40px); }
    .page-template-template-franchising .rightimagefullsize .content .text-content .mobile.title h1 {
      margin: 0px; }
    .page-template-template-franchising .rightimagefullsize .content .text-content .subtitle {
      margin-top: 0px; }
  .page-template-template-franchising .rightimagefullsize .image {
    max-width: 100%;
    margin: 35px 0px; }
  .page-template-template-franchising .custom-list-house-container .rightimage-content .title h3 {
    margin: 35px 0px; }
  .page-template-template-franchising .second-title {
    color: #5f7475; }
  .page-template-template-franchising div.rightimagefullsize.container {
    padding-left: 0px;
    padding-right: 0px; }
  .page-template-template-franchising .rightimage-content .image img {
    margin-bottom: 0px; }
  .page-template-template-franchising .custom-accordion .custom-accordion-item .custom-accordion-title {
    padding-left: 0;
    padding-right: 0; }
  .page-template-template-franchising .custom-list-house-container {
    padding-bottom: 35px; } }

@media (min-width: 768px) {
  .page-template-template-franchising .rightimagefullsize {
    margin-bottom: 15px; }
  .page-template-template-franchising .videoleftcontainer {
    margin-top: 15px; }
    .page-template-template-franchising .videoleftcontainer .video-container {
      margin-top: 0; } }

.page-template-template-franchising .video-container {
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available; }

@media (max-width: 768px) {
  .page-template-template-franchising .videoleftcontainer {
    margin-bottom: 10px; } }

.page-template-template-franchising #reassurance-block-images .bottom-part .bottom-icon:nth-child(1) .icon img {
  width: auto; }

.calltoaction-container {
  float: right; }
  .calltoaction-container .calltoaction-content {
    position: relative; }
    .calltoaction-container .calltoaction-content .text {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 40px 45px; }
      .calltoaction-container .calltoaction-content .text .title {
        font-size: 25px;
        text-align: center; }
        .calltoaction-container .calltoaction-content .text .title h3 {
          font-weight: 700; }
      .calltoaction-container .calltoaction-content .text .subtitle {
        font-size: 20px;
        font-weight: 500;
        text-align: center; }
      .calltoaction-container .calltoaction-content .text .button {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content; }
        .calltoaction-container .calltoaction-content .text .button a {
          font-size: 18px;
          font-weight: 500;
          padding: 15px 30px;
          background: #fff;
          color: #e02623;
          text-decoration: none;
          border-radius: 5px;
          position: relative;
          width: 100% !important;
          display: inline-block;
          white-space: nowrap; }
  .calltoaction-container .job-form {
    max-width: 700px;
    margin: auto;
    padding: 50px;
    max-width: 100%; }
    .calltoaction-container .job-form .wpcf7-form-control-wrap {
      max-width: 300px; }
    .calltoaction-container .job-form input {
      max-width: 100%; }
    .calltoaction-container .job-form h2 {
      text-align: center;
      font-size: 30px; }
    .calltoaction-container .job-form .subtitle {
      margin: auto;
      font-size: 20px;
      width: fit-content; }
  .calltoaction-container .job {
    border-bottom: none; }

.call-to-action-req-info {
  left: 0; }

.maison_plan_inner .subtitle {
  margin-bottom: 20px; }

.lp_contact_wrapper {
  position: absolute;
  bottom: 10px;
  right: 0;
  background: #eff1f1;
  padding: 25px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 7px 7px 7px 7px; }
  .lp_contact_wrapper h3 {
    max-width: 210px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    margin-bottom: 15px; }
  .lp_contact_wrapper input[type="text"] {
    background: #fff; }

.lp_form {
  position: relative;
  max-width: 1300px;
  width: 100%;
  z-index: 9;
  margin: auto; }

.template-homepage #homepage-description .button-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #fff;
  height: 60px;
  border-top: 1px solid #cfd5d6; }
  .template-homepage #homepage-description .button-container .button-content {
    display: flex;
    width: fit-content;
    align-items: center;
    margin: auto; }
    .template-homepage #homepage-description .button-container .button-content .button {
      margin: auto;
      background: red;
      width: 250px;
      text-align: center;
      color: #fff;
      top: 50%;
      position: absolute;
      transform: translate(-50%, -50%); }

.page-template-template-lp .container.template-lp, .page-template-template-lp-wo-crm .container.template-lp {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .page-template-template-lp .container.template-lp, .page-template-template-lp-wo-crm .container.template-lp {
      padding-top: 60px; } }

.page-template-template-lp .template-homepage #homepage-description, .page-template-template-lp-wo-crm .template-homepage #homepage-description {
  padding-top: 25px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .page-template-template-lp .template-homepage #homepage-description, .page-template-template-lp-wo-crm .template-homepage #homepage-description {
      padding-bottom: 0px; } }
  .page-template-template-lp .template-homepage #homepage-description .header-description-container .description, .page-template-template-lp-wo-crm .template-homepage #homepage-description .header-description-container .description {
    text-align: left;
    margin: 0;
    max-width: calc(100% - (( 100% - 1300px) + 500px)); }

.page-template-template-lp .template-homepage #reassurance-block, .page-template-template-lp-wo-crm .template-homepage #reassurance-block {
  display: flex;
  flex-direction: column-reverse; }

.page-template-template-lp .leftimagecard-content, .page-template-template-lp-wo-crm .leftimagecard-content {
  border: none; }
  .page-template-template-lp .leftimagecard-content > div, .page-template-template-lp-wo-crm .leftimagecard-content > div {
    max-width: 100%;
    width: 55%; }
  .page-template-template-lp .leftimagecard-content .title, .page-template-template-lp-wo-crm .leftimagecard-content .title {
    width: 100%;
    max-width: 100%; }
    .page-template-template-lp .leftimagecard-content .title h3, .page-template-template-lp-wo-crm .leftimagecard-content .title h3 {
      width: 100%;
      font-size: 35px;
      margin-bottom: 25px;
      font-weight: 700; }
  .page-template-template-lp .leftimagecard-content .description, .page-template-template-lp-wo-crm .leftimagecard-content .description {
    margin: 20px 0px; }
    @media (max-width: 768px) {
      .page-template-template-lp .leftimagecard-content .description, .page-template-template-lp-wo-crm .leftimagecard-content .description {
        margin-bottom: 25px; } }
  .page-template-template-lp .leftimagecard-content .button, .page-template-template-lp-wo-crm .leftimagecard-content .button {
    color: #fff;
    background: #e02623; }

.page-template-template-lp #reassurance-block.has_video .kc-elm, .page-template-template-lp-wo-crm #reassurance-block.has_video .kc-elm {
  background: inherit; }

.page-template-template-lp #reassurance-block.has_video .video-container, .page-template-template-lp-wo-crm #reassurance-block.has_video .video-container {
  padding-left: 0; }
  .page-template-template-lp #reassurance-block.has_video .video-container .kc-video-inner, .page-template-template-lp-wo-crm #reassurance-block.has_video .video-container .kc-video-inner {
    margin-top: 0;
    background-color: inherit; }

.page-template-template-lp .kc-elm, .page-template-template-lp-wo-crm .kc-elm {
  background: inherit; }

.page-template-template-lp div#steps-block-container-slides, .page-template-template-lp-wo-crm div#steps-block-container-slides {
  background: inherit; }

.page-template-template-lp #steps-block-container, .page-template-template-lp-wo-crm #steps-block-container {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .page-template-template-lp #steps-block-container, .page-template-template-lp-wo-crm #steps-block-container {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (max-width: 768px) {
  .page-template-template-lp nav.navbar, .page-template-template-lp-wo-crm nav.navbar {
    height: 60px; }
  .page-template-template-lp #steps-block-container .texts-and-video .text-container .text .description-bottom, .page-template-template-lp-wo-crm #steps-block-container .texts-and-video .text-container .text .description-bottom {
    margin-bottom: 20px; }
    .page-template-template-lp #steps-block-container .texts-and-video .text-container .text .description-bottom a, .page-template-template-lp-wo-crm #steps-block-container .texts-and-video .text-container .text .description-bottom a {
      padding: 13px 45px; }
  .page-template-template-lp .template-homepage #reassurance-block, .page-template-template-lp-wo-crm .template-homepage #reassurance-block {
    padding-top: 20px; }
  .page-template-template-lp #steps-block-container-slides h1, .page-template-template-lp-wo-crm #steps-block-container-slides h1 {
    font-size: 30px;
    line-height: 1; }
  .page-template-template-lp #steps-block-container-slides .btn.btn-special, .page-template-template-lp-wo-crm #steps-block-container-slides .btn.btn-special {
    padding: 10px 45px;
    font-size: 18px;
    margin: 25px auto 30px; }
  .page-template-template-lp .kc-container > div, .page-template-template-lp-wo-crm .kc-container > div {
    max-width: calc(100% - 20px); }
  .page-template-template-lp div#steps-block-container-slides .bottom-steps#mobile-steps-slider, .page-template-template-lp-wo-crm div#steps-block-container-slides .bottom-steps#mobile-steps-slider {
    margin-left: -25px;
    margin-right: -35px; }
  .page-template-template-lp .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor .garantie-wrapper, .page-template-template-lp-wo-crm .template-homepage #hp-testimonial-section .bottom-testimonials .garantie-immodivisor .garantie-wrapper {
    margin-top: 30px; }
  .page-template-template-lp #hp-testimonial-section, .page-template-template-lp-wo-crm #hp-testimonial-section {
    padding-bottom: 0;
    margin-bottom: -20px; } }

@media (min-width: 769px) {
  .page-template-template-lp #reassurance-block, .page-template-template-lp-wo-crm #reassurance-block {
    padding-top: 50px;
    margin-bottom: 50px; } }

@media (min-width: 769px) {
  .page-template-template-lp #reassurance-block .row.top-part .right-part .icons, .page-template-template-lp-wo-crm #reassurance-block .row.top-part .right-part .icons {
    margin-top: 25px;
    margin-bottom: 15px; } }

.page-template-template-lp #reassurance-block .row.top-part .right-part .undertext, .page-template-template-lp-wo-crm #reassurance-block .row.top-part .right-part .undertext {
  margin-bottom: 5px; }

@media (min-width: 769px) {
  .page-template-template-lp #steps-block-container .description-bottom a, .page-template-template-lp-wo-crm #steps-block-container .description-bottom a {
    padding: 10px 40px; } }

@media (min-width: 769px) {
  .page-template-template-lp #steps-block-container-slides button.btn-special, .page-template-template-lp-wo-crm #steps-block-container-slides button.btn-special {
    padding: 15px 45px; } }

@media screen and (max-width: 991px) {
  #mp-header.light-phone #site-navigation .navbar.mp-navbar .container {
    flex-direction: row; }
  #mp-header.light-phone #site-navigation .navbar.mp-navbar .navbar-brand {
    margin-right: auto; }
  #mp-header.light-phone #site-navigation .navbar.mp-navbar .mobile-buttons {
    max-width: 40%; } }

@media screen and (max-width: 767px) {
  #reassurance-block-images .bottom-part {
    padding: 0 !important;
    margin-left: -35px;
    margin-right: -34px; } }

#reassurance-block-images .bottom-part .bottom-icon {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #reassurance-block-images .bottom-part .bottom-icon {
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; } }
  #reassurance-block-images .bottom-part .bottom-icon .icon img {
    width: 100%;
    height: 100px;
    max-width: 113px;
    max-height: 100px; }
    @media screen and (max-width: 767px) {
      #reassurance-block-images .bottom-part .bottom-icon .icon img {
        max-width: 75px;
        max-height: 69px; } }
  #reassurance-block-images .bottom-part .bottom-icon:nth-child(1) .icon img {
    width: 75px; }
    @media screen and (max-width: 767px) {
      #reassurance-block-images .bottom-part .bottom-icon:nth-child(1) .icon img {
        width: 52px;
        height: 68px; } }
  #reassurance-block-images .bottom-part .bottom-icon:nth-child(2) .icon img {
    width: auto;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #reassurance-block-images .bottom-part .bottom-icon:nth-child(2) .icon img {
        width: auto;
        height: 67px; } }
  #reassurance-block-images .bottom-part .bottom-icon:nth-child(3) .icon img {
    width: 103px;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #reassurance-block-images .bottom-part .bottom-icon:nth-child(3) .icon img {
        width: 65px;
        height: 64px; } }
  #reassurance-block-images .bottom-part .bottom-icon:nth-child(4) .icon img {
    width: 113px;
    height: 100px; }
    @media screen and (max-width: 767px) {
      #reassurance-block-images .bottom-part .bottom-icon:nth-child(4) .icon img {
        width: 73px;
        height: 67px; } }
  #reassurance-block-images .bottom-part .bottom-icon .text {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #reassurance-block-images .bottom-part .bottom-icon .text {
        margin-top: 10px; } }
    #reassurance-block-images .bottom-part .bottom-icon .text p {
      margin-bottom: 0;
      color: #5f7475;
      font-weight: 700;
      font-size: 22px;
      line-height: 25px; }
      #reassurance-block-images .bottom-part .bottom-icon .text p strong {
        color: #e02623; }
      @media screen and (max-width: 767px) {
        #reassurance-block-images .bottom-part .bottom-icon .text p {
          font-size: 16px;
          line-height: 18px; } }

.page-template-template-lp .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description, .page-template-template-lp-wo-crm .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description {
  padding-left: 28px;
  padding-top: 25px; }

.page-template-template-lp #steps-block-container .texts-and-video, .page-template-template-lp-wo-crm #steps-block-container .texts-and-video {
  padding-top: 0px; }

.page-template-template-lp #mobile-steps-slider button.slick-prev,
.page-template-template-lp #mobile-steps-slider button.slick-next, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-prev,
.page-template-template-lp-wo-crm #mobile-steps-slider button.slick-next {
  bottom: -65px !important;
  top: initial;
  display: none !important;
  width: 40px;
  height: 40px; }
  @media screen and (max-width: 991px) {
    .page-template-template-lp #mobile-steps-slider button.slick-prev,
    .page-template-template-lp #mobile-steps-slider button.slick-next, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-prev,
    .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-next {
      display: inline-block !important; } }
  .page-template-template-lp #mobile-steps-slider button.slick-prev:before,
  .page-template-template-lp #mobile-steps-slider button.slick-next:before, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-prev:before,
  .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-next:before {
    width: 35px;
    height: 35px;
    display: block;
    background-position: center;
    background-size: cover;
    opacity: 1; }
  .page-template-template-lp #mobile-steps-slider button.slick-prev:hover,
  .page-template-template-lp #mobile-steps-slider button.slick-next:hover, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-prev:hover,
  .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-next:hover {
    opacity: 0.75; }

.page-template-template-lp #mobile-steps-slider button.slick-next, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-next {
  right: calc(48% - 45px); }
  .page-template-template-lp #mobile-steps-slider button.slick-next:before, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-next:before {
    content: " ";
    background-image: url(../img/right-slider-nav.png);
    background-size: cover;
    background-position: center; }

.page-template-template-lp #mobile-steps-slider button.slick-prev, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-prev {
  left: 25%; }
  .page-template-template-lp #mobile-steps-slider button.slick-prev:before, .page-template-template-lp-wo-crm #mobile-steps-slider button.slick-prev:before {
    content: " ";
    background-image: url(../img/left-slider-nav.png);
    background-size: cover;
    background-position: center; }

.page-template-template-lp .bottom-info, .page-template-template-lp-wo-crm .bottom-info {
  padding-top: 15px; }

.page-template-template-results .maisons-filter:hover + .maisons-filter-container {
  display: block; }

.page-template-template-results .maisons-filter-container:hover {
  display: block; }

.page-template-template-results .maisons-filter-container {
  top: 80%; }

.page-template-template-patrimoine .custom-content {
  background: #eff1f1; }
  .page-template-template-patrimoine .custom-content h1 {
    color: #5f7475;
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-template-patrimoine .custom-content h1 {
        font-size: 30px; } }
  .page-template-template-patrimoine .custom-content .h2-title {
    font-size: 40px;
    color: #5f7475;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .page-template-template-patrimoine .custom-content .h2-title {
        font-size: 30px; } }
  .page-template-template-patrimoine .custom-content .subtitle {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-template-patrimoine .custom-content .subtitle {
        font-size: 20px; } }

.page-template-template-patrimoine .card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #eff1f1;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .card-list {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px; } }
  .page-template-template-patrimoine .card-list .card-patrimoine {
    width: 502px;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media (min-width: 769px) {
      .page-template-template-patrimoine .card-list .card-patrimoine:nth-child(even) {
        padding-left: 25px; } }
    @media (min-width: 769px) {
      .page-template-template-patrimoine .card-list .card-patrimoine:nth-child(odd) {
        padding-right: 25px; } }
    .page-template-template-patrimoine .card-list .card-patrimoine a {
      display: block;
      text-decoration: none;
      box-shadow: 0px 2px 10px 1px #cbcdcd;
      transform: scale(1);
      transition: 0.2s; }
      .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-image {
        height: 235px;
        background-size: cover;
        background-position: center; }
        @media (max-width: 768px) {
          .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-image {
            height: 160px; } }
      .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info {
        background: #fff;
        padding: 33px; }
        @media (max-width: 768px) {
          .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info {
            padding: 20px; } }
        .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper {
          display: flex;
          justify-content: space-between;
          margin-bottom: 5px; }
          .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-text {
            width: 65%; }
            .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-text .card-patrimoine-info-upper-text-title {
              font-size: 30px;
              font-weight: bold;
              line-height: 1;
              color: #000; }
              @media (max-width: 768px) {
                .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-text .card-patrimoine-info-upper-text-title {
                  font-size: 20px; } }
            .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-text .card-patrimoine-info-upper-text-architecture {
              font-size: 18px;
              font-weight: 400;
              color: #000; }
              @media (max-width: 768px) {
                .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-text .card-patrimoine-info-upper-text-architecture {
                  font-size: 13px; } }
          .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-gamme {
            width: fit-content;
            background: #44828f;
            color: #fff;
            display: inline-table;
            padding: 4px 12px;
            font-size: 15px;
            font-weight: 400; }
            @media (max-width: 768px) {
              .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-upper .card-patrimoine-info-upper-gamme {
                font-size: 10px; } }
        .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower {
          display: flex;
          justify-content: space-between;
          align-items: flex-end; }
          .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons {
            display: flex; }
            .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-surface {
              font-size: 20px;
              font-weight: 400;
              color: #000; }
              @media (max-width: 768px) {
                .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-surface {
                  font-size: 14px; } }
              .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-surface img {
                height: 21px;
                position: relative;
                top: -4px; }
                @media (max-width: 768px) {
                  .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-surface img {
                    height: 18px; } }
            .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-rooms {
              margin-left: 55px;
              font-size: 20px;
              font-weight: 400;
              color: #000; }
              @media (max-width: 768px) {
                .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-rooms {
                  font-size: 14px; } }
              .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-rooms img {
                height: 21px;
                position: relative;
                top: -4px; }
                @media (max-width: 768px) {
                  .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-icons .card-patrimoine-info-lower-icons-rooms img {
                    height: 18px; } }
          .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-price {
            font-size: 25px;
            font-weight: bold;
            color: #000; }
            @media (max-width: 768px) {
              .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-price {
                font-size: 16px; } }
            .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-price span {
              font-size: 15px;
              font-weight: 400;
              display: block;
              text-align: right; }
              @media (max-width: 768px) {
                .page-template-template-patrimoine .card-list .card-patrimoine a .card-patrimoine-info .card-patrimoine-info-lower .card-patrimoine-info-lower-price span {
                  font-size: 10px; } }
      .page-template-template-patrimoine .card-list .card-patrimoine a:hover {
        box-shadow: 0px 2px 20px 3px #cbcdcd;
        transform: scale(1.01); }

.page-template-template-patrimoine .results-description h2 {
  color: #5f7475;
  font-size: 40px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .results-description h2 {
      font-size: 30px; } }

.page-template-template-patrimoine .results-description p {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .results-description p {
      font-size: 20px; } }

.page-template-template-patrimoine .section-title {
  font-size: 30px;
  color: #5f7475;
  font-weight: bold; }

.page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text {
  width: 60%; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text {
      width: 100%; } }
  .page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text .title h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text .title h2 {
        font-size: 30px; } }
  .page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text .title h3 {
    font-size: 25px !important;
    font-weight: 500 !important;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text .title h3 {
        font-size: 20px !important; } }
  .page-template-template-patrimoine .contactinfo-2 .leftimagecard-content .text .description {
    margin: 25px auto; }

.page-template-template-patrimoine .custom-paddings > .kc_column_inner:first-child {
  padding-left: 0px;
  padding-right: 45px; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .custom-paddings > .kc_column_inner:first-child {
      padding-left: 0px;
      padding-right: 0px; } }

.page-template-template-patrimoine .custom-paddings > .kc_column_inner:last-child {
  padding-left: 45px;
  padding-right: 0px; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .custom-paddings > .kc_column_inner:last-child {
      padding-left: 0px;
      padding-right: 0px; } }

@media (max-width: 768px) {
  .page-template-template-patrimoine .custom-paddings.mobile-reverse {
    display: flex;
    flex-direction: column-reverse; } }

.page-template-template-patrimoine .custom-paddings.mobile-reverse > .kc_column_inner:first-child {
  padding-left: 0px;
  padding-right: 45px; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .custom-paddings.mobile-reverse > .kc_column_inner:first-child {
      padding-left: 0px;
      padding-right: 0px; } }

.page-template-template-patrimoine .custom-paddings.mobile-reverse > .kc_column_inner:last-child {
  padding-left: 45px;
  padding-right: 0px; }
  @media (max-width: 768px) {
    .page-template-template-patrimoine .custom-paddings.mobile-reverse > .kc_column_inner:last-child {
      padding-left: 0px;
      padding-right: 0px; } }

@media (max-width: 768px) {
  .page-template-template-programme .videoleftcontainer {
    margin: 0px auto; }
    .page-template-template-programme .videoleftcontainer .text-container .description {
      width: 100%; } }

@media screen and (min-width: 769px) {
  .page-template-template-programme .slider-nav-container.desk {
    position: absolute;
    bottom: calc(10px - 125%); }
  .page-template-template-programme .rightimage-container.normalize .rightimage-content .image {
    padding-left: 35px; } }

.single-wagrams .breadcrumbs {
  top: -20px;
  padding-left: 0; }

.single-maisons .gamme_custom_middle_left.gamme_custom_middle_element img {
  margin-right: 12px; }

.single-maisons .gamme_custom_wrapper {
  margin-bottom: 50px; }
  .single-maisons .gamme_custom_wrapper .gamme_custom_right.mobshow h3 {
    margin-top: 50px; }
  @media (max-width: 768px) {
    .single-maisons .gamme_custom_wrapper .gamme_custom_tuiles p:first {
      font-size: 18px; }
    .single-maisons .gamme_custom_wrapper .gamme_custom_facade p:first {
      font-size: 18px; } }

.single-maisons .maisons_related_gallery_item {
  margin-bottom: 40px;
  vertical-align: top; }

@media (max-width: 768px) {
  .single-maisons .mainson-product-mobile .side-right .price-partir {
    margin-bottom: 8px;
    margin-top: -4px;
    font-size: 13px; }
  .single-maisons .mainson-product-mobile .side-right .price {
    font-size: 22px; }
  .single-maisons .mainson-product-mobile .side-right .equip-button {
    color: #212529;
    font-size: 16px;
    font-weight: 500; }
  .single-maisons #equipmentModal .modal-header {
    position: sticky;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 10; }
  .single-maisons .gamme_options_wrapper .gamme_option_right {
    padding-top: 25px;
    padding-bottom: 50px; }
  .single-maisons .side-left p.class_energy_label.mobshow {
    font-size: 13px;
    margin-top: 20px; }
  .single-maisons .maison_product_content .excerpt {
    font-size: 19px; }
  .single-maisons .slick-dots li,
  .single-maisons .slick-dots li button {
    width: 15px;
    height: 15px; }
  .single-maisons .maison_plan_field.textarea_plan_field > p {
    margin-bottom: 15px;
    display: inline-block; }
  .single-maisons .maison_product_top ul li img {
    height: 20px; }
  .single-maisons .maisons_related_gallery_item {
    margin-bottom: 40px; }
  .single-maisons .gamme_equipment_inner h2 {
    margin-top: 20px;
    font-size: 30px; }
  .single-maisons .gamme_equipment_inner > p {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px; }
  .single-maisons .gamme_equipment_element img {
    height: 48px; }
  .single-maisons .gamme_equipment_right a[data-target="#equipmentModal"] {
    margin: auto;
    display: block;
    width: fit-content !important; }
  .single-maisons .maison_product_left .side-left .maison_product_energy {
    font-size: 14px; }
  .single-maisons .mobshow .side-left h1.maison_title,
  .single-maisons .mobshow .side-left h1 {
    font-size: 30px; }
  .single-maisons .mobshow .side-left .maison_gamme,
  .single-maisons .mobshow .side-left .tag {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 13px; }
  .single-maisons .mobshow .side-left .maison_etaje,
  .single-maisons .mobshow .side-left .maison {
    font-size: 14px;
    margin-bottom: 13px; }
  .single-maisons .mobshow .side-left .maison {
    font-size: 13px; }
  .single-maisons .mobshow .side-left .address {
    font-size: 14px;
    margin-bottom: 20px; }
  .single-maisons .mobshow .side-left .maison_product_energy,
  .single-maisons .mobshow .side-left .class_energy_label {
    font-size: 12px; }
  .single-maisons .mobshow .side-left p {
    line-height: 15px;
    padding: 0;
    margin: 0;
    align-self: center; }
  .single-maisons .mobshow .side-left .maison_product_energy_element {
    min-height: 15px;
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin: 0 -3px 0 0;
    position: relative;
    top: 13px; }
  .single-maisons .mobshow .side-left .maison_product_energy_element.isenergy {
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    padding: 0;
    box-sizing: content-box;
    top: 10px;
    border-width: 1px;
    border-radius: 3px; }
    .single-maisons .mobshow .side-left .maison_product_energy_element.isenergy p {
      line-height: 20px; }
  .single-maisons div.maison_product_left .side-right .equip:after,
  .single-maisons .mainson-product-mobile .side-right .equip-button:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    border-top: 2px solid #cf3b31;
    border-right: 2px solid #cf3b31;
    transform: rotate(45deg) translateY(-50%); }
  .single-maisons .maison_product_content h3 {
    font-size: 20px; }
  .single-maisons .gamme_option_left > p {
    font-size: 19px; }
  .single-maisons .gamme_equipment_wrapper {
    padding-top: 0px; }
  .single-maisons .maisons_equipment_popup_content p {
    width: 100%; }
  .single-maisons #obtainPlan .modal-body {
    background-color: #f0f2f1; }
    .single-maisons #obtainPlan .modal-body .wpcf7-list-item-label {
      font-size: 16px; } }
    @media (max-width: 768px) and (max-width: 768px) {
      .single-maisons #obtainPlan .modal-body .wpcf7-list-item-label {
        font-size: 12px; } }

@media (max-width: 768px) {
  .single-maisons .gamme_option_right img {
    height: auto; }
  .single-maisons .maison_related_title_wrapper {
    padding-top: 15px;
    width: unset; }
  .single-maisons .maison_related_elements .maison_related_price > p {
    font-size: 15px; }
  .single-maisons .maison_related_elements .maison_related_price strong {
    white-space: nowrap;
    line-height: 1; }
  .single-maisons .maison_related_content_wrapper .maison_related_gamme {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 15px; }
  .single-maisons .maison_related_content_wrapper .maison_related_floor {
    margin-bottom: 0; }
  .single-maisons .maison_related_content_wrapper .maison_related_price p:first-of-type {
    margin-top: 0;
    font-size: 11px; } }

@media screen and (max-width: 768px) {
  .single-maisons .maisons_related_gallery_inner.kc-container h3 {
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 30px; } }

.page-template-template-debug .maisons_related_gallery_item {
  margin-bottom: 40px;
  vertical-align: top; }

@media screen and (max-width: 768px) {
  .page-template-template-debug .maisons_related_gallery_inner.kc-container h3 {
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 30px; } }

@media (max-width: 768px) {
  .page-template-template-debug .gamme_equipment_wrapper {
    padding-top: 0;
    margin-left: -15px;
    margin-right: -15px; }
  .page-template-template-debug .gamme_contact_us_wrapper {
    margin-bottom: 20px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .page-template-template-debug .gamme_options_wrapper {
    padding-bottom: 50px;
    padding-top: 0px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .page-template-template-debug #equipmentModal .modal-header {
    position: sticky;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 10; } }

@media (max-width: 768px) and (max-width: 768px) {
  .page-template-template-debug .gamme_custom_facade.gamme_custom_elements {
    margin-bottom: 15px; } }

@media (max-width: 768px) {
  .page-template-template-debug .maison_below_hero_bk .mobshow .maison_product_left > p {
    margin-bottom: 12px; }
  .page-template-template-debug .maison_product_top ul li {
    display: inline-flex;
    flex-direction: row; }
    .page-template-template-debug .maison_product_top ul li div {
      align-self: center; }
    .page-template-template-debug .maison_product_top ul li .image_wrapper {
      width: 35px; }
    .page-template-template-debug .maison_product_top ul li .image-wrapper.pieces {
      margin-left: -2px; } }

@media (max-width: 768px) and (max-width: 768px) {
  .page-template-template-debug {
    font-size: 19px; }
    .page-template-template-debug .gamme_custom_middle_left.gamme_custom_middle_element img {
      height: 43px;
      width: 43px; }
    .page-template-template-debug .slick-dots li,
    .page-template-template-debug .slick-dots li button {
      width: 15px;
      height: 15px; }
    .page-template-template-debug .maison_plan_field.textarea_plan_field > p {
      margin-bottom: 15px;
      display: inline-block; }
    .page-template-template-debug .maison_product_top ul li img {
      height: 20px; }
    .page-template-template-debug .maisons_related_gallery_item {
      margin-bottom: 40px; }
    .page-template-template-debug .gamme_equipment_inner h2 {
      margin-top: 20px;
      font-size: 30px; }
    .page-template-template-debug .gamme_equipment_inner > p {
      font-size: 20px;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 25px; }
    .page-template-template-debug .gamme_equipment_element img {
      height: 48px; }
    .page-template-template-debug .gamme_equipment_right a[data-target="#equipmentModal"] {
      margin: auto;
      display: block;
      width: fit-content !important; }
    .page-template-template-debug .maison_product_left .side-left .maison_product_energy {
      font-size: 14px; }
    .page-template-template-debug .mobshow .side-left h1.maison_title,
    .page-template-template-debug .mobshow .side-left h1 {
      font-size: 30px; }
    .page-template-template-debug .mobshow .side-left .maison_gamme {
      font-size: 11px;
      padding: 5px 10px;
      margin-bottom: 13px; }
    .page-template-template-debug .mobshow .side-left .maison_etaje {
      font-size: 14px;
      margin-bottom: 13px; }
    .page-template-template-debug .mobshow .side-left .address {
      font-size: 14px;
      margin-bottom: 20px; }
    .page-template-template-debug .mobshow .side-left .maison_product_energy {
      font-size: 12px; }
    .page-template-template-debug .mobshow .side-left p {
      line-height: 15px;
      padding: 0;
      margin: 0;
      align-self: center; }
    .page-template-template-debug .mobshow .side-left .maison_product_energy_element {
      min-height: 15px;
      min-width: 15px;
      width: 15px;
      height: 15px;
      margin: 0 -3px 0 0;
      position: relative;
      top: 13px; }
    .page-template-template-debug .mobshow .side-left .maison_product_energy_element.isenergy {
      height: 20px;
      width: 20px;
      min-height: 20px;
      min-width: 20px;
      padding: 0;
      box-sizing: content-box;
      top: 10px;
      border-width: 1px;
      border-radius: 3px; }
      .page-template-template-debug .mobshow .side-left .maison_product_energy_element.isenergy p {
        line-height: 20px; }
    .page-template-template-debug div.maison_product_left .side-right .equip:after {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      top: 50%;
      border-top: 2px solid #cf3b31;
      border-right: 2px solid #cf3b31;
      transform: rotate(45deg) translateY(-50%); }
    .page-template-template-debug .maison_product_content h3 {
      font-size: 20px; }
    .page-template-template-debug .gamme_option_left > p {
      font-size: 19px; } }

@media (max-width: 768px) {
  .page-template-template-debug div.maison_product_top ul li .image-desc-wrapper {
    width: 70px;
    text-align: left; }
  .page-template-template-debug div.maison_product_top ul li:nth-child(even) {
    justify-content: flex-end; }
  .page-template-template-debug div.maison_product_top ul li:last-child {
    padding-right: 0; }
  .page-template-template-debug #obtainPlan .modal-body {
    background-color: #f0f2f1; }
    .page-template-template-debug #obtainPlan .modal-body .wpcf7-list-item-label {
      font-size: 12px; } }

.page-template-template-debug .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.page-template-template-debug .maison_product_content a.lire-plus {
  color: #e02623; }

.page-template-template-debug .decapitalize::first-letter {
  text-transform: lowercase; }

.page-template-template-results .results-container .card-container .card-content .text .right .gamme {
  white-space: nowrap;
  text-transform: capitalize; }

.gamme_custom_right .gamme_custom_tuiles .tuiles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 285px;
  max-width: 100%; }
  .gamme_custom_right .gamme_custom_tuiles .tuiles .gamme_custom_element {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 33%; }

.gamme_custom_right .gamme_custom_facade .facade {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 330px;
  max-width: 100%; }
  .gamme_custom_right .gamme_custom_facade .facade .gamme_custom_element {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 25%; }

.single-programmes .maison_gallery_number {
  top: -8px;
  width: 25px;
  height: 25px;
  text-align: center;
  right: -8px; }
  .single-programmes .maison_gallery_number p {
    top: -3px; }

#maison_RE_button {
  display: block;
  height: 40px;
  background: #E02623;
  border-radius: 8px;
  color: white;
  margin-top: 30px;
  text-decoration: none;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  width: 200px; }
  #maison_RE_button span {
    display: block;
    height: 30px;
    width: 30px;
    color: white;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center; }

.logo_maisons_anchor #logo_maisons_env_cont {
  width: 80px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 2; }
  @media (max-width: 767px) {
    .logo_maisons_anchor #logo_maisons_env_cont {
      margin-top: -27px;
      margin-left: 30px;
      transform: scale(0.6); } }
  .logo_maisons_anchor #logo_maisons_env_cont img {
    height: 80%;
    width: 100%;
    object-fit: contain; }
  .logo_maisons_anchor #logo_maisons_env_cont .circle_container {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid black;
    text-align: center; }
    .logo_maisons_anchor #logo_maisons_env_cont .circle_container a {
      text-decoration: none;
      color: black;
      font-weight: 600; }
      .logo_maisons_anchor #logo_maisons_env_cont .circle_container a:hover {
        text-decoration: none; }

.mobshow .maison_product_left .side-left #maison_RE_button {
  font-size: 16px;
  width: 230px;
  margin-bottom: 20px; }

.gamme_contemporaine .gamme_equipment_wrapper {
  margin-bottom: 60px !important; }

.maison_second_gallery_wrapper.secondary_gallery .maison_gallery_second_slider_single .popup-gallery-parent {
  position: relative; }
  .maison_second_gallery_wrapper.secondary_gallery .maison_gallery_second_slider_single .popup-gallery-parent .description {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    text-align: center;
    background: #e02623ad;
    padding: 12px 15px;
    max-height: 50%;
    overflow: auto; }
  .maison_second_gallery_wrapper.secondary_gallery .maison_gallery_second_slider_single .popup-gallery-parent .description, .maison_second_gallery_wrapper.secondary_gallery .maison_gallery_second_slider_single .popup-gallery-parent .description > p {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .maison_second_gallery_wrapper.secondary_gallery .maison_gallery_second_slider_single .popup-gallery-parent .description, .maison_second_gallery_wrapper.secondary_gallery .maison_gallery_second_slider_single .popup-gallery-parent .description > p {
        font-size: 16px;
        line-height: 1; } }

.single-patrimoine.ios-device .line-clamp {
  -webkit-box-orient: unset !important; }
  .single-patrimoine.ios-device .line-clamp span.points {
    display: none; }
    @media screen and (max-width: 768px) {
      .single-patrimoine.ios-device .line-clamp span.points {
        display: inline-block; } }

.single-patrimoine .maison_product_bottom .lire-plus {
  display: none; }

.single-patrimoine .gamme_equipment_inner .maison_product_bottom .lire-plus {
  display: none; }

@media (max-width: 768px) {
  .single-patrimoine .gamme_equipment_inner h2 {
    font-size: 30px; } }

@media (max-width: 768px) {
  .single-patrimoine .gamme_equipment_inner p {
    font-size: 20px; } }

.single-patrimoine .gamme_equipment_inner .gamme_equipment_right .d-block {
  text-align: left !important;
  padding-left: 20px; }
  @media (max-width: 768px) {
    .single-patrimoine .gamme_equipment_inner .gamme_equipment_right .d-block {
      padding-left: 0px; }
      .single-patrimoine .gamme_equipment_inner .gamme_equipment_right .d-block a {
        display: block;
        text-align: center;
        width: 225px !important; } }

.single-patrimoine .kc-video-inner {
  margin-top: 0px; }

.single-patrimoine .maison_below_hero .maison_product_top .second-header {
  font-weight: 500; }

.single-patrimoine .maison_below_hero .maison_product_top .mobshow ul li {
  margin-right: 0px;
  margin-left: 0px;
  width: 50%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; }
  .single-patrimoine .maison_below_hero .maison_product_top .mobshow ul li span {
    font-weight: 500; }

@media (max-width: 768px) {
  .single-patrimoine .maison_below_hero_bk {
    display: flex;
    flex-wrap: wrap;
    align-items: center; } }

.single-patrimoine .maison_below_hero_bk .maison_product_left {
  padding-top: 20px;
  margin-left: 13px;
  width: 34%; }
  @media (min-width: 769px) {
    .single-patrimoine .maison_below_hero_bk .maison_product_left {
      padding-left: 0px; } }
  @media (max-width: 768px) {
    .single-patrimoine .maison_below_hero_bk .maison_product_left {
      width: 50%; } }
  .single-patrimoine .maison_below_hero_bk .maison_product_left .breadcrumbs {
    top: 0px;
    padding-left: 0px; }
  .single-patrimoine .maison_below_hero_bk .maison_product_left .maison_title {
    font-weight: bold;
    font-size: 35px; }
    @media (max-width: 768px) {
      .single-patrimoine .maison_below_hero_bk .maison_product_left .maison_title {
        font-size: 30px; } }
  @media (max-width: 768px) {
    .single-patrimoine .maison_below_hero_bk .maison_product_left .patrimoine_architecture {
      font-size: 14px;
      margin-bottom: 0; } }
  .single-patrimoine .maison_below_hero_bk .maison_product_left .patrimoine_gamme {
    font-size: 15px;
    display: inline-block;
    padding: 3px 20px;
    background: #44828f;
    color: #fff;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .single-patrimoine .maison_below_hero_bk .maison_product_left .patrimoine_gamme {
        font-size: 11px;
        margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .single-patrimoine .maison_below_hero_bk .maison_product_left .classe {
      font-size: 12px;
      margin-top: 14px; } }
  @media (max-width: 768px) {
    .single-patrimoine .maison_below_hero_bk .maison_product_left .patrimoine_price {
      display: none; } }
  .single-patrimoine .maison_below_hero_bk .maison_product_left .patrimoine_price span {
    font-size: 30px;
    font-weight: bold; }

.single-patrimoine .maison_below_hero_bk .maison_product_right {
  width: 52%;
  padding-left: 5px; }
  @media (max-width: 768px) {
    .single-patrimoine .maison_below_hero_bk .maison_product_right {
      width: 100%;
      margin-left: 0px !important;
      padding: 0px 20px; }
      .single-patrimoine .maison_below_hero_bk .maison_product_right .lire-plus {
        font-size: 18px;
        display: block;
        z-index: 100;
        color: red;
        padding-bottom: 10px; }
      .single-patrimoine .maison_below_hero_bk .maison_product_right .line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
  .single-patrimoine .maison_below_hero_bk .maison_product_right .maison_product_bottom > p {
    font-weight: bold;
    font-size: 30px; }
    @media (max-width: 768px) {
      .single-patrimoine .maison_below_hero_bk .maison_product_right .maison_product_bottom > p {
        font-size: 25px; } }
  .single-patrimoine .maison_below_hero_bk .maison_product_right .maison_product_bottom .maison_summary p {
    font-weight: regular;
    font-size: 20px; }

.single-patrimoine .maison_below_hero_bk .mobile_product_right {
  width: 30%; }
  @media (min-width: 769px) {
    .single-patrimoine .maison_below_hero_bk .mobile_product_right {
      display: none;
      padding-left: 0; } }
  @media (max-width: 768px) {
    .single-patrimoine .maison_below_hero_bk .mobile_product_right {
      padding-left: 0;
      float: right;
      margin-right: 13px;
      padding-top: 20px;
      width: 35%; } }
  .single-patrimoine .maison_below_hero_bk .mobile_product_right .price {
    text-align: right;
    font-size: 13px; }
    .single-patrimoine .maison_below_hero_bk .mobile_product_right .price span {
      font-weight: bold;
      font-size: 22px; }
  .single-patrimoine .maison_below_hero_bk .mobile_product_right .equip-button {
    color: #212529;
    font-weight: bold;
    padding: 10px 0px;
    background: #d2d8d8;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center; }
  .single-patrimoine .maison_below_hero_bk .mobile_product_right .equip-button span {
    color: red;
    padding-left: 2px; }

.logements-container {
  margin-top: 30px; }
  .logements-container h2 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #5f7475; }
    @media (max-width: 768px) {
      .logements-container h2 {
        font-size: 30px; } }
  .logements-container .logements-container-description {
    text-align: center;
    font-size: 23px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .logements-container .logements-container-description {
        font-size: 20px; } }
  .logements-container .logements-content {
    width: 1000px;
    margin: 50px auto 0px;
    border-top: 2px solid #5f7475;
    border-bottom: 2px solid #5f7475; }
    @media (max-width: 768px) {
      .logements-container .logements-content {
        width: 100%; } }
    .logements-container .logements-content .logement-item {
      width: 100%; }
      .logements-container .logements-content .logement-item .logement-item-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 40px; }
        @media (max-width: 768px) {
          .logements-container .logements-content .logement-item .logement-item-top {
            padding: 15px; } }
        @media (min-width: 769px) {
          .logements-container .logements-content .logement-item .logement-item-top .surface {
            position: relative;
            left: -75px; } }
        .logements-container .logements-content .logement-item .logement-item-top p {
          font-weight: 400;
          font-size: 20px;
          margin: 0px; }
        .logements-container .logements-content .logement-item .logement-item-top h3 {
          font-weight: 500;
          font-size: 20px;
          margin: 0px; }
        .logements-container .logements-content .logement-item .logement-item-top img {
          width: 18px;
          height: 9px;
          cursor: pointer;
          transition: 0.2s;
          transform: rotate(180deg); }
          .logements-container .logements-content .logement-item .logement-item-top img.active {
            transform: rotate(0deg); }
      .logements-container .logements-content .logement-item:nth-child(even) {
        background: #eff1f1; }
      .logements-container .logements-content .logement-item .logement-item-bottom {
        height: 0px;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
        overflow: hidden;
        transition: 0.4s; }
        @media (max-width: 768px) {
          .logements-container .logements-content .logement-item .logement-item-bottom {
            padding-left: 15px;
            padding-right: 15px; } }
        .logements-container .logements-content .logement-item .logement-item-bottom p {
          margin-bottom: 5px; }
        .logements-container .logements-content .logement-item .logement-item-bottom.active {
          height: 117px;
          padding-top: 15px;
          padding-bottom: 15px; }

.results-container {
  margin-bottom: 0px; }
  .results-container .results-content .card-container .card-content a .text .left .subtitle-card {
    margin-top: 10px; }
  @media (max-width: 768px) {
    .results-container .results-content .card-container .card-content a .text .right .price .price-amount {
      font-size: 21px; } }

@media (max-width: 768px) {
  .kc-col-container .general-accordion-block .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom {
    padding-top: 0px !important;
    margin-top: 15px !important; }
    .kc-col-container .general-accordion-block .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom h2 {
      margin-bottom: 1.5rem !important; } }

.kc-col-container .general-accordion-block .general-accordion-block .general-accordion-accordions .general-accordion-item .general-accordion-item-bottom p > strong {
  font-weight: 500 !important; }

#paragraph-general-accordion {
  text-align: center !important;
  margin-bottom: 2rem !important;
  font-size: 18px;
  font-weight: 400; }

#title-general-accordion {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #5f7475;
  margin-bottom: 1rem; }

#general-accordion-h2 {
  margin-bottom: 1.5rem; }

@media screen and (min-width: 1201px) {
  .maison_product_top .kc-container {
    display: flex;
    justify-content: center; }
    .maison_product_top .kc-container .annonce-pictos-ul {
      display: flex; }
      .maison_product_top .kc-container .annonce-pictos-ul li {
        display: flex;
        align-items: center; }
        .maison_product_top .kc-container .annonce-pictos-ul li .image-desc-wrapper {
          padding-top: 5px;
          font-weight: 500 !important; } }

.single-wagrams .results-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #eff1f1; }

.single-wagrams .results-content .card-container {
  width: 30%;
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px 1px #cbcdcd;
  transform: scale(1);
  transition: 0.2s; }

.single-wagrams .results-content .card-container:hover {
  box-shadow: 0px 2px 20px 3px #cbcdcd;
  transform: scale(1.01); }

.single-wagrams .results-content .card-container .card-content a {
  text-decoration: none;
  color: #000000; }

.single-wagrams .results-content .card-container .card-content .image .card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 200px; }

.single-wagrams .results-content .card-container .card-content .text {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  min-height: 165px; }

.single-wagrams .results-content .card-container .card-content .text .right,
.single-wagrams .results-content .card-container .card-content .text .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%; }

.single-wagrams .results-content .card-container .card-content .text .left .address img {
  width: 16px; }

.single-wagrams .results-content .card-container .card-content .text .attributes {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.single-wagrams .results-content .card-container .card-content .text .attributes .rooms {
  margin-left: 15px; }

.single-wagrams .results-content .card-container .card-content .text .attributes .surface img,
.single-wagrams .results-content .card-container .card-content .text .attributes .rooms img {
  height: 30px;
  width: auto; }

.single-wagrams .results-content .card-container .card-content .text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; }

.single-wagrams .results-content .card-container .card-content .text .price {
  display: flex;
  flex-direction: column; }

.single-wagrams .results-content .card-container .card-content .text .price .price-amount {
  font-size: 24px;
  font-weight: 700; }

.single-wagrams .results-content .card-container .card-content .text .right .gamme {
  padding: 5px 10px;
  background: #44828f;
  color: #fff; }

.single-wagrams .results-content .card-container .card-content .text .attributes .stock,
.single-wagrams .results-content .card-container .card-content .text .logements {
  color: #5f7475; }

.single-wagrams .programme-location {
  text-decoration: none;
  color: #e02623; }
  .single-wagrams .programme-location .location {
    font-size: 19px;
    font-weight: 500; }
  .single-wagrams .programme-location img {
    max-height: 19px;
    width: auto;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: -4px; }
  @media (max-width: 768px) {
    .single-wagrams .programme-location {
      display: none; } }

.single-wagrams .city .city-text {
  font-size: 18px;
  font-weight: 500; }

.single-wagrams .gamme_options_wrapper .gamme_option_left p {
  max-width: 500px; }

.single-wagrams .gamme_options_wrapper .gamme_option_element img {
  width: 30px; }

.single-wagrams .gamme_options_wrapper .gamme_option_elements {
  max-width: 450px; }

.single-wagrams .programmes-three-column-icons .kc_single_image img {
  margin-bottom: 16px; }

.single-wagrams .gamme_options_wrapper .gamme_option_right img {
  float: right; }

.single-wagrams body .kc-container {
  padding-left: 25px;
  padding-right: 25px; }

.single-wagrams .maison_below_hero_bk .kc-container {
  max-width: 1300px !important; }

.single-programmes .gamme_equipment_inner h2 {
  font-weight: bold; }

.single-programmes .maison_below_hero .maison_product_top ul li span {
  position: relative;
  top: 5px;
  font-weight: 500 !important; }

.single-programmes .maison_below_hero_bk .maison_product_left .maison_title {
  font-weight: bold; }

.single-programmes .single-wagrams .gamme_equipment_right a {
  font-weight: 500; }

.single-programmes .gamme_options_wrapper {
  padding-bottom: 0px; }

.height50 {
  display: inline-block;
  height: 50px;
  width: 100%; }

.maison_product_right {
  position: relative; }

.page-template-template-debug .breadcrumbs {
  padding-left: 3%;
  left: 0; }

.breadcrumbs span > a {
  color: #5f7475; }

.breadcrumb-item, .breadcrumb-item:hover {
  text-decoration: none;
  color: #5f7475; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }

.breadcrumb-item:visited {
  color: #5f7475; }

.breadcrumb-item + .breadcrumb-item::before {
  content: none; }

/*======================*/
/*     VOTRE PROJET     */
/*======================*/
.page-template-template-votre-projet .template-votre-projet .template-votre-projet-header {
  background: #eff1f1;
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-header .template-votre-projet-header-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #5f7475;
    margin-bottom: 20px; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-header .template-votre-projet-header-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 500; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-header .template-votre-projet-header-description {
    text-align: center;
    font-size: 20px; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-header .template-votre-projet-header-description p {
      line-height: 1.2;
      margin-bottom: 0px; }

@media (max-width: 768px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .kc_column {
    padding-left: 0px;
    padding-right: 0px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .etape {
  text-align: left;
  color: #e02623;
  font-size: 20px;
  font-weight: 500; }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .subtitle {
  text-align: left;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 25px; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .subtitle {
      font-size: 23px;
      margin-bottom: 10px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .subtitle.special {
    font-size: 30px;
    color: #5f7475; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .subtitle.special {
        font-size: 25px;
        margin-bottom: 20px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one p {
  font-size: 20px; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one p a {
    text-decoration: underline;
    color: #5E97AB; }

@media (min-width: 769px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-piece-container:first-child {
    padding-right: 135px; } }

@media (min-width: 769px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-piece-container:last-child {
    padding-left: 45px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-piece-container .etape-thumb img {
  max-width: 100%; }

@media (max-width: 768px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-piece-container p {
    font-size: 18px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-first {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-first {
      flex-direction: column; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-first .row-piece-container {
    width: 50%;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-first .row-piece-container {
        width: 100%;
        /*padding-left: 20px;
						padding-right: 20px;*/ } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-first .row-piece-container .etape-thumb img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-first .row-piece-container p {
        font-size: 18px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second {
      flex-direction: column; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .row-piece-container {
    width: 50%;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .row-piece-container {
        width: 100%;
        /*padding-left: 20px;
						padding-right: 20px;*/ } }
    @media (min-width: 769px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .row-piece-container:first-child {
        padding-left: 45px; } }
    @media (min-width: 769px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .row-piece-container:last-child {
        padding-right: 45px; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .row-piece-container .etape-thumb img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .row-piece-container p {
        font-size: 18px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-second .etape-thumb img {
    width: 400px; }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third {
  text-align: center; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third .row-piece-container {
    margin-top: 30px;
    margin-bottom: 30px; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third .row-piece-container p {
      margin-bottom: 0px; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third .row-piece-container p {
          font-size: 18px; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third .row-piece-container .row-piece-button {
      margin-top: 30px;
      margin-bottom: 30px; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third .row-piece-container .row-piece-button a {
        display: inline-block;
        position: relative;
        background: #dfe3e4;
        padding: 10px 20px;
        padding-right: 30px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 500; }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-third .row-piece-container .row-piece-button a:after {
          position: absolute;
          top: 50%;
          right: 15px;
          border-top: 2px solid #cf3b31;
          border-right: 2px solid #cf3b31;
          width: 8px;
          height: 8px;
          content: "";
          transform: rotate(45deg) translateY(-50%); }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth {
  display: flex;
  justify-content: space-between;
  padding-top: 45px; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth {
      padding-top: 0px;
      flex-direction: column-reverse; } }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth.container {
      padding-left: 0px;
      padding-right: 0px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container {
    width: 50%; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container {
        width: 100%; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .subtitle {
      font-size: 25px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container:first-child {
        margin-top: 20px; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container:first-child ul {
      list-style-image: url("../img/Check.png");
      -webkit-padding-start: 25px;
      margin: 0px; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container:first-child ul li {
        font-size: 20px;
        padding-left: 10px; }
        @media (max-width: 768px) {
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container:first-child ul li {
            font-size: 18px; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container {
      position: relative; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container {
          margin-bottom: 60px; } }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .row-fourth-slider {
          margin-bottom: 10px; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .row-fourth-slider .row-fourth-slider-item {
        height: 370px; }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .row-fourth-slider .row-fourth-slider-item > div {
          height: 100%;
          background-size: cover;
          background-position: center; }
        @media (max-width: 768px) {
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .row-fourth-slider .row-fourth-slider-item {
            height: 250px; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .arrows {
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url("../img/right-slider-nav.png");
        background-position: center;
        background-size: cover; }
        @media (min-width: 769px) {
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .arrows {
            display: none; } }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .arrows.arrow-prev {
          left: 35%;
          transform: rotate(180deg); }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container .row-fourth-slider-container .arrows.arrow-next {
          right: 35%; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container a {
      margin-top: 30px;
      display: inline-block;
      padding: 10px 20px;
      background: #e02623;
      color: #fff;
      border-radius: 3px;
      font-weight: 500;
      text-decoration: none; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-one .row-fourth .row-piece-container a {
          display: block;
          text-align: center;
          margin-left: 15px;
          margin-right: 15px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two {
  background: #eff1f1; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .row {
      margin-left: 0px;
      margin-right: 0px; } }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .kc_column {
      padding-left: 0px;
      padding-right: 0px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape {
    text-align: center;
    color: #e02623;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape {
        text-align: left; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .title {
    font-size: 30px;
    text-align: center;
    color: #617677;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .title {
        text-align: left;
        font-size: 25px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .subtitle {
    font-size: 22px;
    line-height: 1.2;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .subtitle {
        text-align: left; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps {
    display: flex;
    justify-content: space-between;
    padding-top: 16px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps {
        flex-direction: column; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item {
      width: 27%; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item {
          width: 100%;
          margin-bottom: 30px; }
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item:last-child {
            margin-bottom: 0px; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item .etape-two-steps-item-thumb {
        height: 200px;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item h3.etape-two-steps-item-title {
        font-size: 22px;
        font-weight: 600; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item p {
        font-size: 20px;
        margin-bottom: 0px; }
        @media (max-width: 768px) {
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item p {
            font-size: 18px; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item a {
        position: relative;
        display: inline-block;
        background: #d2d8d8;
        padding: 7px 20px;
        margin-top: 20px;
        padding-right: 30px;
        border-radius: 3px; }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-two .etape-two-steps .etape-two-steps-item a:after {
          position: absolute;
          top: 50%;
          right: 15px;
          border-top: 2px solid #cf3b31;
          border-right: 2px solid #cf3b31;
          width: 8px;
          height: 8px;
          content: "";
          transform: rotate(45deg) translateY(-50%); }

@media (max-width: 768px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .kc_column {
    padding-left: 0px;
    padding-right: 0px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container {
      flex-direction: column-reverse; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container {
    width: 45%; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container {
        width: 100%; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .etape {
      text-align: left;
      color: #e02623;
      font-size: 20px;
      font-weight: 500; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .subtitle {
      text-align: left;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.2;
      font-size: 25px; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .subtitle.special {
        color: #5f7475;
        font-size: 30px; }
        @media (max-width: 768px) {
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .subtitle.special {
            font-size: 25px; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .button a {
      position: relative;
      display: inline-block;
      background: #d2d8d8;
      color: #0b0c0c;
      padding: 7px 20px;
      margin-top: 40px;
      margin-bottom: 45px;
      padding-right: 30px;
      border-radius: 3px;
      text-decoration: none;
      font-weight: 500; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .button a {
          margin-top: 26px; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container .button a:after {
        position: absolute;
        top: 50%;
        right: 15px;
        border-top: 2px solid #cf3b31;
        border-right: 2px solid #cf3b31;
        width: 8px;
        height: 8px;
        content: "";
        transform: rotate(45deg) translateY(-50%); }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container p {
      font-size: 20px;
      margin-bottom: 0px; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-container .row-piece-container p a {
        color: #5E97AB; }

@media (max-width: 768px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-first .row-piece-container p img {
    margin-bottom: 25px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-second {
  padding-top: 70px;
  padding-bottom: 70px;
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-second {
      flex-direction: column-reverse;
      padding-top: 45px;
      padding-bottom: 45px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-second .row-piece-container:first-child {
    padding-top: 40px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-second .row-piece-container:first-child {
        padding-top: 25px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-third .row-piece-container:first-child {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-three .row-third .row-piece-container:first-child {
      padding-top: 25px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four {
  background: #eff1f1; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .kc_column {
      padding-left: 0px;
      padding-right: 0px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape {
    text-align: center;
    color: #e02623;
    font-size: 20px;
    font-weight: 500; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .title {
    text-align: center;
    color: #617677;
    font-weight: 600;
    font-size: 30px; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .subtitle {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 22px; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .block-description {
    text-align: center;
    width: 1000px;
    margin: 0px auto;
    font-size: 22px;
    max-width: 100%; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape {
      text-align: left; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .title {
      text-align: left;
      font-size: 25px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .title {
      margin-bottom: 25px; } }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .subtitle {
      text-align: left !important; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .block-description {
      text-align: left; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks {
        flex-direction: column; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item {
      width: 100%; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item {
          width: 100%; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content {
        position: relative;
        padding-left: 50px; }
        @media (max-width: 768px) {
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content {
            padding-left: 0px; } }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-icon {
          background-image: url(var(--icon));
          background-size: cover;
          background-position: center;
          width: 40px;
          height: 40px;
          position: absolute;
          margin-left: -50px; }
          @media (max-width: 768px) {
            .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-icon {
              margin-left: 0px; } }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-title {
          position: relative;
          color: #e02623;
          font-weight: 600;
          font-size: 25px; }
          @media (max-width: 768px) {
            .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-title {
              padding-left: 50px;
              font-size: 23px; } }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-description {
          margin-top: 20px;
          font-size: 20px; }
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-description ul {
            list-style-image: url("../img/Check.png");
            padding-inline-start: 25px;
            margin: 0px; }
            .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-description ul li {
              font-size: 20px; }
          .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-description p {
            font-size: 20px; }
            .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-four .etape-four-blocks .etape-four-block-item .block-item-content .block-item-content-description p:last-child {
              margin-bottom: 0px; }

@media (max-width: 768px) {
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .kc_column {
    padding-left: 0px;
    padding-right: 0px; } }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks {
      flex-direction: column; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .row-piece-container {
    width: 45%; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .row-piece-container {
        width: 100%; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .row-piece-container a {
      display: inline-block;
      position: relative;
      background: #dfe3e4;
      color: #212529;
      padding: 10px 20px;
      padding-right: 30px;
      margin-top: 20px;
      border-radius: 3px;
      font-size: 16px;
      font-weight: 500; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .row-piece-container a {
          margin-bottom: 30px; } }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .row-piece-container a:after {
        position: absolute;
        top: 50%;
        right: 15px;
        border-top: 2px solid #cf3b31;
        border-right: 2px solid #cf3b31;
        width: 8px;
        height: 8px;
        content: "";
        transform: rotate(45deg) translateY(-50%); }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .etape {
    color: #e02623;
    font-size: 20px;
    font-weight: 500; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .subtitle {
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 30px; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .subtitle {
        font-size: 25px; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .subtitle.special {
      color: #5f7475; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .description p {
    font-size: 20px; }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .etape-thumb {
    position: relative; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-etape-five .etape-five-blocks .etape-thumb .image-icon {
      position: absolute;
      width: 80px;
      height: 80px;
      top: 20px;
      right: 20px; }

.page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact {
  width: 850px;
  max-width: 100%;
  margin: 0px auto;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .kc_column {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact {
      padding-bottom: 20px; } }
  .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container {
    width: 52%;
    margin: 0px auto;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container {
        width: 100%; } }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container .title {
      text-align: center;
      width: 100%;
      font-size: 35px;
      margin-bottom: 35px;
      font-weight: 700; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container .subtitle {
      font-size: 25px;
      line-height: 32px;
      color: #000;
      font-weight: 500; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container .description {
      margin: 20px auto; }
      .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container .description a {
        text-align: center;
        display: block; }
        .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container .description a img {
          width: 270px; }
    .page-template-template-votre-projet .template-votre-projet .template-votre-projet-contact .contact-container .button {
      display: inline-block;
      width: fit-content;
      margin: auto;
      padding: 10px 25px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 500; }

@media (min-width: 769px) {
  .page-template-template-votre-projet .show-mobile {
    display: none; } }

@media (max-width: 768px) {
  .page-template-template-votre-projet .show-desktop {
    display: none; } }

.page-template-template-votre-projet .custom-video-text-image {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .page-template-template-votre-projet .custom-video-text-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #d0d6d7; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .custom-video-text-image:before {
        content: none; } }
  .page-template-template-votre-projet .custom-video-text-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #d0d6d7; }
    @media (max-width: 768px) {
      .page-template-template-votre-projet .custom-video-text-image:after {
        content: none; } }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .custom-video-text-image {
      padding-top: 0px;
      padding-bottom: 0px; } }
  .page-template-template-votre-projet .custom-video-text-image .kc-video-inner {
    margin-top: 0px; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .video-container {
      width: 60%; } }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  @media (min-width: 769px) {
    .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container {
      width: 50%; } }
  @media (min-width: 769px) {
    .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container .text {
      width: 95%;
      margin-top: 20px; } }
  .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container .text .quotes img {
    height: 33px; }
  .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container .text .title {
    margin-top: 10px; }
    .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container .text .title h3 {
      font-size: 30px;
      margin-bottom: 25px;
      color: #000; }
      @media (max-width: 768px) {
        .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container .text .title h3 {
          font-size: 23px;
          margin-bottom: 20px; } }
  .page-template-template-votre-projet .custom-video-text-image .videoleftcontainer .text-container .text .description p {
    line-height: 1.5; }

.page-template-template-votre-projet .contactinfo-2 .leftimagecard-content .text {
  width: 60%; }
  @media (max-width: 768px) {
    .page-template-template-votre-projet .contactinfo-2 .leftimagecard-content .text {
      width: 100%; } }
  .page-template-template-votre-projet .contactinfo-2 .leftimagecard-content .text .title h3 {
    margin-bottom: 25px; }
  .page-template-template-votre-projet .contactinfo-2 .leftimagecard-content .text .description {
    margin: 20px auto; }

/*Single Maisons*/
body.single-maisons {
  /*mobile*/
  /*small phones*/
  /*desktop*/ }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    body.single-maisons .gamme_options_wrapper {
      /*one single gamme options wrapper in single maisons*/
      padding-bottom: 0; }
    body.single-maisons .gamme_custom_wrapper {
      /*one single gamme custom wrapper in single maisons*/ }
      body.single-maisons .gamme_custom_wrapper .gamme_custom_right.mobshow h3 {
        margin-top: 0; } }
  @media screen and (max-width: 360px) and (orientation: portrait) {
    body.single-maisons .maisons_related_gallery_wrapper {
      /*one single maisons_related_gallery_wrapper in single maisons*/ }
      body.single-maisons .maisons_related_gallery_wrapper .kc-container > div.maisons_related_flex {
        /*one single maisons_related_flex in single maisons*/
        padding-left: 0;
        padding-right: 0;
        /*keep related maisons cards in the same style*/ }
    body.single-maisons .slick-dots li {
      /*to be the same as on maisons-terrain small phones can't take a full load of dots without folding on 2 rows  */
      margin: 0 6px; } }
  @media (min-width: 768px) {
    body.single-maisons {
      /*rearrange related maisons cards and same font for Maison plain-pied, a partir and class energetique*/ }
      body.single-maisons .maison_product_left.deskshow .maison_price .mpmp_second {
        font-size: 20px; }
      body.single-maisons .maison_product_left.deskshow .maison_product_energy p.class_energy_label {
        font-size: 20px; }
      body.single-maisons .maison_related_content_wrapper {
        padding-top: 10px; }
        body.single-maisons .maison_related_content_wrapper .maison_related_title_wrapper {
          width: auto; }
        body.single-maisons .maison_related_content_wrapper .maison_related_gamme {
          padding: 5px 10px;
          margin-top: 15px; }
        body.single-maisons .maison_related_content_wrapper .maison_related_floor {
          margin-bottom: 0; }
        body.single-maisons .maison_related_content_wrapper .maison_related_price p {
          white-space: nowrap; }
          body.single-maisons .maison_related_content_wrapper .maison_related_price p:first-of-type {
            margin-top: 0; }
      body.single-maisons .slick-dots li {
        /*More margin for slick dots on maisons, because it's the same on maisons-terrain'*/
        margin: 0 8px; }
      body.single-maisons .maison_gallery_number {
        top: -8px;
        width: 25px;
        height: 25px;
        text-align: center;
        right: -8px; }
        body.single-maisons .maison_gallery_number p {
          top: -3px; } }

/*Single Announces*/
body.page-template-template-debug {
  /*mobile*/
  /*small phones*/
  /*desktop*/ }
  @media screen and (max-width: 360px) and (orientation: portrait) {
    body.page-template-template-debug .slick-dots li {
      /*small phones can't take a full load of dots without folding on 2 rows'*/
      margin: 0 6px; } }
  @media (min-width: 768px) {
    body.page-template-template-debug .slick-dots li {
      /*More margin for slick dots on maisons-terrain*/
      margin: 0 8px; }
    body.page-template-template-debug .gamme_options_wrapper {
      /*one single gamme options wrapper in single announces*/
      padding-top: 0; }
    body.page-template-template-debug .maison_gallery_number {
      top: -8px;
      width: 25px;
      height: 25px;
      text-align: center;
      right: -8px; }
      body.page-template-template-debug .maison_gallery_number p {
        top: -3px; } }

/*NOS MAISONS*/
body.page-template-template-nos_maisons {
  /*mobile*/
  /*small phones*/
  /*desktop*/ }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    body.page-template-template-nos_maisons #partners .subtitle-custom-2 {
      /*1 sutitle-custom-2 in #partners*/
      padding-bottom: 50px; } }
  @media screen and (max-width: 360px) and (orientation: portrait) {
    body.page-template-template-nos_maisons #partners .subtitle {
      /*1 subtitle in partners section*/
      word-spacing: 0px;
      font-size: 19px; } }

/*Recruitment*/
body.page-template-template-recruitment {
  /*mobile*/
  /*small phones*/
  /*desktop*/ }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    body.page-template-template-recruitment .job-form-content .job-form {
      height: 100vh; } }
  @media (min-width: 768px) {
    body.page-template-template-recruitment .job-form-container .job-form-content {
      background-image: url("/wp-content/themes/mp/assets/img/grey.png");
      background-position-x: 110%;
      background-position-y: 65px;
      background-repeat-x: no-repeat;
      max-height: 95%;
      height: fit-content; }
    body.page-template-template-recruitment .job-form-container .job-form-content > d-flex {
      height: fit-content; }
    body.page-template-template-recruitment .job-form-container .job-text-container {
      overflow: hidden;
      height: fit-content; }
    body.page-template-template-recruitment .job-form-container .job-header {
      background: #fff; } }

/*pointers for all*/
a, input[type=submit], .btn, .button, .job-button, .slider-nav, .picto-input label, .picto-input img, .picto-input {
  cursor: pointer; }

/*take out job-buttons underline*/
.job-button a {
  /*no request for this. To keep consistency between the rest of the buttons*/
  text-decoration: none; }

/*override for all filter headers*/
div#filter-results-header, div#filter-results-header.__fixed {
  /*request from #https://tasking.fr/issues/5552 to make shadow bigger than the psd*/
  box-shadow: 0px 0px 10px 8px rgba(206, 208, 208, 0.5); }

/*pointers for selectable*/
input[type=checkbox], input[type=radio], #filter-results-header .filter-content .maisons-filter-container {
  cursor: pointer; }

/*tinymce bug fix*/
#reassurance-block-images span[data-mce-type="bookmark"] {
  display: none; }

/*=========================*/
/*     NOS ENGAGEMENTS     */
/*=========================*/
.template-nos-engagements .template-nos-engagements-header {
  background: #eff1f1;
  padding-top: 30px;
  padding-bottom: 30px; }
  .template-nos-engagements .template-nos-engagements-header .template-nos-engagements-header-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #5f7475;
    margin-bottom: 20px; }
  .template-nos-engagements .template-nos-engagements-header .template-nos-engagements-header-description {
    text-align: center;
    font-size: 20px;
    width: 700px;
    max-width: 100%;
    margin: 0px auto; }
    @media (max-width: 768px) {
      .template-nos-engagements .template-nos-engagements-header .template-nos-engagements-header-description {
        width: 100%; } }
    .template-nos-engagements .template-nos-engagements-header .template-nos-engagements-header-description p {
      line-height: 1.2;
      margin-bottom: 0px; }

.template-nos-engagements .template-nos-engagements-map-illustration {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .template-nos-engagements .template-nos-engagements-map-illustration {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one {
    display: flex;
    justify-content: start;
    padding-bottom: 30px; }
    @media (max-width: 768px) {
      .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one {
        flex-direction: column-reverse; } }
    .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration {
      width: 50%; }
      @media (max-width: 768px) {
        .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration {
          width: 100%; } }
      .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration.illustration-image img {
        height: 350px; }
        @media (max-width: 768px) {
          .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration.illustration-image img {
            height: auto; } }
      .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration.illustration-description {
        width: 450px; }
        @media (max-width: 768px) {
          .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration.illustration-description {
            width: 100%; } }
        .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration.illustration-description .subtitle.special {
          text-align: left;
          font-weight: 600;
          color: #5f7475;
          margin-bottom: 20px; }
        .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-one .illustration.illustration-description p {
          font-weight: 500; }
  .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two {
    padding-top: 30px; }
    .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps {
          flex-direction: column; } }
      .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step {
        width: 25%; }
        @media (max-width: 768px) {
          .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px; } }
        .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-icon {
          text-align: center; }
          @media (max-width: 768px) {
            .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-icon {
              text-align: left;
              width: 100px; } }
          .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-icon img {
            height: 80px; }
            @media (max-width: 768px) {
              .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-icon img {
                height: 60px; } }
        .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-description {
          text-align: center;
          width: 250px;
          margin: 0px auto; }
          @media (max-width: 768px) {
            .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-description {
              text-align: left; } }
          .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-description .title {
            font-size: 20px;
            font-weight: 500;
            margin-top: 20px;
            margin-bottom: 10px; }
            @media (max-width: 768px) {
              .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-description .title {
                margin-top: 0px; } }
          @media (max-width: 768px) {
            .template-nos-engagements .template-nos-engagements-map-illustration .template-nos-engagements-map-illustration-part-two .steps .step .step-description .text {
              font-size: 18px; } }

.template-nos-engagements .template-nos-engagements-enrol {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eff1f1; }
  @media (max-width: 768px) {
    .template-nos-engagements .template-nos-engagements-enrol {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-title h2 {
    color: #617677;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px; }
  .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-content {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 769px) {
      .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-content .content {
        width: 550px;
        max-width: 100%; } }
    .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-content .content h3 {
      font-size: 25px;
      font-weight: bold; }
    .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-content .content ul {
      list-style-image: url("../img/Check.png");
      -webkit-padding-start: 26px;
      margin: 0px; }
      .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-content .content ul li {
        font-size: 20px; }
  .template-nos-engagements .template-nos-engagements-enrol .template-nos-engagements-enrol-ihotspot {
    padding-top: 30px; }

@media (min-width: 769px) {
  .template-nos-engagements .template-nos-engagements-garanties .content-right {
    width: 500px;
    max-width: 100%; } }

.template-nos-engagements .template-nos-engagements-garanties .content-right h2 {
  font-size: 35px;
  font-weight: bold;
  color: #617677; }
  @media (max-width: 768px) {
    .template-nos-engagements .template-nos-engagements-garanties .content-right h2 {
      font-size: 30px; } }

.template-nos-engagements .template-nos-engagements-garanties .content-right p {
  font-size: 20px; }

.template-nos-engagements .template-nos-engagements-garanties .content-right h3 {
  font-size: 25px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .template-nos-engagements .template-nos-engagements-garanties .content-right h3 {
      font-size: 22px; } }

.template-nos-engagements .template-nos-engagements-garanties .content-right ul {
  list-style-image: url("../img/Check.png");
  -webkit-padding-start: 26px;
  margin: 0px; }
  .template-nos-engagements .template-nos-engagements-garanties .content-right ul li {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 12px; }
    .template-nos-engagements .template-nos-engagements-garanties .content-right ul li a {
      text-decoration: underline;
      color: #4c9aae; }

@media (min-width: 769px) {
  .template-nos-engagements .template-nos-engagements-garanties .content-left {
    width: 600px;
    max-width: 100%; } }

.template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties {
  width: 475px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: -4px 7px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
  @media (min-width: 769px) {
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties {
      top: -60px;
      margin-bottom: -60px; } }
  @media (max-width: 768px) {
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties {
      margin-top: 15px; } }
  .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties img {
    width: 40px;
    height: 40px; }
    @media (min-width: 769px) {
      .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties img {
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties img {
        width: 28px;
        height: 28px; } }
  .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content {
    width: 90%;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #5f7475; }
    @media (min-width: 769px) {
      .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content {
        padding-left: 30px;
        border-left: 1px solid #5f7475; } }
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content h3 {
      font-size: 35px;
      font-weight: bold;
      color: #617677; }
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content p {
      font-size: 20px;
      font-weight: 500; }
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content h4 {
      font-size: 25px;
      font-weight: bold; }
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content h5 {
      color: #E02623;
      font-weight: 500; }
      @media (max-width: 768px) {
        .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content h5 {
          font-size: 18px; } }
    .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content ul {
      list-style-image: url("../img/Check.png");
      -webkit-padding-start: 26px;
      margin: 0px; }
      .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content ul li {
        font-size: 20px;
        font-weight: 500;
        padding-left: 12px; }
        @media (max-width: 768px) {
          .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content ul li {
            font-size: 18px; } }
        .template-nos-engagements .template-nos-engagements-garanties .content-left .block-garanties .block-garanties-content ul li a {
          text-decoration: underline;
          color: #4c9aae; }

.template-nos-engagements .template-nos-engagements-valeurs {
  background: #eff1f1;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .template-nos-engagements .template-nos-engagements-valeurs {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (max-width: 768px) {
  .template-nos-engagements .template-nos-engagements-accompagnement {
    display: none; } }

.template-nos-engagements .template-nos-engagements-accompagnement h2.accompagnement-title {
  margin-bottom: 25px;
  text-align: center;
  color: #617677;
  font-weight: bold;
  font-size: 40px; }

.template-nos-engagements .template-nos-engagements-accompagnement p.accompagnement-subtitle {
  text-align: center;
  font-size: 22px;
  margin: 0px;
  padding-left: 175px;
  padding-right: 175px; }

.template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs {
  margin-top: 70px;
  padding-left: 100px;
  padding-right: 100px; }
  .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs {
    margin: 0px;
    justify-content: space-between;
    border-bottom-width: 2px; }
    .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs .nav-item {
      width: 125px; }
      .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs .nav-item .nav-link {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        border: none;
        height: 78px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        line-height: 1.3;
        outline: none; }
        .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs ul.nav-tabs .nav-item .nav-link.active {
          border-bottom: 2px solid #E02623;
          outline: none; }
  .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content {
    display: flex;
    justify-content: space-around;
    padding: 40px; }
    .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-image img {
      height: 300px; }
    .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content {
      width: 630px;
      max-width: 100%; }
      .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content h3 {
        font-size: 25px;
        font-weight: bold; }
      .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content p {
        font-size: 20px; }
      .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content ul {
        margin: 0px;
        -webkit-padding-start: 25px;
        list-style-image: url("../img/Check.png"); }
        .template-nos-engagements .template-nos-engagements-accompagnement .accompagnement-tabs .tab-pane-content .tab-pane-content-content ul li {
          font-size: 20px;
          margin-bottom: 10px; }

.template-nos-engagements .template-nos-engagements-accompagnement-mobile {
  position: relative; }
  @media (min-width: 769px) {
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile {
      display: none; } }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-title {
    font-size: 30px;
    text-align: center;
    color: #617677;
    font-weight: 600;
    width: 280px;
    margin: 0 auto 16px; }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px; }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide {
    border-bottom: 1px solid #cfd6d6; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide:active {
      outline: none; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide:focus {
      outline: none; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide.slick-active span {
      position: relative; }
      .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide.slick-active span:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: calc(100% - 50px);
        height: 3px;
        background: #e02623; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide span {
      margin-right: 50px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-tabs-mobile .slick-slide span {
          padding-bottom: 10px; } }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-images-mobile {
    margin-top: 25px;
    margin-bottom: 30px; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-images-mobile .slick-slide {
      text-align: center; }
      .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-images-mobile .slick-slide img {
        height: 170px;
        width: auto !important; }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-texts-mobile .content-content-mobile p {
    font-size: 18px;
    font-weight: 500; }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .accompagnement-texts-mobile .content-content-mobile ul li {
    font-size: 18px; }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-top {
    position: relative;
    top: -110px;
    display: flex;
    justify-content: space-between; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-top .arrow {
      width: 10px;
      height: 10px;
      border-top: 2px solid #e02623;
      border-left: 2px solid #e02623; }
      .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-top .arrow.arrow-left {
        transform: rotate(-45deg); }
      .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-top .arrow.arrow-right {
        transform: rotate(135deg); }
  .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-bottom {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center; }
    .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-bottom .arrow {
      width: 35px;
      height: 35px;
      background-size: cover;
      background-position: center; }
      .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-bottom .arrow.arrow-left {
        background-image: url(../img/left-slider-nav.png);
        margin-right: 5px; }
      .template-nos-engagements .template-nos-engagements-accompagnement-mobile .arrows-bottom .arrow.arrow-right {
        background-image: url(../img/right-slider-nav.png);
        margin-left: 5px; }

.template-nos-engagements .page-list ul {
  margin: 0px;
  -webkit-padding-start: 25px;
  list-style-image: url("../img/Check.png"); }
  .template-nos-engagements .page-list ul li {
    font-size: 20px;
    padding-left: 12px;
    margin-bottom: 10px; }

.template-nos-engagements .fixed-mobile-contact {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  z-index: 10; }
  @media (min-width: 769px) {
    .template-nos-engagements .fixed-mobile-contact {
      display: none; } }
  .template-nos-engagements .fixed-mobile-contact .kc-raw-code {
    display: flex;
    justify-content: center;
    padding: 8px; }
    .template-nos-engagements .fixed-mobile-contact .kc-raw-code a.contact {
      background: #e02623;
      padding: 10px 60px;
      display: inline-block;
      color: #fff;
      border-radius: 3px;
      margin-right: 10px; }
    .template-nos-engagements .fixed-mobile-contact .kc-raw-code a.phone {
      background: #e02623;
      padding: 9px 10px;
      display: inline-block;
      color: #fff;
      border-radius: 3px;
      margin-left: 10px; }
      .template-nos-engagements .fixed-mobile-contact .kc-raw-code a.phone img {
        height: 25px; }

.template-nos-engagements #hp-testimonial-section {
  padding: 50px 15px; }
  @media screen and (max-width: 767px) {
    .template-nos-engagements #hp-testimonial-section {
      padding: 25px 15px 45px; } }
  .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper {
        margin-bottom: 25px; } }
    .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper .title {
      margin-bottom: 20px; }
      .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper .title h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        color: #5f7475; }
    .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper .description {
      width: 65%;
      margin: 0 auto;
      font-size: 22px;
      line-height: 30px; }
    @media screen and (max-width: 767px) {
      .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper .title {
        margin-bottom: 10px; }
        .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper .title h3 {
          font-size: 30px;
          line-height: 30px; }
      .template-nos-engagements #hp-testimonial-section .top-part .texts-wrapper .description {
        width: 100%;
        font-size: 20px;
        line-height: 25px; } }
  .template-nos-engagements #hp-testimonial-section .bottom-testimonials {
    margin: 0; }
    .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper {
      position: relative;
      margin: 0 auto; }
      .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transition: opacity 1.2s ease-in-out;
        -moz-transition: opacity 1.2s ease-in-out;
        -o-transition: opacity 1.2s ease-in-out;
        transition: opacity 1.2s ease-in-out;
        z-index: 10; }
        .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description {
          padding-left: 40px;
          padding-top: 25px; }
          @media (max-width: 768px) {
            .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description {
              padding-left: 0px;
              padding-top: 0px; } }
          .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .quotes img {
            max-width: 35px; }
          .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .title {
            margin-top: 15px;
            margin-bottom: 20px;
            font-weight: 700;
            font-size: 30px;
            line-height: 32px; }
            @media (max-width: 768px) {
              .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .title-wrapper .title {
                margin-top: 5px;
                margin-bottom: 10px;
                font-size: 23px; } }
          .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-row .title-description .description {
            font-size: 18px;
            line-height: 25px;
            color: #606060; }
      .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-container {
        padding-left: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .template-nos-engagements #hp-testimonial-section .bottom-testimonials .bottom-testimonial-block .video-wrapper .video-container .video-overlay {
          left: 50%;
          width: 100%;
          position: absolute;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          height: 75%;
          cursor: pointer;
          z-index: 0; }

.template-nos-engagements .transparent #hp-testimonial-section .video-container .kc_video_wrapper,
.template-nos-engagements .transparent #hp-testimonial-section .video-container .kc_video_wrapper .kc-video-inner {
  background: transparent; }

.template-nos-engagements .contactinfo-2 .leftimagecard-content {
  border: none; }
  .template-nos-engagements .contactinfo-2 .leftimagecard-content .text {
    width: 100%; }
    .template-nos-engagements .contactinfo-2 .leftimagecard-content .text .title h3 {
      margin-bottom: 25px; }
    .template-nos-engagements .contactinfo-2 .leftimagecard-content .text .subtitle {
      width: 55%;
      max-width: 100%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .template-nos-engagements .contactinfo-2 .leftimagecard-content .text .subtitle {
          width: 100%; } }
    .template-nos-engagements .contactinfo-2 .leftimagecard-content .text .description {
      margin: 20px auto; }

@media (max-width: 768px) {
  .template-nos-engagements .mobile-reversed-cols .kc-wrap-columns {
    display: flex;
    flex-direction: column-reverse; } }

@media (max-width: 768px) {
  .template-nos-engagements .mobile-flexed-cols .kc_row_inner {
    width: 75%; }
  .template-nos-engagements .mobile-flexed-cols .kc_single_image {
    width: auto; }
    .template-nos-engagements .mobile-flexed-cols .kc_single_image img {
      height: auto;
      width: 50px; } }

@media (max-width: 768px) {
  .template-nos-engagements .mobile-flexed-cols .block-title p {
    margin-bottom: 5px; } }

.template-nos-engagements .mobile-flexed-cols .block-title h3 {
  font-size: 23px;
  font-weight: 500; }
  @media (max-width: 768px) {
    .template-nos-engagements .mobile-flexed-cols .block-title h3 {
      font-size: 20px; } }

.template-nos-engagements .engagements-section {
  background: inherit; }
  .template-nos-engagements .engagements-section .engagements-popin-element {
    clear: both;
    width: 100%;
    padding-top: 30px; }
    .template-nos-engagements .engagements-section .engagements-popin-element .btn-nosengagements {
      display: block;
      width: 85%;
      text-decoration: none;
      margin: 0px auto 0px;
      background: #e02623;
      color: #fff;
      padding: 10px 20px;
      text-align: center;
      border-radius: 3px; }
    .template-nos-engagements .engagements-section .engagements-popin-element #nosEngagements .modal-body ol {
      padding-left: 40px;
      padding-right: 40px; }

.template-nos-engagements .valuers-section h2,
.template-nos-engagements .engagements-section h2,
.template-nos-engagements .template-nos-engagements-garanties h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .template-nos-engagements .valuers-section h2,
    .template-nos-engagements .engagements-section h2,
    .template-nos-engagements .template-nos-engagements-garanties h2 {
      font-size: 30px; } }

.template-nos-engagements .valuers-section h3,
.template-nos-engagements .engagements-section h3,
.template-nos-engagements .template-nos-engagements-garanties h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    .template-nos-engagements .valuers-section h3,
    .template-nos-engagements .engagements-section h3,
    .template-nos-engagements .template-nos-engagements-garanties h3 {
      margin-bottom: 20px; } }

.template-nos-engagements .valuers-section .kc_video_play {
  background: #eff1f1; }

.template-nos-engagements .constructer-section h2 {
  font-weight: bold;
  font-size: 35px; }
  @media (max-width: 768px) {
    .template-nos-engagements .constructer-section h2 {
      font-size: 30px;
      margin-bottom: 20px; } }

@media (min-width: 769px) {
  .template-nos-engagements .constructer-section iframe {
    margin-left: -30px; } }

.template-nos-engagements .engagements-section h2 {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .template-nos-engagements .engagements-section h2 {
      margin-bottom: 20px; } }

.template-nos-engagements .engagements-section a {
  text-decoration: underline;
  color: #4c9aae; }

.template-nos-engagements #nosEngagements .modal-body ol {
  list-style: none;
  -webkit-padding-start: 25px;
  counter-reset: my-awesome-counter;
  margin: 0;
  margin-left: 20px; }
  .template-nos-engagements #nosEngagements .modal-body ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    margin-bottom: 15px;
    position: relative; }
    .template-nos-engagements #nosEngagements .modal-body ol li:before {
      content: counter(my-awesome-counter);
      margin-right: 0.5rem;
      line-height: 1.6;
      background: #e02623;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      text-align: center;
      border-radius: 99px;
      left: -30px; }

.template-nos-engagements #nosEngagements .modal-body h2 {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  color: #5f7475;
  text-transform: uppercase;
  font-size: 25px; }

.template-nos-engagements #nosEngagements .modal-body .close span {
  font-family: auto;
  font-size: 57px;
  color: #5f7475;
  position: absolute;
  right: 0; }

.template-nos-engagements .kc-wrap-columns {
  padding: 0px 15px; }

.template-nos-engagements .images_wrap img {
  width: auto;
  height: 600px;
  display: block; }

.tips.opacity-0 img {
  opacity: 0; }

.drag_element .placement {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .drag_element .placement .drag_element_number {
    position: relative;
    width: 33px;
    height: 33px;
    background: #e02724;
    color: #fff;
    border-radius: 50%;
    line-height: 2; }
  .drag_element .placement.w {
    flex-direction: row-reverse; }
    .drag_element .placement.w .drag_element_number {
      margin-left: 10px; }
  .drag_element .placement.e .drag_element_number {
    margin-right: 10px; }

.drag_element .w {
  left: -100%;
  position: relative; }
  .drag_element .w .box_view_html {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: right; }

.drag_element .e .box_view_html {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: left; }

.block-image-bottom-icons-wrapper .block-image-bottom-icons-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 35px; }
  @media (max-width: 768px) {
    .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons {
      flex-wrap: wrap; } }
  .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons .block-image-bottom-icons-icons-icon {
    width: 22%; }
    @media (max-width: 768px) {
      .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons .block-image-bottom-icons-icons-icon {
        width: 40%;
        margin-left: 30px; } }
    .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons .block-image-bottom-icons-icons-icon img {
      height: 50px;
      width: auto; }
      @media (max-width: 768px) {
        .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons .block-image-bottom-icons-icons-icon img {
          height: 55px; } }
    .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons .block-image-bottom-icons-icons-icon .block-image-bottom-icons-text {
      margin-top: 20px;
      font-weight: 600; }
      @media (max-width: 768px) {
        .block-image-bottom-icons-wrapper .block-image-bottom-icons-icons .block-image-bottom-icons-icons-icon .block-image-bottom-icons-text {
          font-size: 18px; } }

@media (max-width: 768px) {
  .page-template-template-empty .kc_column, .page-template-template-empty .kc_column_inner {
    padding-left: 0px;
    padding-right: 0px; } }

.page-template-template-empty .kc-video-inner {
  margin-top: 0px; }

.page-template-template-empty .contactinfo-2 .leftimagecard-content .text {
  width: 60%; }
  @media (max-width: 768px) {
    .page-template-template-empty .contactinfo-2 .leftimagecard-content .text {
      width: 100%; } }
  .page-template-template-empty .contactinfo-2 .leftimagecard-content .text .title h3 {
    margin-bottom: 25px; }
  .page-template-template-empty .contactinfo-2 .leftimagecard-content .text .description {
    margin: 20px auto; }

.page-template-template-empty .custom-video-text-image {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  @media (max-width: 768px) {
    .page-template-template-empty .custom-video-text-image {
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media (min-width: 769px) {
    .page-template-template-empty .custom-video-text-image .videoleftcontainer .video-container iframe {
      height: 350px !important; } }
  .page-template-template-empty .custom-video-text-image .text-container .quotes {
    margin-bottom: 15px; }

.page-template-template-empty .custom-video-text-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #d0d6d7; }

.page-template-template-empty .custom-video-text-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #d0d6d7; }

@media (max-width: 768px) {
  .page-template-template-empty .mobile-reversed-cols {
    display: flex;
    flex-direction: column-reverse; } }

.page-template-template-empty .single-template a {
  text-decoration: underline;
  color: #4c9aae; }

@media screen and (min-width: 992px) {
  .page-template-template-sponsor .sponsor-template {
    padding-top: 30px; } }

.page-template-template-sponsor .sponsor-template .sponsor-header {
  min-height: 680px;
  background-color: #eff1f1; }
  @media screen and (max-width: 767px) {
    .page-template-template-sponsor .sponsor-template .sponsor-header {
      min-height: 490px;
      margin-bottom: -8px; } }

.page-template-template-sponsor .sponsor-template #sponsor-jumbotron {
  min-height: 625px;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-template-template-sponsor .sponsor-template #sponsor-jumbotron {
      min-height: 350px; } }
  .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container {
    padding: 0; }
    .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading {
      padding-top: 169px;
      padding-left: 20px; }
      @media screen and (max-width: 1199px) {
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading {
          padding-top: 150px; } }
      @media screen and (max-width: 991px) {
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading {
          padding-top: 80px; } }
      @media screen and (max-width: 767px) {
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading {
          padding-top: 45px;
          padding-left: 0;
          margin: 0 auto;
          width: 95%; } }
      .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1,
      .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1 span {
        font-size: 70px;
        line-height: 67px;
        font-family: "Lobster";
        color: white;
        letter-spacing: 2px; }
        @media screen and (max-width: 767px) {
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1,
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1 span {
            font-size: 45px;
            line-height: 45px; } }
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1 span,
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1 span span {
          display: block;
          font-size: 50px;
          line-height: 58px;
          letter-spacing: 1px; }
          @media screen and (max-width: 767px) {
            .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1 span,
            .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .heading h1 span span {
              font-size: 30px;
              line-height: 35px; } }
    .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu {
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      width: 66%;
      max-width: 900px;
      border-radius: 5px;
      box-shadow: 0px 2px 7px lightgrey; }
      @media screen and (max-width: 991px) {
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu {
          min-width: 280px; } }
      @media screen and (max-width: 767px) {
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu {
          bottom: -123px;
          width: 90%; } }
      .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: white;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        @media screen and (max-width: 991px) {
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container {
            flex-direction: column; } }
        @media screen and (max-width: 767px) {
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container {
            padding: 20px 30px 0; } }
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card {
          padding: 29px 50px 12px;
          border: none;
          width: 50%; }
          @media screen and (max-width: 991px) {
            .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card {
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card {
              padding: 0;
              margin-bottom: 20px; } }
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card .title {
            font-family: "Lobster";
            font-size: 35px;
            line-height: 32px;
            margin-bottom: 15px; }
            @media screen and (max-width: 767px) {
              .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card .title {
                font-size: 30px;
                line-height: 32px;
                margin-bottom: 5px; } }
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card .description {
            font-family: "Brandon Grotesque";
            font-size: 22px;
            line-height: 30px;
            color: #5f7475;
            font-weight: 500; }
            @media screen and (max-width: 767px) {
              .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card .description {
                font-size: 20px;
                line-height: 27px; } }
            @media (max-width: 768px) {
              .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .cards-container .j-card .description p {
                margin-bottom: 0px; } }
      .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .button {
        display: flex;
        justify-content: center;
        padding-bottom: 31px;
        background-color: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .button a.jumbotron-link {
          padding: 8px 39px 8px 29px;
          background-color: #dfe3e4;
          color: #191a1a;
          position: relative;
          font-weight: 500;
          font-size: 16px;
          line-height: 25px; }
          .page-template-template-sponsor .sponsor-template #sponsor-jumbotron .jumbotron-container .jumbotron-menu .button a.jumbotron-link:after {
            content: '\f054';
            font-family: 'Font Awesome 5 Free', 'sans-serif';
            font-weight: 600;
            position: absolute;
            color: #e02623;
            right: 22px;
            top: 10px;
            font-size: 13px; }

.page-template-template-sponsor .sponsor-template .become_sponsor {
  background: #eff1f1;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .page-template-template-sponsor .sponsor-template .become_sponsor {
      margin-top: 20px; } }
  .page-template-template-sponsor .sponsor-template .become_sponsor h2 {
    font-size: 40px;
    color: #5f7475;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .become_sponsor h2 {
        font-size: 30px;
        margin-bottom: 25px; } }
  .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_description {
    font-size: 22px;
    text-align: center; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_description {
        font-size: 20px; } }
  .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps {
        margin-top: 10px; } }
    .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item {
      position: relative;
      padding: 10px 60px 10px 80px; }
      @media (max-width: 768px) {
        .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item {
          padding: 30px 10px 30px 50px; } }
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_number {
        position: absolute;
        top: -10px;
        left: 30px;
        font-size: 65px;
        font-weight: 500;
        color: #5f7475;
        font-family: Lobster; }
        @media (max-width: 768px) {
          .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_number {
            top: 10px;
            left: 0px; } }
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_item_title {
        color: #d92a27;
        font-weight: bold;
        font-size: 27px;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_item_title {
            font-size: 25px; } }
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_item_description {
        font-size: 20px; }
        @media (max-width: 768px) {
          .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_item_description {
            font-size: 18px; } }
        .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item .become_sponsor_step_item_description a {
          color: #000;
          font-weight: 500; }
      @media (min-width: 769px) {
        .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item:first-child {
          border-right: 1px solid #5f7475; } }
      @media (max-width: 768px) {
        .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item:first-child {
          border-bottom: 1px solid #5f7475; } }
      @media (min-width: 769px) {
        .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item:last-child {
          border-left: 1px solid #5f7475; } }
      @media (max-width: 768px) {
        .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_steps .become_sponsor_step_item:last-child {
          border-top: 1px solid #5f7475; } }
  .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_attention {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 40px auto 30px; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_attention {
        margin: 0px auto 30px; } }
  .page-template-template-sponsor .sponsor-template .become_sponsor a.become_sponsor_button {
    background: #e02623;
    color: #fff;
    padding: 10px 60px;
    display: inline-block;
    font-size: 18px; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .become_sponsor a.become_sponsor_button {
        width: 100%; } }
  .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_attention img {
    width: 45px;
    position: relative;
    top: -5px;
    right: 10px; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .become_sponsor .become_sponsor_attention img {
        display: block;
        margin: 0px auto 10px; } }

.page-template-template-sponsor .sponsor-template .sponsor_rules {
  display: flex;
  justify-content: space-between;
  background: #eff1f1; }
  @media (max-width: 768px) {
    .page-template-template-sponsor .sponsor-template .sponsor_rules {
      flex-direction: column; } }
  .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_left {
    width: 420px; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_left {
        width: 100%;
        margin-bottom: 35px; } }
    .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_left h2 {
      font-size: 40px;
      color: #5f7475;
      font-weight: bold;
      margin-bottom: 30px;
      width: 365px; }
    .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_left .sponsor_rules_left_description {
      font-size: 23px; }
    .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_left a {
      color: #000;
      font-style: italic;
      font-size: 20px;
      text-decoration: underline; }
  .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right {
    width: 50%; }
    @media (max-width: 768px) {
      .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right {
        width: 100%; } }
    .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner {
      background: #fff;
      border: 2px solid #e02623;
      padding: 30px 50px; }
      @media (max-width: 768px) {
        .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner {
          padding: 10px 10px 10px 15px; } }
      .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item {
        margin-bottom: 40px; }
        .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item:last-child {
          margin-bottom: 0px; }
        .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item .sponsor_rules_right_inner_item_title {
          font-size: 23px;
          color: #5f7475;
          font-weight: 500; }
        .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item .ou {
          font-size: 23px;
          font-weight: 500; }
        .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item .sponsor_rules_right_inner_item_item .sponsor_rules_right_inner_item_item_title {
          font-size: 35px;
          font-family: Lobster; }
          @media (max-width: 768px) {
            .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item .sponsor_rules_right_inner_item_item .sponsor_rules_right_inner_item_item_title {
              font-size: 25px; } }
        .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item .sponsor_rules_right_inner_item_item .sponsor_rules_right_inner_item_item_mentions {
          font-size: 23px; }
          @media (max-width: 768px) {
            .page-template-template-sponsor .sponsor-template .sponsor_rules .sponsor_rules_right .sponsor_rules_right_inner .sponsor_rules_right_inner_item .sponsor_rules_right_inner_item_item .sponsor_rules_right_inner_item_item_mentions {
              font-size: 18px; } }

.page-template-template-sponsor .sponsor-template .bottom_button .bottom_button_content {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .page-template-template-sponsor .sponsor-template .bottom_button .bottom_button_content {
      font-size: 30px;
      margin-bottom: 25px; } }

.page-template-template-sponsor .sponsor-template .bottom_button .buttom_button_link {
  background: #e02623;
  color: #fff;
  padding: 10px 60px;
  display: inline-block;
  font-size: 18px; }
  @media (max-width: 768px) {
    .page-template-template-sponsor .sponsor-template .bottom_button .buttom_button_link {
      width: 100%; } }

@media screen and (min-width: 992px) {
  .page-template-template-sponsor #sponsor-slider-wrapper {
    max-width: 1572px;
    width: initial;
    margin-right: -1000px;
    margin-left: -42px; } }

.page-template-template-sponsor .sponsor-slider-container {
  margin-top: 65px;
  margin-bottom: 50px;
  padding-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .page-template-template-sponsor .sponsor-slider-container {
      margin-top: 0px; } }
  .page-template-template-sponsor .sponsor-slider-container .left-column {
    padding: 0 5px; }
    @media screen and (min-width: 992px) {
      .page-template-template-sponsor .sponsor-slider-container .left-column {
        max-width: 400px; } }
  .page-template-template-sponsor .sponsor-slider-container .desktop-left-part {
    margin-top: 30px;
    flex-direction: column; }
    @media screen and (max-width: 991px) {
      .page-template-template-sponsor .sponsor-slider-container .desktop-left-part {
        margin-top: 25px;
        margin-bottom: 25px; } }
    .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .title,
    .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .description {
      color: #5f7475; }
    .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .title {
      font-weight: 700;
      font-size: 40px;
      line-height: 40px;
      width: 60%;
      margin-bottom: 18px; }
      @media (max-width: 768px) {
        .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .title {
          margin-bottom: 5px;
          width: 100%; } }
    .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .description {
      font-weight: 400;
      font-size: 18px;
      line-height: 25px; }
      .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .description p {
        margin-bottom: 10px; }
    .page-template-template-sponsor .sponsor-slider-container .desktop-left-part .logo {
      max-width: 220px; }
  .page-template-template-sponsor .sponsor-slider-container .desktop-details {
    margin-top: 40px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .page-template-template-sponsor .sponsor-slider-container .desktop-details {
        display: none !important; } }
    .page-template-template-sponsor .sponsor-slider-container .desktop-details .title {
      font-weight: 700;
      font-size: 35px;
      line-height: 25px;
      font-family: "Lobster";
      margin-bottom: 30px; }
    .page-template-template-sponsor .sponsor-slider-container .desktop-details .description {
      font-weight: 400;
      font-size: 18px;
      line-height: 25px;
      width: 80%; }
      @media screen and (min-width: 992px) {
        .page-template-template-sponsor .sponsor-slider-container .desktop-details .description {
          min-height: 230px; } }
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next {
      display: inline-block !important;
      bottom: -100px !important;
      top: 300px !important; }
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev {
      right: initial;
      left: 0 !important; }
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next {
      right: initial;
      left: 50px !important; }
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider .slide-image {
    padding: 0 5px; }
    @media screen and (min-width: 992px) {
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider .slide-image img {
        max-height: 500px;
        height: 500px; } }
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider .slide-image .content {
      flex-direction: column; }
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider .slide-image .content .title {
        font-family: "Lobster";
        font-size: 25px;
        line-height: 25px;
        margin: 15px 0; }
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider .slide-image .content .description {
        font-size: 18px;
        line-height: 25px; }
  @media screen and (min-width: 992px) {
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider .slick-list {
      padding: 0 45% 0 0 !important; } }
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev,
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next,
  .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev,
  .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next {
    top: initial;
    display: none;
    width: 40px;
    height: 40px; }
    @media screen and (max-width: 991px) {
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev,
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next,
      .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev,
      .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next {
        display: inline-block !important; } }
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev:before,
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next:before,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev:before,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next:before {
      width: 35px;
      height: 35px;
      display: block;
      background-position: center;
      background-size: cover;
      opacity: 1; }
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev:hover,
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next:hover,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev:hover,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next:hover {
      opacity: 0.75; }
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next,
  .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next {
    right: calc(48% - 35px); }
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next:before,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-next:before {
      content: ' ';
      background-image: url(../img/right-slider-nav.png);
      background-size: cover;
      background-position: center; }
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev,
  .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev {
    left: calc(48% - 35px); }
    .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev:before,
    .page-template-template-sponsor .sponsor-slider-container .desktop-details button.slick-prev:before {
      content: ' ';
      background-image: url(../img/left-slider-nav.png);
      background-size: cover;
      background-position: center; }
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev,
  .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next {
    bottom: -65px !important; }
    @media (min-width: 769px) {
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-prev,
      .page-template-template-sponsor .sponsor-slider-container #sponsor-slider button.slick-next {
        display: none !important; } }

.error-404 .page-content p {
  font-size: 20px;
  margin-bottom: 5px; }
  .error-404 .page-content p a {
    color: #007bff; }

.error-404 .page-content h2 {
  font-size: 40px;
  color: #d22f32;
  margin-top: 20px;
  margin-bottom: 20px; }
  .error-404 .page-content h2 span.bold {
    font-weight: bolder; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

input::placeholder,
#dropdown_menu::placeholder {
  color: #849595;
  font-size: 16px;
  font-weight: 300; }

section.contact-container {
  padding: 2.5rem 0;
  overflow: hidden;
  background-color: #eff1f1; }
  section.contact-container p {
    font-size: 18px; }

.header_contact {
  padding: 0 !important; }

.contact-container .container {
  width: 100%;
  max-width: 122.5rem;
  margin: 0 auto;
  padding-top: 2.4rem;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 768px) {
    .contact-container .container .main-headline {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
    .contact-container .container .contact_container_subtitle {
      text-align: center; } }

.header_wrapper_container_contact {
  overflow: hidden;
  width: 100%;
  max-height: 300px; }
  .header_wrapper_container_contact img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat; }

.contact_form_container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #eff1f1;
  width: 100%;
  min-height: auto; }
  @media (min-width: 768px) {
    .contact_form_container .left_container {
      max-width: 50%; } }
  .contact_form_container .contact_form_inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .contact_form_container .contact_form_inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around; } }
  @media (max-width: 768px) {
    .contact_form_container .left_container {
      width: 100%;
      padding-bottom: 0; }
      .contact_form_container .left_container .container {
        width: 100%; } }
  @media (max-width: 768px) {
    .contact_form_container {
      padding-left: 25px;
      padding-right: 25px; } }
  .contact_form_container .page_description p {
    font-size: 20px; }
  @media (max-width: 768px) {
    .contact_form_container .page_description {
      width: 100% !important;
      padding-left: 0 !important; } }
  .contact_form_container .courrier_container {
    max-width: 240px; }
  .contact_form_container .description.courrier_container {
    padding-bottom: 2rem; }
  @media (max-width: 768px) {
    .contact_form_container {
      margin-bottom: 0px !important;
      padding-bottom: 0px !important; } }
  @media (max-width: 768px) {
    .contact_form_container .container {
      padding: 0px !important; } }

.page_description {
  display: inline-block;
  width: 85%; }
  .page_description .main-headline {
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    color: #5f7475; }

.right_container {
  max-width: 700px; }
  .right_container h2 {
    margin-bottom: 1.5rem; }

.contact-container {
  padding-top: 0 !important; }
  .contact-container .img_logo {
    position: absolute;
    height: 1.5rem;
    margin-top: 10px; }
  .contact-container h2 span.contact_title {
    padding-left: 2.5rem;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #5a7475;
    padding-bottom: .5rem; }
  .contact-container .description {
    width: 100%;
    padding-bottom: 3rem; }
    .contact-container .description .alignnone {
      margin-top: 0.5rem;
      margin-left: 2.4rem; }
    @media (max-width: 768px) {
      .contact-container .description {
        padding-bottom: 0px !important;
        margin-bottom: 1.5rem; } }
    .contact-container .description a.maison_button_grey {
      padding: 6px 21px;
      border-radius: 2px;
      margin-left: 2.4rem; }
    .contact-container .description p {
      padding-bottom: 0.6rem;
      margin-left: 2.4rem; }
    .contact-container .description .text-bold {
      font-weight: 500; }

.contact_wrapper.gender {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }
  .contact_wrapper.gender label {
    width: 130px; }

#gender_btn label {
  font-size: 20px;
  color: black;
  font-weight: 500; }

.contact_wrapper.agree_checkbox {
  padding-bottom: 5px; }

.contact_wrapper #dropdown_menu {
  -webkit-appereance: none;
  -webkit-margin-bottom-collapse: 0; }

.contact_wrapper {
  box-shadow: none; }
  .contact_wrapper label.dropdown-container {
    margin-bottom: 0.5rem; }
    .contact_wrapper label.dropdown-container p {
      margin-bottom: 0; }

.wpcf7-checkbox .wpcf7-list-item-label {
  color: black; }

.contact_wrapper {
  margin-bottom: .2rem;
  width: 100%; }
  .contact_wrapper .wpcf7-form-control-wrap.gender .wpcf7-list-item-label {
    font-size: 18px; }
  .contact_wrapper .wpcf7-form-control-wrap.agree-terms .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 50px; }
  .contact_wrapper span.wpcf7-not-valid-tip {
    margin: 0;
    font-size: 0.8em; }
  .contact_wrapper .arrow-form {
    cursor: pointer;
    transform: rotate(90deg);
    transition: transform 0.3s;
    height: 16px;
    filter: grayscale(1);
    margin-left: 0.8rem; }
  .contact_wrapper .arrow-dropdown {
    cursor: pointer;
    transform: rotate(90deg);
    transition: transform 0.3s;
    height: 16px;
    filter: grayscale(1);
    margin-left: 0.8rem;
    position: absolute;
    margin-left: -28px;
    margin-top: 19px;
    pointer-events: none; }
  .contact_wrapper p.contact-paragraph {
    margin-top: 1rem;
    font-size: 16px;
    color: black;
    cursor: pointer; }
  .contact_wrapper #radio_btn {
    font-size: 18px;
    color: black; }
  .contact_wrapper input#btn.wpcf7-form-control.wpcf7-submit {
    width: 200px !important; }
  .contact_wrapper input {
    padding: 13px; }
  .contact_wrapper textarea {
    height: 100px;
    resize: none; }
  .contact_wrapper #dropdown_menu {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 13px;
    height: 55px;
    font-size: 16px;
    background-color: white;
    color: #849595;
    appearance: none;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important; }
  .contact_wrapper #telephone_menu {
    width: 100%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 13px; }
  .contact_wrapper label {
    width: 100%; }
    .contact_wrapper label .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
      width: 100%; }

#reassurance-block-images .bottom-part .icon {
  margin-bottom: 0 !important; }
  @media (max-width: 768px) {
    #reassurance-block-images .bottom-part .icon {
      margin-bottom: 20px; } }

#reassurance-block-images .bottom-part .text p {
  margin: 0 !important;
  font-weight: 500 !important; }

#reassurance-block-images .bottom-part p strong {
  font-weight: 600 !important; }

#reassurance-block-images {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

@media screen and (max-width: 768px) {
  #contact-form.lp_form.desk {
    display: block !important; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.conseils_wrapper {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 75px; }
  .conseils_wrapper .conseils_block {
    width: 100%;
    height: auto; }
    .conseils_wrapper .conseils_block .conseils_title {
      width: 100%;
      height: auto;
      margin-bottom: 75px;
      text-align: center; }
      .conseils_wrapper .conseils_block .conseils_title h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        color: #5f7475; }
    .conseils_wrapper .conseils_block .conseils_content_blocks {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .conseils_wrapper .conseils_block .conseils_content_blocks {
          flex-wrap: wrap; } }
      .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block {
        width: 33%;
        height: 473px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block {
            width: 100%; } }
        .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block .conseils_image {
          overflow: hidden;
          width: 100%;
          height: 250px; }
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block .conseils_image img {
            width: 400px;
            height: 250px;
            object-fit: cover;
            background-position: left;
            background-repeat: no-repeat; }
            @media (max-width: 768px) {
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block .conseils_image img {
                width: auto; } }
        .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block .conseils_article_category {
          text-transform: uppercase;
          font-size: 14px;
          padding: 10px 14px;
          margin-bottom: 0 !important;
          color: #73868a; }
        .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block a {
          text-decoration: none;
          color: #343a40; }
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block a h3 {
            font-size: 25px;
            font-weight: 600;
            padding: 0 10px 10px 14px;
            width: 400px; }
            @media (max-width: 768px) {
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block a h3 {
                width: auto; } }
        .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block a {
          text-decoration: none;
          color: #343a40; }
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block a p {
            font-size: 18px;
            padding: 0 10px 10px 14px;
            width: 400px; }
            @media (max-width: 768px) {
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_main_block a p {
                width: auto; } }
      .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block {
        padding-left: 30px;
        width: 67%;
        height: auto;
        display: flex;
        justify-content: row; }
        @media (max-width: 768px) {
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block {
            width: 100%;
            padding: 0;
            margin-top: 50px; } }
        .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left {
          width: 50%;
          height: auto; }
          @media (max-width: 768px) {
            .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left {
              width: 100%; } }
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper {
            width: 100%;
            height: auto;
            padding-left: 10px;
            padding-right: 10px; }
            @media (max-width: 768px) {
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper {
                padding: 0; } }
            .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container {
              padding-bottom: 14px;
              border-bottom: 1px solid #cfd6d8;
              margin-bottom: 15px;
              width: 400px;
              height: auto;
              display: flex;
              flex-direction: row; }
              @media (max-width: 768px) {
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container {
                  width: auto; } }
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container .conseils_img_wrapper {
                width: auto;
                height: auto; }
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container .conseils_img_wrapper img {
                  width: 115px;
                  height: 70px;
                  object-fit: cover;
                  background-position: left;
                  background-repeat: no-repeat; }
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container .conseils_posts_content {
                padding-left: 20px;
                width: 250px;
                height: 60px;
                overflow: hidden; }
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container .conseils_posts_content p {
                  font-size: 12px;
                  text-transform: uppercase;
                  margin-bottom: 5px !important;
                  color: #73868a;
                  font-weight: 300;
                  line-height: 1;
                  overflow: hidden; }
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container .conseils_posts_content a {
                  text-decoration: none;
                  color: #343a40; }
                  .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_left .conseils_list_left_wrapper .conseils_posts_container .conseils_posts_content a h4 {
                    font-size: 18px;
                    font-weight: 600; }
        .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right {
          margin-left: 30px;
          width: 50%;
          height: auto; }
          @media (max-width: 768px) {
            .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right {
              display: none; } }
          .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper {
            width: 100%;
            height: auto;
            padding-left: 10px;
            padding-right: 10px; }
            .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container {
              padding-bottom: 14px;
              border-bottom: 1px solid #cfd6d8;
              margin-bottom: 15px;
              width: 400px;
              height: auto;
              display: flex;
              flex-direction: row; }
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container .conseils_img_wrapper {
                width: auto;
                height: auto; }
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container .conseils_img_wrapper img {
                  width: 115px;
                  height: 70px;
                  object-fit: cover;
                  background-position: left;
                  background-repeat: no-repeat; }
              .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container .conseils_posts_content {
                padding-left: 20px;
                width: 250px;
                height: 60px;
                overflow: hidden; }
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container .conseils_posts_content p {
                  line-height: 1;
                  font-size: 13px;
                  text-transform: uppercase;
                  margin-bottom: 5px !important;
                  color: #73868a;
                  font-weight: 300; }
                .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container .conseils_posts_content a {
                  text-decoration: none;
                  color: #343a40; }
                  .conseils_wrapper .conseils_block .conseils_content_blocks .conseils_list_block .conseils_list_right .conseils_list_right_wrapper .conseils_posts_container .conseils_posts_content a h4 {
                    font-size: 18px;
                    font-weight: 600; }

.conseils_posts_container:last-child {
  border-bottom: none !important; }

#button_conseils {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px;
  margin-top: 55px;
  border-radius: 2px; }

@media (max-width: 768px) {
  .kc_column,
  .kc_column_inner {
    padding-right: 0px;
    padding-left: 0px; } }

#button_conseils {
  text-decoration: none !important;
  color: #ffffff !important; }

.annonces-map-wrapper {
  position: relative; }
  .annonces-map-wrapper .left-modal {
    position: absolute;
    z-index: 400;
    top: 4px;
    right: 0px;
    height: 100%;
    background-color: white;
    box-shadow: 0px 2px 20px -5px grey;
    transition: all 0.2s linear 0s;
    width: 0; }
    .annonces-map-wrapper .left-modal.open {
      width: 455px; }
      @media screen and (max-width: 767px) {
        .annonces-map-wrapper .left-modal.open {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .annonces-map-wrapper .left-modal {
        box-shadow: 0px 16px 20px -5px grey;
        border-top: 1px grey solid;
        z-index: 1001; } }
    .annonces-map-wrapper .left-modal .left-modal-container {
      height: 100%;
      padding: 25px 50px 20px 40px;
      position: relative;
      overflow: auto; }
      @media screen and (max-width: 767px) {
        .annonces-map-wrapper .left-modal .left-modal-container {
          padding-right: 30px;
          padding-left: 30px; } }
      .annonces-map-wrapper .left-modal .left-modal-container .close-menu.close {
        position: absolute;
        right: 12px;
        top: 21px;
        opacity: 1;
        z-index: 100; }
        @media screen and (max-width: 767px) {
          .annonces-map-wrapper .left-modal .left-modal-container .close-menu.close {
            padding: 12px;
            background: white;
            border-radius: 50%;
            right: 11px;
            top: 4px; } }
        .annonces-map-wrapper .left-modal .left-modal-container .close-menu.close img {
          width: 25px; }
          @media screen and (max-width: 767px) {
            .annonces-map-wrapper .left-modal .left-modal-container .close-menu.close img {
              width: 19px; } }
      .annonces-map-wrapper .left-modal .left-modal-container .thumbnail {
        background-position: center;
        background-size: cover;
        height: 180px;
        position: relative; }
        .annonces-map-wrapper .left-modal .left-modal-container .thumbnail a.hidden-link {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        @media screen and (max-width: 767px) {
          .annonces-map-wrapper .left-modal .left-modal-container .thumbnail {
            height: 165px; } }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .title,
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .title span {
      font-weight: 700;
      font-size: 22px;
      line-height: 30px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .title {
      margin-top: 18px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .subtitle-card,
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .location-string {
      font-size: 18px;
      line-height: 25px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .price {
      margin-top: 5px;
      margin-bottom: 22px; }
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .price span.price-amount {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .attributes.annonce-attributes {
      gap: 30px;
      margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .attributes.annonce-attributes {
          gap: 20px; } }
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .attributes.annonce-attributes img {
        max-width: 26px;
        image-rendering: -webkit-optimize-contrast; }
        @media screen and (max-width: 767px) {
          .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .attributes.annonce-attributes img {
            max-width: 23px; } }
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .attributes.annonce-attributes > div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px; }
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .left .attributes.annonce-attributes > div span {
          font-size: 18px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .description {
      font-size: 18px;
      line-height: 23px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .button.btn.btn-special {
      font-weight: 500;
      font-size: 18px;
      line-height: 37px;
      padding: 6px 50px;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .button.btn.btn-special {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two {
        display: none; } }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .title {
      font-weight: 700;
      font-size: 20px;
      line-height: 30px; }
    .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item {
      cursor: pointer;
      box-shadow: 0px 2px 20px -5px grey;
      position: relative; }
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item a.hidden-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .thumbnail {
        width: 125px;
        height: 125px;
        background-position: center;
        background-size: cover;
        image-rendering: -webkit-optimize-contrast; }
      .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details {
        padding-top: 10px;
        padding-left: 12px; }
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .title {
          font-size: 18px;
          line-height: 25px; }
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .address {
          font-size: 15px; }
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .price {
          margin-bottom: 10px; }
          .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .price span.price-amount {
            font-weight: 700;
            font-size: 15px; }
        .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .attributes.annonce-attributes {
          gap: 15px;
          margin-bottom: 10px; }
          .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .attributes.annonce-attributes img {
            max-width: 18px;
            image-rendering: -webkit-optimize-contrast; }
          .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .attributes.annonce-attributes > div {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 7px; }
            .annonces-map-wrapper .left-modal .modal-dynamic-content .card-content .text .nearest-two .nearest-list .near-item .details .attributes.annonce-attributes > div span {
              font-size: 12px; }

#annonces-map {
  margin-top: 100px;
  display: none; }
  @media screen and (max-width: 991px) {
    #annonces-map {
      margin-top: 75px;
      height: 88vh !important; } }
  @media screen and (max-width: 767px) {
    #annonces-map {
      margin-top: 30px; } }
  #annonces-map .leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 0;
    cursor: pointer; }
    #annonces-map .leaflet-popup-content-wrapper .leaflet-popup-content {
      margin: 0; }
      #annonces-map .leaflet-popup-content-wrapper .leaflet-popup-content .annonce-popup-container {
        width: 125px;
        height: 100px; }
        #annonces-map .leaflet-popup-content-wrapper .leaflet-popup-content .annonce-popup-container .thumbnail {
          width: 125px;
          height: 60px;
          background-position: center;
          background-size: cover; }
        #annonces-map .leaflet-popup-content-wrapper .leaflet-popup-content .annonce-popup-container .price {
          font-family: "Brandon Grotesque";
          font-weight: 700;
          font-size: 18px;
          line-height: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 15px; }
  #annonces-map .leaflet-popup-tip-container {
    display: none; }

.custom-map-buttons,
.custom-map-buttons-map {
  /* Rounded sliders */ }
  .custom-map-buttons .switch,
  .custom-map-buttons-map .switch {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 40px; }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
      .custom-map-buttons .switch,
      .custom-map-buttons-map .switch {
        margin-top: 0; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
      .custom-map-buttons .switch,
      .custom-map-buttons-map .switch {
        margin-top: 0; } }
  .custom-map-buttons .switch input,
  .custom-map-buttons-map .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .custom-map-buttons .slider,
  .custom-map-buttons-map .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s; }
  .custom-map-buttons .slider:before,
  .custom-map-buttons-map .slider:before {
    position: absolute;
    content: "Liste";
    height: 40px;
    width: 115px;
    left: -3px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    padding-left: 54px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    background-image: url("../img/picto-liste-white.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 22px 10px;
    image-rendering: -webkit-optimize-contrast; }
  .custom-map-buttons input:checked + .slider,
  .custom-map-buttons-map input:checked + .slider {
    background-color: #fff; }
  .custom-map-buttons input:checked + .slider:before,
  .custom-map-buttons-map input:checked + .slider:before {
    -webkit-transform: translateX(112px);
    -ms-transform: translateX(112px);
    transform: translateX(112px);
    content: "Carte";
    background-image: url("../img/picto-map-white.png");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 24px 10px; }
  .custom-map-buttons .slider.round,
  .custom-map-buttons-map .slider.round {
    border-radius: 34px;
    border: 2px solid #c4cbcc; }
  .custom-map-buttons .slider.round:before,
  .custom-map-buttons-map .slider.round:before {
    border-radius: 34px;
    background-color: #e02623; }
  .custom-map-buttons .slider.round .labels,
  .custom-map-buttons-map .slider.round .labels {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center; }
    .custom-map-buttons .slider.round .labels .liste,
    .custom-map-buttons .slider.round .labels .carte,
    .custom-map-buttons-map .slider.round .labels .liste,
    .custom-map-buttons-map .slider.round .labels .carte {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .custom-map-buttons .slider.round .labels .liste img,
      .custom-map-buttons .slider.round .labels .carte img,
      .custom-map-buttons-map .slider.round .labels .liste img,
      .custom-map-buttons-map .slider.round .labels .carte img {
        image-rendering: -webkit-optimize-contrast; }
      .custom-map-buttons .slider.round .labels .liste span,
      .custom-map-buttons .slider.round .labels .carte span,
      .custom-map-buttons-map .slider.round .labels .liste span,
      .custom-map-buttons-map .slider.round .labels .carte span {
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;
        color: #5f7475; }
  @media screen and (max-width: 768px) {
    .custom-map-buttons .switch,
    .custom-map-buttons-map .switch {
      width: 140px; }
    .custom-map-buttons .slider.round .labels .liste img,
    .custom-map-buttons .slider.round .labels .carte img,
    .custom-map-buttons-map .slider.round .labels .liste img,
    .custom-map-buttons-map .slider.round .labels .carte img {
      image-rendering: -webkit-optimize-contrast;
      display: none; }
    .custom-map-buttons .slider.round .labels .liste span,
    .custom-map-buttons .slider.round .labels .carte span,
    .custom-map-buttons-map .slider.round .labels .liste span,
    .custom-map-buttons-map .slider.round .labels .carte span {
      font-size: 15px; }
    .custom-map-buttons .slider:before,
    .custom-map-buttons-map .slider:before {
      background: none;
      padding-left: 23px;
      font-size: 15px; }
    .custom-map-buttons .slider.round:before,
    .custom-map-buttons-map .slider.round:before {
      background-color: #e02623 !important;
      width: 75px; }
    .custom-map-buttons input:checked + .slider:before,
    .custom-map-buttons-map input:checked + .slider:before {
      background: none;
      transform: translateX(65px); } }

@media screen and (max-width: 768px) {
  .mobile-wrapper-for-map-buttons {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%; }
    .mobile-wrapper-for-map-buttons .custom-map-buttons-map {
      position: inherit; }
      .mobile-wrapper-for-map-buttons .custom-map-buttons-map.checked {
        display: none; }
  .annonces-map-wrapper .overlay-buttons {
    display: block;
    z-index: 998;
    position: absolute;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%); } }
  @media only screen and (max-width: 768px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .annonces-map-wrapper .overlay-buttons {
      bottom: 120px; } }
  @media only screen and (max-width: 768px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .annonces-map-wrapper .overlay-buttons {
      bottom: 160px; } }

.custom-map-buttons-map {
  position: absolute;
  top: 55px;
  left: 1px; }
  @media screen and (max-width: 991px) {
    .custom-map-buttons-map {
      top: 85px; } }
  @media screen and (max-width: 768px) {
    .custom-map-buttons-map {
      top: 55px; }
      .custom-map-buttons-map:not(.mobile) {
        display: none; }
        .custom-map-buttons-map:not(.mobile).checked {
          display: block; } }

.overlay-buttons {
  display: none;
  /* for md */ }
  @media screen and (max-width: 768px) {
    .overlay-buttons {
      margin-bottom: 50px; }
      .overlay-buttons.desktop {
        display: none !important; } }
  .overlay-buttons .voir-properties {
    background-color: white;
    border-radius: 7px;
    width: 300px;
    box-shadow: 0px 2px 20px -5px grey; }
    .overlay-buttons .voir-properties .text {
      font-size: 16px;
      line-height: 45px;
      color: #5f7475; }
    .overlay-buttons .voir-properties .switch-properties label.custom-control-label {
      margin-top: 6px;
      margin-left: 6px; }
  .overlay-buttons .custom-switch.custom-switch-md .custom-control-label {
    padding-bottom: 1.5rem; }
  .overlay-buttons .custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
    background-color: #5f7475; }
  .overlay-buttons .custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
    left: calc(-2.25rem + 2px);
    background-color: white; }
  .overlay-buttons .custom-switch.custom-switch-md input:checked + .custom-control-label::after {
    left: calc(-2.25rem + 10px); }
  .overlay-buttons .custom-switch.custom-switch-md input:checked + .custom-control-label::before {
    background-color: #e02623;
    border-color: #5f7475; }
  .overlay-buttons .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .overlay-buttons .map-filters {
    justify-content: center; }
    .overlay-buttons .map-filters .transport,
    .overlay-buttons .map-filters .ecoles {
      position: relative; }
      .overlay-buttons .map-filters .transport input,
      .overlay-buttons .map-filters .ecoles input {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0; }
      .overlay-buttons .map-filters .transport label,
      .overlay-buttons .map-filters .ecoles label {
        cursor: pointer;
        width: 90px;
        height: 60px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-radius: 3px;
        box-shadow: 0px 2px 20px -5px grey;
        border: 1px solid #fff; }
        .overlay-buttons .map-filters .transport label img,
        .overlay-buttons .map-filters .ecoles label img {
          max-width: 28px;
          image-rendering: -webkit-optimize-contrast; }
        .overlay-buttons .map-filters .transport label .text,
        .overlay-buttons .map-filters .ecoles label .text {
          font-size: 15px;
          line-height: 22px;
          color: #5f7475; }
      .overlay-buttons .map-filters .transport input:checked ~ label,
      .overlay-buttons .map-filters .ecoles input:checked ~ label {
        background: #e5e5e5;
        -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
        -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
        box-shadow: inset 0px 0px 5px #c1c1c1;
        outline: none; }
    .overlay-buttons .map-filters .ecoles label .text {
      margin-top: 5px; }

@media screen and (max-width: 767px) {
  .leaflet-top.leaflet-left {
    z-index: 400 !important; } }

body.ios-device .mr-special-3,
body.safari-browser .mr-special-3 {
  margin-right: 13px; }

body.ios-device .mr-special-2,
body.safari-browser .mr-special-2 {
  margin-right: 7px; }

body.ios-device .ml-special-2,
body.safari-browser .ml-special-2 {
  margin-left: 9px; }

body.ios-device .ml-special-1,
body.safari-browser .ml-special-1 {
  margin-left: 5px; }

.wagrams-container .wagrams-content .wagram-container .wagram-content .type {
  width: 30%; }
  .wagrams-container .wagrams-content .wagram-container .wagram-content .type span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px; }

.wagrams-container .wagrams-content .wagram-container .wagram-content .surface {
  width: 30%; }

.wagrams-container .wagrams-content .wagram-container .wagram-content .price {
  width: 30%; }
  .wagrams-container .wagrams-content .wagram-container .wagram-content .price span {
    font-weight: 600; }

.wagrams-container .wagrams-content .wagram-container .wagram-accordeon-content .buttons .obtenir {
  align-self: flex-end; }

.wagrams-container .wagram-accordeon-content .buttons .financer {
  display: none; }

.wagram-subtitle {
  text-align: center;
  margin-bottom: 30px; }

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