<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 5px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-repeat:no-repeat !important;
}

.ch-img-webdesign { 
	background: url(../images/webdesign.svg) 90% 90%;
    background-size: 90%;
}
.ch-img-integration { 
	background: url(../images/integration.svg) 75% 95%;
    background-size: 85%;
}
.ch-img-developpement { 
	background: url(../images/developpement.svg) 100% 150%;
    background-size: 95%;
}
.ch-img-arobase { 
	background: url(../images/arobase.svg) 55% 60%;
    background-size: 60%;
}
.ch-img-seo { 
	background: url(../images/seo.svg) 75% 90%;
    background-size: 85%;
}
.ch-img-animations { 
	background: url(../images/animations.svg) 90% 90%;
    background-size: 90%;
}
.ch-img-illustrations { 
	background: url(../images/illustrations.svg) 85% 95%;
    background-size: 90%;
}

.ch-info {
	position: absolute;
	background:rgba(16, 135, 196, 1);
	background-repeat:no-repeat !important;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	/*box-shadow: 
		inset 0 0 0 5px rgba(16,135,196,1),
		0 1px 2px rgba(0,0,0,0.1);*/
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #1087c4;
	padding: 0px 0px;
	/*margin: 33px 0 0 -12px;*/
	font-size: 18px;
	width:80px;
	height:80px;
	background-repeat:no-repeat !important;
	text-transform:uppercase;
	/*border:#000000 1px solid;*/
	/*border-top: 1px solid rgba(255,255,255,0.5);*/
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

/*.ch-item:hover, .ch-grid:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}*/
.ch-item:hover .ch-info, .ch-grid:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p, .ch-grid:hover .ch-info p {
	opacity: 1;
}</pre></body></html>