/*
Theme Name: smile_lesalon
Theme URI: http://pm-vial/smile_lesalontheme
Author: PM-VIAL
Author URI: http://pm-vial/smile_lesalontheme
Description: PMTHEMEsmile_lesalon
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: smile_lesalon
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #1d1d1b;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	/*width: 200px;*/
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	max-height: 55em;
}

@media screen and (min-width: 37.5em) {

}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smile_lesalony,
.entry-content .wp-smile_lesalony,
.comment-content .wp-smile_lesalony {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* TRAVAIL ICI */

/*ATTENTION A TOUS LES PODOMS DANS TEMPLATE + STYLE = A MODIFIER*/

/*GLOBAL*/


/*HELVETICA NEUE LIGHT CONDENSED WHOUUU !*/
@font-face {
	font-family: 'Conv_HELVNULC';
	src: url('fonts/HELVNULC.eot');
	src: local('☺'), url('fonts/HELVNULC.woff') format('woff'), url('fonts/HELVNULC.ttf') format('truetype'), url('fonts/HELVNULC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_HELVNUL';
	src: url('fonts/HELVNUL.eot');
	src: local('☺'), url('fonts/HELVNUL.woff') format('woff'), url('fonts/HELVNUL.ttf') format('truetype'), url('fonts/HELVNUL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





	@font-face {
				font-family: 'Helvetica-Condensed-Bold';
				src: url('fonts/helveticacondensedbold.eot');
				src: url('fonts/helveticacondensedbold.eot?#iefix') format('embedded-opentype'),
						 url('fonts/helveticacondensedbold.woff') format('woff'),
						 url('fonts/helveticacondensedbold.ttf') format('truetype'),
						 url('fonts/helveticacondensedbold.svg#helveticacondensedbold') format('svg');
				font-weight: normal;
				font-style: normal;
		}


	@font-face {
				font-family: 'Helvetica-Condensed';
				src: url('fonts/helveticacondensed.eot');
				src: url('fonts/helveticacondensed.eot?#iefix') format('embedded-opentype'),
						 url('fonts/helveticacondensed.woff') format('woff'),
						 url('fonts/helveticacondensed.ttf') format('truetype'),
						 url('fonts/helveticacondensed.svg#helveticacondensed') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
				font-family: 'HelveticaNeueLTCom-BdCn';
				src: url('fonts/helveticaneueltcom77boldcondensed.eot');
				src: url('fonts/helveticaneueltcom77boldcondensed.eot?#iefix') format('embedded-opentype'),
						 url('fonts/helveticaneueltcom77boldcondensed.woff') format('woff'),
						 url('fonts/helveticaneueltcom77boldcondensed.ttf') format('truetype'),
						 url('fonts/helveticaneueltcom77boldcondensed.svg#helveticaneueltcom77boldcondensed') format('svg');
				font-weight: normal;
				font-style: normal;
		}




@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?uqgewx');
    src:    url('fonts/icomoon.eot?uqgewx#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?uqgewx') format('truetype'),
        url('fonts/icomoon.woff?uqgewx') format('woff'),
        url('fonts/icomoon.svg?uqgewx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-cube:before {
    content: "\e910";
}
.icon-arobase_z:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-prev_z:before {
    content: "\e902";
}
.icon-next_z:before {
    content: "\e903";
}
.icon-groupe_z:before {
    content: "\e904";
}
.icon-dossiers_z:before {
    content: "\e905";
}
.icon-camera_z:before {
    content: "\e906";
}
.icon-interview_z:before {
    content: "\e907";
}
.icon-chapeau:before {
    content: "\e908";
}
.icon-fichier_z:before {
    content: "\e909";
}
.icon-copyright_z:before {
    content: "\e90a";
}
.icon-tribarre_z:before {
    content: "\e90b";
}
.icon-contact_z:before {
    content: "\e90c";
}
.icon-visite_z:before {
    content: "\e90d";
}
.icon-presentation_z:before {
    content: "\e90e";
}
.icon-accueil_z:before {
    content: "\e90f";
}

body{
	font-family: arial;
}



/* HEADER */
#masthead{
	background: #1d1d1b;
	z-index:9999;
	padding-top: 10px;
}


.top_bandeau_large{
	position: fixed;
	top:144px;
	z-index:-1;
}



@media screen and (min-width:1180px) {
	#masthead{
		position: fixed;
		width:100%;
		top:0px;
		left:0px;
	}
	.admin-bar #masthead{
		top:32px;
	}

	#main {
		padding-top: 153px;
	}
}

.site_width2{
	max-width: 1080px;
	margin:0px auto;
}

h1{
	margin:0px;
}

.clearfix:after{
	content:'';
	display: block;
	overflow: hidden;
	font-size:0px;
	line-height: 0px;
	clear: both;
}


#masthead .site-branding{
	width:170px;
	float: left;
	margin-top:2px;
	margin-bottom: 0px;
	margin-right: 7%;
	margin-left: 1%;
}

.site-title img{
	vertical-align: top;
}

/* NAV */
#site-navigation{
	width:518px;
	float: left;
	clear: none;
	margin-top:2px;
}




.icon_top_menu{
	background:#fff;
	color:#1d1d1b;
	height:51px;
	width:51px;
	display: block;
	font-size:24px;
	padding-top:12px;
	border-radius: 100%;
	margin-bottom: 7px;
	margin-left:auto;
	margin-right: auto;
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
	color:#fff;
}

@media screen and (min-width: 1081px) {
	.icon_top_menu{
		background:none;
		border: 2px solid #efd500;
	}
}

.icon_top_menu.icon-presentation_z{
	font-size:29px;
	padding-top:10px;
}


.icon_top_menu.icon-visite_z{
	font-size:18px;
	padding-top:16px;
}

.icon_top_menu.icon-contact_z{
	font-size:26px;
	padding-top:12px;
}

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


.menu > li{
	padding-top:15px;
	width:129px;
	height:132px;
	overflow: hidden;
	position: relative;
}

.menu > li:after,.menu > li:last-child:before{
	content:' ';
	display: block;
	height:82px;
	background:#fff;
	left:0px;
	width:1px;
	position: absolute;
	top:10px;
	z-index:99999;
}

.menu > li:last-child:before{
	right:0px;
	left:inherit;
	z-index:99999;
}

.menu li a{
	display: block;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size:16px;
	transition:0.4s;
	-webkit-transition:0.4s;
}

.main-navigation ul ul {
    box-shadow: none;
    float: left;
    font-weight: normal;
    left: 0px;
    position: absolute;
    top: 87px;
    z-index: 999;
    width:100%;
    transition:0.4s;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    opacity: 0;
    padding-bottom: 0px;
}

.main-navigation ul ul li{
	text-align: center;
	width:100%;
}

.main-navigation ul ul a{
	font-weight: normal;
	font-size: 14px;
	display: block;
	width:100%;
}

/* HOVER */
.menu > li:hover .icon_top_menu, .menu > li.parent_current .icon_top_menu {
	color: #efd500;
}

.menu > li:hover > ul, .menu > li.parent_current > ul{
	background:#1d1d1b;
	top:75px;
	transform: translate(0px,-15px);
	-webkit-transform: translate(0px,-15px);
    opacity: 1;
}

.menu > li:hover > a, .menu > li.parent_current > a{
	transform:translate(0px,-15px);
	-webkit-transform:translate(0px,-15px);
}

.menu li ul a:hover,.menu li ul a.current{
	color:#efd500;
} 

.menu li ul a.current{
	font-weight: bold;
}

}



/* ATTENTION POUR LE MENU, FAIRE UN TEST SUR TOUS LES NAVIGATEURS + IE !! */

/* Menu boite */
.menu_boite{
	float: left;
	margin-left: 3%;
	padding-left: 0px;
	margin-top:5px;
}
.menu_boite li{
	float: left;
	list-style:none;
}
.menu_boite li a{
	display: block;
	color:#fff;
	font-size:14px;
	font-weight: normal;
	line-height: 1.1em;
	background: url('imgs/btn_espace_peda.png') no-repeat top center;
	width:122px;
	padding-top: 65px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_boite li a.espace_professionnel{
	background-image: url('imgs/btn_espace_peofessionnel.png');
}

.menu_boite li a:hover{
	color:#B8007B;
}
.menu_boite li a.espace_professionnel:hover{
	color:#efd500;
}
.r_s{
	float: right;
	margin:0px;
	padding:0px;
	margin-top:5px;
	list-style: none;
	margin-right:10px;
}
.r_s li{
	margin:10px;
}
.r_s li a {
	display: block;
	width:41px;
	height:41px;
	border:2px solid #efd500;
/*	background:#efd500;*/
	border-radius:100%;
	padding:9px;
	font-size:19px;
	color:#fff;
	text-align: center;
	
}

.r_s li a .txt{ 
	text-indent: -99999px;
	display: block;
	text-align: left;
}

.r_s li a:hover,.r_s li a.current {
	color:#efd500;
	
}




/* FOOTER */

#master_foot{
	background:#1d1d1b;
	padding:30px 0px 25px 0px;
}

#master_foot div ul{
	float: left;
	width:18%;
	margin: 0px 1%;
	padding:0px;
	list-style: none;
}

#master_foot div ul li{
	line-height: 2em;
	margin:10px 0px;
}

#master_foot div ul a,#master_foot div ul span{
	color:#9c9d9f;
	font-size: 12px;
	text-transform: uppercase;
	transition:0.4s;
}

#master_foot div ul a{
	display: block;
}

#master_foot div ul a:hover{
	color:#fff;
}

#master_foot div ul a:hover span{
	background:#fff;
}

#master_foot div ul a span,#master_foot div ul span span{
	display: inline-block;
	width:24px;
	height: 24px;
	margin-right: 8px;
	background:#9d9c9c;
	color:#1d1d1b;
	border-radius:100%;
	text-align: center;
	padding-top: 6px;
	vertical-align: middle;
}

#master_foot div ul a span.icon-presentation_z{
	font-size: 14px;
	padding-top: 5px;
}

#master_foot div ul a span.icon-camera_z{
	font-size: 9px;
	padding-top: 8px;
}

#master_foot div ul li.special_espace{
	line-height: 1em;
	margin-bottom: 16px;
}

#master_foot div ul li.special_espace a span{
	display: block;
	float: left;
	font-size:24px;
	background:none;
	color:#9c9d9f;
}

#master_foot div ul li.special_espace a:hover span{
	color:#fff;
}

/* BANDEAU VERT AU DESSUS DU FOOTER  + BANDEAU GRIS POUR PAGES SMILE / PRESENTATION / ETC */
#bandeau_vert, #bandeau_gris{
	background: #efd500;
	padding:37px 13% 30px 13%;
	margin-bottom: 17px;
	margin-top:17px;
}

#bandeau_gris{
	background: #1d1d1b;
	margin:0px;
	text-align: center;
	padding: 37px 10% 30px 10%;
}

#voir_aussi{
	
}
#voir_aussi h2 {
	color:#1d1d1b;
	background:#efd500;
	text-transform: uppercase;
	text-align: center;
	font-size:27px;
	line-height: 2em;
}

#bandeau_vert ul, #bandeau_gris ul{
	margin:0px;
	padding:0px;
}

#bandeau_vert ul li, #bandeau_gris ul li{
	float: left;
	width:23%;
	margin:0px 1%;
	line-height: 1em;
	list-style: none;
}
#bandeau_gris ul li.seul_tout{
	width:173px;
}
#bandeau_gris ul li{
	float: none;
	display: inline-block;
	text-align: left;
}

#bandeau_vert ul li a, #bandeau_gris ul li a{
	color:#1d1d1b;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	display: block;
	transition:0.3s;
}

#bandeau_gris ul li a{
	color:#efd500;
}

#bandeau_vert ul li a span.icon_bandeau,#bandeau_gris ul li a span.icon_bandeau{
	display: inline-block;
	vertical-align: middle;
	font-size:24px;
	background:#fff;
	color:#1d1d1b;
	width:50px;
	height:50px;
	font-size:26px;
	text-align: center;
	padding-top: 12px;
	margin-right:8px;
	border-radius: 100%;
	transition:0.3s;
}

#bandeau_gris ul li a span.icon-interview_z, #bandeau_gris ul li a span.icon-camera_z{
	font-size:22px;
	padding-top: 13px;
}
#bandeau_gris ul li a span.icon-camera_z{
	font-size:19px;
	padding-top: 15px;
}

#bandeau_gris ul li a span.icon_bandeau{
	background: #efd500;
}

#bandeau_vert ul li a span.txt_bd,#bandeau_gris ul li a span.txt_bd{
	display: inline-block;
	vertical-align: middle;
}

#bandeau_vert ul li a:hover,#bandeau_gris ul li a:hover{
	color:#fff;
}

#bandeau_vert ul li a:hover span.icon_bandeau,#bandeau_gris ul li a:hover span.icon_bandeau{
	transform:scale(1.1);
	color:#efd500;
}

#bandeau_gris ul li a:hover span.icon_bandeau{
	color:#fff;
}


/* CONTENU PAGE */


/* Image une */

.image_top_page
{
	display: none;
}

.espace_thumbnail_top{
	min-height:150px;
}

#content h1{
	font-size:130px;
	text-transform: uppercase;
	font-family: 'Helvetica-Condensed-Bold', helvetica, arial;
	line-height: 0.9em;
	color:#fff;
	font-weight: normal;
	text-align: left;
}

#content .boite_presentation h1{
	font-size:100px;
}

h2{
	font-size:24px;
	font-weight: bold;
	line-height:1.2em;
	color:#1d1d1b;
	font-weight: bold;
	margin:0px;
}

h3{
	font-size:16px;
	color:#fff;
	margin:3px 0px;
	line-height: 1.3em;
}

p{
	font-size:14px;
	color:#1d1d1b;
}

#content img{
	vertical-align: top;
}


	/* Txt sur fond blanc */
	#content .section_fblanc h1{
		color:#1d1d1b;
	}

	.section_fblanc h2{
		color:#1d1d1b;
	}
	.section_fblanc h3{
		color:#efd500;
	}
	.section_fblanc p{
		color:#1d1d1b;
	}	
	/* fin txt sur fond blanc */

	/* Txt sur fond gris */
	#content .section_fgris h1{
		color:#fff;
		margin-bottom: 10px;
	}

	.section_fgris h2{
		color:#1d1d1b;
	}
	.section_fgris h3{
		color:#ffffff;
	}
	.section_fgris p{
		color:#1d1d1b;
	}	
	/* fin txt sur fond blanc */
	
	/* Txt sur fond noir */
	#content .section_fnoir h1{
		color:#fff;
		margin-bottom: 20px;
	}

	.section_fnoir h2{
		color:#efd500;
		margin-top: 10px;
	}

	.section_fnoir h3{
		color:#ffffff;
	}
	.section_fnoir p{
		color:#9c9d9f;
	}	
	/* fin txt sur fond noir */

	

#content .col_left_intro h1{
	text-align: right;
}

#content h1 .title_info{
	display: block;
	line-height: 0.9em;
}

#content h1 .grand_titre_vert{
	display: block;
	font-size:70px;
	color:#efd500;
	line-height: 0.8em;
	font-family: 'Helvetica-Condensed', helvetica, arial;

}



#content h1 .ville_intro{
	font-family: 'Helvetica-Condensed', helvetica, arial;
	font-size:46px;
	display: block;
	line-height: 1.2em;
	color:#efd500;
}

#content h1 .ville_intro .bg_g{
	background:#1d1d1b;
	padding-right: 8px;
	padding-left:8px;
}

#content h1 .date_intro{
	font-family: 'Helvetica-Condensed', helvetica, arial;
	font-size:31px;
	display: block;
	line-height: 1.2em;
	color:#1d1d1b;

}

/* ACCUEIL */
.col_left_intro{
	float: left;
	width:345px;
	margin-left:251px;
}

.col_right_440{
	float:right;
	width:440px;
}

.col_left_415{
	float: left;
	width:415px;
}

.col_left_345{
	float: left;
	width:345px;
}

.col_accueil_map{
	float: left;
	width:500px;
	margin-left:34px;
	background:#1d1d1b;
	padding:8px;
}

#div_carte_accueil{
	width:100%;
	height:100%;
	height:440px;
}

.col_right_272{
	float: right;
	width:272px;
}

.col_left_415 h1{
	margin-bottom: 25px;
}

.col_right_img_video{
	float: right;
	width:600px;
	background:#1d1d1b;
	padding:10px;
}

/* Adresse accueil */
.adresse_accueil{
	text-transform: uppercase;
	color:#1d1d1b;
	font-weight:bold;
	font-size:18px;
	border-top: 1px solid #1d1d1b;
	margin-top: 8px;
	padding-top: 8px;
}

#content .tel_accueil{
	font-size:24px;
	margin-bottom: 0px;
}

#content .tel_accueil span{
	padding:2px 5px;
	background:#1d1d1b;
	color:#efd500;
}

#content .adresse_email{
	font-size:18px;
	margin-top:0px;
	color:#fff;
}

#content .col_middle .adresse_email a{
	color:#1d1d1b;
}	
#content .col_middle .adresse_email a:hover{
	text-decoration: underline;
}

/* Boites globales sur toutes les pages */ 
.section_fvert, .section_fblanc, .section_fgris, .section_fnoir{
	background:#efd500;
	padding:20px 0px;
	margin-top:13px;
}

.section_fnoir{
	background:#1d1d1b;
}

.section_fblanc{
	background:#fff;
}

.section_fgris{
	padding:30px 0px;
	background:#9c9d9f;
}

.boite_padding{
	padding-left:276px;
}


h1.cube_title{
	position: relative;
}

h1.cube_title:before{
	display: block;
	content:'';
	position: absolute;
	width:262px;
	height:283px;
	background: url('imgs/cubes_fat.png');
	left:-277px;
	top:-180px;
}

h1.cube_title.special_en_bas:before{
	top:0px;
}





/* Pagination des pages ! */

.pagination{
	text-align: center;
	padding:20px;
	margin-top: 25px;
}
.pagination a, .pagination span{
	display: inline-block;
}

.pagination .page-numbers{
	background:#1d1d1b;
	color:#1d1d1b;
	border-radius:100%;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	padding: 1px 9px 1px 9px;
	font-family: helvetica,arial;
	position: relative;
	z-index: 2;
	
	width: 28px;
}

.pagination .page-numbers:after{
	content:"";
	display: block;
	top:8%;
	left:8%;
	position: absolute;
	z-index:-2;
	background:#efd500;
	width: 84%;
	height:84%;
	border-radius: 100%;
	border:2px solid #fff;
}

.pagination .page-numbers.next{
	margin-left: 8px;
	width: auto
}
.pagination .page-numbers.prev{
	margin-right:8px;
	width: auto
}
.pagination .page-numbers.next,.pagination .page-numbers.prev {
	background:none;
	padding:0px;
	border:none;
	text-transform: uppercase;
	font-weight: normal;
}
.pagination .page-numbers.next:after,.pagination .page-numbers.prev:after{
	background: none;
	border:none;
	display: none;
}
.icon-prev:before {
    content: "\e902";
}

.icon-next:before {
   content: "\e903";
}


.pagination .page-numbers .icon-prev:before ,
.pagination .page-numbers .icon-next:before{
	font-size:13px;
	color:#efd500;
} 

.pagination a.page-numbers:hover{
	color:#fff;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
	color:#efd500;
}

.pagination .page-numbers.current{
	opacity: 0.5;
}

/* SECTION INTERVIEW + VIDEO */
#section_interview{
	margin:20px 0px;
}
.interview{
	float: left;
	width:31.3%;
	margin:5px 1%;
	background:#1d1d1b;
	padding:6px;
	position: relative;
	padding-bottom: 55px;	
}

.interview img{
	width: 100%;
}


.cadre_ecouton{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 96%;
	left:2%;
}

.interview p{
	line-height: 1.3em;
}
.interview p,.interview a {
	color:#fff;
}

.interview p.ecoutons{
	font-weight: bold;
	color:#efd500;
	margin:5px 0px 4px 0px;
}

.interview h2{
	color:#efd500;
	margin:5px 0px 0px 0px;
	font-size:18px;
}

.interview .btn_voir_video
{
	position: absolute;
	right: 10px;)
	bottom: 10px;
	color:#efd500;
	margin-right: 10px;
	font-size:14px;
	font-weight: bold;
	padding:15px 5px;
	display: block;
	background:url('imgs/btn_video.png') center right no-repeat;
	width:145px;
}

.interview .btn_voir_video:hover{
	color:#fff;
}

.interview iframe{
	display: none;
}

/*PAGE VISITE*/

.planvisite{
	text-align: center;
}

.visites_points{
	border-top: 1px solid #1d1d1b;
	border-bottom: 1px solid #1d1d1b;
	padding-top: 15px;
	position: relative;

}

.prev_slide_visite,
.next_slide_visite{
	position: absolute;	
	width:36px;
	top:50%;
	margin-top:-25px;
	height:36px;
	left:-44px;
	background: #efd500;
	outline: 0px;	
	z-index: 100;
	text-align: center;
	padding-top: 8px;
	font-size:15px;
	border-radius: 100%;
	color:#1d1d1b;
	padding-right: 2px;
	opacity: 0.8;
	color:#333;
}

.next_slide_visite{
	left:inherit;
	right:-44px;
	padding-right: 0px;
	padding-left: 2px;
}
.prev_slide_visite:hover,
.next_slide_visite:hover{
	opacity: 1;
	color:#fff;
	outline: 0px;
}
.point_unique{
	margin:0px 15px;
}
.point_unique h2{
	color:#efd500;
	text-transform: uppercase;
	font-size:24px;
}

.point_unique p{
	color:#1d1d1b;
	font-size:14px;
	line-height: 1.2em;
}

.point_navigate{
	margin:0px 5px;
	padding: 10px 0px;
}

.number{
	background:#efd500;
	border-radius: 100%;
	width:30px;
	height: 30px;
	display: block;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	cursor:pointer;
}

#sync2{
	padding:0px 10px;
	background:#efefef;
	margin: 5px 0px;
}

.synced .number{
	background:#fff;
}

/* FORMATION */ 
.formations_listes, .metiers_listes, .fichiers_listes, .partenaires_listes{
	padding:20px 0px;
	margin-top:20px;
}


.formation, .metier, .fichier{
	float: left;
	width:33.33%;
	border-top:1px solid #1d1d1b;
	padding: 20px 30px;
	min-height: 231px;
}

.fichier{
	min-height: 0px;
}
.formation h2, .metier h2, .fichier h2{
	color:#efd500;
	font-size: 24px;
}



.formation p, .metier p, .fichier p{
	font-size:14px;
	margin-top: 2px;
	line-height: 1.25em;
	margin-bottom: 9px;
}

.formation p.tel,.formation p.adresse_web{
	margin:0px;
	font-size:18px;
	color:#1d1d1b;
}

.formation a{
	color:#efd500;
}
.formation a:hover{
	text-decoration: underline;
}

.metier, .fichier{
	background:#9c9d9f;
	border:none;
	margin:0.65%;
	width:32%;
	padding: 20px 20px 10px 20px; 
	min-height:inherit;
	position: relative;
	padding-bottom: 60px;
}


.fichier{
	min-height: inherit;
	padding: 0px 20px;
}
.metier:nth-child(2n+1),.fichier:nth-child(2n+1){
	background: #c5c6c8;
}

.metier h2,.fichier h2{
	color:#1d1d1b;
}

.metier p,.fichier p{
	color:#ffffff;
}


.downl_fiche_m, .downl_fiche_m:visited{
	display: block;
	padding:15px 0px;
	padding-right: 35px;
	text-align: right;
	background:url('imgs/download_f_m.png') no-repeat center right;
	text-transform: uppercase;
	color:#1d1d1b;
	font-size:13px;
	position: absolute;
	right:10px;
	bottom: 10px;
}

.fichier .downl_fiche_m,.fichier .downl_fiche_m:visited{
	position: static;
	left:inherit;
	right: inherit;
}
.downl_fiche_m:hover{
	color:#efd500;
}


 .fichier h2 .downl_fiche_m{
 	text-align: left;
 	float: none;
 	line-height: 1.2em;
 	outline: 0px;
 }
  .fichier h2 .downl_fiche_m:hover{
  	text-decoration: underline;
  	color:#000;
  }


/* Page contact */

.form_and_map{
	margin-top:30px;
	border-top: 1px solid #1d1d1b;
	border-bottom: 1px solid #1d1d1b;
	padding:20px 0px;
}
.l_567{
	float: left;
	width:550px;
}

.l_510{
	float: right;
	width:500px;
	background:#1d1d1b;
	padding:10px;
}

.form_and_map .wpcf7-form p {
    margin-top: 2px;
}

.form_and_map .wpcf7-form input,.form_and_map .wpcf7-form textarea {
	box-shadow:3px 3px 5px #ddd;
	width:100%;
	font-size:16px;
	color:#1d1d1b;
	line-height: 1.5em;
	padding:6px 5px 2px 5px;
	border-radius: 0px;
	resize:none;
}

.form_and_map .fintopcontact {
    color: #1c1c1b;
    font-size: 16px;
}

.form_and_map .fintopcontact a{
	color:#efd500;
}

.form_and_map .fintopcontact a:hover{
	text-decoration: underline;
}

.content_form_top input[type="submit"], .form_and_map input[type="submit"], #login-form input[type="submit"]{
    background: #3c3c3b none repeat scroll 0 0;
    border: medium none;
    box-shadow: 3px 3px 5px #ddd;
    color: #efd500;
    float: right;
    text-transform: uppercase;
    font-size:16px;
    width:auto;
    padding:5px 10px;
    font-weight: bold;
}

.form_and_map div.wpcf7-validation-errors{
	border-color:#FF0000;
	color:#FF0000;
}

.form_and_map input[type="submit"]:hover, #login-form input[type="submit"]:hover{
	background:#efd500;
	color:#3c3c3b;
}

.last_contact{
	border-bottom: 1px solid #1d1d1b;
	padding:20px 0px;
}

.col_last1{
	width:340px;
	float: left;
}
.col_middle{
	width:340px;
	float: left;
	margin-left: 48px;
}

#content .col_last1 h1 .title_info{
	color:#efd500;
}
.col_middle .adresse_accueil{
	border:none;
}

#content .col_middle .tel_accueil span{
	color:#1d1d1b;
	background: none;
}
#content .col_middle .adresse_email{
	color:#efd500;
}



/* ESPACE PRO */

#login-error{
	border:1px solid #FFEBE8;

	padding:5px;
	text-align: left;
	margin:10px 10px;
	color:red;
	line-height: 1.3em;
}

#login-form{
	margin:20px 0px;
	width:320px;
	padding:26px 24px 46px;
	border: 2px solid #efefef;
}

#login-form label{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

#login-form p{
	margin:8px 0px;
}

#login-form  input[type="text"],#login-form  input[type="password"]{
	width: 100%;
	padding:5px 5px;
}

#login-form p.login-submit{
	margin-top: 15px;
}
#login-form input[type="submit"]{
	padding:8px 10px 4px 10px;
}


.disconnect{
	text-align: left;
	margin:0px;
	margin-bottom: 5px;
	text-align: right;
}
.link_btn{
	padding: 10px;	
	color:#58585A;
	text-align: left;
	font-size:16px;
	display: inline-block;
	padding: 3px 10px;
	background: #efefef;
}
.link_btn:hover{
	color:#efd500;
}

.message{
	position:fixed;
	top:20%;
	left:10%;
	width:80%;
	background-color:#FFF;
	color:#000;
	padding:1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


/*Page espace partenaire*/

.partenaire{
	width: 19%;
	float: left;
	margin:6px 0.5%;
	padding: 10px;
	border:1px solid #ddd;
	 text-align:center;
}

#content .partenaire img, #slider_partenaire_footer .partenaire_item img{
	vertical-align: middle;
	transition:0.4s;
	-moz-transition:0.4s;
	-webkit-transition:0.4s;
}

.partenaire a:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}



/* Slide partenaire */

.cadre_slider_footer{
	background: #fff;
	padding-top: 15px;
}

.cadre_slider_footer .site_width2{
	position: relative;
}

#slider_partenaire_footer .partenaire_item{
	text-align: center;
	margin:0px 10px;
}

#slider_partenaire_footer .partenaire_item{
	vertical-align: center;
}

.cadre_slider_footer .prev_slide_visite, .cadre_slider_footer .next_slide_visite{
	margin-top: -11px;
}

/* Slide galerie photo */

.slider_galerie{
	position: relative;
	padding-top: 30px;
}

#slider_galerie_photo .galerie_item, .slider_edition_precedente .galerie_item{
	text-align: center;
	margin:0px 5px;
	
}
#slider_galerie_photo,.slider_edition_precedente{
	background: #1d1d1b;
	padding:10px 5px;
}

#main .owl-theme .owl-controls .owl-page span{
	background: #efd500;
}

#main .owl-theme .owl-controls {
    bottom: -33px;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slider_edition_precedente, #slider_galerie_photo{
	margin-bottom: 25px;
}


#slider_galerie_photo .galerie_item figure,.slider_edition_precedente .galerie_item figure{
	margin:0px;
	position: relative;
}

.galerie_item figcaption .title_diapo{
	display: block;
	font-size:1.2em;
	text-align: left;
	color:#efd500;
	text-transform: uppercase;
	margin-bottom: 8px;	
	font-weight: bold;
}

#slider_galerie_photo .galerie_item figcaption{
	background: #57585a;
    bottom: -100%;
    color: #fff;
    height: 100%;
    position: absolute;
    padding:20px;
    font-size:16px;
    text-align: left;
    line-height: 1.4em;
    overflow: hidden;
    transition:0.4s;
    transition:0.4s;
    transition:0.4s;
    opacity: 0;
    width:100%;
}



#slider_galerie_photo .galerie_item:hover figcaption{
	bottom: 0px;
	 opacity: 1;
}

/* EDITION PRECEDENTE */
.item_edition .title_edition{
	text-transform: uppercase;
	color: #efd500;
	font-size:2em;
}

.item_edition{
	padding:20px;
	border-top: 2px solid #1d1d1b;
	margin-bottom:60px;
}



.item_edition .metaslider{
	float: left;
	width: 48%;
}


.video_ed_pre{
	margin:20px 0px;
}


.conteneur_b{
	background: #fff;
}



@media screen and (max-width:1180px) {
	
	.menu_boite{
		margin-top:15px;
	}
	.menu_boite li a{
		background-size: 25px;
		background-position: 0px 0px;
		padding: 0px 0px 0px 30px; 
		text-align: left;
	}

	.menu_boite li{
		float: none;
		margin:10px;
	}

	.prev_slide_visite{
		left:15px;
		top:5px;
		margin-top:0px;
	}
	.next_slide_visite{
		top:5px;
		margin-top:0px;
		right: 15px;
	}

	.cadre_slider_footer .prev_slide_visite,.cadre_slider_footer .next_slide_visite, .slider_galerie .prev_slide_visite, .slider_galerie .next_slide_visite{
		display: none;
	}

	.visites_points{
		padding-top:50px;
	}

	.l_567{
		width:48%;
	}
	.l_510{
		width:48%;
	}
}






/*Menu boite pedagogique top*/
@media screen and (max-width:1150px) {
	
	.menu_boite li a{
		background-size: 25px;
		background-position: 0px 0px;
		padding: 0px 0px 0px 30px; 
		text-align: left;
	}

	.menu_boite li{
		float: none;
		margin:10px;
	}

}


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

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		max-height:25em;
	}
}	
@media screen and (max-width: 1080px) {
		

		

	/* bandeau page */
		.top_bandeau_large{
			display: none;
		}
		.image_top_page{
			display: block;
		}

	#masthead{
		margin-top: 44px;
	}
	
	#masthead .site-branding{
		width:120px;
		margin:12px;
	}

	/*Espace pro et pedagogique*/
	.menu_boite{
		position: absolute;
		top:0px;
		left:0px;
		background: #1d1d1b;
		width:100%;
		margin:0px;
		text-align: center;
	}

	.admin-bar .menu_boite{
		top:32px;
	}

	.menu_boite li a{
		width:146px;
		font-size: 13px;
	}

	.menu_boite li{
		display: inline-block;
		margin:8px 0px;
	}

	/* RS ET CONTACT */

	.r_s{
		float: left;
		margin-top:17px;
	}

	.r_s li{
		float: left;
		margin-right:0px;
	}

	.r_s li a{
		font-size:14px;
		width:34px;
		height:34px;
	}

	#site-navigation{
		width:100%;
		margin:0px;
		position: absolute;
		top:50px;
		left:0px;
	}
	
	.menu-toggle{
	    position: absolute;
	    top: 21px;
	    right: 23px;
	    z-index: 99999;
	    height: 45px;
	    width: 45px;
	    padding: 0;
	    outline: 0;
	    cursor: pointer;
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	    background:url('imgs/barre_menu_open.png')  center center no-repeat #efd500;
	    text-indent: -99999px;
	    border:0px;
	    transition:0.4s;
	}

	.admin-bar .menu-toggle{
		top: 63px;
	}

	.main-navigation.toggled .menu-toggle{
		background:url('imgs/close_menu.png')  center center no-repeat #efd500;
	}


	.menu-toggle:hover,.menu-toggle:active{
		background-color:#1d1d1b;
	}
	.menu-toggle:active{
		background-color:#efd500;
	}
	
	.main-navigation ul {
		max-height: 0;
  		overflow: hidden;
	}


	#site-navigation .menu{
		margin-top:0px;
		position:absolute;
		top:100px;
		left:0px;
		width:100%;
		background: #1d1d1b;
		z-index:900;
	}

	.admin-bar #site-navigation .menu{
		top:137px;
	}

	#menu_principal li:first-child{
		margin-top:120px;
	}

	.menu li{
			float: none;
			margin-right: 0px;	
			margin:0px;
			margin-left:5px;
			margin-right: 5px;
			border-bottom: 1px solid #1d1d1b;
			line-height:1.5em;
	}
	.main-navigation ul ul li{
			margin:0px;
	}

	.menu li span, .icon_top_menu.icon-presentation_z, .icon_top_menu.icon-visite_z, .icon_top_menu.icon-contact_z{
		display: inline-block;
		text-align: center;
		background:none;
		color: #efd500;
		vertical-align: middle;
		width: inherit;
		height: inherit;
		padding-top: 0px;
		margin-bottom: 6px;
		margin-right:6px;
	}


	.main-navigation ul ul{
		position: static;
		width: 100%;
		float: none;
		margin:0px;
	}

	.main-navigation ul ul li:last-child{
		border-bottom: 0px;
	}

	.main-navigation br{
		display: none;
	}

	.menu li a{
			font-size:1.2em;
			padding:5px 3px;
			display: block;
			color:#fff;
			text-transform: uppercase;
		}

	.menu li ul li a{
		text-transform: none;
		padding-left:35px;
	}

	.menu li a:active,.menu li a:hover, .menu li span.active,.menu li a.current  {
		background:#efd500;
		color:#fff;
	}

	.menu li a:active span,.menu li a:hover span{
		color:#fff;
	}

	.menu li.parent_current > a > span{
		color:#fff;
	}

	#menu_principal:before{
		content:"";
		display: block;
		position: absolute;
		background:url('imgs/logo-ned-menu.png') no-repeat;
		top:0px;
		left:0px;
		height:104px;
		width: 104px;
		
	} 

	/* footer */ 
	.site_width2{
		padding-left: 10px;
		padding-right: 10px;
	}
	#master_foot div ul{
		width:31%;
		min-height:144px;
	}


	#bandeau_vert ul li, #bandeau_gris ul li{
		width:48%;
		margin-bottom: 13px;
	}

	#bandeau_gris ul li{
		width:47%;
	}

	#bandeau_gris ul li.seul_tout{
		width:135px;
	}
	/* Block page accueil */
	.col_left_intro,
	.col_right_440,
	.col_left_415,
	.col_left_345,
	.col_accueil_map,
	.col_right_272,
	.col_left_415,
	.col_right_img_video{
		float: left;
		width:48%;
		margin:0px 1%;
	}
	
	.col_right_272{
		float: none;
		width:100%;
	}

	.formation, .metier, .fichier{
		width:50%;
	}
	.metier, .fichier{
		width:48.6%;
	}
	
}

@media screen and (max-width: 780px) {
	
	.admin-bar .menu_boite{
		top:46px;
	}
	
	

}

@media screen and (max-width: 720px) {
	.col_left_intro,
	.col_right_440,
	.col_left_415,
	.col_left_345,
	.col_accueil_map,
	.col_right_272,
	.col_left_415,
	.col_right_img_video{
		width:100%;
		float: none;
		margin:0px;
		margin-bottom: 15px;
	}

	#content .col_left_intro h1{
		text-align:center;
	}

	.interview{
		width:48%;
	}
	
	.l_567, .l_510, .col_last1, .col_middle {
		width:100%;
		float: none;
		clear: both;
		margin:10px 0px 0px 0px;
		
	}

	 .page-template-modele_contact .l_510{
		width:80%;
		margin:10px 10% 0px 10%;
	 }
	
	.col_last1, .col_middle, #content .col_last1 h1{
		text-align: center;
	}
	

	.partenaire{
		width: 24%;
	}

}

@media screen and (max-width: 640px) {
	
	#master_foot div ul{
		width:48%;
	}

	#master_foot div ul li{
		line-height: 1.2em;
	}
	
	#content .boite_presentation h1{
		font-size:60px;
	}

	iframe{
		width:100%;
		height:auto;
	}
	
	.formation, .metier, .fichier{
		width:100%;
		float: none;
		clear: both;
		min-height: 0px;
	}

	.metier, .fichier{
		margin-top:15px;
	}

	#login-form{
		width: 100%;
	}

	.partenaire{
		width: 49%;
	}
}

@media screen and (max-width: 500px) {
	
	#bandeau_vert, #bandeau_gris{
		padding:30px 0px;
	}
	#master_foot div ul{
		min-height: 0px;
	}

	#bandeau_vert ul li a, #bandeau_gris ul li a{
		font-size:13px;
	}
	#bandeau_vert ul li a span.icon_bandeau,#bandeau_gris ul li a span.icon_bandeau {
	    font-size: 18px;
	    height: 35px;
	    padding-top: 9px;
	    width: 35px;
	}

	#content h1,#content .boite_presentation h1{
		font-size:70px;
	}
	#content h1 .ville_intro{
		font-size:33px;
	}
	#content h1 .date_intro{
		font-size:25px;
	}

	#content h1 .grand_titre_vert{
		font-size:45px;
	}

	.interview{
		width:99%;
		margin:0px 0px 20px 0px;
		min-height: auto;
	}
	
	.interview img{
		display: block;
		margin:0px auto;
	}

	#content .boite_presentation h1{
		font-size:40px;
	}

}

/* A FAIRE POUR SMILE 
		
		=> Pour mettre une image en haut, mettre une image à la une, au minimum de 1080px de large et pas plus de 400 de haut
		Optimum : 1920*390;



		=> Création d'une page réglage de thème 
			Infos Globale :
					- Txt : Lieux (Chateauroux)
					- Txt : Date (du 8 au 11 Mars 2016)
					- Textarea : Adresse 
					- Numéro de téléphone
					- Adresse email global

		=> Création des customs post type :
			- Interviews
				Titre
				Image
				Description
				Fichier audio

			- Vidéos 
				Titre
				Image : récupération depuis Yutube ?
				Description
				Id vidéo youtube ?
			
			- Formations
				Titre
				Description
				Téléphone
				Site web

			- Ficher métier
				Titre
				Description
				Upload fichier 

			- Visite (point visite) ? A vérifier, peut-être faire un truc dans le templage de page admin VISITE
				Titre
				Description
				Correspondant au point : "1";


		=> Création des modèles de pages "Admin" 
			- Accueil 
			- Visite : Titre - Description - Image : Plan du site (Pas thumbnail)
			- Aide visite : ;
		
		=> Installation des plugins : Métaslider + audiotrucmescouilles + multiple thumbnails mes couilles

		=> Création des slides :
			=> Logo partenaire en bas (en mode carrousel)
			=> Galerie d'image
		
		

		A faire pour partie pro : 


	

			=> 
			=> Diaporama partenaire institutionnel  
				=> Logo partenaire institutionnel => Titre, une image, un lien

*/



/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
    }
.leaflet-container {
    overflow: hidden;
    }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
      -webkit-user-drag: none;
    }
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
    }
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
    }
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
    }
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    }

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    }
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
    }
.leaflet-tile-loaded {
    visibility: inherit;
    }
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 800;
    }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
    }

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
    }
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
    }


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
    }
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    }
.leaflet-top {
    top: 0;
    }
.leaflet-right {
    right: 0;
    }
.leaflet-bottom {
    bottom: 0;
    }
.leaflet-left {
    left: 0;
    }
.leaflet-control {
    float: left;
    clear: both;
    }
.leaflet-right .leaflet-control {
    float: right;
    }
.leaflet-top .leaflet-control {
    margin-top: 10px;
    }
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
    }
.leaflet-left .leaflet-control {
    margin-left: 10px;
    }
.leaflet-right .leaflet-control {
    margin-right: 10px;
    }


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
    }
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
    }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
    }
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
       -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
            transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
    }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
    }

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
    }


/* cursors */

.leaflet-interactive {
    cursor: pointer;
    }
.leaflet-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    cursor:         grab;
    }
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
    }
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
    }
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    cursor:         grabbing;
    }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
    }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
    }

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
    }
.leaflet-container a {
    color: #0078A8;
    }
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
    }
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
    }


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    }


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    }
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    }
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    }
.leaflet-bar a:hover {
    background-color: #f4f4f4;
    }
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
    }
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
    }

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    }
.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    }
.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    }

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
    }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
    font-size: 22px;
    }


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
    }
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
    }
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
    }
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
    }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
    }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
    }
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
    }
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
    }
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
    }
.leaflet-control-layers label {
    display: block;
    }
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
    }

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
    }


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    }
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    }
.leaflet-control-attribution a {
    text-decoration: none;
    }
.leaflet-control-attribution a:hover {
    text-decoration: underline;
    }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
    }
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
    }
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
    }
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    }
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
    }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
    }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
    }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    }


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
    }
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
    }
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    }
.leaflet-popup-content p {
    margin: 18px 0;
    }
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
    }
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    }
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    }
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
    }
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    }

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
    }
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
    }
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
    }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
    }


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
    }


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    }
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
    }
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    }

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
    }
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
    }
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
    }
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
    }
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
    }
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
    }
