@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400i,500,700,700i";
/*!

 */
@charset "UTF-8";
article,
aside,
datagrid,
datalist,
details,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
audio {
  display: inline-block;
}
canvas {
  display: inline-block;
}
progress {
  display: inline-block;
}
video {
  display: inline-block;
}
abbr,
eventsource,
mark,
meter,
time,
output,
bb {
  display: inline;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-size: calc(0.625em);
}
* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
html,
body,
blockquote,
ul,
ol,
form,
button {
  margin: 0;
  padding: 0;
}
button {
  border: 0;
  vertical-align: middle;
}
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea {
  font-size: 1em;
  line-height: 1.5;
  margin: 1.5em 0;
}
input,
select,
textarea,
optgroup,
button {
  background: transparent;
  border: 0;
  font: inherit;
}
img {
  border-style: none;
  vertical-align: middle;
}
iframe {
  border: 0;
  vertical-align: middle;
}
ul {
  padding-left: 2em;
}
ol {
  padding-left: 2em;
}
.unstyled {
  list-style-type: none;
  padding-left: 0;
}
[dir="rtl"]ul {
  padding-left: 0;
  padding-right: 2em;
}
[dir="rtl"]ol {
  padding-left: 0;
  padding-right: 2em;
}
[dir="rtl"].unstyled {
  padding-right: 0;
}
body {
  background: #ffffff;
  color: #333333;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
}
body:before {
  content: 'desktop';
  display: none;
}
h1 {
  display: block;
  font-size: 1.85714em;
  line-height: 1.61538;
  margin: 0 0 .80769em 0;
}
.h1 {
  display: block;
  font-size: 1.85714em;
  line-height: 1.61538;
  margin: 0 0 .80769em 0;
}
h2 {
  display: block;
  font-size: 1.71429em;
  line-height: 1.75;
  margin: 0 0 .875em 0;
}
.h2 {
  display: block;
  font-size: 1.71429em;
  line-height: 1.75;
  margin: 0 0 .875em 0;
}
h3 {
  display: block;
  font-size: 1.57143em;
  line-height: 1.90909;
  margin: 0 0 .95455em 0;
}
.h3 {
  display: block;
  font-size: 1.57143em;
  line-height: 1.90909;
  margin: 0 0 .95455em 0;
}
h4 {
  display: block;
  font-size: 1.42857em;
  line-height: 1.05;
  margin: 0 0 1.05em 0;
}
.h4 {
  display: block;
  font-size: 1.42857em;
  line-height: 1.05;
  margin: 0 0 1.05em 0;
}
h5 {
  display: block;
  font-size: 1.28571em;
  line-height: 1.16667;
  margin: 0 0 1.16667em 0;
}
.h5 {
  display: block;
  font-size: 1.28571em;
  line-height: 1.16667;
  margin: 0 0 1.16667em 0;
}
h6 {
  display: block;
  font-size: 1.14286em;
  line-height: 1.3125;
  margin: 0 0 1.3125em 0;
}
.h6 {
  display: block;
  font-size: 1.14286em;
  line-height: 1.3125;
  margin: 0 0 1.3125em 0;
}
.uppercase {
  text-transform: uppercase;
}
.smaller {
  font-size: .71429em;
  line-height: 2.1;
  margin: 2.1em 0;
}
.small {
  font-size: .85714em;
  line-height: 1.75;
  margin: 1.75em 0;
}
.big {
  font-size: 1.14286em;
  line-height: 1.3125;
  margin: 1.3125em 0;
}
.bigger {
  font-size: 1.28571em;
  line-height: 1.16667;
  margin: 1.16667em 0;
}
.biggest {
  font-size: 1.42857em;
  line-height: 1.05;
  margin: 1.05em 0;
}
.noborder {
  border: 0;
}
dialog {
  border: 0;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
:lang(fr) > q {
  quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019";
}
:lang(en) > q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
:lang(es) > q {
  quotes: "\00AB" "\00BB" "\201C" "\201D";
}
:lang(it) > q {
  quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D";
}
:lang(de) > q {
  quotes: "\201e" "\201c" "\201a" "\2018";
}
sup {
  bottom: 1ex;
  position: relative;
  vertical-align: 0;
}
sub {
  position: relative;
  top: .5ex;
  vertical-align: 0;
}
li p {
  margin-bottom: 0;
  margin-top: 0;
}
li ul {
  margin-bottom: 0;
  margin-top: 0;
}
.cut {
  word-wrap: break-word;
}
@supports (-webkit-hyphens: auto) or (-ms-hyphens: auto) or (hyphens: auto) {
  /*textarea,
  table,
  td,
  th,
  code,
  pre,
  samp,
  div,
  p,*/
  .cut {
    word-wrap: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.nocut {
  word-wrap: normal;
}
code {
  line-height: 1;
  white-space: pre-wrap;
}
pre {
  white-space: pre-wrap;
}
samp {
  white-space: pre-wrap;
}
kbd {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border: solid 1px;
  padding: 0 .25em;
}
table {
  margin-bottom: 1.5em;
  table-layout: fixed;
}
abbr[title] {
  border-bottom: dotted 1px;
  cursor: help;
  text-decoration: none;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
[dir="rtl"].alignright {
  text-align: left;
}
[dir="rtl"].alignleft {
  text-align: right;
}
a {
  color: #2573be;
  cursor: pointer;
}
a:focus {
  color: #000000;
}
a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}
a:link img {
  border-style: none;
}
a:visited img {
  border-style: none;
}
.nodecoration {
  text-decoration: none;
}
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
svg {
  height: auto;
  max-width: 100%;
}
.mod {
  overflow: auto;
}
.mod--hidden {
  overflow: hidden;
}
.no-scroll {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
[dir="rtl"].left {
  float: right;
}
[dir="rtl"].right {
  float: left;
}
.gut {
  height: 1px;
}
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.inline-row {
  display: inline-table;
  table-layout: fixed;
}
.line {
  display: table-row;
}
.col {
  display: table-cell;
  vertical-align: top;
}
.col-noalign {
  display: table-cell;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.alignmiddle {
  vertical-align: middle;
}
.bl {
  display: block;
}
.inbl {
  display: inline-block;
}
.grid {
  display: inline-block;
  vertical-align: top;
}
.relative {
  position: relative;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.hardware-accelerated {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.w1 {
  width: 1%;
}
.w2 {
  width: 2%;
}
.w3 {
  width: 3%;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.333%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.666%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mr0 {
  margin-right: 0;
}
.mr1 {
  margin-right: 1em;
}
.mr2 {
  margin-right: 2em;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.ml0 {
  margin-left: 0;
}
.ml1 {
  margin-left: 1em;
}
.ml2 {
  margin-left: 2em;
}
.m0 {
  margin: 0;
}
.m1 {
  margin: 1em;
}
.m2 {
  margin: 2em;
}
.mtauto {
  margin-top: auto;
}
.mrauto {
  margin-right: auto;
}
.mbauto {
  margin-bottom: auto;
}
.mlauto {
  margin-left: auto;
}
.mauto {
  margin: auto;
}
[dir="rtl"].mr0 {
  margin-left: 0;
}
[dir="rtl"].mr1 {
  margin-left: 1em;
  margin-right: inherit;
}
[dir="rtl"].mr2 {
  margin-left: 2em;
  margin-right: inherit;
}
[dir="rtl"].ml0 {
  margin-right: 0;
}
[dir="rtl"].ml1 {
  margin-left: inherit;
  margin-right: 1em;
}
[dir="rtl"].ml2 {
  margin-left: inherit;
  margin-right: 2em;
}
.pt0 {
  padding-top: 0;
}
.pt1 {
  padding-top: 1em;
}
.pt2 {
  padding-top: 2em;
}
.pr0 {
  padding-right: 0;
}
.pr1 {
  padding-right: 1em;
}
.pr2 {
  padding-right: 2em;
}
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 1em;
}
.pb2 {
  padding-bottom: 2em;
}
.pl0 {
  padding-left: 0;
}
.pl1 {
  padding-left: 1em;
}
.pl2 {
  padding-left: 2em;
}
.p0 {
  padding: 0;
}
.p1 {
  padding: 1em;
}
.p2 {
  padding: 2em;
}
[dir="rtl"].pr0 {
  padding-left: 0;
}
[dir="rtl"].pr1 {
  padding-left: 1em;
  padding-right: 0;
}
[dir="rtl"].pr2 {
  padding-left: 2em;
  padding-right: 0;
}
[dir="rtl"].pl0 {
  padding-right: 0;
}
[dir="rtl"].pl1 {
  padding-left: 0;
  padding-right: 1em;
}
[dir="rtl"].pl2 {
  padding-left: 0;
  padding-right: 2em;
}
hr {
  background-color: #000000;
  border: 0;
  color: #000000;
  height: 1px;
  margin: 0 0 1em;
  padding: 0;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nonvisible {
  visibility: hidden;
}
.hidden {
  display: none;
}
[hidden] {
  display: none;
}
.nodesktop {
  display: none;
}
.page {
  margin: 0 auto;
  position: relative;
}
label,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
input[type="submit"][disabled] {
  cursor: default;
}
input[type="button"][disabled] {
  cursor: default;
}
input[type="reset"][disabled] {
  cursor: default;
}
textarea {
  border: 1px solid #000000;
  padding: .5em;
  resize: vertical;
  width: 250px;
}
label {
  vertical-align: middle;
}
input {
  border: 1px solid #000000;
  padding: .5em;
  vertical-align: middle;
  width: 250px;
}
select {
  border: 1px solid #000000;
  padding: .5em;
  vertical-align: middle;
  width: 250px;
}
.label {
  display: inline-block;
}
.button {
  background: #ffffff;
  color: #000000;
}
input[type="radio"] {
  background-color: transparent;
  border: 0;
  width: auto;
}
input[type="checkbox"] {
  background-color: transparent;
  border: 0;
  width: auto;
}
input[type="image"] {
  background-color: transparent;
  border: 0;
  width: auto;
}
.auto {
  width: auto;
}
.alert {
  color: #bf0000;
  font-weight: bold;
}
.alert input {
  border: 1px solid #bf0000;
  color: #bf0000;
  font-weight: bold;
}
.alert textarea {
  border: 1px solid #bf0000;
  color: #bf0000;
  font-weight: bold;
}
.alert select {
  border: 1px solid #bf0000;
  color: #bf0000;
  font-weight: bold;
}
.alert img {
  border: 0;
}
.redborder {
  border: 1px solid #bf0000;
}
/*
 *****************************************************************
 * 10 -- homo tablettes - breakpoint majeur
 *****************************************************************
 */
@media (max-width: 48em) {
  /* equiv 768px */
  /**
     * layout/modules
     */
  /* affichage des éléments */
  .nodesktop {
    display: block;
  }
  /* cachage des éléments inutiles, chabitte ! */
  .notablet {
    display: none;
  }
  /* linéarisation contenus flottants/table-layout */
  .autotablet {
    float: none;
    display: block;
    width: auto;
  }
  /* margins */
  .ontablet-mt0 {
    margin-top: 0;
  }
  .ontablet-mt1 {
    margin-top: 1em;
  }
  .ontablet-mt2 {
    margin-top: 2em;
  }
  .ontablet-mr0 {
    margin-right: 0;
  }
  .ontablet-mr1 {
    margin-right: 1em;
  }
  .ontablet-mr2 {
    margin-right: 2em;
  }
  .ontablet-mb0 {
    margin-bottom: 0;
  }
  .ontablet-mb1 {
    margin-bottom: 1em;
  }
  .ontablet-mb2 {
    margin-bottom: 2em;
  }
  .ontablet-ml0 {
    margin-left: 0;
  }
  .ontablet-ml1 {
    margin-left: 1em;
  }
  .ontablet-ml2 {
    margin-left: 2em;
  }
  .ontablet-m0 {
    margin: 0;
  }
  .ontablet-m1 {
    margin: 1em;
  }
  .ontablet-m2 {
    margin: 2em;
  }
  /* paddings */
  .ontablet-pt0 {
    padding-top: 0;
  }
  .ontablet-pt1 {
    padding-top: 1em;
  }
  .ontablet-pt2 {
    padding-top: 2em;
  }
  .ontablet-pr0 {
    padding-right: 0;
  }
  .ontablet-pr1 {
    padding-right: 1em;
  }
  .ontablet-pr2 {
    padding-right: 2em;
  }
  .ontablet-pb0 {
    padding-bottom: 0;
  }
  .ontablet-pb1 {
    padding-bottom: 1em;
  }
  .ontablet-pb2 {
    padding-bottom: 2em;
  }
  .ontablet-pl0 {
    padding-left: 0;
  }
  .ontablet-pl1 {
    padding-left: 1em;
  }
  .ontablet-pl2 {
    padding-left: 2em;
  }
  .ontablet-p0 {
    padding: 0;
  }
  .ontablet-p1 {
    padding: 1em;
  }
  .ontablet-p2 {
    padding: 2em;
  }
  /* alignements de textes */
  .ontablet-alignleft {
    text-align: left;
  }
  .ontablet-aligncenter {
    text-align: center;
  }
  .ontablet-alignright {
    text-align: right;
  }
  /**
     * adaptation structure globale (page / skip links / header / contenu principal / footer)
     */
  body::before {
    content: 'tablet';
  }
  /**
     * dans le contenu (contenus spécifiques aux pages)
     */
}
/*
   *****************************************************************
   * 11 -- breakpoints mineurs entre tablettes et mobile
   *****************************************************************
   */
/*
   *****************************************************************
   * 12 -- mobile - breakpoint majeur
   *****************************************************************
   */
@media (max-width: 40em) {
  /* equiv 640px */
  /**
     * layout/modules
     */
  /* affichage des éléments */
  .notablet {
    display: block;
  }
  /* cachage des éléments inutiles, chabitte ! */
  .nomobile {
    display: none;
  }
  /* linéarisation contenus flottants/table-layout */
  .automobile {
    float: none;
    display: block;
    width: auto;
  }
  /* margins */
  .onmobile-mt0 {
    margin-top: 0;
  }
  .onmobile-mt1 {
    margin-top: 1em;
  }
  .onmobile-mt2 {
    margin-top: 2em;
  }
  .onmobile-mr0 {
    margin-right: 0;
  }
  .onmobile-mr1 {
    margin-right: 1em;
  }
  .onmobile-mr2 {
    margin-right: 2em;
  }
  .onmobile-mb0 {
    margin-bottom: 0;
  }
  .onmobile-mb1 {
    margin-bottom: 1em;
  }
  .onmobile-mb2 {
    margin-bottom: 2em;
  }
  .onmobile-ml0 {
    margin-left: 0;
  }
  .onmobile-ml1 {
    margin-left: 1em;
  }
  .onmobile-ml2 {
    margin-left: 2em;
  }
  .onmobile-m0 {
    margin: 0;
  }
  .onmobile-m1 {
    margin: 1em;
  }
  .onmobile-m2 {
    margin: 2em;
  }
  /* paddings */
  .onmobile-pt0 {
    padding-top: 0;
  }
  .onmobile-pt1 {
    padding-top: 1em;
  }
  .onmobile-pt2 {
    padding-top: 2em;
  }
  .onmobile-pr0 {
    padding-right: 0;
  }
  .onmobile-pr1 {
    padding-right: 1em;
  }
  .onmobile-pr2 {
    padding-right: 2em;
  }
  .onmobile-pb0 {
    padding-bottom: 0;
  }
  .onmobile-pb1 {
    padding-bottom: 1em;
  }
  .onmobile-pb2 {
    padding-bottom: 2em;
  }
  .onmobile-pl0 {
    padding-left: 0;
  }
  .onmobile-pl1 {
    padding-left: 1em;
  }
  .onmobile-pl2 {
    padding-left: 2em;
  }
  .onmobile-p0 {
    padding: 0;
  }
  .onmobile-p1 {
    padding: 1em;
  }
  .onmobile-p2 {
    padding: 2em;
  }
  /* alignements de textes */
  .onmobile-alignleft {
    text-align: left;
  }
  .onmobile-aligncenter {
    text-align: center;
  }
  .onmobile-alignright {
    text-align: right;
  }
  /**
     * adaptation structure globale (page / skip links / header / contenu principal / footer)
     */
  body::before {
    content: 'mobile';
  }
  /**
     * dans le contenu (contenus spécifiques aux pages)
     */
}
/*
   *****************************************************************
   * 13 -- breakpoints mineurs tout petit mobile
   *****************************************************************
   */
@media (max-width: 20em) {
  /* equiv 320px */
  /**
     * layout/modules
     */
  /* affichage des éléments */
  /*.nomobile { display: block; }*/
  /* cachage des éléments inutiles ! */
  .notinymobile {
    display: none;
  }
  /* linéarisation contenus flottants/table-layout */
  .autotinymobile {
    float: none;
    display: block;
    width: auto;
  }
  /**
     * adaptation structure globale (page / skip links / header / contenu principal / footer)
     */
  body::before {
    content: 'tinymobile';
  }
  /**
     * dans le contenu (contenus spécifiques aux pages)
     */
}
/*
   *****************************************************************
   * 14 -- print
   *****************************************************************
   */
@media print {
  /* Fixe un bug délirant de Edge au print */
  html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  @page {
    size: A4 landscape;
    marks: none;
  }
  body,
  html,
  .page,
  .reset4print {
    background-color: #fff;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #000;
    float: none;
    height: auto;
    margin: 0;
    max-width: 100%;
    min-height: 0;
    padding: 0;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    max-height: none;
    display: block;
  }
  body {
    padding: .5em;
    overflow: auto;
    /*display:flex;*/
  }
  .main-column-inner {
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .main-composer {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: none;
  }
  #qrcode3 img {
    width: 90%;
    margin: 3px;
  }
  #menu-float {
    display: none;
  }
  /* cachage des éléments inutiles, chabitte ! */
  .noprint {
    display: none;
  }
  header {
    display: none;
  }
  #volet_clos {
    display: none;
  }
  .region-highlight {
    display: none;
  }
  nav {
    display: none;
  }
  .header-title {
    display: none;
  }
  .col-md-7 {
    display: none;
  }
  /* affichage éléments spécifiques au print */
  .onprint {
    display: block;
  }
  /* éviter saut de page hasardeux */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
  }
  .share-block {
    display: none;
  }
  .overlay-image {
    max-width: 1000px;
    display: flex;
  }
  .print svg {
    width: 100px;
    height: 100px;
  }
  #skip-link {
    display: none;
  }
  .region-navigation {
    display: none;
  }
  .layout-container > footer {
    display: none;
  }
  .site-info {
    display: block;
  }
  .breadcrumb {
    display: none;
  }
  .pager {
    display: none;
  }
  .search-form {
    display: none;
  }
  .region-sidebar-second {
    display: none;
  }
  html {
    overflow: inherit;
  }
  body {
    overflow: inherit;
  }
  .field-name-body::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  img {
    page-break-inside: avoid;
  }
  tr {
    page-break-inside: avoid;
  }
  .item-list {
    page-break-inside: avoid;
  }
  .teaser {
    page-break-inside: avoid;
  }
  a {
    text-decoration: none !important;
  }
  a:link {
    text-decoration: none !important;
  }
  a:visited {
    text-decoration: none !important;
  }
  a:focus {
    text-decoration: none !important;
  }
  a:hover {
    text-decoration: none !important;
  }
  a:active {
    text-decoration: none !important;
  }
  th {
    border-width: solid 1px #f0f0e4;
  }
  th:not(:first-of-type) {
    border-left-color: #f0f0e4;
  }
  td {
    border-width: solid 1px #f0f0e4;
  }
  td:not(:first-of-type) {
    border-left-color: #f0f0e4;
  }
  /* affichage des liens, sauf pour image contenue */
  /* attention, penser à vérifier le résultat et penser 
     * à limiter cette possibilité aux liens dans le contenu */
  /*a:after {
      content: " (" attr(href) ") ";
    }
    a:after img {
      content: "";
    }*/
  /* ici fix propriétés particulières */
}
/* end print */
/*
   *****************************************************************
   * 15 -- fix viewport
   *****************************************************************
   */
/* fix viewport pour Win8 (snap mode) et préparer le jour 
   * où le viewport sera supporté par tous les moteurs 
   *  
   * Exemples : http://dev.opera.com/articles/view/an-introduction-to-meta-viewport-and-viewport/
   * width=device-width   => width: device-width;
   * height=device-height => height: device-height;
   * initial-scale=2      => zoom: 2;
   * maximum-scale=2      => max-zoom: 2;
   * minimum-scale=0.5    => min-zoom: 0.5;
   * user-scalable=no     => user-zoom: fixed;
   * 
   * pour le snap mode de Win8 => seul width: device-width; fonctionne pour l’instant  
   */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*
   *****************************************************************
   * 16 -- règles d’état
   *****************************************************************
   */
/*
   * Règles d’état = mises en bas pour être prioritaires
   *
   */
/*
  .is-hidden,
  [aria-hidden=true] {
    display: none;
  }
  */
/*
   *****************************************************************
   * 17 -- bonus : Fixes IE
   *****************************************************************
   */
/*  
   * basé sur les classes conditionnelles sur l’élément HTML
   *  
   * à utiliser seulement si peu de corrections et 
   * pas d’impact sur les perfs sur les autres navigateurs
   *       
   */
/* less than IE 9 */
.oldies .nooldies {
  display: none;
}
.ie6 .noie6 {
  display: none;
}
.ie7 .noie7 {
  display: none;
}
.ie8 .noie8 {
  display: none;
}
.ie9 .noie9 {
  display: none;
}
.ie7 .col,
.ie7 .col-noalign,
.ie6 .col,
.ie6 .col-noalign {
  float: left;
}
.ie7 .row,
.ie6 .row {
  overflow: auto;
}
/* RTL */
[dir="rtl"] .ie7 .col,
[dir="rtl"] .ie7 .col-noalign,
[dir="rtl"] .ie6 .col,
[dir="rtl"] .ie6 .col-noalign {
  float: right;
}
@font-face {
  font-family: 'icomoon';
  src: url('//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/fonts/icomoon.eot?1r0nti');
  src: url('//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/fonts/icomoon.eot?1r0nti#iefix') format('embedded-opentype'), url('//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/fonts/icomoon.ttf?1r0nti') format('truetype'), url('//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/fonts/icomoon.woff?1r0nti') format('woff'), url('//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/fonts/icomoon.svg?1r0nti#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #ffffff;
  color: #737f85;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 100%;
  line-height: 25px;
  font-weight: 400;
  padding: 0;
}
body.boxed {
  width: 1210px;
  -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
  box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
  margin: 25px auto;
  position: relative;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin: 0 0 20px;
  color: #404b56;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 40px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 25px;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 20px;
}
p,
.entry-content {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #737f85;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  word-wrap: break-word;
}
a,
a:hover,
a:focus {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
img,
.wp-post-image {
  display: block;
  height: auto;
  max-width: 100%;
}
ul li,
ol li {
  color: #737f85;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 6px 0;
  vertical-align: top;
}
iframe {
  max-width: 100%;
}
#wrapper {
  background: #ffffff;
  margin: 0 auto;
  position: relative;
}
/* Header Top Title Css------------------------------------------------------------------------------------------------------------------------ */
.header-title {
  background-color: #222629;
  color: #ffffff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  padding: 15px;
}
.header-title h2 {
  color: #ffffff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
#main {
  margin: 0;
  overflow: hidden;
  background-image: url(/wp-content/themes/busyprof/images/fontheaders.png);
}
/* Top header details------------------------------------------------------------*/
.top-header-widget {
  padding: 0px;
}
.top-header-widget .widget {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: none;
}
.top-header-widget .widget ul {
  margin: 10px 0;
}
.top-header-widget .widget ul li {
  border-bottom: none;
  padding: 0;
}
/* .top-header-widget .col-md-4:nth-child(3) .widget { float: right; } */
/* @media screen and (max-width: 768px) { .top-header-widget .col-md-4:nth-child(3) .widget { float: none; } } */
.top-header-widget li {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  list-style: none;
  padding: 0px;
}
.top-header-widget .widget li > a {
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.top-header-widget .widget li > a:hover,
.top-header-widget .widget li > a:focus {
  color: #fff;
}
.top-header-widget .widget li i {
  font-size: 15px;
  padding: 0 7px 0 0;
}
.top-header-widget .widget li a:before {
  display: none;
}
.top-header-widget .widget.busiprof_header_info_widget,
.top-header-widget .widget.busiprof_header_info_widget .header-contact-info li,
.top-header-widget .widget.spoontalk-sociamedia-icons-widget {
  padding: 0px;
}
.top-header-widget .widget.spoontalk-sociamedia-icons-widget {
  float: right;
}
.top-header-widget .widget.spoontalk-sociamedia-icons-widget .spoontalk-social {
  margin-bottom: 9px;
  margin-top: 9px;
}
/* Flex Slider with Thumbnails Css ------------------------------------------------------------------------------------------------------------------------------ */
#main {
  margin: 0;
  overflow: hidden;
}
.slider {
  position: relative;
  margin: 0px 0 0px !important;
  -moz-box-shadow: 0px 2px 5px #999;
  -webkit-box-shadow: 0px 2px 5px #999;
  box-shadow: 0px 2px 5px #999;
}
#slider ul.slides li {
  padding: 0;
  position: relative;
}
/*Standard Format*/
.slide-caption {
  background-color: rgba(18, 4, 1, 0.8);
  border-radius: 10px;
  height: auto;
  margin: 0;
  padding: 25px 20px 30px;
  position: absolute;
  width: 30%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-caption h2 {
  font-weight: 400;
  color: #ffffff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  margin: 0 0 16px;
  word-wrap: break-word;
}
.slide-caption p {
  color: #ffffff;
  margin: 0 0 17px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
}
.flex-btn {
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  transition: all 0.3s ease-in-out 0s;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 10px 25px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
/* Section Title Css --------------------------------------------------------------------------------------------------------------- */
.section-title {
  margin: 0 0 37px;
  padding: 0 15px;
  display: block;
  text-align: center;
}
.section-title .section-heading {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #354656;
  font-weight: 400;
  margin: 0px 0 6px;
}
.section-title p,
.section-title-small p {
  color: #9ea5a1;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.section-title-small {
  margin: 0 0 37px;
  display: block;
}
.section-title-small .section-heading {
  color: #354656;
  font-weight: 400;
  margin: -5px 0 6px;
}
.section-title-mini {
  margin: 0 0 30px;
  display: block;
}
.section-title-mini .section-heading {
  font-weight: 400;
  margin: 0px;
}
.section-title-mini .section-heading span {
  color: #737f85;
  font-size: 14px;
  line-height: 25px;
}
/* Page Title Css -------------------------------------------------------------------------------------------------------------------------- */
.page-header {
  background-color: #fefeff;
  background-image: linear-gradient(to bottom, #fefeff, #f4f6f7);
  background-repeat: repeat-x;
  border-bottom: 1px solid #e4e8ea;
  border-top: 1px solid #e4e8ea;
  padding: 18px;
}
.page-title {
  margin: 0;
}
.page-title h2 {
  margin: 0;
  font-weight: 400;
  word-wrap: break-word;
}
.page-title p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: italic;
}
/* Page breadcrumb Css -------------------------------------------------------------------------------------------------------------------------- */
.page-breadcrumb {
  list-style: none outside none;
  margin-bottom: 0px;
  padding: 17px 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 500;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
}
.page-breadcrumb > li {
  display: inline-block;
  padding: 0;
  color: #737f85;
}
.page-breadcrumb > li + li:before {
  color: #ffffff;
  padding: 0 5px;
}
/* Common Css Css ------------------------------------------------------------------------------------------------------------------ */
#section {
  margin: 0;
  padding: 60px 0 20px;
}
.width-lg {
  width: 80px;
}
.width-sm {
  width: 60px;
}
.border-double {
  border-bottom: 4px double #e4e8ea;
}
.margin10 {
  margin: 0 0 10px;
}
.btn-large {
  padding: 7px 25px;
}
.btn-small {
  padding: 5px 18px;
}
.home-post .entry-date::before,
.widget .entry-date::before,
.widget-tabs li a::before,
.footer-sidebar .widget ul li a::before,
.widget p a::before,
#recentcomments .recentcomments a::before,
a.rsswidget::before {
  display: none;
}
.tweet-text {
  display: block;
}
.tweet-text span {
  display: block;
  font-size: 14px;
  color: #abb6bc;
}
/* Service Section Css ----------------------------------------------------------------------------------------------------------- */
.service .post {
  background-color: #f7f7f7;
  border: 1px solid #e4e8ea;
  text-align: center;
  border-radius: 4px;
  padding: 30px 15px 25px;
  margin: 0 0 40px;
  transition: all 0.3s ease 0s;
}
.service .post:hover {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
}
.service-icon {
  margin: 0 auto 11px;
  text-align: center;
}
.service-icon img {
  margin-top: -15px;
}
.service-icon i {
  font-size: 36px;
  line-height: normal;
}
.service .post .service-icon i {
  transition: all 300ms ease-out 0s;
}
.service .post:hover .service-icon i {
  transform: translateY(-5px);
}
.service .post .entry-header {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.service .post .entry-header .entry-title {
  font-weight: 400;
  margin: 0 0 12px;
}
.service .entry-header .entry-title > a {
  color: #404b56;
}
.btn-wrap {
  margin: 0 0 40px;
  text-align: center;
}
/*Other Services*/
.other-service {
  padding: 20px 0 15px;
}
.other-service .post {
  border-radius: 6px;
  margin: 0 0 25px;
  padding: 15px 10px;
  transition: all 0.3s ease 0s;
}
.other-service .col-md-6:first-child .post {
  margin: 0 0 40px;
  padding: 0px;
  text-align: left;
  border: 0 none;
}
.other-service .col-md-6:first-child .post:hover {
  background-color: transparent;
}
.other-service .col-md-6:last-child {
  margin: 0 0 20px;
}
.other-service ul {
  padding: 10px 0 10px 0px;
  margin: 0;
}
.other-service ul li {
  background: rgba(0, 0, 0, 0) url("//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/images/bullate.png") no-repeat scroll left center;
  padding-left: 25px;
  list-style: outside none;
}
.other-service .service-icon {
  margin: 0 auto 5px;
  text-align: center;
}
.other-service .service-icon i {
  font-size: 24px;
  line-height: normal;
}
.other-service .post .service-icon i {
  transition: all 200ms ease-out 0s;
}
.other-service .post:hover .service-icon i {
  transform: translateY(-5px);
}
.other-service .post .entry-header {
  display: block;
  margin: 0;
  padding: 0;
}
.other-service .post .entry-header .entry-title {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.other-service .entry-header .entry-title > a {
  color: #404b56;
}
/*.service-box:nth-child(4n+1){ clear: left; } */
.services_cols_mn_icon {
  margin: 0 auto 16px;
}
/* Portfolio Section Css ----------------------------------------------------------------------------------------------------------- */
.bg-color {
  background: #f7f7f7;
  border-top: 1px solid #e4e8ea;
  border-bottom: 1px solid #e4e8ea;
}
.portfolio-tabs {
  border-top: 1px solid #e4e8ea;
  border-bottom: 1px solid #e4e8ea;
  text-align: center;
  margin: 0 0 25px;
  padding: 8px 0;
}
.portfolio-tabs li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 10px;
  padding: 0;
}
.portfolio-tabs li a {
  display: inline-block;
  color: #737f85;
  padding: 0;
  text-decoration: none;
}
.portfolio .post {
  border-radius: 4px;
  margin: 0 0 40px;
}
.portfolio-info {
  background-color: #f2f5f6;
  border-top: 0 none;
  border-left: 1px solid #e4e8ea;
  border-right: 1px solid #e4e8ea;
  border-bottom: 1px solid #e4e8ea;
  border-radius: 0px 0px 4px 4px;
  padding: 15px;
}
.portfolio .post .post-thumbnail img {
  border-radius: 4px 4px 0 0;
}
.portfolio .post .entry-header {
  display: block;
  margin: 0 0 2px;
  padding: 0;
}
.portfolio .post .entry-header .entry-title {
  font-weight: 400;
  margin: 0;
}
.portfolio .entry-header .entry-title > a {
  color: #404b56;
}
/*Porttfolio Lightbox*/
.thumbnail-showcase-overlay {
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  height: 100%;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.portfolio .post .post-thumbnail:hover .thumbnail-showcase-overlay {
  visibility: visible;
  opacity: 0.9;
  height: 100%;
}
.thumbnail-showcase-overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}
.thumbnail-showcase-fade {
  opacity: 0.2;
}
.portfolio .post .post-thumbnail {
  text-align: center;
  line-height: 0px;
  font-size: 0px;
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.portfolio .post .post-thumbnail .thumbnail-showcase-icons {
  margin-top: 0px;
  text-align: center;
  width: 100%;
}
.portfolio .post .post-thumbnail .thumbnail-showcase-icons a {
  font-size: 1.3em;
  display: inline-block;
  margin-left: 2px;
  padding: 12px 12px;
  opacity: 1;
  text-decoration: none;
  text-align: center;
}
.portfolio .post .post-thumbnail .thumbnail-showcase-icons a:hover {
  opacity: 1;
}
.portfolio .post .post-thumbnail .thumbnail-showcase-icons a i {
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #333333;
  border: 3px solid rgba(255, 255, 255, 0.7);
}
.portfolio .paginations {
  padding: 0 0 35px;
}
/* Paginations Css ---------------------------------------------------------------------------------------------------------------------------- */
.paginations {
  margin: 0px;
  text-align: center;
}
.paginations a {
  background: #eff1f2 none repeat scroll 0 0;
  border: 1px solid #b0b0b0;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  color: #4b453f;
  cursor: pointer;
  display: inline-block;
  border-radius: 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 1px 5px;
  padding: 9px 16px;
  transition: all 0.3s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
}
.paginations span.current {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  border-radius: 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 1px 5px;
  padding: 9px 16px;
  transition: all 0.3s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
}
.paginations a:hover,
.paginations a:focus,
.paginations a.active {
  color: #FFFFFF;
}
/* Team Section Css ---------------------------------------------------------------------------------------------------------------------------- */
#section.team-section {
  padding: 0;
}
.team-section {
  background-color: #f7f7f7;
  border-top: 1px solid #e4e8ea;
  border-bottom: 1px solid #e4e8ea;
  background-position: center center;
  background-size: cover;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.overlay {
  /* background: rgba(0, 0, 0, 0.7); */
  height: 100%;
  padding: 60px 0 20px;
  position: relative;
  width: 100%;
}
.team-section .overlay .section-heading,
.team-section .overlay p,
.team-section .overlay .team-name,
.team-section .overlay .team-designation,
.team-bg .section-heading,
.team-bg .section-title p,
.team-bg p,
.team-bg span.team-designation,
.team-bg h4.team-name {
  color: #fff;
}
/* Testimonial Section Css --------------------------------------------------------------------------------------------------------------------- */
.testimonial .post {
  margin: 0 0 40px;
}
.testimonial .post .post-thumbnail {
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
}
.testimonial .post .post-thumbnail img {
  transition: all 0.5s ease 0s;
}
.testimonial .post:hover .post-thumbnail img {
  transform: rotate(-25deg);
  opacity: 0.9;
}
.author-name {
  background-color: #f2f5f6;
  display: block;
  font-size: 14px;
  margin: 17px 0 0;
  padding: 1px 7px;
}
.designation {
  color: #737f85;
}
/*Testimonial Scroll*/
.testimonial-scroll .post {
  margin: 0 0 40px;
}
.testimonial-scroll .post .entry-content {
  border: 1px solid #e4e8ea;
  border-radius: 7px;
  clear: both;
  display: block;
  /* padding: 16px 25px; */
  padding: 23px 25px 23px 75px;
  margin: 0 0 16px;
  position: relative;
}
.testimonial-scroll .post .entry-content p {
  font-size: 16px;
  line-height: 27px;
}
.testimonial-scroll .post .entry-content p:before {
  position: absolute;
  content: '\f10d';
  font-family: "FontAwesome";
  top: 25px;
  left: 25px;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.testimonial-scroll .post .entry-content:after,
.testimonial-scroll .post .entry-content:before {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.testimonial-scroll .post .entry-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial-scroll .post .entry-content:before {
  border-color: rgba(228, 232, 234, 0);
  border-top-color: #719ECE;
  border-width: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial-scroll .post .post-thumbnail {
  margin: 0px 0 25px;
  overflow: hidden;
}
.testimonial-scroll .post-thumbnail img {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 4px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.testimonial-scroll .author-name {
  background-color: transparent;
  display: block;
  font-size: 16px;
  margin: 17px 0 0;
  padding: 0;
  font-weight: 700;
  text-align: center;
}
.testimonial-scroll .designation {
  color: #737f85;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
/* Direction Nav */
.testi-nav {
  *height: 0;
  list-style-type: none;
  margin: -20px 0 0;
  padding: 0;
  float: right;
}
.testi-nav li {
  display: inline-block;
  padding: 0;
}
.testi-nav a {
  background-color: #e3e3e3;
  border-radius: 50%;
  text-decoration: none;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.testi-nav .testi-prev {
  left: 0;
  opacity: 1;
}
.testi-nav .testi-next {
  right: 0;
  opacity: 1;
}
.testi-next:hover,
.testi-prev:hover {
  color: #ffffff;
}
.testi-nav .carou-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.testi-nav a:before {
  font-family: "FontAwesome";
  font-size: 17px;
  color: #000;
  line-height: 1.3;
  display: inline-block;
  content: '\f104';
  transition: all .3s ease;
}
.testi-nav:hover a:before {
  color: #ffffff;
}
.testi-nav a.testi-next:before {
  content: '\f105';
}
/* Testimonial Pager --------------------------------------------------------------------------------------------------------------*/
.testi-pager {
  margin-top: 66px !important;
}
.testi-pager .carousel-indicators li {
  background-color: transparent;
  border: 2px solid #344656;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  padding: 0;
  margin: 1px;
}
.testi-pager .carousel-indicators .active {
  background-color: #344656;
  border: 2px solid #344656;
  margin: 1px;
}
/* Clients Section Css -------------------------------------------------------------------------------------------------------------------------- */
.clients {
  background: #f7f7f7;
  border-top: 1px solid #e4e8ea;
  border-bottom: 1px solid #e4e8ea;
  padding-top: 50px;
  padding-bottom: 15px;
}
#clients {
  margin: 0 0 45px;
}
#clients ul.slides {
  background: transparent;
}
#clients ul.slides li {
  background: transparent;
  position: relative;
  display: inline-block !important;
  padding: 0px;
  margin: 0;
}
#clients ul.slides li img {
  margin: 0 auto;
}
.carousel li {
  margin-right: 0px;
}
/* About Us Page Section ----------------------------------------------------------------------------------------------------- */
.about {
  margin: 0;
}
.about-page-title {
  font-weight: 400;
  margin: 0 0 15px;
}
.about-info {
  margin: 0 0 60px;
}
.about-info p {
  margin: 0 0 15px;
}
.page-thumb img {
  margin-bottom: 20px;
}
.page-thumb p {
  margin-bottom: 20px;
}
.about-img-area {
  margin: 0 0 60px;
}
.about-img-area .thumbnail {
  border-radius: 1px;
}
.separator {
  border-bottom: 4px double #e4e8ea;
  display: block;
}
.page-template-aboutus .separator {
  margin-top: 20px;
}
/*Team*/
.team,
.contact {
  margin: 0px;
  overflow: hidden;
  padding: 40px 0 40px;
}
.team .post-thumbnail,
.contact .post-thumbnail {
  width: 168px;
  float: left;
  position: relative;
  height: 162px;
  margin: 30px 25px 30px 30px;
}
.post-thumbnail:hover .team-gravatar,
.post-thumbnail:hover .contact-gravatar {
  z-index: 0;
}
.team-gravatar,
.contact-gravatar {
  float: left;
  width: 162px;
  height: 162px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 99;
  padding: 0px;
}
.team-gravatar img,
.contact-gravatar img {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 4px;
  transition: border 0.2s ease-in-out 0s;
  width: 162px;
  height: 162px;
  transition: all 0.5s ease 0s;
}
.twitter-social {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 55px;
  top: -30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  z-index: 1;
  background: #FFF;
}
.twitter-social:hover {
  z-index: 999999;
}
.twitter-social a {
  width: 50px;
  height: 50px;
  float: left;
  background: url(//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/t_ic1.png) no-repeat center;
}
.twitter-social a:hover {
  background: url(//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/t_ic1_ho.png) no-repeat center;
}
.facebook-social {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: -30px;
  bottom: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  z-index: 1;
  background: #FFF;
}
.facebook-social:hover {
  z-index: 999999;
}
.facebook-social a {
  width: 50px;
  height: 50px;
  float: left;
  background: url(//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/f_ic1.png) no-repeat center;
}
.facebook-social a:hover {
  background: url(//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/f_ic1_ho.png) no-repeat center;
}
.linkedin-social {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #d2d2d2;
  position: absolute;
  right: 55px;
  bottom: -30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  z-index: 1;
  background: #FFF;
}
.linkedin-social:hover {
  z-index: 999999;
}
.linkedin-social a {
  width: 50px;
  height: 50px;
  float: left;
  background: url(//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/linked_ic1.png) no-repeat center;
}
.linkedin-social a:hover {
  background: url(//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/linked_ic1_ho.png) no-repeat center;
}
.team .team-name {
  font-weight: 400;
  margin: 0 0 12px;
}
.team-designation {
  color: #404b56;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
/*Contact Css-----------------------------------------------------------------------------------------------------------------------------------*/
.contact-form {
  margin: 0px;
  padding: 40px 0;
}
.contact-title {
  margin: 0 0 20px;
  font-weight: 400;
}
.contact-title span {
  color: #737f85;
}
.border {
  border-bottom: 4px double #e4e8ea;
  padding: 0 0 10px;
}
.contact address {
  margin: 0;
  padding: 25px 0 0;
}
.contact address p {
  padding: 0;
}
.google-map {
  margin: 20px 0 30px;
}
.google-map iframe {
  border-bottom: 4px double #e4e8ea;
  border-top: 4px double #e4e8ea;
}
.wpcf7-submit,
.submit_search {
  padding: 5px 18px;
}
/*404 Error Page Css-----------------------------------------------------------------------------------------------------------------------------*/
.error-404 {
  clear: both;
  text-align: center;
  padding: 30px 0 100px;
}
.error-404 h1 {
  font-size: 190px;
  line-height: 190px;
  margin: 0 0 5px;
  transition: all 1 ease-out 0s;
}
.error-404:hover H1 {
  color: #51555c;
}
.error-404 h3 {
  margin: 0 0 10px;
}
.error-404 p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: italic;
  color: #9ea5a1;
}
.error-404 .btn-wrap {
  margin: 25px 0 0;
}
/* Home Blog Section Css ------------------------------------------------------------------------------------------------------------- */
.home-post {
  margin: 0 0 20px;
}
.home-post .post {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8ea;
}
.home-post .post .post-thumbnail {
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.home-post .post .post-thumbnail img {
  transition: all 0.5s ease 0s;
}
.home-post .post:hover .post-thumbnail img {
  transform: rotate(-25deg);
  opacity: 0.9;
}
.home-post .post .entry-header {
  display: block;
  margin: 0 0 2px;
  padding: 0;
}
.home-post .post .entry-header .entry-title {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}
.home-post .entry-header .entry-title > a {
  color: #737f85;
}
.home-post .entry-header .entry-title > a:hover {
  color: #2a7bc1;
}
.home-post .entry-date {
  color: #b4babe;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  white-space: nowrap;
  display: block;
  padding-top: 5px;
}
.home-post .entry-date a {
  color: #b4babe;
}
.home-post-img img {
  height: 80px;
}
/* Home Blog Section Css ------------------------------------------------------------------------------------------------------------- */
.home-post-latest {
  margin: 0 0 0px;
  padding-bottom: 0 !important;
}
.home-post-latest .post {
  margin: 0 0 40px;
}
.home-post-latest .post .post-thumbnail {
  float: left;
  margin: 0 25px 0 0;
  overflow: hidden;
  width: 200px;
}
.home-post-latest .post .post-thumbnail img {
  transition: all 0.5s ease 0s;
  border-radius: 1%;
}
.home-post-latest .post:hover .post-thumbnail img {
  opacity: 0.9;
}
.home-post-latest .post .entry-header {
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.home-post-latest .post .entry-header .entry-title {
  font-size: 20px;
  margin: 0;
}
.home-post-latest .entry-header .entry-title > a {
  color: #404b56;
}
.home-post-latest .entry-meta {
  margin: -6px 0 17px;
}
.home-post-latest .entry-meta a {
  letter-spacing: 0;
}
.home-post-latest .post:nth-last-child(2) {
  margin: 0 0 10px;
}
.home-post-latest .entry-date:before,
.home-post-latest .comments-link:before,
.home-post-latest .cat-links:before,
.home-post-latest .tag-links:before {
  font-size: 13px;
}
.home-post-latest .entry-meta > span {
  margin-right: 13px;
}
.entry-date:before {
  content: "\f073";
}
.home-post-latest .more-link {
  margin: 0;
  padding: 3px 18px;
}
/*Blog Masonry Css--------------------------------------------------------------------*/
#blog-masonry .item {
  width: 100%;
  background-color: transparent;
  min-height: 100px;
  padding: 0px;
  margin: 0px;
}
.masonry-content {
  padding: 30px;
}
.site-content#blog-masonry {
  border-left: none;
  padding: 60px 0 30px;
}
.site-content#blog-masonry .post {
  background: #fdfdfd;
  padding: 0;
  transition: 0.3s;
  box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
}
@media screen and (min-width: 768px) {
  .site-content#blog-masonry .post {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
  }
  .site-content#blog-masonry .post:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  }
}
.site-content#blog-masonry .post .post-thumbnail img {
  background-color: #fff;
  border: none;
  padding: 0px;
  margin: 0;
}
.site-content#blog-masonry .author {
  left: 0;
  position: relative;
  top: 0px;
  overflow: hidden;
  display: block;
  border-top: 1px solid #e4e8ea;
  margin: 20px 0 0;
  padding: 20px 0 0;
  font-size: 13px;
  font-weight: 600;
}
.site-content#blog-masonry .author img {
  border: none;
  padding: 0;
  height: 25px;
  width: 25px;
}
.site-content#blog-masonry .avatar {
  margin: 0 10px 0 0;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.site-content#blog-masonry .entry-meta {
  margin: 0 0 9px;
}
.site-content#blog-masonry .entry-date a {
  color: #404b56;
  font-weight: 600;
}
.site-content#blog-masonry .entry-date:before,
.site-content#blog-masonry .cat-links:before {
  display: none;
}
.site-content#blog-masonry .entry-meta .cat-links {
  position: relative;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-right: 15px;
}
.site-content#blog-masonry .cat-links {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: normal;
  position: absolute;
  bottom: 20px;
  left: 0px;
  margin-right: 30px;
  margin-left: 30px;
}
.site-content#blog-masonry .cat-links a {
  padding-right: 5px;
}
.site-content#blog-masonry .cat-links a:last-child {
  padding-right: 0px;
}
.site-content#blog-masonry .cat-links a,
.site-content#blog-masonry .cat-links a:hover,
.site-content#blog-masonry .cat-links a:focus {
  color: #fff;
}
.site-content#blog-masonry .entry-title {
  line-height: 30px;
  font-weight: 600;
}
/*Blog Page Css -----------------------------------------------------------------------------------------------------*/
.site-content {
  margin: 0;
  padding: 60px 0 60px;
  border-left: 3px solid #e4e8ea;
}
.page-content {
  margin: 0;
  padding: 60px 0 60px;
}
.site-content .post {
  margin: 0 0 40px;
  padding: 0 0 40px 30px;
  border-bottom: 1px solid #e4e8ea;
  position: relative;
}
.site-content .post:last-child {
  margin: 0 0 40px;
}
.site-content .post .entry-header {
  display: block;
  margin: 0 0 6px;
  padding: 0;
}
.site-content .entry-header .entry-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  word-wrap: break-word;
}
.site-content .entry-header .entry-title > a {
  color: #404b56;
}
.site-content .post p,
.home-post-latest .post p {
  margin: 0 0 20px;
}
.site-content .post p:last-child {
  margin: 0;
}
.site-content .post .post-thumbnail {
  margin: 0;
  display: block;
  position: relative;
}
.site-content .post .post-thumbnail img {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.2s ease-in-out 0s;
}
.site-content .more-link {
  margin: 0;
  padding: 5px 18px;
}
.entry-meta {
  margin: 0 0 18px;
  display: block;
}
.entry-meta > span {
  margin-right: 25px;
}
.entry-meta a {
  color: #737f85;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.entry-date:before,
.comments-link:before,
.cat-links:before,
.tag-links:before {
  font-family: FontAwesome;
  color: #abb6bc;
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 1px;
  text-decoration: inherit;
  vertical-align: baseline;
}
.entry-date:before {
  content: "\f073";
}
.comments-link:before {
  content: "\f075";
}
.cat-links:before {
  content: "\f07c";
}
.tag-links:before {
  content: "\f02c";
}
.tag-links a {
  margin-right: 2px;
}
.site-author {
  left: -20px;
  position: absolute;
  top: 0px;
}
.avatar {
  float: left;
  height: 38px;
  width: 38px;
}
.site-author img {
  border: 1px solid #e7e7e7;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 3px;
  height: 38px;
  width: 38px;
}
.avatar .tooltip-inner {
  max-width: 100%;
}
.comments-link .screen-reader-text {
  display: inline-block;
  padding-left: 5px;
}
/*Blog Detail*/
/* Comment Css */
.comments-area {
  border-bottom: 1px solid #e4e8ea;
  margin: 0 0 40px;
  padding: 0 0 20px 30px;
}
.comment-title {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 25px;
}
.comments-area .comments {
  position: relative;
  margin: 0 0 20px 30px;
  border: 1px solid #e4e8ea;
  border-radius: 4px;
}
.comments-area .comments-child {
  position: relative;
  margin: 0 20px 20px 50px;
  border: 1px solid #e4e8ea;
  border-radius: 4px;
}
.comment-author {
  height: 65px;
  left: -30px;
  position: absolute;
  top: 11px;
  width: 65px;
}
.comment-author img {
  border-radius: 50%;
}
.comment-content {
  margin-left: 0;
  padding: 7px 10px 7px 50px;
}
.fn {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px;
}
.fn span {
  color: #8b9194;
  Font-size: 16px;
  width: auto;
  padding: 0 10px;
}
.datetime {
  color: #737f85;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.comment-content p {
  font-size: 15px;
  line-height: 25px;
}
.reply {
  text-align: right;
}
.reply a {
  font-size: 15px;
  line-height: 20px;
}
/* Comment Form Css */
.comment-form {
  margin: 0px;
  padding: 0 0 0 30px;
}
/* addes by prakash Comment Form Css-------------- */
.comments-area li {
  list-style: none;
}
form.comment-form {
  padding: 0;
}
form.comment-form .comment-notes {
  margin-bottom: 20px;
  padding: 0 15px;
}
form.comment-form .submit {
  margin: 0 15px;
}
/* Comment Form Css-------------- */
.comment-form .form-group,
.contact-form .form-group {
  margin-bottom: 0px;
}
.form-group label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 11px;
}
.form-group input[type="submit"],
.form-group button {
  margin-top: 15px;
}
/*All Widgets Section--------------------------------------------------------------------------------------------------------------------------*/
.sidebar {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(left center, #f8f8f8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#ffffff));
  background-image: -webkit-linear-gradient(left center, #f8f8f8, #ffffff);
  background-image: -o-linear-gradient(left center, #f8f8f8, #ffffff);
  background-image: linear-gradient(left center, #f8f8f8, #ffffff);
  background-repeat: repeat-x;
  border-left: 1px solid #e4e8ea;
  overflow: hidden;
  padding: 60px 0 60px 0px;
  margin: 0px;
}
.widget {
  margin: 0 0 40px;
  padding: 0 0 40px 25px;
  display: block;
  border-bottom: 4px double #e4e8ea;
}
.sidebar .widget:last-child {
  margin: 0px;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.widget .widget-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin: 0 0 22px;
}
/*List Widget*/
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px dotted #b4bfc5;
  padding: 9px 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li a {
  color: #737f85;
}
.widget ul li a::before {
  content: "\f05b";
  font-family: FontAwesome;
  font-size: 13px;
  color: #93a0a7;
  margin-left: 0px;
  margin-right: 10px;
}
/*Table Widget*/
.widget .calendar_wrap {
  background-color: transparent;
  border: 1px solid #e4e8ea;
  padding: 3px;
  border-radius: 6px;
}
.footer-sidebar .widget .calendar_wrap,
.top-header-widget .widget .calendar_wrap {
  border: 1px solid #869bae;
}
.widget table {
  border-collapse: inherit;
  border-spacing: 3px;
  border: 0 none;
  padding: 0px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}
.widget table caption {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding: 8px;
  letter-spacing: 2px;
  border-radius: 6px 6px 0px 0px;
}
.widget table th {
  color: #404b56;
  border: 0 none;
  font-weight: 700;
}
.widget table td {
  background: #f2f2f2;
  font-weight: 500;
  border-radius: 6px;
}
.widget table td,
.widget table th {
  padding: 0px;
  line-height: 40px;
  text-align: center;
}
.widget table tbody a {
  color: #ffffff;
  font-weight: 500;
  display: block;
  border-radius: 3px;
}
.widget table tbody a:hover,
.widget table tbody a:focus {
  color: #ffffff;
}
.widget table #next a,
.widget table #prev a {
  color: #404b56;
  font-weight: 700;
}
.footer-sidebar .widget table td,
.top-header-widget .widget table td {
  background-color: transparent;
  border: 1px solid #869bae;
}
.footer-sidebar .widget table th,
.top-header-widget .widget table th,
.footer-sidebar .widget table td,
.top-header-widget .widget table td,
.footer-sidebar .widget table #next a,
.top-header-widget .widget table #next a,
.footer-sidebar .widget table #prev a,
.top-header-widget .widget table #prev a {
  color: #ffffff;
}
/*Tags Widget*/
.tagcloud {
  margin: 0;
  padding: 0;
  display: block;
}
.tagcloud a {
  color: #737f85;
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 25px;
}
.footer-sidebar .tagcloud a,
.top-header-widget .tagcloud a {
  color: #d3dee8;
}
/*Recent Comments Widget*/
.widget .comment-author-link a {
  font-weight: 600;
}
/*Rss Widget*/
.widget-title .rsswidget {
  color: #36404a;
}
/*Widget Tabs*/
.widget .widget-tabs {
  border-top: 1px solid #e4e8ea;
  border-bottom: 1px solid #e4e8ea;
  margin: 0 0 25px;
  padding: 6px 0;
}
.widget .widget-tabs li {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 0 none;
  list-style: outside none;
  margin: 0 7px;
  padding: 0;
}
.widget .widget-tabs li a {
  display: inline-block;
  color: #404b56;
  padding: 0;
  text-decoration: none;
}
.widget .widget-tabs span {
  color: #b4bfc5;
  font-size: 16px;
  width: auto;
}
/*Custom Post Widget*/
.widget .post {
  border-bottom: 1px dotted #b4bfc5;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.widget .post:last-child {
  margin: 0px;
  padding: 0;
  border-bottom: 0 none;
}
.widget .post .entry-header {
  margin: -2px 0 5px;
}
.widget .post .entry-header .entry-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
.widget .post .entry-header .entry-title > a {
  color: #737f85;
}
.widget .post .entry-date {
  color: #93a0a7;
  font-size: 14px;
  line-height: 20px;
  margin-right: 8px;
  font-weight: 400;
  display: block;
}
.widget .post-thumbnail {
  margin: 0px 20px 0px 0;
  overflow: hidden;
  float: left;
  display: block;
  width: 80px;
}
.widget .post-thumbnail img {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  padding: 4px;
  transition: border 0.2s ease-in-out 0s;
}
/*Custom Social Media Widget*/
.social {
  margin: 0;
  padding: 10px 0 0;
}
.social li {
  background-color: #d4d6d8;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 0 2px 0 0;
  padding: 0px !important;
  text-align: center;
  transition: background 0.2s ease-in-out 0s;
}
.social li.facebook:hover {
  background-color: #4c66a4;
}
.social li.twitter:hover {
  background-color: #15b4c9;
}
.social li.googleplus:hover {
  background-color: #DD4B39;
}
.social li.linkedin:hover {
  background-color: #006599;
}
.social li.skype:hover {
  background-color: #40beee;
}
.social li > a {
  display: block;
}
.social li > a > i {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.2;
}
.widget .social li {
  background-color: #4b453f;
}
/*Header Sidebar */
.header-sidebar .widget {
  border-bottom: none;
  margin: 0 0 50px;
  padding: 0;
}
.header-sidebar .widget:last-child {
  margin: 0px;
}
/*search widget for header sidebar*/
.header-sidebar .widget input[type="text"] {
  margin: 0;
}
.header-sidebar .widget_search {
  background-color: #fcfcfd;
  background-image: -moz-linear-gradient(center top, #fcfcfd, #f7f8f9);
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  float: right;
  height: 40px;
  margin-top: 10px;
  width: 270px;
  position: relative;
}
.header-sidebar .widget_search input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  float: left;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  box-shadow: none;
  padding-left: 10px;
  width: 235px;
  height: 40px;
  padding: 0 0px 0 10px;
  margin: 0;
}
.header-sidebar .widget_search input.submit_search {
  background: rgba(0, 0, 0, 0) url("//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/less/images/search_btn.png") no-repeat scroll center center;
  cursor: pointer;
  float: right;
  height: 38px;
  margin-top: 0px;
  padding: 0;
  width: 20px;
  text-indent: 50px;
}
/*Footer Sidebar Widget Section----------------------------------------------------------------------------------------------------------------*/
.footer-sidebar {
  background-color: transparent;
  margin: 0;
  padding: 1rem 0 0px;
  width: 100%;
}
.footer-sidebar .widget,
.top-header-widget .widget {
  color: #fff;
  border-bottom: 0 none;
  display: block;
  margin: 0px;
  padding: 0 0 60px;
}
.footer-sidebar .widget p,
.top-header-widget .widget p {
  color: #fff;
}
.footer-sidebar .widget p.wp-caption-text,
.top-header-widget .widget p.wp-caption-text {
  color: #737f85;
}
.footer-sidebar ul li,
.footer-sidebar ol li,
.footer-sidebar ul li a,
.top-header-widget ul li,
.top-header-widget ol li,
.top-header-widget ul li a {
  color: #fff;
}
.footer-sidebar .widget .widget-title,
.top-header-widget .widget .widget-title {
  background-color: transparent;
  color: #ffffff;
  border-left: 0 none;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
.footer-sidebar .widget-title .rsswidget,
.top-header-widget .widget-title .rsswidget {
  color: #ffffff;
}
.footer-sidebar .widget .calendar_wrap,
.top-header-widget .widget .calendar_wrap {
  padding: 5px;
}
.footer-sidebar .widget table td,
.top-header-widget .widget table td,
.widget table th {
  font-size: 15px;
  line-height: 35px;
}
.footer-sidebar .widget ul li,
.top-header-widget .widget ul li {
  border-bottom: 0 none;
  padding: 6px 0;
  word-wrap: break-word;
}
.footer-sidebar .widget p,
.top-header-widget .widget p {
  margin: 0px 0 10px;
}
.footer-sidebar .widget p:last-child,
.top-header-widget .widget p:last-child {
  margin: 0;
}
.footer-sidebar .widget p a,
.top-header-widget .widget p a {
  text-decoration: none;
}
.footer-sidebar .widget .post,
.top-header-widget .widget .post {
  border-bottom: 0 none;
  padding: 0;
}
.footer-sidebar .widget .post .entry-header .entry-title > a,
.top-header-widget .widget .post .entry-header .entry-title > a {
  color: #fff;
}
.footer-sidebar .widget .post .entry-date,
.top-header-widget .widget .post .entry-date {
  color: #a5b3c0;
}
.footer-sidebar .widget .post-thumbnail img,
.top-header-widget .widget .post-thumbnail img {
  background-color: transparent;
  border: 1px solid #869bae;
}
.footer-sidebar .widget .widget-tabs,
.top-header-widget .widget .widget-tabs {
  border-bottom: 1px solid #869bae;
  border-top: 1px solid #869bae;
}
.footer-sidebar .widget .widget-tabs li,
.top-header-widget .widget .widget-tabs li {
  padding: 0;
}
.footer-sidebar .widget .widget-tabs li a,
.top-header-widget .widget .widget-tabs li a {
  color: #ffffff;
}
/*Footer Form*/
.footer-sidebar .widget .form-group,
.top-header-widget .widget .form-group {
  margin-bottom: 0px;
}
.footer-sidebar .widget input[type="text"],
.top-header-widget .widget input[type="text"] {
  height: 30px;
  margin-bottom: 10px;
}
.footer-sidebar .widget textarea,
.top-header-widget .widget textarea {
  margin-bottom: 5px;
}
.footer-sidebar .widget input[type="text"],
.footer-sidebar .widget textarea {
  background: #2a3a49;
  border: 0 solid #dcdfe1;
  border-radius: 6px;
  box-shadow: 0 0 3px #2a3a49 inset;
  color: #c1c6c7;
  font-size: 13px;
  line-height: 20px;
  outline: 0 none;
  padding: 4px 10px;
  width: 100%;
}
.top-header-widget .widget input[type="text"],
.top-header-widget .widget textarea {
  background: #fff;
  border: 0 solid #dcdfe1;
  border-radius: 6px;
  box-shadow: 0 0 3px #fff inset;
  color: #707070;
  font-size: 13px;
  line-height: 20px;
  outline: 0 none;
  padding: 4px 10px;
  width: 100%;
}
.footer-sidebar .widget input[type="submit"],
.top-header-widget .widget input[type="submit"] {
  font-size: 13px;
  line-height: 20px;
  padding: 4px 10px;
  margin: 0px;
  border-style: hidden;
}
/* Footer Copyrights Css --*/
.site-info {
  background: #ffffff;
  margin: 0;
  padding: 13px 0;
}
.site-info p {
  padding: 10px 0;
  margin: 0;
}
.site-info p a {
  color: #737f85;
  text-decoration: none;
}
.site-info .social {
  float: right;
}
/*Page Scrollup Css-------------------------------------------------------------------------------------------------------*/
.scrollup {
  background-color: #5b6f7f;
  border-radius: 10%;
  bottom: 25px;
  display: none;
  height: 40px;
  opacity: 1;
  overflow: hidden;
  padding: 5px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 40px;
  z-index: 9999;
}
.scrollup i {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
}
/* Service Button */
.btn-wrap a {
  color: #FFFFFF;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 0;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.45s;
  padding: 7px 25px;
}
.btn-wrap a:hover {
  opacity: 0.9;
}
.sidebar {
  background: #f8f8f8;
  background: -moz-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f8f8f8), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
  background: linear-gradient(to right, #f8f8f8 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=1);
  border-left: 1px solid #e4e8ea;
  overflow: hidden;
  padding: 60px 0 60px 0px;
  margin: 0px;
}
/* Woocommerce Css*/
.woocommerce ul.products li.product .onsale {
  left: auto;
  margin: 0;
  right: 5px;
  top: 5px;
}
.woocommerce div.product form.cart .button {
  float: left;
  font-size: 15px;
  vertical-align: middle;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-message {
  font-size: 15px;
}
li.mini_cart_item a::before {
  display: none;
}
.woocommerce .product-name,
.woocommerce .product-name a,
.woocommerce .product-price,
.woocommerce .product-detail .price {
  font-size: 14px;
  color: #626668;
  display: table-cell;
}
.woocommerce th,
.woocommerce td {
  min-width: inherit;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce {
  word-wrap: break-word;
}
.woocommerce .product-name {
  margin: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  overflow: hidden;
}
.woocommerce .star-rating span:before {
  color: #F0C430;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce-error {
  font-size: 15px;
}
.woocommerce-page #place_order {
  float: right;
  padding: .618em 1em;
  font-size: 15px;
}
/* Gallery Css Here*/
.gallery .gallery-icon img {
  -moz-box-shadow: 0 0 5px 2px #ccc;
  -webkit-box-shadow: 0 0 5px 2px #ccc;
  box-shadow: 0 0 5px 2px #ccc;
  border: 5px solid #fff !important;
  display: inline-block;
}
.gallery-item .gallery-caption {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #787878;
  font-weight: 400;
  display: block;
  word-wrap: break-word;
}
/* Jetpack Gallery Overlay --------------------------------------------------------------------------------------------------------------- */
.tiled-gallery-item img {
  opacity: 1;
  -wekbit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tiled-gallery-item img:hover {
  opacity: 0.8;
}
/* Clearfix Css for Columns ----------------------------------------------------------------*/
/* .col-md-3:nth-child(4n+1){ clear:left; } */
/*.col-md-4:nth-child(3n+1){ clear:left; } */
/* .col-md-6:nth-child(2n+1){ clear:left; } */
.mybody {
  margin: auto;
  width: 50%;
  background-color: #212121;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.6rem;
  border: 1px solid #851818;
  font-size: 1.7rem;
}
.mybody #billetterie {
  min-height: 10rem;
}
.mybody #billetterie .topbottom_header {
  width: 100%;
  height: 2rem;
  background-color: #851818;
}
.mybody #billetterie .header {
  width: 100%;
  height: 8rem;
  background-color: #d3bfab;
  color: #FFF;
}
.mybody #billetterie .header .logo {
  float: left;
}
.mybody #billetterie .header img {
  max-height: 8rem;
}
.mybody #billetterie .header .color_title {
  color: #000;
}
.mybody #billetterie .header .header_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 30px;
}
.mybody #billetterie .header .slogan {
  font-size: 1.6rem;
}
.mybody #billetterie .header .sitee_url {
  font-size: 1.3rem;
}
.mybody #content {
  width: 100%;
  min-height: 10rem;
}
.mybody #content .montextecentre {
  text-align: center;
}
.mybody #content #haut_gauche {
  width: 50%;
  float: left;
  min-height: 55rem;
  border-bottom: 2px solid #851818;
  background-color: #fff;
  font-size: 1.7rem;
  padding-bottom: 1.5rem;
}
.mybody #content #haut_gauche .h21_hg {
  margin: 0.5rem 0.5rem 0 0.5rem;
  font-size: 2rem;
}
.mybody #content #haut_gauche hr {
  margin: 1.5rem 0.5rem;
}
.mybody #content #haut_gauche .slogan_hg {
  margin: 0.5rem;
  font-style: italic;
  font-size: 1.7rem;
}
.mybody #content #haut_gauche .p1_hg {
  margin: 0;
  height: 1rem;
}
.mybody #content #haut_gauche .p2_hg {
  margin: 0.5rem;
  font-weight: 600;
  font-size: 1.7rem;
}
.mybody #content #haut_gauche .p3_hg {
  margin: 0.5rem;
  font-size: 1.7rem;
}
.mybody #content #haut_gauche .adresse_hg {
  margin: 0.5rem;
  font-size: 1.7rem;
}
.mybody #content #haut_droite {
  width: 50%;
  min-height: 55rem;
  background-color: #eee;
  float: right;
  border-bottom: 2px solid #851818;
  font-size: 1.7rem;
}
.mybody #content #haut_droite .h21_hd {
  margin: 0.5rem 0 3rem 0;
  text-align: center;
  font-size: 2rem;
}
.mybody #content #haut_droite .colnom {
  margin: 1.5rem;
  float: left;
}
.mybody #content #haut_droite .colnom span {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 15px;
}
.mybody #content #haut_droite .colqr {
  margin-right: 1rem;
}
.mybody #content #haut_droite .colqr img {
  width: 120px;
  height: 120px;
  float: right;
  margin-bottom: 4rem;
}
.mybody #content #haut_droite .p1_hd {
  clear: both;
  margin: 10rem 1.5rem 1rem;
}
@media screen and (max-width: 1350px) {
  .mybody {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .mybody {
    width: 100% !important;
  }
  #content #haut_gauche {
    width: 100% !important;
  }
  #content #haut_droite {
    width: 100% !important;
  }
  #content #bas_gauche {
    width: 100% !important;
    border-bottom: 2px solid #851818;
  }
  #content #bas_droite {
    width: 100% !important;
  }
}
@media screen and (max-width: 608px) {
  .header_title {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 420px) {
  .sitee_url {
    display: none !important;
  }
}
.mymenu-responsive,
#menu-resp,
.menu-resp-section {
  display: none;
}
.view-menu {
  display: block !important;
}
@media screen and (max-width: 1048px) {
  ul.menu_principal li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  ul.menu_principal,
  #menu-float {
    display: none;
  }
  .mymenu-responsive,
  .menu-resp-section {
    display: block;
  }
  a#menu-resp.width_a {
    display: block;
    float: left;
    color: #fff;
    margin-right: 1rem !important;
  }
  a#menu-resp.width_a img {
    width: 25px !important;
  }
  a#menu-resp.width_a span {
    float: left !important;
    font-size: 1.1rem;
  }
  .menu-resp-section {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  a#menu-resp.width_a:hover {
    color: #f00;
  }
  section.menu-resp-section ul.menu-liste.menu-items.nav.menu_principal {
    background-color: #4a535a;
    padding: 0;
    padding-bottom: 0px;
    margin: 0;
    padding-bottom: 1rem;
  }
  section.menu-resp-section ul.menu-liste.menu-items.nav.menu_principal a {
    color: #fff;
  }
  li.menu-responsive {
    display: block;
    margin-left: 143px !important;
    margin-top: -44px !important;
  }
  li.menu-responsive ul.menu_principal li {
    background-color: #222629;
  }
  li.menu-responsive ul.menu_principal li a {
    color: #fff;
    margin-left: 5px;
    display: unset !important;
  }
  section.menu-resp-section ul.menu-liste.menu-items.nav.menu_principal a:hover {
    background-color: #fff !important;
    color: #222629;
    display: unset;
  }
  #formulaire_recherche {
    float: none !important;
    margin: 1rem 2rem !important;
    width: 90% !important;
  }
  .column-2 > * {
    width: calc(33%) !important;
  }
  .map-google {
    float: none !important;
  }
  .texte ul {
    margin-left: 0 !important;
  }
  .flashcode_site {
    margin-left: 25% !important;
    width: 15% !important;
  }
  .flashcode_site img {
    max-width: 100% !important;
    height: auto;
  }
  .flashcode_site span {
    padding-top: 5% !important;
  }
  div.expo50 {
    float: none !important;
    width: 70% !important;
    clear: both !important;
    margin: auto !important;
  }
  div.cmpenseigne,
  div.saintjean,
  div.bleuo,
  div.republique {
    float: none !important;
    width: 25% !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 768px) {
  #formulaire_recherche {
    width: 90% !important;
  }
  section {
    width: 90% !important;
  }
  #header_title {
    width: 100% !important;
  }
  .map-google {
    min-height: 42rem !important;
  }
  .nos-partenaires li {
    width: calc(50%) !important;
  }
  .nos-exposants li {
    width: calc(50%) !important;
  }
}
@media screen and (max-width: 600px) {
  #formulaire_recherche {
    width: 90% !important;
  }
  section {
    width: 90% !important;
  }
  #header_title {
    width: 100% !important;
  }
  .map-google {
    min-height: 42rem !important;
  }
}
@media screen and (max-width: 522px) {
  #formulaire_recherche {
    width: 90% !important;
  }
  section {
    width: 90% !important;
  }
  #header_title {
    width: 100% !important;
  }
  .map-google {
    min-height: 35rem !important;
  }
  .flashcode_site {
    margin-left: 5% !important;
    width: 15% !important;
  }
  .footer-siteplan a {
    font-size: 1.5rem;
  }
  .nos-partenaires li {
    width: calc(100%) !important;
  }
  .nos-exposants li {
    width: calc(100%) !important;
  }
}
@media screen and (max-width: 500px) {
  #formulaire_recherche {
    width: 90% !important;
  }
  section {
    width: 90% !important;
  }
  #header_title {
    width: 100% !important;
  }
  .map-google {
    min-height: 35rem !important;
  }
  .flashcode_site {
    margin-left: 5% !important;
    width: 15% !important;
  }
  .footer-siteplan a {
    font-size: 1.5rem;
  }
  .column-2 > * {
    width: calc(50%) !important;
  }
}
@media screen and (max-width: 480px) {
  #formulaire_recherche {
    width: 90% !important;
  }
  section {
    width: 90% !important;
  }
  #header_title {
    width: 100% !important;
  }
  .map-google {
    min-height: 35rem !important;
  }
  .flashcode_site {
    margin-left: 5% !important;
    width: 15% !important;
  }
  .footer-siteplan a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 441px) {
  .map-google {
    min-height: 27rem !important;
  }
  .footer-siteplan a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 2rem;
  }
  .column-2 > * {
    width: calc(100%) !important;
  }
  .footer-siteplan a {
    font-size: 1.0rem !important;
  }
}
#champ_destinataires_1 {
  margin-bottom: 2rem;
}
div.main-column-inner div.main-composer hr {
  margin-bottom: 3rem;
}
.navbar {
  background-color: #ffffff;
  border-radius: 0px;
  border: 0px none;
  box-shadow: none;
  margin-bottom: 0px;
  margin-top: 0px;
  min-height: 60px;
  padding: 0px;
  position: relative;
}
.navbar .navbar-nav > li {
  border-left: none;
  margin-right: 0px;
  padding: 0 0 0px 0px;
}
.navbar .nav {
  padding: 9px 0;
}
.nav {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0px;
}
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: 0;
  border-color: none;
  border-left: 0;
  border-right: 0;
  border-style: none;
  border-top: 0;
  border-width: 0px;
  padding: 0;
  padding: 5px 0;
}
.navbar-inverse .navbar-toggle {
  background: none repeat scroll 0 0 #66d1b9;
  border-color: none;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #66d1b9;
}
.navbar-inverse .navbar-toggle:focus {
  background-color: #66d1b9;
}
.navbar-toggle {
  border-radius: 2px;
  display: block;
  margin: 22px 0px 22px 0px;
  margin: 22px 15px 22px 0px;
  padding: 10px 12px;
}
.navbar-toggle .icon-bar {
  width: 30px;
}
.navbar-brand {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  height: auto;
  line-height: 40px;
  margin-right: 25px;
  margin-right: 50px;
  padding: 15px 0px;
  padding: 24px 0px;
  padding: 5px 0px;
}
.navbar > .container .navbar-brand {
  margin-left: 0px;
}
.navbar-default .navbar-brand {
  color: #1b1b1b;
}
.navbar-default .navbar-nav > li > a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #354656;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  padding: 15px;
  padding: 38px 25px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #333333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #333333;
}
.navbar-wrapper {
  left: 0;
  margin-top: 0px;
  position: absolute;
  right: 0;
  z-index: 20;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  background-color: #ffffff;
}
#main {
  margin-top: 80px;
}
.main-composer {
  max-width: 1200px;
  margin: auto;
  padding: 3rem;
  border: 0px solid #ccc;
  border-radius: 1rem;
}
section.top-header-widget {
  position: fixed;
  z-index: 999;
}
.dropdown-menu {
  border-radius: 0px;
  box-shadow: 0;
  min-width: 250px;
  padding: 0;
}
.dropdown-menu > li {
  padding: 0;
}
.dropdown-menu > li > a {
  color: #ffffff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  line-height: 20px;
  padding: 15px 20px;
  white-space: pre-wrap;
}
.dropdown-menu > li > a:last-chlid {
  border-bottom: 0;
  border-bottom: 0px;
}
.dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu > .dropdown-menu {
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  left: 100% !important;
  margin-left: 0px;
  margin-top: 0px;
  top: 0;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  left: -100%;
  margin-left: 10px;
}
.navbar-nav {
  float: none !important;
  margin: 7.5px 0px 7.5px 0px;
}
.navbar-nav .open .dropdown-menu > li > a {
  margin: 0;
  padding: 12px 15px;
}
.navbar-nav .open .dropdown-menu .dropdown-header {
  margin: 0;
  padding: 12px 15px;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: 0;
}
div.myexposant {
  border: 1px solid #000000;
  clear: unset !important;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
  min-height: 590px !important;
  padding: 10px;
  width: 44%;
}
.navbar-header {
  float: none;
}
.navbar-collapse.collapse {
  display: none !important;
}
.navbar-nav > li {
  float: none;
}
.navbar-collapse.collapse.in {
  display: block !important;
}
.collapsing {
  overflow: hidden !important;
}
.navbar-collapse {
  border-top: 1px solid #e7e7e7;
  padding-left: 0px;
  padding-left: 15px;
  padding-right: 0px;
  padding-right: 15px;
}
.rss-date {
  color: #abb6bc;
  display: block;
  font-size: 13px;
  line-height: 25px;
  padding: 5px 0;
}
.widget_rss cite {
  color: #abb6bc;
  display: block;
  font-size: 13px;
  line-height: 25px;
  padding: 5px 0;
}
.rsswidget {
  font-weight: 500;
}
.rssSummary {
  font-weight: 400;
  line-height: 25px;
  padding: 5px 0 5px;
}
ul {
  margin: 0 0 10px;
  padding: 0 0px 0px 17px;
}
ol {
  margin: 0 0 10px;
  padding: 0 0px 0px 17px;
}
li > ul {
  margin-left: 1.3333em;
}
li > ol {
  margin-left: 1.3333em;
}
blockquote > ul {
  margin-left: 1.3333em;
}
blockquote > ol {
  margin-left: 1.3333em;
}
blockquote {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0 0 20px;
  padding: 20px 15px 20px 32px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 22px;
  left: 8px;
  position: absolute;
  top: 17px;
}
blockquote p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding-left: 5px;
}
blockquote span {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding-left: 5px;
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  padding-top: 10px;
}
blockquote small {
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding-top: 10px;
}
blockquote em {
  font-style: normal;
}
blockquote i {
  font-style: normal;
}
blockquote strong {
  font-weight: 600;
}
blockquote b {
  font-weight: 600;
}
address {
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
  margin: 0 0 20px;
}
address span {
  display: block;
  padding: 0 0 10px;
}
address span:last-child {
  padding-bottom: 0;
}
address span i {
  color: #aeb6b9;
  font-size: 20px;
  padding: 0 10px 0 0px;
}
address p {
  display: block;
  padding: 0 0 10px;
}
table {
  border-spacing: 0;
  border: 1px solid #e4e8ea;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  padding: 0;
  padding: 5px 10px;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
table th {
  border: 1px solid #e4e8ea;
  font-size: 15px;
  line-height: 1.9375;
  padding: 5px 10px;
  text-align: left;
}
table td {
  border: 1px solid #e4e8ea;
  font-size: 15px;
  line-height: 25px;
  padding: 5px 10px;
}
tbody a {
  font-weight: 500;
}
p a {
  font-weight: 500;
}
dl {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 0;
}
dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
dl dd {
  margin-bottom: 20px;
  margin-left: 20px;
}
abbr {
  cursor: help;
  text-decoration: none;
}
tla {
  cursor: help;
  text-decoration: underline;
}
acronym {
  border-bottom: 0 none;
  cursor: help;
  text-decoration: underline;
}
big {
  font-size: larger;
  font-weight: 600;
}
s {
  text-decoration: line-through;
}
strike {
  text-decoration: line-through;
}
del {
  text-decoration: line-through;
}
em {
  font-style: italic;
}
cite {
  font-style: italic;
}
q {
  font-style: italic;
}
ins {
  color: #ffffff;
  padding: 0 3px;
  text-decoration: none;
}
mark {
  color: #ffffff;
  padding: 0 3px;
  text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-family: Inconsolata, monospace;
  hyphens: none;
}
.wp-caption {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f2f5f6;
  border-color: #e4e8ea;
  border-image: initial;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  max-width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  text-align: center;
}
.wp-caption .wp-caption-text {
  clear: left;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 20px !important;
  margin: 12px 0;
}
.wp-caption p.wp-caption-text {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  margin: 12px 0 !important;
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
.wp-caption.alignleft {
  margin-bottom: 1.2em;
  margin-right: 30px;
  margin: 0.4em 1.6em 1.6em 0;
  margin: 5px 20px 20px 0;
}
img.alignleft {
  margin-right: 30px;
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
.wp-caption.alignright {
  float: right;
  margin-bottom: 1.2em;
  margin-left: 30px;
  margin: 0.4em 0 1.6em 1.6em;
  margin: 5px 0 20px 20px;
}
img.alignright {
  float: right;
  margin-left: 30px;
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter {
  clear: both;
  margin-bottom: 1.6em;
  margin-top: 0.4em;
}
.wp-caption.aligncenter {
  clear: both;
  margin-bottom: 1.2em;
  margin-bottom: 1.6em;
  margin-top: 0.4em;
}
img.aligncenter {
  clear: both;
  margin-bottom: 1.6em;
  margin-top: 0.4em;
}
img.alignnone {
  display: block;
  height: auto;
  margin: 0 auto;
}
.alignnone img {
  display: block;
  height: auto;
}
img.wp-caption .alignnone {
  display: block;
  height: auto;
  margin: 0 auto;
}
.gallery-caption {
  clear: left;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
  margin: 12px 0;
}
.entry-caption {
  clear: left;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
  margin: 12px 0;
}
.gallery .gallery-icon img {
  -moz-box-shadow: 0 0 5px 2px #cccccc;
  -webkit-box-shadow: 0 0 5px 2px #cccccc;
  border: 5px solid #ffffff !important;
  box-shadow: 0 0 5px 2px #cccccc;
  height: auto;
  max-width: 90%;
  padding: 0;
}
.gallery-item .gallery-caption {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
  margin: 12px 0;
  text-align: center;
}
a img.alignright {
  float: right;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption > img {
  height: auto;
  max-width: 100%;
}
.page-links a {
  border-radius: 2px;
  border: 0 none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px 3px 3px;
  padding: 7px 18px;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.page-links a:hover {
  text-decoration: none;
}
.screen-reader-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  word-break: break-all;
}
.post-password-form label {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 80%;
}
.post-password-form input[type="password"] {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 1px #e5e5e5 inset;
  color: #737f85;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 10px;
  width: 100%;
}
input[type="email"] {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 1px #e5e5e5 inset;
  color: #737f85;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 10px;
  width: 100%;
}
#woocommerce-product-search-field {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 1px #e5e5e5 inset;
  color: #737f85;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  margin: 0 0 20px;
  outline: 0;
  padding: 7px 10px;
  width: 100%;
}
input[type="password"] {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 1px #e5e5e5 inset;
  color: #737f85;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 10px;
  width: 100%;
}
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="file"] {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 1px #e5e5e5 inset;
  color: #737f85;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 10px;
  width: 100%;
}
select option {
  padding: 5px;
}
textarea {
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 1px #e5e5e5 inset;
  color: #737f85;
  font-size: 16px;
  line-height: 20px;
  outline: 0;
  padding: 12px 10px;
  width: 100%;
}
input[type="submit"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  transition: opacity 0.45s;
  vertical-align: middle;
}
input[type="submit"]:hover {
  opacity: 0.9;
}
.more-link {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  transition: opacity 0.45s;
  vertical-align: middle;
}
.more-link:hover {
  opacity: 0.9;
}
input[type="text"].search_btn {
  margin: 0 0 20px;
}
.search_box {
  background-color: #fcfcfd;
  background-image: -moz-linear-gradient(center top, #fcfcfd, #f7f8f9);
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  float: none;
  float: right;
  height: 40px;
  margin-top: 10px;
  margin-top: 20px;
  width: 230px;
  width: 270px;
}
.search_box input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  float: left;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  height: 40px;
  margin: 0;
  padding-left: 10px;
  padding: 0 0px 0 10px;
  width: 195px;
  width: 235px;
}
.search_box input.search_btn {
  background: rgba(0, 0, 0, 0) url("//www.salon-vignerons-lions-orleans.fr:80/plugins/theme_sie/css/images/search_btn.png") no-repeat scroll center center;
  cursor: pointer;
  float: left;
  height: 38px;
  margin-top: 0px;
  padding: 0;
  width: 20px;
}
.wpcf7 p {
  margin-top: 10px;
}
.slide-caption {
  left: 10%;
  padding: 5px 7px;
  width: 82%;
}
.slide-caption h2 {
  font-size: 10px;
  font-size: 20px;
  font-size: 24px;
  font-size: 8px;
  line-height: 12px;
  line-height: 25px;
  line-height: 27px;
  margin: 0 0 10px;
  margin: 0 0 2px;
  margin: 0 0 5px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.slide-caption p {
  font-size: 12px;
  font-size: 14px;
  font-size: 5.5px;
  font-size: 7px;
  line-height: 10px;
  line-height: 11px;
  line-height: 20px;
  line-height: 23px;
  margin: 0;
  margin: 0 0 10px;
  margin: 0 0 7px;
}
.flex-btn {
  font-size: 10px;
  font-size: 5.5px;
  font-size: 7px;
  line-height: 11px;
  padding: 2px 6px;
  padding: 4px 12px;
  padding: 7px 16px;
}
.flex-direction-nav .flex-prev {
  height: 40px !important;
  width: 25px !important;
}
.flex-direction-nav a.flex-prev:before {
  padding-right: 19px !important;
}
.flex-direction-nav .flex-next {
  height: 40px !important;
  width: 25px !important;
}
.flex-direction-nav a.flex-next:before {
  padding-right: 17px !important;
}
.flex-direction-nav a:before {
  font-size: 18px !important;
}
.site-info {
  padding: 0;
}
.site-info .social {
  float: none;
}
.header-title span {
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.team .post-thumbnail {
  float: none;
  margin: 30px 25px 50px 30px;
}
.contact .post-thumbnail {
  float: none;
  margin: 30px 25px 50px 30px;
}
body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.woocommerce span.onsale {
  color: #ffffff;
}
.woocommerce .woocommerce-message:before {
  color: #ffffff;
  content: "\e015";
}
.woocommerce .woocommerce-error:before {
  color: #ffffff;
  content: "\e016";
}
.woocommerce div.product p.price {
  font-size: 1.25em;
}
.woocommerce div.product span.price {
  font-size: 1.25em;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #4b453f;
  font-size: 15px;
  padding: 9px 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #ffffff;
  padding: 9px 16px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #ffffff;
  padding: 9px 16px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #ffffff;
  padding: 9px 16px;
}
.woocommerce .order_details li {
  font-size: 11px;
}
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover {
  color: #ffffff;
}
div.yellow {
  background-color: #c9504d;
  width: 100%;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px 0 20px 0;
}
div.flashcode_site {
  font-size: 22px;
  vertical-align: middle;
}
div.flashcode_site,
div.flashcode_site img {
  float: left;
}
div.flashcode_site,
div.flashcode_site img {
  float: left;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}
img,
.wp-post-image {
  display: block;
  height: auto;
  width: 100%;
}
.flashcode_site span {
  vertical-align: middle;
  padding-top: 2%;
  position: absolute;
}
.clean_footer {
  min-height: 260px !important;
}
div.expo50 {
  float: left;
  width: 40%;
  clear: both;
}
div.cmpenseigne,
div.saintjean,
div.bleuo,
div.republique {
  float: right;
  width: 15%;
}
a.fiche_expo:hover {
  color: red;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:hover,
a:focus {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.fiche_expo {
  font-size: 18px;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a {
  background-color: transparent;
}
#menu-float {
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 50%;
}
#menu-float ul {
  border: none;
  list-style: none;
  text-align: left;
}
#menu-float ul li {
  height: 35px;
  margin: 0 0 5px;
  padding: 0;
}
#menu-float ul li .width_a {
  display: block;
  height: 35px;
  position: relative;
  left: 100%;
  font: 14px/35px "Roboto Condensed", Arial, sans-serif;
  color: #FFF;
  text-align: right;
  text-transform: uppercase;
}
#menu-float ul li .width_a span {
  display: inline-block;
  padding: 0 50px 0 15px;
  position: relative;
  top: 0;
  right: 0;
  background: #656565;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#menu-float ul li img {
  z-index: 1;
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 3px;
  left: -35px;
  top: 0;
  content: "";
  background: #656565;
}
#menu-float ul li img:hover {
  background: #23739C;
}
#menu-float ul li imgfocus {
  background: #23739C;
}
#menu-float ul li a:hover span {
  right: 100% !important;
  position: relative;
}
.partage {
  display: block;
  position: relative;
  left: 100%;
  color: #FFF;
  text-align: right;
  text-transform: uppercase;
}
.partage .share-btn {
  float: left;
  right: 500px;
  position: initial;
  width: 35px;
  height: 35px;
}
li.partage:hover p {
  right: 100% !important;
  width: 205px;
  position: relative;
  background-color: #656565;
  display: block;
  height: 35px;
  color: #fff;
  transition: color 0.3s ease-in, border-color 0.3s ease-in, background-color 0.3s ease-in;
}
li.partage p {
  background-color: #656565;
}
li.partage p a.share-btn {
  width: 27px;
  height: 35px;
  position: sticky;
  float: right;
  margin: 0 10px;
}
li.partage p a.share-btn:hover {
  color: #000;
}
li.partage p span {
  float: right;
  margin-right: 48px;
  margin-top: 6px;
  font-size: 1.2rem;
}
li.partage:hover p {
  right: 100% !important;
  position: relative;
  width: 100%;
}
.skip-link a {
  position: fixed;
  top: -200px;
  z-index: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: .5em;
  background: #000;
  color: #fff;
  text-decoration: underline;
}
a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease-in, border-color 0.3s ease-in, background-color 0.3s ease-in;
  word-break: break-word;
}
ul {
  padding: 0;
  margin: 0;
}
section {
  display: block;
  margin: auto;
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
section h2 {
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.column-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin: auto;
  max-width: 1200px;
}
.column-2 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.column-2 .all-click {
  padding: 5px;
}
#scrollNav-1 {
  margin: 0 auto 10px;
}
#scrollNav-1 h2 {
  margin: 0 0 5px;
}
.template-list {
  margin-bottom: 4rem;
}
.template-list.list-resources > * {
  margin-bottom: 2.5rem;
}
.column-2 > * {
  width: calc(20%);
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.template-list > * {
  margin-bottom: 2rem;
}
.block-resource {
  height: 100%;
  border: 1px solid #23739C;
  box-shadow: rgba(0, 0, 0, 0.8) 0 4px 8px -3px;
  transition: color 0.3s ease-in, border-color 0.3s ease-in, background-color 0.3s ease-in;
}
.all-click {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #e4e8ea;
  text-align: center;
  border-radius: 4px;
  padding: 30px 15px 5px;
  margin: 0;
  transition: all 0.3s ease 0s;
}
li {
  list-style: none;
}
.site-width {
  margin: 0 auto;
  width: 100%;
}
#page {
  width: 1200px !important;
  margin: auto;
  background: #f7f7f7;
  min-height: 322px;
}
#page h2 {
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.owl-carousel .owl-item img {
  display: block;
  width: 9%;
  margin: auto;
}
.owl-carousel.owl-drag .owl-item {
  max-height: 350px;
}
.owl-carousel .owl-stage-outer {
  max-height: 270px;
}
article.contenu {
  text-align: center;
}
.contenu-thumbnail {
  margin: auto;
  text-align: center;
}
div.contenu-content {
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.5rem;
}
div.contenu-content h3 {
  margin: 1rem 0 0;
  color: #337ab7;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.slider {
  font-family: "Roboto Condensed", Arial, sans-serif;
  position: relative;
  margin: 0px 0 0px !important;
  -moz-box-shadow: 0px 2px 5px #999;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f7f7f7;
  padding: 1rem;
}
.slider h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 0 0 1rem;
  max-width: 1200px;
}
.slider h2 svg {
  width: 13px;
}
.slider h2 .slider-title {
  margin-right: 2rem;
}
.slider h2 .stop {
  margin-left: 1rem;
}
.fa-cart-arrow-down {
  width: 25px !important;
}
.chapo p {
  font-size: 2rem;
  line-height: 1.53;
  font-weight: bold;
}
.texte ul {
  margin-left: 52%;
}
.texte ul li {
  list-style: square;
  font-size: 2rem;
  margin-left: 0;
}
.texte p {
  margin: 0.5rem 0;
}
.texte p a {
  font-size: 2.1rem;
  color: #337ab7;
}
.texte p a:hover {
  color: orangered;
}
.template-list {
  margin-bottom: 0;
}
.organism svg {
  width: 20px;
}
.navbar {
  background-color: #ffffff;
  border-radius: 0px;
  border: 0px none;
  box-shadow: none;
  margin-bottom: 0px;
  top: 0px;
  min-height: 60px;
  padding: 0px;
  position: relative;
}
.menu-responsive {
  display: none;
}
li.menu-responsive ul.montrer {
  display: block;
}
.menu-entree {
  padding: 0 2rem;
}
.menu_principal {
  display: flex;
  margin: 9px;
}
header {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -12px;
}
header h1 span {
  display: none;
}
header h1 span {
  display: none !important;
}
.header-title {
  background-color: #222629;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin: 0;
  width: 100%;
  margin-bottom: 0;
}
#formulaire_recherche {
  float: left;
  margin: 0 20px;
  border-radius: 1rem;
}
#formulaire_recherche svg {
  width: 20px;
  margin: 9px 9px;
  float: right;
}
.search-form {
  border: 1px solid #337ab7;
  border-radius: 1em;
}
.search-form .form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 70em;
  margin: 0 auto;
}
.search-form .form-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
}
input[type="search"] {
  padding: 1rem 2rem;
  width: 100%;
  border: 1px solid #f0f0e4;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
  color: #202328;
  font-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: inherit;
}
.search-form .form-search {
  padding: 0 1rem;
  margin: 0 5px;
  min-height: 3.5rem;
  width: 20rem;
  border: none;
}
h1 {
  margin: 0;
}
.breadcrumb {
  margin-bottom: 3.5rem;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.breadcrumb li {
  display: inline;
  color: #23739C;
}
.breadcrumb li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  padding: 0 .8rem;
  color: #d23615;
}
main .region-top {
  max-width: 1200px;
  margin: auto;
}
.inner-wrapper h2 {
  text-align: center;
}
.rub1 .template-list li {
  width: 50%;
}
.zone-contenu p img {
  margin-right: 2rem;
  float: left;
  width: auto;
  max-height: 200px;
}
a:hover .all-click {
  background-color: #ccc;
}
a:focus .all-click {
  background-color: #ccc;
}
p,
.entry-content {
  color: #000;
}
.facebook svg {
  width: 20px;
  float: left;
  margin: 6px 25px;
  color: #fff;
}
.social-networks .facebook svg {
  width: 20px;
  float: left;
  margin: 0;
  color: #23739C;
}
.twitter svg {
  width: 20px;
  margin: 6px 25px 0 0;
  color: #fff;
}
.social-networks .twitter svg {
  width: 20px;
  margin: 0;
  color: #23739C;
}
.linkedin svg {
  width: 20px;
  margin: 6px 25px 0 0;
  color: #fff;
}
.social-networks .linkedin svg {
  width: 20px;
  margin: 0;
  color: #23739C;
}
.whatsapp svg {
  width: 20px;
  margin: 6px 25px 0 0;
  color: #fff;
}
.social-networks .whatsapp svg {
  width: 20px;
  margin: 0;
  color: #23739C;
}
.mail svg {
  width: 20px;
}
.region-highlight {
  max-width: 90rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-block-wrapper {
  max-width: 90rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-block-wrapper {
  padding: 1rem 0;
}
.share-block {
  display: -ms-flexbox;
  display: flex;
}
.social-networks {
  -ms-flex-pack: center;
  justify-content: center;
}
.share-block p {
  margin-right: 1rem;
}
.social-networks-list {
  -ms-flex-pack: center;
  justify-content: center;
}
.social-networks-list li {
  margin-right: 1rem;
}
.share-block-wrapper > *:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 2rem;
  color: #d23615;
}
.print p {
  margin-right: 15px !important;
  margin-top: -3px !important;
}
p.print {
  text-align: center;
  margin-top: 1rem;
}
.share-block p {
  margin-right: 4rem;
  margin-top: 4px;
}
.print svg {
  margin-right: 1rem;
  margin-top: 0;
  width: 20px;
}
.social-networks-list {
  display: flex;
}
.share-btn.print {
  width: auto;
  margin-bottom: 0;
}
.share-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  box-shadow: none;
  position: relative;
  display: inline-block;
  padding: .7rem 0.5rem .7rem 2.2rem;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 400;
}
.share-btn::before {
  font-family: "icomoon", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "";
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in, border-color 0.3s ease-in, background-color 0.3s ease-in;
  word-break: break-word;
  color: #23739C;
  font-weight: bold;
}
.main-column-inner {
  max-width: 1200px;
  margin: auto;
}
.rubrique-mike .nofaq {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.rubrique-mike .nofaq .show-article-hidden-content-button button {
  background: #eee;
  color: #4E70AC;
  padding: 0.5em;
  margin: 1.5rem 0 0 0;
  text-align: left;
  border: 1px solid #cccC;
  text-decoration: none;
  width: 100%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  top: 0;
  color: #23739C;
  transition: all 0.3s ease-in;
}
.js-expandmore button.animated-expandmore__button {
  position: relative;
  display: inline;
  padding: 0;
  margin-bottom: 0;
  width: auto;
  border: none;
  transition: color 0.3s ease-in, border-color 0.3s ease-in, background-color 0.3s ease-in;
  text-align: left;
  font-family: "Roboto", Arial, sans-serif;
  background: transparent;
  text-decoration: underline;
  color: #23739C;
}
.rubrique-mike .nofaq .show-article-hidden-content {
  border: 1px solid #ccc !important;
  background: #eee !important;
  padding: 1em;
  border-top: none !important;
  margin-bottom: 1.5rem;
}
.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none;
}
.animated-expandmore__to_expand {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  transition-delay: 0s;
}
.js-to_expand {
  width: 100%;
}
.editer-groupe label {
  font-size: 1.8rem;
}
.editer-groupe .editer_input_2 {
  margin-top: 2rem;
}
.editer-groupe .editer_email_1 {
  margin-top: 2rem;
}
.editer-groupe .editer_oui_non_1 {
  margin-top: 2rem;
}
.editer-groupe .editer_textarea_1 {
  margin-top: 2rem;
}
.saisie_textarea label {
  margin: 0;
}
.saisie_textarea textarea {
  margin: 0;
}
p.date {
  margin-top: -9px;
}
.clean_footer .bleuo img {
  max-width: 150px;
}
.clean_footer .saintjean img {
  max-height: 150px;
  width: auto;
}
.clean_footer .cmpenseigne img {
  max-width: 150px;
}
.clean_footer .republique img {
  max-width: 150px;
}
.content-inline {
  display: -ms-flexbox;
  display: flex;
}
.display-result {
  margin-bottom: 2rem;
  text-align: center;
}
.main-column-inner {
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 8px -2px;
  padding: 3rem;
}
.main-column-inner {
  background: #fff;
}
.display-result > .content-inline {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.display-result > .content-inline {
  margin-right: 0;
}
.display-result .content-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-inline > * {
  margin-right: 1rem;
}
.content-inline {
  display: -ms-flexbox;
  display: flex;
}
.nb-result-page {
  margin-bottom: 1rem;
}
.list-items-result {
  display: -ms-flexbox;
  display: flex;
}
p,
.entry-content {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #737f85;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  margin-right: 0px;
  word-wrap: break-word;
}
ul li,
ol li {
  color: #737f85;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0;
  padding: 6px 0;
  vertical-align: top;
}
.main-column-inner .pager:first-of-type {
  margin-top: 0;
  margin-bottom: 4rem;
}
.pager {
  margin-top: 4rem;
  padding: 0 1.5rem;
  background: #f0f0e4;
}
nav {
  display: block;
}
.offre_entree li {
  list-style: square inside;
  margin-left: 5rem;
}
#formulaire_formidable-3 {
  margin-top: 1rem;
}
.pager__items {
  display: table;
  width: 100%;
  text-align: center;
}
li.pager__item--first {
  width: 8rem;
}
li.pager__item--first {
  display: table-cell;
  width: 2rem;
}
.pager__items li {
  display: inline-block;
  vertical-align: middle;
}
.pager__items li {
  display: inline-block;
  vertical-align: middle;
}
.pager strong {
  display: block;
  min-height: 2.8rem;
  min-width: 2.8rem;
  padding-top: 0.3rem;
  text-align: left;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.pager a:link {
  color: #4a5e81;
}
.pager a {
  min-height: 3.5rem;
  min-width: 3.5rem;
  padding-top: 0.7rem;
}
.pager a {
  display: block;
  min-height: 2.8rem;
  min-width: 2.8rem;
  padding-top: 0.3rem;
  text-align: center;
  color: #4a5e81;
  font-size: 1.4rem;
  font-weight: 600;
}
.block-item img {
  display: block;
  height: auto;
  width: inherit;
}
a.more {
  display: block;
  padding-top: 0;
  text-align: inherit;
  font-weight: normal;
  border: 1px solid #aaa;
}
a.more img {
  float: left;
  max-width: 200px;
}
a.more:hover {
  background-color: #ccc;
}
.search-click .all-click {
  border: none;
}
.list-items-result li {
  color: #737f85;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0 6px;
  vertical-align: top;
}
.nb-result-page {
  width: 50%;
}
mark {
  color: #fff;
  padding: 0 3px;
  text-decoration: none;
  background-color: #4a5e81;
}
.block-resource:hover {
  background-color: #ccc;
}
p.boutons {
  color: #000;
  margin: 0 0 50px;
}
p.boutons input {
  color: #000;
  background-color: #ccc;
  float: right;
}
.erreur_message {
  color: #F00;
  font-size: 1.5rem;
}
.reponse_formulaire_erreur p {
  color: #F00;
  margin: 1rem 0 1rem;
}
