@media(max-width:1000px) {
.All {
  display:none;
}
}

.Tel {
  display:none;
}

@media(max-width:1000px) {
  .Tel {
    display:block;
    font-family:century gothic, arial, calibri;
    font-size:1.5em;
    margin-top:50px;
    margin-left:10px;
    margin-right:30px;
    background-color:#1D4851;
    color:antiquewhite;
    padding:50px;
    border-radius:20px;
  }
}

.test {
  position:fixed;
  top:50px;
  color:red;
  z-index:1000;
}

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

#Rectangle {
  width:250px;
  height:120px;
  background:red;
  margin-top:-255px;
  margin-left:-300px;
  z-index:0;
  position:fixed;
  background-color:#d3d3d3;
}

#Wrapper {
  display: flex;
  width: 100%;
}

#Sidebar {
  background-color:#d3d3d3;
  width: 250px;
  height:100%;
  font-size:0.5em;
  position:fixed;
  margin-top:11px;
  margin-left:-100px;
  margin-bottom:30px;
  z-index:-10;
}

@media(max-width:1000px) {
#Sidebar {
  display:none;
}
}

div.Scroll {
  overflow-x:hidden;
  overflow-y:auto;
  width:250px;
  height:100%;
}

#Content {
  margin-left:200px;
  /*width: calc(100% - 0px);*/
  outline:none;
}

.Contenu {
  position:absolute;
  left:85px;
  right:100px;
  z-index:-1
}

.Points {
  color:black;
}

.Points:hover {
  color:#f5f5f5;
  font-weight:bold;
}

.PointsFocus {
  display:inline-block;
  font-weight:bold;
  color:black;
  padding:10px 20px 10px 10px;
  border:1px solid #1D4851;
  border-radius:10px;
  background-color:#f5f5f5;
  margin-left:-10px;
  margin-right:10px;
}

.Intro {
  display:inline-block;
  font-size:1.5em;
  font-weight:bold;
  color:red;
  padding:10px 20px 10px 10px;
  border:1px solid #1D4851;
  border-radius:10px;
  background-color:#f5f5f5;
  margin-left:-10px;
}

.PointsP {
  color:#ED0000;
}

.PointsP:hover {
  color:#f5f5f5;
  font-weight:bold;
}

.Macaron {
  font-size:0.9em;
  font-style:italic;
  font-weight:normal;
  list-style:none;
  color:grey;
  margin-left:20px;
  /*text-align:center;*/
}

.Echap {
font-family:century gothic, Arial, calibri;
font-size:1.5em;
font-weight:bold;
color:blue;
display:block;
text-align:center;
text-decoration:none;
}

.Echap:hover {
color:grey;
}

.Direct {
display:inline-block;
color:#1D4851;
font-size:3em;
font-weight:bold;
text-align:center;
padding:20px 20px;
border-radius:10px;
border:5px solid #1D4851;
}

.Direct:hover {
color:red;
border:5px solid red;
}



body {
background-color:white;
margin-left:-150px;
margin-right:150px;
align-items:center;
}

@media(max-width:1000px) {
	body {
  width:100%;
	margin-left:10px;
	margin-right:10px;
	}
}

p {
font-family:century gothic, arial, calibri;
font-size:1.5em;
color:#1D4851;
}

@media(max-width:1000px) {
  p {
    margin-left:50px;
    margin-right:50px;
  }
}

.Logo {
  height:50px;
  top:10px;
  left:30px;
  position:fixed;
  opacity:50%;
  }
  
  @media(max-width:1000px) {
    .Logo {
  top:20px;
  height:70px;
    }
  }

  .Tower {
    color:#1D4851;
    font-size:1em;
    position:fixed;
    margin-top:15px;
    margin-left:-278.5px;
    z-index:10;
  }

  .TowerBis {
    color:#1D4851;
    font-size:1em;
    position:fixed;
    margin-top:15px;
    margin-left:-220.5px;
    z-index:10;
  }

    .Bande {
      font-family:century gothic,arial,calibri;
      margin-top:-8px;
      height:80px;
      left:0px;
      right:0px;
      position: fixed;
      font-weight:bold;
      font-size:3.5em;
      color:#1d4851;
      background-color:#d3d3d3;
      text-align:center;
      z-index:0;
      }

      @media(max-width:1000px) {
        .Bande {
        height:400px;
        font-size:4em;
        width:100%;
        margin-left:0px;
        }
      }

      
/* MENU FLECHE */

.Fleche {
  position:fixed;
  display:block;
  height:50px;
  margin:auto;
  font-size:4em;
  font-weight:bold;
  text-decoration:none;
  color:#1d4851;
  top:0px;
  right:15%;
  }
  
  .Fleche:hover {
    color:red;
  }

  @media(max-width:1000px) {
    .Fleche{
    display:none;
  }
}

/* Styles pour l'image de la flèche */
.Fleche2 {
  position:absolute;
  width: 200px; 
  height: auto;
  margin-bottom:-0;
  right:0;
  z-index:-1;
}

.Fleche2:hover {
  /*padding:0px;*/
  border:3px solid red;
  border-radius:30px;
}

  /* MENU FLECHE fin */  


/* MENU BURGER */

/*#menu__toggle {
  opacity: 0;
}*/

#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;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

@media(max-width:1000px) {
  .menu__btn {
    width:70px;
  }
}

.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:hover {
  background-color:red;
}*/

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

@media(max-width:1000px) {
  .menu__btn > span::before {
    top:50px;
  }
}

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

@media(max-width:1000px) {
  .menu__btn > span::after {
    top:25px;
  }
}

.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:1000px) {
  .menu__box {
  width:300px;
  }
}

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

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

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

/* MENU BURGER fin */


/* MENU */

.SousTitre {
  font-weight:normal;
  font-size:0.9em;
  font-style:italic;
  color:black
}

.Navbar1 {
  font-family:century gothic,arial,calibri;
  font-size:1.4em;
  font-weight:bold;
  top:100px;
  height:5px;
  left:3%;
  width:190px;
  position:fixed;
  background-color:#1d4851;
  color:#1d4851;
  text-align:center;
  z-index:10;
  }

  @media(max-width:1000px) {
    .Navbar1 {
      display:none;
    }
  }
  
  .Navbar2 {
  font-family:century gothic,arial,calibri;
  font-size:1.4em;
  top:100px;
  height:5px;
  left:20.5%;
  width:180px;
  position:fixed;
  color:#1d4851;
  text-align:center;
  z-index:10;
  }
  
  @media(max-width:1000px) {
    .Navbar2 {
      display:none;
    }
  }

  .Navbar2:hover {
    color:red;
    background-color:red;
    }

  .Navbar3 {
  font-family:century gothic,arial,calibri;
  font-size:1.4em;
  top:100px;
  height:5px;
  left:35.5%;
  width:180px;
  position:fixed;
  color:#1d4851;
  text-align:center;
  z-index:10;
  }
  
  @media(max-width:1000px) {
    .Navbar3 {
      display:none;
    }
  }

  .Navbar3:hover {
  color:red;
  background-color:red;
  }
  
  .Navbar4 {
  font-family:century gothic,arial,calibri;
  font-size:1.4em;
  top:100px;
  height:5px;
  left:50%;
  width:180px;
  position:fixed;
  color:#1d4851;
  text-align:center;
  z-index:10;
  }
  
  @media(max-width:1000px) {
    .Navbar4 {
      display:none;
    }
  }

  .Navbar4:hover {
  color:red;
  background-color:red;
  }
  
  .Navbar5 {
  font-family:century gothic,arial,calibri;
  font-size:1.4em;
  top:100px;
  height:5px;
  left:66%;
  width:180px;
  position:fixed;
  color:#1d4851;
  text-align:center;
  z-index:1;
  }
  
  @media(max-width:1000px) {
    .Navbar5 {
      display:none;
    }
  }

  .Navbar5:hover {
  color:red;
  background-color:red;
  }
  
  .Navbar6 {
  font-family:century gothic,arial,calibri;
  font-size:1.4em;
  top:100px;
  height:5px;
  left:82%;
  width:180px;
  position:fixed;
  color:#1d4851;
  text-align:center;
  z-index:1;
  }
  
  @media(max-width:1000px) {
    .Navbar6 {
      display:none;
    }
  }

  .Navbar6:hover {
  color:red;
  background-color:red;
  }

/* MENU fin */


/* MENU2 */

.Menu2 {
  display:none;
  left:25%;
  top:-2000px;
  position:fixed;
  z-index:-10;
}

@media(max-width:1000px) {
  .Menu2 {
    position:fixed;
    left:25%;
    top:150px;
    z-index:10;
  }

li { /*dans le menu déroulé*/
  list-style-type:none !important; /*On enlève les puces de la liste */
  color:#FFF;
  padding:10px 30px 20px 0px;
  text-decoration:none;
  text-align:center;
  }

.TableMatieres {
  background-color:white;
  padding:20px 20px 20px 20px;
  border:1px solid #1d4851;
  border-radius:20px;
}

.Case1 {
  font-size:0.4em;
  color:#1D4851;
  background-color:#c3c3c3;
  border-top:5px solid #1d4851;
  border-left:5px solid #1D4851;
  border-right:5px solid #1D4851;
}

.Case2 {
  color:#1D4851;
  background-color:white;
  border-left:5px solid #1D4851;
  border-right:5px solid #1D4851;
}

.Case3 {
  color:#1D4851;
  background-color:white;
  border-left:5px solid #1D4851;
  border-right:5px solid #1D4851;
}

.Case4 {
  color:#1D4851;
  background-color:white;
  border-left:5px solid #1D4851;
  border-right:5px solid #1D4851;
}

.Case5 {
  color:#1D4851;
  background-color:white;
  border-left:5px solid #1D4851;
  border-right:5px solid #1D4851;
}

.Case6 {
  color:#1D4851;
  background-color:white;
  border-bottom:5px solid #1d4851;
  border-left:5px solid #1D4851;
  border-right:5px solid #1D4851;
}

  nav ul { /*titre*/
  /*background-color:#1d4851;*/
  padding:0p;
  margin:0px;
  font-size:3em;
  }
   
  nav ul li { /*tout*/
  list-style: none;
  line-height:44px;
  float:left;
  color:#1d4851;
  }
   
  nav ul li a { /*le texte du menu déroulé*/
  /*padding:10px;*/
  font-size:0.3em;
  text-decoration:none;
  color:#1d4851;
  }
   
  li a:hover {
  color:red;
  }

  nav ul li ul { 
  display:none; /* Rend le menu déroulant caché par défaut */
  width:700px;
  } 

  nav ul li:hover ul { /* Affiche la dropNav au survol de la souris avec la class .drop */
  z-index:99999;
  display:list-item !important;
  position:absolute;
  margin-top:5px;
  margin-left:-40%;
  }
   
  nav ul li:hover ul li {
  float:none;
  }
}

/* MENU2 fin */


.NomPage {
  display:block;
  font-family: century gothic, arial, calibri;
  font-size:3em;
  font-weight:bold;
  text-align:center;
  color:#1d4851;
  margin-top:120px;
}

.Avertissement {
color:#1D4851;
font-size:1em;
font-style:italic;
display:block;
padding:10px 20px;
border:3px solid #1D4851;
border-radius:10px;
width:100%;
text-align:center;
margin-top:70px;
z-index:10;
}

@media(max-width:1000px) {
  .Avertissement {
  display:none;
  }
}

.Remarque {
display:inline-block;
color:#1D4851;
font-family:century gothic, arial, calibri;
font-style:italic;
font-size:0.8em;
display:block;
text-align:center
}

@media(max-width:1000px) {
  .Remarque {
  display:none;
  }
}

.Fond {
padding:10px 10px;
border-radius:10px;
background-color:grey;
color:white;
display:inline-block;
}

.Table {
width:700px;
font-family:century gothic, arial, calibri;
text-align:center;
font-size:15px;
color:#1D4851;
}

.Image0 {
height:50px;
width:100%;
display:block;
margin-left:auto;
margin-right:auto;
}

.Image {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
height:360px;
max-width:100%;
text-align:center;
}

h1 {
background:linear-gradient(#c0c0c0,#303030);
font-family:century gothic,Arial,colibri;
font-size:4em;
font-weight:bold;
color:white;
text-align:center;
display:inline-block;
padding:20px 20px;
border-radius:50px;
margin-top:20px;
margin-right:-0px;
display:block;
}

@media(max-width:1000px) {
  h1 {
  margin-top:370px;
  }
}

ul {
font-family:century gothic,Arial,colibri;
font-size:2.3em;
color:white;
}

.Occasion {
background-color:#dc143c;
font-family:century gothic,Arial,colibri;
font-size:5em;
font-weight:bold;
color:white;
text-align:center;
display:inline-block;
padding:10px 10px;
border-radius:50px;
}

.Souligne {
  font-weight:bold;
  font-size:1.2em;
  color:#d5d5d5;
}

.Concret {
text-align:center;
font-size:3.5em;
font-weight:bold;
color:#1D4851;
}

.Parametres {
/*display:inline-block;*/
text-align:center;
left:auto;
right:auto;
color:white;
background:linear-gradient(grey,#303030);
list-style:none;
font-size:2em;
padding:30px 30px 30px 30px;
border-radius:50px;
}

.Parametres2 {
  /*display:inline-block;*/
  left:auto;
  right:auto;
  color:white;
  background:linear-gradient(grey,#303030);
  /*list-style:none;*/
  font-size:2em;
  padding:30px 30px 30px 30px;
  border-radius:50px;
  }

  .Parametres3 {
    font-family:Times new roman, arial, calibri;
    font-style:italic;
    font-size:2.2em;
    border-left:3px solid #1D4851;
    border-top:white;
    border-right:3px solid #1D4851;
    border-bottom:white;
    border-radius:30px;
    padding:30px;
  }
  
.Service {
  color:#1D4851;
  left:auto;
  right:auto;
  text-align:center;
  border:3px solid #1D4851;
  padding:40px 0px 40px 0px;
  border-radius:50px;
  list-style:none;
}

.Description {
background:linear-gradient(#FEA347,#F7230C);
font-family:century gothic,Arial,colibri;
font-size:4em;
font-weight:bold;
font-style:italic;
text-align:center;
color:white;
padding:50px 50px 50px 50px;
border-radius:50px;
}

.Important {
  /*background:linear-gradient(#FEA347,#F7230C);*/
  background-color:#1d4851;
  font-family:century gothic,Arial,colibri;
  font-size:2.5em;
  font-style:italic;
  text-align:center;
  color:white;
  padding:30px 50px 30px 50px;
  border-radius:50px;
  }

.Incision {
  font-size:3em;
  font-style:italic;
  font-weight:bold;
  color:red;
  background-color:#FFE4B5;
  text-align:center;
  padding:30px 30px 30px 30px;
  border:5px solid red;
  border-radius:30px;
}
  
.Encore {
  text-align:center;
margin-left:0%;
margin-right:0%;
font-family:century gothic,Arial,colibri;
font-size:4em;
font-weight:bold;
color:#1d4851;
display:block;
}

.Cadre {
background-color:white;
text-align:center;
margin-left:0%;
margin-right:0%;
font-family:century gothic,Arial,colibri;
font-size:4em;
font-weight:bold;
color:#1d4851;
display:block;
padding:10px 30px 10px 30px;
border-radius:50px;
border:5px solid #1d4851;
}

.Stop {
  display:block;
  height:150px;
  margin:auto;
}

.Mission {
  font-family:century gothic, arial, calibri;
  font-size:2.2em;
  padding:30px 30px 30px 30px;
  border:5px solid #1d4851;
  border-radius:50px;
}

.Texte {
font-family:century gothic,Arial,colibri;
font-size:2.2em;
color:#1D4851;
}

.Texte2 {
display:block;
font-family:century gothic,Arial,colibri;
font-size:4.5em;
text-align:center;
font-weight:bold;
color:red;
}

.Texte3 {
font-family:century gothic,Arial,colibri;
font-size:3.5em;
font-weight:bold;
font-style:italic;
text-align:center;
color:#1D4851;
}

.Texte4 {
font-family:century gothic,Arial,colibri;
font-size:4em;
font-weight:bold;
font-style:italic;
text-align:center;
color:#1D4851;
}

.Texte5 {
font-family:century gothic,Arial,colibri;
font-size:4.5em;
font-weight:bold;
font-style:italic;
text-align:center;
color:#1D4851;
}

.Texte6 {
font-family:century gothic,Arial,colibri;
font-size:4em;
font-weight:bold;
font-style:italic;
text-align:center;
color:#B22222;
}

.Texte7 {
  font-family:Times new roman,Arial,colibri;
  font-size:2.2em;
  font-style:italic;
  color:white;
  background-color:#1d4851;
  padding:30px;
  border-radius:50px;
  }
  
.Image2 {
display:block;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
height:320px;
}

.Entete {
background-color:white;
font-family:century gothic,Arial,colibri;
font-size:2.4em;
font-weight:bold;
color:red;
text-align:center;
text-decoration:none;
display:inline-block;
padding:100px 100px 100px 100px;
border:5px solid red;
border-radius:10px;
}

.Entete:hover {
background-color:#2f4f4f;
color:white;
border:5px solid #2f4f4f;
}

.Prix1 {
font-family:century gothic, calibri, Arial, comic sans ms;
font-size:1.4em;
margin-left:30px;
background-color:red;
color:white;
font-weight:bold;
position:absolute;
padding:9px;
border-radius:10px;
opacity:1;
}

@media(max-width:1000px) {
  .Prix1 {
    font-size:2em;
  }
}

.Prix2 {
font-family:century gothic, calibri, Arial, comic sans ms;
font-size:2em;
margin-left:150px;
background-color:#32CD32;
color:white;
font-weight:bold;
position:absolute;
padding:9px;
border-radius:10px;
opacity:1;
}

@media(max-width:1000px) {
  .Prix2 {
    font-size:2.5em;
  }
}

.Inscription {
display:block;
text-align:center;
background-color:#ffffff;
font-family:century gothic,Arial,colibri;
font-size:2.5em;
font-weight:bold;
color:#F7230C;
text-align:center;
border:5px #F7230C solid;
padding:20px 10px;
border-radius:50px;
text-decoration:none;
outline:none;
}

.Inscription:hover {
background-color:#F7230C;
font-family:century gothic,Arial,colibri;
font-size:2.5em;
font-weight:bold;
color:white;
}

.Entrer {
display:block;
right:0px;
text-align:center;
background-color:#ffffff;
font-family:century gothic,Arial,colibri;
font-size:2.5em;
font-weight:bold;
color:blue;
/*left:130px;
top:500px;*/
text-align:center;
text-decoration:none;
border:5px blue solid;
padding:20px 10px;
border-radius:50px;
}

.Entrer:hover {
background-color:blue;
font-family:century gothic,Arial,colibri;
font-size:2.5em;
font-weight:bold;
color:white;
}

.Renvoi {
color:red;
outline:none;
text-decoration:none;
}

hr {
color:grey;
}

.Contact {
  text-decoration:none;
  color:aquamarine;
}

.Contact:hover {
  color:#FF6347;
}

.Fleche4{
  width:90px;
  height:45px;
  margin-right:90px;
}

.Fleche4:hover {
  border:5px solid white;
  border-radius:30px;
}

.Passif {
  font-weight:bold;
  font-size:3em;
  color:red;
  border:5px solid red;
  padding:40px;
  border-radius:30px;
}