:root {
	--color-primary: #5aa3f3;
	--color-primary-light: #93b5ea;
	--color-primary-fade: rgb(221, 230, 249);
	--color-primary-soft: #59a5f4;
	--color-primary-dark: #4d5ebd;
	--color-primary-dark-2: #222e71;
	--color-secondary: #59dc87;
	--color-light: #ffffff;
	--color-light-fade: rgba(255, 255, 255, 0.6);
	--color-light-fade2: rgba(255, 255, 255, 0.8);
	--color-background: #eff2f8;
	--color-background-dark: rgba(84, 128, 216, 0.2);
	--color-grey-light: #b6b6b6;
	--color-warning: #e57800;
	--color-background-gradient1: linear-gradient(to right, var(--color-primary), var(--color-primary-dark));
	--color-background-gradient2: linear-gradient(to top right, var(--color-primary), var(--color-primary-dark));

	--font-main: "Lato", Helvetica, Arial, sans-serif;

	--font-weight-normal: 400;
	--font-weight-bold: 700;
}

#popup_favoris:before
{
content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    left: 10px;
    top: -14px;
}


.ui-widget-content {
	background-color: white !important;
}

.ui-icon-closethick
{
    background-image: none !important;
}

.item_type_1 {
  font-style: italic;
}

.ui-dialog-titlebar {
    background-color: #222e71;
    background-image: none;
    font-size: 16px;
    color: white;
}
.ui-widget
{
box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 0 0 0 0 !important;
}

.ui-dialog-content .hp_global_partial {
  width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: transparent 50% 50% repeat-x;
  font-weight: bold;
  color: var(--color-light);
}

.ui-widget-content {
  background-color: #5aaae1;
  color: var(--color-light);
  z-index: 9999;
}

.ui-widget-content li.ui-menu-item {
  background-color: var(--color-light);
  color: var(--color-primary-dark-2);
  font-size: 15px;
  border-top: 1px solid var(--color-primary-dark-2);
}

.ui-widget-content li.ui-menu-item:hover {
  background-color: var(--color-primary-dark-2);
  color: var(--color-light);
}

.ui-widget-content li.ui-menu-item:hover a {
	color: var(--color-light);
}

.ui-widget-content li.ui-menu-item.ui-state-focus {
  color: var(--color-light);
  background-color: var(--color-primary-dark-2);
}

.ui-widget-content li.ui-menu-item:first-child {
  border-top: none;
}

.ui-widget-content li.ui-menu-item.ui-state-focus a {
	color: var(--color-light);
}

.ui-widget-content a {
    color: var(--color-primary-dark-2);
    font-family: var(--font-main);
    font-weight: var(--font-weight-normal);
}
.ui-widget-content a>span {
	font-weight: var(--font-weight-bold) !important;
}

.ui-autocomplete {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item_type_1 {
  font-style: italic;
}

.ui-dialog-content .hp_global_partial {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: transparent 50% 50% repeat-x;
  font-weight: bold;
  color: var(--color-light);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  text-align: center;
  color: #55d255;
  background-clip: padding-box;
  /* padding: 3.8rem 2.5rem 5.5rem 2.5rem; */
  background-color: var(--color-light);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
  -webkit-animation-name: popup;
  -webkit-animation-duration: 0.4s;
  animation-name: popup;
  animation-duration: 0.4s;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover.connexion {
  color: var(--color-light);
  left: auto !important;
  /* width: 257px; */
  width: 36rem;
  padding: 0;
}


.popover.connexion p {
  /* text-align: left; */
  text-align: center;
  font-size: 12px;
  margin: 8px 0;
  margin-top: 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.popover.connexion p:hover {}

.popover.connexion p .how-cta {
  font-weight: bold;
  color: var(--color-light);
}

.popover.connexion p .how-cta:hover {
  color: var(--color-light);
}

.popover.connexion h5 {
  text-align: left;
}

.popover.connexion button {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1rem;
  width: 100%;
  border-radius: 4px;
}

.popover.connexion button h5 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  font-family: "Ubuntu";
  font-weight: 600;
}

.popover.connexion button .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  border: 0px;
}

.popover.connexion .close {
  position: absolute;
  float: none;
  top: 10px;
  right: 10px;
  font-size: 21px;
  line-height: 1;
  font-weight: 300;
  color: var(--color-light);
  border: 0;
  text-shadow: 0 1px 0 #ccc;
  opacity: 1;
}

.popover.connexion-mobile {
  color: var(--color-light);
  margin-left: 50% !important;
  /* width: 257px; */
  width: 36rem;
  padding: 0;
  z-index: 9999999 !important;
}

.popover.connexion-mobile>.arrow {
  left: 210px !important;
}

.popover.connexion-mobile-home {
  color: var(--color-light);
  margin-left: 50% !important;
  left: 0px !important;
  /* width: 257px; */
  width: 36rem;
  padding: 0;
  z-index: 9999999 !important;
}

.popover.connexion-mobile-home>.arrow {
  left: 50% !important;
}

.popover.connexion-mobile-home .form-group:nth-child(2) {
  margin-bottom: 6px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-close {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  height: 20px;
  background: transparent url('../images/icons/ck_croix-verte.svg') no-repeat center center;
  background-size: 10px;
  cursor: pointer;
}

.popover-content {
  /* padding: 9px 14px; */
  padding: 12px 16px;
}

.popover-content h6 {
  font-size: 13px;
  color: #55d255;
  margin: 0;
}

.popover-content .btn-facebook,
.popover-content .btn-google {
  width: 100%;

}

/* .popover .btn-google {
  margin-bottom: 8px;
} */

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: var(--color-light);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: var(--color-light);
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: var(--color-light);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: var(--color-light);
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: var(--color-light);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 2px;
  border-bottom-color: var(--color-light);
}

.popover.connexion.bottom>.arrow {
  border-bottom-color: var(--color-light);
  left: 75% !important;
}

.popover.connexion.bottom>.arrow:after {
  border-bottom-color: var(--color-light);
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: var(--color-light);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: var(--color-light);
  bottom: -10px;
}


.form-login .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: text;
  border: 0;
  background-color: rgba(89, 165, 244, 0.1);
  border-radius: 5px;
  font-size: 1.34rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #222e71;
  margin-top: 1rem;
  min-width: 200px;
  line-height: 3rem;

  /* added css */
  width: 100%;
  padding: 4px 8px;
}

.form-login .form-control:first-of-type {
  margin-top: 16px;
}

.form-login .form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #b6b6b6;
}

.form-login a {
  text-decoration: none;
  color: #222e71;
}

.form-login p {
  text-align: center;
  margin-top: 8px;
}

.form-login .btn-primary {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 8px;
}

.text-warning {
  color: red;
}

.how-cta {
  color: #59dc87;
}

.kf__prorata-info {
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: orange
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 3rem 5rem 7.3rem 5rem;
  border-radius: 5px;
  background-color: var(--color-light);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  font-family: "Lato";
  font-size: 1.7rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222e71;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5aaae1
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5aaae1
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #5aaae1
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #5aaae1
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #5aaae1
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5aaae1
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5aaae1
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5aaae1
}

.member-manage {
  display: none;
  position: absolute;
  top: 30px;
  /* left: 0; */
  left: -30px;
  width: 350px;
  padding: 10px;
  text-align: left;
  border: 1px solid #006eaf;
  z-index: 1;
  height: auto;
  font-family: "Lato";
  /* font-size: 1.7rem; */
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #222e71;

  opacity: 1;
  background: white;
}

@media only screen and (max-width: 425px) {
  .member-manage {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


/* added css */

.member-manage {
  padding-top: 16px;
  padding-bottom: 70px;
  -webkit-box-shadow: 0 12px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.member-manage .member-manage__close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
}

.member-manage .btn-primary {
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.member-manage~small {
  font-family: "Lato";
  font-size: 1.7rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222e71;
}

.member-manage p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.koalition_confirmation_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.koalition_confirmation_button button {
  width: 160px;
}

.koalition_confirmation_button button.btn-primary {
  margin-top: 0px !important;
}

.koalition_confirmation_button button.btn-secondary {
  margin-left: 10px;
}

.app__error-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.1rem;
  margin-top: -1rem;
}

.app__error-icon {
  width: 18.6px;
  margin-right: 7px;
  margin-top: -3px;
}

.app__error,
.app__success {
  font-family: "Ubuntu";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #e57800;
}

.app__success {
  color: #59dc87 !important;
}

.module-table {
  width: 100%;
  text-align: center;
}

li.list_child_item {
  text-align: left;
  margin: 0 2px;
  margin: 3px;
  cursor: pointer;
  font-family: "Lato" !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  color: #222e71 !important;
  min-width: 40rem;
  border: 0;
  padding: 1rem 2.4rem;
  background-color: rgba(89, 165, 244, 0.1);
}


li.notselect {
  opacity: .4
}

li.selected {
  opacity: 1
}

#add-to-home-modal {
  visibility: hidden;
}

@media only screen and (max-width: 780px) {
  #add-to-home-modal {
    visibility: visible;
  }
}

.assistance-detail {
  display: table;
  width: 100%
}

.assistance-detail .label {
  display: table-cell;
  width: 40%;
  text-align: left;
  font-family: "Helvetica Neue Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #006eaf
}

.assistance-detail .value {
  display: table-cell;
  width: 60%;
  text-align: right;
  font-size: 14px;
  color: #006eaf;
  clear: right
}

.autocomp__table-old {
  position: relative;
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(90, 163, 243, 0.3);
}

@media only screen and (max-width: 425px) {
  .autocomp__table-old {
    font-size: 17px;
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .autocomp__table-old {
    display: none;
  }
}

.autocomp__table-old::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 120%;
  border-radius: 2px;
  background-color: #5aa3f3;
}

.autocomp__table-arrow {
  height: 1em;
  margin-left: 12px;
  margin-right: 7px;
}

.mag_nav-center {
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 425px) {
  .mag_nav-center {
    margin-top: 16px;
  }
  
  .app-section .heading-secondary.favoris_selection_title {
          font-size: 16px !important;
  }
}



.mag_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mag_pagination li a,
.mag_pagination li.active a {
  font-family: "Ubuntu";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #222e71;
  cursor: pointer;
  margin-right: 28px;
  text-decoration: none;
}

.mag_pagination li.active {
  opacity: 1;
}

.cr-slider-wrap
{
    display: flex;
}

.cr-slider
{
    margin-left: 15px;
}

.partners__tile_promo {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding-top: 0;
  background-image: url("../img/backgrounds/tile.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;

}

/* @media only screen and (max-width: 855px)
{
    .tabbar__links-section
    {
        background-image: -webkit-gradient(linear, left top, right top, from(#5aa3f3), to(#4d5ebd));
        background-image: -webkit-gradient(linear, left top, right top, from(#5aa3f3), to(#4d5ebd));
        background-image: -webkit-linear-gradient(left, #5aa3f3, #4d5ebd);
        background-image: -o-linear-gradient(left, #5aa3f3, #4d5ebd);
        background-image: linear-gradient(to right, #5aa3f3, #4d5ebd);
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 9999;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        border-top: 1px solid rgba(77, 94, 189, 0.1);
        border-top-width: 2px;
    }
    .tabbar-transparent__links-section
    {
        background-image: none;
        background-color: white;
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 9999;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        border-top: 1px solid rgba(77, 94, 189, 0.1);
        border-top-width: 2px;
    }
    .footer-section{
        margin-bottom: 55px;
    }
    .tabbar__link-title
    {
        margin-top: 10px;
    }
    #header__chevron--back, #header__chevron--forward{
        display: block !important;
    }

}
@media only screen and (min-width: 856px)
{
    .tabbar{
        display: none;
    }
} */

