@charset "UTF-8";
/*
	Theme Name: Lithium Marketing
	Theme URI: https://lithiummarketing.com/
	Author: Lithium Marketing
	Author URI: https://lithiummarketing.com/
	Description: Modèle de base pour Lithium Marketing
	Version: 1.5
	Text Domain: lithiummarketing
*/
@import url("css/base.css");
.home-content p, .home-news-content-text p, .home-ecole-actualites p {
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #676767 !important;
}

.page-gen-contenu input, .page-gen-contenu textarea, .page-gen-contenu select {
  border: 1px solid #003a73 !important;
  border-radius: 5px !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-flex-start {
  align-items: flex-start !important;
}

.align-items-flex-end {
  align-items: flex-end !important;
}

.flex-grow {
  flex-grow: 1;
}

.slick-slider * {
  outline: none;
}

.slick-slider {
  user-select: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
}

.home-news-container .slick-slide {
  max-height: 424px !important;
}

/*.alignnone {
    margin: 5px 20px 20px 0;
}*/
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-gen-contenu img {
  height: auto !important;
}

.page-gen-contenu h1 {
  margin-top: 0.67em !important;
  margin-bottom: 0.67em !important;
}

.page-gen-contenu h2 {
  margin-top: 0.83em !important;
  margin-bottom: 0.83em !important;
}

.page-gen-contenu h3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.page-gen-contenu h4 {
  margin-top: 1.33em !important;
  margin-bottom: 0.5em !important;
}

.page-gen-contenu h5 {
  margin-top: 1.67em !important;
  margin-bottom: 1.67em !important;
}

.page-gen-contenu h6 {
  margin-top: 2.33em !important;
  margin-bottom: 2.33em !important;
}

.page-gen-contenu ul {
  list-style: disc !important;
  list-style-type: disc !important;
  list-style-position: inside !important;
  margin-left: 40px !important;
  text-indent: -20px !important;
}

.page-gen-contenu ol {
  list-style: decimal !important;
  list-style-type: decimal !important;
  list-style-position: inside !important;
  padding-left: 20px !important;
}

.page-gen-contenu ul ul, .page-gen-contenu ol ul {
  list-style: circle !important;
  list-style-type: circle !important;
  list-style-position: inside !important;
  margin-left: 15px !important;
}

.page-gen-contenu ol ol, .page-gen-contenu ul ol {
  list-style: lower-latin !important;
  list-style-type: lower-latin !important;
  list-style-position: inside !important;
  margin-left: 15px !important;
}

.edit-link {
  float: right;
  margin-right: 10px;
}

.search-resultats {
  padding-bottom: 30px;
  border-bottom: 1px solid #00458B;
}

.search-resultats.no-results {
  padding-bottom: 30px;
  border-bottom: 0;
}

.actualites .search-resultats h2 {
  margin: 46px auto 20px !important;
  text-align: left !important;
}

.search-resultats h4,
.search-resultats h4 a,
.search-resultats h2 a {
  color: #f9c62a !important;
}

.search-resultats h4 a {
  text-decoration: underline;
}

.search-resultats .edit-link {
  margin-left: 20px;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.fullpagewidth {
  max-width: 1164px;
}

.header-logo {
  max-width: 300px;
  padding: 10px 0 30px 0;
}

.header-logo h1 {
  margin-top: 0px;
}

.header-right {
  max-width: 850px;
}

.header-right-top a {
  position: relative;
  margin-left: 40px;
  vertical-align: middle;
  font-size: 13px;
}

.header-right-top a img {
  margin-right: 8px;
}

.header-right-top a.telephone {
  font-size: 17px;
}

.header-right-top a.telephone {
  padding-left: 8px;
}

.header-right-top a.telephone img {
  margin-right: 6px;
}

.header-right-top a.portail img {
  vertical-align: middle;
}

.header-right-top a.courriel, .header-right-top a.telephone, .header-right-top .header-top-social a {
  margin-left: 0;
}

.top-menu-bg {
  width: 50%;
  right: 0;
  position: absolute;
}

.top-menu-bg, .header-right-top {
  padding-left: 24px;
  background: -moz-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(232, 232, 232) 100%);
  background: -webkit-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(232, 232, 232) 100%);
  background: linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(232, 232, 232) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f0f0", endColorstr="#b3e8e8e8",GradientType=0 );
  text-align: left;
  height: 45px;
}

.header-right-top {
  -webkit-clip-path: polygon(1.2% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(1.2% 0, 100% 0, 100% 100%, 0% 100%);
  margin: 0;
  width: calc(100% - 34px);
  margin-left: 15px;
}

.header-top-links {
  display: inline-block;
  padding: 10px 0 6px;
}

.header-top-social {
  float: right;
  padding: 6px 0;
}

.header-top-social a,
.header-top-social a:hover {
  background: #3474b3;
  background: -moz-linear-gradient(top, #3474b3 0%, #135493 100%);
  background: -webkit-linear-gradient(top, #3474b3 0%, #135493 100%);
  background: linear-gradient(to bottom, #3474b3 0%, #135493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3474b3", endColorstr="#135493",GradientType=0 );
  color: #ffffff;
  display: inline-block;
  width: 26px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  padding: 5px 0;
  margin-right: 2px;
  font-size: 12px;
}

.header-right-bottom {
  width: 100%;
  max-width: 850px;
  padding-top: 25px;
}

.header-right-bottom .slogan, .header-right-bottom .links-search {
  width: 100%;
}

.header-right-bottom .slogan {
  max-width: 218px;
  padding-left: 12px;
  text-align: center;
  float: left;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  color: #003a73;
  padding-top: 10px;
}

.retour-csvdc {
  float: left;
  padding-left: 14px;
  padding-top: 12px;
  font-weight: 700;
  color: #003a73;
  font-size: 14px;
  width: 100%;
  max-width: 580px;
  text-align: center;
}

.header-right-bottom .links-search,
.header-right-bottom .back-link .search-container {
  /*max-width: 562px;*/
  float: right;
  text-align: right;
}

.header-right-bottom .links-search a {
  margin-right: 25px;
  font-size: 15px;
  font-weight: 300;
  color: #231f20;
}

.header-right-bottom .links-search a:last-child {
  margin-right: 35px;
}

.search-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 250px;
}

.search-container #searchform {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 40px;
}

.search-container #s {
  border-radius: 25px;
  border: 0;
  -moz-box-shadow: inset 0 0 10px #e5e5e5;
  -webkit-box-shadow: inset 0 0 10px #e5e5e5;
  box-shadow: inset 0 0 10px #e5e5e5;
  height: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  padding: 10px;
  padding-left: 30px;
  font-style: italic;
  width: calc(100% - 30px);
  color: #656565;
}

.search-container #s::placeholder {
  color: #656565;
  opacity: 1;
}

.search-container #s:-ms-input-placeholder {
  color: #656565;
}

.search-container #s::-ms-input-placeholder {
  color: #656565;
}

.search-container #searchsubmit {
  background: url("images/search.png") no-repeat center center;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 4px;
  right: 0px;
}

.post-meta {
  display: flex;
  clear: both;
  width: 100%;
  /*border: 2px solid #fcb429;*/
  color: #333333;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  border-bottom: #eee 1px solid;
}

.search-results .post-meta {
  border: none;
  margin-bottom: 1rem;
  padding-bottom: 0rem;
}

.post-meta > div {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: #999999 1px solid;
}

.post-meta > div:last-child {
  border-right: none;
}

.post-meta > div.post-meta-categories {
  color: #999999 !important;
}

.page-gen-contenu .post-meta a {
  color: #999999 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.single-post .page-gen-contenu .btn {
  max-width: 50%;
}

#primary_nav, #classe_nav {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  position: relative;
  background: #0068b3;
  background: -moz-linear-gradient(top, #0068b3 0%, #004c8d 100%);
  background: -webkit-linear-gradient(top, #0068b3 0%, #004c8d 100%);
  background: linear-gradient(to bottom, #0068b3 0%, #004c8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0068b3", endColorstr="#004c8d",GradientType=0 );
  z-index: 10000;
}

#primary_nav li, #classe_nav li {
  border: 0 !important;
}

#primary_nav ul.dropdown, #primary_nav ul.dropdown li, #primary_nav ul.dropdown ul,
#classe_nav ul.dropdown, #classe_nav ul.dropdown li, #classe_nav ul.dropdown ul {
  text-align: center !important;
  text-transform: none !important;
  margin: 0 !important;
}

#primary_nav ul.dropdown a:link, #primary_nav ul.dropdown a:visited,
#classe_nav ul.dropdown a:link, #classe_nav ul.dropdown a:visited {
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
}

#primary_nav ul.dropdown li,
#classe_nav ul.dropdown li {
  display: inline-block !important;
  padding: 0 !important;
}

#primary_nav a,
#classe_nav a {
  padding: 12px 35px 15px !important;
}

#primary_nav > ul > li > a,
#classe_nav > ul > li > a {
  display: inline-block !important;
  font-size: 17px !important;
}

#primary_nav > ul > li.menu-item-has-children > a:after, #page-menu > ul > li.menu-item-has-children > a:after,
#classe_nav > ul > li.menu-item-has-children > a:after, #page-menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin-left: 5px;
}

#primary_nav > ul > li > a:hover,
#primary_nav > ul > li:hover,
#classe_nav > ul > li > a:hover,
#classe_nav > ul > li:hover {
  background-color: #0167B1 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.home-ecole-menu #primary_nav > ul,
.home-ecole-menu #classe_nav > ul {
  display: flex;
  justify-content: center;
}

.home-ecole-menu #primary_nav > ul > li,
.home-ecole-menu #classe_nav > ul > li {
  display: block !important;
}

.home-ecole-menu #primary_nav > ul > li > a:hover,
.home-ecole-menu #primary_nav > ul > li:hover,
.home-ecole-menu #classe_nav > ul > li > a:hover,
.home-ecole-menu #classe_nav > ul > li:hover {
  background-color: #ffc85e !important;
  color: #333333 !important;
}

.home-ecole-menu ul.dropdown ul li:hover {
  background: #fcb429 !important;
}

.home-ecole-menu ul.dropdown ul li:hover a,
.home-ecole-menu #primary_nav .ssmenu li.menu-item-has-children > a:after,
.home-ecole-menu #classe_nav .ssmenu li.menu-item-has-children > a:after {
  color: #333333 !important;
}

#primary_nav > ul > li.menu-item-has-children,
#classe_nav > ul > li.menu-item-has-children {
  position: relative !important;
}

.ssmenu {
  position: absolute;
  background-color: #0167B1 !important;
  width: 275px !important;
  text-align: left !important;
}

.ssmenu li {
  text-align: left !important;
  list-style: none !important;
  margin: 0 !important;
}

#primary_nav .ssmenu li.menu-item-has-children > a,
#classe_nav .ssmenu li.menu-item-has-children > a {
  position: relative;
}

#primary_nav .ssmenu li.menu-item-has-children > a:after,
#classe_nav .ssmenu li.menu-item-has-children > a:after {
  content: "\f105";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px !important;
  position: absolute;
  font-weight: 300 !important;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ssmenu li .ssmenu {
  top: 0;
  left: 275px;
}

.ssmenu li a {
  display: block !important;
  text-align: left !important;
  padding: 10px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* Accueil */
.btn {
  background: rgb(53, 117, 180);
  background: -moz-linear-gradient(top, rgb(53, 117, 180) 0%, rgb(19, 84, 148) 100%);
  background: -webkit-linear-gradient(top, rgb(53, 117, 180) 0%, rgb(19, 84, 148) 100%);
  background: linear-gradient(to bottom, rgb(53, 117, 180) 0%, rgb(19, 84, 148) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3575b4", endColorstr="#135494",GradientType=0 );
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  width: 100% !important;
  text-align: center;
  padding: 15px 0;
  font-weight: 600 !important;
  display: inline-block;
}

.page-gen-contenu a.btn {
  text-decoration: none !important;
}

/*.home-top{
	height: 27vw;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.home-top .cp {
	position: absolute;
	display: block;
	top: 0;
	width: 33.33%;
}

.home-top .cp:first-child {
	left: 0%;
	z-index: 1000;
	clip-path: polygon(0 0, 0 100%, 80% 100%, 100% 0);
}
.home-top .cp:nth-child(2) {
	left: 22%;
	z-index: 1001;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.home-top .cp:nth-child(3) {
	left: 47%;
	z-index: 998;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.home-top .cp:nth-child(4) {
	clip-path: polygon(20% 0, 0 100%, 100% 100%, 100% 0);
	right: 0%;
	z-index: 997;
}

.home-top .cp img {
	position: absolute;
	width: auto;
	height: auto;
	right: 0;
}

.home-top .cp img {
	position: relative;
	width: 100%;
}*/
.home-top {
  display: flex;
  flex-wrap: wrap;
}

.cp {
  width: 100%;
  max-width: 25%;
  margin: 0;
  padding: 0;
  position: relative;
}

.cp img {
  position: relative;
  width: 100%;
}

.home-top-section p {
  width: calc(100% - 60px);
  display: flex;
  height: 100px;
  align-items: center;
  color: #ffffff;
  padding-left: 60px;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 500;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
}

.home-top-section .btn {
  max-width: 104px;
  margin-left: 60px;
}

.home-top-section-content {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  bottom: 5%;
}

.home-content {
  padding: 55px 0;
  font-size: 14px;
  line-height: 23px;
  color: #231f20;
}

.home-content h1 {
  font-size: 32px;
  line-height: 32px;
  color: #115292;
  font-weight: 500;
}

.home-news {
  background: #f0f0f0;
  padding: 30px 0;
}

.home-news-content, .home-news-content img {
  position: relative;
}

.home-news-content-text {
  min-height: 200px;
}

.home-news .fullpagewidth {
  position: relative;
}

.home-news-img {
  width: 100%;
  max-width: 740px;
  float: left;
}

.home-news-img a {
  display: block !important;
  height: 100% !important;
}

.home-news-img img, .home-ecole-img img {
  /*width: 100%;*/
  /*height: 100% !important;
  object-fit: cover!important;*/
  width: 100%;
  height: auto !important;
  /*object-fit: cover !important;
  display: block !important;*/
}

.page-gen-contenu img.object-fit,
.object-fit {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.home-news-text {
  width: 100%;
  max-width: 400px;
  float: right;
  position: relative;
}

.home-news-text p {
  line-height: 21px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}

.home-news-text h2 {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 20px;
}

.home-news-text h2 a {
  color: #003a73;
}

.home-news-title-nav {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #115292;
}

.home-news-title-nav h3 {
  width: 100%;
  font-size: 28px;
  color: #115292;
  font-weight: 500;
}

.home-news-nav {
  position: absolute;
  right: 0;
  z-index: 9000;
}

.home-news-nav .news-btn {
  display: inline-block;
  width: 37px;
  height: 37px;
}

.home-news-nav .news-btn.news-prev {
  background: url("images/prev.png") no-repeat;
}

.home-news-nav .news-btn.news-next {
  background: url("images/next.png") no-repeat;
}

.home-news-nav .news-btn.news-prev:hover {
  cursor: pointer;
  background: url("images/prev-hover.png") no-repeat;
}

.home-news-nav .news-btn.news-next:hover {
  cursor: pointer;
  background: url("images/next-hover.png") no-repeat;
}

.home-news-date {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  padding: 30px 0;
}

.home-news-date img {
  display: inline !important;
  margin-right: 12px;
  vertical-align: middle;
}

.home-ecole-actualites-btn {
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 55px auto 40px;
}

.home-ecole-actualites-btn .btn-transparent,
.entrer-ecole {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #379cdd;
  padding: 12px 0;
  text-align: center;
  color: #003a73;
  font-weight: 600;
  text-transform: uppercase;
}

.entrer-ecole {
  width: 100%;
  max-width: 150px;
  margin: 20px 0;
  position: absolute;
  bottom: 0px;
}

.home-news-text .btn-transparent {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  border: 1px solid #379cdd;
  color: #003a73;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.home-liens-rapides h2, .home-ecole-actualites h2, .actualites h2 {
  margin: 80px auto 46px !important;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #115292;
}

.coordonnees-pavillons {
  /*margin-bottom: 15px;
  padding-bottom: 15px;*/
  border-bottom: 1px solid #7d7d7d;
}

.coordonnees-pavillons.no-border {
  border-bottom: none !important;
}

.actualites h2 {
  margin: 46px auto !important;
}

.actualites-suite {
  float: right;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

.home-liens-rapides h2 span {
  display: inline-block;
  border-bottom: 1px solid #115292;
  padding-bottom: 26px;
}

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

.nouvelles-container {
  margin-bottom: 30px;
}

.liens-rapides-container .lien-rapide {
  flex-grow: 1;
  width: 100%;
  height: 290px;
  max-width: 33%;
  text-align: center;
  position: relative;
}

.page-gen-contenu .liens-rapides-container .lien-rapide {
  width: 100%;
  max-width: calc(33.3333333333% - 20px);
  background-size: contain !important;
  margin: 10px;
}

.liens-rapides-container .lien-rapide-1 {
  background: url("images/lr-trouver-ecole.jpg") no-repeat;
}

.liens-rapides-container .lien-rapide-2 {
  background: url("images/lr-services-aux-eleves.jpg") no-repeat;
}

.liens-rapides-container .lien-rapide-3 {
  background: url("images/lr-transport-scolaire.jpg") no-repeat;
}

.liens-rapides-container .lien-rapide-4 {
  background: url("images/lr-calendrier-scolaire.jpg") no-repeat;
}

.liens-rapides-container .lien-rapide-5 {
  background: url("images/lr-formulaire.jpg") no-repeat;
}

.liens-rapides-container .lien-rapide-6 {
  background: url("images/lr-taxes-scolaires.jpg") no-repeat;
}

.lien-rapide-titre {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  vertical-align: middle;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

.page-template-template-accueil .lien-rapide-titre {
  height: auto;
  bottom: 38px;
  background: none;
}

.lien-rapide-titre p,
.page-gen-contenu .lien-rapide-titre p {
  position: absolute !important;
  bottom: 38px !important;
  width: 100% !important;
  text-align: center !important;
  color: #ffffff !important;
}

.page-gen-contenu .lien-rapide-titre p {
  bottom: 10px !important;
}

/*.liens-rapides-container .lien-rapide-1 .lien-rapide-titre{
	bottom: 20px;
}*/
.lien-rapide-titre img {
  vertical-align: middle;
}

footer {
  background: rgb(0, 71, 142); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(0, 71, 142) 0%, rgb(0, 47, 99) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 71, 142) 0%, rgb(0, 47, 99) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 71, 142) 0%, rgb(0, 47, 99) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00478e", endColorstr="#002f63",GradientType=0 ); /* IE6-9 */
  color: #ffffff;
  padding-bottom: 0;
}

footer p, footer a, footer .footer_top a, footer address, footer h6, footer .footer_top h6 {
  color: #ffffff;
}

.footer_top .col1_4 p, .footer_top .col1_4r p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.footer_top .col1_4 .footer-sidebar-1 p {
  font-size: 12px;
}

.footer_top h6 {
  border-bottom: 1px solid #3777b6;
  padding-bottom: 14px;
  margin-bottom: 20px;
  margin-top: 20px !important;
}

.footer-sidebar-1 h6 {
  border: none;
  margin-bottom: 5px;
}

/*.footer_top .footer-sidebar-2 ul
.footer_top .footer-sidebar-3 ul{

}*/
.footer_top .footer-sidebar-2 li,
.footer_top .footer-sidebar-3 li {
  margin-bottom: 2px;
  margin-left: 24px;
  padding-left: 0px;
}

.footer_top .footer-sidebar-3 li {
  margin-left: 14px;
}

.footer_top .footer-sidebar-2 li::before,
.footer_top .footer-sidebar-3 li::before {
  content: "•";
  color: #3777b6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.footer_top .footer-sidebar-3 .widget_nav_menu h6 {
  text-indent: -9999px;
  margin-top: 0;
  padding-top: 0;
  line-height: 0;
}

.footer_top a {
  font-size: 14px;
  font-weight: 500;
}

.footer_top address {
  position: relative;
  font-style: normal;
  padding-left: 25px;
  margin: 15px 0;
}

.footer_top address::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background: url("images/address.png") no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer_top .footer_phone {
  font-size: 17px;
  position: relative;
  padding-left: 24px;
}

.footer_top .footer_phone::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("images/footer-phone.png") no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer_top .footer_email {
  font-size: 13px;
  position: relative;
  padding-left: 24px;
}

.footer_top .footer_email::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url("images/footer-mail.png") no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer_bottom {
  background: #fcb429;
  color: #002043;
}

.footer_bottom a, .footer_bottom .copyright, .footer_bottom .cie, .footer_bottom .conception {
  color: #002043;
}

.footer_bottom .footer-scroll-button {
  top: 16px;
}

.footer_bottom .copyright {
  margin-top: 8px;
}

.footer_bottom .footer-scroll-button img {
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.footer_bottom .lithium {
  width: 242px;
}

.footer_bottom .lithium {
  margin-top: 0;
}

.container_footer_social {
  margin-top: 22px;
}

.footer_social {
  display: inline-block;
  width: 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  padding: 2px 0;
  margin-right: 2px;
}

.footer_social i {
  color: #002f63;
}

/* Écoles */
.home-ecole-top {
  width: 100%;
  position: relative;
}

.home-ecole-top .fullpagewidth {
  position: relative;
}

/*.home-ecole-banner{
	height: 100%;
	max-height: 530px;
}*/
.home-ecole-banner p,
.coordonnees-pavillons p {
  color: #7d7d7d !important;
}

.home-ecole-banner .image-ecole {
  width: 100%;
  height: 100%;
  /*max-height: 530px;*/
  object-fit: cover;
}

.home-ecole-top .home-ecole-top-coordoonees {
  /*position: absolute;*/
  width: calc(100% - 60px);
  max-width: 390px;
  padding: 30px 30px;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  bottom: 4px;
  float: right;
}

.ecole-info {
  position: relative;
  width: 100%;
  max-width: 300px;
  float: left;
  border: 1px solid #e7e7e7;
  padding: 20px 20px 75px 20px;
  margin: 20px;
}

.logo-ecole {
  width: 100%;
  text-align: center;
}

.type-ecole {
  margin: 40px auto 40px;
}

.type-ecole h2 {
  font-size: 34px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: left !important;
}

.lm-captions.wp-caption {
  display: table;
  margin: 0 auto 20px;
  border: 0 !important;
}

.lm-captions .wp-caption-text {
  caption-side: bottom;
  display: table-caption;
  caption-side: bottom;
  display: table-caption;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #b1b1b1;
}

.wp-caption {
  padding-bottom: 0px;
}

.lm-captions .wp-caption-text {
  display: block;
  width: 100%;
  max-width: 752px;
  text-align: left;
}

.trouver-ecole-secteur {
  width: 100%;
  text-align: center;
  padding: 10px 0 20px;
  font-weight: 600;
  color: #115292 !important;
  font-size: 18px;
}

.trouver-ecole-secteur a {
  text-decoration: underline;
  color: #115292 !important;
}

#filter-ecole {
  border-radius: 25px;
  max-width: 400px;
  border: 1px solid #115292;
  height: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  padding: 10px;
  width: calc(100% - 30px);
  color: #656565;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}

.search-filter-ecole {
  position: relative;
}

.search-filter-ecole::after {
  content: url("images/search.png");
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: -2px;
}

.home-ecole-top .home-ecole-top-coordoonees h1,
.ecole-info h1 a {
  font-size: 30px;
  font-weight: 500;
  color: #115292;
  margin-bottom: 0px;
}

.ecole-info h1 {
  font-size: 22px;
}

.home-ecole-top .home-ecole-top-coordoonees h3,
.ecole-info h3 {
  font-size: 19px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  margin-top: 8px !important;
  margin-bottom: 34px !important;
}

.ecole-info h3 {
  font-size: 15px !important;
}

.home-ecole-top-coordoonees .lien-a-propos {
  color: #fcb429 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.home-ecole-top-coordoonees address,
.ecole-info address {
  position: relative;
  font-style: normal;
  padding-left: 40px;
  margin: 15px 0;
  font-size: 14px;
}

.home-ecole-top-coordoonees address::before,
.ecole-info address::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url("images/adresse_ecole.png") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.home-ecole-top-coordoonees .telephone_ecole,
.home-ecole-top-coordoonees .telephone_sf_ecole,
.ecole-info .telephone_ecole,
.ecole-info .telephone_sf_ecole {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.home-ecole-top-coordoonees .telephone_ecole::before,
.home-ecole-top-coordoonees .telephone_sf_ecole::before,
.ecole-info .telephone_ecole::before,
.ecole-info .telephone_sf_ecole::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/telephone_ecole.png") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.home-ecole-top-coordoonees .fax_ecole,
.ecole-info .fax_ecole {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.home-ecole-top-coordoonees .fax_ecole::before,
.ecole-info .fax_ecole::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/fax_ecole.png") no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.home-ecole-top-coordoonees .courriel_ecole,
.ecole-info .courriel_ecole {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.home-ecole-top-coordoonees .courriel_ecole::before,
.ecole-info .courriel_ecole::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url("images/courriel_ecole.png") no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.home-ecole-top-coordoonees .gmaps_ecole,
.ecole-info .gmaps_ecole {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.home-ecole-top-coordoonees .gmaps_ecole::before,
.ecole-info .gmaps_ecole::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/gmaps_ecole.png") no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.home-ecole-top-coordoonees .facebook_ecole,
.ecole-info .facebook_ecole {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.home-ecole-top-coordoonees .facebook_ecole::before,
.ecole-info .facebook_ecole::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("images/facebook_ecole.png") no-repeat;
  position: absolute;
  left: -2px;
  top: -2px;
}

.home-ecole-menu {
  background: #fcb429;
}

.home-ecole-menu ul.dropdown {
  text-align: center;
}

.home-ecole-menu ul.dropdown li {
  margin: 0;
  padding: 0;
  text-align: center;
}

.home-ecole-menu #primary_nav ul li a,
.home-ecole-menu #classe_nav ul li a {
  display: inline-block;
  padding: 30px 40px;
  font-size: 16px;
  color: #333333;
  margin: 0;
}

.home-ecole-menu #primary_nav ul li ul a,
.home-ecole-menu #classe_nav ul li ul a {
  padding: 10px 40px;
}

.home-ecole-menu #primary_nav li:last-child a,
.home-ecole-menu #classe_nav li:last-child a {
  border-right: 0;
}

.home-ecole-menu {
  background: #fcb429;
}

.home-ecole-menu ul.dropdown {
  text-align: center;
}

.home-ecole-menu ul.dropdown li {
  margin: 0;
  padding: 0;
  text-align: center;
}

.home-ecole-menu #primary_nav,
.home-ecole-menu #classe_nav {
  background: #fcb429;
}

.home-ecole-menu .ssmenu {
  background: #ffc85e !important;
}

.home-ecole-menu #primary_nav > ul > li.menu-item-has-children > a:after,
.home-ecole-menu #classe_nav > ul > li.menu-item-has-children > a:after {
  color: #333333;
}

.home-ecole-menu #primary_nav ul li ul a,
.home-ecole-menu #classe_nav ul li ul a {
  padding: 10px 40px;
}

.home-ecole-menu #primary_nav > ul > li,
.home-ecole-menu #classe_nav > ul > li {
  border-right: 1px solid #eba826 !important;
}

.home-ecole-menu #primary_nav > ul > li:last-child,
.home-ecole-menu #classe_nav > ul > li:last-child {
  border-right: 0 !important;
}

/* Corriger un margin à coté du border
.home-ecole-menu #primary_nav li a:hover{
	color: #ffffff;
	background: #00458b;
}*/
.home-ecole-actualites h2, .actualites h2 {
  margin: 60px 0 20px;
}

.conseil-lien {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin-bottom: 75px;
}

.home-ecole-date, .actualites-date {
  font-size: 12px;
  color: #999999;
  font-weight: 600;
  padding-top: 30px;
}

.home-ecole-img,
.home-ecole-text,
.actualites-img,
.actualites-text {
  width: 100%;
  max-width: 50%;
}

.actualites-img,
.actualites-text {
  width: 100%;
  max-width: 50%;
}

.actualites-text {
  padding: 20px;
  width: calc(100% - 40px);
  max-width: calc(50% - 40px);
}

.actualites-text p {
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #676767 !important;
  font-size: 14px !important;
}

.actualites-img,
.actualites-img a {
  display: block !important;
  height: 100% !important;
}

.actualites-img img {
  /*width: 100%;*/
  /*height: 100% !important;
  object-fit: cover  !important;
  display: block !important;*/
  width: 100%;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
}

/*.home-ecole-img{
	margin-right: 40px;
}*/
.home-ecole-nouvelles-impair .home-ecole-img,
.actualites-impair .actualites-img {
  float: left;
}

.single-post h2 {
  margin-bottom: 1rem !important;
}

.single .single-top,
.single .lm-captions {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.home-ecole-nouvelles-impair .home-ecole-text,
.actualites-impair .actualites-text {
  float: right;
  padding-left: 40px !important;
  padding-right: 0;
  width: 100%;
  max-width: calc(50% - 40px);
}

.home-ecole-nouvelles-pair .home-ecole-img,
.actualites-pair .actualites-img {
  float: right;
}

.home-ecole-nouvelles-pair .home-ecole-text,
.actualites-pair .actualites-text {
  float: left;
}

.home-ecole-nouvelles-pair .home-ecole-text h2,
.home-ecole-nouvelles-pair .home-ecole-text p {
  padding-right: 20px;
}

/*.home-ecole-nouvelles-impair .home-ecole-text h2,
.home-ecole-nouvelles-impair .home-ecole-text p{
	padding-right: 50px;
}*/
/*.actualites-impair{
	background: #F0F0F0;
}

/*.home-ecole-content{
	margin-bottom: 65px;
}*/
.actualites-sections h2,
.home-ecole-sections h2 {
  color: #333333;
  font-size: 20px;
  text-align: left;
  margin: 28px 0 22px !important;
}

.home-ecole-date img,
.actualites-date img {
  vertical-align: middle;
  margin-right: 20px;
}

.enseignant-matiere {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 24px;
}

.enseignant-coord {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.enseignant-coord img {
  width: 100%;
  height: auto;
}

.page-gen-titre {
  background: rgb(64, 128, 189);
  background: -moz-linear-gradient(top, rgb(64, 128, 189) 0%, rgb(50, 110, 183) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(64, 128, 189)), color-stop(100%, rgb(50, 110, 183)));
  background: -webkit-linear-gradient(top, rgb(64, 128, 189) 0%, rgb(50, 110, 183) 100%);
  background: -o-linear-gradient(top, rgb(64, 128, 189) 0%, rgb(50, 110, 183) 100%);
  background: -ms-linear-gradient(top, rgb(64, 128, 189) 0%, rgb(50, 110, 183) 100%);
  background: linear-gradient(to bottom, rgb(64, 128, 189) 0%, rgb(50, 110, 183) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4080bd", endColorstr="#326eb7", GradientType=0 );
}

.page-gen-titre {
  padding: 13px 0;
}

.page-gen-titre h1 {
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.page-gen-breadcrumbs {
  background: #f6f6f6;
}

#breadcrumbs {
  margin: 0 auto;
  text-align: left;
}

#breadcrumbs a, #breadcrumbs span {
  font-size: 15px;
  font-style: italic;
  color: #747474;
  vertical-align: middle;
  padding: 10px 0;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

#breadcrumbs span#breadcrumbs_current {
  background: url("images/breadcrumb-current.png") no-repeat bottom 3px center;
}

.content-reg {
  padding: 45px 0;
}

.bc-sep {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}

#sidebar {
  background: #f7f7f7;
  width: 100%;
  max-width: 248px;
  float: left;
}

.sb-widgets {
  padding: 16px;
}

.sb-widgets h6 {
  margin-bottom: 20px;
}

#side-menu .side-submenus li:hover a,
#side-menu .side-submenus li.side-submenu-current a {
  color: #0084be;
  background: #ffffff;
}

#side-menu li a.has-sub-cats {
  max-width: 245px;
}

.sidebar-box > ul li + ul li:hover a::before,
.sidebar-box > ul li + ul li.side-submenu-current a::before {
  font-weight: 900;
}

.open-side-submenu {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0px;
  padding-top: 6px;
  height: 30px;
  width: 30px;
  transform: rotate(0deg);
  transition: transform 0.6s ease-in-out;
  color: #0084be;
  text-align: center;
}

.os-opened .open-side-submenu {
  transform: rotate(180deg);
  transition: transform 0.6s ease-in-out;
}

.os-opened .open-side-submenu {
  color: #ffffff;
}

.open-side-submenu:hover {
  cursor: pointer;
}

.side-submenus {
  display: none;
}

.side-submenus.side-submenus-opened {
  display: block;
}

#page_nav {
  background: #f7f7f7;
  width: 100%;
  max-width: 245px;
  padding: 40px 0;
}

.page-gen-contenu {
  float: right;
  width: 100%;
  max-width: 870px;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #676767;
  line-height: 23px;
}

.page-gen-contenu.no-sidebar {
  float: none !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.page-gen-contenu a {
  color: #115292;
  font-weight: 600;
  text-decoration: underline !important;
}

.page-gen-contenu p {
  line-height: 24px;
  margin-bottom: 20px;
  color: #676767 !important;
}

.page-gen-contenu h2, .page-gen-contenu h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 40px;
}

.content-reg h2, .content-reg h3,
.page-gen-contenu h2, .page-gen-contenu h3,
.page-gen-contenu h2 *, .page-gen-contenu h3 * {
  color: #115292 !important;
}

.content-reg h4, .content-reg h5, .content-reg h6,
.page-gen-contenu h4, .page-gen-contenu h5, .page-gen-contenu h6,
.page-gen-contenu h4 *, .page-gen-contenu h5 *, .page-gen-contenu h6 * {
  color: #f9c62a !important;
}

.page-gen-contenu h3 {
  font-size: 25px;
  /*margin-bottom: 20px;*/
}

.page-template-template-ecoles h2 {
  text-align: center;
}

#page_nav a {
  font-family: "Open Sans", sans-serif;
}

.home-ecole-menu ul.dropdown ul {
  width: 100%;
  margin-top: 0px;
  background-color: #f9c62a;
}

ul.dropdown ul li a {
  text-transform: none !important;
}

ul.dropdown ul li {
  display: inline-block;
  padding: 10px 40px;
  font-size: 16px;
  color: #333333;
  margin: 0;
  height: auto !important;
}

ul.dropdown ul li:hover {
  padding: 0 !important;
  background: #00458B;
}

ul.dropdown ul li:hover a {
  color: #ffffff !important;
}

ul.dropdown ul li a {
  font-style: normal;
}

.img-mobile-ecole {
  display: none;
}

.pagination-actu {
  display: flex;
  justify-content: center;
}

.pagination-actu a, .pagination-actu span {
  width: 100px;
  text-align: center;
  padding: 15px 0;
  margin: 25px 16px;
  /*border-radius: 22px;*/
  color: #fff;
  font-weight: 700;
  background-color: #00458B;
}

.pagination-actu .current {
  color: #00458B;
  background-color: #fff;
  border: 1px solid #00458B;
}

.side-submenu, .side-submenu-submenu {
  display: none;
  background: #ededed;
}

.side-submenu.opened, .side-submenu-submenu.opened {
  display: block;
}

.side-submenu {
  padding-left: 0px;
  margin-bottom: 15px;
}

.side-submenu > li > a {
  padding-left: 26px !important;
}

.side-submenu-submenu > li > a {
  padding-left: 40px !important;
}

.open-sub {
  /*display: inline-block;*/
  width: 30px;
  height: 20px;
  float: right;
  color: #3485c1;
  text-align: center;
  transform: rotate(0deg);
  transition: transform 0.6s ease-in-out;
}

.open-sub.opened-sub {
  transform: rotate(180deg);
  transition: transform 0.6s ease-in-out;
}

.open-sub:hover {
  cursor: pointer;
}

.open-sub i {
  font-weight: 700;
}

#side-menu {
  width: 100%;
  padding: 40px 0;
}

#side-menu li a:hover {
  background: #3272b1;
  color: #ffffff;
}

#side-menu li a:hover .open-sub {
  color: #ffffff;
}

#side-menu > li a {
  display: block;
  padding: 12px 0 12px 16px;
}

#side-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

#side-menu li .side-submenu a,
#side-menu li .side-submenu-submenu a {
  font-weight: 400;
  font-size: 13px;
}

.lm-gallery-image {
  display: inline-block;
  width: 100%;
  max-width: calc(25% - 40px);
  padding: 20px;
}

.lm-gallery-image img {
  width: 100%;
  height: auto;
}

.lm-col {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 20px;
}

.nb-col-1 {
  width: 100%;
}

.nb-col-2 {
  width: 100%;
  max-width: calc(50% - 40px);
}

.nb-col-3 {
  width: 100%;
  max-width: calc(33.3333333333% - 40px);
}

.nb-col-4 {
  width: 100%;
  max-width: calc(25% - 40px);
}

.nb-col-5 {
  width: 100%;
  max-width: calc(20% - 40px);
}

.nb-col-6 {
  width: 100%;
  max-width: calc(16.6666666667% - 40px);
}

.nb-col-7 {
  width: 100%;
  max-width: calc(14.2857142857% - 40px);
}

.nb-col-8 {
  width: 100%;
  max-width: calc(12.5% - 40px);
}

.nb-col-9 {
  width: 100%;
  max-width: calc(11.1111111111% - 40px);
}

.nb-col-10 {
  width: 100%;
  max-width: calc(10% - 40px);
}

.nb-col-11 {
  width: 100%;
  max-width: calc(9.0909090909% - 40px);
}

.nb-col-12 {
  width: 100%;
  max-width: calc(8.3333333333% - 40px);
}

.etablissement-top-anchor {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.etablissement-top-anchor a {
  color: #f9c62a;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}

.alerte {
  width: 100%;
  display: none;
}

.alerte-rouge {
  background-color: #cd0013;
}

.alerte-bleu {
  background-color: #115292;
}

.alerte-jaune {
  background-color: #f5a706;
}

.alerte .fullpagewidth {
  padding: 20px 0;
}

.alerte-container {
  width: 100%;
  margin: 10px auto 0;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  position: relative;
}

.alerte-container:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.alerte-contenu {
  float: right;
  width: 100%;
  max-width: calc(100% - 80px);
}

.alerte-contenu h3 {
  color: #ffffff;
  margin-bottom: 5px;
}

.alerte-contenu p {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  text-align: left;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.alerte-contenu a {
  color: #ffffff !important;
  text-decoration: underline;
}

.alerte .fa.fa-exclamation-triangle {
  color: #ffffff;
  font-size: 45px;
  line-height: 58px;
  float: left;
}

.close_alerte {
  position: absolute;
  color: #ffffff;
  right: 0;
  top: 20px;
  font-size: 18px;
}

.alerte-container:first-child .close_alerte {
  top: 0;
}

.close_alerte:hover {
  cursor: pointer;
}

.page-gen-contenu iframe {
  width: 100%;
  max-width: 500px;
}

.new-cssvdc {
  border-top: 8px solid #095797;
}

.new-cssvdc .header-logo {
  padding: 3px 0;
  text-align: left;
  max-width: initial;
  display: flex;
  justify-content: space-between;
}

.new-cssvdc .link-new-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.new-cssvdc .link-new-logo span {
  margin-left: 62px;
  color: #000;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.new-cssvdc .header-desktop {
  display: flex;
}

.new-cssvdc .header-right {
  max-width: initial;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.new-cssvdc .header-right button {
  border: none;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  background-color: transparent;
  margin-right: 15px;
}

.new-cssvdc .header-right button:focus {
  outline: none;
}

.new-cssvdc .header-right a {
  color: #000;
  font-size: 14px;
  font-family: "Roboto";
}

.new-cssvdc .header-right a:hover {
  text-decoration: underline;
}

.new-cssvdc .newsearchform_wrapper {
  position: relative;
}

.new-cssvdc .search-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 0;
  transition: all 400ms;
}

.new-cssvdc .search-popup.visible-field {
  width: 230px;
}

.new-cssvdc .search-popup input {
  margin: 0;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  font-family: "Roboto";
}

.new-cssvdc .new-sous-menu {
  background: #bababa;
}

.new-cssvdc .ul-sous-menu-gris {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.new-cssvdc .ul-sous-menu-gris li {
  padding: 5px 13px;
}

.new-cssvdc .ul-sous-menu-gris a {
  color: #0d3b70;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.icon-trouver-eta a::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  color: #103D72;
  margin-right: 4px;
}

.icon-portail-parents a::before {
  content: "";
  background: url("/wp-content/themes/lithiummarketing/images/1-icon-mozaik.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 1em;
  display: inline-block;
}

.icon-office a::before {
  content: "";
  background: url("/wp-content/themes/lithiummarketing/images/1-icon-office.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 1em;
  display: inline-block;
}

.new-cssvdc .ul-sous-menu-gris li.icon-social {
  padding-right: 0;
}

.new-cssvdc .ul-sous-menu-gris li.icon-social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 5px 0;
  margin-right: 2px;
}

.new-cssvdc .ul-sous-menu-gris li:not(.icon-social) a:hover {
  color: #000;
}

.new-copyright {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1rem 1.25rem;
}

.new-copyright img {
  max-width: 295px;
  width: 100%;
}

.new-copyright span {
  font-family: "Roboto";
  font-size: 14px;
  color: #000;
}

#primary_nav #nav li.hide-desktop {
  display: none !important;
}

.wp-video,
.wp-video .wp-video-shortcode {
  max-width: 300px;
  max-height: 300px;
}

@media screen and (max-width: 1281px) {
  .home-top-section p {
    height: 62px;
  }
  .home-top-section .btn {
    padding: 12px 0;
  }
}
@media screen and (max-width: 1200px) {
  .ecole-info {
    max-width: calc(50% - 82px);
  }
  .header-right-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-right {
    max-width: 100%;
  }
  #primary_nav a,
  #classe_nav a {
    padding: 12px 25px 15px !important;
  }
  .slicknav_nav img {
    width: 15px;
    margin-right: 5px;
  }
  .header-right-top a {
    margin-left: 10px;
  }
  .top-menu-bg {
    display: none;
  }
  .header-right-top {
    -webkit-clip-path: none;
    clip-path: none;
    margin: 0 auto;
    width: calc(100% - 34px);
    margin-left: auto;
  }
  .home-top-section, .home-top-section img {
    height: 100%;
  }
  .home-top-section p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 90px;
  }
  .home-top .cp {
    max-width: 50%;
    margin-bottom: 0;
  }
  .home-news-text, .actualites-pair .actualites-text, .actualites-impair .actualites-text {
    max-width: 100%;
    margin-top: 15px;
  }
  .home-news-img, .actualites-pair .actualites-img, .actualites-impair .actualites-img {
    max-width: 80%;
    float: none;
    margin: 0 auto;
  }
  .home-news-text .btn-transparent {
    position: relative;
    margin: 20px auto;
    display: block;
  }
  .home-news {
    padding-bottom: 0 !important;
  }
  .home-ecole-nouvelles-pair .home-ecole-img, .home-ecole-nouvelles-impair .home-ecole-img {
    float: none;
    margin: 0 auto;
  }
  .home-ecole-text {
    max-width: 100%;
    margin-top: 10px;
  }
  .home-ecole-actualites h2 {
    margin: 60px 0 20px;
  }
  .conseil-lien {
    margin-bottom: 35px;
  }
  .home-ecole-date + h2 {
    margin: 12px 0;
  }
  .actualites-pair .actualites-text {
    margin-bottom: 40px;
  }
  .actualites-impair {
    padding: 20px 0;
    margin: 10px 0;
  }
  .actualites-pair {
    margin: 10px 0;
  }
  .pagination-actu a:first-child, .pagination-actu a:last-child {
    display: none;
  }
  #primary_nav > ul > li:last-child .ssmenu li .ssmenu,
  #classe_nav > ul > li:last-child .ssmenu li .ssmenu {
    left: -275px !important;
  }
  .home-news-container .slick-slide {
    max-height: none !important;
  }
  .home-news-content-text {
    min-height: initial !important;
  }
}
@media screen and (max-width: 1100px) {
  #main-menu > ul > li > a,
  #page-menu > ul > li > a {
    padding: 12px 20px 15px;
  }
  .home-ecole-menu #primary_nav ul li a,
  .home-ecole-menu #classe_nav ul li a {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .liens-rapides-container .lien-rapide {
    max-width: 50%;
  }
  .liens-rapides-container .lien-rapide {
    background-size: cover !important;
  }
  .home-liens-rapides .fullpagewidth {
    width: 100%;
  }
  .page-gen-contenu .liens-rapides-container .lien-rapide {
    display: block;
    max-width: calc(50% - 20px);
    margin: 20px 10px;
  }
}
@media screen and (max-width: 950px) {
  #primary_nav_mobile .slicknav_menu {
    margin-top: 0;
  }
  #primary_nav_mobile .slicknav_nav {
    display: flex;
    flex-direction: column;
  }
  #primary_nav_mobile .slicknav_nav .icon-portail-parents {
    order: 19;
  }
  #primary_nav_mobile .slicknav_nav .icon-office {
    order: 20;
  }
  .icon-portail-parents a::before,
  .icon-office a::before {
    display: none;
  }
  .new-cssvdc .header-right button {
    font-size: 33px;
    margin-right: 0 !important;
  }
  .search-container {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 300px;
  }
  .search-container #s {
    padding: 10px 30px;
    width: calc(100% - 60px);
  }
  .search-container #searchsubmit {
    right: 10px;
  }
  .header-mobile .back-link {
    margin-bottom: 20px;
    float: none !important;
  }
  .retour-csvdc {
    padding: 0 !important;
  }
  .slicknav_menu {
    padding: 0 !important;
    background: #0066b1 !important;
  }
  .slicknav_nav a {
    padding: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .slicknav_nav > a:nth-child(even) {
    background: #005498 !important;
  }
  .slicknav_nav ul {
    margin: 0 !important;
    position: relative;
    width: 100% !important;
  }
  .slicknav_nav .ssmenu > li.slicknav_parent > a {
    display: inline-block !important;
  }
  .slicknav_nav .ssmenu > li.slicknav_parent > a > a {
    display: inline-block !important;
  }
  .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background: #f9c62a !important;
  }
  .slicknav_nav li > a > a {
    padding: 0 !important;
  }
  .slicknav_nav .ssmenu li a {
    font-size: 13px !important;
  }
  .slicknav_nav > li:nth-child(even) {
    background: #005498;
  }
  .slicknav_nav .ssmenu > li {
    background: rgb(94, 92, 92);
  }
  .ssmenu li .ssmenu {
    left: 10px;
  }
  .ssmenu li .ssmenu li {
    background: #3b3b3b;
  }
  .nb-col-3 {
    width: 100%;
    max-width: calc(50% - 40px);
  }
  .nb-col-4 {
    width: 100%;
    max-width: calc(50% - 40px);
  }
  .nb-col-5 {
    width: 100%;
    max-width: calc(50% - 40px);
  }
  .nb-col-6 {
    width: 100%;
    max-width: calc(33.3333333333% - 40px);
  }
  .nb-col-7 {
    width: 100%;
    max-width: calc(33.3333333333% - 40px);
  }
  .nb-col-8 {
    width: 100%;
    max-width: calc(25% - 40px);
  }
  .nb-col-9 {
    width: 100%;
    max-width: calc(25% - 40px);
  }
  .nb-col-10 {
    width: 100%;
    max-width: calc(20% - 40px);
  }
  #primary_nav {
    display: none;
  }
  .logo-mobile img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 20px 0;
  }
  #main-menu,
  #page-menu,
  .new-sous-menu,
  .nous-joindre-link {
    display: none;
  }
  header:not(.new-cssvdc) #primary_nav_mobile li.hide-desktop {
    display: none !important;
  }
  .new-cssvdc .hide-desktop {
    display: block !important;
  }
  .footer_top .col1_4, .footer_top .col1_4r {
    width: 49% !important;
    margin-right: 1% !important;
  }
  /* .slicknav_menu {
  	background: #0068b3 !important;
  	background: -moz-linear-gradient(top, #0068b3 0%, #004c8d 100%) !important;
  	background: -webkit-linear-gradient(top, #0068b3 0%,#004c8d 100%) !important;
  	background: linear-gradient(to bottom, #0068b3 0%,#004c8d 100%) !important;
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b3', endColorstr='#004c8d',GradientType=0 );
  } */
  .slicknav_btn {
    background-color: transparent !important;
  }
  .home-liens-rapides h2 {
    margin: 40px auto 26px !important;
  }
  #nav {
    display: none;
  }
  .slicknav_hidden {
    display: none;
  }
  .home-ecole-img,
  .home-ecole-text,
  .actualites-img,
  .actualites-text {
    max-width: none !important;
  }
  .home-ecole-content {
    border-bottom: 1px solid #003a73 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
  }
  .nb-col-5,
  .nb-col-6,
  .nb-col-7,
  .nb-col-8,
  .nb-col-9,
  .nb-col-10,
  .nb-col-11,
  .nb-col-12 {
    max-width: none !important;
  }
}
@media screen and (max-width: 875px) {
  /*.home-top-section p{
  	padding: 25px 0 25px 25px;
  	width: calc(100% - 25px);
  }*/
  .pagination-actu a, .pagination-actu span {
    width: 80px;
  }
}
@media screen and (max-width: 750px) {
  .liens-rapides-container {
    display: block;
  }
  .home .liens-rapides-container {
    display: flex;
  }
  .page-gen-contenu .liens-rapides-container .lien-rapide {
    max-width: 400px;
    margin: 20px auto;
  }
  .footer_top .col1_4, .footer_top .col1_4r {
    width: 99% !important;
    margin-right: 1% !important;
  }
}
@media screen and (max-width: 667px) {
  .ecole-info {
    max-width: calc(100% - 82px);
  }
  .type-ecole h2 {
    font-size: 25px;
  }
  .home-top .cp {
    max-width: 100%;
  }
  .nb-col-3 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-4 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-5 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-6 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-7 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-8 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-9 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .nb-col-10 {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  p {
    line-height: 16px;
    font-size: 14px;
  }
  .page-gen-contenu ul li {
    line-height: 24px;
    font-size: 14px;
  }
  .page-gen-contenu ul {
    text-indent: -20px !important;
  }
  .lien-rapide-titre p, .page-gen-contenu .lien-rapide-titre p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .new-cssvdc .search-popup {
    right: 0;
    top: 100%;
    transform: initial;
  }
  .new-cssvdc .header-logo {
    padding: 3px 0px 20px 13px;
  }
  /*.home-top-section {
  	max-width: 100%;
  }*/
  .image-ecole {
    display: none;
  }
  .home-ecole-top .home-ecole-top-coordoonees {
    position: relative;
    text-align: center;
  }
  .coordonnees-pavillons {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 15px auto;
  }
  .liens-rapides-container .lien-rapide {
    max-width: 100%;
  }
  .home-news-img {
    max-width: 100%;
    margin-top: 50px;
  }
  .home-ecole-top .home-ecole-top-coordoonees {
    width: calc(100% - 60px);
    max-width: 100%;
  }
  .img-mobile-ecole {
    display: block;
  }
  .home-ecole-top .fullpagewidth {
    margin: 0 auto;
    width: 100%;
  }
  .pagination-actu a, .pagination-actu span {
    padding: 9px 0;
    margin: 20px 6px;
  }
  .nb-col-2,
  .nb-col-3,
  .nb-col-4 {
    width: calc(100% - 40px);
    max-width: none !important;
  }
  .post-meta {
    display: block;
  }
  .post-meta * {
    width: 100%;
    float: none;
    margin: 10px auto;
    text-align: center;
  }
  .new-cssvdc .link-new-logo {
    flex-direction: column;
  }
  .new-cssvdc .link-new-logo span {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  p, .footer_top .col1_4 .footer-sidebar-1 p {
    font-size: 14px;
  }
  .page-gen-contenu img {
    width: calc(100% - 20px) !important;
    display: block !important;
    margin: auto !important;
    padding: 10px !important;
  }
  .page-gen-contenu {
    line-height: 33px;
  }
  .page-gen-titre h1 {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
  .type-ecole h2 {
    font-size: 22px;
  }
  .page-gen-contenu h2, .page-gen-contenu h3 {
    font-size: 26px;
  }
  .page-gen-contenu img.object-fit {
    margin: 10px auto !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .new-cssvdc .search-popup {
    top: 65px;
  }
  .home-ecole-top .home-ecole-top-coordoonees h1 {
    font-size: 22px;
  }
  .home-content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 380px) {
  .page-gen-titre h1 {
    font-size: 21px;
    letter-spacing: 0;
  }
  .pagination-actu a, .pagination-actu span {
    width: 27px;
  }
  .pagination-actu a, .pagination-actu span {
    padding: 8px 0;
    margin: 20px 1px;
  }
  .home-top-section p {
    padding-left: 40px;
  }
  .home-top-section .btn {
    margin-left: 40px;
  }
  .home-liens-rapides h2, .home-ecole-actualites h2, .actualites h2 {
    font-size: 26px;
  }
  .home-liens-rapides h2 span {
    padding-bottom: 8px;
  }
  .lien-rapide-titre {
    font-size: 23px;
  }
  #filter-ecole {
    font-size: 12px !important;
  }
}
.banniere-custom-wraper .img-mobile {
  display: none;
}
.banniere-custom-wraper .banniere-menu {
  background-color: #0d3b70;
}
@media (max-width: 991px) {
  .banniere-custom-wraper .banniere-menu {
    padding: 1.5rem 0rem;
  }
}
.banniere-custom-wraper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.banniere-custom-wraper ul li {
  margin: 0px;
  width: auto;
}
@media (max-width: 991px) {
  .banniere-custom-wraper ul li {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 571px) {
  .banniere-custom-wraper ul li {
    width: 100%;
  }
}
.banniere-custom-wraper ul li a {
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  justify-content: center;
  display: flex;
}
.banniere-custom-wraper div {
  width: 100%;
  line-height: 0;
}
.banniere-custom-wraper div img {
  width: 100%;
  height: auto;
  border: none;
}
@media (orientation: portrait) {
  .banniere-custom-wraper .img-desktop {
    display: none;
  }
  .banniere-custom-wraper .img-mobile {
    display: block;
  }
}

.portes-ouvertes-2023 {
  display: flex;
  flex-wrap: wrap;
}
.portes-ouvertes-2023 > div {
  flex: 0 0 100%;
  box-sizing: border-box;
}
.portes-ouvertes-2023 .portes-ouvertes-img {
  line-height: 0px;
}
.portes-ouvertes-2023 .portes-ouvertes {
  display: flex;
  flex-wrap: wrap;
}
.portes-ouvertes-2023 .portes-ouvertes > a > div:last-child {
  transition: all 0.3s ease-out;
  transform: translateY(0%);
}
.portes-ouvertes-2023 .portes-ouvertes > a:hover > div:last-child {
  transform: translateY(-25%);
}
.portes-ouvertes-2023 .portes-ouvertes > * {
  flex: 0 0 50%;
  color: #ffffff;
  font-size: min(3rem, 8vw);
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}
.portes-ouvertes-2023 .portes-ouvertes > *:hover {
  opacity: 0.9;
}
@media (min-width: 1400px) {
  .portes-ouvertes-2023 .portes-ouvertes > * {
    flex: 0 0 25%;
  }
}
@media (max-width: 572px) {
  .portes-ouvertes-2023 .portes-ouvertes > * {
    flex: 0 0 100%;
  }
}
.portes-ouvertes-2023 .portes-ouvertes > * .nb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.portes-ouvertes-2023 .portes-ouvertes > * .nb > * {
  flex: 0 0 100%;
}
.portes-ouvertes-2023 .portes-ouvertes > * .nb span:first-child {
  font-size: min(8rem, 14vw);
  line-height: min(7rem, 11vw);
  font-weight: bold;
  text-shadow: rgb(255, 255, 255) 0px 0px 13px;
}
.portes-ouvertes-2023 .portes-ouvertes > * .nb span:last-child {
  font-size: 1rem;
}
.portes-ouvertes-2023 .portes-ouvertes > * > *:not(.nb) {
  line-height: normal;
}
.portes-ouvertes-2023 .portes-ouvertes > * > a {
  margin-bottom: 1rem;
  display: inline-block;
  transition: all 0.3s ease-out;
  transform: translateY(0%);
}
.portes-ouvertes-2023 .portes-ouvertes > * > a:last-child {
  margin-bottom: 0rem;
}
.portes-ouvertes-2023 .portes-ouvertes > * > a:hover {
  transform: translateY(-15%);
}
.portes-ouvertes-2023 .portes-ouvertes > *:nth-child(1) {
  background-color: #f5a705;
}
.portes-ouvertes-2023 .portes-ouvertes > *:nth-child(2) {
  background-color: #bababa;
}
.portes-ouvertes-2023 .portes-ouvertes > *:nth-child(3) {
  background-color: #53b6b3;
}
.portes-ouvertes-2023 .portes-ouvertes > *:nth-child(4) {
  background-color: #0d3b6f;
}
.portes-ouvertes-2023 .portes-ouvertes > * a {
  text-decoration: none;
  color: #ffffff;
}

.portes-ouvertes-2024 {
  background-color: #53b6b2;
  font-size: 1.3rem;
  width: 100%;
}
.portes-ouvertes-2024 .container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.portes-ouvertes-2024 .container > div {
  display: flex;
  gap: 2rem;
  align-items: end;
}
@media (max-width: 768px) {
  .portes-ouvertes-2024 .container > div {
    flex-wrap: wrap;
  }
}
.portes-ouvertes-2024 .container > * {
  flex-grow: 1;
}
.portes-ouvertes-2024 .container:has(.portes-ouvertes) > div {
  padding-top: 1.5rem;
}
.portes-ouvertes-2024 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.portes-ouvertes-2024 .img {
  width: 45%;
  line-height: 0;
}
.portes-ouvertes-2024 .nb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.portes-ouvertes-2024 .nb > * {
  flex: 0 0 100%;
}
.portes-ouvertes-2024 .nb div:first-child {
  font-size: min(5em, 14vw);
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
.portes-ouvertes-2024 .row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: start;
  padding: 0rem 1rem;
  box-sizing: border-box;
  width: 100%;
}
.portes-ouvertes-2024 .row:nth-of-type(2) > a:nth-child(2) {
  margin-top: 1.5rem;
}
.portes-ouvertes-2024 .row:last-child {
  padding: 0rem 2rem;
}
.portes-ouvertes-2024 .row:last-child > * {
  font-size: 1.2em;
}
.portes-ouvertes-2024 .row:last-child > *:last-child {
  font-size: 1.3em;
}
.portes-ouvertes-2024 .row > * {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  padding: 1rem;
  color: #000000;
  box-sizing: border-box;
  font-size: 1em;
  flex-basis: min-content;
}
.portes-ouvertes-2024 .row > * > *:not(.nb) {
  line-height: 1.5;
  white-space: nowrap;
}
.portes-ouvertes-2024 .row p {
  margin: 0px;
  line-height: 1;
  color: #000000;
}
.portes-ouvertes-2024 .row a {
  color: #000000;
  opacity: 1;
  transition: all 0.3s ease;
}
.portes-ouvertes-2024 .row a:hover {
  opacity: 0.8;
}
.portes-ouvertes-2024 .intro div {
  font-size: min(2.5em, 4vw);
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
.portes-ouvertes-2024 .intro p {
  font-size: 1.42em;
  color: #000000;
  line-height: 1;
}
.portes-ouvertes-2024 .intro p span {
  display: inline-block;
  padding: 0.25rem;
  line-height: 1;
  background-color: #ffffff;
}
.portes-ouvertes-2024 .liens-top {
  padding: 0.5rem 0rem;
  display: flex;
  gap: 1rem !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portes-ouvertes-2024 .liens-top > * {
  width: auto;
  display: flex;
  gap: 0.5rem;
  color: #0d3b70;
  align-items: center;
  font-size: 1.1rem;
}
.portes-ouvertes-2024 .liens-top > * img {
  width: auto;
  height: 42px;
}
@media (max-width: 1200px) {
  .portes-ouvertes-2024 {
    font-size: 1.1rem;
  }
  .portes-ouvertes-2024 .liens-top {
    justify-content: center;
    gap: 1.5rem !important;
  }
}
@media (max-width: 992px) {
  .portes-ouvertes-2024 {
    font-size: 0.8rem;
  }
}
@media (max-width: 900px) {
  .portes-ouvertes-2024 {
    font-size: 1.3rem;
  }
  .portes-ouvertes-2024 .container > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .portes-ouvertes-2024 .container .img {
    width: 80%;
    margin: auto;
    order: 2;
  }
  .portes-ouvertes-2024 .container .portes-ouvertes {
    order: 1;
  }
  .portes-ouvertes-2024 .intro {
    text-align: center;
  }
  .portes-ouvertes-2024 .row {
    flex-direction: column;
    padding: 0rem !important;
    width: 100%;
  }
  .portes-ouvertes-2024 .row > * {
    width: 100%;
    margin: 0rem !important;
  }
  .portes-ouvertes-2024 .row:last-child > * {
    font-size: 1em;
  }
  .portes-ouvertes-2024 .row:last-child > *:last-child {
    font-size: 1em;
  }
  .portes-ouvertes-2024 .nb {
    width: 50% !important;
  }
}

/*# sourceMappingURL=style.css.map */
