/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About
    04. Features
    05. Remember
    06. Creative
    07. Price
    08. Testimonals
    09. Links
    10. Footer
	11. Loading
	12. Media Query
    
*/

body {
	font-family: 'Lato', sans-serif;
	height: 3000px;
	background-color: #F6F8FE;
	overflow-x: hidden;

}
@font-face {
	font-family: 'MobiriseIcons';
	src:  url('../fonts/Mobirise.eot?5dqoim');
	src:  url('../fonts/Mobirise.eot?5dqoim#iefix') format('embedded-opentype'),
	  url('../fonts/Mobirise.ttf?5dqoim') format('truetype'),
	  url('../fonts/Mobirise.woff?5dqoim') format('woff'),
	  url('../fonts/Mobirise.svg?5dqoim#MobiriseIcons') format('svg');
	font-weight: normal;
	font-style: normal;
  }

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
/*--- btn default --*/
.btn-brand {
	background: #6badf8;
	border-radius: 35px;
	padding: 10px 40px;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	transition: all .3s ease-in-out;
}

.btn-brand:hover {
	color: #6badf8;
	background-color: transparent;
	border-color: #6badf8;
}

.btn-brand.focus,
.btn-brand:focus {
	color: #fff;
	background-color: #6badf8;
	border-color: #6badf8;
	box-shadow: none;
}


/*----------------- Headers ---------------------------------*/
.header-classic {
	transition: all .3s ease-in-out;
	/* background: #fbfafa; */
	background: rgb(3,167,128);
	background: linear-gradient(217deg, rgba(3,167,128,1) 18%, rgba(16,189,146,1) 59%, rgba(22,199,154,1) 100%);
	/* background: none */
}

.header-classic1 {
	transition: all .3s ease-in-out;
	background: #9359ff;
	
}

.navbar-classic .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	font-weight: 500;
	/* color: #5a5e74; */
	color: #fff;
	padding: 12px 20px;
	line-height: 20px;
	transition: ALL .4S ease-in-out;
	/* background: none */
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #9d9ea3;
}

.navbar-classic.navbar {
	padding: 18px 0px;
}

.navbar-classic .dropdown-toggle::after {
	margin-top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #7b7f94;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #b6b7b8;
	border-radius: 0px;
}

a.navbar-brand {
	display: inline-block;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	color: #6e6e78;
	font-size: 24px;
	padding: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 12px;
	margin: 18px 0px;
	font-size: 1rem;
	color: #9495a5;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 15px 15px;
	clear: both;
	font-weight: 500;
	color: #6e6e78;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 16px;
	line-height: 15px;
	transition: all .3s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
	text-decoration: none;
	background-color: #ffff;
	border-radius: 4px;
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
	color: #5a5e74;
}

@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in
	}

	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}

	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}

.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}

.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}

.mega-dropdown {
	position: unset;
}

.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
}

.mega-dropdown-menu ul {
	list-style: none;
}

.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}

.nav-dropitem-arrow i {
	position: absolute;
	/* top: -1px;
	*/
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #6badf8;
	text-decoration: none;
	background-color: #ffff;
	border-radius: 4px;
}

.dropdown-item:hover .nav-dropitem-arrow {
	color: #6badf8;
	opacity: 1;
	margin-right: 5px;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
	padding: 17px 15px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #5a5e74;
	border-radius: .25rem;
	position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #bababb;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #dbdbdb;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #c5c5c5;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #848694;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler:focus {
	outline: 0px;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #848694;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #848694;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #848694;
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #848694;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
	border: 1px solid #8e91a3;
}


/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
	height: 70vh;
	/* background: #803232; */
	background: rgb(3,167,128);
	background: linear-gradient(217deg, rgba(3,167,128,1) 18%, rgba(16,189,146,1) 59%, rgba(22,199,154,1) 100%);
}

.slider1 {
	background-image: url('../../img/group-449.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	/* background-color: #F2F3FC; */
	/* height: 38%; */
	padding-top: 35%;
	padding-bottom: 15%;
	height: 50vh;
}

.slider .text h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
}

/* .slider .text .color-1 {
	color: #558ee9 !important;
}

.slider .text .color-2 {
	color: #f8a13e !important;
} */

.slider .text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #fff;
	opacity: .85;
	margin-bottom: 0;
}

.slider1 .text p {
  font-family: Lato;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #0b4870;

}

.slider .text .btn-green {
	border-radius: 5px;
	border: solid 1px #fff;
	background: #fff;
	color: #223954;
	text-decoration: none;
	padding: 12px 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	opacity: .9;
	transition: all .4s ease-in-out;
}

.slider1 .text .btn-demo {
	/* width: 304px; */
	padding: 20px;
	flex-grow: 0;
	border-radius: 40px;
	background-color: #def9f2;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	color: #0b4870;
	display: inline-block;
	margin-top: 10px;
	opacity: .9;
	transition: all .4s ease-in-out;
}

.slider .text .btn-green:hover {
	border: solid 1px #5a5e74;
	color: #5a5e74;
	background: transparent;
}

/* .image img {
	width: 120px;
} */

/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/
.about {
	padding: 120px 0;
}

.about .box {
	padding: 40px 30px;
		height: 330px;
		flex-grow: 0;
		padding: 30px 55px 30px 30px;
		border-radius: 20px;
		box-shadow: 0 0 10px 0 rgba(16, 18, 18, 0.1);
		background-color: #ffffff;
}

.about .box img {
	display: inline-block;
	width: 50px;
	margin-bottom: 15px;
}

.about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	margin-top: 15px;
	color: #4f5261;
}

.about p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
	margin-top: 15px;
}

.ic-style {
	width: 5%;
}


/*--------------------------------------------------
[4. Start Features]
--------------------------------------------------*/
.features {
	padding: 120px 0 90px 0;
	background: #fbfafa;
}

.features .heading {
	margin-bottom: 50px;
}

.features .heading h2 {
	font-size: 30px;
	font-weight: 600;
	color: #5a5e74;
	margin: 0;
	margin-bottom: 10px;
}

.features .heading p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
}

.features .box {
	background: #ffffff;
	border: 1px solid #f1f2f3;
	padding: 40px;
	margin-bottom: 30px;
	transition: all .4s ease-in-out;
}

.features .box:hover {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}

.features .box span {
	font-size: 40px;
	color: #9a999c;
	display: inline-block;
}

.features .box h3 {
	font-size: 18px;
	color: #797c8f;
	margin: 0;
	margin-top: 15px;
}

.features .image {
	margin-bottom: 40px;
}

/*--------------------------------------------------
[5. Start Remember]
--------------------------------------------------*/
.remember {
	padding: 120px 0;
}

.remember .text h2 {
	font-size: 30px;
	font-weight: 600;
	color: #5a5e74;
	margin: 0;
	margin-bottom: 20px;
}

.remember .text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
}

/*--------------------------------------------------
[6. Start Creative]
--------------------------------------------------*/
.creative {
	padding: 120px 0;
	background: #f8f9f9;
}

.creative .text h2 {
	font-size: 30px;
	font-weight: 600;
	color: #5a5e74;
	margin: 0;
	margin-bottom: 20px;
}

.creative .text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
}

/*--------------------------------------------------
[7. Start Price]
--------------------------------------------------*/
.Beasiness-light {

	flex-grow: 0;
	margin: 0 38px 15px;
	font-family: Lato;
	font-size: 28px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	color: #66b8ec;
  }

  .PMESTARTUP {
	flex-grow: 0;
	margin: 15px 38px;
	font-family: Lato;
	font-size: 21px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: center;
	color: #052068;
  }

  .prix {
		flex-grow: 0;
		margin: 15px 0;
		font-family: Lato;
		font-size: 28px;
		font-weight: 800;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: normal;
		text-align: center;
		color: #0b4870;
  }

.bouton {
  width: 260px;
  border-radius: 40px;
  background-color: #23c49e;

  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #ffffff;
}
.price {
	padding: 120px 0;
	background-color: #F2F3FC;

}

.price .heading {
	margin-bottom: 50px;
}

.price .heading h2 {
	font-size: 30px;
	font-weight: 600;
	color: #5a5e74;
	margin: 0;
	margin-bottom: 10px;
}

.price .heading p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
}

.price .box {
	/* background: #ffffff;
	box-shadow: 1px 9px 20px 0px rgba(0, 0, 0, 0.1); */
	/* width: 540px; */
  /* height: 579px; */
  flex-grow: 0;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(16, 18, 18, 0.1);
  background-color: #ffffff;
}

.price .box span {
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	margin: 0;
	color: #8b8fa1;
}

.price .box .head h3 {
	font-size: 60px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color: #5a5e74;
	margin-bottom: 5px;
}

.price .box .head h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color: #a4a8b8;
}

.price .box .head {
	border-bottom: 1px solid #eeeeee;
	padding: 25px 0;
}

.price .box ul {
	margin: 0;
	padding: 0;
	padding: 30px 0;
}

.price .box ul li {
	list-style: none;
	padding: 10px 0;
	flex-grow: 0;
	/* margin: 0 0 20px; */
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.94;
	text-align: left;
	color: #0b4870;
}

.price .box .footer a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

.price .box .color-1 {
	background: #6badf8 !important;
}

.price .box .color-2 {
	background: #f3575e !important;
}

.price .box .color-3 {
	background: #eeb54c !important;
}

/*--------------------------------------------------
[8. Start Testimonals]
--------------------------------------------------*/
.testimonials {
	padding: 90px 0;
	background: #f8f9f9;
}

.testimonials .box {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	padding: 40px;
	margin: 20px;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
}

.testimonials .box .stars i {
	font-size: 13px;
	color: #fcc651;
}

.testimonials .box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: #797c8f;
	opacity: .85;
	margin-bottom: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

.testimonials .box h2 {
	font-size: 18px;
	font-weight: 500;
	color: #5a5e74;
	margin: 0;
}

.testimonials .box span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
	color: #9295a5;
	opacity: .85;
	margin-bottom: 0;
}

/*--------------------------------------------------
[9. Start Links]
--------------------------------------------------*/
/* .links {
	padding: 20px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.links .nav a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #797c8f;
	display: inline-block;
	margin-right: 20px;
	text-decoration: none;
	transition: all .4s ease-in-out;
}

.links .nav a:hover {
	color: #168af0;
}

.links .social a {
	font-size: 16px;
	color: #797c8f;
	display: inline-block;
	margin-left: 15px;
	text-decoration: none;
	transition: all .4s ease-in-out;
}

.links .social a:hover {
	color: #168af0;
} */


/*--------------------------------------------------
[10. Start Footer]
--------------------------------------------------*/
.footer {
	background: #f8f9f9;
	padding: 20px;
}

.footer p {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #797c8f;
}


/*--------------------------------------------------
[11. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../img/loader/1.gif") center no-repeat #fff;
}


/*--------------------------------------------------
[12. Start Media Query]
--------------------------------------------------*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar-classic .navbar-nav .nav-item .nav-link {
		padding: 20px 0;
	}

	.btn-brand {
		margin-top: 20px;
	}

	.header-classic {
		border-bottom: 1px solid #e0e0e0 !important;
		padding: 5px;
	}

	.slider {
		text-align: center;
		height: 1000px;
		padding-top: 70px;
	}

	.slider .text {
		margin-bottom: 40px;
	}

	.about {
		padding-bottom: 90px;
	}

	.about .box {
		margin-bottom: 30px;
		height: auto;
	}

	.about .box p {
		margin-bottom: 30px;
	}

	.remember {
		text-align: center;
	}

	.remember .text {
		margin-top: 40px;
	}

	.creative {
		text-align: center;
	}

	.creative .text {
		margin-bottom: 40px;
	}

	.price {
		padding-bottom: 90px;
	}

	.price .box {
		margin-bottom: 30px;
	}

	.box-contact img {
		display: none;
	}

	.contact-titre p{
		font-family: Lato;
		font-size: 28px;
		font-weight: 800;
		/* text-align: center; */
		color: #042040;
	  }

	.contact-content {
		padding: 20px;
	}

	.contact-content .intouch {
		float: none;
	}

	.contact-titre {
		height: 100px;
	}

	.bg {
		display: none;
	}

	.sscreen {
		display: flex;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.navbar-classic .navbar-nav .nav-item .nav-link {
		padding: 20px 0;
	}

	.btn-brand {
		margin-top: 20px;
	}

	.header-classic {
		border-bottom: 1px solid #e0e0e0 !important;
		padding: 5px;
	}

	.slider {
		text-align: center;
		height: 1000px;
		padding-top: 70px;
	}

	.slider .text {
		margin-bottom: 40px;
	}

	.about {
		padding-bottom: 90px;
	}

	.about .box {
		margin-bottom: 30px;
	}

	.remember {
		text-align: center;
	}

	.remember .text {
		margin-top: 40px;
	}

	.creative {
		text-align: center;
	}

	.creative .text {
		margin-bottom: 40px;
	}

	.price {
		padding-bottom: 90px;
	}

	.price .box {
		margin-bottom: 30px;
	}

	.box-contact img {
		display: none;
	}

	.contact-titre p{
		font-family: Lato;
		font-size: 28px;
		font-weight: 800;
		/* text-align: center; */
		color: #042040;
	  }

	.contact-content {
		padding: 20px;
	}

	.contact-titre {
		height: 100px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.navbar-classic .navbar-nav .nav-item .nav-link {
		padding: 20px 0;
	}

	.btn-brand {
		margin-top: 20px;
	}

	.header-classic {
		border-bottom: 1px solid #e0e0e0 !important;
		padding: 5px;
	}

	.slider {
		text-align: center;
		height: 1000px;
		padding-top: 70px;
	}

	.slider .text {
		margin-bottom: 40px;
	}

	.remember {
		text-align: center;
	}

	.remember .text {
		margin-top: 40px;
	}

	.creative {
		text-align: center;
	}

	.creative .text {
		margin-bottom: 40px;
	}

	.contact-titre {
		height: 100px;
	}
}

/*--------------------------------------------------
[8. Start Clients]
--------------------------------------------------*/
.clients {
	padding: 60px 0;
	/* background-color: #fff; */
}
.clients1 {
	padding: 60px 0;
	/* background-color: #fff; */
}

.clients1 .titre {
  font-family: Lato;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  text-align: center;
  color: #0b4870;

}

.sop {
	font-weight: 800;
	color: #9359ff;

}

.clients1 .owl-carousel img {
	width: 100px;
	margin: 0 auto;
}
.clients .owl-carousel img {
	width: 100px;
	margin: 0 auto;
}
.clients2 {
	margin-top: 5%;
}

/*--------------------------------------------------
[8. Start Videos]
--------------------------------------------------*/
.videos {
	padding: 60px 0;
	background-color: #F2F3FC;
}
.titre {
	/* margin-bottom: 5%; */
	padding: 3%;
}
.video{
	height: 450px;
	border: none;
}


/*--------------------------------------------------
[8. Start Testimonials]
--------------------------------------------------*/
.testimonials {
	padding: 60px 0;
	background-color: #F2F3FC;
}
.titre {
	/* margin-bottom: 5%; */
	padding: 3%;
}

/*--------------------------------------------------
[8. Start Avantages]
--------------------------------------------------*/
.avantages {
	/* padding: 60px 0; */

	/* background-color: #F2F3FC; */
}
.avantages .titre {
	/* margin-bottom: 5%; */
	padding: 3%;
	font-family: Lato;
	font-size: 24px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.08;
	letter-spacing: normal;
	text-align: center;
	color: #042040;
}



.box-avantage {
	display: flex;
	height: auto;
	flex-grow: 0;
	padding: 20px;
	border-radius: 30px;
	background-color: #ffffff;
	justify-content: center;
}

.box-avantage ul li {
	list-style: none;
	padding: 10px 0;
	flex-grow: 0;
	/* margin: 0 0 20px; */
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.94;
	text-align: left;
	color: #0b4870;
}

.box-avantage p {
	flex-grow: 0;
	font-family: Lato;
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.62;
	letter-spacing: normal;
	/* text-align: left; */
	color: #8d51ff;
}

.list-avantages a {
	flex-grow: 0;
	margin: 20px;
	margin-bottom: 40px;
	font-family: Lato;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #0b4870;
	/* border: solid black 3px; */
}

.list-avantages li {
	flex-grow: 0;
	margin: 20px;
	margin-bottom: 40px;
	font-family: Lato;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #0b4870;
	/* border: solid black 3px; */
} 

.list-avantages .active {
  flex-grow: 0;
  margin: 20px;
  margin-bottom: 40px;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #8d51ff;
  /* border: solid; */
  border-left-width: 3px;
  border-left: solid #b086ff;
  padding-left: 10px;
}

.list-avantages a .active { 
	border: solid black 3px;
	/* border-left-width: solid 3px;
	border-left-color: #b086ff; */
  }


.bg {
	/* background-color:white; */
	background-image: url('../../img/bg.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -80%;  
	background-color: #F2F3FC;
	height: 50%;
}

.contact {
	background-color: #F2F3FC;
	height: 20%;
	
}

.contact-titre {
	height: 240px;
}

.contact-content {
	height: 250px;
	flex-grow: 0;
	border-radius: 10px;
	background-color: #0e538c;
	margin: 0 !important;
}

.contact-container {
	position: relative;
	align-content: center;
	/* margin-top: 5%; */
	/* background-color: #F2F3FC; */
  }

  .contact-image,
  .contact-contents {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  }
  .contact-image {
	z-index: 10;
  }

  .contact-titre p{
  font-family: Lato;
  font-size: 28px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: right;
  color: #042040;
  padding-top: 10%;
}

.contact-content p {
  flex-grow: 0;
  /* width: 50%; */
  /* float: right; */
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-top: 5%;
  margin-right: 5%;

}

.contact-content .intouch {
	float: right;
	padding: 2% 0;
}

.input-group {
  flex-grow: 0;
  border-radius: 40px;
  border: solid 2px rgba(221, 237, 233, 0.33);
  background-color: #ffffff;
  padding: 5px;
}

.mail .form-control {
	background: none;
	border: none;
}

.mail .input-group-text {
  width: 174px;
  height: 44px;
  flex-grow: 0;
  padding: 20px,0;
  background-color: #ccbbfe;
  border-radius: 60px;
}
.mail {
	padding: 0;
	margin-top: 20px;
}

.sscreen {
	display: none;
}

.mail-box {
	flex-grow: 0;
	border-radius: 10px;
	border: solid 2px rgba(116, 128, 143, 0.3);
	background-color: #ffffff;
	padding: 13px 7px 14px 19px;

}

#mail {
	border: none;
	font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.57;
  letter-spacing: normal;
  text-align: left;
  color: #74808f;

}

#ic-mail {
	border: none;
	background-color: transparent;
}

.tel-box {
	flex-grow: 0;
	border-radius: 10px;
	border: solid 2px rgba(116, 128, 143, 0.3);
	background-color: #ffffff;
	padding: 13px 7px 14px 19px;

}

#tel {
	border: none;
	font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.57;
  letter-spacing: normal;
  text-align: left;
  color: #74808f;

}

#ic-tel {
	border: none;
	background-color: transparent;
}


.box-contact {
	font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.63;
  letter-spacing: normal;
  text-align: left;
  color: #042040;
}


.btn-contact {
	height: 70px;
	flex-grow: 0;
	margin: 40px 0 0;
	/* padding: 11px 101px 11px 102px; */
	border-radius: 40px;
	background-color: #0b4870;
	font-family: Lato;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.53;
	letter-spacing: normal;
	color: #ffffff;
}

.text-contact {
	font-family: Lato;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	color: #042040;
}

.vector {
	margin-top: 10%;
}

.vector-text {
	font-family: Lato;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #042040;
	margin-top: 20%;
}

.box-vector img {
  flex-grow: 0;
  object-fit: contain;
  float: right;
}



/* .vertical-tab{
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li{ float: none; }
.vertical-tab .nav-tabs li a{
    color: #222;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
} */
/* .vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #f5f5f5;
    border: none;
} */



.tabs {
	/* position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%); */
	/* width:680px;
	height:360px; */
	/* padding:30px 20px;
	background:#f5f5f5;
	box-shadow:5px 5px 10px 5px #ccc;
	overflow:hidden; */
  }
  .tabs .tab-header {
	float:left;
	width:180px;
	height:100%;
	/* border-right:1px solid #ccc; */
	padding:50px 0px;
  }
  .tabs .tab-header > div {
	height:50px;
	line-height:50px;
	font-weight:300;
	cursor:pointer;
	padding-left:10px;
	font-family: Lato;
	font-size: 28px;
	 color: #0b4870;
	margin-bottom: 10%;

  }
  .tabs .tab-header > div:hover,
  .tabs .tab-header > div.active {
	font-family: Lato;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
	border-left-width: 3px;
	border-left: solid #b086ff;
	color: #8d51ff;

  }
  .tabs .tab-header div i {
	display:inline-block;
	margin-left:10px;
	margin-right:5px;
  }
  .tabs .tab-content {
	position:relative;
	height:120%;
	padding-bottom: 10%;
	overflow:hidden;
  }
  .tabs .tab-content > div > i {
	display:inline-block;
	width:50px;
	height:50px;
	background:#555;
	color:#f5f5f5;
	font-size:25px;
	font-weight:600;
	text-align:center;
	line-height:50px;
	border-radius:50%;
  }
  .tabs .tab-content > div {
	position:absolute;
	text-align:center;
	padding:40px 20px;
	top:-200%;
	/* transition:all 500ms ease-in-out; */
  }
  .tabs .tab-content > div.active {
	top:0px;
  }
  
  /* .tabs .tab-indicator {
	position:absolute;
	width:4px;
	height:50px;
	background:#00acee;
	left:198px;
	top:80px;
	transition:all 500ms ease-in-out;
  } */