/*
Theme Name: BASC 2023
Author: Gwenn Laudrin
Author URI: https://www.gwenn.design
Description: Theme pour BASC 2023
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	--color-text: #5a5a5a;
	--color-title: #060807;
	--color-bg: #ffffff;
    --color-bg2: #f4f5f5;
	--color-link: #ea0a2a;
	--color-link-hover: #ea0a2a;
	--font-family-body: 'Basc', Arial, Helvetica, sans-serif;
	--font-family-title: 'Basc', Arial, Helvetica, sans-serif;
	--font-weight-title: 300;
	--site-max-width: 1520px;
    --transition: cubic-bezier(.165,.84,.44,1);
}
@font-face {
    font-family: 'Basc';
    src: url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc.woff2') format('woff2'),
         url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Basc';
    src: url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc_light.woff2') format('woff2'),
         url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Basc';
    src: url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc_light_it.woff2') format('woff2'),
         url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc_light_it.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Basc';
    src: url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc_bold.woff2') format('woff2'),
         url('https://www.breakee.fr/wp-content/themes/basc-2023/fonts/basc_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
.animate {
	-webkit-transition: all 0.3s var(--transition); 
	-o-transition: all 0.3s var(--transition); 
	transition: all 0.3s var(--transition);
}
@-webkit-keyframes fl-fade-right {from {opacity: 0;-webkit-transform: translate3d(10%, 0, 0);transform: translate3d(10%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
@keyframes fl-fade-right {from {opacity: 0;-webkit-transform: translate3d(10%, 0, 0);transform: translate3d(10%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}

@-webkit-keyframes fl-fade-left {from {opacity: 0;-webkit-transform: translate3d(-10%, 0, 0);transform: translate3d(-10%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fl-fade-left {from {opacity: 0;-webkit-transform: translate3d(-10%, 0, 0);transform: translate3d(-10%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}

::selection{background:var(--color-link); color:var(--color-bg);}
::-moz-selection{background:var(--color-link); color:var(--color-bg);}

html {
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	font-size:17px;
	font-weight:300;
	line-height:30px;
	font-family:var(--font-family-body);
	color:var(--color-text);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:100%;
	position:relative;
    overflow-x: hidden;
}
a {
	color:var(--color-link);
	text-decoration:none;
	-webkit-transition: all 0.3s var(--transition); 
	-o-transition: all 0.3s var(--transition); 
	transition: all 0.3s var(--transition);
}
a:hover, a:focus {
	color:var(--color-link-hover);
	text-decoration:none;
}
.main-color-1 {
	color:var(--color-link) !important;
}
.red {
	color:var(--color-link);
}
.light {
    font-weight: 300;
}
.weight-normal {
    font-weight: 400 !important;
}
.uppercase {
    font-weight: var(--font-weight-title);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}
.custom-font {
    font-family: 'Basc', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.reveal {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: all .8s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all .8s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: all .8s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.reveal.inview {
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
}
strong, b, .fl-builder-content .fl-rich-text strong, th {
    font-weight: 700;
}
a img {
	border:none;
}
blockquote {
	margin:0px 0 10px 0;
}
blockquote {
	quotes: none;
    margin-bottom: 20px;
	padding:0;
	font-weight:300;
	font-size:32px;
	line-height:1.3;
	color:var(--color-title);
	border:none;
    position: relative;
}
blockquote p:first-of-type:before {
    content: "";
    position: absolute;
    background: url('data:image/svg+xml,<svg viewBox="0 0 60 42" xmlns="http://www.w3.org/2000/svg" fill="%23ea0a2a"><path d="M4.28571 42H17.1429L25.7143 25.2V0H0V25.2H12.8571L4.28571 42ZM38.5714 42H51.4286L60 25.2V0H34.2857V25.2H47.1429L38.5714 42Z"></path></svg>') top left no-repeat;
    background-size: contain;
    width: 53px;
    height: 37px;
    top: 0;
    left: -75px;
}
blockquote strong {
	font-weight:400;
}
p {
	margin:0 0 25px 0;
}
ol {
	margin:0 0 10px 0;
	padding-left:25px;
}
ol li {
	padding-bottom:5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0 40px;
	width:100%;
	border-top:2px solid #f2f2f2;
	border-right:2px solid #f2f2f2;
}
table table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0px 0 0px;
}
th,
td {
	padding:13px 20px;
	border-bottom:2px solid #f2f2f2;
	border-left:2px solid #f2f2f2;
}
th {
    color: #fff;
    background-color: var(--color-link);
}
table tr:last-child td {
}
table tr td p {
	margin-bottom:5px;
}
h1, .h1,
h2,
h3,
h4,
h5, .title,
h6 {
    line-height: 1.1;
	clear: both;
	margin:0;
    font-family:var(--font-family-title);
	font-weight:var(--font-weight-title);
	color:var(--color-title);
	position:relative;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
.subtitle {
    display: block;
    font-size: 20px !important;
    line-height: 1.1;
    font-family:var(--font-family-title);
	font-weight: 400;
	color:var(--color-link);
	position:relative;
    letter-spacing: 0px;
    margin: 0 0 25px 3px;
}
.title {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
}
.site-content h1, .site-content .h1 {
    /*font-size:95px;*/
    font-size: clamp(45px, 8vw, 95px);
    font-weight: 400;
    text-transform: uppercase;
    margin:0 0 0px 0;
}
h2, .h2 {
    font-size:70px;
    margin:30px 0 10px 0;    
}
h3, .h3 {
    font-size:40px;
    margin:20px 0 25px 0;
}
h4, .h4 {
    font-size:30px;
    margin:15px 0 20px 0;
}
h5, .h5 {
    color:var(--color-link);
    display: block;
    font-size: 22px;
    line-height: 1;
    margin:0 0 15px 0;
}
.fl-module-heading .fl-heading {
    position:relative;
    z-index:10;
}
hr {
	background-color:#f0f0f0;
	border: 0;
	height:1px;
	border-bottom:none;
	margin:35px auto 40px;
	clear:both;
}
sub,
sup {
	font-size: 70% !important;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size:80%;
}
img {
	border: 0;
}
.clear{
	clear:both;
    width: 100%;
}
.no-padding {
	padding:0;
}
.hidden {
    display:none;
}
.text-justify .fl-rich-text p {
    text-align: justify;
}
.grecaptcha-badge {
    display:none;
}
.site-content ul {
	list-style:none;
	padding-left:20px;
	margin-bottom:20px;
}
.site-content ul li {
	position:relative;
	padding-left:10px;
	padding-bottom:12px;
    line-height: 1.6;
}
.site-content ul li ul {
	margin-bottom:0px;
}
.site-content ul li:first-letter {
	text-transform:uppercase;
}
.site-content ol li::marker {
    color: var(--color-link);
    font-weight: 700;
}
body:not(.fl-builder) #content ul li:before, .fl-rich-text ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--color-link);
    top: 9px;
    left: -10px;
}
.fl-photo-caption {
    font-size:15px;
    font-weight: 400;
	color:var(--color-bg);
    background-color: var(--color-link);
	text-align:left;
	padding:11px 15px 11px 15px;
    min-width: 225px;
    transform: translateY(-100%);
    float: left;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0% 100%);
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
#page input,
#page select,
#page textarea {
	padding:15px 15px 12px 20px;
	color: var(--color-title);
	font-size:16px;
	line-height:1;
	font-weight:400;
	border:none;
	border-radius:0px;
	margin:0 0 0px 0;
	font-family:var(--font-family-body);
	background-color: var(--color-bg);
	outline:none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 0% 100%);
}
#page ::-webkit-input-placeholder {
  color: var(--color-text);
}
#page ::-moz-placeholder {
  color: var(--color-text);
}
#page :-ms-input-placeholder {
  color: var(--color-text);
}
#page :-moz-placeholder {
  color: var(--color-text);
}
#page select {
	padding:19px 40px 17px 20px;
    font-size: 17px;
    line-height:1;
	font-weight:400;
	color:var(--color-text);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--color-bg);
	background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23222222" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
	background-repeat:no-repeat;
	background-position:90% 40%;
	background-position:-moz-calc(100% - 28px) 53%;
    background-position:-webkit-calc(100% - 28px) 53%;
   	background-position:calc(100% - 28px) 53%;
}
.select-wrapper {
    display: inline-block;
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .2));
}
.select-wrapper:hover {
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, .25));
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, .25));
}
#page .select2-container--default .select2-selection {
    background-color: #fff;
    border:none;
    border-radius: 0px;
    padding:19px 40px 17px 22px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 0% 100%);
}
#page .select2-container--default .select2-selection--single {
    height: 52px;
}
#page .select2-container--default .select2-selection--multiple {
    padding: 10px 40px 11px 19px;
    min-height: 52px;
}
#page .select2-container--default .select2-selection .select2-selection__rendered, .select2-search__field {
    color:var(--color-text) !important;
    font-size: 16px !important;
    font-weight:400 !important;
    line-height:1;
    padding-left: 0;
    margin: 0;
}
#page .select2-container--default .select2-selection .select2-selection__arrow,
#page .select2-container--default .select2-selection .select2-selection__arrow {
    top: 14px;
    right: 30px;
}
#page .select2-container--default .select2-selection .select2-selection__arrow b {
    border: none;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
    background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23222222" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>') center center no-repeat;
}
#page .select2-selection--multiple .select2-search__field {
    padding: 0;
}
#page .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    vertical-align: middle;
    border-radius: 0;
    background-color: var(--color-bg2);
    border: none;
}
#page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
    top: 6px;
}
.page .select2-dropdown {
    background-color: transparent;
    border: none;
    padding-right: 17px;
}
.page .select2-results {
    background-color: var(--color-bg);
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.1);
}
.page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-link);
}
.page .select2-results__option {
    padding-left: 22px;
}
.page select option {
	color:var(--color-bg);
    background-color: #fff;
}
#page textarea {
	/*overflow:hidden;*/
	vertical-align: middle;
	margin-bottom:0;
}
.error input,
.error select,
.error textarea {
	color:#fff;
	background:#22313b;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	padding: 0;
	width:auto;
}
input[type="file"] {
	padding:22px 20px 18px 20px;
	width:100%;
}
#page input[type="radio"] {
	margin:3px;
	vertical-align:middle;
	width:auto;
}
#page input[type="checkbox"] {
	margin:3px;
	vertical-align:middle;
}
#page input[type="radio"] {
  display: none;
}
.wpcf7-radio {
    padding-top: 15px;
    display: block;
}
.wpcf7-list-item {
    margin: 0 25px 0 0 !important;
}
#page input[type="radio"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 23px;
}
#page input[type="radio"] + .wpcf7-list-item-label:before,
#page input[type="radio"] + .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  content:'';
  width: 16px;
  height: 16px; 
  border-radius: 50%;
}
#page input[type="radio"] + .wpcf7-list-item-label:after {
  top:11px;
  left: 3px;
  width: 10px;
  height: 10px; 
}
#page input[type="radio"] + .wpcf7-list-item-label:before {
  background-color: #fff;
}
#page input[type="radio"]:checked + .wpcf7-list-item-label:after {
  background-color: var(--color-link);
}

/* Buttons */
.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, #page .button {
	font-family:var(--font-family-title);
	padding:19px 40px 17px 20px;
	background-color:transparent;
	border:none !important;
	color:var(--color-bg);
	font-size:14px;
    font-weight:700;
	line-height:1;
	text-align:left;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	border-radius:0px;
	letter-spacing:0px;
	cursor:pointer;
	position:relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
    -webkit-appearance: none;
    -moz-appearance: none;
}
#page .button {
	background-color: var(--color-link);
    -webkit-transition: all 0.3s var(--transition); 
	-o-transition: all 0.3s var(--transition); 
	transition: all 0.3s var(--transition);
}
.fl-builder-content .fl-button span, .fl-builder-content .fl-button i {
	-webkit-transition: all 0.3s var(--transition); 
	-o-transition: all 0.3s var(--transition); 
	transition: all 0.3s var(--transition);
}
.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
	color:unset;
	z-index:3;
	position:relative;
}
.fl-builder-content .fl-button i {
	font-size:14px;
	vertical-align:middle;
    margin-top: 0px;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 10px;
    margin-top: -2px;
}
.fl-builder-content .fl-button:hover i {
    /*transform: translateX(10px);*/
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align:middle;
}
.fl-builder-content a.fl-button:hover, .fl-builder-content .button:hover, #page .button:hover {
	text-decoration:none;
	background-color:transparent;
    padding-left: 30px;
}

.fl-builder-content a.fl-button.button-red .fl-button-bg {background-color:var(--color-link);}
.fl-builder-content a.fl-button.button-white .fl-button-bg {background-color:var(--color-bg);}
.fl-builder-content a.fl-button.button-grey .fl-button-bg {background-color:var(--color-bg2);}
.fl-builder-content a.fl-button.button-white *, .fl-builder-content a.fl-button.button-grey * {color:var(--color-title);}
.fl-builder-content a.fl-button.button-black .fl-button-bg, .fl-builder-content .button.button-black {background-color:#020f20 !important;}

.fl-builder-content a.fl-button.button-to-green:hover .fl-button-bg {background-color:var(--color-link);}
.fl-builder-content a.fl-button.button-to-black:hover .fl-button-bg, #page .button:hover {background-color:#020f20;}
.fl-builder-content a.fl-button.button-to-black:hover * {color:#fff;}
.fl-builder-content a.fl-button.button-to-white:hover .fl-button-bg {background-color:#fff;}
.fl-builder-content a.fl-button.button-to-white:hover * {color:var(--color-text);}

.fl-builder-content a.fl-button.button-small {padding: 18px 35px 14px 15px; font-size:13px; }
.fl-builder-content a.fl-button.button-small.fl-button.button-border {padding: 13px 20px 13px 20px;}
.fl-builder-content .fl-button.button-small i {font-size: 11px; margin-top: -2px;}
.fl-builder-content a.fl-button.button-small:hover {padding-left: 20px !important;}
.fl-builder-content a.fl-button.button-big {padding: 22px 50px 20px 30px; font-size: 16px;}
.fl-builder-content a.fl-button.button-big:hover {padding-left: 45px !important;}

.fl-builder-content a.fl-button.button-border {
	padding:16px 23px 13px 23px;
    border:2px solid !important;
}
.fl-builder-content a.fl-button.button-border .fl-button-bg {background-color: transparent;}
.fl-builder-content a.fl-button.button-border:hover {
    padding-right: 33px;
}
.fl-builder-content a.fl-button.button-border-red {border-color: var(--color-link) !important;}
.fl-builder-content a.fl-button.button-border-red * {color:var(--color-text);}
.fl-builder-content a.fl-button.button-border-white {border-color: var(--color-bg) !important;}

@media only screen and (min-width: 810px){
.fl-builder-content a.fl-button.category-link {
    font-size: 13px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
    padding: 20px 30px 16px 40px;
}
}
.fl-builder-content a.fl-button.category-link:hover {
    padding-left: 50px;
}
.fl-builder-content a.fl-button .fl-button-bg {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin-right:20px;
}
img.alignright{
	margin-left:20px;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding:0px 0;
    margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style:normal;
	font-size:13px;
	line-height:1;
	text-align:left;
	padding-top:3px;
}
.gallery .gallery-item {
	display:inline-block;
	margin:0 15px 15px 0;
	vertical-align:top;
	text-align:center;
}

/* =Basic structure
-------------------------------------------------------------- */
@media only screen and (min-width: 1280px){
.container {
    width: var(--site-max-width);
}
}
/* Page structure */
.boxed {
    max-width: var(--site-max-width);
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
#wrapper-main {
   	width:100%;
	position:relative;
	margin:0px 0 0 0;
	z-index:3;
    background-color: var(--color-bg);
}
.site-content {
	width:100%;
    min-height: 100vh;
	margin:0px auto 0;
	padding:150px 0px 0px;
	position:relative;
	z-index:6;
}
.page-blank .site-content {
	padding-top: 0px;
}
.page #wrapper-main #page-header {
	margin:0 auto 0px;
	width:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	text-align:left;
	padding: 100px 15px 0px;
    overflow: hidden;
	border:none;
    z-index: 1;
}
.has-post-thumbnail.page #wrapper-main #page-header {
    height: min(640px, 70vh);
    padding: 40px 15px 0;
}
#wrapper-main #page-header > header,
#wrapper-main article #page-header > header,
#page-header #intro {
    width: 100%;
    max-width: var(--site-max-width);
    margin: 0 auto;
}
.has-post-thumbnail.page #wrapper-main #page-header header {
    padding-right: 30%;
}
.has-post-thumbnail #page-header h1 {
    /*max-width: 70%;*/
    background-color: rgba(255,255,255,1);
    display: inline;
    padding-right: 25px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
#page-header #intro p {
    padding: 20px 0 0 5px;
    font-size: 18px;
    max-width: 350px;
    margin-bottom: 0;
}
.page #wrapper-main #post-thumbnail-wrapper {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
}
.has-post-thumbnail.page #wrapper-main #post-thumbnail-wrapper {
    background-color: #000;
}
#wrapper-main #post-thumbnail-wrapper:after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: var(--color-link);
	height:70px;
	width:max(150px, 38%);
    left: 0;
    bottom: 0;
    z-index: 4;
}
#wrapper-main #post-thumbnail-wrapper #post-thumbnail {
	height:118%;
	width:100%;
}
#wrapper-main #post-thumbnail img,
#wrapper-main article > #page-header #post-thumbnail img {
	height:100%;
	width:100%;
    object-fit: cover;
    display: block;
}
#wrapper-main #page-header *,
#wrapper-main #page-header .fl-row-content-wrap .fl-row-content,
#wrapper-main article > header * {
	position:relative;
	z-index:3;
}
#content-wrapper {
    position: relative;
    z-index: 2;
}
.has-post-thumbnail #content-wrapper {
}
.fl-builder #content-wrapper {
    padding: 0;
}
#content-wrapper #content {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 50px 15px 90px;
}
.has-post-thumbnail.page #content-wrapper #content {
    padding-top: 120px;
}
.fl-builder #content-wrapper #content  {
    z-index: 2;
    position: relative;
    max-width: 100%;
    padding: 0 !important;
}
.fl-builder #content {
	max-width:100%;
	padding:0;
}
#breadcrumbs {
	margin:0 auto 0px auto;
	font-size:17px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding:13px 0 9px 0;
    color:var(--color-link);
}
#breadcrumbs > div {
	margin:0 auto;
}
#breadcrumbs > div span:nth-of-type(1) span:nth-of-type(1) {
	margin:0 auto;
}
#breadcrumbs > div i {
	color:#d8d8d8;
	margin:0 2px;
}
#breadcrumbs > div a {
	color:#2e2e2e;
}
#breadcrumbs > div a {
	color:var(--color-link);
}

/* Header */
#site-header {
	width:100%;
	position:absolute;
	z-index:99;
	left:0;
	top:0px;
}
.fl-builder-edit #site-header {
    pointer-events: none;
}
#site-header > div {
    position: relative;
    padding-left: calc( (100vw - var(--site-max-width)) /2 - 15px );
    padding-right: max(15px, 3vw);
    margin: 0 auto;
}
#site-header > div:after {
    content: "";
    display: block;
    clear: both;
}
@media only screen and (min-width: 810px){
#site-navigation .menu-item-home, #site-navigation .menu-item-blog {
    display: none;
}
}
a.site-title {
    float: left;
    display: flex;
    align-items: center;
    text-align: left;
    width: fit-content;
}
#site-header a.site-title {
	z-index:101;
	position:relative;
	margin:0px 0 0 15px;
	left:0px;
	top:0px;
}
a.site-title .site-logo {
	display:block;
	margin:0 auto;
	width:240px;
	height:auto;
}
.has-post-thumbnail #site-header:not(.fixed) .site-logo .site-logo-wave,
.home #site-header:not(.fixed) .site-logo .site-logo-wave {
    /*fill: var(--color-bg);*/
}
a.site-title .site-logo-menu {
    display: none;
}
.site-name {
	margin:0 0 0 14px;
    overflow: hidden;
    display: none;
}
.site-description {
    display: block;
	margin: 4px 0 0 0;
	font-size:11px;
    font-weight: 700;
	line-height:1;
	text-transform:uppercase;
    letter-spacing: 2px;
    color: var(--color-link);
}

.open-menu {
    z-index:103;
    position:absolute;
    width:60px;
    height:60px;
    top:40px;
    text-align:left;
    /*mix-blend-mode: difference;*/
}
.open-menu .icon-left,
.open-menu .icon-left:before,
.open-menu .icon-left:after,
.open-menu .icon-right,
.open-menu .icon-right:before,
.open-menu .icon-right:after {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    height: 4px;
    width: 18px;
    background-color: #000000;
}
.open-menu .icon-left:before,
.open-menu .icon-left:after,
.open-menu .icon-right:before,
.open-menu .icon-right:after {
    content: "";
}
.open-menu .icon-left{
    top: 29px;
    left:13px;
}
.open-menu .icon-left:before {  
    top: -11px;
    right: 0;
}
.open-menu:hover .icon-left:before {
    width: 18px;
}
.open-menu .icon-left:after {
    top: 11px;
    right: 0;
}
.open-menu:hover .icon-left:after {
  width: 18px;
}
.open-menu .icon-left:hover {
  cursor: pointer;
}
.open-menu .icon-right {
    top: 29px;
    left: 31px;
}
.open-menu .icon-right:before {
    top: -11px;
}
.open-menu .icon-right:after {
    top: 11px;
}
.open-menu span {
    font-family:var(--font-family-title);
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    top: 16px;
    left: -30px;
    opacity: 0;
    transition-duration: .3s;
}
body:not(.menu-open) .open-menu:hover span {
    left: -42px;
    opacity: 1;
}
.menu-open .open-menu .icon-left {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: transparent !important;
}
.menu-open .open-menu .icon-left:before {
  -webkit-transform: rotateZ(45deg) scale(1.2, 1.0) translate(3px, 2px);
          transform: rotateZ(45deg) scale(1.2, 1.0) translate(3px, 2px);
    width: 18px;
}
.menu-open .open-menu .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scale(1.2, 1.0) translate(3px, -3px);
          transform: rotateZ(-45deg) scale(1.2, 1.0) translate(3px, -3px);
    width: 18px;
}
.menu-open .open-menu .icon-right {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: transparent !important;
}
.menu-open .open-menu .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scale(1.2, 1.0) translate(-3px, 1px);
          transform: rotateZ(-45deg) scale(1.2, 1.0) translate(-3px, 1px);
}
.menu-open .open-menu .icon-right:after {
  -webkit-transform: rotateZ(45deg) scale(1.2, 1.0) translate(-3px, -2px);
          transform: rotateZ(45deg) scale(1.2, 1.0) translate(-3px, -2px);
}
.open-menu:hover {
  cursor: pointer;
}
@-webkit-keyframes updown{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes updown{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}50%{-moz-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes updown{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}50%{-o-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes updown{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}
.scroll-down{position:absolute !important;left:50%;margin-left:-10px;width:25px;height:40px;bottom:20px;z-index:3;}
.scroll-down.svg svg{width:25px;opacity:1;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.scroll-down.svg .scroller{fill:#e2e2e2;-webkit-animation:updown 1s infinite;-moz-animation:updown 1s infinite;-o-animation:updown 1s infinite;animation:updown 1s infinite}
.scroll-down.svg .stroke{stroke:#e2e2e2}

#language-selection {
    padding-top: 0 !important;
    margin-left: 3.5vw;
}
#language-selection ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    overflow: hidden;
    background-color: #f7f7f7;
}
#language-selection ul li {
    display: inline-block;
    padding: 0;
}
#language-selection ul li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-title);
    display: inline-block;
    padding: 7px 11px 7px;
}
#language-selection ul li.current-lang a,
#language-selection ul li a:hover {
    background-color: var(--color-link);
    color: var(--color-bg);
}

/* Footer */
footer {
	position:relative;
	width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	padding-top: 140px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
    background-color: var(--color-bg2);
	z-index:2;
    clip-path: polygon(calc((100vw - var(--site-max-width)) /2 ) 0, 100% 0, 100% 100%, 0% 100%);
}
#footer-nav {
	padding:0 0px;
}
#footer-nav ul,
#footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
#footer-area ul.menu li {
    padding-bottom: 18px;
}
#footer-area ul.menu li.menu-item-has-children > a {
    display: none;
}
#footer-area ul.menu li.menu-item-has-children > ul {
    list-style: none;
    padding: 0;
}
#footer-area ul.menu li.menu-item-has-children > ul li:last-of-type {
    padding: 0;
}
#footer-area ul li a {
    color: var(--color-title);
    font-size: 26px;
}
#footer-area ul li a:hover {
    color: var(--color-link);
}
footer #footer-area {
    width: 100%;
    display: flex;
    padding-bottom: 70px;
    padding-left: 5vw;
    max-width: var(--site-max-width);
}
footer #footer-area > div {
    min-width: 20%;
}
footer #footer-area #text-2,
footer #footer-area #text-4 {
    min-width: 25vw;
    font-size: 15px;
    line-height: 24px;
}
footer #footer-area #text-2 p:not(:last-of-type),
footer #footer-area #text-4 p:not(:last-of-type){
    max-width: 310px;
    margin-bottom: 20px;
}
footer #footer-area #text-2 img,
footer #footer-area #text-4 img{
    margin-right: 10px;
    vertical-align: middle;
}
/*footer #footer-area .adresse .company-name,
footer #footer-area .adresse .company-name + br {
    display: none;
}*/
/*footer #footer-area .adresse .addressCountry,
footer #footer-area .adresse .addressCountry + br {
    display: none;
}*/
.adresse span[itemprop=addressLocality] {
    font-weight: 700;
}
footer #footer-area .adresse > a {
    color: var(--color-link);
}
footer #footer-area .adresse > a:hover {
    color: var(--color-link-hover);
}
.adresse .googlemap-link {
    font-size: 18px;
    font-weight: 700;
}
footer #footer-area #text-3,
footer #footer-area #text-5 {
    margin-left: auto;
}
footer #footer-area #text-3 a.fl-button,
footer #footer-area #text-5 a.fl-button {
    margin-top: 20px;
}
footer #footer-infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 30px 0 0 30vw;
    position: relative;
    overflow: hidden;
}
footer #footer-copyright {
    position: relative;
}
footer #footer-copyright:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100vw;
    height: 1px;
    background: var(--color-bg);
    top: -30px;
    left: 0px;
    pointer-events: none;
}
footer .infos-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 35px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    max-width: 900px;
    width: 100%;
}
footer .infos-contact > div {
    text-align: center;
    min-width: 230px;
}
footer .infos-contact .infos-contact-adress {
    padding-top: 45px;
}
footer .infos-contact > div i {
    color: var(--color-link-hover);
    font-size: 24px;
    display: block;
    margin-bottom: 18px;
}
footer .infos-contact > div i.fa-envelope {
    font-size: 30px;
    margin-bottom: 12px;
}
footer .infos-contact > div a {
    font-size: 25px;
    font-weight: 400;
}
footer .socials li {
    line-height: 1;
}
footer .socials li:last-of-type {
	margin-right:0px;
}
footer #footer-infos {
    transition-delay: .7s;
}
footer #footer-infos a {
	color:var(--color-text);
}
footer #footer-infos a:hover {
	color:var(--color-link-hover);
}
footer #footer-infos .socials li a i {
    font-size:20px;
}
footer #footer-infos .socials li a i.fa-facebook-f {
	font-size:18px;
}
#menu-footer li {
    display: inline-block;
    padding: 0 20px 0 0 !important;
}
#copyright {
    display: inline-block;
    margin-left: 5px;
}
#copyright a:hover {
	color:var(--color-link);
}
#copyright svg {
    vertical-align:sub;
	height:14px;
}
#copyright svg path {
	fill:var(--color-title);
}
#copyright:hover svg path {
	fill:var(--color-link-hover);
}
#footer .socials {
	margin-left: auto !important;
    transition-delay: .5s;
    min-width: 110px;
    text-align: right;
}
#footer .socials li:first-of-type {
    margin-left: 0;
}

/* Socials */
.socials {
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
}
.socials li {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
    padding: 0 !important;
}
.socials li:before {
    display: none !important;
}
.socials li a {
	display:inline-block;
    text-align: center;
    font-size:16px;
    line-height: 1;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: var(--color-link);
    padding: 10px 0 0 2px;
}
.socials li a i {
    color:var(--color-bg);
}
.socials li a:hover {
    background-color:var(--color-title);
}
/*.socials li a i.fa-facebook-f {
	font-size:17px;
	transform:translateY(-1px);
}*/

/* Cookie */
@media (min-width: 768px) {
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    right: 25px;
    bottom: 25px;
}
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    line-height: 1.5;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.08);
    padding: 20px 20px 15px 20px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner.cmplz-show {
    box-shadow: 0 4px 24px rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.05);
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
    background-color: #f9f9f9;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    padding-top: 0;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 10px 1fr 10px;
}
.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-family:var(--font-family-title);
	font-weight: 700 !important;
    font-size: 14px !important;
}
.cmplz-cookiebanner .cmplz-title {
    font-size: 20px !important;
}
body:not(.privacy-policy) #cmplz-manage-consent {
    display: none;
}
@media (min-width: 768px){
body .cmplz-cookiebanner {
    max-width: min(500px, 100%);
}
/*.cmplz-message, .cmplz-categories {
    width: var(--cmplz_banner_width) !important;
}*/
}
/* Player video */
#page .mejs-container .mejs-controls {
    background: none;
    -webkit-transition: all 0.3s var(--transition); 
	-o-transition: all 0.3s var(--transition); 
	transition: all 0.3s var(--transition);
    transform: translateY(100%);
}
#page .mejs-container:hover .mejs-controls {
    transform: translateY(0);
}
#page .mejs-controls .mejs-time-rail .mejs-time-current {
    background: var(--color-link);
}
#page .mejs-time-total {
    margin-top: 9px;
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    height: 5px !important;
}
#page .mejs-time-total {
    border-radius: 5px;
    overflow: hidden;
}
#page .mejs-overlay-button {
    background: var(--color-link);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.3s var(--transition); 
	-o-transition: all 0.3s var(--transition); 
	transition: all 0.3s var(--transition);
    height: 120px;
    width: 120px;
}
#page .mejs-overlay-button:hover {
    opacity: 1;
    background: var(--color-bg);
}
#page .mejs-overlay-button:hover:before {
    color: var(--color-link);
}
#page .mejs-fullscreen-button button,
#page .mejs-playpause-button button {
    background: none;
}
#page .mejs-overlay-button:before,
#page .mejs-fullscreen-button button:before,
#page .mejs-playpause-button button:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    top: 3px;
    position: relative;
}
#page .mejs-overlay-button:before {
    font-size: 24px;
    top: 46px;
    left: 2px;
    content: "\f04b";
}
#page .mejs-fullscreen-button button:before {content: "\f065";}
#page .mejs-play button:before {content: "\f04b";}
#page .mejs-pause button:before {content: "\f04c";}


/*********  
*	Home
*********/
@media only screen and (min-width: 1530px){
.home #site-header {
    padding-top: 40px;
}
}
#intro-home {
    position: relative;
}
body:not(.fl-builder-edit) #intro-home > .fl-row-content-wrap {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
#intro-home:before,
#intro-home:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150vh;
    pointer-events: none;
}
#intro-home:before {
    background-color: var(--color-bg2);
    background: -o-radial-gradient(71% 40%, circle, #fafafa 0%, #e9e9e9 50%, #e9e9e9 100%);
    background: radial-gradient(circle at 71% 40%, #fafafa 0%, #e9e9e9 50%, #e9e9e9 100%);
	background-size: 100%;
    /*background-position: 60% 50%;*/
    z-index: 1;
}
#intro-home:after {
    background: url(../../uploads/2023/09/glass-break.png) top left no-repeat;
	background-size: 100%;
    z-index: 2;
}
#intro-home > .fl-row-content-wrap .fl-row-content {
    position: relative;
    z-index: 3;
}
#titre-home .fl-heading {
    color: var(--color-bg);
}
#titre-home span.fl-heading-text > span {
    display: inline-block;
    white-space: nowrap;
    padding: 2px clamp(9px, 1.4vw, 18px) 0 clamp(7px, 1vw, 15px);
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
    transition-duration: .5s;
    transition-delay: .3s;
    transform: translateX(-40px);
}
.inview #titre-home span.fl-heading-text > span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0px);
}
#titre-home span.fl-heading-text > span:first-of-type {
    background-color: var(--color-link);
    transition-delay: .1s;
}
#titre-home span.fl-heading-text > span:last-of-type {
    background-color: var(--color-bg);
    color: var(--color-title);
    transition-delay: .5s;
}
select#activite {
    min-width: 340px;
}
.marteau-home {
    position: relative;
}
.marteau-home .fl-photo-img,
.reflet-marteau-home .fl-photo-img {
    width: clamp(340px, 38vw, 555px);
}
.ombre-marteau-home {
    position: absolute;
    left: 45%;
    bottom: -21%;
    width: 127%;
    max-width: 891px; 
    aspect-ratio: 891/177;
    margin-left: -50%;
    opacity: .7;
    background: url(../../uploads/2023/09/ombre-marteau-2.png) center center no-repeat;
	background-size: 100%;
    pointer-events: none;
}
body:not(.fl-builder-edit) #video-home > .fl-row-content-wrap {
    /*position: relative;
    z-index: 3;*/
}
#video-home .mejs-container {
    max-height: 95vh;
    aspect-ratio: 16/9;
    width: auto !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 480px){
.contact-infos .wpcf7-form-control-wrap:not(:first-child) {
    margin-left: -6px;
}
.contact-infos .wpcf7-form-control-wrap:not(:first-child) input {
    clip-path: polygon(17px 0, 100% 0, calc(100% - 17px) 100%, 0% 100%) !important;
    padding-left: 26px !important;
}
.home #champ-identite {
    width: calc(100% - 22px);
}
.home #champ-objet {
    width: calc(100% - 44px);
}
.home #champ-message {
    width: calc(100% - 66px);
}
.home #champ-message textarea {
	clip-path: polygon(0 0, 100% 0, calc(100% - 29px) 100%, 0% 100%);
}
}


/*********  
*	Page
*********/
.margin-left > .fl-row-content-wrap,
.fl-col.margin-left > .fl-col-content {
    padding-left: calc((100vw - var(--site-max-width)) /2 - 15px );
}
.margin-right > .fl-row-content-wrap,
.fl-col.margin-right > .fl-col-content {
    padding-right: calc((100vw - var(--site-max-width)) /2 - 15px );
}
.page-thumbnail .fl-photo-content img {
    min-height: 100vh;
    object-fit: cover;
}
.fl-module-photo .fl-photo-mask-right .fl-photo-content img {
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}
.fl-module-photo .fl-photo-mask-left .fl-photo-content img {
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}
.fl-module-photo .fl-photo-mask-right-top .fl-photo-content img {
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    overflow: hidden;
}
.fl-module-photo .fl-photo-mask-left-top .fl-photo-content img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%);
    overflow: hidden;
}
.fl-accordion-button-label:focus {
    outline: none;
}
.tooltipster-sidetip .tooltipster-box  {
    background: #000 !important;
    border-radius: 5px !important;
    border: none !important;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  padding-top: 18px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.tooltipster-box .tooltipster-content ul {
    padding-left: 18px;
    margin: 10px 0 0;
}

/*********  
*	News
*********/
.archive #wrapper-main #page-header > header {
    padding: 10vh 15px;
}
.category-description {
    font-size: 22px;
    max-width: 475px;
}
.archive #content-wrapper #content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 75px;
}
.archive #content article,
#more-news article {
    width: 25%;
	min-width:305px;
    padding: 0px 20px 0;
    margin: 0 0px 75px;
}
#more-news article {
    transform: translateX(-40px);
    opacity: 0;
    transition-duration: .6s;
}
.archive #content .row article:nth-of-type(1) {transition-delay: .2s;}
.archive #content .row article:nth-of-type(2) {transition-delay: .4s;}

#more-news article {
    transition-delay: .6s;
}
#more-news article:nth-of-type(2) {transition-delay: 0.8s;}
#more-news article:nth-of-type(3) {transition-delay: 1.0s;}
#more-news article:nth-of-type(4) {transition-delay: 1.2s;}
#more-news article:nth-of-type(5) {transition-delay: 1.4s;}

#more-news.inview article {
    transform: translateX(0px);
    opacity: 1;
}
article .post-header h1 {
    font-size: 22px;
    text-transform: none;
    line-height: 1.2;
    margin:22px 0 12px 0px;
}
article .post-header h1 a {
	color:var(--color-title);
    text-decoration: none;
}
article .post-header h1 a:hover {
	color:var(--color-link) !important;
}
.article-infos {
	padding:0px 5px 0px 0px;
}
.article-date {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    display: none;
    margin-top: 2px;
}
.category-2 .article-date {
    display: block;
}
.single .article-date {
    /*display: block;*/
}
.source {
    font-size: 15px;
}
.article-excerpt {
    font-size: 15px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 10px;
}
.article-excerpt p {
    margin-bottom: 0;
}
a.readmore {
    font-size: 15px;
    letter-spacing: .5px;
    display: none;
}
a.readmore:hover {
    padding-left: 5px;
}
.article-image {
    width: 100%;
	height:355px;
    position: relative;
    overflow: hidden;
    background-color: #000000;
}
.home .article-image {
    background-color: transparent;
}
.article-image a {
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}
.article-image img {
	object-fit:cover;
	width:100%;
	height:100%;
	transition-duration:.3s;
}
.home article .article-image:hover img {
    opacity: 1;
}
.article-image .article-image-media {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    width: 115px;
	height:50px;
    right: 20px;
    bottom: 20px;
}
.post-a-la-une .article-image .article-image-media {
    right: 30px;
    bottom: 30px;
}
.article-image .article-image-media img {
	object-fit: contain;
    object-position: bottom right;
}
.pagination {
    display:block;
	text-align:center;
    min-width: 100%;
}
.pagination h2 {
    display:none;
}
.pagination .page-numbers {
    font-size: 16px;
    line-height: 1;
	display:inline-block;
	vertical-align:top;
	padding:8px 0px 0px;
	/*background:var(--color-bg2);*/
	color:var(--color-text);
    border-radius: 20px;
	text-align:center;
    min-height: 32px;
    min-width: 32px;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	padding:8px 15px 0px;
}
.pagination .page-numbers:hover {
	background:var(--color-link);
    color:var(--color-bg);
}
.pagination .page-numbers.current {
	background:var(--color-link);
    color:var(--color-bg);
	font-weight:700;
}
.section-a-la-une {
    position: relative;
    z-index: 2;
}
article.post-a-la-une {
    position: relative;
	width:100% !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.home article.post-a-la-une {
    align-items: center;
}
article.post-a-la-une .article-image {
    height: 520px;
    width: 58%;
    flex-shrink: 0;
}
@media only screen and (min-width: 810px){
article.post-a-la-une .article-image {
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
}
}
.home article.post-a-la-une .article-image {
    height: clamp(400px, 60vh, 600px); 
}
article.post-a-la-une .article-infos {
    width: 100%;
}
article.post-a-la-une .subtitle {
    margin-bottom: 10px;
}
article.post-a-la-une h1 {
    font-size: 55px;
    line-height: 1.15;
    font-weight: 300;
    text-transform: none;
}
article.post-a-la-une .article-excerpt {
    font-size: 17px;
    line-height: 30px;
    /*padding-right: 25px;*/
    padding-right: min(5vw, 95px);
}
.readmore-wrapper {
    margin-top: 30px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
}
.archive .readmore-wrapper .category-link {
    display: none;
}

/*********  
*	Single
*********/
.single-post .rank-math-breadcrumb {
    font-size: 13px;
    padding-top: 10px;
}
.single-post .rank-math-breadcrumb p {
    margin-bottom: 0;
}
.single-post article.post {
    max-width: var(--site-max-width);
    margin: 0 auto;
}
.single-post #content-wrapper {
    max-width: var(--site-max-width);
    padding: 0 15px !important;
}
.single-post #wrapper-main article #page-header {
    padding: 100px 0px 65px;
}
.single #page-header header h1 {
    font-size: 60px;
    margin-bottom: 30px;
}
.single #post-intro {
    font-size: 22px;
    line-height: 1.45;
    max-width: max(80%, 480px);
}
.single #post-intro p {
    margin-bottom: 0;
}
.single.fl-builder #post-intro,
.single.fl-builder #post-thumbnail-wrapper {
    display: none;
}
.single #post-thumbnail {
    height: 100% !important;
    overflow: hidden;
}
.single #post-thumbnail img {
    max-height: 80vh;
}
.single #content-wrapper #content {
    padding: 60px 0 20px;
    display: flex;
}
#post-date {
    min-width: min(230px, 20%);
    font-size: 16px;
}
.single #post-content {
    color:var(--color-title);
    padding: 0 6vw;
}
.single .back-category {
    text-align: left;
    padding: 25px 0 0;
}
.fl-post-tags {
	margin: 30px 0 0px;
}
.fl-post-tags > strong {
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
}
.fl-post-tags a {
	font-size:16px;
    font-weight: 700;
	display:inline-block;
	margin:0 15px 10px 0px;
    text-decoration: none;
    padding: 0 0px;
    color: var(--color-title);
}
.fl-post-tags a:hover {
    color: var(--color-link);
}
.fl-post-tags a:before {
	content:"#";
}
#share-buttons {
    position: relative;
    font-size: 16px;
}
#share-buttons a {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    padding-top: 3px;
}
#share-buttons a:hover {
    color:var(--color-link-hover);
}
#share-buttons a i {
    font-size: 18px;  
}
.video-yt-wrapper {
	position:relative;
	padding-bottom:56.25%;
    width: 100%;
}
.video-yt-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.galerie-photos {
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
}
.galerie-photos > div {
    margin:0 20px 20px 0;
	max-width:190px;
}
.galerie-photos > div img {
	max-width:100%;
}
.mfp-counter {
    display:none;
}

#more-posts {
	text-align:center;
	margin:80px auto 60px;
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
    border:none;
    padding:5px 11px 2px;
    background:#fff; 
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
    background:var(--color-link);
	color:#fff;
}

#more-news {
    position: relative;
    padding: 50px 15px 20px;
}
#more-news > div {
    max-width: var(--site-max-width);
    margin: 0 auto;
}
#more-news > div > .title {
    padding-left: 20px;
}
#more-news > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content :flex-start;
}

/*********  
*	Contact
*********/
.prefill-identite #champ-identite {
    display: none;
}
#form-devis {
    position: relative;
}
#form-devis:before {
    position: absolute;
    content: "";
    top: -1px;
    right: calc(100% - 1px);
    height: calc(100% + 1px);
    width: max(50px, 4vw);
    pointer-events: none;
    background-color: var(--color-link);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/*********  
*	Formulaires
*********/
.contact-infos {
    display: flex;
}
.champ-infos-option {
    /*display: none;*/
}
.champ-infos-option .select2-container {
    min-width: 100%;
}
.wpcf7 label {
    font-size: 22px;
    line-height: 1;
    margin-bottom:4px;
}
.wpcf7 label small {
    font-size: 15px;
    display: block;
}
.wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 15px;
    width: 100%;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea, .wpcf7 select {
	width:100%;
}
.wpcf7-not-valid, .wpcf7-not-valid + .select2-container {
    margin-bottom: 8px !important;
}
span.wpcf7-not-valid-tip, label.error {
    font-size:12px;
    color: var(--color-bg);
    padding-left: 10px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-response-output {
    border:none !important;
	background-color:var(--color-title);
	padding:16px 20px 16px !important;
	color:#ffffff;
	margin:20px 0 0px 0 !important;
	font-size:15px;
	line-height:1.3;
}
.wpcf7-spinner {
    vertical-align: middle;
}
#contact-form button {
    vertical-align: top;
}

/*********  
*	404
*********/
.error404 .nav-menu > li > a {
  color: var(--color-text);
}
.error404 .nav-menu > li > a:hover {
  color: var(--color-bg);
}
.error404:not(.menu-open) .open-menu {
    filter: invert(1);
}
.error404 .site-content {
	padding-top:6vh;
}
.error404 .site-content article {
    margin:0px auto;
	height:90vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative;
	padding:0px 15px 0;
	z-index:3;
	font-size:20px;
}
.error404 .site-content h1 {
	font-size: clamp(160px, 20vw, 250px);
    color: var(--color-link);
    margin-bottom: 20px;
    line-height: .9;
}
.error404 h1 em {
    color: var(--color-title);
	font-style:normal;
	font-size: clamp(45px, 7vw, 75px);
	line-height:1;
	display:block;
}

@media only screen and (min-width: 810px){
.hide-on-desktop {
    display: none;
}
}
/*@media only screen and (max-width: 1625px){
.fl-applications-left {
    padding-left: 45px;
}
}*/
@media only screen and (max-width: 1560px){
footer #footer-area {
    padding-left: 15px;
}
footer #footer-infos {
    margin-right: 15px;
    width: calc(100% - 15px);
}
}
@media only screen and (max-width: 1280px){
.has-post-thumbnail.page #wrapper-main #page-header header {
    padding-right: 10%;
}
.has-post-thumbnail #page-header h1 {
    max-width: 100%;
}
article.post-a-la-une h1 {
    font-size: 40px;
}
.home article.post-a-la-une .article-image {
    width: 50%;
}
.archive #content article, #more-news article {
    width: 33.333%;
    padding: 0px 15px;
}
footer #footer-area #text-2,
footer #footer-area #text-4 {
    min-width: 35vw;
}
footer #footer-infos {
    padding-left: calc(35vw + 15px);
}
}
@media only screen and (max-width: 1080px){
.fl-col-small:not(.fl-col-small-full-width) {
    max-width: none;
}
.hide-on-tablet {
    display: none;
}
#site-header a.site-title {
    /*margin-top: 35px;*/
}
.site-name {
    color: var(--color-text);
}
.archive .site-name {
    margin-left: 18px;
}
.hide-site-name #site-header .site-name * {
    opacity: 0;
    transform: translateX(-40px);
}
#content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px;
}
.archive #content article, #more-news article {
    width: 50%;
}
#page .post-header h1 a {
    color: var(--color-title) !important;
}
.archive #content .article-excerpt, #more-news article .article-excerpt {
    color: var(--color-title) !important;
}
.single-post #wrapper-main #post-thumbnail-wrapper {
    margin-bottom: 35px !important;
}
.single #wrapper-main #post-thumbnail-wrapper #post-thumbnail img {
    position: relative;
    width: 100%;
}
.single #content-wrapper #content {
    padding-top: 0px
}
.single #post-content {
    padding: 0 0;
}
#more-posts {
    margin-top: 0;
}
footer #footer-area > div {
    padding-right: 2.5vw;
}
footer #footer-infos {
    padding-left: 15px;
}
}
@media only screen and (max-width: 810px){
.hide-on-mobile {
    display: none;
}
img {
	max-width:100%;
	height:auto;
}
small {
    font-size:70%;
}
blockquote:not(.testimonial) {
    font-size: 22px;
    line-height: 32px;
}
#site-header a.site-title .site-logo {
    height: 40px;
    width: auto;
}
.site-content h1,
.site-content .h1,
.fl-builder-content .title .fl-rich-text {
    font-size: clamp(45px, 12.5vw, 80px);
}
.single #page #page-header header h1 {
    font-size:min(60px, 11vw); 
}
h2 {
    font-size: min(55px, 10vw) !important;
}
h3 {
    font-size: min(40px, 8vw);
}
.fl-col-small {
    max-width:100%;
}
.site-content {
    /*padding-bottom: 60px;*/
    padding-top: 100px;
}
.single-post #content-wrapper,
#content-wrapper {
    padding-top: 0px;
}
.page #wrapper-main #page-header {
    padding-top: 40px;
}
.has-post-thumbnail.page #wrapper-main #page-header {
    height: auto;
}
.archive #wrapper-main #page-header > header {
    padding:40px 15px;
}
#wrapper-main #post-thumbnail-wrapper,
#wrapper-main article #page-header #post-thumbnail-wrapper {
    width: calc(100% + 15px);
    position: relative;
    margin-top: 35px;
}
.single-post #content-wrapper,
.single-post #wrapper-main #post-thumbnail-wrapper {
    width: 100%;
}
.has-post-thumbnail.page #wrapper-main #page-header header {
    padding-right: 0%;
}
#wrapper-main #post-thumbnail-wrapper:after {
    height: 50px;
}
.page-thumbnail .fl-photo-content img {
    min-height: auto;
}
#intro-home:before, #intro-home:after {
   height: 100%;
}
#intro-home:after {
    background-size: auto 100%;
    background-position: 60% 0;
}
#intro-home:before {
    background: -o-radial-gradient(50% 90%, circle, #fafafa 0%, #e9e9e9 50%, #e9e9e9 100%);
    background: radial-gradient(circle at 50% 90%, #fafafa 0%, #e9e9e9 50%, #e9e9e9 100%);
}
.fl-testimonials .fl-testimonial {
    width: 100%;
    padding-left: 0;
    padding-right: 0; 
}
#breadcrumbs {
    font-size: 14px;
}
.archive #content-wrapper #content {
    padding-top: 0;
}
.archive #content article, #more-news article {
    width: 100%;
    padding: 0;
}
.article-image {
    width: 100%;
    min-width: 100%;
}
article.post-a-la-une {
    flex-direction: column;
}
article.post-a-la-une .article-infos {
    margin-top: 35px;
    padding-right: 0;
}
article.post-a-la-une .article-excerpt {
    padding-right: 0;
}
article.post-a-la-une .article-image {
    height: 355px;
    width: 100%;
}
.readmore-wrapper {
    padding-right: 0;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.readmore-wrapper a {
    margin-top: 15px;
}
.home article.post-a-la-une .article-image {
    height: clamp(300px, 35vh, 600px);
    clip-path:none;
}
.single #page #page-header {
    margin-bottom: 10px;
}
.single-post #content-wrapper {
    padding-bottom: 150px;
}
.galerie-photos > div {
    max-width: calc(50% - 20px);
}
#more-news > div > .title {
    padding-left: 00px;
}
#contact-form .infos-contact:not(.infos-contact-full) {
    column-count: 1;
}
footer {
    padding-top: 60px;
}
footer #footer-area {
    padding-bottom: 40px;
}
footer #footer-area > div {
    padding-right: 0;
}
footer a.site-title {
    float: none;
    margin: 0 auto 40px;
}
footer #footer-area #footer-nav {
    display: none;
}
footer #footer-area #text-3,
footer #footer-area #text-5 {
    max-width: 50%;
    margin-left: 0;
}
footer #footer-area #nav_menu-2,
footer #footer-area #nav_menu-3 {
    display: none;
}
footer #footer-area #text-2,
footer #footer-area #text-4 {
    width: 55%;
    padding-right: 25px;
}
#footer .socials {
    margin-right: auto !important;
    order: 2;
    min-width: 0;
}
#footer-nav ul:not(#menu-footer) {
    display: none;
}
span.wpcf7-list-item {
    display:block !important;
}
}
@media only screen and (max-width: 480px){
#site-header a.site-title .site-logo {
    height: 26px;
}
.site-name {
    font-size: 28px;
}
.contact-infos {
    flex-wrap: wrap;
}
#more-news article {
    margin-left: 0px;
}
.archive #content article, #more-news article {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
}
.article-infos {
    padding-left: 0px !important;
}
#contact-form .contact-form-infos .form-nav {
    flex-direction: column;
}
#contact-form .infos-contact {
    column-count: 1;
    column-gap: 0px;
}
#contact-form .contact-form-infos .form-nav > div {
    display: flex;
    padding-top: 25px;
}
footer #footer-area {
    flex-direction: column;
    padding-bottom: 30px;
    text-align: center;
}
footer #footer-area #text-2,
footer #footer-area #text-4 {
    width: 100%;
    padding: 0;
}
footer #footer-area #text-2 p,
footer #footer-area #text-4 p {
    max-width: 100%;
}
footer #footer-area #text-3,
footer #footer-area #text-5 {
    max-width: 100%;
    margin-top: 20px;
}
footer #footer-infos {
    flex-direction: column;
    text-align: center;
}
}