.pt-cv-readmore {
color: #FFFFF !important;
background-color: #677C8F !important;
border: none !important;
}.hdq_quiz_wrapper {
margin: 0 auto;
padding-bottom: 60px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
max-width: 100%;
}
.hdq_quiz_wrapper *,
.hdq_quiz_wrapper:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
.hdq_quiz {
width: 100%;
max-width: 600px;
margin: 0 auto;
position: relative;
}
.hdq_hidden {
display: none !important;
}
.hdq_quiz > .hdq_jPaginate {
display: block;
}
.hdq_quiz > .hdq_jPaginate ~ .hdq_jPaginate {
display: none;
}
.hdq_jPaginate,
.hdq_finish,
.hdq_next_page {
text-align: center;
}
.hdq_quiz_wrapper .hdq_button {
display: inline-block;
margin: 0 auto;
padding: 12px 22px;
text-align: center;
background: #2d2d2d;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}
.hdq_button:hover,
.hdq_complete {
opacity: 0.6;
}
.hdq_button:focus {
opacity: 0.6;
}
.hdq_complete {
cursor: default;
}
.hdq_quiz_start.hdq_button {
display: block;
}
.hdq_quiz_wrapper .hdq_button.hdq_submit_question_answers {
margin-top: 1em;
}
.hdq_quiz .hdq_input {
padding: 1rem;
font-size: 1em;
width: 100%;
color: #2d2d2d;
border-bottom: 1px dashed #aaa !important;
line-height: inherit;
height: auto;
cursor: initial !important;
}
#hdq_fb_sharer {
cursor: pointer;
}
.hdq_result_pass,
.hdq_result_fail,
.hdq_result_personality {
display: none;
}
.hdq_result_pass,
.hdq_result_fail {
font-size: 1.3em;
margin: 1rem 0;
}
.hdq_result {
font-size: 2.4em;
font-weight: bold;
}
.hdq_results_wrapper {
padding: 2rem;
margin: 1rem 0;
padding: 2rem;
background: #fafafa;
border-bottom: 2px solid #dedede;
display: none;
}
.hdq_share {
text-align: center;
background: rgba(0, 0, 0, 0.1);
padding: 22px;
display: flex;
justify-content: center;
}
.hdq_social_icon {
display: inline-block;
line-height: 1;
margin: 0.4em;
}
.hdq_social_icon > a {
display: inline-block;
}
.hdq_jPaginate ~ .hdq_question,
.hdq_jPaginate ~ .hdq_adset_container {
display: none;
}
.hdq_adset_container {
margin: 0 auto;
padding: 1em;
}
.hdq_quiz_wrapper img {
max-width: 100%;
height: auto !important;
}
.hdq_question_featured_image {
text-align: center;
}
.hdq_featured_image {
display: block;
width: inherit;
height: auto;
margin: 0 auto;
}
.hdq_question_answers_images {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 1rem;
}
.hdq_quiz .hdq_row:hover {
background: rgba(0, 0, 0, 0.1);
}
.hdq_disabled {
opacity: 0.8;
}
.hdq_disabled .hdq_row:hover {
cursor: default;
background: rgba(0, 0, 0, 0);
}
.hdq_disabled label {
cursor: default !important;
}
.hdq_row_image > .hdq_label_answer {
display: grid;
grid-template-rows: max-content 1fr;
grid-gap: 1rem;
height: 100%;
}
.hdq_row_image > .hdq_label_answer > img {
width: 100%;
height: auto;
}
.hdq_row_image > .hdq_label_answer > div {
display: flex;
align-items: center;
line-height: 1.2;
}
.hdq_question {
margin: 1rem 0;
padding: 2rem;
background: #fafafa;
border-bottom: 2px solid #dedede;
transition: all 350ms ease-in-out;
}
.hdq_question.hdq_active_question {
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.4);
}
.hdq_question.hdq_answer_required {
animation-delay: 300ms;
animation-name: example;
animation-duration: 2s;
}
@keyframes example {
from {
box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.4);
}
to {
box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.4);
}
}
.hdq_question_after_text {
display: none;
margin-top: 12px;
padding: 12px 22px;
background: rgba(0, 0, 0, 0.1);
border-bottom: 2px solid #dedede;
}
.hdq-options-check {
display: inline-block;
margin-right: 12px;
top: 4px;
position: relative;
}
.hdq_label_answer {
display: block;
font-size: 1.2em;
cursor: pointer;
padding: 12px;
color: #2d2d2d !important;
line-height: 1.4;
}
.hdq_correct {
border: 4px solid green;
background: rgba(0, 128, 0, 0.1);
}
.hdq_wrong {
border: 4px dashed red;
background: rgba(128, 0, 0, 0.1);
}
.hdq_correct_not_selected {
border-bottom: 4px solid green;
background: rgba(0, 128, 0, 0.1);
margin-bottom: 2px;
}
.hdq_answered {
display: block;
padding: 1em;
line-height: 1;
}
.hdq_checkbox .hdq-options-check {
font-size: 24px;
}
.hdq_question_title {
border-bottom: 3px solid #999;
}
.hdq_heart {
text-align: right;
font-size: 0.8em;
margin-top: 4px;
}
.hdq_results_inner > .hdq_results_title,
h3.hdq_question_as_title {
margin: 0;
padding: 0;
}
.hdq_checkbox .hdq-options-check label {
width: 2em;
height: 1em;
position: relative;
cursor: pointer;
display: block;
font-size: 22px !important;
} .hdq-options-check {
font-size: 24px;
}
.hdq-options-check input[type="checkbox"] {
position: absolute;
opacity: 0;
}
.hdq-options-check .hdq_toggle {
width: 2em;
height: 1em;
position: relative;
cursor: pointer;
display: block !important;
font-size: 22px !important;
margin: 0;
}
.hdq_checkbox .hdq_toggle {
margin-bottom: 0 !important;
}
.hdq-options-check .hdq_toggle:before {
content: "";
position: absolute;
width: 2em;
height: 1em;
left: 0.1em;
transition: background 0.1s ease;
background: #476777;
border-radius: 50px;
box-shadow: inset 0px 1px 1px rgba(171, 171, 171, 0.5);
}
.hdq-options-check .hdq_toggle:after {
content: "";
position: absolute;
width: 1em;
height: 1em;
border-radius: 50px;
left: 0;
transition: all 0.2s ease;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
background: #efefef;
animation: hdq_switch-off 0.2s ease-out;
z-index: 2;
}
.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:before {
background: #72a0c4;
box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}
.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:after {
animation: hdq_switch-on 0.2s ease-out;
left: 1.1em;
background: #efefef;
}
.hdq-options-check input[type="checkbox"]:focus + .hdq_toggle:after {
border: 1px solid #66cbff;
}
label.non-block {
display: inline-block !important;
margin-right: 12px !important;
}
@keyframes hdq_switch-on {
50% {
transform: scaleX(1.3);
}
}
@keyframes hdq_switch-off {
50% {
transform: scaleX(1.3);
}
}
.hdq_timer {
position: fixed;
bottom: 40px;
right: 40px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background: #2d2d2d;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
z-index: 999;
}
.hdq_timer.hdq_timer_warning {
background: #f17222;
}
.hdq_timer.hdq_timer_danger {
background: #ab2121;
box-shadow: 0 0 0 rgba(204, 169, 44, 0.7);
animation: hdq_pulse 1s infinite;
}
@-webkit-keyframes hdq_pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.7);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
}
}
@keyframes hdq_pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.7);
box-shadow: 0 0 0 0 rgba(171, 33, 33, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
box-shadow: 0 0 0 10px rgba(171, 33, 33, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
box-shadow: 0 0 0 0 rgba(171, 33, 33, 0);
}
}
.hdq_loading_bar {
position: fixed;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 8px;
background: rgba(15, 143, 18, 0.7);
-webkit-transform: translate3d(-103%, 0, 0);
transform: translate3d(-103%, 0, 0);
pointer-events: none;
}
.hdq_loading_bar.hdq_animate {
bottom: -20px;
z-index: 100;
-webkit-transition: -webkit-transform 1.2s ease-in, bottom 0.3s 2.7s;
transition: transform 1.2s ease-in, bottom 0.3s 2.7s;
-webkit-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
h2.hdq_results_title,
h3.hdq_question_heading {
margin-top: 1rem;
margin-bottom: 1rem;
line-height: 1.2;
color: #222;
}
.hdq_question_number {
opacity: 0.8;
}
.hdq_tooltip {
position: relative;
width: 20px;
height: 20px;
background-color: rgb(95, 102, 109);
color: #fff;
display: inline-flex;
justify-content: center;
align-content: center;
align-items: center;
font-size: 0.6em;
border-radius: 50%;
top: -3px;
font-family: monospace;
}
.hdq_tooltip_content {
font-family: sans-serif;
position: absolute;
top: calc(100% + 1em);
font-size: 0.8em;
width: 260px;
left: -130px;
line-height: 1.4;
background-color: rgb(95, 102, 109);
border-radius: 10px;
box-shadow: 0px 13px 10px rgba(72, 72, 72, 0.025), 0 1px 16px rgba(72, 72, 72, 0.55);
color: #fff;
padding: 1.4em;
text-align: left;
pointer-events: none;
opacity: 0;
transform: translate3d(0, 30px, 0);
transition: all 0.3s cubic-bezier(0.1, 1, 0.9, 1);
transition-property: opacity, transform;
}
.hdq_tooltip_content span {
display: block;
letter-spacing: initial;
}
.hdq_tooltip_content::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
display: block;
border-style: solid;
border-top-color: transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgb(95, 102, 109);
}
.hdq_tooltip:hover .hdq_tooltip_content {
opacity: 1;
transform: translate3d(0, 0, 0);
z-index: 99999;
}
.hdq_multiple_quizzes_warning {
text-align: center;
}
@media screen and (max-width: 800px) {
.hdq_timer {
bottom: 10px;
right: 10px;
}
.hdq_share {
padding: 8px;
line-height: 1;
}
.hdq_question,
.hdq_results_wrapper {
padding: 1rem;
}
.hdq_tooltip_content {
position: fixed;
top: initial;
bottom: 10px;
width: 80%;
left: 10%;
margin: 0;
}
.hdq_tooltip_content::after {
display: none;
}
.hdq_quiz_wrapper {
overflow-x: hidden;
}
.hdq_label_answer {
font-size: 1rem;
}
.hdq_question_answers_images {
grid-gap: 0.4rem;
}
.hdq_row_image > .hdq_label_answer {
grid-gap: 0.5rem;
padding: 0.4em;
}
.hdq_row_image .hdq-options-check {
display: block;
margin-bottom: 0.4em;
}
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//dessincalligraphiearabe.fr/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}