@font-face {
  font-family: Hermes;
  src: url(../../../fonts/Hermes-Regular.ttf) format("truetype");
  font-weight: normal;
}

body {
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #191919;
}

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
}

body {
  margin: 0;
  overflow-x: hidden;
  height: 100%;
}

/* SPECIAL IE */
img {
  border: none;
}

a.no-decoration {
  text-decoration: none;
}

/* HIDE MOBILE DIV*/
.mobile {
  display: none;
}

.rx-mask {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}


.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: calc(50% - 22px);
  left: calc(50% - 24px);
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #1371C3 transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Header related CSS */
#geoloc-error {
  position: absolute;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 18pt;
  background-color: red;
  opacity: 0.8;
  width: 100%;
}

#geoloc-error p {
  margin: 5px 0;
  color: white;
}

header {
  height: 175px;
  border-bottom: 2px solid #bbbbbb;
  box-sizing: border-box;
}

#top-bar {
  height: 30px;
  background-color: #4487bd;
}

header li {
  float: left;
  margin-left: 10px;
  font-size: 11pt;
}

header li a {
  text-decoration: none;
  color: white;
}

header ul {
  list-style: none;
  color: white;
  font-family: "Open Sans";
  margin: 5px 0;
}

#top-bar ul {
  float: right;
  color: white;
  margin-right: 95px;
}

#top-bar .bold {
  font-family: "Open Sans";
  font-weight: 700;
}

nav {
  margin-top: 10px;
  border-top: 1px solid #bbbbbb;
}

nav ul,
nav ul a {
  color: #818181;
}

nav li {
  font-size: 10pt;
}

#logo {
  margin: 20px 55px 0 25px;
}

#main-header h1 {
  font-size: 14pt;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0a287d;
  font-family: "Hermes";
  font-weight: normal;
  display: inline-block;
}

.selected {
  font-family: "Open Sans";
  color: #0a287d;
}

/* Footer related CSS */
footer {
  z-index: 3;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 70px;
  border-top: 2px solid #bbbbbb;
  background-color: white;
  box-sizing: border-box;
}

footer a {
  margin: 0 auto;
  display: block;
  font-family: "Open Sans";
  font-size: 9pt;
  text-align: center;
  color: #818181;
  text-decoration: none;
}

#link-container {
  padding-top: 15px;
  height: 50px;
  margin: 0 auto;
}

#link-container ul {
  list-style: none;
  text-align: center;
  margin: 0;
}

#link-container li {
  display: inline-block;
}

#link-container a:after {
  padding-left: 5px;
  content: "|";
}

#link-container ul li:last-child a:after {
  content: " ";
}

/* UTILS CSS */

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

#map-container,
#sidebar {
  padding: 0;
  margin: 0;
}

/* MAP CSS */
#map-container {
  height: calc(100% - 245px);
  width: calc(100% - 395px);
  float: right;
}

#map-canvas {
  width: 100%;
  height: 100%;
}

#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* SIDEBAR CSS*/
#sidebar {
  box-shadow: 3px 15px 25px 2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=15);
  overflow-y: hidden;
  width: 395px;
  float: left;
  border-right: 1px solid #bbbbbb;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

#sidebar h2,
#agency-sidebar h2,
#agency-sidebar h1 {
  font-family: Hermes;
  font-size: 16pt;
  color: #4487bd;
  display: inline-block;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  float: left;
}

#sidebar h3,
#agency-sidebar h3 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 10pt;
  color: #4487bd;
}

#sidebar .list-img {
  float: left;
  margin-top: 35px;
  margin-left: -25px;
}

#sidebar .scrollable {
  overflow-y: scroll;
}

/** SEARCH-BOX **/

#search-box {
  border-bottom: 2px solid #bbbbbb;
  padding-left: 50px;
}

#search-box h3 {
  margin: 0;
}

#search-box input[type="text"] {
  width: 235px;
  height: 35px;
  float: left;
  box-sizing: border-box;
  border: none;
  background-color: #f0f0f0;
  padding-left: 15px;
  font-family: "Open Sans";
  font-size: 10pt;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#search-box input[type="submit"] {
  border: none;
  background: url(../../../img/Agency/search.png) no-repeat center;
  background-color: #4387bd;
  background-size: 50%;
  cursor: pointer;
  background-position: center;
  width: 40px;
  height: 35px;
  margin: 0;
  padding: 5px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#search-box a {
  display: block;
  background-color: #5a5a5a;
  font-family: "Open Sans";
  font-size: 10pt;
  text-decoration: none;
  color: white;
  padding: 7px;
  height: 35px;
  width: 275px;
  margin: 20px 0;
  border-radius: 2px;
  box-sizing: border-box;
}

#search-box a img {
  height: 21px;
  width: 21px;
  margin-right: 10px;
  float: left;
}

#search-box a span {
  padding-top: 1px;
  float: left;
}

/**********/

/** SERVICE-BOX **/

#service-box {
  padding-left: 55px;
}

#services-box ul {
  list-style: none;
  padding: 0;
  margin-left: -10px;
}

#services-box li {
  padding-right: 30px;
  float: left;
  font-family: "Open Sans";
  font-size: 10pt;
  max-width: 70px;
  color: #8d8d8d;
  text-align: center;
  margin-bottom: 10px;
}

.service-case {
  /*background-size: #818181;*/
  height: 50px;
  margin: 0 auto;
  width: 50px;
  margin-bottom: 2px;
}

.service-wrapper {
  width: 100%;
  margin-left: -10px;
}

.service-container {
  display: inline-block;
  width: 33%;
  padding-right: 30px;
  font-family: "Open Sans";
  font-size: 10pt;
  max-width: 70px;
  color: #8d8d8d;
  text-align: center;
  margin-bottom: 10px;
}

#achatExpress {
  background: url(../../../img/Agency/services/achatExpress.png);
  background-size: cover;
}

#achatConseil {
  background: url(../../../img/Agency/services/achatConseil.png);
  background-size: cover;
}

#miseDisposition {
  background: url(../../../img/Agency/services/miseDisposition.png);
  background-size: cover;
}

#etudeProjet {
  background: url(../../../img/Agency/services/etudeProjet.png);
  background-size: cover;
}

#recyclage {
  background: url(../../../img/Agency/services/recyclage.png);
  background-size: cover;
}

#drive {
  background: url(../../../img/Agency/services/drive.png);
  background-size: cover;
}

#consigne {
  background: url(../../../img/Agency/services/consigne.png);
  background-size: cover;
}

/**********/

/** ACCOUNT-BOX **/

#account-box {
  border-top: 2px solid #bbbbbb;
  padding-left: 64px;
  padding-bottom: 70px;
}

#account-box .list-img {
  margin-left: -39px;
}

#account-box h2 {
  margin-bottom: 20px;
  padding-left: 4px;
}

#account-box p {
  font-family: "Open Sans";
  font-size: 9pt;
  width: 200px;
  color: #818181;
  margin: 0;
}

#account-box a {
  display: block;
  width: 225px;
  height: 40px;
  text-decoration: none;
  font-family: "Open Sans";
  color: white;
  font-size: 9pt;
  border-top-right-radius: 10px;
  letter-spacing: 0.5px;
  background-color: #5a5a5a;
  margin-top: 15px;
  margin-bottom: 20px;
}

#account-box a img {
  margin-top: 14px;
  margin-left: 10px;
  float: left;
}

#account-box a span {
  float: left;
  margin-left: 10px;
  margin-top: 11px;
}

#account-box a:last-of-type {
  background-color: #5a5a5a;
}

#account-box a:first-of-type {
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #0a287d;
}

/**********/

/** ADVANCED-SEARCH **/

#advanced-search {
  border-bottom: 2px solid #bbbbbb;
  padding-left: 50px;
}

#trigger-advanced-search {
  cursor: pointer;
}

#advanced-search img {
  float: left;
  margin-top: 16px;
  margin-right: 6px;
  margin-left: -27px;
}

#advanced-search p {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  float: left;
  color: #818181;
}

#advanced-search #toggle-advanced-search {
  float: right;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 13px 43px 13px 0;
  background-color: #4487bd;
  color: white;
  text-align: center;
  font-size: 15pt;
  line-height: 1.2;
}

#advanced-search.toggled p {
  margin-bottom: 0;
}

/***********/

/** ADVANCED-SEARCH-CONTENT **/

#advanced-search-content h4 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 8pt;
  color: #0a287d;
  margin: 0;
}

#advanced-search-content .filter {
  margin-right: 45px;
  padding: 10px 0;
}

#advanced-search-content #group,
#advanced-search-content #services {
  border-bottom: 1px solid #bbbbbb;
}

#advanced-search-content .filter form>div {
  width: 100%;
  column-count: 2;
}

#advanced-search-content .filter form>div>div {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

/***********/

/** RESULT-AGENCY **/
.no-result {
  text-align: center;
  font-family: "Open Sans";
  color: #818181;
}

.result-agency {
  padding: 10px 25px 10px 50px;
  border-bottom: 1px solid #bbbbbb;
}

.result-agency:hover {
  background-color: #ecf3f8;
  cursor: pointer;
}

.result-agency.selected {
  box-sizing: border-box;
  border-left: 25px solid #4387bd;
  border-bottom: 1px solid #4387bd;
  cursor: default;
}

.result-agency.selected:hover {
  background-color: white;
}

.result-agency .agency-content,
#address-box .agency-address {
  float: left;
  width: 205px;
}

.result-agency .agency-locale {
  float: right;
  width: 70px;
  text-align: right;
}

.result-agency .group {
  color: #818181;
  font-family: "Open Sans";
  font-size: 9pt;
  margin: 0;
}

.result-agency h4 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 13pt;
  color: #4487bd;
  margin: 5px 0;
}

.result-agency .agency-phone {
  margin: 5px 0 0 0;
  font-family: "Open Sans";
  font-size: 9pt;
  color: #0a287d;
  float: left;
}

.result-agency .agency-phone span {
  padding-left: 10px;
}

.result-agency .agency-mail {
  margin: 5px 0 0 0;
  font-family: "Open Sans";
  font-size: 9pt;
  color: #0a287d;
  float: left;
}

.result-agency .agency-mail span {
  padding-left: 10px;
}

.result-agency .agency-address {
  font-family: "Open Sans";
  font-size: 9pt;
  color: #818181;
  margin: 0;
  line-height: 1.5;
}

.result-agency .opening-info,
#openning-box .opening-info {
  margin: 0;
  font-style: italic;
  color: #818181;
  font-family: "Open Sans";
  font-size: 9pt;
}

.result-agency .open,
.result-agency .close,
#openning-box .open,
#openning-box .close {
  color: white;
  font-size: 9pt;
  font-family: "Open Sans";
  font-weight: 700;
  padding: 5px;
  border-radius: 3px;
  float: right;
  margin-bottom: 5px;
}

.result-agency .open,
#openning-box .open {
  background-color: #50b240;
}

.result-agency .close,
#openning-box .close {
  background-color: #b23030;
}

.result-agency .agency-locale img,
#agency-sidebar .agency-locale img {
  float: right;
}

.result-agency .agency-locale img.selected {
  margin: 6px 0;
}

.result-agency .distance,
#agency-sidebar .distance {
  float: right;
  margin: 0;
  padding-left: 7px;
  font-family: "Open Sans";
  font-size: 9pt;
  color: black;
}

/** SELECTED-BOX **/

.result-agency .schedule {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #818181;
}

.result-agency .schedule p {
  margin: 0;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 10pt;
}

.result-agency .schedule table,
#openning-box table {
  margin-top: 15px;
  font-family: "Open Sans";
  font-size: 9pt;
  border-collapse: collapse;
}

.result-agency .schedule tr td,
#openning-box tr td {
  padding: 3px 2px;
}

.result-agency .schedule tr td:first-child,
#openning-box tr td:first-child {
  width: 70px;
  padding-left: 10px;
}

.result-agency .schedule tr td:last-child,
#openning-box tr td:last-child {
  padding-right: 10px;
}

.result-agency .schedule table tr:nth-child(2n),
#openning-box table tr:nth-child(2n) {
  background-color: #f4f4f4;
}

.result-agency .button a {
  border-radius: 2px;
  text-decoration: none;
  color: white;
  font-size: 9pt;
  font-weight: 600;
  font-family: "Open Sans";
}

.result-agency .button a:first-of-type {
  background-color: #4387bd;
  float: left;
}

.result-agency .button a:last-of-type {
  background-color: #5a5a5a;
  float: right;
}

.result-agency .button a img {
  margin-top: 11px;
  margin-left: 11px;
  float: left;
}

.result-agency .button a span {
  float: right;
  padding: 10px 11px;
}

/***********/

/***********/

/** INFOBUBBLE **/

.infobubble {
  width: 290px;
  height: 100px;
}

.infobubble.result-agency {
  border: none;
  padding: 0;
}

.infobubble:hover {
  background-color: white;
}

.infobubble .button {
  margin-top: 10px;
}

.infobubble .button a span {
  padding: 5px 10px;
}

.infobubble .button a img {
  margin-top: 6px;
}

.infobubble .agency-phone span {
  padding-left: 0;
}

.infobubble .open,
.infobubble .close {
  margin-top: 5px;
}

/***********/

/* CHECKBOX */

/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

/* on prépare le label */
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 20px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  /* dim. de la case */
  border: none;
  background: #eaeaea;
}

/* Aspect général de la coche */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: "";
  background: url(../../../img/Agency/tick-search.png) center no-repeat;
  position: absolute;
  top: 0;
  left: -3px;
  height: 20px;
  width: 21px;
  transition: all 0.2s;
}

/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  /* coche invisible */
  -webkit-transform: scale(0);
  transform: scale(0);
  /* mise à l'échelle à 0 */
}

/* Aspect si "cochée" */
[type="checkbox"]:checked+label:after {
  opacity: 1;
  /* coche opaque */
  -webkit-transform: scale(1);
  transform: scale(1);
  /* mise à l'échelle 1:1 */
}

[type="checkbox"]+label {
  font-family: "Open Sans";
  color: #818181;
  font-size: 8pt;
  padding-top: 2px;
  display: block;
}

/************/

/** MISC AGENCY-PAGE **/

.back-img {
  margin-top: 13px !important;
}

#account-box.agency {
  border-top: none;
}

#notif {
  background: #ecf3f8;
  border: 1px solid #7cabd1;
  border-radius: 3px;
  color: #0a287d;
  font-size: 13px;
  margin: 15px 0 0;
  padding: 5px;
}

/************/

/** AGENCY-SIDEBAR **/

#agency-sidebar {
  float: left;
  padding: 0 20px;
  overflow-y: auto;
}

#agency-sidebar h3 {
  margin: 0 0 10px 0;
}

#agency-sidebar h2,
#agency-sidebar h1 {
  margin-bottom: 0;
}

#agency-sidebar .list-img {
  float: left;
  margin-top: 35px;
}

#agency-sidebar p {
  font-family: "Open Sans";
  color: #818181;
  font-size: 10pt;
}

/** COMMON-BOXES **/

#address-box,
#openning-box,
#contact-box,
#services-box,
#expertise-box,
#seo-box {
  padding: 25px 0;
}

#address-box,
#openning-box,
#contact-box,
#seo-box {
  border-bottom: 1px solid #bbbbbb;
}

#services-box,
#expertise-box {
  width: 50%;
  float: left;
}

/*************/

/** EXPERTISE-BOX **/

#expertise-box img {
  max-height: 50px;
}

#expertise-box td {
  padding-bottom: 30px;
}

#expertise-box td:nth-of-type(2n) {
  float: right;
  padding-left: 25px;
}

/*************/

/** OPENNING-BOX **/

#openning-box {
  color: #818181;
}

#openning-box table {
  float: left;
  font-size: 10pt;
}

#openning-box p {
  float: right;
}

#openning-box .opening-info {
  margin-top: 17px;
  padding-left: 10px;
}

/*************/

/** ADDRESS-BOX **/

#address-box .agency-address {
  margin: 0;
  line-height: 1.7;
}

#address-box .button {
  margin-top: 15px;
  border-radius: 2px;
  text-decoration: none;
  color: white;
  font-size: 9pt;
  font-weight: 600;
  font-family: "Open Sans";
  background-color: #5a5a5a;
  float: right;
}

#address-box .button img {
  margin-top: 11px;
  margin-left: 11px;
  float: left;
}

#address-box .button span {
  float: right;
  padding: 10px 11px;
}

/*************/

/** CONTACT-BOX **/

#contact-box #contact-link {
  float: left;
}

#contact-box img {
  float: right;
}

#contact-box p {
  margin: 5px 0 0 0;
  font-family: "Open Sans";
  font-size: 10pt;
  max-width: 350px;
}

#contact-box .email {
  color: #0a287d;
}

#contact-box .button-details {
  margin: 0px 0 60px 0;
}

#contact-box .button {
  margin-top: 15px;
  border-radius: 2px;
  text-decoration: none;
  color: white;
  font-size: 9pt;
  font-weight: 600;
  font-family: "Open Sans";
  background-color: #5a5a5a;
  float: left;
}

#contact-box .button img {
  margin-top: 11px;
  margin-left: 11px;
  float: left;
}

#contact-box .button span {
  float: right;
  padding: 10px 11px;
}

/*************/

/** SEO-BOX **/

#seo-box p {
  margin: 5px 0 0 0;
  font-family: "Open Sans";
  font-size: 10pt;
  max-width: 550px;
}

/*************/

/** SERVICES-BOX **/

#services-box li {
  padding-right: 20px;
}

/*************/

/************/

/** SWITCH-BOX CSS **/

#switch-box {
  border-bottom: 2px solid #bbbbbb;
  padding: 0;
  color: #777777;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14pt;
  text-align: center;
}

#switch-box #list-item,
#switch-box #map-item {
  width: 50%;
  float: left;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}

#switch-box img,
#switch-box p {
  display: inline;
  vertical-align: middle;
  text-align: center;
}

#switch-box .selected img:not(.selected),
#switch-box>*:not(.selected) img.selected {
  display: none;
}

#switch-box .selected:not(img) {
  background-color: #00468c;
  color: white;
}

.only-mobile {
  display: none;
}

/************/

/** HIDE MOBILE-ONLY BLOC **/
@media screen and (min-width: 769px) {

  #switch-box,
  #menu-bloc {
    display: none;
  }

  #search-box form:after {
    content: "\A \A";
  }

  #sidebar-container {
    float: left;
  }

  /** Positionate img footer for desktop **/
  footer img {
    margin-bottom: 15px;
    margin-right: 25px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/** 720p CSS **/

@media screen and (max-width: 1280px) and (min-width: 769px) {

  #sidebar h2,
  #agency-sidebar h2,
  #agency-sidebar h1 {
    margin-top: 25px;
  }

  #sidebar.agency {
    overflow: hidden;
    float: none;
    width: 100%;
    box-shadow: none;
    height: auto !important;
  }

  #search-box a {
    float: left;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
  }

  #search-box a img {
    margin: 0 3px;
  }

  #search-box input[type="text"] {
    width: 60%;
  }

  .no-mobile {
    clear: none;
  }

  #locate-nearest-agencies span {
    display: none;
  }

  #account-box.agency {
    display: none !important;
  }

  #agency-sidebar {
    float: none;
    border-right: 1px solid #bbbbbb;
    height: auto !important;
  }

  #sidebar-container {
    overflow: auto;
    max-width: 67%;
    float: left;
  }

  #sidebar .scrollable {
    overflow-y: scroll;
  }

  #sidebar .list-img,
  #agency-sidebar .list-img {
    margin-top: 20px;
  }

  footer {
    height: 50px;
  }

  footer #link-container {
    padding-top: 8px;
    height: 40px;
  }

  footer img {
    display: none;
  }
}

/** MOBILE CSS **/

@media screen and (max-width: 768px) {

  #sidebar,
  #map-container {
    width: 100%;
  }

  header {
    height: 70px;
  }

  #top-bar {
    height: auto;
    width: 100%;
    position: absolute;
    top: 70px;
    background-color: #00468c;
    z-index: 4;
  }

  #top-bar ul {
    float: none;
    padding: 20px;
  }

  #top-bar li {
    margin-bottom: 15px;
    float: none;
  }

  #top-bar li a {
    font-family: "Open Sans";
    font-weight: 400;
  }

  footer {
    bottom: auto;
    height: auto;
  }

  footer img {
    margin: 15px auto 30px 20px;
  }

  #link-container {
    height: auto;
  }

  #link-container a:after {
    content: " ";
  }

  #link-container ul {
    padding-left: 25px;
  }

  #link-container a {
    text-align: left;
    color: black;
  }

  #link-container li {
    display: block;
    margin-bottom: 10px;
  }

  #menu-bloc {
    margin: 20px 20px 0 0;
    float: right;
  }

  #sidebar {
    border: none;
    box-shadow: none;
  }

  #sidebar h2 {
    padding-left: 0;
    margin: 15px 0 20px 0;
  }

  #sidebar h3 {
    color: #2e4188;
  }

  #logo {
    height: 45px;
    margin: 10px 40px 25px 10px;
  }

  #advanced-search {
    padding: 0;
  }

  #advanced-search #toggle-advanced-search {
    margin: 13px 10px 13px 0;
  }

  #advanced-search img {
    margin-left: 7px;
    margin-right: 15px;
  }

  #trigger-advanced-search {
    padding-left: 10px;
  }

  #advanced-search-content .filter {
    padding: 10px 10px;
    margin-right: 0;
  }

  #search-box {
    padding-left: 25px;
  }

  #service-box {
    overflow-x: hidden;
  }

  #service-box,
  .service-wrapper {
    padding-left: 25px;
  }

  .service-container {
    width: 45%;
    height: 150px;
    padding-right: 25px;
    max-width: 120px;
  }

  #service-box .service-case {
    height: 100px;
    width: 100px;
  }

  #search-box a {
    float: left;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
  }

  #search-box a img {
    margin: 0 3px;
  }

  #search-box input[type="text"] {
    width: 60%;
  }

  .no-mobile {
    clear: none;
  }

  .result-agency {
    padding: 10px;
  }

  #result-box>p {
    font-family: "Open Sans";
    font-size: 11pt;
    text-align: center;
    color: #818181;
  }

  #agency-sidebar {
    float: none;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }

  #agency-sidebar h2,
  #agency-sidebar h1 {
    max-width: 80%;
    margin-top: 20px;
  }

  #agency-sidebar .list-img {
    margin-top: 15px;
  }

  #agency-sidebar>* {
    padding-left: 20px;
  }

  #agency-sidebar>div:not(.clear) {
    padding: 15px 5px 10px 20px;
  }

  #agency-sidebar #contact-box img {
    margin-top: -35px;
  }

  #agency-sidebar .agency-address {
    float: none;
  }

  #agency-sidebar .agency-locale a {
    float: left !important;
    margin-top: 10px;
  }

  #agency-sidebar #services-box {
    width: 100%;
  }

  .geoloc {
    margin-top: 5px;
    float: left;
  }

  .only-mobile {
    display: block;
    clear: both;
  }

  #services-box li {
    padding-right: 30px;
  }

  /** HIDE DESKTOP ONLY BLOC **/
  #top-bar,
  #main-header h1,
  nav,
  #sidebar .list-img,
  #locate-nearest-agencies span,
  #account-box,
  #openning-box p {
    display: none;
  }

  .tick-search {
    display: none !important;
  }
}

.bg-grey {
  background-color: #EEEEEE;
}

.bg-white {
  background-color: #fff;
  padding: 0;
}

.title {
  text-align: center;
  position: relative;
}

.title h1 {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: 15px auto;
  top: -71px;
  background: rgba(0, 0, 0, .6);
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
}

.title p {
  background-color: #1c678e;
  color: #fff;
  padding: 15px;
  font-size: 14px;
}

.title p:before {
  content: "\A";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 14px;
  border-color: transparent transparent #1c678e;
  position: absolute;
  top: -13px;
  display: block;
  left: 50%;
  margin-left: -30px;
  z-index: 100;
}

.bloc-rexel h2 {
  text-align: center;
  color: #2a96cf;
  margin-top: 35px;
  font-weight: 600;
}

.bx-rexel {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}

.text-primary {
  color: #1c678e;
}

.text-muted {
  color: #909090;
}

.text-center {
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 15px;
}

.links {
  display: flex;
  width: 77%;
}

.links li{
  margin: 5px;
  font-size: 14px;
}

.links .leftLinks{
   width: 28%;
   
}

.contact {
  display: flex;
  justify-content: space-between;
  width: 38%;
}

.mediaLeft{
  text-align: right;
  font-size: 12px;
  margin-top: 25px;
}

.social {
  background-color: #1c678e;
  height: 30px;
}

.space {
  background-color: #EEEEEE;
  height: 15px;
}

.bx-menu {
  display: flex;
  justify-content: space-between;
}

.bx-menu ul {
  padding: 0;
  margin: 0;
}

.bx-menu li a {
  color: #1c678e;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bx-search{
  display: flex;
  justify-content: space-between;
  background: #1c678e;
    margin-top: 20px;
    color: #fff;
}
.bx-search h3{
  margin: 23px;
  font-size: 20px;
}


.dropdown.dropdown-webshop a {
  color: #fff;
}

.footer-social{
  height: 20px;
  background: #1c678e;

}


/***/
.container.container-main-nav {
  padding: 0;
}

.navbar.yamm.navbar-rexel {
  background: #1c678e;
  margin: 0;
  border-radius: 0;
  border: none;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav li a{
 color: #185879;
 font-size: 14px;
}

#mainNav {
  padding: 0;
}

#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw {
  background: #1c678e;
  margin: 0;
  border-top: solid 1px #1c678e;
  border-left: solid 1px #1c678e;
  border-right: none;
  border-bottom: none;
}

#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw a, #mainNav > .nav.navbar-nav.navbar-right > li > a {
  color: #ffffff;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw a:focus,
#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw a:hover, #mainNav > .nav.navbar-nav.navbar-right > li > a:hover {
  color: #185879;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
}

#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw.open a,
#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw.open a:focus, #mainNav > .nav.navbar-nav > li.dropdown.yamm-fw a:hover {
  color: #185879;
}

#mainNav > .nav.navbar-nav > li.dropdown.yamm-fw > ul.dropdown-menu {
  box-shadow: none;
  border-top: none;
  border-left: solid 1px #1c678e;
  border-right: solid 1px #1c678e;
  border-bottom: solid 1px #1c678e;
}

.menuHeading {
  border-bottom: solid 1px #eaeaea;
  margin: 10px 0;
}

.menuHeading-link {
  font-weight: bold;
  color: whitesmoke !important;
}

.menuSubHeading-link:hover {
  text-decoration: underline !important;
}

.menuSubHeading-link {
  margin: 10px 0;
}

.list-unstyled,
.list-unstyled ul {
  min-width: 120px;
}

@media ( min-width: 767px ) {
  .panel-group {
      width: 400px;
  }

  .thumbnail {
      margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #mainNav > .nav.navbar-nav > li.dropdown.yamm-fw.open {
      background: #FFFFFF !important;
      margin: 0;
  }
}



/*****/

﻿#subNav {
  padding: 0;
}

#subNav > ul > li > a.subLink:hover {
  background: #eaeaea;
}

.navbar-header.navbar-default {
  background-color: #ffffff;
  border: 0;
}

.nav.navbar-nav > li.dropdown.dropdown-webshop.active.open > a,
.nav.navbar-nav > li.dropdown.dropdown-webshop.active.open > ul.dropdown-menu.menu-webshop a,
.nav.navbar-nav > li.dropdown.dropdown-webshop.open > a,
.nav.navbar-nav > li.dropdown.dropdown-webshop.open > ul.dropdown-menu.menu-webshop a {
  color: #fff;
  background-color: #007438;
  border-color: #fff;
}

.dropdown.dropdown-webshop,
.dropdown.dropdown-webshop.open {
  background: #00a750;
}

.dropdown.dropdown-webshop a {
  color: #ffffff;
}

.dropdown.dropdown-webshop:hover {
  background: #007438;
}

.dropdown-toggle.toggle-webshop:hover {
  background: #007438;
}

.dropdown-menu.menu-webshop {
  background: #007438;
}

.dropdown-menu.menu-webshop > li > a {
  color: #1C678E;
}

#subNav {
  padding: 0;
  margin: 0;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
 .yamm .nav,
 .yamm .collapse,
 .yamm .dropup,
 .yamm .dropdown {
   position: static;
 }
 .yamm .container {
   position: relative;
 }
 .yamm .dropdown-menu {
   left: auto;
 }
 .yamm .yamm-content {
   padding: 20px 30px;
 }
 .yamm .dropdown.yamm-fw .dropdown-menu {
   left: 0;
   right: 0;
 }
 

 .dropdown-webshop .divider{
  width: 100%;
 }