/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.main_color .av-masonry
{
  background-color: transparent!important;
}
.couleur0
{
	background-color: #000000!important;  
}

.couleur1 a
{
	color: #004985!important;
}
.couleur1 a:hover
{
	background-color: #004985!important;  
	color: #ffffff!important;
}

.couleur2 a
{
	color: #005796!important;  
}
.couleur2 a:hover
{
	background-color: #005796!important;  
	color: #ffffff!important;
}


.couleur3 a
{
	color: #0066a9!important;  
}
.couleur3 a:hover
{
	background-color: #0066a9!important;  
	color: #ffffff!important;
}



.couleur4 a
{
	color: #0076bd!important;  
}
.couleur4 a:hover
{
	background-color: #0076bd!important;  
	color: #ffffff!important;
}


.couleur5 a
{
	color: #1a8dc9!important;  
}
.couleur5 a:hover
{
	background-color: #1a8dc9!important; 
	color: #ffffff!important; 
}


.couleur6 a
{
	color: #6ca7d6!important;  
}
.couleur6 a:hover
{
	background-color: #6ca7d6!important;  
	color: #ffffff!important;
}

.couleur7 a
{
	color: #6ca7d6!important;  
}
.couleur7 a:hover
{
	background-color: #ffffff!important;  
	color: #ffffff!important;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
#full_slider_1 .avia-slideshow-inner, .caption_fullwidth, #full_slider_1 img
{
  height: 380px;
  
}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  
#full_slider_1 .avia-slideshow-inner, .caption_fullwidth, #full_slider_1 img
{
  height: 318px;
  width: 872px;
  right: 60px;
}

.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
{
  
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  max-width: 300px;
}

.responsive #top .slideshow_caption h2
{
  font-size: 16px;
}

}