 span {
display: block;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    size :"4";
}

 
.widget {
    background-color: white;
    display: inline-block;
    width: 10%;//12%;
    margin: 3px;
    margin-bottom: 10px;
    /* Supprimez la hauteur fixe */
    /* height: 400px; */
    min-height: 100px; /* Définissez une hauteur minimale si nécessaire */
    padding: 10px; /* Ajoutez un peu d'espace intérieur pour un meilleur rendu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optionnel : ajoutez une ombre pour un effet de profondeur */
    border-radius: 5px; /* Optionnel : arrondissez les coins pour un aspect plus doux */
}

.curve{
background-color: white;
float:right;
width : 14.5%;
height: 200px;
margin-right: 6px;
margin-bottom: 10px

}
body {
    background-color: grey;
}

<!--Test, au dessus-->




p
{
    width: 250px;
    height: 110px;
    text-align: justify;
    border: 1px solid black;
    overflow: auto;
}

 
h1
{
    color:red ; /* Les paragraphes seront en bleu */
   text-align:center;*/
}
     
 
h1
{

    color: blue; /* Les paragraphes seront en bleu */
     font-size: 2.5rem;
      text-align: center;
}

 

h2
{

    color: blue; /* Les paragraphes seront en bleu */
     font-size: 2.5rem;
      text-align: center;
}

/*
table { espacement */

table {
  table-layout: fixed;
table {  width: 70%;
  border-collapse: collapse;
  border: 3px solid purple;
  margin-right: auto;margin-left: auto;
}
 
td {
font-family:verdana, sans-serif;
font-size:100%;
color:black;
text-align:left;
background-color:transparent;
border-color:white;
border-style:solid;
border-width:1px;
}

 


 
 
