/*
Theme Name: Heat Concept
Description: Thème HeatConcept, adaptation du thème parent Bootstrap Starter.
Author: Klervi Lacroze
Template: wp-bootstrap-starter
Version: 1.0.0
Text Domain: wpml_theme
*/

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

@font-face {
	font-family: 'Gotham Book'; font-weight: normal; font-style: normal;
	src: url('inc/assets/fonts/Gotham-Book.otf');
  }

@font-face {
	font-family: 'Gotham Light'; 
	src: url('inc/assets/fonts/Gotham-Light.otf');
  }
body:not(.theme-preset-active){
	font-family: 'Comfortaa', cursive !important;
	font-size:1em;
}
f
#content.site-content {
    padding-top: 3.125rem;
}

.top-header{
	background-color: #646363;
	padding: 5px 0;	
}

header#masthead{
	background-color: #FFFFFF;
	padding: 0 1rem;
}

header#masthead .baseline{
	font-family : 'Comfortaa', cursive;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li {
	font-family: 'Comfortaa', cursive;
    border-left: 0.5px solid #c1c0c0;
    height: 8rem;
}



body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 1rem;
    color: #646363;
	padding:0 0.8rem;
	line-height: 8rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.active{
	border-top: 10px solid #E74011;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.active a{
	margin-top: -10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.active li a{
	margin-top: 0;
}

 body:not(.theme-preset-active) #masthead ul > li:hover{
 	background-color:#E74011 
 }

body:not(.theme-preset-active) #masthead ul.navbar-nav > li:hover a.nav-link, body:not(.theme-preset-active) #masthead ul.dropdown-menu > li:hover a.dropdown-item:hover{
  color:#FFFFFF;
  }



a:hover{
	color: #E74011;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
		color: #E74011;
		font-weight: normal;
}

 #page-sub-header #block-left-heat h2{
	color: #E74011;
	text-align: left;
}

 #page-sub-header #block-left-heat img{
	width: 75%;
	text-align: left;
}


body:not(.theme-preset-active) #page-sub-header h1{
	color:#646363;
	text-align: left;
    font-size: 2rem;

}

 #page-sub-header p{
	color:#646363;
	text-align: left;
	font-size: 1.2rem;	
}

#content.front-page{
	padding-top: 0;
}

@media screen and (min-width: 768px) {
 #page-sub-header h1 {
    font-size: 2rem;
}
}
@media screen and (max-width: 576px) {
	.top-header1{
		text-align: center;
	}
	.logo-france{
		text-align: center !important;
	}
}


@media screen and (min-width: 992px){
#page-sub-header p {
    max-width: initial;
}
}

.bg-dark {
    background-color: #646363!important;
}

.bg-orange {
    background-color: #E74011;
}

.bg-light {
    background-color: #F1F1F1;
}

 #top-footer{
	padding: 0.5rem 0;
}

 #top-footer h4{
	color: #646363;
	font-weight: normal;
	text-align: center;
}

 #footer-widget {
	padding-top: 2rem;
}

 #footer-widget .row{
	color: #FFFFFF;
}

 #footer-widget .row div.coor-txt{
    display: inline-block;
}

 #footer-widget .row .coor-img{
    display: inline-block;
    vertical-align: text-bottom;
}


 #footer-widget .row #custom_html-4{
 	text-align:center;
 }



/*#post-17 div.entry-content::before, #post-37 div.entry-content::before{
	content : url('inc/assets/img/chevron.png');
	margin: 0 auto;
 }
*/
#post-37 div.entry-content{
	margin: 0;
}

#post-37 p{
	background-color: #F1F1F1;
	padding: 25px;
}

.nf-form-content input[type=button]{
    background: #E74011 !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
}

.nf-form-content input[type=button]::before{
	/*content : url('inc/assets/img/chevron-vertical.png');*/
	content:"v";
	display: block;
}

h1.entry-title, h1.page-title{
	color: #fc6b42;
    text-transform: uppercase;
  /* border-bottom: 1px solid #9D9D9C;*/
    font-size: 2rem;
    text-align:center;
    margin-top: 10px;
}

h2.woocommerce-loop-product__title{
	height: 50px;
}

.h2,h2{
	font-size: 1.5rem;
}

/*button.bg-orange-button:before{
	content : url('inc/assets/img/chevron-vertical.png');
}*/

button.bg-orange-button, a.bg-orange-button, .woocommerce a.button, a.bg-orange-button{
	background: #e74011 !important;
    color: #ffffff !important;
    box-shadow: none;
    border: none;
    border-radius :0;
    font-family: 'Comfortaa', cursive;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    padding: 13px 20px;
 }



button.bg-orange-button:hover, button.bg-orange-button:focus, a.bg-orange-button:hover, a.bg-orange-button:focus  {
    background: #e74011;
    outline: none;
    text-decoration: none;
}

button.bg-orange-button:active, a.bg-orange-button:active{
    padding: 13px 20px;
}


.widget-top{
	display: inline-block;
}


.widget-top li{
	list-style:none;
}


.zoom-social-icons-list{
	text-align: right;
}


.logos-footer ul{
	list-style: none;
	display: flex;
	padding: 0;
}

.logos-footer li{
	margin: 0 10px;
}

.logo-france{
	text-align: right;
}

#menu-menu-footer a{
	color: #F1F1F1;
}

#menu-menu-footer li > a:hover{
	background: none;
	text-decoration: underline;
}

#top-header .custom-html-widget {
	padding-top: 8px;
}

#top-header .custom-html-widget span{
	color: #FFFFFF;
	font-family: 'Comfortaa', cursive;
	font-size: 0.9rem;
}

#top-header .search-form {
    position: absolute;
    right: 155px;
    top:0px;
}

#top-header .search-field {
    background-color: transparent;
    background-image: url(inc/assets/img/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 37px;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
#top-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit { 
display:none;
}

.top-header2{
	text-align: right;
}

.top-header2 .widgettitle{
	display: none;
}


ul#menu-menu-footer .nav-link {
    padding: .2rem 1rem;
}


ul#menu-menu-footer a.nav-link {
    padding: 0;
}

@media screen and (max-width: 1200px) {
body:not(.theme-preset-active) #masthead .navbar-nav > li{
	height: 2rem !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
	line-height: 2rem !important;
}

}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	float: none;
	width:75%;
	 margin-left: auto;
    margin-right: auto;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	float: right;
}


.product h1.entry-title{
	border: 0;
}

.woocommerce-product-details__short-description{
	text-align: center;
}

.content-product {
	background-color: #f1f1f1;
	display: inline-block;
	padding: 0 0 10px 10px;
}

.content-product .desc-product {
	width: 60%;
	float: left;
	display: inline-grid;
}

.content-product .desc-product p{
	font-size: 0.9rem;
	font-weight: bold;
}

.content-product .img-product {
	padding-top: 15px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 40%;
}

a.devis{
	width: 250px;
    margin: 0 auto;
    text-align: center;
}

.arrow-button{
	text-align: center;
	margin-top: -25px;
}

.arrow-button:before{
	content : url('inc/assets/img/chevron.png');
}

.content-desc-product{
	padding: 50px 15px 0 15px;
	text-align:justify;
}

.footer-product{
	text-align: center;
    padding-top: 30px;
}

.footer-product p{
	color:#9D9D9C;
}

button.download{
	padding: 5px 20px;
}

button.download:before{
	content : url('inc/assets/img/download.png');
	padding: 0 10px;
}

button.download a:hover{
	color: #FFFFFF;
}


@media (max-width: 768px){
.content-product .desc-product {
	width: 100%;
}
}

.term-description{
	background-color: #f1f1f1;
	padding:15px;
	margin-bottom: 5px;
}

h2.woocommerce-loop-category__title{
	text-transform: uppercase;
	font-weight: bold;
}

h2.woocommerce-loop-category__title mark{
	display: none;
}

.dropdown-item.active, .dropdown-item:active{
	color:#212529;
}

ul.dropdown-menu{
	width: 15rem;
}

tbody{
	font-size: 0.8rem;
}

td,th{
	padding: 5px;
}

li.product a{
	color:#24292e;
}

li.product p{
	font-size: 0.9rem;
	height: 120px;
}


li.product p.fiche{
	height: auto;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	display:none;
}



