.buttonQuest {
    padding: 16px 40px;
    font-size: 20px;
    border: none;
    color: white;
    background-color: #007bff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
}

.buttonQuest:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
    background-color: #0069d9;
}

.buttonQuest-last-child {
    padding: 16px 40px;
    font-size: 20px;
    border: none;
    color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
    background-color: rgba(213, 111, 81, 0.9);
}

.buttonQuest-last-child:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
    background-color: #E76F51;
}

.buttonsend {
    padding: 16px 40px;
    font-size: 20px;
    border: none;
    color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
    background-color: #28a745;
}

.buttonsend:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
    background-color: #218838;
}

.close-info {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
}

.close-info:hover {
    cursor: pointer;
}

#enquete-sent {
    display: none;
    position: fixed;
    top: 40px;
    width: 40%;
    left: 30%;;
    z-index: 99;
    background-color: rgba(2, 195, 154, 0.98);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-align: center;
    padding: 40px;
}

#enquete-sent h1 {
    color: white;
    font-family: 'Roboto';
    font-weight: 900;
}

.error-field {
    color: red;
    display: none;
}

#error-fields {
    color: red;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;
    display: none;
}

#close-enquete {
    float: right;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    color: rgba(0, 0, 0, 0.2);
    font-family: 'Roboto';
    font-weight: 500;
    transition: 200ms ease;
}

#close-enquete:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.position-societe {
    margin: 20px 0;
}

.envoie-enquete p {
    display: inline-block;
    width: 70%;
    font-size: 16px;
    font-style: italic;
    vertical-align: middle;
}

.envoie-enquete {
    margin-top: 20px;
}

.button-enquete {
    display: inline-block;
    width: 29.5%;
    vertical-align: middle;
}

.button-enquete button {
    float: right;
    padding: 16px 40px;
    font-size: 20px;
    border: none;
    color: white;
    background-color: rgba(213, 111, 81, 0.9);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 200ms ease-in-out;
}

.button-enquete button:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
    background-color: #E76F51;
}

.colored-text {
    color: #E76F51;
    font-style: italic;
}

#enquete {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: white;
    padding: 50px;
}

#form {
    width: 50%;
    margin: auto;
}

@media (max-width: 1600px) {
    #form {
        width: 90%;
    }
}

.input-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #555;
}

.td-radio {
    text-align: center;
}

.enquete-radio td {
    border-bottom: 1px dotted black;
}

.enquete-radio td p {
    margin: 3px;
    font-size: 18px;
}

.enquete-radio td.first-line {
    border-bottom: none;
}

.titre-enquete {
    border-bottom: 3px solid #E76F51;
    padding: 20px 0;
}

.titre-enquete h2 {
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: 900;
}

.bloc-position {
    display: inline-block;
    width: 60%;
}

.bloc-position:first-child {
    width: 39%;
}

.inside-bloc-position {
    display: inline-block;
    width: 58%;
    vertical-align: top;
}

.inside-bloc-position h3 {
    color: #555;
    font-style: italic;
}

.inside-bloc-position:first-child {
    width: 40%;
}

.enquete-before-deco {
    display: none;
    position: fixed;
    top: 0;
    width: 30%;
    left: 35%;
    background-color: white;
    border: 1px solid #888;
    border-top: none;
    padding: 20px;
    /*text-align: center;*/
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 98;
}

.enquete-before-deco .close-quit {
    position: absolute;
    top: 5px;
    right: 8px;
}

.enquete-before-deco .close-quit:hover { cursor: pointer; }

.enquete-before-deco button {
    padding: 10px 25px;
    background-color: #007bff;
    border: none;
    color: white;
    font-family: 'Roboto';
    font-weight: 500;
    transition: 200ms ease;
    text-transform: uppercase;
}

.enquete-before-deco button:hover {
    background-color: #0069d9;
}
