@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,300italic,400italic,600italic);
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/********************************************* bleu :  #005e74 ************************************/
/********************************************* violet hover :  #5d4391 ************************************/
/********************************************* violet light :  #f1eef7 ************************************/
/********************************************* vert : #1bc074 *******************************************/
/********************************************* orange: #ffb400 ***************************************/
/********************************************* rouge: #cb2131 ***************************************/
/********************************************* bleu side bar #364e61   ***************************************/
/********************************************* bleu content #f5f8f9 ***************************************/
/********************************************* moutarde #cb9500 ***************************************/
/********************************************* violet #364e61  ***************************************/
/********************************************* FOND DE PAGE #f4f6f9 *********************************/
/********************************************* gris #657574 ***************************************/
/********************************************* beige #e6e2dd ***************************************/
/********************************************* beige clair #f2f1f0***************************************/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.font_sacado{
  font-family: 'Roboto', cursive;
  font-size: 24px;
  font-weight: 100;
  color: #5d4391;
}


#display_rgpd{
  position: fixed;
  background-color: #5d4391 ; /*#5d4391; */
  bottom : 0px;
  left:0px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  min-height : 200px;
  color :  #FFF ;
  padding:20px;
  z-index: 9999999;
  text-align: center;
}

.vspace{
  margin-top:40px;
}


.try_exercises{
    margin-top:20px;
}


.sanspuce{
  list-style: none;
}

.rose{
  color:#B8009D;
}

.rose_light{
  color:#E13B65;
}

.alert-sacado{
  background-color: #f1eef7 ;
  border : solid 1px #f1eef7 ;
  color :  #5d4391 ;
}

.border_card{
  border: 1px solid #4C1684;
  width:350px;
}

.bigger_size{
  font-size: 1.4em;
}

.card-header{
  background-color: #4C1684 ;
  border : solid 1px #4C1684 ;
  color :  #5d4391 ;
}

.no_display_index{
  padding-top:40px;
}



body {
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 18px;   
}

a {
  color: #5d4391;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {  
  color: #e00a72;
  text-decoration: underline;
}

a.listing{
  font-size:20px;
  font-weight: 200;
  color:#0e7bb5;
}
a.listing:hover,
a.listing:active,
a.listing:focus{
  font-size:20px;
  color:#c2a829;
}

a.sublisting{
  font-size:18px;
  color:#c2a829;
}
a.sublisting:hover,
a.sublisting:active,
a.sublisting:focus{
  font-size:18px;
  color:#0e7bb5;
}

.index_academy{
    height:700px;
    position: absolute;
    background-size: cover; 
    width: 100%;
}


.inside_page{
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.titre_texte_accueil{
  color: white;
  font-size : 40px;
  margin: 35px;
}

.texte_accueil{
  color: white;
  font-size : 22px;
  margin: 20px;
}


.card_positionnement{
    border:#CCC solid 1px;
    width:250px;
    height:250px;
    margin: 20px; 
    padding:10px; 
    border-radius: 5px;
    float:left;
  }

.card_positionnement:hover{
   background-color: #A165D9 ;
   color:#fff; 
}

.card_positionnement:hover a{
   color:#fff; 
}



.helper_tip {
  position: relative;
  opacity:1;
  color:#d1c5de;
  cursor:pointer;
  font-size: 14px;

}
.helper_tip:hover {
  color:#5d4391 ;
}


.helper_tip .helper_tip_text {
  visibility: hidden;
  width: 200px;
  background-color: #FFF;
  color:  #998fa6;
  text-align: left;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  font-size: 14px;
  /* Position the tooltip */
  top: 100%;
  right: 0;
  z-index: 9999999;
}

.helper_tip:hover .helper_tip_text {
  visibility: visible;
  position: absolute;
  box-shadow: 0px 2px 50px rgba(0,0,0,0.3);
}


td.listingtd{
  font-size:20px;
  font-weight: 200;
  color:#0e7bb5;
}


p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007EE2;
    border-color: #0152a3;  
    text-decoration : underline;
}
/* Peronnalisation SacAdo */

.sacado{
  font-family: 'Roboto', cursive;
  color: #5d4391;
}

.color_sacado{
  color: #5d4391;
}

a.sacado, a.sacado:active, a.sacado:visited{
  font-family: 'Roboto', cursive;
  font-size: 20px;
  color: #5d4391;
  text-decoration : underline;
}

.thin{
  font-weight: 100;
}

.exercice_list_label{
  font-size: 18px;
}

.content_bgwhite{
    background-color: #FFF;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px; 
    background-color: rgba(255, 255, 255, 0.5);   
    padding : 15px; 
}
a.menuright{
  color: #a8a4b0;
  padding: 10px;  
  text-decoration : underline;
}
a.menuright:hover{
  color: #007EE2;
  background-color: #000;  
  text-decoration : underline;
} 

a.white, a.white:active, a.white:visited{
    color: #FFF;  
    text-decoration : underline;
}


a.white:hover{
  color :  #f8d3dc ;  
  text-decoration : underline;
}



element.style {
}



.content {
    background-color: #F7F7F7;
    padding: 15px;
    border:1px solid #DDD ;
}

.form-control{  
  border-radius : 0px; 
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}


.np-form-control{  
  border-radius : 0px; 
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  border: 1px solid #AAA;
  font-size: 20px;
  padding: 5px;
}

 
.btn {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 10px 12px;  
  border-radius: 3px; /*radius des boutons*/
  cursor: pointer;
}

.full_width{
  width:91%;
}

.btn-primary {
  background-color: #008ee2; /*#005e74;*/
  border-color: #008ee2; /*#005e74;*/
  color: #FFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #0477bb ;  /*#005e74;*/ 
}



.btn-large{
  padding: 8px 10px !important;
  margin-top: 7px;
}

 

.btn.btn-default{
  background-color: #F0F0F0;
}


 #intro .intro-info {
    padding-top: 160px !important;
}


.title {
    color : #000;
    font-size:40px;
    font-family:  'Roboto',  Helvetica, Arial, sans-serif ; 
}
.subtitle {
    font-family:  'Roboto',  Helvetica, Arial, sans-serif; 
}


.float-right {
    float: right!important;
}

 
table.table-bordered.dataTable {
  border-collapse: collapse !important;
}

.space20{
  height: 20px;
}
.space70{
  height: 70px;
}
.marginbottom50{
  margin-bottom: 50px;
}
.marginbottom100{
  margin-bottom: 100px;
}

.imagefile{
  float:left;
  width:150px;
  transition: all 0.3s linear; 
  margin:5px; 
}


.imagefile:hover{
  width:500px;
  box-shadow: 0px 0px 30px rgba(70, 17, 156, 0.7);
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f9cfcf;
  border-color: #ebccd1;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #eff0fa;  
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #94a3ca;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007EE2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;  
  text-decoration : underline;
}

#topbar .social-links a:hover {
  color: #007EE2;  
  text-decoration : underline;
}

#topbar .social-links a:first-child {
  border-left: 0;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  position: fixed;
  background-color: #FFF;
  left: 0;
  top: 0;
  right: 0;
}


.header_bar {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 30px;
  margin-left: auto;
  top: 0;
  margin-right: auto;
}


/*
#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}*/

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #007EE2;
  text-decoration : underline;
}

#header .logo img {
  padding: 0;
  max-height: 26px;
  float:left;
  padding-right: 10px;
  vertical-align: middle;
}

.main-pages {
  margin-top: 60px;
}

/* ------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------      TWEETER        ------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------*/

.tweeter{
  border : solid 1px gray;
  border-radius: 20px ;
  padding: 15px;
  height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
}


.tweeter::-webkit-scrollbar {
  height: 10px;
  width: 5px;
}
.tweeter::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.tweeter::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.tweeter::-webkit-scrollbar-thumb:hover {
  background: #555; 
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/*--------------------------------------------------------------
# main_body
--------------------------------------------------------------*/
.font_white{
  color:white;
}
.bebas {
    font-family: 'Roboto', sans-serif;
    color: white;
}

.bg_white{
  background-color: white;
  opacity: 0.95;  
  color :  #5d4391 ;
}

.main_body {
    margin: 70px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
 
.bandeau_accueil{
  font-family: 'Roboto',  sans-serif;
  background-image: url("/static/img/fond_accueil.c0e98339a897.png"); 
  background-size: cover;
  background-repeat: no-repeat;
/*  background:-webkit-gradient(linear, left bottom, right top, from(#38438b), color-stop(#944b94), color-stop(#d75a88), color-stop(#ff7e71), color-stop(#ffb25f), to(#ffeb68));background:-webkit-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);background:-o-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);background:linear-gradient(to right top, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
  */
  height:100vh;
}

.bandeau_accueil_no_text{
  font-family: 'Roboto', sans-serif;
  }


.bandeau_accueil_title{
  font-family: 'Roboto',  sans-serif;
  font-size:70px;
  font-weight: 800;
  padding:80px 0px 50px 100px;
  color:#FFF;
}  

.bandeau_accueil_subtitle{
  font-family: 'Roboto',  sans-serif;
  font-size:25px;
  padding:40px 0px 50px 100px;

  color:#FFF;
}

.background_accueil{
  background-color: #FFF ;
}

.no_visu_on_load{
  display:none;
}



.bandeau_title{
  font-size:90px;
  font-weight:600;
  position: absolute;
  bottom: 10%;
  left: 12%;
}

.title_bloc_index{
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #5d4391;
  margin:80px 0px 40px 0px;
}

.title_bloc_index_white{
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #FFF;
  margin:80px 0px 40px 0px;
}

.title_bloc_index_aux{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin:80px 0px 40px 0px; 
}



.icon_index{
  font-size:56px;
}

.p_index{
  font-size:26px;
}

.p_index_margin{
  margin-top:10px;
}

.this_price{
   margin : 20px 0px;
   font-size:24px;
   font-weight: 600; 
}

.plus{
  margin:40px 0px;
}

.sub_header {
  font-weight: 500;
  font-size: 30px;
 }

.justify-content-center{
  text-align: center;
}

a.icon_link_index{
  color: #5d4391;
  text-decoration : underline;
}

a.icon_link_index:hover{
  color:#e00a72;
  border-radius: 40px;
  text-decoration : underline;
}


a.icon_link_index:hover .sub_icon_link_index{
  color:#e00a72;
  border-radius: 40px;
  text-decoration : underline;
}


.fond_bis{
  font-family: 'Roboto',  sans-serif;
  background-image: url("/static/img/fond_accueil_bis.d6d195bc03cc.png"); 
  background-repeat: no-repeat;
  background-size: 100%;
  height:750px;
}


.margins{
   margin : 20px 0px;
}





@media (max-width: 1396px) {

      .vspace{margin-top: 0px;
      }
      .no_display_index img{
        width:350;
      }

      .bandeau_accueil{
        font-family: 'Roboto',  sans-serif;
        background-image: url("/static/img/fond_accueil.c0e98339a897.png"); 
        background-size: cover;
        background-repeat: no-repeat;
      /*  background:-webkit-gradient(linear, left bottom, right top, from(#38438b), color-stop(#944b94), color-stop(#d75a88), color-stop(#ff7e71), color-stop(#ffb25f), to(#ffeb68));background:-webkit-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);background:-o-linear-gradient(left bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);background:linear-gradient(to right top, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f, #ffeb68);
        */
        height:100vh;
      }


      .bandeau_accueil_title{
        font-family: 'Roboto', cursive;
        text-transform: uppercase ;
        font-size:50px;
        color:white;    
        
      }   

      .bandeau_accueil_subtitle{
      font-family: 'Roboto', cursive;
      font-size:30px;
      color:white;  
      }
 

}
      
.img_if_small_bandeau_accueil_subtitle{
  display: none;
}

.img_training_if_small{
    float: left;
    width:70%;
    margin-right:30px
}

.for_small{
  margin-top:30px;
}

.v_space_2br{
  margin-top:20px;
}


@media (max-width: 990px) {

      .vspace{margin-top: 60px;
      }

      .no_display_index{
        padding-top: 20px;
        text-align: center;
      }

}

.modal-open .modal {
    z-index: 9999999;
}

@media (max-width: 700px) {

      .vspace{margin-top: 60px;
      }

      .no_display_index{
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
      }

      .bandeau_accueil{
      font-family: 'Roboto', cursive;
      background-repeat: no-repeat;
      background-size: cover;
      height: auto;
      min-height: 500px;
      padding-bottom: 30px;
      font-size: 12px;
      }

      .bandeau_accueil_title{
        font-family: 'Roboto', cursive;
        text-transform: uppercase ;
        font-size: 32px;
        padding: 30px 20px 10px 20px;
        text-align: center;
        color:white;

      }
      .bandeau_accueil_subtitle{
      font-family: 'Roboto', cursive;
      font-size:20px;
        padding:40px 10px 10px 30px;
        color:white;   
      }

      .title_bloc_index{
        font-family: 'Roboto', cursive;
        font-size: 35px;
        font-weight: 600;
        color: #5d4391;
        margin:50px 0px 25px 0px;
      }
      .border_card {
          border: 1px solid #4C1684;
          margin-bottom: 30px;
      }

      .background_accueil{
        padding-top: 40px;
        padding-bottom: 40px;
      }

      section, .container {
        padding-top: 15px;
        padding-bottom: 15px;
      }

      .card-body{
        padding-bottom: 20px;
      }

      .fond_bis{
        font-family: 'Roboto',  sans-serif;
        background-image: url("/static/img/fond_accueil_bis.d6d195bc03cc.png"); 
        background-repeat: no-repeat;
        background-size: cover;
        height: 2500px;
      }

      .telephonie{
        display:block;
        font-size: 12px;
      }

      .p_index{
        font-size:13px;
        margin: 10px 0px;
      }
      .p_index_margin{
        margin-top:0px;
      }

      .header_bar {
        height: 90px;
        transition: all 0.5s;
        z-index: 997;
        padding: 10px 30px;
        margin-left: auto;
        top: 0;
        margin-right: auto;
      }

      .try_exercises{
        margin-top:20px;
      }
      .img_if_small{
        width: 100%;
        max-width: 400px;
        height: auto;
      }
      .little_img_if_small{
        width: 300px
      }
 
      .img_if_small_bandeau_accueil_subtitle{
        display: block;
        font-size:12px;
      }

      .img_training_if_small{
          margin-right: auto;
          margin-left: auto;
          width:100%;
          margin-bottom: 10px
      }

      ._img_training_if_small{
          margin-right: auto;
          margin-left: auto;
          width:100%;
          margin-bottom: 10px
      }



      .for_small{
        margin-top:10px;
      }
      .v_space_2br{
        margin-top:10px;
      }

    .margins{
       margin : 10px 0px;
    }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #007EE2;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #007EE2;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 0px;
  transition: 0.5s;
  color: #fff;
  background: #007EE2;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #a8a4b0;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #007EE2;
  text-decoration : underline;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007EE2;  
  text-decoration : underline;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration : underline;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #5d4391;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Surcouche bootstrap for nav mobile
--------------------------------------------------------------*/


.logolevel{
  position:absolute;
  left:0px;
  top:70px;

}
 @media (max-width:1400px){
.logolevel{display:none!important}
}


.d-none{display:none!important}
@media (min-width:992px){
  .d-lg-none{display:none!important}
  .d-lg-inline{display:inline!important}
  .d-lg-inline-block{display:inline-block!important}
  .d-lg-block{display:block!important}
  .d-lg-table{display:table!important}
 .d-lg-table-row{display:table-row!important}
 .d-lg-table-cell{display:table-cell!important}
 .d-lg-flex{display:-ms-flexbox!important;display:flex!important}
 .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #007EE2;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #4c1684;  
  color:white;
  padding: 20px;
  font-family: "Roboto", sans-serif;
}

.section-bg a{
  color:white;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #007EE2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #007EE2;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/

#exercises {
  padding: 60px 0 40px 0;
}

#exercises .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#exercises .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#exercises .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#exercises .icon i {
  font-size: 36px;
  line-height: 1;
}

#exercises .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
  font-family:  'Pacifico',  Helvetica, Arial, sans-serif ; 
}

#exercises .title a {
  color: #111;
}

#exercises .box:hover .title a {
  color: #007EE2;  
  text-decoration : underline;
}

#exercises .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
  color:#a8a4b0;
}

/* teachers Section
--------------------------------*/

#teachers {
  padding: 50px 0;
}
#teachers  .section-header   {
  margin-bottom: 50px   ;
}

#teachers  .teachers-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#teachers .teachers-content .features i {
  font-size: 36px;
  float: left;
}

#teachers .teachers-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #007EE2;
  margin-bottom: 5px;
}

#teachers .teachers-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #007EE2;
}

#teachers .counters {
  padding-top: 40px;
}

#teachers .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #007EE2;
}

#teachers .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #007EE2;
  border: 3px solid #007EE2;
}

/* Features Section
--------------------------------*/

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #007EE2;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #007EE2;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007EE2;  
  text-decoration : underline;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007EE2;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007EE2;
}

/* Team Section
--------------------------------*/

#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 80px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007EE2;
  text-decoration : underline;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #007EE2;
}






/* Pricing Section
--------------------------------*/

/*--------------------------------------------------------------
# Pricing box
--------------------------------------------------------------*/
 
/* Pricing Section
--------------------------------*/

#pricing{
  padding: 20px;
  margin-top: 70px;
  padding-top: 60px;
  background-color: #f1eef7 ;
  padding-bottom: 100px;
  opacity: 0.95;
  font-family: "Roboto";
  color :#5d4391;
  }
 

#pricing .title_page{
   color: #5f5b96;
   font-weight: 100;
}

#pricing .container {
  margin-right: auto;
  margin-left: auto;  
  font-family: "Roboto";
  }


#faq .container{
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px 30px 30px;  
  font-family: "Roboto";
  font-size: 24px;
  }

 
#pricing .full_container{
  margin-right: auto;
  margin-left: auto;
  }

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 20px 0;
  position: relative;
  color: #5f5b96;
  background-color: white;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #5d4391;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
    }

#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: left;
  text-align-last: left;
  margin: 0px 30px;
 }

#pricing  .sub_header {
  font-weight: 500;
  font-variant: small-caps;
  font-size: 30px;
  color: #5d4391;
 }



#pricing .card   .sub_header {
  font-weight: 500;
  font-variant: small-caps;
  font-size: 20px;
}
 

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #535074;
}

#pricing .card .card-text {
  margin-bottom: 10px;
}

#pricing .card .card-block {
  padding-top: 0;
  text-align: left;
  background-color: #e3dcef;
  margin: 30px;
  padding: 15px;
}

#pricing .card   .plus {
  margin: 29px 0x;
}

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #5d4391;
  font-weight: 300;
}

#pricing .this_center{
  text-align: center;
}

#pricing .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #535074;
}

#pricing .card  .currency {
  font-size: 40px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0px;
}


#pricing .card .list-group {
  margin-bottom: 15px;
}

#pricing .card  .gratis {
  font-size: 20px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0px;
  color : red;
}


.btn-asso {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 20px;
  padding: 3px 12px;
  letter-spacing: 1px;
  display: inline-block;
  background: #5d4391;
  color: #fff;
}


.btn-asso:hover {
  opacity: 0.5;
  color: #f1eef7;
}


.detail_index{
  font-size:18px;
  margin : 20px 0px ;
}

a.detail_index:hover{
  font-size:18px;
  margin : 20px 0px ;
  color:#e00a72;
  text-decoration:underline; 
}



.main-nav a.detail_index_menu{
  font-size:16px;
}

.main-nav a.detail_index_menu_active{
  font-size:16px;
  color:#e00a72;
}

.main-nav a.detail_index_menu:hover{
  font-size:16px;
  color:#e00a72;
  text-decoration: underline;
}






.btn-inscription {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  padding: 10px 24px;
  margin-right: 10px;
  letter-spacing: 1px;
  border-radius: 20px;
  display: inline-block;
  background: #5d4391;
  color: #fff!important;

}

.btn-inscription:hover {
  opacity: 0.5;

}


.btn-test {
  background-color: transparent;
  font-size: 30px;
  padding: 10px 24px;
  margin-right: 10px;
  border-radius: 20px;
  display: inline-block;
  color: #fff!important;
}
.btn-test:hover {
  background: #ffb400;
  color: #5d4391!important ; 
}



.bg_orange{
  background: #ffb400;
  color: #fff!important;
}


.btn-link {
    font-weight: 100;
    color: #007bff;
    text-decoration: none;
    font-size: 20px;
}

#pricing .card .btn:hover {
  background: #aa96cf;
}

#faq .thin{
  margin-top: 20px;
   color: #5d4391; 
}

#faq .collapsed{
   color: #5d4391;
   cursor: pointer; 
}

#faq .btn{
   color: #5d4391; 
}

#footer_asso{
  height : 100px;
  background-color: #f1eef7 ;
  margin-top: 20px;
}


@media (max-width: 800px) {
#get_detail {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 30px;
    background-color: #f1eef7;
    padding-bottom: 100px;
    opacity: 0.95;
    font-family: "Roboto";
    color: #5d4391;
}
#footer_asso{
  display: none;
  }
}


@media (max-width: 500px) {

#footer_asso{
  display: none;
  }

#get_detail {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 30px;
    background-color: #f1eef7;
    padding-bottom: 100px;
    opacity: 0.95;
    font-family: "Roboto";
    color: #5d4391;
}



}






.violet{
  color: #5d4391;
}

.btn-violet {
    color: #f1eef7;
    background-color: #5d4391;
    border-color: #5d4391;
}

.btn-violet:hover {
    color: #fff;
    background-color: #aa96cf;
    border-color: #5d4391;
}



.pricing_box .container .card{
    width: 350px;
    -webkit-box-shadow: 0 0 10px rgba(184, 168, 214, 0.5);
    -moz- box-shadow: 0 0 10px rgba(184, 168, 214, 0.5);
    box-shadow: 0 0 10px rgba(184, 168, 214, 0.5);
}

.pricing_box .container .card:hover{
    width: 350px;
    -webkit-box-shadow: 0 0 20px rgba(91, 65, 139, 0.5);
    -moz- box-shadow: 0 0 20px rgba(91, 65, 139, 0.5);
    box-shadow: 0 0 20px rgba(91, 65, 139, 0.5);
}


.btn-violet_border {
    color: #5d4391;
    background-color: transparent;
    border-color: #5d4391;
}
.btn-violet_border:hover {
    color: #fff;
    background-color: #aa96cf;
    border-color: #5d4391;
}


.btn-violet_border_active {
    color: white;
    background-color: #5d4391;
    border-color: #5d4391;
}
.btn-violet_border_active:hover {
    color: #fff;
    background-color: #aa96cf;
    border-color: #5d4391;
}


.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}



#get_detail{
  margin-top: 90px;
  padding-top: 30px;
  background-color: #f1eef7 ;
  padding-bottom: 100px;  
  opacity: 0.95;
  font-family: "Roboto";
  color :#5d4391;
  }
 
#get_detail .title_page{
   color: #5f5b96;
   font-weight: 100;
}

#get_detail .card {
  border: 0;
  border-radius: 0px;
  transition: all .3s ease-in-out;
  padding: 20px 0;
  position: relative;
  color: #5f5b96;
  padding : 20px;
}

#get_detail .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #5d4391;
  transition: 0.5s;
}

#get_detail .card:hover {
 
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#get_detail .card:hover:after {
  width: 100%;
    }



#get_detail .sub_header {
  font-weight: 500;
  font-variant: small-caps;
 
}


#get_detail .small_action {
  font-size : 12px;
  cursor: pointer;
 
}

 

#get_detail .btn:hover {
  background: #aa96cf;
}

#get_detail .card_recapitulatif {
    border: 0;
    color: #5f5b96;
    padding: 20px;
    background-color: #FFF;
    border-top: 5px solid #5f5b96;
}

.modal-maxsize{
  max-width:95%!important; 
  margin:1.75rem auto;
}


.modal_level{
    color:white;
    font-size: 18px;
    background-color: #ae45eb;
    background-image: url("/static/img/fond_accueil_ter.7d35267b80af.png"); 
}

.modal_title_level{
  padding-bottom:20px;
}

.modal_title_level a{
  text-decoration: none;
  color:white;
}

.card-body {
    padding: 0rem; 
}

/*les section de la page d'accueil*/
.description{
  padding-top: 770px;
}


@media (max-width: 768px) {
  .inside_page{
    width: 100%;
    margin-bottom: 200px;
  }
  .description{
    padding-top: 1550px;
  }
  .index_academy{
    height:1550px;
  }

  img.responsive{
    width: 300px;
  }

  .clic_bloc{
    display:block;
    font-size : 14px;
  }

}


.exercices{
  margin-top: 80px;
}

.outline_orange{
  border-radius: 20px;
  border : 1px solid white ;
}

.tests{
  margin-top: 100px;
}

@media (min-width: 775px) {
  .imagebox{
  float:left; 
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
  }

  .imagebox:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 6px 6px 0px #CCC;
  }
}
@media (max-width: 775px) {

  .imagebox{
  text-align: center;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
  }

.no_visualisation{
 display: none; 
}


}

.c1 {
    background-color: #a5a59d;
    position: absolute;
}
.c2{
  background-color: #670064;
  position: absolute ;
}
.c3{
  background-color: #28a745;
  position: absolute ;
}
.c4{
  background-color: #FFB400;
  position: absolute ;
}
.c5{
  background-color: #1674F7;
  position: absolute ;
}
.c6{
  background-color: #cfbbd5;
  position: absolute ;
}

.label_exercise{
  padding-top: 60px;
  padding-left: 60px;
  background-image: url("/static/img/exercise_label2.630179acafac.png");
  background-size: cover; 
  height: 255px;  
  font-size: 18px;  
  margin-top:150px;
}


.label_exercise_mater{
  margin-top:50px;
  padding-top: 50px;
  padding-left: 45px;
  background-image: url("/static/img/exercise_label.20802c1be995.png");
  background-size: cover; 
  height: 225px; 
  font-size: 18px;
}


.label_exercise_lycee{
  padding-top: 45px!important;
  padding-left: 45px;
  background-image: url("/static/img/exercise_label3.c0a4bc211ab8.png");
  background-size: cover; 
  height: 300px;
  font-size: 18px;
  margin-top:150px;
}

.line_through {
  text-decoration: line-through;
}

@media (max-width: 775px) {

    .label_exercise{
      display: none;
    }


    .label_exercise_mater{
      display: none;
    }


    .label_exercise_lycee{
      display: none;
    }

}


.photo_background{
  position: relative;
  border-radius:20px;
  width:200px;
}


.photo_background_texte{
  position: absolute;
  opacity:0.9;
  background-color: #f1eef7 ;
  bottom:0px;
  display: none;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  border-radius:0px 0px  20px  20px;
}


.photo_background_titre{

    position: absolute;
    opacity:0.7;
    top:0px;
    height:40px;
    background-color: #f1eef7 ;
    color: white ;
    border-radius: 20px  20px 0px 0px;
    width: 100%;
}

.photo_titre{
    position: absolute;
    top:0px;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}




@media (max-width: 1200px) {

      .min_width{display:none;
      }

      .label_exercise_mater{
          padding-top: 55px;
          padding-left: 25px;
          background-image: url("/static/img/exercise_label.20802c1be995.png");
          background-size: cover;
          height: 225px;
          font-size: 18px;
      }
      .label_exercise{
          padding-top: 55px;
          padding-left: 25px;
          background-image: url("/static/img/exercise_label.20802c1be995.png");
          background-size: cover;
          height: 225px;
          font-size: 18px;
      }
      .label_exercise_lycee {
        padding-top: 40px!important;
        padding-left: 45px;
        background-image: url("/static/img/exercise_label3.c0a4bc211ab8.png");
        background-size: cover;
        height: 300px;          
        font-size: 18px;
      }

}


.holiday_book{
    position: absolute;
    top:20px;
    left:0px;
    height:150px;
    width:200px;
    text-align:center; 
}


.hbook{
   height:150px;
   width:110px;
   float: left;
   background-color:#4c1684;
   border-radius: 4px;
   color:white;
   text-align: center;  
   margin: 20px;
   position: relative;
}

.level_hbook{
   height:50px;
   width:50px;
   padding-top: 10px;
   margin-left: auto;
   margin-right:auto;
   color:#4c1684;
   border-radius: 50%;
   background-color:white;
   text-align: center;
   font-size: 20px;
}

.bottom_hbook{
  text-align: center;
  position:absolute;
  bottom:0px;
  left:0px;
  font-size: 12px;
  background-color: #4c1684;
  opacity: 0.8;
  padding: 5px 10px ;
  width : 100%;
}


.bottom_hbook a{
  font-size: 12px;
  color:white;
}


@media (max-width: 800px) {
    .holiday_book{
        position: absolute;top:20px;left:10px;background-color: white;border-radius: 50%;height:100px;width:100px;padding:15px;text-align:center; 
    }
}

