@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;
}

.carte .container p {
  font-size: 2em;
}

.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: 100px;
}
.container section .contenu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  width: 96%;
}
.container section .contenu .titre {
  margin: 75px 0 50px;
}
.container section .contenu .titre p {
  font-family: 'Playfair Display', serif;
  color: #000000;
  letter-spacing: 2px;
}
.container section .contenu .titre span {
  width: 75px;
  height: 6px;
  background: #000000;
  display: block;
  margin-top: 10px;
}
.container section .contenu .bloc-txt {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.container section .contenu .sstitre {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.container #presentation {
  background-image: url("../img/bg-carte.jpg");
  background-color: #ffffff;
  background-position: top right;
  background-size: auto;
  padding-top:60px;
}

/*******************/
.container #presentation .liste-cartes, .container #presentation .bt-arcanes {
  
  width: 100%;
  background: #e2e1e1;
  padding: 40px 40px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.container #presentation .liste-cartes ul, .container #presentation .bt-arcanes ul{
  
  margin-left: -1%;
  width: 100%;
  font-size: 0;
}

.container #presentation .liste-cartes li, .container #presentation .bt-arcanes li{
  
  display: inline-block;
  width: 18%;
  margin-left: 2%;
  background: #ffffff;
  position: relative;
  margin-bottom: 25px;
  height: 50px;
  border: 1px solid #d2c6c6;

}

.container #presentation .bt-arcanes li{
  width: 23%;
  cursor: pointer;
}

.container #presentation .liste-cartes li .theme-carte{
  
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
      margin-top: 20px;
}

.container #presentation .liste-cartes li .nom-carte{
  
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background: #d6a227;
  position: absolute;
  color: #ffffff;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 27px;
}

.container #presentation .liste-cartes li .nom-carte img{
  position: absolute;
  top: 1px;
  left: 5px;
}
.container #presentation .bt-arcanes li img{
  position: absolute;
  top: -5px;
  pointer-events:none;

}
.container #presentation .bt-arcanes li .theme-carte{
  
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 12px;
  margin-left: 72px;
  pointer-events:none;
}


.container #presentation .contenu .bloc-nav {
  
  justify-content: center;
  display: flex;
  margin-top: 50px;
}
.container #presentation .contenu .bloc-nav .separation{
  display: block;
  width: 1px;
  height: 50px;
  background: #000000;
  margin: 12px 50px;
  float: left;
}
.container #presentation .contenu .bloc-nav .bloc-prev, .container #presentation .contenu .bloc-nav .bloc-next {
  position: relative;
  width: 256px;
  float: left;
  cursor: pointer;
  height: 74px;
}
.container #presentation .contenu .bloc-nav .bloc-prev .bg, .container #presentation .contenu .bloc-nav .bloc-next .bg {
  position: absolute;
}
.container #presentation .contenu .bloc-nav .bloc-prev div, .container #presentation .contenu .bloc-nav .bloc-next div {
  position: absolute;
  margin-top: 6px;
  width: 80%;
}
.container #presentation .contenu .bloc-nav .bloc-prev div .action, .container #presentation .contenu .bloc-nav .bloc-next div .action {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.container #presentation .contenu .bloc-nav .bloc-prev div .carte, .container #presentation .contenu .bloc-nav .bloc-next div .carte {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.container #presentation .contenu .bloc-nav .bloc-prev div span, .container #presentation .contenu .bloc-nav .bloc-next div span {
  width: 20px;
  height: 2px;
  display: block;
  background: #ffffff;
  margin: 4px auto;
}
.container #presentation .contenu .bloc-nav .bloc-prev .arrow {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 25px solid #f7f7f7;
  position: absolute;
  left: 72%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.container #presentation .contenu .bloc-nav .bloc-next .bg {
  transform: scaleX(-1);
}
.container #presentation .contenu .bloc-nav .bloc-next div {
  left: 20%;
}
.container #presentation .contenu .bloc-nav .bloc-next .arrow {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #f7f7f7;
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}

.container #more {
  
  background-color: #ffffff;
 
}
.container #more .contenu ul {
  width: 570px;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.container #more .contenu ul li {
  display: inline-block;
  width: 106px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  position: relative;
}
.container #more .contenu ul li:nth-child(5) {
  margin-right: 0px;
}
.container #more .contenu ul li img {
  width: 100%;
}
.container #more .contenu ul li .img-arcane {
  position: absolute;
}
.container #more .contenu ul li .desc{
  background: #706b6b;
  pointer-events: none;
  height: 48px;
  position: relative;
}
.container #more .contenu ul li .desc .more{
  margin: 0 auto;
  display: block;
  width: 29px;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.container #more .contenu ul li .desc p {
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  pointer-events: none;
  color: #fff;
}
.container #more .contenu ul li p strong {
  font-weight: 600;
  font-size: 20px;
}
.container #more .contenu ul li span {
  position: absolute;
  width: 68%;
  height: 79%;
  display: block;
  background: #d6a227;
  left: 16%;
  border-radius: 7%;
  top: 4%;
  opacity: 0;
  pointer-events: none;
}
.container #more .contenu ul li:nth-child(5) {
  margin-right: 0%;
}


.container #influences {
  background-image: url("../img/bg3.jpg");
}

.container #influences .contenu .tirage li {
  float: left;
  cursor: pointer;
  position: relative;
  margin-left: -7.32%;
  width: 11.53%;
}
.container #influences .contenu .tirage li img {
  width: 100%;
}
.container #influences .contenu .tirage li:first-child {
  margin-left: 0;
}



.container #influences .contenu .bloc-txt {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  color: #ffffff;
}


/*******************/

.container #autres {
  background-image: url("../img/bg5.jpg");
  padding-bottom: 0;
}
.container #autres .contenu ul {
  width: 80%;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.container #autres .contenu ul li {
  display: inline-block;
  width: 15%;
  margin-right: 6.25%;
  position: relative;
  cursor: pointer;
}
.container #autres .contenu ul li img {
  width: 100%;
}
.container #autres .contenu ul li p {
  position: absolute;
  z-index: 10;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transform: translate(-50%, 0);
  left: 50%;
  margin-top: 110%;
  line-height: 20px;
  width: 100%;
  pointer-events: none;
}
.container #autres .contenu ul li p strong {
  font-weight: 600;
  font-size: 20px;
}
.container #autres .contenu ul li span {
  position: absolute;
  width: 68%;
  height: 79%;
  display: block;
  background: #d6a227;
  left: 16%;
  border-radius: 7%;
  top: 4%;
  opacity: 0;
  pointer-events: none;
}

.container #autres .contenu ul li {
    margin-bottom: 5.25%
}

.container #autres .contenu ul li:nth-child(5),
.container #autres .contenu ul li:nth-child(10),
.container #autres .contenu ul li:nth-child(15),
.container #autres .contenu ul li:nth-child(20),
.container #autres .contenu ul li:nth-child(25),

.container #autres .contenu ul li:nth-child(30),
.container #autres .contenu ul li:nth-child(35),
.container #autres .contenu ul li:nth-child(40),
.container #autres .contenu ul li:nth-child(45),
.container #autres .contenu ul li:nth-child(50),
.container #autres .contenu ul li:nth-child(55),
.container #autres .contenu ul li:nth-child(60),
.container #autres .contenu ul li:nth-child(65),
.container #autres .contenu ul li:nth-child(70),
.container #autres .contenu ul li:nth-child(75),
.container #autres .contenu ul li:nth-child(80)
 {
  margin-right:0;
}


@media only screen and (max-width: 1199px) {
  .container #autres .contenu ul {
    width: 90%;
  }
  .container #autres .contenu ul li p {
    width: 90%;
  }

}
@media only screen and (max-width: 960px) {
  .container section {
    width: 96%;
    padding: 0 2% 50px;
  }
  .container section .contenu .titre {
    margin: 50px 0 49px 40px;
  }
  .container #autres .contenu ul {
    width: 100%;
  }
  .container #autres .contenu ul li {
    width: 18%;
    margin-right: 2.5%;
  }

 
  .container #presentation .liste-cartes li{
    width: 31.3%;
  }
  .container #presentation .bt-arcanes li{
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .bloc-content.carte p {
  margin-bottom:0px !important;
  padding:5px !important;
}

  .container section{
    width: 100%;
  }
  .container section .contenu .titre {
    margin: 17px 0 49px 0px;
  }
  .container section .contenu .titre p {
    font-size: 18px;
  }
  .container section .contenu .bloc-txt {
    padding: 10px;
  }
  .container #presentation {
    background-position: top left;
  }
  .container #presentation .contenu .bloc-nav{
    width: 256px;
    display: block;
    margin: 0 auto;
  }
  .container #presentation .contenu .bloc-nav .bloc-prev, .container #presentation .contenu .bloc-nav .bloc-next{
    margin-top: 30px;
  }
  .container #presentation .contenu .bloc-nav .bloc-prev div, .container #presentation .contenu .bloc-nav .bloc-next div{
    margin-top: 0px;
  }
  .container #presentation .contenu .bloc-nav .separation{
    display: none;
  }
  /**************/

  .container #more .contenu ul {
    width: 100%;
  }
  .container #more .contenu ul li {
    width: 18%;
    margin-right: 2.5%;
  }

   .container #presentation .liste-cartes li{
    width: 48%;
  }
  .container #presentation .liste-cartes{
    padding: 40px 10px 15px;
  }
  .container #presentation .bt-arcanes{
    padding: 40px 10px 15px;
  }

  

  /*************/
  .container #autres .contenu .bloc-nav {
    width: 100%;
    margin: 0 auto 0px;
  }
  .container #autres .contenu .bloc-nav .bloc-prev, .container #autres .contenu .bloc-nav .bloc-next {
    width: 40%;
  }
  .container #autres .contenu .bloc-nav .bloc-prev .bg, .container #autres .contenu .bloc-nav .bloc-next .bg {
    width: 100%;
  }
  .container #autres .contenu .bloc-nav .bloc-prev div, .container #autres .contenu .bloc-nav .bloc-next div {
    width: 80%;
  }
  .container #autres .contenu .bloc-nav .bloc-prev div span, .container #autres .contenu .bloc-nav .bloc-prev div .carte, .container #autres .contenu .bloc-nav .bloc-next div span, .container #autres .contenu .bloc-nav .bloc-next div .carte {
    display: none;
  }
  .container #autres .contenu .bloc-nav .bloc-prev div .action, .container #autres .contenu .bloc-nav .bloc-next div .action {
    width: 80px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 17px;
  }
  .container #autres .contenu .bloc-nav .bloc-next div {
    left: 20%;
  }
  .container #autres .contenu .bloc-nav .separation {
    width: 10%;
    margin: 15px 5%;
  }
  .container #autres .contenu ul {
    width: 80%;
    margin-top: 30px;
  }
  .container #autres .contenu ul li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .container #autres .contenu ul li p {
    width: 80%;
    font-size: 14px;
  }

.container #autres .contenu ul li:nth-child(5),
.container #autres .contenu ul li:nth-child(10),
.container #autres .contenu ul li:nth-child(15),
.container #autres .contenu ul li:nth-child(20),
.container #autres .contenu ul li:nth-child(25),

.container #autres .contenu ul li:nth-child(30),
.container #autres .contenu ul li:nth-child(35),
.container #autres .contenu ul li:nth-child(40),
.container #autres .contenu ul li:nth-child(45),
.container #autres .contenu ul li:nth-child(50),
.container #autres .contenu ul li:nth-child(55),
.container #autres .contenu ul li:nth-child(60),
.container #autres .contenu ul li:nth-child(65),
.container #autres .contenu ul li:nth-child(70),
.container #autres .contenu ul li:nth-child(75),
.container #autres .contenu ul li:nth-child(80)
 {
  margin-right:2%;
}

  

}


/* 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 {
  height: 50px;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
footer .content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  position: relative;
}
footer .content ul li {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  float: left;
  margin-right: 15px;
  padding-top: 12px;
}
footer .content ul li a {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
}
footer .content ul:last-child {
  position: absolute;
  right: 0;
}


/* END FOOTER */

.bloc-content.carte p {
  margin-bottom:8px;
}


.contenu .citation .sep-top {
  margin: 20px auto;
  display: block;
  overflow: hidden;
  width: 350px;
}
.contenu .citation .sep-top span {
  display: block;
  background: #ffffff;
  height: 1px;
  width: 150px;
  float: left;
  margin-top: 15px;
}
.contenu .citation.black .sep-top span {
  background: #000;
}

.contenu .citation .sep-top img {
  float: left;
  margin: 0 10px;
}
.contenu .citation p {
  font-style: italic;
  margin-bottom: 25px;
  text-align:center;
}
.contenu .citation span {
  width: 358px;
  display: block;
  background: #ffffff;
  height: 1px;
  margin: 0 auto;
}
.contenu .citation.black span {
  background: #000;
}

.container section .contenu .titre.blanc p {
    color: #ffffff;
}

.blanc {
    font-weight: 300;
}

.container section .contenu .titre.blanc span {
    background: #ffffff;
}
