@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@font-face {
    font-family: 'nillandregular';
    src: url('louis_george_cafe_bold-webfont.woff2') format('woff2'),
         url('louis_george_cafe_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: bitcrusher;
    src: url('../jumpy/font-webfont.woff2') format('woff2'),
         url('../jumpy/font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media only screen and (min-width: 1080px) {
      /* width */
      ::-webkit-scrollbar {
        width: 10px;
      }

      /* Track */
      ::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.2);
      }
       
      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #04c2c9; 
        border-radius: 10px;
        width: 20px;
      }

      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: #008F94;
      }
      body {
        overflow: overlay;
      }
}
/*HAMBURGER*/
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d3531a;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
    border-radius: 1em;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 1em;
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
    border-radius: 1em;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
    border-radius: 1em;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 1em;
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
    border-radius: 1em;
}
.handle, .handleimg {
  font-size: 1em;
}
/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background-image: linear-gradient(to left bottom, #04c2c9, #03bac0, #02b1b8, #01a9af, #00a1a7);
}
a.nav-link.text-white.font-weight-bold {
  cursor: pointer;
}
nav a.nav-link.active {
  color: #04c2c9!important;
}
a#headersvg g#MaskAnime {
  transition: all 1s ease;
}
a#headersvg:hover g#MaskAnime {
  transform: translateX(-100%);
}
div.headers a {
  color: black;
}
.smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}
#whothis {
  background-color: rgba(0,0,0,0.2);
  border-radius: .6em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: inset 5px 5px 15px 5px rgba(0,0,0,0.27); 
  box-shadow: inset 5px 5px 15px 5px rgba(0,0,0,0.27);
}
/*
 * Globals
 */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

/* Custom default button */

/*
 * Base structure
 */
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jquery-bg-slideshow-cloned {
  z-index: -100;
}
#home {
  height: 100vh;
  font-family: 'nillandregular';
  background-color: #EBEBEB;
}
#cent {
  width: 100%;
}
#main {
	z-index: 1;
}
.page {
  background-color: #EBEBEB;
  font-family: 'Roboto', sans-serif;
}
.page:nth-child(3) {
  background-color: #EBEBEB;
}
.page:nth-child(4) {
  background-color: rgba(0, 0, 0, 0);
}
.page:nth-child(5) {
  background-color: #D8D8D8;
}
.page:nth-child(6) {
  background-color: #EBEBEB;
}
.page:nth-child(7) {
  background-color: #383838;
}
.page:nth-child(8) {
  background-color: #303134;
}

i {
  font-size: 5em;
}
h2 {
  font-family: 'nillandregular';
  text-transform: uppercase;
  color: #04c2c9;
}
a.pfs:hover {
  text-decoration: none;
}
a.pfs:hover h2 {
  color: white;
}
body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1rem;
}
.br-10 {
  border-radius: .55em;
}
.cover-container {
  max-width: 42em;
}
.button-lang {
  background-color: #c2fbd7 !important;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green !important;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  text-align: center;
  text-decoration: none;
  transition: all 250ms !important;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-lang:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}
.transition {
  position: fixed;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.transition li {
  width: 20%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: #fffffe;
  list-style-type: none;
}
.transition li:nth-child(1) {
  background: #22577a;
}
.transition li:nth-child(2) {
  background: #38a3a5;
}
.transition li:nth-child(3) {
  background: #57cc99;
}
.transition li:nth-child(4) {
  background: #80ed99;
}
.transition li:nth-child(5) {
  background: #c7f9cc;
}
/*
 * Header
 */
header.masthead {
  background-color: rgba(0,0,0,0.5);;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  padding-top: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}
header h3 {
  color: #00a1a7;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #00a1a7;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #00a1a7;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
flip card
*/
.bg-gradient-primary {
  background-image: linear-gradient(to left bottom, #04c2c9, #03bac0, #02b1b8, #01a9af, #00a1a7);
}
.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.card-front {
  transform: rotateY(0deg);
}

.card-back {
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  line-height: 0.95em;
  align-items: center;
  justify-content: center;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}
  
.card-flip:hover .card-back {
  transform: rotateY(0deg);
}
/*
 * Graph
 */
.bar {
  align-items: flex-end;
  background-color: #CDCDCD;
  color: #666;
  font-size: 1em;
  line-height: 25px;
  height: 25px;
  margin: 0 0 12px 0;
  position: relative;
}
.bar.fill {
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  background-color: #00a1a7;
  opacity: 1;
  padding: 0;
  transition: 1.1s 0.2s width ease-in-out;
}
.bar .tag {
  left: 0;
  position: absolute;
  top: 0;
  background-color: #04c2c9;
  color: #000000;
  height: 100%;
  width: 110px;
}
.bar.secondary {
  background-color: #c51675;
}
.bar.secondary .tag {
  background-color: #e31b6d;
}
.bar span {
  position: absolute;
  right: 10px;
}
.spacing {
  height: 100px;
}

/*
 * About
 */
p.about {
  font-size: 1.5em;
}

/*
 * Contactes
 */
#contactes li {
  list-style: none;
  font-size: 1.5em;
}
#contactes li:nth-child(1),  #contactes li:nth-child(2){
  color: #00a1a7;
}
/*
 * Footer
 */
#arrow {
  font-size: 3em;
  transform: translateY(35px);
  background-color: #00a1a7;
  color: white;
  padding: 10px;
  transition: 0.5s;
}
#arrow:hover {
  transition: 0.5s;
  transform: translateY(30px);
}
#media a:active {
  color: black;
}
#media a i {
  font-size: 2em;
  color: black;
  background-color: #00a1a7;
  width: 60px;
  border-radius: 15px;
  padding: 8px 0 8px 0;
  margin: 0 10px 0 10px;
  border-bottom: 5px solid #007A7F;
  transition: 0.5s;
}
#media a:hover i {
  font-size: 2em;
  color: #4D4D4D;
  background-color: #00a1a7;
  width: 60px;
  border-radius: 15px;
  padding: 8px 0 8px 0;
  margin: 0 10px 0 10px;
  border-bottom: 5px solid #00a1a7;
  transition: 0.5s;
  transform: translateY(5px);
}
#mygame p {
  text-align: left;
  color: #EBEBEB;
}

#mygame h2 {
  color: #EBEBEB;
}
#mygame .card {
  background-color: rgba(0, 0, 0, 0.3);
  color: #EBEBEB;
  border-radius: .6em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: inset 5px 5px 15px 5px rgba(0,0,0,0.27); 
  box-shadow: inset 5px 5px 15px 5px rgba(0,0,0,0.27);
}
#handle {
  color: #B2B2B2;
  font-size: 1.6rem;
}
#plusoverlay {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 100;
}
#messager {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 2%;
  z-index: 100;
}
#messangeralert {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
#sortable li#item {
  background-color: rgba(0, 0, 0, 0);
}
#msg_modif {
  position: fixed;
  margin: auto;
  left: 0; bottom: 0; right: 0;
  z-index: 100;
}
input[type="radio"] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    transition: all 0.4s ease;
    margin: 1rem;
}
input[type="radio"]:not(:checked) {
  opacity: 0;
}
#JumpyVid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
h2#Jumpy {
  font-family: bitcrusher;
  font-size: 8rem;
  color: #F1304D;
  text-transform: none;
  text-shadow: -2px -2px 0 #253240, 2px -2px 0 #253240, -2px 2px 0 #253240, 2px 2px 0 #253240;
}
a#jumpylink {
  border-color: #F1304D;
  border-width: 0.1em;
  font-family: bitcrusher;
  color: #F1304D;
  font-size: 2rem;
  transition: 0.5s ease all;
}  
a#jumpylink:hover {
  background-color: #F1304D;
  color: #253240;
}