.menu-jeu{
  padding-bottom: 20px;
}
.partie-list ul,
.exercice-list ul {
  padding-left: 0;
}


li.partie,
li.exercice
{
  list-style: none;
}
ul.exercice-list{
  margin-bottom: 0;
}
.menu-parties,
.menu-exercices
{
  width: 100%;
  min-height: 40px;
}
.menu-parties ul.partie-list,
.menu-parties ul.exercice-list{
}

.menu-parties ul.partie-list > li > a{
  text-decoration:none;
  color:#283365;
  padding:5px 13px;
  border-radius:9px;
}

.menu-parties ul.partie-list > li.actif > a{
  text-decoration:none;
  background-color:#283365;
  color:#ffffff;
  box-shadow:1px 1px 5px rgba(0,0,0,0.3)
}

.menu-parties,
.menu-exercices{
  display:flex;
}
.menu-parties > .titre,
.menu-exercices > .titre{
  text-transform:uppercase;
  color:#283365;
  font-weight: bold;
}
.menu-parties > .titre{
  color:#6C63FF;
}


.menu-exercices,
.menu-parties,
.menu-exercices .titre,
.menu-parties .titre,
.menu-exercices .exercice-list,
.menu-parties .partie-list,
.menu-exercices .exercice-list > li,
.menu-parties .partie-list > li
{
  display: inline-block;
}



.menu-exercices > .titre{
  text-transform:uppercase;
  border-top:2px solid #283365;
}
.menu-exercices ul.exercice-list > li > a{
  text-decoration:none;
  color:#ffffff;
}
.menu-exercices ul.exercice-list{
  background:#6C63FF;
  border-radius:9px;
  margin-bottom: 0;
  margin-left: 2rem;
}
.menu-exercices ul.exercice-list > li > a{
  padding:5px 10px;
  display:inline-block;
}
.menu-exercices ul.exercice-list > li.actif > a{
  background:#ffffff;
  color:#283365;
}

/** FRONT Exercice */
.encart-presentation {
  box-shadow: 15px 15px 20px #2699fb17 !important;
  padding: 25px
}
.encart-presentation  label {
  font-weight: bold;
  display: block;
  margin: 20px0 10px 0;
}

.encart-presentation textarea {
  max-width: 100%;
}
.informations-essentielles div.image {
  float: left;
  height: 50px;
}
.informations-essentielles div.image img{
  width: 50px;
  height: 50px;
}
.informations-essentielles p.titre {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 4px 0px;
}
.informations-essentielles p.resume {
  font-size: 0.8rem;
}
.indice.new {
  position: relative;
  bottom: 30px;
  float: left;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container.informations{
  margin-top: 130px;
}
.secondary-bg.informations-essentielles {
  padding: 15px;
}

.dashboard-session a.bouton {
  text-decoration: none;
}
.btn-annuler {
  width: 100%;
  display: block;
  border-radius: 0px;
  text-align: center;
}

.dashboard-session .disabled {
  background: #bfbfc2 !important;
  cursor: not-allowed;
}
#modalChallenge .modal-content
{
  max-width: 100% !important;
  height: 100% !important;
}
#modalChallenge .modal-dialog
{
  max-width: 90% !important;
  height: 90% !important;
}
.node--type-challenge header,
.node--type-challenge #footer-desktop,
.node--type-challenge #mySidenav,
.node--type-challenge #burger-menu
{
  display: none;
}
#modalChallenge .modal-content {
}
.node--type-challenge #main-wrapper
{
  background: none !important;
}
body.node--type-challenge  {
  background: #FFF;
  overflow: hidden;
  height: 100vh !important;
}
#drop a {
  padding: 40px 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: block;
}
.question-outer .texte span {
  font-size: 0.7rem;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*div#block-menudesktopblockblock {
  width: 100% !important;
}
.menu-principal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu-items {
  text-align: center;
  justify-content: center;
  flex: 3;
  display: flex;
  align-items: center;
  height: 100%;
}
.menu-login {
  text-align: right;
  justify-content: flex-end;
}
.menu-items ul > li {
  list-style: none;
  height: 100%;
  display: flex;
  padding: 0 24px;
  align-items: center;
  border-left: 3px #FFF solid;
}
.menu-items ul > li.first {
  border: none;
}
.menu-items ul {
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
}


.menu-items a {
  color: #FFF;
  text-decoration: none;
}

.menu-logo {
  padding: 10px 0px 10px 150px;
}
.menu-logo img {
  width: 170px;
}

.menu-login a:before{
  content: url(../img/logout.svg);
  top: 9px;
  left: -5px;
  position: relative;
}


.menu-login a {
  list-style: none;
  height: 100%;
  display: flex;
  padding: 0 24px;
  align-items: center;
  color: #FFF;
  font-size: 0.8rem;
  line-height: 80px;
  text-decoration: none;
}*/

/*  SLIDER HOME */
article {
  margin-top: 0px;
}

.text-intro {
  padding-top: 50px;
}

.text-intro h1 {
  font-size: 2rem;
}
.logo-header img {
  max-width: 300px;
}
.logo-header {
  flex: 1;
  align-self: flex-end;
  position: absolute;
  top: 550px;
}

/* Parallax */
.entrepreneur {
  padding: 70px 0 150px 0;
  height: auto;
  background-attachment: fixed;
  background-position: -100px 155px;
  background-image: url(/images/parallax.jpg);
}
.partenaires {
  padding : 30px 0px !important;
}
.territoire {
  padding : 30px 0px !important;
}

.mot-directeur {
  padding : 30px 0px !important;
}
.mot-directeur {
  height: 390px;
}
.mot-directeur .col-second {
  overflow-y: hidden;
  max-height: 350px;
}


.caroussel-temoin {
  max-width: 30%;
  height: 540px;
}
.temoignage {
  height: 800px;
}

.thetemoignages {
  display: flex;
}

/*.login-block.encart-presentation ,
.login-block.encart-presentation  a
{
  color: #FFF;
}*/
.encart-presentation {
  margin: 50px 0px !important;
}



.question input,
.question textarea
{
  max-width: 100% !important;
}

.question input[type="radio"],
.question input[type="checkbox"]
{
  width: 20px !important;
  height: 20px;
  float: left;
  line-height: 50px;
  margin: 5px 20px 0px 10px;
}





.question {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.question .card-content {
  padding: 20px !important;
}
span .pj a {
  font-size: 0.8rem;
}
#upload {
  text-align: center;
  margin: auto;
}
#upload ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
#upload ul li canvas {
  top: 10px;
  left: 15px;
  width: 30px;
  position: absolute;
}
#upload ul li p {
  width: 144px;
  color: #EEE;
  font-size: 12px;
  top: 6px;
  text-align: left;
  left: 0px;
  left: 60px;
}
#upload ul li span {
  top: 10px;
}

.question span {
  font-size: 0.8rem;
  font-style: italic;
}

.menu-exercices ul.exercice-list,
.menu-parties ul.partie-list
{
  border-radius: 9px;
  margin-bottom: 0;
  background: none;
  margin-left: 0px;
}


ul.exercice-list > li {
  display: block;
  float: left;
}
ul.exercice-list > li a {
  background: #6869F6;
}
.titremenu {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.exercice-list > li:nth-child(1) a {
  -webkit-border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.menu-jeu .titre1 {
  text-transform: uppercase;
  color: #6C63FF;
  font-weight: bold;
  width: fit-content;
  text-align: center;
}
.menu-jeu .titre2 {
  text-transform: uppercase;
  color: #283365;
  border-top: 2px solid #283365;
  font-weight: bold;
  width: fit-content;
  text-align: center;
}
.logoslider {
  position: absolute;
  top: 105px;
}
.user-logged-in .logoslider {
  top: 15px;
}
.txtlider {
  position: relative;
  top: 10px;
}

.txtlider H1{
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}
.txtlider p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0 0 7px;
}
.homepres {
  background-position-x: center;
  background-image: url(/images/new_slide_home.jpg);
  height: 40vw;
  background-size: 136% auto;
}
.button-slider {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .logoslider img
  {
    width: auto;
    height: 50px;
  }
  .logo-odyssee-1
  {
    width: auto;
    height: 35px;
  }
  .txtlider H1 {
    font-size: 1.5rem;
  }
  .button-slider {
    margin-top: 24px;
  }
  .txtlider {
    top: 0px;
  }
  .text-intro {
    padding-top: 25px;
  }
  .txtlider p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .homepres {
    background-position-x: center;
    background-image: url('/images/header-new-bg-mobile.jpg');
    height: 80vw;
    background-size: cover;
    min-height: 600px;
    background-position-x: 75%;
    padding-top: 0px !important;
  }
  .logoslider img {
    width: auto;
    height: 65px;
  }

  .txtlider H1 {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;

  }
  .txtlider p {
   /* display: none;*/
  }
  .logoslider {
        position: absolute;
        top: 85px;
    }
  .button-slider {
    margin-top: 35px;
  }
  div#burger-menu {
    background: #283365 !important;
    width: 100%;
    height: 70px;
    color: #FFF;
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  #burger-menu span#open-nav {
    font-size: 30px!important;
    color: #ffffff !important;
    margin-right: 15px;
  }
  .logo-odyssee-1 {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
  }
}

/** PROGRAMMES CHIFFRES **/
.fondation-numbers .fondation-numbers-wrapper {
  position: relative;
}
.fondation-numbers .logo {
  opacity: .8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.block-numbers .number {
  text-transform: uppercase;
  text-align: center;
  padding: 1.5em 15px 1.75em;
}
@media (max-width: 500px){
    .logoslider img {
        width: auto;
    height: 45px;
    }
    .txtlider H1,.txtlider  H5 {
        font-size: 0.9rem;
        font-weight: bolder;
        margin-bottom: 0.5rem;
    }
    .logo-odyssee-1 {
        width: auto;
        margin-bottom: 10px;
        height: 35px;
    }
    .button-slider {
        margin-top: 20px;
    }
    .txtlider {
        top: 65px;
        width: 60%;
      }
}

@media (min-width: 576px){
  .block-numbers .number-figure {
    font-size: 3.125rem;
    line-height: .8;
  }
  .block-numbers .number-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px){
  .block-numbers.fondation-numbers .number {
    position: relative;
  }
  .block-numbers.fondation-numbers .number-content {
    color: #FFF;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(1) .number::after {
    border-width: 0 0 1px 1px;
    left: 50%;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(1) .number::after, .block-numbers.fondation-numbers [class*=col-]:nth-child(2) .number::after {
    bottom: -3.25em;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(2) .number::after {
    border-width: 0 1px 1px 0;
    right: 50%;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(3) .number::after {
    border-width: 0 1px 1px 0;
    right: -7%;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(4) .number::after {
    border-width: 0 0 1px 1px;
    left: -7%;
  }
  .block-numbers.fondation-numbers .number::after {
    border: 1px dotted #fff;
    z-index: 0;
  }
  .block-numbers.fondation-numbers .number::after {
    content: "";
    background: transparent;
    width: 30%;
    height: 35%;
    position: absolute;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(-n+2) {
    margin-bottom: 6em;
  }
  .block-numbers.fondation-numbers [class*=col-]:nth-child(1) .number::after {
    border-width: 0 0 1px 1px;
    left: 50%;
  }
}

@media (min-width: 1300px){
  .txtlider p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0 7px;
  }
  .txtlider H1 {
    font-size: 2.4rem;
  }
  .txtlider {
    top: 40px;
  }
}



.block-numbers .number-title {
  font-size: .8125rem;
  line-height: 1.15;
}
.block-numbers .number-figure {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.2em;
}
.block-numbers .number-picto {
  display: block;
  margin: 0 auto 2em;
}
.block-numbers .number-content {
  text-align: left;
}
.fondation-numbers .fondation-numbers-wrapper {
  position: relative;
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.fondation-numbers H2 {
  color: #FFF;
  text-align: center;
}
.container-medium.theme-secondary-medium {
  background: linear-gradient(-20deg, #6b40bd, #be69d4);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 20px 40px #2699fb33;
}
.container.fondation-numbers.block-numbers {
  margin:30px auto;

}
.number-figure {
  font-size: 3rem !important;
}
.block-numbers .number-title {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 12px;
}
.path-frontpage #main section.section {
  margin-top: -30px;
}
.entrepreneur .citation-block {
  background: #fff;
  border-radius: 110px 110px 0;
  padding: 30px;
  color: #333;
  margin-bottom: 40px;
  box-shadow: 20px 20px 20px #b866d45e;
}
.path-frontpage .col-second.ze-citations {
  position: relative;
  top: -60px;
}
div#zone-territoire p {
  font-weight: bolder;
  font-size: 0.8rem;
  color: #1e1e1e;
}
.partenaires .lign1 img,
.partenaires .lign2 img {
  margin: auto;
}
.partenaires .lign1,
.partenaires .lign2
{
  display: flex;
  align-items: center;
}
.partenaires .lign2 {
  padding: 10px 20%;
}
div#grandsaxes h1 {
  padding-bottom: 40px;
}
/** ACTUALITES **/

.block-views-blockles-dernieres-actualites-block-1 .views-row {
  width: 25% !important;
}

/** owl caroussel **/
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 15px;
  margin: 10px;
  height: 15px;
  border-radius: 50%;
  background: #6869f6 !important;
}
.owl-dots {
  text-align: center;
  margin: 10px 0 30px 0;
}
.owl-carousel .owl-item img {
  border-radius: 10px;
}
.teaser-mini-galerie img,
.node-galerie img,
.owl-item img
{
  width: 100%;
  border-radius: 10%;
  margin-bottom: 20px;
  transition: transform .2s;
  box-shadow: 0px 3px 10px #b3b3b9;;
}


.owl-inner {
  position: relative;
  padding: 10px 0;
}

.owl-inner .img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.owl-inner .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.owl-inner:hover img {
  opacity: 0.3;
}

.owl-inner:hover .middle
{
  opacity: 1;
}

.owl-inner .text {
  color: black;
  font-size: 1.2rem;
  padding: 16px 32px;
}




.teaser-mini-galerie h2 {
  font-size: 1.5rem;
}

.teaser-mini-galerie img:hover,
.node-galerie img:hover,
.owl-item img:hover,
.node-galerie img:hover
{
  transform: scale(1.05);
  box-shadow: 0px 3px 10px #fbb5b5;
}

.owl-carousel.owl-drag .owl-item {
  padding: 5px;
}

.path-frontpage .owl-carousel .owl-item img {
  border-radius: 50%;
}

.path-frontpage #block-views-block-page-galerie-photo-block-1 {
  background: #e1e8fb;
  padding: 70px 0;
}

.temoignage-unique {
  max-width: 900px !important;
  min-height: 170px !important;
  height: auto;
}
.img-temoin > img {
  width: 180px !important;
  height: 180px!important;
}
.temoignage-unique {
  position: relative;
}
.temoignage-unique .col-9 a{
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.node--type-temoignages .temoignage-unique {
  display: block;
  min-height: 500px !important;
  margin: 50px auto;
}
.node-temoignages-teaser-mini,
.item_video
{
  width: 100%;
  height: 50vw;
  display: flex;
  background-position: center;
  background-size: cover;
}
.node-temoignages-teaser-mini  .text {
  max-width: 35%;
  font-size: 2rem;
  font-weight: bolder;
  color: #FFF;
}
.node-temoignages-teaser-mini  .text span{
  font-size: 3rem;
  font-family: emoji;
}

.node-temoignages-teaser-mini.Centrer {
  text-align: center;
  align-items: center;

}
.node-temoignages-teaser-mini.Haut.Centrer {
  text-align: center;
  align-items: flex-start;
}
.node-temoignages-teaser-mini.Bas.Centrer {
  text-align: center;
  align-items: flex-end;
}

.node-temoignages-teaser-mini.Centrer .text {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
.node-temoignages-teaser-mini.Bas.Centrer .text {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
}
.node-temoignages-teaser-mini.Haut.Centrer .text {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
}


.node-temoignages-teaser-mini.Bas.Gauche {
  text-align: left;
  align-items: flex-end;
}
.node-temoignages-teaser-mini.Bas.Gauche .text {
  text-align: left;
  margin-left: 40px;
}

.node-temoignages-teaser-mini.Haut.Droite {
  text-align: right;
  align-items: flex-start;
}
.node-temoignages-teaser-mini.Haut.Droite .text {
  text-align: right;
  margin-left: auto;
  margin-top: 40px;
  margin-right: 40px;
}

.node-temoignages-teaser-mini.Haut.Gauche {
  text-align: left;
  align-items: flex-start;
}
.node-temoignages-teaser-mini.Haut.Gauche .text {
  text-align: left;
  margin-left: 40px;
  margin-top: 40px;
}

.node-temoignages-teaser-mini.Bas.Droite {
  text-align: right;
  align-items: flex-end;
}
.node-temoignages-teaser-mini.Bas.Droite .text {
  text-align: right;
  margin-left: auto;
  margin-bottom: 40px;
  margin-right: 40px;
}
.temoignages article {
  margin-top: 0px;
}
.temoignages .owl-carousel .owl-video-wrapper {
  width: 100%;
}
.temoignages .item-video  .text {
  position: absolute;
  z-index: 99999;
}

.temoignages button.owl-prev {
  position: absolute;
  top: 30%;
  font-size: 5rem;
  left: 40px;
  width: 100px;
  height: 100px;
}
.temoignages button.owl-next {
  position: absolute;
  top: 30%;
  font-size: 5rem;
  right: 40px;
  width: 100px;
  height: 100px;
}
.temoignages  svg.svg-inline--fa.fa-angle-right.fa-w-8,
.temoignages  svg.svg-inline--fa.fa-angle-left.fa-w-8
{
  height: 100px;
  width: 40px;
  color: #FFF;
}
.temoignages  .owl-dots {
  display: none;
}

.view-header H2 span {
  color: #6869f6;
}
.view-header H2 {
  padding: 0px 0px 15px 0px;
}
.teaser-mini-galerie h2 a {
  text-decoration: none;
  font-weight: bold;
}

#owl-temoignages p {
  font-family: serif;
  font-size: 1.5rem;
}
#owl-temoignages p {
  font-weight: bold;;
  font-size: 1rem;
}

#owl-temoignages .owl-carousel.owl-drag .owl-item {
  padding: 0px;
}

/** * * * * * *  DONS * * * * * * **/

.path-dons .radio-toolbar {
  margin: 10px;
}

.path-dons .radio-toolbar input[type="radio"],
.path-dons  input[type="radio"]
{
  opacity: 0;
  position: fixed;
  width: 0;
}

.path-dons .radio-toolbar label,
.path-dons  .col1 label
{
  display: inline-block;
  background-color: #ddd;
  padding: 5px 10px;
  width: 100%;
}

.path-dons input,
.path-dons fieldset
{
  width: 100% !important;
  max-width: 100% !important;
  /*margin-bottom: 5px;*/
}

.form-item-montant {
  width: 25%;
  padding: 3px;
}
.form-item-impots {
  width: 33%;
  padding: 3px;
}
.path-dons .radio-toolbar label:hover,
.path-dons .col1 label:hover
{
  background-color: #6869f6;
  color:#FFF;
}

.path-dons .radio-toolbar input[type="radio"]:focus + label,
.path-dons  input[type="radio"]:focus + label
{

}

.path-dons .radio-toolbar input[type="radio"]:checked + label,
.path-dons  input[type="radio"]:checked + label
{
  background-color: #6869f6;
  color:#FFF;
}

.path-dons .typepaiement  input[type="radio"]:checked + label {
  padding: 15px;
}

.path-dons  div#edit-montant,
.path-dons  div#edit-impots
{
  display: flex;
}
.path-dons .form-check {
  display: block;
  min-height: 1rem;
  padding-left: 0em;
  margin-bottom: 0.125rem;
}

.path-dons h3{
  text-transform: uppercase;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.path-dons .block-dons{
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px #e9e9e9;
  -moz-box-shadow: 0px 0px 1px 1px #e9e9e9;
  box-shadow: 0px 0px 1px 1px #e9e9e9;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 30px;
}
.path-dons h2 {
  font-size: 1.2rem;
}
.path-dons .form-item-impots label.form-check-label {
  height: 4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.form-check-input[type=checkbox] {
  width: 10px !important;
  height: 23px;
  padding-right: 20px;
  margin-right: 10px;
  margin-left: 0px !important;
  float: left;
}

.path-dons .form-item-moral-0 label,
.path-dons .form-item-newsletter-0 label
{
  font-weight: normal;
}
.path-dons select {
  width: 100% !important;
  min-width: 100%;
  border: 1px solid #a6a6a6;
  border-radius: 0px;
}

.block-dons.buttons {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.block-dons.buttons a {
  margin-bottom: 10px;
  text-decoration: none;
}

input#edit-montantlibre {
  background: #e1e8fb;
}
.form-dons.container {
  margin-bottom: 50px;
}
/** ALL **/
.header-new {
  margin-bottom: 50px;
}
.header-new img {
  width: 100%;
}
/** ACTUALITE *****/
.notre-actualite article.post-show img,
.node--type-article article.post-show img
{
  width: 100%;
}
.notre-actualite .titre-teaser ,
.notre-actualite .extrait-teaser,
.node--type-article .titre-teaser ,
.node--type-article .titre-teaser ,
.node--type-article .extrait-teaser
{
  padding: 0px 10px;
}
.notre-actualite .view-id-les_dernieres_actualites article,
.node--type-article  .view-id-les_dernieres_actualites article
{
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 20px 40px #2699fb33;
  border-radius: 15px;
  height: 40vh;
}
.notre-actualite .titre-teaser a,
.notre-actualite .extrait-teaser a,
.node--type-article .titre-teaser a,
.node--type-article .extrait-teaser a
{
  text-decoration: none;
}
.notre-actualite .post-show img:hover{
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
}
.notre-actualite .post-show img {
  transition: transform .1s;
}
.noa img {
  width: 100%;
}
.notre-actualite  #cta-actualite-aticles {
  padding: 8px 20px;
  background-color: #6869f6;
  color: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  font-size: 0.8rem;

}
a.notre-actualite article.post-shown,
.node--type-article  article.post-shown
{
  margin-top: 30px;
  background: #ffffff;
  /* padding: 10px; */
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 20px 40px #2699fb33;
}
/** NODE ARTICLE ***/
.node--type-article .image-principale {
  text-align: center;
  padding: 20px 0px;
}
.node--type-article .metadatas {
  font-size: 0.9rem;
  font-style: italic;
  color: #9e9e9e;
  font-weight: lighter;
}
.node--type-article  .content article .container {
  margin-top: 30px !important;
  padding: 30px 50px 80px 50px;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 20px 40px #2699fb33;
  border-radius: 30px;
  margin-bottom: 50px;
}
.node--type-article  img.content {
  width: 100%;
}
.contact input#edit-field-ma-demande-none,
.contact input#edit-field-ma-demande-professionnel,
.contact input#edit-field-ma-demande-enseignant,
.contact input#edit-field-ma-demande-autre
{
  width: 20px;
  height: 20px;
}

.contact #edit-field-ma-demande label {
  font-weight: normal;
}
.temoignages  div#owl-temoignages {
  padding: 0px;
  margin: 0px;
  background: #000;
  width: 100%;
  margin-bottom: -10px;
}
.notre-actualite .titre-teaser {
  padding: 0 10px;
  min-height: 60px;
}
.notre-actualite .titre-teaser h5 {
  font-size: 1.1rem;
}


.notre-actualite .extrait-teaser {
  padding-top: 0px !important;
}
.notre-actualite .post-show .image-teaser {
  margin-bottom: 10px;
}
.notre-actualite  .post-show .extrait-teaser p {
 min-height: 90px;
}
.node--type-article .post-show .image-teaser {
  margin-bottom: 10px;
}
.node--type-article .post-show h5 {
  font-size: 1.1rem;
}

article.post-show {
  display: flex;
  flex-direction: column;
}

.notre-actualite .view-id-les_dernieres_actualites article, .node--type-article .view-id-les_dernieres_actualites article {
  height: 45vh;
  margin-bottom: 20px;    overflow: hidden;
}
.notre-actualite a#cta-actualite-aticles,
.node--type-article  a#cta-actualite-aticles
{
  margin: 0px 20px;
}
.notre-actualite .titre-teaser h3,
.node--type-article .titre-teaser h3
{
  font-size: 1.0rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.notre-actualite .dernieres-actualites {
  margin: 50px auto;
}
.notre-actualite .dernieres-actualites h2,
.node--type-article  .dernieres-actualites h2
{
  margin: 25px 0px;
}
.notre-actualite .principale h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
.notre-actualite .container.post-show {
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 20px 40px #2699fb33;
  border-radius: 15px;
  height: 40vh;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .notre-actualite .container.post-show,
  .node--type-article  .container.post-show
  {
    height: auto;padding-bottom: 15px;
  }
  .notre-actualite .view-id-les_dernieres_actualites article,
  .node--type-article .view-id-les_dernieres_actualites article
  {
    height: auto;
    padding-bottom: 15px;
  }
}
@media (max-width: 728px) {
  .notre-actualite  .extrait-teaser {
    display: none;
  }
}

.node--type-nexercice .card-question:hover label {
  background: #efefff;
  border-radius: 10px;
  border: 1px #dbdbdb solid;
}
.card-content .footer-card svg {
  color: #6869f6;
  height: 30px;
  width: 30px;
}
.card-content .footer-card svg {
  font-size: 20px;
  display: none;
}
.card-question .card-input-element:checked + .card-content .footer-card svg{
  display: block;
}
.card-question .card-input-element:checked + .card-content::after {
  display: none;
}
.card-question .card-input-element:checked + .card-content {
  background: none;
}
.node--type-nexercice .owl-item .image a {
  font-size: 30px;
  padding: 10px;
}

.node--type-nexercice .question-outer .titre {
  padding-top: 30px;
}
.notre-actualite .meta-teaser {
  padding: 3px 10px;
  min-height: 10px;
  font-size: 0.8rem;
  font-style: italic;
  color: #6c6c6c;
  font-weight: lighter;
}
.card-question .fichier {
  height: 20px;
}
.card-question .card-image {
  margin: 0 -20px;
}
.temoignages .owl-carousel.owl-drag .owl-item {
  padding: 0px;
}
#videoframe_v iframe {
  width: 100%;
  height: 100%;
}



.partenaires .lign1 img, .partenaires .lign2 img, .partenaires .lign1 a, .partenaires .lign2 a {
    margin: 0 1%;
    max-width: 200px;
    max-height: 200px;
    display: flex;
    align-items: flex-start;
}

.partenaires .lign1, .partenaires .lign2 {
    max-width: 100%;
    width: 100%;
    flex-flow: wrap;
    align-items: space-around;
}

@media (max-width: 768px) {
    .node-temoignages-teaser-mini.Bas.Gauche .text,
    .node-temoignages-teaser-mini.Bas.Droite .text,
    .node-temoignages-teaser-mini.Haut.Droite .text
    {
        margin: 15px !important;
        max-width: 100% !important;
    }
    .temoignages svg.svg-inline--fa.fa-angle-right.fa-w-8, .temoignages svg.svg-inline--fa.fa-angle-left.fa-w-8 {
        width: 15px;
    }
    #owl-temoignages p{
        font-size: 0.8rem !important;
        line-height: 0.9rem !important;
    }
    .owl-item h4 {
        font-size: 0.7rem !important;
        line-height: 0.8rem !important;
    }
    .temoignages button.owl-next {
        position: absolute;
        top: 20%;
        font-size: 5rem;
        right: 0px;
        width: 30px;
        height: 100px;
    }
    .temoignages button.owl-prev {
        position: absolute;
        top: 20%;
        font-size: 5rem;
        left: 0px;
        width: 30px;
        height: 100px;
    }  
    .citation-solo.mb-5.bg-bleu {
        height: 140px !important;
    }
}


/** DNE GALERIE FIX 22 05 2024 **/
#block-views-block-page-galerie-photo-block-1 h4 {
    color: #FFF;
}