:root {
    --f7-theme-color: rgb(18,105,180) !important;
}


.demo-card-header-pic .card-header {
  height: 40vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}

.page {
	/*background: linear-gradient(180deg, rgb(41,84,126)75%, rgb(0,150,173) 35%);*/
  background: linear-gradient(to right, rgb(18,105,180), rgb(23,149,174));
}

.statusbar-overlay {
   background: linear-gradient(to right, rgb(18,105,180), rgb(23,149,174)) !important;
}

.block-title {
	color : white;
}

.navbar {
	
	 background: linear-gradient(to right, rgb(18,105,180), rgb(23,149,174));
}


.toolbar {
	height : 50px;
}

.toolbar .tab-link-active >.icon {
  color : rgb(18,105,180);
}

.tab-link-active > .tabbar-label {
  color : rgb(18,105,180);
}

:root {
  --f7-fab-text-color: #fff;
  --f7-fab-extended-text-font-size: 14px;
  --f7-fab-extended-text-padding: 0 20px;
  --f7-fab-label-bg-color: #fff;
  --f7-fab-label-text-color: #333;
  --f7-fab-label-border-radius: 15px;
  --f7-fab-label-padding: 4px 12px;
  --f7-fab-button-size: 70px;
}


.fab-custom a {
	 border : solid var(--f7-toolbar-bg-color, var(--f7-bars-bg-color, var(--f7-theme-color))) 8px;
	 box-shadow: unset !important;
	 border-radius: calc(var(--f7-fab-size) / 1);
   background-color: rgb(23,149,174);
}

.fab-custom > .active-state {
  background-color : rgb(18,105,180);
}

.fab-active-page a {
  background-color : rgb(18,105,180) !important;
}

.fab-custom i  {
	font-size : 40px !important;
}

.navbar:after {
    display:none;
}

.searchbar-backdrop {
  background : none;
}


.ios .fab-custom {
  --f7-fab-size: 70px;
  --f7-fab-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  --f7-fab-margin: 15px;
  --f7-fab-extended-size: 50px;
  --f7-fab-extended-text-font-weight: 400;
  --f7-fab-extended-text-letter-spacing: 0;
  --f7-fab-label-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  /* --f7-fab-pressed-bg-color: var(--f7-theme-color-shade); */
}

.fab-custom .active-state {
  background-color: rgb(18,105,180) !important;
}

.md .fab-custom {
  --f7-fab-size: 70px;
  --f7-fab-box-shadow: var(--f7-elevation-6);
  --f7-fab-margin: 16px;
  --f7-fab-extended-size: 48px;
  --f7-fab-extended-text-font-weight: 500;
  --f7-fab-extended-text-letter-spacing: 0.03em;
  --f7-fab-label-box-shadow: var(--f7-elevation-3);
  /* --f7-fab-pressed-bg-color: var(--f7-theme-color-shade); */
}

.item-input-error-message {
    margin-top: 4px !important;
    margin-bottom: -16px !important;
    color : white;
}
.ios .item-input-invalid input {
    color: rgb(0,0,0) !important;
}

.image-avatar-map {
   border: 2px solid white !important;
  border-radius: 30px;
  width : 35px;
  object-fit: cover;
  height : 35px;
}

.image-category-map {
    width: 35px;
    background-color: white;
    opacity: 1;
}


.badge-map {
      margin-left: 25px;
    margin-top: -90px;
}

 .file-button { position:relative; overflow:hidden; } 
 .file-button input { font-size: 10000px; position: absolute; left:0; top:0; opacity:0; }

.map-total {
border-top: solid 1px;
    border-color: #80808091;
    list-style: none;
    padding: 5px;
    font-size: 15pt;
    margin-top: 10px;
    margin-left: -35px;
    padding-left: 35px;
}
/********************************************* JE RAMASSE *****************************************/

.page-cleaning .tab-link-active {
  color : rgb(18,105,180);
}

#modal-volume .list {
 margin : 0;
}

#modal-volume .navbar {
  background : none;
  background-color: white !important;
  height : 40px;

}

#modal-volume .smart-select-page .page-content {
  background-color: white;
  overflow: auto;
}

/******************************************* HOME ******************************************************/

.custom-home-block-1 {
      text-align: center;
      font-size: 28px;
      color: white;
      font-weight: 200;
      margin-top : 25px;
      margin-bottom : 25px;
}
.custom-home-block-2 {
      width : 100%;
      height : 130px; 
      background: linear-gradient(rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0.15)),url('../img/imageaccueil2.jpg') no-repeat;
      background-size: cover;
      text-align: center;
      font-size: 28px;
      color: white;
      font-weight: lighter;
      margin-top : 50px;
      padding-top : 45px;
      text-shadow: 0px 0px 15px black;
}
.custom-home-block-3 {
      width : 100%;
      padding-bottom:5px;
      background: linear-gradient(rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)),url('../img/map.png') no-repeat;
      background-size: cover;
      text-align: center;
      font-size: 28px;
      color: white;
      font-weight: lighter;
      padding-top : 35px;
}
.custom-home-block-4 {
      width : 100%;
      text-align: center;
      font-size: 28px;
      color: white;
      font-weight: lighter;
      padding-top : 45px;
}

.custom-home-block-4 ul{
  color:black;
  text-align:left;
  width:100%;
  background-color:white;
}


/******************************************************************************************************/

/****************************************** USER PANEL *************************************************/

.panel {
  background-color: rgb(30,54,77);
}

.panel .login-screen-open {
  line-height: 1.5;
  border-radius: 45px; 
  width : 95px; 
  height : 95px; 
  color : rgb(30, 54, 77); 
  background-color: white;
  margin : auto; 
  font-size:  var(--f7-button-font-size);
}

.panel .demo-facebook-avatar {
  text-align : center;
}

.panel .block-title-username {
  font-weight: lighter; margin-top : 6px; text-align: center
}

.panel .block-title-subscribe {
  font-weight: lighter; margin : 0px 40px 0px 40px; text-align: center; 
}

.panel .demo-facebook-avatar img {
  border-radius: 45px; 
  background-color: white;
}

@media screen and  (max-height: 685px) {
  .panel .demo-facebook-avatar img {
    display : none;
  }
}

.panel .login-screen-open i{
  font-size: 50px; 
  padding-top : 10px; 
}

.panel .block-title-custom {
  font-weight: lighter; 
  margin-left : 0px; 
  font-size: 20px;
  line-height : 1;
  margin-top: 30px;
}

.panel .block-title-custom  i {
  font-size: 19px; 
  padding-right : 9px;
}

.panel .block-footer  i {
  font-size: 35px ; 
  padding-right : 9px ;
}

/*******************************************************************************************************/

/****************************************** LOGIN & SUBSCRIBE *************************************************/

.custom-subscribe-title {
    color: white;
    font-weight: lighter;
    font-size: 25px;
    margin-top : 15px;
     width : 100%;
}

.custom-subscribe-title:after {
    display: inline-block;
    margin: 0 0 8px 15px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: white;
    width: 28%;
}
.custom-subscribe-title:before {
    display: inline-block;
    margin: 0 15px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color:white;
    width: 28%;
}


.custom-login-title {
    color: white;
    font-weight: lighter;
    font-size: 25px;
    margin-top : 15px;
     width : 100%;
}

.custom-login-title:after {
    display: inline-block;
    margin: 0 0 8px 15px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: white;
    width: 22%;
}
.custom-login-title:before {
    display: inline-block;
    margin: 0 15px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color:white;
    width: 22%;
}

.custom-login-subtitle {
    color: white;
    font-weight: lighter;
    font-size: 20px;
    margin-top : 15px;
    width : 100%;
}

.custom-login-subtitle:after {
    display: inline-block;
    margin: 0 0 4px 15px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: white;
    width: 16%;
}
.custom-login-subtitle:before {
    display: inline-block;
    margin: 0 15px 4px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color:white;
    width: 16%;
}

.login-screen-content {
  background: linear-gradient(to right, rgb(18,105,180), rgb(23,149,174));
}
.login-screen-title {
  margin-top : 0 !important;
}
.login-screen-title img {
  height : 47px;
  margin-top : 0 !important;
}

.login-screen-content input {
  background-color: rgb(232, 240, 254) !important; padding: 10px;
}

.login-screen-content .external i {
  font-size: 40px; 
  padding-right : 9px; 
  bottom : 0;
}

.input-clear-button {
  padding-right : 5px;
}





/*************************************** ANIMATE *******************************************/

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/*******************************************************************************************************/


div[role='button'] {
  padding : 15px 15px 15px 15px !important;
  margin : 5px;
  width : 20px;
  text-align :center;
}


.noclick-item-input  .item-inner  {  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.noclick-item-input  .item-media  {  
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

:root {
  --f7-navbar-height: 70px;
}

@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
  .navbar {
    /*height: calc(constant(safe-area-inset-bottom) + 40px); */
    /*height: calc(env(safe-area-inset-bottom) + 35px);*/
    left: 0;
    bottom: 0;
    }
}



.toolbar {
height: calc(constant(safe-area-inset-bottom) + 54px);
height: calc(env(safe-area-inset-bottom) + 54px);
left: 0;
bottom: 0;
}

.toolbar-list {
  height: calc(constant(safe-area-inset-bottom) + 84px);
height: calc(env(safe-area-inset-bottom) + 84px);

}

.tabbar-labels a.tab-link {
  padding-top: 8px !important;
}


.navbar-list-custom, .view-list .navbar {
    margin-bottom: 0px; 
    height : 0px !important;
    width: 50px; 
    display : contents;
}

.view-list .navbar .title {
  color : white !important;
}


/***************************** POINTS DE COLLECTE ******************************/
.custom-bg-color-smartselect .page, .custom-bg-color-smartselect .navbar {
    background-image: var(--f7-navbar-bg-image, var(--f7-bars-bg-image));
    background-color: var(--f7-navbar-bg-color, var(--f7-bars-bg-color, var(--f7-theme-color)));
}




