@font-face {
  font-family: 'webleicons';
  src:  url('./we.eot?uvs9z7');
  src:  url('./we.eot?uvs9z7#iefix') format('embedded-opentype'),
    url('./we.ttf?uvs9z7') format('truetype'),
    url('./we.woff?uvs9z7') format('woff'),
    url('./we.svg?uvs9z7#we') format('svg');
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}

i.we:before{
position: relative;
/*line-height: 1px; */
letter-spacing: 1px;
}
i.we.inherit:before{
font-size:inherit !important;
color:inherit !important;
}
i.we.gigabig:before{
font-size: 52px;
}
i.we.ultrasmall:before{
font-size: 12px;
}
i.we.gigasmall:before{
font-size: 8px;
}
i.we.verysmall:before{
font-size: 10px;
}
i.we.verysmall:before{
font-size: 12px;
}
i.we.small:before{
font-size: 18px;
}
i.we.medium:before{
font-size: 22px;
}
i.we.ultrabig:before{
font-size: 40px;
}

i.we.big:before{
font-size: 32px;
}
i.we.orange:before{
color:orange;
}
i.we.black:before{
color: #000;
}
i.we.silver:before{
color: #a0a0a0;
}
i.we.white:before{
color: #fff;
}
i.we.green:before{
color: #217346;
}
i.we.powerred:before{
color:#d24726;
}
i.we.royal:before{
color:#2b579a;
}
i.we.lightred:before{
color:#e63a3a;
}
i.we.ciel:before{
color:#368ee0;
}
*.ic-hover:hover{
cursor:pointer;
}
*.ic-hover.ic-h-black:hover > i:before{
color:black;
}
i.we.ic-hover.ic-h-black:hover:before{
color:black;
}
*.ic-hover.ic-h-lightred:hover > i:before{
color:#e63a3a;
}
i.we.ic-hover.ic-h-lightred:hover{
color:#e63a3a;
}
*.ic-hover.ic-h-ciel:hover > i:before{
color:#368ee0;
}
i.we.ic-hover.ic-h-ciel:hover:before{
color:#368ee0;
}
*.ic-hover.ic-h-white:hover > i:before{
color:white;
}
i.we.ic-hover.ic-h-white:hover:before{
color:white;
}

.we {
display: inline-block;
font-family: webleicons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.we-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.rotate-45{
transform: rotate(45deg);
}
.rotate-90{
transform: rotate(90deg);
}
.rotate-180{
transform: rotate(180deg);
}
.rotate-270{
transform: rotate(270deg);
}
i.rotate-270:before{

transform: rotate(270deg);
}
.rotate-225{
transform: rotate(225deg);
}
.rotate-315{
transform: rotate(315deg);
}
.we-spin {
animation: spin 2s infinite linear;
}
.we-spin-center{
	animation: spin-center 2s infinite linear;	
}
.we-spin-center-y{
	animation: spin-center-y 2s infinite linear;	
}

.we-flash-fast {
	-webkit-animation: flash linear 0.5s infinite;
		animation: flash linear 0.5s infinite;
}
.we-flash {
	-webkit-animation: flash linear 1s infinite;
		animation: flash linear 1s infinite;
}
.we-effect-connecting {
animation: connecting 2s infinite ease-in-out;
}
i.we.major {
background-color: #37c0fb;
background-image: url("/includes/css/images/bg01.png");
background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.15) 100%);
background-image: -moz-linear-gradient(top , rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.15));
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.15) 100%);
background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.15) 100%);
border-radius: 100%;
box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
color: white;
cursor: default;
display: inline-block;
height: 5em;
vertical-align:middle;
line-height: 5em;
text-align: center;
width: 5em;
}
i.we.larger{
position:absolute;
left:0;
top:0;bottom:0;box-shadow:0 0 2px black;
}
i.we.larger.right{
right:0;left:auto;
}
i.we.major.square{
border-radius: 0;
}
i.we.major.ultramin{
height: 1.5em;
width: 1.5em;
line-height: 1.4em;
box-shadow: 0 0 0 2px white, 0 0 0 3px #e0e0e0;
}
i.we.major.min{
height: 2em;
width: 2em;
line-height: 2em;
box-shadow: 0 0 0 4px white, 0 0 0 5px #e0e0e0;
}
i.we.major.no-shadow{
box-shadow:0 0 2px black;
}
i.we.major.medium{
height: 3em;
width: 3em;
line-height: 3em;
box-shadow: 0 0 0 6px white, 0 0 0 7px #e0e0e0;
}
i.we.major:before{
font-size:24px;
}
i.we.major.ultramin:before{
font-size:10px;
}
i.we.major.min:before{
font-size:14px;
}
i.we.major.royal{
background-color:#2b579a;
}
i.we.major.red{
background-color:#b70000;
}
i.we.major.black{
background-color:#000000;
}
i.we.major.grey{
background-color:#141414;
}
i.we.major.silver{
background-color:silver;
}
i.we.major.green{
background-color: #217346;
}
i.we.major.orange{
background-color: #de5c26;
}
i.we.major:before{
color:white;
}
a.link > i.we.major{
transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
cursor:pointer;
}
a.link > i.we.link{
transition: color 0.2s ease-in-out 0s;
cursor:pointer;
}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}


@-moz-keyframes spin {
	0% {
	-moz-transform: rotate(0deg);
	}
	100% {
	-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin-center {
	0% {
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		transform: translate(-50%,-50%)  rotate(0deg);
	}
	100% {
		-webkit-transform:  translate(-50%,-50%) rotate(359deg);
		transform: translate(-50%,-50%)  rotate(359deg);
	}
}
@keyframes spin-center-y {
	0% {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%)  rotate(0deg);
	}
	100% {
		-webkit-transform:  translateY(-50%) rotate(359deg);
		transform: translateY(-50%)  rotate(359deg);
	}
}




@keyframes connecting {
0% {
color:#2b579b;
}
50% {
color:inherit;
}
100% {
color:#2b579b;
}
}

.we-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.we-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.we-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.we-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.we-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.we-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}


/*icons*/


.we-home:before {
  content: "\e900";
}
.we-calendar-o:before {
  content: "\e901";
}
.we-tags:before {
  content: "\e902";
}
.we-tasks:before {
  content: "\e903";
}
.we-file-o:before {
  content: "\e904";
}
.we-check-square-o:before {
  content: "\e905";
}
.we-calendar:before {
  content: "\e906";
}
.we-floppy-o:before {
  content: "\e907";
}
.we-download:before {
  content: "\e908";
}
.we-clock-o:before {
  content: "\e909";
}
.we-link:before {
  content: "\e90a";
}
.we-arrows-alt:before {
  content: "\e90b";
}
.we-plus-circle:before {
  content: "\e90c";
}
.we-user:before {
  content: "\e90d";
}
.we-power-off:before {
  content: "\e90e";
}
.we-refresh1:before {
  content: "\e90f";
}
.we-cogs:before {
  content: "\e910";
}
.we-cog:before {
  content: "\e911";
}
.we-filter:before {
  content: "\e912";
}
.we-book:before {
  content: "\e913";
}
.we-file:before {
  content: "\e914";
}
.we-unlock:before {
  content: "\e915";
}
.we-lock:before {
  content: "\e916";
}
.we-ban:before {
  content: "\e917";
}
.we-bars:before {
  content: "\e918";
}
.we-archive:before {
  content: "\e919";
}
.we-bar-chart-o:before {
  content: "\e91a";
}
.we-trash-o:before {
  content: "\e91b";
}
.we-adjust:before {
  content: "\e91c";
}
.we-cube:before {
  content: "\e91d";
}
.we-cube-layout:before {
  content: "\e91e";
}
.we-solar-panel:before {
  content: "\e91f";
}
.we-dots-more:before {
  content: "\e920";
}
.we-firewall:before {
  content: "\e921";
}
.we-flame-on-bricks:before {
  content: "\e922";
}
.we-column-insert:before {
  content: "\e923";
}
.we-row-insert:before {
  content: "\e924";
}
.we-right-arrow:before {
  content: "\e925";
}
.we-transfer:before {
  content: "\e926";
}
.we-cloud-computing-1:before {
  content: "\e927";
}
.we-data:before {
  content: "\e928";
}
.we-cloud-computing:before {
  content: "\e929";
}
.we-cloud:before {
  content: "\e92a";
}
.we-web-settings:before {
  content: "\e92b";
}
.we-big-data:before {
  content: "\e92c";
}
.we-map:before {
  content: "\e92d";
}
.we-temperature-outside:before {
  content: "\e92e";
}
.we-temperature-inside:before {
  content: "\e92f";
}
.we-mode-inside:before {
  content: "\e930";
}
.we-mode-outside:before {
  content: "\e931";
}
.we-spinner-of-dots:before {
  content: "\e932";
}
.we-window-4-100:before {
  content: "\e933";
}
.we-window-4-50:before {
  content: "\e934";
}
.we-window-4-0:before {
  content: "\e935";
}
.we-window-3-100:before {
  content: "\e936";
}
.we-window-3-0:before {
  content: "\e937";
}
.we-radiator-1-100:before {
  content: "\e938";
}
.we-elevation:before {
  content: "\e939";
}
.we-radiator-1-0:before {
  content: "\e93a";
}
.we-plant-pot:before {
  content: "\e93b";
}
.we-output-top:before {
  content: "\e93c";
}
.we-output-right:before {
  content: "\e93d";
}
.we-output-left:before {
  content: "\e93e";
}
.we-output-left-2:before {
  content: "\e93f";
}
.we-output-bottom:before {
  content: "\e940";
}
.we-ice-crystal:before {
  content: "\e941";
}
.we-glacon_widget_thermo:before {
  content: "\e942";
}
.we-energy:before {
  content: "\e943";
}
.we-curseur_widget_thermo:before {
  content: "\e944";
}
.we-bar-chart-1:before {
  content: "\e945";
}
.we-bar-chart-2:before {
  content: "\e946";
}
.we-text-value-fullsize:before {
  content: "\e947";
}
.we-text-2-fullsize:before {
  content: "\e948";
}
.we-baseLayout:before {
  content: "\e949";
}
.we-eyes-0:before {
  content: "\e94a";
}
.we-weather:before {
  content: "\e94b";
}
.we-automatic:before {
  content: "\e94c";
}
.we-timer:before {
  content: "\e94d";
}
.we-scene:before {
  content: "\e94e";
}
.we-camera:before {
  content: "\e94f";
}
.we-settings:before {
  content: "\e950";
}
.we-information:before {
  content: "\e951";
}
.we-ventilation:before {
  content: "\e952";
}
.we-heating:before {
  content: "\e953";
}
.we-power:before {
  content: "\e954";
}
.we-lamp:before {
  content: "\e955";
}
.we-window-3-50:before {
  content: "\e956";
}
.we-caret-up:before {
  content: "\e957";
}
.we-plug-electric-90:before {
  content: "\e958";
}
.we-plug-electric-80:before {
  content: "\e959";
}
.we-plug-electric-70:before {
  content: "\e95a";
}
.we-plug-electric-60:before {
  content: "\e95b";
}
.we-plug-electric-50:before {
  content: "\e95c";
}
.we-plug-electric-40:before {
  content: "\e95d";
}
.we-plug-electric-30:before {
  content: "\e95e";
}
.we-plug-electric-20:before {
  content: "\e95f";
}
.we-plug-electric-10:before {
  content: "\e960";
}
.we-plug-electric-2-100:before {
  content: "\e961";
}
.we-plug-electric-2-80:before {
  content: "\e962";
}
.we-plug-electric-2-90:before {
  content: "\e963";
}
.we-plug-electric-2-70:before {
  content: "\e964";
}
.we-plug-electric-2-60:before {
  content: "\e965";
}
.we-plug-electric-2-50:before {
  content: "\e966";
}
.we-plug-electric-2-40:before {
  content: "\e967";
}
.we-plug-electric-2-30:before {
  content: "\e968";
}
.we-plug-electric-2-20:before {
  content: "\e969";
}
.we-plug-electric-2-10:before {
  content: "\e96a";
}
.we-plug-electric-2-0:before {
  content: "\e96b";
}
.we-minus-square:before {
  content: "\e96c";
}
.we-plus-square:before {
  content: "\e96d";
}
.we-gaz:before {
  content: "\e96e";
}
.we-water:before {
  content: "\e96f";
}
.we-electricity:before {
  content: "\e970";
}
.we-intensity-2:before {
  content: "\e971";
}
.we-intensity-1:before {
  content: "\e972";
}
.we-azimuth-1:before {
  content: "\e973";
}
.we-rain-2-0:before {
  content: "\e974";
}
.we-rain-2-100:before {
  content: "\e975";
}
.we-rain-1-0:before {
  content: "\e976";
}
.we-rain-1-100:before {
  content: "\e977";
}
.we-temperature-2:before {
  content: "\e978";
}
.we-wind-2:before {
  content: "\e979";
}
.we-wind-1:before {
  content: "\e97a";
}
.we-temperature-1:before {
  content: "\e97b";
}
.we-lamp-1-100:before {
  content: "\e97c";
}
.we-lamp-1-0:before {
  content: "\e97d";
}
.we-lightbulb-100:before {
  content: "\e97e";
}
.we-lightbulb-0:before {
  content: "\e97f";
}
.we-light1-100:before {
  content: "\e980";
}
.we-light1-0:before {
  content: "\e981";
}
.we-lock-0:before {
  content: "\e982";
}
.we-lock-100:before {
  content: "\e983";
}
.we-window-100:before {
  content: "\e984";
}
.we-window-0:before {
  content: "\e985";
}
.we-full-size-2:before {
  content: "\e986";
}
.we-full-screen-3:before {
  content: "\e987";
}
.we-full-size-1:before {
  content: "\e988";
}
.we-text-left:before {
  content: "\e989";
}
.we-text-right:before {
  content: "\e98a";
}
.we-position-relative-block:before {
  content: "\e98b";
}
.we-position-relative-inline:before {
  content: "\e98c";
}
.we-text-center:before {
  content: "\e98d";
}
.we-text-justify-center:before {
  content: "\e98e";
}
.we-text-justify-right:before {
  content: "\e98f";
}
.we-text-justify-left:before {
  content: "\e990";
}
.we-gauge-3:before {
  content: "\e991";
}
.we-gauge-2:before {
  content: "\e992";
}
.we-gauge-1:before {
  content: "\e993";
}
.we-position-absolute-middle-middle:before {
  content: "\e994";
}
.we-position-absolute-top-middle:before {
  content: "\e995";
}
.we-position-absolute-top-right:before {
  content: "\e996";
}
.we-position-absolute-right-middle:before {
  content: "\e997";
}
.we-position-absolute-low-right:before {
  content: "\e998";
}
.we-position-absolute-low-middle:before {
  content: "\e999";
}
.we-position-absolute-low-left:before {
  content: "\e99a";
}
.we-position-absolute-left-middle:before {
  content: "\e99b";
}
.we-position-absolute-top-left:before {
  content: "\e99c";
}
.we-position-absolute:before {
  content: "\e99d";
}
.we-position-relative:before {
  content: "\e99e";
}
.we-text-value:before {
  content: "\e99f";
}
.we-value-3:before {
  content: "\e9a0";
}
.we-text-2:before {
  content: "\e9a1";
}
.we-text:before {
  content: "\e9a2";
}
.we-line-chart-2:before {
  content: "\e9a3";
}
.we-line-chart:before {
  content: "\e9a4";
}
.we-pie-chart:before {
  content: "\e9a5";
}
.we-plug-electric-0:before {
  content: "\e9a6";
}
.we-plug-electric-100:before {
  content: "\e9a7";
}
.we-calendar-year3:before {
  content: "\e9a8";
}
.we-calendar-day3:before {
  content: "\e9a9";
}
.we-calendar-week3:before {
  content: "\e9aa";
}
.we-calendar-month3:before {
  content: "\e9ab";
}
.we-calendar-year2:before {
  content: "\e9ac";
}
.we-calendar-year1:before {
  content: "\e9ad";
}
.we-calendar-week2:before {
  content: "\e9ae";
}
.we-calendar-week1:before {
  content: "\e9af";
}
.we-calendar-month2:before {
  content: "\e9b0";
}
.we-calendar-month1:before {
  content: "\e9b1";
}
.we-calendar-day2:before {
  content: "\e9b2";
}
.we-calendar-day1:before {
  content: "\e9b3";
}
.we-radiator-4-0:before {
  content: "\e9b4";
}
.we-radiator-4-100:before {
  content: "\e9b5";
}
.we-radiator-3-0:before {
  content: "\e9b6";
}
.we-radiator-3-100:before {
  content: "\e9b7";
}
.we-radiator-2-100:before {
  content: "\e9b8";
}
.we-radiator-2-0:before {
  content: "\e9b9";
}
.we-blind3-90:before {
  content: "\e9ba";
}
.we-blind3-80:before {
  content: "\e9bb";
}
.we-blind3-70:before {
  content: "\e9bc";
}
.we-blind3-60:before {
  content: "\e9bd";
}
.we-blind3-50:before {
  content: "\e9be";
}
.we-blind3-10:before {
  content: "\e9bf";
}
.we-blind3-20:before {
  content: "\e9c0";
}
.we-blind3-30:before {
  content: "\e9c1";
}
.we-blind3-40:before {
  content: "\e9c2";
}
.we-blind3-0:before {
  content: "\e9c3";
}
.we-leaf5 .path1:before {
  content: "\e9c4";
  color: rgb(0, 0, 0);
}
.we-leaf5 .path2:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.we-leaf5 .path3:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf5 .path4:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.we-leaf5 .path5:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf5 .path6:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf5 .path7:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf5 .path8:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf5 .path9:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf5 .path10:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-leaf4:before {
  content: "\e9ce";
}
.we-leaf3:before {
  content: "\e9cf";
}
.we-leaf2:before {
  content: "\e9d0";
}
.we-leaf1:before {
  content: "\e9d1";
}
.we-blind3-100:before {
  content: "\e9d2";
}
.we-blind3:before {
  content: "\e9d3";
}
.we-blind2-80:before {
  content: "\e9d4";
}
.we-blind2-90:before {
  content: "\e9d5";
}
.we-blind2-100:before {
  content: "\e9d6";
}
.we-blind2-50:before {
  content: "\e9d7";
}
.we-blind2-60:before {
  content: "\e9d8";
}
.we-blind2-70:before {
  content: "\e9d9";
}
.we-blind2-30:before {
  content: "\e9da";
}
.we-blind2-40:before {
  content: "\e9db";
}
.we-blind2-10:before {
  content: "\e9dc";
}
.we-blind2-20:before {
  content: "\e9dd";
}
.we-blind2-0:before {
  content: "\e9de";
}
.we-gel:before {
  content: "\e9df";
}
.we-door-2-0:before {
  content: "\e9e0";
}
.we-door-double-0:before {
  content: "\e9e1";
}
.we-door-double-100:before {
  content: "\e9e2";
}
.we-door-2-100:before {
  content: "\e9e3";
}
.we-elevator-close1:before {
  content: "\e9e4";
}
.we-elevator-open1:before {
  content: "\e9e5";
}
.we-soleil .path1:before {
  content: "\e9e6";
  color: rgb(240, 196, 25);
}
.we-soleil .path2:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path3:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path4:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path5:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path6:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path7:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path8:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path9:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path10:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path11:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path12:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path13:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path14:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path15:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path16:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path17:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(240, 196, 25);
}
.we-soleil .path18:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(237, 226, 27);
}
.we-soleil_widget_thermo:before {
  content: "\e9f8";
}
.we-imac:before {
  content: "\e9f9";
}
.we-iphone:before {
  content: "\e9fa";
}
.we-ipad:before {
  content: "\e9fb";
}
.we-grid-layout:before {
  content: "\e9fc";
}
.we-tab-layout-grid .path1:before {
  content: "\e9fd";
  color: rgb(29, 29, 27);
}
.we-tab-layout-grid .path2:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-tab-layout-grid .path3:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-tab-layout-grid .path4:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-tab-layout-grid .path5:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.we-tab-layout-grid .path6:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.we-tab-layout-carousel .path1:before {
  content: "\ea03";
  color: rgb(29, 29, 27);
}
.we-tab-layout-carousel .path2:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.we-tab-layout-carousel .path3:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(29, 29, 27);
}
.we-tab-layout-carousel .path4:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-tab-layout-carousel .path5:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-tab-layout-carousel .path6:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.we-carouselLayout:before {
  content: "\ea09";
}
.we-tab-layout-cube:before {
  content: "\ea0a";
}
.we-baseLayout-center:before {
  content: "\ea0b";
}
.we-baseLayout-left:before {
  content: "\ea0c";
}
.we-baseLayout-top:before {
  content: "\ea0d";
}
.we-baseLayout-right:before {
  content: "\ea0e";
}
.we-baseLayout-bottom:before {
  content: "\ea0f";
}
.we-responsive-layout:before {
  content: "\ea10";
}
.we-responsive-layout-row:before {
  content: "\ea11";
}
.we-responsive-layout-cell:before {
  content: "\ea12";
}
.we-plan:before {
  content: "\ea13";
}
.we-wifi:before {
  content: "\ea14";
}
.we-outbox:before {
  content: "\ea15";
}
.we-inbox:before {
  content: "\ea16";
}
.we-email:before {
  content: "\ea17";
}
.we-message:before {
  content: "\ea18";
}
.we-message-o:before {
  content: "\ea19";
}
.we-pencil:before {
  content: "\ea1a";
}
.we-bucket:before {
  content: "\ea1b";
}
.we-blind2:before {
  content: "\ea1c";
}
.we-blinds2:before {
  content: "\ea1d";
}
.we-empty:before {
  content: "\ea1e";
}
.we-flag:before {
  content: "\ea1f";
}
.we-condition:before {
  content: "\ea20";
}
.we-cardflipLayout:before {
  content: "\ea21";
}
.we-visu:before {
  content: "\ea22";
}
.we-gridLayout:before {
  content: "\ea23";
}
.we-cube2:before {
  content: "\ea24";
}
.we-sas:before {
  content: "\ea25";
}
.we-detector:before {
  content: "\ea26";
}
.we-cross:before {
  content: "\ea27";
}
.we-modem:before {
  content: "\ea28";
}
.we-refresh:before {
  content: "\ea29";
}
.we-legend:before {
  content: "\ea2a";
}
.we-up:before {
  content: "\ea2b";
}
.we-down:before {
  content: "\ea2c";
}
.we-chart-o:before {
  content: "\ea2d";
}
.we-chart:before {
  content: "\ea2e";
}
.we-blind:before {
  content: "\ea2f";
}
.we-blind-0:before {
  content: "\ea30";
}
.we-blind-25:before {
  content: "\ea31";
}
.we-blind-50:before {
  content: "\ea32";
}
.we-blind-75:before {
  content: "\ea33";
}
.we-household:before {
  content: "\ea34";
}
.we-nuclear:before {
  content: "\ea35";
}
.we-barrels:before {
  content: "\ea36";
}
.we-forest:before {
  content: "\ea37";
}
.we-school:before {
  content: "\ea38";
}
.we-draft:before {
  content: "\ea39";
}
.we-theater:before {
  content: "\ea3a";
}
.we-arrow-circle-down:before {
  content: "\ea3b";
}
.we-chat:before {
  content: "\ea3c";
}
.we-goto-up:before {
  content: "\ea3d";
}
.we-goto-down:before {
  content: "\ea3e";
}
.we-reduce-right:before {
  content: "\ea3f";
}
.we-console:before {
  content: "\ea40";
}
.we-code:before {
  content: "\ea41";
}
.we-input-left:before {
  content: "\ea42";
}
.we-input-bottom:before {
  content: "\ea43";
}
.we-input-top:before {
  content: "\ea44";
}
.we-input-right:before {
  content: "\ea45";
}
.we-share-right:before {
  content: "\ea46";
}
.we-slow-right:before {
  content: "\ea47";
}
.we-goto-right:before {
  content: "\ea48";
}
.we-goto-left:before {
  content: "\ea49";
}
.we-question:before {
  content: "\ea4a";
}
.we-phone:before {
  content: "\ea4b";
}
.we-twitter:before {
  content: "\ea4c";
}
.we-dimensions:before {
  content: "\ea4d";
}
.we-reduce:before {
  content: "\ea4e";
}
.we-play:before {
  content: "\ea4f";
}
.we-stop:before {
  content: "\ea50";
}
.we-checkbox:before {
  content: "\ea51";
}
.we-checkbox-o:before {
  content: "\ea52";
}
.we-radio:before {
  content: "\ea53";
}
.we-radio-o:before {
  content: "\ea54";
}
.we-selects:before {
  content: "\ea55";
}
.we-grid:before {
  content: "\ea56";
}
.we-slow-double-right:before {
  content: "\ea57";
}
.we-upgrade:before {
  content: "\ea58";
}
.we-arrow-circle-left-litte-o:before {
  content: "\ea59";
}
.we-memory:before {
  content: "\ea5a";
}
.we-diagram:before {
  content: "\ea5b";
}
.we-cpu:before {
  content: "\ea5c";
}
.we-pause:before {
  content: "\ea5d";
}
.we-tablets:before {
  content: "\ea5e";
}
.we-smartphone:before {
  content: "\ea5f";
}
.we-window:before {
  content: "\ea60";
}
.we-apple:before {
  content: "\ea61";
}
.we-android:before {
  content: "\ea62";
}
.we-database:before {
  content: "\ea63";
}
.we-database-backup:before {
  content: "\ea64";
}
.we-database-synch:before {
  content: "\ea65";
}
.we-database-cog:before {
  content: "\ea66";
}
.we-contact:before {
  content: "\ea67";
}
.we-location:before {
  content: "\ea68";
}
.we-like:before {
  content: "\ea69";
}
.we-eyes:before {
  content: "\ea6a";
}
.we-earth-o:before {
  content: "\ea6b";
}
.we-earth:before {
  content: "\ea6c";
}
.we-weather-wind:before {
  content: "\ea6d";
}
.we-electric-plug2:before {
  content: "\ea6e";
}
.we-electric-plug1-off:before {
  content: "\ea6f";
}
.we-electric-plug1-on:before {
  content: "\ea70";
}
.we-lamp1:before {
  content: "\ea71";
}
.we-network:before {
  content: "\ea72";
}
.we-home-square:before {
  content: "\ea73";
}
.we-bulding2:before {
  content: "\ea74";
}
.we-bulding1:before {
  content: "\ea75";
}
.we-eolienne:before {
  content: "\ea76";
}
.we-weather-sunsnow:before {
  content: "\ea77";
}
.we-weather-sunstorm:before {
  content: "\ea78";
}
.we-weather-sunrain:before {
  content: "\ea79";
}
.we-sun-o:before {
  content: "\ea7a";
}
.we-hear:before {
  content: "\ea7b";
}
.we-fast:before {
  content: "\ea7c";
}
.we-slow:before {
  content: "\ea7d";
}
.we-slow-double:before {
  content: "\ea7e";
}
.we-fast-double:before {
  content: "\ea7f";
}
.we-logout:before {
  content: "\ea80";
}
.we-birthday:before {
  content: "\ea81";
}
.we-computer:before {
  content: "\ea82";
}
.we-interlink:before {
  content: "\ea83";
}
.we-clipboard:before {
  content: "\ea84";
}
.we-table:before {
  content: "\ea85";
}
.we-repeat:before {
  content: "\ea86";
}
.we-chain-broken:before {
  content: "\ea87";
}
.we-files-o:before {
  content: "\ea88";
}
.we-users:before {
  content: "\ea89";
}
.we-sun:before {
  content: "\ea8a";
}
.we-moon:before {
  content: "\ea8b";
}
.we-times:before {
  content: "\ea8c";
}
.we-square-uncheck-o:before {
  content: "\ea8d";
}
.we-picture-o:before {
  content: "\ea8e";
}
.we-search:before {
  content: "\ea8f";
}
.we-search-minus:before {
  content: "\ea90";
}
.we-search-plus:before {
  content: "\ea91";
}
.we-check-circle-o:before {
  content: "\ea92";
}
.we-caret-down:before {
  content: "\ea93";
}
.we-share-square-o:before {
  content: "\ea94";
}
.we-share-square:before {
  content: "\ea95";
}
.we-share:before {
  content: "\ea96";
}
.we-asterisk:before {
  content: "\ea97";
}
.we-lightbulb-o:before {
  content: "\ea98";
}
.we-minus:before {
  content: "\ea99";
}
.we-tag:before {
  content: "\ea9a";
}
.we-thermometer-plus:before {
  content: "\ea9b";
}
.we-thermometer-minus:before {
  content: "\ea9c";
}
.we-arrows:before {
  content: "\ea9d";
}
.we-arrow-v:before {
  content: "\ea9e";
}
.we-arrow-h:before {
  content: "\ea9f";
}
.we-arrow-up:before {
  content: "\eaa0";
}
.we-arrow-right:before {
  content: "\eaa1";
}
.we-arrow-down:before {
  content: "\eaa2";
}
.we-arrow-left:before {
  content: "\eaa3";
}
.we-arrow-circle-left-o:before {
  content: "\eaa4";
}
.we-arrow-circle-up-o:before {
  content: "\eaa5";
}
.we-arrow-circle-right-o:before {
  content: "\eaa6";
}
.we-arrow-circle-down-o:before {
  content: "\eaa7";
}
.we-arrow-circle-up:before {
  content: "\eaa8";
}
.we-arrow-circle-right:before {
  content: "\eaa9";
}
.we-arrow-circle-left:before {
  content: "\eaaa";
}
.we-file-text-o:before {
  content: "\eaab";
}
.we-file-text:before {
  content: "\eaac";
}
.we-times-circle:before {
  content: "\eaad";
}
.we-lightbulb-o-plus:before {
  content: "\eaae";
}
.we-lightbulb-o-minus:before {
  content: "\eaaf";
}
.we-thermometer:before {
  content: "\eab0";
}
.we-linechart:before {
  content: "\eab1";
}
.we-switch-1-on:before {
  content: "\eab2";
}
.we-switch-1-off:before {
  content: "\eab3";
}
.we-exclamation-triangle:before {
  content: "\eab4";
}
.we-plus-square-o:before {
  content: "\eab5";
}
.we-question-circle:before {
  content: "\eab6";
}
.we-retweet:before {
  content: "\eab7";
}
.we-square:before {
  content: "\eab8";
}
.we-check:before {
  content: "\eab9";
}
.we-list-ul:before {
  content: "\eaba";
}
.we-plus:before {
  content: "\eabb";
}
.we-upload:before {
  content: "\eabc";
}