/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
ul.languagesDivider {
    display: none;
    position: absolute;
}

ul.languagesDivider li {
    display: block !important;
    /*padding: 0 0 2.4rem 0;*/
}

ul.languagesDivider li a {
    display: block !important;
    padding: 0 0 2.4rem 0;
}
.intro__menu {
    display:block;
}
.intro__menu .menu-nav {
    display: none;
}
form input, form textarea {
    height: 5rem;
    margin: 0 0 2.4rem 0;
    color: #fff;
}

/*
Mode sombre pour les cartes Leaflet
 */
.dark .leaflet-layer,
.dark .leaflet-control-attribution {
    filter: invert(100%) hue-rotate(0deg) brightness(110%) contrast(90%) grayscale(100%);
}


.map-responsive {
    padding-bottom: 0;
    height: 100%;
}

.map-responsive .leaflet-touch .leaflet-control-zoom .leaflet-bar .leaflet-control {
    background-color: #3498db;
    border: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #3db03f;
}



/*
.leaflet-control-zoom .leaflet-bar .leaflet-control {

    border-radius: 0;
    border: 0;
}
.map-responsive .leaflet-touch .leaflet-bar a:first-child{
    border-radius: 0;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    background-color: rgba(12, 12, 12, 0.4);
    border: 2px solid #38f6b4;
}
.map-responsive .leaflet-control-zoom .leaflet-bar a {
    color: #9b59b6;
}
*/


/*---------------------*/
.map-responsive .leaflet-bar a {
    color: #38f6b4;
    background-color: rgba(22, 22, 22, 0.6);
    border-radius: 0;
    border: 2px solid #38f6b4;  /* à remettre*/
}

.map-responsive .leaflet-bar a:hover {
    background-color: rgba(22, 22, 22, 1);
}

.map-responsive div.leaflet-bar{
    border: 0;
    border-radius: 0;
}

.map-responsive div.leaflet-control-zoom .leaflet-control-zoom-in,
.map-responsive div.leaflet-control-zoom .leaflet-control-zoom-out {
    border-radius: 0;
    margin: 4px;
}


/* enveloppe externe du popup */
.leaflet-popup-content-wrapper {
    background: #161616;
    color: #fff;
    border-radius: 0;
    padding: 8px;
    /*
    min-width: 180px;
    */
}

/* zone du texte-HTML*/
.leaflet-popup-content p{
    font-size: 1.4rem;
}

.leaflet-popup-content p span{
    font-size: 1.6rem;
}

/* La petite pointe (triangle) */
.leaflet-popup-tip {
    background: #161616;  /* même couleur que le fond */
}

/* Bouton de fermeture
.leaflet-popup-close-button {
    color: #fff;
    font-size: 18px;
    right: 6px;
    top: 6px;
}
*/

@media only screen and (min-width: 1200px) {
    .intro__menu .menu-nav {
        display: inline-block;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .intro__socials {
        bottom: 1rem;
    }
}
@media only screen and (min-width: 1700px) {
    .section-title {
        margin: 0 0 4.8rem 0;
    }
}
