/** formations-familles **/
.formations-familles .badge{
    float: right;
}

.formations-familles .img-section-family-container{
    max-width: 25px;
}

.formations-familles .block-formations-date{
    cursor: unset;
}

.formations-familles a{text-decoration: none;}
.formations-familles a:hover{color: #23527c; text-decoration: underline;}

/** formations-familles **/


.content-training{
    text-align: justify;
    background-color: #EEEEEE;
    padding: 15px;
}




/** block-formations-date **/
.block-formations-date .img-section-family{
    max-width: 40px;
}

.btn-inscription{
    float: right;
}
.btn-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.block-formations-date{
    text-align: center;
    padding: 20px 0;
    margin: 10px 20px;
    border-color: #404194;
    background-color:#eff3f2;
    cursor: pointer;
}
.block-formations-date .panel-heading{text-align: center;}
.block-formations-date img{ width: auto !important; max-height: 91px;}

.owl-formations-home  .block-formations-date{
    background-color: transparent;
}
.panel-default{border: solid 1px #ddd; border-radius: 4px;}
.panel-footer{padding: 10px 15px;}
.block-formations-date .panel-body{
    min-height: 170px;
    vertical-align: middle;
    background-color:#eff3f2;
    padding: 15px;
}
.block-formations-date .date{
    font-weight: bold;
}
.block-formations-date .lieu{
    text-transform: uppercase;
}
.block-formations-date .title_formation{
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Josefin-Sans-Bold';
}
.block-formations-date .panel-footer button{
    width: 100%;
}
.block-formations-date .panel-heading{
    background-color:#eff3f2;
    border-bottom-color: transparent;
    padding: 10px 15px;
}
.block-formations-date .img-section-family{
    margin: auto;
}
.block-formations-date a{
    width: 100%;
    text-decoration: none;
    color: #FFF;
    font-weight: 1.4em;
}

.formations-next-week .block-formations-date{
    margin: 10px 0px;
}

/** block-formations-date **/


#s-view-formation p{
    line-height: 1.3em;
    font-size: 1.1em;
}
#s-view-formation label{
    font-weight: bold;
    line-height: 1.2em;
    font-size: 1.2em;
    margin-bottom: 14px;

}

.block-all-formations h2{
    color: #404194 !important;
}

.block-all-formations li{display: block; width:100%;}

.block-all-formations a,
.block-all-formations a:hover{
    color: #535353;
    text-decoration: none;
}

.block-all-formations .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.block-all-formations .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.gallery-container-item {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-bloc-caption {
    width: 100%;
    background-color: rgba(3, 3, 3, 0.289);
    position: relative;
    top: 217px;
    padding-top: 15px;
}

.gallery-bloc-contour {
    position: absolute;
    bottom: 30%;
    top: 30%;
    font-size: 5em;
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.gallery-bloc-legend {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    color: #fff;
    font-size: 1.2em;
}

#ged-table-role-list td{
    vertical-align: middle;
}

.gallery{width:50%; margin: 20px auto;}

/** block-formations-rglt-search **/
.block-formations-rglt-search .panel-body{
    padding: 0px !important;
}

.block-formations-rglt-search .filter-formation-rglt,
.block-formations-rglt-search .filter-formation-month,
.block-formations-rglt-search .filter-formation-departement{
        cursor: pointer;
}

.block-formations-rglt-search .filter-formation-rglt span{
    display: none;
}

.block-formations-rglt-search .isSelected{
    font-weight: bold;
    color: #404194;
}

.block-formations-rglt-search .isSelected:before{
    font-family: 'Glyphicons Halflings'; 
    font-weight: bold;
    color: #404194;
    content:"\e013";
}

.block-formations-rglt-search .accordion-toggle:after {
    font-family: 'Glyphicons Halflings'; 
    content: "\e114";
    float: right;
    color: grey;
}
.block-formations-rglt-search .accordion-toggle.collapsed:after {
    content: "\e080";    
}

.collapse-list-group{
    margin-top: 10px;
}



.footer_page{
    background-color: #404194;
    text-align: center;
    color: #fff;

}

blockquote {
    background: #eff3f2;
    color: #535353;
    border-radius: 5px;
}

blockquote p {
    padding: 15px;
}

#header-conteur{
    /*position: absolute;
    top: 1px;*/
    text-align: center;
    z-index: 10000;
}

#background-carousel{
	/*position: absolute;
	width: 100%;
	height: 460px;
    z-index: -1;*/
    min-height: 120px;
}

#background-carousel .item {
	width: 100%;
	max-height: 500px;
	min-height: 500px;
}
#background-carousel .owl-carousel .owl-item img{
    width: unset !important;
}

#background-carousel  .img-head-background{
    height: 500px;
    background-size: cover;
    width: 100%;
}

#s-formations-list .dd{
    max-width: 100%;
}
#s-formations-list .dd-item{
    display: flex;
    align-items: center;
}
#s-formations-list .dd-handle{
    
    border: none;
    background: transparent;
}
#s-formations-list .list-table{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

#s-formations-list .list-table label{
    font-weight: bold;
}
.btn-default {
  color: #FFF;
  background-color: #404194;  
}
.btn-default:hover {
  color: #404194;
  background-color: #FFF;
  border-color: #404194;
}
#s-formations-list .dd-handle-change{
    background-color: #fcf8e3 !important;
}

#s-formations-list .list-order,
#s-formations-list .list-uid{
    width: 5%;
}
#s-formations-list .list-title{
    width: 30%;
}
#s-formations-list .list-family-title{
    width: 20%;
}
#s-formations-list .list-teacher{
    width: 23%;
}

#s-formations-list .actions{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 19%;

}

/********************************* s-formations-form-doc *********************************/

/*#s-formations-form-doc h2{
    color: #fff;
}*/


#s-formations-form-doc .formations-next-week .block-formations-date,
#s-formations-form-doc .formations-this-month .block-formations-date{
    cursor: unset;
    text-align: center;
    min-height: 250px;
    margin: 10px 20px;
}

#s-formations-form-doc .formations-next-week .block-formations-date a,
#s-formations-form-doc .formations-this-month .block-formations-date a{
    width: unset;
}

/********************************* s-formations-form-doc *********************************/

#s-form-formation form{padding: 10px; border: solid 1px #CCC; border-radius: 10px; -webkit-box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.5); box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.5);}

/********************************* section_formations *********************************/


.description{
    text-align: initial !important;
}

/*********************** HOME formation_family_section ****************************/
#formation_family_section{ background-color: #e9e9e9; margin-top: 50px; padding: 55px 0px; text-align: center; font-family: 'Josefin-Sans-Bold';}
#formation_family_section a{text-decoration: none;}
#formation_family_section a:hover{ text-decoration: none; }
#formation_family_section .block-formations{background-color: white; padding:15px 25px 25px 25px; margin-bottom: 15px; min-height: 288px;}
@media screen and (min-width: 768px) and (max-width: 991px){
    #formation_family_section .block-formations{min-height: 370px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #formation_family_section .block-formations{min-height: 349px;}
}
#formation_family_section .block-formations i, #formation_family_section .block-formations svg{display: block; font-size: 95px; margin:0px auto 35px;}
#formation_family_section .block-formations span.label{font-size: 1.5em; font-weight: 700; margin-bottom: 20px; text-transform: uppercase;}
#formation_family_section .block-formations p{font-size: 1.35em; }

/************************ section HOME formation_affiche_home *****************************/
#formation_affiche_home h2{font-family: 'Josefin-Sans-Bold'; text-transform: uppercase;}
#formation_affiche_home i, #formation_affiche_home svg{font-size: 35px;}

/************************ section HOME home-formations-links *****************************/
#home-formations-links{
    background-color: #fff;
    margin: 50px 0px;
}
#home-formations-links h2{
    font-weight: bold;
    font-size: 2.14rem;
    color: #000;
    font-family: 'Josefin-Sans-Bold';
    margin-top: 0px;
}
#home-formations-links .btn-go{
    color: #fff;
    background-color: #404194;
    font-size: 1.42rem;
    padding: 10px 50px;
    border: none;
}
#home-formations-links .blocActions {height: 100%;}
#home-formations-links .jumbotron{
    min-height: 295px;
    padding: 48px 60px;
    background-color: #eee;
    margin-bottom: 30px;
    border-radius: 6px;
}
#home-formations-links .jumbotron p{
    padding-right: 50px;
    font-size:1.5em;
}
#home-formations-links .jumbotron-bg{
    background-position-x: 105%;
    background-position-y: 150%;
    background-repeat: no-repeat;
    background-color: #ed7a2d;
    color: black;
    background-image: url( /sites/lalanternekdy/template/images/home/actionsDuMois.png );
}
#home-formations-links .jumbotron-bg-1{
    background-position-x: 105%;
    background-position-y: 150%;
    background-repeat: no-repeat;
    background-color: #f0c8ec;
    color: black;
    background-image: url( /sites/lalanternekdy/template/images/home/toutesLesActions.png );
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    #home-formations-links .jumbotron-bg{
        background-position-x: 150%;
        background-position-y: 50%;
    }
    #home-formations-links .jumbotron-bg-1{
        background-position-x: 160%;
        background-position-y: 50%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1439px){
    #home-formations-links .jumbotron-bg{
        background-position-x: 130%;
        background-position-y: 50%;
    }
    #home-formations-links .jumbotron-bg-1{
        background-position-x: 135%;
        background-position-y: 50%;
    }
}
#home-formations-links .img-perso{
    position: absolute;
    right: 35px;
    bottom: 50px;
}

@media screen and (max-width: 425px ){
    #home-formations-links h2{
        font-size: 2.5rem;
    }
    #home-formations-links .jumbotron p{
        font-size: 1.8rem !important;
    }
    #home-formations-links .jumbotron-bg, #home-formations-links .jumbotron-bg-1{
        background-image: none;
    }
    #home-formations-links .img-perso{
        bottom: 30px;
    }
}
@media screen and (min-width: 768px){
    #home-formations-links .container .jumbotron{padding-right: 85px !important;}
}




#home-formations-links .formation-actions{
    text-align: center;    
}
#home-formations-links .formation-actions a.btn-default{
    /*background-color: #48a65a;*/
    background-color: #0DA154;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 20px 50px;
    font-size:1.15rem;
}
/*#home-formations-links{ background-color: #e7ede3; padding: 70px 0px 50px 0px;}
#home-formations-links .formation-links,
#home-formations-links .formation-actions{
    text-align: center;
    padding-bottom: 50px;

}

#home-formations-links .formation-links a,
#home-formations-links .formation-links a:hover{ 
    text-decoration: none;
    color: #535353;

}

#home-formations-links .formation-actions a.btn-default{
    background-color: #48a65a;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 20px 50px;

}*/

/************************** section HOME formation_afficheNext_home *************************/
#formation_afficheNext_home h2{font-family: 'Josefin-Sans-Bold'; text-transform: uppercase;}
#formation_afficheNext_home i, #formation_afficheNext_home svg{font-size: 35px;}

#footerDatablock{max-height: 68px; margin: 0px auto;}

/************************** Bloc téléchargements ******************************************/
.c-footer{display: none;}