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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

input[type="search"] {
  -webkit-appearance: textfield; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: auto; }

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

td,
th {
  padding: 0; }




.gauche { text-align: left; }.droite { text-align: right; }.centre { text-align: center; }.justifie { text-align: justify; }

.container {
  height: 100%;
  display: flex;
    justify-content: center;
    align-items: flex-end;
}



.iframe {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 21 /9;
  display: autoplay;
  margin: auto;
  border: 0;
}






.slideshowsuper {
   width: 600px;
   height: 470px;
   overflow: hidden;
   border: 0;
}

.slideshowsuper ul {
   width: 600px;
   height: 470px;
   padding:0; margin:0;
   list-style: none;
}
.slideshowsuper li {
   float: right;
}




/*footer*/
.col_white_amrc { color:#8C8574;}
footer { width:100%; background-color: ; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#8C8574; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#8C8574;}
.footer_ul_amrc li a:hover{ color:#8C8574; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #8C8574; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#8C8574; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#8C8574; border:1px solid #8C8574; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}




/*! MODIFIER  image morphing sympa*/
img.morph {
  width: 400px;
  height: 300px;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
img.morph:hover {
  width: 300px; /* on affiche l'image au carrÃ© */
  height: 300px;
  border-radius: 50%;  /* on arrondit l'image */
  -webkit-transform: rotate(360deg); /* rotation de l'image */
  transform: rotate(360deg);
}

img.rotate {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
img.rotate:hover {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

img.rotateright {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
img.rotateright:hover {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}




/*! MODIFIER  image halo lumineux*/

.light div {
	position: relative;
}
.light ::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.light :hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}







a.zoomAA{
   display: inline-block;
   overflow: hidden;
   position: relative;
   text-decoration: none;
}

a.zoomAA:before{
   display: block;
   background-color: black;
   content: "";
   height: 100%;
   opacity: 0;
   position: absolute;
   width: 100%;
   z-index: 2;
}

a.zoomAA img{
   border: 20px;
   display: block;
   z-index: 1;
}

a.zoomAA:before,a:after,a img{
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease;
}

a.zoomAA:hover img{
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);

}

a.zoomAA:hover:before{
  # opacity: 0.3;     
}

a.zoomAA:hover:after{
   left: 0;
}









/*! MODIFIER  ajouter un background video*/

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#btnVideo {
  color: white;
  font-family: Trebuchet MS;
  font-weight: bold;
  text-align: center;
}


#btnVideo {
  font-size: 1.5rem;
  background: 0;
  border: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}







/*! MODIFIER  comment rÃ©agissent les liens*/


.under {
  text-decoration: underline red;
}

.over {
  text-decoration: wavy overline lime;
}

.line {
  text-decoration: line-through;
}

.plain {
  text-decoration: none;
}

.underover {
  text-decoration: dashed underline overline;
}

.blink {
  text-decoration: blink;
}



.wrapp-menu-account
{
  padding-bottom:10px;
  margin-top:25px;
  margin-bottom:20px;
  margin-bottom: 1.5rem
}
 
.wrapp-menu-account a
{
  color:black;
  position:relative; /* Pour placer le "after" en absolute*/
}

.wrapp-menu-account a:after {
  content : "";
  position:absolute;
  right:0;
  left:0;
  /* Ci-dessous Ã  modifier Ã  ta guise */
  height:23px;
  background-color:grey;
  opacity: 0;
  top:2px;
  transition: 0.1s;
}
 
.wrapp-menu-account a:hover:after
{
        opacity:0.4;
}










/*! MODIFIER  pour tabulation bas de page*/
.footcontainer {
  column-count: 3;
}

column-rule: dotted;

#col_rul {
  padding: 0.3em;
  background: gold;
  border: groove 2px gold;
  column-rule: inset 2px gold;
  column-count: 3;
}







/*! MODIFIER  system menu avec images discographie*/

nav {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: #333;
    color: #fff;
}

.logo {
    font-size: 20px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
}

.menu-icon {
    cursor: pointer;
    display: none;
}

@media (max-width: 800px) {
    .nav-links {
        display: none;
    }
    .menu-icon {
        display: block;
    }
}





/*! MODIFIER  systems de foncer image lors d'un survol souris*/
.fond_image{
background:none;
display:inline-block;
}
.fond_image img{
-moz-transition: opacity 0.9s;
-webkit-transition: opacity 0.9s;
-o-transition: opacity 0.9s;
}
.fond_image img:hover{
opacity:0.4;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
}

iframe {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 21 /9;
  display: autoplay;
  margin: auto;
  border: 0;
}


.gauche { text-align: left; }
.droite { text-align: right; }
.centre { text-align: center; }
.justifie { text-align: justify; }



/*! MODIFIER  ajouter une FONT */
body {
	font-family: 'Roboto', sans-serif;
}
h20 {
	font-family: 'Dancing Script', sans-serif;
}




/*! Make box sizing default for all elements; life becomes easier*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*! HTML5 Boilerplate print styles defaults */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #FFF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: none; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #FFF !important; }

  .label {
    border: 1px solid #FFF; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #FFF !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/*Responsive Fluid Blocks*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.row .col-12 {
  width: 100%; }

.row .col-11 {
  width: 91.66666667%; }

.row .col-10 {
  width: 83.33333333%; }

.row .col-9 {
  width: 75%; }

.row .col-8 {
  width: 66.66666667%; }

.row .col-7 {
  width: 58.33333333%; }

.row .col-6 {
  width: 50%; }

.row .col-5 {
  width: 41.66666667%; }

.row .col-4 {
  width: 33.33333333%; }

.row .col-3 {
  width: 25%; }

.row .col-2 {
  width: 16.66666667%; }

.row .col-1 {
  width: 8.33333333%; }

.clear {
  clear: both;
  height: 0; }

.wrapper:before, .wrapper:after, .content:before, .content:after, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clear:before, .clear:after {
  content: " ";
  display: table; }

.wrapper:after, .content:after, .clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url(https://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nBBQ_Gf4FfI8J4SYljBAylk.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format("woff2"); }
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed auto"), local("RobotoCondensed-auto"), url(https://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2) format("woff2"); }
body {
  background: #000000;
  padding: 0;
  margin: 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1em; }
  @media screen and (max-width: 979px) {
    body {
      padding-top: 40px; } }
  @media screen and (max-width: 359px) {
    body {
      min-width: 320px; } }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.m30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }
  .text-center img {
    margin: 0 auto; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline !important; }

.height-auto {
  height: auto !important;
  max-height: none !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-upper {
  text-transform: none !important; }

.spacer {
  clear: both;
  height: 20px; }

.border-black {
  border: 5px solid ; #000000 }   /* MODIFIER ICI - FOND BANDEAU EN HAUT PAGE */

img.inline {
  display: inline-block !important; }

#header, #middle, #footer {
  display: block;
  position: relative; }
  #header .wrapper, #middle .wrapper, #footer .wrapper {
    width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 1279px) {
      #header .wrapper, #middle .wrapper, #footer .wrapper {
        width: 980px;
        padding: 0 15px; } }
    @media screen and (max-width: 979px) {
      #header .wrapper, #middle .wrapper, #footer .wrapper {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 768px) {
      #header .wrapper, #middle .wrapper, #footer .wrapper {
        min-width: 320px; } }

#header {
  overflow: visible;
  position: relative;
  z-index: 105;
  background: ; }
  #header .wrapper {
    overflow: visible;
    padding: 0 15px; }
    @media screen and (max-width: 979px) {
      #header .wrapper {
        padding-right: 0; } }
  #header .nav-bar {
    height: 80px;
    background:  #000000;     /* MODIFIER ICI - FOND TOUT EN HAUT SOUS LE LOGO*/

    overflow: visible;
    z-index: 110;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("images/decors/fond_entete.png"); }
    @media screen and (max-width: 979px) {
      #header .nav-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 40px; } }
    #header .nav-bar .logo {
      width: 288px;
      height: 60px;
      margin-top: 10px;
      float: left;
      background-repeat: no-repeat;
      background-image: url("images/decors/bg-ip.jpg");
      background-position: 0 0; }
      @media screen and (max-width: 1279px) {
        #header .nav-bar .logo {
          width: 200px;
          height: 37px;
          margin-top: 22px;
          background-position: 0 -60px; } }
      @media screen and (max-width: 979px) {
        #header .nav-bar .logo {
          width: 160px;
          height: 30px;
          margin-top: 4px;
          margin-bottom: 0;
          background-position: 0 -97px; } }
    #header .nav-bar .nav-right {
      position: relative;
      margin-left: 320px;
      height: 80px; }
      @media screen and (max-width: 1279px) {
        #header .nav-bar .nav-right {
          margin-left: 210px; } }
      @media screen and (max-width: 979px) {
        #header .nav-bar .nav-right {
          height: 40px; } }
      #header .nav-bar .nav-right .nav-wrapper {
        display: block;
        padding: 0;
        margin: 0 85px 0 0;
        text-align: right;
        position: relative; }
        @media screen and (max-width: 979px) {
          #header .nav-bar .nav-right .nav-wrapper {
            position: fixed;
            top: 40px;
            right: 0;
            bottom: auto;
            background: transparent;
            padding: 0;
            margin: 0;
            overflow: hidden;
            overflow-y: auto;
            max-width: 0;
            width: 0;
            -webkit-transition: max-width 0.2s ease;
            -moz-transition: max-width 0.2s ease;
            -o-transition: max-width 0.2s ease;
            transition: max-width 0.2s ease; } }
        @media screen and (max-width: 979px) {
          #header .nav-bar .nav-right .nav-wrapper.show-nav {
            bottom: 0;
            background: #000000;      /* MODIFIER ICI - FOND SOUS MINI MENU */
            max-width: 360px;
            width: 360px;
            height: 100%;
            max-height: none; } }
        @media screen and (max-width: 359px) {
          #header .nav-bar .nav-right .nav-wrapper.show-nav {
            max-width: 320px; } }
        #header .nav-bar .nav-right .nav-wrapper .nav {
          list-style: none;
          padding: 0;
          margin: 0; }
          #header .nav-bar .nav-right .nav-wrapper .nav li {
            position: relative;
            display: inline-block;
            list-style: none; }
            #header .nav-bar .nav-right .nav-wrapper .nav li a {
              display: inline-block;
              height: 80px;
              line-height: 80px;
              font-weight: 700;
              font-size: 1.125em;
              color: #E5CBAB;            /* MODIFIER ICI - LIEN MENU */
              text-transform: none ;
              text-decoration: none;
              padding: 0 6px; }
              #header .nav-bar .nav-right .nav-wrapper .nav li a:hover {
                color: #E5CBAB; }           /* MODIFIER ICI - HOVER LIEN MENU EN HAUT */
              @media screen and (max-width: 1279px) {
                #header .nav-bar .nav-right .nav-wrapper .nav li a {
                  font-size: 0.875em; } }
              @media screen and (max-width: 979px) {
                #header .nav-bar .nav-right .nav-wrapper .nav li a {
                  height: 40px;
                  line-height: 40px; } }
@media screen and (max-width : 768px) {
  #header .nav-bar .nav-right .nav-wrapper .nav li a {
    font-size: 1.FFFem; } }
            #header .nav-bar .nav-right .nav-wrapper .nav li.active a {
              color: #; }
            #header .nav-bar .nav-right .nav-wrapper .nav li.has-sub:hover {
              background: #2F2F2F; }     /* MODIFIER ICI - HOVER FOND LIEN  */
              @media screen and (max-width: 979px) {
                #header .nav-bar .nav-right .nav-wrapper .nav li.has-sub:hover {
                  background: none; } }
            #header .nav-bar .nav-right .nav-wrapper .nav li.has-sub .nested-wrap ul li a {
              color: #TRANSPARENT;    /* MODIFIER ICI - COULEUR DES LIENS DANS MENU DEROULÃƒâ€° */
              font-size: 0.889em; }
            #header .nav-bar .nav-right .nav-wrapper .nav li.no-link a {
              cursor: default; }
            @media screen and (max-width: 979px) {
              #header .nav-bar .nav-right .nav-wrapper .nav li {
                display: block;
                text-align: left; }
                #header .nav-bar .nav-right .nav-wrapper .nav li a {
                  padding: 0 10px;
                  display: block;
                  border-bottom: 1px solid #ffffff; }
                  #header .nav-bar .nav-right .nav-wrapper .nav li a:hover {
                    background: #2f2f2f; } }      /* MODIFIER ICI - fond ON HOVER du LIEN en mode mini menu */
            #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap {
              display: block;
              height: 0;
              max-height: 0;
              overflow: hidden;
              position: absolute;
              left: 0;
              top: 80px;
              width: 200px;
              z-index: 5;
              -moz-transition: max-height 0.7s ease;
              -webkit-transition: max-height 0.7s ease;
              transition: max-height 0.7s ease; }
              @media screen and (max-width: 979px) {
                #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap {
                  display: block;
                  width: auto;
                  height: auto;
                  max-height: none;
                  position: relative;
                  top: auto;
                  left: auto;
                  right: auto;
                  bottom: auto; } }
              #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul {
                display: block;
                padding: 0;
                margin: 0;
                background: #2F2F2F; }    /* MODIFIER ICI - FOND SOUS MENU DEROULANT */
                @media screen and (max-width: 979px) {
                  #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul {
                    background: none;
                    border-top: 0 none; } }
                #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul li {
                  padding: 0;
                  display: block;
                  height: auto;
                  min-height: 0;
                  float: none;
                  width: auto;
                  border-bottom: 1px solid #000000; }  /* MODIFIER ICI - TRAITS ENTRE LIENS SOUS MENU DEROULANT */
                  #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul li:last-of-type {
                    border-bottom: 0 none; }
                  #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul li a {
                    text-align: left;
                    display: block;
                    line-height: 1;
                    height: auto;
                    padding: 10px 10px;
                    font-weight: 400;
                    cursor: pointer; }
                    @media screen and (max-width: 979px) {
                      #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul li a {
                        padding: 10px 20px; } }
                  #header .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap ul li a:hover {
                    color: #AE292D; }     /* MODIFIER ICI - COULEUR HOVER LIEN SOUS MENU DEROULANT */
            #header .nav-bar .nav-right .nav-wrapper .nav li:hover .nested-wrap {
              height: auto;
              max-height: 1500px; }
              @media screen and (max-width: 768px) {
                #header .nav-bar .nav-right .nav-wrapper .nav li:hover .nested-wrap {
                  padding-top: 0; } }
            #header .nav-bar .nav-right .nav-wrapper .nav li:last-of-type .nested-wrap {
              left: auto;
              right: -3px; }
              @media screen and (max-width: 979px) {
                #header .nav-bar .nav-right .nav-wrapper .nav li:last-of-type .nested-wrap {
                  right: auto; } }
      #header .nav-bar .nav-right a.btn-nav {
        display: none; }
        @media screen and (max-width: 979px) {
          #header .nav-bar .nav-right a.btn-nav {
            display: block;
            width: 45px;
            height: 40px;
            padding-top: 19px;
            text-align: center;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            float: right; }
            #header .nav-bar .nav-right a.btn-nav span, #header .nav-bar .nav-right a.btn-nav span:before, #header .nav-bar .nav-right a.btn-nav span:after {
              height: 3px;
              width: 20px;
              background: #FFFFFF;      
              position: absolute;
              display: block;
              content: '';
              margin-left: 12px; }
            #header .nav-bar .nav-right a.btn-nav span:before {
              top: -7px;
              margin-left: 0; }
            #header .nav-bar .nav-right a.btn-nav span:after {
              bottom: -7px;
              margin-left: 0; }
            #header .nav-bar .nav-right a.btn-nav span, #header .nav-bar .nav-right a.btn-nav span:before, #header .nav-bar .nav-right a.btn-nav span:after {
              transition: all 200ms ease-in-out; }
            #header .nav-bar .nav-right a.btn-nav:hover span, #header .nav-bar .nav-right a.btn-nav:hover span:before, #header .nav-bar .nav-right a.btn-nav:hover span:after {
              background: #FFFFFF; }
            #header .nav-bar .nav-right a.btn-nav.active {
              background: #272727; }
            #header .nav-bar .nav-right a.btn-nav.active span {
              background-color: transparent; }
            #header .nav-bar .nav-right a.btn-nav.active span:before, #header .nav-bar .nav-right a.btn-nav.active span:after {
              top: 0;
              background: #FFFFFF; }
            #header .nav-bar .nav-right a.btn-nav.active span:before {
              transform: rotate(45deg); }
            #header .nav-bar .nav-right a.btn-nav.active span:after {
              transform: rotate(-45deg); } }
      #header .nav-bar .nav-right a.btn-login {
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 20px;
        right: 40px;
        z-index: 1;
        cursor: pointer; }
        #header .nav-bar .nav-right a.btn-login:after {
          display: inline-block;
          content: '';
          background: url("") no-repeat -36px 0;
          width: 18px;
          height: 18px;
          margin-top: 11px; }
        #header .nav-bar .nav-right a.btn-login:hover:after {
          background-position: -36px -36px; }
        @media screen and (max-width: 979px) {
          #header .nav-bar .nav-right a.btn-login {
            right: 85px;
            top: 0; } }
      #header .nav-bar .nav-right .search-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        float: right;
        width: 0%;
        min-width: 40px;
        height: 80px;
        overflow: hidden;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        transition: all linear 0.1s;
        -webkit-backface-visibility: hidden; }
        @media screen and (max-width: 979px) {
          #header .nav-bar .nav-right .search-wrapper {
            right: 45px;
            height: 40px; } }
        #header .nav-bar .nav-right .search-wrapper .inpt-search {
          outline: none;
          width: 235px;
          height: 40px;
          color: #F9F4F7;
          font-size: 1em;
          padding: 0 10px;
          line-height: 40px;
          border: 0;
          background: #d4d4d4;
          position: absolute;
          top: 20px;
          right: 80px;
          z-index: 2; }
          @media screen and (max-width: 979px) {
            #header .nav-bar .nav-right .search-wrapper .inpt-search {
              top: 0; } }
        #header .nav-bar .nav-right .search-wrapper input[type="search"].inpt-search {
          -webkit-appearance: none;
          -webkit-border-radius: 0px; }
        #header .nav-bar .nav-right .search-wrapper .btn-search, #header .nav-bar .nav-right .search-wrapper .btn-search-toggle {
          display: block;
          width: 40px;
          height: 40px;
          padding: 0;
          text-align: center;
          position: absolute;
          top: 20px;
          right: 0;
          z-index: 1;
          cursor: pointer; }
          #header .nav-bar .nav-right .search-wrapper .btn-search:after, #header .nav-bar .nav-right .search-wrapper .btn-search-toggle:after {
            display: inline-block;
            content: '';
            background: url("") no-repeat 0 0;
            width: 18px;
            height: 18px;
            margin-top: 11px; }
          #header .nav-bar .nav-right .search-wrapper .btn-search:hover:after, #header .nav-bar .nav-right .search-wrapper .btn-search-toggle:hover:after {
            background-position: 0 -36px; }
          @media screen and (max-width: 979px) {
            #header .nav-bar .nav-right .search-wrapper .btn-search, #header .nav-bar .nav-right .search-wrapper .btn-search-toggle {
              top: 0; } }
        #header .nav-bar .nav-right .search-wrapper button.btn-search {
          outline: 0;
          border: 0;
          padding: 0;
          margin: 0;
          line-height: 40px;
          background: #3b3b3b;
          right: 40px; }
        #header .nav-bar .nav-right .search-wrapper.open {
          width: 315px; }
          @media screen and (max-width: 359px) {
            #header .nav-bar .nav-right .search-wrapper.open {
              width: 275px; } }
          #header .nav-bar .nav-right .search-wrapper.open .btn-search-toggle {
            background: #3b3b3b;
            border-left: 1px solid #555555; }
            #header .nav-bar .nav-right .search-wrapper.open .btn-search-toggle:after {
              background-position: -18px 0; }
            #header .nav-bar .nav-right .search-wrapper.open .btn-search-toggle:hover:after {
              background-position: -18px -36px; }
          #header .nav-bar .nav-right .search-wrapper.open .btn-search:hover:after {
            background-position: 0 -36px; }
          @media screen and (max-width: 359px) {
            #header .nav-bar .nav-right .search-wrapper.open input.inpt-search {
              width: 195px; } }
  #header .social-bar {
    height: 40px;
    background: #FFFFFF;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(""); }
    #header .social-bar .member {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 40px;
      float: left; }
      #header .social-bar .member li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
        line-height: 38px;
        font-weight: 400;
        color: #000;
        text-transform: none;
        font-size: 0.875em; }
        #header .social-bar .member li a {
          color: #000;
          font-weight: 700;
          text-decoration: none;
          padding: 0;
          font-size: 0.875em;
          -webkit-opacity: 0.85;
          -moz-opacity: 0.85;
          opacity: 0.85; }
          #header .social-bar .member li a:before {
            content: '';
            display: block;
            float: left;
            width: 16px;
            height: 14px;
            background: url("") no-repeat 0 0;
            margin: 14px 8px 0 0; }
          #header .social-bar .member li a:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1; }
    #header .social-bar .social-links {
      list-style: none;
      padding: 0;
      margin: 8px 10px 7px 0;
      float: right; }
      #header .social-bar .social-links li {
        display: block;
        float: left;
        width: 25px;
        height: 25px;
        margin: 0 2px;
        background-image: url("");
        background-repeat: no-repeat;
        opacity: .7;
        -webkit-opacity: .7;
        -moz-opacity: .7; }
        #header .social-bar .social-links li a {
          display: block;
          height: 25px;
          width: 25px;
          text-decoration: none; }
        #header .social-bar .social-links li.twitter {
          background-position: 0 0; }
        #header .social-bar .social-links li.facebook {
          background-position: -25px 0; }
        #header .social-bar .social-links li.bit {
          background-position: -50px 0; }
        #header .social-bar .social-links li.youtube {
          background-position: -75px 0; }
        #header .social-bar .social-links li.instagram {
          background-position: -100px 0;
          margin: 0 5px; }
        #header .social-bar .social-links li.spotify {
          background-position: -125px 0; }
        #header .social-bar .social-links li.newsletter {
          background-position: -150px 0; }
        #header .social-bar .social-links li.apple {
          background-image: url("");
          background-position: -21px 1px; }
        #header .social-bar .social-links li:hover {
          opacity: 1;
          -webkit-opacity: 1;
          -moz-opacity: 1; }
        #header .social-bar .social-links li:last-of-type {
          margin-right: 0; }
  #header.fixed {
    padding-top: 40px; }
    #header.fixed .nav-bar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 40px; }
      #header.fixed .nav-bar .logo {
        width: 160px;
        height: 30px;
        margin-top: 5px;
        margin-bottom: 0;
        background-position: 0 -97px; }
      #header.fixed .nav-bar a.btn-login {
        top: 0; }
      #header.fixed .nav-bar .nav-right {
        height: 40px; }
        #header.fixed .nav-bar .nav-right .nav-wrapper .nav li a {
          height: 40px;
          line-height: 40px;
          font-size: 1em; }
          @media screen and (max-width: 1279px) {
            #header.fixed .nav-bar .nav-right .nav-wrapper .nav li a {
              font-size: 0.875em; } }
        #header.fixed .nav-bar .nav-right .nav-wrapper .nav li .nested-wrap {
          top: 40px; }
        #header.fixed .nav-bar .nav-right .search-wrapper {
          height: 40px; }
          #header.fixed .nav-bar .nav-right .search-wrapper .inpt-search {
            top: 0; }
          #header.fixed .nav-bar .nav-right .search-wrapper .btn-search, #header.fixed .nav-bar .nav-right .search-wrapper .btn-search-toggle {
            top: 0; }










#footer {
  background:  ;		  /* MODIFIER ICI - le fond du footer */
  padding: 25px 0 0;
  color: ;
  font-size: 0.813em; }
  #footer .logo {
    display: block;
    width: 160px;
    height: 30px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-image: url("");
    background-position: 0 -97px; }
  #footer .row:first-of-type {
    border-bottom: 1px solid #3b3b3b;
    padding: 10px 0; }
  #footer .social-links {
    display: block;
    width: 260px;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .social-links li {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 2px;
      background-image: url("");
      background-repeat: no-repeat;
      opacity: .7;
      -webkit-opacity: .7;
      -moz-opacity: .7; }
      #footer .social-links li a {
        display: block;
        height: 25px;
        width: 25px;
        text-decoration: none; }
      #footer .social-links li.twitter {
        background-position: 0 0; }
      #footer .social-links li.facebook {
        background-position: -25px 0; }
      #footer .social-links li.bit {
        background-position: -50px 0; }
      #footer .social-links li.youtube {
        background-position: -75px 0; }
      #footer .social-links li.instagram {
        background-position: -100px 0;
        margin: 0 5px; }
      #footer .social-links li.spotify {
        background-position: -125px 0; }
      #footer .social-links li.newsletter {
        background-position: -150px 0; }
      #footer .social-links li.apple {
        background-image: url("");
        background-position: -21px 1px; }
      #footer .social-links li:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1; }
      #footer .social-links li:first-of-type {
        margin-left: 0; }
  #footer .footer-links {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 3px 0 0;
    float: right; }
    @media screen and (max-width: 768px) {
      #footer .footer-links {
        float: left;
        margin-left: -10px; } }
    #footer .footer-links li {
      display: inline-block;
      padding: 0;
      margin: 0;
      text-transform: none; }
      #footer .footer-links li a {
        display: block;
        padding: 0 5px; }
  #footer a {
    color: #000000;
    text-decoration: none; }
  #footer a:hover {
    color: #000000; }

#middle {
  font-size: 1em;
  background: #TRANSPARENT;
  color: #F9F4F7; }
  #middle hr {
    margin: 15px 0;
    border-top: 1px solid #F9F4F7;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    height: 1px; }
  #middle .bg-white, #middle .box-white {
    background-color: #TRANSPARENT; }
    #middle .bg-white hr, #middle .box-white hr {
      border-color: #d9d9d9; }
    #middle .bg-white .box-inherit, #middle .box-white .box-inherit {
      background-color: white; }
  #middle .bg-offwhite, #middle .box-offwhite {
    background-color: #e6e6e6; }
    #middle .bg-offwhite hr, #middle .box-offwhite hr {
      border-color: #bfbfbf; }
    #middle .bg-offwhite .box-inherit, #middle .box-offwhite .box-inherit {
      background-color: white; }
  #middle .bg-red, #middle .box-red {
    background-color: #TRANSPARENT;
    color: #TRANSPARENT; }
    #middle .bg-red hr, #middle .box-red hr {
      border-color: #e0494d; }
    #middle .bg-red .box-inherit, #middle .box-red .box-inherit {
      background-color: #e0494d; }
  #middle .bg-yellow, #middle .box-yellow {
    background-color: #e7ac31;
    color: #TRANSPARENT; }
    #middle .bg-yellow hr, #middle .box-yellow hr {
      border-color: #efc876; }
    #middle .bg-yellow .box-inherit, #middle .box-yellow .box-inherit {
      background-color: #efc876; }
  #middle .bg-black, #middle .box-black {
    background-color: ;            /* MODIFIER ICI - FOND DU CORPS MILIEU DU SITE */
    color: #TRANSPARENT; }
    #middle .bg-black hr, #middle .box-black hr {
      border-color: #3b3b3b; }
    #middle .bg-black .box-inherit, #middle .box-black .box-inherit {
      background-color: #3b3b3b; }
  #middle .bg-lightblack, #middle .box-lightblack {
    background-color: #3b3b3b;
    color: #TRANSPARENT; }
    #middle .bg-lightblack hr, #middle .box-lightblack hr {
      border-color: #626262; }
    #middle .bg-lightblack .box-inherit, #middle .box-lightblack .box-inherit {
      background-color: #626262; }
  #middle div[class^="row-"].bg-white {
    background-image: url("../img/bg-white.gif");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto; }
  #middle div[class^="row-"].bg-offwhite {
    background-image: url("../img/bg-offwhite.gif");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto; }
  #middle div[class^="row-"].bg-red {
    background-image: url("../img/bg-red.gif");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto; }
  #middle div[class^="row-"].bg-yellow {
    background-image: url("../img/bg-yellow.gif");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto; }
  #middle div[class^="row-"].bg-black {
    background-image: url("../images/decors/bg-ip.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: auto; }
  #middle .red {
    color: #FFFFFF; }
  #middle .yellow {
    color: #e7ac31; }
  #middle .black {
    color: #F9F4F7; }
  #middle .white {
    color: #FFFFFF; }
  #middle .grey {
    color: #555555; }
  #middle .green {
    color: #418d3b; }
  #middle a.external {
    display: inline-block; }
    #middle a.external:after {
      content: '';
      display: inline-block;
      width: 11px;
      height: 9px;
      background: url("") no-repeat 0 0;
      margin: 2px 0 0 5px;
      float: right;
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5; }
    #middle a.external:hover:after {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
  #middle .spacer {
    clear: both;
    height: 25px; }
  @media screen and (max-width: 979px) {
    #middle {
      font-size: 0.875em; } }
  #middle h1, #middle h2, #middle h3, #middle h4, #middle h5, #middle h6,
  #middle .h1, #middle .h2, #middle .h3, #middle .h4, #middle .h5, #middle .h6 {
    text-transform: none;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1em; }
  #middle h1, #middle .h1 {
    font-size: 2.125em; }
    @media screen and (max-width: 979px) {
      #middle h1, #middle .h1 {
        font-size: 1.875em; } }
    @media screen and (max-width: 768px) {
      #middle h1, #middle .h1 {
        font-size: 1.714em; } }
  #middle h2, #middle .h2 {
    font-size: 2.FFFem; }
    @media screen and (max-width: 979px) {
      #middle h2, #middle .h2 {
        font-size: 1.750em; } }
    @media screen and (max-width: 768px) {
      #middle h2, #middle .h2 {
        font-size: 1.429em; } }
  #middle h3, #middle .h3 {
    font-size: 1.750em; }
    @media screen and (max-width: 979px) {
      #middle h3, #middle .h3 {
        font-size: 1.625em; } }
    @media screen and (max-width: 768px) {
      #middle h3, #middle .h3 {
        font-size: 1.286em; } }
  #middle h4, #middle .h4 {
    font-size: 1.375em; }
    @media screen and (max-width: 979px) {
      #middle h4, #middle .h4 {
        font-size: 1.250em; } }
@meida screen and (max-width : 768px) {
  #middle h4, #middle .h4 {
    font-size: 1.143em; } }
  #middle h5, #middle .h5 {
    font-size: 1.250em; }
@meida screen and (max-width : 979px) {
  #middle h5, #middle .h5 {
    font-size: 1.125em; } }
@meida screen and (max-width : 768px) {
  #middle h5, #middle .h5 {
    font-size: 1.FFFem; } }
  #middle h6, #middle .h6 {
    font-size: 1.125em; }
@meida screen and (max-width : 979px) {
  #middle h6, #middle .h6 {
    font-size: 1.FFFem; } }
@meida screen and (max-width : 768px) {
  #middle h6, #middle .h6 {
    font-size: 1.FFFem; } }
  #middle p {
    padding: 0;
    margin: 0 0 15px;
    line-height: 1.3em; }
  #middle .font-big {
    font-size: 1.286em;
    font-weight: 400; }
    @media screen and (max-width: 979px) {
      #middle .font-big {
        font-size: 1.125em; } }
  #middle .font-light {
    font-weight: 300; }
  #middle .font-auto {
    font-weight: 700; }
  #middle ul li, #middle ol li {
    margin-bottom: 5px; }
  #middle strong, #middle .auto {
    font-weight: 700; }
  #middle img {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto; }
  #middle a {
    color: #726555;     /* MODIFIER ICI - COULEUR LIENS DE PAGE */
    text-decoration: none;
    font-weight: 700; }
    #middle a:hover {
      color: #494952; }    /* MODIFIER ICI - HOVER LIENS DE PAGE */
  #middle .bg-red a {
    color: #e7ac31; }
    #middle .bg-red a:hover {
      color: #b68215; }
  #middle table {
    width: 100%;
    margin-bottom: 15px; }
    #middle table thead tr th {
      text-align: left;
      padding: 0 7px 5px;
      border-bottom: 2px solid #555555;
      border-right: 1px solid #555555; }
      #middle table thead tr th:last-of-type {
        border-right: 0 none; }
    #middle table tbody tr td {
      padding: 5px 7px;
      border-bottom: 1px solid #555555; }
    #middle table tbody tr:hover td {
      background: #F9F4F7;
      background: rgba(0, 0, 0, 0.4); }
  #middle #twitter-feed {
    text-align: center; }
    @media screen and (max-width: 639px) {
      #middle #twitter-feed {
        padding-left: 0;
        padding-right: 0; 
        max-width: none;
        overflow: hidden;
        margin: 0 auto;

      } 
      #middle #twitter-feed #twitter-widget-0 {        
        width: calc(100vw - 100px) !important;
      } 
    }
  #middle .row-title {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
    vertical-align: text-bottom; }
    #middle .row-title h1, #middle .row-title h2, #middle .row-title h3, #middle .row-title h4, #middle .row-title h5, #middle .row-title h6 {
      margin-bottom: 0;
      float: left;
      line-height: 1.1em; }
    #middle .row-title .link {
      text-transform: none;
      font-weight: 800;
      bottom: 0;
      position: absolute;
      right: 0; }
    #middle .row-title p {
      display: block;
      clear: both;
      margin: 0;
      padding: 5px 0 0; }
  #middle .row-filter {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 0 15px; }
  #middle .filter-container {
    float: right;
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      #middle .filter-container {
        float: none;
        display: block;
        clear: both; } }
    #middle .filter-container label {
      font-weight: 700;
      text-transform: none;
      line-height: 1; }
      @media screen and (max-width: 639px) {
        #middle .filter-container label {
          display: block;
          padding-bottom: 5px; } }
    #middle .filter-container select {
      min-width: 150px;
      margin-left: 10px;
      background: #000000;
      color: #F9F4F7;
      border: 1px solid #e6e6e6;
      padding: 4px 5px;
      outline: none;
      font-size: 0.875em; }
      @media screen and (max-width: 639px) {
        #middle .filter-container select {
          margin-left: 0;
          width: 100%; } }
  #middle .row-banner {
    position: relative;
    padding: 0;
    margin: 0 auto;
    background: transparent; }        /* MODIFIER ICI - FOND GENERAL */
    #middle .row-banner .list {
      width: 100%;
      height: auto;
      position: relative;
      padding: 0;
      margin: 0;
      display: block;
      list-style: none; }
      #middle .row-banner .list li {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style: none; }
        #middle .row-banner .list li img.img {
          position: relative;
          z-index: 1;
          width: 100%;
          height: auto;
          padding: 0;
          margin: 0;
          vertical-align: top; }
        #middle .row-banner .list li div.txt {
          position: absolute;
          z-index: 2;
          padding: 20px;
          margin-left: -630px;
          top: 40px;
          left: 50%;
          width: 600px;
          background-color: white;
          background-color: rgba(255, 255, 255, 0.75); }
          @media screen and (max-width: 1279px) {
            #middle .row-banner .list li div.txt {
              width: 485px;
              margin-left: -485px; } }
          @media screen and (max-width: 979px) {
            #middle .row-banner .list li div.txt {
              position: relative;
              top: auto;
              left: auto;
              margin: 0;
              background-color: none;
              width: 100%; } }
          @media screen and (max-width: 768px) {
            #middle .row-banner .list li div.txt {
              padding: 10px; } }
          #middle .row-banner .list li div.txt h2 {
            padding: 0;
            margin: 0 0 5px;
            font-size: 2.313em;
            line-height: 1;
            text-transform: none;
            color: #FFFFFF; }
            @media screen and (max-width: 1279px) {
              #middle .row-banner .list li div.txt h2 {
                font-size: 2.FFFem; } }
            @media screen and (max-width: 768px) {
              #middle .row-banner .list li div.txt h2 {
                font-size: 1.313em; } }
          #middle .row-banner .list li div.txt p {
            padding: 0;
            margin: 0 0 15px;
            font-size: 1em;
            line-height: 1.3em;
            font-weight: 400; }
            @media screen and (max-width: 979px) {
              #middle .row-banner .list li div.txt p {
                color: #FFFFFF;
                font-size: 1em; } }
          #middle .row-banner .list li div.txt .btn-more {
            position: relative;
            display: inline-block;
            padding: 10px 12px;
            margin: 0;
            border: 0 none;
            text-transform: none;
            text-decoration: none !important;
            text-align: center;
            font-family: inherit;
            font-size: 1em;
            font-weight: 700;
            color: #FFF !important;
            line-height: 1em;
            background: #FFFFFF;
            -webkit-transition: background-color 0.1s linear;
            -moz-transition: background-color 0.1s linear;
            -o-transition: background-color 0.1s linear;
            transition: background-color 0.1s linear; }
            #middle .row-banner .list li div.txt .btn-more:focus, #middle .row-banner .list li div.txt .btn-more:hover {
              background: #000000; }
          #middle .row-banner .list li div.txt.bg-black {
            background-color: black;
            background-color: rgba(0, 0, 0, 0.65);
            background-image: none; }
            #middle .row-banner .list li div.txt.bg-black h2 {
              color: #e7ac31; }
            #middle .row-banner .list li div.txt.bg-black p {
              color: #FFFFFF; }
            @media screen and (max-width: 979px) {
              #middle .row-banner .list li div.txt.bg-black {
                background-color: none; } }
          #middle .row-banner .list li div.txt.bg-white {
            background-image: none; }
            #middle .row-banner .list li div.txt.bg-white p {
              color: none; }
              @media screen and (max-width: 979px) {
                #middle .row-banner .list li div.txt.bg-white p {
                  color: #FFFFFF; } }
        #middle .row-banner .list li a.link {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 3; }
    #middle .row-banner .banner-pager {
      text-align: right;
      padding: 0 25px 0 0;
      margin: 0;
      width: 100%;
      z-index: 101;
      position: absolute;
      bottom: 10px;
      overflow: hidden; }
      @media screen and (max-width: 979px) {
        #middle .row-banner .banner-pager {
          bottom: auto;
          top: 0; } }
      #middle .row-banner .banner-pager span {
        font-family: arial;
        font-size: 60px;
        width: 25px;
        height: 25px;
        display: inline-block;
        color: #f5f5f5;
        cursor: pointer;
        -webkit-opacity: .65;
        -moz-opacity: .65;
        opacity: .65; }
        #middle .row-banner .banner-pager span.cycle-pager-active {
          -webkit-opacity: 1;
          -moz-opacity: 1;
          opacity: 1; }
        #middle .row-banner .banner-pager span:hover {
          -webkit-opacity: 1;
          -moz-opacity: 1;
          opacity: 1; }
  #middle .row-banner-2 {
    position: relative;
    overflow: hidden;
    background: #000000; }             /* MODIFIER ICI - FOND SOUS TEXTE BIENVENUE SOUS BANNIERE */
    #middle .row-banner-2 img {
      width: 100%;
      max-width: none; }
    #middle .row-banner-2 .txt {
      padding: 10px 15px;
      position: relative;
      margin: 0;
      z-index: 2;
      color: #TRANSPARENT; }
      @media screen and (max-width: 1279px) {
        #middle .row-banner-2 .txt {
          margin: 0 -15px; } }
      @media screen and (max-width: 979px) {
        #middle .row-banner-2 .txt {
          max-width: none;
          width: auto;
          position: relative;
          float: none; } }
      #middle .row-banner-2 .txt small {
        font-size: 90%; }
      #middle .row-banner-2 .txt h1, #middle .row-banner-2 .txt h2, #middle .row-banner-2 .txt h3 {
        margin-bottom: 0; }
  #middle .row-news-carousel {
    position: relative; }
    #middle .row-news-carousel .row-title .link {
      margin-right: 65px; }
    #middle .row-news-carousel .list {
      padding: 0;
      margin: 0 -10px;
      display: block;
      list-style: none;
      height: 400px; }
      @media screen and (max-width: 359px) {
        #middle .row-news-carousel .list {
          margin: 0; } }
      #middle .row-news-carousel .list li {
        display: inline-block;
        list-style: none;
        padding: 0 10px;
        margin: 0;
        height: 400px; }
        @media screen and (max-width: 359px) {
          #middle .row-news-carousel .list li {
            padding: 0; } }
        #middle .row-news-carousel .list li .item {
          position: relative;
          display: block;
          padding: 0;
          margin: 0 auto;
          background: #TRANSPARENT;
          height: 400px;
          max-width: 280px;
          white-space: normal;
          overflow: hidden; }
          #middle .row-news-carousel .list li .item div.img {
            display: block;
            background: none;
            text-align: center;
            padding: 0;
            margin: 0;
            max-height: 175px;
            overflow: hidden; }
            #middle .row-news-carousel .list li .item div.img img {
              max-width: 280px;
              max-height: 165px;
              width: auto;
              height: auto;
              display: block;
              margin: 0 auto;
              vertical-align: top; }
          #middle .row-news-carousel .list li .item div.txt {
            display: block;
            padding: 10px 15px; }
            #middle .row-news-carousel .list li .item div.txt h3 {
              line-height: 1em;
              padding: 0;
              margin: 0 0 10px;
              word-wrap: normal;
              text-transform: none;
              color: #333333;
              font-weight: 700;
              font-size: 1.250em; }
            #middle .row-news-carousel .list li .item div.txt small {
              display: block;
              padding: 0;
              margin: 0;
              line-height: 1;
              color: #7b7b7b;
              font-size: 0.875em; }
            #middle .row-news-carousel .list li .item div.txt p {
              font-weight: 300;
              font-size: 0.875em;
              line-height: 1.3em;
              padding: 0;
              margin: 0 0 10px; }
              @media screen and (max-width: 979px) {
                #middle .row-news-carousel .list li .item div.txt p {
                  font-size: 1em; } }
            #middle .row-news-carousel .list li .item div.txt .btn-more {
              position: relative;
              display: inline-block;
              padding: 10px 12px;
              margin: 0;
              border: 0 none;
              text-transform: none;
              text-decoration: none !important;
              text-align: center;
              font-family: inherit;
              font-size: 1em;
              font-weight: 700;
              color: #FFF !important;
              line-height: 1em;
              background: #555555;
              -webkit-transition: background-color 0.1s linear;
              -moz-transition: background-color 0.1s linear;
              -o-transition: background-color 0.1s linear;
              transition: background-color 0.1s linear;
              position: absolute;
              bottom: 10px; }
              #middle .row-news-carousel .list li .item div.txt .btn-more:focus, #middle .row-news-carousel .list li .item div.txt .btn-more:hover {
                background: #2f2f2f; }
          #middle .row-news-carousel .list li .item a.link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 3; }
          #middle .row-news-carousel .list li .item:hover div.txt .btn-more {
            background: #2f2f2f; }
    #middle .row-news-carousel.bg-white .list li .item {
      border: 1px solid #e6e6e6; }
  #middle .row-news-top {
    padding: 25px 0 25px; }
    #middle .row-news-top .featured-img {
      /*margin-top:25px;*/
      margin-bottom: 15px;
      display: block;
      border: 5px solid #a6a6a6; }
      @media screen and (max-width: 768px) {
        #middle .row-news-top .featured-img {
          margin-top: 0;
          margin-bottom: 5px;
          max-height: 200px; } }
  #middle .row-news {
    padding: 25px 0 25px;
    overflow: hidden; }
    #middle .row-news .news-list {
      padding: 0;
      margin: 0;
      display: block;
      list-style: none;
      overflow: hidden; }
      #middle .row-news .news-list li {
        list-style: none;
        overflow: hidden;
        display: inline-block;
        width: 25%;
        float: left;
        margin: 0 0 20px;
        padding: 0 10px;
        border-right: 1px solid #555555; }
        @media screen and (min-width: 980px) {
          #middle .row-news .news-list li:nth-of-type(4n) {
            border-right: 0 none; } }
        @media screen and (max-width: 979px) {
          #middle .row-news .news-list li {
            width: 33%; }
            #middle .row-news .news-list li:nth-of-type(3n) {
              border-right: 0 none; } }
        @media screen and (max-width: 639px) {
          #middle .row-news .news-list li {
            width: 50%; }
            #middle .row-news .news-list li:nth-of-type(2n) {
              border-right: 0 none; } }
        @media screen and (max-width: 360px) {
          #middle .row-news .news-list li {
            width: 100%;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-right: 0 none;
            border-bottom: 1px solid #e6e6e6; }
            #middle .row-news .news-list li:last-of-type {
              border-bottom: 0 none; } }
        @media screen and (max-width: 359px) {
          #middle .row-news .news-list li {
            padding: 0; } }
        #middle .row-news .news-list li .item {
          position: relative;
          display: block;
          padding: 0;
          margin: 0 auto;
          height: 400px;
          max-width: 280px;
          white-space: normal;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            #middle .row-news .news-list li .item {
              height: 350px; } }
          @media screen and (max-width: 360px) {
            #middle .row-news .news-list li .item {
              height: auto; } }
          #middle .row-news .news-list li .item div.img {
            display: block;
            background: none;
            padding: 0;
            margin: 0;
            text-align: center;
            max-height: 175px;
            overflow: hidden; }
            #middle .row-news .news-list li .item div.img img {
              max-width: 280px;
              max-height: 175px;
              width: auto;
              height: auto;
              display: block;
              margin: 0 auto;
              vertical-align: top; }
          #middle .row-news .news-list li .item div.txt {
            display: block;
            padding: 10px 0; }
            #middle .row-news .news-list li .item div.txt h3 {
              line-height: 1em;
              padding: 0;
              margin: 0 0 10px;
              word-wrap: normal;
              text-transform: none;
              color: #TRANSPARENT;
              font-weight: 700;
              font-size: 1.250em; }
            #middle .row-news .news-list li .item div.txt small {
              display: block;
              padding: 0;
              margin: 0;
              line-height: 1;
              color: #e7ac31;
              font-size: 0.875em; }
            #middle .row-news .news-list li .item div.txt p {
              font-weight: 300;
              font-size: 1em;
              line-height: 1.3em;
              padding: 0;
              margin: 0 0 10px; }
            #middle .row-news .news-list li .item div.txt .btn-more {
              position: relative;
              display: inline-block;
              padding: 10px 12px;
              margin: 0;
              border: 0 none;
              text-transform: none;
              text-decoration: none !important;
              text-align: center;
              font-family: inherit;
              font-size: 1em;
              font-weight: 700;
              color: #FFF !important;
              line-height: 1em;
              background: #555555;
              -webkit-transition: background-color 0.1s linear;
              -moz-transition: background-color 0.1s linear;
              -o-transition: background-color 0.1s linear;
              transition: background-color 0.1s linear;
              position: absolute;
              bottom: 10px; }
              #middle .row-news .news-list li .item div.txt .btn-more:focus, #middle .row-news .news-list li .item div.txt .btn-more:hover {
                background: #2f2f2f; }
              @media screen and (max-width: 360px) {
                #middle .row-news .news-list li .item div.txt .btn-more {
                  position: relative;
                  bottom: auto; } }
          #middle .row-news .news-list li .item a.link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 3; }
          #middle .row-news .news-list li .item:hover div.txt .btn-more {
            background: #2f2f2f; }
  #middle .row-gallery {
    position: relative;
    padding: 25px 0 25px;
    /*styling of images handled by _justifiedgallery*/ }
  #middle .row-gallery-video {
    padding: 25px 0 25px; }
  #middle .row-gallery-video, #middle .row-gallery-video-inline {
    position: relative; }
    #middle .row-gallery-video .video-wrapper, #middle .row-gallery-video-inline .video-wrapper {
      width: 100%;
      height: 0;
      position: relative;
      margin: 0 auto;
      padding: 56.25% 0 0;
      /* @media screen and (max-width : 1279px) {
      	height:534px;
      }
      @media screen and (max-width : 979px) {
      	height:475px;
      }
      @media screen and (max-width : 768px) {
      	height:375px;
      }
      @media screen and (max-width : 359px) {
      	height:155px;
      } */ }
      #middle .row-gallery-video .video-wrapper iframe, #middle .row-gallery-video-inline .video-wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* @media screen and (max-width : 1279px) {
        	height:534px;
        }
        @media screen and (max-width : 979px) {
        	height:475px;
        }
        @media screen and (max-width : 768px) {
        	height:375px;
        }
        @media screen and (max-width : 359px) {
        	height:155px;
        } */ }
    #middle .row-gallery-video .video-list-wrapper, #middle .row-gallery-video-inline .video-list-wrapper {
      position: relative;
      padding: 0 75px;
      margin: 15px 0;
      height: 100px; }
      #middle .row-gallery-video .video-list-wrapper .list, #middle .row-gallery-video-inline .video-list-wrapper .list {
        padding: 0;
        margin: 0; }
        #middle .row-gallery-video .video-list-wrapper .list li, #middle .row-gallery-video-inline .video-list-wrapper .list li {
          height: 100px;
          padding: 0 3px;
          cursor: pointer; }
          #middle .row-gallery-video .video-list-wrapper .list li .tile, #middle .row-gallery-video-inline .video-list-wrapper .list li .tile {
            display: table;
            width: 100%;
            height: 100px;
            background: #7F5734;
            border-bottom: 3px solid #990000;
            position: relative;
            -webkit-opacity: 0.7;
            -moz-opacity: 0.7;
            opacity: 0.7; }
            #middle .row-gallery-video .video-list-wrapper .list li .tile div, #middle .row-gallery-video-inline .video-list-wrapper .list li .tile div {
              display: table-cell;
              text-align: center;
              vertical-align: middle;
              padding: 10px;
              white-space: normal;
              color: #FFF;
              font-size: 1.286em;
              line-height: 1em;
              font-weight: 700;
              text-transform: none; }
              @media screen and (max-width: 1279px) {
                #middle .row-gallery-video .video-list-wrapper .list li .tile div, #middle .row-gallery-video-inline .video-list-wrapper .list li .tile div {
                  font-size: 1em; } }
            #middle .row-gallery-video .video-list-wrapper .list li .tile.active, #middle .row-gallery-video-inline .video-list-wrapper .list li .tile.active {
              border-bottom: 3px solid #999999;
              -webkit-opacity: 1;
              -moz-opacity: 1;
              opacity: 1; }
            #middle .row-gallery-video .video-list-wrapper .list li .tile:hover, #middle .row-gallery-video-inline .video-list-wrapper .list li .tile:hover {
              -webkit-opacity: 1;
              -moz-opacity: 1;
              opacity: 1; }
  #middle .row-video-single {
    padding: 0; }
    #middle .row-video-single .video-wrapper {
      display: block;
      width: 100%;
      overflow: hidden;
      padding: 0;
      margin: 0; }
      #middle .row-video-single .video-wrapper iframe {
        width: 100%; }
  #middle .row-wall {
    position: relative;
    padding: 25px 0 25px; }
    #middle .row-wall .wall-wrapper {
      padding: 0;
      margin: 0; }
      #middle .row-wall .wall-wrapper #wall-content {
        display: block;
        margin: 0 auto;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
        #middle .row-wall .wall-wrapper #wall-content.hide {
          -webkit-opacity: 0;
          -moz-opacity: 0;
          opacity: 0; }
        #middle .row-wall .wall-wrapper #wall-content .grid-sizer, #middle .row-wall .wall-wrapper #wall-content .item {
          display: block;
          padding: 0;
          margin: 0 0 10px;
          width: 195px;
          float: left;
          overflow: hidden; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.w2, #middle .row-wall .wall-wrapper #wall-content .item.w2 {
            width: 400px; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h1, #middle .row-wall .wall-wrapper #wall-content .item.h1 {
            height: 195px; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h2, #middle .row-wall .wall-wrapper #wall-content .item.h2 {
            height: 400px; }
          @media screen and (max-width: 1279px) {
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer, #middle .row-wall .wall-wrapper #wall-content .item {
              width: 180px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.w2, #middle .row-wall .wall-wrapper #wall-content .item.w2 {
                width: 370px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h1, #middle .row-wall .wall-wrapper #wall-content .item.h1 {
                height: 180px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h2, #middle .row-wall .wall-wrapper #wall-content .item.h2 {
                height: 370px; } }
          @media screen and (max-width: 639px) {
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer, #middle .row-wall .wall-wrapper #wall-content .item {
              max-width: 100%;
              width: auto; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.w2, #middle .row-wall .wall-wrapper #wall-content .item.w2 {
                max-width: 100%; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h1, #middle .row-wall .wall-wrapper #wall-content .item.h1 {
                min-height: 460px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h2, #middle .row-wall .wall-wrapper #wall-content .item.h2 {
                min-height: 460px; } }
          @media screen and (max-width: 360px) {
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer, #middle .row-wall .wall-wrapper #wall-content .item {
              width: 340px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.w2, #middle .row-wall .wall-wrapper #wall-content .item.w2 {
                width: 340px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h1, #middle .row-wall .wall-wrapper #wall-content .item.h1 {
                min-height: 340px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h2, #middle .row-wall .wall-wrapper #wall-content .item.h2 {
                min-height: 340px; } }
          @media screen and (max-width: 359px) {
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer, #middle .row-wall .wall-wrapper #wall-content .item {
              width: 300px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.w2, #middle .row-wall .wall-wrapper #wall-content .item.w2 {
                width: 300px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h1, #middle .row-wall .wall-wrapper #wall-content .item.h1 {
                height: auto;
                min-height: 300px; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.h2, #middle .row-wall .wall-wrapper #wall-content .item.h2 {
                height: auto;
                min-height: 300px; } }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer .container, #middle .row-wall .wall-wrapper #wall-content .item .container {
            position: relative;
            padding: 0;
            margin: 0; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.i-video .container:before, #middle .row-wall .wall-wrapper #wall-content .item.i-video .container:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            background: none;
            background: rgba(0, 0, 0, 0.5); }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.i-video .container:after, #middle .row-wall .wall-wrapper #wall-content .item.i-video .container:after {
            content: '';
            display: block;
            width: 75px;
            height: 75px;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            -webkit-opacity: 0.7;
            -moz-opacity: 0.7;
            opacity: 0.7;
            background: url("") 0 0 no-repeat;
            margin: -37px 0 0 -37px; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img, #middle .row-wall .wall-wrapper #wall-content .item.img {
            text-align: center; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img img, #middle .row-wall .wall-wrapper #wall-content .item.img img {
              display: block;
              position: relative;
              z-index: 1;
              margin: 0 auto; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img span.text, #middle .row-wall .wall-wrapper #wall-content .item.img span.text {
              display: none;
              font-size: 0.857em;
              font-weight: 300;
              padding: 10px;
              color: #FFFFFF;
              line-height: 1.2em;
              vertical-align: middle;
              text-align: left;
              background: none;
              background: rgba(0, 0, 0, 0.5);
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 3; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img span.icon, #middle .row-wall .wall-wrapper #wall-content .item.img span.icon {
              width: 25px;
              height: 25px;
              padding: 0;
              margin: 0;
              position: absolute;
              top: 10px;
              right: 10px;
              z-index: 2;
              background-color: none;
              background-image: url("");
              background-repeat: no-repeat; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img span.icon.twitter, #middle .row-wall .wall-wrapper #wall-content .item.img span.icon.twitter {
                background-position: 0 0; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img span.icon.instagram, #middle .row-wall .wall-wrapper #wall-content .item.img span.icon.instagram {
                background-position: -100px 0; }
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img span.icon.external, #middle .row-wall .wall-wrapper #wall-content .item.img span.icon.external {
                top: 40px;
                background-position: -175px 0; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img:hover img, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img:hover span.icon, #middle .row-wall .wall-wrapper #wall-content .item.img:hover img, #middle .row-wall .wall-wrapper #wall-content .item.img:hover span.icon {
              -webkit-filter: blur(5px);
              -moz-filter: blur(5px);
              -o-filter: blur(5px);
              -ms-filter: blur(5px);
              filter: blur(5px); }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.img:hover span.text, #middle .row-wall .wall-wrapper #wall-content .item.img:hover span.text {
              display: block; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt, #middle .row-wall .wall-wrapper #wall-content .item.cnt {
            padding: 10px;
            background-size: contain;
            background-position: 0 0;
            background-repeat: no-repeat;
            font-size: 0.875em; }
            @media screen and (max-width: 979px) {
              #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt, #middle .row-wall .wall-wrapper #wall-content .item.cnt {
                font-size: 1.FFFem; } }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt.bg-white, #middle .row-wall .wall-wrapper #wall-content .item.cnt.bg-white {
              background-color: #FFFFFF;
              color: #FFFFFF; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt.bg-offwhite, #middle .row-wall .wall-wrapper #wall-content .item.cnt.bg-offwhite {
              background-color: #e6e6e6; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt.bg-red, #middle .row-wall .wall-wrapper #wall-content .item.cnt.bg-red {
              background-color: #333333;
              color: #FFFFFF; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt.bg-yellow, #middle .row-wall .wall-wrapper #wall-content .item.cnt.bg-yellow {
              background-color: #e7ac31;
              color: #FFFFFF; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt.bg-black, #middle .row-wall .wall-wrapper #wall-content .item.cnt.bg-black {
              background-color: none;
              color: #FFFFFF; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h1, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h2, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h3, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h4, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h5, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h6,
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt p, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt ul, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt ol, #middle .row-wall .wall-wrapper #wall-content .item.cnt h1, #middle .row-wall .wall-wrapper #wall-content .item.cnt h2, #middle .row-wall .wall-wrapper #wall-content .item.cnt h3, #middle .row-wall .wall-wrapper #wall-content .item.cnt h4, #middle .row-wall .wall-wrapper #wall-content .item.cnt h5, #middle .row-wall .wall-wrapper #wall-content .item.cnt h6,
            #middle .row-wall .wall-wrapper #wall-content .item.cnt p, #middle .row-wall .wall-wrapper #wall-content .item.cnt ul, #middle .row-wall .wall-wrapper #wall-content .item.cnt ol {
              position: relative;
              z-index: 5;
              display: block;
              color: #FFFFFF;
              padding: 0;
              margin: 0;
              line-height: 1.1; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h1, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h2, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h3, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h4, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h5, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt h6, #middle .row-wall .wall-wrapper #wall-content .item.cnt h1, #middle .row-wall .wall-wrapper #wall-content .item.cnt h2, #middle .row-wall .wall-wrapper #wall-content .item.cnt h3, #middle .row-wall .wall-wrapper #wall-content .item.cnt h4, #middle .row-wall .wall-wrapper #wall-content .item.cnt h5, #middle .row-wall .wall-wrapper #wall-content .item.cnt h6 {
              text-transform: none; }
            #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt ul, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt ol, #middle .row-wall .wall-wrapper #wall-content .grid-sizer.cnt li, #middle .row-wall .wall-wrapper #wall-content .item.cnt ul, #middle .row-wall .wall-wrapper #wall-content .item.cnt ol, #middle .row-wall .wall-wrapper #wall-content .item.cnt li {
              list-style: none;
              margin: 0 0 3px;
              padding: 0; }
          #middle .row-wall .wall-wrapper #wall-content .grid-sizer a.link, #middle .row-wall .wall-wrapper #wall-content .item a.link {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 4; }
      #middle .row-wall .wall-wrapper .btn-more {
        display: block;
        width: 100px;
        margin: 0 auto;
        float: none; }
  #middle .row-content {
    padding: 25px 0 25px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat; }
    #middle .row-content.has-bg {
      padding-top: 0;
      padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        #middle .row-content.has-bg .col-1:last-of-type, #middle .row-content.has-bg .col-2:last-of-type, #middle .row-content.has-bg .col-3:last-of-type, #middle .row-content.has-bg .col-4:last-of-type, #middle .row-content.has-bg .col-5:last-of-type, #middle .row-content.has-bg .col-6:last-of-type, #middle .row-content.has-bg .col-7:last-of-type, #middle .row-content.has-bg .col-8:last-of-type, #middle .row-content.has-bg .col-9:last-of-type, #middle .row-content.has-bg .col-10:last-of-type, #middle .row-content.has-bg .col-11:last-of-type, #middle .row-content.has-bg .col-12:last-of-type {
          margin-bottom: 0; } }
    #middle .row-content .book-of-souls-title {
      margin-top: 100px; }
      @media screen and (max-width: 979px) {
        #middle .row-content .book-of-souls-title {
          margin-top: 50px; } }
      @media screen and (max-width: 768px) {
        #middle .row-content .book-of-souls-title {
          margin-top: 10px; } }
    #middle .row-content .trooper-title {
      margin-top: 150px;
      margin-bottom: 15px; }
      @media screen and (max-width: 979px) {
        #middle .row-content .trooper-title {
          margin-top: 50px; } }
      @media screen and (max-width: 768px) {
        #middle .row-content .trooper-title {
          margin-top: 30px; } }
    #middle .row-content .imshop-title {
      margin-top: 150px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1279px) {
        #middle .row-content .imshop-title {
          margin-top: 100px; } }
      @media screen and (max-width: 979px) {
        #middle .row-content .imshop-title {
          margin-top: 25px; } }
    #middle .row-content .imshop-global-title {
      margin-top: 100px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1279px) {
        #middle .row-content .imshop-global-title {
          margin-top: 45px; } }
      @media screen and (max-width: 979px) {
        #middle .row-content .imshop-global-title {
          margin-top: 25px; } }
    #middle .row-content .britishlion-title {
      margin-top: 100px;
      margin-bottom: 5px; }
      @media screen and (max-width: 1279px) {
        #middle .row-content .britishlion-title {
          margin-top: 45px; } }
      @media screen and (max-width: 979px) {
        #middle .row-content .britishlion-title {
          margin-top: 25px; } }
    #middle .row-content .maidenaudio-title {
      margin-top: 100px;
      margin-bottom: 5px; }
      @media screen and (max-width: 1279px) {
        #middle .row-content .maidenaudio-title {
          margin-top: 45px; } }
      @media screen and (max-width: 979px) {
        #middle .row-content .maidenaudio-title {
          margin-top: 25px; } }
    #middle .row-content .page-404 {
      background-image: url("images/decors/df-404.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      width: 640px;
      margin: 0 auto;
      padding: 400px 0 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #middle .row-content .page-404 {
          width: 290px;
          background-size: contain;
          padding-top: 190px;
          padding-bottom: 0; } }
    #middle .row-content .content blockquote {
      margin: 15px auto 15px;
      padding: 5px 20px;
      font-weight: 300;
      text-align: center;
      font-size: 1.125em;
      line-height: 1.3em;
      font-style: italic; }
      #middle .row-content .content blockquote.small {
        width: 640px;
        border-top: 3px solid #333333;
        border-bottom: 3px solid #333333; }
        @media screen and (max-width: 979px) {
          #middle .row-content .content blockquote.small {
            width: 100%;
            max-width: 640px; } }
  #middle .row-jewel {
    padding: 25px 0 25px; }
    #middle .row-jewel .jewel-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block; }
      @media screen and (max-width: 979px) {
        #middle .row-jewel .jewel-list {
          text-align: center; } }
      #middle .row-jewel .jewel-list li {
        display: inline-block;
        margin: 0;
        padding: 5px;
        width: 25%;
        overflow: hidden;
        float: left; }
        @media screen and (max-width: 979px) {
          #middle .row-jewel .jewel-list li {
            float: none; } }
        #middle .row-jewel .jewel-list li .container {
          position: relative;
          overflow: hidden;
          text-align: center; }
          #middle .row-jewel .jewel-list li .container img {
            width: auto;
            height: auto;
            position: relative;
            z-index: 1; }
          #middle .row-jewel .jewel-list li .container span {
            display: block;
            position: absolute;
            z-index: 3;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            color: #FFF;
            font-size: 1.125em;
            font-weight: 700;
            line-height: 1.1em;
            padding: 50px 10px 0;
            text-transform: none;
            background: none;
            background: rgba(0, 0, 0, 0.5);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0; }
            #middle .row-jewel .jewel-list li .container span small {
              display: block;
              font-weight: normal;
              font-size: 75%; }
            @media screen and (max-width: 1279px) {
              #middle .row-jewel .jewel-list li .container span {
                padding-top: 50px; } }
            @media screen and (max-width: 979px) {
              #middle .row-jewel .jewel-list li .container span {
                padding-top: 15px; } }
          #middle .row-jewel .jewel-list li .container a {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 4; }
          #middle .row-jewel .jewel-list li .container:hover img {
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px); }
          #middle .row-jewel .jewel-list li .container:hover span {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1; }
      #middle .row-jewel .jewel-list.items li, #middle .row-jewel .jewel-list.best-of li {
        width: 25%; }
        #middle .row-jewel .jewel-list.items li .container img, #middle .row-jewel .jewel-list.best-of li .container img {
          max-height: 300px; }
          @media screen and (max-width: 1279px) {
            #middle .row-jewel .jewel-list.items li .container img, #middle .row-jewel .jewel-list.best-of li .container img {
              max-height: 228px; } }
          @media screen and (max-width: 979px) {
            #middle .row-jewel .jewel-list.items li .container img, #middle .row-jewel .jewel-list.best-of li .container img {
              max-height: 228px; } }
        @media screen and (max-width: 979px) {
          #middle .row-jewel .jewel-list.items li, #middle .row-jewel .jewel-list.best-of li {
            width: 24%; } }
        @media screen and (max-width: 768px) {
          #middle .row-jewel .jewel-list.items li, #middle .row-jewel .jewel-list.best-of li {
            width: 32%; } }
        @media screen and (max-width: 639px) {
          #middle .row-jewel .jewel-list.items li, #middle .row-jewel .jewel-list.best-of li {
            width: 49%; } }
      #middle .row-jewel .jewel-list.dvds li {
        width: 25%; }
        #middle .row-jewel .jewel-list.dvds li .container img {
          max-height: 427px; }
          @media screen and (max-width: 1279px) {
            #middle .row-jewel .jewel-list.dvds li .container img {
              max-height: 319px; } }
          @media screen and (max-width: 639px) {
            #middle .row-jewel .jewel-list.dvds li .container img {
              max-height: none; } }
        @media screen and (max-width: 768px) {
          #middle .row-jewel .jewel-list.dvds li {
            width: 32%; } }
        @media screen and (max-width: 639px) {
          #middle .row-jewel .jewel-list.dvds li {
            width: 100%;
            max-height: none;
            max-width: 320px; } }
      #middle .row-jewel .jewel-list.singles li {
        width: 14.258%; }
        #middle .row-jewel .jewel-list.singles li .container img {
          max-height: 175px; }
        #middle .row-jewel .jewel-list.singles li .container span {
          font-size: 1em; }
        @media screen and (max-width: 1279px) {
          #middle .row-jewel .jewel-list.singles li {
            width: 16.666%; } }
        @media screen and (max-width: 979px) {
          #middle .row-jewel .jewel-list.singles li {
            width: 20%; } }
        @media screen and (max-width: 768px) {
          #middle .row-jewel .jewel-list.singles li {
            width: 30%;
            max-width: 175px; } }
        @media screen and (max-width: 360px) {
          #middle .row-jewel .jewel-list.singles li {
            width: 100%; } }
  #middle .content-jewel {
    padding-top: 20px; }
    #middle .content-jewel .cover {
      display: block;
      padding: 0;
      margin: 0 0 20px; }
      #middle .content-jewel .cover img {
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #middle .content-jewel .cover img {
            max-width: 360px; } }
        @media screen and (max-width: 639px) {
          #middle .content-jewel .cover img {
            max-width: 300px; } }
    #middle .content-jewel .buy {
      margin: 0 0 15px;
      padding: 0;
      display: block;
      list-style: none;
      overflow: hidden; }
      #middle .content-jewel .buy li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        font-size: 400;
        float: left;
        width: 50%;
        font-size: 0.875em; }
        @media screen and (max-width: 979px) {
          #middle .content-jewel .buy li {
            width: 100%; } }
        #middle .content-jewel .buy li.text {
          display: block;
          width: 100%;
          float: none;
          font-weight: 700;
          text-transform: none;
          background: none;
          padding: 0;
          margin: 0 0 5px;
          font-size: 1.375em; }
        #middle .content-jewel .buy li a {
          margin: 0 1px 1px 0;
          padding: 11px 10px 10px;
          display: block;
          overflow: hidden;
          color: #FFFFFF;
          text-decoration: none;
          background: #3b3b3b;
          font-weight: 700;
          text-transform: none; }
          @media screen and (max-width: 979px) {
            #middle .content-jewel .buy li a {
              padding-top: 13px; } }
          #middle .content-jewel .buy li a:before {
            display: inline-block;
            content: '';
            width: 22px;
            height: 22px;
            padding: 0;
            margin: -1px 7px 0 0;
            float: left;
            background-image: url("");
            background-repeat: no-repeat;
            background-position: -88px 0;
            -webkit-opacity: 0.5;
            -moz-opacity: 0.5;
            opacity: 0.5; }
            @media screen and (max-width: 979px) {
              #middle .content-jewel .buy li a:before {
                margin-top: -3px; } }
          #middle .content-jewel .buy li a:hover {
            text-decoration: none;
            color: #FFF;
            background: #333;
            color: #FFFFFF; }
            #middle .content-jewel .buy li a:hover:before {
              -webkit-opacity: 1;
              -moz-opacity: 1;
              opacity: 1; }
        #middle .content-jewel .buy li.amazon a:before {
          background-position: 0 0; }
        #middle .content-jewel .buy li.itunes a:before {
          background-position: -22px 0; }
        #middle .content-jewel .buy li.spotify a:before {
          background-position: -44px 0; }
        #middle .content-jewel .buy li.googleplay a:before {
          background-position: -66px 0; }
        #middle .content-jewel .buy li.onkyo a:before {
          background-position: -88px 0; }
        #middle .content-jewel .buy li.vinyl a:before {
          background-position: -110px 0; }
        #middle .content-jewel .buy li.amazon a:hover:before {
          background-position: 0 0; }
        #middle .content-jewel .buy li.itunes a:hover:before {
          background-position: -22px 0; }
        #middle .content-jewel .buy li.spotify a:hover:before {
          background-position: -44px 0; }
        #middle .content-jewel .buy li.googleplay a:hover:before {
          background-position: -66px 0; }
        #middle .content-jewel .buy li.onkyo a:hover:before {
          background-position: -88px 0; }
        #middle .content-jewel .buy li.vinyl a:hover:before {
          background-position: -110px 0; }
        #middle .content-jewel .buy li:nth-of-type(2n) {
          margin-right: 0; }
    #middle .content-jewel .table-tracklist {
      width: 100%;
      padding: 0;
      margin: 0 0 15px; }
      #middle .content-jewel .table-tracklist thead tr th {
        padding: 0 0 5px;
        text-transform: none;
        text-align: left; }
      #middle .content-jewel .table-tracklist tbody tr td {
        padding: 5px 0;
        border-bottom: 1px solid #555555;
        vertical-align: top; }
        #middle .content-jewel .table-tracklist tbody tr td.num {
          width: 30px;
          text-align: center;
          font-weight: 400; }
        #middle .content-jewel .table-tracklist tbody tr td.ttl {
          width: auto;
          padding-left: 5px;
          padding-right: 5px; }
        #middle .content-jewel .table-tracklist tbody tr td.by {
          width: 33%;
          padding-left: 5px;
          padding-right: 5px; }
        #middle .content-jewel .table-tracklist tbody tr td.dur {
          width: 12%;
          text-align: right;
          padding-right: 10px; }
      #middle .content-jewel .table-tracklist tbody tr:hover td {
        background: none;
        background: rgba(0, 0, 0, 0.4); }
    #middle .content-jewel .info {
      background: #3b3b3b;
      padding: 20px; }
      #middle .content-jewel .info p strong {
        display: block;
        text-transform: none; }
  #middle .row-tours {
    padding: 25px 0 25px; }
    #middle .row-tours .tour-list {
      list-style: none;
      width: 100%;
      display: block;
      padding: 0;
      margin: 0; }
      #middle .row-tours .tour-list li {
        margin-bottom: 0; }
        #middle .row-tours .tour-list li.event {
          padding: 8px 0;
          border-bottom: 1px solid #555555;
          overflow: hidden; }
          #middle .row-tours .tour-list li.event div {
            display: inline-block;
            float: left;
            height: 100%;
            vertical-align: middle;
            position: relative; }
            #middle .row-tours .tour-list li.event div.clear {
              height: 1px;
              border-top: 1px solid #555555; }
            #middle .row-tours .tour-list li.event div small {
              display: block; }
            #middle .row-tours .tour-list li.event div.date {
              width: 11%;
              padding-left: 5px; }
            #middle .row-tours .tour-list li.event div.location {
              width: 26%; }
            #middle .row-tours .tour-list li.event div.venue {
              width: 25%; }
            #middle .row-tours .tour-list li.event div.buylink {
              width: 17%;
              padding-right: 5px; }
              #middle .row-tours .tour-list li.event div.buylink a {
                display: inline-block;
                font-weight: 700;
                text-transform: none;
                position: relative;
                color: #418d3b; }
                #middle .row-tours .tour-list li.event div.buylink a.ico:after {
                  content: '';
                  display: block;
                  width: 11px;
                  height: 9px;
                  background: url("") no-repeat 0 0;
                  float: right;
                  margin: 0 0 0 5px;
                  -webkit-opacity: 0.5;
                  -moz-opacity: 0.5;
                  opacity: 0.5; }
                #middle .row-tours .tour-list li.event div.buylink a:hover:after {
                  -webkit-opacity: 1;
                  -moz-opacity: 1;
                  opacity: 1; }
            #middle .row-tours .tour-list li.event div.hash {
              width: 16%; }
            #middle .row-tours .tour-list li.event div.more-link {
              width: 5%;
              text-align: right;
              padding-right: 5px;
              text-transform: none;
              font-size: 80%;
              font-weight: 400; }
            @media screen and (max-width: 768px) {
              #middle .row-tours .tour-list li.event div.date {
                width: 20%; }
                #middle .row-tours .tour-list li.event div.date small {
                  display: none; }
              #middle .row-tours .tour-list li.event div.location {
                width: 40%; }
                #middle .row-tours .tour-list li.event div.location small {
                  display: none; }
              #middle .row-tours .tour-list li.event div.venue {
                width: 40%; }
                #middle .row-tours .tour-list li.event div.venue small {
                  display: none; }
              #middle .row-tours .tour-list li.event div.buylink {
                width: 40%;
                margin-left: 20%;
                padding-top: 5px; }
              #middle .row-tours .tour-list li.event div.hash {
                width: 40%;
                padding-top: 5px; }
                #middle .row-tours .tour-list li.event div.hash small {
                  display: none; }
              #middle .row-tours .tour-list li.event div.more-link {
                width: 40%;
                padding-top: 5px;
                margin-left: 20%;
                text-align: left; } }
            @media screen and (max-width: 639px) {
              #middle .row-tours .tour-list li.event div.date {
                width: 25%;
                float: left;
                display: block; }
              #middle .row-tours .tour-list li.event div.location, #middle .row-tours .tour-list li.event div.venue, #middle .row-tours .tour-list li.event div.buylink, #middle .row-tours .tour-list li.event div.hash, #middle .row-tours .tour-list li.event div.more-link {
                float: none;
                width: 100%;
                display: block;
                margin-left: 25%;
                padding-top: 0; }
              #middle .row-tours .tour-list li.event div.venue, #middle .row-tours .tour-list li.event div.buylink, #middle .row-tours .tour-list li.event div.hash, #middle .row-tours .tour-list li.event div.more-link {
                padding-top: 5px; } }
          #middle .row-tours .tour-list li.event:hover {
            background: none;
            background: rgba(0, 0, 0, 0.4); }
        #middle .row-tours .tour-list li.year {
          border-bottom: 0 none;
          padding: 0;
          float: none; }
        #middle .row-tours .tour-list li.month {
          border-bottom: 0 none;
          padding: 15px 0 5px;
          float: none; }
  #middle .row-diary {
    padding: 25px 0 25px; }
    #middle .row-diary .item {
      display: block;
      overflow: hidden;
      border-bottom: 1px solid #555555;
      padding: 15px 0 15px; }
      #middle .row-diary .item:last-of-type {
        border-bottom: 0 none; }
      #middle .row-diary .item .left {
        width: 320px;
        float: left; }
      #middle .row-diary .item .right {
        position: relative;
        margin-left: 330px; }
  #middle .row-members {
    padding: 25px 0 25px; }
  #middle .carousel-control {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: auto;
    top: 10px;
    right: 30px;
    margin-top: 0;
    z-index: 2;
    text-align: center;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    opacity: .75; }
    @media screen and (max-width: 768px) {
      #middle .carousel-control {
        top: 0; } }
    #middle .carousel-control:hover {
      -moz-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
    #middle .carousel-control.disabled {
      -moz-opacity: .1;
      -webkit-opacity: .1;
      opacity: .1; }
      #middle .carousel-control.disabled:hover {
        -moz-opacity: .1;
        -webkit-opacity: .1;
        opacity: .1; }
    #middle .carousel-control.next {
      right: 0; }
    #middle .carousel-control.next:after, #middle .carousel-control.prev:after {
      content: '';
      display: inline-block;
      margin: 0 auto;
      width: 19px;
      height: 30px;
      background-image: url("");
      background-repeat: no-repeat; }
    #middle .carousel-control.next:after {
      background-position: -19px -30px; }
    #middle .carousel-control.prev:after {
      background-position: 0 -30px; }
  #middle .bg-red .carousel-control.next:after, #middle .bg-yellow .carousel-control.next:after, #middle .bg-black .carousel-control.next:after {
    background-position: -19px 0; }
  #middle .bg-red .carousel-control.prev:after, #middle .bg-yellow .carousel-control.prev:after, #middle .bg-black .carousel-control.prev:after {
    background-position: 0 0; }
  #middle .video-list-wrapper .carousel-control {
    left: 10px;
    top: 35px;
    right: auto; }
    #middle .video-list-wrapper .carousel-control.next {
      right: 10px;
      left: auto; }
  #middle .pager {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 15px 0 0;
    padding: 10px 0 0;
    font-size: 1em;
    line-height: 1.5em;
    border-top: 1px solid #555555; }
    #middle .pager a, #middle .pager span {
      display: inline-block;
      padding: 0 5px;
      height: 25px;
      line-height: 25px;
      margin: 0;
      color: #000000; }
      #middle .pager a.prev, #middle .pager a.next, #middle .pager span.prev, #middle .pager span.next {
        padding: 0 5px;
        margin-right: 25px; }
      #middle .pager a.next, #middle .pager span.next {
        margin-left: 25px;
        margin-right: 0px; }
      #middle .pager a:hover, #middle .pager span:hover {
        background: #3c3c3c;
        color: #FFF;
        border-bottom: 0 none; }
        #middle .pager a:hover.dots, #middle .pager span:hover.dots {
          background: none;
          color: none; }
    #middle .pager span.active, #middle .pager span.active:hover {
      font-weight: 700;
      color: #333333;
      background: none;
      cursor: auto; }

.social-box {
  margin: 0 0 15px;
  padding: 0;
  display: block;
  list-style: none;
  overflow: hidden;
  max-width: 480px; }
  @media screen and (max-width: 768px) {
    .social-box {
      text-align: center;
      margin: 0 auto 15px; } }
  .social-box li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 33%;
    height: 35px;
    float: left;
    font-size: 0.875em;
    font-weight: 400;
    border: 1px solid #555555;
    cursor: pointer;
    line-height: 35px;
    text-align: left;
    background: #3b3b3b; }
    @media screen and (max-width: 979px) {
      .social-box li {
        font-size: 0.750em; } }
    @media screen and (max-width: 979px) {
      .social-box li {
        font-size: 0.875em; } }
    .social-box li:before {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      background-image: url("");
      background-repeat: no-repeat;
      background-position: 0 -25px;
      margin: 5px;
      float: left; }
      @media screen and (max-width: 979px) {
        .social-box li:before {
          margin: 5px 3px; } }
    .social-box li.text {
      display: block;
      width: 100%;
      float: none;
      font-weight: 700;
      text-transform: none;
      background: none;
      padding: 0;
      margin: 0 0 5px;
      font-size: 1.375em;
      border-color: transparent !important;
      cursor: default;
      line-height: 1;
      height: auto; }
      .social-box li.text:before {
        display: none; }
      .social-box li.text:hover {
        color: #000000; }
      @media screen and (max-width: 768px) {
        .social-box li.text {
          text-align: center; } }
    .social-box li.facebook:before {
      background-position: -25px 0; }
    .social-box li.facebook:hover {
      background: #3a5b98;
      border-color: #3a5b98 !important; }
      .social-box li.facebook:hover:before {
        background-position: -25px 0; }
    .social-box li.twitter {
      margin-left: -1px;
      margin-right: 0; }
      .social-box li.twitter:before {
        background-position: 0 0; }
      .social-box li.twitter:hover {
        background: #21a9e0;
        border-color: #21a9e0 !important; }
        .social-box li.twitter:hover:before {
          background-position: 0 0; }
    .social-box li.bit:before {
      background-position: -50px 0; }
    .social-box li.bit:hover {
      background: #ce3633;
      border-color: #ce3633 !important; }
      .social-box li.bit:hover:before {
        background-position: -50px 0; }
    .social-box li:hover {
      color: #000000; }

.content-news .social-box, .social-inline .social-box {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0;
  display: inline-block; }
  @media screen and (max-width: 359px) {
    .content-news .social-box, .social-inline .social-box {
      float: none;
      clear: both;
      display: block; } }
  .content-news .social-box li, .social-inline .social-box li {
    width: auto;
    padding-right: 15px; }
    @media screen and (max-width: 359px) {
      .content-news .social-box li, .social-inline .social-box li {
        width: 33%; } }
    .content-news .social-box li.text, .social-inline .social-box li.text {
      display: inline-block;
      float: left;
      width: auto;
      padding-right: 15px;
      line-height: 35px;
      height: 35px; }
      @media screen and (max-width: 359px) {
        .content-news .social-box li.text, .social-inline .social-box li.text {
          display: block;
          float: none;
          text-align: left;
          padding-right: 0;
          margin-bottom: 0;
          line-height: 1;
          height: auto; } }

.social-inline {
  overflow: hidden; }
  @media screen and (max-width: 639px) {
    .social-inline .social-box {
      display: block;
      clear: both;
      float: none;
      padding-top: 10px; } }

#middle .spacer-arrow {
  border-color: #e6e6e6;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none;
  clear: both;
  float: none;
  display: block;
  height: 1px;
  padding: 0;
  margin: 0;
  position: relative; }
  #middle .spacer-arrow:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url("") no-repeat 0 0;
    margin: -12px auto 0;
    z-index: 101; }

/*.row-banner, .row-content, .row-jewel, .row-gallery, .row-shop 
.row-gallery-video, .row-members, .row-news, .row-news-top, 
.row-tours, .row-wall {
	position:relative;
	
	&:after {
		content:'';
		border-top:1px solid darken($white,10%);		
		border-right:0 none;
		border-left:0 none;
		border-bottom:0 none;
		clear:both;
		float:none;
		display:block;
		height:1px;
		padding:0;
		margin:0;
		z-index:5;
		
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}
	&:before {
		content:'';			
		display:block;
		width:25px;
		height:25px;
		background:url('') no-repeat 0 0;
		margin:0 auto 0;
				
		position:absolute;
		bottom:-12px;
		left:0;
		right:0;
		z-index:101;
	}
	
	&.bg-white {}
	&.bg-offwhite {
		&:after {border-top:1px solid darken($offwhite,10%);}
	}
	&.bg-black {
		&:after {border-top:1px solid darken($black,10%);}
	}
	&.bg-lightblack {
		&:after {border-top:1px solid darken($black,5%);}
	}
	&.bg-yellow {
		&:after {border-top:1px solid darken($yellow,10%);}
	}
	&.bg-red {		
		&:after {border-top:1px solid darken($red,10%);}
	}
}*/
#addsearch-results-bottom {
  display: none; }

#loading {
  text-align: center;
  /*&:after {
  	display:block;
  	content:'loading';
  	text-transform:none;
  	font-size:1.FFFem;
  	font-weight:300;
  	padding:5px 0 0 0;
  }*/ }
@keyframes spin {
  to {
    transform: rotate(1turn); } }
  #loading .progress {
    position: relative;
    display: inline-block;
    width: 5em;
    height: 5em;
    margin: 0 .5em;
    font-size: 12px;
    text-indent: 999em;
    overflow: hidden;
    animation: spin 1s infinite steps(8); }
    #loading .progress:before, #loading .progress:after, #loading .progress div:before, #loading .progress div:after {
      content: '';
      position: absolute;
      top: 0;
      left: 2.25em;
      /* (container width - part width)/2  */
      width: .5em;
      height: 1.5em;
      border-radius: .2em;
      background: #eee;
      box-shadow: 0 3.5em #eee;
      /* container height - part height */
      transform-origin: 50% 2.5em;
      /* container height / 2 */ }
    #loading .progress:before {
      background: #555; }
    #loading .progress:after {
      transform: rotate(-45deg);
      background: #777; }
    #loading .progress div:before {
      transform: rotate(-90deg);
      background: #999; }
    #loading .progress > div:after {
      transform: rotate(-135deg);
      background: #bbb; }
    #loading .progress.small {
      font-size: 6px; }
    #loading .progress.large {
      font-size: 24px; }
  #loading.hide {
    display: none; }

.btn-group {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.btn {
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  margin: 0;
  border: 0 none;
  text-transform: none;
  text-decoration: none !important;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  color: #FFF !important;
  line-height: 1em;
  background: #TRANSPARENT;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  .btn:focus, .btn:hover {
    background: #TRANSPARENT; }
  .btn.btn-black {
    background: none;
    color: #white; }
    .btn.btn-black:hover, .btn.btn-black:focus {
      background: black; }
  .btn.btn-grey {
    background: #555555;
    color: none; }
    .btn.btn-grey:hover, .btn.btn-grey:focus {
      background: #2f2f2f; }
  .btn.btn-red {
    background: #BC2017;     /* MODIFIER ICI couleur NO-hover LIEN fenetre en frame */  
    color: #TRANSPARENT; }
    .btn.btn-red:hover, .btn.btn-red:focus {
      background: #7B0E09; }    /* MODIFIER ICI couleur hover LIEN fenetre en frame */
  .btn.btn-yellow {
    background: #e7ac31;
    color: #TRANSPARENT; }
    .btn.btn-yellow:hover, .btn.btn-yellow:focus {
      background: #b68215; }
  .btn.btn-big {
    font-size: 1.350em; }
    @media screen and (max-width: 979px) {
      .btn.btn-big {
        font-size: 1.250em; } }
    @media screen and (max-width: 768px) {
      .btn.btn-big {
        font-size: 1.15em; } }
  .btn.btn-full {
    width: 100%; }
  .btn.btn-small {
    height: auto;
    line-height: 1;
    padding: 5px 10px;
    font-size: 80%; }

.alert {
  padding: 8px 15px 8px 10px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  position: relative;
  display: block;
  line-height: normal;
  font-size: 1em;
  color: #333; }
  .alert.warning {
    text-shadow: 1px 1px 0 #FFF; }
  .alert .close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("") !important;
    cursor: pointer;
    opacity: 0.25;
    float: right;
    line-height: 20px;
    position: relative;
    right: -5px;
    top: 4px; }
  .alert.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }
  .alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .alert.alert-white {
    color: #333;
    background-color: #FFF;
    border-color: #ddd; }

.loading:before {
  content: url("");
  float: left;
  margin-right: 5px; }

form.form-responsive {
  max-width: 640px;
  margin: 0 0 15px;
  padding: 20px;
  border: 1px solid #555555;
  background: none;
  background: rgba(0, 0, 0, 0.4); }
  form.form-responsive.form-center {
    margin-left: auto;
    margin-right: auto; }
form .control-group {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  form .control-group label {
    display: block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 1em; }
    @media screen and (max-width: 639px) {
      form .control-group label {
        width: 100%;
        float: none; } }
    form .control-group label.full-width {
      display: block;
      width: 100%;
      margin-bottom: 5px; }
    form .control-group label.mand:after {
      content: ' *';
      display: inline;
      color: #333333; }
  form .control-group .control {
    width: auto;
    margin-left: 145px;
    display: block;
    position: relative; }
    @media screen and (max-width: 639px) {
      form .control-group .control {
        margin-left: 0; } }
    form .control-group .control.mand input {
      padding-right: 90px; }
    form .control-group .control.mand:after {
      content: 'required';
      color: #cccccc;
      vertical-align: text-top;
      position: absolute;
      top: 7px;
      right: 10px;
      font-size: 80%; }
    form .control-group .control.mand.hide-mand:after {
      content: '';
      display: none; }
    form .control-group .control input, form .control-group .control textarea {
      background: #FFF;
      color: #555555;
      padding: 0 5px;
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      border: 0 none;
      -webkit-transition: border-color 0.1s linear;
      -moz-transition: border-color 0.1s linear;
      -o-transition: border-color 0.1s linear;
      transition: border-color 0.1s linear; }
    form .control-group .control select {
      background: #FFFFFF;
      color: none;
      padding: 4px 2px 2px;
      font-size: 1.FFFem;
      width: 100%;
      border: 0 none; }
    form .control-group .control input:read-only, form .control-group .control input:-moz-read-only {
      background: #f8f8f8; }
    form .control-group .control input[type="checkbox"], form .control-group .control input[type="radio"] {
      width: auto;
      height: auto;
      float: left;
      margin-right: 7px;
      margin-top: 2px; }
    form .control-group .control label {
      display: inline-block;
      width: auto;
      margin-right: 10px; }
    form .control-group .control input {
      width: 100%;
      height: 35px;
      line-height: 35px; }
    form .control-group .control textarea {
      width: 100%;
      height: 125px;
      padding-top: 5px;
      padding-bottom: 5px; }
    form .control-group .control select {
      height: 35px; }
    form .control-group .control.select.mand:after {
      right: 30px; }
    form .control-group .control.textarea.mand:after {
      display: none; }
    form .control-group .control.tickbox.mand:after, form .control-group .control.radio.mand:after {
      display: none; }
    form .control-group .control.tickbox label, form .control-group .control.radio label {
      padding: 10px 5px 5px 28px;
      line-height: 1;
      height: auto;
      display: inline-block; }
      form .control-group .control.tickbox label input[type="checkbox"], form .control-group .control.tickbox label input[type="radio"], form .control-group .control.radio label input[type="checkbox"], form .control-group .control.radio label input[type="radio"] {
        margin-left: -25px;
        display: inline;
        float: left; }
      form .control-group .control.tickbox label:hover, form .control-group .control.radio label:hover {
        cursor: pointer; }
  form .control-group .hp {
    display: none;
    visibility: hidden; }
  form .control-group .button-group {
    overflow: hidden;
    text-align: right; }
    form .control-group .button-group .control {
      text-align: right; }

.bg-offwhite form.form-responsive {
  border: 1px solid #a6a6a6;
  background: #e6e6e6;
  background: rgba(205, 205, 205, 0.5); }

.bg-white form.form-responsive {
  border: 1px solid #bfbfbf;
  background: none; }

@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */ }

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none; }

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 10px 5px;
  background-color: #FFF;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: center; }

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease; }

.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    background: #FFF; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    background: #fff; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 16px;
  font-size: 14px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#cookie-bar {
  width: 320px;
  padding: 10px 10px;
  background: none;
  background: rgba(0, 0, 0, 0.75);
  color: transparent;
  z-index: 110;
  overflow: hidden; }
  #cookie-bar.fixed {
    position: fixed;
    bottom: 20px;
    right: 10px; }
    @media screen and (max-width: 768px) {
      #cookie-bar.fixed {
        left: 10px;
        width: auto; } }
  #cookie-bar p {
    display: block;
    clear: both;
    font-size: 0.813em;
    line-height: 1.3em;
    color: #transparent;
    font-weight: 300;
    padding: 0;
    margin: 0; }
  #cookie-bar a {
    color: #e7ac31;
    font-weight: 400;
    text-decoration: none; }
    #cookie-bar a:hover {
      color: #e7ac31;
      text-decoration: underline; }
  #cookie-bar .cb-enable {
    display: block;
    margin: 10px auto 0;
    padding: 2px 0;
    width: 75px;
    line-height: 23px;
    height: 25px;
    background: none;
    text-transform: none;
    font-size: 0.813em;
    text-align: center;
    color: none;
    font-weight: 700; }
    #cookie-bar .cb-enable:hover {
      color: none;
      background: #90191c;
      text-decoration: none !important; }

/*@import '../lib/fontawesome/font-awesome';*/
@media screen and (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0; }

  .row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6,
  .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }

  .table-wrap {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-wrap > .table {
    margin-bottom: 0; }

  .table-wrap > .table > thead > tr > th, .table-wrap > .table > tbody > tr > th, .table-wrap > .table > tfoot > tr > th,
  .table-wrap > .table > thead > tr > td, .table-wrap > .table > tbody > tr > td, .table-wrap > .table > tfoot > tr > td {
    white-space: nowrap; } }
@font-face {
  font-family: "AlverataW01-Regular";
  src: url("https://db.onlinewebfonts.com/t/2bb394c5bd547b5649e6496f9ec8185f.eot");
  /* IE9*/
  src: url("https://db.onlinewebfonts.com/t/2bb394c5bd547b5649e6496f9ec8185f.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2bb394c5bd547b5649e6496f9ec8185f.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/2bb394c5bd547b5649e6496f9ec8185f.woff") format("woff"), url("https://db.onlinewebfonts.com/t/2bb394c5bd547b5649e6496f9ec8185f.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/2bb394c5bd547b5649e6496f9ec8185f.svg#AlverataW01-Regular") format("svg");
  /* iOS 4.1- */ }
@keyframes lotb_moveUp {
  from {
    bottom: -100%; }
  to {
    bottom: -50px; } }
@keyframes lotb_moveDown {
  0% {
    bottom: -50px; }
  20% {
    bottom: -20px; }
  100% {
    bottom: -100%; } }
.play-game {
  position: fixed;
  left: 0;
  max-width: 325px;
  z-index: 100;
  -webkit-animation: lotb_moveUp 1s forwards;
  /* Safari 4.0 - 8.0 */
  animation: lotb_moveUp 1s forwards;
  animation-delay: 1.5s; }
  .play-game.moveDown {
    -webkit-animation: lotb_moveDown 2s forwards;
    /* Safari 4.0 - 8.0 */
    animation: lotb_moveDown 2s forwards; }
  .play-game .play-game_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .play-game .download-button {
    position: absolute;
    left: 48%;
    bottom: 75px;
    max-width: 140px;
    transform: translateX(-48%); }
  .play-game .play-the-game {
    position: absolute;
    bottom: 130px;
    left: 48%;
    max-width: 130px;
    transform: translateX(-48%);
    font-family: 'AlverataW01-Regular';
    color: #FFF;
    text-transform: none;
    text-shadow: 0 3px 10px #FFF, 0 4px 4px #050505, 0 -2px 4px #FFF; }
  .play-game .dismiss {
    width: 30px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    bottom: 80px;
    position: absolute;
    left: 10px; }
  .play-game .dismiss svg {
    -webkit-filter: drop-shadow(0px 0px 10px #FFF);
    filter: drop-shadow(0px 0px 10px #FFF); }
  .play-game .play-mobile {
    display: none;
    width: 100%;
    background: #FFF; }
  .play-game #eddie {
    max-width: 325px; }
  @media screen and (max-width: 1400px) {
    .play-game {
      max-width: 250px; }
      .play-game #eddie {
        max-width: 250px; } }
  @media screen and (max-width: 768px) {
    .play-game {
      display: none; } }