/*!
Theme Name: gsc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gsc
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.

gsc is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
 main {
   display: block;
   clear: both;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #707070;
	font-family: Roboto, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

a,
button,
input,
select,
optgroup,
textarea {
	cursor:pointer;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4760A7;
	text-decoration: none;
}

a:visited {
	color: #4760A7;
}

a:hover,
a:focus,
a:active {
	color: #4760A7;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #707070;
  border: 1px solid #707070;
  border-radius: 0px;
  padding: 0px 5px;
  height: 40px;
  line-height: 40px;
}

header input[type="text"] {
	color: #707070;
  border: 1px solid #707070;
  border-radius: 0px;
  padding: 0px;
  height: 24px;
  line-height: 24px;
}

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

select {
	border: 1px solid #707070;
	height: 40px;
  line-height: 40px;
	background: #fff;
}

textarea {
	width: 95%;
	height:200px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


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

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

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

.main-navigation ul ul a {
	width: 210px;
}

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

.main-navigation li {
	position: relative;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Custom GSC
--------------------------------------------- */

#page {
  width: 96%;
  margin: 0 auto;
  max-width: 1100px;
}

#masthead {
  padding-top: 32px;
  padding-bottom: 30px;
	display: block;
}

.site-branding {
  float: left;
  max-width: 300px;
}

.topbar form {
	position:relative;
}

.fa-light.fa-magnifying-glass {
	position: absolute;
  right: 5px;
  top: 4px;
}

.topbar {
  float: right;
	display: flex;
	font-size: 16px;
}

.main-navigation {
  float: right;
  display: flex;
	margin-bottom: 20px;
	margin-top: 22px;
}

.justify p {
	text-align: justify !important;
}

.vc_custom_heading.fs18.bleu.gras.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
  min-height: 51px;
}

.vc_custom_heading.fs18.bleu.gras.vc_gitem-post-data.vc_gitem-post-data-source-post_title p {
  margin-bottom: 0px;
}

.vc_custom_heading.fs18.centre.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
	margin-top:0px;
}

.vc_gitem-post-data {
  margin-bottom: 25px !important;
}

.page .topbar a.link,
.single .topbar a.link,
.tag .topbar a.link,
.category .topbar a.link,
.search-no-results .topbar a.link,
.hfeed .topbar a.link {
  border: 1px solid #707070;
  line-height: 22px;
  display: inline-block;
	text-decoration: none;
	color: #707070 !important;
	margin-left: 5px;
	min-width: 134px;
	text-align: center;
}

.breadcrumb {
  clear: both;
  font-size: 13px;
  color: #999;
}

.page-id-1741 .breadcrumb,
.page-id-4322 .breadcrumb {
	display:none;
}

.page .topbar a.link.faq {
  max-width: 90px !important;
  min-width: 70px !important;
}

.page .topbar a.link:hover,
.single .topbar a.link:hover,
.tag .topbar a.link:hover,
.category .topbar a.link:hover,
.search-no-results .topbar a.link:hover,
.hfeed .topbar a.link:hover {
	background: rgba(150,172,217,0.9) !important;
	color: #fff !important;
}

.topbar form {

}

.tr-infobar.top {
  color: #ffffff;
  background: rgb(51, 169, 158);
  width: 100%;
  display: inline-block;
}

.social-link {
	display: flex;
	margin-left: 15px;
}

.social-link a {
  display: inline;
  margin-left: 10px;
  min-width: 20px;
  text-align: center;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
}

.single .main-navigation a,
.page .main-navigation a,
.tag .main-navigation a,
.category .main-navigation a,
.search-no-results .main-navigation a,
.hfeed .main-navigation a {
  display: block;
  text-decoration: none;
  line-height: 32px;
  color: #707070 !important;
  font-size: 18px;
  padding: 0 20px;
  margin-left: 30px;
  border: 1px solid #707070;
	background: #fff;
}

.main-navigation li.menu-item-3236 a {
	margin-left: 0px;
}

.main-navigation a:hover,
.main-navigation .current_page_item a,
.main-navigation .current-menu-ancestor a,
.main-navigation .current-menu-parent a,
.main-navigation .current_page_parent a,
.main-navigation .current_page_ancestor a {
  color: #fff !important;
  background: rgba(150,172,217,0.9) !important;
}

.single .main-navigation ul ul li a,
.page .main-navigation ul ul li a,
.tag .main-navigation ul ul li a,
.category .main-navigation ul ul li a,
.search-no-results .main-navigation ul ul li a,
.hfeed .main-navigation ul ul li a {
  display: block;
  text-decoration: none;
  line-height: 24px;
  color: #fff !important;
  font-size: 18px;
  padding: 5px 8px;
  margin-left: 0px;
  border: 1px solid #707070;
	background: rgba(150,172,217,0.9) !important;
  backdrop-filter: blur(1px) !important;
  margin-top: -1px;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: block;
}

rs-slide .accroche span {
	color: #4760A7;
}

rs-slide .accroche b {
	font-weight:600 !important;
}

.wpb_text_column.centre p {
	text-align: center !important;
}

.wpb_text_column.bleu p,
.wpb_text_column.bleu h2,
.wpb_text_column.bleu h3,
.wpb_text_column.bleu h4,
.bleu p {
	color: #4760A7 !important;
}

.wpb_text_column.blanc p,
.wpb_text_column.blanc h2,
.wpb_text_column.blanc h3,
.wpb_text_column.blanc h4,
.blanc p {
	color: #FFF !important;
}


.bleu h3 {
	font-weight: 900;
}

.wpb_text_column.gras p,
.gras p {
	font-weight: 700 !important;
}

.centre p {
	text-align:center;
}

.wpb_text_column h2 {
	font-family: Raleway, sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 500;
}

.wpb_text_column h2::before {
	background-image: url(images/fleche-bleue.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content:"";
	margin-right:10px;
 }

 .wpb_text_column.blanc.fleche h2::before {
 	background-image: url(images/fleche-blanche.png);
   background-size: 24px 24px;
   display: inline-block;
   width: 24px;
   height: 24px;
   content:"";
 	margin-right:10px;
  }

	#myBtn {
	  display: none; /* Hidden by default */
	  position: fixed; /* Fixed/sticky position */
	  bottom: 20px; /* Place the button at the bottom of the page */
	  right: 30px; /* Place the button 30px from the right */
	  z-index: 99; /* Make sure it does not overlap */
	  border: none; /* Remove borders */
	  outline: none; /* Remove outline */
	  background-color: #4760A7; /* Set a background color */
	  color: white; /* Text color */
	  cursor: pointer; /* Add a mouse pointer on hover */
	  padding: 15px 17px; /* Some padding */
	  border-radius: 30px; /* Rounded corners */
	  font-size: 18px; /* Increase font size */
	}

	#myBtn:hover {
	  background-color: #555; /* Add a dark-grey background on hover */
	}

.search-results h2.bleu.fleche::before {
	background-image: url(images/fleche-bleue.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content:"";
	margin-right:10px;
 }

.vc_col-sm-4 .icone img,
.vc_col-sm-3 .icone img {
	width: 80px;
	height: 80px;
}

.max90 img {
	width: 90px;
}

.wpb_text_column.mt0 p {
	margin-top: 0px;
}

.single-post #primary h2,
.single-post #primary h3,
.single-post #primary a,
.single-post #primary strong,
h4.wp-block-heading {
	color: #4760A7 !important;
}

.single-post #primary a,
.single-post #primary a span {
	text-decoration:underline;
	color: #4760A7 !important;
	font-weight: 600;
}

input[type="submit"],
.vc_column-inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default,
.single-post #primary a.vc_general,
.rs-parallax-wrap.fleche a.rs-layer {
  color: #707070 !important;
  border-color: #707070 !important;
  background-color: transparent !important;
  padding: 3px 6px !important;
  font-size: 20px !important;
  border-radius: 0px !important;
	background-image: none !important;
	text-decoration:none !important;
	border: 1px solid #707070 !important;
}
.rs-parallax-wrap.fleche a.rs-layer {
	line-height: 20px !important;
}

.fleche.rouge a,
.fleche.rouge a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.fleche.rouge a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default,
.rs-parallax-wrap.fleche.rouge a.rs-layer {
  color: #fff !important;
  background-color: #E23828 !important;
  padding: 3px 6px !important;
  font-size: 20px !important;
  border-radius: 0px !important;
	background-image: none !important;
	text-decoration:none !important;
	border: 1px solid #E23828 !important;
}

.fleche.bleu a,
.fleche.bleu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.fleche.bleu a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default {
  color: #fff !important;
  background-color: #4760A7 !important;
  padding: 3px 6px !important;
  font-size: 20px !important;
  border-radius: 0px !important;
	background-image: none !important;
	text-decoration:none !important;
	border: 1px solid #4760A7 !important;
}

.fleche.vert a,
.fleche.vert a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.fleche.vert a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default {
  color: #fff !important;
  background-color: #6A5B07 !important;
  padding: 3px 6px !important;
  font-size: 20px !important;
  border-radius: 0px !important;
	background-image: none !important;
	text-decoration:none !important;
	border: 1px solid #6A5B07 !important;
}

input[type="submit"]:hover,
.vc_column-inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default:hover,
.single-post #primary a.vc_general:hover,
.rs-parallax-wrap.fleche a.rs-layer:hover,
.fleche.rouge a:hover,
.fleche.rouge a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.fleche.rouge a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default:hover,
.fleche.bleu a:hover,
.fleche.bleu a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.fleche.bleu a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default:hover,
.fleche.vert a:hover,
.fleche.vert a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.fleche.vert a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default:hover {
  color: #fff !important;
  background-color: #707070 !important;
	border-color: #707070 !important;
	background-image: none !important;
	text-decoration:none !important;
}

input[type="submit"]::before,
.vc_btn3-container.fleche.vc_btn3-center::before,
.vc_btn3-container.vc_grid-btn-load_more.vc_btn3-center::before,
.single-post #primary .vc_btn3-container::before,
.elegant-fancy-button-wrap.fleche::before,
.rs-parallax-wrap.fleche::before {
	background-image: url(images/petite-fleche-grise.png);
  background-size: 20px 9px;
  display: inline-block;
  width: 20px;
  height: 9px;
  content:"";
	margin-right:10px;
 }

 .rs-parallax-wrap.fleche::before {
	  position: absolute;
	  top: 11px;
	  display: inherit;
	  left: -30px;
	}

 .elegant-fancy-button-wrap.fleche::before {
  margin-top: 9px;
}

.floatright .elegant-modal-trigger {
  float: right;
}
.elegant-modal-trigger {
  width: 100%;
}

.elegant-modal-trigger a {
  margin-bottom: 60px;
}

.elegant-modal-trigger .mb0 a {
  margin-bottom: 0px;
}

.elegant-modal-title.modal-title {
  font-size: 18px !important;
  text-transform: uppercase;
	color: #4760A7;
	line-height: 1;
	font-family: Raleway, sans-serif;
}
.elegant-modal-title.modal-title::before {
 	background-image: url(images/fleche-bleue.png);
   background-size: 18px 18px;
   display: inline-block;
   width: 18px;
   height: 18px;
   content:"";
 	margin-right:10px;
	top: 2px;
  position: relative;
}

.close {
  color: #707070 !important;
  opacity: 1 !important;
}

 .modal-open {
  padding-right: 0px !important;
}

 .elegant-modal-trigger .elegant-fancy-button-wrap .elegant-fancy-button-link span {
  color: #707070 !important;
}

.elegant-modal-trigger .elegant-fancy-button-wrap .elegant-fancy-button-link {
 border-color: #707070 !important;
}

.elegant-modal-trigger .elegant-fancy-button-wrap .elegant-fancy-button-link:hover {
 border-color: #707070 !important;
 background: #707070 !important;
 color: #fff !important;
}
.elegant-modal-trigger .elegant-fancy-button-wrap .elegant-fancy-button-link:hover span {
 color: #fff !important;
}

.elegant-button-medium {
  padding: 3px 6px !important;
  font-size: 20px !important;
  border-radius: 0px !important;
}

.wpb_wrapper .elegant-fancy-button-wrap .elegant-fancy-button-link.elegant-button-alternate::before,
.wpb_wrapper .elegant-fancy-button-wrap .elegant-fancy-button-link.elegant-button-alternate::after,
.wpb_wrapper .elegant-fancy-button-wrap .elegant-fancy-button-link.elegant-button-alternate span::before,
.wpb_wrapper .elegant-fancy-button-wrap .elegant-fancy-button-link.elegant-button-alternate span::after {
  background-color: transparent !important;
}

 .vc_btn3-container.fleche.btnleft.vc_btn3-center {
   width: 40%;
   float: left;
 }

 .vc_btn3-container.fleche.btnright.vc_btn3-center {
   width: 60%;
   float: left;
 }

 .fonctioncalculateur img {
	 width: 172px;
	 height: 182px;
 }

.fonctioncalculateur .fonction p {
	color: #4760A7;
	line-height: 24px;
	margin-top: 5px;
	font-weight: 700;
}

.fs18 {
	font-size: 17px;
}

.fs20 {
	font-size: 18px;
}
.fs24 p {
	font-size: 20px;
}

.ombre {
	  box-shadow: 6px 6px 20px rgba(0,0,0,0.16);
}

.fonctioncalculateur .vc_column-inner:hover {
	background: #f5f4f4 !important;
}

.chiffres,
.chiffres p {
	font-size: 35px !important;
	font-weight: 900 !important;
}

.chiffres.bleu {
	color: #4760A7;
}

.moinslarge {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #707070 !important;
	background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #707070 !important;
  background-color: #707070 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color:#fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 0px !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
  margin-top: 7px !important;
}

.vc_tta-panel-body p {
	margin-top:0px !important;
	margin-bottom:10px !important;
}

.documentation img {
	width: 149px !important;
	height:208px !important;
}
.documentation .wpb_single_image {
	margin-bottom: 0px;
}



.vc_row.footer {
  background: #707070;
  padding-top: 30px;
}

.footer,
.footer i,
.footer p,
.footer a,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
	color:#fff !important;
}

.footer .wpb_single_image img {
	max-width: 190px;
}

.footer .vc_row.wpb_row.vc_inner.vc_row-fluid.encadre {
  border: 1px solid #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.footer .vc_column-inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
  padding: 3px 6px;
  font-size: 21px;
  border-radius: 0px;
	background-image: none !important;
}

.footer .vc_btn3-container.fleche.vc_btn3-center::before {
	background-image: url(images/petite-fleche-blanche.png);
  background-size: 20px 9px;
  display: inline-block;
  width: 20px;
  height: 9px;
  content:"";
	margin-right:10px;
 }
 .footer .vc_column-inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
   background-image: none !important;
	 color: #707070 !important;
   background-color: #fff !important;
	 background: #fff !important;
 }

.footer h5 {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	margin-bottom: 10px;
  margin-top: 0px;
}

.footer .col2 p {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 15px;
}

.footer .col3 p {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 17px;
}

.footer .col3 .anciennesoffres p {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 15px;
}

.footer .col3 .anciennesoffres ul {
	margin-left:0px;
	padding-left: 15px;
	font-size: 15px;
}
.footer .social-link a {
  display: inline;
  margin-left: 0px;
	margin-right: 10px;
  min-width: 34px;
  text-align: center;
  color: #707070;
  font-size: 28px;
  line-height: 28px;
}
.footer .social-link {
	margin-left: 0px;
}

.wpb_text_column.intro strong {
	color: #4760A7;
}

#valeurs .vc_single_image-img.attachment-large {
	max-width: 204px;
}

#valeurs .wpb_single_image.vc_align_center {
	margin-bottom: 0px;
}

.wpb_single_image.max400 img {
	max-width: 400px !important;
}

.equipe h4 {
	color: #4760A7;
}

.equipe p {
	font-size: 13px;
}

#gouvernance h3 {
	margin-bottom: 0px;
	color: #4760A7;
	font-size: 25px;
	font-weight: 900;
}

.toutpetit p {
	font-size: 15px;
}

#gouvernance .toutpetit p {
	font-size: 15px;
	max-width: 80%;
	margin:30px auto;
}

.team-CA p {
	font-size:13px;
	margin-top:0px;
}
.team-CA p strong {
	font-size:18px;
}

#bureau .wpb_single_image,
#conseil .wpb_single_image {
	margin-bottom: 15px;
}

.wpb_text_column.wpb_content_element.team-CA {
	margin-bottom: 50px;
}

.bordertext
{
  padding: 15px 15px 0px 15px;
  border: 1px solid #707070;
}

.elegant-modal-body.modal-body,
.elegant-modal-body.modal-body p,
.elegant-modal-body.modal-body li {
	font-size: 16px !important;
}

.bordertext h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

#improve-slideout {
    position: fixed;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0px;
    z-index: 90;
}

#improve-slideout.book {
    top:250px;
}
#improve-slideout.spdf {
    top:307px;
}
#improve-slideout.save {
    top:364px;
}



#improve-slideout i {
    width:55px;
    display: block;
    height:55px;
    text-align: center;
}

#improve-slideout:hover {
    right: 200px;
    cursor:pointer;
}

#improve-slideout-inner {
    position: fixed;
    right: -200px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 200px;
    height:55px;
    line-height: 55px;
}
.book #improve-slideout-inner {
    top:250px;
    background:rgba(226,56,40,0.85);
}
.spdf #improve-slideout-inner {
    top:307px;
    background:rgba(71,96,167,0.85);
}

.save #improve-slideout-inner {
    top:364px;
    background: rgba(106,91,7,0.85);
}

#improve-slideout h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto';
    color:#ffffff;
    text-align: center;
    line-height: 55px;
    margin:0;
}

#improve-slideout:hover #improve-slideout-inner {
    right: 0;
}

/* kit media */

.page-id-9215 .wpb_text_column.wpb_content_element.bleu.fleche {
	  margin-bottom: 0px;
		margin-top: 40px;
}
.page-id-9215 .download .wpb_single_image {
	margin-bottom:10px;
}
.page-id-9215 .download h3 {
	font-size:15px;
}
.page-id-9215 .download h3 a {
	font-size:20px;
}
.page-id-9215 .download h3 a::before {
	background-image: url(images/download.png);
  background-size: 28px 19px;
  display: inline-block;
  width: 28px;
  height: 19px;
  content:"";
	margin-right:10px;
 }

h1.vc_custom_heading::before,
.wpb_text_column h1::before {
 	background-image: url(images/fleche-bleue.png);
   background-size: 24px 24px;
   display: inline-block;
   width: 24px;
   height: 24px;
   content:"";
 	margin-right:10px;
}
h1.vc_custom_heading,
.wpb_text_column h1 {
		font-size: 35px;
		color: #4760A7 !important;
		text-transform: uppercase;
}
h1.vc_custom_heading {
	margin-top:60px;
}
.page-id-5048 .wpb_text_column p strong {
	color: #4760A7 !important;
	font-size:22px;
}
.page-id-3585 h2,
.page-id-3 h2 {
	color: #4760A7 !important;
}

.page-id-2498 .vc_col-sm-6 p {
	margin-top: 0;
  margin-bottom: 0;
}

.page-id-2498 hr {
  background-color: #4760A7;
  border: 0;
  height: 1px;
  margin-top: 20px;
	margin-bottom: 20px;
}

.page-id-2498 #primary a {
	color: #4760A7 !important;
}
.page-id-2498 .envoi {
	text-align: center;
}

.page-id-2498 input[type="submit"] {
	padding: 3px 18px !important;
  font-size: 28px !important;
}

.bio h1 {
	margin-top:0px;
}

.bio {
	min-height: 600px;
	margin-bottom: 200px;
}

.single-post h1.bleu.fleche::before,
.search-no-results h1.bleu.fleche::before,
.hfeed h1.bleu.fleche::before {
	background-image: url(images/fleche-bleue.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content:"";
	margin-right:10px;
 }

 .single-post h1.bleu.fleche,
 .search-no-results h1.bleu.fleche,
 .hfeed h1.bleu.fleche {
	 color: #4760A7 !important;
	 margin-top:150px;
	 text-align: center;
	 font-weight: 600;
	 text-transform: uppercase !important;
	 font-family: Raleway, sans-serif !important;
	 margin-bottom: 60px;
 }



 .single-post #primary h2,
 .single-post #primary h3,
 h4.wp-block-heading {
	 text-transform: uppercase !important;
	 font-family: Raleway, sans-serif !important;
	 font-weight: 500 !important;
 }
 .single-post h2::before,
 .single-post h3::before {
 	background-image: url(images/fleche-bleue.png);
   background-size: 18px 18px;
   display: inline-block;
   width: 18px;
   height: 18px;
   content:"";
 	margin-right:10px;
  }

	h4.wp-block-heading::before {
  	background-image: url(images/fleche-bleue.png);
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content:"";
  	margin-right:10px;
   }
	 h4.wp-block-heading {
		 font-size:20px;
	 }

	.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
	  border: 1px solid transparent;
	}
	.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
	  background-color: #fff !important;
		border: 1px solid #707070 !important;
  	border-radius: 0px !important;
	}

	.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
	  background-color: #707070 !important;
		color:#fff !important;
		border: 1px solid #707070 !important;
  	border-radius: 0px !important;
	}
	.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover span {
	  background-color: #707070 !important;
		color:#fff !important;
  	border-radius: 0px !important;
	}
	.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
		border-radius: 0px !important;
	}
	.vc_grid-filter > .vc_grid-filter-item {
	  transition: none;
	}

	.wp-block-latest-posts.wp-block-latest-posts__list {
	  margin-left: 0;
	}
	aside#secondary {
	  border-top: 1px solid #707070;
	  padding-top: 30px;
		clear: both;
	}

.ml0 ul {
	margin-left:0px;
	padding-left: 20px;
}
.grasbleu p strong {
	font-weight: 900;
	color: #4760A7 !important;
	padding-bottom: 0px;
	font-size: 20px;
  line-height: 28px;
}
.grasbleu p {
	margin-bottom: 0px;
}
.ml100 {
	margin-left:150px;
}

.single-post main#primary {
	max-width: 1024px;
  margin: auto;
}

.evc-counter .evc-c-digit {
  color: #4760A7 !important;
  font-size: 36px !important;
	margin-top:30px;
}

.evc-counter.plus span:before {
	content:'+';
}

.evc-counter.pourcent span:after {
	content:'%';
}


.blanc .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background: #fff !important;
  border: 1px solid #fff !important;
	min-width: 120px;
	text-align: center;
}
.blanc .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background: #E23828 !important;
  border: 1px solid #fff !important;
	min-width: 120px;
	text-align: center;
}
.blanc .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover a {
	color:#707070 !important;
}

.vc_btn3-container.blanc.fleche.vc_btn3-center::before {
	background-image: url(images/petite-fleche-blanche.png);
  background-size: 20px 9px;
  display: inline-block;
  width: 20px;
  height: 9px;
  content:"";
	margin-right:10px;
 }

 .calculateur .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
 	padding: 7px 20px !important;
   font-size: 24px !important;
 }

.calculateur .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
	 color: #fff !important;
 }




 .calculateur {
  background: #E23828 url(images/calculateur.png) no-repeat 5% 90% !important;
  background-size: 150px !important;
}

.page-id-4322 .tr-infobar.top,
.page-id-4322 .site-header .topbar,
.page-id-4322 .site-header .main-navigation {
	display:none;
}

.page-id-4322 .wpb_text_column.wpb_content_element.fleche.bleu {
  margin-bottom: 10px;
}

.page-id-4322 .wpb_text_column h1 {
  font-size: 30px;
}

.elegant-modal.modal.in {
	display: block !important;
	max-height: 90%;
	max-width: 92%;
 	top: 5%;
	left:4%;
	outline: none;
}

.fullwidthinput input {
	width:100%;
}

@media (min-width: 1000px) {
  .modal-lg {
    width: 950px;
  }
	.elegant-modal.modal.in {
		left: calc( (100% - 950px) / 2 );
	}
	.reduce100 {
		margin: 0px 100px !important;
	}
	.calculateur {
	   background: #E23828 url(images/calculateur.png) no-repeat 0px center !important;
	   background-size: 200px !important;
	 }
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1100px;
  }
	.elegant-modal.modal.in {
		left: calc( (100% - 1100px) / 2 );
	}
	.calculateur {
	   background: #E23828 url(images/calculateur.png) no-repeat 4% center !important;
	   background-size: 200px !important;
	 }
}

@media (min-width: 1400px) {
  .modal-lg {
    width: 1200px;
  }
	.elegant-modal.modal.in {
		left: calc( (100% - 1200px) / 2 );
	}
	.calculateur {
	   background: #E23828 url(images/calculateur.png) no-repeat 10% center !important;
	   background-size: 200px !important;
	 }
}

@media only screen and (max-width: 768px) {
	.fonctioncalculateur .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	.ombre {
	  margin-left: 10px !important;
	  margin-right: 10px !important;
	}
	.moinslarge {
	  margin-left: 0px !important;
	  margin-right: 0px !important;
	}
	.moinslarge .vc_col-sm-4 p {
	  text-align:center;
	}
	.fs20 {
	  font-size: 18px !important;
	}
	.wpb_text_column h2 {
  	font-size: 26px !important;
	}
	input[type="submit"],
	.vc_column-inner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
	.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-default,
	.single-post #primary a.vc_general {
	  max-width: 80%;
	}
	.ml100 {
		margin-left:0 !important;
	}
	.ombre .vc_row.vc_inner {
		padding-right: 5px !important;
  	padding-left: 5px !important;
	}
	.grasbleu p strong {
	  font-size: 18px;
	  line-height: 30px;
	}
	.wpb_text_column.wpb_content_element.grasbleu.ml100.ml0 {
		margin-top: 50px !important;
	}

	h1.vc_custom_heading, .wpb_text_column h1 {
	  font-size: 26px;
	}
	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 {
	  max-width: 100%;
		margin-bottom: 20px;
	}
	.wpb_column.vc_column_container.vc_col-sm-6.spacemobile {
	  margin-top: 25px;
	}
	h1.vc_custom_heading {
	  margin-top: 20px;
	}
	.ombre.wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-offset-1.vc_col-lg-10.vc_col-md-offset-0.vc_col-md-12.vc_col-xs-12 {
	  max-width: 90%;
	  margin-left: 5% !important;
	}


}
