    #map{
        height: 500px;
        width: 100%;
        z-index: 80;
    }
    .classInfo {
        padding: 6px 8px;
        font: 14px/16px Arial, Helvetica, sans-serif;
        background: white;
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px
    }
    .classInfo h4 {
        margin: 0 0 5px;
        color: #777
    }
    .classLegende {
        line-height: 18px;
        color: #555;
        display: flex;
    }
    .classLegende i {
   	width: 18px;
   	height: 18px;
   	float: left;
   	margin-right: 8px;
   	opacity: 0.7;
    }
    
    .classLegende .toggle {
        position: relative;
        display: inline-block;
}
    .classLegende .toggle:after {
        content: 'Postes vacants';
        font-family: Arial;
        position: absolute;
        color: #666;
        top: 10px;
        left: 22px;
}
    .classLegende .toggle input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
}
    .classLegende .toggle label {
        position: relative;
        display: flex;
        align-items: center;
}
    .classLegende .toggle label:before {
        content: '';
        border: 3px solid #777;
        height: 52px;
        width: 84px;
        border-radius: 20px;
        position: relative;
        display: inline-block;
        transition: 0.2s ease-in;
}
    .classLegende .toggle label:after {
        content: 'Postes Vacants';
        font-family: Arial;
        color: #fff;
        line-height: 20px;
        text-indent: 100px;
        /* background: #777; */
        overflow: hidden;
        box-shadow: none;
        border-radius: 14px;
        transform: translateX(-50px);
        transition: all 0.4s 0.2s, width 0.2s linear, text-indent 0.4s linear;
        text-align: center;
        top: 5px;
        right: 6px;
        width: 28px;
        height: 48px;
        position: absolute;
        z-index: 2;
}
    .classLegende .toggle input[type="checkbox"]:checked + label:before {
        border-color: #0000FF;
}
    .classLegende .toggle input[type="checkbox"]:checked + label:after {
        background: #3498db;
        transform: translateX(0px);
        transition: all 0.4s, width 0.2s linear 0.4s, text-indent 0.3s linear 0.4s;
        width: 78px;
        text-indent: 0;
}

    .classItineraire li{
        margin-left: 8px;
    }
    .popupTitre {
        border-radius: 12px;        
        width: 100%;
        max-width: 250px;
    }
    .popupContenu {
        padding-top: 15px;
        width: 100%;
    }
    
    .card {
        width: 80%; /*1*/
        margin: 20px auto; /*2*/
        background-color: white; /*3*/
        box-shadow: 0px 5px 20px #999; /*4*/
    }
	
    .card:hover .card-map img { /*6*/
        width: 160%;
        filter: grayscale(0);
    }
    .card-map {
        height: 250px;/*1*/
        position: relative;/*2*/
        overflow: hidden;/*3*/
    }
    .card-map img {
        /*width: 150%;/*4*/
          /*5 - Méthode de centrage en fonction de la taille de l'image */
        /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        filter: grayscale(1);/*6*/
          /*7 - Transition */
        /*transition-property: filter width; 
        transition-duration: .3s;
        transition-timing-function: ease;
        */
    }
    .card-body {
        text-align:center;  /*1*/
        padding: 15px 20px; /*2*/
    }
	
    .card-excerpt h3,
	.card-title h3 {
        text-align:left;
    }
    .card-title {
        text-align:left;
        font-weight: bold;
    }
    
    .chip {
        display: inline-block;
        margin: 10px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        border-radius: 10px;
        background-color: #f1f1f1;
    }
    .closebtn {
        padding-left: 10px;
        color: #888;
        font-weight: bold;
        float: right;
        font-size: 20px;
        cursor: pointer;
    }
    .closebtn:hover {
        color: #000;
    }
    .logobottomright{
        max-width: 100px;
        opacity: 0.75;
        pointer-events: none;
    }
    .chipspecontainer{
        display: flex;
        font-size: smaller;
    }
    .chipspe {
        display: inline-block;
        margin: 2px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        border-radius: 10px;
        background-color: #f1f1f1;
    }
    .chiplancontainer{
        display: flex;
        font-size: smaller;
    }
    .chiplan {
        display: inline-block;
        margin: 2px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        border-radius: 10px;
        background-color: #f1f1f1;
    }
    .chipzonescontainer{
        display: flex;
        font-size: smaller;
    }
    .chipzones {
        display: inline-block;
        margin: 2px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
        border-radius: 10px;
        background-color: #f1f1f1;
    }
    .chipvert {
        background: rgba(27, 172, 100, .25);
        /*#2ecc71;*/
    }

    .chipbleu {
        background: rgba(17, 111, 177, .25);
        /*#3498db;*/
    }

    .chiporange {
        background: rgba(244, 147, 53, .25);
        /*#e67e22;*/
    }

    .chiprouge {
        background: rgba(235, 34, 85, .25);
        /*#e74c3c;*/
    }
    
    .filigraneCarto{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .filigraneCarto img{
        max-width: 50%;
        z-index: 700;
        opacity: 0.1;       
        pointer-events: none;      
    }
    
    #raccourcis{
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
    }
    
    #raccourcis div{
        display: grid;
        margin: 10px;
        flex: 1 1 auto;
    }
    
    /* les enfants se superposent */
    #raccourcis div>*{
        grid-area: 1/1/-1/-1; 
        /* raccourci pour grid-row et grid-column */
    }
    
    #raccourcis div:hover {
        cursor: grab;
    }
    
    #raccourcis img {  
        width: 100px;
    }

    /* le texte */
    #raccourcis span {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        opacity: 0;
        transition: opacity .8s;
        background: #aad3df; /* avec alpha */
    }
    
    /* le survol */
    #raccourcis span:hover {
        opacity: 1;
    }
    
    .divPopup {
        min-height: 300px;
        max-height: 600px;
        max-width: 300px;
        min-width: 200px;
    }
    .icones {
        width: 25px !important;
        padding: 5px;
        cursor: pointer;
        border-radius: 5px;
    }
    .liste{
        margin-left: -25px;
        margin-bottom: 5px;
    }
    .hideDivPopup {
        transition: .25s ease;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
    }

      .hideDivPopup.visible {
        max-height: 99em;
        opacity: 1;
        visibility: visible;
    }
    .divGraphe {
        min-height: 300px;
        max-height: 600px;
        max-width: 300px;
        min-width: 200px;
    }
    
    .graphe {
        height: 300px;
        max-width: 300px;
        min-width: 200px;
        margin: 0 auto;
    }
    
    .tableIPS {
        border: 2px solid rgb(140 140 140);
        width: 100%;
    }

    .tableIPS thead > tr {
        background-color: rgb(228 240 245);
    }

    .tableIPS th, 
	.tableIPS td {
        border: 1px solid rgb(160 160 160);
        text-align: center;
        padding: 10px;
    }
    
    .tableIPS tbody > tr > td:first-of-type {
        text-align: left;
    }

    .tableIPS tbody > tr:nth-of-type(even) {
        background-color: rgb(237 238 242);
    }
    
    .boiteAMoustache {
        width: 300px;
        text-align: left !important;
    }
    
    .listePostesMouvement{
        margin-left: -30px;
    }
    
    .formationsM2ESelectDiscipline,
    .mouvementSelectDiscipline{
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: start;
    }
    
    .formationsM2ESelectDiscipline div,
    .mouvementSelectDiscipline div{
        max-width: 100px;
    }
    
    #buttonRafraichir{
        margin: 20px
    }
    
    .disciplinesMouvement{
        list-style: none;
        padding-left: 0px;
    }
    
    .listePostesMouvementDetails{
        list-style: none;
        padding-left: 0px;
    }
    
    .listePostesMouvementDetails li::marker{
        content: "•";
        color: red;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
    
    .iconeItineraire{
        width: 20px !important;
    }
    
    /*--------------Onglets--------------*/

    .tabs {
      position: relative;   
      min-height: 480px; /* This part sucks */
      clear: both;
      margin: 25px 0;
    }
    .tab {
      float: left;
    }
    .tab label {
      background: rgba(170, 185, 185, 0.97);
      padding: 10px; 
      border: 1px solid #ccc; 
      margin-left: -1px; 
      position: relative;
      left: 1px; 
      border-radius: 10px 10px 0px 0px;
      box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.71);
    }
    .tab [type=radio] {
      display: none;   
    }
	
/*--------------Contenu article onglet--------------*/
    .content {
      position: absolute;
      top: 28px;
      left: 0;
      background: white;
      right: 0;
      bottom: 0;
      padding: 20px;
      border: 1px solid #ccc; 
      border-radius: 0px 10px 10px 10px;
      box-shadow:6px 6px 10px rgba(0, 0, 0, 0.41);
      overflow: hidden;
	  overflow-y: auto;
	  margin-bottom: -20px;
    }
    .content > * {
      opacity: 0;
      
      -webkit-transform: translate3d(0, 0, 0);
    
      -webkit-transform: translateX(-100%);
      -moz-transform:    translateX(-100%);
      -ms-transform:     translateX(-100%);
      -o-transform:      translateX(-100%);
      
      -webkit-transition: all 0.6s ease;
      -moz-transition:    all 0.6s ease;
      -ms-transition:     all 0.6s ease;
      -o-transition:      all 0.6s ease;
    }
	
/*-------------Onglets actifs--------------*/

    [type=radio]:checked ~ label {
      background: white;
      border-bottom: 1px solid white;
      z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }
    [type=radio]:checked ~ label ~ .content > * {
      opacity: 1;
      
      -webkit-transform: translateX(0);
      -moz-transform:    translateX(0);
      -ms-transform:     translateX(0);
      -o-transform:      translateX(0);
    }

/* Small screens */
    @media all and (max-width: 500px) {
      .card {
        margin: auto;
        width: 90%; /*1*/
      }
    }