/* zoom images */

img.zoom
{
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

img.zoom:hover
{
  transform: rotate(0deg) scale(1.15);
}

/* Changement CSS tableau Teachers - Table Prices shortcode */
.su-plan-footer
{ display: none; }
.su-plan-price
{ display: none; }
.su-plan-period
{ display: none; }

.su-plan-head {
  padding-bottom: 0px; }
.su-plan {
    text-align: left;
}
/* Tableau Pricing Table page: nos formations*/
.columns2 {
  float: left;
  width: 25%;
  padding: 8px;
}

.price2 {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price2:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price2 .header2 {
  background-color: #fb9b03;
  color: #f0e8d1;
  font-size: 20px;
}

.price2 li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: center;
}

.price2 .grey2 {
  background-color: #f0ecd1;
  font-size: 20px;
}

.button2 {
  background-color: #e4b44e;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}