/*
<?php
   header('content-type: text/css');
   ob_start('ob_gzhandler');
   header('Cache-Control: max-age=31536000, must-revalidate');
   // etc.
?>
*/
/*
<?php include('../BD/sections/sections_IN.php'); ?>
    $color_section=$donnees['couleur_hex_section'];
?>

t
{}
*/
/* Carte ronde */

html
    {
    }

body
    {
    min-width: 340px!important;
    overflow:auto!important;
    }

.carte_rond
    {
    margin: 15px!important;
    width: 175px;
    height: 175px!important;
    border-radius: 50%;
    /*background-color: rgba(255, 255, 255, 1);*/
    }

@media only screen and (min-width: 370px)
    {
    .carte_rond
        {
        height: 300px;
        }
    }

.carte_rond img
    {
    width: 100%;
    -webkit-filter:invert(1);
    filter:invert(1);
    }

.espace_blanc
    {
    width: 100%;
    height: 15px;
    }

/* Menu */

.content_mobile_menu
    {
    width: 320px!important;
    max-width: 100%;
    }

.content_mobile_menu img
    {
    width: 20px!important;
    padding-top: 0%!important;
    margin-right: 10px;
    vertical-align: middle;
    }

.content_mobile_menu li a
    {
    color: white!important;  
    }

/* Partenaire */

#partenaires
    {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    }

#partenaires h4
    {
    margin-top: 20px!important; 
    margin-left: 20px!important;
    }

.partenaire_img
    {
    margin-top: 20px!important;
    }

/* Navigation */

#navigation_accueil
    {
    /*margin-bottom: 40px; */
    margin-bottom: -18.5px;
    }

@media only screen and (max-width: 992px)
    {
    #navigation_accueil
        {
        margin-bottom: 25px;    
        }
    }

/* Section */

    /* header */

    /*.section_mem .carte_rond*/, .membre_logo_ .carte_rond
        {
        width: 150px!important;
        height: 150px!important;
        padding: 15px;
        margin: 0 auto 15px auto;
        }

    .logo_section_
        {
        border: 0px solid;
        }

    .section_mem
        {
        min-height: 100vh;
        }

    .section_mem
        {
        border: 0px solid;
        }

    @media only screen and (max-width: 600px)
        {
        
        .conteneur_icone__
            {
            display: inline-block;    
            }
        }

    @media only screen and (min-width: 600px)
        {
        
        .conteneur_icone__
            {
            display: inline;    
            }
        }



    #description_section
        {
        margin-top: 0!important;
        border-radius: 0px 0px 2px 2px;
        }

    .collapsible-body
        {
        border-bottom: 0px!important;       
        }

    .nav_cat_niv_
        {
        margin-bottom: 50px;
        }



    @media only screen and (max-width: 600px)
        {
        .tap-target-content 
            {
            padding-bottom: 0px!important;
            }
        }

   /* @media only screen and (max-width: 500px)
        {
        .alignement_icone
            {
            text-align: left!important;
            }
        .alignement_icone .btn-floating.btn-xlarge #icone_makeeasymovie
            {
            margin-left: 18.5%;
            }
        } */

.navigation_cours
    {       
    }

.navigation_cours ul
    {
    border-left: 1px solid white;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    }

.navigation_cours li a
    {
    color: white;
    
    }

.navigation_cours li
    {
    margin: 5px;
    margin-left: 25px;
    }

.navigation_cours h4
    {
    color: white;
    font-weight: 300;
    }

/* cours */

.card-content .schema_structure
    {
    width: 100%;    
    }

.badge_vue
    {
    width: 100%;
    text-align: right!important;
    padding: 0 .75rem!important;
    }

/* Membres */

#panneau_connexion
    {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    margin-top: 0px!important;
    }

#inscription_complete
    {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    margin-top: 0px!important;  
    }
/* BETA */

.box_beta
    {
    padding: 15px!important;
    margin: -20px!important;
    border-radius: 56px;
    background-color: rgba(236, 239, 241, 0.5)
    }

.pointer
    {
    cursor: pointer;
    }
/*<?php include('../../1_PAGES/sections/sections_OUT.php'); ?>*/

/* Table of content */

.table_of_content
    {
    width: 13%;
    min-width: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    
    margin: 15px;
    }

.table_of_content.card .card-content
    {
    padding: 15px;
    }

.table_of_content ul a
    {
    /*color: white;*/
    }

.backdrop
    {
    background-color: purple!important;
    }

.source_module
    {
    padding: 10px 0 5px 0;
    }

.source_module span
    {
    text-align: left!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    overflow: hidden;
    }

/* module */

.module_flex
    {
    display: flex;
    flex-direction: column;
    }

/* No shadow */

.card_no_shadow
    {
    box-shadow: none!important;    
    }

/* */

#custom-seekbar
{  
  cursor: pointer;
  height: 10px;
  margin-bottom: 10px;
  outline: thin solid orange;
  overflow: hidden;
  position: relative;
  width: 400px;
}
#custom-seekbar span
{
  background-color: orange;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
}

/* following rule is for hiding Stack Overflow's console  */
.as-console-wrapper{ display: none !important;}