.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#drupal-modal--dialog .modal-content .modal-body{
    overflow: hidden;
}
body.path-liste-enquete h1.page-header{
    display: none;
}
.liste-enquete table thead{
    background: #EBF5FA;
    border: 0.5px solid rgba(56, 121, 218, 0.5);
    border-radius: 6px;
}
.liste-enquete table tbody tr td{
    border-top: none;
}
.liste-enquete table thead tr th{
    border-bottom: none;
}
.filter-select{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.filter{
    display: flex;
    gap: 31px;
    margin-bottom: 30px;
}
.count-nbr-filter{
    font-size: 20px;
    margin-bottom: 30px;
}
#combine{
    margin-bottom: 30px;
}
.titre-section{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
#pagination-table li{
    /*display: none;*/
}
#pagination-table{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
#pagination-table li{
    list-style-type: none;
    margin-bottom: 15px;
}
#pagination-table li a {
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

#pagination-table li a.current {
    background-color: #1582e1;
    color: white;
    border: 1px solid #1582e1;
}

#pagination-table li a:hover:not(.current) {
    background-color: #ddd;
}

#drupal-modal--header{
    display: none;
}
#drupal-modal--body{
    overflow: initial !important;
    border-top: 6px solid #9dc600;
}
/** style popup*/
#drupal-modal {
    z-index: 99999999;
}
#drupal-modal #drupal-modal--dialog .modal-body{
    padding: 30px;
}
#drupal-modal #drupal-modal--dialog .modal-body .my-modal-form p:first-child{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #000000;
}
#drupal-modal #drupal-modal--dialog .modal-body .my-modal-form p{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 34px;
}
#drupal-modal .my-custom-button-wrapper{
    float: right;
}
#drupal-modal .my-custom-button-wrapper button:first-child{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #01315D;
    border-radius: 0;
    margin-right: 20px;
    padding: 5px 15px;
    margin-bottom: 14px;
}
#drupal-modal .my-custom-button-wrapper button:last-child{
    padding: 5px 15px;
    background: #9DC600;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 14px;
}
#drupal-modal .my-custom-button-wrapper button:first-child:hover,
#drupal-modal .my-custom-button-wrapper button:first-child:focus{
    outline: none;
    background: #ffffff;
}
#drupal-modal #drupal-modal--dialog #drupal-modal--content{
    width: 65% !important;
    margin: auto;
}
#header, #header-top {
    z-index: 999 !important;
}
/**page enquete form**/
body.page-node-type-webform #menu,
body.page-node-type-webform #header,
body.page-node-type-webform h1.page-header{
    display: none;
}
body.page-node-type-webform #block-logoenquete .enquete_logo{
    text-align: center;
}
body.page-node-type-webform #block-logoenquete{
    margin: 30px 0px;
}
body.page-node-type-webform .progress-step.is-active .progress-marker,
body.page-node-type-webform .progress-step.is-complete .progress-marker{
    background-color: #0058A9;
}
body.page-node-type-webform .progress-step .progress-text{
    display: none;
}
.step-current-title{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 6%;
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 19px;
    align-items: center;
    color: #0058a9;
}

body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group{
    float: none;
    margin: auto;
    width: 50%;
}
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group fieldset legend span,
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-email label,
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-textarea label,
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-webform-likert > label{
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
}
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-email label{
    margin: 20px 0px;
}
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-textarea label,
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-webform-likert > label{
    margin: 20px 0px;
}
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-item{
    margin: 15px 0px;
}
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-item table tbody tr td{
    vertical-align: middle;
}
body.page-node-type-webform article .field--name-webform form .webform-button--next.button,
body.page-node-type-webform article .field--name-webform form .webform-button--submit.button{
    padding: 5px 15px;
    background: #9DC600;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    outline: none;
}
body.page-node-type-webform article .field--name-webform form .webform-button--previous.button{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #01315D;
    border-radius: 0;
    margin-right: 20px;
    padding: 5px 15px;
}
body.page-node-type-webform article{
    margin-bottom: 50px;
}
body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-item .control-label.option{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

body.page-node-type-webform article .field--name-webform form .form-actions{
    /* float: right !important; */
    float: none;
    text-align: center;
    margin-top: 10% !important;
}
body.page-node-type-webform .webform-confirmation{
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 19px;
    line-height: 20px;
    margin: 8% auto;
}
body.page-node-type-webform section.col-sm-12{
    background: #0000000a;
}
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-actions{
    float: none !important;
}
body.page-node-type-webform article .field--name-webform form .webform-button--previous.button{
    outline: none;
    background: #ffffff;
}
/***page liste enquete**/
body.path-liste-enquete .region-content{
    background: #FFFFFF;
    box-shadow: 0px 0px 25px 5px rgb(0 127 182 / 8%);
    border-radius: 10px;
    padding: 35px;
}
body.path-liste-enquete .region-content .liste-enquete h3 span{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: right;
    color: #6F8AB7;
}
body.path-liste-enquete .region-content .liste-enquete h3 span:first-child{
    color : #014461;
    font-size: 20px;
    line-height: 24px;
}
body.path-liste-enquete .region-content .liste-enquete h3{
    border-bottom: 0.5px solid rgba(111, 138, 183, 0.33);
    padding-bottom: 18px;
}
body.path-liste-enquete .region-content .liste-enquete table thead th{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #042A2B;
}
body.path-liste-enquete .region-content .liste-enquete table tbody td{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #042A2B;
    padding: 20px;
}
body.path-liste-enquete .region-content .liste-enquete table tbody td a{
    color: #042A2B;
    text-decoration: none;
}
body.path-liste-enquete .region-content .liste-enquete table{
    margin-top: 25px;
}
.graph-tab-form .name_of_field{
    margin: 30px 0px;
    font-weight: bold;
    text-align: center;
}
body.page-node-type-webform .webform-confirmation .webform-confirmation__message .msg-confirmation .text{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 19px;
    text-align: center;
    margin: 30px 0px;
}
body.page-node-type-webform .webform-confirmation .webform-confirmation__message .msg-confirmation .image-msg{
    text-align: center;
    margin: 30px 0px;
}
body.page-node-type-webform .webform-confirmation .webform-confirmation__message .msg-confirmation .link-home-msg{
    text-align: center;
    margin: 30px 0px;
}
body.page-node-type-webform .webform-confirmation .webform-confirmation__message .msg-confirmation .link-home-msg a{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
    background: #9DC600;
    padding: 5px 15px;
}
body.page-node-type-webform ol.breadcrumb{
    display: none;
}
/** langue arabe*/
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group fieldset legend span,
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-textarea label,
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-type-webform-likert > label,
html[lang=ar] body.page-node-type-webform article .field--name-webform form .webform-button--next.button,
html[lang=ar] body.page-node-type-webform article .field--name-webform form .webform-button--submit.button,
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-item .control-label.option,
html[lang=ar] body.page-node-type-webform article .field--name-webform form .webform-button--previous.button{
    font-family: "Almarai-regular";
}
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-item .control-label.option{
    margin-right: 20px;
}
html[lang=ar] body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group .form-item .control-label.option input{
    margin-right: -20px;
}
html[lang=ar] #drupal-modal .my-custom-button-wrapper button:first-child{
    margin-left: 20px;
    margin-right: 0;
}
/**responsove*/
@media only screen and (max-width: 425px) {
    body.page-node-type-webform article .field--name-webform form .form-wrapper.form-group{
        width: 100%;
    }
}
