* {
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: #505658;
	margin: 0px;
	padding: 0px;
}

a,
a:hover,
a:focus {
	color: #505658;
	text-decoration: none;
}

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

body {
	font-family: 'Raleway', sans-serif;
	/* background-color: #FAF6F4; */
}

.container,
.container-fluid {
	margin: 0 auto;
	max-width: 1230px;
	width: 100%;
}

.bold-text {
	font-weight: 700;
}

.bolder-text {
	font-weight: 900;
}

.orange_text {
	color: #F57C20;
}

.blue_text {
	color: #73B5E6;
}

.purple_text {
	color: #583FAB;
}

.orange_smooth_text {
	background: linear-gradient(to right, #FFAB65, #F56920);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.orange_smooth_back {
	background: linear-gradient(to right, #FFAB65, #F56920);
}

.purple_smooth_back {
	background: linear-gradient(to right, #503FAB, #BA40A9);
}

.btn_style {
	align-items: center;
	border-radius: 8px;
	display: flex;
	font-weight: 600;
	justify-content: center;
	max-width: 200px;
	padding: 10px;
	width: 100%;
}

.btn_style a {
	color: #fff;
}

/* Header */
header {
	position: fixed;
	width: 100%;
	max-width: 1600px;
	padding: 12px 0px;
	z-index: 999 !important;
	margin: 0 auto;
	left: 0;
	right: 0;
}

header .navbar {
	justify-content: space-between;
	padding: 0;
}

.navbar-brand {
	background-color: #FEFCFB;
	border-radius: 8px;
	max-width: 170px;
	width: 100%;
}

.navbar-expand-lg .navbar-nav {
	justify-content: space-around;
	width: 100%;
}

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

.call_btn {
	align-items: center;
	color: #ffff;
	justify-content: space-around;
	min-width: 170px;
	width: 100%;
}

/* End Header */
/* Description */
#description {
	background: url(../images/bg.jpg);
	padding: 100px 0 25px;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
}

#description .container,
.description_content {
	height: 100%;
}

.description_content {
	display: flex;
	align-items: center;
}

.description_text {
	max-width: 480px;
}

.description_text p {
	max-width: 330px;
	margin: 25px 0 35px;
}

/* End Description */
/* Partenaire */
#partenaires {
	padding: 25px 0 0;
}

.partenaires_content {
	align-items: center;
	display: flex;
	height: 120px;
	justify-content: space-around;
	overflow-x: scroll;
	scrollbar-width: none;
	width: 100%;
}

.partenaires_img {
	margin: 0 35px;
}

.partner_menuiserie {
	max-width: 60px;
	min-width: 60px;
	width: 100%;
}

.partner_april {
	max-width: 164px;
	min-width: 164px;
	width: 100%;
}

.partner_edf {
	max-width: 116px;
	min-width: 116px;
	width: 100%;
}

.partner_maclou {
	max-width: 190px;
	min-width: 190px;
	width: 100%;
}

.partner_rothelec {
	max-width: 131px;
	min-width: 131px;
	width: 100%;
}

.partner_waterair {
	max-width: 121px;
	min-width: 121px;
	width: 100%;
}

/* End Partenaire */
/* Offre */
#offre {
	padding: 25px 0;
}

.offre_title {
	margin: 0 auto;
	max-width: 610px;
	width: 100%;
}

.offre_title h2 {
	margin-bottom: 10px;
}

.offre_content {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.offre_card {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	height: 340px;
	margin: 20px;
	max-width: 300px;
	padding: 60px 25px 0;
	position: relative;
}

.offre_card_img {
	position: absolute;
	right: 20px;
	top: 20px;
}

.offre_card h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.offre_card .bigger {
	font-size: 44px;
}

/* End Offre */
/* Campagnes */
#campagnes {
	padding: 25px 0 40px;
}

#campagnes .container {
	max-width: 1800px;
}

.campagne_title {
	margin: 0 auto;
}

.campagnes_content {
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: 670px;
	position: relative;
}

.campagnes_content::before {
	content: '';
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	height: 45%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	filter: blur(15px);
	z-index: 1;
}

[type=radio] {
	display: none;
}

.campagnes_content label {
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	cursor: pointer;
	height: 649px;
	left: 0;
	margin: 40px auto 0;
	position: absolute;
	right: 0;
	transition: transform 1s ease;
	width: 264px;
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
	bottom: 0;
	transform: translate3d(-220%, 0, 0);
	transition: ease-in-out 0.5s;
}

#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
	bottom: -45px;
	transform: translate3d(-110%, 0, 0);
	transition: ease-in-out 0.5s;
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
	transform: translate3d(0, 0, 0);
	transition: ease-in-out 0.5s;
	bottom: -90px;
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
	bottom: -45px;
	transform: translate3d(110%, 0, 0);
	transition: ease-in-out 0.5s;
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
	bottom: 0;
	transform: translate3d(220%, 0, 0);
	transition: ease-in-out 0.5s;
}

#slide1 {
	background: url(../images/lp1.jpg);
}

#slide2 {
	background: url(../images/lp2.jpg);
}

#slide3 {
	background: url(../images/lp3.jpg);
}

#slide4 {
	background: url(../images/lp6.jpg);
}

#slide5 {
	background: url(../images/lp5.jpg);
}

#slide1,
#slide2,
#slide3,
#slide4,
#slide5 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* End Campagnes */
/* Stats */
#stats {
	padding: 40px 0;
}

.stats_content {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.stats_card {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	display: flex;
	height: 110px;
	max-width: 270px;
	margin: 20px;
	min-width: 270px;
	padding: 15px 25px;
	width: 100%;
}

.stats_card_img {
	margin-right: 25px;
	min-width: 70px;
}

.stats_card_text h3 {
	font-size: 30px;
}

.stats_card_text p {
	font-weight: 600;
	line-height: 16px;
}

/* End Stats */
/* Commentaire */
#commentaire {
	padding: 50px 0;
}

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

.commentaire_profile {
	margin-right: 25px;
	max-width: 190px;
	width: 100%;
}

.commentaire_profile_img {
	align-items: center;
	background-color: #ffff;
	border-radius: 12px;
	display: flex;
	height: 130px;
	justify-content: center;
	width: 130px;
}

.commentaire_profile h3 {
	color: #fff;
	font-size: 20px;
	margin: 15px 0;
}

.commentaire_profile p {
	color: #C8B5F4;
}

.commentaire_description {
	max-width: 700px;
	width: 100%;
	position: relative;
}

.commentaire_text_img {
	left: -30px;
	position: absolute;
	top: -12px;
}

.commentaire_text p {
	color: #D2C0E3;
}

.first_part_commentaire {
	margin: 20px 0;
}

/* End Commentaire */
/* Appli */
.app_store:hover {
	cursor: not-allowed;
}

#appli {
	padding: 40px 0 25px;
}

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

.appli_img_store {
	margin-top: 30px;
}

.appli_text {
	margin-left: 60px;
	max-width: 570px;
	width: 100%;
}

.appli_text h2 {
	font-size: 28px;
	margin: 15px 0 25px;
}

.appli_text_list li {
	align-items: center;
	display: flex;
	margin: 30px 0;
	font-size: 20px;
}

.list_coche {
	height: 22px;
	border: #F56920 solid 1px;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	width: 22px;
}

.left_ash,
.right_ash {
	background-color: #F56920;
	border-radius: 50px;
	height: 2.5px;
	position: absolute;
}

.left_ash {
	right: 11px;
	top: 10px;
	transform: rotate(45deg);
	width: 6px;
}

.right_ash {
	right: 2px;
	top: 9px;
	transform: rotate(-45deg);
	width: 13px;
}

.appli_banner {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
	max-width: 850px;
	padding: 20px 25px;
	width: 100%;
}

.appli_banner_text {
	align-items: center;
	display: flex;
}

.appli_banner_text_img {
	margin-right: 25px;
}

.appli_banner_text_text {
	max-width: 360px;
	width: 100%;
}

.appli_banner_text_text h3 {
	font-size: 20px;
}


.appli_img_store_mobile {
	display: none;
}

/* End Appli */
/* Team */
#team {
	padding: 25px 0 60px;
}

.team_content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 25px auto 0;
}

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

.team_card {
	border-radius: 0 0 8px 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
	margin: 15px;
	max-width: 275px;
	padding-bottom: 28px;
	position: relative;
	width: 100%;
}

.team_card_text {
	margin: 15px 0 0;
}

.team_card_text h3 {
	font-size: 22px;
}

.team_linkedin {
	background: linear-gradient(to bottom right, #503FAB, #BA40A9);
	bottom: -18px;
	left: 0;
	margin: 0 auto;
	max-width: 55px;
	position: absolute;
	right: 0;
	width: 100%;
}

.team_linkedin a {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
}

/* End Team */
/* Contact */
#contact {
	padding: 25px 0;
}

.contact_content {
	align-items: flex-start;
	border-radius: 8px 0 0 8px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	min-height: 400px;
	position: relative;
	width: 100%;
}

.contact_text {
	border-radius: 8px 0 0 8px;
	max-width: 300px;
	padding: 25px 40px;
	min-height: 400px;
}

.contact_text,
.contact_text h2 {
	color: #fff;
}

.contact_text h2 {
	font-size: 26px;
}

.contact_list li {
	align-items: flex-start;
	display: flex;
	margin: 25px 0;
}

.right_arrow {
	height: 22px;
	margin-right: 5px;
	position: relative;
	width: 22px;
}

.top_ash,
.bottom_ash {
	background-color: #ffff;
	border-radius: 50px;
	height: 2px;
	position: absolute;
	width: 11px;
}

.top_ash {
	transform: rotate(35deg);
	top: 8px;
}

.bottom_ash {
	transform: rotate(-35deg);
	top: 14px;
}


.contact_content form {
	min-height: 400px;
	padding: 25px;
	width: 100%;
}

.contact_content form .form-group {
	margin-bottom: 10px;
}

.contact_content form input {
	color: #000;
	font-size: 20px;
	border: none;
	padding: 6px 0;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.form-control::placeholder {
	color: #d1d1d1;
	font-size: 16px;
	font-weight: 600;
}

.contact_content form input:focus {
	box-shadow: none;
	border-color: #ccc;
}

.contact_content form button {
	border: none;
	color: #fff;
	margin: 40px auto 0;
}

/* .contact_content form input[type="text"],
.contact_content form input[type="email"],
.contact_content form input[type="tel"],
.contact_content form .Company input,
.contact_content form .Objectif input {
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 50%;
}

.contact_content form input[type="text"] {
	background-image: url("../images/form/user_icon.png");

}

.contact_content form input[type="email"] {
	background-image: url("../images/form/email_icon.png");
}

.contact_content form input[type="tel"] {
	background-image: url("../images/form/phone.png");
}

.contact_content form .Company input {
	background-image: url("../images/form/Company.png");
	background-size: 40px 40px;
}

.contact_content form .Objectif input {
	background-image: url("../images/form/pen.png");
} */

#Form_Status {
	display: none;
	position: absolute;
	left: 0;
	margin-top: 10px;
	text-align: center !important;
	right: 0;
	margin: 0 auto;
	max-width: 445px;
	bottom: -25px;
}

/* End Contact */
/* Localisation */
#localisation {
	padding: 25px 0;
}

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

.localisation_item {
	align-items: center;
	display: flex;
	margin: 0 auto;
}

.localisation_item_img {
	margin: 10px;
}

.localisation_item_text h3 {
	font-size: 18px;
}

.localisation_item_text p {
	font-size: 14px;
}

/* End Localisation */
/* Footer */
footer {
	background: linear-gradient(to right, #503FAB, #BA40A9);
	color: whitesmoke;
	padding: 25px;
}

footer p {
	color: whitesmoke;
}

footer a {
	text-decoration: none;
	color: whitesmoke;
	transition: ease-in-out all 0.25s;
}

footer .logo {
	display: block !important;
	max-width: 200px;
	min-width: 200px;
}

footer a:hover {
	color: whitesmoke;
}

footer a:focus {
	color: whitesmoke;
}

footer p {
	margin: 15px;
}

footer .emeline p {
	line-height: 24px;
}

footer .rejoindre_club {
	width: fit-content;
	padding: 5px 25px 5px 5px;
}

/* End Footer */
/* Modales */
.modal {
	margin-top: 100px;
	font: 14px Arial, sans-serif !important;
	line-height: 20px;
	z-index: 9999 !important;
}

.modal-title,
.modal-header {
	width: 100%;
	background: linear-gradient(to right, #FFAB65, #F56920);
	font-size: 16px;
	color: white;
	text-align: center;
}

.modal-body {
	text-align: left;
	padding: 30px;
}

.modal-body p {
	margin-bottom: 15px;
}

.modal-dialog {
	max-width: 650px !important;
}

.btn-join {
	background-color: rgb(91, 187, 147);
	color: white;
	font-size: 35px;
	margin-top: 30px;
	font-weight: 700;
	border: 0px;
	padding: 10px 0px;
	width: 100%;
}

.btn-join:hover {
	background-color: rgb(75, 155, 122);
}

.btn_modal {
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	border-color: rgb(229, 229, 229) !important;
	background-color: white;
	font-size: 16px;
}

/* End Modales */