/*
**
*/

body{
	font-family: 'Montserrat', sans-serif;
}

.bg{
	background: url("../images/home/bg2.jpg") no-repeat;
	background-size: cover;
	padding: 270px 0px 435px;
	color: #fff;
	margin-top: -102px;
	width: 100%;
	height: 100%;
}

.bg > div >h1{
	font-size: 40px;
	color: #fff;
}

.bg > div > p{
	font-size: 25px;
	color: #fff;
}

.bg > div > a > .btn1{
	background-color: black;
	border: 2px solid transparent;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 20px;
	margin-top: 60px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn1:hover{
	background-image: initial !important;
	background-color: transparent !important;
	border: 2px solid black !important;
}

.bg > div > a > .btn2{
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 13px 20px;
	margin-top: 60px;
	text-transform: uppercase;
	margin-left: 20px;
	cursor: pointer;
}

.bg > div > a > .btn2:hover{
	background-color: #fff !important;
	color: black !important;
}

.bg2{
	background: url("../images/bg2.html") no-repeat;
	background-size: cover;
	padding: 220px 0px 240px;
	color: #fff;
}

.bg2 > div > p{
	padding-top: 20px;
	font-size: 17px;
}

h2{
	font-size: 40px;
	color: black;
	padding-top: 60px;
	padding-bottom: 40px;
}

.p-top{
	font-size: 20px;
    padding: 0px 60px;
    color: #717171;
}

.services h3{
	margin-top: 0px;
	color: #717171;
	text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

.services p{
	font-size: 20px;
	color: #717171;
	margin-bottom: 40px;
}

.offres{
	background-color: #ecf0f5;
	padding: 100px 0px;
	text-align: center;
}

.offres div h1{
	color: #000;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 40px;
}

.offres div p{
	color: #818283;
	font-size: 19px;
	margin-bottom: 80px;
}

.desc{
	background-color: #fff;
	margin-bottom: 60px;
	padding: 0px 20px;
	text-align: center;
}

.desc h3{
	text-transform: uppercase;
	margin: 0px;
	padding: 40px 0px 20px;
	font-weight: bold;
    font-size: 26px;
}

.desc p{
	margin-bottom: 10px !important;
}

.desc a button{
	background-color: black;
	border: 2px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	padding: 13px 20px;
    width: 55%;
    margin: 30px 0px 60px;
    text-transform: uppercase;
    cursor: pointer;
}

.desc a button:hover{
	background-image: initial;
	background-color: transparent;
	color: black;
	border: 2px solid black !important;
}

h1{
	text-transform: uppercase;
	color: #000;
	font-size: 33px;
}

p{
	color: #818283;
	font-size: 19px;
}

.btn-decouvrir button{
	background-image: linear-gradient(to right, #f8862d, #f57b27, #f37122, #f0651e, #ed591a);
	border: 2px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	padding: 13px;
    width: 65%;
    margin: 30px 0px 60px;
    cursor: pointer;
}

.btn-decouvrir button:hover{
	background-image: initial;
	background-color: transparent;
	color: black;
	border: 2px solid black !important;
}

.check i{
	color: #6dc180;
	font-size: 25px;
	margin-right: 15px;
}

.check span{
	color: #000;
    font-size: 25px;
    font-weight: 500;
}

.infos h3{
	text-transform: uppercase;
	font-size: 23px;
    margin-top: 25px;
}

.infos p{
	font-size: 17px;
}

.infos a i{
	color: #818283;
	border: 1px solid #818283;
	border-radius: 50px;
	padding: 5px 8px;
	margin: 20px 10px 0px;
}

.map{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(90%);
}

.form-control{
	font-family: Arial, FontAwesome;
    font-size: 17px;
    color: #343a40 !important;
    border-radius: 50px;
    border: 1px solid #343a40;
    padding: 25px 20px;
    margin-bottom: 20px;
}

.form-control:focus{
	border: 1px solid #343a40 !important;
	box-shadow: none !important;
}

.form-control::placeholder{
	color: #a5a5a5;
}

.form-control::-moz-placeholder{
	color: #a5a5a5;
}

textarea{
	width: 100%;
	border-radius: 25px;
    border: 1px solid #343a40;
    padding: 15px 20px;
}

textarea:focus{
	border: 1px solid #343a40 !important;
	box-shadow: none !important;
}

textarea::-moz-placeholder{
	font-family: Arial, FontAwesome;
	color: #a5a5a5;
	font-weight: bold;
}

.btn-envoyer{
	background-color: black;
	border: 2px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 23px;
	padding: 10px 40px;
	cursor: pointer;
}

.btn-envoyer:hover{
	background-image: initial;
	background-color: transparent;
	color: black;
	border: 2px solid black !important;
}

.blog{
	padding-top: 60px;
}

.blog h3{
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0px 20px;
}

.blog p{
	font-size: 16px;
	margin-bottom: 20px;
}

.blog i{
	font-size: 25px;
	color: #e84713;
}

.blog span{
	font-size: 16px;
	float: right;
	color: #818283;
}

.partenaires{
	background-color: #ecf0f5;
	padding: 60px 0px 70px;
}

.partenaires div div h1{
	margin-bottom: 20px;
	font-size: 33px;
}

.newsletter{
	padding: 60px 0px;
}

.newsletter-form{
	background-image: linear-gradient(to right, #f8862d, #f57b27, #f37122, #f0651e, #ed591a);
	border-radius: 25px;
	padding: 60px 80px 38px;
	margin-top: 40px;
}

.input-newsletter{
	font-family: Arial, FontAwesome;
    font-size: 17px;
    color: #fff !important;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    background-color: transparent;
}

.input-newsletter:focus{
    border: 1px solid #fff !important;
    background-color: transparent;
	box-shadow: none !important;
}

.input-newsletter::placeholder{
	color: #fff;
}

.input-newsletter::-moz-placeholder{
	color: #fff;
}
.btn-rejoindre{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #000;
	font-size: 23px;
	padding: 15px 40px;
	cursor: pointer;
}

.btn-rejoindre:hover{
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff !important;
}



/* Media Queries */

@media (max-width: 1370px){

	.input-newsletter{
		padding: 30px 20px !important;
	}

}

@media screen and (max-width: 960px) {

}

@media (max-width: 1024px){

	.bg{
		margin-top: -130px;
	}

	.p-top{
		font-size: 19px;
	}

	.desc{
		padding: 0px 18px;
	}

	.offres div p{
		font-size: 18px;
	}

	h1{
		font-size: 30px;
	}

	p{
		font-size: 18px;
	}
}

@media (max-width: 768px){

}

@media (max-width: 770px){

	.bg{
		padding: 200px 0px;
		margin-top: -5px;
	}

	.bg > div >h1 {
	    font-size: 33px;
	}

	.bg > div > p{
		font-size: 20px;
	}

	.bg > div > a > .btn1{
		font-size: 15px;
	    padding: 12px 20px;
	    margin-top: 40px;
	}

	.bg > div > a > .btn2{
		font-size: 15px;
	    padding: 10px 20px;
	    margin-top: 20px;
	    margin-left: 0px;
	}

	.p-top{
		padding: 0px 15px;
		font-size: 19px;
	}

	.services{
		padding-left: 25px;
	}

	.services h3{
		font-size: 20px;
	}

	.services p{
		font-size: 16px;
	}

	.offres{
		padding: 80px 0px 40px;
	}

	.offres div h1{
		font-size: 24px;
		line-height: 34px;
	}

	.offres div p{
		font-size: 19px;
	}

	.desc{
		padding: 0px 20px;
	}

	.desc a button{
		width: 65%;
	}

	h1{
		font-size: 24px;
	}

	h2{
		font-size: 30px;
	}

	.btn-decouvrir button{
		width: 60%;
	}

	.check span{
		font-size: 22px;
	}

	.infos p{
		margin-bottom: 0px;
	}

	#contact div div h1{
		font-size: 20px !important;
	}

	.form-control{
		padding: 17px 20px;
	}

	.newsletter-form{
		padding: 50px 0px 30px;
	}

	.input-newsletter{
		padding: 17px 20px;
	}

	.btn-rejoindre{
		padding:8px 40px; 
	}

}

@media (max-width: 840px){
	
}

@media (max-width: 480px){
}