.toplevel_page_wp_simulateur form {
    line-height: 40px;
}
body {
    background-color: #ff0000;
}

#error {
    color: red;
}

.toplevel_page_wp_simulateur th {
    background-color: lightgray;
    text-align: center;
}

.wp_cell {
    background-color: lightgray;
    padding: 5px;
    text-align: center;
}

.toplevel_page_wp_simulateur .cell {
    padding: 5px;
}

:not(output):-moz-ui-invalid {
    box-shadow: none;
}

#ql-simulateur {
    padding: 20px;
    max-width: 100%;
}

#ql-simulateur section {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px 0;
}
#ql-simulateur section.ql-button-section {
    margin-bottom: 0;
    padding: 0;
}

#ql-simulateur em {
    padding-left: 20px;
    color: #999;
}

#ql-simulateur label {
    font-size: 18px;
    color: #58595b;
    font-weight: 400;
}

#ql-simulateur h4 {
    font-size: 18px;
    font-weight: 400;
    color: #58595b;
    margin: 0;
    width: 50%;
    clear: left;
    float: left;
    padding-left: 50px;
    background: transparent no-repeat left center;
    line-height: 50px;
}

#ql-simulateur h4.ql-numero {
    background-image: url("/wp-content/plugins/wp_ct_simulateur/img/1.png");
}

#ql-simulateur h4.ql-tarif {
    background-image: url("/wp-content/plugins/wp_ct_simulateur/img/2.png");
    line-height: 120px;
}

#ql-simulateur h4.ql-palier {
    background-image: url("/wp-content/plugins/wp_ct_simulateur/img/3.png");
}

#ql-simulateur h4.ql-chiffres {
    background-image: url("/wp-content/plugins/wp_ct_simulateur/img/4.png");
    margin-top: 48px;
}

#ql-simulateur h4.ql-reversement {
    background-image: url("/wp-content/plugins/wp_ct_simulateur/img/5.png");
    line-height: 120px;
}

#ql-simulateur h4.ql-contact {
    background-image: url("/wp-content/plugins/wp_ct_simulateur/img/6.png");
    width: 30%;
}

#ql-simulateur .qlblock2 {
    float: left;
    width: 50%;
}
#ql-simulateur .qlblock2.qlblock-button2 {
    float: none;
    width: 100%;
    text-align: center;
}

#ql-simulateur .num_sim {
    margin-bottom: 15px;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
}
#ql-simulateur .qlblock.qlblock-tarif {
    text-align: center;
}

#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio {
    text-align: center;
    display: inline-block;
    width: 120px;
    margin: 0 20px;
}

#ql-simulateur .num_sim:active,
#ql-simulateur .num_sim:focus {
    border-color: #38a4dd;
}

#ql-simulateur select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/fleche.png") no-repeat right;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    font-size: 18px;
    background-position-x: 95%;
    text-align: center;
    border-radius: 50px;
    width: 420px;
    line-height: 50px;
}

#ql-simulateur option {
    padding: 5px;
    color: #38a4dd;
}

#ql-simulateur label.ql-joindre {
    cursor: pointer;
    display: block;
    border: none;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;

    border-radius: 50px;
    width: 420px;
    line-height: 50px;
    color: #1ac9d6;
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/fleche2.png") no-repeat right;
    background-position-x: 95%;
}
#ql-simulateur input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align-last: center;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#ql-simulateur select,
#ql-simulateur option {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align-last: center;
    text-align: center;
}

#ql-simulateur #pl1,
#ql-simulateur #pl2 {
    max-width: unset;
}

#ql-simulateur #test {
    height: 20px;
    font-size: 12px;
    color: #999;
}

#ql-simulateur .ql_thanks {
    margin: 40px 0;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#ql-simulateur .ql_thanks p {
    margin: 0;
}

#ql-simulateur #display {
    background-color: #fff;
    text-align: center;
    width: 420px;
    height: 50px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.5);
    transition: 0.2s all linear;
}

#ql-simulateur #display div {
    float: left;
    width: 43%;
    /*background-color: rgb(164, 14, 119);*/
    background-color: rgb(225, 224, 224);
    font-size: 15px;
    color: #fff;
    height: 50px;
    transition: 0.2s all linear;
}

#ql-simulateur #display div p {
    margin: 0;
    line-height: 18px;
    padding-top: 8px;
}

#ql-simulateur #display div:first-child {
    position: relative;
    width: 55%;
    background-color: #fff;
    font-size: 30px;
    height: 50px;
    /*color: rgb(164, 14, 119);*/
    color: rgb(225, 224, 224);
    line-height: 51px;
}

#ql-simulateur #display div:first-child::after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 9px solid rgba(255, 255, 255, 0);
    border-left-color: rgb(255, 255, 255);
    margin-top: -8px;
}

#ql-simulateur #display div p {
    color: white;
}

:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#ql-simulateur #display2 {
    background-color: #fff;
    text-align: center;
    width: 420px;
    height: 50px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    float: left;
    margin-left: 50%;
}

#ql-simulateur #display2 div {
    float: left;
    width: 45%;
    /*background-color: rgb(164, 14, 119);*/
    background-color: rgb(225, 224, 224);
    font-size: 15px;
    color: #fff;
    height: 50px;
}

#ql-simulateur #display2.colorgreen div {
    background-color: rgb(120, 180, 30);
}
#ql-simulateur #display2.colorgray div {
    background-color: rgb(145, 145, 155);
}
#ql-simulateur #display2.colorpink div {
    background-color: rgb(164, 14, 119);
}

#ql-simulateur #display2 div p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 30px;
    line-height: 18px;
    padding-top: 8px;
    text-align: left;
}

#ql-simulateur #display2 div:first-child {
    position: relative;
    width: 52%;
    background-color: #fff;
    font-size: 30px;
    height: 50px;
    /*color: rgb(164, 14, 119);*/
    color: rgb(225, 224, 224);
    padding-left: 10px;
    line-height: 51px;
}
#ql-simulateur #display2.colorgreen div:first-child {
    color: rgb(120, 180, 30);
}
#ql-simulateur #display2.colorgray div:first-child {
    color: rgb(145, 145, 155);
}
#ql-simulateur #display2.colorpink div:first-child {
    color: rgb(164, 14, 119);
}

#ql-simulateur #display2 div:first-child::after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 9px solid rgba(255, 255, 255, 0);
    border-left-color: rgb(255, 255, 255);
    margin-top: -8px;
}

#ql-simulateur #display2 div p {
    color: white;
}

.display51 {
    background-color: #fff;
    width: 420px;
    height: 50px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    /*margin-left: 10px;*/
    display: block;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.display51 div {
    float: left;
    width: 45%;
    background-color: rgb(164, 14, 119);
    font-size: 15px;
    color: #fff;
    height: 50px;
}

.display51.colorgreen div {
    background-color: rgb(120, 180, 30);
}
.display51.colorgray div {
    background-color: rgb(145, 145, 155);
}

.display51 div p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 20px;
    line-height: 18px;
    padding-top: 8px;
}

.display51 div:first-child {
    position: relative;
    width: 52%;
    background-color: #fff;
    font-size: 30px;
    height: 50px;
    color: rgb(164, 14, 119);
    padding-left: 10px;
    line-height: 51px;
}
.display51.colorgreen div:first-child {
    color: rgb(120, 180, 30);
}
.display51.colorgray div:first-child {
    color: rgb(145, 145, 155);
}

.display51 div:first-child::after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 9px solid rgba(255, 255, 255, 0);
    border-left-color: rgb(255, 255, 255);
    margin-top: -8px;
}

#ql-simulateur input[type="number"]::-webkit-outer-spin-button,
#ql-simulateur input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}

#ql-simulateur #opt1,
#ql-simulateur #opt2 {
}

#ql-simulateur .qlblock-palier2 label {
    font-size: 16px;
}

#ql-simulateur .qlblock2 input {
    width: 420px;
    height: 54px;
    line-height: 50px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#ql-simulateur .qlblock-saisie input {
    width: 80px;
    height: 54px;
    line-height: 50px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#ql-simulateur .qlblock-saisie > div {
    float: left;
    width: 130px;
    text-align: center;
}
#ql-simulateur .qlblock-saisie > div.ql_ou {
    width: 20px;
    padding-top: 64px;
    font-size: 14px;
}

#ql-simulateur .label_i {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 13px;
    font-size: 12px;
}
#ql-simulateur .label_i span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

#ql-simulateur input[type=checkbox]:not(old),
#ql-simulateur input[type=radio   ]:not(old) {
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    float: left;
}

#ql-simulateur .qlblock2 .input-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 0;
    height: 0;
    margin: 0;
}

#ql-simulateur .qlblock-dispo .input-radio {
    margin-top: 15px;
}
#ql-simulateur .qlblock-dispo .input-radio:first-child {
    margin-top: 20px;
}

#ql-simulateur .qlblock-dispo label.template {
    display: inline-block;
}

#ql-simulateur .qlblock-dispo label,
#ql-simulateur .qlblock-dispo label span {
    text-align: left;
    cursor: pointer;
}

#ql-simulateur .qlblock2 .input-radio label {
    cursor: pointer;
}

#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio label {
    transition: 0.2s all linear;
    text-align: center;
    display: block;
    background-color: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0;
    border: 2px dotted #58595b;
    border-radius: 10px;
}
#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio.other label {
    border-color: #aaa;
    color: #aaa;
}

#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio label#ct_duree {
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/picto-duree.png") no-repeat center 15px;
    line-height: 180px;
}
#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio label#ct_appel {
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/tel.png") no-repeat center 25px;
    line-height: 180px;
}

#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio.other label#ct_duree {
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/picto-duree-other.png") no-repeat center 15px;
    line-height: 180px;
}
#ql-simulateur .qlblock2.qlblock-tarif2 .input-radio.other label#ct_appel {
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/tel-other.png") no-repeat center 25px;
    line-height: 180px;
}

#ql-simulateur .qlblock2 .input-radio label:hover {
    color: #1ac9d6;
    border-color: #1ac9d6;
}
#ql-simulateur input[type="radio"]:not(old):checked+label {
    color: #1ac9d6;
    border-color: #1ac9d6 !important;
}

#ql-simulateur .qlblock.qlblock-tarif .input-radio {
    border-radius: 10px;
}
#ql-simulateur .qlblock-mail input[type="email"] {
    font-size: 18px;
    line-height: 50px;
    padding: 0;
}

#ql-simulateur .qlblock-mail input:active,
#ql-simulateur .qlblock-mail input:focus {
    border-color: #1ac9d6;
}


#ql-simulateur .qlblock-button2 > div {
    display: inline-block;
    height: 110px;
    vertical-align: top;
}
#ql-simulateur .qlblock-button2 a,
#ql-simulateur .qlblock-button2 button {
    display: inline-block;
    width: 120px;
    height: 110px;
    color: #58595b;
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/enveloppe.png") no-repeat center 15px;
    transition: 0.4s all linear;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    border: 2px dotted #58595b;
    text-transform: none;
    vertical-align: top;
    line-height: 120px;
}
#ql-simulateur .qlblock-button2.qlbouton_plus button {
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/plus.png") no-repeat center 10px;
    padding: 5px;
    line-height: 16px;
    padding-top: 46px;
    white-space: inherit;
}
#ql-simulateur .qlblock-button2 a {
    background: #fff url("/wp-content/plugins/wp_ct_simulateur/img/virgule.png") no-repeat center 6px;
    line-height: 148px;
    text-decoration: none;
    padding: 0;
}
#ql-simulateur .qlblock-button2 a span {
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    display: block;
    padding-top: 72px;
}
#ql-simulateur .qlblock-button2 > div p {
    margin: 0 20px;
    color: #58595b;
    font-size: 16px;
    font-weight: normal;
    padding-top: 50px;
}

#ql-simulateur .qlblock-button2 a:hover,
#ql-simulateur .qlblock-button2 button:hover {
    color: #1ac9d6;
    border-color: #1ac9d6;
}

#ql-simulateur .qlpiecejointe p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}
#ql-simulateur .qlblock-mail2 {
    width: 70%;
}
#ql-simulateur .qlblock2.qlblock-mail2 label {
    width: 28%;
    display: block;
    float: left;
    line-height: 50px;
}

#ql-simulateur .qlblocksimulation {
    text-align: center;
}

#ql-simulateur .qlblocksimulation > div {
    transition: 0.2s all linear;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #1ac9d6;
    width: 120px;
    height: 120px;
    margin: 0 20px;
    border: 2px dotted #1ac9d6;
    border-radius: 10px;
    font-size: 12px;
    float: left;
    line-height: 14px;
    padding: 20px 5px 0;
}
#ql-simulateur .qlblocksimulation > div span {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
#ql-simulateur .qlblocksimulation > div:first-child span {
    margin-bottom: 10px;
}

#ql-simulateur .qlsep {
    border-top-color: #1ac9d6;
}

#ql-simulateur .simulationfree {
    font-size: 18px;
    line-height: 20px;
    padding-top: 20px;
    color: #38a4dd;
}
#ql-simulateur .simulationfree em {
    padding-left: 0;
    color: #999;
    font-size: 16px;
}

@media screen and ( max-width: 600px ) {
    #ql-simulateur #display2 {
        width: 95%;
        margin: 5px 0;
    }

    #ql-simulateur #display2 div:first-child {
        font-size: 24px;
    }

    #ql-simulateur #display2 div p {
        margin-left: 14px;
        text-align: left;
    }

    .qlblock-mail input[type="email"] {
        width: 95%;
    }
    #ql-simulateur {
        padding: 10px;
    }
    #ql-simulateur h4.ql-contact,
    #ql-simulateur h4.ql-email,
    #ql-simulateur .qlblock2.qlblock-mail2,
    #ql-simulateur .qlblock2.qlblock-mail2 label,
    #ql-simulateur h4 {
        width: 95%;
    }
    #ql-simulateur h4.ql-tarif {
        line-height: 50px;
    }
    #ql-simulateur h4.ql-palier {
        line-height: inherit;
        min-height: 50px;
    }
    #ql-simulateur .qlblock2 {
        width: 95%;
        text-align: center;
    }
    #ql-simulateur select {
        width: 95%;
    }
    #ql-simulateur .qlblock2 input {
        width: 100%;
        margin: 0;
    }
    #ql-simulateur #display div p {
        font-size: 10px;
    }
    #ql-simulateur .qlblock2 .qlblock-color .input-radio label, #ql-simulateur .qlblock2 .qlblock-dispo .input-radio label,
    #ql-simulateur .qlblock2 .qlblock-color .input-radio #ct_couleur {
        width:100%;
    }
    #ql-simulateur .qlblock2.qlblock-button {
        padding-top: 0;
    }
    #ql-simulateur .qlblock2.qlblock-mail2 label {
        text-align: center;
        line-height: 26px;
    }
    #ql-simulateur .qlblock-saisie > div {
        width: 100%;
    }
    #ql-simulateur .qlblock-saisie > div.ql_ou {
        width: 100%;
        padding-top: 10px;
    }
    #ql-simulateur .label_i {
        height: 32px;
    }
    #ql-simulateur label.ql-joindre {
        width: 100%
    }
    #ql-simulateur h4.ql-reversement {
        line-height: 50px
    }
}