@import "adhesion/cards.css";
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
.container h1 {
  margin-top: 0;
}
.turn45 {
  transform: rotate(45deg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}
.roboto {
  font-family: 'Roboto Condensed', sans-serif;
}
iframe,
video,
img {
  max-width: 100%;
}
.line {
  padding-bottom: 1em;
  background: url('/assets/img/theme/h2_line.png') no-repeat left bottom;
}
body.modal-open {
  margin-right: 0 !important;
  padding-right: 15px !important;
}
.uc {
  text-transform: uppercase;
}
.txt-10 {
  font-size: 10px;
}
.txt-12 {
  font-size: 12px;
}
.txt-14 {
  font-size: 14px;
}
.txt-16 {
  font-size: 16px;
}
.txt-18 {
  font-size: 18px;
}
body {
  background: #ffffff;
  /* Old browsers */
}
body > .header a,
body > .footer a {
  color: black;
}
body > .header a:hover,
body > .footer a:hover {
  color: #818181;
}
.content-home {
  padding-top: 20px;
}
.alert-warning a {
  color: #8a6d3b;
  text-decoration: underline;
}
.alert-warning a:hover {
  color: #333;
}
figure {
  display: table;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  color: #999;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding-top: 7px;
}
.article-content table {
  table-layout: fixed;
  width: 100%;
}
#breadcrumb {
  position: relative;
  z-index: 75;
  padding: 0;
  top: 92px;
  transition: all 150ms ease-in-out;
}
#breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
  display: inline;
  font-size: 1.1rem;
}
#breadcrumb ul li:last-child {
  color: #0084CF;
}
#breadcrumb ul li:before {
  content: ">";
  padding: 0 5px;
  color: #999;
}
#breadcrumb ul li:first-child:before {
  content: "";
  padding: 0;
}
#breadcrumb ul li a {
  color: #999;
}
.user-logged #breadcrumb {
  top: 125px;
}
.reduced-header #breadcrumb {
  top: 62px;
}
.reduced-header.user-logged #breadcrumb {
  top: 82px;
}
#home-slideshow img {
  width: 100%;
}
#home-slideshow ul {
  padding: 0;
  list-style: none;
}
#home-slideshow .bx-wrapper {
  position: relative;
}
#home-slideshow .bx-controls {
  z-index: 1000;
  position: absolute;
  right: 10px;
  bottom: 80px;
}
#home-slideshow .prev-slide,
#home-slideshow .next-slide {
  opacity: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 50px;
  z-index: 9999;
  top: 50%;
  padding-right: 45px;
  cursor: pointer;
  background: url('/assets/img/theme/slide_arrows.png') no-repeat;
  background-position: -15px -35px;
  transition: opacity 100ms ease-in-out;
}
#home-slideshow:hover .prev-slide,
#home-slideshow:hover .next-slide {
  opacity: 1;
}
#home-slideshow .prev-slide:hover {
  background-position: -135px -35px;
}
#home-slideshow .next-slide {
  right: 0;
  background-position: -75px -35px;
}
#home-slideshow .next-slide:hover {
  background-position: -195px -35px;
}
#home-slideshow .bx-wrapper .caption {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  height: 125px;
  width: 100%;
}
#home-slideshow .bx-wrapper .caption p {
  font-size: 2rem;
  opacity: 0.8;
}
#home-slideshow .bx-wrapper .caption a {
  font-family: 'Roboto Condensed', sans-serif;
  transition: background 100ms ease-in-out;
  color: #333;
  display: block;
  padding: 5px 10px 10px 10px;
  height: 100%;
}
#home-slideshow .bx-wrapper .caption a h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #0383fb;
  margin-bottom: 5px;
}
#home-slideshow .bx-wrapper .caption a:hover {
  text-decoration: none;
  color: #1d3644;
  border-radius: 5px;
}
#home-slideshow .bx-wrapper .caption a:hover h2 {
  color: #1d3644;
}
#home-slideshow .bx-wrapper .caption a .fa {
  opacity: 0.8;
}
#home-slideshow #bx-pager a {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  font-size: 15px;
  color: #666;
  transition: all 150ms ease-in-out;
  padding: 10px;
  width: 100%;
  height: 100%;
}
#home-slideshow #bx-pager a:hover {
  background: #FFF;
}
#home-slideshow #bx-pager a.active {
  color: #333;
  background: #cfcfcf !important;
  font-weight: bold;
}
#home-slideshow #bx-pager a span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
#slideshop .img-product {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
#home-slideshow .bx-pager-item,
#slideshop .bx-pager-item {
  display: inline-block;
  margin-left: 7px;
}
#home-slideshow .bx-pager-item .bx-pager-link,
#slideshop .bx-pager-item .bx-pager-link {
  background: #BABABA;
  width: 7px;
  height: 7px;
  border-radius: 6px;
  display: block;
  margin: 0;
  outline: 0 none;
  color: transparent;
}
#home-slideshow .bx-pager-item .bx-pager-link.active,
#slideshop .bx-pager-item .bx-pager-link.active {
  background: #0383fb;
}
@media screen and (max-width: 767px) {
  #home-slideshow .bx-wrapper .caption h2 {
    font-size: 14px;
  }
  #home-slideshow .bx-wrapper .caption p {
    font-size: 11px;
    opacity: 0.8;
  }
  #home-slideshow .prev-slide,
  #home-slideshow .next-slide {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  #home-slideshow #bx-pager a {
    font-size: 12px;
  }
}
#slideshow {
  height: 370px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#slideshow ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#list_img {
  height: 370px;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: auto;
}
#list_img li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 370px;
  width: 848px;
}
#slideshow_content {
  background: url("/assets/img/theme/bg_slider_content.png") repeat scroll left top rgba(0, 0, 0, 0);
  bottom: 0;
  color: white;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 75%;
  top: 0;
}
#slideshow_content .list {
  height: 340px;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: auto;
}
#slideshow_content .list li {
  display: inline-block;
  height: 340px;
  padding: 20px;
  width: 212px;
  white-space: normal;
}
#slideshow_content .list span {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
#slideshow_content .list h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
#slideshow_content .list p {
  line-height: 110%;
}
#slideshow_content .list a {
  background: url("/assets/img/theme/ico_read_more.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: white;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding-right: 26px;
}
#slideshow_content .nav {
  bottom: 5px;
  position: absolute;
  right: 10px;
}
#slideshow_content .nav li {
  background-color: #bababa;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-left: 0;
  margin-right: 5px;
  width: 12px;
}
#slideshow_content .nav li.activ {
  background-color: #ffd000;
}
#main-content {
  padding-top: 105px;
  transition: all 150ms ease-in-out;
}
.home #main-content {
  padding-top: 0;
}
body > header {
  position: fixed;
  z-index: 10000;
  max-height: 85px;
  width: 100%;
}
body > header .yellow-line {
  background: #FECE00;
  height: 26px;
  line-height: 26px;
  font-size: 1.2rem;
  color: #5d5146;
  position: relative;
  z-index: 999;
  transition: all 150ms ease-in-out;
  overflow: hidden;
}
body > header .yellow-line ul {
  display: inline-block;
  margin: 0;
}
body > header .yellow-line ul li {
  display: inline;
  margin-right: 5px;
  padding: 0;
}
body > header .yellow-line ul li a {
  color: #5d5146;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
body > header .yellow-line ul li a:hover {
  color: #000;
}
body > header .yellow-line .social ul {
  display: inline-block;
  margin: 0;
}
body > header .yellow-line .social ul li {
  margin-right: 0;
  margin-left: 5px;
}
body > header .blue-line {
  position: relative;
  z-index: 1000;
  background: #00458A;
  height: 60px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  transition: all 150ms ease-in-out;
}
body > header .blue-line .header-menu {
  display: flex;
}
body > header .blue-line .header-menu > nav {
  flex-grow: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
body > header .blue-line .header-menu > nav > ul > li {
  align-items: center;
  justify-content: center;
  flex: 1;
}
body > header .blue-line .header-menu > nav > ul > li:hover {
  background: #0080CB;
  transition: all 150ms ease;
}
body > header .blue-line .header-menu > nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  height: 59px;
  text-align: center;
  color: #FFF;
  padding: 0 1.2em;
  font-size: 1.1em;
  line-height: 1.2em;
  transition: all 150ms ease;
}
body > header .blue-line .header-menu .logo,
body > header .blue-line .header-menu .actions {
  flex-grow: 0;
}
body > header .blue-line .header-menu .logo {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding-right: 10px;
  justify-content: flex-start;
  align-items: center;
  transition: all 150ms ease-in-out;
}
body > header .blue-line .header-menu .logo img {
  margin-right: 7px;
  transition: all 150ms ease-in-out;
  max-height: 45px;
}
body > header .blue-line .header-menu .logo img:hover {
  opacity: 0.9;
}
body > header .blue-line .header-menu .actions {
  height: 60px;
  white-space: nowrap;
  transition: all 150ms ease-in-out;
}
body > header .blue-line .header-menu .actions .list-inline {
  margin-left: 0;
  display: flex;
  height: 60px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 5px;
  transition: all 150ms ease-in-out;
}
body > header .blue-line .header-menu .actions .list-inline > li {
  padding: 0;
  margin-left: 5px;
}
body > header .blue-line .header-menu .actions a {
  display: flex;
  font-size: 2.5rem;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #002B56;
  color: #DFDFDF;
  transition: all 150ms ease-in-out;
}
body > header .blue-line .header-menu .actions a:hover {
  color: #FFF;
}
body > header .blue-line .header-menu .actions a.active {
  color: #FFF;
  background: #000;
}
body > header .blue-line .header-menu .actions a.logged {
  background: #FECE00;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}
body > header .blue-line .header-menu .actions a.logged:hover {
  background: #eaba00;
}
body > header #main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
body > header #main-menu ul div.sub-menu {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  background: #0080CB;
  width: 100%;
  padding: 20px;
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.7);
}
body > header #main-menu > ul {
  display: flex;
}
body > header #main-menu .adhesion {
  position: relative;
}
body > header #main-menu .adhesion .sub-menu .card-block {
  text-transform: none;
  font-weight: 500;
  background: #FFF;
}
body > header #main-menu .adhesion .sub-menu .card-block.alt.autozen .card-selection {
  padding-top: 0;
}
body > header #main-menu .adhesion .sub-menu .card-block .description {
  min-height: 240px;
}
body > header #main-menu .adhesion .sub-menu .card-block .description ul.mtm {
  margin-top: 15px;
}
body > header #main-menu .adhesion .sub-menu .card-block .description ul li {
  font-weight: 500;
  text-align: left;
  font-size: 0.8em;
  padding: 0.4em 0 0.4em 7px;
  text-transform: none;
}
body > header #main-menu .adhesion .sub-menu .card-block .description ul li:before {
  color: #000;
  margin: 0 0 0 -17px;
  content: '\f046';
  font-size: 12px;
}
body > header #main-menu .adhesion .sub-menu .card-block .card-detail {
  text-align: center;
}
body > header #main-menu .adhesion .sub-menu .card-block .card-detail a {
  display: inline-block;
  height: auto;
  padding: 2px 5px;
}
body > header #main-menu .adhesion .sub-menu .card-block .big-btn {
  border: 0;
}
body > header #main-menu .adhesion .sub-menu .card-block .big-btn.smile {
  background: #004489;
  color: #FFF;
}
body > header #main-menu .adhesion .sub-menu .card-block .big-btn.smile:hover {
  background: #0055ab;
}
body > header #main-menu .adhesion .sub-menu .card-block .btn-info {
  font-size: 0.8em;
}
body > header #main-menu > ul > li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
body > header #main-menu > ul > li.selected {
  background: #0063AB;
}
body > header #main-menu > ul > li.hovered {
  background: #0080CB;
}
body > header #main-menu > ul > li > a {
  padding: 0 7px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 150ms ease-in-out;
}
body > header #main-menu > ul > li.adhesion {
  text-transform: uppercase;
  font-weight: bold;
  background: #FECE00;
}
body > header #main-menu > ul > li.adhesion a {
  font-size: 1.4rem;
  color: #333;
  text-shadow: none;
  padding: 0 12px;
}
body > header #main-menu > ul > li.adhesion a:hover {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
body > header #main-menu > ul > li div.sub-menu li a.selected {
  font-weight: bold;
  color: #0055ab;
}
@media screen and (max-width: 767px) {
  body > header #main-menu-container {
    top: 0;
  }
  body > header #main-menu > ul > li {
    max-width: none;
  }
  body > header .onoffswitch-label {
    display: none;
  }
  body > header .onoffswitch-checkbox {
    display: inherit;
  }
  body > header .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: auto;
  }
  body > header #main-menu ul div.sub-menu {
    position: relative;
  }
}
@media screen and (min-width: 767px) {
  body > header #main-menu > ul > li.hovered .sub-menu {
    display: block !important;
  }
}
body > header #main-menu .sub-menu-add a {
  border-left: 0;
  padding: 0;
  background: #000;
}
body > header #main-menu .sub-menu-add a img {
  opacity: 0.95;
  transition: opacity 150ms ease-in-out;
}
body > header #main-menu .sub-menu-add a:hover img {
  opacity: 1;
}
body > header #main-menu ul li a:hover {
  text-decoration: none;
}
body > header #main-menu > ul > li.hovered:after {
  content: '';
  display: block;
  background: #0080cb;
  height: 10px;
  z-index: 115;
  position: relative;
}
body > header #main-menu ul div.sub-menu:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px -20px 0 -20px;
}
body > header #main-menu ul div.sub-menu .sub-menu-list {
  margin-top: -11px;
}
body > header #main-menu ul div.sub-menu .sub-menu-list:before {
  content: " ";
  display: block;
  width: 36px;
  height: 11px;
  margin-left: 25px;
  background: url('/assets/img/theme/header/fleche.jpg') no-repeat top center;
}
body > header #main-menu ul div.sub-menu ul {
  background: #FFF;
  width: 100%;
}
body > header #main-menu ul li div.sub-menu li {
  display: block;
  height: auto;
}
body > header #main-menu ul li div.sub-menu li:first-child {
  padding-top: 15px;
}
body > header #main-menu ul li div.sub-menu li:last-child {
  padding-bottom: 15px;
}
body > header #main-menu ul li div.sub-menu li:hover {
  background: none;
}
body > header #main-menu ul li div.sub-menu li:before {
  font-family: 'FontAwesome';
  content: "\f18e";
  display: inline-block;
  position: absolute;
  margin: 6px 17px;
  font-size: 16px;
  color: #0080CB;
}
body > header #main-menu ul li div.sub-menu li a {
  display: block;
  height: auto;
  text-align: left;
  color: #333;
  text-shadow: none;
  font-size: 16px;
  padding: 0.4em 42px;
  border-left: 0;
  margin: 0;
}
body > header #main-menu ul li div.sub-menu li a:hover {
  background: none;
  color: #0080CB;
}
body > header .sub-menu-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  font-size: 24px;
  padding-bottom: 20px;
  text-transform: none;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
body > header .search-button.active {
  background: #000;
  color: #FFF;
}
body > header .searchbar {
  position: absolute;
  width: 100%;
  background: #002B56;
  z-index: 998;
  transform: translateY(-100%);
  transition: all 200ms ease-in-out;
}
body > header .searchbar .commonsearch {
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 7px;
}
body > header .searchbar .commonsearch strong {
  text-transform: uppercase;
}
body > header .searchbar .commonsearch a {
  color: #9ec8de;
}
body > header .searchbar .commonsearch a:hover {
  color: #FFF;
  text-decoration: none;
}
body > header .searchbar .row {
  display: flex;
  height: 60px;
  align-items: center;
}
body > header .searchbar.visible {
  display: block;
  transform: translateY(0);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
body > header .searchbar .btn.blue {
  padding: 7px 10px;
}
body > header .login-button.active {
  background: #000;
  color: #FFF;
}
body > header .loginbar {
  position: absolute;
  width: 100%;
  background: #002B56;
  z-index: 997;
  transform: translateY(-100%);
  transition: all 150ms ease-in-out;
}
body > header .loginbar .name {
  color: #FECE00;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-items: center;
  font-size: 2rem;
}
body > header .loginbar .btn {
  font-family: 'Roboto Condensed', sans-serif;
}
body > header .loginbar .btn.btn-yellow {
  text-transform: uppercase;
}
body > header .loginbar .row {
  display: flex;
  align-items: top;
  padding-top: 15px;
  padding-bottom: 15px;
}
body > header .loginbar.logged .row {
  padding-top: 0;
  padding-bottom: 0;
}
body > header .loginbar .form-flex {
  display: flex;
  align-items: top;
}
body > header .loginbar .form-flex div.form-group {
  flex-grow: 1;
  margin: 0 10px 0 0;
  padding: 0;
}
body > header .loginbar .form-flex div.form-group:last-child {
  flex-grow: 0;
  margin: 0;
}
body > header .loginbar .form-flex a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
body > header .loginbar .form-flex a:hover {
  text-decoration: underline;
}
body > header .loginbar .form-flex label {
  color: #FFF;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0;
}
body > header .loginbar.logged,
body > header .loginbar.visible {
  transform: translateY(0);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
body > header .user-menu {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
body > header .user-menu li {
  flex-grow: 1;
  text-align: center;
  padding: 0;
}
body > header .user-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b7c8d8;
  height: 50px;
  transition: all 150ms ease-in-out;
}
body > header .user-menu li a:hover {
  background: #007FCA;
  text-decoration: none;
  color: #FFF;
}
body > header .loginbar.logged .name {
  font-size: 14px;
}
body > header .loginbar.logged .user-menu {
  font-size: 12px;
}
body > header .loginbar.logged .user-menu li a {
  height: 30px;
}
.headerMain {
  height: 500px;
  background-image: url("/assets/img/theme/header/header_panneau.jpg");
  background-position-x: center;
  background-repeat: no-repeat;
  background-position-y: top;
}
.headerMain .container {
  margin-right: auto!important;
  margin-left: auto!important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 55%;
  transform: translateY(-50%);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.headerMain .container h2 {
  color: #FECE00;
  font-size: 4rem;
  font-weight: bolder;
}
.headerMain .container h2 span {
  color: white;
}
.headerMain .container h3 {
  color: white;
  font-size: 2.5rem;
}
.headerMain .panels {
  padding-top: 10px;
  display: flex;
  justify-content: space-evenly;
  text-shadow: none;
}
.headerMain .panels .panel-type {
  height: 150px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.7);
}
.headerMain .panels .panel-type .panel-body {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.postheaderMain {
  background-color: #f2f2f2;
}
.postheaderMain .container {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.postheaderMain .container .icons ul {
  display: flex;
  align-items: center;
  color: #333;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.postheaderMain .container .icons ul li {
  flex: 1;
  text-align: center;
  transition: transform 200ms ease-in-out;
}
.postheaderMain .container .icons ul li:hover {
  transform: scale(1.2);
}
.postheaderMain .container .icons ul li a {
  color: #333;
  text-decoration: none;
}
.postheaderMain .container .icons ul li p {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 750;
}
.postheaderMain .container .subnewsletters {
  padding-top: 30px;
  background-color: #e6e6e6;
  text-align: center;
}
.postheaderMain .container .subnewsletters p {
  font-weight: 700;
  font-size: 1.5rem;
}
.postheaderMain .container .subnewsletters .small {
  line-height: 12px;
  font-size: 1rem;
}
.user-logged #main-content {
  padding-top: 135px;
}
.user-logged.home #main-content {
  padding-top: 35px;
}
.btn-yellow {
  color: #333;
  font-weight: bold;
  background-color: #FECE00;
  border-color: #FECE00;
}
.btn-yellow:hover {
  background: #eaba00;
  border-color: #eaba00;
}
.btn-darkblue {
  color: #fff;
  font-weight: bold;
  background-color: #1d3644;
  border-color: #1d3644;
}
.btn-darkblue:hover {
  color: #fff;
  background: #092230;
  border-color: #092230;
}
.reduced-header .yellow-line {
  height: 0;
}
.reduced-header .blue-line {
  height: 40px;
}
.reduced-header .blue-line .header-menu .logo {
  height: 40px;
}
.reduced-header .blue-line .header-menu .logo img {
  max-height: 30px;
}
.reduced-header .blue-line .header-menu > nav > ul > li > a {
  height: 39px;
  font-size: 13px !important;
}
.reduced-header .blue-line .header-menu .actions {
  height: 40px;
}
.reduced-header .blue-line .header-menu .actions .list-inline {
  height: 40px;
}
.reduced-header .blue-line .header-menu .actions a {
  font-size: 1.4rem;
  height: 25px;
  width: 25px;
}
.reduced-header .blue-line .header-menu .actions a.logged {
  font-size: 1.4rem;
}
.reduced-header #main-content {
  padding-top: 65px !important;
}
.reduced-header.user-logged #main-content {
  padding-top: 85px !important;
}
.menu-right h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #00458A;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.menu-right h2 a {
  color: #FFF;
}
.menu-right h2:after {
  display: none;
}
.menu-right ul {
  background: url('/assets/img/theme/arrow_blue.svg') top no-repeat #FFF;
  padding: 25px 10px 10px 10px;
  border: 1px solid #CCC;
  border-top: 0;
}
.menu-right ul li a {
  border-left: 3px solid #00458A;
  padding-left: 10px;
  transition: border-left 100ms ease-in-out;
}
.menu-right ul li a:hover {
  border-left: 3px solid #7aa2f4;
}
.menu-right ul li a.selected {
  border-left: 7px solid #00458A;
}
.menu-right ul li a.selected:before {
  display: none;
}
#menu-bg {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}
.content-home .head-stage p {
  text-transform: uppercase;
}
.content-home .stages .list {
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  border-collapse: separate;
}
.content-home .stages .list tr td {
  background-color: #f39c98;
  padding: 10px;
  border-bottom: 2px solid #f0837e;
  border-top: 1px solid #FFF;
  vertical-align: middle;
  height: 60px;
}
.content-home .stages .list .dates {
  font-weight: normal;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 19px;
  padding-left: 20px;
}
.content-home .stages .list .dates strong {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.9);
  white-space: nowrap;
}
.content-home .stages .list .dates:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #F0837E;
  margin-left: -20px;
  margin-top: -10px;
}
.content-home .stages .list .lieu b {
  font-size: 16px;
  color: #333333;
}
.content-home .stages .list .prix {
  text-align: right;
  line-height: 19px;
}
.content-home .stages .list .prix s {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.content-home .stages .list .prix .red {
  font-size: 16px;
}
.content-home .stages .list .subscribe {
  text-align: right;
}
.content-home .head-stage {
  background: #f0837e;
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 10px 10px;
}
.content-home .head-stage .head-stage-title {
  color: #333;
  display: block;
  padding-left: 58px;
  min-height: 45px;
  background: url("/assets/img/theme/ico_licence.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.content-home .head-stage .small {
  color: #444;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
.content-home .head-stage p {
  margin-bottom: 0;
}
.content-home .head-stage form {
  padding: 10px 0 10px;
}
.content-home .head-stage input.input-lg[type="text"] {
  color: #666666;
  font-family: "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.content-home .head-stage button.btn.blue.btn-default.input-lg[type="submit"] {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.content-home .head-stage #locate.loc::before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 300;
  padding-right: 7px;
}
.content-home .head-stage .select2-container.input-lg .select2-choice {
  border-radius: 0;
}
.content-home #locate {
  margin-left: 10px;
}
.parrainage h2 {
  margin: 0;
  padding-bottom: 0;
}
.parrainage h2 a.sponsor {
  color: rgba(0, 0, 0, 0.6);
  background: none;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: #FECE00;
  min-height: auto;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
.parrainage h2 a.sponsor:hover {
  color: #FFF;
  color: rgba(0, 0, 0, 0.8);
}
.parrainage h2:after {
  display: none;
}
.parrainage .content {
  background: url(/assets/img/theme/arrow_yellow.svg) top no-repeat #fff;
  padding: 25px 10px 10px 10px;
  border: 1px solid #CCC;
  border-top: 0;
}
.parrainage .content p {
  font-size: 14px;
}
.parrainage .btn {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/************************** WIDGET SONDAGE **************************/
.widget-sondage {
  background: #FFF;
  border: 1px solid #CCC;
}
.widget-sondage h2 {
  margin: 0;
  padding-bottom: 0;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: #002b56;
  min-height: auto;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
.widget-sondage h2:after {
  background: url(/assets/img/theme/arrow_darkblue.svg) top no-repeat #fff;
  padding: 25px 10px 10px 10px;
  bottom: auto;
  margin-left: -10px;
}
.widget-sondage .intro {
  padding: 10px;
  margin-top: 20px;
}
.widget-sondage .intro p {
  font-family: "roboto Condensed", sans-serif;
  font-size: 12px;
}
.widget-sondage .question {
  font-family: "roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
  color: #333;
}
.widget-sondage .answers {
  padding: 10px;
  border-radius: 0 0 4px 4px;
}
.survey-detail img {
  float: left;
  margin-right: 15px;
}
.survey-right {
  overflow: hidden;
}
.survey-right .survey-question {
  font-family: "roboto Condensed", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px;
  background: #004691;
  color: #FFF;
  text-align: center;
}
.survey-result .progress {
  background-color: #91c6ff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.survey-result-container {
  padding: 10px;
  background: #F0f0f0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.widget-sondage .survey-result-container {
  padding: 0;
  background: none;
  border-right: 0;
  border-bottom: 0;
}
.survey-result-title {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}
.widget-sondage .survey-result-title {
  display: none;
}
.survey-result {
  position: relative;
}
.survey-result li {
  background-color: #f8f8f8;
  border-bottom: 1px solid #c7c7c7;
  margin-left: 0;
  position: relative;
}
.survey-result .choice {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.survey-result .choice strong,
.survey-result .choice div {
  padding: 9px;
  line-height: 1.2;
  vertical-align: middle;
}
.adhesion-section {
  border: 1px solid #CCC;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  text-align: center;
}
.adhesion-section img {
  transform: scale(1);
  transition: transform 100ms ease-in-out;
}
.adhesion-section img:hover {
  transform: scale(1.01);
}
#search,
#search > div {
  padding: 10px 9px;
  border: 0;
}
.two-columns #search {
  padding: 0 3px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px;
}
.two-columns #search > div {
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 0 1px;
}
.two-columns #search form {
  margin-bottom: 0;
  padding-top: 10px;
}
.home #search {
  padding: 16px 15px 14px;
}
a.mobile-shopping-cart::before {
  font-family: 'FontAwesome';
  content: "\f07a";
  color: #FFF;
}
a.mobile-shopping-cart small {
  background: url("/assets/img/theme/circle_mobile_shopping_cart.png") no-repeat scroll top rgba(0, 0, 0, 0);
  height: 15px;
  width: 15px;
  font-size: 10px;
  color: #FFF;
  margin-top: 15px;
  margin-left: -10px;
  text-decoration: none;
  text-align: center;
  position: absolute;
}
a.mobile-shopping-cart {
  text-decoration: none;
}
/***************************** <HOME> **************************/
.content-home h2 {
  color: #007FCA;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 47px;
  padding-bottom: 3px;
  padding-top: 6px;
  text-transform: uppercase;
}
.content-home .shop h2 a {
  display: block;
  padding-left: 58px;
  min-height: 45px;
  background: url("/assets/img/theme/ico_shop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.content-home h2 span {
  text-transform: none;
  color: #444444;
}
.content-home ul.list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.stages .list li {
  background-color: #f39c98;
  border-bottom: 2px solid #f0837e;
  border-top: 1px solid #f0837e;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#map {
  max-width: 100%;
  max-height: 100%;
}
#map path {
  transition: fill 0.1s, stroke 0.2s;
}
#map path:hover {
  fill: red;
  stroke: red;
}
#map path:active {
  fill: #bada55;
  stroke: #bada55;
}
.stages .list .dates {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}
.stages .list .lieu {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.stages .list .prix {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.stages .list .prix b {
  color: #d90000;
}
.content-home .stages .list .subscribe {
  color: #666666;
  font-size: 12px;
}
.stages .list .subscribe .btn {
  margin-bottom: 10px;
}
.content-home ul.avantages.row {
  background-color: #f0837e;
  border-top: 1px solid white;
  list-style: outside none none;
  margin: 0;
  padding: 0 10px;
}
.stages .avantages li {
  color: #333333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  padding: 87px 0 0;
  text-align: center;
}
.stages .avantages li.time {
  background: url("/assets/img/theme/bg_stages_time.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.stages .avantages li.certi {
  background: url("/assets/img/theme/bg_stages_certi.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.stages .avantages li.quick {
  background: url("/assets/img/theme/bg_stages_quick.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.content-home .blue_bloc {
  background-color: #007fca;
  border: 10px solid #f0837e;
  color: white;
  text-align: center;
}
.content-home .blue_bloc div {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 64px;
  text-align: left;
}
.blue_bloc div.percent {
  background: url("/assets/img/theme/aside/ico_percent.png") no-repeat scroll 5px top rgba(0, 0, 0, 0);
  height: 55px;
  margin-top: 15px;
}
.blue_bloc div span {
  font-size: 12px;
  font-weight: 400;
}
.content-home .blue_bloc .btn.black.uc {
  font-size: 13px;
}
.mainServices #slideshop {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 0px;
  background: #FFF;
}
#slideshop .shop {
  max-width: 262px;
  height: 283px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: auto;
}
#slideshop .bx-pager.bx-default-pager {
  padding-top: 5px;
  text-align: center;
}
#slideshop .shop li {
  display: inline-block;
  height: 283px;
  padding: 10px;
  width: 262px;
}
#slideshop .shop .h3 {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  height: 44px;
  display: block;
  text-align: center;
}
#slideshop h3 {
  color: #0383fb;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
}
#slideshop .h3:hover {
  text-decoration: none;
}
#slideshop .shop img {
  display: block;
  margin: 0 auto 25px;
  width: auto;
}
#slideshop .shop .prix {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
#slideshop .prix div {
  color: #444444;
  display: table-cell;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 50%;
}
#slideshop .prix div span {
  color: #666666;
  display: block;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 300;
}
#slideshop .prix div b {
  font-size: 22px;
}
#slideshop .prix .no-ad {
  border-right: 1px solid #dddddd;
}
#slideshop .shop a.btn {
  display: block;
}
#slideshop .shop a.btn::before {
  background: url("/assets/img/theme/shopping.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 18px;
  margin-bottom: -3px;
  margin-right: 7px;
  margin-top: -1px;
  width: 16px;
}
.content-home #focus {
  background-color: #004489;
  padding-bottom: 7px;
}
#focus img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
#focus h3 {
  background-color: #004489;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
  margin-left: 10px;
  margin-top: -34px;
  padding: 0 15px;
  position: relative;
  width: 73px;
  z-index: 2;
}
#focus .h4 {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 20px 10px 10px;
  display: block;
}
#focus p {
  color: white;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.decouvrir {
  margin-top: 30px;
}
.decouvrir h2 {
  background: url("/assets/img/theme/h2_line.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
  color: #007fca;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  min-height: 46px;
  padding-bottom: 20px;
  padding-left: 59px;
  line-height: 48px;
  position: relative;
  text-transform: uppercase;
}
.decouvrir h2::before {
  background: url("/assets/img/theme/ico_tools.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 46px;
}
.decouvrir h2 span {
  bottom: 14px;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
}
.decouvrir h2 .prev {
  background: url("/assets/img/theme/btn_prev_blue.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  right: 36px;
}
.decouvrir h2 .next {
  background: url("/assets/img/theme/btn_next_blue.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  right: 0;
}
.decouvrir h2 span:hover {
  opacity: 0.6;
}
.decouvrir ul {
  list-style: outside none none;
  margin: 0 -15px;
  padding: 0;
}
.decouvrir ul a {
  color: #444444;
  font-size: 16px;
}
.decouvrir ul a:hover {
  text-decoration: none;
}
.decouvrir ul img {
  height: auto;
  width: 100%;
}
.decouvrir ul h3 {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}
.decouvrir ul p {
  line-height: 120%;
}
#partner_bar {
  background-color: white;
  margin-top: 30px;
}
#partner_bar .h2 {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
}
#partner_bar .title a {
  background: url("/assets/img/theme/ico_see_all.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #666666;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-right: 26px;
  text-decoration: none;
}
#partner_bar .ico_partn {
  margin-top: 10px;
}
#partner_bar .ico_partn li {
  width: 150px;
  margin: 15px;
}
#partner_bar .ico_partn a {
  display: block;
  width: 150px;
  height: 70px;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}
#partner_bar .ico_partn li a span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  padding: 7px;
  color: white;
  width: 150px;
  height: 70px;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Roboto Condensed", sans-serif;
  top: 0;
  transition: top 200ms ease-in-out;
}
#partner_bar .ico_partn li a:hover {
  text-decoration: none;
}
#partner_bar .ico_partn li a:hover span {
  top: -70px;
}
#partner_bar img {
  display: inline-block;
}
img.grayscale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
img.grayscale:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
}
/***************************** </HOME> **************************/
.gray-light {
  background-color: #e7e7e7;
}
.gray-light + .container > .row .col-md-8 {
  margin-top: 10px;
}
.txt-gray-light .col-md-6 {
  font-size: 80%;
}
.login-form {
  background-color: #ffd521;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  position: absolute;
  right: 0;
  z-index: 120;
  min-height: 219px;
}
.login-form form {
  font-size: 80%;
}
.login-form .h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase;
}
.login-form .form-group {
  margin-bottom: 10px;
}
.login-form .form-group.login {
  background: url("/assets/img/theme/header/espace_membre.png") no-repeat 5px 5px;
  padding-left: 27px;
}
.login-form .form-group.passwd {
  background: url("/assets/img/theme/header/espace_membre.png") no-repeat 5px -32px;
  margin-bottom: 15px;
  padding-left: 27px;
}
.login-form a {
  color: #43464b;
}
.login-form.logged {
  color: #FFF;
  padding: 0;
  box-shadow: none;
}
.login-form.logged .user-menu {
  background: #AF8E31;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.login-form.logged .user-menu span {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: default;
}
.login-form.logged .user-menu span:after {
  font-family: 'FontAwesome';
  /* content: "\f0c9"; */
  content: "\f13a";
  float: right;
  text-shadow: none;
  color: #444;
}
.login-form.logged .user-menu:hover span:after {
  color: #FFF;
  transition: color 200ms ease-in-out;
}
.login-form.logged .hover {
  position: absolute;
  padding: 0 15px;
  background-color: #0080CB;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.login-form.logged .h3 {
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}
.login-form.logged ul {
  display: none;
  margin-top: 15px;
}
.login-form.logged ul li {
  list-style: none;
}
.login-form.logged ul li a {
  text-decoration: none;
  color: #FFF !important;
}
.login-form.logged ul li a.selected,
.login-form.logged ul li a.selected:before {
  color: #333 !important;
}
.login-form.logged ul li a:hover {
  color: #444 !important;
  transition: color 100ms ease-in-out;
}
.login-form.logged ul li a:before {
  font-family: 'FontAwesome';
  content: "\f18e";
  margin-right: 5px;
  color: #FFF;
}
.login-form.logged .logout {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.login-form.logged .logout a {
  color: #FFF !important;
  font-size: 12px;
}
.login-form.logged .logout a:before {
  font-family: 'FontAwesome';
  content: "\f011";
  margin-right: 5px;
  color: #FFF;
}
.login-form.logged .user {
  font-family: 'Roboto Condensed';
  background: #AF8E31;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  padding-top: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.login-form.logged .user:before {
  background: url("/assets/img/theme/header/ico_member.png") no-repeat center center;
  content: "";
  position: absolute;
  display: block;
  width: 29px;
  height: 29px;
  left: 50%;
  margin-left: -14.5px;
  margin-top: -32px;
}
form a.lost_pass {
  color: #222222;
  font-size: 11px;
  text-decoration: underline;
}
.login-form ul {
  list-style: outside none none;
  padding: 0;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  background: none repeat scroll 0 0 #eabe05;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.06) inset;
  color: #212121;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  padding: 0.35em 0.8em;
  width: 100%;
}
.login-form input:-moz-placeholder {
  color: #212121;
}
.login-form input::-moz-placeholder {
  color: #212121;
}
.login-form .col-md-7 a {
  font-size: 13px;
  text-decoration: underline;
}
.login-form a.big-btn.blue.uc {
  background: url("/assets/img/theme/header/ico_member.png") no-repeat scroll 6px center #0080cb;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  padding-left: 30px;
}
.login-form a.big-btn.blue.uc:hover {
  background-color: #0095ed;
}
.login-form input[type="submit"] {
  border-radius: 5px;
  float: right;
}
.login-form label {
  font-weight: normal;
}
.btn-multi-line {
  white-space: normal;
}
.btn.black {
  font-family: 'Roboto Condensed', sans-serif;
  background: #000;
  color: #FFF;
  padding: 0.2em 0.5em;
  transition: all 150ms ease;
}
.btn.black:hover {
  background: #333;
  transition: all 150ms ease;
}
.big-btn {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  font-size: 1.5em;
}
.btn.btn-action:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 0.5em;
}
.light {
  font-weight: 100;
}
.blue {
  color: #0080CB;
}
.medium {
  font-size: 1.4em;
}
.sub-menu a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  padding: 0.2em 0;
  display: block;
}
.sub-menu a:hover {
  color: #0080CB;
  text-decoration: none;
}
aside .sub-menu a {
  text-transform: uppercase;
}
aside .sub-menu a.selected {
  font-weight: bold;
}
aside .sub-menu a.selected:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 3px;
}
aside .sub-menu a.selected:hover {
  color: #333;
  cursor: default;
}
.big-btn.blue,
.btn.blue {
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #0080CB;
  border: 0;
  transition: all 150ms ease;
  font-weight: normal;
}
.big-btn.blue:hover,
.btn.blue:hover {
  color: #FFF;
  background: #0095ed;
  transition: all 150ms ease;
}
a.big-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
a.big-btn:hover {
  text-decoration: none;
}
a.big-btn.blue:hover {
  color: #FFF !important;
}
.adhesion-tunnel {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FFF;
  border: 10px solid #FFF;
  border-radius: 10px;
}
.adhesion-tunnel table {
  width: 100%;
}
.adhesion-tunnel.alt {
  margin-bottom: 0;
  border: 0;
}
.adhesion-tunnel td h3 {
  margin-top: 0;
}
.adhesion-tunnel td {
  vertical-align: top;
  padding: 1em 3em;
  width: 50%;
}
.adhesion-tunnel tr:first-child td:first-child {
  border-right: 1px dotted #999;
}
.spec-optional {
  color: #666666;
}
.section {
  background: #FFF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #434343;
}
.section h2,
.section h3 {
  font-size: 24px;
  margin: 0;
  color: #0080CB;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#search_input {
  padding: 5px 5px 5px 35px;
}
#search input.form-control {
  border-color: #dddddd;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  color: #666666;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  height: 32px;
}
#search_input + span {
  position: absolute;
  top: 6px;
  left: 25px;
  font-size: 120%;
}
#login-form input[type="submit"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.join a {
  color: #818181;
  text-decoration: underline;
}
.clickable {
  cursor: pointer;
}
.two-columns #main-content > .container {
  padding: 0;
  display: table;
}
.two-columns #main-content > .container > .row:first-child {
  display: table-row;
}
.two-columns #main-content > .container > .row:first-child > div:first-child {
  display: table-cell;
  float: none;
  vertical-align: top;
  max-width: 848px;
}
.two-columns aside {
  display: table-cell;
  float: none;
  vertical-align: top;
}
aside section {
  margin-bottom: 20px;
}
.home aside section:first-child {
  margin-top: 0;
}
aside h2 {
  color: #ac8c40;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
aside h2:after {
  position: absolute;
  display: block;
  content: '';
  background: url("/assets/img/theme/h2_line.png") no-repeat left bottom;
  height: 6px;
  width: 100%;
  bottom: 0;
}
aside h2.blue {
  font-weight: 400;
  font-size: 20px;
}
aside a.percent,
aside a.card,
aside a.sponsor,
aside a.juridique {
  color: inherit;
  display: block;
  min-height: 58px;
  padding-left: 59px;
}
aside a.juridique {
  vertical-align: middle;
}
aside a.percent {
  background: url("/assets/img/theme/table_ico/percent.png") no-repeat left top;
}
aside a.card {
  background: url("/assets/img/theme/table_ico/card.png") no-repeat left top;
}
aside a.sponsor {
  background: url("/assets/img/theme/table_ico/twopers.png") no-repeat left top;
}
aside a.juridique {
  background: url("/assets/img/theme/table_ico/juridic.png") no-repeat left top;
}
aside a.percent:after,
aside a.card:after,
aside a.sponsor:after,
aside a.juridique:after {
  margin-left: -59px;
}
aside h3 {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
aside p {
  color: #444444;
  font-size: 16px;
}
aside .list_formu {
  list-style: outside none none;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}
aside .list_privi.row {
  list-style: outside none none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
aside .list_privi li {
  margin-bottom: 10px;
}
aside .list_privi a {
  display: block;
  position: relative;
}
aside .list_privi img {
  transition: all 200ms ease-in-out;
  height: auto;
}
aside .list_privi a h3 {
  background: url("/assets/img/theme/aside/bg_h3.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  bottom: 0;
  color: white;
  display: table;
  font-size: 15px;
  height: 53px;
  left: 0;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
aside .list_privi a h3 span {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  transition: all 200ms ease-in-out;
}
aside .list_privi a:hover img {
  opacity: 0.8;
}
aside .list_privi a:hover h3 span {
  background: rgba(0, 69, 138, 0.8);
}
aside .list_formu li {
  background: url("/assets/img/theme/arrow_list_formu.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  margin-bottom: 35px;
}
aside .list_formu li:hover a {
  padding-left: 10px;
  color: #333;
}
aside .list_formu a {
  color: #666666;
  display: block;
  padding-right: 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
aside .list_formu a::after {
  clear: both;
  float: none;
}
aside .list_formu a img {
  float: left;
  margin-right: 6px;
}
aside .list_formu a h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
aside .list_formu a span {
  font-size: 12px;
}
aside .list_formu a b {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 32px;
}
aside .list_formu a b span {
  font-size: 15px;
}
aside .see_all {
  text-align: right;
}
aside .see_all a {
  color: #666666;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 20px;
  padding-right: 25px;
}
aside .see_all a:after {
  content: '\f0a9';
  font-family: 'FontAwesome';
  font-size: 22px;
  position: absolute;
  margin-left: 5px;
  color: #AC8C41;
}
aside .see_all a.blue:after {
  color: #0080cb;
}
aside .contact {
  background: #00458a;
  text-align: center;
  padding: 10px 0px;
  color: white;
  border-radius: 5px;
  margin-bottom: 40px;
}
aside .contact p {
  color: white;
}
aside .contact h4 {
  color: #ffce00;
}
aside .contact a {
  color: #ffce00;
  line-height: 3;
}
aside .contact b {
  background: url("/assets/img/theme/footer/phone.jpg") no-repeat scroll 13px 4px rgba(0, 0, 0, 0);
  font-size: 26px;
  padding-left: 45px;
  padding-right: 15px;
  border: 1px solid white;
  border-radius: 19px;
}
aside .contact span {
  font-size: 10px;
}
ul.gold_arrowed {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.gold_arrowed li a {
  display: block;
  color: #666666;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
}
ul.gold_arrowed li a:before {
  color: #AC8C41;
  content: "\f18e";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
ul.gold_arrowed li {
  padding-left: 20px;
  position: relative;
}
/*****************************************************
* Vinci
*/
aside .vinci {
  background: #00458a;
  padding: 10px 0px;
  color: white;
  border-radius: 5px;
  margin-bottom: 40px;
}
ul.white_arrowed {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.white_arrowed li a {
  display: block;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
}
ul.white_arrowed li a:before {
  padding-left: 10px;
  color: #fece00;
  content: "\f18e";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
ul.white_arrowed li {
  padding-left: 30px;
  position: relative;
}
aside .vinci a.card {
  padding-left: 65px;
  padding-top: 5px;
  color: #ffffff;
  background: url("/assets/img/theme/table_ico/card.png") no-repeat 5% 50%;
}
/*****************************************************
* Article
*/
article footer li:before {
  content: "" !important;
}
article .article-author {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #666;
}
article .article-content {
  font-size: 1.1em;
  line-height: 1.7em;
  color: #444;
}
article h2,
article h3,
article h4,
.offer-modal h2,
.offer-modal h3,
.offer-modal h4 {
  color: #0080CB;
}
.offer-modal .modal-body h2:first-child {
  margin-top: 0;
}
article h2,
.offer-modal h2 {
  font-size: 23px;
}
article h3,
.offer-modal h3 {
  font-size: 20px;
}
article h4,
.offer-modal h4 {
  font-size: 18px;
}
/*
* ShareThis buttons
*/
article footer .stButton {
  vertical-align: middle !important;
}
/*
* Page footer
*
*/
.footer {
  margin-top: 30px;
  font-size: 80%;
}
.footer_row {
  background: #00458A;
  color: #FFF;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1500;
}
.footer_row .col-md-4 {
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
}
.footer_row .adresse {
  text-align: left;
}
.footer_row .adresse a,
.footer_row .adresse a:hover {
  color: white;
  text-decoration: none;
}
.footer_row .adresse .siteslinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer_row .adresse h4 {
  color: #FFCE00;
  padding-top: 20px;
}
.footer_row .ggmap img {
  margin-top: 40px;
}
.footer_row .adresse > span {
  display: inline-block;
  position: relative;
  height: 38px;
  font-weight: 700;
  border: 1px solid white;
  border-radius: 19px;
}
.footer_row .adresse > .text-number {
  font-size: 8px;
}
.footer_row .adresse ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  justify-content: left;
  list-style: none;
}
.footer_row .adresse ul li img {
  border-radius: 20px;
  width: 30px;
}
.footer_row .adresse > span span {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 4px;
  padding-right: 4px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  border-left: 2px solid white;
}
.footer_row .adresse .see_all {
  display: inline-block;
  line-height: 20px;
  padding-right: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFCE00;
  background: url(/assets/img/theme/footer/see_all_yellow.png) no-repeat right center;
}
#form_newsletter_inscription {
  display: inline-block;
  max-width: 300px;
}
#form_newsletter_inscription input.form-control {
  height: 32px;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#form_newsletter_inscription button {
  text-transform: uppercase;
}
/*
* Footer footer
*/
.footer .high {
  padding: 15px;
}
.footer .over_menu {
  padding-top: 28px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.footer .over_menu > div {
  text-align: center;
}
.footer .bottom .fia {
  display: inline-block;
  width: 94px;
  height: 95px;
  background: url(/assets/img/theme/footer/FIA.png) no-repeat left top;
  text-indent: -4000px;
}
.footer .over_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer .over_menu li {
  display: inline-block;
  margin: 0 9px;
}
.footer .bottom .h4 {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #004489;
  text-align: center;
}
.footer .bottom nav .h5 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444444;
}
.footer .bottom nav ul {
  padding-left: 15px;
}
.footer .bottom nav .h5 a {
  color: #444444;
}
.footer .bottom nav .h5.pressarea a {
  display: inline-block;
  line-height: 23px;
  padding-left: 35px;
  color: #444444;
  background: url(/assets/img/theme/ico/pressarea.png) no-repeat left top;
}
.last_menu {
  padding-top: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E0E0E0;
}
.footer .bottom .last_menu nav .h5 {
  display: inline;
  text-transform: none;
}
.last_menu nav ul,
.very_last_menu nav ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.last_menu nav li,
.very_last_menu nav li {
  display: inline-block;
  margin-right: 5px;
}
.last_menu nav li::after,
.very_last_menu nav li::after {
  content: '|';
  margin-left: 7px;
}
.last_menu nav li:last-child::after,
.very_last_menu nav li:last-child::after {
  content: '';
  margin-left: 0px;
}
.verylastmenu {
  background-color: #000;
}
.very_last_menu {
  color: white!important;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
.very_last_menu a,
.very_last_menu a:hover {
  color: white!important;
}
.very_last_menu nav {
  position: relative;
  padding-right: 12px;
}
#overlay_menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(/assets/img/theme/original/bg_overlay.png) repeat left top;
  z-index: 99;
  cursor: pointer;
}
.footer_row .adresse > span {
  font-size: 12px;
  padding: 10px;
}
.footer_row .adresse .tel {
  font-size: 28px;
  color: #FFCE00;
  font-weight: 700;
}
.datepicker.dropdown-menu {
  z-index: 1501;
}
/* CSS ADVISA FOOTER LINK */
.copyright-advisa {
  /* position: relative; */
  position: absolute;
  top: -6px;
  right: 0;
  width: 7px;
  height: 24px;
  background: url(/assets/img/copyright_advisa/logo_advisa.png) no-repeat left 2px;
}
* html .copyright-advisa {
  background-image: url(/assets/img/copyright_advisa/logo_advisa.gif);
}
table.copyright-over {
  display: none;
  position: absolute;
  left: -129px;
  font-family: Arial, Verdana, Helvetica, sans serif;
  font-size: 11px;
  line-height: 100%;
  color: #fff;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
* html table.copyright-over {
  right: -9px;
}
table.copyright-over td {
  padding: 0;
  vertical-align: top;
}
.copyright-over .copyright-text {
  height: 24px;
  width: auto !important;
  background: url(/assets/img/copyright_advisa/bg_over_left.png) no-repeat;
  text-align: center;
  padding: 8px 10px 0 10px;
}
* html .copyright-over .copyright-text {
  height: 18px;
  background-image: none;
  background: #CC006B;
}
.copyright-over a {
  color: #fff;
  text-decoration: none;
}
.copyright-over img {
  border: 0;
  padding: 0;
  margin: 0;
}
.copyright-over .copyright-img {
  padding: 0 6px 6px 0;
  background-image: url(/assets/img/copyright_advisa/bg_over_right.png);
}
* html .copyright-over .copyright-img {
  background-image: none;
  padding: 0;
}
.address-box h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.address-box p {
  margin-bottom: 0;
}
/*************************************************************************************/
.prevent-overflow {
  word-wrap: break-word;
}
.borderless tbody tr td,
.borderless thead tr th {
  border: none;
}
.hide-indicators li {
  visibility: hidden;
}
.treeview .glyphicon-plus,
.treeview .glyphicon-minus {
  cursor: pointer;
}
.required label:after {
  content: " *";
  color: red;
  position: absolute;
  margin-left: 5px;
}
.slide-article > .item > img {
  max-height: 450px;
  margin: 0 auto;
}
.resize-img {
  max-height: 450px;
  margin: 0 auto;
}
.article-head-img {
  max-height: 370px;
  padding-right: 15px;
}
.news-ticker {
  padding: 15px 0;
  height: 55px;
  overflow: hidden;
}
.news-ticker .h2 {
  background: url("/assets/img/theme/ico_presse.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #444444;
  float: left;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  padding-left: 35px;
  position: relative;
  z-index: 2;
}
.news-ticker .bx-wrapper {
  position: absolute;
  padding-left: 215px;
  padding-right: 25px;
  z-index: 1;
}
.news-ticker .bx-viewport {
  margin-top: 3px;
}
.news-ticker li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-ticker a {
  color: #444444;
}
.news-ticker p,
.news-ticker ul {
  float: left;
  margin: 0;
  padding: 0;
}
.news-ticker li {
  list-style-type: none;
}
.table-hover tbody tr:hover td {
  background: #d5e9fa;
  cursor: pointer;
}
.highlight {
  background-color: #ffce00;
}
.dl-horizontal > dt {
  text-align: left;
  width: 100px;
}
.dl-horizontal > dd {
  margin-left: 0px;
}
/********************* ACCORDEON JAUNE *********************/
.yellow-tree ul.lvl-3,
.yellow-tree ul.lvl-2 {
  display: none;
}
.yellow-tree ul.lvl-1 > li {
  background: #CCC;
  margin-bottom: 15px;
  padding: 10px 15px 5px 15px;
  border-radius: 7px;
  transition: background 200ms ease-in-out;
}
.yellow-tree ul.lvl-1 > li:hover {
  background: #BBB;
}
.yellow-tree ul.blue-bg > li {
  font-family: "Roboto Condensed", sans-serif;
  background: #CCC;
  color: #333;
}
.yellow-tree ul.blue-bg > li.not-logged {
  opacity: 0.5;
}
.yellow-tree ul.blue-bg > li li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
.yellow-tree ul.lvl-1 > li > h3 {
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-right: 22px;
  cursor: pointer;
}
.yellow-tree ul.blue-bg > li > h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  cursor: pointer;
}
.yellow-tree ul.blue-bg.lvl-1 > li.not-logged > h3 {
  cursor: default;
}
.yellow-tree ul.lvl-1 > li > h3.has-child:after {
  font-family: FontAwesome;
  content: "\f078";
  right: 22px;
  position: absolute;
  color: #999;
}
.yellow-tree ul.lvl-1 > li > h3.has-child:hover:after {
  right: 22px;
}
.yellow-tree ul.lvl-1 > li > h3.opened + ul,
.yellow-tree li span.lvl-2.opened + ul {
  display: block;
}
.yellow-tree ul.lvl-1 > li > h3.has-child.opened:after {
  content: "\f077";
}
.yellow-tree ul.lvl-2 > li {
  background: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.yellow-tree ul.lvl-2 > li.no-style {
  text-transform: none;
  font-weight: normal;
}
.yellow-tree ul.lvl-2 {
  margin-top: 10px;
}
.yellow-tree ul.lvl-3 {
  margin-top: 10px;
}
.yellow-tree ul.lvl-3 > li {
  text-transform: none;
  font-weight: normal;
}
.yellow-tree ul.lvl-3 > li a {
  color: #333;
}
.yellow-tree ul.lvl-3 > li a:hover {
  color: #0080cb;
  text-decoration: none;
}
.yellow-tree li a.lvl-2,
.yellow-tree li span.lvl-2 {
  display: block;
  color: #333;
}
.yellow-tree li span.lvl-2.has-child {
  cursor: pointer;
}
.yellow-tree li a.lvl-2:after {
  font-family: FontAwesome;
  content: "\f054";
  float: right;
}
.yellow-tree li a.lvl-2:hover,
.yellow-tree li span.lvl-2.has-child:hover {
  color: #0080cb;
  text-decoration: none;
}
.yellow-tree li span.lvl-2.has-child:after {
  font-family: FontAwesome;
  content: "\f067";
  float: right;
}
.yellow-tree li span.lvl-2.has-child.opened:after {
  content: "\f068";
}
.yellow-tree li a.lvl-3,
.yellow-tree li span.lvl-3 {
  display: block;
  color: #333;
  padding: 5px 0;
}
.yellow-tree ul.lvl-3 > li:before {
  font-family: FontAwesome;
  content: "\f18e";
  margin-right: 5px;
  color: #0080cb;
  float: left;
  padding: 5px 0;
}
/********************* WIDGET LOGIN **********************/
.login-block {
  background: #FFF;
  border-radius: 7px;
  padding-bottom: 15px;
}
.login-block .title {
  background: #AF8E31;
  color: #FFF;
  text-align: center;
  border-radius: 7px;
  padding: 5px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  margin-bottom: 44px;
  line-height: 1.42857;
}
.login-block .title:after {
  display: block;
  content: "";
  width: 234px;
  height: 24px;
  left: 50%;
  background: url('/assets/img/theme/arrow_big_gold.svg') no-repeat center top;
  background-size: contain;
  position: absolute;
  margin-left: -117px;
  margin-top: 5px;
}
.login-block .intro {
  padding: 0px 20px 20px 20px;
  color: #666;
}
.lgn-row {
  display: table;
  width: 100%;
  padding-top: 15px;
}
.lgn-row .left,
.lgn-row .right {
  display: table-cell;
  width: 33%;
  padding: 0 5%;
  text-align: left;
}
.lgn-row .left {
  border-right: 1px dotted #CCC;
}
.lgn-row .create {
  vertical-align: middle;
  text-align: center;
}
.lgn-row .center {
  padding-left: 25%;
  padding-right: 25%;
}
.login-block .link {
  margin-bottom: 5px;
}
.login-block .link a {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}
.login-block .col-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.login-block .lgn_remember {
  font-weight: normal;
  font-size: 12px;
  padding: 0;
}
/***************************************** ACTUALITES ********************************************/
.categories-list {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}
.h2-actus {
  margin-top: 10px;
  margin-bottom: 15px;
}
.h2-actus span {
  color: #CCC;
}
.categories-list li {
  margin: 8px 0;
}
.categories-list li a {
  font-family: "Roboto Condensed", sans-serif;
  background: #FFF;
  border-radius: 50px;
  padding: 5px 10px;
  color: #656565;
  white-space: nowrap;
  font-size: 13px;
}
.categories-list li a.newnav {
  border: 1px solid darkcyan;
}
.categories-list li .tooltip .tooltip-inner {
  background-color: darkcyan;
}
.categories-list li .tooltip .tooltip-arrow {
  border-top: 5px solid darkcyan;
}
.categories-list li a:hover {
  text-decoration: none;
  background: #ddd;
}
.categories-list li a.selected {
  color: #fff;
  background: #656565;
}
.categories-list li a.disabled {
  color: #BBB;
}
.categories-list li a.disabled:hover {
  color: #BBB;
  background: #FFF;
  cursor: not-allowed;
}
.list-articles {
  width: 100%;
}
.list-articles:after {
  content: '';
  display: block;
  clear: both;
}
#infscr-loading {
  display: none !important;
}
.grid-sizer {
  width: 25%;
}
div.list-articles-article {
  position: relative;
  float: left;
  width: 25%;
  vertical-align: top;
  padding: 5px 10px;
  margin-bottom: 15px;
  transition: box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
div.list-articles-article.shop-article {
  width: 33%;
  height: 400px;
}
div.list-articles-article.shop-article .product-img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
div.list-articles-article.shop-article .product-img a {
  text-align: center;
}
div.list-articles-article.shop-article .product-img a img {
  width: 150px;
}
div.list-articles-article a,
div.list-articles-article a img {
  transition: all 100ms ease-in-out;
}
div.list-articles-article a:hover,
div.list-articles-article a:focus {
  color: orange;
  text-decoration: none;
}
div.list-articles-article a:hover img {
  opacity: 0.95;
}
div.list-articles-article img {
  width: 100%;
  max-width: 100%;
}
div.list-articles-article--width2 {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-sizer {
    width: 33.333%;
  }
  div.list-articles-article,
  div.list-articles-article2 {
    width: 33.333%;
  }
  div.list-articles-article--width2 {
    width: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  .grid-sizer {
    width: 100%;
  }
  div.list-articles-article,
  div.list-articles-article2 {
    width: 100%;
  }
  div.list-articles-article--width2 {
    width: 100%;
  }
  div.list-articles-article img {
    width: auto;
    max-width: 100%;
  }
  .list-articles-article h3 {
    margin-top: 0;
  }
}
div.list-articles-article:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.list-articles-article p {
  font-size: 12px;
  color: #444;
}
.article-intro {
  font-size: 12px;
  color: #444;
}
.list-articles .small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #999;
  border-bottom: 1px dotted #DDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.list-articles .small a {
  color: #999;
}
.list-articles li h3 {
  padding: 0;
  margin: 0 0 10px;
}
.read-next {
  text-align: right;
}
.read-next a {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 12px !important;
}
.read-next a:hover {
  text-decoration: none;
  color: #333;
}
.read-next a:after {
  content: "\f0a9";
  margin-left: 3px;
  font-family: "FontAwesome";
  color: #ac8c41;
}
.pagination-articles table {
  width: 100%;
}
.pagination-articles td {
  width: 33.33%;
  text-align: center;
}
.pagination-articles td:first-child {
  text-align: left;
}
.pagination-articles td:last-child {
  text-align: right;
}
.pagination-articles td:last-child a span:after,
.pagination-articles td:first-child a span:before {
  font-family: "FontAwesome";
  color: #999;
}
.pagination-articles td:last-child a span:after {
  content: "\f054";
  margin-left: 5px;
}
.pagination-articles td:first-child a span:before {
  content: "\f053";
  margin-right: 5px;
}
.article-header {
  font-family: "Roboto Condensed", sans-serif;
  color: #888;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 15px;
  margin: 15px 0 15px;
}
.article-header a {
  color: #656565;
  background: #FFF;
  border-radius: 50px;
  padding: 5px 10px;
}
.article-header a:hover {
  background: #DDD;
  text-decoration: none;
}
.article-header .right {
  float: right;
}
.article-summary {
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.article-summary p {
  font-weight: light;
  color: #444;
}
.article-summary > div.col.img {
  width: 200px;
}
.article-summary img {
  border: 1px solid #DDD;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .article-summary img {
    max-width: none;
  }
  .left-col img {
    max-width: none;
  }
}
.article-summary > div.col {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.article-buttons {
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  margin: 0 10px 10px 10px;
  padding-top: 10px;
  border-top: 1px dotted #CCC;
  color: #656565;
}
.article-buttons .left {
  float: left;
}
.article-buttons .left ul {
  display: inline;
}
.article-buttons .left ul li {
  margin: 0;
  padding: 0;
}
.article-buttons .left ul li:first-child:before {
  content: '';
}
.article-buttons .left ul li:before {
  content: "/";
  color: #ccc;
}
.article-buttons .left ul li:first-child {
  margin-left: 5px;
}
.article-buttons a,
#share-buttons-container a {
  color: #656565;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 3px;
}
.article-buttons a:hover,
#share-buttons-container a:hover {
  background: #656565;
  color: #FFF;
  text-decoration: none;
}
#car-compare {
  background: #007dcd;
  color: #FFF;
  cursor: pointer;
}
#car-compare:hover {
  background: #004489;
}
#car-compare span.nb {
  background: #FFF;
  color: #004489;
  border-radius: 50px;
  padding: 1px 7px;
  font-size: 12px;
  margin-left: 5px;
}
.list-tags a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #656565;
  background: #FFF;
  border-radius: 30px;
  padding: 5px 10px;
  text-decoration: none;
  margin-bottom: 10px;
}
.list-tags a:hover {
  background: #656565;
  color: #FFF;
}
.list-tags a span {
  background: #999;
  border-radius: 30px;
  padding: 1px 7px;
  color: #FFF;
}
.cross-article {
  background: #FFF;
}
.cross-article ul {
  padding: 10px;
}
.cross-article ul li {
  margin-bottom: 5px;
}
.cross-article ul li a {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  line-height: 1.1em;
  color: #333;
  padding: 3px 10px;
  text-decoration: none;
}
.cross-article ul li a:hover {
  background: #656565;
  color: #FFF;
  border-radius: 3px;
}
.cross-article .yellow-title {
  background: #FFCF00;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.cross-article .yellow-title .h2 {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  padding: 7px 7px 0 7px;
  margin: 0;
}
.yellow-bg-title {
  background: #FFCF00;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.cross-article .yellow-title:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  background: url('/assets/img/theme/arrow_big_yellow.svg') no-repeat center top #FFF;
  background-size: contain;
  height: 28px;
}
.cpd-panel .panel-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
}
/***************************************** STAGES PAP ********************************************/
#main-content form.find-stage {
  background: url("/assets/img/theme/ico_licence_big.png") no-repeat scroll 14px 17px #f0837e;
  margin-top: 35px;
  padding: 1px 10px 10px 84px;
  vertical-align: middle;
}
#main-content form.find-stage button[type="submit"] {
  background-color: #007fca;
  border: 0 none;
  border-radius: 4px;
  display: inline-block;
  height: 40px;
  margin: 0;
  width: 20%;
  margin-left: 15px;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#main-content form.find-stage button[type="submit"] {
  color: whitesmoke;
  font-size: 16px;
  line-height: 40px;
}
#main-content form.find-stage button[type="submit"] span {
  font-size: 24px;
}
#main-content form.find-stage::after {
  clear: both;
  content: " ";
  float: none;
}
#main-content form.find-stage .select2 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: white;
  border-color: #ccc;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
  color: #666666;
  display: block;
  float: left;
  font-size: 14px;
  height: 40px;
  width: 65%;
}
#main-content form.find-stage .select2-container .select2-choice {
  height: 38px;
  line-height: 1.42857;
}
#main-content .find-stage h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}
#main-content .find-stage fa {
  color: #ccc;
}
.rs_bloc_pink {
  background-color: #f2827c;
  padding: 0 10px 15px;
}
.rs_bloc_pink ul {
  list-style: outside none none;
  margin: 0 -10px 15px;
  padding: 0;
}
.rs_bloc_pink ul::after {
  clear: both;
  content: " ";
  display: block;
  float: none;
}
.rs_bloc_pink li {
  background: url("/assets/img/theme/bg_li_bloc_pink.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
  display: block;
  float: left;
  padding-top: 20px;
  width: 20%;
}
.rs_bloc_pink li > div {
  border-right: 1px solid #f7b4b0;
  color: #333333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 107px;
  line-height: 100%;
  padding-top: 8px;
  text-align: center;
}
.rs_bloc_pink li > div > i {
  color: #004489;
  font-size: 4em;
}
.rs_bloc_pink li > div img {
  display: block;
  margin: 0 auto 8px;
}
.blue_bloc {
  background-color: #007fca;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.rs_bloc_pink .label_qualit {
  margin-right: 15px;
  min-height: 78px;
  padding-right: 100px;
}
.label_qualit .blue_bloc .percent {
  background: url("/assets/img/theme/aside/ico_percent.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  margin-bottom: 0;
  position: relative;
}
.blue_bloc div.percent {
  background: url("/assets/img/theme/aside/ico_percent.png") no-repeat scroll 5px top rgba(0, 0, 0, 0);
}
.blue_bloc div {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 64px;
  text-align: left;
}
#result_stage {
  min-height: 500px;
}
.add-block .h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #999;
  font-size: 12px;
}
.add-block figure {
  display: table;
  margin: 0 auto;
}
.add-block figcaption {
  font-size: 9px;
  color: #999;
  text-align: right;
}
.no-feedback .form-control-feedback {
  display: none !important;
}
/***************************************************************************************************************/
.left-col h2 {
  color: #007fca;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.left-col h4,
.left-col p.big {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 120%;
}
.left-col .blue {
  color: #007fca;
}
.left-col h1 {
  color: black;
  font-size: 30px;
  font-weight: 300;
}
/*****************************************************SIDEBAR******************************************************/
ul.blue_arrowed {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blue_arrowed li a {
  display: block;
}
.blue_arrowed li a:before {
  color: #007fca;
  content: "\f18e";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
.blue_arrowed li {
  padding-left: 20px;
  position: relative;
}
.blue_arrowed a.selected {
  color: #004489;
}
.blue_arrowed a.selected:before {
  content: "\f0a9";
  color: #004489;
}
.bloc_pink {
  background: url("/assets/img/theme/callcenter.jpg") no-repeat scroll 12px 13px #f2827c;
  color: #333333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 10px 8px 72px;
}
.bloc_pink span {
  color: #333333;
  display: block;
  font-weight: 400;
  margin-top: 4px;
  text-align: right;
}
.bloc_pink b {
  color: #333333;
  font-size: 22px;
  line-height: 100%;
}
.modal {
  z-index: 10050;
}
/***********************************CUSTOM****************************************************************************/
.category-title {
  margin-right: 1px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,f0f0f0+100 */
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e0e0e0 0%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e0e0e0 0%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e0e0e0 0%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f0f0f0', GradientType=1);
  /* IE6-9 */
}
.product-category h2 {
  flex-grow: 1;
  margin: 0;
}
.product-category .read-next {
  padding: 10px;
}
.product-category .read-next a {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  background: #FECE00;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background 100ms ease-in-out;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.product-category .read-next a:hover {
  background: #FFF;
}
.bloc_yellow {
  color: #444;
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0 10px 20px;
  text-transform: uppercase;
  display: block;
  transition: all 100ms ease-in-out;
}
a.bloc_yellow:hover {
  color: #333;
  text-decoration: none;
}
.section .form-container .form_body h3 {
  color: #007fca;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
.panel-yellow {
  border: 0;
}
.panel-yellow .panel-heading {
  background: #CCC;
  color: #333333;
  border: 0;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}
.panel-yellow .panel-body {
  background: #CCC;
  border: 10px solid #CCC;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 0;
}
.panel-yellow .panel-body .panel-shadow {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.panel-body .address {
  font-size: 17px;
}
/***********************************CADDIE****************************************************************************/
#caddie {
  border-radius: 4px;
  position: relative;
}
#caddie.fixed {
  display: block;
  position: fixed;
  top: 0;
  z-index: 1000;
  margin-top: 0;
}
#caddie h3 {
  background: url("/assets/img/theme/ico_shop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  min-height: 47px;
  padding: 14px 0 0 58px;
}
#caddie .counter {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 6px 15px 6px 47px;
  transition: all 50ms ease-in-out;
}
#caddie .counter:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  position: absolute;
  color: #444444;
  width: 40px;
  left: 10px;
  top: 0;
  padding: 0;
  transition: background 100ms ease-in-out;
  font-size: 30px;
}
#caddie .counter .num {
  float: right;
  position: relative;
  background-color: #de1322;
  border-radius: 13px;
  color: white;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  width: 46px;
  top: 2px;
}
#caddie .counter span {
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Roboto Condensed", sans-serif;
}
#caddie .counter span strong {
  font-size: 22px;
}
#caddie a:hover {
  text-decoration: none;
}
#caddie a:hover .counter {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#validate-reduction-code {
  height: 34px;
}
/***********************************LISTE DES PRODUITS*****************************************************************/
ul.list-products {
  list-style: none;
  padding: 0;
  width: 100%;
  border-top: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.list-products.no-top {
  border-top: 0;
}
.product-list-item {
  background: #FFF;
  padding: 3%;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  overflow: hidden;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.alt-infos {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: 250ms top ease-in-out;
}
.product-link:hover + div > .alt-infos {
  top: 0 !important;
}
.product-list-item.small {
  width: 16.666%;
  padding: 5px 20px;
}
.cross-selling h2 {
  color: #AC8C40;
  font-size: 1.3em;
  background: url("/assets/img/theme/h2_line.png") no-repeat left bottom;
  padding-bottom: 15px;
}
.cross-selling ul li:first-child,
.cross-selling ul li:nth-child(4n) {
  border-left: 1px solid #EFEFEF;
}
.cross-selling ul li:nth-child(-n+4) {
  border-top: 1px solid #EFEFEF;
}
.cross-selling .product-list-item.small {
  display: block;
  position: relative;
  width: auto;
  background: #FFF;
  overflow: hidden;
}
.cross-selling .product-list-item.small:hover .alt-infos {
  top: 0 !important;
}
.cross-selling .price {
  line-height: 1em;
}
.product-list-item .banner {
  position: absolute;
  transform: rotate(35deg);
  right: -100px;
  top: 22px;
  display: block;
  width: 300px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.banner span {
  display: inline-block;
  width: 85px;
}
.prod-white-bloc .banner {
  position: absolute;
  transform: rotate(-35deg);
  left: -100px;
  top: 10px;
  display: block;
  width: 300px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.banner .orange {
  background: orange;
  color: white;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.banner .red {
  background: red;
  color: white;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.banner .green {
  background: green;
  color: white;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.banner .blue {
  background: #00458A;
  color: white;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.banner .black {
  background: #000000;
  color: white;
  padding: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.product-list-item .infos {
  width: 100%;
}
.product-list-item .product-visu {
  display: table;
  width: 100%;
  padding: 15px 0;
}
.product-list-item .product-visu .visu {
  height: 150px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.product-list-item.small .product-visu .visu {
  height: 100px;
}
.product-list-item .product-title h3 {
  display: table-cell;
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  max-height: 70px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 10px;
  vertical-align: top;
}
.cross-selling .product-list-item .product-title h3 {
  height: auto;
}
.product-list-item .product-title h3 a {
  color: #333;
}
.product-list-item .product-title h3 a small {
  color: #666;
}
.product-list-item .product-title h3 a:hover {
  text-decoration: none;
}
.list-products .infos .prix {
  color: #444444;
  color: #f94330;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.list-products .infos .prix strong {
  font-size: 22px;
}
.list-products .infos .prix span.light {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
.list-products .infos .prix > div.split {
  float: left;
  padding-right: 10px;
  width: 50%;
}
.list-products .infos .prix > div.split:last-child {
  border-left: 1px solid #dddddd;
  padding-left: 10px;
  padding-right: 0;
}
.list-products .infos .prix::after {
  clear: both;
  content: " ";
  display: block;
  float: none;
}
.list-products div.interact {
  background-color: rgba(255, 210, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
}
.list-products div.not-adh-only {
  padding-top: 90px;
}
.list-products div.adh-only {
  padding-top: 60px;
}
.list-products div.interact .adh-only {
  top: -20px;
}
.list-products .interact button {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.list-products .interact a {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.list-products .interact button span {
  color: white;
  display: inline-block;
  text-align: left;
  width: 150px;
}
.list-products .interact a span {
  color: white;
  display: inline-block;
  text-align: left;
  width: 150px;
}
.list-products .interact button span::before {
  color: white;
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 10px;
}
.list-products .interact a span::before {
  color: white;
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 10px;
}
.list-products .interact button.ico-cb span::before {
  content: "";
}
.list-products .interact button.ico-bag span::before {
  content: "";
}
.list-products .interact a.ico-sheet span::before {
  content: "";
}
.list-products .interact a.ico-user span::before {
  content: "\f007";
}
.list-products .interact a.ico-users span::before {
  content: "\f0c0";
}
.stock {
  margin-top: 10px;
}
.stock span {
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.stock .text-success {
  background: #3c763d;
}
.stock .text-danger {
  background: red;
}
.prod-white-bloc .stock span {
  font-size: 14px;
}
.stock-alt {
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.stock-alt .text-danger {
  color: red;
}
.price {
  position: relative;
  display: inline-block;
  color: #f94330;
  font-size: 26px;
}
.price.small {
  font-size: 14px;
  color: #555;
  font-weight: 700;
}
.alt-price {
  display: table;
  background: #F0F0F0;
  padding: 3px 5px 3px 10px;
  border-radius: 5px;
  float: right;
}
@media screen and (max-width: 1025px) {
  .product-list-item .alt-price {
    float: none;
  }
}
.prod-white-bloc .prix-public,
.prod-white-bloc .prix-adherent {
  text-align: right;
  display: block;
}
.prod-white-bloc .prix-unique {
  text-align: right;
}
.prod-white-bloc .prix-adherent .price,
.prod-white-bloc .prix-unique .price {
  font-size: 40px;
}
.prod-white-bloc .prix-unique .price sup {
  font-size: 19px;
  vertical-align: 15px;
}
.prod-white-bloc .prix-adherent .price.strike {
  font-size: 20px;
  font-weight: lighter;
}
.prod-white-bloc .prix-adherent .price.strike sup {
  font-size: 20px;
  vertical-align: 0;
}
.prod-white-bloc .prix-public .price {
  font-size: 40px;
  margin-right: 2px;
}
.alt-price .price {
  color: #555;
  background: #FFF;
  border-radius: 5px;
  padding: 0 7px;
  margin-left: 5px;
  line-height: 1.2em;
  font-size: 20px;
}
.alt-price .small {
  padding: 5px 0;
  text-align: left;
  font-size: 11px;
  font-weight: lighter;
  color: #999;
  line-height: 1.6em;
}
.alt-price .small strong {
  font-size: 11px !important;
  color: #888;
}
.alt-price .small a {
  color: #999;
  text-decoration: underline;
}
.prod-white-bloc .alt-price .price {
  font-size: 24px;
}
.prod-white-bloc .alt-price .prix-adherent {
  display: inline;
}
.price sup {
  top: inherit;
  font-size: 14px;
  vertical-align: 8px;
}
.price.small sup {
  font-size: inherit;
  vertical-align: 0;
}
.alt-price .price sup {
  font-size: 12px;
  vertical-align: 6px;
}
.prod-white-bloc .prix-public .price sup {
  font-size: 22px;
  vertical-align: 13px;
}
.prod-white-bloc .prix-adherent .price sup {
  font-size: 12px;
  vertical-align: 19px;
}
.prod-white-bloc .alt-price .prix-adherent .price sup {
  vertical-align: 8px;
}
.price.strike {
  color: #999;
  font-size: 15px;
  font-weight: lighter;
  text-decoration: line-through;
}
.price.strike sup {
  font-size: inherit;
  vertical-align: 0;
}
.list-products .alt-infos .prix {
  line-height: 1em;
}
@keyframes notification {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.success-notification {
  opacity: 0;
  position: fixed;
  z-index: 1000000;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background: darkgreen;
  font-family: FontAwesome;
  animation-name: notification;
  animation-duration: 750ms;
  animation-iteration-count: 1;
}
.success-notification:before {
  display: table-cell;
  width: 75px;
  height: 75px;
  vertical-align: middle;
  text-align: center;
  content: "\f00c";
  font-size: 50px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .cross-selling .product-list-item.small {
    padding-bottom: 50px;
  }
}
/***********************************FICHE PRODUIT*****************************************************************/
.prod-white-bloc {
  overflow: hidden;
}
.h1-like {
  display: block;
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.h2-like {
  color: #0080CB;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
}
.main-content .prod-white-bloc.row,
.main-content .prod-white-bloc-foot.row {
  background-color: white;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.main-content .prod-white-bloc .visuel {
  text-align: center;
}
.prod-white-bloc .visuel img {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
.prod-white-bloc .visuel a {
  color: #b9b9b9;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.ekko-lightbox a {
  text-decoration: none;
}
.more-images li {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.main-content .prod-white-bloc .id {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 120%;
}
.prod-white-bloc .id h1 {
  color: #0080CB;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.prod-white-bloc .ref {
  color: #999;
  font-family: "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}
.prod-white-bloc .ref:before {
  content: 'Réf. : ';
}
.prod-white-bloc .ref:after {
  content: ' / ';
}
.prod-white-bloc .id .product-summary {
  color: #333;
  border-bottom: 1px dotted #bbbbbb;
  font-size: 15px;
}
.prod-white-bloc .mention_prix {
  color: #999;
  font-family: "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}
.main-content .prod-white-bloc .price-pad {
  color: #666666;
  font-size: 14px;
}
.price-pad .prix {
  padding-top: 15px;
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.price-pad .prix strong {
  font-size: 28px;
}
.price-pad .prix span {
  font-size: 18px;
}
.price-pad button {
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
}
.price-pad button.ico-cb::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  padding-right: 10px;
}
.price-pad button.ico-bag::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  padding-right: 10px;
}
.main-content .prod-white-bloc-foot {
  margin-bottom: 20px;
  margin-top: 60px;
}
.prod-white-bloc-foot .visuel img {
  height: auto;
  width: 100%;
}
.prod-white-bloc-foot .id h2 {
  color: #444444;
  font-size: 18px;
  margin-top: 0;
}
.prod-white-bloc-foot .price-pad {
  color: #666666;
}
.price-pad .prix {
  color: #444444;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.price-pad .prix strong {
  font-size: 28px;
}
.price-pad .prix span {
  font-size: 18px;
}
.prod-white-bloc-foot .price-pad button {
  display: block;
  font-size: 16px;
}
.prod-white-bloc .add-to-cart {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: #FECE00;
  padding: 5px 5px 5px 5px;
  font-size: 22px !important;
  transition: all 150ms ease-in-out;
  overflow: hidden;
}
.prod-white-bloc .add-to-cart:hover {
  background: #ffd521;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 5px 5px 43px;
}
.prod-white-bloc .add-to-cart:before {
  content: "\f217";
  font-family: 'FontAwesome';
  position: absolute;
  left: 25px;
  margin-top: -10px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 31px;
  border-radius: 40px;
  padding: 0;
  transition: all 150ms ease-in-out;
  opacity: 0;
}
.prod-white-bloc .add-to-cart:hover:before {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  margin-top: 0;
}
#add-to-cart-modal .btn-primary {
  background: #ffd521;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
/************************* RECHERCHE GUIDE JURIDIQUE ******************/
.search-guide .form-group {
  padding-left: 30px;
  padding-right: 30px;
}
.search-guide .form-group input,
.search-fiche input,
.search-privileges .form-group input,
.search-privileges input {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  position: relative;
  display: block;
  outline: none;
  margin: 0 auto;
  padding: 10px;
  color: #333;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}
.form-group input::-webkit-input-placeholder {
  color: #666;
}
.form-group input:-moz-placeholder {
  color: #666;
}
.form-group input::-moz-placeholder {
  color: #666;
}
.form-group input:-ms-input-placeholder {
  color: #666;
}
.search-guide .form-group:before,
.search-fiche:before {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  margin-left: 10px;
  margin-top: 3px;
  font-size: 18px;
  color: #666;
}
.search-fiche:before {
  font-size: 16px;
}
#guide-results .results {
  border-radius: 7px;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#guide-results ul li {
  margin-bottom: 10px;
}
#guide-results ul li .small {
  color: #999;
  font-style: italic;
  margin-left: 15px;
}
#guide-results ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #00458A;
}
#guide-results .h4 {
  border-bottom: 1px solid #999;
  padding: 0 0 10px 0;
}
.exclusive-content {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  line-height: 1.42857;
}
.div-categories,
.div-questions {
  background-color: #ffffff;
}
.div-categories {
  text-align: center;
}
.faq-categories,
.faq-questions {
  display: table-cell;
  cursor: pointer;
  margin: 0 auto;
  height: 190px;
  width: 600px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
a.faq-categories {
  color: #0d5398;
}
.filter-questions.btn-success::after {
  font-family: FontAwesome;
  content: " \f00c";
  color: #fff;
}
.link-questions.btn-info::after {
  font-family: FontAwesome;
  content: " \f0c1";
  color: #fff;
}
.faq-categories {
  font-size: 18px;
  vertical-align: middle;
}
.faq-questions {
  font-size: 14px;
  vertical-align: top;
}
.faq-answers,
.faq-preanswers {
  font-size: 12px;
}
#faq-head {
  background-image: url('/assets/img/juridique/guide_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
#faq-head .intro-text {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: rgba(51, 51, 51, 0.5);
}
#faq-head .intro-text > h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}
#faq-head .intro-text > h3 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
#faq-head .intro-text.reduced {
  padding-top: 15px;
  padding-bottom: 5px;
}
.chevron-guide {
  color: #fff;
  font-size: 18px;
  background-color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
}
/************************ BANNIERE JURIDIQUE ***********************/
.banniere-juridique {
  background-color: #0d5398;
  border-radius: 5px;
  padding: 15px;
  color: #FFF;
}
.banniere-juridique i {
  font-size: 50px;
}
.banniere-juridique a {
  color: #fff;
  font-weight: bold;
}
.banniere-juridique .prix-appel {
  font-size: 10px;
  line-height: 8px;
}
.banniere-juridique span {
  font-size: 18px;
}
/************************* PLUGIN JQUERY PAJINATE ******************/
.page_navigation {
  text-align: center;
  padding: 5px 0 15px 0;
}
.page_navigation a {
  margin-right: 5px;
  color: #666;
  text-decoration: none;
  padding: 2px 5px;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  border-radius: 3px;
}
.page_navigation span.ellipse {
  margin-right: 5px;
}
.page_navigation a.active_page {
  color: #FFF;
  background: #004489;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/************************* Widget SHARE *********************/
#share-buttons-container {
  display: inline;
  position: relative;
}
#share-buttons-container ul {
  display: none;
  position: absolute;
  right: 0;
  background: #FFF;
  padding: 10px;
  text-align: left;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  z-index: 100000;
}
#share-buttons-container:hover ul {
  display: block;
}
#share-buttons-container ul li a {
  width: 90px;
  display: block;
  white-space: nowrap;
}
#share-buttons-container ul li span {
  width: 16px;
}
/*************************FORM******************/
form .checkbox > label {
  color: #444;
}
.red {
  color: red;
}
.bg-red {
  background: #ED1C24;
  color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.bg-red:hover {
  background: #c61017;
  color: #FFF;
}
/***********************LIST ARROWED************/
ul.arrowed {
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 0;
}
#tab_stages {
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .product-list-item .product-visu {
    padding: 0;
  }
  ul.arrowed li {
    background: url("/assets/img/theme/arrow_list.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    margin-bottom: 8px;
    padding-left: 42px;
    padding-top: 1px;
    height: 27px;
  }
  ul.arrowed li::before {
    content: "";
  }
}
.error {
  color: #a94442;
  font-weight: bold;
}
.success {
  color: #3c763d;
  font-weight: bold;
}
.bloc_white {
  background-color: white;
  border-radius: 4px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 1px 10px 24px;
}
button.print {
  background: url("/assets/img/theme/bg_button_print.jpg") repeat-x scroll left top black;
  border: 2px solid black;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 10px 3px 40px;
  position: relative;
  text-transform: uppercase;
  float: right;
}
button.print::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 400;
  left: 10px;
  line-height: 24px;
  padding-right: 10px;
  position: absolute;
  top: 0;
}
button.print:hover {
  color: white;
}
.fat {
  font-size: 20px;
  text-transform: uppercase;
}
.btn.btn-action::after {
  content: "";
  font-family: FontAwesome;
  margin-left: 0.5em;
}
.btn.btn-secondary {
  background: #dddddd;
  color: #333;
}
.btn.btn-secondary:hover {
  background: #e6e6e6;
}
.btn.btn-back {
  background: #999;
  color: #FFF;
  border: 0;
  position: relative;
  margin-left: 12px;
}
.btn.btn-back:hover {
  background: #0080CB;
}
.btn.btn-back:after {
  content: "";
  background: inherit;
  display: block;
  position: absolute;
  left: -11px;
  top: 4px;
  height: 24px;
  width: 24px;
  z-index: -1;
  -webkit-transform: scaleX(0.8) rotate(45deg);
  /* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); */
  border-radius: 4px;
}
#confirmation .lgn-row .left,
.lgn-row .right {
  padding: 0 2%;
}
#map_canvas,
.map-canvas {
  width: 100%;
  height: 200px;
}
.leaflet-pane {
  z-index: 99;
}
#liste_casjur a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  padding: 0.2em 0;
  display: block;
}
#liste_casjur a:hover {
  color: #0080CB;
  text-decoration: none;
}
aside #liste_casjur a.selected {
  font-weight: bold;
}
aside #liste_casjur a.selected:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 3px;
}
aside #liste_casjur a.selected:hover {
  color: #333;
  cursor: default;
}
#liste_casjur h4 a {
  color: #333;
  text-decoration: none;
}
#liste_casjur h4 a:hover {
  color: #333;
  text-decoration: none;
}
#liste_casjur .panel-heading {
  background-color: #fece00;
  height: 30px;
  padding-top: 3px;
  padding-left: 15px;
  font-size: 20px;
}
#liste_casjur h4.panel-title a::after {
  font-family: FontAwesome;
  content: "\f077";
  position: absolute;
  right: 25px;
}
#liste_casjur h4.panel-title a.collapsed::after {
  content: "\f078";
}
.cas_jur li {
  margin-bottom: 10px;
}
.cas_jur li.first,
.list-survey {
  padding: 15px;
  background: #FFF;
  border-radius: 5px;
  font-size: 16px;
  color: #444;
}
.list-survey .right-col {
  display: block;
  overflow: hidden;
}
.cas_jur li.first a {
  font-size: 32px;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
}
.cas_jur li.first img {
  max-width: 230px;
  margin-right: 15px;
  border: 1px solid #CCC;
}
.casjur_content img {
  border: 1px solid #CCC;
}
.nav_casjur {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  height: 45px;
}
.nav_casjur_date {
  padding-top: 5px;
}
.casjur_intro {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.casjur_intro .h4 {
  font-size: 16px;
  line-height: 1.3;
}
.bloc_blue {
  background-color: #007dcd;
  border-radius: 4px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  padding-left: 20px;
  margin-top: 30px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}
/*************************MENTIONS LEGALES COOKIE******************/
#cookie-popin {
  position: relative;
  width: 100%;
  background-color: #e8e8e8;
  z-index: 999;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);
  transition: transform 200ms ease-in-out;
}
#cookie-popin.remove {
  transform: translateY(-105%);
}
#cookie-popin p {
  margin: 5px 0 5px 0;
}
#cookie-popin a {
  color: #333;
  text-decoration: underline;
}
#cookie-popin span {
  text-align: center;
  margin: 10px 0 1px 0;
  font-size: 20px;
  color: #BABABA;
}
#cookie-popin {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  font-size: 12px;
}
/*************************** PLAN DU SITE *****************************/
#sitemap .row {
  background: #FFF;
  margin: 0 0 20px 0;
  border-radius: 5px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 10px 0;
}
#sitemap .row .col-md-7 {
  border-left: 1px dotted #CCC;
}
#sitemap .row a {
  color: #444;
  display: block;
}
#sitemap .row h2 a {
  color: #007dcd;
}
#sitemap .row h2 {
  margin: 10px 0;
}
#sitemap .row h3 {
  font-size: 18px;
  margin: 10px 0;
}
#sitemap .row h4 {
  font-size: 14px;
}
/**************************** BOUTONS PRECEDENTS / SUIVANTS ********************/
.step_nav {
  height: 38px;
  position: relative;
}
.step_nav a,
.step_nav button {
  background: url("/assets/img/theme/arrow_step_nav.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  color: white;
  display: block;
  font-family: "roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
  height: 38px;
  line-height: 38px;
  position: absolute;
  text-transform: uppercase;
  width: 270px;
  border: 0;
}
.step_nav .lc {
  text-transform: none;
}
.step_nav a:hover {
  text-decoration: none;
}
.step_nav .prev {
  background-position: left top;
  border-radius: 0 4px 4px 0;
  text-align: right;
  padding-right: 17px;
  left: 0;
}
.step_nav .prev:hover {
  background-position: left bottom;
}
.step_nav .next {
  background-position: right top;
  border-radius: 4px 0 0 4px;
  text-align: left;
  padding-left: 17px;
  right: 0;
}
.step_nav .next:hover,
.step_nav .next.blue {
  background-position: right bottom;
}
.step_nav .next.blue:hover {
  background-position: right top;
}
.step_nav input[type="submit"] {
  display: block;
  font-size: 20px;
  padding: 15px 50px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .step_nav a,
  .step_nav button {
    width: 49%;
    font-size: 15px;
    text-transform: uppercase !important;
  }
  .step_nav .prev {
    padding-right: 7px;
  }
  .step_nav .next {
    padding-left: 7px;
  }
}
@media (max-width: 360px) {
  .step_nav a,
  .step_nav button {
    font-size: 12px;
  }
}
/*************************** TEXTE MENTIONS LEGALES  ***************************/
.txt-conditions {
  font-size: 85%;
  font-style: italic;
}
.no-label span {
  top: 0px !important;
}
/*************************** WIDGET RESEAUX SOCIAUX  ***************************/
.reseaux-sociaux {
  text-align: center;
  background-color: white;
  border-radius: 5px;
  padding: 5px 10px 15px 10px;
}
.reseaux-sociaux ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.reseaux-sociaux ul li {
  display: inline-block;
  margin: 0 10px;
}
/*************************** GUIDE JURIDIQUE  ***************************/
.bloc_faq img {
  display: block;
  margin: 0 auto;
}
.spec-optional {
  font-size: 16px;
  color: #999;
  margin-top: 28px;
}
.spec_description ul {
  padding-left: 15px;
}
@media (max-width: 991px) {
  #talking_list_filter,
  #press_list_filter {
    text-align: left;
  }
}
/*************************** BOUTIQUE / REMISE FIDELITE  ***************************/
.remfid {
  background-color: #007dcd !important;
  color: #ffffff;
  padding-left: 5px;
  padding-top: 5px;
  border-radius: 4px;
}
.masked {
  opacity: 0.4;
  transition: opacity 200ms ease-in-out;
}
.masked:hover {
  opacity: 0.75;
}
.strong {
  background: #E0E0E0;
  padding: 0 7.5px 7.5px;
  border-radius: 4px;
}
.light-on-price {
  position: relative;
  background: #FFF;
  border-radius: 4px;
}
.text-danger.reverse {
  background: red;
  color: #FFF;
  border-radius: 4px;
  padding: 5px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
/************************* ESPACE MEMBRE / DOCUMENTS *******************************/
#doc-member .thumbnail {
  position: relative;
  overflow: hidden;
}
.avis li {
  display: inline-block;
  text-align: center;
}
.avis li a {
  border-radius: 3px;
  display: block;
  padding: 10px;
  border: 1px solid #CCC;
  text-decoration: none;
  color: #666;
  transition: all 100ms ease-in-out;
}
.avis li a:hover {
  background: #F0F0F0;
}
.avis li span {
  font-size: 40px;
  margin-bottom: 5px;
}
#doc-member .thumbnail span {
  width: 198px;
  height: 305px;
  position: absolute;
  bottom: -305px;
  left: 0;
  margin-bottom: -305px;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
#doc-member .thumbnail:hover span {
  margin-bottom: 305px;
}
#doc-member .thumbnail span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 50px;
  padding-left: 3px;
  padding-right: 3px;
}
#doc-member a:hover {
  text-decoration: none;
}
#doc-member .thumbnail .caption {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
#doc-member .col-md-3 {
  padding-left: 7px;
  padding-right: 7px;
}
.hide_dt_stages {
  display: none;
}
/********************* SLIDESHOW TOURISM **********************/
#tourism-slideshow {
  max-width: 848px;
  max-height: 370px;
  overflow: hidden;
}
#tourism-slideshow ul {
  padding: 0;
}
#tourism-slideshow .bx-wrapper {
  position: relative;
}
#tourism-slideshow .bx-wrapper .caption1 {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 100%;
  color: #FFF;
  padding: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
#tourism-slideshow .bx-wrapper .caption1 h2 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 700;
}
#tourism-slideshow .bx-wrapper .caption1 a {
  bottom: 45px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  display: inline-block;
  background: url("/assets/img/theme/ico_read_more.png") no-repeat scroll right center;
  padding-right: 26px;
}
#tourism-slideshow .bx-pager {
  bottom: 10px;
  position: absolute;
  text-align: right;
  width: 212px;
  z-index: 51;
  padding: 0 20px;
}
#tourism-slideshow .bx-pager-item {
  display: inline-block;
  margin-left: 7px;
}
#tourism-slideshow .bx-pager-item .bx-pager-link {
  background: #BABABA;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: block;
  margin: 0;
  outline: 0 none;
  color: transparent;
}
#tourism-slideshow .bx-pager-item .bx-pager-link.active {
  background: #ffd000;
}
.list-privileges {
  width: 100%;
}
.list-privileges li {
  width: 100%;
}
.list-privileges li div.list-privileges-article {
  vertical-align: top;
  padding: 20px 15px;
  background: #FFF;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: all 200ms ease-in-out;
}
.list-privileges li.syc::before {
  content: '';
  background: url('/assets/img/privileges/syc.jpg') no-repeat right top #FFF;
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  right: 0;
  margin-right: 15px;
  border-radius: 0 4px 0 0;
}
.list-privileges li div.list-privileges-article:hover {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
.list-privileges li div.list-privileges-article div.right-col {
  overflow: hidden;
}
.list-privileges li p {
  font-size: 14px;
  color: #444;
}
.list-privileges .small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #999;
  border-bottom: 1px dotted #DDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.list-privileges .small a {
  color: #999;
}
.list-privileges li h3 {
  padding: 0;
  margin: 0 0 10px;
}
.list-privileges .added-ebrochure:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  margin-left: 5px;
  color: #FFF;
}
.list-privileges .deleted-ebrochure:after {
  font-family: 'FontAwesome';
  content: "\f00d";
  margin-left: 5px;
  color: #FFF;
}
.btn-unlink {
  color: #d9534f;
}
.btn-unlink:hover {
  background-color: #d9534f;
  color: #fff;
}
.list-recherches {
  width: 100%;
}
.list-recherches li {
  width: 100%;
}
.list-recherches li div.list-recherches-article {
  vertical-align: top;
  padding: 20px 15px;
  background: #FFF;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: all 200ms ease-in-out;
}
.list-recherches li.syc::before {
  content: '';
  background: url('/assets/img/privileges/syc.jpg') no-repeat right top #FFF;
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  right: 0;
  margin-right: 15px;
  border-radius: 0 4px 0 0;
}
.list-recherches li div.list-recherches-article:hover {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
.list-recherches li div.list-recherches-article div.right-col {
  overflow: hidden;
}
.list-recherches li p {
  font-size: 14px;
  color: #444;
}
.list-recherches .small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #999;
  border-bottom: 1px dotted #DDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.list-recherches .small a {
  color: #999;
}
.list-recherches li h3 {
  padding: 0;
  margin: 0 0 10px;
}
/*************************************** BLOCS LANDING **************************************/
.blocks > div:not(.clearfix) {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}
.blocks > div:not(.clearfix) img {
  border-radius: 10px 0 10px 0;
  transition: opacity 200ms ease-in-out;
  border: 1px solid #CCC;
}
.blocks > div:not(.clearfix) img:hover {
  opacity: 0.8;
}
.blocks > div:not(.clearfix) h2.uc {
  position: absolute;
  margin: 0;
  top: 1px;
  left: 16px;
  margin-right: 16px;
  background: rgba(0, 43, 86, 0.85);
  display: block;
  color: #FFF;
  font-size: 2.1rem;
  padding: 5px 15px;
  border-radius: 10px 0 10px 0;
  transition: all 100ms ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.blocks > div:not(.clearfix) .h5:not(.text-right) {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  left: 15px;
  bottom: 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  margin: 0 16px 0 1px;
  border-radius: 0 0 10px 0;
  transform: translateY(100%);
  transition: all 200ms ease-in-out;
}
.blocks > div:not(.clearfix):hover .h5:not(.text-right) {
  transform: translateY(0);
}
.blocks > div:not(.clearfix) .h5.text-right {
  display: none;
}
.blocks > div:not(.clearfix) a:hover + h2,
.blocks > div:not(.clearfix) a:hover + :not(h2) + h2 {
  background: #FECE00;
  color: #333;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
/*************************************** SWITCH ON/OFF **************************************/
.onoffswitch {
  position: relative;
  width: 76px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 150ms ease-in 0s;
  -webkit-transition: margin 150ms ease-in 0s;
  -o-transition: margin 150ms ease-in 0s;
  transition: margin 150ms ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "OUI";
  padding-left: 10px;
  background-color: #59B224;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "NON";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 22px;
  margin: 4px;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  -moz-transition: all 150ms ease-in 0s;
  -webkit-transition: all 150ms ease-in 0s;
  -o-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.casjur_intro .small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  color: #999;
  text-align: right;
}
/***************** MAP EUROPE ******************/
.map-icon {
  display: inline-block;
  /* this has been added */
  border-radius: 5px;
  background-color: #333333;
}
.sub-menu-map > li > p > span > i,
div.panel-body i {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/assets/img/flags/safetyicons20.png") no-repeat;
}
.sub-menu-map > li > p > span {
  background-color: #333333;
  padding: 7px 7px 7px 7px;
  border-radius: 5px;
  margin-right: 5px;
}
.sub-menu-map > li > p {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
}
.europe i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("/assets/img/flags/safetyicons30.png") no-repeat;
}
/***************** ASIDE STAGES *********************/
.well-pink {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f2827c;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
}
.well-pink > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.well-pink > h3 {
  margin-top: 0px;
  font-size: 21px;
}
.well-pink > p {
  font-size: smaller;
}
.well-pink > a {
  color: #00458A;
  font-size: x-large;
  font-weight: 600;
}
.well-pink > a:hover {
  color: #40548a;
  text-decoration: none;
}
.well-pink > a:hover {
  color: #40548a;
  text-decoration: none;
}
/*************************** Tableau stages ********************/
#tab-stages .localisation {
  text-align: center;
}
#tab-stages .localisation > a {
  margin-right: 28px;
}
#tab-stages .localisation > a > i {
  font-size: 30px;
}
#tab-stages .localisation > a > p {
  font-size: 10px;
}
.btn.blue {
  font-family: 'Roboto Condensed', sans-serif;
  background: #004489;
  color: #FFF;
  padding: 0.2em 0.5em;
  transition: all 150ms ease;
}
.btn.blue:hover {
  background: #020789;
  transition: all 150ms ease;
}
#tab-stages .rating {
  color: #f59331;
}
/***************** ASIDE STAGES FILTRES *********************/
#stages-side-filters ul {
  font-size: 13px;
  margin-bottom: 15px;
}
#stages-side-filters h5 {
  margin-bottom: 5px;
}
/***************** COLONNE CENTRAL STAGES *********************/
#stages-column-center h3 {
  margin-top: 0px;
}
#stages-column-center {
  background: #fff;
  padding: 20px 10px;
  border: 1px #e3e3e3 solid;
  margin-bottom: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.hide-day,
.hide-city {
  display: none;
}
.promo {
  position: relative;
  color: #f2827c;
  font-weight: bold;
}
.promo:before {
  content: "\f069";
  font-family: FontAwesome;
  left: -20px;
  position: absolute;
  top: -2px;
}
.full {
  opacity: 0.3;
}
.bg-pink {
  color: #fff;
  background-color: #f2827c;
}
.bg-pink a {
  color: #fff;
}
.bg-pink a:hover {
  text-decoration: none;
}
/****** MODAL STAGES *******/
#modal-lieu .prix {
  font-size: 18px;
}
#modal-lieu .place-dispo {
  color: #2acc1b;
  font-weight: bold;
}
#modal-lieu .place-dispo small {
  color: black;
}
.detail-stage {
  background-color: white;
  border-radius: 6px;
  padding-bottom: 15px;
}
.input-group-lg .select2-container .select2-choice {
  border-radius: 6px 0 0 6px;
}
.rs_bloc_pink .pas .fa {
  color: #733939;
  margin-bottom: 15px;
}
.rs_bloc_pink .pas .fa strong {
  font-family: 'Roboto Condensed', sans-serif;
}
#stages-column-center > #eKomiSeal_default {
  position: absolute;
  top: -40px;
  left: 600px;
}
#map_france {
  position: relative;
  width: 100%;
  text-align: center;
}
#idf path {
  fill: #e57878 !important;
  cursor: pointer;
}
#idf path:hover {
  fill: #004283 !important;
}
#idf {
  position: absolute;
  top: 10%;
  display: none;
  margin-left: -50px;
}
.pink {
  background: #f0837e;
  padding: 15px;
}
#departement {
  position: absolute;
  display: none;
  z-index: 100;
  background: #FECE00;
  color: #333;
  font-size: 13px;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
#departement:before {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 100%;
  content: "";
  border-top: 15px solid transparent !important;
  border-bottom: 15px solid transparent !important;
  border-left: 10px solid transparent !important;
  border-right: 10px solid #FECE00;
}
#map {
  max-width: 100%;
  max-height: 100%;
}
#map path {
  fill: #f0aba2;
  stroke: #FFFFFF;
  stroke-width: 0.6;
  transition: fill 0.2s, stroke 0.3s;
}
#map path:hover {
  fill: #00458A;
  stroke: #00458A;
  cursor: pointer;
}
#map .separator {
  stroke: transparent;
  fill: none;
  stroke-width: 1.5;
}
#map .separator:hover {
  stroke: transparent;
  fill: none;
}
#stages-column-center > #eKomiSeal_default {
  position: absolute;
  top: -35px;
  right: 5px;
}
#stages-side-filters h4 {
  font-weight: 500;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
#stages-side-filters h5 {
  font-weight: 500;
  padding-bottom: 5px;
  color: #999;
}
#stages-side-filters .icheckbox_minimal {
  background-color: #FFF;
}
#stages-side-filters label {
  width: 100%;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
}
#stages-side-filters .badge {
  float: right;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  background: #FFF;
  color: #666;
}
#tab-stages tbody tr.odd {
  background: #F0F0F0;
}
#tab-stages tbody tr td {
  border-top: 0;
  font-family: "roboto Condensed", sans-serif;
  font-size: 14px;
}
#tab-stages tbody tr td:nth-child(1) {
  vertical-align: middle;
  color: #333;
  font-size: 13px;
}
#tab-stages tbody tr td:nth-child(3) {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #28588a;
  text-align: right;
  white-space: nowrap;
}
#tab-stages tbody tr td:nth-child(2) strong {
  font-size: 18px;
}
#tab-stages tbody tr td:nth-child(2) .address {
  color: #666;
}
#tab-stages tbody tr td:nth-child(2) a {
  font-weight: 300;
}
#tab-stages tbody tr td:nth-child(4) .blue {
  padding: 5px 20px;
  text-transform: none;
}
.prems {
  position: relative;
  color: #FFF;
  background: #28588a;
  padding: 3px 7px 3px 30px;
  border-radius: 20px 4px 4px 20px;
}
.prems:before {
  position: absolute;
  content: "\f005";
  color: #FFFF00;
  font-size: 14px;
  line-height: 34px;
  left: 11px;
  font-family: FontAwesome;
  top: -2px;
}
.prems:after {
  position: absolute;
  content: "Stage Prem's";
  top: 32px;
  right: 2px;
  color: #28588a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9px;
}
.promo {
  color: #d23c3c;
}
.promo:before {
  display: none;
}
.price-muted {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
}
.badge-lg {
  font-size: 16px;
}
#add-membership-modal .modal-content {
  background-color: #00adef;
  color: #fff;
}
#add-membership-modal .add-membership-title {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
}
#add-membership-modal .add-membership-subtitle {
  font-size: 22px;
  font-weight: bolder;
}
#add-membership-modal .add-membership-img {
  width: 322px;
  margin-right: 10px;
}
#add-membership-modal .add-membership-div {
  display: block;
  background-color: #fff;
}
#add-membership-modal .add-membership-price {
  color: #e1b700;
  font-size: 65px;
  line-height: 55px;
}
#add-membership-modal .add-membership-moins {
  color: #333;
}
#add-membership-modal .add-membership-grey {
  color: #999;
  font-size: 16px;
  line-height: 8px;
}
#add-membership-modal .add-membership-subprice {
  font-size: 50px;
}
#add-membership-modal .add-membership-list {
  font-weight: bold;
  font-size: 16px;
}
#add-membership-modal .add-membership-list::before {
  content: "\f05d";
  font-family: "FontAwesome";
  font-weight: lighter;
  color: #e1b700;
  font-size: 20px;
  padding-right: 7px;
}
#add-membership-modal .add-membership-card {
  margin-right: 10px;
  margin-top: 5px;
}
#add-membership-modal .add-membership-btn {
  margin-top: 20px;
  margin-right: 15px;
  background-color: #1664ae;
  border-radius: 30px;
  font-size: 30px;
}
.youtube_player {
  width: auto!important;
}
.row-advantages {
  display: flex;
  flex-wrap: wrap;
}
.row-advantages-item {
  flex: 1 0 50%;
}
.mainSlogan {
  text-align: center;
}
.mainSlogan .container {
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 15px;
  position: relative;
}
.mainSlogan h2 {
  font-width: 700;
  font-size: 4rem;
  color: #0383fb;
}
.mainServices .container {
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
.mainServices .container .col-md-8 .row {
  display: flex;
  align-items: stretch;
}
.mainServices .svgservices {
  background-color: #f2f2f2;
  margin-bottom: 15px;
  text-align: center;
}
.mainServices .svgservices svg {
  width: 80px;
}
.mainServices .services {
  line-height: 1.5rem;
  position: relative;
}
.mainServices .services h4 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
}
.mainServices .services p {
  font-size: 1.25rem;
}
.mainServices .services a {
  position: absolute;
  bottom: 15px;
}
.mainPrice {
  background: #ffffff;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e8ecee 100%);
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e8ecee 100%);
  background: linear-gradient(180deg, #ffffff 0%, #e8ecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e8ecee", GradientType=1);
}
.mainPrice .container {
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
.mainPrice .container .col-md-8 .row {
  display: flex;
  align-items: stretch;
}
.mainPrice h2 {
  font-width: 700;
  font-size: 4rem;
  color: #0383fb;
}
.mainPrice h2 small {
  color: #1d3644;
}
.mainPrice h3 {
  font-weight: 700;
  font-size: 22px;
  color: #0383fb;
  text-align: center;
}
.mainPrice .from {
  font-weight: 700;
  color: #1d3644;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 0;
}
.mainPrice .main-price {
  font-size: 10rem;
}
.mainPrice .main-price sup {
  top: -1.75em;
  font-size: 3rem;
}
.mainPrice .pmain-price {
  font-weight: 700;
  font-size: 4rem;
  color: #1d3644;
}
.slideShow {
  background: #e8ecee;
  background: -moz-linear-gradient(180deg, #e8ecee 0%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #e8ecee 0%, #ffffff 100%);
  background: linear-gradient(180deg, #e8ecee 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8ecee", endColorstr="#ffffff", GradientType=1);
}
.slideShow .container {
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
.mainActus {
  text-align: center;
}
.mainActus .container {
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 15px;
  position: relative;
}
.mainActus h2 {
  font-width: 700;
  font-size: 4rem;
  color: #0383fb;
}
.mainActus h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
}
.mainActus small {
  color: #888;
}
.mainActus div.h4 {
  font-width: 700;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}
.mainActus ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.mainActus ul li img {
  border-radius: 20px;
  width: 30px;
}
.servicespage svg {
  width: 80px;
  top: -50%;
  padding-top: 10px;
}
/*# sourceMappingURL=general.css.map */