@import "menus.css"; 
@import "blog.css";
@import "cards.css";

/* Containers */

.bg-black {
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 50%, rgba(0,0,0,1) 100%);
}

.block {
  padding-top: 4em;
  padding-bottom: 4em;
}

/* Grid */
.column__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: .5rem;
  align-items: end;
  margin: 0;
}

.column__list_benefit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: .5rem;
  align-items: end;
  margin: 0;
}


.column__list_blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
  align-items: end;
}

.column__item_blog > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 0.25rem;
  list-style: none;
  margin-left:0;
}

.label_yst {
  display:inline-block;
  color: white;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  background-color: rgb(10, 5, 19);
  padding: 6px 12px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 3px;
}

.label_yst_micro {
  display: inline-block;

  color: white;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 3px 6px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 3px;
  font-size: 11px;
}

.tag-zone {
}


a.label_yst, a.label_yst_micro, a.label_yst:visited, a.label_yst_micro:visited {
  color: #5dd1f9;;
}

a.label_yst:hover {
  color: white;
  text-decoration: none;
}

.column__list ul, .column__item > ul {
  list-style: none;
  margin: 0;
  padding: 0;  
}

.column ul {
  list-style: disc outside;
}

.column__item {
  padding: 1rem;
}

.column__item > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
  list-style: none;
}


.column__item_skills > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 0.25rem;
  list-style: none;
}

.card__list {
  display: grid;
  grid-template-rows: auto;
  grid-gap: .5rem;
  margin: .5rem 0;
}

.card_plus {
  font-size: 4em;
  font-weight: 500;
  margin:-.5em 0 -0.3em 0;
  padding:0;
  line-height: 0.9;
}
.card__item {
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}

.neo img {
border-radius: 5px;
margin-top:5px;
min-width:98%;
}

.card__item_w {
  padding: 1rem 1.5rem;
  margin: 0 2rem;
}

.card__item_intro {
  border-radius: .25rem;
  padding: .5rem;
}

.card__item_translation {
  background-color: #1c3b4e;
  color:white;
}

.card__item_bluecells {
  background-color: #12abe7;
  color:white;
}

.card__item_team{
  color:#041b38;
  padding: 1rem 1.5rem;
  box-shadow: 2px 3px 0 rgba(9,45,66,.15);
  background-color: #f3f7fa;
}

.card__item_blog{
  box-shadow: 2px 3px 03px rgba(43, 44, 44, 0.849);
  margin: 2px;
  background-color: whitesmoke;
}

.card__item_skills{
  background-color: rgb(31, 27, 27);
  color:#white;

  border-radius: 5px;
  margin: 0;
}

.card__item_blog_content{
  padding: 0.5rem 1rem;
  pointer-events:auto;
  height:100%;
}

.card__item_blog_content h4{
  margin-top: .7em;
  color:rgba(255, 255, 255, 0.801);
  font-size: 1em;
}

.card__item_blog_content p{
  font-size: .9em;
  color:rgba(255, 255, 255, 0.5);
}

.column__item_blog_small .card__item_blog_content{
  padding: 0.5rem .75rem;
}
.neo {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  border-radius: 9px;
  background: linear-gradient(225deg, #e6e6e6, #ffffff);
  box-shadow:  -6px 6px 12px #e8e8e8, 
               6px -6px 12px #ffffff;
}

.neo li {
  margin-top:1em;
  line-height: 1.5;
  font-weight: 300;
}

div.card__item > ul {
  margin-top:2em;
}

.big {
  font-size: 1.5rem;
  margin-left: 10%;
  margin-right: 10%;
}

.indigo {

}

.blue {

}

.red {

}

.card__item_orignal {
  background-color: #0a161e;
  color:white;
}

.card__tag {
  margin-top: 6em;
  margin-bottom: 2em;
  color: white;
}

.card__tag--solution {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a161e;
  line-height: 0.9;
}

.card__tag-small {
  font-size: 1.5rem;
  font-weight: 100;
}

.card__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.card_plus {
  margin-top:0px;
  margin-bottom:5px;
}

.customer > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  grid-gap: 10px;
  list-style: none;

}

.customer li {
  padding: 20px 10px;
  background-color: #e1e0e4;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #333333;

}

.customer li:hover {
  background-color: #f3e0fd;
}

/* Typo */
h1, h2, h3, h4, h5, h6 {
  color:  #070505;
}

body {
  font-size: 1rem;
  color: #070505;
}
h1 {
  font-size: 2.5rem;
}

.h1alt { /* pour éviter plusieurs H1 sur la page */ 
  font-size:2.5rem;
  font-weight: 100;
  margin-top: 1em;
  margin-bottom: .5em;
  line-height: 1.1;
}

.intro h2, .intro h4 {
  line-height: 1.1;
  margin-bottom: 1em;
  margin-top: 0em;
}

.top-small {
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
}

.thin {
  font-weight: 100;
  font-size: 1.5em;
}

a, a:visited {
  color:#a80000;
}

a:hover, a:active {
  color:#FF0101;
}

.modular-features .column:hover .feature-icon h6 {
  color: #a80000;
}

div.feature-content p {
 font-size: 0.8rem;
}

div.card__item li {
  font-size: 0.8rem;
}
/* Buttons */
.btn {
  margin-top: 1em;
  padding: 1em;
  font-size: 1.5em;
  line-height: 120pxpx;
  height: 3em;
  border-radius: 9px;
  background: linear-gradient(30deg, #2e2d2d, #756f6f);
  box-shadow:  6px 6px 6px #aaa9a9c2;
  border-width: 0;
  color: white !important;
}

.button-space {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary.button, .btn.btn-primary {

}

.btn:hover {
  border-radius: 9px;
  background: linear-gradient(45deg, #e6e6e6, #ffffff);
  box-shadow:  6px -6px 12px #d4d4d4, 
               -6px 6px 12px #ffffff;
  color: #a80000 !important;
}

/* Utilities */

.wrapper {
  display: flex;
  height:100%;
}

.child-bottom {
  display: inline-block;
  align-self: flex-end;
 
}

.v-spacer {
  height: 20vh;
}

.spacer {
  margin-top: 17%;
}

.fake {
  margin-top:100px;
}

.fake20 {
  margin-top:20px;
}

.fake50 {
  margin-top:50px;
}

.stick-bottom {
  margin-bottom:-8px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #020b12;
  border-radius: 5px;
}

.aligner-item {
  max-width: 90%;
  margin:1em;
  line-height: 1.2em;
}

.zoom-75 {
  zoom: 0.75;
 -moz-transform: scale(0.75);
}

/* video */

.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}

/* Footer */
.footer-custom {
  background: rgb(14,0,0);
  background: linear-gradient(180deg, rgba(14,0,0,1) 9%, rgba(7,0,0,1) 23%, rgba(0,0,0,1) 83%, rgba(50,0,0,1) 100%);
  color:white;
  font-size: small;
}

/* Features icons */
.small-icon {
  font-size:4em;
  height: auto;
}

.small-icon a:link, small-icon a:visited, small-icon a:active {
  color:#667189 !important;
  text-decoration: none;
}

/* Parallax windows */
.parallax-window {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-top: 3em;
}

#copy_anim.parallax-window, #trans_anim.parallax-window {
  min-height: 50vh;
}

#copy_hero.parallax-window, #trans_anim.parallax-window {
  height: 35vh;
  position: absolute;
  bottom:0;
}

/* Hero sections */
.hero-section-jerome {
  height:100vh;
  background-color: black;
  background-image: url("/user/pages/images/Jerome-Bouteiller_dark.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 4em;
  background-position-y: 2em;
}

.overlay-darker-gradient .image-overlay {
  background: linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.6));
}

.hero {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Slider */
#slideshow { 
  margin: 50px auto; 
  position: relative; 
  width: 100%; 
  height: 50vh;
  min-height:270px; 
  padding: 5px; 
  border-radius: 9px;
  background: linear-gradient(45deg, #ffffff, #dadada);
  box-shadow:  6px -6px 12px #c9c9c9, 
               -6px 6px 12px #ffffff;
}

#slideshow > div { 
  position: absolute; 
  top: 5px; 
  left: 5px; 
  right: 5px; 
  bottom: 5px;
  min-height: 90%;
  background-size: cover;
  border-radius: 5px;
}

#slideshow h2 { 
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  text-transform: uppercase;
  color:white;
  padding: 0.7rem 2rem;
  border-radius: 5px;
  width: 90%;
}

/* Message */
.contact {
  max-width:320px;
}

.contact textarea.form-input {
  height: 200px;
}

.formFooter {
  display: none;
}

/* Padding utilities */
.p-4 {
  padding-right:5em;
}

/* Hero section */
.hero-top {
min-height:65vh;
}

.formatore {
  margin-top: 78vh;
}

/* video */

.grav-youtube {
  border-radius: 9px;
  background: linear-gradient(45deg, #ffffff, #dadada);
  box-shadow:  6px -6px 12px #c9c9c9, 
               -6px 6px 12px #ffffff;
}

/* References */

.references li {

  padding: 1rem;
  margin: 0.5rem;
  font-size: 0.8em;
  font-style: oblique;
  border-radius: 9px;
  background: linear-gradient(225deg, #e6e6e6, #ffffff);
  box-shadow:  -6px 6px 12px #e8e8e8, 
               6px -6px 12px #ffffff;
}
/* Media queries */
@media screen and (max-width: 420px) {
  .p-4 {
    padding-right:0em;
  }

  .fake {
    margin-top:50px;
  }

  .customer > ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
    margin-left:0;
  }

  .column__item_blog > ul, .column__item_skills > ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .column__item {
    padding: 0rem;
}
  #copy_hero.parallax-window, #trans_anim.parallax-window {
    height: 30vh;
    position:absolute;
    bottom:0;
  }

  .card__item_skills img {
    height: auto;
    max-height: 70px;
  }

  .card__item_w.card__item_skills {
    padding:0.5em;
  }

  .hero-section-jerome {
    height:100%;
    background-color: black;
  }

  #slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 98%; 
    height: 35vh; 
    padding: 0px; 
    border-radius: 9px;
    background: linear-gradient(45deg, #ffffff, #dadada);
    box-shadow:  6px -6px 12px #c9c9c9, 
                 -6px 6px 12px #ffffff;
  }

.intro h2 {
font-size: 1.5rem;
  }

.block {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

#slideshow h2 { 
  font-size: 1.5rem;
}

.column__item li {
  margin-top:1.5rem;
}

}
