<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#content {
    position: fixed;
    top: 62px;
    left: 0px;
    bottom: 0px;
    min-width: 100%;
    background: white;
    border-width:0px;
    border-style:transparent;
        /* DEBUG: If the iframe doesn't cover the whole space,
           it'll show through as black. */
}

    /* Position the iframe inside the new stacking context
       to take up the whole space */
div#content iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-width:0px;
    border-style:transparent;
}
#team{
  font-size:1em;
}
.tab-pane{
  background:white;
  color:black;
  padding:15px;
}
.nav-link.active{
  background:#ffff00 !important;
  color:black;
  padding-left:15px !important;
  padding-right:15px !important;
}
.nav-link{
  background:#f9e600a3 !important;
  color:black;
  font-size:1.3em;
  padding-left:10px !important;
  padding-right:10px !important;
}
a.nav-link{
  
  color:black !important;

}
.nav-tabs .nav-link {
  margin:2px;
}
.titrelarge{
  font-size:1.2em;
  font-weight:bolder;
}

div#argulexplain{
  background:#FFFFFF;
  margin:auto;
  margin-top:10px;
  width:80%;
  font-size:1.0em;
}
#tab_fond{
  display:flex;
}
#images{
  background-color:transparent;
  width:30%;
  padding:20px;
}



#texte{
  background-color:rgba(0,0,0,0.0);
  color:white;
  padding:20px;
  width:70%;
  font-size:1em;
  text-align:justify;
}



#images .gallerylayer img{ /* make all images inside fadeshow4 scale to 100% of slideshow width */
width: 100%;
height: auto;
}</pre></body></html>