* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: sylfaen;
    src: url('../fonts/sylfaen.ttf');
}

@font-face {
    font-family: "Moon Flower";
    src: url("../fonts/Moon Flower.ttf");
}

@font-face {
    font-family: "Moon Flower";
    src: url("../fonts/Moon Flower Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Kollektif";
    src: url("../fonts/Kollektif.ttf");
}

@font-face {
    font-family: "Kollektif";
    src: url("../fonts/Kollektif-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Kollektif";
    src: url("../fonts/Kollektif-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Kollektif";
    src: url("../fonts/Kollektif-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

html {
    font-family: 'Open Sans', sans-serif;
    min-width: 1300px;
}

body {
    position: relative;
}

ul {
    list-style: none;
}

input, select {
    outline: none;
}

.mr-1 {
    margin-right: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
}

.bootstrapiso * {
    margin: revert;
    padding: revert;
}

.bootstrapiso p {
    margin: 15px 0;
}

.bootstrapiso ul {
    list-style: inherit;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #6d6157;
}

a, a:hover, .bootstrapiso a, .bootstrapiso a:hover {color: inherit;color: #a2aa0e;}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #142459;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h2 {
    font-family: 'Playfair Display', serif;
    color: #162459;
    text-transform: uppercase;
}

h3 {
    font-family: 'Playfair Display', serif;
    color: #142459;
    text-transform: uppercase;
}

.bootstrapiso h1, .bootstrapiso h2, .bootstrapiso h3, .bootstrapiso h4, .bootstrapiso h5 {
    margin-bottom: 0 !important;
}

p+h2, p+h3, p+h4, p+h5 {
    margin-top: 30px !important;
}

#resultProd h1, #nos-conseils h1, #blog h1 {
    font-size: 25px;
    padding: 25px 25px 30px 25px;
    text-transform: none;
}

#nos-conseils h1, #blog h1 {
    padding: 15px 25px 10px 25px;
    text-align: center;
}

#resultProd h1 span {
    font-size: 30px;
    text-transform: uppercase;
}

#resultProd #produit h1 {
    padding: 0 0 10px 0;
    color: #6d6157;
}

#resultProd #produit h2 {
    text-align: left;
    font-size: 13px;
    color: #6d6157;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #988d86;
    box-shadow: 0px 1px 0px 0px #c9c3be;
}

#resultProd #produit h3, #home-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #6d6157;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 10px 0;
}

#resultProd #produit h3::before, #home-content h2::before {
    content: '';
    background: url('../images/feuille.png') left top no-repeat;
    position: absolute;
    width: 25px;
    height: 20px;
    top: 0;
    left: -30px;
    background-size: contain;
}

#resultProd #produit #fiche-produit a, #resultProd #produit #fiche-produit a:hover {
    color: #6d6157;
    text-decoration: none;
}

#resultProd #produit #fiche-produit a:hover {
    text-decoration: underline;
}

h4 {
    font-family: 'Playfair Display', serif;
    text-align: left;
    text-transform: uppercase;
}

#resultProd #produit h4 {
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 30px;
}

#resultProd #produit h4::before {
    content: '';
    background: url('../images/feuille.png') left top no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
    top: -20px;
    left: -15px;
    background-size: contain;
}

#logo {
    margin-top: 10px;
}

header {
    background: url('../images/bg-header.jpg?v3') center center no-repeat #fff;
    background-size: cover;
    position: relative;
    z-index: 10;
}

#header {
    /*background:url('../images/home.jpg') top center no-repeat #eef0dd;*/
    margin: 0 auto;
    width: 1300px;
    height: 210px;
}

/*#animaux #header{background:url('../images/home-animaux.jpg') top center no-repeat #eef0dd;}*/

#header-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#header-top>div a {
    color: #262262;
    display: inline-block;
    text-decoration: none;
}

#header-top>div a:hover {
    color: #fff;
    text-shadow: 0 0 2px #262262;
}

#header-top>div>* {
    margin: 10px 25px;
}

#header-top>div>div {
    display: inline-block;
}

#header-top .picto::before {
    font-family: 'FontAwesome';
    color: #262262;
    margin-right: 5px;
    text-shadow: none;
}

#header-top .picto-pin::before {
    content: '\f041';
}

#header-top .picto-search::before {
    content: '\f002';
}

#header-top .picto-blog::before {
    content: '\f299';
}

#header-top #header-sociaux a {
    margin: 10px 5px;
    font-size: 20px;
}

#menu {
    width: 1030px;
    margin: 0 auto;
    text-transform: uppercase;
    box-shadow: 0px 10px 15px #3a4524;
    background-color: #e9ecd2;
    display: flex;
    position: relative;
    z-index: 999;
}

#menu>li.last {
    width: 168px;
}

#menu li {
    line-height: 20px;
    text-align: center;
    background-color: #c8d200;
}

#menu li.actif>span, #menu li.actif>a, #menu li.actif>span>a {
    color: #fff;
    text-shadow: 0 0 2px #151515;
}

#menu li, #menu li a {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #13235b;
    text-decoration: none;
}

#menu li.actif.vert a {
    color: #c8d200;
}

#menu li.conseil {
    background-color: #e9ecd2;
}

#menu li span {
    padding: 0 25px;
    line-height: 50px;
    border-right: 1px solid #fff;
    white-space: nowrap;
}

#menu li span.home {
    padding: 0 25px;
}

#menu li span.last {
    border: 0;
}

#menu li.last {
    background-color: #e9ecd2;
}

#menu li.last span {
    border-right: 0;
}

#menu li#menu-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #cb0075;
    color: #fff;
    height: 50px;
}

#menu li#menu-search span, #menu li#menu-search button {
    border-right: 0;
    padding: 0 15px;
    width: 20px;
    display: inline-block;
}

#form-search {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

#form-search>form {
    position: relative;
}

#searchInput {
    height: 50px;
    width: 200px;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
    border: 1px solid #d9dadb;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

#searchBtn {
    outline: none;
    background: none;
    border: 0;
    color: #00a0d5;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
    cursor: pointer;
}

#menu li#menu-search:hover #searchInput, #searchInput:focus {
    display: inline;
}

#menu li ul {
    background-color: #e9ecd4;
    width: 1030px;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px #3a4524;
    height: 0;
    overflow: hidden;
}

#menu li:hover>ul {
    height: 230px;
    padding: 20px 0;
}

#menu li ul, #menu li ul li {
    cursor: auto;
}

#menu li ul li {
    width: 435px;
    text-align: left;
    box-sizing: border-box;
    margin-left: 35px;
    background: url('../images/puce.png') left top no-repeat;
    padding-left: 40px;
    margin-bottom: 15px;
}

#menu ul#menu-potager {
    background: url('../images/menu-semence.jpg?2021') right top no-repeat #e9ecd4;
}

#menu ul#menu-accessoire {
    background: url('../images/menu-accessoire.jpg?2021') right top no-repeat #e9ecd4;
}

#menu ul#menu-auxiliaire {
    background: url('../images/menu-auxiliaire.jpg?2021') right top no-repeat #e9ecd4;
}

#menu ul#menu-fleurs {
    background: url('../images/menu-fleurs.jpg?20180122') right top no-repeat #e9ecd4;
}

#menu ul#menu-gazon {
    background: url('../images/menu-gazon.jpg?20180122') right top no-repeat #e9ecd4;
}

#menu ul#menu-animaux {
    background: url('../images/menu-animaux.jpg?20180122') right top no-repeat #e9ecd4;
}

#menu ul#menu-conseils {
    background: url('../images/menu-conseils.jpg?20180122') right top no-repeat #e9ecd4;
}

#menu ul#menu-piege {
    background: url('../images/menu-moustique.jpg?20180122') right top no-repeat #e9ecd4;
}

/* CSS SEARCH BAR */

#ui-id-1 {
    width: 269px;
    box-sizing: border-box;
}

#search-result {
    width: 1030px;
    margin: 0 auto;
    background-color: #e9ecd2;
    display: none;
    padding: 15px;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 450px;
    box-shadow: 0px 10px 15px #3a4524;
}

ul.conseil {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
}

ul.conseil h4 {
    text-decoration: none;
}

ul.conseil img {
    max-height: 280px;
}

ul.prod {
    justify-content: center;
    margin-top: 10px;
}

ul.prod li {
    width: 160px;
    margin: 0px 15px;
}

/*
#search-result li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #13235b;
}
#search-result li a:hover{
    background-color: #beb7b0;
}
#search-result li{
    border-bottom: 1px solid grey;
    padding: 5px;
}
#search-result li:last-child{
    border: 0;
}
#search-result li img{
    width: 50px;
    margin-right: 10px;
}
*/

#search-result p.oui, .result-oui {
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 22px;
    background-color: #93a355;
    color: #fff;
}

#search-result p.no, .result-no {
    text-align: center;
}

.result-oui {
    margin-bottom: 15px;
}

#content {
    background-color: #fff;
    min-width: 1300px;
    overflow: hidden;
    position: relative;
}

#potager #content {
    min-height: 750px;
}

#bloc-bg, #resultProd {
    width: 1300px;
    min-height: calc(100vh - 250px);
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    height: 100%;
    padding-bottom: 390px;
}

#bloc-bg.pointVente, #bloc-bg.bloc-pad {
    padding: 25px 25px 450px;
    margin-top: 40px;
    box-sizing: border-box;
}

#search #resultProd {
    padding-left: 10px;
    padding-right: 10px;
}

.bloc-white {
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

/*
#bloc-bg::before, #potager #resultProd::before, #gazon #resultProd::before{
	content: '';
	background: url('../images/bg1.png') right top no-repeat;
	width: 575px;
	height: 800px;
	position: absolute;
	top: 0;
	right: 100%;
}
#bloc-bg::after, #potager #resultProd::after, #gazon #resultProd::after{
	content:'';
	background:url('../images/bg2.png') left top no-repeat;
	width: 575px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 100%;
}
#resultProd::before{
	content: '';
	background: url('../images/bg-fleurs1.jpg') right top no-repeat;
	width: 590px;
	height: 590px;
	position: absolute;
	top: 0;
	right: 100%;
}
#animaux #resultProd::before{
    background: url('../images/bg-animaux1.jpg') right top no-repeat;
    top: auto;
    top: 180px;
    width: 511px;
	height: 400px;
}
#resultProd::after{
	content:'';
	background:url('../images/bg-fleurs2.jpg') left top no-repeat;
	width: 565px;
	height: 475px;
	position: absolute;
	top: 0;
	left: 100%;
}
#animaux #resultProd::after{
    background:url('../images/bg-animaux2.jpg') left top no-repeat;
    top: auto;
    bottom: -50px;
    width: 580px;
	height: 530px;
}
*/

#nos-conseils #bloc-bg {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

#nos-conseils #bloc-bg h1, #blog h1 {
    width: 100%;
    font-size: 32px;
}

#nos-conseils #bloc-bg article {
    width: 420px;
    padding-top: 2px;
    margin: 0 6px 20px 6px;
}

#nos-conseils #bloc-bg article img {
    width: 420px;
    height: 280px;
}

#nos-conseils #bloc-bg article.rouge {
    border-top: 4px solid #e64442;
}

#nos-conseils #bloc-bg article.cyan {
    border-top: 4px solid #539398;
}

#nos-conseils #bloc-bg article.vert {
    border-top: 4px solid #6e931f;
}

#nos-conseils #bloc-bg article.bleu {
    border-top: 4px solid #5c657a;
}

#nos-conseils #bloc-bg article figure {
    height: 280px;
    background-color: #e9ecd2;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#nos-conseils #bloc-bg article h2 {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    margin-top: 5px;
    font-weight: normal;
    font-size: 20px;
}

#nos-conseils #bloc-bg article.rouge h2 {
    background-color: #e64442;
}

#nos-conseils #bloc-bg article.cyan h2 {
    background-color: #539398;
}

#nos-conseils #bloc-bg article.bleu h2 {
    background-color: #5c657a;
}

#nos-conseils #bloc-bg article.vert h2 {
    background-color: #6e931f;
}

#nos-conseils #bloc-bg article p a {
    background-color: #6f7268;
    padding: 5px 10px 5px 30px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

#nos-conseils #bloc-bg article p a:hover {
    text-decoration: underline;
}

#nos-conseils #bloc-bg article p a::before {
    content: '\f18e';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    left: 10px;
}

#nos-conseils #bloc-bg article p {
    margin-top: 10px;
}

#conseil-corps, #blog-corps {
    padding: 0 10px;
}

#conseil-corps img, #blog-corps img {
    max-width: 1280px;
}

#video-conseil, #video-blog {
    margin: 15px auto;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.nav-cta {
    padding-top: 15px;
}

#nav-conseil, .nav-cta {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #fff;
    margin: 15px auto 0 auto;
}

#nav-conseil a, .nav-cta a, a.cta, .cta {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #9d8f8a;
    border: 1px solid #d1c9c5;
    text-decoration: none;
    cursor: pointer;
}

#nav-conseil a.all, .nav-cta a.all, .cta.selected {
    background-color: #c8d200;
    border: 1px solid #e4e792;
    color: #13235b;
}

#nav-conseil a+a, .nav-cta a+a {
    margin-left: 15px;
}

.btn-vert {
    background-color: #c8d200;
    border: 1px solid #e4e792;
    color: #13235b;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    margin: 15px auto 0 auto;
    padding: 10px 25px;
}

.mt40 {
    margin-top: 40px !important;
}

#slider {
    height: 440px;
    margin-bottom: 30px;
}

#slider svg {
    width: 240px;
    z-index: 1;
}

#slider ul {
    height: 440px;
    width: 1300px;
    overflow: hidden;
}

#slider ul li {
    position: relative;
    height: 100%;
    text-align: right;
    color: #fff;
    font-size: 18px;
    display: flex !important;
    justify-content: flex-end;
    -webkit-transform: translateZ(0);
}

#slider ul li a {
    color: #fff;
    text-decoration: none;
}

#slider a.slider-btn {
    font-size: 22px;
    color: #13235b;
    text-decoration: none;
    padding: 10px 35px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

#slider ul li>div {
    margin-left: -5px;
    height: 100%;
    z-index: 2;
    width: 475px;
    padding-right: 40px;
}

#slider .cont-slide {
    height: 360px;
    padding: 65px 0 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#slider .slide-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 25px;
    margin-left: -35px;
    overflow: hidden;
}

#slider ul li div p.description {
    margin-left: -100px;
    overflow: hidden;
}

#slider ul li div p.button {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    text-align: center;
    z-index: 3;
}

#slider-semis a {
    text-decoration: none;
}

#slider-semis .flex-direction-nav a::before {
    color: #262262;
}

#slider-semis .flex-direction-nav a {
    top: calc(50% - 20px);
    opacity: 1;
}

#slider-semis .flex-direction-nav .flex-next {
    right: 10px;
}

#slider-semis .flex-direction-nav .flex-prev {
    left: 10px;
}

#infos {
    display: flex;
    justify-content: space-between;
}

#infos article {
    min-height: 280px;
}

#conseil {
    width: 420px;
    background-color: #8caca2;
    box-sizing: border-box;
    position: relative;
    color: #162459;
}

#conseil h4, .conseil-title>div {
    font-size: 18px;
    line-height: 22px;
    color: #552f19;
    text-transform: none;
    background: rgba(255, 255, 255, .85);
    padding: 5px;
    text-align: center;
    font-family: arial;
    font-weight: normal;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conseil-title {
    position: absolute;
    left: 20px;
    bottom: 35px;
    border: 1px solid rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 1px;
    padding: 5px;
    width: 155px;
    word-break: break-word;
}

.conseil-title span {
    display: block;
    color: #313131;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin: 15px 0 10px;
}

.conseil-title span.date {
    font-size: 18px;
}

#conseil img {
    width: 420px;
    display: block;
}

/*
#conseil h4 span{font-size:33px;line-height:33px;}
#conseil h4::before{
	content:'';
	background: url('../images/feuille.png') left top no-repeat;
	position:absolute;
	width:60px;
	height:60px;
	top:-15px;
	left:40px;
}
#conseil > div{display:flex;align-items:flex-start;border-top:1px dashed #ccd7d2;margin-top: 10px;padding-top: 20px;line-height:20px;}
#conseil > div img{width:145px;margin-right: 20px;}
#conseil > div div{width:215px;}
#conseil h5{font-size:16px;text-transform:uppercase;margin-bottom:5px;font-weight:600;overflow: hidden;height:40px;}
#conseil p{font-size:16px;margin-bottom:5px;overflow: hidden;height:80px;}
#conseil a{color:#fff;text-decoration:none;}
#conseil a:hover{text-decoration:underline;}
*/

#semer, #semer h4 {
    text-align: center;
}

#semer h4 {
    font-size: 25px;
    color: #262262;
    line-height: 30px;
}

#semer {
    width: 410px;
    border: 2px solid #262262;
    padding: 20px 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

#semer h4 span {
    font-size: 30px;
    color: #262262;
}

#semer ul li figure img {
    width: auto;
    height: auto;
    max-height: 120px;
    max-width: 280px;
    margin: 10px auto;
}

#semer figcaption {
    font-size: 18px;
    color: #262262;
    font-weight: 600;
}

#trouver {
    width: 420px;
    background: url('../images/abeillle.jpg') left top no-repeat #e7e6e4;
    background-size: cover;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}

#trouver h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

#trouver p {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
}

#trouver h4, #trouver p {
    padding-right: 120px;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
}

#trouver form {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 380px;
}

#trouver form input[type="text"] {
    color: #9899a0;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #9899a0;
    border-radius: 5px;
    padding: 6px 10px;
    font-family: 'Open Sans', sans-serif;
    width: 200px;
}

#trouver form input[type="submit"] {
    border: 0;
    background-color: #262262;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 20px;
    cursor: pointer;
}

#home-content {
    /*
    background: url('../images/home-fleur.jpg') no-repeat left top;
    padding: 20px 20px 20px 520px;
    */
    margin-top: 80px;
    min-height: 650px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

#home-content h2 {
    margin: 30px 0 20px 30px;
}

#home-content p {
    line-height: 26px;
}

#home-content .cadre-peche p {
    margin: 0;
    color: #262262;
}

.title4 {
    font-size: 30px;
    padding-top: 10px;
    line-height: 30px;
    color: #262262;
}

.title4 span {
    font-size: 25px;
}

#actualite h1, #contact h1 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #142459;
    margin-bottom: 15px;
}

#form-contact {
    width: 50%;
    margin: 0 auto;
}

#form-contact p {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

#form-contact label {
    width: 200px;
    padding-top: 10px;
}

#form-contact input, #form-contact select, #form-contact textarea {
    width: 400px;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#form-contact .inputs-container {
    display: inline-grid;
}

#form-contact label.error {
    width: 100%;
    font-size: 14px;
    color: #e0082d;
    margin-left: 200px;
    padding-top: 0;
}

#form-contact textarea {
    resize: vertical;
}

#form-contact .g-recaptcha {
    margin-left: 200px;
}

#form-contact input[type="submit"] {
    width: auto;
    margin-left: 200px;
}

#form-contact input[type="checkbox"] {
    width: auto;
    height: 25px;
    margin-right: 10px;
}

#form-contact #optin+label {
    width: auto;
    padding: 0;
    font-size: 14px;
}

#form-contact label span {
    display: block;
    font-size: 10px;
    color: #7e7e7e;
}

.center {
    text-align: center;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

#formCarte {
    display: flex;
    justify-content: space-between;
}

.listPtVente {
    margin-top: 10px !important;
    padding-left: 0 !important;
}
.listPtVente li {list-style: none;}
.listPtVente input[type="radio"] {margin-right: 5px;}

#ptDeVente {
    font-size: 14px;
    color: #142459;
    font-family: 'Open Sans', sans-serif;
}

#ptDeVente ul:not(#radioListe) {
    padding-left: 30px;
}

#ptDeVente h1 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #142459;
    padding: 25px 25px 30px 25px;
}

li.listStyled {
    list-style-image: url("../images/puce.png");
    padding-left: initial;
}

li.listStyled input {
    padding: 3px;
    margin-bottom: 10px;
    width: 200px;
}

#ptDeVente li span {
    display: block;
}

#ptDeVente input[type="submit"] {
    padding: 3px 15px;
    margin: 20px 40px;
}

#pointsResult {
    padding-left: 30px;
}

#resultatMap {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#resultatMap tr:nth-child(odd) {
    background-color: #D1D3E2;
}

#resultatMap tr td:last-child, #resultatMap tr td:first-child {
    font-weight: bold;
}

#resultatMap tr td:last-child {
    /*text-align: right;*/
}

.red {
    color: red;
}

#search-crit {
    background-color: #beb7b0;
    padding: 40px 0 10px 0;
}

#search-crit form {
    display: flex;
    justify-content: center;
}

#gazon #search-crit form {
    flex-wrap: wrap;
}

#gazon #search-crit form p {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #4b4037;
    font-size: 14px;
    margin-bottom: 15px;
}

#search-crit form>div {
    border-right: 1px solid #a19890;
    padding: 0 30px;
}

#search-crit form>div:last-child {
    border: 0;
}

#search-crit form input[type="text"], select {
    background-color: #d5cec9;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    color: #73685f;
    padding: 5px 10px;
    border: 1px solid #c3bbb5;
    border-radius: 5px;
}

#search-crit form input[type="text"] {
    width: 200px;
}

#search-semis p, #type p, #search-crit div.checkbox-block {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #73685f;
}

#search-crit div.checkbox-block p {
    margin-bottom: 5px;
}

#search-crit div.checkbox-block {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
}

#search-crit h2 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 300;
    color: #4b4037;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#search-crit .checkbox-block h2 {
    width: 100%;
}

/* autocompletion */

ul.ui-autocomplete {}

ul.ui-autocomplete li.ui-menu-item {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    color: #73685f;
    background-color: #e5dfd9;
}

ul.ui-autocomplete li.ui-menu-item div.ui-menu-item-wrapper.ui-state-active {
    background-color: #c8d200;
    box-sizing: border-box;
    border: none;
    color: #73685f;
}

.slider-range {
    width: 200px;
    margin: 40px 0 30px 0;
    cursor: pointer;
}

.slider-range::after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url('../images/range.gif') repeat-x transparent;
}

#search-crit .ui-slider .ui-slider-handle {
    width: 70px;
    height: auto;
}

#search-crit .ui-slider-horizontal .ui-slider-handle:first-of-type {
    top: -22px;
    margin-left: -33px;
}

#search-crit .ui-slider-horizontal .ui-slider-handle:last-of-type {
    top: 12px;
    margin-left: -33px;
}

#search-crit .ui-slider-handle:first-of-type::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 28px;
    border: 5px solid transparent;
    border-top-color: #c8d200;
}

#search-crit .ui-slider-handle:last-of-type::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 28px;
    border: 5px solid transparent;
    border-bottom-color: #c8d200;
}

#search-crit .ui-state-focus {
    outline-width: 0;
}

#search-crit .ui-slider .ui-slider-range {
    background-color: #c8d200;
}

#search-crit .ui-slider-horizontal {
    height: 5px;
}

#search-crit .ui-slider-horizontal .ui-slider-handle {
    top: -20px;
}

#search-crit .ui-widget-content {
    border: 0;
    background: #e5dfd9;
}

#search-crit .ui-state-default, #search-crit .ui-widget-content .ui-state-default, #search-crit .ui-widget-header .ui-state-default, #search-crit .ui-button, html #search-crit .ui-button.ui-state-disabled:hover, html #search-crit .ui-button.ui-state-disabled:active {
    border: 0;
    background: #c8d200;
    color: #4b4037;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 12px;
}

#search-crit .ui-state-hover, #search-crit .ui-widget-content .ui-state-hover, #search-crit .ui-widget-header .ui-state-hover, #search-crit .ui-state-focus, #search-crit .ui-widget-content .ui-state-focus, #search-crit .ui-widget-header .ui-state-focus, #search-crit .ui-button:hover, #search-crit .ui-button:focus {
    border: 0;
    background: #c8d200;
    color: #4b4037
}

#search-crit .ui-state-active, #search-crit .ui-widget-content .ui-state-active, #search-crit .ui-widget-header .ui-state-active, a#search-crit .ui-button:active, #search-crit .ui-button:active, #search-crit .ui-button.ui-state-active:hover {
    border: 0;
    background: #c8d200;
    color: #4b4037;
}

/* Checkbox */

#search-crit [type="checkbox"]:checked, #search-crit [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#search-crit [type="checkbox"]:checked+label, #search-crit [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
}

#search-crit [type="checkbox"]:checked+label:before, #search-crit [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #73675f;
}

#search-crit [type="checkbox"]:checked+label:after, #search-crit [type="checkbox"]:not(:checked)+label:after {
    content: '\2713';
    font-weight: 600;
    color: #73675f;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -1px;
    left: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#search-crit [type="checkbox"]:not(:checked)+label:after, #search-crit #color-panel [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#search-crit [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
}

#search-crit #color-panel [type="checkbox"]:checked+label:before, #search-crit #color-panel [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 0;
}

#search-crit #color-panel [type="checkbox"]:checked+label:after, #search-crit #color-panel [type="checkbox"]:not(:checked)+label:after {
    content: '\2713';
    font-weight: 600;
    color: #73675f;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#search-crit #color-panel #couleur-multicolor::before {
    background: -webkit-linear-gradient(cyan, transparent), -webkit-linear-gradient(135deg, magenta, transparent), -webkit-linear-gradient(45deg, yellow, transparent);
    background: linear-gradient(cyan, transparent), linear-gradient(-45deg, magenta, transparent), linear-gradient(45deg, yellow, transparent);
    background-blend-mode: multiply;
}

#color-panel {
    width: 100px;
    height: auto;
    text-align: left;
    margin-top: -18px;
    padding-bottom: 15px;
}

#search-crit #type {
    width: 150px;
}

#search-crit [type="checkbox"]+label[for=bio]:before, #search-crit [type="checkbox"]:checked+label[for=bio]:after {
    top: 5px;
}

ul.prod {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

ul.prod li {
    width: 110px;
    margin: 0 25px;
}

ul.prod li.doubleW {
    width: 270px;
}

ul.prod li figure {
    position: relative;
}

ul.prod li figure div {
    /*height: 175px;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

ul.prod li img {
    max-width: 100px;
    max-height: 175px;
}

ul.prod li.doubleW img {
    max-width: 100%;
}

ul.prod li h3, ul.prod li h4, ul.conseil li h4 {
    font-size: 14px;
    color: #142459;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 10px;
}

ul.conseil li h4 {
    margin-bottom: 10px;
}

.shadow-bot {
    position: relative;
}

.shadow-bot::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -16px;
    width: 140px;
    height: 15px;
    background: url('../images/shadow-bot.png') no-repeat center top;
}

.doubleW .shadow-bot::before {
    width: 100%;
    left: 0;
}

#search-result .shadow-bot::before {
    left: 8px;
}

.lienProd {
    text-decoration: none;
    display: block;
}

.no-underline {
    text-decoration: none;
}

ul.pagination {
    text-align: center;
}

ul#searchProd {
    margin-bottom: 15px;
}

ul.pagination li, ul.pagination a {
    display: inline;
    cursor: pointer;
    font-size: 18px;
    color: #b68c80;
    padding: 0 5px;
    text-decoration: none;
}

ul.pagination li:hover, ul.pagination li.active:hover, ul.pagination li:hover a {
    background-color: #b68c80;
    color: #fff;
}

ul.pagination li.active, ul.pagination li.active a {
    color: #fff;
    background-color: #b68c80;
}

ul.pagination li i.fa-caret-left, ul.pagination li:hover i.fa-caret-left {
    padding-right: 2px;
}

ul.pagination li i.fa-caret-right, ul.pagination li:hover i.fa-caret-right {
    padding-left: 2px;
}

#produit {
    border-top: 2px solid #d4cfca;
    border-bottom: 2px solid #d4cfca;
    box-shadow: 0 -1px 0px 0px #eae6e4, 0px 1px 0px 0px #eae6e4;
    padding: 30px 25px;
    display: flex;
    align-items: flex-start;
}

#produit>aside {
    width: 450px;
    padding-right: 30px;
    text-align: center;
}

#produit>aside .lienImgProd {
    color: #000;
    display: inline-block;
    margin-bottom: 15px;
}

#produit>aside figure img {
    width: 215px;
}

#produit>aside figure figcaption {
    text-align: right;
    font-size: 30px;
    display: none;
}

#produit>aside #listPhoto {
    text-align: left;
    margin-bottom: 10px;
}

#produit>aside #listPhoto>li {
    display: inline-block;
    margin-right: 10px;
}

#produit>aside #listPhoto>li:last-child {
    margin-right: 0;
}

#produit>aside #listPhoto>li img {
    width: 80px;
}

#produit>aside #video-prod {
    margin-bottom: 15px;
    width: 440px;
}

#produit>div {
    width: 800px;
}

#produit .bloc-lien {
    text-align: center;
    margin-top: 20px;
}

#resultProd #produit p.caracts {
    display: flex;
    color: #6d6157;
    margin-bottom: 10px;
}

#resultProd #produit p.caracts span.border {
    width: 280px;
    display: flex;
    color: #a49990;
    font-family: 'Myriad Pro', arial;
    text-transform: uppercase;
    white-space: nowrap;
}

#resultProd #produit p.caracts span span {
    border-bottom: 1px solid #e8e3e0;
    margin: 0 10px;
    width: 100%;
    height: 12px;
}

#resultProd #produit p.caracts span.cal {
    width: 26px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 2px;
}

#resultProd #produit p.caracts.semis span.oui, #resultProd #produit p.caracts.semis span.non {
    border: 1px solid #b68c80;
}

#resultProd #produit p.caracts.semis span.oui {
    color: #fff;
    background-color: #b68c80;
}

#resultProd #produit p.caracts.semis span.non {
    color: #b68c80;
    background-color: #fff;
}

#resultProd #produit p.caracts.floraison span.oui, #resultProd #produit p.caracts.floraison span.non {
    border: 1px solid #c8d200;
}

#resultProd #produit p.caracts.floraison span.oui {
    color: #fff;
    background-color: #c8d200;
}

#resultProd #produit p.caracts.floraison span.non {
    color: #c8d200;
    background-color: #fff;
}

#resultProd #produit p, #resultProd #produit .bloc-html, #resultProd #produit .bloc-html a, #home-content p, .prod-description {
    margin-bottom: 15px;
    color: #6d6157;
    font-size: 14px;
}

.picto-produit img+img {
    margin-left: 25px;
}

#carac-produit {
    padding-left: 30px;
}

#resultProd #produit #conseil-produit {
    background-color: #f4ece4;
    padding: 10px 20px 15px 20px;
    color: #162459;
}

#resultProd #produit #conseil-produit p {
    margin: 0;
    color: #162459;
}

#resultProd #produit #conseil-produit p:first-of-type {
    border-top: 1px dashed #85849e;
    padding-top: 10px;
}

#ariane {
    padding: 15px;
}

#ariane, #ariane a {
    font-size: 12px;
    color: #13235b;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

#ariane p i {
    margin: 0 10px;
    color: #262262;
}

#ariane span.retour-result {
    cursor: pointer;
}

#nav-produit {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
}

#nav-produit span, #nav-produit a {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #9d8f8a;
    border: 1px solid #d1c9c5;
    cursor: pointer;
    text-decoration: none;
}

#nav-produit span.all, #nav-produit a.all {
    background-color: #c8d200;
    border: 1px solid #e4e792;
    color: #13235b;
}

#nav-produit a+a, #nav-produit span+span, #nav-produit span+a, #nav-produit a+span {
    margin-left: 15px;
}

.cadre-peche, #home-content .cadre-peche {
    background-color: #f4ece4;
    padding: 10px 20px 15px 20px;
    color: #162459;
    margin-top: 40px;
    margin: 40px 0 20px 0;
}

.cadre-peche h2, #home-content .cadre-peche h2 {
    margin: 0 0 5px 0;
    color: #142459;
    padding-left: 30px;
}

.cadre-peche h2::before, #home-content .cadre-peche h2::before {
    content: '';
    background: url('../images/feuille.png') left top no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
    top: -20px;
    left: -15px;
    background-size: contain;
}

.cadre-peche p:first-of-type {
    border-top: 1px dashed #85849e;
    padding-top: 10px;
}

.blog-date {
    text-align: center;
    margin: -10px 0 20px;
}

#blog-type {
    width: 100%;
    text-align: center;
}

#blog-type>li {
    display: inline-block;
    margin: 0 5px 20px;
}

footer {
    background-color: rgba(102, 87, 81, 0.7);
    color: #fff;
    font-size: 14px;
    min-width: 1300px;
    height: 335px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer>ul {
    padding: 50px 0;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    line-height: 24px;
}

footer>ul>li {
    padding-left: 20px;
    width: 280px;
}

footer ul li span {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-transform: uppercase;
}

footer ul li ul {
    margin-top: 10px;
}

#footer-actualite a.social {
    font-size: 32px;
}

#footer-actualite a+a {
    margin-left: 10px;
}

footer p {
    border-top: 1px solid #ded8d5;
    text-align: center;
    padding: 10px 0;
}

#footer-text p {
    text-align: left;
    border: 0;
    padding: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

#actualite section#bloc-bg article {
    display: flex;
    padding-bottom: 15px;
}

#actualite section#bloc-bg article figure {
    width: 260px;
    margin-right: 15px;
}

#actualite section#bloc-bg article figure img {
    width: 100%;
}

#actualite section#bloc-bg article+article {
    border-top: 1px solid grey;
    padding-top: 15px;
}

#actualite .actualite-detail {
    width: 1010px;
    padding-right: 15px;
}

#actualite .actualite-detail a, #actualite .actualite-detail p {
    margin-bottom: 15px;
    text-align: left;
}

/* CSS SELECT */

/*the container must be positioned relative:*/

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #d5cec9;
    border-radius: 5px;
}

/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 13px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #767171 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #767171 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
    color: #73685f;
    padding: 5px 25px 5px 15px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Playfair Display', serif;
}

/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #d5cec9;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div:last-child {
    border: 0;
}

/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #aca592;
    border-radius: 0;
}

/* FIN CSS SELECT */