body {
    padding:    env(safe-area-inset-top, 20px)
                0
                0
                env(safe-area-inset-left, 20px);
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
    border:0px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#addAndroid{
    width: 100%;
    background-color: rgb(49, 49, 49);
    color: #FFFFFF;
    padding: 5px;
    text-decoration: underline;
    text-align: center;
    display: none;
    
}
#addIos
{
  background-color: rgb(78, 125, 255);
  color: #f8f9fa;
  display: none;
  padding: 5px;
  margin-top: 15px;
  border: #f8f9fa;
  border-style: solid;
  border-width: 1px;
  text-align: center;
}

#addNewVersion{
    width: 100%;
    background-color: rgb(49, 49, 49);
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    display: none;
    
}

#infoIos img {
  vertical-align: bottom;
}
#infoIos p {
  padding-left: 20px;
}

.font {
  font-family: 'Raleway', sans-serif;
  background-image: url("/img/FOND_VAGUES.png")!important;
  background-color:#7376B7!important;
  color: #000;
}

.font-index {
    font-family: 'Raleway', sans-serif;
    background-image: url("/img/FOND_VAGUES.png")!important;
    background-color:#7376B7!important;
    color: #FFF;
    margin: 10px;
  }

.a-index
{
    color: #FFF;
    text-decoration: underline;
}

.txt-index {
    text-align: justify;
}

/* alignement des icones*/
 .bg-dark {
    background-color:#7376B7!important;
    background-image: url("/img/FOND_VAGUES.png")!important;
 
}

i{
    VERTICAL-ALIGN: middle;
}

.close {
    color: #fff; 
    opacity: 1;
    font-size: xx-large;
}

.btn-primary {
    color: #fff;
    background-color: #7376B7!important;
    border-color: #7376B7!important;
}

.btn-acceder{
    color: #7376B7;
    background-color: #fff!important;
    border-color: #7376B7!important;
    font-weight:bold;
}
itineraire-picto:hover active selected
{
    background-color:#FFF!important;
}


.override-navbar {
     padding: .5rem .3rem;
}

.override-navbar-toggler{
    padding:0px !important;
}

.container-fluid {
    
    margin-top: 10px;
    height: 100%;
    padding-left:10px;
    padding-right: 10px;

}

.override-dropdown-item
{
    padding: .25rem;
}
/* carte */
.gm-style-iw {
    width: 280px; 
    min-height: 150px;
    }

#map {
    width: 100%;
    height: 100%;
    position: fixed !important;
    overflow: visible !important
}

.fiche-popup {
   
    font-size: 12px !important;
    font-weight: bold;
    overflow: auto;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    padding-right: 15px;
 
 
}

.fiche-bas
{
    display: inline;
}
.fiche-attente
{
    float:left;
    margin-bottom: 5px;
    
}

.fiche-info {
    background-color: rgb(138, 131, 134) !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold;
    border-radius: 8px !important;
    margin: 0px 0px 5px 0px;
    padding: 2px 0px 2px 0px;
    width: 100%;
    display: inline-block;
}

  .imagewc {
    width: 80px;
    height: 100px;
    border-radius: 8px !important;
    margin-bottom: 4px;
 }

 .fiche-encart-picto{
    margin-bottom: 5px;
  }
 .fiche-picto {
    width: 30px;
   
   
 }
 .fiche-picto-duree {
    width: 30px;
}



.nom {
    text-align: center;
    background-color:#7376B7;
    color: white;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 0.5rem !important;
    border-radius: 8px !important;
    padding-bottom: 0.3em;
}
.fiche-nom {
    font-size: 18px;
}
.fiche-type {
    font-size: 12px !important;
    font-weight: normal;
    text-transform: uppercase;
     }

.fiche-encart {
    margin-left: 90px;
    font-size: 14px;
    font-weight: normal;

}
.fiche-image {
    float: left;
    width: 90px;
    font-weight: normal;

}

.fiche-occupe
{
    position: absolute;
    width: 90px;
    display: none;

}

.fiche-btn-pb
{
    display: none;
}
.fiche-btn-pb img
{
   
    width: 95%;
}
.menu-picto
{
    width:30px;
    margin-left: 3px;
    margin-right: 3px;
}



.fiche-action {
    text-align: center;
    border-radius: 8px !important;
    margin-right: 15px;
    border: 1px;
    border-style: solid;
    border-color: #7376B7;
    float: right;
    width: 130px;
}


#fiche-feu-rouge, #fiche-feu-orange, #fiche-feu-vert  
{
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

  #filtre{
    position:absolute; 
    margin: 17px;   
    bottom: 0;
    width: 100px;
    height: 40px;
 
  }

  #filtre-panneau{
    padding: 5px;
    position:absolute; 
    margin: 10px;   
    bottom: 50px;
    height:150px;
    background-color: #FFFFFF;
    border-radius: 10px ;
    border: #7376B7;
    border-width: 2px;
    border-style: solid;
    line-height : 15px;
    display: block;
}

#picto-presse{
    position: absolute;
    /* margin: 17px; */
    bottom: 55px;
    /* width: 100px; */
    height: 40px;
    /* border: 1px; */
    right: 10px;
 
  }

#itineraire-panneau{
    
    padding: 5px;
    position:absolute; 
    bottom: 11px;
    width:100%;
    line-height : 15px;
    display: none;
    text-align:center;
}
.itineraire-panneau-nom {
    text-align: center;
    background-color: #7376B7;
    color: #FFFFFF;
    font-size: 14px !important;
    /* font-weight: bold; */
    /* border-color: grey; */
    border-style: solid;
    /* border-bottom-width: 0px; */
    /* border-left-width: 2px; */
    /* border-right-width: 2px; */
    /* border-top-width: 2px; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    padding: 5px;
    display: inline-block;
    clear:right;
    border-radius: 10px;
    margin-bottom: 5px;
    border-width: 1px;
    
    padding-right: 10px;
}
.itineraire-picto{
   
/* a garder */
font-weight: bold;
background-color: #FFFFFF;
border-radius: 10px;
padding: 4px;
/*margin-left: 2px;
margin-right: 2px;*/
border: solid;
border-width: medium;
border-color: #7376B7;
color: #7376B7;
/*font-size: inherit;*/
font-family: 'Raleway', sans-serif;
line-height: 0;
}
.itineraire-picto-fiche{
width: -webkit-fill-available;
}

.itineraire-picto-img
{
    width: 30px;
    margin-right: 4px;
   
}




.itineraire-picto- a
{
    color: #7376B7;
    font-weight: bold;
   
}



.filtre-picto{
    width: 40px;
    opacity: 0.5;
    margin-top: 15px;
    display: block;

}

.selected{
   opacity: 1 !important;
   color: rgb(172, 0, 255);
   text-decoration-color: #7376B7;
}

/* info et charte */
.container-text{
    margin-top:80px;
    margin-bottom:10px;
    background-color: #edeeff;
    border: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    box-shadow: 5px 5px 6px #000;
    color: #000;
    border-radius: 5px;
    padding:10px;
    background-image: url("/img/logo-blanc.png");
}
.container-text-charte{
    
    margin-bottom:10px;
    background-color: #edeeff;
    border: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    box-shadow: 5px 5px 6px #000;
    color: #000;
    border-radius: 5px;
    padding:10px;
    background-image: url("/img/logo-blanc.png");
}

.container-titre
{
    font-weight: bold;
    text-transform: uppercase;
}

.modal-header
{
    background-color:#7376B7!important;
    background-image: url("/img/FOND_VAGUES.png")!important;
    color: #FFFFFF;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
.modal-body
{
    text-align: justify;
}

#detailCharte_fr {
    display: none;
}
#detailCharte_en {
    display: none;
}

#a:visited{text-decoration: none};

.monBouton:before{
    background-image : url("/img/ICI_probleme.png")!important;
}

.bouton-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.imgeval
{
    width: 40px;
    opacity: 0.5;
}

/*override bootstrap*/
label
{
    margin-bottom: .0rem!important;
}

.derniere-evaluation {
    padding: 10px 0;
    margin: 0;
}

.derniere-evaluation .note {
    color: #7376B7;
    font-weight: bold;
}

.bientot-ferme {
    margin-top: 10px;
    color: red;
}

#filtre-ouvert-tous {
    padding: 5px 10px 5px 5px;
    background-color: #FFFFFF;
    border-radius: 10px ;
    border: #7376B7;
    border-width: 2px;
    border-style: solid;
    line-height : 15px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 108px;
    min-height: 52px;
}

.info-window-backdrop {
    position:absolute;
    width: 90%;
    height: 90%;
    background-color: white;
    opacity: 0.7;
}