diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css
index 2c44f5d..baa550a 100644
--- a/web/themes/custom/eql/css-compiled/styles.css
+++ b/web/themes/custom/eql/css-compiled/styles.css
@@ -1343,16 +1343,18 @@ a {
padding-bottom: 1rem; } }
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-title {
display: none; }
- .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p {
- font-family: 'Source Code Pro';
- font-weight: 500;
- color: #09398b;
- font-size: 1.3rem; }
- .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p:after {
- display: inline-flex;
- content: url('data:image/svg+xml,');
- justify-self: flex-end;
- float: right; }
+ .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question {
+ cursor: pointer; }
+ .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p {
+ font-family: 'Source Code Pro';
+ font-weight: 500;
+ color: #09398b;
+ font-size: 1.3rem; }
+ .path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-question p:after {
+ display: inline-flex;
+ content: url('data:image/svg+xml,');
+ justify-self: flex-end;
+ float: right; }
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-reponse {
display: none; }
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-fichiers {
diff --git a/web/themes/custom/eql/scss/pages/_faq.scss b/web/themes/custom/eql/scss/pages/_faq.scss
index 0b8f39f..801ba95 100644
--- a/web/themes/custom/eql/scss/pages/_faq.scss
+++ b/web/themes/custom/eql/scss/pages/_faq.scss
@@ -48,6 +48,7 @@
padding: 1rem;
background-color: $blue-light;
+
.field--name-field-lien{
&:before{
margin-top: 1rem;
@@ -128,6 +129,7 @@
}
.field--name-field-question{
+ cursor: pointer;
p{
font-family: 'Source Code Pro' ;
font-weight: 500 ;