/*Suivis */

/* Formulaires */

.form_maj {display: flex;}
.form_maj .stretch {flex: 1; }
.form_maj .normal {flex: 0; margin: 0 0 0 1rem;}
.form_maj div input {padding: .5em 1em; width: 100%;border-radius: 5px}
.form_maj div button {padding: .5em 1em; white-space: nowrap;}

#formulaire_suivi{
  margin: .5em 0 2em 0;
}

.suivi-proposer-bouton {
  text-align: center;
  font-weight: bold;
  background:#D3D3D3;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}


.ariaformprop .suivi-proposer-bouton {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.suivi-proposer{
  margin-bottom: 10px;
}

.suivi-proposer:hover {
  cursor: pointer;
  background-color: #E3E3E3;
  transition: all 0.2s ease-out;
}

.suivi-proposer-popup{
  padding:.2em .4em;
  border:none;
  border-radius: 3px;
}

.suivi-proposer-popup:before {
  content:url(img/Bullhorn_font_awesome.svg);
  width: 18px;
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 3px;
}

.suivi-proposer-popup:hover {
  color:#900;
  }

.formulaire_suivi{
    border-top: none;
    background: #f8f8f8;
}

.formulaire_suivi #titre {
  display: block;
}

.formulaire_suivi .boutons {
  font-weight: bold;
  width: 50%;
  margin: 1rem auto;
  padding-bottom:.5rem;
}

.formulaire_suivi .boutons input {
  width:100%;
  background:#D3D3D3;
  height:40px;
  border-radius: 5px;
}

.formulaire_suivi .editer-groupe {
  margin:20px;
}
.formulaire_suivi .saisie_texte {
  margin-top:20px;
}

.choix_tri {
  background-color: black;
  color:white;
  text-align: left;
  padding: .2em .5em;
  border-radius: 6px;
  margin-left:.5rem;
}

.choix_tri a {
  color:white;
  text-decoration: underline;
}

.choix_tri:hover{
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.choix_tri a:hover{
  color:red;
  transition: all 0.2s ease-out;
}

/*Affichage mises à jour*/

.suivi,
.majs {
  padding: 2px 0 2px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.simple-content {
    position: relative;
    top: 10%;
    width: 80%;
    text-align: left;
    max-width: 95%;
    margin: auto;
    margin-top: 30px;
    background-color:#f8f8f8;
}

.majs {
  margin:.5em 0;
  background-color: #F8F8F8;
  border-radius: 5px;
}

ul.suivi-list,
ul.majs-list {
list-style: none;
padding-right: .5em;
padding-left: .5em;
margin-bottom:1em;
margin-top:0;
}

li.suivi-fil,
li.majs-fil {
    display: flex;
    clear:both;
    margin-bottom:.1em;
    padding-top: .5em;
    border-bottom:1px solid #D8D8D8;
    list-style-type: none;
}

li.suivi-fil:first-child,
li.majs-fil:first-child {
  padding-top:0;
}

ul.majs-list > li.majs-fil:last-child {
  border-bottom: 0px;
}

.message-suivi {
}

.nmessage-suivi p + p  {
  text-indent: 0;
}

.titre-maj-suivi {
  margin: .5rem 0;
  line-height: 1.6rem;
}

.titre-maj-suivi time{
  font-weight: 400;
  font-size: 1em;
}

.titre-maj-suivi h3 {
  margin-bottom: 0;
}

.titre-maj{
}

abbr[title] {
  text-decoration: none;
}

.suivi-texte {
  padding-right: 30px;
}

.suivi-texte p{
  margin-top: 0;
  margin-bottom: .5em!important;
}

.suivi .spip_documents_right,
.majs .spip_documents_right{
  margin-left:1em;
}

.suivi .spip_documents_left,
.majs .spip_documents_left{
    margin-right:1.25em;
}

.suivi .spip_documents_right,
.suivi .spip_documents_left {
  margin-top:.25em;
}

/* Affichage sur autres pages */

.suivi-resume {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin:.5em 0;
  padding:.3em;
}

.suivi-resume h4 {
  padding-left:.5em;
  margin:0;
  padding-top: .2em;
}

.majs-resume {
  list-style-type: circle;
  font-weight: 600;
}

ul.majs-resume {
  margin-top: 0.2em;
  margin-bottom: 0;
}


/* Majs simple */


.majs-titre h3 {
  font-weight: bold;
  margin:.25em 0;
}

/*Pagination*/

.majs-pagination {
  text-align: center;
  clear:both;
}

.majs-pagination .sep {
  border-top : none;
}

/* Style Overlay pour le formulaire */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 80%;
    text-align: left;
    max-width: 95%;
    margin: auto;
    margin-top: 30px;
    background-color:#f8f8f8;
    height: 80%;
    overflow: scroll;
}

.overlay a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/**
* Style du formulaire d'upload de document
*/


.formulaire_upload{
  background: #f8f8f8;
}

.infos_doc_suivi{
  margin-bottom: 25px;
}
.fupld div input {
  background-color:#fff;
  color : #000;
  padding:0px;
  margin:0px;
  width: auto;
}
.fupld {
  border-bottom :none;
  clear: both;
}
.suivi_doc_logo {
  }
.fupld .label {
  float:left;
}

.overlay .pagination a {
  display: inline;
  padding: 0px;
}

.overlay a.MultiFile-remove{
  display: inline;
}
.overlay a.MultiFile-remove:hover, .overlay a.MultiFile-remove:focus {
    color: #000;
}

.formulaire_upload ul {
  list-style: none;
  padding-left: 0px;
}

/* Formulaire pour petits écrans

@media (max-width:500px) {
  .markItUp .markItUpHeader{margin-right: 140px;}
  .markItUp .markItUpTabs a{margin-top: 27px!important}
}

@media (max-width:350px) {
  .markItUp .markItUpHeader{margin-right: 140px;}
  .markItUp .markItUpTabs a{margin-top: 55px!important}
}
