/*-------------------------------------
www.pap.fr
FEUILLE DE STYLE PRINCIPALE
---------------------------------------

SOMMAIRE

	1. COLOR VARIABLES SASS
	2. MIXINS SASS
	3. CUSTOM DONUTS
	4. GENERAL, LAYOUT, WRAPPERS, OBJECTS
	5. FORMULAIRES
	6. HEADER
	7. NAVBAR
	8. FOOTER
	9. SIDEBAR
	10. HOMEPAGE
	11. PAGES GROUPE

-------------------------------------*/
/* 1. COLOR VARIABLES SASS
-------------------------------------*/
/* 2. MIXINS SASS
-------------------------------------*/
/* Adds a browser prefix to the property */
/* Background radient */
/* Border radius */
/* Box shadow */
/* Opacity */
/* Rotate */
/* Text shadow */
/* Transition */
/* 3. CUSTOM DONUTS
-------------------------------------*/
/* Breadcrumb */
.breadcrumb li:after {
  color: #d5d5d5;
  font-weight: bold;
  margin: 0 6px; }

.breadcrumb li span {
  color: #535353;
  font-size: 0.9em; }

.breadcrumb li:last-child span, .breadcrumb li:last-child a span {
  color: #005ea8; }

.breadcrumb li a:hover span {
  color: #e2007a; }

.breadcrumb li h1 {
  font-size: 0.9em;
  margin-bottom: 0;
  display: inline; }

/* Liste a puce classique */
ul.bullet-list li {
  color: #28c4e0; }

/* Pagination */
.pagination li {
  margin: 10px 0 20px 0; }

.pagination li a {
  padding: 9px 14px;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0; }
  .pagination li a .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    width: 18px;
    height: 18px;
    font-size: 18px; }

.pagination li a:hover {
  background: #416177; }

.pagination li span.active {
  padding: 9px 14px;
  background: #416177; }

.pagination li.prev {
  margin-right: 15px; }
  .pagination li.prev a {
    background-image: url("/images/arrow-blue-left.png");
    background-repeat: no-repeat;
    background-position: 10px 14px;
    padding-left: 30px; }

.pagination li.next {
  margin-left: 15px; }
  .pagination li.next a {
    background-image: url("/images/arrow-blue-right.png");
    background-repeat: no-repeat;
    background-position: 80px 14px;
    padding-right: 28px; }

/* Buttons */
.btn {
  font-size: 1.1em; }

.btn-big {
  font-size: 1.4em; }

.btn-small {
  font-size: 0.9em; }

.btn-type-1 {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -ms-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(top, white, #f2f2f2);
  color: #005ea8;
  border: 1px solid #d5d5d5; }
  .btn-type-1:hover {
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(white));
    background-image: -webkit-linear-gradient(top, #f2f2f2, white);
    background-image: -moz-linear-gradient(top, #f2f2f2, white);
    background-image: -ms-linear-gradient(top, #f2f2f2, white);
    background-image: -o-linear-gradient(top, #f2f2f2, white);
    background-image: linear-gradient(top, #f2f2f2, white);
    color: #005ea8; }

input[type="submit"].btn-type-1 {
  border: 1px solid #d5d5d5; }

.btn-type-2 {
  background-color: #28c4e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28c4e0), to(#02a9c7));
  background-image: -webkit-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: -moz-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: -ms-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: -o-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: linear-gradient(top, #28c4e0, #02a9c7);
  color: white;
  border-bottom: 2px solid #04859c;
  font-weight: 600; }
  .btn-type-2:hover {
    background-color: #02a9c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#02a9c7), to(#28c4e0));
    background-image: -webkit-linear-gradient(top, #02a9c7, #28c4e0);
    background-image: -moz-linear-gradient(top, #02a9c7, #28c4e0);
    background-image: -ms-linear-gradient(top, #02a9c7, #28c4e0);
    background-image: -o-linear-gradient(top, #02a9c7, #28c4e0);
    background-image: linear-gradient(top, #02a9c7, #28c4e0);
    color: white; }

input[type="submit"].btn-type-2 {
  border-bottom: 2px solid #04859c; }

.btn-type-3 {
  background-color: #416177;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#416177), to(#253e50));
  background-image: -webkit-linear-gradient(top, #416177, #253e50);
  background-image: -moz-linear-gradient(top, #416177, #253e50);
  background-image: -ms-linear-gradient(top, #416177, #253e50);
  background-image: -o-linear-gradient(top, #416177, #253e50);
  background-image: linear-gradient(top, #416177, #253e50);
  color: white;
  border-bottom: 2px solid #172732;
  font-weight: 600; }
  .btn-type-3:hover {
    background-color: #253e50;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#253e50), to(#416177));
    background-image: -webkit-linear-gradient(top, #253e50, #416177);
    background-image: -moz-linear-gradient(top, #253e50, #416177);
    background-image: -ms-linear-gradient(top, #253e50, #416177);
    background-image: -o-linear-gradient(top, #253e50, #416177);
    background-image: linear-gradient(top, #253e50, #416177);
    color: white; }

input[type="submit"].btn-type-3 {
  border-bottom: 2px solid #172732; }

.btn-type-4 {
  background-color: #f05791;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f05791), to(#e3037b));
  background-image: -webkit-linear-gradient(top, #f05791, #e3037b);
  background-image: -moz-linear-gradient(top, #f05791, #e3037b);
  background-image: -ms-linear-gradient(top, #f05791, #e3037b);
  background-image: -o-linear-gradient(top, #f05791, #e3037b);
  background-image: linear-gradient(top, #f05791, #e3037b);
  color: white;
  border-bottom: 2px solid #b50062;
  font-weight: 600; }
  .btn-type-4:hover {
    background-color: #e3037b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3037b), to(#f05791));
    background-image: -webkit-linear-gradient(top, #e3037b, #f05791);
    background-image: -moz-linear-gradient(top, #e3037b, #f05791);
    background-image: -ms-linear-gradient(top, #e3037b, #f05791);
    background-image: -o-linear-gradient(top, #e3037b, #f05791);
    background-image: linear-gradient(top, #e3037b, #f05791);
    color: white; }

input[type="submit"].btn-type-4 {
  border-bottom: 2px solid #b50062; }

.btn-type-5 {
  background-color: #f7c715;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7c715), to(#f79915));
  background-image: -webkit-linear-gradient(top, #f7c715, #f79915);
  background-image: -moz-linear-gradient(top, #f7c715, #f79915);
  background-image: -ms-linear-gradient(top, #f7c715, #f79915);
  background-image: -o-linear-gradient(top, #f7c715, #f79915);
  background-image: linear-gradient(top, #f7c715, #f79915);
  color: white;
  border-bottom: 2px solid #f76d15;
  font-weight: 600; }
  .btn-type-5:hover {
    background-color: #f79915;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f79915), to(#f7c715));
    background-image: -webkit-linear-gradient(top, #f79915, #f7c715);
    background-image: -moz-linear-gradient(top, #f79915, #f7c715);
    background-image: -ms-linear-gradient(top, #f79915, #f7c715);
    background-image: -o-linear-gradient(top, #f79915, #f7c715);
    background-image: linear-gradient(top, #f79915, #f7c715);
    color: white; }

input[type="submit"].btn-type-5 {
  border-bottom: 2px solid #f76d15; }

.btn-inactive.btn-type-1:hover {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -ms-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(top, white, #f2f2f2); }

.btn-inactive.btn-type-2:hover {
  background-color: #28c4e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28c4e0), to(#02a9c7));
  background-image: -webkit-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: -moz-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: -ms-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: -o-linear-gradient(top, #28c4e0, #02a9c7);
  background-image: linear-gradient(top, #28c4e0, #02a9c7); }

.btn-inactive.btn-type-3:hover {
  background-color: #416177;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#416177), to(#253e50));
  background-image: -webkit-linear-gradient(top, #416177, #253e50);
  background-image: -moz-linear-gradient(top, #416177, #253e50);
  background-image: -ms-linear-gradient(top, #416177, #253e50);
  background-image: -o-linear-gradient(top, #416177, #253e50);
  background-image: linear-gradient(top, #416177, #253e50); }

.btn-inactive.btn-type-4:hover {
  background-color: #f05791;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f05791), to(#e3037b));
  background-image: -webkit-linear-gradient(top, #f05791, #e3037b);
  background-image: -moz-linear-gradient(top, #f05791, #e3037b);
  background-image: -ms-linear-gradient(top, #f05791, #e3037b);
  background-image: -o-linear-gradient(top, #f05791, #e3037b);
  background-image: linear-gradient(top, #f05791, #e3037b); }

.btn-inactive.btn-type-5:hover {
  background-color: #f7c715;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7c715), to(#f79915));
  background-image: -webkit-linear-gradient(top, #f7c715, #f79915);
  background-image: -moz-linear-gradient(top, #f7c715, #f79915);
  background-image: -ms-linear-gradient(top, #f7c715, #f79915);
  background-image: -o-linear-gradient(top, #f7c715, #f79915);
  background-image: linear-gradient(top, #f7c715, #f79915); }

/* Subnav-box */
.subnav-box ul {
  margin: 0;
  padding: 0; }

.subnav-box ul li {
  list-style: none;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.subnav-box ul li:last-child {
  padding: 15px 0 0 0;
  border: none; }

.subnav-box ul ul {
  border: 0; }
  .subnav-box ul ul li {
    padding: 10px 0;
    font-size: 1.1em; }
    .subnav-box ul ul li:first-child {
      padding: 5px 0 10px 0; }
    .subnav-box ul ul li:last-child {
      padding: 10px 0 5px 0; }
    .subnav-box ul ul li a:hover {
      color: #e2007a !important; }
.subnav-box .counter {
  background: #e2007a;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px; }

.subnav-box-icon {
  padding-top: 2px !important;
  padding-bottom: 0 !important; }
  .subnav-box-icon ul li {
    padding: 7px 0 7px 0; }
    .subnav-box-icon ul li:last-child {
      padding: 7px 0 7px 0; }
    .subnav-box-icon ul li a:hover .icon {
      color: #e2007a; }
  .subnav-box-icon .icon {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
    color: #90A6B6; }
  .subnav-box-icon .current .icon {
    color: #e2007a; }

/* Navbar */
.mega-navbar, .navbar {
  background: #005ea8; }

.navbar li {
  list-style: none;
  float: left;
  font-size: 1.1em;
  height: 45px; }

.navbar li a {
  padding: 0 15px;
  height: 45px;
  line-height: 45px; }

.navbar li a:hover, .navbar li.active a {
  background: #2982c6; }

.navbar-dropdown {
  background: #005ea8; }

.navbar-dropdown > li > a {
  padding: 10px 15px;
  font-size: 1em;
  color: white; }

.navbar-dropdown > li:hover > a {
  background: #2982c6;
  color: white; }

/* Table */
thead {
  background: #416177; }
  thead td, thead th {
    padding: 4px 10px;
    border-color: #364c5b; }

table {
  width: 100%;
  margin-bottom: 20px; }
  table a {
    text-decoration: none;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px; }

td, th {
  padding: 4px 10px;
  border: 1px solid #d5d5d5; }

th {
  background: #416177;
  color: white;
  border-color: #364c5b; }

tr:nth-child(even) {
  background-color: #f2f2f2; }

tr:nth-child(odd) th {
  background-color: #5b788d; }

.tr-green-highlight, .td-green-highlight {
  background: #ddf7ef !important;
  color: #009669; }

.tr-blue-highlight, .td-blue-highlight {
  background: #e0f0f3 !important;
  color: #005ea8; }

.tr-pink-highlight, .td-pink-highlight {
  background: #fef2f8 !important;
  color: #e2007a; }

.tr-grey-highlight, .td-grey-highlight {
  background: #f2f2f2 !important; }

.tr-txt-blue, .td-txt-blue {
  color: #005ea8; }

/* Box */
.box {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px; }

.box .box-header {
  padding: 15px 20px;
  background: #2982c6;
  color: white;
  font-size: 1.2em;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.box .box-header + .box-body {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.box .box-body {
  padding: 20px;
  background: white;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.box .box-footer {
  padding: 10px 20px;
  background: white;
  border-color: #d5d5d5; }

.box .box {
  -webkit-box-shadow: white 0 0 0 0;
  -khtml-box-shadow: white 0 0 0 0;
  -moz-box-shadow: white 0 0 0 0;
  -ms-box-shadow: white 0 0 0 0;
  -o-box-shadow: white 0 0 0 0;
  box-shadow: white 0 0 0 0; }

.box .box .box-body {
  background: #f2f2f2; }

/* Infos boxes */
.infos-box {
  -webkit-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }
  .infos-box ul {
    margin: 10px 0; }
  .infos-box ul li span {
    color: #005ea8; }

.alert-box {
  -webkit-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }

.success-box {
  -webkit-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  -o-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0; }

.infos-box.box-type-2 {
  border: 1px solid #92bdd9; }

.alert-box.box-type-2 {
  border: 1px solid #f49ecc; }

.success-box.box-type-2 {
  border: 1px solid #90d5c0; }

.form-wrapper .infos-box {
  border: 1px solid #92bdd9; }
.form-wrapper .alert-box {
  border: 1px solid #f49ecc; }
.form-wrapper .success-box {
  border: 1px solid #90d5c0; }

/* jQuery token input */
ul.token-input-list {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  ul.token-input-list li.token-input-token {
    background-color: #28c4e0;
    font-size: 1.1em; }

div.token-input-dropdown {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

/* jQuery UI tabs */
.ui-tabs {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .ui-tabs .ui-tabs-nav {
    background: white url("/images/shadow-top-faderight.png") bottom right repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0; }
    .ui-tabs .ui-tabs-nav li {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      margin: 0;
      font-size: 1.3em; }
      .ui-tabs .ui-tabs-nav li:first-child {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .ui-tabs .ui-tabs-nav .ui-state-default {
      background: white url("/images/shadow-top-faderight.png") bottom left repeat-x;
      color: #005ea8;
      border-right: 1px solid #dbdbdb; }
      .ui-tabs .ui-tabs-nav .ui-state-default a, .ui-tabs .ui-tabs-nav .ui-state-default a:link, .ui-tabs .ui-tabs-nav .ui-state-default a:visited {
        color: #005ea8; }
      .ui-tabs .ui-tabs-nav .ui-state-default:last-child {
        border: 0; }
    .ui-tabs .ui-tabs-nav .ui-state-active, .ui-tabs .ui-tabs-nav .ui-state-hover {
      background: #2982c6;
      border-right: 1px solid #2982c6; }
      .ui-tabs .ui-tabs-nav .ui-state-active a, .ui-tabs .ui-tabs-nav .ui-state-hover a {
        color: white !important; }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      padding: 12px 20px; }
  .ui-tabs .ui-tabs-panel {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0; }

/* 4. GENERAL, LAYOUT, WRAPPERS, OBJECTS
-----------------------------------------*/
body {
  background: #f2f2f2;
  font-size: 0.85em;
  min-width: 1120px;
  /* Fix for non-responsive website */ }

/*  Text */
p.chapo {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 25px; }

.text-pink {
  color: #e2007a !important; }

.text-blue-cyan {
  color: #28c4e0 !important; }

.text-blue {
  color: #005ea8 !important; }

.text-blue-light {
  color: #2982c6 !important; }

.text-grey-light {
  color: #7f7f7f !important; }

.text-green {
  color: #009669 !important; }

.text-grey {
  color: #535353 !important; }

/*  Layout */
.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w450 {
  width: 450px; }

.w500 {
  width: 500px; }

.w550 {
  width: 550px; }

.w600 {
  width: 600px; }

.w650 {
  width: 650px; }

.w700 {
  width: 700px; }

.w760 {
  width: 760px; }

.w900 {
  width: 900px; }

.margin-auto {
  margin: 0 auto; }

.section-bg-white {
  background-color: white;
  padding: 15px 0; }

/*  Wrappers */
.wrapper {
  width: 1120px; }

.mega-wrapper {
  padding: 25px 0;
  background: #2982c6 url("/images/bg-pictos-handstyle.jpg") top center;
  background-attachment: fixed; }
  .mega-wrapper h1, .mega-wrapper .h1,
  .mega-wrapper h2, .mega-wrapper .h2,
  .mega-wrapper h3, .mega-wrapper .h3 {
    color: white;
    font-size: 2.4em;
    margin: 0; }
  .mega-wrapper p {
    color: white;
    margin: 0;
    font-size: 1.4em; }

.mega-wrapper-type-2 {
  background: #28c4e0 url("/images/bg-pictos-handstyle-bis.jpg") top center;
  background-attachment: fixed; }
  .mega-wrapper-type-2 h1, .mega-wrapper-type-2 .h1,
  .mega-wrapper-type-2 h2, .mega-wrapper-type-2 .h2,
  .mega-wrapper-type-2 h3, .mega-wrapper-type-2 .h3 {
    text-shadow: 2px 2px 3px #12a7cf; }

.mega-wrapper-type-3 {
  background: #2982c6 url("/images/bg-landing-passez-annonce.jpg") no-repeat top center;
  background-size: cover; }

.mega-wrapper-blanc {
  background: white; }

.form-wrapper {
  background: #f2f2f2;
  padding: 20px; }

.form-type-2 input[type="text"], .form-type-2 textarea, .form-type-2 .ui-multiselect {
  background-color: rgba(0, 0, 0, 0.025) !important; }

.breadcrumb-wrapper {
  padding: 15px 0; }

.pub-horizontal-wrapper {
  background: white;
  padding: 20px 0;
  text-align: center; }

/* Objects */
.loading-box {
  padding: 10px 15px;
  margin-bottom: 20px;
  background: white;
  color: #005ea8;
  text-align: center; }

.loading-box:before {
  background: url("/images/ajax-loader-blue.gif") no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: ""; }

.box-promo {
  position: relative; }
  .box-promo .box-body {
    padding: 60px 45px 30px 45px; }
  .box-promo .h1-wrapper {
    margin: -75px 0 30px 0;
    text-align: center; }
  .box-promo .h1 {
    -webkit-transform: rotate(-4deg);
    -khtml-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background: #2982c6;
    color: white;
    padding: 8px 18px;
    font-size: 1.8em;
    display: inline-block; }
  .box-promo ul {
    font-size: 1.2em;
    line-height: 1.4em; }
    .box-promo ul li {
      list-style: none;
      background: url("/images/evaluation/check.png") no-repeat;
      padding-left: 40px;
      margin-bottom: 20px; }
    .box-promo ul:last-child {
      margin-bottom: 0; }
  .box-promo a.btn-temoignages {
    background: url("/images/annonceur/bg-btn-temoignages.png") no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 150px;
    right: 120px; }

.promo-card {
  font-size: 1.2em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  background: white;
  color: #005ea8;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 20px;
  height: 42px;
  line-height: 42px; }
  .promo-card .promo-card-label {
    background: #1ec8bb;
    color: white;
    padding: 0 10px;
    font-weight: bold;
    display: inline-block; }
  .promo-card .label-position-left {
    margin: 0 10px 0 -20px; }
  .promo-card .label-position-right {
    margin: 0 -20px 0 10px; }

.sharebar ul.sharebar-buttons {
  list-style: none;
  padding: 0 !important; }
.sharebar ul.sharebar-buttons li {
  display: inline;
  margin-right: 3px; }
  .sharebar ul.sharebar-buttons li:before {
    display: none !important; }
.sharebar ul.sharebar-buttons li a {
  width: 100%;
  height: 100%; }

.pub-credit {
  margin-top: 30px; }
  .pub-credit a {
    text-decoration: none; }
  .pub-credit h3 {
    display: block;
    background: #2982c6;
    color: white;
    border-left: 6px solid #f7ac15;
    padding: 4px 8px;
    font-size: 1em; }
  .pub-credit .logo {
    float: left;
    width: 130px;
    text-align: center; }
    .pub-credit .logo img {
      max-width: 130px; }
  .pub-credit .texte {
    float: right;
    width: 570px; }
    .pub-credit .texte a {
      color: #535353; }
    .pub-credit .texte b {
      color: #005ea8; }

.item-summary li {
  display: inline-block;
  vertical-align: top;
  color: #005ea8;
  text-align: center;
  font-size: 0.85em;
  padding: 0 6px 0 2px;
  border-right: 1px solid #dbdbdb; }
  .item-summary li strong {
    color: #28c4e0;
    display: block;
    font-size: 1.7em; }
    .item-summary li strong small {
      font-weight: normal;
      font-size: 0.8em; }
  .item-summary li:first-child {
    padding-left: 0; }
  .item-summary li:last-child {
    padding-right: 0;
    border-right: 0; }

.evaluation-promo-box {
  background: url("/images/evaluation/visuel-expert-pap.png") no-repeat;
  padding: 12px 0 20px 170px; }
  .evaluation-promo-box p {
    font-size: 1.4em;
    color: #005ea8; }
  .evaluation-promo-box strong {
    color: #28c4e0; }
  .evaluation-promo-box em {
    font-style: normal;
    font-weight: bold; }
  .evaluation-promo-box .btn {
    font-weight: bold;
    margin-right: 10px; }

.icon-success, .icon-success-wrapper {
  text-align: center; }
  .icon-success .icon, .icon-success-wrapper .icon {
    width: 100px;
    height: 100px;
    font-size: 100px;
    color: #0ecf9e; }

.owl-dot span {
  background: #dbdbdb !important; }

.owl-dot.active span {
  background: #28c4e0 !important; }

.options-notation .option {
  margin-right: 0;
  margin-top: -3px;
  float: left; }
.options-notation label {
  width: 30px;
  height: 26px;
  text-indent: -10000px !important;
  background: url("/images/sprite-ratingstars.png") no-repeat top center;
  display: block !important; }
.options-notation input {
  position: absolute;
  left: -10000px; }
.options-notation .note-off label {
  background: url("/images/sprite-ratingstars.png") no-repeat center -26px; }
.options-notation .note-checked label {
  background: url("/images/sprite-ratingstars.png") no-repeat top center; }

.promo-box {
  padding: 10px 15px 10px 42px;
  margin-bottom: 20px;
  position: relative;
  background: #fef2f8;
  color: #e2007a; }
  .promo-box:before {
    font-family: donuts-fontastic !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 8px;
    content: "\50"; }

/* FIN GENERAL, LAYOUT, WRAPPERS, OBJECTS */
/* 5. FORMULAIRES
-------------------------------------*/
form ::-webkit-input-placeholder {
  color: #499cdc; }
form :-ms-input-placeholder {
  color: #499cdc; }
form legend {
  font-size: 1.6em;
  font-weight: normal; }
  form legend small {
    color: #7f7f7f;
    font-size: 0.55em; }
form label small, form .label small {
  color: #7f7f7f; }
form input[type="text"], form input[type="password"], form textarea, form .ui-multiselect, form .SumoSelect .CaptionCont {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #005ea8; }
form .icon-token-input-localisation .token-input-list {
  background: white url("/images/picto-localisation-input.png") no-repeat center right;
  padding-right: 30px; }
form .icon-input-localisation {
  background: white url("/images/picto-localisation-input.png") no-repeat center right;
  padding-right: 30px; }
form .icon-input-euros {
  background: white url("/images/picto-euro-input.png") no-repeat center right;
  padding-right: 20px; }
form .icon-input-surface {
  background: white url("/images/picto-surface-input.png") no-repeat center right;
  padding-right: 30px; }
form .icon-input-percent {
  background: white url("/images/picto-percent-input.png") no-repeat center right;
  padding-right: 24px; }
form .icon-input-agenda {
  background: white url("/images/picto-agenda-input.png") no-repeat center right;
  padding-right: 20px; }
form .icon-input-cb {
  background: white url("/images/picto-cb-input.png") no-repeat center right;
  padding-right: 20px; }
form .icon-input-mail {
  background: white url("/images/picto-mail-input.png") no-repeat center right;
  padding-right: 34px; }
form .icon-input-tel {
  background: white url("/images/picto-tel-input.png") no-repeat center right;
  padding-right: 34px; }

.ui-dialog .ui-multiselect {
  color: #005ea8 !important; }

.calculette-results-wrapper {
  background: #f2f2f2;
  padding: 0 20px 20px 20px; }
  .calculette-results-wrapper .calculette-results-container {
    background: white;
    padding: 15px 20px; }
  .calculette-results-wrapper .bg-picto-calculette {
    background: url("/images/picto-calc-results.png") no-repeat;
    padding-left: 110px;
    min-height: 90px; }
  .calculette-results-wrapper p.h1 {
    color: #0ecf9e;
    font-size: 1.6em;
    font-weight: bold; }
    .calculette-results-wrapper p.h1 small {
      font-weight: normal;
      color: #535353; }

/* FIN FORMULAIRES */
/* 6. HEADER
-------------------------------------*/
header {
  padding: 12px 0;
  background-color: white; }
  header .catchline {
    margin: 10px 0 0 14px;
    display: block; }
    header .catchline h1, header .catchline .h1 {
      font-size: 1em;
      color: #535353; }
      header .catchline h1 span, header .catchline .h1 span {
        font-weight: bold;
        color: #28c4e0;
        font-size: 1.4em; }
      header .catchline h1 em, header .catchline .h1 em {
        color: #005ea8;
        font-style: normal;
        font-weight: bold; }
  header .signature-groupe {
    font-size: 0.85em;
    text-align: right;
    margin-left: 30px;
    padding-top: 10px;
    color: #7f7f7f; }
    header .signature-groupe img {
      margin-left: 10px; }

.header-toolbox ul {
  margin: 10px 0 0 0; }
  .header-toolbox ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 6px;
    height: 46px; }
    .header-toolbox ul li a.tel-crc {
      padding: 0 0 0 50px;
      margin-top: 4px;
      font-weight: 400;
      color: #535353;
      font-size: 1.1em;
      line-height: 1.2em;
      position: relative;
      display: inline-block;
      text-decoration: none; }
      .header-toolbox ul li a.tel-crc .icon {
        color: #28c4e0;
        font-size: 38px;
        height: 38px;
        width: 38px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -khtml-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
      .header-toolbox ul li a.tel-crc strong {
        display: block;
        padding: 2px 0;
        color: #28c4e0;
        font-size: 1.2em; }
      .header-toolbox ul li a.tel-crc small {
        display: block;
        font-size: 0.8em; }
    .header-toolbox ul li:last-child {
      padding-right: 0; }

.cookie-banner {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000; }
  .cookie-banner .wrapper {
    position: relative; }
  .cookie-banner p {
    font-size: 0.85em;
    margin-bottom: 0;
    margin-right: 40px; }
  .cookie-banner .btn {
    position: absolute;
    top: 3px;
    right: 0;
    color: #535353;
    font-size: 0.9em;
    -webkit-transition: all 0.1s ease-in-out;
    -khtml-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .cookie-banner .btn:hover {
      color: #005ea8; }

/* FIN HEADER */
/* 7. NAVBAR
-------------------------------------*/
.navbar .wrapper {
  position: relative; }
.navbar .nav-toolbox li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px 0 0px;
  height: 45px;
  margin: 0; }
  .navbar .nav-toolbox li a.user-space {
    padding: 4px 16px 0 48px;
    font-weight: 400;
    color: white;
    font-size: 0.9em;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    text-decoration: none; }
    .navbar .nav-toolbox li a.user-space .icon {
      color: white;
      font-size: 28px;
      height: 28px;
      width: 28px;
      position: absolute;
      top: 9px;
      left: 12px;
      -webkit-transition: all 0.1s ease-in-out;
      -khtml-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .navbar .nav-toolbox li a.user-space strong {
      display: block;
      padding: 3px 0 0 0; }
    .navbar .nav-toolbox li a.user-space small {
      display: block;
      font-size: 0.8em;
      max-width: 130px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.navbar .btn-menu-passer-annonce {
  display: block;
  width: 218px;
  height: 55px;
  text-indent: -10000px;
  background: url("/images/bg-btn-menu-passez-annonce.png") no-repeat 0 5px;
  -webkit-transition: none 0.1s ease-in-out;
  -khtml-transition: none 0.1s ease-in-out;
  -moz-transition: none 0.1s ease-in-out;
  -ms-transition: none 0.1s ease-in-out;
  -o-transition: none 0.1s ease-in-out;
  transition: none 0.1s ease-in-out;
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .navbar .btn-menu-passer-annonce:hover {
    background: url("/images/bg-btn-menu-passez-annonce.png") no-repeat 0 0; }

.nav-toolbox-dropdown {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin: 0;
  padding: 10px;
  background: white;
  color: #005ea8;
  width: 250px; }
  .nav-toolbox-dropdown .espace-proprietaire-links li {
    margin: 0;
    padding: 0; }
    .nav-toolbox-dropdown .espace-proprietaire-links li a {
      display: block;
      text-decoration: none;
      padding: 10px;
      color: #535353;
      position: relative; }
    .nav-toolbox-dropdown .espace-proprietaire-links li .counter {
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #e2007a;
      color: white;
      width: 20px;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      text-align: center;
      font-weight: bold;
      font-size: 0.9em;
      position: absolute;
      top: 10px;
      right: 10px; }
    .nav-toolbox-dropdown .espace-proprietaire-links li:hover a {
      color: #535353;
      background: #f2f2f2; }
  .nav-toolbox-dropdown hr {
    margin: 0 0 10px 0; }
  .nav-toolbox-dropdown .btn {
    margin: 15px 0 0 0; }
  .nav-toolbox-dropdown .btn-small {
    margin: 0; }

/* FIN NAVBAR */
/* 8. FOOTER */
.share-footer-box {
  padding: 15px 0;
  background: white; }
  .share-footer-box .h2 {
    color: #005ea8;
    padding-top: 13px;
    display: inline-block;
    vertical-align: top; }
  .share-footer-box a {
    display: inline-block;
    margin-left: 15px; }

.footer {
  background-color: #416177;
  font-size: 0.9em;
  margin-top: 0; }
  .footer ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 30px; }
    .footer ul li a {
      padding: 0px 20px;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      text-decoration: none; }
    .footer ul li:last-child a {
      border: none; }
  .footer p {
    color: white;
    margin-bottom: 12px; }
  .footer a {
    color: white;
    text-decoration: none; }
    .footer a:hover {
      color: #28c4e0; }

/* FIN FOOTER */
/* 9. SIDEBAR */
.sidebar .pub {
  margin-bottom: 20px; }
.sidebar .liens-promo .box-body {
  padding: 10px; }
.sidebar .liens-promo .bloc-promo {
  display: block;
  color: #535353;
  padding: 5px;
  text-decoration: none;
  font-size: 0.85em;
  position: relative;
  min-height: 68px;
  margin-bottom: 10px; }
  .sidebar .liens-promo .bloc-promo:hover {
    background: #f2f2f2; }
    .sidebar .liens-promo .bloc-promo:hover .lien {
      color: #e2007a; }
  .sidebar .liens-promo .bloc-promo:last-child {
    margin-bottom: 0; }
.sidebar .liens-promo img {
  position: absolute; }
.sidebar .liens-promo .text {
  padding-left: 78px;
  overflow: hidden; }
.sidebar .liens-promo .title-promo {
  color: #005ea8;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 4px;
  display: block; }
.sidebar .liens-promo p {
  margin-bottom: 4px; }
.sidebar .liens-promo .lien {
  padding: 0 2px 0 0;
  font-weight: bold;
  color: #005ea8;
  float: right;
  text-decoration: underline;
  font-size: 1.1em; }
.sidebar .guide-ville-box .box-header h2 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: inherit; }
.sidebar .guide-ville-box .box-body p {
  color: #7f7f7f;
  font-size: 0.9em;
  text-align: justify;
  margin-bottom: 8px; }
.sidebar .barometre-empruntis table {
  font-size: 0.9em; }
  .sidebar .barometre-empruntis table td {
    padding-left: 0;
    padding-right: 0; }

/* FIN SIDEBAR */
/* 10. HOMEPAGE
-------------------------------------*/
.search-form-homepage {
  margin-bottom: 20px;
  padding: 20px 0 30px 0;
  background: #2982c6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0; }
  .search-form-homepage .h1 {
    color: white;
    text-align: center;
    margin-bottom: 24px; }
  .search-form-homepage .tabs-list {
    margin-bottom: 15px;
    margin-left: 30px; }
    .search-form-homepage .tabs-list li {
      display: inline-block;
      margin-right: 10px;
      position: relative; }
      .search-form-homepage .tabs-list li a {
        color: white;
        font-size: 1.1em;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.3);
        padding: 8px 21px;
        border: 1px solid #2982c6;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase; }
        .search-form-homepage .tabs-list li a:hover {
          background-color: white;
          background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
          background-image: -webkit-linear-gradient(top, white, #f2f2f2);
          background-image: -moz-linear-gradient(top, white, #f2f2f2);
          background-image: -ms-linear-gradient(top, white, #f2f2f2);
          background-image: -o-linear-gradient(top, white, #f2f2f2);
          background-image: linear-gradient(top, white, #f2f2f2);
          color: #005ea8;
          border-color: #005ea8; }
      .search-form-homepage .tabs-list li:last-child {
        margin-right: 0; }
    .search-form-homepage .tabs-list li.active a {
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
      background-image: -webkit-linear-gradient(top, white, #f2f2f2);
      background-image: -moz-linear-gradient(top, white, #f2f2f2);
      background-image: -ms-linear-gradient(top, white, #f2f2f2);
      background-image: -o-linear-gradient(top, white, #f2f2f2);
      background-image: linear-gradient(top, white, #f2f2f2);
      color: #005ea8;
      border-color: #005ea8; }
    .search-form-homepage .tabs-list li.active:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 8px 6px 0;
      border-color: #f2f2f2 transparent;
      display: block;
      width: 0;
      z-index: 1;
      margin-left: -6px;
      bottom: -7px;
      left: 50%; }
  .search-form-homepage form {
    padding: 0 30px; }
    .search-form-homepage form input[type="text"], .search-form-homepage form input[type="password"], .search-form-homepage form textarea, .search-form-homepage form .ui-multiselect {
      border-color: #005ea8 !important; }
      .search-form-homepage form input[type="text"]:focus, .search-form-homepage form input[type="password"]:focus, .search-form-homepage form textarea:focus, .search-form-homepage form .ui-multiselect:focus {
        border-color: #005ea8; }
    .search-form-homepage form label, .search-form-homepage form .label {
      color: white; }
    .search-form-homepage form .row {
      margin-bottom: 5px; }
    .search-form-homepage form .options-group-inline .option {
      width: 210px;
      display: inline-block;
      vertical-align: top; }
    .search-form-homepage form ul.token-input-list {
      border-color: #005ea8; }
    .search-form-homepage form input[type="submit"] {
      text-indent: -10000px;
      background: url("/images/bg-btn-search.png") no-repeat;
      height: 50px;
      -webkit-transition: none 0.1s ease-in-out;
      -khtml-transition: none 0.1s ease-in-out;
      -moz-transition: none 0.1s ease-in-out;
      -ms-transition: none 0.1s ease-in-out;
      -o-transition: none 0.1s ease-in-out;
      transition: none 0.1s ease-in-out; }
      .search-form-homepage form input[type="submit"]:hover {
        background-position: 0 -50px; }
    .search-form-homepage form .btn-plus-criteres {
      text-decoration: none;
      font-size: 0.9em;
      color: white;
      padding: 0;
      margin-top: 12px;
      display: block; }
      .search-form-homepage form .btn-plus-criteres .icon {
        width: 18px;
        height: 18px;
        background: url("/images/picto-plus-small.png"); }
      .search-form-homepage form .btn-plus-criteres:hover {
        text-decoration: underline; }

.box-homepage {
  margin-bottom: 20px; }
  .box-homepage .h2, .box-homepage h2 {
    color: #005ea8;
    font-size: 2em;
    text-align: center; }
  .box-homepage .h3 {
    margin: 10px 0; }
  .box-homepage .btn-passer-annonce {
    text-indent: -10000px;
    width: 226px;
    height: 50px;
    background: url("/images/bg-btn-passez-annonce.png");
    display: inline-block;
    -webkit-transition: none 0.1s ease-in-out;
    -khtml-transition: none 0.1s ease-in-out;
    -moz-transition: none 0.1s ease-in-out;
    -ms-transition: none 0.1s ease-in-out;
    -o-transition: none 0.1s ease-in-out;
    transition: none 0.1s ease-in-out; }
    .box-homepage .btn-passer-annonce:hover {
      background-position: 0 -50px; }
  .box-homepage .widget-trustpilot {
    display: inline-block;
    margin-top: 20px;
    width: 160px; }
  .box-homepage .specialists-slider .owl-item {
    height: 430px !important;
    padding: 0 40px; }
  .box-homepage .specialists-slider .owl-item > div {
    height: 430px !important;
    background-repeat: no-repeat;
    background-position: 20px bottom; }
  .box-homepage .specialists-slider .bg-juriste {
    background-image: url("/images/charlie.png");
    background-size: 29%;
    padding-left: 400px; }
  .box-homepage .specialists-slider .bg-crc {
    background-image: url("/images/laurence.png");
    background-size: 27%;
    padding-left: 400px; }
  .box-homepage .specialists-slider .bg-evaluation {
    background-image: url("/images/blandine.png");
    background-size: 34%;
    padding-left: 400px; }
  .box-homepage .specialists-slider .h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    padding-top: 30px; }
  .box-homepage .specialists-slider ul {
    margin-bottom: 20px; }
    .box-homepage .specialists-slider ul li {
      background: url("/images/picto-check-blue.png") no-repeat;
      font-size: 1.1em;
      line-height: 1.1em;
      padding-bottom: 15px;
      padding-left: 25px;
      display: block; }
  .box-homepage .specialists-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .box-homepage .dossiers-slider {
    position: relative; }
    .box-homepage .dossiers-slider .item {
      text-align: center;
      border: 2px solid #f2f2f2;
      height: 300px;
      position: relative; }
      .box-homepage .dossiers-slider .item p, .box-homepage .dossiers-slider .item .h3 {
        padding-left: 6px;
        padding-right: 6px; }
      .box-homepage .dossiers-slider .item .h3 {
        margin-bottom: 5px; }
      .box-homepage .dossiers-slider .item .cta-youtube:before {
        content: "";
        width: 64px;
        height: 45px;
        background: url("/images/cta-youtube.png");
        position: absolute;
        top: 60px;
        left: 80px;
        opacity: 0.7; }
      .box-homepage .dossiers-slider .item:hover .cta-youtube:before {
        opacity: 1; }
    .box-homepage .dossiers-slider .owl-stage-outer {
      z-index: 1000; }
    .box-homepage .dossiers-slider .owl-prev, .box-homepage .dossiers-slider .owl-next {
      z-index: 1;
      position: absolute;
      top: 100px;
      opacity: 1 !important;
      width: 50px;
      height: 50px;
      background: white !important;
      -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
      -khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
      -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
      -o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
      box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-family: donuts-fontastic !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-variant: normal !important;
      text-transform: none !important;
      font-size: 3em;
      color: #28c4e0; }
    .box-homepage .dossiers-slider .owl-prev:hover, .box-homepage .dossiers-slider .owl-next:hover {
      color: #e2007a; }
    .box-homepage .dossiers-slider .owl-prev {
      left: -50px;
      text-align: left;
      padding: 0 0 0 0 !important; }
    .box-homepage .dossiers-slider .owl-next {
      right: -50px;
      text-align: right;
      padding: 0 0 0 0 !important; }
  .box-homepage .actualites-homepage .item {
    padding: 6px 4px; }
    .box-homepage .actualites-homepage .item:nth-child(even) {
      background: #f2f2f2; }
    .box-homepage .actualites-homepage .item a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      width: 86%;
      text-decoration: none;
      margin-left: 10px;
      text-decoration: none; }

.service-homepage .box-body {
  padding-top: 15px;
  min-height: 172px; }
.service-homepage .title {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #005ea8; }
.service-homepage a.title:hover {
  color: #e2007a; }
.service-homepage .thumb {
  width: 70px;
  float: left;
  margin-bottom: 10px;
  text-align: center; }
.service-homepage p {
  width: 220px;
  float: right; }

.pre-footer-homepage {
  background: white;
  padding: 0 0 5px 0; }
  .pre-footer-homepage .wrapper {
    border-top: 1px dashed #dbdbdb;
    padding-top: 20px; }
  .pre-footer-homepage h3 {
    margin-bottom: 10px; }
  .pre-footer-homepage ul li {
    margin-bottom: 3px; }
  .pre-footer-homepage a {
    color: #7f7f7f;
    font-size: 0.9em;
    text-decoration: none; }
    .pre-footer-homepage a:hover {
      color: #e2007a; }
  .pre-footer-homepage .reseau-pap a {
    padding-left: 24px; }
  .pre-footer-homepage .reseau-pap a.lien-papvacances {
    background: url("/images/puce-papvacances.png") no-repeat; }
  .pre-footer-homepage .reseau-pap a.lien-papcommerces {
    background: url("/images/puce-papcommerces.png") no-repeat; }
  .pre-footer-homepage .reseau-pap a.lien-immoneuf {
    background: url("/images/puce-immoneuf.png") no-repeat; }
  .pre-footer-homepage .reseau-pap a.lien-fcm {
    background: url("/images/puce-fcm.png") no-repeat; }
  .pre-footer-homepage .reseau-pap a.lien-demeures-de-charme {
    background: url("/images/puce-demeures.png") no-repeat; }
  .pre-footer-homepage .reseau-pap a.lien-groupe-pap {
    background: url("/images/puce-groupe.png") no-repeat; }
  .pre-footer-homepage .reseau-pap a:hover.lien-papvacances {
    color: #e27624; }
  .pre-footer-homepage .reseau-pap a:hover.lien-papcommerces {
    color: #d10712; }
  .pre-footer-homepage .reseau-pap a:hover.lien-immoneuf {
    color: #009536; }
  .pre-footer-homepage .reseau-pap a:hover.lien-fcm {
    color: #00998e; }
  .pre-footer-homepage .reseau-pap a:hover.lien-demeures-de-charme {
    color: #003863; }
  .pre-footer-homepage .reseau-pap a:hover.lien-groupe-pap {
    color: #5c5c5c; }

/* FIN HOMEPAGE */
/* 11. PAGES GROUPE
-------------------------------------*/
.map-antennes {
  background: url("/images/carte-france-departement.png") no-repeat;
  width: 350px;
  height: 350px;
  position: relative; }
  .map-antennes a {
    position: absolute;
    background: white;
    opacity: 0;
    width: 50px;
    height: 48px; }
    .map-antennes a:hover {
      opacity: 0.3; }
  .map-antennes .map-link-nordest {
    top: 10px;
    left: 205px; }
  .map-antennes .map-link-idf {
    top: 103px;
    left: 155px; }
  .map-antennes .map-link-centreest {
    top: 134px;
    left: 237px; }
  .map-antennes .map-link-grandouest {
    top: 85px;
    left: 66px; }
  .map-antennes .map-link-sudest {
    top: 222px;
    left: 288px; }
  .map-antennes .map-link-sudouest {
    top: 246px;
    left: 134px; }
  .map-antennes .map-link-provencelanguedoc {
    top: 292px;
    left: 227px;
    width: 53px; }

/* FIN PAGES GROUPE */
