.icone-informations:before{
  content: "i";
  font-family: marianne,Arial,sans-serif !important;
  vertical-align: 20%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
button#help_aides_aux_etudes {
  width: 20px;
  height: 20px;
  border: 1.5px  solid #E0E2E6;
  opacity: 1;
  text-decoration: unset;
  float: right;
}
.formation-item.o-ressources-dynamiques , .aide-flag {
  position: relative;
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.formation-item.o-ressources-dynamiques .flag-favoris {
  top: 1rem;
  right: 1rem;
  background-color: transparent;
}
.o-ressources-dynamiques.formation[class*=type--]:before {
  content: "" !important;
}

.aide.o-ressources-dynamiques .flag-favoris {
  top: 1rem !important;
  right: 1.8rem !important;
  background-color: transparent!important;
}

.wysiwyg.wysiwyg_cta p {
  margin-bottom: 1rem;
}
h3.o-teaser__title.youtube_video {
  color: #000091;
}

.fake-label {
  font-size: 1.4rem;
  font-family: marianne, Arial, sans-serif;
  text-transform: uppercase;
}

.form-description.message {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.toolbar .toolbar-icon-pns-system-configuration-regionalisation:before{
  background-image: url(../icons/region-icon.svg) !important;
}

.select-regions-agenda {
  background: #cdf1f2 !important;
  margin-bottom: 2rem;

}
.o-ressources-dynamiques.aide {
  padding-left: 0;
  padding-right: 0;
}

.delimit-region .header-btn::after {
  display: none !important;
}

.select-regions, .delimit-region {
  display: flex;
}

.path-recherche-aides-financieres .header-search #views-exposed-form-recherche-projets-page-1 {
  margin-bottom: 2rem;
}

form.user-form.user-edit-form#user-form a.button--danger{
  text-decoration: none;
  color: #fff;
  background-color: #000091;
  border-color: #000091;
  position: absolute;
  font-weight: 900;
  border: 0.1rem solid transparent;
  padding: 0.9rem 1.9rem;
  font-size: 1.4rem;
  line-height: normal;
  border-radius: 2.3rem;
  width: 16.6rem;
  right: 15px;
  bottom: -40px;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

form.user-form.user-edit-form#user-form a.button--danger:hover{
  background-color: #00006b;
  border-color: #00005e;
}