@charset "UTF-8";
/* CSS Document */

.gallery-full-css .control-button {
color: #a92535;
font-size:0.9em;
}
.gallery-full-css .control-button:hover {
border:2px solid #a92535 !important;
border-radius:50px;
padding:5px 10px;
}

/*
Theme controls how everything looks in gallery-full-css CSS.
*/
.gallery-full-css {
position: relative;
margin:0;
padding:0;
border:1px solid transparent;/*Bug si pas de border se décale vers le bas d'environ 15px*/
}
.gallery-full-css .carte-item {
width:100%;
max-width:530px;
height:auto;
overflow: hidden;
text-align: center;
margin:0;
padding:0;
}
.gallery-full-css .controls {
position: absolute;
top:0;
left:0;
width:100%;
text-align: center;
}
.gallery-full-css .control-button {
display: inline-block;
margin: 0 10px;
padding:0;
font-size: 1.2em;
text-align: center;
text-decoration: none;
transition: color .1s;
font-family: 'lato', sans-serif;
font-weight:600;
padding: 5px 10px;
border: 2px solid transparent;
}

