@charset "utf-8";
/* CSS Document */
#carte-situation {
    width: 100%;
    display: block;
    clear: both;
    margin: 40px 0
    }
.gallery-full-css .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4)
    }
.gallery-full-css .control-button:hover {
    color: white !important;
    color: rgba(255, 255, 255, 1) !important;
    background: #F9A61A;
    border-left: 5px solid #F9A61A
    }
/*
Theme controls how everything looks in gallery-full-css CSS.
*/
.gallery-full-css {
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #FFF;
    /*Bug si pas de border se dÃ©cale vers le bas d'environ 15px*/
    background-color: #FFF
    }
.gallery-full-css .carte-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #FFF;
    margin: 50px 0 0 0;
    padding: 0
    }
.gallery-full-css .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center
    }
/***.gallery-full-css .controls ul {
text-align:center;
}

.gallery-full-css .controls li {
    color: #ffffff;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
	background:rgba(0,0,0,0.8);
}***/
.gallery-full-css .control-button {
    display: inline-block;
    padding: 0;
    font-size: 1.3em;
    text-align: left;
    text-decoration: none;
    transition: color 0.1s;
    font-weight: 300;
    text-transform: uppercase;
    border-left: 5px solid transparent;
    margin: 4px 0 4px 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.8)
    }