/* Style added by Alexis Aubert */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;600;700&display=swap");

/* Animation-box */
.anim-box {
    display: flex;
    justify-content: space-between;
  }

  .anim-box-responsive {
    display: none;
  }

  /* Content */

  .anim-box__content {
    border: 1px solid #559DD3;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #eaeaea;
    margin-right: 50px;

    width: 100%;
  }

  .anim-box__content img {
    max-width: 100%;
  }

  .anim-box__content .step {
    padding: 0 50px;
    height: 500px;
    /* max-height: 478px; */

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .anim-box__content .step.selected {
    display: flex;
    visibility: visible;
    opacity: 1;
  }

  .anim-box__content .step__images {
    display: flex;
    align-items: center;
  }

  .anim-box__content .step__images .step__image {
    width: 225px;
  }

  .anim-box__content .step__images .step__image:nth-child(2) {
    margin-top: 100px;
  }

  .anim-box__content .step .step__text {
    margin-top: 30px;
    color: #7A7F84;
    font-family: Nunito;
    font-size: 17px;
    font-weight: 400;
  }

  .anim-box__content .step-1 .step__image {
    width: 350px;
  }

  .anim-box__content .step-2 .step__image {
    width: 300px;
  }

  /* Choice */

  .anim-box__choices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .anim-box__choices .choice {
    width: 375px;

    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px #eaeaea;
    padding: 15px 25px;
    margin-bottom: 40px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
  }
  .anim-box__choices .choice-1 .choice__content {
    margin-left: 40px;
  }
  .anim-box__choices .choice-1 .choice__image img{
    max-width: 60px;
    margin-left: 10px;
  }

  .anim-box__choices .choice * {
    pointer-events: none;
  }

  .anim-box__choices .choice.selected,
  .anim-box__choices .choice:hover {
    border-color: #559DD3;
    box-shadow: 0 0 15px #eaeaea;
  }

  .anim-box__choices .choice:hover::before,
  .anim-box__choices .choice.selected::before {
    position: absolute;
    right: calc(100% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 50px;
    height: 1px;
    content: "";
    background: #559DD3;
  }

  .anim-box__choices .choice:hover::after,
  .anim-box__choices .choice.selected::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #559DD3;

    right: calc(100% + 50px);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
  }

  .anim-box__choices .choice:last-child {
    margin-bottom: 0;
  }

  .anim-box__choices .choice__image img {
    max-width: 80px;
  }

  .anim-box__choices .choice__content {
    margin-left: 30px;
  }

  .anim-box__choices .choice__content .choice__image--responsive {
    display: none;
  }

  .anim-box__choices .choice__title {
    color: #7A7F84;
    font-family: Nunito;
    font-size: 22px;
    font-weight: bold;
  }

  .anim-box__choices .choice__text {
    color: #7A7F84;
    font-family: Nunito;
    font-size: 16px!important;
    line-height: 22px !important;
  }

/* HOME */
.word {
  min-width: initial!important;
}

.mainTitleBlock {
  font-size: 24px;
}

.aboutHomeIntro {
  display: flex;
  align-items: center;

  margin-bottom: 50px;
  padding: 0 4rem;
}
.aboutHomeIntro__image {
  margin-right: 70px;
  max-width: 530px;
  padding-left: 2rem;

  flex: none;
}
.aboutHomeIntro__text {
  color: #7A7F84;
  font-family: Nunito;
  font-size: 20px!important;
  font-weight: 400;
}

.bullet {
  display: inline-block;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
}

.bullet.bullet-success {
  background-color: var(--success);
}

.bullet.bullet-danger {
  background-color: var(--danger);
}

.formContainer.validation-account img {
  max-width: 50px;
  margin-bottom: 30px;
}

.containerInfoCompletion .btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none !important;
}

.twoBlocsTransition.desktopContent {
  background-color: #F9F9F9 !important;
}


.add-attachment {
  margin-top: 15px;
  cursor: pointer;
}

.file-name-upload {
  display: block;
  color: #5B5E61;
}

.infoAttachentAo {
  margin-bottom: 10px;
}

.infoAttachentAoName > a {
  color: #559DD3;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;

  margin-bottom: 10px;

  display: block;
}

.show-attachment {
  max-width: 100px;

  margin: 10px 0 20px 0;
}

.show-attachment:hover {
  border-color: #559DD3;
}

.isDisabled {
  cursor: not-allowed;

  position: absolute;
  top: 15%;
  right: 40px;
  width: 242px;
  height: 42px;
}

.isDisabled .btn {
  position: relative;
  top: auto;
  right: auto;
  pointer-events: none;
  opacity: .4;
}

.expiredText {
  text-align: center;
  margin-top: 10px;
  color: var(--danger);
  display: none;
  font-size: 14px;
  max-width: 242px;
  line-height: 20px!important;
}

.isDisabled:hover .expiredText {
  display: block;
}

.conversation-type-form {
  display: flex;
}

.block-company {
  overflow: auto;
  max-height: 300px;
  padding: 15px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #559DD3;
  background-color: #559DD3;
}

.company-ao-hr {
  height: 0px;
  border-top: 1px solid rgba(0,0,0,.1);
}

.company-logo-search {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.company-box {
  display: flex;
  align-items: center;
}

.company-content {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.company-text {
  padding-left: 17px;
}

.block-company .custom-control-label {
  position: absolute;
  padding-left: 62px;
  top: 5px;
}

.with-calendar {
  position: relative;
}

.with-calendar::after {
  content: "";
  background: url("../img/calendar.svg") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: calc(.75em + 17px);
  top: auto;
  pointer-events: none;
  bottom: 12px;
}

.with-calendar input[type="date"]::-webkit-inner-spin-button,
.with-calendar input[type="date"]::-webkit-calendar-picker-indicator,
.with-calendar input[type="month"]::-webkit-inner-spin-button,
.with-calendar input[type="month"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.block-company .custom-control-label::before, .block-company .custom-control-label::after {
  top: 11px;
}
.block-company .all-label.custom-control-label::before, .block-company .all-label.custom-control-label::after {
  top: .25rem;
}

.company-content label {
  padding-left: 60px;
  margin-left: -45px;
}

.ao-select .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
}
.ao-select .dropdown-item span {
  font-size: 14px;
}
.ao-select .dropdown {
  width: 175px!important;
}

.ao-select.ao-conversation .dropdown-menu {
  max-width: 100%;
  overflow-x: scroll;
}

.conversation-linking__img {
  max-width: 40px;
  max-height: 40px;
  margin-left: 20px;
}

.conversation-linking__img .containerLogo{
  border-width: 1px;
}

.conversation-link {
  display: flex;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 85%;
}

.conversation-linking__content {
  margin-left: 15px;
}

.conversation-intro__text {
  margin-bottom: 25px;
  max-width: 70%;
}

.conversation-complementary__text {
  font-style: italic;
}

.conversation-separator {
  background-color: #cccccc;
}

.conversation-contact__box {
  margin-top: 20px;
}

.conversation-contact__link {
  display: inline-block;
  text-decoration: underline;
  color: #559DD3;
}

.intro__text {
  display: flex;
}

.intro__imgs {
  max-width: 20%;
  display: flex;

  margin-left: auto;
}

.intro__imgs .bubbleCompanyPicture {
  margin-top: 0!important;
}

.intro__imgs .bubbleCompanyPicture:last-child {
  margin-left: -7px;
}

.link-blue-bhubbles {
  color: #559DD3;
}
.cardCompanyIcon {
  font-size: 13px;
}
.cardHourglassIcon {
  margin-right: 4.5px;
}

@media screen and (min-width: 800px) {
  .responsiveContainerImgDevicesHome {
    display: none;
  }

  .free-registration-responsive {
    display: none;
  }
}
.trust-badge-footer {
  text-align: center;
}
.trust-badge-footer img {
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 220px;
}

@media screen and (max-width: 550px) {
  .backgroundHomeNotConnected {
    background-size: 100%;
    min-height: 240px;
  }

  .backgroundHomeNotConnected h1 {
    font-size: 22px;
    margin: 0 2% 20px !important;
  }
  .word {
    min-width: 191px !important;
  }
  .word.simple {
    min-width: initial !important;
  }
  .small-text-on-mobile {
    font-size: 14px;
    text-align: left!important;
    line-height: 20px;
    max-width: 89%!important;
    margin-top: 15px;
  }
  #hubspot-messages-iframe-container.hide-on-responsive {
    display: none!important;
  }
  .trust-badge-footer {
    text-align: left;
  }
  .trust-badge-footer img {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 220px;
  }
}
@media screen and (max-width: 650px) {
  #accordionCardsCompany.totalPage .containerRecapNumbers .oneRecap.recapContribution.all-width {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .backgroundHomeNotConnected h1 {
    font-size: 19px;
    line-height: 30px;
  }
  .word {
    min-width: initial!important;
  }
}

/* Responsive Animation-box */
@media screen and (max-width: 800px) {
  .anim-box-responsive {
    display: block;

    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }

  .slider-choice-choice {
    text-align: center;

    padding: 15px;
    border: 1px solid #CACACA;
    border-radius: 5px;

    height: 360px!important;
  }

  #slider-choice .slick-dots {
    display: flex;
    padding-left: 0;
    justify-content: center;

    margin-top: 15px;
  }

  #slider-choice .slick-dots li{
    margin-right: 15px;
    opacity: .3;
    color: #559DD3;
  }
  #slider-choice .slick-dots li.slick-active{
    opacity: 1;
  }

  #slider-choice .slick-dots li:last-child{
    margin-right: 0;
  }

  #slider-choice .slick-dots li:first-child{
    margin-left: 20px;
  }

  #slider-choice .slick-dots li button{
    display: none;
  }

  .slider-choice-choice-3 .slider-choice-choice__image {
    width: 150px;
  }

  .slider-choice-choice__picto {
    display: none;
  }

  .slider-choice-choice__image {
    max-width: 200px;
    margin: 0 auto;
  }

  .slider-choice-choice__title {
    color: #7A7F84;
    font-family: Nunito;
    font-size: 22px;
    font-weight: bold;
  }

  .slider-choice-choice__text {
    color: #7A7F84;
    font-family: Nunito;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 20px;
  }

  .responsiveContainerImgDevicesHome {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .isDisabled {
    position: inherit;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
  }

  .ao-select .dropdown {
    width: 100%!important;
  }
}

@media screen and (max-width: 900px) {
  .topInfosCompanyPage > .col-8 .btnBoxResponse {
    display: none;
  }
  .isDisabled {
    position: fixed;
    top: auto;
    right: 0;
    width: auto;
    opacity: 1;
  }
  .isDisabled a {
    opacity: .4;
  }

  #homepage .backgroundTopHome h2 {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 15px;
    line-height: 23px;
  }
  #homepage .backgroundTopHome h1 {
    background-size: cover !important;
  }
}

@media screen and (max-width: 1250px) {
  .anim-box__content .step {
    height: 550px;
  }

  .anim-box__content .step-1 .step__image {
    width: 250px;
  }

  .isDisabled:hover .expiredText{
    display: none;
  }
}


@media screen and (max-width: 1115px) {
  .aboutHome, .aboutHomeIntro {
    display: none;
  }

    .anim-box {
      width: auto;
    }

    .anim-box__content {
      display: none;
    }

    .anim-box__choices {
      margin: 0 auto;
    }

    .anim-box__choices .choice {
      text-align: center;
      max-width: 225px;
      pointer-events: none;

      height: 430px;
    }

    .anim-box__choices .choice.selected {
      border-color: transparent;
    }

    .anim-box__choices .choice__content {
      margin: 0;
    }

    .anim-box__choices .choice__image {
      display: none;
    }

    .anim-box__choices .choice__content .choice__image--responsive {
      display: block;
      max-width: 180px;
      margin: 20px auto;
    }

  .anim-box__choices .choice.selected::before {
    position: initial;
  }

  .anim-box__choices .choice-1 .choice__content {
    margin-left: 0px;
  }

  .anim-box__choices .choice.selected::after {
    position: initial;
  }

  .free-registration {
    justify-content: center;
  }
}

.company-search__form {
  display: inline-block;
  margin-left: 15px;
}

.company-search__form .form-group {
  position: relative;
  top: 3px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAEAEA;
  cursor: pointer;
}

.company-search__form .select2-container {
  width: 0!important;
  visibility: hidden;
}

.company-search__form .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}

.company-search__form .select2-selection__arrow {
  display: none;
}

.company-search__form
.select2-container--default .select2-selection--single .select2-selection__rendered,
.company-search__form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
  color: #22689E;
}

.company-search-logo {
  font-size: 20px;
  color: #22689E;
}

.company-search__form .form-group.searching {
  width: 12vw;
  border-radius: 50px;
}

.company-search__form .form-group.searching .select2-container{
  width: 75%!important;
  visibility: visible;
  margin-left: 7px;
}

#select2-productServices .select2-container.select2-container--disabled {
  background: #eeeeee!important;
}

#company_search-company {
  display: none;
}

@media (max-width: 1400px) {
  .company-search__form .form-group.searching {
    width: 9vw;
  }

  .company-search-logo {
    font-size: 16px;
  }

  .company-search__form
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .company-search__form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
  }

  .company-search__form .form-group.searching .select2-container{
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  header .logo img {
    height: 40px;
  }

  .company-search__form .form-group.searching .select2-container {
    width: 60% !important;
  }
}

@media (max-width: 1000px) {
  .company-search__form .form-group.searching {
    width: 18vw;
  }

  .company-search__form .form-group.searching .select2-container {
    width: 75% !important;
  }
}

@media (max-width: 800px) {
  .company-search__form, .company-search__form .select2-container--open {
    display: none;
  }
}

.containerRecapNumbers.rightContainerRecapNumbers {
  margin-left: 90px
}

@media (max-width: 850px) {
  .containerRecapNumbers.rightContainerRecapNumbers {
    margin-left: 0;
    margin-top: 20px;
  }
}

.form-control.input-medium-width {
  max-width: 450px;
}

.contentCompanyPage > .col-4 .validated-account-icon {
  font-size: 19px;
  color: var(--success);
  position: relative;
  top: 2px;
  padding-right: 5px;
}

.account-icon-lg {
  font-size: 20px;
  text-indent: 0;
}

.partnerContainerLinksPartPage > a {
  text-indent: 10px;
  font-size: 15px;
}

.choice-group-partner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.choice-group-partner > * {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.btn-radio {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #0062cc;
  border-radius: 5px;
}

.btn-radio:focus {
  outline: 0;
}

.btn-radio.active {
  background: #E2F3FF;
  color: #0062cc;
}

.btn-radio label {
  cursor: pointer;
}

.pdf-preview {
  width: 100%;
  height: 500px;
}

.asideContainer {
  width: 500px;
  margin-right: auto;
  margin-left: 20px;
}

.containerOpportunity {
  margin-top: 30px;
}

.opportunitySwitchContainer.switch__container.small .textSideSwitch.opportunitySwitch {
  width: auto!important;
}

.opportunitySwitchContainer.switch__container {
  display: flex;
  align-items: center;
}

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

.opportunitySwitchContainer.switch__container.small .textSideSwitch.opportunitySwitch#right {
  text-align: left;
  left: 10px;
}

.switch--flat:checked + label::after {
  margin-left: 30px;
}

.category-items {
  display: flex;
  align-items: center;
}

.category-item {
  width: 150px;
  height: 120px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #b5b5b5;
  margin-right: 15px;
  cursor: pointer;
}

.category-item.active {
  border-color: #559DD3;
  color: #868686;
}

.category-item:last-child {
  margin-right: 0;
}

.category-item--icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.category-item.active .category-item--icon {
  color: #559DD3;
}

.category-item--text {
  margin-bottom: 0;
}

.category-item.active .category-item--text {
  color: #333;
}

.paginationCompany {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.paginationCompany.perso {
  bottom: 150px;
}

.paginationCompanyBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #559DD3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .5s ;
}

.paginationCompanyBtn:first-child {
  margin-right: 10px;
}

.paginationCompanyBtn i {
  color: #559DD3;
  font-size: 20px;
}

.paginationCompanyBtn:hover {
  background: #559DD3;
  text-decoration: none;
}

.paginationCompanyBtn:hover i {
  color: #fff;
}

button[disabled].paginationCompanyBtn {
  opacity: .7;
}

button[disabled].paginationCompanyBtn:hover {
  background: #559DD3;
}

button[disabled].paginationCompanyBtn:hover i {
  color: white;
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .paginationCompanyBtn {
    width: 35px;
    height: 35px;
  }

  .paginationCompanyBtn i {
    font-size: 17px;
  }

  .paginationCompany {
    bottom: 122px;
  }

  .paginationCompany.perso {
    bottom: 195px;
    right: 76px;
  }
}

@media (max-width: 1100px) {
  .paginationCompany.perso .paginationCompanyBtn {
    width: 35px;
    height: 35px;
  }

  .paginationCompany.perso .paginationCompanyBtn i {
    font-size: 17px;
  }

  .paginationCompany.perso {
    bottom: 220px;
  }
}

@media (max-width: 900px) {
  .paginationCompany, .paginationCompany.perso {
    position: initial;
  }

  .paginationCompanyBtn, .paginationCompany.perso .paginationCompanyBtn {
    width: auto;
    height: 50px;
    flex-basis: 50%;
    background: transparent;
    border-radius: 0;
    border: 1px solid #EFEFEF;
    border-top: none;
  }

  .paginationCompanyBtn:first-child, .paginationCompany.perso .paginationCompanyBtn:first-child {
    margin-right: 0;
    border-right: none;
  }

  .paginationCompanyBtn i, .paginationCompany.perso .paginationCompanyBtn i {
    font-size: 20px;
    color: #559DD3;
  }

  button[disabled].paginationCompanyBtn {
    opacity: .2;
    background: white;
  }

  button[disabled].paginationCompanyBtn:hover {
    background: white;
  }

  button[disabled].paginationCompanyBtn:hover i {
    color: #559DD3;
  }

  button[disabled].paginationCompanyBtn.next {
    border-left: none;
  }

  .paginationCompanyBtn.prev.borderOnRight {
    border-right: 1px solid #EFEFEF;
  }
}

.switchContentHomeMobile.accountSwitchContentMobile {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.switchContentHomeMobile.accountSwitchContentMobile::-webkit-scrollbar {
  display: none;
}

.needRegisterSearchBar {
  color: #000;
  display: block;
  cursor: pointer;
  margin-top: 5px;
}

#select2-productServices {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

#select2-productServicesMobile {
  margin-top: 0!important;
  margin-bottom: 1rem!important;
}

#select2-productServices .select2-container {
  border-radius: 5px;
  font-weight: normal;
  color: #5B5E61 !important;
  width: 250px !important;
  height: 42px;
  margin-top: 5px!important;
  margin-right: .5rem!important;
  padding: 0 20px!important;
  border: solid 1px #CBD0D6!important;
}

#select2-productServicesMobile .select2-container {
  border-radius: 5px;
  font-weight: normal;
  color: #5B5E61 !important;
  width: 100% !important;
  height: 42px;
  margin-top: 6px!important;
  margin-right: .5rem!important;
  padding: 0 20px!important;
  border: solid 1px #CBD0D6!important;
}

#select2-productServices .select2-container .select2-selection--single,
#select2-productServices .select2-selection__rendered,
#select2-productServicesMobile .select2-container .select2-selection--single,
#select2-productServicesMobile .select2-selection__rendered
{
  height: 38px!important;
  padding-top: 5px!important;
}

#select2-productServices .select2-container *,
#select2-productServicesMobile .select2-container *
{
  border: none!important;
}

#select2-productServices .select2-selection__rendered,
#select2-productServicesMobile .select2-selection__rendered {
  padding: 0!important;
}

#select2-productServices .select2.active, #select2-productServices .select2.active .select2-selection__rendered,
#select2-productServicesMobile .select2.active, #select2-productServicesMobile .select2.active .select2-selection__rendered
{
  border-color: #559DD3 !important;
  color: #559DD3 !important;
  font-weight: bold!important;
}

#select2-productServices .select2-container--default .select2-selection--single .select2-selection__placeholder,
#select2-productServicesMobile .select2-container--default .select2-selection--single .select2-selection__placeholder
{
  color: #5B5E61;
}

#select2-productServices .select2-selection__clear,
#select2-productServicesMobile .select2-selection__clear {
  color: #559DD3;
}
.collab-item-group {
  display: flex;
  flex-wrap: wrap;
}
.collab-item {
  border: 1px solid #559DD3;
  border-radius: 5px;
  background: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.collab-item--text {
  margin-bottom: 0;
}

.collab-item.active {
  background: #E2F3FF;
}

.topInfosCompanyPage .containerTableInfos strong.opportunityKeyInformation {
  font-size: 15px;
  line-height: 20px;
}

.topInfosCompanyPage .containerTableInfos .opportunityKeyInformationCol {
  max-height: 81px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.topInfosCompanyPage .containerTableInfos .opportunityKeyInformationCol::-webkit-scrollbar {
  display: none;
}

.objectiveSelectGroup .bootstrap-select .dropdown-header.optgroup-1 {
  visibility: hidden;
  height: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .containerOpportunity .formContainer {
    width: 100%;
  }
  .opportunitySwitchContainer.switch__container.small .textSideSwitch.opportunitySwitch#right {
    text-align: left!important;
    left: 10px!important;
  }
}

@media (max-width: 400px) {
  .list-group-horizontal .list-group-item {
    font-size: .9rem;
  }
}

@media (min-width: 1350px) {
  .topInfosCompanyPage.fixed > .col-8 .btn.fixedBigWidth {
    top: 26%;
  }
  .paginationCompany {
    bottom: 5px;
  }
}

.searchForm label {
  font-size: 14px;
  color: #5B5E61;
  font-weight: bold;
}

.productServiceActivity__label {
  position: relative;
  top: 5px;
}

#map.anonymous .gm-style > div > div:nth-child(2) > div div {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

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

.containerOpportunity label {
  font-weight: bold;
}

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

.create-opportunity-img {
  max-width: 250px;
}

.containerOpportunity .btn {
  width: 200px;
  text-align: center;
}

a .arrowBackHeader {
  color: #5B5E61;
}

#homepage .containerExperience .number {
  background: #559DD3;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#homepage .containerBubbles .description strong {
  font-size: 13px;
}

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

#homepage .backgroundTopHome h2 {
  font-weight: 400;
}

.shadowImg.for-mobile, .fake-shadowImg.for-mobile {
  display: none!important;
}

.shadowImg.for-desktop, .fake-shadowImg.for-desktop {
  display: block!important;
}

.sameTitleHomePartner {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.partnerOneMember.containerOneMemberHome, .containerJoinUsHome.containerJoinUsHomePartner {
  font-family: 'Nunito', sans-serif;
}

.gradientOverlay p.titleOnMobile {
  color: #176699;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  padding: 0 2rem!important;
  display: none!important;
}


@media (max-width: 550px) {
  #homepage main.row.flex-column.m-0 {
    padding-top: 0;
  }

  .containerImgAndText {
    margin: 0!important;
    padding-top: 0!important;
  }

  .shadowImg.for-mobile, .fake-shadowImg.for-mobile {
    display: block!important;
  }

  .shadowImg.for-desktop, .fake-shadowImg.for-desktop {
    display: none!important;
  }

  .containerImgAndText-mobile {
    display: flex;
    flex-direction: column;
  }

  #homepage .containerImgAndText-mobile .checkedMenu {
    order: 2!important;
  }

  #homepage .checkedMenu li.w-75 {
    width: 100%!important;
  }

  .rechercheSectorHome {
    padding-top: 0!important;
    padding-bottom: 0!important;
    max-width: 100%;
    margin: 0 auto;
  }

  .partnerTypesContainer {
    overflow: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: thin;
  }

  .partnerTypesContainer > div {
    flex: 0 0 75%!important;
    max-width: 75%!important;
    position: unset!important;
  }

  .partnerTypesContainer::-webkit-scrollbar {
    display: none;
  }

  .rechercheSectorHome [data-tippy-root] {
    width: 100%!important;
    padding-right: 15px;
    padding-left: 15px;
    max-width: calc(100% - 10px)!important;
  }

  .rechercheSectorHome [data-tippy-root] .tippy-box p {
    text-align: center;
    margin-bottom: 10px;
  }

  .rechercheSectorHome [data-tippy-root] .tippy-box a {
    font-size: 14px!important;
    margin-bottom: 5px;
  }

  .rechercheSectorHome [data-tippy-root] .tippy-box .tippy-arrow {
    left: 50%!important;
    transform: translateX(-50%)!important;
  }

  .sectorFilterHome {
    padding-top: 0!important;
  }

  .sectorFilterHome .w-75{
    width: 100%!important;
  }

  .sectorFilterHome .sectorFilterHomeContent {
    margin-top: 1rem!important;
  }

  .whyChooseBhubbles {
    padding-bottom: 0!important;
  }

  .trustContainer {
    display: none;
  }

  .gradientOverlay h1 span {
    display: none!important;
  }

  .gradientOverlay p.titleOnMobile {
    display: block!important;
  }

  .gradientOverlay h1 {
    height: 30vh;
  }

  #homepage .backgroundTopHome .gradientOverlay .containerBtn {
    padding: 0 2rem;
  }
}

.link-company {
  display: block;
  margin-top: 5px;
}

.link-company::after {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#homepage .sectorTag:nth-child(1) {
  background-color: #559DD3;
  color: white !important;
}

.card-partner .card-text .blur {
  filter: blur(8px);
}

.formDesktopSeachModule label.required::after {
  content: ''!important;
}

form[name=company_pref] label.required::after,
form[name=opportunity] label.required::after,
form[name=search_bar] label.required::after,
form[name=search_bar_mobile] label.required::after {
  content: ''!important;
}

.accept-contract {
  margin-top: 3rem!important;
  padding-bottom: 0!important;
}

.tutoriel-video-container {
  padding-top: 3rem;
}

#tutoriel-video {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 990px) {
  #tutoriel-video {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  #tutoriel-video {
    margin: auto;
  }

  .tutoriel-video-container {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}

@media (max-width: 550px) {
  .btn-appointement {
    order: 3;
    padding: 0;
  }

  .btn-appointement a{
    width: 100%;
  }

  .businessProject {
    margin-top: 3rem!important;
    padding-bottom: 0!important;
  }
}

.articles .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}


.articles .card {
  width: 100%;
  height: 100%;
  flex: 0 0 calc(33.333333% - 30px);
  border: none;
  display: block;
  margin-right: 30px;
}


.articles .card__link {
  color: #333333;
  border-radius: 10px;
  display: block;
  border: 1px solid #d9d9d9;
  text-decoration: none;
}

.articles .card__link:nth-child(3n+3) {
  margin-left: auto;
}


.articles .card:nth-child(3n+3) {
  margin-right: 0;
}

.articles .card__link:hover {
  color: #333333;
}

.articles .card__header {
  position: relative;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
}

.articles .card__tags {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  flex-wrap: wrap;
}

.articles .card__tags .tag {
  padding: 5px 10px;
  background-color: #eaeaea;
  font-size: 12px;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 5px;
  border-radius: 5px;
}

.articles .card__tags .tag:last-child {
  margin-right: 0;
}

.articles .card__content {
  padding: 20px;
}

.articles .card__date {
  font-size: 14px;
  font-weight: 300;
}

.articles .card__title {
  font-size: 24px;
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  margin: 10px auto 15px auto;
  height: 50px;
}

.articles .card__text {
  font-weight: 400;
  font-size: 14px;
}

.articles .card__img {
  height: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .articles .card {
    margin-right: 15px;
    flex: 0 0 32.333%;
  }

  .articles .card:nth-child(3n+3) {
    margin-right: 0;
  }
}


@media (max-width: 1200px) {
  .articles .card__header {
    max-height: 170px;
  }

  .articles .card__content {
    padding: 15px;
  }

  .articles .card__title {
    font-size: 20px;
  }

  .articles .card__date, .card__text {
    font-size: 12px;
  }

  .articles .card {
    margin-right: 0;
    flex: 0 0 32.333%;
  }
}

@media (max-width: 992px) {
  .articles .cards {
    flex-direction: column;
  }
  .articles .card {
    flex: 1;
    margin: 30px auto 0 auto;
    max-width: 500px;
  }

  .articles .card:nth-child(3n+3) {
    margin: 30px auto 0 auto;
  }
}

@media (max-width: 730px) {
  .articles .card {
    max-width: 400px;
  }
}

@media (max-width: 630px) {
  .articles .cards {
    flex-direction: column;
    align-items: center;
  }

  .articles .card__link {
    max-width: 100%;
  }

  .articles .card:nth-child(7) {
    margin-bottom: 55px;
  }
}

header .btn.tinyBtn:last-of-type {
  margin-right: 25px!important;
}

.content-offer .offer__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.content-offer .offer__subtitle {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 19px;
  margin-bottom: 5px;
}

.content-offer .offer__descriptive {
  font-weight: 500;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.content-offer .offer__container {
  margin-top: 40px;
}

.content-offer .offer__cards .slick-slide {
  margin: 0 15px;
}

.content-offer .offer__cards .slick-list {
  margin: 0 -15px;
}

.content-offer .offer__cards .slick-track {
  padding-bottom: 40px;
}

.content-offer .offer__cards .slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.content-offer .offer__cards .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: block;
  margin-right: 10px;
  background: #C8E7FF;
  border: none;
}

.content-offer .offer__cards .slick-dots li:last-child button {
  margin-right: 0;
}

.content-offer .offer__cards .slick-dots li.slick-active button {
  background: #559DD3;
}

.content-offer .offer__card {
  cursor: pointer;
  background: white;
  border-radius: 15px;
  padding: 30px 15px;
  border: 2px solid #eaeaea;
  box-shadow: 0 0 12px #e1e1e1;
  height: fit-content;
  transition: transform .5s;
}

.content-offer .offer__card--pretitle {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.content-offer .offer__card--preintro {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.content-offer .offer__card--title {
  color: #000;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.content-offer .offer__card--intro {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}

.content-offer .offer__card--price {
  color: #559DD3;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
}

.content-offer .offer__card--price-info {
  color: #333;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  display: block;
  font-weight: 100;
}

.content-offer .offer__card--items {
  list-style-type: none;
  padding-left: 0;
}

.content-offer .offer__card--item {
  margin-bottom: 7px;
  display: flex;
}

.content-offer .offer__card--item-icon {
  margin-right: 10px;
  font-size: 12px;
  margin-top: 4px;
}

.content-offer .offer__card--item-icon.fa-check {
  color: #5c9550;
}

.content-offer .offer__card--item-icon.fa-times {
  color: #d21111;
  font-size: 15px;
}

.content-offer .offer__card--item-text {
  font-size: 15px;
  color: #000;
  display: block;
}

.content-offer .offer__card--button {
  width: 100%;
  height: 42px;
  border-radius: 42px;
  border: 1px solid #333;
  font-family: Nunito, serif;
  font-size: 17px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

/* ACTIVE CARDS */
.content-offer .offer__card.active {
  border-color: #559DD3;
  box-shadow: 0 0 25px #c1c1c1a6;
}

.content-offer .offer__card.active .offer__card--button, .offer__card--button.primary {
  color: white;
  background: #559DD3;
  border-color: #559DD3;
}

.content-offer .offer__card.active .offer__card--title {
  color: #559DD3;
}

.content-offer .offer__card:not(.active) {
  transform: translateY(25px);
}

/* HORIZONTAL CARDS */
.content-offer .offer__card.horizontal {
  border-color: #559DD3;
}

.content-offer .offer__card.horizontal:not(.active) {
  transform: none;
}

.content-offer .offer__card.horizontal .offer__card--bloc {
  margin-bottom: 40px;
}

.content-offer .offer__card.horizontal .offer__card--bloc:last-child {
  margin-bottom: 0;
}

.content-offer .offer__card.horizontal .offer__card--separator {
  margin-bottom: 0;
}

.content-offer .offer__card.horizontal .offer__card--title {
  text-align: left;
  margin-bottom: 0;
}

.content-offer__container-horizontal .offer__title {
  margin-top: 60px;
  margin-bottom: 30px;
}

.content-offer__container-horizontal .offer__title:first-child {
  margin-top: 0;
}

.content-offer .offer__card.horizontal .offer__card--subtitle {
  color: #000;
  margin-bottom: 0;
}

.content-offer .offer__card.horizontal .offer__card--price {
  color: #559DD3;
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.content-offer .offer__card.horizontal .offer__card--price-info {
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.content-offer .offer__card.horizontal .offer__card--items {
  margin-bottom: 0;
}

.content-offer .offer__card.horizontal .offer__card--item {
  margin-bottom: 0;
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
  color: #333;
}

.content-offer .offer__card.horizontal .offer__card--item:first-child {
  border-top: 1px solid #eaeaea;
}

.content-offer .offer__card.horizontal .offer__card--heading {
  margin-bottom: 20px;
}

.content-offer .offer__card.horizontal {
  padding: 30px;
}

.content-offer .offer__card.horizontal .offer__card--button.primary {
  max-width: 250px;
  margin: 20px auto 0 auto;
}

.content-offer .tarif {
  text-align: center;
  width: 500px;
  margin: 50px auto 0 auto;
}

.content-offer .tarif__title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.content-offer .tarif__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.content-offer .tarif__mail {
  color: #000;
  font-weight: 700;
}

.content-offer .separator__tarif-security {
  width: 500px;
  background: #000;
  margin: 40px auto;
}

.content-offer .security {
  text-align: center;
  width: 500px;
  margin: 0 auto 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-offer .security__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  border-right: 1px solid #333;
}

.content-offer .security__item:last-child {
  margin-right: 0;
  margin-left: 15px;
  padding-right: 0;
  border-right: none;
}

.content-offer .security__icon {
  margin-right: 7px;
  color: #559DD3;
}

.content-offer .security__text {
  margin-bottom: 0;
  color: #000
}

.testimonials {
  width: 100%!important;
}

.testimonials-oval {
  position: absolute;
  width: 100%;
  left: 0;
}

.testimonials-content {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.testimonials-content .arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.testimonials-content .arrows i {
  color: #559DD3;
  font-size: 35px;
  cursor: pointer;
}

.testimonials-content .arrows i.next {
  position: absolute;
  right: 0;
}

.testimonials .testimonials-carousel .testimonials-carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 100px;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e1e1e1;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content {
  flex: 1;
  margin-left: 50px;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content span {
  display: inline-block;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-info {
  margin-bottom: 5px;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-name {
  font-family: Roboto,sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-job {
  font-family: Roboto,sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-sector {
  font-size: 18px;
  font-weight: 500;
  color: #559DD3;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-comment {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-delimiter {
  background-color: rgba(85, 157, 211, 0.25);
  border-radius: 10px;
  margin-bottom: 0;
  margin-top: 15px;
}

.testimonials .testimonials-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.testimonials .testimonials-carousel .slick-dots {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

.testimonials .testimonials-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.testimonials .testimonials-carousel .slick-dots li button:before {
  content: '•';
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: .25;
  color: #559DD3;
}

.testimonials .testimonials-carousel .slick-dots li.slick-active button:before {
  opacity: .5;
}

@media (max-width: 1500px) {
  .testimonials-content {
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .testimonials .testimonials-carousel .testimonials-carousel-item {
    padding: 25px 40px;
  }
}

@media (max-width: 800px) {
  .testimonials .testimonials-carousel .testimonials-carousel-item {
    flex-direction: column;
  }

  .testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  .testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content {
    text-align: center;
    margin-left: 0;
  }

  .testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-comment {
    font-size: 14px;
    margin-bottom: 0;
  }

  .testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-sector {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .testimonials-content .arrows i {
    font-size: 30px;
  }

  .testimonials .testimonials-carousel .testimonials-carousel-item .testimonials-content .testimonials-delimiter {
    display: none;
  }

  #homepage .testimonials h2.title {
    margin-bottom: 0.5rem!important;
    margin-top: 0!important;
  }

    .testimonials {
        padding: 30px 0!important;
    }
}

@media (max-width: 992px) {
  .content-offer__container, .content-offer__container-horizontal {
    margin-bottom: 0!important;
  }

  .content-offer .offer__container {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .content-offer .offer__container::-webkit-scrollbar {
    display: none;
  }

  .content-offer .offer__card:not(.horizontal) {
    max-width: 350px;
    margin: 0 auto;
  }

  .content-offer .offer__card:not(.active) {
    transform: none;
  }
}

@media (max-width: 575px) {
  .content-offer__container, .content-offer__container-horizontal {
    width: 90%;
  }

  .content-offer .security, .content-offer .tarif {
    width: 100%;
    padding: 0 15px;
  }

  .content-offer .separator__tarif-security {
    width: calc(100% - 30px);
  }

  .content-offer .security {
    margin-bottom: 0px;
  }
}
