/* CSS Document */
.arx_container_reponse option{
	color: #000000;
}
.cf7mls_back.action-button{
	color: #ffffff !important;
	background-color: #707070 !important;
}
div[data-class="wpcf7cf_group"] {
	transition: all 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) !important;
    opacity: 1;
    width: 100%;
    height: auto;
    visibility: visible;
}
.wpcf7cf-hidden {
    width: 0% !important;
    height: 0% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .5s ease-in-out !important;
}
.choix.refuser ul {
    list-style: none !important;
}

#charte_qualite {
    width: 15px !important;
    height: 15px !important;
}

.arx_container_question  {
	display:flex;
	justify-content: flex-end;
	padding-top:25px;
}

.arx_container_question  .avatar {
	background-image: url("../../images/hotesse-avatar.png");
	background-repeat: no-repeat;
	width:100px;
	height:100px;
}

.arx_container_question  .question {
	width:80% !important;
	background-color: #f8f8f8 !important;
	
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	padding:20px;
	margn-top:20px;
	margin-bottom:20px;
	clear:both !important;
	
}
.arx_container_reponse  {
	width:80% !important;
	background-color: #443b4f !important;
	
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	padding:20px;
	margn-top:20px;
	margin-bottom:20px;
	float:right;
	
}

.arx_container_reponse input, .arx_container_reponse select, .arx_container_reponse textarea, .arx_container_reponse textarea::placeholder{
	color:#fff !important;
	background-color: transparent !important;
	text-align: right !important;
}

.arx_container_reponse   input::placeholder{
	color:#fff !important;
}

.arx_container_reponse .column-full {
	float:none!important;
}


.mon_projet_habitat .cf7mls-btns button {
	background-color: #707070;
}

.mon_projet_habitat #responsive-form div {
	clear:both !important;
}

.mon_projet_habitat #responsive-form .wpcf7-list-item .wpcf7-list-item-label {
	color:#fff !important;
}

#container_choix p, #container_choix h1, #container_choix li{
	color: #ffffff;
}
#container_choix button {
    background: #23B49B !important;
    border-radius: 15px !important;
    font-family: 'AzoSansbold' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 20px 40px !important;
}

@media(max-width:769px){
	.arx_container_question .avatar{
		display: none !important;
	}
	.arx_container_question .question{
		width: 100% !important;
	}
	.arx_container_reponse{
		width: 100% !important;
	}
	.wpcf7-checkbox {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.wpcf7-checkbox .wpcf7-list-item {
		margin-bottom: 15px;
		flex: 1 0;
		text-align: center;
	}
}

