@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

#dcom_main_container {
    box-shadow: none !important;
	background: none !important;
	background-attachment: fixed;
}

#dcom_main_ftl_metier_container {
	background: none !important;
	background-attachment: fixed;
	box-shadow: none !important;
}

/* #cookiealert_container {
    background-color: transparent !important;
}

#cookiealert_content {
    padding: 5px 20px !important;
    background-color: rgba(0,0,0,.5) !important;
    border: 8px solid #dedede !important;
}
 */

.spacing10 {
    display: none;
}

body{
	background: url("../images/background.jpg") no-repeat center top;
	margin:0;
	padding:0;
	background-color: #dedede;
	font-family: 'Roboto Slab', serif;
}



.container60, .container60-offre, .container60-categories {
	width: 1000px;
    margin: 0 auto;
	padding: 10px 0;
	position:relative;
}

/**************************  OWL  *****************************/

.header60-responsive{
display:none;
}

.owltxt {
	background-color: #ffffff;
	padding: 20px;
}

h3 {
	font-size: 15px;
	font-weight: 700;
}

.ref60 {
	font-size: 12px;
	font-weight: 700;
	color: #a9a9a9;
}

.rem60{
	font-size: 18px;
	font-weight: 700;
	color: #e61e2c;
}

.bar60 {
	font-size: 18px;
	text-decoration: line-through;
	font-weight: 500;
}

.rem60white{
	font-size: 18px;
	font-weight: 700;
	color:#ffffff;
}

.bar60white {
	font-size: 18px;
	text-decoration: line-through;
	font-weight: 500;
	color:#ffffff;
}

.cat60 {
	text-align:center;
}

.blocprice {
	margin-top: 10px;
	position: relative;
}

.price60 {
	font-size: 30px;
	font-weight: 700;
}

.price60white {
	font-size: 30px;
	font-weight: 700;
	color:#ffffff;
}

.cta60 {
	position: absolute;
	right: 0px;
	width: 130px;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	background-color: #e61e2c;
	text-align:center;
	text-decoration: none;
}

.cta60:hover {
	text-decoration:underline;
}


/**************************  CAT  *****************************/

.green60{
	color: #008d36;
}

.violet60 {
	color: #662483;
}

.orange60 {
	color: #eb6209;
}

.blue60 {
	color: #0053a2;
}

h4 {
	text-align:center;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
}

.itemcat {
	display:inline-block;
	opacity: .85;
}

.itemcat:hover{
	opacity: 1;
}

h5 {
	text-align: left;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    background-color: #ffffff;
    height: 50px;
}


/***************************** EDITO *********************************/

.itemedit {
	display:inline-block;
	padding: 5px;
	opacity: .8;
}

.itemedit:hover {
	opacity: 1;
}

.center {
	text-align:center;
}

