﻿.ombre { box-shadow: 0 10px 10px rgba(0,0,0,0.2);}

  /*wa custom*/
 .wa-image-thumb { width: 100%;  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}
.wa-image-thumb:hover {
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 100;}

/* Bouton programme */
.buttonprog {
  border-radius: 5px;
  border: #000000 solid 0px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 150px;
  height: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;

}

#grad:hover {
    background: -webkit-linear-gradient(#3c546b, #2d5c88, #3a80b2); /* Pour Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3c546b, #2d5c88, #3a80b2); /* Pour Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3c546b, #2d5c88, #3a80b2); /* Pour Firefox 3.6 to 15 */
    background: linear-gradient(#3c546b, #2d5c88, #3a80b2); /* Standard syntax (must be last) */
}

#grad {
    background: -webkit-linear-gradient(#3a80b2, #2d5c88, #3c546b); /* Pour Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3a80b2, #2d5c88, #3c546b); /* Pour Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3a80b2, #2d5c88, #3c546b); /* Pour Firefox 3.6 to 15 */
    background: linear-gradient(#3a80b2, #2d5c88, #3c546b); /* Standard syntax (must be last) */
}

.buttonprog span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonprog:hover {
  background-color: #e21b25;
  color: #FFFFFF;
}

.buttonprog span:after {
  content: '\00bb \Site';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonprog:hover span {
  padding-right: 55px;
}

.buttonprog:hover span:after {
  opacity: 1;
  right: 0;
}
.buttonaccess {
  border-radius: 5px;
  border: #000000 solid 0px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 150px;
  height: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;

}
.buttonaccess span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonaccess:hover {
  background-color: #e21b25;
  color: #FFFFFF;
}

.buttonaccess span:after {
  content: '\00bb \ Accès';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonaccess:hover span {
  padding-right: 75px;
}

.buttonaccess:hover span:after {
  opacity: 1;
  right: 0;
}