#plaque {
    height: 45px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 80%;
}

#blueLeft {
    background: #0277BD;
    border-radius: 10px 0px 0px 10px;
    width: 10%;
    height: 100%;
}

#blueRight {
    background: #0277BD;
    border-radius: 0px 10px 10px 0px;
    width: 10%;
    height: 100%;
}

#numeroPlaque {
    width: 80%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    border: 1px solid #F5F5F5;
    -webkit-appearance: none;
    border-radius: 0;
}

#numeroPlaque::placeholder {
    color: #cbd5e1;
}

.optionStyle {
    width: 80%;
    height: 45px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #0277BD;
    color: #0277BD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#submitSimu,
#submitCodeSimu {
    background: linear-gradient(90deg, #0277BD 0%, #039BE5 100%);
    height: 45px;
    width: 80%;
    color: white;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1024px) {
    #submitSimu,
    #submitCodeSimu  {
        font-size: 1.15em;
    }
}
#submitSimu:hover,
#submitCodeSimu:hover  {
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#simulateur,
#simulateur_code{
    padding: 30px 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    #simulateur {
        background: white;
        width: 38.93%;
        padding: 0;
    }
    #simulateur_code {
        background: white;
        width: 100%;
        padding: 0;
    }
}
@media screen and (min-width: 1024px) {
    #simulateur{
        width: 32.07%;
    }
    #simulateur_code {

        width: 100%;
    }
}
#simulateur form,
#simulateur_code form {
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    background-color: white;
    width: 90%;
    position: relative;
    overflow: hidden;
    border: 2px solid white;
    z-index: 15;
}
@media screen and (min-width: 768px) {
    #simulateur form,
    #simulateur_code form {
        width: 100%;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    }
}
#simulateur form > *,
#simulateur_code > *{
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

#simulateur form #alertPop,
#simulateur_code form #alertPop {
    margin-top: 0px;
}

#simulateur form h2,
#simulateur_code form h2 {
    font-size: 1em;
    color: #0277BD;
}
@media screen and (min-width: 1024px) {
    #simulateur form h2,
    #simulateur_code form h2 {
        font-size: 1.15em;
    }
}
#simulateur form select,
#simulateur_code form select {
    padding: 0 10px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url(../image/arrow.svg);
    background-size: 15px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    /* add custom arrow */
}
@media screen and (min-width: 1024px) {
    #simulateur form select,
    #simulateur_code form select {
        font-size: 1.15em;
    }
}

.OneInfoCar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

.OneInfoCar label {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.inputInfoCar {
    color: #1E88E5;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 14px;
    border: none;
    border-radius: 5px;
    background: none;
}

#contentTarifInfoCar {
    border: 2px solid #1E88E5;
    padding: 8px 16px;
    width: fit-content;
    margin: 0 auto 24px auto;
}

.contentTarifInfoCar {
    border: 2px solid #1E88E5;
    padding: 8px 16px;
    width: fit-content;
    margin: 30px auto 24px auto;
}

.contentTarifInfoCar p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 0;
}


#contentTarifInfoCar p {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 0;
}

.titleInfoCar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.titleInfoCar img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 16px;
}

.titleInfoCar p {
    margin: 0;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}