/*
 * 2007-2015 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 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/osl-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/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */
/**
 * @author    Arnaud Merigeau Team <contact@arnaud-merigeau.fr>
 * @copyright  Copyright (c) 2014-2015 Arnaud Merigeau - http://arnaud-merigeau.fr
 * @license    You only can use module, nothing more!
 */


/* global */
#amhomecontent3{
	width: 100%;
}
#amhomecontent3 h2{
	margin-top: 20px;
}
#amhomecontent3 ul{
	font-size: 0;
	text-align: center;
}
#amhomecontent3 ul li{
	width: 50%;
	padding: 0 1% 1%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	text-align: left;
}
#amhomecontent3 ul li a.ahc-link{
	display: block;
	width: 100%;
	height: auto;
}
#amhomecontent3 ul li a.ahc-link img{
	width: 100%;
	height: auto;
}


/* colors */
	/*dark*/
	#amhomecontent3.color_dark{background: #3F3F3F;color: #777;}
	#amhomecontent3.color_dark h2, #amhomecontent3.color_dark h3 a{color: #FFF;}
	#amhomecontent3.color_dark a{color: #A5A5A5;}
	#amhomecontent3.color_dark a:hover, #amhomecontent3.color_dark a:focus{color: #FFF;}
	/*blue*/
	#amhomecontent3.color_blue{background: rgba(230, 230, 230, 0.8);color: #777;}
	#amhomecontent3.color_blue h2, #amhomecontent3.color_dark h3 a{color: #327082;}
	#amhomecontent3.color_blue a{color: #327082;}
	#amhomecontent3.color_blue a:hover, #amhomecontent3.color_dark a:focus{color: #4292A9;}
	/*red*/
	#amhomecontent3.color_red{background: rgba(230, 230, 230, 0.8);color: #777;}
	#amhomecontent3.color_red h2, #amhomecontent3.color_dark h3 a{color: #f44051;}
	#amhomecontent3.color_red a{color: #CE3947;}
	#amhomecontent3.color_red a:hover, #amhomecontent3.color_dark a:focus{color: #f44051;}
	/*green*/
	#amhomecontent3.color_green{background: rgba(230, 230, 230, 0.8);color: #777;}
	#amhomecontent3.color_green h2, #amhomecontent3.color_dark h3 a{color: #719f41;}
	#amhomecontent3.color_green a{color: #719f41;}
	#amhomecontent3.color_green a:hover, #amhomecontent3.color_dark a:focus{color: #94D056;}
	/*brown*/
	#amhomecontent3.color_brown{background: rgba(230, 230, 230, 0.8);color: #777;}
	#amhomecontent3.color_brown h2, #amhomecontent3.color_dark h3 a{color: #584336;}
	#amhomecontent3.color_brown a{color: #584336;}
	#amhomecontent3.color_brown a:hover, #amhomecontent3.color_dark a:focus{color: #8E6F5B;}

	/* slick dots */
	#amhomecontent3 .slick-dots {width: 100%;}
	#amhomecontent3.itemsperline_1 ul.slick-dots li {width: 10px;display: inline-block;}
	#amhomecontent3 ul.slick-dots li {width: 20px!important;}
	#amhomecontent3 ul.slick-dots li.slick-active button:before {
		opacity: 1;
    	border: 1px solid;
    	color: rgba(0,0,0,0);
    	border-radius: 50%;
    	background-color: black;
    	height: 10px;
    	width: 10px;}
    #amhomecontent3 ul.slick-dots li button:before {
		opacity: 0.5;
    	border: 1px solid;
    	color: rgba(0,0,0,0);
    	border-radius: 50%;
    	background-color: grey;
    	height: 10px;
    	width: 10px;}

	/* default theme */
	#amhomecontent3.slide {margin-top: 20px!important;}
	#amhomecontent3.slide .slick-initialized.slick-slider{padding-left: 47px;padding-right: 47px;}
	#amhomecontent3.slide .titre_product2{padding: 0;max-width: 100%;padding-left: 50px;font-size: 15px;font-family: 'Source Sans Pro', sans-serif;padding-top: 12px;color: white;margin-bottom: 0px;text-transform: uppercase;}
	#amhomecontent3.slide ul li {margin-top: 20px;width: 50%;padding: 0 0.25% 0.25%;display: inline-block;vertical-align: top;text-align: left;}
	#amhomecontent3.slide ul li a.ahc-link img{width: 100%;height: auto;}
	#amhomecontent3.slide .slick-prev:before, #amhomecontent3 .slick-next:before{display: none;}
	#amhomecontent3.slide .slick-prev, #amhomecontent3 .slick-next{width: 17px;height: 30px;}
	#amhomecontent3.slide .slick-prev{background: url('../images/fgauchemetiers.png') no-repeat 0 0;}
	#amhomecontent3.slide .slick-next{background: url('../images/fdroitemetiers.png') no-repeat 0 0;}
	#amhomecontent3 > h2.title {padding-top: 11px;}
	/* theme 1 */
	#amhomecontent3.theme1 > h2.title {margin: 0;background: #333;color: white;padding: 11px;padding-left:15px;font-size: 21px;padding-top: 11px;}
	#amhomecontent3.theme1 {border: 1px solid;}



/* layout wide */
#amhomecontent3.layout_wide h2{padding: 20px 1% 10px;}


/* items per line */
#amhomecontent3.itemsperline_1 ul li{width: 100%;}
#amhomecontent3.itemsperline_2 ul li{width: 50%;}
#amhomecontent3.itemsperline_3 ul li{width: 33.33%;}
#amhomecontent3.itemsperline_4 ul li{width: 25%;}
#amhomecontent3.itemsperline_5 ul li{width: 20%;}
#amhomecontent3.itemsperline_6 ul li{width: 16.66666667%;}


/* responsive */
@media (max-width: 1199px){
	#amhomecontent3.itemsperline_5 ul li,
	#amhomecontent3.itemsperline_6 ul li{width: 33.33%;}
}
@media (max-width: 767px){
	#amhomecontent3.itemsperline_1 ul li,
	#amhomecontent3.itemsperline_2 ul li,
	#amhomecontent3.itemsperline_3 ul li,
	#amhomecontent3.itemsperline_4 ul li,
	#amhomecontent3.itemsperline_5 ul li,
	#amhomecontent3.itemsperline_6 ul li{width: 50%;}
}
@media (max-width: 479px){
	#amhomecontent3.itemsperline_1 ul li,
	#amhomecontent3.itemsperline_2 ul li,
	#amhomecontent3.itemsperline_3 ul li,
	#amhomecontent3.itemsperline_4 ul li,
	#amhomecontent3.itemsperline_5 ul li,
	#amhomecontent3.itemsperline_6 ul li{width: 100%;}
}