/*
.cel_pagetype_BoxPresentation .presentationList > ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;  
  flex-wrap: wrap;
}
*/

.cel_pagetype_BoxPresentation .presentationList > ul > li {
  border-top: 3px black solid;
  border-bottom: 3px black solid;
}

/*
.cel_pagetype_BoxPresentation .presentationList > ul > li:not(:last-child) {
  margin-right: 35px;
}

.cwBoxListItem {
  list-style-type: none;
}
.cwBoxListItem.title {
    padding-bottom: 15px;
}
*/
.cel_pagetype_BoxPresentation .presentationList > ul > li > div {
	height: 100%;
}

.cel_pagetype_BoxPresentation .presentationList > ul > li ul > li:nth-child(2n) {
    padding-bottom: 40px;
}

.cel_pagetype_BoxPresentation .presentationList > ul > li ul {
  padding-left: 0;
  height: 100%;
  position: relative;
}

.cel_pagetype_BoxPresentation .presentationList > ul > li ul > li:last-child {
  bottom: 6px;
  position: absolute;
  right: 0;
}

.cel_pagetype_BoxPresentation .presentationList > ul > li ul > li:last-child a:hover {
  text-decoration: underline;
}

.cel_pagetype_BoxPresentation .presentationList > ul > li ul > li img {
	width: 100%;
	height: auto;
}
