@charset "UTF-8";
/*
Theme Name: Twenty Nineteen
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: A new Gutenberg-ready theme.
Requires at least: WordPress 4.9.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
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.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 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:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */

/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Fallback for non-latin fonts */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* 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.
 */


/* 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;
}

/**
 * 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;
}

/* Typography */
html {
  line-height: normal;
  font-size: 62.5%;
  position: relative;
}


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b181c;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  background-color: #1b181c;
  overflow-x: hidden;

}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/fa-solid-900.eot");
  src: url("./fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.woff") format("woff"), url("./fonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fa-solid-900.svg#fontawesome") format("svg");
 }
 @font-face {
   font-family: 'FontAwesome-B';
   font-style: normal;
   font-weight: 400;
   src: url("./fonts/fa-brands-400.eot");
   src: url("./fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.woff") format("woff"), url("./fonts/fa-brands-400.ttf") format("truetype"), url("./fontss/fa-brands-400.svg#fontawesome") format("svg");
  }

h1,
h2,
h3,
h4,
h5,
h6,
.typoTitre,
.font2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;

}
.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}
.sstitre {
  font-size: 2rem;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 30px;
  font-weight: bold;
}
.content .sstitre.nomb{
	margin-bottom: 5px;
}
.site-content .entry-content h3.sstitreH3{
	text-transform: none;
	text-align: left;
	margin:0 0 30px;
	display: block;
}
.site-content .entry-content .pricing-blocprecision h3{
	display: block;
	text-align: left;
}
.sstitre::first-letter {
  font-size: 3rem;
}
.content .sstitre{
  margin-bottom: 30px;
}
.entry-header .sstitre {
  margin-bottom: 25px;
}

h1,
.titre{
  text-transform: uppercase;
  color: #1b181c;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
h1.titre span{
  position: relative;
}
h1::first-letter,
.titre::first-letter{
  font-size: 4rem;
}

.content h3{
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: normal;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 0;
  color: #fff;
}
.content h4{
  font-size: 1.8rem;
  color: #F06D1C;
}
.para h4{
  font-weight: bold;
  margin:20px 0 10px;
}
.content h5{
  font-size: 1.6rem;
  text-transform: uppercase;
}
.content h6{
  font-size: 1.2rem;
  font-weight: bold;
  color: #F06D1C;
}
.page-template-page-contact .content h3{
  font-size: 1.8rem;
}
.page-template-page-contact .content h3 span{
  text-align: center;
  margin: 0;
  display: block;
}
.site-content .entry-content h3{
  margin: 25px 0 10px;
  padding: 0;
  color: #F06D1C;
}
@media screen and (min-width: 768px) {
  .entry-content h3{
    font-size: 1.6rem;
  }
  h1.titre{
    font-size: 4rem;
  }
  h1::first-letter,
  .titre::first-letter{
    font-size: 5rem;
  }
  .sstitre {
    font-size: 2.5rem;
  }
  .sstitre::first-letter {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1240px) {
  h1.titre{
    font-size:4.5rem;
  }
  h1::first-letter,
  .titre::first-letter{
    font-size: 5.5rem;
  }
  .entry-content h3{
    font-size: 2.2rem;
  }

}
@media screen and (min-width: 1400px) {
  h1.titre{
    font-size: 4.5rem;
  }
  h1::first-letter,
  .titre::first-letter{
    font-size: 5.5rem;
  }
  .sstitre {
    font-size: 3rem;
  }
  .sstitre::first-letter {
    font-size: 4.5rem;
  }
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: 1.6875rem;
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size,
  h2 {
    font-size: 2.25rem;
  }
}

.has-regular-font-size,
.comments-title,
h3 {
  font-size: 1.6875rem;
}

h5 {
  font-size: 0.88889rem;
}



.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  hyphens: auto;
  word-break: break-word;
}

/* Do not hyphenate entry title on tablet view and bigger. */
@media screen and (min-width: 768px) {
  .entry-title {
    hyphens: none;
  }
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

blockquote cite {
  font-size: 0.71111em;
  font-style: normal;
}

pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

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

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

big {
  font-size: 125%;
}
ul,
ol{
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}
hr.clear{
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  border:0;
  clear: both;
}
.web{
  display: none;
}
@media screen and (min-width: 680px){
  .web{
    display:block;
  }
  .web.tablette{
    display: none;
  }
  .numero.web{
    display: inline-block;
  }
  .mobile{
    display: none!important;
  }
}
@media screen and (min-width: 1240px){
  .tablette{
    display: none;
  }
  .web.tablette{
    display: block;
  }
}
/* Elements */
html {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body.menuMobile{
  overflow: hidden;
}
a {
  transition: color 110ms ease-in-out;
  color: #F06D1C;
}


a:hover,
a:active {
  outline: 0;
  color: #000;
}

a:focus {
  outline: none;
  text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1rem 0;
}

hr {
  background-color: #767676;
  border: 0;
  height: 2px;
}
.marge{
  padding: 0 20px;
  width: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.block-content ul,
.block-content ol {
  padding-left: 1rem;
}

.block-content ul {
  list-style: disc;
}

.block-content ul ul {
  list-style-type: circle;
}

.block-content ol {
  list-style: decimal;
}

.block-content li {
  line-height: 1.8;
}

.block-content li > ul,
.block-content li > ol {
  padding-left: 2rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

figure {
  margin: 0;
}

blockquote {
  border-left: 2px solid #0073aa;
  margin-left: 0;
  padding: 0 0 0 1rem;
}

blockquote > p {
  margin: 0 0 1rem;
}

blockquote cite {
  color: #767676;
}

table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
border: none;
}
caption,
th,
td {
font-weight: normal;
text-align: center;
border: none;
}
th {
font-weight: 700;
background-color: #de6e55;
color: #fff;
}
th,
td {
padding: 0.4375em;
}
tr{
background-color: #fff;
}
tr:nth-child(2n){
background-color: #fff7ea
}
tbody td{
border-bottom: 1px solid #eee;
}
tbody tr:hover td{
border-bottom: 1px solid #ccc;
background-color: #fffbf5;
}
tbody tr:nth-child(2n):hover td{
background-color: #f7ebd7;
}
div.wpcf7 .ajax-loader{
  position: absolute;
}
/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  outline: none;
  text-decoration: none;
  padding: 10px 50px;
  min-width: 150px;
  margin: 10px auto;
  display: block;
  background: #F06D1C;
  color: #fff;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #111;
  cursor: pointer;
}

.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

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 {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #F06D1C;
  box-sizing: border-box;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 5px;
  color: #1b181c;
}

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 {
  background-color: #F06D1C;
  outline: none;
  color: #fff;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}
input::placeholder,
textarea::placeholder{
  color: #666;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: #ddd;
}
textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

form p {
  margin: 1rem 0;
}
@media screen and (min-width: 740px) {
  .titre{
    overflow: hidden;
  }
  .titre span{
    position: relative;
  }
  .titre span::after,
  .titre span::before{
    position: absolute;
    top: 50%;
    content: "";
    height: 2px;
    background-color: #000;
    width: 100%;
  }
  .titre span::before{
    left: -120%;
  }
  .titre span::after{
    right: -120%;

  }
  #intro .titre span::after,
  #intro .titre span::before{
    display: none;
  }
}
/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.main-navigation{
  background-color: #F06D1C;
	position: fixed;
	bottom: 0;
	left: 0;
	right:0;
  z-index: 1000;
}
.main-navigation a{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
		font-size: 1.6rem;
		display: block;
		padding: 10px;
		position: relative;
		text-decoration: none;
		letter-spacing: 0.1rem;
}
.main-navigation a::first-letter{
  font-size: 2.1rem;
}
.main-navigation .sub-menu a{
    font-size: 1.4rem;
  	padding: 8px 10px;
    border-bottom: 1px solid #585858;
    margin: 0 5px;
    width: auto;
    text-transform: none;
}
.sub-menu li:last-child a,
.sub-menu li:last-child .sub-menu li:last-child a{
  border:none;
}
.sub-menu .sub-menu li:last-child a{
 border-bottom: 1px dashed #585858;
}
.sub-menu .sub-menu a{

    font-size: 1.2rem;
    padding: 10px 10px;
    margin:0 10px;
}
.navigation.toggled-on .nav-menu{
	display: block;
}
#bt-accueil,
#bt-contact {
    display: block;
    height: 50px;
    margin: 0;
    text-align: center;
    width: 15%;
    position: relative;
    color: #fff
}
#bt-accueil:hover,
#bt-contact:hover,
#bt-accueil:active,
#bt-contact:active{
  background-color: #1b181c;
}
.main-navigation #bt-accueil:before {
    content: "\f015";
}
.main-navigation #bt-contact:before {
    content: "\f0e0";
}
.main-navigation #bt-accueil:before,
.main-navigation #bt-contact:before {
	top: 6px;
	font-size: 25px;
}
#menuMobile{
	display: flex;
}
.main-menu-more{
  display: none;
}
.menu-toggle {
	clear: none;
	cursor: pointer;
	display: block;
	margin: 0;
	text-align: center;
	width: 70%;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background: none;
	border: none;
	color: #fff;
	padding: 8px 0;
  border-radius: 0;
}
.menu-toggle:focus {
	outline: thin dotted;
}
.menu-toggle:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 20px;
	font-size: 1.5rem;
	padding-left: 8px;
	line-height: 4px;
}
.toggled-on .menu-toggle:after {
    content: "\f00d";
}
#top-menu{
  margin: 0;
	padding: 10px 0;
  background: #1b181c;
  display: block;
  height: auto;
  left: 0;
  position: fixed;
  top: 0px;
  bottom: 50px;
  width: 100%;
  z-index:1000;
    transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transition: all 350ms ease 0s;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-navigation.toggled-on #top-menu{
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.menu-nav-principale-container,
.main-navigation a img,
.sub-menu .dropdown-toggle,
.main-navigation ul ul,
.submenu-expand,
.menu-item-link-return{
    display: none;
}
.toggled-on .menu-nav-principale-container{
    display: block;
}

.main-navigation li {
	position: relative;
}
.main-navigation li li {
	border:none;
}
.sub-menu{
  list-style: none;
  padding: 0 ;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  margin: 0 15px;
  border-radius: 5px;
}
.sub-menu .sub-menu{
  box-shadow: 0 0 0;
  margin: 0;
}
.main-navigation ul ul ul,
.main-navigation .sub-menu.toggled-on{
  display: block;
}
.main-navigation li a:hover,
.main-navigation li a:active,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-page-ancestor > a{
	color: #F06D1C;
}
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a{
  font-size: 600;
}
.menu-item-has-children.toggled-on > .sub-menu{
  display: block;
}
.dropdown-toggle {
	position: absolute;
  right: 5px;
  top: 0px;
  background: none;
  width: 50px;
  height: 30px;
  padding: 0;
  min-width: 0;
}
.dropdown-toggle::after {
	color: #fff;
	content: "\f107";
	font-size: 24px;
	position: absolute;
	text-align: center;
	font-family: "FontAwesome";
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}
.dropdown-toggle:hover::after,
.dropdown-toggle:focus::after {
  color: #F06D1C;
}
.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}
.dropdown-toggle.toggled-on:after {
	content: "\f106";
}
.no-js .main-navigation ul ul {
	display: block;
}
.site-inner{
	position: relative;
	z-index: 1500;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}
.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}
.dropdown-toggle.toggle-on:after {
	content: "\f432";
}
#map .leaflet-map {
    width: 100%;
    height: 450px!important;
    z-index: 1;
  }

@media screen and (min-width: 680px) {
  #menuMobile{
    display: inline;
  }
  .main-navigation{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 20px;
    background: none;
  }
  #site-navigation{
      width: 50px;
  }
  .menu-toggle{
    width: auto;
    display: block;
    background-color:#1b181c;
    padding: 0;
    min-width: 0;
  }
  .menu-toggle::after {
    font-size: 2.5rem;
    padding: 10px;
    display: block;
    line-height: normal;
  }
  .textToggle{
    display: none;
  }
  #top-menu{
    bottom: 0;
    top: 130px;
  }
  .is-sticky #top-menu{
    top:80px;
  }
  #bt-accueil,
  #bt-contact{
    display: none;
  }
  #map .leaflet-map{
    height: 550px!important;
  }
}

@media screen and (min-width: 1240px) {
  .main-navigation .mobile-parent-nav-menu-item{
    display: none;
  }
  #map .leaflet-map{
      margin-top: -25px;
    }
  .main-navigation{
    position: static;
  }
  #top-menu{
    background: none;
    position:  static;
    overflow-x:visible;
    overflow-y: visible;
    transform: translate(0,0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #map .leaflet-map{
    height: 650px!important;
  }
	#menuMobile{
		display: none;
	}

	.dropdown-toggle,
	.main-navigation ul .toggled-on{
		display: none;
	}
	.menu-menu-principal-container,
	.menu-menu-principal-anglais-container{
		display: block;
		width: 100%;
		max-width: 1600px;
		margin:0 auto;
    position: static;
	}
	.menu-menu-principal-container ul,
	.menu-menu-principal-anglais-container ul{
		display: flex;
		align-items: stretch;
		align-content: center;
		justify-content:center;
		padding: 0;
	}
	.main-navigation li{
		display: flex;
		align-items: center;
		align-content: center;
		text-align: center;
		position:relative;
		margin: 0;
    width: 100%;
	}
  .main-navigation li li{
  	display: block;
  	margin: 0;
  	width: 100%;
  }
  .sub-menu li:last-child a, .sub-menu li:last-child .sub-menu li:last-child a{
    border-bottom: 1px solid #585858;
  }
	.main-navigation li a{
		padding: 10px;
		text-align: center;
		width: 100%;
		font-weight: 500;
		position: static;
		font-size: 1.3rem;
		text-transform: uppercase;
    color: #1b181c;
	}

	#menu-nav-principale{
		background-color: #103f59;
		display: flex;
		align-items: stretch;
	}
	.main-navigation li .sub-menu{
		position: absolute;
		left: 0;
		top:95%;
		width: 150%;
    transition: 0s;
	  display: block;
    margin: 0;
    border-radius: 0;
	  visibility: hidden;
		z-index: 5000;
		background-color: #1b181c;
    padding: 21px 0 15px;
    background: linear-gradient( rgba(2,0,36,0) 0%, rgba(27,24,28,0) 6px, rgba(22,19,30,1) 6px, rgba(27,24,28,1) 100%);
    box-shadow: 0 0 0;
    }
    .main-navigation li .sub-menu .sub-menu{
      padding: 0 0 20px;
      }
  .main-navigation li li.current-menu-item a:hover{
    cursor: default;
  }
  .main-navigation li .sub-menu .sub-menu{
    width: 100%;
    position: static;
  }
	.main-navigation li:hover .sub-menu{
		visibility: visible;
		transition: all 0.5s ease-in;
	}
	.main-navigation li:first-child .sub-menu{
		left: 0;
		transform-origin: left top;
	}
	.main-navigation li .sub-menu li{
		width: 100%;
    display: block;
	}
	.main-navigation li .sub-menu li a{
		text-align: left;
		padding: 10px 15px;
		letter-spacing: 0;
    margin: 0 10px;
		font-size: 2.2rem;
		color: #fff;
  	}
    .main-navigation li .sub-menu li li a{
      font-size: 1.8rem;
      padding-left: 20px
      }
  .main-navigation li .sub-menu li.current-menu-item a:hover{
    background: none;
  }
  .main-navigation li .sub-menu li a:hover{
    background-color: #F06D1C;
  }
  .main-navigation li .sub-menu .sub-menu li a{
    text-transform: none;
    margin:0 15px;
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .main-navigation li a{
      font-size: 1.4rem;
  }
  .main-navigation li a::first-letter{
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1460px) {
  .main-navigation li a{
      font-size: 1.8rem;
  }
  .main-navigation li a::first-letter{
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1600px) {
  #map .leaflet-map{
    height: 800px!important;
  }
}
/**
 * 6.3 Menu Outils
 */

#bandeOutil .marge{
	text-align: center;
}
#social-navigation ul{
	margin-bottom: 10px;
}
.social-navigation{
  display: flex;
  justify-content:center;
}
#bandeOutil{
  padding: 5px 0;
}
#bandeOutil #pays{
	margin-bottom: 10px;
}
#logoSticky{
	display: none;
}
#bandeOutil ul {
	text-align: center;
	margin: 0;
  padding: 0;
}
#bandeOutil li {
	display: inline-block;
	font-size: 1rem;
  position: relative;
}

#bandeOutil li:last-child::after  {
  display: none;
}
#bandeOutil .m-Accueil, #bandeOutil .m-Contact{
	display: none;
}
.connexion #bandeOutil .m-Accueil{
	display: block;
}
#bandeOutil ul a{
	display: block;
	position: relative;
	color: #fff;
  text-transform:uppercase;
}
#callback{
	margin-left:10px;
}

#bandeOutil li:last-child a{
	margin-right: 0;
}
.social-navigation a:before,
.numero::before,
#callback:before,
#bt-accueil:before, #bt-contact:before{
	content: "";
	font-size: 2.8rem;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0px;
	left: 0;
	font-family: 'FontAwesome';
	z-index: 10;
	transition:all 0.5s linear;
	text-decoration: none;
}
#bandeOutil .current-menu-item a::before{
	color: #fff;
}
#bandeOutil a:hover,
#bandeOutil #callback:hover{
	transition:all 0.2s ease;
	color: #F06D1C;
	cursor: pointer;
}
#callback::before{
	content: "\f002";
	top: 0px;
}
#bandeOutil #lang_sel_list ul a{
	width: 25px;
	height: 25px;
	visibility: hidden;
	font-size: 1.4rem;
}
#bandeOutil .menu-item-language-current{
	display: none;
}
#bandeOutil .menu-item-language a:before{
	visibility: visible;
}
.social-navigation a {
    display: block;
    position: relative;
    margin: 0 5px;
    color: #F06D1C;
    width: 30px;
    height: 30px;
}
#bandeOutil svg{
  display: none;
}
#lang_sel_list{
	height: 0;
	color: #1f5c79;
}
.social-navigation .m-Accueil a:before {
	content: "\f015";
}
.social-navigation .m-Chaine a:before {
	content: "\f167";
	font-family: "FontAwesome-B";
}

.social-navigation .m-Compte a:before {
	content: "\f502";
	font-family: "FontAwesome";
}
.logged-in .social-navigation .m-Compte a:before {
	content: "\f4fc";
}
.social-navigation .m-Connexion a:before  {
	content: "\f090";
}
.social-navigation .m-Photo a:before  {
	content: "\f030";
	font-weight: 400;
}
.social-navigation .m-Publication a:before  {
	content: "\f1c1";
}
.social-navigation .m-Actu a:before  {
	content: "\f1ea";
}
.social-navigation #callback:before  {
	content: "\f002";
}
.social-navigation a[href*="contact"]:before {
	content: "\f0e0";
}
.social-navigation  a[href*="blog"]:before {
	content: "\f1ea";
}
.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f082";
	font-family: "FontAwesome-B";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
	font-family: "FontAwesome-B";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f16d";
	font-family: "FontAwesome-B";

}
.social-navigation a[href*="linkedin.com"]:before {
	content: "\f0e1";
  	font-family: "FontAwesome-B";
}
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f231";
	font-family: "FontAwesome-B";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f099";
	font-family: "FontAwesome-B";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";

}


.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}
#menu-menu-outils svg,
.menu-item svg{
	display: none;
}
.menu-menu-outils-container,
.menu-menu-outils-anglais-container{
	display: inline-block;
}

#bandeOutil .numero.web{
	display: none;
}
#bandeOutil .numero::before{
	content: "\f095";
	left: 0;
	width: 40px;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.nav-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation {
  margin:0;
  background: #1b181c;
  padding: 25px 0;
}
.post-navigation .nav-links {
  margin: 0 auto;
  text-align: center;
  max-width: 1600px;

}
.post-navigation a{
  display: block;
  width: 100%;
  padding: 5px 0;

}
.post-navigation .nav-next {
  border-bottom: 1px dashed #F06D1C;
  padding-bottom: 10px;
  order: 1;
}
.post-navigation .nav-previous {
  order: 2;
  margin-top: 10px;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 100%;
}
@media screen and (min-width: 680px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 50%;
    position: relative;
  }
  .post-navigation .nav-links .nav-next {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
    text-align: right;
    order: 2;
    padding-right: 40px;
    transition: 0.3s;
  }
  .site-description{
    font-size: 1.8rem;
  }
  .post-navigation .nav-links .nav-next::after,
  .post-navigation .nav-links .nav-previous::before {
    font-family: "FontAwesome";
    font-size: 4rem;
    position: absolute;
    top: 5px;
    color: #767676;
    transition: 0.3s;
  }
  .post-navigation .nav-links .nav-next:hover::after,
  .post-navigation .nav-links .nav-previous:hover::before {
    color: #fff;
  }
  .post-navigation .nav-links .nav-next::after{
      content: "\f105";
      right:10px;
  }
  .post-navigation .nav-links .nav-previous::before{
      content: "\f104";
      left: 10px;
  }
  .post-navigation .nav-links .nav-previous {
    text-align: left;
    order: 1;
    margin: 0;
    padding-left: 40px;
  }
}

.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}


.post-navigation .nav-links a .post-title {
  hyphens: auto;
}

.post-navigation .nav-links a:hover {
  color: #fff;
}

.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}

.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem);
}

.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}

.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}

.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}

.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}

@media screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-weight: bold;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}
@media screen and (min-width: 1240px) {
  .site-description{
    font-size: 2rem;
  }
}
.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}

.comment-navigation .nav-next {
  text-align: right;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  clip-path: none;
  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 {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}
.blocContent{
  background-color: #fff;
}
.modulo2 .blocContent,
.modulo2.blocs {
	background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}
.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;
  table-layout: fixed;
}

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

/* Layout */
/** === Layout === */
#page {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 20;
}

.site-content {
  overflow: hidden;
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#bandeauUp{
    background-color: #1b181c;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}
#bandeauUp .nameFooter{
  text-transform: uppercase;;
  color: #F06D1C;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}
.site-header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 950;
}
.tel::before{
  font-family: "fontawesome";
  content: "\f095";
  margin-right: 5px;
}

.site-branding {
  color: #767676;
  position: relative;
  z-index: 600;
  background: rgba(255,255,255,0.9);
  padding: 15px 0;
  transition: all 0.3s;
}
.is-sticky .site-branding {
  background: rgba(255,255,255,1);
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.site-logo {
  position: relative;
  z-index: 999;
  margin-bottom: calc(.66 * 1rem);
}
.bt{
  margin-top: 15px;
  padding:15px 30px;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #1b181c;
  line-height: 18px;
    text-decoration: none!important;
}
.bxslider .bt{
color: #F06D1C;
}
.bt:first-letter{
  font-size: 20px;
}
.bt::after{
  top: 0;
  bottom: 0;
  right: 1px;
  padding: 0 15px;
  transform: translate(100%,0);
  font-family: FontAwesome;
  content: "\f04b";
  background: rgba(255,255,255,0.8);
  position: absolute;
  line-height: 45px;
  font-size: 18px;
}
.bt::before{
  top: 0;
  bottom: 0;
  right: 2px;
  transform: translate(100%,0);
  background: #fff;
  position: absolute;
  width:0px;
  content: "";
  transition: all 0.5s;
}
.bt:hover::before{
  width:47px;
  transition: all 0.5s;
}
.bt.colorPrincipal,
.bt.red{
  background-color:#F06D1C ;
  color: #fff;
}
.bt.colorPrincipal::after,
.bt.red::after{
  background: rgba(248,162,24,0.8);
}
.bt.colorPrincipal::before,
.bt.red::before{
  background-color:#F06D1C ;
}
.bt.black{
  background-color:#1b181c;
  color: #fff;
}
.bt.black::after{
  background: rgba(0,0,0,0.8);
}
.bt.black::before{
  background-color:#1b181c ;
}
@media screen and (min-width: 768px) {
  .site-logo {
    margin-bottom: 0;
    position: absolute;
    right: calc(100% + (1.25 * 1rem));
    top: 4px;
    z-index: 999;
  }
  #bandeauUp .nameFooter{
    text-align: left;
    display: inline;
    margin-right: 10px;
    font-size: 1.3rem;
  }

}
@media screen and (min-width: 1240px) {
  #bandeauUp .nameFooter{
    text-align: center;
    font-size: 1.5rem;
    margin-right: 0px;
  }
}
.site-logo .custom-logo-link {
  border-radius: 100%;
  box-sizing: content-box;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: box-shadow 200ms ease-in-out;
}

.site-logo .custom-logo-link .custom-logo {
  min-height: inherit;
}

.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
  box-shadow: 0 0 0 2px black;
}

@media screen and (min-width: 768px) {
  .site-logo .custom-logo-link {
    width: 64px;
    height: 64px;
  }
}

.site-title {
  margin: 0 auto;
  display: block;
  color: #585858;
  width:50px;
  text-align: center;
}
.site-description{
  color: #fff;
}
.site-title a {
  color: #111;
}

.site-title a:link, .site-title a:visited {
  color: #111;
}

.site-title a:hover {
  color: #4a4a4a;
}

.featured-image .site-title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .featured-image .site-title {
    display: inline-block;
  }
}
@media screen and (min-width: 980px) {

}
@media screen and (min-width: 1240px) {
  .site-title {
    margin: 0;
    width: 88px;
    transition: all 0.4s;
  }
  .site-branding{
    background: rgba(255,255,255,0.8);
  }
}
.site-title + .main-navigation {
  display: block;
}


.site-title:not(:empty) + .site-description:not(:empty):before {
  content: "\2014";
  margin: 0 .2em;
}
.sticky-wrapper{
  z-index: 9999;
  position: relative;
}
.sticky-wrapper:not(.is-sticky){
  height: auto!important;
}

.site-header.featured-image {
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.is-sticky .site-title{
  margin-bottom: 0;
}

.site-header.featured-image .site-branding .site-title,
.site-header.featured-image .site-branding .site-description,
.site-header.featured-image .main-navigation a:after,
.site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children:after,
.site-header.featured-image .main-navigation li,
.site-header.featured-image .social-navigation li,
.site-header.featured-image .entry-meta,
.site-header.featured-image .entry-title {
  color: #fff;
}

.site-header.featured-image .main-navigation a,
.site-header.featured-image .main-navigation a + svg,
.site-header.featured-image .social-navigation a,
.site-header.featured-image .site-title a,
.site-header.featured-image .site-featured-image a {
  color: #fff;
  transition: opacity 110ms ease-in-out;
}

.site-header.featured-image .main-navigation a:hover, .site-header.featured-image .main-navigation a:active,
.site-header.featured-image .main-navigation a:hover + svg,
.site-header.featured-image .main-navigation a:active + svg,
.site-header.featured-image .main-navigation a + svg:hover,
.site-header.featured-image .main-navigation a + svg:active,
.site-header.featured-image .main-navigation a + svg:hover + svg,
.site-header.featured-image .main-navigation a + svg:active + svg,
.site-header.featured-image .social-navigation a:hover,
.site-header.featured-image .social-navigation a:active,
.site-header.featured-image .social-navigation a:hover + svg,
.site-header.featured-image .social-navigation a:active + svg,
.site-header.featured-image .site-title a:hover,
.site-header.featured-image .site-title a:active,
.site-header.featured-image .site-title a:hover + svg,
.site-header.featured-image .site-title a:active + svg,
.site-header.featured-image .site-featured-image a:hover,
.site-header.featured-image .site-featured-image a:active,
.site-header.featured-image .site-featured-image a:hover + svg,
.site-header.featured-image .site-featured-image a:active + svg {
  color: #fff;
  opacity: 0.6;
}

.site-header.featured-image .main-navigation a:focus,
.site-header.featured-image .main-navigation a:focus + svg,
.site-header.featured-image .main-navigation a + svg:focus,
.site-header.featured-image .main-navigation a + svg:focus + svg,
.site-header.featured-image .social-navigation a:focus,
.site-header.featured-image .social-navigation a:focus + svg,
.site-header.featured-image .site-title a:focus,
.site-header.featured-image .site-title a:focus + svg,
.site-header.featured-image .site-featured-image a:focus,
.site-header.featured-image .site-featured-image a:focus + svg {
  color: #fff;
}

.site-header.featured-image .social-navigation a:focus {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff;
}

.site-header.featured-image .social-navigation svg,
.site-header.featured-image .site-featured-image svg {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.site-header.featured-image .site-featured-image {
  /* First layer: grayscale. */
}

.site-header.featured-image .site-featured-image .post-thumbnail img {
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 1;
  /* When image filters are active, make it grayscale to colorize it blue. */
}

@supports (object-fit: cover) {
  .site-header.featured-image .site-featured-image .post-thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
  filter: grayscale(100%);
}

.site-header.featured-image .site-featured-image .entry-header {
  margin-top: calc( 4 * 1rem);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /* Entry meta */
}

@media screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header {
    margin-left: calc(10% + 60px);
    margin-right: calc(10% + 60px);
  }
}

.site-header.featured-image .site-featured-image .entry-header .entry-title:before {
  background: #fff;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta {
  font-weight: 500;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span {
  margin-right: 1rem;
  display: inline-block;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span:last-child {
  margin-right: 0;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a:hover {
  text-decoration: none;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .discussion-avatar-list {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta {
    display: flex;
    position: relative;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-title {
    padding-right: calc(1 * (100vw / 12) + 1rem);
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .comment-count {
    position: absolute;
    right: 0;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .discussion-avatar-list {
    display: block;
    position: absolute;
    bottom: 100%;
  }
}

.site-header.featured-image .custom-logo-link {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.site-header.featured-image .custom-logo-link:hover, .site-header.featured-image .custom-logo-link:active, .site-header.featured-image .custom-logo-link:focus {
  box-shadow: 0 0 0 2px white;
}

.site-header.featured-image .site-branding {
  position: relative;
  z-index: 10;
}

.site-header.featured-image .site-featured-image .entry-header {
  position: relative;
  z-index: 9;
}

.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\020";
  width: 100%;
  height: 100%;
}

.image-filters-enabled .site-header.featured-image .site-featured-image:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
}

.site-header.featured-image .site-featured-image:after {
  background: #1b181c;
  mix-blend-mode: multiply;
  opacity: .7;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image .site-featured-image:after {
  background: #0073aa;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .site-header.featured-image .site-featured-image:after {
    opacity: 1;
  }
}

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: 4;
  /* Browsers supporting mix-blend-mode can have a light overlay */
}

@supports (mix-blend-mode: overlay) {
  .image-filters-enabled .site-header.featured-image .site-branding-container:after {
    background: rgba(255, 255, 255, 0.35);
  }
}

.site-header.featured-image:after {
  background: #1b181c;
  /**
		 * Add a transition to the readability overlay, to add a subtle
		 * but smooth effect when resizing the screen.
		 */
  transition: opacity 1200ms ease-in-out;
  opacity: 0.7;
  z-index: 5;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image:after {
  background: #1b181ce14;
  opacity: 0.38;
}

@media screen and (min-width: 768px) {
  .image-filters-enabled .site-header.featured-image:after {
    opacity: 0.18;
  }
}

.site-header.featured-image ::-moz-selection {
  background: rgba(255, 255, 255, 0.17);
}

.site-header.featured-image ::selection {
  background: rgba(255, 255, 255, 0.17);
}
.image {
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 1px 0;
	height: 100%;
}

.image.haut,.image.haut .bloc-image,.image.haut .photo-service{
background-position: top center;
}
.image.bas, .image.bas .bloc-image, .image.bas .photo-service{
background-position: top center;
}
/*
.image::after {
background-color: rgba(255, 255, 255, 0.85);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}*/
.list.portfolio li{
	padding: 0;
	list-style: none;
}
.list.portfolio .tabs-line{
padding: 20px;
background-color: #000;
}
.list.portfolio .tabs-line li{
margin: 5px 10px;
font-size: 20px;
}
.list.portfolio .tabs-line li,
.list.portfolio .tabs-line li a{
color: #fff;
text-transform: uppercase;
}
.list.portfolio .tabs-line li a:hover,
.list.portfolio .tabs-line li a.active{
color: #ff8522;
}
.list.portfolio .tabs-line .sousmenu{
display: none;
}
.list.portfolio .tabs-line .sousmenu li{
margin-top: 15px;
}
.list.portfolio .tabs-line .sousmenu li a{
text-transform: none;
}
.mediaFiche .item-portfolio{
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
	height: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0!important;
}
}
.entry-content .content .bloc-fiche.portfolio .cat-item{
margin-bottom: 0;
min-height: 200px;
}
.entry-content .content .bloc-fiche.portfolio::after{
display: none;
}
.portfolio .cat-item{
	list-style: none;
	margin: 0;
}
.portfolio .cat-item::before{
	display: none;
}

.portfolio .cat-item a{
	text-decoration: none
}
.portfolio .cat-item h3{
	color: #fff;
}
.portfolio .cat-item h3::first-letter{
	font-size: 3rem;
}
.portfolio .cat-item h5{
	font-size: 1rem
}
.portfolio .cat-item a{
position: absolute;
display: flex;
justify-content: center;
align-content: center;
width: 100%;
height: 100%;
color: #fff;
text-align: center;
z-index: 50;
flex-wrap: wrap;
font-size: 1.3rem;
top: 0;
}
.portfolio .cat-item a h3{
width:90%;
margin: 0 auto;
display: block;
opacity: 1;
transition:1s;
transition-delay:0.3s;
}
.portfolio .cat-item a h5{
width:90%;
margin: 0 auto;
display: block;
opacity: 1;
transition:1s;
transition-delay:0.3s;
}
.portfolio .cat-item {
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    position: relative;
}
.portfolio  .cat-item.hover a h3,
.portfolio  .cat-item:hover a h3,
.portfolio  .cat-item.hover a h5,
.portfolio  .cat-item:hover a h5{
-webkit-transition: opacity;
-moz-transition: opacity;
-o-transition: opacity;
-ms-transition: opacity;
transition: opacity;
opacity: 0;
transition:0.5s;
}
.cat-item .masque{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
background-color: rgba(0,0,0,0.5);
z-index: 10;
opacity: 1;
-webkit-transition: -webkit-clip-path,-webkit-clip-path,opacity;
-moz-transition: -moz-clip-path,-moz-clip-path,opacity;
-o-transition: -o-clip-path,-o-clip-path,opacity;
-ms-transition: -ms-clip-path,-ms-clip-path,opacity;
transition: -webkit-clip-path,clip-path,opacity;
-webkit-transition-duration: 0.7s,.7s,.3s;
-moz-transition-duration: .7s,.7s,.3s;
-o-transition-duration: .7s,.7s,.3s;
-ms-transition-duration: .7s,.7s,.3s;
transition-duration: 1s,.7s,.3s;
-webkit-transition-delay: 0s,0s,.3s;
-moz-transition-delay: 0s,0s,.3s;
-o-transition-delay: 0s,0s,.3s;
-ms-transition-delay: 0s,0s,.3s;
transition-delay: 0s,0s,.3s;
-webkit-clip-path: polygon(50% 150%,150% 50%,50% -50%,-50% 50%);
-moz-clip-path:  polygon(50% 150%,150% 50%,50% -50%,-50% 50%);
clip-path:  polygon(50% 150%,150% 50%,50% -50%,-50% 50%);
}
.portfolio .cat-item .masque{
background-color: rgba(0,0,0,0.5);
}
.cat-item.hover .masque, .cat-item:hover .masque{
opacity:0;
-webkit-clip-path:  polygon(50% 50%,50% 50%,50% 50%,50% 50%);
-o-clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%);
-moz-clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%);
-ms-clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%);
clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%);
-webkit-transition-delay:0s;
transition-delay:0s,0s,.3s;
}
.section.media .block-vignette img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position:center;
}
.section.media .posHaut .block-vignette img{
	 object-position:top;
}
.section.media .posBas .block-vignette img{
	 object-position:bottom;
}

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

	.portfolio .cat-item{
		width: 50%;
	}
	 .bloc-fiche.portfolio .cat-item{
		width: 50%;
	}
	 .bloc-fiche.portfolio.itemlenght-2 .cat-item,
	 .bloc-fiche.portfolio.itemlenght-3 .cat-item,
	.bloc-fiche.portfolio.itemlenght-4 .cat-item{
		width: 50%;
	}
	.bloc-fiche.portfolio.itemlenght-3 .cat-item:first-child{
		width: 100%;
	}
	.bloc-fiche.portfolio.itemlenght-1 .cat-item,
	.bloc-fiche.portfolio.itemlenght-2 .cat-item{
		height: 100%;
	}
	.bloc-fiche.portfolio.itemlenght-3 .cat-item,
	.bloc-fiche.portfolio.itemlenght-4 .cat-item{
		height: 50%;
	}
}
@media screen and (min-width: 55em) {
	.portfolio .cat-item{
		width: 33%;
		height: 150px;
	}
}
@media screen and (min-width: 68.75em) {
	.portfolio .cat-item{
		width: 25%;
		height: 250px;
	}
	.bloc-fiche.portfolio .cat-item{
		min-height: 250px;
	}
}
@media screen and (min-width: 100em) {
	.portfolio .cat-item{
		width: 20%;
		height: 300px;
	}
}
@media screen and (min-width: 780px){
 .block-vignette img{
    position: absolute;
    top: 0;
    left: 0;
  }
	.imgPortfolio .block-vignette  img{
		position: static;
	}
}
/*--------------------------------------------------------------
## bxslider
--------------------------------------------------------------*/
#enteteHome{
	position: relative;
}
.bxslider{
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 680px) {

  #bandeOutil .m-Accueil,
  #bandeOutil .m-Contact{
      display: inline-block;
  }
  #bandeauUp .marge{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
	#filtreHome{
		position: absolute;
		transform-origin: left top ;
		width: 100%;
		bottom: 0;
		z-index: 5000;
	}
	#filtreHome #blocksearchandfilter{
		width: 100%;
		max-width: 790px;
		margin: 0 auto;
  }
}
#bandvide{
  padding-top: 175px;
}

@media screen and (min-width: 680px) {
  #bandvide{
    padding-top: 155px;
  }
}
@media screen and (min-width: 980px) {
	#blockMenuHaut{
		flex-wrap: wrap;
		align-content:stretch;
		justify-content: flex-end;
		align-items: stretch;
	}

	#site-navigation{
		display: flex;
		align-items: center;
		z-index: 20;
	}
}
@media screen and (min-width: 1240px) {
  #bandvide{
    padding-top: 154px;
  }
  .site-header-main .marge{
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
  }
  .site-header-main{
		padding:5px 0 5px;
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
  .is-sticky .site-header-main{
    padding: 5px 0 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  }
  .is-sticky .site-header-main .site-title{
    width: 45px;
    transition: all 0.4s;
  }
	#site-description{
		position: absolute;
		text-align: left;
		bottom:5px;
		left: 10px;
		padding: 0;
		font-size: 1.1rem;
		letter-spacing: 0rem;
	}
	#site-navigation{
    width: calc(100% - 220px);
  }
}
/**
 * 13.2 Bandeau
 */
 #bandeau{
 	overflow: hidden;
 	height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
 }
 #blocBandeau{
   max-height: 900px;
   overflow: hidden;
 }
#bandeau.haut{
  background-position: center top;
}
#bandeau.bas{
  background-position: center bottom;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.bx-wrapper img {
	width: 100%;
  height: 100%;
	display: block;
	margin: 0 auto;
  object-fit: cover;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	left: -5px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	outline: 0;
	border-radius: 50%;
  position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border:1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bx-wrapper .bx-pager.bx-default-pager a::after {
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.5s;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a.active:hover{
	background: #F06D1C;
}
.bx-wrapper .bx-pager.bx-default-pager a.active::after{
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover::after{
  width: 23px;
  height: 23px;
  transition: all 0.5s;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0px;
}
.bx-wrapper .bx-next {
	right: 0px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
  top: calc(50% + 80px);
  transform: translate(0,-50%);
	outline: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	z-index: 500;
	text-indent: -50000px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.actu .bx-wrapper .bx-controls-direction a {
	top: 20%;
}
.bx-wrapper .bx-controls-direction a::after {
  display: block;
	content: "\f104";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 2rem;
	font-family: "fontAwesome";
	width: 100%;
	text-indent: 0;
	font-weight: 300;
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: rgba(227,0,26,0.7);
}
.bx-wrapper .bx-controls-direction .bx-next::after {
    content: "\f105";
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.home .bx-controls{
	display: block;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666989;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    box-shadow: 0 0 0;
}

#blocBandeau .cover{
	width: 100%;
	height: 400px;
  position: relative;
}
#blocBandeau .cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blocBandeau .cover.filtre::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0,0,0,0.25);
}
.btPage{
	padding:5px 15px;
	display: inline-block;
	background-color: #0bb89c;
	color: #fff;
	position: relative;
	text-decoration: none;
	margin-top: 20px;
	transition: all 0.4s;
}
.btPage::before{
	display: block;
	position: absolute;
	content:"";
	border: 1px solid #0bb89c;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	transition: all 0.4s;
}
.btPage:hover{
	background-color: #088571;
	color: #fff;
}
.btPage:hover::before{
	border-color: #088571;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
}
#enteteHome .blockTitre{
	position: absolute;
	z-index: 400;
	top: calc(50% + 80px);
	left: 50%;
  width: 80%;
  max-width: 1240px;
	text-align: center;
	color: #fff;
  transform: translate(-50%,-50%);
}
.bxslider .bt{
  margin-left: -23px;
}
#enteteHome .blockTitre h3{
  font-size: 2.6rem;
  font-weight: bold;
}

#enteteHome .blockTitre p{
  font-size: 1.4rem;
  line-height: normal;
  margin: 0;
}
.blocBouton{
  margin: 20px 0 40px;
  text-align: center;
}
.comment-reply.blocBouton{
  margin: 0;
}
.actu .bx-wrapper{
	margin-bottom: 5px;
	clear: both;
}
.listgalerie .blockVignette{
  height: 300px;
}
.listgalerie .item {
  position: relative;
  margin-bottom: 20px;
}
.listgalerie .item .blockContent{
  content: "";
  position: absolute;
  top:10%;
  left:10%;
  transform-origin:50% 50%;
  width: 80%;
  height: 80%;
  border: 1px solid #F06D1C;
  transition: all 0.5s;
  background: rgba(237,33,129,0);
}
.listgalerie .item:hover .blockContent{
  width: 90%;
  height: 90%;
  top:5%;
  left:5%;
  transition: all 0.5s;
  background: rgba(237,33,129,0.7);
    border: 1px solid  rgba(237,33,129,0.7);;
}
.listgalerie .item .blockContent{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.listgalerie .item h3{
  color: #fff;
  padding: 0 20px;
  text-align: center;
  margin: 0;
  opacity: 0;
  transition: all 0.5s;
  font-size: 1rem;
}
.listgalerie .item:hover h3{
      opacity: 1;
      transition: 0.5 all 0.2s;
        font-size: 1.8rem;
}
.listgalerie .item .blockContent::before{
  display: none;
}
.listgalerie .item .bt-lien{
  display: none;
}
.marge.bouton{
  text-align: center;
}
a.bt-acces{
	color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  transition: 0.5s;
  background: #F06D1C;
  display: inline-block;
  padding: 5px 20px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.comment-reply-link.bt-acces{
  font-size: 1.4rem;
  text-transform: none;
  margin: 0 auto;
}
.comment-reply-link.bt-acces:hover{
  background: #1b181c;
  color: #fff;
}
.bt-acces::after,
.bt-acces::before{
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 200%;
  position: absolute;
}
.bt-acces::before{
  left: -98%;
  transform-origin: right top;
  transform: rotate(5deg);
}
.bt-acces::after{
  right:-98%;
  transform-origin:left bottom;
  transform: rotate(5deg);
}
.comment-reply-link.bt-acces::after,
.comment-reply-link.bt-acces::before{
  background: #fff;
  top: -5px
}
.comment-reply-link.bt-acces::before{
  left: -90%;
}
.comment-reply-link.bt-acces::after{
  right:-90%;
}
.bt-acces span{
  display: block;
  position: relative;
}
.bt-acces  span::before{
	font-family: "FontAwesome";
	content:"\f0a9";
	margin-right: 10px;
	font-size:18px;
}

.list{
  margin-bottom: 60px;
}
.bt-acces:hover,
.biens .bt-acces:hover{
    background-color: #fff;
    color: #F06D1C
}
.blockLien{
  background: #098796;

}
.margeLien{
  position: relative;
}
.item.lien{
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  position: static;
}
.blockLien{
  margin-bottom: 40px;
}
.listgalerie .titreCat{
  position: absolute;
  top: 0%;
  text-align: center;
  max-width: 80%;
  left: 50%;
  transform: translate(-50%,0);
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  transition: 0.6s;
  font-size:0.5rem;
  display: inline;
}
.listgalerie .titreCat::before,
.listgalerie .titreCat::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: -20px;
}
.listgalerie .titreCat::after{
  left: auto;
  right: -20px;
}
.listgalerie .item:hover .titreCat{
  opacity: 1;
  transition: 0.4s;
  font-size:1rem;
}
#emploi .marge{
  padding: 20px 20px 75px;
  text-align: center;
  max-width: 1240px;
}
.item-emploi{
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
  padding: 15px 20px ;
}
#emploi .bloc-content{
  text-align: left;
}
#emploi h3{
  text-align: left;
  padding: 0;
}
.datepu{
  color: #F06D1C;
}
#backTop {
  display: inline-block;
  background-color: #fff;
  border:2px solid#000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
}
#backTop:hover {
  cursor: pointer;
  background-color: #333;
}
#backTop:active {
  background-color: #555;
}
#backTop.show {
  opacity: 1;
  visibility: visible;
}
#backTop::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4rem;
  line-height: 4.5rem;
  color: #F06D1C;
}


@media screen and (min-width: 680px) {
	#blocBandeau .cover{
		height: 450px;
	}
  #page{
    margin-top: 0;
  }
	.bx-wrapper .bx-controls-direction a {
		bottom: 50%;
		transform: translate(0,50%);
	}

  .bx-wrapper .bx-pager{
    bottom: 20px;
  }
  .listgalerie  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .listgalerie .item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 780px) {
  .bx-wrapper .bx-pager{
    bottom:40px;
  }
}
@media screen and (min-width: 820px) {
  .item.lien .blockContent{
    width: 50%;
    text-align: left;
    padding: 25px 0;

  }
  .item.lien .blockContent h3{
    text-align: left;
  }
  .margeLien:nth-child(2n) .item.lien .blockContent h3{
    text-align: right;
  }
  .item.lien .blockVignette{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height:auto;
  }
  .margeLien:nth-child(2n)  .item.lien .blockVignette{
    right: auto;
    left: 0;
  }
  .item.lien .blockVignette img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
	#blocBandeau .cover{
		height: 400px;
	}
	#bandeau{
  	height: 250px;
  }
  #emploi .item-emploi{
    display: flex;
    align-items: center;
  }
  #emploi .item-emploi .blocbt{
    width:220px;
    text-align: left;
  }
  #emploi .item-emploi .blocbt .bt{
    margin-left: 25px;
  }
  #emploi .item-emploi .bloc-content{
    width:calc(100% - 220px);
    border-right: 1px solid #eee;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1240px) {
		#blocBandeau .cover{
			height: 500px;
		}
		#bandeau{
			height: 400px;
		}
    #enteteHome .blockTitre h3{
      font-size: 3rem;
    }
    #enteteHome .blockTitre p{
      font-size: 1.6rem;
    }
		.bx-wrapper .bx-controls-direction a {
			width: 50px;
			height: 50px;
		}
		.bx-wrapper .bx-controls-direction a::after {
			font-size: 2.5rem;
		}
    .listgalerie .item {
      width: calc(33% - 10px);
    }
}
@media screen and (min-width: 1400px) {
  #bandeau{
    height: 450px;
  }
	#blocBandeau .cover{
		height: 450px;
	}
  .home #blocBandeau .cover{
    height: 900px;
  }
  #enteteHome .blockTitre h3{
    font-size: 4rem;
  }
  #enteteHome .blockTitre p{
    font-size: 2rem;
  }
  #bandeau{
    height: 350px;
  }
}
@media screen and (min-width: 2200px) {
  #bandeau{
    height: 550px;
  }
	#blocBandeau .cover{
		height: 550px;
	}
}
.page-template-page-sitemap .bloKMap .sstitre{
  font-size: 2rem;
  margin-top: 40px;
  text-align: left;
  display: block;
}
.page-template-page-sitemap .bloKMap .sstitre span{
  display: block;
}
.page-template-page-sitemap .bloKMap li{
	margin-bottom: 15px;

}
.bloKMap .menu-menu-principal-container ul,
.bloKMap .menu-menu-principal-anglais-container ul{
	display: block;
}
.page-template-page-sitemap .bloKMap li::before{
	display: none!important;
}
.page-template-page-sitemap .bloKMap li li{
	margin-bottom: 3px;
	width: 100%!important;
}
.page-template-page-sitemap .bloKMap li a{
	font-size: 2.5rem;
	font-weight: 400;
  font-family: 'Archivo Narrow', sans-serif;
	text-decoration: none;
	padding: 2px 0;
  color: #000;
}
.page-template-page-sitemap .bloKMap li a::first-letter{
	font-size: 3.5rem;

}
.bloKMap .menu-menu-principal-container,
.bloKMap .menu-menu-principal-anglais-container{
	display:block;
}

.page-template-page-sitemap .bloKMap li a::before,
.page-template-page-sitemap .bloKMap li a::after{
	display: none!important;
}
.page-template-page-sitemap .bloKMap li a:hover{
color: #F06D1C;
}
.page-template-page-sitemap .bloKMap li li a{
	font-size: 2rem;
	font-weight: 300;
	}
.page-template-page-sitemap .bloKMap li li a:hover{
	background: none!important;
	}
	.page-template-page-sitemap .bloKMap li:hover ul{
		display: block;
	}
.page-template-page-sitemap .bloKMap li li li a{
	font-size: 1rem;
}
.page-template-page-sitemap .bloKMap ul.sub-menu{
	margin-top: 10px;
	padding-left: 20px;
	background: none!important;
	border: none;
	list-style: circle;
	position: static!important;
  box-shadow: 0 0 0 #1b181c;
}
.bloKMap .sub-menu li:last-child a,
.bloKMap .sub-menu li:last-child .sub-menu li:last-child a{
   border:none;
 }
.page-template-page-sitemap .bloKMap ul.sub-menu::after,
.page-template-page-sitemap .bloKMap li a img{
	display: none;
}

@media screen and (min-width: 46.25em){
	.sitemap .marge{
		display: flex;
	}
	.sitemap .bloKMap{
		width: 48%;
	}
}
#blocksearchandfilter{
	padding: 15px 20px 10px;
	font-size: 1.15rem;
  margin-bottom: 40px;
	background-color: #323033;
}
#blocksearchandfilter .marge{
  max-width: 980px;
	display: flex;
	align-content: center;
	justify-content: center;
}
#blocksearchandfilter ul{
	justify-content: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
  position: absolute;
  z-index: 900;
}
#blocksearchandfilter li{
	width: 100%;
}
#blocksearchandfilter input{
	padding: 11px;
	border: none;
	font-size: 16px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.catInt #FiltreCat{
  display: none;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 22px;
  font-weight: normal;
	padding: 11px 30px 11px 15px;
  outline: none;
	width: 100%;
	min-width: 180px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  z-index: auto!important;
  border-bottom: 1px solid#fff !important;

   }
.nice-select .current{
  color: #fff;
  position: relative;
  z-index: 1;
}
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #666; }
  .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
   }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #666;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
		font-size: 16px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option[data-value=""],
.nice-select .option[data-value="site-internet"],
.nice-select .option[data-value="retouche-photo"],
.nice-select .option[data-value="graphisme"] {
	padding-left: 10px;
    padding-right: 20px;
	font-size: 18px;
}
    .nice-select .option:hover{
      background-color: #1b181c;
		 	color:#fff;}
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #666;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.searchandfilter  li .children label{
	font-size: 1rem;
	margin: 0;
}
.searchandfilter label{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.searchandfilter ul{
	width: 100%;
}
#blockFiltre{
	width: 100%;
}
#bt_filtrage{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color:#F06D1C;
	cursor:pointer;
	margin-left: 50px;
}
#bt_filtrage::before{
	font-family: "FontAwesome";
	color: #fff;
	content:"\f002";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:25px;
}
.noResult{
  text-align: center;
}

.contactacf ul{
	padding:0;
}
.contactacf li{
	margin-bottom: 10px;
}
.modulo2 .contactacf li label{
	color: #fff;
}
.contactacf li:before{
	display: none;
}
.contactacf input[type="submit"]{
	margin: 0 auto;
	width: 120px;
	display: block;
	font-size: 1.2rem;
}


.item-chiffre{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.item-chiffre::after{
  display: block;
  position: absolute;
  height: 3px;
  width: 90%;
  top:30%;
  content: "";
  left: 5%;
  background-color: #878787;
  z-index: 1;
}
.chiffre{
  background-color: #fff;
  position: relative;
  z-index: 10;
  color:#098796;
  font-size: 4rem;
  padding:0 20px;
  display: inline-block;
  line-height: 4rem;
}
.suffixe{
  background-color: #fff;
  text-align: center;
  font-size:1.2rem;
  color: #878787;
  display: block;
}
@media screen and (min-width: 680px) {
    #blockChiffres{
      position: relative;
    }
  #blockChiffres .marge{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #blockChiffres::after{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    top:30%;
    content: "";
    background-color: #878787;
    z-index: 1;
  }
  .item-chiffre::after{
    display: none;
  }

}
@media screen and (min-width: 1240px) {
  .suffixe{
    font-size:1.3rem;
  }
}
.date{
	display: block;
	text-align: center;
	margin-bottom: 5px;
	margin-top: -10px;
	color: #1b181c;
}
.date span{
	position: relative;
	display:inline;

}
.date span::before,
.date span::after{
	content: "";
	width: 20px;
	height: 1px;
	top: 50%;
	background-color: #1b181c;
	position: absolute;
}
.date span::before{
	left: -30px;
}
.date span::after{
	right: -30px;
}
.entry-header .date{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.entry-content li.telechargement::before{
  display: none;
}
.entry-content li.telechargement a{
  text-decoration: none;
}
.entry-content li.telechargement a::before{
  background: none;
  content: "\f1c1";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#formulaire{
  padding: 50px 20px;
}
@media screen and (min-width: 680px) {
  #blocksearchandfilter .searchMoin{
    justify-content: space-between;
    align-content: center;
  }
		#blocksearchandfilter li#FiltreFormation{
			width: calc(100% - 60px);
		}
    #blocksearchandfilter input{
      padding: 14px 15px;
    }
    #blocksearchandfilter li#blockFiltre{
      width: 50px;
    }

		#FiltreHabitation .nice-select{
			border-radius: 0;
		}
		.nice-select{
			border-radius: 10px 0 0 10px;
			border-right: 1px solid #999;
		}
		#blocksearchandfilter #lieux{
			border-radius: 0;
			border-right: 1px solid #999;
		}
		#prix{
			border-radius: 0 10px 10px 0;
		}
}
@media screen and (min-width: 820px) {

	#blocksearchandfilter li li{
		width: 100%;
	}
	#blocksearchandfilter li#FiltreHabitation{
		width: 20%;
	}
	#blocksearchandfilter li#FiltreThemes{
		width: 20%;
	}
	#blocksearchandfilter li#blockFiltre{
		width: 50px;
		margin: 0 0 0 10px;
	}

	.contactacf ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactacf li{
		width: 45%;
	}
  .entry-content p{
    margin: 0 0 15px;
  }
  .deuxColone .para{
    -webkit-column-gap: 3em;
    -webkit-columns: 2 auto;
    -moz-column-gap: 3em;
    -moz-columns: 2 auto;
    -o-column-gap: 3em;
    -o-columns: 2 auto;
    -ms-column-gap: 3em;
    -ms-columns: 2 auto;
    column-gap: 3em;
    columns: 2 auto;
  }
}
.portfolio.BlocPara ul{

}
.content.media .block-media{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content.media .contentMedia a{
  display: inline-block;
  position: relative;
  height: 100%;
}
.content.media .block-media .content-text{
  width: 100%;
  order: 2;
}
.mediaFiche .contentMedia{
	margin-bottom: 0!important;
	height: 100%;
}
.mediaFiche .contentMedia.portfolio{
	height: auto;
}
.content.media .block-media .contentMedia{
  width: 100%;
  margin: 0 auto;
  height: 250px;
  text-align: center;
  margin-bottom: 20px;
}
.content.media .block-media .contentMedia iframe{
  height: 100%;
}
.content.media .block-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content.media .block-media em{
  text-align: center;
  color: #eee!important;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
.list-videos .video iframe{
  width: 100%;
}
.content-text ul{
  list-style:disc inside;

}
@media screen and (min-width: 820px) {
  .content.media .block-media .content-text{
    width: 50%;
    order:1;
  }
  .content.media .block-media .contentMedia{
    width: 45%;
    height: auto;
    order:2;
    margin-bottom: 0;
  }
  .content.media .block-media img{
    width:auto;
    height: auto;
    object-fit:none;
  }
  .content.media .block-media .contentMedia iframe{
    height:360px;
    width: 100%;
  }
  .list-videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .list-videos .video{
    width: 48%;
  }
  .nb-1 .list-videos .video{
    width: 100%;
  }
  .nb-1 .list-videos .video iframe{
    height: 450px;
  }
}
/*--------------------------------------------------------------
## Block prestations
--------------------------------------------------------------*/
.prestas ul{
  padding: 10px;
  background: #1b181c;
  color: #fff;
  list-style: none;
  max-width: 1250px;
  margin: 0 auto;
}
.entry-content .prestas li{
  padding: 10px;
  margin:0 0 10px;
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
.entry-content .prestas li:hover{
  background-color: #131313;
  border-radius: 5px;
  border-color: #131313;
}
.entry-content .prestas li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.entry-content .prestas li::before{
  display: none;
}
.entry-content .prestas h5{
  font-size: 2rem;
  padding: 0;
}
.item-presta .content{
  margin:0;
}
.prestas .description{
  font-size: 1.4rem;
}
.prestas .tarif{
  font-size: 2.2rem;
  color:#F06D1C;
  width: 25%;
  text-align: right;
  padding-left: 10px;
  margin-left:10px;
  position: relative;
}
.prestas .tarif::before{
  content: "";
  height: 150%;

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

.sticky-post {
  background: #0073aa;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1rem;
  z-index: 1;
}

.updated:not(.published) {
  display: none;
}
#cheminvie{
  background: #323033;
  padding: 0px 15px 10px;
  color: #fff;

}
.blockDeco{
  position: relative;
  z-index: 20;
}
/*
.blockDeco + .blockDeco.blocs .deco{
  display: none;
}*/
.masque{
  display: none;
}
.deco{
    position: absolute;
    width: 100%;
    height: 25px;
    z-index: 1;
    overflow: hidden;
    top: -25px;
    left: 0;
}
.deco.small{
  height: 15px;
  top: -15px;
}
.deco.interne,
.deco.small.interne{
  top:0;
}
.deco::before{
  display: block;
  width: 50%;
  background-color: #fff;
  height: 25px;
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
}
#cheminvie .deco.small{
top: -10px;
}
#cheminvie .decoInf.small{
  bottom: -10px;
}
.deco.tq::before{
  width: 80%;
}
.deco.red::before{
  background-color: #F06D1C;
}
.deco::after{
  display: block;
  width: 35px;
  background-color: #fff;
  height: 35px;
  position: absolute;
  content: "";
  transform-origin: right bottom;
  bottom: 0px;
  left: calc(50% - 35px);
  transform: rotate(15deg);
}
.deco.tq::after{
  left: calc(80% - 35px);
}

.decoInf{
  position: absolute;
  width: 100%;
  height: 25px;
  z-index: 1;
  overflow: hidden;
  bottom: -25px;
  left: 0;
}
.home .blocAvant .decoInf,
.entry-content .blocAvant:last-child .decoInf{
  bottom: 0;
}
.decoInf::before{
  display: block;
  width: 50%;
  background-color: #fff;
  height: 25px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
.decoInf.tq::before{
  width: 20%;
}
.decoInf::after{
  display: block;
  width: 35px;
  background-color: #fff;
  height: 35px;
  position: absolute;
  content: "";
  transform-origin: right bottom;
  bottom: 0;
  left: calc(50% - 35px);
  transform: rotate(15deg);
}
.decoInf.inverse::after{
  transform-origin: left top;
  bottom: -10px;
}
.decoInf.tq::after{
  left: calc(20% - 30px);
}
.decoInf.small{
  height: 15px;
  bottom: -15px;
}
.decoInf.interne,
.decoInf.small.interne{
  bottom: 0;
}
.decoInf.small::before{
  height: 15px;
}
.deco.red::before,
.decoInf.red::before,
.deco.red::after,
.decoInf.red::after{
  background-color: #F06D1C;
}
.deco.inverse::before,
.decoInf.inverse::before{
  right: 0;
  left: auto;
}
.decoInf.inverse::after{
  right: calc(50% - 35px);
  left: auto;
}
.decoInf.tq.inverse::after{
  right: calc(20% - 35px);
  left: auto;
}
.modulo2 .deco::before,
.modulo2 .decoInf::before,
.modulo2 .deco::after,
.modulo2 .decoInf::after,
.modulo1.blocAvant .deco::before,
.modulo1.blocAvant .deco::after{
  background-color: #f6f6f6;
}
.modulo2.blocAvant .deco::before,
.modulo2.blocAvant .deco::after,
.modulo1.blocAvant:first-child .deco::before,
.modulo1.blocAvant:first-child .deco::after{
  background-color: #fff;
}
.galerie + .blocAvant .deco::before,
.galerie + .blocAvant .deco::after{
  background-color: #1b181c!important;
}
.deco.light-grey::before,
.decoInf.light-grey::before,
.deco.light-grey::after,
.decoInf.light-grey::after{
  background-color: #323033;
}
.deco.dark::before,
.decoInf.dark::before,
.deco.dark::after,
.decoInf.dark::after{
  background-color: #1b181c;
}
@media screen and (min-width: 680px){
  .deco.tq-md::before{
    width: 80%;
  }
  .deco.tq-md::after{
    left: calc(80% - 35px);
  }
  .decoInf.tq-md::before{
    width: 20%;
  }
  .decoInf.tq-md::after{
    left: calc(80% - 35px);
  }
  .decoInf.inverse.tq-md::after{
    right: calc(20% - 35px);
    left: auto;
  }
}
#breadcrumbs{
  margin: 0;
  font-size: 1.4rem;
}
#breadcrumbs a{
  color: #fff;
  padding-right: 5px;
}
#breadcrumbs a:hover{
  color: #fff;
  text-decoration: underline;
}
.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 1rem);
}

.entry {
  margin-top: calc(6 * 1rem);
}

.entry:first-of-type {
  margin-top: 0;
}

.entry .entry-header {
  position: relative;
  margin-top: 50px;
}
li .blockVignette,
.file-gallery .blockVignette {
    width: 100%;
    height: 0;
    padding-top:60%;
    position: relative;
    z-index: 5;
    display: block;
}
li .blockVignette img,
.file-gallery .blockVignette img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.list-item{
  margin: 0;
}
.list .item{
    background-color: #fff;
    margin: 0 20px 35px;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    transition: 0.5s;
    position: relative;
}
.list.blocFormation .item:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
  transition: 0.4s;
}
.list .blockActu .item{
  box-shadow:0 0 0;
  background: none;
  position: relative;
  z-index: 10;
  padding: 1px 0;
}
.list .blockActu .item::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #F06D1C;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.4s;
}
.list .blockActu .item.hover::before{
  width: 100% ;
  height: 100%;

  transition:width 0.2s, height 0.3s 0.2s;
}
.list .blockActu .contentItem{
  margin: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  height: calc(100% - 30px);
}
.list .item .blockVignette::after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: 0.5s;
}
.list .item.hover .blockVignette::after,
.blockHover.hover .blockVignette::after{
  opacity: 1;
  transition: 0.4s;
}
.list .item .blockVignette.fondHover::before{
  content: "\f330";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  font-size: 5rem;
  z-index: 100;
  font-family: "FontAwesome";
}
.list .item.hover .blockVignette.fondHover::before,
.blockHover.hover .blockVignette.fondHover::before{
  opacity: 1;
  transition: 0.4s;
}
.blockSouPage{
  position: relative;
  overflow: hidden;
}
.sspage .blockSouPage{
  padding-bottom: 50px;
  height: 100%;
}
.btHover{
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btHover::before{
  content: "";
  background: #F06D1C;
  width: 80px;
  height: 80px;
  transform-origin: left bottom;
  transform: rotate(45deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.btHover::after{
  content: "\f04b";
  font-family: 'fontAwesome';
  font-size: 2rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}
.fenetreSouspage{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;

  background: #F06D1C;
  z-index: 55;
  transition: all 0.3s;
}
.btHover:hover .fenetreSouspage{
  transition: all 0.8s;
  width: 100%;
  height: auto;
}
.link{
  border-bottom: 1px solid #fff;
}
.link h5{
  margin: 0;
  font-size: 2rem;
}
.link a{
  color: #fff;
  padding: 15px 15px 15px 45px;
  font-size: 1.8rem;
  display: block;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.link a::before{
  content: "\f04b";
  font-family: 'fontAwesome';
  font-size: 1.5rem;
  position: absolute;
  top:50%;
  left: 20px;
  transform: translate(0,-50%);
  z-index: 60;
  }
.link a::first-letter{
  font-size: 2.3rem;
}
.link a:hover{
  background-color: #fff;
  color: #F06D1C;
  transition: all 0.5s;
}
#lien-rapide.list .item,
#actu.list .item{
  margin-bottom: 25px;
}
.pageActu .marge{
  padding: 0;
}
.blocAvant{
  width: 100%;
  height: 350px;
  color: #fff;
  text-align: center;
}
.home .blocAvant{
  margin: 100px 0;

}
.blocAvant .blockfond{
  width: 100%;
  height: calc(100% + 25px);
  z-index: -1;
  top: -25px;
  left: 0;
  position: absolute;
}
.blocAvant  img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.blocAvant .blockfond::after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  position: absolute;
  top: 0;
}
.blocAvant .blockText{
  width: 90%;
  max-width: 1240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.blocAvant h2{
  color: #fff;
  margin:0 0 20px;
}
.blocAvant .descriptif{
  font-size: 1.4rem;
}
.paragraphe .marge{
  max-width: 1240px;
}
.galerie{
  padding: 75px 0;
  background-color: #1b181c;
  margin-top: -25px;
}

@media screen and (min-width: 960px){
  .blocAvant .descriptif{
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1240px){
  .blocAvant{
    height: 400px;
  }
  .blocAvant .descriptif{
    font-size: 1.8rem;
  }
  .home #actu{
    position: relative;
  }
  .home #actu::after{
    width: 100%;
    height: 30px;
    background: #1b181c;
    content: "";
    position: absolute;
    bottom: 148px;
    left: 0;

  }
}
@media screen and (min-width: 1600px){
  .blocAvant{
    height: 500px;
  }
}

.pointer-menu {
    display: none;
    height: 10px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -100%;
    margin-left: -9px;
    border-bottom: 2px solid #F06D1C;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
    overflow: hidden;
}
.pointer-menu:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    right: 2px;
    background: #F06D1C;
    transform-origin: center;
    transform: rotate(45deg);
}
.item .blockContent,
.item .blockTexte{
  color:#434342;
  padding: 1px 0;
  position: relative;
  z-index: 50;
}

.item h3,
.item-emploi h3{
  text-align: center;
  font-weight: normal;
  padding: 15px 20px 25px;
  margin: 0;
  width: 100%;
  font-size: 2.5rem;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color:#1b181c;
}
.item h3::first-letter,
.item-emploi h3::first-letter{
    font-size: 3.5rem;
}
.organigramme .item .blockContent h3{
  padding: 20px 20px 5px;
}

.blocFormation .item .blockContent::before{
  height: 60px;
  top: -30px;
  left: 50%;
}
.blocFormation .item .blockContent::before{
  display: none;
}
.item .fonction{
  font-weight: 400;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  text-transform: none;
}

.item .blockContent p{
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
.blocFormation .item .blockContent p{
  padding: 0 20px 20px;
  width: 100%;

}
.blocFormation .item .blockContent a.bt-lien{
  display: none;
}
.item .blockContent{
  transition: all 0.3s;
}
.item .blockContent a.bt-lien{
  margin: 15px 20px ;
  position: relative;
  transition: 0.5s;
  text-align: right;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: auto;
}
.item.hover .blockContent a.bt-lien{
  color: #000;
  transition: 0.5s;
}
.item .blockContent a.bt-lien::after{
  content:"\f04b";
  font-family: "FontAwesome";
  padding-left: 10px;
    font-size: 1.9rem;
}
.item .blockContent a.bt-lien::first-letter{
    font-size: 1.9rem;
}
.item-emploi.hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
  transition: all 0.3s;
}
.item-emploi.hover .bt::before{
  width:47px;
  transition: all 0.5s;
}
.blockActu .blockVignette::after{
  content: "";
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  background-color: rgba(237,33,129,0.8)
}
.blockActu .blockVignette::after{
  content: "";
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  background-color: rgba(237,33,129,0.8);
  position: absolute;
  transition: all 0.5s;
  z-index: 50;
}
.blockActu .item:hover .blockVignette.fondHover::after{
  width: calc(100% - 40px);
  height: calc(100% - 20px);
}
.blockActu .blockVignette.fondHover::before{
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  z-index: 60;
  color: #fff;
  transform: translate(-50%,-50%);
  content:"";
  opacity: 0;
  transition: all 0.3s;
  font-family: 'FontAwesome';
  content: "\f0a9";
  font-size: 4rem;
}
.blockActu .item:hover .blockVignette.fondHover::before{
  transition: 0.3s all  0.5s;
  opacity: 1;
}
#blocReal .blockActu .blockVignette.fondHover::before{
  display: none;
}

#lien-rapide{
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 2px dashed #098796;
}
#lien-rapide .list-item{
  margin-bottom: 0;
}
.entry-header .resume{
  margin:0;
  text-align: center;
}
.entry-header .resume p{
  margin: 0;
  padding: 0 0 0 20px;
}


.list-content{
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1600px;
}
#listFormations h3{
  position: relative;
  color: #098796;
  margin: 0 0 25px;
  padding: 0;
  font-weight: normal;
  font-size: 2.6rem;
  text-transform: uppercase;
}
#listFormations h4{
  font-size: 2.4rem;
}
#listFormations h5{
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: none;
}
#listFormations .libelle{
  display: block;
}
#listFormations .list-form{
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border-radius: 10px;
  margin-bottom: 10px;
}
#listFormations .list-form:hover{
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.post_lien{
  display: block;
  margin: 0;
  padding: 5px 10px;
  margin: 0 0 5px;
}
#listFormations .post_lien h5{
  font-weight: normal;
  color:#1b181c;
  font-size: 1.4rem;
  margin: 0;
}
#listFormations .form li:hover h5{
  color:#1b181c;
}
#listFormations .post_lien h5 .libelle{
  text-transform: uppercase;
  letter-spacing: 0;
}
.post_lien .sous_libelle{
  font-size: 1.4rem;
  color: #666;
  font-style: italic;
}
.subterm{
  margin-bottom: 35px;
}
#listFormations .post_lien h5 .libelle::first-letter{
  font-size: 2.2rem;
}
#listFormations .list-form{
  margin-bottom: 20px;
}
.entry-header .blocTitle{
	margin-bottom: 50px;
	  text-align: center;
}
.entry-header .blocTitle .titre{
  margin: 0 0 5px;
}
.blocTitle h2{
  	font-style: italic;
    color: #666;
	font-size: 1.6rem;
}
.entry-header .titre{
  margin: 0 0 60px;
}

#intro .blocContent {
  background-color: #1b181c;
  color: #fff;
}
#block_formulaire .blocContent {
  background-color: #1b181c;
  color: #fff;
}
#block_formulaire h3 {
  font-size: 2.4rem
}
.offre .description{
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.offre .detail{
  margin-bottom: 50px;
}
.contrat{
  color: #F06D1C;
  font-size: 2rem;
  margin-bottom: 20px;
}
.offre .datepu{
  color: #fff;
}
.portfolioPage .marge,
.section .blocContent{
    padding: 50px 0;
	z-index: 200;
}
#intro h1{
  margin: 0;
  color: #fff;
}
.section.media .block-vignette{
  width: 100%;

}
.section.media .block-vignette img{
  width: 100%;
}
.section.media .imgContain .block-vignette img{
  object-fit: contain;
}
.section.media .imgFull .block-vignette{
  height: auto!important;
}
.section.media .imgFull .block-vignette img{
	height: auto;
	position: static;
}
.section.media + .blocAvant .deco{
  display: none;
}
.blocContent{
  padding: 25px 0 50px;
}
.children{
  margin: -25px 0 0;
  padding: 100px 0 50px;
  background-color: #eee;
}
.realisations .item h3{
  padding: 12px 20px 0px;
  font-size: 1.6rem;
	mar
}
.realisations .item h5{
	text-align: center;
	margin-top: 0;
	font-size: 12px;
	color: #333;
	margin-bottom: 12px
}
.realisations .item h3::first-letter{
  font-size: 2.6rem;
}
.realisations .bt-lien{
  display: none;
}
.singleReal .para{
  padding-top: 40px;
}
.proprety{
  font-weight: bold;
  font-size: 1.8rem;
}
.section .proprety li{
  padding-left: 0;
	padding-right: 10px;
}
.section .proprety li::before{
  width: auto;
  height: auto;
  border-radius: 0;
  position: static;
  background: none;
  display: inline-block;
  padding-right: 5px;
  content: "\f0da";
  font-family: "FontAwesome";
}
.lienSite{
	font-size: 20px;
	text-decoration: none!important;
	font-weight: 600;

}
.lienSite::before{
	font-family: "Fontawesome";
	content: "\f324";
	padding-right: 5px;
}
#blocReal .blocContent{
  background-color: #F06D1C;
  text-align: center;
}
#blocReal .blocContent::after{
 background: #F06D1C;
}
#blocReal .blocLink{
  background-color: #1b181c;
}
#blocReal .blocContent h2{
  color: #fff;
}
#blocReal .blocLink ul{
  padding: 50px 20px;
  width: 100%;
}
#blocReal .blocLink li{
  margin: 0 0 20px;
  padding: 0;
}

#blocReal .blocLink .blockContent,
#blocReal .blocLink li::before{
  display: none;
}
#blocReal .blockVignette .blocTitles{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 10px;
  z-index: 200;
  font-size: 2rem;
  margin:0;
  transform: translate(0,-50%);
}
#blocReal .blockVignette::after {
  background-color: rgba(50,48,51,0.8);
  left: 0;
}
#blocReal li:hover .blockVignette::after {
  width: 100%;
  height: 100%;
}
#blocReal li:hover .blockVignette .blocTitles{
  opacity: 1;
  transition: 0.3s all 0.5s;
}
.blocTitles h5{
	font-size: 16px;
	text-transform: none;
}
.bootstrap-wrapper .btn.redNaoSubmitButton:hover{
	color: #fff;
}
@media screen and (min-width: 680px){
  .child{
    display: flex;
    flex-wrap: wrap;
  }
  .list-child{
    width: 48%;
    margin:0 1% 20px;
  }
  .row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .order1{
    order:1;
  }
  .order2{
    order:2;
  }
  .justyCenter{
    justify-content: center;
  }
  .flex-stretch{
    align-items: stretch;
  }
  .flex-center{
    align-items: center;
  }
  .bloc3 .item,
  .bloc4 .item{
    width: calc(50% - 40px);
  }
   .bloc3-xs .item{
    width: calc(33% - 40px);
  }
  .bloc2-md{
    width: 100%;
  }
  .col-sm-4,
  .col-sm-12{
    width: 100%;
  }
  #block_formulaire{
    overflow: visible;
  }
  #cartoHome .titre{
    text-align: left;
  }
  #blocReal .blocLink li{
    margin:0 20px 40px;
  }
}
@media screen and (min-width: 780px){
  .section.media{
    overflow: hidden;
  }
  .section.media
  .section{
    text-align: left;
  }
  #blocReal .blocLink{
    margin: 25px 0;
  }
  .section.media,
  .section.blocs,
  .entry-content .blocAvant,
  #intro{
    margin-top: -25px;
  }
  #intro.media{
    text-align: left!important;
  }
	.section.media .imgContain,
	.margeRange .contentMedia{
		margin-top: 25px;
	}

  .section.media .blocContent{
    min-height: 400px;
  }
  .section .blocContent{
      position: relative;
      padding: 80px 0;
    }
  .section.media .blocContent::after,
  #formulaire::after{
    content: "";
    position: absolute;
    bottom:0;
    right: 0;
    width: 500px;
    height: 130%;
    transform-origin: right bottom;
    background: #fff;
    z-index: -1;
    transform: rotate(5deg);
	  transition: all 0.3s;
  }
	.section.media.hovered .blocContent::after{
	 transform: rotate(0deg);
	}
  #block_formulaire .blocContent::after{
    display:none;
  }
  #formulaire::after{
    right:auto;
    left: 0;
    transform: rotate(-5deg);
    display: none;
  }
  .caldera-grid .row{
    margin: 0!important;
  }
  .section.media.modulo2 .blocContent::after{
    transform-origin: left top;
    right:auto;
    left: 0;
    top: 0;
  }

  .section.media.modulo2 .blocContent::after{
    background: #f6f6f6;
  }
  .section.media.modulo2 .contentMedia{
    order:1;
  }
  .section.media.modulo2 .blocContent{
    order:2;
  }

  #intro .blocContent::after{
    background: #1b181c;
  }
  #intro h1{
    padding-bottom: 30px;
    text-align: left;
  }
  .row-md{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
	.row-md.mediaCompare{
		align-items: flex-start;
	}
  .row-md .deco,
  .row-md .decoInf{
    display: none;
  }
  .bloc2-md{
    width: calc(50%);
  }

  .section.media{
    position: relative;
    z-index: 50;
  }
  .section.media .block-vignette{
    margin-top: 25px;
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    display: block;
  }
  .section.media + .section.media .block-vignette{
    margin-top: 0px;
    height: 100%;
  }
  #blocReal .blocLink li{
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  #blocReal .blocLink li h4{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 780px){
	.twentytwenty-container{
		height: 400px!important;
	}

}
@media screen and (min-width: 1240px){
  #blocReal .bloc2-md{
    width: 33%;
  }
  #blocReal .blocLink{
    width: 67%;
  }
  #blocReal .blocLink .item{
    width: calc(33% - 20px);
  }
  .pointer-menu {
    display: block;
  }
  .bloc3 .item,
  .bloc4 .item{
    width: calc(33% - 40px);
  }
  .row-xl{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .bloc2-xl{
    width: 50%;
  }
  .blocForme{
    display: flex;
    align-items: stretch;
  }
  .blocForme #formulaire{
    width: 100%;
  }
  #block_formulaire{
    overflow: hidden;
    padding: 25px 0;
  }
  #block_formulaire.offre{
    padding: 0;
  }
  #formulaire::after{
    display: block;
  }
  #block_formulaire #formulaire{
    margin: -25px 0;
  }
  #block_formulaire .deco,
  #block_formulaire .decoInf{
    display: none;
  }
  #block_formulaire .blocContent {
    z-index: -1;
    display: flex;
    align-items: center;
  }
  .offre #coordonne{
    padding-right: 70px;
  }

}
@media screen and (min-width: 1400px){
  .section .blocContent{
    font-size: 1.8rem;
  }
 .section.mediaCompare .blocContent{
	 padding-top: 120px;
	 padding-bottom: 120px;
}
  .bloc4 .item{
    width: calc(25% - 40px);
  }
  #blocReal .blocLink li h4{
    font-size: 2rem;
  }
}
@media screen and (min-width: 1640px){
  .section.media .blocContent{
    padding-left:calc(50% - 820px);
  }
	.section.media.margeRange .contentMedia{
    padding-right:calc(50% - 820px);
  }
	.section.media.margeRange.modulo2 .contentMedia{
    padding-left:calc(50% - 820px);
  }
  .section.media.modulo2 .blocContent,
  #cartoHome .blocContent{
    padding-left: 20px;
    padding-right: calc(50% - 820px);
    margin: 0;
    max-width: none;
  }
  #blocReal .bloc2-md{
    width: 40%;
  }
  #blocReal .blocLink{
    width: 60%;
  }
}

.rd-navbar-static .rd-navbar-search-toggle {
	color: #fff;
  padding: 0;
  margin: 0 0 0 5px;
  min-width: auto;
  background: none;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 2.6rem;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
 .rd-navbar-static .rd-navbar-search-toggle span::before,
  .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "\f002";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "FontAwesome";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "\f00d";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
		font-family: "FontAwesome";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #F06D1C;
}
.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}
.rd-navbar-static .rd-navbar-search .form-input {
	padding-right: 19px;
  background-color: #F06D1C;
  color: #fff;
}
.rd-navbar-static .rd-navbar-search .form-input::placeholder {
  color: #fadfe1;
}
.rd-navbar-static .rd-navbar-search .rd-search-form-submit {
	display: none;
}
.rd-navbar-static .rd-search {
	position: absolute;
	bottom: -30px;
	right: 50%;
  transform: translate(50%,0);
	width: 370px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 900;
}
.pageSearch .para{
  text-align: center;
}
.pageSearch .form-wrap{
  max-width: 600px;
  width: 100%;
  margin:0 auto;
}

.blocs .bloc{
  margin-bottom: -30px;

}
.blocs .item{
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
.blocs .item::before{
  display: none;
}
.blocs .item img{
  max-width: 120px;
}
.blocs .item{
  padding: 0 15px 20px;
  margin: 0 20px 40px;
}
.blocs .item h4{
  font-size: 4rem;
  margin: 0;
  font-weight: bold;
  color: #F06D1C;
}
.blocs .item p{
  font-size: 1.8rem;
  margin: 5px 0 0;
}
.blocs.organigramme .blocImage{
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}
.blocs.organigramme img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  max-width: none;
}
.blocs.organigramme .contain img{
    object-fit: contain;
}
.enumerations .marge{
  max-width: 1240px;
}
.enumerations h5{
  font-size: 1.4rem;
  color: #F06D1C;
  margin: 0;
  text-transform: none;
  font-weight: normal;
}
.blocs.organigramme h4{
  color: #000;
  font-size: 3rem;
  margin-top: 5px
}
.blocs.organigramme h4:first-letter{
  font-size: 4rem;
}
.blocs.organigramme p{
  font-weight: bold;
  color: #666;
}
.site-content .entry-content .enumerations h3{
  font-size: 2rem;
  margin: 0 0 7px;
  text-transform:none;
}
.enumerations .ligne{
  margin-bottom: 15px;
}
.enumerations p{
  margin: 0;
}
/** Page Contact **/
.page-template-page-contact .entete,
.page-template-page-contact .entry-content{
	margin-bottom: 0;
}
.bloContact{
	padding: 20px ;
}
#formulaire{
	background-color: #fff;
  position: relative;
  z-index: 15;
}
#formulaire li{
  display: flex;
  border-bottom: 1px solid #aaa;
  padding: 0 0 10px 0;
  margin:10px 0 10px;
  position: relative;
}
#formulaire li:last-child{
  border: none;
}
 .fond {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  transition: all 0.25s ease-out;
  display: block;
  background: #F06D1C;
  top: calc(100% + 10px);
}
.wpcf7-form-control:focus {
  color: #fff;
  outline: 0;
}
.wpcf7-form-control:focus + .fond {
  top: -10px;
}
#formulaire label{
    display: block;
}
#formulaire .wpcf7-form-control-wrap{
  display: block;
  width: calc(100% - 140px);
}
#page .caldera-grid input[type="text"],
#page .caldera-grid input[type="email"],
#page .caldera-grid input[type="url"],
#page .caldera-grid input[type="number"],
#page .caldera-grid input[type="tel"],
#page .caldera-grid textarea,
#page .caldera-grid .form-control{
  border: none;
  display: inline-block;
  background: none;
  position: relative;
  z-index: 50;
  color: #1b181c;
  box-shadow: 0 0 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.caldera-grid input[type="text"]:focus,
.caldera-grid input[type="email"]:focus,
.caldera-grid input[type="url"]:focus,
.caldera-grid input[type="number"]:focus,
.caldera-grid input[type="tel"]:focus,
.caldera-grid textarea:focus {
  color: #000;
  background: none!important;
}
#social .picto{
	padding: 2px 5px;
	margin: 0 5px;
	text-decoration: none;
}
#social .picto::before{
	font-size: 3rem;
	color: #1b181c;
}
#social .picto:hover::before{
	color: #953783;
}
#social{
		text-align: center;
}
#social li{
	display: inline-block;
}
#social li a:hover{
	color: #1b181c;
}

#coordonne{
	text-align: center;
	font-size: 1.6rem;
  color: #fff;
}
.offre #coordonne{
  text-align: left;
}
.page-template-page-contact .listtel .numero{
	color: #C40010;
}
.page-template-page-contact .listtel .numero::before{
	content: "-";
	padding: 0 3px 0 0;
}
.page-template-page-contact .listtel .numero:nth-child(2)::before,
.page-template-page-contact .listtel .numero:nth-child(3)::before{
	display: none;
}
.page-template-page-contact #block_formulaire .marge{
	padding: 0;
}
#formulaire li{
  margin-bottom: 5px;
}
#formulaire .BtEnvoyer{
	width: 50%;
	margin: 10px auto 0;
}
#formulaire .BtEnvoyer input{
		background-color: rgba(255,255,255,0.2);
    color: #fff;
}
#formulaire .BtEnvoyer input:hover{
		background-color: rgba(255,255,255,0.4);
}
#connect{
  background: #1b181c
}
.page-template-page-contact .bloContact h3{
	margin: 0 0 15px;
	text-align: center;
	font-size: 2.4rem;
}
.page-template-page-contact  .adresse h3{
	font-size: 2rem;

}
#coordonne  h3.sstitre{
	color: #fff;
}

.entry .entry-title {
  margin: 0;
}
.entry .entry-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}
.entry .entry-title a {
  color: inherit;
}
.entry .entry-title a:hover {
  color: #4a4a4a;
}
.entry .entry-meta,
.entry .entry-footer {
  color: #767676;
  font-weight: 500;
}

.entry .entry-meta > span,
.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
}
.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.entry .entry-meta {
  margin: 1rem 0;
}
.lienvideo {
  text-align: center;
}
.entry .post-thumbnail {
  margin: 1rem;
}
@media screen and (min-width: 768px) {
  .rd-navbar-static .rd-search {
  	top: 5px;
    bottom: auto;
  	right: 50px;
    transform: translate(0,0);
  }
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}
.entry .post-thumbnail:focus {
  outline: none;
}
.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}
.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}
.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
#blockPartenaires{
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0 60px;
}
#blockPartenaires .item{
	width: 50%;
	padding:0 10px 10px;
	text-align: center;
  background: none;
}
#blockPartenaires .item img{
	max-height: 100px;
}
.has-large-font-size{
  font-size: 1.4rem;
}
#blockIntro{
  background: #098796;
  color: #fff;
  margin-top: 20px;
}
#blockIntro ul{
  margin: 0;
  padding: 20px 0;
}
#blockIntro li{
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.modalite .label{
  display: block;
}
#blockIntro .result{
  font-size: 1.7rem;
  font-weight: 600;
}
#info ul{
  margin-top: 0;
}
.entry-content .titreFormation{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 20px 0 10px;
  padding: 0;
}
#tarif li{
  font-size: 1.6rem;
  padding-left: 0;
}
#tarif li:before,
.entry-content .programmes li:before{
  display: none;
}
.entry-content .programmes li{
  padding: 0;
}
.entry-content .programmes h5{
  font-size: 1.8rem;
  font-weight: 400;
  color: #098796;
  margin-bottom: 5px;
  padding: 0;
}
.programmes .titreFormation{
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.programmes p{
  margin-top: 0;
  padding-left: 10px;
  line-height: 2.4rem;
}
#lienUtils{
	display: flex;
	justify-content:space-around;
  background-color: #098796;
  position: relative;
}
#lienUtils::after,
#lienUtils::before{
  content: "";
  width: 100%;
  top: 0;
  left: -100%;
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #098796;
}
#lienUtils::after{
  left: auto;
  right: -100%;
}
#lienUtils a{
	margin: 10px 0;
	padding: 50px 10px 5px;
	display: block;
	position: relative;
	text-transform: uppercase;
	text-align: center;
  text-decoration: none;
  color: #098796;
  background-color: #fff;
  border-radius: 10px;
}
#lienUtils a span{
  display:block;
}
#lienUtils a::before{
	display: block;
	font-family: "Fontawesome";
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 35px;
	font-weight: 400;
}
#lienUtils a.btDevis::before{
	content: "\f0e0";
}
#lienUtils a.btImprim::before{
	content: "\f02f";
}
#lienUtils a:hover{
	  background-color: #1b181c;
    color: #fff;
}
.modal {
  	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    z-index: 90000;
		visibility: hidden;
    color: #fff;
		opacity: 1;
}
.modal.show {
    visibility: visible;
}
.show .popup-content {
  position: fixed;
  top: 50%;
	left:50%;
  width: 100%;
	max-width: 600px;
	transform: translate(-50%,-50%);
	background-color: rgba(9,135,150,0.9);
	padding:40px 40px 20px;
	max-width:700px;
	border-radius: 20px;
}
#popupfiche.show .popup-content {
	position: absolute;
	top: 40%;
}
#popupform .popup-content .search-field{
	border: 1px solid #fff;
	width: 100%;
}
#popupform .popup-content .search-field:focus{
	color: #1b181c;
	border-color: #ff9900;
}
.popup-content .search-form label {
    width: 80%;
    display: block;
		float: left;
}
.popup-content .search-form .search-submit {
    background-color: #ff9900;
		color: #fff;
		padding: 7px 5px;
		display: block;
		float: right;
    position: relative;
		letter-spacing: 0.05rem;
		text-transform: capitalize;
		font-size: 1.1rem;
}
.popup-content .search-form .search-submit:hover{
	background-color: #1b181c;
}
.popup-content h3{
	font-size: 2rem;
	letter-spacing: 0.05rem;
	margin-bottom: 20px;
}
.close {
    height: 50px;
    width: 50px;
    position: absolute;
		top: 10px;
		right: 5px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
}
.close:before {
    display: block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 35px;
  	color: #fff;
    text-align: center;
}
.noresult{
	margin:50px auto 80px;
	max-width: 1000px;
}
#FicheForm ol{
	padding: 0;
	list-style: none;
}

#FicheForm li{
	margin-bottom: 10px;
}
#FicheForm label{
	color:#fff;
	font-weight: 300;
}
#FicheForm input,
#FicheForm textarea{
	color: #1b181c;
}
#FicheForm input[type="text"],
#FicheForm input[type="email"],
#FicheForm input[type="url"],
#FicheForm input[type="password"],
#FicheForm input[type="search"],
#FicheForm input[type="number"],
#FicheForm input[type="tel"],
#FicheForm textarea{
   background-color: #fff;
   border-color:#fff;
 }
#FicheForm .BtEnvoyer input{
	border: 5px;
  background-color: #fff;
  color: #098796;
}
#FicheForm .BtEnvoyer input:hover{
  background-color: #1b181c;
  color: #fff;
}
#FicheForm .tel::before {
  display: none;
}
@media screen and (min-width: 680px) {
  #blockIntro ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }
  #blockIntro li{
    width: 31%;
    margin: 0 1%;
    text-align: center;
    padding: 5px 10px;
    position: relative;
  }
  #blockIntro li::after{
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    content: "";
  }
  #blockIntro li:last-child::after{
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .single-formations .entry-content .marge{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #info{
    width: 35%;
    margin: 40px 0;
    padding: 20px 20px 20px 0 ;
    background: #098796;
    color:#fff;
    position: relative;
  }
  #lienUtils::after,
  #lienUtils::before{
    display: none;
  }
  #info::before{
    content: "";
    position: absolute;
    background: #098796;
    width: 300%;
    top: 0;
    bottom: 0;
    left: -300%;
 }
  .entry-content #info li::before{
    background: #fff;
  }
  .programmes{
    width: 63%;
    margin: 40px 0;
  }
}
@media screen and (min-width: 68.75em) {
	#blockPartenaires .item{
		width: 20%;
	}
	#blockPartenaires .item:nth-child(10){
		display: block;
	}
}
@media screen and (min-width: 1240px) {
  .has-large-font-size{
    font-size: 1.6rem;
  }
  .programmes ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .programmes li{
      width: 48%;
    }
  .organigramme .bloc3-xs .item{
    width:calc(25% - 40px);
  }
}
@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}
.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}
.image-filters-enabled .entry .post-thumbnail:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content .alignwide{
  margin:0 auto 20px;
  padding: 0 20px;
  max-width: 1600px;
  width: 100%;
}
.entry-content .alignwide{
  margin:0 auto;
}
.section li{
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
}
.section  li::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #1b181c;
  position: absolute;
  display: block;
  left: 15px;
  top: 10px;
}
@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}
.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}

.entry .entry-content .more-link:after {
  content: "\02192";
  margin-left: 0.5em;
}

.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}

.entry-content a {
  text-decoration: underline;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
  text-decoration: none;
}

.entry .entry-content a.button {
  display: inline-block;
}

.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}
.blockCertif img{
  max-height: 60px;
}
/*--------------------------------------------------------------
13.55 modules
--------------------------------------------------------------*/
/*----------------- Instagram --------------------------------*/
#sb_instagram #sbi_images{
  padding-top: 0!important;
}
#sb_instagram #sbi_images .sbi_item{
  padding-top: 0!important;
  padding-bottom: 10px!important;
}
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.page-template-page-contact .site-footer{
  margin-top: 0;
}
.site-info {
	color: #fff;
}
#navfooter{
  background: #323033;
  padding: 20px 0;
}
.site-info .coordonnees{
  text-align: center;
}
.texte_localisation{
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
  color: #F06D1C;
}
.site-info h3{
	position: relative;
	text-transform: uppercase;
	font-size: 2.2rem;
  text-align: center;
}
.site-info .nameFooter{
  color: #F06D1C;
}

.site-info .blocIcone{
	background-color: #75c34e;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.site-info li:nth-child(4n+2) .blocIcone{
	background:#1f3a6a;
}
.site-info li:nth-child(4n+3) .blocIcone{
	background:#ff7e00;
}
.site-info li:nth-child(4n+4) .blocIcone{
	background:#0090c3;
}
.site-info .blocIcone img{
	max-width: 80%;
}
.site-info .blocIcone::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #75c34e;
	transition: 0.4s;
}
.site-info li:nth-child(4n+2) .blocIcone::after{
	border-color:#1f3a6a;
}
.site-info li:nth-child(4n+3) .blocIcone::after{
	border-color:#ff7e00;
}
.site-info li:nth-child(4n+4) .blocIcone::after{
	border-color:#0090c3;
}
.site-info li.hover .blocIcone::after{
	width: 100px;
	height: 100px;
}
.icone::before,
.site-info .blocIcone img{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	font-weight: normal;
}
.icone::before{
	font-size: 2.5rem;
	color:#fff;
	font-family: "fontAwesome";
}
.site-info li p{
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.9rem;
}
.contactacf ul{
	padding: 0;
}
.coordonnees ul{
  margin: 0;
}
.contactacf li::before{
	display: none;
}
.coordonnees li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.coordonnees li a,
.coordonnees li address{
	position: relative;
	display: inline;
	color: #fff;
}
.coordonnees li a:hover{
  color: #F06D1C;
}
.coordonnees li a::before,
.coordonnees li span::before{
	font-family: "FontAwesome";
	position: absolute;
	top: 2px;
	left: -25px;
	display: block!important;
	font-size: 1.4rem;
}
.coordonnees .tel::before{
  display: none;
}
.coordonnees  .social-links-menu{
  display: flex;
  justify-content: center;
  margin: 0;
 }
.coordonnees .social-navigation li a::before{
  font-size:2.8rem;
}
.coordonnees .social-navigation li {
  margin-right: 10px;
}
.coordonnees .tel a::before,
.coordonnees .tel span::before{
	content: "\f095"!important;
	width: auto;
}
.coordonnees .mail a::before{
	content: "\f0e0"!important;
}
.coordonnees .paye{
	padding-left: 0;
}
.coordonnees a{
	text-decoration: none;
}
.coordonnees li address{
	font-style: normal;
	margin:0;
}
.site-info .social-navigation a{
  display: block;
  width: 35px;
  height: 35px;
}
.site-info .social-navigation li{
  padding: 0;
  margin: 0;
}
.site-info .social-navigation a:before{
  position: static;
}
.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}
#logoFooter{
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin:40px auto 0;
}
.site-info .contact{
  margin-top: 50px;
}
.wp-pagenavi{
	display: flex;
	justify-content: center;
  	border-left: none;
  	border-right: none;
  	margin-top: 25px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	text-align: center;
	border-radius:0;
	width: 40px;
	height: auto;
  padding: 10px 0;
  border:none;
  border-right: 1px solid #BFBFBF;
  margin: 0;
  font-size: 1.8rem;
  color: #323033;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first{
	width: auto;
	padding: 10px 10px;
}

.wp-pagenavi a:hover{
	color:  #fff;
	border-color:#BFBFBF;
  background-color: #323033;

}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #F06D1C;
  	border-color:#BFBFBF;
}
.site-footer  .menu-menu-footer-container .footer-menu{
	position: relative;
	margin: 0;
}
#sous-menu-sticky-wrapper{
  z-index: 10;
}
#sous-menu-sticky-wrapper.is-sticky {
  z-index: 999;
}
.menu-menu-footer-container .footer-menu li,
#sous-menu li{
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.menu-menu-footer-container .footer-menu li:first-child{
	border-top: 2px solid #fff;
}
.menu-menu-footer-container .footer-menu li a,
#sous-menu li a{
	padding: 15px 10px;
	display: block;
	color: #fff;
	position: relative;
}
.menu-menu-footer-container .footer-menu li a:hover,
#sous-menu li a:hover,
#sous-menu li.active a{
	color: #fff;
	background-color: #F06D1C;
}
#sous-menu li.active a{
  pointer-events: none;
}
.menu-menu-footer-container .footer-menu li a::after,
#sous-menu li a::after{
	content: "\f0da";
	font-family: "fontAwesome";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 2.5rem;
	transform: translate(0,-50%);
}
.site-footer .marge {
	z-index: 20;
}
.contact ol{
	list-style: none;
}
.contact li{
	margin-bottom: 10px;
}

.contact select{
	width: 100%;
}
.blockCertif{
  padding-bottom: 80px;
  text-align: center;
}
.blockCertif .item{
  margin-bottom: 10px;
}
#pixilie {
    color: #fff;
    float: right;
    font-size: 1rem;
    background: url(./images/signature-pixilie.png) no-repeat right top;
    padding: 7px 35px 5px 0;
    margin-top: 40px;
}
.site-footer{
  position: relative;
  z-index: 500;
}
#sous-menu{
  background: #1b181c;
  margin-top: -15px;
  padding: 35px 0 20px;
  z-index: 10;
}
#sous-menu-sticky-wrapper.is-sticky #sous-menu{
  margin-top: -12px;
}
@media screen and (min-width: 680px){
	.site-info .blocIcone,
	.site-info .blocIcone::after{
		width: 100px;
		height: 100px;
	}
	.site-info li.hover .blocIcone::after{
		width: 120px;
		height: 120px;
	}
	.icone::before{
		font-size: 3.5rem;
	}
  .sticky-wrapper.is-sticky #sous-menu{
    padding-top: 45px;
  }
	.site-footer  .menu-menu-footer-container .footer-menu,
  #sous-menu ul{
		display: flex;
		max-width:none;
		flex-wrap: wrap;
    position: relative;
	}
  #sous-menu ul{
    margin: 0;
  }
  #sous-menu ul{
    justify-content: center;
  }
  #navfooter {
    padding: 5px 0 15px;
  }
	.site-footer  .menu-menu-footer-container .footer-menu li,
  #sous-menu li{
		border:none;
		width: auto;
		position: relative;
	}
	.site-footer  .menu-menu-footer-container .footer-menu li::after,
  #sous-menu li:after{
		content: "|";
		position: absolute;
		top: 0;
		right: -5px;
		color: #fff;
	}
	.site-footer  .menu-menu-footer-container .footer-menu li:last-child::after,
  #sous-menu li:last-child::after{
			display: none;
		}
	.site-footer .menu-menu-footer-container .footer-menu li a,
  #sous-menu li a{
		padding: 2px 15px;
		font-size: 1.4rem;
    font-weight: lighter;
	}
  #sous-menu li a{
    font-size: 1.6rem;
  }
	.site-footer  .menu-menu-footer-container .footer-menu li a:hover,
  #sous-menu li a:hover,
  #sous-menu li.active a {
		background: none;
    color: #F06D1C;
	}
	.site-footer  .menu-menu-footer-container .footer-menu li a::after,
  #sous-menu li a::after{
		display: none;
	}
	.site-footer{
		padding-bottom: 10px;
	}
	.coordonnees .web{
		display: inline-block;
		position: relative;
	}

  .site-info .contact{
    width:100%;
    max-width: 600px;
    margin: 0 auto;
}

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

}
@media screen and (min-width: 1240px) {
  .sticky-wrapper.is-sticky #sous-menu{
    padding-top: 15px;
  }
}
#comments{
  background-color: #fff;
  padding: 15px 20px;
}
.discussion-meta-info .svg-icon,
.post-author-badge .svg-icon{
  display: none;
}
.discussion-meta-info{
  font-size: 1.8rem;
}
.comment-author,
.comment-metadata{
  display: inline;
}
.comment-metadata{
  font-size: 1.4rem;
}
.comment-metadata:before{
  content: " - ";
}
.comment-content p{
  margin: 5px 0 10px;
}
.comment{
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.comment .comment{
  border-bottom:none;
  margin: 0 0 0 10px;
  padding: 0;
}
.comments-title{
  cursor: pointer;
  display: inline;
}
.comments-title:before{
  font-family: "fontAwesome";
  content: "\f105";
  margin-right: 5px;
  color: inherit;
}
.comments-title:hover{
  color: #F06D1C;
}
.blockComments{
  display: none;
}
.blockComments.open,
.blockComments.comentaire{
  display: flex!important;
  flex-wrap: wrap;
}
.comment-list{
  width: 100%;
}
@media screen and (min-width: 680px) {
  .comment{
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .comment-body{
    width: calc(100% - 105px);
  }
  .comment-reply.blocBouton{
    width: 105px;
  }
  .children{
    width: 100%;
  }

}
@media screen and (min-width: 980px) {
.blockComments.comentaire{
    display: flex;
    justify-content:space-between;
  }
  .comment-list{
    width: 55%;
  }
  .comment-form-flex{
    width: 40%;
    margin-left: 5%;
  }
  .comment:last-child{
    border-bottom: none;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header,
.error404 .page-header {
  margin: 1rem 1rem calc(3 * 1rem);
}

@media screen and (min-width: 768px) {
  .archive .page-header,
  .search .page-header,
  .error404 .page-header {
    margin: 0 calc(10% + 60px) calc(10% + 60px);
  }
}

.archive .page-header .page-title,
.search .page-header .page-title,
.error404 .page-header .page-title {
  color: #767676;
  display: inline;
  letter-spacing: normal;
}

.archive .page-header .page-title:before,
.search .page-header .page-title:before,
.error404 .page-header .page-title:before {
  display: none;
}

.archive .page-header .search-term,
.archive .page-header .page-description,
.search .page-header .search-term,
.search .page-header .page-description,
.error404 .page-header .search-term,
.error404 .page-header .page-description {
  display: inherit;
  clear: both;
}

.archive .page-header .search-term:after,
.archive .page-header .page-description:after,
.search .page-header .search-term:after,
.search .page-header .page-description:after,
.error404 .page-header .search-term:after,
.error404 .page-header .page-description:after {
  content: ".";
  font-weight: bold;
  color: #767676;
}

.archive .page-header .page-description {
  display: block;
  color: #111;
  font-size: 1em;
}



/* 404 & Not found */
.error-404.not-found .page-content,
.no-results.not-found .page-content {
  margin: calc(3 * 1rem) 1rem;
}

@media screen and (min-width: 768px) {
  .error-404.not-found .page-content,
  .no-results.not-found .page-content {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}

.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 1rem 0;
}

.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}


/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
/************** gamma ****************/
.gamma-description{
  display: none;
}
#gamma-container ul,
#gamma-container li{
  padding:0;
  margin: 0;
  list-style: none;
}

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}

.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #1b181c;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #1b181c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #F06D1C;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\f32e';
}

.gamma-nav span.gamma-next:before {
	content: '\f330';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 750px) {
	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}
}

@media screen and (max-width: 500px) {
	.gamma-buttons {
		float: left;
		clear: both;
	}
}
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

.entry .entry-content p.has-background {
  padding: 20px 30px;
}

.entry .entry-content .wp-block-audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}

@media screen and (min-width: 1379px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

.entry .entry-content .wp-block-video video {
  width: 100%;
}

.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #767676;
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}

.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}

.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}

.entry .entry-content .wp-block-categories ul > li > a::before {
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

.entry .entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}

.entry .entry-content .wp-block-verse {
  font-size: 22px;
  line-height: 1.8;
}

.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}

.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

.entry .entry-content .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}

.entry .entry-content .wp-block-image img {
  display: block;
}

.entry .entry-content .wp-block-image.alignleft, .entry .entry-content .wp-block-image.alignright {
  max-width: 100%;
}

.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}

.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  margin: 40px 0;
}
.entry .entry-content .wp-block-cover::after{
  content: "";
  border: 1px solid #F06D1C;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  position: absolute;
  display: block;
  z-index: 10;
  min-height: auto
}
.wp-block-cover__inner-container{
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}

.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover p {
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #F06D1C;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover p {
    font-size: 2.25em;
    max-width: 100%;
  }
}

.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}

@media creen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull p,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull p {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull p,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull p {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull p,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull p {
    padding: 0;
  }
}

.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.entry .entry-content .wp-block-gallery li:before {
  display: none;
}
.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */
}

.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}

.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}


.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}

@media screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}

.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-code {
  border-radius: 0;
}

.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

.entry .entry-content .wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 600px) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .entry .entry-content .wp-block-columns[class*='has-'] > * {
    margin-right: 1rem;
  }
  .entry .entry-content .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0;
  }
  .entry .entry-content .wp-block-columns.alignfull,
  .entry .entry-content .wp-block-columns.alignfull .wp-block-column {
    padding-left: calc(2 * 1rem);
    padding-right: calc(2 * 1rem);
  }
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: bold;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}

.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}

.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}

.entry .entry-content .has-primary-background-color p,
.entry .entry-content .has-primary-background-color h1,
.entry .entry-content .has-primary-background-color h2,
.entry .entry-content .has-primary-background-color h3,
.entry .entry-content .has-primary-background-color h4,
.entry .entry-content .has-primary-background-color h5,
.entry .entry-content .has-primary-background-color h6,
.entry .entry-content .has-primary-background-color a,
.entry .entry-content .has-secondary-background-color p,
.entry .entry-content .has-secondary-background-color h1,
.entry .entry-content .has-secondary-background-color h2,
.entry .entry-content .has-secondary-background-color h3,
.entry .entry-content .has-secondary-background-color h4,
.entry .entry-content .has-secondary-background-color h5,
.entry .entry-content .has-secondary-background-color h6,
.entry .entry-content .has-secondary-background-color a,
.entry .entry-content .has-dark-gray-background-color p,
.entry .entry-content .has-dark-gray-background-color h1,
.entry .entry-content .has-dark-gray-background-color h2,
.entry .entry-content .has-dark-gray-background-color h3,
.entry .entry-content .has-dark-gray-background-color h4,
.entry .entry-content .has-dark-gray-background-color h5,
.entry .entry-content .has-dark-gray-background-color h6,
.entry .entry-content .has-dark-gray-background-color a,
.entry .entry-content .has-light-gray-background-color p,
.entry .entry-content .has-light-gray-background-color h1,
.entry .entry-content .has-light-gray-background-color h2,
.entry .entry-content .has-light-gray-background-color h3,
.entry .entry-content .has-light-gray-background-color h4,
.entry .entry-content .has-light-gray-background-color h5,
.entry .entry-content .has-light-gray-background-color h6,
.entry .entry-content .has-light-gray-background-color a {
  color: #fff;
}

.entry .entry-content .has-white-background-color {
  color: #111;
}

.entry .entry-content .has-white-background-color p,
.entry .entry-content .has-white-background-color h1,
.entry .entry-content .has-white-background-color h2,
.entry .entry-content .has-white-background-color h3,
.entry .entry-content .has-white-background-color h4,
.entry .entry-content .has-white-background-color h5,
.entry .entry-content .has-white-background-color h6,
.entry .entry-content .has-white-background-color a {
  color: #111;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.entry .entry-content .has-secondary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.entry .entry-content .has-light-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.entry .entry-content .has-white-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.entry .entry-content .has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}

.entry .entry-content .has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}

.entry .entry-content .has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}

.entry .entry-content .has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}

.entry .entry-content .has-white-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

/* cookies **/
.cc-window{
	opacity:0.9;
	transition:opacity 1s ease;
  padding: 0 3px;
	}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{
	position:fixed;
	overflow:hidden;
	box-sizing:border-box;
	font-size:12px;
	line-height:1.5em;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	z-index:9999;
	}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
.cc-banner .cc-btn:last-child{min-width:140px}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;top:0;bottom:auto;}
.cc-banner .cc-message{-ms-flex:1;flex:1}
.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){
	.cc-btn{white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
	.cc-window.cc-top{top:0}
		.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
	.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
	.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}
	.cc-window.cc-floating{max-width:none}
	.cc-window .cc-message{margin-bottom:1em}
	.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{
  margin-left:1em;
  text-align: center;
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
}
/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width:680px){
.cc-window.cc-bottom{
		top:auto;
		bottom:0;
		}
  }
@media screen and (min-width:980px){
  .cc-banner.cc-theme-edgeless .cc-message{
    font-size: 1.3rem;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.bloc404{
  width: 100%;
  height: calc(100vh - 150px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bloc404::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.bloc404 .row{
  position: absolute;
  top:50%;
  left: 50%;
  max-width: 1240px;
  width: 100%;
  transform: translate(-50%,-50%);
  z-index: 20;
  color:#fff;
    text-align: center;
}
.bloc404 .row .text-extra-large{
  font-size:12rem;
  margin: 0;
  text-align: center;
}
.bloc404 .sstitre{
  color:#fff;
}
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}
@media screen and (min-width: 680px) {
  .bloc404 .col-sm-6{
    width: 50%;
  }
  .bloc404 .col-sm-6 .section-single-main-content{
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}

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

.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.galleries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  width: 50%;
  height: 150px;
  position:relative;
}

.gallery-item a::after,
.block-media .block_vignette::after,
.entry-content li.masonry-brick::after {
  background-color: #F06D1C;
  width: 0;
  height: 0;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.gallery-item a:hover::after,
.block-media .block_vignette:hover::after,
.entry-content li.masonry-brick:hover::after {
    opacity: 0.7;
    width:calc(100% - 40px);
    height: calc(100% - 40px);
}
.gallery-item a::before,
.entry-content .block-media .block_vignette::before,
.entry-content li.masonry-brick::before {
    content:"\f00e";
    position: absolute;
    font-family: "FontAwesome";
    color:#fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.3s;
    z-index: 20;
    font-size: 4rem;
    width: auto;
    height: auto;
    background: none;
}
.gallery-item a:hover::before,
.block-media .block_vignette:hover::before,
.entry-content li.masonry-brick:hover::before {
    opacity: 0.7;
    transition: 0.5s 0.2s;
}
.gallery-item a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 5px;
}

.gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}
.image {
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 1px 0;
}
.image.haut,.image.haut .bloc-image,.image.haut .photo-service{
background-position: top center;
}
.image.bas, .image.bas .bloc-image, .image.bas .photo-service{
background-position: top center;
}
.image::after {
background-color: rgba(255, 255, 255, 0.85);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}
.contentMedia.image::after {
	display: none;
}
.image .contPhoto {
	position: relative;
	z-index: 50;
	display: block;
	margin: 40px 10%;
	text-decoration: none;
	width: 80%;

}
.contentMedia .agrandir{
	position: absolute;
	bottom: 50px;
  	right: calc(10% + 10px);
	text-indent: -5000px;
	width: 25px;
	height: 25px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	z-index: 300;
}
.mediaCompare .posHaut img{
	object-position: top;
}
.mediaCompare .posBas img{
	object-position: bottom;
}
.contentMedia .agrandir::before{
font-family: 'FontAwesome';
content: "\f002";
font-size: 16px;
position: absolute;
color: #000;
text-indent: 0;
top: 5px;
left: 5px;
}
.contentMedia .agrandir:hover::before{
color: #ff8522;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 1px;
height: 9999px;
left: 50%;
margin-left: 0; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	position: relative;
}
.bloc-original,
.bloc-modified{
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: "Originale"; }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: "Modififé"; }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -19px;
margin-top: -19px;
background-color: #ff8522;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: move;
}
.twentytwenty-handle:hover,.twentytwenty-handle:focus {
background-color: #333;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }
#points{
padding: 60px 0 ;
}
.item-point{
display: inline-block;
width: 100%;
margin: 0 0 20px;
position: relative;
}
.item-point h4{
color: #F56F1A;
font-size: 1.4em;
margin: 34px 0 5px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: center;
}
.item-point p{
margin: 0;
text-align: center;
}
.item-point .picto{
position: absolute;
top: 5px;
left: 50%;
margin-left: -15px;
font-size:25px;
}
@media screen and (min-width:680px){
  .gallery-item {
    width:calc(100% / 3);
  }
}
@media screen and (min-width:1240px){
  .gallery-item {
    width:25%;
  }
}
@media screen and (min-width:1400px){
  .gallery-item {
    width:20%;
  }
}
@media screen and (min-width:1600px){
  .gallery-item {
    height: 250px
  }
}
.pricing-classic-header {
position: relative;
min-height: 220px;
background-color: #F06D1C;
}
.pricing-classic-caption {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 15px;
}
.pricing-classic {
overflow: hidden;
max-width: 400px;
margin:0 auto;
border-radius: 6px;
box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.11);
background: #f5f5f5;
font-size: 18px;
}
.pricing-classic-title {
font-weight: 500;
text-transform: none;
color: #fff!important;
line-height: normal;
font-size: 30px;
padding: 20px 0;
}
.pricing-options h5{
text-align: center;
font-weight: bold;
margin-bottom: 15px;
font-size: 16px;
}
.pricing-classic-price-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: -10px;
margin-left: -10px;
font-size: 32px;
}
.pricing-classic-price-wrap > * {
display: inline-block;
margin-top: 0;
margin-bottom: 10px;
margin-left: 10px;
}
.pricing-precision {
color: #fff;
padding: 20px 0 15px;
}
.pricing-options{
background-color: #fff;
padding: 10px 15px 15px;
}
.pricing-classic-price {
font-weight: 400;
letter-spacing: 0;
color: #ffffff;
}
.pricing-classic-body {
position: relative;
padding: 30px 15px 10px;

}
.pricing-classic-body::after{
background: url(https://pixilie.fr/wp-content/themes/twentysixteen-child/images/fleche-droite.png) right center;
position: absolute;
content: "";
transform: rotate(90deg) translate(-50%,0 );
transform-origin: right center;
top: 2px;
left: 40%;
display: block;
width: 30px;
height: 83px;
}
.tarifs{
padding: 60px 0;
}
.enumerations h3::before{
	font-family: "FontAwesome";
	content: "\f105";
	padding-right: 10px;
}
.portfolioPage{
	margin-bottom: 0;
}
@media screen and (min-width:680px){
  .enumerations .bloc-lignes {
    display: flex;
	align-content: space-between;
	  flex-wrap: wrap;
  }
	.enumerations .ligne {
		width: 50%;
	}
}
@media screen and (min-width:1280px){

	.enumerations .ligne {
		width: 33%;
	}
}
@media screen and (min-width:1480px){

	.enumerations .ligne {
		width: 25%;
	}
}
@media screen and (min-width: 38.75em) {
.portfolio ul{
display: flex;
align-items: stretch;
flex-wrap: wrap;
	height: 100%;
}
.portfolio .cat-item{
width: 50%;
}
.bloc-fiche.portfolio .cat-item{
width: 50%;
}
.bloc-fiche.portfolio.itemlenght-2 .cat-item,
 .bloc-fiche.portfolio.itemlenght-3 .cat-item,
 .bloc-fiche.portfolio.itemlenght-4 .cat-item{
width: 50%;
}
.bloc-fiche.portfolio.itemlenght-3 .cat-item:first-child{
width: 100%;
}
.bloc-fiche.portfolio.itemlenght-1 .cat-item,
.bloc-fiche.portfolio.itemlenght-2 .cat-item{
height: 100%;
}
.bloc-fiche.portfolio.itemlenght-3 .cat-item,
.bloc-fiche.portfolio.itemlenght-4 .cat-item{
height: 50%;
}
}
@media screen and (min-width: 55em) {
.portfolio .cat-item{
width: 33%;
height: 150px;
}
}
@media screen and (min-width: 68.75em) {
.portfolio .cat-item{
width: 25%;
height: 250px;
}
.bloc-fiche.portfolio .cat-item{
min-height: 250px;
}
}
@media screen and (min-width: 100em) {
.portfolio .cat-item{
width: 20%;
height: 300px;
}
}
