/*
 * Actions
 */
#actions_categories {
  display: flex;
  justify-content: space-between;
  height: 662px;
  width: 1522px;
  margin: 0 auto 125px;
}
@media only screen and (max-width: 1522px) {
  #actions_categories {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) {
  #actions_categories {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  #actions_categories {
    height: auto;
  }
}
#actions_categories > div {
  position: relative;
  flex: 0 0 418px;
  height: 528px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 1522px) {
  #actions_categories > div {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 992px) {
  #actions_categories > div {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #actions_categories > div {
    flex: 0 0 100%;
    height: 200px;
  }
}
#actions_categories > div:nth-child(1) {
  align-self: flex-start;
}
#actions_categories > div:nth-child(2) {
  align-self: flex-end;
}
#actions_categories > div:nth-child(3) {
  align-self: center;
}
#actions_categories > div span {
  display: inline-block;
  z-index: 3;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-top: 55px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#actions_categories > div span:before,
#actions_categories > div span:after {
  content: '';
  position: absolute;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
}
#actions_categories > div span:before {
  width: 26px;
  height: 2px;
  top: 12px;
}
#actions_categories > div span:after {
  width: 2px;
  height: 26px;
  top: 0;
}
#actions_categories > div ._mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#actions_categories > div ._background {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#actions_categories > div:hover span,
#actions_categories > div:hover ._mask {
  opacity: 0;
}
#actions_categories > div:hover ._background {
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
._action_categorie {
  width: 1680px;
  margin: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1680px) {
  ._action_categorie {
    width: 100%;
  }
}
._action_categorie h2 {
  position: relative;
  padding-left: 70px;
  margin-bottom: 70px;
}
._action_categorie h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 15px;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
._action_categorie h2:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #000;
}
._action_categorie ._action_categorie_list {
  margin-left: 93px;
}
@media only screen and (max-width: 768px) {
  ._action_categorie ._action_categorie_list {
    margin-left: 10px;
  }
}
._action_categorie ._action_categorie_list li {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  ._action_categorie ._action_categorie_list li {
    display: flex;
  }
}
._action_categorie ._action_categorie_list li:last-child {
  margin-bottom: 0;
}
._action_categorie ._action_categorie_list li ._annee {
  display: inline-block;
  min-width: 55px;
  text-align: right;
  margin-right: 31px;
  font-size: 20px;
}
._action_categorie ._action_categorie_list li a {
  position: relative;
  display: inline-block;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 20px;
}
._action_categorie ._action_categorie_list li a:before,
._action_categorie ._action_categorie_list li a:after {
  content: '';
  position: absolute;
  height: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
._action_categorie ._action_categorie_list li a:before {
  left: 50%;
}
._action_categorie ._action_categorie_list li a:after {
  right: 50%;
}
._action_categorie ._action_categorie_list li a:hover:before,
._action_categorie ._action_categorie_list li a:hover:after {
  width: 51%;
}
/*# sourceMappingURL=creations.css.map */