 /* 4 Boxes Row */
.raccourcis-row .content-block-header {
  margin-bottom: 20px;
}
.raccourcis-row .box {
  border: solid 1px lightgray;
  margin-bottom: 30px;
  min-height: 350px;
  overflow: hidden;
  padding: 20px 25px;
  position: relative;
  text-align: center;
  transition: all ease-in-out 0.15s;
  background-color: #fff;
  max-width: 90%;
  width: 90%;
}
.raccourcis-row .box:hover {
  border: solid 1px rgba(32, 50, 121, 0.3);
  -webkit-box-shadow: 0 0 51px 6px rgba(32, 50, 121, 0.5);
  -moz-box-shadow: 0 0 20px 6px rgba(32, 50, 121, 0.5);
  box-shadow: 0 0 20px 6px rgba(32, 50, 121, 0.5);
}
.raccourcis-row .box-title {
  color: #3A3936;
  font-family: cursive;
  font-size: 22px;
  line-height: 31px;
  margin: 0;
  max-height: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.raccourcis-row .box-image {
  height: 200px;
  padding-top: 10px;
  width: 100%;
}
.raccourcis-row .box-description {
  color: #3A3936;
  font-size: 15px;
  line-height: 21px;
  max-height: 200px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
  font-family: cursive;
}
.raccourcis-row .box-more {
  bottom: 0;
  color: #3A3936;
  /* font-family: 'Museo700-Regular'; */
  font-family: cursive;
  font-size: 15px;
  left: 0;
  overflow: hidden;
  padding: 20px 10px;
  position: absolute;
  width: 100%;
}