/**
Theme Name: URGOTOUCH 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: urgotouch-astra
Template: astra
*/

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0;
		margin-bottom: 0; /* Ajustez cette valeur selon vos besoins */
    }
}

.ast-container,
.ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.home {
    margin: 0;
    padding: 0;
    background-image: url('https://urgotouch.com/wp-content/uploads/2025/06/20.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


body.home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* adjust opacity to darken image */
    z-index: 1;
}


.ast-container {
    position: relative;
    z-index: 2;
}

body {
    background-color: black;
}

body.page-id-25939 {
    margin: 0;
    padding: 0;
    overflow: auto; /* Assurez-vous que le défilement est activé */
}

.header-image-container {
    height: 50vh; /* Ajustez la hauteur selon vos besoins */
    background-image: url('https://urgotouch.com/wp-content/uploads/2024/07/13.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
}

.ast-container {
    position: relative;
    z-index: 2;
}




/* Cibler les écrans de largeur maximale de 781px */
@media (max-width: 781px) {
    .ast-narrow-container .site-content {
        background-color: black !important; /* Changez la couleur selon vos besoins */
    }
}

/* Cibler les écrans de largeur maximale de 1200px */
@media (max-width: 1200px) {
    .ast-narrow-container .site-content {
        background-color: black !important; /* Changez la couleur selon vos besoins */
   
    }
}


/* Cibler les boutons et changer la taille du texte */
.wp-block-button .wp-block-button__link,
.wp-block-search .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
    font-size: 14px !important; /* Remplacez 16px par la taille de votre choix */
}
