/*
 Theme Name:   ITAC
 Theme URI:    https://itineraireschalaisiens.fr
 Description:  An Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/itac-theme/graphs/contributors
 Template:     understrap
 Version:      1.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  itac-theme
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/itac-theme
*/

.documents-list-item {
  transition: all 1s;
  display: inline-block;
}
.documents-list-enter, .documents-list-leave-to
/* .documents-list-leave-active below version 2.1.8 */ {
  opacity: 0;
  transform: translateY(30px);
}
.documents-list-leave-active {
  position: absolute;
}