/******************************************************************
Stylesheet temporaire
******************************************************************/

/* @patch 09/11/2021 */
.stats_visites_repartition_wrapper h2 {
  margin-top:32px;
}

.chart-canvas {
  height:400px;
  margin-bottom:64px;
}

.height-500 {
  height:500px;
}

/* @patch 16/11/2021 bouton submit de l'overlay */
.overlay-submit-button{
  display: inline-block;
}

/* @patch 16/11/2021 style des boutons */
.btn-struc-link,
.btn-fav{
  transition: all ease 0.2s;
}
.btn-fav:hover,
.btn-struc-link:hover,
.btn-struc-link:active,
.btn-struc-link:focus{
  color: #fff;
  background: #494667;
}
.btn-fav:hover,
.btn-fav:active,
.btn-fav:focus{
  color: #fff;
  background: #6a9c97;
}
.btn-fav:hover,
.btn-fav:active,
.btn-fav:focus,
.btn-struc-link:active,
.btn-struc-link:focus{
  text-decoration: none;
}
.btn-struc-link:visited{
  text-decoration: none;
  color: #fff;
}

/*@path 16/11/2021 alignement du contenu de l'intranet avec le header*/
.intranet_wrapper .wrap .row{
  margin: 0;
}
.intranet_menu_wrapper.col{
  padding: 0 10px 0 0;
}
.intranet_content_wrapper.col{
  padding: 0;
}
.intranet_content_wrapper.col.col_2_3.colonne .col.col_1_1.colonne{
  padding: 0;
}
.intra-onglets .intra-onglets-profil{
  left: auto;
}
.intranet_content_wrapper a[onclick]{
  padding: 0;
}
.page-template-intranet .intra-onglets{
  flex-wrap: nowrap;
}
@media (max-width: 767px){
  .page-template-intranet .intra-onglets{
    height: auto;
    flex-wrap: wrap;
  }
  .page-template-intranet .intra-onglets-profil,
  .page-template-intranet .intra-onglets-position{
    flex: auto;
  }
}
/* @path 16/11/2021 Fiche formation : autres structures organisatrices */
.autres-structures-wrapper{
  display: flex;
  width: 100%;
  /* justify-content: space-around; */
  justify-content: space-evenly;
  margin-top: 50px;
  flex-wrap: wrap;
}
.autres-structures-wrapper .flex-item{
  width: 150px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px){
  .fiche-logo{
    width: 100%;
    max-width: 153px;
  }
}

/******************************************************************
Stylesheet: Formations passées
******************************************************************/
.formations-vignettes-old:hover{
  opacity: 0.8;
}
.formations-vignettes-old .cmap-list-item-title,
.formations-vignettes-old  .cmap-list-item-info,
.formations-vignettes-old .date-info{
  color: #7a7980;
}
.formations-vignettes-old:before,
.formations-vignettes-old.format_distance:before{
  opacity: 0.5;
}
.old-formations-contact{
  margin: 0 30px 20px 80px;
  text-align: center;
}
@media (max-width: 767px){
  .old-formations-contact{
    margin: 0 30px 20px 35px;
  }
}
.formation-essor-old .cmap-list-item-essor{
  border: 7px solid #e7344c;
  background-color: transparent;
  align-items: center;
}
.formation-essor-old .cmap-list-item-essor:before{
  display: none;
}

/******************************************************************
Stylesheet: Fiche formation espace membre
******************************************************************/
.acf-form .is-blue-bg{
  background-color: #dcdce2;
}
