@charset "UTF-8";
/* vars */
html, body {
  overflow-x: hidden; }

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 15px; }

a {
  cursor: pointer; }

a:hover {
  cursor: pointer; }

h1, h2, h3, h4 {
  font-family: 'Amatic SC', cursive; }

.amatic {
  font-family: 'Amatic SC', cursive; }

.pink {
  color: #E50046; }

.green {
  color: #98C030; }

.grey {
  color: #636363; }

img {
  max-width: 100%;
  height: auto; }

.backtotop {
  display: none;
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.43);
  border-radius: 5px 5px 0 0;
  z-index: 5000;
  right: 30px;
  bottom: 0px;
  padding: 10px;
  font-size: 1.2em;
  background: white; }
  .backtotop a {
    color: #009992; }

.fancybox-overlay {
  z-index: 999999999 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

a, .btn {
  transition: all 0.6s;
  -webkit-transition: all 0.6s; }

.left {
  float: left;
  margin-right: 15px; }

.right {
  float: right;
  margin-left: 15px; }

#msg {
  display: none;
  position: fixed;
  width: 90%;
  bottom: 0;
  margin-left: -45%;
  border-radius: 10px 10px 0px 0px;
  left: 50%;
  overflow: hidden;
  z-index: 50;
  color: white;
  padding: 0px; }
  #msg .notification {
    padding: 15px; }
    #msg .notification.success {
      background: green;
      color: white; }
    #msg .notification.error {
      background: red;
      color: white; }

#loadingScreen .overlay {
  perspective: 1300px;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.6s;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0); }
  #loadingScreen .overlay .wait_msg {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    top: 50%;
    color: white;
    transition: all 0.3s;
    transform: rotateY(-70deg);
    border-radius: 4px;
    opacity: 0;
    overflow: auto;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.35); }
#loadingScreen.opened .overlay {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.45); }
  #loadingScreen.opened .overlay .wait_msg {
    visibility: visible;
    transform: rotateY(0deg);
    opacity: 1; }

/** Responsive */
/** tablet */
/** tablet portrait */
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#contact {
  background-color: #98C030;
  color: #fff; }
  #contact .rowcontact {
    margin-left: 0px; }
  #contact .contact_form {
    padding: 30px 20px; }
    #contact .contact_form .form-control {
      border-radius: 0px;
      margin-bottom: 15px; }
    #contact .contact_form h1 {
      font-size: 1.5em; }
    #contact .contact_form h2 {
      font-size: 3em; }
    #contact .contact_form p {
      font-style: italic; }
    #contact .contact_form textarea.form-control {
      height: 200px; }
    #contact .contact_form #send {
      cursor: pointer;
      background: transparent;
      border: none; }
  #contact .deco {
    background: url(../images/bg/famille03.jpg) top center;
    background-size: cover;
    height: 100%; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  #contact .deco {
    height: 250px !important; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#galhome {
  position: relative;
  overflow: hidden;
  border: 0;
  margin-bottom: 0px; }
  #galhome .flex-control-nav {
    z-index: 300; }
  #galhome .flex-direction-nav a {
    height: 80px !important;
    margin-top: -40px !important;
    font-size: 0px; }
    #galhome .flex-direction-nav a.flex-prev:before {
      content: '<';
      font-family: 'Amatic SC', cursive;
      font-size: 6rem;
      color: #98C030;
      text-shadow: none; }
    #galhome .flex-direction-nav a.flex-next::before {
      content: '>';
      font-family: 'Amatic SC', cursive;
      font-size: 6rem;
      color: #98C030;
      text-shadow: none; }
  #galhome .slides {
    overflow: hidden; }
    #galhome .slides li {
      padding: 0px 0px 30px 0px;
      background-size: cover;
      background-position: 50% 50%;
      color: white; }
      #galhome .slides li.concours {
        height: 450px; }
        #galhome .slides li.concours a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      #galhome .slides li .description {
        font-style: italic;
        font-size: 1em;
        padding-top: 30px;
        max-width: 400px; }
      #galhome .slides li .cartouche {
        border-radius: 0px 0px 10px 10px;
        padding: 15px 50px;
        display: inline-block; }
    #galhome .slides h2, #galhome .slides h3, #galhome .slides strong {
      margin: 0;
      padding-bottom: 10px;
      font-family: 'Amatic SC', cursive;
      display: block; }
    #galhome .slides h2 {
      font-size: 2.5em; }
    #galhome .slides strong {
      font-size: 1.5em; }
    #galhome .slides .icons {
      font-size: 1.5em;
      font-family: 'Amatic SC', cursive;
      padding-bottom: 15px; }
      #galhome .slides .icons .icon {
        display: inline-block;
        width: 35px;
        text-align: center; }
        #galhome .slides .icons .icon img {
          height: 30px;
          width: auto;
          vertical-align: middle;
          display: inline-block; }
  #galhome .vert .cartouche {
    background: #98C030; }
  #galhome .rose .cartouche {
    background: #E50046; }
  #galhome .orange .cartouche {
    background: #EF7D00; }
  #galhome .orange .bleu .cartouche {
    background: #009992; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  #galhome {
    margin-bottom: 10px; }
    #galhome .cartouche {
      padding-top: 50px !important; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#map {
  padding-top: 30px; }
  #map #gmap {
    width: 100%;
    height: 500px; }
  #map input {
    padding: 5px;
    width: 300px;
    margin-left: 30px;
    color: grey; }
    #map input::-webkit-input-placeholder, #map input:-moz-placeholder, #map input::-moz-placeholder {
      color: grey; }

/** Responsive */
/** tablet */
/** tablet portrait */
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#newsletter {
  background-color: #e8e8e8; }
  #newsletter .titlenewsletter {
    font-size: 4em; }
  #newsletter .textnewsletter {
    font-size: 1.2em;
    font-weight: 500;
    padding-top: 15px; }
  #newsletter a {
    display: inline-block;
    padding: 3px 12px;
    text-decoration: none;
    background: #98C030;
    color: white;
    font-family: 'Amatic SC', cursive;
    border: 0; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  #newsletter {
    padding-bottom: 15px; }
    #newsletter input, #newsletter a {
      display: block;
      width: 100%;
      margin-bottom: 5px; } }
/** iphone 2 -> 4 portrait and landscape */
@media screen and (max-width: 480px) {
  #newsletter {
    text-align: center; } }
/* Large screens */
/* Retina screen */
#products {
  margin-bottom: 25px; }
  #products a {
    text-decoration: none; }
  #products h1 {
    color: #E50046;
    margin: 25px 0px;
    text-align: center; }
  #products .productlist {
    margin-left: 0px;
    margin-right: 0px; }
  #products .product {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    transition: transform 0.3s;
    transform: perspective(500px); }
    #products .product.rose .background {
      background-image: url(../images/bg/famille02.jpg); }
    #products .product.rose h3 {
      color: #E50046;
      border-color: #E50046; }
    #products .product.bleu .background {
      background-image: url(../images/bg/couple01.jpg); }
    #products .product.bleu h3 {
      color: #009992;
      border-color: #009992; }
    #products .product.vert .background {
      background-image: url(../images/bg/couple02.jpg); }
    #products .product.vert h3 {
      color: #98C030;
      border-color: #98C030; }
    #products .product.orange .background {
      background-image: url(../images/bg/famille01.jpg); }
    #products .product.orange h3 {
      color: #EF7D00;
      border-color: #EF7D00; }
    #products .product .background {
      height: 300px;
      background-size: cover;
      background-position: 50% 50%; }
    #products .product h3 {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 10px;
      background: #f4f4f4;
      border-bottom: 20px solid white; }
    #products .product .imageproduct {
      position: absolute;
      bottom: 0px;
      right: 10px;
      max-height: 300px; }
    #products .product:hover {
      transform: perspective(500px) translateZ(50px);
      z-index: 500;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.42); }

.singleproduct .productcontent {
  margin-top: 50px;
  margin-bottom: 50px; }
  .singleproduct .productcontent .description {
    font-style: italic; }
.singleproduct .productheader {
  height: 550px;
  background-size: cover;
  background-position: 5% 50%;
  position: relative; }
  .singleproduct .productheader .line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    color: white; }
    .singleproduct .productheader .line .container {
      position: relative; }
    .singleproduct .productheader .line .imageproduct {
      position: absolute;
      top: -50%;
      right: 0px;
      height: 350px; }
    .singleproduct .productheader .line h1 {
      font-size: 4em; }
    .singleproduct .productheader .line small {
      color: white;
      display: block;
      font-family: 'Roboto Condensed', sans-serif;
      font-style: italic;
      font-weight: 300;
      font-size: 0.5em; }
.singleproduct .productcontent h3 {
  font-style: normal;
  font-size: 2em; }
.singleproduct .productcontent .valeurs .inner {
  padding: 15px;
  background: white;
  border: 1px solid black;
  border-radius: 20px;
  margin-top: 70px; }
  .singleproduct .productcontent .valeurs .inner strong {
    font-weight: normal;
    font-size: 0.8em;
    display: block;
    text-align: center;
    color: #E50046; }
  .singleproduct .productcontent .valeurs .inner .info {
    font-size: 0.7em;
    text-align: lefts; }
  .singleproduct .productcontent .valeurs .inner table {
    width: 100%;
    font-size: 0.8em; }
    .singleproduct .productcontent .valeurs .inner table th {
      text-align: left; }
    .singleproduct .productcontent .valeurs .inner table tr {
      border-bottom: 1px solid black; }
    .singleproduct .productcontent .valeurs .inner table .label {
      width: 100px;
      color: black;
      font-weight: normal;
      overflow: hidden;
      display: inline-block;
      white-space: normal;
      text-align: left;
      padding: 5px;
      line-height: normal;
      vertical-align: middle; }
.singleproduct.rose .productheader {
  background-image: url(../images/bg/famille02.jpg); }
  .singleproduct.rose .productheader .line {
    background: rgba(229, 0, 70, 0.5); }
.singleproduct.rose .productcontent h3 {
  color: #E50046; }
.singleproduct.rose #sameCategory h1, .singleproduct.rose #sameCategory a {
  color: #E50046; }
.singleproduct.bleu .productheader {
  background-image: url(../images/bg/couple01.jpg); }
  .singleproduct.bleu .productheader .line {
    background: rgba(0, 153, 146, 0.5); }
.singleproduct.bleu .productcontent h3 {
  color: #009992; }
.singleproduct.bleu #sameCategory h1, .singleproduct.bleu #sameCategory a {
  color: #009992; }
.singleproduct.vert .productheader {
  background-image: url(../images/bg/couple02.jpg); }
  .singleproduct.vert .productheader .line {
    background: rgba(152, 192, 48, 0.5); }
.singleproduct.vert .productcontent h3 {
  color: #98C030; }
.singleproduct.vert #sameCategory h1, .singleproduct.vert #sameCategory a {
  color: #98C030; }
.singleproduct.orange .productheader {
  background-image: url(../images/bg/famille01.jpg); }
  .singleproduct.orange .productheader .line {
    background: rgba(239, 125, 0, 0.5); }
.singleproduct.orange .productcontent h3 {
  color: #EF7D00; }
.singleproduct.orange #sameCategory h1, .singleproduct.orange #sameCategory a {
  color: #EF7D00; }

#sameCategory {
  text-align: center; }
  #sameCategory a {
    text-decoration: none; }
  #sameCategory h1 {
    font-family: 'Amatic SC', cursive;
    text-align: center;
    color: #E50046; }
  #sameCategory ul {
    list-style: none; }
    #sameCategory ul li {
      display: inline-block; }
      #sameCategory ul li .title {
        color: black;
        text-align: center;
        font-family: 'Amatic SC';
        font-size: 1.3em; }
      #sameCategory ul li .subtitle {
        text-align: center; }
      #sameCategory ul li img {
        max-width: 100%;
        width: 200px; }

/** Responsive */
@media screen and (max-width: 991px) {
  #products .product .imageproduct {
    bottom: 30px; } }
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  .singleproduct .productheader .line .imageproduct {
    height: 170px;
    top: -60%; }

  .singleproduct .productheader {
    height: 400px; }

  #products .product .imageproduct {
    bottom: 0px; }

  #products h1 {
    margin-top: 0px;
    font-size: 1.5em;
    text-align: center; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#promo {
  background: #E50046; }
  #promo img {
    max-width: 100%; }
  #promo .col-image {
    background-size: cover;
    background-position: 50% 0%; }
  #promo .col-content {
    color: white; }
    #promo .col-content p {
      font-style: italic; }
    #promo .col-content strong {
      display: inline-block;
      padding: 5px 10px;
      background: white;
      color: #E50046;
      font-weight: 300;
      font-style: normal; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  #promo .col-content {
    padding: 45px; } }
/** iphone 2 -> 4 portrait and landscape */
@media screen and (max-width: 480px) {
  #promo {
    text-align: center; } }
/* Large screens */
/* Retina screen */
#promov2 {
  padding-bottom: 80px;
  background: #E50046; }
  #promov2 h2 {
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px; }
  #promov2 .container {
    background: white; }
    #promov2 .container .col-image {
      height: 300px;
      background-size: cover;
      background-position: 50% 0%; }
    #promov2 .container .col-content h2 {
      color: black;
      text-align: left; }
    #promov2 .container .col-content p {
      font-style: italic; }
    #promov2 .container .col-content strong {
      display: inline-block;
      padding: 5px 10px;
      color: white;
      background: #E50046;
      font-weight: 300;
      font-style: normal; }

#promoGallery > .title {
  background-image: url(../images/bg/fondpierre.jpg);
  background-size: cover;
  padding: 25px 0px !important;
  color: white !important;
  font-size: 2.5em !important;
  margin: 0 !important; }
#promoGallery .gallery {
  margin-bottom: 0px; }
#promoGallery #visualization {
  background: #f0f0f0;
  position: relative; }
#promoGallery .menu {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100; }
  #promoGallery .menu button {
    background: white;
    appearance: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #E50046;
    outline: none; }
#promoGallery .vis-item {
  background-color: #E50046;
  border-color: #E50046;
  cursor: pointer; }
  #promoGallery .vis-item .vis-item-content {
    color: white !important; }
  #promoGallery .vis-item.vis-selected {
    opacity: .6; }
#promoGallery .title {
  text-align: center;
  font-size: 3.5em;
  font-weight: 200;
  padding: 15px 5px;
  font-family: 'Amatic SC', cursive;
  color: #E50046; }
#promoGallery h2 {
  text-align: center;
  color: #E50046; }
  #promoGallery h2 .date {
    display: inline-block;
    color: grey;
    margin-right: 20px; }
#promoGallery .content {
  text-align: center;
  color: grey; }

#social {
  margin-top: 0px;
  padding: 30px 50px; }
  #social a {
    color: white; }
  #social .inner {
    position: relative;
    z-index: 1000;
    color: white;
    text-align: center; }
    #social .inner h1 {
      font-size: 3.5em; }
    #social .inner .orange {
      color: orange; }
    #social .inner .icons {
      padding-top: 30px; }
      #social .inner .icons img {
        height: 100px; }
      #social .inner .icons .info {
        font-size: 0.9em;
        font-style: italic;
        padding-top: 15px; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  #social .inner .icons .info {
    padding-top: 20px;
    padding-bottom: 20px; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
.site-header {
  z-index: 1050;
  position: fixed;
  top: 0;
  height: 120px;
  width: 100%;
  background: white;
  /*.responsive_menu {
    #responsive_nav {
      background: white;
      position:absolute;
      z-index:500;
      display:none;
      padding:20px;
      border-radius:10px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.51);
      top:35px;
    }
    ul {
      list-style:none;
      padding-left:0px;
      text-transform:uppercase;
      li {
        padding-bottom:10px;
        color: black;
        a {
          color: black;
        }
        &.right {
          float: none;
          margin-left: 0px;
        }
      }
    }

  }*/ }
  .site-header #langbar {
    padding: 10px; }
    .site-header #langbar a {
      background-color: #009992;
      color: white;
      border-radius: 10px;
      padding: 5px 10px;
      text-decoration: none;
      transform: perspective(500px);
      transition: all 0.3s;
      display: inline-block; }
      .site-header #langbar a.concours {
        color: #009992;
        background: white; }
      .site-header #langbar a:hover {
        transform: perspective(500px) translateZ(100px); }
  .site-header .logo {
    z-index: 300;
    width: 300px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -150px; }
  .site-header #menu-btn {
    z-index: 1100;
    position: fixed;
    top: 50px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    transition: all .5s ease; }
    .site-header #menu-btn span {
      display: block;
      background: #333333;
      border-radius: 10px;
      height: 4px;
      width: 100%;
      transition: all .5s ease; }
      .site-header #menu-btn span.mid {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .site-header #menu-btn span.bot {
        position: absolute;
        bottom: 0; }
    .site-header #menu-btn.bouton_actif {
      left: 20px; }
      .site-header #menu-btn.bouton_actif span {
        background: white; }
        .site-header #menu-btn.bouton_actif span.mid {
          display: none; }
        .site-header #menu-btn.bouton_actif span.top {
          transform: rotate(45deg); }
        .site-header #menu-btn.bouton_actif span.bot {
          top: 0;
          transform: rotate(-45deg); }
  .site-header #menu_general {
    z-index: 1000;
    position: fixed;
    left: -350px;
    width: 350px;
    height: 100%;
    background: #E50046;
    transition: all .5s ease; }
    .site-header #menu_general ul {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 120px 0 0 0;
      list-style: none; }
      .site-header #menu_general ul li a {
        display: block;
        position: relative;
        padding: 20px;
        width: 100%;
        font-family: 'Amatic SC', cursive;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        border-bottom: 1px solid #a70a3a;
        opacity: 0;
        transition: all 1s ease; }
        .site-header #menu_general ul li a:hover {
          padding-left: 15px;
          text-decoration: none;
          outline: none; }
      .site-header #menu_general ul li:nth-child(1) a {
        right: 350px; }
      .site-header #menu_general ul li:nth-child(2) a {
        right: 700px; }
      .site-header #menu_general ul li:nth-child(3) a {
        right: 1050px; }
      .site-header #menu_general ul li:nth-child(4) a {
        right: 1400px; }
      .site-header #menu_general ul li:nth-child(5) a {
        right: 1750px; }
      .site-header #menu_general ul li:nth-child(6) a {
        right: 2100px; }
      .site-header #menu_general ul li:nth-child(7) a {
        right: 2450px; }
      .site-header #menu_general ul li:nth-child(8) a {
        right: 2800px; }
      .site-header #menu_general ul li:nth-child(9) a {
        right: 3150px; }
      .site-header #menu_general ul li:nth-child(10) a {
        right: 3500px; }
    .site-header #menu_general.menu_actif {
      left: 0; }
      .site-header #menu_general.menu_actif ul li a {
        right: 0;
        opacity: 1; }
  .site-header #menu_filtre {
    z-index: 999;
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(33, 33, 33, 0.8);
    cursor: pointer;
    transition: all .3s ease; }
    .site-header #menu_filtre.filtre_actif {
      display: block;
      opacity: 1; }
  .site-header .column_header ul {
    margin-top: 30px;
    list-style: none;
    padding-left: 0px; }
    .site-header .column_header ul li {
      text-transform: uppercase;
      font-weight: 200;
      padding: 5px 10px;
      float: left; }
      .site-header .column_header ul li:hover {
        background: #E50046;
        color: white;
        border-radius: 20px; }
        .site-header .column_header ul li:hover a {
          color: white; }
      .site-header .column_header ul li.right {
        float: right; }
      .site-header .column_header ul li a {
        color: black;
        text-decoration: none; }

/** Responsive */
@media screen and (max-width: 1200px) {
  .site-header .logo {
    width: 180px;
    margin-left: -90px;
    top: 80px; } }
/** tablet portrait */
@media screen and (max-width: 768px) {
  .site-header {
    height: 60px; }
    .site-header #langbar {
      position: absolute;
      top: 10px;
      right: 10px;
      padding-top: 0px; }
    .site-header .logo {
      top: 25px !important; }
    .site-header #menu-btn {
      left: 20px; }
    .site-header #menu_general {
      left: -250px;
      width: 250px; }
      .site-header #menu_general ul li a {
        padding: 10px; }

  .responsive_menu {
    margin-top: 10px; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
footer .footerlight {
  background-color: #fff;
  padding-top: 20px; }
  footer .footerlight h3 {
    color: #E50046;
    margin-top: 0;
    font-size: 2.5em; }
  footer .footerlight .socials {
    padding-top: 125px;
    font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 1.5em; }
    footer .footerlight .socials a {
      color: black; }
  footer .footerlight .plan {
    margin-top: 76px;
    font-family: 'Amatic SC', cursive; }
    footer .footerlight .plan ul {
      font-size: 1.2em;
      list-style: none;
      padding-left: 0px; }
      footer .footerlight .plan ul a {
        color: black; }
      footer .footerlight .plan ul ul {
        font-size: 0.75em;
        padding-left: 15px; }
        footer .footerlight .plan ul ul li:before {
          content: '- '; }
footer .footerdark {
  background-color: #393939;
  color: #fff;
  padding: 20px 0px; }
  footer .footerdark .footercontent {
    font-style: italic; }
  footer .footerdark .comon {
    text-align: left; }
  footer .footerdark .comonlogo {
    height: 15px;
    width: auto; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  footer .footerlight {
    text-align: center; }
    footer .footerlight .plan {
      margin-top: 0px; }
    footer .footerlight .socials {
      padding-top: 30px; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#engagements .header {
  background-image: url(../images/bg/potager.jpg);
  background-size: cover;
  color: white;
  padding-top: 30px; }
  #engagements .header h1 {
    display: inline-block;
    border-bottom: 3px white dotted;
    font-size: 3.5em;
    font-weight: 200;
    padding: 15px 5px; }
  #engagements .header .engagement {
    padding: 30px 0px;
    padding-bottom: 60px;
    font-style: italic;
    width: 50%; }
  #engagements .header .decovert {
    height: 30px;
    background: rgba(0, 128, 0, 0.74); }
#engagements .engagement1 {
  padding: 60px 0px; }
  #engagements .engagement1 p {
    font-style: italic; }
  #engagements .engagement1 h2 {
    color: #AF204B; }
#engagements .decoimg {
  text-align: center;
  padding: 60px 0px; }
  #engagements .decoimg img {
    max-width: 70%; }
#engagements .engagement2 {
  background: #EF7D00;
  color: white;
  padding: 40px 25px; }
  #engagements .engagement2 p {
    font-style: italic; }
#engagements .engagement3 {
  position: relative;
  padding: 60px 0px; }
  #engagements .engagement3 p {
    font-style: italic; }
  #engagements .engagement3 h2 {
    color: #AF204B; }
  #engagements .engagement3 .columns {
    columns: 1;
    text-align: justify; }
#engagements .deco {
  background-image: url(../images/bg/cuisine01.jpg);
  background-size: cover; }

@media screen and (max-width: 768px) {
  #engagements .header .engagement {
    width: 100%; }
  #engagements .row {
    padding: 0px 15px; }
  #engagements .engagement3 .columns {
    columns: 1; } }
.content {
  padding: 30px 0px;
  font-weight: 200;
  line-height: 1.7em; }
  .content h1 {
    color: #E50046;
    paddding-bottom: 20px; }

#concours {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-image: url("../images/bouba-bbq.jpg");
  position: relative;
  color: white;
  text-align: center; }
  #concours .reglement {
    color: white;
    padding-top: 10px;
    margin-top: 20px;
    display: block; }
  #concours .container {
    position: relative; }
  #concours h1 {
    text-align: center;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.52);
    font-size: 3em; }
    #concours h1:after {
      content: '•••••••••••••••••••••••••••';
      display: block;
      letter-spacing: 10px;
      font-size: 20px; }
  #concours h2 {
    font-size: 2em;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.52);
    text-align: center; }
    #concours h2 .green {
      font-weight: bold; }
    #concours h2 .logoweber {
      height: 1em; }
    #concours h2:after {
      content: '••••••••••••••••••••••••';
      display: block;
      letter-spacing: 10px;
      font-size: 20px; }
  #concours h3 {
    font-size: 2em;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.52);
    text-align: center; }
  #concours .codebox {
    border-radius: 5px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.52);
    margin-top: 15px;
    background: #E50046;
    z-index: 100000;
    max-width: 450px;
    position: relative;
    display: inline-block;
    padding: 20px 50px; }
    #concours .codebox .merci {
      font-size: 1.2em; }
    #concours .codebox .facebooklogo a {
      font-size: 4em !important;
      font-style: normal !important; }
    #concours .codebox .title {
      display: block;
      text-align: center;
      font-size: 2em; }
    #concours .codebox input, #concours .codebox select {
      color: grey;
      margin: 15px 0px 0px 0px;
      padding: 10px 20px;
      border-radius: 5px;
      border: 0px; }
    #concours .codebox a, #concours .codebox input, #concours .codebox select {
      text-align: center;
      display: inline-block; }
    #concours .codebox a {
      color: white;
      text-decoration: underline;
      margin-top: 3px;
      margin-bottom: 20px; }
    #concours .codebox .small {
      font-size: 0.8em;
      font-style: italic; }
  #concours #questionzone {
    display: none; }
  #concours #btnvalidercode, #concours #btnvaliderinscription, #concours #btnvaliderquestion {
    display: inline-block;
    background-image: url(../images/bt-valider-144.png);
    background-size: 100% 100%;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 1.7em; }
  #concours #btnvaliderinscription {
    margin-top: 10px; }
  #concours #formcontact {
    display: none; }
    #concours #formcontact input {
      margin-right: 5px;
      box-sizing: border-box; }
    #concours #formcontact #formAddress {
      width: 99%; }
  #concours .decoRight {
    position: absolute;
    top: 60%;
    right: 0px;
    width: 100px; }
    @media screen and (max-width: 768px) {
      #concours .decoRight {
        display: none; } }
  #concours .decoLeft {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100px; }
    @media screen and (max-width: 768px) {
      #concours .decoLeft {
        display: none; } }
  #concours .couverts {
    position: absolute;
    top: 0%;
    right: 120px;
    width: 50px; }
    @media screen and (max-width: 768px) {
      #concours .couverts {
        display: none; } }
  #concours .kit {
    position: absolute;
    top: 0px;
    right: 200px;
    width: 150px; }
    @media screen and (max-width: 768px) {
      #concours .kit {
        display: none; } }
    #concours .kit div {
      color: white;
      background: #98C030;
      font-weight: bold;
      padding: 3px 10px;
      display: inline-block;
      font-size: 1.4em;
      border-radius: 50px;
      bottom: 100px;
      white-space: nowrap;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.47);
      position: absolute; }
  #concours .barbec {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 250px; }
    @media screen and (max-width: 768px) {
      #concours .barbec {
        display: none; } }
    #concours .barbec div {
      color: white;
      background: #98C030;
      font-weight: bold;
      padding: 3px 10px;
      display: inline-block;
      font-size: 1.4em;
      border-radius: 50px;
      bottom: 100px;
      white-space: nowrap;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.47);
      position: absolute; }

#popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000000; }
  #popup #popup_close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 3em;
    cursor: pointer; }
  #popup #popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff; }

/** Responsive */
/** tablet */
/** tablet portrait */
@media screen and (max-width: 768px) {
  #popup #popup_content {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateX(0%) translateY(-50%);
    color: #fff; } }
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
#droitImg {
  margin-top: 20px;
  text-align: center !important; }

#gallery {
  width: 100%;
  background: white; }
  #gallery .gallery_filtre {
    z-index: 500;
    position: absolute;
    width: 100%;
    height: 100%; }
    #gallery .gallery_filtre:hover {
      background: rgba(33, 33, 33, 0.5); }
  #gallery .link_gal {
    z-index: 510;
    position: absolute;
    width: 100%;
    height: 100%; }
  #gallery .gallery_item {
    display: inline-block;
    position: relative;
    margin: 1%;
    height: 350px;
    width: 30%;
    vertical-align: top;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
    overflow: hidden; }
    #gallery .gallery_item .description {
      display: block;
      position: absolute;
      top: 140%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80%;
      text-align: center;
      color: white;
      opacity: 1;
      transition: all .5s ease; }
    #gallery .gallery_item .titre {
      position: absolute;
      bottom: -80%;
      width: 100%;
      height: 70px;
      background: #f1f1f1;
      opacity: 1;
      transition: all .5s ease; }
      #gallery .gallery_item .titre h2 {
        position: absolute;
        top: 50%;
        left: 2%;
        width: 75%;
        font-size: 1.5em;
        transform: translateY(-50%);
        margin: 0; }
      #gallery .gallery_item .titre .icon-link {
        z-index: 1300;
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translateY(-50%); }
        #gallery .gallery_item .titre .icon-link a {
          margin: 0 5px; }
    #gallery .gallery_item:hover .description {
      top: 40%;
      opacity: 1; }
    #gallery .gallery_item:hover .titre {
      bottom: 0;
      opacity: 1; }

.btnRetourGal {
  display: block;
  margin: 20px auto;
  padding: 3px 12px;
  border: none;
  width: 200px;
  font-size: 18px;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  color: white;
  background: #98C030;
  cursor: pointer;
  text-decoration: none; }
  .btnRetourGal:hover {
    color: white !important;
    text-decoration: none !important;
    opacity: .7; }

#gallery_content #listItems {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  #gallery_content #listItems .itemGal {
    position: relative;
    width: 32.333333333%;
    margin: 0.5%;
    cursor: pointer;
    transition: all .25s ease; }
    #gallery_content #listItems .itemGal .bgHoverPhoto {
      position: absolute; }

#titre_gal {
  z-index: 800;
  position: relative;
  margin-top: 50px;
  font-size: 5em;
  color: white; }

#titre_gal_home {
  z-index: 800;
  position: relative;
  font-size: 10em;
  color: white; }

.social-share {
  display: flex;
  font-size: 18px; }
  .social-share .twitter-share-button {
    margin: 0 10px; }

/** Responsive */
@media screen and (max-width: 1200px) {
  #gallery .gallery_item {
    height: 300px; } }
@media screen and (max-width: 1198px) {
  #gallery_content #listItems .itemGal {
    width: 49%; } }
@media screen and (max-width: 992px) {
  #gallery .gallery_item {
    width: 47.5%; } }
@media screen and (max-width: 700px) {
  #gallery .gallery_item {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 5px auto;
    width: 350px;
    height: 350px; }
    #gallery .gallery_item .description {
      top: 40%; }
    #gallery .gallery_item .titre {
      bottom: 0; } }
@media screen and (max-width: 550px) {
  #gallery_content #listItems .itemGal {
    width: 100%; } }
#msg {
  width: 100%;
  border-radius: 0;
  font-size: 2em;
  text-align: center;
  margin-left: 0;
  left: 0;
  z-index: 10000; }

body {
  padding-top: 120px; }

/** Responsive */
/** tablet */
/** tablet portrait */
/** iphone 2 -> 4 portrait and landscape */
/* Large screens */
/* Retina screen */
@keyframes float {
  0% {
    transform: perspective(500px) translateZ(0px); }
  100% {
    transform: perspective(500px) translateZ(50px); } }
.parallax {
  height: 250px; }

a {
  color: #009992; }

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