/***** Fonts *****/
/***** Colors *****/
/***** Texts sizes *****/
/***** transition *****/
.transition-main {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

@keyframes bounce-vertical {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(10px); } }
#tpl_home .visuel_mobile {
  display: none; }
#tpl_home h3 {
  color: #030555;
  text-align: center;
  font-family: "Gloria Hallelujah", cursive;
  font-size: 60px;
  padding-bottom: 40px; }
#tpl_home .homeHeader {
  position: relative;
  overflow: hidden; }
  #tpl_home .homeHeader .event {
    position: absolute;
    width: 390px;
    right: 0px;
    bottom: 0px;
    background: #030555;
    color: #ffffff;
    padding: 7px 15px 90px 15px; }
    #tpl_home .homeHeader .event .teaser_title {
      background: url(../../../images/federation-chasse/picto_calendrier.png) 0px center no-repeat;
      color: #ffffff;
      padding-bottom: 7px;
      padding-top: 7px; }
    #tpl_home .homeHeader .event .visual_container {
      display: none; }
    #tpl_home .homeHeader .event .bt_see {
      color: #ffffff;
      display: inline-block;
      width: 70%; }
    #tpl_home .homeHeader .event .dateEvent {
      display: inline-block;
      width: 20%;
      float: right;
      text-align: center;
      font-size: 15px;
      text-transform: uppercase; }
      #tpl_home .homeHeader .event .dateEvent span {
        display: block;
        font-size: 50px;
        font-weight: 700; }
    #tpl_home .homeHeader .event .new {
      padding-bottom: 7px;
      display: block; }
    #tpl_home .homeHeader .event .bt_learn_more {
      color: #ffffff;
      position: relative;
      z-index: 30; }
    #tpl_home .homeHeader .event .bt_learn_more:hover {
      color: #f5459f; }
    #tpl_home .homeHeader .event .bt_learn_more:after {
      background: url(../../../images/federation-chasse/underline_blanc.png) 0px 0px no-repeat; }
    #tpl_home .homeHeader .event .bt_learn_more:hover:after {
      background-position: 0px -9px; }
#tpl_home .centerHome {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 50; }
#tpl_home .homeSection {
  background: url(../../../images/federation-chasse/bg_cms.jpg) top center;
  position: relative;
  text-align: center;
  padding-top: 25px; }
  #tpl_home .homeSection h1 {
    padding-top: 40px; }
#tpl_home .homeSection:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -115px;
  left: 0px;
  width: 100%;
  background: url(../../../images/federation-chasse/separateur.png) top center repeat-x;
  height: 309px;
  z-index: 20; }
#tpl_home .homeSection:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -115px;
  left: 0px;
  width: 100%;
  background: url(../../../images/federation-chasse/separateur.png) top center repeat-x;
  height: 309px;
  z-index: 20;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
#tpl_home .outil_title {
  color: #030555;
  text-align: center;
  font-family: "Gloria Hallelujah", cursive;
  font-size: 26px;
  border-top: 6px solid #030555;
  padding-top: 15px;
  padding-bottom: 20px; }
#tpl_home .teasers {
  padding-bottom: 90px; }
#tpl_home .teaser_title {
  font-family: "Open Sans", sans-serif;
  color: #030555;
  text-align: center;
  font-size: 14px;
  border-top: 6px solid #030555;
  padding-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700; }
#tpl_home .bt_see {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 15px;
  text-align: left;
  padding-bottom: 5px;
  display: block;
  text-transform: uppercase; }
  #tpl_home .bt_see span {
    text-transform: none;
    font-weight: 400;
    display: block;
    padding-top: 5px; }
#tpl_home .new {
  display: inline-block;
  padding-bottom: 25px; }
#tpl_home .col-md-6 .new {
  width: 50%;
  float: left; }
  #tpl_home .col-md-6 .new .visual_container {
    position: relative; }
    #tpl_home .col-md-6 .new .visual_container .dateActu {
      position: absolute;
      bottom: 0px;
      right: 15px;
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-size: 70px;
      font-weight: 700; }
#tpl_home .outil .intro {
  padding-bottom: 15px; }
#tpl_home .bt_learn_more, #tpl_home .bt_learn_more:visited {
  color: #030555; }
#tpl_home .bt_learn_more:after, #tpl_home .bt_learn_more:visited:after {
  background: url(../../../images/federation-chasse/underline.png) 0px 0px no-repeat; }
#tpl_home .bt_learn_more:hover, #tpl_home .bt_learn_more:focus {
  color: #f5459f; }
#tpl_home .bt_learn_more:hover:after, #tpl_home .bt_learn_more:focus:after {
  background-position: 0px -9px; }
#tpl_home .les-chiffres {
  margin-top: 80px;
  border-top: 2px solid #f5459f;
  border-bottom: 2px solid #f5459f;
  display: flex;
  padding: 25px 0px;
  text-align: center;
  color: #f5459f;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  flex: auto; }
  #tpl_home .les-chiffres li {
    display: inline-block;
    padding: 0px 20px;
    position: relative; }
  #tpl_home .les-chiffres li:before {
    position: absolute;
    display: block;
    content: ' ';
    width: 1px;
    height: 55px;
    background: #f5459f;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px; }
  #tpl_home .les-chiffres li:first-child:before {
    display: none; }
  #tpl_home .les-chiffres strong {
    font-size: 40px;
    text-transform: none;
    display: block; }
  #tpl_home .les-chiffres i {
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block; }
#tpl_home .zReseaux {
  text-align: center;
  color: #030555; }
  #tpl_home .zReseaux .big {
    font-size: 80px;
    padding-top: 60px;
    padding-bottom: 10px;
    display: block; }
  #tpl_home .zReseaux .textPartage {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 14px;
    color: #030555;
    font-weight: 700;
    padding: 25px 0px;
    text-transform: uppercase; }
#tpl_home .publications {
  padding-top: 40px;
  padding-bottom: 40px; }
  #tpl_home .publications .zReseaux .teaser_title {
    background: url(../../../images/federation-chasse/picto_reseau.png) 10px center no-repeat; }
  #tpl_home .publications .zVideos .visual_container {
    position: relative; }
  #tpl_home .publications .zVideos .visual_container:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../../../images/federation-chasse/placeholder_play.png) center center no-repeat; }
  #tpl_home .publications .zVideos .teaser_title {
    background: url(../../../images/federation-chasse/picto_video.png) 10px center no-repeat; }
#tpl_home .zPartenaires {
  padding: 100px 0px 70px 0px;
  background: #ffffff; }
  #tpl_home .zPartenaires h3 span {
    display: block;
    font-size: 30px; }
  #tpl_home .zPartenaires img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); }
  #tpl_home .zPartenaires img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%); }
#tpl_home .slider_partenaire {
  max-width: 1140px;
  margin: 0 auto;
  position: relative; }
#tpl_home .slick-list {
  overflow: hidden; }
#tpl_home .slick-track {
  display: flex;
  vertical-align: middle;
  flex: 1; }
  #tpl_home .slick-track .slide {
    display: inline-block;
    vertical-align: middle; }
#tpl_home .slick-prev,
#tpl_home .slick-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  border: none;
  z-index: 30;
  font-size: 0px; }
#tpl_home .slick-prev {
  left: 0px;
  background: url(../../../images/federation-chasse/left.png) 0px 0px no-repeat; }
#tpl_home .slick-next {
  right: 0px;
  background: url(../../../images/federation-chasse/right.png) 0px 0px no-repeat; }
#tpl_home .slick-prev:hover,
#tpl_home .slick-next:hover {
  background-position: 0px -30px; }

@media screen and (max-width: 991px) {
  #tpl_home .homeHeader {
    position: relative; }
  #tpl_home .homeHeader .event {
    position: relative;
    width: 100%;
    left: inherit;
    right: inherit;
  margin-top:-5px;
    z-index: 1;}
}

@media screen and (max-width: 991px) {
  #navigation .flexnav.flexnav-show{
    z-index: 4444;
  }
  #tpl_home .bandeau{
    position: relative;
    color:#161862;
    text-align: center;
    padding: 35px 0px 0px 0px;
    z-index: 1;
  }
  #tpl_home .bandeau .title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
  }
  #tpl_home .bandeau .sous_title{
    font-family: "Gloria Hallelujah", cursive;
    font-size: 30px;
  }
  #header{
    background: url(../../../images/federation-chasse/bg_cms.jpg) top center;
    z-index: initial;
  }
  #tpl_home .homeHeader .visuel_mobile:before{
    content: ' ';
    min-height: 240px;
    padding: 25px 15px 15px 170px;
    position: absolute;
    left: 0px;
    width: 100%;
    background: url(../../../images/federation-chasse/separateur.png) top center repeat-x;
    transform: scaleY(-1);
    top: 30px;

  }

  #tpl_home .teasers .col-md-3 {
    padding-bottom: 70px; }
  #tpl_home .outil {
    padding-bottom: 30px; }
  #tpl_home .les-chiffres {
    font-size: 14px; }
    #tpl_home .les-chiffres li {
      padding: 0px 10px; }
    #tpl_home .les-chiffres strong {
      font-size: 18px; }
  #tpl_home .publications .zVideos {
    padding-bottom: 30px; }
  #tpl_home .col-md-6 .new {
    width: 100%;
    float: none; }
  #tpl_home #toolbar {
    display: none; }
  #tpl_home .visuel_mobile {
    display: block; }
    #tpl_home .visuel_mobile img {
      min-height: 350px;  }
  #tpl_home #animation1, #tpl_home #animation2, #tpl_home #animation3 {
    display: none; } }
@media screen and (max-width: 767px) {
  #tpl_home h3 {
    font-size: 30px;
    padding-bottom: 0px; }
  #tpl_home h1 {
    font-size: 32px;
    line-height: 40px; }
  #tpl_home .les-chiffres {
    display: none; }
  #tpl_home .teasers {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-bottom: 30px; }
    #tpl_home .teasers .col-md-3, #tpl_home .teasers .col-md-6 {
      float: none;
      width: 100%;
      display: inline-block; }
    #tpl_home .teasers .annonces {
      order: 2; }
    #tpl_home .teasers .actus {
      order: 1;
      padding-bottom: 30px; }
    #tpl_home .teasers .bourses {
      order: 3; }
  #tpl_home .zVideos .new:nth-child(2) {
    display: none; }
  #tpl_home .publications .textPartage {
    display: none; }
  #tpl_home .publications .bt_learn_more {
    display: none; }  }
@media all and (max-width: 575px){
  #tpl_home .visuel_mobile{
    overflow-x: hidden;
  }
  #tpl_home .visuel_mobile img{
    min-height: 250px;
    max-width: none;
  }
  #tpl_home .visuel_mobile:nth-child(2) img {
    width: 200%;
    margin-left: -58%;
  }
  #tpl_home .visuel_mobile:nth-child(4) img {
    width: 200%;
    margin-left: -30%;
  }
  #tpl_home .visuel_mobile:nth-child(7) img {

    width: 250%;
    margin-left: -15%;
  }
}

/*# sourceMappingURL=tpl-home.css.map */
