/* block CONTACT ******************************************************************************* */
#contact_block{
    background-color: white;
    border: 1px solid #ddcfb2;
}
#contact_block.fr{
    background: url(../../../img/bl_contact.jpg) no-repeat 0 0;
    background-size: contain;
}
#contact_block.en{
    background: url(../../../img/bl_contact_en.jpg) no-repeat 0 0;
    background-size: contain;
}
#contact_block.de{
    background: url(../../../img/bl_contact_de.jpg) no-repeat 0 0;
    background-size: contain;
}
#contact_block.it{
    background: url(../../../img/bl_contact_it.jpg) no-repeat 0 0;
    background-size: contain;
}
#contact_block.es{
    background: url(../../../img/bl_contact_es.jpg) no-repeat 0 0;
    background-size: contain;
}
#contact_block.pt{
    background: url(../../../img/bl_contact_pt.jpg) no-repeat 0 0;
    background-size: contain;
}
#contact_block.new{
    background: none !important;
}

#contact_block .block_content {
	 padding-bottom: 15px;
         margin-top: 20px;
}

#contact_block p {
	
    line-height: 18px;
    font-size: 14px;
    color: #b6985c;
    padding-bottom: 10px;
}

#contact_block.new p {
    color: #5e6a72;
}


#contact_block .title_block,   #contact_block h4 {
	color: #5E6A72;
        font-family: "times new roman";
        font-size: 20px;
        padding: 10px 0 0 10px;
}
#contact_block p.tel {
    border: 1px dotted #5c666e;
    font-family: "Goudy Old Style MT W01","Times New Roman",Times,Georgia,serif;
    font-size: 20px;
    margin: 0 auto 10px;
    padding: 8px;
    width: 170px;
}

#contact_block a.mail {
    font-size: 13px;
    padding: 0 5px 10px 10px;
    color: #b6985c;
}

#contact_block .label {display: none}

#contact_block .content-ctc {
    padding: 50% 10px 0;
    position: relative;
    z-index: 9;
    text-align: center;
}
#contact_block.new .content-ctc {
    padding: 10px 10px 0;
    
}
#contact_block .category {
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -15px;
}

#contact_block .category span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    font-family: "Goudy MT W01 Bold","Times New Roman",Times,Georgia,serif;
    font-size: 13px;
    line-height: 14px;
    padding: 9px 20px;
    text-transform: uppercase;
}
#contact_block a.btn_large {
    background: none repeat scroll 0 0 white;
    border: 1px solid #5c666e;
    color: #5c666e;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 10px auto;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 75%;
    transition: background 0.3s ease 0s;
}
#contact_block a.btn_large:hover{
    color:white;
    background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
    #contact_block .category span {
        font-size: 13px;
    }
}

@media screen and (max-width: 769px) {
	
	#contact_block.fr {
	background-size: 0;
	width: 99%;
	display: inline-block;
	}
	
	#contact_block .content-ctc {
	padding: 0;
	}
	
	#contact_block p, #contact_block a.mail {font-size: 15px;}
	
	#contact_block a.btn_large {font-size: 15px;}
	
	#contact_block.en, #contact_block.de, #contact_block.es, #contact_block.it, #contact_block.pt {background:none;}
}