@media screen and (max-width: 992px) {
    .content-wrapper {
        flex-direction: column;
        max-width: 100%;
    }

    /*
        ---=== Menu haut ===---
    */
    #nav-mobile {
        display: block;
    }
    #nav-page {
        display: none;
    }
      
      nav { margin: 0; }
      
      .toggle + a,
       .menu { display: none; }
      
      .toggle {
        display: block;
        padding: 0 20px;
        color: #fff;
        background-color:#08c;
        font-size: 20px;
        line-height: 60px;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        font-display: swap;
      }
      
      .toggle:hover { 
        background-color:#08c;
     }

     #drop {
        display: none;
     }
      [id^=drop]:checked + ul { display: block; background-color:#08c;}
    
      #drop-1 {
        display: none;
     }
      [id^=drop-1]:checked + ul { display: block; background-color:#08c;}

      #drop-2 {
        display: none;
     }
      [id^=drop-2]:checked + ul { display: block; background-color:#08c;}

      #drop-3 {
        display: none;
     }
      [id^=drop-3]:checked + ul { display: block; background-color:#08c;}

      #drop-4 {
        display: none;
     }
      [id^=drop-4]:checked + ul { display: block; background-color:#08c;}
      
      nav ul li {
        display: block;
        width: 100%;
      }
      
      nav ul ul .toggle,
       nav ul ul a { padding: 0 40px; }
      
      nav ul ul ul a { padding: 0 80px; }
      
      nav ul li ul li .toggle,
      nav ul ul a { 
        color: white;
        text-decoration: none;
     }
      
      nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
      }
      
      nav ul ul li:hover > ul,
      nav ul li:hover > ul { display: none; }
      
      nav ul ul li {
        display: block;
        width: 100%;
        text-indent: -15px;
        margin-left: 15px;
      }
      
      nav ul ul ul li { position: static; }
    

    /*
        ---=== Content ===---
    */
    .ct-col-gauche {
        width: auto;
        padding-right: 0px;
    }

    .ct-col-droite {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }

    /*
        ---=== Index ===---
    */
    .certification {
      flex-direction: column;
    }
    .stats-row {
      flex-direction: column;
    }
    .image-index {
      max-width: 100%;
    }

    /*
        ---=== Menu bas ===---
    */
    #nav-page2 {
        display: block;
        background: #08c;
        height: 1300px;
    }
    ul.level0 {
        display: flex;
        flex-direction: column;
    }
    li.level0 ul.level1 {
        display: flex;
        position: relative;
        background-color: transparent;
    }
    

    /*
        ---=== Footer ===---
    */
    .conception {
        padding: 10px 32px;
    }
    .conception a {
        color: #fff;
    }
}

@media screen and (max-width: 690px) {

}