@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

    .gras {
	font-weight: normal;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #719d40;
    }

    .monte {
	    clear: none !important;
    }

    .a_al {
	    clear: both !important;
    }
    
	.texte_special {
	
	}

	.color1 {
	
	}

	.color2 {
	
	}

	.color3 {
	
	}

	.color4 {
	
	}

	.size1 {
	
	}

	.size2 {
	
	}

	.size3 {
	
	}

	.size4 {
	
	}

    .class_h {
	color: #1d5671;
	}

    .fluidList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;        
    }

/* Mobile Layout: 480px and below. */
   
   .gridContainer {
	    margin-left: auto;
	    margin-right: auto;
	    width: 86.45%;
	    padding-left: 2.275%;
	    padding-right: 2.275%;
	    clear: none;
	    float: none;
    }

    .zeroMargin_mobile {
        margin-left: 0;
    }
    
	.hide_mobile {
        display: none;
    }

    .plus {
	    position: absolute;
        width: 30px;
        bottom: 10px;
        right: 10px;
    }

    .blanc {
	
	}
	
	.sombra {
	
	}
	
	.container_actualidad_compact {
	
	}

	.container_actu_compact {
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	}
	.container_actu_compact:hover {
	/* Firefox */
	-moz-transform: scale(1) rotate(-5deg) translate(-50px);

	/* WebKit */
	-webkit-transform: scale(1) rotate(-5deg) translate(-50px);

	/* Opera */
	-o-transform: scale(1) rotate(-5deg) translate(-50px) ;
	/* Standard */
	transform: scale(1) rotate(-5deg) translate(-50px)
	}
	.titre_actu_compact {
    text-transform: uppercase;	
	}
	
	.texte_actu_compact {
	
	}
	
	.bouton_actu_compact {
	display: none;
	}
	
	.container_actualidad_full {
	padding: 10px;
    background-color: #fff;
		margin-bottom: 20px;
	}
	
	.container_widget_full {
	
	}
	
	
	.bouton_enlace {
	width: 150px;
    border-radius: 6px;
    background-color: #638a37;
    padding: 7px;
    text-align: center;
    color: #fff;
	}
	
.bouton_enlace a {color:#fff;}
	.video_actu {
	
	}
	
	
	.container_video_actu {
	    width: 52px;
    clear: none;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
	}
	
	
	.various {
	
	}
	
	
	.prix_actu {
	
	}
	
	
	.annee_actu {
	
	}
	
	
	.sup_actualidad {
	
	}
	
	
	.cap_actualidad {
	
	}
	
	
	.heure {
	
	}
	
	
	.fecha_actu {
	
	}
	
	
	.contenido_texto_actualidad {
	
	}
	
	
	.section_actualidad {
    clear: none;
	margin-top: 15px;
	}
	
	
	.container_img_actualidad {
	position: relative;
	}
	
	
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    
	.size1 {
	
	}
    
	.size2 {
	
	}

	.size3 {
	
	}

	.size4 {
	
	}
    
	.gridContainer {
	    width: 90.675%;
	    padding-left: 1.1625%;
	    padding-right: 1.1625%;
	    clear: none;
	    float: none;
	    margin-left: auto;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }
	
	.plus {
	    position: absolute;
        width: 30px;
        bottom: 10px;
        right: 10px;
    }

	.blanc {
	
	}
	
	.sombra {
	
	}
	
	.container_actualidad_compact {
	
	}
	
	.container_actu_compact {
	padding: 10px;
    background-color: #84b54d;
    margin-bottom: 15px;
    color: #fff;
    background-image: -webkit-linear-gradient(0deg,rgba(93,130,51,1.00) 0.52%,rgba(132,181,77,1.00) 17.61%,rgba(132,181,77,1.00) 45.60%,rgba(93,130,51,1.00) 65.28%);
    background-image: -moz-linear-gradient(0deg,rgba(93,130,51,1.00) 0.52%,rgba(132,181,77,1.00) 17.61%,rgba(132,181,77,1.00) 45.60%,rgba(93,130,51,1.00) 65.28%);
    background-image: -o-linear-gradient(0deg,rgba(93,130,51,1.00) 0.52%,rgba(132,181,77,1.00) 17.61%,rgba(132,181,77,1.00) 45.60%,rgba(93,130,51,1.00) 65.28%);
    background-image: linear-gradient(90deg,rgba(93,130,51,1.00) 0.52%,rgba(132,181,77,1.00) 17.61%,rgba(132,181,77,1.00) 45.60%,rgba(93,130,51,1.00) 65.28%);
	border-radius: 5px;
	}
	
	.titre_actu_compact {
	
	}
	
	.texte_actu_compact {
	
	}
	
	.bouton_actu_compact {
	
	}
	
	.container_actualidad_full {
	
	}
	
	.container_widget_full {
	
	}
	
	
	.bouton_enlace {
	
	}
	
	
	.video_actu {
	
	}
	
	
	.container_video_actu {
	
	}
	
	
	.various {
	
	}
	
	
	.prix_actu {
	
	}
	
	
	.annee_actu {
	
	}
	
	
	.sup_actualidad {
	
	}
	
	
	.cap_actualidad {
	
	}
	
	
	.heure {
	
	}
	
	
	.fecha_actu {
	
	}
	
	
	.contenido_texto_actualidad {
	
	}
	
	
	.section_actualidad {
	
	}
	
	
	.container_img_actualidad {
	
	}
	
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
	.size1 {
	
	}
    
	.size2 {
	
	}
    
	.size3 {
	
	}
    
	.size4 {
	
	}
    
	.gridContainer {
	    width: 88.5%;
	    max-width: 1232px;
	    padding-left: 0.75%;
	    padding-right: 0.75%;
	    margin: auto;
	    clear: none;
	    float: none;
	    margin-left: auto;
    }


    .zeroMargin_desktop {
        margin-left: 0;
    }
	
    .hide_desktop {
        display: none;
    }

	.plus {
	    position: absolute;
        width: 30px;
        bottom: 10px;
        right: 10px;
    }

	.blanc {
	
	}
	
	.sombra {
	
	}
	
	.container_actualidad_compact {
	
	}
	
	.container_actu_compact {
	
	}
	
	.titre_actu_compact {
	
	}
	
	.texte_actu_compact {
	
	}
	
	.bouton_actu_compact {
	
	}
	
	.container_actualidad_full {
	
	}
	
	.container_widget_full {
	
	}
	
	
	.bouton_enlace {
	
	}
	
	
	.video_actu {
	
	}
	
	
	.container_video_actu {
	
	}
	
	
	.various {
	
	}
	
	
	.prix_actu {
	
	}
	
	
	.annee_actu {
	
	}
	
	
	.sup_actualidad {
	
	}
	
	
	.cap_actualidad {
	
	}
	
	
	.heure {
	
	}
	
	
	.fecha_actu {
	
	}
	
	
	.contenido_texto_actualidad {
	
	}
	
	
	.section_actualidad {
	
	}
	
	
	.container_img_actualidad {
	
	}
	
	
}

@media only screen and (min-width: 1024px) {
.container_img_actualidad{
	width: 40%;
	}
	.section_actualidad {
		width: 40%;
		padding-left: 20px;
		margin-top: -10px;
	}
}
