
@font-face {font-family: "Yevida W00 Potens";
  src: url("../font/f695bc60546d25c5d3a8d7866055f773.eot"); /* IE9*/
  src: url("../font/f695bc60546d25c5d3a8d7866055f773.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../font/f695bc60546d25c5d3a8d7866055f773.woff2") format("woff2"), /* chrome、firefox */
  url("../font/f695bc60546d25c5d3a8d7866055f773.woff") format("woff"), /* chrome、firefox */
  url("../font/f695bc60546d25c5d3a8d7866055f773.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../font/f695bc60546d25c5d3a8d7866055f773.svg#Yevida W00 Potens") format("svg"); /* iOS 4.1- */
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Calisto MT", sans-serif;
  color: #444444;
}

a {
  color: #99BF96;
}

a:hover {
  color: #ffc56e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Satisfy", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #6f946c;
  border: 2px solid #FBC484;
  transition: all 0.4s;
  color: #FBC484;
}

.back-to-top i:hover {
  border-color: #fff;
  background: #99BF96;
  color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 150px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(0,0,0, 0.3);
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: rgb(153, 191, 150);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    background: rgba(26, 24, 22, 0.85);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
	display: block;
	position: relative;
	color: white;
	padding: 9px 14px;
	transition: 0.3s;
	font-size: 20px;
    background: #6f946c;
	padding:0 25px;
    border-radius: 35px 10px 10px 10px;
	margin-left:10px;
	border: 2px solid #6f946c;
	font-family: "Calisto MT", sans-serif;
	border-color: #fff;
  text-shadow: 0 4px 6px #000;
}
.nav-menu a span{
	font-size: 40px;
	font-family: 'Yevida W00 Potens', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	color: #FBC484;
	text-decoration: none;
	border-color: #FBC484;
	padding-top:10px;
	box-shadow: 0 0 5px #fff;
}

.nav-menu .book-a-table a {
  background: #99BF96;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #6f946c;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #433f39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #99BF96;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 50px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}


.mobile-nav {
  position: fixed;
  top: 85px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #6f946c;
  background-image:url('../img/logo-t.png');
  background-repeat:no-repeat;
  background-position:bottom 10% center;
  background-size:220px;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 20px;
    background: #FBC484;
	padding:0 25px;
    border-radius: 35px 10px 10px 10px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	border: 2px solid #FBC484;
	font-family: "Calisto MT", sans-serif;
}

.mobile-nav a span{
	font-size: 40px;
	font-family: 'Yevida W00 Potens', sans-serif;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #6f946c;
	text-decoration: none;
	border-color: #6f946c;
	padding-top:10px;
	box-shadow: 0 0 5px #fff;
}

.mobile-nav .book-a-table a {
  background: #99BF96;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #6f946c;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(39, 37, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  text-align: center;
  width: 100%;
  height: 100vh;
  background: url("../img/auberge_du_poteau_vert_accueil.png") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  font-family: "Calisto MT", sans-serif;
  text-shadow: 0 4px 6px #000;
}

#hero h1 span {
	color: #FBC484;
	font-size: 130px;
	font-family: 'Yevida W00 Potens', sans-serif;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .btn-menu {
	font-size: 24px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 50px;
    border-radius: 35px 35px 10px 10px;
	transition: 0.4s;
	line-height: 1;
	margin: 0 10px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	color: #fff;
	border: 2px solid #fff;
	background: #99BF96;
	font-family: 'Calisto MT', sans-serif;
  text-shadow: 0 4px 6px #000;
}

#hero .btn-menu span{
	color: #FBC484;
	font-size: 34px;
	font-family: 'Yevida W00 Potens', sans-serif;
}

#hero .btn-menu:hover {
	color: #FBC484;
	text-decoration: none;
	border-color: #fff;
	box-shadow: 0 0 5px #fff;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 40px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #FBC484;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
	background-image:url('../img/volet-auberge-du-poteau-vert.jpg');
	background-size:cover;
	background-position:center;
}

.about .container {
	padding:30px;
	background: rgb(153, 191, 150);
	box-shadow: 4px 4px 40px #000;
	border: 2px solid #fff;
}

.about .container img {
	border:2px solid #FBC484;
}

.about .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.about .section-title h2 {
	margin: 15px 0 0 0;
	font-size: 40px;
	color: #fff;
	font-family: 'Calisto MT', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000;
}

.about .section-title h2 span {
	color: #FFF;
	font-size: 78px;
	font-weight: 400;
	font-family: 'Yevida W00 Potens', sans-serif;
}

.about .section-title h2 span i {
  color: #FBC484;
}

.about .content {
  padding: 0 40px;
}

.about .content h3 {
	font-weight: 400;
	font-size: 34px;
	color: #FBC484;
	font-family: 'Calisto MT', sans-serif;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
	font-size: 20px;
	color: #000;
	font-family: 'Calisto MT', sans-serif;
	padding: 20px;
	border:2px solid #57B052;
	background:rgba(251, 196, 132, 0.7)
}

.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content a {
    color: #57B052;
	text-shadow: 1px 1px 1px #000;
}
.about .content ul li + li {
  margin-top: 15px;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
}

.about .content ul i {
  font-size: 20px;
  color: #99BF96;
  position: absolute;
  left: 0;
  top: 2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .about .content, .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu{
	background: rgba(153,191,150, 0.6);
}

.menu-noshow{
	color:#fff;
	text-align:center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.menu .container {
	padding:50px;
	background-image:url('../img/menu-ardoise-restaurant-auberge-du-poteau-vert.jpg');
	background-size:cover;
	background-position:center;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.8);
	border:3px solid #fff;
}

.menu .section-title {
	text-align: center;
	padding-bottom: 20px;
	text-shadow: 1px 1px 2px #000;
	border: 5px solid transparent;
	box-shadow: 0px 2px 35px #000;
}

.menu .section-title h2 {
	font-size: 40px;
	color: #99BF96;
	font-family: 'Calisto MT', sans-serif;
	font-weight: 600;
}

.menu .section-title h2 span {
	color: #99BF96;
	font-size: 78px;
	font-weight: 400;
	font-family: 'Yevida W00 Potens', sans-serif;
}

.menu .section-title h2 span i {
  color: #FBC484;
}

.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #99BF96;
  border: 2px solid #fff;
  border-radius: 50px;
	box-shadow: 0 0 5px #000;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
	color: #FBC484;
	border-color: #FBC484;
	background: #6F946C;
	box-shadow: 0 0 5px #fff;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	border: 5px solid rgba(84, 142, 61, 0.9);
}

.menu .menu-content {
	margin-left: 45px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.menu .menu-content span {
	position: relative;
	font-size: 24px;
	z-index: 3;
	padding: 0 10px;
	font-weight: 600;
	color:#fff;
	text-shadow: 0 2px 2px #000;
}

.menu .menu-item {
	padding:5px;
	margin-top: 50px;
	border: 5px solid transparent;
	box-shadow: 0px 2px 35px #000;
	border-radius:10px;
}

.menu .menu-ingredients p{
	margin-left: 70px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 2px 2px #000;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery{
	background-image:url('../img/vin-restaurant-auberge-du-poteau-vert.jpg');
	background-size:cover;
	background-position:center;
}

.gallery .container {
	background:rgba(153, 191, 150, 0.7);
	padding-top:20px;
	padding-bottom:20px;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.8);
	border:3px solid #fff;
}

.gallery .section-title {
	text-align: center;
	padding-bottom: 30px;
	text-shadow: 1px 1px 2px #000;
}

.gallery .section-title h2 {
	font-size: 40px;
	color: #fff;
	font-family: 'Calisto MT', sans-serif;
	font-weight: 600;
}

.gallery .section-title h2 span {
	color: #fff;
	font-size: 78px;
	font-weight: 400;
	font-family: 'Yevida W00 Potens', sans-serif;
}

.gallery .section-title h2 span i {
  color: #FBC484;
}

.gallery .gallery-item {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

.gallery .gallery-item img {
	border-radius: 10px;
	border: 3px solid #000;
	transition: all ease-in-out 0.4s;
	position: relative;
	width: 250px;
	height: 150px;
	object-fit: cover;
}

.gallery .gallery-item:hover img {
	border: 3px solid  #6F946C;
	transform: scale(1.1);
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
	margin-bottom:50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #99BF96;
  border: 2px solid #fff;
  border-radius: 50px;
	box-shadow: 0 0 5px #000;
}

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
	color: #FBC484;
	border-color: #FBC484;
	background: #6F946C;
	box-shadow: 0 0 5px #fff;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}
.gallery .gallery-item .gallery-info {
	position: absolute;
	bottom: -50px;
	left: 30px;
	right: 30px;
	border: 2px solid #000;
	background: linear-gradient(360deg, #6F946C 0%, rgba(153, 191, 150, 0.8) 100%);
	border-radius: 10px;
}
.gallery .gallery-item .gallery-info h4{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Calisto MT', sans-serif;
	margin:0;
	text-shadow: 1px 1px 2px #000;
}

.gallery .gallery-item .gallery-info h4:first-letter{
	color: #FBC484;
	font-size: 48px;
	font-weight: 400;
	font-family: 'Yevida W00 Potens', sans-serif;
	text-shadow: 1px 1px 2px #000;
}

.gallery .gallery-item .gallery-info span{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Calisto MT', sans-serif;
}

.vbox-figlio{
	width:700px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
	background-image:url('../img/volet-auberge-du-poteau-vert.jpg');
	background-size:cover;
	background-position:center;
}

.contact .section-title {
	text-align: center;
	padding-bottom: 30px;
	text-shadow: 1px 1px 2px #000;
}

.contact .section-title h2 {
	font-size: 40px;
	color: #fff;
	font-family: 'Calisto MT', sans-serif;
	font-weight: 600;
}

.contact .section-title h2 span {
	color: #fff;
	font-size: 78px;
	font-weight: 400;
	font-family: 'Yevida W00 Potens', sans-serif;
}

.contact .section-title h2 span i {
  color: #FBC484;
}

.contact .info {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
}

.contact .links {
  border:4px solid #FBC484;
  border-radius:10px;
  background-color:#fff;
}

.contact .info i {
  font-size: 20px;
  color: #99BF96;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  border:2px solid #000;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Calisto MT", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #99BF96;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
  border-radius:10px;
  border:4px solid #FBC484;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #99BF96;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #000;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6f946c;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*#footer {
	background:#99BF96;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #99BF96;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #99BF96;
}

footer .copyright {
	text-align:center;
    margin-bottom: .3rem;
}

footer .credits {
	text-align:center;
    margin-bottom: 0;
}

footer .credits a {
    color: #000;
	font-family: 'Calisto MT', sans-serif;
}

footer  .footer-links h6{
	text-align:center;
	color:#000;
	margin-bottom:5px;
	font-size:12px;
	font-family: 'Calisto MT', sans-serif;
}
footer .footer-links{
	text-align:center;
	padding-bottom:20px;
	font-family: 'Calisto MT', sans-serif;
}
footer .footer-links a{
	text-align:center;
	color:#000;
	font-family: 'Calisto MT', sans-serif;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    position: relative;
	text-align: center;
    color: #fff;
    padding: 30px;
    background: linear-gradient(90deg, #ECE3DA, #000000, #000000, #000000, #000000, #000000, #000000, #000000, #ECE3DA);
    font-weight: 600;
}

footer .container a {
    color: #9e8773;    
    font-weight: 600;
}

footer .cook h6 {
	font-family: "calibri", sans-serif;
	color: #fff;
}

#footer color1 {
	color: #2863ed;
}

#footer color2 {
	color: #fff;
}

#footer color3 {
	color: #db1f28;
}

#footer color4 {
	color: #00B0F0;
}

#footer color5 {
	color: #FFC000;
}

/*.fdecran {
	background: #b7c793;
}*/

.remix {
	background: #a1a39d;
}

.logImg img {
	height: 48px;
	width: 54px;
}

.texte h2 {
	font-size: 22px;
	color: #000000;
	text-decoration: underline;
}

.texte h5 {
	font-size: 18px;
	color: #000000;
	text-align: justify;
}

.btn-color {
	background: url('../img/shiny-background.jpg');
	color: #fff;
	font-weight: 600;
}

.texte small {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.card-body h2{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:20px;
}

.card-body h5{
	font-family: "calibri", sans-serif;
	color:#000000;
	font-size:14px;
}

#video-full { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}