html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,body {
  min-height:100%;
  height: 100%;
  position: relative;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
a {
  text-decoration: none;
  color: #816B5B;
}
a.bouton {
  color: #951419;
  display: inline-block;
  padding: 10px;
  border: 1px solid #816B5B;
}

a.bouton.blanc {
  color:#fff;
    border: 1px solid #fff;
}

a.bouton.rouge {
  color:#8E1419;
    border: 1px solid #8E1419;
}

a.bouton.noir {
  color:#000;
    border: 1px solid #000;
}
p {
  margin-bottom: 5px;
  font-size:12px;
  line-height:normal;
}
p:last-of-type {
  margin: 0;
}

b,strong {
  font-weight:600;
}

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

@font-face {
    font-family: 'socicon';
    src: url('../font/socicon.eot');
    src: url('../font/socicon.eot?#iefix') format('embedded-opentype'),
         url('../font/socicon.woff') format('woff'),
         url('../font/socicon.ttf') format('truetype'),
         url('../font/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


/* system */
.alert.alert-message {
padding: 20px;
border: 1px solid;
margin-bottom: 20px;
position:relative;
}

.alert.alert-message a.close {
  position:absolute;
  right: 10px;
  top:0;
}
.icons {position: absolute;top: 0;right: 0;z-index: 5654;}
li.edit-icon a:before {/* content: "\2b"; *//* font-family:'IcoMoon'; *//* margin-left:2px; */}
li.edit-icon a {
  /* color:#cecece; */
  /* transition:all 0.2s ease-in-out; */
  /* border: 1px solid; */
  /* padding: 2px; */
}
li.edit-icon a:hover {/* color:#444; */}

/* structure globale */

body {
  font-family: 'Helvetica Neue', arial;
  font-weight: 200;
  /* height:100%; */
  /* min-height:100%; */
  color: #444;
}

.container {
  /* width:100%; */
  /* max-width: 1400px; */
  /* margin:0 auto; */
}
.container.corps.default {padding-top: 40px;}
.home .container.corps.default {
  /* display: none; */
}

.view-modules .container.corps.default,
.layout-edit .container.corps.default {
    width: 1024px;
    padding-top: 140px;
}

.bloc {
  /* width: 100%; */
  /* margin: 0 auto; */
  /* border:1px solid red; */
  /* padding: 20px 0 0 0; */
  /* position: relative; */
}

.bloc.header {
  padding:0;
}
#maxislider {
  max-width: 1500px;
  margin: 0 auto;
}
.item-page .cycle-slideshow.jmslideshow {
  margin-bottom: 30px;
}

.jupiter,
.pluton {
  clear:both;
}
.pluton {
  padding:0;
}
div#fb-root {
  display: none;
}
.tiers {
  display: block;
  float: left;
  width: 360px;
  margin-right: 31px;
  /* background-color: #00F; */
  height: 450px;
  overflow-x: scroll;
  margin-bottom: 40px;
}
.tiers:nth-of-type(3) {
margin-right: 0;
}
/* header */
#top {/* border-bottom: 1px solid #DDD; */height: 100px;position: absolute;z-index: 1000;}

.header-inner {position: absolute;z-index:100;top: 40px;left: 7%;}

.home .header-inner {
/* display:none; */
}
a.brand {
  display:block;
  /* width: 150px; */
  /* height: 150px; */
}

a.brand img {
  width: 450px;
}


nav.navigation {display: block;position: fixed;/* padding-top: 12px; */right: 0;top: 0;width: 100%;background: #8e1419;/* text-align: center; */height: 40px;/* overflow: hidden; */}
.moduletable_menu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.mod-languages {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 5000;
}

nav.navigation ul li {
  display: inline-block;
  padding: 10px 20px;
  height: 20px;
  position: relative;
  top: 0;
  /* float: left; */
}

nav.navigation ul.nav li {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)) 1 100%;
    border-right: 0px;
    border-bottom: 0;
    border-top: 0;
}
nav.navigation ul.nav li:last-of-type {
  border-right:1px;
}

nav.navigation ul.nav li a {
/* display: block; */
position:relative;
}

li.item-101 a,
li a.links {
  /* top:-20px; */
}

ul.nav.menu {
    /* background: #8e1419; */
    text-align: center;
    position: relative;
    /* margin: 0 auto; */
}

.nav.menu li.current a:after {
/*    display: block;
    position: absolute;
    text-align: center;
    z-index: -1;
    left: 50%;
    content: "\e226";
    font-family: 'IcoMoon';
    font-size: 21px;
    speak: none;
    color: #8E1419;
    transform:rotateZ(45deg);
    top: 30px;
    margin-left: -7px;
    line-height: 0;
*/
}

nav.navigation ul li a.links {
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: lowercase;
  padding: 5px;
  background-color: #cecece;
  color: #fff;
  text-align: center;
  width: 15px;
  height: 15px;
  top: -21px;
  margin-right: 0;
}


nav.navigation ul li a div.menu_image {
display:inline-block;
}


nav.navigation ul li a span {
  position:relative;
  top:-20px;
  display:inline-block;
}
nav.navigation ul li a, 
nav.navigation ul li a,
nav.navigation ul li span {/* display: block; */text-decoration: none;-webkit-transition: all 0.5s ease-in;-moz-transition: all 0.5s ease-in;-o-transition: all 0.5s ease-in;-ms-transition: all 0.5s ease-in;transition: all 0.5s ease-in;color: #FFF;text-transform:uppercase;font-size: 19px;/* height: 40px; */font-weight: 100;letter-spacing: 0.15em;}


.nav.menu li a img {
 -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
 width: 48px;
 background-color: #F0EFEF;
  border-radius: 50px;
  margin-right: 10px;
}


.nav.menu li.active a {
   color: #FFF;
}


/* zone de contenus */

ul.breadcrumb li {display: inline-block;font-size: 12px;color: #fff;}
ul.breadcrumb li a { color:#fff; text-decoration:none;}

#gauche .moduletable,
#aside .moduletable {
padding: 30px;
border: 1px solid #DDD;
/* margin-right:20px; */
margin-bottom: 20px;
}
#gauche .moduletable h3,
#aside .moduletable h3 {
font-weight:400;
  margin-bottom:10px;
}
#gauche ul li,
#aside ul li {
  margin: 2px 0;
  font-size: 15px;
}
#gauche .moduletable.noborder,
#aside .moduletable.noborder {
padding:0;
border:0;
}

#gauche .moduletable.marquesboutiques,
#aside .moduletable.marquesboutiques {
/* margin-top: 54px; */
height: 376px;
overflow-x: scroll;
}

.moduletable.carte {
  height:300px;
}

/* content */


main#content {
width: 65.9%;
position: relative;
float: left;
/* background:#cecece; */
}

main#content.large {/* width: 100%; */}

/* page thematiques accueil */

body.thematiques {
    background: #000;
}

.thematiques .blogitem {
    position: relative;
    height:400px;
    overflow:hidden;
}

.trigger {
    position: absolute;
    /* background: #00F; */
    width: 5px;
    height: 5px;
    right: 0;
}


.thematiques .blogitem .page-header {
    position:absolute;
    width:220px;
    height:220px;
    background: #000;
    border-radius:50%;
    padding:20px;
    z-index:10;
}

.thematiques .blogitem .centrage {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.thematiques .blogitem .page-header h2 {text-align:center;display: flex;justify-content: center;flex-direction: column;width: 100%;height: 100%;color: #FFF;font-size: 24px;}

.thematiques .blogitem .contenu {
  position:absolute;
  width: 430px;
  height: 430px;
  padding: 20px;
  border-radius: 50%;
  background: #cecece;
  text-align:center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  box-shadow: 0 0 10px #000;
}

.thematiques .blogitem .contenu p {
  font-size:14px;
line-height:normal;
}

.thematiques .blogitem .pull-left.item-image {
  position:absolute;
}

.thematiques .blogitem .pull-left.item-image img {
  border-radius:50%;
  box-shadow: 0 0 10px #000;
  max-width:100%;
}

/* leading-0 */

.thematiques .blogitem.leading-0 {
    height: 645px;
    background: url(../images/fond-1.png) no-repeat #000;
    /* background: #000000; */ /* Old browsers */
    background: url(../images/fond-1.png) no-repeat, url(../images/fond-1.png) no-repeat, -moz-linear-gradient(left,  #000000 0%, #4f4f4f 41%, #4f4f4f 54%, #000000 100%); /* FF3.6-15 */
    /* background: url(../images/fond-1.png) no-repeat, -webkit-linear-gradient(left,  #000000 0%,#4f4f4f 41%,#4f4f4f 54%,#000000 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: url(../images/fond-1.png) no-repeat, linear-gradient(to right,  #000000 0%,#4f4f4f 41%,#4f4f4f 54%,#000000 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: url(../images/fond-1.png) no-repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    /* background-size:cover; */
    /* background-blend-mode:normal; */
    overflow: visible;
}

.thematiques .blogitem.leading-0 .pull-left.item-image {
  top: 200px;
  width: 160px;
  padding: 0;
  left: 200px;
  }

.thematiques .blogitem.leading-0 .centrage .contenu {
    top: 270px;
    left: 425px;
    width: 340px;
    height: 340px;
    background: #313131;
    color:#fff;
    z-index: 30;
    box-shadow: 0 0 10px #FFF;
    padding: 30px;
}
.thematiques .blogitem.leading-0 .centrage .page-header {
    right: 20px;
    top: 105px;
    background: #EEBD10;
}

/* leading-1 */

.thematiques .blogitem.leading-1 {
    height: 500px;
    overflow: hidden;
}

.leading-1 .trigger {
    top: 290px;
}

.thematiques .blogitem.leading-1 .decale {
    height: 100%;
    background: url(../images/motif-2.png) #8E1419; /* Old browsers */
    background-blend-mode: color-burn;
    position:fixed;
    z-index:-1;
    top:000px;
    width:100%;
}

.thematiques .blogitem.leading-1 .pull-left.item-image {
  top: -10px;
  width: 240px;
  padding: 0;
  right: 0;
  }
.thematiques .blogitem.leading-1 .centrage .contenu {
    top: 120px;
    left: 210px;
    width: 340px;
    height: 340px;
    background: #FFF;
    color: #000;
    z-index: 30;
    padding: 30px;
}
.thematiques .blogitem.leading-1 .centrage .page-header {
    left: 0px;
    top: 30px;
    background: #aaa296;
}

.thematiques .blogitem.leading-1 .page-header h2 {
  color:#000;
}

/* leading-2 */

.thematiques .blogitem.leading-2 {
    height: 540px;
    background: url(../images/damier.png) repeat #000;
    }

.thematiques .blogitem.leading-2 .pull-left.item-image {
  top: 269px;
  width: 164px;
  padding: 0;
  left: 90px;
  z-index: 30;
  }
.thematiques .blogitem.leading-2 .centrage .contenu {
    top: 120px;
    right: 50px;
    width: 340px;
    height: 340px;
    background: #D3D826;
    color: #000;
}
.thematiques .blogitem.leading-2 .centrage .page-header {
    left: 190px;
    top: 60px;
    box-shadow: 0 0 10px #fff;
}


/* leading-3 */

.thematiques .blogitem.leading-3 {
    height: 520px;
}
.leading-3 .trigger {
    top: 50px;
}

.thematiques .blogitem.leading-3 .decale {width:100%;height: 100%;background: url(../images/motif-3.png) #FF8716; /* Old browsers */background-blend-mode: unset;position: fixed;z-index: -2;top: 0;}

.thematiques .blogitem.leading-3 .pull-left.item-image {
  top: 160px;
  width: 230px;
  padding: 0;
  right: 30px;
  }
.thematiques .blogitem.leading-3 .centrage .contenu {
    top: 150px;
    left: -10px;
    width: 350px;
    height: 350px;
    background: #E94C13;
    color:#fff;
    padding: 30px;
}
.thematiques .blogitem.leading-3 .centrage .page-header {
    left: 340px;
    top: 40px;
    background: #3A3A3A;
}


/* leading-4 */

.thematiques .blogitem.leading-4 {
    height: 610px;
    /* overflow: visible; */
    background: #000;
    z-index: -1;
    }

.thematiques .blogitem.leading-4  .decale {
  position:absolute;
  top:0;
  z-index:-1;
  height: 120%;
  width:100%;
  background: url(../images/fond-bleu.png) 50% 50% no-repeat #000000; /* Old browsers */
  background: url(../images/fond-bleu.png) 50% 50% no-repeat, url(../images/fond-1.png) no-repeat, -moz-linear-gradient(left,  #000000 0%, #4f4f4f 41%, #4f4f4f 54%, #000000 100%); /* FF3.6-15 */
  background: url(../images/fond-bleu.png) 50% 50% no-repeat, -webkit-linear-gradient(left,  #000000 0%,#4f4f4f 41%,#4f4f4f 54%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(../images/fond-bleu.png) 50% 50%  no-repeat, linear-gradient(to right,  #000000 0%,#4f4f4f 41%,#4f4f4f 54%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: url(../images/fond-bleu.png) 50% 50% no-repeat, progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
  background-size:cover;
  background-blend-mode:normal;
}

.thematiques .blogitem.leading-4 .pull-left.item-image {
  top: 270px;
  width: 155px;
  padding: 0;
  left: 218px;
  z-index: 60;
  }
.thematiques .blogitem.leading-4 .centrage .contenu {
    top: -30px;
    left: 290px;
    width:320px;
    height:320px;
    background: #004A71;
    color:#fff;
    padding: 40px;
    z-index: 50;
}
.thematiques .blogitem.leading-4 .centrage .page-header {
    right: 80px;
    top: 130px;
    background: #008AD2;
    width: 160px;
    height: 160px;
    /* margin: 0; */
}

/* leading-5 */

.thematiques .blogitem.leading-5 {
    height: 575px;
    background: #5F0D11; /* Old browsers */
}

.thematiques .blogitem.leading-5 .pull-left.item-image {
  top: 140px;
  width: 154px;
  padding: 0;
  }
.thematiques .blogitem.leading-5 .centrage .contenu {
    top: 100px;
    left: 60px;
    width: 510px;
    height:320px;
    background: #5F0D11;
    color:#fff;
    border-radius: 0;
    border: 1px #fff solid;
}
.thematiques .blogitem.leading-5 .centrage .page-header {
    right: 50px;
    top: -50px;
}

h4.newsflash-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.thematiques .blogitem.leading-5 .contenu p {
  font-size:15px;
}

.newsflash-slide p {
    font-family: 'Times New Roman';
    font-style:italic;
}

.center {
    height: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

li {
    /* height: 100%; */
}

.navv {
    position: absolute;
    left: 550px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display:flex;
    justify-content: center;
    flex-direction: column;
    /* z-index: 10; */
    }

.navv.prevv {
    top: 250px;
}
.navv.nextt {
    top: 309px;
}



/* page qui sommes nous */

body.quisommes {
  background: #0C0C0C;
}

.quisommes .corpsarticle {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    /* background: red; */
    height: 150px;
}

.vignette img {
  width:91px;
  border: 10px solid rgba(0, 0, 0, 0);
  -moz-border-radius:50%;
  -webkit-border-radius:100px;
  border-radius: 50%;
  margin: -2.5px;
  }

.vignette:hover img {
    border-color:#8E1419;
}

.vignette {
  display:block;
  position: absolute;
  z-index: 10;
}

.bloc.jupiter.quisommes,
.container.corps.quisommes {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4f4f4f+41,4f4f4f+54,000000+100 */
padding-top:160px;
    color:#fff;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%, #4f4f4f 41%, #4f4f4f 54%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#4f4f4f 41%,#4f4f4f 54%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#4f4f4f 41%,#4f4f4f 54%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.bloc.jupiter.quisommes {
  height: 715px;
  padding-top: 10px;
}

.bloc.jupiter.quisommes .centre {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.hvaleurs {
    position: absolute;
    top: 120px;
    left: 150px;
}

.quisommes h3 {
    color: #CC2027;
    /* font-weight: 600; */
    margin: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

.bloc1,.bloc2,.bloc3 {
    position: absolute;
    display: block;
    width: 350px;
    text-align: center;
}

.bloc1 p,
.bloc2 p,
.bloc3 p {
  font-size: 12px;
  margin-bottom: 5px;
}

.bloc1 {
    top: 130px;
    left: 480px;
}

.bloc2 {
    top: 270px;
    left: 0;
    width: 490px;
}

.bloc3 {
    top: 470px;
    left: 140px;
}



.arbre {
    position: relative;
    top: 0;
    float: right;
}

.bloc_profils {
    position: relative;
}

.bloc_valeurs {
    position: relative;
}

h3.hprofils {
    position: absolute;
}

.arbre {
    position: relative;
    top: 2px;
    float: right;
    z-index: 1;
}

.bloc_profils {
    position: relative;
    margin-top: -80px;
}

.bloc_valeurs {
    position: relative;
    z-index: 12;
}

.jupiter.prestations h3, .quisommes h2 {
  text-transform: uppercase;
  color: #9B9B9B;
  font-weight: 100;
  font-size: 32px;
  margin:0;
}

.jupiter.prestations h3 {
  text-align:center;
}

.hprofils {
    position: absolute;
    top: 420px;
    right: 50px;
    z-index: 12;
    text-align: center;
}

a.vignette.olivia {
    top: 190px;
    right: 252px;
}

a.vignette.aline {
    top: 59px;
    right: 157px;
}

a.vignette.annecharlotte {
    top: 453px;
    right: 601px;
}

a.vignette.vanessa {
    top: 476px;
    right: 461px;
}
.content-links {
    position: absolute;
    z-index:0;
    top: 601px;
    /* height: 100px; */
    /* padding: 20px; */
    background: #cecece;
    width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e1419+0,000000+100 */
    background: #8e1419; /* Old browsers */
    background: -moz-linear-gradient(left,  #8e1419 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8e1419 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8e1419 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1419', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.prestations .content-links {
  position:relative;
  top: auto;
  margin-top: 50px;
  height:60px;
  margin-bottom: -60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,8e1419+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left,  #000000 0%, #8e1419 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000000 0%,#8e1419 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000000 0%,#8e1419 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8e1419',GradientType=1 ); /* IE6-9 */

}

.prestations .content-links ul {
  padding-bottom:0;
}
.container.bande {
  text-align:center;
  font-size:12px;
}

.container.bande a {
  text-decoration:none;
}
.container.bande .separator:before {
  content: "|";
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

.container.bande.quisommes,
.container.bande.thematiques {
    background: #8E1419;
}

.container.bass.quisommes {
    background: #030303;
}

ul.nav.nav-tabs.nav-stacked {
    padding: 30px;
}

.prestations ul.nav.nav-tabs.nav-stacked {
    padding-bottom: 0;
}


ul.nav.nav-tabs.nav-stacked li+li {
  margin-top: 0px;
}

ul.nav.nav-tabs.nav-stacked a {
  color:#fff;
  text-decoration:none;
  display:block;
  position:relative;
  top: -25px;
  text-transform: uppercase;
}

ul.nav.nav-tabs.nav-stacked a:before {
   content:"";
   display: inline-block;
   width:25px;
   height:30px;
   background:url(../images/puce.png) no-repeat;
   background-size:100%;
   position:relative;
   top:10px;
   margin-right:5px;
}

/* rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©fÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©rences */

body.references {
    background: #8E1419;
    padding: 20px 35px;
    max-width: 100%;
}

.references main#content {
    width: 100%;
    /* margin: 0 auto; */
    /* position: relative; */
    /* float: initial; */
}

.references nav.navigation, .prestations nav.navigation {
    background: #000;
}

.references .nav.menu li.current a:after,
.prestations .nav.menu li.current a:after {
    color: #000;
}

.customfiltre {
    padding: 0 100px;
}

.filter.nopc {
    display: none;
}

.customfiltre li {display:inline-block;padding: 3px 4px;margin: 0 2px 2px 2px;border: 1px solid #FFFFFF;color: #fff;text-transform: uppercase;font-size: 11px;position: relative;z-index: 5;overflow:hidden;}

.customfiltre ul+ul {
	margin-top:10px;
}

.customfiltre a:after,
.customfiltre li:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.3s linear 0s;
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50% / 50%;
    -moz-border-radius: 50% / 50%; 
    border-radius:   50% / 50%;
}

.customfiltre a:hover:after,
.customfiltre li:hover:after {
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;
    width: 200px;
    height: 200px;
    opacity:100;
}

.container.corps.references {
    /* padding-top: 0; */
    text-align: center;
}
.references.override.blog.references {
    /* padding: 20px; */
    overflow-y: auto;
    height: 497px;
    /* margin: 0 20px; */
}


@media screen and (max-width:1200px) {
  .references.override.blog.references {
    /* margin: 0 60px; */
  }
}

.items-leading{
  /* white-space:nowrap; */
}

.items-leading .item {
    display: none;
    /* border:1px solid #000; */
    width: 230px;
    height: 135px;
    margin: 5px;
    /* display:none; */
    vertical-align: bottom;
    background: URL(../images/fleur_filigrane_inverse.png) 50% 50% no-repeat #fff;
    box-shadow: 0 0 6px #000;
    padding: 10px;
    background-size: 150%;
    background-blend-mode: unset;
    /* color: #000; */
}
.items-leading .item,
.items-leading .item p {font-size:10px;color: #6D6D6D;}

.items-leading .item .center_item {
  height:100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.items-leading .item .page-header {
  margin-top:0;
  margin-bottom:10px;
}
.items-leading .item .page-header h2 {
  font-size:16px;
  margin:0;
  color:#000;
}


.items-leading .item:nth-of-type(7n+1) {
  background-color: #F1CECE;
}
.items-leading .item:nth-of-type(7n+2) {
  background-color: #D4ECAD;
}
.items-leading .item:nth-of-type(7n+3) {
  background-color: #FFF4E0;
}
.items-leading .item:nth-of-type(7n+4) {
  background-color: #EAE3EA;
}
.items-leading .item:nth-of-type(7n+5) {
  background-color: #C7E2E2;
}
.items-leading .item:nth-of-type(7n+6) {
  background-color: #C2E5FF;
}
.items-leading .item:nth-of-type(7n+7) {
  background-color: #EAEAEA;
}
.container.bande.references,
.container.bande.prestations {
    background: #000;
}


/* prestations */

.container.corps.prestations {
    padding-top: 160px;
    background: url(../images/damier.png) repeat #8E1419;
    padding-bottom: 60px;
    background-blend-mode: luminosity;
}

.jupiter.container.corps.prestations {
    padding-top: 10px;
    padding-bottom: 30px;
}

.jupiter.container.corps.prestations .centre {
    width: 1200px;
    margin: 0 auto;
}


.prestations .corpsarticle {
    width: 1200px;
    margin: 0 auto;
}

.tabsao .nav.nav-tabs {
  width:100%;
}

.tabsao .nav.nav-tabs ul {
  white-space:nowrap;
}

.tabsao .nav.nav-tabs li {
  display:inline-block;
  width: 49.8%;
  text-align: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  background: #8E1419;
  font-weight: 600;
}

.tabsao .nav.nav-tabs li.active {
  background: #FFFFFF;
  font-weight: 200;
}

.tabsao .nav.nav-tabs li a {
  display:block;
  padding: 14px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
}

.tabsao .nav.nav-tabs li.active a {
  color: #8E1419;
}

.tab-pane {
  display:none;
  background: #DADADA;
  padding: 10px;
  color: #000;
  border: 10px solid #FFF;
}
.tab-pane.active {
  display:block;
}

h2.rl_tabs-title.nn_tabs-title {
    display: none;
}

.tab-pane .boc_presta {
  display: inline-block;
  width: 321px;
  border:1px solid #fff;
  margin: 10px;
  vertical-align: bottom;
  height: 240px;
  /* text-align: center; */
  padding: 20px;
  /* background: #151515; */
}
.tab-pane .boc_presta:hover {
  transition:all 0.2s ease-in;
  background: rgba(193, 193, 193, 0.33);
}

.tab-pane .boc_presta:nth-child(7) {
text-align:center;
}

.align {
display: flex;
  justify-content: center;
  flex-direction: column;
    width: 100%;
    height: 100%;
}

.prestations h2 {
    font-size: 20px;
    color: #9E760F;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.prestations .final h2 {
    font-size: 22px;
    color: #8E1419;
    line-height: 26px;
    text-transform: none;
}

/* aside */
div#aside,
div#gauche {
padding-top:54px;
width: 31.4%;
position: relative;
float: right;
/* background:#cecece; */
margin-left: 2.25%;
/* margin-top: 50px; */
}

/* sousc en bas */
.sousc .moduletable,
.pluton .moduletable,
.jupiter .moduletable {
  margin-bottom:30px;
}

.blog .page-header, .pluton .moduletable h3, .jupiter .moduletable h3, .sousc .moduletable h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #9B9B9B;
}

.blog .page-header,
.pluton .moduletable h2,
.jupiter .moduletable h2,
.sousc .moduletable h2{
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #9B9B9B;
}

.page-header h2 a {
  color:#9B9B9B;
}
.page-header h2 a:hover {
  color:#fbba00;
}

.blog article,
.sousc article,
.jupiter article,
.pluton article,
.item-page article {
display: inline-block;
width: 364px;
margin-right: 34px; 
white-space: nowrap;
margin-bottom: 30px;
position: relative;
height: 220px;
border: 0;
float: left;
}

.pluton .moduletable {
display: inline-block;
width: 322px;
padding:20px;
margin-right: 34px; 
white-space: nowrap;
margin-bottom: 30px;
position: relative;
height: 160px;
border: 1px solid #cecece;
float: left;
line-height:23px;
}
.pluton .moduletable h3 {
line-height:normal;
}

.pluton .moduletable.noborder {
padding:0;
border:0;
width:364px;
}
.pluton .moduletable.carte {
  height: 200px;
}
.blog article {
  overflow: hidden;
}

.blog article:nth-of-type(3n+0),
.jupiter article:nth-of-type(3n+0),
.pluton article:nth-of-type(3n+0),
.sousc article:nth-of-type(3n+0),
.item-page article:nth-of-type(3n+0),
.pluton .moduletable:nth-of-type(3n+0)
{
    margin-right: 0;
}

article .image-feat,
.item-page .image-feat {
position: absolute;
/* top: 0; */
/* left: 0; */
/* width: 100%; */
/* height:200px; */
z-index: 10;
overflow: hidden;
}

.pluton header,
.jupiter header,
.sousc header,
.item-page header {
position: relative;
z-index: 999;
height: 102%;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}

.blog article .page-header,
.pluton header {
position: relative;
z-index: 999;
height: 100%;
display: flex;
justify-content: center;   align-items: center;
width: 100%;
margin-top: 0px;
}

.blog article:hover .page-header{
  /* display:none; */
}
.blog article .image-feat a,
.pluton .moduletable .image-feat a,
.jupiter .moduletable .image-feat a,
.sousc .moduletable .image-feat a,
.item-page .image-feat a {
display: block;
}

.blog article a img {
  width:100%;
}

.blog article a img,
.jupiter .moduletable article a img,
.pluton .moduletable article a img,
.sousc .moduletable article a img,
.item-page article a img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  transition:0.2s ease-in-out;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.blog article:hover a img,
.pluton .moduletable article:hover a img,
.jupiter .moduletable article:hover a img,
.sousc .moduletable article:hover a img,
.item-page article:hover a img {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
   filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}

article h2 {
  color: #fff;
  font-weight:800;
  line-height:1.0em;
  padding:5px;
  background: #282828;
  margin: 0;
  transition:0.2s ease-in-out;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

article h2:hover {
  background: #fbba00;
  font-weight: 200;
}

.blog article .page-header h2 a {
  color:#fff;
  margin:0;
}
.blog article .page-header h2,
.pluton .moduletable article header a h3.title,
.jupiter .moduletable article header a h3.title,
.sousc .moduletable article header a h3.title,
.item-page article header a h3.title {
  color: #fff;
  font-weight:800;
  line-height:1.0em;
  padding:5px;
  background: #282828;
  margin: 0;
  transition:0.2s ease-in-out;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.blog article:hover .page-header h2,
.pluton .moduletable article:hover header a h3.title,
.jupiter .moduletable article:hover header a h3.title,
.sousc .moduletable article:hover header a h3.title,
.item-page article:hover header a h3.title {
  background: #fbba00;
  font-weight: 200;
}


/* contact */

body.site.com_content.view-article.no-layout.no-task.itemid-178.contact {
    /* background: url(http://localhost:8888/alpha-omega/alpha-omega%20site%202016/images/faux-fond.jpg) 50% 50%#cecece; */
    background-size:cover;
}

.bloc.jupiter.contact {
    height: 800px;
    /* background: #fff; */
    padding: 0;
    margin: 0;
}

.bloc.jupiter.contact .custom {
    z-index: 10;
    position: absolute;
    background: rgba(255, 0, 0, 0.66);
}

.contact p {
  font-size:14px;
}

.contact textarea {
    background: #fff;
}

.contact .container.bande.contact,
.itemid-178 .container.bande.contact {
    position: absolute;
    bottom: 0;
    z-index:10;
    background: #8E1419;
}

.item-page.contact {
    width: 590px;
    /* background: #8E1419; */
    position:absolute;
    top:200px;
    left:100px;
    z-index: 10;
}

.contact .tabsao .nav.nav-tabs {
  width: 80%;
}

.contact .tabsao .nav.nav-tabs li {
  display:inline-block;
  width: 49%;
  text-align: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  background: #8E1419;
  font-weight: 600;
}

.contact .tabsao .nav.nav-tabs li.active {
  background: #FFFFFF;
  font-weight: 200;
}

.contact .tabsao .nav.nav-tabs li a {
  display:block;
  padding: 14px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
}

.contact .tabsao .nav.nav-tabs li.active a {
  color: #8E1419;
}

.contact .tab-pane {
  display:none;
  background: #545454;
  padding: 10px;
  color:#fff;
  /* border: 0; */
}
.contact .tab-pane.active {
  display:block;
  margin: -1px;
}

.contact h2.rl_tabs-title.nn_tabs-title {
    display: none;
}
textarea {
    background: #fff;
}


/* divers */

.left {
float:left;
position:relative;  
}

.right {
float:right;
position:relative;  
}


/* totop */

.totop {
  text-align:center;
  /* background: #36211d; */
  width: 120px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.totop a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin: 10px;
}

a.brand.bottom {
  padding:10px;
}

a.brand.bottom img {width: 30px;}

.container.bande.default {background: #8E1419;position: relative;text-align: center;padding: 10px 0;}

.bloc.footer .texte {
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
}

.menubottom, .panama {
    padding: 13px 20px;
}
.menubottom a, .panama a {
  color:#fff;
}

.panama.bloc {
font-size: 10px;
text-align:center;
padding-bottom:5px;
}

/* login */

#login-form {
  display: none;
  position: absolute;
  padding: 20px;
  z-index: 1000;
  background: #FFF;
  border: 1px solid #CECECE;
  text-align: center;
  width: 270px;
  margin-left: 50%;
  left: -145px;
  top: 40%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.control-group {
  margin-bottom: 10px;
}
.control-label {
  margin-bottom: 5px;
}
input,
textarea {
  border: 1px solid #CECECE;
  padding: 5px;
  margin: 0;
  background: rgba(255,255,255,0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input:focus,
textarea:focus {
  outline: none !important;
  background: #ffffff;
}
.contact-form .btn,
#form-login-submit .btn {
  border: 1px solid #CECECE;
  padding: 5px;
  background: #EBEBEC;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto';
  margin: 10px 0 20px 0;
}
.logout-button {
  margin-top: 20px;
}

.fond {
    position: absolute;
    z-index: 8;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: green;
}
.fond .random-image {
  width:100%;
  height:100%;
  overflow:hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.fond .slide {
    top:0;
    /* bottom:0; */
    left:0;
    right:0;
    width:100%;
    height:100%;
}

.fond img {
  max-width:100%;
}

.navi {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 13;
    width: 52px;
    height: 104px;
    background: rgba(255, 255, 255, 0.18);
}

.navipre, .navinex {
  width:50px;
  height:50px;
  border:1px solid #fff;
  display:flex;
  justify-content: center;
  flex-direction: column;
  color :#fff;
  text-align:center;
}
.navinex {
margin-top:-1px;
}

.mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mask.show,
#login-form.show {
  display: block;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.moyen h2{
    color: #9b9b9b;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}


@media (min-width: 1024px) {

.customfiltre {
    padding: 0px;
}

}

@media (min-width: 926px) {


}

@media screen and (max-width:1030px) {
  .references main#content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: initial;
}

.references main#content {
    width: initial;
}

}

@media screen and (max-width:1030px) {

.customfiltre {
    padding: 0 10px;
}

.filter.nopc {
    /* display: block; */
    background:#fff;
    padding:10px;
    margin-bottom:10px;
}

.items-leading .item {
    display: none;
    /* border:1px solid #000; */
    width: 160px;
    height: 115px;
    margin: 5px;
    /* display:none; */
    vertical-align: bottom;
    background: URL(../images/fleur_filigrane_inverse.png) 50% 50% no-repeat #fff;
    box-shadow: 0 0 6px #000;
    padding: 10px;
    background-size: 150%;
    background-blend-mode: unset;
    /* color: #000; */
}
.items-leading .item,
.items-leading .item p {font-size:10px;color: #6D6D6D;}

}


@media screen and (max-width:450px) {

body.references {
    background: #8E1419;
    padding: 20px 20px;
    max-width: 100%;
}

.customfiltre {
    padding: 0 10px;
    padding-bottom: 10px;
}

.filter.nopc {
    /* display: block; */
    background:#fff;
    padding:10px;
    margin-bottom:10px;
}

.items-leading .item {
    width: 130px;
    height: 115px;
    margin: 3px;
}
.items-leading .item,
.items-leading .item p {font-size:10px;color: #6D6D6D;}

.items-leading .item .page-header h2 {
  font-size:14px;
  margin:0;
  color:#000;
}


}

body.references .center_item {
    text-transform: uppercase;
}
