@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

body,
html {
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
	margin: 0;
	padding: 0;
}

.container-lg {
	height: 100%;
}

.banner {
	 background-image: url("../images/image-principale2.jpg");
	  height: 100%;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
}

.banner-desktop {
	display: flex;
	justify-content: flex-end;
    text-align: center;
}

.banner-mob {
	display: none;
}

.banner-text {
	max-width: 440px;
    display: flex;
    flex-direction: column;
}

.banner-desktop .banner-text {
	padding: 35px 50px;
}

.banner-text h2 {
  color: #233760;
    font-family: Raleway;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.banner-text p {
  	color: #233760;
	font-family: Raleway;
	font-size: 38px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 45px;
	margin-top: 0;
	text-align: center;
}

.desktop-jacadi-logo h1 {
    margin-top: 10px;
}

.desktop-jacadi-logo img {
	max-width: 80px;
}

.mob-jacadi-logo {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
	width: 20%;
    padding-right: 5%;
    max-width: 110px;
}

.mob-jacadi-logo img {
	width: 100%;
	max-width: 110px;
}

@media (max-width: 1600px) {
	.banner-text p {
		margin-bottom: 15px;
	}
}

@media (max-width: 1400px) {
	.banner-desktop .banner-text {
	    max-width: 280px;
	    padding: 40px;
	}

	.banner-text h2 {
    	font-size: 50px;
    	margin-bottom: 0px;
	}

	.banner-text p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1200px) {
	.banner-desktop .banner-text {
	    padding: 30px;
	}

	.banner-text h2 {
    	font-size: 50px;
    	margin-bottom: 0px;
	}

	.banner-text p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1024px) {
	.banner-desktop .banner-text {
	    padding: 20px 30px;
	}

	.banner-text h2 {
    	font-size: 40px;
    	margin-bottom: 0px;
	}

	.banner-text p {
		font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 5px;
	}
}

@media (max-width: 768px) {
	.banner-desktop {
		display: none;
	}

	.banner-desktop .banner-text {
	    display: none;
	}

	.banner-mob {
		display: block;
	}

	.banner-mob img {
		width: 100%;
	}

	.banner-mob .banner-text {
		max-width: 100%;
	}

	.banner-mob .banner-text h2 {
    	font-size: 25px;
    	font-weight: 300;
    	line-height: 40px;
	}

	.banner-mob .banner-text p {
		font-size: 14px;
		font-weight: 300;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.mob-jacadi-logo {
    	width: 100%;
    	padding-right: 0;
    	margin: 0 auto;
    	max-width: 60px;
    	text-align: center;
	}

	.mob-jacadi-logo img {
    	max-width: 60px;
	}

	.mob-jacadi-logo h1 {
    	margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.banner-mob .banner-text h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.banner-mob .banner-text p {
		font-size: 12px;
		line-height: 14px;
	}

	.mob-jacadi-logo img {
		max-width: 40px;
	}
}
	

