@media print {
  #button-home,
  .edit,
  .disapprove,
  .delete,
  .bottom-menu-lateral,
  footer
 {
   display: none !important;
  }
  #page {
    margin-top: 20px !important;
  }
}
#region-main .tertiary-navigation {
  display: none !important;
}
#page.drawers.hasstickyfooter {
  height: calc(100vh - 60px);
}
.card-deck .card {
  flex: 1 0 32.4%;

  border:none;
  box-shadow: 1px 1px lightgrey;
  border-top: 5px solid blue;
flex-grow:0

}

.card-deck{
    margin: 0 20px
}
.parcours .card{
  border:none;
  box-shadow: 1px 1px lightgrey;
}

/*---yctest---*/
@media (max-width: 980px){
  form .p-2 > .row > div:nth-child(1) {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  form .p-2 > .row > div:nth-child(2) {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #outils-recherche .card-header,
  #outils-recherche .card-body h5 {
    display:none;
  }
  #outils-recherche {
    margin-bottom: 10px;
  }
  div#boutons-petit-ecran {
display:block;
}
  div#boutons-large-ecran {
display:none;
}
}
/*---end_yctest---*/
#page-mod-data-view #intro, #page-mod-data-view span#maincontent+h2, #page-mod-data-view form#options, #page-mod-data-view #intro+.nav {
display: none;
}
#page-mod-data-view .pagination {
display: none;
}
.text-info, .highlight {
 /*color:white!important*/
}

#resume .nav-link {
 border:1px solid #0880b2;
}

#fiche-documentation img {
/*max-width: 900px!important;*/
height: auto!important;
}

  div#boutons-petit-ecran {
display:none;
}
  div#boutons-large-ecran {
display:block;
}

#page-mod-data-view #region-main >.card:first-child>.card-body:first-child {
padding-top:0!important;
}

#fiches-prec p a, #fiches-suiv p a{
font-weight:700
font-size:1.171875rem
}

.nav-pills a.hidden-nav{
    cursor:pointer; 
    color: #0880b2;
    text-decoration: none;
    background-color: transparent;
}

.nav-pills a.hidden-nav:hover{
    cursor:pointer;
    color: #054b69;
    text-decoration:none;
}

.nav-pills a.hidden-nav.active:hover{
    color: white;
}

.web-button{
margin-bottom:10px
}
.web-button a i{
margin-right:6px
}

.help-header{
margin:20px 0 20px 0
}
.help-border{
border-bottom:1px solid lightgrey
margin-top:10px
}

.help-header p{
    line-height: 36px
}

.wrapper-parcours{
    position: relative;
    overflow-x: hidden;
    margin:0 45px;

}
.parcours{
    display: flex;
    height:100%;
    transition: transform 0.8s;
    
}

.parcours .card.border-info{
    border-top: 5px solid;
    width:280px;
    flex-basis: 280px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.block-parcours{
    margin-bottom: 15px;
    position:relative;
}

.block-parcours i.small{
    font-size: 70%;
    font-weight: 200
}

.scroll{
    position: absolute;
    width:30px;
    height: 30px;
    background-color: grey;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 40px;
    z-index: 20;
    top: 58%;
    opacity: 0.8
}

.scroll-right{
    right: 30px;

}

.scroll-left{
    left: 30px;
}

a.lien-fiche{
    font-weight: 400!important
}

.buttons-infos{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;

    

}

.buttons-infos.icons{
    justify-content:space-between;
    text-align: center;
    background: #eee;
    padding:15px 0;
}

.buttons-infos img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #ffefcc;
    margin-bottom: 10px
}


.buttons-infos h5{
    
    font-size: 16px;
    margin-bottom:0;
    color:#0880b2!important;
    font-weight: 400;

}
.buttons-infos .input-group{
    width: 30%
}

.entete-parcours img{
        width: 100%;
}

}
.img-parcours{
    height: 70px;
    width: 70px;
    margin: 15px 15px 15px 0;
    display: inline-block;
    background: white;
    border-radius: 50px;
    /* line-height: 80px; */
    overflow: hidden;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    box-shadow: -1px 1px 1px lightgrey;
    border: 2px solid white;
}


.title-entete{
     
   
    line-height: 40px;
    display: inline-block;
    width: 100%;
    background: white;
    
    
    padding-left: 30px;
    box-shadow: 1px 1px 1px lightgrey;
    margin: 20px 0;
    font-size: 1.5rem;
    
}

.title-entete.all-cards{
    border-left: 10px solid #5bc0de;
}

.entete-parcours{
    display: flex;
    align-items: center;
}


.lien-fiche h5{
    color:#0880b2!important;
    font-weight: 400;
}
.lien-fiche{
    text-decoration: none;
    color:#373a3c;
    transition: all 0.3s;
}

.lien-fiche:hover{
    
    text-decoration: none;
    color:#373a3c;
    transition: all 0.3s;
    box-shadow: 6px 5px 5px lightgrey;
}

.lien-fiche:hover i.fa{
    color:white;
}

.text-secondary{
    background: #fbf7f7;
  }
  .text-secondary img{

    width: 80%;
    padding: 15px;
    height: 100%;
    margin: auto;
  }

  .card-title{
    font-weight: 400;
  }

  .card-text{
    font-weight: 300;
  }

  .card-body{
    padding-left:1.25rem !important;
  }

.bubble-wrapper{
    padding:0 15px;
    /*justify-content: space-around;*/
    
}
.bubble-parcours{
    text-align: center;
    margin-top:20px;
}

.bubble-parcours img{
    border-radius: 60px;
    background: lightblue;
    width: 80px;
    height: 80px;
}

.img-header{
    height: 200px;
}

.back-to-top{
    position: fixed;
    bottom: 40px;
    right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: #0880b2;
    text-align: center;

}

.back-to-top a{
    display: block;
    width: 100%;
    height: 100%;
}

.back-to-top i{
    font-size: 28px;
    line-height: 35px;
    color: white;

}

.container-infos, .container-infos h4{
    margin-bottom: 20px;
}

.buttons-infos h5.title-search{
    line-height: 36px;
    margin-right: 10px;
    color:#373a3c!important;
}

.container-fluid.p-2{
    padding: 15px 15px !important;
}

.title-container{
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}

.col-md-12.buttons-infos{
    justify-content: flex-end;
}

#pastille-parcours{
    margin-right: 0;
    margin-left: 0;
}

#menu-lateral{
    padding:1rem;
    border:1px solid #dee2e6;
    border-right: none;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    flex-basis: 20%;
    position: relative;
}

.section-menu-lateral{
    margin:10px 0;
    width: 100%;
}

.section-menu-lateral .icon{
    margin-right: 0.1rem;
}
.section-menu-lateral label{
    width: 100%;
    font-weight:bold;
    margin-bottom: 0.2rem;
}


.section-menu-lateral span:first-child{

}
.bottom-menu-lateral{
    position: absolute;
    bottom: 1rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.menu-tags{
    display: flex;
    flex-wrap: wrap;
    
}

.menu-tags a:hover{
    text-decoration: none;
}

.menu-tags a:hover span{
    background-color: #457D80;
}

.menu-tag{
    background: #62AFB2;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 0.5rem;
    margin-right: 5px;
    color: white;
    margin-bottom: 5px;
}
.wrapper-fiche{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.wrapper-navigation{

}

.wrapper-menu-lateral{
   padding-bottom: 110px !important;
   min-width: 220px;
}

.wrapper-contenu{

    flex-basis: 80%;
    border-right: 1px solid #dee2e6;
border-left: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
background-color: #f8f9fa;

}

.tab-content{
    
}

.col-content{
    padding:0 2.5rem;
}

i.text-muted{
    font-size: 13px;
}

.submenu{
    margin-left: 22px;
}

.menu-description{
    margin-top: 10px;
}

.nav-tabs{
    background: white;
    border: 1px solid transparent;
margin-left: -1px;
margin-right: -1px;
border-bottom: 1px solid #dee2e6;
}

.wrapper-fiche .nav-tabs .nav-link.active{

    background-color: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #f8f9fa;
}
.section-difficulte{
    display: flex;
}

.section-difficulte label{
    width: 100px;
}

.section-difficulte .menu-level{
    margin-left: 10px;
}

#menu-parcours{
    margin: 1.5rem;
background: white;
border-radius: 10px;
}

.wrapper-parcours-list{
    display: flex;
    padding: 0.8rem
}

.wrapper-parcours-individuel{
    display: flex;
flex-direction: column;
margin-left: 10px;
}

.list-parcours-individuel{
    


}

.list-parcours-individuel a{
      width: 100%;
    padding: 5px 20px;
    display: block;
    margin-bottom: 5px;
    border:1px solid #ececec;
    text-align: center;
    color: #343a40;
    font-weight: bold;
}

.list-parcours-individuel a:hover{
    text-decoration: none;
    background-color: #fbf7f7;


}


@media (min-width: 768px){
body.mediumwidth #page.drawers .main-inner {
  
}

@media (min-width: 1080px){
body.mediumwidth #page.drawers .main-inner {
  max-width: 85% !important;
}

