body {
  font-family: "Montserrat", sans-serif;
  color: #676767;
}

.news-content {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

/* STYLES GLOBAL*/
.navbar {
    z-index: 999999;
}
.navbar-brand {
    width: 250px;
}
.navbar-brand .new-logo {
    max-width: 100%;
    margin: 0 !important;
    top: 0;
}

.loading {
  position: relative;
}
.loading .spinner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgb(247 98 57 / 25%);
}
.loading .spinner::before {
  content: "";
  width: 50px; /* Size of the spinner */
  height: 50px; /* Change as desired */
  position: absolute;
  top: 30%;
  top: calc(50% - 25px);
  left: 50%;
  left: calc(50% - 25px);
  border-radius: 50%;
  border: solid 8px #f76239; /* Thickness/color of spinner track */
  border-bottom-color: #a93211; /* Color of variant spinner piece */
  animation: .8s linear infinite spinner; /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}
.fade.in {
    opacity: 1 !important;
}
/* spinner animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

nav#subm_enu ul a{font:10px/20px 'Montserrat',sans-serif;text-decoration:none;display:block;margin:0;padding:20px 20px;color:#fff;transition:color 0.3s ease-in;-o-transition:color 0.3s ease-in;-ms-transition:color 0.3s ease-in;-moz-transition:color 0.3s ease-in;-webkit-transition:color 0.3s ease-in;text-transform:uppercase;font-family:'Montserrat';font-weight:600;font-size:14px;letter-spacing:-0.03em;}
nav#subm_enu{background:#fff;height:59px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.08);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.08);-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.08);text-align:center;}
nav#subm_enu ul a:hover,
nav#sub_menu ul a{font-size:12px;padding:18px 20px;letter-spacing:-0.03em;color:#737373;text-align:left;}

#submenu.new-design a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}
#submenu.new-design {
    background: #676767;
    z-index: 99999;
    position: relative;
}
.page-home-asso-cofounder #submenu.new-design {
    background: #676767;
}
#submenu.new-design > ul {
    margin: 0;
    text-align: center;
    padding: 0;
}
#submenu.new-design > ul > li {
    list-style: none;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}
#submenu.new-design > ul > li > a {
    /* border-right: 1px solid; */
}
#submenu.new-design > ul > li > span {
    color: #f26947;
    display: inline-block;
    background: #fff;
    width: 15px;
    position: relative;
    left: -10px;
    cursor: pointer;
    font-size: 0;
}
#submenu.new-design > ul > li > span:after {
  display: block;
  content: "+";
  font-size: 16px;
  font-weight: 600;
    line-height: 15px;
}
#submenu.new-design > ul > li.hovered > span:after {
  content: "-";
}
#submenu.new-design > ul > li > ul {
    display: none;
    list-style: none;
    position: absolute;
    background: #f26947;
    z-index: 999999;
    padding: 0;
    text-align: left;
    top: 100%;
    width: 280px;
}
#submenu.new-design > ul > li.hovered > ul {
    display: block;
}
#submenu.new-design > ul > li > ul > li {
    border-bottom: 1px solid #fff;
}
#submenu.new-design > ul > li > ul > li > a {
    line-height: 20px;
    display: block;
    padding: 10px 10px;
}

#businessplan h1 {
    line-height: 60px;
    position: relative;
    padding-top: 0;
    margin-top: -10px;
}
.score-bar > div {
    /*margin-bottom: 15px;*/
}
#businessplan h1 span {
    background: url('../img/paperboard.jpg') no-repeat center center transparent;
    display: inline-block;
    height: 130px;
    width: 100px;
    background-size: cover;
    margin-left: 5px;
    position: absolute;
    right: 135px;
    top: 0;
    z-index: -1;
}
.fiche-investisseur td.annonce-info > div {
    margin-bottom: 1em;
}

footer img.new-logo {
    max-width: 100%;
    margin-bottom: 3rem;
}

/* button style */
.btn {
  font-weight: 600;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
}

.btn-primary {
  color: #fff;
  background-color: #f1633a;
}
.btn-secondary {
  color: #fff;
  background-color: #36b37e;
}

.btn-outline-primary {
  color: #f1633a;
  border-color: #f1633a;
}
.btn-outline-primary:hover {
  background-color: #f1633a;
  border-color: #f1633a;
}
.btn-outline-secondary {
  color: #0f1f2b;
  border-color: #0f1f2b;
}
.btn-outline-secondary:hover {
  background-color: #0f1f2b;
  border-color: #0f1f2b;
}

.btn-white {
  background-color: #fff;
  color: #183b56;
}
.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #ffffff40;
  color: #fff;
}
.btn-rounded {
  border-radius: 2rem;
}

/* text style */
.title-section {
  color: #676767;
  font-weight: 700;
  font-size: 32px;
  margin: 0 !important;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}
p.lead {
  color: #5a7184;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}
.text-primary {
  color: #f1633a !important;
}

/* form style */
label {
  font-weight: 500;
  color: #5a7184;
}
.form-row,
.form-group {
  margin-bottom: 1.5rem;
}
input.form-control:focus {
  border-color: red;
  box-shadow: none;
}

.popup_block {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
    background: #00000075;
    padding: 20px;
    float: none;
    font-size: 1em;
    position: fixed;
    top: 0;
    left: auto;
    z-index: 99999;
    margin: auto;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    padding: 0;
    padding-top: 10vh;
}
.popup_block form {
  background: #fff;
  width: 500px;
  margin: auto;
  padding: 20px;
  position: relative;
}
.popup_block form .title {
  margin: 0;
  margin-bottom: 20px;
}
#popup1, #popup2, #popup3 {
  position: fixed;
  z-index: 999999999;
}
#fade {
  z-index: 99999999;
}
#popup1.popup_block form button.btn-default {
  margin: auto !important;
  margin-top: 20px;
}
#popup3.popup_block form {
  width: 490px;
  max-width: 98%;
}
#popup3.popup_block form textarea {
  width: 100%;
}
#popup3.popup_block form a {
  float: none !important;
  margin: 15px auto;
display: block;width: 250px;text-align: center;}
#popup3.popup_block form label {
  font-weight: bold;
  position: relative;
}
#popup3.popup_block form label input[type="radio"] {
  position: relative;
  top: 2px;
}
#popup3.popup_block form [type="submit"] {
  margin: 15px auto 0 auto !important;
  border: 0;
}
.optionlist {
    margin-top: 0;
    background: #fff;
    width: 500px;
    margin: auto;
    padding: 20px;
    padding-top: 0;
}

.optionlist a {padding: 0;line-height: 20px;}
.optionlist a span {text-align: center !important;width: 100%;float: none !important;display: block;}

/* NAVBAR */
.navbar-nav .active > .nav-link {
  color: #f1633a !important;
}
.navbar-nav .nav-link {
  color: #0f1f2b !important;
  font-weight: 500;
  transition: all 0.2s ease;
}
.navbar-nav .nav-link:hover {
  color: #f1633a !important;
}
ul#menu-divers {
    position: absolute;
    z-index: 99999;
    background: #676767;
    color: #fff;
    padding: 15px;
    display: none;
    /* top: 60px; */
    left: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
ul#menu-divers li {
    list-style: none;
    padding: 7px 0px;
    text-align: center;
}
ul#menu-divers li a {
    color: #fff;
    display: block;
    padding: 0 7px;
    border-right: 1px solid #fff;
    line-height: 1;
}
ul#menu-divers li:hover a {
    color: #ed5a05;
}
ul#menu-divers li:last-child a {
    border-right: none;
}
.nav-item > .sub-menu > a,
.nav-item > .sub-menu {
    display: none;
}
.nav-item:hover > .sub-menu {
    padding-top: 20px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    height: 0;
}
.nav-item:hover > .sub-menu ul#menu-divers {
    display: flex;
}

/* FOOTER */
footer {
  background-color: #eceff2;
  padding: 3rem 0;
}
footer ul.list-group a,
footer ul.list-group li {
  border: 0;
  background-color: transparent;
  padding: 5px;
}
footer ul.list-group li.title {
  font-weight: 600;
  padding-top: 0;
  line-height: 17px;
}
footer .links a {
  background-color: #5b718421;
  padding: 0;
  border-radius: 10rem;
  color: #5a7184;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
footer .container .d-flex {
  display: flex;
  align-items: flex-start !important;
}

/* header de page */
header.header-page {
  padding: 5px 0;
  background-image: url("../new-img/back-header-page.png");
  background-position: center bottom;
  background-size: 100% 80px;
  background-repeat: no-repeat;
  margin-bottom: 5rem;
  height: 80px;
}

/* HOMEPAGE */

/* header */
header.homepage {
  padding: 1rem 0;
  background-color: #eceff2;
  background-image: url("../new-img/back-header.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* max-height: 400px; */
  margin-bottom: 0 !important;
  padding-top: 7px;
}
@media screen and (max-width: 640px) {
  header {
    padding: 2rem 0;
  }
}

header h1 {
  font-size: 56px;
  font-weight: 800;
}
header h1 span {
  color: #f1633a;
}
header .card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 1px 6px 5px #0000000f;
  padding: 0px 0px 1.25rem 1.25rem;
  width: 47%;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  header .card {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
header .card-title {
  font-size: 22px;
  font-weight: 600;
}
header .porteur {
  /*background-image: url("../new-img/back-porteurs.png");*/
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}
header .candidat {
  /*background-image: url("../new-img/back-candidat.png");*/
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}
header .candidat ,
header .porteur {
  padding-bottom: 0;
}
.custom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape img {
  width: 100%;
}

/* avantages */
section.avantages {
  margin: 40px 0;
  margin-bottom: 0;
}
section.avantages div {
  float: none !important;
}
.avantages ul.list-group {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  flex-direction: row;
}
.avantages li.list-group-item {
  border: 0;
  /* flex: 1 1 33%; */
  /* display: inline-block !important; */
  padding: 0;
}
.avantages li.list-group-item:nth-child(2) {
  padding: 0 15px;
}
.avantages li img {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}
.avantages li h3 {
  font-size: 28px;
  font-weight: 600;
  color: #676767;
}
.avantages li p {
  font-size: 14px;
}

/* projets */
section.projets {
  background-color: #eceff2;
  padding: 2rem 0 1rem 0;
}
a.projet {
  flex: 1 1 33%;
  margin-bottom: 1rem;
}
section.projets .bx-wrapper {
    height: 290px;
    margin-bottom: 15px !important;
    box-shadow: 0 0;
    border: 0;
    padding: 15px 0;
    padding-bottom: 0 !important;
}
section.projets .bx-viewport {
    height: 300px;
    background: none;
}
section.projets #last-projects-slider .slide {
    display: none;
}
section.projets .bx-wrapper .bx-viewport #last-projects-slider .slide {
    display: block;
}
section.projets .bx-wrapper .bx-controls  .bx-next {
    right: -40px;
}
section.projets .bx-wrapper .bx-controls  .bx-prev {
    left: -40px;
}
.card-projet {
  position: relative;
  margin: 0;
  border: 0;
}
body.page-premium main {
    padding-top: 50px;
}
a.premium-projet .card-projet {
  border: 2px solid #f1633a;
}
a.projet .card-projet .card-title {
  color: #183b56;
  margin-top: 1rem;
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 20px;
  height: 60px;
}
a.projet .card-projet {
  color: #312f2f;
}
a.projet:hover {
  text-decoration: none !important;
}

.card-projet .img-projet {
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f5f5f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-projet .img-projet img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}

.card-projet .tag {
  font-size: 14px;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background-color: #676767;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
}
.card-projet .tag i {
  color: #f1633a;
  font-size: 10px;
  font-size: 0;
}

.card-projet .items p {
  font-size: 14px;
  margin: 0;
  opacity: 0.5;
  color: #312f2f;
  min-height: 70px;
  width: 50%;
}

.card-projet .items p:nth-child(2) {
  width: 70%;
}

.card-projet .items p i {
  line-height: 16px;
}

.slick-slider-3,
.slick-slider-2 {
  /*display: none !important;*/
  padding-bottom: 10px;
}

.slick-slider-3.slick-initialized,
.slick-slider-2.slick-initialized {
  display: flex !important;
}

.slick-slide{
  margin-left:  15px;
  margin-right:  15px;
}

.slick-list {
  margin-left: -15px;
  margin-right: -15px;
  pointer-events: none;
}

.slick-prev:before, .slick-next:before {
  color: #676767;
  font-size: 22px;
}

#fiche caption {
    background-size: 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 60px;
}
#fiche td.avatar-wrapper {
    display: flex;
}
.project-caption-besoin {
    background-image: url('/../images/icone-besoins.png');
}
.project-caption-equipe {
    background-image: url('/../images/icone-equipe.png');
}
.project-caption-description {
    background-image: url('/../images/icone-description-projet.png');
}

.navigation p {
    width: 100%;
    font-weight: bold;
    background: grey;
    color: #fff;
    text-align: center;
    display: block;
    padding: 6px;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    border-bottom: 1px solid #555;
    background-size: 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 0 60px;
    line-height: 35px;
    white-space: nowrap;
}
.navigation.panel-navigation-recherches p {
    background-image: url('/../images/icone-recherche.png');
}
.navigation.panel-navigation-annonce p {
    background-image: url('/../images/icone-annonces.png');
}
.navigation.panel-navigation-profil p {
    background-image: url('/../images/icone-profil.png');
}
.navigation.panel-navigation-documents p {
    background-image: url('/../images/icone-documents.png');
}
.navigation.panel-navigation-messages p {
    background-image: url('/../images/icone-messages.png');
}

/* candidats */
section.candidats {
  padding: 2rem 0 1rem 0;
}
a.candidat {
  flex: 1 1 33%;
  margin-bottom: 1rem;
}
section.candidats h2.title-section,
section.temoignages h2.title-section {
  /* color: #333; */
  text-transform: uppercase;
}
section.candidats > .container > .row > div,
section.semantique > .container > .row > div {
  margin-bottom: 0 !important;
}

section.temoignages .bx-wrapper,
section.candidats .bx-wrapper {
    height: 125px;
    margin-bottom: 15px !important;
    box-shadow: 0 0;
    border: 0;
    padding: 0;
}
section.temoignages .bx-wrapper {
    height: 100px;
    margin-bottom: 0 !important;
}
section.temoignages .bx-viewport,
section.candidats .bx-viewport {
    height: 150px;
    background: none;
}
section.temoignages #last-candidats-slider .slide,
section.candidats #last-candidats-slider .slide {
    display: none;
}
section.temoignages .bx-wrapper .bx-viewport #last-candidats-slider .slide,
section.candidats .bx-wrapper .bx-viewport #last-candidats-slider .slide {
    display: block;
}
section.temoignages .bx-wrapper .bx-controls  .bx-next,
section.candidats .bx-wrapper .bx-controls  .bx-next {
    right: -40px;
}
section.temoignages .bx-wrapper .bx-controls  .bx-prev,
section.candidats .bx-wrapper .bx-controls  .bx-prev {
    left: -40px;
}

.card-candidat,
.card-actu {
  position: relative;
  margin: 0;
}
a.premium-candidat .card-candidat {
  border: 2px solid #36b37e;
}
a.candidat .card-candidat .card-title {
  color: #183b56;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
a.candidat .card-candidat {
  color: #312f2f;
}
a.candidat:hover,
a.actu:hover {
  text-decoration: none !important;
}
.card-candidat .img-candidat,
.temoignage .bloc-image {
  width: 80px !important;
  height: 80px !important;
  background-color: #f5f5f5;
  border-radius: 10rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f5f5f5;
  margin-right: 1rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.card-candidat .img-candidat img,
.temoignage .bloc-image img {
  width: 100%;
  height: auto;
  padding: 0;
}
.card-candidat p {
  font-size: 14px;
  margin: 0;
  opacity: 0.5;
  color: #312f2f;
}

/* temoignages */
#carouselExampleInterval .carousel-item {
    visibility: hidden;
    display: flex;
}
#carouselExampleInterval .carousel-item.active {
    visibility: visible;
    display: flex;
}
#carouselExampleInterval .carousel-item > div {
    width: 100%;
}
#carouselExampleInterval .carousel-item > div .card {
    height: 100%;
}
section.temoignages {
  background-color: #eceff2;
  padding: 2rem 0 1rem 0;
}
.temoignage p {
  font-size: 12px;
  color: #183b56;
  /* line-height: 2; */
}
.temoignage p a {
  font-size: 14px;
  color: #f1633a;
  line-height: 16px;
  text-decoration: none;
}
.temoignage p a b:first-child {
  color: #676767;
}
.temoignage {
  /* width: 50%; */
}
/*#carouselInterval #carousel-temoignages {
  display: none;
}
#carouselInterval #carousel-temoignages.owl-loaded {
  display: block;
}*/
#carouselInterval #carousel-temoignages.owl-loaded.owl-theme .owl-stage-outer {
    padding: 0 !important;
}
#carouselInterval #carousel-temoignages.owl-loaded.owl-theme .owl-nav {
    position: relative;
    top: 0;
    height: 30px;
}
div#carousel-temoignages .owl-stage-outer {
    padding: 0 40px;
}
#news .owl-loaded.owl-theme .owl-nav {
    position: absolute;
    /* bottom: 40px; */
    width: 100%;
}
#news .article p {
    display: inline;
    color: #333;
}
@media screen and (max-width: 640px) {
  .temoignage {
    width: 100%;
  }
}

.carousel-temoignage i {
  color: #183b56;
  font-size: 2rem;
}

.carousel-temoignage .carousel-control-next,
.carousel-temoignage .carousel-control-prev {
  top: 40px;
  bottom: auto;
  display: block;
  width: 30px;
}
.carousel-temoignage .carousel-control-next {
  right: -20px;
}
.carousel-temoignage .carousel-control-prev {
  left: -20px;
}

/* conseils */
.conseils i.blue {
  color: #00b8d9;
}
.conseils i.yellow {
  color: #faad13;
}
.conseils i.blue-dark {
  color: #3f598a;
}
.conseils i.green {
  color: #36b37e;
}
.conseils i.blue-secondary {
  color: #1565d8;
}
.conseils i.red {
  color: #e95432;
}
.conseils .card-title {
  font-size: 18px !important;
  font-weight: 400;
}
.conseils .card {
  border-color: #e5eaf4;
  border-radius: 1rem;
  height: 138px;
  overflow: hidden;
  box-shadow: 1px 6px 5px #0000000f;
}

/*semantique*/
.semantique p {
  font-size: 12px;
  line-height: 2;
}

/* actualites */
a.actu {
  flex: 1 1 25%;
  transition: all 0.3s ease;
}
a.actu .card-actu {
  border: 0;
}
a.actu .card-actu .card-title {
  color: #183b56;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
a.actu .card-actu .card-text {
  font-size: 60%;
  color: #5a7184;
}

a.actu:hover .card-title {
  color: #f1633a;
}

/* cta */
section.cta {
  margin-top: 0;
  padding: 3rem 0;
  background-color: #f1633a;
  background-image: url("../new-img/back-cta.png");
  background-size: cover;
  background-position: 0px -90px;
  background-repeat: no-repeat;
}
section.cta .footer-h5,
section.cta h5 {
  font-size: 36px;
  color: #fff;
}
section.cta .btn {
  margin: 5px;
}
div#incuindex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: auto;
}
div#incuindex .incuindex {
    width: 48%;
    margin: 0;
}
div#incuindex .incuindex a {
    text-decoration: none !important;
}
.landing-container3 {
    border: none !important;
    padding: 0;
}
#newslist {
    padding: 1rem 0;
}
#more-articles {
    padding: 0;
    position: relative;
    /* z-index: 9; */
}
#more-articles a {
    margin: 0 !important;
}
#news a.content-title {
  color: #676767;
  text-transform: uppercase;
  /* margin-bottom: -30px; */
  letter-spacing: 0;
}
#newslist .bx-wrapper .bx-controls-direction .bx-next {
    right: 15px;
}
#newslist .bx-wrapper .bx-controls-direction .bx-prev {
    left: 15px;
}
.btnincu {
    display: inline-block;
}
@media screen and (max-width: 640px) {
  .cta .text-right,
  .cta .text-left {
    text-align: center !important;
  }
  .cta button {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/******* PAGE INSCRIPTION **********/
.form-inscription {
  padding-top: 3rem;
  position: relative;
  margin-bottom: 10rem;
}
.form-inscription .card {
  border-radius: 1rem;
  box-shadow: 0px 0px 17px #00000026;
  border: 0;
  padding: 1.5rem;
  z-index: 2;
}
.form-inscription img.porteur,
.form-inscription img.candidat {
  position: absolute;
  top: 80px;
  z-index: 1;
}
.form-inscription img.porteur {
  left: -10px;
}
.form-inscription img.candidat {
  right: -10px;
}

/******* PAGE A PROPOS **********/
section.fondateurs {
  background-color: #eceff2;
  padding: 3rem 0;
  position: relative;
}
section.fondateurs img.illustration {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.ambition {
  padding: 3rem 0;
}
section.ambition li {
  border: 0;
  font-weight: bold;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start !important;
}
section.ambition i {
  color: #36b37e;
  font-size: 1.5rem;
  display: block;
}

main.container {
    padding-top: 20px;
}
.fixed {
    position: fixed !important;
    top:0; left:0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 0px 7px 2px #676767;
}
.fixed + main.container {
    padding-top: 88px;
}

.fixTheBanner {
    position: fixed !important;
    top:0; left:0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 0px 7px 2px #676767;
}

.fixTheBanner + main.container {
    padding-top: 88px;
}

#listingAndFilters {
    display: flex;
    box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    border: 1px solid #ddd;
    border-top: none;
}
#listingAndFilters #listesecteurs {
    width: 275px;
    border: none;
    margin: 0;
}
#principal #listingAndFilters #listesecteurs .chosen-container,
#principal #listingAndFilters #listesecteurs .col-3-fields > div,
#principal #listingAndFilters #listesecteurs .col-3-fields > select,
#principal #listingAndFilters #listesecteurs .chosen-container-multi {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 0 10px 0 !important;
    text-align: left;
    padding: 0;
}
#listingAndFilters .recordlist {
    border: none;
    padding: 10px 15px;
}

.closed-block > div {
    display: none;
}
.opened-block > div {
    display: block;
}
.txt-on {
    display: none;
}
.txt-off {
    display: block;
}
.closed-block .txt-on {
    display: block;
}
.closed-block .txt-off {
    display: none;
}

.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

@media screen and (max-width: 1024px) {
  header.homepage {
    margin-bottom: 180px;
  }
  .logo {
      margin-right: 15px;
  }
  header nav#main ul a, header nav#submenu ul a {
      padding-left: 15px;
      padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  header h1 span {
    display: block;
  }
  header.homepage {
    margin-bottom: 300px;
  }
  footer .container .d-flex > div {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  #businessplan h1 span {
    display: block;
    position: relative;
    margin: auto;
    right: auto;
  }
  form#listesecteurs select, form#listesecteurs input[type="text"] {
    margin: 5px !important;
    width: 100%;
    height: 40px;
    }
    #stadeAvancement > .col-3 {
        top: 0 !important;
        left: 3px;
    }
    #navbarSupportedContent .navbar-nav {
        
    }
    #navbarSupportedContent .navbar-nav > .nav-item.has-sub-menu {
        /* display: flex; */
    }
    #navbarSupportedContent .navbar-nav > .nav-item.has-sub-menu > .nav-link {
        width: calc(100% - 40px);
        display: inline-block;
    }
    #navbarSupportedContent .navbar-nav > .nav-item.has-sub-menu > .submenu-show-icon {
        display: inline-block;
        line-height: 40px;
        width: 40px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }
    #navbarSupportedContent .navbar-nav > .nav-item.show-mobile-submenu .sub-menu {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .navbar-collapse.collapse.show {
        height: auto;
        max-width: 100%;
    }
    .navbar-collapse.collapse.show .nav-item .sub-menu {
        position: unset;
        padding: 0;
        height: auto;
        display: none;
    }
    .navbar-collapse.collapse.show .nav-item .sub-menu ul#menu-divers {
        position: unset;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .navbar-collapse.collapse.show .nav-item .sub-menu ul#menu-divers > a {
        position: unset;
        display: none;
    }
    .navbar-collapse.collapse.show .nav-item .sub-menu ul#menu-divers li a {
        display: block;
        border: none;
        text-align: left;
        line-height: 25px;
    }
}

@media screen and (min-width: 768px) {
    .hiden-768 {
        display:block !important;
    }
    .shown-768 {
        display:none !important;
    }
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 0 !important;
  }
  header .card {
    width: 100%;
    margin-bottom: 25px;
    display: block !important;
  }
  header.homepage {
    margin-bottom: 670px;
  }
  .avantages ul.list-group {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    flex-direction: column;
    align-content: center;
    padding-left: 20%;
  }
  .avantages li.list-group-item {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
    margin: auto;
  }
  div#incuindex {
    flex-direction: column;
  }
  div#incuindex .incuindex {
    width: 100%;
  }
  .hiden-768 {
      display:none !important;
  }
  .shown-768 {
      display:block !important;
  }
  #businessplan #wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    }
    
    #listingAndFilters {
        display: flex;
        flex-direction: column;
    }
    #listingAndFilters #listesecteurs {
        width: 100%;
    }
    #listingAndFilters form#listesecteurs select,
    #listingAndFilters form#listesecteurs input[type="text"],
    #principal #listingAndFilters .recherche-query input#recherche-input {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .fixed {
        position: unset !important;
        box-shadow: 0 0;
    }
}
@media screen and (max-width: 640px) {
  header.homepage {
    margin-bottom: 630px;
  }
  .payment-methods {
      width: 100% !important;
  }
  .payment-methods img {
        max-width: 90%;
  }
}
@media screen and (max-width: 519px) {
  header.homepage {
    margin-bottom: 600px;
  }
  header h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 10px;
    height: auto;
    display: block;
  }
  header .card .card-body .card-img img {
    display: block !important;
  }
  
  /*.card-body {*/
  /*    padding: 0px 0px 1.25rem 1.25rem !important;*/
  /*}*/
  .avantages ul.list-group {
    padding-left: 10%;
  }
  .slick-initialized .d-none {
    display: block !important;
  }
  .slick-prev {
    left: -10px;
    z-index: 9;
  }
  .slick-next {
    right: -10px;
    z-index: 9;
  }
  footer .container .d-flex > div {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.cta h6 {
        font-size: 26px;
        color: #fff;
    }
    
    .owl-theme .owl-nav {
        margin-top: 10px;
        margin-bottom: -15px;
    }
    
    #carousel-temoignages.owl-theme .owl-nav {
        margin-top: 0;
    }
    .navbar-brand {
        width: 215px;
    }
    .navbar-collapse .btn {
        margin: 0 auto 10px auto !important;
        display: block;
    }
    #cgu-block {
        
    }
    #cgu-block label {
    }
    #cgu-block input#cgu {
        top: 4px;
        left: -7px;
    }
    #cgu-block label:first-child {
        
    }
    #cgu-block label:last-child {
        width: auto !important;
        float: left !important;
    }
    .col-3-fields > div, .col-3-fields > select {
      display:block;
      width: 100% !important;
      max-width: 100%;
      text-align: left;
      padding: 0;
    }
    #listesecteurs > p .btn {
        display: block;
        margin-top: -15px;
    }
    #listesecteurs select {
        width: 100% !important;
        margin: 0 0 5px 0;
        display: block;
        font-size: 14px;
        min-height: 30px;
    }
    #listesecteurs select[name=mini], 
    #listesecteurs select[name=maxi], 
    #listesecteurs select.small {
        width: 49% !important;
        display: inline-block;
    }
    #listesecteurs select[name=mini], 
    #listesecteurs select.small:first-child {
        margin-right: 1%;
    } 
    #listesecteurs select[name=maxi],
    #listesecteurs select.small:last-child {
        margin-left: 1%;
    }
    #stadeAvancement {
      margin: 5px 0 !important;
    }
    #stadeAvancement > div {
      margin-left: 0 !important;
      max-width: 100%;
      top: 0 !important;
    }
}
@media screen and (max-width: 479px) {
  .btnincu,
  header .card .btn {
   padding: 10px;
   font-size: 13px;
  }
  header.homepage {
    margin-bottom: 650px;
  }
}
@media screen and (max-width: 319px) {
  
}