/**
Theme Name: BB Astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bb-astra
Template: astra
*/
/* ---------------------------------------------------- le Body ------------------------------------------------------------------------ */
body {
  width: 1140px;
  margin: 0 auto;
  background-color: white !important;
}
/* Media Query pour tablette (par exemple, iPad) */
@media (max-width: 768px) {
  body {
    width: 100%; /* Ajustez la largeur pour les tablettes selon vos besoins */
  }
}

/* Media Query pour smartphones */
@media (max-width: 480px) {
  body {
    width: 100%; /* Ajustez la largeur pour les smartphones selon vos besoins */
  }
}

/*sur pages Nathalie-Mota, etc*/
.ast-separate-container .ast-article-single {
  padding: 0;
  background-color: white;
}
#content > div:nth-child(1) {
  padding: 0;
}

/* ---------------------------------------------------- le Logo ------------------------------------------------------------------------ */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background-color: white;
}

.logo img {
  width: 600px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.logo img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Pour les écrans jusqu'à 768 pixels de large (mobiles) */
@media (max-width: 768px) {
  .logo-container {
    height: 50vh;
  }
}

/* Pour les écrans entre 769 pixels et 1024 pixels de large (tablettes) */
@media (min-width: 769px) and (max-width: 1024px) {
  .logo-container {
    height: 50vh;
  }
}

/* ---------------------------------------------------- les polices et les titres ------------------------------------------------------ */
p,
a.menu-link /*il s'agit des liens du menu*/ {
  color: #634c42;
}

p {
  font-size: 14px;
  line-height: 1.7;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 48px !important;
  color: white !important;
}

/* Media Query pour tablette (par exemple, iPad) */
@media (max-width: 768px) {
  h2 {
    font-size: 30px !important;
  }
}

/* Media Query pour smartphones */
@media (max-width: 480px) {
  h2 {
    font-size: 26px !important;
  }
}

h3 {
  color: #634c42;
  font-size: 36px !important;
}
/* Media Query pour tablette (par exemple, iPad) */
@media (max-width: 768px) {
  h3 {
    font-size: 24px !important;
  }
}

/* Media Query pour smartphones */
@media (max-width: 480px) {
  h3 {
    font-size: 24px !important;
  }
}

h4 {
  color: #3c2e27 !important;
}

/* ---------------------------------------------------- le Footer------------------------------------------------------------------------ */

.site-below-footer-wrap {
  background-color: #ce9275 !important;
}

.site-primary-footer-wrap {
  background-color: #ce9275 !important;
}

.site-below-footer-wrap > div:nth-child(1) {
  height: 20px !important;
}

.ast-container,
#content {
  background-color: white !important;
}

/* texte du lien vers les mentions légales*/
.site-footer-below-section-1
  > div:nth-child(1)
  > div:nth-child(1)
  > p:nth-child(1)
  > a:nth-child(1) {
  color: rgb(35, 28, 28);
  font-weight: 300 !important;
  font-size: 16px !important;
}
.elementor-element-e1d6df8 > div:nth-child(1) {
  display: none;
}

.site-primary-footer-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
