#scrolltop {
	display: none!important;
}

html, body{
	overflow-x: hidden;
}

#loader_univers {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 10;
}
#loader_univers .svg_loader {
	height: 64px;
	width: 230px;
	position: absolute;
    top: 50vh;
    left: 50%;
    margin: -32px 0 0 -115px;
    z-index: 199;
}

#univers-title {
	height: 0px;
	position: relative;
}
#univers-title h1 {
    margin: 0;
    color: #fff;
    font-size: 3.7rem;
    line-height: 1.1em;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 199;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

#univers {
	/* overflow: hidden; */
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
#univers #univers-scroll {
	height: 802px;
	position: relative;
	width: 1440px;
	transform-origin: center center;
}

body.position-from-height #univers #univers-scroll {
	transform-origin: top center;
}
body.position-from-width #univers #univers-scroll {
	transform-origin: left center;
}
body.position-from-both #univers #univers-scroll {
	transform-origin: top left;
}

/* @media(max-width:1024px) { */
@media(max-width:800px) {
	#univers {
		overflow: hidden;
		overflow-x: auto;
	}
}
@media(max-width:991px) {
	#univers #univers-scroll {
		transform-origin: top left!important;
	}
}

#univers-wrapper {
	position: relative;
    overflow: hidden;
    width: 100%;
}
#univers-wrapper .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
}
#univers-wrapper .bg:after {
	content : ' ';
	display: block;
	opacity: 0.15;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
}
#univers-wrapper .univers-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background-image: url(../img/univers_shadow.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: contain;
	z-index: -1;
}
#univers-wrapper .devis {
	position: absolute;
	z-index: 150;
	top: 35px;
	right: 0;
	line-height: 46px;
	padding: 0 15px 0 25px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#univers-wrapper .devis:hover {
	background: #fff!important;
}
#univers-wrapper .devis span {
    font-size: 2.6rem;
    margin-left: 13px;
    position: relative;
    top: 5px;
}
#univers-wrapper #univers_descriptif {
	padding: 20px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.4em;
	color: #dd0031;
	font-weight: bold;
	opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*@media(max-height:870px) {
	#univers-wrapper #univers_descriptif {
		font-size: 1.8rem;
		line-height: 1.2em;
	}
}
@media(min-width:768px) {
	#univers-wrapper #univers_descriptif {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: -1;
	}
}
@media(max-height:750px) {
	#univers-wrapper #univers_descriptif {
		position: static;
	}
}*/

#univers .svg {
	position: absolute;
	display: none;
	z-index: 100;
	cursor: default;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
/*#univers .svg.hover ,
#univers .svg.active {
	/*z-index: 110;*
}*/
#univers .svg .tick {
	display: none!important;
}
#univers .svg .border_hover {
	opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#univers .svg.hover .border_hover,
#univers .svg.active .border_hover {
	opacity: 1;
}
#univers .svg .tick-vertical {
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 50%;
	cursor: pointer;
    pointer-events: fill;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
#univers .svg .tick-vertical .tick-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 33px 0 0 33px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 110;
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
}
#univers .svg .tick-vertical .tick-text {
	font-weight: bold;
	font-size: 1.8rem;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 2px 0 0 -2px;
	white-space: nowrap;
	z-index: 110;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
#univers .svg .image {
	opacity: 0;
	display: none;
}
#univers .svg .color {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
#univers .svg .color * {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}
#univers .svg .back ,
#univers .svg .back * {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
#univers .svg:not(.loaded) .back ,
#univers .svg:not(.loaded) .back * {
	fill: #ffffff;
}

#univers .svg.loaded {}
#univers .svg.loaded .color {
	opacity: 0;
}
/*#univers .svg.loaded .image {
	opacity: 1;
}*/

#univers .svg .ratio {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
}
#univers .svg .ratio svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    overflow: visible;
}
#univers .svg,
#univers .svg .ratio,
#univers .svg .ratio svg,
#univers .svg .ratio svg image {
    pointer-events: none;
}
#univers .svg.linkded .ratio svg circle,
#univers .svg.linkded .ratio svg rect,
#univers .svg.linkded .ratio svg path,
#univers .svg.linkded .ratio svg polygon {
	cursor: pointer;
    pointer-events: fill;
}

body.page-template-template-univers #univers-wrapper,
body.page-template-template-univers footer {
	display: none;
}
.separator-for-breadcrumb{
	border-top: 1px solid #C1C1C1;
	width: 100%;
}
.product-separate{
	border-top: 1px solid #C1C1C1;
}
section.product {
    padding-top: 38px;
	padding-top: 120px;
    padding-bottom: 120px;
}

@media(max-width:992px){
	#mobile-list{
		margin-bottom:0px !important;
	}
	.separator-for-breadcrumb{
		display:none;
	}
	.add-margin-top{
		margin-top: 25px;
	}
}

section.product + section.product {
    padding-top: 25px;
}
section.product .image {}
section.product .image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}
section.product .post-content {
    padding-right: 20px;
	font-size: 16px;
}
section.product .post-content h2 {
    font-size: 3.55rem;
    /* letter-spacing: 1.6px; */
	font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
	color: #f39c00;
	padding-top: 0;
	margin-top: 0;
}
section.product .post-content p,
section.product .post-content ol,
section.product .post-content ul {
    line-height: 1.6em;
    margin-bottom: 25px;
}
section.product .links {
	font-size: 0;
    padding-top: 11px;
}
section.product .links a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
    padding: 14px 35px;
	background: #F39C00;
	color: #fff;
	border: 1px solid #F39C00;
	transition: all .3s;
	margin-right: 20px;
	margin-bottom: 20px;
}
section.product .links a:hover {
	background: #fff!important;
	color: #F39C00;
}
section.contact {
	background: #DD0031;
	color: #FFF;
	padding: 81px 0 46px;
}
section.contact .content-contact {
	padding: 0;
    font-size: 16px;
    line-height: 1.6em;
}
section.contact .content-contact #showPhoneNumber {
	width: auto;
    border-radius: 35px;
    font-weight: normal;
    height: auto;
    padding: 8px 26px 9px 17px;
    margin-top: 7px;
}
section.contact .content-contact #showPhoneNumber .num {
	display: none;
}
section.contact .content-contact #showPhoneNumber i {
	margin: 0 12px 0 0;
    font-size: 22px;
    float: left;
}
section.contact .content-contact h2 {
	font-size: 45px;
    font-weight: bold;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}
section.contact .form-group label {
	font-weight: normal;
    font-size: 16px;
	margin-bottom: 2px;
}
section.contact .form-control {
	border-radius: 0;
    box-shadow: none;
    border: 0;
    font-size: 16px;
    height: 45px;
    padding: 8px 10px;
}
section.contact textarea.form-control {
	height: 157px;
}
section.contact .btn {
	border-width: 1px;
	width: 100%;
    padding: 14px 14px 15px;
}
section.contact .legal {
	line-height: 1.4em;
	font-size: 12px;
}
section.contact .legal a {
	color: #FFF;
	text-decoration: underline;
}
section.contact .legal a:hover {
	text-decoration: none;
}
section.products {
	padding-bottom: 119px;
}
section.products .post-content {
    margin-bottom: 75px;
}
section.products .post-content h2 {
    margin-top: 17px;
	color: #F38B00;
}

@media (max-width: 991px) {
	.post-content h2{
		font-size: 3.55rem !important;
	}
}
section.products .post-content p {
    font-size: 2.4rem;
	max-width: 770px;
    margin: 0 auto;
}
section.products .products-list {}
section.products .products-list > div{
	margin-bottom: 15px;
}
section.products .products-list .product {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    height: 100%;
	padding: 0 30px;
}
section.products .products-list .product .product-title {
	font-weight: bold;
	font-size: 24px;
	color: #808080;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 3px;
	display:block;
}
section.products .products-list .product p {
	font-size: 16px;
	color: #808080;
	line-height: 1.5em;
	margin-bottom: 42px;
}
section.products .products-list .product .btn {
	padding: 13px 0;
    margin: 67px auto 42px;
    background: #f39c00;
    color: #FFF;
	display: block;
    width: 135px;
}
section.products .products-list .product .btn:hover {
	background: #FFF!important;
	border-color: #f39c00;
	color: #f39c00;
}
section.products .products-list .product .img {
	margin: 0 -30px;
}
section.products .products-list .product .img img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

section.help {
	background-color: #DD0031;
    padding: 46px 0 41px;
}
section.help .title {
	color: #fff;
	font-size: 4.3rem;
}
section.help .link {}
section.help .link a {
    font-weight: bold;
    font-size: 1.9rem;
    background-color: #DD0031;
    border: 1px solid #fff;
    color: #fff;
    transition: all .3s;
    text-align: center;
    padding: 13px 41px;
    display: inline-block;
    float: right;
}
section.help .link a:hover {
	background-color: #fff;
	color: #DD0031;
}

body.univers-orange #univers-wrapper .bg {
	background: #F39C00;
}
body.univers-violet #univers-wrapper .bg {
	background: #8547AD;
}
body.univers-vert #univers-wrapper .bg {
	background: #B6BD00;
}
body.univers-rouge #univers-wrapper .bg {
	background: #DD0031;
}
body.univers-bleu #univers-wrapper .bg {
	background: #007DA4;
}
body.univers-jaune #univers-wrapper .bg {
	background: #F3C300;
}

body.univers-jaune #univers .svg .border_hover,
body.univers-jaune #univers .svg .border_hover * {
    stroke: #c4a41f!important;
	fill: none!important;
}
body.univers-orange #univers .svg .border_hover,
body.univers-orange #univers .svg .border_hover * {
    stroke: #a5622d!important;
	fill: none!important;
}
body.univers-violet #univers .svg .border_hover,
body.univers-violet #univers .svg .border_hover * {
    stroke: #5b2c7a!important;
	fill: none!important;
}
body.univers-vert #univers .svg .border_hover,
body.univers-vert #univers .svg .border_hover * {
    stroke: #7d8128!important;
	fill: none!important;
}
body.univers-rouge #univers .svg .border_hover,
body.univers-rouge #univers .svg .border_hover * {
    stroke: #6c061d!important;
	fill: none!important;
}
body.univers-bleu #univers .svg .border_hover,
body.univers-bleu #univers .svg .border_hover * {
    stroke: #144453!important;
	fill: none!important;
}

/* quick-fix */
body.univers-bleu #univers .svg.produit_2 .border_hover * {
    fill: #144453!important;
}

body.univers-orange #univers-wrapper .devis {
	background: #F38B00;
}
body.univers-violet #univers-wrapper .devis {
	background: #5b2c7a;
}
body.univers-vert #univers-wrapper .devis {
	background: #7d8128;
}
body.univers-rouge #univers-wrapper .devis {
	background: #6c061d;
}
body.univers-bleu #univers-wrapper .devis {
	background: #144453;
}
body.univers-jaune #univers-wrapper .devis {
	background: #c4a41f;
}

body.univers-orange #univers .svg .tick-vertical, body.univers-orange section.product .links a, body.univers-orange section.products .products-list .product .btn {
	background: #F38B00;
}
body.univers-violet #univers .svg .tick-vertical, body.univers-violet section.product .links a, body.univers-violet section.products .products-list .product .btn {
	background: #8547AD;
}
body.univers-vert #univers .svg .tick-vertical, body.univers-vert section.product .links a, body.univers-vert section.products .products-list .product .btn {
	background: #B6BD00;
}
body.univers-rouge #univers .svg .tick-vertical, body.univers-rouge section.product .links a, body.univers-rouge section.products .products-list .product .btn {
	background: #DD0031;
}
body.univers-bleu #univers .svg .tick-vertical, body.univers-bleu section.product .links a, body.univers-bleu section.products .products-list .product .btn {
	background: #007DA4;
}
body.univers-jaune #univers .svg .tick-vertical, body.univers-jaune section.product .links a, body.univers-jaune section.products .products-list .product .btn {
	background: #f3c300;
}
body.univers-orange section.products .post-content h2, body.univers-orange section.products .products-list .product .btn:hover,
body.univers-orange #univers .svg .tick-vertical .tick-text, body.univers-orange section.product .links a:hover,
body.univers-orange #univers-wrapper .devis:hover, body.univers-orange section.product .post-content h2,
body.univers-orange #univers-wrapper .devis:hover, body.univers-orange section.product .post-content h3 {
	color: #F38B00;
}
body.univers-violet section.products .post-content h2, body.univers-violet section.products .products-list .product .btn:hover,
body.univers-violet #univers .svg .tick-vertical .tick-text, body.univers-violet section.product .links a:hover,
body.univers-violet #univers-wrapper .devis:hover, body.univers-violet section.product .post-content h2,
body.univers-violet #univers-wrapper .devis:hover, body.univers-violet section.product .post-content h3 {
	color: #8547AD;
}
body.univers-vert section.products .post-content h2, body.univers-vert section.products .products-list .product .btn:hover,
body.univers-vert #univers .svg .tick-vertical .tick-text, body.univers-vert section.product .links a:hover,
body.univers-vert #univers-wrapper .devis:hover, body.univers-vert section.product .post-content h2,
body.univers-vert #univers-wrapper .devis:hover, body.univers-vert section.product .post-content h3 {
	color: #B6BD00;
}
body.univers-rouge section.products .post-content h2, body.univers-rouge section.products .products-list .product .btn:hover,
body.univers-rouge #univers .svg .tick-vertical .tick-text, body.univers-rouge section.product .links a:hover,
body.univers-rouge #univers-wrapper .devis:hover, body.univers-rouge section.product .post-content h2,
body.univers-rouge #univers-wrapper .devis:hover, body.univers-rouge section.product .post-content h3 {
	color: #DD0031;
}
body.univers-bleu section.products .post-content h2, body.univers-bleu section.products .products-list .product .btn:hover,
body.univers-bleu #univers .svg .tick-vertical .tick-text, body.univers-bleu section.product .links a:hover,
body.univers-bleu #univers-wrapper .devis:hover, body.univers-bleu section.product .post-content h2,
body.univers-bleu #univers-wrapper .devis:hover, body.univers-bleu section.product .post-content h3 {
	color: #007DA4;
}
body.univers-jaune section.products .post-content h2, body.univers-jaune section.products .products-list .product .btn:hover,
body.univers-jaune #univers .svg .tick-vertical .tick-text, body.univers-jaune section.product .links a:hover,
body.univers-jaune #univers-wrapper .devis:hover, body.univers-jaune section.product .post-content h2,
body.univers-jaune #univers-wrapper .devis:hover, body.univers-jaune section.product .post-content h3 {
	color: #f3c300;
}

body.univers-orange section.product .links a, body.univers-orange section.products .products-list .product .btn:hover {
	border-color: #F38B00;
}
body.univers-violet section.product .links a, body.univers-violet section.products .products-list .product .btn:hover {
	border-color: #8547AD;
}
body.univers-vert section.product .links a, body.univers-vert section.products .products-list .product .btn:hover {
	border-color: #B6BD00;
}
body.univers-rouge section.product .links a, body.univers-rouge section.products .products-list .product .btn:hover {
	border-color: #DD0031;
}
body.univers-bleu section.product .links a, body.univers-bleu section.products .products-list .product .btn:hover {
	border-color: #007DA4;
}
body.univers-jaune section.product .links a, body.univers-jaune section.products .products-list .product .btn:hover {
	border-color: #f3c300;
}
body.univers-orange #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #F38B00;
}
body.univers-violet #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #8547AD;
}
body.univers-vert #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #B6BD00;
}
body.univers-rouge #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #DD0031;
}
body.univers-bleu #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #007DA4;
}
body.univers-jaune #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #f3c300;
}

body.univers-orange #univers .svg.hover .tick-vertical .tick-text {
	color: #a5622d;
}
body.univers-violet #univers .svg.hover .tick-vertical .tick-text {
	color: #5b2c7a;
}
body.univers-vert #univers .svg.hover .tick-vertical .tick-text {
	color: #7d8128;
}
body.univers-rouge #univers .svg.hover .tick-vertical .tick-text {
	color: #6c061d;
}
body.univers-bleu #univers .svg.hover .tick-vertical .tick-text {
	color: #144453;
}
body.univers-jaune #univers .svg.hover .tick-vertical .tick-text {
	color: #c4a41f;
}

body.univers-orange #univers .svg.hover .tick-vertical {
	background: #a5622d;
}
body.univers-violet #univers .svg.hover .tick-vertical {
	background: #5b2c7a;
}
body.univers-vert #univers .svg.hover .tick-vertical {
	background: #7d8128;
}
body.univers-rouge #univers .svg.hover .tick-vertical {
	background: #6c061d;
}
body.univers-bleu #univers .svg.hover .tick-vertical {
	background: #144453;
}
body.univers-jaune #univers .svg.hover .tick-vertical {
	background: #c4a41f;
}

body.univers-orange #univers .svg.hover .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #a5622d;
}
body.univers-violet #univers .svg.hover .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #5b2c7a;
}
body.univers-vert #univers .svg.hover .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #7d8128;
}
body.univers-rouge #univers .svg.hover .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #6c061d;
}
body.univers-bleu #univers .svg.hover .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #144453;
}
body.univers-jaune #univers .svg.hover .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #c4a41f;
}

body.univers-orange #univers .svg.hover .color * {
	fill: #a5622d;
}
body.univers-violet #univers .svg.hover .color * {
	fill: #5b2c7a;
}
body.univers-vert #univers .svg.hover .color * {
	fill: #7d8128;
}
body.univers-rouge #univers .svg.hover .color * {
	fill: #6c061d;
}
body.univers-bleu #univers .svg.hover .color * {
	fill: #144453;
}
body.univers-jaune #univers .svg.hover .color * {
	fill: #c4a41f;
}

/** HOVERS **
body.univers-orange #univers .svg .tick-vertical {
	background: #F38B00;
}
body.univers-violet #univers .svg .tick-vertical {
	background: #8547AD;
}
body.univers-vert #univers .svg .tick-vertical {
	background: #B6BD00;
}
body.univers-rouge #univers .svg .tick-vertical {
	background: #DD0031;
}
body.univers-bleu #univers .svg .tick-vertical {
	background: #007DA4;
}
body.univers-orange #univers .svg .tick-vertical .tick-text {
	color: #F38B00;
}
body.univers-violet #univers .svg .tick-vertical .tick-text {
	color: #8547AD;
}
body.univers-vert #univers .svg .tick-vertical .tick-text {
	color: #B6BD00;
}
body.univers-rouge #univers .svg .tick-vertical .tick-text {
	color: #DD0031;
}
body.univers-bleu #univers .svg .tick-vertical .tick-text {
	color: #007DA4;
}
body.univers-orange #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #F38B00;
}
body.univers-violet #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #8547AD;
}
body.univers-vert #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #B6BD00;
}
body.univers-rouge #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #DD0031;
}
body.univers-bleu #univers .svg .tick-vertical .tick-triangle {
	border-color: transparent transparent transparent #007DA4;
}**/