@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Cardo:400i|Lato&display=swap');


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html, body {width: 100%;height: 100%;}
a {color:#007abc;text-decoration: none;outline:0!important;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}
a:hover, a:focus {color: #fff;}

abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
mark {background: #ff0;color: #000;}
code, kbd, pre, samp {font-family: monospace, serif;font-size: 1em;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
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: 0;}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {border: 0;padding: 0;}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {line-height: normal;}
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;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;}

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

:root{
	--mainfont: 'Lato', sans-serif;;
	--font-text: 'Cardo', serif;
}

body {
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #cddff7;
    font-family: var(--mainfont);
}
h1 {font-size: 2em;margin: 0.67em 0;}

/*.............pour mes notes de texte*/
bqc {font-variant:small-caps;}
yysup {
  font-size: 0.8em;
  letter-spacing: -5px;
  line-height: 0;
  position: relative;
  top: 8px;
  vertical-align: baseline;
}
sup {
  color: #007abc;
  font-family: arial;
  font-size: 0.8em;
  font-style: normal;
  position: relative;
  top: -1.45em;
  vertical-align: bottom;
}
.bloc-nota {
  font-size: 0.9rem !important;
  hyphens: none;
  line-height: 1.1em;
  text-align: left;
}
.bloc-nota br {margin-bottom: 10px;}
nota:first-of-type::before {
  border-top: 1px solid #007abc;
  display: block;
  height: 4px;
  width: 70%;
}
nota:first-of-type {padding-left: 10px;}
nota::before {content: " ";font-size:2em;padding-left: 10px;}
nota {
  color: #007abc;
  font-size: 1em;
  font-style: normal;
  margin-left: -10px;
}
nota::after {content: " ";padding-right: 2px;}

.stabylo {
    color: #000000;
    display: list-item;
    font-family: trebuchet ms,sans-serif;
    font-size: 1.2em !important;
    list-style-image: url("stabylo.png");
    list-style-position: inside;
    margin: 0 0 20px;
    text-shadow: 0 -4px 10px yellow, 0 4px 10px yellow, -4px 0 10px yellow, 4px 0 10px yellow, 9px 0 10px yellow;
  }
/*.............*/

.container {width: 100%;height: 100%;position: relative;}
.container.hide-overflow { overflow: hidden }
.mfx-header {
    position: relative;
    margin: 0 auto;
    padding:1.5em 1.3em 1em 5.6em;
    text-align: right;
    background-color: #D2CEC6;
    box-shadow: 0 4px 7px rgba(0,0,0,0.4);
}
.mfx-header h1 {
    font-size:2.1rem !important;
    line-height: 0.9;
    margin: 0;
    color: #007abc;
    font-weight: 300;
    font-family: Abril Fatface, serif;
    font-size: 1.4em;
    text-shadow: 1px 1px 0px #ffffff;
}
.mfx-header h1 span {
    display: block;
    font-size: 33%;
    font-family: var(--mainfont);
    text-transform: uppercase;
    letter-spacing:4px;
    color: #505050;
    text-shadow: none;
    line-height: 1.2;
    margin-top: 10px;
}

/* To Navigation Style */
.mfx-top {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    font-size: 0.69em;
    text-align: justify;
    background-color:#990033;
    z-index: 1000;
    /*opacity:0.8;*/
    padding: 4px 0 2px 0;
    font-family: var(--mainfont);
    /*border-top: 1px dotted rgba(255,255,255,0.6);*/
    background-image: linear-gradient(to right, rgba(255,255,255,0) 33%, rgba(255,255,255,0.7) 0%);
    background-position: top;
    background-size:15px 1px; 
    background-repeat: repeat-x;
}
.plusoptions {
    top: 84px;
    position: fixed;
    text-transform: uppercase;
    color: #C90F50;
    text-align: left;
    left: 5px;
    line-height: 18px;
    text-indent: 16px;
    margin: 0;
}
.plusoptions span {display: block;}
.plusoptions {
  background-image: -webkit-linear-gradient(90deg, green, red, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: comparanim 3s infinite linear;
}
@-webkit-keyframes comparanim {
  from {-webkit-filter: hue-rotate(0deg);}
  to {-webkit-filter: hue-rotate(-360deg);}
}

/*〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰SPECIAL LARGE SCREEN〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰*/
@media only screen and (min-width: 900px) {
    .mfx-top {
        font-size: 0.9em;
        opacity:0.8;
        padding:7px 0;
        border: none;
        background-image:none;
    }
    .mfx-header {padding: 1.5em 0.8em 1em 6.3em;text-align: center;}
    .mfx-header h1 {margin: 20px 0 0 0;}
    .cd-nav-trigger {top: 40px;}
    .plusoptions {top: 90px;width: 200px;}
}
/*〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰*/
.mfx-top a {
    color: #f0f0f0;
    text-decoration: none;
    padding: 0 1em;
    letter-spacing: 0.1em;
    display: inline-block;
}
.mfx-top a:hover {color: #fff;}
.mfx-top span.right {float: right;}
.mfx-top span.right a {float: left;display: block;}

.footer {
    margin-top: 2em;
    color: #516a8a;
    background: #cddff7;
    text-align: left;
    font-size: 1rem;
    padding: 2em;
    overflow: hidden;
    font-family: var(--font-text);
}
.footer-content {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.footer p {font-style: italic;}
.footer h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    font-family: var(--mainfont);
}
.footer a {color: #007abc;}
.footer a:hover, .footer a:active {color:#990033;}

.footer a img {
    max-width:90px;
    float: left;
    margin-right: 10px;
}
.footer a p {
    font-size: 2rem;
    font-family: Abril Fatface, serif;
    color: #516a8a;
    text-shadow: 1px 1px 0px #fff;
    font-style: normal;
}
.footer img {
    max-width: 300px;
    display: block;
    margin: auto;
}
.disclaimer {
    background-color: #fff;
    color: #000;
    padding: 1px 10px; margin-bottom: 20px;
    font-size: 15px;
    border: 2px solid #007abc;
    font-family: var(--mainfont);
}
.disclaimer a {color: #990033;}
.disclaimer h3 {
	color: #007abc;
	margin: 0 0 -14px 0;
}

.dico {
    background-color: #303030;
    width: 100vw;
    position: absolute;
    padding: 10px 20px;
    color: #7f7f7f;
    font-family: var(--mainfont);
    text-align: center;
}
.dico h4 {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.dico ul {
    border-bottom: 1px dotted;
    padding: 5px 18px;
    vertical-align: bottom;
    display: inline-block;
}
.dico ul span {
    display: block;
    text-align: center;
    font-size: 0.8em;
}
.dico li {
    float: left;
    list-style: none;
    margin: 0 10px 0 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.dico img {width:30px;}


/*.................L'INDEX DES KITS................*/
.main {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.kitmfxshelf {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.kitmfxshelf figure {
    position: relative;
    display: inline-block;
    margin: 20px 10px 0px 10px;
    padding:0 0 45px 0;
    max-width: 90%;
    width: 324px;
    vertical-align: top;
    background-color: #fff;
    max-height: 480px;
    min-height: 480px;
}

/* Perspectiv wrapper, figure and kitmfx */
.perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1800px;
    perspective: 1800px;
}
.kitmfx {
    position: relative;
    margin: 0 auto;
    width:100%;
    height: 260px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.kitmfx div {
    position: absolute;
    width: 100%;
    height: 100.2%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cover {
    z-index: 10;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.cover::before {
    position: absolute;
    left: 0;
    z-index: 10;
    visibility: hidden;
    width: 20px;
    height: 100%;
    background: #000;
    content: '';
}
    .cover::before {
        -webkit-transform: translateX(-100%) rotateY(-90deg);
        transform: translateX(-100%) rotateY(-90deg);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.front-kit {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center;
}
.front-bookit {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center top;
}
.inner {
    border-width: 3px;
    border-style: solid;
    background-color: #fff;
}
.kitmfxshelf .kitmfx .inner-left {
    border: none;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inner-right { border-left: none }

/* Buttons and figcaption */
.buttons {
    margin-top: 5px;
    text-align: center;
}

.buttons a {
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.65em;
    font-family: var(--mainfont);
    height: 214px;
    position: absolute;
    margin-left: -162px;
    width: 100%;
    z-index: 2;
}
.details-open .buttons a {position: inherit;}


.buttons a:hover, .buttons a:active {color: #990033;}
.kitmfxshelf figcaption {
    position: relative;
    top: 100%;
    padding: 0 2em;
    text-align: center;
}
.kitmfxshelf figcaption h2 {
    margin:60px 0 0 0;
    font-weight: 300;
    font-size: 1.8em;
    font-family: "Abril Fatface", serif;
    line-height: 1em;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
}
.details-open figcaption h2 {
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
}

.kitmfxshelf figcaption h2 span {
	position: relative;
	display: block;
	margin: 2em 0 0 0;
	padding: 0.4em 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 0.4em;
	font-family: "Lato", sans-serif;
	color: #8e9ca8;
	line-height: 15px;
}
.kitmfxshelf figcaption h2 span::before {
    position: absolute;
    top:-7px;
    left: 40%;
    width: 20%;
    height: 1px;
    background:#990033;
    content: '';
}




/* ..............................Details panel */
.details {
    position: absolute;
    top: 0;
    width: 100%;
    font-family: var(--font-text);
    letter-spacing: -0.1px;line-height: 1.1em;
}
.details ul {
	margin: 0;
	padding: 60px 30px 0 30px;
	list-style: none;
	height: 307px;
}
.csstransformspreserve3d .details ul { padding: 60px 30px 0 70px }
.details ul li {
    margin: 20px 0px -10px;
    font-weight: 300;
}
.details ul li:not(:first-child) {
    font-family: var(--mainfont);
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #990033;
}
.details ul li:first-child {
    position: relative;
    margin: -60px 0 3px 0px;
    padding: 10px 10px 0 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    text-align: justify;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    height: 199px;
    overflow: scroll;
    border-bottom: 1px solid #990033;
    font-style: italic;
}
.details ul li:first-child::after {
    top: 100%;
    left: 0;
}
.bookit-intro {
    color: #007abc !important;
    font-size: 0.8rem !important;
    outline: 2px dotted #cddff7;
    padding: 2px 5px;
    background-color: #f0f5f9;
    -webkit-transition: background 0.8s;
    -moz-transition: background 0.8s;
    transition: background 0.8s;
    margin: 40px 0 0 0 !important;
}
.pagecomp {
    height: 30px;
    background-color: #990033;
    position: relative;
    width: 100%;
    bottom: -143px;
    visibility: visible;
    padding: 7px;
    font-family: var(--mainfont);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
    text-align: center;
}
.pagecomp a {
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}
.pagecomp a:hover {color: #cddff7;}
.close-details {
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    width: 20px;
    height: 20px;
    font-size: 0;
    opacity: 0.6;
    cursor: pointer;
}
.details-open .close-details { visibility: visible }
.close-details:hover { opacity: 1 }
.close-details::before, .close-details::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #007abc;
    content: '';
}
.close-details::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-details::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.paybtn {
    background: #007ABC;
    padding: 3px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    width: 60px;
    float: left;
    margin: 0 5px;
    border-radius: 40px;
    height: 60px;
    letter-spacing: 0;
    line-height: 14px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.paybtn {
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  transition: background 0.6s;
}
.paybtn:hover {background: #47a85d;}



/****** Transitions ******/
/* kitmfx open / view inside */
.kitmfx {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.3s;
    transition: transform 0.5s, opacity 0.3s 0.3s;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.csstransformspreserve3d .kitmfxshelf figure.open .cover {
    -webkit-animation: openSmallkitmfx 0.5s forwards;
    animation: openSmallkitmfx 0.5s forwards;
}
.csstransformspreserve3d .kitmfxshelf figure.close .cover {
    -webkit-animation: closeSmallkitmfx 0.5s forwards;
    animation: closeSmallkitmfx 0.5s forwards;
}
.kitmfxshelf figure.open .kitmfx {
    z-index: 1000;
    -webkit-animation: scaleUpSmallkitmfx 0.5s forwards;
    animation: scaleUpSmallkitmfx 0.5s forwards;
}
.kitmfxshelf figure.close .kitmfx {
    -webkit-animation: scaleDownSmallkitmfx 0.5s forwards;
    animation: scaleDownSmallkitmfx 0.5s forwards;
}
.inner-right {
    background-color: #ddd;
    -webkit-transition: background-color 0.5s 0.25s;
    transition: background-color 0.5s 0.25s;
}
.open .inner-right {
    background-color: #f9f9f9;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


/* Details open / view details */
.kitmfxshelf figure {
    z-index: 100;
    -webkit-transition: z-index 0s 0.3s;
    transition: z-index 0s 0.3s;
}
.kitmfxshelf figure.details-open {
    z-index: 101;
    -webkit-transition: none;
    transition: none;
}

.csstransformspreserve3d .details-open .kitmfx {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateX(62px) rotateY(93.2deg);
    transform: translateX(62px) rotateY(93.2deg);
}
.no-csstransformspreserve3d .details-open .kitmfx {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}
.csstransformspreserve3d .cover::before {
    -webkit-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
}
.csstransformspreserve3d .details-open .cover::before {
    visibility: visible;
    -webkit-transition: none;
    transition: none;
}

.details {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.details-open .details {
    visibility: hidden;
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 0.5s, visibility 0s;
    transition: opacity 0.5s, visibility 0s;
}
.details ul li {
    visibility: visible;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}
.details-open .details ul li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.details-open .details ul li:first-child br {margin: 0 0 10px 0;}
.details-open .details ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.details-open .details ul li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.details-open .details ul li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.details-open .details ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* Details background */
.kitmfxshelf figure::before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.kitmfxshelf figure.details-open::before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
}

/* Overlay when viewing details */
.kitmfxshelf figure::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, height 0s 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.kitmfxshelf figure.details-open::after {
    /*height: 100%; lo anulo para que se puedan abrir varios a la vez*/
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* Animations */
@-webkit-keyframes openSmallkitmfx { 
    0% { }
    55%, 100% { -webkit-transform: rotateY(-180deg) }
}
@keyframes openSmallkitmfx { 
    0% { }
    55%, 100% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
}
@-webkit-keyframes closeSmallkitmfx { 
    0%, 45% { -webkit-transform: rotateY(-180deg) }
    100% { -webkit-transform: rotateY(0deg) }
}
@keyframes closeSmallkitmfx { 
    0%, 45% { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
    100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
}
@-webkit-keyframes scaleUpSmallkitmfx { 
    0% { }
    85%, 100% { -webkit-transform: scale(1.4) }
}
@keyframes scaleUpSmallkitmfx { 
    0% { }
    85%, 100% { -webkit-transform: scale(1.4); transform: scale(1.4); }
}
@-webkit-keyframes scaleDownSmallkitmfx { 
    0%, 15% { -webkit-transform: scale(1.4) }
    100% { -webkit-transform: scale(1) }
}
@keyframes scaleDownSmallkitmfx { 
    0%, 15% { -webkit-transform: scale(1.4); transform: scale(1.4); }
    100% { -webkit-transform: scale(1); transform: scale(1); }
}

/* Media Queries */
@media screen and (max-width: 26.3125em) { 
  .details-open .kitmfx {
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg);
  }
}

/*solo para ver algo mío del PHP*/
.dev {
    display: none;
    margin: 0px;
    background-color: #000;
    line-height: 10px;
    font-size: 11px;
    width: 100px;
    height: 46px;
    padding: 3px;
    color: #cddff7;
    text-align: left;
    z-index: 999;
    position: absolute;
    bottom: 0;
} .dev p{margin: 0;}


.masinfo-gradanim {
    background: linear-gradient(270deg, #990033, #cddff7, #990033);
    background-size: 600% 600%;
    -webkit-animation: masinfo-gradanim 30s ease infinite;
    -moz-animation: masinfo-gradanim 30s ease infinite;
    animation: masinfo-gradanim 30s ease infinite;
}

@-webkit-keyframes masinfo-gradanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes masinfo-gradanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes masinfo-gradanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
