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

@media(max-width:1200px) {
    body {
    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:50px;
        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;
          top:0px;
          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:0.9em;
        }
      }
      
      .menu__item:hover {
        background-color: #CFD8DC;
        color:white;
      }
      
      /* MENU BURGER fin */
       
p {
font-family:century gothic, calibri, Arial, comic sans ms;
color:black;
font-size:1.5em;
}

strong {
font-weight:bold;
color:white;
font-size:1.1em;
}

ul {
color;white;
}

li {
font-family:century gothic, calibri, Arial, comic sans ms;
font-size:2em;
color:white;
}

li:hover {
color:yellow;
}

.Texte {
font-size:1.5em;
color:black;
}

.Text {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left:580px;
    margin-right:580px;
    font-size:1.4em;
    color:#303030;
    background-color:white;
    border:1px solid grey;
    padding:5px 20px 5px 10px;
    border-radius:10px;
    box-shadow:6px 6px 3px grey;
}

@media(max-width:1200px) {
  .Text {
    margin-left:60px;
    margin-right:60px;
  }
}

@media(max-width:1200px) and (orientation:landscape){
  .Text {
    margin-left:230px;
    margin-right:230px;
  }
}

.Text:hover {
    background-color:grey;
    color:white;
    box-shadow:10px 10px 5px #303030;
}

.Text2 {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left:550px;
    margin-right:550px;
    font-size:1.4em;
    color:#303030;
    background-color:white;
    border:1px solid grey;
    padding:5px 20px 5px 10px;
    border-radius:10px;
    box-shadow:6px 6px 3px grey;
}

@media(max-width:1200px) {
  .Text2 {
    margin-left:30px;
    margin-right:30px;
  }
}

@media(max-width:1200px) and (orientation:landscape) {
  .Text2 {
    margin-left:200px;
    margin-right:200px;
  }
}

.Text2:hover {
    /*display:flex;
    justify-content: center;
    align-items: center;
    margin-left:550px;
    margin-right:550px;
    font-size:1.4em;
    color:#303030;
    background-color:white;
    border:1px solid grey;
    padding:5px 20px 5px 10px;
    border-radius:10px;*/
    box-shadow:10px 10px 5px #303030;
}

@media(max-width:1200px) {
  .Text2:hover {
    box-shadow:10px 10px 5px #303030;
  }
}

.Rem {
position:relative;
display:flex;
justify-content: center;
align-items: center;
margin-left:550px;
margin-right:550px;
font-family:century gothic, calibri, Arial, comic sans ms;
font-size:1.3em;
background-color:red;
color:white;
font-weight:bold;
padding:1px 9px;
border-radius:10px;
margin-top:-23px;
}

@media(max-width:1200px) {
  .Rem {
    margin-left:50px;
    margin-right:50px;
  }
}

@media(max-width:1200px) and (orientation:landscape) {
  .Rem {
    margin-left:230px;
    margin-right:230px;
  }
}

@media(max-width:1200px) {
    .video {
    margin-top:-140px;
    width:100%;
    }
    }

    @media(max-width:1200px) and (orientation:landscape) {
      .video {
      margin-top:-55px;
      width:100%;
      }
      }
        
.Contact {
border-left:500px;
background-color:red;
font-family:century gothic,Arial,colibri;
font-size:1.4em;
font-weight:bold;
color:white;
position:absolute;
text-align:center;
text-decoration:none;
padding:10px 10px;
border-radius:10px;
}

.Contact:hover {
background-color:#FAEA73;
font-family:century gothic,Arial,colibri;
font-size:1.4em;
font-weight:bold;
color:black;
}

.Retour {
background-color:#696969;
font-family:century gothic,Arial,colibri;
font-size:1.2em;
color:white;
text-decoration:none;
padding:5px 5px;
border-radius:10px;
border:3px solid #696969;
}

.Retour:hover {
background-color:#D3D3D3;
color:black;
border-radius:10px;
border:3px solid #696969;
}

.Retour2 {
  background-color:#696969;
  font-family:century gothic,Arial,colibri;
  font-size:1.2em;
  color:white;
  text-decoration:none;
  padding:5px 5px;
  border-radius:10px;
  border:3px solid #696969;
  }
  
@media(max-width:1200px) {
  .Retour2 {
    display:none;
  }
}

footer {
font-family:century gothic,Arial,colibri;
float:right;
background-color:grey;
display:inline-block;
margin-left:1px;
width:370px;
}

a {
outline:none;
text-decoration:none;
}

h1 {
    font-family:century gothic, arial, calibri;
    font-size:3em;
    font-weight:bold;
    color:#303030;
}

h2 {
    font-family:century gothic, arial, calibri;
    font-size:2.5em;
    font-weight:bold;
    color:black;
}

h3 {
    font-family:century gothic, arial, calibri;
    font-size:2em;
    font-weight:bold;
    font-style:italic;
    color:black;
}

.TitreCours {
    display:inline-block;
    font-size:2em;
    color:#303030;
    background-color:white;
    border:1px solid grey;
    padding:5px 20px 5px 10px;
    border-radius:10px;
}

.TitreCours:hover {
    background-color:grey;
    color:white;
}