@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

body {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

h1 {
	text-align: center;
	margin-top: 2rem;
}

header {
	background-image: url('../IMG/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 8%;
	position: relative;
	min-height: 600px;

}

header h1 {
	font-weight:900;
	text-align: left;
	font-size: 40px;
	line-height: 42px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6), 0px 0px 20px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

header p {
	margin-top: 15px;
	text-align: left;
	font-size: 21px;
	line-height: 26px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.9), 0px 0px 20px rgba(0,0,0,0.5), 0px 18px 23px rgba(0,0,0,0.5);
	font-weight: 700;
}

#comptepro .popover.left {
	margin-left: -45px;
	margin-top: -5px;
}

.mentions-bas {
	text-align: justify;
	font-size: 12px !important;
	color: #828282;
	padding:50px 50px 50px 50px;
}

#lead {
	margin: 10px 10px 50px 10px;
	text-align: center;
}

#pricing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#pricing .pricing_subtitle{
	font-size: 0.8em;
}

#pricing .plan {
	background-color: #fff;
	padding: 1.5rem 1rem 1rem 1rem;
	margin: 10px;
	border-radius: 25px;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
	min-width: 300px;
	max-width: 500px;
}

#pricing .plan h2 {
	font-size: 22px;
	margin-bottom: 12px;
}

#pricing .plan .price {
	/*margin-bottom: 1rem;
	*/
	font-size: 30px;
	line-height: 30px;
}

#pricing .plan .pricemini {
	margin-bottom: 1rem;
	font-size: 12px;
}

#pricing .plan ul.features {
	list-style-type: none;
	text-align: left;
	padding: 20px;
}

#pricing ul.features li {
	margin: 10px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	font-size: 14px;
}

#pricing ul.souscat {
	padding-left: 0px;
}

#pricing ul.souscat li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	border-bottom: 0;
	margin: 0;
	padding-bottom: 0;
	color: rgb(0, 116, 97);
}

#pricing ul.souscat li:first-child {
	margin-top: 10px;
}

#pricing .plan ul.features li .fas {
	margin-right: 4px;
}

#pricing .plan ul.features li .fa-check-circle, .fa-user-tie, .fa-credit-card, .fa-envelope {
	color: rgb(0, 116, 97);
}

#pricing .plan ul.features li .fa-times-circle, .fa-user-xmark, .fa-credit-card, .fa-envelope {
	color: rgb(0, 116, 97);
}

#pricing .plan ul.features li .ko {
	color: #f00001;
}

#pricing .plan ul.features li .oko {
	color: rgb(192, 192, 192);
}

#pricing .plan ul.features li .option {
	color: #797979;
}

#pricing .plan button {
	background-image: none;
	-moz-border-radius: 50px;
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42857;
	min-width: 150px;
	padding: 11px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space:normal;
	background-color: #67BA27;
	border: 2px solid #67BA27;
	border-radius: 50px;
	color: #fff;
}

#pricing .plan button:hover {
	background:#fff;
	color:#67BA27;
	border:2px solid #67BA27;
}

#lead button {
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.42857;
	min-width: 150px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space:normal;
	background:#fff;
	color:#67BA27;
	margin-top: 10px;
	border: 0;
	text-decoration: underline;
}

#lead button:hover {
	text-decoration:none;
	border: 0;
}

#pricing .plan.popular {
	border: 1px solid rgb(0, 116, 97);
	position: relative;
	/*transform: scale(1.08);
	*/
}

#pricing .plan.popular:hover {
	transform: scale(1.02);
}

#pricing .plan.nopopular {
	border: 1px solid rgba(227,227,227,1.00);
}

#pricing .plan.nopopular:hover {
	transform: scale(1.02);
}

#pricing #cartouche {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb(0, 116, 97);
	color: #fff;
	padding: 4px 15px;
	font-size: 18px;
	border-radius: 25px;
	width: 65%;
}

#pricing #cartouche1 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0, 116, 97);
    color: #fff;
    padding: 4px 15px;
    font-size: 18px;
    border-radius: 25px;
    width: 65%;
}

#pricing .plan:hover {
	box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.menu-bar_container {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.menu-bar {
	border-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: inline-flex;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	align-items: center;
	padding: 0;
}

.menu-bar_container ul {
	margin-top: 10px;
	margin-bottom: 0;
}

.menu-bar li {
	list-style: none;
	color: white;
	font-weight: bold;
	padding: 12px 16px;
	margin: 0 8px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
}

.menu-bar li::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	transition: 0.2s;
	border-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.menu-bar li:hover {
	color: black;
}

.menu-bar li:hover::before {
	background: #fff;
	transform: scale(1.2);
}

.menu-bar li.active {
	background: #fff;
	transform: scale(1.2);
	border-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color:rgb(0, 116, 97);
}

.menu-bar li.active:hover::before {
	transform: scale(1) !important;
}

.menu-bar a {
	text-decoration: none;
	color: #fff;
}

.menu-bar a:hover {
	text-decoration: none;
	color: black;
}

@media (max-width: 576px) {
	#pricing .plan {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.menu-bar li {
		padding: 8px 12px;
		font-size: 12px;
	}

	.menu-bar li::before {
		border-radius: 15px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.menu-bar li.active {
		border-radius: 15px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	#lead {
		margin: 10px 10px 0px 10px;
	}
}

@media (max-width: 992px) {
	header {
		min-height: 400px;
	}
}