@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
#admissions-form {
  max-width: 640px;
  margin: 2% auto;
}

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: #ffff00;
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
  left: 0.2rem;
  padding: 1rem;
  text-align: center;
  border: 1rem solid #ccc;
  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 {
  max-height: 100px;
  max-width: 95%;
}

.header-info-container .header-info-inner-container {
  max-width: 100%;
}
.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 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-inline: auto;
  }
}

body, body p, body li, body th, body td {
  color: inherit;
}
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.4em;
  line-height: 2;
}
.guidance h2 {
  font-size: 1.4rem;
}
.guidance h3 {
  font-size: 1.2rem;
}
.guidance.documents-to-upload .hrznav {
  display: none;
}

@media (min-width: 1280px) {
  .cms-accueil .powered-by, .cms-home .powered-by {
    max-width: 1200px;
    margin-inline: auto;
  }
}
#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: 0.5rem;
  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;
}

:root {
  background: #eee;
  font-size: 1rem;
}

body:not(.anon-page) .header-info-container .control-bar-grid {
  align-items: center;
}

.introText {
  text-align: center;
  font-weight: bold;
}

.guidance {
  border-radius: 0.25rem;
  margin: 20px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #FFFFf8;
  font-size: 24px;
  line-height: 2;
}

.parent--action {
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .parent--action {
    flex-direction: column;
  }
}
.parent--action .guidance {
  flex: 1;
  background-color: #c8ecf7;
  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;
  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);
}
.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;
}

body.cms-page-editor .save-button-container {
  border-radius: 0.25rem;
  list-style: none;
}

.dashboard-item .widget-title {
  background-color: #040461;
  color: #feffff;
}

#site-header h1 {
  border-bottom: 1px solid #ddd;
}

h3 {
  color: #000;
  font-weight: 700;
}

.cms-pre-inscription #admissions-form .material-icons {
  margin-right: 0.2rem;
}
.cms-pre-inscription #admissions-form input[type=text], .cms-pre-inscription #admissions-form input[type=password] {
  padding: 0.5rem 0.3rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cms-pre-inscription #admissions-form [type=button], .cms-pre-inscription #admissions-form [type=reset], .cms-pre-inscription #admissions-form [type=submit], .cms-pre-inscription #admissions-form button {
  -webkit-appearance: button;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: capitalize;
}
.cms-pre-inscription #admissions-form form input[type=submit] {
  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;
  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);
}
.cms-pre-inscription #admissions-form form input[type=submit]: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);
}
.cms-pre-inscription #admissions-form form input[type=submit]:focus {
  background-color: #0909db;
}
.cms-pre-inscription #admissions-form select, .cms-pre-inscription #admissions-form [type=file] {
  padding: 0.2rem;
  font-size: 1rem;
}
.cms-pre-inscription #admissions-form .confirmation--container {
  background-color: #fefae0;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.cms-pre-inscription #admissions-form .confirmation--container__item {
  margin: 0.5rem auto;
}

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 {
  padding: 1.5rem 1rem;
}

.family-homepage-section {
  padding: 1.5rem 1rem;
}
.family-homepage-section:nth-child(even) {
  background-color: rgba(90, 125, 124, 0.1);
}
.family-homepage-section h3 {
  margin-bottom: 1rem;
}

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

.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: #f8f8ff;
  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: 250px;
}

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

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

header.child-header {
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
header.child-header.girl {
  background-color: #fde2e4;
}
header.child-header.boy {
  background-color: #bee1e6;
}
header.child-header h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
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;
}

.file-thumb-with-text-link {
  width: 200px;
}
.file-thumb-with-text-link .file-thumb-with-text-link-thumb {
  display: block;
  margin-bottom: 12px;
}
.file-thumb-with-text-link .file-thumb-with-text-link-text {
  width: 100%;
  text-align: center;
}
