body {
  padding-top: 127px;
    font-family: "Trebuchet MS";
    background-color: #f5faff;
    margin: 0;
    padding-bottom: 27px;
    background: url("../images/bg-star-league-s2.jpg");
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;

}
@font-face {
    font-family: 'aero_maticsregular';
    src: url('../font/aero_matics_regular-webfont.woff2') format('woff2'),
         url('../font/aero_matics_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {

  text-decoration: none;
  font-family: 'aero_maticsregular';
  font-size: 16px;
  color: #9DC6F3;
  letter-spacing: 0.4px;

}



header {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
position: fixed;
left: 0;
right: 0;
top:0;
  border-bottom: 2px solid #42B8FF;
  background-color: #000;
z-index: 100;


}
header >div {
  background-image: url("../images/fond-starleague-2-min.jpg");
  background-size: cover;
  background-position: center;
  position: relative;

}

header > div:before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  bottom:0;
  right: 0;
  left:0;
  background:rgba(0,0,0,0.6);
  z-index: 1;
}
nav a {
  box-shadow: 0 0 17px #42B8FF;
  text-shadow: 0 0 17px #42B8FF;
  padding: 5px 13px;
  display: block;
  transition:color .3s, box-shadow .3s, text-shadow .3s;
}
nav a:hover {
  color: #fff;
  box-shadow: 0 0 30px #fff;
  text-shadow: 0 0 30px #fff;
  padding: 5px 13px;
  display: block;
}

.gutter2 {

    max-width: 1140px;
    margin: 0 auto;

}
.gutter {


  height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
z-index: 2;
position: relative;
}

ul {
    padding-inline-start: 0px;
    display: flex;
    justify-content: space-between;

}
li {
    border: 2px solid #42B8FF;

    list-style-type: none;
    background: rgba(137,192,255,0.20);
    border: 1.84px solid #C9E7FF;
    text-align: center;
    margin-left: 15px;

}
nav ul li:nth-child(2){
  margin-left:52px;
}

/*


.menu {
    display: flex;
    padding:0;
    background-image: url("../Media/1257463.jpg");
    justify-content: space-around;
    height: 80px;
    margin: 0px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.menu2 {
    display: flex;
    padding:0;
    background-image: url("../Media/TKBDa3.jpg");
    justify-content: space-around;
    height: 80px;
    margin: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.menu li {
    list-style-type: none ;

}

.menu a {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    padding: 0.4rem 0;
    text-align: center;

    color: #000000;
    background-color: #ffffff7e ;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 4px;

    transition: all 1s ;
}
.menu a.actif {
    background-color: #000000b2 ;
    color: #ffffff ;
    border-color: #9b0000 ;

}
.menu a:hover,
.menu a:hover.actif{
    background-color: #000000b2 ;
    color: #ffffff ;
    border-color: #9b0000 ;
}


#menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/


.block {
    display: flex;
    margin: 80px 0px;
    justify-content: space-between;

}
.graph{
  border-radius: 8px;
  overflow: hidden;
    background: #100b3d;
    align-items: center;

    flex: 0 1 48%;

}
.graph img{  filter: invert(1) hue-rotate(170deg);
  mix-blend-mode: screen;}
.graph2{
  border-radius: 8px;
  overflow: hidden;
    align-items: center;
    margin: 80px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #100b3d;
    align-items: center;
}
.graph2 img{  filter: invert(1) hue-rotate(90deg);
  mix-blend-mode: screen;}
.responsive {
    width: 100%;
    height: auto;
  }



@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700|Open+Sans:400,800);

body {
    font-family: 'Open Sans', sans-serif;
}
textarea {
    font-family: 'Inconsolata', monospace ;
    width: 95%;
    background-color: #eee;
}




#test, #test2{


  max-width: 400px;
  max-height: 400px;
}
