@charset "UTF-8";

* {
	box-sizing: border-box;
}

@font-face {
    font-family: 'Platform';
    src: url('https://d30j3um0t7qbed.cloudfront.net/fonts/20160209091119/Platform_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('https://d30j3um0t7qbed.cloudfront.net/fonts/20160209091119/Roboto_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto bold';
    src: url('https://d30j3um0t7qbed.cloudfront.net/fonts/20160209091119/Roboto_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/** Conteneur CTA 300x300 **/

.cta-slide {
	max-width: 300px;
	display: block;
	background-color: #FFF;
	border: 1px solid #EEE;
}


/** Titre CTA **/

.cta-slide .titre-box {
	padding: 8px;
	font-family: 'Platform', 'Arial', 'Helvetica', sans-serif;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	background-color: #EEE;
}

.cta-slide .titre-box:after {
	content: '';
	display: table;
	clear: both;
}

.cta-slide .titre-box .title {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	float: left;
	padding-right: 8px;
    color: #000;
}

.cta-slide .titre-box .partner {
	float: right;
	font-size: 12px;
	display: block;
	padding-top: 2px;
    color: #000;
}


/** Contenu du CTA **/
.cta-slide a {
	text-decoration: none;
}
.cta-slide .item {
	padding: 8px 0;
}

.cta-slide .item .item-image img {
	display: block;
	margin: 0 auto;
	height: 125px;
	width: 125px;
}

.cta-slide .item .item-text {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.1;
	padding: 8px;
	text-align: center;
	color: #000;
}
.cta-slide .item .item-text .title {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	display: block;
	color: #f67d6f;
	font-size: 16px;
	margin-bottom: 2px;
    height: 18px;
    overflow: hidden;
}

.cta-slide .item .item-text .price {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    display: block;
    height: 18px;
    overflow: hidden;
}

.cta-slide .item .item-link {
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	display: block;
	margin: 0 auto;
	background: #f67d6f;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 1;
    padding: 6px 2px;
    width: 90px;
    text-align: center;
    margin-bottom: 8px;
}


/* aligner verticalement les slides */
 #slideshow .owl-item {
 	float: none;
 	display: inline-block;
 	vertical-align: middle;
 }


/* dots selection slider */

.cta-slide .owl-controls {
	background-color: #eee;
}
.cta-slide .owl-controls .owl-pagination {
	height: auto;
	padding-bottom: 0;
}
.cta-slide .owl-controls .owl-page {
	vertical-align: top;
}
.cta-slide .owl-controls .owl-page span {
	margin: 5px 5px;
}


/* COLONNE ETROITE */

@media screen and (max-width:250px) {
	.cta-slide .titre-box .title,
	.cta-slide .titre-box .partner {
		float: left;
	}
}