#caBtnSubmitForm{
	margin: 2rem 0;
}

.caPreviewImgContainer{
	margin: 2rem 0;
}

#caFileInputContainer{
	margin: 2rem 0;
}

#caPreviewGallery{
	margin: 2rem 0;
}

#caPreviewGallery .annoncePreviewContainer{
	max-height: 172px;
	min-height: 172px;
}
#caPreviewGallery .annoncePreviewContainer img.annonceImgPreview{
	max-width: 125px;
	max-height: 125px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#caInputError{
	color: red;
}

#ca_annonce_title{
	width: 100%;
}

label.ca_annonce_form_label{
	color: black;
	font-weight: bold;
	font-size: 1.75rem;
}

a.rmvBtn{
	box-shadow: 0 0 0 rgba(255,255,255,1)!important;
    position: absolute;
    top: 0;
    right: 0;
}

a.rmvBtn i.fas.fa-times{
	color: red;
}

.caPreviewFileName{
	color: #666;
	text-align: center;
}

.inputFileLabel{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#fileupload{
	position: absolute;
	filter: alpha(opacity=0);
	display: none;
	opacity: 0;
}

#fileupload_label{
	position: relative;
	text-align: center;
  background: rgb(119, 78, 61);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 180px;
  padding: 1rem;

}

#fileupload_label:hover{
	background: rgb(205, 171, 157);
}
 #annonce_form_submit_input{
       text-align: center;
  background: rgb(119, 78, 61);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 180px;
  padding: 1rem;
}

#annonce_form_submit_input:hover{
	background: rgb(205, 171, 157);
}

.price_table_container{
	margin: 2rem 0;
}

.price_table_row{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.price_table_th_text{
	color: black;
	font-size: 17px;
	font-weight: bold;
}

div.price_table_container .price_table_row .col-md-4{
	padding: 0.5rem 0;
}

div.price_table_container .price_table_row .col-md-4:first-child p{
	text-align: left;
}

div.price_table_container .price_table_row .col-md-4:nth-child(2) p{
	text-align: center;
}

div.price_table_container .price_table_row .col-md-4:last-child p{
	text-align: right;
}

div.price_table_container .price_table_row:last-child .col-md-4 p{
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	font-size: 20px;
}

/* Match the selectWoo (select2) rubrique dropdown to the rest of the form's inputs */
.select2-container{
	margin-bottom: 4px;
}

.select2-container--default .select2-selection--single{
	height: 44px;
	border: 1px solid #242423;
	border-radius: 13px;
	background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 42px;
	padding-left: 10px;
	padding-right: 30px;
	color: #242423;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 42px;
	right: 6px;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single{
	border-color: #242423;
}