* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
img {vertical-align: middle;}

.activitediv {
  float:left;
  width :100%;
  font-family: verdana, arial, sans-serif; 
  background-image: linear-gradient(to right, #f0f0ee, #deddce);
  border-radius: 10px; 
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-top:5px;
  margin-bottom:5px;
  box-shadow: 5px 5px #d9d5d1
}
.acontentleft {
  padding-top: 5px;
  padding-left:5px;
  float:left;
  width : 50%;
  font-family: verdana, arial, sans-serif;  
  display: block;
}
.acontentright {
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  float:left;
  width : 50%;
  font-family: verdana, arial, sans-serif;  
  display: block;
}
.font13Grey{ font-size:13px; color: #717475; }
.labelBlock {
   display: inline-block;
   margin-bottom: 2px;
   vertical-align: top;
}
.membre {
  max-width: 600px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 100px;
  font-family: verdana, arial, sans-serif;  
  color: #717475;
  float:left;
  padding: 5px 0px; 
  margin-left: 15px; 
  font-size:12px;
}
.icontentleft {
  float:left;
  padding-left: 20px;
  padding-top: 10px;
  width : 25%;
}
.icontentright {
  float:left;
  justify-content: left;
  width : 75%;
}
.fade {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.prev, .next {
  display: none;
  cursor: pointer;
  background-color: #717171;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.dot {
  display: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}
.active, .dot:hover { background-color: #154c79; }
.headerImg{
  min-height:650px; 
  max-height:800px; 
  object-fit: cover; 
  object-position: 100% 0;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideImg{
  border-radius: 10px 10px 0px 0px;
  width:100%;
} 
.tableCell{
  display:table-cell;
  width :150px;
  padding-left:5px;
  font-weight: bold;
}
.titleCell{ color: #154c79; }
.slidetitletext {
  color: #f2f2f2;
  font-size: 45px;
  padding: 8px 12px;
  position: absolute;
  font-weight: bold;
  top:10px;
  width: 100%;
  text-align: center;
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: #154c79;
}
.slideshow-container {
  max-width: 1000px;
  margin: auto;
  width:100%;
  text-align:center;
  display: flex;  
  justify-content: center;  
}
.mySlides {
  width: 33%;
  border: 1px solid silver;
  border-radius: 10px;
  margin-bottom : 5px;
  margin-right: 30px;
  display: flex;
  position: relative;
}
.slidecontent{
  margin:10px; 
  margin-top:15px;
  margin-bottom: 100px;
}
.formButtons{
  text-align: center; 
  width:100%;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left:0;
}
.selected{display: block}
.unselected{display: block}

@media only screen and (max-width: 1000px) {  
  .prev, .next,.text {font-size: 11px}
  .prev, .next { display: block; }
  .dot { display: inline-block; }  
  .slidetitletext { top:5%; }
  .slideshow-container {
    position: relative;
    width:600px;
    border: 1px solid silver;
    border-radius: 10px;
    margin-bottom : 5px;  
    display: block;
  }
  .mySlides {
    width: 100%; 
    margin-right: 0px;
    border: 0px;
    display: block;
  } 
  .slidecontent{ height:180px; }
  .unselected{display: none}
}

@media only screen and (max-width: 710px) {
  .prev, .next {
    top: 0%;
    margin-top: 0px;
  }  
  .headerImg{ min-height:0px; }
  .slideshow-container { max-width: 95%; }
  .mySlides { position: initial; }
}