h1 {
  font-size: 1.8rem; 
  color: white;
}

h2 {
  font-size: 1.0rem; 
  color: #232020;
}

h3 {
  font-size: .9rem; 
  color: white;
}

h4 {
  font-size: .8rem; 
  /* color: #232020; */
  color: #5E5B5B;
}

h5 {
  font-size: .5rem; 
  color: #232020;
}

hr.line2 {flex: 0 0 80%;border: 1px dotted #342b2b; border-style: none none dotted; color: #979797; }

p { 
  font-size: 1.4rem;
}

.topnav { 
  overflow: hidden; 
  background-color: #0A1128;
}

.botnav { 
  overflow: hidden; 
  background-color: #0A1128;
}

.content { 
  padding: 5%;
}

.card-grid { 
  max-width: 1200px; 
  margin: 0 auto; 
  display: grid; 
  grid-gap: 2rem; 
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.card { 
  background-color: white; 
  box-shadow: 2px 2px 12px 1px rgba(140,140,140,.5);
}

.card-title { 
  font-size: 1.4rem;
  font-weight: bold;
  color: #034078
}

.card-title-left {
margin-left: 40px;  
 }
  
.card-title-left-www {
margin-left: 20px;  
 }

.card-title-right { 
   margin-right: 40px;  
   text-align: right; 
 }

.card-title-right-www { 
   margin-right: 20px;  
   text-align: right; 
 }

  .card-title-center { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}
  
.reading { 
  font-size: 2.8rem; 
}
 
 .block_container
{
    text-align:left;
    margin: 0px auto;
    padding: 5px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex div {
  padding: .1em
}

.flexdoc {
  display: flex;
}

.flexdoc div {
  padding: .1em
}

.icons {
  width: 100%;
  height: auto;
}

.icons_large {
  width: 50%;
  height: auto;
}

.icons_medium {
  width: 50%;
  height: auto;
}

.icons_small {
  width: 25%;
  height: auto;
}

input.startStopReload {
  width: 50px;
  height: auto;

}

#ex1{    
display: table;    
margin:20px auto;
text-align: center;    
color:black;
/*border: 1px solid black;*/
padding: 5px 30px;
}

#ex1 [shadow]{
filter:drop-shadow(0 0 25px rgb(0,50,50));
padding:15px 0;
}

.texte {
   vertical-align: top;
  display: inline-block;
}

#ex2>svg{
width: 95%;
display: block;
margin: auto 10 auto auto;
position: relative;
/*top: -45em;*/
}

.module circle {
stroke-width: 4;
stroke: black;
}

.module path {
stroke-width: 4;
stroke: black;
}

    /***   Reference : https://codepen.io/sosuke/pen/Pjoqqp       ***/

   i.filtre {
        /* filter: invert(15%) sepia(2%) saturate(3893%) hue-rotate(314deg) brightness(85%) contrast(87%);*/
        /*filter: invert(38%) sepia(90%) saturate(2255%) hue-rotate(147deg) brightness(93%) contrast(96%);*/
        filter: invert(15%) sepia(74%) saturate(2329%) hue-rotate(194deg) brightness(94%) contrast(98%);
   }
   
   

 /* FLEX CLaude */
 section{
    border: 1px solid black;
    padding: .5rem;
    box-shadow: 10px 10px 5px lightgray;
    margin-bottom: .5rem;
    margin: 1rem;  
}
.section_detail{
    background-color: lightgray;
    padding: 5px;
    margin-top: 1rem;
}


.section_element{
    display:flex;
    align-items: center;
     
}

.element_detail{
    /*border: 1px solid red;*/
    margin: 5px 0px
}

/* traitement du texte Pleine lune etc. */
.element_detail:nth-child(2){
    flex-grow: 1;
}

/* Mettre une marge Ã  droite de l'image de la lune */
.element_detail:first-child{
    margin-right: 5px;
}

/*   reseau.php   */

span.messagestext {
  font-size: 1rem;
  font-weight: bold;
  color: #BA0B0B;
}  

/* solaire.php */

.hr-text {
  border: 0;
  font-size: 14px;
  height: 1.5em;
  line-height: 1em;
  position: relative;
  text-align: center;
}

.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, #034078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    background-color: #fff;
    font-weight: bold;
    color: #034078;
    content: attr(data-content);
    line-height: 1.5em;
    padding: 0 7px;
    position: relative;
}

.hide {
  display: none;
}