@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'beatricelight';
    src: url('fonts/beatrice-light-webfont.woff2') format('woff2'),
         url('fonts/beatrice-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'beatriceregular';
    src: url('fonts/beatrice-regular-webfont.woff2') format('woff2'),
         url('fonts/beatrice-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'beatricesemibold';
    src: url('fonts/beatrice-semibold-webfont.woff2') format('woff2'),
         url('fonts/beatrice-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'beatricebold';
    src: url('fonts/beatrice-bold-webfont.woff2') format('woff2'),
         url('fonts/beatrice-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






body {
	background-image: url("images/img_fd.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #04006c;
	margin: 0;
}

#content {
	width: 1500px;
	height: auto;
	margin: auto;
	padding-top: 150px;
	position: relative;
}

.drapeau_fr a {
	display: block;
	width:32px;
	height: 22px;
	position: absolute;
	right: 238px;
	top: 51px;
	background-image: url("images/drapeau_fr.jpg");
}
.drapeau_fr a:hover {
	opacity: 0.8;
}

.drapeau_en a {
	display: block;
	width:32px;
	height: 22px;
	position: absolute;
	right: 198px;
	top: 51px;
		background-image: url("images/drapeau_en.jpg");
}
.drapeau_en a:hover {
	opacity: 0.8;
}

.drapeau_nl a {
	display: block;
	width:32px;
	height: 22px;
	position: absolute;
	right: 157px;
	top: 51px;
		background-image: url("images/drapeau_nl.jpg");
}
.drapeau_nl a:hover {
	opacity: 0.8;
}


.titre {
	color: #ffc200;
	font-family: 'beatricesemibold';
	font-size: 24px;
	margin-left: 137px;
	height: 60px;
	padding-top: 16px;
}

.blocs_gauche {
	width: 471px;
	height: 530px;
	margin-left: 137px;
	display: inline-block;
}

.bloc_jaune {
	display: block;
	width: 411px;
	background-color: #ffc200;
	font-family: 'beatricebold';
	color: #04006c;
	padding: 65px 30px;
    font-size: 13px;
	line-height: 1.8;
	text-align: justify;
}
.bloc_orange {
	display: block;
/*	height: 235px;*/
	background-color: #ff8a35;
	font-family: 'beatriceregular';
	color: #ffffff;
	font-size: 12px;
    padding: 30px 30px;
    line-height: 1.8;
	text-align: justify;
}

.blocs_droite {
	width: 724px;
	height: 530px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.prod1 {
	width: 440px;
	height: 390px;
	background-image: url("images/prod1.jpg");
	display: inline-block;
	position: relative;
}

.prod1 .titreprincipal {
	color: #ffffff;
	font-family: 'beatricesemibold';
	font-size: 14px;
    text-align: left;
    margin-left: 0;
    display: block;
    width: 170px;
	padding-left: 30px;
  	padding-top: 110px;
	line-height: 2.1;
}
.prod1 .titreprincipal span {
	font-size: 22px;
}

.descriptif_tit {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: 'beatricebold';
  display: block;
}
.descriptif_des {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: 'beatricelight';
  display: block;
  margin-top: 7px;
}

.bloc_descriptif {
	vertical-align: bottom;
	position: absolute;
	bottom: 30px;
	right: 50px;
}
body#fr .descriptif_1 {
	padding-right: 15px;
}
body#fr .descriptif_2 {
	right: 50px;
}
body#en .descriptif_1 {
	padding-right: 25px;
}
body#en .descriptif_2 {
	right: 65px;
}
body#nl .descriptif_1 {
	padding-right: 20px;
}
body#nl .descriptif_2 {
	right: 54px;
}

.prod2 {
	width: 278px;
	height: 390px;
	background-image: url("images/prod2.jpg");
	display: inline-block;
	vertical-align: top;
	position: relative;
}


.demande {
  color: #ffffff;
  text-align: right;
  line-height: 2.4;
  font-family: 'beatricelight';
  font-size: 14px;
  padding-top: 25px;
}

.demande a {
  color: #ffffff;
	text-decoration: underline;
}

.demande a:hover {
	text-decoration: none;
}



.footer {
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-family: 'beatricelight';
	height: 32px;
  margin-top: 30px;
  padding-top: 26px;
  margin-left: 137px;
  background-color: #015cfe;
}








@media (max-width: 1524px) {
	
body {
	background-image: url("images/img_fd_1250.jpg");
}
.titre {
	margin-left: 40px;
}
	
#content {
	width: 1250px;
	padding-top: 150px;
}	
	
.blocs_gauche {
  width: 420px;
  height: 560px;
  margin-left: 40px;
  display: inline-block;
}	
	
.blocs_droite {
  width: 724px;
  height: 530px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
	
.bloc_jaune {
	width: 360px;
	padding: 50px 30px;
}
.bloc_orange {
	height: auto;
}	

.drapeau_fr a {
	right: 131px;
}	
	
.drapeau_en a {
  right: 92px;
}	
	
.drapeau_nl a {
	right: 53px;
}	
	
.footer {
  margin-left: 39px;
}	

}





@media (max-width: 1280px) {

body {
	background-image: url("images/img_fd_730.jpg");
}

#content {
	width: 718px;
}
	
.titre {
    margin-left: 20px;
	margin-right: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
	text-align: center;
  }	
	
 .blocs_gauche {
    width: 625px;
	height: 430px;
  }
  .bloc_jaune {
    width: 565px;
  }	
	
.blocs_droite {
    width: 697px;
  }

	
.prod1 {
	width: 415px;
}	
.bloc_descriptif {
  padding-right: 0px;
}	
	
.footer {
    margin-left: 0px;
    font-size: 9px;
  }	
	
	
	
}
	


	
@media (max-width: 750px) {	
	body {
	background-image: url("images/img_fd_320.jpg");
		background-color: #04006c;
}
	
#content {
	width: 320px;
	height: 1790px;
}	
  .drapeau_fr a {
    right: 180px;
    top: 100px;
  }	
	
 .drapeau_en a {
    right: 142px;
    top: 100px;
  }	
 .drapeau_nl a {
    right: 105px;
    top: 100px;
  }	
.titre {
	height: 100px;
	font-size: 19px;
}	
.blocs_gauche {
    width: 320px;
	margin-left: 0;
  }
	
  .bloc_jaune {
    width: 260px;
  }	
	
  .blocs_droite {
    width: 320px;
	  margin-left: 0;
	  margin-top: 60px;
	  height: 790px;
  }	
	
  .prod1 {
    width: 320px;
	background-image: url("images/prod1_mob.jpg");
  }
	
.prod2 {
  width: 320px;
  height: 390px;
  background-image: url("images/prod2_mob.jpg");
  margin-top: 10px;
}	
.bloc_descriptif {
  right: 84px;
  bottom: 10px;
}
body#fr .descriptif_2 {
  right: 80px;
}
body#en .descriptif_2 {
  right: 90px;
}
body#nl .descriptif_2 {
  right: 80px;
}
.prod1 .titreprincipal {
  font-size: 11px;
  text-align: center;
  width: 289px;
  padding-left: 15px;
  padding-top: 0px;
  line-height: 1.4;
}	
.prod1 .titreprincipal span {
  font-size: 15px;
}	
	
.mob	{
		display: none;
	}
	
.demande {
	font-size: 10.5px;
	text-align: center;
}	
	
 .footer {
   margin-top: 142px;
    padding-left: 5px;
    padding-right: 5px;
    height: 45px;
    padding-top: 5px;
  }	
	
	
	
}




