/* ********************************************************* */
/* ******               Para speciaux CD-63           ****** */
/* ********************************************************* */

.A-cd63_Standard {

  color: #545454;
text-indent: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}
.A-cd63_Rouge {
	color: #901112;
}

.A-cd63_Vert {
	color: #1C8E32;
}

.A-cd63_Bleu {
	color: #4F81BD;
}

.A-cd63_Decalage_Droite {
	text-indent: 40px;
}

.A-cd63_Decalage_Gauche {
	padding-left: 80px;
	text-indent: -40px;
}

.flotte_drt {
  float: left;
  padding-left: 20px;
}

.flotte_ghe {
  float: right;
  padding-right: 20px;
}

.aron1{
  border-radius: 20px;
}


/* ********************FIN CD-63************************* */
/* JoomlaDay FR 2018 - Christian Bardin - Les overrrides de layout  */

/* module Joomla Derniers articles - sur base Helix3 de JoomShaper */

/* on reinitialise les styles Helix3 du module  */
.sp-module .latestnews > div {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

/* styles du titre article */
.title-jday {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0px 5px 0px;
    font-weight: 600;
    border-bottom: 2px solid #ececec;
    padding-bottom: 5px;
}

/* styles des paragraphe et liens  */
p.intro-jday, .inro-jday, .intro-jday a {
    margin: 0px;
    line-height: 1.5em;
    font-weight: 500;
}

/* styles au survol des liens  */
.intro-jday a:hover {
    color: #000000;
}

/* BLOC IMAGE */
.image-jday {
    position: relative;
}

/* ETIQUETTE CATEGORIE */
.cat-jday {
    text-transform: uppercase;
    text-align: right;
    background: /*#d0453d*/ #4acf4a;
    font-size: 14px;
    padding: 6px 9px;
    line-height: 1em;
    position: absolute;
    top: 15px;
    right: 0px;
    color: #ffffff; /*#4acf4a;*/
    font-weight: 700;
}

/* BLOC IMAGE ET CATEGORIE AU SURVOL */
.news-jday * {
    transition: all ease 0.3s;
}
.image-jday img:hover {
    transform: scale(1.05);
}
.image-jday a:hover .cat-jday {
    right: -9px;
    top: 8px;
}

/* LIRE LA SUITE CUSTOM */
.link-jday {
    text-align: right;
    border-bottom: 7px solid /*#f9f9f9*/ #4acf4a;
    margin: 0 0 40px 0;

}
.link-jday a {
    padding: 2px 5px;
    /*text-transform: uppercase;*/
    font-size: 12px;
  	font-style: italic;
    /*font-weight: 700;*/
    color: /*#f9c256*/ #0000ff;
}
.link-jday a:hover {
    color: /*#af322b*/ #000000;
}
.actu-cd63 {
	background: rgba(238,238,238,0.5);
}
.actu-cd63 {
	background: rgba(238,238,238,0.5);
}
  