/* marie 10 style du siteo */
    .m_intro_contact {
    padding: 50px 60px;
    z-index: 2;
    /* font: 400 32px/1.4em "Styrene B Web",arial,sans-serif; */
    position: absolute;
    /* top: 75%; */
    bottom: -300px;
    left: 10%;
    background: #003eb1;
    color: #fff;
    text-align: left;
}

   input[type=submit]{
    cursor:pointer;
    border:none
}
input,textarea{
    background:transparent;
    border-color:#003eb1;
    border-style:solid;
    border-width:0 0 2px 0;
    color:#003eb1;
    font-family:'Styrene B Web';
    font-weight:500;
    padding-bottom:14px;
    width:100%;
    font-size:18px
}
@media screen and (max-width: 999px){
    input,textarea{
        font-size:18px
    }
}
input:focus,textarea:focus{
    outline:none
}
.input_wrapper{
    padding:5px 0 10px 0;  /* change marie 10 37px 0 10px 0; */
    position:relative
}
.input_wrapper input,.input_wrapper textarea{
    display:block
}
.input_wrapper label{
  /*  bottom:0px; remove marie 1010 */
    cursor:pointer;
    font-family:'Styrene A Web';
    font-size:13px; /* change marie 10 14px */
    /* font-weight:bold; */
    color:#003eb1;
    left:0;
    line-height:1.5;
    position:absolute;
    text-transform:uppercase;
    -webkit-transform:translateY(-25px);
    -ms-transform:translateY(-25px);
    transform:translateY(-25px);
    transition:-webkit-transform 0.1s linear;
    transition:transform 0.1s linear;
    transition:transform 0.1s linear, -webkit-transform 0.1s linear
}
.input_wrapper textarea:focus+label,.input_wrapper textarea:not([data-value=""])+label,.input_wrapper input:focus+label,.input_wrapper input:not([value=""])+label{
    font-size:10px;
    -webkit-transform:translateY(3px);
    -ms-transform:translateY(3px);
    transform:translateY(3px)
}
.input_wrapper.error input,.input_wrapper.error textarea{
    border-color:#d40000 !important;
    color:#d40000
}
.input_wrapper.error label{
    color:#d40000 !important
}
.input_wrapper .error_label{
    bottom:-3px;
    color:#d40000;
    display:none;
    font-family:'Styrene A Web';
    font-size:10px;
    font-weight:bold;
    right:0;
    line-height:1;
    position:absolute;
    text-transform:uppercase;
    transition:-webkit-transform 0.1s linear;
    transition:transform 0.1s linear;
    transition:transform 0.1s linear, -webkit-transform 0.1s linear
}
.input_wrapper.error_required .label_required{
    display:inline-block
}
.input_wrapper.error_email .label_email{
    bottom:-13px;
    display:inline-block;
    max-width:70%;
    text-align:right
}
.input_wrapper.error_minlength .label_minlength{
    display:inline-block
}
.small_input .label_required,.input_wrapper .label_minlength{
    bottom:-13px;
    max-width:50%;
    text-align:right
}
.m_form .checkbox_input_wrapper{
    margin:20px 0
}
.m_form .checkbox_input_wrapper .legend{
    margin-bottom:0
}
.m_form .checkbox_input_wrapper .fac{
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.m_form .checkbox_input_wrapper label{
    margin-left:20px
}
.m_form .checkbox_input_wrapper label:before{
    border:2px solid #000;
    color:#f3f0ec;
    content:'\00a0';
    display:inline-block;
    height:25px;
    width:25px;
    margin-right:10px;
    padding:4px
}
.m_form .checkbox_input_wrapper input:checked+label:before{
    background:#000;
    content:'\2714'
}
.m_form .file_input_wrapper{
    text-align:center
}
@media screen and (max-width: 768px){
    .m_form .file_input_wrapper{
        margin:40px 0
    }
    
    
    .m_intro_contact {
   
    bottom: -500px;
    
}
}
.m_form .file_input_wrapper input{
    display:none
}
.m_form .file_input_wrapper label{
    cursor:pointer;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    font-size:26px
}
@media screen and (max-width: 999px){
    .m_form .file_input_wrapper label{
        font-size:20px
    }
}
.m_form .file_input_wrapper label:before{
    font-size:200px;
    margin-bottom:20px
}
.m_form button[type=submit]{
    margin-top:15px
}
.m_form button[type=submit] .inner_button:after{
    font-size:20px;
    margin-left:40px
}

.form_required {
    font-size: 14px;
}
 
 


.m_form .f_price_box.visible {
    opacity: 1;
    display: block;
}
.m_form .f_price_box {
    border: 2px solid #e6e6e6;
    display: none;
    margin-left: -35px;
    margin-right: -35px;
    margin-top: 60px; 
    opacity: 0;
    position: relative;
    transition: .5s alpha;
}
.f_price_box {
    background-color: #f3f0ec;
}
.f_price_box .inner {
    padding: 0px 35px; /* change marie 10  60 35 */
}

.m_form .f_price_box .deco-top-arrow img {
    left: 50%;
    position: absolute;
    top: -12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
}

.m_form .units_wrp {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
   margin-bottom: -5px;
   /*  margin-top: 37px; */
} 
.units_wrp, .units_wrp button {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.units_wrp {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Styrene A Web';
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1;
   /* margin-bottom: 10px; */
}

.units_wrp .toggle_button {
     z-index: 0 !important; 
     font-size: 10px;
     color: #003eb1;
}

/* debut MUI */

.mui--appbar-height {
	height: 56px
}

.mui--appbar-min-height,
.mui-appbar {
	min-height: 56px
}

.mui--appbar-line-height {
	line-height: 56px
}

.mui--appbar-top {
	top: 56px
}

@media (orientation:landscape) and (max-height:480px) {
	.mui--appbar-height {
		height: 48px
	}
	.mui--appbar-min-height,
	.mui-appbar {
		min-height: 48px
	}
	.mui--appbar-line-height {
		line-height: 48px
	}
	.mui--appbar-top {
		top: 48px
	}
}

@media (min-width:480px) {
	.mui--appbar-height {
		height: 64px
	}
	.mui--appbar-min-height,
	.mui-appbar {
		min-height: 64px
	}
	.mui--appbar-line-height {
		line-height: 64px
	}
	.mui--appbar-top {
		top: 64px
	}
}

.mui-appbar {
	background-color: #003eb1;
	color: #FFF
}



.mui-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.mui-container:after,
.mui-container:before {
	content: " ";
	display: table
}

.mui-container:after {
	clear: both
}

@media (min-width:544px) {
	.mui-container {
		max-width: 570px
	}
}

@media (min-width:768px) {
	.mui-container {
		max-width: 740px
	}
}

@media (min-width:992px) {
	.mui-container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.mui-container {
		max-width: 1170px
	}
}

.mui-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.mui-container-fluid:after,
.mui-container-fluid:before {
	content: " ";
	display: table
}

.mui-container-fluid:after {
	clear: both
}

.mui-divider {
	display: block;
	height: 1px;
	background-color: rgba(0, 0, 0, .12)
}

.mui--divider-top {
	border-top: 1px solid rgba(0, 0, 0, .12)
}

.mui--divider-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mui--divider-left {
	border-left: 1px solid rgba(0, 0, 0, .12)
}

.mui--divider-right {
	border-right: 1px solid rgba(0, 0, 0, .12)
}

.mui-dropdown {
	display: inline-block;
	position: relative
}

[data-mui-toggle=dropdown] {
	-webkit-animation-duration: .1ms;
	animation-duration: .1ms;
	-webkit-animation-name: mui-node-inserted;
	animation-name: mui-node-inserted;
	outline: 0
}


@media (min-width:544px) {
	.mui-form--inline>.mui-textfield {
		display: inline-block;
		margin-bottom: 0
	}

	.mui-form--inline>.mui-select {
		display: inline-block
	}

}


.mui-select {
	display: block;
	padding-top: 15px;
	margin-bottom: 20px;
	position: relative
}

.mui-select:focus {
	outline: 0
}

.mui-select:focus>select {
	height: 33px;
	margin-bottom: -1px;
	border-color: #003eb1;
	border-width: 2px
}

.mui-select>select {
	-webkit-animation-duration: .1ms;
	animation-duration: .1ms;
	-webkit-animation-name: mui-node-inserted;
	animation-name: mui-node-inserted;
	display: block;
	height: 32px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	border: none;
	border-bottom: 2px solid #003eb1; /* rgba(0, 0, 0, .26); */
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNiIgd2lkdGg9IjEwIj48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6cmdiYSgwLDAsMCwuMjQpOyIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	/* color: rgba(0, 0, 0, .87); */
	font-family:'Styrene A Web'; /*add marie */
	color: #003eb1;
	text-transform: uppercase;
	font-size: 13px; /* 16 */
	font-weight:bold;
	padding: 0 25px 0 0
}

.mui-select>select::-ms-expand {
	display: none
}

.mui-select>select:focus {
	outline: 0;
	height: 33px;
	margin-bottom: -1px;
	border-color: #003eb1;
	border-width: 2px
}

.mui-select>select:disabled {
	color: rgba(0, 0, 0, .38);
	cursor: not-allowed;
	background-color: transparent;
	opacity: 1
}

.mui-select__menu {
	position: absolute;
	z-index: 1;
	min-width: 100%;
	overflow-y: auto;
	padding: 8px 0;
	background-color: #FFF;
	font-size:13px; /* change marie 10 16px */
    font-weight:bold;
    color:#003eb1;
	/* font-size: 14px; */
		font-family:'Styrene A Web'; /*add marie */
	text-transform: uppercase;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.mui-select__menu {
		border-left: 1px solid rgba(0, 0, 0, .12);
		border-top: 1px solid rgba(0, 0, 0, .12)
	}
}

.mui-select__menu>div {
	padding: 0 22px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	white-space: nowrap;
	     border-bottom: 1px solid #003eb1;
}

.mui-select__menu>div:hover {
	background-color: #003eb1; /* change marie 10 E0E0E0*/
     color: #fff;
     border-bottom: 1px solid #003eb1;
}

.mui-select__menu>div.mui--is-selected {
	background-color: #003eb1; /* change marie 10 EEE*/
     color: #fff;
     border-bottom: 1px solid #003eb1;
}



.mui-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}



.mui--z1,
.mui-dropdown__menu,
.mui-select__menu {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}


.mui--clearfix:after,
.mui--clearfix:before {
	content: " ";
	display: table
}

.mui--clearfix:after {
	clear: both
}



#mui-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999;
	background-color: rgba(0, 0, 0, .2);
	overflow: auto
}

