/*
  bleu : #00BBBE
  orange : #F8991C
  gris : #140F2D
  blanc #FFF
*/

@font-face { 	font-family: "MyCalc"; 	src: url('../font/MYCALC__.TTF'); }
@font-face { 	font-family: "rusq"; 	src: url('../font/rusq.ttf'); }

* {
  -moz-box-sizing: border-box; box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100vh;
}

body {
  min-height: 100vh;
  position: relative;
  background: black;
  color: white;
  z-index: -1;
  overflow-x:hidden;


}

p {
  /*transform: translateX(2em);
  text-indent: 3em;*/
}

ul {
  transform: translateX(3em);
}

a:link,a:visited,a:active {
  color: #20bdc0;
  /*font-weight: bold;*/
}

a:hover {
  color: #f89c33;
  style: none;
}

/**********NAVBAR**********/
 .border-nav {
  height: 62px;
  background: #F8991C;
  width: 100vw;
  border-bottom:#00BBBE solid 3px ;
  position: fixed;
}

nav {
  background-color: black;
}

.navbar {
  padding: 0 10px;
}

.nav-item {
  padding:  7px;
}

nav .nav-item:hover {
  background: #00BBBE;
}

 nav .active, nav .active:hover {
  background: #F8991C;
}

li {
  style: none;
}

.socials-items {
  flex-direction: row;
}

/**********FOOTER**********/
footer .border-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #F8991C;
  padding-top: 6px;
  border-top: #00BBBE solid 4px;
}

footer {
  min-height: 50px;
  padding: 10px;
  background: white;
}

.social {
  font-size: 1.5em;
}

/**********SERVEURS*********/
.serveur .cover h1 {
  font-size: 2em !important;
  margin-top: 2%;
}

.serveur .cover {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.serveur .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #000;
    background:  url(../img/bg-cover-server.jpg) center/cover no-repeat;
    opacity: 0.3;
}

/*
.card {
  border-radius: 5px;
  color: black;
}

.card-deck:nth-child(even) .card:nth-child(even) {
  border: #F8991C solid 5px;
}

.card-deck:nth-child(even) .card:nth-child(odd) {
  border: #00BBBE solid 5px;
}

.card-deck:nth-child(odd) .card:nth-child(even) {
  border: #00BBBE solid 5px;
}

.card-deck:nth-child(odd) .card:nth-child(odd) {
  border-radius: 5px;
  border: #F8991C solid 5px;
  color: black;
}

h1 {
  padding: 40px 0 20px 0;
}*/

/***************************************/
/* Angled Images */
 .angled-img {
	 position: relative;
	 display: block;
	 shape-outside: polygon(9% 0, 0 100%, 91% 100%, 100% 0%);
}
 .angled-img, .angled-img:hover, .angled-img:focus {
	 color: inherit;
	 text-decoration: none;
	 outline: none;
}
 .angled-img .img {
	 position: relative;
	 overflow: hidden;
	 transform: skew(-10deg);
	 transform-origin: 50% 50%;
	 background: #131313;
	 -webkit-backface-visibility: hidden;
}
 .angled-img .img > img {
	 width: 100%;
	 transform: skew(10deg) scale(1.15);
	 transition: 0.3s opacity ease;
	 -webkit-backface-visibility: hidden;
	 opacity: 0.6;
}
 .angled-img:hover .img > img {
	 opacity: 0.9;
}

.carousel-item .col-lg-4,  .carousel-item .col-md-6 {
  padding: 0;
}

#myCarousel {
  margin-bottom: 100px;
}
/* medium - display 2  */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
      transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
      display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}




/**********PRESENTATION**********/
.presentation {
  font-size: 1.2em;
}

.presentation p, .presentation h1 {
  font-family: "rusq";
  transform: translateX(0);
  text-indent: 0;
  text-align: center;
}

.presentation .card {
  background: none;
  color: white;
}

.wrap {
  position: relative;
  z-index: -1;
  top: 64px;
}

/**********INDEX**********/
.index .cover {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 64px);
}
.index .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #000;
    background:  url(../img/bg-cover.jpg) center/cover no-repeat;
    opacity: 0.15;
}

.index .cover h1 {
  font-family: "rusq";
}

.index .cover h1::first-letter {
  font-family: "MyCalc";
  color: #00BBBE;
  font-size: 1.5em;
}

.index .cover h1 .l {
  font-family: "MyCalc";
  color: #F8991C;
  font-size: 1.5em;
}

.index .cover h1 .or {
  font-size: .5em;
  opacity: .5;
}

.button {
  opacity: .7;
  z-index: 10;
  font-size: 2em;
}

.button:link, .button:visited, .button:active {
  color: white;
  /*font-weight: bold;*/
}
.button:hover {
  border: #00BBBE 1px solid;
}


h1.chiffre {
    font-family: "rusq";
    font-size: 8em;
}

.row.number {
  margin: 0 0 60px 0;
  opacity: 0.7;
  margin-bottom: 20px;
}


.row.number.orange {
  background: #F8991C;
}

.row.number.blue {
  background: #00BBBE;

}

.hearth-pulse:hover {
  animation: pulse 1s linear infinite;
  color: red;
}

@-webkit-keyframes "pulse" {
  0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  50% {
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
  }
  100% {
      -webkit-transform: scale(1);
     transform: scale(1);
  }
}

.manette-vibration:hover {
    animation: shake .7s linear infinite;
    color: #00BBBE;
  }

  @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

  .community-jump:hover {
    animation: jump 1s linear infinite;
    color: #F8991C;
}

@keyframes jump {
  0% { transform: translateY(0px)}
  50% { transform: translateY(-10px)}
  100% { transform: translateY(0px)}
}

/**********TEAMSPEAK**********/
.teamspeak.container {
  margin: 0;
  padding: 0;
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;

}
.teamspeak .cover h1 {
  /*position: relative;
  top: -200px;*/
  font-family: "rusq";
}

.teamspeak .cover h1::first-letter {
  font-family: "MyCalc";
  color: #00BBBE;
  font-size: 1.5em;
}

.teamspeak .cover h1 .s {
  font-family: "MyCalc";
  color: #F8991C;
  font-size: 1.5em;
}

.teamspeak .presentation {
  position: relative;
}

.skewed {
  padding-bottom: calc(120px + 2.5em);
  background: #2c3e50;
}

.sub-skewed {
  transform: skewY(6deg);
  transform-origin: top right;
  height: 400px;
  background: black;
  position: absolute;
  width: 100vw;
  /*z-index*/
  border-top: 5px #00BBBE solid;
}

.skewed .cover p {
  margin-right: 20px;
  font-size: 1.5em;
}


/**********TRANSITION**********/

.transition-fade {
  transition: .2s;
  opacity: 1;
}

html.is-animating .transition-translateX {
  transform: translateX(0.5em);
}

.delay1 {
  transition-delay: .4s;
}

html.is-animating .delay1 {
  transform: translateX(1em);
}

.delay2 {
  transition-delay: .6s;
}

html.is-animating .delay2 {
  transform: translateX(1em);
}

.genericTop {
  transition-delay: 1s;
}

html.is-animating .genericTop {
  transform: translateY(-5em);
}

html.is-animating .transition-fade {
  opacity: 0;
}

.spin1 {
  transition-delay: 1s;
  -webkit-animation:spin 0.2s linear 2;
  -moz-animation:spin 0.2s linear 2;
  animation:spin 0.2s linear 2;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.svg-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	  margin: 0 auto;
  width: 164px;
}
.shape {
  stroke-dasharray: 0 540;
  stroke-dashoffset: -474;
  stroke-width: 1px;
  stroke: #19f6e8;
  border-radius: 100%;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  border-radius: 100%;
}



@media (min-width: 1201px) {
.cover h1 {
  font-size: 10em;
}

.sub-skewed {
  top: calc(10em + 270px);
}
@media (min-width:993px) (max-width: 1200px) {
  .cover h1 {
    font-size: 9em;
  }
  .sub-skewed {
    top: calc(9em + 270px);
  }
}

@media (min-width:769px) and (max-width: 992px) {
  .cover h1 {
    font-size: 8em;
  }
  .sub-skewed {
    top: calc(8em + 270px);
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .cover h1 {
    font-size: 7em;
  }
  .sub-skewed {
    top: calc(7em + 270px);
  }
}
@media (max-width: 576px) {
.cover h1 {
  font-size: 6em;
}
.sub-skewed {
  top: calc(6em + 270px);
}
}
