/* ------------------------------------------------------------------------------------------------------- ELEMNTS COMMUNS */

body {
font-family: 'Josefin Slab', serif;
color: #444444;
background-color: #eaeaea;
margin: 0;
padding: 0;
}

a, a:hover, a:visited, a:active {
text-decoration: none;
color: #444444;
}

a:hover {
border-bottom: 2px solid #0db3c4;
}

/* ------------------------------------------------------------------------------------------------------- CLASSES COMMUNES */

.icon { display:block; font-size: 85px; }

.date { font-size: 40px; margin: 20px 0 5px 0; color: #0db3c4; }

.chiffres { font-size: 45px; font-weight: bold; color: #0db3c4; display: block; }

.encart-chiffres {
display: inline-block;
width: 150px;
height: 80px;
transition-duration: 0.25s;
margin: 3px 1px;
padding: 20px 20px 10px 20px;
background-color: #e5e5e5;
text-transform: uppercase;
vertical-align: bottom;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.bouton, a.bouton {
width: 140px;
transition-duration: 0.25s;
border-radius: 40px;
font-size: 0.9em;
background: url('images/skin/icone_bouton_cv.png') no-repeat 25px 10px #0db3c4;
padding: 7px 0px 7px 80px;
display: inline-block;
text-transform: uppercase;
text-align: left;
color: #fff;
}

.bouton:hover, a.bouton:hover {
background-color: #0daaba;
border-bottom: none;
}

.centrer {
text-align: center;
}

.projet_details ul {
padding:0px;
margin:0px;
}

.projet_details ul li {
font-size: 1.2em;
padding-bottom: 20px;
list-style: none;
}

.header_visuel_epubs {
background: url('images/skin/header_epubs.png') no-repeat top center #d4d4d4;
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_visuel_animations {
background: url('images/skin/header_animations.png') no-repeat top center #d4d4d4;
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_visuel_affichage {
background: url('images/skin/header_affichage.png') no-repeat top center #d4d4d4;
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_visuel_print {
background: url('images/skin/header_print.png') no-repeat top center #d4d4d4;
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_visuel_sites {
background: url('images/skin/header_sites.png') no-repeat top center #d4d4d4;
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_visuel_mailings {
background: url('images/skin/header_mailings.png') no-repeat top center #d4d4d4;
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.icone_interet_connaissances {
background: url('images/skin/centre_interet_connaissances.png') no-repeat top center;
}

.icone_interet_etats_unis {
background: url('images/skin/centre_interet_us.png') no-repeat top center;
}

.icone_interet_parcs {
background: url('images/skin/centre_interet_parcs.png') no-repeat top center;
}

.icone_interet_musique {
background: url('images/skin/centre_interet_musique.png') no-repeat top center;
}

.icone_interet_nature {
background: url('images/skin/centre_interet_jardinage.png') no-repeat top center;
}

.gras {
font-weight: bold;
}

.grille {
background: url('images/skin/travaux_picto_menu.png') no-repeat center center;
}

.navigation_travaux {
position: absolute;
top: 340px;
right: 0;
}

.navigation_travaux ul,
.navigation_travaux_bis ul {
width: 220px;
height: 60px;
margin: 0;
}

.navigation_travaux li,
.navigation_travaux_bis li {
display: inline-block;
width: 60px;
min-height: 60px;
background-color: rgba(0, 0, 0, 0.4);
margin-left: -3px;
}

.navigation_travaux li a,
.navigation_travaux_bis li a {
display: block;
width: 60px;
min-height: 60px;
}

.navigation_travaux li a:hover,
.navigation_travaux_bis li a:hover {
border: none;
background-color: rgba(0, 0, 0, 0.3);
transition-duration: 0.25s;
}

/* Sert au positionnement de menu des travaux */
.position {
position: relative;
}

.precedent {
background: url('images/skin/travaux_picto_precedent.png') no-repeat center center;
}

.spacer {
clear: both;
}

.suivant {
background: url('images/skin/travaux_picto_suivant.png') no-repeat center center;
}

.texte_presentation {
padding: 0px 30px 10px 35px;
font-size: 1.2em;
}

.titre_presentation {
font-family: 'Pacifico', cursive;
font-size: 1.5em;
color: #fff;
padding: 0px 0px 0px 35px;
margin: 0px;
}

/* ------------------------------------------------------------------------------------------------------- PAGE ACCUEIL */

.ligne {
width: 50%;
background-color: #cecece;
padding: 1px;
margin: 30px auto 10px auto;
}

/* ------------------------------------------------------------------------------------------------------- MEDIA QUERIES */

/* ------------------------------------------------------------------------------------------------------- DEBUT MEDIA QUERY TABLETTE */

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

a.travaux {
display: inline-block;
width: 114px;
max-height: 114px;
margin: 3px 1px;
padding: 80px 0 10px 0;
text-transform: uppercase;
vertical-align: bottom;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
font-size: 0.9em;
}

a.travaux:hover, a.event:hover {
border: 0px;
}

a.event {
display: inline-block;
width: 150px;
height: 150px;
transition-duration: 0.25s;
margin: 3px 1px;
padding: 20px 10px 10px 10px;
text-transform: uppercase;
vertical-align: bottom;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color :#FFF;
}

.brocante { background-color: #eb5635; }
.noel { background-color: #f38020; }
.soiree { background-color: #497f99; }
.gamesday { background-color: #55ab67; }

h1 {
font-size: 2em;
text-align: center;
}

h2 {
position: relative;
font-size: 1.5em;
text-align: center;
font-weight: normal;
top: -25px;
}

h3 {
font-family: 'Pacifico', cursive;
font-size: 1.8em;
font-weight: normal;
text-align: center;
}

#centres_interet {
width:80%;
margin: auto;
}

.centre_interet {
display: inline-block;
text-align: center;
width: 114px;
padding: 77px 10px 30px 10px;
vertical-align: top;
font-size: 1.2em;
}

.centre_interet p {
width: 110px;
text-align: center;
margin: auto;
}

.container {
width: 100%;
}

.container_embed {
position: relative;
padding-bottom: 56%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.colonne_responsive {
background: url('images/skin/fond_etiquette.png') no-repeat 0px 5px;
width: 90%;
padding: 0 0 40px 0;
margin: auto;
}

.coordonnees {
color: #999999;
text-align: center;
}

.coordonnees .titre {
font-size: 2em;
line-height: 0.1em;
}

.coordonnees .tel {
font-size: 1.5em;
line-height: 0.3em;
}

.coordonnees .adresse {
font-size: 1.2em;
line-height: 0.4em;
}

.coordonnees .ligne_bleue {
width: 190px;
min-height: 1px;
background-color: #0db3c4;
margin: auto;
}

.formulaire {
background-color: #e5e5e5;
margin: auto;
width: 80%;
padding: 25px;
color: #999999;
min-height: 520px;
}

.formulaire form {
text-transform: uppercase;
font-size: 0.8em;
display: inline;
}

.formulaire button {
width: 160px;
transition-duration: 0.25s;
border-radius: 40px;
font-size: 1.2em;
padding: 15px 0px 15px 0px;
display: block;
font-family: 'Josefin Slab', serif;
text-transform: uppercase;
text-align: center;
color: #fff;
border: none;
background-color: #0db3c4;
margin: auto;
}

.formulaire input, textarea {
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
box-sizing: border-box;
border: 0;
background: white;
padding: 12px;
width: 100%;
margin: 0 0 12px;
font-size: 16px;
line-height: 1.38;
color: #a3a3a3;
font: 1.5em 'Josefin Slab', serif; 
}

.formulaire textarea {
resize: none;
}

.formulaire_titre {
font-size: 1.2em;
padding-bottom: 10px;
text-align: center;
}

.header_accueil {
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #cfcfcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cfcfcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
height: 560px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_photo {
background: url('images/skin/portrait.png') no-repeat center+20px;
min-height: 560px;
}

.pliage_accueil {
float: left;
width: 63px;
height: 63px;
background: url('images/skin/responsive_home.png') no-repeat left top;
}

.pliage_accueil a {
display: block;
width: 63px;
height: 63px;
}

.pliage_accueil a:hover {
border: none;
}

.menu {
width: 100%;
}

.menu ul {
text-align: center;
margin: 0;
padding: 0;
}

.menu li {
display: block;
background-color: #eaeaea;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cecece;
}

.menu li a {
display: block;
font-size: 0.875em;
line-height: 2em;
text-align: center;
padding-top: 1em;
padding-right: 0px;
padding-bottom: 1em;
padding-left: 0px;
box-shadow: #d5d5d5;
text-transform: uppercase;
font-weight: bold;
}

.menu li a:hover {
border-bottom: none;
}

#navbar {
display: none;
width: 100%;
}

.navbar_fond {
height: 63px;
background-color: #eaeaea;
border-bottom: 1px solid #cecece;
}

#navbar_bouton {
float: right;
display: block;
width: 63px;
height: 63px;
background: url('images/skin/responsive_menu.png') no-repeat left top;
}

.picto_animations {
background: url('images/skin/picto_animations_over.png') no-repeat center 15px #eb5635;
background-size: 50% 50%;
}

.picto_mailings {
background: url('images/skin/picto_mailings_over.png') no-repeat center 15px #f38020;
background-size: 50% 50%;
}

.picto_print {
background: url('images/skin/picto_print_over.png') no-repeat center 15px #497f99;
background-size: 60% 45%;
}

.picto_pubs {
background: url('images/skin/picto_pubs_over.png') no-repeat center 15px #0094c5;
background-size: 50% 50%;
}

.picto_signage {
background: url('images/skin/picto_signage_over.png') no-repeat center 15px #55ab67;
background-size: 65% 50%;
}

.picto_sites {
background: url('images/skin/picto_sites_over.png') no-repeat center 15px #55c2c2;
background-size: 65% 50%;
}

.picto_vide {
position: relative;
height: 19px;
background-color: #e5e5e5;
}

.separation {
height: 60px;
background-color: #e6e6e6;
}

.sous_titre {
font-size: 1.2em;
position: relative;
top: -35px;
}

#travaux {
width:80%;
margin: auto;
}

.projet_details {
background: #e6e6e6;
width: 80%;
margin: 0 auto 20px auto;
padding: 15px 20px 20px 20px;
}

.projet_contenu {
width: 80%;
margin: auto;
text-align: center;
}

.projet_contenu img {
display: inline;
margin: auto;
width: 100%;
padding-bottom: 20px;
}

.projet_contenu .no_resize {
max-width: 100%;
}

.navigation_travaux_bis {
float: right;
margin: 0;
padding: 0;
}


} /* ----------------------------------------------------------------------------------------------------- FIN MEDIA QUERY TABLETTE */

/* ------------------------------------------------------------------------------------------------------- DEBUT MEDIA QUERY DESKTOP */

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

a.travaux {
display: inline-block;
width: 180px;
max-height: 180px;
transition-duration: 0.25s;
margin: 3px 1px;
padding: 140px 0 10px 0;
background-color: #e5e5e5;
text-transform: uppercase;
vertical-align: bottom;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

a.travaux:hover, a.event:hover {
border: 0px;
color: #ffffff;
}

h1 {
font-size: 3em;
text-align: center;
}

h2 {
position: relative;
font-size: 2.3em;
text-align: center;
font-weight: normal;
top: -35px;
}

h3 {
font-family: 'Pacifico', cursive;
font-size: 2.3em;
font-weight: normal;
top: -35px;
}

.alignement_bouton {
padding-top: 115px;
}

.centre_interet {
position: relative;
top: -20px;
float: left;
text-align: center;
width: 20%;
min-height: 77px;
padding: 77px 0 0 0;
font-size: 1.2em;
}

.centre_interet p {
width: 110px;
text-align: center;
margin: auto;
}

.container {
width: 1024px;
margin: auto;
}

.colonne_desktop {
background: url('images/skin/fond_etiquette.png') no-repeat 0px 5px;
width: 50%;
float: left;
padding: 0px;
margin: 0px;
}

.coordonnees {
display: inline-block;
position: relative;
top: -250px;
color: #999999;
text-align: center;
margin: 50px;
}

.coordonnees .titre {
font-size: 2.5em;
line-height: 0.2em;
}

.coordonnees .tel {
font-size: 1.8em;
line-height: 0.3em;
}

.coordonnees .adresse {
font-size: 1.5em;
line-height: 0.4em;
}

.coordonnees .ligne_bleue {
width: 250px;
min-height: 1px;
background-color: #0db3c4;
margin: auto;
}

a.event {
display: inline-block;
width: 150px;
height: 150px;
transition-duration: 0.25s;
margin: 3px 1px;
padding: 20px 20px 10px 20px;
background-color: #e5e5e5;
text-transform: uppercase;
vertical-align: bottom;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.brocante:hover { background-color: #eb5635; }
.noel:hover { background-color: #f38020; }
.soiree:hover { background-color: #497f99; }
.gamesday:hover { background-color: #55ab67; }

.formulaire {
display: inline-block;
background-color: #e5e5e5;
width: 580px;
padding: 25px;
color: #999999;
}

.formulaire_colonne {
width: 49%;
display: inline-block;
}

#email {
padding-left: 7px;
width: 100%;
}

.formulaire form {
text-transform: uppercase;
font-size: 0.8em;
display: inline;
}

.formulaire button {
width: 160px;
transition-duration: 0.25s;
border-radius: 40px;
font-size: 1.2em;
font-family: 'Josefin Slab', serif;
padding: 15px 0px 15px 0px;
display: block;
text-transform: uppercase;
text-align: center;
color: #fff;
border: none;
background-color: #0db3c4;
float: right;
}

.formulaire button:hover {
background-color: #0daaba;
}

.formulaire input, textarea {
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
box-sizing: border-box;
border: 0;
background: white;
padding: 12px;
width: 100%;
margin: 0 0 12px;
font-size: 16px;
line-height: 1.38;
color: #a3a3a3;
font: 1.5em 'Josefin Slab', serif; 
}

.formulaire textarea {
resize: none;
}

.formulaire_titre {
font-size: 1.2em;
padding-bottom: 10px;
}

.header_accueil {
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #cfcfcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cfcfcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
height: 560px;
width: 100%;
border-bottom: 1px solid #fff;
}

.header_photo {
background: url('images/skin/portrait.png') no-repeat center;
min-height: 560px;
}

.header_travaux {
height: 400px;
width: 100%;
border-bottom: 1px solid #fff;
}

.home {
width: 53px;
height: 53px;
margin: 38px 30px;
background: url('images/skin/home.png') no-repeat;
}

.home a {
display: block;
width: 53px;
height: 53px;
}

.home a:hover {
background: url('images/skin/home_over.png') no-repeat;
border-bottom: none;
}

.menu {
float: left;
width: 86%;
min-height: 50px;
}

.menu ul {
text-align: right;
}

.menu li {
display: inline;
padding: 0 40px 0 0;
text-transform: uppercase;
font-size: 0.875em;
font-weight: bold;
}

.menu .active a {
border-bottom: 2px solid #0db3c4;
}

#navbar_bouton {
display: none;
}

.picto_animations {
background: url('images/skin/picto_animations.png') no-repeat center 30px;
}

.picto_animations:hover {
background: url('images/skin/picto_animations_over.png') no-repeat center 30px #eb5635;
}

.picto_mailings {
background: url('images/skin/picto_mailings.png') no-repeat center 30px;
}

.picto_mailings:hover {
background: url('images/skin/picto_mailings_over.png') no-repeat center 30px #f38020;
}

.picto_print {
background: url('images/skin/picto_print.png') no-repeat center 30px;
}

.picto_print:hover {
background: url('images/skin/picto_print_over.png') no-repeat center 30px #497f99;
}

.picto_pubs {
background: url('images/skin/picto_pubs.png') no-repeat center 30px;
}

.picto_pubs:hover {
background: url('images/skin/picto_pubs_over.png') no-repeat center 30px #0094c5;
}

.picto_signage {
background: url('images/skin/picto_signage.png') no-repeat center 30px;
}

.picto_signage:hover {
background: url('images/skin/picto_signage_over.png') no-repeat center 30px #55ab67;
}

.picto_sites {
background: url('images/skin/picto_sites.png') no-repeat center 30px;
}

.picto_sites:hover {
background: url('images/skin/picto_sites_over.png') no-repeat center 30px #55c2c2;
}

.picto_vide {
position: relative;
height: 19px;
}

.pliage_accueil {
float: left;
width: 140px;
height: 206px;
background: url('images/skin/pliage_accueil.png') no-repeat left top;
}

.separation {
min-height: 150px;
background-color: #e6e6e6;
}

.sous_titre {
font-size: 1.7em;
position: relative;
top: -45px;
}

.projet_details {
background: #e6e6e6;
width: 260px;
float: right;
margin: 0 35px 0 0;
padding: 15px 20px 20px 20px;
}

.projet_contenu {
text-align: center;
margin: 0 0 0 35px;
width: 650px;
}

.projet_contenu img {
display: inline;
margin: auto;
padding-bottom: 25px;
width: 100%;
}

.navigation_travaux_bis {
width: 210px;
margin: auto;
padding-left: 730px;
}

} /* FIN MEDIA QUERY DESKTOP */


.projet_details p:first-child {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

.projet_details p:nth-child(4),
.projet_details p:nth-child(6) {
font-size: 1.2em;
margin-top: -10px;
}

.projet_details .trait {
background: #0db3c4;
min-height: 1px;
width: 170px;
margin: -10px auto 30px auto;
}

.project_details_titre {
text-transform: uppercase;
color: #969696;
font-weight: bold;
}

