/*!
Theme Name: Alsaflooring
Author: Troisetplus
Author URI: https://troisetplus.fr/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alsaflooring
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.

Alsaflooring 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/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/**
 Importing calculator css
 */

@import url("./calculatrice/calculatrice.css");

/** tags - balises **/

*
{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

html {
	min-height: 100vh;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background-color: white;
}

body
{
	min-height: 100vh;
	margin: 0;
	background: left top / contain no-repeat url("asset/background.png");
	background-attachment: fixed;
	background-size: 41.66vw 100vh;
}

main 
{
	/*overflow: hidden;*/
	display: block;
    max-width: 1920px;
	width: 90%;
    margin: 0 auto;
}

section ,.wp-block-heading ,.wp-block-columns
{
	max-width: 2000px;
    margin: auto;
	margin-top:0;
}

section > section
{
	margin-bottom: auto;
}

.wp-block-columns section
{
	margin:0;
	padding:0;
}

h1 {
	font-size: 4em;
	margin: 0.67em 0;
}

@media (max-width: 1199.9px) 
{ 
	h1 {
		font-size: 3em;
	}
}

h2
{
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 1rem;
}


@media (max-width: 1199.9px) 
{ 
	h2 {
		font-size: 2em;
	}
}

h4 {
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6
{
	color: #000000;
	font-weight: 700;
	line-height: 1em;
}

section ,.wp-block-columns
{
	margin-bottom: 2rem;
}

p 
{
	margin: 0.25em 0;
}

hr 
{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ol 
{
	padding-left: 1rem;
}

ul 
{
	list-style: disc;
}

ol 
{
	list-style: decimal;
}

li > ul,li > ol 
{
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt 
{
	font-weight: 700;
}

dd 
{
	margin: 0 1.5em 1.5em;
}

embed,iframe,object 
{
	max-width: 100%;
}

img 
{
	height: auto;
	max-width: 100%;
}

figure 
{
	margin: 1em 0;
}

table 
{
	width: 100%;
}

a 
{
	color: #4D95C4;
}

a:visited 
{
	color: #1D2B50;
}

a:hover,a:focus,a:active 
{
	color: #191970;
}

a:focus 
{
	outline: 0;
}

a:hover,a:active 
{
	outline: 0;
}

@media (max-width: 576px) 
{ 
	*
	{
		font-size:0.9rem;
	}
}

/** end tags - balises 
========================================**/

/** generic class **/

.flex
{
	display: flex;
}

.wrap
{
	flex-wrap: wrap;
}

.column
{
	flex-direction: column;
}

.cover
{
	object-fit: cover;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 320px;
}

.contain
{
	object-fit: contain;
}

.relative
{
	position: relative;
}


.auto-margin-l
{
	padding-left: min(100px, 7.5%);
}

.auto-margin-l-plus
{
	padding-left: min(200px, 10%);
}

.block-cube
{
	position: relative;
}

.block-cube::before
{
	background-color: #F2F3F0;
	content: "";
	display: block;
	padding-top: 100%;
	height: 100%;
}

.block-cube > *
{
	position: absolute;
	top : 0;
}

.block-cube img
{
	object-fit: cover;
	height: 100%;
	width: 100%;
	/*height: calc(100% - 0.5em);*/
}

.margin-auto
{
	margin: auto;
}

.icon-check-circle 
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	min-width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #4D95C4;
	color: white;
	margin-right: 0.5em;
	margin-top: 1.5%;
}

.icon-check-circle::before 
{
	content: "\f00c"; /* Code Unicode pour l'icône de coche */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.5em;
}

.search-icon::before
{
	content: '\f179';
	display: inline-block;
	font-family: 'dashicons';
}

.search-icon
{
	font-size: 1em;
	display: inline-block;
	position: relative;
	top: 2.5px;
}


/** end generic class 
========================================**/

/** template-title **/
/* style du template d'un titre de page */

#template-title
{
	word-wrap: break-word; 
	padding:0 10% 0 0;
}

#template-title > h1
{
	overflow-wrap: normal;
	position : relative;
	font-size: 4.5em; 
	line-height: 1em;
	margin:30px 0;
}

#template-title > h2
{
	color:#4D95C4; 
	font-size : 1.25em;
	line-height : 1.25em;
	margin-bottom: 2.5rem;
}

#template-title a
{
	font-weight: bold;
}


#template-title p
{
	margin-bottom: 30px;
}

@media (max-width: 991.9px) 
{ 
	#template-title > h1
	{
		font-size: 8vw;
	}
}

@media (max-width: 1199.9px) 
{ 
	#template-title
	{
		padding:0 15px;
	}
}

td
{
	padding: 15px;
}

/** end template-title 
========================================**/

/** block-title-1 **/
/* style du block titre de base */

#block-title-1 #elem-1
{
	background-color:#1D2B50;
}

#block-title-1 #elem-1 > div
{
	background: left top / contain no-repeat url("asset/backgroundWhite.png") ;
	background-size: 100% max(100%,400px) ;
    height: 100%;
	width: 100%;
	color: white;
}

#block-title-1 #elem-1 table
{
	aspect-ratio: 1/1;
	margin: auto;
}

#block-title-1 #img-2
{
	aspect-ratio: 1/1;
}

@media (max-width: 991.9px) 
{ 
	#block-title-1 #img-2
	{
		height: 100%;
	}
}

/** end block-title-1 
========================================**/

.block-title-annotated
{
	margin-bottom: 30px;
}

.block-title-annotated .tab-pane, .block-title-annotated .tab-pane .d-flex {
	height: 100%;
}

.block-title-annotated #img-center
{
    align-items: center;
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 75%; 
	background-color: #f0f3f0;
	display: flex;
	height:auto;
    justify-content: center;
	min-height: 200px;
	max-height: 100%;
	width: 63.16666667%;
}

.block-title-annotated #img-center img {
	max-width: 400px;
	width: 100%;
}

.block-title-annotated #list
{
	counter-reset: custom-counter;
	list-style-type: none; 
	padding: 0px;
	min-height: 100%;
	margin: auto 0;
	padding: 0 15px;
}

.block-title-annotated #list li
{
	align-items: center;
	height: min-content;
	width: 100%;
}

.block-title-annotated #list h6
{
	width: calc(100% - 2em);
	line-height: 1.2em;
}

.block-title-annotated #list li::before 
{
	content: counter(custom-counter);
	counter-increment: custom-counter;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: #4D95C4;
	color: white;
	text-align: center;
	margin-right: 0.5em;
	align-self: flex-start;
  }

.block-title-annotated #list p
{
	margin: 0;
	margin-bottom: 1em;
}

.block-title-annotated .nav-tabs, .block-title-annotated .nav-link {
	border: none;
}

.block-title-annotated .nav-link {
	border: 3px solid #000000;
	border-radius: 0;
	color: #000000;
	font-weight: 700;
	margin: 3px 0;
	text-transform: uppercase;
	width: 100%;
}

.block-title-annotated .nav-link.active {
	border-color: #4D95C4;
	color: #4D95C4;
}


@media (max-width: 991.9px) 
{ 
	.block-title-annotated .tab-pane, .block-title-annotated .tab-pane .d-flex {
		height: auto;
	}
	
	.block-title-annotated #img-center
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.block-title-annotated #list
	{
		width: 100%
	}
}

/** block-flex-brand **/
/* style du block des elements flexibles pour les marques */


#block-flex-brand #group-1
{
	position: relative; 
	margin-bottom : 40px; 
	padding-right:5vw
}

#block-flex-brand #elem-1 
{
	width: 50%;
	position: relative;
	margin-right: 5%;
	overflow: hidden;
	background: #03091d;
}

#block-flex-brand #elem-2
{
	width:50% ;
	word-break: break-word;
}

#block-flex-brand #elem-1 > table
{
	position: absolute;
	top: 0;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#block-flex-brand #elem-1 > table td 
{
	vertical-align: middle;
	text-align: center;
}

#block-flex-brand #elem-1 > table td > img
{
	width: 80%;
}

#block-flex-brand #elem-1 > img
{
	opacity: 25%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#block-flex-brand #elem-1::before 
{
	content: "";
	display: block;
	padding-top: 100%;
}

#block-flex-brand p
{
	width:75%; 
	margin-bottom: 4.5em;
}

#block-flex-brand h2
{
	font-size:3.5em;
}

#block-flex-brand h3
{
	margin-bottom:15%;
	font-size:1.5em;
}

#block-flex-brand a
{
	position : absolute; bottom : 1.5em;
}

@media (min-width: 770px) 
{ 
	#block-flex-brand h3
	{
		font-size: 2.5vw;
	}
}

@media (max-width: 994px) 
{ 
	#block-flex-brand h2
	{
		font-size: 6vw;
	}
}

@media (min-width: 1200px) 
{ 
	#block-flex-brand h3
	{
		font-size: 2em;
	}
}

/** end block-flex-brand 
========================================**/

/** block-CategorySearch **/
/* style du block pour la recherche de custom post selon les categories */

#CategorySearch_Result 
{
	height: min-content;
	padding: 0px;
}

#CategorySearch_Form {
	word-break: break-word;
}

#CategorySearch_Form label {
	width: max-content;
	font-size: 1rem;
}

#CategorySearch h2 {
	width: 100%; 
	font-size: 5rem;
}

#menu-search {
	display: none;
}


#CategorySearch_Form h3 {
	word-break: break-word;
	color: #FFFFFF;	
	-webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
	font-size: 2.75em;
	margin: 10px 0;
}

#CategorySearch_Form input {
	margin: 0 12px 0 36px;
	width: 16px;
	height: 24px;
}

#CategorySearch_Form > form {
	padding: 0 15px 15px 15px;
}

#CategorySearch_Button {
	margin: 20px 0;
	padding: 15px;
	font-weight: bold;
	background-color: #1D2B50;
	color: #FFFFFF;
	width: 100%;
}

#calc_button {
	background-color: #4D95C4;
	color: #FFFFFF;
	display: flex;
	text-align: left;
}

#calc_button .dashicons {
	height: auto;
	width: auto;
	font-size: 3em;
	color: #FFFFFF;
}

#calc_button a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFFFFF;
}


.item-search {
	position: relative;
	padding: 0 15px 15px 15px;
	cursor: pointer;
}

.item-search img
{
	object-fit: contain;
	width: 100%;
	aspect-ratio: 1/1;
	image-rendering: auto;
	background-color: #f0f3f0;
}

label
{
	vertical-align:middle;
	width: 100%;
}



@media (max-width: 1100px)
{
	#CategorySearch h2
	{	
		font-size: 3em;
	}

	#CategorySearch_Form h3
	{	
		font-size: 2em;
	}
}


@media (max-width: 575.9px)
{ 	
	#menu-search
	{
		display: block;
		font-size: 20px;
		padding: 10px 0;
		margin: 0
	}
	#CategorySearch > div
	{
		min-height: 465px;
		padding-top: 65px
	}
	
	#CategorySearch_Form
	{
		position:absolute; 
		height : 100%;
		top: 0;
		pointer-events: none;
		left: 15px;
	}

	#CategorySearch_Form > form > div
	{
		overflow: scroll;
		max-height: 20em;
	}

	#CategorySearch_Form > form
	{
		pointer-events:all;
		position: sticky;
		top: 50px;
		background-color: #1D2B50;
		color: white;
		left: 0;
		transition: height 0.5s ease;
		z-index: 1;
		max-height: 500px;
		min-width: min(250px,calc(100vw - 30px - 35%) );
		overflow: hidden;
	}
}

.arrow-down::before
{
	content: "\25BC"; /* Code Unicode de la flèche vers le bas */
}
  
.arrow-up::before
{
	content: "\25B2"; /* Code Unicode de la flèche vers le haut */
}

/** end block-CategorySearch
========================================**/

/** block-flex-item **/

#block-flex-item
{
  	justify-content: center;
}

#block-flex-item > div 
{
	width: 200px;
	height: 350px;
	margin: 0 30px;
	text-align: center;
}

#block-flex-item > div > h2
{
	margin: 5px 0;
	font-size: 2.5em;
	color: #4D95C4;
}

#block-flex-item > div > p
{
	margin: 5px 0;
}

/** end block-flex-item
========================================**/

/** block-terme-post **/

#item-term
{
	padding: 0 15px;
}

#block-terme-post p 
{
	width: auto;
}

#block-terme-post #img-1
{
	padding-bottom: 1.75em;
}

@media (max-width: 767.9px)
{
	
	#block-terme-post #group-1
	{
		padding-right: 5%;
	}
}

@media (max-width: 1199.9px)
{
	#block-terme-post p 
	{
		padding-left: 15px;
	}
}

@media (max-width: 991.9px) 
{
    #block-terme-post #group-1
	{
		margin-bottom: 5%;
	}

	#block-terme-post #group-1 > div:nth-child(2) > div
	{
		padding-bottom: 0.5rem;
	}
}

/** end block-terme-post
========================================**/

.item img
{
	aspect-ratio: 1/1;
	image-rendering: auto;
	background-color: #f0f3f0;
	width: calc(100% - 30px);
}

#title
{
	font-size:5.2em; 
	margin:5px 0
}

#text,#text-phone
{
	font-size: 20px;
	flex: 0 0 auto; 
	margin:0; 
	padding-left: 15px;
	margin-bottom:15px;
}

#text-phone
{
	padding-bottom: 65%; 
	padding-right: 5%;
	font-size: 1em;
}


@media (max-width: 994px) 
{ 
	#title
	{
		font-size: 8.5vw;
	}
}

#post-suggest
{
	position: relative;
	height: 100%; 
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths 
{
    position: relative;
    min-height: 1px;
}

.col-xs-5ths 
{
    width: 20%;
    float: left;
}

@media (min-width: 576px) 
{
    .col-sm-5ths 
	{
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) 
{
    .col-md-5ths 
	{
        width: 20%;
        float: left;
    }

	#text-phone
	{
		display: none;
	}
}

@media (min-width: 960px) 
{
    .col-lg-5ths 
	{
        width: 20%;
        float: left;
    }
}


/** block-inspiration **/

#block-inspiration h2
{
	padding-top: 60px;
	width: 100%;
	color: #1D2B50
}

#block-inspiration:first-child h2 {
	padding-top: 0;
}

#block-inspiration #group-1
{
	margin-bottom: 15px;
	flex-shrink: 0; 
	/*padding-right: 15px;*/
	position: relative;
}

#block-inspiration #group-1 > #img-1 > div > #color
{
	z-index: 2; 
	position: absolute;
	border-radius: 50%; 
	width : 20%; 
	padding-top: 20%;
}

#block-inspiration #group-1 > #img-1
{
	height: 100%;
	padding-bottom: calc(90% + 15px);
}

#block-inspiration #group-1 > #img-1 > div
{
	position: relative;
	height: 100%;
}

#block-inspiration #group-1 > #img-1 > div > img
{
	margin-left: 10%;
	width: 90%;
	height: 100%;
}

#block-inspiration #group-1 > #img-2
{
	margin-left: 10%;
	width: 90%;
	position: absolute;
	bottom: 0px;
	padding-top: 90%;
}

#block-inspiration #group-1 > #img-2 > img
{
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: calc(70% - 15px);
}

#block-inspiration #group-1 > #img-3
{
	position: absolute;
	bottom: 0px;
	right: -90%;
	width:  90%;
}

#block-inspiration #group-1 > #img-3::before
{
	content: "";
	display: block;
	padding-top: 100%;
}

#block-inspiration #group-1 > #img-3 > img
{
	position: absolute;
	bottom: 0px;
	height: 200%;
	max-width: 130%;
	width: 130%;
	left: -30%;
	clip-path: polygon(calc(23% + 15px) calc(50%), calc(23% + 15px) 0%, 100% 0%, 100% 100%, 0% 100%, 0% calc(50%));
}


#block-inspiration #group-2 #sub-block-1
{
	flex-shrink: 0;
	height: auto;
	position: relative;
	width: 30%;
}

#block-inspiration #group-2 #sub-block-1 #img-1
{
	position: absolute;
	top: 0;
	height: 45%;
	right: 0;
	width: 100%;
	border-bottom: 15px solid #ffffff;
	border-left: 15px solid #ffffff;
}

#block-inspiration #group-2
{
	height: 100%; 
	padding-bottom: 15px;
}



@media (max-width: 767.9px)
{
	#text,#block-inspiration #sub-block-1
	{
		display: none;
	}
}


/** end block-inspiration
========================================**/

/** template-post-grid **/
#template-post-grid
{
	position: relative; 
	flex-grow: 2;  
	height: 100%;
}

#template-post-grid::before
{
	content: "";
	display: block;
}

#template-post-grid #elem-1
{
	width: 100%;
	flex-wrap: wrap; 
	margin-left: 10px;
}

#template-post-grid #elem-2
{
	flex-direction: row;
	justify-content: flex-end;
	width : 100%;
}

#item-post
{
	padding-bottom: 5px;
}

#item-post a {
	color: #000000;
	text-decoration: none;
}

#item-post #img
{
	aspect-ratio: 1;
	background-color: #F2F3F0;
	background-size: contain; 
	background-repeat: no-repeat;
}

#item-post .post-text * {
	font-size: .8em; 
	line-height: 1em; 
	padding-top: 5px;
}

#template-post-grid #img-1
{
	padding-left: 5%;
	height: 100%; 
	width: 100%;
}

#template-post-grid #img-2
{
	position: absolute; 
	width : 50%; 
	height: auto; 
	bottom:-40px; 
	right:-25px; 
	padding: 0px 22.5px 0px 22.5px;
	max-height: 200px;
	z-index: 1;
}

@media (max-width: 767.9px)
{

	#template-post-grid
	{
		height: auto;
	}

	#item-post
	{
		margin-left: 0px;
	}

    #template-post-grid::before
	{
		display:contents;
	}

	#template-post-grid #elem-1, #template-post-grid #elem-2
	{
		padding-right: 5%;
	}

	#template-post-grid #elem-1
	{
		height: min-content;
		position: relative;
	}

	#template-post-grid #elem-2
	{
		height: min-content;
		position: relative;
		flex-direction: initial;
	}

	#template-post-grid #img-1
	{
		min-width: 100%;
	}
}

/** end template-post-grid
========================================**/

/** block-title-images **/

#block-title-images + #block-title-images:nth-child(2n) .flex {
	flex-direction: row-reverse;
	margin-top: 30px;
}

#block-title-images
{
	margin-bottom: 0;
}

#block-title-images #img 
{
	position: relative;
	margin: auto;
	height: 100%;
}

#block-title-images img 
{
	height: 100%;
	width: 100%;
	padding: 5%;
	position: absolute;
	top:0;
}

#block-title-images #img::before
{
	content: "";
	display: block;
	padding-top: 110%;
}

#block-term-rectangular-list , #block-term-circular-list
{
	flex-direction: row-reverse;
}

#block-term-rectangular-list .block-cube::before
{
	background-color: #1D2B50;
	padding-top: 50%;
}

#block-term-circular-list .block-cube::before
{
	border-radius: 50%;
}

#block-term-rectangular-list #item-term ,#block-term-circular-list #item-term
{
	padding: 0;
}

#block-term-circular-list #item-term > div
{
	margin: 10%;
}

#block-term-circular-list #item-term > div > *
{
	border-radius: 50%;
}

#block-term-rectangular-list #item-term > div
{
	margin: 5%;
}

#block-term-circular-list #item-term > h6
{
	margin: auto;
	width: min-content;
	font-size: 0.9em;
}

#block-term-rectangular-list #item-term > p {
	color: #4D95C4;
	font-weight: 700;
}

#block-term-rectangular-list #item-term > h6, #block-term-rectangular-list #item-term > p
{
	padding-left: 5%;
}

/** end block-title-images
========================================**/

/** title-homepage **/

#title-homepage
{
	margin-top: -50px;
}

#title-homepage h1
{
 	color:white;
	font-size: 9.7em;
}

#title-homepage #left
{
	margin: 0;
	background: left top / contain no-repeat url("asset/backgroundWhite.png");
	background-attachment: scroll;
	background-size: contain;
	background-attachment: fixed;
	background-size: 41.66vw 100vh;
}

#title-homepage a 
{
	color: white;
	font-weight: bold;
}

@media (max-width: 1199.9px) 
{ 
	#title-homepage h1
	{
		font-size: 13vw;
	}
}

#title-product #img
{
	background-color: #f0f3f0;
}


#title-product #img > div
{
	position: relative;
}

/** end title-homepage
========================================**/

/** adapte-accessoire **/

#adapte-accessoire
{
	position : absolute;
	overflow: hidden; 
	text-align: center; 
	color: white; 
	margin: 5%; 
	max-width: 100px; 
	border-radius : 50% ; 
	aspect-ratio: 1/1; 
	bottom:0px; 
	background-size: contain;
}

#adapte-accessoire div {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}

#adapte-accessoire:hover div {
    opacity: 1;
}

#adapte-accessoire p
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: min-content;
}

/** end adapte-accessoire
========================================**/

/** stratifie **/
.flex-container {
    display: grid;
    grid-template-columns: 1fr 2fr; /* Deux colonnes égales */
    align-items: center;
}

.text-container {
    text-align: left;
}

.single-accessoire .specificite-img {
	margin-right: 10px;
}

.specificite-img img {
	max-height: 70px;
    height: 100px
    width: 100px;
    max-width: none;
	
}
@media (max-width: 992px) {
    .text-container p {
        font-size: 0.8em; /* Réduisez la taille de police pour les écrans jusqu'à 992px de large */
    }
}

@media (max-width: 768px) {
    .text-container p {
        font-size: 0.7em; /* Réduisez davantage la taille de police pour les écrans jusqu'à 768px de large */
    }
}

/** end single stratifie
========================================**/

/** title-product **/

#title-product #img > #left
{
	background-color:#1D2B50;
	background-image: url("asset/backgroundWhite.png") ;
	background-size: 100% max(100%,400px) ;
}

#title-product #list 
{
	list-style: none;
	padding: 0 2.5%;
}
  
#title-product #list li 
{
	margin: 0.25em 0;
	
}

#title-product li 
{
	padding-right: 2em;
}


#title-product ul
{
	margin: 30px 0;
	padding: 1em;
}

/** end title-product
========================================**/

/** block-doc ,block-link **/

#block-doc ,#block-link
{
	margin-bottom: 2em;
	padding-right: 2em;
}

#block-doc > h3 , #block-link > h3
{
	margin-bottom: 1em;
	font-size: 1em;
}

#block-doc > div ,#block-link > div
{
	margin-bottom: 1.5em;
}

#block-doc a ,#block-link a
{
	display: inline-block;
	color: black;
	text-decoration: none;
	max-width: 100%;
}


#block-doc #icon ,#block-link #icon
{
	display: inline-block;
	width: auto;
	border-radius: 50%;
	border-color: black;
}

#block-doc #title-file ,#block-link #title-link
{
	word-wrap: break-word;
	max-width: calc(100% - 2em);
	display: inline-block;
	font-weight: bold;
}

#block-doc img ,#block-link img
{
	width:1em ; 
	margin: 0.5em; 
}

#block-doc > div > span ,#block-link > div > span
{
	width: max-content;
	float: right;
}

/** end block-doc ,block-link
========================================**/


#display2
{
	display: none;
}

@media (max-width: 767.9px) 
{ 
	#block-product-doc #display1
	{
		display: none;
	}

	#block-link #display2
	{
		display: contents;
	}
}

#block-suggest .item > img
{
	width: calc(100% - 15px);
	cursor: pointer;
}

#block-suggest a
{
	float:right; font-weight:bold
}

.swiper-slide
{

	
}

#block-slider-inspiration
{
	min-height: max(400px,min(800px,40vw));
}

#block-slider-inspiration #template-title
{
	padding: 0;
}

#block-slider-inspiration #template-title h1
{
	margin-top: 0;
	font-size: 5em;
	white-space: nowrap
}

.swiper-slide > a 
{
	height: 0%;
	width: 100%;
	transition: height 0.5s ease;
}

.max-height {
	height: 100%;
	margin-top: 0;
}

.max-height > a {
	height: 100%;
}

#block-slider-inspiration #title-slider
{
	position:absolute; 
	left: calc(25% + 15px); 
	padding-bottom: 30px; 
	z-index: 2;
}

@media (max-width: 1199.9px) 
{ 
	#block-slider-inspiration #template-title h1
	{
		font-size: 4vw;
	}
}

@media (max-width: 899.9px) 
{ 
	#block-slider-inspiration #title-slider
	{
		width: 66.7%;
		left: calc(33.3% + 15px); 
	}
}

@media (max-width: 699.9px) 
{ 
	#block-slider-inspiration #title-slider
	{
		width: 50%;
		left: calc(50% + 15px); 
	}
	
	#block-slider-inspiration #template-title h1
	{
		font-size: 1.5em;
	}
}

@media (max-width: 399.9px)
{ 
	#block-slider-inspiration  #title-slider
	{
		width: 100%;
		left: 0; 
		position: relative;
	}
}

#content-job p
{
	margin-bottom: 1em;
}

#content-job
{
	padding-right: 30px
}

#content-job ul{
	list-style: none;
}

#content-job li::before
{
	content: "•";
	color: #4D95C4;
	margin-left: -1em;
	margin-right: 0.5em;
	font-size: 1.2em;
}

.password-login {
	background-color: #1D2B50;
	color: #fff;
}

.password-login label {
	margin: 0;
}

.password-login input {
	background-color: transparent;
}

.password-login button {
	background-color: #fff;
	color: #1D2B50;
	font-weight: 800;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
}

#connection > div 
{
	max-width: 500px;
	padding: 8%;
	background-color: #1D2B50;
	color: white;
	margin: auto;
	margin-top: 5em;
}

#connection h2 
{
	color: white;
}

#connection a
{
	color: white;
	text-decoration: none;
}

#connection > div > div
{
	margin: 1em 0 ;
}

#connection > div .input
{
	width: 100%;
}

#connection > div .button ,#connection > div .logout
{
	width: 100%;
	color:#1D2B50;
	font-weight: bold;
}

#connection > div .button 
{
	margin-bottom: 50px;
}

#connection > div .logout 
{
	margin-top: 50px;
}

#connection p,#connection label
{
	font-weight: 100;
}

#connection .login-username label::before
{
	content: '\f110';
	font-family: 'dashicons';
	position: relative;
	left: -5px;
	top: 2px;	
}

#connection .login-password label::before
{
	content: '\f528';
	font-family: 'dashicons';
	position: relative;
	left: -5px;
	top: 2px;	
}


/* ================================================================================== */
.site
{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-header
{
    align-items: center;
	background-color: white;
	display: flex;
    justify-content: space-between;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
    max-width: 2000px;
	margin: 0 auto;
    padding-left: 0;
	position: sticky;
	top: 0;
    width: 100%;
	z-index: 1000;
}

.site-header h2
{
	font-weight: 700;
	font-size: 15px;
	margin: 10px 0;
}

.site-header .widget-nav-menu
{
	display: flex;
	list-style-type: none;
    position: absolute;
    z-index: 1000;
}


.site-header .menu
{
	margin: 0px;
	padding: 0px;
	display: flex;
    text-align: right;
	position:relative;
	width: 100%;
	background-color: white;
	display: inline-block;
    vertical-align: middle;
	justify-content: space-between;
}

.main-navigation #primary-menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.main-navigation #primary-menu > li:last-child > a {
    color: white;
    background-color: #1D2B50;
    padding: 10px;
}

.main-navigation > li:first-child > a:hover,
.main-navigation > li:nth-child(2) > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}


.main-navigation .sub-menu {
	background-color: white;
	width: auto;
    text-align: left;
}

.main-navigation a:hover {
	background-color:white;
	padding: 10px;
}

.main-navigation .sub-menu {
    border: 1px solid #1D2B50;
}

.main-navigation .sub-menu .sub-menu {
	border-top: none;
	left: -1px;
}

.main-navigation .sub-menu a {
	text-align: left;
    white-space: normal;
    box-sizing: border-box;
    display: block; 
	overflow-wrap: break-word;
}

.main-navigation .sub-menu li {
	border-top: 1px solid #1D2B50;
}

.main-navigation .sub-menu .sub-menu li {
	border: none;
}
.main-navigation .sub-menu li a {
	padding: 10px;
}
.site-header .menu li
{
	display: inline-block;
	float: none;
}
.site-header .menu li ul {
    position: absolute;
    top: 100%; 
    left: 0;   
    display: none;
}

.menu-item.calc-menu:before {
	content: '\f16e';
    font-family: 'dashicons';
    position: absolute;
    font-size: 20px;
    top: calc(50% - 15px);
    left: 5px;
}

.menu-item.calc-menu a {
	padding-left: 25px!important;
}

#header-logo {
	max-width: 150px;
    height: auto;
	position: relative;
	left: 10%;
	z-index: 10;
}

#footer-logo {
    max-width: 210px;
    height: auto;
	position: relative;
	left: 10%;
	z-index: 10;
}
.main-navigation .sub-menu .sub-menu a {
    font-size: 10px;
	color: #3e445e;
}
.main-navigation a {
    color: #1D2B50;
	font-weight: bold;
	padding: 10px;
}

.site-header .menu li:hover ul {
    display: block;
}

.site-header .menu a
{
	text-decoration:none
}

.site-header .widget_nav_menu h2::after{
    content:" ▼";
    font-size: 15px;
}

.widget_nav_menu
{
	width: max-content;
	font-size: 15px;
}

#burger-menu {
	display: none;
	position: absolute;
	right: 35px;
	top: 10px;
}

@media (max-width: 900px) {
    #burger-menu  {
        display: block;
		background-color: transparent;
		border: none;
    }
}
@media (max-width: 600px) {
    #burger-menu  {
        display: block;
		background-color: transparent;
		border: none;
    }
    .main-navigation #primary-menu {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-navigation #primary-menu.open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
    }

    .main-navigation #primary-menu > li {
        margin: 1em 0;
    }

}

.site-footer
{
	margin-top: auto;
	width: 100%;
	font-size: 15px;
	display: flex;
    justify-content: space-between;
	padding: 40px;
	margin-top: auto;
	color: #FFFFFF;
	height:max-content;
	background-color: #1D2B50;
	position: relative;
}


.site-footer .custom-logo
{
	width: 200px;
    height: auto;
	margin-left: 80px;
}

#footermenu1 > li:first-child > a,
#footermenu2 > li:first-child > a,
#footermenu3 a {
	font-weight: bold;
    color: white;
	text-decoration: none;
	display:inline-block;
    padding: 5px 0;
}

#footermenu1 > li:not(:first-child) > a,
#footermenu2 > li:not(:first-child) > a {
    color: grey;
	text-decoration: none;
}

#footermenu1 > li:not(:first-child) > a:hover,
#footermenu2 > li:not(:first-child) > a:hover {
    color: white;
    font-weight: bold;
}

#subfooter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#subfooter li {
	margin: 0 10px;
}

.site-footer .menu .menu-item a {
    color: white!important;
}

.footer-column {
    flex: 1;
}

.footer-column h3 {
    color: white;
    font-size: 15px;
}

.site-footer h2
{
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
}

.site-footer ul
{
	margin-left: 50px;
	padding: 0px;
}

.site-footer li 
{
	list-style: none;
}
.footer-column.legal-mentions-container {
    text-align: center; 
    position: absolute; 
    bottom: 0; 
    width: calc(100% - 80px);
	margin-top: 20px;
}
.legal-mentions-container a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
@media (max-width: 600px) 
{ 
.site-footer {
	width: 100%;
	font-size: 10px;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	margin-top: auto;
	color: #FFFFFF;
	height: max-content;
	background-color: #1D2B50;
}
	#footer-logo {
		height: auto;
		width: 120px;
	}
	.site-footer ul {
		margin: 0;
	}
	.drapeau {
		margin-left: -11%;
	}
	#title-homepage h1 {
		margin-top: 80px;
	}
}
#menu-autre li
{
	margin: 10px 0;
}

#menu-autre a
{
	color: #FFFFFF;
	font-weight: bold;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button a {
	text-decoration: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */




/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	background-color: white;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

.thumbnail-placeholder {
    aspect-ratio: 1.5/1;
    background-color: #f0f3f0;
}

.color-hexa {
    top: 0.5em;
	width: 1em;
	height: 1em;
	margin: auto 5px;
	display: block;
	border-radius:50%
}

.item-search .color-hexa{
	position: absolute;
	width: 8%;
	padding-bottom: 8%;
	height: 0;
}

.type-contrat {
    position: absolute;
    background-color: #1D2B50;
    color: white;
    font-weight: bold;
    left: 1em;
    top: 1em;
    padding: 0 15px;
    border-radius: 25px;
}

.product-reference {
    float: right;
    margin: 0;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*----------------------------------------------------------------- general settings*/

.my-40 {
	margin : 40px 0;
}

.ml-auto {
	margin-left: auto;
}

.img-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.img-container img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.bg-blue {
	background-color: #1D2B50;
	color: #FFFFFF;
}

/*----------------------------------------------------------------- eco-block*/

.eco-block {
	width: 50%;
	float: left;

}
  
.eco-block .container {
	width: 100%;
	box-sizing: border-box;
}

.eco-block h1 {
	font-size: 5em;
	line-height: 1em;
}

.eco-block h1 span {
	font-size: 1em;
}

.eco-block h2 {
	font-size: 17px;
	margin-bottom: 28px;
}

.eco-block .col-left {
	margin-left: 20px;
}

.eco-block .col-left p {
	max-width: 55%;
	margin-right: auto;
	font-size: 18px;
	margin-bottom: 75px;
}
  
.video-container {
	position: relative;
	width: 95%;
	padding-bottom: 56.25%; /* Ratio 16:9 */
	overflow: hidden;
	margin-bottom: 140px;
  }
  
  .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.col-right {
	width: 50%;
	float: right;
	background-color: #1D2B50;
}

.col-right .right-content {
	color: white;
	padding: 20px;
	margin-top: 250px;
	margin-bottom: 250px;
	height: 100%;
}

.col-right h1,
.col-right h2 {
  color: white;
}

.col-right h1 {
	font-size: 55px;
	margin-left: 20px;
}

.col-right h2 {
	font-size: 18px;
}

.line {
	display: flex;
	align-items: center;
}

.covereco {
	width: 25%;
	margin: 20px;
}

.covereco img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.line-content {
	width: 75%;
}

.col-right p {
	font-weight: 100;
	max-width: 90%;
}

@media screen and (max-width: 1200px) {
	.eco-block, .col-right {
		width: 100%
	}
}

/*-------------------------------------------------------------------------------------------------------------*/
.container {
    display: flex;
    width: 50%;
}

.main-container {
    display: flex;
    min-height: 100vh;
}


input[type="text"], input[type="email"] {
    border: 1px solid #ffffff;
}

.wpcf7 input, .wpcf7 textarea {
    padding: 10px 20px;
}

.wpcf7 input::placeholder, textarea::placeholder, .wpcf7 label {
    color: #ffffff;
}

.contact-form {
    background-color: #1D2B50;
    color: white;
    width: 95%;
	flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
	height: auto;

}

.contact-form .flex-container {
    display: flex;
    justify-content:space-evenly;
}

.contact-form .flex-container .flex-name,
.contact-form .flex-container .flex-info {
    width: 45%;
}

.contact-form .flex-entreprise,
.contact-form .flex-msg {
    width: 93%;
    margin: auto;
}

.contact-form input, .contact-form textarea, .contact-form input:focus, .contact-form textarea:focus {
    color: white; 
    background: transparent;
    border: 1px solid white; 
    width: 100%; 
	border-radius: 0;
    margin-bottom: 10px;
}

.contact-form .checkbox-line {
    align-self: flex-start;
	padding: 10px 20px;
}

.wpcf7-list-item {
	margin: 0 0 0 10px;
}

.contact-form .form-btn {
	display:block;
	text-align: right;
}

.contact-form .form-btn input {
    background-color: white;
    color: #1D2B50;
    border: none;
    padding: 15px 20px; 
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-weight: bold;
    font-size: 15px;
    transition-duration: 0.4s;
	width: 93%;
	margin: 0 auto;
	display: block;
}

.left-contact-map {
    width: 50%;
	padding-left: 80px;
}

.left-contact-map .section1 h1 {
    font-size: 75px;
	margin: 0;
}

.coordonnees-container {
    display: flex;
    justify-content: space-between;
	font-size: 14px;
}

.coordonnees-col {
    width: 45%;
}

@media (max-width: 1200px) {
	.main-container {
		display: block;
	}
    .left-contact-map,
    .container .contact-form {
        width: 100%;
		min-height: 100vh;
		margin-left: auto;
		margin-right: auto;
    }
	.left-contact-map {
		margin-left: -18%;
	}
	.left-contact-map h1 {
		font-size: 45px!important;
	}
	.container {
		display: block;
		width: 100%;
	}
}

/*------------------------------------------Page pose------------------------------------------*/

.page-pose h2 {
	margin-bottom: 20px;
}

.page-pose .pose-pictos {
	margin-top: 40px;
}

.page-pose .pose-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 0 40px 0
}

.page-pose .pose-flex .col-pose {
	width: calc(100% / 6 - 20px);
}

.page-pose .pose-flex .col-pose img {
	border: 1px solid black;
}

.page-pose .pose-flex p {
	margin-top: 20px;
	font-size: var(--wp--preset--font-size--small) !important;
}

.page-pose .col-video {
	width: calc(100% / 2 - 20px);
}

.page-pose .col-video iframe {
	width: 100%;
  height: auto;
	aspect-ratio: 19/9;
}

@media screen and (max-width: 991px) {
	.page-pose .pose-flex .col-pose {
		width: calc(100% / 4 - 20px);
	}
}

@media screen and (max-width: 550px) {
	.page-pose .pose-flex .col-pose {
		width: calc(100% / 2 - 20px);
	}

	.page-pose .col-video {
		width: 100%;
	}
}

/*------------------------------------------Page recrutement------------------------------------------*/

.recrut_container {
    display: flex;
    justify-content: space-between; /* Ajoute de l'espace entre les deux colonnes */
    padding: 20px; /* Ajoute de l'espace autour du contenu */
	min-height: 100vh;
}

.recrut_left, .recrut_right {
    width: 47%;
}

.recrut_left h1 {
    font-size: 80px; /* Augmente la taille de la police du titre */
    margin-bottom: 20px; /* Ajoute de l'espace sous le titre */
}

.recrut_left p {
    margin-bottom: 20px; /* Ajoute de l'espace sous le paragraphe */
}

.recrut_left a {
    display: inline-block; /* Permet d'ajouter des marges et du padding */
    margin-bottom: 20px; /* Ajoute de l'espace sous le lien */
    color: black; /* Colore le lien en noir */
}

.recrut_left img {
    max-width: 100%; /* S'assure que l'image ne dépasse pas la largeur de la colonne */
    height: auto; /* S'assure que l'image conserve ses proportions */
}



.recrut_right {
    background-color: #1D2B50;
    color: white;
	flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
	height: auto;

}

.recrut_right h2 {
	color: white;
	font-size: 55px;
	padding: 40px;
}

.recrut_right .flex-container,
.recrut_right .flex-files {
    display: flex;
    justify-content:space-evenly;
}

.recrut_right .flex-container .flex-name,
.recrut_right .flex-files .flex-file {
    width: 41%; 
}

.recrut_right .flex-info,
.recrut_right .flex-objet {
    width: 88%;
    margin: auto;
}

.recrut_right input, .recrut_right input:focus {
    color: white; 
    background: transparent;
    width: 100%; 
	border-radius: 0;
    margin-bottom: 10px;
}

.recrut_right input[type="text"],
.recrut_right input[type="email"] {
    border: 1px solid grey; 
}


.recrut_right .form-btn {
	display:block;
	text-align: right;
}

.recrut_right .form-btn input {
    background-color: white;
    color: #1D2B50;
    border: none;
    padding: 15px 20px; 
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-weight: bold;
    font-size: 15px;
    transition-duration: 0.4s;
	width: 250px;
}

.flex-files label { 
    color: grey; 
	font-size: 15px;
	white-space: nowrap;
}

input[type='file'] {
    color: transparent; /* Rend le texte généré par le navigateur invisible */
    display: hidden;
}

input[type='file']::before {
    color: #ffffff; /* La couleur que vous voulez pour le texte */
    display: hidden;
    position: absolute;
}

@media (max-width: 1200px) {
	.recrut_container {
		display: block;
		margin-left: 0%;
		width: 100%;
	}
	.recrut_left,
	.recrut_right {
		width: 100%;
		min-height: 100vh;
		margin-left: 0;
	}
	.recrut_left h1 {
		font-size: 45px!important;
	}
}
	

/*--------------------------------------------------------Story page CSS --------------------------------------------------------*/

.year {
	font-weight: bold;
    font-size: 3em;
}

.story .bg-blue{
	padding: 20px
}

@media (max-width: 1200px) {
	/*
	 * .story {
		display: block;
		margin-left: 0%;
	}
	.story_left,
	.story_right {
		width: 100%;
	}
	.story_left {
		justify-content: space-evenly;
	}
	*/
}

@media (max-width: 500px) {
	.story_left h2 {
		font-size: 35px;
	}
}

.revendeur-template {
    max-width: 1920px;
    margin: 0 auto;
    width: 90%;
}

.revendeur-template .com-rev-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.revendeur-template .com-rev-title h1 {
    width: 125%;
    z-index: 10;
}

.revendeur-template .acf-map {
    height: 90vh;
}

.revendeur-template div.tel, .revendeur-template div.mail, .revendeur-template div.adresse {
    display: flex;    
    margin: 5px 0;
}

.revendeur-template img.icon {
    width: 20px;
    margin-right: 10px;
}

.revendeur-template div[role="dialog"] {
    max-width: 350px!important;
}

.revendeur-template div[role="dialog"] button {
    top: 0!important;
    right: 0!important;
}

.revendeur-template div[role="dialog"] a {
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .revendeur-template .com-rev-title h1 {
        width: 100%;
    }
}

.com-rev-list {
	height: 90vh;
    overflow-y: scroll;
}

.com-rev-list div {
    margin: 20px;
}

.com-rev-list h3 {
	font-size: 1em;
}

.com-rev-list span {
	color: #4D95C4;
}

.com-rev-list span::after{
    content: ' / ';
}

.com-rev-list span:last-child::after{
    content: '';
}

.com-rev-list .buttonWindow {
    width: 100%;
    background-color: #4D95C4;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 0;
}


/*Signature TroisetPlus*/
.croix-tep {
  margin: 1px 5px;
  transition: transform 1s ease-out;
}

.croix-tep:hover {
  transform: rotateZ(720deg);
}

.croix-tep:hover + .title-tep {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.title-tep {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* NOT FOUND SECTION */
.not-found .btn {
	background-color: #1D2B50;
	border: none;

}
.not-found a {
	color: white; 
	font-weight: 700;
}

/*-------------------------------------------------------- Poses page CSS --------------------------------------------------------*/
.systeme-assemblage {
	gap: 20px;
}

.systeme-assemblage .wp-block-group {
	background-color: #f3f3f3;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.wp-block-button__link {
	padding: calc(.667em + 2px) calc(2em + 2px);
}

.wp-block-button__link:hover {
	background-color: #1D2B50!important;
}

.wp-block-button__link:visited, .wp-block-button__link:hover {
	color: #fff;
}

/*-------------------------------------------------------- OFFRE EMPLOI --------------------------------------------------------*/

.intuitioncompanydescription, .intuitionpositiondescription, .intuitionprofiledescription {
	margin: 30px 0;
}

.single-post .type-post {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.intuitionapply {
	margin-top: 20px;
}

.intuitionapply a {
	background-color: #4D95C4;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

.offre-emploi {
	border: 1px solid #1D2B50;
    padding: 20px;
}

.offre-emploi .wp-block-read-more {
	background-color: #4D95C4;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}