/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.bootstrap-select .btn.dropdown-toggle:focus, .bootstrap-select *:focus {
  outline: none !important;
  -webkit-appearance: none !important;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  padding-top: 66px;
  color: #5B5E61;
  max-width: 2000px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}

/* Réduire la taille du menu header entre 992px et 1200px */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .linksHeader {
    flex: 1 !important;
    max-width: none !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  header .linksHeader .list-group {
    justify-content: center !important;
  }
  header .linksHeader .list-group-item {
    padding-left: 22px !important;
    padding-right: 22px !important;
    font-size: 13px;
    white-space: nowrap;
  }
  header .logo {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
  header .logo img {
    max-height: 40px;
  }
  header .language-selector {
    font-size: 12px;
    margin-left: 8px !important;
  }
  header > .col.dropdown,
  header > .col.text-right.dropdown {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
  header .dropdownText {
    font-size: 13px;
    padding-left: 8px !important;
    padding-right: 25px !important;
  }
  header .avatar {
    width: 28px;
    height: 28px;
  }
}

body.noHeader {
  padding-top: 0;
}

body.headerTinyGap header {
  padding-right: 16px;
}

body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.clearBoth {
  clear: both;
}

.lightGreyBackground {
  background-color: #F9F9F9;
}

.bottomLightBorder {
  border-bottom: solid 1px #F9F9F9;
}

.pointerElement {
  cursor: pointer;
}

.blue {
  color: #559DD3;
}

.grey {
  color: #5B5E61;
}

hr {
  background-color: #EFEFEF;
  height: 1px;
  border: none;
}

.hugeTitle {
  color: #5B5E61;
  font-weight: 800;
  text-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.7);
}

.btn {
  height: 42px;
  line-height: normal;
  padding: 9px 20px;
  border: none;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 10px 1px rgba(81, 81, 81, 0.15);
          box-shadow: 0 1px 10px 1px rgba(81, 81, 81, 0.15);
  color: #FFFFFF !important;
  font-family: Nunito;
  font-size: 17px;
  font-weight: bold;
}

.btn.tinyBtn {
  width: 150px;
  height: 35px;
  line-height: 1;
  font-size: 15px;
}

.btn.fixedVeryBigWidth {
  width: 280px;
}

.btn.fixedBigWidth {
  width: 242px;
}

.btn.fixedWidth {
  width: 200px;
}

.btn.btn-primary {
  background-color: #559DD3;
}

.btn.btn-primary.noShadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-light {
  color: #559DD3 !important;
  background-color: #ffffff;
}

.btn.btn-light.bordered {
  border: solid 1px #559DD3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.infoPoint {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 16px;
  background-color: #ff396c;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}

.wordBox {
  display: inline-block;
  padding: 5px 15px;
  border: none;
  border-radius: 2px;
  color: #fff;
}

.wordBox.green {
  background-color: #66d287;
}

.badge {
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
  border-radius: 10px;
  padding: 6px 12px;
}

.badge.badge-secondary {
  color: #5B5E61;
  background-color: #FDEFE7;
}

.badge.big {
  background-color: #fff;
  color: #5B5E61;
}

.badge.big.dark {
  color: #5B5E61;
  background-color: #FDEFE7;
}

@media screen and (min-width: 900px) {
  .badge.big {
    font-size: 14px;
    background-color: #fff;
    color: #5B5E61;
    border-radius: 20px;
    padding: 10px 20px;
  }
  .badge.big.dark {
    color: #5B5E61;
    background-color: #FDEFE7;
  }
}

.cardCompany {
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
}

.cardCompany.blur .card-title {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.cardCompany hr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1px;
  width: 20%;
  margin-left: 0;
  background-color: #5B615E;
  border: none;
  -webkit-box-shadow: 0 1px 4px 0 rgba(176, 176, 176, 0.5);
          box-shadow: 0 1px 4px 0 rgba(176, 176, 176, 0.5);
}

.cardCompany .card-title {
  color: #272829;
}

.cardCompany .card-text strong {
  font-weight: 800;
  color: #559DD3;
}

.cardCompany .onlineSentence {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #5B5E61;
}

.cardCompany .onlineSentence::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -18px;
  width: 10px;
  height: 10px;
  background-color: #69AE14;
  border-radius: 50%;
}

.cardCompany .bubbleCompanyPicture {
  width: 85px;
  height: 85px;
  margin-top: -100px;
  margin-bottom: 20px;
}

.bubbleCompanyPicture {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bubbleCompanyPicture .containerLogo {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #559DD3;
  background: center #fff;
  background-size: auto 100%;
}

.bubbleCompanyPicture .containerLogo img {
  height: 100%;
  width: auto;
}

/* Logo fallback avec initiale */
.bubbleCompanyPicture .containerLogo-fallback {
  background-color: #5CACDB !important;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #5CACDB;
}

.bubbleCompanyPicture .containerLogo-fallback .logo-initial {
  color: white;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.bubbleCompanyPicture .country {
  position: absolute;
  bottom: 3px;
  right: -10px;
  z-index: 1;
  border-radius: 50%;
  width: 35%;
  height: 35%;
  background-color: white;
  padding: 5px;
}

.sentenceTotalResults {
  color: #559DD3;
  font-size: 16px;
  font-weight: bold;
}

.dropdownSpecialSearch .h1 {
  position: relative;
  color: #559DD3 !important;
  border-bottom: solid 2px #559DD3;
  cursor: pointer;
}

.arrowDown {
  position: absolute;
  top: 40%;
  right: -25%;
  color: #5B5E61;
  font-size: 20px;
}

.formDesktopSeachModule {
  width: 100%;
}

.formDesktopSeachModule > div > div, #searchModule > form > div > button {
  margin: 5px 0;
}

.formDesktopSeachModule .input-group.col-3 {
  padding-left: 0;
  min-width: 220px !important;
}

.formMobileSeachModule {
  display: none;
  width: 100%;
}

.formMobileSeachModule hr {
  width: 200%;
  margin-left: -25%;
  background-color: #EFEFEF;
  height: 1px;
  border: none;
}

.formMobileSeachModule .input-group-append.collapsed .input-group-text {
  color: #559DD3;
}

.formMobileSeachModule .containerTags.global {
  display: none;
}

.formMobileSeachModule .collapsed .containerTags.global {
  display: block;
}

.formMobileSeachModule .form-control {
  outline: none;
  background-color: transparent;
}

.formMobileSeachModule .form-control-plaintext {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #CBD0D6;
}

.input-group-text {
  position: relative;
}

.input-group-text .totalFilter {
  position: absolute;
  top: 15%;
  right: 15%;
  display: none;
  width: 12px;
  height: 12px;
  background-color: #559DD3;
  border-radius: 50%;
  font-size: 9px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
}

.fixedSearchModule {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}

.formContainer {
  display: block;
  width: 800px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
}

.form-control {
  height: 42px;
  border-color: #CBD0D6;
}

.form-control.dropdown {
  height: auto;
}

textarea.form-control {
  resize: none;
}

.custom-file label::after {
  display: none;
}

/*.input-group {
  box-shadow: 0 1px 10px 1px rgba(81,81,81,0.26);
  > .form-control { box-shadow: none; }
}*/
.input-group-text {
  border-color: #CBD0D6;
  background-color: transparent;
}

.input-group-prepend + .form-control {
  border-left: transparent;
  padding-left: 0;
}

form.darkLabels .form-group > label {
  color: #272829;
  font-size: 16px;
  font-weight: bold;
}

form.darkLabels .form-group > label .info {
  font-style: italic;
  font-weight: normal;
  color: #5B5E61;
}

.dropdown.bootstrap-select .dropdown-menu {
  z-index: 100;
  min-width: stretch !important;
  min-width: -webkit-fill-available !important;
  min-width: -moz-available !important;
}

.dropdown.bootstrap-select .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  border: solid 1px #CBD0D6;
  font-weight: normal;
  color: #5B5E61 !important;
}

.dropdown.bootstrap-select .dropdown-toggle i {
  font-size: 15px;
  vertical-align: -1px;
  padding-right: 5px;
}

.dropdown.bootstrap-select.small {
  width: 140px !important;
}

.dropdown.bootstrap-select.medium {
  width: 165px !important;
}

.dropdown.bootstrap-select.big {
  width: 240px !important;
}

.formDesktopSeachModule .dropdown-toggle:not(.bs-placeholder) {
  border-color: #559DD3 !important;
  color: #559DD3 !important;
  font-weight: bold;
}

.jsr_label.jsr_label--minmax {
  display: none !important;
}

.jsr_rail {
  background-color: rgba(85, 157, 211, 0.2) !important;
}

.jsr_rail .jsr_bar {
  background-color: #559dd3 !important;
}

.jsr_rail .jsr_slider::before, .jsr_rail .jsr_slider:focus::before {
  width: 20px;
  height: 20px;
  background-color: #559DD3;
  border: solid 2px #fff;
}

.jsr_rail .jsr_label {
  background: none;
  color: #5B5E61;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}

.paraia-multi-select button {
  display: none;
}

.labelSpecialImage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 165px;
  margin-bottom: 45px;
  text-align: center;
}

.labelSpecialImage input {
  display: none;
}

.labelSpecialImage img {
  height: 100%;
  width: auto;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border;
  transition-property: border;
  border: solid 2px #ffffff;
}

.labelSpecialImage input:checked ~ img {
  border: solid 2px #559DD3;
}

.labelSpecialImage .legend {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.containerImagePreview {
  position: relative;
  display: inline-block;
  height: 140px;
  margin: 15px 15px 0 0;
}

.containerImagePreview.noPreview {
  height: auto;
}

.containerImagePreview.noPreview img, .containerImagePreview.noPreview > span {
  display: none;
}

.containerImagePreview.noPreview .btn {
  display: block;
}

.containerImagePreview .btn {
  display: none;
}

.containerImagePreview img {
  height: 140px;
  border: 1px solid #CBD0D6;
  border-radius: 5px;
}

.containerImagePreview > span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: #559DD3;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
}

.buttonAddFileInput {
  display: inline-block;
  vertical-align: middle;
  height: 140px;
  width: 60px;
  border: 1px solid #559DD3;
  border-radius: 5px;
  color: #559DD3;
  font-size: 24px;
  text-align: center;
  line-height: 140px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.buttonAddFileInput:hover {
  background-color: #559DD3;
  color: #fff;
}

.buttonAddFileInput span {
  display: none;
}

.containerImagePreview.noPreview ~ .buttonAddFileInput {
  height: 42px;
  line-height: 42px;
}

.switch__container {
  text-align: center;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: -175px;
  margin: 0;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch--flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.switch--flat + label:before,
.switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

.switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #559DD3;
  border-radius: 50%;
  -webkit-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

/*.switch--flat:checked + label {
  //background-color: $blue;
}*/
.switch--flat:checked + label:after {
  margin-left: 30px;
}

.switch--flat {
  outline: none;
}

.textSideSwitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  font-size: 14px;
}

.textSideSwitch#left {
  left: -60px;
  text-align: left;
}

.textSideSwitch#right {
  left: -10px;
  text-align: right;
}

.switch--flat ~ .textSideSwitch#left strong {
  font-weight: bold;
}

.switch--flat ~ .textSideSwitch#right strong {
  font-weight: normal;
}

.switch--flat:checked ~ .textSideSwitch#left strong {
  font-weight: normal;
}

.switch--flat:checked ~ .textSideSwitch#right strong {
  font-weight: bold;
}

.switch__container.small .switch + label {
  right: -95px;
}

.switch__container.small .textSideSwitch {
  width: 95px;
}

.switch__container.small .textSideSwitch#left {
  text-align: center !important;
}

.modal .modal-dialog {
  position: absolute;
  width: 100%;
  max-width: 450px;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  background-color: #fff;
  border-radius: 8px;
  border: none;
}

.modal .modal-dialog .modal-header {
  border: none;
}

.modal .modal-dialog .modal-title {
  width: 100%;
  text-align: center;
  line-height: 35px;
  color: #559DD3;
  font-size: 26px;
  font-weight: 800;
}

.modal .modal-dialog .modal-body {
  border: none;
}

.modal .modal-dialog .linkBottomModal {
  display: inline-block;
  width: 100%;
  color: #559DD3;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.page-link {
  color: #272829 !important;
  background-color: transparent !important;
  border: none;
  border-radius: 5px;
}

.page-link:hover {
  text-decoration: underline;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #559DD3 !important;
}

.containerAnnexe {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
}

/*
 Responsive
  */
@media screen and (max-width: 900px) {
  .containerImagePreview {
    width: 30%;
    height: auto;
  }
  .containerImagePreview img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .containerImagePreview {
    width: 45%;
  }
  .containerAnnexe {
    margin: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .formDesktopSeachModule {
    display: none;
  }
  .formMobileSeachModule {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .cardCompany {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
    margin: 0 auto 4rem !important;
  }
}

@media screen and (max-width: 600px) {
  .switch__container .textSideSwitch {
    width: 100%;
    left: 0 !important;
    text-align: center !important;
  }
  .switch__container .textSideSwitch#left {
    top: -32px;
  }
  .switch__container .switch + label {
    left: 0;
    bottom: -25px;
  }
  .switch__container .previewMailMessage {
    max-width: 50% !important;
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
    margin: 0 auto;
  }
  .switch__container #automaticMessage, .switch__container #personalMessage {
    padding-left: 0 !important;
  }
  .switch__container.small .textSideSwitch#left {
    top: 0;
    left: -60px !important;
    text-align: center !important;
  }
  .switch__container.small .textSideSwitch#right {
    left: -10px !important;
    text-align: right !important;
  }
  .switch__container.small .switch + label {
    left: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 550px) {
  .containerImagePreview {
    width: 100%;
    margin-right: 0;
  }
  .buttonAddFileInput {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 21px;
  }
  .buttonAddFileInput span {
    display: inline;
  }
  .buttonAddFileInput i {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .cardCompany {
    padding: 0 !important;
  }
  .modal .modal-dialog {
    max-width: none;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .modal .modal-dialog .modal-content {
    border: none;
  }
  .modal .modal-dialog .modal-header {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EFEFEF;
  }
  .modal .modal-dialog .modal-title {
    padding: 10px 0;
    font-size: 20px;
    color: #5B5E61;
  }
  .modal .modal-dialog button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 2px #559DD3;
    line-height: 20px;
    text-align: center;
    font-size: 22px;
    color: #559DD3;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
    padding: 0;
    margin: 0;
  }
  .modal .modal-dialog button.close:hover {
    background-color: #559DD3;
    color: #fff;
  }
  .modal .modal-dialog .modal-body {
    padding-top: 30px;
  }
}

.alternativeWords {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}

.alternativeWords .word {
  position: absolute;
  width: auto;
  min-width: 200px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  opacity: 0;
}

.alternativeWords .letter {
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
          transform-origin: 50% 50% 25px;
}

.alternativeWords .letter.out {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.alternativeWords .letter.behind {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.alternativeWords .letter.in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
/*            HEADER             */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background-color: #fff;
  z-index: 500;
}

header .logo {
  line-height: 66px;
}

header .logo img {
  height: 50px;
}

/* Language Selector */
.language-selector {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}

.language-selector .lang-link {
  color: #5B5E61;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 4px 6px;
}

.language-selector .lang-link:hover {
  color: #559DD3;
}

.language-selector .lang-link.active {
  color: #559DD3;
  font-weight: 700;
}

.language-selector .lang-separator {
  color: #CBD0D6;
  margin: 0 4px;
}

header .navbar {
  display: none;
}

header .btn {
  margin-top: 15.5px;
}

header .dropdown.notConnected {
  display: inline-block;
  vertical-align: top;
}

.arrowBackHeader {
  position: absolute;
  z-index: 501;
  top: 50%;
  left: 30px;
  display: none;
  font-size: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.linksHeader li {
  position: relative;
  height: 66px;
  line-height: 66px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}

.linksHeader li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 25%;
  left: 25%;
  height: 4px;
  background-color: #559DD3;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.linksHeader li.current::after, .linksHeader li:hover::after {
  opacity: 1;
}

.linksHeader li .infoPoint {
  top: 15px;
  right: 7px;
}

header .dropdownText {
  display: inline-block;
  height: 66px;
  line-height: 66px;
  cursor: pointer;
}

header .dropdown-menu {
  margin-left: -100px;
}

header .dropdown .avatar {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  object-fit: cover;
}

/*          NAV MOBILE             */
.spaceNav {
  display: none;
  width: 100%;
  height: 56px;
}

.navMobile {
  display: none;
  position: fixed;
  height: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
}

.navMobile.onlyBtn {
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.navMobile.onlyBtn ~ .spaceNav {
  height: 66px;
}

.containerIconNav {
  position: relative;
  float: left;
  width: 33.3%;
  height: 60px;
  text-align: center;
  cursor: pointer;
  color: #5B5E61;
}

.containerIconNav:hover {
  color: #559DD3;
  text-decoration: none;
}

.containerIconNav.active {
  color: #559DD3;
}

.containerIconNav i {
  display: block;
  margin: 10px auto 0px;
  font-size: 20px;
}

.containerIconNav .title {
  font-size: 14px;
  line-height: 8px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.containerIconNav .infoPoint {
  left: 54%;
  top: 6px;
}

/*
 Responsive
  */
@media screen and (max-width: 1400px) {
  .linksHeader li {
    padding: 0 1rem !important;
    font-size: 14px;
  }
  header .btn.tinyBtn {
    width: 135px;
  }
  header .dropdownText {
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 1225px) {
  header .btn.tinyBtn {
    width: 110px;
    padding: 0 10px !important;
    font-size: 13px;
  }
  header .dropdownText {
    font-size: 14px;
    padding: 0 5px !important;
  }
}

@media screen and (max-width: 991px) {
  header .logo img {
    height: 38px;
  }
  header .btn.tinyBtn {
    display: none;
  }
  .arrowBackHeader.active {
    display: block;
  }
  .linksHeader, header > .dropdown > .dropdown {
    display: none;
  }
  header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .navbar .navbar-toggler {
    margin-top: 5px;
    border: none;
    outline: none;
  }
  header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.7)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  header .responsiveLanguageSelect {
    display: inline-block !important;
    z-index: 100;
  }
  header .responsiveLanguageSelect .dropdown-menu {
    margin-left: -30px !important;
    padding: 0;
  }
  header .responsiveLanguageSelect .dropdown-menu .dropdown-item {
    display: block;
    float: left;
    clear: none;
    width: 50%;
    padding: .45rem 0;
    text-align: center;
  }
  .spaceNav, .navMobile {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  header > .col.logo {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 66px;
    z-index: 100;
    text-align: center !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header > .col.logo a {
    padding: 0 !important;
  }
  header > .col.dropdown {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
  }
  header > .col.dropdown .navbar-collapse {
    padding-top: 15px;
  }
  header > .col.dropdown .navbar-toggler {
    z-index: 200;
  }
}

@media screen and (max-width: 400px) {
  header > .col.dropdown {
    left: 0;
  }
}

/* FOOTER */
footer {
  font-size: 16px;
}

footer .logo {
  max-width: 175px;
}

footer h4 {
  color: #559DD3;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

footer a {
  display: block;
  line-height: 28px;
  color: #5B5E61;
}

footer a:hover {
  color: #5B5E61;
  text-decoration: underline;
}

footer hr {
  height: 1px;
  background-color: #A1A6AC;
  border: none;
}

@media screen and (max-width: 900px) {
  footer .col:first-child {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  footer .col {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  footer.px-5, footer.px-5 .row.px-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  footer.px-5 .col, footer.px-5 .row.px-5 .col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.mainTitleBlock {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

.mainTitleBlock.big {
  font-size: 32px;
  max-width: 580px;
}

.backgroundHomeNotConnected {
  background: url("../img/home-background-2.jpg") left 35% no-repeat #F2F2F2;
  background-size: 100% auto;
  text-align: center;
}

.backgroundHomeNotConnected h1 {
  max-width: 650px;
  margin: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 49px;
  text-align: center;
  text-shadow: 0 0 14px #272829;
}

.backgroundHomeNotConnected h1 .mobile {
  display: none;
}

.backgroundHomeNotConnected h1 .desktop {
  display: inline-block;
}

.backgroundHomeNotConnected .containerInputs {
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
}

.backgroundHomeNotConnected .form-group {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.backgroundHomeNotConnected .form-group i {
  font-size: 16px;
  vertical-align: middle;
}

.backgroundHomeNotConnected .bootstrap-select.searchType {
  width: 280px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchCountry {
  width: 192px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchSector {
  width: 195px !important;
}

.backgroundHomeNotConnected .bootstrap-select.searchCategory {
  width: 150px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w215 {
  width: 215px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w195 {
  width: 195px !important;
}

.backgroundHomeNotConnected .bootstrap-select.w150 {
  width: 150px !important;
}

.backgroundHomeNotConnected .dropdown-toggle, .backgroundHomeNotConnected .bootstrap-select .dropdown-toggle:focus {
  height: 30px !important;
  line-height: 30px !important;
  border: none !important;
  border-right: solid 1px #CBD0D6 !important;
  border-radius: 0 !important;
  outline: none !important;
  background-color: #fff !important;
}

.backgroundHomeNotConnected .bootstrap-select.last .dropdown-toggle {
  border: none !important;
}

.backgroundHomeNotConnected .btnMobile {
  display: none;
  min-width: 200px;
}

.backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
  padding-left: 4rem !important;
}

.listFindPeopleHome {
  padding: 0;
  list-style: none;
  color: #3b3838;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
}

.listFindPeopleHome i {
  margin-right: 10px;
}

.containerBubbles {
  text-align: center;
  padding-top: 45px;
}

.containerBubbles > .col-3 {
  height: 0;
  padding-bottom: 25%;
}

.containerBubbles .bubble {
  position: relative;
  display: inline-block;
  height: 0;
  width: 95%;
  padding-bottom: 95%;
  border: solid 2px #559DD3;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

.containerBubbles .bubble:hover, .containerBubbles .bubble.forceHover {
  -webkit-box-shadow: 10px 10px 42px -17px #559DD3;
  box-shadow: 10px 10px 42px -17px #559DD3;
}

.containerBubbles .bubble:hover .layer, .containerBubbles .bubble.forceHover .layer {
  opacity: 1;
}

.containerBubbles .bubble:hover .description, .containerBubbles .bubble.forceHover .description {
  bottom: 0;
}

.containerBubbles .bubble .backgroundImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: center #fff;
  background-size: auto 100%;
}

.containerBubbles .bubble .country {
  position: absolute;
  bottom: 3px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  width: 25%;
  height: 25%;
  background-color: white;
  padding: 4px;
}

.containerBubbles .bubble .layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(85, 157, 211, 0.7);
  background: linear-gradient(45deg, rgba(85, 157, 211, 0.7) 0%, rgba(34, 104, 158, 0.9) 100%);
}

.containerBubbles .bubble .description {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  background-color: transparent;
}

.containerBubbles .bubble .description > div {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.containerBubbles .bubble .description strong {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}

.containerBubbles .bubble .description span {
  font-size: 11px;
}

.floatAnim {
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
          animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.containerImgDevicesHome img {
  display: block;
  margin: 0 auto 15px;
  width: 80%;
  max-width: 480px;
}

.containerImgDevicesHome h5 {
  color: #7A7F84;
  font-family: Nunito;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.aboutHome p {
  font-size: 18px;
  line-height: 1.8;
}

.howItWorksHome .searchSentence {
  max-width: 200px;
  width: 200px;
  height: 200px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
}

.howItWorksHome .searchSentence.one {
  background-color: #559DD3;
  padding-top: 55px;
  border-bottom-right-radius: 0;
}

.howItWorksHome .searchSentence.two {
  background-color: #22689E;
  padding-top: 70px;
  border-top-right-radius: 0;
}

.howItWorksHome .step {
  text-align: center;
  color: #272829;
}

.howItWorksHome .step i {
  font-size: 60px;
}

.howItWorksHome .step h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

.howItWorksHome .step p {
  font-size: 18px;
  line-height: 28px;
}

.howItWorksHome .mobileContent {
  display: none;
}

.containerAdvantagesHome .picture {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.containerAdvantagesHome ul {
  padding: 0;
  font-size: 18px;
  list-style: none;
  line-height: 38px;
  color: #030405;
  font-weight: bold;
}

.containerAdvantagesHome ul i {
  font-size: 22px;
  vertical-align: middle;
}

.containerOneMemberHome h5 {
  color: #272829;
  font-size: 16px;
  line-height: 28px;
}

.containerOneMemberHome h4 {
  color: #7A7F84;
  font-size: 18px;
  line-height: 28px;
}

.containerOneMemberHome h3 {
  color: #22689E;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.logoPartnerHome {
  max-width: 250px;
}

.containerJoinUsHome {
  background: linear-gradient(225deg, #22689E 0%, #559DD3 100%);
  color: #ffffff;
}

.containerJoinUsHome p {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.containerJoinUsHome .btn {
  margin-top: 35px;
}

/* Responsive */
@media screen and (max-width: 1220px) {
  .containerAllMembersHome {
    padding: 0 !important;
  }
  .containerOneMemberHome .bubbleCompanyPicture {
    width: 100px;
    height: 100px;
  }
  .containerOneMemberHome h5 {
    line-height: 15px;
  }
  .containerOneMemberHome h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .containerOneMemberHome h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .backgroundHomeNotConnected > .col.py-4 {
    padding: 0 5% !important;
  }
  .backgroundHomeNotConnected h1 {
    font-size: 30px;
  }
  .backgroundHomeNotConnected form {
    display: none;
  }
  .backgroundHomeNotConnected .btnMobile {
    display: inline-block;
  }
  .backgroundHomeNotConnected + .lightGreyBackground .mainTitleBlock {
    display: none;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    padding: 0 !important;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
    padding-left: 3rem !important;
  }
  .listFindPeopleHome {
    padding-left: 15%;
  }
  .containerImgDevicesHome {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 35px;
  }
  .howItWorksHome > .row {
    padding: 0 1% !important;
  }
  .howItWorksHome .step {
    padding: 0 3% !important;
  }
  .logoPartnerHome {
    max-width: 22%;
  }
}

@media screen and (max-width: 1100px) {
  .containerOneMemberHome:nth-child(even) {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .backgroundHomeNotConnected {
    background-position: left 25%;
  }
  .backgroundHomeNotConnected h1 .desktop {
    padding: 0 !important;
    margin: 0 !important;
  }
  .listFindPeopleHome {
    padding-left: 5%;
    font-size: 15px;
  }
  .aboutHome {
    display: none;
  }
  .howItWorksHome {
    padding: 30px 0 !important;
    background-color: #fff !important;
    text-align: center;
  }
  .howItWorksHome .mainTitleBlock {
    margin-bottom: 30px !important;
  }
  .howItWorksHome > .row {
    display: none;
  }
  .howItWorksHome .mobileContent {
    display: block;
  }
  .howItWorksHome .mobileContent .step {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 4% 10px 0 !important;
  }
  .containerAdvantagesHome {
    background-color: #F9F9F9;
  }
  .containerAdvantagesHome > .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 0;
  }
  .containerAdvantagesHome > .col-6:first-child {
    display: none;
  }
  .containerAdvantagesHome > .col-6 .mainTitleBlock {
    text-align: center;
    text-transform: capitalize;
  }
  .containerAdvantagesHome > .col-6 .mainTitleBlock span {
    display: none;
  }
  .containerAdvantagesHome + .row {
    background-color: #fff !important;
  }
  .containerAdvantagesHome + .row + .row {
    display: none;
  }
  .containerOneMemberHome:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .containerBubbles {
    display: none;
  }
  .containerBubbles .bubble {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (min-width: 800px) {
  .containerBubbles .bubble {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 675px) {
  .mainTitleBlock.removeSpanMobile span {
    display: none;
  }
  .listFindPeopleHome {
    padding-left: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
  .backgroundHomeNotConnected + .lightGreyBackground {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .backgroundHomeNotConnected {
    padding: 30px 0 !important;
  }
  .backgroundHomeNotConnected h1 {
    margin: 0 5% 40px !important;
    font-size: 23px;
    line-height: 30px;
  }
  .backgroundHomeNotConnected h1 span.desktop {
    display: none;
  }
  .backgroundHomeNotConnected h1 span.mobile {
    display: inline-block;
  }
  .containerJoinUsHome p {
    font-size: 19px;
  }
}

@media screen and (max-width: 450px) {
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 {
    padding-left: 5% !important;
  }
  .backgroundHomeNotConnected + .lightGreyBackground > .col-6.pl-5 .listFindPeopleHome {
    font-size: 14px;
  }
  .backgroundHomeNotConnected {
    background-position: top left;
    background-size: auto 100%;
    min-height: 300px;
  }
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
#homepage {
  color: #272829;
  font-family: Poppins;
}

#homepage .backgroundTopHome {
  overflow: hidden;
}

#homepage .backgroundTopHome img {
  position: absolute;
  width: 77.5%;
  top: 0;
  right: 0;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  opacity: 0.5;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  #homepage .backgroundTopHome img {
    height: 100%;
    width: auto !important;
  }
}

@media (max-width: 991.98px) {
  #homepage .backgroundTopHome img {
    display: none;
  }
}

#homepage .backgroundTopHome.animation img {
  width: 75%;
  opacity: 1;
}

#homepage .backgroundTopHome .gradientOverlay {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 25%, rgba(255, 255, 255, 0) 75%);
}

#homepage .backgroundTopHome h1 {
  position: relative;
  color: #176699;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1450px) {
  #homepage .backgroundTopHome h1 {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  #homepage .backgroundTopHome h1 {
    font-size: 30px;
    background-image: url("../img/workers-conversation.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right top;
  }
  #homepage .backgroundTopHome h1 span {
    padding: 5% 33% 5% 5%;
    display: inline-block;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), color-stop(75%, rgba(255, 255, 255, 0.25)));
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0.25) 75%);
  }
}

@media (max-width: 575.98px) {
  #homepage .backgroundTopHome h1 {
    font-size: 18px;
    background-size: auto 100%;
  }
}

#homepage .backgroundTopHome h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}

@media (min-width: 992px) and (max-width: 1450px) {
  #homepage .backgroundTopHome h2 {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 991.98px) {
  #homepage .backgroundTopHome h2 {
    padding: 0 10%;
    font-size: 16px;
    text-align: center;
  }
}

#homepage .backgroundTopHome .containerBtn {
  text-align: left;
}

@media (max-width: 991.98px) {
  #homepage .backgroundTopHome .containerBtn {
    text-align: center;
  }
}

#homepage .backgroundTopHome .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 30px;
  min-width: 230px;
}

#homepage .backgroundTopHome .btn:first-child {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  #homepage .backgroundTopHome .btn {
    margin: 15px auto !important;
    display: block;
  }
}

#homepage main {
  padding: 0 6rem 3rem 6rem;
}

@media (max-width: 991.98px) {
  #homepage main {
    padding: 3rem 4rem;
  }
}

@media (max-width: 575.98px) {
  #homepage main {
    padding: 3rem 2rem;
  }
}

#homepage .title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  #homepage .title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  #homepage .title {
    font-size: 24px;
  }
}

#homepage .subtitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33px;
}

#homepage .containerExperience h6 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
}

#homepage .containerExperience p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

#homepage .containerExperience > div {
  padding: 0 15px;
}

@media (max-width: 767.98px) {
  #homepage .containerExperience > div:first-child {
    margin-bottom: 50px;
  }
  #homepage .containerExperience > div:last-child {
    margin-top: 50px;
  }
}

#homepage .containerExperience > img {
  position: relative;
  top: -25%;
  width: 30px;
}

@media (max-width: 767.98px) {
  #homepage .containerExperience > img {
    display: none;
  }
}

#homepage .containerBubbles .description strong {
  font-size: 10px;
  padding-bottom: 0;
}

#homepage .containerImgAndText > div {
  width: 50%;
}

@media (max-width: 767.98px) {
  #homepage .containerImgAndText > div {
    width: auto;
  }
}

#homepage .shadowImg {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
          box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
}

#homepage .checkedMenu {
  padding: 0;
  list-style: none;
  font-size: 20px;
}

#homepage .checkedMenu li {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
}

#homepage .checkedMenu img {
  position: absolute;
  top: 4px;
  left: 0;
}

#homepage .backgroundWorldMap {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: -34%;
  left: -10%;
  z-index: -1;
}

@media (max-width: 1100px) {
  #homepage .backgroundWorldMap {
    top: -24%;
  }
}

@media (max-width: 991.98px) {
  #homepage .backgroundWorldMap {
    display: none;
  }
}

#homepage .bigOvalForBg {
  position: absolute;
  width: 35%;
  min-width: 300px;
  height: auto;
  right: -6rem;
  bottom: -10%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  #homepage .bigOvalForBg {
    bottom: -15px;
  }
}

#homepage .littleOvalForBg {
  position: absolute;
  width: 100px;
  height: auto;
  top: 0;
  left: 51%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  #homepage .littleOvalForBg {
    left: 33%;
  }
}

#homepage .bigOvalForBgOnLeft {
  position: absolute;
  width: 35%;
  min-width: 300px;
  height: auto;
  left: -7rem;
  bottom: -79%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  #homepage .bigOvalForBgOnLeft {
    bottom: -40%;
  }
}

@media (max-width: 767.98px) {
  #homepage .bigOvalForBgOnLeft {
    bottom: -20%;
  }
}

#homepage .partnerTypesContainer > div {
  margin-bottom: 200px;
}

@media (max-width: 991.98px) {
  #homepage .partnerTypesContainer > div:nth-last-child(1), #homepage .partnerTypesContainer > div:nth-last-child(2) {
    margin-bottom: 0;
  }
}

#homepage .partnerTypesContainer [data-tippy-placement] {
  background-color: #fff;
  border: 5px solid white;
  border-radius: 16px 18px 18px 18px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
          box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
  cursor: pointer;
}

#homepage .partnerTypesContainer [data-tippy-placement].active, #homepage .partnerTypesContainer [data-tippy-placement]:hover {
  border-color: #559DD3;
}

#homepage .partnerTypesContainer [data-tippy-placement]:first-child {
  margin-left: 0 !important;
}

#homepage .partnerTypesContainer [data-tippy-placement]:last-child {
  margin-right: 0 !important;
}

#homepage .partnerTypesContainer h6 {
  font-size: 18px;
  font-weight: 600;
}

#homepage .sectorTag {
  display: inline-block;
  padding: 8px 15px;
  margin: 8px;
  background-color: #fff;
  border: 1.5px solid #559DD3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #559DD3 !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none !important;
}

#homepage .sectorTag:hover {
  background-color: #559DD3;
  color: white !important;
}

#homepage .containerOneMemberHome .bubbleCompanyPicture {
  width: 115px;
  height: 115px;
}

#homepage .containerOneMemberHome h5 {
  color: #272829;
  font-size: 14px;
  line-height: 28px;
}

#homepage .containerOneMemberHome h4 {
  color: #7A7F84;
  font-size: 16px;
  line-height: 28px;
}

#homepage .containerOneMemberHome h3 {
  color: #22689E;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

[data-tippy-root] {
  z-index: 100 !important;
}

.tippy-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px 18px 18px 18px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
          box-shadow: 5px 5px 25px 0 rgba(179, 179, 179, 0.25);
}

@media (max-width: 767.98px) {
  .tippy-box {
    padding: 10px;
  }
}

.tippy-box p {
  padding: 0;
  margin: 0;
  text-align: left;
}

.tippy-box a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  color: #5B5E61 !important;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .tippy-box a {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .tippy-box a {
    font-size: 12px;
    line-height: 20px;
  }
}

.tippy-box .tippy-arrow {
  width: 32px;
  height: 32px;
  color: #fff;
  z-index: 10;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  top: -15px !important;
  border-width: 0px 16px 16px !important;
}

.tippy-box[data-placement^=top] > .tippy-arrow::before {
  bottom: -15px !important;
  border-width: 16px 16px 0 !important;
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.topInfosCompanyPage {
  margin: 0 !important;
  background-color: #559DD3;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
}

.topInfosCompanyPage > .col-4 {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 10px;
}

.topInfosCompanyPage .background {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  min-height: 100%;
  -webkit-filter: opacity(0.2);
          filter: opacity(0.2);
  z-index: auto;
}

.topInfosCompanyPage .bubbleCompanyPicture {
  display: block;
  margin: 20px auto 30px;
}

.topInfosCompanyPage .bubbleCompanyPicture.desktopCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.topInfosCompanyPage .textResponsive {
  display: none;
  text-align: center;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.topInfosCompanyPage .textResponsive h1 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.topInfosCompanyPage .textResponsive h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.topInfosCompanyPage .badge {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.topInfosCompanyPage > .col-8 {
  position: relative;
  background-color: #fff;
  padding: 30px 0 30px 35px;
}

.topInfosCompanyPage h1 {
  color: #272829;
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
}

.topInfosCompanyPage h4 {
  color: #272829;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  max-height: 25px;
  overflow: hidden;
}

.topInfosCompanyPage .infoCountry {
  display: block;
  color: #272829;
  font-size: 16px;
  line-height: 22px;
}

.topInfosCompanyPage .infoCountry i {
  padding-right: 5px;
}

.topInfosCompanyPage .btn {
  position: absolute;
  top: 15%;
  right: 40px;
}

.topInfosCompanyPage .containerTableInfos {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #CBD0D6;
}

.topInfosCompanyPage .containerTableInfos span {
  color: #5B5E61;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.topInfosCompanyPage .containerTableInfos strong {
  color: #559DD3;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.topInfosCompanyPage .containerTableInfos > div:first-child {
  border-right: 1px solid #CBD0D6;
}

.topInfosCompanyPage .containerTableInfos > div:last-child {
  border-left: 1px solid #CBD0D6;
}

.topInfosCompanyPage .closeSpecialPage {
  right: 77px;
}

.topInfosCompanyPage .containerShareIconsNetworks {
  position: absolute;
  bottom: 25px;
  right: 40px;
  width: 242px;
  text-align: center;
}

.contentCompanyPage {
  margin: 0;
  background-color: #F9F9F9;
}

.contentCompanyPage .card {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 1px #DEDEDE;
          box-shadow: 0 0 10px 1px #DEDEDE;
}

.contentCompanyPage .card-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  color: #272829;
}

.contentCompanyPage .card-text {
  color: #5B5E61;
  font-size: 16px;
  line-height: 22px;
}

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

.contentCompanyPage .containerShareIconsNetworks i {
  padding-right: 0 !important;
}

.contentCompanyPage .tableInfos .text-right {
  color: #5B5E61;
}

.contentCompanyPage .appearResponsive {
  display: none;
}

.contentCompanyPage > .col-4 .card {
  display: block;
  margin: 30px auto;
  width: 85%;
}

.contentCompanyPage > .col-4 img {
  max-width: 400px;
  width: 100%;
}

.contentCompanyPage > .col-4 i {
  padding-right: 10px;
}

.contentCompanyPage > .col-4 td {
  padding: 3px 0;
}

.contentCompanyPage > .col-4 td strong {
  font-weight: 800;
  color: #559DD3;
}

.contentCompanyPage > .col-8 .card {
  margin-top: 30px;
  width: 95%;
}

.contentCompanyPage > .col-8 .card-title small {
  display: block;
  max-width: 75%;
}

.contentCompanyPage > .col-8 .card-title > span {
  position: absolute;
  right: 5%;
  top: 35px;
  font-size: 25px;
  color: #559DD3;
}

.contentCompanyPage > .col-8 .card-title > span .fa-plus-square {
  display: none;
}

.contentCompanyPage > .col-8 .card-title > span .fa-minus-square {
  display: block;
}

.contentCompanyPage > .col-8 .card-title > span.collapsed .fa-plus-square {
  display: block;
}

.contentCompanyPage > .col-8 .card-title > span.collapsed .fa-minus-square {
  display: none;
}

/* Styles pour col-12 (nouveau layout) */
.contentCompanyPage > .col-12 .card-title > span {
  position: absolute;
  right: 5%;
  top: 35px;
  font-size: 25px;
  color: #559DD3;
  cursor: pointer;
}

.contentCompanyPage > .col-12 .card-title > span .fa-plus-square {
  display: none;
}

.contentCompanyPage > .col-12 .card-title > span .fa-minus-square {
  display: block;
}

.contentCompanyPage > .col-12 .card-title > span.collapsed .fa-plus-square {
  display: block;
}

.contentCompanyPage > .col-12 .card-title > span.collapsed .fa-minus-square {
  display: none;
}

.containerSlider .carousel-item {
  position: relative;
  text-align: center;
  padding-bottom: 56.25%;
}

.containerSlider .carousel-item img {
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.containerSlider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%235B5E61' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.containerSlider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%235B5E61' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.containerPreviewSlider {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  grid-row-gap: 10px;
  grid-auto-rows: 1fr;
}

.containerPreviewSlider > div {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.containerPreviewSlider > div img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

body.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #559DD3 !important;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888 !important;
}

.fancybox-progress {
  background-color: #559DD3 !important;
}

.teamPictureCompanyPage {
  text-align: center;
  position: relative;
  height: 250px;
}

.teamPictureCompanyPage img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.infoDatWishOfferPage {
  margin: 20px 0;
}

.infoDatWishOfferPage i {
  margin-right: 7px;
}

.infoDatWishOfferPage strong {
  font-weight: 600;
  color: #272829;
}

.containerRatesRecommendation > div {
  color: #272829;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  line-height: 22px;
}

.containerRatesRecommendation > .col-4 {
  min-width: 290px;
}

.containerRatesRecommendation > .col-3 {
  min-width: 220px;
}

.containerRatesRecommendation .containerStarRating i {
  font-size: 14px;
}

.containerRatesRecommendation ~ .recommender .containerPicture {
  max-width: 80px;
  min-width: 80px;
}

.containerRatesRecommendation ~ .recommender .containerPicture img {
  width: 80px;
  height: 80px;
  border: 1px solid #979797;
  border-radius: 50%;
}

.containerRatesRecommendation ~ .recommender h5 {
  color: #272829;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.containerRatesRecommendation ~ .recommender h6 {
  font-size: 16px;
  line-height: 22px;
}

.containerRatesRecommendation ~ .recommender p {
  color: #5B5E61;
  font-size: 16px;
  line-height: 22px;
}

.containerOneRealisation h5, .containerOneContribution h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.containerOneRealisation h6, .containerOneContribution h6 {
  font-size: 16px;
  line-height: 22px;
}

.containerOneRealisation h6 span, .containerOneContribution h6 span {
  display: inline-block;
  vertical-align: top;
  min-width: 105px;
}

.containerOneRealisation h6 i, .containerOneContribution h6 i {
  margin-right: 5px;
}

.containerOneRealisation p, .containerOneContribution p {
  color: #5B5E61;
  font-size: 16px;
  line-height: 22px;
}

.containerOneRealisation img, .containerOneContribution img {
  max-height: 175px;
  cursor: pointer;
}

.containerOneRealisation .imgResponsive, .containerOneContribution .imgResponsive {
  display: none;
}

.containerOneContribution {
  border-bottom: solid 1px #A1A6AC;
}

.containerOneContribution:last-child {
  border-bottom: none;
}

.containerOneContribution.noBorder {
  border-bottom: none !important;
}

/*
 Responsive
  */
@media screen and (max-width: 1400px) {
  .topInfosCompanyPage .closeSpecialPage {
    right: 10px;
    top: 10px;
  }
}

@media screen and (min-width: 1350px) {
  .topInfosCompanyPage {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .topInfosCompanyPage.fixed {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
  .topInfosCompanyPage.fixed .btn.btn-light {
    display: none;
  }
  .topInfosCompanyPage.fixed .bubbleCompanyPicture {
    margin: 20px auto 0;
    width: 95px;
    height: 95px;
  }
  .topInfosCompanyPage.fixed .bubbleCompanyPicture.desktopCenter {
    margin-top: 0;
  }
  .topInfosCompanyPage.fixed .badge, .topInfosCompanyPage.fixed .background {
    display: none;
  }
  .topInfosCompanyPage.fixed > .col-4 {
    max-width: 15%;
    -webkit-box-flex: 15%;
        -ms-flex: 15%;
            flex: 15%;
    padding: 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .topInfosCompanyPage.fixed > .col-8 {
    max-width: 85%;
    -webkit-box-flex: 85%;
        -ms-flex: 85%;
            flex: 85%;
    padding: 20px 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .topInfosCompanyPage.fixed .titlesAndCountry {
    float: left;
    max-width: 30%;
  }
  .topInfosCompanyPage.fixed .containerTableInfos {
    float: left;
    max-width: 42%;
    margin-left: 4% !important;
  }
  .topInfosCompanyPage.fixed > .col-8 .btn {
    top: 35%;
  }
  .topInfosCompanyPage.fixed .containerShareIconsNetworks {
    display: none;
  }
}

@media screen and (max-width: 1350px) {
  .topInfosCompanyPage .containerTableInfos span {
    font-size: 14px;
  }
  .topInfosCompanyPage .containerTableInfos strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .topInfosCompanyPage .containerTableInfos {
    max-width: 95%;
  }
  .topInfosCompanyPage .containerShareIconsNetworks {
    bottom: auto;
    top: 80px;
    right: 40px;
    text-align: center;
  }
  .topInfosCompanyPage .containerShareIconsNetworks h5 {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .topInfosCompanyPage .btn {
    position: static;
    margin: 20px 0 10px;
  }
  .topInfosCompanyPage .containerShareIconsNetworks {
    position: static;
    display: inline-block;
    vertical-align: 5px;
  }
  .contentCompanyPage > .col-4, .contentCompanyPage > .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
  .contentCompanyPage > .col-4 .card, .contentCompanyPage > .col-8 .card {
    margin: 30px auto;
    width: 85%;
  }
  .contentCompanyPage .containerSlider {
    margin-top: 0 !important;
  }
  .contentCompanyPage .card-text {
    text-align: justify;
  }
}

@media screen and (max-width: 900px) {
  .topInfosCompanyPage .textResponsive {
    display: block;
  }
  .topInfosCompanyPage .bubbleCompanyPicture {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    display: block;
  }
  .topInfosCompanyPage .bubbleCompanyPicture.desktopCenter {
    position: static;
    margin: 20px auto 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .topInfosCompanyPage > .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    padding: 0 !important;
  }
  .topInfosCompanyPage > .col-8 .titlesAndCountry, .topInfosCompanyPage > .col-8 > .btn {
    display: none;
  }
  .topInfosCompanyPage > .col-8 .containerTableInfos {
    max-width: 100%;
    margin: 0 !important;
    border-radius: 0;
    border: 1px solid #EFEFEF;
  }
  .topInfosCompanyPage > .col-8 .containerTableInfos > div {
    border-color: #EFEFEF;
  }
  .topInfosCompanyPage > .col-4 {
    max-width: none;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-bottom: 15px;
  }
  .topInfosCompanyPage .containerShareIconsNetworks {
    display: none;
  }
  .contentCompanyPage .appearResponsive {
    display: block;
  }
  .contentCompanyPage .disappearResponsive {
    display: none !important;
  }
  .contentCompanyPage .containerSlider .col-9 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin: 0;
  }
  .contentCompanyPage .containerSlider .col-3 {
    display: none;
    /*flex: 100%;
        max-width: 100%;
        flex-direction: row !important;
        img {
          width: 31% !important;
          padding: 0 !important;
        }*/
  }
  .contentCompanyPage .containerSlider .col-3 img {
    display: none;
  }
  .containerOneRealisation > .col-3 {
    display: none;
  }
  .containerOneRealisation .imgResponsive {
    display: block;
    max-width: 400px;
    max-height: none;
  }
  .containerRatesRecommendation ~ .recommender {
    margin-top: 15px;
  }
  .containerRatesRecommendation ~ .recommender .containerPicture {
    max-width: 60px;
    min-width: 60px;
  }
  .containerRatesRecommendation ~ .recommender .containerPicture img {
    width: 60px;
    height: 60px;
    border: 1px solid #979797;
    border-radius: 50%;
  }
}

@media screen and (max-width: 600px) {
  .contentCompanyPage > .col-4 .card, .contentCompanyPage > .col-8 .card {
    padding: 0 !important;
  }
  .contentCompanyPage > .col-4 .card-title > span, .contentCompanyPage > .col-8 .card-title > span {
    top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .topInfosCompanyPage .containerTableInfos > div:last-child {
    display: none;
  }

  .img-thumbnail {
    max-width: 100%!important;
    max-height: 100%!important;
  }

  .btn-accounts .btn {
      margin-top: 20px;
  }

  .btn-accounts .btn:first-child {
      margin-top: 0;
  }

    .logo img {
        max-width: 95px;
        height: auto!important;
    }

  .language-selector {
      margin-left: 10px!important;
  }
}

@media screen and (max-width: 375px) {
    .logo img {
        max-width: 90px;
    }
    .language-selector {
        font-size: 13px;
    }
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.containerInfosSteps {
  position: relative;
  background-color: #ffffff;
}

.containerInfosSteps > .row {
  max-width: 800px;
}

.containerInfosSteps > img {
  float: left;
  max-height: 50px;
}

.containerInfosSteps .currentText {
  display: none;
  width: 100%;
  color: #559DD3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

.closeSpecialPage {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #559DD3;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #559DD3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.closeSpecialPage:hover {
  background-color: #559DD3;
  color: #fff;
}

.oneStep {
  position: relative;
  padding-top: 32px;
}

.oneStep.active .text {
  color: #559DD3;
}

.oneStep.active .round::after {
  width: 20px;
  height: 20px;
}

.oneStep:first-child::before {
  display: none;
}

.oneStep:last-child::after {
  display: none;
}

.oneStep::before, .oneStep::after {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  position: absolute;
  top: 51%;
  right: 0;
  margin-top: 12px;
  background-color: #A1A6AC;
}

.oneStep::before {
  left: 0;
  right: auto;
}

.oneStep .text {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  color: #A1A6AC;
}

.oneStep .round {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: solid 1px #A1A6AC;
  background-color: #fff;
  z-index: 1;
}

.oneStep .round::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #559DD3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sentenceRequireFields {
  float: right;
  font-size: 14px;
  text-align: right;
}

.containerAllContentSteps {
  width: 400%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: none;
  margin: 0;
  overflow-x: visible;
  overflow-y: hidden;
}

.containerContentOneStep {
  height: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.containerContentOneStep.active {
  height: auto;
}

/*
  Responsive
 */
@media screen and (max-width: 900px) {
  body.whiteMobile {
    background-color: #fff !important;
  }
  .containerInfosSteps {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EFEFEF;
  }
  .containerInfosSteps h1 {
    padding-top: 20px !important;
    font-size: 2rem;
  }
  .containerContentOneStep {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .containerContentOneStep > .btn {
    margin-top: -150px;
  }
}

@media screen and (max-width: 750px) {
  .oneStep .text {
    line-height: 15px;
  }
  .containerContentOneStep .form-group {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    padding: 0 !important;
    margin-bottom: 15px !important;
  }
  .containerContentOneStep .form-group.row {
    margin: auto;
  }
  .containerContentOneStep .form-group.row .form-group:last-child {
    margin-bottom: 0 !important;
  }
  .containerContentOneStep div[data-file-btn="1"] .input-group, .containerContentOneStep div[data-file-btn="1"] .btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
  }
  .containerContentOneStep div[data-file-btn="1"] .btn {
    margin: 20px 0 0 !important;
  }
  .containerContentOneStep > .btn {
    display: block;
    margin: 0 auto 20px !important;
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
}

@media screen and (max-width: 550px) {
  .containerInfosSteps {
    padding: 20px !important;
  }
  .containerInfosSteps h1 {
    font-size: 20px;
  }
  .containerInfosSteps .currentText {
    display: block;
  }
  .containerInfosSteps > .row {
    position: relative;
    padding-top: 0 !important;
    margin-top: -20px;
  }
  .containerInfosSteps > img {
    height: 38px;
    float: none;
  }
  .oneStep .text {
    display: none;
  }
  .oneStep .round {
    width: 20px;
    height: 20px;
  }
  .oneStep.active .round::after {
    width: 13px;
    height: 13px;
    top: 51%;
  }
  .containerAllContentSteps .formContainer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.containerStarRating {
  font-size: 22px;
}

.containerInfosSteps .explainText {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  font-size: 18px;
  color: #5B5E61;
  line-height: 1.7;
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.containerLinksPartPage {
  margin-top: 30px;
}

.containerLinksPartPage > a {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #A1A6AC;
  border-radius: 4px;
  line-height: 60px;
  text-indent: 20px;
  font-size: 18px;
  font-weight: 800;
  color: #A1A6AC;
  text-decoration: none;
}

.containerLinksPartPage > a.active {
  background-color: #E2F3FF;
  border: 1px solid #559DD3;
  color: #559DD3;
}

.containerInfoCompletion {
  background-color: #FFFFFF;
  border: 1px solid #A1A6AC;
  border-radius: 4px;
  text-align: center;
}

.containerInfoCompletion h4 {
  color: #272829;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.containerInfoCompletion p {
  color: #5B5E61;
  font-size: 16px;
  line-height: 22px;
}

.containerInfoCompletion p a {
  color: #559DD3 !important;
  font-weight: bold;
  text-decoration: underline;
}

.containerInfoCompletion .btn {
  width: 90%;
}

.containerPercentCircle .timer {
  fill: #5B5E61 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

#accordionCardsCompany.totalBlock {
  width: 100%;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#accordionCardsCompany.totalBlock .card {
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .containerLinksPartPage {
    display: none;
  }
  .containerLinksPartPage ~ .col-9 {
    max-width: none;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.containerMessagesPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 !important;
  padding-top: 66px;
  overflow: hidden;
}

.containerAllPreviewConv {
  max-width: 28%;
  max-height: 100%;
  overflow: hidden;
  padding: 0 !important;
  border-right: solid 1px #CBD0D6;
  border-top: solid 1px #CBD0D6;
}

.containerAllPreviewConv:hover {
  overflow: auto;
}

.containerAllPreviewConv .top {
  background-color: #ffffff;
}

.containerAllPreviewConv .top h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  color: #272829;
}

.containerAllPreviewConv .top .dropdown .btn {
  padding: 0 13px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}

.containerPreviewConv {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  margin: auto 0;
}

.containerPreviewConv.active, .containerPreviewConv:hover {
  background-color: #F7F7F7;
}

.containerPreviewConv .bubbleCompanyPicture {
  max-width: 65px;
  width: 65px;
  height: 65px;
  padding: 0;
}

.containerPreviewConv .bubbleCompanyPicture .containerLogo {
  border-width: 1px;
}

.containerPreviewConv .textInfos {
  font-size: 14px;
  line-height: 22px;
}

.containerPreviewConv h4 {
  color: #272829;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 800;
}

.containerPreviewConv .lastMessageTime {
  position: absolute;
  font-size: 12px;
  top: 10px;
  right: 10px;
}

.containerPreviewConv .infoPoint {
  top: 50%;
  right: 15px;
  width: 13px;
  height: 13px;
  margin-top: -13px;
}

.allContentsInConv {
  position: relative;
  max-height: 100%;
  border-top: solid 1px #CBD0D6;
}

.allContentsInConv.noDetail .containerInfoConv {
  display: none;
}

.allContentsInConv.noDetail .containerAllMessages, .allContentsInConv.noDetail .containerFormMessage {
  max-width: 100%;
}

.aboveContainerMessages {
  height: 80px;
  border-bottom: solid 1px #CBD0D6;
  line-height: 80px;
}

.aboveContainerMessages .bubbleCompanyPicture {
  width: 65px;
  height: 65px;
  margin-top: 8px !important;
}

.aboveContainerMessages .bubbleCompanyPicture .containerLogo {
  border-width: 1px;
}

.aboveContainerMessages .infoMember {
  height: 80px;
  padding-top: 15px;
  line-height: normal;
}

.aboveContainerMessages h4 {
  display: inline-block;
  height: 27px;
  margin-bottom: 2px;
  color: #272829;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
}

.aboveContainerMessages h5 {
  display: inline-block;
  height: 26px;
  color: #272829;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.aboveContainerMessages .containerActions > a {
  display: inline-block;
  height: 80px;
  padding-top: 3%;
  text-align: center;
  line-height: normal;
  font-size: 16px;
  font-weight: bold;
  color: #559DD3;
  cursor: pointer;
}

.aboveContainerMessages .containerActions > a i {
  display: inline-block;
  font-size: 22px;
}

.aboveContainerMessages .dropdown {
  display: none;
}

.aboveContainerMessages .dropdown a {
  line-height: normal;
}

.aboveContainerMessages .dropdown i {
  margin-right: 10px;
}

.aboveContainerMessages .dropdown .dropdown-toggle {
  font-size: 20px;
  cursor: pointer;
}

.aboveContainerMessages .dropdown .dropdown-toggle::after {
  display: none;
}

.containerAllMessages {
  position: absolute;
  top: 80px;
  bottom: 100px;
  left: 0;
  padding: 20px 0 0;
  overflow: auto;
}

.containerFormMessage {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
}

.containerFormMessage button {
  line-height: 42px;
  background-color: #559DD3;
  border: none;
  border-radius: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.containerFormMessage .containerTextarea {
  position: relative;
  height: 42px;
  line-height: 42px;
  border: 1px solid #CBD0D6;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 10px 1px rgba(81, 81, 81, 0.26);
          box-shadow: 0 1px 10px 1px rgba(81, 81, 81, 0.26);
}

.containerFormMessage .containerTextarea > i {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.containerFormMessage textarea {
  height: 100%;
  padding: 5px 5px 5px 10px;
  resize: none;
  border: none;
  width: 100%;
  border-radius: 5px;
  line-height: 30px;
}

.containerFormMessage .mobileConfirm {
  display: none;
}

.containerFormMessage #textFile {
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 12px;
  line-height: normal;
}

.containerFormMessage #textFile.hidden {
  display: none;
}

.containerOneMessage.me {
  margin-left: 25% !important;
}

.containerOneMessage .bubbleCompanyPicture {
  width: 45px;
  height: 45px;
  margin-top: 10px !important;
}

.containerOneMessage .bubbleCompanyPicture .containerLogo {
  border-width: 1px;
}

.containerOneMessage > .col {
  position: relative;
  border-radius: 20px;
  background-color: #F9F9F9;
}

.containerOneMessage.me > .col {
  background-color: rgba(85, 157, 211, 0.15);
}

.containerOneMessage .dateMessage {
  position: absolute;
  font-size: 12px;
  top: -25px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.containerOneMessage .fileInMessage {
  display: block;
  height: 22px;
  margin-top: 10px;
  color: #559DD3;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}

.containerOneMessage .fileInMessage i {
  margin-right: 5px;
}

.containerInfoConv {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  border-left: solid 1px #CBD0D6;
  padding-top: 60px;
}

/* Responsive */
@media screen and (max-width: 1300px) {
  .aboveContainerMessages .containerActions > a {
    padding-top: 7%;
    font-size: 13px;
  }
  .aboveContainerMessages .containerActions > a i {
    font-size: 17px;
  }
  .containerPreviewConv .lastMessageTime {
    top: 5px;
  }
  .containerPreviewConv .textInfos p {
    display: none;
  }
  .containerPreviewConv .textInfos .badge {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .containerAllPreviewConv {
    overflow: auto !important;
  }
}

@media screen and (max-width: 1100px) {
  .aboveContainerMessages .containerActions {
    display: none;
  }
  .aboveContainerMessages .dropdown {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .containerMessagesPage {
    width: 200%;
    height: auto;
    bottom: 60px;
  }
  .containerAllPreviewConv {
    max-width: 50%;
    z-index: 10;
  }
  .containerPreviewConv .textInfos p {
    display: block;
  }
  .allContentsInConv {
    max-width: 50%;
    z-index: 20;
    background-color: #fff;
  }
  .allContentsInConv.currentMobile {
    margin-left: -50%;
  }
  .aboveContainerMessages {
    /*.infoMember {
      height: 80px;
      line-height: 80px;
      padding: 0;
      h5 { display: none; }
    }*/
  }
  .aboveContainerMessages .bubbleCompanyPicture {
    width: 55px;
    height: 55px;
    margin-top: 12px !important;
  }
  .aboveContainerMessages .infoMember .removeMobile {
    display: none;
  }
  .aboveContainerMessages .dropdown-menu.show {
    left: -15px !important;
  }
}

@media screen and (max-width: 850px) {
  .containerAllMessages, .containerFormMessage {
    max-width: 100%;
  }
  .containerInfoConv {
    max-width: 100%;
    background-color: #fff;
    margin-right: -100%;
  }
  .allContentsInConv.currentMobile.noDetail .containerInfoConv {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .containerAllMessages, .containerInfoConv {
    top: 60px;
  }
  .aboveContainerMessages {
    height: 60px;
    line-height: 60px;
    padding: 0 10px !important;
  }
  .aboveContainerMessages .infoMember {
    padding-top: 5px;
  }
  .aboveContainerMessages .infoMember h4 {
    font-size: 16px;
    margin-bottom: -5px;
  }
  .aboveContainerMessages .infoMember h5 {
    font-size: 14px;
  }
  .aboveContainerMessages .containerActions > a {
    height: 60px;
  }
  .aboveContainerMessages .bubbleCompanyPicture {
    width: 45px;
    height: 45px;
    margin-top: 8px !important;
  }
  .aboveContainerMessages h4 {
    font-size: 18px;
  }
  .containerOneMessage {
    max-width: 87%;
    -webkit-box-flex: 87%;
        -ms-flex: 87%;
            flex: 87%;
  }
  .containerOneMessage.me {
    margin-left: 20% !important;
  }
  .containerOneMessage.me .bubbleCompanyPicture {
    display: none;
  }
  .containerOneMessage .bubbleCompanyPicture {
    width: 45px;
    height: 45px;
    margin-right: 10px !important;
  }
  .containerFormMessage {
    height: 80px;
  }
  .containerFormMessage > form {
    margin-top: 0 !important;
  }
  .containerFormMessage .containerTextarea {
    max-width: 90%;
    -webkit-box-flex: 90%;
        -ms-flex: 90%;
            flex: 90%;
    margin-right: 0 !important;
  }
  .containerFormMessage .containerTextarea textarea {
    padding-right: 40px;
  }
  .containerFormMessage .containerTextarea .mobileConfirm {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 100%;
    color: #559DD3;
  }
  .containerFormMessage button.col-3 {
    display: none;
  }
  .containerFormMessage #textFile {
    top: auto;
    bottom: 2px;
    left: 5px;
  }
  .containerAllMessages {
    bottom: 80px;
  }
  .containerAllPreviewConv .top h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .containerInfoConv .cardCompany {
    width: 100%;
  }
}

@media screen and (max-height: 500px) {
  .containerMessagesPage {
    bottom: 0px;
    z-index: 1000;
  }
  .aboveContainerMessages {
    display: none;
  }
  .containerAllMessages {
    top: 0;
  }
}

/* /////////////////////////
        COLOR BLOCKS
  ////////////////////////// */
/* /////////////////////////
        SIZE BLOCKS
  ////////////////////////// */
/* /////////////////////////
            MIXINS
  ////////////////////////// */
/* /////////////////////////
        PLACEHOLDER CSS
  ////////////////////////// */
.backgroundHome {
  background: url("../img/home-background.png") left 17% #fff;
  background-size: 100% auto;
}

.backgroundHome h1, .backgroundHome .h1 {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
}

.backgroundHome .h1 {
  line-height: 0.9;
  margin-bottom: 3px;
}

.backgroundHome .arrowDown {
  top: 30%;
  right: -30px;
}

.containerDoubleContent {
  width: 200%;
  height: auto;
  overflow-x: visible;
  overflow-y: hidden;
}

#buyContent {
  float: left;
  width: 50%;
  height: 0;
  margin-left: -55%;
}

#buyContent.active {
  height: auto;
  margin-left: 0;
}

#sellContent {
  float: left;
  width: 50%;
  height: auto;
}

#sellContent > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#buyContent.active + #sellContent {
  height: 0;
}

.switchContentHomeMobile {
  display: none;
  width: 100%;
  background-color: #fff;
}

.switchContentHomeMobile li {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  color: #A1A6AC;
}

.switchContentHomeMobile li.current, .switchContentHomeMobile li:hover {
  color: #5B5E61;
}

.switchContentHomeMobile li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #559DD3;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.switchContentHomeMobile li.current::after, .switchContentHomeMobile li:hover::after {
  opacity: 1;
}

.containerMaps {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
}

.containerMaps #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.containerMaps .loadingMap {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
}

.formContainer {
  color: #272829;
}

.formContainer h3 {
  font-size: 20px;
  font-weight: 800;
}

.formContainer textarea {
  height: 120px;
  resize: none;
}

.containerTags .badge {
  margin: 0 3px;
  font-size: 14px;
  border-radius: 16.5px;
  background-color: #FDEFE7;
}

#accordionCardsCompany.totalPage {
  width: 100%;
  max-width: none;
}

#accordionCardsCompany.totalPage .card {
  width: 885px;
}

.containerRecapNumbers {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #559DD3;
}

.containerRecapNumbers span {
  color: #5B5E61;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.containerRecapNumbers strong {
  color: #559DD3;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.containerRecapNumbers .oneRecap {
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px #559DD3;
}

.containerRecapNumbers .oneRecap:first-child {
  border-left: none;
}

.littleBtn {
  display: block;
  width: auto;
  min-width: 100px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #559DD3;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #559DD3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.littleBtn:hover {
  text-decoration: none;
  background-color: #559DD3;
  color: #fff;
}

.previewMailMessage {
  width: 135px;
  margin: 0 auto;
  position: relative;
}

.previewMailMessage img {
  width: 100%;
  height: auto;
}

.previewMailMessage i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #559DD3;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}

/*
    Responsive
 */
@media screen and (max-width: 1400px) {
  .backgroundHome {
    background-position: left 15% !important;
    background-size: 1400px auto;
  }
}

@media screen and (max-width: 1100px) {
  .colContainerMaps {
    display: none;
  }
  .colResultsCompanies {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media screen and (max-width: 900px) {
  .containerDoubleContent {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-property: height;
    transition-property: height;
  }
  #buyContent {
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    height: 100vh;
  }
  .backgroundHome .btn {
    display: none;
  }
  .switchContentHomeMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fullFormMobile form {
    margin-top: 0 !important;
  }
  .fullFormMobile .formContainer {
    width: 100%;
    margin: 0 !important;
  }
  .fullFormMobile h3 {
    display: none;
  }
  .fullFormMobile .formContainer {
    padding-bottom: 100px !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fullFormMobile form > .btn.btn-light {
    display: none;
  }
  .fullFormMobile form > .btn.goTopMobile {
    margin-top: -150px;
  }
  #accordionCardsCompany.totalPage .card {
    width: 100%;
    margin: 1rem 0;
  }
  #accordionCardsCompany .card-title > small {
    text-align: justify;
  }
  .backgroundHome {
    padding: 0 !important;
    background-position: center -75px !important;
    background-size: 900px auto;
  }
  .backgroundHome h1, .backgroundHome .h1 {
    font-size: 20px !important;
    border-width: 1px;
  }
  .backgroundHome h1 {
    margin: 30px 0 !important;
  }
  .backgroundHome .arrowDown {
    right: -20px !important;
    top: 17% !important;
    font-size: 13px;
  }
}

@media screen and (max-width: 850px) {
  .switch__container, .switch__container.small, .row.col-7.m-0.p-0 {
    max-width: none;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  #accordionCardsCompany.totalPage .form-control, #accordionCardsCompany.totalPage .form-group, #accordionCardsCompany.totalBlock .form-control, #accordionCardsCompany.totalBlock .form-group {
    max-width: none;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  #accordionCardsCompany.totalPage .btn-primary.col-4, #accordionCardsCompany.totalPage .btn-light.col-3, #accordionCardsCompany.totalBlock .btn-primary.col-4, #accordionCardsCompany.totalBlock .btn-light.col-3 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  #accordionCardsCompany.totalPage .btn-primary.col-4.col-4.ml-4, #accordionCardsCompany.totalPage .btn-light.col-3.col-4.ml-4, #accordionCardsCompany.totalBlock .btn-primary.col-4.col-4.ml-4, #accordionCardsCompany.totalBlock .btn-light.col-3.col-4.ml-4 {
    margin-top: 15px !important;
  }
  #accordionCardsCompany.totalPage div[data-file-btn="1"] .input-group, #accordionCardsCompany.totalBlock div[data-file-btn="1"] .input-group {
    display: none;
  }
  #accordionCardsCompany.totalPage .dropdown.bootstrap-select, #accordionCardsCompany.totalBlock .dropdown.bootstrap-select {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    padding-right: 0;
  }
  #accordionCardsCompany.totalPage .containerRecapNumbers, #accordionCardsCompany.totalBlock .containerRecapNumbers {
    width: 100%;
  }
  #accordionCardsCompany.totalPage .containerRecapNumbers .oneRecap, #accordionCardsCompany.totalBlock .containerRecapNumbers .oneRecap {
    width: 49%;
  }
}

@media screen and (max-width: 700px) {
  #buyContent {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  #searchModule {
    padding: 7% 10% !important;
  }
}

@media screen and (max-width: 650px) {
  #sellContent .form-group {
    max-width: none !important;
  }
  #sellContent .labelSpecialImage {
    display: block;
    margin: 0 0 45px 0 !important;
  }
}
/*# sourceMappingURL=styles.css.map */
