.publication {
    width: 100%;
    display: table;
}

.publication hr {
    position: relative;
    top: -20px;
}

.publication a {
    text-decoration: none;
}

.publication a:hover {
    text-decoration: underline;
}

.publication .content.left {
    padding-right: 15px;
}

.publication .content.right {
    width: 280px;
    padding-left: 15px;
}

.publication .content.left .infos {
	position: relative;
    height: 60px;
    background-repeat: no-repeat;
}

.publication.article .content.left .infos {
    background-image: url('../img/publication-article.svg');
}

.publication.action .content.left .infos {
    background-image: url('../img/publication-action.svg');
}

.publication.event .content.left .infos {
    background-image: url('../img/publication-event.svg');
}

.publication .content.left .infos .adherent {
    width: 70px;
    height: 70px;
	background-image: url('../img/adherent.svg');
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
	margin-top: 15px;
}

.publication .content.left .infos .title {
	display: inline-block;
	color: #FFF;
	vertical-align: top;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px 55px;
}

.publication .content.left .infos .published {
    font-size: 12px;
    color: #777;
    margin-left: 55px;
    margin-top: 3px;
}

.publication .content.left .infos .published .date,
.publication .content.left .infos .published .author {
    font-size: 12px;
    color: #249BEE;
}

.publication .infos .status {
    /*height: 530px;*/
    width: 205px;
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
}

.publication .infos .status span {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}

.publication .infos .status span.label {
    color: #C7C7C7;
    text-transform: capitalize;
    padding-top: 5px;
}

.publication .infos .status span.value {
    height: 30px;
    padding: 7px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/img/publication-status.svg);
    color: #249BEE;
    float: right;
    width: 150px;
}

.editing .publication .infos .status span.value {
    color: #F7931E
}

.publication .infos .status button.change {
    display: none;
}

.editing .publication .infos .status button.change {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    right: 9px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/img/publication-change-status.svg);
    background-size: 12px;
}

.editing .publication .infos .status ul.values {
    position: absolute;
    top: 30px;
    width: 205px;
    box-shadow: 0px 1px 5px #777;
}

.editing .publication .infos .status ul.values.closed {
    display: none;
}

.editing .publication .infos .status ul.values li.value {
    height: 40px;
    background-color: white;
    border-top: 1px solid #C7C7C7;
    color: orange;
    font-size: 14px;
    line-height: 40px;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-image: url(/img/unchecked-orange.svg);
    background-position: 12px center;
    text-transform: capitalize;
    cursor: pointer;
}

.editing .publication .infos .status ul.values li.value.checked {
    background-image: url(/img/checked-orange.svg);
}

.publication .content.left .text {
    font-size: 14px;
    color: white;
}

.publication {
    width: 100%;
    display: table;
}

.publication hr {
    position: relative;
    top: -20px;
}

.publication a {
    text-decoration: none;
}

.publication a:hover {
    text-decoration: underline;
}

.publication .content.left {
    padding-right: 15px;
}

.publication .content.right {
    width: 280px;
    padding-left: 15px;
}

.publication .content.left .infos {
    position: relative;
    height: 60px;
    background-repeat: no-repeat;
}

.publication.article .content.left .infos {
    background-image: url('../img/publication-article.svg');
}

.publication.article.editing .content.left .infos {
    background-image: url('../img/publication-article-orange.svg');
}

.publication.action .content.left .infos {
    background-image: url('../img/publication-action.svg');
}

.publication.event .content.left .infos {
    background-image: url('../img/publication-event.svg');
}

.publication .content.left .infos .adherent {
    width: 70px;
    height: 70px;
    background-image: url('../img/adherent.svg');
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    margin-top: 15px;
}

.publication .content.left .infos .title {
    display: inline-block;
    color: #FFF;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0px 55px;
}

.publication .content.left .infos .published {
    font-size: 12px;
    color: #C7C7C7;
    margin-left: 55px;
    margin-top: 3px;
}

.publication .content.left .infos .published .date,
.publication .content.left .infos .published .author,
.publication .content.left .infos .published .struct {
    font-size: 12px;
    color: #249BEE;
}

.publication .content.left .infos .published .date {
    color: white;
}

.publication .content.left .infos .published a{
  font-weight:bold;
}

.publication.editing .content.left .infos .published .date,
.publication.editing .content.left .infos .published .author,
.publication.editing .content.left .infos .published .struct {
    color: #F7931D;
}

.publication .content.left .text {
    font-size: 14px;
    color: white;
}

.publication .content.right .blocs .bloc ul.services li.service {
    background-color: white;
    border-bottom: 1px solid #C7C7C7;
}

.publication .content.right .blocs .bloc ul.services li.service span {
    font-size: 12px;
    padding: 10px 0px 0px 15px;
    display: block;
    color: #777;
}

.publication .content.right .blocs .bloc ul.services li.service button.dump {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 8px;
    background-color: transparent;
    background-image: url('../img/trash-button-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.publication.editing .content.right .blocs .bloc ul.services li.service button.dump {
    background-image: url('../img/trash-button-orange.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux {
    padding: 0px 0px 10px 15px;
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_1_1 {
    background-image: url('../img/enjeu_1_1_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_1_2 {
    background-image: url('../img/enjeu_1_2_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_1_3 {
    background-image: url('../img/enjeu_1_3_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_1_4 {
    background-image: url('../img/enjeu_1_4_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_2_1 {
    background-image: url('../img/enjeu_2_1_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_2_2 {
    background-image: url('../img/enjeu_2_2_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_2_3 {
    background-image: url('../img/enjeu_2_3_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_2_4 {
    background-image: url('../img/enjeu_2_4_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_3_1 {
    background-image: url('../img/enjeu_3_1_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_3_2 {
    background-image: url('../img/enjeu_3_2_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_3_3 {
    background-image: url('../img/enjeu_3_3_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_3_4 {
    background-image: url('../img/enjeu_3_4_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_4_1 {
    background-image: url('../img/enjeu_4_1_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_4_2 {
    background-image: url('../img/enjeu_4_2_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_4_3 {
    background-image: url('../img/enjeu_4_3_icon.svg');
}

.publication .content.right .blocs .bloc ul.services li.service ul.enjeux li.enjeu_4_4 {
    background-image: url('../img/enjeu_4_4_icon.svg');
}

.publication .content.right .buttons {
    height: 30px;
    width: 100%;
}

.publication .content.right .buttons button {
    height: 30px;
    width: 135px;
    border: none;
    background-color: white;
    color: #777;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
}

.publication .content.right .buttons button.follow {
    background-image: url('../img/follow-button.svg');
    float: left;
}

.publication .content.right .buttons button.edit {
    background-image: url('../img/edit-button.svg');
    float: right;
}

.publication .content.right .map {
    width: 100%;
    height: 240px;
    background-color: #E9E5DC;
    margin: 10px 0px;
}

.publication .content.right .blocs {
}

.publication .content.right .blocs .bloc {
    margin-bottom: 10px;
}

.publication .content.right .blocs .bloc .bloc-header {
    width: 100%;
    height: 45px;
    background-color: #249BEE;
    position: relative;
}

.publication.editing .content.right .blocs .bloc .bloc-header {
    background-color: #F7931D;
}

.publication .content.right .blocs .bloc .bloc-header h1 {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    margin: 0px;
}

.publication .content.right .blocs .bloc .bloc-header h1.admin {
    background-image: url('../img/lock.svg');
}

.publication .content.right .blocs .bloc .bloc-header h1.infos {
    background-image: url('../img/infos-button.svg');
}

.publication .content.right .blocs .bloc .bloc-header h1.filter {
    background-image: url('../img/magnifier-white.svg');
}

.publication .content.right .blocs .bloc .bloc-header h1.pinned {
    background-image: url('../img/pin.svg');
}

.publication .content.right .blocs .bloc .bloc-header h1.services {
    background-image: url('../img/services.svg');
}

.publication .content.right .blocs .bloc .bloc-header h1.enjeux {
    background-image: url('../img/enjeux.svg');
}

.publication .content.right .blocs .bloc .bloc-header ul.buttons {
    position: absolute;
    top: 10px;
    left: 0px;
    text-align: right;
    height: 20px;
}

/*
.publication .content.right .blocs .bloc .bloc-header ul.buttons li.button {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}
*/

.publication .content.right .blocs .bloc .bloc-header ul.buttons li.button.edit {
    background-image: url('../img/edit-button2.svg');
    right: 40px;
}

.publication .content.right .blocs .bloc .bloc-header ul.buttons li.button.dump {
    background-image: url('../img/trash-button.svg');
    right: 40px;
}

.publication .content.right .blocs .bloc .bloc-header ul.buttons li.button.question {
    background-image: url('../img/question-button.svg');
    right: 40px;
}

.publication .content.right .blocs .bloc .bloc-header ul.buttons li.button.add {
    background-image: url('../img/plus-button.svg');
    right: 40px;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item {
    width: 100%;
    height: 65px;
    background-color: white;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item:last-child {
    border: none;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item .img {
    position: absolute;
    top: 10px;
    left: 10px;
    background: 50% 50% no-repeat;
    background-size: cover;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item .doc {
    position: absolute;
    top: 10px;
    left: 10px;
    background: 50% 50% no-repeat;
    background-size: 35px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item .preview {
    padding: 10px 20px;
    font-size: 12px;
    color: #C7C7C7;
    position: relative;
    left: 45px;
    width: 195px;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item .preview a,
.publication .content.right .blocs .bloc .bloc-body .bloc-item .preview h1 {
    font-size: 12px;
    color: #777;
    margin: 0px;
    word-break: break-word;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item .preview .date {
    font-size: 12px;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item .preview .date span{
    color: #249BEE;
    padding:0px 5px;
    font-size: 12px;
}

.publication.editing .content.right .blocs .bloc .bloc-body .bloc-item .preview .date span {
    color: #F7931D;
}

.publication .content.right .blocs .bloc .bloc-body .bloc-item button.dump {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url('../img/trash-button-blue.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    right: 8px;
}

.publication .content.right .blocs .bloc .bloc-body .filters {
    padding: 10px 0px;
    background-color: white;
}

.publication .content.right .blocs .bloc .bloc-body .filters button {
    height: 25px;
    width: 100%;
    background-image: url('../img/unchecked.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-color: white;
    border: none;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    padding-left: 40px;
    color: #777;
    background-position: 14px 5px;
    cursor: pointer;
}

.publication .content.right .blocs .bloc .bloc-body .filters button.checked {
    background-image: url('../img/checked.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux {
    padding: 15px;
    background-color: white;
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: 40px;
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_1_1 {
    background-image: url('../img/enjeu_1_1_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_1_2 {
    background-image: url('../img/enjeu_1_2_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_1_3 {
    background-image: url('../img/enjeu_1_3_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_1_4 {
    background-image: url('../img/enjeu_1_4_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_2_1 {
    background-image: url('../img/enjeu_2_1_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_2_2 {
    background-image: url('../img/enjeu_2_2_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_2_3 {
    background-image: url('../img/enjeu_2_3_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_2_4 {
    background-image: url('../img/enjeu_2_4_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_3_1 {
    background-image: url('../img/enjeu_3_1_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_3_2 {
    background-image: url('../img/enjeu_3_2_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_3_3 {
    background-image: url('../img/enjeu_3_3_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_3_4 {
    background-image: url('../img/enjeu_3_4_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_4_1 {
    background-image: url('../img/enjeu_4_1_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_4_2 {
    background-image: url('../img/enjeu_4_2_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_4_3 {
    background-image: url('../img/enjeu_4_3_button.svg');
}

.publication .content.right .blocs .bloc .bloc-body ul.enjeux li.enjeu_4_4 {
    background-image: url('../img/enjeu_4_4_button.svg');
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item {
    background-color: #ddd;
    min-height: 120px;
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item div {
    padding-top: 5px;
    background-repeat: no-repeat;
    background-position: left;
    background-position: 20px 5px;
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item div.when,
.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item div.contact {
    padding-left: 30px;
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item .where span,
.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item .when span,
.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item .contact span {
    font-size: 11px;
    color: #8A8A8A;
    display: block;
    margin-left: 20px;
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item .where span.place {
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item .when {
    background-image: url('../img/event-when.svg');
}

.publication.event .content.right .blocs .bloc.infos .bloc-body .bloc-item .contact {
    background-image: url('../img/event-contact.svg');
}

.attach-file-view {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.attach-file-view .bg {
    height: 100%;
    width: 100%;
    background-color: rgba(41,55,80,.50);
}

.attach-file-view .attach-file {
    height: 100%;
    width: 100%;
}

.attach-file-view .attach-file form {
    background-color: white;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 400px);
    width: 800px;
    border-radius: 5px;
}

.attach-file-view .attach-file form input[type="text"] {
    height: 40px;
    width: 500px;
    background-color: #EEE;
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #C7C7C7;
    display: block;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.attach-file-view .attach-file form  label.msg {
    color: #DC2F3D;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    left: 11px;
    top: -5px;
}

.attach-file-view .attach-file form  label.msg.hidden {
    display: none;
}

.attach-file-view .attach-file form button {
    height: 40px;
    width: 130px;
    border: none;
    position: absolute;
    top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.attach-file-view .attach-file form button.ok {
    background-color: #249BEE;
    right: 150px;
    color: white;
}

.attach-file-view .attach-file form button.cancel {
    background-color: #C7C7C7;
    right: 10px;
    color: white;
}
