html {
  scroll-behavior: smooth;
}

p.small {
  line-height: 0.1;
  font-size: 3px;
}
p.moyen {
  line-height: 0.1;
  font-size: 30px;
}

#go14 {
  background-color: white; /* Vert */
  color: blue;
  font-family: Vernada,Arial;
  font-size: 14pt;
  border : none;
  cursor: pointer;
}
#go14:hover {
  background-color:green; /* cyan */
  color: white;
}  
#go16 {
  background-color: white; /* Vert */
  color: blue;
  font-family: Vernada,Arial;
  font-size: 16pt;
  border : none;
  cursor: pointer;
}
#go16:hover {
  background-color:green; /* cyan */
  color: white;
}

.t8{
  font-size: 8pt;
}
.t10{
  font-size: 10pt;
}
.t12{
  font-size: 12pt;
}
.t13{
  font-size: 13pt;
}
.t14{
  font-size: 14pt;
}
.t16{
  font-size: 16pt;
}
.t18{
  font-size: 18pt;
}
.t20{
  font-size: 20pt;
} 
.t22{
  font-size: 22pt;
} 
.t24{
  font-size: 24pt;
} 
.t26{
  font-size: 26pt;
}
.t28{
  font-size: 28pt;
}
.t30{
  font-size: 30pt;
}
.t32{
  font-size: 32pt;
}
.t34{
  font-size: 34pt;
}
.t36{
  font-size: 36pt;
}


.cv{
  color:green;
} 
.cb{
  color:blue;
} 
.cr{
  color:red;
}


.gr{
font-weight: bold;
}

 
.mg20{
  margin-left : 20px;
}
.mg30{
  margin-left : 30px;
}
.mg40{
  margin-left: 40px;
}
.mg50{
  margin-left: 50px;
} 
.mg60{
  margin-left: 60px;
}
.mg80{
  margin-left: 80px;
}
.mg100{
  margin-left: 100px;
}
.mg150{
  margin-left: 150px;
}


.md20{
  margin-right: 20px;
}
.md0{
  margin-right: 30px;
}
.md40{
  margin-right: 40px;
}  
.md50{
  margin-right: 50px;
} 
.md60{
  margin-right: 60px;
}
.md80{
  margin-right: 80px;
}
.md100{
  margin-right: 100px;
}
.md150{
  margin-right: 150px;
}
.mh-10{
  margin-top: -10px;
}
.mh0{
  margin-top: 0px;
}
.mh20{
  margin-top: 20px;
}
.mh30{
  margin-top: 30px;
}
.mh40{
  margin-top: 40px;
} 

.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.es0 {
line-height: -10%;
}
.es10 {
line-height: 10%;
}
.es30 {
line-height: 30%;
}
.es50 {
line-height: 50%;
}

.es70 {
line-height: 70%;
}
.es100 {
line-height: 100%;
}
.es130 {
line-height: 130%;
}
.es150 {
line-height: 150%;
}

.pa {
  font-family: Arial;
}
.pab {
font-family: Arial Black;
}
.pv {
  font-family: Verdana;
}
.pva {
  font-family: Verdana, Arial;
}
.pc {
  font-family: cabibri;
}

.ahg {
text-align: left; 
}
.ahd {
text-align: right; 
}
.ahc {
text-align: center; 
}
.ahj {
text-align: justify; 
}
.avh {
vertical-align: top;  
}
.avb {
vertical-align: bottom; 
}
.avm {
vertical-align: middle; 
}
.bs1{
border: 1px solid black;
}
.bs2{
border: 2px solid black;
}
.bd1{
border: 1px double black;
}
.bd2{
border: 2px double black;
}
.sti{
font-style : italic;
}
.sts{
text-decoration : underline;
}
.stb{
text-decoration : line-through;
}
.container {
  display: flex; /* Utilise Flexbox pour aligner le titre et le cadre */
  align-items: center; /* Aligne verticalement les éléments au centre */
}  
.titre{
  width: 150px;
  text-align: center;
  margin: 1em auto 2em;
  font-size: 12pt;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;                     /* masque tout ce qui dépasse */
  //box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC;
}
.marquee-rtl {
  max-width: 1000px;                      /* largeur de la fenêtre */
  margin:  0 1em auto 0;
  font-size: 22pt;
  border: 7px solid #F0F0FF;
  border-radius: 7px;
  overflow: hidden;                     /* masque tout ce qui dépasse */
  box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC;
}
.marquee-rtl > :first-child {

  display: inline-block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 45s infinite linear;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
  }
}
.clic1 {
  border: none;
}

.clic1:hover {
  border: 2px solid red;
}

.clic2 {
  outline: none; 
}

.clic2:hover {
  outline: 2px solid red; /* Ajoute un contour de 2 pixels */
  outline-offset: -2px; /* D‚cale le contour vers l'int‚rieur */
}



 