
/*------------------------------------------------------------------------*/
.FormLibGroupe {
	display: flex;
	/*border-top: 2px solid #FF0000;*/
}
.FormInputGroupe {
	display: flex;
	/*border-top: 2px solid #FF0000;*/
}

.FormInputMargin {
	margin-left:30px;
}

.FormLib {
	
	background-color: #FFFFFF;
    color:#000000;
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
	letter-spacing: 2px;
    text-align:center;
}
.FormLibErr {
	
	color:#FF0000;
}
.FormLibObligatoire {
	
	background-color: #a01d2c;
    color:#fbf8f0;
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
	width:50px;
	letter-spacing: 2px;
    text-align:center;
}

.FormLine {
	border-top: 1px solid #000000;
	margin-top:20px;
	margin-bottom:20px;
}












/*------------------------------------------------------------------------*/


.mv_surtitre {
	/*border: 2px solid #FF0000;*/
	margin-top:70px;
	font-size:1.25em;
	text-align:left;
	letter-spacing: 0.05em;
	font-weight: 400;
	color:#000000;
	line-height:1.1em;
}

.mv_titre {
	/*border: 2px solid #FF0000;*/
	margin-top:20px;
	margin-bottom:120px;
	font-size:3.8em;
    text-align:left;
    letter-spacing: 0.15em;
    font-weight: 400;
    color:#000000;
    line-height:1em;
	background-repeat: no-repeat;
  	background-position: 0px 0px; 
	text-indent: -50000;
	height:75px;
}

.mv_texte_1 {
	font-size:1.10em;
    text-align:left;
    letter-spacing: 0.03em;
    font-weight: 400;
    color:#000000;
    line-height:1.8em;
}


.desktop_block {display: block;}
.desktop_flex {display: flex;}
.desktop_grid {display: grid;}
.mobile_block {display: none;}
.mobile_flex {display: none;}
.mobile_grid {display: none;}



.titre_1	{ background-image: url(images/titre_led_vision.png);}
.titre_11	{ background-image: url(images/titre_led_vision_sales.png);}
.titre_12	{ background-image: url(images/titre_led_vision_rental.png);}
.titre_2	{ background-image: url(images/titre_media_manager.png);}
.titre_3	{ background-image: url(images/titre_marimu_production.png);}
.titre_4	{ background-image: url(images/titre_company_profile.png);}
.titre_5	{ background-image: url(images/titre_contact.png);}
.titre_6	{ background-image: url(images/titre_privacy_policy.png);}


/*---------------------------- version mobile ------------------------*/
@media (max-width: 768px) {

.desktop_block {display: none;}
.desktop_flex {display: none;}
.desktop_grid {display: none;}
.mobile_block {display: block;}
.mobile_flex {display: flex;}
.mobile_grid {display: grid;}



.titre_1	{ background-image: url(images/titre_mobile_led_vision.png);}
.titre_11	{ background-image: url(images/titre_mobile_led_vision_sales.png);}
.titre_12	{ background-image: url(images/titre_mobile_led_vision_rental.png);}
.titre_2	{ background-image: url(images/titre_mobile_media_manager.png);}
.titre_3	{ background-image: url(images/titre_mobile_marimu_production.png);}
.titre_4	{ background-image: url(images/titre_mobile_company_profile.png);}
.titre_5	{ background-image: url(images/titre_mobile_contact.png);}
.titre_6	{ background-image: url(images/titre_mobile_privacy_policy.png);}

.mv_surtitre {
	margin-top:30px;
	font-size:1.2em;
	text-align:left;
	letter-spacing: 0.0em;
	font-weight: 400;
	color:#000000;
	line-height:1.1em;
}

.mv_titre {
	margin-top:20px;
	margin-bottom:40px;
	font-size:3.8em;
    text-align:left;
    letter-spacing: 0.15em;
    font-weight: 400;
    color:#000000;
    line-height:1em;
	background-repeat: no-repeat;
  	background-position: 0px 0px; 
	text-indent: -50000;
	height:80px;
}

.mv_texte_1 {
	font-size:1.10em;
    text-align:left;
    letter-spacing: 0.03em;
    font-weight: 400;
    color:#000000;
    line-height:1.8em;
}


/*-------------- 2-Media manager ------------------------*/
.mm_master {
	/*border: 2px solid #FF0000;*/
	display:block;
	justify-content:space-around;
	margin-bottom:50px;
}
.mm_box, .mm_live, .mm_interactive {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
.mm_detail_texte {
	width:100%;
	line-height:1.5em;
	font-size:0.8em;
}

/*------------------ 3 - Marimu Production ----------------------*/
.cols_space_around {
	display:block;
}
.marimu_cols_01{
	width:100%;
}
.marimu_cols_02{
	width:100%;
}
/*------------------ 5 - Formulaire ----------------------*/
.FormInputGroupe {
	display: block;
}
.FormInputMargin {
	margin-left:0px;
	margin-bottom:0px;
}
.FormInput_01 {
	width:100%;
	margin-bottom:15px;
}
.FormInput_02 {
	width:100%;
	margin-bottom:15px;
}


} /* @media (max-width: 768px) */
/*------------------------------------------------------------------*/
