/**
*
*Correction template Shaper_helixultimate suite à maj Joomla 5
*
* */
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after {
content: " ";
}

a::after {
content: " ";
}


@media print {
  @page {
    margin: 5mm !important;
  }
}

/**
*
 * Modification des couleurs privé
 */
 

em {color:#3B5175; }

/***** Liens ***/

#articleBody p a:link, #articleBody p a:hover, #articleBody p a:active,  #articleBody p a:visited 
/*#sp-megamenu li a:link, sp-megamenu li a:hover, sp-megamenu li a:active,  sp-megamenu lip a:visited */
{
  background:#ebf7ff; color:#3B5175;
}
figure {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}



.external:link {
  background-color: #3B5175;
  color:#ffffff;
}
 p.auteur {
text-align:right; }

 .citation { 
  font-style:italic;
  color:#4D6CA1;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.textfort {
	font-variant: small-caps;
	color:#FF8E23;	
	font-weight : bold;
	letter-spacing: 0.05em;
	}
		
.gras {
	font-variant: normal;
	color: #6E9BC4;
	font-weight :bolder;
	letter-spacing: 0.05em;
		}
.gras3 {
	font-variant: normal;
	color:#3B6ECA;
	font-size: 1.1em;
	font-weight :400;
	letter-spacing: 0.05em;
	line-height: 1.2em;
		}
		
		
/*** surlignement bleu ciel ***/		
.gras2 {
	background-color:#ebf7ff;
	color:#3B5175;
	font-size: 1em;
	font-weight :400;
	letter-spacing: 0.05em;
	font-style: italic;
}
.centre{
	font-variant: normal;
	color:#3B5175;
	text-align:center;
	font-weight: 600;
	letter-spacing: 0.03em;
	}
p.notabene{
	border: 5px solid #f7c200;
	padding: 10px;
	color:#424112;
	line-height: 2.4em;
	font-weight: bold;
	background-color:#FFFFE8;
}
p.important{
	border-left: 2px solid #f00;
	padding-left: 4px;
	background: #F8EEEE;
	}
	
.arrondi {
    border: 1px solid lightgrey;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    padding: 10px;
    color: #3B5175;
    }

.shadow2 {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  padding: 10px;
}		 
/*** zone de texte bleuciel ***/
.outerbox {
  margin:10px 5px 5px 10px;
  padding: 5px;
  color:#3B5175;
  background: #ebf7ff;
  border: 1px solid #3B5175;
}
/*** zone de texte beige clair ***/
.innerbox {
  padding: 5px;
  border: 1px solid #ededed;
  background: #F8F1D5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 100%; 
}

.matable {
	border:3px solid #eee;
	border-collapse:collapse;
	width:100%;
	margin:10px;
}
.matable thead, tfoot {
background-color:#FFFFCC;
border:1px solid #069;
}
.matable tbody {
background-color:#FFFFFF;
border:1px dotted #069;
}
.matable th {
border:1px dotted #069;
padding:5px;
background-color:#EFF6FF;
width:25%;
}
.matable td {
	font-size:100%;
	border:1px dotted #069;
	padding:5px;
	text-align: left;
	}
	
/* Ajouté le 4 août 2021 */
/* texte défilant */
/* ---------------------------- */
/* Défilement de droite à gauche */
#scroll-container {
  border: 0px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

#scroll-text {
  text-align: left;
  font-size: 1.1em;
  color:#FFFFFF;
  background-color:#364783;
  /* animation properties */
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(100%);
  transform: translateX(-100%);
  
  -moz-animation: my-animation 35s linear infinite;
  -webkit-animation: my-animation 35s linear infinite;
  animation: my-animation 35s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(-100%); }
  to { -moz-transform: translateX(100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(-100%); }
  to { -webkit-transform: translateX(100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

abbr.c2c-text-hover{
text-decoration:none;
border-bottom:1px dotted #000
}
.qtip{
font-family:Helvetica,Arial,sans-serif;color:#fff;
background:rgba(0,0,0,.72);
box-shadow:0 1px 1px rgba(0,0,0,.12);
border-radius:3px;
border-color:#000;line-height:1.4em
}


