/*animation element sliding from down*/
body.path-frontpage section.block-views-blockactivite-block-9,
body.path-frontpage section.block-views-blockactivite-block-12,
body.path-frontpage section.block-views-blockactivite-block-13,
body.path-frontpage section#block-cloudtagsblock,
#block-sinscrirealanewsletter,
body.path-frontpage section.block-views-blockactivite-block-8,
body.path-frontpage section.block-views-blockactivite-block-10,
body.path-frontpage section.block-views-blockactivite-block-11,
body.path-frontpage section#block-views-block-faq-block-1,
#block-visiteurs,
#block-membershp,
#block-presentationpursea div.info-values,
#block-views-block-partners-block-3,
#block-views-block-partners-block-5,
#block-views-block-partners-block-4,
.path-membres .view-header h3,
.path-membres .view-header p,
.path-membres #views-bootstrap-membres-page-1 .row > div:nth-child(odd),
.path-membres .pager,
body.path-work-package
  div#views-bootstrap-work-package-page-1
  .row
  > div:nth-child(odd),
.path-comites .view-header h3,
.path-comites .view-header p,
.path-comites #views-bootstrap-comite-page-1 .row > div:nth-child(odd),
.path-comites .pager,
body.path-evenements section#block-headereventslisting h3,
body.path-evenements section#block-headereventslisting p,
body.path-evenements #views-bootstrap-activite-page-1 .row > div:nth-child(odd),
body.path-partners section#block-headerpartnerslisting h3,
body.path-partners section#block-headerpartnerslisting p,
body.path-partners
  div#views-bootstrap-partners-page-1
  .row
  > div:nth-child(odd),
body.path-db-members section#block-formulaireexposemembrespage-2,
body.path-db-members
  .view.view-membres.view-id-membres.view-display-id-page_2
  .pager,
body.path-db-members #views-bootstrap-membres-page-2 .row > div:nth-child(odd),
body.path-actualites
  div#views-bootstrap-activite-page-2
  .row
  > div:nth-child(odd) {
  opacity: 0;
  -moz-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

/*  animation slide top for child even */

.path-membres #views-bootstrap-membres-page-1 .row > div:nth-child(even),
body.path-work-package
  div#views-bootstrap-work-package-page-1
  .row
  > div:nth-child(even),
.path-comites #views-bootstrap-comite-page-1 .row > div:nth-child(even),
body.path-evenements
  #views-bootstrap-activite-page-1
  .row
  > div:nth-child(even),
body.path-partners
  div#views-bootstrap-partners-page-1
  .row
  > div:nth-child(even),
body.path-db-members #views-bootstrap-membres-page-2 .row > div:nth-child(even),
body.path-actualites
  div#views-bootstrap-activite-page-2
  .row
  > div:nth-child(even) {
  opacity: 0;
  -moz-transition: all 600ms ease-in;
  -webkit-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

#block-membershp.in-view,
#block-presentationpursea div.info-values.in-view,
#block-views-block-partners-block-3.in-view,
#block-views-block-partners-block-5.in-view,
#block-views-block-partners-block-4.in-view,
.path-membres .view-header h3.in-view,
.path-membres .view-header p.in-view,
.path-membres #views-bootstrap-membres-page-1 .row > div.in-view,
.path-membres .pager.in-view,
body.path-work-package
  div#views-bootstrap-work-package-page-1
  .row
  > div.in-view,
.path-comites .view-header h3.in-view,
.path-comites .view-header p.in-view,
.path-comites #views-bootstrap-comite-page-1 .row > div.in-view,
.path-comites .pager.in-view,
body.path-evenements section#block-headereventslisting h3.in-view,
body.path-evenements section#block-headereventslisting p.in-view,
body.path-evenements #views-bootstrap-activite-page-1 .row > div.in-view,
body.path-partners section#block-headerpartnerslisting h3.in-view,
body.path-partners section#block-headerpartnerslisting p.in-view,
body.path-partners div#views-bootstrap-partners-page-1 .row > div.in-view,
body.path-db-members section#block-formulaireexposemembrespage-2.in-view,
body.path-db-members
  .view.view-membres.view-id-membres.view-display-id-page_2
  .pager.in-view,
body.path-db-members #views-bootstrap-membres-page-2 .row > div.in-view,
body.path-actualites div#views-bootstrap-activite-page-2 .row > div.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

body.path-frontpage section.block-views-blockactivite-block-8.in-view,
body.path-frontpage section.block-views-blockactivite-block-10.in-view,
body.path-frontpage section.block-views-blockactivite-block-11.in-view,
body.path-frontpage section#block-views-block-faq-block-1.in-view,
#block-visiteurs.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

body.path-frontpage section.block-views-blockactivite-block-9.in-view,
body.path-frontpage section.block-views-blockactivite-block-12.in-view,
body.path-frontpage section.block-views-blockactivite-block-13.in-view,
body.path-frontpage section#block-cloudtagsblock.in-view,
#block-sinscrirealanewsletter.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
