.send_to_print_form {
    margin-bottom: 10%;
}

@media screen and (min-width: 600px) {
    .form-card {
        padding: 0 5%;
    }
}

@media screen and (min-width: 1000px) {
    .form-card {
        padding: 0 10%;
    }
}

.form_here {
    padding: 30px 40px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

    input, textarea, button, select {
        padding: 8px 15px !important;
        border-radius: 5px !important;
        margin: 5px 0;
        box-sizing: border-box;
        border: 1px solid #ccc;
        font-size: 18px !important;
        font-weight: 300
    }

    input:focus, textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #00BCD4;
        outline-width: 0;
        font-weight: 400
    }

    .form-card {
        text-align: left;

        .coordinates {
            padding-bottom: 2em;
        }

        .form-group {
            padding-top: 2em;
        }

        .display_or_not_mat, .display_or_not_pp, .display_or_not_den, .display_or_not_scale, .color-group {
            display: none;
        }

        .radio-group {
            padding-top: .5em;
        }

        .xyz {
            padding-top: 0 !important;

            input {
                width: 100%;
            }
        }

        .quantity_selector {
            width: 60%;
        }

    }
}

#consent_picture, #read_and_accept {
    margin-right: .5em;
}

@media screen and (min-width: 1200px) {

    .grille_tarifaire {

        padding: 0 2em;

        p {
            padding: 1em 0;
        }
    }
}

@media screen and (max-width: 1200px) {
    .grille_tarifaire {
        p {
            padding: 1em 5%;
        }
    }
}

.grille_tarifaire {
    margin-top: 5em;
}

.btn-block {
    text-transform: uppercase;
    cursor: pointer
}

.form-btn {
    text-transform: uppercase;
    color: #fff;
    width: 225px;
}

#addBtn {
    background-color: #f3af52;
    color: #fff;
    text-transform: uppercase;
}

#addBtn:hover {
    color: #f3af52;
    background-color: white;
    border: 1px solid #f3af52;
}

#send_btn {
    background-color: #1fd969;
    width: 225px;
    font-weight: 500;
}

#send_btn:hover {
    background-color: white !important;
    color: #1fd969 !important;
    border: 1px solid #1fd969 !important;
    transform: scale(1.1);
    transition: .4s ease;
    font-weight: bolder;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}


tbody {
    color: #3b3b3b !important;
    text-align: left;
}

@media screen and (max-width: 850px){

    .top {
        display: none;
    }

    th, td {
        max-width: 50px;
        hyphens: auto;
        font-size: 12px;
    }
    label {
        font-size: 14px;
    }

    #bottom_line {
        font-size: 12px;
    }
}

@media screen and (max-width: 850px){

    #bottom_line {
        font-size: 14px;
    }
}
