/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

body{
	background-color: #E4D0C0;
} 

main p {
    text-align: left !important;
}

main h3, main h2:not(.header h2) {
    text-align: left !important;
}


a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}






/*HEADER*/

header.wp-block-template-part{
    position: fixed;
    right: 0;
    z-index: 5;
}

:where(.wp-site-blocks *:focus){
	outline-width: none!important;
	outline-width: 0!important;
}

.wp-block-navigation-submenu li span {
    font-size: 17px;
    text-transform: initial !important;
	color: #9b4a2d;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){
	text-decoration:none;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{
	background: linear-gradient(
  45deg,
  #ffdc80 0%,
  #f77737 25%,
  #e1306c 50%,
  #c13584 75%,
  #833ab4 100%)!important;
}



/*CONTACT*/

#short-contact-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2){
	width: 48%;
    display: inline-block;
}

#short-contact-form p:nth-child(3), #short-contact-form p:nth-child(4), #short-contact-form p:nth-child(5){
    width:100%;
}

input[type=email], input[type=text], select, textarea{
	width: 100%;
	border:none;
	background-color:#E4D0C0;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all .3s;
	font-weight: 300;
	padding: 15px;
	outline : none;
	font-size : 14.5px;
	font-family : var(--e-global-typography-text-font-family);
}


a.politique-lien{
	color: var(--e-global-color-accent);
}

select {
	color: #676767;
}

.checkbox-contact {
	font-family : var(--e-global-typography-text-font-family);
	font-size: 13px;
	font-weight : 400;
    color: #a9a9a9;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: none;
}
     
#bouton{ 
    background-color: #9F2404!important; 
    color: #fff!important; 
	border: 0;
	border-radius: 50px;
	font-family: 'Limelight', cursive;
	text-transform: uppercase;
    text-decoration: none;
	padding: 10px 20px;
} 


.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 30px 0;
    font-weight: 500;
    color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #9b4124;
    border-radius: 10px;
}

/*cookies*/


#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #9f2404;/*CHANGER LA COULEUR*/
    background: #9f2404 !important;;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(/wp-content/uploads/2025/11/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}

.cmplz-service-header h3, .cmplz-service-description h4, .purpose h4, .name-header h5, .retention-header h5, .function-header h5, .cmplz-sharing-data h4{
	color: #9c3c1e!important;
}


@media screen and (max-width: 768px) {



	/*HEADER*/

	.aligncenter.banner {
    	max-width: none;
	}

	.has-global-padding > .aligncenter.banner {
    	margin-right: calc(var(--wp--style--root--padding-right) * -1)!important;
    	margin-left: calc(var(--wp--style--root--padding-left) * -1)!important;
	}

	.wp-block-image.aligncenter.banner img {
    	height: auto;
    	width: 100%;
	}

	ul.wp-block-navigation__container li a span{
		color: #ffffff!important;
		font-size: 20px;
	}


	.wp-block-navigation__responsive-container.has-modal-open.is-menu-open, .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){
		background-color:  var(--wp--preset--color--custom-color-1)!important;
	}

	
	

	/*CONTACT*/
    #short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2){
	    width: 100%!important;
    }

    span.wpcf7-form-control-wrap{
    	display: flex;
    	flex-direction: column;
	}

	input[type=email], input[type=text], select, textarea{
		width:auto;
	}



	/*ACCUEIL*/

	.inscription div{
		justify-content: center;
	}

	p.has-text-align-left {
    	text-align: justify;
	}	
}