/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
body {
	font-family: "Dosis", sans-serif;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.05em;
}
:root{

    --bs-primary:#1e551c;
    --bs-primary-rgb:30,85,28;

    --bs-link-color:#1e551c;
    --bs-link-color-rgb:30,85,28;

    --bs-link-hover-color:#1e551c;
    --bs-link-hover-color-rgb:30,85,28;

    --bs-focus-ring-color:rgba(30,85,28,.25);

}
@layer ps-modules {
	.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link {
		text-transform: uppercase;
		color: #000;
		transition: all 0.4s;
		position: relative;
		font-size: 1.2rem;
	}
	.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link::before {
		background-color: rgba(30, 85, 28, 0.3);
		content: '';
		width: 100%;
		height: 0px;
		display: inline-block;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.4s;
	}
	.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li:hover .ps-mainmenu__tree-link::before {
		transform-origin: left top;
		height: 6px;
	}
	.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:hover {
		color: #1e551c;
	}
	.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:focus {
		outline: .125rem solid #1e551c;
		color: #1e551c;
	}
	#header .ps-contactinfo a {
		font-size: 1.1rem;
	}
	#header .ps-contactinfo a:hover {
		color: #1e551c;
	}
	#header a.ps-contactinfo__phone::before {
		content: url("../img/icone_telephone.svg");
		display: inline-block;
		width: 12px;
		vertical-align: baseline;
		margin-right: 3px;
	}
	.ps-searchbar__input {
		background-color: #f5f5f5;
	}
}
@layer bs-components {
  .btn-outline-primary {
		--bs-btn-color: #1e551c;
		--bs-btn-border-color: #1e551c;
		--bs-btn-hover-color: #fff;
		--bs-btn-hover-bg: #1e551c;
		--bs-btn-hover-border-color: #1e551c;
		--bs-btn-focus-shadow-rgb: 30,85,28;
		--bs-btn-active-color: #fff;
		--bs-btn-active-bg: #1e551c;
		--bs-btn-active-border-color: #1e551c;
		--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		--bs-btn-disabled-color: #1e551c;
		--bs-btn-disabled-bg: transparent;
		--bs-btn-disabled-border-color: #1e551c;
		--bs-gradient: none;
  }
	.form-control:focus {
		border-color: #c7d4c6;
		box-shadow: 0 0 0 .25rem rgba(30,85,28,.25);
	}
	.form-control,
	.form-check-input {
		border-color: #ccc;
	}
	.form-check-input:checked {
		background-color: #1e551c;
		border-color: #1e551c;
	}
	.form-check-input:focus {
		border-color: #c7d4c6;
		box-shadow: 0 0 0 .25rem rgba(30,85,28,.25);
	}	
	.btn-primary {
		--bs-btn-color: #fff;
		--bs-btn-bg: #1e551c;
		--bs-btn-border-color: #1e551c;
		--bs-btn-hover-color: #fff;
		--bs-btn-hover-bg: #1e551c;
		--bs-btn-hover-border-color: #1e551c;
		--bs-btn-focus-shadow-rgb: 30,85,28;
		--bs-btn-active-color: #fff;
		--bs-btn-active-bg: #1e551c;
		--bs-btn-active-border-color: #1e551c;
		--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		--bs-btn-disabled-color: #fff;
		--bs-btn-disabled-bg: #1e551c;
		--bs-btn-disabled-border-color: #1e551c;
	}
	 .accordion-button:not(.collapsed) {
		color: #1e551c;
	}
}
@layer ps-components {
	.header-block__action-btn[href]:focus,
	.header-block__action-btn[href]:hover {
		color: #1e551c;
	}
	  @media (min-width: 768px) {
		.header-block__action-btn {
			font-size: 1.1rem;
		}
	  }
}
@layer ps-base {
	.header-top {
		padding: .48rem 0;
	}
	.footer-block__title, .footer-block__title a {
		color: #000;
	}
}
@layer ps-pages {
  @media (min-width: 992px) {
    .page-product .product__bottom {
      grid-template-columns: 1fr;
    }
  }
}
@layer bs-custom-components {
  .accordion-button {
    background-color: #f5f5f5;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
}
/*Header*/
#header .container-md {
	max-width: 100%;
}
#header #_desktop_ps_searchbar {
	position: absolute;
	top: 0px;
	left: 205px;
	width: calc(100% - 660px);
}
#header #_desktop_ps_searchbar #ps_searchbar {
	width: 100%;
}
/*Fin Header*/
/*Footer*/
#footer .footer__main-top .ps-contactinfo {
	width: 50%;
}
#footer .footer__main-top .ps-linklist.footer-block {
	width: 25%;
}
#footer .footer__main {
	background-color: #f5f5f5;
	color: #000;
}
#footer .footer__main a {
	color: #000;
}
#footer .footer__main a:hover {
	color: #1e551c;
}
#footer .ps-contactinfo #footer_contactinfo::before {
	content: "";
	display: block;
	width: 170px;
	height: 170px;
	background: url("../img/logo-ecusson_positif_174.png") center center no-repeat;
	background-size: auto;
	background-size: contain;
	float: left;
	margin-right: 15px;
	margin-bottom: 35px;
}
#footer #footer_contactinfo_title {
	display: none;
}
/*Fin Footer*/
/*Home*/
#index .ps-imageslider .h1 {
	font-size: 3rem;
}
#index .ps-imageslider h3 {
	font-size: 1.8rem;
    margin-bottom: 10px;
	position: relative;
}
#index .ps-imageslider p {
	font-size: 1.2rem;
}
#index .ps-imageslider .traitApres::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #fff;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	position: relative;
	margin-bottom: 30px;
}
#index .ps-imageslider .effetBt {
	background-color: #000;
	display: inline-block;
	padding: 5px 15px 7px 15px;
	border-radius: 4px;
	margin-top: 15px;
	font-weight: 700;	
}
#index .ps-imageslider .effetBt::after {
	content: url("../img/icone_fleche-droite.svg");
	display: inline-block;
	width: 15px;
	vertical-align: baseline;
	margin-right: 3px;
	margin-left: 10px;
}
#index .quisommesnousHome {
	background-image: url("../img/IMG_3435_WEBOK.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
#index .quisommesnousHome h3 {
	font-weight: 400;
}
#index .quisommesnousHome h2 {
	font-size: 3rem;
	text-transform: uppercase;
}
#index .quisommesnousHome p {
	font-size: 1.4rem;
}
#index .quisommesnousHome a {
	color: #fff;
	padding: 10px 20px 15px;
	border: 2px solid;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	font-weight: 600;
}
#index #center-column {
	padding-bottom: 0;
}
#index .ps-customtext .container {
	max-width: 100%;
}
#index .catHome {
	text-align: center;
	padding-bottom: 40px;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}
#index .catHome .col-lg {
	transition: all 0.3s;
	padding-top: 30px;
	padding-bottom: 30px;
}
#index .catHome .col-lg:hover {
	transform: scale(1.1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
/*Fin Home*/
@media (max-width:1200px) {
	@layer ps-modules {
		.ps-imageslider__figcaption {
			display: block !important;
		}
	}
	#index .ps-imageslider .h1 {
		font-size: 2rem;
	}
	#index .ps-imageslider h3 {
		font-size: 1.2rem;
	}
	#index .ps-imageslider p {
	  font-size: 1rem;
	}
}
@media (max-width: 991px) {
	#index .ps-imageslider .h1 {
		font-size: 1.2rem;
	}
	#index .ps-imageslider h3 {
		font-size: 1rem;
		line-height: 1;
	}
	#index .ps-imageslider p {
		font-size: 0.8rem;
	}
	@layer ps-modules {
		.ps-imageslider__figure {
			height: 400px !important;
		}
	}
	@layer bs-components {
		.carousel-caption {
			left: 10%;
			right: 10%;
		}
	}
}