/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

body {
	/*font-family: 'Raleway', sans-serif;*/
	/*color: #000;*/
	margin: 0;
}


/*-------------------------*/
/*SITE SIZE*/
/*-------------------------*/

div#content {
	padding-top: 110px;
}

/*-------------------------*/
/*BASE ELEMENTS*/
/*-------------------------*/
p {
	word-break: break-word;
}

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

a {
	text-decoration: none;
}

a:active, a:focus{
}

b,
strong {
	font-weight: 600;
}

[class*=font-weight] strong {
	font-weight: inherit;
}

/*-------------------------*/
/*PAGE BUILDER*/
/*-------------------------*/
.col-lg-1\/5 {
	padding: 36px 36px 36px 36px;
	display: block;
	height: auto;
	width: 100%;
	vertical-align: top;
	position: relative;
}

/*Prise en charge des rangées de 5 colonnes*/
@media screen and (min-width: 960px){

	.col-lg-1\/5 {
		display: table-cell;
		height: 100%;
	}

	.fp-enabled .col-lg-1\/5:not(#logo-container-mobile):first-of-type:last-of-type {
		display: table-cell;
	}

	.chrome .col-lg-1\/5 {
		height: 0;
	}

	.col-lg-1\/5 {
		width: 20%;
	}

}

/*-------------------------*/
/*LEGENDE DE MEDIA*/
/*-------------------------*/
.uncode-single-media figcaption {
	display: block;
	line-height: normal;
	text-align: center;
	font-size: inherit;
}

/*-------------------------*/
/*BUTTONS*/
/*-------------------------*/
body input[type="submit"], body input[type="reset"], body input[type="button"], body button[type="submit"],
body .btn, body .btn-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	min-width: 150px;
	text-align: center;
	padding: 15px 15px!important;
	letter-spacing: 0.5px!important;
	font-weight: 600!important;
	max-width: 100%;
	width: max-content;
	line-height: normal;
}

.buttons-style, input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"], .btn:not(.btn-custom-typo), .btn-link:not(.btn-custom-typo), .nav-tabs, .panel-title > a span, .enhanced-atc.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a, .search_footer, .wc-forward, .wc-forward a {
	font-weight: 600!important;
}

.btn.btn-top-margin, .btn-link.btn-top-margin{
	margin-top: 36px;
}

/*Icon*/
.btn.btn-icon-left .fa, .btn-link.btn-icon-left.fa {
	font-size: 24px;
	/* line-height: 25px; */
	top: 0;
	margin-right: 25px;
	/* margin-top: -4px; */
	vertical-align: middle;
}
.btn.btn-icon-right .fa, .btn-link.btn-icon-right .fa {
	font-size: 24px;
	top: 0;
	margin-left: 25px;
	vertical-align: middle;
}

/*Animation arrow icon*/
.btn [class*=arrow-right] {
	transition: .25s;
	left: 0px;
}

.btn:hover [class*=arrow-right] {
	left: 5px;
}

/*-------------------------*/
/*HEADING*/
/*-------------------------*/
h3, .h3 {
	font-family: inherit;
}

/*-------------------------*/
/*FAKE LIST*/
/*-------------------------*/
.fake_list {
	position: relative;
	padding: 0 15px;
}

.fake_list_label {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	user-select: none;
	z-index: 10;
}

.fake_list_label i {
	margin-left: 20px;
	font-size: 14px;
}

.fake_list_values, .fake_list:not(.visible):hover .fake_list_values {
	position: absolute;
	left: 0;
	background: #fff;
	min-width: 100%;
	line-height: normal;
	margin-top: -30px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.fake_list:hover .fake_list_values, .fake_list.visible .fake_list_values{
	transition: .25s;
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.fake_list_value a {
	display: block;
	white-space: nowrap;
	padding: 15px;
}

.style-light .fake_list.visible .fake_list_label {
	/* transition: .25s; */
	background: #BDCDE4;
	color: #000;
}

.style-light .fake_list_value a:hover {
	background: #0A8BB9;
	color: #fff;
}

.fake_list_values {
	max-height: 250px;
}

/*-------------------------*/
/*SIMPLEBAR*/
/*-------------------------*/
div.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
	background: #003583;
	opacity: 1;
}

/*-------------------------*/
/*CONTACT FORM 7*/
/*-------------------------*/
input, button, select, textarea {
	box-sizing: border-box;
	max-width: 100%;
}

.wpcf7-form-control-wrap{
	display: block;
}

.wpcf7-col {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 18px;
}

.wpcf7-col > div {
	display: block;
	padding: 0;
	height: auto!important;
}

.wpcf7-col > div:first-of-type:not(:last-of-type) {
	padding-left: 18px;
	margin-left: -18px;
}

.wpcf7-col > div:not(:first-child):last-of-type {
	padding-left: 18px;
	margin-left: 18px;
}

form select, form input[type="text"], form input[type="email"], textarea {
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
	border: none;
	border-bottom: 1px solid #707070;
	margin: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

form select:not(:focus), form input[type="text"]:not(:focus), form input[type="email"]:not(:focus), form textarea:not(:focus){
	border-color: #000!important;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
}

form input:focus, form select:focus{
	border-style: none;
	border-bottom: 1px solid #707070;
}

form label, form select, form input[type="text"], form input[type="email"], form textarea{
	font-weight: 600;
	color: #000000;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
}

form textarea {
	border: 1px solid;
	padding: 15px;
}

/*Placeholder*/
form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000!important;
	opacity: 1; /* Firefox */
}

form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000000!important;
}

form ::-ms-input-placeholder { /* Microsoft Edge */
	color: #000000!important;
}

.wpcf7 .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-validation-errors, .wpcf7 span.wpcf7-not-valid-tip{
	line-height: 1.3;
}

form label {
	display: block;
	margin-bottom: 9px;
}

span.wpcf7-list-item label {
	margin-bottom: 0;
}

/*-------------------------*/
/*FOOTER*/
/*-------------------------*/

footer#colophon .wpb_column {
	position: relative;
}

footer#colophon .wpb_column:not(:last-of-type):after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #585858;
}

/*-------------------------*/
/*OVERLAY SEARCH FORM*/
/*-------------------------*/
body.search div#content {
	padding-bottom: 100px;
}
body.search-form-visible div#search_form{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

div#search_form {
	/*display: none;*/
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex!important;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.82);
	z-index: 100000;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	pointer-events: none;
}

div#search_form input {
	background: none;
	border: none;
	border-bottom: 1px solid white;
	padding: 10px;
	font-size: 40px;
	color: #fff;
	outline: none;
	-webkit-appearance: none;
	font-family: inherit;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #ffffff;
	-webkit-appearance: none;
	transition: .25s;
	outline: none;
	width: 80%;
}

div#search_form input:hover,div#search_form input:focus {
	outline: none;
	box-shadow: 0 0 5px 1px rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0);
}

div#search_form input::placeholder{
	color: #fff;
}

#close_search_form{
	position: absolute;
	top: 25px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	width: 30px;
	height: 30px;
	padding: 10px;
	text-align: center;
}

div#search_form button {
	-webkit-appearance: none;
	border: none;
	background: none;
	color: #fff;
	font-size: 40px;
	transition: .25s;
	cursor: pointer;
	outline: none;
	width: 20%;
	padding: 0;
}

div#search_form button:hover {
	transform: scale(0.9);
}

div#search_form .form_el_container {
	margin-top: -50px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transition-delay: 0.25s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 300px;
}

.form_el_container label {
	width: 100%;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

body.search-form-visible div#search_form .form_el_container {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
	width: 570px;
}

div#search_form button:focus {
	color: #009354;
}


/*-------------------------*/
/*OWL CAROUSEL*/
/*-------------------------*/
.owl-dots .owl-dot span {
	transform: none;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
	transform: none;
}
.owl-dots-outside .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 8px;
}
.owl-dots .owl-dot span{
	width: 20px;
	height: 20px;
}

/*-------------------------*/
/*FORM*/
/*-------------------------*/
.style-light select:not([multiple]) {
	padding-right: 20px;
	 padding-left: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
}


/*-------------------------*/
/*FOOTER*/
/*-------------------------*/
footer#colophon .uncode-list a {
	display: block;
}

body:not(.compose-mode) footer#colophon {
	height: auto;
}

.main-wrapper {
	height: auto;
}

@media (max-width: 600px){

	/*-------------------------*/
	/*OVERLAY SEARCH FORM*/
	/*-------------------------*/

	div#search_form input {
		font-size: 30px;
	}

	.form_el_container label {
		font-size: 30px;
	}

	body.search-form-visible div#search_form .form_el_container {
		width: 90%;
		margin: auto;
	}

	div#search_form button {
		font-size: 35px;
	}

	#close_search_form {
		top: 120px;
	}

	.form_el_container {
		margin-top: 100px;
	}

	div#search_form form {
		margin-top: 100px;
	}

}

h4{
	font-family: "Raleway",sans-serif, "Raleway",sans-serif !important;
}

@media (max-width: 570px){

	/*-------------------------*/
	/*BUTTONS*/
	/*-------------------------*/

	.btn:not(input):not(.checkout-button), .btn-link:not(input):not(.checkout-button) {
		font-size: .8em;
		transform: none;
		padding: 15px 20px!important;
	}

	/*FIX : On garde l'alignement horizontal des boutons sous mobile*/
	.btn-container.btn-inline{
		display: inline-block;
	}

	.btn .fa, .btn-link .fa {
		margin-right: 15px;
	}

}

@media (max-width: 480px){

	/*-------------------------*/
	/*OVERLAY SEARCH FORM*/
	/*-------------------------*/
	div#search_form input {
		font-size: 18px;
	}

	.form_el_container label {
		font-size: 18px;
	}

	div#search_form button {
		font-size: 25px;
	}
	div#search_form form {
		margin-top: 80px;
	}

	#close_search_form {
		top: 90px;
		right: 10px;
	}

}

#greta-sidebar .style-color-113532-bg{
	background-color: #d8eef596;
}