/*
 Theme Name:   ProRange Child Theme
 Theme URI:    https://prorange.ancorathemes.com
 Description:  ProRange Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     prorange
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  prorange
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/*GLOBAL*/
.scroll_to_top_style_default {
	border-color: var(--e-global-color-primary) !important;
	background-color: var(--e-global-color-primary) !important;
}

/*SLIDER HOME*/
.elementor-element-075ec96 .elementor-background-slideshow__slide__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/*SECTION PRESENTATION*/
.presentation-points .sc_icons_item {
	align-items: center;
}

.presentation-points .sc_icons_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*SECTION SERVICES*/
.emf-service img {
    transition: .3s;
    padding: 10px;
}

.emf-service:hover img {
    transition: .3s;
    padding: 0px !important;
}

.emf-service .sc_services_item_button {
	    border: 1px solid #D7D8D9;
	    width: 20px;
	    height: 20px;
	    display: flex;
	    border-radius: 50px;
	    padding: 20px;
	    margin: 0 auto;
	    transition: .3s;
}

.emf-service .sc_services_item_button:hover {
	background-color: #FAE211;
	border-color: #FAE211;
}

.emf-service .sc_services_item_button .sc_button_arrow:before {
    content: '\E9A4';
    font-family: "fontello";
    font-size: 12px;
    transform: translate(-50%, -50%);
    color: #2E438D;
    transition: .3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emf-service .sc_services_item_button:hover .sc_button_arrow:before {
	color: #FFF;
}

.emf-service .description {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/*PAGE FENETRES*/
.materiau-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 3px;
	background-color: transparent;
}

.materiau-container:nth-child(1) {
	padding-left: 6px;
}

.materiau-container:nth-child(4) {
	padding-right: 6px;
}

.materiau-container > .elementor-widget-wrap {
    padding: 0 !important;
}

.materiau-container img {
	height: 275px;
}

.materiau-title {
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	background: #00000030;
	transition: .3s;
}

.materiau-title:hover {
	background: #000000;
}

.personnalisation-options .sc_price_item_price_value {
    font-size: 36px;
}

.elementor-element-fb3c8e5 .sc_price_item_inner {
	display: flex;
    flex-direction: column;
}

/*MENTIONS LEGALES*/
#cmplz-document {
	margin: 0 auto;
}





@media only screen and (max-width : 991px) {
	.sc_item_button.sc_button_wrap {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	}

	h6,
	.sc_title.sc_title_default,
	.elementor-widget-container {
	    text-align: center;
	}

	.elementor-element-d014a41 .elementor-widget-container {
		text-align: inherit;
	}

	.elementor-element-89ae377 .sc_icons_item {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.elementor-element-dfb0076 li {
		align-items: center !important;
	}
}


