/*******************************
          Global       
********************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');

body{
  color:black;
  font-family: 'Raleway', sans-serif;
  font-size:2em;
}

img{
  max-width: 100%
}

h1{
  padding: 6%;
}

footer{
  background: black;
  color: #cacaca;
  font-style: italic;
  font-size: initial;
}

.blank{
  width:100%;
  height:40px;
}

/*******************************
          Text - Spans       
********************************/
.jumbotron{
  z-index: 100000000000;
  position: relative;
  margin-top: -10%;
  padding: 0%;
  color: black;
  background: #fff;
}
 
span.bloc, span.strong {
    display: block;
    font-weight: bold;
    
}
.bloc{
  text-shadow: 2px 2px 2px #6f6f6a, 2px 2px 2px black;
}

.bold{
  font-weight: bolder;
  text-shadow: 1px 1px 9px #5d5d5d;
}

.ombre, .contact_bottom {
  text-shadow: 0px 0px 7px #403f3f;
}

.row h3{
  padding:3% 0;
}

.section_header{
  font-size: -webkit-xxx-large;
}
/*******************************
          Header      
********************************/


h1, #partner{
  border: 2px solid #eee;
  border-radius: 30px;
  text-align: center;
  box-shadow: 7px 5px 20px 0px #aaa;
  font-size: 25px;
}

#logo{
  width: 10%;
}
#logo, #partner{
  position: absolute;
  z-index: 99999999;
  margin: 1%;
}

#partner {
  right: 0;
  padding: 1% 5%;
  border: 2px solid #000;
  font-size: 85%;
}
a #partner {
  color:black;
}
a:hover #partner{
  text-decoration: none;
}
#partner:hover{
  background:#eee;
}

/*******************************
          Footer      
********************************/


footer ul,
.contact_bottom ul{
  list-style-type: none;
}
footer ul#stores li {
  display:initial;
}
footer #stores img{
  width:40%;
}

.contact_bottom ul li{
  display:inline-block;
  list-style-type: none;
  margin:20px;
}
.contact_bottom ul li:first-child{
  margin-left:-40px;
}
.contact_bottom ul li img{
  width:64px;
}
footer .nav li{
    margin-left: -15px;
}


/*******************************
          Images      
********************************/

.img_shadow{
    border-radius: 30px;
    box-shadow: 8px 8px 12px #aaa;
    width:90%;
}

img.store_icon{
  width:80%;
  margin:10%;
}

.storeButton, img.store_icon{
  cursor: pointer;
}

div#fr img {
    width: 125px;
    height: auto;
}

div#fr {
    float: right;
    position: relative;
    margin: -140px 4%;
}

.logo_header {
    width: 70%;
    height: auto;
}

/*******************************
          Grid + captions       
********************************/

.stories .thumbnail:hover {
  background:#EAFAF1;
}

.grid {
  position: relative;
  max-width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 300;
  font-size:100%;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #8c7f71;
  width: 100%;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width:100%;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
