/*---------------------------------------------------------
 * Theme  : EDN Officiel
 * Par      : EDN | Swan
 * Date    : 15/11/2022
 * Site web :  http://easy-design.net/
 * Commentaire ou autre de l'auteur 
 # Merci de ne pas toucher au entête des fichiers CSS.
/*--------------------------------------------------------
 * Thème compatible avec deux menus (droite et gauche)
 * le choix reste possible sur une seule colonne de menus.
 *----------------------------------------------------------*/

/* --------------------------------------
		Dowmload.css
-----------------------------------------*/
/*==================================
*  		TOP DL EDN
*=================================*/

.top-encart-left, .fc-position-left{
	border-right: none;
	width:99% !important;
}
.ac-edn-left {
    min-height: 232px;
    border-right: none;
}
/*======================*/

.download-picture {
	display: block;
	padding-bottom: 10px;
	text-align: center;
}

.options {
	max-width: 280px;
}

@media (min-width: 480px) {
	.download-picture {
		float: right;
		padding-left: 10px;
	}
}

.article-several {
    clear: none;
}

.article-several {
    display: inline-block;
    height: 450px;
    margin:20px 0 0 10px;
    position: relative;
    vertical-align: top;
    width: 30%;
}
header#head-download {
    text-align: center;
}
header#head-download h2, header#head-download a:hover {
    border-left: medium none;
    color: #9cb631;
    font-family: "raleway-regular", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    margin: auto;
    text-decoration: none;
}
a.title-download {
    color: #403a3e;
    font-size: 17px;
    height: 130px;
    margin: auto;
    text-decoration: none;
    font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}
a.title-download:hover{
    color: #cccccc;
    font-size: 17px;
    height: 130px;
    margin: auto;
    text-decoration: none;
    font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}
.dwrap2, .dwrap3, .dwrap4,.dwrap5,.dwrap6,.dwrap7 ,.dwrap8{
    text-align: center;
	font-size: 12px;
}
.dwrap2 img {
	background-color: #eeeeee;
	border: 1px solid #444444;
	padding: 5px;
	width: 252px;
	height: 216px;
}
.dwrap5 {
    height: 16px;
    margin: auto;
    width: 70%;
}
	
.dwrap7 {height:30px;}

.dwrap7 {height:20px;}

.fa-star:before {
    content: url('images/star.png');
    height: 16px;
    padding: 0;
    width: 16px;
}
.notation .star, .static-notation .star {
    padding-right: 0;
    text-decoration: none;
}

h1.formatter-title, h2.formatter-title, h3.formatter-title {
    width: 50%;
}


/*======================================
			Alls Media Queries
		 CSS applique aux écrans PC 
========================================*/

@media (max-width:768px) {

	.article-several {
		display: inline-block;
		height: 100%;
		margin: 0 0 10px;
		position: relative;
		vertical-align: top;
		width: 100%;
	}
	a.title-download,  a.title-download:hover{
		font-size: 14px;
	}
}