body {
  background-color: #3b3b3b;
  margin: 0;
  padding: 0;
  font-family: sans-serif, Verdana;
}

h2 {
  color: #de4e69;
  font-size: 30px;
  text-transform: capitalize;
}

h3 {
  color: #00adef;
}

#main {
  background-color: #FFF;
  width: 100%;
  display: block;
  color: #3b3b3b;
  float: left;
}
#Calendar{
    margin: 0 auto !important;
}
.bgCalendar {
  background-color: rgb(221 221 221 / 70%);
  border-radius:10px;
  width:318px;
  height: 360px;
  margin: 0px 5px;
}
@media screen and (max-width:1100px){
    .bgCalendar{
        margin: 10px auto;
        display: block;
        float: none!important;
    }
}

#Calendar1 h2, #Calendar2 h2, #Calendar3 h2 {
	font-weight: 12px;
	margin: 0 0 10px 0;
	text-align: center;
	color: #4a5d68;
}
#Calendar td > img {
    cursor: pointer;
    transform: rotate(270deg);
    margin: 0 auto;
    display: block;
}
li.itemDesactive {
  background-color: #00adef !important;
  color:#5F5F5F !important;
}
.notEvent a{
    cursor: default;
}
.middleCalendar {
	width: 656px;
    }
li.itemDesactive:hover {
  background-color: #00adef;
  color:#5F5F5F;
}
li.itemDesactive a { 
  color:#5F5F5F;
}
.alignleft {
    float: left;
}
#Calendar h2 {
	/* border-bottom: 1px solid #eaeaea; */
	font-size: 1.5em;
	width: 327px;
	text-align: center;
	padding: 10px 0;
}
.etape h2 {
	color: #ef4b4b;
	font-size: 2em;
	letter-spacing: 0.12em;
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;
}
.etape {
	margin: 0 auto;
	width: 100%;
}
.ligne li a {
	color: #fff !important;
	display: block;
	text-align: center;
	width: 37px;
	height: 30px;
	padding: 10px 0 0 0;
	text-decoration: none !important;
}
.ligne li a:hover {
	list-style: none;
	text-decoration: none;
	color: #000 !important;
}
#libelle {
	width: 305px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#libelle li {
	float: left;
	width: 37px;
	height: 20px;
	margin: 2px;
	border: solid 1px #e7e7e7;
	font-weight: bold;
	text-align: center;
}
.dateVide {
	background-color: #f8f8f8 !important;
}
.ligne {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
.ligne li {
    float: left;
    width: 37px;
    height: 37px;
    margin: 2px;
    border: solid 1px #CCC;
    background-color: #ababab; /* anciennement #68A931 */
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(221,221,221,0.7);
}
.dateVide {
	background-color: #f8f8f8 !important;
}
.margin_auto {
  width: 1250px;
  padding: 25px;
  margin: auto;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#feedBack {
  position: fixed;
  color: #fff;
  line-height: 65px;
  padding: 0 50px;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.Validation {
  background: #a9d9b1;
}

.Attention {
  background: orange;
}

.Erreur {
  background: #de5e45;
}

ol {
  list-style: none;
}

ol a {
  color: #3b3b3b;
}

#breadcrumb li::after {
  content: ">";
}

#breadcrumb li:last-child::after {
  content: "";
}

#breadcrumb li {
  float: left;
  margin-right: 10px;
}

/*****************************************************************************/

/*************************** MENU ********************************************/

/*****************************************************************************/

#menu {
  background-color: #3b3b3b;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
}

#menu ul {
  margin: 0 0 0 0;
  display: flex;
  padding: 0;
}

#menu ul li {
  float: left;
  list-style-type: none;
}

#menu a {
  text-decoration: none;
  color: #FFF;
  height: 102px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

#menu a:hover {
  text-decoration: underline;
}

#btn-home {
  display: block;
  width: 103px;
  height: 102px;
  background-image: url('../skins/img-agglo/btn-home.png');
  background-color: #00adef;
  text-indent: -5000px;
  transition: 0.3s all ease;
}

.btn-menu {
  display: block;
  background-color: #00adef;
  height: 72px;
  padding: 30px 20px 0 20px;
  border-left: solid 1px #3dc1f3;
  text-align: center;
  transition: 0.3s all ease;
}

.menu-selected a {
  background-color: #068dc1 !important;
  font-weight: bold;
}

.btn-menu:hover, #btn-home:hover {
  background-color: #068dc1;
}

#btn-param, #btn_deconnexion {
  display: block;
  width: 102px;
  height: 102px;
  text-indent: -5000px;
  transition: 0.3s ease all;
}

#btn-param {
  background-color: #3b3b3b;
  background-image: url('../skins/img-agglo/btn-parametrage.png');
  transition: 0.3s ease all;
}

#btn-param:hover {
  opacity: 0.7;
}

#btn_deconnexion {
  background-color: #de4e69;
  background-image: url('../skins/img-agglo/btn-deconnexion.png');
}

#btn_deconnexion:hover {
  box-shadow: 0 0 20px #de4e69;
}

/*****************************************************************************/

/*************************** CONNEXION ********************************************/

/*****************************************************************************/

/* <form name="formConnexion" id="formConnexion" method="post" action="">
  <h2>Connexion</h2>
  <div class="tiens">
    <label for='identifiant'>Identifiant :</label>
    <input type="text" name="identifiant" id="identifiant" value="" />
    <br/>
    <label for='mp'>Mot de passe :</label>
    <input type="password" name="mp" id="mp" value="" />
  </div>
  <input  name="btn-connexion" id="btn-connexion" value="Se connecter" />
  <img id="bottom-bar" src="{$websiteroot}/skins/img-agglo/bottom-connexion.jpg" />
</form> */

#connexion {
  background-color: #3b3b3b;
}

#logo {
  display: block;
  margin: 40px auto 0 auto;
}

#formConnexion {
  width: 724px;
  /* height: 500px; */
  background-color: #FFF;
  margin: 40px auto 0 auto;
  position: relative;
  /* padding: 50px 0 0 0; */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#formConnexion p{
    text-align:center;
    color:red;
}

.tiens {
  width: 100%;
  padding: 0 100px;
  box-sizing: border-box;
}

.tiens input, .tiens input[type=text], .tiens input[type=password] {
  width: 300px;
  float: left;
  margin: 0;
  margin-bottom: 40px;
}

#formConnexion h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

#formConnexion label {
  width: 150px;
  font-weight: bold;
  color: #3b3b3b;
  float: left;
  clear: both;
  padding-top: 10px;
}

#btn-connexion {
  display: block;
  background-image: url('../skins/img-agglo/btn-connexion.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  height: 100px;
  text-indent: -5000px;
  width: 100%;
  /* position: absolute; */
  /* bottom: 0; */
  border: none;
  cursor: pointer;
}

#bottom-bar {
  /* position: absolute;
  bottom: 0;
  left: 0; */
}

/*****************************************************************************/

/*************************** CONTENT ********************************************/

/*****************************************************************************/

/*---- Liste TB-----*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.liste_tb {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  box-shadow: 0 0 0 #ccc;
  transition: 0.3s all ease;
}

.liste_tb:hover {
  box-shadow: 0 0 20px #e4e4e4;
}

.liste_tb a {
  border: 2px solid #f7f7f7;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  text-decoration: none;
}

.liste_tb h3 {
  color: #de4e69;
  font-size: 36px;
  margin: 0;
}

.horaire_fin {
  color: #3b3b3b;
  font-size: 20px;
  clear: both;
}

.libelle_date {
  font-weight: normal;
}

.block_time {
  float: left;
  display: flex;
  text-align: center;
  align-items: center;
  line-height: 24px;
}

.block_time time {
  background-color: #00adef;
  color: #fff;
  padding: 5px;
  width: 84px;
  height: 100px;
  text-align: center;
  margin-right: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

time span {
  font-size: 48px;
  font-weight: bold;
  margin: 8px 0;
  width: 100%;
}

.info_liste_tb {
  float: left;
  margin-left: 20px;
  color: #3b3b3b;
  font-size: 24px;
  font-weight: bold;
}

/*---- Gestion des commissions -----*/

#formCommission {
  border: 2px solid #f7f7f7;
  width: 100%;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
}

#add {
  width: 86px;
  height: 86px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  float: right;
  background: #e5e5e5 url('../skins/img-agglo/plus.jpg') no-repeat center center;
  transition: 0.3s ease all;
}

#add:hover {
  opacity: 0.7;
}

.decal_inter {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

label {
  font-weight: bold;
  margin-right: 15px;
}

input[type=text], input[type=password], select {
  height: 36px;
  padding-left: 10px;
  width: 880px;
}

#formCommission input[type=text] {
  width: 620px;
}

.cadre {
  border: 2px solid #f7f7f7;
  width: 100%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}

#commissions {
  flex-wrap: wrap;
}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

a.croix, button.croix {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #e5e5e5 url('../skins/img-agglo/croix.jpg') no-repeat center center;
  transition: 0.3s ease all;
  border: none;
  cursor: pointer;
}

a.croix:hover, button.croix:hover {
  opacity: 0.7;
}

.enregistrer {
  margin-left: 15px;
  padding: 15px;
  padding-left: 35px;
  background: none;
  border: none;
  cursor: pointer;
  float: left;
  display: flex;
  background: #e5e5e5 url('../skins/img-agglo/valide.png') no-repeat left center;
  transition: 0.3s ease all;
}

.enregistrer:hover {
  opacity: 0.7;
}

/*---- Commissions dossier fiche -----*/

#breadcrumb {
  padding: 0;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
}

#breadcrumb a {
  transition: 0.3s ease all;
}

#breadcrumb a:hover {
  opacity: 0.8;
}

#edition {
  position: absolute;
  top: 20px;
  right: 20px;
}

#encart-dates {
  display: flex;
  width: 100%;
  margin-top: 20px;
  font-weight: normal;
}

#encart-dates ul {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

#encart-dates li {
  padding-left: 25px;
  position: relative;
  margin: 5px;
}

#encart-dates li::before {
  font-weight: normal;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
}

#content-dossier {
  width: 100%;
  display: flex;
}

#dossier-dossier {
  width: 100%;
}

.display_flex {
  display: flex;
  ;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.display_flex a {
  margin: 5px;
  box-shadow: 0 0 0 #ccc;
  transition: 0.3s all ease;
}

.display_flex a:hover {
  box-shadow: 0 0 20px #e4e4e4;
}

/*----- Footer------*/

#footer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

#footer a {
  float: left;
  margin-left: 20px;
}

#footer .adresse {
  float: left;
  margin-left: 20px;
  color: #fff;
  margin-top: 5px;
}

#couleurs {
  width: 100%;
  height: 25px;
}

#couleurs div {
  float: left;
  height: 20px;
}

.rouge {
  background-color: #de4e69;
  width: 35%;
}

.jaune {
  background-color: #fff701;
  width: 15%;
}

.bleu {
  background-color: #01a7ee;
  width: 15%;
}

.bleu_f {
  background-color: #2e3092;
  width: 35%;
}

/*------ tableau de bord ------*/

.liste_gris {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 120px;
}

.liste_gris a {
  background-color: #e5e5e5;
  color: #3b3b3b;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 15px;
  font-weight: 24px;
  width: 30%;
  box-sizing: border-box;
  transition: 0.3s ease all;
}

.liste_gris a:hover {
  opacity: 0.8;
}

.liste_gris span {
  display: block;
  font-size: 24px;
}

/*---- ----- -----*/

.title-size {
  font-size: 25px;
}

.roseColor {
  color: #de4e69;
}

.whiteColor {
  color: #FFF;
}

.strong {
  font-weight: bold;
}

.no-underline {
  text-decoration: none;
}

.grey-color {
  color: #3b3b3b;
}

.clear {
  clear: both;
}

.ajouter {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #e5e5e5;
  background-image: url('../skins/img-agglo/plus.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 102px;
  height: 102px;
  display: block;
  text-indent: -5000px;
  transition: 0.3s ease all;
}

#edition {
  background-color: #e5e5e5;
  background-image: url('../skins/img-agglo/btn-modifier.jpg');
  width: 102px;
  height: 102px;
  display: block;
  text-indent: -5000px;
  transition: 0.3s ease all;
  background-repeat: no-repeat;
  background-position: center;
}

#edition:hover {
  opacity: 0.8;
}

.dossier {
  border: solid 2px #dfdfdf;
  padding: 10px;
  margin-top: 10px;
}

.dossier-date {
  width: 84px;
  height: 92px;
  background-color: #00adef;
  text-align: center;
  color: #FFF;
  padding: 15px 0 0 0;
  margin: 0 15px 0 0;
  float: left;
}

#encart-dates {
  background-color: #de4e69;
  padding: 5px;
  color: #FFF;
}

.jour {
  font-size: 25px;
}

#filtre-commission {
  background-color: #de4e69;
  text-align: center;
  padding: 15px;
}

.file {
  display: block;
  text-align: center;
  border: solid 3px #dfdfdf;
  padding: 20px;
  width: 200px;
  margin: 0 0 10px 0;
  text-decoration: none;
  font-size: 12px;
  color: #3b3b3b;
  font-weight: bold;
}

#content-dossier {
  display: flex;
  padding: 30px 0 0 0;
}

#dossier-description {
  width: 380px;
  text-justify: auto;
  margin: 0 30px 0 0;
}

.bloc {
  border: solid 2px #dfdfdf;
  padding: 20px;
  overflow: hidden;
}

#dossier-bloc1 label {
  font-weight: bold;
  color: #3b3b3b;
  float: left;
  width: 250px;
  margin: 15px 0 0 0;
}

#dossier-bloc1 input, #dossier-bloc1 select {
  width: 30%;
  float: left;
}

#dossier-bloc1 textarea {
  width: 80%;
  float: left;
}

/*---------- Edition d'un dossier --------*/

#formEdition input, #formEdition select {
  margin-bottom: 20px;
}

#formEdition input {
  width: 365px;
}

#formEdition select {
  height: 40px;
  width: 380px;
}

#formEdition textarea {
  width: 75%;
  height: 180px;
}

#formEdition .bloc {
  margin-bottom: 50px;
}

.no_padding ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

#dates-rdv li {
  width: 100%;
  position: relative;
  padding-left: 20px;
  color: #3b3b3b;
  display: block;
}

#dates-rdv li::before {
  content: "";
  background-color: #00adef;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

#dates-rdv li .date {
  margin-right: 35px;
}

#dates-rdv li input[type=text] {
  width: 150px;
}

.ui-datepicker-trigger {
  display: none;
}

#dates-rdv li input[type=text].inputMini {
  width: 35px;
  margin-right: 3px;
}

#dates-rdv li span {
  margin-left: 38px;
}

#dates-rdv li input[type=text].intitule {
  width: 380px;
}

button.add_more, .btn_upload {
  width: 100%;
  border: none;
  height: 107px;
  padding: 0;
  float: right;
  margin: 0;
  cursor: pointer;
  transition: 0.3s ease all;
  background: #e5e5e5 url('../skins/img-agglo/plus.jpg') no-repeat center center;
}

.eye_of_the_trigger {
  display: none;
}

button.add_more:hover, .btn_upload:hover {
  opacity: 0.8;
}

.no_padding {
  padding: 0;
}

.no_padding ul {
  padding: 20px;
  box-sizing: border-box;
}
 .etape .ligne {
  color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 305px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;  

}
.ligne {
  color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ligne a {
  color: #3b3b3b;
  width: 230px;
  display: block;
  overflow: hidden;
  transition: 0.3s ease all;
}

.ligne a:hover {
  color: #00adef;
}

#formEdition .ligne input {
  width: 730px;
  margin-bottom: 0;
}

#save_tonight {
  float: right;
}

#save_tonight button {
  float: left;
  width: 102px;
  height: 102px;
  display: block;
  transition: 0.3s ease all;
  border: none;
  margin-left: 15px;
  margin-bottom: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease all;
}

#supr {
  background-image: url('../skins/img-agglo/big_close.png');
}

#save {
  background-image: url('../skins/img-agglo/big_save.png');
}

#save_tonight button:hover {
  opacity: 0.8;
}

.inline {
  display: inline;
}

/**** PAGINATION ****/

.pagination {
  width: 1180px;
  display: flex;
  margin: auto auto 40px;
}

.pagination .list_page {
  margin: auto;
  width: 380px;
  float: none;
  display: flex;
  justify-content: center;
}

.pagination .list_page a {
  color: #3b3b3b;
  margin: 50px 10px 10px;
  display: block;
  text-decoration: none;
}

.page-selected {
  text-decoration: underline !important;
}

.pagination a.fleche {
  width: 70px;
  height: 70px;
  position: relative;
}

.pagination a.suivant {
  float: right;
}

.pagination a.suivant::after {
  background: url("../skins/img/fleche_droite_rouge.png") no-repeat 25px center;
}

.pagination a.fleche::after {
  content: " ";
  width: 70px;
  height: 70px;
  position: absolute;
}

.pagination a.fleche::before {
  content: " ";
  width: 70px;
  height: 70px;
  background: #f7f7f7;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.pagination a.precedent::after {
  background: url("../skins/img/fleche_gauche_rouge.png") no-repeat 20px center;
}

.error{
    border:solid 1px red;
}

#progress-document, #progress-annexe{
    background-color:#de4e69;
    width:0%;
    height:5px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;    
}

/*-------------------------------------------------
---------------- RESPONSIVE -----------------------
-------------------------------------------------*/

@media screen and (max-width: 1250px) {
  #menu ul {
    width: 100%;
    flex-wrap: wrap;
  }
  #menu a img {
    display: none;
  }
  .margin_auto {
    width: 100%;
  }
  .liste_gris {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .liste_gris a {
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  input[type=text], input[type=password], select {
    width: 80%;
  }
  #formCommission input[type=text] {
    width: 350px;
  }
  .item {
    width: 100%;
  }
  #content-dossier {
    flex-wrap: wrap;
  }
  #dossier-description, #formEdition textarea {
    width: 100%;
  }
  #dates-rdv li::before {
    display: none;
  }
  #dates-rdv li span {
    display: inline-block;
    clear: both;
    margin-left: 0;
  }
  .no_padding ul {
    padding: 0;
  }
  #dates-rdv li {
    padding: 20px;
  }
  .inline {
    display: block;
  }
  #dates-rdv li:nth-child(odd), .ligne:nth-child(odd) {
    background-color: #e7e7e7;
  }
  #formEdition .intitule {
    margin-bottom: 0;
  }
  #dates-rdv li input[type=text].intitule {
    width: 70%;
  }
  .ligne {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
  }
   .calendarLigne {
    width: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    padding: inherit;
    box-sizing: inherit;
  }
  .etape .ligne{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ligne a {
    overflow: visible;
    width: 100%;
    text-align: center;
  }
  .ligne div {
    margin-top: 20px;
    width: 100%;
  }
  #formEdition .ligne input {
    width: 100%;
    box-sizing: border-box;
  }
  .pagination {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  #formConnexion {
    width: 96%;
  }
  .tiens {
    padding: 0 50px;
  }
  .tiens input, .tiens input[type=text], .tiens input[type=password] {
    width: 100%;
  }
  .liste_tb a {
    padding: 8px 8px 8px 0;
  }
  .info_liste_tb {
    font-size: 18px;
  }
  .block_time time {
    margin-right: 0;
  }
  .liste_tb h3 {
    font-size: 22px;
    width: 100%;
  }
  .libelle_date {
    width: 100%;
    display: block;
    font-size: 18px;
  }
  .horaire_fin {
    font-size: 14px;
  }
  .liste_gris {
    margin-bottom: 50px;
  }
  .liste_gris a {
    width: 100%;
  }
  .ajouter, #edition {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-bottom: 10px;
  }
  #formEdition input {
    width: 100%;
    box-sizing: border-box;
  }
  #formEdition .bloc {
    margin-bottom: 20px;
  }
  #save_tonight {
    margin-top: 20px;
  }
  #formCommission {
    flex-direction: column;
  }
  .decal_inter {
    width: 100%;
    flex-wrap: wrap;
  }
  .decal_inter label {
    margin-bottom: 10px
  }
  #add {
    width: 100%;
  }
  #formCommission input[type=text] {
    width: 100%;
  }
  .enregistrer {
    text-indent: -5000px;
    background-position: center center;
  }
  #breadcrumb {
    display: none;
  }
  #formEdition select {
    width: 100%;
  }
  #dates-rdv li {
    box-sizing: border-box;
  }
  #dates-rdv li .date, .intitule {
    margin-right: 0px;
    width: 80%;
    clear: both;
    display: block;
  }
  #dates-rdv li input[type=text] {
    width: 100%;
  }
  #dates-rdv li input[type=text].intitule {
    width: 100%;
  }
  button.croix {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    width: 100%;
    margin-right: 0;
  }
  .ligne a {
    margin-top: 15px;
    font-size: 16px;
  }
   .calendarLigne a {
    margin-top: inherit;
   }
  
  #menu a {
    height: auto;
  }
  a#btn-home, a#btn-param, a#btn_deconnexion {
    background-color: inherit;
    height: 50px;
    background-position: center;
    width: 60px;
    background-color: #3b3b3b;
    position: absolute;
    top: 0;
  }
  a#btn-param {
    right: 60px;
  }
  a#btn_deconnexion {
    right: 0px;
  }
  a#btn-home {
    left: 0px;
  }

  .fl{
    float: left;
    width: 33.33%;
    margin-top: 50px;

  }
  #menu .fl a{
    padding: 10px;
    box-sizing: border-box;
    height: 56px;
    font-size: 15px;
  }
  #menu{
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  h2{
    font-size: 26px;
  }
  #couleurs{
    height: 20px;
  }
  .display_flex{
    justify-content: center;
  }
  #dossier-description{
    line-height: 24px;
  }
}
@media screen and (min-width: 1280px) {
    #Calendar, #etape_2 .etape {
	width: 100%;
    }
/*    #Calendar td > img {
	width: 133px;
}*/
}

@media only screen and (max-width : 830px) {
     .middleCalendar {
	display: block;
	width: 656px;
    }
    .etape td {
    display: block;
}
    .bgCalendar{
            float: none;
    margin: 10px auto;
    }
    #Calendar td{
            width: 100%;
    }
#Calendar td > img {
   transform: rotate(0deg);
    margin: 0 auto;
    display: block;
}
}

