/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.annuaire img {
	max-width: 100%;
	height: auto;
	padding: 15px;
}

.annuaire h2 {
	color: #ff6c46;
	font-size: 24px;
	font-family: 'Dosis', Impact, sans-serif;
}

.annuaire .presentation {
	position: relative;
	padding: 25px;
}

.annuaire .all-ref {
	float: right;
}

.annuaire .presentation:after {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 1px solid #ff896b;
	width: 380px;
	height: 1px;
	bottom: 0px;
	left: 50%;
	margin-left: -25%;
}

	.annuaire .presentation .cta-middle {
		margin: 20px;
		text-align: center;
	}

	.annuaire .presentation .cta-middle .button {
		text-transform: uppercase;
		color: white;
		padding: 8px 10px;
		background-color: rgb(39, 174, 97);
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 16px;
		font-family: 'Dosis', Impact, sans-serif;
		display: inline-block;
	}

.annuaire .categories ul {
	font-size: 16px;
	font-family: 'Dosis', Impact, sans-serif;
	color: #27ae61;
	margin-left: 25px;
	margin-top: 20px;
}

	.annuaire .categories ul li a {
		padding: 8px 8px;
		color: #27ae61;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		border-bottom: 1px solid #27ae61;
	}

	.annuaire .categories ul li a:hover {
		color: white;
		background-color: rgba(39, 174, 97, 0.7);
	}

.annuaire .savoir-plus {
	margin-top: 15px;
	float: right;
	text-align: center;
	margin-right: 20px;
}

	.annuaire .savoir-plus a {
		display: inline-block;
		padding: 10px 15px;
		color: #fff;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #27ae61;
		font-family: 'Dosis', Impact, sans-serif;
		font-size: 16px;
	}

	.annuaire .savoir-plus a:hover {
		text-decoration: none;
		color: #fff;
	}

	.annuaire .cat-back {
		text-align: center;
		margin : 15px;
	}

		.annuaire .cat-back a {
			display: inline-block;
			padding: 10px 15px;
			color: #fff;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			text-decoration: none;
			text-transform: uppercase;
			background-color: #27ae61;
			font-family: 'Dosis', Impact, sans-serif;
			font-size: 16px;
		}

		.annuaire .cat-back a:hover {
			text-decoration: none;
			color: #fff;
		}

	.annuaire .reference-info {
		margin-bottom: 25px;
		padding: 10px;
	}

		.annuaire .reference-info .fa {
			margin-right: 15px;
			margin-top: 4px;
		}

		.annuaire .reference-info h3 {
			font-family: 'Dosis', Impact, sans-serif;
			font-size: 18px;
			color: #27ae61;
		}

		.annuaire .reference-info p {
			margin: 0 0 5px;
		}

	.annuaire .reference-desc {
		padding: 10px;
	}