
.Mentionlink:hover
{
  cursor: pointer;
}


.block_3logos
{
  display: block;
  width:40%;
}
@media screen and (max-width: 900px) {
  .block_3logos
  {
    display: block;
    width: 80%;
  }
}


.block_logos
{
  display: flex;
  width: 80%;
  justify-content: space-around;
}
@media screen and (max-width: 900px) {
  .block_logos
  {
    display: block;
    width: 80%;
  }
}

.block_financeurs
{
  display: block;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .block_financeurs
  {
    display: block;
    width: 50%;
  }
}

.block_concours
{
  display: block;
  width: 60%;
}
@media screen and (max-width: 900px) {
  .block_concours
  {
    display: block;
    width: 100%;
  }
}




.entreprise_col_gauche {
  display: block;
  width: 50%;
  text-align: right;
  padding-right: 10px;
  font-family: Dosis, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0a14b4;
}

.entreprise_col_right {
  display: block;
  width: 50%;
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #787878;
}

div > img {
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}

.p_securised
{
  background-color: #c8f6ee;
  color: #3b6a6e;
  border-radius: 20px;
  display: inline;
  padding: 8px;
}

.p_to_securise
{
  background-color: #ffe6cf;
  color: #a0612b;
  border-radius: 20px;
  display: inline;
  padding: 8px;
}

.dp_photo
{
  background-color: #888888;
  border-radius: 10px;
  height: 100px;
}

.bloc_plante {
  display:block;
  width:99%;
  margin:5px;
  padding:15px;
  border-radius: 15px;
}
.bloc_plante:hover
{
  background-color: #ddf8fa;
}
.bloc_plante_deployed
{
  background-color: #ddf8fa;
}

.bloc_plante_pdf {
  display:block;
  width:100%;
  margin:3px;
  padding:3px;
  border-radius: 15px;
}

.comment_show {
  transition: transform 0.5s;
  transform: scale(1);
  display:flex;
  width:100%;
  border-radius: 15px;
}

.comment_hide {
  transition: transform 0.5s;
  transform: scale(0);
  display:flex;
  width:100%;
  border-radius: 15px;
}

.invisible_input_com
{
  width: 100%;
  background-color: #FFFFFF;
  height: 60px;
  border-radius: 10px;
  padding: 10px;
}
.invisible_input_com:focus
{
  outline: none;
}

.comment_divider
{
  height: 2px;
  margin: 15px 0px 5px 0px;
  background-color: #98dae0;
}

.localisation_plante
{
  width: 100%;
  padding: 5px;
  background-color: #c7f1f4;
  border-radius: 5px;
}

.plante_divider
{
  height: 2px;
  width: 100%;
  background-color: #cce8ea;
}


.top-header-flex {
  justify-content: center;
  background-color: #FFFFFF;
  padding: 20px;
}

.dashboard-core-footer
{
  margin: 12px;
  margin-top: 0;
  padding-bottom: 0;
}

.shadow_line
{
  width: 100%;
  height: 10px;
  position: relative;
  top: -10px;
  box-shadow: 0 15px 15px 0 #00000022;
}

.text_bleu
{
  color: #0a14b4 !important;
}

.text_gris
{
  color: #999999 !important;
}

.gros-text
{
  font-size:3rem;
  font-weight:bold;
}
@media screen and (max-width: 900px) {
  .gros-text
  {
    font-size:3rem;
    font-weight:bold;
  }
}
@media screen and (max-width: 600px) {
  .gros-text
  {
    font-size:3rem;
    font-weight:bold;
  }
}

.text-moyen
{
  font-size:1.4rem
}
@media screen and (max-width: 900px) {
  .text-moyen
  {
    font-size:1.1rem
  }
}
@media screen and (max-width: 600px) {
  .text-moyen
  {
    font-size:0.90rem
  }
}

.fntp-container-lucee {
  padding-left:   0px !important;
  padding-right:  0px !important;
  background-color: #f3feff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fntp-pastille-chantier
{
  height: 90px;
  width: 90px;
  margin-top: 150px;
  border-radius: 45px;
  background-color: #def5f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fntp-input
{
  height: 90px;
  width: 500px;
  border-radius: 45px;
  border: 3px solid #def5f7;
  background-color: #ffffff;
  display:flex;
  padding: 0px 15px 0px 15px;
}
.invisible_input
{
  width: 100%;
  font-size: 2rem;
  padding-bottom: 10px;
}
.invisible_input:focus
{
  outline: none;
}

.bouton
{
  border-radius: 100px !important;
  color: #0a14b4 !important;
  border-color: #0a14b4 !important;
  margin: 5px 5px 5px 5px;
  border: 1px solid;
  font-size: 1.2rem !important;
  text-transform: none !important;
}
.bouton:hover
{
  background-color: #0a14b4!important;
  color: #FFFFFF !important;
}


.bouton_bleu
{
  background-color: #0a14b4!important;
  color: #FFFFFF !important;
  border-radius: 100px !important;
  border-color: #0a14b4 !important;
  margin: 5px 5px 5px 5px;
  border: 1px solid;
  font-size: 1.2rem !important;
  text-transform: none !important;
}
.bouton_bleu:hover
{
  background-color: #FFFFFF!important;
  color: #0a14b4 !important;
}

.block_page_chantier_droit
{
  width: 50%;
}
@media screen and (max-width: 1410px) {
  .block_page_chantier_droit
  {
    width: 40%;
  }
}
@media screen and (max-width: 1180px) {
  .block_page_chantier_droit
  {
    width: 100%;
  }
}

.block_page_chantier_gauche
{
  width: 50%;
}
@media screen and (max-width: 1410px) {
  .block_page_chantier_gauche
  {
    width: 60%;
  }
}
@media screen and (max-width: 1180px) {
  .block_page_chantier_gauche
  {
    width: 100%;
  }
}

.homelink
{
  position: absolute;
  left: 20px;
  padding-top: 150px;
  display: flex;
  font-family: Dosis, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
}
.homelink:hover
{
  cursor: pointer;
}

.rotate_chevron_left
{
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.rotate_chevron_right
{
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.btn_entreprise
{
  width: 100% !important;
  background-color: #0a14b4 !important;
  height: 60px !important;
  border-radius: 10px !important;
  padding: 10px !important;
  margin: 10px !important;
}

.div_input_entreprise
{
  display: flex;
  margin: 10px;
  width: 100%;
}
.div_input_entreprise_left
{
  display: flex;
  margin-right: 5px;
  width: 50%;
}
.div_input_entreprise_right
{
  display: flex;
  margin-left: 5px;
  width: 50%;
}

.input_entreprise
{
  width: 100%;
  background-color: #FFFFFF;
  height: 60px;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  border: 2px solid #b6d1d3;
  resize: unset !important;
}
.input_entreprise:focus
{
  outline: none;
}

.input_entreprise_KO
{
  width: 100%;
  background-color: #ffe6cf;
  height: 60px;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  border: 2px solid #bc895c;
  resize: unset !important;
}
.input_entreprise_KO:focus
{
  outline: none;
}

.bottom-header-flex
{
  background-color: #0a14b4;
}
.fntp-container {
  padding-left:   0px !important;
  padding-right:  0px !important;
  background-color: #f3feff;
}

.rotate_chevron_down
{
  transition: transform 0.5s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.rotate_chevron_down:hover
{
  cursor: pointer;
}

.rotate_chevron_up {
  transition: transform 0.5s;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.rotate_chevron_up:hover
{
  cursor: pointer;
}









body .theme--dark.v-navigation-drawer {
  background-color: #b00000;
}

body .v-navigation-drawer__image {
  display: none;
}

body .v-application .primary {
  background-color: #757373 !important;
  border-color: #757373 !important;
}

body .v-application--wrap > header {
  display: none;
}
body .page-title {
  font-size: 2em;
  text-align: center;
  width: 100%;
}

body .v-avatar.v-list-item__avatar.align-self-center.white {
  height: 50px !important;
  min-width: 50px !important;
  width: 77px !important;
}
body .v-avatar.v-list-item__avatar.align-self-center.white .v-image.v-responsive.theme--dark {
  max-height: 26px !important;
  max-width: 60px !important;
  border-radius: unset !important;
}

body .v-application--wrap {
  min-height: fit-content;
}

body .v-main.v-content {
  padding-top: 40px;
}

body {
    font-family: "Assistant", sans-serif;
}