/* 
Theme Name: ctendance
Theme URI: https://mathieu-riandet.fr/
Description: Theme ctendance created by Mathieu RIANDET. 
Version: 1.0 
Author: Mathieu RIANDET   
Creation Theme by Mathieu RIANDET  || https://mathieu-riandet.fr/
Text Domain: ct_theme
*/

body{
	font-family: 'Poppins',Arial, sans-serif;
	font-weight : 300;
	font-size : .95rem;
	color: #30383b;
	overflow-x:hidden;
}

.ct-wrapper{
	display : flex;
	flex-direction : column;
}

main{
	flex : 1;
}

ul{
	list-style-type : none;
	padding : 0;
	margin : 0;
}

strong, b, .strong{
	font-weight : 600;
}

p{
	text-rendering: optimizeLegibility;
}

.entry-content p{
	position : relative;
	margin-bottom : 1.5rem;
}

/*
*	Links
*/

a{
	color : unset;
	transition : .3s;
}

a:hover{
	color : unset;
	text-decoration : none;
}

.entry-content a:not(.btn),
.entry .btn-link{
	display: inline-block;
    border-bottom: 1px dotted;
    color: #83888e;
}

.entry-content a:not(.btn):hover,
.entry .btn-link:hover{
	color : #f17d0a;
	text-decoration : none;
}

/*
*	Color
*/
.text-primary{
	color : #095d98!important;
}

.text-secondary{
	color : #616161!important;
}

.text-primary{
	color : #f17d0a!important;
}

.text-body{
	font-weight : 300;
	color: #30383b;
}

.text-black{
	color : #000!important;
}

/*
*	background-color
*/

.bg-primary{
	background-color : #f17d0a!important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
	background-color : #d97009!important;
}

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

.bg-light{
	background-color : #ededed!important;
}


/*
*	List
*/
.entry-content ul{
	list-style-type : none;
	padding-left : .5rem;
	margin-bottom : 1rem;
}

.entry-content ul>li:before{
	content : '\f054';
	display : inline-block;
	margin-right : .3rem;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size : .8rem;
	line-height : 1.5rem;
}

.entry-content ol{
	counter-reset: num;
    padding-left: 2rem;
}

.entry-content ol>li{
	position: relative;
    list-style-type: none;
    counter-increment: num;
	line-height : 1.3rem;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : 400;
}

.entry-content ol>li:before{
	position: absolute;
    top: calc(50% - .5rem);
    left: -1.5rem;
    display: inline-block;
    content: counter(num);
    display: inline-block;
    height: 1.2rem;
	width: 1.2rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.3rem;
    border: 1px solid;
    border-radius: 50%;
}

/*
*	img
*/

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

.img-cover{
	width : 100%;
	height : 100%!important;
	object-fit : cover;
}

.img-contain{
	width : 100%;
	height : 100%!important;
	object-fit : contain;
}

/*
*	Button
*/
button{
	background-color : unset;
	border : unset;
}

.btn-href{
	cursor : pointer; 
}

.btn{
	font-family: 'Titillium Web', Arial, sans-serif;
	white-space: normal;
	line-height : 2;
	border-radius : 0;
	box-shadow : unset;
	border : unset;
}

.btn-primary{
	color: #fff!important;
    background-color: #f17d0a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background-color: #cd6a09!important;
	box-shadow:inherit!important;
}

.btn-warning{
	color: white;
    background-color: #f17d0a;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus{
	background-color: #cd6a09!important;
    box-shadow: inherit!important;
}

.btn-outline-primary{
	color: #000!important;
    background-color: #fff;
    border: 1px solid #000;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:disabled
{
	color : #fff!important;
	background-color: #f17d0a!important;
	border: 1px solid #000!important;
	box-shadow:inherit!important;
}

.btn-secondary, .btn-dark{
	color : #fff!important;
}

.btn-dark {
    background-color: #5c5c5c;
    border-color: #d97009; 
}

.btn-cta{
	position:relative;
	transition : all .3s;
	overflow-x : hidden;
	font-weight : bold;
}

.btn-cta:hover{
	padding: .375rem 1.5rem .375rem .75rem;
}

.btn-cta:after{
	content: "\f138";
	position : absolute;
	top:0;
	bottom : 0;
	right:0;
	display : inline-block;
	padding: .375rem;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	opacity : 0;
	transition : all .3s;
	transform : translateX(100%);
}

.btn-cta.py-2:after{
	padding: .5rem;	
}

.btn-cta:hover:after{
	transform:translateX(0);
	opacity : 1;
}

.social-btn{
	position : relative;
	display: inline-block;
	font-size: 1.5rem;
	text-align : center;
    width: 3rem;
    line-height: 2;
    cursor : pointer;
	transform : translateY(0);
	transition : .3s;
}

.social-btn:hover{
	transform : translateY(5px);
}

button.close {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 5px;
}


.printable{
	display : flex;
	align-items : center;
	justify-content : space-between;
}

.btn-print{
	margin : 0 5px;
}

.btn-print+h1{
	
	margin-right : 50px;
}

/*
*	Figure
*/

.wp-caption {
	position : relative;
	max-width : 100%;
    text-align: center;
}

.wp-caption .wp-caption-text{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	color: rgba(255,255,255,.5);
	padding: 0 5px;
}

/*
* Form
*/
.form-control{
	border-radius : 0;
}

/*
*	1 - Header / Logo
*/
	


.nav-search{
		position : relative;
	}
	
.nav-search .form-control,
.main-search .form-control{
	font-size : .8rem;
	line-height : 1;
}

.btn-search{
	position : absolute;
	top : 0;
	right : 5px;
	bottom: 0;
	padding : 0 10px;
	border: none;
	background-color: inherit;
	line-height: 1.7rem;
	color: rgba(0,0,0,.5);
}

/*
*	Fil d'ariane
*/
.entry{
	display : flex;
	flex-direction : column;
}

.entry-header ~ div,
.entry-header ~ ul,
.entry-header ~ footer
{
	order : 1;
}

#breadcrumbs{
	order : 0;
	color: #b8b7b8;
	font-size : .8rem;
}

#breadcrumbs a{
	color: #b8b7b8;
}

#breadcrumbs a:hover{
	color: #f17d0a;
}

#breadcrumbs i{
	top : .2rem;
	font-size : .6rem;
}

#breadcrumbs span i{
	display : inline-block;
	margin : 0 5px;
}


/*
*	2 - Titles
*/
h1,.h1,h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6,.h6{
	position : relative;
	text-transform : uppercase;
}

h4, .h4, h5, .h5, h6,.h6{
	font-weight : bold;
}

h1 strong,.h1 strong,
h2 strong,.h2 strong,
h3 strong,.h3 strong,
h1 b,.h1 b,
h2 b,.h2 b,
h3 b,.h3 b{
	color : #000;
}



.home-title .h1{
	padding-bottom: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.home-title .h1:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    border-bottom: 3px solid;
}

.entry-header{
	position : relative;
}

.entry-header>h1{
	color : #000;
	font-size : 2.2rem;
	font-weight : bold;
	letter-spacing: -.1rem;
	line-height : 1.1;
	margin-bottom : .3rem;
}

.entry-header>h1 strong{
	color : #000;
}

.entry-content h2,.entry-content .h2, #comments .h2{
	color : #000;
	font-weight : bold;
	padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.entry-content h3,.entry-content .h3, #comments .h3{
	color : #f17d0a;
    margin-bottom: .8rem;
}

.entry-content h2 strong,.entry-content .h2 strong, #comments .h2 strong{
	color : #f17d0a;
	font-weight : normal
}

.entry-content h2:after, .entry-content .h2:after, #comments .h2:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 75px;
    border-bottom: 3px solid #f17d0a;
}

/*
*	Hero
*/

.page.hero{
	position : relative;
	width : 100%;
}

.hero>img{
	filter : blur(100%);
}

.hero svg {
    position: absolute;
    width: 100%;
    height: 5vw;
    left: 0;
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: -1px;
    transform: none;
}

.hero-title{
	position: absolute;
    bottom: 0;
    display: flex;
}

.hero-title-ctn{
	background: radial-gradient(closest-side ellipse,rgba(255,255,255,.6),rgba(9,10,12,0));
}

.hero-title .h1{
	text-transform : uppercase;
	color : white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.carousel-section{
	position : relative;
}

/*
* Intro
*/
.intro{
	font-family: 'Titillium Web',Arial,sans serif;
    font-size: 1.1rem;
}


/*
*	3 - Home
*/

.product-children li{
	display : block;
	text-align : center;
	margin-bottom : .3rem
}

.garanties-section i{
	font-size : 4rem;
	margin-bottom : .5rem;
}

.cta-section a{
	position : relative;
}

.cta-section .cta-text{
	color :white!important;
}

.cta-section i{
	font-size : 3rem;
	color : #fff;
	margin-bottom : .5rem;
}












.logo-section img{
	filter : grayscale(100%);
	transform : scale(1);
	transition : .3s;
}

.logo-section img:hover{
	filter : grayscale(0);
	transform : scale(1.1);
}





.modal-content-img {
    width : auto;
}



.carousel-item {
    width : 100%
}





.newsletter-cta{
	color : white;
}

.newsletter-cta p{
	font-size : 1.1rem;
}

#news-email{
	line-height : 2;
}

/*
*	5 - Blog 
*/
article.card .card-img-top{
	overflow : hidden;
	height : 170px;
}

.read-too .card-img-top{
	height : 80px!important;
}

.read-too .h6{
	font-size : .8rem;
	font-weight : normal;
	
}

.post-body{
	display : flex;
	flex-direction : column;
}

.post-thumbnail{
	height : 200px;
}

.post-excerpt{
	flex : 1;
}


/*
*	6 Articles
*/
.post-intro{
	font-size : 1.3rem;
	font-family : 'Playfair Display',Arial,serif;
}

.post-intro p{
	margin-bottom : 0;
	margin-left : -1rem;
	padding-left :1rem;
	border-left : 3px solid #000;
	
}

.post-author {
    display: flex;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}

.post-author-description {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.img-auteur{
	height : 100px!important;
	width : 100px!important;
}

.related-post>a{
	height : 250px;
}

/* Infos bulles */
.info-bulle{
	position : relative;
	padding : 25px 25px 25px 15px;
	margin-left : 15px;
	background-color: #ededed!important;
}

.info-bulle:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	border-left : 5px solid #f17d0a;
}

.info-bulle>span:first-child{
	color : #000;
	display : block;
	font-weight : 700;
	font-size : 1.2rem;
	text-decoration : underline;
	padding-left : 25px;
	padding-bottom : 25px;
}

.info-bulle>span:first-child:before{
	background-size: 50px 50px;
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	left: 3px;
	top: 3px;
}

.info-bulle.a-savoir>span:first-child:before {
	background-image : url(./assets/custom-icons/a-savoir.svg);
	top: 15px;
}

.info-bulle.a-savoir>span:first-child{
	margin-top : -5px;
}

.info-bulle.attention>span:first-child:before {
	background-image : url(./assets/custom-icons/attention.svg);
}

.info-bulle.a-noter>span:first-child:before {
	background-image : url(./assets/custom-icons/a-noter.svg);
	top: 10px;
}

.info-bulle.a-noter>span:first-child{
	margin-top : 10px;
	padding-bottom : 10px
}

/*
*	Pagination
*/

.page-link{
	color : #30383b;
	background-color: #fff;
    border-color: rgba(0,0,0,.25);
	border-radius : inherit!important;
	min-width: 36px;
	transition : .3s;
	text-align : center;
}

li:not(.active)>.page-link:hover,
li:not(.active)>.page-link:focus {
    color : #fff;
	background-color: #cd6a09!important;
    border-color: #cd6a09!important;
	text-decoration: none;
    box-shadow: inherit!important;
	outline: 0;
	z-index: 2;
}

.page-item.active .page-link {
    cursor : default;
	color: #fff;
    background-color: #f17d0a;
	border-color: rgba(0,0,0,.25);
	opacity : .65;
}

.page-item .next,
.page-item .prev{
	color : #c77000;
}


/*
*	7- Commentaires
*/

.form-group label{
	font-size : .8rem;
	margin-bottom : 0;
}

.comment-form-cookies-consent{
	display : flex;
	align-items : center;
}

.comment-form-cookies-consent label{
	margin-left : .5rem;
}

/*
*	8 - Sidebar
*/
.page aside{
	border-left: 1px solid #dee2e6!important;
}

.single-post aside{
	border-left: 1px solid #dee2e6!important;
}

.sidebar .widget .h5{
	padding-bottom : .5rem;
	margin-bottom : .5rem;
}

.sidebar .widget:not(.newsletter-widget) .h5:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #f17d0a;
}

.sidebar .widget li.post-item{
	display : block;
	padding: .5rem .3rem;
	border-bottom: 1px solid #dee2e6;
	color: #363636;
}

.sidebar .widget li.post-item a:hover{
	background-color : #f17d0a;
	color : white;
}

.sidebar .widget li.post-item a>img{
	width : 50px;
	height : 50px;
}

.sidebar .widget li.post-item a>p{
	max-height: 2.4rem;
	overflow: hidden;
	line-height: 1.2;
	font-size: 1rem;
}

.sidebar .cta-rdv>div{
	position : relative;
}

.sidebar .cta-rdv .h4{
	position: absolute;
    bottom: 100%;
    right: 1rem;
}

.sidebar .newsletter-widget .title-ctn{
	position : relative;
	clip-path: polygon(100% 0, 100% 80%, 66% 80%, 50% 100%, 33% 80%, 0 80%, 0 0);
}

.sidebar .newsletter-widget .title-ctn:after{
	position : absolute;
	content : "";
	bottom : 20%;
	left : calc(50% - 25px);
	width : 50px;
	border-bottom : 5px solid #f17d0a;
}

.sidebar .social-btn{
	font-size : 1.1rem;
	width: 2.2rem;
}

.sidebar .parent-btn{
	text-indent : -15%;
}

.pages-mere-widget{
	color : #f17d0a!important; 
}

.pages-mere-widget{
	position : relative;
	padding : 2.5rem .5rem;
	margin-top : 2rem;
}

.pages-mere-widget-icon{
	position : absolute;
	top : -2rem;
	left : 0;
	right : 0;
	
}

.pages-mere-widget-icon i{
	font-size : 4rem;
	width : 4rem;
	line-height : 4rem;
	background : #fff;
	color : #f17d0a;
}

@media (min-width: 768px) AND (max-width: 992px){
	.cat_item{
		float : left;
		width : 50%
	}
	
	.cat_item:nth-child(2n)>.btn{
		margin-left : .25rem;
	}
}

/*
*	9 - Footer
*/

.bg-newsletter{
	background-size: cover;
    background-position: center center;
	padding-bottom : 5vw;
}

.prefooter{
	position : relative;
}

.prefooter svg{
	position: absolute;
    width: 100%;
    height : 5vw;
	bottom : 100%;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer{
	position : relative;
	font-family : 'Titillium Web', Arial, sans serif;
	font-size : .875rem;
	color: #30383b;
}



.footer .h3{
	padding : .5rem 1rem;
}

.footer .widget .h4{
	padding-bottom : .75rem;
	margin-bottom : .75rem;
}

.footer .widget .h4:after{
	position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #d97009;
}

.footer a,
.footer .btn-link{
	display: inline-block;
    border-bottom: 1px dotted;
	color: #83888e;
}

.footer a:hover,
.footer .btn-link:hover{
	color : #f17d0a;
	text-decoration : none;
}


.footer .textwidget{
	padding : 0 .5rem;
}

.footer .social-btn{
	font-size: 1.2rem;
    background-color: #83888e;
    color: white;
    width: 1.9rem;
    text-align: center;
    line-height: 1.4;
}

.footer #site_footer__nav{
	display : flex;
	flex-wrap : wrap;
	justify-content : center;
}

.footer #site_footer__nav li{
	padding : 0 .5rem;
}

@media (min-width:768px){
	h1,.h1{
		font-size : 2rem;
	}

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

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

	h4,.h4{
		font-size : 1.2rem;
	}

	h5,.h5{
		font-size : 1.1rem;
	}

	h6,.h6{
		font-size : 1rem;
	}
	
	.home-encart{
		padding : 2rem 3rem 4rem 3rem;
	}

	.home-encart h1{
		color : #f17d0a;
	}

	.home-encart h1:first-line{
		font-size : 2.8vw;
		color : black;
		font-weight : 600;
	}

	.home-encart h2{
		font-size : 1.8vw;
	}

	.home-encart p{
		font-size : 1rem;
	}
	
	.cta-first{
		border-right: 1px solid #dee2e6!important;
	}
	
	.border-md-right {
		border-right: 1px solid #dee2e6!important;
	}

}

@media (max-width:991px){
	body{
		padding-top : 60px;
	}
	
	.ct-wrapper{
		position : relative;
		left : 0;
		right : 0;
	}
		
	.header{
		position : fixed;
		top : 0;
		left : 0;
		right : 0;
		background-color: #fff;
		z-index : 900;
		transition : .3s;
		box-shadow : 0 5px 10px rgba(0,0,0,.2);
	}
	
	.header:after {
		background: inherit;
		content: "";
		display: block;
		height: 50%;
		left: 0;
		position: absolute;
		right: 0;
		z-index: -1;
		-webkit-backface-visibility: hidden;
		bottom: 0;
		transform: skewY(-1.5deg);
		transform-origin: 100%;
		box-shadow: 0 5px 8px rgba(9,10,12,.1);
	}
	
	.btn-header{
		position : absolute;
		top:0;
		left : 0;
		right : 0;
		display : flex;
	}
	
	.btn-header .btn{
		max-width : 33.3333%;
		min-width : 33.3333%;
		color: white;
		background-color: #f17d0a;
		font-size : 1.2rem;
		line-height : 1.7rem;
	}
	
	.btn-header .btn:first-child{
		border-right : 1px solid rgba(255,255,255,.5);
	}
	
	.btn-header .btn:last-child{
		border-left : 1px solid rgba(255,255,255,.5);
	}
	
	.btn-header .btn span,
	.btn-header .btn br{
		display : none;
	}
	
	.logo-ctn {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.custom-logo{
		height: 40px;
		width: auto;
	}
	
	#nav-icon{
		position : absolute;
		right : 0;
		top : 0px;
		display: inline-block;
		width: 35px;
		height: 35px;
		margin : 10px 15px;
		transform: rotate(0deg);
		transition: .3s ease-in-out;
		cursor: pointer;
		z-index : 2000;
	}
	
	#nav-icon.open{
		position : fixed;
		transform: rotate(180deg);
	}
	
	#nav-icon>span{
		display: block;
		position: absolute;
		height: 3px;
		width: 30px;
		background: #30383b;
		opacity: 1;
		left: 5px;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}

	#nav-icon>span:nth-child(1) {
		top: 8px;
	}

	#nav-icon>span:nth-child(2) {
		top: 18px;
	}

	#nav-icon>span:nth-child(3) {
		top: 28px;
	}

	
	
	#nav-icon.open>span{
		background : white;
	}
	
	#nav-icon.open>span:nth-child(1) {
		top: 18px;
		transform: rotate(135deg);
	}

	#nav-icon.open>span:nth-child(2) {
		opacity: 0;
		right: 60px;
	}

	#nav-icon.open>span:nth-child(3) {
		top: 18px;
		transform: rotate(-135deg);
	}	
	
	.bg-menu{
		position : fixed;
		top : 0;
		left : 0;
		right : 280px;
		height : 100vh;
		display : flex;
		justify-content : flex-end;
		background : rgba(0,0,0,.5);
		padding : 0;
		z-index : 1080;
		transform : translateX(120vw);
		transform-origin : center right;
		transition : .3s;
	}
	
	.bg-menu.open{
		transform : translateX(0);
		
	}
		
	.top-menu{
		position : relative;
		min-width : 280px;
		max-width : 280px;
		height : 100vh;
		transform : translateX(280px);
		font-family: 'Titillium Web',Arial,sans serif;
		font-size : 1.1rem;
		padding-top : 50px;
		background-color : #30383b;

	}
	
	.top-menu>ul{
		text-align : right;
		border-top : 1px solid rgba(255,255,255,.125);
		overflow : hidden;
	}
	
	.top-menu .menu-link{
		display : block;
		color : white;
		/*border-top : 1px solid rgba(255,255,255,.3);
		border-bottom : 1px solid rgba(255,255,255,.3);
		/*background-color : #f17d0a;*/
		padding : .5rem 1rem;
		transition :.3s;
	}
	
	.top-menu .menu-link[href]:not([href="#"]):hover{
		padding-left : 3rem;
	}
	
	.menu-item-has-children{
		position:relative;
		overflow : hidden;
	}
	
	.menu-item-has-children>ul{
		transform : translateY(100%);
		transition : all .5s;
		max-height : 0;
	}
	
	.menu-item-has-children.depth-2 ul{
		position:absolute;
		transform : translateY(200%);
	}
	
	.menu-item-has-children.open>ul{
		transform : translateX(0);
		max-height : 100vh;
	}
	
	.menu-item-has-children>.menu-link:after{
		content : '\f078';
		position : absolute;
		right : 15px;
		display : inline-block;
		margin-left : .3rem;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		font-size : .8rem;
		line-height : 1.5rem;
		transform : rotate(0deg);
		transition : .3s;
	}
	
	.menu-item-has-children.open>.menu-link:after{
		transform : rotate(180deg);
	}
	
	.depth-0>menu-link{
		text-transform : uppercase;
		font-weight : bold;
		text-align : left;
	}
	
	.depth-1>menu-link{
		font-weight : bold;
		text-align : left;
		padding-left : 2rem;
	}
	
	
	.top-menu .btn-menu-mobile{
		position : absolute;
		left : 0;
		right : 0;
		top : 0;
	}
	
	.top-menu .btn-menu-mobile .btn:first-child{
		border-right : 1px solid #30383b;
	}
	
	/*
	*	Hero
	*/
	.page.hero{
		height : 30vh;
	}
	
	.hero-title-ctn{
		padding: 40px 0;
		background: radial-gradient(closest-side ellipse,rgba(255,255,255,.6),rgba(255,255,255,0));
	}
	
	.hero-title .h1{
		font-size: 2.2rem;
		line-height: 1;
	}
	
	.hero-title .h1 strong{
		font-size: 1.75rem;
	}

	
	/*
	*	Home section
	*/
	
	.home .carousel-item {
		height: 50vh;
		width : 100%
	}
	
	.home-product-ctn{
		position :  relative;
	}
	
	.home-product-img-ctn{
		margin-top : 1rem;
		height : 170px;
	}
	
	.home-product-content{
		padding : 5px 15px 15px ; 
	}
	
	.home-product-ctn a.btn{
		padding-left : 0;
	}
	
	.home-product-ctn .btn h3{
		font-weight : bold;
		font-size : 1.5rem;
		color: #f17d0a;
	}
	
	.home-product-ctn .btn h3 .last-word{
		font-weight : normal;
		color: #30383b;;
	}
	
	.home-product-content .page-item .btn{
		position : relative;
		color: #f17d0a;
		background-color: #fff;
		text-align : left;
		text-transform : uppercase;
		line-height: 1;
	}
	
	.home-product-content .page-item .btn:before{
		content: "";
		position: absolute;
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 6px;
		border-color: transparent transparent transparent #f17d0a;
		left: -10px;
		top: 10px;
	}
	
	.home-product-content .page-item .btn:hover,
	.home-product-content .page-item .btn:active,
	.home-product-content .page-item .btn:focus {
		background-color: #fff;
	}
	
	.home-product-content p{
		
	}
	
	

	
	
	/*
	*	Blog
	*/
	
	#carousel-single .carousel-item {
		width : 100%;
		/*height: 550px;*/
	}
	
	#carousel-single .carousel-item img{
		height : 350px!important;
	}
	
	/*#carousel-single .carousel-item{
		padding-bottom : 200px;
	}*/

	#carousel-single .carousel-caption{
		position : relative;
		/*top : 350px;*/
		margin : 10px;
		padding: 10px;
		text-align: initial;
		color: inherit;
		background-color : #fff;
	}
	
	#carousel-single .carousel-control-next, #carousel-single .carousel-control-prev {
		top: 175px;
		bottom: auto;
		height : 60px;
		
	}
	
	.img-auteur{
		display : none;
	}
	
	
	
	.modal-dialog:not(.modal-search) {
		max-width: 90%;
		margin: 1.75rem auto;
	}
}

@media (min-width:992px) {
	
	body{
		padding-top : 110px;
	}
	
	.header{
		position : fixed;
		top : 0;
		left : 0;
		right : 0;
		z-index : 900;
		color : rgba(0,0,0,.7);
		background-color : #fff;
		transition : .3s;
	}
	
	.header.reduce{
		box-shadow : 0 5px 10px rgba(0,0,0,.2);
	}
	
	.logo-ctn{
		max-width : 35%;
		transition : .3s;
		padding : 30px 15px 30px 5px;
	}

	.reduce .logo-ctn{
		padding : 15px;
		max-width : 25%;
	}

	.custom-logo-link{
		display : flex;
		align-items : center;
		height : 50px;
		transition : .3s;
	}

	.reduce .custom-logo-link{
		height : 40px;
	}
	
	.top-bar-menu{
		position : relative;
		margin : .5rem 0;
		transition : .3s;
		z-index: 900;
	}
	
	.top-menu,
	#nav-bar{
		font-family: 'Titillium Web', Arial, sans-serif;
		font-size : .9rem;
		position : relative;
		height : 100%;
	}
	
	#nav-bar .btn{
		line-height : 1.1;
		border : unset;
		box-shadow : unset;
		display : flex;
		flex-direction : column;
		justify-content : center;
		align-items : center;
	}
	
	#nav-bar .btn i{
		font-size : 1.8rem;
		margin-bottom : .3rem;
		transition: font-size .3s;
	}
	
	.reduce #nav-bar .btn i{
		font-size : 1.2rem;
	}
	
	#top-menu{
		position : relative;
		display : flex;
		height : 100%;
		text-transform : uppercase;
		z-index : 1080;
	}
	
	#top-menu .depth-0{
		height : 100%;
		display : flex;
		align-items : center;
	}
	
	#top-menu .depth-0>.menu-link{
		position : relative;
		display : block;
		padding : .5rem .5rem;
		margin-right : 1px;
		text-align : center;
		color : #616161; 
	}
	
	#top-menu .menu-item-has-children:not(.mega-menu){
		position : relative;
	}
		
	#top-menu>.menu-item>.menu-link:before{
		content :"";
		position : absolute;
		bottom : 0;
		height : 3px;
		left : 0%;
		right : 100%;
		background-color : transparent;
		transition : .3s;
	}
	
	#top-menu>.current-menu-item>.menu-link:before,
	#top-menu>.menu-item:hover>.menu-link:before{
		right : 0;
		background-color : #f17d0a;
	}
	
	#top-menu>.menu-item-has-children>.menu-link:after{
		content : '\f078';
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		font-size : .8rem;
		margin-left : .2rem;
	}
		
	#top-menu>.menu-item-has-children>.sub-menu{
		position : absolute;
		top : 100%;
		background-color : #fff;
		border-radius : 0 0 5px 5px;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
		transform-origin : top center;
		transform : scale(0);
		transition : .3s;
	}
	
	#top-menu>.menu-item-has-children:hover>.sub-menu{
		transform : scale(1);
	}
	
	#top-menu>.menu-item-has-children:not(.mega-menu)>.sub-menu{
		left : calc(50% - 125px);
		min-width : 250px;
		display : flex;
		flex-direction : column;
		
	}
	
	#top-menu .mega-menu>.sub-menu{
		right : 0;
		display : flex;
		flex-direction : row;
		flex-wrap : wrap;
		width : 1000px;
		padding: 1rem 2rem;
	}
	
	#top-menu>.menu-item-has-children>.sub-menu>li>a{
		display : block;
		text-align : center;
	}
	
	#top-menu .depth-1>.menu-link{
		position : relative;
		display : block;
		width : 100%;
		padding: .5rem .5rem;
		color: #6c757d;
		font-weight : 300;
	}
	
	#top-menu .mega-menu .depth-1{
		display : block;
		flex: 0 0 20%;
		max-width: 20%;
		margin : 0;
		padding: 0 .2rem;
	}
	
	#top-menu .mega-menu .depth-1>a{
		color : #f17d0a;
		font-weight : 300;
		font-size : 1.1rem;
		border-bottom : 1px solid rgba(0,0,0,.2);
	}
	
	#top-menu .depth-1>.menu-link:hover{
		color : white;
		background-color : #f17d0a;
	}
	
	#top-menu .depth-2>.menu-link{
		display : block;
		padding : .2rem 1rem;
		color: #6c757d;
		font-weight : 300;
	}
	
	#top-menu .depth-2>.menu-link:hover{
		color : white;
		background-color : #4C648E;
	}
	
	/*
	*	Hero
	*/
	
	.hero-title{
		top: 0;
	}

	.hero-title .row{
		height: 100%;
		align-items: center;
	}
	
	.hero-title .h1{
		font-size: 3.5rem;
		line-height: .8;
	}
	
	.hero-title .h1 strong{
		font-size: 2.25rem;
	}
	
	.page.hero{
		height : 40vh;
	}

	
	/*
	*	Home
	*/
	#home-carousel{
		width : 100%;
	}
	
	.carousel-item{
		width : 100%;
		height : 70vh!important;
	}
	
	.carousel-fade .carousel-item {
		opacity: 0;
		transition-duration: .6s;
		transition-property: opacity;
	}

	.carousel-fade  .carousel-item.active,
	.carousel-fade  .carousel-item-next.carousel-item-left,
	.carousel-fade  .carousel-item-prev.carousel-item-right {
		opacity: 1;
	}

	.carousel-fade .active.carousel-item-left,
	.carousel-fade  .active.carousel-item-right {
		opacity: 0;
	}

	.carousel-fade  .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active,
	.carousel-fade .active.carousel-item-left,
	.carousel-fade  .active.carousel-item-prev {
		transform: translateX(0);
		transform: translate3d(0, 0, 0);
	}
	
	.home-product-ctn{
		position :  relative;
		overflow-Y : hidden;
		height : 350px;
		flex: 1;
		transition: all .4s ease;
		margin-top : 1px;
		margin-left : 1px;
	}

	.home-product-content{
		position :  relative;
		z-index: 2;
		padding : 2rem;
		top: 20%;
		height : 100%;
		transition: top .65s ease;
		color: #fff;
		background: rgba(0,0,0,0);
	}

	.home-product-ctn:hover{
		flex-grow: 2;
		max-width: 50%;
	}

	.home-product-ctn:hover>.home-product-content{
		top:0;
		background: rgba(0,0,0,.3);
		transition: top .65s ease,background .25s .5s ease;
	}

	.home-product-img-ctn{
		position : absolute;
		top : 0;
		left : 0;
		height : 100%;
		width : 100%;
		z-index : 1;
	}

	.home-product-content p{
		display : block;
		font-size : 1rem;
		color : #fff;
		text-shadow: 1px 1px 3px rgba(9,10,12,.5);
	}
	
	.home-product-content .btn{
		color: white;
		background-color: #f17d0a;
	}
	
	.home-product-content .btn:hover,
	.home-product-content .btn:active,
	.home-product-content .btn:focus {
		color : #fff;
		background-color : #d97009!important;
	}

	.home-product-content p span{
		display : inline-block;
		margin-left : -30px;
		margin-right : -30px;
		padding : .5rem 30px;
		
	}

	.product-children{
		display : inline-block;
		
	}

	.home-product-ctn p,
	.home-product-ctn .product-children{
		opacity: 0;
		transition: all .5s .25s;
		transform: translateY(100px);
	}

	.home-product-ctn:hover p,
	.home-product-ctn:hover .product-children{
		opacity: 1;
		transform: translateY(0);
	}

	.content-section .entry-content{
		columns: 2;
		column-gap: 1rem;
	}

	.content-section .entry-content h2{
		/*column-span : all;*/
	}
	
	
	/*	Pages	*/
	
	
	
	/*#carousel-single .carousel-item{
		padding-bottom : 150px;
	}*/

	#carousel-single .carousel-caption{
		position : relative;
		/*top : 520px;*/
		min-height : 220px;
		margin : 10px 20px;
		padding: 10px 20px;
		text-align: initial;
		color: inherit;
		background-color : #fff;
	}
	
	.home-post-excerpt{
		transition : 1.5s linear;
	}

	.home-post:hover .home-post-excerpt{
		max-height: 100%;
	}

	/*
	*	Blog
	*/
	
	
	/*
	* Aside
	*/
	aside{
		overflow: visible;
	}
	
	aside>.sticky-sidebar{
		position: sticky;
		top: 100px;
	}
	
	.admin-bar aside>.sticky-sidebar{
		top: 132px;
	}
	
	
	
}	

@media (min-width:1200px) {
	.pw-sticky{
		left : calc(50% - 620px)!important;
	}
}

@media (max-width:767px){
	body{
		padding-top : 65px;
	}

	.logo-ctn {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.custom-logo {
		height: 35px;
		width: auto;
	}
	
	/*
	*	Hero
	*/
	.hero-title-ctn{
		padding: 20px 15px;
		background: radial-gradient(closest-side ellipse,rgba(255,255,255,.8),rgba(255,255,255,0));
	}
	
	
	.entry-content ul{
		padding-left : 1.5rem;
	}
		
	.entry-header h1{
		font-size : 1.4rem;
	}
	
	h1,.h1{
		font-size : 1.6rem;
	}
	
	h1 strong, .h1 strong,
	h2 strong, .h2 strong{
		display : block;
	}
	
	h2,.h2{
		font-size : 1.4rem;
	}

	h3,.h3{
		font-size : 1.3rem;
	}

	h4,.h4{
		font-size : 1.2rem;
	}

	h5,.h5{
		font-size : 1.1rem;
	}

	h6,.h6{
		font-size : 1rem;
	}
	
	.home-product-img-ctn{
		height : 230px;
	}
	
	.home-encart{
		padding : 15px;
	}

	.home-encart h1{
		color : #f17d0a;
		
	}

	.home-encart h1:first-line{
		font-size : 2rem;
		color : black;
		font-weight : 600;
	}

	.home-encart h2{
		font-size : 1.2rem;
	}

	.cta-first{
		border-bottom: 1px solid #dee2e6!important;
	}
}


/*
 *	Bouton scroll-up
*/
#scroll-up{
	display : flex;
	opacity : 0;
	position : fixed;
	bottom : 30px;
	right : 30px;
	height : 50px;
	width : 50px;
	overflow : hidden;
	font-size : 2rem;
	background-color : rgba(33,37,41,.8);
	color : white;
	box-shadow : 2px 2px 5px rgba(0,0,0,.5);
	transform : rotate(45deg);
	z-index:9999;
	transition : all .5s linear;
}

#scroll-up:hover{
	background-color : rgba(33,37,41,1);
}

#scroll-up i{
	display : block;
	margin: auto;
	transform : rotate(-45deg);
}

#scroll-up.show{
	opacity : 1;
}


/*
*	 99 -Wordpress Default
*/
.alignnone,
.aligncenter,
.alignright,
.alignleft
{
	max-width : 100%;
	height : auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter{
    display: block;
    margin: 5px auto 15px auto;
}

.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

.btn-gallery{
	display: block;
    margin: auto;
	padding : 0;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Version admin */
.admin-bar .header,
.admin-bar credit-header.sticky{
	margin-top:32px
}

.admin-bar aside>.row{
	top: 132px;
}


/*
*	100 - Plugins 
*/

	/*	Contact FOrm7  */
	
.wpcf7 label{
	margin-bottom : 0;
}

.wpcf7-not-valid{
	border-color : red;
	box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25);
}

.has-error{
	position : relative;
}

span.wpcf7-not-valid-tip{
	/*position : absolute;
	top : 100%;*/
	font-size : .8rem;
}

/*	kkstar	*/
.kk-star-ratings.lft{
	float : none!important;
}


/*
*	MAPS
*/

#map{
	height : 400px;
}

#maps-marker-info img{
	width : 150px;
	height : auto;
	
}



/*
*	Test form
*/

#form-devis .form-check{
	text-align : center;
}

#form-devis .form-check-input{
	display:none;
}

#form-devis .form-check-label{
	display: flex;
    flex-direction: column;
    align-items: center;
	cursor : pointer
}

#form-devis .form-check-label i{
	display: flex;
    align-items: center;
    justify-content: center;
	font-size : 3.3rem;
	padding : .5rem;	
	margin-bottom : .5rem;
	width : 4.5rem;
	height : 4.5rem;
	border : 3px solid transparent;
	border-radius : .5rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0);
	transform : scale(1);
	transition : .3s;
}



#form-devis .form-check-input:checked+label i{
	color : #f17d0a;
	border : 3px solid #f17d0a;
	
}

#form-devis .form-check-label:hover>i{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transform : scale(1.1);
	transition : .3s;
}

#form-devis button,
#form-devis input[type=submit]{
	padding-left : 1rem;
	padding-right : 1rem;
}

#form-devis input[type=submit]{
	text-transform : uppercase;
	font-weight : bold;
}






