/**********************************************
			GENERAL
**********************************************/
body {
	font-family: 'Poppins', sans-serif;
	color: #404040;
	font-style:normal;
	font-size: 1.5em;
    line-height: 1.6;
	font-weight:300;
	background: url(../img/svg/bkg-screen.svg) no-repeat;
	background-size:contain;
}
main {
	margin: 25px 0 20px 0;
}

h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 3em;
	font-weight: 700;
	margin: 30px 0 25px 0;
	text-align: center;
	color: #575656;
	text-transform: uppercase;
}
h1.h1H {
	font-size: 2.5em;
	font-style:normal;
	font-weight: 500;
	color:#3d3c3c;
	letter-spacing:2px;
	line-height:1.5em;
	margin: 30px 0 30px 0;
}
h1 em{
    font-size: 0.7em;
    font-style: normal;
    font-weight: 500;
    color: #3d3c3c;
    letter-spacing: 0px;
}
h2{
	font-style:normal;
	font-weight: 400;
	font-size: 1.5em;
	color:#abc432;
	letter-spacing:2px;
	margin-bottom: 15px;
}
h2.h2small  {
	font-size: 0.8em;
	color: #d5d5d5;
	letter-spacing: 5px;
}
h2.dotted {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	text-align: left;
	padding: 10px 0;
	margin-top: 0;
	color: #333;
}
h2.dotted img {
	max-width: 50px;
	display: inline-block;
}
.ates img {
	
}
.ates ul li {
	text-align: justify;
	list-style-type: disc;
	margin: 0 0 5px 15px;
}
h3 {
	font-size: 1em;
	color: #444;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	margin-top: 0px;
}
ul {
	margin: 0;
	padding: 0;
}
ul.ul {
	padding-left: 35px;
	margin-left: 20px;
}
ul.ul li {
	text-align: left;
	list-style-type: disc;
}
li {
	list-style-type: none;
}
p {
	margin-bottom: 10px;
	text-align:justify;
	font-style: normal;
}
p strong {
	font-weight:600;
}

a:hover {
	text-decoration: none
}
a.bold {
	font-weight: bold;
}
a.white {
	color: #fff;
}
a.gray {
	color: #555;
}
.deco {
	height: 1px;
	background: #2E145A;
}
.bgAbs {
	position: absolute;
	top: 0;
	left: 0;
	background: #f1f1f1;
	width: 100%;
	height: 465px;
}
.os-animation{
 	opacity: 0;
	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	-ms-animation-duration:0.8s;
	animation-duration:0.8s;
}

.os-animation.animated {
    opacity: 1;

}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-flex [class*="col-"] {
  margin-bottom: 30px;
}
.slidProduits img {
  padding: 0 5px;
}
.pdt h2 span {
	font-size: 1.1rem;
	letter-spacing: normal;
}

/************************
		COOKIES
************************/
#cookies {
	position: fixed;
	background-color: #fff0;
	padding-top: 10px;
	box-shadow: 0px 0px 5px #abc432;
	z-index: 99999999;
	width:100%;
	height:100%;
	top: 0px;
    left: 0px;
}
#cookiesPop {
/*	position: absolute;
	transform: translateY(-50%);
	top:50%;
	left:50%;
	border:solid 1px #ccc;
	padding:20px;
	width:600px;
	margin-left:-300px;
	text-align: justify;
	overflow-y: auto;
	max-height: 100%;
	color: #333;
	background:#fff;*/
	position: absolute;
	bottom: 0;
	border: solid 10px #fff;
	padding: 20px;
	width: 100%;
	text-align: justify;
	overflow-y: auto;
	max-height: 100%;
	color: #333;
	background: #fff;
	box-shadow: 0px 0px 20px #b1b1b1;
	font-size: 0.8em;
}
#cookiesPop h2 {
	font-size: 1.5em;
	color:#abc432;
	margin-top:0px;
	margin-bottom: 15px;
	text-align: left;
}
#cookiesPop .checkbox {
	margin-bottom: 0px;
}
#cookiesPop label {
	margin: 7px 0px  3px 0px;
	color: #000;
}
#cookiesPop label.radio-cookie {
	padding-left: 0;
}

#cookiesPop a {
	color: #abc432;
}
#cookiesPop strong {
	font-weight: 500;
}

.cookiesLegend {
	font-size:0.9em;
	padding-top:10px;
	margin-top: 35px;
	border-top: solid 1px #ccc;
}
.cookie-button-container {
	margin-top: 15px;
}
.cookieNo {
	background-color:#333;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 15px 5px 15px;
	margin-right:10px;
}
.cookieYes {
	background-color:#abc432;
	color:#fff;
	border: none;
	text-transform: uppercase;
	font-weight:normal;
	font-width:1.3em;
	padding:7px 15px 5px 15px;
	margin-right:10px;
}
.rgpdFomrInclude {
	margin-top: 20px;
}
#popupResa .rgpdFomrInclude .radio input {
	display: inline-block;
	max-width: 10px;
	margin-right: 5px;
	margin-left: -20px;
	padding-left: 0;
	margin-top: -3px;
}

@media screen and (max-width: 599px) {
	#cookiesPop {
		/*position: absolute;
		transform: translateY(-50%);
		top:50%;
		left: 0.5%;
    	width: 93%;
		border:solid 1px #ccc;
		padding:10px;
		margin-left:0px;*/
	}
	.cookieNo, .cookieYes  {
		width:100%;
		margin-top:10px;
	}
}
.rgpdSocial {
	margin: 0 auto;
	width: 150px;
}
/**********************************************
			POLITIQUE CONFIDENTIALITE
**********************************************/

#page #pol ul, #page #pol ol{
	margin-bottom: 15px;
}
#page #pol ul li, #page #pol ol li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 15px;
	font-size: 1em;
	color: #444;
}
#page #pol ol li ol li {
	list-style-type: circle;
}


/**********************************************
			TOP NAVBAR
**********************************************/
.navbar-brand {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    padding: 0px;
    line-height: 1em;
    height: auto;
	z-index: 1000;
}
.navbar-brand img {
    width: 430px;
    height: auto;
	margin-top: -20px;
}
#navTop {
	position:absolute;
	width:770px;
	left:50%;
	transform: translateX(-50%);
	z-index: 999;
	top: 63px;
}
#navTop li {
	display: block;
	border-left:solid 4px #abc432;
	position:relative;
	height:40px;
	width: 64px;
}
#navTop a {
	width: calc(100% - 4px);	
	display: block;
	text-align: center;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	border-left:solid 1px #abc432;
	margin-left:3px;
	padding: 10px 0;
}
#navTop a svg {
	display: block;
	font-size: 1em;
	color: #3d3c3c;
	width: 100%;
}
#navTop a span  {
	display: block;
	background: #fff;
	font-size:0.7em;
	text-transform:uppercase;
	width: 60px;
	line-height: 1em;
	color: transparent;
}
#navTop a:hover span  {
	color: #fff;
	background: #abc432;
	line-height: 1.5em;
}
#navTop a:hover svg  {
	color: #abc432;
}
#navTopR {
	background: #fff;
}

.navTopHom {float:left;}
.navTopNew {float:left;}
.navTopLoc {float:left;}
.navTopCon {float:right;}
.navTopSav {float:right;}

/*#navTop .navTopSav a   {
	color: #fff;
	background: #bbbbbb;
	width: auto;
	padding: 0px 12px 0px 15px;
}

#navTop .navTopCon a   {
	color: #fff;
	background: none;
	width: auto;
	padding: 0px 12px 0px 15px;
}*/


/**********************************************
			BREADCRUMB
**********************************************/
.breadcrumb {
	background: none;
	margin-bottom: 100px;
	padding: 10px 0 10px 5px;
}


/**********************************************
			PAGES
**********************************************/
.catalogues {
	margin-top: 60px;
	margin-bottom: 100px;
}
.catalogues a {
	font-size: 2rem;
	display: block;
	color: #fff;
}
.catalogues a:hover {
	opacity: 0.7;
}
.catalogues a span {
	background: #e0263c;
	display: block;
	padding: 10px 0;
}
.catalogues a svg {
	margin-right: 5px;
}
.boxRed {
	color: #3d3d3d;
	border: solid 1px #e0263c;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.boxRed h2 {
	color: #e0263c;
	margin-top: 10px;
}


/**********************************************
			BOX NOS ENGAGEMENTS
**********************************************/
.boxService {
	position:relative;
}
.boxService img {
	margin:0 auto;
	display:block;
	height:auto;
	width: 90px;
}
#engag .clear {
	display: none;
}
#engag {
	background:#1a1917;
	padding: 35px 0  20px 0;
	color:#fff;
	border-top: solid 1px #fff3;
}
#engag h2 {
	font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #abc432;
    margin: 0 0 0px 0;
    padding-top: 0px;
}
#engag h3 {
	font-size: 1em;
	line-height: 1.4em;
	text-transform: none;
	font-weight:300;
	letter-spacing: 0px;
	color: #ffff;
	margin:5px 0 15px 0;
}
#engag h3 strong {
	color: #404040;
	text-transform: uppercase;
}
#engag h3 svg{
	color: #abc432;
}
#engag a:hover h3 {
	color: #abc432;
}
#engag .os-animation {
	margin:5px 0;
}
#engag .os-animation:last-child {
	border-left: none;
	margin:0px 0;
	text-align:left;
}
#engag .slick-dots {
	position: relative;
	bottom: initial;
	margin-top: 0px;;
}
#engag .slick-dotted.slick-slider {
    margin-bottom: 0px;
	font-size: 1.2em;
}
#engag .slick-dots li button:before {
	content: '';
	width: 20px;
	height: 2px;
	background: #3d3c3c;
	opacity:1;
}
#engag .slick-dots li.slick-active button:before {
	background: #abc432;
}
#engag .slick-dots li {
	height: 0px;
	margin: 0 1px;
}
#engag .slick-dots li button {
	height: 0px;
	padding: 0px;
}


/**********************************************
			FOOTER
**********************************************/
footer {
	background-color:#1a1917;
	color: #fff;
}

footer p {
	text-align: center;
}
footer a:last-child {
	/*text-transform:none;*/
}

.bottom {
	padding: 40px 0 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
.bottom .copy {
	background: #1a1917;
	padding: 0px 15px;
	margin-top: 30px;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 0.8em;
	border-top: solid 1px #fff3;
	color: #404040;
}
.bottom .copy a {
	color: #404040;
}
.bottom .copy .toTop a {
    color: #abc432;
	font-size: 1em;
    line-height: 32px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    margin: 0 auto;
    display: block;
}
.bottom .copy .toTop a:hover {
	color: #fff;
}
.bottom .copy .toTop svg {
	font-size: 2em;
}
.bottom .bottomItem h2 {
	border-bottom: solid 1px #2E145A;
	color: #2E145A;
	padding: 15px 0;
}
.bottom .bottomItem ul {
	
}
.bottom .bottomItem ul li a, .bottom .bottomItem .avis li {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 5px;
	background: #eee;
}
.boxFoot a {
	color: #fff;
	text-transform: uppercase;
}
.boxFoot a[href^="mailto:"] {
	text-transform: lowercase;
}
.boxFoot span {
	color: #abc432;
	padding:0 10px;
}

.boxFoot a:hover {
	color: #553b81;
}
.bottom a svg {
	font-size: 3em;
}
.bottom a:hover, .bottom a svg:hover {
	color: #abc432;
}
footer img {
	width: 140px;
	margin: 0 auto 15px auto;
	display: block;
}
footer .rs {
	text-align:right;
}
footer .rs a {
    display: block;
    text-align: center;
    color: #553b81;
    padding: 5px 0;
    border-bottom: solid 1px #ebebeb;
}
footer .rs svg {
	font-size:2em;
}
footer .widget-title {
	color:#abc432;
	font-size: 1.2em;
}
#footContact {
	color:#fff;
	padding: 0px;
	/*background: url(../img/layout/showroom-foot.png) no-repeat top right;
	background-size: contain;*/
	background-color: #abc432;
}
#footContact h2 {
	color: #fff;
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 23px 0px 5px 0px;
    letter-spacing: 5px;
}
#footContact h2 strong{
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#footContact p {
    margin-bottom: 0px;
}
#footContact span {
	margin-right:40px;
}
#footContact .contTel {
    font-weight: 700;
    margin: 20px 0;
    display: block;
}
#footContact .contForm {
	text-align:right;
	font-weight: 700;
	margin-top:10px;
}
#footContact a {
	color:#fff;
	font-size: 1.2em;
}
#footContact svg {
	font-size: 1.2em;
	margin-right: 7px;
}
#footContact br {
	display:none;
}

a.fooTel {
	font-size:1.5em;
	color:#abc432;
	margin-bottom: 10px;
	display: inline-block;
}
a.fooTel:hover {
	color:#fff;
}
.frise {
	margin: 20px 0  0px 0;
	padding-right:50%;
}




/**********************************************
			PARTENAIRES
**********************************************/
#partenaires .boxPart {
	padding: 0 10px;
}
#partenaires .boxPart h2 {
	text-align: center;
	color: #fff;
	background: #9886b5;
	padding: 5px 0;
	margin-bottom: 0;
}
#partenaires .boxPart p {
	padding: 10px;
	border: solid 1px #9886b5;
}
#partenaires .boxPart .linkSite {
	color: #fff;
	font-size: 0.6em;
	display: inline-block;
	float: right;
	border-radius: 50%;
	text-align: center;
	width: 37px;
	height: 37px;
}
a.linkSite svg {
    color:#fff;
	font-size: 1.2em;
	margin-top: 6px;
}

/**********************************************
			CONTACT INFOS
**********************************************/

header {
	position: relative;
	background: url(../img/layout/bkg-angl.png) no-repeat top center;
    background-size: auto auto;
	background-size: 500px;
}

#contactInfos {
	border: solid 1px #ddd;
	padding: 20px;
}
#contactInfos h2 {
	color: #9886b5;
}
#contactInfos ul {
	margin-top: 10px;
}
#contactInfos ul li {
	margin-bottom: 5px;
}
#contactInfos ul li a, .mentionsForm a, .mentions a, .mentions h2 {
	color: #9886b5 !important;
}
.obli {
	color: #553b81;
}
#formContact .form-control {
	border-radius: 0 !important;
	border-color: #ccc !important;
	box-shadow: none;
}
.mentionsForm {
	font-size: 0.8em;
}

.nopg {
	padding: 0;
}
#btnSite {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 
	width: 100%;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 1.9rem;
}
.contact {
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	background: #fafafa;
}
#formDiv {
	background: #abc432;
	color: #fff;
	padding: 40px;
}
#infosDiv {
	color: #333;
	padding: 40px 20px;
}
#infosDiv h2 {
	margin-bottom: 40px;
}
#infosDiv p {
	margin-bottom: 40px;
}
#infosDiv p.infosDivFoot {
	text-align: left;
	border: 1px solid #abc432;
	padding: 11px;
}
#infosDiv span {
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 5px;
}
#infosDiv svg {
	display: inline-block;
	color: #abc432;
	margin-right: 10px;
}
#contact form .form-control {
	padding: 25px 15px;
	background: none;
	border: 1px solid #fff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	color: #fff;
	font-size: 1.9rem;
	margin-bottom: 25px;
}
#contact .form-group {
	position: relative;
}
#contact .form-group label {
	position: absolute;
	top: 11px;
	left: 10px;
	font-weight: 400;
	font-size: 1.9rem;
}
#contact .form-group label svg {
	display: inline-block;
	min-width: 30px;
}

 

/**********************************************
			TEAM
**********************************************/

.team-members  {
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.team-content {
	border: solid 1px #ddd;
}
.team-content .fa-user-circle {
	display: block;
	position: absolute;
	font-size: 5em;
	top: -5px;
	left: 50%;
	color: #9886b5;
	transform: translate(-50%, -50%);
}
.team-item .team-content .title {
    font-size: 1.4em;
    color: #9886b5;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
	padding-top: 15px;
	text-transform: none;
	line-height: 1.4em;
}
.team-item .team-content .subtitle {
    text-transform: uppercase;
    color: #888;
    font-size: 1.3em;
    position: relative;
    margin: 0 0 30px 0;
    padding-top: 15px !important;
	font-weight: bold;
}
.team-item .team-content .subtitle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #2E145A;
    margin-left: -30px;
}
.team-content p {
	text-align: center;
}
.team-content p a {
	color: #9886b5;
}

/**********************************************
			INDEX
**********************************************/

#produits .pdt {
	margin-top: 30px;
	position:relative;
}
#produits {
	margin-top: 0px;
}
#produits .pdt img {
}
#produits .pdt h2 {
	text-align:right;
	margin: 0px;	
	font-weight:300;
	line-height: 1.1em;
	color: #FFF;
	font-size: 1em;
    margin-top: 0px;
    padding: 15px;
    text-transform: uppercase;
    position: absolute;
    width: 90%;
    bottom: -30px;
    right: 0;
	background: url(../img/accueil/bkgslideh2.png) no-repeat;
    background-size: auto auto;
	background-size: cover;
}

#produits .pdt h2 strong {
	display: block;
	font-weight:700;
	font-size: 1.3em;
}
#box1, #box2, #box3, #box4, #box5, #box6 {
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	padding-bottom: 30px;
}
#box1 > div, #box2 > div, #box3 > div, #box4 > div, #box5 > div, #box6 > div {
	position:relative;
}
#box1 a, #box2 a, #box3 a, #box4 a, #box5 a, #box6 a {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100% ;
	padding-top: 20px;
	text-align: right;
	padding-right: 43px;
	padding-left: 20px;
	color: #fff;
	opacity:0;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover, #box5 a:hover, #box6 a:hover,
#box1 a:focus, #box2 a:focus, #box3 a:focus, #box4 a:focus, #box5 a:focus, #box6 a:focus {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100% ;
	padding-top: 20px;
	text-align: right;
	padding-right: 25px;
	color: #3d3c3c;
	opacity:1;
	transition: opacity 1s; /* transition when the mouse over */
}
#box1 img, #box2 img, #box3 img, #box4 img, #box5 img, #box6 img {
	opacity:1;
}
#box1:hover img, #box2:hover img, #box3:hover img, #box4:hover img, #box5:hover img, #box6:hover img,
#box1:focus img, #box2:focus img, #box3:focus img, #box4:focus img, #box5:focus img, #box6:focus img {
	background-color: rgba(171, 196, 50, 0.9);
	opacity:0.2;
	transition: opacity 1s; /* transition when the mouse over */
}
#box1:hover h2, #box2:hover h2, #box3:hover h2, #box4:hover h2, #box5:hover h2, #box6:hover h2,
#box1:focus h2, #box2:focus h2, #box3:focus h2, #box4:focus h2, #box5:focus h2, #box6:focus h2 {
	background: url(../img/accueil/bkgslideh2hover.png) no-repeat;
	transition: background 1s;
}

.bkgHome {
	position:absolute;
	bottom:0px;
	right:0px;
	width:50%;
	height:50%;
	background:url(../img/svg/blocblackangll.svg) no-repeat left top;
}
#produits a span  {
	display: block;
	text-align: right;
	margin-bottom:10px;
	font-size: 1.3em;
    font-weight: 600;
}
#produits a svg  {
	display: block;
	font-size:2em;
	float: right;
	color: #abc432;
}
#surMesure  {
padding: 10px 0;
	margin: 20px 0;
	text-align: center;
	font-weight: 400;
	font-size: 1.2em;
	text-transform: uppercase;
}
#surMesure a  {
	color: #1a1917;
	letter-spacing: 3px;
	font-weight: 700;
	padding: 0 5px;
}
#surMesure a:hover  {
	color: #abc432;
}

/**********************************************
			INDEX ACTUS
**********************************************/
#boxActus {
	background: url(../img/layout/bkgBlack.png) repeat-x left -880px #fff;
}
#avis, #actus {
	padding: 0px 15px 10px 15px;
	/*background: #f8f8f8;*/
}
#actus .slick-list {
    /*border: solid 1px #ebebeb;*/
}
#actus .slick-slide {
	padding: 0px 0px 30px 0px;
	position:relative;
}
#actus .slick-slide > div > div {
	border-left: solid 1px #abc432;
}
#actus .slick-prev {
	right:40px;
	left: initial;
	top:-40px;
}
#actus .slick-next {
	right: 0px;
	top:-40px;
	border-left: solid 1px #fff3;
}
#actus .slick-prev, #actus .slick-next {
	border-radius: 0%;
	height: 60px;
	padding: 15px 20px 17px 20px;
}
#actus .slick-prev:hover, #actus .slick-next:hover {
	background: #1A1917;
	color: #abc432;
}
#actus .slick-prev:before, #actus .slick-next:before {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
    font-weight: 300;
    line-height: 1em;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li button:before {
    color: #ADADAD;

}
.slick-dots li.slick-active button:before  {
    color: #abc432;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#actus .slick-slide img,
#actus .slick-slide iframe {
	padding: 0 40px;
 }

#actus p.actuDesc {
    padding: 0 40px;
	margin-bottom: 30px;
}
#actus h2 {
	color: #ffffff;
	background: #1A1917;
	line-height: 60px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 20px 0 15px 0;
	text-transform: uppercase;
}
#actus a svg {
	display: inline-block;
	font-size:1.4em;
	margin: 0px 10px 0px 0px;
	color:#5c5c5c;
}
#actus a:last-child svg {
	color:#A3BB30;
}
#actus a:hover svg {
	color:#ccc;
}
#actus h3 {
	color: #ABC432;
	font-weight: 600;
	margin-top: 20px;
	padding: 0 40px;
}
#actus .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.actuDate {
    display: block;
    line-height: 25px;
    color: #ffffff;
    padding: 0 30px;
    font-family: Arial, "sans-serif";
    font-size: 0.8em;
    letter-spacing: 2px;
	width: 50%;
    text-align: center;
	position:relative;
	background: url(../img/accueil/bkgactudate.png) no-repeat right top;
    background-size: auto auto;
	background-size: cover;
}
.actuLink {
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	width: calc(50% - 40px);
}

#avis img {
	margin: 0 auto;
}
.name {
	font-size: 0.9em;
	color: #888;
	text-align: right;
	padding-right: 25px;
	margin-bottom: 15px;
}
.slidPartner div {
    margin: 0 5px;
}
.slidPartner div:first-child {
   margin-left: 0px;
}
.slidPartner img {
	border: solid 1px #f5f5f5;
	padding: 10px 30px;
}

/**********************************************
			PAGE ACTUS
**********************************************/

#actuP h2 {
	border-top: solid 1px #abc432;
	margin-top: 0px;
	padding-top: 20px;
}
#actuP a svg {
	display: inline-block;
	font-size:1.6em;
	margin: 0px 10px 0px 0px;
	color:#5c5c5c;
}
#actuP a:last-child svg {
	color:#A3BB30;
}
#actuP a:hover svg {
	color:#ccc;
}
#actuP .actuLink {
    float: none;
    margin-right: 0px;
    margin-left: 0px;
	margin: 20px 0px 0px 0px;
    width: auto;
}
#actuP .actuDate {
	margin-top: 40px;
}
a.backP {
	display: block;
	padding-bottom: 11px;
	border-bottom: solid 1px #d4d4d4;
	color: #3d3c3c;
}
a.backP svg {
    font-size: 1em;
	color:#A3BB30;
	margin-right: 7px;
}
a.backP:hover {
	color:#A3BB30;
}



/**********************************************
			INDEX 
**********************************************/

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



/**********************************************
			INDEX DERNIERES REAS
**********************************************/

#boxReas {
	background: url(../img/layout/bkgBlack.png) repeat-x left -880px #fff;
	margin-bottom:40px;
}
#boxReas h2 {
    color: #ffffff;
    background: #1A1917;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0 15px 0;
    text-transform: uppercase;
}
#boxReas h3 {
	color: #404040;
	font-weight: 600;
	margin:15px 0 0px 0;
	padding: 0px 30px 0px 30px;
	position:relative;
	text-transform: none;
	line-height: 1.8em;
}
#boxReas h3:before {
	position: absolute;
	left: 13px;
	height: 54px;
	width: 2px;
	background: #ABC432;
	top: -34px;
	content: "";
	display: block;
}
#boxReas p {
	padding: 0px 30px 0px 30px;
}

#boxReas .slick-prev {
	right:40px;
	left: initial;
	top:-40px;
}
#boxReas .slick-next {
	right: 0px;
	top:-40px;
	border-left: solid 1px #fff3;
}
#boxReas .slick-prev, #boxReas .slick-next {
	border-radius: 0%;
	height: 60px;
	padding: 15px 20px 17px 20px;
}
#boxReas .slick-prev:hover, #boxReas .slick-next:hover {
	background: #1A1917;
	color: #abc432;
}
#boxReas .slick-prev:before, #boxReas .slick-next:before {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
    font-weight: 300;
    line-height: 1em;
}


/**********************************************
			PAGE
**********************************************/


#page {
	/*background: url(../img/bkg-screen.jpg) no-repeat left 125px transparent;
    background-size: contain;*/
}
#page main {
    margin: 40px 0 30px 0;
}
.slidProduits span {
	text-align:center;
	display: block;
	padding:10px;
}
#topP {
	margin-top: 1px;
	position: relative;
}
#breadcrumb {
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
    background: #3d3c3c;
    padding: 7px 0 5px 0;
    margin-top: -15px;
}
#breadcrumb a {
    color: #ffffff;
}
#gammPdt {
	margin-top:5px;
}
#gammPdt img {
	border-top: solid 6px #553a81;
	margin-bottom: 5px;
	padding-top: 5px;
}
#gammPdt a h2 {
    background: #553a81;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
	margin-bottom: 10px;
}
#gammPdt a:hover h2 {
    background: #edebf2;
    color: #553a81;
}

a.gammPdtLink {
	color: #553a81;
	display: block;
	padding: 5px 13px;
	border: solid 1px #edebf2;
	text-align:center;
	background: #fff;
	margin-top:15px;
}
a.gammPdtLink:hover, a.gammPdtLink:focus {
	border: solid 1px #edebf2;
	background: #edebf2;
}
#boxEcolo {
	position:relative;
	padding: 25px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+53,f3f3f3+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 53%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 53%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 53%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#boxEcolo h3 {
	color:#97b939;
}
#boxEcolo p {
	font-size:0.9em;
}
.boxCadr  {
	padding:20px;
	border-top: solid 1px #ebe9f0;
	border-right: solid 1px #ebe9f0;
	border-bottom: solid 1px #ebe9f0;
	font-size: 0.8em;
	line-height: 1.5em;
}
.boxCadr span  {
	display: block;
    margin: 5px 0px 17px 0px;
    height: 10px;
    background: #ebe9f0;
}
.boxFilets .row-flex {
	border-left: solid 1px #ebe9f0;
}
.boxVert {
	background: #abc432;
	padding: 15px 20px;
	margin: 30px 0;
	color:#fff;
	display: block;
}
.boxVertVeka {
	background: #abc432;
	padding: 15px 20px;
	margin: 0 0 30px 0;
	color:#fff;
	display: block;
}
.boxNoirPt {
	background: #000;
	padding: 15px 20px 18px 20px;
	font-size: 0.9em;
	color: #fff;
	margin-bottom: 25px;
}
.boxNoirPt h2 {
	margin-top: 10px;
}

a#aNuancier {
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #404040;
	text-align: center;
	display: inline-block;
	padding: 40px;
	/*box-shadow: 0px 7px 20px #ccc;*/
	box-shadow: 0px 4px 10px #999;
	border-bottom: solid 5px #404040;
	border-radius: 10px;
}
a#aNuancier i {
	color:#abc432;
	font-size: 2em;
	margin-bottom:15px;
}
a#aNuancier:hover {
	background: #404040;
	transition-property: background-color; /* Active la transition sur background-color */
    transition-duration: 1s; /* La transition dure 1s */
	color: #fff;
	border-bottom: solid 5px #abc432;
}
.slick-slide {
	position: relative;
}
.slick-slide p.captionSlide {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%);
	color: #333;
	background: #abc432;
}

/* ==========================================================================
   ACTUALITES
   ========================================================================== */

.newsList {
	margin: 40px 0;
}
.newsList .newsTxt {
	background: #fff;
	margin-top: -70px;
}
.newsList .newsTxt h2 {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
	letter-spacing: normal;
	text-transform: capitalize;
	font-size: 2.2em;
	word-spacing: 0.1em;
}
.newsList .newsTxt h2 a {
	color: #553b81 !important;
}
.actu .newsDateList {
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
} 
.actu h1 {
	margin-bottom: 0;
}
.actu img {
	margin-bottom: 20px;
	max-height: 960px;
}
.newsDateList {
	text-align: center;
	color: #666;
	margin-bottom: 0;
	margin-top: 30px;
	letter-spacing: 0.2em;
}
.jour {
	color: #553b81;
	font-weight: 700;
}
.newsDesc {
	padding: 0px 90px;
	text-align: center;
}
.newsDesc p {
	margin-bottom: 20px;
	font-size: 1.1em;
	color: #666;
}
.dateList {
	text-align: center;
	color: #fff;
	font-size: 1em;
	background: #553b81;
	padding: 10px 0;
	margin-bottom: 0;
}
.dateList svg {
	font-size: 1em;
}
.newsDet p {
	font-size: 1.2em;
	color: #888;
}
a.linkNewArticle, a.linkNewPdf, a.linNewkWeb, a.linNewVideo  {
    display: inline-block;
    padding: 7px 0px;
	margin-right:10px;
	line-height: 4em;
}
a.linkNewArticle span, a.linkNewPdf span, a.linNewkWeb span, a.linNewVideo span  {
	display: block;
	float: left;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70aa41+0,b1db4e+100 */
	background: rgb(112,170,65); /* Old browsers */
	background: -moz-linear-gradient(-45deg, #553b81 0%, #9886b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #553b81 0%, #9886b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #553b81 0%, #9886b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#553b81', endColorstr='#9886b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.linkNewArticle svg, a.linkNewPdf svg, a.linNewkWeb svg, a.linNewVideo svg {
    color:#fff;
	font-size: 1.8em;
	margin-top: 13px;
}
a.linkNewArticle:hover span, a.linkNewPdf:hover span, a.linNewkWeb:hover span, a.linNewVideo:hover span  {
	background: #553b81;
}
.videoActu {
	margin-top: 20px;
}
#contactBox {
	margin-top: 40px;
	border: 1px solid #553b81;
}
#contactBox h2 {
	text-align: center;
	padding: 20px 10px 0 10px;
	font-size: 1.7em;
}
.aBoxContact {
	display: block;
	color: #fff !important;
	background: #553b81;
	padding: 20px 0;
	font-size: 1.5em;
	text-align: center;
}
#contactBox p {
	padding: 20px 20px 0 20px;
	text-align: center;
}
#contactBox .footTel {
	color: #553b81;
}
.actu {
	margin-top: 40px;
}
#back {
	display: block;
	position: absolute; 
	top: 10px;
	left: 15px;
	color: #553b81 !important;
}

/* --------------------------------------------------
   NEWSLETTER MAILCHIMP
   -------------------------------------------------- */


#newslMailchimp {
	padding:0px 0;
	background: #553b811f;
	color:#553b81;
}
#newslMailchimp .boxForm {
}
#newslMailchimp h3 {
	color:#553b81;
	font-size: 0.9em;
	font-weight:300;
	padding: 20px 0px 0px 0px;
    line-height: 1.4em;
	margin:0px 0px 0px 0px;
	letter-spacing: 5px;
}
#newslMailchimp h3 strong {
	font-weight:600;
}
#newslMailchimp p {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #553b81;
	margin-bottom:15px;
}

#newslMailchimp label {
	line-height: 38px;
}
#newslMailchimp label:last-child {
	margin-right:15px;
}
#newslMailchimp label:first-child {
	padding-left:15px;
}
#mc_embed_signup {
	/*border-right: solid 1px #d6dbde;*/
}
#mc_embed_signup .email {
	height: 38px;
	width: 100%;
	padding: 0px 12px;
	line-height: 38px;
	background-image: none;
	border: none 0px #fff;
	text-align:center;
	font-weight:bold;
	color:#553b81;
	border-radius:0px;
	border-bottom: solid 4px #795cab;
	background: #eae7f0;
	margin-top: 2px;
}
#mc_embed_signup .input-group, #mc_embed_signup .mc-field-group, #mc-embedded-subscribe {
	float:left;
	width: 100%;
}

#mce-error-response, #mce-success-response {
	display: block;
	position: absolute;
	bottom: -23px;
	color:red;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
}
#mce-success-response {
	color:#029443;
}
#mc-embedded-subscribe {
	border-radius: 0px;
    line-height: 36px;
    background: #eae7f0;
    text-align: right;
    border: none;
	cursor: pointer;
	width: 50%;
    font-size: 0.65em;
    text-transform: uppercase;
    color: #553b81;
    font-weight: 700;
    letter-spacing: 5px;
	padding-right: 20px;
}
a.desaboMailchimp {
	border-radius: 0px;
    line-height: 38px;
    background: #eae7f0;
    text-align: left;
    border: none;
	cursor: pointer;
	display: inline-block;
	width: 50%;
    font-size: 0.6em;
    text-transform: uppercase;
    color: #553b81;
    font-weight: 400;
    letter-spacing: 5px;
	padding-left: 20px;
}
a.desaboMailchimp:hover {
	color:#553b81;
}

#newslMailchimp::-moz-placeholder {
  color: #b5bbbf;
  opacity: 1;
  font-weight:300;
  font-size:0.9em;
}
#newslMailchimp .email::-ms-input-placeholder {
  color: #553b81;
  font-weight:300;
  font-size:0.9em;
}
#newslMailchimp .email::-webkit-input-placeholder {
  color: #553b81;
  font-weight:300;
  font-size:0.9em;
}

/**********************************************
			MODAL
**********************************************/

.modal {
    z-index: 9999;
}
#myModal img {
    margin-bottom:20px;
}
.btn-primary {
    color: #ffffff;
    background-color: #abc432;
    border-color: #abc432;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #333333;
  border-color: #333333;
}
.btn-primary:hover {
  background-color: #333333;
  border-color: #333333;
}
.modal-header {
    background: #252525;
}
.modal-title {
    color: #ffffff;
}
.modal-content {
    border: none;
}
.modal-backdrop {
     background-color: white;
	 opacity:0.8 !important;
}
.modal a.linkMod, .pol li a {
	color: #999 !important;
	text-decoration: underline;
}
.modal a.linkMod:hover, .pol li a:hover {
	color: #333 !important;
}
.modal-header .btn-default {
	border-radius: 0px;
	color:#252525;
}


/**********************************************
			DIVERS
**********************************************/

.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignRight {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.txtSmall {
	font-size:0.8em;
}
.coulVert {
	color: #abc432;
}
.big {
	font-size:1.2em;
}
.cap {
	text-transform: uppercase;
}
.noCap {
	text-transform: none;
}
.separCubOr {
	margin: 30px auto 40px auto;
    width: 30px;
}
.separCubOr img {
	width:20px;
	height:auto;
}
.aPDF {
	color: #553a81;
	font-weight:600;
	text-transform: uppercase;
	font-size:0.8em;
	letter-spacing:2px;
}
.aPDF:hover {
	color: #B9A13A;
}
.filetVertL {
	border-left: solid 1px #abc432;
	padding-left:10px;
}
.accroche {
	padding: 0 40px;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	font-weight:600;
	letter-spacing: 1px;
}
.accroche span {
	position:relative;
	display: inline-block;
}
.accroche span:before {
	content:"";
	display:inline-block;
	width:25px;
	height:20px;
	background:url(../img/svg/guillemets1.svg) no-repeat left top;
	background-size:contain;
	position:absolute;
	left: -30px;
	top: -1px;
}
.accroche span:after {
	content:"";
	display:inline-block;
	width:25px;
	height:20px;
	background:url(../img/svg/guillemets2.svg) no-repeat left top;
	background-size:contain;
	margin-left: 5px;
}
.pFilVertL {
	margin-left:20px;
	padding-left:20px;
	border-left: solid 2px #abc432;
}
.pFilBlancL {
	margin-left:20px;
	padding-left:20px;
	border-left: solid 2px #fff;
}
h2.newTitle {
    position: relative;
    margin-top: 0;
    padding-top: 3rem;
}
h2.newTitle:before {
    content: "NOUVEAU";
    letter-spacing: 1rem;
    position: absolute;
    display: block;
    font-size: 1.25rem;
    top: 0;
    background: #575656;
    color: #fff;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}



/**********************************************
			MEDIA QUERIES
**********************************************/

@media screen and (max-width: 1024px) {
	
	h1.h1H {
		font-size: 2em;
	}
	#footContact h2 {
		padding: 23px 150px 5px 0px;
	}
	.frise {
		padding-right: 15%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.catalogues a {
		font-size: 1.5rem;
	}
	
}

@media screen and (max-width: 991px) {
	
	.catalogues {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.boxRed {
		margin-top: 0;
	}
	.team-item {
		margin-top: 30px;
	}
	#mc-embedded-subscribe {
		text-align: left;
	}
	a.desaboMailchimp {
		text-align: right;
	}
	#serenite .clear {
		display: block;
	}
	#engag {
		text-align: center;
	}
	#footContact {
		background-size: 200px;
	}
	#footContact h2 {
		padding: 23px 170px 5px 0px;
	}
	#footContact br {
		display:block;
	}
	.pFilVertL {
		margin-left: 0px;
	}
	#footContact h2 {
		padding: 20px 0;
	}

}

@media screen and (width: 768px) {
	.navbar-brand img {
		width: 375px;
		margin-top: -20px;
	}
}


@media screen and (min-width: 768px) {
	#surMesure a {
		display: block;
	}
	/*#navTop {
		width: 90%;
		left: 5%;
		transform: none;
	}*/
}


@media screen and (max-width: 767px) {
	
	.newsDesc {
		padding: 0px 50px;
	}
	.newsList .newsTxt h2 {
		font-size: 1.8em;
	}
	.newsDateList {
		margin-top: 80px;
	}
	
	#navTop {
		width: 90%;
		left: 5%;
		top: 0px;
		transform: none;
	}
	#navTop a span {
		display:none;
	}
	#navTop a {
		padding-top:10px;
	}	
	#navTop li.navTopHom a, #navTop li.navTopNew a, #navTop li.navTopLoc a {
	}	
	#actus .slick-slide img, #actus .slick-slide iframe,
	#actus p.actuDesc,
	#actus h3 {
		padding: 0 0px 0 15px;
	}
	.actuLink {
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-brand {
		top: 75px;
	}
/*	.navbar-brand img {
		width: 50%;
		margin-top: 0px;
	}
	.navbar-default .navbar-brand {
		color: #777777;
		width: 100%;
		float:none;
		left:25%;
		transform: translateX(0%);
	}*/
}


@media screen and (max-width: 650px) {
	#footContact h2 {
		margin-bottom: 10px;
	}
	#footContact span, #footContact span {
		margin-left: 0px;
		width: 50%;
	}
	#footContact .contTel, #footContact .contForm {
        text-align: left;
	}
	.navbar-brand {
		top: 86px;
	}
}

@media screen and (max-width: 550px) {
	
	.newsDesc {
		padding: 0px 20px;
	}
	.newsList .newsTxt h2 {
		font-size: 1.6em;
	}
	h1.h1H {
		font-size: 1.5em;
		line-height: 1.4em;
	}
	h1.h1H br {
		display:none;
	}
	.navbar-brand {
		top: 95px;
	}
/*	.navbar-brand img {
		width: 50%;
	}
	.navbar-default .navbar-brand {
		left:25%;
		top:46%;
		transform: translateY(-50%);
	}*/
}


@media screen and (max-width: 480px) {
	.navbar-brand {
		top: 100px;
	}
/*	.navbar-brand img {
		width: 70%;
	}
	.navbar-default .navbar-brand {
		left:15%;
	}*/
	.navbar-brand {
		top: 94px;
	}
}


@media screen and (max-width: 375px) {
	#footContact span, #footContact span {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	#footContact h2 {
		padding: 23px 0px 5px 0px;
	}
	#footContact {
		padding: 135px 0px 0px 0px;
	}
	#newslMailchimp label, #newslMailchimp label:first-child {
		line-height: 30px;
		width:100%;
		padding: 0 10px;
	}
	.mc-field-group input[type="radio"] {
	margin: 8px 5px 0px 0px;
	}
	a.desaboMailchimp {
		font-size: 0.5em;
	}
	.newsDesc {
		padding: 0px 5px;
	}
	a.linNewkWeb span, a.linkNewPdf span, a.linNewVideo span, a.linkNewArticle 	span {
		width: 40px;
		height: 40px;
	}
	a.linNewkWeb svg, a.linkNewPdf svg, a.linNewVideo svg, a.linkNewArticle svg {
		font-size: 1.6em;
		margin-top: 10px;
		vertical-align: top;
	}
/*	.navbar-brand {
		top: 75px;
	}
	.navbar-brand img {
		max-width: 260px;
		height: auto;
	}*/
}