#contact #primary_block{
    margin-bottom: 20px;
    margin-top: 15px;
    width: 96%;
}

#contact #pb-right-column {
    float: left;
    width: 230px;
}
#contact #pb-left-column {
    float: left;
    width: 75%;
    
}
#pb-left-column .intro{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "GoudyOldStyleMTW01-Ital","Times New Roman",Times,Georgia,serif;
}
#galery_block,#list_block,#adresses_block{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.ent-title{
    margin-bottom: 20px;
}
.ent-title h2{
    color: #3F1D60;
    font-family: "Goudy Old Style MT W01","Times New Roman",Times,Georgia,serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
#bigpic{margin-top: 65px;}
.brochure{
    padding-top: 15px;
    position: relative;
    width: 96%;
    display: inline-block;
    background-color: #eef0f0;
    padding-top: 20px;
}
.brochure .txt{
   
    font-family: "GoudyOldStyleMTW01-Ital","Times New Roman",Times,Georgia,serif;
    font-size: 22px;
    line-height: 24px;
    padding: 10px 270px 10px 30px;
}
.brochure .up-brochure{
   position: absolute;
    right: 5px;
    top: 0;
}
.brochure .up-brochure a{
    background: url("../../../../themes/gift-new/img/broch.png") no-repeat scroll 0 10px transparent;
    color: #b2955a;
    display: inline-block;
    font-size: 14px;
    height: 60px;
    padding-left: 120px;
    padding-right: 10px;
    padding-top: 47px;
    text-align: center;
}


.address_blk{
    float: left;
    margin: 10px 0 30px 25px;
    width: 300px;
}

#adresses_block h4{
    font-size: 34px;
    margin: 40px 0 20px;
    font-family: "GoudyOldStyleMTW01-Ital","Times New Roman",Times,Georgia,serif;
    font-weight: normal;
    color: #b2955a;
}
#adresses_block p{
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
}
#adresses_block p.tit-add{
    font-weight: bold;    
    padding-bottom: 8px;
}
#adresses_block p.poste-add{
    font-style: italic;
    padding-bottom: 8px;
}
#adresses_block p.mail-add a{
    color:#B2955A;
}
#adresses_block .downld{
    display: block;
    float: left;
    margin: 20px 0 0 50px;
    text-align: center;
    width: 148px;
}
#adresses_block .downld a.btn-haut{
    background: #5c666e;
    color: #FFFFFF;
    display: block;
    height: 36px;
    margin-bottom: 12px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 126px;
   transition: all 0.3s ease 0s;
}

#adresses_block .downld a.btn-haut:hover {
background: #41484e;
    text-decoration: none;
}
#adresses_block .downld a.cgv{
    font-size: 12px;
    text-decoration: underline;
    color:#b2955a;
}

#list_block{
    border-bottom: 1px solid #e7e0cc;
    border-top: 1px solid #e7e0cc;
    width: 96%;
}
#list_block .col1{
     float: left;
    width: 50%;
}
#list_block .col2{
    background-color: #eef0f0;
    display: inline-block;
    float: left;
    width: 50%;
}
#list_block .col2 p{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 15px 0    ;
}
#list_block ul{
    padding: 15px;
}
#list_block li{
    font-size: 14px;
    line-height: 27px;
    list-style: circle url("../../../../themes/gift-new/img/puce.png");
    list-style-position: inside;
}

.cferror{
border:1px solid #EC9B9B;
padding:5px;
margin:5px;
background:#FAE2E3;
color:#F36;
line-height:2em !important;
}

form.formular {
	font-size: 12px;
	width: 100% !important;
	margin: 0 auto;
        
}
form.formular label{
    float: left;
    color: #5E6A72;    
    width: 50%;
    margin-top: 10px;
}
form.formular label:nth-child(6){
    width: 49%;
    overflow: hidden;
}
form.formular label:nth-child(7){
    width: 99%;
    border-top: 4px solid #e7e0cc;
    margin-top: 15px;
    padding-top: 10px;
}
.separator{
font-size:14px;
font-weight:bold;
color:#666666;
margin-bottom:20px;
border-bottom:1px dotted #CCCCCC;
padding-top:5px;
padding-bottom:10px;
}

.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border:solid 1px #aacfe4;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
	height:150px;
}




.formular select,.formular textarea {
	display: block;
	margin-bottom: 5px;
}
.formular input[type=text]{
	display: block;
	margin-bottom: 5px;
}
.formular input[type=password]{
	display: block;
	margin-bottom: 5px;
	background:#336699;
}


.formular input[type=radio]{
	margin-right:5px;
	left: 0;
/*	float: left;*/
	margin-top: 0;
    position: inherit;
}

.formular input[type=checkbox]{
	margin-right:5px;
	left:0;
/*	float: left;*/
	margin-top: 0 !important;
    position: inherit;
}

.formular .text-input {
	background-color: #FBFAF7;
        color: #B2955A;
        margin-bottom: 5px !important;
        margin-top: 2px;
        padding: 2px;
        width: 150px;
        
}

.formular .text-select {
    background: url("../../../../themes/gift-new/img/fl_bas_g.png") no-repeat scroll 85% 14px #d9dbdd;
    border: 0 none;
    color: #5e6a72;
    font-family: "GoudyOldStyleMTW01-Ital","Times New Roman",Times,Georgia,serif;
    font-size: 18px;
    height: 52px;
    margin-bottom: 5px !important;
    margin-top: 2px;
    padding: 2px 2px 2px 15px;
    width: 110%;
}


.formular textarea {
	color: #555;
	padding: 4px;
	border:solid 1px #ccc;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px !important;
	margin-left:0;
	background: #FFF repeat-x;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span{
	padding: 5px;
    position: relative;
    z-index: 100;
    font-family: "GoudyOldStyleMTW01-Ital","Times New Roman",Times,Georgia,serif;
    font-size: 18px;
	
}

.formular span.checkbox,.formular .checkbox {
	display: inline;
}

.formular .submit {
background: #5c666e;
    border: medium none;
    color: #FFFFFF;
    display: block;
    height: 40px;
    text-transform: uppercase;
    width: 114px;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease 0s;
}

.formular .submit:hover {
background: #41484e;
    text-decoration: none;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

div.group{
	margin-top: 4px;
	margin-bottom: 4px !important;
}
div.rdclass{
	margin-right:4px;
	/*clear: both!important; 
	display: block!important;*/
}
#state{width:100%!important;}
/* css captcha*/
#recaptcha_table,#recaptcha_area{height: 129px;
    overflow: hidden;
    width: 90%;}
#recaptcha_response_field{width: 50% !important;}
#recaptcha_div{margin-bottom: 10px;}
/*.recaptchatable .recaptcha_r2_c1{background-position: -19px 0 !important;}*/

.formular input[type="text"], 
.formular input[type="date"], 
.formular input[type="email"], 
.formular input[type="password"], 
.formular input[type="tel"] {
    background: url("../../../../themes/gift-new/img/bg-input-text.png") no-repeat scroll -1px -1px #ffffff;
    border: 1px solid #d9dbdd;
    display: block;
    height: 50px;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 0 15px 0 25px;
    width: 85%;
}
.formular textarea, 
.formular input[type="text"], 
.formular input[type="date"], 
.formular input[type="email"], 
.formular input[type="password"], 
.formular input[type="tel"] {
    color: #000;
    font-family: Arial,sans-serif;
}
.formular input[type="text"]:focus,
.formular input[type="date"]:focus,
.formular input[type="email"]:focus,
.formular input[type="password"]:focus,
.formular input[type="tel"]:focus {
  border-color: #5d676f;
  outline: none;
  background-position: -25px -1px;
}

.formular textarea {
    background: url("../../../../themes/gift-new/img/bg-input-text.png") no-repeat scroll -1px -1px #ffffff;
    border: 1px solid #d9dbdd;
    display: block;
    height: 140px;
    padding: 13px 20px;
    resize: vertical;
    width: 100%;
}
.formular textarea:focus {
    background-position: -25px -1px;
    border-color: #5d676f;
    outline: medium none;
}

@media only screen and (max-device-height: 736px) {
	
	#bigpic{margin-top:0;}
	
	.ent-title h2 {
	font-size: 18px;
    line-height: 18px;
	}
	
	#contact #pb-left-column {width:100%;}
	
	form.formular label {width: 100%;}
	
	.formular span {font-size: 20px;}
	
	.formular input[type="text"],
	.formular input[type="date"],
	.formular input[type="email"],
	.formular input[type="password"],
	.formular input[type="tel"] {
	width: 90%;
	font-size: 18px;
	background: url("../../../../themes/gift-new/img/bg-input-text.png") no-repeat scroll -1px -1px #ffffff;
	}
	
	.formError .formErrorContent {
	right: 80%;
	font-size: 15px;
	width: 200px;
	}
	
	.formular .text-select {background: url("../../../../themes/gift-new/img/fl_bas_g.png") no-repeat scroll 85% 14px #d9dbdd;}
	
	.formular .submit {font-size: 15px;}
	
	.brochure {
	width: 100%;
	padding-top:0;
	padding:0;
	}
	
	form.formular label:nth-child(7) {width: 100%;}
	
	.brochure .txt {
	font-size : 20px;
	padding: 10px 10px 0 10px;
	}
	
	.brochure .up-brochure {
	position: relative;
	right: 0;
	}
	
	.brochure .up-brochure a {
	font-size: 18px;
	padding-left: 150px;
	background: url("../../../../themes/gift-new/img/broch.png") no-repeat scroll 0 10px transparent;
	}
	
	#galery_block, #list_block, #adresses_block {
	padding-left:10px;
	margin-bottom: 10px;
	}
	
	#adresses_block h4 {
	font-size: 30px;
    line-height: 30px;
    margin: 10px 0 10px;	
	}
	
	.address_blk {
	margin: 10px 0 10px 0px;
	width: 100%;
	}
	
	#adresses_block p {
	font-size: 15px;
	}
	
	#list_block .col1, #list_block .col2 {
	width: 100%;
	}
	
	#adresses_block .downld {
	font-size: 15px;
    line-height: 18px;
	margin: 20px 0 0 0px;
    width: 80%;
	}
	
	#adresses_block .downld a.btn-haut {width: 100%;line-height: 36px;}
	
	#list_block li {
	list-style: circle url("../../../../themes/gift-new/img/puce.png");
	font-size: 15px !important;
	padding-left: 10px;
	}
	
	#list_block .col2 p {
	padding: 10px 10px 0 10px;
	}
	
	#contact #center_column h1 {padding-left: 0;}
	
	#list_block ul {
	padding: 0;
	padding-left:20px;}
	
	#editorial_block_center{width:95%;}
	
	#adresses_block .downld a.cgv {font-size: 15px;}
	
}
