/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Montserrat:400,700|Quicksand:400,500,700');
.min-width {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.block-header {
  margin-top: -150px;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  margin-bottom:50px;
}

@media (max-width: 768px){
.block-header {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  margin-bottom:50px;
  margin-top:10px;
}
}

.titre-inscription {
  color:#ffffff !important;
  letter-spacing:3px;
  font-size:16px;
  text-transform:uppercase;
}

.titre-date-diner {
  font-family:'Quicksand', serif;
  color:#c3b89f !important;
  font-size:26px;
  text-transform:uppercase;
  font-weight:700;
}

.titre-date-diner > span {
  color:#707070 !important;
  font-size:20px;
  text-transform:none;
  font-weight:500;
}

.contact-height {
    height: 450px;
}

.tm-top-a .uk-slideshow {
    max-height: 75vh;
}

.tm-top-a ul.uk-slideshow li {
    max-height: 75vh;
}

.scrolldown {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    background: rgba(0, 0, 0, 0) url("http://eden-paris.fr/2017/images/scroll_down.svg") no-repeat scroll center top;
    bottom: 2%;
    cursor: pointer;
    height: 65px;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    width: 600px;
    z-index: 999;
}

.floating-element {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    z-index: 999;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0px, 0px);
    }
    65% {
        -webkit-transform: translate(0, 10px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 10px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

.gold {
    color: #c3b89f;
}

.width-resize {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.shadow-background {
    background: rgba(0, 0, 0, 0) url("http://eden-paris.fr/2017/images/shadow.png") no-repeat scroll center;
    position: relative;
}

.place-adress {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}

.big-number {
    font-size: 90px;
    font-weight: bold;
}

.background-image-fixed {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-clip: border-box;
    background-origin: padding-box;
    width: 100%;
    position: static;
    background-attachment: initial;
}

@media (min-width: 1280px) {
    .background-image-fixed {
        background-attachment: fixed;
    }
}

.uk-block-xtralarge {
    padding-top: 250px;
    padding-bottom: 250px;
}

.animation-floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    cursor: pointer;
}


/* Effect 14: border switch */

nav-link a {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 17px;
    font-family: 'Quicksand'
}

.big-link {
    font-size: 35px !important;
}

nav-link a:hover, nav-link a:focus {
    outline: none;
    color: #707070 !important;
}

nav-link-white a {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 22px;
    font-family: 'Quicksand'
}

nav-link-white a:hover, nav-link-white a:focus {
    outline: none;
    color: #ffffff !important;
}

.cl-effect-14 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}

.cl-effect-14 a::before, .cl-effect-14 a::after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.cl-effect-14 a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.cl-effect-14 a::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before, .cl-effect-14 a:hover::after, .cl-effect-14 a:focus::before, .cl-effect-14 a:focus::after {
    opacity: 1;
}

.cl-effect-14 a:hover::before, .cl-effect-14 a:focus::before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after, .cl-effect-14 a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}

.titre-planning {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.titre-partie-planning {
  font-size:17px;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #000;
  font-weight:700;
}

.horaire-planning {
  background-color:#c3b89f;
  color:#ffffff;
  border-radius: 7px;
  padding: 3px 6px 3px 6px;
}

.description-planning {
  margin-top:8px;
  font-size:16px;
  line-height: 18px;
}
