@import "djmegamenu.css";
@import "djmobilemenu.css";
@font-face {
    font-family: 'font2';
    src: url('fonts/notosans-regular.woff2') format('woff2'), url('fonts/notosans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font1';
    src: url('fonts/DelaGothicOne-Regular.woff2') format('woff2'), url('fonts/DelaGothicOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    font-family: helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    width: 100%;
    padding: 0;
    min-width: 320px;
    min-height: 100%;
    list-style-type: none;
    position: relative;
    z-index: -20;
    background-color: #fff;
    color: #000000;
}

#global {
    margin: 0 auto;
    max-width: 1680px;
    min-width: 320px;
    width: 100%;
    position: relative;
}

div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

p, .content li {
    margin-bottom: 1em;
    line-height: 1.3;
    font-family: font2, sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

.readmore {
    position: relative;
    color: #888;
    font-style: italic;
    display: block;
    width: 100%;
    height: 100%;
}

hr {
    border: 2px solid;
    clear: both;
    color: #b64402;
    display: block;
    height: 1px;
    margin: 4% auto;
    width: 100%;
    border-radius: 10px;
}

.h01 {
    margin: 1% 0;
}

.h02 {
    margin: 2% 0;
}

.h05 {
    margin: 5% 0;
}

.separation {
    border: 0 none;
    height: 0;
    margin-bottom: 40px;
}

.espace {
    line-height: 2em;
    display: block;
}

ol {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 0;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0 0 0 2em;
}

.content ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.1em;
    counter-reset: item;
}

.content ol li {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 1em;
    text-indent: 0;
    list-style-type: none;
    counter-increment: item;
}

.content ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 1em;
    font-weight: normal;
    text-align: right;
    content: counter(item) ".";
}

.content ul {
    margin-left: 0;
}

.content .bloc-article li {
    list-style-position: inside;
    text-indent: default;
    margin-bottom: 0.5em;
    margin-left: 2em;
    padding-left: 0.5em;
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: .25em;
    line-height: 14px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    font-size: 0.8em;
    speak: none;
}

[class^="icon-"].disabled, [class*=" icon-"].disabled {
    font-weight: normal;
}

.pager {
    list-style: none;
    text-align: center;
    *zoom: 1;
    margin: 2em 0 1em 0;
    font-size: 0.9em;
    font-weight: 100;
}

.pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    /*	border: 1px solid #ddd; */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: default;
}

.icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before {
    content: "\e005";
}

.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
    content: "\e006";
}

.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before {
    content: "\e007";
}

.icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before {
    content: "\e008";
}

img {
    margin: 0;
    border: none;
    image-rendering: -webkit-optimizeQuality;
    font-size: 0;
    max-width: 100%;
}

img.icone {
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    width: auto;
    height: 30px;
}

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

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clear, .clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    font-size: 90%;
}

table, th, td {
    border-width: 1px 0 1px 0;
    border-color: #DFDFDF;
    border-style: solid;
}

th, td {
    vertical-align: top;
    margin: 0;
    padding: 1em 1.5em;
    border-right: 1px #DFDFDF solid;
    text-align: left;
}

tr th:last-child, tr td:last-child {
    border-right: none;
}

table th:nth-child(2n), table td:nth-child(2n) {
    background-color: #EFEFEF;
}

b, strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: normal;
}

h1 {
    font-size: 1.6em;
    line-height: 1.3;
    text-transform: uppercase;
}

h2 {
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

h3 {
    font-size: 1.3em;
    text-transform: none;
}

h4, h5, h6 {
    font-size: 1.1em;
}

div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
    margin-top: 0;
}

h1+h2, h2+h3, h3+h4, h4+h5, h5+h6, h1+h3 {
    margin-top: 0;
}

blockquote {
    padding: 1.5%;
    border: none;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 1.1em;
    font-style: italic;
    margin: 2.5% auto;
    border-radius: 10px;
    clear: both;
}

a {
    text-decoration: none;
    border-style: none;
    color: #808080;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
}

a:active {
    color: #fff;
}

/*
a img { display: block; }
 */

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

button, input {
    *overflow: visible;
    line-height: normal;
}

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

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

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

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

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

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

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

#system-message {
    width: 100%;
    padding: 0.5em;
    margin: 0 0 1em 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
}

#system-message h4.alert-heading, #system-message a.close, #system-message .alert-message div {
    display: inline-block;
    margin-left: 0.5em;
}

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

.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 3000;
    /* border-bottom: solid #323232 1px; */
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
    background-color: #ffffff;
    padding: 1% 0;
    /* pour calcul exact hauteur jquery ajouter overflow: auto;*/
}

.navbar {
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    /* 	margin-bottom: 2%; */
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: inherit;
    padding: 0;
    border-radius: 0;
    /*
    font-size: 0;
 */
    margin: 0 auto;
}

.navmodule {
    padding: 0;
}

.mainmenu {
    flex: 8;
}

.navbar-spacer {
    padding: 0;
}

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

.logo {
    flex: 2;
    height: auto;
    margin: 0 5px 7px 5px;
}

.logo2 {
    display: block;
    position: relative;
    padding: 0;
}

.logo-mobile {
    display: none;
}

.logo2 {
    text-align: center;
    width: 30%;
}

.logo img, .logo2 img {
    margin-top: 2%;
    text-align: left;
    min-width: 100px;
    /* filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); */
}

/*
.logo img { max-width: 400px; }
.logo2 img { max-width: 335px; }
 */

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

.popmodule {
    width: 180px !important;
}

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

.nav-module1 {
    overflow: hidden;
}

#larecherche.nav-module1 {
    text-align: center;
}

#tel.nav-module1 {
    letter-spacing: 0.1em;
    text-align: center;
}

#contact.nav-module1, #devis.nav-module1 {
    text-align: right;
}

#tel.nav-module1 a {
    display: block;
    padding: 0 8px 0 8px;
    border: none;
    margin: 0 auto;
}

#contact.nav-module1 a, #devis.nav-module1 a {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.nav-modules span {}

#larecherche {
    line-height: 1;
    min-width: 100px;
    text-align: center;
    /*
    padding: 10px 2% 0 2%;
    margin: 0 2% 0 2%;
 */
}

#larecherche:hover {
    opacity: 0.7;
}

.orange {
    color: #f15a24 !important;
}

.vert {
    color: #669900 !important;
}

.fond-orange {
    background-color: #f15a24 !important;
}

.fond-vert {
    background-color: #669900 !important;
}

span.lien-image, span.lien-texte {
    display: inline-block;
    color: #6E6E6E;
    font-size: 22px;
    font-family: helvetica, arial, sans-serif;
}

span.lien-texte .part4 {
    display: none;
}

span.lien-image img {
    /*
    width: 100%;
    height: auto;
    min-width: 27px;
 */
}

.nav-module2 {}

.nav-module2 a {
    display: block;
    padding: 6px;
    border: 1px #808080 solid;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
}

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

.menu1 .logo a {
    border: none;
}

.menu1 {
    /*
    display: none;
 */
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #dddddd;
    width: 100%;
    height: 0;
    z-index: 8850;
    transition: height 0.3s ease-in-out;
    /*  box-shadow: 0px 2px 4px 0px #555; */
}

.menu-header {
    height: 90px;
    text-align: right;
}

.menu-content {
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 0 10%;
}

.menu1 ul.menu {
    position: relative;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1480px;
    background-color: #808080;
}

.menu1 ul.menu h1 {
    font-size: 1em;
    margin: 0;
    text-transform: none;
}

/* desktop first */

/*
.menu1 .menu li
{
    background-color: transparent;
    text-align: center;
    padding: 0;
    display: inline-block;
}
 */

/* end desktop first */

/* mobile first */

.menu1 .menu li {
    width: 100%;
    border-right: none;
    display: inline;
    text-align: left;
}

.menu1 .menu li:hover {
    background-color: transparent;
}

.menu1 .menu a {
    padding-right: 25%;
}

.menu1 .menu a:hover, .menu1 .menu li ul a:hover {
    color: #ddd;
}

/* end mobile first */

.menu1 .menu li:hover {
    background-color: #6e6e6e;
}

.menu1 .menu ul.nav-child {
    display: block;
}

.menu1 .menu li ul li {
    font-size: 90%;
    line-height: 1.1;
    margin: 1px 0 0 0;
}

.menu1 .menu a, .menu1 .separator {
    font-family: helvetica, arial, sans-serif;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 13px 24px 11px 24px;
    font-weight: normal;
    font-size: 1.1em;
    text-transform: none;
}

.menu1 li a img {
    width: 24px;
    height: auto;
    vertical-align: bottom;
    margin-right: 10px;
}

.menu1 .menu a:hover, .menu1 .menu li ul a:hover {
    opacity: 0.75;
    color: #fff;
}

.menu1 .menu .active a, .menu1 .menu .current a, .menu1 .menu .current.parent ul a {
    color: #fff;
    background-color: #403e3e;
}

.menu1 .menu .parent ul a, .menu1 .menu .current.active.parent ul a {
    color: #fff;
    background-color: transparent;
}

.menu1 .menu .parent ul .active a {
    color: #fff;
    background-color: #656262;
}

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

.menu1 span.lang-switcher-menu>div {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.menu1 .lang-switcher-mobile {
    display: none;
}

.menu1 .lang-switcher-menu ul {
    width: inherit;
    overflow: hidden;
    margin: 0;
}

.menu1 .lang-switcher-menu li {
    line-height: 1;
    padding: 0.5em 1em;
    margin: 0;
    width: auto;
    min-width: inherit;
    display: inline-block;
}

.menu1 .lang-switcher-menu li a {
    padding: 0.8em;
    margin: 0;
    border: none;
    width: auto;
}

.menu1 .lang-switcher-menu li:hover {
    background-color: transparent;
    opacity: 0.75;
}

.menu1 .lang-switcher-menu li a img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

/* *********** menu 2 ********** */

.menu2 {
    min-height: 41px;
    background-color: #fff;
}

.fond-menu2 {
    background-color: #403e3e;
}

.menu2 ul {
    font-weight: normal;
    font-variant: normal;
    padding: 0;
    text-align: center;
    font-size: 1em;
    margin: 0;
    max-width: inherit;
    background-color: #403e3e;
}

.menu2 li {
    display: inline-block;
    background-color: none;
    line-height: 1;
}

/* .menu2 li:last-child { margin-right: 0; } */

.menu2 li ul li {
    font-size: 90%;
    line-height: 1;
    margin: 0;
}

.menu2 a {
    display: block;
    color: #B2ABAB;
    width: 100%;
    height: 100%;
    padding: 13px 24px 11px 24px;
    font-weight: normal;
    font-size: 1em;
    text-transform: none;
}

.menu2 a:hover, .menu2 li ul a:hover {
    opacity: 0.85;
}

.menu2 .active a, .menu2 .current a, .menu2 .current.parent ul a {
    color: #fff;
    background-color: #403e3e;
}

.menu2 .parent ul a, .menu2 .current.active.parent ul a {
    color: #fff;
    background-color: transparent;
}

.menu2 .parent ul .active a {
    color: #fff;
    background-color: #fff;
}

/* menu dj */

.mainmenu a {
    font-family: font1, sans-serif;
    font-style: normal;
    font-size: 1.4em !important;
    color: #003d76 !important;
}

.mainmenu a:hover, .mainmenu a.active {
    color: #b64402 !important;
}

.burger {
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 2000;
}

/* **** emcNavigationArticles ***** */

.liste-articles {
    margin-top: 1%;
}

.emcNavigationArticles:before {
    font-size: 90%;
    font-style: normal;
    content: "Les gammes : ";
}

.liste-articles ul {
    margin: 0;
    display: inline;
}

.liste-articles li {
    display: inline-block;
    line-height: 1.1;
    font-size: 85%;
    padding: 4px 1% 2px 1%;
    list-style-type: none;
    margin: 0;
}

.liste-articles li a {
    color: #808080;
}

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

header {
    position: relative;
    overflow: hidden;
    z-index: 1000;
    border-radius: 0;
    width: 100%;
    font-size: 0;
    max-width: 1280px;
    margin: 0 auto;
}

.inner-header {
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    background-color: transparent;
}

.diaporama {
    display: block;
    z-index: -10;
    width: 100%;
    text-align: right;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 2px 0px #000000;
    box-shadow: 0px 1px 2px 0px #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.shrink {
    height: 0;
}

.icon-header {
    max-width: 60px;
    min-width: 40px;
}

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

.page {
    margin: 0 auto 0 auto;
    /* 	padding: 1.8%; */
    width: 100%;
    max-width: 1040px;
    z-index: 0;
    min-height: 50%;
    overflow: hidden;
    /* 	background-color: #ffffff; */
}

/*
.page:after
{
    content: "";
    display: table;
    clear: both;
}
 */

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

.social {
    position: relative;
    text-align: right;
    padding: 0 40px 0 0;
    margin: 30px 0 30px 0;
}

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

.outer-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0.8% 1.8% 1.8% 1.8%;
}

.wrapper {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

.ariane {
    padding: 1% 0 0.5% 1.5%;
    overflow: hidden;
    z-index: 1;
    float: left;
    width: 86%;
    max-width: 1480px;
    margin: 0 auto;
}

.ariane ul.breadcrumb {
    margin: 0;
}

.ariane, .ariane h1 {
    color: #878787;
    font-size: 0.85em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    font-style: italic;
}

.ariane li {
    display: inline;
    margin: 0;
}

.ariane li span.divider {
    display: inline;
    margin: 0;
    color: #666666;
}

.ariane a {
    color: #666666;
}

.ariane a:hover {
    color: #000;
    text-decoration: underline;
}

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

.page-header {
    margin-top: 0.2em;
    overflow: hidden;
    margin-bottom: 0.25em;
    padding: 0;
}

.page-header h1 {
    padding: 0.5em 0 0.5em 0;
    margin: 0;
}

.page-header ul .current h1 {
    display: inline;
    font-size: 1em;
}

.page-header ul {
    display: block;
    overflow: hidden;
    font-size: 130%;
    font-variant: small-caps;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0.5em 0.8em 0 0.8em;
}

.page-header li {
    padding: 0 0.5em 0.5em 0.5em;
}

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

main {
    min-height: 100%;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.largeur1 {
    width: 66%;
}

.largeur2 {
    width: 32%;
    float: right;
}

.headline-intro {
    font-family: arial, sans-serif;
    margin: 0 auto 0 auto !important;
    background-color: #007FC2;
    color: #fff;
    font-size: 1.2em;
}

.headline-intro h2, .headline-intro h3, .headline-intro h4, .headline-intro h5, .headline-intro h6 {
    color: #fff;
}

.headline-intro h2 {
    font-size: 1.3em;
}

.headline-intro a {
    color: #fff;
}

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

section {
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0;
    min-height: 100%;
    height: 100%;
}

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

.modules {
    display: block;
    padding: 0 0 1% 1%;
    overflow: hidden;
}

.moduletable {
    overflow: auto;
}

.category-desc {
    margin: 1% 0 2.5% 0;
}

.content .blog-featured .items-leading, .content .blog .items-leading, .content .item-page {
    width: 100%;
    min-height: 100%;
}

.content .bloc-element a {
    color: #336699;
}

.pagination {
    clear: both;
    line-height: 1;
    margin: 1em 0;
    font-size: 90%;
    text-align: center;
    border-top: 1px #DFDFDF solid;
    border-bottom: 1px #DFDFDF solid;
}

.pagination p.counter {
    float: left;
}

.content .pagination ul {
    margin: 0 auto 0 auto;
}

.pagination li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 10px 0 10px;
    color: #C1C1C1;
}

.hasTooltip {
    display: none;
    margin: 0 auto 0 auto;
}

.blog, .blog-featured, .item-page>div {
    overflow: hidden;
    margin: 0;
}

.blog, .blog-featured {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

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

footer {
    font-family: arial, sans-serif;
    margin: 0;
    width: 100%;
    padding: 0;
    font-size: 0.75em;
    font-weight: normal;
    overflow: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    z-index: 10;
    border-top: solid 1px #d6d6d6;
}

.inner-footer {
    overflow: hidden;
    width: 98%;
    max-width: 1480px;
    padding: 1% 0;
    margin: 0 auto;
    font-size: 0;
}

.copyright {
    width: 100%;
}

.contact-footer, footer ul.nav, footer a:link, footer a:visited {
    color: #ddd;
}

footer p, footer a, footer ul {
    font-size: 13px;
}

.contact-footer {
    margin: 0 0 2em 0;
    text-align: center;
    padding: 0 2% 0 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

footer ul.nav {
    padding: 0;
    line-height: 1.3;
    margin: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

footer li {
    display: inline-block;
    padding: 0 2% 0 0;
}

footer img {
    /*  margin: 0 6px 0 0; */
    vertical-align: top;
}

footer .current.active a {
    color: #b2b2b2;
}

footer .h1menu {
    font-size: 1em;
    display: inline;
    font-family: arial, sans-serif;
    font-weight: normal;
}

.upper-footer {
    width: 100%;
    padding: 3em 0 0 0;
    max-width: 1480px;
    margin: 0 auto;
}

#lazone {
    background-color: #ddd;
    padding: 2%;
    text-align: justify;
}

.logos-footer {
    width: 50%;
    display: inline-block;
    text-align: right;
}

footer hr {
    color: #736F70;
    border: 2px solid;
    max-width: 1260px;
    margin: 2em auto 1em auto;
}

.fiche-logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 1em 0;
    padding: 0 0.3%;
    min-width: 90px;
    max-width: 180px;
}

.logos-footer img, .upper-footer img {
    width: 100%;
    height: auto;
    max-height: 90px;
}

/*** menus osmap ***/

.osmap-sitemap {
    margin: 2% auto;
    max-width: 1024px;
}

#osmap .osmap-items h2 {
    display: none;
}

.osmap-items {
    display: block;
}

.osmap-items li[id*="category"] {
    font-variant: small-caps;
    font-size: 18px !important;
}

.osmap-items li[id*="article"] {
    font-variant: normal;
    font-size: 16px !important;
    margin-left: 1em;
    font-weight: normal;
}

.osmap-items>ul {
    padding: 1em 2%;
    margin-bottom: 0;
    border-bottom: 3px #E9E9E9 solid;
    background-color: #fff;
}

.osmap-items>ul:last-child {
    border-bottom: none;
}

#osmap ul.level_0 li {
    display: block;
}

#osmap>.osmap-items>ul>li {
    margin-top: 0.5em;
    font-weight: bold;
}

#osmap ul.level_1 {
    margin-bottom: 1em;
    margin-left: 1em;
}

#osmap>.osmap-items>ul>ul.level_1>li a {
    color: #000;
}

#osmap ul.level_2 a {
    font-style: italic;
    color: #555555;
}

#osmap .osmap-items ul>ul {
    margin-left: 1em;
}

/*************** osembed ***************/

.osembed_wrapper, .media-wrapper {
    clear: both;
}

/*************** galeries up ************/

.galerie-article {
    margin: 0 auto !important;
    display: block !important;
}

figure.upgallery {
    margin: 0;
    width: 100%;
}

figure.upgallery a {
    position: relative;
    font-size: 0;
    display: block;
    width: 100%;
}

.legend figure figcaption {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding: 5px 10px 5px 10px;
    font-weight: 300;
    color: #eee;
    background: #00000085;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.legend-hover figure figcaption {
    display: none;
    text-align: center;
    font-size: 0.9rem;
    padding: 5px 10px 5px 10px;
    font-weight: 300;
    color: transparent;
    background: transparent;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.legend-hover figure:hover figcaption {
    display: block;
    background: #00000085;
    color: #eee;
    height: inherit;
}

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

/*************** galeries sigplus ************/

.sigplus-gallery div.boxplus-slider {
    padding: 6px 0 6px 0;
}

.sigplus-gallery.sigplus-left.sigplus-clear {
    clear: both;
}

.sigplus-gallery ul {
    width: 100%;
}

.fiche-objet .sigplus-gallery ul img {
    width: 100% !important;
    max-width: 420px;
    min-width: 180px;
}

.sigplus-gallery ul li {
    width: 24%;
    margin: 0.5% !important;
}

div.sigplus-gallery ul>li>img, div.sigplus-gallery ul>li>a>img {
    margin: 8px 0 !important;
}

.sigplus-gallery ul li img {
    width: 100%;
    height: auto;
}

.captionplus-overlay.captionplus-bottom {
    bottom: 5px;
}

#boxplus .boxplus-background, .boxplusx-container {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

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

div.items-more ol.nav li {
    width: 40%;
    padding-right: 10%;
    float: left;
}

/** pour 2 colonnes **/

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

.column-1 {
    float: left;
    width: 49%;
    padding: 0;
    overflow: hidden;
    margin-right: 1%;
}

.column-2 {
    float: left;
    width: 49%;
    padding: 0;
    overflow: hidden;
    margin-left: 1%;
}

.blog-more {
    padding: 10px 5px;
}

div.blog div.item-separator {
    width: auto;
    height: 30px;
    clear: both;
}

div.blog div.items-row {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* ** connexion ** */

div.moduletable_connexion, div.login {
    padding: 10px 20px 20px 20px;
    width: 50%;
    margin: 20px;
}

form#login-form span.add-on {
    display: block;
    width: 150px;
}

/*
div.btn-group { display: none; }
 */

/* diaporama - accueil */

.random_image, .random_image_extended {
    position: relative;
    width: 100%;
    max-width: 1680px;
    height: auto;
    /*
    height: 100%; */
    margin: 0 auto !important;
}

.random_image img, .random-image_diapo, .random_image_extended img {
    height: auto !important;
    width: 100% !important;
    display: block !important;
}

/******************** tabs   *******************************************/

.page-header li.active a {
    color: #6F0014;
}

/******************** Articles ***********************************/

.bloc, .bloc100, .bloc75, .bloc66, .bloc50, .bloc33, .bloc25, .bloc16, .bloc12, .bloc8 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bloc75, .bloc66, .bloc50, .bloc33, .bloc25 {
    float: left;
    padding: 0.5% 0 1% 0 !important;
}

.bloc16, .bloc12, .bloc8 {
    float: left;
    padding: 0.2% 0 0.5% 0 !important;
}

.bloc-article, .bloc-element {
    margin-bottom: 3%;
}

/* .bloc-article:nth-child(odd) { clear: both; } */

.bloc-article {
    padding: 1% !important;
}

.bloc-categorie {
    padding: 1% 0;
}

.bloc:last-child, .bloc100:last-child, .bloc75:last-child, .bloc66:last-child, .bloc50:last-child, .bloc33:last-child, .bloc25:last-child, .bloc16:last-child, .bloc12:last-child, .bloc8:last-child, .bloc-article:last-child, .bloc-categorie:last-child, .bloc-element:last-child {
    margin-bottom: 0;
    border-bottom: none !important;
}

.bloc100 {
    width: 100%;
    clear: both;
}

.bloc8 {
    width: 8.333%;
}

.bloc12 {
    width: 12.5%;
}

.bloc16 {
    width: 16.667%;
}

.bloc25 {
    width: 25%;
}

.bloc33 {
    width: 33.333%;
}

.bloc50 {
    width: 50%;
}

.bloc66 {
    width: 66.666%;
}

.bloc75 {
    width: 75%;
}

.bloc-image {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* ici la taille maxi de l'image */
    max-width: 400px;
    max-height: 400px;
}

.bloc-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.bloc-image a:hover {
    opacity: 0.7;
}

.bloc-image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.bloc-content {
    margin: 0;
}

.bloc-titre {
    width: 100%;
}

.bloc-titre, .bloc-soustitre {
    display: block;
    word-spacing: 0em;
}

.bloc-titre h2, .bloc-titre h3 {
    font-family: font1, sans-serif;
    color: #fff;
}

.bloc-titre h2 {
    text-transform: none;
    font-weight: normal;
}

.bloc-titre span {
    font-family: helvetica, arial, sans-serif;
    color: #fff;
    display: inline-block;
    text-align: left;
}

.bloc-sous-titre {
    letter-spacing: -0.05em;
}

.bloc hr {
    margin: 0;
}

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

.article-titre, .article-titre a {
    color: #801302;
}

hr.separation {
    color: #ddd;
    border: 0px solid;
    margin: 0.5em auto 0.5em auto;
}

.no-uppercase {
    text-transform: none;
}

.container-table {
    margin: 0 -10px;
}

.table {
    table-layout: fixed;
    display: table;
    border-collapse: separate;
    border-spacing: 10px 1px;
}

.table .bloc, .table .cellule {
    display: table-cell;
}

.explication {
    font-size: 95%;
    margin: 20px 20px 40px 20px;
    padding: 20px;
    background-color: #eee;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
}

.exergue {
    font-size: 95%;
    padding: 20px;
    background-color: #eee;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7) inset;
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7) inset;
    margin: 20px 0 40px 0;
}

.encadre {
    padding: 2em 2em 2em 1em;
    color: #000;
    font-size: 1.1em;
    border-left: 6px solid #ddd;
}

.email {
    padding: 0;
}

.email a {
    vertical-align: middle;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image: url(../../../images/site-elements/envelope.png);
    background-color: #e5e5e5;
    display: block;
    width: 90%;
    height: 100%;
    padding: 15px 20px 15px 60px;
}

.email a:hover {
    opacity: 0.9;
}

a.telecharger {
    display: block;
    float: left;
    background-color: #dad7bd;
    background-image: url(../../../images/site-elements/folder.png);
    padding: 0.8em 0.8em 0.8em 3.2em;
    margin: 0 0 2em 0;
    background-repeat: no-repeat;
    background-position: 1em;
}

.copyright-photo {
    font-size: 0.8em;
    font-style: italic;
}

.p-taille1 p {
    font-size: 0.8em;
    line-height: 1.1;
}

.barre-titre h2.article-titre {
    width: 100%;
    background-color: #777;
    padding: 0.2em 1em;
    color: #fff;
}

.date-modif {
    font-size: 75%;
    opacity: 0.5;
    padding: 0 1%;
}

/************************** recherche **************************/

.site-recherche {
    padding: 6% 2%;
    font-size: 1.3em;
    font-family: helvetica, arial, sans-serif;
}

.site-recherche h3 {
    font-size: 1em;
    font-family: helvetica, arial, sans-serif;
}

.recherche-libre {
    margin: 1em auto 5% auto;
}

.recherche-libre .element-invisible {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
}

.recherche-libre .inputbox {
    font-size: 0.8em;
    padding: 0.5em;
    display: inline-block;
    box-shadow: inset 2px 2px 3px 0px #656565;
    width: 94%;
    max-width: 400px;
}

.recherche-tags {
    margin: 1em auto 1em auto;
}

/************************** tags **************************/

.tagspopular {
    color: #fff;
    font-size: 1em;
    font-variant: small-caps;
    text-transform: lowercase;
    overflow: hidden;
    float: none;
    padding: 0.6em;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    word-spacing: 0.2em;
}

.tagspopular a {
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.6em 0.4em 0.6em;
    border-radius: 5px;
    text-align: center;
    background-color: #A6A6A6;
}

.tagspopular ul {
    text-align: center;
}

.tagspopular ul li {
    display: inline-block;
    padding: 2px 1px;
}

/************************** popup **************************/

.cs-popup-fond {
    display: none;
    z-index: 8888;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #000;
    opacity: 0.7;
}

.cs-popup-outer {
    position: fixed;
    top: 0;
    left: 0;
}

.cs-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 100%;
    margin: 3% auto;
    min-width: 300px;
    max-width: 1480px;
    z-index: 8899;
    opacity: 1;
    overflow: auto;
}

.cs-popup-inner {
    position: relative;
    background-color: #fff;
    padding: 0;
    width: 100%;
    height: auto;
}

.afficher {
    display: block;
}

.fadein {
    height: 100%;
}

.cs-popup-fermer {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 8999;
}

.cs-popup-inner .logo {
    margin-top: 2%;
}

.cs-popup-inner.devis img.logo {
    max-width: 170px;
}

.cs-popup-inner.devis img.logo
/***************** modules *********************/

.module0 {
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
}

.module1 {
    padding: 6px;
    margin-top: 10px;
    background-color: #403e3e;
    overflow: hidden;
}

.module2 {
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.lien-espace {
    width: 100%;
    height: auto;
    max-width: 403px;
    min-width: 320px;
}

.module1 a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.modules span.lien-texte {
    text-align: center;
    display: block;
    float: left;
    padding: 12px 0;
    width: 84%;
    height: 42px;
    text-transform: uppercase;
}

.modules span.lien-image {
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    text-align: right;
}

.modules span.lien-image img {
    max-width: 42px;
}

/***************** module custom google maps *********************/

.googlemap {
    width: 100%;
    min-width: 300px;
}

/***************** cookie ck *********************/

#cookiesck {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 1% !important;
    z-index: 9999;
}

#cookiesck_accept, #cookiesck_decline, #cookiesck_readmore, #cookiesck_settings {
    border: none !important;
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 5px !important;
    padding: 3px 5px !important;
}

#cookiesck_accept:hover, #cookiesck_decline:hover, #cookiesck_readmore:hover {
    opacity: 0.7 !important;
}

#cookiesck_accept {
    margin-right: 2em !important;
}

#cookiesck_options, #cookiesck_options>.inner {
    display: none !important;
}

/***************** formulaire *********************/

.contactform, .visforms-form {
    width: 90%;
    max-width: 1024px;
    min-width: 320px;
    margin: 1% auto;
    padding: 1% 1% 1% 1%;
    overflow: hidden;
}

.form-label {
    font-size: 0.9em;
    min-width: 150px;
}

.form-field {
    max-width: 310px;
    width: 90%;
}

.form-field-1 {
    width: 180px;
}

.form-field-textarea-adresse {
    height: 5em !important;
}

.form-field-textarea-demande {
    height: 12em !important;
}

.visforms-form .field-calendar {
    float: left;
}

.form-field-separation {
    border: 1px #ddd solid;
}

.envoyer {
    padding: 1em 2em !important;
    background-color: #b64402 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
}

.vis_mandatory {
    font-size: 0.8em !important;
    color: #801302 !important;
    font-weight: normal;
    position: absolute;
    bottom: 1%;
}

/*** ***/

.contactform .control-group {
    margin: 0 0 0.5em 0;
    width: 100%;
}

.contactform-01, .contactform-02 {
    display: block;
    float: left;
    width: 50%;
    min-width: 320px;
}

.submit.control-group {
    float: right;
    width: 50%;
}

.contactform .control-label {
    line-height: 1.2em;
}

.contactform .controls {}

#jform_nom, #jform_email {
    line-height: 1.1em;
    width: 75%;
    min-width: 300px;
    font-size: 0.8em;
}

#jform_tel {
    line-height: 1.1em;
    width: 33%;
    min-width: 150px;
    font-size: 0.8em;
}

#jform_arrivee, #jform_depart {
    line-height: 1.1em;
    width: 25%;
    font-size: 0.8em;
    min-width: 120px;
    text-align: center;
}

#jform_nbpersonnes {
    line-height: 1.1em;
    width: 10%;
    min-width: 40px;
    font-size: 0.8em;
}

#jform_message {
    line-height: 1.1em;
    width: 90%;
    min-width: 300px;
    font-size: 0.8em;
}

.contactform button {
    line-height: 1.2em;
    font-size: 0.8em;
    height: 1.7em;
    border-radius: 3px;
    background-color: #fff;
}

.js-calendar, .calendar-container, .calendar-container a {
    color: #000;
    top: 0 !important;
    margin-top: 0 !important;
}

.icon-calendar:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
    content: "\43";
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

select, input[type="file"] {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
}

select[multiple], select[size] {
    height: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.uneditable-input, .uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

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

.agauche.bloc16, .agauche.bloc12, .agauche.bloc8 {
    margin-bottom: 0.5%;
}

.agauche {
    display: block;
    float: left;
    margin-bottom: 2%;
}

img.agauche, span.agauche img {
    margin-right: 2%;
    margin-left: 0;
}

.adroite {
    display: block;
    float: right;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 2%;
}

img.adroite, span.adroite img {
    margin-right: 0;
    margin-left: 2%;
}

.aucentre {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

img.aucentre, span.aucentre img {
    margin-bottom: 2%;
}

.max012 {
    max-width: 10% !important;
    height: auto !important;
}

.max025 {
    max-width: 23% !important;
    height: auto !important;
}

.max033 {
    max-width: 31% !important;
    height: auto !important;
}

.max050 {
    max-width: 48% !important;
    height: auto !important;
}

.max066 {
    max-width: 64% !important;
    height: auto !important;
}

.max075 {
    max-width: 73% !important;
    height: auto !important;
}

.max100 {
    max-width: 98% !important;
    height: auto !important;
}

.nomax {
    max-width: auto !important;
    height: auto !important;
}

/** recherche **/

.search {
    padding: 1%;
    font-family: helvetica, arial, sans-serif;
}

#searchForm {
    display: block;
    padding-bottom: 0.5em;
    border-bottom: 1px #ddd solid;
    font-size: 0.8em;
}

#searchForm>div, #searchForm>fieldset {
    margin-bottom: 0.6em;
}

legend {
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-variant: small-caps;
    padding-bottom: 0.5em;
    border-bottom: 1px #ddd solid;
}

.pull-left {
    float: left;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

button.btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 8px 4px 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.label-info, .badge-info {
    background-color: #ddd;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.phrases-box, .only {
    padding: 0.5em 0 0.5em 0;
    margin-bottom: 0.8em;
}

label {
    display: inline-block;
    padding: 0 1em 0 0;
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0 !important;
}

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

.search-results .result-title {
    margin-top: 1em;
    font-weight: bold;
}

.search-results .result-category, .search-results .result-created {
    font-size: 0.8em;
    font-style: italic;
}

.search-results .osembed_wrapper {
    display: none;
}

.pagination-list .hidden-phone {
    border-radius: 100px;
    padding: 6px 10px;
}

.pagination-list .active.hidden-phone {
    background-color: #403e3e;
    border-radius: 100px;
    padding: 6px 10px;
}

.pagination-list .active.hidden-phone a {
    color: #fff;
}

/************************** isotope ******************/

.isotope_item .accueil-actu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    background-color: #801302;
    padding: 0.4em 0.5em 0.4em 1.1em;
    border-radius: 3px 0 0 20px;
    font-size: 0.7em;
}

.isotope_item .accueil-actu a {
    color: #fff;
}

.isotope_item .accueil-suite {
    display: block;
    float: right;
}

.isotope_item .bloc-article .article-titre, .isotope_item .bloc-article>img {
    display: none;
}

.isotope_item .bloc-article {
    margin-bottom: 0 !important;
}

.isotope_item {
    padding: 1% !important;
    margin: 1% !important;
    border-radius: 3px;
}

.isotope_item:nth-child(odd) {
    background-color: #c0a8872e !important;
}

.isotope_item:nth-child(even) {
    background-color: #c0a8872e !important;
}

.isotope_item .bloc-image img {
    display: block !important;
}

.isotope_item p:last-child::after {
    content: " ...";
}

@media screen and (max-width: 768px) {
    .isotope_item {
        width: 98% !important;
    }
}