<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

body{
	/*background-attachment:inherit !important;*/
}

.top_link{
	background:#39c2c9;
	color:#fff;
	text-transform: uppercase;
	padding:10px 30px;
}

.top_link span:after{
	display:inline-block;
	width:20px;
	height:20px;
	color: #35506c;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
	position:absolute;
    padding-left: 1em;
	padding-top:3px;
}

#navigation a{
	text-transform: uppercase;
}

.icon-home a{
	font-size:0px !important;
}
.icon-home a:after{
	display:inline-block;
	width:20px;
	height:20px;
    content: "\f015";
    font-family: FontAwesome;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
	position:absolute;
	margin-top:-10px;
	margin-left:-10px;
}

#copyright .copyright-text{text-align:center;display:block;width:100%;}

body.home .boxed-layout{background:none;}

#content {
    padding-bottom: 0px;
    padding-top: 0;
}

.row-full-width{
	margin-left:-40px !important;
	margin-right:-40px !important;
}
.no-margin-bottom{margin-bottom:0px !important;}

.no-img-responsive .gallery img{
	width:auto;
}

.home_gal_title{
	border-bottom:1px solid #dddddd;
	color:#ffd554;
	font-size:15px;
}

.border-right-blue{
	border-right:1px solid #dddddd;
}

.btn-box{
	display:inline-block;
	width:100%;
	height:auto;
	padding:15px;
}

.btn-box-row-blue{
	width:100%;
	display:inline-block;
	height:145px;
	background:#35506c;
}

.btn-box-row-transparent{
	width:100%;
	display:inline-block;
	height:125px;
	margin-top:10px;
	background:transparent;
}

.btn-box-supplier{
	display:block;
	width:150px;
	height:125px;
	background:url('btn-search-supplier.png') no-repeat transparent;
	margin:10px 0 10px 20px;
	padding-right:10px;
	border-right:1px solid #8696a7;
	float:left;
}

.btn-box-partneir{
	display:block;
	width:150px;
	height:125px;
	background:url('btn-search-partneir.png') no-repeat transparent;
	margin:10px;
	float:left;
}


.btn-box-tools{
	display:block;
	width:150px;
	height:119px;
	background:#39c2c9 url('btn-search-tools.png') no-repeat center;
	padding:5px 10px;
	float:left;
}


.btn-box-news{
	display:block;
	width:140px;
	height:119px;
	background:#ffd34a url('btn-search-news.png') no-repeat center;
	padding:5px 10px;
	float:right;
}

.home_title_border{
	border-bottom:1px solid #ededed;
}
.menu_left_btn_search{
	display:block;
	width:100%;
	height:68px;
	background:transparent url('btn-recherche.png') no-repeat left;
	margin:50px 0 0 0;
}
.menu_left_btn_search_partenaire{
	display:block;
	width:100%;
	height:68px;
	background:transparent url('btn-recherche-partenaire.png') no-repeat left;
	margin:50px 0 0 0;
}

.menu_left_btn_recette{
	display:block;
	width:100%;
	height:68px;
	background:transparent url('btn_recette.jpg') no-repeat left;
	margin:30px 0 0 0;
}
.h1min{font-size:12px!important;}

.blog-item-description h4{
	height:65px;
	overflow-y: hidden;
}
.blog-item-description div{
	min-height:160px;
}
.hidden{
	display:none !important;
}
.reset_search_partenaire{cursor:pointer;}</pre></body></html>