/**
  * Name: FNC
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("et-line.css");
@import url("themify-icons.css");
@import url("shortcodes.css");
@import url("../fonts/Shonar.html");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/**
  *	Reset
  *	Repeatable Patterns
  * Boxed
  *	Top
  *	Top Style1
  *	Top Style2
  * Header Top
  * Header Top Style1
  * Header
  * Header Style1
  * Header Style2
  * Main Menu
  * Page Title
  * Main Content
  * Blog Pagination
  * Footer Top
  * Footer
  * Footer Bottom
  * Blog
  * Parallax
  * Mobile Navigation
  * Go top
  * Switcher
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
.BM-texte {
	margin: 20px 50px;
}

.BM-texte .text-services p {
	text-align: center;
	line-height: 1.7;
	color: #535353;
	font-size: 18px;
	font-weight: 600;
}

/* My Card Hover */
.cards {
	width: 100%;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	max-width: 820px;
}

.card--1 .card__img,
.card--1 .card__img--hover {
	background-image: url('../images/portfolio/juridique.webp');
}

.card--2 .card__img,
.card--2 .card__img--hover {
	background-image: url('../images/portfolio/Domiciliation_dentreprise.webp');
}

.card--3 .card__img,
.card--3 .card__img--hover {
	background-image: url('../images/portfolio/comptabilite.webp');
}

.card--4 .card__img,
.card--4 .card__img--hover {
	background-image: url('../images/portfolio/declaration-fiscal.webp');
}
.card--5 .card__img,
.card--5 .card__img--hover {
	background-image: url('../images/portfolio/comptabilite-gestion-paie.webp');
}

.card--6 .card__img,
.card--6 .card__img--hover {
	background-image: url('../images/portfolio/bilan-liasse-fiscale.webp');
}

.card--7 .card__img,
.card--7 .card__img--hover {
	background-image: url('../images/portfolio/creation-societe.webp');
}

.card--8 .card__img,
.card--8 .card__img--hover {
	background-image: url('../images/portfolio/cabinet-expertise-comptable.webp');
}

.card__img {
	visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 235px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;

}

.card__info-hover {
	position: absolute;
	padding: 16px;
	width: 100%;
	opacity: 0;
	top: 0;
}

.card__img--hover {
	transition: 0.2s all ease-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 235px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	top: 0;

}

.card:hover {
	box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
	transform: scale(1.10, 1.10);
}

.card__info {
	z-index: 2;
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 16px 24px 24px 24px;
}

.card__category {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #868686;
}

.card__title {
	font-family: 'Poppins', sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

.card__by {
	font-size: 12px;
	font-weight: 500;
}

.card__author {
	font-weight: 600;
	text-decoration: none;
	color: #AD7D52;
}

.card:hover .card__img--hover {
	height: 100%;
	opacity: 0.3;
}

.card:hover .card__info {
	background-color: transparent;
	position: relative;
}

.card:hover .card__info-hover {
	opacity: 1;
}

/* End of My Card */

/* My Process */
.process_steps {
	overflow: hidden;
	border-radius: 2px;
	width: 100%;
}

.process_steps--style1 {
	display: table;
	table-layout: fixed;
}

.process_steps--style1 .process_steps__step {
	display: table-cell;
	padding: 20px 10px;
	color: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 290px
}

.process_steps--style1 .process_steps__step:first-child {
	border-radius: 10px 0 0 10px;
}

.process_steps--style1 .process_steps__step:last-child {
	border-radius: 0 5px 5px 0;
}

.process_steps--style1 .process_steps__step:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -14px;
	border: 7px solid transparent;
	z-index: 1;
}

.process_steps--style1 .process_steps__intro {
	background: #1983c5;
	text-align: left;
	padding: 20px;
}

.process_steps--style1 .process_steps__intro:after {
	border-left-color: #1983c5;
}

.process_steps--style1 .process_steps__intro-title {
	margin-top: 0;
	line-height: 1.2;
	font-weight: 500;
	font-size: 24px
}

.process_steps--style1 .process_steps__intro-title strong {
	font-size: 120%;
	display: block;
	text-align: center;
}

.process_steps--style1 .process_steps__intro-link {
	font-size: 11px;
	font-weight: 700;
	color: #eee;
}

.process_steps--style1 .process_steps__intro-link:hover {
	color: #fff;
}

.process_steps--style1 .process_steps__step-desc {
	margin-bottom: 0;
}

.process_steps--style1 .process_steps__step-icon {
	margin: 20px 0 15px;
	min-height: 50px;
	line-height: 50px;
	font-size: 56px;
	text-align: center;
}

.process_steps--style1 .process_steps__step-typeimg,
.process_steps--style1 .process_steps__step-typeimg img {
	max-height: 90px;
	display: inline-block;
}

.process_steps--style1 .process_steps__step:nth-child(2) {
	background-color: #5a5a5a;
}

.process_steps--style1 .process_steps__step:nth-child(2):after {
	border-left-color: #5a5a5a;
}

.process_steps--style1 .process_steps__step:nth-child(3) {
	background-color: #4a4a4a;
}

.process_steps--style1 .process_steps__step:nth-child(3):after {
	border-left-color: #4a4a4a;
}

.process_steps--style1 .process_steps__step:nth-child(4) {
	background-color: #3e3e3e;
}

.process_steps--style1 .process_steps__step:nth-child(4):after {
	border-left-color: #3e3e3e;
}

.process_steps--style1 .process_steps__step:nth-child(5) {
	background-color: #383838;
}

.process_steps--style1 .process_steps__step:nth-child(5):after {
	border-left-color: #383838;
}

.process_steps--style1 .process_steps__step:nth-child(6) {
	background-color: #303030;
}

.process_steps--style1 .process_steps__step:nth-child(6):after {
	border-left-color: #303030;
}

.process_steps--style1 .process_steps__step:nth-child(7) {
	background-color: #252525;
}

.process_steps--style1 .process_steps__step:nth-child(7):after {
	border-left-color: #252525;
}

.process_steps--style1 .process_steps__step:last-child:after {
	border: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.button-go-top{
		bottom: 10%;
	}
	.process_steps--style1 {
		display: block;
	}

	.process_steps--style1 .process_steps__step {
		float: left;
		width: 33.3333%;
	}

	.process_steps--style1 .process_steps__intro {
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.process_steps--style1 {
		display: block;
	}

	.process_steps--style1 .process_steps__step {
		float: left;
		width: 100%;
	}

	.process_steps--style1 .process_steps__intro {
		display: block;
		width: 100%;
		float: none;
		height: auto;
	}
}

/* End og PRocess */

/* Counter */
.counter {
	color: #f27f21;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	height: 220px;
	width: 220px;
	padding: 30px 25px 25px;
	margin: 0 auto;
	border: 3px solid #f27f21;
	border-radius: 20px 20px;
	position: relative;
	z-index: 1;
}

.counter:before,
.counter:after {
	content: "";
	background: #f3f3f3;
	border-radius: 20px;
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	z-index: -1;
}

.counter:after {
	background: transparent;
	width: 100px;
	height: 100px;
	border: 15px solid #f27f21;
	border-top: none;
	border-right: none;
	border-radius: 0 0 0 20px;
	box-shadow: none;
	top: auto;
	left: -10px;
	bottom: -10px;
	right: auto;
}

.counter .counter-icon {
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 15px;
	transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon {
	transform: rotateY(360deg);
}

.counter .counter-value {
	color: #555;
	font-size: 30px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 20px;
	display: block;
	transition: all 0.3s ease 0s;
}

.counter:hover .counter-value {
	text-shadow: 2px 2px 0 #d1d8e0;
}

.counter h3 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.counter.blue {
	color: #4accdb;
	border-color: #4accdb;
}

.counter.blue:after {
	border-bottom-color: #4accdb;
	border-left-color: #4accdb;
}

.counter.red {
	color: #ee436d;
	border-color: #ee436d;
}

.counter.red:after {
	border-bottom-color: #ee436d;
	border-left-color: #ee436d;
}

.counter.pink {
	color: #9c52a1;
	border-color: #9c52a1;
}

.counter.pink:after {
	border-bottom-color: #9c52a1;
	border-left-color: #9c52a1;
}

@media screen and (max-width:990px) {
	.counter {
		margin-bottom: 40px;
	}
}

/* End of Counter */


html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
	font-family: 'Tajawal', sans-serif;
	font-size: 100%;
	font-weight: 800;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	text-align: justify;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}



blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 15px/23px 'Rubik', sans-serif;
	;
	background-color: #fff;
	color: #000000;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #343339;
	font-family: 'Rubik', sans-serif;
	;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #EE277A;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul,
ol {
	padding: 0;
}

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

b,
strong {
	font-weight: 900;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	color: #fff;
	padding: 0px 29px 0 30px;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	background: #EE277A;
	border: 1px solid #EE277A;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	font-weight: 800;
	font-family: 'Quicksand', sans-serif;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.5px;
}

button.search-submit-form {
	position: absolute;
	right: 2px;
	top: 7px;
	padding: 0px 10px;
	color: #999999;
	background-color: transparent;
	display: inline-block;
	height: 29px;
	line-height: 31px;
	font-size: 12px;
	border-color: transparent;
	border-left: 1px solid #d0d0d0;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 15px;
	color: #222222;
	border: 1px solid #d0d0d0;
	height: 45px;
	background-color: #d8e7ef;
	border-radius: 3px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="search"] {
	width: 250px;
	margin-bottom: 0px;
	border-radius: 0px;
	background-color: #ffffff;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #EE277A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	padding: 10px 15px;
	height: 170px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #555;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

/* bootstrap resetting elements */

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #000;
}

blockquote {
	padding-left: 71px;
	position: relative;
	margin-bottom: 24px;
}

blockquote span {
	position: absolute;
	font-size: 135px;
	line-height: 24px;
	font-family: 'Poppins';
	color: #999999;
	top: 48px;
	left: 0px;
}

blockquote p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #3f4144;
	letter-spacing: 0.11px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: black;
	text-align: center;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}


/* ====================== start customized style ======================*/
/* annuaires section */
section.annuaires-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 100vh;
	padding: 2em 4em;
	margin-bottom: 80px;
}

section.annuaires-section .link {
	margin-bottom: 30px;
}

/* all services start */
.services-content-tab.all-services-container .content-inner .one-half {
	min-height: 400px;
	padding-right: 0px;
}

.wrap-services-1 .services-content-tab.all-services-container {
	width: 73%;
}

/* all services end */

/* parallax */
.page-title .svg-title {
	position: absolute;
	bottom: 0;
}

.page-title .svg-title .elementor-shape-fill {
	fill: #fff;
	display: block;
}

/* parallax */
.whatsapp-float {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 1000;
	width: 65px;
	height: 65px;
}

.button-my-top{
	position: fixed;
	bottom: 1%;
	left: 0;
	display: flex;
	flex-direction: column;
	z-index: 9999;
}

.button-go-top {
	position: fixed;
	bottom: 1%;
	right: 0;
	display: flex;
	margin-right: 10px;
	flex-direction: column;
	z-index: 9999;
}

.button-go-top a,.button-my-top a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 15px 0 0;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
	border-radius: 50px 50px 50px 50px;
	transition: all 0.5s;
	height: 50px;
	width: 50px;
	color: #fff;
}

.my-text{
	background: #7e0ce9;
}
.my-telephone{
	background: #0facf3;
}
.my-whatsapp{
	background: #00e676;
}

.my-top{
	background: #EE277A;
}

#header.transparent-nav {
	background-color: white !important;
	position: relative;
	z-index: 2;
	border-color: transparent;
	width: 100%;
}

.container-for-adress {
	width: 1415px !important;
}

#header.transparent-nav #mainnav .menu>li>a {
	color: #170B41;
}

#header.transparent-nav #mainnav .menu>li:hover>a,
#header.transparent-nav #mainnav .menu>li.active a {
	color: #EE277A;
}

.flat-infomation li {
	font-weight: 600;
}

.flat-infomation li a {
	font-size: 16px;
}

/* liste avec boules */
ul.liste-avec-boules {
	list-style: disc;
}

/* section header  */

.services-header {
	display: flex;
	width: 100%;
	max-height: fit-content;
	justify-content: center;
	align-items: center;
	margin: 20px 0 50px;
}

.main-nav {
	width: 100%;
}

.styled-menu {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.services-header h1 {
	position: relative;
	padding-bottom: 20px;
	color: #170B41;
}

.services-header h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 8px;
	border-radius: 3px;
	background-color: #EE277A;
	left: 50%;
	margin-left: -25px;
}

/* style des mots cles */
.key-word {
	color: #1e1e1e;
}

.logo-title:hover {
	color: #EE277A;
}

.logo-title1 {
	color: #EE277A;
	font-weight: 900;
}

.logo-title2 {
	color: #2E3192;
	font-weight: 900;
}

.secondary-title {
	transition: 0.3s ease;
}

.secondary-title:hover {
	color: #EE277A;
}

ul.services-contact-info li a {
	color: #5a5959;
	transition: 0.3s ease;
}

ul.services-contact-info li a:hover {
	color: #EE277A;
}

ul li i.footer-icon {
	font-size: 1.1rem;
}

.quick-contact .flat-contact-form .field-row input,
.quick-contact .flat-contact-form .input-text textarea {
	border-radius: 20px;
}

.contact-info {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-sans-border a {
	border: none;
}

/* nouveaux elements */
.presentation {
	height: fit-content;
	margin: 0% 22% 0% 22%;
}

.presentation.creation-societe {
	width: 88%;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0% 6% 100px 6%;
}

.presentation p {
	text-align: center;
	line-height: 1.7;
	font-weight: 600;
}

.services-content-tab .content-inner .services-collection {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.services-content-tab .content-inner .services-collection .collection-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.8s all ease;
	cursor: pointer;
}

.services-content-tab .content-inner .services-collection .collection-item .picture {
	box-sizing: border-box;
	max-width: 255px;
	max-height: 397px;
	transition: -webkit-clip-path 1s;
	transition: 0.8s all ease;
	border: 0px;
}

.services-content-tab .content-inner .services-collection .collection-item h4 {
	line-height: 7;
	color: #170B41;
}

.services-content-tab .content-inner .services-collection .collection-item .picture img {
	transition: 0.8s all ease;
}

.services-content-tab .content-inner .services-collection .collection-item:hover .picture {
	padding: 25px;
}

/* creation de societe texte apres les 4 images */
.creation-societe-texte {
	width: 80%;
	margin: 100px 10%;
}

.creation-societe-texte .text-services p {
	text-align: center;
	line-height: 1.7;
	font-weight: 600;
	color: #000;
}

/* les etapes creation societe  */
.etapes-creation-societe .accordion.style2 h1 {
	color: #2E3192;
	font-family: "Prata", Sans-serif;
	font-size: 29px;
	font-weight: 600;
	line-height: 51px;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
}

.etapes-creation-societe .accordion.style2 .accordion-toggle {
	margin-bottom: 30px;
}

.etapes-creation-societe .accordion.style2 .accordion-toggle>div {
	font-weight: 600;
	color: #000;
}

.demand-devis {
	background: url(../images/parallax/BM-FIDUCIAIRE-cabinet-pour-la-creation-de-societe.jpg) no-repeat fixed center center;
	background-size: cover;
	margin-top: 50px;
	height: 470px;
	width: 100%;
}

.demand-devis.comptabilite {
	background: url(../images/parallax/Cabinet-comptable-a-Casablanca.jpg) no-repeat fixed center center;
	background-size: cover;
}

.demand-devis.declaration-fiscale {
	background: url(../images/parallax/BM-FIDUCIAIRE-declarations-fiscales.jpg) no-repeat fixed center center;
	background-size: cover;
	margin-bottom: 100px;
}

.demand-devis.juridique {
	background: url(../images/parallax/juridique-1.jpg) no-repeat fixed center center;
	background-size: cover;
	margin-bottom: 100px;
}

.demand-devis.declaration-fiscale .overlay-text,
.demand-devis.demand-devis.juridique .overlay-text {
	background-color: transparent;
}

.demand-devis .overlay-text {
	background-color: hsl(233, 78%, 20%, 0.55);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.demand-devis .overlay-text .container .row .wrap-services-1 .services-content-tab .content-inner {
	text-align: center;
}

.demand-devis .overlay-text .container .row .wrap-services-1 .services-content-tab .content-inner h2 {
	color: white;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 50px;
}

.demand-devis.comptabilite .overlay-text .container .row .wrap-services-1 .services-content-tab .content-inner h2 {
	font-size: 40px;
}

.demand-devis .overlay-text .container .row .wrap-services-1 .services-content-tab .content-inner a {
	font-weight: 700;
	color: #0B145A;
	background-color: #ffffff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 24px;
	transition: all 0.3s;
}

.demand-devis .overlay-text .container .row .wrap-services-1 .services-content-tab .content-inner a:hover {
	color: #fff;
	background-color: #0B145A;
	border-color: #0B145A;
}

/* domiciliation societe */
.main-services .container .services-header.domiciliation h1 {
	font-size: 39px;
	line-height: 1.3em;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.image-domiciliation-half {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.image-domiciliation-half .image-domiciliation {
	height: 500px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: -12px 12px 57px 10px rgb(16 45 94 / 17%);
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.text-domiciliation-half {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1em 4em 1em 0em;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.text-domiciliation-half .text-services p {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 2em;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .separator-text {
	text-align: center;
	margin: 50px auto 25px auto;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .separator-text h3 {
	position: relative;
	font-size: 15px;
	color: #170B41;
	font-weight: 600;
	text-transform: uppercase;
	display: inline;
	padding: 10px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .separator-text h3::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	height: 1px;
	width: 50px;
	background-color: #555555;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .separator-text h3::after {
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	height: 1px;
	width: 50px;
	background-color: #555555;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .second-title {
	text-align: center;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .second-title h2 {
	color: #0B145A;
	font-family: "Times New Roman", Sans-serif;
	font-size: 2.3em;
	line-height: 1.3em;
	font-weight: 600;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 10% 100px 10%;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent .row .one-half {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent .row .one-half .text-services {
	display: flex;
	align-items: center;
	text-align: center;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent .row .one-half .text-services p {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	font-weight: 600;
	color: #000;
	line-height: 1.7;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent .row img {
	transition: 0.8s all ease;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .row.parent .row:hover img {
	transform: scale(0.9);
}

/* comptabilite */
.comptabilite {
	margin-bottom: 100px;
}

.comptabilite .content-comptabilite {
	display: flex;
}

.comptabilite .one-half {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.comptabilite .one-half.images-half {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.comptabilite .one-half.images-half .image-comptable {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.comptabilite .one-half.images-half .image-comptable .image-container:first-child {
	align-self: flex-end;
	justify-self: flex-end;
}

.comptabilite .one-half.images-half .image-comptable .image-container:last-child {
	align-self: center;
	justify-self: center;

}

.comptabilite .one-half .image-comptable .image-container {
	width: 400px;
	height: 360px;
}

.comptabilite .one-half .text-services p {
	padding-left: 2em;
	color: #000;
	line-height: 1.7;
	font-weight: 600;
}

.comptabilite .etapes h2 {
	color: #170B41;
	font-size: 36px;
}

.comptabilite .accordion-half {
	width: 75%;
}

.comptabilite .etapes .accordion-toggle .toggle-title {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.4px;
}

/* declaration fiscale */
.taches-declaration h2 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.1666em;
	color: #170B41;
}

.taches-declaration h3 {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.15px;
	margin-top: 25px;
}

.taches-declaration .row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.taches-declaration .row .items-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	flex-wrap: wrap;
	padding: 30px 0;
}

.taches-declaration .row .items-container .item {
	width: 30%;
	min-width: 30%;
	padding: 1.2em 24px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #CCCCCC2E;
	margin: 20px;
	transition: 0.5s all ease;
}

.taches-declaration .row .items-container .item:hover {
	-webkit-box-shadow: 0px 6px 20px -4px #000000;
	box-shadow: 0px 6px 20px -4px #000000;
}

.taches-declaration .row .items-container .item p {
	font-weight: 600;
}

.container.declaration-fiscale {
	margin-top: 75px;
}

/* juridique */

.juridique-section .text-services h2 {
	color: #0B145A;
	font-size: 1.9rem;
	line-height: 43px;
	font-weight: 700;
}

.juridique-section .content-inner .one-half .text-services ul {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.juridique-section .content-inner .one-half .text-services ul li {
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
}

.juridique-section .content-inner .one-half .text-services ul li span.icon-check {
	color: #1896fe;
	font-size: 15px;
}

.juridique-section .content-inner .one-half .text-services ul li span.icon-text {
	padding-left: 10px;
}

.juridique-section .content-inner .one-half.image-half {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.juridique-section .content-inner .one-half.image-half .image-container {
	width: 520px;
	height: 450px;
}

/* conseils */
.one-half.conseils {
	width: 100% !important;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half.image-half {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half.image-half .image-container {
	height: 470px;
	width: 500px;
	max-height: 470px;
	max-width: 500px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half.image-half .image-container img {
	width: 100%;
	height: 100%;
	box-shadow: -12px 12px 57px 10px rgb(16 45 94 / 17%);
	border-radius: 3px 3px 3px 3px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half .text-services {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 1em 3em 1em 0em;
	text-align: left;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half .text-services h3 {
	color: #272B45;
	font-size: 1.7em;
	font-weight: 700;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row.reversed .one-half .text-services {
	padding-left: 20px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half .text-services ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half .text-services ul li {
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half .text-services ul li span.icon-check {
	color: #1896fe;
	font-size: 15px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.conseils .row.parent .row .one-half .text-services ul li span.icon-text {
	padding-left: 10px;
}

/* etablissement du bilan */
.row.etablissement {
	margin: 100px auto;
}

.row.etablissement .one-half .text-services h3 {
	color: #0B145A;
	font-family: "Archivo", Sans-serif;
	font-size: 2.1rem;
	line-height: 48px;
}

.row.etablissement .one-half .text-services p {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.row.etablissement .one-half .text-services ul {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.row.etablissement .one-half .text-services ul li {
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	margin-left: 50px;
}

.row.etablissement .one-half .text-services ul li span.icon-check {
	color: #1896fe;
	font-size: 15px;
	margin-right: 15px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.image-etablissement-half {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.main-services .container .row .wrap-services-1 .services-content-tab .content-inner .one-half.image-etablissement-half .image-etablissement {
	height: 400px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: -12px 12px 57px 10px rgb(16 45 94 / 17%);
}

.new-section.etablissement {
	background: url(../images/parallax/Etablissement-du-Bilan-liasse-fiscale-et-Etat-de-synthese-2.jpg) no-repeat center center;
	background-size: cover;
	min-height: 700px;
}

.new-section.etablissement .container .row .wrap-services-1 .services-content-tab .content-inner .etablissement-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 700px;
}

.new-section.etablissement .container .row .wrap-services-1 .services-content-tab .content-inner .etablissement-content .accordion.style2 h1 {
	color: #0B145A;
	font-family: "Roboto", Sans-serif;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.3em;
	width: 750px;
	margin-bottom: 50px;
}

.new-section.etablissement .container .row .wrap-services-1 .services-content-tab .content-inner .etablissement-content h4 {
	color: #0B145A;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.new-section.etablissement .container .row .wrap-services-1 .services-content-tab .content-inner .etablissement-content .accordion.style2 {
	max-width: 630px;
}

.new-section.etablissement .container .row .wrap-services-1 .services-content-tab .content-inner .etablissement-content .accordion.style2 .accordion-toggle .toggle-title {
	font-size: 16px;
	color: #0B145A;
	font-weight: 600;
	transition: 0.5s all ease;
}

.new-section.etablissement .container .row .wrap-services-1 .services-content-tab .content-inner .etablissement-content .accordion.style2 .accordion-toggle .toggle-title.active {
	color: #fff;
	background-color: #0B145A;
	border-color: #0B145A;
}

/* deprecated tag u */
span.underline-text {
	text-decoration: underline;
}

/* contact form fixing the inputs width */
.one-input {
	float: left;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 10px;
}

/* message error label */
#error_message {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 00.4px;
	text-align: center;
}

/* 404 ERROR PAGE STYLE */
#notfound {
	position: relative;
	height: 100vh;
	background: #111111;
	/* background: #030005; */
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 767px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

.notfound .notfound-404 {
	position: relative;
	height: 180px;
	margin-bottom: 20px;
	z-index: -1;
}

.notfound-404 h1,
.notfound-404 h2,
.notfound a {
	font-family: 'Montserrat', sans-serif;
}

.notfound .notfound-404 h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 224px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	color: #222222;
	/* color: #030005; */
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #8400ff, 1px 1px 0px #ff005a;
	letter-spacing: -20px;
}

.notfound .notfound-404 h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #8400ff;
	letter-spacing: 13px;
	margin: 0;
}

.notfound a {
	display: inline-block;
	text-transform: uppercase;
	color: #ff005a;
	text-decoration: none;
	border: 2px solid;
	border-radius: 25px;
	background: transparent;
	padding: 15px 60px;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	margin-top: 70px;
}

.notfound a:hover {
	color: #222222;
	/* color: #030005; */
	background-color: #ff005a;
	/* color: #8400ff; */
}

/* END 404 ERROR PAGE STYLE */
/* ====================== finish customized style ======================*/

.container {
	width: 1532px;
	max-width: 100%;
}

.clearfix {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.one-half {
	width: 47%;
	float: left;
}

.one-half:first-child {
	margin-right: 50px;

}

.one-half.v3 {
	padding-right: 15px;
}

.one-half.v4 {
	padding-left: 15px;
}

.one-three {
	width: 33.33%;
	float: left;
}

.one-four {
	width: 25%;
	float: left;
}

.one-five {
	width: 20%;
}

.divider43 {
	height: 43px;
}

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


/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 16px 1px #7f7f7f;
	overflow: hidden;
}

/* Top
-------------------------------------------------------------- */
/* .top.style2 {
    background-color: #1c4671;
    padding: 13px 0 13px;
    font-size: 14px;
} */
/* original styling */
.top {
	background-color: #1c4671;
	font-size: 12px;
	padding: 12px 0 13px;
}

.flat-infomation {
	float: left;
	line-height: 25px;
}

.flat-infomation li {
	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	position: relative;
	font-size: 12px;
	padding-left: 34px;
	line-height: 1;
	color: #fff;
}

.flat-infomation li a {
	color: #fff;
	font-size: 12px;
}

.flat-infomation li a:hover {
	color: #EE277A;
}

.flat-infomation li:before {
	content: "\f095";
	position: absolute;
	top: 0px;
	left: 18px;
	font-family: 'FontAwesome';
}

.flat-infomation li.email {
	margin-left: 18px;
	border-left: 1px solid #999;
}

.flat-infomation li.email:before {
	content: "\f0e0";
}

.flat-infomation li.time:before {
	content: "\f041";

}

/* Flat Social */
ul.flat-social {
	float: right;
}

ul.flat-social li {
	display: inline-block;
	margin-right: 14px;
	font-size: 14px;
}

.tp-bannertimer {
	display: none;
}

/* Top Style1
-------------------------------------------------------------- */
.top.style1 {
	background-color: #EE277A;
	padding: 13px 0 12px;
}

.top.style1 .flat-infomation li {
	border-color: #fff;
	border-left: 1px solid #fff;
}

.top.style1 .flat-infomation li,
.top.style1 .flat-infomation li a {
	color: #fff;
}

.top.style1 ul.flat-social li a {
	color: #fff;
}

.top.style1 .flat-infomation li a:hover,
.top.style1 ul.flat-social li a:hover {
	color: #252525;
}

.top.style1 .flat-infomation li.phone:before {
	top: 1px;
	left: 0;
}

.top.style1 .flat-infomation li.phone {
	border-left: none;
	padding-left: 20px;
}

/* Top Style1 V1 */
.top.style1.v1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Top Style2
-------------------------------------------------------------- */
.top.style2 {
	background-color: #1c4671;
	padding: 13px 0 13px;
	font-size: 14px;
}

.title-page {
	float: left;
	color: #fff;
}

.top.style2 ul.flat-social li {
	margin-right: 29px;
	margin-left: 0px;
}

.top.style2 ul.flat-social li a {
	color: #fff;
}

.top.style2 ul.flat-social li a:hover {
	color: #EE277A;
}

.top.style2~.header-top {
	padding-bottom: 30px;
}

/* Header Top
---------------------------------------------------------------*/
.header-top {
	background-color: #fff;
}

.iconbox.style2 {
	padding: 41px 0;
	border: none;
	text-align: left;
	margin-bottom: 0px;
}

.iconbox.style2:hover {
	box-shadow: none;
}

.iconbox.style2 .iconbox-icon {
	float: left;
	margin-right: 15px;
	font-size: 35px;
}

.iconbox.style2 .iconbox-content {
	overflow: hidden;
}

.iconbox.style2 .iconbox-content h4 {
	font-family: 'Quicksand', sans-serif;
}

.iconbox.style2 .iconbox-content p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.header-top .logo {
	margin-top: 35px;
}

.header-top .btn-contact {
	padding: 35px 0;
}

.header-top .btn-contact a {
	display: block;
	height: 50px;
	line-height: 47px;
	text-align: center;
	border: 2px solid #EE277A;
	border-radius: 25px;
	color: #252525;
	font-weight: 600;
}

.header-top .btn-contact a:hover {
	background-color: #EE277A;
	color: #fff;
}

/* Iconbox Style2 V2 */
.iconbox.style2.v2 .iconbox-icon i {
	color: #2E3192;
}

.iconbox.style2.v2 .iconbox-content h4 {
	font-weight: 600;
	color: #2E3192;
}

.iconbox.style2.v2 .iconbox-content p {
	color: #252525;
}

/* Header Top Style1
---------------------------------------------------------------*/
.header-top.style1 {
	background-color: #2E3192;
}

.header-top.style1 .iconbox.style2 .iconbox-content h4,
.header-top.style1 .btn-contact a {
	color: #fff;
}

.header-top.style1 .btn-contact a {
	border-color: #fff;
}

.header-top.style1 .iconbox.style2 .iconbox-content p {
	color: #e0e0e0;
}

.header-top.style1 .iconbox.style2 .iconbox-icon {
	color: #EE277A;
}


/* Header 
---------------------------------------------------------------*/
.header {
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	background-color: #ffffff;
	width: 100%;
}

#header.fixed-header.style1 {
	background-color: #EE277A;
}

#header.fixed-header.style2.v1 {
	background-color: rgba(0, 0, 0, 0.8);
}

#header.fixed-header.header.style1.v1 .flat-header-wrap {
	top: 0;
}

.logo {
	margin-top: 21px;
	float: left;
}

/*top search*/
.flat-show-search {
	position: relative;
	float: right;
	max-width: 50px;
}

.show-search {
	float: right;
	margin-left: 38px;
	position: relative;
	/*margin: 27px 0 30px;*/
}

.show-search i {
	position: relative;
	display: block;
	width: 15px;
	text-align: center;
	line-height: 35px;
	width: 33px;
	height: 33px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
	margin: 28px 0;
	cursor: pointer;
}

.top-search {
	position: absolute;
	right: 0px;
	top: 22px;
	width: 250px;
	opacity: 0;
	visibility: hidden;
	z-index: 12;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-search #searchform-all {
	position: relative;
}

.top-search #searchform-all input[type='text'] {
	height: 46px;
	background-color: #fff;
	border-radius: 25px;
	margin-bottom: 0px;
}

.top-search #searchform-all #searchsubmit {
	margin-bottom: 0;
	height: 45px;
	font-size: 14px;
	color: rgba(21, 65, 110, 0.65);
	background-color: #fff;
}

.top-search #searchform-all #searchsubmit {
	/*padding: 3px;*/
	position: absolute;
	right: -20px;
	top: 6px;
	font-family: "FontAwesome";
	color: #fff;
	background: #EE277A;
	border: none;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-search #searchform-all #searchsubmit:hover {
	background-color: #555555;
}

.top-search.show {
	visibility: visible;
	opacity: 1;
	right: 19px;
}


.show-search.active .fa-search::before {
	content: "\f00d";
}

/* Header Style1
---------------------------------------------------------------*/
.header.style1 {
	background-color: #EE277A;
}

.header.style1 .nav-wrap {
	float: left;
	width: 100%;
}

.header.style1 #mainnav .menu>li {
	display: block;
	float: left;
}

.header.style1 #mainnav .menu>li>a {
	line-height: 60px;
	color: #fff;
	padding: 0 26px;
}

.header.style1 #mainnav .menu>li>a:before {
	background-color: #fff;
}

.header.style1 #mainnav .menu>li:hover>.sub-menu {
	top: 60px;
}

.header.style1 .flat-show-search .show-search i {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #EE277A;
	background-color: #fff;
	border-radius: 50%;
	margin: 13px 0 12px;
}

.header.style1 .flat-show-search .top-search {
	top: 7px;
}

/* Header Style1 V1 */
.header.style1.v1 {
	background-color: transparent;
	height: 0;
}

.header.style1.v1 .flat-header-wrap {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	background-color: #EE277A;
	z-index: 99;
	width: 1170px;
}

.header.style1.v1 .flat-header-wrap .flat-show-search .show-search {
	margin-right: 15px;
}

.header.style1.v1 .flat-header-wrap .flat-show-search .show-search i {
	color: #2E3192;
}

.header.style1.v1 .flat-show-search .top-search.show {
	right: 34px;
}

/* Header Style2
---------------------------------------------------------------*/
.header.style2 #mainnav .menu>li>a {
	line-height: 90px;
	padding: 0 14px;
}

.header.style2 #mainnav .menu>li>a:before {
	background-color: #EE277A;
}

.header.style2 #mainnav .menu>li:hover>.sub-menu {
	top: 90px;
}

.header.style2 .flat-show-search .show-search i {
	width: 33px;
	height: 33px;
	text-align: center;
	border-radius: 50%;
	margin: 28px 0;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Header Style2 V1 */
.header.style2.v1 {
	background-color: transparent;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
}

.header.style2.v1 #mainnav .menu>li {
	margin: 0 17px;
}

.header.style2.v1 #mainnav .menu>li>a {
	color: #fff;
	padding: 0;
}

.header.style1 #mainnav .menu>li.active>a {
	color: #2E3192;
}

.header.style1 #mainnav .menu>li>a:hover {
	color: #2E3192;
}

.header.style2.v1 .flat-show-search .show-search i {
	background-color: #2E3192;
}

/* Main Menu
---------------------------------------------------------------*/
.header-wrap {
	width: 100%;
	padding: 0 15px;
}

.nav-wrap {
	float: right;
}

#mainnav .menu>li {
	display: inline-block;
	position: relative;
}

#mainnav .menu>li>a {
	line-height: 90px;
	display: block;
	padding: 0 15.5px;
	color: #000002;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

#mainnav .menu>li.active>a,
#mainnav .menu>li>a:hover {
	color: #EE277A;
}

#mainnav .menu>li:last-child a {
	padding-right: 0;
}

#mainnav .menu>li a i.fa {
	padding-left: 6px;
}

/* Sub-menu */
#mainnav .menu>li>.sub-menu {
	opacity: 0;
	position: absolute;
	width: 350px;
	padding-top: 5px;
	top: 120%;
	left: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav .menu>li:last-child .sub-menu {
	left: auto;
	right: 0;
}

#mainnav .menu>li:hover>.sub-menu {
	opacity: 1;
	top: 92px;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav .menu>li>.sub-menu>li {
	background-color: #fff;
}

#mainnav .menu>li>.sub-menu>li>a {
	display: block;
	width: auto;
	font-family: 'Quicksand', sans-serif;
	line-height: 41px;
	border-bottom: 1px solid #f4f4f4;
	color: #000;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	padding-left: 20px;
}

/* #mainnav .menu > li > .sub-menu > li > a:before {
	content: '\f0da';
	position: absolute;
	font-family: 'fontawesome';
	top: 0;
	left: -10px;
	color: #EE277A;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
} */

#mainnav .menu>li>.sub-menu>li.active>a:before,
#mainnav .menu>li>.sub-menu>li>a:hover:before {
	left: 0px;
	opacity: 1;
}

#mainnav .menu>li>.sub-menu>li.active>a,
#mainnav .menu>li>.sub-menu>li>a:hover {
	color: #fff;
	background: #EE277A;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* hover underline */
/* #mainnav .menu > li > .sub-menu > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: #EE277A;
	opacity: 0;
	transition: opacity 300ms, transform 300ms;
  } */
/* Slide in */
#mainnav .menu>li>.sub-menu>li a {
	overflow: hidden;
}

#mainnav .menu>li>.sub-menu>li a::after {
	opacity: 1;
	transform: translate3d(-100%, 0, 0);
}

#mainnav .menu>li>.sub-menu>li a:hover::after,
#mainnav .menu>li>.sub-menu>li a:focus::after {
	transform: translate3d(0, 0, 0);
}

/* Page Title 
---------------------------------------------------------------*/

#page-title-img-1 {
	height: 600px;
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.455), rgba(0, 0, 0, 0.455), rgba(0, 0, 0, 0.438)), url('../images/parallax/contactez-Nous-BM-FIDUCIAIRE.jpg');
	background-size: cover;
}

#page-title-img-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.455), rgba(0, 0, 0, 0.455), rgba(0, 0, 0, 0.438)), url('../images/parallax/s3-543.jpg');
	height: 600px;
	position: relative;
	background-size: cover;
}

.page-title.style1 {
	background-image: url('../images/parallax/04.jpg');
}

.page-title .title-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.page-title .page-title-heading .h1-title {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 1px;
}

.page-title .breadcrumbs li {
	display: inline-block;
	line-height: 38px;
	color: #fff;
}

.page-title .breadcrumbs li a {
	color: #EE277A;
	letter-spacing: -0.2px;
}

.page-title .breadcrumbs li a i {
	padding: 0 3px 0 7px;
}

/* Main Content 
---------------------------------------------------------------*/
.main-content {
	padding: 100px 0 100px;
}

.main-content.style1 {
	padding: 76px 0 104px;
}

.main-content .post-wrap.style1 {
	padding-top: 21px;
}

.main-content .post-wrap.style2 {
	margin: 0px;
}

/* Blog Pagination 
---------------------------------------------------------------*/
.blog-single-pagination {
	text-align: center;
}

.flat-pagination li {
	display: inline-block;
}

.flat-pagination li a {
	background-color: #f7f7f7;
	padding: 0 15px;
	display: block;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	color: #222222;
}

.flat-pagination li a:hover,
.flat-pagination li a.active {
	background-color: #EE277A;
	color: #ffffff;
}

.flat-pagination li a i {
	padding-left: 3px;
}

/* Footer Top
---------------------------------------------------------------*/
.footer-top {
	background-color: #29282e;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 34px 0;
	position: relative;
	z-index: 9;
}

.footer-top #logo-ft {
	margin-bottom: 0;
}

/* Iconbox Style2 v1 */
.iconbox.style2.v1 {
	padding: 6px 0;
}

.iconbox.style2.v1 .iconbox-icon {
	color: #EE277A;
}

.iconbox.style2.v1 .iconbox-content h4,
.iconbox.style2.v1 .iconbox-content p {
	color: #868686;
}

/* Footer 
---------------------------------------------------------------*/
#footer {
	background-color: rgba(42, 88, 134, 0.961);
	padding: 97px 0 62px;
	color: #fff;
}

#footer.style1 {
	padding-top: 67px;
}

.widget-ft h3.title {
	color: whitesmoke;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
}

.widget-ft h3.title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 50px;
	background-color: #fff;
	border-radius: 1px;
}

.widget-ft.style1 h3.title:before {
	background-color: #fff;
}

/* Widget About */
#logo-ft {
	margin-bottom: 32px;
}

.widget-about ul.social {
	margin-top: 29px;
}

.widget-about ul.social li {
	display: inline-block;
	margin-right: 1px;
}

.widget-about ul.social li a {
	display: inline-block;

	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	background-color: #343339;
}

.widget-about ul.social li a:hover {
	color: #fff;
	background-color: #EE277A;
}

/* Widget Services */
.widget-services {
	margin-left: -1px;
}

.widget-services .one-half {
	width: 32%;
	float: left;
	margin-top: 2px;
}

.one-half.footer-half {
	width: 100%;
}

.widget-services .one-half li {
	position: relative;
}

.widget-services .one-half li a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget-services .one-half li a {
	color: #fff;
	line-height: 40px;
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-family: 'Quicksand', sans-serif;
}

.widget-services .one-half li a:hover {
	color: #EE277A;
}

/* Widget Lastest */
.widget-lastest {
	margin-left: -31px;
}

.widget-lastest h3.title {
	margin-bottom: 32px;
}

.widget-lastest ul {
	margin-top: 10px;
}

.widget-lastest ul li {
	margin-bottom: 16px;
	line-height: 26px;
	letter-spacing: 0.1px;
	padding-right: 10px;
}

.widget-lastest ul li a {
	font-family: 'Quicksand', sans-serif;
}

.widget-lastest ul li a:not(:hover) {
	color: #fff;
}

/* Widget-subscribe */
.widget-subscribe {
	margin-left: -2px;
}

.widget-ft.widget-subscribe h3.title {
	margin-bottom: 40px;
}

.widget-subscribe form label {
	color: #ffffff;
	margin-bottom: 9px;
}

#subscribe-email {
	width: 352px;
	border-radius: 0;
	background-color: #343339;
	color: #fff;
	border: 1px solid #2e363a;
}

#subscribe-email::placeholder {
	color: #fff;
}

#subscribe-email:focus {
	border-color: #EE277A;
}

.widget-subscribe form .button-subscribe:hover {
	background-color: #252525;
	border-color: #252525
}

.widget-subscribe button {
	letter-spacing: 0;
	border-radius: 25px;
	padding: 0 36px;
	height: 47px;
}

.notification_error {
	padding-top: 10px;
	color: #EE277A;
}

.notification_ok {
	text-align: center;
	color: #EE277A;
}

/* Footer Bottom
---------------------------------------------------------------*/
.footer-bottom {
	padding: 26px 0 30px;
	background-color: whitesmoke;

}

.footer-bottom .copyright {
	text-align: center;
	color: #2E3192;
	font-size: 16px;
}

.footer-bottom .copyright a {
	color: #EE277A;
	font-family: 'Quicksand', sans-serif;
}

.footer-bottom .copyright a:hover {
	color: white;
}

/* BLog
-------------------------------------------------------------- */

/* Main Post */
.post-wrap {
	margin-left: -14.5px;
	margin-right: -43px;
}

.post-wrap .one-half {
	padding: 0 14.5px;
}

.post-wrap .fullwidth {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

article.main-post {
	border-radius: 5px;
	overflow: hidden;
}

article.main-post {
	margin-bottom: 48px;
	position: relative;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 2px 2px 10px 0px rgba(18, 110, 175, 0.15);
}

article.main-post:hover {
	position: relative;
	bottom: 5px;
}

article.main-post .featured-post {
	overflow: hidden;
}

article.main-post .featured-post a img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article.main-post:hover .featured-post a img {
	transform: rotate(3deg) scale(1.1);
}

article.main-post .entry-content {
	padding: 30px 35px 45px 29px;
}

article.main-post .entry-content .date {
	line-height: 25px;
	padding: 0 14px;
	border-radius: 2px;
	background-color: #EE277A;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article.main-post:hover .entry-content .date {
	background-color: #252525;
}

article.main-post .entry-content h3 {
	margin: 21px 0 18px;
}

article.main-post .entry-content h3 a:not(:hover) {
	color: #000002;
}

article.main-post .entry-content p {
	line-height: 27px;
}

article.main-post.style1 {
	border-radius: 0px;
	margin-bottom: 60px;
}

article.main-post.style1:hover {
	box-shadow: none;
}

article.main-post.style1 .entry-title h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f2f2f2;
}

article.main-post.style1 .entry-title h3 a:not(:hover) {
	color: #252525;
}

article.main-post.style1 .entry-title ul {
	padding: 15px 0 22px;
}

article.main-post.style1 .entry-title ul li {
	display: inline-block;
	margin-right: 35px;
}

article.main-post.style1 .entry-title ul li i {
	color: #EE277A;
	padding-right: 7px;
}

article.main-post.style1 .entry-title ul li a {
	font-family: 'Quicksand', sans-serif;
}

article.main-post.style1 .entry-title ul li a:not(:hover) {
	color: #999999;
}

article.main-post.style1 .entry-content {
	padding: 0;
	margin-top: 16px;
	letter-spacing: 0.08px;
}

/* Comment Respond */
.comment-respond h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 31px;
}

.comment-respond form div.comment-form-name,
.comment-respond form div.comment-form-email {
	float: left;
	width: 50%;
	margin-bottom: 23px;
}

.comment-respond form div.comment-form-name {
	padding-right: 15px;
}

.comment-respond form div.comment-form-email {
	padding-left: 15px;
}

.comment-respond form div input,
.comment-respond form div textarea {
	background-color: transparent;
	border: none;
	height: 41px;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 0px;
	color: #979797;
	border-radius: 0px;
	margin-bottom: 0px;
}

.comment-respond form div input:focus,
.comment-respond form div textarea:focus {
	border: none;
	border-bottom: 1px solid #EE277A;
}

.comment-respond form div textarea {
	height: 88px;
}

.comment-respond form div.comment-form-submit {
	margin-top: 21px;
}

.comment-respond form div.comment-form-submit p {
	float: left;
	font-size: 13px;
	line-height: 46px;
}

.comment-respond form div.comment-form-submit button {
	float: right;
	height: 46px;
	line-height: 46px;
	border: none;
}

.comment-respond form div.comment-form-submit button:hover {
	background-color: #555555;
}

/* Comment Area */
.comment-area {
	margin-top: 71px;
}

.comment-area h3 {
	margin-bottom: 46px;
	font-size: 20px;
}

.comment-list {
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.comment-list li.comment article.comment-body {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
	padding: 32px 35px 23px 30px;
}

.comment-list li.comment article.comment-body .comment-image {
	float: left;
	margin-right: 30px;
}

.comment-list li.comment article.comment-body .comment-image img {
	border-radius: 50%;
}

.comment-list li.comment article.comment-body .comment-text {
	overflow: hidden;
	margin-top: -3px;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .name {
	font-weight: 500;
	color: #1e1e1e;
	line-height: 1;
	margin-bottom: 8px;
	font-family: 'Rubik', sans-serif;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .date {
	font-size: 13px;
	color: #999999;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .date span.reply {
	margin-left: 35px;
}

.comment-list li.comment article.comment-body .comment-text .comment-metadata .date span.reply a {
	color: #EE277A;
	font-family: "Lato";
}

.comment-list li.comment article.comment-body .comment-text .comment-content {
	margin-top: 12px;
}

.comment-list li.comment article.comment-body .comment-text .comment-content p {
	letter-spacing: 0.07px;
}

.comment-list li.comment .children li.comment article.comment-body {
	padding-left: 130px;
}

/* Blog Pagination */
.blog-pagination {
	text-align: center;
}

/* Side Bar Blog */
.sidebar.right {
	padding-left: 69px;
}

.sidebar .widget {
	margin-bottom: 48px;
	overflow: hidden;
}

.sidebar .widget.widget-search {
	margin-bottom: 66px;
}

/* Widget Title */
.widget .widget-title {
	font-size: 20px;
	margin-bottom: 22px;
	color: #0e0e0e;
	position: relative;
	font-weight: 500;
}

/* Widget Search */
.widget-search form .input-search {
	position: relative;
	padding-right: 30px;
}

.widget-search form .input-search input {
	height: 50px;
	background-color: transparent;
	border-radius: 25px;
	padding-right: 30px;
	margin-bottom: 0px;
	color: #999;
}

.widget-search form .input-search input::placeholder {
	color: #999;
}

.widget-search form .input-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	padding: 0;
	border: none;
	color: #fff;
	background-color: #EE277A;
}

.widget-search form .input-search button:hover {
	background-color: #444444;
	color: #fff;
}

/* Widget Categories */
.widget-categories ul li {
	padding: 13px 0 12px 30px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget-categories ul li:last-child {
	border-bottom: none;
}

.widget-categories ul li a:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #979797;
	border-radius: 50%;
	/* margin-top: -6.5px; */
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget-categories ul li a:hover,
.widget-categories ul li.active a {
	color: #EE277A;
}

.widget-categories ul li a:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #EE277A;
	border-radius: 50%;
	top: 50%;
	margin-top: -3px;
	left: 3px;
	opacity: 0;
}

.widget-categories ul li a:hover:before,
.widget-categories ul li.active a:before {
	border-color: #EE277A;
}

.widget-categories ul li a:hover:after,
.widget-categories ul li.active a:after {
	opacity: 1;
}

.widget-categories ul li a {
	letter-spacing: -0.6px;
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}

.widget-categories ul li a span {
	float: right;
}

.widget-post ul.post-list>li {
	border-bottom: 1px solid #f2f2f2;
	padding: 18px 0 10px;
	overflow: hidden;
}

.widget-post ul.post-list>li:last-child {
	border-bottom: none;
}

.widget-post ul.post-list li .post-image {
	float: left;
	margin-right: 17px;
}

.widget-post ul.post-list li .post-content h6 {
	line-height: 24px;
	font-weight: 500;
	letter-spacing: -0.1px;
	margin-bottom: 7.5px;
	margin-top: -3px;
}

.widget-post ul.post-list li .post-content h6 a:not(:hover) {
	color: #252525;
}

.widget-post ul.post-list li .post-content ul li {
	display: inline-block;
	color: #999999;
	font-size: 12px;

}

.widget-post ul.post-list li .post-content ul li span {
	padding: 0 7px;
}

/* Widget Tag */
.sidebar .widget.widget-tags .widget-title {
	margin-bottom: 25px;
}

.widget-tags .tag-cloud a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	margin-right: 28px;
	font-family: 'Quicksand', sans-serif;
}

.widget-tags .tag-cloud a:before {
	content: '/';
	position: absolute;
	right: -12px;
}

.widget-tags .tag-cloud a:last-child:before {
	content: '';
}

/* Main Single */
article.main-single {
	padding-bottom: 40px;
	margin-bottom: 71px;
	margin-right: -30px;
	border-bottom: 1px solid #f2f2f2;
}

article.main-single .entry-title ul {
	padding: 17px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 22px;
}

article.main-single .entry-title ul li {
	display: inline-block;
	margin-right: 35px;
}

article.main-single .entry-title ul li i {
	padding-right: 6px;
}

article.main-single .entry-title ul li a {
	font-family: 'Quicksand', sans-serif;
}

article.main-single .entry-title h3 {
	margin-bottom: 22px;
	text-transform: uppercase;
	color: #252525;
}

article.main-single .entry-content>p {
	color: #777777;
	line-height: 27px;
	margin-bottom: 23px;
	padding-right: 35px;
	letter-spacing: 0.07px;
}

article.main-single .entry-content h4 {
	margin-bottom: 14px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.15px;
	margin-top: 29px;
}

article.main-single .direction {
	float: right;
	margin-top: 8px;
	padding-right: 28px;
}

article.main-single .direction span,
article.main-single .direction ul,
article.main-single .direction ul li {
	display: inline-block;
}

article.main-single .direction span {
	font-style: italic;
	color: #252525;
	font-weight: 500;
	margin-right: 13px;
}

article.main-single .direction ul li {
	margin-left: 3px;
}

article.main-single .direction ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	background-color: #EE277A;
	border-radius: 50%;
	color: #fff;
	font-size: 16.5px;
	text-align: center;
}

article.main-single .direction ul li a:hover {
	background-color: #555555;
}

/* sidebar services */
.sidebar.left .widget {
	margin-bottom: 50px;
	overflow: hidden;
}

.sidebar .widget.widget_nav_menu ul li {
	cursor: pointer;
	display: block;
	padding: 12px 0 11px 25px;
	margin-bottom: 2px;
	color: #222222;
	font-weight: 700;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	background-color: #f1f1f1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 35px;
	letter-spacing: 0.4px;
}

.sidebar .widget.widget_nav_menu ul li.active,
.sidebar .widget.widget_nav_menu ul li:hover {
	background-color: #3a526a;
	color: #fff;
}

.sidebar .widget.widget_nav_menu ul li.active a,
.sidebar .widget.widget_nav_menu ul li:hover a {
	color: #fff;
}

.widget-brochure.services {
	padding: 28px 24px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure.services .brochure-box-title p {
	margin-right: -5px;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	background-image: li;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;

	z-index: 9;
}

.parallax1 {
	background-image: url(../images/parallax/01.jpg);
	background-repeat: no-repeat;
}

.parallax2 {
	background-image: url(../images/parallax/cabinet-expert-bm-fiduciaire.webp);
}

.parallax4 {
	background-image: url(../images/parallax/04.jpg);
}

.parallax3 {
	background-image: url(../images/parallax/ideal-consulting-declarations-fiscales.jpg);
}

.parallax5 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.539), rgba(0, 0, 0, 0.465), rgba(0, 0, 0, 0.597)), url(../images/parallax/s3-555.jpg);
	;
}

.parallax6 {
	background-image: url(../images/parallax/06.jpg);
}

.parallax7 {
	background-image: url(../images/parallax/07.jpg);
}

.parallax9 {
	background-image: url(../images/parallax/09.jpg);
}

.parallax3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent 30%, rgba(28, 70, 133, 0.452) 70%);
	z-index: -1;
}

.parallax4 .overlay {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(28, 70, 113, 0.9);
}

.parallax7 .overlay {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/parallax/08.png);

	z-index: -1;
}

.parallax7 .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -5;
	background-color: rgba(28, 70, 113, 0.9);
}

.overlay-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(28, 70, 133, 0.9) 40%, transparent 60%);
	z-index: 1;
}

/* padding section */
.pd-imagebox-s3 {
	padding: 100px 0;
}

.flat-imagebox.style2 {
	padding: 50px 0 50px;
}

.pd-portfolio-s1 {
	padding: 49px 0 74px;
}

.pd-portfolio-s2 {
	padding: 49px 0 72px;
}

.pd-portfolio-s3 {
	padding: 49px 0 70px;
}

.pd-services-post {
	padding: 60px 0 41px;
}

.pd-services-widget {
	padding: 50px 0 49px;
}

.pd-about-post {
	padding: 50px 0 113px;
}

.pd-aboutv3 {
	padding: 50px 0 49px;
}

.pd-about-team {
	padding: 59px 0 90px;
}

.pd-contact-v1 {
	padding: 100px 0 90px;
}

.pd-contact-v2 {
	padding: 40px 0 58px;
}

.pd-title-section {
	padding: 59px 0 0;
}

.dividers {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.blog-single-post {
	margin: 50px 0 39px;
}

.dividers-pagination {
	height: 40px;
}

.dividers.portfolio {
	height: 42px;
}

.dividers.dividers-imagebox {
	height: 79px;
}

.dividers.dividers-imagebox.v1 {
	height: 81px;
}

.dividers.dividers-bc-v1 {
	height: 24px;
}

.dividers.dividers-bc-v2 {
	height: 44px;
}

.dividers.dividers-bc-v3 {
	height: 20px;
}

.dividers.dividers-bc-v4 {
	height: 50px;
}

.dividers.dividers-about-post {
	height: 115px;
}

.dividers.dividers-about-team {
	height: 61px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #1d2738;
	z-index: 1000;
	position: absolute;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #2d374a;
	cursor: pointer;
}

#mainnav-mobi ul>li>a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #1d2738;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
	border-top: 1px solid #2d374a;
	background-color: #1d2738;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
	padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu>li>a {
	display: block;
	text-decoration: none;
	padding: 0 30px;
	border-top-color: rgba(255, 255, 255, .1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 38px 0px 38px 0px;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #EE277A;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 0px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106";
}

.btn-menu {
	display: none;
}

/* GoTop
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	background-color: #ce318d;
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.go-top:hover {
	background-color: #EE277A;
	padding-bottom: 50px;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
	position: fixed;
	right: -220px;
	top: 137px;
	width: 220px;
	background-color: #000;
	z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
	padding-right: 0;
	margin: 0;
}

.switcher-container h2 a {
	background-color: #000;
	display: block;
	position: absolute;
	left: -45px;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	outline: 0;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	left: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f105";
	font-family: "FontAwesome";
	color: #EE277A;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
	text-decoration: none;
}

.switcher-container h2 i {
	margin-top: 10px;
	font-size: 25px;
	color: #EE277A;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 22px;
	margin-bottom: 10px;
}

.switcher-container .selector-box {
	color: #fff;
	overflow: hidden;
}

.switcher-container .layout-switcher {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
	margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
	color: #fff;
	cursor: pointer;
}

.switcher-container .color-box {
	height: auto;
	overflow: hidden;
	margin-bottom: 6px;
}

.switcher-container .styleswitch {
	margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sw-even a {
	font-family: "Karla", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;
	width: 30px;
	height: 30px;
	background-color: #333;
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
	left: 8px;
	top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}


.sw-odd .ws-colors #color1 {
	background-color: #EE277A;
}

.sw-odd .ws-colors #color2 {
	background-color: #247fe1;
}

.sw-odd .ws-colors #color3 {
	background-color: #f87b27;
}

.sw-odd .ws-colors #color4 {
	background-color: #e33062;
}

.sw-odd .ws-colors #color5 {
	background-color: #29c2e1;
}

.sw-odd .ws-colors #color6 {
	background-color: #9b23ea;
}

.sw-odd #color2 {
	background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
	border-top: 21px solid transparent;
	border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
	left: 12px;
	top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/*switcher image*/
.sw-odd .sw-image {
	padding: 0 20px 15px 0;
}

.sw-odd .sw-image a {
	padding: 0;
	margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
	width: 100%;
	border: none;
	background: #6f9a37;
	position: relative;
	height: 35px;
	line-height: 37px;
	border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
	content: "\f07a";
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	left: 20%;
	top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
	background: #2e363a;
}

/* Preload

-------------------------------------------------------------- */
/* #loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.loader:before,
.loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
        animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: green;
}

.loader:after {
    -webkit-animation-delay: -.8s;
       animation-delay: -.8s;
} */

@-webkit-keyframes preloader-wave {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes preloader-wave {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}