.box-news {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 0px;
  padding-right: 0px;
  width: 300px;
  padding-left: 0px;
  position: relative;
  cursor:pointer;
  background-color: white;
}

.box-news:hover{
    border-radius: 8px 8px;
    border: 1px solid #FFF;
}


.box-news .box-img img {
  border-top-right-radius: 8px 8px;
  border-top-left-radius: 8px 8px;
  max-width: 100%;
  height: 300px;
  display: block;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.box-news .actionsActualite {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 15%;
  left: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  color: #FFF;
}

.box-news .actionActualite {
  border: 1px solid #FFF;
  cursor: pointer;
  height: 40px;
  width: 40px;
  transition: 0.5s;
  background-color: orange;
}

.box-news .actionActualite:hover {
  background-color: #FFF;
  color: #000;
}

.box-news .box-img:hover .actionsActualite {
  opacity: 1;
}

.box-news .box-img:hover img {
  opacity: 0.3;
}

.box-news .box-text {
  display: block;
  background-color: #FFF;
  border-bottom-left-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  width: 300px;
  padding: 5px;
  color: #7395B1;
  bottom: 0px;
  /* min-height: 90px; */
  height: 150px; /* POINT 42 */
}

.box-news .box-text .box-text-title {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}

.box-news .box-text .box-text-content {
  font-size: 13px;
  text-align: left;
  white-space: pre-line;
}

.box-event {
  background-color: #FFF;
  border-radius: 6px;
  margin-bottom: 10px;
}

.box-event .box-event-date {
  padding: 5px;
  font-weight: bold;
  border-right: 2px solid #808080;
}

.box-event .box-event-date {
  padding: 5px;
  font-weight: bold;
  border-right: 2px solid #808080;
  color: #7395B1;
}

.box-event .box-event-content {
  padding: 10px;
}

.box-event .box-event-content .box-event-content-title {
  font-weight: bold;
  font-size: 15px;
  color: #7395B1;
}

.box-event .box-event-content .box-event-content-text {
  font-size: 15px;
  color: #7395B1;
}

.box-event .box-event-btnplus {
  padding: 10px;
}

.acl_btnNouvelleActualite {
  right: 35px;
  bottom: 20px;
  border: white solid 1px !important;
  color: #FFF !important;
  border-radius: 4px;
  font-size: 10pt !important;
  z-index: 9;
  cursor: pointer;
  background-color: #F29432 !important;
  margin-right: 10px;
}

.ActualitesList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  background-color: #6093B5;
  justify-items: center;
  padding: 20px;
}

.pagination {
  display: inline-flex;
  flex-direction: row-reverse;
}

.arrowActualites {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
