.form-intro{
    height: 65px;
    position: relative;
    background: #feae3c url('../images/form-contact-header.png') no-repeat right bottom;
    color: #fff;
    padding: 30px 20px;
    margin-bottom: 35px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.form-intro h3{
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
	font: 30px/32px 'AvenirLight', Arial;
}

.form-intro.catalog h3{
	width: 600px;
}

.form-intro p{
    padding-right: 175px;
}

.form-intro.newsletter{
    padding-top: 20px;
    background: #feae3c;
}

.form-intro.newsletter.sav{
    padding-top: 20px;
    background: #76a638;
    line-height: 18px;
    height: auto;
}

.form-intro p{
    font-size: 19px;
    font-family: 'Avenir', Arial;
}

.form-intro .image{
    position: absolute;
    width: 182px;
    height: 210px;
    background: transparent url('../images/form_catalogue.png') no-repeat 0 0;
    right: 35px;
    top: -50px;
}

.i18n-fr .form-intro .image,
.i18n-en .form-intro .image,
.i18n-be-fr .form-intro .image{
	background-image: url('../images/form_catalogue_fr.png');
    width: 182px;
    height: 182px;
    top: -35px;
}

.i18n-nl .form-intro .image,
.i18n-fr-be .form-intro .image{
	background-image: url('../images/form_catalogue.png');
    width: 182px;
    height: 210px;
    top: -65px;
}

.i18n-de .form-intro .image{
	background-image: url('../images/form_catalogue.png');
    width: 182px;
    height: 215px;
    top: -65px;
}

.i18n-it .form-intro .image{
	background-image: url('../images/form_catalogue.png');
    width: 182px;
    height: 215px;
    top: -65px;
}

.i18n-es .form-intro .image{
	background-image: url('../images/form_catalogue.png');
    width: 182px;
    height: 182px;
}

.i18n-pt-pt .form-intro .image{
	background-image: url('../images/form_catalogue.png');
    width: 182px;
    height: 182px;
}

.devis .form-intro .image{
    background: transparent url('../images/form-devis.png') no-repeat 0 0;
    width: 131px;
    height: 169px;
    top: -10px;
    right: 0;
}

.devis .form-intro{
    background: #96518b;
}
.devis fieldset.form-wrapper legend{
    color: #96518b;
}

fieldset.form-wrapper{
    margin-left: 55px;
    margin-right: 55px;
    padding-top: 20px;
    margin-top: 15px;

    display: block;
    clear: both;
}

#as-form-sav fieldset.form-wrapper{
	margin-bottom: 15px;
}

fieldset.form-wrapper legend{
    text-transform: uppercase;
    color: #76a638;
    font-size: 13px;
    font-family: 'AvenirBlack', Arial;
    background: url("../images/title-line.png") repeat-x scroll 0 -2px transparent;
    display: block;
    width: 100%;
}

#as-form-contact fieldset.form-wrapper legend{ color:#EA9901;}
fieldset.form-wrapper legend span{
    padding-right: 10px;
    background: #fff;
}

#as-proposing-form .form-item.form-item-infos-cgv,
#as-proposing-form .form-item.form-item-infos-cgv label,
#as-proposing-form .form-item.form-item-infos-cgv input{
    width: auto;
}

#as-proposing-add-form .form-item.form-item-infos-email{
    width: auto;
}
#as-proposing-add-form .form-item.form-item-infos-email input{
    width: 550px;
}

#as-proposing-add-form .form-item.form-item-infos-email .tip-error{
    right: -8px;
}

#as-proposing-form .form-item.form-item-infos-cgv,
.proposing-links{
    padding-left: 125px;
}

#as-proposing-form .form-item.form-item-infos-cgv .tip-error{
    right: -25px;
    top: -5px;
}

.proposing-links{
    clear: both;
}

.form-item{
    height: 35px;
    width: 350px;
    float: left;
    margin-right: 15px;
}

.form-item label{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    float: left;
    width: 125px;
}

.form-item input,
.form-item select,
.form-item textarea{
    float: left;
    width: 185px;
    margin-right: 15px;
    margin-top: -6px;

    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 6px 8px;

    color: #999;
    font-family: Arial;
    font-size: 12px;
}

.form-item.form-type-file{
	display: block;
	width: 100%;
	clear: both;
	height: auto;
	float: left;
}

.form-item.form-type-file label{
	display: block;
	height: 20px;
	width: 125px;
	min-width: 125px;
	overflow: hidden;
	float: left;
}

.form-item.form-type-file input{
	width: 505px;
}

.form-item select{
    width: 203px;
}
.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus{
    background: #fff;
    color: #333;
    border-color: #999;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.form-type-textarea{
    height: auto;
}

.form-item-plus-begin-hour select,
.form-item-plus-end-hour select{
    width: 70px;
    margin-right: 0;
}

.form-item-plus-begin-hour label{
    /*width: 160px;*/
    padding-right: 15px;
    width: 110px;
	line-height: 15px;
}
.form-item-plus-end-hour label{
    width: 50px;
}
.form-item-plus-begin-hour{
    width: 200px;
}

.form-item-plus-public,
.form-item-public{
    margin-left: 125px;
}
.form-item-plus-public input,
.form-item-public input{
    width: auto;
    margin-top: -1px;
    margin-right: 7px;
}
.form-item-plus-public label,
.form-item-public label{
    font-weight: normal;
    font-size: 11px;
	width: 400px;
}

/*#as-form-contact .form-submit,
#as-form-demande .form-submit,
#as-form-newsletter .form-submit,
#as-form-sav .form-submit,
#as-proposing-form .form-submit,
#as-proposing-add-form .form-submit{
    background: transparent url('../images/contact-confirm.png') no-repeat 0 0;
    border: 0;
    height: 50px;
    font-family: Arial;
    text-transform: uppercase;
    color: #fff;
    margin-left: 177px;
    padding-left: 40px;
    min-width: 125px;
    font-weight: bold;
    cursor: pointer;
    clear: both;
}*/

#as-form-contact .form-submit,
#as-form-demande .form-submit,
#as-form-newsletter .form-submit,
#as-form-sav .form-submit,
#as-proposing-form .form-submit,
#as-proposing-add-form .form-submit{
    cursor: pointer;
    clear: both;

	background: transparent url(../images/back_btn_confirmer_jaune.png) no-repeat left top;
	width: auto;
	padding: 17px 24px 10px 47px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url('http://www.abrisud.com/sites/default/themes/abritheme/css/PIE.htc');
	color: #FFFFFF;
	font: normal 13px/13px 'AvenirBlack',Arial;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	text-decoration: none;
	margin: auto;
	margin-top: 0;
    margin-left: 177px;
	text-shadow: 0 1px 1px #777777;
	float: none;
}

#as-form-demande .form-submit{
	background: transparent url(../images/back_btn_confirmer_vert.png) no-repeat left top;
}

#as-form-sav .form-submit{
	background: transparent url(../images/back_btn_confirmer_vert.png) no-repeat left top;
}

.ie8 #as-form-contact .form-submit,
.ie8 #as-form-demande .form-submit,
.ie8 #as-form-newsletter .form-submit,
.ie8 #as-form-sav .form-submit,
.ie8 #as-proposing-form .form-submit,
.ie8 #as-proposing-add-form .form-submit{
	position: relative;
}

form.catalogue #as-form-demande .form-submit {
	margin-left:320px;
}
*:first-child+html #as-form-sav .form-submit{
	margin-top: 20px;
}

#as-form-contact input:hover.form-submit,
#as-form-demande input:hover.form-submit,
#as-form-newsletter input:hover.form-submit,
#as-form-sav input:hover.form-submit,
#as-proposing-form input:hover.form-submit,
#as-proposing-add-form input:hover.form-submit{
	background-position: left bottom;
}

#as-form-demande.devis .form-submit{
    background: transparent url('../images/back_btn_confirmer_violet.png') no-repeat 0 0;
}

#as-form-contact,
#as-form-demande,
#as-form-newsletter,
#as-form-newsletter,
#as-proposing-add-form{
    padding-bottom: 40px;
}

#as-form-contact label.option{
    width: 300px;
}

#as-form-demande .form-type-radio strong{
    color: #FEAE3C;
}

#as-form-demande.devis .form-type-radio strong{
    color: #96518B;
}

#as-form-contact .bottom,
#as-form-demande .bottom,
#as-form-newsletter .bottom,
#as-form-sav .bottom,
#as-proposing-form .bottom,
#as-proposing-add-form .bottom{
    margin-left: 175px;
    margin-top: 25px;
    font-size: 11px;
    color: #000;
    line-height: 18px;
    padding-right: 30px;
    padding-bottom: 20px;
}
#as-form-contact .bottom,
#as-form-sav .bottom, 
#as-form-newsletter .bottom  {
    margin-left: 55px;
}

#as-form-contact .form-item,
#as-form-contact .form-actions,
#as-form-demande .form-item,
#as-form-demande .form-actions,
#as-form-newsletter .form-item,
#as-form-newsletter .form-actions,
#as-form-sav .form-item,
#as-form-sav .form-actions,
#as-proposing-form .form-item,
#as-proposing-form .form-actions,
#as-proposing-add-form .form-item,
#as-proposing-add-form .form-actions{
    margin-bottom: 1em;
    margin-top: 1em;
}

#as-form-contact .form-item {
    margin-bottom: 0;
    margin-top:0;
}

.tip-error{
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent url('../images/error.png') no-repeat center center;
    right: 0;
    padding: 6px 5px 5px;
}
.form-item{
    position: relative;
}

.form-required{
    display: none;
}

#as-form-demande #edit-infos .form-item{
    height: 10px;
}

#as-form-demande #edit-infos .form-item-infos-adress{
    width: 715px;
}
#as-form-demande #edit-infos .form-item-infos-adress input{
    width: 550px;
}
#edit-infos-country{
    width: 203px;
}
/*#edit-enclosure{
    margin-top: 35px;
}*/
form.catalogue #edit-where,form.catalogue #edit-what,
form.devis #edit-where,form.devis #edit-what{
	margin-top: -20px;
}
#edit-enclosure-type{
    padding-left: 125px;
}
#edit-enclosure-type .form-item{
    width: auto;
}
#edit-enclosure-type .form-item input{
    width: 30px;
    margin-top: 0px;
}
#edit-enclosure-type .form-item label{
    font-weight: normal;
    width: auto;
}
#as-form-demande .form-item-public{
    margin: 0;
	margin-left: 175px;
	height: 100%;
	min-height: 20px;
	width: 430px;
}

#edit-piscine input,
#edit-piscine label,
#edit-piscine .form-item{
    width: auto;
    display: inline;
    float: none;
    font-weight: normal;
}

#edit-delay input,
#edit-delay label,
#edit-delay .form-item{
    width: auto;
    display: inline;
    float: none;
    font-weight: normal;
}

#edit-know input,
#edit-know label,
#edit-know .form-item{
    width: auto;
    display: inline;
    float: none;
    font-weight: normal;
}

#edit-what input,
#edit-what label,
#edit-what .form-item{
    width: auto;
    display: inline;
    float: none;
    font-weight: normal;
}

#edit-know .form-item,
#edit-delay .form-item,
#edit-piscine .form-item,
#edit-comments .form-item,
#edit-what .form-item{
    display: block;
    height: auto;
    padding:0;
	float:left;
}
#edit-what .form-item{
	width: 100%;
}
form.catalogue #edit-know .form-item {
	padding:0;
	float:left;
}
#edit-comments label{
    float: none;
    display: block;
    width: auto;
    margin-bottom: 15px;
}

#edit-comments .form-textarea{
    width: 300px;
    height: 125px;

}
form.catalogue #edit-comments .form-textarea{
	width: 400px;
	height: 55px;
}

#edit-comments .form-type-textarea{
    height: auto;
}

#as-form-newsletter .form-item-infos-email,
#as-form-sav .form-item-infos-email{
    width: 700px;
}
#as-form-newsletter .form-item-infos-email #edit-infos-email,
#as-form-sav .form-item-infos-email #edit-infos-email{
    width: 550px;
    margin-right: 0;
}

#as-form-newsletter .form-item-infos-email .tip-error{
    right: -15px;
}

.form-msg{
	margin-left: 55px;
	margin-right: 55px;
}

.grippie{
    display: none;
}

.form-type-radio input{
    padding-right: 15px;
    margin-right: 0;
}

.form-item-privilege-text{
    padding-left: 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error{
    border: 1px solid red;
}

.ossature{
    clear: both;
}

.ossature input,
.ossature label,
.ossature .form-item{
    width: auto;
    display: inline;
    float: none;
    font-weight: normal;
}

.ossature .form-item{
    display: block;
    height: 20px;
    padding-left: 133px;
}

.rs{
    display: none;
}
.rs.demande{
    padding-left: 50px;
}

.precisions,
.precisions-select{
    display: none;
}
div.form-item-know-precisions label,
div.form-item-know-precisions-select label{
	float:left!important;
	margin-right: 10px;
}
.catalogue .form-intro{
    background: #76a638;
}

input.form-checkbox,
input.form-radio{
    background: transparent;
    border: none;
    padding: 0;
}

.ie7 legend, .ie8 legend{
    margin-bottom: 15px;
}

.page-form-contact #container,
.page-form-estimate #container,
.page-form-catalog #container,
.page-form-newsletter #container,
.page-form-sav #container,
.page-proposing #container,
.page-proposing-view #container,
.page-proposing-add #container{
    background-image: url('../images/header_abrisud_way_of_life.jpeg');
}

.page-form-sav #container{
    background-image: url('../images/sav-bkg.jpg');
}

#as-form-sav #edit-infos-text{

}

#as-form-sav .form-item-infos-text{
    width: 100%;
}

#as-form-sav .form-item-infos-text label{
    display: block;
    width: 100%;
    height: 40px;
}

#as-form-sav .form-item-infos-text #edit-infos-text{
    width: 700px;
}

.form-item-files-infos{
    clear: both;
    height: 20px;
}
.form-item.form-type-file{
    clear: both;
    height: 20px;
}

#as-form-sav .form-item-infos-text .tip-error{
    margin-top: 30px;
    margin-right: 5px;
}

#as-form-sav .form-item-infos-email .tip-error{
    right: -15px;
}
#as-form-sav fieldset.form-wrapper legend{
    font-size: 1.2em ;
    color: #76a638;
}

#edit-piscine .tip-error,
#edit-know .tip-error,
#edit-delay .tip-error{
	top: 0;
}

form.catalogue fieldset.form-wrapper, form.devis fieldset.form-wrapper {
	padding-top: 1px;
}
.fieldset-wrapper {
	position: relative;
}

/**
 * Update Devis / Catalog
 */
.devis-left{
	width: 185px;
	height: 500px;
	float: left;

	margin-left: 32px;
	margin-right: 33px;
}

.devis-left .top{
	width: 181px;
	height: 207px;
	background: transparent url('../images/devis-left.png') no-repeat 0 0;
}

.page-form-catalog .devis-left .top{
	background-color: #7EAC3C;
}

.page-form-estimate .devis-left .top,
.page-form-estimate .devis-left .text{
	background-color: #96518B;
}

.devis-left .text{
	width: 125px;
	background: #7eac3c;
	padding: 20px;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
}

.i18n-nl .devis-left .text,
.i18n-fr-be .devis-left .text{
	width: 135px;
	padding: 20px 15px;
	font-size: 12px;
	line-height: 17px;
}

.devis-left .text .highlight{
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
.i18n-nl .devis-left .text .highlight{
	font-size: 12px;
    line-height: 19px;
}

.devis-right{
	/*width: 590px;*/
	width: 710px;
	float: right;

	margin-top: 15px;
}

#as-form-demande .step1 #edit-infos.form-wrapper,
#as-form-demande .step1 #edit-where.form-wrapper,
#as-form-demande .step1 #edit-enclosure.form-wrapper,
#as-form-demande .step1 #edit-what.form-wrapper{
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

#as-form-demande .step1 #edit-infos .form-item,
#as-form-demande .step1 #edit-where .form-item{
	width: 300px;
	margin: 0;
	height: 35px;
}

#as-form-demande .step1 #edit-infos .form-item input,
#as-form-demande .step1 #edit-infos .form-item select,
#as-form-demande .step1 #edit-infos .form-item textarea,
#as-form-demande .step1 #edit-where .form-item input,
#as-form-demande .step1 #edit-where .form-item select,
#as-form-demande .step1 #edit-where .form-item textarea{
	width: 264px;
	margin: 0;
}

#as-form-demande .step1 #edit-where .form-item select{
	width: 220px;
}

#as-form-demande .step1 #edit-infos .form-item.form-item-infos-adress{
	width: 575px;
}
#as-form-demande .step1 #edit-infos .form-item #edit-infos-adress{
	width: 564px;
}

#as-form-demande .step1 #edit-infos .form-item.form-item-infos-postal{
	width: 118px;
	margin-right: 10px;
}

.ie7 #as-form-demande .step1 #edit-infos .form-item.form-item-infos-postal{
	width: 88px;
	float: left;
}

#as-form-demande .step1 #edit-infos .form-item.form-item-infos-postal input{
	width: 102px;
}

.ie7 #as-form-demande .step1 #edit-infos .form-item.form-item-infos-postal input{
	width: 72px;
	float: left;
}

#as-form-demande .step1 #edit-infos .form-item-infos-town{
	width: 210px;
	margin-right: 10px;
}

#as-form-demande .step1 #edit-infos .form-item-infos-town input{
	width: 194px;
}

#as-form-demande .step1 #edit-infos .form-item-infos-country{
	width: 244px;
}

#as-form-demande .step1 #edit-infos .form-item-infos-country select{
	width: 234px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#as-form-demande .step1 #edit-infos .form-item-infos-email{
	width: 285px;
}

#as-form-demande .step1 #edit-infos .form-item-infos-email input{
	width: 264px;
}

.step1 #edit-enclosure-type{
	padding-left: 0;
}

#as-form-demande .step1 fieldset.form-wrapper legend{
	background: transparent;
}

#as-form-demande .step1 .form-item-public{
	margin-left: 0;
	margin-top: 10px;
}

#as-form-demande .step1 .form-submit{
	margin: 0;
}

#as-form-demande .step1 .bottom{
	margin-left: 0;
}

#as-form-demande .step1 #edit-where legend{
	margin-bottom: 10px;
}

.step1 #edit-enclosure-type .form-item{
	height: 20px;
	margin-bottom: 5px;
}

#as-form-demande .step1 #edit-rs{
	width: 204px;
}

.step1 .ossature{
	padding-left: 80px;
}

.step1 .ossature .form-item{
	padding-left: 0;
	display: block;
	float: left;
}

#as-form-demande .step1 .form-item-enclosure-ossature{
	margin-top: 0;
}

.step1 #edit-enclosure{
	padding-bottom: 20px;
}

.step1 .rs.demande{
	padding-left: 0;
}

#as-form-demande .step1 .tip-error{
	/*right:-15px;*/
	right:-2px;
}

#as-form-demande .step1 .form-item-infos-adress .tip-error,
#as-form-demande .step1 .form-item-infos-email .tip-error{
	right: -27px;
}

#as-form-demande .step1 .form-item-infos-country .tip-error{
	right: -10px;
}

#as-form-demande .step1 .form-item-rs .tip-error{
	right: -125px;
}

.devis-errors{
	width: 100px;
	height: 500px;
	position: absolute;
	right: 7px;
	top: 260px;
	color: red;
	font-size: 11px;
}

.devis-errors .error-v2{
	min-height: 29px;
	padding-top: 6px;
	position: absolute;
}

.error-submit{
	display: none;
	color: red;
	font-size: 11px;
	float: right;
	padding: 13px;
	border: 1px solid red;
	border-radius: 4px;
	background: #FEF5F1;
	width: 190px;
	margin-right: 208px;

	padding-left: 35px;
	background: url("../images/error.png") no-repeat 10px center #FEF5F1;
}

.ie7 .error-submit{
	margin-right: 138px;
	margin-top: -40px;
}

.top-labels{
	height: 25px;
}

.top-labels label{
	float: left;
	margin-right: 200px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#edit-what-type .form-item{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.form-item.form-type-file.form-item-files-imce{
	height: 50px;
	clear: both;
	float: none;
}

#as-form-demande .step1 #edit-infos .form-item,
#as-form-demande .step1 #edit-where .form-item{
	margin-bottom: 15px;
}

form.catalogue #edit-where,
form.devis #edit-where{
	margin-top: 0;
}

#as-form-demande .form-item-public{
	margin: 0 0 0 60px;
}

form.catalogue .form-item-where-country,
form.devis .form-item-where-country{
	width: auto;
}

.rs.demande{
	margin-left: 5px;
	float: left; width:100%;
}

#as-form-demande .step1 .form-item-infos-email .tip-error{
	right: -17px;
}

#edit-piscine .tip-error,
#edit-know .tip-error,
#edit-delay .tip-error{
	right: -10px;
    top: 10px;
}

#edit-where .tip-error{
	/*right: 120px;*/
	right: 0;
}

.rs.demande .tip-error{
	right: 120px;
}

#edit-altphone .tip-error{
	right: 120px;
}

#as-form-demande .form-item-altphone-phone{
	margin-bottom: 0;
}

#as-form-demande .form-item-public{
	margin-bottom: 10px;
}

#edit-what-type{
	margin-top: 0;
}

/*Cacher la sidebar sur certaines pages*/

.page-form-contact aside#left,
.page-form-catalog aside#left,
.page-form-estimate aside#left{
    display: none;
}
.page-form-contact #main-container,
.page-form-catalog #main-container,
.page-form-estimate #main-container{
	width:980px;
}
.page-form-contact #breadcrumb,
.page-form-catalog #breadcrumb,
.page-form-estimate #breadcrumb{
	width:930px;
}


/*form catalogue*/
.page-form-catalog .devis-left .text .highlight {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
}
.i18n-nl.page-form-catalog .devis-left .text .highlight,
.i18n-fr-be.page-form-catalog .devis-left .text .highlight{
    font-size: 12px;
    line-height: 16px;
}

/*RGPD => form catalogue / form devis*/
.page-form-catalog #as-form-demande .form-item.form-item-rgpd,
.page-form-estimate #as-form-demande .form-item.form-item-rgpd {
  margin-bottom: 2.5em;
  width: 100%;
}
.page-form-catalog .form-item-rgpd #edit-rgpd,
.page-form-estimate .form-item-rgpd #edit-rgpd {
  margin-top: 0;
  width: 12px;
}
.page-form-catalog .form-item-rgpd label,
.page-form-estimate .form-item-rgpd label {
  width: 90%;
  font-weight: 400;
  line-height: 16px;
}

/*RGPD => form contact*/
.page-form-contact #as-form-contact .form-item.form-item-rgpd {
  margin-bottom: 2.5em;
  margin-left: 50px;
  width: 100%;
}
.page-form-contact .form-item-rgpd #edit-rgpd {
  margin-top: 0;
  width: 5px;
}
.page-form-contact .form-item-rgpd label {
  width: 90%!important;
  font-weight: 400;
  line-height: 16px;
}

/*RGPD => form SAV et form newsletter*/
.page-form-sav #as-form-sav .form-item.form-item-rgpd,
.page-form-newsletter #as-form-newsletter .form-item.form-item-rgpd {
  margin-bottom: 2.5em;
  margin-left: 50px;
  width: 90%;
}
.page-form-sav .form-item-rgpd #edit-rgpd,
.page-form-newsletter .form-item-rgpd #edit-rgpd {
  margin-top: 0;
  width: 12px;
}
.page-form-sav .form-item-rgpd label,
.page-form-newsletter .form-item-rgpd label {
  width: 90%;
  font-weight: 400;
  line-height: 16px;
}

/* Added by Gaetan Lepage */
#as-form-demande #edit-what-what-catalogue-format-choice-type,
#as-form-demande #edit-catalogue {
    display: none;
}
