/* line 1, ../../grunt/sass/ftve.search.scss */
html.search-active, html.search-active body {
  overflow: hidden;
  position: relative;
}

/* line 7, ../../grunt/sass/ftve.search.scss */
html.search-active .header-top.header-up .header {
  top: 0;
}

/* line 12, ../../grunt/sass/ftve.search.scss */
#search-panel {
  z-index: 555;
}

/* line 16, ../../grunt/sass/ftve.search.scss */
#search-panel .bg {
  opacity: 0.8;
  background-color: #000;
}

/* line 21, ../../grunt/sass/ftve.search.scss */
html.ftve-overlay, html.ftve-overlay body {
  overflow: hidden;
  position: relative;
}

/* line 25, ../../grunt/sass/ftve.search.scss */
#inputTextSearchTerms:focus {
  outline: none;
}

/* line 28, ../../grunt/sass/ftve.search.scss */
#search-form .search-bar .search-terms {
  font-size: 1rem;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

/* line 35, ../../grunt/sass/ftve.search.scss */
#search-form .search-bar .search-terms:focus {
  outline: none;
  border-bottom: 1px solid #e9e9e9;
}

/* line 40, ../../grunt/sass/ftve.search.scss */
#search-form .search-bar .search-submit {
  font-size: 1rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* line 46, ../../grunt/sass/ftve.search.scss */
#search-form .search-bar .search-submit:focus {
  outline: none;
}

/* line 50, ../../grunt/sass/ftve.search.scss */
#search-form .search-filters {
  display: none;
  max-width: 1000px;
  margin: auto;
}

/* line 55, ../../grunt/sass/ftve.search.scss */
#search-form .search-filters > header .title {
  display: block;
  font-size: 1.4rem;
  padding: 10px 0px;
  color: #fff;
}

/* line 61, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter {
  background-color: #FFFFFF;
}

/* line 64, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter + .search-filter {
  border-top: 1px solid #c7c7c7;
}

/* line 67, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .title {
  font-size: 1rem;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 10px;
}

/* line 74, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .title:after {
  content: '>';
  position: absolute;
  right: 20px;
}

/* line 79, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter.opened .title:after {
  content: 'x';
}

/* line 82, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .wrapper-choices {
  display: none;
}

/* line 85, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .choices {
  list-style: none;
  padding: 0px 10px 5px 10px;
}

/* line 89, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .choices .choice {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 94, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .choices .choice span {
  font-size: 1rem;
  display: block;
  padding: 5px 8px;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid transparent;
}

/* line 102, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter .choice span.selected {
  border: 1px solid red;
}

/* line 106, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter.level .choice span {
  background-color: #46466c;
}

/* line 109, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter.content-type .multimedia {
  background-color: #f3634b;
}

/* line 113, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter.content-type .documentation {
  background-color: #0fa4a0;
}

/* line 117, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter.content-type .jeux {
  background-color: #0176b9;
}

/* line 121, ../../grunt/sass/ftve.search.scss */
#search-form .search-filter.thematic .choice span {
  background-color: #91c437;
}

/* line 126, ../../grunt/sass/ftve.search.scss */
#search-form .search-run {
  text-align: center;
  margin: 20px 0px;
}

/* line 130, ../../grunt/sass/ftve.search.scss */
#search-form .search-run button {
  font-size: 1rem;
  border: 1px solid;
  padding: 5px 8px;
}

/* contenu : video, webdoc*/
/* contenu : jeu, quiz*/
/* contenu : article, dossier*/
/* line 3, ../../grunt/sass/search.scss */
.metanav {
  width: 100% !important;
}

/* line 7, ../../grunt/sass/search.scss */
.global_container {
  padding-bottom: 0;
}

/* line 12, ../../grunt/sass/search.scss */
.page-search article {
  margin-top: 0;
  min-height: 500px;
}
/* line 16, ../../grunt/sass/search.scss */
.page-search #search-form {
  overflow: visible;
}
/* line 19, ../../grunt/sass/search.scss */
.page-search footer {
  display: none;
}
/* line 22, ../../grunt/sass/search.scss */
.page-search .searchHeader {
  display: none;
}
/* line 25, ../../grunt/sass/search.scss */
.page-search header {
  color: #747474;
  font-size: 28px;
  padding-top: 1em;
}
/* line 29, ../../grunt/sass/search.scss */
.page-search header.row-grid {
  margin-bottom: 75px;
  margin-top: 75px;
}
/* line 33, ../../grunt/sass/search.scss */
.page-search header#nbResult {
  padding-left: 15px;
  margin-top: 55px;
  margin-bottom: 20px;
  transition: margin-top 0.20s;
  -webkit-transition: margin-top 0.20s;
  font-size: 19px;
}
/* line 43, ../../grunt/sass/search.scss */
.page-search article header {
  margin-bottom: 15px;
}
/* line 47, ../../grunt/sass/search.scss */
.page-search #search-form-container {
  width: 100%;
  background: #f4f4f4;
}
/* line 50, ../../grunt/sass/search.scss */
.page-search #search-form-container #search-form {
  padding-top: 0;
  position: relative;
  background: transparent;
}
/* line 54, ../../grunt/sass/search.scss */
.page-search #search-form-container #search-form input {
  color: #747474;
  width: 75%;
  font-size: 28px;
  padding: 18px 28px;
  background: transparent;
  border: none;
  outline: none;
  letter-spacing: 0.05em;
  font-weight: 500;
}
/* line 65, ../../grunt/sass/search.scss */
.page-search #search-form-container #search-form a {
  position: absolute;
  right: 0.4em;
  top: 0.2em;
  font-size: 36px;
  cursor: pointer;
  text-decoration: none;
  color: #454545;
}
/* line 77, ../../grunt/sass/search.scss */
.page-search .nav_header ul li.search-link {
  background: rgba(59, 59, 59, 0.2);
}
/* line 81, ../../grunt/sass/search.scss */
.page-search .pagerfanta {
  color: #999999;
}
/* line 84, ../../grunt/sass/search.scss */
.page-search .pagerfanta .select-wrapper div {
  display: inline-block;
  margin-top: 6px;
}
/* line 88, ../../grunt/sass/search.scss */
.page-search .pagerfanta .select-wrapper .nice-select {
  margin-right: 9px;
  height: 38px;
  margin-bottom: -4px;
  margin-top: -2px;
}
/* line 93, ../../grunt/sass/search.scss */
.page-search .pagerfanta .select-wrapper .nice-select span {
  background-color: transparent;
  color: #999999;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 99, ../../grunt/sass/search.scss */
.page-search .pagerfanta .select-wrapper .nice-select span:after {
  content: "";
}
/* line 105, ../../grunt/sass/search.scss */
.page-search .pagerfanta.top nav {
  display: none;
}
/* line 110, ../../grunt/sass/search.scss */
.page-search .pagerfanta.bottom .select-wrapper {
  display: none;
}
/* line 112, ../../grunt/sass/search.scss */
.page-search .pagerfanta.bottom .select-wrapper div {
  margin-top: 12px;
}
/* line 115, ../../grunt/sass/search.scss */
.page-search .pagerfanta.bottom .select-wrapper .nice-select {
  margin-top: 4px;
}
/* line 122, ../../grunt/sass/search.scss */
.page-search .pagerfanta.top.row-grid {
  display: table;
  overflow: visible !important;
}
/* line 127, ../../grunt/sass/search.scss */
.page-search .pagerfanta.bottom.row-grid {
  display: table;
  overflow: visible !important;
}
/* line 132, ../../grunt/sass/search.scss */
.page-search .row-grid {
  overflow: visible !important;
}
/* line 136, ../../grunt/sass/search.scss */
.page-search .backgroundSearch {
  background-color: #F4F4F4 !important;
  -webkit-transition: margin-top 0.18s !important;
  -moz-transition: margin-top 0.18s !important;
  transition: margin-top 0.18s !important;
}
/* line 143, ../../grunt/sass/search.scss */
.page-search .advance_search_active {
  margin-top: 140px !important;
  -webkit-transition: margin-top 0.08s !important;
  transition: margin-top 0.08s !important;
}
/* line 149, ../../grunt/sass/search.scss */
.page-search .advance_search_active_border {
  border-bottom: 2px solid #2dceb8;
}
/* line 153, ../../grunt/sass/search.scss */
.page-search .advance_search {
  margin-bottom: 15px;
  position: absolute;
  top: 64px;
  width: 100%;
  background-color: transparent;
  padding-top: 15px;
  -webkit-transition: margin-top 0.01s;
  transition: margin-top 0.01s;
}
/* line 162, ../../grunt/sass/search.scss */
.page-search .advance_search .title_advance_search span {
  color: #747474;
  padding-left: 28px;
  margin-bottom: 8px;
  margin-top: 0;
}
/* line 167, ../../grunt/sass/search.scss */
.page-search .advance_search .title_advance_search span i {
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  position: absolute;
  top: 22px;
  transition: all 0.20s;
  -webkit-transition: all 0.20s;
}
/* line 177, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters {
  position: relative;
  padding-bottom: 0;
}
/* line 180, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .select-search {
  position: relative;
  display: inline-block;
  margin: -4px auto 0 auto;
}
/* line 184, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .select-search .nice-select {
  border-color: #cecece;
  border-radius: 1px;
  padding-bottom: 6px;
  padding-left: 25px;
  width: 320px;
  color: #848484;
  height: 44px;
  padding-top: 1px;
}
/* line 193, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .select-search .nice-select .list {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  z-index: 1111 !important;
}
/* line 199, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .select-search .nice-select .option.selected {
  font-weight: bold;
  color: #2dceb8;
}
/* line 206, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .search-type ul {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: -10px;
  margin-top: 18px;
  text-align: center;
}
/* line 212, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .search-type ul li {
  color: #5d5d5d;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  list-style: outside none none;
  padding: 10px 17px;
}
/* line 219, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .search-type ul li span {
  color: #adadad;
  font-size: 13px;
}
/* line 224, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .search-type ul li:hover {
  background-color: #2dceb8;
  color: #FFFFFF;
}
/* line 227, ../../grunt/sass/search.scss */
.page-search .advance_search #advance_search_filters .search-type ul li:hover span {
  color: #FFFFFF !important;
}
/* line 234, ../../grunt/sass/search.scss */
.page-search .advance_search .type_active {
  background-color: #2dceb8 !important;
  color: #FFFFFF !important;
}
/* line 237, ../../grunt/sass/search.scss */
.page-search .advance_search .type_active span {
  color: #FFFFFF !important;
}
/* line 242, ../../grunt/sass/search.scss */
.page-search .swiper-wrapper {
  height: 50px;
  width: 1000px;
  overflow: hidden;
}
/* line 247, ../../grunt/sass/search.scss */
.page-search .swiper-container {
  overflow: hidden;
}
/* line 250, ../../grunt/sass/search.scss */
.page-search #search-form-container #search-form span.arrow-search-left {
  background-color: #ffffff;
  font-size: 23px !important;
  left: 0px !important;
  padding: 4.2px 14px;
  position: absolute !important;
  bottom: 0px !important;
  width: 11px;
  z-index: 11;
  visibility: hidden;
}
/* line 261, ../../grunt/sass/search.scss */
.page-search #search-form-container #search-form span.arrow-search-right {
  background-color: #ffffff;
  font-size: 23px !important;
  right: 0px !important;
  padding: 4.2px 14px;
  position: absolute !important;
  bottom: 0px !important;
  width: 11px;
  z-index: 11;
  visibility: hidden;
}
/* line 272, ../../grunt/sass/search.scss */
.page-search .array-move {
  transform: rotate(90deg);
  transition: all 0.20s;
  -webkit-transition: all 0.20s;
}
/* line 277, ../../grunt/sass/search.scss */
.page-search .block-search {
  text-align: center;
}
/* line 280, ../../grunt/sass/search.scss */
.page-search .save-search {
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
  margin-top: 8px;
  padding-left: 0;
  vertical-align: top;
}
/* line 290, ../../grunt/sass/search.scss */
.page-search .save-search i.icon-picto_infographie {
  color: #2dceb8;
  font-weight: bold;
}
/* line 294, ../../grunt/sass/search.scss */
.page-search .save-search i.icon-uniE626 {
  color: #e74c3c;
  font-weight: bold;
}
/* line 298, ../../grunt/sass/search.scss */
.page-search .save-search i {
  margin-right: 6px;
}

/* line 304, ../../grunt/sass/search.scss */
.nice-select .list {
  z-index: 111 !important;
}

/* line 308, ../../grunt/sass/search.scss */
#saveSearch:hover, #removeSearch:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------------------------------------*/
/*------------------------------ x. Mode tablette -------------------------------------*/
/*-------------------------------------------------------------------------------------*/
@media screen and (min-width: 40.063em) {
  /* line 319, ../../grunt/sass/search.scss */
  .page-search #search-form-container #search-form input {
    width: 90%;
  }
  /* line 325, ../../grunt/sass/search.scss */
  .page-search .pagerfanta nav {
    float: left;
    padding-left: 15px;
  }
  /* line 330, ../../grunt/sass/search.scss */
  .page-search .pagerfanta.top nav {
    display: block;
  }
  /* line 335, ../../grunt/sass/search.scss */
  .page-search .pagerfanta.bottom .select-wrapper {
    display: block;
  }
  /* line 340, ../../grunt/sass/search.scss */
  .page-search .swiper-container {
    overflow: hidden;
  }
  /* line 343, ../../grunt/sass/search.scss */
  .page-search .advance_search #advance_search_filters .search-type ul.select-wrapper {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
    width: 1000px;
    height: 50px;
    overflow: hidden;
    text-align: left !important;
  }
}
/*-------------------------------------------------------------------------------------*/
/*------------------------------ x. Mode Desktop --------------------------------------*/
/*-------------------------------------------------------------------------------------*/
@media screen and (min-width: 56em) {
  /* line 360, ../../grunt/sass/search.scss */
  .page-search.active footer {
    display: block;
  }

  /* line 367, ../../grunt/sass/search.scss */
  .page-search #search-form-container #search-form input {
    width: 91%;
  }
  /* line 373, ../../grunt/sass/search.scss */
  .page-search .pagerfanta nav {
    float: left;
    padding-left: 15px;
  }
  /* line 378, ../../grunt/sass/search.scss */
  .page-search .pagerfanta.top nav {
    display: block;
  }
  /* line 383, ../../grunt/sass/search.scss */
  .page-search .pagerfanta.bottom .select-wrapper {
    display: block;
  }
}
@media screen and (max-width: 870px) {
  /* line 393, ../../grunt/sass/search.scss */
  .page-search .save-search {
    margin-top: 21px;
  }
  /* line 396, ../../grunt/sass/search.scss */
  .page-search .swiper-container {
    overflow: hidden;
  }
  /* line 399, ../../grunt/sass/search.scss */
  .page-search .advance_search #advance_search_filters .search-type ul {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
    width: 1000px;
    height: 50px;
    overflow: hidden;
    text-align: left !important;
  }

  /* line 409, ../../grunt/sass/search.scss */
  .advance_search #advance_search_filters .search-type ul {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
    width: 1000px;
    height: 50px;
    overflow: hidden;
    text-align: left !important;
  }

  /* line 418, ../../grunt/sass/search.scss */
  .pagerfanta .select-wrapper {
    margin-bottom: 9px;
    margin-top: 0;
  }

  /* line 422, ../../grunt/sass/search.scss */
  .page-search .pagerfanta.bottom.row-grid {
    margin-top: 11px;
  }

  /* line 425, ../../grunt/sass/search.scss */
  #feedback {
    display: none;
  }

  /* line 428, ../../grunt/sass/search.scss */
  #search-form-container #search-form span.arrow-search-left {
    visibility: visible;
  }

  /* line 431, ../../grunt/sass/search.scss */
  #search-form-container #search-form span.arrow-search-right {
    visibility: visible;
  }

  /* line 434, ../../grunt/sass/search.scss */
  .advance_search #advance_search_filters .search-type ul li.type_infographic {
    padding-right: 30px;
  }

  /* line 437, ../../grunt/sass/search.scss */
  .advance_search #advance_search_filters .select-search {
    margin: 10px auto 0 !important;
  }

  /* line 440, ../../grunt/sass/search.scss */
  .page-search .advance_search_active {
    margin-top: 160px !important;
    -webkit-transition: margin-top 0.08s !important;
    transition: margin-top 0.08s !important;
  }
}
@media screen and (max-width: 635px) {
  /* line 449, ../../grunt/sass/search.scss */
  .page-search .save-search {
    font-size: 15px;
    margin-bottom: 7px;
    margin-left: 0;
    margin-top: 12px;
    display: block;
  }

  /* line 457, ../../grunt/sass/search.scss */
  .page-search .advance_search_active {
    margin-top: 195px !important;
    -webkit-transition: margin-top 0.08s !important;
    transition: margin-top 0.08s !important;
  }
}

#learnAndReviewAlertResults {
    background-color: #ffe5db;
    padding: 10px 20px;
    overflow: hidden;
    max-width: 960px;
    margin: 18px auto;
    position: relative;
    display: none;
}

#learnAndReviewAlertResults .col-3, #learnAndReviewAlertResults .col-2, #learnAndReviewAlertResults .col-1  {
    float: left;
    color: #e31717;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: left;
}

#learnAndReviewAlertResults .enveloppe {
    background: #ffe5db url('http://www.francetvinfo.fr/skin/www/img/election/results/sprite.min.png') no-repeat 0 -607px;
    width: 26px;
    height: 31px;
    display: block;
    float: left;
    margin-right: 15px;
}

#learnAndReviewAlertResults input {
    margin-right: 5px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}

#learnAndReviewAlertResults input[type=email],
#learnAndReviewAlertResults input[type=text] {
    border: 1px solid #f6d3c6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 32px;
    padding: 0 8px;
    height: 32px;
    font-size: 13px;
    width: 90%;
    border-color: #f6d3c6;
}

#learnAndReviewAlertResults .select-box {
    float: left;
    border: 1px solid #f6d3c6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    width: 95px;
    color: #999;
    margin-right: 5px;
    overflow: hidden;
    background: url("http://www.francetvinfo.fr/skin/www/img/election/results/puce_select.png") no-repeat scroll 95% 50% #fff;
}

#learnAndReviewAlertResults select {
    border: 0;
    background: none;
    color: #999;
    width: 120%;
}

#learnAndReviewAlertResults select option {
    height: 19px;
    padding-top: 5px;
}

#learnAndReviewAlertResults input[type=submit] {
    background: #ee4545; /* Old browsers */
    background: -moz-linear-gradient(top,  #ee4545 0%, #e31818 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4545), color-stop(100%,#e31818)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ee4545 0%,#e31818 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ee4545 0%,#e31818 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ee4545 0%,#e31818 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ee4545 0%,#e31818 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4545', endColorstr='#e31818',GradientType=0 ); /* IE6-9 */

    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    height: 34px;
    margin-right: 0;
}






#bannerBacSearchResult {
    background-color: #e7f0ff;
    padding: 10px 20px;
    overflow: hidden;
    max-width: 960px;
    margin: 18px auto;
    position: relative;
    display: none;
}

.col-3, .col-1, .col-1-2, .col-2 {
    float: left;
    color: #0e51d1;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: left;
}

.labelSearch {
    line-height: 46px;
}

#bannerBacSearchResult .iconLogoExamResult {
    background: #e7f0ff url('http://www.francetvinfo.fr/skin/www/img/exam/logo.exam.png') no-repeat left top;
    width: 34px;
    height: 31px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

#bannerBacSearchResult .title-exam {
    color: #0e51d1;
    text-transform: uppercase;
    font: bold 16px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 15px;
    border-right: 1px solid #cddaef;
}

#bannerBacSearchResult input[type="text"] {
    width: 90%;
    border: 1px solid #bbd4fd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #999;
    font: 12px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 3px 0 0 8px;
    padding: 0 8px;
    height: 32px;
}

#bannerBacSearchResult .select-box {
    float: left;
    border: 1px solid #bbd4fd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    width: 95px;
    color: #999;
    margin-right: 5px;
    overflow: hidden;
    margin-top: 3px;
    background: url("http://www.francetvinfo.fr/skin/www/img/election/results/puce_select.png") no-repeat scroll 95% 50% #fff;
}

#bannerBacSearchResult select {
    border: 0;
    background: none;
    color: #999;
    width: 120%;
}

#bannerBacSearchResult select option {
    height: 19px;
    padding-top: 5px;
}

#bannerBacSearchResult button {
    background: #2f70ec; /* Old browsers */
    background: -moz-linear-gradient(top, #2f70ec 0%, #205ccd 54%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f70ec), color-stop(54%, #205ccd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2f70ec 0%, #205ccd 54%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2f70ec 0%, #205ccd 54%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2f70ec 0%, #205ccd 54%); /* IE10+ */
    background: linear-gradient(to bottom, #2f70ec 0%, #205ccd 54%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f70ec', endColorstr='#205ccd', GradientType=0); /* IE6-9 */
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    height: 32px;
    margin-top: 3px;
}

#bannerBacSearchResult .searchIcon {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: text-top;
    white-space: nowrap;
    background: url("http://www.francetvinfo.fr/skin/www/img/election/results/sprite.min.png") no-repeat 0 -1054px;
    height: 17px;
    width: 50px;
    margin-left: 32px;
}

#blockAdsFollowBacResult, #blockAdsGetBacResult {
    display: none;
}





/*
Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../../bundles/ftvenapp/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../../bundles/ftvenapp/select2/select2.png') no-repeat 100% -22px;
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('../../bundles/ftvenapp/select2/select2.png') no-repeat -37px -22px;
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../bundles/ftvenapp/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100%;
    background: url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../../bundles/ftvenapp/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../../bundles/ftvenapp/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../../bundles/ftvenapp/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
