/* footer telechargement */
.pne-footer-app-band {
  background: #f4faf8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 0;
}


.login-description-content-bloc .espace_login{
	height:109px !important;
}

.pne-footer-app-band p {
  margin-bottom: 0 !important;
}

.pne-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.pne-band-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pne-band-icon {
  width: 44px;
  height: 44px;
  background: #0b0b4f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pne-band-icon svg {
  width: 22px;
  height: 22px;
}

.pne-band-text-title {
  font-size: 14px;
  font-weight: 700;
  color: #0b0b4f;
  margin: 0 0 2px;
}

.pne-band-text-sub {
  font-size: 12px;
  color: #0b0b4f;
  margin: 0;
}

.pne-band-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.pne-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  padding: 9px 18px;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
  min-width: 150px;
}

.pne-badge:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* IOS */
.pne-badge-ios {
  border: 1px solid #0b0b4f;
  background: #fff;
}

/* Android */
.pne-badge-android {
  background: #0b0b4f;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Texte badges */
.pne-badge div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.badge-sub {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.7;
}

.badge-name {
  font-size: 14px;
  font-weight: 700;
}

/* Couleurs IOS */
.pne-badge-ios .badge-sub {
  color: rgba(0, 0, 0, 0.5);
}

.pne-badge-ios .badge-name {
  color: #0b0b4f;
}

/* Couleurs Android */
.pne-badge-android .badge-sub {
  color: rgba(255, 255, 255, 0.6);
}

.pne-badge-android .badge-name {
  color: #fff;
}

.pne-badge svg {
  flex-shrink: 0;
}

/* TABLET */
@media (min-width: 427px) and (max-width: 768px) {
  .pne-band-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .pne-band-left {
    flex-direction: row;
    align-items: center;
  }

  .pne-band-badges {
    width: auto;
    justify-content: flex-end;
  }
}

/* MOBILE */
@media (max-width: 431px) {
  .pne-footer-app-band {
    padding: 40px 20px !important;
  }

  .pne-band-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .pne-band-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .pne-band-text-title,
  .pne-band-text-sub {
    text-align: left;
  }

  .pne-band-badges {
    width: 100%;
    justify-content: center;
  }

  .pne-badge {
    flex: 1;
    justify-content: center;
  }
}

/* footer telechargment */
/*  */


#footer_public {
  background-color: #0b0b4f;
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#footer_public .footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-group-left,
.footer-group-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-group-left {
  gap: 50px;
}

.footer-group-right {
  gap: 60px;
  flex-shrink: 0;
  white-space: nowrap;
}

#footer_public .footer-col {
  display: flex;
  align-items: center;
}

#footer_public img {
  display: block;
  height: auto;
  max-width: 150px;
}

#footer_public .footer-group-left img:first-child {
  width: 130px !important;
  height: auto !important;
}

#footer_public .footer-group-left img:last-child {
  width: 100px !important;
  height: auto !important;
}

#footer_public a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

#footer_public a:hover {
  color: #22eaca !important;
}

@media (max-width: 500px) {
  #footer_public .footer-group-left {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 30px !important;
    flex-wrap: nowrap;
  }

  #footer_public .footer-group-left .footer-col:nth-child(1) img {
    width: 130px !important;
    max-width: 130px !important;
    height: auto !important;
  }
  #footer_public .footer-group-left {
    gap: 50px !important;
  }
  #footer_public .footer-group-left .footer-col:nth-child(2) img {
    width: 100px !important;
    max-width: 100px !important;
    height: auto !important;
  }
}

@media (max-width: 440px) {
  #footer_public .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    gap: 15px;
  }

  .footer-group-left,
  .footer-group-right {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  #footer_public .footer-col {
    width: 100%;
    justify-content: center !important;
    text-align: center;
  }
}

@media (max-width: 376px) {
  .footer-group-left,
  .footer-group-right {
    gap: 30px !important;
  }
}

@media (max-width: 321px) {
  .footer-group-left,
  .footer-group-right {
    gap: 10px !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  #footer_public .footer-group-left {
    gap: 125px !important;
  }
}

@media (max-width: 455px) {
  #footer_public .footer-group-left.connecte {
    flex-direction: row !important;
  }
  #footer_public .footer-group-left.connecte,
  #footer_public .footer-group-right.connecte {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}

/* fiooter non connectébg */
#footer_nonconnectee .pne-footer-app-band {
  width: 100%;
  background: #f4faf8;
}

#footer_nonconnectee .pne-band-inner,
#footer_nonconnectee #footer_public .footer-inner {
  max-width: 1155px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

#footer_nonconnectee .pne-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.jeg_main_content,
#jeg_main_content,
.jeg_content,
.site-content {
  min-height: unset !important;
}

.vc_row-full-width.vc_clearfix {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  display: block !important;
}

.vc_row[data-vc-full-width] {
  overflow: visible !important;
}

.footer-login,
.vc_custom_1766474573426 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cleanpage .row.vc_row.wpb_row.vc_row-fluid{
  width: 100%;
	margin:0px;
}

.row.vc_row.wpb_row.vc_row-fluid.vc_custom_1621794706421.vc_row-no-padding .wpb_text_column.wpb_content_element {
	margin-bottom: 0px !important;
}
.cleanpage .wpb_text_column.wpb_content_element {
	/*margin-bottom: 0px !important;*/
}

.header-no-connection .jeg_main_content{
	padding: 0px;
}


.footer-mention-public .wpb_raw_html{
	margin-bottom: 0px !important;
}

.footer-mention-public{
	padding:0px !important;
}


.jeg_main_content,
#jeg_main_content,
.jeg_content,
.site-content {
  min-height: unset !important;
}

.vc_row-full-width.vc_clearfix {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  display: block !important;
}

.vc_row[data-vc-full-width] {
  overflow: visible !important;
}

.footer-login,
.vc_custom_1766474573426 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
html body #footer_public {
  height: auto !important;
  min-height: 0 !important;
}
#footer_nonconnectee * {
  margin-bottom: 0 !important;
}
@media (max-width: 426px) {
  #footer_public .footer-group-right.connecte {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }

  #footer_public .footer-group-right.connecte .footer-col:nth-child(3) {
	  margin-bottom:25px !important;
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 376px) {
  #footer_public .footer-group-right.connecte {
    grid-template-columns: 1fr !important;
  }

  #footer_public .footer-group-right.connecte .footer-col:nth-child(3) {
    grid-column: auto;
    justify-self: start;
  }
}
#footer_public .footer-group-right {
  gap: 25px !important;
}

.pne-band-badges {
  margin-right: -10px;
}

/*#footer_public .footer-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}*/
/* #footer_public .footer-col a,
#footer_public .footer-col a:hover,
#footer_public .footer-col a:focus,
#footer_public .footer-col a:active {
  text-decoration: none !important;
  color: #22eaca !important;
  background: none !important;
  box-shadow: none !important;
}
 */