body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
  }
  
  h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  label {
    display: block;
    margin-bottom: 10px;
  }
  
  input[type="text"],
  input[type="number"],
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  textarea {
    height: 100px;
  }
  
  input[type="submit"] {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #3e8e41;
  }
  .formulaireEmetteur{
    display:none;
  }
  .formulaireDestinataire{
    display:none;
  }
/*  
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 99%;
  }
}

.container-fluid {
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.navbar {
    margin-bottom: 0;
    background-color: #08343F;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar-nav .dropdown-menu {
    background: #f4511e;
  }
 .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
 .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
 .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
 footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }

/******* autocomplete *****


* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:
  background-color: DodgerBlue !important;
  color: #ffffff;
}



/*
.footer {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
    width:  100%;
    background: #08343F;
    color: white;
    position: fixed;
    bottom: 0; 
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px 20px 0px 0px;
}
.footer .copyright {
    font-size: 13px;
}

.footer a {
    color: white;
    text-decoration: underline !important;
}
.footer .listbutton button .titre {
    font-size: 8px;
    text-align:  center;
    white-space: nowrap;
}

.flex-even {
  flex: 1;
}
.footer .listbutton button {
    font-size: 10px;
    white-space: nowrap;
}


td.stats {
    font-size: 1.80em;
}
.jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}


 .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
 .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
 .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
 .carousel-indicators li {
    border-color: #f4511e;
  }
 .carousel-indicators li.active {
    background-color: #f4511e;
  }
 .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
 .item span {
    font-style: normal;
  }
 .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
 .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
 .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
 .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
 .panel-footer {
    background-color: white !important;
  }
 .panel-footer h3 {
    font-size: 32px;
  }
 .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
 .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
 
 .slideanim {visibility:hidden;}
 .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
@-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
*/

/* mobile */
/*
@media screen and (max-width: 760px) {
    .container {
        width: 100%;
        margin-top: 45px;
        padding-right: 2px;
        padding-left: 2px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px;
    }
    input[type=checkbox], input[type=radio] {
        text-align:  center;
        padding: 10px;
        margin-top:  10px;
    }
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
    #entry {
      width: 100% !important;
    }
    .label {
        margin-top: 10px;
        width: 100%;
        height: 27px;
        background: #eee;
    }
    input, textarea, select {
        width: 100%;
        margin-bottom: 11px;
    }
    .liste.d-flex div {
        font-size: 15px !important;
    }
    #table {
        font-size: 15px !important;
        white-space: nowrap;
    }
  }
*/

/* desktop */
/*
@media screen and (min-width: 760px) {
    .container.appli {
        padding-top: 45px;
        padding-bottom: 100px;
    }
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 600px;
      margin-bottom: 35px;
    }
    #entry {
      width: 600px !important;
    }
  }

@media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
}
*/

/*
div#bloc1 {
    margin: 0;
    padding: 20px;
    width: 100%;
    height: 40px;
    overflow: auto;
    background:  #eeeeee;
    border: 1px solid #0000002b;
    position: fixed;
    top: 57px;
    left: 0px;
    color: black;
}


.modal.show .modal-dialog {
    top: 114px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }

.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }          
.ui-timepicker-div td { font-size: 90%; }           
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

tr.Administrateur td {
    color: red;
}               

element {
  --bg-color1: #A86F32;
  --bg-color2: #FF8670;
  --bg-color3: #F56B53;
  --bg-color4: #18A86B;
  --bg-color5: #53F5B0;
}

.btn-color1 {
    color: white;
    background-color: #50C1DB;
    border-color: #50C1DB;
}
.btn-color1:hover {
    opacity: 0.8;
}
.btn-color2 {
    color: white;
    background-color: #5191CE;
    border-color: #5191CE;
}
.btn-color2:hover {
    opacity: 0.8;
}
.btn-color3 {
    color: white;
    background-color: #6871B6;
    border-color: #6871B6;
}
.btn-color3:hover {
    opacity: 0.8;
}
.btn-color4 {
    color: white;
    background-color: #B461A6;
    border-color: #B461A6;
}
.btn-color4:hover {
    opacity: 0.8;
}
.btn-color5 {
    color: black;
    background-color: #62CEF5;
    border-color: #62CEF5;
}
.btn-color5:hover {
    opacity: 0.8;
}
.btn-color6 {
    color: black;
    background-color: #cddc39;
    border-color: #cddc39;
}
.btn-color6:hover {
    opacity: 0.8;
}

*/
/* Style the buttons that are used to open and close the accordion panel 

.accordion {
    border-bottom: 1px solid;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    outline: none;
    max-height: 0px;
    margin: 5px;
    padding-bottom: 10%;
    
  }
  
  /* Style the accordion panel. Note: hidden by default 
  .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
  }
  
  
  .wrapper {
    display: inline-block;
    
  }
  
  .main-box{
    padding: 18px;
    width: 350px;
    height: 150px;
  }
  .taches{
    display: inline-block;
  }



@media (max-width: 700px) {
    .table thead {
        display: none;
    }
    .table tr{
        display: block;
        margin-bottom: 40px;
    }
    .table td {
        display: block;
        text-align: right;
    }
    .table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

.accordion-item{
    margin-bottom:20px;
    border-radius:0px !important;
    box-shadow:0px 1px 4px 0px #bfbfbf;
    max-width:20%;
}

.accordion-button[aria-expanded="true"]{
    background-color:#fcfcfc;
    color:#404040;
    /*   box-shadow:0px 1px 2px 2px #fffff7; 
}
.accordion-button:after{
    color:#404040;
}


/* ecran 
.container.ecran {
    width: 100% !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    margin-right: auto;
    margin-left: auto;
}
@media (max-height: 1700px) {
    div.ecran th, div.ecran td {
        font-size: 1rem !important;
        padding: 1px !important;
    }
}
@media (min-height: 1700px) {
    div.ecran th, div.ecran td {
        font-size: 0.8rem !important;
        padding: 2px !important;
    }
}
/*
div.ecran table {
  border-collapse: collapse;
  border-style: hidden;
}
div.ecran table td, div.ecran table th {
  border-top: none !impoortant;
  border-right: none !impoortant;
  border-left: 1px solid black !impoortant;
  border-bottom: 1px solid black !impoortant;
}

.container.ecran, .container-md, .container-sm {
    max-width: 100% !important;
}
*/
