/*
Theme Name: Grenaillage-42
Theme URI: http://underscores.me/
Author: ComKapi
Author URI: http://www.comkapi.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: g42
Tags:

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.

Grenaillage-42 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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: "Comic Sans MS", 'Marker Felt', Verdana,  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-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: #333333;
	font-size: 15px;
	line-height:20px;
}

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

h2 { color: #3190e7; font-size: 34px; font-family: Verdana, Arial; margin: 20px 0; }
h3 { color: #3190e7; font-size: 22px; font-family: Verdana, Arial; margin: 20px 0; }

p {
	margin-bottom: 7px;
}

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 #666;
	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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

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

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

a:hover,
a:focus,
a:active {
	color: #e32430;
	outline: 0;
	text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# 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-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	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;
}

/*--------------------------------------------------------------
## Couleurs
gris  = #718391
rouge = #e32430
bleu  = #006ed1
--------------------------------------------------------------*/

@font-face {
    font-family: 'exo2';
    src: url('fonts/exo2-regular-webfont.woff2') format('woff2'),
         url('fonts/exo2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;

}

@font-face {
    font-family: 'ssp';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

body {
	color: #333;
	font-family: 'ssp', Arial, sans-serif; 
	font-weight: 400;
	font-size: 16px;
	line-height:20px;
	margin:0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: 'exo2', Verdana, sans-serif; }

a, a:hover, a:focus, a:active {
   outline: none;
   text-decoration: none;
   transition: all 150ms ease-in-out 0s;
}

article { margin: 0; }

footer { margin: 0px; }

ul { padding-left: 0; list-style: none; }

p {
    font-size: 1em;
    margin: 0;
	padding-bottom:11px;
	text-align: justify;
}

blockquote { font-size: 16px; font-style: italic; margin: 30px 25px; }

blockquote p::before {
	color: #666666;
	content: " ";
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 18px;
	margin-top: -10px;
	margin-right: 10px;
}
blockquote p::after {
	color: #666666;
	content: " ";
	display: block;
	float: right;
	font-family: FontAwesome;
	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
}

article h2, h2.entry-title { 
	color: #000; 
	font-size: 33px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
article h2::after, h2.entry-title::after {
	background-color: #e32430;
    content: "";
    display: block;
    height: 3px;
    line-height: 0;
    margin-top: 5px;
    width: 40px;
}

article h3 {
	clear: none;
	color: #718391;
	font-size: 1.6em;
	margin: 10px 0;
}

article h4 {
	clear: none;
	color: #718391;
	font-size: 1.2em;
	margin: 10px 0;
}

article .entry-content a { color:#006ed1; }
article .entry-content a:hover { color:#e32430; }

#primary { font-size: 1em; }
article .entry-content ul { list-style: none; margin: 0 0 15px 15px; }
article .entry-content ul li:before  { color:#e32430; content:' ';  font-family: FontAwesome; margin-right: 5px; }
.entry-content p img { margin-top: 10px; margin-bottom: 10px; }

#breadcrumbs { color:#aaa; padding-right: 5px; }
#breadcrumbs a:hover { color: #E2007A; }
#content { margin-bottom: 25px; }
#masthead { background: #fff; }

.img-list-news { margin-right: 25px; }

.homenews { margin-bottom: 25px; overflow: hidden; }
.homenews h2 { text-align: center; }
.homenews h2::after {
    height: 4px;
    margin: 5px auto 0 auto;
    width: 70px;
}

.actus {
	background: #F1F1F1;
	min-height: 310px;
	transition: all 300ms ease-in-out 0s;
}
.actus:hover {
	background: #ffb617;
}
.actus:hover a {
	color:#fff;
}
.actus h4 {
	color: #444;
	margin: 0;
	padding: 5px 0 25px 0;
	text-align: center;
}
.actus h4 a {
	color: #444;
}
.actus h4 a:hover {
	color: #fff;
}
.actusimg {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
	height: 200px;
	width: 100%;
}
.actusimg a {
	display: block;
	height: 200px;
	text-indent: -9999px;
	width: 100%;
}

.dat { 
	font-size: 12px;
	padding: 15px 0 10px 15px;
	text-align: left;
}
/* menu */

.navbar.navbar-inverse { background: none; border-color: #f1f1f1; margin-bottom: 0; }

.navbar-collapse { padding-left: 0; padding-right: 0; }
a.navbar-brand { 
	background: url(imgs/logo.png) no-repeat;
	display:block;
	height:77px;
	text-indent: -9999px;
	width: 277px;
}
.navbar-nav { float: right; }

.navbar-nav > li.m-active > a::before, .navbar-nav > li.current-menu-ancestor > a::before,
.navbar-nav > li.current_page_ancestor > a::before, .navbar-nav > li.current_page_parent > a::before, 
.navbar-nav > li.current_page_item > a::before, .navbar-nav > li.current-menu-item > a::before,
.navbar-nav > li.current-post-ancestor > a::before, .navbar-nav > li.current-post-parent > a::before
{
    background-color: #e32430;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: 12px;
    position: absolute;
    right: 12px;
    transition: all 300ms ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li > a {
    border: 0 none;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 28px 12px 29px;
    position: relative;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #e32430;
}

.navbar-nav > li::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: none;
    display: inline;
    height: auto;
    left: auto;
    position: inherit;
    top: auto;
    width: auto;
}

.navbar-nav li > ul {
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    margin: -1px 0 0 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 220px;
}

.navbar-nav > li > ul > li {
    position: relative;
}
.navbar-nav > li > ul > li > a {
    color: #333;
    border: 0 none;
    display: block;
    line-height: 1.3em;
    padding: 6px 15px;
    transition: all 200ms ease-in-out 0s;
}

.navbar-nav > li > ul > li > a:hover {
	background: #e32430;
    color: #fff;
}

.navbar-nav > li.menu-item-has-children:hover > ul { display: block;  }

.sub-menu {
    animation-duration: 500ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
@keyframes fadeInDown {
	0% {
	    opacity: 0;
	    transform: translateY(-20px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0px);
	}
}

.navbar-inverse .navbar-toggle {
    background: #e32430;
    border-color:#e32430;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #333;
    border-color:#333;
}

/* page header */
#page-header {
    margin: 66px 0 25px 0;
}
.page-header-top {
	background-color: #006ed1;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-size: cover; 
    background-attachment: fixed;*/
    color: #fff;
    position: relative;
}

.page-header-top-inner::before {
	background-image: linear-gradient(to bottom, transparent, rgba(0, 110, 220, 0.6));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-header-top-inner {
	background-color: rgba(0, 110, 220, 0.5);
    padding-top: 70px;
}

.page-title {
    padding: 70px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
.page-title::before, .page-title::after {
    clear: both;
    content: "";
    display: table;
    height: 0;
}
.page-title h1 {
	color:#fff;
	font-size: 46px;
	font-weight: bold;
    margin: 0;
}
.page-title h1 > span {
	font-size: 36px;
}
.page-title h1::after {
	background: #e32430;
    margin: 10px auto 0;
    content: "";
    display: block;
    height: 4px;
    line-height: 0;
    width: 50px;
}
.page-header-services .c-service-list {
    margin-bottom: 0;
    position: relative;
    top: 5px;
}
.page-header-bottom-inner {
	background-color: #fff;
    color: #444;
    margin: -10px -40px 0;
    position: relative;
}
.page-header-bottom-inner::before, .page-header-bottom-inner::after {
    content: "";
    display: block;
    height: 100px;
    left: -15px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.page-header-bottom-inner::after {
    left: auto;
    right: -15px;
}
.page-header-bottom-inner::before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
}
.page-header-bottom-inner::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0));
}

.page-header-bar-inner {
	border-bottom: #e2e2e2 1px solid;
	padding: 24px 0;
	text-align: center;
	}
.page-header-bar-inner .widget {
	margin:0;
	}

.page-header-bar-inner::before, .page-header-bar-inner::after {
    clear: both;
    content: "";
    display: table;
    height: 0;
}

.page-header-bar-inner, .page-header-bar-inner a { color:#333; font-weight: bold; font-size: 18px; }
.page-header-bar-inner i {
    color: #ffb617;
    font-size: 24px;
    margin: 0 6px 0 20px;
    position: relative;
    top: 3px;
}
.page-header-bar-inner i:first-child {
    margin-left: 0;
}


.page-header-bottom-inner2::before, .page-header-bottom-inner2::after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    z-index: 10;
}
.page-header-bottom-inner2::before, .page-header-bottom-inner2::after {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    content: "";
    display: block;
    height: 100px;
    left: -15px;
    position: absolute;
    top: 10px;
    width: 15px;
    z-index: 10;
}


.page-header-bottom-inner2::after {
    left: auto;
    right: -15px;
}


.page-header-breadcrumbs {
    border-bottom: 1px solid transparent;
    padding: 8px 40px;
    position: relative;
    z-index: 20;
}
.page-header-breadcrumbs ul {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-header-breadcrumbs ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-header-breadcrumbs ul > li::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: none;
    display: inline;
    height: auto;
    left: auto;
    position: inherit;
    top: auto;
    width: auto;
}
.page-header-breadcrumbs ul > li {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.page-header-breadcrumbs ul > li::before {
    content: "";
    display: inline-block;
    font-family: icomoon;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.page-header-breadcrumbs ul > li.home::before {
    content: "";
    display: inline-block;
    font-family: icomoon;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
}
.page-header-breadcrumbs ul > li:last-child {
    padding-right: 0;
}
.page-header-bar {
    padding: 0 40px;
}


.gallery-item img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}


/* accordion */
h4.panel-title a { color:#f7931e; display: block; width: 98%; padding: 4px 0; font-style: italic; }
h4.panel-title a.collapsed, h4.panel-title a:hover  { color:#0B4F8E; }
h4.panel-title a.collapsed:hover  { color:#f7931e; }
h4.panel-title a::before { content: ' '; font-family: 'FontAwesome'; font-style: normal; margin-right: 5px; }
h4.panel-title a.collapsed::before { content: ' '; font-family: 'FontAwesome'; font-style: normal; margin-right: 5px; }


.row { margin: 0; }


.shareit { padding: 20px 0; }
.shareit .fa { 
	border:1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	display: block;
	float: left;
	height: 32px;
	margin-right: 5px;
	padding: 8px 5px 5px 5px; 
	text-align: center;
	width: 32px;
}
.shareit .fa:hover { 
	border:1px solid #fdbf25; 
}

/* footer */

footer { background:#010101; color: #fff; padding:30px 0; }


.site-info { overflow:hidden; }
.site-info { color: #fff; }
.site-info .widget { margin:0; }
.site-info ul { list-style: none; margin: 10px auto; }
.site-info ul li a { color: #fff; }


.site-info .widget.signature { 
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 25px;
	padding-bottom: 0px; 
	padding-top: 25px;
}
.site-info .widget-title {
	color: #fff;
 	font-size: 24px;   
}
.site-info .widget-title::after {
	background-color: #e32430;
    content: "";
    display: block;
    height: 2px;
    margin-top: 8px;
    width: 30px;
}
.site-info a { color:#fff; }
.site-info a:hover { color:#e32430; }
.site-info i { min-width: 25px; }

.table { margin: 25px 0; }

textarea.form-control { width:auto; }



.wpcf7-form p { line-height:28px; margin: 15px 0; overflow: hidden; }
.wpcf7-form label { font-weight: normal; }




/* RESPONSIVE CSS */


@media (max-width: 1200px) {


}

@media (max-width: 991px) {


}

@media (max-width: 767px) {
	.navbar-nav {
		float: left;
		margin: 8px 0 0 15px;
	}
	.navbar-inverse .navbar-nav > li > a { padding: 12px; }
	.navbar-nav li > ul {
	    background-color: transparent;
	    box-shadow: none;
	    display: block;
	    position: relative;
	}
	.navbar-nav > li.m-active > a::before, .navbar-nav > li.current-menu-ancestor > a::before,
	.navbar-nav > li.current_page_ancestor > a::before, .navbar-nav > li.current_page_parent > a::before, 
	.navbar-nav > li.current_page_item > a::before, .navbar-nav > li.current-menu-item > a::before,
	.navbar-nav > li.current-post-ancestor > a::before, .navbar-nav > li.current-post-parent > a::before { height: 4px; width: 100%; }
	#text-2 { line-height: 30px; }
	.page-header-top-inner { padding-top: 40px;	}

	.home h2 img { max-width: 50%; }
	.home .actus { margin-bottom: 20px; }
	.page-header-bottom-inner::before, .page-header-bottom-inner::after { display: none; }
	.page-header-bar { padding: 0; }
	.page-header-bottom-inner { margin: 0; }
}

@media (max-width: 668px) {
	#page { margin: 0; }

}

@media (max-width: 640px) {
	.home h2 img { margin-bottom: 30px; max-width: 100%; }
}

@media (max-width: 580px) {
	.home h2 img { max-width: 100%; float: none; margin: 0 auto 25px auto;  }
}

@media (max-width: 375px) {

	.page-header-top { display: none; }
	a.navbar-brand { width: 250px; background-size: contain; }


}