/* NORMALIZE================================================================ */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000000;
}

p, pre {
    margin-bottom: 1em;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

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

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 20px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

/* CORE================================================================ */
html, body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

html {
    font-size: 100%;
    background: #fff;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

.bebas_neue {
    font-family: 'Bebas Neue', sans-serif;
}

.page {

}

b,
.bold,
.strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fc892e;
}

a:hover, a:active, a:focus {
    color: #ffd91e;
}

/*section { padding: 3em; }*/
ol {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}

ol li {
    clear: both;
    margin: 1em 0;
}

.icon_block {
    float: left;
    width: 16%;
    min-width: 100px;
    text-align: center;
    margin-top: 5px;
}

.content_block {
    overflow: hidden;
}

.circle {
    margin-top: 0.4em;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    background: #3dbfd9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.circle svg {
    margin: 15px;
    float: left;
}

.bullets li {
    list-style: disc;
    margin-bottom: 0.74em;
}

.bullets li ul {
    padding-left: 0;
}

.bullets li li {
    list-style: none;
    margin: 0.5em 0;
}

.small {
    font-size: 14px;
}

.cta, .cta:link, .cta:visited {
    font-weight: bold;
    position: relative;
    float: right;
    border: 2px solid white;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    line-height: 2;
    font-size: 20px;
    padding: 0.3em 3.5em 0.3em 1em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ff0000;
}

.cta:hover, .cta:active, .cta:focus {
    text-decoration: none;
    background: #333333;
}

.cta svg {
    position: absolute;
    right: 1em;
    top: 20%;
}

.writable {
    padding: 0;
    list-style: none;
}

.writable li {
    color: #212326;
    border-radius: 8px;
    background: #e2f5f9;
    padding: 0.75em 1em;
}

.writable .error {
    border: 2px solid red;
}

.writable .success {
    border: 2px solid green;
}

.footer {
    padding: 70px 0 30px;
    position: relative;
    border-bottom: 10px solid #ffd91f;
}

.footer .mainnav {
    margin-top: 0.5em;
}

.mainnav {
    color: #bcffff;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.mainnav ul {
    padding: 0;
    margin: 0 auto;
}

.mainnav li {
    display: inline-block;
    float: none;
    position: relative;
}

.mainnav a {
    text-transform: uppercase;
    margin-right: 0.8em;
    position: relative;
}

.mainnav a:link, .mainnav a:visited {
    color: #bcffff;
}

.mainnav a:hover, .mainnav a:active, .mainnav a:focus {
    color: #ffffff;
}

.mainnav a:after {
    content: '/';
    display: inline-block;
    padding-left: 1em;
    left: 0;
    top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #bcffff;
}

.mainnav .first a {
    padding-left: 0;
    outline: none;
}

.mainnav .first a:after {
    content: '/';
}

.footer .left {
    position: absolute;
    margin: 0;
}

.colophon {
    clear: both;
    text-align: center;
    margin-top: 3em;
    font-size: 12px;
}

.colophon svg {
    margin-bottom: -8px;
}

.small svg {
    margin-bottom: -15px;
}

.callout {
    color: #f00;
}

#error_404 {
    padding: 2em;
    text-align: center;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.on_991 {
    display: none;
}

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

h1.page-title,
h1.title,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
}

h1.title {
    text-align: center;
}

h1.page-title,
.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.nostyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination,
.login_block > .container,
.slick-slider .slick-track,
.row,
.displayflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify_end {
    justify-content: flex-end;
}

.justify_center {
    justify-content: center;
}

/* header */
#header {
    position: relative;
    z-index: 999;
}

.login_block {
    padding-top: 10px;
    padding-bottom: 10px;
}

.login_block > .container {
    justify-content: flex-end;
    align-items: center;
}

.login_block > .container .userInfos {
    margin-right: 20px;
}

.login_block_cover {
    align-items: center;
}

.login_block_cover .site_langue {
    margin-left: 20px;
}

.login_block .login_links {
    background: #0071bc;
    border-radius: 5px;
}

.login_links li {
    margin: 15px 0 12px 15px;
    display: flex;
    align-items: center;
    align-content: center;
}

.site_langue li a,
.main_menu li a,
.login_links li a {
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-transform: uppercase;
    outline: none;
}

.login_links li a {
    font-size: 20px;
    line-height: 20px;
}

.login_links li:after {
    content: "";
    margin-left: 15px;
    position: relative;
    line-height: normal;
    height: 15px;
    width: 1px;
    background: #fff;
}

.login_links li:last-child:after {
    display: none;
}

.login_links li:last-child a {
    padding-right: 20px;
}

.main_menu .menu_box {
    align-items: center;
}

.main_menu li {

}

.main_menu li a {
    font-size: 1.1rem;
    padding: .5rem;
    color: #000;
}

.menu_label {
    background: #000 url(../img/left.svg) no-repeat 15px center / 20px;
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    margin-right: -1px;
    cursor: pointer;
}

.site_langue li a {
    color: #000;
    font-size: 20px;
    text-decoration: underline;
}

.site_langue li:hover a,
.main_menu li:hover a,
.login_links li:hover a,
.site_langue li.active a,
.site_langue li:hover a {
    color: #fe8918;
}

.yellow_border {
    position: relative;
    min-height: 70px;
}

.yellow_border.min {
    min-height: 20px;
}

.yellow_border .container {
    position: relative;
    z-index: 1;
}

.displayflex{
    display: flex !important;
}

.yellow_border:before {
    content: "";
    border-top: 5px solid #ffd91f;
    left: 0;
    right: 0;
    position: absolute;
    top: calc(50% - 2px);
}

.border_top .container:after,
.border_top .container:before {
    display: none;
}

.logo_top {
    margin-right: 20px;
}

/* Footer */
.footer_content {

}

.footer_content .row {
    margin-left: -20px;
    margin-right: -20px;
}

.footer_content .footer_bloc {
    padding: 0 20px 25px;
}

.footer_content .footer_title {
    margin: 0 0 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #fc892e;
    font-family: 'Just Another Hand', cursive;
    font-size: 30px;
    line-height: 32px;
}

.footer_content li a {
    display: inline-block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 5px 0;
    text-decoration: none;
}

.footer_content li a:hover {
    color: #ffd91e;
}

.footer_rs {
    margin-top: -15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.footer_rs li {
    margin: 0 15px 15px 0;
}

.footer_rs ul li:last-child {
    margin-right: 0;
}

.footer_rs li a {
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
}

.footer_rs li a.facebook {
    color: #3B579D;
}

.footer_rs li a.linkedin {
    color: #2867B2;
}

.footer_rs li a.instgram {
    color: #D00075;
}

.footer_rs li a.youtube {
    color: #FF0000;
}

.footer_rs li a:hover {
    color: #fc892e;
}

body .scrollup i:before {
    position: relative;
    top: 2px;
    font-size: 27px;
}

/* Home */
.slogan {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: 'Bebas Neue', 'Just Another Hand', cursive;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    flex-wrap: initial;
    justify-content: center;
    width: 100%;
}

.slogan:after {
    position: relative;
    content: '';
    width: 30px;
    height: 40px;
    background: url(../img/fleche-slogan.png) no-repeat 50% 50%;
    background-size: cover;
    top: 15px;
}

.slogan_2 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'arial', 'sans-serif';
    line-height: 25px;
    align-items: center;
    flex-wrap: initial;
}

.slogan_2:after {
    content: '';
    height: 62px;
    width: 28px;
    background: url(../img/point-excla.png) no-repeat 50% 50%;
    font-size: 80px;
    min-width: 28px;
    margin-left: 15px;
}

.bottinmalin_search {
    margin-bottom: 80px;
    margin-top: 30px;
}

.bottinmalin_search .container {
}

.bottinmalin_search_cover {
    justify-content: center;
    align-items: flex-end;
}

.bottinmalin_search_left {
    width: auto;
    text-align: center;
    margin-right: 50px;
}

.bottinmalin_search form {
    max-width: 700px;
    padding: 20px;
    background: #32c7ff54;
    justify-content: center;
    flex-wrap: initial;
    position: relative;
}

.form-control {
    height: auto;
}

.bottinmalin_search #search {
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    color: #000;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 320px;
    max-width: 320px;
    outline: none;
    margin-right: 5px;
}

.bottinmalin_search #search:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 217 31 / 61%);
}

.bottinmalin_search .search_button {
    background-color: #1073ba;
    border: 1px solid #1073ba;
    font-family: 'Bebas Neue', 'arial', 'sans-serif';
    color: #fff;
    font-size: 23px;
    padding: 10px 15px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bottinmalin_search .search_button:hover {
    background: #fe8918;
    border-color: #fe8918;
}

form .suggesstion {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: calc(100% - 30px);
    text-align: left;
    list-style: none;
    z-index: 1;
}

.bottinmalin_search form .suggesstion {
    left: 20px;
    right: 20px;
    top: calc(100% - 20px);
}

form .suggesstion ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 325px;
    overflow: auto;
}

form .suggesstion ul li {
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    padding: 5px 15px 4px;
    cursor: pointer;
    border: 1px solid #dfe0e6;
    border-top: none;
}

form .suggesstion ul li:hover {
    background: #000;
    color: #fff;
}

.bottinmalin_guide {
    background: #fddc47 url(../img/fond-2-cercles.png) no-repeat 0% 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bottinmalin_welcome .sub_title {
    font-size: 30px;
    text-transform: uppercase;
    background: url(../img/fleche-2.png) no-repeat calc(100% - 50px) 100%;
    padding-bottom: 20px;
    padding-right: 140px;
}

.bottinmalin_welcome p {
    margin-bottom: 5px;
    font-weight: 600;
}

.bottinmalin_welcome .p-content:before {
    content: '';
    height: 90px;
    width: 90px;
    display: inline-block;
    background: url(../img/fleche-3.png) no-repeat 50% 50%;
    margin-left: -15px;
    position: absolute;
}

.bottinmalin_welcome .para-1 {
    max-width: calc(100% - 100px);
    text-align: left;
    hyphens: auto;
    margin-left: 90px;
}

.bottinmalin_welcome .bouton_div {
    text-align: center;
    margin-top: 15px;
    position: initial;
}

.post-content .post-meta a.add-to-reading-list {
    background: #1073ba !important;
    color: #fff !important;
    padding: 4px 15px !important;
    margin-left: 10px !important;
}

.post-content .post-meta a.add-to-reading-list,
.bouton_link, .bouton.blue a {
    display: inline-block;
    max-width: 250px;
    padding: 8px 15px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.filter_item_cover .bouton_div input[type="number"]{
  display: inline-block;
  width: 80px;
  border: 1px solid #d1cfcf;
  line-height: 32px;
  border-radius: 5px;
  padding: 0 5px 0 10px;
  margin: 5px 0 5px 5px;
}
.filter_item_cover .bouton_div  input[type="number"] + .bouton_link{
  margin-left: 10px;
}
.bouton_noir {
    background: #000;
}

.bouton_orange {
    background: #fe8918;
}

.bouton_noir:hover,
.bouton_orange:hover {
    background: #1073ba;
    color: #fff;
}

.post-content .post-meta a.add-to-reading-list:hover {
    background: #fe8918 !important;
}

.posts_mairie,
.bottinmalin_guide {
    margin-bottom: 60px;
}

.bloc_title {
    margin-bottom: 40px;
    text-align: center;
}

.bloc_title .title,
.bottinmalin_guide .guide_title {
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottinmalin_guide p {
    margin-top: 0;
    margin-bottom: 20px;
}

.bottinmalin_guide .guide_title:after {
    content: '';
    height: 22px;
    width: 45px;
    background: url(../img/fleche-4.png) no-repeat 100% 100%;
    background-size: contain;
    margin: 40px 0 0;
    transform: rotate(45deg);
}

.bottinmalin_guide p.gratuit {
    font-family: 'Bebas Neue', 'arial', 'sans-serif';
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0;
}

.bottinmalin_guide p.gratuit:after,
.bottinmalin_guide p.gratuit:before {
    content: '';
    width: 20px;
    height: 5px;
    background: #fdd74c;
    display: inline-block;
    margin: 7px;
}

.bottinmalin_guide h3 {
    text-align: center;
    padding: 10px 0px 20px;
    margin-bottom: 20px;
    margin-top: -15px;
    color: #fe8918;
    font-family: 'Just Another Hand', cursive;
    font-size: 38px;
    line-height: 32px;
}

.bottinmalin_guide .guide_item {
    position: initial;
}

.bottinmalin_guide .guide_item_cover {
    position: relative;
    padding: 15px 15px 70px;
    height: 100%;
}

.bottinmalin_guide .guide_item_cover:before,
.bottinmalin_guide .guide_item_cover:after {
    content: "";
    height: 53px;
    width: 53px;
    position: absolute;
    bottom: 0;
}

.bottinmalin_guide .guide_item_cover:before {
    background: url(../img/carre-left.png) no-repeat 50% 50%;
    left: 0;
}

.bottinmalin_guide .guide_item_cover:after {
    background: url(../img/carre-right.png) no-repeat 50% 50%;
    right: 0;
}

.bouton_div,
.bottinmalin_guide .guide_item_cover .bouton_div {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 25px;
}

.bottinmalin_guide .guide_item_cover .bouton_div {
    justify-content: center;
}

.bottinmalin_guide .guide_item_cover .bouton_div .bouton_link {
    margin: 0 5px 5px;
}

.bottinmalin_guide .guide_item_cover .bouton_div .modal_view_button {
    position: relative;
}

.bottinmalin_guide_cover {
    position: relative;
}

.bottinmalin_guide .modal_view {
    position: absolute;
    bottom: 80px;
    left: 50%;
    box-shadow: 1px 4px 10px -3px rgba(0, 0, 0, 0.74);
    background: #fff;
    padding: 20px;
    transform: translate(-50%);
    z-index: 1;
    width: auto;
    max-width: 100%;
    min-width: 80%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    visibility: hidden;
    opacity: 0;
    max-height: 500px;
    overflow: auto;
}

.bottinmalin_guide .modal_view.active {
    visibility: visible;
    opacity: 1;
}

.bottinmalin_guide .modal_view h4 {
    margin: 0 0 10px;
    font-size: 20px;
}

.bottinmalin_quote {
    margin-top: 120px;
    background: #fddc47 url(../img/fond-cercle-plein.png) no-repeat 0% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: visible;
    position: relative;
}

.bottinmalin_quote:before {
    content: "";
    height: 152px;
    width: 152px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 66px);
    margin-top: -170px;
    background: url(../img/joel-faure.png) no-repeat 0% 100%;
    z-index: 1;
}

.bottinmalin_quote:after {
    content: "";
    height: 355px;
    width: 390px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/fond-cercle-plein-2.png) no-repeat 0% 100%;
}

.bottinmalin_quote .container {
    position: relative;
    padding-bottom: 15px;
    z-index: 1;
}

.bottinmalin_quote .container:after {
    content: "";
    height: 229px;
    width: 229px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 66px);
    bottom: -175px;
    background: url(../img/cible-small.png) no-repeat 0% 100%;
}

.bottinmalin_quote .bottinmalin_quote_cover {
    position: relative;
    padding-bottom: 30px;
}

.bottinmalin_quote .bottinmalin_quote_cover:before,
.bottinmalin_quote .bottinmalin_quote_cover:after {
    content: "";
    height: 43px;
    width: 45px;
    display: inline-block;
    position: absolute;
    top: -40px;
    background: url(../img/quote.png) no-repeat 0% 100%;
}

.bottinmalin_quote .bottinmalin_quote_cover:after {
    transform: rotate(180deg);
    right: 0;
    bottom: 0;
    top: auto;
}

.bottinmalin_quote .bottinmalin_quote_cover .texte_quote {
    font-weight: 600;
    padding: 0 45px;
}

/* Espace mairie */
.side_menu {
    width: 120px;
    z-index: 9;
    background: #fff;
    border-radius: 25px;
    margin-top: 5px;
}

.side_menu ul {
    position: sticky;
    left: 0;
    top: 0;
    bottom: 0;
}

.side_menu ul li {
    padding: 4px;
    width: calc(100% - 2px);
}

.side_menu ul li a {
    display: flex;
    padding: 20px 10px;
    font-family: 'Bebas Neue', 'arial', 'sans-serif';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffd91e;
    font-size: 1.2em;
    color: #000;
    width: 120px;
    line-height: normal;
    margin: 0;
    word-wrap: break-word;
    /*min-height: 120px;*/
    justify-content: center;
    align-items: center;
}

.side_menu ul li.return { /*background : url(../img/left.svg) no-repeat 15px center / 16px*/
}

.side_menu ul li.return a {
    min-height: auto;
    padding: 7px;
    background: #0071bc;
    color: #FFF;
	height: 100%;			 
}

.side_menu ul li:first-child a {
    border-radius: 15px 15px 0 0;
}

.side_menu ul li:last-child a {
    border-radius: 0 0 15px 15px;
}

.espace_bottin_malin .page_wrapper {
    max-width: calc(100% - 120px);
    width: 100%;
}

.desc_mairie {
    margin-bottom: 60px;
}

.page_title {
    margin-bottom: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.page_title .small_title {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0 30px 10px 0;
}

.page_title .title {
    color: #000;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.page_title .mairie_code {
    color: #ff9800;
    border: 4px solid #ff9800;
    border-radius: 25px;
    padding: 15px;
    margin: 10px 0;
}

.page_title .sub_title {
    display: block;
    line-height: 30px;
    font-size: 30px;
    width: 100%;
}

.desc_mairie_right_cover {

}

.desc_mairie_right_cover .post-share {

}

.desc_mairie_right_cover .post-share a {
    display: block;
}

.desc_mairie_right_cover .post-share a i {
    margin-right: 15px;
    display: inline-block;
}

.desc_mairie_right_cover .post-share a i:before {
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.desc_mairie_right_cover li.displayflex {
    flex-wrap: initial;
    margin: 15px 0;
    line-height: 28px;
}

.desc_mairie_right_cover li a {
    color: #000;
}

.desc_mairie_right_cover li a:hover {
    color: #ffd91e;
}

.desc_mairie_right_cover .icon {
    margin-right: 20px;
    min-width: 30px;
}
.custom_top_nenu{
    margin-bottom: 40px;
}
.desc_mairie_left .btn{
    margin: 3px 1px;
}
.desc_mairie_left form{
    margin: 0 !important;
}
.mot-du-maire {
	margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.mot-du-maire .titre {
    margin: 0;
    text-align: center;
}

.mot-du-maire .titre a,
.mot-du-maire .titre span {
    border: 3px solid #0071bc;
    padding: 10px 20px;
    border-radius: 27px 27px 0 0;
    background: #0071bc;
    color: #fff;
    display: inline-block;
}

.mot-du-maire .contenu {
    padding: 50px 30px;
    border: 3px solid #0071bc;
    border-radius: 27px;
    position: relative;
    margin-top: 0;
}

.mot-du-maire .contenu:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -20px;
    top: -30px;
    background: url(../img/strophe2.png) no-repeat 0% 0%;
}

ul.tab_nav {
    justify-content: center;
    margin: 0 0 50px;
}

ul.tab_nav li, .custom_tab li {
    margin: 2px;
    list-style: none;
    display: inline-block;
}

ul.tab_nav li span, .custom_tab li a {
    display: inline-block;
    background: #ffd91f;
    font-size: 13px;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.side_menu ul li.active > a,
.side_menu ul li > a:hover,
ul.tab_nav li span.active,
ul.tab_nav li span:hover,
ul.custom_tab li.active a,
.custom_tab li a:hover {
    background: #fe8918;
    color: #fff;
}

ul.tab_nav li:first-child span, .custom_tab li:first-child a {
    border-radius: 15px 0 0 15px;
}

ul.tab_nav li:last-child span, .custom_tab li:last-child a {
    border-radius: 0 15px 15px 0;
}

.bm_tab_content .tab-pane.active {
    opacity: 1;
}

.post_user_connect_cover,
form.bm_form,
form.filters_form {
    max-width: 100%;
    margin: 0 auto 50px auto;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    -webkit-box-shadow: 1px 4px 10px -3px rgba(0, 0, 0, 0.74);
    box-shadow: 1px 4px 10px -3px rgba(0, 0, 0, 0.74);
    /*background: #ededeb;*/
}

form.bm_form .form-item,
form.filters_form .form-item {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

form.bm_form .form-item input,
form.bm_form .form-item label
form.filters_form .form-item input,
form.filters_form .form-item label {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.form-control:focus,
.form-check-input:focus {
    border-color: #ffd91f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffeb3b85;
}

.form-select-control {
    background: #fff url(../img/down-b.svg) no-repeat calc(100% - 10px) center / 25px;
    cursor: pointer;
    appearance: none;
}

.filters_results {
    justify-content: center;
}

.filters_results .filter_item {
    margin-bottom: 30px;
}

.filter_item_cover {
    position: relative;
    border: 1px solid #d1cfcf;
    padding: 20px 20px 40px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.filter_item_cover .div_img {
    height: 180px;
}

.filter_item_cover .div_img img {
    margin: auto;
    max-width: 180px;
    max-height: 180px;
}

.filter_item_cover .div_title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.filter_item_cover .div_title,
.filter_item_cover .div_title a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    outline: none;
}

.filter_item_cover .desc,
.filter_item_cover .div_date {
    margin-bottom: 20px;
    text-align: left;
}

.filter_item_cover .desc {
    min-height: 120px;
    text-align: left;
}

.filter_item_cover .desc a {
    color: #000;
}

.filter_item_cover .desc a:hover {
    color: #ffd91e;
}

.filter_item_cover .mairie_code {
    border-top: 1px solid #ddd;
    padding: 20px 0 30px;
    text-align: left;
}

.filter_item_cover .bouton_div {
    text-align: right;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.div_tag {
    margin-top: 20px;
}

.div_tag ul {
    justify-content: center;
}

.div_tag li {
    background: #000;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.filter_item_cover .annonce_status {
    position: absolute;
    top: 0;
    right: 0;
    background: #18bc00;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 2px 5px;
    border-radius: 0 0 0 5px;
    color: #fff;
}

.filter_item_cover .ann_mairie {
    background: #ffd91e;
    color: #000;
}

.office_horaires {
    margin-top: 50px;
    padding: 20px;
    background: #eee;
}

.office_horaires .office_hours_label {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.office_horaires .office_hours_status {
    padding: 10px 5px;
    background: #ffd91f;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}

.office_horaires .horaires_item {
    font-size: 1.071em;
    margin: 5px 0;
}

.office_horaires .horaires_day {
    width: 9em;
}

.field_title {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.bloc_field {
    margin-bottom: 15px;
}

.bloc_field:last-child {
    margin-bottom: 0;
}

.rangefield .form-input {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: left;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.irs {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
}

.irs-line {
    top: 0px;
    height: 30px;
}

.irs-line-left {
    width: 20px;
}

.irs-max,
.irs-min {
    display: none;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-bar {
    top: calc(50% - 3px);
    height: 6px;
    background-color: #ff9800;
    background-image: none;
}

.irs-line-mid {
    left: 20px;
    width: calc(100% - 38px);
    border-right: 0;
}

.irs-bar {
    border-right: 0;
    border-left: 0;
}

.irs-line-right {
    border-left: 0;
}

.irs-line-left,
.irs-line-right {
    border-radius: 25px;
}

.irs-line-right {
    width: 20px;
    border-radius: 0 25px 25px 0;
}

.irs-line-left {
    z-index: 1;
    width: 20px;
    border-right: 0;
    background-color: #ffd91e;
}

.irs-bar-edge {
    display: none;
}

.irs-slider {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #ffd91e;
    background-image: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.irs-slider:after {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    content: "";
    background-color: #ffd91e;
    transform: translate(-50%, -50%);
}

.irs-bar {
    top: calc(50% - 3px);
    height: 6px;
    background-color: #ffd91e;
    background-image: none;
}

.bm_map.displayflex {
    position: relative;
    flex-wrap: initial;
}

.listing {
    background: #fff;
    padding: 0 20px 0 0;
    height: 585px;
    overflow: auto;
    max-width: min-content;
    min-width: 280px;
}

.listing .title {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    font-size: 1.2rem;
}

.listing form.bm_form,
.listing form.filters_form {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
    background: none;
}

.listing form.bm_form .form-item,
.listing form.filters_form .form-item {
    display: flex;
}

.listing form.bm_form .form-item input,
.listing form.filters_form .form-item input {
    min-width: 1rem;
    margin-right: 10px;
}

div#map_mairie {
    width: 100%;
}

div#map_mairie iframe {
    width: 100%;
    height: 100% !important;
}

/* Custom select group */
.select_cat.row {
    margin: 0;
}

.select_cat .field_title {
    padding: 0;
}

.select_cat .rangefield,
.select_cat .custom-option-menu {
    width: 100%;
}

.select_cat .custom-option-menu {
    position: relative;
}

.select_cat ul.radio_list {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    max-height: 300px;
    overflow: auto;
    background: #fff;
}

.select_cat ul li,
.select_cat .radio_list, .select_cat .radios_child {
    float: left;
    width: 100%;
}

.select_cat .radios_child {
    border: 1px solid #ddd;
}

.option-menu-button {
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: left;
    background: #fff;
    justify-content: space-between;
    flex-wrap: initial;
    align-items: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.option-menu-button:after {
    content: "";
    background: #fff url(../img/down-b.svg) no-repeat center / 25px;
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
}

.custom-option-menu .form-item-cat {
    position: relative;
}

.custom-option-menu .radio_parent {
    margin: 1px 0;
}

.custom-option-menu .radio_parent .form-item {
    background: #ffd91f;
    padding: 10px 15px;
    display: flex;
    position: relative;
    margin: 0;
}

.custom-option-menu .radio_parent .radios_child li {
    border-bottom: 1px solid #ddd;
}

.custom-option-menu .radio_parent .radios_child li:last-child {
    border-bottom: none;
}

.custom-option-menu .radio_parent .radios_child .form-item {
    background: #fff;
}

.custom-option-menu .form-item input {
    min-width: 1rem;
    margin-right: 10px;
}

.sub_list_icon {
    background: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_list_icon:after {
    content: '';
    background: url(../img/down-b.svg) no-repeat center;
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 3px;
    margin-left: 1px;
}

.liste_open .option-menu-button:after,
.radio_open .sub_list_icon:after {
    transform: rotate(180deg);
}

.radio_open .sub_list_icon:after {
    margin-top: 0;
}

.radio_list,
.radios_child {
    display: none;
}

.modal .modal-dialog {
    max-width: 780px;
    padding: 20px;
}

#main {
    padding: 30px 0 0;
}

.page-breadcrumb {
    margin: 0;
    width: 100%;
}

.page-breadcrumb .breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
}

.page-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 12px;
    color: #000;
    margin: 0;
}

.page-content {
    width: 100%;
}

.page-content > .col-sm-12 {

}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: -25px;
    border: none;
    background: url(../img/black_left.svg) no-repeat center;
    font-size: 0;
    height: 40px;
    width: 40px;
}

.slick-slider .slick-next {
    left: auto;
    right: -25px;
    background: url(../img/black_right.svg) no-repeat center;
}

.slick-slider .filter_item {
    margin-bottom: 0;
    height: auto;
}

.slick-next:before {
    content: '→';
}

.slick-prev:before {
    content: '←';
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 20px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #1073ba;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button {
    opacity: 1;
    color: #fe8918;
}

.post_head_title {
    margin: 0 0 30px;
    font-size: 34px;
}

.posts_filter_content .view_all {
    position: initial;
    margin-top: 30px;
}

.posts_filter_content .view_all a {
    padding: 14px 15px 10px;
    font-size: 16px;
    max-width: 100%;
}

.post_detail_block {
    margin-bottom: 20px;
}

.page-title .post_date {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 45%;
}

.all_post_ancres ul {
    margin-left: -2px;
    margin-right: -2px;
}

.all_post_ancres ul li {
    margin: 2px;
}

.bloc_width_sidebar {
    align-items: flex-start;
}

.sidebar {
    border: 2px solid #ffd91f;
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;
}

.sidebar .list_posts {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .list_posts .post_title {
    margin: 0;
}

.sidebar .list_posts .post_title,
.sidebar .list_posts .post_title a {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.sidebar a:hover {
    color: #fe8918;
}

.sidebar .list_posts .post_desc {
    margin: 12px 0;
}

.side_title {
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0 0 20px;
}

.list_profil {

}

.list_profil .elt {
    border-bottom: 1px solid #ffd91f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list_profil .elt:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list_profil .elt .prof_img {
    width: 100px;
    margin-right: 15px;
}

.list_profil .elt .prof_desc {
    width: calc(100% - 120px);
}

.list_profil .elt .profil_name {
    margin: 0 0 5px;
    font-size: 18px;
}

.list_profil .elt .profil_desc {
    margin-bottom: 15px;
}

.list_profil .elt .view_profil {

}

.details_posts_cover .liste_products {

}

.details_posts_cover .product {
    margin-bottom: 20px;
}

.details_posts_cover .product .product_desc {

}

.details_posts_cover .product .price_label,
.details_posts_cover .product .product_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px;
}

.details_posts_cover .product .price_label {
    margin-right: 6px;
}

.details_posts_cover .product .product_price {
    font-size: 20px;
}

.details_posts_cover .infos_box {
    background: #fe891850;
    padding: 20px;
}

.details_posts_cover .infos_box .infos_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 15px;
}

.details_posts_cover .infos_box p {
    margin: 0 0 5px;
}

.products_post {
    margin-top: 40px;
}

.products_post .title {
    margin: 0 0 20px;
}

.products_post .product img {
}

.bottom_sep {
    border-bottom: 5px solid #ffd91f;
    padding-bottom: 5px
}

.post_user_connect_cover {
    margin: 0;
}

.user_not_connect .ou {
    margin: 0 10px;
}

.group_select_filter {
    margin-bottom: 15px;
}

.filters_results .slick-list,
.posts_filter_content .slick-list {
    min-width: 100%;
}

.random-slider .slick-slide {
    display: block;
    text-align: center;
    height: auto;
}

.random-slider-nav {
    top: calc(50% - 20px) !important;
}

.random-slider-nav .slick-arrow {
    right: auto;
    left: 0 !important;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
}

.random-slider-nav .slick-arrow.next {
    left: auto !important;
    right: 0;
}

.sidebar .side_bloc {
    margin-bottom: 25px;
}
.sidebar .side_bloc .contact_left{
    padding: 0;
}

.sidebar .post-files form {
    margin: 0 0 10px;
}

.sidebar .post-files form button {
    max-width: 100%;
    word-wrap: break-word;
}

.sidebar .side_bloc:last-child,
.sidebar .post-files form:last-child {
    margin: 0;
}

.sidebar .home-slider-boxed-item-cover {
    align-items: center;
    height: 100%;
}

.sidebar .home-slider-boxed-item-cover img {
    margin: auto;
}

.comment-section .tab-content .tab-pane {
    padding-bottom: 0;
}

.message-comment-result {
    margin-bottom: 0 !important;
    min-height: 0;
}

.pagination {
    float: right;
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}

.pagination .active a {
    border-color: #fe8918 !important;
    background: #fe8918 !important;
}

.desc_field {
    font-style: italic;
    font-size: 0.9em;
}

.d-none {
    display: none
}

.chosen-container {
    width: 100% !important;
}

.post-content {
    margin: 20px 0
}

.post-meta {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
}

.post-content .post-meta span {
    color: #000;
}

.contact_map .profils_sharing > .row {
    margin-bottom: 15px;
    align-items: center;
}

.contact_map .profils_sharing > .row .desc_mairie_right_cover li.displayflex {
    margin-top: 0;
}

.contact_map .profils_sharing > .row .desc_mairie_right_cover li.displayflex:last-child {
    margin-bottom: 0;
}

.post-video .fancyvideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.js-range-block {
    display: inline-block;
    position: relative;
}

.js-range-block::after {
    position: absolute;
    top: 10px;
    /*right: .5em;*/
    left: 35px;
    transition: all .05s ease-in-out;
}

.js-range-block::after {
    content: 'km';
}

.no_style, .no_style:hover {
    color: inherit !important
}

.poll_result .poll .result {
    display: block
}

.resa {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
}

.resa:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #ffd91e transparent transparent transparent;
}

.resa:after {
    display: block;
    content: '';
    height: 30px;
    width: 30px;
    background: url(../img/achat.png) no-repeat 50% 50%;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.resa.shop_drive:after{
    background: url(../img/drive.png) no-repeat 50% 50%;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
    width: 45px;
}


.admin_content .post_item {
    margin-bottom: 15px
}

.my_account_guide {
    font-weight: bold;
}

.my_account_guide p > span {
    color: #0070c0;
    text-transform: uppercase;
}

.no-border {
    border: none !important
}

.no-margin {
    margin: 0 !important;
}

.simple-sep {
    height: 1px;
    background: #0b0b0b;
    margin: 5px 0
}
.shop_publications {
  margin-top: 50px;
}
.shop_publications .yellow_border {
  display: flex;
  justify-content: flex-end;
  border-bottom: 5px solid #ffd91f;
  align-items: center;
  line-height: normal;
  min-height: 0;
  margin-bottom: 50px;
}
.shop_publications .yellow_border:before{
  display: none;
}
.shop_publications .yellow_border .alert_cart{
  margin-right: 10px;
}
#shopping_cart{
    position: relative;
    min-width: 240px;
}
#shopping_cart .row .container{
    margin: 0;
    max-width: 100%;
}
#shopping_cart .title {
    background: #0071bc;
    padding: 10px 12px;
    color: #FFF;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 9991;
}
#shopping_cart .title svg{
    fill: #fff;
    margin-right: 10px;
}
#shopping_cart .title .title{
    padding: 0;
    border-radius: 0;
    width: auto;
}

#shopping_cart .items li {
    border-bottom: 1px solid #000;
    padding: 5px 0;
    margin: 0;
}
#shopping_cart .items li .right,
#shopping_cart .items li .left{
    padding-left: 0;
}
#shopping_cart .items li .name{
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
#shopping_cart .items li .right{
    padding: 0;
    text-align: right;
}

#shopping_cart .content {
    position: absolute;
    background: #ffd91e;
    z-index: 999;
    padding: 5px 15px;
    right: 0px;
    left: 0;
    font-size: 14px;
    top: calc(100% - 5px);
    border-radius: 5px;
}

#shopping_cart .total {
    text-align: right;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
#shopping_cart .total .item_total {
  justify-content: space-between;
  padding: 5px 0;
}
#shopping_cart .action a{
  width: 100%;
}
.main_cart {
    float: right;
}

.liste_products .liste .product {
    display: flex;
    align-items: center;
}

#filters_infos_shops .groups_categories{
    overflow-y: auto;
    max-height: 153px;
}
.details_posts_cover .post-content .post-meta {
    display: flex;
    flex-wrap: wrap;
}
.details_posts_cover .post-content .post-meta a.add-to-reading-list{
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.details_posts_cover .post-content .post-meta form {
  float: right;
  margin: 0px 5px 5px 0;
  width: auto;
}
.details_posts_cover .contact .poll {
    padding-left: 15px;
    padding-right: 15px;
}
.adminbox_detail .nav-tabs {
    margin: 0 0 30px;
}

.detail__btn_info .sidebar {
    padding: 15px;
}
.detail__btn_info .div_btn_info{
    width: auto;
    padding: 5px;
}

.container .geomap input {
    position: unset !important;
    opacity: unset !important;;
    cursor: inherit !important;;
    height: auto !important;;
    width: auto !important;;
}

.map .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
