footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

footer div.infosGauche {
    padding-left:30px;
}

footer div.infolettre {
    padding-right: 30px;
    float:right;
}

footer div.infolettre input {
    border-radius: 5px;
    padding:5px;
}

footer #btnAbonnementInfolettre {
    color:#fff;
    background-color: #000;
}

footer #btnAbonnementInfolettre:hover {
    color:#000;
    background-color: #fff;
}

.txtCreated {
    font-size: 0.7em;
}

.itemMenu {
    padding:5px;
}
.itemMenu:hover {
    background-color:#686E73;
}


/* Bloc Site*/
.grid-stack-item {
    display: inline-block;
}

.grid-stack-item-content {
    width:100%;
    height:100%;
}

.grid-stack-item .contenu {
    overflow-x: false;
    overflow-y: false;
}

.grid-stack-item img {
    margin:auto;
    display:block;
    width: 95% !important;
    height: auto !important;
}

.blContent {width:100%;height:100%;}
.ytplayer {pointer-events: none;}

/* Maximiser la taille de la carte dans la modal */
#modalMapSection {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-body {
    height: 80vh;
    /* 80% de la hauteur de la fenêtre */
}
