/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
main > #intro > img {
  filter: blur(5px);
  z-index: 0; }

.ie-browser main > #intro h1, .edge-browser main > #intro h1 {
  text-shadow: 0 0 1.11111rem #131217; }
.ie-browser main > #intro > img, .edge-browser main > #intro > img {
  opacity: 0.6; }

#gallery .columns {
  position: relative; }
  #gallery .columns .prev, #gallery .columns .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #131217;
    padding: 1.11111rem 0.83333rem;
    z-index: 50;
    left: 0;
    cursor: pointer; }
  #gallery .columns .next {
    left: auto;
    right: 0; }
  #gallery .columns .actu-item > img {
    cursor: pointer;
    display: block;
    margin: 0 auto; }

@media screen and (max-width: 63.9375em) {
  #actus .controls {
    display: none; } }

/*# sourceMappingURL=template-actualites.css.map */
