/*
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
*/

body {
  font-family: "Lato", sans-serif;
  color: #262626;
  background-color: #f5f4f3;
}
h3 {padding-top: 10px;}
header {
  height: 10vh;
  text-align: center;
  background: #513e5d;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kititol {
  height: 100%;
  position: relative;
  margin-right: 10px;
}
.kititol h1 {
  font-size: 7vw;
  background-color: inherit;
  color: transparent;
  text-shadow: 1px 2px 1px #fff, 0 0 0 #000;
  top: 20px;
  position: absolute;
  width: 100%;
  text-align: right;
}

@media only screen and (min-width:1024px) {
  header {height: 17vh;}
}
.komicn {
  max-height:97%;
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 0;
  cursor: help;
}
.cd-single-item {
  position: relative;
  background: #ffffff;
}


/*    LA VIDEO*/
.video-imgprez {text-align: center;}
.videoprez iframe {
  width: 80vw;
  height: 45vw;
  position: inherit;
  max-height: 500px;
  max-width: 890px;
}
.painting-frame {
  background-color: rgba(189,197,202,0.7);
  border: solid 3vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing: border-box;
  display: inline-block;
  padding: 2vmin;
  position: relative;
  margin: -3% auto 30px;
}
.painting-frame::after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
  content: "";
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}
.painting-frame::before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
.circ-anim {
  -webkit-animation-name: zoomIn; animation-name: zoomIn;
  -webkit-animation-duration: 1s; animation-duration: 1s;
  -webkit-animation-fill-mode: both; animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}
@keyframes zoomIn {
  from {opacity: 0;transform: scale3d(.3, .3, .3);-webkit-transform: scale3d(.3, .3, .3);}
  50% {opacity: 1;}
}


  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: pointer; }
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(90, 57, 111, 0.4) url("cd-icon-zoom.svg") no-repeat center center;
        /* size of the icon */
        background-size:75px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li:first-child {
    left: 30px; }
  .cd-slider-navigation li:last-child {
    right: 30px; }
  }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
}
.cd-slider-pagination:after {
  content: "";
  display: table;
  clear: both; }
.touch .cd-slider-pagination {
  visibility: hidden; }
.cd-slider-pagination li {
  display: inline-block;
  float: left;
  margin: 0 5px; }
  .cd-slider-pagination li.selected a {
    background: #f5f4f3; }
.cd-slider-pagination a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f5f4f3;
  /* fix a bug in IE9/10 - transparent anchor not clickable */
  background-color: rgba(255, 255, 255, 0);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-item-info {width: 80%;margin: 0 auto;}
.cd-item-info h2 {font-size: 2.4rem;font-weight: bold;}
.stud-alias {
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
}
.cd-item-info p {line-height: 1.6;margin: 1em 0;color: #666666;}

.cd-item-info .add-to-cart {
  outline: 5px dotted #903;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto 10px;
  background-color: #FFF;
  padding:10px 5px;
}
.add-to-cart h3 {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.cd-item-info .add-to-cart a {
  color: #007abc;
  background-color: #EEE;
  border: 1px solid green;
  padding: 20px;
  border-radius: 10px;
  margin:10px;
  text-transform: uppercase;
  display: inline-block;
}
.cd-item-info .add-to-cart a:hover {
  color: #000;
  background-color: #91ea7e;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.disclaimer {
  border: 1px solid #903;
  padding: 10px;
  width: 80%;
  margin: 20px auto;
  background: aliceblue;
  text-transform: initial;
  text-align: left;
}

.cd-content {
  width: 90%;
  max-width: 768px;
  padding: 0.4em 0;
  margin: 0 auto;
  color: #645340;
  line-height: 1.8;
}
.cd-content > .uso {
  padding: 10px;
  margin: 10px auto;
  border: 3px solid #FFF;
}
.cd-content > .cbtx {
  padding: 10px;
  margin: 10px auto;
  border: 3px solid #ebcddc;
  background: #FFF;
}
.tech {
  padding: 10px;
  margin: 40px auto;
  border: 1px solid #9d5f47;
  background: #EDCBB7;
  color: #000;
  width: 57%;
  font-size: 0.7em;
}
.tech .nested-colon {
  line-height: unset;
  padding-top: 0;
  font-style: italic;
}
.url-perso {
  width: 80%;
  margin: 10px auto;
}
.nested-question {
  margin-left: 0;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline flow-root list-item;
  line-height: 1.2em;
}