/* 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');
@import "_maud";
.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;
}
body {
  font-family: 'Open Sans', sans-serif;
}
body.single-ecole, body.post-type-archive, body.single-challenge, body.page-template-tpl-desinscription {
  background-color: #e9edf0;
}
header {
  background-color: #009ed4;
}
header .container {
  position: relative;
}
header .container .newsletter-anchor a {
  font-family: "Knockout";
  background: url("../img/fond-blanc-biseau-droite.svg") no-repeat right;
  background-size: cover;
  color: #015993;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 10px !important;
}
header .container .newsletter-anchor a img {
  margin-left: 4px;
  height: 10px;
}
header .wrapper-header {
  display: flex;
  justify-content: space-between;
}
header .logo {
  height: 100px;
}
header nav {
  display: flex;
}
header #main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
header #main-menu .menu-item .nav-link {
  color: #fff;
  font-family: "Knockout";
  font-size: 28px;
  font-weight: 400;
  margin: 5px 16px;
  padding: 0;
  position: relative;
  line-height: 30px;
}
header #main-menu .menu-item:not(.current-menu-item) .nav-link:hover:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
header #main-menu .current-menu-item .nav-link {
  position: relative;
}
header #main-menu .current-menu-item .nav-link:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #005d9a;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
header .rs_header {
  display: flex;
  margin-top: 30px;
}
header .rs_header a {
  color: #fff;
  font-size: 22px;
  transition: all ease 0.3s;
}
header .rs_header a:hover {
  color: #005d9a;
  text-decoration: none;
}
header .rs_header a:first-child {
  margin: 0 13px;
  font-size: 26px;
}
header .rs_header a:last-child {
  transform: translateY(4px);
}
body.blog header #main-menu .current-menu-item .nav-link:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
body.blog header .rs_header a:hover {
  color: #009ed4;
}
h1 {
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 0 25px;
  text-transform: uppercase;
  text-align: center;
}
.page-template-default h1:after, .post-type-archive-ecole h1:after, .post-type-archive-challenge h1:after, .page-template-tpl-contact h1:after, .tax-cat_ecole h1: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 h1: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;
}
.end-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
  margin-top: 19px;
}
.pagination {
  display: inline-flex;
  align-items: center;
}
.pagination .page-numbers {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 24px;
  font-weight: 400;
  background-color: #fff;
  padding: 1px 15px;
  margin: 0 2px;
  transition: all 0.5s;
}
.pagination .page-numbers:hover {
  text-decoration: none;
  background-color: #009ed4 !important;
  color: #fff;
}
.pagination .current {
  color: #fff;
  background-color: #009ed4 !important;
}
.voir-plus {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 24px;
  font-weight: 400;
  background-color: #fff;
  transition: all 0.5s;
}
.voir-plus a {
  color: #4d5f68;
  padding: 1px 15px;
  display: block;
}
.voir-plus:hover {
  background-color: #009ed4 !important;
}
.voir-plus:hover a {
  color: #fff;
  text-decoration: none;
}
.voir-plus i {
  font-size: 10px;
  margin-left: 7px;
}
.post-type-archive-ecole, .tax-cat_ecole {
  background-color: #e9edf0;
}
.post-type-archive-ecole #breadcrumbs, .tax-cat_ecole #breadcrumbs {
  margin: 0 auto;
}
.tax-cat_ecole .menu-item-224 .nav-link:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #005d9a;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.page-template-tpl-contact {
  background-color: #015993;
}
.page-template-tpl-contact #breadcrumbs {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.page-template-tpl-contact #breadcrumbs a {
  color: #fff;
}
.page-titre {
  position: relative;
  position: relative;
  z-index: 1;
  background-color: #009ed4;
}
.page-titre:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.page-titre:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
#breadcrumbs {
  margin: 0 40px;
  font-style: italic;
  font-family: "Open Sans";
  font-size: 14px;
  margin-bottom: 27px;
}
#breadcrumbs a {
  color: #4d5f68;
}
#breadcrumbs .chevron {
  color: #009ed4;
}
.fl-builder-content .fl-row-content-wrap {
  padding: 10px 20px;
}
.fl-builder-content h2 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 60px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 33px;
}
.fl-builder-content h3 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 50px;
  font-weight: 400;
  line-height: 23px;
  margin: 50px auto 40px;
}
.fl-builder-content h4 {
  color: #009ed4;
  font-family: "Knockout";
  font-size: 35px;
  font-weight: 400;
  line-height: 23px;
  margin: 40px auto 20px;
}
.fl-builder-content p {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.fl-builder-content blockquote p {
  font-weight: 600;
  font-style: italic;
  margin: 0 45px;
  line-height: 23px;
  position: relative;
}
.fl-builder-content blockquote p:before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #009ed4;
  position: absolute;
  left: -21px;
}
.fl-builder-content blockquote span {
  color: #009ed4;
}
.fl-builder-content p a, .fl-builder-content li a {
  color: #009ed4;
  text-decoration: underline;
}
.fl-builder-content ul {
  list-style: none;
  padding-left: 55px;
}
.fl-builder-content ul li {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  position: relative;
  line-height: 23px;
  margin-bottom: 12px;
}
.fl-builder-content ul li:before {
  content: '';
  background: transparent url(../img/fleche-liste.svg);
  width: 25px;
  height: 13px;
  position: absolute;
  left: -35px;
  top: 6px;
}
#liste_ecoles_header {
  margin-top: 60px;
}
#liste_ecoles_header #breadcrumbs {
  text-align: center;
  margin-bottom: 45px;
  width: 100%;
}
#liste_ecoles_header .content {
  text-align: center;
}
#liste_ecoles_header h2 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 60px;
  font-weight: 400;
  margin: 16px 0 9px;
}
#liste_ecoles_header h3 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
}
#liste_ecoles_header h3 a {
  color: #009ed4;
  text-decoration: underline;
  transition: all 0.5s;
}
#liste_ecoles_header h3 a:hover {
  color: #003f55;
}
#liste_ecoles_header p:not(#breadcrumbs) {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
#liste_ecoles {
  margin-top: 35px;
}
#liste_ecoles .filtre {
  display: flex;
}
#liste_ecoles .filtre img {
  height: 27px;
}
#liste_ecoles .filtre span {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 14px;
}
#liste_ecoles .tags {
  margin-top: 15px;
  margin-bottom: 40px;
}
#liste_ecoles .tags a, #liste_ecoles .tags label span {
  color: #4d5f68;
  cursor: pointer;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  padding: 2px 8px;
  margin-right: 5px;
  line-height: 30px;
  transition: all 0.5s;
}
#liste_ecoles .tags a:hover, #liste_ecoles .tags label span:hover, #liste_ecoles .tags a.active, #liste_ecoles .tags label span.active {
  color: #fff;
  background-color: #009ed4;
  text-decoration: none;
}
#liste_ecoles .tags label input {
  display: none;
}
#liste_ecoles .tags label input:checked + span {
  color: #fff;
  background-color: #009ed4;
  text-decoration: none;
}
#liste_ecoles .coq {
  display: flex;
  align-items: center;
  justify-content: center;
}
#liste_ecoles .coq img {
  height: 250px;
  margin: 30px 0;
}
#liste_ecoles .ecole {
  display: flex;
  margin-bottom: 20px;
  height: 300px;
}
#liste_ecoles .ecole.challenge_releve {
  background-color: #d0d5d8;
  position: relative;
}
#liste_ecoles .ecole.challenge_releve:after {
  content: '';
  background: transparent url(../img/challenge-releve.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  height: 100px;
  width: 125px;
  right: 55px;
}
#liste_ecoles .ecole .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#liste_ecoles .ecole .image img {
  max-width: 68%;
  height: auto;
  transition: all 0.5s;
}
#liste_ecoles .ecole .image:hover img {
  max-width: 85%;
}
#liste_ecoles .ecole .ville {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 35px 0 6px;
}
#liste_ecoles .ecole .ville i {
  color: #009ed4;
  margin-right: 13px;
  font-size: 18px;
}
#liste_ecoles .ecole h4 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
#liste_ecoles .ecole .dates {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
#liste_ecoles .ecole .dates .strong {
  font-weight: 600;
}
#liste_ecoles .ecole .dates .bleu {
  color: #009ed4;
}
#liste_ecoles .ecole .ecole_tags {
  margin-bottom: 25px;
}
#liste_ecoles .ecole .ecole_tags span {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #e9edf0;
  padding: 2px 8px;
  margin-right: 5px;
  line-height: 30px;
}
#liste_ecoles .ecole .soustitre {
  color: #005d9a;
  font-family: "Knockout";
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
}
#liste_ecoles .ecole hr {
  margin-right: 28px;
}
#liste_ecoles .ecole .contact {
  margin-bottom: 35px;
}
#liste_ecoles .ecole .contact span {
  flex-basis: 15%;
  font-weight: 600;
}
#liste_ecoles .ecole .contact p {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  flex-basis: 60%;
  margin-bottom: 0;
}
#liste_ecoles .ecole .contact p a {
  color: #009ed4;
  font-family: "Open Sans";
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.5s;
}
#liste_ecoles .ecole .contact p a:hover {
  color: #003f55;
}
#liste_ecoles .ecole .contact div {
  flex-basis: 21%;
  right: 43px;
}
#liste_ecoles .ecole .contact .mail {
  margin-top: 15px;
  color: #fff;
  font-family: "Knockout";
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  background-color: #009ed4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  transition: all 0.5s;
}
#liste_ecoles .ecole .contact .mail:hover {
  text-decoration: none;
  background-color: #003f55;
}
#liste_ecoles .ecole .contact .mail i {
  margin-left: 15px;
}
.page-template-tpl-contact h2 {
  color: #fff;
  font-family: "Knockout";
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  margin: 19px 0px 13px;
}
.page-template-tpl-contact .the_content p:not(#breadcrumbs) {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
}
.page-template-tpl-contact #wpcf7-f440-o2 .wpcf7 p {
  text-align: left !important;
  color: #fff !important;
  font-size: 13px !important;
  font-style: italic !important;
}
.page-template-tpl-contact #wpcf7-f440-o2 .wpcf7 p i {
  color: #0cafe8;
}
.page-template-tpl-contact #wpcf7-f440-o2 .wpcf7 .ajax-loader {
  margin: 4px;
  display: block;
  position: absolute;
  right: 15px;
}
.page-template-tpl-contact #wpcf7-f218-o1 .form {
  margin-top: 29px;
}
.page-template-tpl-contact .text-right p {
  text-align: right !important;
}
.page-template-tpl-contact .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 80px;
  margin-top: 3px;
}
.page-template-tpl-contact .textarea-field {
  margin-top: 35px;
}
.page-template-tpl-contact label {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  display: block;
  margin: 0;
  padding-bottom: 12px;
  z-index: -1;
}
.page-template-tpl-contact label span, .page-template-tpl-contact label i {
  color: #0cb4ed;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.45px;
}
.page-template-tpl-contact label .wpcf7-list-item-label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.page-template-tpl-contact label .wpcf7-list-item-label a {
  color: #fff;
  /*
   .wpcf7-text{
   background-color: transparent;
   //width: 100%;
   border: none;
   border-bottom: 2px solid $blanc;
   color: $blanc;
   transition: all 0.5s;
   position: absolute;
   left: 0;
   bottom: 0;  
   font-size: 17px;
   font-weight: 600;
   padding: 0 10px;
   height: 40px;
   line-height: 40px;
   &:focus {
   outline: none;
   border-bottom: 2px solid #0cafe8;
   position: inherit;
   }
   }    */
}
.page-template-tpl-contact select, .page-template-tpl-contact textarea {
  background-color: transparent;
  width: 100%;
  border: none;
  border: 2px solid #fff;
}
.page-template-tpl-contact .you-are {
  position: relative;
}
.page-template-tpl-contact .you-are:after {
  position: absolute;
  content: '';
  background: transparent url('../img/fleche-select.svg');
  width: 16px;
  height: 9px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-tpl-contact select {
  height: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 0 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../img/fleche.svg) no-repeat calc(100% - 12px) center;
}
.page-template-tpl-contact select option {
  color: #009ed4;
}
.page-template-tpl-contact select::-ms-expand {
  display: none;
}
.page-template-tpl-contact textarea {
  padding: 33px 29px;
  width: 100%;
  height: 181px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  resize: none;
  margin-bottom: 15px;
}
.page-template-tpl-contact .wpcf7-submit {
  border: 0;
  text-align: center;
  width: 100%;
  height: 61px;
  background-color: #009ed4;
  color: #fff;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
  line-height: 56.13px;
  text-transform: uppercase;
}
.page-template-tpl-contact .btn-row {
  position: relative;
}
.page-template-tpl-contact .btn-row i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
footer {
  background-color: #4d5f68;
}
footer .wrapper-footer {
  text-align: center;
  justify-content: space-around;
  padding: 45px 20px 25px;
}
footer .wrapper-footer .logo {
  height: 91px;
}
footer .wrapper-footer ul {
  list-style: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin: 9px 0 22px 0;
}
footer .wrapper-footer ul li a {
  color: #fff;
  font-family: "Knockout";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  padding: 0 23px;
}
footer .wrapper-footer p {
  color: #7492a1;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: 14px;
}
footer .wrapper-footer .partenaire {
  height: 56px;
}
form .input-effect {
  position: relative;
  z-index: 1;
  /*
   label {
   color: #fff;
   font-family: "Open Sans";
   font-size: 14px;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 0.45px;
   display: block;
   position: relative;
   margin: 0;
   width: 100%;
   z-index: -1;
   i {
   color: #0cb4ed;
   font-family: "Open Sans";
   font-weight: 600;
   letter-spacing: 0.45px;
   }
   }*/
}
form .input-effect input {
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-top: 33px;
}
form .input-effect.select-effect label {
  position: relative;
  left: 0;
  top: 0;
}
.challenge_deja_releve {
  background-color: #4d5f68 !important;
  color: white !important;
}
.challenge_deja_releve.active {
  background-color: #009ed4 !important;
}
.cookie-notice-container {
  font-family: 'Open Sans', sans-serif;
}
.button-rgpd {
  background: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  color: #24548d;
}
.grecaptcha-badge {
  display: none !important;
}
.single #breadcrumbs {
  text-align: center;
  margin-bottom: 45px;
}
.single #actus {
  background-color: #005d9a;
  margin-top: 48px;
  padding-top: 55px;
  padding-bottom: 56px;
}
.single #actus #liste_actualites, .single #actus #articles-lies {
  margin-top: 0 !important;
}
.single .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single .alignleft {
  float: left;
  margin: 30px 60px 30px 0 !important;
}
.single .alignright {
  float: right;
  margin: 30px 0 30px 60px !important;
}
.single .image-single {
  margin-bottom: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 243px;
}
.single .image-single img {
  max-width: 85% !important;
}
.single .infos-single {
  margin-bottom: 35px;
  padding: 0 30px 25px;
}
.single .infos-single h3 {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 60px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
.single .infos-single h4 {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
}
.single .infos-single p {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 24px;
}
.single .infos-single p.with-picto {
  padding-left: 27px;
  position: relative;
}
.single .infos-single p.with-picto span {
  /*position: absolute;
   top: 0;
   left: 0;*/
}
.single .infos-single p.with-picto span img {
  position: absolute;
}
.single .infos-single a {
  color: #009ed4 !important;
  text-decoration: underline;
  transition: all 0.5s;
}
.single .infos-single a i {
  font-size: 22px;
  margin-right: 25px;
}
.single .infos-single a:hover {
  color: #005d9a !important;
}
.single .infos-single ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single .infos-single ul li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 8px;
}
.single .infos-single ul li img {
  width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0;
}
.single .btn-ecole a {
  padding: 8px 40px 6px 17px;
  background-color: #009ed4;
  position: relative;
  color: #fff !important;
  font-family: "Knockout";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-decoration: none;
  transition: all 0.5s;
  white-space: nowrap;
}
.single .btn-ecole a:hover {
  background-color: #005d9a;
  color: #fff !important;
}
.single .btn-ecole img {
  width: 18px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin: 0 !important;
}
.single .description-single .title {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 45px;
  font-weight: 400;
}
.single .description-single .subtitle {
  color: #005d9a;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 11px;
}
.single .description-single .subtitle span {
  font-weight: 400;
}
.single .description-single .section-title {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.single .description-single p {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.single .description-single p strong {
  font-weight: 700;
}
.single .description-single .enbref {
  margin-bottom: 37px;
}
.single .description-single .statut-challenge {
  text-align: center;
  padding: 7px 23px 16px 27px;
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 28px;
  font-weight: 400;
  line-height: 29.41px;
  text-transform: uppercase;
  white-space: nowrap;
}
.single .description-single .statut-challenge.soon {
  background: url("../img/statut-challenge-biseau-soon.png") no-repeat center transparent;
  background-size: contain;
}
.single .description-single .statut-challenge.releve {
  background: url("../img/statut-challenge-biseau-releve.png") no-repeat center transparent;
  background-size: contain;
}
.single .description-single .statut-challenge.encours {
  background: url("../img/statut-challenge-biseau-en-cours.png") no-repeat center transparent;
  background-size: contain;
}
.single .description-single .content {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 21px;
}
.single .description-single .content span {
  color: #009ed4;
}
.single .description-single .trait {
  width: calc(100% - 33.333%);
  height: 3px;
  background-color: #b8bec2;
}
.single .description-single .etapes {
  position: relative;
  margin-top: 28px;
}
.single .description-single .etapes .trait {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
}
.single .description-single .etape {
  flex-basis: 33.333%;
  text-align: center;
  min-height: 150px;
}
.single .description-single .etape .chiffre {
  width: 52px;
  height: 52px;
  color: #fff;
  font-family: "Knockout";
  font-size: 39px;
  font-weight: 400;
  border: 4px solid #e9edf0;
  background-color: #005d9a;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 11px;
}
.single .description-single .etape .chiffre strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 400 !important;
}
.single .description-single .etape h5 {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
}
.single .description-single .etape p {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
}
.single .description-single .etape.current .chiffre {
  background-color: #009ed4;
}
.single .description-single .etape.current p {
  color: #009ed4;
}
.single .description-single .next-challenges p {
  color: #005d9a;
  font-family: "Knockout" !important;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  margin-right: 22px;
}
.single .description-single .cadre {
  margin-bottom: 22px;
}
.single .description-single .cadre .image {
  max-width: 101px;
  height: 101px;
}
.single .description-single .cadre .image img {
  width: 100%;
  margin: 0 !important;
}
.single .description-single .cadre p {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
}
.single .description-single .quote {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 33px 51px;
}
.single .description-single .quote .quote-mark {
  color: #005d9a;
  font-family: "Dirty Brush";
  font-size: 62px;
  font-weight: 400;
  width: 100%;
  line-height: 0px;
  position: absolute;
}
.single .description-single .quote .quote-mark.quote-haut {
  text-align: left;
  top: 35px;
  left: 25px;
}
.single .description-single .quote .quote-mark.quote-bas {
  text-align: right;
  bottom: 34px;
  right: 25px;
}
.single .description-single .wrap-infos {
  margin-top: 19px;
  margin-bottom: 50px;
}
.single .description-single .wrap-infos .section-title {
  margin-bottom: 3px;
}
.single .description-single .wrap-infos .content {
  margin-bottom: 14px;
}
.single .description-single .wrap-details .section-title {
  margin-bottom: 0px;
}
.single .challenges, .single .actus {
  color: #005d9a;
  font-family: "Dirty Brush";
  font-size: 41px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 86px;
}
.single .actus {
  color: #fff;
  margin-bottom: 57px;
}
.single .more {
  text-align: right;
  margin: 20px 0;
  width: 100%;
  padding: 0 15px;
}
.single .more a {
  padding: 8px 40px 6px 17px;
  background-color: #fff;
  position: relative;
  color: #4d5f68 !important;
  font-family: "Knockout";
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
}
.single .more img {
  width: 20px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin: 0 !important;
}
.single .more.more-challenge {
  margin: 29px 0;
}
.single .more.more-actus {
  margin: 20px 0;
}
.single-challenge .challenges {
  margin-top: 50px;
}
.single-ecole .page-titre p {
  padding: 15px 0 52px !important;
}
.single-ecole #breadcrumbs {
  margin-bottom: 90px !important;
  padding-top: 17px !important;
}
.single-ecole .description-single .title {
  line-height: 48px;
  margin-bottom: 21px;
}
.single-ecole .image-single {
  margin-bottom: 30px !important;
}
.challenge-card {
  padding: 40px 0 31px;
  background: #fff;
  position: relative;
  margin-bottom: 50px;
}
.challenge-card .first-part {
  padding: 0 13px;
}
.challenge-card .first-part .wrap {
  display: flex;
}
.challenge-card .second-part {
  padding: 0 13px;
  text-align: center;
}
.challenge-card .statut {
  text-align: center;
  padding: 7px 23px 16px 27px;
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 28px;
  font-weight: 400;
  line-height: 29.41px;
  text-transform: uppercase;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.challenge-card .statut.soon {
  background: url("../img/statut-challenge-biseau-soon.png") no-repeat center transparent;
  background-size: contain;
}
.challenge-card .statut.releve {
  background: url("../img/statut-challenge-biseau-releve.png") no-repeat center transparent;
  background-size: contain;
}
.challenge-card .statut.encours {
  background: url("../img/statut-challenge-biseau-en-cours.png") no-repeat center transparent;
  background-size: contain;
}
.challenge-card .image {
  background: #fff;
  width: 128px;
  height: 83px;
}
.challenge-card .image img {
  max-width: 100%;
  margin: 0 !important;
}
.challenge-card .infos {
  flex-grow: 1;
  margin-left: 12px;
}
.challenge-card .infos .titre {
  color: #4d5f68;
  font-family: "Knockout" !important;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 9px;
}
.challenge-card .infos .lieu {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 22px;
}
.challenge-card .infos p {
  margin-bottom: 0;
  position: relative;
}
.challenge-card .infos p span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}
.challenge-card .infos p span img {
  margin: 0 !important;
  max-height: 100%;
}
.challenge-card hr {
  margin: 20px 0 28px;
}
.challenge-card .date {
  color: #005d9a;
  font-family: "Knockout";
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}
.challenge-card .specialites {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 21px;
}
.challenge-card .specialites span {
  color: #009ed4;
}
.challenge-card .candidature {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 55px;
}
.challenge-card .savoirplus {
  background-color: #009ed4;
  padding: 9px 65px 8px 31px;
  margin-top: 19px;
  display: inline-block;
  color: #fff !important;
  font-family: "Knockout";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
.challenge-card .savoirplus:hover {
  background-color: #005d9a;
  text-decoration: none;
}
.challenge-card .savoirplus img {
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
}
#liste_challenges .challenge-card {
  margin-bottom: 55px;
}
#liste_challenges .past {
  margin-top: 100px;
}
#filtrage {
  margin-bottom: 75px;
  margin-top: 30px;
}
#filtrage .filtre {
  display: flex;
  margin-bottom: 18px;
}
#filtrage .filtre img {
  height: 27px;
}
#filtrage .filtre span {
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 14px;
}
#filtrage .clean-filtre a {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: underline;
}
#filtrage .selects .select {
  width: 100%;
}
#filtrage .selects .select2 {
  width: 100% !important;
}
#filtrage .selects .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 2px solid #cdd1d3;
  border-radius: 0;
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 600;
  height: 48px;
  padding-top: 7px;
  padding-bottom: 9px;
}
#filtrage .selects .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 40px;
}
#filtrage .selects .select2-selection__arrow {
  display: none;
}
#filtrage .selects .select2-selection {
  position: relative;
}
#filtrage .selects .select2-selection:after {
  position: absolute;
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  color: #0cafe8;
}
#filtrage .selects .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
#filtrage .selects .btn-submit input[type=submit] {
  background-color: #009ed4;
  padding: 9px 30px 8px;
  display: inline-block;
  color: #fff !important;
  font-family: "Knockout";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
  border: none;
}
#filtrage .selects .btn-submit input[type=submit]:hover {
  background-color: #005d9a;
  text-decoration: none;
}
#unplusun {
  padding: 80px 0 0 0;
}
#unplusun h6 {
  text-align: center;
  margin: 0;
  color: #005d9a;
  font-family: "Dirty Brush";
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#unplusun .contenu {
  text-align: center;
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 29px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#unplusun .contenu .images .image {
  margin-bottom: 25px;
}
#unplusun .contenu .images .image img {
  width: 100%;
}
#contact .box {
  color: white;
  padding: 50px 30px;
  text-align: center;
}
#contact .box h6 {
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 10px;
  margin-bottom: 40px;
}
#contact .contact-tel {
  background-color: #005d9a;
}
#contact .contact-tel .telephone {
  margin-top: 30px;
  font-family: "Knockout";
  font-size: 44px;
  margin-top: 40px;
}
#contact .contact-tel .telephone p {
  color: #009ed4;
  font-size: 34px;
  margin-bottom: 0;
  line-height: 60%;
}
#contact .contact-tel .btn.contact {
  background-color: white;
  text-align: left;
  font-family: "Knockout";
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  padding: 5px 15px;
  margin-top: 20px;
}
#contact .contact-tel .btn.contact a {
  color: #005086;
}
#contact .contact-tel .btn.contact i {
  border: 1px solid #005086;
  border-radius: 50px;
  padding: 3px;
  font-size: 18px;
  color: #005086;
  margin-left: 20px;
}
#contact .newsletter {
  background-color: #009ed4;
}
#contact .newsletter .icheckbox {
  border: 2px solid #005d9a;
  background-color: #005d9a;
}
#contact .newsletter .icheckbox.checked {
  background: url(../img/check.png) no-repeat center center #005d9a;
}
#contact .newsletter .btn-row i {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
  margin-left: -50px;
}
#contact .newsletter .wpcf7-submit {
  border-radius: 0;
  text-align: left;
  background-color: #005d9a;
  color: #fff;
  font-family: "Knockout";
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  border: 0;
  padding: 5px 15px;
  width: 180px;
  line-height: 5px;
  height: 52px;
}
#contact .newsletter span.wpcf7-list-item {
  display: inline-block;
  margin: 28px 0 0 0;
}
#contact .newsletter form {
  text-align: left;
}
#contact .newsletter form .input-effect input {
  margin-top: 23px;
}
#contact .newsletter form .input-effect label {
  top: 36px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: -1;
}
#contact .newsletter form .input-effect .effect-16:focus ~ label, #contact .newsletter form .input-effect .has-content.effect-16 ~ label {
  top: 0;
  transition: 0.3s;
}
#contact .newsletter .politique {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}
#contact .newsletter .politique a {
  color: #fff;
}
#contact .newsletter .ajax-loader {
  display: none;
}
newsletter {
  background-color: #009ed4;
  padding-top: 25px;
  padding-bottom: 35px;
}
newsletter .titre-newsletter {
  display: flex;
  align-items: center;
}
newsletter h6 {
  color: #fff;
  font-family: "Dirty Brush";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 45px 40px;
}
newsletter .accroche {
  color: #fff;
  font-family: "Knockout";
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}
newsletter .icheckbox {
  border: 2px solid #005d9a;
  background-color: #005d9a;
}
newsletter .icheckbox.checked {
  background: url(../img/check.png) no-repeat center center #005d9a;
}
newsletter .btn-row i {
  color: #fff;
  font-size: 36px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
newsletter .wpcf7-submit {
  border: 0;
  text-align: left;
  width: 100%;
  height: 53px;
  background-color: #005d9a;
  color: #fff;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
  line-height: 56.13px;
  text-transform: uppercase;
  margin-top: 21px;
  padding-left: 21px;
}
newsletter span.wpcf7-list-item {
  display: inline-block;
  margin: 28px 0 0 0;
}
newsletter form .input-effect input {
  margin-top: 23px;
}
newsletter form .input-effect label {
  top: 36px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: -1;
}
newsletter form .input-effect .effect-16:focus ~ label, newsletter form .input-effect .has-content.effect-16 ~ label {
  top: 0;
  transition: 0.3s;
}
newsletter .politique {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}
newsletter .politique a {
  color: #fff;
}
.no-results {
  margin: 0 auto;
}
.no-results .texte {
  margin: 10px 0 0 0;
}
.no-results .texte h3 {
  transform: rotate(-3.5deg);
  text-align: center;
  color: #fff;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 27px 0 16px;
  position: relative;
  margin: 0;
  max-width: 300px;
}
.no-results .texte h3:before {
  transform: rotate(3.5deg);
  content: " ";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url(../img/ruban.svg) no-repeat 0 0;
  background-size: 300px;
  position: absolute;
  z-index: -1;
}
.no-results .texte p {
  display: inline-block;
  transform: rotate(-3deg);
  color: #4d5f68;
  font-family: "Knockout";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}
.no-results .texte p a {
  color: #009ed4;
}
#desinscription-newsletter {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 100px;
}
#desinscription-newsletter input {
  width: 100%;
}
#desinscription-newsletter .wpcf7-submit {
  border: 0;
  text-align: left;
  height: 53px;
  background-color: #005d9a;
  color: #fff;
  font-family: "Knockout";
  font-size: 34px;
  font-weight: 400;
  line-height: 56.13px;
  text-transform: uppercase;
  width: auto;
  padding-left: 21px;
  padding-right: 20px;
  margin-top: 30px;
}
.page-template-tpl-desinscription .page-interieure p:not(#breadcrumbs) {
  color: #4d5f68;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
.lien-annexe {
  align-items: center;
  justify-content: center;
  margin-bottom: 40px !important;
  display: none;
}
.lien-annexe i {
  margin-right: 10px;
}
.lien-annexe a {
  font-family: "Knockout";
  background: #fff;
  background-size: contain;
  color: #015993;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 15px !important;
  display: block;
}
.lien-annexe a img {
  margin-left: 4px;
  height: 10px;
}
.lien-annexe .telephone a {
  background: #015993;
  color: #fff;
}
#responsive-menu-additional-content .lien-annexe {
  display: flex;
}
@media (min-width: 768px) {
  .page-interieure {
    margin-top: 50px;
  }
  .page-template-tpl-contact .wpcf7-submit {
    width: 237px;
  }
  .single .challenges, .single .actus {
    font-size: 64px;
    line-height: 64.16px;
  }
  .single .infos-single-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .single .description-single-flex {
    display: flex;
    align-items: center;
  }
  .single .description-single .statut-challenge {
    display: inline-block;
  }
  .single .description-single .title {
    font-size: 60px;
  }
  .single .description-single .etape.arrows-parent {
    position: relative;
  }
  .single .description-single .etape.arrows-parent:before {
    position: absolute;
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    font-size: 35px;
    top: 1px;
    left: -3px;
    color: #b8bec2;
  }
  .single .description-single .etape.arrows-parent:after {
    position: absolute;
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    font-size: 35px;
    top: 1px;
    right: 3px;
    color: #b8bec2;
  }
  .single .description-single .cadre {
    display: flex;
    align-items: center;
  }
  .single .description-single .cadre .image {
    margin-left: 12px;
    margin-right: 24px;
  }
  .single .description-single .quote {
    background: url("../img/testi-biseau-blanc-droite.png") no-repeat transparent right;
    padding: 38px 100px 6px 45px;
    text-align: center;
  }
  .single .description-single .quote .quote-mark.quote-haut {
    left: 30px;
  }
  .single .description-single .quote .quote-mark.quote-bas {
    right: 68px;
  }
  .single header #main-menu .current-menu-item .nav-link:after {
    background-color: #fff;
  }
  #filtrage .clean-filtre {
    text-align: right;
  }
  #unplusun .contenu {
    font-size: 25px;
  }
  .single-post header #main-menu .current_page_parent .nav-link:after {
    background-color: #fff;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  #contact {
    display: flex;
  }
  #contact .box {
    text-align: left;
    width: 50%;
  }
  #contact .box h6 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  header .logo {
    height: 121px;
  }
  header .lien-annexe {
    position: absolute;
    right: 0;
    display: flex;
  }
  header .lien-annexe a {
    padding: 6px 15px !important;
  }
  .page-interieure {
    margin: 60px 160px 0;
  }
  #liste_ecoles_header .content {
    margin: 0 105px;
  }
  #liste_ecoles .ecole h4 {
    font-size: 39px;
  }
  #liste_ecoles .ecole .contact {
    display: flex;
  }
  #liste_ecoles .ecole .contact div {
    margin-left: 28px;
    position: absolute;
  }
  #liste_ecoles .ecole .contact .mail {
    margin-top: 0;
  }
  #unplusun {
    padding: 112px 0 0 0;
  }
  #unplusun h6 {
    font-size: 96px;
    margin-bottom: 35px;
  }
  #unplusun .contenu {
    text-transform: none;
    font-size: 40px;
  }
  #unplusun .contenu p {
    line-height: 38px;
    padding: 0 130px;
  }
  #unplusun .contenu .images {
    margin-top: 55px;
  }
  #unplusun .contenu .images .image img {
    max-height: 175px;
    width: auto;
  }
  #unplusun .contenu .images .image:nth-child(odd) {
    text-align: right;
  }
  #unplusun .contenu .images .image:nth-child(odd) img {
    margin-right: 51px;
  }
  #unplusun .contenu .images .image:nth-child(even) {
    text-align: left;
  }
  #unplusun .contenu .images .image:nth-child(even) img {
    margin-left: -37px;
  }
  .row.col-padding-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.col-padding-10 > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single #breadcrumbs {
    margin-bottom: 70px !important;
  }
  .single .image-single {
    margin-bottom: 18px;
  }
  .single .image-single img {
    margin: 12px auto !important;
  }
  .single .infos-single {
    min-height: unset;
  }
  .single .infos-single.border-b {
    border-bottom: 2px solid #b8bec2;
  }
  .single .infos-single a i {
    margin-right: 6px;
  }
  .single .description-single .quote:before {
    content: '';
    background: url("../img/tesi-triangle-blanc-gauche.png") no-repeat transparent;
    background-size: cover;
    width: 35px;
    height: 35px;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .single .more {
    padding: 0;
  }
  .challenge-card {
    margin-bottom: 0;
  }
  footer .wrapper-footer {
    display: flex;
    text-align: left;
  }
  footer .wrapper-footer ul {
    display: flex;
  }
  footer .wrapper-footer p {
    margin-left: 82px;
    margin-right: 15px;
  }
  .no-results {
    padding-top: 80px;
  }
  .no-results img {
    width: 248px;
  }
  .no-results .texte {
    max-width: 650px;
    margin-top: 40px;
  }
  .no-results .texte h3 {
    font-size: 61px;
    max-width: 488px;
    padding: 37px 0 26px;
  }
  .no-results .texte h3:before {
    background-size: 488px;
  }
  .no-results .texte p {
    font-size: 34px;
  }
  #contact .box h6 {
    font-size: 45px;
    width: 380px;
  }
  #contact .box h6.soulignement:after {
    left: 25%;
  }
  #contact .contact-tel .contenu {
    max-width: 500px;
    float: right;
  }
  #contact .contact-tel .btn.contact {
    margin-left: 60px;
    margin-bottom: 15px;
  }
  #contact .newsletter .contenu {
    max-width: 500px;
    float: left;
  }
  #contact .newsletter .wpcf7-submit {
    margin-top: 37px;
  }
  #contact .flex {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1209px;
  }
  header .main-nav {
    width: 100%;
  }
  header #main-menu {
    margin: 48px 0 0 50px;
  }
  header #main-menu .menu-item .nav-link {
    margin: 5px 14px;
  }
  header .rs_header {
    margin-top: 50px;
    margin-left: 28px;
  }
  .single .infos-single-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .text-right {
    text-align: center !important;
  }
  .page-interieure {
    margin: 35px 0;
  }
  .post-type-archive-ecole .end-page {
    display: block;
  }
  .post-type-archive-ecole .pagination {
    width: 100%;
    margin-bottom: 15px;
  }
  .fl-builder-content h2 {
    font-size: 30px;
  }
  .fl-builder-content h3 {
    font-size: 25px;
  }
  .fl-builder-content p {
    font-size: 16px;
  }
  .fl-builder-content blockquote p {
    margin: 0 20px;
  }
  .fl-builder-content ul {
    padding-left: 35px;
  }
  .fl-builder-content ul li {
    font-size: 16px;
  }
  #liste_ecoles_header {
    margin-top: 40px;
  }
  #liste_ecoles_header h2 {
    font-size: 30px;
  }
  #liste_ecoles_header p:not(#breadcrumbs) {
    font-size: 16px;
  }
  #liste_ecoles_header h3 {
    font-size: 30px;
  }
  .end-page {
    flex-wrap: wrap;
  }
  .end-page .pagination {
    margin-bottom: 20px;
  }
  footer .wrapper-footer .logo {
    margin-bottom: 35px;
  }
  footer .wrapper-footer ul li {
    padding: 12px 0;
  }
  footer .wrapper-footer p {
    padding: 0 10px;
  }
  footer .wrapper-footer .partenaire {
    margin-top: 35px;
  }
  #liste #fin_challenge {
    max-width: 284px;
    display: inline-block;
  }
  #liste_ecoles .ecole {
    margin-bottom: 15px;
  }
  #liste_ecoles .ecole .image {
    width: 100%;
  }
  #liste_ecoles .ecole.challenge_releve:after {
    height: 60px;
    width: 61px;
    right: 10px;
  }
  .single .infos-single.border-b {
    border-bottom: 2px solid #b8bec2;
  }
  .single .description-single .next-challenges p {
    margin-bottom: 15px;
  }
  .single .description-single .cadre .image {
    margin: auto;
    margin-bottom: 15px;
  }
  #filtrage .select2 {
    margin-bottom: 15px;
  }
  #unplusun .contenu {
    font-size: 22px;
  }
  #unplusun .contenu .images .image img {
    width: 50%;
  }
}
