/*
Theme Name: Synapse Avocats
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
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, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

@font-face {
	font-family: "Agency FB";
	src: url("/wp-content/themes/synapse-avocats/assets/fonts/f9b9a4fce362a3a9111c138859ccb422.eot");
	src: url("/wp-content/themes/synapse-avocats/assets/fonts/f9b9a4fce362a3a9111c138859ccb422.eot?#iefix")format("embedded-opentype"), 
		url("/wp-content/themes/synapse-avocats/assets/fonts/f9b9a4fce362a3a9111c138859ccb422.woff2")format("woff2"), 
		url("/wp-content/themes/synapse-avocats/assets/fonts/f9b9a4fce362a3a9111c138859ccb422.woff")format("woff"), 
		url("/wp-content/themes/synapse-avocats/assets/fonts/f9b9a4fce362a3a9111c138859ccb422.ttf")format("truetype");
}
@font-face {
	font-family: "Copperplate Gothic";
	src: url("/wp-content/themes/synapse-avocats/assets/fonts/483f8a5e2868222491b8baed78121c3a.eot");
	src: url("/wp-content/themes/synapse-avocats/assets/fonts/483f8a5e2868222491b8baed78121c3a.eot?#iefix")format("embedded-opentype"), 
		url("/wp-content/themes/synapse-avocats/assets/fonts/483f8a5e2868222491b8baed78121c3a.woff2")format("woff2"), 
		url("/wp-content/themes/synapse-avocats/assets/fonts/483f8a5e2868222491b8baed78121c3a.woff")format("woff"), 
		url("/wp-content/themes/synapse-avocats/assets/fonts/483f8a5e2868222491b8baed78121c3a.ttf")format("truetype");
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	--wp--preset--color--foreground: #101066;
	color: #000;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}

/*
 * Improves spacing for the legacy Post Comments block.
 * https://core.trac.wordpress.org/ticket/57560
 */

.wp-block-post-comments ol.commentlist ul.children {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.wp-block-post-comments ol.commentlist li.comment:not(:last-child) {
	margin-bottom: 1rem;
}

.home-blocs {

}
.home-blocs img {
	width:50%;
}
.home-blocs h4 {
	font-size: 1.2rem;
	font-weight: 600;
}
.home-blocs p {
	font-size: 0.9rem;
	width: 100%;
	font-family: 'Agency FB';
	line-height: 1rem;
}
	.home-blocs .wp-block-cover {
		padding: 15px !important;
		min-height: 275px !important;
		max-height: 275px !important;
		height: 275px !important;
	}
	.citation-text {
		font-size: 1.8rem;
		font-style: normal;
		margin: 0;
		font-family: 'Agency FB';
		font-weight: 200;
	}
.citation-home p {
	font-size: 1.8rem;
	font-style: normal;
	margin: 0;
	font-family: 'Agency FB';
	font-weight: 200;
}
.citation-home cite {
	font-family: 'Agency FB';
	font-size: 1.2rem;
	text-align: center;
	top: -20px;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none;
	font-family: 'Agency FB';
	font-size: 1.4rem;
	padding: 5px 20px !important;
	text-transform: lowercase;
	font-weight: 200;
}
.menu-home {
	font-family: 'Copperplate Gothic';
	font-size: 1.7rem;
	letter-spacing: -0.1rem;
	text-align: center;
	margin: 25px 0;
}
.menu-home a {
	text-decoration: none;
	white-space: nowrap;
	color:#999;
}
.menu-home p.actuel a {
	color: #850807;
}
.home-montage-titre {
	padding-left: 200px !important;
	letter-spacing: 0.01rem !important;
}
.home-montage-text {
	position: relative;
	right: -20px;
}
.btn-contacteznous {
	margin-top: -60px;
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}

footer {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
	background-color: #850807;
	color: #fff;
}
footer .wp-block-page-list {
	list-style:none;
	font-family: 'Copperplate Gothic';
	font-weight: 200;
	font-size: 1.3rem;
}
	footer .wp-block-pages-list__item a {
		color: #fff !important;
		text-decoration: none;
	}
footer a.wp-block-pages-list__item__link:hover {
	text-decoration:underline;
}
	footer .wp-block-navigation__submenu-container {
		font-size: 0.8rem;
	}
.icon-pin {
	font-family: 'Agency FB';
	background: url(/wp-content/themes/synapse-avocats/assets/images/ico-pin.png) 15px center no-repeat;
	background-size: contain;
    text-indent: 50px;
    font-size: 1rem;
    height: 25px;
    margin-bottom: 10px;
}
.icon-mail {
	font-family: 'Agency FB';
	background: url(/wp-content/themes/synapse-avocats/assets/images/ico-mail.png) left center no-repeat;
	background-size: contain;
    text-indent: 50px;
    font-size: 1rem;
    height: 25px;
    margin-bottom: 10px;
}
.icon-phone {
	font-family: 'Agency FB';
	background: url(/wp-content/themes/synapse-avocats/assets/images/ico-phone.png) 15px center no-repeat;
	background-size: contain;
    text-indent: 50px;
    font-size: 1rem;
    height: 25px;
    margin-bottom: 10px;
}
.wp-block-social-links {
	margin-bottom: 20px !important;
	margin-left: 80px !important;
}
#modal-1-content {
	font-family: 'Copperplate Gothic';
	font-weight: 200;
	font-size: 1.6rem;
}
.menu-principal wp-block-group {
	padding-top: 40px !important;
}
.current-menu-item {
	color: #850807;
}

.page-template-default h1 {
	text-align: center;
	font-weight: 500;
	margin: 0 auto !important;
}
.comp-droit-penal .wp-block-media-text__content {
	margin-left: -200px;
	margin-top: 80px;
	line-height: 24px;
	border-left: 2px solid #101066;
	padding-left: 30px;
}
	.comp-droit-penal .wp-block-media-text__content p {
		font-family: 'Agency FB';
		font-size: 24px;
	}
.wp-block-cb-carousel .wp-block-cover {
	height: 400px !important;
	max-height: 400px !important;
	min-height: 400px !important;
}
.comp-block {margin-top:40px !important;}
.wp-block-media-text__content p strong{
	color: #a58f23;
}
.contactez {
	list-style: none;
	padding: 0;
	width: 100%;
}

.contactez li {
	float: left;
	width: 95%;
	margin: 0 1%;
}
.contactez li input, .contactez li textarea {
	border: 2px solid #ccc;
	padding: 5px;
	font-size: 16px;
	color: #000;
	line-height: 16px;
	margin: 10px 0;
	width: 100%;
}

.wpcf7-form .wp-element-button {
	float: right;
}
.wpcf7-response-output {
	float: left;
	width: 100%;
}

.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
	color: #fff;
}
.slick-next:before, .slick-prev:before {
	font-size: 40px;
}
.has-foreground-color {
    color: #000 !important;
}
h3 {
color:#850807;
}
.captcha-image {
    width: 99%;border: 2px solid #ccc;
}
.coords {
    list-style: none;
    padding: 0;
}