/*!
Theme Name: ajile
Theme URI: http://underscores.me/
Author: xmichaut.fr
Author URI: http://xmichaut.fr/
Description: Thème du site ajile
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ajile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ajile is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*____________________________________________________________________________
------------------------------------------------------------------------------
AJOUT XMICHAUT________________________________________________________________
------------------------------------------------------------------------------
____________________________________________________________________________*/
#wpadminbar{
	display:none !important;
}
html,
body {
  margin-top: 0 !important;
	background-color: #FFFFFF !important;
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
}
a,
a:hover{
	color:#000000;
	/*word-break: break-all;*/
}
.border-dash{
	width:100%;
	height:10px;
	background-image: url(inc/img/border-dash.gif);
	background-repeat: repeat-x;
	margin-top: -5px;
  margin-bottom: 20px;
}
.gris{
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(100%);
	 filter: gray;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 transition: filter 0.5s;
}
.gris:hover{
	-moz-filter: none;
	 -o-filter: none;
	 -webkit-filter: none;
	filter:none;
}
.photo_enfant div{
	display:none;
}
.photo_enfant:hover div{
	display:block;
}
.section{
	border-bottom: 1px dashed #000000;
	margin: 0 0 30px -15px;
}
.sep{
	border-top:1px dashed #000000;
	width:100%;
	height:1px;
	margin:30px 0;
}
.section h2{
	text-transform: uppercase;
}
.section .sstitre{
	font-size: 14px;
	font-weight: 600;
}
.contenu_link_souligne a{
	text-decoration: underline;
}
/*input form nl*/
.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email]{
	border:2px #000 solid;
	padding: 5px 15px;
	width: 90%;
}
.mc4wp-form-fields input[type=submit]{
	background-color:  #000 ;
	border:none;
	color:#FFF;
	padding: 7px 15px;
  text-transform: uppercase;
}

.souligne{
	border-bottom: 10px solid #FFFFFF;
}
.souligne.jaune{
	border-color:#fab41e !important;
}
.souligne.taupesombre{
	border-color:#4f4539 !important;
}
.souligne.taupeclair{
	border-color:#b6a999 !important;
}
.souligne.vert{
	border-color:#56b892 !important;
}
.souligne.unselect{
	border:0;
}
.souligne.unselect:after{
	content: " ";
	display: block;
	border:1px solid #000;
	width:100%;
	height:10px;
}
.souligne.jaune.unselect:after{
	border-color:#fab41e !important;
}
.souligne.taupesombre.unselect:after{
	border-color:#4f4539 !important;
}
.souligne.taupeclair.unselect:after{
	border-color:#b6a999 !important;
}
.souligne.vert.unselect:after{
	border-color:#56b892 !important;
}
.couleur{
	width:30px;
	height:23px;
	display: inline-block;
	float:left;
}
.couleur.jaune{
	background-color:#fab41e !important;
}
.couleur.taupesombre{
	background-color:#4f4539 !important;
}
.couleur.taupeclair{
	background-color:#b6a999 !important;
}
.couleur.vert{
	background-color:#56b892 !important;
}
.bloc_formulaire.jaune input[type=text],
.bloc_formulaire.jaune input[type=email],
.bloc_formulaire.jaune input[type=number]{
	border-color:#fab41e !important;
}
.bloc_formulaire.taupesombre input[type=text],
.bloc_formulaire.taupesombre input[type=email],
.bloc_formulaire.taupesombre input[type=number]{
	border-color:#4f4539 !important;
}
.bloc_formulaire.taupeclair input[type=text],
.bloc_formulaire.taupeclair input[type=email],
.bloc_formulaire.taupeclair input[type=number]{
	border-color:#b6a999 !important;
}
.bloc_formulaire.vert input[type=text],
.bloc_formulaire.vert input[type=email],
.bloc_formulaire.vert input[type=number]{
	border-color:#56b892 !important;
}
.bloc_formulaire.jaune input[type=submit]{
	background-color:#fab41e !important;
}
.bloc_formulaire.taupesombre input[type=submit]{
	background-color:#4f4539 !important;
}
.bloc_formulaire.taupeclair input[type=submit]{
	background-color:#b6a999 !important;
}
.bloc_formulaire.vert input[type=submit]{
	background-color:#56b892 !important;
}

.col1{
	border-right:1px dashed #000000;
}
.contener{
	width: 100%;
}
a.lien_souligne{
	text-decoration: underline;
}
.bloc_border_pointille{
	width:100%;
	padding:15px;
	box-sizing: border-box;
	border-top: 1px dashed #000000;
}
.txt_centre{
	text-align: center;
}
/*----------------------------------------------------------------------------
COLONNE 1________________________________________________________________
------------------------------------------------------------------------------*/
.logo{
	width:100%;
	height:18vh;
	background-size:contain;
	background-position:left;
	background-repeat:no-repeat;
}
.contener_filtre_localites{
	margin-bottom:15px;
}
.contener_filtre_localites ul{
	margin:0;
	padding:0;
}
.contener_filtre_localites .filtre_localites{
	text-decoration: underline;
	list-style-type: none;
	padding-bottom: 30px;
	padding-left: 30px;
	cursor:pointer;
}
.filtre_localites.unselect{
	text-decoration: none;
}
.liste_navigation,
.liste_navigation li{
	list-style-type: none;
	margin:0;
	padding: 0;
}
.liste_navigation li a{
	display: block;
	padding: 4vh 30px 4vh 30px;
}
.liste_navigation li .border-dash{
	margin:0;
}
/*----------------------------------------------------------------------------
INDEX________________________________________________________________
------------------------------------------------------------------------------*/
.contener_bande_thema,
.contener_filtre_contenu{
	margin-bottom:30px;
}
.contener_filtre_contenu{
	padding-top: 7vh;
  height: 18vh;
  box-sizing: border-box;
  margin-bottom: 0;
}
.contener_filtre_contenu .filtre_contenu{
	list-style-type: none;
	padding: 0;
}
.contener_filtre_contenu .filtre_contenu li{
	display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
	cursor: pointer;
}
.contener_bande_thema .bande_thema{
	/*height: 12vh;*/
  width: 95%;
  margin-bottom: 5px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
.contener_bande_thema .bande_thema.filtred{
	background-size:0;
}
.contener_bande_thema .bande_thema h2{
  color: #FFFFFF;
  font-size: 3vh;
	line-height: 6vh;
  text-transform: uppercase;
  font-weight: 600;
	letter-spacing: 10px;
	padding: 4vh;
	cursor: pointer;

}
.contener_bande_thema .bande_thema.filtred h2{
	padding:0;
	color:#000000;
	font-size: 2vh;
	cursor: pointer;
}
a.contener_projet_grid{
	padding: 0 10px 0 0;
	display:none;
	margin-bottom:15px;
}
.contener_titre_grid{
	width: 100%;
	position: absolute;
	z-index: 3;
	text-align: right;
}
a.contener_projet_grid .projet_grid{
	height: 12vh;
	width:100%;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
a.contener_projet_grid .contener_titre_grid span{
	display: inline;
	background-color: #FFFFFF;
	color:#000000;
	padding: 0 5px;
	margin-right: 10px;
}
ul.filtre_contenu li.btn_retour{
	display:none;
	width: 15%;
}
/*----------------------------------------------------------------------------
SINGLE________________________________________________________________
------------------------------------------------------------------------------*/
.single{
	/*padding-right: 15px;*/
}
.single .bande_thema{
	height: 18vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.single h1{
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: 600;
	padding-left: 60px;
}
.single .single-col1{
	border-right:1px dashed #000000;
}
.single .couleur{
	width:20px;
	height:20px;
	margin-right:15px;
}
.single .liste_fiche_projet,
.single .liste_fiche_projet li{
	margin:0;
	padding:0;
	list-style-type: none;
}
.single .liste_fiche_projet li{
	margin-left:15px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
  font-size: 14px;
}
.single .liste_fiche_projet li span{
	font-weight: 600;
}
.single .liste_fiche_projet li a.vignette_formateur{
	display: block;
	margin-top: 15px;
}
.single .liste_fiche_projet li a.vignette_formateur div{
	height:100px;
	width:100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.single .liste_fiche_projet li a.vignette_formateur span{
	display: block;
	text-align: center;
	font-weight: 400;
}
.single .liste_fiche_projet li span.separation_cahier:last-child{
	display:none;
}
.single .photo_galerie div{
	height:100px;
	width:100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.single .liste_fiche_projet a{
	text-decoration: underline;
}
.row_retour{
	border-top:1px dashed #000000;
	padding:15px 0;

}
/*----------------------------------------------------------------------------
MODAL MEMBRE________________________________________________________________
------------------------------------------------------------------------------*/
.membre_col1{
	border-right:1px dashed #000000;
	margin-bottom: 30px;
}
.photo_membre{
	height:180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.membre a.contener_projet_grid{
	height:12vh;
	display: block;
	padding: 0 10px 0 0;
}
.membre .couleur{
	width:30px;
	height:23px;
	display: inline-block;
	float:left;
}
.membre_titre_liste_projet{
	font-weight: 600;
	border-bottom:1px dashed #000000;
	padding-bottom: 15px;
}
.membre_liste_projet{
	padding:15px;
}
.fiche_membre h4{
	margin-top:15px;
}
/*----------------------------------------------------------------------------
PAGE QUI SOMMES NOUS________________________________________________________________
------------------------------------------------------------------------------*/
.page-id-74 a.vignette_formateur{
	display: block;
	margin-bottom: 30px;
}
.page-id-74 a.vignette_formateur div{
	height:180px;
	width:100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-id-74 a.vignette_formateur span{
	display: block;
	text-align: center;
	font-weight: 400;
}
#presentation div{
	padding-bottom: 15px;
}
.liste_CA{
	margin-left:30px;
}
/*-------------------------------------------------
BUREAUX
-------------------------------------------------*/
#home_carte{
	margin-top: 30px;
}
.map {
	width: 100%;
	height:380px;
  	margin: 0;
	position: relative;
    z-index: 1041;
}
.map:-moz-full-screen {
	height: 100%;
}
.map:-webkit-full-screen {
	height: 100%;
}
.map:-ms-fullscreen {
	height: 100%;
}
.map:fullscreen {
	height: 100%;
}
.ol-zoom.ol-unselectable.ol-control{
	position: absolute;
    top: 0;
}
.ol-zoom.ol-unselectable.ol-control button{
	background-color: #e95c4a;
	border: none;
	margin: 5px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
}
.ol-zoom.ol-unselectable.ol-control button:hover{
	background-color: #e95c4a;
}
ul.liste_bureaux{
	padding:0;
	list-style-type: none;
	border-left:1px dashed #000000;
	margin: 0 0 15px 0;

	/*margin-bottom:15px;
	-moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;*/
}
ul.liste_bureaux li{
	margin:0;
	padding:0;
	list-style-type: none;
	padding:0 15px;
}
ul.liste_bureaux li .nom_localite{
	text-transform: uppercase;
	cursor:pointer;

}
ul.liste_bureaux li i{
	margin-right:10px;
	color:#e95c4a;
}
ul.liste_bureaux li .liste_info_localite{
	display:none;
	margin-bottom:15px;
}
ul.liste_bureaux li .liste_info_localite ul li{
	border:none !important;
	text-transform: none !important;
}
.map{
	margin-bottom: 30px;
}

/*INFO BULLE*/
.tooltip {
  position: relative;
  padding: 3px;
  background-color:#e95c4a;/*: rgba(0,56,255,1);*/
  color: #FFFFFF;
  opacity: 1;
  white-space: nowrap;
  font: 10pt sans-serif;
	cursor:pointer;
}
/*----------------------------------------------------------------------------
ACTUALITE________________________________________________________________
------------------------------------------------------------------------------*/
#actu.section{
	border-bottom:none;
}
#actu a.contener_projet_grid {
    padding: 0 10px 0 0;
    display: none;
    display: block;
		margin-bottom: 15px;
}
#actu .contener_titre_grid {
    padding: 0 10px;
}
#actu a.contener_projet_grid .contener_titre_grid span {
  margin-right: 0;
}
#actu .lien_actu{
	cursor: pointer;
	text-decoration: underline;
}
.date_actu{
	width:100%;
	display:block;
	font-size:12px;
	text-transform: none;
}
.plus_infos{
	text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 15px;
  text-decoration: underline;
  font-size: 14px;
}
.colonne_actu{
	border-left:1px dashed #000000;
	margin-bottom: 30px;
}
.next_previous a{
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 45px;
	text-decoration: underline;
	font-size: 14px;

}
.next_previous.colonne_actu{
	text-align: right;
}
.carousel-item,
.contener_galerie
 {
    height: 600px;
	}
	.carousel-item{
		background-position:center;
		background-repeat: no-repeat;
		background-size:contain;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000;
}
/*----------------------------------------------------------------------------
RECHERCHE, 404________________________________________________________________
------------------------------------------------------------------------------*/

.recherche .plus_infos {
	text-decoration: none;
}
.recherche .sstitre a{
	text-decoration: underline;
}
/*FORMULAIRE */
.lien_formulaire{
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
}
.bloc_formulaire{
	display:none;
	width:100%;
}
.bloc_formulaire input[type=text],
.bloc_formulaire input[type=email],
.bloc_formulaire input[type=number]{
	width:100%;
	padding:5px;
	margin:5px 0;
	border-width: 1px;
	border-style: solid;
}
.bloc_formulaire label {
    margin: 15px 0;
		font-weight: 600;
}
.bloc_formulaire input[type=submit]{
	color:#FFFFFF;
	border:none;
	padding:15px;
	text-transform: uppercase;
	font-weight: 600;
}
span.wpcf7-list-item-label{
	font-weight: normal !important;
}
/*----------------------------------------------------------------------------
FOOTER________________________________________________________________
------------------------------------------------------------------------------*/
.footer_border{
	border-top: 1px dashed #000;
  padding-top: 25px;
}
.footer_ligne2{
	margin-top: 15px;
}
.footer_ligne2 .border-dash{
	margin-top: 8px;
}
.footer_rezo a{
	display: block;
	float:left;
	width:20%;
}
.footer_rezo a .btn_rezo{
	background-color: #212529;
	width:30px;
	height:30px;
	border-radius: 15px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
	padding-top: 7px;
}
.contener_partenaire{
	margin-left:-15px;
}
.contener_partenaire .partenaire{
	margin-top: 0;
	float: right;
	height:30px;
	width:60px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.contener_footer_search input{
	height:30px;
	padding:5px;
	border: 2px solid #000000;
}
.contener_footer_search button[type=submit]{
  border: 0;
  background-color: #212529;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}
#menu-footer-bottom li{
	margin-right: 8px;
}
#menu-item-98::after,
#menu-item-96::after{
	content: " - ";
	color:#000000;
}
/*----------------------------------------------------------------------------
MODAL________________________________________________________________
------------------------------------------------------------------------------*/
#contactModal .modal-dialog {
    width: 900px;
		max-width: 900px;
}
#contactModal .modal-header {
    border-bottom: 1px dashed #000000;
}
#contactModal .modal-header h1{
		text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 600;
    padding-left: 60px;
}
#contactModal .section {
    margin: 30px 0;
}
#contactModal input[type="text"], #contactModal input[type="email"],
#contactModal textarea,
#contactModal select {
    width: 100%;
    margin-top: 15px;
		border:1px solid #000000;
		padding:15px;
}
#contactModal select {
		padding:7px 15px;
}
#contactModal input[type="submit"] {
    background-color: #E75C4A;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
		border:none;
		padding:15px;
    margin: 15px 0 30px 0;
    transition: background-color 0.3s ease;
}
#contactModal input[type="submit"]:hover {
    background-color: #000000;
}
/*popup*/
#popupModal .modal-footer{
	font-size:10px;
}
#popupModal .modal-footer input[type=checkbox]{
	margin-right:5px;
	display:inline-block;
}
