#admissions-form {
  max-width: 640px;
  margin: 2% auto;
}

table.admissions-option-review thead th h3 {
  margin: 0.6em;
}
table.admissions-option-review th.super-group-name {
  text-align: center;
}

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;
}

.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 {
  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 {
  margin: 0 auto;
}
body.cms, body.cms p, body.cms li, body.cms th, body.cms td {
  color: inherit;
}
body.cms a, body.cms .clickable {
  color: #55C;
}
body.cms main {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  background-color: #feffff;
}
@media screen and (min-width: 1280px) {
  body.cms main {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 1200px;
    margin: auto;
  }
}

.picture-banner {
  display: block;
  max-width: 95%;
  margin: auto;
}

.eap__title {
  background-image: url("/file/ecole-bandeau.png");
  width: 100%;
  padding: 2rem 4rem 4rem 4rem;
  text-align: center;
  color: #fff;
  background-size: 100% 100%;
  background-position: 50% 50%;
}

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

.document.content-item.flexbox {
  background-color: #fafafa;
  padding-block: 1rem;
}

.document.content-item {
  font-size: 1rem;
  margin-block: 1.5rem;
  gap: 1.5rem;
}
.document.content-item .admin-only {
  margin-top: 1rem;
  width: max-content;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.download--link {
  display: flex;
  align-items: center;
  background-color: #FAB63A;
  border: 2px solid #FAB63A;
  width: fit-content;
  border-radius: 25px;
  padding: 0 65px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.download--link:hover {
  background-color: transparent;
  color: #FAB63A;
}
.download--link .icon-image {
  filter: invert(1);
  margin-right: 0.5rem;
}

.header-decoration {
  width: 65px;
  height: 15px;
}

#site-footer {
  margin-top: 24px;
}
#site-footer hr {
  color: #eee;
  margin-bottom: 0.5rem;
}

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;
}
.cms .admin-only.content-item-link {
  display: block;
}
.cms .flexitem .admin-only {
  display: block;
}

.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;
}

.flex--container {
  display: flex;
  align-items: center;
}

.flex--container__column {
  flex-direction: column;
  justify-content: space-around;
}

body.cms.espace-parents {
  padding: 0;
}
body.cms.espace-parents .actionLink {
  font-weight: 400;
  background-color: #040461;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.8rem 2rem;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin: 1rem auto;
  border-radius: 0.25rem;
  width: max-content;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) z;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.cms.espace-parents .actionLink:hover {
  background-color: #060692;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}
body.cms.espace-parents .actionLink:focus {
  background-color: #0707aa;
}
body.cms.espace-parents .actionLink .icon-image {
  filter: invert(1);
  margin-right: 0.25rem;
}
body.cms.espace-parents.cms-famille-child-edit form {
  margin: 0 1rem;
}
body.cms.espace-parents .alternate tr:nth-child(2n+1) {
  background: #b3b3cf;
}
body.cms.espace-parents .alternate td {
  vertical-align: middle;
}

.family-homepage-section {
  padding: 1.5rem 1rem;
}
.family-homepage-section:nth-child(even) {
  background-color: #e5e5ef;
}
.family-homepage-section h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.family-homepage-section h3 img.icon-image {
  height: 24px;
  vertical-align: bottom;
}

.family-contact-list {
  text-align: center;
}

img.contact-photo {
  border-radius: 50%;
  box-shadow: 2px 2px 10px #959595;
  object-fit: cover;
  width: 8rem;
  height: 8rem !important;
  margin: auto;
}

.family-contact-info {
  background-color: #f5f5f5;
  border: 1px solid #a0a0a0;
  border-radius: 0.25rem;
  flex-direction: column;
  padding: 0.75rem;
}
.family-contact-info.new-element-link {
  background: none;
  border: 0;
}
.family-contact-info .icon-image {
  vertical-align: middle;
  margin-right: 0.25rem;
}

.family-role img:first-of-type {
  margin-left: 0.25rem;
}

.new-element-link {
  margin-left: auto;
}
.new-element-link .actionLink {
  margin: 0 !important;
}

.autorisations-container {
  grid-template-columns: 1fr 15fr;
}

.flex-container {
  display: flex;
}

.flex-container__v-center {
  align-items: center;
}

.flex-container__h-center {
  justify-content: center;
}

.grid-container {
  display: grid;
}

.card-container {
  gap: 1.5rem;
  flex-wrap: wrap;
}

.card {
  flex-basis: 250px;
  max-width: max-content;
}

.help {
  position: relative;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
  margin: 1rem auto;
}

.info-warning {
  position: relative;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
  margin: 1rem auto;
}
.info-warning .icon-image {
  height: 24px;
  width: 24px;
  vertical-align: bottom;
}

.family-contact-list-header {
  display: flex;
  align-items: center;
}

header.edit-header,
header.child-header {
  padding: 1rem;
  align-items: center;
}
header.edit-header.girl,
header.child-header.girl {
  background-color: #fde2e4;
}
header.edit-header.boy,
header.child-header.boy {
  background-color: #E1FCFB;
}
header.edit-header .flex-container,
header.child-header .flex-container {
  gap: 1rem;
}
header.edit-header h1,
header.child-header h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
header.edit-header .name p,
header.child-header .name p {
  margin-top: 20px;
}

.cms-famille-child-edit .full-name,
.cms-famille-child .full-name {
  font-weight: bold;
  font-size: 1.5rem;
}
.cms-famille-child-edit .info .info-label::after,
.cms-famille-child .info .info-label::after {
  content: ": ";
}
.cms-famille-child-edit .extranet-child-form,
.cms-famille-child .extranet-child-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  row-gap: 1rem;
  column-gap: 0.5rem;
  padding: 1rem 0.5rem;
}
.cms-famille-child-edit .extranet-child-form input[type=text], .cms-famille-child-edit .extranet-child-form textarea,
.cms-famille-child .extranet-child-form input[type=text],
.cms-famille-child .extranet-child-form textarea {
  width: 100%;
}
.cms-famille-child-edit .extranet-child-form input[type=submit],
.cms-famille-child .extranet-child-form input[type=submit] {
  grid-row-start: 5;
  grid-column: 1/span 2;
}

summary:hover span::after {
  content: "Cliquez sur le titre pour le modifier";
  margin-left: 1rem;
  font-size: 0.8rem;
  color: #43b581;
}

details {
  padding: 1em;
}

details summary {
  cursor: pointer;
  list-style: none;
}

details summary::before {
  content: "+ ";
}

details summary:focus {
  outline: none;
}

details[open] {
  border: 1px solid black;
  display: flex;
}

details[open] summary {
  font-weight: bold;
  margin-bottom: 1em;
  display: inline-block;
}

details[open] summary::before {
  content: "- ";
}

details[open] summary span {
  display: none;
}

details[open] form {
  width: 90%;
  display: inline-block;
  padding-left: 36px;
}

summary::-webkit-details-marker {
  display: none !important;
}

#site-main .field-editor form input[type=submit] {
  background-color: #43b581;
}

.chat-button a:hover {
  color: #333 !important;
}

.text-presentation h4 {
  color: #333;
}

.cms-famille-child header.flexbox {
  margin-bottom: 0;
}
.cms-famille-child .family-homepage-section:last-child {
  padding: 0;
}
.cms-famille-child .family-homepage-section h2 {
  font-size: 1.5rem;
  color: #333;
}

.family-homepage-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.document-role-header {
  font-size: 1.1rem;
}

.file-attachment-list {
  padding-left: 1.5rem;
}
.file-attachment-list h3 {
  margin-bottom: 0;
}
.file-attachment-list details[open] {
  margin: 1.5rem 0;
}

.parent--action {
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 550px) {
  .parent--action {
    flex-direction: column;
  }
}
.parent--action .guidance {
  flex: 1;
  background-color: rgba(90, 125, 124, 0.1);
  font-size: 1.2rem;
}

.actionLink a {
  display: block;
  font-weight: 400;
  background-color: #040461;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.8rem 2rem;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin: 1rem auto;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) z;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.actionLink a:hover {
  background-color: #060692;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.actionLink a:focus {
  background-color: #0909db;
}
.actionLink a::first-letter {
  text-transform: uppercase;
}

.groups h2 {
  font-size: 1.75rem;
  color: #4974a5;
}
.groups h3 {
  font-size: 1.5rem;
}
.groups li {
  list-style-type: square;
}
.groups .guidance {
  background-color: #D2F8F5;
}

.material-icons {
  margin-right: 0.2rem;
}

.ml__1 {
  margin-left: 1rem;
}

.navbar {
  display: flex;
}

body.cms.espace-parents .navbar .actionLink {
  margin-inline: 0 1rem;
}

section.calendar-one-month {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-left: 1px solid #bbf;
  border-top: 1px solid #bbf;
  width: 100%;
  background: white;
}
section.calendar-one-month div.days {
  display: contents;
}
section.calendar-one-month .day {
  padding: 0;
  position: relative;
  border-right: 1px solid #bbf;
  border-bottom: 1px solid #bbf;
  border-radius: 2px;
  margin: 3px;
  min-height: 4rem;
  cursor: pointer;
  background-color: #fdfdfd;
  transition: 300ms;
}
section.calendar-one-month .day .day-date {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 2rem;
  padding: 0 0 1px 3px;
  background: #aae;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 66%;
}
section.calendar-one-month .day.day-name {
  min-height: auto;
}
section.calendar-one-month .day.weekend {
  background-color: #dec;
}
section.calendar-one-month .day.present {
  background-color: #eef;
}
section.calendar-one-month .day.today {
  background-color: #ffc;
  box-shadow: 0 0 12px #886;
  z-index: 2;
}
section.calendar-one-month .day.exmonth {
  border: 1px solid #eee;
  background-color: #ddd;
}
section.calendar-one-month .day.exmonth.weekend {
  background-color: #ded;
}
section.calendar-one-month .day.exmonth .day-date {
  color: #666;
}
section.calendar-one-month .day .event-present {
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 10px;
}
section.calendar-one-month .day .event-list {
  display: none;
}
section.calendar-one-month .day:hover, section.calendar-one-month .day.hover {
  box-shadow: 0 0 12px #886;
  z-index: 3;
}
section.calendar-one-month .day:hover .event-list, section.calendar-one-month .day.hover .event-list {
  display: block;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1000;
  width: auto;
  background: white;
}
section.calendar-one-month .day:hover .event-list table, section.calendar-one-month .day.hover .event-list table {
  width: 600px;
  margin: 5px;
  border: 1px solid #888;
  empty-cells: show;
}
section.calendar-one-month .day:hover .event-list table td, section.calendar-one-month .day.hover .event-list table td {
  border-bottom: 1px solid #888;
}
section.calendar-one-month .day:hover .event-list table tr:last-child td, section.calendar-one-month .day.hover .event-list table tr:last-child td {
  border-bottom: none;
}

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%;
}

.group-event {
  margin-bottom: 1rem;
}
.group-event .comment {
  padding: 1rem 0.8rem 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.group-event h3 {
  margin-bottom: 0;
  padding: 0.2rem 0.2rem 0.2rem 0.8rem;
  border-radius: 0.4rem 0.4rem 0 0;
}
