/* custom additions */

/* all containers have white backtround */
#cd-page-content .cd-col:not(.m1):not(.cd-col .cd-col){
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}

/* add horizontal divider on tables */
.cd-table table tbody tr, .cd-tr-value {
  border-top: 1px solid black;
  border-collapse: unset;
}

.cd-table td.cd-table-value {
  padding: 15px;
}

/* better "concours jeunesse" links */
#block_1000185 .cd-tile-v-box {
  cursor: pointer;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

#block_1000185 .cd-tile-v-box .cd-tile-v-main-heading {
  white-space: break-spaces;
}

#block_1000185 .cd-tile-v-detail-label {
  display: none;
}

.cd-button-primary {
  width: 100%;
}

.cd-button-primary:hover{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}


/* end custom additions */
/*-------------------------*/