/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.5.1.1701028256
Updated: 2023-11-26 20:50:56

*/


/* ------------ PAGE EN TETE ------------ */ 
/* fixer l'entete sur tel et tabelette */
header#masthead {
    position: fixed;
    width: 100%;
}



/* ------------------ LOGO  ------------------ */

/*taille du logo*/
img.custom-logo {
    width: 36% !important;
}

/* ------------ PAGE CONTACT ------------ */ 


/* Espace au dessus de chaque libelé du paragraphe */
.formcontact p {
    margin-bottom: 11px;
}


/* taille des case a remplir */

 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5px !important;
}

/* la taille des labels du formulaire */
.formcontact label {
    font-size: 15px;
}

/* hauteur de la zone de saisie du texte pour le message */
.zonedetexte {
   height: 60px;
    min-height: 60px;
}

/* div autour du bouton pour le centrer */
.monbouton {
    text-align: center;
    margin-top: 30px;
    
}

/* Couleur bouton envoyé */
.btnenvoi {
    background-color: #FF6600 !important;
    border-radius: 11px !important;
}

/* bouton envoyer */
.btnenvoi:hover {
    background-color: #000000 !important;
}

/* enlever l'icone loading d'envoie message */
span.wpcf7-spinner {
    display: none;
}

/* message de réponse aprés avoir cliqué sur le message bien envoyé */ 
.wpcf7-response-output {
    border-color: #137272 !important;
    border-radius: 10px;
    text-align: center;
}