/*
Theme Name: Les Amis du Jardins
Theme URI: https://lesamisdujardin.bzh
Author: TIW 2O2O
Author URI: https://lesamisdujardin.bzh
Description: Thème WordPress basé sur Bootstrap
Version: 1.0
*/
/*--------------------------------------------------------------
# COULEURS
--------------------------------------------------------------*/
:root {
  --couleur1: #6b3229;
  --couleur2: #e27602;
  --couleur3: #9fad14;

  --bg-primary: --couleur2;
  --bg-secondary: --couleur3;

} 
/* FONTS */
/* font-family: 'Caveat', cursive; */
/* font-family: 'Comfortaa', cursive; */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body {
/*   font-family: "Open Sans", sans-serif; */
  color: #444444;
}
a {
  color: var(--couleur3);
}
a:hover {
  color: var(--couleur2);
  text-decoration: none!important;
}
.btn-primary,.btn-secondary  {
  background-color: var(--couleur3)!important;
 	border:none !important;
	color:#000 !important;
	margin-bottom:10px;
	
}
.bg-primary {
  background-color: var(--couleur3)!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', cursive;
}
.recyclage {
  color: green;
  font-size: 25px;
}


/*--------------------------------------------------------------
# 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: 4px;
  background: #6b3229;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover,  .back-to-top a:hover {
  text-decoration: none!important;
  background: var(--couleur2);
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #F5F5F5;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.8);
  position: relative;
}
#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid var(--couleur3);
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: var(--couleur1);
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar a{
  color: #000000;
  font-size: 1.3rem;
}
.navbar li a:hover{
  color: #9fad14;
}
.navbar {
  width:100%;
  background-color:inherit;
  text-align:center;

} 
ul.navbar-nav  {
  width:100%;
  justify-content: flex-end;
}
.collapse {
  padding-top:30px;
}
.collapse:not(.show) {
  padding-top:0;
}
.nav .navbar-nav
.navbar-light .navbar-nav .nav-link {
  display: block;
  position: relative;
  color: #545454;
  padding: 13px 0 15px 25px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .dropdown-item:hover  {
  color: var(--couleur2)!important;
}
.dropdown-menu {
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.navbar-toggler-icon {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=000%27%27') !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background-color:#586702;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 1rem;
}
#footer > .footer-, #encart-contact {
  padding: 50px 0;
}
.footer-top .container .row{
	justify-content: space-around;
}
#footer .footer-contact h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-contact form {
  margin-top: 30px;
  /* background: #fff; */
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-contact form input[type="email"] {
  border: 0;
  padding: 8px;
}
#footer .footer-contact form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: var(--couleur3);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-contact form input[type="submit"]:hover {
  background: var(--couleur2);
}

#footer .footer-top {
  background-size: contain;
	padding-top:30px;
}

#footer .footer-top .footer-info h2 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  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 .footer-top .social-links a:hover {
  background: var(--couleur3);
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--couleur2);
  font-size: 1rem;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: var(--couleur3);
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
  font-weight: normal;
}
#footer .footer-top .container .row{
	text-align:center;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
	font-size:0.8rem;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
}
#footer .credits a {
  color: #fff;
}
div#cookieModal {
  margin-top:40px;
  position: fixed;
  bottom: 0!important;
  color: #1E1E1E;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding:0;
}
#footer .modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
} 
#footer .modal-content {
    border-radius: 0rem;
  }
.notice > .buttons, .buttons > .btn {
  margin: 0.2rem;
}
/*--------------------------------------------------------------
# DIAPORAMA > Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: #F5F5F5;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}
#hero .carousel-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
 .carousel-inner{
	min-height: 70vh;
}
#hero h2 {
  font-family: 'Caveat', cursive;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 120px;
  font-weight: 400;
  opacity: 1;
  line-height:.7;
}
#hero h2 span {
  font-size: 48px;
  font-family: 'Comfortaa', cursive;
  color: #FFF;
  opacity: 1;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(var(--couleur1), 15);
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon{
	display:none;
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: var(--couleur3);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: .2;
}
#hero .carousel-indicators li.active {
  opacity: 1;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid var(--couleur3);
  background: var(--couleur3);
}
#hero .btn-get-started:hover {
  background: transparent;
  color: var(--couleur3);
  text-decoration: none;
}

@media (max-height: 768px), (max-width: 1200px) {
  #hero {
    margin-bottom: 0px;
    height: 40vh;
  }
  #hero .carousel-content{
    top:25%;
    width: 100%;
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
  #hero h2 {
    font-size: 100px;
  }
  #hero h2 span {
    font-size: 38px;
  }
}
@media (max-width: 1060px) {
  #hero h2 {
    font-size: 80px;
    margin-bottom: 60px;
  }
  #hero h2 span {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
 
}

@media (min-width:780px){
  #mobile{
    display: none;
  }

}


@media (max-width: 768px) {
  nav{
    border-bottom: 2px solid #9fad14;
    border-radius: 25px;
  }
  #mobile{
       position: absolute;
    z-index: 15;
    font-size: 1.1rem;
    color: #586702;
    left: 50%;
    top: 50%;
    transform: translate(-50%,0);
    font-weight: bold;
  }
  
  #hero {
    height: 27vh !important;
    display: none;
  }
  .d-block {
    height: 27vh;
  }
  #hero .carousel-content{
    top:18vh;
    width: 80%;
  }
  #hero .carousel-item {
    height: 90vh;
  }
  #hero h2 {
    font-size: 3rem;;
  }
  #hero h2 span {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0 80px 0;
}
.section-bg {
  background-color: white;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Caveat', cursive;
}
.section-title h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--couleur3);
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}
.card-deck {
  margin-top:30px;
}
/*--------------------------------------------------------------
# Fil d'ariane > Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 10px 0;
  background: var(--couleur3);
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--couleur1);
}
.breadcrumbs h1 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--couleur1);
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li a {
color: white;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}
/*--------------------------------------------------------------
# panier
--------------------------------------------------------------*/
.panier {
  position: relative;
 
}
.panier .box {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background:#FFF;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content:center;
  flex-direction: column;
  padding:20px 30px;
  min-height: 500px;
}
.panier .box .icon-box {
  margin: -55px auto 0;
  border-radius: 50%;
  background:var(--couleur3);
  display:inline-block;
  padding:10px;

}
.panier .icon-box i {
  color: #fff;
  font-size: 42px;
  display: block;
}
.panier  .box  h3 {
  margin-top:20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}
.panier .box h3 a {
  color: var(--couleur1);
  transition: 0.3s;
}
.panier .box p {
  color: var(--couleur1);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.panier .icon-box:hover {
  background: var(--couleur3);
}
.panier .icon-box:hover i, .panier .icon-box:hover h3 a, .panier .icon-box:hover p {
  color: #fff;
}
.panier .box .tarif, .panier .box .legume {
  margin-bottom: 15px;
  color:var(--couleur3);
  font-weight:600;
  font-size: 24px;
  font-family: 'Caveat', cursive;
}
.panier .box  ul.icofont-ul li{
  font-family: "Open Sans", sans-serif;
}
.panier .box  ul.icofont-ul {
  /* margin-left:40px; */
  line-height:1;
}
.panier ul {
  list-style-type: none;
}
#recette btn:first-of-type(){
	margin-bottom:10px;
}
@media screen and (max-width:1024px){
#informations-generales .col-6{
	max-width:100%;
	flex:0 0 100%;
}
}
@media screen and (max-width:768px){
	#recette>divcol-12 text-center mt-3:last-of-type(){
		margin-top:0;
	}
}
/*--------------------------------------------------------------
# A PROPOS > Section texte + image 2col
--------------------------------------------------------------*/
.a-propos .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--couleur1);
}
.a-propos .content ul {
  list-style: none;
  padding: 0;
}
.a-propos .content ul li {
  padding-bottom: 10px;
}
.a-propos .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--couleur3);
}
.a-propos .content p:last-child {
  margin-bottom: 0;
}
/* POUR LE BOUTON ASSO QUI ENVOIE CO2 A propos de nous ligne 68 69*/ 
.pourcentage::after{
  content: "T";
}
.no-gutters{
  min-height: 19vh;
}
/*--------------------------------------------------------------
#Feuille de choux
--------------------------------------------------------------*/
#choux{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#choux article{
	margin:10px 10px;
}
#choux article img{
	max-height:200px;
	max-width:200px;
}
#choux h2{
	font-size: 1.1rem;
}
/*--------------------------------------------------------------
# Liste Actualites, Recettes > Section col-4 img + texte
--------------------------------------------------------------*/
.actualites .owl-item, 
.recettes .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.actualites .owl-item img, 
.recettes .owl-item img  {
  opacity: 0.5;
  width: 80%;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.actualites .owl-item img:hover,
.recettes .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.actualites .owl-nav, .actualites .owl-dots,
.recettes .owl-nav, .recettes .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.actualites .owl-dot,
.recettes .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.actualites .owl-dot.active,
.recettes .owl-dot.active {
  background-color: var(--couleur3) !important;
}
#actu .container .row,.entry-meta {
	text-align:center;
};
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.actu {
  padding-bottom: 30px;
}
.actu .entry {
  padding: 30px;
  /* margin-bottom: 60px; */
  margin: 0 10px 60px 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.actu .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.actu .entry .entry-img img {
  min-width:100%;
}
.actu .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.actu .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}
.actu .entry .entry-title a:hover {
  color:var(--couleur2);
}
.actu .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}
.actu .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.actu .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.actu .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}
.actu .entry .entry-meta a {
  color: #a1a1a1;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.actu .entry .entry-content p {
  line-height: 24px;
}
.actu .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.actu .entry .entry-content .read-more a {
  display: inline-block;
  background: var(--couleur2);
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}
.actu .entry .entry-content .read-more a:hover {
  background: var(--couleur2)
}
.actu .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.actu .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.actu .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.actu .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}
.actu .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}
.actu .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}
.actu .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.actu .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}
.actu .entry .entry-footer a {
  color: #cecece;
  transition: 0.3s;
}
.actu .entry .entry-footer a:hover {
  color:var(--couleur2);
}
.actu .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.actu .entry .entry-footer .cats li {
  display: inline-block;
}
.actu .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.actu .entry .entry-footer .tags li {
  display: inline-block;
}
.actu .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.actu .entry .entry-footer .share {
  font-size: 16px;
}
.actu .entry .entry-footer .share i {
  padding-left: 5px;
}
.actu .entry-single {
  margin-bottom: 30px;
}
.actu .actu-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.actu .actu-author img {
  width: 120px;
}
.actu .actu-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}
.actu .actu-author .social-links {
  margin: 0 0 5px 140px;
}
.actu .actu-author .social-links a {
  color: #bababa;
}
.actu .actu-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}
.actu .actu-comments {
  margin-bottom: 30px;
}
.actu .actu-comments .comments-count {
  font-weight: bold;
}
.actu .actu-comments .comment {
  margin-top: 30px;
  position: relative;
}
.actu .actu-comments .comment .comment-img {
  width: 50px;
}
.actu .actu-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}
.actu .actu-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.actu .actu-comments .comment h5 a:hover {
  color: var(--couleur2)
}
.actu .actu-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}
.actu .actu-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #bababa;
  margin-bottom: 5px;
}
.actu .actu-comments .comment p {
  margin-left: 65px;
}
.actu .actu-comments .comment.comment-reply {
  padding-left: 40px;
}
.actu .actu-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.actu .actu-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.actu .actu-comments .reply-form p {
  font-size: 14px;
}
.actu .actu-comments .reply-form input {
  border-radius: 50px;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
}
.actu .actu-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}
.actu .actu-comments .reply-form textarea {
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
}
.actu .actu-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}
.actu .actu-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.actu .actu-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #545454;
}
.actu .actu-comments .reply-form .btn-primary:hover {
  background-color: var(--couleur2);
}
.actu .actu-pagination {
  color: #878787;
}
.actu .actu-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.actu .actu-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}
.actu .actu-pagination li.active {
  background: white;
}
.actu .actu-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}
.actu .actu-pagination li.active, .actu .actu-pagination li:hover {
  background: var(--couleur2);
  border: 1px solid var(--couleur2);
}
.actu .actu-pagination li.active a, .actu .actu-pagination li:hover a {
  color: #fff;
}
.actu .actu-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}
.actu .actu-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}
.actu .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.actu .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}
.actu .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.actu .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}
.actu .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.actu .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: #545454;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
.search-form form button:hover {
  background: var(--couleur2);
}
.actu .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.actu .sidebar .categories ul li + li {
  padding-top: 10px;
}
.actu .sidebar .categories ul a {
  color: #949494;
}
.actu .sidebar .categories ul a:hover {
  color: var(--couleur2);
}
.actu .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bababa;
  font-size: 14px;
}
.actu .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.actu .sidebar .recent-posts img {
  width: 80px;
  height:auto;
  float: left;
}
.actu .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.actu .sidebar .recent-posts h4 a {
  color: #212121;
  transition: 0.3s;
}
.actu .sidebar .recent-posts h4 a:hover {
  color: var(--couleur2);
}
.actu .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #bababa;
}
.actu .sidebar .tags {
  margin-bottom: -10px;
}
.actu .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.actu .sidebar .tags ul li {
  display: inline-block;
}
.actu .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 15px 8px 15px;
  margin: 0 6px 8px 0;
  border: 1px solid #ededed;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}
.actu .sidebar .tags ul a:hover {
  color: #fff;
  border-color: var(--couleur2);
  background: var(--couleur2);
}
.actu .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--couleur2);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}
.contact .info-box h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 28px;
  color: "#313131";
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.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, .contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: var(--couleur3);
}
.contact .php-email-form input {
  padding: 20px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  border-radius: 50px;
  padding: 10px 24px;
  color: #000000;
  transition: 0.4s;
  display: block;
  margin:auto;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display:none;
}
/* CUSTOM PERSO */
.card-img-top {
  height: auto;
}
#header .logo h1 {
  font-size: 23px;
  padding-top: 10px;
}
ul.nav .navbar-nav .icofont-home {
padding-top:5px;
}
.rubriques a.rubrique-card, a.rubrique-card:hover {
  color: inherit;
  transition: all ease-in-out 0.3s;
}
.rubriques .card .card-img-overlay {
  background-color: rgb(255, 255, 255, .8); 
  line-height:1.1rem;
  margin: 1.25rem;
}

.h2-recette h2{
  font-size: 1.2rem !important;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #6b3229;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}
.portfolio-wrap img{
  height: 250px;
	width:348;
}
@media screen and  (max-width: 768px){
	.portfolio-wrap {
 	max-width:328px;
		max-height:250;
		margin: auto;
}
	#rubriques .card-deck{
		flex-direction:column;
	}
	#ribriques .card-deck .portfolio-wrap{
		margin:auto;
	} 
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6b3229;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
 padding: 0 10px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 0px;
  left: 0px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 0px;
  right: 0px;
}
.portfolio .portfolio-wrap:hover h2 {
  display: none;
}
.portfolio .portfolio-wrap:hover p {
  color: #fff;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #6b3229 !important;
}
.portfolio-details .portfolio-info {
  padding-top: 45px;
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}
.portfolio .portfolio-wrap h2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
	.entry-meta ul li{
		margin:auto;
	}
}
/*--------------------------------------------------------------
# EXPLOITATION MARAICHERE CHIFFRES
--------------------------------------------------------------*/
#exploitation .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
#exploitation .content ul {
  list-style: none;
  padding: 0;
}
#exploitation .content ul li {
  padding-bottom: 10px;
}
#exploitation .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6b3229;
}
#exploitation .content p:last-child {
  margin-bottom: 0;
}
#exploitation .progress {
  height: 62px;
  display: block;
  background: none;
}
#exploitation .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}
#exploitation .progress .skill .val {
  float: right;
  font-style: normal;
}
#exploitation .progress-bar-wrap {
  background: #e0e0e0;
}
#exploitation .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #6b3229;
}
/*--------------------------------------------------------------
# Exploitation maraichere en chiffres
--------------------------------------------------------------*/
#exploitation .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  height: 20vh !important;
  min-height: 250px ;
	margin:0 5px;
}
#exploitation  .count-box i {
  display: block;
  font-size: 30px;
  color: var(--couleur3);
  float: left;
}
#exploitation  .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: var(--couleur1);
  margin-left: 50px;
}
#exploitation  .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Projet Social
--------------------------------------------------------------*/
#projet-social ul.icofont-ul li{
  font-family: "Open Sans", sans-serif;
}
#projet-social ul.icofont-ul {
  margin-left:40px;
}
/*--------------------------------------------------------------
# PARTENAIRES ET CLIENTS
--------------------------------------------------------------*/
.partenaires .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.partenaires .owl-item img {
  opacity: 0.5;
  width: 80%;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.partenaires .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.partenaires .owl-nav, .partenaires .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.partenaires.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.partenaires .owl-dot.active {
  background-color: var(--couleur2)
}

.partenaires  ul.icofont-ul li{
  font-family: "Open Sans", sans-serif;
}
.partenaires   ul.icofont-ul {
  line-height:1;
}
#partenaires .row{
  justify-content: space-around;
}
#partenaires .row h2{
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
padding-bottom:15px;
}
/* #evenement>.container>.row>.col-md-3{
	display:none;
}
#u_0_0>._2p3a{
	width:100%;
} */