@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/
*/
.titre_petit {
	font-size: 1.5em;
}
.texte_logo {
	font-size: 1.8em;
}
.marron {
	color: #AA742A
}
.gris {
	color: #333333;
}
.blanc {
	color: #fff;
}
.boutton {
    float: right;
}
.bouton1 {
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #9BD239;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}
.bouton1:hover {
	background-color: #6E932E;
}
.bouton2 {
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #009DE2;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	margin-right: 20px;
}
.bouton2:hover {
	background-color: #237BA2;
}
.bouton3 {
	float: right;
	border: 1px solid #FFFFFF;
	background-color: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}
.bouton3:hover {
	background-color: #555555;
}
.texte_special {
	font-family: lilita-one, Arial;}
.vert {
	color: #9BD239;
}
.bleu {
	color: #009DE2;
}
.titre1 {
	border-bottom: 4px solid #AA742A;
	line-height: 47px;
	padding-left: 5px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.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: 94%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.container_cabecera {
	
}
.logo1 {
	text-align: center;
	z-index: 3;
	background-color: hsla(0,0%,100%,0.45);
}
.logo1 img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 3px solid #009FE0;
}
.container_menu {
	clear: none;
	
}
.slide {
	margin-top: -10px;
	position: relative;
}
.container_slide {

}
.rond_accueil {
	clear: none;
	text-align: center;
	margin-top: 6%;
	position: relative;
}
.rond_accueil img {
	border: 3px solid #FFFFFF;
	position: relative;
}
.container_rond {
	margin-right: auto;
	margin-left: auto;
	width: 94%;
	float: none;
	margin-top: 6%;
	
}
.titre_rond_accueil {
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
}
.titre_rond_accueil img {

	

}
.fleche_droite {
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,157,224,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,157,224,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,157,224,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,157,224,1.00) 100%);
	position: absolute;
	width: 40%;
	top: 5%;
	right: 0%;
}
.fleche_gauche {
	background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(135,191,37,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(135,191,37,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(135,191,37,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(135,191,37,1.00) 100%);
	position: absolute;
	width: 40%;
	top: 5%;
}
.container_principal {
	margin-top: 4%;
}
.texte_intro {
	background-color: hsla(0,0%,100%,0.23);
	padding-bottom: 2%;
	padding-right: 2%;
	padding-left: 2%;
}
.video1 {
	clear: none;
}
.separation {
	margin-top: 4%;
	position: relative;
	border-top: 3px solid #AA742A;
	border-bottom: 4px solid #9BD239;
}
.bloc1_intro {
	clear: none;
	padding-left: 2%;
	padding-right: 2%;
	background-color: hsla(0,0%,100%,0.23);
	padding-bottom: 2%;
	margin-bottom: 4%;
}
.bloc2_intro {
	clear: none;
	background-color: hsla(0,0%,100%,0.23);
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 4%;
	
}
.container_bloc2 {
	padding-left: 2%;
	padding-right: 2%;
}
.pied {
	background-color: #F8F8F8;
	padding-bottom: 3%;
	padding-top: 3%;
	border-top: 4px solid #AA742A;
}
.carte {
	text-align: center;
}
.adresse {
	clear: none;
	text-align: center;
}
.ml {
	clear: none;
	text-align: center;
}
.omline {
	font-size: 13px;
	text-align: center;
	clear: none;
}
.iconos_pie {
	margin-top: 4%;
}
.omline img {
	width: 40px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.bloc_gauche {
	padding-bottom: 3%;
}
.bloc_droit {
	clear: none;
	background-color: hsla(0,0%,100%,0.23);
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.b1 {
	margin-top: 3%;
	clear: none;
}
.galery1 {
	margin-bottom: 3%;
}
.galery_principal {
}
.galery_second {
	display: none;
}
.galery_mini {
	clear: none;
}
.container_logo {
}
.log3 {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 90%;
	float: none;
	text-align: center;
	top: 5%;
	left: 5%;
}
.b2 {
	clear: none;
}
.telechargements {
	clear: none;
	text-transform: uppercase;
	text-align: center;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	width: 46%;
	background-color: hsla(34,34%,32%,0.45);
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	color: #FFFFFF;
}
.container_telechargements {
	text-align: left;
}
.texte_intro2 {
	background-color: hsla(0,0%,100%,0.23);
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-bottom: 2%;
}
.telechargements2 {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align: center;
	text-transform: uppercase;
	background-color: hsla(34,34%,32%,0.45);
	width: 46%;
	clear: none;
	color: #FFFFFF;
}
.carte2 {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	clear: none;
	background-color: hsla(0,0%,100%,0.23);
}
.scolaire {
	clear: none;
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: hsla(0,0%,100%,0.23);
	margin-top: 3%;
}
.img_droite {
	margin-bottom: 4%;
	clear: none;
}
.haut_page {
	width: 75px;
	height: 75px;
	float: right;
	margin-right: 5%;
	margin-bottom: 5%;
	text-align: center;
	background-color: hsla(0,0%,100%,0.75);
}
.avis_clients {
	background-color: #9BD239;
	text-align: center;
	text-transform: uppercase;
}
.resa_slide {
	z-index: 4;
	text-align: center;
	border-radius: 5px;
	color: #22B5F4;
	font-size: 18px;
	border: 2px dotted #4CC3F6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.resa_slide:hover {
	color: #AA742A;
	border: 2px dotted #AA742A;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


.avisClientsButton{
	width: 60px;
	position: absolute;
	top: 30px;
    right: 10px;
}
.avisClientsButton > p{
	padding: 2px;
	background-color: white;
	font-size: 1em;
	margin-left:-20px;
}
.resaButton{
	text-align: center;
	width: 150px;
	position: absolute;
	top: 30px;
    left: 10px;
}

.resaButton > p{
	margin-top:10px;
	padding: 2px;
	background-color: white;
	font-size: 1em;
	/* margin-left:-20px; */
}

@media only screen and (min-width: 483px){
	.avisClientsButton{
		width: 80px;
		position: absolute;
		top: 30px;
		right: 10px;
	}
	.avisClientsButton > img{
		order:1;
	}
	.avisClientsButton > p{
		padding: 5px;
		background-color: white;
		font-size: 1.2em;
		order:2;
	}
	
}

.iconos-nuevo {
	height: 60px !important;
	width:auto !important;

	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;

	transition: 0.25s;
}
.iconos-nuevo:hover{
	transform:rotate(180deg);
	transition: 0.50s;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 885px) {

.avisClientsButton{
	width:122px;
	top: 50px;
    right: 15px;
}
.avisClientsButton > p{
	padding: 10px;
}
.resaButton{
	width:122px;
	top: 50px;
    left: 15px;
}
.resaButton > p{
	padding: 10px;
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.texte_logo {
	font-size: 1.5em;
}
#div1 {
}
.container_cabecera {
}
.logo1 {
	width: 40%;
	left: 30%;
	position: absolute;
	top: 10%;
}
.logo1 img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px solid #009FE0;
}
.container_menu {
}
.slide {
	position: relative;
	border-bottom: 3px solid #87BD28;
	margin-top: -10px;
}
.container_slide {
	display: block;
}
.rond_accueil {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative;
	margin-top: -3%;
}
.rond_accueil img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
}
.container_rond {
	width: 90%;
	margin-left: 5%;
	float: none;
	margin-top: 50px;
}
.titre_rond_accueil {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	float: none;
	bottom: 0%;
	z-index: 2;
}
.fleche_droite {
	width: 40%;
	position: absolute;
	top: 10%;
	right: 0px;
}
.fleche_gauche {
	width: 40%;
	top: 10%;
	position: absolute;
}
.container_principal {
}
.texte_intro {
}
.video1 {
}
.separation {
}
.separation img {
	width: 100%;
}
.bloc1_intro {
}
.bloc2_intro {

}
.container_bloc2 {
	border-right: 1px dashed #FFFFFF;
	border-left: 1px dashed #FFFFFF;
}
.pied {
}
.carte {
}
.adresse {
}
.ml {
}
.omline {
}
.iconos_pie {
}
.bloc_gauche {
}
.bloc_droit {
}
.b1 {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.galery1 {
}
.galery_principal {
	width: 50%;
}
.galery_second {
	margin-left: 2%;
	width: 48%;
	clear: none;
	display: block;
}
.galery_mini {
	padding-left: 1%;
	padding-right: 1%;
	width: 50%;
	margin-bottom: 3%;
}
.container_logo {
}
.log3 {
	width: 40%;
	left: 30%;
}
.b2 {
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
}
.boutton{
   
}
.bouton1{
    float: none;
}
.bouton2{
    float:none;
}
.telechargements {
	width: 21%;
}
.container_telechargements {
}
.texte_intro2 {
}
.telechargements2 {
	width: 29.33%;
}
.carte2 {
}
.scolaire {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
}
.img_droite {
}
.haut_page {
}
.avis_clients {
	position: absolute;
	top: 100px;
	left: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 0 solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	z-index: 2;
	color: #FFFFFF;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.avis_clients:hover {
	padding-left: 20px;
}
.resa_slide {
	position: absolute;
	width: 26%;
	left: 37%;
	top: 27%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width: 1199px) {
.avisClientsButton{
	width:122px;
	top:130px;
	right:100px;
}
.resaButton{
	width:122px;
	top:130px;
	left:100px;
}
.gridContainer {
	width: 88.5%;
	max-width: 1600px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.texte_logo {
	font-size: 1em;
}
#div1 {
}
.container_cabecera {
	z-index: 10;
	position: fixed;
}
.logo1 {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 68px;
	margin-top: 0px;
	text-align: center;
	font-size: 2em;
	border: 2px solid #A57431;
}
.logo1 img {
	border-radius: 50%;
	border: 3px solid #AA742A;
	width: 250px;
	height: 250px;
}
.container_menu {
	float: none;
}
.slide {
	z-index: 1;
	position: relative;
	margin-top: 26px;
}
.container_slide {
}
.rond_accueil {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
}
.rond_accueil img {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	border: 3px solid #AA742A;
	z-index: 2;
	margin-top: -25%;
}
.container_rond {
	z-index: 2;
	width: 90%;
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	position: relative;
}
.titre_rond_accueil {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	float: none;
	bottom: 0%;
	z-index: 2;
	margin-top: 0px;
}
.titre_rond_accueil {
	opacity: 0;
	position: absolute;
	margin-top: 0px;
}
.titre_rond_accueil:hover {
	opacity: 1;
	/* Firefox */
    -moz-transition: all 250ms ease-in;
    /* WebKit */
    -webkit-transition: all 250ms ease-in;
    /* Opera */
    -o-transition: all 250ms ease-in;
    /* Standard */
    transition: all 250ms ease-in;
}
.titre_rond_accueil img {
	background-color: hsla(0,0%,100%,0.36);
	
}
.fleche_droite {
	position: absolute;
	width: 35%;
	right: 0%;
	top: 100px;
	z-index: 3;
	height: 30px;
}
.fleche_gauche {
	position: absolute;
	top: 100px;
	left: 0%;
	width: 35%;
	z-index: 3;
	height: 30px;
}
.container_principal {
	margin-top: 3%;
}
.texte_intro {
	width: 58%;
	margin-right: 2%;
	padding-right: 2%;
}
.video1 {
	width: 40%;
}
.separation {
	margin-top: 3%;
}
.bloc1_intro {
	width: 32%;
	margin-bottom: 3%;
}
.bloc2_intro {
	margin-left: 2%;
	margin-right: 2%;
	width: 32%;
	margin-bottom: 3%;
}
.pied {
	padding-bottom: 2%;
	padding-top: 2%;
}
.carte {
	width: 20%;
	text-align: left;
}
.adresse {
	width: 20%;
	text-align: left;
}
.ml {
	width: 40%;
}
.omline {
	text-align: right;
	width: 20%;
}

.iconos_pie {
}
.bloc_gauche {
	width: 40%;
}
.bloc_droit {
	width: 58%;
	margin-left: 2%;
}
.b1 {
}
.galery1 {

}
.galery_principal {
	width: 60%;
}
.galery_second {
	width: 38%;
}
.galery_mini {
}
.container_logo {
	position: relative;
	margin-top: 3%;
}
.log3 {
	width: 30%;
	left: 35%;
}
.b2 {
}
.telechargements {
}
.container_telechargements {
}
.texte_intro2 {
}
.telechargements2 {
	width: 46%;
}
.carte2 {
	width: 40%;
}
.scolaire {
	width: 40%;
	margin-top: 0px;
}
.img_droite {
	margin-bottom: 3%;
	width: 30%;
	margin-left: 2%;
}
.haut_page {
}
.avis_clients {
	top: 200px;
}
.resa_slide {
	top: 166px;
	border-radius: 5px;
	background-color: #FFFFFF;
	left: 41%;
	width: 18%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


.avisClientsButton{
	width:122px;
	position: absolute;
	top:130px;
	right:100px;
	z-index: 10;
}

.avisClientsButton > p{
	padding: 10px;
	background-color: white;
	font-size: 1.2em;
}

.resaButton{
	width:210px;
	position: absolute;
	top:130px;
	left:100px;
	z-index: 10;
}

.resaButton > p{
	padding: 10px;
	background-color: white;
	font-size: 1.2em;
}


}
