/*
Theme Name: Simac
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simac
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Meubles Ligot is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    font-size: 1em;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

.container,
footer {
    width: 100%;
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'fira_sansmedium', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: 'Fira Sans', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

p a,
p a:visited,
.wpb_wrapper p a {
    color: #95c11f;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}*/

.btn {
    background: #F39836;
}

.send .btn {
    background: #F39836;
    color: #fff
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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


/*-------------------------------------------------------------
## Top Bar
-------------------------------------------------------------*/

.site-header {
    position: relative;
}

.top-navbar-collapse {
    padding: 0;
}

.site-branding {
    padding: 0 0 20px 0;
}

.top-middle-center {
    margin-top: 20px;
}

.top-middle-center .widget {
    margin: 0 0 0 62px;
}

.top-info {
    margin: 0;
    padding: 0;
}

.top-info-mobile {
    display: none;
    margin: 0;
    font-size: 0.9em;
    line-height: 2.4;
}

.site-title {
    margin: 0;
}

.site-title a {
    display: block;
}

.site-title img {
    width: 75%;
}

.top-info li,
footer li,
.top-info-mobile li,
.contact-info li,
.footer-info li {
    list-style: none;
    padding: 15px 0 15px 40px;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0.8em;
    color: #fff;
}

.top-info-mobile a,
.top-info-mobile a:hover,
.top-info-mobile a:visited {
    color: #fff;
}

.top-info,
.top-info-mobile {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 8px solid #3E464F;
}

.top-info {
    margin: 10px 0 35px 0;
    text-align: right;
}

.top-info li {
    display: inline-block;
    margin-right: 20px;
}

.top-info li a,
.top-info li a:hover,
.top-info li a:visited {
    color: #fff;
}

.footer-info li a,
.footer-info li a:hover,
.footer-info li a:visited {
    color: #fff;
}

.top-info-mobile li,
.contact-info li {
    font-size: 0.7em;
    display: inline-block;
    margin-right: 30px;
    list-style: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 0 10px 40px;
}

.adresse-list h5 {
    font-size: 1.4em;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #F39836;
    margin: 0 0 20px 0;
}

.contact-info li {
    display: block;
    padding: 15px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 1em;
    border-bottom: 1px solid #dadada;
    color: inherit;
}

.contact-info li a,
.contact-info li a:visited,
.contact-info li a:hover {
    color: inherit;
}

.contact-info li.localisation {
    background-image: url('./img/picto-map-o.png');
}

.contact-info li.email {
    background-image: url('./img/picto-mail-o.png');
}

.contact-info li.tel {
    background-image: url('./img/picto-phone-o.png');
}

.contact-info li:last-child {
    border-bottom: none;
}

.contact-info {
    margin: 0 0 40px 0;
    padding: 0;
}

.localisation {
    background-image: url('img/picto-map.png');
}

.tel {
    background-image: url('img/picto-phone.png');
    font-weight: bold;
}

.fax {
    background-image: url('img/picto-fax-o.png');
    font-weight: bold;
    background-size: auto 52%;
}

.email {
    background-image: url('img/picto-mail.png');
}

.fixed {
    position: fixed;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*
* bootstrap reset
*/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none;
    color: #515151;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    transition: background-color 0.3s;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: 0;
    right: -60%;
    display: none;
    z-index: 99999;
    padding: 0;
    border: 0;
}

.main-navigation ul ul li {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #777;
}

.main-navigation ul ul li a {
    display: block;
    width: 100%;
    color: #80af00;
}

.main-navigation ul ul li a:hover {
    background: transparent;
}

.main-navigation ul ul li:hover a,
.main-navigation ul ul .current-menu-item a {
    color: #80af00;
}

.main-navigation ul li:hover ul {
    display: block;
}

.main-navigation ul ul ul {
    left: 0;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li:hover,
.main-navigation ul ul .current-menu-item {
    background: #E2DAD7;
}


/*.main-navigation ul ul li:hover a, .main-navigation ul ul .current-menu-item a {
	color: #fff;
}*/

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#nav-icon {
    display: none;
    padding: 15px;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 85%;
    bottom: 60%;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #F39836;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon {}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 7px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 7px;
}


/*-------------------------------------------------------------
## Menus
-------------------------------------------------------------*/

.site-header {
    background: #2D343A;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #5d5d5d;
    margin-bottom: 0;
    text-align: right;
    border-radius: 0;
}

.nav-menu {
    float: right;
}

.nav-menu li {
    padding: 0 10px 8px 10px;
    margin: 0 10px;
    list-style: none;
}

.nav-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-menu li:hover,
.current-menu-item,
.current-category-ancestor,
.current-post-ancestor {
    border-bottom: 6px solid #F39836;
}

.nav-menu li:hover a,
.nav-menu .current-menu-item a,
.current-category-ancestor a,
.nav-menu .current-post-ancestor a {
    color: #fff;
}

.nav-menu li:hover a,
.current-menu-item a,
.current-category-ancestor a,
.current-post-ancestor a {
    color: #fff;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.top-info-mobile,
.sidr-logo {
    display: none;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*---------------------------------------------
## Slider
---------------------------------------------*/

.main-slider-content img {
    width: 100%;
    height: auto;
}

.main-slider-content .slider_item {
    position: relative;
}

.main-slider-content .slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    content: "" !important;
    border-radius: 20px;
    background: #ccc;
    opacity: 0.75 !important;
    height: 12px !important;
    width: 12px !important;
}

.slick-dots li button:hover {
    background: none;
}

.slick-dots li.slick-active button:before {
    content: "";
    background: #fff;
    border: 2px solid #ccc;
    opacity: 1;
}

.slider-info-row {
    position: absolute;
    color: #fff;
    top: 25%;
}

.slider-info-row {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.slider-info-row ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.slider-info-row ul li {
    list-style: none;
}

.slick-list {
    width: 100%;
}

.dern_news_slider {
    float: none;
    margin: 0 auto;
}

.dern_news .slider_item {
    margin: 0 20px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: all 0.6s cubic-bezier(.25, .8, .25, 1);
}

h4.news-title {
    color: #5d5d5d;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.dern_news .slider-handle {
    font-size: 1.5em;
    top: 48%;
}

.news-excerpt {
    padding: 15px 0;
    text-align: left;
    font-size: 0.92em;
    color: #9f9f9f;
    font-weight: normal;
}

.main-slider-container {
    position: relative;
}

.top-home-content {
    overflow: hidden;
    margin-bottom: 25px;
}


/*.home-content {
	margin-top: 35px;
}*/

.my_account_links a,
.my_account_links a:visited {
    color: #F39836;
    display: block;
    margin: 15px 0 15px 25px;
}

.handler-container {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 999;
}

.art-slider-container .handler-container {
    top: 60%;
}

.slider-handle {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    transition: all 0.4s;
    opacity: 0.7;
}

.slider-handle:hover {
    opacity: 1;
}

.slider-left {
    left: 0;
}

.slider-right {
    right: 0;
}


/*
* article sliders
*/

.art-slider-container {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.art-slider {
    margin: 0 auto;
    float: none;
    right: -2.5%;
}

.news_slider {
    margin: 0 35px;
}

.news-slider-content .slider-right {
    right: 15px;
}

.showroom-slider {
    margin-bottom: 40px;
}

.home-content-wrapper {
    padding-left: 25px;
}

aside.col-md-3 {
    padding-right: 25px;
}

.connect-mobile-box-wrapper {
    display: none;
}

.connect-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}


/*.become-member .btn {
	background: #e67e22;
}*/

.connect-nav {
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #F39836;
}

.nav-pills li a {
    color: #F39836;
}

.content-area {
    padding-left: 25px;
}

.content-area .row {
    margin: 0;
}

.news-wrapper {
    padding-left: 0;
    margin-bottom: 25px;
}

.widget_recent_entries {
    margin-bottom: 35px;
}

.connect-box h2,
.coop-incentives h2 {
    margin: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    /*color: #F39836;*/
    border-bottom: 1px solid #F39836;
}

.connect-box .fa,
.coop-incentives .fa {
    display: inline-block;
    margin-right: 10px;
}


/*----------------------------------------------
## Content
----------------------------------------------*/

.home-content .content h3 {
    font-size: 18px;
    font-weight: bold;
}

.home-content .content {
    font-size: 14px;
}

.produits-title {
    text-align: center;
    font-weight: bold;
}

.produits-title:before {
    content: "";
    display: block;
    width: 40%;
    height: 0.5em;
    position: relative;
    top: 0.8em;
    background: #F39836;
}

.produits-title:after {
    content: "";
    display: block;
    width: 40%;
    height: 0.5em;
    position: relative;
    bottom: 0.8em;
    left: 60%;
    background: #F39836;
}

.produits-list article {
    margin-bottom: 30px;
    padding: 0 15px;
}

.cat-item,
.catalogue-item {
    border-radius: 5px;
    /*padding: 10px 10px 0 10px;*/
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.cat-item {
    position: relative;
}

.sub-produits-title {
    text-align: center;
}

.sub-produits-title:before {
    content: "";
    display: block;
    width: 40%;
    height: 0.05em;
    position: relative;
    top: 0.6em;
    background: #F39836;
}

.sub-produits-title:after {
    content: "";
    display: block;
    width: 40%;
    height: 0.05em;
    position: relative;
    bottom: 0.6em;
    left: 60%;
    background: #F39836;
}

.produits-list {
    overflow: hidden;
    margin-top: 25px;
}

a:hover {
    text-decoration: none;
}

.action-row {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    background: #f2f2f2;
}

.action-hightlight-wrapper a {
    color: #404040;
}

.action-summary {
    overflow: hidden;
    margin: 35px 0;
}

.action-highlight {
    padding: 20px 20px 100px 20px;
    position: relative;
    border-radius: 5px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    height: 100%;
    position: relative;
}

.action-highlight .call-to-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.action-highlight:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.action-highlight h3 {
    color: #F39836;
    text-align: center;
    position: relative;
    padding-top: 100px;
}

.pauvrete h3:before {
    content: "\e902";
    position: absolute;
    font-size: 3.5em;
    top: 0;
    left: 0;
    right: 0;
}

.participatif h3:before {
    content: "\e901";
    position: absolute;
    font-size: 3.5em;
    top: 0;
    left: 0;
    right: 0;
}

.nos-atouts h3:before {
    content: "\e900";
    position: absolute;
    font-size: 3.5em;
    top: 0;
    left: 0;
    right: 0;
}

.action-highlight .read-more {
    margin: 25px auto 0 auto;
}

.action-highlight ul {
    margin: 0;
}

.main-sub-content {
    margin-top: 55px;
}

.row-accueil {
    padding: 15px 0;
}

.col-accueil {
    border: 1px solid #939393;
    background: #fff;
    padding: 15px;
    height: 100% !important;
}

.main-content-wrapper a {
    color: #333;
}

.more-info-wrapper {
    text-align: right;
    margin-top: 20px;
}

.main-content-wrapper a:hover .green-box {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.main-content-wrapper a:hover .news_more_info {
    background: #F39836;
}

.row-title {
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
}

.sub-content {
    overflow: hidden;
    background: #f2f0f0;
    clear: both;
    padding-bottom: 40px;
}

.contact-row {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-container .email {
    text-transform: none;
}


/*
* Page and articles
*/

.site-main {
    padding-bottom: 40px;
}

.illu-container {
    float: left;
}

.part-content img {
    display: block;
    margin: 0 auto;
}

.part-content {
    display: inline-block;
}

article .entry-title,
main .entry-title {
    color: #F39836;
    margin-bottom: 25px;
}

.produits-list .entry-title {
    text-align: center;
    color: #1D252B;
    font-weight: bold;
    margin: 10px 0;
}

.content-page img,
.entry-content img {
    display: inline-block;
    margin: 0 15px 15px 0;
    float: left;
}

.cat-container .entry-content {
    margin: 0;
    padding: 15px;
}

.fresco {
    position: relative;
}

.fresco img {
    width: 100%;
}

.table .fresco img {
    width: 150px;
}

.product-row {
    padding: 15px 0;
}

.product-row td {
    text-align: center;
}

.product-row td.image {
    text-align: left;
}

.product-table>tbody>tr>td,
.product-table>tbody>tr>th {
    vertical-align: middle;
}

.art-slider .fresco {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
}

article .art_illu,
.slider_item .art_illu {
    position: relative;
}

article .art_illu img {
    width: 100%;
}


/*.cat-global-container, .author-global-container {
	background: #F2F0F0;
}

.cat-global-container header, .author-global-container header {
	background: #fff;
}*/

.cat_page_name {
    padding: 10px 0;
    border-bottom: #F39836;
}

.cat_desc {
    margin: 10px 0 30px 0;
}

#news-content {
    position: relative;
}

.cat-container article.post,
.cat-global-container .cat-item {
    /*padding: 10px;*/
    box-sizing: border-box;
    margin: 0 0 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}

.cat-global-container .cat-item {
    width: 31%;
}

.cat-item .entry-title,
.catalogue-item .entry-title {
    margin: 0;
    padding: 10px 0;
    background: #F39836;
    color: #fff;
    text-align: center;
}

.catalogue-item .art_illu {
    text-align: center;
    padding: 10px 10px 0 10px;
}

.entry-title,
.post-meta,
.art-content {
    text-align: left;
}

.postOn {
    padding: 10px 0;
    border-top: 1px solid #dadada;
    text-align: right;
    font-size: 0.8em;
}

.postOn,
article .postOn a,
article .postOn a:visited {
    color: #999999;
}

.post-meta {
    font-size: 0.8em;
}

.post-meta a,
.post-meta a:visited {
    color: #999999;
}

.cat-global-container article.col-md-4 {
    display: inline-block;
    width: 31%;
    float: none;
}

.news_more_info,
.read-more {
    display: inline-table;
    padding: 10px 35px;
    font-size: 0.92em;
    color: #fff;
    text-transform: uppercase;
    background: #F39836;
    transition: all 0.6s ease;
}

.news_more_info:hover,
a:hover .read-more {
    background: #F39836;
}

.img-overlay,
article a:hover .art_illu .img-overlay,
.slider_item a:hover .art_illu .img-overlay,
.produits-list .entry-header .img-overlay,
.catalogue article .art_illu .img-overlay {
    transition: all 0.4s;
}

.fresco span.glyphicon,
article a .art_illu span.glyphicon,
.slider_item a .art_illu span.glyphicon,
.produits-list article a .entry-header span.glyphicon,
.catalogue article .art_illu span.glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    font-size: 2em;
    color: #fff;
    z-index: 999;
    opacity: 0;
}

.fresco:hover .img-overlay,
article a:hover .art_illu .img-overlay,
.slider_item a:hover .art_illu span.glyphicon,
.produits-list .cat-item:hover .entry-header .img-overlay,
.catalogue article:hover .art_illu .img-overlay {
    z-index: 998;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    bottom: 30px;
    opacity: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(243, 152, 54, 0.6);
}

.produits-list article .cat-item:hover .entry-header .img-overlay {
    border-radius: 5px;
    /*right: 15px;
	left: 15px;*/
}

.fresco:hover span.glyphicon,
article a:hover .art_illu span.glyphicon,
.slider_item a:hover .art_illu span.glyphicon,
.produits-list article a:hover .entry-header span.glyphicon,
.catalogue article:hover .art_illu span.glyphicon {
    opacity: 1;
}

.no-title {
    margin-top: 20px;
}

.single-art-illu {
    margin: 20px 0;
}

.single-art-illu img {
    width: 100%;
    height: auto;
}


/*.widget_categories, .widget_nav_menu {
	padding-left: 20px;
}*/

.widget_categories h2 {
    font-size: 1.4em;
}

.single-main .entry-meta {
    font-size: 0.9em;
    margin: 20px 0;
    color: #999;
}

.single-main .entry-meta a,
.single-main .entry-meta a:visited {
    color: #999;
}

.single-main .entry-content {
    margin: 20px 0;
}

.send {
    margin-top: 25px;
}

.send .btn,
.btn,
.btn.focus,
.btn:focus,
.btn:hover {
    background: #F39836;
    color: #fff;
}

.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-green.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background: #F39836 !important;
}


/*
* sidebar
*/

.content-global-container aside,
.cat-global-container aside {
    margin-top: 16px;
    margin-bottom: 35px;
}

aside .input-search {
    padding: 0;
    width: 88%;
}

aside .search-form {
    overflow: hidden;
    position: relative;
    padding: 2px 0;
}

aside .form-search .search-field {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-color: #F39836;
    width: 100%;
    padding: 4px 0 4px 15px;
}

aside .widget_nav_menu .widget-title {
    padding: 15px 0 15px 25px;
    color: #fff;
    background: #2D343A;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 22px;
    margin: 0;
}

aside .submit-search {
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
}

aside .form-search .search-submit {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: #F39836 url("./img/picto-loupe.png") no-repeat center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

article a,
article a:visited,
aside a,
aside a:visited {
    color: #515151;
}

article a:hover,
aside a:hover {
    color: #F39836;
    text-decoration: none;
}

.btn a,
.btn a:visited,
.btn a:hover {
    color: #fff;
}

aside h4,
aside .widget-title,
aside h3 {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #F39836;
    margin: 20px 0;
}

.widget-area {
    padding-left: 20px;
}

.widget_categories ul,
.menu-sidebar-container ul,
.widget_nav_menu ul {
    margin: 0;
}

aside .menu,
.widget_categories ul,
aside .recent_enrties {
    margin: 0;
    padding: 0;
}

aside .sub-menu a {
    color: #777777;
    font-size: 0.95em;
}

aside .recent_enrties li {
    margin-bottom: 20px;
}

aside .current-menu-item>a,
aside .current-menu-ancestor>a,
aside .current-cat>a,
aside .current-cat-ancestor>a,
aside .current-menu-ancestor>a {
    color: #E84E1B;
}

.nav-menu .current-menu-ancestor {
    background-color: #fff;
}

.nav-menu .current-menu-ancestor a {
    color: #80af00;
}

aside .cat-item,
aside .menu-item {
    /*margin-top: 25px;*/
    list-style: none;
}

aside .sub-menu .menu-item {
    margin-bottom: 15px;
}

aside .menu-item-has-children,
aside .menu-item,
.catalogue-link-wrapper {
    position: relative;
    background: #F39836;
    list-style: none;
    padding: 15px 10px;
    margin-bottom: 35px;
}

aside .menu-item a {
    color: #fff;
    font-weight: bold;
    /*text-transform: uppercase;*/
    display: block;
    text-align: center;
}

aside .menu-item-has-children>a {
    display: inline;
    /*text-align: right;*/
    padding-left: 40px;
    margin: 10px 0;
    padding-bottom: 15px;
}

aside .ui-accordion-header-active:before {
    content: "\f140";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 40px/1 'dashicons';
    color: #fff;
    margin-right: 10px;
    word-wrap: break-word;
    position: absolute;
    left: 0;
    top: 4px;
}

aside .ui-accordion-header-collapsed:before {
    content: "\f139";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 40px/1 'dashicons';
    color: #fff;
    margin-right: 10px;
    word-wrap: break-word;
    position: absolute;
    left: 0;
    top: 4px;
}

#menu-sidebar .sub-menu,
#menu-sidebar .sub-menu li {
    background: #fff;
}

aside .nav-menu li:hover,
aside .current-menu-item,
aside .current-category-ancestor,
aside .current-post-ancestor {
    border-bottom: 2px solid #F39836;
}

#menu-sidebar .sub-menu {
    margin: 15px -10px -20px -10px;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 2px 0 2px 40px;
}

#menu-sidebar .sub-menu li {
    list-style: none;
}

#menu-sidebar .sub-menu li a {
    display: inline;
    font-weight: bold;
    color: #404040;
    text-align: left;
    text-transform: none;
}

#menu-sidebar .sub-menu li:before {
    content: "• ";
    color: #F39836;
    margin-right: 20px;
}


/*aside .current-menu-item, aside .current-menu-ancestor {
	background: none;
}*/

aside .sub-menu li:first-child {
    margin-top: 15px;
}

.catalogue-link-wrapper a {
    /*border-radius: 5px;
	padding: 70px 20px 6px 20px;*/
    padding: 26px 0;
    /*position: relative;
	top: 20px;
	transition: opacity ease 0.21s;*/
}

.catalogue-link-wrapper p {
    margin: 0;
}

.catalogue-link-wrapper p a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.2;
}

.catalogue-link-wrapper p:hover {
    opacity: 0.85;
}

.catalogue-link-wrapper a {
    background: url("./img/picto-pdf-single-2.png") no-repeat left center;
}


/*.catalogue-link-wrapper:nth-child(odd) p {
	background: url("./img/picto-pdf-single-1.png") no-repeat left center;
}


.catalogue-link-wrapper:nth-child(even) p {
	background: url("./img/picto-pdf-single-2.png") no-repeat left center;
}*/

.post_pagination {
    clear: both;
}

.tml-form-table td input[type="text"],
.tml-form-table td input[type="password"] {
    width: 60%;
}

#pass-strength-result {
    padding: 8px;
    text-align: center;
    margin-top: 10px;
    width: 60%;
}

#pass-strength-result.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
    opacity: 1;
}

#pass-strength-result.short {
    background-color: #f1adad;
    border-color: #e35b5b;
    opacity: 1;
}

#pass-strength-result.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
    opacity: 1;
}

#pass-strength-result.good {
    background-color: #ffe399;
    border-color: #ffc733;
    opacity: 1;
}

.post_pagination ul {
    text-align: center;
}

.post_pagination li {
    list-style: none;
    display: inline-block;
    margin: 40px 3px;
}

.post_pagination a,
.post_pagination span {
    text-decoration: none;
    max-width: 100%;
    -webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
    padding: 13px 16px 12px 16px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
}

.content-page a {
    color: #333;
}

.post_pagination a {
    color: #F39836;
    transition: all 0.4s;
}

.post_pagination a:hover {
    background-color: #F39836;
    color: #fff;
}

.post_pagination span {
    background-color: #F39836;
    color: #fff;
}

.single-entry-title,
.contact_titre {
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #F39836;
}

.bold {
    font-weight: bold;
}

.user-share-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.user-share-data ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.page-catalogue-link .catalogue-link-wrapper {
    margin-bottom: 0;
    margin-top: 35px;
}

.page-catalogue-link .catalogue-link-wrapper p a {
    padding-left: 80px;
}


/*----------------------------------------------
## Footer
----------------------------------------------*/

.site-footer {
    background: #2D343A;
}

footer .col-md-3 {
    padding: 50px 40px 0 40px;
}

footer .slogan {
    color: #fff;
    padding: 0 15px;
}

footer h4 {
    color: #fff;
    font-size: 1.4em;
    padding-bottom: 10px;
    border-bottom: 6px solid #F39836;
}

.footer-main {
    margin-top: -25px;
    padding: 25px 0;
}

.site-info {
    padding: 15px 0;
    background: #1D252B;
    overflow: hidden;
    clear: both;
    z-index: 10;
}

footer #menu-categorie {
    padding: 0;
}

footer #menu-categorie li:before {
    content: "• ";
    color: #F39836;
    margin-right: 20px;
}

footer .widget_nav_menu li a {
    color: #fff;
}

footer .nav-menu li:hover,
footer .current-menu-item,
footer .current-category-ancestor,
footer .current-post-ancestor {
    border-bottom: 2px solid #F39836;
}

footer #menu-categorie a {
    color: #fff;
}

.site-info p a {
    color: #fff;
}

.footer-link h4,
.contact h4 {
    color: #fff;
    font-size: 1.4em;
}

.footer-link li {
    margin-bottom: 10px;
}

.footer-link a {
    color: #fff;
}

footer .links li {
    display: inline-block;
}

.footer-info {
    color: #fff;
    margin: 0;
    padding: 0;
}


/*.footer-info li {
	padding: 15px 15px 0 15px;
}*/

.footer-link .nav-menu li:hover,
.footer-link .nav-menu li:hover a {
    background: none;
    color: #fff;
}

.site-info p {
    margin-bottom: 0;
}

.site-info a,
.site-info p {
    color: #fff;
}

.site-info .link-footer {
    font-weight: bold;
}

.ref {
    text-align: right;
}

footer {
    clear: both;
}

.ifram_mf {
    margin-bottom: 20px;
}

.description-item-wrapper {
    overflow: hidden;
    border-bottom: 1px solid #bbbbbb;
    padding: 20px 0;
    margin: 20px 0;
}


/*.description-item-wrapper:last-child {
	border: none;
}

.widget-area #menu-item-64, .widget-area #menu-item-65 {
	display: none;
}*/


/*----------------------------------------------------------------
##Responsive
----------------------------------------------------------------*/


/*
* règles pour petit écran
*/

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .nav-menu li {
        padding: 0 15px;
    }
    .nav-menu li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1500px) {
    .nav-menu li {
        padding: 0 10px;
    }
    .nav-menu li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .nav-menu li {
        padding: 0 10px;
    }
    .nav-menu li a {
        font-size: 13px;
    }
}


/*
* règles pour smartphones et tablettes
*/

@media only screen and (min-width: 300px) and (max-width: 667px),
only screen and (min-width: 667px) and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }
    /*----------------------
	# Header
	----------------------*/
    .top-elements,
    .top-info-mobile,
    #nav-icon,
    .mobile_cat_name,
    .mobile_cat_name span,
    .sub-location-logo,
    .footer-content,
    .brief-mobile {
        display: block;
    }
    /*.top-info-mobile li a, .top-info-mobile li a:hover, .top-info-mobile li a:visited {
		color: #404040;
	}*/
    #topbar {
        border-bottom: 2px solid #5d5d5d;
    }
    .home-content-wrapper {
        padding: 0;
    }
    /*elements to hide*/
    .top-middle,
    .partner,
    #site-navigation,
    .cat_name,
    .sub-location .title-row span,
    .site-footer .bio,
    .location-content .logo,
    .top-info,
    .footer-link,
    .ref,
    .slogan,
    #navbar {
        display: none;
    }
    .site-title {
        margin: 40px 0 20px 0;
    }
    .site-title a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .site-title img {
        width: 30%;
        height: auto;
    }
    /*----------------------
	# Sidr Menu
	----------------------*/
    .sidr {
        border-left: 4px solid #1D252B;
        background: #3E464F;
    }
    .sidr-class-nav-menu {
        padding: 0 0 0 15px;
    }
    .sidr-class-sidr-logo {
        margin: 0 auto;
        padding: 15px;
        text-align: center;
    }
    .sidr-class-sidr-logo img {
        width: 75%;
    }
    .sidr-class-menu-item {
        padding: 10px 8px;
    }
    .sidr-class-menu-item a {
        display: inline-block;
        text-transform: inherit;
    }
    .sidr-class-menu-item a:hover {
        text-decoration: none;
    }
    .sidr-class-dropdown-menu {
        margin: 0;
        padding-left: 15px;
    }
    .sidr-inner>ul>li>a.sidr-class-dropdown-toggle::after {
        content: "";
        display: block;
        height: 1px;
        width: 60px;
        /* background: #00c2d6; */
        background: #F39836;
    }
    ul.sidr-class-dropdown-menu li a {
        font-size: 0.9em;
    }
    .sidr-class-menu-item a:hover {
        color: #F39836 !important;
    }
    .sidr-class-menu-item:hover:after {
        background-color: #F39836;
    }
    .sidr-class-current_page_item a {
        color: #F39836 !important;
    }
    .sidr-class-current_page_item:after {
        background-color: #F39836;
    }
    .sidr-class-menu-item a {
        color: #fff;
    }
    .sidr ul li {
        list-style: none;
    }
    .sidr-class-nav-menu {
        margin: 0;
    }
    /*
	* article et catégories
	*/
    .cat_page_name img,
    .single-main h2 img {
        width: 25%;
    }
    .slider-info-row {
        font-size: 0.7em;
        top: 10%;
    }
    .slider-info-row li {
        margin-bottom: 10px;
    }
    .fax {
        background-size: auto 55%;
    }
    /*----------------------
	# Content
	----------------------*/
    /*
	* Accueil
	*/
    .slider-handle {
        height: auto;
    }
    .fresco:hover span.glyphicon {
        opacity: 0;
    }
    .produits-title:before,
    .produits-title:after {
        width: 25%
    }
    .produits-title:after {
        left: 75%;
    }
    .sub-produits-title:before,
    .sub-produits-title:after {
        width: 20%;
    }
    footer section {
        display: none;
    }
    .product-declination {
        overflow-x: auto;
        width: fit-content;
        max-width: 100%;
    }
    .sub-produits-title:after {
        left: 80%;
    }
    .slider_container {
        padding: 0;
    }
    .slick-slider {
        right: auto;
    }
    .green-box {
        margin-bottom: 30px;
    }
    .handler-container {
        width: 100%;
        margin-top: -25px;
    }
    .company-brief ul {
        margin: 0;
        padding: 0;
    }
    .art-slider .fresco {
        width: 100%;
    }
    .company-brief ul li {
        text-align: center;
        margin-bottom: 20px;
    }
    .brief-row {
        display: inline-block;
        width: 49%;
        padding: 0 25px;
    }
    .ouverture-footer p img,
    .ouverture-footer p span {
        display: block;
        text-align: center;
    }
    .ouverture-footer p img {
        margin: 0 auto 10px auto;
    }
    .action-hightlight-wrapper {
        margin-bottom: 25px;
    }
    p.rdv {
        margin-bottom: 15px;
    }
    .map-accueil {
        margin: 15px 0;
    }
    .signature-logo img {
        width: 65%;
    }
    .site-info p {
        font-size: 0.8em;
    }
    .picto img {
        display: inline-block;
        margin-left: 10px;
        width: 8%;
    }
    .art-slider-container .col-md-11 {
        width: 100%;
        padding: 0;
    }
    .cat-global-container article.col-md-4 {
        width: 47%;
    }
    .post_pagination ul {
        padding: 0;
    }
    .content-area {
        padding: 0;
    }
    .col-md-6 {
        padding: 0;
    }
    .art-slider-container .handler-container {
        top: 50%;
    }
    .wpcf7-form-control-wrap {
        display: inline-block;
    }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea,
    .wpcf7-form-control-wrap select {
        width: 100%;
    }
    aside {
        display: none;
    }
    .footer-cols {
        display: inline-block;
        vertical-align: middle;
    }
    .footer-logo {
        text-align: center;
        width: 49%;
    }
    .footer-logo img {
        width: 60%;
    }
    footer .contact {
        display: none;
    }
    footer .slogan {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .copyright {
        text-align: center;
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    .site-title img {
        width: 75%;
    }
    footer .contact {
        display: none;
    }
    .localisation {
        background-size: auto 50%;
    }
    .tel {
        background-size: auto 50%;
    }
    .fax {
        background-size: auto 45%;
    }
    .email {
        background-size: auto 50%;
    }
    .main-slider-container .slider-handle {
        width: 11px;
    }
    .cat-global-container .cat-item {
        width: 100%;
    }
    /*Sub content*/
    .main-sub-content,
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .location-summary p {
        font-size: 1.5em;
    }
    .connect-mobile-box-wrapper {
        display: block;
        margin-bottom: 25px;
    }
    /*.action-hightlight-wrapper {
		margin-bottom: 25px;
	}*/
    .top-home-content .art_illu {
        margin-bottom: 15px;
    }
    .top-home-content .read-more {
        float: none;
        margin: 0 auto;
    }
    .connect-box-wrapper {
        display: none;
    }
    /*----------------------
	# Footer
	----------------------*/
    .footer-content {
        width: 100%;
    }
    .footer-info {
        margin: 0;
        font-size: 0.8em;
        line-height: 1.8;
    }
    .sub-footer .sub-content {
        clear: both;
        font-size: 0.8em;
        padding: 0;
    }
    .footer-logo {
        text-align: center;
        width: 100%;
    }
    .main-slogan:after {
        top: 100px;
        left: 88%;
    }
    /*
	* Slider
	*/
    .slider-handle {
        width: 10%;
        padding: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .produits-title:before {
        width: 35%;
    }
    .produits-title:after {
        width: 35%;
        left: 65%;
    }
    .sub-produits-title:before {
        width: 35%;
    }
    .sub-produits-title:after {
        width: 35%;
        left: 65%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) and (orientation: landscape) {
    .site-title img {
        width: 35%;
    }
    .slider-handle {
        width: 6%;
    }
    .cat-global-container article.col-md-4 {
        width: 47%;
    }
    .main-slogan:after {
        top: 70px;
        left: 98%;
    }
    #nav-icon {
        bottom: 45% !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .brief-mobile {
        display: none;
    }
    .brief-regular {
        display: block;
    }
}

@media only screen and (min-width: 660px) and (max-width: 1200px) {
    #nav-icon {
        bottom: 30%;
    }
    .slider_item {
        text-align: center;
    }
    .map-accueil {
        text-align: center;
    }
    .picto img {
        width: auto;
    }
    .wpcf7-form label {
        width: 100%;
    }
    article.has-post-thumbnail .col-md-3 {
        width: 33.33333%;
        float: left;
    }
    article.has-post-thumbnail .col-md-9 {
        width: 66.66666%;
        float: right;
    }
    .cat-global-container .cat-item {
        width: 45%;
    }
    .contact-row {
        margin: 0;
    }
    .ifram_mf {
        text-align: center;
    }
    .main-slogan:after {
        top: 70px;
        left: 95%;
    }
    .art_illu {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .art_illu img {
        position: absolute;
        top: -20%;
    }
}

@media only screen and (min-width: 660px) and (max-width: 1200px) and (orientation: landscape) {
    .site-title {
        float: none;
        width: 100%;
    }
    .content-area {
        width: 100%;
    }
    .site-title img {
        width: 35%;
    }
    .art_illu {
        height: 300px;
    }
    .art_illu img {
        position: inherit;
        top: 0;
    }
    .main-slogan {
        padding-top: 0;
    }
    .main-slogan:after {
        top: 0px;
        left: 100%;
    }
    .main-slogan:before {
        top: -90%;
    }
    .site-info .col-md-6 {
        width: 100%;
    }
}


/*retina*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .site-title {
        margin-top: 3%;
    }
    /*.localisation {
		background-image:url('img/picto-map-2x.png');
		background-size: 29px 29px;
	}

	.tel {
		background-image:url('img/picto-phone-2x.png');
		background-size: 29px 29px;
	}

	.email {
		background-image:url('img/picto-mail-2x.png');
		background-size: 29px 29px;
	}

	.ouverture {
		background-image:url('img/picto-clock-2x.png');
		background-size: 29px 29px;
	}*/
}