* {
    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;
    background-color: #fff;
    width: 400px;
    margin: 0 auto;
}

input {
    -webkit-appearance: none;
}

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

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

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

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

.bootstrapiso p {
    margin: 15px 0;
}

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

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

h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
}

ul {
    list-style: none;
}

header {
    background: url('../images/home.jpg') top center no-repeat;
    min-height: 160px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 3px;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

#home {
    display: block;
    width: 100%;
    height: 115px;
    text-decoration: none;
}

.nav-cta {
    margin: 15px 0;
    text-align: center;
}

.btn-vert {
    background-color: #c8d200;
    border: 1px solid #e4e792;
    color: #13235b;
    display:flex;
    justify-content: center;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 25px;

}

nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    box-shadow: 0 0 10px #dadada;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #13235b;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    height: 40px;
    z-index: 100;
}

nav p {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

nav .fa-bars, nav .fa-times {
    margin: 0 15px;
    color: #0092c8;
    width: 24px;
}

nav .fa-search {
    background-color: #cb0075;
    color: #fff;
    height: 100%;
    font-size: 18px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

nav #menu {
    display: none;
    width: 320px;
    padding: 0 40px;
    position: absolute;
    top: 40px;
    left: -40px;
    background-color: #c8d200;
    z-index: 10;
}

nav #menu li, nav #menu a {
    color: #262262;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

nav #menu li {
    padding: 20px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

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

nav #menu span.sub::after {
    content: "\f0da";
    color: #262262;
    font-size: 18px;
    font-family: FontAwesome;
    position: absolute;
    right: 45px;
}

nav #menu .ss-menu {
    display: none;
    position: absolute;
    width: 320px;
    padding: 0 40px;
    top: 0;
    left: 0;
    background-color: #afbe76;
    z-index: 20;
}

nav #menu li.retour {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
}

nav #menu li.retour span {
    color: #ce1f84;
}

nav #menu li.retour span::before {
    content: "\f0d9";
    color: #ce1f84;
    font-size: 18px;
    line-height: 18px;
    font-family: FontAwesome;
    margin-right: 5px;
}

nav #menu li.retour>div {
    color: #715900;
}

/* CSS SEARCH BAR */

#form-search {
    display: none;
}

#searchBtn {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 45px;
    top: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#searchInput {
    height: 40px;
    width: 274px;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #d9dadb;
    border-radius: 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

#search-result {
    background-color: #e9ecd2;
    /*
    width: 320px;
    max-height: 322px;
    overflow-y: auto;
    margin: 0 auto;
    display: none;
    */
}

#search-result li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #13235b;
}

#search-result ul.conseil li a {
    display: block;
}

#search-result li a:hover {
    background-color: #beb7b0;
}

#search-result ul.conseil li a:hover {
    background-color: unset;
}

#search-result li {
    border-bottom: 1px solid grey;
    padding: 5px;
}

#search-result ul.conseil li, #search-result ul#searchProd li {
    border: 0;
}

#search-result ul#searchProd {
    margin: 15px 0;
}

#search-result li:last-child {
    border: 0;
}

#search-result li img {
    width: 50px;
    margin-right: 10px;
}

#search-result ul.conseil li img {
    width: 100%;
    margin: 0;
}

#search-result li a p {
    width: 250px;
}

#search-result ul.conseil li a p {
    width: 100%;
    margin-bottom: 10px;
}

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

#search-result p.no, .result-no {
    text-align: center;
    padding: 10px 0;
}

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

/* CSS SEARCH BAR */

.bloc {
    padding: 15px;
}

#slider {
    margin-bottom: 15px;
    padding: 0 40px;
}

#slider svg {
    width: 100%;
    z-index: 1;
    display: block;
}

#slider ul li {
    padding-top: 128px;
}

#slider ul li::before {
    content: '';
    height: 0;
    width: 0;
    border-left: 320px solid transparent;
    display: block;
}

/*
#slider #slider1, #slider #slider1_clone{background:url('../../upload/slider-bg1.jpg') no-repeat left top; background-size: contain;}
#slider #slider2, #slider #slider2_clone{background:url('../../upload/slider-bg2.jpg') no-repeat left top; background-size: contain;}
#slider #slider3, #slider #slider3_clone{background:url('../../upload/slider-bg3.jpg') no-repeat left top; background-size: contain;}
*/

#slider h1, #slider h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
}

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

#slider ul li>div {
    padding: 15px;
    margin-top: -1px;
    height: calc(100% - 46px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

#slider p.description {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#slider a.slider-btn {
    font-family: 'Playfair Display', serif;
    color: #262262;
    font-size: 18px;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

#slider .flex-control-nav {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
}

section#infos {
    padding: 0 40px;
}

section#infos article {
    margin-bottom: 15px;
    padding: 25px 15px;
}

#univers {
    text-align: center;
}

#univers h4 {
    color: #0075af;
    margin-bottom: 10px;
}

#univers a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 2.5px 5px 2.5px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}

#univers a.univers-potager {
    background-color: #c8d200;
    color: #162459;
}

#univers a.univers-fleurs {
    background-color: #9b6d87;
}

#univers a.univers-gazon {
    background-color: #93a355;
}

#univers a.univers-animaux {
    background-color: #689490;
}

#univers a.univers-moustique {
    background-color: #ed8a00;
}

#univers a.univers-conseils {
    background-color: #034275;
}

#conseil {
    /*background-color: #8caca2; */
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    color: #162459;
    text-align: center;
}

#conseil h4 {
    font-size: 38px;
    padding: 5px 0;
    margin-bottom: 15px;
    line-height: 40px;
    border-bottom: 1px dashed #ccd7d2;
    position: relative;
}

#conseil h4 span {
    font-size: 32px;
    line-height: 32px;
}

#conseil h4::before {
    content: '';
    background: url('../../images/feuille.png') left top no-repeat;
    position: absolute;
    width: 45px;
    height: 45px;
    top: -50px;
    left: 120px;
    background-size: contain;
}

#conseil img {
    max-width: 305px;
   /* max-width: 145px; */
}

#conseil h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

#conseil p {
    font-size: 16px;
    margin-bottom: 5px;
}

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

#conseil a:hover {
    text-decoration: underline;
}

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

#semer h4 {
    font-size: 26px;
    color: #0092d0;
    line-height: 30px;
}

section#infos article#semer {
    border: 2px solid #0095d2;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 0;
}

#semer h4 span, #trouver h4 span {
    font-size: 28px;
    color: #0075af;
}

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

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

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

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

#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;
}

#trouver {
    background: url('../../images/trouver.jpg') right top no-repeat #e7e6e4;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
}

#trouver h4 {
    font-size: 22px;
    color: #0092d0;
    margin-bottom: 10px;
    text-align: center;
}

#trouver p {
    color: #102a61;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

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

#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;
    box-shadow: 0 0 5px 5px #fff;
    -webkit-box-shadow: 0 0 5px 5px #fff;
    -moz-box-shadow: 0 0 5px 5px #fff;
    width: 100%;
    margin-right: 10px;
}

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

#qui {
    background-color: #9e928d;
    color: #fff;
}

#qui h4, #qui p {
    margin-bottom: 15px;
}

#qui p, #qui a {
    font-size: 15px;
}

#qui a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
}

#qui a::before {
    content: "\f0da";
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    line-height: 20px;
}

#qui a:hover {
    text-decoration: underline;
}

.red {
    color: red;
}

footer {
    background-color: #9d8f8a;
    color: #fff;
    font-size: 14px;
}

footer>ul {
    padding: 10px 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

#follow {
    text-align: center;
}

#follow span {
    display: block;
}

#follow a.actuLink {
    margin-bottom: 10px;
    display: block;
}

#follow a.follow {
    font-size: 32px;
}

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

#search-crit {
    background-color: #beb7b0;
    padding: 15px;
}

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

#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: 16px;
    margin-bottom: 15px;
}

#search-crit form>div {
    padding: 0 30px;
    margin-bottom: 15px;
    width: 100%;
}

#search-crit form>div:last-child {
    margin-bottom: 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;
    width: 100%;
}

#search-crit form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

#search-semis 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;
}

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

/* 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: 30px auto;
    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: 0;
    -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 {
    text-align: center;
    margin-top: -18px;
    padding-bottom: 15px;
}

ul.prod {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 60px;
    justify-content: space-between;
    align-items: baseline;
}

ul.prod li {
    width: 110px;
}

ul.prod li figure {
    position: relative;
}

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

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

ul.prod li h3 {
    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;
}

#resultProd {
    padding: 0 15px;
}

#resultProd h1, #nos-conseils h1 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: #142459;
    padding: 15px;
    text-align: center;
}

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

.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;
}

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

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

ul.pagination {
    text-align: center;
    margin-bottom: 30px;
}

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

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

ul.pagination li.active, ul.pagination li.active a {
    border-radius: 5px;
    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;
}

#search-result ul.pagination {
    padding: 20px 0 20px;
}

#search-result ul.pagination li {
    border: 0;
}

#search-result ul.pagination li a {
    display: inline-block;
    color: #b68c80;
}

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

#search-result ul.pagination li a:hover {
    background: none;
}

.lienImgProd {
    display: block;
    color: #000;
    text-align: center;
}

#produit {
    border-bottom: 2px solid #d4cfca;
    box-shadow: 0px 1px 0px 0px #eae6e4;
    padding: 15px 0;
}

#produit figure img {
    width: 215px;
}

#produit figure figcaption {
    font-size: 30px;
}

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

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

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

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

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

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

#resultProd #produit p.caracts span.border {
    color: #a49990;
    font-family: 'Myriad Pro', arial;
    text-transform: uppercase;
}

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

#resultProd #produit p.caracts span.cal {
    display: inline-block;
    width: 24px;
    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 {
    margin-bottom: 15px;
    color: #6d6157;
    font-size: 14px;
}

#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;
}

.picto-produit {
    text-align: center;
    margin: 10px 0;
}

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

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

#resultProd #produit #conseil-produit {
    background-color: #dde6e2;
    padding: 10px 20px 15px 20px;
    margin-bottom: 15px;
    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: #0092d0;
}

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

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

#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-top: 10px;
}

/* GOOGLE MAP */

#CarteData {
    margin-top: 50px;
    font-weight: bold;
}

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

#map {
    width: 100%;
    height: 300px;
}

#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");
    margin-left: 30px;
}

li.listStyled input {
    padding: 5px 10px;
    width: 50px;
    border: 1px solid grey;
    margin: 15px 0;
    text-align: center;
    box-sizing: border-box;
}

#ptDeVente li span {
    display: block;
}

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

#radioListe {
    margin-top: 10px;
    padding-left: 30px;
}

#radioListe li {
    display: flex;
    align-items: center;
}

#radioListe li input[type="radio"] {
    margin-right: 5px;
    -webkit-appearance: radio;
}

#listMag {
    margin-top: 15px;
}

#listMag li {
    list-style-image: url("../../images/puce.png");
    margin: 0 0 5px 30px;
    padding: 0 5px;
}

#listMag li:nth-child(odd) {
    background-color: #D1D3E2;
}

/* FIN GOOGLE MAP */

/* CONSEIL */

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

#nos-conseils #bloc-bg h1, #blog h1 {
    width: 320px;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
}

#conseil-corps h1 {
    text-align: center;
}

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

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

#nos-conseils #bloc-bg article img {
    width: 320px;
    height: 213px;
}

#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: 213px;
    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;
}

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

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

#nos-conseils #bloc article {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

#nos-conseils #bloc article img {
    max-width: 100%;
    max-height: 264px;
}

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

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

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

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

/*#nos-conseils #bloc article figure{height: 264px; background-color: #e9ecd2; text-align: center; overflow: hidden;}*/

#nos-conseils #bloc article h2 {
    color: #000;
    margin-top: 5px;
    font-weight: normal;
}

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

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

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

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

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

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

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

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

#conseil-corps {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}

#conseil-corps img, #textActu img {
    max-width: 100%;
    height: auto;
}

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

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

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

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

#nav-conseil a+a {
    margin-top: 15px;
}

#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: 175px;
    /*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;
}

ul#blog-type {
    display: flex;
    width: 320px;
    justify-content: space-between;
    margin: 0 auto 15px auto;
}

#blog-type .cta.selected {
    border-color: #9d8f8a;
    background-color: #ffffff;
    color: #9d8f8a;
}

/* FIN CONSEIL */

/* ACTUALITE */

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

#actualite section h1, #actualite section h2 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#actualite #textActu p {
    margin-bottom: 15px;
    text-align: justify;
}

#actualite a.blocLink {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

#actualite img.responsive {
    width: 100%;
}

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

#actualite .dateActu {
    text-align: center;
    color: grey;
    font-size: 14px;
    margin-bottom: 5px;
}

/* FIN ACTUALITE */

#about-us img.responsive {
    max-width: 100%;
    height: auto;
    margin: 0 !important;
}

#about-us table, #actualite table, #nos-conseils table {
    display: table-cell;
    max-width: 100% !important;
}

#about-us table tr, #actualite table tr, #nos-conseils table tr {
    display: flex;
    flex-direction: column;
}

#about-us table tr td *, #actualite table tr td *, #nos-conseils table tr td * {
    max-width: 100%;
}

.mob-hide {
    display: none;
}

.video-responsive {
    overflow: hidden;
    padding: 0 0 56.25% 0;
    margin-bottom: 20px;
    position: relative;
    height: 0;
    width: 100%;
}

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

/* 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 */