/* FRONT */

/* 001 - Home Slideshow */
.home-slideshow-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.home-slide .home-caption-wrapper {
  background-color: #f5f8fa;
  padding: 1rem;
  width: 100%;
}
.home-slide .home-caption-wrapper .home-caption {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.home-slide .home-caption-wrapper .home-caption a.btn {
  background: none;
  color: #299293;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 0;
  display: inline-block;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-slide .home-caption-wrapper .home-caption .title {
    font-weight: 700;
    font-size: 1em;
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}
.home-slide .home-caption-wrapper .home-caption .btn {
    margin-top: 10px;
}

.home-slide .home-caption-wrapper .home-caption .subtitle {
    font-size: .9em;
}
.home-slide .home-caption-wrapper .home-caption-title {
  width: 100%;
}
#home-btn {
  width: 100%;
  display: block;
  padding: 1rem 15px;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 800;
  background-image: url('../images/pictos/arrow-next_medef.png');
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-right: 48px;
}
.home-slideshow-wrapper .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 .5rem;
  transition: all .5s ease;
  height: 40px;
}
.home-slideshow-wrapper .slick-dots li {
   line-height: 0;
   margin: 0;
   padding: 0
}
.home-slideshow-wrapper .slick-dots button {
  margin: 16px .25rem;
  background: #FFF;
  border: none;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  font-size: 0;
  line-height: 0;
  transition: all .5s ease;
  box-shadow: none;
  border: 1px solid #edc000;
}
.home-slideshow-wrapper .slick-dots .slick-active button {
  background: #edc000;
  border: 1px solid #edc000;
}
@media all and (min-width: 600px) {
  #home-btn {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1rem;
    height: 95px;
    line-height: 95px;
  }
  .home-slide .home-caption-wrapper .home-caption .subtitle {
      height: 2.2em;
      line-height: 1.1em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .home-slide .home-caption-wrapper {
    width: calc(100% - 200px);
  }
  .home-slideshow-wrapper  .slick-dots {
    top: 280px;
  }
}
@media all and (min-width: 768px) {
  #home-btn {
    height: 85px;
    line-height: 85px;
  }
  .home-slide .home-caption-wrapper .home-caption .subtitle {
      height: 1.2em;
      line-height: 1.2em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .home-slideshow-wrapper  .slick-dots {
    top: 267px;
  }
}
@media all and (min-width: 1060px) {
  .home-slideshow-wrapper {
    margin-bottom: 3rem;
  }
  .home-slide .home-caption-wrapper {
    padding: 1.5rem;
  }
  .home-slide .home-caption-wrapper  {
    width: calc(100% - 210px);
  }
  #home-btn {
    width: 210px;
    height: 108px;
    line-height: 108px;
    font-size: 1rem;
    background-size: 20px auto;
    padding-right: 52px;
  }
  .home-slideshow-wrapper  .slick-dots {
    top: 374px;
  }
}
.home-slide.slick-slide iframe{
  width:100%;
}
.plyr__video-wrapper.plyr__video-embed{
  padding-bottom:41.67% !important;
}
.plyr__control.plyr__control--overlaid{
  background-color:#242976 !important;
}
.plyr__progress input, .plyr__controls__item input{
  color:#242976 !important;
}
.plyr__control:hover{
  background-color:#242976 !important;
}
.plyr__control[aria-expanded = true]{
  background-color:#242976 !important;
}
.hs_miniature{
  border: none;
  background:none;
  padding:0;
  position:absolute;
  z-index:10;
}
.video-wrapper{
  position: relative;
}
.hs_miniature::after{
  content:" ";
  position: absolute;
  left:50%;
  top:50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #242976;
}
@media all and (min-width: 1360px) {
  #home-btn {
    width: 210px;
    height: 114px;
    line-height: 114px;
    padding: 0 1rem;
  }
  .home-slide .home-caption-wrapper {
    width: calc(100% - 210px);
  }
  .home-slideshow-wrapper  .slick-dots {
    top: 473px;
  }
}

/* 002 - Actions to come */
.block-actions-to-come {
  margin-bottom: 1.5rem;
  position: relative;
}
.action-to-come-slider-wrapper {
  background-color: rgba(36, 41, 118, .1);
  width: calc(100% + 30px);
  padding: 1.5rem 15px 0;
  margin-left: -15px;
}
.page-template-page-template-filieres .action-to-come-slider-wrapper{
  padding: 1rem 15px;
}
.block-actions-to-come .search-actions {
    margin: 0 0 1.5em;
}
.block-actions-to-come .block-title {
    height: auto;
    display: inline-block;
    margin: 0;
}
.action-to-come-slider {
    position: static;
    margin-bottom: 0;
    display: none;
}
.action-to-come-slider.slick-initialized  {
    display: block;
}
.action-to-come-slider .slick-slide .action-agenda {
    vertical-align: top;
    padding: 0 2px 16px 2px;
}
.action-to-come-slider .slick-arrow {
    position: absolute;
    top: 0;
}
.action-to-come-slider .slick-prev {
    right: 30px !important;
    left: auto !important;
}
.action-to-come-slider .slick-next {
    right: 0 !important;
}
@media all and (min-width: 600px) {
    .action-to-come-slider .slick-slide .action-agenda {
        padding-bottom: 16px;
    }
    .action-to-come-slider .slick-slide .action-agenda:first-child {
        padding-right: 8px;
        padding-left: 2px;
    }
    .action-to-come-slider .slick-slide .action-agenda:last-child {
        padding-left: 8px;
        padding-right: 2px;
    }
}
@media all and (min-width: 768px) {
    .action-to-come-slider .slick-prev {
        right: 40px !important;
    }
    .block-actions-to-come .block-title {
      height: 30px;
      line-height: 1.3;
    }
}
@media all and (min-width: 1060px) {
    .action-to-come-slider .slick-slide .action-agenda {
        padding-bottom: 24px;
    }
    .action-to-come-slider .slick-slide .action-agenda:first-child {
        padding-right: 16px;
        padding-left: 2px;
    }
    .action-to-come-slider .slick-slide .action-agenda:last-child {
        padding-left: 16px;
        padding-right: 2px;
    }
    .action-to-come-slider .slick-slide .action-agenda:nth-child(2) {
        padding-left: 9px;
        padding-right: 9px;
    }
    .action-to-come-slider-wrapper {
      width: calc(100% + 80px);
      padding: 1.5rem 40px 0;
      margin-left: -40px;
    }
    .block-actions-to-come {
      margin-bottom: 3rem;
    }
}
@media all and (min-width: 1360px) {
    .action-to-come-slider .slick-slide .action-agenda {
        padding-bottom: 32px;
        font-size: 0.85em;
    }
    .action-to-come-slider .slick-slide .action-agenda:first-child {
        padding-right: 22px;
        padding-left: 2px;
    }
    .action-to-come-slider .slick-slide .action-agenda:last-child {
        padding-left: 22px;
        padding-right: 2px;
    }
    .action-to-come-slider .slick-slide .action-agenda:nth-child(2) {
        padding-left: 8px;
        padding-right: 16px;
    }
    .action-to-come-slider .slick-slide .action-agenda:nth-child(3) {
        padding-left: 16px;
        padding-right: 8px;
    }
    .action-to-come-slider .action-agenda .date-small {
        width: 50px;
    }
    .action-to-come-slider .action-agenda .categories-small {
        width: calc(100% - 110px);
    }
    .action-to-come-slider-wrapper {
      width: calc(100% + 130px);
      padding: 1.5rem 65px 0;
      margin-left: -65px;
    }
}

/* 003 - Past Actions */

.block-past-actions {
  margin-bottom: 1.5rem;
  position: relative;
}
.block-past-actions .block-title {
    display: inline-block;
    margin: 0;
}
.block-past-actions .view-all {
    vertical-align: middle;
}
.past-actions-list-front {
    margin: 0;
    margin-left: -15px;
    width: calc(100% + 30px);
    position: unset;
}
@media all and (min-width: 1360px) {
  .past-actions-list-front {
      width: calc(100% + 28px);
      margin-left: -14px;
  }
}
.past-actions-list-front .slick-list {
  width: 100%;
}
.past-actions-list-front .past-action {
  padding: 0 15px;
}
.past-actions-list-front .past-action:first-child,
.past-actions-list-front .past-action:nth-child(2){
    display: block;
}
.past-actions-list-front .tribune {
    width: 100%;
    height: 498px;
    background: #93a519;
}
.link-image-action-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.action-to-come-slider .action-agenda main {
    line-height: 1.2em;
}
.block-past-actions .slick-arrow {
    position: absolute;
    top: 0;
}
.block-past-actions .slick-prev {
    right: 30px !important;
    left: auto !important;
}
.block-past-actions .slick-next {
    right: 0px !important;
}
@media all and (min-width: 600px) {

}
@media all and (min-width: 768px) {
  .block-past-actions .block-title {
    height: 30px;
    line-height: 1.3;
  }
}
@media all and (min-width: 1060px) {
  .block-past-actions {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1360px) {

}

/* 004 - Kiosque */

.block-sticky-docs header.block-header {
    padding: 16px 0 10px;
    margin: 0 16px;
    border-bottom: 1px solid rgba(36,41,118,1);
    position: relative
}
.block-sticky-docs header.block-header h2.block-title {
    margin: 0;
    line-height: 1.4em;
}
.block-sticky-docs header.block-header .subtitle {
    font-size: 1em;
}
.block-sticky-docs header.block-header .view-all {
    position: absolute;
    right: 0;
    top: 20px;
}
@media all and (min-width: 1060px) {
    .block-sticky-docs header.block-header .subtitle {
        font-size: 0.875em;
    }
    .block-sticky-docs header.block-header .view-all {
        top: 40px;
    }
}


/* 005 - Nous rejoindre */

.block-join-us {
    padding: 16px;
}
.block-join-us header {
    color: #FFF;
}
.block-join-us header h2 {
    margin-top: 0;
    line-height: 1.3em;
    font-size: 1.2em;
}
.block-join-us footer {
    margin-top: 16px;
    text-align: center;
}
.block-join-us .list-items {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.block-join-us .list-items li {
    width: 100%;
    list-style: none;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.block-join-us .list-items li:last-child {
    margin-bottom: 0;
}
.block-join-us .list-items .icon {
    height: 80px;
    width: 80px;
    margin-right: 16px;
}
@media all and (min-width: 1060px) {
    .block-join-us {
        padding: 24px;
    }
    .block-join-us .list-items li {
        width: 33.33%;
        font-size: 0.7em;
        text-align: center;
        margin-bottom: 0;
    }
    .block-join-us .list-items li:first-child {
        padding-right: 16px;
    }
    .block-join-us .list-items li:last-child {
        padding-left: 16px;
    }
    .block-join-us .list-items li {
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .block-join-us .list-items .icon {
        height: 100px;
        width: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .block-join-us header h2 {
        font-size: 1.2em;
    }
}
@media all and (min-width: 1360px) {
    .block-join-us .list-items li {
        font-size: 0.7em;
    }
    .block-join-us header h2 {
        font-size: 1em;
    }
}

/* 004 - Events et Informations */

/* 004A - Global */

.block-events-infos-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.block-events {
    width: 100%;
}
.block-infos {
    width: calc(100% + 30px);
    margin-left: -15px;
}
@media all and (min-width: 1360px) {
  .block-infos {
      width: calc(100% + 28px);
      margin-left: -14px;
  }
}

/* 004B - Events */
.partners-events {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.partners-event {
    padding: 10px;
    list-style: none;
    height: 100%;
}
.partners-event header {
    height: 180px;
    width: 100%;
}
.partners-events .slick-arrow {
    position: absolute;
    top: 166px;
    left: 10px;
}
.partners-events .slick-next {
    left: 40px;
}
.partners-event header div.ion-android-open {
    position: absolute;
    top: 166px;
    right: 10px;
    line-height: 24px;
    width: 24px;
    color: #FFF;
    text-align: center;
    font-size: 14px
}
.partners-event main {
    background: #FFF;
    padding: 10px;
    height: calc(100% - 180px);
}
.event-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.event-info .date-small {
    border-right: 1px solid rgba(36,41,118,1);
    padding-right: 10px;
    margin-right: 10px;
    font-size: 1em;
    width: 55px;
}
.event-info .title {
    font-size: 0.9em;
    line-height: 1.3em;
    width: calc(100% - 55px);
}
.event-presentation {
    margin-top: 10px;
    line-height: 1.1em;
    font-size: 0.95em;
}
@media all and (min-width: 600px) {
    .partners-events .slick-list,
    .partners-events .slick-track {
        height: 100%;
    }

}
@media all and (min-width: 768px) {
   .partners-event header {
        height: 130px;
    }
    .partners-events .slick-arrow {
        top: 110px;
    }
    .partners-events .slick-next {
        left: 50px;
    }
    .partners-event main {
        height: calc(100% - 130px);
    }
    .partners-event header div.ion-android-open {
        line-height: 30px;
        width: 30px;
        top: 110px;
    }
    .event-info .date-small {
        font-size: 0.8em;
        width: 40px;
    }
    .event-info .title {
        font-size: 0.8em;
        width: calc(100% - 40px);
    }
}
@media all and (min-width: 1060px) {
    .partners-event header {
        height: 150px;
    }
    .partners-events .slick-arrow {
        top: 130px;
    }
    .partners-event main {
        height: calc(100% - 150px);
    }
    .partners-event header div.ion-android-open {
        top: 130px;
    }
    .event-info .date-small {
        width: 50px;
    }
    .event-presentation {
        font-size: 0.85em;
    }
    .event-info .title {
        width: calc(100% - 50px);
    }
}
@media all and (min-width: 1360px) {
    .partners-event header {
        height: 180px;
    }
    .partners-events .slick-arrow {
        top: 160px;
    }
    .partners-event header div.ion-android-open {
        top: 160px;
    }
    .partners-event main {
        height: calc(100% - 180px);
    }
    .event-info .date-small {
        width: 55px;
    }
    .event-info .title {
        width: calc(100% - 55px);
    }
}

/* 004C - Infos */
.block-events-infos .block-title {
    display: inline-block;
    margin: 0 0 .5rem;
    line-height: 1.3;
    padding-right: 76px;
}
.block-events-infos .slick-arrow {
    position: absolute;
    top: 0;
}
.block-events-infos .slick-prev {
    right: 45px !important;
}
.block-events-infos .slick-next {
    right: 15px !important;
}
@media all and (min-width: 768px) {
  .block-events-infos .block-title {
      height: 30px;
      margin: 0;
  }
  .block-events-infos .slick-prev {
      right: 30px !important;
  }
  .block-events-infos .slick-next {
      right: 0px !important;
  }
}
.block-infos,
.partners-infos {
  position: unset;
}

.partners-infos {
    margin: 0;
    padding: 0;
}
.partners-info {
    list-style: none;
    border-top : 1px solid rgba(36,41,118,1);
    border-bottom : 1px solid rgba(36,41,118,1);
    width: 100%;
    padding: 15px 0;
    margin: 0 15px;
}
.partners-info header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.partners-info header .title {
    font-size: 0.9em;
    line-height: 1.3em;
}
.partners-info header a {
    font-size: 14px;
}
.partners-info main .subtitle {
    display: block;
    font-size: 0.8em;
    padding-left: 20px;
    background: url('../images/pictos/arrow-next_tiffany.svg') center left no-repeat transparent;
    background-size: 15px auto;
}
.no-svg .partners-info main .subtitle,
.gecko.win .partners-info main .subtitle {
    background: url('../images/pictos/arrow-next_tiffany.png') center left no-repeat transparent;
    background-size: 15px auto;
}
.info-presentation {
    margin-top: 10px;
    line-height: 1.1em;
    font-size: 0.95em;
}
#cookie-notice .button.wp-default {
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    border: none;
    text-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    background: #299293;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 3px 26px;
    display: inline-block;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cn-notice-text {
    display: block;
    margin-bottom: 10px;
}
#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: #299293;
    border: none;
    color: #FFF;
}
@media all and (min-width: 1200px) {
    #cn-notice-text {
        display: inline-block;
        margin-bottom: 0;
    }
}
.contact-form-access-front {
  padding: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.contact-form-access-front .title {
    color: #FFF;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}
#email-to-contact-2 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact-form-access-front input[type="email"] {
    width: calc(100% - 134px);
    font-size: 0.75em;
    padding: 4px 10px;
    line-height: 1.3rem;
    text-transform: uppercase;
    background: #242976;
    border: 1px solid #FFF;
    color: #FFF;
    width: calc(100% - 105px);
}
.contact-form-access-front input[type="submit"] {
    background: #23b9ad;
    border: 1px solid #23b9ad;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 4px 30px;
    display: inline-block;
    border: none !important;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none;
    line-height: 1.3rem;
    margin: 0 0 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 768px) {
  .contact-form-access-front input[type="email"],
  .contact-form-access-front input[type="submit"] {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .contact-form-access-front {
    padding: 1.5rem;
    width: 100%;
    margin: 0;
  }
  .contact-form-access-front .title {
      color: #FFF;
      text-align: center;
      width: auto;
      margin-right: 10px;
      margin-bottom: 0;
      display: block;
      font-size: 12px;
  }
  #email-to-contact-2 {
    width: 50%;
  }
}

.block-news {
  position: relative;
}
.block-news .block-title {
    display: inline-block;
    margin: 0;
    height: 30px;
    line-height: 1.3;
}
.block-news-wrapper {
}
.block-news .slick-arrow {
    position: absolute;
    top: 0;
}
.block-news .ff-stream {
  position: unset;
}
.block-news .ff-stream .ff-stream-wrapper {
    position: unset !important;
    overflow: visible;
}
.block-news .ff-stream .slick-prev,
.block-news .ff-stream .slick-next,
.block-news .ff-stream .slick-prev:hover,
.block-news .ff-stream .slick-next:hover{
  border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    padding: 0 !important;
    width: 30px !important;
    height: 24px !important;
    font-size: 1.3em !important;
    display: block !important;
    z-index: 10 !important;
    background: url(../images/pictos/arrow-next.svg) center center no-repeat #93a519 !important;
    background-size: 16px auto !important;
    transform: none !important;
    font-size: 0 !important;
}
.block-news .ff-stream .slick-prev:before,
.block-news .ff-stream .slick-next:before {
  display: none !important;
}
.block-news .ff-stream .slick-prev,
.block-news .ff-stream .slick-prev:hover {
    top: 0 !important;
    left: auto !important;
    right: 45px !important;
    background: url(../images/pictos/arrow-prev.svg) center center no-repeat #93a519 !important;
    background-size: 16px auto !important;
}
.block-news .ff-stream .slick-next,
.block-news .ff-stream .slick-next:hover {
    top: 0 !important;
    left: auto !important;
    right: 15px !important;
}
.ff-initial-image {
  object-fit: cover;
}
.ff-item-meta {
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #242976;
}
.ff-layout-grid .ff-content, .ff-has-overlay .ff-content {
  font-size: .75rem;
}
.ff-item .ff-item-bar {
  border-top: 1px solid rgba(36, 41, 118, .1) !important;
  margin: 0 7% !important;
  padding: 10px 0 !important;
}
.ff-carousel-icon {
  display: none !important;
}
.ff-item.ff-twitter:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e040";
  position: absolute;
  bottom: 10px;
  right: 7%;
  color: #242976;
  z-index: 10;
  transition: all .5s ease;
}
.ff-item.ff-twitter.ff-image:before {
  color: #FFF;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.ff-item.ff-twitter.ff-image:hover:before {
  color:#242976;
  text-shadow: none;
}
.ff-share-wrapper,
.ff-video-icon {
  display: none;
}
@media all and (min-width: 548px) {
  .block-news-wrapper {
    border: 10px solid #23b9ad;
  }
}
@media all and (min-width: 768px) {
    .block-news .ff-stream .slick-prev,
    .block-news .ff-stream .slick-prev:hover {
        right: 30px !important;
    }
    .block-news .ff-stream .slick-next,
    .block-news .ff-stream .slick-next:hover {
        right: 0px !important;
    }
    .block-news .ff-stream .slick-prev,
    .block-news .ff-stream .slick-next,
    .block-news .ff-stream .slick-prev:hover,
    .block-news .ff-stream .slick-next:hover{
      width: 40px !important;
      height: 30px !important;
          background-size: 20px auto !important;
    }
}
@media all and (min-width: 1060px) {
    .block-news {
    }
    .ff-layout-grid .ff-content, .ff-has-overlay .ff-content {
      font-size: .85rem;
    }
}
.ff-slideshow-open.ff-slideshow {
  background: rgba(36, 41, 118, .9) !important;
}
.ff-slideshow .ff-item-cont {
  color: #242976 !important;
}
.ff-slideshow .ff-item-cont a {
  color: #23b9ad !important;
}
.ff-slideshow .ff-dropdown {
  display: none;
}
.ff-slideshow .ff-item-meta {
  border: none !important;
}
.ff-slide-loader {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}


.home .action-agenda .categories-small {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
}
.home .action-agenda .registration-link {
  margin: 1rem 0 0 !important;
}
.partners-info header {
  padding-left: 20px;
  background: url(../images/pictos/arrow-next_tiffany.svg) center left no-repeat transparent;
  background-size: 15px auto;
}
.partners-info main .subtitle {
  padding-left: 0 !important;
  background: none !important;
}
.home .contact-form-access.mobile-only {
  background-color: rgba(36, 41, 118, .1) !important;
}
.home .contact-form-access.mobile-only  #email-to-contact input[type="email"] {
  background: transparent !important;
  border: 1px solid #242976;
  color: #242976;
}
.home .contact-form-access.mobile-only .title {
  color: #242976;
}
.block-news-ext {
  background-color: rgba(36, 41, 118, .1);
  width: calc(100% + 30px);
  padding: 1.5rem 30px;
  margin-left: -15px;
}
@media all and (min-width: 768px) {
  .block-news-ext {
    padding: 1.5rem 15px;
  }
@media all and (min-width: 1060px) {
    .block-news-ext  {
      width: calc(100% + 80px);
      padding: 2.5rem 40px;
      margin-left: -40px;
    }
}
@media all and (min-width: 1360px) {
    .block-news-ext  {
      width: calc(100% + 130px);
      padding: 3.5rem 65px;
      margin-left: -65px;
    }
}
.home #ff-stream-1 .ff-item {
  transform: none !important;
}
.home .ff-layout-grid .ff-has-overlay:hover .ff-initial-image {
      transform: perspective(0) scale3d(1,1,1) rotateZ(0) translate(-50%, -50%) !important;
}