/**
* Page Espace prive
*/

.path-espace-prive-conseil-administration .content-main h2,
.path-espace-prive-commission-perspective-technologique .content-main h2{
    font-size: 22px;
    font-weight: bold;
    color: #1d6ca1;
    text-transform: uppercase;
    border-left: 5px solid #fea100;
    padding-left: 10px;
    line-height: 18px;
}

.path-espace-prive-conseil-administration .content-main .view-content,
.path-espace-prive-commission-perspective-technologique .content-main .view-content{
    padding: 10px 25px;
    background: #f7f6f6;
    margin-bottom: 30px;
}
.path-espace-prive-conseil-administration .content-main .views-row,
.path-espace-prive-commission-perspective-technologique .content-main .views-row{
    border-bottom: 2px solid #e2ebf2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.path-espace-prive-conseil-administration .content-main .views-row:last-child,
.path-espace-prive-commission-perspective-technologique .content-main .views-row:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;

}
.path-espace-prive-conseil-administration .content-main .views-row .views-label,
.path-espace-prive-commission-perspective-technologique .content-main .views-row .views-label{
    float: left;
    margin-right: 5px;
    font-weight: normal;
    color: #1d6ca1;
}

.path-espace-prive-conseil-administration .content-main  .views-row .views-field .author,
.path-espace-prive-commission-perspective-technologique .content-main  .views-row .views-field .author{
    color: #258ad0;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    float: left;
}
.path-espace-prive-conseil-administration .content-main  .views-row .views-field .date-conseil,
.path-espace-prive-commission-perspective-technologique .content-main  .views-row .views-field .date-conseil{
    font-size: 14px;
    font-weight:normal;
    color: #fea100;
    border-left: 2px solid #1d6ca1;
    padding-left: 6px;
    line-height: 18px;
    font-style: italic;
    margin-left: 5px;
}
/**
* Page details espace prive
*/
.page-node-type-conseil-d-administration .layout__region .field--name-node-title,
.page-node-type-conseil-d-administration .layout__region .field--name-node-author,
.page-node-type-conseil-d-administration .layout__region .field--name-node-post-date,
.page-node-type-conseil-d-administration .layout__region .field--name-body,
.page-node-type-conseil-d-administration .layout__region .field--name-field-documents-conseil {
    padding: 10px 25px;
    background: #f7f6f6;
}
.page-node-type-commission-perspective-techno .layout__region .field--name-node-title,
.page-node-type-commission-perspective-techno .layout__region .field--name-node-author,
.page-node-type-commission-perspective-techno .layout__region .field--name-node-post-date,
.page-node-type-commission-perspective-techno .layout__region .field--name-body,
.page-node-type-commission-perspective-techno .layout__region .field--name-field-documents-conseil {
    padding: 10px 25px;
    background: #f7f6f6;
}
.page-node-type-conseil-d-administration .layout__region .field--name-node-title h2,
.page-node-type-commission-perspective-techno .layout__region .field--name-node-title h2 {
    font-size: 22px;
    font-weight: bold;
    color: #1d6ca1;
    text-transform: uppercase;
    border-left: 5px solid #fea100;
    padding-left: 10px;
    line-height: 18px;
}
.page-node-type-conseil-d-administration .layout__region .field--name-node-author,
.page-node-type-commission-perspective-techno .layout__region .field--name-node-author{
    color: #258ad0;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    float: left;
    padding-right: 5px;
}
.page-node-type-conseil-d-administration .layout__region .field--name-node-post-date .date-conseil,
.page-node-type-commission-perspective-techno .layout__region .field--name-node-post-date .date-conseil{
    font-size: 14px;
    font-weight: normal;
    color: #fea100;
    border-left: 2px solid #1d6ca1;
    padding-left: 6px;
    line-height: 18px;
    font-style: italic;
    margin-left: 0px;
}
.page-node-type-conseil-d-administration .layout__region .field--name-user-picture a img,
.page-node-type-commission-perspective-techno .layout__region .field--name-user-picture a img{
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.page-node-type-conseil-d-administration .layout__region .prefix-author-conseil,
.page-node-type-commission-perspective-techno .layout__region .prefix-author-conseil{
    float: left;
    margin-right: 5px;
    font-weight: normal;
    color: #1d6ca1;
}

.action-buttons {
    /* margin-top: 10px; */
    text-align: right;
    padding-bottom: 5px;
}
action-buttons a:hover {
    background: #258bd3;
    color: #fff;
    border-color: #258bd3;
    text-decoration: none;
}
.action-buttons a {
    border: 1px solid #cecece;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #258bd3;
    font-size: 15px;
}
.date-commentaire {
    font-size: 14px;
    font-weight: normal;
    color: #fea100;
    padding-left: 6px;
    line-height: 18px;
    font-style: italic;
    margin-left: 0px;
}
.comment-commentaires-conseil-form{
    padding-bottom: 24px;
}
.comment-commentaires-conseil-form .filter-wrapper{
    display: none;
}
.comment-commentaires-conseil-form .form-textarea-wrapper textarea{
    width: 95%;
}
.comment-commentaires-conseil-form .text-format-wrapper .form-item-comment-body-0-value label{
    display: none;
}
textarea::placeholder {
    color: #7b7474;
    padding-top: 10px;
    padding-left: 10px;
}
.comment-commentaires-conseil-form .filter-wrapper{
    display: none;
}
.comment-commentaires-conseil-form .form-submit{
    float: right;
    color: #fff;
    background: #fea100;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border: 0;
}
#block-anf-theme-content .layout--onecol .field--name-user .field--name-user-picture  img{
    margin-top: 14px;
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
    width: 4.2%;
    height: auto;
}
article .comment__meta a{
    display: none;
}

#block-anf-theme-content .comment-reply a ,
#block-anf-theme-content .comment-edit a {
    text-decoration: none;
    color: #7b7474;

}
#block-anf-theme-content .comment-reply a:hover ,
#block-anf-theme-content .comment-edit a:hover {
    font-weight: bold;

}
.page-node-type-commission-perspective-techno #block-anf-theme-local-tasks,
.page-node-type-conseil-d-administration #block-anf-theme-local-tasks{
    display: none;
}
/**
* Dashboard client
 */
#block-dashboardclient .square {
    position: relative;
    width: 22%;
    border: 1px solid #fea100;
    float: left;
    margin: 12px;
    height: 100px;
}
#block-dashboardclient .square:hover{
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    background-color: #258bcf;
    color: #fff4f4;
    cursor: pointer;
    border: 2px solid;

}
#block-dashboardclient .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#block-dashboardclient .square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    font-size: 20px;
}
#block-dashboardclient .square .content a {
    text-decoration: none;
    color: #333;
}
.locale-tasks #block-anf-theme-local-tasks{
    display: none;
}
.locale-tasks .webform-submission-information,
.locale-tasks #block-anf-theme-help{
    display:none;
}
.locale-tasks #webform-submission-navigation-service_bts,
.locale-tasks #webform-submission-navigation-demande_d_autorisation_pour_le_s{
    display:none !important;
}   
#webform-submission-demande-d-autorisation-pour-le-s-node-960-edit-form #users-wrapper{
    display:none !important;
}
#webform-submission-demande-pour-service-prive-terre-node-229-edit-form #users-wrapper{
    display:none !important;
}
#webform-submission-demande-d-autorisation-pour-le-s-node-960-edit-form .webform-submission-information{
    display: none;
}
.btn-dashboard{
    background: #1d6ca1;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border: 0;
    color: #fff;
    text-decoration: none;
}
.btn-dashboard:hover{
    color: #fff;
    text-decoration: none;
}

#edit-header-form-bts {
    padding: 20px;
    background-color: #ff9800;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
#edit-header-form-bts p{
    text-align: center;
    font-size: 17px;
}
.enable_complement_form{
    display: block;
}
.disable_complement_form{
    display: none;
}
.password_policy{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
    display: block;
    float: left;
    top: 20px;
    margin-top: 27px !important;
    font-weight: bold;
}
.password_policy p:before {
    content:"• ";
}
.view-id-membres #edit-submit-membres{
    margin-right: 19px;
}