/*!
Theme Name: Cedigaz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cedigaz
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.

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

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

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

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');

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

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

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

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

body {
	margin: 0;
}

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

h1 {
	font-size: 2em;
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

button,
select {
	/* 1 */
	text-transform: none;
  padding: 5px 10px 5px 10px;
}

/**
 * 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

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

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	border-color: #ccc #bbb #aaa;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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 #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0060a2;
}

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

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

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

ul.sub-menu li {
	margin-bottom: 10px;
	margin-top: 10px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: block;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
	padding: 10px;
}

.main-navigation ul li:hover > ul {
	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 {
	left: 100%;
}

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

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

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

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

/* Small menu. */
.menu-toggle {
	display: none;
	position: relative;
	top: -2px;
	background: none;
	border: none;
	padding: 0;
	font-size: 24px;
}

.main-navigation .close-menu {
	position: fixed;
	top: -200px;
	right: 15px;
	z-index: 30;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
	.menu-toggle {
		display: inline-block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	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 {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.container,
.big-container {
	position: relative;
	width: 100%;
	/*max-width: 1040px;*/
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.big-container {
	max-width: 1240px;
}

.main-header {
	padding: 20px 0;
}

.top-bloc {
	position: absolute;
	top: -10px;
	right: 20px;
	display: flex;
	height: 25px;
}

.top-bloc form {
	position: relative;
}

.top-bloc input {
	width: 235px;
	height: 25px;
	border-color: #000;
	border-radius: 0;
}

.top-bloc button {
	position: absolute;
	top: 50%;
	left: 5px;
	padding: 0;
	background: none;
	border: none;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.top-bloc button {
		position: absolute;
		top: 50%;
		left: 5px;
		background: none;
		border: none;
		transform: translateY(-50%);
		padding: 0 0 2px 0;
	}
}

.top-bloc .login-link {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5px;
	border: 1px solid #000;
}

.top-bloc .linkedin-button {
	padding: 2px 0 0 10px;
}

@media screen and (max-width: 768px) {
	.top-bloc {
		position: static;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 20px;
		height: auto;
	}
	.top-bloc form,
	.top-bloc input {
		width: 100%;
		margin-bottom: 5px;
	}
	.top-bloc .login-link {
		height: 25px;
	}
}

.header-content {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.header-content {
		justify-content: space-between;
	}
}

.main-navigation {
	padding: 5px 0 0 25px;
}

@media screen and (max-width: 768px) {
	.main-navigation {
		padding: 0 0 0 40px;
		width: 100px;
		text-align: right;
	}
}

.main-navigation .menu {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.main-navigation .menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: left;
		flex-direction: column;
		justify-content: flex-start;
		padding: 15px;
		background-color: #fff;
		z-index: 20;
		transform: translateX(-100%);
		transition: all 0.2s ease-in-out;
	}
	.main-navigation.toggled .menu {
		transform: translateX(0);
	}
	.main-navigation .menu li {
		padding: 10px;
	}
	.main-navigation.main-navigation.toggled .close-menu {
		top: 15px;
		right: 15px;
	}
	.main-navigation ul li.focus ul {
		position: static;
		box-shadow: none;
		padding: 0;
	}
}

.main-navigation a {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.main-navigation a:hover {
	color: #265398;
}

.main-footer {
	padding: 20px 0;
	background-color: #262626;
}

.main-footer li {
	list-style: none;
	line-height: 1.3em;
}

.main-footer a {
	color: #9d9d9d;
	text-decoration: none;
}

.main-footer a:hover {
	text-decoration: underline;
}

.footer-top {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #9d9d9d;
}

.footer-top .menu {
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 768px) {
	.main-footer a {
		font-size: 12px;
	}
	.footer-bottom {
		flex-wrap: wrap;
	}
	.footer-bottom .widget {
		width: 50%;
	}
	.footer-bottom .widget:nth-child(n + 3) {
		margin-top: 15px;
	}
}

.home-top {
	display: flex;
}

.home-slider {
	width: 65%;
}
.home-slider .slick-initialized .slick-slider .slick-dotted {
	max-height: 628px;
}

.slick-list .draggable {
	max-height: 628px;
}

.slick-track {
	max-height: 628px;
}

.slick-slide .slick-slide {
	max-height: 628px;
}

.slick-slide .home-slide-img {
	max-height: 628px;
	display: flex;
}

.slick-slide .home-slide-img img {
	object-fit: cover;
	width: 100%;
}

.home-posts {
	width: 35%;
	padding-left: 10px;
}

.home-infos,
.home-news {
	padding: 0 20px 20px;
	background-color: #0060a2;
}

.home-infos {
	margin-top: 10px;
}

.home-posts-title {
	font-size: 22px;
	color: #aaa6d4;
	text-align: center;
	text-transform: uppercase;
	line-height: 45px;
	/* max-width: 450px; */
}

.home-news .home-posts-title {
	color: #00b2f4;
}

.home-posts-content {
	font-size: 14px;
	line-height: 1.3em;
	padding: 10px 20px;
	background-color: #fff;
	overflow-y: scroll;
	position: relative;
}

.home-single-post {
	padding: 10px 0;
}

.home-single-title {
	font-size: 18px;
	line-height: 1.1em;
	color: #001c3e;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.home-news .home-single-title {
	color: #00b2f4;
}

.home-single-desc p {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.home-top {
		flex-direction: column;
	}
	.home-slider {
		width: 100%;
		margin-bottom: 10px;
	}
	.home-posts {
		width: 100%;
		padding-left: 0;
	}
	.home-posts-title,
	.home-posts-content {
		max-width: none;
	}
	.home-posts-content {
		/* height: 250px !important; */
		height: 90% !important;
	}
}

.home-bottom {
	margin-top: 50px;
	padding-bottom: 50px;
}

.home-bottom h2 {
	font-size: 16px;
	color: #00aeef;
	margin-bottom: 10px;
}

.home-bottom h2:before {
	content: '';
	margin-right: 10px;
	width: 15px;
	height: 15px;
	/*background: url(images/h3.png);
	background-size: cover;*/
	display: inline-block;
	position: relative;
	top: 1px;
	background-color: #00b8f2;
	border-radius: 20px;
}

.home-bottom p {
	font-size: 14px;
	color: #6d6e71;
	line-height: 1.3em;
	text-align: justify;
	margin: 10px 0;
}

.home-slide {
	position: relative;
}

.home-slide-title {
	position: absolute;
	top: 65px;
	right: 0;
	max-width: 700px;
	padding: 0 20px;
	font-size: 32px;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.home-slide-title {
		top: 25px;
		font-size: 22px;
	}
}

.slick-dots {
	position: absolute;
	right: 75px;
	bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 0;
}

.slick-dots li {
	list-style: none;
	margin: 0 5px;
	width: 8px;
	height: 8px;
}

.slick-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	text-indent: -9999px;
	border-radius: 50%;
	border: none;
	background: #fff;
}

.slick-dots .slick-active,
.slick-dots .slick-active button {
	width: 10px;
	height: 10px;
}

.page-top {
	display: flex;
}

.page-simple {
	position: relative;
	width: 100%;
}

.page-simple h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.page-image {
	position: relative;
	width: 65%;
}

.page-image img {
	display: block;
}

.page-image h1, .page-image p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0;
}

.page-intro {
	width: 35%;
	padding-left: 10px;
}

.page-intro-content {
	font-size: 14px;
	padding: 12px;
	background-color: #c7eafc;
	overflow-y: auto;
	height: 100%;
}

.page-intro-txt {
	/* max-width: 450px; */

	font-size: 115%;
}

.page-intro-content strong {
	color: #00aeef;
}

@media screen and (max-width: 768px) {
	.page-top {
		flex-direction: column;
	}
	.page-image {
		width: 100%;
		margin-bottom: 10px;
	}
	.page-intro {
		width: 100%;
		padding-left: 0;
		max-height: 100% !important;
	}
	.page-intro-txt {
		max-width: none;
		height: auto !important;
	}
}

.entry-content {
	margin-top: 50px;
	padding-bottom: 50px;
}

.type-post .entry-content {
	margin-top: 20px;
	padding-bottom: 20px;
}

.type-post .entry-content.container {
	margin-left: 110px !important;
}

.entry-content h2 {
	font-size: 18px;
	color: #005fa1;
	margin-bottom: 20px;
}

.entry-content h2:before {
	content: '';
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(images/h2.png);
	background-size: cover;
	display: inline-block;
	position: relative;
	top: 3px;
}

.entry-content h3 {
	font-size: 16px;
	color: #00aeef;
	margin-bottom: 10px;
}

.entry-content h3:before {
	content: '';
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url(images/h3.png);
	background-size: cover;
	display: inline-block;
	position: relative;
	top: 3px;
}

.entry-content h2:not(:first-child) {
	margin-top: 30px;
}

.entry-content p,
.entry-content ul li {
	font-size: 14px;
	color: #6d6e71;
	line-height: 1.3em;
	text-align: justify;
	margin: 0 0 18px 0;
}

.entry-content ul li {
	list-style-position: inside;
}

.entry-content a {
	color: #00aeef;
}

.members {
	display: flex;
}

.members ul {
	width: 50%;
}

.members ul:first-child {
	padding-right: 15px;
}

.members ul:last-child {
	padding-left: 15px;
}

.members-logos {
	margin: 0 -10px;
}

.members-logos img {
	display: inline-block;
	margin: 0 10px 20px;
	vertical-align: middle;
	max-width: 20%;
}

@media screen and (max-width: 768px) {
	.members {
		flex-direction: column;
	}
	.members ul {
		width: 100%;
	}
	.members ul:first-child,
	.members ul:last-child {
		padding: 0;
	}
	.alignright,
	.alignleft {
		float: none;
		margin: 10px auto;
		display: block;
	}
}

.single-top {
	padding: 50px 0;
	color: #fff;
	background-color: #0060a2;
}

.single-top h1 {
	font-size: 28px;
	color: #fff;
}

.single-top a {
	color: #fff;
}

.archive .site-main {
	padding-bottom: 20px;
}

.archive .type-post,
.blog .type-post {
	border-bottom: solid 2px #00baf2;
	padding: 20px 0;
}
.single .type-post {
	border:0 !important;
	padding:0 !important;
}
.blog .type-post .entry-meta, .archive.category  .type-post .entry-meta {border-bottom: solid 1px lightgray; padding: 9px 0;}
.blog .type-post .entry-footer, .archive.category .type-post .entry-footer {text-align:right;}
.blog .liens_articles, .archive.category .liens_articles {float: left; list-style: none;}
.blog .liens_articles.block_float li, .archive.category .liens_articles.block_float li {display: inline-block; /* padding: 11px 0; */}

.twitter { margin-right: 5px; }

.blog .fa.fa-envelope, .archive.category .fa.fa-envelope {font-size: 26px;}

.blog .type-post h2 a,
.archive .type-post h2 a {
	color: #0060a2;
	text-decoration: none;
}

.read-more {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #0060a2;
}
footer#single-footer {
	max-width: 1280px;
	padding: 0;
	margin: 0 0 40px 50%;
}

.price-table {
	display: flex;
	text-decoration: none;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.offer {
	width: 30%;
	color: black !important;
	border: 1px solid #0060a2;
	min-height: 740px;
	position: relative;
	padding-bottom: 80px;
}

@media screen and (max-width: 899px) {
	.offer {
		width: 100%;
		margin-top: 40px;
		min-height: 100px;
	}
}

.name {
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	background-color: #0060a2;
}

.infos {
	text-align: center;
	padding: 15px;
}

.price-table .price {
	text-align: center;
	background-color: #262626;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	padding: 10px;
	border-top: solid 1px #0060a2;
}

.product-cats {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.product-cats .category {
	position: relative;
	width: 30%;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.product-cats .category {
		width: 100%;
	}
}

.product-cats .category img {
	width: 100%;
}

.product-cats .category span {
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* SHOP */

.publications-filters {
	display: flex;
	justify-content: flex-end;
    margin-bottom: 10px;
    display: inline-block;
}

.publications-filters select {
	margin-left: 10px;
}

.custom-table {
	margin-top: 20px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	border-collapse: collapse;
}
.custom-table td,
.custom-table th {
	border: 1px solid #ffffff;
	padding: 15px 5px;
}
.custom-table tbody td {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.custom-table tr:nth-child(even) {
	background: #f2f2f2;
}
.custom-table thead {
	background: #265398;
	border-bottom: 4px solid #265398;
}
.custom-table thead th {
	font-size: 19px;
	font-weight: normal;
	color: #ffffff;
	/*text-align: left;*/
	border-left: 0px solid #265398;
}

/* MODAL */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
@media (min-width: 1440px) {
	.modal-content.modal-sm {
		width:50%;
	}
}

#download-modal{
	margin-top: 0px !important;
	padding-top: 200px !important;
}

#download_free_repport_for_non_member_from_modal{
	padding: 9px !important;
	background-color: #265398 !important;
	color: white !important;
	border-radius: 0;
	margin: 10px 0;
	border: none!important;
	cursor: pointer!important;
	font-size: 1rem;
}

#download-modal .modal-content {
	width: 700px;
	max-width: 95%;
}
@media (min-width: 423px) and (max-width: 767px) {
	#download-modal .modal-content input.col-xs-12 {
		max-width: 90% !important;
		margin: 5px 15px;
	}
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	background-color: #265398;
	color: white;
}

.modal-header-text {
	margin: 16px 0;
}

.modal-body {
	padding: 2px 16px;
}

.modal-footer {
	padding: 2px 16px;
	background-color: #f2f2f2;
	color: white;
}

.check {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background-size: contain !important;
	background: url(images/check.png);
}

.cross {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background-size: contain !important;
	background: url(images/cross.png);
}

.table-blue-bg,
.table-blue-bg * {
	background: #265398;
	color: white !important;
}

.modal-sub-btn {
	float: right;
	margin-bottom: 20px;
}

.close-btn {
	padding: 5px;
	color: white !important;
	background: #db6960;
	width: 150px;
	text-align: center;
	float: right;
	margin: 10px 0px;
}

.close-btn:hover {
	cursor: pointer;
	background: #db6d64;
}

.clearfix::after {
	content: '';
	clear: both;
	display: table;
}

.cedigaz-logo {
	width: auto;
	height: 70px;
	background: url(images/logo.png);
	background-size: contain !important;
	background-repeat: no-repeat;
}
.marker-icon {
	width: 22px;
	height: 22px;
	background: url(images/marker.png);
	background-size: contain !important;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.phone-icon {
	width: 22px;
	height: 22px;
	background: url(images/phone.png);
	background-size: contain !important;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.footer-bottom * {
	color: #9d9d9d;
}

.footer-address {
	border-bottom: 1px dotted #9d9d9d;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-address,
.footer-phone {
	display: flex;
	align-items: center;
}

.publication-item {
	display: flex;
	flex-wrap: wrap;
        margin-top:30px;
        border-style: groove;
        padding-bottom: 15px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
}

.product-image {
	padding: 10px;
	flex: 1 1 0;
}
.product-infos {
	padding: 15px;
	flex: 2 1 0;
}

.product-name {
	font-weight: bold;
}

.product-prices {
	flex: 3 1 0;
}

.page-image {
	height: 100%;
	max-height: 628px;
}

.page-intro {
	max-height: 628px;
}

.post-thumbnail {
	display: flex;
	max-height: 628px;
	height: 100%;
}

.post-thumbnail img {
	object-fit: cover;
  width: 100%;
}

/* GFORM */

.gform_button {
	padding: 15px 30px 15px 30px !important;
  background-color: rgb(38,83,152) !important;
  color: white !important;
  font-weight: bold;
  border-radius: 3px;
}

.add-sub-to-cart {
	text-decoration: none;
	flex: 1;
	text-align: center;
	padding: 10px 30px 10px 30px !important;
  background-color: rgb(0,181,239) !important;
  color: white !important;
  font-weight: bold;
  border-radius: 3px;
}

.add-sub-to-cart-container {
	display: flex;
	padding: 5px !important;
}

.modal-sub-btn {
	padding: 10px 30px 10px 30px !important;
  background-color: rgb(38,83,152) !important;
  color: white !important;
  font-weight: bold;
  border-radius: 3px;
}

.warning-message {
	width: 50%;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-product-gallery, .images {
	width: 30% !important;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    margin-top: 2em;
}

.entry-content-product-item{
    margin-top: 15px !important;	
    padding-bottom: 15px !important;	
}

.summary, .entry-summary {
	display: flex;
	/*width: 30% !important;*/
	flex-direction: column;
}

.summary .price {
	position: unset;
	flex: 1;
}

.single_add_to_cart_button {
	background-color: #005fa1 !important;
	background-color: #005fa1 !important;
	color: #fff !important;
	text-decoration: none !important;
    width: 100%;
    text-align: center;	
	line-height: 1;
	padding: .618em 1em;
}

.product_meta {
	display: flex;
	flex-direction: column;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.woocommerce ul.products li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
}


@media only screen and (min-width : 1010px) {
	.archive .site-main > .container {
		min-height: 1740px;
	}
	aside#secondary {
		position: absolute;
	  top: 355px;
	  right: 0;
	}
	
	.post-template-default aside#secondary {
	  top: 440px !important;
	}

	article.type-post {
		width: 68%;
		margin: 0;
	}

	.widget-area {
		margin-right: 20px;
		padding: 22px 0 22px 0;
		max-width: 300px;
		border-radius: 5px;
	  border: 1px solid lightgray;
	}
}

.widget-area {
	border-radius: 5px;
  border: 1px solid lightgray;
}

.widget-area section{
	margin: 20px 0 0px 0;
	padding: 0 22px 22px 22px;
	border-bottom: 1px solid lightgray;
}

/* Blog */
h2.widget-title {font-size: 1.3rem;}
.widget_recent_entries ul, .widget_categories ul {list-style: square; margin-left: 1.5rem; font-size: 0.9rem; line-height: 1.8rem;}

.follow-us {padding: 16px 11px 10px 11px;}
.follow-twitter, .follow-linkedin {margin: 0 0 5px 0;}

.search-and-filter-div{
    text-align:right;
}

/* From BS */
.row{margin-right:-15px;margin-left:-15px}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}
.col-xs-pull-10{right:83.33333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}
.col-xs-pull-7{right:58.33333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}
.col-xs-pull-4{right:33.33333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}
.col-xs-pull-1{right:8.33333333%}
.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.66666667%}
.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.66666667%}
.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.66666667%}
.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.66666667%}
.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}
.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}
.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
@media (min-width: 768px) {
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}
.col-sm-12{width:100%}
.col-sm-11{width:91.66666667%}
.col-sm-10{width:83.33333333%}
.col-sm-9{width:75%}
.col-sm-8{width:66.66666667%}
.col-sm-7{width:58.33333333%}
.col-sm-6{width:50%}
.col-sm-5{width:41.66666667%}
.col-sm-4{width:33.33333333%}
.col-sm-3{width:25%}
.col-sm-2{width:16.66666667%}
.col-sm-1{width:8.33333333%}
.col-sm-pull-12{right:100%}
.col-sm-pull-11{right:91.66666667%}
.col-sm-pull-10{right:83.33333333%}
.col-sm-pull-9{right:75%}
.col-sm-pull-8{right:66.66666667%}
.col-sm-pull-7{right:58.33333333%}
.col-sm-pull-6{right:50%}
.col-sm-pull-5{right:41.66666667%}
.col-sm-pull-4{right:33.33333333%}
.col-sm-pull-3{right:25%}
.col-sm-pull-2{right:16.66666667%}
.col-sm-pull-1{right:8.33333333%}
.col-sm-pull-0{right:auto}
.col-sm-push-12{left:100%}
.col-sm-push-11{left:91.66666667%}
.col-sm-push-10{left:83.33333333%}
.col-sm-push-9{left:75%}
.col-sm-push-8{left:66.66666667%}
.col-sm-push-7{left:58.33333333%}
.col-sm-push-6{left:50%}
.col-sm-push-5{left:41.66666667%}
.col-sm-push-4{left:33.33333333%}
.col-sm-push-3{left:25%}
.col-sm-push-2{left:16.66666667%}
.col-sm-push-1{left:8.33333333%}
.col-sm-push-0{left:auto}
.col-sm-offset-12{margin-left:100%}
.col-sm-offset-11{margin-left:91.66666667%}
.col-sm-offset-10{margin-left:83.33333333%}
.col-sm-offset-9{margin-left:75%}
.col-sm-offset-8{margin-left:66.66666667%}
.col-sm-offset-7{margin-left:58.33333333%}
.col-sm-offset-6{margin-left:50%}
.col-sm-offset-5{margin-left:41.66666667%}
.col-sm-offset-4{margin-left:33.33333333%}
.col-sm-offset-3{margin-left:25%}
.col-sm-offset-2{margin-left:16.66666667%}
.col-sm-offset-1{margin-left:8.33333333%}
.col-sm-offset-0{margin-left:0}
}
@media (min-width: 992px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}
.col-md-12{width:100%}
.col-md-11{width:91.66666667%}
.col-md-10{width:83.33333333%}
.col-md-9{width:75%}
.col-md-8{width:66.66666667%}
.col-md-7{width:58.33333333%}
.col-md-6{width:50%}
.col-md-5{width:41.66666667%}
.col-md-4{width:33.33333333%}
.col-md-3{width:25%}
.col-md-2{width:16.66666667%}
.col-md-1{width:8.33333333%}
.col-md-pull-12{right:100%}
.col-md-pull-11{right:91.66666667%}
.col-md-pull-10{right:83.33333333%}
.col-md-pull-9{right:75%}
.col-md-pull-8{right:66.66666667%}
.col-md-pull-7{right:58.33333333%}
.col-md-pull-6{right:50%}
.col-md-pull-5{right:41.66666667%}
.col-md-pull-4{right:33.33333333%}
.col-md-pull-3{right:25%}
.col-md-pull-2{right:16.66666667%}
.col-md-pull-1{right:8.33333333%}
.col-md-pull-0{right:auto}
.col-md-push-12{left:100%}
.col-md-push-11{left:91.66666667%}
.col-md-push-10{left:83.33333333%}
.col-md-push-9{left:75%}
.col-md-push-8{left:66.66666667%}
.col-md-push-7{left:58.33333333%}
.col-md-push-6{left:50%}
.col-md-push-5{left:41.66666667%}
.col-md-push-4{left:33.33333333%}
.col-md-push-3{left:25%}
.col-md-push-2{left:16.66666667%}
.col-md-push-1{left:8.33333333%}
.col-md-push-0{left:auto}
.col-md-offset-12{margin-left:100%}
.col-md-offset-11{margin-left:91.66666667%}
.col-md-offset-10{margin-left:83.33333333%}
.col-md-offset-9{margin-left:75%}
.col-md-offset-8{margin-left:66.66666667%}
.col-md-offset-7{margin-left:58.33333333%}
.col-md-offset-6{margin-left:50%}
.col-md-offset-5{margin-left:41.66666667%}
.col-md-offset-4{margin-left:33.33333333%}
.col-md-offset-3{margin-left:25%}
.col-md-offset-2{margin-left:16.66666667%}
.col-md-offset-1{margin-left:8.33333333%}
.col-md-offset-0{margin-left:0}
}
@media (min-width: 1200px) {
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}
.col-lg-12{width:100%}
.col-lg-11{width:91.66666667%}
.col-lg-10{width:83.33333333%}
.col-lg-9{width:75%}
.col-lg-8{width:66.66666667%}
.col-lg-7{width:58.33333333%}
.col-lg-6{width:50%}
.col-lg-5{width:41.66666667%}
.col-lg-4{width:33.33333333%}
.col-lg-3{width:25%}
.col-lg-2{width:16.66666667%}
.col-lg-1{width:8.33333333%}
.col-lg-pull-12{right:100%}
.col-lg-pull-11{right:91.66666667%}
.col-lg-pull-10{right:83.33333333%}
.col-lg-pull-9{right:75%}
.col-lg-pull-8{right:66.66666667%}
.col-lg-pull-7{right:58.33333333%}
.col-lg-pull-6{right:50%}
.col-lg-pull-5{right:41.66666667%}
.col-lg-pull-4{right:33.33333333%}
.col-lg-pull-3{right:25%}
.col-lg-pull-2{right:16.66666667%}
.col-lg-pull-1{right:8.33333333%}
.col-lg-pull-0{right:auto}
.col-lg-push-12{left:100%}
.col-lg-push-11{left:91.66666667%}
.col-lg-push-10{left:83.33333333%}
.col-lg-push-9{left:75%}
.col-lg-push-8{left:66.66666667%}
.col-lg-push-7{left:58.33333333%}
.col-lg-push-6{left:50%}
.col-lg-push-5{left:41.66666667%}
.col-lg-push-4{left:33.33333333%}
.col-lg-push-3{left:25%}
.col-lg-push-2{left:16.66666667%}
.col-lg-push-1{left:8.33333333%}
.col-lg-push-0{left:auto}
.col-lg-offset-12{margin-left:100%}
.col-lg-offset-11{margin-left:91.66666667%}
.col-lg-offset-10{margin-left:83.33333333%}
.col-lg-offset-9{margin-left:75%}
.col-lg-offset-8{margin-left:66.66666667%}
.col-lg-offset-7{margin-left:58.33333333%}
.col-lg-offset-6{margin-left:50%}
.col-lg-offset-5{margin-left:41.66666667%}
.col-lg-offset-4{margin-left:33.33333333%}
.col-lg-offset-3{margin-left:25%}
.col-lg-offset-2{margin-left:16.66666667%}
.col-lg-offset-1{margin-left:8.33333333%}
.col-lg-offset-0{margin-left:0}
}
/* Custom */
.text-center {text-align:center;}
#breadcrumbs {position: relative; width: 100%; max-width: 1280px; margin: 0 auto 0.8rem auto; padding: 0 20px; font-family: 'Montserrat', sans-serif; display: inline-block;}
@media screen and (max-width: 425px) {
	#breadcrumbs {
		padding:0;
	}
	#breadcrumbs span {
		display: inline-block;
	}
}
span.IN-widget {/*width: 130px;*/ margin-right: 5px; /* float: right; */ text-align: right;}
.page-intro-txt .gallery-columns-8 .gallery-item {max-width: 13%;}
.page-intro-txt .gallery-item {margin: 4px;}
.page-intro-txt .gallery-icon.landscape img {border: solid 2px #fff; box-shadow: 0px 0px 3px 0px #353535;}
.db h2 {font-size: 18px; color: #005fa1;}
.db h2:before {content: ''; margin-right: 10px; width: 20px; height: 20px; background: url(images/h2.png); background-size: cover; display: inline-block; position: relative; top: 3px;}
.db h3 {font-size: 16px; color: #00aeef; margin: 0.3rem;}
.db h3:before {content: ''; margin-right: 10px; width: 18px; height: 18px; background: url(images/h3.png); background-size: cover; display: inline-block; position: relative; top: 3px;}
.db ul {list-style: none; margin: 0 0 0 1.8rem;}
.db li:before {font-family: FontAwesome; content: "\f00c"; display: inline-block; padding-right: 6px; vertical-align: middle; font-size: 0.8rem;}
.db .btn {background-color: #0060a2; color: #fff; text-align: center; text-decoration: none; padding: 0.5rem 1rem;}
.db .btn:hover {background-color: #00baf2;}
.db .demo, .db.cta {margin:1.5rem 0;}
.gform_body input {width:100% !important;}
.gform_body textarea {width:100% !important;}
@media (min-width:769px) and (max-width:1024px){
	#field_1_6 label {display:none;}
	#field_1_6 #input_1_6 {margin:0 !important;}
	.gform_body textarea {height:50px !important;}
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
    margin-top: 20px;
	margin-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #FFF;
    text-decoration: none;
    background-color:#0060a2; 
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #1b95e0;
}

.wp-pagenavi span.current {
	font-weight: bold;
	border-color: #1b95e0;
	border-width: 3px;
}

.wp-pagenavi span.pages {
	margin-right: 30px;
}

#breadcrumbs .IN-widget{
	float:right;
}
@media screen and (max-width: 425px) {
	#breadcrumbs .IN-widget{margin:5px;}
}

.custom-product-price{
	width: 65% !important;
}
.custom-product-title{
	margin-left:35%;
	font-size: 20px !important;
}

.woocommerce-product-details__short-description{
	margin-left:35%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 30% !important;
	float: left !important;
}

.product-prices .custom-table{
	margin-top: 0px !important;
	text-align: center !important;
}

.product-prices .custom-table td, .product-prices .custom-table th{
	margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;	
    text-align: center !important;	
}

.product-custom-fields{
	margin-top: 30px;
}
.btn-product-custom-fields {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #d6d6d6 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #d6d6d6 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #d6d6d6 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #d6d6d6 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #d7757a 5%, #CD545B 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#dfdfdf',GradientType=0);
	background-color:#d6d6d6;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#f2f2f2 !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:20px 45px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #ffffff;*/
}
.btn-product-custom-fields:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #efc2c5), color-stop(1, #eaaeb2));
	background:-moz-linear-gradient(top, #efc2c5 5%, #eaaeb2 100%);
	background:-webkit-linear-gradient(top, #efc2c5 5%, #eaaeb2 100%);
	background:-o-linear-gradient(top, #efc2c5 5%, #eaaeb2 100%);
	background:-ms-linear-gradient(top, #efc2c5 5%, #eaaeb2 100%);
	background:linear-gradient(to bottom, #efc2c5 5%, #eaaeb2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efc2c5', endColorstr='#eaaeb2',GradientType=0);
	background-color:#efc2c5;
}
.btn-product-custom-fields:active {
	position:relative;
	top:1px;
}

.header-product-page {
	padding-top:0px !important;
}

.product-go-back-button {
    float: right;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666 !important;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.product-go-back-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.product-go-back-button:active {
	position:relative;
	top:1px;
}

.product-top-button-container{
margin-bottom:1em;
}
/* AMD */
iframe#twitter-widget-0 {float: right; margin-right: 1rem;}
@media screen and (max-width: 425px) {
	iframe#twitter-widget-0 {margin:5px;}
}

.slide-featured .home-single-title {
	display: block; 
	text-align: center; 
	text-shadow: 1px 1px 0 #0060a2; 
	border-bottom: dotted 1px #ccc; 
	padding-bottom: 2px;
}
.slide-featured img {
	display: block; 
	float: right;
	width: auto; 
	max-height: 195px; 
	max-width:30%;
    border-width: 2px !important;
    border-style: solid !important;		
}
.slide-featured .home-single-desc {display: block; font-size: 1rem; padding-top: 5px;}
.slide-featured a {display: inline-block; width: 100%; height: 100%; text-decoration: none;}
.login-product-button{background-color: rgb(0,181,239) !important;}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{width: 70%; padding-left: 15px;}
.woocommerce div.product div.images img{border-style: solid ; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;}

.nav-top {position: relative; display: inline-block;}
.nav-top .fas {float: right; margin-top: 3px;}
.dropdown {float:left; margin-right: 20px;}
.dropbtn, .nav-top-item {background-color: #00baf2; color: white; padding: 7px 28px; font-size: 16px; border: none; text-decoration:none;}
.dropbtn:after {content: '\f0d7'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-style: normal; margin:0px 0px 0px 10px; text-decoration:none;}
.dropdown-content {display: none; position: absolute; background-color: #0060a2; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}
.dropdown-content a {color: #fff; padding: 12px 16px; text-decoration: none; display: block;}
.dropdown-content a:hover {background-color: #00baf2;}
.dropdown:hover .dropdown-content {display: block; margin-top: 3px;}
.dropdown:hover .dropbtn {background-color: #0060a2;}
.dropdown:hover .dropbtn:after {content: '\f0d8'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-style: normal; margin:0px 0px 0px 10px; text-decoration:none;}
.dropdown.btn-cart {margin-top: 1px;}
.bouton {background: #0060a2; color: #fff !important; text-decoration: none; padding: 0.5rem 2rem;}
.bloc_gris {padding: 22px 16px; margin: 0 0 16px 0; background: #ebebec;}
/* include fonts */
@font-face {
	font-family: 'ysm-fontello';
	src: url('fonts/fontello.eot?45550639');
	src: url('fonts/fontello.eot?45550639#iefix') format('embedded-opentype'),
	url('fonts/fontello.woff2?45550639') format('woff2'),
	url('fonts/fontello.woff?45550639') format('woff'),
	url('fonts/fontello.ttf?45550639') format('truetype'),
	url('fonts/fontello.svg?45550639#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* search input */
.ysm_search_widget.ysm-active,
.widget_product_search.ysm-active,
.widget_search.ysm-active {
	overflow: visible;
}

.ysm-search-widget label {
	width: 100%;
	position: relative;
	display: block;
}

.ysm-search-widget .screen-reader-text {
	display: none;
}

.ysm-search-widget{
    display: inline-block; 
}

.search-form{
    /*width: 70% !important;*/
    margin-top : 20px;
    margin-left: 15px;
}
.ysm-search-widget .search-field[type="search"] {
	font-style: italic;
	font-size: 14px;
	text-indent: 3px;
	display: inline-block;
	padding: 10px 40px 10px 10px;
	margin: 0;
	width: 100% !important;
	height: initial;
	outline: none;
	border: 1px solid #d6d6d6;
	background-color: transparent;
	color: #aeaeae;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ysm-search-widget .search-field::-webkit-input-placeholder {color: inherit;}
.ysm-search-widget .search-field::-moz-placeholder          {color: inherit;}/* Firefox 19+ */
.ysm-search-widget .search-field:-moz-placeholder           {color: inherit;}/* Firefox 18- */
.ysm-search-widget .search-field:-ms-input-placeholder      {color: inherit;}

.ysm-search-widget .search-field:focus::-webkit-input-placeholder {color: transparent;}
.ysm-search-widget .search-field:focus::-moz-placeholder          {color: transparent;}/* Firefox 19+ */
.ysm-search-widget .search-field:focus:-moz-placeholder           {color: transparent;}/* Firefox 18- */
.ysm-search-widget .search-field:focus:-ms-input-placeholder      {color: transparent;}

.ysm-search-widget.bordered .search-field {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.ysm-search-widget .search-submit {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	padding: 0;
	margin: 0;
	width: 40px;
	text-align: center;
	font-size: 0;
	color: #aaa;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.ysm-search-widget .search-submit:before {
	display: block;
	color: inherit;
	text-align: center;
	font-size: 17px;
	font-family: 'ysm-fontello';
	line-height: 38px;
	content: '\e800';
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}

/* results */
.smart-search-results {
	position : absolute;
	overflow: hidden;
}

.smart-search-suggestions {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 1px solid #d6d6d6;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.smart-search-suggestions > .autocomplete-suggestion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px;
	background: transparent;
}

.smart-search-suggestions > .autocomplete-suggestion:last-child {
	border-bottom: none;
}

.smart-search-suggestions > .autocomplete-suggestion.autocomplete-selected {
	opacity: 0.5;
}

.smart-search-suggestions > .autocomplete-no-suggestion {
	line-height: 40px;
	text-align: center;
}

.smart-search-post {
	padding: 12px 8px;
	display: block;
	color: #333;
}

.smart-search-post:focus {
	outline: none;
}

.smart-search-post-icon {
	max-width: 100%;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	line-height: 1;
}

.autocomplete-suggestion .smart-search-post-icon > img {
	width: 100%;
	height: auto;
}

.smart-search-post-title strong {
	display: inline-block;
}

.smart-search-post-title,
.smart-search-post-excerpt {
	font-size: 14px;
	margin: 0 0 7px;
	padding: 0;
	color: #333;
	line-height: 1.25em;
	word-wrap: normal;
}

.smart-search-post-excerpt {
	margin-top: 10px;
	font-size: 12px;
}

.smart-search-post-date {
	font-size: 12px;
	color: #333;
}

.smart-search-post-price-holder {
	overflow: hidden;
}

.smart-search-post-price {
	float: left;
}

.smart-search-post-sku {
	float: right;
	font-size: 12px;
}

.smart-search-clear {
	clear: both;
}

/* scrollbar */
.smart-search-results.has-scrollbar {
	padding-right: 10px;
}

.smart-search-results.has-scrollbar > .smart-search-suggestions {
	position      : absolute;
	overflow    : auto;
	overflow-x  : hidden;
	-ms-overflow-style: none;
}

.smart-search-results.has-scrollbar.smart-search-firefox > .smart-search-suggestions {
    border-left: none;
    border-right: none;
    width: calc(100% + 17px) !important;
    right: 0 !important;
}

.smart-search-results.has-scrollbar.smart-search-firefox .autocomplete-suggestion {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.smart-search-results > .smart-search-suggestions::-webkit-scrollbar {
	display: none;
}

.has-scrollbar > .smart-search-suggestions::-webkit-scrollbar {
	/*display: block;*/
}

.smart-search-results > .nano-pane {
	background : rgba(0,0,0,.25);
	position   : absolute;
	width      : 10px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity    : .01;
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
	z-index: 9999;
}
.smart-search-results > .nano-pane > .nano-slider {
	background: #444;
	background: rgba(0,0,0,.5);
	position              : relative;
	margin                : 0 1px;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}
.smart-search-results:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0.99;
}

/* view all button */
.smart-search-results.has-viewall-button {
	padding-bottom: 30px;
}

.smart-search-results.has-viewall-button .smart-search-suggestions {
	/*padding-bottom: 30px;*/
	bottom: 30px;
}

.smart-search-view-all-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

.smart-search-view-all-holder > a {
	display: block !important;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	text-align: center;
}

.woocommerce-loop-product__title > strong {
	display: inline !important;
}

.ysm-hide .smart-search-suggestions,
.ysm-hide .smart-search-view-all-holder {
	display: none !important;
}

.reset-search-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #bdbdbd));
	background:-moz-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:-webkit-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:-o-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:-ms-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:linear-gradient(to bottom, #bdbdbd 5%, #bdbdbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#bdbdbd',GradientType=0);
	background-color:#bdbdbd;
	border:1px solid #bdbdbd;
	display:inline-block;
	cursor:pointer;
	color:#404040;
	font-family:sans-serif;
    font-size: 1rem;
	font-weight:normal;
	/* padding:8px 16px; */
	text-decoration:none;
	margin-left: 10px;
}
.reset-search-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #bdbdbd));
	background:-moz-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:-webkit-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:-o-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:-ms-linear-gradient(top, #bdbdbd 5%, #bdbdbd 100%);
	background:linear-gradient(to bottom, #bdbdbd 5%, #bdbdbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#bdbdbd',GradientType=0);
	background-color:#bdbdbd;
}
.reset-search-button:active {
	position:relative;
	top:1px;
}

.liens_articles .linkedin .IN-widget{
	line-height: 0.7 !important;
	vertical-align: 0 !important;
}

.page-template-page-shop .home-infos, .page-template-page-shop .home-news {
    padding-top: 20px;
}

.page-template-default .home-news{
/*	padding-top:20px;*/
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #0060a2;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #00baf2;}

.single-post .type-post.status-publish.format-standard{
	min-height : 1200px;
}
.all-cat-products {
	background-color: #c7eafc;
	margin-top: 50px;
	padding: 12px;
}
.all-cat-products ul li{
	display: inline-block;
	margin: 0 10px;
}
#publications-content .desc {
	margin-top:25px;
}

.parent-pageid-94 article .page-image {
	padding-top: 50px;
}
.page-id-4285.parent-pageid-94 article .page-image {
	padding-top: 0;
}

.page-id-4305 .page-top .post-thumbnail img {
	object-fit: initial;
}

.modal-open {
    overflow: scroll !important;
}

.cols-2 {
	font-size: 14px;
}
.cols-2 .illustration {
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
	.cols-2 {
		display: flex;
		justify-content: space-between;
	}
	.cols-2 > div {
		width: 47%;
	}
	.cols-2 .illustration {
		margin-bottom: 0;
	}
}
.img-email {
	vertical-align: middle;
	width: 9rem;
	margin-left: -5px;
}