/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

a[data-catid^='all_'] {
    display: none !important;
}

.wpfdcategory {display: none !important;}

#carteBourse {
  position: relative;
  width: 100%;
  height: 100vh;
}

ft-offres-emploi {
  position: absolute;
  top: 0 !important;
  width: 100% !important;
  left: 0 !important;
  border: 1px solid #aaa;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  ft-offres-emploi {
    position: absolute;
    top: 0 0 !important;
    width: 100% !important;
    left: 0 !important;
    border: none;
    border-radius: 0;
    overflow: hidden;
    z-index: 0;
  }
}


.post-password-form {
  max-width: 380px;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.post-password-form p {
  margin-bottom: 1rem;
  color: #444;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.post-password-form input[type="submit"] {
  background: #748436;
  color: white;
  border: none;
  padding: 10px 25px;
  margin-bottom: 17px;
  margin-top: 7px;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background: #9bb6d4;
}