/*** Les Boutons */
.btn80 {
  margin: auto;
  width: 85%;
}
.btn60 {
  margin: auto;
  width: 65%;
  '/font-weight: bold;
}
.btninfo {
  background-color : #ffd600;
}

/*** Cahier */
.cahier {
  background-image: url('/images/structure/struct/spiral_04.png');
  background-repeat: repeat-y;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  box-shadow: 10px 8px 10px 1px rgba (84,84,84,0.59);
-webkit-box-shadow: 10px 8px 10px 1px rgba(84,84,84,0.59);
-moz-box-shadow: 10px 8px 10px 1px rgba(84,84,84,0.59);
}

/*** Cahier 2 */
.cahier2 {
  background-image: url('/images/structure/struct/feuille_perfo_01.webp');
  background-repeat: repeat-y;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  box-shadow: 8px 8px 11px 1px rgba (84,84,84,0.59);
-webkit-box-shadow: 8px 8px 11px 1px rgba(84,84,84,0.59);
-moz-box-shadow: 8px 8px 11px 1px rgba(84,84,84,0.59);
}

/*** Style VocaBMX */
.vocab {
    background-image: url('/images/bmxracer2/metal.jpg');
    background-position:20% 5%;
    width: 100%;
    margin: 0px auto;
    border: 2px solid #ffd500;
    border-radius: 20px;
    padding: 20px 10px;
  }
.vocabpara {
  text-align: justify;
  text-indent: 15px;
  padding: 0px 25px;
  color: #ffffff;
}
.vocab h2,
.vocab h1 {
  color: yellow;
}

/*** style de puce perso */
.seb-puce1 {
    list-style-image: url("https://bmxracer.fr/new0710/images/bmxracer/puce-raider.png");
}
/***************** pour overrides  ***********************************

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

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


/* BLOC IMAGE */
.image-jday {
  position: relative;
  background: #a9a9a9;
  border-radius: 20px;
  
}

/* ETIQUETTE CATEGORIE */
.cat-jday {
    /*text-transform: uppercase;*/
  	font-variant-caps: small-caps;
    text-align: /*right*/ center;
    background: #016cb5;
  	border-radius: 5px;
    font-size: 1em;
    padding: 6px 9px;
    line-height: 1em;
    position: absolute;
    /*top: -5px;*/
  	bottom: -16px;
  	/*right: 0px;*/
    left: 20px;
    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.3);*/
  	transform: translate(20px, -20px) scale(1.1);
}

.image-jday a:hover .cat-jday {
    /*right: 9px;*/
  	left: 50px;
    /*top: 0px;*/
  	bottom: -10px;
}

.actu-cd63 {
	background: rgba(238,238,238,0.3);
}
.seb-image {
  border-radius: 10% 25%;
}

/****************** pour overrides  Espace-Arbitres *****************/
/* JoomlaDay FR 2018 - Christian Bardin - Les overrrides de layout  */
/* ************** MàJ by WebPepito63 @08-2026 ********************* */

/* ******************   module Joomla Menu ************************ */

/* BLOC IMAGE */
.image-seb {
  position: relative;
  background: #a9a9a9;
  border-radius: 20px;
}

/* ETIQUETTE CATEGORIE */
.menu-seb {
  	font-variant-caps: small-caps;
    text-align: center;
    background: #016cb5;
  	border-radius: 5px;
    font-size: 1em;
    padding: 6px 9px;
    line-height: 1em;
    position: absolute;
  	bottom: -16px;
    left: 20px;
    color: #ffffff;
}

/* BLOC IMAGE ET CATEGORIE AU SURVOL */
.news-seb * {
    transition: all ease 0.3s;
}
.image-seb img:hover {
  	transform: translate(20px, -20px) scale(1.1);
}

.image-seb a:hover .menu-seb {
  	left: 50px;
  	bottom: -10px;
}
/* LIRE LA SUITE CUSTOM */
.link-seb {
    text-align: center;
    border-bottom: 3px solid #9a9a9a;
    margin: -10px 20px 15px 20px;
}

