/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*************** LOGO ***************/
/************** NAVBAR **************/
/************ FOOTER ***************/
/*********** SEARCH FORM ***********/
/************ PARALLAX ************/
/************* NEWS ITEM **********/
/************* SLICK ***************/
/*********** COMPANY ITEM **********/
/************* CARD ****************/
@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson/Gibson-Italic.eot");
  src: local("/fonts/Gibson/Gibson Italic"), local("/fonts/Gibson/Gibson-Italic"), url("/fonts/Gibson/Gibson-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gibson/Gibson-Italic.woff2") format("woff2"), url("/fonts/Gibson/Gibson-Italic.woff") format("woff"), url("/fonts/Gibson/Gibson-Italic.ttf") format("truetype"), url("/fonts/Gibson/Gibson-Italic.svg#Gibson-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson/Gibson-BoldItalic.eot");
  src: local("/fonts/Gibson/Gibson Bold Italic"), local("/fonts/Gibson/Gibson-BoldItalic"), url("/fonts/Gibson/Gibson-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Gibson/Gibson-BoldItalic.woff2") format("woff2"), url("/fonts/Gibson/Gibson-BoldItalic.woff") format("woff"), url("/fonts/Gibson/Gibson-BoldItalic.ttf") format("truetype"), url("/fonts/Gibson/Gibson-BoldItalic.svg#Gibson-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson/Gibson-Bold.eot");
  src: local("/fonts/Gibson/Gibson Bold"), local("/fonts/Gibson/Gibson-Bold"), url("/fonts/Gibson/Gibson-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Gibson/Gibson-Bold.woff2") format("woff2"), url("/fonts/Gibson/Gibson-Bold.woff") format("woff"), url("/fonts/Gibson/Gibson-Bold.ttf") format("truetype"), url("/fonts/Gibson/Gibson-Bold.svg#Gibson-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson/Gibson-Regular.eot");
  src: local("/fonts/Gibson/Gibson Regular"), local("/fonts/Gibson/Gibson-Regular"), url("/fonts/Gibson/Gibson-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Gibson/Gibson-Regular.woff2") format("woff2"), url("/fonts/Gibson/Gibson-Regular.woff") format("woff"), url("/fonts/Gibson/Gibson-Regular.ttf") format("truetype"), url("/fonts/Gibson/Gibson-Regular.svg#Gibson-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.pac-container {
  z-index: 2000;
}

.container-title {
  margin-bottom: 40px;
}
.container-title .title {
  text-align: center;
}

.btn.btn-primary {
  color: #fff;
}
.btn.btn-dark:hover {
  border-color: #60b5ed;
  background-color: #60b5ed;
}
.btn.btn-outline-dark:hover {
  border-color: #60b5ed;
  background-color: #60b5ed;
}

.fragment {
  padding-bottom: 60px;
}

.container-pagination {
  padding: 1em 0;
}

.bg-purple {
  background: linear-gradient(to right, #877af1, #60b5ed);
}

#leaderboard {
  position: relative;
  background-image: url(/img/default-leaderboard.jpg);
  min-height: 400px;
}
@media (min-width: 768px) {
  #leaderboard {
    min-height: 400px;
  }
}
#leaderboard + #fragment-activity {
  position: relative;
  margin-bottom: 75px;
}
#leaderboard + #fragment-activity > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 401;
}

.min-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax .container-parallax {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 576px) {
  .parallax .container-parallax {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .parallax .container-parallax {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .parallax .container-parallax {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.ui-widget.ui-autocomplete {
  z-index: 1000;
}
.ui-widget.ui-autocomplete .ui-state-active {
  background: #16284e;
  border-color: rgb(5.17, 9.4, 18.33);
}

.slick-slider .slick-slide img {
  display: initial;
}
.slick-slider .slick-arrow {
  height: auto;
  width: auto;
}
.slick-slider .slick-arrow:before {
  color: #000;
  font-size: 40px;
}
.slick-slider .slick-arrow.slick-prev {
  left: -50px;
}
.slick-slider .slick-arrow.slick-next {
  right: -50px;
}

.card .card-link + .card-link {
  margin-left: 0;
}

.input-group.input-group-intl-tel {
  display: table;
}
.input-group.input-group-intl-tel .intl-tel-input {
  display: table-cell;
  vertical-align: middle;
}
.input-group.input-group-intl-tel .intl-tel-input .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .page-item .page-link {
  padding: 0.2rem 0.5rem;
}

/****** ELEMENTS *******/
#main-header {
  z-index: 401;
}
@media (min-width: 992px) {
  #main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #main-header {
    font-size: 1rem;
  }
  #main-header .navbar .btn-contact {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
  }
}
@media (min-width: 768px) {
  #main-header .navbar-nav .nav-item {
    margin-right: 1em;
  }
}
#main-header .navbar-nav .nav-item .nav-link {
  white-space: nowrap;
}
@media (min-width: 992px) {
  #main-header .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1.2rem;
  }
}
@media (min-width: 992px) {
  #main-header .navbar-nav .nav-item .nav-link.active, #main-header .navbar-nav .nav-item .nav-link:hover {
    background-color: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}

footer #footer-top {
  background-color: #60b5ed;
  padding: 25px 0;
}
footer .logo {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .logo {
    margin-bottom: 35px;
  }
}
footer .info span:not(:last-child):after {
  content: "-";
  margin: 0 0.4em;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.98px) {
  footer #copyright {
    font-size: 0.8em;
  }
}
footer #copyright {
  color: #9d9d9d;
  text-align: center;
  background-color: #31332f;
  padding: 15px 0;
}

.logo {
  display: flex;
  max-width: 100px;
}
@media (min-width: 576px) {
  .logo {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .logo {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .logo {
    max-width: 260px;
  }
}
.logo div:first-child {
  margin-right: 10px;
}
.logo img {
  max-height: 40px;
}

.phone-section img {
  max-height: 50px;
  margin-right: 10px;
}
.phone-section .link-tel {
  color: #000;
  font-size: 1.4em;
}

#container-search-form.is-normal-search #reverse-search, #container-search-form.is-normal-search #normal-switcher {
  display: none;
}
#container-search-form.is-reverse-search #normal-search, #container-search-form.is-reverse-search #reverse-switcher {
  display: none;
}
#container-search-form .container-switcher {
  margin-right: 10%;
  text-align: right;
}
#container-search-form .container-switcher .switcher {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#container-search-form .search-form {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#container-search-form .search-form .form-group .input-group .input-group-text {
  border: none;
  background-color: transparent;
}
#container-search-form .search-form .form-group .form-control {
  border: none;
}
#container-search-form .search-form#normal-search .form-group > * {
  padding: 20px;
}
#container-search-form .search-form#normal-search .form-group > *:not(:last-child) {
  border-bottom: 1px solid rgba(41, 45, 43, 0.1);
  border-right: none;
}
@media (min-width: 768px) {
  #container-search-form .search-form#normal-search .form-group > *:not(:last-child) {
    border-right: 1px solid rgba(41, 45, 43, 0.1);
    border-bottom: none;
  }
}
#container-search-form .search-form#reverse-search .form-group > * {
  padding: 20px;
}

.news-item {
  position: relative;
  padding: 0px;
  margin-bottom: 40px;
  height: 100%;
}
@media (min-width: 576px) {
  .news-item {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .news-item {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .news-item {
    padding: 0px;
  }
}
.news-item .news-image {
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-position: center;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #dfdede;
  background-repeat: no-repeat;
  background-image: url(/img/placeholder.svg?1);
  -webkit-background-size: auto 60%;
  -khtml-background-size: auto 60%;
  -moz-background-size: auto 60%;
  -ms-background-size: auto 60%;
  -o-background-size: auto 60%;
  background-size: auto 60%;
}
.news-item .news-image:after {
  content: "";
  display: block;
  padding-bottom: 58%;
}
.news-item .news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfdede;
  object-fit: cover;
}
.news-item .news-title {
  font-size: 1.25rem;
  margin-top: 0.4em;
  color: inherit;
  font-weight: 600;
}
.news-item time {
  color: #60b5ed;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.news-item .card-footer {
  padding: 0;
  border: none;
  background: none;
}

.company-item {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
}
.company-item:hover .card .company-image {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -khtml-transform: scale(1.2) rotate(-5deg);
  -moz-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
.company-item:hover .card .card-actions {
  opacity: 1;
}
.company-item:hover .card .card-actions .btn-card-action {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.company-item .card {
  padding: 1.25rem;
  width: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.company-item .card .card-img-top {
  position: relative;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.company-item .card .card-img-top .company-image {
  min-height: 200px;
  width: 100%;
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #dfdede;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.company-item .card .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.company-item .card .card-body .fa {
  color: #292d2b;
  margin-right: 10px;
}
.company-item .card .card-body .card-text, .company-item .card .card-body .card-link {
  margin-bottom: 0.3em;
  line-height: 1.4;
}
.company-item .card .card-body .card-link {
  display: block;
  font-weight: 600;
  color: #292d2b;
}
.company-item .card .card-body .company-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292d2b;
  margin-bottom: 0;
}
.company-item .card .card-body .company-activities {
  color: #cccccc;
}
.company-item .card .card-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.company-item .card .card-actions .btn-card-action {
  font-size: 0.8em;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #16284e;
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.company-item .card .card-actions .btn-card-action:hover {
  background: #16284e;
  color: #fff;
}
.company-item .card-footer {
  padding: 0;
  border: none;
  background: none;
}
.company-item .card-footer .btn {
  font-size: inherit;
}
@media (max-width: 1199.98px) {
  .company-item .card-footer .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.company-item .card-footer .phone1 {
  color: inherit;
  background-color: #f2f3f4;
}
.company-item .card-footer .phone2 {
  color: inherit;
  background-color: #f2f3f4;
}
.company-item .card-footer .fax {
  color: inherit;
}
.company-item.premium-company .card .card-img-top {
  overflow: hidden;
}
.company-item.premium-company .card .card-img-top .company-image {
  background-size: cover;
}

.container-activities {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .container-activities {
    padding: 0 35px;
  }
}
.container-activities .activities {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
.container-activities .activities .activity-item-wrapper {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 50%;
}
@media (min-width: 576px) {
  .container-activities .activities .activity-item-wrapper {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .container-activities .activities .activity-item-wrapper {
    margin-bottom: 0;
    width: 20%;
    max-width: 150px;
  }
}
.container-activities .activities .activity-item-wrapper .activity-item {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 15px;
  background-color: #60b5ed;
}
.container-activities .activities .activity-item-wrapper .activity-item .activity-image {
  max-height: 30px;
  max-width: 100%;
  filter: invert(1);
}
.container-activities .activities .activity-item-wrapper .activity-item .activity-name {
  color: #fff;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 0;
}

.gmap-infowindow img {
  max-width: 20% !important;
  background: #dfdede;
  margin-right: 1em;
}
.gmap-infowindow .gmap-infowindow-content {
  max-width: 80%;
}
.gmap-infowindow button {
  clear: both;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
}
.overlay.loading {
  display: block;
}
.overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: 3s infinite linear loader;
  -khtml-animation: 3s infinite linear loader;
  -moz-animation: 3s infinite linear loader;
  -ms-animation: 3s infinite linear loader;
  -o-animation: 3s infinite linear loader;
  animation: 3s infinite linear loader;
  max-width: 400px;
  max-height: 400px;
}
@keyframes loader {
  from {
    -webkit-transform: translate(-50%, -50%) rotateY(0);
    -khtml-transform: translate(-50%, -50%) rotateY(0);
    -moz-transform: translate(-50%, -50%) rotateY(0);
    -ms-transform: translate(-50%, -50%) rotateY(0);
    -o-transform: translate(-50%, -50%) rotateY(0);
    transform: translate(-50%, -50%) rotateY(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -khtml-transform: translate(-50%, -50%) rotateY(360deg);
    -moz-transform: translate(-50%, -50%) rotateY(360deg);
    -ms-transform: translate(-50%, -50%) rotateY(360deg);
    -o-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}

#contact-form .form-group {
  margin-bottom: 30px;
}
#contact-form .form-group input.form-control {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  padding: 0;
}
#contact-form .form-group input.form-control::placeholder {
  color: #000;
}
#contact-form .form-group textarea {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  resize: none;
  background-color: #f2f3f4;
  border: none;
}
#contact-form .form-group .control-label {
  color: #000;
  font-size: 1rem;
}

/******** PAGES ********/
@media (min-width: 992px) {
  body.home #main-header .navbar {
    background: transparent !important;
  }
}
body.home #main-header .navbar .navbar-brand {
  filter: brightness(0) invert(1);
}
body.home #leaderboard {
  background-image: url("/img/home/leaderboard.jpg");
  min-height: 610px;
}
body.home #leaderboard:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
body.home #leaderboard .container-parallax {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  body.home #leaderboard .container-parallax {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  body.home #leaderboard .container-parallax {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  body.home #leaderboard .container-parallax {
    padding-bottom: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body.home #leaderboard .container-parallax #container-search-form form {
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  body.home #leaderboard .container-parallax #container-search-form form {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
body.home #leaderboard .container-parallax #container-search-form form > .row {
  margin-left: 0;
  margin-right: 0;
  flex-grow: 0.7;
  background: #fff;
}
@media (min-width: 992px) {
  body.home #leaderboard .container-parallax #container-search-form form > .row .form-group {
    margin-bottom: 0;
  }
}
body.home #leaderboard .container-parallax #container-search-form form > .row .form-group .form-control {
  border-color: transparent;
}
@media (min-width: 992px) {
  body.home #leaderboard .container-parallax #container-search-form form .btn {
    margin-top: 0 !important;
  }
}
body.home #cities-grid {
  display: grid;
  grid-template: "paris paris marseille marseille" "paris paris lille toulouse";
  grid-gap: 30px;
}
body.home #cities-grid div {
  position: relative;
}
body.home #cities-grid div:first-child {
  grid-area: paris;
}
body.home #cities-grid div:nth-child(2) {
  grid-area: marseille;
}
body.home #cities-grid div:nth-child(3) {
  grid-area: lille;
}
body.home #cities-grid div:nth-child(4) {
  grid-area: toulouse;
}
body.home #cities-grid div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
body.home #cities-grid div p {
  position: absolute;
  bottom: 0;
  padding: 30px 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  background: linear-gradient(0deg, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  font-weight: 700;
  font-size: 1.2em;
}
body.home #professionnals {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-bottom: 60px;
  background-image: url(/img/home/bg-professionnal-mobile.jpg);
}
body.home #professionnals:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  body.home #professionnals {
    background-image: url(/img/home/professionnal-background.jpg);
  }
}
@media (min-width: 992px) {
  body.home #professionnals {
    padding-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 540px;
    overflow: hidden;
  }
}
body.home #professionnals .content {
  padding: 20px 0;
}
@media (min-width: 992px) {
  body.home #professionnals .content {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 25%;
    width: 25%;
    transform: translate(-50%, -50%);
  }
}
body.home #companies {
  padding: 60px 0;
}
body.home #companies .company-item {
  height: 100%;
}
body.home #companies .company-item .company-image {
  background-size: cover !important;
}
body.home #referencing {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-bottom: 100px;
  background-image: url(/img/home/bg-referencing-mobile.jpg);
}
@media (min-width: 768px) {
  body.home #referencing {
    background-image: url(/img/home/bg-referencing.jpg);
  }
}
@media (min-width: 992px) {
  body.home #referencing {
    margin-bottom: 140px;
    padding-top: 0;
    display: flex;
    align-items: center;
    min-height: 540px;
  }
}
body.home #referencing:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
body.home #referencing .content {
  padding: 20px 0;
}
@media (min-width: 992px) {
  body.home #referencing .content {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    width: 25%;
    transform: translate(-50%, -50%);
  }
}
body.home #confidence {
  padding: 60px 0;
}
@media (min-width: 768px) {
  body.home #confidence #opinions {
    margin: 0 40px;
  }
}
body.home #confidence #opinions .slick-list {
  display: flex;
}
body.home #confidence #opinions .slick-list .slick-track {
  display: flex;
  padding-top: 30px;
  padding-bottom: 6px;
}
body.home #confidence #opinions .slick-list .slick-track .opinion {
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  body.home #confidence #opinions .slick-list .slick-track .opinion {
    padding: 50px;
  }
}
body.home #confidence #opinions .slick-list .slick-track .opinion {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
body.home #confidence #opinions .slick-list .slick-track .opinion .opinion-name {
  margin-top: 5px;
  font-weight: bold;
}
body.home #contact {
  position: relative;
  background-image: url(/img/home/bg-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 85px 0 70px 0;
}
@media (min-width: 576px) {
  body.home #contact {
    padding: 85px 0 70px 0;
  }
}
body.home #contact:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
body.home #contact .wrapper-contact-form {
  position: relative;
  background-image: url(/img/home/bg-contact-form.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 50px;
}
@media (min-width: 576px) {
  body.home #contact .wrapper-contact-form {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  body.home #contact .wrapper-contact-form {
    padding: 180px 160px;
  }
}

body.contact #leaderboard {
  background-image: url(/img/contact/leaderboard.jpg);
}
body.contact .wrapper-contact-form {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 30px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

body.directory #container-search-form {
  margin-top: 80px;
  margin-bottom: 30px;
}
body.directory #results-container {
  position: relative;
}
body.directory #gmap {
  position: sticky;
  top: 0;
  height: max(600px, 100%);
  max-height: 100vh;
}

body.direction #content > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  body.direction #content > .container {
    padding-top: 200px;
  }
}

body.legal-notice article {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 30px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  body.legal-notice article {
    margin-top: 40px !important;
    padding: 80px 100px;
  }
}

body.conditions article {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 30px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  body.conditions article {
    margin-top: 40px !important;
    padding: 80px 100px;
  }
}

body.news #leaderboard {
  background-image: url("/img/news/leaderboard.jpg");
}

/****** FRAGMENT *******/
#fragment-company {
  background-image: url("/img/company/bg-companies.jpg");
}

#fragment-how-it-works {
  margin-top: 2em;
  border: 2px solid #16284e;
  padding: 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#fragment-how-it-works .how-it-works-item:not(:last-child) {
  margin-bottom: 1em;
}
#fragment-how-it-works .how-it-works-item .how-it-works-image {
  max-width: 50px;
}
#fragment-how-it-works .how-it-works-item .how-it-works-text {
  font-size: 1.2em;
}

/*# sourceMappingURL=styles.css.map */
