body {
background:url("pi.png") fixed;
margin-left:100px;
margin-right:100px;
z-index:-10;
}

@media(max-width:1200px) {
    body {
      /*background:none;*/
      margin-left:0px;
      margin-right:0px;
    }
  }
  
p {
font-family:century gothic, calibri,Arial, comic sans ms;
margin-left:20px;
margin-right:20px;
}

.Logo {
  height:50px;
  top:10px;
  left:30px;
  position:fixed;
  opacity:100%;
  z-index:10;
}
  
@media(max-width:1200px) {
    .Logo {
  margin-top:30px;
  height:40px;
    }
}  

.Tower {
  color:#303030;
  font-size:1em;
  position:fixed;
  margin-top:33.5px;
  margin-left:-20px;
  z-index:1;
}

@media(max-width:1200px) {
.Tower {
  color:#303030;
  font-size:1em;
  position:fixed;
  margin-top:55px;
  margin-left:70px;
  z-index:1;
}
}

.Cache {
  position:absolute;
  background-color:#d3d3d3;
  height:20px;
  width:20px;
  margin-top:0px;
  margin-left:0px;
}

.Bande {
  font-family:century gothic,arial,calibri;
  top:-2px;
  height:80px;
  left:0px;
  right:0px;
  position: fixed;
  font-weight:bold;
  font-size:3.5em;
  color:#1d4851;
  background-color:#d3d3d3;
  text-align:center;
  margin-top:2px;
  }
  
  @media(max-width:1200px) {
    .Bande {
    height:90px;
    font-size:2em;
    width:100%;
    }
  }
  
  /* MENU FLECHE */
  
  .Fleche {
    position:fixed;
    font-size:4em;
    font-weight:bold;
    text-decoration:none;
    color:#1d4851;
    margin-top:0%;
    right:15%;
    }
    
    .Fleche:hover {
      color:red;
    }
  
    @media(max-width:1200px) {
      .Fleche{
      top:20px;
      right:120px;
    }
  }
      
    /* MENU FLECHE fin */

/* MENU BURGER */

#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  right: 0 /*!important*/;
}

.menu__btn {
  position: fixed;
  top: 20px;
  right: 50px;
  /*width: 50px;*/
  width:50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

@media(max-width:1200px) {
  .menu__btn {
    width:50px;
  }
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  background-color:gray;
  border-radius:10px;
  transition-duration: .25s;
}

@media(max-width:1200px) {
.menu__btn > span {
margin-top:20px;
margin-left:20px;
}
}

.menu__btn > span::before {
  content: '';
  top:30px;
}

@media(max-width:1200px) {
  .menu__btn > span::before {
    margin-top:1px;
  }
}

.menu__btn > span::after {
  content: '';
  top:15px;
}

@media(max-width:1200px) {
  .menu__btn > span::after {
    margin-top:0px;
  }
}

.menu__box {
  display: block;
  position: fixed;
  top: 0px;
  right:-100%;
  width: 220px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index:2;
}

@media(max-width:1200px) {
  .menu__box {
  width:180px;
  }
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family:century gothic, arial, calibri;
  font-size:1.2em;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

@media(max-width:1200px) {
  .menu__item {
    font-size:1.2em;
  }
}

.menu__item:hover {
  background-color: #CFD8DC;
  color:white;
}

/* MENU BURGER fin */

.HautPage {
  font-family:century gothic, arial, calibri;
  font-weight:bold;
  color:grey;
  margin-top:-239px;
  margin-left:-389px;
  font-size:0.8em;
  position:fixed;
  padding:5px;
  border:2px solid grey;
  border-radius:10px;
}

.HautPage:hover {
  color:red;
  border:2px solid red;
}
  
h1 {   
  font-family:century gothic,calibri,Arial,comic sans ms;
  font-size:4em;
  color:#303030;
  text-align:center;
  margin-top:100px;
  margin-left:20px;
  margin-right:20px;
  }

  .Centrer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.Icone1 {
margin-top:10px;
height:100px;
width:100px;
position:absolute;
margin-left:0px;
}

@media(max-width:1200px) {
    .Icone1 {
        display:none;
    }
  }
  
.Icone2 {
margin-top:10px;
height:100px;
width:100px;
position:absolute;
left:510px;
/*top:400px;*/
}

@media(max-width:1200px) {
    .Icone2 {
        display:none;
    }
  }
  
.Icone3 {
margin-top:10px;
height:100px;
width:100px;
position:absolute;
left:100px;
/*top:600px;*/
}

@media(max-width:1200px) {
    .Icone3 {
        display:none;
    }
  }
  
.Icone4 {
margin-top:10px;
height:100px;
width:100px;
position:absolute;
left:500px;
/*top:600px;*/
}

@media(max-width:1200px) {
    .Icone4 {
        display:none;
    }
  }

  @media(max-width:1200px) {
    .Icone1Bis {
        margin-top:15px;
        height:60px;
        width:60px;
        position:absolute;
        margin-left:0px;
        z-index:-1;
    }
  }

  @media(min-width:1201px) {
    .Icone1Bis {
    display:none;
    }
  }

  @media(max-width:1200px) {
    .Icone2Bis {
        margin-top:15px;
        height:60px;
        width:60px;
        position:absolute;
        margin-left:0px;
        z-index:-1;
    }
  }

  @media(min-width:1201px) {
    .Icone2Bis {
    display:none;
    }
  }

  @media(max-width:1200px) {
    .Icone3Bis {
        margin-top:15px;
        height:60px;
        width:60px;
        position:absolute;
        margin-left:0px;
        z-index:-1;
    }
  }

  @media(min-width:1201px) {
    .Icone3Bis {
    display:none;
    }
  }

  @media(max-width:1200px) {
    .Icone4Bis {
        margin-top:15px;
        height:60px;
        width:60px;
        position:absolute;
        margin-left:0px;
        z-index:-1;
    }
  }

  @media(min-width:1201px) {
    .Icone4Bis {
    display:none;
    }
  }

p {
font-family:century gothic, calibri, Arial, comic sans ms;
font-size:1.4em;
/*text-align:justify;*/
}

ul {
font-family:century gothic, calibri,Arial, comic sans ms;
font-size:20px;
}

.Mots {
font-size:1.4em;
opacity:1:
}

strong {
font-style:bold;
font-size:1.2em;
}

.Texte {
display:block;
color:black;
margin-top:-150px;
}

.Texte2 {
font-weight:bold;
color:#black;
}

.Mail {
color:white;
text-decoration:none;
background-color:#303030;
font-size:1em;
text-align:right;
font-family:Arial;
border:1px solid #303030;
border-radius:5px;
padding:2px 10px;
}

.Mail:hover {
color:black;
background-color:#F5F5F5;
font-style:bold;
border:1px solid black;
}

.Conseils {
font-family:century gothic, calibri,Arial, comic sans ms;
text-decoration:none;
font-size:2em;
background-color:#F2F2F2;
color:grey;
position:absolute;
margin-left:100px;
border:1px solid grey;
padding:40px 30px;
border-radius:5px;
opacity:1;
box-shadow:6px 6px 2px grey;
}

@media(max-width:1200px) {
    .Conseils {
    display:none;
    }
  }

  @media(min-width:1201px) {
    .ConseilsBis {
    display:none;
    }
  }

  @media(max-width:1200px) {
    .ConseilsBis {
    
    }
  }
  
.Conseils:hover {
background-color:#303030;
color:white;
text-decoration:none;
box-shadow:10px 10px 5px grey;
}

.Outils {
font-family:century gothic, calibri,Arial, comic sans ms;
text-decoration:none;
font-size:2em;
background-color:#F2F2F2;
color:grey;
position:absolute;
left:600px;
padding:40px 30px;
border:1px solid grey;
border-radius:5px;
opacity:1;
box-shadow:6px 6px 3px grey;
}

@media(max-width:1200px) {
    .Outils {
    display:none;
    }
  }

  @media(min-width:1201px) {
    .OutilsBis {
    display:none;
    }
  }
    
.Outils:hover {
background-color:#303030;
color:white;
text-decoration:none;
box-shadow:10px 10px 5px grey;
}

.Bonus {
font-family:century gothic, calibri,Arial, comic sans ms;
text-decoration:none;
font-size:2em;
background-color:#F2F2F2;
color:grey;
position:absolute;
margin-left:100px;
padding:40px 30px;
border:1px solid grey;
border-radius:5px;
opacity:1;
box-shadow:6px 6px 3px grey;
}

@media(max-width:1200px) {
    .Bonus {
    display:none;
    }
  }

  @media(min-width:1201px) {
    .BonusBis {
    display:none;
    }
  }
   
.Bonus:hover {
background-color:#303030;
color:white;
text-decoration:none;
box-shadow:10px 10px 5px grey;
}

.Cours {
font-family:century gothic, calibri,Arial, comic sans ms;
text-decoration:none;
font-size:2em;
background-color:#303030;
color:white;
position:absolute;
left:600px;
/*top:600px;*/
padding:40px 30px;
border-radius:5px;
box-shadow:6px 6px 3px grey;
}

@media(max-width:1200px) {
    .Cours {
    display:none;
    }
  }

  @media(min-width:1201px) {
    .CoursBis {
    display:none;
    }
  }
   
.Cours:hover {
background-color:white;
color:grey;
text-decoration:none;
box-shadow:10px 10px 5px grey;
}

.Monter {
  margin-top:-200px;
  }
 
@media(max-width:1200px) {
  .Monter {
  Margin-top:100px;
  }
  }
 
.Descendre {
margin-bottom:350px;
}

@media(max-width:1200px) {
  .Descendre {
  Margin-top:-600px;
  }
  }

@media(max-width:1200px) {
    .ConseilsBis {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    font-size:1.4em;
    background-color:#F2F2F2;
    color:grey;
    margin-left:80px;
    border:1px solid grey;
    padding:20px 15px;
    box-shadow:5px 5px 2px grey;
    margin-left:70px;
    margin-right:20px;
    border-radius:5px;
    }
  }

@media(max-width:1200px) {
    .ConseilsBis:hover {
        background-color:#303030;
        color:white;
        text-decoration:none;
        box-shadow:10px 10px 5px grey;
    }
  }

  @media(max-width:1200px) {
    .OutilsBis {
      display: flex;
      justify-content: center;
      align-items: center;
    text-decoration:none;
    font-size:1.4em;
    background-color:#F2F2F2;
    color:grey;
    margin-left:80px;
    border:1px solid grey;
    padding:20px 15px;
    box-shadow:5px 5px 2px grey;
    margin-left:70px;
    margin-right:20px;
    border-radius:5px;
    }
  }

@media(max-width:1200px) {
    .OutilsBis:hover {
        background-color:#303030;
        color:white;
        text-decoration:none;
        box-shadow:10px 10px 5px grey;
    }
  }

  @media(max-width:1200px) {
    .BonusBis {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    font-size:1.4em;
    background-color:#F2F2F2;
    color:grey;
    margin-left:80px;
    border:1px solid grey;
    padding:20px 15px;
    box-shadow:5px 5px 2px grey;
    margin-left:70px;
    margin-right:20px;
    border-radius:5px;
    }
  }

@media(max-width:1200px) {
    .BonusBis:hover {
        background-color:#303030;
        color:white;
        text-decoration:none;
        box-shadow:10px 10px 5px grey;
    }
  }

  @media(max-width:1200px) {
    .CoursBis {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    font-size:1.4em;
    background-color:#303030;
    color:white;
    margin-left:80px;
    padding:20px 15px;
    box-shadow:5px 5px 2px grey;
    margin-left:70px;
    margin-right:20px;
    border-radius:5px;
    }
  }

@media(max-width:1200px) {
    .CoursBis:hover {
    background-color:white;
    color:grey;
    text-decoration:none;
    box-shadow:10px 10px 5px grey;
    }
  }
  
.Preparation {
font-family:century gothic, calibri, Arial, comic sans ms;
font-size:1em;
color:red;
position:absolute;
left:10px;
top:495px;
opacity:0.8;
}

.Travaux {
position:absolute;
left:170px;
top:490px;
}

a {
outline:none;
}





