/* TABLETS */
@media only screen and (min-width: 788px) and (max-width: 979px) {

 

  .intro {
    padding-top: 60px;
    background: url("../img/imv-intro-home-bg-mobile.jpg");
    background-size: cover;
  }  

  .header-menu ul li {  
    margin-left: 10px;
  }

  /* FONDATION HOME */
  .fondation::after {
    width: 620px;
    right: 74px;
  }

  /* FOOTER */
  .footer-social ul li a {
    padding: 6px;
  }

  .footer-social ul li a img {
    width: 26px;
    height: 26px;
  }

  .footer-forte-jjb {
    padding-right: 0;
  }

  .footer-contact ul li {
    font-size: 12px;
  }

  /* PROGRAMMES */

  .programmes-item {
    padding: 40px 0 20px 0;
  }

  .programmes-item h2 {
    top: -140px;
    margin-bottom: -56px;
  }

  .programme-img1 {
    width: 500px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .programme-info p {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 20px;
    height: 122px;
  }

  .programme-info ul li {
    width: 181px;
  }

  /* PORTFOLIO */
  .quote-cliente {
    padding: 40px 0;
  }

  .temoignage {
    padding: 40px 0;
  }

  .ecole-content {
    width: 452px;
  }
  .ecole-content p {
    font-size: 16px;
  }

  .academie-dados p {
    font-size: 14px;
  }

   
}

/* SMARTPHONE */
@media only screen and (max-width: 787px) {

  /* HEADER */
  .header {
    position: relative;
    padding-bottom: 0;

  }

  .header img {
    margin: 0 auto 10px auto;
  }

  .header-menu {
    text-align: center;
  }

  .header-menu ul li {
    margin: 5px;
  }

  .header-menu ul li a {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 136px;
    display: block;
    float: left;
  }

  .header-menu ul li a:hover {
    border-color: #F6C210;
  }

  .header-menu ul li a.menu-ativo {
    border-color: #F6C210;
  }

  /* INTRO */
  .intro {
    margin-top: 0;
    padding-top: 40px;
    background: url("../img/imv-intro-home-bg-mobile.jpg");
    background-size: cover;
  }

  .intro h1,
  .intro-histoire h1,
  .intro-galerie h1,
  .intro-horaires h1,
  .intro-programmes h1,
  .intro-contact h1 {
    padding-top: 20px;
    font-size: 36px;
  }

  /* INTRODUCAO INTERNA */
  .intro-histoire,
  .intro-galerie,
  .intro-horaires,
  .intro-programmes,
  .intro-contact {
    margin-top: 0px;
  }

  /* PORTFOLIO */
  .call {
    padding-top: 10px;
  }

  /* QUALIDADE HOME */
  .fondation::after {
    display: none;
  }

  /* HISTOIRE */
  .ecole {
    height: 640px;
    padding: 40px 0;
    margin-bottom: 20px;
    
  }  

  .ecole h2::after {
    margin: 6px auto 10px auto;
  }

  .ecole-content {
    text-align: center;
    width: 240px;
    margin: 0 auto;
  }

  .ecole-content p,
  .fondation p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0px;
  }

  .ecole-content ul li {
    font-size: 14px;
    line-height: 25px;
  }

  .ecole-img {
    display: none;
  }

  .fondation {
    padding-top: 40px;
  }

  /* PROGRAMMES */

  .programmes-list {
    display: block;
  }
  

   .programme-img1 {
    height: 140px;
    margin-bottom: 20px;   
  }

  .programmes-item {
    padding: 40px 0 0 0;
  }

  .programmes-item h2 {
    top: -100px;
    font-size: 22px;
  }

  .programme-info p {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 20px;
    height: auto;
  }

  .programme-info ul li {
    width: 149px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 14px;
  }

  /* ORCAMENTO */
  .form {
    padding: 0;
    margin-bottom: 40px;
  }

   /* CONTATO */
  .contact-form{
    padding-right: 0;
    margin-bottom: 40px;
  }

  .cours-prive {
    margin-bottom: 0;
  }

  
  .temoignage {
    display: none;
  }


  #schedule-table th,
  #schedule-table td {
    border: 2px solid #fff;
    padding: 4px;
    text-align: center;
    width: 100%;
  }
  
  #schedule-table tr {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
  
  #schedule-table td p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }

  .horaires-interne {  
    padding: 40px 0 0 0;
  }

  .academie-content p {
    font-size: 16px;
  }
  
 
  .contact-dados ul li a {
    padding: 6px;
  }
  .contact-dados ul li a img {
    width: 26px;
    height: 26px;
  }

}