/*Après les uses dans error.php
if (($this->error->getCode()) == '404') {
	header('Location: https://www.cdlys.be/page-introuvable');
	exit;
}
*/
/* Retirer bordure sur le css CARD */
.card { 
  border: none; 
}

.CDLYSTitre {
  text-shadow: 2px 2px 4px #26FF3D;
  font-size: 200%;
  color: #FFFFFF;
  text-align: center;  
}
.CDLYSTitre a:link,visited,active {
  text-decoration: none;
}

.CDLYSTitre a:hover {
  text-shadow: 2px 2px 11px #26FF3D;
}

/* Bandeau */
.container-header {
    background-color: #2F5FAC;
    background-image: none;
}
.footer {
    background-color: #2F5FAC;
    background-image: none;
}

/* image effect ck texte */
@media screen and (max-width: 920px) {
figure.imageeffectck figcaption {
    font-size: 0.5vw;
    padding: 0;
}
}

/* Formations */
.border-bleu { 
    border: 2px solid #2f5fac; 
    border-radius: 8px; 
    margin-bottom: 15px;
}
.border-vert { 
    border: 2px solid #026b13; 
    border-radius: 8px; 
    margin-bottom: 15px;
}
.border-jaune { 
    border: 2px solid #aa9a1d; 
    border-radius: 8px; 
    margin-bottom: 15px;
}
.border-rouge { 
    border: 2px solid #9e1748; 
    border-radius: 8px; 
    margin-bottom: 15px;
}
.fond-bleu {
    background-color: #2F5FAC;
}
.fond-vert {
    background-color: #026b13;
}
.fond-jaune {
    background-color: #aa9a1d;
}
.fond-rouge {
    background-color: #9e1748;
}

.fond-bleu  a {color:#e3ebf7;}  /*pour le menu actif*/
.fond-rouge a {color:#e3ebf7;}  /*pour le menu actif*/
.fond-jaune a {color:#e3ebf7;}  /*pour le menu actif*/
.fond-vert  a {color:#e3ebf7;}  /*pour le menu actif*/
.fond-bleu a:hover {color:#FAFAFA; text-decoration: none; letter-spacing: 1px; } /*pour le menu survolé*/
.fond-rouge a:hover {color:#FAFAFA; text-decoration: none; letter-spacing: 1px; } /*pour le menu survolé*/
.fond-jaune a:hover {color:#FAFAFA; text-decoration: none; letter-spacing: 1px; } /*pour le menu survolé*/
.fond-vert a:hover {color:#FAFAFA; text-decoration: none; letter-spacing: 1px; } /*pour le menu survolé*/


.formation-icon {
  width: 52px; 
  height: 52px;
  text-align:center;
  margin-left: auto; 
  margin-right: auto;
  border: 0px;
}

.formation-panel {
  width: 75%; 
  height: 50px; 
  line-height : 50px;
  margin-left: auto; 
  margin-right: auto; 
  border-radius: 0.50em; 
  box-shadow: 5px 5px 10px 2px #888888; 
  margin-bottom: 25px; 
  text-align: center; 
  font-size: 14pt; 
  color: #ffffff;
}


/* zoom images */
img.zoom
{
  transition: transform 1s;
}
img.zoom:hover
{
  transform: rotate(360deg);
}