/*!
Theme Name: Millesime Collection
Theme URI: https://www.millesime-collection.com
Author: Antony RAVENACH
Author URI: https://www.widea.fr
Template: norebro
Text Domain: norebro-child
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.hide,
.btn-millesime.hide {
  display: none; }

@media (max-width: 768px) {
  .vc_empty_space {
    display: none; } }

/*--------------------------------------------------------------
# Reset template
--------------------------------------------------------------*/
body, p, blockquote, li, a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #414141; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: "Playfair Display", sans-serif;
  font-weight: normal;
  color: #000; }

h3 {
  font-size: 24px; }

.norebro-text-sc p {
  padding: 0 20px; }

.svg-logo {
  height: 100%;
  width: 250px; }

.site-main .vc_row,
.site-main .norebro-slider-sc {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .site-main .vc_row,
    .site-main .norebro-slider-sc {
      padding-top: 20px; } }

.site-main .vc_row:first-child {
  padding-top: 0; }

.site-main .vc_row:nth-child(3) {
  padding-top: 60px; }
  @media (max-width: 768px) {
    .site-main .vc_row:nth-child(3) {
      padding-top: 40px; } }

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.subheader .page-container.full,
#masthead .header-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; }

.menu-open {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden; }

.subheader.fixed {
  padding: 0 !important; }
  @media (max-width: 768px) {
    .subheader.fixed {
      padding: 0 10px !important; } }

.subheader .menu-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 86px;
  /* largeur du bouton millesime */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.subheader .languages a {
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.subheader .languages img {
  width: 18px; }

.subheader .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.subheader .social a {
  margin: 0 14px;
  position: relative; }

.subheader .social a:after {
  content: '';
  height: 20px;
  top: 50%;
  width: 1px;
  margin-top: -10px;
  position: absolute;
  display: block;
  right: -14px;
  background-color: #B6944B; }

.subheader .social a:last-child:after {
  display: none; }

#masthead a {
  margin: 0;
  color: #FFF; }

#masthead a:hover,
#masthead a.open,
#masthead a.focus {
  opacity: 1; }

#masthead.site-header {
  border: 0;
  z-index: 1000; }
  @media (max-width: 768px) {
    #masthead.site-header {
      height: 80px;
      max-height: 80px;
      line-height: 80px; } }

#masthead .site-branding {
  display: none; }

#masthead .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#masthead .menu-other-wrap {
  float: left; }

@media (max-width: 768px) {
  #masthead.site-header .menu-wrap,
  #masthead.site-header .menu-wrap .wrap {
    width: 100% !important; } }

#masthead.header-fixed .site-branding {
  display: block;
  margin-left: -125px;
  position: absolute;
  z-index: 1000;
  float: none;
  left: 50%; }
  @media (max-width: 576px) {
    #masthead.header-fixed .site-branding {
      display: none; } }

#masthead.header-fixed .site-branding .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0px !important; }

#masthead.header-fixed .btn-millesime.hide {
  display: block; }
  @media (max-width: 767px) {
    #masthead.header-fixed .btn-millesime.hide {
      display: none; } }

.header-wrap .hamburger-menu {
  margin-left: 0; }

#hamburger-menu {
  display: none !important; }

#hamburger-fullscreen-menu {
  display: block !important; }

.hamburger-menu {
  float: left;
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding: 10px 6px;
  border: 1px solid #AB9B74;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .hamburger-menu:hover {
    opacity: 1;
    background-color: #AB9B74; }
  .hamburger-menu a {
    vertical-align: 0;
    padding: 8px 6px; }
  .hamburger-menu .hamburger {
    width: 44px;
    height: 22px;
    border-top-width: 4px;
    border-bottom-width: 4px; }
    .hamburger-menu .hamburger:after {
      width: 44px;
      top: 6px; }

@media (max-width: 768px) {
  .fullscreen-navigation {
    display: block; } }

.fullscreen-navigation.centered {
  padding: 0; }
  .fullscreen-navigation.centered .languages {
    top: inherit;
    bottom: 40px; }
  .fullscreen-navigation.centered .languages a:after {
    top: 0;
    right: -12px; }

.fullscreen-navigation .close {
  font-size: 0;
  line-height: 0;
  top: 62px;
  left: 20px;
  right: initial;
  color: #c95b40;
  padding: 0; }
  @media (max-width: 768px) {
    .fullscreen-navigation .close {
      top: 20px; } }

#fullscreen-mega-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  position: relative; }
  @media (max-width: 768px) {
    #fullscreen-mega-menu-wrap {
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial; } }

.fullscreen-menu-wrap {
  overflow: auto; }

.fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu {
  height: auto;
  width: 100%;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  list-style-type: none;
  -ms-grid-rows: (1fr)[5];
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column; }
  @media (max-width: 768px) {
    .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu {
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-auto-flow: row; } }
  .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:before {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    background-color: #B6944B;
    position: absolute;
    left: 50%; }
    @media (max-width: 768px) {
      .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:before {
        display: none; } }
  .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu > li {
    font-size: 18px;
    line-height: 24px;
    min-width: 340px;
    padding: 15px; }
    @media (max-width: 768px) {
      .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu > li {
        text-align: center;
        padding: 10px 0; } }
  .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu > li > a {
    font-weight: 400;
    display: inline; }
    @media (max-width: 768px) {
      .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu > li > a {
        display: block; } }
  .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu > li > a:hover {
    color: #c95b40; }
  .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu > li.showed.hover > a {
    color: #FFF;
    opacity: 1; }

.subheader .languages {
  padding: 0; }

.subheader ul.left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 46px;
  margin: 0; }

.opened-mm .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:first-child,
.fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:nth-child(2) {
  display: none;
  opacity: 0; }

.opened-mm .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1; }
  .opened-mm .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:nth-child(2) li {
    text-align: center;
    width: auto;
    padding-left: 0; }
  .opened-mm .fullscreen-navigation.centered .fullscreen-menu-wrap #secondary-menu:nth-child(2):before {
    display: none; }

.opened-mm .fullscreen-navigation .close {
  left: initial;
  right: 20px; }

/*--------------------------------------------------------------
# Notice
--------------------------------------------------------------*/
.cookie-notice-container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: left;
  padding: 7px 15px;
  line-height: 18px; }

#cn-notice-text {
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  line-height: 16px; }

.cn-button.wp-default {
  font-family: "Quicksand", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  color: #222; }

#cn-accept-cookie.cn-button.wp-default {
  background: #c95b40;
  color: #FFF; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-millesime {
  font-size: 13px;
  height: 80px;
  min-width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-left: 2px;
  border-radius: 0;
  border: 0;
  background: #AB9B74;
  text-transform: uppercase; }
  .btn-millesime:hover {
    color: #FFF;
    background-color: #B6944B; }
  .btn-millesime img {
    position: absolute;
    top: 25px;
    right: 10px; }
  .btn-millesime svg {
    width: 14px;
    position: absolute;
    bottom: 8px; }

.btn,
.rev-btn {
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  padding: 15px;
  text-align: center !important;
  position: relative;
  background-color: #c95b40 !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-transform: uppercase; }
  .btn:hover,
  .rev-btn:hover {
    background-color: rgba(201, 91, 64, 0.7) !important; }

.rev-btn {
  font-family: "Playfair Display", sans-serif !important;
  text-transform: initial;
  height: 100px !important;
  line-height: 100px !important;
  padding: 0 80px 0 130px !important;
  background-color: #c95b40 !important;
  color: #FFF !important; }
  .rev-btn:hover {
    background-color: #c95b40 !important;
    color: #000 !important; }
    .rev-btn:hover .arrow-down {
      fill: #000; }
  @media (max-width: 768px) {
    .rev-btn {
      height: 80px !important;
      line-height: 80px !important;
      padding: 0 60px 0 100px !important; } }
  @media (max-width: 576px) {
    .rev-btn {
      height: 60px !important;
      line-height: 60px !important;
      padding: 0 40px 0 60px !important; } }
  .rev-btn .arrow-down {
    height: 30px;
    fill: #FFF;
    position: absolute;
    left: 48px;
    top: 50%;
    margin-top: -10px; }
    @media (max-width: 768px) {
      .rev-btn .arrow-down {
        height: 24px !important; } }
    @media (max-width: 576px) {
      .rev-btn .arrow-down {
        height: 18px !important;
        left: 28px;
        margin-top: -8px; } }

.home .rev-btn {
  font-family: "Quicksand", sans-serif !important;
  text-transform: uppercase;
  background-color: rgba(201, 91, 64, 0.7) !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 15px !important;
  width: 300px; }
  @media (max-width: 768px) {
    .home .rev-btn {
      width: 270px;
      padding: 15px 5px !important;
      font-size: 14px !important;
      line-height: 1 !important; } }
  .home .rev-btn:hover {
    background-color: rgba(201, 91, 64, 0.7) !important;
    color: #000 !important; }

.btn:before, .btn:after, .home .rev-btn:before, .home .rev-btn:after {
  font-family: times, sans-serif;
  font-weight: 600;
  content: '+';
  font-size: 30px;
  line-height: 1;
  position: absolute; }

.btn:before, .home .rev-btn:before {
  top: -16px;
  left: -9px; }

.btn:after, .home .rev-btn:after {
  bottom: -16px;
  right: -9px; }

.btn:hover:before, .btn:hover:after, .home .rev-btn:hover:before, .home .rev-btn:hover:after {
  color: #c95b40; }

.btn {
  width: 300px;
  margin: 60px 60px 0 60px; }
  .btn.current {
    color: #000;
    background-color: #B6B6B6 !important; }
  .btn:before, .btn:after {
    color: #ACABAB; }
  @media (max-width: 992px) {
    .btn {
      width: 280px;
      margin: 60px 0 0 0;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .btn {
      margin: 30px 0; } }
  @media (max-width: 576px) {
    .btn {
      width: 260px; } }

@media (max-width: 992px) {
  .norebro-button-sc.text-left, .norebro-button-sc.text-right {
    text-align: center; } }

.scroll-top {
  color: #FFF;
  background-color: #000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  right: 15px; }
  @media (min-width: 769px) {
    .scroll-top {
      bottom: 100px; } }
  @media (max-width: 768px) {
    .scroll-top {
      right: 20px; } }

.box-header-btn .btn {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 400;
  font-size: 24px;
  text-transform: initial;
  margin: 0;
  width: 100%; }
  .box-header-btn .btn:before, .box-header-btn .btn:after {
    display: none; }

.box-header-btn.vc_row {
  margin: 0 -5%; }

.box-header-btn .vc_column_container > .vc_column-inner {
  padding-left: 2px;
  padding-right: 2px; }

.box-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .box-footer-btn {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .box-footer-btn .wpb_column {
    max-width: 330px;
    margin: auto;
    padding-bottom: 10px; }
    .box-footer-btn .wpb_column.vc_col-sm-6:first-child, .box-footer-btn .wpb_column.vc_col-sm-6:last-child {
      margin: auto; }
    @media (min-width: 768px) {
      .box-footer-btn .wpb_column {
        padding-bottom: 0; }
        .box-footer-btn .wpb_column.vc_col-sm-6:first-child {
          margin: 0 0 0 auto; }
        .box-footer-btn .wpb_column.vc_col-sm-6:last-child {
          margin: 0 auto 0 0; } }
  .box-footer-btn .btn {
    min-width: auto;
    width: 100%;
    margin: 0; }

/*--------------------------------------------------------------
# Dividers
--------------------------------------------------------------*/
.divider {
  background-color: #c95b40 !important;
  margin-top: -20px;
  width: 70px; }

.entry-page .divider {
  width: 200px;
  background-color: #616161 !important;
  margin-top: -10px; }
  @media (max-width: 768px) {
    .entry-page .divider {
      width: 140px; } }

/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/
.google-maps .google-maps-wrap {
  min-height: 420px; }

/*--------------------------------------------------------------
# Titles
--------------------------------------------------------------*/
.heading .title {
  font-size: 32px; }
  @media (max-width: 768px) {
    .heading .title {
      font-size: 24px; } }

.heading *:first-child {
  margin-top: 0 !important; }

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.heart {
  height: 26px;
  fill: #c95b40;
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite; }
  @media (max-width: 768px) {
    .heart {
      height: 14px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.title-instagram {
  position: relative;
  margin-bottom: 30px; }
  .title-instagram:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #c95b40;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1; }
  .title-instagram .title {
    font-family: "Quicksand", sans-serif;
    font-size: 48px;
    line-height: 1;
    background-color: #FFF;
    padding: 0 40px;
    display: inline;
    z-index: 10; }
    @media (max-width: 768px) {
      .title-instagram .title {
        font-size: 24px;
        padding: 0 20px; } }

@media (max-width: 768px) {
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: calc(100% / 3) !important;
    padding: 5px !important; } }

/*
    Footer
  */
.site-footer {
  background-color: #263819;
  border-top: 3px solid #B6944B; }
  .site-footer .widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 50px 0;
    border-left: 1px solid #B6944B;
    border-right: 1px solid #B6944B; }
  .site-footer .widget {
    max-width: 100%;
    width: 100%; }
    .site-footer .widget p, .site-footer .widget a {
      font-size: 14px;
      color: #FFF; }

.site-footer .page-container,
.site-footer .site-info .page-container {
  width: 100%;
  max-width: 1580px;
  padding: 0 20px; }

.site-footer .widgets .widgets-column:first-child p {
  font-size: 11px;
  text-align: center; }

.site-footer .widgets .widgets-column:nth-child(3) {
  padding-left: 30px;
  padding-right: 0; }

.site-footer .widgets .widgets-column:nth-child(4) {
  padding-left: 60px;
  padding-right: 0; }

.site-footer .widgets .widgets-column:nth-child(5) {
  text-align: center; }
  .site-footer .widgets .widgets-column:nth-child(5) .widget {
    padding-top: 0;
    margin-top: -25px; }
  .site-footer .widgets .widgets-column:nth-child(5) .socialbar a.social.outline {
    border: 0;
    margin-bottom: 0; }
  .site-footer .widgets .widgets-column:nth-child(5) .socialbar a.social.outline span {
    color: #B6944B;
    font-size: 18px; }

.site-info {
  border-top: 3px solid rgba(182, 148, 75, 0.1); }

.site-footer .site-info a {
  margin: 0 5px;
  text-decoration: none;
  font-size: 14px; }

.site-footer .site-info .wrap {
  padding: 20px 0; }

.site-footer .page-container + .site-info .wrap {
  border-top: 0; }

.site-footer .widget-title {
  padding-bottom: 6px;
  margin-bottom: 12px; }
  .site-footer .widget-title:after {
    content: '';
    height: 2px;
    width: 40px;
    background-color: #B6944B;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.site-footer .widgets .socialbar a.social.outline {
  border-color: #fff;
  margin-bottom: 10px; }
  .site-footer .widgets .socialbar a.social.outline span {
    color: #fff; }
  .site-footer .widgets .socialbar a.social.outline:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0); }

@media (max-width: 992px) {
  .site-footer .widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .site-footer .widgets .widgets-column {
      text-align: center;
      width: 100%;
      padding: 0 20px; }
    .site-footer .widgets .widgets-column:nth-child(1) p:last-child {
      display: none; }
    .site-footer .widgets .widgets-column:nth-child(2) {
      margin-top: 0; }
    .site-footer .widgets .widgets-column:nth-child(3),
    .site-footer .widgets .widgets-column:nth-child(4) {
      padding: 0 20px; }
  #custom_html-1 {
    padding-bottom: 0; }
  .site-footer .widget-title:after {
    margin: auto; } }

/* .site-footer .widgets .socialbar a.social.outline {
    border: 0;
  } */
/* 
    Mailjet 
  */
#mjForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px; }
  #mjForm .form-group {
    width: 100%;
    max-width: 240px; }
  #mjForm input[type="submit"] {
    background-color: #B6944B;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-left: 4px; }

#mailjet_widget_email {
  background-color: #FFF;
  border: 0;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 10px; }

/*
    OWL carousel 
  */
.owl-stage-outer > .owl-stage > .owl-item {
  padding: 0 1px !important; }

.norebro-slider {
  margin: 0 !important; }

.slider .owl-dot {
  color: #D4D4D4;
  background-color: #D4D4D4;
  border: 0;
  width: 18px;
  height: 18px; }
  .slider .owl-dot.active {
    background-color: #000;
    color: #000; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.entry-page {
  max-width: 1000px;
  margin: auto; }
  .entry-page .heading {
    margin-bottom: 0; }
  .entry-page .title {
    font-family: "Quicksand", sans-serif !important;
    font-size: 30px; }
    @media (max-width: 768px) {
      .entry-page .title {
        font-size: 26px; } }

.site-main .box-programme .vc_row,
.site-main .box-programme {
  padding: 0 !important; }

.box-programme {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .box-programme p {
    line-height: 32px;
    margin: 30px auto; }
  .box-programme .title {
    font-family: "Playfair Display", sans-serif;
    font-size: 32px;
    text-align: left;
    padding-bottom: 30px; }
  .box-programme.vc_row.vc_row-o-equal-height > .vc_column_container > .vc_column-inner, .box-programme.vc_row.vc_row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .box-programme .vc_column_container > .vc_column-inner {
    padding: 0;
    height: 100%; }
  .box-programme > .vc_column_container > .vc_column-inner {
    min-height: 400px; }
  @media (max-width: 768px) {
    .box-programme.image-mobile-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .box-programme .btn {
    width: 90%;
    margin: 30px 0 0 0; }

.box-contact h3 {
  font-size: 18px;
  margin-bottom: 0; }

.box-contact label {
  font-family: "Playfair Display", sans-serif; }

.box-contact .contact-form form button.btn {
  margin: 30px 0 0 10px;
  color: #FFF !important; }
  .box-contact .contact-form form button.btn:hover {
    color: #000 !important; }

.contact-form .wpcf7-response-output.wpcf7-validation-errors {
  margin: 30px 0; }

.box-logos .wpb_single_image img {
  height: 160px !important; }