/**
 * Theme Name:     ATLASPRO
 * Author:         DEVTEAM
 * Template:       hello-elementor
 * Text Domain:	   atlaspro
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

}

/* PAGE FULLSCREEN */
.ap-login-page {
  position: relative;
  min-height: 100vh;
  background: url('/wp-content/uploads/login-bg.jpg') center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* OVERLAY */
.ap-login-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(25, 20, 80, 0.85),
    rgba(10, 10, 30, 0.9)
  );
}

/* LOGIN BOX */
.ap-login-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  overflow: hidden;
}

/* HEADER */
.ap-login-header {
  background: #dc1091; /* 🔵 change ici la couleur principale */
  color: #fff;
  text-align: center;
  padding: 18px;
}

.ap-login-header h2 {
  margin: 0;
  font-size: 22px;
}

.ap-login-header span {
  font-size: 13px;
  opacity: .9;
}

/* FORM */
.ap-login-form {
  padding: 22px;
}

.ap-login-form input[type="email"],
.ap-login-form input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.ap-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}

/* BUTTON */
.ap-login-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #2d2fe6; /* 🔵 bouton */
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.ap-login-form button:hover {
  opacity: .9;
}

/* FORGOT */
.ap-forgot {
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.ap-forgot:hover {
  text-decoration: underline;
}

/* Privacy / Legal Content Responsive Fix */
.privacy_content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Headings */
.privacy_content h1,
.privacy_content h2,
.privacy_content h3 {
    color: #b0006d; /* keeps your pink titles consistent */
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Paragraphs */
.privacy_content p {
    margin-bottom: 14px;
}

/* Links */
.privacy_content a {
    color: #b0006d;
    text-decoration: none;
}

.privacy_content a:hover {
    text-decoration: underline;
}

/* Lists */
.privacy_content ul,
.privacy_content ol {
    margin-left: 20px;
    margin-bottom: 16px;
}

/* Contact lines (email, phone, website) */
.privacy_content strong {
    font-weight: 600;
}

/* Tablet */
@media (max-width: 768px) {
    .privacy_content {
        padding: 16px 18px;
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .privacy_content {
        padding: 14px 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .privacy_content h1,
    .privacy_content h2,
    .privacy_content h3 {
        font-size: 1.1em;
    }
}


/* Blog Post Content */
.blog_content {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Headings */
.blog_content h1 {
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 1.25;
}

.blog_content h2 {
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 14px;
}

.blog_content h3 {
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 12px;
}

/* Paragraphs */
.blog_content p {
    margin-bottom: 18px;
}

/* Images */
.blog_content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 22px auto;
    border-radius: 4px;
}

/* Links */
.blog_content a {
    color: #b0006d;
    text-decoration: none;
    font-weight: 500;
}

.blog_content a:hover {
    text-decoration: underline;
}

/* Lists */
.blog_content ul,
.blog_content ol {
    margin-left: 22px;
    margin-bottom: 20px;
}

.blog_content li {
    margin-bottom: 8px;
}

/* Quotes */
.blog_content blockquote {
    border-left: 4px solid #b0006d;
    padding-left: 16px;
    margin: 26px 0;
    font-style: italic;
    color: #444;
}

/* Code blocks (if any) */
.blog_content pre {
    background: #f6f6f6;
    padding: 16px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
}

/* Tablet */
@media (max-width: 768px) {
    .blog_content {
        padding: 18px 20px;
        font-size: 16px;
    }

    .blog_content h1 {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .blog_content {
        padding: 14px 14px;
        font-size: 15px;
        line-height: 1.65;
    }

    .blog_content h1 {
        font-size: 22px;
    }

    .blog_content h2 {
        font-size: 19px;
    }

    .blog_content h3 {
        font-size: 17px;
    }
}




