/*!
Theme Name: cliniquebonpasteur
Theme URI: http://underscores.me/
Author: GWS Technologies
Author URI: http://GWS%20Technologies
Description: https://www.gws-technologies.com/
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: cliniquebonpasteur
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.

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

/**
 * 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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: #1399BB;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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

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

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

/* Navigation
--------------------------------------------- */
html {
    margin-top: 0 !important;
}
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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: 200px;
}

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

.main-navigation li {
	position: relative;
}

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

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

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

/* **** */
/* Menu */
/* **** */

.menu-wrapper ul li a:hover{
	text-decoration: none;
	color: #CA7D00 !important;
	transition: 0.3s ease-in-out;
}

/* ****** */
/* Header */
/* ****** */

.main-header-container{
	box-shadow: 0px 15px 35px #6d6d6d;
}

.header-search-input.active-search .search-dropdown-header{
	display: block;
	width: 300px;
	background-color: #fff;
	overflow-y: scroll;
    min-height: 250px;
    max-height: 600px;
	padding: 25px;
	margin-top: 0;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.menu-item-has-children:before {
    position: absolute;
    display: block;
    bottom: -30px;
    height: 35px;
    content: '';
    z-index: 2;
    right: 0;
    left: 0;
}

/****************/
/* Accueil page */
/****************/

.entry-content>.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.vc_row.wpb_row.vc_row-fluid.homepage-banner-row .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner{
	padding-left: 0;
	padding-right: 0;
}

.homepage-banner img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.homepage-banner .slick-prev.slick-arrow {
	left: 3%;
}

.homepage-banner .slick-next.slick-arrow {
	right: 3%;
}

.homepage-banner button.slick-arrow i.fa-chevron-left:before,
.homepage-banner button.slick-arrow i.fa-chevron-right:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 60px;
    color: #66666650;
    font-weight: 100;

    transition:0.3s ease-in-out;
}
.homepage-banner button.slick-arrow i.fa-chevron-left:before {
    content: "\f053";
}
.homepage-banner button.slick-arrow i.fa-chevron-right:before {
    content: "\f054";
}
.homepage-banner button.slick-arrow i.fa-chevron-left:hover:before,
.homepage-banner button.slick-arrow i.fa-chevron-right:hover:before {
    color:#CA7D00;
}

.homepage-banner .slick-arrow {
	border: none;
    background-color: transparent;
    /* background-repeat: no-repeat; */
    font-size: 0;
    position:  absolute;
    bottom: 45vh;
    transition: 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    z-index: 3;
}

.about-row {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
}

.about-row .vc_column_container .vc_column-inner{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	/* padding-right: 40%; */
}

.about-row .vc_column_container .vc_column-inner>.wpb_wrapper{
	max-width: 60%;
	padding-left: 40px;
	padding-right: 30px;
}

.about-title p{
	font-size: 25px;
	font-family: 'Convergence', sans-serif;
}

.about-text p{
	font-size: 12px;
	color: #7C7C7C;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}

.read-more-btn .vc_btn3.vc_btn3-size-md {
	font-size: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 37px;
	background-color: #809B3E !important;
	border: none;
}

.read-more-btn .vc_btn3.vc_btn3-size-md:hover {
	box-shadow: 5px 6px 10px rgba(74, 74, 74, 0.4);
	border: none;
}

.testimonials-row {
	background-color: #188ca5;
	height: 100vh;
}

.bg-img img{
	position: absolute;
	top: 15vh;
}

.testimonials-content {
	top: 35vh;
}

.testimonials-content .slick-dots button{
	width: 12px;
    height: 12px;
    padding: 0;
    text-indent: -99999px;
    background: #CA7D0050;
    border-radius: 50%;
    border: #CA7D0050;
}

.testimonials-content .slick-dots {
	/* max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center; */
	margin: 0 auto;
    width: 100%;
    padding: 0;
    display: inline-flex;
    list-style: none;
    justify-content: center;
}

.testimonials-content .slick-dots li{
	/* height:20px;
	width:20px;
	float:left;
	list-style-type: disc;
	font-size: 30px;
	color: rgb(179, 153, 77); */
	height: 12px;
    width: 12px;
    overflow: hidden;
    border-radius: 50%;
	margin-left: 12px;
}

.testimonials-content .slick-dots li.slick-active{
	color: rgb(252, 148, 3);
}

.testimonials-content button.slick-prev.slick-arrow {
	left: -100px;
    top: 10px;
}
.testimonials-content button.slick-next.slick-arrow {
    right: -100px;   
    top: 10px;
}
.testimonials-content button.slick-arrow{
    border: none;
    /* background-color: transparent;
    background-repeat: no-repeat; */
    font-size: 0;
    position:  absolute;
    top: 0;
    transition: 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    z-index: 3;
}

.testimonial-author {
	border-left: 1px solid #8FD4D8;
    padding-left: 5px;
    line-height: 15px;
}

.testimonial-separator {
	border-bottom: 2px solid white;
	width: 18%;
	margin: 0 auto;
}

.testimonial-text {
	padding-top: 40px;
	font-weight: 300;
}

.services-row {
	height: 100vh;
	background-color: #305363;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-header>.wpb_wrapper, .sevices-text>.wpb_wrapper {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.services-header {
	padding-top: 10vh;
}

.sevices-text p{
	line-height: 1.6;
}

.services-icon-row {
	padding-top: 20px;
}

.service{
	width: 100px;
}

.service-icon img{
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 15px;
}

.service-text {
	padding-top: 15px;
}

.service a {
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.service a:hover{
	text-decoration: none;
	/* font-size: 10px !important; */
	font-weight: 600 !important;
} 

.service a .service-text .p:hover{
	font-size: inherit;
}

.search-row{
	height: 100vh;
}

.search-title {
	padding-top: 5vh;
}

.search-row .search-title p{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
    text-align: left;
}

.search-text-field{
	padding-top: 30px;
}

.search-input{
	width: 350px;
	text-align: left;
    background-color: transparent;
    border: 1px solid #504320 !important;
    border-radius: 4px !important;
    background-image: none;
    color: #808080;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 36px 10px 36px !important;
}

.doc-search-input{
	width: 350px;
	text-align: left;
    background-color: transparent;
    border: 1px solid #504320 !important;
    border-radius: 4px !important;
    background-image: none;
    color: #808080;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 36px 10px 36px !important;
}

.search-ou{
	padding:  30px 50px 0 50px;
	font-size: 17px;
    color: #809b3e;
    font-family: 'Montserrat', sans-serif;
}

.search-dropdown{
	padding-top: 30px;
}

#dr-speciality-homepage-id{
	max-width: 350px;
	text-align: left;
    background-color: transparent;
    border: 1px solid #504320!important;
    border-radius: 4px!important;
    background-image: none;
    color: #808080;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 36px 10px 36px;
}

.search-btn{
	padding-top: 40px;
}

.search-btn a{
	background-color: #809B3E;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    padding: 10px 50px;
    text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.search-btn a:hover{
	box-shadow: 5px 6px 10px rgb(74, 74, 74,0.4);
	text-decoration: none;
	color: #fff;
}

.articles-row{
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.articles-row>.wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner{
	max-width: 1124px;
	margin-left: auto;
	margin-right: auto;
}

/* .articles-title-row{
	padding-top: 20vh;
} */

.articles-title h1{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
    text-align: left;
}

.articles-title.wpb_text_column.wpb_content_element{
	bottom: 0;
}

.article-title-line.vc_col-sm-9>.vc_column-inner .wpb_wrapper .wpb_content_element{
	margin-bottom: 0;
}

.article-title-line.vc_col-sm-9>.vc_column-inner{
	/* padding-top: 25px; */
	min-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recent-posts-row .post-image img{
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.post-overlay{
	background-color: rgba(202, 125, 0, 0.8);
    opacity: 0.9;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-right: 15px;
    margin-left: 15px;
	z-index: 1;
}

.post-date p{
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: #FFA;
	margin-bottom: 0;
}

.post-title h1{
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
.post-title h1:hover{
	text-decoration: none;
	color: #00809C;
}

.post-title a:hover{
	text-decoration: none;
}

.post-excerpt {
	font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
	color: #fff;
	display: none;
	transition: 0.3s ease-in-out;
}

.post-full-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(202, 125, 0, 0.8);
	margin-left: 15px;
	margin-right: 15px;
	display: none;
}

.post-container:hover .post-full-overlay{
	display: block;
	z-index: 0;
}

.post-container:hover .post-excerpt {
	display: block;
}

.lire-la-suite-btn a{
	height: 23px;
    width: 150px!important;
    margin: 10px 7px;
    padding: 8px 20px 8px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 1px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.lire-la-suite-btn a:hover{
	text-decoration: none;
	background-color: #00809C;
	border-color: transparent;
	color: #fff;
}

.post-excerpt{
	padding-bottom: 20px;
}

.voir-plus-btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey{
	background-color: #809B3E;
    color: #fff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

.voir-plus-btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover{
	color: #EE8D03!important;
}

.voir-plus-btn.vc_btn3-container.vc_btn3-inline{
	float: right;
	padding: 20px 15px 0 15px;
	
}


/******************/
/* Decouvrir page */
/******************/

.discover-row{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.valeurs-row{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.valeurs-col.vc_col-has-fill>.vc_column-inner{
	padding-top: 0;
}

.valeurs-col.vc_column_container>.vc_column-inner{
	padding-left: 0;
	padding-right: 0;
}

.valeurs-col>.vc_column-inner>.wpb_wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.team.column-mission{
	padding: 30px !important;
}

.para-mission.content, .para-vision.content{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.para-vision.content{
	margin-bottom: 33px;
}

/* .para-mission p, .para-vision p{
	text-align: justify;
} */

.wpb_text_column.wpb_content_element.title-value{
	bottom: 0 !important;
	margin-bottom: 0;
	background-color: rgba(173, 185, 89, 0.6);
	margin-top: 50px;
	margin-left: 55px;
    margin-right: 55px;
	padding-top: 20px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.row-val{
	/* padding-left: 0 !important;
	padding-right: 0 !important; */
	margin-top: 0 !important;
	padding: 15px 0 15px 0 !important;
}

.pro.vc_column_container>.vc_column-inner, .humain.vc_column_container>.vc_column-inner, .integrity.vc_column_container>.vc_column-inner{
	padding-left: 0;
	padding-right: 0;
}

.team.column-pro, .team.column-human, .team.column-inte{
	padding-right: 30px;
	padding-left: 30px;
}

.vc_row .content.para-pro, .vc_row .content.para-human, .vc_row .content.para-inte{
	padding-left: 0;
	padding-right: 0;
}

.text.title-mission p, .text.title-vision p{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2rem;
}

.wpb_text_column.wpb_content_element.title-value p{
	text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
	font-weight: 400;
}

.text.prof p, .text.inte p, .text.human p{
	font-size: 14px;
    line-height: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	color: #fff;
    text-align: center;
}

.content.para-mission p, .content.para-vision p{
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 200;
    font-size: 12px;
	text-align: justify;
}

.content.para-pro p, .content.para-inte p, .content.para-human p{
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 200;
    font-size: 12px;
	text-align: justify;
}

.team-row {
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.team-row.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
	padding-left: 0;
	padding-right: 0;
}

.team-title-row.vc_row{
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10vh;
}

.wpb_text_column.wpb_content_element.team-title{
	bottom: 0;
}

.team-title-row>.vc_column_container>.vc_column-inner{
	padding-left: 0;
	padding-right: 0;
}

.team-header p{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
}

.team-tab-row.vc_row{
	margin-left: 0;
	margin-right: 0;
}

.team-leaders-tab, .board-of-directors-tab{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.team-leaders-tab button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .board-of-directors-tab button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
	background-color: transparent ;
	padding: 5px 10px;
	border: none ;
	transition: 0.3s ease-in-out;
}

.team-leaders-tab{
	float: right;
}

.active-tab{
	border-bottom: 4px solid #0285A2;
}

.team-leaders-tab button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .board-of-directors-tab button.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
	color: #EE8D03;
}

.team-leaders-tab:hover, .board-of-directors-tab:hover{
	border-bottom: 4px solid #0285A2;
}

.team-container-name{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
	padding-top: 2vh;
}

.team{
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}

.team-name{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(202, 125, 0, 0.8);
	opacity: 0;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.team:hover .team-name{
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.team-name>p{
	color: #fff;
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}

.team-name a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.team-title{
	color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}

.team-content{
	padding-top: 5vh;
}

.team-content button.slick-arrow i.fa-chevron-left:before,
.team-content button.slick-arrow i.fa-chevron-right:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    color: #4d4c4c9c;
    font-weight: 200;

    transition:0.3s ease-in-out;
}
.team-content button.slick-arrow i.fa-chevron-left:before {
    content: "\f053";
}
.team-content button.slick-arrow i.fa-chevron-right:before {
    content: "\f054";
}
.team-content button.slick-arrow i.fa-chevron-left:hover:before,
.team-content button.slick-arrow i.fa-chevron-right:hover:before {
    color:#CA7D00;
}

.team-content button.slick-prev.slick-arrow {
    left: 20px;
}
.team-content button.slick-next.slick-arrow {
    float: right;
    right: 20px;
}
.team-content button.slick-arrow{
    border: none;
    background-color: transparent;
    /* background-repeat: no-repeat; */
    font-size: 0;
    position:  absolute;
    /* top: 112px; */
	bottom: 80px;
    transition: 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    z-index: 3;
}

/****************/
/* Medecin page */
/****************/

.doctor-slider-row{
	padding-top: 5vh;
}

.doctor-slider-row .wpb_text_column.wpb_content_element{
	bottom: 0;
}

.filter-doctors {
	padding-top: 5vh;
}

.filter-doctor-title h1{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
	padding-left: 15px;
}

.search-doctor-input {
	text-align: left;
    background-color: transparent;
    border: 1px solid #504320 !important;
    border-radius: 4px !important;
    background-image: none;
    color: #808080;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 36px 10px 36px !important;
	width: 80%;
}

.search-doctor-ou{
	padding: 10px 50px 10px 50px;
	font-size: 17px;
    color: #809b3e;
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin-left: -70px;
}

#dr-speciality-id{
	width: 80%;
	text-align: left;
    background-color: transparent;
    border: 1px solid #504320!important;
    border-radius: 4px!important;
    background-image: none;
    color: #808080;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 36px 10px 36px;
}

.doctors-slider-container-row{
	padding-top: 50px;
}

.search-btn-medecins-row.row{
	padding-top: 30px;
	padding-left: 15px;
}

.search-btn-medecins a{
	background-color: #809B3E;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	font-weight: 400;
    border-radius: 4px;
    border: none;
    width: 147px;
    padding: 10px 50px;
    text-transform: UPPERCASE;
}

.search-btn-medecins a:hover{
	transition: 0.3s ease-in-out;
	text-decoration: none;
	color: #fff;
	box-shadow: 5px 6px 10px rgba(74, 74, 74, 0.4);
}

.dr-container{
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 250px;
	margin-top: 20px;
}

.dr-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(202, 125, 0, 0.8);
	opacity: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.dr-overlay a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.dr-overlay p{
	text-decoration: none;
	color: #fff;
}

.dr-overlay .dr-name p{
	font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.dr-overlay .dr-speciality p{
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
	padding-top: 5px;
}

.doctors-slider-container{
	display: flex;
}

.dr-inner-container:hover .dr-overlay a{
	text-decoration: none;
}

.dr-inner-container:hover .dr-overlay{
	opacity: 1;
	transition: 0.3s ease-in-out;
}

.doctors-slider-container button.slick-arrow i.fa-chevron-left:before,
.doctors-slider-container button.slick-arrow i.fa-chevron-right:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    color: #4d4d4d86;
    font-weight: 200;

    transition:0.3s ease-in-out;
}
.doctors-slider-container button.slick-arrow i.fa-chevron-left:before {
    content: "\f053";
}
.doctors-slider-container button.slick-arrow i.fa-chevron-right:before {
    content: "\f054";
}
.doctors-slider-container button.slick-arrow i.fa-chevron-left:hover:before,
.doctors-slider-container button.slick-arrow i.fa-chevron-right:hover:before {
    color:#CA7D00;
}

.doctors-slider-container button.slick-prev.slick-arrow {
    left: 20px;
}
.doctors-slider-container button.slick-next.slick-arrow {
    float: right;
    right: 20px;
}
.doctors-slider-container button.slick-arrow{
    border: none;
    background-color: transparent;
    /* background-repeat: no-repeat; */
    font-size: 0;
    position:  absolute;
    /* top: 80px; */
	bottom: 80px;
    transition: 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    z-index: 3;
}

/* ************ */
/* Contact page */
/* ************ */

.contact-banner-row{
	width: 100%;
	height: 50vh;
	background-repeat: no-repeat;
}

.contact-details-row>.wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.cordonnees-title.wpb_text_column.wpb_content_element  {
	bottom: 0;
}

.cordonnees-title h2{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #3D3D3D;
}

.location-img img, .phone-img img, .email-img img{
	width: 42px;
	height: auto;
	/* padding-bottom: 10px;
	border-bottom: 1px solid #EE8D03; */
}

.contact-icon-separator.vc_separator.vc_sep_color_grey .vc_sep_line{
	border-color: #EE8D03;
}

.contact-form-inner-row.vc_row{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.contact-text p{
	color: #4F4F4F;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	/* text-decoration: ; */
}

.contact-text p a{
	color: #4F4F4F;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	text-decoration: none;
}

.contact-details-row{
	padding-top: 50px;
}

.formulaire-header{
	padding-top: 30px;
}

.formulaire-text{
	padding-top: 30px;
}

.formulaire-header h1{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #3D3D3D;
	text-align: left;
}

.formulaire-text p{
	color: #7C7C7C;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
	line-height: 1.5;
    text-align: left;
}
.container_consultation {
    position: relative;
    height: 100%;
    background-color: #efefef;
    width: 50%;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    /* left: 200px; */
    padding: 20px 30px;
}

.contact-form-col .gform_body.gform-body input{
	border: 1px solid #504320;
    border-radius: 4px;
	color: #808080;
    font-size: 15px;
    font-weight: lighter;
    font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
    padding-left: 36px !important;
}

.contact-form-col .gform_body.gform-body select{
	padding-left: 36px!important;
	font-size: 15px;
    font-weight: lighter;
    font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
	color: #444;
	border: 1px solid #504320;
    border-radius: 4px;
	width: 48% !important;
}

.contact-form-col .gform_body.gform-body textarea{
	padding-left: 36px;
	padding-top: 18px;
	border: 1px solid #504320;
    border-radius: 4px;
	color: #808080;
    font-size: 15px;
    font-weight: lighter;
    font-style: italic;
	font-family: 'Source Sans Pro', sans-serif;
}

.contact-form-col .gform_footer.top_label input{
	background-color: #809B3E;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-radius: 4px;
    border: none;
    width: 130px;
    padding: 15px 25px 15px 25px;
    text-transform: UPPERCASE;
    float: right;
}
.contact-form-col .gform_footer.top_label input:hover{
	box-shadow: 5px 6px 10px rgba(74, 74, 74, 0.4);
}

.contact-form-col .gfield.field_sublabel_below.field_description_below.gfield_visibility_visible .gfield-choice-input{
	width: 20px;
	height: 20px;
}

.contact-form-col .gfield.field_sublabel_below.field_description_below.gfield_visibility_visible label{
	color: #808080;
	font-size: 15px;
	font-weight: lighter;
	text-transform: none;
	font-family: 'Source Sans Pro', sans-serif;
}

/* *********************** */
/* Post archive actualites */
/* *********************** */

.post-archive-page-title.row{
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.post-image-thumbnail{
	height: 200px;
	width: 100%;
}

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

.post-archive-page-title h1{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
	padding-left: 15px;
	padding-right: 15px;
}

.row.actualites-row{
	padding-top: 30px;
	margin-left: 0;
	margin-right: 0;
}

.actualites-row .row{
	margin-left: 0;
	margin-right: 0;
}

.row.actualites-row>.col-md-6{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
}


.post-archive-header-row.row .col-md-4, .post-archive-header-row.row .col-md-8{
	padding-left: 0;
	padding-right: 0;
}

.post-archive-title-row.row{
	padding-left: 30px;
}

.post-archive-day.row p{
	color: #221F1F;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	margin-bottom: 0;
}

.post-archive-month.row p{
	color: #7D7D7D;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}

.post-archive-date.col-md-2{
	padding-left: 15px;
	padding-right: 15px;
}

.post-archive-date{
	border-right: 2px solid #1399BB;
	width: 15%;
	padding-right: 15px;
}

.post-archive-title{
	width: 85%;
	padding-left: 15px;
}

.post-archive-title h2{
	color: #221F1F;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.post-archive-title a:hover{
	text-decoration: none;
}

.post-archive-title h2:hover{
	text-decoration: none;
	color: #EE8D03;
	transition: 0.3s ease-in-out;
}

.post-archive-excerpt-row.row{
	margin-top: 40px;
}

.post-archive-excerpt-row p{
	color: #7D7D7D;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
	padding-bottom: 20px;
}

/* ***************** */
/* Single-staff page */
/* ***************** */

p.post-date{
	color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.row.single-staff-row{
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.speciality-row p{
	font-weight: 300;
}

table.days {
	margin-bottom: 0;
}

.days th{
	width: 14.29%;
	min-width: 35px;
}

.days .lundi, .days .mardi, .days .mercredi, .days .jeudi, .days .vendredi, .days .samedi, .days .dimanche{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} 

.days .lundi p, .days .mardi p, .days .mercredi p, .days .jeudi p, .days .vendredi p, .days .samedi p, .days .dimanche p{
	margin-bottom: 0;
}

.row-name p{
	margin-bottom: 0;
}

.content-uni ul{
	margin-left: 0;
}

.content-uni li{
	font-weight: 300;
}

.appointment.row{
	width: 83%;
    margin-left: auto;
    margin-top: 20px;
}

.appointment-text{
	color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 2.5;
}

.appointment-tel{
	color: #ffa500;
	margin-left: 15px;
    line-height: 2.5;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.appointment-tel i.fas.fa-phone-alt:before{
	font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #ffa500;
    /* font-weight: 200; */
}

.appointment-form-popup .popup-title{
    font-family: 'Convergence', sans-serif;
    font-size: 20px;
    color: #1399BB;
    text-align: left;
}

.appointment-form-popup .popup-doctor-name{
	color: #231F20;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.appointment-form-popup .gform_wrapper.gravity-theme .gform_body.gform-body input{
	padding: 8px 30px;
    font-style: italic;
    border: 1px solid #504320;
    border-radius: 4px;
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

.appointment-form-popup .gform_wrapper.gravity-theme .gform_footer.top_label input{
	background-color: #ffa500;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border: none;
    padding: 10px 10px;
    text-transform: UPPERCASE;
    border-radius: 20px;
}

.appointment-form-popup .gform_wrapper.gravity-theme .gform_footer.top_label input:hover{
	text-decoration: none;
	box-shadow: 5px 6px 10px rgba(74,74,74,0.4);
}

.book-btn a{
	height: 32px;
	background: #ffa500;
	margin-right: 22px;
    border-radius: 30px;
    color: #fff;
    padding: 8px 10px;
    margin-top: 2px;
	text-align: center;
    font-size: 12px;
    line-height: 33px;
	transition: 0.3s ease-in-out;
}

.book-btn a:hover{
	text-decoration: none;
	background: #fff;
	color: #ffa500;
	border: solid 1px #ffa500;
	transition: 0.3s ease-in-out;
	/* border-color: #ffa500; */

}

/* ********************** */
/* Single-actualites page */
/* ********************** */

.single-actualites-container .title p{
	padding-top: 50px;
}

.single-actualites-container .main img{
	padding-left: 40px;
}

.actualites-lies-row{
	padding-top: 50px;
}

.row-one{
	padding-bottom: 50px;
}

.articles-lies{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
	padding-left: 20px;
}

.single-actualites-hr{
	margin-left: 10%;
    width: 50%;
    
}

.single-actualites-hr hr{
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.col-images{
	padding-right: 20px;
	padding-left: 20px;
}

.single-actualites-img img{
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.single-actualites-title a{
	color: #231F20;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
	
}

.single-actualites-title{
	margin-top: 10px;
	height: 76px;
    overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single-actualites-title a:hover{
	color: #EE8D03;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

.single-actualites-excerpt{
	height: 51px;
    overflow: hidden;
    color: #7C7C7C;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.row-one .slick-prev.slick-arrow {
	right: 60px;
}

.row-one .slick-next.slick-arrow {
	right: 40px;
}

.row-one button.slick-arrow i.fa-chevron-left:before,
.row-one button.slick-arrow i.fa-chevron-right:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #66666650;
    font-weight: 100;

    transition:0.3s ease-in-out;
}
.row-one button.slick-arrow i.fa-chevron-left:before {
    content: "\f053";
}
.row-one button.slick-arrow i.fa-chevron-right:before {
    content: "\f054";
}
.row-one button.slick-arrow i.fa-chevron-left:hover:before,
.row-one button.slick-arrow i.fa-chevron-right:hover:before {
    color:#CA7D00;
}

.row-one .slick-arrow {
	border: none;
    background-color: transparent;
    /* background-repeat: no-repeat; */
    font-size: 0;
    position:  absolute;
    top: -50px;
    transition: 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    z-index: 3;
}
#button {
	display: inline-block;
	background-color: #FF9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  #button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
  }
  #button:hover {
	cursor: pointer;
	background-color: #333;
  }
  #button:active {
	background-color: #555;
  }
  #button.show {
	opacity: 1;
	visibility: visible;
  }

/* ******************* */
/* Single medecin page */
/* ******************* */

.similar-doctor-title h1{
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #2D2D2D;
}

.similar-doctor-hr{
	display: flex;
	flex-direction: column;
    justify-content: center;
    width: 40%;
	margin-left: 10%;
}

.similar-doctor-hr hr{
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.similar-doctor-inner-container{
	padding-left: 20px;
	padding-right: 20px;
}

.similar-doctor-container{
	padding-top: 40px;
}

.similar-staff-name{
	margin-top: 20px;
	color: #231F20;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.similar-staff-name p{
	margin-bottom: 5px;
}

.similar-staff-speciality{
	color: #7C7C7C;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 13px;
    text-transform: capitalize;
}

.similar-doctor-container .slick-prev.slick-arrow {
	right: 60px;
}

.similar-doctor-container .slick-next.slick-arrow {
	right: 40px;
}

.similar-doctor-container button.slick-arrow i.fa-chevron-left:before,
.similar-doctor-container button.slick-arrow i.fa-chevron-right:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #66666650;
    font-weight: 100;

    transition:0.3s ease-in-out;
}
.similar-doctor-container button.slick-arrow i.fa-chevron-left:before {
    content: "\f053";
}
.similar-doctor-container button.slick-arrow i.fa-chevron-right:before {
    content: "\f054";
}
.similar-doctor-container button.slick-arrow i.fa-chevron-left:hover:before,
.similar-doctor-container button.slick-arrow i.fa-chevron-right:hover:before {
    color:#CA7D00;
}

.similar-doctor-container .slick-arrow {
	border: none;
    background-color: transparent;
    /* background-repeat: no-repeat; */
    font-size: 0;
    position:  absolute;
    top: -50px;
    transition: 0.3s ease-in-out;
    height: 29px;
    width: 29px;
    z-index: 3;
}

/**SCROLL TO TOP**/
.scroll-to-top {
    position: fixed;
    right: 50px;
    padding: 5px 20px;
    background: #e09f53;
    bottom: 100px;
    z-index: 999;
}
.scroll-to-top a {
    font-size: 19px;
    color: white;
}

/**Search**/
.entry-title a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Convergence', sans-serif!important;
    font-size: 20px;
    color: #2D2D2D!important;
}
input#text-field-search {
    width: 23%!important;
    text-align: left!important;
    background-color: transparent!important;
    border: 1px solid #504320!important;
    border-radius: 4px!important;
    background-image: none;
    color: #808080;
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: 12px;
	padding-top: 8px;
    padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}
input.search-page-btn {
    background-color: #809B3E!important;
    color: #fff!important;
    border: none!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    /* line-height: 32px; */
    
	padding-top: 13px;
    padding-bottom: 13px;
}

.post-counter.row{
	margin-left: 0;
	margin-right: 0;
}

input.search-page-btn:hover{
	box-shadow: 5px 6px 10px rgb(74 74 74 / 40%);
	transition: 0.3s ease-in-out;
}

.row.search-content-row{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.search-area label {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #2D2D2D;
    margin-right: 20px;
}
.counter-p {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0px 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #00809C;
    color: #fff;
    font-size: .875rem;
    display: grid;
    justify-content: center;
    align-items: center;
	margin-left: 3px;
	margin-right: 3px;
}
.after-dash {
    content: '';
    width: 100%;
    border-bottom: 1px dashed #2D2D2D;
    position: relative;
	margin-top: 40px;
}
h2.entry-title a:hover {
    color: rgba(177, 189, 97, 0.8) !important;
	text-decoration: none;
}
header.page-header {
    padding-top: 40px;
}
.post-counter.row {
    padding-top: 40px;
}

/* .entry-title a{
	border-left: 8px solid #ee8d02;
    padding-left: 10px;
} */

.row.search-content-row .entry-header:before{
	content: "";
    width: 8px;
    height: 24px;
    display: block;
    background: #ee8d02;
    position: relative;
    top: 35px;
    left: -15px;
}

/* Search dropdown */

.search-content a:hover{
	color: #EE8D03 !important;
	text-decoration: none;
	background-color: rgb(153, 152, 152);
	transition: 0.3s ease-in-out;
}

.search-content:hover{
	background-color: rgba(199, 198, 198, 0.26);
	transition: 0.3s ease-in-out;
}

.search-content a:hover .search-title p{
	color: #EE8D03 !important;
	transition: 0.3s ease-in-out;
}

.search-content a:hover .search-text p{
	color: #EE8D03 !important;
	transition: 0.3s ease-in-out;
}

.search-results-title {
    text-decoration: none;
    color: #00809C!important;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.search-title p{
	color: #525252 !important;
	text-align: left;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.search-text p {
	/* background: #fafafa !important; */
	color: #525252 !important;
	outline: none;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.search-dropdown-header{
	background-color: #fff;
	min-height: 300px;
	max-height: 650px;
	width: 300px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	overflow-y: scroll;
}

.search-more-btn-container{
	text-align: left;
	border-top: 3px solid rgba(234, 234, 234, 0.5);
}

.search-more-btn{
	width: 100%;
	padding: 5px;
	margin-top: 2px;
	background-color: #fafafa;
}

.search-more-btn p{
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	color: #525252;
}

.search-more-btn-container a{
	/* background-color: #fafafa; */
	color: #525252;
	margin-top: 2px;
	width: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}

.search-more-btn-container a:hover{
	text-decoration: none;
}

.search-more-btn-container a:hover .search-more-btn p{
	color: #EE8D03!important;
	transition: 0.3s ease-in-out;
}

/* Actualites pagination */
.nav-actuality-container{
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}

.nav-actuality .page-numbers.dots{
	display: none;
}

.nav-actuality .page-numbers{
	padding: 8px 13px;
	background: #fafafa;
    color: #525252;
	border: 1px solid #dedede;
	margin: 5px;
}

.nav-actuality .page-numbers:hover{
	background-color: #f5f5f5;
	text-decoration: none;
	color: #EE8D03;
	transition: 0.3s ease-in-out;
}

.nav-actuality .page-numbers.current{
	background: #b1bd61 !important;
    color: #ffffff !important;
    border-color: #9aa645 !important;
}

/* ******************* */
/* Privacy policy page */
/* ******************* */

.privacy-policy-title{
	display: flex;
	justify-content: center;
	align-items: center;
}

.privacy-policy-text-row.vc_row{
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpb_text_column.wpb_content_element.privacy-policy-title{
	bottom: 0;
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.privacy-policy-title h1{
	font-weight: 400;

}

.wpb_text_column.wpb_content_element.privacy-policy-text{
	bottom: 0;
}

.wpb_text_column.wpb_content_element.privacy-policy-text p{
	line-height: 1.5;
	font-size: 16px;
    font-weight: 400;
	color: #666;
	text-align: left;
}

.wpb_text_column.wpb_content_element.privacy-policy-text h2{
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wpb_text_column.wpb_content_element.privacy-policy-text h3{
	font-size: 1.5rem;
	font-weight: 400;
    color: #333;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: left;
}

.wpb_text_column.wpb_content_element.privacy-policy-text h4{
	font-size: 1.25rem;
    line-height: 1.4;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 400;
    color: #333;
	text-align: left;
}

.wpb_text_column.wpb_content_element.privacy-policy-text li{
	line-height: 1.5;
	font-size: 16px;
    font-weight: 400;
	color: #666;
	overflow-wrap: break-word;
	text-align: left;
}

/* ************************* */
/* Terms and conditions page */
/* ************************* */

.terms-title{
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpb_text_column.wpb_content_element.terms-title{
	bottom: 0;
	margin-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.terms-title h1{
	font-weight: 400;

}

.content-terms.vc_row{
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpb_text_column.wpb_content_element.terms-content-conditions{
	bottom: 0;
}

.wpb_text_column.wpb_content_element.terms-content-conditions p{
	line-height: 1.5;
	font-size: 16px;
    font-weight: 400;
	color: #666;
}
.wpb_text_column.wpb_content_element.terms-content-conditions ul li{
	line-height: 1.5 !important;
	font-size: 16px !important;
    font-weight: 400 !important;
	color: #666;
}
.wpb_text_column.wpb_content_element.terms-content-conditions ul {
    padding-inline-start: 0;
}
.tablepress tfoot th, .tablepress thead th{
	border-radius: 0;
}
.wpb_text_column.wpb_content_element.terms-content-conditions h4{
	font-size: 1.25rem;
    line-height: 1.4;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 400;
    color: #333;
}
/*--------------------------------------------------------------
DECOUVRIR AMENDMENTS
----------------------------------------------------------------*/
.valeurs-row .valeurs-col .vc_custom_1625666128339,
.valeurs-row .valeurs-col .vc_custom_1625666694943{
    background-position: center -55px !important;
}


.team-content .slick-track {
    margin-left: 0 !important;
}
.team-container.board-of-directors.active .team-image .img-fluid {
    max-width: 208px;
    margin: 0 auto;
}

.team-container.board-of-directors.active .team {
	padding-left:0 !important;
	padding-right: 0 !important;
}


.top-bar-content ul li.phone a {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #257C78;
	cursor: pointer;
	 transition: 0.3s ease-in-out;
}

.top-bar-content ul li.phone a:hover {   
    color: #ffa500;
}
.black-white img {
    float: right;
}
.black-white  .vc_single_image-wrapper.vc_box_border_grey {
    width: 100% !important;
    position: relative;
}
.black-white figure.wpb_wrapper.vc_figure {
    width: 100% !important;
}


/*--------------------------------------------------------------
VERTICAL SLIDER
----------------------------------------------------------------*/
#pagination {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	    left: -55px;
	list-style: none;
}
#pagination li {
	position: relative;
	margin: 20px 0;
	background: #333;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	transition: all .2s ease;
}
#pagination li a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#pagination li:hover {
	transform: scale(1.5);
}
#pagination li.active {
	width: 12px;
	height: 12px;
}


/*--------------------------------------------------------------
Vaccinaion Page
----------------------------------------------------------------*/

.container.beat-covid-container{
	margin: 115px auto 100px;
	width: 100%;
	flex-wrap: wrap;
    display: flex;
}
.contact-details-covid {
    padding: 15px;
    background-color: #E8E8E8;
    display: table;
	border-radius: 5px;
	border: 1px solid #E8E8E8;
}
.contact-details-covid >.vc_column-inner{
	 display: table-cell;
	 vertical-align: middle;
}
.contact-details-covid .faq-vaccination-btn a {
    color: #FFFFFF !important;
    background-color: #809B3E !important;
    border-color:  #809B3E !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px !important;
    padding: 9px 55px !important;
	text-transform: uppercase;
}

.beat-covid-19 h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #2d2d2d;
    font-family: 'Convergence',sans-serif;
}
.beat-covid-19 .book-now {
    margin-bottom: 0;
}
.book-now a {
    color: #FFFFFF !important;
    background-color: #EE8D06 !important;
    border-color: #EE8D06 !important;
    font-size: 25px !important;
    text-transform: uppercase;
    padding: 12px 45px !important;
}

.beat-covid-19 p {
    font-size: 12px;
    color: #7C7C7C;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
span.orange {
    color: #EE8D06;
}
.container-fluid.covid-19-vaccination-container{
	padding: 0 !important;
}
.uppercase {
	text-transform: uppercase;
}
.banner-content {
    position: absolute;
    top: 180px;
    right: 235px;
    text-align: center;
}
.homepage-banner-container {
    position: relative;
}
.homepage-banner-container p.title.uppercase {
    font-size: 56px;
    color: #809B3E;
	font-family: 'Merriweather Sans', sans-serif;
	 font-weight: 700;
}
a.prendre-rendezvous {
    font-size: 42px;
    color: #6B513F;
    padding: 15px 25px;
    background-color: #CCCCCC;
    border-radius: 21px;
	text-decoration: none !important;
	transition: 0.3s ease-in;
}
a.prendre-rendezvous:hover {
    background-color: #6B513F;
    border-color: #6B513F;
    color: #CCCCCC;
}
.covid-19-vaccination-container .text-content {
    margin: 80px auto;
}
p.steps-title {
    font-size: 20px;
    font-family: 'Convergence',sans-serif;
    color: #2d2d2d;
    text-align: left;
    line-height: 30px;
}
p.content-text {
    font-size: 12px;
    color: #7C7C7C;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
p.content-text > a {
    font-size: 10px;
    color: #ffffff;
    padding: 7px 6px;
    border-radius: 6px;
    background-color: #809B3E;
}
.steps-inner-content {
    padding: 50px 0;
    margin: 0 auto;
}

.steps-content ul {
    list-style: none;
    counter-increment: start 0;
    padding-inline-start: 0;
    margin: 0;
}
.steps-content li:before {
	font-weight: 700;
	font-family: 'Merriweather Sans', sans-serif;
	 font-size: 16px;
	 padding-right: 15px;
}

.steps-content ul.step1 li:before {
	content: "1." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step2 li:before {
	content: "2." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step3 li:before {
	content: "3." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step4 li:before {
	content: "4." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step5 li:before {
	content: "5." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step6 li:before {
	content: "6." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step7 li:before {
	content: "7." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step8 li:before {
	content: "8." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step9 li:before {
	content: "9." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step10a li:before {
	content: "10." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content ul.step10b{
	list-style: none;
	counter-increment: start 1;
}
.steps-content ul.step10b li:before {
	content: "10." counter(start, upper-alpha) ". ";
	counter-increment: start;
}
.steps-content li{
	font-size: 12px;
    color: #FFFFFF;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.steps-content h2 {
    font-size: 21px;
	font-weight: 700;
	font-family: 'Merriweather Sans', sans-serif;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.steps-inner-content .col-md-6 {
    display: flex;
    align-items: center;
}
.steps-content{
	max-width: 480px;
}
.steps-inner-content:after {
    content: '';
    width: 322px;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 117px solid #305363;
    position: absolute;
    margin-top: 50px;
}
.section-step:nth-child(1) .steps-inner-content:after, .section-step:nth-child(5) .steps-inner-content:after,
.section-step:nth-child(7) .steps-inner-content:after, .section-step:nth-child(9) .steps-inner-content:after {
    border-top: 117px solid #72AFA8;
}
.section-step:last-child .steps-inner-content:after {
	display: none;
}
.section-step:nth-child(3) .steps-inner-content:after, .section-step:nth-child(6) .steps-inner-content:after,
.section-step:nth-child(10) .steps-inner-content:after {
    border-top: 117px solid #188CA5;
}



/* maternite */
.banner-maternity-container a.buttonlink {
    font-size: 54px;
    color: #72afa8 !important;
    padding: 15px 25px;
    background-color: #FFFFFF;
    border-radius: 21px;
    text-decoration: none !important;
    transition: 0.3s ease-in;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Convergence', sans-serif;
}
.banner-maternity-container a.buttonlink:hover {
    background-color: #72afa8;
    border-color: #72afa8;
    color: #FFFFFF !important;
}
.banner-maternity-container .maternity-banner-content {
    bottom: 200px;
    right: 100px;
    position: absolute;
    max-height: 945px;
}

.container-fluid.maternity-container {
    padding: 0;
    overflow-x: hidden;
}


.banner-maternity-container {
    min-height: 945px;
    background-position: center;
    background-size: cover;
	position: relative;
}
.maternity-container .text-content {
    padding: 100px 0;
}
.maternity-container .text-content p.maintitle {
    font-size: 25px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Convergence',sans-serif;
    margin-bottom: 40px;
}
.maternity-tips > .container > .row.maternity-block-section-row.scroll-section {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2);
    padding-top: 100px;
    padding-bottom: 100px;
}

.maternity-tips >.container {
    max-width: inherit;
    padding: 0;
}
.maternity-container .block-content-services.maternity-tips  .row:nth-child(2) {
    direction: rtl !important;
}
.maternity-container .block-content-services.maternity-tips  .row:nth-child(2) .col-content{
	text-align: right !important;
}
.maternity-tips .row:nth-child(2).icon-section-row{
	 float: right !important;
}
.maternity-container .block-content-services.maternity-tips .row:nth-child(even) {
    direction: unset;
}

.maternity-container .block-content-services.maternity-tips  .row:nth-child(even) .col-content {
	text-align: left;
}


.icon-wrapper-maternity {
    border-radius: 10px;
    padding: 45px;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    display: table;
}
.maternity-video {
    background-color: #72afa8 !important;
	position: relative;

}
.maternity-video .col-md-12.video-content-main {
	 text-align: center;
}
.maternity-video .titleheading p {
    font-size: 25px;
    font-family: 'Convergence',sans-serif;
    color: #305363;
    line-height: 30px;
    margin-bottom: 40px;
}
.maternity-video .video-text-content {
    max-width: 640px;
    margin: 0px auto;
}
.maternity-video .video-text-content p {
	font-size: 12px;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    line-height: 15px;
}
.maternity-video a.telecharger-list {
    color: #305363;
    font-family: 'Convergence',sans-serif;
    font-size: 18px;
    font-weight: 600;
	text-decoration: none;
	padding-left: 70px;
    line-height: 50px;
	max-width: 640px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.maternity-video a.telecharger-list:hover {
    color: white;
}
.list-title ul {
    list-style: none;
    padding-inline-start: 0 !important;
    margin-left: 0;
	margin-top: 60px;
    margin-bottom: 60px;
}
.list-title ul li  a.video-link-red {
    width: 100%;
	display: table;
    padding: 36px 15px;
}

.list-title ul li a.video-link-red > p {
    display: table-cell;
	width: 50%;
	margin-bottom: 0 !important;
}
.list-title ul li a p.lirevideo {
    float: right;
	text-align: center;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat';
    color: #FFFFFF;
    text-transform: uppercase;
	position: relative;
}
.list-title ul li {
    border-top: 1px solid #FFF;
}

.list-title ul li:last-child {
    border-bottom: 1px solid #FFFFFF;
}

.list-title ul li a p.valise-title {
    float:  left;
    font-size: 18px;
    font-family: 'Convergence',sans-serif;
    line-height: 21px;
    color: #FFF;
}
.list-title ul li a.video-link-red:hover,
.list-title ul li.active a.video-link-red  {
    background: #5A8E88;
}
.maternity-video .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.list-title ul li a p.lirevideo:before {
    background-image: url('/wp-content/uploads/2021/09/Group-183@3x.png');
    content: '';
    position: absolute;
    left: 50px;
    width: 30px;
    height: 30px;
    background-size: contain;
    top: -10px;
}
.video-section-main .video-section p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    line-height: 19px;
    font-family: 'Convergence',sans-serif;
    font-weight: 400;
}
a.telecharger-list:before {
    content: '';
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url('http://www.cliniquebonpasteur.com/wp-content/uploads/2021/09/download@2x.png');
    background-size: contain;
}

.maternity-video::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -80px;
    background-image: url('http://www.cliniquebonpasteur.com/wp-content/uploads/2021/09/4_pregnant@2x.png');
    height: 437px;
    width: 395px;
    background-repeat: no-repeat;
    background-size: cover;
}
.maternity-video::after {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 0;
    background-image: url('http://www.cliniquebonpasteur.com/wp-content/uploads/2021/09/babyteddy.png');
    height: 420px;
    width: 364px;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-wrapper-maternity img,.icon-wrapper-maternity img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.maternity-tips .block-text-content {
    padding-top: 30px !important;
}
.accordeon-icon-wrapper {
    border-radius: 10px;
    padding: 15px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: table;
	position: relative;
    cursor: pointer;
    overflow: hidden;
}
.accordeon-icon-wrapper img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.active-valise-details {
    margin-bottom: 100px;
    height:320px;
}
.col-valise {
    margin-bottom: 100px;
   
}

.valise-description-content,.valise-bb-content  {
    width: 100%;
}
.valise-de-maman, .valise-de-bb  {
	position: absolute;
    opacity: 0;
	display: none;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
.active-valise-details .valise-de-maman,
.active-valise-details .valise-de-bb  {
    opacity: 1;
	display: block;
    transform: scaleY(1);
}
.valise-description-content,
.valise-bb-content{
	max-width: 765px;
	margin: 0 auto !important;
}
.dropdown-section .col-valise {
	position: initial;

}
.valise-description-content ul li,.valise-description-content p {
  
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Montserrat',sans-serif;
    line-height: 15px;
    margin-bottom: 15px;
	font-weight: 600;
}

.valise-description-content ul,
.valise-bb-content ul {
    padding: 0;
}
.valise-bb-content  ul li,.valise-bb-content  p,
.block-text-content-bb {  
    font-size: 12px;
    font-family: 'Montserrat',sans-serif;
    line-height: 15px;
    margin-bottom: 15px;
	font-weight: 600;
} 
.baby-wrapper .accordeon-icon-wrapper{
	margin: 0 !important;

}
.block-text-content-bb{
	 margin-bottom: 30px;
	 font-weight: 400 !important;
	 padding-top: 30px !important
}
div#demande-devis,div#quote-request {
    background-color: #72AFA8;
    padding: 100px 15px;
}
.demande-devis .container {
    margin: 0 auto;
    color: #FFFFFF;
  
}
.demande-devis h2.gform_title {
    font-size: 25px;
    font-family: 'Convergence',sans-serif;
    margin-bottom: 40px;
    line-height: 30px;
	text-align: center;
}
.demande-devis .gform_wrapper .gfield input[type="text"] {
    font-size: 13px;
    font-family: 'Montserrat',sans-serif;
    font-style: italic;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
}
.demande-devis .gform_wrapper .gfield input[type=text] {
    font-size: 13px;
    font-family: 'Montserrat',sans-serif;
    font-style: italic;
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
}
.demande-devis .gform_wrapper .gfield ::placeholder {
    color: #FFFFFF;
}
.demande-devis .gform_wrapper .gfield input:focus-visible {
    outline: none;
}
.demande-devis .gform_wrapper label.gfield_label {
    margin-right: 15px;
    margin-bottom: 0 !important;
    margin-top: 8px;
    font-size: 13px !important;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
}

.demande-devis .gform_wrapper  div#field_3_7 {
    display: flex;
}
.demande-devis .gform_wrapper  span.gfield_required.gfield_required_text {
    display: none;
}
.demande-devis .gform_wrapper  label.gfield_consent_label {
    font-size: 13px;
    font-family: 'Montserrat',sans-serif;
    padding-left: 6px;
}
.demande-devis .gform_wrapper .ginput_container_date {
    flex-direction: row-reverse;
}
.demande-devis .gform_wrapper .gfield .ginput_container_date input[type=text] {
    text-align: center;
}
.demande-devis .gform_wrapper .gfield .ginput_container_date img.ui-datepicker-trigger {
    margin-right: -35px;
}
.demande-devis .gform_footer.top_label {
    text-align: center;
}
.demande-devis .gform_wrapper .gfield.gfield--width-half {
  
    margin-bottom: 20px;
    margin-right: 15px;
}
.demande-devis .gform_footer.top_label input#gform_submit_button_3 {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 17px 45px 16px;
    color: #72afa8;
    text-align: center;
    font-family: 'Convergence',sans-serif;
    text-transform: uppercase;
    font-size: 18px;
	box-shadow: 5px 6px 8px #00000029;
	transition: 0.3s ease-in-out;
}
.demande-devis .gform_footer.top_label input#gform_submit_button_3:hover {
    box-shadow: 5px 6px 8px #305363;
    color: #305363;
}



.banner-content {
	top: 0 !important;
    display: flex;
    height: 100%;
}
.banner-content.maternity-banner-content a {
    text-transform: uppercase;
}
.hp-button-wrapper a {
	font-family: 'Convergence', sans-serif;
	text-decoration: none !important;
	font-size: 40px !important;
	border-radius: 21px;
	padding: 15px 25px;
	font-weight: 600;
	
	transition: 0.3s ease-in-out;
}
/* submenu drop down */
.bonpasteur-main-header {
    padding: 30px 0 0;
}
.bonpasteur-menu-wrapper #main-navigation > ul > li {
    padding-bottom: 5px;
}
.bonpasteur-logo {
    position: relative;
    top: -17px;
}
.menu-wrapper ul .dropdown:hover .dropdown-menu {
    display: block !important;
    padding: 15px;
    top: 48px;
    border-top: 0;
    position: absolute;
    border-radius: 0;
    border-top: 4px solid #3fbae2;
}



/*--------------------------------------------------------------
Vaccinaion -FAQ
----------------------------------------------------------------*/
.container-fluid.faq-container {
    padding: 100px 0 ;
}

.faq-normal-container .title p {
    font-family: 'Convergence',sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #2d2d2d;
    padding-bottom: 100px;
    
}

.faq-roag .title p {
    font-family: 'Convergence',sans-serif;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    color: #809b3e;
    padding: 50px 0 30px;
}
.faq-accordion,.roag-accordion {
	cursor: pointer;
	padding: 30px 15px ;
	width: 100%;
	text-align: left;
	color: #2D2D2D;
    font-family: 'Convergence',sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
	transition: 0.4s;
	margin-bottom: 0;
	
	background-color: transparent;
    outline: none;
    border: none;
}

.faq-panel, .roag-panel {
	padding: 0 18px 30px;
	background-color: white;
	display: none;
	overflow: hidden;
}
.faq-accordion:after,.roag-accordion:after {
	content: '';
    width: 31px;
    height: 31px;
    color: #777;
    float: right;
	margin-right: -15px;
    background-size: contain;
    background-image: url('/wp-content/uploads/2021/09/Group-20@2x.png');
}

.faq-accordion.active:after,
.roag-accordion.active:after {
	background-size: contain;
    background-image: url('/wp-content/uploads/2021/09/Group-17@2x.png');
}
.faq-panel p,
.faq-panel li,
.roag-panel p,
.roag-panel li{
    color: #7C7C7C;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin-bottom: 10px !important;
}
.faq-panel p > a,.faq-panel p > a:visited,
.roag-panel p > a,.roag-panel p > a:visited{
    color: #1e87f0;
}
.faq-panel p > a:focus,.faq-panel p > a:hover,
.roag-panel p > a:focus,.roag-panel p > a:hover  {
    color: #88a351;
}
.accordion-container {
    border-bottom: 1px solid #5656568c !important;
}
.accordion-container:nth-child(2) {
    border-top: 1px solid #5656568c !important;
}



.container-fluid.faq-container {
    position: relative;
}
.container-fluid.faq-container:after {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 510px;
    position: absolute;
    background-image: url('/wp-content/uploads/2021/09/Illustration-1@2x.png');
    right: 0;
    top: 76px;
    background-size: contain;
    overflow: hidden;
    background-repeat: no-repeat;
    z-index: -1;
}
.mobile-version-img {
    display: none;
}
.faq-normal-container {
	counter-reset: faq-counter;
}

.faq-accordion::before {
	counter-increment: faq-counter;
    content: counter(faq-counter, decimal-leading-zero) " ";
    color: #809B3E;
    font-weight: 800;
    font-family: 'Montserrat',sans-serif;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2.5px;
}
.faq-roag{
	counter-reset: roag-counter;
}

.roag-accordion::before {
	counter-increment: roag-counter;
    content: counter(roag-counter, decimal-leading-zero) " ";
    color: #809B3E;
    font-weight: 800;
    font-family: 'Montserrat',sans-serif;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2.5px;
}
.cliniquebonpasteur-section-container.beat-covid-19 {
    padding-top: 60px;
}
.dr-image img {
    max-height: 175px !important;
    object-fit: cover;
}

/*-------------------------
DOCTEUR
---------------------------*/
.cbp-banner .vc_column-inner {
    padding: 0 !important;
}
.lightgrey-bg {
	background: #F2F2F2;
}
.container {
    margin: 0 auto !important;
}
.wpb_text_column.wpb_content_element.doctor-appointment-text {
    bottom: 0;
}
.wpb_content_element.doctor-appointment-text {
	text-align: left !important;
	margin-bottom: 25px;
}
.doctor-appointment-text a {
	color: #EE8D06;
}
.doctor-appointment-text p,
.doctor-appointment-text a strong {
	font-family: 'Montserrat', sans-serif;
	color: #7C7C7C;
	font-size: 12px;
}   
.appointment-title p {
	font-family: 'Convergence', sans-serif;
	color: #2D2D2D;
	font-size: 25px;
}

.doctor-appointment-text ul {
	margin-bottom: 25px;
	list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.doctor-appointment-text ul li {
	margin-bottom: 11px;
    position: relative;
	padding-left: 15px;
	color: #7C7C7C;
	font-size: 12px;
}
.doctor-appointment-text ul li:before {
	background: #72AFA8;
	border-radius: 50%;
    position: absolute;
    display: block;
    height: 6px;
	content: "";
	width: 6px;
	bottom: 0;
	right: 0;
    top: 3px;
    left: 0;
}
.appointment-btn a.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background-color: #72AFA8 !important;
	border-color: #72AFA8 !important;  
    color: #fff !important;
}
.doctor-appointment {
    padding: 35px 0;
}
.vc_btn3-container.appointment-btn.vc_btn3-inline {
    margin-bottom: 0;
}
.cbp-banner-container.doctor-banner {
    height: 215px;
}
.cbp-banner-container.doctor-banner img {
	object-position: top;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.doctor-appointment-text a:hover {
    text-decoration: none !important;
}
/*-------------------------
CAREER
---------------------------*/
.career-intro-content {
    padding: 80px 0;
}
.career-text-wrapper {
    margin-bottom: 30px;
}
.career-text-wrapper p {
    margin-bottom: 0;
}
.career-intro-subtitle p strong,
.career-intro-subtitle p strong a {
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size: 20px;
	color: #188CA5;
}
.career-intro-text p {
	font-family: 'Montserrat', sans-serif;
	color: #7C7C7C;
	font-size: 14px;
}
.career-intro-button {
    text-align: center;
}
.career-intro-button a {
	text-decoration: none !important;
	border: 1px solid #EE8D06;
	text-transform: uppercase;
	background: #EE8D06;
	border-radius: 5px;
    padding: 15px 60px;
	color: #fff;
	transition: 0.3s all ease-in-out;
}
.career-intro-button a:hover {
	background: transparent;
	color: #EE8D06;
}
.career-intro-content-text {
    margin-bottom: 65px;
}
.green-mint-bg {
	background: #72AFA8;
}
.dept-title-wrapper {
    overflow: hidden;
}
.dept-title {
	margin-right: 30px;
	line-height: 33px;
	float: left;
}
.jobs-count {
	background: #CCCCCC;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 14px;
	color: #fff;
	float: left;
}
.dept-title-wrapper {
    margin-bottom: 20px;
}
.dept-title-wrapper p {
	text-transform: uppercase;
    margin: 0;
}
.dept-title p {
    color: #72AFA8;
    font-weight: 600;
    font-size: 20px;
}
.position-holder {
	box-shadow: 0px 3px 6px #00000029;
	padding: 35px 40px 40px;
	margin-bottom: 40px;
	height: 170px;
}
.position-holder.no-content .row {
    align-items: center;
    height: 100%;
}
.position-title {
    margin-bottom: 15px;
}
.position-excerpt p,
.dept-title-wrapper *,
.position-description,
.type-contrat-holder p {
	font-family: 'Montserrat', sans-serif;
}
.position-excerpt p,
.type-contrat-holder p {
    color: #7C7C7C;
    font-size: 12px;
}
.position-title p {
    text-transform: uppercase;
	font-weight: 700;
	color: #7C7C7C;
}
.position-holder p {
    margin-bottom: 0;
}
.type-contrat-holder img {
    margin-right: 18px;
    margin-bottom: 3px;
}
.position-link a {
	font-family: 'Convergence', sans-serif;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #fff !important;
	background: #809B3E;
	padding: 12px 35px;
	border-radius: 5px;
    font-size: 12px;
}
.type-contrat-holder,
.position-link {
    justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
}
.position-link {
	justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}
.filter-career-container {
    padding: 80px 0 60px;
}
.carriere-filter-title p {
	font-family: 'Convergence', sans-serif;
    font-size: 25px;
    color: #fff;
}
.carriere-form,
.carriere-row-title {
    padding: 0 15px;
}
.carriere-form form {
	position: relative;
	width: 100%;
}
.carriere-form input#carriere-search {
	font-family: 'Montserrat', sans-serif;
	padding-left: 40px;
	color: #7C7C7C;
	outline: none;
    height: 50px;
    width: 100%;
}
.carriere-form input#carriere-search::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
}
.carrriere-form form {
    position: relative;
    width: 100%;
}
.carriere-form button {
	background: transparent;
    padding: 0 0 0 15px;
	position: absolute;
	border: none;
	height: 100%;
    left: 0;
}
.carriere-form button i {
	font-weight: 500;
	font-size: 17px;
}
.carriere-select {
    margin-top: 30px;
}
.carriere-select .select2-selection__rendered {
    font-family: 'Montserrat', sans-serif;
    line-height: 40px !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
}
.carriere-select .select2-selection {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    height: 40px !important;
}
.carriere-select span.select2-selection__arrow {
    display: none;
}
.carriere-select .select2-container {
    width: 100% !important;
}
.post-type-archive-carriere .select2-container--open .select2-dropdown {
	border-radius: 5px !important;
	z-index: 1 !important;
}
.carriere-select > .col-md-4 > div {
	position: relative;
}
.carriere-select > .col-md-4 > div:after {
    font-family: 'Font Awesome 5 Pro';
    align-items: center;
    position: absolute;
    font-weight: bold;
    content: '\f0d7';
    font-size: 16px;
    display: flex;
    color: #fff;
    height: 100%;
    right: 20px;
    top: 1px;
}
.select-position-wrapper:after {
    display: none !important;
}
.select-position {
    position: relative;
}
.select-position:after {
    font-family: 'Font Awesome 5 Pro';
    align-items: center;
    position: absolute;
    font-weight: bold;
    content: '\f0d7';
    font-size: 16px;
    display: flex;
    color: #fff;
    height: 100%;
    right: 20px;
    top: 1px;
}
.select-position-wrapper {
	position: relative;
}
.reinitialise-text {
    position: absolute;
	margin-top: 15px;
	cursor: pointer;
	display: none;
    right: 15px;
}
.reinitialise-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
.submit-filter p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #fff;
    border-radius: 5px;
    padding: 7px 25px;
    font-weight: 600;
    margin-bottom: 0;
    color: #73aea8;
    font-size: 14px;
	display: table;
}
.submit-filter {
	margin-top: 15px;
	cursor: pointer;
    float: right;
}
.spontaneous-candidate {
    background: #f2f2f254;
	padding: 70px 0;
}
.apply-form-title {
    padding-bottom: 30px;
}
.career-text-wrapper.career-intro-subtitle {
    display: none;
}
/*-------------------------
SINGLE CAREER
---------------------------*/
.single-career-details,
.sumbit-application-form {
    padding: 80px 0;
}
.single-intro-content {
    position: relative;
}
.single-carriere-title h2,
.apply-form-title h2 {
    font-family: 'Convergence', sans-serif;
    font-size: 25px;
}
.submit-application {
	position: absolute;
	cursor: pointer;
    top: 5px;
    right: 0;
}
.submit-application p {
	font-family: 'Convergence', sans-serif;
	text-decoration: none !important;
	color: #fff !important;
    background: #809B3E;
    border-radius: 5px;
    padding: 12px 40px;
    font-size: 14px;
}
.single-contrat {
    margin-top: 20px;
}
.single-contrat p {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
    font-weight: bold;
    color: #72AFA8;
    font-size: 12px;
}
.single-contrat img {
	margin-right: 15px;
	margin-top: -2px;
}
.carriere-excerpt p {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 45px;
	line-height: 15px;
    color: #2D2D2D;
    font-size: 12px;
}
.jobs-details-wrapper ul {
	padding-left: 5px;
	list-style: none;
    margin: 0;
}
.jobs-details-container > div {
	border: 1px solid #72AFA8;
	padding: 40px 45px 30px;
	margin-bottom: 50px;
    border-radius: 5px;
    position: relative;
}
.jobs-details-container > div:last-child {
    margin: 0;
}
.job-description-title {
	background: #F2F2F2;
	position: absolute;
    padding: 0 18px;
	display: table;
	left: 20px;
    top: -12px;
}
.job-description-title p {
	font-family: 'Convergence', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2D2D2D;
    font-weight: 600;
}
.jobs-details-wrapper li {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	color: #2D2D2D;
	font-size: 12px;
}
.jobs-details-wrapper li:before {
	background: #72AFA8;
    border-radius: 50%;
	position: absolute;
	height: 8px;
    content: "";
    width: 8px;
	top: 5px;
    left: 0;
}
.application-form-container {
    padding-top: 30px;
}
.application-form-container .gform_wrapper.gravity-theme .gfield_label,
.application-form-container .gform_wrapper.gravity-theme .gfield_repeater_cell label {
	font-family: 'Montserrat', sans-serif;
	color: #7C7C7C !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}
.application-form-container input,
.application-form-container select {
    border: 1px solid #DEDEDE !important;
	border-radius: 5px !important;
	height: 45px !important;
}
.application-form-container input[type=text] {
	width: 100%;
}
.application-form-container fieldset.gfield_repeater.gfield_repeater_container > .gfield_repeater_items {
	border: 1px solid #DEDEDE !important;
	padding: 0 20px 15px;
}
span#gfield_upload_rules_4_9 {
    display: none;
}
#field_4_1014 .gfield_repeater_items {
	border: none !important;
	padding: 0 !important;
}
.application-form-container button.add_repeater_item.add_repeater_item_text {
	font-family: 'Montserrat', sans-serif;
	background: transparent !important;
    border-radius: 5px !important;
	padding: 10px 50px 30px;
	position: relative;
}
.application-form-container button.add_repeater_item.add_repeater_item_text:before {
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	color: #188CA5;
	content: "\f067";
	font-weight: 100;
    font-size: 25px;
    left: 17px;
    top: 4px;
}
.application-form-container .gfield_radio label {
	padding-top: 2px !important;
	font-weight: 600 !important;
	padding-right: 30px;
    float: left;
}
.application-form-container .gfield_radio input {
	height: inherit !important;
}
.application-form-container .gfield_radio > div {
    float: left;
}
.application-form-container .gfield_repeater_cell {
    position: relative;
}
.application-form-container .ginput_container.ginput_container_radio {
    position: absolute;
	left: 200px;
	top: 7px;
}
.gform_wrapper.gravity-theme #field_4_1014 .gfield_repeater_buttons .add_repeater_item_plus, 
.gform_wrapper.gravity-theme #field_4_1014 .gfield_repeater_buttons .remove_repeater_item_minus {
	border: 1px solid #DEDEDE;
	background: transparent;
	border-radius: 5px;
	padding: 0 0 7px;
	color: #188CA5;
	font-weight: 200;
	font-size: 45px;
	line-height: 0;
    height: 45px;
	width: 45px;
    margin: 0;  
}
#field_4_1014 {
    margin-top: -15px;
}
#field_4_1014 .gfield_repeater_cell {
    float: left;
}
#field_4_1014 .gfield_repeater_item {
    overflow: hidden;
}
.gform_wrapper.gravity-theme #field_4_1014 .gfield_repeater_buttons {
    padding-top: 45px;
}
#field_4_1014 button.add_repeater_item.add_repeater_item_plus {
    position: absolute;
	top: 45px;
	right: 0;
}
#field_4_1014 .gfield_repeater_buttons {
	position: relative;
}
#field_4_1014 input {
	position: relative;
    z-index: 1;
	width: 90%;
}
#field_4_1014 .gfield_repeater_cell {
    float: left;
    width: 100%;
}
.application-form-container button.remove_repeater_item.remove_repeater_item_text {
	padding: 1px 30px 0 !important;
	border-radius: 5px !important;
	font-size: 12px !important;
	text-transform: uppercase;
	color: #fff !important;
    height: 45px !important;
	border: none !important;
	background: #188CA5;
	
}
#field_4_1014 button.remove_repeater_item.remove_repeater_item_text {
	margin-top: 5px !important;
	color: #7C7C7C !important;
	background: transparent;
	border: none !important;
	padding: 0 !important;
	text-align: left;
	margin: 0;
}
.application-form-container button.add_repeater_item.add_repeater_item_text {
	padding: 1px 55px 0 !important;
	font-size: 12px !important;
    text-transform: uppercase;
    height: 45px !important;
}
div#field_4_1000 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(3),
#field_4_1012 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(3) {
	margin-right: 25px;
    float: left;
}
div#field_4_1000 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(4),
#field_4_1012 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(4) {
	float: left;
}
div#field_4_1000 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(5),
#field_4_1012 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(5) {
	clear: both
}
div#field_4_1000 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(3) input, 
div#field_4_1000 .gfield_repeater_item .gfield_repeater_cell:nth-of-type(4) input,
input#input_4_1010-0,
input#input_4_1009-0 {
	margin-bottom: 10px;
	width: 250px;  
}
textarea#input_4_1006-0 {
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	height: 120px;
}
.application-form-container .gform_footer.top_label {
	padding-top: 60px !important;
	justify-content: center;
}
input#gform_submit_button_4 {
	border-radius: 5px !important;
	text-transform: uppercase;
    background: #809B3E;
	padding: 5px 50px;
	color: #fff;
}
input#input_4_9 {
	background: #188CA5;
	text-indent: -999px;
	cursor: pointer;
	width: 100%;
}
.application-form-container .ginput_container.ginput_container_fileupload {
	position: relative;
	cursor: pointer;
}
.application-form-container .ginput_container.ginput_container_fileupload:before {
	font-family: 'Montserrat', sans-serif;
	content: "Téléchargez votre résumé";
	justify-content: center;
	pointer-events: none;
	align-items: center;
	position: absolute;
	font-size: 14px;
	color: #fff;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
}
.application-form-container .ginput_container.ginput_container_fileupload:lang(en):before {
	content: "Upload your CV";
}
h4.upload-text {
	color: #7C7C7C;
    margin-bottom: 0;
    font-size: 14px;
    display: none;
}
.sumbit-application-form {
    padding-bottom: 40px;
}
.disclaimer-text-carriere {
    padding-bottom: 80px;
}
.disclaimer-content p {
	font-family: 'Montserrat', sans-serif;
    font-style: italic;
	color: #7C7C7C;
	font-size: 14px;
}

.spontaneous-candidate div#field_4_10,
.sumbit-application-form div#field_4_16,
.spontaneous-candidate div#field_4_11 {
    display: none;
}
.sumbit-application-form div#field_4_10 {
    grid-column: span 6;
}
.spontaneous-candidate div#field_4_16 {
	grid-column: span 12;
}
div#field_4_11 {
    grid-column: span 6;
}
.back-to-top {
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.spontaneous-candidate {
    position: relative;
}
.back-to-top {
	cursor: pointer;
}
.back-to-top i {
    color: #EE8D06;
    font-size: 45px;
}