@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, html {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body {
  overflow-x: hidden;
  background: #000000;
}

h1 {
  font-size: 6em;
} 

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow-y: auto;
}
.container .breadcrumb {
  background-color: transparent;
  padding: 0;
  max-width: 1200px;
  margin: 15px auto 0;
  height: 30px;
}
.container .breadcrumb li {
  position: relative;
  padding: 0;
  margin: 4px 4px 4px 0;
  display: inline-block;
  float: left;
  height: 30px;
  background-color: #edeff0;
}
.container .breadcrumb li:last-of-type {
  margin-right: 0;
}
.container .breadcrumb li > * {
  position: relative;
  color: #2c3f4c;
  background-color: #edeff0;
  border-color: #edeff0;
  height: 30px;
  display: block;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  padding-left: 1.6em;
  padding-right: 0.6em;
}
.container .breadcrumb li.current > * {
  color: #fff;
  background-color: #96c03d;
  border-color: #96c03d;
}
.container .breadcrumb li:first-of-type > * {
  border-radius: .25em 0 0 .25em;
  padding-left: 1.3em;
}
.container .breadcrumb li:last-of-type > * {
  border-radius: 0 .25em .25em 0;
  padding-right: 1.3em;
}
.container .breadcrumb a:hover {
  color: #fff;
  background-color: #d6a227;
  border-color: #d6a227;
}
.container .breadcrumb li::after,
.container .breadcrumb li > *::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right-width: 0;
  border-left-width: 13px;
  border-left-style: dashed;
}
.container .breadcrumb li::after {
  z-index: 1;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  border-left-color: #fff;
  margin: 0;
}
.container .breadcrumb li > *::after {
  z-index: 2;
  border-left-color: inherit;
}
.container .breadcrumb li:last-of-type::after,
.container .breadcrumb li:last-of-type > *::after {
  display: none;
}
.container .cd-breadcrumb.triangle.custom-separator li::after {
  background-image: none;
}
.container .cd-breadcrumb.triangle.custom-icons li::after,
.container .cd-breadcrumb.triangle.custom-icons li > *::after {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.container section {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  padding-bottom: 50px;
}
.container section .contenu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  width: 96%;
}
.container section .contenu .titre {
  margin: 65px 0 40px;
}
.container section .contenu .titre p {
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 32px;
}
.container section .contenu .titre span {
  width: 75px;
  height: 6px;
  background: #000000;
  display: block;
  margin-top: 10px;
}
.container section .contenu .titre.blanc p {
  color: #ffffff;
}
.container section .contenu .titre.blanc span {
  background: #ffffff;
}
.container section .contenu .bloc-txt {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.container section .contenu .sstitre {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}

.container #home-tarots ul {
  width: 100%;
  font-size: 0;
}
.container #home-tarots ul li{
  width: 49%;
  margin-right: 1%;
  display: inline-flex;
}

.container #home-tarots  ul li {
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;

}
.container #home-tarots  ul li .bg-tirage {
  width: 100%;
  display: block;
  pointer-events: none;
}
.container #home-tarots ul li .desc {
  background: #ffffff;
  pointer-events: none;
  min-height: 270px;
}
.container #home-tarots ul li .desc p {
  font-family: 'Open Sans', sans-serif;
  padding: 0 5%;
}
.container #home-tarots ul li .desc .title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.container #home-tarots ul li .desc .txt {
  font-size: 16px;
  padding-bottom: 10px;
}
.container #home-tarots ul li .desc .more {
  margin: 0 auto;
  display: block;
  margin-top: -25px;
}

.container #home-arcanes {
  background: #ffffff;
  padding-bottom: 100px;
}
.container #home-arcanes .contenu .bloc-content ul li {
  width: 25%;
  float: left;
  position: relative;
  height: 200px;
  display: table;
}
.container #home-arcanes .contenu .bloc-content ul li .bloc-txt {
  display: table-cell;
  vertical-align: middle;
}
.container #home-arcanes .contenu .bloc-content ul li .carte {
  position: absolute;
  transform: translate(-50%, 0);
  width: 70%;
  left: 50%;
  max-width: 155px;
}
.container #home-arcanes .contenu .bloc-content ul li .carte .bg {
  width: 100%;
}
.container #home-arcanes .contenu .bloc-content ul li .carte .titre-carte {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #ffffff;
  width: 80%;
  text-align: center;
}
.container #home-arcanes .contenu .bloc-content ul li .carte .more {
  display: block;
  margin: 20px auto 0;
  width: 40%;
}
.container #home-arcanes .contenu .bloc-content ul li span {
  width: 1px;
  height: 100px;
  display: block;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.container #home-arcanes .contenu .bloc-content ul li:nth-child(2), .container #home-arcanes .contenu .bloc-content ul li:nth-child(3) {
  cursor: pointer;
}
.container #home-tirage {
  background-image: url("../img/bg3.jpg");
  
}
.container #home-tirage .contenu ul {
  height: 350px;
  width: 65%;
  position: relative;
  margin: 0 auto;
}
.container #home-tirage .contenu ul li {
  position: absolute;
  cursor: pointer;
  width: 16%;
}
.container #home-tirage .contenu ul li img {
  width: 100%;
}

.container #home-tirage .contenu ul li .front {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: rotateY(180deg);
  left: 0;
}
.container #home-tirage .contenu .bloc-txt {
  text-align: center;
  width: 100%;
  color: #ffffff;
  letter-spacing: 1px;
  float: left;
}
.container #home-tirage .contenu .bloc-txt span {
  color: #d6a227;
}
.container #home-presentation {
  background-image: url("../img/bg-home.jpg");
  background-color: #ffffff;
  background-position: right;
  background-size: auto;
  padding-top: 60px;
}

.container #home-tirage .contenu .titre {
  color: #d6a227;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin: 100px 0 10px;
  line-height:38px;
}
.container #home-tirage .contenu .consigne {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  background: #d6a227;
  border-radius: 10px;
  display:table;
  padding: 5px 15px;
  margin: 0 auto 60px;
  position: relative;

}
.container #home-tirage .contenu .consigne img{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
}

.container #home-tirage .contenu .bloc-italic {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #ffffff;
}


@media only screen and (max-width: 960px) {
  .container section {
    width: 100%;
    padding: 0 2% 50px;
  }
 
}
@media only screen and (max-width: 767px) {
   .container #home-tirage .contenu ul {
    width: 100%;
  }
  .container section .contenu .titre {
    margin: 17px 0 49px 0px;
  }
  .container section .contenu .titre p {
    font-size: 16px;
  }
 
  .container #home-tarots ul li .desc {
    min-height: 440px;
  }
  .container #home-arcanes {
    padding-bottom: 50px;
  }
  .container #home-arcanes .contenu .bloc-content ul li {
    width: 50%;
  }
  .container #home-arcanes .contenu .bloc-content ul li span {
    display: none;
  }
  .container #home-tirage .contenu .bloc-txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  
 
  .container #home-tarots ul li {
    min-height: 400px;
    width: 100%;
    margin-right: 0;
  }
  .container #home-tarots ul li .desc {
    min-height: auto;
  }
  .container #home-tarots ul li .desc .txt{
    padding-bottom: 30px;
  }
  
}


/* FOOTER */

#blocFooter {
  width: 100%;
  position: relative;
  max-width: 1180px;
  padding: 0 40px;
  margin: 20px auto 0;
  overflow: hidden;
}
#blocFooter ul {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
#blocFooter ul li {
  width: 32%;
  height: 302px;
  position: relative;
  overflow: hidden;
  margin-left: 2%;
  float: left;
  cursor: pointer;
}
#blocFooter ul li img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
#blocFooter ul li p {
  width: 80%;
  border: 1px solid;
  text-align: center;
  color: #ffffff;
  font-family: 'Montserrat';
  background: rgba(0, 0, 0, 0.4);
  height: 40px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 43%;
  padding-top: 10px;
  pointer-events: none;
}
#blocFooter ul li:first-child {
  margin-left: 0;
}
#blocFooter .blocfull {
  width: 100%;
  height: 294px;
  cursor: pointer;
  float: right;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
#blocFooter .blocfull .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
}
#blocFooter .blocfull .bg img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
#blocFooter .blocfull .contentTxt {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#blocFooter .blocfull .contentTxt .title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  text-align: center;
  padding-top: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
#blocFooter .blocfull .contentTxt .texte {
  font-family: 'Montserrat';
  font-size: 14px;
  text-align: center;
  padding: 0 40px;
  color: #ffffff;
}
#blocFooter .blocfull .contentTxt .bt {
  width: 200px;
  border: 1px solid;
  text-align: center;
  color: #ffffff;
  font-family: 'Montserrat';
  background: rgba(0, 0, 0, 0.4);
  height: 40px;
  font-size: 12px;
  display: block;
  padding-top: 10px;
  margin: 30px auto 0;
}
footer {
  position: relative;
}


/* END FOOTER */
