/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/

#menu-categorie-de-documents {
    margin-left: 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:6.333%;
}

.container_12 .grid_2 {
	width:14.667%;
}

.container_12 .grid_3 {
	width:23.0%;
}

.container_12 .grid_4 {
	width:31.333%;
}

.container_12 .grid_5 {
	width:39.667%;
}

.container_12 .grid_6 {
	width:48.0%;
}

.container_12 .grid_7 {
	width:56.333%;
}

.container_12 .grid_8 {
	width:64.667%;
}

.container_12 .grid_9 {
	width:73.0%;
}

.container_12 .grid_10 {
	width:81.333%;
}

.container_12 .grid_11 {
	width:89.667%;
}

.container_12 .grid_12 {
	width:98.0%;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:8.333%;
}

.container_12 .prefix_2 {
	padding-left:16.667%;
}

.container_12 .prefix_3 {
	padding-left:25.0%;
}

.container_12 .prefix_4 {
	padding-left:33.333%;
}

.container_12 .prefix_5 {
	padding-left:41.667%;
}

.container_12 .prefix_6 {
	padding-left:50.0%;
}

.container_12 .prefix_7 {
	padding-left:58.333%;
}

.container_12 .prefix_8 {
	padding-left:66.667%;
}

.container_12 .prefix_9 {
	padding-left:75.0%;
}

.container_12 .prefix_10 {
	padding-left:83.333%;
}

.container_12 .prefix_11 {
	padding-left:91.667%;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:8.333%;
}

.container_12 .suffix_2 {
	padding-right:16.667%;
}

.container_12 .suffix_3 {
	padding-right:25.0%;
}

.container_12 .suffix_4 {
	padding-right:33.333%;
}

.container_12 .suffix_5 {
	padding-right:41.667%;
}

.container_12 .suffix_6 {
	padding-right:50.0%;
}

.container_12 .suffix_7 {
	padding-right:58.333%;
}

.container_12 .suffix_8 {
	padding-right:66.667%;
}

.container_12 .suffix_9 {
	padding-right:75.0%;
}

.container_12 .suffix_10 {
	padding-right:83.333%;
}

.container_12 .suffix_11 {
	padding-right:91.667%;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:8.333%;
}

.container_12 .push_2 {
	left:16.667%;
}

.container_12 .push_3 {
	left:25.0%;
}

.container_12 .push_4 {
	left:33.333%;
}

.container_12 .push_5 {
	left:41.667%;
}

.container_12 .push_6 {
	left:50.0%;
}

.container_12 .push_7 {
	left:58.333%;
}

.container_12 .push_8 {
	left:66.667%;
}

.container_12 .push_9 {
	left:75.0%;
}

.container_12 .push_10 {
	left:83.333%;
}

.container_12 .push_11 {
	left:91.667%;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-8.333%;
}

.container_12 .pull_2 {
	left:-16.667%;
}

.container_12 .pull_3 {
	left:-25.0%;
}

.container_12 .pull_4 {
	left:-33.333%;
}

.container_12 .pull_5 {
	left:-41.667%;
}

.container_12 .pull_6 {
	left:-50.0%;
}

.container_12 .pull_7 {
	left:-58.333%;
}

.container_12 .pull_8 {
	left:-66.667%;
}

.container_12 .pull_9 {
	left:-75.0%;
}

.container_12 .pull_10 {
	left:-83.333%;
}

.container_12 .pull_11 {
	left:-91.667%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/************************************/
/************************************/
/************************************/

	body {
	}
	
.main-nav {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	width:81.333%;
}

	.grid,
	.grid-right {
		float: none;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}


#menu-menu-principal  li:last-child a:before {
	display: none;
}


#menu-menu-principal li {
	padding: 0 7px !important;
}

#menu-menu-principal li:nth-last-child(2) {
	margin-right: 90px;
}

.mini-projet {
	height:550px;
}

.mini-projet img{
	min-width: 100%;
	width: auto;
}

.mini-projet .read-more a {
	left:43%;
}

.mini-projet-wrapper {
	width: 100%;
	padding: 0;
}


.content-img {
	width: 94%;
	margin: 0 3% 10px 3%;
	height: 200px;
	max-width: 100%;
}

.mini-article .hr {
	width: 94%;
	margin-right: 3%;
}

.mini-article {
	height: 530px;
}

.couverture{
	height: 300px;
}

.panel-wrapper .title {
	top : 100px;
}

.calltoaction img {
    padding-right: 10px;
}

/*****************************************************/
/******************  PAGE PROJET  ********************/
/*****************************************************/

.bg-projet .grid_12 {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.baseline h1{
	font-size: 1.3em;
}
.baseline {
	opacity: 0.9;
}

	#filterNav{
		display: none;
	}


	.foo:nth-child(3){
		display: none;
	}

	.foo:first-child{
		margin-left:10%;
	}

	.foo{ 
		padding: 0px 20px
	}


	/****************  Page Ressources ********************/

	.page-ressources {
		width: 25% !important;
	}

	.down-form{
		margin-left: 20%;
	}

	/****************  Page Don ********************/

	.montant-total p{
		margin-left: 0px;
	}

}
@media screen and (max-width: 740px) {

	body {
	}
	
	.main-menu {
	height:93px;
	}
	
	.main-menu .container_12{
	margin: 0;
	padding: 0;
	width: 100%;
	}

	
	#logo {
	position:relative;
	height:59px;
	line-height:59px;
	display:block;
	margin:auto;
	max-width:100%;
	width:auto;
	padding-left: 20px;
	}
	
	#logo img {
	max-height: 70px;
	max-width: 100%;
	margin-top: 10px;
	}
	.h1-logo{
	margin-top: 1px;
	}
	
	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		display:inline;
		position: relative;
		width:100%;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);
		clear: both;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
		margin: 34px auto 34px auto
	}

	.js .main-nav #menu-menu-principal {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}

	.js .main-nav #menu-menu-principal ul {
		margin-top: 1px;
	}

	.js .main-nav #menu-menu-principal li {
		float: none;
		background-color: #ffffff;
		border: none;
		margin:0;
		padding:0;
	}
	
	#menu-menu-principal li:last-child{
	position: relative;
	height: auto;
	width: auto;
	padding: 0;
	background: #ffffff;
	}




	.js .main-nav #menu-menu-principal li a {
		color: #444444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav #menu-menu-principal li.current_page_item,
	.js #menu-menu-principal .current_page_item a,
	.js #menu-menu-principal .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav #menu-menu-principal li li:hover {
		background: none !important;
	}

	.js .main-nav #menu-menu-principal li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav #menu-menu-principal li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav #menu-menu-principal li a:hover,
	.js .main-nav #menu-menu-principal li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
	}

	.js .main-nav #menu-menu-principal li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav #menu-menu-principal li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav #menu-menu-principal li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav #menu-menu-principal li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav #menu-menu-principal ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 20px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('../images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../images/select-icons.png') 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.even2{
		display: none;
	}

	#home_slider{
		display: none;
	}

	#home_slider-wrapper {
		display: none;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	
	.mini-projet:last-child {
		display: none;
	}
	
	.mini-projet {
		width:48.0% !important;
		height: 500px;
	}
	
	.mini-article {
		height: 580px;
	}
	
	.panel-wrapper {  
	 max-height:300px !important;
	 }
	 
	.panel-wrapper .title {
	top : 100px !important;
	}
	
	.read-more {
		padding-left: 0 !important;
	}
	
	#sticky .grid_2{
		display: none;
	}

	#sticky .grid_10{
		width:98.0%;
	}
	

#footer-wrapper{
	font-size: 1em;
}

#footer-wrapper a{
	font-size: 1em;
}

#footer-wrapper span{
	font-size: 1.3em;
}

h2 {
	font-size: 1.8em;
}

.prez_asso h3 {
	font-size: 1.3em;
}

.prez_asso p, .prez_asso ul{
	font-size: 1em;
	text-align: left;
}

#lastProject .grid_9 {
		width:56.333%;
}

#lastProject .grid_3 {
		width:39.667%;
}

.even:last-child {
		display: none;
}


#content {
	width: 98%;
	margin: 0 1%;
}

#widgets {
	display: none;
}

.category-nav li {
    font-size: 0.9em;
    padding: 0 10px;
}


/******************  Footer  ********************/

.foo:nth-child(-n+3){
	display: none;
}

.foo{
	font-size: 1.5em;
	width: 45%;
	padding: 0px;

}

#footer-wrapper a{
	font-weight: 400;
}

/******************  Contact  ********************/
	
iframe{
	display: none;
}

.formulaire-contact{
	margin-top: 40px;
	padding-left: 40px;
}

.coordonnees{
	margin-top: 40px;
	width: 98% !important;
}

.formulaire-contacts{
	width: 98% !important;
}

#input_3_6{
	width: 98%;
}

#input_3_3{
	width: 98%;
}

/******************  LE SIAD  ********************/

.menu-lesiad{
	width: 60%;
	margin: 40px auto;
	padding: 10px 40px 20px 40px;
}

.menu-lesiad li{
	display: block;
}
.menu-lesiad li:first-child{
	display: block;
}
.menu-lesiad li:before{
	display: none;
}
.menu-lesiad li:last-child:after{
	display: none;
}
.menu-lesiad li a{
	line-height: 40px;
	position: relative;
}
.menu-lesiad li a:before{
	content: " ";
	background: url("../images/red.png") no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	top: 4px;
	left: -15px;
	position: absolute;
}
.content-display .siad-histoire:first-of-type .title-lesiad {
    margin-top: -30px;
    position: relative;
}

.image-header-lesiad {
	margin-left: -1%;
	width:102% !important;
}

.menu-lesiad li:last-child {
	min-width: 0px;
}

.siad-histoire p {
    padding: 0px 10px;
}

/******************  Agir Ensemble  ********************/

.siad-agir p {
    padding: 0px 10px;
}

.siad-content-first {
    margin-top: 0px;
}

	/****************  Page Ressources ********************/

.page-ressources {
	width: 40% !important;
}

.ressources h2{
	padding: 40px 40px;
}


}

@media screen and (max-width: 480px) {

	body {
	}
	
	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	#menu-menu-principal ul,
	#menu-menu-principal li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	
	#sticky {
		display: none;
	}
	
	.mini-projet {
		width: 98% !important;
		height: 450px;
	}
	
	.mini-projet:last-child {
		display: block;
	}
	
	#lastProject .grid_9 {
		width:98%;
		}

	#lastProject .grid_3 {
		width:98%;
	}
/**/
	.mini-article
{
	width: 98% !important;
	height: 575px;
}

/**/

	#home_slider-wrapper {
		display: none;
	}

.category-nav li {
    font-size: 0.8em;
    padding: 0 5px 0 7px;
}

/*****************************************************/
/******************  PAGE PROJET  ********************/
/*****************************************************/

.breadcrumb-list {
    font-size: 0.7em;
    color: #8D8D8D;
}
.baseline{
	margin-top: -40px;
}
.baseline h1{
	font-size: 1.4em;
}
.baseline {
	opacity: 0.9999;
}
.infos-projet h3{
	font-size: 0.7em;
}
.infos-projet{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	padding-top: 5px;
	margin-bottom: -10px;
	background-image: none;
}
.soutenir-projet{
	width: 50%;
	padding-top: 5px;
}
.triangle{	
	display: none;
}
.partage-reseaux a:nth-child(2){
		margin: 0 20px 0 15px !important;
	}

.nav-projet-precedent{
	font-size: 1.4em;
	margin-left: 0px;
	font-weight: 300;
}
.nav-projet-suivant{
	font-size: 1.4em;
	margin-right: 0px;
	width: 140px;
}
.navigation .half_size a{
	width: 90%;
}
.navigation .half_size{
	height: 120px;
}
.ls-responsive .liquid-slider{
	display: none;
}

.foo:nth-child(-n+4){
	display: none;
}

.foo{
	width: 80%;
}

#gform_submit_button_3{
	font-size: 0.8em;
	width:40%;
}

.content-display .siad-histoire:first-of-type .title-lesiad {
    margin-top: -40px;
}

.back-top{
	right: 20px;
	bottom: 40px;
}

.logo-slider-partenaire{
	display: none;
}

/****************  Page Ressources ********************/

.page-ressources {
	width: 90% !important;
}

.ressources h2{
	padding: 20px 20px;
}

.page-ressources .dwnl-ressources{
	position: relative;
	text-align: center;
	margin-left: 0px;
	margin-top: 80px;
}

.page-ressources{
	height: auto;
}

}
@media screen and (max-width: 320px) {

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
	
	.mini-projet {
		height: 500px;
	}
	
	
	.voirplus {
		font-size: 0.8em;
	}

/*****************************************************/
/******************  PAGE PROJET  ********************/
/*****************************************************/

.breadcrumb-list{
    font-size: 0.7em;
    color: #8D8D8D;
}
.baseline{
	margin-top: -160px;
}
.baseline h1{
	font-size: 1.2em;
}
.infos-projet h3{
	font-size: 0.7em;
}
.infos-projet{
	float: left;
	width: 48%;
	font-size: 1em;
	padding-top: 5px;
	margin-bottom: -10px;
}
.soutenir-projet h3{
	font-size: 0.9em;
}
.soutenir-projet{
	width: 48%;
}
.synved-social-resolution-single{
	width: 45px !important;
	height: 45px !important;
}
.synved-share-image {
	height: 45px !important;
}
.navigation .half_size{
	height: 75px;
}
.navigation .half_size a{
	height: 75px;
	padding-top: 20px;
}
.nav-projet-precedant{
	font-size: 0.9em;
	font-weight: 400;
}
.nav-projet-suivant{
	font-size: 0.9em;
	margin-right: 10px;
	font-weight: 400;
}

#gform_submit_button_3{
	font-size: 0.7em;
}

.coordonnees h2{
	font-size: 1.2em;
}

.home-contact{
	font-size: 0.8em;
}

.mail-contact{
	font-size: 0.8em;
}

.phone-contact{
	font-size: 0.8em;
}

.formulaire-contact{
	padding-left: 20px;
}

}

@media screen and (max-width: 240px) {

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}

}

/*****************************************************/
/******************  PAGE Don  ********************/
/*****************************************************/


@media screen and (max-width: 900px) {

	.label{
		width: 170px;
	}

		select,
	input[type="password"],
	input[type="email"] {
		width: 140px;
	}

	input[type='text'],
	input[type='password'] {
		width: 140px;

	}

}


@media screen and (max-width: 480px) {

	.don-title{
		font-size: 1.8em;
		text-align: center;
	}

	.responsive-don p{
		font-size: 0.8em;
		text-align: center;
	}

	.montants-form{
		margin-left: 0px;
		margin-top:0px;
		float: left;
	}

	.montants p{
		padding-right: 10px;
		padding-left: 10px;
		font-size: 0.8em;
	}

	.autre-don{
		width: 100px !important;
	}

	.montant-total{
		position: relative;
	}

	.test-don-container img{
		display: none;
	}

	.test-don-container p{
		width: 85% !important;
	}

	.down-form{
		margin-left: 5%;
	}

	.label{
		text-align: center;
		padding-right: 0px;
	}

	.formulaire-don > div:first-child {
		width: auto !important;
		margin-top: 40px;
	}

	.montants {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.responsive-don{
		width:100%;
	}

	#formulaire-don .montants-form{
		width: 100%;
	}

	.info-actu{
		display: none;
	}

	.mini-article{
		height: 500px;
	}
}


@media (min-width: 481px) and (max-width: 768px) {

	.don-title{
		font-size: 1.8em;
		text-align: center;
	}

	.montants-form{
		margin-left: 0px;
		margin-top:0px;
		float: left;
	}

	.montants p{
		padding-right: 10px;
		padding-left: 10px;
		font-size: 1em;
	}

	.autre-don{
		width: 100px !important;
	}

	.montant-total{
		position: relative;
		left: 15%;
	}

	.valider{
		right: 15%;
	}

	.down-form{
		margin-left: 25%;
	}

	.formulaire-don > div:first-child {
		margin-top: 40px;
		text-align: center;
		float: none;
	}

	.montants {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.responsive-don{
		width:100%;
	}

	#formulaire-don .montants-form{
		width: 100%;
	}

	input[type="text"], input[type="email"] {
		width: 250px;
	}

}

@media (min-width: 741px)  and (max-width: 960px) {

	.menu-lesiad {
		font-size: 1.4vw;
	}

	.menu-lesiad li:last-child {
    	min-width: 0px;
	}

}

