html {
  font-family: Arial, Helvetica, sans-serif; 
  display: inline-block; 
  text-align: center;
}

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;
}

h5 {
  font-size: .7rem; 
  color: #232020;
}

p { 
  font-size: 1.4rem;
}

.topnav { 
  overflow: hidden; 
  background-color: #0A1128;
}

.botnav { 
  overflow: hidden; 
  background-color: #0A1128;
}

body {  
  margin: 0;
}

.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-right { 
   margin-right: 40px;  
   text-align: right; 
 }

.card-title-sopfeu { 
   width: 80%;
   margin: auto;   
   display: block;
   margin-left: 40px;  
   margin-right: 40px;  
 }
 
  .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
}

.icons {
  width: 100%;
  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%);
   }
   
   /* wifimanager.html  */
   input[type=submit] {
  border: none;
  color: #FEFCFB;
  background-color: #034078;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 120px;
  margin-right: 10px;
  border-radius: 4px;
  transition-duration: 0.4s;
  }

input[type=submit]:hover {
  background-color: #1282A2;
}

input[type=text], input[type=number], select {
  width:100%;
  padding: 8px 8px;
  /*text-transform: lowercase;*/
  /*margin: 18px; */
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

label {
  font-size: 1.0rem; 
}

.card-config-left {
margin-left: 15px; 
  width: 40%; 
  float:left;
  text-align: left; 

 }
  
.card-config-right { 
   margin-right: 10px;  
   text-align: right; 
}

.card-config-left2 { 
   margin-right: 0px;  
   text-align: left; 
}

.card-config-center { 
   margin-right: 15px;  
   margin-left: 15px;  
   text-align: left; 
}

.hide {
  display: none;
}

 /* 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;
}

/*      Test    */
 img.poisson {
    width: 183px;
    height: 22px;
    /*object-fit: contain; */
}

img.indexkp {
/*    width: 85px;
    height: 27px;*/
    width: 101px;
    height: 32px;
     /*object-fit: contain; */
}

img.camera {
    width: 80%;
}

.vert { 
	margin-bottom: 15%; 
	margin-top: 10%; 
}

.hori{ 
	margin-bottom: 0%; 
}


.link { 
  font-weight: bold;
  color: #034078
}

hr.line2 {
	flex: 0 0 80%;
	border: 1px dotted #342b2b; 
	border-style: none none dotted; 
	color: #979797; 
}

.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;
}