@charset "UTF-8";
/*!
Theme Name: Weetec Filiale - Génie climatique
Theme URI: http://underscores.me/
Author: Alice | Systalium
Author URI: https://www.systalium.com
Description: Custom theme: Weetec, developed by Alice | Systalium
Template: weetec
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weetec-gc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Weetec is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Buttons & Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.has-primary-color {
	color: #2E3192;
}

.has-primary-background-color {
	background-color: #2E3192;
}

.has-secondary-color {
	color: #0071BC;
}

.has-secondary-background-color {
	background-color: #0071BC;
}

.has-accent-yellow-color {
	color: #FBBA00;
}

.has-accent-yellow-background-color {
	background-color: #FBBA00;
}

.has-accent-red-color {
	color: #FF1D25;
}

.has-accent-red-background-color {
	background-color: #FF1D25;
}

.has-accent-green-color {
	color: #7AC943;
}

.has-accent-green-background-color {
	background-color: #7AC943;
}

.has-accent-blue-color {
	color: #3FA9F5;
}

.has-accent-blue-background-color {
	background-color: #3FA9F5;
}

.has-accent-light-blue-color {
	color: #A0D8F6;
}

.has-accent-light-blue-background-color {
	background-color: #A0D8F6;
}

.has-dark-color {
	color: #111;
}

.has-dark-background-color {
	background-color: #111;
}

.has-neutral-color {
	color: #EAEAEA;
}

.has-neutral-background-color {
	background-color: #EAEAEA;
}

.has-light-color {
	color: #FFF;
}

.has-light-background-color {
	background-color: #FFF;
}

@font-face {
	font-family: 'weetec';
	src: url("assets/fonts/weetec.eot");
	src: url("assets/fonts/weetec.eot?#iefix") format("embedded-opentype"), url("assets/fonts/weetec.woff") format("woff"), url("assets/fonts/weetec.ttf") format("truetype"), url("assets/fonts/weetec.svg#weetec") format("svg");
	font-weight: normal;
	font-style: normal;
}

.wp-block-heading {
	font-family: "Montserrat", sans-serif;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

@media screen and (max-width: 959px) {
	.has-xxlarge-font-size {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	.has-xlarge-font-size {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.has-large-font-size {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	h1.wp-block-heading:not([class*="-font-size"]) {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	h2.wp-block-heading:not([class*="-font-size"]) {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	h3.wp-block-heading:not([class*="-font-size"]) {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	h4.wp-block-heading:not([class*="-font-size"]) {
		font-size: 16px !important;
		line-height: 28px !important;
	}
}

@media screen and (min-width: 960px) {
	.has-small-font-size {
		font-size: 11px !important;
		line-height: 19.25px !important;
	}
	.has-normal-font-size {
		font-size: 14px !important;
		line-height: 24.5px !important;
	}
	.has-medium-font-size {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	.has-large-font-size {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.has-xlarge-font-size {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	.has-xxlarge-font-size {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	h1.wp-block-heading:not([class*="-font-size"]) {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	h2.wp-block-heading:not([class*="-font-size"]) {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	h3.wp-block-heading:not([class*="-font-size"]) {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	h4.wp-block-heading:not([class*="-font-size"]) {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}

h5.wp-block-heading:not([class*="-font-size"]) {
	font-size: 16px !important;
	line-height: 28px !important;
}

h6.wp-block-heading:not([class*="-font-size"]) {
	font-size: 11px !important;
	line-height: 19.25px !important;
}

.lbz-img-circle {
	display: flex;
}

.lbz-img-circle.align-left {
	justify-content: flex-start;
}

.lbz-img-circle.align-right {
	justify-content: flex-end;
}

.lbz-img-circle.align-center {
	justify-content: center;
}

.lbz-img-circle figure {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	margin: 0;
	z-index: 999;
}

.lbz-img-circle figure img {
	object-fit: cover;
	object-position: center center;
	min-width: 200px;
	min-height: 200px;
	background: #FFF;
}

.lbz-img-circle figure.primary {
	border-color: #2E3192;
}

.lbz-img-circle figure.secondary {
	border-color: #0071BC;
}

.lbz-img-circle figure.accent-b-light {
	border-color: #A0D8F6;
}

.lbz-img-circle .wp-block-image-canvas {
	position: absolute;
}

.lbz-img-circle .wp-block-image-canvas line {
	stroke-width: 5px;
}

.lbz-img-circle .wp-block-image-canvas line.primary {
	stroke: #2E3192;
}

.lbz-img-circle .wp-block-image-canvas line.secondary {
	stroke: #0071BC;
}

.lbz-img-circle .wp-block-image-canvas line.accent-b-light {
	stroke: #A0D8F6;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body .site-pre-footer .wp-block-columns .wp-block-column:first-child {
	width: 70%;
}

body .site-pre-footer .wp-block-columns .wp-block-column:last-child {
	width: 30%;
}

body .site-pre-footer .wp-block-columns .wp-block-column .wp-block-columns {
	width: 100% !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
	width: 50%;
}

@media screen and (max-width: 959px) {
	body .site-pre-footer .wp-block-columns .wp-block-column #sidebar > .wp-block-columns {
		padding: 0;
	}
	body .site-pre-footer .wp-block-columns .wp-block-column #sidebar > .wp-block-columns .groupe-menu-droite {
		margin-bottom: 0;
	}
	body .site-pre-footer .wp-block-columns .wp-block-column .location {
		margin-top: 3rem;
	}
}

body #page #primary {
	margin-top: 0 !important;
}

body.home #primary > article > .entry-content > #bandeau::before {
	display: none !important;
}

body.home #primary > article > .entry-content > #bandeau::after {
	display: none !important;
}

body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child {
	padding: 0;
}

@media screen and (min-width: 960px) {
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover {
		padding: 6rem 4rem;
	}
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover {
		padding: 0;
	}
}

body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group {
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 960px) {
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group {
		width: 40vw;
		padding: 1.5rem 2rem;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group {
		width: 100%;
		margin: 0 !important;
		height: 70vh;
		align-items: center !important;
	}
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group p:not(:first-child),
	body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group p:not(:first-child) > strong {
		font-weight: 400 !important;
	}
}

body.home #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group > div {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

body.home #primary > article > .entry-content > #bandeau > .wp-block-column:last-child {
	align-items: center;
}

body.home #primary > article > .entry-content > #bandeau > .wp-block-column:last-child > .wp-block-buttons {
	width: auto;
}

body.home #primary > article > .entry-content .alignwide {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (min-width: 1260px) {
	body.home #primary > article > .entry-content .alignwide {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body.home #primary > article > .entry-content .alignwide {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body.home #primary > article > .entry-content .alignwide {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content .alignwide {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body.home #primary > article > .entry-content .alignfull {
	width: 100%;
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	body.home #primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 0;
	}
}

body:not(.home) #primary > article > .entry-content > #bandeau::before {
	display: none !important;
}

body:not(.home) #primary > article > .entry-content > #bandeau::after {
	display: none !important;
}

body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child {
	padding: 0;
}

@media screen and (min-width: 960px) {
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover {
		padding: 6rem 4rem;
	}
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover {
		padding: 0;
	}
}

body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group {
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 960px) {
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group {
		width: 40vw;
		padding: 1.5rem 2rem;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group {
		width: 100%;
		margin: 0 !important;
		height: 70vh;
		align-items: center !important;
	}
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group p:not(:first-child),
	body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group p:not(:first-child) > strong {
		font-weight: 400 !important;
	}
}

body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:first-child > .wp-block-cover > div > .wp-block-group > div {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:last-child {
	align-items: center;
}

body:not(.home) #primary > article > .entry-content > #bandeau > .wp-block-column:last-child > .wp-block-buttons {
	width: auto;
}

body:not(.home) #primary > article > .entry-content .alignwide {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (min-width: 1260px) {
	body:not(.home) #primary > article > .entry-content .alignwide {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body:not(.home) #primary > article > .entry-content .alignwide {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body:not(.home) #primary > article > .entry-content .alignwide {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content .alignwide {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body:not(.home) #primary > article > .entry-content .alignfull {
	width: 100%;
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	body:not(.home) #primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 0;
	}
}

@media screen and (min-width: 960px) {
	body .site-pre-footer > .wp-block-columns > .wp-block-column:last-child > div {
		border-left: 1px solid #FFF;
		padding-left: 2rem;
	}
}

/*# sourceMappingURL=style.css.map */