.texte{
          display:content; /*Permet de mettre le texte descriptuf a droite de l'image */
          align-items:start;/* Position relatif a l'image en question*/
}

.text{
          font-style:italic;
          font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* Appliquer à tout ce qui est image dans plateforme.html*/
img{
          width: 250px; /*Largeur des images*/
          height: auto;/*longeur des images*/
}

legend{
          color: #EF7D00;
          text-align: center;
}

.h1{
    color:white;
    border: 2px;
    border-radius: 20px;
    border-style:double;
    border-color: #EF7D00;
    background-color: #1A3C6E;
}

h1{
          text-align: center;
          color:white;
          border: 2px;
          border-style:double;
          border-radius: 20px;
          border-color: #EF7D00;
          background-color: #1A3C6E;
          border-width: 2px;
}

p.mot{
          font-size: larger;
          text-align: center;
          color:#0B2C4D;
          border: 2px#B71C1C;
          border-style:dotted;
          border-radius: 20px;
}

.intro{
    background-color: white;
    font-size: large;
    text-decoration: none;
    border: 2px solid #EF7D00;
    color: black;
    border-radius: 10px;
    border-width: 8px;
    transition: border 0.3s ease ;
}
.intro:hover{
    border: 2px solid #EF7D00;
}

.mss{
          position: relative;
          left: 25%;
          border: 2px #E69A2A;
          border-style: inherit;
          width: 620px;
          height: 250px;
}

#fiel{
        position: relative;
        left: 190px;
        width: 70%;
        height: auto;
}

fieldset {
          border: 2px #08678d; 
          border-radius: 30px;
          border-style:double;  
          background-color: #FFFFFF;
}

.list{
        position: relative;
        top: 8px;
        left:25%;
        display: flex;
        gap: 100px;
}

a{
    color: #1A3C6E;      
}
/*Couleur au survol*/
a:hover{
          color:#2E7D32
}
.consul{
          position: relative;
          bottom:10px;
          color: black;
          border: 2px solid #1A3C6E;
          border-radius: 10px;
          background-color:#EF7D00;
}

a.consul:hover{
          color: #B71C1C;
}


.mot_bienv{
          background-color: #F5F5F5;
}

.Univ{
    position: fixed;
    width: 100%;
    height: auto;
    top:0;
    left: 0;
    background-color:#1A3C6E;
}

.lien{
    text-decoration: none;
    color: black;
}

.lien:hover{
    color:black;
}

.bordu{
    border-color: #B71C1C;
    border-style:dashed;
}

ol{
    list-style-type: none;
}