/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url(../../assets/jquery/mediaelement/2.21.2/images/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url(../../assets/jquery/mediaelement/2.21.2/images/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(../../assets/jquery/mediaelement/2.21.2/images/background.png);background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/jumpforward.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url(../../assets/jquery/mediaelement/2.21.2/images/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

* {
    margin: 0;
    padding: 0;
}

.invisible {
    display: none;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#wrap {
    margin: auto;
    width: 100%;
}

#wrapper {
    margin: auto;
    width: 100%;
}

#content {
    padding: 0px;
}

/***************** HEADER ********************/
header {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 10000;
}

#header .inside {
    width: 960px;
    margin: auto;
}

#logon,
#logo {
    float: left;
    left: -7px;
    position: absolute;
}

#logon img,
#logo img {
    border: 0 none !important;
}

.phonetop {
    float: right;
}

.phonetop a {
    float: right;
    background-image: url("../../files/theme/images/design/phonetop.png");
    width: 193px;
    height: 46px;
    margin-top: 0;
    text-indent: -3000px;
}

/***************** NEWSLETTER ********************/
.mod_subscribe {
    float: left;
    width: 268px;
    height: 36px;
    margin: 15px 0 35px 0;
    background-color: #d7cebe;
}

/***************** RESEAUX SOCIAUX ********************/
.social {
    float: right;
    width: 268px;
    height: 36px;
    margin: 15px 0 35px 15px;
    background-color: #d7cebe;
}

.social img:first-child {
    margin-left: 15px;
}

.social ul li {
    float: left;
    list-style: none;
    width: 32px;
}

.social ul {
    padding-left: 0px;
    float: right;
    width: 150px;
}

.social ul li a {
    background-position: 5px 0;
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    text-indent: -9999em;
    width: 32px;
    float: left;
}

.social ul li:first-child a {
    background-image: url("../../files/theme/images/design/rss.png");
}

.social ul li:nth-child(2) a {
    background-image: url("../../files/theme/images/design/facebook.png");
}

.social ul li:nth-child(3) a {
    background-image: url("../../files/theme/images/design/instagram.png");
}

.social ul li:nth-child(4) a {
    background-image: url("../../files/theme/images/design/twitter.png");
}

.social ul li a:hover {
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    background-color: #5A4218;
}

/***************** NAVIGATION***********/
#main nav {
    font: 15px/22px 'Open Sans', sans-serif;
    font-weight: 400;
    height: 72px;
    margin: auto;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #c5a164;
    padding-bottom: 17px;
}

#main nav a {
    color: #7a6b52;
}

#main nav ul {
    list-style: none;
    margin: 0px auto;
    text-align: center;
}

#main nav .level_1>li.submenu {
    margin-bottom: 0px !important;
}

#main nav ul li {
    float: left;
    margin: 20px 10px;
    list-style: none;
    z-index: 9999999;
}

#main nav ul li a {
    text-decoration: none;
    display: block;
    color: #7a6b52;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    transition-property: all;
    transition-duration: 0.2s;
    padding: 0px 2px;
    text-align: center;
    height: auto;
}

#main nav ul li a:hover {
    color: #000;
}

#main nav ul li.active {
    color: #000;
    padding: 0px 6px;
}

#main nav li ul {
    margin-left: -1000em;
    margin-top: 2.5em;
    position: absolute;
    width: 10em;
    z-index: 51155521;
}

#main nav li ul li {
    clear: both;
}

#main nav li:hover ul {
    margin-left: 0;
}

#main nav li li a {
    background-color: #eae7e3;
    font-size: 12px;
    text-align: left;
    text-transform: none;
    width: 200px;
    padding: 8px 0 8px 10px;
    margin: 0;
    color: #7a6b52 !important;
}

#main nav ul li ul li a {
    color: #000;
    text-transform: uppercase;
    font: 15px/22px 'Open Sans', sans-serif;
}

#main nav ul li ul li a:hover {
    background-color: #8e7c5e;
    color: #fff !important;
}

#main nav ul li ul li {
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #fff;
}

#main ul.level_2 {
    margin-top: 0;
    padding-left: 0px !important;
}

#main ul.level_2 li.active {
    color: #fff;
    width: 200px;
    padding: 8px 0 8px 10px;
    text-align: left;
    background-color: #7a6b52;
}

#main ul.level_2 .active {
    color: #fff;
    width: 200px;
}

/***************** NAVIGATION REPONSIVE ***********/
.mm-menu .level_1>.first {
    margin-left: 0 !important;
}

.mm-menu li {
    float: inherit !important;
}

.mm-menu li a {
    text-align: left !important;
}

.mm-menu li ul {
    position: relative !important;
    width: 100% !important;
}

.mm-menu ul {
    text-align: left !important;
}

.mm-menu ul li ul li {
    border-bottom: inherit !important;
}

.mm-menu li li a {
    background-color: transparent !important;
}

/***************** FIL D'ARIANE ***********/
.page_accueil .mod_breadcrumb,
.page_60 .mod_breadcrumb,
.page_13 .mod_breadcrumb,
.page_14 .mod_breadcrumb,
.page_15 .mod_breadcrumb,
.page_16 .mod_breadcrumb {
    display: none;
}

.mod_breadcrumb a:first-child {
    color: #fff;
    font: 13px/22px 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0px 20px 6px 6px;
}

.mod_breadcrumb li:first-child a {
    background: url("../../files/theme/images/design/home.gif") no-repeat center center;
    width: 100%;
    text-indent: -3000px;
    display: inline-block;
    width: 45px;
}

.mod_breadcrumb a {
    text-decoration: none;
    color: #888882 !important;
    border-right: 1px solid #ccc;
}

.mod_breadcrumb li {
    list-style-type: none !important;
    float: left;
    color: #888882 !important;
    font: 13px/22px 'Open Sans', sans-serif !important;
    font-weight: 200;
    padding: 6px;
    margin-top: 9px !important;
}

.mod_breadcrumb .active {
    margin-top: 9px !important;
}

.mod_breadcrumb li:last-child {
    border-right: 0px !important;
}

.mod_breadcrumb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

/***************** TABLEAUX ********************/
/*** table {
    width:100%;
}
table tr td:first-child {
    font-weight:bold !important;
    font: 16px/22px 'Open Sans', Arial, sans-serif !important;
    padding:1em;
}
table tr td:first-child {
    background-color:#2d2d2d;
    text-align:left;
    color:#fff;
}
tr:first-child td:nth-child(2), tr:first-child td:nth-child(3), tr:first-child td:nth-child(4), tr:first-child td:nth-child(5) {
    width:18%;
    background-color:#e1e1e1;
}
table tr td {
    border:1px solid #fff;
    background-color:#f5f5f5;
    padding:2em;
    text-align:center;
}
table tr td:hover {
    background-color:#deb331;
}
**/
/***************** MAIN ********************/
#main {
    margin: auto;
}

.page_accueil #main #accueil,
.page_60 #main #accueil {
    margin-top: 100px;
    clear: both;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page_accueil #container #accueil .col-50x50,
.page_60 #container #accueil .col-50x50 {
    border-top: 2px solid #c5a164;
    border-bottom: 2px solid #c5a164;
}

#main H1 {
    background: #222221 url("../../files/theme/images/design/bulle1.png") no-repeat scroll center 6px;
    border-bottom: 10px solid #7a6b52;
    color: #fff !important;
    font: 400 37px/50px "Open Sans", sans-serif;
    margin-bottom: 85px !important;
    margin-top: 56px !important;
    padding-bottom: 10px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

.page_accueil #main H1 {
    background: transparent !important;
    border-bottom: 0 !important;
    color: #000 !important;
    font: 400 34px/50px "Open Sans", sans-serif;
    margin-bottom: 85px !important;
    margin-top: 27px !important;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: center;
    text-transform: uppercase;
}

#main H1 strong {
    font: 400 42px/22px "Rochester", sans-serif !important;
    text-transform: none !important;
}

.page_accueil #main H1 strong {
    font-weight: bold;
    font: 900 34px/50px "Open Sans", sans-serif !important;
}

.page_accueil #slid H1 {
    font: 30px/35px 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 45px;
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.page_accueil #slid H1 strong {
    font-weight: 900;
    color: #000;
}

.page_accueil #accueil H2,
.page_accueil #accueil p {
    padding-left: 20px;
}

#main H2 {
    color: #ab8635;
    font: 600 24px/35px "Open Sans", semi-bold;
    text-transform: uppercase;
    clear: both;
}

#main H2 a {
    color: #8e98a3;
    text-decoration: none;
    font-weight: bold;
}

#main H3 {
    color: #c5a164;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

#main H4 {
    color: #bc9d68;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

#main H3 a {
    color: #A3845E;
    text-decoration: none;
}

#main p,
#slide p {
    font: 15px/24px 'Open Sans', sans-serif;
    color: #000;
    text-align: justify;
}

.page_accueil #main p,
#slide p {
    font: 15px/30px "Open Sans", sans-serif;
    color: #000;
    text-align: justify;
}

#main p a {
    color: #976b0b;
    font: 15px/24px 'Open Sans', sans-serif;
}

#main p a:hover {
    color: #E54922;
}

#main li {
    list-style-type: none;
    color: #000;
    font: 15px/24px 'Open Sans', sans-serif;
    margin: 4px 0px;
}

#main ul li:before {
    content: "●";
    margin-right: 10px;
    color: #c5a164;
    font-size: 17px;
}

#main nav ul li::before,
#main .mod_breadcrumb ul li::before {
    content: "";
    margin: 0 !important;
}

#main li p {
    margin: 4px 0px;
}

#main li a {
    color: #000;
    text-decoration: none;
}

#main ul,
.intro ul {
    margin-left: 30px;
    padding: 10px;
}

#main .block {
    overflow: visible;
}

#main blockquote {
    padding-right: 15px;
    padding-bottom: 15px;
    margin: 2px 0px 20px 20px;
}

#main blockquote p {
    margin-bottom: 0px;
    margin-top: 15px;
    font: 12px/20px 'Open Sans', sans-serif;
}

#main img {
    float: left;
}

.float_right {
    margin: 0 0 22px 22px;
}

.float_left {
    margin: 0 22px 22px 0;
}

#slide {
    width: 100%;
    margin: auto auto;
}

.page_13 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slidemuscu.jpg") center top no-repeat;
    height: 350px;
}

.page_association #slide,
.page_mentions-legales #slide,
.page_24 #slide,
.page_44 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-contenu-association.jpg") center top no-repeat;
    height: 350px;
}

.page_infos-pratiques #slide,
.page_reservation #slide,
.page_acces #slide,
.page_foire-aux-questions #slide,
.page_liens #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-infos-def.jpg") center top no-repeat;
    height: 350px;
}

.page_locomotives-a-vapeur #slide,
.page_locomotives-diesel #slide,
.page_voitures #slide,
.page_engins-de-manoeuvre #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-patrimoine_1.jpg") center top no-repeat;
    height: 350px;
}

.page_restauration-du-patrimoine #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-restauration-patrimoine_1.jpg") center top no-repeat;
    height: 350px;
}

.page_41 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-vapeur.jpg") center top no-repeat;
    height: 350px;
}

.page_train-a-vapeur #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-vapeur_1.jpg") center top no-repeat;
    height: 350px;
}

.page_42 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/bandeau-vapeur.jpg") center top no-repeat;
    height: 350px;
}

.page_la-ligne-chemin-fer-vendee #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-contenu-association_1.jpg") center top no-repeat;
    height: 350px;
}

.page_train-restaurant #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/bandeau-vapeur_2.jpg") center top no-repeat;
    height: 350px;
}

.page_55 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-vapeur_2.jpg") center top no-repeat;
    height: 350px;
}

.page_immersion-a-toute-vapeur #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/bandeau-vapeur_1.jpg") center top no-repeat;
    height: 350px;
}

.page_43 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-picasso.jpg") center top no-repeat;
    height: 350px;
}

.page_autorail-picasso #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-picasso_1.jpg") center top no-repeat;
    height: 350px;
}

.page_bons-cadeaux #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-kdo-def.jpg") center top no-repeat;
    height: 350px;
}

.page_50 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/bandeau-vapeur.jpg") center top no-repeat;
    height: 350px;
}

.page_cheminot-dun-jour #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/bandeau-vapeur_2.jpg") center top no-repeat;
    height: 350px;
}

.page_15 #slide,
.page_17 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/entete-cours.jpg") center top no-repeat;
    height: 350px;
}

.page_16 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slideplus.jpg") center top no-repeat;
    height: 350px;
}

.page_100 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/autorail-bandeau-pn.jpg") center top no-repeat;
    height: 350px;
}

.page_4 #slide,
.page_6 #slide,
.page_14 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/entete-actus.jpg") center top no-repeat;
    height: 350px;
}

.page_4,
.page_6 #slide {
    width: 100%;
    background: url("../../files/theme/images/slide/slide-contenu-association.jpg") center top no-repeat;
    height: 350px;
}

.page_contact #slide {
    height: 400px;
}

.page_accueil #slide .inside {
    width: 100%;
}

.page_contact #main img {
    background: none !important;
    border: 0px !important;
}

.quote {
    width: 1100px;
    position: absolute;
    z-index: 1000;
    margin-top: -32px;
}

.quote figure {
    width: 34px;
    margin: auto;
}

.page_accueil #slid {
    margin-top: 0 !important;
}

.page_accueil #container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: url("../../files/theme/images/design/bordureblanche.gif") no-repeat top center #fff;
    float: left;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.page_2 .custom {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#fondbulles {
    float: left;
    /**background: url("../../files/theme/images/design/fondbulles.jpg") center center no-repeat;
   **/
    margin-top: 100px;
    margin-bottom: 20px;
}

#fondbulles .col-50x50 {
    margin-bottom: 162px !important;
}

#fondbulles H1 {
    float: left;
    /**background: url("../../files/theme/images/design/fondbulles.jpg") center center no-repeat;
   **/
    margin-top: 100px;
    margin-bottom: 100px;
}

#fondbulles H2 {
    font: 43px/43px 'Open Sans', sans-serif;
    font-weight: 200;
    color: #d2a92e;
    width: 100%;
    margin: auto;
    margin-top: 8px;
    text-align: center;
}

#fondbulles H5 {
    font: 32px/32px 'Open Sans', sans-serif;
    font-weight: 900;
    color: #000;
    width: 100%;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
    clear: both;
}

/**** #fondbulles figure {
    margin: auto;
    width: 117px;
}
#fondbulles .col_1 figure {
    margin-top: 15px;
}
***/
#fondbulles .sono figure {
    margin: auto;
    width: 80px;
}

#fondbulles .col-25x25x25x25 {
    margin-top: 25px !important;
}

.page_accueil .imgleft,
.page_mentions-legales .imgleft,
.page_infos-pratiques .imgleft,
.page_reservation .imgleft,
.page_bons-cadeaux .imgleft {
    display: none;
}

.imgleft {
    background: url("../../files/theme/images/design/left.png") right top no-repeat;
    float: left;
    position: absolute;
    height: 100%;
    z-index: 0;
    margin-top: 300px;
}

.page_accueil .imgleft {
    margin-top: -302px;
}

/***************** BULLES *******************/
/*** .bulles a {
    text-decoration: none;
}
.bulles h4{
    text-transform:uppercase;
    color: #fff;
    text-align:center;
    font: 600 30px/22px "Open Sans",semi-bold !important;
    margin-bottom: 0px;
}
.bulle1 a, .bulle2 a, .bulle3 a {
    width: 100%;
    text-indent:-3000px;
    height:auto;
    background-origin:initial;
    background-repeat:no-repeat no-repeat;
    display:block;
    background-attachment:initial;
    background-clip:initial;
    background-color:initial;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.bulles:hover .bulle1 a, .bulles:hover .bulle2 a, .bulles:hover .bulle3 a {
    cursor:pointer;
}
.bulle1 h4 {
    margin-top: 50px;
}
.bulle1, .bulle2 {
    background: #222221 url("../../files/theme/images/design/bulle1.png") no-repeat center top;
    border: 4px solid #fff;
}
.bulle1 .res, .bulle2 .res {
    background: #7a6b52 url("../../files/theme/images/design/fleche.png") no-repeat 57px center!important;
    text-indent: 0px !important;
    text-align: center;
    text-transform:uppercase;
    color: #222221;
    padding-bottom: 15px;
    padding-top: 13px;
    font-size: 21px;
    text-decoration: none;
}
.bulles .typo2 {
    color: #fff !important;
    font: 34px/22px "Rochester",sans-serif !important;
    padding:0px;
    text-transform:none;
}
.bulle2 .typo2 {
    padding:20px;
}
.bulle1 .typo2 {
    padding: 4px;
}
.bulles .typo1petit {
    padding: 0px !important;
    font-size: 19px !important;
}
.bulles .typo245px{
    font: 45px/22px "Rochester",sans-serif !important;
    padding:0px;
    text-transform:none;
    visibility: visible !important;
}
.bulles p{
    font: 22px/22px 'Open Sans', semi-bold !important;
    color:#d1b483 !important;
    text-align: center !important;
    text-transform:uppercase;
    padding:20px;
    position: initial !important;
}
.bulle1 p {
    padding: 23px;
}
.bulle3 {
    background: #faecd4;
    border-radius:10px;
}
.bulle3 h4 {
    color: #c10930;
    margin-top: 0px !important;
    font: 600 30px/28px "Open Sans",semi-bold !important;
}
.traitb3 {
    background: url("../../files/theme/images/design/bulle3.png") no-repeat center center;
    height: 52px;
}
.bulle3 .typo2rouge {
    color: #c10930 !important;
    padding: 0px !important;
    text-transform: none;
    font: 34px/26px "Rochester",sans-serif !important;
}
.bulle3 .res {
    background: #c10930 url("../../files/theme/images/design/flecheblanche.png") no-repeat 46px center!important;
    text-indent: 0px !important;
    text-align: center;
    text-transform:uppercase;
    color: #faecd4;
    padding-bottom: 15px;
    padding-top: 13px;
    font-size: 21px;
    border-radius: 0 0 8px 8px;
    text-decoration: none;
}
.borderbulle {
    border-top:17px solid #c10930;
    border-radius: 10px;
    padding-bottom: 9px;
}
.bulles a:hover > .bulle1 .res, .bulles a:hover > .bulle2 .res {
    background: #222221 url("../../files/theme/images/design/flecheblanche.png") no-repeat 57px center!important;
    color: #fff;
}
.bulles a:hover > .bulle1, .bulles a:hover > .bulle2 {
    background: #7a6b52 url("../../files/theme/images/design/bulle1.png") no-repeat center top;
}
.bulles a:hover > .bulle1 p, .bulles a:hover > .bulle2 p, .bulles a:hover > .bulle1 h4, .bulles a:hover > .bulle2 h4 {
    color: #000 !important;
}
.bulle1 .res, .bulle2 .res, .bulle3 .res, .bulle1, .bulle2, .bulle3 {
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.bulles a:hover > .bulle3 p, .bulles a:hover > .bulle3 h4 {
    color: #faecd4 !important;
}
.bulles a:hover > .bulle3{
    background: #c10930 !important;
}
.bulles a:hover > .bulle3 .res{
    background: #faecd4 url("../../files/theme/images/design/flecherouge.png") no-repeat 46px center !important;
    color: #c10930;
}
.bulles a:hover > .bulle3 .borderbulle {
    border-top: 17px solid #faecd4 !important;
    border-radius: 10px !important ;
}
.bulles a:hover > .bulle3 .traitb3 {
    background: url("../../files/theme/images/design/bulle3hover.png") no-repeat center center;
}
**/
.bulle1 {
    background: url("../../files/theme/images/design/bulle-1.png") no-repeat center top;
}

.bulle2 {
    background: url("../../files/theme/images/design/bulle-2.png") no-repeat center top;
}

.bulle3 {
    background: url("../../files/theme/images/design/bulle-3.png") no-repeat center top;
}

.bulle1,
.bulle2,
.bulle3 {
    height: 344px;
}

.bulle1:hover,
.bulle2:hover,
.bulle3:hover {
    background-position: center -417px;
}

.bulle2>a,
.bulle1>a,
.bulle3>a {
    float: left;
    height: 100%;
    width: 100%;
}

/***************** COLUMNS ********************/
.ce_colsetPart {
    margin: 0 !important;
}

/***************** ACTUALITES ********************/
#actualites .layout_latest {
    border-top: 1px solid #000;
    margin-bottom: 50px;
    padding: 20px 0;
}

#actualites .layout_latest h2 {
    display: inline-block;
    margin-bottom: 20px !important;
}

#actualites .layout_latest img {
    margin-right: 25px;
}

#actualites .layout_latest img {
    float: left !important;
}

.layout_latest .info {
    display: none;
}

.layout_latest figure {
    text-align: center;
}

.layout_latest figure img {
    display: inline-block;
    float: inherit !important;
    margin: 15px 0px;
}

.layout_latest p {
    padding: 0px !important;
}

.page_accueil .mod_newslist,
.page_accueil .layout_latest>* {
    margin: 0 !important;
}

.content-slider {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.slider-control {
    float: inherit !important;
    margin: 0 !important;
    width: inherit;
    background: none !important;
}

.slider-control .slider-prev {
    right: 25px;
    left: inherit !important;
    width: 23px;
    text-indent: -3000px;
    background-image: url("../../files/theme/images/design/prev.gif");
}

.slider-control .slider-next {
    width: 23px;
    text-indent: -3000px;
    background-image: url("../../files/theme/images/design/next.gif");
}

.layout_latest {
    width: 100%;
    height: auto;
    min-height: 55px;
    float: left;
}

.layout_latest .more a {
    font-size: 15px;
    color: #fff !important;
    background-color: #ab8635;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.page_accueil .teaser p {
    font: 15px/17px 'Open Sans', sans-serif !important;
}

/*.layout_latest img {
    margin: 20px 10px 5px 5px;
}
*/
.layout_latest .teasernews {
    width: 100%;
    float: left;
}

.layout_latest .info {
    float: right;
}

.layout_latest .info p {
    margin: 0 !important;
}

.layout_latest .more {
    float: right;
    text-align: left !important;
}

.layout_latest H2 {
    padding: 0 !important;
    margin-top: 0 !important;
    line-height: 14px !important;
}

.page_accueil .layout_latest H2 {
    margin-top: 0.4em !important;
    margin-bottom: 0.4em !important;
}

.layout_latest H2 a {
    color: #000 !important;
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 700;
    text-decoration: none;
}

.layout_simple {
    width: 450px;
    height: 20px;
    background-color: #d7cebe;
    color: #fff;
    text-shadow: 0 1px rgba(181, 181, 181, 100);
    border-top: 1px solid #bab1a2;
    border-bottom: 1px solid #e2dbce;
    padding: 5px;
}

.layout_simple a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px rgba(181, 181, 181, 100);
}

time {
    color: #deb331;
    font-weight: bold;
    font-size: 11px;
}

.consult {
    float: right;
    height: 18px;
    background-color: #b9a185;
    padding-left: 12px;
    margin-top: -15px;
}

.consult a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    font: 10px/10px 'Open Sans', sans-serif;
    padding-top: 0;
}

.consult p {
    margin: 0 !important;
    background-color: #a3845e;
    height: 18px;
    font: 10px/18px 'Open Sans', sans-serif;
}

.consult p:hover {
    background-color: #b9a185 !important;
}

/***************** ACTUALITES ARCHIVES ********************/
.mod_newsarchive .teaser {
    margin-top: 00px;
    height: 0px;
}

.mod_newsarchive .info {
    float: right;
}

.mod_newsarchive .more {
    padding-bottom: 30px;
}

/***************** ACCORDEONS ********************/
.ce_accordion {
    margin-bottom: 20px;
}

.toggler.active {
    font: 18px/26px 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #3b8cc2;
}

.toggler {
    font: 18px/26px 'Open Sans', sans-serif;
    color: #fff;
    padding: 7px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #006aaf;
}

.toggler:before {
    content: url(../../files/theme/images/accordion.png);
    vertical-align: -4px;
    margin-right: 5px;
}

.toggler:hover:before {
    content: url(../../files/theme/images/accordionha.png);
}

.toggler.active:before {
    content: url(../../files/theme/images/accordionha.png);
}

.toggler:hover {
    cursor: pointer;
    background-color: #3b8cc2;
}

/***************** GALERIE ********************/
.ce_gallery {
    float: left;
    border-top: 1px solid #CCC;
    padding-top: 30px;
}

/***************** BOUTON RETOUR ********************/
.retour,
.back {
    clear: both;
    color: #fff;
    text-decoration: none;
    font: 15px/10px 'Open Sans', sans-serif !important;
    font-weight: 900;
    padding: 10px;
    background-color: #deb331;
    margin-bottom: 20px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
    -moz-transition-property: all;
    -moz-transition-duration: 0.6s;
    transition-property: all;
    transition-duration: 0.6s;
    width: 70px;
    float: right;
    text-align: center;
}

.back a {
    color: #fff !important;
    text-decoration: none;
}

/***************** RECHERCHE ********************/
.mod_Recherche H1 {
    display: none;
}

.mod_Recherche {
    padding-top: 30px;
    width: 700px;
    height: 100px;
    margin: auto;
}

.mod_Recherche input:hover {
    background-color: #5A4218;
}

.mod_Recherche submit:hover {
    background-color: #F9BB4B;
}

.mod_Recherche input {
    height: 50px;
    width: 554px;
    border: 0;
    color: #fff;
    background-color: #D7CEBE;
    text-indent: 10px;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 40px 0 0 40px;
    border: 3px solid #fff;
}

.mod_Recherche .submit {
    width: 140px;
    height: 56px;
    float: right;
    background: url("../../files/theme/images/design/loupe.png") no-repeat scroll center center #F08C0F;
    margin-top: 0;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 0;
    padding: 0;
    text-indent: -3000px;
    border-radius: 0 40px 40px 0;
    border: 3px solid #fff;
}

/***************** NEWSLETTER ADHESION ********************/
.mod_subscribe input {
    height: 20px;
    margin-top: 10px;
    width: 185px;
    border: 0;
    color: #fff;
    background-color: transparent;
    text-indent: 10px;
    font-size: 11px;
    font-weight: 900;
}

.mod_subscribe .submit {
    width: 75px;
    height: 36px;
    float: right;
    background: url("../../files/theme/images/design/ok_nl.png") no-repeat scroll center center #5a4218;
    margin-top: 0;
    display: block;
    border: none;
    cursor: pointer;
    margin-left: 0;
    padding: 0;
    text-indent: -3000px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/***************** CONNEXION ********************/
#autologin {
    width: auto;
}

.submit_container .submit {
    background-color: #2780ba;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    margin: 10px 0;
}

.mod_login .formbody {
    width: 200px;
    margin: auto;
}

.mod_login H1 {
    text-indent: -5000px;
    width: 230px;
    height: 79px;
    background: url("../../files/theme/images/top_ae.png") no-repeat scroll left top transparent;
}

/***************** FORMULAIRE RECHERCHE ********************/
.mod_form {
    background: url("../../files/theme/images/design/fondsearch.gif") no-repeat scroll left top transparent;
    float: right;
    font-size: 11px;
    width: 230px;
    clear: right;
    margin-top: 20px;
}

.mod_form input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: 48px;
}

#ctrl_1_submit {
    background: url("../../files/theme/images/design/ok.gif") no-repeat scroll center top transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 26px;
    margin-left: 0;
    padding: 0;
    text-indent: -3000px;
    width: 41px;
}

/***************** RIGHT / LEFT ********************/
#right {
    width: 230px;
    margin-top: 150px;
}

#left {
    margin-left: 0;
}

/***************** FOOTER ********************/
#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
    color: #5A4218;
}

#footer {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 0;
    min-height: 861px;
    background: url("../../files/theme/images/design/footer.jpg") no-repeat center top;
    margin-top: 150px;
    border-top: 12px solid #7a6b52;
}

#footer .inside {
    margin: auto;
    margin-top: 50px;
}

#footer .tabularasa {
    float: right;
}

#footer .tabularasa a {
    color: #fff;
    text-decoration: none;
    font: 14px/10px 'Open Sans', sans-serif;
    font-weight: 900;
    padding: 15px;
    background-color: #000;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
    float: right;
}

#footer .tabularasa a:hover {
    background-color: #deb331;
    color: #000;
}

#footer .mentions {
    margin: auto;
    width: 200px;
    color: #FFF;
    margin-top: 14px;
}

#footer .mentions a {
    color: #FFF;
    text-decoration: none;
}

.footerarticle p {
    color: #fff !important;
    line-height: 12px;
}

.footerarticle .accesrapide p {
    font-size: 14px;
}

.contactfoot {
    color: transparent !important;
    padding-bottom: 6px;
    padding-right: 70px;
    padding-top: 7px;
    margin-left: -11px;
    background: url("../../files/theme/images/design/mail-tel.png") no-repeat;
}

.numetcontact p {
    font-size: 24px;
}

.numetcontact {
    margin-top: 31px;
}

#footer img {
    border: 0 none !important;
}

.coordfoot {
    margin-top: -10px;
}

.coordfoot figure {
    padding-bottom: 40px;
}

#footer .cor p a {
    color: #ab8635 !important;
}

/************** FORMULAIRE *************************/
.formulaire H1 {
    background: url("../../files/theme/images/mail.png") no-repeat scroll left bottom transparent;
    padding-left: 45px;
    height: 30px;
    font: 25px/25px 'Open Sans', sans-serif;
    color: #025d6b;
}

.formulaire {
    float: left;
    width: 734px;
    font: 11px/16px 'Open Sans', sans-serif;
    padding-top: 20px;
    letter-spacing: 0;
    color: #221f24;
}

.formulaire label {
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 5px 3px;
    width: 110px;
    color: #025d6b;
}

.formulaire .formbody {
    border-left: 1px solid #006777;
    margin-top: 10px;
    padding-left: 10px;
}

.formulaire input,
textarea,
#devis input,
select,
textarea {
    background-color: #f0ede5;
    margin-top: 10px;
}

.formulaire input:focus,
.formulaire textarea:focus {
    background: #ed7132;
    color: #000;
}

.formulaire input:hover,
.formulaire textarea:hover {
    background: #da510b;
    color: #000;
}

#ctrl_9_submit {
    background-color: #7a6b52 !important;
    color: #fff !important;
    cursor: pointer;
    float: left;
    font: 14px/10px "Monserrat", sans-serif;
    margin-right: 0;
    margin-top: 30px !important;
    text-transform: uppercase;
    font-weight: 900;
}

label.ditesmoitout {
    float: right;
    margin-right: 275px;
    margin-top: -110px;
}

#ctrl_9 {
    border: medium none;
    clear: both;
    color: #000;
    font: 16px/16px "Open Sans", sans-serif;
    height: 50px;
    padding: 10px;
    width: 100%;
}

#ctrl_9_submit:hover {
    background: #bd9a4d !important;
    color: #000 !important;
}

/****************** CONTACT *************************/
.mod_dlh_googlemaps {
    width: 100% !important;
    float: right;
}

#dlh_googlemap_1 {
    width: 100% !important;
}

.mod_dlh_googlemaps H1 {
    display: none;
}

.coord {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.coord img {
    float: left;
    margin-top: -11px;
}

.coord .ad {
    margin-top: 0;
}

#contact {
    float: left;
    font: 16px/16px 'Open Sans', sans-serif;
    padding-top: 20px;
    letter-spacing: 0;
    color: #221f24;
    margin-bottom: 100px;
}

.page_contact strong {
    font-size: 18px;
    font-weight: 400 !important;
}

#contact label {
    display: block;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px 0px 0px 0px;
    width: 190px;
    color: #000;
    text-transform: uppercase;
}

#contact .formbody {
    margin: auto;
}

.ce_form H1 {
    margin: auto;
    clear: both;
}

#contact input {
    background-color: #f0ede5;
    border: medium none;
    color: #000;
    margin-top: 3px;
    padding: 8px 0 8px 8px;
    width: 98%;
}

#contact input:focus,
#contact textarea:focus {
    background: #bd9a4d;
    color: #000;
}

#contact input:hover,
#contact textarea:hover {
    background: #bd9a4d;
    color: #000;
}

#ctrl_12 {
    border: none;
    color: #3D2716;
    font-size: 100%;
    height: 50px;
    padding: 10px;
    width: 281px;
    color: #808080;
    font: 11px/10px 'Open Sans', sans-serif;
}

#ctrl_12:hover {
    color: #FFF;
}

#ctrl_12_submit {
    margin-right: 0px;
    font-size: 14px;
    font: 14px/10px 'Open Sans', sans-serif;
    color: #025d6b;
    width: 95px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-left: 200px;
}

/*************** JQUERY SLIDERS *****************/
.rsts-caption {
    font: 28px/28px 'Open Sans', sans-serif;
    color: #000 !important;
    text-transform: uppercase;
    background: url("../../files/theme/images/design/captionf.png") repeat-x scroll left top transparent !important;
    margin-right: 20% !important;
    border-radius: 0 !important;
}

.rsts-skin-default .rsts-caption {
    right: 20px !important;
    top: 400px !important;
}

/* .rsts-caption:before {
    content:"";
    width:20px;
    background: url("../../files/theme/images/design/captionleft.png") no-repeat scroll left top transparent;
}
.rsts-caption:after {
    content:"";
    width:20px;
    background: url("../../files/theme/images/design/captionright.png") no-repeat scroll left top transparent;
}
*/
#main .mod_rocksolid_slider {
    margin: auto;
}

/*************** CIRCLES *****************/
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

#slide ul {
    margin: 0px !important;
}

.ch-grid li {
    width: 201px;
    height: 201px;
    display: inline-block;
    margin: 18px !important;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.ch-info-wrap,
.ch-info {
    position: absolute;
    width: 181px;
    height: 181px;
    border-radius: 50%;
}

.ch-info-wrap {
    top: 10px;
    left: 10px;
    background: #F9BB4B;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.9), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    opacity: 0;
    background: #F9BB4B;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
    background-image: url("../../files/theme/images/design/bulle1.png");
}

.ch-img-2 {
    background-image: url("../../files/theme/images/design/bulle2.png");
}

.ch-img-3 {
    background-image: url("../../files/theme/images/design/bulle3.png");
}

.ch-img-4 {
    background-image: url("../../files/theme/images/design/bulle4.png");
}

.ch-info h3 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 30px 15px 0 15px;
    padding: 40px 0 0 0;
    height: 80px;
    font-style: italic;
    line-height: 24px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px 0;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
    display: block;
    color: #e7615e;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
}

.ch-info:hover {
    color: #fff;
    cursor: pointer;
}

.ch-item:hover .ch-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.title {
    height: 145px;
    margin: auto !important;
    padding: 0 !important;
    text-align: center;
    width: 960px;
    float: left;
}

.title li H2 {
    text-align: center !important;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.85);
}

.title li {
    display: inline-block;
    margin: 0px 8px !important;
    width: 220px;
    color: #01717d;
    font: 15px/27px 'Open Sans', sans-serif;
    font-style: italic;
}

.goutte {
    background: url("../../files/theme/images/design/goutte.png") no-repeat;
    width: 55px;
    height: 120px;
    position: absolute;
    z-index: 10000;
    margin-top: 140px;
}

.boutonjaune {
    border: 1px solid #e2dfcc;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 100px;
    text-align: center;
    margin: auto;
    width: 350px;
    padding: 10px;
}

.boutonjaune a {
    font-style: italic;
    color: #01717d;
    text-decoration: none;
    font-size: 17px;
    width: 350px;
}

.boutonjaune:hover a {
    color: #fff;
}

.boutonjaune:hover {
    background-color: #01717d;
    border: 1px solid #fff;
}

.boutonblanc {
    border: 1px solid #e2dfcc;
    border-radius: 8px;
    background-color: #e2dfcc;
    margin-top: 100px;
    text-align: center;
    margin: auto;
    width: 350px;
    padding: 10px;
    margin-bottom: 80px;
}

.boutonblanc a {
    font-style: italic;
    color: #01717d;
    text-decoration: none;
    font-size: 17px;
    width: 350px;
}

.boutonblanc:hover a {
    color: #fff;
}

.boutonblanc:hover {
    background-color: #01717d;
    border: 1px solid #fff;
}

.service {
    float: left;
    margin: 10px;
    width: 300px;
}

.service:hover H3 {
    color: #F9BB4B !important;
}

.service:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.service H3 {
    text-align: center;
}

.service img {
    border-radius: 15px;
    margin-bottom: 15px;
}

.encadre {
    background-color: #7a6b52;
    margin-top: 30px;
    padding: 30px 30px 30px 17px;
}

.encadre p {
    font: italic 17px/22px 'Open Sans', sans-serif !important;
    color: #fff !important;
}

.macaron {
    background: url("../../files/theme/images/design/macaron.png") no-repeat 0 -15px;
    height: 350px;
    width: 351px;
    margin: auto auto 35px;
}

.macaron:hover {
    background: url("../../files/theme/images/design/macaron.png") no-repeat 0 -500px;
}

.important {
    background: #bd9a4d none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-top: 20px;
    padding: 10px 0 13px;
    width: 100%;
}

.page_contact .important {
    margin-bottom: 35px;
}

.important p,
.important h3 {
    padding-left: 25px;
    padding-right: 25px;
}

.important h3 {
    color: #fff !important;
    font-weight: 400 !important;
}

.important p {
    color: #fff !important;
}

.bordurbottom {
    border-bottom: 1px solid #c5a164;
    float: left;
    margin-bottom: 50px;
    margin-top: 60px;
    width: 100%;
    clear: both;
}

/******************************PARRALAX****************************************/
#parallaxWrapper {
    position: relative;
    /* Référence aux enfants en absolute */
    width: 100%;
    height: 350px;
}

#parallaxWrapper [class*="px"] {
    /* Cible tous les enfants contenant la chaine "px" */
    visibility: hidden;
    /* Plugin feature ! (voir les explications) */
    position: absolute;
}

#parallaxWrapper .pxBackground {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* Alternative à top:0;
    left:0;
    width:100%;
    height:100%;
    */
    background: #070707 url(../../files/theme/images/design/fondbulles.jpg) no-repeat;
}

#fondbulles #parallaxWrapper .pxBackground {
    background-position: top center !important;
}

#parallaxWrapper .pxSprite {
    background-position: 0 0;
    height: 350px;
    left: 50%;
    position: fixed;
    top: 5%;
    width: 500px;
    z-index: 99;
    background: url(../../files/theme/images/design/coeurs.png) no-repeat;
}

/*************************************************************/
.top100 {
    margin-top: 100px !important;
}

.bot100 {
    margin-bottom: 100px !important;
}

.bot200 {
    margin-bottom: 200px;
}

.repfaq {
    border-bottom: 1px solid #c5a164;
    margin-bottom: 43px !important;
    padding-bottom: 30px;
    padding-left: 28px;
}

.imgcenter img {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.OsProduit.api .ContenuDetailBillet .BlocDescriptionDetail .Billet .BlocProduit .Description {
    height: 80px !important;
}

.page_acces .col_2 .ce_dlh_googlemaps {
    margin-bottom: 52px;
}

.google {
    background: url("../../files/theme/images/design/googleplus.png") no-repeat center center;
}

.instagram {
    background: url("../../files/theme/images/design/instagram.png") no-repeat center center;
}

.facebook {
    background: url("../../files/theme/images/design/facebook.png") no-repeat center center;
}

.google,
.twitter,
.facebook,
.instagram,
.fr,
.en,
.espacelang {
    float: right;
    height: 40px;
    margin: 20px 5px 0px 5px;
    width: 28px;
}

.google,
.twitter,
.facebook,
.instagram {
    color: transparent;
}

.fr,
.en,
.espacelang {
    color: #fff !important;
    height: 17px;
    margin-top: 32px;
    text-decoration: none;
    width: 26px;
}

.espacelang {
    width: 15px;
}

.image_container figcaption {
    background: #c5a164 none repeat scroll 0 0;
    float: left;
    padding-bottom: 10px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
}

.cor p,
.warning {
    color: #ab8635 !important;
}

.warning strong {
    color: #000 !important;
}

.warning {
    text-transform: uppercase;
    font-weight: 700;
}

.size18 p {
    font-size: 18px !important;
}

/**********************PAGE CADEAUX**********************************/
.encadrecadeaux {
    background: #c10930 url("../../files/theme/images/design/cadeaux.png") no-repeat left center;
    height: 177px;
    border-radius: 100px;
    margin-bottom: 100px;
}

.encadrecadeaux p {
    border-radius: 100px;
    color: #fff !important;
    font: 20px/29px "Open Sans", sans-serif !important;
    margin-bottom: 42px;
    padding-left: 165px !important;
    padding-right: 57px;
    padding-top: 41px;
    text-align: center !important;
    text-transform: uppercase;
}

.bonscadeauxbtn {
    background: #c5a164;
    padding-bottom: 13px;
    padding-top: 21px;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

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

.bonscadeauxbtn p a {
    color: #000 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.bonscadeauxbtn:hover {
    background: #000 !important;
}

.bonscadeauxbtn:hover p a {
    color: #fff !important;
}

.bgrouge {
    background: #c10931 none repeat scroll 0 0;
    padding: 20px 34px 20px 33px;
    margin-top: 43px;
}

.bgrouge p {
    color: #fff !important;
    font: 15px/31px "Open Sans", sans-serif !important;
}

.information {
    font-size: 19px;
    text-transform: uppercase;
}

.confirmation {
    font-weight: bold;
}

.menus {
    background: #000;
    padding: 0px 0px 12px 0px;
    /*border: 3px solid #bd9a4d;
   */
    margin: 25px 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.menus h3 {
    background: #b7a484;
    color: #725a34 !important;
    margin: 0px 0px 25px;
    padding: 15px;
}

.menus p {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
    text-align: center !important;
}

.accesrapide .col_1 {
    border-left: 2px solid #fff;
    padding-left: 29px;
}

.important h2 {
    color: #fff !important;
    padding-left: 25px;
}

.mod_faqpage h3 {
    font-weight: 600 !important;
}

.mod_faqpage .info {
    display: none;
}

.rsts-nav-item::before {
    content: "" !important;
}

.imgSeparation {
    width: 100%;
    text-align: center !important;
    float: left;
    box-sizing: border-box;
}

.imgSeparation img {
    float: none !important;
}

.RGPDcontact {
    margin-top: 10px;
}

.RGPDcontact input {
    width: auto !important;
    float: left;
    margin: 0px 10px 0px 0px;
    height: auto;
}

.RGPDcontact label {
    display: inline !important;
    float: inherit !important;
}
/**

 * Contao Open Source CMS

 *

 * Copyright (C) 2005-2013 Leo Feyer

 *

 * @package Core

 * @link    https://contao.org

 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL

 */



/**

 * Make the wrapping container 960 pixel wide

 */

#wrapper {

    width: 100%;

    margin: 0 auto;

}



#container {

    margin: 0 auto;

}



/**

 * Set the default margin of the grid columns

 */



.clic {

    display: none;



}







/**

 * Automatically clear the floats in the main column, so you do not have to add

 * a clearing div to each article

 */

#main .inside {

    overflow: hidden;

}



/**

 * Reduce the overall width and the width of the grid columns if the screen

 * width is less than 980px (e.g. on a portrait tablet)

 */

@media (min-width:768px) and (max-width:979px) {



    /**

	 * Reduce the overall width TABLETTE

	 */

    #logon {

        display: none;

    }



    #parallaxWrapper {

        height: 1070px;

    }



    #fondbulles {

        float: none;

        margin-top: 35px;

    }



    #right {

        margin-left: 5%;

    }



    .imgleft {

        display: none;

    }



    .rsts-caption {

        margin-left: 5%;

    }



    #wrapper {

        width: 100%;

    }



    footer .inside {

        width: 744px;

        margin: 0 auto;

    }



    .clic {

        display: block;

        float: right;

    }



    .clic a {

        display: block;

        margin-right: 20px;

        color: #deb331;

        background-color: #000;

        text-decoration: none;

        font-weight: 900;

        font: 30px/30px 'Montserrat', sans-serif;

        padding: 10px;

    }



    .page_accueil #chiffres .inside {

        margin: auto;

        width: 100% !important;

    }



    nav {

        position: relative !important;

        top: 0 !important;

    }



    #logo {

        float: left;

        margin-left: 20px;

    }



    header nav>ul>li {

        margin: 0 3px !important;

    }



    header nav>ul>li:nth-child(1) {

        margin-left: 50px;

    }



    header nav {

        display: none;

    }



    #ctrl_email_38 {

        width: 100px;

    }



    #menumobile {

        position: absolute !important;

    }





    #container .inside,

    footer .inside,

    #main .inside,

    #header .inside,

    .page_accueil #chiffres .inside {

        width: 100%;

    }



    footer .inside,

    #main .inside,

    #header .inside {

        margin: 0 auto;

    }



    .page_accueil #slide .inside,

    .page_accueil #slider {

        width: 100% !important;

    }



    .page_accueil .col_1,

    .page_accueil .col_2,

    .page_accueil .col_3 {

        width: 100% !important;

        clear: both;

    }



    .page_accueil #chiffres .col_1,

    .page_accueil #chiffres .col_2,

    .page_accueil #chiffres .col_3,

    .page_accueil #chiffres .col_4,

    .page_accueil #chiffres .col_5 {

        float: left;

        width: 33% !important;

        clear: right;

        margin-bottom: 40px;

    }



    #main .mod_navigation ul {

        width: 423px !important;

    }



    .subcr .mod_rocksolid_slider {

        width: 100% !important;

    }



    .col-33x33x33,

    .col-25x25x25x25 {

        margin: 0 !important;

    }



    #main .mod_navigation {

        display: none;

    }



    #footer .col_2 .col_1,

    #footer .col_2 .col_2 {

        border-left: medium none;

        clear: inherit;

        padding-left: 0;

        width: 38% !important;

    }



    #main .inside .mod_article {

        padding-left: 10px;

        padding-right: 10px;

    }

}



/**

 * Remove all floats and fixed widths if the screen width is less than 768

 * pixel (e.g. on a mobile phone)

 */

@media (max-width:767px) {



    /**

	 * Remove the overall width SMARTPHONE

	 */

    .encadrecadeaux {

        background: #c10930 none;

        height: 256px !important;

    }



    .encadrecadeaux p {

        padding-left: 60px !important

    }



    .mod_breadcrumb ul {

        margin-left: 0 !important;

    }



    .subcl,

    .subcr {

        padding: 0 !important;

    }



    .equalize .subcl {

        padding-right: 23px !important;

    }



    .equalize .subc {

        padding-left: 11px !important;

        padding-right: 11px !important;

    }



    .equalize .subcr {

        padding-left: 23px !important;

    }



    #main .inside {

        padding-left: 10px;

        padding-right: 10px;

    }



    .page_contact .facebook,

    .page_contact .Fr,

    .page_contact .espacelang,

    .page_contact .en {

        display: none;

    }



    .page_contact .col_2,

    .page_contact .col_1 {

        width: 100% !important;

    }



    .float_left.image_container,

    .float_right.image_container {

        float: none !important;

        margin: auto !important;

    }



    .float_left.image_container img,

    .float_right.image_container img {

        width: 100% !important;

    }





    #footer .col_1,

    #footer .col_2,

    #footer .col_3 {

        margin-bottom: 42px;

    }



    #footer .col_3 {

        padding-bottom: 11px;

    }



    #footer .mentions p,

    #footer .mentions {

        float: right !important;

        margin-top: -40px;

        width: auto;

        text-align: inherit;

        padding-right: 18px;

    }



    #footer {

        background: black none;

        min-height: 500px !important;

    }





    #footer .float_left.image_container {

        float: left !important;

    }



    #footer .float_right.image_container {

        float: right !important

    }



    #footer .float_left.image_container img,

    #footer .float_right.image_container img {

        width: auto !important;

    }





    .custom {

        padding-top: 0px !important;

    }



    #fondbulles {

        float: none;

        margin-top: 0px;

    }



    #parallaxWrapper {

        height: 1070px;

    }



    #footer .col_2 .col_1,

    #footer .col_2 .col_2 {

        border-left: medium none;

        clear: inherit;



        width: 38% !important;

    }



    #main .mod_navigation {

        display: none;

    }



    .encadrecadeaux {

        height: 317px;

        border-radius: none !important;

    }



    .navbouton {

        margin-top: 20px !important;

        margin-bottom: 30px;

    }



    .imgleft {

        display: none;

    }



    #wrapper {

        width: auto;

    }



    .clic {

        display: block;

        float: right;

    }



    .clic a {

        display: block;

        margin-right: 20px;

        color: #deb331;

        background-color: #000;

        text-decoration: none;

        font-weight: 900;

        font: 30px/30px 'Montserrat', sans-serif;

        padding: 10px;

    }



    .page_accueil #chiffres {

        clear: both;

        float: left;

        margin-top: 0px !important;

        position: relative !important;

        margin-bottom: 40px;

    }



    .page_accueil #chiffres .col_1,

    .page_accueil #chiffres .col_2,

    .page_accueil #chiffres .col_3,

    .page_accueil #chiffres .col_4,

    .page_accueil #chiffres .col_5 {

        float: left;

        width: 100% !important;

        clear: both;

        margin-bottom: 40px;

    }



    .page_accueil .col_1,

    .page_accueil .col_2,

    .page_accueil .col_3 {

        width: 100% !important;

        clear: both;

    }



    #main {

        width: 100%;

    }



    .col_1,

    .col_2,

    .col_3,

    .col_4,

    .col_5 {

        width: 100% !important;

        clear: both;

    }



    .page_accueil #chiffres .inside {

        margin: auto;

        width: 100% !important;

    }



    .page_accueil #accueil {

        margin: auto;

        width: 100% !important;

    }



    #right {

        display: none !important;

    }



    #main .ce_text img {}



    .page_33 #main img {

        width: 100% !important;

    }



    #main {

        float: none !important;

    }





    #slide {

        height: 230px !important;

        background-position: center center !important;

        background-size: cover !important;

    }



    .page_contact #slide {

        height: 400px !important;

    }



    .page_14 .col_2 div,

    .page_14 .col_1 div,

    .page_accueil #accueil .col_1 div,

    .page_accueil #accueil .col_2 div {

        padding: 0px !important;

    }





    .subcr .mod_rocksolid_slider {

        width: 100% !important;

    }





    #footer .mentionsline {



        text-align: center;

    }



    #footer {

        border-top: 0;

    }





    .logofooter {

        background: none !important;

        margin: auto;

        padding-left: 0 !important;

        width: 250px;

    }



    #footer .mentions a {

        float: inherit !important;

    }



    #footer .tabularasa {

        clear: inherit !important;

        float: inherit !important;

        margin: auto;

        padding-bottom: 15px;

        width: 300px;

        margin-top: 30px !important;

        text-align: center !important;

    }



    #footer .tabularasa a {

        float: inherit;

    }





    #slide H1 {

        font: 900 37px/37px "Montserrat", sans-serif !important;

    }



    #logon img {}



    #logon,

    #logo {

        width: 45%;

    }



    .custom {

        padding-top: 100px;

    }



    .ce_sliderStart,

    .page_accueil .col-50x50,

    #slid .col-33x33x33 {

        margin-left: 0px !important;

    }



    .page_accueil .col-50x50,

    #slid .col-33x33x33 {

        margin-right: 0px !important;

    }



    .page_accueil #slid {

        float: left;

        width: 100%;

    }



    .page_accueil .mod_rocksolid_slider {

        padding-bottom: 30px !important;

    }



    .page_accueil .ce_text.last.block {

        float: left;

    }



    .bulles H4 {

        font-size: 13px !important;

    }



    .leftsubmenu,

    .rsts-caption {

        display: none;

    }



    .page_accueil #main #accueil p {

        font: 15px/17px "Montserrat", sans-serif !important;

    }



    .page_accueil .subcl {

        padding: 0 3px 0 0 !important;

    }



    .page_accueil .subc {

        padding-left: 4px !important;

        padding-right: 4px !important;

    }



    .page_accueil .subcr {

        padding-left: 4px !important;

    }



    .rsts-nav,

    .rsts-prev,

    .rsts-next {

        display: none;

    }



    .box {

        height: auto !important;

        margin-top: 0px !important;

        padding-top: 0px !important;

    }



    header nav {

        display: none;

    }



    #container {

        width: auto;

        margin: 0 auto;

    }



    #header .inside {

        width: auto;

        margin: 0 auto;

    }



    footer .inside {

        width: auto;

        margin: 0 auto;

    }





    table tr td:first-child,

    table tr td {

        font: 13px/14px "Montserrat", Arial, sans-serif !important;

        padding: 0.2em !important;

    }



    /**

	 * Show all columns underneath each other

	 */

    *[class*="grid"],

    .inside>*[class*="grid"] {

        float: none;

        display: block;

        width: auto;

        margin: 0;

    }



}



/**

 * Reduce the overall width and the width of the grid columns if the screen

 * width is less than 980px (e.g. on a portrait tablet)

 */



@media (min-width:1130px) {



    /**

	 * Reduce the overall width GRANDES RESOLUTIONS

	 */

    #logo {

        display: none !important;

    }



    #logon {

        display: block;

    }



    #main nav ul {

        width: 1100px;

    }



    .footerarticle .ce_colsetPart.c33r.col_3.last {

        width: 31%;

    }



    .rsts-caption {

        margin-left: 6%;

    }



    #container {

        width: 1100px;

    }



    .page_accueil #container .inside {

        width: 100%;

    }



    .page_accueil #container #accueil,

    .page_accueil #container #fondbulles {

        width: 100%;

    }



    .page_accueil #container #accueil .col-60x40,

    #fondbulles .col-50x50 {

        width: 1100px;

        margin: auto;

    }



    .page_accueil #slid H1 {

        width: 1100px;

        margin: auto;

    }



    .page_contact #slid,

    .page_contact #slide .inside {

        width: 100% !important;

    }



    footer .inside {

        width: 1100px;

        margin: 0 auto;

    }



    #slide .inside {

        width: 1100px;

    }



    .page_accueil #slide .inside {

        width: 100% !important;

    }

    
    .page_accueil .videosaccueil {

        margin-bottom: auto !important;

        margin-left: auto !important;

        margin-right: auto !important;

        position: relative;

        margin-bottom: 130px!important;

        width: 1100px;

        z-index: 1000000;

    }



    .page_accueil .col-33x33x33 {

        margin-bottom: auto !important;

        margin-left: auto !important;

        margin-right: auto !important;

        position: relative;

        margin-top: -100px;

        width: 1100px;

        z-index: 1000000;

    }



    #footer .col-40x40x20 {

        margin: auto !important;

        width: 1100px;

        z-index: 1000000;

    }



    #footer .c50l,

    #footer .c50r {

        width: 45%;

    }



    .col-25x25x25x25 {

        margin-top: 100px;

    }



    .col-33x33x33 {

        margin-top: 50px;

    }





    #main .inside {

        width: 100%;

        margin: 0 auto;

    }



    #header .inside {

        width: 1100px;

        margin: 0 auto;

    }



    .page_accueil #chiffres .inside {

        width: 1100px;

    }



}





@media (min-width:980px) and (max-width:1129px) {



    /**

	 * FOR BIG SCREENS

	 */

    .logo {

        display: none;

    }



    .facebook {

        width: 75px;

    }



    footer .inside,

    #header .inside,

    .page_accueil #chiffres .inside {

        width: 980px;

    }



    footer .inside,

    #main .inside,

    #header .inside {

        margin: 0 auto;

    }



    .page_accueil #slide .inside {

        width: 100% !important;

    }



    .col-33x33x33,

    .col-25x25x25x25 {

        margin: 0 !important;

    }



    #container {

        width: 980px;

    }



    .page_accueil #container .inside {

        width: 100%;

    }



    .imgleft {

        background: url("../../files/theme/images/design/left.png") right top no-repeat;

        float: left;

        position: absolute;

        width: 30px;

        height: 800px;

    }



    #main .mod_navigation ul {

        width: 100% !important;

    }



    #fondbulles {

        float: none;

        margin-top: 10px;

    }



    #parallaxWrapper {

        height: 400px;

    }

}



@media (min-width:1130px) and (max-width:1240px) {



    /**

	 * FOR BIG SCREENS

	 */

    .imgleft {

        width: 70px;

    }





}



@media (min-width:1241px) and (max-width:1440px) {



    /**

	 * FOR BIG SCREENS

	 */

    .imgleft {

        width: 10%;

    }



    .rsts-skin-default .rsts-caption {

        top: 250px !important;

    }



}



@media (min-width:1441px) and (max-width:1540px) {



    /**

	 * FOR BIG SCREENS

	 */

    .imgleft {

        width: 15%;

    }



    .rsts-skin-default .rsts-caption {

        top: 300px !important;

    }



}



@media (min-width:1541px) and (max-width:1740px) {



    /**

	 * FOR BIG SCREENS

	 */

    .imgleft {

        width: 63%;

    }



    .rsts-skin-default .rsts-caption {

        top: 320px !important;

    }



}
