/*** a changer ce fichier .scss */

body.no-slider .elementor .e-parent.e-con-full.page-annuaire * ,.ant-drawer * , .ant-select-dropdown *{
    font-family: 'PT Sans', sans-serif !important;
}

body.no-slider .elementor .e-parent.e-con-full.page-annuaire input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none !important;
    color: #949494;
}

body.no-slider .elementor .e-parent.e-con-full.page-annuaire input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
    box-shadow: none !important;
}


body.no-slider  .elementor .e-parent.e-con-full.page-annuaire{
    padding: 140px 70px !important;
    height: auto !important;
    font-family: 'PT Sans' !important;
    border-radius: 8px;
}
#react-root .container{
    border-radius: 8px;
}

#react-root .px-5{
    padding: 0px !important;
}



.ant-card,.ant-tag ,.ant-select{
     font-family: 'PT Sans' !important;
}

.ant-tag, .ant-radio-button-label,.ant-list-item,.ant-card-body,.ant-alert-message{
    font-weight: 100;
}


.retourPage .ant-btn {
    background: initial;
}


.retourPage .ant-btn:hover {
    background: initial !important;
}