/* Si les variables $break-?? sont changées ici,
 il faut aussi changer les --breakpoint-?? dans css/bootsrap.css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=latin-ext');
.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}
.-berry {
  background: #b52b4a;
}
.-blue {
  background: #41ade5;
}
.-orange {
  background: #de6628;
}
.-green {
  background: #5e9b42;
}
.single.single-ecole .page-titre {
  background-color: #009ed4;
}
.single .page-titre {
  background-color: #005d9a;
}
.single .page-titre p {
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 0 25px;
  text-transform: uppercase;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.single .page-titre p:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: transparent url(../img/soulignement.svg) no-repeat 0 0;
  width: 188px;
  height: 17px;
}
.single .page-titre p span {
  color: #fff;
  font-family: "Knockout";
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  display: block;
  margin-top: 35px;
}
.single .page-titre.no-soulignement p:after {
  content: none;
}
.single #breadcrumbs {
  padding-top: 40px;
  margin: 0;
}
.single #article-page {
  margin-top: 32px;
  color: #4d5f68;
  margin-bottom: 112px;
}
.single #article-page #breadcrumbs {
  margin-bottom: 21px;
}
.single #article-page img {
  max-width: 100%;
  height: auto;
}
.single #article-page h1, .single #article-page h2 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 45px;
  font-weight: 400;
  margin: 16px 0 0;
  text-align: left;
  text-transform: none;
  line-height: 39px;
}
.single #article-page h2 {
  font-size: 50px;
  margin-bottom: 25px;
  margin-top: 47px;
  line-height: 50px;
}
.single #article-page p {
  font-family: "Open Sans";
}
.single #article-page .content p {
  line-height: 22px;
  margin-bottom: 20px;
  font-size: 18px;
}
.single #article-page .content p strong {
  font-weight: 600;
}
.single #article-page strong {
  font-weight: 600;
}
.single #article-page blockquote {
  border-left: 4px solid #009ed4;
  padding-left: 24px;
  margin: 40px auto 40px 25px;
  font-style: italic;
  font-weight: 600;
}
.single #article-page a {
  color: #005d9a;
}
.single #article-page .liens {
  margin: 50px auto;
  background: #009ed4;
  padding: 20px;
  color: #fff;
}
.single #article-page .liens h3 {
  font-family: "Knockout";
  font-size: 40px;
  font-weight: 300;
  margin: 16px 0 9px;
  text-align: left;
  line-height: 90%;
  letter-spacing: 0.5px;
}
.single #article-page .liens ul {
  margin: 0;
  padding: 0;
}
.single #article-page .liens li {
  padding-left: 40px;
  list-style: none;
  margin: auto auto 7px;
  background: url(../img/fleche.png) left center no-repeat;
  background-size: 25px;
}
.single #article-page .liens li a {
  color: #fff;
  text-decoration: underline;
}
.single #article-page .meta {
  color: #9fb0b8;
  border-top: 2px solid #e9edf0;
  padding-top: 20px;
}
.single #article-page .meta .gauche {
  font-size: 14px;
  font-style: italic;
}
.single #article-page .meta .droite {
  margin: 20px auto;
}
.single #article-page .meta .droite span {
  font-family: "Knockout";
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
  float: left;
  line-height: 53px;
  margin-right: 14px;
}
.single #article-page.single-ecole {
  margin-bottom: 43px;
}
.single #articles-lies, .single #plusloin {
  background: #005d9a;
  padding-bottom: 20px;
}
.single #articles-lies h2, .single #plusloin h2 {
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 0 25px;
  text-transform: uppercase;
  text-align: center;
}
.single #articles-lies h2:after, .single #plusloin h2:after {
  content: " ";
  background: transparent url(../img/soulignement.svg) no-repeat center top;
  width: 100%;
  height: 17px;
  display: block;
  background-size: 188px;
  margin-top: 10px;
}
.single #plusloin {
  background-color: #e9edf0;
}
.single #plusloin h2 {
  color: #005d9a;
  padding: 15px 0 68px;
}
.single #plusloin h2:after {
  background: transparent url(../img/soulignement-bleu.svg) no-repeat center top;
  background-size: 188px;
}
#plusloin .ecole {
  display: flex;
  margin-bottom: 20px;
  height: 300px;
}
#plusloin .ecole .image {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#plusloin .ecole .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 68%;
  height: auto;
  transition: all 0.5s;
}
#plusloin .ecole .image:hover img {
  max-width: 85%;
}
@media (min-width: 768px) {
  .single .page-titre p {
    font-size: 60px;
  }
  .single.single-ecole header {
    background-color: #009ed4;
  }
  .single header {
    background-color: #005d9a;
  }
  .single #article-page h1, .single #article-page h2 {
    line-height: 59px;
  }
  .single #article-page h1 {
    font-size: 55px;
  }
  .single #article-page img {
    margin: 20px auto;
  }
  .single #article-page .liens {
    padding: 30px 50px;
  }
  .single #article-page .meta .gauche {
    float: left;
  }
  .single #article-page .meta .droite {
    margin: 0;
    float: right;
    width: 280px;
    text-align: right;
  }
  .single #article-page .meta .droite div {
    padding: 0;
  }
  .single #article-page .meta .droite div img {
    margin: 0;
  }
  .single #articles-lies h2, .single #plusloin h2 {
    font-size: 60px;
  }
  .single .infos-single {
    min-height: 200px;
  }
  .single .infos-single p.with-picto span img {
    margin: 0 !important;
  }
  .single .infos-single a i {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .single #article-page:not(.single-ecole):not(.single-challenge) .container {
    width: 900px;
  }
  .single #articles-lies, .single #plusloin {
    padding: 50px 0 122px;
  }
}
