/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.5.1
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2024 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2024 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
h1 {
	font-size: 30px !important;
}
/*-------------------------------------
# caroussel design : elementor caption
-------------------------------------*/

.elementor-image-carousel .elementor-image-carousel-caption {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    font-size: 16px;
    opacity: 0 !important;
    transition: 2s !important;
    
    /*border-radius: 5px !important;*/
    padding: 60px 70px 80px 70px; /* haut | droit | bas | gauche */
}
.elementor-image-carousel:hover .elementor-image-carousel-caption {
    opacity: 0.94 !important;
    background-color: var(--accent);
     color: #fff;
   /* color: #000;
    background-color: #fff;*/
    transition: 1s !important;
}

/* articles */

.container.grid-container {

	/*background-color: aqua;*/
	background-color: #fff;
}


.blog .container .grid-container {

    margin-left: auto;
    margin-right: auto;
    /*max-width: 1200px;*/
	max-width: 1140px;
    /*padding: 20px 20px;*/
	/*background-color: yellow;*/
}

/* navigation */

.generate-back-to-top {
    border-radius: 25px !important;
}

/*-------------------------------------
# form design : wpcf7
-------------------------------------*/

#formulaire-responsive {
	max-width:600px /*-- à modifier en fonction de la largeur désirée --*/;
	/*margin:0 auto;*/
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
/*
.wpcf7-submit{
	float: right;
	color: #69af36; 
      font-family: 'Noto Sans', sans-serif;
      border-color: #69af36; 
      font-size: 14px; 
  	  line-height: 49px; 
      height: 49px; 
      font-weight: 600; 
      background-color: #ffffff; 
      border-radius: 4px; 
          -moz-border-radius: 4px; 
          -webkit-border-radius: 4px; 
       text-transform: uppercase; 
       border-width: 2px;  
       padding-left: 26px; 
       padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
*/
.wpcf7-submit {
display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/*-------------------------------------
# responsive table
-------------------------------------*/

table {
   border-width: 0 !important;
   border-spacing: 5px !important;
}
thead {display: none;}
thead { 
    opacity: 0; 
    border: 0 none; 
    height: 0; 
}
thead * { 
    margin: 0; 
    padding: 0; 
    border: 0 none; 
    height: 0px; 
}
tbody td {
  vertical-align: text-top;
}

/*-------------------------------------
# responsive events table 
-------------------------------------*/
.tinbox-events table {
	width:100%;
	flex: 1 1 auto;
	display: flex;
	flex-flow: column wrap;
	/*justify-content: space-around;*/
	/*background-color: RGBa(120,150,240,1);*/
	margin: 0px 0px 20px 0px;
	flex-wrap: nowrap;
	flex-direction: row;
	border-width: 0 !important;
}
.tinbox-events table thead {display: none !important;}
/*.tinbox-events table tr {*/
	/*display: inline-table;*/
	/*margin: 0.3em;
	border: dashed 6px;
	border-width: 6px;*/
	/*display: inline-flex;*/
	/*margin-bottom: 0.2em;*/
 /*}*/
 .tinbox-events table tr:nth-of-type(2n) {background-color: inherit;}
 .tinbox-events table tr td:first-child {
	vertical-align: text-bottom;
	/*background: #ec0a0a; */
	font-weight:bold;
	font-size:1.3em; /* bold 24 arial */
	flex: 1 1 auto;
	background-color: #FAFAFA!important;
	height: auto;
	padding: 0px 10px 0px 10px!important;
	/*max-width: 60px;*/
	border-right: 1px solid #000 !important;
}
.tinbox-events table tbody td {
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	padding-right: 8px !important;
	padding-left: 5px !important;
	/*margin-bottom: 10px;*/
	min-height: 100px;
	line-height: 1.5;
	text-align:left;
	vertical-align: top;
	flex: 1 1 auto;
	background-color: #FAFAFA !important;
	height: auto; 
	/*margin: 10px;*/
	width: auto;
	/* width: 100%;*/
}
.tinbox-events table tbody td b {
	font-weight:bold;
	font-size:1.0em; /* bold 18 arial */
}
.tinbox-events table tbody td:before {
	content: attr(data-th);
	display: block;
	text-align:center; 
}
.tinbox-events table tr td:first-child a, .tinbox-events-x table tr td:first-child a  {
	flex: 1 1 auto;
	display: flex;
	border-radius: 4%;
	background-color: #eeeeee;
	text-transform: none;
	text-decoration: none;
	color: #a0a0a0;
	font-size: 10px;
	line-height: 1.5;
	/*vertical-align: text-bottom;*/
	/*margin-top: 10%;*/
	margin-top: 10px;
}
/* unvisited link */
.tinbox-events table tr td:first-child a:link {
	text-decoration: none;
	color: #a0a0a0;
}
/* visited link */
.tinbox-events table tr td:first-child a:visited {
	text-decoration: none;
	color: #a0a0a0;
}
/* mouse over link */
.tinbox-events table tr td:first-child a:hover {
	text-decoration: none;
	color: #000000;
}
/* selected link */
.tinbox-events table tr td:first-child a:active {
	text-decoration: none;
	color: #a0a0a0;
}
  
@media screen and (max-width: 600px) {

	/*body {
	text-transform: none;
	font-size: 16px;
	line-height: 1.5;
	}
	*/
	.tinbox-events table {
		width:100%;
		flex: 1 1 auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		margin: 0px 0px 20px 0px;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.tinbox-events table thead {display: none;}
	.tinbox-events table thead { opacity: 0; border: 0 none; height: 0; }
	.tinbox-events table thead * { margin: 0; padding: 0; border: 0 none; height: 0px; }
	.tinbox-events table tr:nth-of-type(2n) {background-color: inherit;}
	.tinbox-events table tr td:first-child {	
		background-color: #FAFAFA!important; 
		font-weight:bold;
		font-size:1.3em;
	}
	.tinbox-events table tbody td {
		font-weight:normal;
		font-size:0.8em; 
		vertical-align: top;
		flex: 1 1 auto;
		background-color: #FAFAFA!important;
		/*background-color: RGBa(120,240,150,0.7);*/
		height: auto; /*50px*/
		margin: 10px !important;
	}
	.tinbox-events table tbody td:before {
		content: attr(data-th);
		/*display: block;*/
		text-align:center; 
		/*background-color: #f52525;*/
	}
}

/*-------------------------------------
# home page grid .tinbox-models-grid
-------------------------------------*/

.tinbox-tag {
	flex: 1 1 auto;
	display: flex;
	border-radius: 4%;
	background-color: #f4f4f4;
	text-transform: none;
	text-decoration: none;
	color: #676767; /*#a0a0a0;*/
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	/*vertical-align: text-bottom;*/
	/*margin-top: 10%;*/
	/*margin-top: 10px;*/
	padding: 2px 6px;    
}
/* unvisited link */
.tinbox-tag:link,
.tinbox-events table tr td:first-child  .tinbox-tag:link {
	text-decoration: none;
	color: #676767; /*#a0a0a0;*/
}
/* visited link */
.tinbox-tag:visited,
.tinbox-models-grid .tinbox-tag:visited {
	text-decoration: none;
	color: #000000; /*#a0a0a0;*/
}
/* mouse over link */
.tinbox-tag:hover,
.tinbox-models-grid .tinbox-tag:hover {
	text-decoration: none;
	color: #676767; /*#a0a0a0;*/
}
/* selected link */
.tinbox-tag:active,
.tinbox-models-grid .tinbox-tag:active {
	text-decoration: none;
	color: #000000; /*#a0a0a0;*/
}

/*-------------------------------------
# Portfolio Filters on Tinbox Concept page
-------------------------------------*/

/* hide all individual tinbox filter */
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox"],
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-1"],
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-2"], 
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-3"], 
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-4"], 
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-5"], 
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-6"], 
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-7"], 
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-8"] {
    display : none;
}
/* manage visible filters : All, Active, Build, Inactive Tinbox */
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-active"],
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-active"]:hover {
	background-color: #c5191c; /* green;*/
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 40px !important; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 40px !important; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 40px !important;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-inactive"] {
	background: #ffffff;
	color: #121212!important;
	border-style: solid !important; /* dotted*/
	border-width: 1px;
	border-color: #c0c0c0!important;
	/*background-color: -moz-border-radius;*/
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 40px !important; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 40px !important; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 40px !important;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-inactive"]:hover {
	/*background: #eaeaea!important;*/
	background-color: #000000;
	color: #ffffff!important;
	border-color: #000000!important;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-construction"] {
	background-color: #e4e4e4; /* orange;*/
	color: #272323;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 40px !important; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 40px !important; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 40px !important;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-construction"]:hover {
	/*background: #3f3f3f;*/
	background-color: #000000;
	color: #ffffff;
}
.elpt-portfolio-filter [data-filter="*"] {
	/*background-color: orange;*/
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50% !important; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 50% !important; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 50% !important;       
	width: 36px;
	height: 36px;
}
.elpt-portfolio-filter [data-filter="*"]:hover {
	transform: rotate(90deg); /* Equal to rotateZ(45deg) */
	background-color: #000000;
	color: #ffffff;
}

/* filters with background : unused */
/*
.elpt-portfolio-filter [data-filter="___*"] {
	background-color: #D1D1;
	background-image: url(/wp-content/uploads/visual-portfolio/placeholder.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-1"] {
	background-color: #D1D1;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-2"] {
	background-color: #E3E3;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-3"] {
	background-color: #F5F5;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-4"] {
	background-color: #F5F5;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-5"] {
	background-color: #F5F5;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-6"] {
	background-color: #F5F5;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-7"] {
	background-color: #F5F5;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
.elpt-portfolio-filter [data-filter=".elemenfoliocategory-tinbox-8"] {
	background-color: #F5F5;
	background-image: url(/wp-content/uploads/2024/04/icons8-caravane-64.png);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}
*/
/*header#masthead {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100000;
}*/

/*-------------------------------------
# Custom Fullscreen OpenStreetMap
-------------------------------------*/
#map {
  width: 100% !important;
  max-height: 400px !important;
}
.fullscreen-icon {
	background-image: url('/wp-includes/js/leaflet/fullscreencontrol/icon-fullscreen.svg');
	background-size: 26px 52px !important;
}
.fullscreen-icon.leaflet-fullscreen-on {
	background-position: 0px -26px !important;
}
.leaflet-touch .fullscreen-icon {
	background-position: 2px 2px !important;
}
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
	background-position: 2px -24px !important; /* 2px -24px */
}
/* Safari still needs this vendor-prefix: https://caniuse.com/mdn-css_selectors_fullscreen */
/* stylelint-disable-next-line selector-no-vendor-prefix */
.leaflet-container:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
.leaflet-container:fullscreen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
.leaflet-pseudo-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 99999;
}
.leaflet-bar a /*,
.leaflet-control-layers-toggle*/ {
    background-position: 50% 0% !important;
    background-repeat: no-repeat!important;
    display: block!important;
    /*background-color: red!important;*/
}
.leaflet-bar a:active /*,
.leaflet-control-layers-toggle*/ {
    background-position: 100% 100% !important;
    background-repeat: no-repeat!important;
    display: block!important;
    /*background-color: red!important;*/
}