@import url("https://fonts.googleapis.com/css?family=Josefin+Slab:700|Montserrat:400,600");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  overflow-x: hidden; }

a {
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%; }

hr {
  border: none;
  height: 1px;
  background: #5c7e9b; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #5c7e9b;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: "Josefin Slab", serif;
  text-transform: uppercase; }

h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 15px; }

h3 {
  margin-bottom: 15px; }

h4 {
  font-size: 27px;
  font-size: 1.6875rem;
  border-top: 3px solid #5c7e9b;
  padding-top: 10px;
  margin-bottom: 35px; }

h5 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 10px;
  margin-top: 10px; }

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  background: #dee5eb;
  padding: 15px;
  display: inline-block; }
  h4 + h6 {
    margin-top: -15px; }

p {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 25px;
  color: #757679; }
  p:last-child {
    margin-bottom: 0; }

.noMargin {
  margin-bottom: 0; }

.list {
  margin-bottom: 35px; }
  .list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px; }
    .list li:before {
      content: "\f0da";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300; }

.desc {
  margin-bottom: 25px; }
  .desc li {
    font-weight: bolder;
    margin-bottom: 10px;
    position: relative; }
    .desc li:not(:last-child):after {
      position: absolute;
      content: '______';
      color: #603f29;
      left: 0;
      padding-top: 10px; }
  @media only screen and (min-width: 768px) {
    .desc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .desc li {
        margin-right: 10px;
        padding-right: 20px;
        margin-bottom: 0; }
        .desc li:not(:last-child):after {
          content: '|';
          padding-top: 0;
          padding-left: 10px;
          right: 0;
          left: auto; } }

a {
  color: #5c7e9b;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:visited {
    color: #5c7e9b; }
  a:hover, a:focus, a:active {
    color: #5c7e9b; }
  a:hover, a:active {
    outline: 0; }
  a.btn {
    font-size: 18px;
    font-size: 1.125rem;
    background: #dee5eb;
    color: #5c7e9b;
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    position: relative;
    margin-top: 15px; }
    a.btn::after {
      content: '';
      position: absolute;
      width: calc(100% - 3px);
      height: calc(100% - 3px);
      left: 5px;
      bottom: 5px;
      border: 3px solid #603f29;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    a.btn:hover {
      background: #5c7e9b;
      color: #fff; }
      a.btn:hover::after {
        left: -7px;
        bottom: -7px;
        border: 3px solid #603f29; }
    .inscriptions a.btn {
      background: #5c7e9b;
      color: #fff; }
      .inscriptions a.btn:hover {
        background: #fff;
        color: #5c7e9b; }
      @media only screen and (max-width: 999px) {
        .inscriptions a.btn {
          padding: 10px 15px; } }
    .alerte a.btn {
      background: #dee5eb;
      color: #5c7e9b; }
      .alerte a.btn::after {
        border-color: #5c7e9b; }

.centerBtn {
  text-align: center;
  padding-top: 50px; }

#logo {
  width: 60vw;
  margin-left: 25px; }
  @media only screen and (min-width: 768px) {
    #logo {
      width: 325px; } }
  @media only screen and (min-width: 1000px) {
    #logo {
      margin-left: 0; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  header .menu-btn {
    background: 0;
    border: 0;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem; }
  @media only screen and (max-width: 999px) {
    header .container {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin: 0; }
    header .cta {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -moz-order: -1;
      -ms-flex-order: -1;
      order: -1;
      width: 100%;
      border-radius: 0;
      padding: 10px;
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 15px; }
    header .menu-btn {
      margin-right: 25px;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    header .container {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; } }

.cta {
  background: #603f29;
  padding: 25px 35px;
  text-align: center;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px; }
  .cta h3 {
    color: #aebfcd; }
  .cta p {
    color: #fff; }

.navDesktop {
  margin-top: 35px;
  background: rgba(92, 126, 155, 0.8); }
  .navDesktop ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .navDesktop ul a {
      text-transform: uppercase;
      color: #fff;
      padding: 15px 20px;
      margin: 0 25px;
      display: inline-block;
      position: relative; }
      .navDesktop ul a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0;
        height: 8px;
        background: #603f29;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .navDesktop ul a:hover:after, .active .navDesktop ul a:after {
        width: 100%; }
    .navDesktop ul .active a {
      font-weight: bolder; }
      .navDesktop ul .active a:after {
        width: 100%; }

/* Menu Appearance */
.pushy {
  position: fixed;
  width: 275px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #dee5eb;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #5c7e9b;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 25px;
    font-size: 1.5625rem;
    text-transform: uppercase; }
  .pushy a:hover {
    background: #5c7e9b;
    color: #fff; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-275px, 0, 0);
  -ms-transform: translate3d(-275px, 0, 0);
  transform: translate3d(-275px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(275px, 0, 0);
  -ms-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(275px, 0, 0);
  -ms-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-275px, 0, 0);
  -ms-transform: translate3d(-275px, 0, 0);
  transform: translate3d(-275px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container {
  width: 85%;
  margin: 75px auto; }
  header .container, footer .container {
    margin: auto; }
  @media only screen and (min-width: 1000px) {
    .container {
      width: 90%; } }
  @media only screen and (min-width: 1500px) {
    .container {
      max-width: 1200px; } }
  .container.padding {
    padding: 0 10px; }
    @media only screen and (min-width: 1500px) {
      .container.padding {
        padding: 0 25px; } }

@media only screen and (min-width: 1260px) {
  .hideDesktop {
    display: none; } }

.hideMobile {
  display: none; }
  @media only screen and (min-width: 1260px) {
    .hideMobile {
      display: inherit; } }

.mainColor {
  color: #5c7e9b; }

.secColor {
  color: #603f29; }

.heroImg {
  height: 50vh;
  background-size: cover; }
  @media only screen and (min-width: 1000px) {
    .heroImg {
      height: 60vh; } }
  @media only screen and (min-width: 1260px) {
    .heroImg {
      background-attachment: fixed; } }
  .heroImg.home {
    background-image: url("../images/home_hero.jpg"); }
  .heroImg.immo {
    background-image: url("../images/immo_hero.jpg");
    background-position: bottom; }
  .heroImg.vendre {
    background-image: url("../images/vendre_hero.jpg"); }
  .heroImg.agro {
    background-image: url("../images/agro_hero.jpg");
    background-position: bottom; }
  .heroImg.contact {
    background-image: url("../images/contact_hero.jpg");
    background-position: bottom; }

@media only screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flex.even .content {
      width: calc(50% - 25px); }
    .flex .content.one {
      width: calc(33% - 25px); }
    .flex .content.two {
      width: calc(67% - 25px); }
    .flex.inscriptions .content {
      width: calc( (100% / 3) - 10px); }
    .flex.inscriptions.two .content {
      width: calc( (100% / 2) - 10px); }
    .flex.inscriptions .alerte {
      width: 100%; }
    .flex.inscriptions.two .alerte {
      width: 100%; } }

@media only screen and (min-width: 1000px) {
  .flex.inscriptions .content {
    width: calc( (66% / 3) - 10px); }
  .flex.inscriptions.two .content {
    width: calc( (66% / 2) - 10px); }
  .flex.inscriptions .alerte {
    width: calc(33% - 10px); } }

.block .title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bolder;
  color: #603f29;
  margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
  .block:first-child {
    margin-bottom: 50px; } }

.inscriptions .content:not(.alerte) {
  background: #dee5eb;
  padding-bottom: 15px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 1000px) {
    .inscriptions .content:not(.alerte) {
      margin-bottom: 0; } }

.inscriptions .prix {
  color: #603f29;
  font-weight: bolder;
  font-size: 25px;
  font-size: 1.5625rem; }

.inscriptions .content:not(.alerte) *:not(img) {
  margin-left: 15px;
  margin-right: 15px; }

.inscription h4 {
  border-top: none;
  border-bottom: 3px solid #5c7e9b;
  padding-top: 35px;
  margin-bottom: 15px; }

.inscription .prix {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bolder;
  color: #603f29; }

.inscription .adresse {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #603f29; }

@media only screen and (max-width: 767px) {
  .inscription .adresse {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (min-width: 1000px) {
  .inscription .content {
    width: calc(50% - 25px); }
  .inscription h4 {
    padding-top: 0; } }

.inscription:not(:last-child) {
  margin-bottom: 75px; }

.alerte {
  background: #603f29;
  text-align: center;
  padding: 50px 25px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  margin-top: 50px; }
  .alerte p {
    color: #fff; }
    .alerte p:first-of-type {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 1.05; }
      .alerte p:first-of-type span {
        font-weight: bolder;
        display: block; }
    .alerte p:last-of-type {
      font-family: "Josefin Slab", serif;
      color: #5c7e9b;
      text-transform: uppercase;
      font-size: 25px;
      font-size: 1.5625rem; }
  @media only screen and (min-width: 1000px) {
    .inscriptions .alerte {
      margin-top: -60px; } }

.parallax {
  height: 75vh;
  margin: 75px 0;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  position: relative; }
  .parallax.home {
    background-image: url("../images/home_parallax.jpg"); }
  .parallax.vendre {
    background-image: url("../images/vendre_parallax.jpg"); }
  .parallax:last-child {
    margin-bottom: 0; }
  .parallax:before {
    position: absolute;
    content: url(../images/filigrane.svg);
    left: 5vw;
    bottom: -6px;
    width: 75vh;
    z-index: 2;
    opacity: 0.35; }
  .parallax .content {
    padding-top: 75px;
    text-align: center;
    margin-top: 75px; }
  .parallax p {
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "Josefin Slab", serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 5vw;
    background: rgba(0, 0, 0, 0.35);
    z-index: 5; }
  @media only screen and (min-width: 1000px) {
    .parallax:before {
      left: 10vw;
      width: 100vh; } }
  @media only screen and (min-width: 1260px) {
    .parallax {
      background-attachment: fixed; }
      .parallax p {
        font-size: 35px;
        font-size: 2.1875rem;
        padding: 25px 20vw; } }

.photo:not(:first-child) {
  margin-top: 25px; }

.fa-linkedin {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 15px; }

footer .logo {
  background: #d6dfe6;
  padding: 35px 15px;
  text-align: center; }
  footer .logo .container > img {
    width: 300px;
    margin-bottom: 35px; }
  footer .logo .logos img {
    height: 50px; }
  @media only screen and (max-width: 767px) {
    footer .logo .logos img {
      margin: 15px; } }
  @media only screen and (min-width: 768px) {
    footer .logo .logos img {
      margin: 0 50px; } }

footer .siteInfo {
  padding: 15px; }
  footer .siteInfo p {
    color: #603f29;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px; }
  @media only screen and (min-width: 1260px) {
    footer .siteInfo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      footer .siteInfo p {
        font-size: 18px;
        font-size: 1.125rem; } }
