@charset "utf-8";
/* Bloc thémes home page */

.boxShadow{
	-moz-box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	-o-box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color= rgba(00,00,00,0.5), Direction=NaN, Strength=20);	
}




.triangle-rose:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(209,67,127,1);
}

.triangle-jaune:after			{ 
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
	border-top: 20px solid rgba(230,180,11,1); 	}
.triangle-vert:after			{ 
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
	border-top: 20px solid rgba(155,184,68,1); 	}
.triangle-bleu:after			{ 
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
	border-top: 20px solid rgba(106,131,201,1); 	}


#menu-theme-big {
    margin-top: -220px;/*margin-top: -160px;*/
    min-height: 260px;
}

#menu-theme-big .bloc-theme{

    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: calc(50% - 15px);
		
    height: 255px;
	display:inline-block;
	vertical-align:top;
	margin-left: 10px;
    margin-right: 0px;
	margin-bottom: 30px;
	text-align:center;
	position:relative;
}
#menu-theme-big .bloc-theme .bloc-theme-img{
	height:160px;
	width:100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position:relative;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt{
	position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3{
	font-weight: 700;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:link,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:visited,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:hover,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:focus{
	font-weight: 700;
	    text-decoration: none;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:link,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:visited{
	color: rgba(34,34,39,1);
	text-decoration:none;
	font-weight:400;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:hover,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:focus,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:active{
	/*color: rgba(158,45,93,1);*/
	text-decoration:underline;
}
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt p {display:none;font-size: 0.73em;}

#menu-theme-big .bloc-theme form button.voir-plus{
    font-weight:400;
    background-color: transparent;
    border: solid 1px rgba(34,34,39,1);
    color: rgba(34,34,39,1);
    height: 32px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
    line-height: 30px;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#menu-theme-big .bloc-theme form button.voir-plus:hover{
	color: #FFF;
}

#menu-theme-big .bloc-theme form button.voir-plus:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0%;
    background-color: rgba(34,34,39,1);
    color: #FFF;
}
#menu-theme-big .bloc-theme form button.voir-plus::after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: rgba(34,34,39,0);
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#menu-theme-big .bloc-theme form select {
	height:34px;
	margin:10px;
	margin-bottom: 5px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
}

#menu-theme-big .bloc-theme form ul.ui-select {
	font-weight:400;
    color: rgba(34,34,39,1);
	margin:10px;
    margin-bottom: 5px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
    line-height: 30px;
    text-align: left;
	cursor:pointer;
	position: relative;
}
#menu-theme-big .bloc-theme form ul.ui-select.active {
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
}

#menu-theme-big .bloc-theme form ul.ui-select li.active{
		color:#FFF;
	    padding: 10px;
	
}
#menu-theme-big .bloc-theme form ul.ui-select li.active span{
	font-size: 1.5em;
	    right: 10px;
}
#menu-theme-big .bloc-theme form ul.ui-select li span{
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 2em;
    text-align: right;
    line-height: 30px;
}


.go-to-lst-type-event{
	
    cursor: pointer;
}
span.go-to-lst-type-event{
    display: block;
    height: 100%;
    width: 100%;
}





@media screen and (min-width: 480px) {
	#menu-theme-big .bloc-theme{
		width:-webkit-calc(50% - 23px);
		width:-moz-calc(50% - 23px);
		width:-o-calc(50% - 23px);
		width:calc(50% - 23px);
			
		height: 255px;
		display:inline-block;
		vertical-align:top;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
		text-align:center;
		position:relative;
	}
	#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt p {display:inline;}
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
	
	
	#menu-theme-big{
		margin-top: -160px;
		min-height: 260px;
	}
	
	#menu-theme-big .bloc-theme{
		width: 220px;
		margin-left: 10px;
    	margin-right: 10px;
	}
	
/*	#menu-theme-big .bloc-theme::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		
		border-width: 15px 15px 0 15px;
		border-color: rgba(158,45,93,0.8) transparent transparent transparent;

		display: block;
		position: absolute;
		z-index: 9;
		top: -40px;
		
		-ms-transform: translate(95px, 0px);
		-webkit-transform: translate(95px, 0px);
		transform: translate(95px, 0px);
	}*/
	
}
