
html {
	font-size:11pt;
}

body, .mceContentBody, .mceContentBody table {
	font-family:Montserrat, sans-serif; 
	font-weight:normal; 
	color : #000 ;
	font-size : 11pt ;
}
a { 
	color:#000;	
}
td, input, textarea {
	font-family:Montserrat, sans-serif; 
	font-size : 11pt ;
}
.mceContentBody p {
	margin: 0 0 5px 0 ;
}

.fontSize1 {
	font-size: 0.40rem;
}
.fontSize2 {
	font-size: 0.60rem;
}
.fontSize3 {
	font-size: 0.80rem;
}
.fontSize4 {
	font-size: 1rem;
}
.fontSize5 {
	font-size: 1.20rem;
}
.fontSize6 {
	font-size: 1.60rem;
	font-weight:400;
}
.fontSize7 {
	font-size: 2rem;
	font-weight:400;
}

.semiBold {
	font-weight:400;
}

.box-home {
	width:50%;
	float:left;
	display:inline-block;
	vertical-align:middle;

	
}
.box-home img.illustration {
	width:100%;
	height:auto;
	
}
.box-home-text {
	padding:40px 50px 0 50px;

} 

.pad-w-70 {
	padding:0 60px;
}

.orange { 
	color:#f49800;
}

.puce {
	background-image:url(../images/puce.png);
	background-repeat:no-repeat;
    padding-left: 18px;
    background-size: 12px;
    background-position: 0 4px;
}

