@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
h1.ck-highlight, h2.ck-highlight, h3.ck-highlight, h4.ck-highlight, h5.ck-highlight {
  font-size: 120%;
}
h1.ck-alt, h2.ck-alt, h3.ck-alt, h4.ck-alt, h5.ck-alt {
  font-size: 80%;
}
h1.ck-inv, h2.ck-inv, h3.ck-inv, h4.ck-inv, h5.ck-inv {
  color: #ccc;
}

section.ck-section {
  border-radius: 0.5em;
  padding: 1em;
  margin: 1em;
}

section.ck-news {
  background: #ff8;
}

section.ck-alert {
  background: #fcc;
}

section.ck-warning {
  background: #f88;
}

section.ck-message {
  background: #cfc;
}

.ck-highlight {
  background: yellow;
}

.ck-alt {
  color: #aaa;
}

.ck-inv {
  color: #ccc;
  background: #888;
  border-radius: 0.5em;
}

.ck-red {
  color: #e22;
}

.ck-green {
  color: #2e2;
}

.ck-green-2 {
  color: #8c8;
}

.ck-blue {
  color: #22e;
}

.ck-orange {
  color: #bb2;
}

.ck-pink {
  color: #ecc;
}

.ck-cyan {
  color: #2ee;
}

.ck-yellow {
  color: #ee2;
}

.ck-purple {
  color: #e2e;
}

.ck-black {
  color: #222;
}

.ck-grey {
  color: #888;
}

.ck-white {
  color: #eee;
}

.cookie-consent-form {
  z-index: 1000000;
  background: #ff8;
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
  left: 0.2rem;
  padding: 1rem;
  text-align: center;
  border: 0.5rem solid #eee;
  margin: 2rem;
}
.cookie-consent-form .cookie-consent-explanation {
  margin-bottom: 1rem;
}
.cookie-consent-form .cookie-consent-accept-button {
  display: block;
  border: 1px solid #ccc;
  width: max-content;
  margin: 0 auto;
  padding: 0.2rem 1rem;
  cursor: pointer;
  border: 2px outset #ccc;
}
.cookie-consent-form .cookie-consent-accept-button:hover {
  background: #eef;
}
.cookie-consent-form .cookie-consent-accept-button:active {
  background: #ccd;
  border-style: inset;
}

#site-header, .custom-header {
  box-sizing: border-box;
  max-width: 95%;
  padding: 0 12px;
}
#site-header h1, .custom-header h1 {
  text-align: center;
}
#site-header h1 img, .custom-header h1 img {
  width: 33%;
  max-width: 95%;
  max-height: 16rem;
}

.header-info-container .header-info, .header-info-container .control-bar-grid {
  background: white;
}

#site-navigation {
  display: block;
  height: 32px;
  display: block;
}
#site-navigation:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#site-navigation .nav-element {
  float: left;
  margin: 1px 12px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  line-height: 1.5;
}
#site-navigation .nav-element:first-of-type {
  margin-left: 0;
}

body.cms {
  width: auto;
  max-width: 1000px;
  padding: 12px;
  background: #fffffd;
}

body {
  margin: 0 auto;
}
body, body p, body li, body th, body td {
  color: #333;
}
body a, body .clickable {
  color: #55C;
}

#site-main {
  padding-top: 24px;
}

.guidance {
  border-radius: 10px;
  margin: 20px;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  background: #FFFFEE;
  font-size: 1.4rem;
  line-height: 2;
}
.guidance h2 {
  font-size: 1.4rem;
}
.guidance h3 {
  font-size: 1.2rem;
}

#site-footer {
  margin-top: 24px;
}

span.dayleaf {
  float: right;
  position: relative;
  height: 44px;
  background: white;
  width: 3em;
  padding: 0;
  line-height: 1.2;
}
span.dayleaf .day, span.dayleaf .month, span.dayleaf .year {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
span.dayleaf .month, span.dayleaf .year {
  height: 12px;
  background: blue;
  color: white;
  font-weight: bold;
  font-size: 80%;
}
span.dayleaf .day {
  top: 12px;
  height: 20px;
  line-height: 20px;
}
span.dayleaf .month {
  top: 0;
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
span.dayleaf .year {
  bottom: 0;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.month-1 {
  background: #9af;
}

.month-2 {
  background: #9ad;
}

.month-3 {
  background: #9d9;
}

.month-4 {
  background: #9f9;
}

.month-5 {
  background: #ae9;
}

.month-6 {
  background: #ee9;
}

.month-7 {
  background: #ff9;
}

.month-8 {
  background: #fd9;
}

.month-9 {
  background: #fa9;
}

.month-10 {
  background: #f9a;
}

.month-11 {
  background: #d99;
}

.month-12 {
  background: #a9d;
}

.cms .admin-only {
  display: none;
}

.switch-holder {
  display: flex;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  background-color: #FFFFf8;
  border-radius: 1rem;
  border: 2px solid blanchedalmond;
}

.switch-toggle {
  height: 40px;
}
.switch-toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -2;
}
.switch-toggle input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  background: #eee;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  margin: 0;
  cursor: pointer;
  margin-left: 1rem;
}
.switch-toggle input[type=checkbox] + label::before {
  position: absolute;
  content: "NON";
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  top: 8px;
  left: 8px;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  background-color: #d1dad3;
  transition: 0.3s ease-in-out;
}
.switch-toggle input[type=checkbox]:checked + label::before {
  left: 50%;
  content: "OUI";
  color: #fff;
  background-color: #0466c8;
}

article.file-asset-content {
  margin-top: 0.5rem;
  border: 1px solid #eee;
  padding: 0.5rem;
}
article.file-asset-content .file-asset-image-file-name {
  display: none;
  word-break: break-all;
}
article.file-asset-content audio.file-asset-audio, article.file-asset-content a.file-asset-image, article.file-asset-content video.file-asset-video, article.file-asset-content a.file-asset-pdf, article.file-asset-content a.file-asset-other {
  display: block;
  max-width: 100%;
}
article.file-asset-content a.file-asset-image img {
  max-width: 100%;
}
