/* RN58 - MSI */

.view--ressources-liees .view__content, .view--ressources-v2 .view__content {
  display: flex;
  flex-flow: row wrap;
}

.view--ressources-liees .view__content .view__row, .view--ressources-v2 .view__content .view__row {
  flex: 1 1 100%;
  max-width: 32.33%;
  margin-left: 11px;
}

/* .ressource_head {
  margin-bottom: 24rem;
  top: 0;
} */

.contribution--teaser {
  padding: 0 .5rem;
  position: relative;
}

.ressource_img {
  /* width: 100%;
  position: absolute;
  z-index: 0; */
  width: 100%;
  height: auto;
}

.ressource-body {
  flex: 1 1 auto;
  height: auto;
  min-height: 12rem;
  padding: 1px;
}

.ressource-card-title a {
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
}

.ressource-card-title {
  text-align: start;
}

.ressources_thematiques_groupe {
  flex-wrap: wrap;
  /*position: absolute;
  bottom: 2rem;
  padding-bottom: 8px;*/
  margin-bottom: 4rem;
}

.resource_thematique {
  background: #eaeaea;
  border-radius: 18px;
  padding: 3px 5px;
  width: auto;
  display: inline-block;
  font-size: 0.8em;
  color: #403970;
  font-size: 1.25rem;
}

.resource_thematique:hover {
  background: #2a2456;
  color: #bfbfe9;
}

.see_all_resources {
  background: #eaeaea;
  color: #2a2456;
  font-family: 'Campton Bold', arial, sans-serif;
  text-align: center;
  padding: 25px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: .3s;
  text-decoration: none;
  line-height: 1.05;
}

/*
Resultat recherche
*/

.resultat_recherche {
  border: 0.1rem solid #2a2456;
  margin-bottom: 1rem;
  border-radius: 3rem 1rem 1rem 1rem;
  min-height: 24rem;
}

.resultat_recherche .icon {
  width: 2rem;
}

.resultat_recherche .lieu, .resultat_recherche .dates {
  margin-top: 1rem;
  margin-left: 7px;
}

.resultat_recherche_block1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 2rem;
  font-size: 1.3rem;
}

.resultat_recherche_block1 .image {
  margin-top: 10%;
}

.resultat_recherche_block2 {
  display: flex;
  padding: 2rem;
  justify-content: space-between;
}

.resultat_recherche_block2 h2 {
  font-size: 2rem;
}

.resultat_recherche_block1 .libelle {
  background-color: #2a2456;
  max-width: 16rem;
  width: 16rem;
  font-size: 1.45rem;
  color: rgb(224, 224, 224);
  border-radius: 3rem 0px 30px 0;
  margin-left: 0px;
  padding: 5px;
  text-align: center;
}

.resultat_recherche_block2 .col {
  display: block;
  margin-right: 1rem;
  margin-left: 2rem;
}

.resultat_recherche_block2 .col img {
  /* width: 28rem;
  height: 15rem; */
  border-radius: 1rem;
}

.resultat_recherche_block2 .title {
  font-size: larger;
  margin-top: 0;
}

.resultat_recherche_block2 .description {
  font-size: 1.5rem;
}

.view--recherche-globale .js-pager__items {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.view--recherche-globale .js-pager__items li {
  margin: 2rem;
}

.npp_dev-check-btn-container .form-checkboxes {
  margin-top: 1rem;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  font-size: 1.2rem;
  padding: 1rem 0;
  text-align: center;
  flex: 1 1 0px;
  white-space: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.npp_dev-check-btn-container .btn {
  background-color: #2a2456;
  width: 16rem;
  margin-bottom: 1rem;
  color: #f6a800;
  text-transform: uppercase;
  text-align: center;
}

.npp_dev-check-btn-container .btn:hover {
  background-color: #f6a800;
  color: #2a2456;
  transition: 0.4s;
}

.npp_dev-check-btn-container input[type="checkbox"]:checked {
  background-color: #f6a800;
  color: #2a2456;
  display: none;
  transition: 0.4s;
}

.form-centre-de-ressources input[type="checkbox"] {
  /* display: none; */
}

article .resultat_recherche_block2 .col .description div p iframe {
  display: none;
  width: 100%;
  height: auto;
}

/* FORM CENTRE DE RESSOURCES */

.form-centre-de-ressources fieldset {
  border: 0;
  display: flex;
  box-shadow: none;
}

.form-centre-de-ressources .bordered-yellow, 
.form-centre-de-ressources input[type="radio"], 
.form-centre-de-ressources .btn,
.form-centre-de-ressources .legend, 
.contribuition-label .label {
  all: unset;
}

.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 6rem 6rem 31rem;
  border-color: transparent #f7a802 transparent transparent;
}

#views-exposed-form-recherche-globale-page-1 {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 6px 6px 7px 1px rgba(220, 220, 220, 0.75);
  -webkit-box-shadow: 6px 6px 7px 1px rgba(220, 220, 220, 0.75);
  -moz-box-shadow: 6px 6px 7px 1px rgba(220, 220, 220, 0.75);
  padding: 10px;
}

#views-exposed-form-recherche-globale-page-1 .panel {
  all: unset;
}

#views-exposed-form-recherche-globale-page-1 #edit-field-structure, #views-exposed-form-recherche-globale-page-1 #edit-sort-bef-combine {
  font-size: 14px;
}

#views-exposed-form-recherche-globale-page-1 .panel-body {
  padding: 5px;
}

.panel-default>.panel-heading {
  background-color: unset;
  border-bottom: unset;
}

/* 
.form-centre-de-ressources .btn .categorie-btn-chefck.active {
  background-color: #ececec;
  /*cursor: pointer;*/

/*height: 3rem; color: #000;*/

/*border-radius: 0.5rem;
} */

.ressources-content .ressources-rubriques .rubriques fieldset .form-checkboxes .btn.rub {
  text-align: center;
  min-width: 19rem;
  border-radius: 0.4rem;
  align-items: center;
}

/* .form-centre-de-ressources .contribuition-label:hover
{
  background-color: #ececec;
  color: black;
} */

.form-centre-de-ressources .border {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}

.form-centre-de-ressources .row-contributions {
  display: flex;
  flex-wrap: wrap;
  /* flex-wrap: nowrap; */
  margin-bottom: 1rem;
}

.form-centre-de-ressources .contribution {
  padding-right: 1rem;
  font-family: "Campton Bold", arial, sans-serif;
  font-size: 1.8rem;
  padding-left: 1rem;
}

.form-centre-de-ressources .rubriques .form-checkboxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.form-centre-de-ressources .row-contributions .btn {
  background-color: transparent;
  height: 30px;
}

article.contribution .ressource_head {
  position: relative;
}

.new_class {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient( 45deg, rgba(252, 156, 1, 0) 90%, rgba(255, 183, 0, 1) 86%);
  background: -webkit-linear-gradient( 45deg, rgba(252, 156, 1, 0) 90%, rgba(255, 183, 0, 1) 86%);
  background: linear-gradient( 45deg, rgba(252, 156, 1, 0) 90%, rgba(255, 183, 0, 1) 86%);
  top: 0.0rem;
}

.form-centre-de-ressources .row-contributions .contribution svg {
  width: 3rem;
  height: 3rem;
  fill: #acacac;
}

.form-centre-de-ressources .ressources-content {
  color: #2a2456;
  font-family: "Campton Bold", arial, sans-serif;
  font-size: 1.7rem;
  padding: 2rem 0;
  border: 1px solid #eaeaea;
}

.form-centre-de-ressources .ressources-content .check-label {
  font-size: 1.4rem;
}

.form-centre-de-ressources .ressources .btn {
  height: auto;
  width: auto;
  margin: auto;
  cursor: pointer;
  min-width: unset;
  /* margin: 1rem 1rem 0 0; */
  margin: 1rem;
  padding: 1rem;
  font-size: 1.3rem;
}

.form-centre-de-ressources .ressources .categorie-btn-chefck {
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 0.4rem;
}

.form-centre-de-ressources .ressources label.active {
  background-color: #403970;
}

.form-centre-de-ressources .ressources .categorie-btn-chefck.active span, .form-centre-de-ressources .ressources .categorie-btn-chefck .active {
  color: #f5a800;
}

.form-centre-de-ressources .rubriques {
  display: flex;
  flex-wrap: wrap;
}

.form-centre-de-ressources .rubriques fieldset {
  margin-bottom: 0;
}

.form-centre-de-ressources .rubriques label.active {
  background-color: #f7a802;
  color: #bfbfe9;
}

.form-centre-de-ressources .rubriques .btn {
  cursor: pointer;
  margin: 1rem 1rem 0 0;
  padding: 1rem;
  background-color: #eeeeee;
  border-left: 6px solid #f7a802;
}

.form-centre-de-ressources .search-api-form-text {
  padding: 0rem 2rem 0rem 5rem;
  /*height: 27rem;*/
  border-left: 1px solid #cccbcb;
  margin: 0rem 0rem 0rem 0rem;
}

.form-centre-de-ressources .search-api-form-text .btn {
  height: 4rem;
  padding-left: 1rem;
  margin-top: 2.5rem;
  background-color: #f5a800;
  padding-right: 1rem;
  cursor: pointer;
}

.form-centre-de-ressources .search-api-form-text .btn:hover {
  background-color: #403970;
  color: #f5a800;
  transition: .4s;
}

.help-message-centre-de-ressources {
  font-size: 1.6rem;
  text-align: justify;
  color: #000;
  margin: -28px 0 3rem;
}

/*

.form-centre-de-ressources .contribuition-label label:hover,
.form-centre-de-ressources .contribuition-label label.active {
  background-color: #ececec;
  color: black;
} 

.form-centre-de-ressources .ressources-rubriques {
  padding: 0rem 0rem 0rem 0rem;
  margin: 0rem 0rem 0rem 0rem;
}


.form-centre-de-ressources .contribuition-label label .icon:hover
{
  color: black;
} 

.form-centre-de-ressources .contribuition-label label span:hover
{
  color: black;
} */

.icofont-video-cam, .icofont-newspaper, .icofont-ebook, .icofont-dashboard-web, .icofont-learn {
  font-size: 3rem;
  padding-right: 1rem;
  /* color: #696969; */
}

.form-centre-de-ressources .form-checkboxes {
  display: flex;
  flex-flow: row wrap;
}

/* .contribuition-label [class*=" icofont-"], [class^=icofont-] {
  font-size: 3rem;
  padding-right: 1rem;
  color: grey;
} */

/****** FIN FORM CENTRE DE RESSOURCES *******/

/******* RECHERCHE GLOBALE ******************/

.view--recherche-globale--page-1 .lw_mp_checkboxes .form-item label, .view--recherche-globale--page-1 .lw_mp_checkboxes .fieldset-legend {
  color: #2a2456;
  font-family: "Campton Bold", arial, sans-serif;
  font-size: 0.7em;
  font-weight: 700;
}
.paragraph--type--bloc-boutons .paragraph__column{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* 
@media (max-width: 1200px) {
  .view--ressources-liees .view__content,
  .view--ressources-v2 .view__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .new_class {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(
    45deg,
    rgba(252, 156, 1, 0) 86%,
    rgba(255, 183, 0, 1) 86%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(252, 156, 1, 0) 86%,
    rgba(255, 183, 0, 1) 86%
  );
  background: linear-gradient(
    45deg,
    rgba(252, 156, 1, 0) 86%,
    rgba(255, 183, 0, 1) 86%
  );
}

  article .resultat_recherche_block2 .col .description div p iframe {
    display: flex;
    width: 100%;
    height: auto;
  }
  .form-centre-de-ressources .row-contributions {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .triangle {
    margin: 0rem 0rem 0rem 29em;
  }
} */

.form-centre-de-ressources .contribuition-label label {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0rem;
  padding: .5rem 1rem;
  border-radius: 0.5rem;
}

.form-centre-de-ressources .contribuition-label .btn {
  background-color: transparent;
}

.form-centre-de-ressources label.categorie-btn-chefck {
  justify-content: center;
}

.form-centre-de-ressources .contribuition-label .element-body {
  display: inline-flex;
  margin: 0rem 1rem 1rem 0rem;
}

.form-centre-de-ressources .contribuition-label label {
  display: flex;
}

.form-centre-de-ressources .categorie-btn-chefck .contribuition-label {
  margin-top: auto;
  margin-bottom: auto;
}

.form-centre-de-ressources .contribuition-label label {
  color: grey;
}

.form-centre-de-ressources .contribuition-label label .icon, .form-centre-de-ressources .contribuition-label label span {
  color: currentColor;
}

.form-centre-de-ressources .contribuition-label label.active, .form-centre-de-ressources .contribuition-label label:hover {
  color: black;
  background-color: #f7a802;
  /* background-color: #ececec; */
}

.form-centre-de-ressources .contribuition-label label.code-resp {
  color: #f7a802;
}

.form-centre-de-ressources .contribuition-label label.code-resp.active {
  color: black;
  background-color: #f7a802;
}

.form-centre-de-ressources .ressources-rubriques .panel-body {
  padding: 0;
}

.form-centre-de-ressources .panel-default>.panel-heading {
  /*margin-left: 2rem;*/
}

.resultat-recherche-btn-consulter {
  background-color: #f5a800;
  color: #2a2456;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.resultat-recherche-btn-consulter:hover {
  background-color: #2a2456;
  color: #f5a800;
  padding: 4px;
  border-radius: 4px;
  text-decoration: none;
  transition: .4s;
}

.lieu-date {
  display: inline-flex;
}


.paragraph_bouton_group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  margin-left: auto;
  margin-right: auto;
}


.paragraph_bouton_group a {
  margin: 10px;
  color:#f0f0f0;
  background-color: #2A2456;
}

.paragraph_bouton_group a:hover {
  transition: .3s;
  background-color: #F2A600;
  color:#2A2456 ;
}

.session_content {
  margin-bottom: 2rem !important;
}

.npp-centre-de-ressoures-field-thematique .form-checkboxes .categorie-btn-chefck:nth-child(n+6):not(.active) {
  display: none;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .form-checkboxes {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .view--ressources-liees .view__content, .view--ressources-v2 .view__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  /* .view--ressources-liees .view__content .view__row,
  .view--ressources-v2 .view__content .view__row {
    /* flex: 1 1 100%; 
    max-width: 76%;
  } */
  article .resultat_recherche_block2 .col .description div p iframe {
    display: flex;
    width: 100%;
    height: auto;
  }
  .form-centre-de-ressources .row-contributions {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .container {
    width: auto;
  }
  .view--ressources-liees .view__content .view__row, .view--ressources-v2 .view__content .view__row {
    max-width: 30%;
  }
  .ressources_thematiques_groupe {
    bottom: 0;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 460px) {
  .view--ressources-liees .view__content, .view--ressources-v2 .view__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .form-checkboxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .new_class {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient( 45deg, rgba(252, 156, 1, 0) 90%, rgba(255, 183, 0, 1) 86%);
    background: -webkit-linear-gradient( 45deg, rgba(252, 156, 1, 0) 90%, rgba(255, 183, 0, 1) 86%);
    background: linear-gradient( 45deg, rgba(252, 156, 1, 0) 90%, rgba(255, 183, 0, 1) 86%);
  }
  .view--ressources-liees .view__content .view__row, .view--ressources-v2 .view__content .view__row {
    max-width: none;
    margin-left: 0;
  }
  .resultat_recherche_block1 {
    flex-wrap: wrap;
  }
  .resultat_recherche_block2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .resultat_recherche_block3 {
    flex-wrap: wrap;
  }
  article .resultat_recherche_block2 .col .description div p iframe {
    display: flex;
    width: 100%;
    height: auto;
  }
  .form-centre-de-ressources .ressources-rubriques {
    text-align: center;
  }
  .form-centre-de-ressources .search-api-form-text {
    border-left: none;
    margin: 2rem auto 2rem 0rem;
  }
  .form-centre-de-ressources .contribution {
    border-left: none;
    border-right: none;
  }
  .form-centre-de-ressources .row-contributions .contribution {
    width: 90%;
    margin: auto;
  }
  .form-centre-de-ressources .contribution .categorie-btn-chefck {
    justify-content: start;
    /* margin-left: 3rem; */
  }
  .form-centre-de-ressources .row-contributions {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .form-centre-de-ressources .rubriques .form-checkboxes {
    justify-content: center;
  }
  .triangle {
    margin: 0rem 0rem 0rem 6.3rem;
  }
  .contribution--teaser {
    padding: 1px;
  }
  body.mobile-header header {
    box-shadow: none;
  }
  .container {
    width: auto;
  }
  .resultat_recherche .lieu, .resultat_recherche .dates {
    margin-right: 0px;
    text-align: end;
  }
  .lieu-date {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .resultat_recherche_block2 .image {
    margin-top: 2rem;
  }
}/*Ajout Région Normandie 2022/03/15 */		.paragraph--type--bloc-bouton{		margin-top:0;	}	.paragraph_bouton_group{		margin:0;	}	div.paragraph {    margin-top: 10px;	}/* Fin Ajout Région Normandie 2022/03/15 */	