/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    display: table;
    width: 100%;
    z-index: 3;
}
.Mobile .slick-dots { display: none !important; }
.sliderCarousel .slick-dots {
	position: relative;
	margin-top: -37px;
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.slick-dots li button {
    padding: 0;
    text-indent: -9999px;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
}
.slick-dots li.slick-active button {
    background: #85c201;
}
.slick-dots li:focus button,
.slick-dots li button:focus {
    box-shadow: none;
    outline: none;
}

body {
	font-size: 14px;
	color: #333;
}

img {
	max-width: 100%;
}
a,
a:hover,
a:focus {
	color:inherit;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
@media (min-width: 1212px) {
	.container {
	    width: 1212px;
	}
}
header.header {
    border-bottom: 3px solid #eae8e8;
}
.index .header {
    border-bottom: none;
    position: absolute;
    padding: 20px 0;
    width: 100%;
    z-index: 99;
}
.nav-list {
    list-style: none;
    margin: 0;
}
.Mobile .nav-list {
    padding-left: 0;
    width: 100%;
    flex: 1;
    margin-top: 1rem;
}
.nav-item {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table-cell;
}
.Mobile.blog_article .nav-item,
.Mobile.blog_article .nav-item {
    letter-spacing: 0;
}
.nav-item a {
    margin-left: 20px;
    font-size: 20px;
    color: black;
}
.Mobile .nav-item a {
    font-size: 14px;
}
.Mobile.blog_article .nav-item a,
.Mobile.blog_article .nav-item a {
    font-size: 18px;
    display: block;
}
.index .nav-item a {
    color: white;
}
.nav-item.active a {
    text-shadow: 0 0 11px black;
    font-weight: bold;
}
.nav-item:hover a {
    opacity: .6;
}
.Mobile #menu.nav.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: center!important;
    display: block !important;
}
.Mobile .logo {
	display: block;
	text-align: center;
}
.logo img {
    max-width: 250px;
}
.index .logo img {
    max-width: 350px;
}
.Mobile .logo img {
    max-width: 150px;
}
.Mobile .sliderImg {
	margin: 0;
}
.homeslider {
    position: relative;
    height: 500px;
}
.homeslider::before {
    content: "";
    background: rgb(5 9 0 / 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.ImgLeft {
    height: 500px;
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.Mobile .homeslider,
.Mobile .ImgLeft {
	height: 350px;
}
.section_ h1 {
    color: #397c00;
    text-transform: uppercase;
}
.Mobile .section_ h1 {
    font-size: 1.7rem;
}
.sectionArticle {
    padding-bottom: 80px;
}
.blog_listing .sectionArticle {
    background: #f7f7f7;
    padding-top: 80px;
}
.item-article {
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.index .item-article {
    border: 1px solid #e9e9e9;
    height: 100%;
    margin: 0;
}
.Mobile.index .item-article {
    height: inherit;
}
.item-article:hover {
    box-shadow: 0px 7px 19px 1px #ddd;
}
.item-article:after {
	content: "";
	clear: both;
	display: table;
}
.item-article h3 {
    font-size: 16px;
    font-weight: 700;
}
.item-article figure {
    height: 200px;
    background: white;
    overflow: hidden;
}
.Mobile .item-article figure {
    height: inherit;
}
.blog_listing .item-article figure {
    height: 200px;
    margin-bottom: 0;
}
.post-content {
    background: white;
    padding: 15px;
}
.post-content h2 {
    font-size: 16px;
    font-weight: bold;
}
.Mobile .post-content {
    background: none;
    padding: 0;
}
.btn-more {
    background: #e39100;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    padding: 7px 15px;
    float: right;
    border-radius: 5px;
}
.Mobile .btn-more {
    padding: 15px;
}
.item-article .post-title a {
    font-size: 18px;
    text-align: left;
    height: 42px;
    overflow: hidden;
}
.item-article a {
    display: flex;
    align-items: center;
    height: 100%;
    transition: box-shadow .3s ease-out;
}
.item-article a.btn:hover {
    box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 25%);
}
.post-content .item-article a {
    font-size: 9px;
}
.section2_ {
    background-color: #8BC34A;
    padding: 60px 0 45px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section2_ h2 {
    color: white;
    font-size: 24px;
}
.sec_1 {
    margin: 15px 0;
    background: rgb(255 255 255 / 83%);
}
.sec_1 .boxUne {
    padding: 20px;
}
.sec_1 .boxUne h2 {
    color: #3b7b00;
}
.sec_1 .boxUne p {
    margin-bottom: 0;
}

.blog-article {
    background-color: #f0f0f0;
    padding: 60px 0;
}
.contenu-slider {
    height: 450px;
    background: #8BC34A;
    margin-bottom: 50px;
    text-align: center;
}
.Mobile .contenu-slider {
	height: inherit;
}
.item-slider {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.blog_img {
    height: 100%;
    flex: 1;
    background-size: cover;
    background-position: left bottom;
}
.item-slider img {
    max-width: 100%;
}
.blog-article .post-meta {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-style: italic;
}
.ArticeTexte h1 {
    font-size: 36px;
    text-align: left !important;
}
.ArticeTexte h2 {
    font-size: 26px;
}
.ArticeTexte h3 {
    font-size: 18px;
}
.ArticeTexte strong {
    color: #18662a;
}
.ArticeTexte p {
    text-align: left !important;
}
.ArticeTexte a:hover {
    text-decoration: underline;
}
.sidebar ul {
	list-style: none;
	padding-left: 0;
	background: white;
}
.aside-title.cate {
    background: #8BC34A;
    padding: 15px;
    text-transform: uppercase;
}
.item-article p br {
	 display: none;
}
.Desktop .row-rev {
    flex-direction: row-reverse;
}
@media(min-width: 992px) {
	.item-article p {
	    height: 160px;
	    overflow: hidden;
	}
}
.cat-item {
    padding: 15px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cat-item:hover {
    border-left: 3px solid #8BC34A;
}
.Pages .page-item.active .page-link {
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.Pages .page-link {
    color: #8BC34A
}
.copyright {
    background: #397c00;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: white;
}
.content-int {
    font-size: 2rem;
    text-transform: uppercase;
    border-left: 8px solid #85c201;
    padding-left: 1rem;
    font-weight: bold;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: black;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #397c00;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #397c00;
}
.blog_pageIntrouvable a {
    color: black;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

.mentionsL {
    padding: 30px 0;
}
.mentionsL h3 {
    font-size: 18px;
}