/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-widget-wp-widget-awsm-recent-jobs h5{
	display : none;
}

.awsm-lists {
    border: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.awsm-list-item .awsm-job-item, .awsm-grid-item .awsm-job-item{
    border: 1px solid #001C38 !important;
    border-radius: 20px !important;
    transition: all .3s ease-out !important;
    box-shadow: none !important;
}

.awsm-list-item .awsm-job-item:hover, .awsm-grid-item .awsm-job-item:hover{
    border: 1px solid #FF9100 !important;
    transform : scale(.99) !important;
    box-shadow: none !important;
}

a.awsm-load-more{
    border: 1px solid #001C38 !important;
    border: 0;
    border-radius: 50px !important;
    transition: all .3s ease-out !important;
    box-shadow: none !important;
}

a.awsm-load-more:hover {
    transform : scale(.99) !important;
    box-shadow: none !important;
}

.awsm-job-item h2.awsm-job-post-title a, .awsm-job-item h2.awsm-job-post-title {
    font-size: 16px;
    font-weight: 700;
}

a.elementor-button.elementor-button-link{
    transition: all .3s ease-out;
}

a.elementor-button.elementor-button-link:hover{
    transform : scale(.98);
}


.awsm-filter-wrap form .awsm-selectric, .awsm-filter-wrap form input{
	border-radius : 50px;
	border: 1px solid #001C38 !important;

}


.awsm-selectric-items {
    border-radius: 20px;
}

.awsm-job-specification-salaire{
display : none;
}


.awsm-job-form-inner {
    border-radius: 20px;
}

.offre_desc h2{
font-size : 30px;
margin-block-end: 1rem;
    margin-block-start: 1.5rem;
}

.offre_desc .awsm-job-form-inner h2{
    margin-block-start: 0;
}


div#cookie-law-info-bar {
    border-radius: 20px;
    bottom: 20px !important;
    right: 20px !important;
    top: auto !important;
    left: auto !important;
}

a#cookie_action_close_header {
    border-radius: 50px;
}