/*
	Theme Name: lePotiron
	Theme URI: http://www.lepotiron.fr
	Description: Theme du site le potiron
	Author: A Vous le Web
	Author URI: https://www.avousleweb.com/
*/

/*------------------------------------*\
    Reset Meyer
\*------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
	 font: 300 11px/1.4 Arial, sans-serif;
    color: #444;
	font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}
.type-page a {
	color:#8ab031;
	}
.type-page h3 {
	    font-size: 3.5rem;
    color: rgba(235, 111, 36, 1);
    font-family: 'Amatic SC', sans-serif;
	}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
.type-page p {
	padding:1% 0;
	}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * Le Potiron CSS
 */

.message {
    position: fixed;
    top: 20%;
    left: 10%;
    width: 80%;
    background-color: #FFF;
    color: #000;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

strong, b {
    font-weight: bold;
}

h2 {
    font-size: 35px;
    font-size: 3.5rem;
    color: rgba(235, 111, 36, 1);
    font-family: 'Amatic SC', sans-serif;
}

/*********************************
** ARTHUR
**********************************/

/*********************************
** TOOLS / GENERAL
**********************************/
html {
    margin-top: 0 !important;
}

section {
    margin: 10px 0 0 0;
}

/* container */
.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

main {
    margin: 5px;
}

.content-center {
    margin: 0 auto;
}

#breadcrumbs {
    font-size: 12px;
    margin-bottom: 5px;
}

#breadcrumbs strong {
    font-weight: bold;
}

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

.flexSidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
}


/*********************************
** HEADER
**********************************/

/* MENU MOBILE */
#menu-mobile {
    width: 100%;
    height: 60px;
    background: rgba(235, 111, 36, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #fff;
}

#big-sexy .icon-menu {
    color: #fff;
}

#menu-mobile a {
    padding-left: 10px;
    padding-left: 1rem;
}

.icon-menu {
    width: 60px;
    padding: 10px;
    padding: 1rem;
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#site-canvas {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -o-transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.show-nav #site-canvas {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

#site-menu {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    background: #fff;
    padding: 15px;
    z-index: 99;
    border-right: 10px solid #9cb74e;
}

#site-menu .mobile-nav a {
    font-family: 'Amatic SC', sans-serif;
    text-transform: uppercase;
    display: block;
    vertical-align: text-top;
    padding: 5px 10px;
    color: #eb6f24;
    font-size: 26px;
    font-size: 2.6rem;
    width: 261px;
}

.mobile-nav img {
    height: 30px;
    width: auto;
    padding-right: 10px;
}

#menu-principal {
    padding-top: 10px;
    padding-top: 1rem;
}

.close-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #9cb74e;
    border-radius: 7px;
}

.close-icon img {
    height: 40px;
}

#site-menu {

}

.mobile-nav {
    padding-top: 28px;
}

/* HEADER */
.header {
    margin-bottom: 20px;
    /*position: fixed;*/
    /*top:0;*/
    z-index: 1000;
    width: 100%;
}

.bandeau-img {
    height: 150px;
    background: url('img/troc-echange-legumes-fruit-potiron-radis-150.jpg') center center / cover;
}

#sub-header {
    position: inherit;
}

#sub-header.menuFixe {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

#sub-header.admin-bar-visible {
    top: 32px;
}

.header.menuFixe {
    margin-bottom: 125px;
}

.sub-container {
    max-width: 900px;
    margin: auto;
}

.main-nav {
    background: #eb6f24;
    -webkit-box-shadow: 0px 0px 5px rgba(185, 185, 185, 0.8);
            box-shadow: 0px 0px 5px rgba(185, 185, 185, 0.8);
}

.main-nav a {
    color: #fff;
    text-transform: uppercase;
}

.main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    padding: 10px 20px;
    list-style-type: none;
    z-index: 10000;
}

.submenu .sub-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.submenu {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(185, 185, 185, 0.8);
            box-shadow: 0 0 5px rgba(185, 185, 185, 0.8);
    font-family: 'Amatic SC', sans-serif;
}

.logo {
    position: absolute;
    top: -23px;
    left: -10px;
}

.logo a img {
    height: 60px;
    padding: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.logo a:hover img {
    height: 60px;
}

.submenu a {
    display: block;
    vertical-align: text-top;
    padding: 10px 20px;
    color: #eb6f24;
    font-size: 1.8em;
}

.submenu img {
    height: 30px;
    width: auto;
    padding-right: 10px;
}

/*********************************
** SIDEBAR
**********************************/
.sidebar-jardins {
    width: 25%;
    height: auto;
}

.sidebar-single-jardin .sidebar-jardins {
    width: 100%;
}

.sidebar-jardins h3, .btn-potir {
    font-family: 'Amatic SC', sans-serif;
    background: #eb6f24;
    font-size: 1.4em;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-jardins ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    color: #eb6f24;
    line-height: 21px;
    line-height: 2.1rem;
    border: 1px solid #eb6f24;
    margin-bottom: 10px;
}

.sidebar-jardins a {
    color: #eb6f24;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.sidebar-jardins a:hover {
    text-decoration: underline;
}

.no-sidebar {
    width: 70%;
}

.no-sidebar-publicite {
    width: 75%;
}

.sidebar-publicite {
    width: 25%;
}

.sidebar-publicite .sidebar-jardins {
    width: 100%;
    max-width: 240px;
}

.sidebar-jardins h3 img {
    width: 59px;
}
.sidebar-jardins li {
	list-style:inside;
	list-style-image:url(img/puce-jar_03.jpg);
	}

.titre {
    font-family: 'Amatic SC', sans-serif;
    color: #eb6f24;
    font-size: 3em;
    font-weight: bold;
}

.titre-2 {
    font-size: 2em;
    margin: 10px 0;
}


.titre-count{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.titre-count .dpt-count{
    font-size: 2.3em;
    margin: 10px 0;
    color: grey;
    font-family: 'Amatic SC', sans-serif;
    font-weight: bold;
    margin-left:10px;
}

.search {
    padding: 10px 0;
    position: relative;
}

header input#s {
    margin: 0;
    border: none;
    height: 29px;
    width: 250px;
}

.search-input {
	border:solid 1px #ddd;
	height:25px;
	width:80%;
	}
.search-submit {
    border: none;
    margin: 0;
    text-indent: -99999px;
    background: white url(img/search.png) 0 0 no-repeat;
    padding-right:20px;
}

/*********************************
** FOOTER
**********************************/
.footer {
    background: #eb6f24;
    padding: 20px 0;
    color: #fff;
}

.footer a,
.footer a:hover {
    color: #fff;
}
.footer .all-dpt h3 {
	color:#fff;
	}

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

.all-dpt ul {
    margin: 10px 0 30px 0;
    font-size: 12px;
}

.all-dpt h3 {
    margin: 5px 0;
}

.colonnejar {
    -webkit-columns: 6;
    columns: 6;
}

.colonnesitemap {
    -webkit-columns:4;
    columns: 4;
}

.colonnejar .dpt-link{
    margin-bottom:2px;
}
.colonnejar .count-list-jardin{
    font-weight:bold;
}
/* derniers articles du blog*/

.flexfoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
}
.thumbtitle .titlelink {
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
	}

.postblog {
	width:49%;
	box-shadow: 1px 1px 8px #aaa;
	padding: 10px;
	display:inline-flex;
	}
.textart {
	width:70%
	}

.textart h4 {
	font-size:14px;
	padding-bottom:3px;
	text-transform:uppercase;
	}
.thumbaccblog {
	text-align:left;
	padding:0 6px 3px 0;
	width:30%;
	}
.textblog {
	font-size:12px;
}
.view-article {
	font-style:italic;
	font-weight:700;
	}
/*********************************
** Front-page (Accueil)
**********************************/
.page-id-10343 .header{
    margin-bottom:0;
}
.page-id-10343 #map{
    margin-top:0;
}
#accueil-potiron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #eb6f24;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:20px;
    margin-top:20px;
}

.carte-home {
    max-width: 300px;
}

.presentation-home {
    width: calc(100% - 25% - 301px);
}

.presentation-home p {
    font-size: 15px;
    padding: 5px 15px;
}

.presentation-home h2 {
    font-size: 28px;
    padding: 0 15px;
    font-family: 'Amatic SC', sans-serif;
}

#accueil-potiron .contartblog h3 {
	padding: 5px 0 7px;
	font-size:16px;
	font-weight:bold;
	color:#444;
	}
#accueil-potiron .textblog {
	color:#444;
	}


/* cf. sidebar ci-dessus*/
.map-header {
    background: #9CB74E;
    color: #eb6f24;
    font-family: 'Amatic SC', sans-serif;
    padding: 20px 0;
}

.map-header h1 {
    position: relative;
    font-size: 2em;
    width: 430px;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    font-weight: bold;
}

.map-header h1:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.recherche-area form {
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.recherche-area form #searchcriteria{
    padding: 10px 20px 0 20px;
	width:75%;
	display:flex;
	flex-wrap:wrap;
}

.recherche-area form #searchcriteria>div{
	width:50%;
	text-align:center;
}

.recherche-area form>div {
    padding: 10px 20px 0 20px;
}


.recherche-area form #launchsearch{
    padding: 30px 20px 0 0px;
	width:25%;
	align-items:center;
	justify-content:center;
}

.recherche-area form #launchsearch p{
padding-top:12px;
}

.recherche-area label {
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.ui-state-default {
    background: #fff !important;
}

#rechVille::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
#rechVille::-moz-placeholder { /* Firefox 19+ */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
#rechVille:-ms-input-placeholder { /* IE 10+ */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
#rechVille:-moz-placeholder { /* Firefox 18- */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
#rechVille {
    border: none;
}

input {
    padding-left: 10px;
    padding-left: 1rem;
}

.recherche-area input[type=text], input.ui-widget.ui-widget-content{
    color: #eb6f24;
    font-family: 'Arial', sans-serif;
    background: #fff;
    width: 230px;
    height: 38px;
    padding:9px;
    font-size:19px;
}

input.ui-widget.ui-widget-content {
    height: 38px;
    width:230px;
    color: #eb6f24;
}
input.ui-widget.ui-widget-content::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
input.ui-widget.ui-widget-content::-moz-placeholder { /* Firefox 19+ */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
input.ui-widget.ui-widget-content:-ms-input-placeholder { /* IE 10+ */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}
input.ui-widget.ui-widget-content:-moz-placeholder { /* Firefox 18- */
    color: #eb6f24;
    font-size:0.9em;
    font-family:Arial, sans-serif;
    text-align: center;
}

.recherche-area input[type=submit] {
    color: #eb6f24;
    background: #fff;
    font-size: 2.3rem;
    font-size: 36.8px;
    font-weight: bold;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;    
}

/*********** DIV CRITERES ***********/

.recherche-area form #searchcriteria div#montrer{
	width:100%;
	padding:15px 0 0 23px;
}

.recherche-area form #searchcriteria div#criteres{
	display:flex;
	flex-wrap:wrap;
	font-family: 'Arial', sans-serif;
}

.recherche-area form #searchcriteria div#montrer p.montrer{
	cursor : pointer;
	font-family: 'Arial', sans-serif;
	font-size:18px;
	background:#9CB74E;
	position:absolute;
	z-index:10;
	left:50%;
	top:-83%;
	transform:translate(-50%);
	padding:0 20px;
}

.recherche-area form #searchcriteria div#montrer p.cacher{
	cursor : pointer;
	font-family: 'Arial', sans-serif;
	font-size:18px;
	background:#9CB74E;
	position:absolute;
	z-index:10;
	left:50%;
	top:-83%;
	transform:translate(-50%);
	padding:0 20px;
}

.recherche-area form #searchcriteria div#montrer div.border{
	width:95%;
	height:15px;
	border-top:solid 1px #fff;
	position:relative;
	margin-top:20px;
}

.recherche-area form #searchcriteria div#criteres .filtre{
	width:100%;
	text-align:left;
	font-size:12px;
	display:flex;
	position:relative;
}

.recherche-area form #searchcriteria div#criteres  label{
	margin-left:8px;
	text-align:left;
}
.recherche-area form #searchcriteria div#criteres img.info{
    margin: 0 0 0 7px;
}

.recherche-area form #searchcriteria div#criteres h3 img.info {
    margin: 0 0 4px 7px;
}

.category_criteres{
    width: 33%;
    padding-left: 25px;
	position:relative;
}

.filtre .info_text.proposition,
.filtre .info_text.permac,
.filtre .info_text.visitable{
	top:0;
	left:0;
	margin-top:20px;
}

div.category_criteres.left{
    padding-left: 0;
}

.category_criteres h3{
    font-size:0.7em;
	text-align:left;
	margin-bottom:10px;
}

/*********** DIV ALERTE *************/
div#alerte{
background: #eb6f24;
width: 87%;
margin-left: 4.6%;
border-radius: 2px;
padding: 10px 20px;
position:relative;
}

div#alerte #close{
position:absolute;
z-index:10;
right:12px;
top:4px;
}

div#alerte p{
color:#fff;
font-family: 'Arial', sans-serif
}

div#alerte form{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin:8px 0;
}

div#alerte input[type=text],
div#alerte input[type=email]{
height: 25px;
width:45%;
margin-right:15px;
color:#eb6f24;
border:none;
font-family: 'Arial', sans-serif;
font-size:0.7em;
}

div#alerte form div{
width:70%;
padding:0;
}

div#alerte #creeralerte{
font-family: 'Arial', sans-serif;
font-size:12px;
font-weight:normal;
margin:0;
padding: 10px 8px;
background:#fff;
color:#eb6f24;
border: none;
border-radius:2px;
}

div#alerte :-moz-placeholder {
font-size:0.7em;
color: #eb6f24;
 }

div#alerte ::-moz-placeholder {
color: #eb6f24;
font-size:0.7em;
}

div#alerte ::-webkit-input-placeholder {
color: #eb6f24;
font-size:0.7em;
}

div#alerte :-ms-input-placeholder{
color: #eb6f24;
font-size:0.7em;
}

#clickalerte{
cursor : pointer;
color:#fff;
}

div#alerte #bravo{
color:#9CB74E;
background:#fff;
padding:5px;
}
/***********************************/

.ui-corner-left {
    border-radius: inherit;
}

.have-search {
    font-size: 2em;
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.have-search a {
    color: #eb6f24;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.custom-combobox a {
    display: none;
}

div#carte {
    width: 100%;
    height: 500px;
}
#map #carte{
    z-index:99;
}

#map #carte .leaflet-bottom.leaflet-right{
    z-index:400;
}

.popup_map a {
    color: #EB7023;
}
#mapmanuel img {
	/*height:auto;*/	
	width: 100%;
	object-fit: cover;
		
		
}

/* PAGE STATISTIQUES*/

#stat_jardins{
	justify-content:space-around;
	display:flex;
	flex-wrap:wrap;
}

#stat_jardins h2{
	font-size:2rem;
	background:#fff;
	text-align:center;
	width:100%;
	margin-bottom:12px;
	color:#444;
	font-family:'Arial', sans-serif;
}

#stat_jardins article{
	width:45%;
	font-size:1.3rem;
	margin:15px 0;
	padding:5px;
	text-align:center;
}
#stat_jardins article:first-of-type {
    display:flex;
    flex-direction: column;
    justify-content: center;
}
#stat_jardins article:hover{
border:1px solid #444;
border-radius:15px;
}

article#stat_pro_part{
 width:40vw;
 height:18vw;
}

#stat_jardins article h3{
	text-align:center;
}

#stat_jardins img{
	height:80px;
	width:auto;
}

/* Highcharts */
.highcharts-credits,
.highcharts-button-symbol{
	display:none;
}

.highcharts-color-0 {
color:#9CB74E;
}

.highcharts-legend{
display:none;
}

.highcharts-title{
	font-weight:normal;
	color:#444;
	font-family:Arial, sans-serif;
	padding-right:15%;
}

.stat_inscrits{
    background-color: #eb6f24;
    border-radius:50%;
    margin:40px auto;
	font-family: 'Arial', sans-serif;
	color:#fff;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	width:180px;
    height:180px;
    line-height: 180px;
}
.stat_inscrits + p {
    font-weight: bold;
}

#pagestat .sidebar-publicite .sidebar-jardins{
margin-top:55px;
}


/*********************************
** Page Recherche
**********************************/
.page-id-10393 .header {
    margin-bottom: 0;
}

.info-search {
    font-family: 'Arial', sans-serif;
    background: #fff;
    margin: 15px auto 0;
    padding: 0.5em;
    width: 100%;
    text-align: center;
}

.page-id-10393 #maps-and-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-id-10393 div#carte {
    width: 40%;
    height: calc(100vh - 95px);
}

#search-engine {
    width: 60%;
    height: calc(100vh - 95px);
    overflow-y: scroll;
    background: #9CB74E;
    margin: 0;
}

#list-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin: 1em auto;
    padding: 1em 0.5em;
}

#list-result .aucun-resultat {
    display: inline;
    text-align: center;
    Background: #fff;
    font-size: 2em;
    font-family: 'Arial', sans-serif;
    padding: 0.5em;
    width: 100%;
}

.jardin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    color: #8c917e;
    font-size: 1.2em;
    font-family: 'Arial', sans-serif;
    width: 49%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: #888 0px 0px 2px;
            box-shadow: #888 0px 0px 2px;

    position:relative; /*pour coller le picto "pro" sur l'img du jardin*/
}

.div_text {
    width: calc(100% - 150px);
    vertical-align: top;
    padding: 5px;
    line-height: 1.2em;
}

.div_text .img-product {
    margin-right: 5px;
}

/* Classe du jardin sélectionné dans la map */
.jardin-item.jardinSelected {
    border: 10px solid #eb6f24;
}

.jardin-item a {
    width: 100%;
    font-family: 'Amatic SC', sans-serif;
    text-align: center;
    color: #eb6f24;
    position: relative;
    font-size: 1.5em;
    z-index: 10;
    margin: 0 auto;
    font-weight: bold;
}

.jardin-item .dpt-link {
    font-size: 0.8em;
    font-weight: 400;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.jardin-item .pictoPro-jardin {
    width:35px;
    position:absolute;
    top:5px;
    right:110px;
}

/* Vignette map */
.popup_map{
    max-width:160px;
    text-align:center;
}
.popup_map .adr-vignette{
    color:black;
    font-size:11px;
    padding-bottom:5px;
    margin:0;
}
.popup_map .pro-vignette{
    margin:0;
}
.popup_map .popup_imgs{
    position:relative;
    max-width:125px;
    margin:15px auto 0;
}
.popup_map .pictoPro-vignette{
    width:30px;
    position:absolute;
    top:5px;
    left:5px;
}
.popup_map .img-vignette{
    width:125px;
    max-width:none;
}

/*Cluster Map*/
.mycluster{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border:3px solid #C1D02F;
    background-color: #EC7334;
    color: /*#C1D02F*/white;
    text-align: center;
    font-size: 15px;   
    font-weight:bold; 
    line-height: 34px;
    margin-top: -20px;
    margin-left: -20px;
}

.myclusterPro{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border:3px solid #C1D02F;
    background-image: linear-gradient(135deg, #EC7334 50%, #6B3F2B 50%);
    color: #C1D02F;
    text-align: center;
    font-size: 15px;   
    font-weight:bold; 
    line-height: 34px;
    margin-top: -20px;
    margin-left: -20px;
}

/*.clusterDiv{
    background-image:url('img/icons/cluster-logo.svg');
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: black;
    text-align: left;
    padding:0 0 0 5px;
    font-size: 15px;    
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}*/

/*********************************
** Connexion / Inscription
**********************************/
.page-template-connexion .woocommerce-error, .page-template-inscription .woocommerce-error{
    margin:0 20%;
}

.page-template-connexion .u-column2.col-2{
    display:none;
}

.page-template-connexion  .u-column1.col-1{
    float:none;
    width:400px;
    margin:auto;
}
.woocommerce-notices-wrapper {
    width:50%;
    margin:auto;
}
.woocommerce-info {
    border-top-color: #eb6f24;
}

.woocommerce-form-login.login{
    background:#91B429;
}

.woocommerce-form-login.login label, .woocommerce-form-register.register label{
    color:white;
}

.woocommerce-form-login.login input, .woocommerce-form-register.register input{
    height:33px;
	border:0px;
	border-radius: 3px;
}

.woocommerce-form-login.login input:focus, .woocommerce-form-register.register input:focus{
    border:2px solid #EB6F24;
}
.woocommerce-Input {
	height:33px;
	border:0px;
	border-radius: 3px;
}

.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
    display:flex;
    align-items:center;
}

.woocommerce-form.woocommerce-form-login.login button[type="submit"]{
    width:100%;
}

.woocommerce-form-login.login button[type="submit"], .woocommerce-form-register.register button[type="submit"]{
    width:40%;
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:3rem;
    font-weight:bold;
}

.woocommerce-form-login.login button[type="submit"]:hover, .woocommerce-form-register.register button[type="submit"]:hover{
    background: #eb4d24;
    color: #fff;
}

/***********/
.page-template-inscription .u-column1.col-1{
    display:none;
}

.page-template-inscription .u-column2.col-2{
    float:none;
    width:55%;
    margin:auto;
}

.page-template-inscription .register{
    position:relative;
    padding-bottom:90px !important;
    background:#91B429;
}

.page-template-inscription .register .woocommerce-Button{
    position:absolute !important;
    bottom:15px;
    left:50%;
    transform:translate(-50%,0);
}

.page-template-inscription .register label{
    color:white;
}

.page-template-inscription .register input:focus {
    outline:0;
    border:2px solid #EB6F24;
}

.page-template-inscription .register .woocommerce-FormRow.form-row{
    padding:0;
    margin:0;
}

form#inscription_form{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
}

form#inscription_form > div:first-child, form#inscription_form > div:nth-child(2){
    min-width:368px;
    width:45%;
    padding:0 0 35px 0;
}

form#inscription_form > div:not(:last-child) > div:not(:last-child){
    padding:0 0 15px 0;
}

form#inscription_form > div:not(:last-child) input{
    height:30px;
}

form#inscription_form #valider_form{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

form#inscription_form #valider_form div{
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    padding:0 0 15px 0;
}

form#inscription_form #valider_form div input[name="donnee"]{
    width:5%;
}

form#inscription_form #valider_form input[name="inscription"], form#inscription_form #valider_form input[name="modifier"]{
    width:40%;
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:3rem;
    font-weight:bold;
}

form#inscription_form #valider_form input[name="inscription"]:hover,  form#inscription_form #valider_form input[name="modifier"]:hover{
    background: #eb4d24;
    color: #fff;
}

.login_form_close{
    background:none;
    margin:auto;
}

.login_form_close input[name="wp-submit"]{
    width:40%;
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:3rem;
    font-weight:bold;
}

.login_form_close input[name="wp-submit"]:hover{
    background: #eb4d24;
    color: #fff;
}

.login_form_close .new_mdp_btn{
    text-decoration:none;
    border:none;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:1.8rem;
    font-weight:bold;
}

.login_form_close .login-remember label{
    display:flex;
    flex-direction:row-reverse;
    justify-content:center;
    align-items:center;
}

.form-inscription {
    background:#91b429;
    padding:20px;
    border-radius:10px;
}

.form-motpasse {
    max-width: 370px;
    background: #91b429;
    padding: 20px;
    padding: 2rem;
    border-radius: 10px;
}

.title-content {
    font-size: 2em;
    font-family: 'Amatic SC', sans-serif;
    color: #eb6f24;
    padding: 10px 0;
}

.link-redirect {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.link-redirect a {
    font-size: 45px;
    font-size: 4.5rem;
}

.title-content a {
    color: #fff;
    background: #9CB74E;
    font-size: 1em;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}

.wppb-user-forms input {
    display: block;
    width: 100%;
    color: #eb6f24;
    font-family: 'Arial', sans-serif;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px #ccc solid;
	min-height:40px;
}

.form-inscription {
    padding-top: 30px;
    padding-top: 3rem;
    margin-top: 130px;
    margin-top: 13rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.form-inscription h1 {
    text-align: center;
    font-size: 42px;
    font-size: 4rem;
    color: #fff;
}
.form-motpasse {
    padding-top: 30px;
    padding-top: 3rem;
    margin-top: 130px;
    margin-top: 13rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.form-motpasse h1 {
    text-align: center;
    font-size: 42px;
    font-size: 4rem;
    color: #fff;
}

#wppb-login-wrap:last-child {
    font-size: 0;
}

#wppb-register-user #register {
    font-size: 31px;
    font-size: 3.1rem;
}

#wppb-register-user input,
#loginform input,
#select_user_to_edit_form input {
    height: 38px;
    font-size: 20px;
    font-size: 2rem;
}

.login-submit #wppb-submit {
    font-size: 30px;
    font-size: 3rem;
}

#wppb-register-user li,
#loginform p,
#select_user_to_edit_form li {
    padding-bottom: 10px;
}

#loginform p.login-submit {
    padding-bottom: 0;
}

#loginform p.login-remember #rememberme {
    margin: 0 5px 0 10px;
    margin: 0 0.5rem 0 1rem;
    height: 14px;
}
#rememberme {
	width: 5%;
	float:right;
}

#wppb-register-user label,
#loginform p,
#select_user_to_edit_form label {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
}

#loginform label,
#wppb-register-user label,
.wppb-form-field label,
#wppb_form_success_message {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

#wppb_general_top_error_message {
    text-align: center;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

#wppb_general_top_error_message strong {
    color: #da0000;
    font-weight: 300;
    font-size: 15.5px;
    font-size: 1.55rem;
}

#wppb-register-user span {
    color: #666;
}
.wppb-description-delimiter {
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}
#wppb-register-user
.wppb-user-forms input[type=checkbox] {
    display: inline;
    width: auto;
}

#post-10347 p:last-child {
    display: none;
}

.wppb-logout-url {
    font-family: 'Amatic SC', sans-serif;
    color: #fff;
    background: #9CB74E;
    font-size: 1.5em;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}

.wppb-user-forms input[type=submit] {
    font-family: 'Amatic SC', sans-serif;
    color: #fff;
    background: rgba(235, 111, 36, 1);
    font-size: 30px;
    font-size: 3rem;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    height: 48px !important;
}

.wppb-user-forms input[type=submit]:hover {
    font-weight: bold;
    border: 1px dotted #708c1f;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s;
}

#loginform > a {
    display: none;
}

.inscription section.wrapper {
    padding-bottom: 40px !important;
    padding-bottom: 4rem !important;
}

#commentform .form-submit {
    text-align: right;
}
.login-register-lost-password a {
	color:#fff;
	}

/*********************************
**********************************
Oublie de mot de passe mdp
**********************************
**********************************/
.woocommerce-ResetPassword.lost_reset_password > p:first-of-type{
    padding:0 0 10px 0;
    font-size:1.6rem;
}

.woocommerce-ResetPassword.lost_reset_password button[type="submit"]{
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:2rem;
    font-weight:bold;
}

.woocommerce-ResetPassword.lost_reset_password button[type="submit"]:hover{
    background:#eb4d24;
    color:#fff;
}

/*********************************
**********************************
Abonnements (pour s'abonner/changer une option)
**********************************
**********************************/
.page-template-mon-profil h2, .page-template-abonnements h2{
    color:white;
}

.page-template-abonnements .abo-header{
    padding:0 15%;
}
.abo-header bold {
	font-weight: bold;
}
.abo-info bold {
	font-weight: bold;
}

.page-template-abonnements h1{
    font-size: 2.5em;
    color: #eb6f24;
    text-align:center;
}

.page-template-abonnements .abo-choix{
    padding:0 10% 10px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
	margin: 4%;
}

.page-template-abonnements .abo-card{
    width:30%;
    text-align:center;
    background: #91b429;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
	border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
    color:white;
    padding-bottom:45px;
    margin-bottom:5px;
    position:relative;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    /* height:450px; */
}

.page-template-abonnements .abo-card h2{
    padding-top: 20px;
	padding-bottom:2px;
    font-weight:bold;
}

.page-template-abonnements .abo-card .abo-prix{
    font-size:2.5rem;
	font-weight: bold;
}

.page-template-abonnements .abo-card p{
    padding:6px 0;
    color:white;
}

.page-template-abonnements .product.woocommerce.add_to_cart_inline{
    border:none !important;
}

.page-template-abonnements .product.woocommerce.add_to_cart_inline > span{
    display:none;
}

.page-template-abonnements .abo-card .abo-submit, .page-template-abonnements .product.woocommerce.add_to_cart_inline .button.product_type_subscription.add_to_cart_button.ajax_add_to_cart{
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
    font-family: 'Amatic SC', sans-serif;
    font-size:3rem;
    font-weight:bold;
}

.page-template-abonnements .abo-card #abo-submit-pro, .page-template-abonnements #abo-submit-vend{
    display:none;
}

.page-template-abonnements .abo-card .abo-submit:hover, .page-template-abonnements .product.woocommerce.add_to_cart_inline .button.product_type_subscription.add_to_cart_button.ajax_add_to_cart:hover, .page-template-abonnements .abo-info div a:hover{
    background:#eb4d24;
    color:#fff;
}

.page-template-mon-profil .profil-info{
    padding:10px;
    background:#91b429;
    color:white;
    border-radius:15px;
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
    position: relative;
}

.profilalerte {
    padding:10px;
    color:white;
	background:#91b429;
    border-radius:15px;
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
    position: relative;
}

/* .page-template-abonnements .pms-account-subscription-details-table{
    margin:auto;
}

.page-template-abonnements .pms-account-subscription-details-table tr td:first-child{
    padding:10px 40px 10px 0;
}

.page-template-abonnements .pms-account-subscription-details-table tr:last-child td:first-child{
    padding:20px 40px 20px 0;
}

.page-template-abonnements .pms-account-subscription-details-table tr{
    border-bottom:2px solid white;
}

.page-template-abonnements .pms-account-subscription-details-table tr td a{
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:2.5rem;
    font-weight:bold;
} */

.page-template-mon-profil .profil-info .woocommerce-MyAccount-navigation a{
    text-decoration:none;
    border:none;
    background:#eb6f24;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-family: 'Amatic SC', sans-serif;
    font-size:2.5rem;
    font-weight:bold;
}

.page-template-mon-profil .profil-info .woocommerce-MyAccount-content a{
    text-decoration:none;
    border:none;
	text-decoration: underline;
    color:#fff;
    border-radius:5px;
    padding:5px;
    font-weight:bold;
    line-height:3rem;
	background: #91b429;
}

.woocommerce-account .woocommerce-MyAccount-content{
    padding:0 0 0 10px;
    width:78%;
}

.woocommerce-account .woocommerce-MyAccount-content .woo_dash_header{
    margin:0 0 20px 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woo_dash_title{
    font-size:1.7rem;
    font-weight:500;
    border-bottom:1px solid white;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:22%;
}

/* .woocommerce-MyAccount-navigation ul{
    padding:0 10px 0 0;
} */

.woocommerce-MyAccount-navigation-link{
    width:100%;
    margin:7px 0;
}

.woocommerce-MyAccount-navigation-link a{
    display:block;
}

/*********************************
** Mon jardin (création / modification)

**********************************/
.page-template-maj_jardin .form-header,
.page-template-maj_jardin2 .form-header{
    text-align: center;
    width: 100%;
    font-family: 'Amatic SC', sans-serif;
    padding: 20px 0;
}

.page-template-maj_jardin h1,
.page-template-maj_jardin2 h1{
    font-size: 2.5em;
    color: #eb6f24;
}

.page-template-maj_jardin a.voir-jardin,
.page-template-maj_jardin2 a.voir-jardin{
    color: #fff;
    font-family: 'Amatic SC', sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    padding: 6px 11px;
    border: none;
    border-radius: 5px;
    background: #eb6f24;
    margin: 20px 6.5%;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
       transition-duration: .15s;
    float: right;
}

.page-template-maj_jardin a.voir-jardin:hover,
.page-template-maj_jardin2 a.voir-jardin:hover{
    background: #eb4d24;
    color: #fff;
}

.page-template-maj_jardin a.bouton-supp-jardin,
.page-template-maj_jardin2 a.bouton-supp-jardin{
    float: right;
    color: #555555;
    font-family: 'Amatic SC', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 11px;
    border: none;
    border-radius: 5px;
    background: #cecece;
    margin: 9% 5% 30px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s;
}

.page-template-maj_jardin a.bouton-supp-jardin:hover,
.page-template-maj_jardin2 a.bouton-supp-jardin:hover{
    background: #cd0a0a;
    color: #fff;
    padding: 1px 5px;
    font-weight: bold;
}

.page-template-maj_jardin .cmb-form,
.page-template-maj_jardin2 .cmb-form{
    font-family: 'Amatic SC', sans-serif;
    color: #fff;
    font-size: 2em;
    background: #91b429;
    position: relative;
    margin-top: 140px;
    margin-bottom: 138px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 150px;
    border-radius: 5px;
}

.page-template-maj_jardin .cmb-form:before,
.page-template-maj_jardin2 .cmb-form:before{
    position: absolute;
    width: 764px;
    height: 138px;
    top: -138px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url("img/form-top.png") no-repeat center center;
}

.form-inscription:before {
    position: absolute;
    width: 348px;
    height: 156px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url("img/form-top.png") no-repeat center center;
}

.flexSidebar .form-inscription:before {
    position: absolute;
    width: 348px;
    height: 139px;
    top: 0;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url(img/form-top.png) no-repeat center center;
}
.form-motpasse:before {
    position: absolute;
    width: 348px;
    height: 156px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url("img/form-top.png") no-repeat center center;
}
.cmb2-id-top-form-title{
    width:100%;
    padding-left:20px;
}

.cmb2-wrap.form-table{
	margin-bottom:30px;
}

.flexSidebar .form-motpasse:before {
    position: absolute;
    width: 348px;
    height: 139px;
    top: 0;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url(img/form-top.png) no-repeat center center;
}

/*
.page-template-maj_jardin .cmb-form:after,
.page-template-maj_jardin2 .cmb-form:after{
    position: absolute;
    width: 687px;
    height: 134px;
    bottom: -132px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url("img/form-bottom.png") no-repeat center center;
}

.form-inscription:after {
    position: absolute;
    width: 344px;
    height: 220px;
    bottom: -109px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url(img/form-bottom.png) no-repeat center center;
}

.flexSidebar .form-inscription:after {
    position: absolute;
    width: 294px;
    height: 314px;
    bottom: -115px;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url(img/form-bottom.png) no-repeat center center;
}
.form-motpasse:after {
    position: absolute;
    width: 344px;
    height: 110px;
    bottom: -109px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url(img/form-bottom.png) no-repeat center center;
}

.flexSidebar .form-motpasse:after {
    position: absolute;
    width: 294px;
    height: 110px;
    bottom: -115px;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    background: url(img/form-bottom.png) no-repeat center center;
}
*/
.bloccinquante {
	display: flex;	
}
.banncinquante {
	width:49%;
}
.cmb-multicheck-toggle{
    display: none;
}

/* Blog */
.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.flexblogSidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
}

.with-sidebar {
	width:100%;
	}
.single-post h1 {
	font-size:20px;
	color:#eb6f24;
	text-transform:uppercase;
	border-bottom:solid 1px #cecece;
	padding-bottom:5px;
	margin:15px 0;
	}
.single-post h2 {
	font-size:20px;
	font-family:Arial, sans-serif;
	  padding:10px 0 5px 0;
	}
.single-post h3 {
	font-size:18px;
	color:#eb6f24;
	font-family:Arial, sans-serif;
	  padding:10px 0 5px 0;
	}
.sidebar-jardins h3 {
	color:#fff;
	}
.single-post p {
	padding:5px 0;
	}
.single-post article li {
	list-style:disc inside;
	padding-left:4%;
	}
.wp-caption-text {
	font-style:italic;
	}
.single-post article a {
	color:#eb6f24;
	}
.category h1 {
	font-size:20px;
	color:#eb6f24;
	text-transform:uppercase;
	border-bottom:solid 1px #cecece;
	padding-bottom:5px;
	margin:15px 0;
	width:100%;
	}
.category h2 {
	font-size:16px !important;
	font-family:Arial, sans-serif;
	padding:10px 0 5px 0;
	width:100%;
	}
.category p {
	padding:5px 0;
	}
.category .div_textvigne {
	top:30px;
	}
.infocat {
	font-size:10px;
	padding:3px 0 0 10px;
	}
.category p {
	font-size:14px;
	padding:5px;
	}
#blog-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width:70%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.5em;
}

#blog-result .aucun-resultat {
    display: inline;
    text-align: center;
    Background: #fff;
    font-size: 2em;
    font-family: 'Arial', sans-serif;
    padding: 0.5em;
    width: 100%;
}
.picmarge {
	margin:10px 0;
	}
.post {
	width:100%;
	}
@media only screen and (max-width: 990px) {
	.page-template-abonnements .abo-card{
    width:100%;
		margin:2% 0;
	}
   #blog-result {
	   width:100%;
	   }
.sidebar-blog {
	width:100% !important;
	}
    .page .size-large{
        height:auto;
    }
}
@media only screen and (max-width: 590px) {
    .bandeau-img {
        height: 107px;
        background: url('img/logo-mobile.jpg') center center / cover;
    }
    .header {
        padding-top: 60px;
    }

}
@media only screen and (min-width: 585px) and (max-width: 786px) {
  .category h2 {
	   font-size: 13px !important;
	   }
}

/*********************************
** SIDEBAR Blog
**********************************/
.sidebar-blog {
    width: 30%;
    height: auto;
}

.sidebar-blog h3 {
    font-family: 'Amatic SC', sans-serif;
    background: #eb6f24;
    font-size: 1.4em;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-blog ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    color: #eb6f24;
    line-height: 21px;
    line-height: 2.1rem;
    border: 1px solid #eb6f24;
    margin-bottom: 10px;
}

.sidebar-blog a {
    color: #eb6f24;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.sidebar-blog a:hover {
    text-decoration: underline;
}

.sidebar-blog li {
	list-style:inside;
	list-style-image:url(img/puce-jar_03.jpg);
	}

/**** Contenu formulaire ****/
#notif {
	text-align: center;
	padding-bottom: 15px;
}
#notif a {
	text-decoration: underline;
}

#cmb2-metabox-jardin_metabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactformulaire {
	text-align: center;
    padding: 5px;
	font-size:15px; 
    background: #eb6f24;
    color: #fff;
    border-radius: 10px;
}
.contactformulaire a {
	color:#fff;
	text-decoration: underline;
}

.cmb-th {
    padding: 10px 0;
	position:relative;
}

.cmb-td {
    margin: 5px 0;
}
.cmb2-metabox-description {
	font-family:Arial, sans-serif;
	font-size:13px;
	}
.cmb2-metabox-description a:hover {
	color:#eb6f24;
	}

.cmb2-id--jardin-nom-jardin {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cmb-form .regular-text, .cmb-form .large-text {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    height: 38px;
    text-align: center;

}

.cmb-form input, select, textarea {
    border-width: 2px;
    border-radius: 5px;
    color: #8c917e;
}

.cmb-form input[type=file] {
    color: #333;
}

/* TH = Label*/
.cmb2-id--jardin-nom-jardin .cmb-th {
    color: #fff;
}

/* TD = Input */
.cmb2-id--jardin-nom-jardin .cmb-td {
    width: 100%;
}

.cmb2-id--jardin-nom-jardin .cmb-td input {
    width: 85%;
    height: 38px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.cmb2-id--jardin-nom-jardin .cmb-th {
    padding-bottom: 0;
    font-size: 40px;
    font-size: 4rem;
}

.cmb2-id--jardin-radio-status {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cmb2-id--jardin-spec {
	   width: 24%;
}

.cmb2-id--jardin-pro-spec{
	width: 100%;
background: #eb7026;
border-radius: 12px;
padding: 8px;
}

.cmb2-list li {
	font-family:Arial, sans-serif;
	font-size:14px;
	position:relative;
	}

img.info{
	width:12px;
	height:12px;
	margin:5px 10px;
}

img.info.jardinloc, img.info.jardindept{
	margin-bottom:12px;
}

.info_text{
	position:absolute;
	z-index:10;
	background:#fff;
	color:#666;
	padding:3px 6px;
	border-radius:3px;
	font-family: Arial, sans-serif;
    font-size: 12px;
	text-align:left;
}

.info_text.naturel{
	top:-210%;
	left:0;
	margin-bottom:20px;
}

.info_text.jardindept,
.info_text.jardinloc{
	top:-60%;
	left:0;
	margin-bottom:0;
}

.info_text.partage,
.info_text.nonbio{
	top:-280%;
	left:0;
	margin-bottom:20px;
}

.cmb2-id--jardin-radio-status .frm-radio_status label,
.cmb2-radio-list label {
    padding-left: 10px;
	font-size: 14px;
    font-family: Arial;
}

.cmb2-id--jardin-radio-status .cmb-th, .cmb2-id--jardin-radio-status .cmb-td, .frm-radio_status ul {
    display: inline-block;
    margin: 0 10px;
}

.cmb2-id--jardin-localisation .pw-map, #_jardin_description {
    min-height: 300px;
}

.pw-map {
    width: 100%;
    z-index:1;
}

#_jardin_description {
    padding: 10px;
    width: 85%;

    margin: 0;
    height: 343px;
}

.cmb2-id--jardin-localisation, .cmb2-id--jardin-description {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

/* Algolia */
.ap-suggestion{
color:#666;
font-size:15px;
}

a.ap-footer-osm svg{
display:none;
}
#maps .algolia-places #algolia-places-listbox-0.ap-dropdown-menu.ap-with-places[style]{
    z-index:450 !important;
}

#maps-and-search .algolia-places{
    width:auto;
}

#maps-and-search .ap-dropdown-menu.ap-with-places{
    text-align:start;
}
/* Fin Algolia */


.cmb2-id--jardin-departement {
    padding-left: 3.5%;
}

.cmb2-id--jardin-departement .cmb-th,
.cmb2-id--jardin-localisation .cmb-th,
.cmb2-id-submitted-post-thumbnail .cmb-th {
    padding: 40px 0 0 0;
}

.cmb2-id--jardin-departement, .cmb2-id-submitted-post-thumbnail {
    width: 50%;
    display: inline-block;
    vertical-align: top;
	margin-top:20px;
}

.cmb2-id--jardin-description .cmb-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#_jardin_departement {
    height: 38px;
    width: 60%;
}

#_jardin_departement, #submitted_post_thumbnail, .cmb2-id--jardin-localisation .cmb-td, .cmb2-id--jardin-description .cmb-td {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

#submitted_post_thumbnail {
    color: #777;
	text-align:left;
	margin-bottom:5px;
}

#jardin-img .image {
    position: relative;
}
#jardin-img .image-delete {
    position: absolute;
    top: 0;
    left: 131px;
    background: #eb6f24;
    border: none;
    color: #fff;
    font-size: 13px;
	font-family: arial, sans-serif;
	width:19px;
	padding:3px;
}

.progress {
    display:none;
}
.progress .bar {
    height: 10px;
    background-color: #eb6f24;
}

.cmb2-id--jardin-localisation .cmb-td {
    width: 92.5%;
}

.cmb2-id--jardin-localisation .cmb-td .pw-map {
    width: 100% !important;
    border-radius: 5px;
    height: 200px;
}

h3.cmb-group-title.cmbhandle-title {
    font-size: 35px;
    font-size: 3.5rem;
}

#_jardin_liste_de_produit_repeat h2.cmb-group-name {
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
}

#_jardin_liste_de_produit_repeat .cmbhandle:nth-of-type(1) {
    font-size: 0;
}

h3.cmb-group-title.cmbhandle-title span {
    padding-left: 20px;
    padding-left: 2rem;
}

#_jardin_liste_de_produit_repeat .cmb-field-list {
    border: 3px solid #e6e6e5;
    background: #f2f2f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8c917e;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Arial', sans-serif;
}

#_jardin_liste_de_produit_repeat:last-child {
    padding-bottom: 50px;
}
.conteneur-produit-jardin .contenu-produit-jardin:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.conteneur-produit-jardin .contenu-produit-jardin:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.conteneur-produit-jardin .contenu-produit-jardin:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.contenu-liste-puces {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 60% !important;
}

.contenu-liste-puces ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contenu-liste-puces ul li:nth-of-type(2) {
    padding: 0 20px;
}

.cmb-row .cmb-remove-field-row {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 26% !important;
}

.cmb-row .cmb-remove-field-row .cmb-remove-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cmb-row .cmb-remove-field-row .cmb-remove-row a.move-up {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    /*height: 45px;*/
    color: #888;
}

.cmb-row .cmb-remove-field-row .cmb-remove-row a.move-down {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #888 !important;
}

.dashicons-arrow-up-alt2:before {
    content: "▲";
    line-height: 0;
}

.dashicons-arrow-down-alt2:before {
    content: "▼";
    line-height: 0;
}

.dashicons-arrow-up-alt2:hover, .dashicons-arrow-down-alt2:hover {
    color: #eb6f24;
}

.cmb-row .cmb-remove-field-row button.cmb-remove-group-row {
    font-size: 15px;
    font-size: 1.5rem;
    background: transparent;
    color: #d60303;
    margin: 0;
    font-family: 'Amatic SC', sans-serif;
    padding: 3px 3px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s;
}

.cmb-row .cmb-remove-field-row button.cmb-remove-group-row:hover {
    background: rgba(235, 80, 10, 0.77);
    color: #eee;
    padding: 3px 5px;
    font-weight: bold;
}

.texte-plus-petit .cmb-td input {
    font-size: 15px;
    font-size: 1.5rem;
}

#_jardin_liste_de_produit_repeat .cmb-field-list .cmb-row {
    width: 34%;
    margin: 0 1%;
}

#_jardin_liste_de_produit_repeat .cmb2_select {
    width: 90%;
    height: 38px;
}

#_jardin_liste_de_produit_repeat {
    padding: 0px 20px;
}

.cmb-row .cmb2-radio-list li, .cmb-row .frm-radio_status li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Amatic SC', sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
}

button.cmb-add-group-row.button {
    background: rgba(255, 197, 30, 0.85);
    border-radius: 5px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s;
}

button.cmb-add-group-row.button:hover {
    background: #eb6f24;
    border-radius: 10px;
    color: #fff;
}

.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
    display: none;
}

.cmb-form .cmb-remove-group-row, .cmb-form input[type=submit] {
    text-decoration: none;
    border: none;
    background: #eb6f24;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
}

.cmb-form input[type=submit] {
    font-size: 1.2em;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-template-maj_jardin .cmb-form input[type=submit],
.page-template-maj_jardin2 .cmb-form input[type=submit]{
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
       transition-duration: .3s;
    font-weight: bold;
    color: #fafafa;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
	margin-bottom:80px;
}


.page-template-maj_jardin .cmb-form input[type=submit]:hover,
.page-template-maj_jardin2 .cmb-form input[type=submit]:hover {
    background: #eb4d24;
    color: #fff;
}

div.bouton-voir-jardin{
width:100%;
}

.cmb-form input[type=submit]:after {
    content: "\f511";
}

#_jardin_liste_de_produit_repeat input:disabled,
#_jardin_liste_de_produit_repeat input[disabled]{
  background-color: #f9db7d;
  border-color: #f9db7d;
}

#_jardin_liste_de_produit_repeat input:checked ~ .checkmark,
#_jardin_liste_de_produit_repeat input:checked ~ .checkmark {
    background-color: #2196F3;
  }

#_jardin_liste_de_produit_repeat label[data-css="label-premium"]{
  color: #55584d;
	text-decoration:line-through;
  position:relative;
  
}

#_jardin_liste_de_produit_repeat label[data-css="label-premium"]:hover:after{
    color: #2D2C2C;
    background:white;
    border-radius:10px;
    padding:10px;
	box-shadow: 1px 1px 8px #2D2C2C;
    position:absolute;
    left:-15px;
    transform: translateY(-35%);
    width:300px;
    content:"Option réservée aux particuliers vendeurs ou aux professionnels. Vous devez prendre un abonnement pour pouvoir vendre";
}
/****************Abonnement maj jardin*************************/
input[name="pms_new_subscription"], .page-template-maj_jardin2 #pro ul.pms-form-fields-wrapper{
    display:none;
}

.page-template-maj_jardin2 #pro{
    margin:15px 4%;
}

.page-template-maj_jardin2 #pro .jardin-abo-texte{
    font-family:arial;
    font-size:1.6rem;
    text-align:center;
}

.page-template-maj_jardin2 #pro input#submit-abo{
    margin-left: auto;
    margin-right: auto;
    position:relative;
    margin:20px 0 0 0;
    bottom:0;
}

.mini {
	font-size: 12px;
	font-style: italic;
}

.page-template-maj_jardin2 #jardin_lien_site{
    margin:15px 4%;
    width:100%;
    text-align:center;
}

.page-template-maj_jardin2 #jardin_lien_site input{
    width: 85%;
    height: 38px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.page-template-maj_jardin2 a.mon-abo{
    display:block;
    color: #fff;
    font-family: 'Amatic SC', sans-serif;
    font-size: 3rem;
    padding: 6px 11px;
    border: none;
    border-radius: 5px;
    background: #eb6f24;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    text-align:center;
}

.page-template-maj_jardin2 a.mon-abo:hover{
    background: #eb4d24;
    color: #fff;
}

div#pro .info_text{
    display:none;
}


/*********************************
** Single Jardin
**********************************/

.content-before {
    background-color: #e4e4e4;
    padding: 2%;
    border-radius:5px;    
}

.sidebar-single-jardin {
    width: 29%;
}

.monjardin_bouton_site{
    margin:5px;
    display: block;
    color:#111111;
    font-size: 1.6rem;
}

.contact-poti a, .acces-poti a, .coment-poti a {
    color: #fff;
    display: block;
    padding: 20px;
    font-family: 'Amatic SC', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
}

.contact-poti, .acces-poti, .coment-poti {
    text-align: center;
    margin-top: 30px;
    background: #eb6f24;
    color: #fff;
    border-radius: 10px;
}

.acces-poti {
    background: #91b429;
}

.coment-poti {
    background: #133a03;
}

.titre span {
    color: #8c917e;
}

.subtitle {
    display: block;
    font-size: 1.9em;
    color: #91b429;
    font-family: 'Amatic SC', sans-serif;
    position: relative;
    margin: 0px 0 20px 25px;
}

.subtitle:before {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0px;
    background: url('img/jardinier.jpg') no-repeat;
    width: 20px;
    height: 40px;
}

.jardin-desc {
    color: #8c917e;
}

.liste-produit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jardin-produit {
    font-family: 'Amatic SC', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 2px;
    margin: 7px 0.7%;
    color: #91b429;
    border-radius: 7px;
    -webkit-box-shadow: #CECECE 0px 1px 6px 3px;
            box-shadow: #CECECE 0px 1px 6px 3px;
    width: 47.8%;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.produit-attente {
	font-family:'arial', sans-serif;
    font-size: 1em;
    padding: 7px;
    margin: 7px;
    color: #91b429;
    border-radius: 7px;
    -webkit-box-shadow: #CECECE 0px 1px 6px 3px;
            box-shadow: #CECECE 0px 1px 6px 3px;
    width: 96%;
	-ms-flex-pack:distribute;
	    justify-content:space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
.produit-attente a {
	display: contents;
}
.produit-attente img.emoji {
	font-size: 32px;
	padding-top: 5px;
}

.connect-cont {
	background:#eb6f24;
	padding: 2%;
	width: 90%;
	border-radius: 14px;
	color: white;
	margin: auto;
	text-align: center;
}
.connect-cont a {
	color: white !important;
	text-decoration: underline;
}

.must-log-in {
	background:#133a03;
	padding: 2%;
	width: 90%;
	border-radius: 14px;
	color: white;
	margin: auto;
	text-align: center;
}
.must-log-in a {
	color: white !important;
	text-decoration: underline;
}

.illustation-produit {
    border-radius: 7px;
    width: 114px;
    height: 89px;
    margin: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.illustation-produit img {
    border-radius: 7px;
    width: 80px;
}

.nomenclature-produit h2 {
    font-size: 22px;
    font-size: 2.2rem;
}

.jardin-produit article {
    line-height: 20px;
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.desc-quantite {
    padding: 2px;
    min-width: 219px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Arial', sans-serif;
	line-height: 10px;
}

.desc-quantite p {
    border-radius: 5px;
    padding: 3px 9px;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.vendre {
    background: #f26d26;
}
.troque {
    background: #fb9a1e;
}

.donne {
    background: #ffc200;
}

.pousse,
.peu,
.beaucoup,
.stabondance, .saison-prochaine {
    background: #1f9e70;
}

.picto-bouton-jardin {
    height: 16px;
    padding-right: 3px;
}

.action,
.volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nomenclature-produit {
    width: 100%;
}
.desproduit {
	font-family: Arial, sans -serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.2em;
	padding:3px 2px 3px 0;
	}

.jardin-produit .volume {
    margin-left: 5px;
}

#plan-acces {
    height: 250px;
}

.wrapper .caldera-grid .form-control:focus, .wrapper .caldera-grid .btn-default:hover, button#ojo-message-submit:hover {
    -webkit-box-shadow: 0 0 5px rgba(235, 111, 36, 1);
            box-shadow: 0 0 5px rgba(235, 111, 36, 1);
    border: 1px solid rgba(235, 111, 36, 1);
    background: #fff;
}

.wrapper .caldera-grid .btn-default:hover, button#ojo-message-submit:hover {
    color: #eb6f24;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#caldera_form_1 input {
    color: rgba(235, 111, 36, 1);
}

.resoc {
	padding:5px 0 10px;
	}
.btn, button#ojo-message-submit{
	border-radius: 5px;
	padding: 3px 9px;
	color: #fff;
font-size: 11px;
text-transform: uppercase;
	display:inline-block;
	margin:2px 2px 2px 0;
	}
.bio {
	background: #8dc73f;
	}
.jardin_non_bio {
	background: #706f6f;
	}
.permaculture {
	background: #3db54a;
	}

.jardin_partage {
	background: #1f9e70;
	}
.visite {
	background: #127d3e;
	}
.logolabel{
	height:65px;
	padding:4px;
}
#majard {
	font-size:10px;
	font-style:italic;
	}
#majard a{
	font-weight:bold;
	}
#majard a:hover{
	color:#eb6f24;
	}
.post-type-archive-jardin #majard, .tax-departement #majard, .tax-pays #majard {
    padding: 2px 0  0 3px;
}
.taxonomy-description a {
	color: #eb6f24;
    }
    
.map-jardin{
    height:250px;
}
.leaflet-top.leaflet-left{
    z-index:400;
}
/******************************
** 404
*****************************/
.error404 .wrapper,
.text-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#post-404 {
    width: 75%;
    font-family: 'Amatic SC', sans-serif;
    font-size: 40px;
    font-size: 4rem;
}

.titre-404 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.titre-404 a {
    padding: 5px 20px;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border-radius: 7px;
    background: #9cb74e;
    font-family: 'Amatic SC', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    margin-top: 20px;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/******************************
** Commentaire
*****************************/

.comment-form-comment textarea#comment {
    width: 100%;
}

#comments p a {
    color:#eb6f24;
}

#comments .subtitle {
    margin: 0;
}

#comments .subtitle:before {
    content: none;
}

.commentlist .comment-body {
    padding: 10px;
    background: #EFEFEF;
    border: solid thin #DEDEDE;
    margin: 10px 0;
    position: relative;
}

.comment-body a.comment-reply-link {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #AEAEAE;
}
.reply {
	display: none;
}
ol.commentlist li {
    list-style: none;
}

ol.commentlist img.avatar {
    padding: 5px;
    background: #DEDEDE;
    border: solid thin #CECECE;
    float: left;
    display: block;
    margin: 15px;
    width: 32px;
    height: 32px;
}

ol.commentlist .comment-author {
    line-height: 25px;
}

ul.children {
    margin-left: 25px;
}

.comment-body cite.fn {
    font-size: 14px;
    font-style: normal;
}

.commentmetadata a {
    margin: 0;
    font-size: 11px;
    color: #999;
}

.comment-body p {
    margin: 5px;
}

.comment-body .comment-author.vcard {
    margin: 0;
}

#respond {
    background: #ececec;
    padding: 0 5px 0 5px;
}

/* Highlight active form field */
#respond label {
    display: block;
}

#respond input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#respond input[type=text]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 5px rgba(235, 111, 36, 1);
            box-shadow: 0 0 5px rgba(235, 111, 36, 1);
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(235, 111, 36, 1);
}

.caldera-grid .form-control {
    border-radius: 4px;
}

.commentlist .comment-body, #respond {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#cancel-comment-reply-link, .comment-body a.comment-reply-link {
    color: #eb6f24;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#cancel-comment-reply-link:hover, .comment-body a.comment-reply-link:hover {
    text-decoration: underline;
}

#respond .comment-reply-title {
    display: block;
    font-size: 1.9em;
    color: #91b429;
    font-family: 'Amatic SC', sans-serif;
    margin: 0px 0 20px 0px;
}

#respond input[type=submit] {
    outline: none;
    background: #9cb74e;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #CECECE;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#respond input[type=submit]:hover {
    color: #eb6f24;
    -webkit-box-shadow: 0 0 5px rgba(235, 111, 36, 1);
            box-shadow: 0 0 5px rgba(235, 111, 36, 1);
    border: 1px solid rgba(235, 111, 36, 1);
    background: #fff;
}

.page-defaut-inscription {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 75px 0;
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.page-defaut-inscription p {
    line-height: 50px;
    line-height: 5rem;
    font-family: 'Arial', sans-serif;
}

.page-defaut-inscription a {
    font-family: 'Arial', sans-serif;
    color: rgba(235, 111, 36, 1);
    padding: 0 10px;
    padding: 0 1rem;
}

.page-defaut-inscription a:hover {
    color: #9cb74e;
}

#CF586e13e373709_1-row-3 #fld_7908577_1, button#ojo-message-submit {
    background: #9cb74e;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#CF586e13e373709_1-row-3 #fld_7908577_1:hover, button#ojo-message-submit:hover {
    color: #eb6f24;
    -webkit-box-shadow: 0 0 5px rgba(235, 111, 36, 1);
            box-shadow: 0 0 5px rgba(235, 111, 36, 1);
    border: 1px solid rgba(235, 111, 36, 1);
    background: #fff;
}

/* ===================== COMMENTS ===================== */

/******************************
** Jardin Departement / Jardin Archive
*****************************/
.jardin-itemdept {
    position: relative;
    background: #fff;
    color: #626361;
    font-size: 1.2em;
    font-family: 'Arial', sans-serif;
    width: 49%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: #888 0px 0px 2px;
            box-shadow: #888 0px 0px 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    border-radius: 7px;
}

.div_textvigne {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 70px;
}

.jardin-itemdept a:hover .div_textvigne {
    background: rgba(235, 111, 36, 0.8);
}

.jardin-itemdept a:hover .div_textvigne h2 {
    color: #fff;
}

.titre-jardin {
    font-size: 1.5em;
    text-align: left;
}

.result-page .jardin-item {
    max-height: none;
}

.result-page .div-produits {
    width: 100%;
}

h3.villeresults{
    font-family: 'Arial', sans-serif;
    padding: 0.4rem 1rem 0;
    font-size: 12px;
    font-size: 1.2rem;
	font-weight:600;
}

.div-produits p,
.div-produit > span {
    font-family: 'Arial', sans-serif;
    padding: 10px;
    padding: 0.4 rem 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
}

.result-page .div-produits .single-product {
    float: left;
    max-width: 72px;
    padding: 5px;
    margin: 9px;
    text-align: center;
    height: 68px;
    width: 131px;
    border-radius: 7px;
    -webkit-box-shadow: #CECECE 0px 1px 4px 3px;
            box-shadow: #CECECE 0px 1px 4px 3px;
    position: relative;
    word-wrap: break-word;
}

.div-produits .single-product h3 {
    font-size: 10px;
    line-height: 11px;
    line-height: 1.1rem;
}

.result-page .div-produits .single-product img {
    position: absolute;
    bottom: 7px;
    left: 20px;
}

.div_textvigne {
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-shadow: 1px 1px 8px #aaa;
	        box-shadow: 1px 1px 8px #aaa;
}

.div_textvigne .img-product {
    margin-right: 5px;
}

.div_textvigne h2 {
    font-size: 1.6em;
    padding-left: 10px;
}

.deprtm-div_vigne {
    padding-right: 10px;
    color: #555555;
}

.vignjar {
    width: 100%;
    border-radius: 7px 7px 0 0
}

.vignjar img {
    width: 100%;
    height: 120px;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #eee;
}
#deptarchjard {
	font-size:11px;
	padding:3px 0 0 10px;
	}

/**
BLOG
 */

.home .jardin-itemdept,.category .jardin-itemdept {
    overflow: hidden; /*pour les bords arrondis */
}

/*//// RESPONSIVE :v //////////////////////////////////////////////////*/

/* MOBILE ET MENUS */
@media screen and (max-width: 849px) {

    /* pour dégager adminbar WP */
    #wpadminbar {
        display: none;
    }
    html {
        margin-top: 0 !important;
    }

    body {
        width: 100%;
    }

    .logo {
        top: 595px;
        left: 47px;
    }
	
	.messageriemob {
		display:flex;		
	}

    .error404 aside {
        display: none;
    }

    .sidebar-single-jardin {
        display: none;
    }

    /* MENU */
    #sub-header {
        display: none;
    }

    /* BREADCRUMB */
    #breadcrumbs {
        padding-left: 1rem;
    }

    /* ACCUEIL */
    #accueil-potiron {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #accueil-potiron #accueil-potiron img {
        width: 264px;
    }

    #accueil-potiron p {
        text-align: justify;
    }

    .presentation-home {
        width: 63%;
    }

    .carte-home {
        width: 100%;
    }

    /* MAP */
    .map-header h1 {
        width: 100%;
        font-size: 3rem;
        padding: 0 3rem;
    }
}

	/* PAGE STATISTIQUES */

@media screen and (max-width: 1180px){
	#stat_jardins article{
	width:80vw;
	}

	#stat_jardins .merci{
	margin-bottom:120px;
	}

    /* CONNEXION */
    .no-sidebar {
        width: 100%;
    }

    .home .sidebar-jardins {
        width:63%;
    }

    .flexSidebar .form-inscription:before {
        left: 54%;
    }

    .flexSidebar .form-inscription:after {
        left: 51%;
    }
	 .flexSidebar .form-motpasse:before {
        left: 54%;
    }

    .flexSidebar .form-motpasse:after {
        left: 51%;
    }

}

@media screen and (max-width: 565px) {

    .presentation-home {
        width: 100%;
    }
}

@media screen and (min-width: 850px) {
    #menu-mobile {
        display: none;
    }
}

/*------------------------------------*\
    RESPONSIVE RECHERCHE
\*------------------------------------*/
@media only screen and (max-width: 1199px){
	.recherche-area form #searchcriteria,
	.recherche-area form #searchcriteria>div {
	width:100%;
	}

	.recherche-area form #launchsearch{
	width:100%;
	text-align:center;
	}
}

@media only screen and (max-width: 480px){
	.category_criteres{
	   width:100%;
	   padding-left:0;
	}

	.recherche-area form #searchcriteria div#montrer p.cacher {
		padding:0;
	}
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* FOOTER */
@media only screen and (max-width: 484px) {
    footer.footer {
        padding: 20px 10px;
    }

    .colonnejar {
        -webkit-columns: 2;
        columns: 2;
    }
	.colonnesitemap {
    -webkit-columns:2;
    columns: 2;
}

    .all-dpt ul {
        font-size: 18px;
        line-height: 2.5rem;
    }

    .all-dpt h3 {
        font-size: 2.2rem;
    }
}

@media only screen and (min-width: 485px) and (max-width: 699px) {
    footer.footer {
        padding: 20px 10px;
    }

    .colonnejar {
        -webkit-columns: 3;
        columns: 3;
    }
	.colonnesitemap {
    -webkit-columns:3;
    columns: 3;
}

    .all-dpt ul {
        font-size: 18px;
        line-height: 2.5rem;
    }

    .all-dpt h3 {
        font-size: 2.2rem;
    }

}

@media only screen and (min-width: 700px) and (max-width: 799px) {
    footer.footer {
        padding: 20px 10px;
    }

    .colonnejar {
        -webkit-columns: 5;
        columns: 5;
    }

    .all-dpt ul {
        font-size: 18px;
        line-height: 2.5rem;
    }

    .all-dpt h3 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1006px) {
    footer.footer {
        padding: 20px 10px;
    }

    .colonnejar {
        -webkit-columns: 6;
        columns: 6;
    }

    .all-dpt ul {
        font-size: 18px;
        line-height: 2.5rem;
    }
}

/* Fin Footer Home */

/* PAGE MAJ JARDIN */
@media only screen and (max-width: 916px) {
    .page-template-maj_jardin form#jardin_metabox.cmb-form,
    .page-template-maj_jardin2 form#jardin_metabox.cmb-form {
        padding: 0 0 30px 0;
    }
}

@media only screen and (max-width: 878px) {
    .cmb-row .cmb-remove-field-row .cmb-remove-row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cmb-row .cmb-remove-field-row .cmb-remove-row a.move-up {
        width: 0;
    }

    .cmb-row .cmb-remove-field-row .cmb-remove-row a.move-down {
        width: 0;
    }
}

@media only screen and (min-width: 571px) and (max-width: 607px) {
    #_jardin_liste_de_produit_repeat {
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 570px) {
    #_jardin_liste_de_produit_repeat {
        padding: 0px 15px;
    }

    #_jardin_liste_de_produit_repeat .cmb-field-list .cmb-row {
        width: 50%;
        margin: 0;
    }

    /* Sélecteur légumes */
    .contenu-liste-puces {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100% !important;
    }

    .cmb-row .cmb-remove-field-row {
        width: 50% !important;
    }

    .cmb-row .cmb-remove-field-row {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

		/* RECHERCHE*/

	.recherche-area form #searchcriteria,
	.recherche-area form #searchcriteria>div {
	width:100%;
	}

	.recherche-area form #launchsearch{
	width:100%;
	text-align:center;
	}

}
@media only screen and (max-width: 450px) {
    /* Sélecteur carte + decs */
    .cmb2-id--jardin-localisation, .cmb2-id--jardin-description {
        width: 100%;
    }

    .cmb2-id--jardin-localisation {
        padding-left: 7.5%;
    }

    .cmb2-id--jardin-radio-status {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	.cmb2-id--jardin-spec  {
        width: 100%;
		text-align:center
    }

    .cmb2-id--jardin-nom-jardin {
        width: 100%;
    }

    /* Sélecteur département + photo */
    .cmb2-id--jardin-departement, .cmb2-id-submitted-post-thumbnail {
        width: 100%;
    }

    .cmb2-id-submitted-post-thumbnail {
        padding-left: 3.5%;
    }

    /* Sélecteur légumes */
    #_jardin_liste_de_produit_repeat .cmb-field-list .cmb-row {
        width: 100%;
    }

    #_jardin_liste_de_produit_repeat .cmb2_select {
        width: 100%;
    }

    .cmb-row .cmb-remove-field-row {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100% !important;
    }

    .contenu-liste-puces ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cmb-row .cmb-remove-field-row .cmb-remove-row a.move-down {
        width: 7%;
    }
}

@media only screen and (max-width: 371px) {
    .cmb2-radio-list label {
        padding-left: 5px;
    }

    .cmb-row .cmb2-radio-list li {
        font-size: 2.2rem;
    }

}

/* RECHERCHE DE JARDIN */
@media only screen and (min-width: 851px) and (max-width: 1199px) {
    #search-engine {
        width: 440px;
    }

    .recherche-jardins div#carte {
        width: calc(100% - 440px) !important;
    }

    .jardin-item {
        width: 100%;
    }
}

@media only screen and (min-width: 750px) and (max-width: 850px) {
    #search-engine {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    div#carte {
        width: 100% !important;
        height: 300px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .jardin-item {
        width: 50%;
    }
}



@media only screen and (max-width: 749px) {
    #search-engine {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .page-id-10393 div#carte {
        width: 100% !important;
        height: 300px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .jardin-item {
        width: 100%;
    }

	.postblog {
	width:100%;
	padding-bottom:10px;
	margin: 10px;
	}

}

/* Départements */
@media only screen and (min-width: 760px) and (max-width: 850px) {
    .tax-departement .flexSidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tax-departement .sidebar-publicite  {
        display: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .tax-departement .no-sidebar-publicite {
        width: 100%;
    }
		.post-type-archive-jardin .no-sidebar-publicite {
        width: 100%;
    }
}

@media only screen and (max-width: 759px) {
    .recherche-area form {
        flex-direction: column;
        align-items: center;
    }

    .tax-departement .sidebar-publicite {
        display: none;
    }

	.post-type-archive-jardin .sidebar-publicite {
		   display: none;
    }

    .tax-departement .no-sidebar-publicite {
        width: 100%;
    }
	.post-type-archive-jardin .no-sidebar-publicite {
        width: 100%;
    }

}

@media only screen and (max-width: 593px) {
    .jardin-itemdept {
        width: 100%;
    }
	.with-sidebar {
		width:100%;
		}
}

@media only screen and (max-width: 540px) {
    .jardin-produit {
        width: 94%;
    }

}

@media only screen and (max-width: 390px) {
	.recherche-area form #searchcriteria div#montrer p.montrer{
	padding:0;
	}

	.recherche-area form #searchcriteria div#montrer div.border{
	border:none;
	}
}

/* Page Mon jardin */

@media only screen and (max-width: 540px){
.page-template-maj_jardin .cmb-form:after,
.page-template-maj_jardin2 .cmb-form:after{
	background:none;
}

.page-template-maj_jardin .cmb-form:after,
.page-template-maj_jardin2 .cmb-form:after{
	background:none;
}

.cmb2-wrap.form-table {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 350px) {
    .no-sidebar {
        margin: 0;
    }

    .illustation-produit {
        width: 30%;
    }

    .jardin-produit {
        min-width: 97%;
    }
}

/******************************************************************************/
/****** modifications de Thierry **********************************************/
/******************************************************************************/

/****** modification du css en place ******************************************/
#accueil-potiron article.presentation-home{
    width: calc(100% - 301px);
    min-width: 310px;
    display: flex;
    flex-wrap: wrap;
}
#accueil-potiron aside.sidebar-jardins{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}
#accueil-potiron aside.sidebar-jardins div{
    width: 31%;
    min-width: 200px;
}
#accueil-potiron aside.sidebar-jardins div:last-child{
    width: 100%;
}
@media only screen and (max-width: 759px) {
	#accueil-potiron aside.sidebar-jardins div {
	width:100%;
	}
	.all-dpt ul {
		font-size: 12px;
	}
	.all-dpt h3 {
		font-size: 14px;
	}
}

.titre-count{
    position: relative;
}
.topic-feed{
    position: absolute;
    top: 0;
    right: 15px;
}
.topic-feed img{
    width: 20px;
}
@media only screen and (max-width: 600px) {
    #accueil-potiron article.presentation-home{
        width: 100%;
    }
    .topic-feed{
        display: none;
    }
}
.submenu .sub-container{
    max-width: 1000px;
    justify-content: flex-end;
}
.submenu .sub-container a{
    font-size: 1.6em;
}
.page-defaut-inscription{
    text-align: center;
}
.button-primary#submit-jardin{
    position: relative;
    margin-bottom: 0px;
    bottom: -30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
form#jardin_metabox .button-primary#submit-jardin:disabled{
    background:grey;
}
.cmb2-wrap.form-table span{
    position: relative;
}
.cmb2-wrap.form-table span a.bouton-supp-jardin{
    margin: 100px 5% 30px;
}
@media only screen and (max-width: 900px){
    .button-primary#submit-jardin{
        margin-bottom: 30px;
    }
    
.page-template-inscription .u-column2.col-2{
    float:none;
    width:90%;
	}
}
@media only screen and (max-width: 512px){
    .cmb2-wrap.form-table span a.bouton-supp-jardin{
        margin: 50px 5% 30px;
    }
}

#partenaire{
    width: 100%;
}
.partacc {
	padding:0 5px;
}

/****** page des jardins favoris **********************************************/
.aucun{
    text-align: center;
    color: #eb6f24;
    font-style: italic;
}
.resultats_abonnements{
    width: 90%;
    font-family: 'Arial', sans-serif;
    margin: 10px auto;
    font-size: 14px;
    background: #fff1e8;
}
.resultats_abonnements > div{
    display: flex;
    justify-content: space-around;
}
.resultats_abonnements .nom_jardin{
    width: 40%;
    text-align: center;
}
.resultats_abonnements .nom_jardin a{
    color: #eb6f24;
    padding: 15px 0px;
    display: block;
    border-bottom: 2px solid #fff;
}
.resultats_abonnements .nom_jardin a:hover{
    border-bottom: 2px #91b429 solid;
    color: #eb4d24;
    background: #f7fde4;
}
.resultats_abonnements .localisation_jardin{
    width: 30%;
    text-align: center;
}
.resultats_abonnements .localisation_jardin a{
    padding: 15px 0px;
    display: block;
    border-bottom: 2px solid #fff;
}
.resultats_abonnements .localisation_jardin a:hover{
    border-bottom: 2px #91b429 solid;
	background: #f7fde4;
}
.resultats_abonnements .bouton_jardin{
    width: 30%;
    min-width: 140px;
    text-align: center;
    font-size: 11px;
}
.resultats_abonnements .bouton_jardin a{
    color: #eb6f24;
    padding: 17px 0px;
    display: block;
    border-bottom: 2px solid #fff;
}
.resultats_abonnements .bouton_jardin a:hover{
    border-bottom: 2px #eb4d24 solid;
    color: #eb4d24;
    background-color: #ffffcc;
}
.resultats_abonnements .bouton_jardin a::before{
    content: 'X';
    position: relative;
	left:-3px;
	top:0px;
    z-index: 1;
    font-weight: bold;
}

.resultats_abonnements .departement_class{
    width: 50%;
    text-align: center;
}
.resultats_abonnements .departement_class a{
    color: #eb6f24;
    padding: 15px 0px;
    display: block;
    border-bottom: 2px solid #fff;

}
.resultats_abonnements .departement_class a:hover{
    border-bottom: 2px #91b429 solid;
    color: #eb4d24;
    background: #f7fde4;
}
.resultats_abonnements .bouton_departement{
    width: 50%;
    min-width: 180px;
    text-align: center;
    font-size: 11px;
}
.resultats_abonnements .bouton_departement a{
    color: #eb6f24;
    padding: 17px 0px;
    display: block;
    border-bottom: 2px solid #fff;
}
.resultats_abonnements .bouton_departement a:hover{
    border-bottom: 2px #eb4d24 solid;
    color: #eb4d24;
    background-color: #ffffcc;
}
.resultats_abonnements .bouton_departement a::before{
    content: 'X';
    position: relative;
	left:-3px;
	top:0px;
    z-index: 1;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    .resultats_abonnements > div{
        height: auto;
        margin-bottom: 42px;
        flex-wrap: wrap;
    }
    .resultats_abonnements .nom_jardin, .resultats_abonnements .localisation_jardin{
        width: 50%;
        text-align: center;
    }
    .resultats_abonnements .bouton_jardin{
        width: 50%;
        margin-top: 14px;
    }
    .resultats_abonnements .departement_class{
        width: 100%;
        text-align: center;
    }
    .resultats_abonnements .bouton_departement{
        width: 100%;
        margin-top: 14px;
    }
}
@media only screen and (max-width: 350px) {
    .resultats_abonnements .nom_jardin, .resultats_abonnements .localisation_jardin, .resultats_abonnements .departement_class{
        width: 100%;
    }
    .resultats_abonnements .bouton_jardin, .resultats_abonnements .bouton_departement{
        width: 100%;
    }
}

/****** page jardin et bouton suivi *******************************************/
.suivre_ce_jardin{
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px;
    background: #fcc100;
    color: #fff;
    width: 80%;
    margin: 30px auto;
    display: flex;
}
@media only screen and (max-width: 600px){
    .suivre_ce_jardin{
        width: 90%;
    }
}
@media only screen and (max-width: 300px){
    .suivre_ce_jardin{
        width: 100%;
    }
}
.suivre_ce_jardin img{
    width: 7%;
    min-width: 35px;
    height: 100%;
    margin: auto;
}
.suivre_ce_jardin div{
    width: 93%;
    text-align: center;
}
.suivre_ce_jardin div a{
    border-radius: 10px;
    text-align: center;
    color: #eb6f24;
    background: #ffffff;
    padding: 0px 15px;
    position: relative;
}
.suivre_ce_jardin div a:hover{
    color: #91b429;
}
.suivre_ce_jardin.connection div a:hover::after{
    content: attr(data-descr);
	position: absolute;
	left:50px;
	top:-40px;
    width: 210px;
	background-color: rgba(0,0,0,0.7);
    border-radius: 5px 5px 5px 0px;
	padding: 6px 6px;
	color: #fff;
	font-size: 9px;
    font-weight: normal;
    font-style: normal;
	z-index: 1;
    font-family: Arial, sans-serif;
    text-align: center;
}
/****** page département (taxonomy) et bouton suivi ***************************/
.suivre_ce_departement{
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px;
    background: #fcc100;
    color: #fff;
    width: 80%;
    margin: 30px auto;
    display: flex;
}
@media only screen and (max-width: 600px){
    .suivre_ce_departement{
        width: 90%;
    }
}
@media only screen and (max-width: 300px){
    .suivre_ce_departement{
        width: 100%;
    }
}
.suivre_ce_departement img{
    width: 7%;
    min-width: 35px;
    height: 100%;
    margin: auto;
}
.suivre_ce_departement div{
    width: 93%;
    text-align: center;
}
.suivre_ce_departement div a{
    border-radius: 10px;
    text-align: center;
    color: #eb6f24;
    background: #ffffff;
    padding: 0px 15px;
    position: relative;
}
.suivre_ce_departement div a:hover{
    color: #91b429;
}
.suivre_ce_departement.connection div a:hover::after{
    content: attr(data-descr);
	position: absolute;
    left:50px;
	top:-40px;
    width: 220px;
	background-color: rgba(0,0,0,0.7);
    border-radius: 5px 5px 5px 0px;
	padding: 6px 6px;
	color: #fff;
	font-size: 9px;
    font-weight: normal;
    font-style: normal;
	z-index: 1;
    font-family: Arial, sans-serif;
    text-align: center;
}
/****** page de modification des jardins **************************************/
.bouton_alerte_modif_jardin{
    background: #fcc100;
    text-align: center;
    padding: 20px 0px 10px;
    font-family: arial;
    font-size: 0.6em;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
@media only screen and (max-width: 900px){
    .bouton_alerte_modif_jardin{
		width: 80%;
	}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
	width:100%;
	}
/* .page-template-mon-profil .profil-info{
    margin:10px 5%;
} */
}


.bouton_alerte_modif_jardin p{
    color: #fff;
    font-weight: bold;
}
.bouton_alerte_modif_jardin a{
    color: #fff;
    padding: 5px;
    border: 1px #eb6f24 solid;
    border-radius: 5px;
    background: #eb6f24;
    font-weight: bold;
}
.bouton_alerte_modif_jardin a:hover{
    background: #eb4d24;
}
.bouton_alerte_modif_jardin [type="checkbox"]:not(:checked),
.bouton_alerte_modif_jardin [type="checkbox"]:checked {
    visibility: hidden;
}
.slidecheck {
	width: 80px;
	height: 26px;
	background: #91b429;
	margin: 10px auto;
	border-radius: 50px;
	position: relative;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.slidecheck:after {
	content: 'NON';
	font: 12px/26px Arial, sans-serif;
	color: #fff;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.slidecheck:before {
	content: 'OUI';
	font: 12px/26px Arial, sans-serif;
	color: #fff;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}
.slidecheck label {
	display: block;
	width: 34px;
	height: 20px;
	border-radius: 50px;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    background: #fcc100;
}
.slidecheck input[type=checkbox]:checked + label {
	left: 43px;
}

/****** page remerciement suivi ***********************************************/
.remerciement-suivi{
    text-align: center;
}


/*********************OJO MESSAGE**********************************************/
#ojo-message-message{
    padding:30px 0;
    width:80%;
    margin:20px auto;
    text-align:center;
    font-size:2rem;
	background: #ccc;
}

.jardin_lien_btn {
    color:#eb6f24;
    position:absolute;
    bottom:-17px;
    right:0;
    font:300 11px/1.4 Arial,sans-serif;
	font-weight:normal;
	font-style:italic;
}

#ojo-message-message a[href="/connexion"]{
    text-decoration:underline;
}

#ojo-message-message a[href="/connexion"]:hover{
    color:#EB6F24;
}

.ojo-message-new-message-badge{
    position:relative;
}

.ojo-message-new-message-badge .dashicons-email::before{
    font-size:3.5rem;
}

.ojo-message-new-message-badge .ojo-message-badge{
    position:absolute;
    top:34%;
    left:98%;
    text-align:center;
    padding:0;
    line-height:25px;
    width:25px;
    height:25px;
    font-weight:bold;
    font-family:sans-serif;
    font-size:1.5rem;

}

#ojo-message-list{
    padding:0 0 30px 0;
}

@media screen and (max-width: 1378px) {
    .ojo-message-tab, .ojo-message-tab-content{
        width:100%;
    }
    .ojo-message-modal{
        width:80%;
        top:40%;
    }
}

@media screen and (max-width: 850px) {
	.ojo-message-new-message-badge{
	display: inline-block;
	padding-right: 25px;	
	}
	.ojo-message-new-message-badge .ojo-message-badge {
	top: -15%;
	left: 40%;	
	}
    #ojo-message-list{
        width:95%;
    }
    .ojo-message-tab-content{
        width:100%;
    }
    #ojo-message-list .ojo-message-tabs{
        justify-content:space-between;
    }
    .ojo-message-tabs .ojo-message-tabsnav{
        width:10%;
        min-width:auto;
        height:calc(50vh + 30px + 56px);
    }
    .ojo-message-tabs .ojo-message-tab{
        width:85%;
    }
    .ojo-message-tabs .ojo-message-tabsnav .ojo-message-btn-img{
        margin:0;
        padding:20px 0 35px;
    }
    .ojo-message-btn-img button{
        width:0px;
    }
    .ojo-message-tabs .ojo-message-tabsnav .ojo-message-btn-img img{
        left:50%;
        width:100%;
        max-width:50px;
        height:auto;
    }
    .ojo-message-btn-img .jardin_title_ojo{
        display:none;
    }
    .ojo-message-btn-img  .jardin_lien_btn{
        left:50%;
        bottom:-5px;
        transform:translate(-50%,0);
        width:100%;
    }
    .ojo-message-btn-img  .jardin_lien_btn.no_jardin{
        display:none;
    }
    .ojo-message-tab .ojo-message-tab-content .ojo-message-message {
        margin:5px 50px 40px 5px;
    }
    .ojo-message-tab .ojo-message-tab-content .ojo-message-message.reponse{
        margin: 5px 5px 40px 50px;
    }
}

@media screen and (max-width: 638px) {
    .ojo-message-tabs .ojo-message-tabsnav .ojo-message-btn-img{
        padding:20px 0 55px;
    }
    .ojo-message-btn-img  .jardin_lien_btn {
        bottom:-16px;
    }
}

#ojo-message-list h1{
    margin:20px 0;
    text-align:center;
    font-size:2.5rem;
    color:#eb6f24;
}
.jardin_lien_btn {
	color:#eb6f24;
	font: 300 11px/1.4 Arial,sans-serif;
	font-weight: normal;
	font-style: italic;
}

.ojo-message-tabs{
    justify-content:space-around;
    height:auto;
    flex-wrap:wrap;
}

.ojo-message-tabsnav{
    width:40%;
    min-width:300px;
    max-width:400px;
}

.ojo-message-tabsnav .active{
    background:#eb4d24;
}

.ojo-message-tabsnav .ojo-message-btn-img{
    position:relative;
    margin:20px 10px 20px 40px;
}

.ojo-message-tabsnav .ojo-message-btn-img img{
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 75px;
    position: absolute;
    transform: translate(-50%,-50%);
    background: white;
    top: 50%;
    left: 0;
}

.ojo-message-tabsnav button{
    padding:5px 0;
    color: #fff;
    font-family: 'Amatic SC', sans-serif;
    font-size:2rem;
    border:none;
    border-radius:5px;
    background:#eb6f24;
    text-align:center;
    font-weight:bold;
}

.ojo-message-tabsnav button:hover{
    background: #eb4d24;
}

/* .ojo-message-tabsnav button.new-message-in:after{
    content:'Nouveaux messages';
    position:absolute;
    top:5px;
    right:-50px;
    transform:translate(-50%,-50%);
    color:#91b429;
    background:white;
    padding:3px;
    border:1px solid #91b429;
} */

.ojo-message-tabsnav button.new-message-in:after{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    right:5px;
    transform:translate(-50%,-50%);
    width:10px;
    height:10px;
    border-radius:25px;
    background:rgba(145, 180, 41, 0.9);
    animation:sonarEffect 2s linear infinite;
}

@keyframes sonarEffect {
    0% {
    }
    50% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px rgba(145, 180, 41, 0.85), 0 0 0 5px rgba(255,255,255,0.5);
    }
    100%{
      box-shadow: 0 0 0 0px rgba(255,255,255,0.1), 0 0 0px 0px rgba(145, 180, 41, 0.75), 0 0 0 0px rgba(255,255,255,0.5);
    }
}

.ojo-message-tab{
    box-shadow:0 0 20px -10px #000000;
    border-radius:15px;
}

.ojo-message-tab-action-btn{
    border-radius:100%;
    background:none;
    border:none;
}

.ojo-message-tab-action-btn i{
    font-size:2.5rem;
}

.ojo-message-tab-action-btn i:hover{
    color:#eb6f24;
}

.ojo-message-tab-content{
    padding:20px 10px 10px 10px;
    border-top:none;
}

.ojo-message-tab-content::-webkit-scrollbar {
    width:10px;
}
.ojo-message-tab-content::-webkit-scrollbar-track { 
    border-radius:0px;
}
.ojo-message-tab-content::-webkit-scrollbar-thumb {
    background:#eb6f24; 
    border-radius:5px;
}
.ojo-message-tab-content::-webkit-scrollbar-thumb:hover {
    background:#eb4d24;
}

.ojo-message-tab-content .ojo-message-message{
    margin:5px 50px 30px 5px;
    position:relative;
    border-radius:15px;
}

.ojo-message-tab-content .ojo-message-message.reponse{
    margin:5px 5px 30px 50px;
    position:relative;
}

.ojo-message-tab-content .ojo-message-message div:first-child{
    position:absolute;
    top:-20px;
    font-weight:bold;
}

.ojo-message-tab-content .ojo-message-message>p{
    margin:5px 5px 15px 5px;
}

/*.ojo-message-tab-content .ojo-message-message .actions{
    position:absolute;
    top:80%;
    right:5px;
}

 .ojo-message-tab-content .ojo-message-message:not(:first-child) .actions .respond-message{
    display:none;
} */

.ojo-message-tab-content .ojo-message-message .actions button{
    color: #fff;
    font-family: 'Amatic SC', sans-serif;
    font-size:2rem;
    border:none;
    border-radius:5px;
    background:#eb6f24;
    text-align:center;
    margin-right:10px;
}

.ojo-message-tab-content .ojo-message-message .actions button:hover{
    background: #eb4d24;
}

/*repondre fenetre*/
.ojo-message-modal{
    top:40%;
    height:auto;
    border:none;
    border-radius:15px;
}
.ojo-message-modal #modal-close{
    border:none;
}

.ojo-message-modal #ojo-message-form label{
    width:100%;
    display:block;
    font-weight:bold;
    font-size:2rem;
}

.ojo-message-modal #ojo-message-form #ojo-message-textarea{
    resize:vertical;
    min-height:200px;
    width:100%;
}

.ojo-message-modal #ojo-message-form #ojo-message-submit{
    display:block;
    margin:20px auto 0 auto;
    width:125px;
    /*height:30px;*/
    color: #fff;
    font-family: 'Amatic SC', sans-serif;
    font-size:2rem;
    font-weight:bold;
    border:none;
    border-radius:5px;
    background:#eb6f24;
    text-align:center;
}

.ojo-message-modal #ojo-message-form #ojo-message-submit:hover{
    background:#eb4d24;
}

.ojo-message-modal .actions button{
    width:125px;
    height:30px;
    color: #fff;
    font-family: 'Amatic SC', sans-serif;
    font-size:2rem;
    border:none;
    border-radius:5px;
    background:#eb6f24;
    text-align:center;
}

.ojo-message-modal .actions button:hover{
    background:#eb4d24;
}

.ojo-message-modal.confirm-modal{
    width:auto;
    height:auto;
}

.ojo-message-modal.confirm-modal .actions{
    position:relative;
    padding-top:20px;
}

.ojo-message-modal.confirm-modal .modal-message{
    text-align:center;
	padding:3%;
}

.ojo-message-modal.confirm-modal #modal-close{
    top:1px;
    right:-9px;
	font-size: 24px;
	
}

#ojo-message-form{
    display:flex;
    flex-wrap:wrap;
}

#ojo-message-form label, #ojo-message-form textarea{
    width:100%;
}

#ojo-message-form textarea{
    resize:vertical;
}

#ojo-message-form label{
    font-weight:700;
}

#ojo-message-form #ojo-message-submit{
    border:none;
    padding:6px 12px;
    font-size:14px;
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

/* Animation loader */
@keyframes lds-flickr-opacity {
    0% {
        -webkit-transform: translate(0 0);
        transform: translate(0 0);
        opacity: 1;
    }
    49.99% {
        opacity: 1;
        -webkit-transform: translate(80px, 0);
        transform: translate(80px, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(80px, 0);
        transform: translate(80px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes lds-flickr-opacity {
    0% {
        -webkit-transform: translate(0 0);
        transform: translate(0 0);
        opacity: 1;
    }
    49.99% {
        opacity: 1;
        -webkit-transform: translate(80px, 0);
        transform: translate(80px, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(80px, 0);
        transform: translate(80px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes lds-flickr {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(80px, 0);
        transform: translate(80px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes lds-flickr {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(80px, 0);
        transform: translate(80px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.lds-css{
    margin:0 auto;
}
.lds-flickr {
    position: relative;
}
.lds-flickr div {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 60px;
    left: 20px;
}
.lds-flickr div:nth-child(1) {
    background: #f08d43;
    -webkit-animation: lds-flickr 1s linear infinite;
    animation: lds-flickr 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-flickr div:nth-child(2) {
    background: #f6eddc;
    -webkit-animation: lds-flickr 1s linear infinite;
    animation: lds-flickr 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-flickr div:nth-child(3) {
    background: #f08d43;
    -webkit-animation: lds-flickr-opacity 1s linear infinite;
    animation: lds-flickr-opacity 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-flickr {
    width: 184px !important;
    height: 184px !important;
    -webkit-transform: translate(-92px, -92px) scale(0.92) translate(92px, 92px);
    transform: translate(-92px, -92px) scale(0.92) translate(92px, 92px);
}

/* 
    ================================================================================ YANN-SOAZ EDIT
    =============================================================================== GEOLOCATION
    =============================================================================== 
*/

.switch-radio-box {
    display:flex;
    justify-content: center;
}
.switch-radio {
    display:none;
}
.switch-radio:checked + label {
    background-color: #eb4d24;
}
.ap-footer {
    display:none !important;
}

.onglets-form > input {
    display:none;
}
.onglets-form > label {
    display:inline-block;
    padding:5px 10px;
    transition: all .3s;
    cursor: pointer;
}
    .onglets-form > input:checked + label {
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
        border-bottom: solid 0px transparent;
        border-radius: 5px 5px 0 0;
    }
    .onglets-form > input:not(:checked) + label {
        border: solid 0px transparent;
        border-bottom: solid 1px #fff;
        color: rgba(255,255,255,0.7);
    }

.onglets-form > div {
    transition:all .3s;
}
    #geolocationChoice-user:checked + label + div + #geolocate-input, 
    #geolocationChoice-city:checked + label + input + label + #city-search-input {
        height:39px;
        overflow:visible;
    }
    #geolocationChoice-user:not(:checked) + label + div + #geolocate-input, 
    #geolocationChoice-city:not(:checked) + label +  input + label + #city-search-input {
        height:0;
        overflow:hidden;
    }

.onglets-form .btn-potir {
    font-size: 1.1em;
    margin-bottom:0;
    padding:5px;
    transition:all .3s;
    cursor: pointer;
}
.flageo {
    display:inline-block;
}
.flageo img {
    vertical-align: middle;
}