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

p {
font-family:century gothic, calibri, Arial, comic sans ms;
color:black;
font-size:1.5em;
}

    .Logo {
        height:50px;
        top:10px;
        left:30px;
        position:fixed;
        opacity:100%;
        z-index:10;
      }
        
      .Tower {
        color:#303030;
        font-size:1em;
        position:fixed;
        margin-top:33.5px;
        margin-left:-20px;
        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;
        }
        
        /* MENU FLECHE */
        
        .Fleche {
          position:fixed;
          font-size:4em;
          font-weight:bold;
          text-decoration:none;
          color:#1d4851;
          top:0px;
          right:15%;
          }
          
          .Fleche:hover {
            color:red;
          }
           
          /* MENU FLECHE fin */
      
      /* MENU BURGER */

      .Menu {
        position:absolute;
        left:10px;
      }
      
      #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;
      }
      
      .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;
      }
      
      .menu__btn > span::before {
        content: '';
        top:30px;
      }
      
      .menu__btn > span::after {
        content: '';
        top:15px;
      }
      
      .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;
      }
      
      .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family:century gothic, arial, calibri;
        font-size:1em;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
      }
      
      .menu__item:hover {
        background-color: #CFD8DC;
        color:white;
      }
      
      /* MENU BURGER fin */
       
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;
    width:180px;
    border:1px solid grey;
    padding:5px 20px 5px 10px;
    border-radius:10px;
    box-shadow: 6px 6px 3px grey;
}

@media(max-width:1200px) {
    .Text {
        display:inline-block;
        margin-left:15%;
        margin-right:20%;
        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;
    }
}

.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;
    width:250px;
    border:1px solid grey;
    padding:5px 20px 5px 10px;
    border-radius:10px;
    box-shadow: 6px 6px 3px grey;
}

@media(max-width:1200px) {
    .Text2 {
        display:inline-block;
        margin-left:10%;
        margin-right:10%;
        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) and (orientation:landscape) {
  .Text2 {
    margin-left:110px;
    margin-right:110px;
  }
  }

.Text2:hover {
    box-shadow: 10px 10px 5px #303030;
}

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

.Text3 {
  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) {
  .Text3 {
      display:inline-block;
      margin-left:10%;
      margin-right:10%;
      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) and (orientation:landscape) {
.Text3 {
  margin-left:110px;
  margin-right:110px;
}
}

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

@media(max-width:1200px) {
  .Text3: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:-53px;
    }
 
@media(max-width:1200px) {
    .Rem {
    display:inline-block;
    margin-left:10%;
    margin-right:10%;
    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:7px;
    }
}

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

.Rem2 {
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left:45%;
    margin-right:45%;
    font-family:century gothic, calibri, Arial, comic sans ms;
    font-size:1.5em;
    background-color:red;
    color:white;
    font-weight:bold;
    height:40px;
    padding:1px 1px;
    border-radius:10px;
    margin-top:-17px;
    }

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

.Rem3 {
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left:30%;
    margin-right:30%;
    font-family:century gothic, calibri, Arial, comic sans ms;
    font-size:1.5em;
    background-color:red;
    color:white;
    font-weight:bold;
    height:40px;
    padding:1px 1px;
    border-radius:10px;
    margin-top:-17px;
}

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

.video {
  margin-top:20px;
}

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

    @media(max-width:1200px) and (orientation:landscape) {
      .video {
      margin-top:-55px;
      width:100%;
      }
      }

      .video2 {
        margin-top:-40px;
      }
      
      @media(max-width:1200px) {
          .video2 {
          margin-top:-50px;
          width:100%;
          }
          }
      
          @media(max-width:1200px) and (orientation:landscape) {
            .video2 {
            margin-top:-60px;
            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:1em;
color:white;
text-decoration:none;
padding:5px 5px;
border-radius:10px;
border:3px solid #696969;
margin-left:10px;
}

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

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;
    text-align:center;
    margin-top:30px;
}

@media(max-width:1200px) {
    h1 {
        font-family:century gothic, arial, calibri;
        font-size:3em;
        font-weight:bold;
        color:#303030;
        text-align:center;
        margin-top:30px;
    }
    }

    @media(max-width:1200px) {
      h1Bis {
          font-family:century gothic, arial, calibri;
          font-size:2.9em;
          font-weight:bold;
          color:#303030;
          text-align:center;
          margin-top:100px;
      }
      }

      @media(max-width:1200px) {
        h1Bis {
            font-family:century gothic, arial, calibri;
            font-size:2.9em;
            font-weight:bold;
            color:#303030;
            text-align:center;
            margin-top:100px;
        }
        }
  
        @media(min-width:1201px) {
          h1Bis {
              display:none;
          }
          }
 
  .Espace {
    margin-top:20px;
  }

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

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

.Descr {
    font-size:1.5em;
    margin-left:20px;
}

.Centrer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.TitreCours {
    /*display:flex;
    justify-content: center;
    align-items: center;*/
    display:block;
    font-size:1.4em;
    color:#303030;
    background-color:white;
    border:1px solid grey;
    padding:5px 20px 5px 20px;
    border-radius:10px;
    vertical-align:middle;
    margin-left:430px;
    margin-right:430px;
    text-align:center;
    box-shadow:6px 6px 3px grey;
}

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

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

.TitreCours1 {
    display:block;
    font-size:1.4em;
    color:#303030;
    background-color:#F5F5F5;
    border:1px solid grey;
    padding:70px 30px 30px 30px;
    border-radius:10px;
    width:300px;
    height:100px;
    text-align:center;
    box-shadow:6px 6px 3px grey;
    }
    
.TitreCours1:hover {
    background-color:grey;
    color:white;
    box-shadow:10px 10px 5px #303030;
}

.TitreCours2 {
    display:block;
    font-size:1.4em;
    color:#303030;
    background-color:#F5F5F5;
    border:1px solid grey;
    padding:70px 30px 30px 30px;
    border-radius:10px;
    width:300px;
    height:100px;
    text-align:center;
    box-shadow:6px 6px 3px grey;
    }

.TitreCours2:hover {
    box-shadow:10px 10px 5px #303030;
    }

.TitreCours3 {
    display:block;
    font-size:1.4em;
    color:#303030;
    background-color:white;
    border:1px solid grey;
    padding:5px 20px 5px 20px;
    border-radius:10px;
    vertical-align:middle;
    margin-left:400px;
    margin-right:400px;
    text-align:center;
    box-shadow:6px 6px 3px grey;
}    

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

.TitreCours3:hover {
    box-shadow:10px 10px 5px #303030;
}

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

    @media(min-width:1201px) {
        .TitreCoursBis2 {
        display:none;
        }
        }
    
@media(max-width:1200px) {
    .TitreCours1 {
    display:none;
    }
    }

    @media(max-width:1200px) {
        .TitreCours2 {
        display:none;
        }
        }
       
    @media(max-width:1200px) {
    .TitreCoursBis {
        display:flex;
        justify-content: center;
        align-items: center;
        font-size:1.2em;
        color:#303030;
        background-color:#F5F5F5;
        border:1px solid grey;
        padding:5px 30px 5px 30px;
        border-radius:10px;
        text-align:center;
        margin-top:70px;
        margin-left:10px;
        margin-right:10px;
        box-shadow:6px 6px 3px #303030;
        }
    }
  
    @media(max-width:1200px) and (orientation:landscape) {
      .TitreCoursBis {
          margin-left:150px;
          margin-right:150px;
          }
      }
                
    @media(max-width:1200px) {
    .TitreCoursBis:hover {
        background-color:grey;
        color:white;
        box-shadow:10px 10px 5px #303030;
    }
    }
   
    @media(max-width:1200px) {
        .TitreCoursBis2 {
            display:flex;
            justify-content: center;
            align-items: center;
            font-size:1.2em;
            color:#303030;
            background-color:#F5F5F5;
            border:1px solid grey;
            padding:5px 30px 5px 30px;
            border-radius:10px;
            text-align:center;
            margin-top:20px;
            margin-left:10px;
            margin-right:10px;
            box-shadow:6px 6px 3px #303030;
            }
        }
            
    @media(max-width:1200px) {
    .TitreCoursBis2:hover {
        box-shadow:10px 10px 5px #303030;
    }
    }

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

     .TitreCoursBis3 {
         display:flex;
         justify-content: center;
         align-items: center;
         font-size:1.2em;
         color:#303030;
         background-color:#F5F5F5;
         border:1px solid grey;
         padding:5px 30px 5px 30px;
         border-radius:10px;
         text-align:center;
         margin-top:20px;
         margin-left:15px;
         margin-right:15px;
         box-shadow:6px 6px 3px #303030;
     }    
   
     @media(max-width:1200px) and (orientation:landscape){
      .TitreCoursBis3 {
          margin-left:120px;
          margin-right:120px;
      }
      }
           
    .TitreCoursBis3:hover {
        box-shadow:10px 10px 5px #303030;
    }

    /*@media(max-width:1200px) {
      .TitreCoursBis3 {
          margin-left:100px;
          margin-right:100px;
      }
  }*/
              
@media(min-width:1201px) {
    .TitreCoursBis3 {
        display:none;
    }
}

.Note {
    font-family:century gothic,calibri, Arial,comic sans ms;
    font-size:1.4em;
    font-weight:bold;
    font-variant-position:super;
    font-style:bold;
    color:red;
    text-decoration:none;
    outline:none;
    }

