/* .save
{
vert:#17b794
} */

.IMG{
  position:relative;
  top:50px;
  max-width:400px; 
  max-height:350px;
}

.img_chiffre{
  /* width:50% */
  position:relative;
  left:33%;
}

.container_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}
.container_img_chiffre {
  max-width: 60%;
  max-height: 110%;
}

 @media (max-width: 500px) {
.container_img_chiffre {
  max-width: 100%;
  max-height: 200%;
}
  }
  
strong {
  font-weight:normal;
}

.myCSS{
  color:red;
  text-align:justify;
  position:relative;
  top:-50px;
  left:-9%;
  margin-right:5%;
  margin-left:25%;
  font-size:25px;
 }

 @media (max-width: 900px) {
  .myCSS {
    left:-10%;
    margin-right:10%;
    font-size:20px; 
  }
 }

 @media (max-width: 500px) {
  .myCSS {
    left:-10px;
    margin-right:5%;
    margin-left:10%;
  }
  }
 
@media (max-width: 3500px) {
  .backHead {
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
    background-color: #333f61;
  }


  @media (max-width: 500px) {
    .backHead {
      height: 110px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      float: left;
      width: 100%;
      background-color: #333f61;
    }  

    .img_chiffre{
      width:100%;
      position:relative;
      left:0;
  
    }
}


.backTitle{
  height: 80px;
  text-align:center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  background-color: #eff1f5;
}



.titreHome{
   position:relative;
  font-size:45px; 
  width:auto;
  text-align:center;
  color:white;
  font-weight: bold;
  font-family:arial-black; 
}

@media (max-width: 500px) {
  .titreHome{
    position:relative;
   font-size:25px; 
   width:auto;
   text-align:center;
   color:white;
   font-weight: bold;
   font-family:arial-black;
  }
}


.title_first{
  position:relative;
  top:20px;
  font-size:40px;
  font-style: bold;
  color:#232e51;
  font-family:arial-black;
}

@media (max-width: 500px) {
  .title_first {
  position:relative;
  top:30px;
  font-size:25px;
  font-style: bold;
  color:#232e51;
  font-family:arial-black;
}
}

.title_center{
  position:relative;
  top:10px;
  font-size:25px;
  text-align:center;
  color:#232e51;
  font-weight: bold;
  font-family:arial-black;
}

.omb
{
border-left: 30px;
border-bottom: 3px;
border-radius: 5px;
  -moz-box-shadow: 4px 4px 4px #aaa; 
  -webkit-box-shadow: 4px 8px 8px #aaa; 
  box-shadow: 4px 4px 8px #555; 
}

.circle{
  position:relative;
  top:3px;
  right:10px;
  display:inline-block;
  width:40px;
  height:40px;
  border-radius:50%;
  text-align:center;
  color:#15a585;
  background: #38a9e4;
  color: black;
}

.circle_text{
  display:block;
  padding-top:8px;
  
 }

 .line
{
border-bottom : 3px solid;
height : 2px;
width : 70%;
height: 5px;
border-color : rgb(36, 81, 140);
padding-left:100px;
border-left: 3px solid;
height: 25px;
border-color : rgb(36, 81, 140);
}  

.LineV
{
padding-left:120px;
border-left: 3px solid;
height: 25px;
border-color : rgb(36, 81, 140);  
}

.omb2
{
border-left: 3px;
border-bottom: 3px;
 border-radius: 5px;
  -moz-box-shadow: 4px 4px 4px #aaa; 
  -webkit-box-shadow: 4px 8px 8px #aaa; 
  box-shadow: 4px 4px 8px #555; 
  background-color:white;
}

.circle2{
    margin:0px 5px;
    width:30px;
    padding-top:3px;
    background:#1d2b53;
    height:30px;
    text-align:center;
    border-radius:100px;
    color:#ec253a;
    line-height: 90px;
    position:relative;
    top:1px;
}

.logo {
   background-image:url('/static/images/newLogo.png');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: 10% 50%; 
}

.logoCap {
position:relative;
top:-25px;
height: 130px;
}

@media (max-width: 780px) {
  .logoCap {
position:relative;
top:-30px;
left:20%;
height: 120px;
  }
}

@media (max-width: 600px) {
  .logoCap {
  width: 290px;
  height: 100px;
  position:absolute;
  top:-40px;
  left:30px;
  }
}

@media (max-width: 350px) {
  .logoCap {
  width: 290px;
  height: 100px;
  position:absolute;
  top:-40px;
  left:0px;
  }
}

@media (max-width: 100px) {
  .logoCap {
  width: 220px;
  height: 70px;
  position:absolute;
  top:0px;
  left:30px;
  }
}


.quest_pos_num {
position:relative;
left:5px;
color:#333f61;
font-weight:bold;
}

.quest_pos_quest{
  width:99%;
  text-align:center;
  left:10px;
  color:#232e51;
}

.quest_pos_block
{
margin:auto;
width:50%;
}


.titre_offre
{
width:100%;
color:white;
background-color:#333f61;
border: none;
font-size:30px;
}

@media (max-width: 900px) {
  .titre_offre
  {
    font-size:25px;
  }
}

@media (max-width: 700px) {
  .titre_offre
  {
    font-size:17px;
    font-style: bold;
    font-family: Arial Black,Arial Bold,sans-serif; 
  }
}

.block_offre
{
  margin:auto;
width:70%;
position:relative;
}

@media (max-width: 1100px) {
  .block_offre
  {
    margin:auto;
   width:80%;
  }
}

@media (max-width: 500px) {
  .block_offre
  {
    margin:auto;
  width:90%;
  }
}

.tabQuestPos{
  position:relative;
  left:25%;
}

@media (max-width: 500px) {
.quest_pos_block
{
margin:auto;
width:95%;
}

.tabQuestPos{
  position:relative;
  left:5%;
}

}

.center_block
{
margin:auto;
width:50%;
}

@media (max-width: 500px) {
.center_block
{
margin:auto;
width:95%;
}
}

.butFS{

 margin:auto;
 width:100%;
}

.quest_pos_block2
{
margin:auto;
width:70%;
}


.bodyConf{
  min-height: 900px;

}

.footerPosition {
  position: relative;
  bottom: 0;
  background-color:#303841;
}

.placeTable{
  position:relative;
  top:30px;
  font-size:40px;
  font-style: bold;
  color:#232e51;
  font-family:arial-black;

}

@media (max-width: 500px) {

  .fntAdmin1{
  border: none; 
   background-color: transparent;
  font-size:10px;
  }

  .fntAdmin2{
   font-size:10px; 
  }

}


.posRep
{
position:relative; 
top:90px;
border-radius: 15px; 
background-color: #17b794; 
width: 595px; 
height: 68px;
}

.reponse{
  font-style:bold;
  font-size:25px;
  color:#232e51
}

@media (max-width: 500px) {

  .posRep
  {
  position:relative; 
  top:90px;
  border-radius: 15px; 
  background-color: #17b794; 
  width: 270px; 
  height: 30px;
  }
  
  .reponse{
    font-style:bold;
    font-size:20px;
    color:#232e51
  }

}

.titreTabHome{
  font-size:40px;
  text-align:center;
  color:#232e51;
  font-weight: bold;
  font-family:arial-black; 
}

.cadre1{
position:relative; 
top:50px;
margin-left: 20%;
border-radius: 15px; 
background-color: grey;
width: 595px; 
height: 250px;
}


  .block_home{
  position:relative;
  top:-200px;
  }

@media (max-width: 770px) {
  .block_home{
  position:relative;
  top:-100px;
  }
}

@media (max-width: 500px) {
  .block_home{
  position:relative;
  top:-120px;
  }
}
@media (max-width: 700px) {
  

  .titreTabHome{
    font-size:20px;
    text-align:center;
    color:#232e51;
    font-weight: bold;
    font-family:arial-black; 
  }

}

@media (max-width: 500px) {
  .flag {
  width: 50px;
  height: 50px;
  }
}
@media (max-width: 450px) {
  .rond_sep {
  width: 8px;
  height: 8px;
  }
}

.circle_sep2{
  position:relative;
  top:10px;
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background: #38a9e4;
  left:48%;
}

.title_quest3{

  position:relative;
  background-color:white;
  top:10px;
  width:100%;
  text-align:center;
  color:#232e51;
  font-size:20px;
   border-radius: 10px;
  font-style:bold;
  font-family:arial-black;
}

.lineSep{
  position:relative;
  top:10px;
  display:inline-block;
  width:70px;
  height:7px;
  border-radius:50%;
  background: #38a9e4;
  left:48%;
}

.fine {
border-width : 1px;
border-color : #333f61;
border-style : solid;
}

.gtco-heading2 {
  margin-bottom: 5em;
}
.gtco-heading2.gtco-heading2-sm {
  margin-bottom: 2em;
}
.gtco-heading2 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.gtco-heading2 h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: black;
}
.gtco-heading2 p {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
}
.bobo2 {
  border-radius: 25% 10%;
}
.bobo{
  position:relative;
  top:-60px;
  display:inline-block;
  width:90%;
  height:90%;
  border-radius : 50px 20px;
  border:2px solid #232e51;
  margin-left:5%;
    -moz-box-shadow: 4px 4px 4px #aaa; 
  -webkit-box-shadow: 4px 8px 8px #aaa; 
  box-shadow: 4px 4px 8px #555; 
}

.bordure {
border-bottom:3px 75% solid black;
}

.priceTab {
  font-weight: bold;
  position:relative;
  font-family:arial-black;
  font-size:30px;
  top:60px;
  display:inline-block;
  width:250px;
  border-radius : 20px 20px;
  background-color:#17b794;
  margin-left:5%;
  -moz-box-shadow: 4px 4px 4px #aaa; 
  -webkit-box-shadow: 4px 8px 8px #aaa; 
}

.pricePolice {
  font-family:arial;
  font-size:16px;
  color:white;
  background-color:#333f61;
  list-style-type:disc;

}
.priceTab2 {
  position:relative;
  left:-205px;
  top:150px;
  display:inline-block;
  width:200px;
  height:400px;
  border-radius : 20px 20px;
  border:2px solid #232e51;
  background-color:green;
  margin-left:5%;
    -moz-box-shadow: 4px 4px 4px #aaa; 
  -webkit-box-shadow: 4px 8px 8px #aaa; 
  box-shadow: 4px 4px 8px #555; 
}

.listeStyle{
  margin: 20px;
}

.center2
{
  margin:auto;
  position: relative;
  top:120px;
  width:900px;
  height:1000px;
}

.infoDemande
{
  background-color:#333f61;

}

.buttonInfo
{

  position:relative;
  left:25px;
  background-color:#b0aea3;
  border-color:white;
  color:white;
}

@media (max-width: 892px) {
.center2
{

  margin-right:auto;
  width:270px;
  height:2000px;
}

}
}
.aboutSize
{
  width:400px;
}
.about
{
  
  text-align: justify;
  font-size:25px;
  color:white;
  margin:15px;
  
}

@media (max-width: 892px) {
.aboutSize
{
  width:400px;
}
.about
{
    
  text-align: justify;
  font-size:18px;
  color:white;
  margin:15px;
}
}
.desc_txt
{
  text-align: center;
  color:black;
  font-style: italic;
}
.qcmRep
{
  position:relative;
  left:5%;
  width:85%;
  text-align:justify;
  color:#232e51;
}
.moon {
  
    display: block;
    background: #fff;
    width: 13em;
    height: 13em;
    top: -2em;
    left: 3.8em;
    border-radius: 2.5em;
    position: relative;
    box-shadow: 
      -2em 2em 0 0 #fff inset, 

      -4em 4em 0 0 green inset
    }

    .trait_hor
    {
    border-top: 3px solid #ec253a;
    color:#ec253a;
    background-color:#ec253a;
    width :60%;
    position:relative;
    left:20%;
    
    } 
  
    .boussole {
      /* background:url({{ url_for('static', filename='images/boussole.png') }}); */
      position:relative;
      top:-50px;
      left:-10%;
      /* background-size: 300px 100px; */
      max-width:700px;
      max-height: 700px;
      width:70%;
      height: 70%;
      background-repeat: no-repeat;
      opacity:0.5;
      float:left;
      shape-outside:circle();
    }

    @media (max-width: 900px) {
      .boussole {
        left:-10%;
      }
      }
  

    /* @media (max-width: 950px) {
      .boussole {
        width:500px;
        height: 500px;

      }
      @media (max-width: 650px) {
        .boussole {
          width:350px;
          height: 350px;
  
        }
        @media (max-width: 500px) {
          .boussole {
            width:300px;
            height: 300px;
    
          }
    } */

    .boussoleR {
      /* background:url({{ url_for('static', filename='images/boussole.png') }}); */
      position:relative;
      top:-50px;
      right:-10%;
      /* background-size: 300px 100px; */
      max-width:700px;
      max-height: 700px;
      width:70%;
      height: 70%;
      background-repeat: no-repeat;
      opacity:0.5;
      float:right;
      shape-outside:circle();
    }


 .texte_cours{
  color:white;
  text-align:justify;
  position:relative;
  top:-50px;
  margin-right:20%;
  margin-left:20%;
  font-size:25px;
 }

 @media (max-width: 900px) {
  .texte_cours {
    margin-right:8px;
    margin-left:8px;
    font-size:20px; 
  }
 }

 @media (max-width: 450px) {

  .homeP1{
    font-size:55px;
    font-weight: bold;
    position:relative;
    top:30px;
      }

      .block_home{
        position:relative;
        top:-80px;

 }

 @media (max-width: 500px) {
  .texte_cours {
    left:-10px;
    margin-right:5%;
    margin-left:10%;
  }

  }
  
  .mytest{
    color:red;
  }
  
  .homeP1{
    font-size:55px;
    font-weight: bold;
      }



@media (max-width: 900px) {
  .homeP1{
    font-size:35px;
      }
    }
    
    @media (max-width: 700px) {
      .homeP1{
        font-size:28px;
        font-weight: bold;
        position:relative;
        top:20px;
          }
    }
  }
    .plane {
      /* background:url({{ url_for('static', filename='images/boussole.png') }}); */
      max-width:350px;
      max-height:350px;
      width:60%;
      height: 60%;
      background-repeat: no-repeat;
      opacity:0.5;
      /* float:center; */
      /* position:relative;
      left:35%; */
      /* shape-outside:circle();  */
    }


    .IMGcenter{
      width: 300px;
      height: 300px;
      border: 1px #aaa solid;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
    }

.plane2{
  /* visibility: hidden; */
  display:none;
}
@media (max-width: 1250px) {
  .plane1{
    /* visibility: hidden; */
    display:none;
  }
  .plane2{
    display:block;
  }
}


  .centerBou {
    /* background:url({{ url_for('static', filename='images/boussole.png') }}); */
    position:relative;
    left:500px;
    right:500px;
    /* background-size: 300px 100px; */
    max-width:30%;
    max-height: 30%;
    width:30%;
    height: 30%;
    background-repeat: no-repeat;
    float:left;
  }

  #Global #gauche {
    float:left;
    width:60%;
}
#Global #droite {
    margin-left:60%   
}

.gtco-cover2{
  height: 1500px;
}

.hit-the-floor {
  color: #fff;
  font-size: 12em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 
    0 1px 0 #ccc, 
    0 2px 0 #c9c9c9, 
    0 3px 0 #bbb, 
    0 4px 0 #b9b9b9, 
    0 5px 0 #aaa, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
}

.hit-the-floor {
  text-align: center;
}

.formCours{
 width: 50%;
}

.offreForm{
  width:60%;
  position:relative;
  left:40%;

}

@media (max-width: 900px) {
  .offreForm{
    width:80%;
    position:relative;
    left:40%;
    top:-500px;
  }
 }

 @media (max-width: 500px) {
  .offreForm{
    width:60%;
    position:relative;
    left:40%;
    top:-500px;
  }
  }
  .homeP2{
    font-size:25px;
    text-align: justify;
    }

  @media (max-width: 900px) {
    .homeP2{
    font-size:25px;
    text-align: justify;
    }
    }
    @media (max-width: 800px) {
    .homeP2{
    font-size:18px;
    }
    }  
    @media (max-width: 700px) {
    .homeP2{
    font-size:18px;
    position:relative;
    top:17px;
    }
    }
    @media (max-width: 500px) {
    .homeP2{
    font-size:16px;
    position:relative;
    top:19px;
    }
    }
    .gammeCours{
    font-size:40px;
    font-weight: bold;
    text-align: center;
    color:#232e51;
    }
    .offreForm2{
    width:60%;
    position:relative;
    left:40%;
    top:-500px;
    }
    .block_offre3{
    margin-left:5%;
    margin-right:5%;
    height:650px;
    }
    @media (max-width: 1000px) {
    .block_offre3{
    margin-left:5%;
    margin-right:5%;
    position:relative;
    }
    }
    .imageDim{
    /* height:37%;
    width:37%; */
    height:480px;
    width:480px;
    position:relative;
    top:-10px;
    }
    @media (max-width: 1400px) {
    .imageDim{
    height:395px;
    width:395px;
    position:relative;
    top:-30px;
    }

    .offreForm2{
      width:60%;
      position:relative;
      left:40%;
      top:-350px;
      }

    }
    @media (max-width: 1100px) {
    .imageDim{
    height:350px;
    width:350px;
    position:relative;
    }
    .block_offre3{
    margin-left:1%;
    margin-right:1%;
    position:relative;
    top:100px;
    }
    .offreForm2{
    width:60%;
    position:relative;
    left:40%;
    top:-450px;
    }
    }
    @media (max-width: 900px) {
    .imageDim{
    display:none;
    }
    .gammeCours{
    font-size:40px;
    font-weight: bold;
    text-align: center;
    color:#232e51;
    position:relative;
    top:40px;
    }
    .block_offre3{
    margin-left:1%;
    margin-right:1%;
    position:relative;
    top:-100px;
    }
    .offreForm2{
    width:98%;
    position:relative;
    left:1%;
    top:150px;
    }
    .topImga{
    display:block;
    }
    .imageDimDip{
    height:150px;
    width:150px;
    position:relative;
    }
    .gammeCours{
    font-size:22px;
    font-weight: bold;
    text-align: center;
    color:#232e51;
    margin-left:1px;
    margin-right:1px;
    }
    }

   .liste_offre{
    background-color: white;
    position:relative;
    top:-25px;
    font-weight: bold;
    color:black;
    text-align:justify;
  }

  .colorButton{
    color:white;
  }

  .description_offre{
    font-weight: bold;
    position:relative;
    margin-left:10px;
    margin-right:15px;
    text-align: left;
  }

  @media (max-width: 900px) {
  .description_offre{
    font-weight: bold;
    position:relative;
    margin-left:10px;
    font-size:13px;
    }
  }

  .datadockImg{
    height:150px;
  }

  @media (max-width: 900px) {
    .datadockImg{
      height:120px;
    }
  }