

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.node_label {
    pointer-events: none;
    text-anchor: middle;
    color: var(--text_color);
    stroke: none;
    fill: var(--text_color);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1em;
  }

  .book {   
    text-anchor: start;
    font-size: 0.9em;
  }

  .author {   
    text-anchor: start;
    font-size: 0.9em;
    font-style: italic;
    fill: var(--author_label_color);
  }

/*
.D3link{
    stroke:var(--link_color);
     -webkit-transition: stroke .55s ease;
    -moz-transition: stroke .55s ease;
    -ms-transition: stroke .55s ease;
    -o-transition: stroke .55s ease;
    transition: stroke .55s ease;
  }

 .D3link.focus{
    stroke: var(--main_color);
  }
  */



/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.4em;
    color: var(--text_color);
    font-size: 16px;
    margin-top: 0px;
    background-color: var(--main_bg);
      -webkit-transition: background-color .55s ease;
      -moz-transition: background-color .55s ease;
      -ms-transition: background-color .55s ease;
      -o-transition: background-color .55s ease;
      transition: background-color .55s ease;  
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: var(--text_color);
}

a {
    color: var(--main_color);
    text-decoration: none;
}

a:hover {
    color: var(--main_color_focus);
    text-decoration: underline;
}

a.onglet {
    color: var(--text_color);
}

a.selected {
    color: var(--main_color);
}

div.title_page {
    padding-top: 50px;
    padding-left: 100px;
}

p.title_page {
    font-size: 30px;
    color: black;
    cursor: default;
    margin-top: 10px;
    margin-bottom: 20px;
}

.error {
    color: var(--main_color);
    font-size: small;
    line-height: 2.5em;
}

.sucess {
    color: var(--main_color_focus);
    font-size: small;
    line-height: 0.5;
}


.legend{
    color: var(--main_hot);
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 0.2em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 #1f8dd6
 */
.pure-button {
    background-color: var(--main_color);
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

#music_player{
      position:absolute;
    width: 248px;
    left: 0;
    right: 0;
    margin-left: 20px;
    top: 3px;
  }

  #div_book_info
  {
      position:absolute;
    width: 226px;
    height: 340px;
    left: 0;
    right: 0;
    margin-left: 20px;
    top: 75px;
  }



/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: var(--main_bg);
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 16px;
    font-weight: bold;
    color: var(--text_color);
    */border: 3px solid white;*/
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: var(--text_color);
    letter-spacing: 0.05em;
    opacity: 0.8;
    text-transform: initial;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 90%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: var(--main_bg);
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: var(--main_color); 
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: var(--main_bg);
    color:var(--text_color);
}

/* This is the class used for the footer */
.footer {
    background: var(--main_bg);
    position: fixed;
    bottom: 0;
    width: 100%;
}

#div_mobile_search{
        display:none;
        position: absolute;
        top:60px;
        left: 20px
    }

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */

  #music_player_bt_play_artist{
        visibility: hidden ;
    }

 #music_player_bt_play_similar_artist
 {
        visibility: hidden ;
    }


@media (max-width: 1000px) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    .splash {
    
        /* margin: auto; */
        position: fixed;
        width: 100%;
        top: 70px;
        left: 20px;
        bottom: 0;
        padding-right: 40px;
        margin-top: 0px;
    }


    #music_player_bt_play_artist{
        visibility: visible ;
    }
    #music_player_bt_play_similar_artist{
        visibility: visible ;
    }



    /* We can align the menu header to the left, but float the
    menu items to the right. */
   

    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
 

    .splash-head {
        font-size: 100%;
        display:none;
    }

     .splash-subhead {
        font-size: 100%;
        display:none;
    }

    .footer {
        display:none;
    }

     .content {
        display:none;
    }

    #ad_google{
        display:none;
    }

    #div_mobile_search{
        display:block;
        padding-right: 20px;
    }

    #input_search2{
        display:none;
    }



    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }
    #music_player{
        top: 120px;
        margin: auto;
    }
    .pure-menu-list{
        display:none;
    }
     #menu{
        display:none;
    }

    .onglet{
        display:none;
    }



}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
 
@media (min-width: 600px) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    } 
}
