@charset "UTF-8";
.article-summary-list {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  margin-bottom: 2rem;
}

.article-summary-title {
  font-weight: bold;
}

.article-summary-item {
  border: 1px solid #9AB930;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
}

.article-summary-photo img {
  max-width: 9rem;
  max-height: 9rem;
}

.article-summary-text {
  font-size: 90%;
  text-align: left;
}

.article-summary-date {
  margin-bottom: 1rem;
  padding: 0.5rem;
  opacity: 0.6;
  border: 1px solid #9AB930;
  border-right-color: transparent;
  border-left-color: transparent;
}
.article-summary-date.important {
  border: 1px solid #ccf;
  background: #ffc;
  text-align: center;
}
.article-summary-date .icon-image {
  vertical-align: sub;
}

.article-summary-link,
#go-back {
  margin: auto;
  color: #fff !important;
  background: #B50;
  padding: 1rem 2rem;
  margin-bottom: inherit;
}

#go-back {
  font-size: 1rem;
  width: max-content;
  cursor: pointer;
}

#nav_sidebar .sidebar_panel {
  background: #F8F8F0;
  border: 1px solid #F8F8F8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

body.cms.v13 #content a.link-to-this-page {
  font-weight: bold;
  margin-left: -14px;
}
body.cms.v13 #content a.link-to-this-page:before {
  content: "➔";
}
body.cms.v13 #navigation2 {
  background: #FCFCFC;
}
@media screen and (max-width: 990px) {
  body.cms.v13 #navigation2 nav {
    display: none;
  }
}
body.cms.v13 .mobileNav {
  display: block;
  padding: 22px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 990px) {
  body.cms.v13 .mobileNav {
    display: none;
  }
}
body.cms.v13 .site-primary-navigation {
  width: 922px;
  margin: 0 auto;
}
body.cms.v13 .site-primary-navigation .nav1-label {
  color: #FAFAF1;
}
body.cms.v13 .site-secondary-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .site-secondary-navigation {
    width: 100%;
    height: 100%;
  }
}
body.cms.v13 .site-secondary-navigation .nav2 {
  position: relative;
  flex: 1 1 auto;
  margin: 0 0.4rem;
}
body.cms.v13 .site-secondary-navigation .nav2 .download-circle-outline-icon {
  float: left;
  padding: 0.5rem 0.3rem 0 0;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .site-secondary-navigation .nav2 {
    float: none;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 990px) {
  body.cms.v13 .site-secondary-navigation #nav2-clubs.nav2,
body.cms.v13 .site-secondary-navigation #nav2-offres-emploi.nav2,
body.cms.v13 .site-secondary-navigation #nav2-ecole.nav2 {
    width: 100%;
  }
}
body.cms.v13 .site-secondary-navigation .nav2-label {
  font-size: 15px;
  letter-spacing: 1px;
  color: black;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .site-secondary-navigation .nav2-label {
    font-size: 1rem;
    padding: 25px;
    line-height: inherit;
  }
}
body.cms.v13 .site-secondary-navigation .nav2-label a {
  display: block;
  padding: 0.5rem 0.25rem !important;
}
body.cms.v13 .site-secondary-navigation #nav2-registrations.nav2 {
  width: 144px;
  padding-top: 9px;
  height: 23px;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .site-secondary-navigation #nav2-registrations.nav2 {
    width: 100%;
    font-size: 1rem;
    height: 100%;
  }
}
body.cms.v13 .site-secondary-navigation #nav2-registrations.nav2 .nav2-label {
  font-weight: bold;
}
body.cms.v13 .site-secondary-navigation #nav2-registrations.nav2 .nav2-label a {
  text-align: center;
  color: #789125;
  font-size: 18px;
  text-decoration: underline;
}
body.cms.v13 .site-secondary-navigation .nav2-inner-menu {
  display: none;
  width: 100%;
}
body.cms.v13 .site-secondary-navigation .nav2-inner-menu p, body.cms.v13 .site-secondary-navigation .nav2-inner-menu a, body.cms.v13 .site-secondary-navigation .nav2-inner-menu strong {
  font-size: 14px;
}
body.cms.v13 .site-secondary-navigation .nav2-inner-menu .inner-menu-column {
  float: left;
  width: 180px;
}
body.cms.v13 .site-secondary-navigation .nav2.inner-col3 .nav2-inner-menu {
  width: 540px;
}
body.cms.v13 .site-secondary-navigation .nav2.inner-col2 .nav2-inner-menu {
  width: 360px;
}
body.cms.v13 .site-secondary-navigation #nav2-presse .nav2-inner-menu {
  left: auto;
  right: 0px;
}
body.cms.v13 .site-secondary-navigation .nav2:hover, body.cms.v13 .site-secondary-navigation .nav2-label.activated, body.cms.v13 .site-secondary-navigation #nav2-registrations:hover {
  background: #B2C73E;
}
body.cms.v13 .site-secondary-navigation .nav2:hover .nav2-label, body.cms.v13 .site-secondary-navigation .nav2:hover .nav2-label a, body.cms.v13 .site-secondary-navigation .nav2-label.activated .nav2-label, body.cms.v13 .site-secondary-navigation .nav2-label.activated .nav2-label a, body.cms.v13 .site-secondary-navigation #nav2-registrations:hover .nav2-label, body.cms.v13 .site-secondary-navigation #nav2-registrations:hover .nav2-label a {
  color: black;
  text-shadow: 1px 1px 0px #ccc;
}
@media screen and (min-width: 990px) {
  body.cms.v13 .site-secondary-navigation .nav2:hover .nav2-inner-menu, body.cms.v13 .site-secondary-navigation .nav2-label.activated .nav2-inner-menu, body.cms.v13 .site-secondary-navigation #nav2-registrations:hover .nav2-inner-menu {
    display: block;
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 1000;
    padding: 12px;
    background: #EFE8C8;
  }
  body.cms.v13 .site-secondary-navigation .nav2:hover .nav2-inner-menu:after, body.cms.v13 .site-secondary-navigation .nav2-label.activated .nav2-inner-menu:after, body.cms.v13 .site-secondary-navigation #nav2-registrations:hover .nav2-inner-menu:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
}
body.cms.v13 .header-navigation .site-navigation li {
  color: #BB5500;
}
body.cms.v13 .header-navigation .site-navigation ul {
  margin: 0;
}
body.cms.v13 .header-navigation .site-navigation ul li.nl1 {
  position: relative;
  float: left;
  width: 126px;
  margin: 1px;
  border: 1px solid #999;
  padding: 2px 8px;
}
body.cms.v13 .header-navigation .site-navigation li.nl1 ul {
  display: none;
  padding: 6px;
  background: #ffffe4;
}
body.cms.v13 .header-navigation .site-navigation li.nl1:hover ul {
  display: block;
  z-index: 1;
  position: absolute;
  top: 11px;
  left: 11px;
  border: 1px solid #999;
}
body.cms.v13 .header-navigation .site-navigation .nl1 li.nl2 ul {
  display: none;
  padding: 6px;
  background: #ffffcf;
}
body.cms.v13 .header-navigation .site-navigation li.nl2:hover ul {
  display: block;
  z-index: 2;
  position: absolute;
  top: 11px;
  left: 11px;
  border: 1px solid #999;
}
body.cms.v13 .header-navigation .site-navigation li.nl2, body.cms.v13 .header-navigation .site-navigation li.nl3 {
  position: relative;
  display: block;
  float: none;
  width: 240px;
}
body.cms.v13 .main-text-content .nav-interne, body.cms.v13 .nav-interne {
  margin-top: 24px;
}
body.cms.v13 .main-text-content .nav-interne a, body.cms.v13 .nav-interne a {
  color: #888;
  font-weight: normal;
  font-size: 80%;
}

.header-info-container .header-info-inner-container {
  max-width: 100%;
}
.header-info-container .header-info, .header-info-container .control-bar-grid {
  background: white;
}
.header-info-container .custom-header-links {
  line-height: 3;
}
.header-info-container .control-bar-grid {
  place-items: center;
  padding: 0.2rem;
}
.header-info-container .control-bar-grid .header_search_form form {
  margin: 0;
  padding: 0;
}

.v13 #control-bar .header-info, .v13 #control-bar .control-bar-grid {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
.v13 #header-top {
  background-color: #9AB930;
}
.v13 #header-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  justify-content: space-around;
  flex-wrap: wrap;
}
.v13 #header-top ul li {
  margin: 0.2em;
  padding: 0;
  flex: 0 1;
}
.v13 #header-top ul a {
  color: white;
}
.v13 #header {
  padding: 6px;
  background-color: #efe7c0;
  text-align: center;
}
.v13 #header h1 {
  margin: 0;
}
.v13 #header img {
  max-width: 100%;
}

.custom-header {
  padding-top: 28px;
}
.custom-header h1.title a img {
  vertical-align: bottom;
}
.custom-header h2.subtitle {
  line-height: 1;
  font-size: 28px;
  color: #81a532;
}

[class*=cms-menu-top-nav1-] {
  display: flex;
}
[class*=cms-menu-top-nav1-] .cms-menu-item--admin-menu {
  position: relative;
}
[class*=cms-menu-top-nav1-] .cms-menu-item--admin-menu .icon-image {
  filter: invert(1);
}
[class*=cms-menu-top-nav1-] .nav-admin a {
  color: #000 !important;
}

.header-info-container {
  max-width: 100%;
  box-shadow: 0 8px 10px -9px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.01), 0 5px 5px -3px rgba(0, 0, 0, 0.05);
}
.header-info-container .header-info, .header-info-container .control-bar-grid {
  background: white;
}
.header-info-container .header_search_form {
  font-size: 1.5rem;
  margin: 0;
}
.header-info-container .header_search_form form {
  display: flex;
  padding: 0 1rem;
}
.header-info-container .header_search_form form button {
  flex: 0;
  line-height: 1;
  height: 2rem;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border: 1px solid #dddddd;
  border-left: none;
}
.header-info-container .header_search_form form input[type=search] {
  flex: 1;
  width: auto;
  max-width: 40rem;
  margin: 0 !important;
  height: 2rem;
  border-radius: 0.25rem 0 0 0.25rem !important;
  font-size: 1.2rem;
  color: #333;
  appearance: auto;
  border: 1px solid #dddddd;
}

body {
  min-width: 98%;
}

.html-admin-user-page {
  background-color: #ededed;
}
.html-admin-user-page body.full-width-page {
  margin: inherit auto;
}
.html-admin-user-page body.cms.v13 {
  background-color: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  border-color: #ccc;
}

body.cms.v13 {
  background: none;
}
@media screen and (max-width: 990px) {
  body.cms.v13 * {
    margin: 0;
    padding: 0;
  }
}
body.cms.v13.full-article .content-with-index .main-text-content {
  float: none;
  width: 90%;
}

body.cms.v13,
body.cms.v13 .container {
  max-width: 990px;
  width: 100%;
  border: 0;
}
body.cms.v13, body.cms.v13 p, body.cms.v13 td, body.cms.v13 th, body.cms.v13 li, body.cms.v13 h1, body.cms.v13 h2, body.cms.v13 h3, body.cms.v13 h4, body.cms.v13 h5, body.cms.v13 h6, body.cms.v13 a,
body.cms.v13 .container,
body.cms.v13 .container p,
body.cms.v13 .container td,
body.cms.v13 .container th,
body.cms.v13 .container li,
body.cms.v13 .container h1,
body.cms.v13 .container h2,
body.cms.v13 .container h3,
body.cms.v13 .container h4,
body.cms.v13 .container h5,
body.cms.v13 .container h6,
body.cms.v13 .container a {
  font-family: "Trebuchet MS", sans-serif;
  color: black;
}
body.cms.v13 h2,
body.cms.v13 .container h2 {
  font-size: 1.4em;
}
body.cms.v13 h3,
body.cms.v13 .container h3 {
  font-size: 1.2em;
}
body.cms.v13 a.registration-link-button,
body.cms.v13 .container a.registration-link-button {
  width: 90%;
  margin-bottom: 24px;
  border: 1px solid #ccc;
  background: #fee;
  padding: 6px;
  display: block;
  text-align: center;
  box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  font-size: 150%;
}
body.cms.v13 .content-with-backdrop,
body.cms.v13 .container .content-with-backdrop {
  position: relative;
}
body.cms.v13 .content-with-backdrop .in-front,
body.cms.v13 .container .content-with-backdrop .in-front {
  position: relative;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-backdrop .in-front,
body.cms.v13 .container .content-with-backdrop .in-front {
    margin: 0.5em;
  }
}
body.cms.v13 .content-with-backdrop .backdrop,
body.cms.v13 .container .content-with-backdrop .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background: #DDE6A7;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-backdrop .backdrop,
body.cms.v13 .container .content-with-backdrop .backdrop {
    display: none;
  }
}
body.cms.v13 .content-with-index a, body.cms.v13 .content-with-index .clickable,
body.cms.v13 .main-text-content a,
body.cms.v13 .main-text-content .clickable,
body.cms.v13 .quicklink a,
body.cms.v13 .quicklink .clickable,
body.cms.v13 .container .content-with-index a,
body.cms.v13 .container .content-with-index .clickable,
body.cms.v13 .container .main-text-content a,
body.cms.v13 .container .main-text-content .clickable,
body.cms.v13 .container .quicklink a,
body.cms.v13 .container .quicklink .clickable {
  font-weight: bold;
  font-style: italic;
  color: #B50;
}
body.cms.v13 .content-with-index,
body.cms.v13 .container .content-with-index {
  display: block;
  width: 900px;
  margin: 0 auto 24px;
  padding-top: 24px;
  background: white;
}
body.cms.v13 .content-with-index:after,
body.cms.v13 .container .content-with-index:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-index,
body.cms.v13 .container .content-with-index {
    display: flex;
    margin: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
body.cms.v13 .content-with-index .main-text-content,
body.cms.v13 .container .content-with-index .main-text-content {
  width: 600px;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-index .main-text-content,
body.cms.v13 .container .content-with-index .main-text-content {
    line-height: 1.7;
    padding: 0;
    width: 100%;
  }
  body.cms.v13 .content-with-index .main-text-content img,
body.cms.v13 .container .content-with-index .main-text-content img {
    max-width: 100% !important;
  }
}
body.cms.v13 .content-with-index .main-text-content-wide,
body.cms.v13 .container .content-with-index .main-text-content-wide {
  padding: 50px 3em;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-index .main-text-content-wide,
body.cms.v13 .container .content-with-index .main-text-content-wide {
    padding: 0;
  }
}
body.cms.v13 .content-with-index .main-text-content,
body.cms.v13 .content-with-index .main-text-content-wide,
body.cms.v13 .container .content-with-index .main-text-content,
body.cms.v13 .container .content-with-index .main-text-content-wide {
  float: left;
  min-height: 540px;
  padding: 0px 24px;
}
body.cms.v13 .content-with-index .main-text-content .highlight-bg,
body.cms.v13 .content-with-index .main-text-content-wide .highlight-bg,
body.cms.v13 .container .content-with-index .main-text-content .highlight-bg,
body.cms.v13 .container .content-with-index .main-text-content-wide .highlight-bg {
  background: #FFFFA0;
}
body.cms.v13 .content-with-index .main-text-content, body.cms.v13 .content-with-index .main-text-content p, body.cms.v13 .content-with-index .main-text-content li,
body.cms.v13 .content-with-index .main-text-content-wide,
body.cms.v13 .content-with-index .main-text-content-wide p,
body.cms.v13 .content-with-index .main-text-content-wide li,
body.cms.v13 .container .content-with-index .main-text-content,
body.cms.v13 .container .content-with-index .main-text-content p,
body.cms.v13 .container .content-with-index .main-text-content li,
body.cms.v13 .container .content-with-index .main-text-content-wide,
body.cms.v13 .container .content-with-index .main-text-content-wide p,
body.cms.v13 .container .content-with-index .main-text-content-wide li {
  font-size: 16px;
  margin: 0.75em auto;
}
body.cms.v13 .content-with-index .main-text-content.full-width,
body.cms.v13 .content-with-index .main-text-content-wide.full-width,
body.cms.v13 .container .content-with-index .main-text-content.full-width,
body.cms.v13 .container .content-with-index .main-text-content-wide.full-width {
  width: auto;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-index .main-text-content,
body.cms.v13 .content-with-index .main-text-content-wide,
body.cms.v13 .container .content-with-index .main-text-content,
body.cms.v13 .container .content-with-index .main-text-content-wide {
    padding: 0;
    float: none;
    flex: 1;
  }
}
body.cms.v13 .content-with-index .navigation-droite,
body.cms.v13 .container .content-with-index .navigation-droite {
  float: right;
  width: 262px;
  border-left: 1px solid #28280C;
  padding: 50px 18px;
}
body.cms.v13 .content-with-index .navigation-droite h4,
body.cms.v13 .container .content-with-index .navigation-droite h4 {
  font-size: 18px;
}
body.cms.v13 .content-with-index .navigation-droite, body.cms.v13 .content-with-index .navigation-droite p, body.cms.v13 .content-with-index .navigation-droite a,
body.cms.v13 .container .content-with-index .navigation-droite,
body.cms.v13 .container .content-with-index .navigation-droite p,
body.cms.v13 .container .content-with-index .navigation-droite a {
  font-size: 14px;
}
body.cms.v13 .content-with-index .navigation-droite a.registration-link-button,
body.cms.v13 .container .content-with-index .navigation-droite a.registration-link-button {
  color: #88f;
}
body.cms.v13 .content-with-index .navigation-droite .partner-link img,
body.cms.v13 .container .content-with-index .navigation-droite .partner-link img {
  margin-bottom: 24px;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-index .navigation-droite,
body.cms.v13 .container .content-with-index .navigation-droite {
    float: none;
    width: 100%;
    padding: 0;
    flex: 1;
    border-left: 0;
    background-color: #fcf4e8;
  }
  body.cms.v13 .content-with-index .navigation-droite .inner-menu-column,
body.cms.v13 .container .content-with-index .navigation-droite .inner-menu-column {
    padding: 0.5em;
  }
  body.cms.v13 .content-with-index .navigation-droite a,
body.cms.v13 .container .content-with-index .navigation-droite a {
    margin-left: 0.5em;
  }
  body.cms.v13 .content-with-index .navigation-droite a.link-to-this-page,
body.cms.v13 .container .content-with-index .navigation-droite a.link-to-this-page {
    margin-left: 0.5em !important;
  }
}
body.cms.v13 p img.right.top-right, body.cms.v13 p img.left.top-left,
body.cms.v13 .container p img.right.top-right,
body.cms.v13 .container p img.left.top-left {
  margin-top: 0;
}

body.cms.v13 #content .popupable {
  width: 768px;
  border: none;
  background: #e5e9b2;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 3px 3px 5px #444;
  -webkit-box-shadow: 3px 3px 5px #444;
  -moz-box-shadow: 3px 3px 5px #444;
}
@media screen and (max-width: 990px) {
  body.cms.v13 #content .popupable {
    width: 100%;
  }
}
body.cms.v13 #content .popupable .right.close_button {
  position: absolute;
  top: 20px;
  right: 20px;
}
body.cms.v13 #content .popupable .popup_panel {
  padding: 36px;
  height: 560px;
  overflow-y: auto;
}
body.cms.v13 #content .popupable p, body.cms.v13 #content .popupable li, body.cms.v13 #content .popupable h3 {
  font-family: Arial, sans-serif;
  text-align: left;
}
body.cms.v13 #content .popupable p, body.cms.v13 #content .popupable li {
  font-size: 18px;
  letter-spacing: 1;
}
body.cms.v13 #content .popupable p {
  margin-bottom: 16px;
}
body.cms.v13 #content .popupable h3 {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 24px;
  background: none;
}

body.cms p.admin {
  background: #eee;
  color: #888;
  padding: 0.2em 1em;
}
body.cms p.admin a, body.cms p.admin .clickable {
  color: #88a;
  text-decoration: underline;
}

.underconstruction {
  height: 200px;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
.underconstruction img.left, .underconstruction img.right {
  margin: 0;
}

.save-button-container {
  list-style: none;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #084298 !important;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.admin-only {
  margin: 1rem auto;
  padding: 0.5rem;
}
.admin-only input[type=text] {
  padding: 0.5rem 0.3rem;
}
.admin-only input[type=file] {
  font-size: 1rem;
}
.admin-only #formulaire_nouvel_article {
  padding: 0.5rem 1rem;
}
.admin-only #formulaire_nouvel_article input[type=submit] {
  display: block;
  margin: 1rem auto;
  padding: 0.75rem;
  color: white;
  background-color: #B50;
}

.page-management {
  background-color: #E6E6E6;
  padding-top: 0.5rem;
}
.page-management a {
  margin: 0.75rem;
}

.social-media {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.social-media li {
  margin-right: 0.5rem;
}
.social-media li:last-child {
  margin-left: auto;
}
.social-media .icon-image {
  width: 2.25rem;
  height: 2.25rem;
}

.homepage-slideshow {
  position: relative;
  background: #DFE4A7;
  padding: 36px 0;
}
@media screen and (max-width: 990px) {
  .homepage-slideshow {
    background: #fff;
  }
}
.homepage-slideshow .anythingSlider {
  display: block;
  overflow: visible !important;
  position: relative;
}
.homepage-slideshow .anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 877px;
  height: 357px;
}
.homepage-slideshow .anythingSlider .anythingBase {
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.homepage-slideshow .anythingSlider .panel {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .homepage-slideshow .anythingSlider .panel {
    float: none;
  }
}
.homepage-slideshow .anythingSlider .vertical .panel {
  float: none;
}
.homepage-slideshow .anythingSlider .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.homepage-slideshow .anythingSlider .fade .activePage {
  z-index: 1;
}
.homepage-slideshow .slideshow-container {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  box-shadow: 3px 3px 5px #444;
  -webkit-box-shadow: 3px 3px 5px #444;
  -moz-box-shadow: 3px 3px 5px #444;
}
@media all and (min-width: 990px) {
  .homepage-slideshow .slideshow-container {
    width: 877px;
    height: 357px;
  }
}
.homepage-slideshow .arrow-back, .homepage-slideshow .arrow-forward {
  position: absolute;
  top: 174px;
  top: 200px;
  width: 39px;
  height: 37px;
  cursor: pointer;
}
@media all and (max-width: 990px) {
  .homepage-slideshow .arrow-back, .homepage-slideshow .arrow-forward {
    display: none;
  }
}
.homepage-slideshow .arrow-back a span, .homepage-slideshow .arrow-forward a span {
  display: none;
}
.homepage-slideshow .arrow-back {
  left: 12px;
  background: url("/file/slideshow/back-a.png") no-repeat;
}
.homepage-slideshow .arrow-forward {
  right: 12px;
  background: url("/file/slideshow/forward-a.png") no-repeat;
}

.cms.v13 .slideshow {
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.cms.v13 .slideshow .slide {
  width: 877px;
  height: 357px;
  background: #ECB861;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide {
    width: 100%;
    height: 100%;
    margin: 1rem auto;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
  }
}
.cms.v13 .slideshow .slide-with-image-left.medium-wide-image img {
  width: 353px;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide-with-image-left.medium-wide-image img {
    width: 100%;
    height: auto;
  }
}
.cms.v13 .slideshow .slide-with-image-left.medium-wide-image .slide-text {
  width: 500px;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide-with-image-left.medium-wide-image .slide-text {
    width: 100%;
    height: auto;
  }
}
.cms.v13 .slideshow .slide-with-image-left.extra-wide-image img {
  width: 380px;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide-with-image-left.extra-wide-image img {
    width: 100%;
    height: auto;
  }
}
.cms.v13 .slideshow .slide-with-image-left.extra-wide-image .slide-text {
  width: 473px;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide-with-image-left.extra-wide-image .slide-text {
    width: 100%;
    height: auto;
  }
}
.cms.v13 .slideshow .slide-with-image-left.enfants-changent-slide img {
  width: 356px;
}
.cms.v13 .slideshow .slide-with-image-left.enfants-changent-slide .slide-text {
  width: 497px;
}
.cms.v13 .slideshow .slide-with-image-left.ecocitoyenne-slide img {
  width: 388px;
}
.cms.v13 .slideshow .slide-with-image-left.ecocitoyenne-slide .slide-text {
  width: 465px;
}
.cms.v13 .slideshow .slide-with-image-left.ghandi-slide img {
  width: 378px;
}
.cms.v13 .slideshow .slide-with-image-left.ghandi-slide .slide-text {
  width: 475px;
}
.cms.v13 .slideshow .slide-with-image-left.coeducation-slide img {
  width: 384px;
}
.cms.v13 .slideshow .slide-with-image-left.coeducation-slide .slide-text {
  width: 468px;
}
.cms.v13 .slideshow .slide-with-image-left img {
  float: left;
  height: 357px;
  width: 286px;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide-with-image-left img {
    float: none;
    display: block;
    margin: auto;
  }
}
.cms.v13 .slideshow .slide-text {
  float: left;
  width: 567px;
  padding: 24px 12px;
}
@media screen and (max-width: 990px) {
  .cms.v13 .slideshow .slide-text {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.cms.v13 .slideshow .slide-text h2, .cms.v13 .slideshow .slide-text p {
  font-family: "Gill sans", Verdana, Arial, Helvetica, sans-serif;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
}
.cms.v13 .slideshow .slide-text h2 {
  font-size: 34px;
  line-height: 1;
  margin: 0;
}
.cms.v13 .slideshow .slide-text h2.bottom {
  margin-bottom: 24px;
}
.cms.v13 .slideshow .slide-text p {
  font-size: 20px;
  line-height: 1.5;
}

.cms.v13 input[type=submit], .cms.v13 .tinyform button, .cms.v13 .tinyform .icon_button {
  background: #E0F0D0;
  color: #444;
}

.quicklinks {
  padding: 24px 31px;
  background: #F4F1E0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  .quicklinks {
    padding: 0;
    text-align: center;
  }
}

body.cms.v13 #content .quicklink .popup_panel {
  height: auto;
  min-height: 260px;
  max-height: 560px;
}

.quicklink {
  width: 161px;
  margin: 24px 35px;
}
@media screen and (max-width: 990px) {
  .quicklink {
    width: 100%;
    margin: 0;
  }
}
.quicklink .popup_trigger {
  cursor: pointer;
}
.quicklink .quicklink-content {
  height: 64px;
  margin-top: 18px;
  border-left: 6px solid #89B33C;
  padding-left: 6px;
}
.quicklink .quicklink-content h4, .quicklink .quicklink-content p {
  font-family: Gill sans, Verdana, Arial, sans-serif;
}
.quicklink .quicklink-content h4 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
}
.quicklink .quicklink-content p {
  font-size: 12px;
}
@media screen and (max-width: 990px) {
  .quicklink .quicklink-content {
    min-height: 64px;
    height: 100%;
  }
}

.homepage-bottom {
  padding: 0 68px 68px 68px;
  background: #F4F1E0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 35em) {
  .homepage-bottom {
    flex-direction: column;
  }
}
.homepage-bottom .homepage-login-form {
  order: 1;
}
@media screen and (max-width: 35em) {
  .homepage-bottom .homepage-login-form {
    margin-bottom: 1rem !important;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .homepage-bottom .homepage-login-form {
    float: none;
  }
}
.homepage-bottom .homepage-login-form .login-status {
  display: flex;
  align-items: center;
}
.homepage-bottom .homepage-login-form .login-status .icon-image {
  margin-right: 0.25rem;
}
.homepage-bottom .homepage-login-form .login-status .login-info, .homepage-bottom .homepage-login-form .login-status .submit_button {
  display: inline;
}
.homepage-bottom .homepage-login-form .login-status .submit_button {
  position: relative;
  top: 3px;
}
.homepage-bottom .homepage-login-form label.input-label, .homepage-bottom .homepage-login-form p.desc, .homepage-bottom .homepage-login-form .error_container {
  display: none;
}
.homepage-bottom .homepage-login-form input[type=text], .homepage-bottom .homepage-login-form input[type=password] {
  width: 100px;
}
.homepage-bottom .homepage-newsletter-form {
  order: 2;
}
@media screen and (max-width: 990px) {
  .homepage-bottom .homepage-newsletter-form {
    float: none;
    padding-top: 1rem;
  }
}

.homepage-login-form, .homepage-newsletter-form {
  width: 400px;
  padding: 8px 4px 4px 8px;
  font-size: 12px;
  background: #A3BD3B;
}
@media screen and (max-width: 990px) {
  .homepage-login-form, .homepage-newsletter-form {
    width: 100%;
    padding: 0;
  }
}
.homepage-login-form form, .homepage-login-form ul, .homepage-login-form li, .homepage-login-form .form-section, .homepage-login-form input[type=text], .homepage-login-form .roof-box, .homepage-newsletter-form form, .homepage-newsletter-form ul, .homepage-newsletter-form li, .homepage-newsletter-form .form-section, .homepage-newsletter-form input[type=text], .homepage-newsletter-form .roof-box {
  display: inline;
}

.homepage-newsletter-form .roof-box {
  border: none;
}
.homepage-newsletter-form .self-signup-form .panel {
  margin-block: 1rem;
}
.homepage-newsletter-form .self-signup-form h3, .homepage-newsletter-form .self-signup-form label.input-label {
  display: none;
}
.homepage-newsletter-form .self-signup-form li {
  list-style-type: none;
  margin-top: 0.8em;
}
.homepage-newsletter-form .self-signup-form .roof-box {
  text-align: center;
}
.homepage-newsletter-form .self-signup-form .roof-box input[type=submit] {
  margin: 1rem 0;
  padding-block: 0.5rem;
}

.contact-email input[type=text] {
  width: 300px;
}

.team-member-item {
  margin-bottom: 18px;
  text-align: justify;
}
.team-member-item .right img {
  margin-left: 18px;
}
.team-member-item p, .team-member-item .pc, .team-member-item .pc p {
  display: inline;
}

.team-group {
  display: block;
  margin-bottom: 24px;
}
.team-group:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.cms.v13 .main-text-content .team-member-inline {
  float: left;
  width: 168px;
  height: 280px;
  margin: 6px;
  border: 1px solid #ccc;
  border: none;
  padding: 6px 1px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.5);
}
.cms.v13 .main-text-content .team-member-inline:hover {
  background-color: rgba(220, 220, 200, 0.5);
}
.cms.v13 .main-text-content .team-member-inline h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.cms.v13 .main-text-content .team-member-inline h4 a {
  font-style: normal;
}
.cms.v13 .main-text-content .team-member-inline h5 {
  font-size: 14px;
}
.cms.v13 .main-text-content .team-member-inline img {
  margin-bottom: 12px;
  width: 95%;
}
.cms.v13 .main-text-content .team-member-inline .team-member-photo {
  display: block;
  max-height: 176px;
  overflow: hidden;
}

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

.revue-de-presse-catalogue {
  display: block;
  margin-bottom: 24px;
}
.revue-de-presse-catalogue:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.revue-de-presse-catalogue .file-plain-with-link {
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
}

.brochure-formation-item .name {
  display: block;
}

body.cms.v13 ::-webkit-scrollbar, body.cms.v13 .container ::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  border: none;
  padding: 3px;
  background-color: #e5eab2;
}
body.cms.v13 ::-webkit-scrollbar-thumb, body.cms.v13 .container ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #f8f8f8;
  margin: 0 3px;
  border: 1px solid #eee;
}
body.cms.v13 ::-webkit-scrollbar-thumb:hover, body.cms.v13 .container ::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
  border: 1px solid #888;
}
body.cms.v13 ::-webkit-scrollbar-thumb:active, body.cms.v13 .container ::-webkit-scrollbar-thumb:active {
  background-color: #fff;
  border: 1px solid #fff;
}

.admissions-form-container {
  position: relative;
  width: 640px;
  margin: 48px auto;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 6px;
  background: white;
}

#admissions-form {
  border: 1px solid #ddd;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 12px;
}

body.cms.v13 .content-with-index .main-text-content table td.dates, body.cms.v13 .content-with-index .main-text-content table td.name, body.cms.v13 .content-with-index .main-text-content table td.description p {
  font-size: 14px;
}
body.cms.v13 .content-with-index .main-text-content table td.dates {
  white-space: nowrap;
}
body.cms.v13 .content-with-index .main-text-content table td.name {
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  body.cms.v13 .content-with-index .main-text-content iframe {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

.cms .signup-form-box {
  width: 80%;
  margin: 1em auto;
  border: 1px solid #ccc;
  padding: 2em;
}

body.cms.v13 .group-membership-options-show {
  margin: 6px;
  border: 1px solid #888;
  @incude shadow;
  padding: 6px;
  background: #F4F4EC;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
body.cms.v13 .group-membership-options-show a {
  color: #57681B;
}
body.cms.v13 .group-membership-options-show .radio_container label {
  font-weight: bold;
}

table.club-tarifs th.club-age {
  background: #ccc;
  font-size: 14px;
  text-align: center;
}

.membership-options-form form ul {
  margin-left: 1rem;
}

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

.top-menu {
  backface-visibility: none;
  -webkit-transform: none;
  transform: none;
}

.main-text-content input[type=text] {
  font-size: inherit;
  padding: 0.5rem 0.2rem;
}
.main-text-content input[type=submit] {
  -webkit-appearance: none;
  margin: 1rem auto;
  padding: 0.75rem;
}

.site-secondary-navigation ul, .site-secondary-navigation li ul {
  margin: 0;
  padding: 0;
}
.site-secondary-navigation li {
  padding: 0.1rem;
  font-size: 0.875rem;
}
.site-secondary-navigation .inner-col2 .nav2-inner-menu {
  max-widt: 30rem;
}

.cms-menu-item, .cms-menu-item--admin-menu {
  list-style: none;
}

.cms-menu-etablissements-vf,
.cms-menu-pedagogie-vf,
.cms-menu-resources-vf,
.cms-menu-school,
.cms-menu-pedagogy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.25rem;
  row-gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.cms-menu .cms-menu-item--admin-menu {
  position: relative;
}

.cms-menu .cms-menu-item--admin-menu:hover .nav-admin {
  left: 15px;
}

#footer {
  border-top: solid 0.1rem #ddd;
  padding-top: 1.45rem;
  display: flex;
  align-items: center;
}
#footer .right {
  margin-left: auto;
}

@media (min-width: 1000px) {
  .header-info-container .control-bar-grid {
    grid-template-areas: "logo menu search extra login lang";
    grid-template-columns: 0fr 0fr 2fr 0fr 0fr 0fr;
  }
}
@media (max-width: 1000px) {
  .header-info-container .control-bar-grid {
    grid-template-areas: "logo menu extra login lang" "search search search search";
    grid-template-columns: 0fr 2fr 0fr 0fr 0fr;
  }
}
.header-info-container .control-bar-grid .control-bar-extra {
  grid-area: extra;
  white-space: nowrap;
}

.v13 #header h1.logo-wrapper {
  max-width: 515px;
  margin: 1.5rem auto;
}

.img__full-width {
  width: 100%;
}
.img__full-width:hover {
  transform: scale(2);
  box-shadow: 0px 0px 4px 2px #ccc;
}

.popupable h4.popup__header {
  background-color: #9AB930;
  color: #fff !important;
}

body.cms.v13 #admissions-form h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 0.625rem;
}

.portal {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}
.portal .control-bar-grid {
  grid-template-columns: 0fr 1fr 0fr 0fr 0fr 0fr;
  padding: 0;
}
.portal .control-bar-grid .header-parents-menu {
  grid-area: menu;
}
.portal .control-bar-grid .header-parents-menu a, .portal .control-bar-grid .header-parents-menu label {
  font-weight: 600;
}
.portal .control-bar-grid .header-parents-menu a:hover, .portal .control-bar-grid .header-parents-menu label:hover {
  color: oklch(0.733 0.1383 72.69);
}
.portal .control-bar-grid .header-parents-menu .official_website a {
  color: oklch(0 0 0/98.04%);
  position: relative;
  z-index: 999;
}
.portal .control-bar-grid a {
  text-decoration: none;
  color: oklch(0 0 0/98.04%);
}
.portal [class*=cms-menu-nav] {
  display: inline-block;
}
.portal [class*=cms-menu-nav] > li {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.portal [class*=cms-menu-nav] .tarifs {
  position: relative;
  cursor: pointer;
}
.portal [class*=cms-menu-nav] .tarifs::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/file/portail/chevron-down.png");
  display: inline-block;
  background-size: contain;
  vertical-align: bottom;
}
.portal [class*=cms-menu-nav] .tarifs label {
  cursor: pointer;
}
.portal [class*=cms-menu-nav] .tarifs > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  width: max-content;
  background-color: #fff;
}
.portal [class*=cms-menu-nav] .tarifs:hover {
  outline: 1px solid oklch(0.6764 0 0);
  outline-bottom-color: #fff;
  cursor: pointer;
}
.portal [class*=cms-menu-nav] .tarifs:hover ul {
  display: block;
  outline: 1px solid oklch(0.6764 0 0);
}
.portal .official_website {
  background-color: oklch(0.8633 0.1589 93.6);
  border-radius: 0.25rem;
  margin-left: 2rem;
  transition: all 0.3s linear 0s;
  position: relative;
}
.portal .official_website::before {
  content: "";
  display: inline !important;
  height: auto;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}
.portal .official_website:hover::before {
  opacity: 1;
  z-index: 0;
}
.portal .official_website::after {
  content: "";
  display: inline !important;
  height: auto;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 0;
  background-image: linear-gradient(109deg, oklch(0.8633 0.1589 93.6) 0%, oklch(0.733 0.1383 72.69) 100%);
  backface-visibility: hidden;
}
.portal .official_website:hover::after {
  opacity: 1;
  z-index: 0;
}
.portal .logo__link {
  grid-area: logo;
  width: 300px;
}
.portal .control-bar-grid {
  container-name: control-bar-container;
  container-type: inline-size;
}
@container control-bar-container (min-width: 500px) {
  .portal .child {
    display: block;
  }
}
.portal .login-status a {
  border: 1px solid oklch(0.8633 0.1589 93.6);
}
.portal .login-status a:hover {
  border: 1px solid oklch(0.6764 0 0);
}
.portal footer.portal__footer {
  max-width: revert;
  border-block-start: 1px solid oklch(0.8452 0 0);
  margin: 2rem !important;
  padding-block-start: 2rem;
}

.livingschool {
  color: oklch(0 0 0/98.04%);
}
.livingschool .page__title {
  font: revert;
  text-align: center;
  margin-block-end: 1.5rem;
}
.livingschool .happy__kids {
  max-width: 100%;
  margin-inline: auto;
  display: block;
}
.livingschool .parents__actions {
  padding: 2rem;
  gap: 2rem;
}
.livingschool .parents__actions .action {
  border: 1px solid oklch(0.8452 0 0);
  border-radius: 0.25rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
}
.livingschool .parents__actions .action h2 {
  font: revert;
}
.livingschool .parents__actions .action a {
  background-color: oklch(0.8633 0.1589 93.6);
  font-weight: 600;
  text-decoration: none;
  color: oklch(0 0 0/98.04%);
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  margin-block-start: auto;
  width: max-content;
  margin: auto;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 999;
}
.livingschool .parents__actions .action a::before {
  content: "";
  display: inline !important;
  height: auto;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}
.livingschool .parents__actions .action a:hover::before {
  opacity: 1;
  z-index: 0;
}
.livingschool .parents__actions .action a::after {
  content: "";
  display: inline !important;
  height: auto;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
  opacity: 0;
  background-image: linear-gradient(109deg, oklch(0.8633 0.1589 93.6) 0%, oklch(0.733 0.1383 72.69) 100%);
  backface-visibility: hidden;
}
.livingschool .parents__actions .action a:hover::after {
  opacity: 1;
  z-index: -1;
}
.livingschool .contact {
  margin-block: 2rem;
  padding-block-end: 2rem;
}
.livingschool .contact--content {
  list-style: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.livingschool .contact--content li {
  flex: 1;
  text-align: center;
}
.livingschool .callout--txt {
  font-weight: 600;
}
