a.buttonOk {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    background-color: green;
    text-align: center;
    transition: all 0.2s;
}

a.buttonOk:hover {
    background-color: #84f14e;
    text-decoration: none
}

a.buttonOk:link {
    text-decoration: none;
}

a.buttonOk:visited {
    text-decoration: none;
}


a.buttonCancel {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: white;
    background-color: #8B2222;
    text-align: center;
    transition: all 0.2s;
}

a.buttonCancel:hover {
    background-color: #FF3333;
    text-decoration: none
}

a.buttonCancel:link {
    text-decoration: none;
}

a.buttonCancel:visited {
    text-decoration: none;
}

.multi-button {
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
}

.multi-button button {
    height: 50px;
    min-width: 120px;
    font-weight: bold;
    color: white;
    margin: -5px;
    padding: 0;
    outline: none;
    font-family: var(--FormPoliceChamp);
}

.multi-button :nth-child(1) {
    border-radius: 15px 0 0 15px;
    background: var(--green);
}

.multi-button :nth-child(2) {
    border-radius: 0 15px 15px 0;
    background: var(--red);
}


button:hover {
    cursor: pointer;
    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
}

button:active {
    filter: none;
    transform: scale(.95);
}



.multi-button-disco{
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
}

.multi-button-disco button {
    height: 150px;
    width: 500px;
    font-weight: bold;
    color: white;
    font-size: 2.4rem;
    border: none;
    margin: -5px;
    padding: 0;
    stroke: black;
    outline: none;
}

.multi-button-disco :nth-child(1) {
    border-radius: 50px 0 0 50px;
    background: var(--green);
}

.multi-button-disco :nth-child(2) {
    border-radius: 0 50px 50px 0;
    background: var(--red);
}



.multi-button2 {
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
    margin-top: 10px;
    height: 0px;
}

.multi-button2 button {
    height: 60px;
    width: 150px;
    font-weight: bold;
    color: white;
    font-size: 95%;
    border: none;
    margin: -2.5px;
    padding: 0;
    stroke: black;
    outline: none;
}

.multi-button2 :nth-child(1) {
    border-radius: 20px 0 0 20px;
    background: var(--green);
}

.multi-button2 :nth-child(2) {
    border-radius: 0 20px 20px 0;
    background: var(--red);
}

@media screen and (min-width: 1920px) { 
    .searchImg, .image-clignote {
        margin-left: -50%;
    }

    #connectedDiv {
        margin-left: -45%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px) { 
    .searchImg, .image-clignote {
        margin-left: -50%;
    }

    #connectedDiv {
        margin-left: -45%;
    }
}

@media screen and (min-width: 767px) and (max-width: 1280px) { 
    .searchImg, .image-clignote {
        margin-left: -50%;
    }

    #connectedDiv {
        margin-left: -55%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) and (min-height:400px) {
    .searchImg, .image-clignote {
        margin-left: -50%;
    }

    #connectedDiv {
        margin-left: -52%;
    }

}

#txtSearchCities {
    font-size: 50px !important;
}

.fredoka-700 {
    font-family: "Fredoka", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  

  .textLabelclass{
    white-space:nowrap;
    background-color: white;
    color: #254893;
    font-family: 'FredokaLight';
    font-size: 23px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 25px;

  }
  

  .divLabel { background-color: white; width: 250px;box-shadow: 0 3px 14px rgba(127, 255, 0, 0.4); border:1px solid chartreuse;}
  .divLabel2 { background-color: white; width: 250px;box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); border:1px solid #254893;}
  .divLabelT { background-color: white; width: 250px;box-shadow: 0 3px 14px rgba(134,83,55, 0.4); border:1px solid #865337;}
  .linkLabel:hover {text-decoration: underline;}
