/**

Theme Name: Astra Child

Author: Agence Pixi

Author URI: https://agencepixi.com/

Version: 2024-09-16

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: child

Template: astra

*/
a, a:focus, a:hover{outline:none;}

.hide{display:none !important;}
.hide_front{display:none !important;} /* Ajouter cette classe pour afficher dans Elementor seulement */
body.elementor-editor-active .hide_front{display:block !important;}

/*

=== HEADER ===

*/

/*

=== GENERAL ===

*/

#ast-scroll-top{
	background: #6B5F51 !important;
	transition: 0.3s;
}

#ast-scroll-top:hover{
	background: #041941 !important;
}
.blog .ast-container, .single-post .site-content .ast-container{
	max-width: 100%;
	padding: 0px !important;
}
.posts-archives .elementor-post-date{
	position: relative;
	padding-left: 25px;
}
.blog article .elementor-post__text{
	padding-left: 5px;
}
.blog article .elementor-post__title a{
	transition: 0.3s;
}
.blog article:hover a{
	color: #041941 !important;
}
.posts-archives .elementor-post-date:before{
	content: '';
	width: 16px;
	height: 16px;
	background:url('https://mbussieres.agencepixi.ca/wp-content/uploads/2026/08/date-icon.svg') no-repeat left center;
	background-size: cover;
    position: absolute;
    left: 0px;
    top: -2px;
}

/*
== CONTACT FORM 7 - https://deliciousthemes.com/contact-form-7-fields-columns/
*/
form .one-half,
form .one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
form .one-half { width: 48%; }
form .one-third { width: 30.66%; }
 
form .last {
    margin-right: 0 !important;
    clear: right;
}


form .wpcf7-list-item{margin-left:0;margin-right:20px}
form .check_lignes .wpcf7-list-item{display:block;} /* Pour forcer chaque option sur une ligne différente */
form .check_quart .wpcf7-list-item{display:inline-block; width:50%;margin:0;} /* Pour mettre 4 options par ligne */

 
.grecaptcha-badge{display:none;}

/* Premium Contact Form 7 */

.premium-contact-form {
  width: 100%;
}

.premium-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/*.premium-contact-form__field {
  margin-bottom: 24px;
}*/

.premium-contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #041941;
}


.premium-contact-form input[type="text"],
.premium-contact-form input[type="email"],
.premium-contact-form input[type="tel"],
.premium-contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  background-color: #FAF4EA;
  border: 1px solid #E6D8C6;
  border-radius: 8px;
  color: #041941;
  font-size: 15px;
  font-family: inherit;
  transition: all .25s ease;
}


.premium-contact-form textarea {
  min-height: 160px;
  resize: vertical;
}


.premium-contact-form input::placeholder,
.premium-contact-form textarea::placeholder {
  color: #8B8175;
}


/* Focus */
.premium-contact-form input:focus,
.premium-contact-form textarea:focus {
  outline: none;
  border-color: #6B5F51;
  box-shadow: 0 0 0 3px rgba(107,95,81,.12);
}


/* Bouton */
.premium-contact-form__submit input[type="submit"] {
  background-color: #6B5F51;
  color: #ffffff;
  border: none;
  padding: 16px 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}


.premium-contact-form__submit input[type="submit"]:hover {
  background-color: #041941;
}


/* Mobile */
@media (max-width: 767px) {

  .premium-contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .premium-contact-form input[type="text"],
  .premium-contact-form input[type="email"],
  .premium-contact-form input[type="tel"],
  .premium-contact-form textarea {
    padding: 14px 16px;
  }

}

@media only screen and (max-width: 767px) {
    form .one-half, form .one-third {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
	/* X-SMALL */

}

@media (max-width: 992px) {

}
@media (min-width: 992px) {
	/* MEDIUM */
    form .check_quart .wpcf7-list-item{width:25%;} /* Pour mettre 4 options par ligne */
}

@media (min-width: 1500px) {
	/* X-LARGE */ 
   
}

/* COOKIE CONSENT COMPLIANZ */
.cmplz-cookiebanner{font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; padding:10px !important;}
.cmplz-cookiebanner .cmplz-header{position:absolute;width: 100%;top: 10px;right: 10px;}
.cmplz-cookiebanner .cmplz-message{margin-bottom:0 !important;}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{height:auto !important; padding:5px 10px !important; font-size:13px !important;}
@media only screen and (max-width: 767px) {.cmplz-message {padding-right: 20px;}}

.cmplz-cookiebanner .cmplz-btn.cmplz-deny{display:none !important;}
.cmplz-cookiebanner.cmplz-categories-visible .cmplz-btn.cmplz-deny{display:block !important;}
/* FIN DE COMPLIANZ */
