/* ----------------------------------------------------------------
	Canvas: Hosting
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #44aaac;
	--cnvs-themecolor-rgb: 68, 170, 172;

	--cnvs-body-font: 'istok web', sans-serif;
	--cnvs-primary-font: 'Poppins', sans-serif;
}

#top-bar {
    --cnvs-topbar-bg: transparent;
}

#header {
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-font-size: 13px;
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-primary-menu-hover-color: var(--cnvs-themecolor) !important;
	--cnvs-primary-menu-active-color: var(--cnvs-themecolor) !important;
}

.enhancedToggle .enhancedToggle-label {
    font-size: 14px !important;
    line-height: 25px;
}
.enhancedToggle.enhancedCheck-primary .enhancedToggle-label {
    background: var(--cnvs-themecolor) !important;
    color: white;
    box-shadow: none !important;
}
.enhancedToggle {
    border: 1px solid #ccc !important;
}
.enhancedToggle .labelOff {
    color: white !important;
}
.enhancedToggle .enhancedToggle-switch {
    border: none !important;
}

/* ROUTES SPECIFIQUES */
body[data-route="index.sos-bilan"],
body[data-route^="devis.sos-bilan"] {
    /*--cnvs-themecolor: #bb3848;*/
    /*--cnvs-themecolor-rgb: 187, 66, 12;*/
}
body[data-route="index.sos-businessplan"],
body[data-route^="devis.sos-businessplan"]  {
    --cnvs-themecolor: #2f9db3;
	--cnvs-iconlist-color: #2f9db3;
    --cnvs-themecolor-rgb: 47, 157, 179;
}
body[data-route="index.sos-legal"],
body[data-route^="devis.sos-legal"]  {
    /*--cnvs-themecolor: #009688;
    --cnvs-themecolor-rgb: 0, 150, 136;*/
	--cnvs-themecolor: #212529;
	--cnvs-iconlist-color: #212529;
    --cnvs-themecolor-rgb: 33, 37, 41;
}

@media (max-width: 991px) {
	#footer .footer-widgets-wrap .widget.clearfix {
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 550px) {
	body[data-route="index.sos-bilan"] #slider {
		padding-top: 150px;
	}
	body[data-route="index.sos-legal"] #slider {
		padding-top: 150px;
	}
}

.color-theme {
	color: var(--cnvs-themecolor) !important;
}

/* PRICING */
.pricing-features .text-muted {
    color: #a9a9a9;
}
.pricing-price {
    background: white;
}

/* FAQs */
.faqs .toggle-content {
    padding-left: 27px;
}

/* ACCUEIL */

#slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    margin-top: -102px;
    height: 570px;
    display: flex;
    align-items: end;
}

@media (max-width: 991px) { #slider { margin-top: -75px; }   }
@media (max-width: 436px) { #slider { margin-top: -50px; }   }
@media (max-width: 400px) { #slider { margin-top: -35px; }   }

.slider__image {
    text-align: center;
}
.slider__image img{
    max-height: 450px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.slider__prix {
    background-color: #bb3848;
    padding: 3px 8px;
    border-radius: 7px;
    font-size: 20px;
    display: inline-block;
    margin-top: 11px;
    color: #ffffff;
    font-weight: 400;
    box-shadow: var(--cnvs-box-shadow-lg);
    transform: rotate(358deg);
}
.slider-title p {
    font-family: 'Poppins', Sans-serif;
}

/******************************/


.testimonials-carousel .owl-item {
	opacity: 0.25;
	transform: scale(.9);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.clients { max-height: 50px; }

.owl-stage-outer::before,
.owl-stage-outer::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00f9f9f9',GradientType=1 );
}

.owl-stage-outer::after {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(right, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
}


.sub-menu-container {
    background-color: #fafafa;
}
.mega-menu-item-simple-icon,
.mega-menu-item-simple-icon li {
    list-style-type: none !important;
}
.mmisi-item {
    cursor: pointer;
    border-radius: 8px;
}
.mmisi-item a {
    display: flex;
    align-items: start;
    margin-bottom: 0 !important;
    padding: 7px 2px !important;
}

.mmisi-item svg {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    margin-right: 15px;
    margin-left: 10px;
    margin-top: 4px;
    fill: var(--cnvs-themecolor)/*#42aaac*/;
}

.mmisi-title small {
    color: #595959;
    font-size: 0.9rem;
}

.mmisi-item .mmisi-title .mmisi-title--item
{
	color: #000;
	font-size: var(--cnvs-font-size-h5);
	margin-bottom: 0;
    font-weight: 600;
}

.mmisi-item:hover {
    background-color: var(--cnvs-themecolor) /*#42aaac*/;
}

.mmisi-item:hover .mmisi-title--item,
.mmisi-item:hover small
{
    color: white !important;
}

.mmisi-item:hover svg {
    fill: #fff
}

#mega-menu-principal .alert-mega-menu {
    padding: 15px;
    /*border: 1px solid var(--cnvs-themecolor)!*#42aaac*!;*/
    border-radius: 8px;
    text-align: center;
    margin-right: 30px;
    /*background: var(--cnvs-themecolor)!*#42aaac*!;*/
    /*color: white;*/
}
#mega-menu-principal .alert-mega-menu p {
    font-size: 0.85rem;
    margin: 0;
}

#mega-menu-principal .alert-mega-menu p a {
    color: black;
}

.mmi-contactez-nous {
	text-align: center;
}

@media (max-width: 991.98px) {
	.menu-item > .container > .row {
		padding-top: 10px;
	}
	.mmisi-item {
		margin-bottom: 10px;
	}
	.mmi-contactez-nous {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 62px;
		text-align: left;
	}
	.mmi-contactez-nous .h4{
		margin-bottom: 10px;
	}

	.alert-mega-menu {
		display: none;
	}

	/* Page resultat devis */
	.btn-3-steps-result {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Devices Under 991 Width */
@media (max-width: 991px) {

	.owl-stage-outer::before,
	.owl-stage-outer::after { display: none; }

	.slider-bottom-box { padding: 15px; }

	.img-map { opacity: 0.2; }
}



/* Popup Paiement */
.moyen-pmt {
	display: flex;
	flex-direction: column;
	padding: 25px;
	width: 100%;
	height: 100%;
	border: 1px solid #ebe2e2;
	border-radius: 7px;
}

.moyen-pmt img {
	max-width: 200px;
	display: block;
	margin: 5px auto;
}

.moyen-pmt_head {
	min-height: 150px;
}

.moyen-pmt_body {
	margin-bottom: auto;
	padding-bottom: 15px;
	padding-top: 15px;
}

.moyen-pmt_cta {
	width: 100%;
	margin: 0;
	color: white !important;
}

/*TIMELINE*/

#fb-timeline .feature-box-border .feature-box {
	position: relative;
}

#fb-timeline .feature-box-border .feature-box .fbox-content {
	padding-top: 15px;
}

#fb-timeline .feature-box-border .feature-box:not(.noborder)::after {
	content: "";
	position: absolute;
	top: calc(64px + 16px);
	left: 59px;
	width: 2px;
	height: calc(100% - 16px);
	background-color: #EEE;
	z-index: 0;
}

#fb-timeline .feature-box-border .fbox-color.feature-box:not(.noborder)::after {
	background-color: #0F6458;
}

#fb-timeline .feature-box-border .fbox-icon i,
#fb-timeline .feature-box-border .fbox-border.fbox-light .fbox-icon i {
	line-height: 68px;
	font-size: 24px;
	z-index: 1;
	text-align: center;
}

#fb-timeline .fbox-border.fbox-light .fbox-icon a {
	background-color: #FFF;
}

#fb-timeline .fbox-border.fbox-effect .fbox-icon i::after {
	background-color: #0F6458;
}
