.product-page .header-wrapper {
  position: relative;
}
.product-page .header-wrapper .title-level1 {
  width: 60%;
  margin: 30px auto 20px;
}
.product-page .header-wrapper .addThisWrapper {
  position: absolute;
  right: 0;
  top: 22px;
}
.product-page .header-wrapper.with-lng .addThisWrapper {
  top: 36px;
}
.product-page .header-wrapper .back-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.product-page .header-wrapper .back-button {
  display: inline-block;
  padding: 10px 0;
  margin-top: 20px;
}
.product-page .header-wrapper .back-button:before {
  color: #db0129;
  font-size: 15px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  line-height: 1;
}
.product-page .header-wrapper .change-lng {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
  padding: 5px;
  font-size: 0.92307692em;
  display: block;
}
.product-page .header-wrapper .change-lng img {
  margin-top: -2px;
  border: 1px solid #999999;
  margin-right: 4px;
  vertical-align: middle;
}
.product-page .actions {
  text-align: center;
}
.product-page .section-btn-showmore {
  text-align: center;
  margin-bottom: 30px;
}
.product-page .toggle-wrapper {
  display: none;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.product-page .btn-show-more {
  border: 1px solid #666666;
  position: relative;
  background: none;
  text-align: center;
  padding: 10px 80px 0;
  font-size: 1.15384615em;
  color: #666666;
}
.product-page .btn-show-more:after {
  content: "\e60a";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  text-align: center;
}
.product-page .title-level1 {
  text-align: center;
  margin: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.product-page .title-section {
  font-size: 2.46153846em;
  color: #000000;
  text-align: center;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 15px;
}
.product-page .header .content {
  margin-bottom: 10px;
}
.product-page .header .description {
  margin-bottom: 25px;
}
.product-page .no-margin {
  margin-top: -30px;
}
.product-page .link-next {
  position: relative;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}
.product-page .link-next .text-content {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
}
.product-page .link-next img {
  vertical-align: middle;
  margin-right: 10px;
}
.product-page .link-next span {
  display: inline-block;
}
.product-page .link-next:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #db0129;
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-page .header-fix {
  position: fixed;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1031;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #ffffff;
  top: -300px;
  -webkit-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
.product-page .header-fix .back-top {
  padding: 2px 6px 3px;
}
.product-page .header-fix.in {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.product-page .header-fix .title-wrapper .title {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  font-size: 1.53846154em;
  max-width: 500px;
  padding: 0 20px;
  padding-left: 0;
  line-height: 1.1;
  position: relative;
}
.product-page .header-fix .title-wrapper .title-container,
.product-page .header-fix .title-wrapper .rate {
  display: inline-block;
  float: left;
}
.product-page .header-fix .title-wrapper .rate {
  font-weight: bold;
  font-size: 2em;
  color: #db0129;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.product-page .header-fix .title-wrapper .rate:before {
  position: absolute;
  height: 35px;
  width: 1px;
  content: "";
  background: #cccccc;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -17px;
  vertical-align: top;
}
.product-page .header-fix.no-rate .title-wrapper .rate {
  display: none;
}
.product-page .header-fix .main-wrapper {
  width: 630px;
  display: inline-block;
  float: left;
}
.product-page .header-fix .actions {
  padding: 18px 0;
  text-align: left;
}
.product-page .header-fix .actions .back-top {
  border: 0;
  background: transparent;
  color: #666666;
}
.product-page .header-fix .actions .back-top:after {
  font-family: 'bpce-icons';
  content: "\e607";
  margin-left: 5px;
  font-size: 15px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  top: 3px;
  position: relative;
}
.product-page .header-fix .cta {
  display: inline-block;
  line-height: 35px;
}
.product-page .header-fix .cta:first-child {
  margin-right: 15px;
}
.product-page .header-fix .cta.visible-sm.force-inline,
.product-page .header-fix .cta.visible-md.force-inline,
.product-page .header-fix .cta.visible-lg.force-inline {
  display: inline-block !important;
}
@media (max-width: 620px) {
  .product-page .header-fix .cta.visible-sm.force-inline,
  .product-page .header-fix .cta.visible-md.force-inline,
  .product-page .header-fix .cta.visible-lg.force-inline {
    display: none !important;
  }
}
.product-page .big-push-offers {
  border: 1px solid #666666;
  margin-bottom: 30px;
}
.product-page .tooltip .tooltip-inner {
  width: auto;
}
.product-page .tooltip .tooltip-more-info {
  display: block;
}
.product-page .tooltip-more-info {
  display: none;
  color: #666666;
}
.product-page .tooltip-more-info.tooltip-subscribe {
  width: 520px;
}
.product-page .tooltip-more-info.tooltip-rdv {
  width: 250px;
}
.product-page .tooltip-more-info.tooltip-rdv .subscribe-wrapper .row > div {
  padding: 20px 0;
}
.product-page .tooltip-more-info.tooltip-rdv .subscribe-wrapper .cta {
  margin-bottom: 0;
  margin-top: 15px;
}
.product-page .tooltip-more-info.tooltip-rdv .subscribe-wrapper .cta:first-child {
  margin-top: 0;
}
.product-page .tooltip-more-info .subscribe-wrapper {
  clear: both;
}
.product-page .tooltip-more-info .subscribe-wrapper .row > div {
  padding-bottom: 30px;
  background: url("../bundles/itcecmslayout/themes/ce_theme/images/app/product/tooltip-separator-vertical.png") no-repeat left center;
}
.product-page .tooltip-more-info .subscribe-wrapper .row > div:first-child {
  background: none;
}
.product-page .tooltip-more-info .subscribe-wrapper .title-tooltip {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.15384615em;
}
.product-page .tooltip-more-info .subscribe-wrapper .cta {
  text-align: center;
  width: 230px;
  margin: auto;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 15px;
  filter: none;
}
.product-page .tooltip-more-info .subscribe-wrapper .link-list {
  display: block;
  margin-left: 6px;
  text-align: left;
  padding-left: 0;
}
.product-page .tooltip-more-info .subscribe-wrapper .link-list:before,
.product-page .tooltip-more-info .subscribe-wrapper .link-list:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #333333;
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-page .tooltip-more-info .subscribe-wrapper .link-list li {
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
}
.product-page .tooltip-more-info .subscribe-wrapper .link-list li a {
  padding: 10px 0;
  width: 100%;
  display: block;
}
.offcanvas-open .header-fix {
  z-index: 1030;
}
@media screen and (max-width: 999px) {
  .product-page .header-wrapper .title-level1 {
    width: 90%;
    clear: both;
  }
  .product-page .header-wrapper .change-lng {
    position: relative;
    top: auto;
    right: auto;
    float: right;
  }
  .product-page .header-wrapper .addThisWrapper {
    position: relative;
    top: auto !important;
    margin-top: 5px;
    margin-bottom: 10px;
    right: auto;
    float: right;
    clear: right;
  }
  .product-page .header-wrapper .back-button-wrapper {
    position: relative;
    top: auto;
    left: auto;
    float: left;
  }
  .product-page .header-wrapper .back-button-wrapper .back-button {
    margin-top: 0;
  }
  .product-page .title-section {
    font-size: 1.92307692em;
  }
  .product-page .no-margin {
    margin-top: -15px;
  }
  .product-page .push-basic .push-icon {
    width: 80px;
  }
  .product-page .push-basic .push-content {
    padding-right: 15px;
  }
  .product-page .header-fix .container {
    position: relative;
    padding: 0;
  }
  .product-page .header-fix .title-container {
    max-width: 78%;
  }
  .product-page .header-fix .main-wrapper {
    width: 65%;
  }
  .product-page .header-fix .title-wrapper {
    display: block;
    width: 100%;
  }
  .product-page .header-fix .title-wrapper .title {
    padding-left: 0;
    padding-right: 15px;
    max-width: 385px;
  }
  .product-page .header-fix .actions {
    text-align: right;
    float: right;
    padding: 25px 0 5px;
  }
  .product-page .header-fix .back-top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .product-page .tooltip-more-info.tooltip-subscribe {
    width: 312px;
  }
  .product-page .tooltip-more-info.tooltip-rdv {
    width: 250px;
  }
  .product-page .tooltip-more-info.tooltip-rdv .subscribe-wrapper .row > div {
    padding: 20px 0 !important;
  }
  .product-page .tooltip-more-info .subscribe-wrapper .link-list {
    margin-left: 32px;
  }
  .product-page .tooltip-more-info .subscribe-wrapper .row > div {
    padding-bottom: 0;
    background-image: url("../bundles/itcecmslayout/themes/ce_theme/images/app/product/tooltip-separator-horizontal.png");
    background-position: center top;
    padding-top: 10px;
    margin-top: 20px;
  }
  .product-page .tooltip-more-info .subscribe-wrapper .row > div:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .product-page .tip-contact {
    right: 0;
    left: auto !important;
  }
  .product-page .tip-contact .tooltip-arrow {
    left: 80%;
  }
}
@media screen and (max-width: 767px) {
  .product-page .title-level1 {
    font-size: 1.69230769em;
    margin-bottom: 15px;
  }
  .product-page .title-section {
    font-size: 1.69230769em;
    font-weight: normal;
  }
  .product-page .link-next {
    display: inline-block;
    float: none !important;
  }
  .product-page .link-wrapper {
    text-align: center;
  }
  .product-page .header-fix .container {
    padding: 0;
  }
  .product-page .header-fix .main-wrapper {
    width: auto;
    max-width: 100%;
  }
  .product-page .header-fix .title-container {
    max-width: 100%;
  }
  .product-page .header-fix .title-wrapper .title {
    font-size: 1.38461538em;
    padding: 0;
    padding-right: 15px;
    max-width: 100%;
    height: 58px;
  }
  .product-page .header-fix .title-wrapper .title:after {
    display: none;
  }
  .product-page .header-fix .title-wrapper .rate {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
    height: auto;
    font-size: 1.53846154em;
    padding: 0;
    padding-right: 8px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .product-page .header-fix .title-wrapper .rate:before {
    display: none;
  }
  .product-page .header-fix .actions {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .product-page .header-fix .back-top {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.84615385em;
  }
  .product-page .header-fix.no-rate .back-top {
    top: 10px;
  }
  .product-page .big-push-offers {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 619px) {
  .product-page .title-level1 {
    font-size: 1.69230769em;
  }
  .product-page .header-fix .container {
    padding: 0;
  }
  .product-page .header-fix .main-wrapper {
    width: auto;
  }
  .product-page .header-fix .title-wrapper {
    margin-right: 85px;
    max-width: inherit;
  }
  .product-page .header-fix .title-wrapper .title {
    font-size: 1.07692308em;
    padding: 0 10px;
    height: 45px;
  }
  .product-page .header-fix .title-wrapper .title:after {
    display: none;
  }
  .product-page .header-fix .title-wrapper .rate {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    height: auto;
    font-size: 1.53846154em;
    padding: 0;
    padding-right: 8px;
    margin-bottom: 0;
  }
  .product-page .header-fix .actions {
    clear: both;
    padding: 0 0 10px;
  }
  .product-page .header-fix .back-top {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.84615385em;
  }
  .product-page .btn-show-more {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-page .header .description {
    margin-bottom: 15px;
  }
}
.product-page .header-fix .cta {
  background-color: #db0129;
  filter: none;
}
.ie8 .product-page .header-fix {
  background: none;
}
.ie8 .product-page .header-fix .tooltip.in {
  background: #ffffff;
}
.ie8 .product-page .header-fix:before {
  content: "";
  background: #ffffff;
  display: block;
  width: 100%;
  height: 71px;
  border-bottom: 1px solid #999999;
  position: absolute;
  top: 0;
}
.ie8 .product-page .header-fix .cta {
  filter: none;
  background-image: none;
  background: #db0129;
}
@media screen and (max-width: 999px) {
  .ie8 .product-page .header-fix {
    display: none;
  }
}
.section-connexion {
  clear: both;
  margin-bottom: 30px;
}
.section-connexion > .row {
  position: relative;
  background: #f5f5f5;
  padding: 5px 0;
}
.section-connexion .content {
  float: left;
  padding: 0;
  width: 70%;
  line-height: 1.2;
  padding-left: 65px;
  padding-top: 3px;
}
.section-connexion .content p {
  margin-bottom: 0;
}
.section-connexion .content .icon {
  float: left;
  font-size: 44px;
  position: absolute;
  left: 15px;
  top: -7px;
  margin-top: 0;
  color: #8a8a8a;
}
.section-connexion .actions {
  width: 30%;
  float: right;
}
.section-connexion .cta {
  width: 230px;
  float: right;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  right: 8px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .section-connexion .row {
    padding: 15px;
  }
  .section-connexion .content {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .section-connexion .content:before {
    display: none;
  }
  .section-connexion .actions {
    margin: auto;
    width: auto;
    margin-top: 15px;
  }
  .section-connexion .actions,
  .section-connexion .content {
    text-align: center;
    float: none;
  }
  .section-connexion .cta {
    float: none;
    right: 0;
  }
}
.section-main-push {
  clear: both;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 30px;
  position: relative;
  min-height: 450px;
  background: #f5f5f5;
}
.section-main-push .main-push-wrapper p {
  line-height: 1.2;
}
.section-main-push .main-push-wrapper .main-push-subtitle {
  font-size: 1.76923077em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.1;
}
.section-main-push .main-push-wrapper .main-push-subtitle b {
  color: #db0129;
  font-weight: strong;
}
.section-main-push .main-push-wrapper .price-bloc {
  color: #ffffff;
  max-width: 280px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.section-main-push .main-push-wrapper .price-bloc p {
  margin-bottom: 0;
}
.section-main-push .main-push-wrapper .price-bloc .main-push-price {
  font-size: 1.53846154em;
  background: #db0129;
  line-height: 1;
  padding: 15px;
}
.section-main-push .main-push-wrapper .price-bloc .main-push-price span {
  font-size: 1.75em;
  font-weight: bold;
}
.section-main-push .main-push-wrapper .price-bloc .main-push-mentions {
  padding: 10px 15px;
  font-size: 0.92307692em;
  background: #333333;
  color: #ffffff;
}
.section-main-push .pictures {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.section-main-push .pictures .media {
  position: relative;
  overflow: hidden;
  padding-bottom: 45.9%;
  height: 0;
  width: 100%;
}
.section-main-push .pictures .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section-main-push .content-wrapper {
  width: 50%;
}
.section-main-push .content {
  margin: 0 50px;
  height: 450px;
  padding-bottom: 25px;
}
.section-main-push .title-section {
  margin-top: 40px;
  text-align: left;
  color: #666666;
}
.section-main-push .countdown-wrapper {
  border-top: 2px solid #ffffff;
  margin: 0;
  position: relative;
  height: 90px;
  background: #ededed;
  padding: 0 50px;
}
.section-main-push .countdown-wrapper .content {
  color: #666666;
  padding: 0;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
.section-main-push .countdown-wrapper .content:hover {
  color: #666666;
}
.section-main-push .countdown-wrapper strong {
  color: #db0129;
}
.section-main-push .countdown-wrapper p {
  float: left;
  font-size: 1.53846154em;
  margin-bottom: 0;
  padding-top: 10px;
}
.section-main-push .countdown-wrapper .countdown {
  float: left;
  margin: 0 20px;
}
.section-main-push .countdown-wrapper .arrow-next {
  padding-right: 30px;
  position: relative;
  display: inline-block;
}
.section-main-push .countdown-wrapper .arrow-next:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 22px;
  color: #db0129;
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-main-push.negatif .title-section,
.section-main-push.negatif .main-push-wrapper {
  color: #ffffff;
}
.section-main-push.negatif .title-section .main-push-subtitle,
.section-main-push.negatif .main-push-wrapper .main-push-subtitle,
.section-main-push.negatif .title-section p,
.section-main-push.negatif .main-push-wrapper p {
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .section-main-push {
    min-height: 1px;
  }
  .section-main-push .pictures {
    position: relative;
  }
  .section-main-push .pictures > div {
    padding: 0;
  }
  .section-main-push .main-push-subtitle {
    font-size: 1.38461538em;
  }
  .section-main-push .content {
    position: absolute;
    top: 0;
    margin: 0 30px;
  }
  .section-main-push .countdown-wrapper {
    margin: 0 15px;
    border-top-width: 1px;
    padding-bottom: 10px;
    height: auto;
    text-align: center;
    background: transparent;
  }
  .section-main-push .countdown-wrapper .countdown {
    margin: auto;
    float: none;
    width: 215px;
    margin-bottom: 10px;
  }
  .section-main-push .countdown-wrapper p {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .section-main-push .countdown-wrapper .arrow-next:after {
    margin-top: -12px;
  }
}
@media screen and (max-width: 767px) {
  .section-main-push.negatif .title-section,
  .section-main-push.negatif .countdown-wrapper .content,
  .section-main-push.negatif .main-push-wrapper {
    color: #666666;
  }
  .section-main-push.negatif .title-section .main-push-subtitle,
  .section-main-push.negatif .countdown-wrapper .content .main-push-subtitle,
  .section-main-push.negatif .main-push-wrapper .main-push-subtitle,
  .section-main-push.negatif .title-section p,
  .section-main-push.negatif .countdown-wrapper .content p,
  .section-main-push.negatif .main-push-wrapper p {
    color: #666666;
  }
  .section-main-push.negatif .title-section {
    color: #000000;
  }
  .section-main-push .pictures .media {
    padding-bottom: 70%;
  }
  .section-main-push .pictures .media img {
    right: 0;
    left: auto;
    width: 150%;
    height: auto;
  }
  .section-main-push .title-section {
    text-align: left;
    margin-top: 25px;
  }
  .section-main-push .main-push-subtitle {
    font-size: 1.30769231em;
  }
  .section-main-push .price-bloc {
    width: 100%;
    max-width: inherit;
    display: table;
  }
  .section-main-push .price-bloc .mentions,
  .section-main-push .price-bloc .price {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 8px 15px;
  }
  .section-main-push .price-bloc .price {
    font-size: 1.53846154em;
  }
  .section-main-push .price-bloc .price span {
    font-size: 1.25em;
    display: inline;
  }
  .section-main-push .price-bloc .mentions {
    font-size: 0.84615385em;
  }
  .section-main-push .content-wrapper {
    width: auto;
  }
  .section-main-push .content {
    margin: 0 10px;
    height: auto;
    position: relative;
  }
  .section-main-push .countdown-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .section-main-push .countdown-wrapper .countdown {
    padding-bottom: 20px;
  }
}
.section-resume {
  clear: both;
  border: solid 1px #ededed;
  border-top: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 30px;
}
.section-resume > .row {
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-resume .title-section {
  font-size: 1.53846154em;
  margin-right: 15px;
  margin-left: 15px;
}
.section-resume .resume {
  margin: 0;
  padding: 20px 10px 10px;
}
.section-resume .resume .content {
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  height: 210px;
}
.section-resume .resume ul {
  font-size: 1.15384615em;
  list-style: none;
  padding-left: 20px;
}
.section-resume .resume ul li {
  line-height: 1.1;
  margin-bottom: 7px;
}
.section-resume .resume ul li:before {
  content: "■";
  position: relative;
  margin-right: 8px;
  line-height: 1;
  font-size: 9px;
  vertical-align: middle;
  bottom: 2px;
}
.section-resume .cta-group {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-resume .cta-group .list-wrapper {
  display: table;
  width: 100%;
  height: 190px;
}
.section-resume .cta-group:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.section-resume .cta-group ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  padding-left: 0;
}
.section-resume .cta-group ul li {
  margin-bottom: 15px;
  text-align: center;
}
.section-resume .cta-group .cta {
  text-align: center;
  width: 230px;
  margin: auto;
  display: inline-block;
  line-height: 35px;
}
.section-resume .cta-group .cta.cta-shorter {
  padding-left: 0;
  padding-right: 0;
}
.section-resume .cta-group .tooltip-subscribe .cta {
  margin-bottom: 15px;
}
.section-resume .cta-group .tooltip {
  margin-left: -15px;
}
.section-resume .cta-group .tooltip .tooltip-arrow {
  margin-left: -3px;
}
.section-resume .resume,
.section-resume .cta-group {
  float: none;
  width: 50%;
  display: table-cell;
}
@media screen and (max-width: 999px) {
  .section-resume {
    border-top: 1px solid #ededed;
  }
  .section-resume .resume .content {
    padding: 0 20px;
  }
  .section-resume .cta-group .tooltip {
    margin-left: 0;
  }
  .section-resume .cta-group .tooltip .tooltip-arrow {
    margin-left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .section-resume {
    border-top: 1px solid #ededed;
  }
  .section-resume > .row {
    display: block;
    width: 100%;
  }
  .section-resume .resume,
  .section-resume .cta-group {
    display: block;
    float: left;
    width: 100%;
  }
  .section-resume .title-section {
    font-size: 1.69230769em;
  }
  .section-resume .cta-group {
    min-height: 1px;
    padding: 20px 20px 10px;
  }
  .section-resume .cta-group .list-wrapper {
    height: auto;
  }
  .section-resume .cta-group:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
  }
  .section-resume .cta-group ul {
    margin-bottom: 0;
  }
  .section-resume .resume {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .section-resume .resume .content {
    height: auto;
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 619px) {
  .section-resume {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-easy-access {
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-easy-access .title {
  font-size: 1.53846154em;
  color: #000000;
  margin-left: 55px;
  line-height: 1;
  padding-top: 10px;
}
.section-easy-access ul {
  list-style: none;
  font-size: 1em;
  padding-left: 15px;
}
.section-easy-access ul li:before {
  content: "■";
  position: relative;
  margin-right: 8px;
  line-height: 1;
  font-size: 9px;
  vertical-align: middle;
  bottom: 2px;
}
.section-easy-access .cta {
  text-align: center;
  width: 230px;
  margin: auto;
  margin-top: 10px;
  display: inline-block;
  line-height: 35px;
  margin-left: 40px;
}
@media screen and (max-width: 999px) {
  .section-easy-access .title {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-easy-access {
    margin: 25px;
  }
  .section-easy-access .title {
    margin-left: 0;
    text-align: center;
    font-size: 1.69230769em;
  }
  .section-easy-access .actions {
    text-align: center;
  }
  .section-easy-access .cta {
    margin-left: 0;
  }
}
.section-videos {
  margin-bottom: 30px;
}
.section-videos .header {
  width: 60%;
  margin: auto;
  text-align: center;
}
.section-videos .video-wrapper.size240,
.section-videos .video-wrapper.size360,
.section-videos .video-wrapper.size480,
.section-videos .video-wrapper.size720 {
  margin: auto;
  max-width: 100%;
}
.section-videos .video-wrapper.size240 {
  width: 240px;
}
.section-videos .video-wrapper.size360 {
  width: 360px;
}
.section-videos .video-wrapper.size480 {
  width: 480px;
}
.section-videos .video-wrapper.size720 {
  width: 720px;
}
.section-videos .video-wrapper.youtube-iframe {
  position: relative;
}
.section-videos .video-wrapper.youtube-iframe iframe,
.section-videos .video-wrapper.youtube-iframe object,
.section-videos .video-wrapper.youtube-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-videos .video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.2%;
  height: 0;
  width: 100%;
  cursor: pointer;
  margin: auto;
}
.section-videos .video .video-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-videos .video .video-wraper .video-player {
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-videos .video .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section-videos .video .thumb img {
  width: 100%;
}
.section-videos .video .thumb:before {
  content: "";
  background: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}
.section-videos .video .thumb:after {
  line-height: 1;
  content: "\e62c";
  font-family: 'bpce-icons';
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  font-size: 150px;
  margin-left: -75px;
  margin-top: -75px;
  z-index: 2;
}
.section-videos .video .thumb,
.section-videos .video .video-wraper {
  z-index: 0;
}
.section-videos .video .thumb.in,
.section-videos .video .video-wraper.in {
  z-index: 2;
}
.section-videos .mentions {
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .section-videos .header {
    width: 100%;
  }
  .section-videos .video-wrapper > div {
    padding: 0;
  }
  .section-videos .video .thumb:after {
    font-size: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
  .section-videos .mentions {
    margin-top: 15px;
  }
}
.section-contact {
  clear: both;
}
.section-contact .contact {
  text-align: center;
}
.section-contact .contact .push {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
.section-contact .contact h1 {
  font-size: 18px;
  text-align: center;
  color: #333333;
  text-transform: none;
  font-weight: normal;
  margin: 0 0 12px 0;
}
.section-contact .contact .container {
  max-width: 100%;
}
.section-contact .contact .call-pushes:before,
.section-contact .contact .call-pushes:after {
  content: " ";
  display: table;
}
.section-contact .contact .call-pushes:after {
  clear: both;
}
.section-contact .contact .call-pushes .push-container {
  width: 233px;
  margin: auto;
}
.section-contact .contact .call-pushes figure {
  margin-bottom: 10px;
}
.section-contact .contact .call-pushes p {
  margin-bottom: 0;
}
.section-contact .contact .call-pushes .mentions {
  font-size: 10px;
  margin-top: 2px;
}
.section-contact .contact .call-pushes .cta-container {
  margin: auto;
  margin-top: 14px;
  width: 233px;
  display: table;
}
.section-contact .contact .call-pushes .cta {
  width: 100%;
}
.section-contact .contact .push-call .phone-number {
  color: #fff;
  font-size: 18px;
}
.section-contact .contact .push-call .cta:after {
  display: none;
}
.section-contact .contact.logged-in {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}
.section-contact .contact.logged-in h1 {
  color: #4d4d4d;
}
.section-contact .contact.logged-in .push {
  margin-bottom: 4px;
}
.section-contact .contact.logged-in figure {
  margin-bottom: 9px;
}
.section-contact .contact.logged-in .call-pushes {
  width: 284px;
  margin: 0 auto;
}
.section-contact .contact.logged-in .call-pushes p {
  margin-bottom: 0;
  line-height: 1.3em;
}
.section-contact .contact.logged-in .call-pushes p small {
  line-height: 1.3em;
}
.section-contact .contact .advisor {
  margin: 19px 0 28px;
}
.section-contact .contact .advisor p {
  font-size: 15px;
  color: #666666;
  margin: 0;
}
@media screen and (min-width: 620px) {
  .section-contact .contact .call-pushes .push-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-contact .contact {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-contact .contact h1 {
    font-size: 32px;
    margin-bottom: 33px;
  }
  .section-contact .contact .push .push-container {
    width: 200px;
  }
  .section-contact .contact .push .content {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
  }
  .section-contact .contact .push figure {
    margin-bottom: 20px;
  }
  .section-contact .contact .push .cta-container {
    margin-top: 0;
    width: auto;
  }
  .section-contact .contact .push p {
    margin-bottom: 9px;
    line-height: 1.3em;
  }
  .section-contact .contact .call-pushes .cta {
    width: 200px;
    padding: 0 0 0 10px;
  }
  .section-contact .contact.logged-in {
    width: 556px;
    margin-top: 0;
  }
  .section-contact .contact.logged-in h1 {
    margin-bottom: 0;
  }
  .section-contact .contact.logged-in .push {
    margin-bottom: 32px;
  }
  .section-contact .contact.logged-in figure {
    margin-bottom: 0;
  }
  .section-contact .contact.logged-in .call-pushes {
    width: 556px;
  }
  .section-contact .contact.logged-in .push .content {
    height: 54px;
    width: 278px;
    vertical-align: bottom;
  }
  .section-contact .contact.logged-in .push .content p {
    font-size: 15px;
    line-height: 1.2em;
    width: 169px;
    word-wrap: break-word;
  }
  .section-contact .contact.logged-in .push .content p small {
    font-size: 11px;
  }
  .section-contact .contact .advisor {
    margin: 25px 0;
  }
  .section-contact .contact .advisor p {
    font-size: 26px;
  }
  .section-contact .contact .advisor p .icon:before {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .section-contact .contact .push .push-container {
    width: 233px;
  }
  .section-contact .contact .push .content {
    height: 100px;
  }
  .section-contact .contact .call-pushes .cta {
    width: 233px;
    padding: 0 10px 0 20px;
  }
}
.section-map {
  margin-bottom: 30px;
  clear: both;
}
.section-map .header .content p {
  margin-bottom: 0;
}
.section-map .map-component .header-wrapper {
  padding: 20px;
  margin: 0;
  background: #f5f5f5;
}
.section-map .map-component .header-wrapper .title {
  font-weight: bold;
  font-size: 1.15384615em;
}
.section-map .map-component .header-wrapper .actions {
  text-align: center;
}
.section-map .map-component .header-wrapper .actions .cta {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.section-map .map-component .header-wrapper .content a {
  word-break: break-all;
  word-wrap: break-word;
}
.section-map .map-component .map-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.section-map .map-component .map-wrapper img {
  margin: auto;
  display: block;
}
.section-map .map-component .map-wrapper .address-wrapper {
  background: #ffffff;
  padding: 20px;
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 1.15384615em;
}
.section-map .map-component .map-wrapper .address-wrapper p {
  margin-bottom: 0;
}
.section-map .map-component .informations-wrapper .transport-wrapper {
  padding: 0 20px;
}
.section-map .map-component .informations-wrapper .transport-wrapper .title {
  font-weight: bold;
  font-size: 1.15384615em;
  margin-top: 0;
  margin-bottom: 9px;
}
.section-map .map-component .informations-wrapper .transport-wrapper:after {
  content: "";
  display: block;
  background: #db0129;
  width: 120px;
  height: 1px;
  margin: 20px 0;
}
.section-map .map-component .informations-wrapper .transport-wrapper .update {
  font-style: italic;
}
.section-map .map-component .informations-wrapper .transport-wrapper .content {
  position: relative;
  display: block;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .section-map .map-component .header-wrapper {
    padding: 10px;
  }
  .section-map .map-component .header-wrapper > div {
    border-top: 1px solid #999999;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .section-map .map-component .header-wrapper > div:first-child {
    border: 0;
  }
  .section-map .map-component .header-wrapper p {
    margin-bottom: 10px;
  }
  .section-map .map-component .header-wrapper .actions {
    text-align: left;
  }
  .section-map .map-component .map-wrapper .map {
    width: 100%;
    border: solid 1px #999999;
    overflow: hidden;
  }
  .section-map .map-component .map-wrapper .address-wrapper {
    position: relative;
    text-align: center;
    font-size: 1em;
    line-height: 1.2;
    padding: 0;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 10px;
  }
  .section-map .map-component .informations-wrapper .transport-wrapper {
    padding: 0;
  }
  .section-map .map-component .informations-wrapper .transport-wrapper:after {
    width: 100%;
    margin: 0;
  }
  .section-map .map-component .informations-wrapper .transport-wrapper .content {
    display: none;
  }
  .section-map .map-component .informations-wrapper .transport-wrapper.open .content {
    display: block;
  }
  .section-map .map-component .informations-wrapper .transport-wrapper.open .title:after {
    content: "\e607";
  }
  .section-map .map-component .informations-wrapper .transport-wrapper .title {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
  }
  .section-map .map-component .informations-wrapper .transport-wrapper .title:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    content: "\e60a";
    font-family: 'bpce-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    transform: rotate(0deg);
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
.section-programme {
  background: #f5f5f5;
  padding: 30px 0;
  margin-bottom: 30px;
  clear: both;
}
.section-programme .title-section {
  margin-bottom: 25px;
}
.section-programme .step {
  margin-left: 40px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}
.section-programme .step:before {
  content: "";
  background: #666666;
  position: absolute;
  width: 6px;
  height: 6px;
  left: -11px;
  top: 8px;
}
.section-programme .step .title,
.section-programme .step .subtitle {
  font-weight: bold;
  font-size: 1.15384615em;
  margin-top: 0;
}
.section-programme .step .title {
  margin-bottom: 0;
}
.section-programme .step .subtitle {
  color: #db0129;
}
@media screen and (max-width: 767px) {
  .section-programme {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .section-programme .step {
    border-bottom: 1px solid #db0129;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
  }
  .section-programme .step .header,
  .section-programme .step .content {
    margin-right: 8px;
    margin-left: 8px;
  }
  .section-programme .step .header {
    cursor: pointer;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-programme .step .header:after {
    content: "\e60a";
    position: absolute;
    top: 15px;
    right: 0;
    vertical-align: middle;
    font-family: 'bpce-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .section-programme .step .subtitle {
    margin-bottom: 0;
  }
  .section-programme .step .title,
  .section-programme .step .subtitle {
    font-size: 1em;
  }
  .section-programme .step .title {
    margin-right: 20px;
  }
  .section-programme .step:before {
    display: none;
  }
  .section-programme .dropdown .content {
    display: none;
  }
  .section-programme .dropdown.open .content {
    display: block;
  }
  .section-programme .dropdown.open .header:after {
    content: "\e607";
  }
}
.section-testimony {
  margin-bottom: 30px;
}
.section-testimony .title-section {
  margin-bottom: 25px;
}
.section-testimony .element {
  text-align: center;
}
.section-testimony .element .title {
  padding-bottom: 15px;
  position: relative;
  margin: 0 10px 40px;
  font-size: 1em;
}
.section-testimony .element .title:after {
  content: "";
  background: #db0129;
  width: 145px;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -72px;
}
.section-testimony .element .content {
  font-style: italic;
  position: relative;
  width: 70%;
  margin: auto;
  margin-bottom: 40px;
}
.section-testimony .element .content:before,
.section-testimony .element .content:after {
  color: #333333;
  font-style: italic;
  font-size: 45px;
  position: absolute;
}
.section-testimony .element .content:before {
  content: "«";
  top: -35px;
  left: -30px;
}
.section-testimony .element .content:after {
  content: "»";
  bottom: -25px;
  right: -25px;
}
.section-testimony .element .actions {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-testimony .element .actions {
    text-align: center;
  }
  .section-testimony .owl-pagination {
    margin-top: 10px;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .section-testimony .owl-pagination .owl-page {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: #999999;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  }
  .section-testimony .owl-pagination .owl-page.active {
    background: #db0129;
  }
}
.section-faq {
  clear: both;
  margin-bottom: 30px;
}
.section-faq .owl-carousel {
  display: block;
  width: auto;
}
.section-faq .questions .row > div {
  padding: 0;
  padding-right: 1px;
}
.section-faq .questions .question {
  height: 125px;
  padding: 20px;
  background: #f5f5f5;
  display: table;
  width: 100%;
  margin-bottom: 1px;
  cursor: pointer;
}
.section-faq .questions .question.current {
  background: #db0129;
  color: #ffffff;
}
.section-faq .questions .question .content {
  height: 100%;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.15384615em;
}
.section-faq .questions .question .content p {
  margin-bottom: 0;
}
.section-faq .questions .answer-wrapper {
  background: #db0129;
}
.section-faq .questions .answer {
  display: none;
  height: auto;
  position: relative;
  color: #ffffff;
  width: 100%;
  clear: both;
  overflow: hidden;
  top: -1px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  margin-bottom: 1px;
}
.section-faq .questions .answer .content {
  padding: 20px;
}
.section-faq .questions .answer.current {
  display: block;
}
.section-faq .questions .answer a {
  color: #ffffff;
  text-decoration: underline;
}
.section-faq .questions .testimony {
  background: #333333;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section-faq .questions .testimony .media,
.section-faq .questions .testimony .content {
  float: left;
  padding: 0;
}
.section-faq .questions .testimony .content {
  padding: 0 40px;
  margin-bottom: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 178px;
}
.section-faq .questions .testimony .content p {
  margin-bottom: 0;
}
.section-faq .questions .testimony .content .name {
  margin-bottom: 10px;
}
.section-faq .questions .testimony .media {
  position: relative;
}
.section-faq .questions .testimony .media img {
  left: 50%;
  position: relative;
  margin-left: -100%;
}
.section-faq .questions .content-link {
  color: #ffffff;
  display: table;
  width: 100%;
  height: 125px;
  background-image: -webkit-linear-gradient(top, #db0129 0%, #b00021 100%);
  background-image: linear-gradient(to bottom, #db0129 0%, #b00021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0129', endColorstr='#ffb00021', GradientType=0);
  font-size: 1.53846154em;
}
.section-faq .questions .content-link .content {
  width: 260px;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.section-faq .questions .content-link .content p {
  margin-bottom: 0;
}
.section-faq .questions .content-link:after,
.section-faq .questions .content-link:before {
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  color: #ffffff;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.section-faq .questions .content-link:before {
  content: "\e62d";
  margin: 0 30px;
  font-size: 100px;
}
.section-faq .questions .content-link:after {
  content: "\e608";
  font-size: 45px;
}
@media screen and (max-width: 999px) {
  .section-faq .questions .testimony .media img {
    width: 100%;
  }
  .section-faq .questions .testimony .content {
    padding: 15px 20px;
  }
  .section-faq .questions.testimony-wrapper .owl-carousel {
    background: #333333;
  }
}
@media screen and (max-width: 767px) {
  .section-faq .questions .question {
    padding: 10px;
    height: 95px;
  }
  .section-faq .questions .question .content {
    font-size: 1em;
  }
  .section-faq .questions .testimony .content {
    height: auto;
  }
  .section-faq .questions .content-link {
    height: 95px;
    font-size: 1.53846154em;
  }
  .section-faq .questions .content-link:before {
    font-size: 50px;
    padding: 10px;
  }
  .section-faq .questions .content-link:after {
    font-size: 35px;
  }
  .section-faq .questions .owl-carousel {
    padding-bottom: 30px;
    width: 100%;
    margin: auto;
  }
  .section-faq .questions .owl-pagination {
    position: absolute;
    padding: 0;
    width: 100%;
    text-align: center;
    bottom: 7px;
  }
  .section-faq .questions .owl-pagination .owl-page {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: #999999;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  }
  .section-faq .questions .owl-pagination .owl-page.active {
    background: #db0129;
  }
  .section-faq .questions .owl-item > div {
    padding: 0;
    margin: 0;
  }
}
.section-subscribe .row {
  background: #414146;
  padding: 20px 30px 50px;
  margin-bottom: 30px;
}
.section-subscribe .title-section {
  color: #ffffff;
}
.section-subscribe .actions {
  text-align: center;
  margin-top: 40px;
}
.section-subscribe .steps {
  color: #ffffff;
  list-style: none;
  padding: 30px 0 0;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section-subscribe .steps li {
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 33%;
  font-size: 1.15384615em;
}
.section-subscribe .steps li:before {
  font-size: 125px;
  display: block;
  margin-bottom: 20px;
}
.section-subscribe .steps li:after {
  content: "\e631";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  left: -30px;
  top: 84px;
  font-size: 75px;
  margin-top: -50px;
}
.section-subscribe .steps li:first-child:after {
  display: none;
}
.section-subscribe .cta {
  text-align: center;
  width: 230px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.section-subscribe .cta.visible-lg {
  display: inline-block !important;
}
@media screen and (max-width: 999px) {
  .section-subscribe .steps li {
    width: 32%;
  }
  .cta.visible-md {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .cta.visible-sm {
    display: inline-block !important;
  }
  .section-subscribe {
    padding-top: 10px;
  }
  .section-subscribe .row {
    padding-bottom: 20px;
  }
  .section-subscribe .title-section {
    margin-top: 0;
  }
  .section-subscribe .steps {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .section-subscribe .steps li {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 60px;
  }
  .section-subscribe .steps li:first-child {
    margin-top: 0;
  }
  .section-subscribe .steps li:before {
    font-size: 90px;
    margin-bottom: 0;
  }
  .section-subscribe .steps li:after {
    content: "\e632";
    top: -65px;
    left: 50%;
    margin-left: -38px;
    margin-top: 0;
  }
}
@media screen and (max-width: 619px) {
  .cta.visible-sm.visible-sm.visible-lg.force-inline {
    display: none !important;
  }
}
.section-rebound {
  margin-bottom: 30px;
  clear: both;
}
.section-rebound .wrapper {
  background: #333333;
  padding: 20px 0 10px;
  display: inline-block;
  position: relative;
  width: 980px;
  max-width: 100%;
}
.section-rebound .mentions {
  margin-top: 10px;
}
.section-rebound .title-section {
  color: #ffffff;
  margin: 10px 30px 30px;
}
.section-rebound .media {
  background: #ededed;
  vertical-align: middle;
}
.section-rebound .media .push-icon-image {
  margin-top: 30px;
}
.section-rebound .media .push-icon-label {
  font-size: 1em;
  margin-top: 10px;
}
.section-rebound .owl-carousel .element {
  width: 224px;
  min-height: 295px;
  background: #ffffff;
  margin: auto;
  text-align: center;
  line-height: 1.2;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-rebound .owl-carousel .element .media {
  width: 224px;
  height: 153px;
}
.section-rebound .owl-carousel .element .title {
  font-weight: bold;
  font-size: 17px;
  padding: 0 10px;
  padding-top: 15px;
  margin-bottom: 0;
}
.section-rebound .owl-carousel .element .subtitle {
  font-size: 1.30769231em;
}
.section-rebound .owl-carousel .element .content {
  padding: 10px;
  padding-top: 0;
}
.section-rebound .owl-carousel .owl-wrapper-outer {
  padding-bottom: 40px;
}
.section-rebound .owl-carousel .owl-pagination {
  position: absolute;
  padding: 0;
  width: 100%;
  text-align: center;
  bottom: 7px;
}
.section-rebound .owl-carousel .owl-pagination .owl-page {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  text-indent: -9999px;
  margin: 0 3px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
}
.section-rebound .owl-carousel .owl-pagination .owl-page.active {
  background: #db0129;
}
.section-rebound .link-next {
  color: #ffffff;
  font-size: 1.53846154em;
  padding-right: 35px;
}
.section-rebound .link-next:after {
  color: #ffffff;
  font-size: 45px;
  margin-top: -22px;
}
.section-rebound .link-next:hover {
  color: #db0129;
}
.section-rebound .link-next:hover:after {
  color: #db0129;
}
.section-rebound.commercial .owl-carousel .element {
  background: #db0129;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-rebound .title-section {
    margin-top: 0;
  }
}
.section-theater {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 40px 0 10px;
}
.section-theater > .row {
  margin: 0;
}
.section-theater .actions {
  clear: both;
}
.section-theater .more-videos-wrapper {
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.section-theater .more-videos-wrapper .list-thumbs {
  margin-bottom: 20px;
}
.section-theater .actions .more-videos {
  margin-bottom: 40px;
}
.section-theater .main-video-wrapper .media .thumb,
.section-theater .list-thumbs .media {
  position: relative;
  display: inline-block;
}
.section-theater .main-video-wrapper .media .thumb:before,
.section-theater .list-thumbs .media:before {
  content: "";
  background: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}
.section-theater .main-video-wrapper .media .thumb:after,
.section-theater .list-thumbs .media:after {
  content: "\e62c";
  font-family: 'bpce-icons';
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  font-size: 150px;
  margin-left: -75px;
  margin-top: -75px;
  z-index: 2;
  line-height: 1;
}
.section-theater .main-video-wrapper .title,
.section-theater .list-thumbs .title {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.1;
}
.section-theater .main-video-wrapper .content,
.section-theater .list-thumbs .content {
  font-style: italic;
  line-height: 1.1;
}
.section-theater .main-video-wrapper .content p,
.section-theater .list-thumbs .content p {
  margin: 0;
}
.section-theater .main-video-wrapper {
  margin-top: 6px;
  padding: 0;
  padding-left: 10px;
}
.section-theater .main-video-wrapper .video-player,
.section-theater .main-video-wrapper img {
  border: 1px solid #333333;
  width: 100%;
}
.section-theater .main-video-wrapper .media {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.2%;
  height: 0;
  width: 100%;
  cursor: pointer;
}
.section-theater .main-video-wrapper .video-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-theater .main-video-wrapper .video-player {
  width: 100%;
  height: 100%;
}
.section-theater .main-video-wrapper .thumb {
  cursor: pointer;
}
.section-theater .main-video-wrapper .media .thumb,
.section-theater .main-video-wrapper .video-wraper {
  display: none;
}
.section-theater .main-video-wrapper .media .thumb.in,
.section-theater .main-video-wrapper .video-wraper.in {
  display: block;
}
.section-theater .list-thumbs {
  padding: 0;
  margin-bottom: 60px;
}
.section-theater .list-thumbs .element {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 6px 12px;
}
.section-theater .list-thumbs .element .media {
  float: left;
  margin-right: 15px;
  border: 1px solid #666666;
}
.section-theater .list-thumbs .element .media:after {
  font-size: 45px;
  margin-top: -22px;
  margin-left: -22px;
}
.section-theater .list-thumbs .element.current .media {
  border: 1px solid #db0129;
  -webkit-box-shadow: 0 0 0 1px #db0129;
  box-shadow: 0 0 0 1px #db0129;
}
.section-theater .list-thumbs .element:hover {
  color: #db0129;
  background: #ededed;
}
.section-theater .minus-videos {
  padding: 0 80px 10px;
  margin-bottom: 20px;
}
.section-theater .minus-videos:after {
  display: none;
}
.section-theater .minus-videos:before {
  content: "\e607";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  transform: rotate(0deg);
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-theater .main-video-wrapper {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .section-theater .more-videos-wrapper .list-thumbs,
  .section-theater .list-thumbs {
    margin-bottom: 0;
  }
  .section-theater .btn-show-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-theater .main-video-wrapper .media .thumb:after {
    font-size: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
}
.product-page .vocabulary {
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .product-page .vocabulary .container {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .product-page .vocabulary .container {
    max-width: inherit;
  }
}
@media screen and (max-width: 619px) {
  .product-page .vocabulary .container {
    max-width: inherit;
  }
}

.page-contact-confirmation .title-level1 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 17px 20px;
}
.page-contact-confirmation .confirmation-content {
  background-color: #f5f5f5;
}
.page-contact-confirmation .confirmation-content .confirmation-message {
  padding: 13px 20px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  text-align: center;
}
.page-contact-confirmation .confirmation-content .confirmation-message p {
  margin: 0;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  margin: 0 8px;
  padding: 15px 8px;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks:before,
.page-contact-confirmation .confirmation-content .confirmation-blocks:after {
  content: " ";
  display: table;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks:after {
  clear: both;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2 {
  color: #666666;
  font-size: 20px;
  margin: 0;
  padding: 6px 0 20px 30px;
  margin-left: 8px;
  position: relative;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2 .icon {
  position: absolute;
  height: 33px;
  width: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: -8px;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2 .icon.icon-mail {
  background-image: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/icon-mail.png');
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2 .icon.icon-user-ok {
  background-image: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/icon-user-ok.png');
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2 .icon.icon-calendar-ok {
  background-image: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/icon-calendar-ok.png');
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2:after {
  position: absolute;
  bottom: 3px;
  left: -7px;
  content: '';
  display: block;
  background-color: #db0029;
  width: 107px;
  height: 1px;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block .contact-details {
  margin-top: 14px;
  margin-left: 40px;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block .contact-details p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .contact-address {
  margin-bottom: 30px;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .contact-timetable {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .contact-timetable li {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  margin: 0 0 10px;
}
.page-contact-confirmation .confirmation-content .confirmation-action {
  padding: 20px 0 32px;
  text-align: center;
}
.page-contact-confirmation .confirmation-content .confirmation-action .cta {
  display: inline-block;
  margin: auto;
  line-height: 35px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-contact-confirmation .confirmation-content .confirmation-block {
    display: inline-block;
    max-width: 230px;
    vertical-align: top;
    text-align: left;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks {
    text-align: center;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block-content {
    margin: 0 10px;
  }
  .page-contact-confirmation .confirmation-content .confirmation-message {
    width: 450px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact-confirmation .confirmation-content .confirmation-action {
    padding: 30px 0 36px;
  }
}
@media screen and (min-width: 1000px) {
  .page-contact-confirmation .title-level1 {
    font-size: 26px;
    padding: 26px 0;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks {
    margin-left: 68px;
    margin-right: 68px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block {
    max-width: 240px;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block.confirmation-block-larger {
    max-width: 330px;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block-content {
    margin: 0 20px;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block-content .contact-timetable li {
    width: 248px;
  }
  .page-contact-confirmation .confirmation-content .confirmation-blocks h2 {
    font-size: 20px;
  }
}
.page-contact-form .title-level1 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 18px 20px;
}
.page-contact-form .form-container {
  background-color: #f5f5f5;
  overflow: auto;
}
.page-contact-form .form-legend {
  color: #666666;
  font-size: 20px;
  border: 0;
  margin: 0;
  padding-bottom: 13px;
  line-height: 1.2em;
}
.page-contact-form .form-header {
  margin: 0 38px 0 18px;
}
.page-contact-form .form-header h2 {
  font-size: 22px;
  margin: 16px 0;
}
.page-contact-form .form-content {
  border: 1px solid #c1c1c1;
  background-color: #fff;
  margin: 8px;
  padding: 13px 15px 14px;
}
.page-contact-form .form-terms {
  font-size: 11px;
  line-height: 15px;
  margin: 10px 8px;
  color: #999999;
}
.page-contact-form .parsley-error-list {
  margin-bottom: 0;
}
.page-contact-form .error-static {
  display: none;
  margin-bottom: 0;
}
.page-contact-form .form-separator {
  width: 190px;
  height: 1px;
  margin: 20px auto 14px;
  background-color: #db0029;
}
.page-contact-form .form-control {
  border-color: #c1c1c1;
  color: #333333;
  height: 35px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.page-contact-form .form-control.input-small {
  width: 143px;
}
.page-contact-form .form-control.input-medium {
  width: 272px;
}
.page-contact-form .input-fake {
  color: #999;
  font-style: italic;
  line-height: 22px;
  cursor: pointer;
}
.page-contact-form input.form-control::-webkit-input-placeholder,
.page-contact-form textarea.form-control::-webkit-input-placeholder,
.page-contact-form select.form-control::-webkit-input-placeholder {
  color: #999;
}
.page-contact-form input.form-control::-moz-placeholder,
.page-contact-form textarea.form-control::-moz-placeholder,
.page-contact-form select.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.page-contact-form input.form-control:-moz-placeholder,
.page-contact-form textarea.form-control:-moz-placeholder,
.page-contact-form select.form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.page-contact-form input.form-control::-ms-input-placeholder,
.page-contact-form textarea.form-control::-ms-input-placeholder,
.page-contact-form select.form-control::-ms-input-placeholder {
  color: #999;
}
.page-contact-form select.form-control {
  background-image: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/select-bg.png');
  background-repeat: no-repeat;
  background-position: right center;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #333333;
}
.page-contact-form select.form-control[disabled] {
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.page-contact-form select.form-control::-ms-expand {
  display: none;
}
.page-contact-form textarea.contact-message {
  height: 136px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  resize: none;
  color: #333333;
}
.page-contact-form .form-group-department {
  position: relative;
}
.page-contact-form .form-group-department .contact-department-bank {
  display: none;
  margin-bottom: 0;
  margin-top: 5px;
  color: #646469;
  font-size: 13px;
}
.page-contact-form .scheduler-error,
.page-contact-form .department-error {
  display: none;
  margin-top: 5px;
  color: #db0029;
}
.page-contact-form .input-calendar {
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/icon-calendar.png') no-repeat 233px center;
}
.page-contact-form .form-group {
  margin-bottom: 10px;
}
.page-contact-form .form-horizontal .control-label {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-contact-form .buttons-inline .btn-default {
  font-weight: bold;
  font-size: 15px;
  margin-right: 10px;
  width: 56px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.page-contact-form .buttons-inline .btn-default input[type="radio"] {
  display: block;
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.page-contact-form .btn-default {
  border-radius: 0;
  bakground-color: #fff;
  background-image: none;
  text-shadow: none;
  border-color: #c1c1c1;
  color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-contact-form .btn-default:active,
.page-contact-form .btn-default.active {
  color: #fff;
  background-color: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.page-contact-form .radio-inline,
.page-contact-form .checkbox-inline {
  margin-right: 6px;
}
.page-contact-form .radio-inline input,
.page-contact-form .checkbox-inline input {
  margin-top: 2px;
}
.page-contact-form .checkbox-integrated {
  color: #999999;
  font-size: 11px;
}
.page-contact-form .contact-login {
  display: none;
}
.page-contact-form .contact-login.on {
  display: block;
}
.page-contact-form .field-contact-is-client .parsley-error-list {
  clear: left;
  padding-top: 5px;
}
.page-contact-form .pauth-layer {
  background-color: #f5f5f5;
  text-align: center;
  padding: 13px 24px 8px;
  margin-top: 19px;
  max-width: 290px;
}
.page-contact-form .pauth-layer p {
  color: #646469;
}
.page-contact-form .pauth-layer .account-link {
  padding-top: 6px;
  width: 223px;
}
.page-contact-form .pauth-layer .account-link a {
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px 6px 6px;
  background: #db0129;
  background-image: -webkit-linear-gradient(top, #db0129 0%, #b00021 100%);
  background-image: linear-gradient(to bottom, #db0129 0%, #b00021 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb0129', endColorstr='#ffb00021', GradientType=0);
}
.page-contact-form .pauth-layer .account-link a.hide {
  display: none;
}
.page-contact-form .pauth-layer .account-link a:before {
  margin-right: 10px;
  font-size: 25px;
}
.page-contact-form .pauth-layer .account-link a.disconnect {
  background-image: -webkit-linear-gradient(top, #a4a4a4 0%, #8c8c8c 100%);
  background-image: linear-gradient(to bottom, #a4a4a4 0%, #8c8c8c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa4a4a4', endColorstr='#ff8c8c8c', GradientType=0);
}
.page-contact-form .pauth-layer .account-link a.disconnect:before {
  font-size: 22px;
  content: "\e61b";
}
.page-contact-form .contact-availabilities ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}
.page-contact-form .contact-availabilities ul li .availabilities-date {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  margin: 10px 0 0;
  width: 248px;
  display: inline-block;
}
.page-contact-form .contact-availabilities ul li .availabilities-remove {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 32px;
  vertical-align: middle;
}
.page-contact-form .contact-availabilities ul li .availabilities-remove .icon {
  vertical-align: -8px;
}
.page-contact-form .form-actions {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-contact-form .form-actions .cta {
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  line-height: 35px;
  width: 110px;
  padding: 0;
}
.page-contact-form .form-actions .cta:after {
  vertical-align: -1px;
  margin-left: 6px;
}
.page-contact-form .form-actions .cta-cancel {
  background-image: -webkit-linear-gradient(top, #b3b3b3 0%, #999999 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #999999 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff999999', GradientType=0);
}
.page-contact-form .form-actions .cta-cancel:after {
  display: none;
}
.page-contact-form .form-actions .cta-cancel:focus,
.page-contact-form .form-actions .cta-cancel:hover {
  background-image: -webkit-linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);
  background-image: linear-gradient(to bottom, #a6a6a6 0%, #8c8c8c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6a6a6', endColorstr='#ff8c8c8c', GradientType=0);
}
.page-contact-form .layer-scheduler {
  position: relative;
  padding-top: 10px;
  display: none;
}
.page-contact-form .layer-scheduler .scheduler-title {
  color: #db0029;
  font-size: 15px;
  line-height: 23px;
}
.page-contact-form .layer-scheduler .scheduler-intro {
  color: #646469;
  font-size: 13px;
  line-height: 18px;
}
.page-contact-form .layer-scheduler .scheduler-dates {
  margin-top: 16px;
  width: 247px;
}
.page-contact-form .layer-scheduler .scheduler-days,
.page-contact-form .layer-scheduler .scheduler-hours {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 247px;
  border: 1px solid #c1c1c1;
  border-right: 0px solid transparent;
  height: 33px;
}
.page-contact-form .layer-scheduler .scheduler-days:before,
.page-contact-form .layer-scheduler .scheduler-hours:before,
.page-contact-form .layer-scheduler .scheduler-days:after,
.page-contact-form .layer-scheduler .scheduler-hours:after {
  content: " ";
  display: table;
}
.page-contact-form .layer-scheduler .scheduler-days:after,
.page-contact-form .layer-scheduler .scheduler-hours:after {
  clear: both;
}
.page-contact-form .layer-scheduler .scheduler-days li,
.page-contact-form .layer-scheduler .scheduler-hours li {
  float: left;
  height: 32px;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #646469;
  font-size: 13px;
  line-height: 32px;
  border-right: 1px solid #c1c1c1;
}
.page-contact-form .layer-scheduler .scheduler-days li {
  width: 41px;
}
.page-contact-form .layer-scheduler .scheduler-days li.active,
.page-contact-form .layer-scheduler .scheduler-days li:active {
  color: #fff;
  background-color: #333;
}
.page-contact-form .layer-scheduler .scheduler-days.days5 li {
  width: 49px;
}
.page-contact-form .layer-scheduler .scheduler-hours {
  border-top: 1px solid #db0029;
  margin-top: -1px;
  position: relative;
  width: 100%;
  display: none;
  border-right: 1px solid #c1c1c1;
}
.page-contact-form .layer-scheduler .scheduler-hours.active {
  display: table;
}
.page-contact-form .layer-scheduler .scheduler-hours > li {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  position: initial;
  padding: 0;
  outline: 0;
  border: 0;
}
.page-contact-form .layer-scheduler .scheduler-hours > li a {
  display: block;
  border-left: 1px solid #c1c1c1;
}
.page-contact-form .layer-scheduler .scheduler-hours > li a:active,
.page-contact-form .layer-scheduler .scheduler-hours > li a:hover {
  color: #000;
  background-color: #ebebeb;
}
.page-contact-form .layer-scheduler .scheduler-hours > li:first-child a {
  border-left: 0 solid transparent;
}
.page-contact-form .layer-scheduler .scheduler-close {
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/scheduler-close.png') no-repeat center center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.page-contact-form .layer-scheduler .scheduler-legend {
  margin-top: 10px;
}
.page-contact-form .layer-scheduler .scheduler-actions {
  margin-top: 14px;
}
.page-contact-form .layer-scheduler .scheduler-schedule:before,
.page-contact-form .layer-scheduler .scheduler-schedule:after {
  content: " ";
  display: table;
}
.page-contact-form .layer-scheduler .scheduler-schedule:after {
  clear: both;
}
.page-contact-form .layer-scheduler .scheduler-availabilities ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-contact-form .layer-scheduler .scheduler-availabilities ul li .availabilities-date {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  margin: 10px 0 0;
  width: 248px;
  display: inline-block;
}
.page-contact-form .layer-scheduler .scheduler-availabilities ul li .availabilities-remove {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 32px;
  vertical-align: middle;
}
.page-contact-form .layer-scheduler .scheduler-availabilities ul li .availabilities-remove .icon {
  vertical-align: -8px;
}
.page-contact-form .select-fake {
  padding: 0;
  background: url('../bundles/itcecmslayout/themes/ce_theme/images/app/contact-form/select-bg.png') no-repeat right center;
}
.page-contact-form .select-fake select {
  background-image: none;
  width: 110%;
}
.page-contact-form .select-subject-fakr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.page-contact-form .parsley-error-list,
.page-contact-form .custom-error-message {
  color: #db0029;
}
.page-contact-form .parsley-error-list span + span,
.page-contact-form .custom-error-message span + span {
  display: none !important;
}
.page-contact-form .form-group.error .form-control {
  border: 1px solid #db0029 !important;
}
.page-contact-form fieldset.message .form-group.department-error {
  clear: both;
  margin: 10px 0 0;
}
.page-contact-form fieldset.message .form-group.department-error p {
  text-align: left;
  margin-bottom: 0;
}
.Fx30 .page-contact-form fieldset.message select.form-control {
  background-image: none;
}
@media screen and (min-width: 620px) {
  .page-contact-form .form-horizontal .control-label {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .page-contact-form .form-header {
    width: 648px;
    margin: 0 auto 20px;
  }
  .page-contact-form .form-header h2 {
    font-size: 32px;
    margin: 20px 0 16px;
  }
  .page-contact-form .form-content {
    width: 648px;
    padding: 13px 20px 20px;
    margin: auto;
  }
  .page-contact-form .form-legend {
    font-size: 24px;
    padding-bottom: 26px;
  }
  .page-contact-form .form-terms {
    margin-left: 0;
    margin-right: 0;
  }
  .page-contact-form select.form-control {
    background-position: 410px center;
  }
  .page-contact-form .form-horizontal .control-label {
    margin-top: 0;
  }
  .page-contact-form .form-horizontal .control-label.col-md-5 {
    padding-left: 106px;
  }
  .page-contact-form .form-group-department .contact-department-bank {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 0;
    width: 193px;
  }
  .page-contact-form .form-control.input-small {
    width: 136px;
  }
  .page-contact-form .form-control.input-medium {
    width: 249px;
  }
  .page-contact-form .form-group {
    margin-bottom: 21px;
  }
  .page-contact-form .form-group.form-group-single {
    margin-bottom: 10px;
  }
  .page-contact-form .buttons-inline .control-label {
    padding-top: 0;
    margin-bottom: 0;
  }
  .page-contact-form .buttons-inline .btn-default {
    margin-top: 4px;
  }
  .page-contact-form .radios-inline .control-label {
    margin-bottom: 0;
  }
  .page-contact-form textarea.contact-message {
    height: 143px;
  }
  .page-contact-form .input-calendar {
    background-position: 216px center;
  }
  .page-contact-form .pauth-layer {
    padding: 20px 38px 14px 30px;
  }
  .page-contact-form .pauth-layer p {
    line-height: 20px;
  }
  .page-contact-form .pauth-layer .account-link {
    padding-top: 0;
  }
  .page-contact-form .form-separator {
    margin: 29px auto 29px;
  }
  .page-contact-form .contact-availabilities ul li .availabilities-remove {
    width: 40px;
  }
  .page-contact-form .form-actions {
    margin-top: 26px;
    margin-bottom: 35px;
  }
  .page-contact-form .layer-scheduler {
    margin: 0;
    padding-top: 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  }
  .page-contact-form .layer-scheduler .scheduler-content {
    padding: 13px 22px 22px 27px;
  }
  .page-contact-form .layer-scheduler .scheduler-actions {
    text-align: center;
    margin-top: 30px;
  }
  .page-contact-form .layer-scheduler .scheduler-dates {
    float: left;
    margin-top: 20px;
    width: 247px;
  }
  .page-contact-form .layer-scheduler .scheduler-selected {
    margin-top: 20px;
    margin-left: 276px;
  }
  .page-contact-form .layer-scheduler .scheduler-close {
    top: 10px;
    right: 10px;
    display: block;
  }
  .page-contact-form fieldset.message .form-group.department-error {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-contact-form .title-level1 {
    font-size: 26px;
    padding: 26px 0;
  }
}

.page-contact-form #newpasswordform .button ul{
  list-style-type: none;
  text-align: center;
  padding:0;
}

.page-contact-form #newpasswordform .button ul li{
  display: inline;
}

.page-search h1 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.page-search .results-stats {
  margin: 4px 0;
}
.page-search .results-stats p {
  text-align: center;
  line-height: 1.4em;
}
.page-search .results-recommended {
  background-color: #f5f5f5;
}
.page-search .results-recommended .legend {
  color: #999999;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 0 6px;
  font-size: 11px;
}
.page-search .results-list {
  padding: 0 8px;
}
.page-search .results-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 2px;
}
.page-search .results-list ul li {
  font-size: 12px;
  margin: 14px 0;
}
.page-search .results-list ul li a {
  display: block;
}
.page-search .results-list ul li a:active,
.page-search .results-list ul li a:focus {
  color: #666;
}
.page-search .results-list ul li p {
  margin: 0;
}
.page-search .results-list ul li .result-title {
  color: #db0029;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 2px;
}
.page-search .results-list ul li .result-description {
  margin-bottom: 2px;
  line-height: 1.35em;
  max-height: 4.05em;
  overflow: hidden;
}
.page-search .results-list ul li .result-link {
  font-style: italic;
}
.page-search .search-pagination {
  margin: 6px 0 16px;
}
.page-search .search-pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.page-search .search-pagination ul li {
  display: inline-block;
}
.page-search .search-pagination ul li.current {
  color: #db0029;
  font-weight: bold;
  font-size: 17px;
  padding: 0 10px;
}
.page-search .search-pagination ul li a {
  display: block;
  font-size: 17px;
  padding: 0 10px;
}
.page-search .search-pagination ul li.previous,
.page-search .search-pagination ul li.next {
  vertical-align: -7px;
  width: 29px;
}
.page-search .search-pagination ul li.previous a,
.page-search .search-pagination ul li.next a {
  display: block;
  background-image: url('../bundles/itcecmslayout/themes/ce_theme/images/app/search/pagination-arrows.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 11px;
  padding: 0;
  margin: 0 auto;
}
.page-search .search-pagination ul li.previous a {
  background-position: 0 0;
}
.page-search .search-pagination ul li.previous a:hover {
  background-position: 0 -25px;
}
.page-search .search-pagination ul li.next a {
  background-position: -11px 0;
}
.page-search .search-pagination ul li.next a:hover {
  background-position: -11px -25px;
}
.page-search .search-research {
  width: 220px;
  display: block;
  margin: 16px auto 16px;
}
.page-search .search-research .search-box {
  border: solid 1px #cccccc;
  display: inline-block;
  position: relative;
  width: 220px;
}
.page-search .search-research .search-box:before {
  content: "\e60c";
  position: absolute;
  left: 3px;
  color: #999999;
  font-family: 'bpce-icons';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}
.page-search .search-research .search-box .search-input {
  margin-left: 30px;
  width: 150px;
  color: #999999;
  background: #ffffff;
  border: 0;
  float: left;
  height: 28px;
  line-height: 28px;
  outline: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.page-search .search-research .search-box .search-input::-webkit-input-placeholder,
.page-search .search-research .search-box .search-input:-moz-placeholder,
.page-search .search-research .search-box .search-input::-moz-placeholder,
.page-search .search-research .search-box .search-input:-ms-input-placeholder {
  color: #999;
}
.page-search .search-research .search-box .search-send {
  font-weight: bold;
  float: right;
  color: #999999;
  background: #ffffff;
  border: 0;
  height: 28px;
  line-height: 1;
  outline: none;
  padding: 2px 6px 3px;
}
.page-search .search-empty .search-suggestions h3 {
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px solid #db0029;
  padding-bottom: 10px;
  margin-top: 14px;
}
.page-search .search-empty .search-suggestions ul {
  font-size: 13px;
  margin: 16px 0 32px 16px;
  padding: 0;
  list-style-type: square;
}
@media screen and (min-width: 620px) {
  .page-search .search-empty .search-research {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .page-search h1 {
    font-size: 26px;
    padding: 9px 0 13px;
  }
  .page-search .results-stats {
    margin-bottom: 27px;
  }
  .page-search .results-recommended .legend {
    padding: 8px 0 5px;
  }
  .page-search .results-list {
    padding: 0 22px;
  }
  .page-search .search-pagination {
    margin-top: 28px;
    margin-bottom: 38px;
  }
  .page-search .search-research {
    margin-bottom: 22px;
  }
  .page-search .search-empty {
    margin: 20px -8px 30px -8px;
  }
  .page-search .search-empty .search-suggestions {
    display: inline-block;
    width: 50%;
  }
  .page-search .search-empty .search-suggestions h3,
  .page-search .search-empty .search-suggestions ul {
    margin-left: 158px;
  }
  .page-search .search-empty .search-research {
    display: inline-block;
    width: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .page-search .results-list {
    width: 814px;
    margin: auto;
  }
}

.page-faq .header-wrapper .title-level1 {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  padding: 17px 0 15px;
}
.page-faq .faq-summary .faq-questions {
  display: none;
}
.page-faq .faq-showquestion .faq-navigation {
  display: none;
}
.page-faq .faq-navigation {
  width: 100%;
  margin-bottom: 26px;
}
.page-faq .faq-navigation ul.sections {
  margin: 0 8px 0 7px;
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}
.page-faq .faq-navigation ul.sections > li {
  border-top: 1px solid #c1c1c1;
  display: block;
  position: relative;
}
.page-faq .faq-navigation ul.sections .section-links {
  display: none;
}
.page-faq .faq-navigation ul.sections .section-group {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #646464;
  display: block;
  padding: 17px 28px 17px 14px;
  position: relative;
}
.page-faq .faq-navigation ul.sections .section-group.has-submenu:after {
  vertical-align: middle;
  content: "\e60a";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: none;
  margin: 0 10px 0 2px;
  margin: 0;
  color: #646464;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.page-faq .faq-navigation ul.sections .section-group.has-submenu:hover:after {
  color: #db0029;
}
.page-faq .faq-navigation ul.sections .section-group:hover {
  color: #db0029;
}
.page-faq .faq-navigation ul.sections .section-link {
  display: block;
  position: relative;
}
.page-faq .faq-navigation ul.sections .section-link a {
  display: block;
  padding: 7px 14px 7px;
  font-size: 13px;
  border-top: 1px dotted #c9c9c9;
}
.page-faq .faq-navigation ul.sections .section-link a:hover {
  color: #db0029;
}
.page-faq .faq-navigation ul.sections .section-link:first-child a {
  border-top: 0px solid transparent;
}
.page-faq .faq-navigation ul.sections .section-link.active a {
  color: #db0029;
  padding-right: 26px;
}
.page-faq .faq-navigation ul.sections .section-link.active a:after {
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: none;
  margin: 0 10px 0 2px;
  margin: 0;
  color: #db0029;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.page-faq .faq-navigation ul.sections ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-faq .faq-questions {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 20px;
}
.page-faq .faq-questions .back-to-summary {
  color: #666666;
  font-size: 13px;
  margin-bottom: 16px;
  display: block;
}
.page-faq .faq-questions .back-to-summary:before {
  vertical-align: middle;
  content: "\e609";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: none;
  margin: 0 4px 0 0;
  color: #666666;
  vertical-align: -1px;
}
.page-faq .faq-questions .back-to-summary:hover {
  color: #db0029;
}
.page-faq .faq-questions .back-to-summary:hover:before {
  color: #db0029;
}
.page-faq .faq-questions .questions {
  border: 1px solid #c1c1c1;
}
.page-faq .faq-questions .subheader {
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-faq .faq-questions .subheader .subheader-title {
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #db0029;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.page-faq .faq-questions .subheader .subheader-category {
  color: #666666;
}
.page-faq .faq-questions .faq-item {
  background-color: #f5f5f5;
  margin-top: 10px;
}
.page-faq .faq-questions .faq-item:first-child {
  margin-top: 0;
}
.page-faq .faq-questions .faq-item .question {
  color: #646464;
  position: relative;
  display: block;
}
.page-faq .faq-questions .faq-item .question .question-title {
  font-size: 14px;
  font-weight: bold;
  padding: 19px 22px 19px 42px;
  display: table-cell;
  vertical-align: middle;
  height: 78px;
}
.page-faq .faq-questions .faq-item .question .question-toggler {
  height: 15px;
  width: 15px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}
.page-faq .faq-questions .faq-item .question .question-toggler .icon-bpce-plus:before,
.page-faq .faq-questions .faq-item .question .question-toggler .icon-bpce-moins:before {
  font-size: 15px;
}
.page-faq .faq-questions .faq-item .question .question-toggler .icon-bpce-moins {
  display: none;
}
.page-faq .faq-questions .faq-item .question:hover .question-title {
  color: #db0029;
}
.page-faq .faq-questions .faq-item .answer {
  display: none;
  padding: 16px 12px 20px;
  position: relative;
}
.page-faq .faq-questions .faq-item .answer .answer-decoration {
  position: absolute;
  height: 1px;
  width: 101px;
  background-color: #646464;
  top: 0;
  left: 48px;
}
.page-faq .faq-questions .faq-item .answer ul {
  list-style-type: square;
  padding-left: 15px;
}
.page-faq .faq-questions .faq-item .answer ul li {
  margin-bottom: 8px;
}
.page-faq .faq-questions .faq-item .answer p {
  margin-bottom: 8px;
}
.page-faq .faq-questions .faq-item .answer img {
  width: 100%;
  display: block;
}
.page-faq .faq-questions .faq-item.active .question .question-title {
  color: #db0029;
}
.page-faq .faq-questions .faq-item.active .question .question-toggler .icon-bpce-plus {
  display: none;
}
.page-faq .faq-questions .faq-item.active .question .question-toggler .icon-bpce-moins {
  display: block;
}
.page-faq .faq-questions .faq-item.active .answer {
  display: block;
}
.page-faq .answer table {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
.page-faq .answer th {
  font-size: 1.23076923em;
  font-weight: normal;
  padding: 25px 5px;
  border: 1px solid #cccccc;
  line-height: 1.1;
  text-align: center;
}
.page-faq .answer .empty {
  border-top: 0;
  border-left: 0;
}
.page-faq .answer tr td:first-child {
  font-size: 1.15384615em;
}
.page-faq .answer td {
  border: 1px solid #cccccc;
  line-height: 1.1;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.page-faq .answer .bg-dark {
  background: #d4d4d4;
}
.page-faq .answer .bg-light {
  background: #ededed;
}
.page-faq .answer .negatif td {
  background: #666666;
  color: #ffffff;
  padding: 25px 5px;
  font-size: 1.53846154em;
}
.page-faq .answer .negatif td:first-child {
  font-size: 1.15384615em;
}
.page-faq .answer .transversale td {
  background: #f5f5f5;
  font-weight: bold;
}
.page-faq .answer .empty {
  border-bottom: 0;
  border-left: 0;
}
.page-faq .answer .footer td {
  padding: 0;
}
.page-faq .answer .footer td a {
  display: block;
  width: 100%;
  height: 100%;
  background: #db0129;
  color: #ffffff;
  padding: 25px 5px;
  font-size: 1.15384615em;
}
.page-faq .answer .footer td a:after {
  vertical-align: middle;
  content: "\e608";
  font-family: 'bpce-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .page-faq .header-wrapper .title-level1 {
    font-size: 26px;
    margin: 0;
    padding: 43px 0;
  }
  .page-faq .faq-navigation {
    display: block;
  }
  .page-faq .faq-summary .faq-questions {
    display: block;
  }
  .page-faq .faq-showquestion .faq-navigation {
    display: block;
  }
  .page-faq .has-navigation .faq-navigation {
    float: left;
    width: 30%;
  }
  .page-faq .has-navigation .faq-questions {
    margin-left: 32%;
    margin-right: 24px;
    margin-bottom: 30px;
  }
  .page-faq .faq-navigation ul.sections > li.active .section-group {
    color: #db0029;
  }
  .page-faq .faq-navigation ul.sections > li.active .section-group:after {
    display: none;
  }
  .page-faq .faq-navigation ul.sections > li.active .section-links {
    display: block;
  }
  .page-faq .faq-questions .questions {
    border: 0px solid transparent;
  }
  .page-faq .faq-questions .back-to-summary {
    display: none;
  }
  .page-faq .faq-questions .subheader {
    padding-bottom: 28px;
    padding-top: 0;
  }
  .page-faq .faq-questions .faq-item {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page-faq .faq-questions .faq-item .question .question-title {
    min-height: 0;
    padding: 19px 59px;
    font-size: 14px;
    display: block;
    height: auto;
  }
  .page-faq .faq-questions .faq-item .question .question-toggler {
    height: 25px;
    width: 25px;
    margin-top: -13px;
    left: 15px;
  }
  .page-faq .faq-questions .faq-item .question .question-toggler .icon-bpce-plus:before,
  .page-faq .faq-questions .faq-item .question .question-toggler .icon-bpce-moins:before {
    font-size: 25px;
  }
  .page-faq .faq-questions .faq-item .answer {
    padding-left: 66px;
    padding-right: 58px;
  }
  .page-faq .faq-questions .faq-item .answer .answer-decoration {
    left: 64px;
  }
  .page-faq .faq-questions .faq-item .answer img {
    margin: 10px 0;
  }
  .page-faq .faq-questions .faq-item.active .question .question-toggler {
    background-position: -25px 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-faq .has-navigation .faq-navigation {
    width: 315px;
  }
  .page-faq .has-navigation .faq-questions {
    margin-left: 331px;
  }
}

.ariane ul.main > li > span {
    display: block;
    line-height: 35px;
    padding: 0 20px 0 10px;
}
.ariane .spacer {
    visibility: visible;
}
.text-red, .text-strong, .text-border-bottom, .text-border-red {
    margin:0 !important;
    padding:0 !important;
    font-size:1em !important;
    display:inline !important;
}
.summary .text-red, .summary .text-strong, .summary .text-border-bottom, .summary .text-border-red {
    vertical-align: 0px !important;
}
.block-pushes span.push-link {
    background-color: #F5F5F5;
    color: #666666;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.page-crossroads .push-offer .push-terms p {
    border: none;
    padding: 0;
    line-height: 1.2em;
}
.page-crossroads .push-offer .push-terms {
    border: 1px solid #C1C1C1;
    padding: 5px 9px 4px;
    line-height: 1.3em;
}
.section-images-content + .section-images-content {
    margin-bottom: 0;
    position: relative;
    top: -30px;
}
table {
    border:0 none
}
table p {
    margin:0
}
table tr {
    border:0
}
.page-faq .faq-questions .faq-item .answer img {
    max-width: auto !important;
}
#footer .container .row .dropdown {
    color: #999999;
}
#footer .container .row .dropdown .ezxmltext-field p:first-child {
    color: #666666;
    font-size: 14px;
}
.page-contact .call-pushes .mentions p {
    font-size: 1em;
}
.page-contact .call-pushes span.mentions {
    display: inline-block;
}
#header .container nav .nav-tabs > li.nodropdown > a span:after {
    content:"";
}
#header .logo-container h1 {
    margin: 0;
}
.ezxmltext-field h5 {font-size: 16px}
.ezxmltext-field h6 {font-size: 15px}
.ezxmltext-field h7 {font-size: 14px}
.layout-fixed .ie8 #header .container .logo {
    background-image: none;
}
#pauth .modal-body .fishing .no-icon-bpce-attention {
    margin-top: 9px;
}
/* Ajout de la petite grille sur la synthese pour la partie header connectee du header
#header .header-navigation .header-navigation_main-item-link:hover .header-navigation_main-item-icon-report */
.header-dropdown a .header-navigation_main-item-link:hover .header-navigation_main-item-icon-report{
    background-image: url('../assets/themes/ccoop_theme/images/app/header/navigation/icon-report-hover.png');
}
.header-dropdown a .header-navigation_main-item-icon-report {
    background: url('../assets/themes/ccoop_theme/images/app/header/navigation/icon-report.png') no-repeat 0 0;
    height: 17px;
    width: 18px;
    margin-right: 6px;
    vertical-align: -3px;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
}
.price-bloc div p {
    color: #ffffff !important;
}
.page-crossroads .block-offer {
    margin: 8px 0 8px;
}
.page-contact .alert-message a {
    text-decoration: underline;
}
/* Gestion de l'alignement de l'email et de l'icône s'il est sur 2 lignes */
.longEmailTooltipA {
    display: inherit !important;
    padding-top: 10px !important;
}
/* Gestion du style big au niveau de la prévisu des textes riches */
.section-simple-content .mentions p custom[name="big"] {
    font-size: 14px;
    font-weight: bold;
}
.tooltip-contact img {
    display: none;
}
.page-crossroads section.header-wrapper.with-lng .actions {
    text-align: right;
}
.product-page .btn-show-more.show-less:after {
    content: "\e63d";
}
.page-contact-confirmation .confirmation-content .confirmation-blocks .confirmation-block h2 .icon.icon-user-ok {
    background-image: url('../assets/themes/ccoop_theme/images/icons/icon-user-ok.png');
}
#header .container .off-canvas .profil-user .profil-link span {
    background: url('/asset/themes/ccoop_theme/images/header/user-account/icon-user.png') no-repeat 23px 9px;
}
#header .container .off-canvas .profil-user .profil-link span:hover {
    background-image: url('/asset/themes/ccoop_theme/images/header/user-account/icon-user-hover.png');
}
.ezxmltext-field a {
    text-decoration: underline;
}
@media (max-width: 619px) {
    .section-simple-content .actions-wrapper .cta.visible-xs,
    .section-simple-content .actions-wrapper .cta.visible-lg.visible-xs,
    .section-simple-content .actions-wrapper .cta.visible-md.visible-xs,
    .section-simple-content .actions-wrapper .cta.visible-sm.visible-xs {
        display: inline-block !important;
    }

    .section-images-content + .section-images-content {
        top: -20px;
    }
}
@media (min-width: 620px) and (max-width: 767px) {
    .section-simple-content .actions-wrapper .cta.visible-sm,
    .section-simple-content .actions-wrapper .cta.visible-lg.visible-sm,
    .section-simple-content .actions-wrapper .cta.visible-md.visible-sm,
    .section-simple-content .actions-wrapper .cta.visible-xs.visible-sm {
        display: inline-block !important;
    }
}
@media screen and (max-width: 767px) {
    #footer .container .row .dropdown .ezxmltext-field {
        padding-top: 10px;
    }
    .layout-fluid #header .container .logo-container {
        padding-top: 0px;
    }
    .layout-fluid #header .container .logo {
        display: none;
    }
    .layout-fluid #header .container .logo.logo_mobile, .layout-fluid #header .container .logo.logo_mobile img {
        display: block;
        padding-top: 3px;
        background: none;
    }
}
@media screen and (min-width: 768px) {
    .page-crossroads .block-offer {
        margin-bottom: 15px;
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 15px;
    }
    .product-page .contact.logged-in .push.col-md-12 .content {
        width: 100%;
        display: table-cell;
    }
    .section-simple-content .iframe-wrapper iframe {
        position: relative;
    }

    .section-simple-content .iframe-wrapper {
        padding-bottom: 0;
        height: auto;
    }
    .page-crossroads .interblock.with-images .interblock-links .link .icon {
        display: none !important;
    }
    .layout-fluid #header .container .logo.logo_mobile {
        display: none;
    }
    .ariane .home.active a span span {
        display: inline !important;
    }
    .ariane ul.main > li:first-child + li {
        padding-left: 30px;
    }
    li.spacer a:before {
        height: 35px;
        left: 0;
        line-height: 35px;
        position: absolute;
        text-align: center;
        width: 30px;
    }
    .ariane ul.main > li:first-child + li.last span:before {
        height: 35px;
        left: 0;
        line-height: 35px;
        position: absolute;
        text-align: center;
        width: 30px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .section-simple-content .actions-wrapper .cta.visible-md,
    .section-simple-content .actions-wrapper .cta.visible-lg.visible-md,
    .section-simple-content .actions-wrapper .cta.visible-md.visible-lg,
    .section-simple-content .actions-wrapper .cta.visible-sm.visible-md,
    .section-simple-content .actions-wrapper .cta.visible-xs.visible-md {
        display: inline-block !important;
    }
}
@media screen and (max-width: 999px) {
    .layout-fluid #header .off-canvas .inner .speed-links li.show_contact_hp {
        display: block !important;
    }
}
@media (min-width: 1000px) {
    .section-simple-content .actions-wrapper .cta.visible-lg,
    .section-simple-content .actions-wrapper .cta.visible-md.visible-lg,
    .section-simple-content .actions-wrapper .cta.visible-lg.visible-md,
    .section-simple-content .actions-wrapper .cta.visible-sm.visible-lg,
    .section-simple-content .actions-wrapper .cta.visible-xs.visible-lg {
        display: inline-block !important;
    }
    .tooltip-contact {
        display: none;
    }
}

.page-contact.logged .contact-informations .address {
    background: url("../assets/themes/ccoop_theme/images/app/contact/pin-map-small.png") no-repeat left top;
}
