.component-federation-informations .component-content .head-block {
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
  padding: 24px;
}

.component-federation-informations .component-content .head-block .block-title {
  color: #FFF;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.component-federation-informations .component-content .head-block .federation {
  color: #FFF;
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 8px;
}

.component-federation-informations .component-content .head-block .federation .skeleton-bone {
  width: 80%;
  height: 43px;
  opacity: 0.5;
}

body.on-page-editor .component-federation-informations .component-content .head-block .federation .skeleton-bone::before {
  display: none;
}

.component-federation-informations .component-content .head-block a {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.component-federation-informations .component-content .head-block a:not(:hover) {
  color: #FFF;
}

.component-federation-informations .component-content .head-block .phone-contact {
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}

.component-federation-informations .component-content .head-block .phone-contact a {
  text-decoration: none;
}

.component-federation-informations .component-content .head-block .phone-contact .skeleton-bone {
  width: 30%;
  height: 32px;
  opacity: 0.5;
}

body.on-page-editor .component-federation-informations .component-content .head-block .phone-contact .label {
  display: none;
}

body.on-page-editor .component-federation-informations .component-content .head-block .phone-contact .skeleton-bone::before {
  display: none;
}

.component-federation-informations .component-content .head-block .hours {
  color: #FFF;
}

.component-federation-informations .component-content .head-block .hours .skeleton-bone {
  width: 60%;
  height: 21px;
  opacity: 0.5;
}

.component-federation-informations .component-content .head-block .hours .skeleton-bone:not(:nth-of-type(1)) {
  margin: 4px 0 0 0;
}

.component-federation-informations .component-content .head-block .hours .skeleton-bone:not(:only-of-type):last-of-type {
  max-width: 20%;
}

body.on-page-editor .component-federation-informations .component-content .head-block .hours .skeleton-bone::before {
  display: none;
}

.component-federation-informations .component-content .reunion-block {
  padding: 24px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
}

.component-federation-informations .component-content .reunion-block .block-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}

.component-federation-informations .component-content .reunion-block .agenda-redirect {
  width: 100%;
  text-align: right;
  margin-top: 18px;
}

.component-federation-informations .component-content .reunion-block .reunion-list .list .reunion::after {
  border: 2px solid #317FCB;
  -webkit-transform: scale(1.3) translate(3px, 3px);
  -ms-transform: scale(1.3) translate(3px, 3px);
  transform: scale(1.3) translate(3px, 3px);
}

.component-federation-informations.default-information .component-content .head-block .federation {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.component-federation-informations.default-information .component-content .head-block .federation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #FFF;
}
