@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';

@font-face {
    font-family: 'aleobold';
    src: url('../font/Aleo-Bold-webfont.eot');
    src: url('../font/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Aleo-Bold-webfont.woff') format('woff'),
         url('../font/Aleo-Bold-webfont.ttf') format('truetype'),
         url('../font/Aleo-Bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleoregular';
    src: url('../font/Aleo-Regular-webfont.eot');
    src: url('../font/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Aleo-Regular-webfont.woff') format('woff'),
         url('../font/Aleo-Regular-webfont.ttf') format('truetype'),
         url('../font/Aleo-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#dcom_main_container {
    box-shadow: none !important;
	background: url("../img/bg.jpg") repeat center top;
	background-attachment: fixed;
	width: 100%;
}

#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/bg.jpg") repeat center top;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	
}

.imgs {
	display:block;
	max-width: 100%;
}


.marg14 {
	margin-top: 20px;
}

.container{
	width: 100%;
	padding: 50px 0;
}

.center {
	text-align:center;
	margin: 0 auto;
}

.blue{
	background-color: #83dcdb;
}

.orange{
	background-color: #ffdd98;
}

.pink {
	color: #ff9898 !important;
	font-family: 'aleobold';
	font-size: 30px;
}

.titled{
	font-family: 'aleobold';
    text-align: center;
    font-size: 50px;
    color: #ffffff;
	margin-bottom: 50px;
	padding: 0 30px;
}

.titled-pink {
	font-family: 'aleobold';
    text-align: center;
    font-size: 50px;
    color: #ff9898;
	margin-bottom: 50px;
}

/************** BP ***************/

.bp {
	text-align: center;
	margin: 0 auto;
	width: 1020px;
}

.bpitem {
	display: inline-block;
    margin: 0 10px;
    /* background-color: #ffffff; */
	width: 235px;
	font-size: 20px;
	background: rgba(255,255,255, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.bpitem:hover{
	/* opacity: .9; */
	background: rgba(255,255,255, 0.2);
}

h2 {
	font-family: 'aleoregular';
	font-size: 25px;
	padding-top: 10px;
	color: #ffffff;
}

h3 {
	font-size: 15px;
	/* font-weight: 300; */
	color: #2b8f8f;
	padding-bottom: 10px;
}

.price {
	padding-bottom: 30px;
	font-size: 33px;
	color: #000000;
}

.percent{
	color: white;
    font-weight: 700;
}

strike {
	color: #000000;
}

/************** TENDANCES ***************/

.univ{
	text-align: center;
	margin: 0px auto 50px auto;
	width: 1020px;
}

/* .tendimg{
	opacity: .5;
} */

.univitem {
	position: relative;
	/* float: left; */
	display: inline-block;
    margin: 0 10px;
	width: 235px;
	max-width: 100%;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .8;
}

.univitem:hover {
	opacity: 1;
}


/************** CONSEILS ***************/

.conseil{
	text-align: center;
	margin: 0px auto 50px auto;
	width: 1020px
}

.consitem {
	display: inline-block;
    margin: 0 10px;
    /* background-color: #ffffff; */
	width: 235px;
	font-size: 20px;
	background: rgba(255,255,255, 0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.consitem:hover{
	/* opacity: .9; */
	background: rgba(255,255,255, 0.2);
}

h4 {
	font-size: 18px;
	font-weight: 300;
	color: #a66631;
	padding: 10px 10px;
}



.bandeau-offre{
	margin: 10px auto;
	max-width:100%;
}

.gras {
	font-weight: 700;
    color: #A63131;
}
