/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.ch
Author: ergopix sàrl
Version: 1.0
*/

html {
	font-size: 1em;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
}

a{
	transition: all .2s linear;
	color: #f9af1f;
}

a:hover{
	color: #f9af1f;
	opacity: .6;
	text-decoration: none;
}

body .gdpr-container p{
	font-size: 15px;
	color: #707070;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

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

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #939393;
}

.wp-caption, img {
	max-width: 100%;
}

.screenshot-padding {
	padding: 10px;
	border: 1px solid #ebebeb;
	background-color: #f7f7f7;
}

body {
	background: #FFF;
	font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
	color: #003c57;
}

.header-mobile{
	padding: 15px 0;
	background-color: rgba(255, 218, 103, 1) !important;
}

#hamburger {
	display:block;
	width:42px;
	overflow:hidden;
	float:right;
}

#hamburger span {
	background:#333;
	display:block;
	height:2px;
	margin:9px 0;
	position:relative;
	transform:rotate(0);
	top:0;
	left:0;
	opacity:1;
	filter:alpha(opacity=100);
	transition:none .5s ease;
	transition-property:transform,top,left,opacity;
}

html.mm-wrapper_opened #hamburger span.top-bar {
	transform:rotate(45deg);
	top:12px;
}

html.mm-wrapper_opened #hamburger span.middle-bar {
	opacity:0;
	filter:alpha(opacity=0);
}

html.mm-wrapper_opened #hamburger span.bottom-bar {
	transform:rotate(-45deg);
	top:-10px;
}

html.mm-wrapper_opened #hamburger span.middle-bar {
	left:-40px;
}

.mm-menu {
    height: calc( 100% - 72px ) !important;
}

.mm-menu ul li a br {
    display:none !important;
}

.comment-ca-marche-title{
	font-weight: bold;
	font-size: 1.563em;
}

.text-blue{
	color: #003c57;
}

p, .the-content ul, .the-content ul li, .the-content ul li ul, .the-content ul li ul li, .text-blue ul, .text-blue ul li, .text-blue ul li ul, .text-blue ul li ul li, ol, ol li {
	font-size: 20px;
}

.the-content ul, .the-content ul li, .the-content ul li ul, .the-content ul li ul li {
	margin-bottom: .25em;
}

.the-content img {
	height:auto;
}

p.subtitle{
	font-size: 1em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.h1, h1{
	font-size: 2.500em;
	text-transform: uppercase;
}

.h2, h2{
	font-size: 2.500em;
	text-transform: uppercase;
}

.h2 strong, h2 strong {
    font-family: 'MullerNarrow-ExtraBold';
    font-weight: normal;
}

.h3, h3{
	font-size: 1.563em;
}

.h4, h4{
	font-size: 1.563em;
}

.h5, h5{
	font-size: 1.125em;
}

.w-extrabold{
	font-family: 'MullerNarrow-ExtraBold';
	font-weight: normal;
	text-transform: uppercase;
}

.w-light{
	font-family: 'MullerNarrow-Light';
	font-weight: normal;
	text-transform: uppercase;
}

.yellow-underline, .blue-underline{
	position: relative;
}

.yellow-underline:after, .blue-underline:after, .qe-faqs-toggles-group-title:after, .page .the-content h4:after, .home-symptoms:after {
	content: "";
	height: 3px;
	width: 200px;
	background-color: #f9af1f;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -100px;
}

.home-symptoms:after {
	position: relative;
}

.custom-col .text-blue h2, .custom-col div.title-section {
	font-size:2em;
}

.custom-col .text-blue h2:after, .h2-step:after, .custom-col .text-blue div.title-section:after {
	left: auto !important;
	margin-left:0 !important;
}

.h2-step .w-light {
	font-size:2em;
	text-transform: uppercase;
	text-align: left;
}



.blue-underline:after{
	background-color: #6fa2bb;
}

.btn {
    font-weight: bold;
    color: #212529;
    border: 2px solid transparent;
    padding: 0 60px;
    font-size: 1.250em;
    line-height: 57px;
    height: 60px;
    text-transform: uppercase;
    border-radius: 30px;
}

.btn:hover{
	opacity: 1;
}

.btn.btn-white{
	background-color: #FFF;
	border-color: #003c57;
	color: #003c57;
}

.btn.btn-white:hover{
	background-color: #003c57;
	border-color: #003c57;
	color: #FFF;
}

.btn.btn-blue{
	background-color: #003c57;
	border-color: #003c57;
	color: #FFF;
}

.qe-faq-content .btn.btn-blue{
	color: #FFF !important;
}

.btn.btn-blue:hover{
	background-color: #FFF;
	border-color: #003c57;
	color: #003c57;
}

.btn.btn-yellow{
	background-color: #ffda67;
	border-color: #ffda67;
	color: #003c57;
}

.btn.btn-yellow:hover{
	background-color: transparent;
	border-color: #ffda67;
	color: #ffda67;
}

#sticky-badge {
	background-color: #003c57;
	border-radius: 30px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 25px;
	font-weight: bold;
	text-align: center;
}

#sticky-badge.mobile-link {
	display:inline-block;
	margin-left:10px;
	font-size:12px;
	padding: 12px 10px;
}

#sticky-badge:hover {
	opacity: 0.8;
}

.back-btn {
	margin-top:40px;
	font-size:1rem;
}

.home section .btn {
	font-size:20px;
}

.home-symptoms {
	font-family: 'MullerNarrow-Light' !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 2em !important;
	text-align: center !important;
	padding-bottom:50px !important;
}

.title-section{
	margin-bottom: 15px;
	line-height: 1;
}

.home .content-container section.custom-col {
	padding-bottom:0px !important;
}

.home .content-container > section:nth-child(4) {
	padding-top:0px !important;
}

section{
	padding: 60px 0 80px 0;
}

.bg-section{
	position: relative;
}

.bg-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(1deg);
    z-index: 0;
}

.bg-section-before-last:before{
    z-index: 1;
}

.bg-section-last{
   margin-top:-22px;
}

.bg-section-last:before{
    transform: skewY(0deg);
}

.section-border-top:before{
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -15px;
    transform: skewY(1.5deg);
    z-index: 1;
}

.section-border-footer:before{
	background: #005159;
	background: -moz-linear-gradient(-45deg,  #005159 0%, #003c57 57%, #70adc9 100%);
	background: -webkit-linear-gradient(-45deg,  #005159 0%,#003c57 57%,#70adc9 100%);
	background: linear-gradient(135deg,  #005159 0%,#003c57 57%,#70adc9 100%);
	z-index: 1;
	content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(1.5deg);
    opacity: .43;
}

.bg-yellow .section-border-top:before{
	background: rgba(249,190,53,.43);	
}

.section-border-top:after{
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: skewY(1.5deg);
    z-index: 1;
}

.bg-section.bg-yellow:before{
	background: rgb(255,204,60);
	background: linear-gradient(140deg, rgba(255,204,60,1) 1%,rgba(255,218,105,1) 71%,rgba(255,203,56,1) 100%);
}

.bg-section.bg-grey:before{
	background: rgb(244,244,244);
}

.bg-section.bg-blue:before{
	background: rgb(0,81,89);
	background: linear-gradient(135deg, rgba(0,81,89,1) 0%,rgba(0,60,87,1) 57%,rgba(112,173,201,1) 100%);
}

.bg-yellow .section-border-top:before, .bg-yellow .section-border-top:after{
	background: rgba(249,190,53,.43);	
}

.bg-grey .section-border-top:before, .bg-grey .section-border-top:after{
	background: rgba(244,244,244,.43);	
}

.bg-blue .section-border-top:before, .bg-blue .section-border-top:after{
	background: rgba(255,255,255,.43);	
}

.section-border-top.no-border-top:before{
	display: none;
}

.section-border-top.no-border-bottom:after{
	display: none;
}

.doctor-function{
	font-size: 1.563em;	
}

.slick-dots{
	margin-top: 60px;
	position: relative;
	bottom: auto;
}

.slick-dots li button:before {
	content: '';
	opacity: 1;
	color: #FFF;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.dots-blue .slick-dots li button:before {
	border: 2px solid #003c57;
}

.dots-blue .slick-dots li.slick-active button:before {
    background-color: #003c57;
}

.dots-white .slick-dots li button:before {
	border: 2px solid #FFF;
}

.dots-white .slick-dots li.slick-active button:before {
    background-color: #FFF;
}

.slick-dots li button {
    width: 24px;
    height: 24px;
}

.slick-dots li {
    margin: 0 2px;
}

.bg-grey{
	background-color: #f4f4f4;
}

.our-philosophy-who{
	font-size: 1.125em;
}

.our-philosophy-who-name{
	font-weight: bold;
}

.our-philosophy{
	padding-right: 45px;
	font-size: 1.563em;
}

.trust-title{
	font-size: 2.250em;
}

.testimony-container{
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	position: relative;
}

.testimony-container:after{
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 23px solid rgba(255,255,255,.2);
	border-bottom: 12px solid transparent;
	border-left: 14px solid transparent;
}

.testimony-content{
	font-size: 1.250em;
}

.testimony-vote{
	font-size: 1.188em;
}

.text-yellow{
	color: #ffda67;
}

.media-container{
	border-radius: 10px;
	background-color: #f9f6f7;
	color: rgba(0,60,87,.6);
}

.media-what{
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,60,87,.8);
}

.media-header img.media-image{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.logo-media{
	top:-15px;	
}

.logo-media img{
	width: 200px;
}

.media-excerpt{
	font-size: 0.875em;
}

.media-date{
	font-size: 0.750em;
}

.media-footer a{
	color: rgba(0,60,87,.6);
}

.media-footer a:hover{
	color: rgba(0,60,87,.4);
	text-decoration: none;
}

.medias-slider .slick-slide.slick-current .media-container, .medias-slider .slick-slide.slick-current .media-footer a{
	color: rgba(0,60,87,1);
}

.medias-slider .slick-slide.slick-current .media-container{
	box-shadow: 0 0 30px 5px rgba(10,22,45,.1);
	background-color: #FFF;
}

.medias-slider .slick-slide.slick-current .media-footer a:hover{
	color: rgba(0,60,87,.6);
}

.medias-slider .slick-dots {
	margin-top: 0;
	position: absolute;
	bottom: -45px;
}

.medias-slider .slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.medias-slider.slick-dotted.slick-slider {
    margin-top: -30px;
}

.medias-slider.slick-slider .slick-list{
	padding: 30px 0!important;
}

.special-section{
	margin-top: 40px;
}

.number{
	display: inline-block;
	font-size: 2.250em;
	border: 1px solid #f7c03e;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	line-height: 46px;
}

.number-line-after:after{
	content: "";
	display: block;
	height: 3px;
	background-color: #6fa2bb;
	width: 310px;
	position: absolute;
	top: 22px;
	left: 100%;
}

.mt-6{
	margin-top: 5rem!important;
}

.section-txt{
	font-size: 1.375em;
}

.container-before-last{
	z-index: 2;
}

.footer-block a{
	color: #FFF;
	font-size: 1em;
}

.footer-block .menu-footer ul li a i{
	color: #6fa2bb;
	font-size: 0.75em;
	position: relative;
	top: -1px;
}

.footer-block a:hover{
	color: #6fa2bb;
	text-decoration: none;
}

.icon-address{
	font-size: 1.250em;
	color: #6fa2bb;
}

.social-icon{
	font-size: 1.500em;
}

.header-front .bg-blue .section-border-top:after{
	background: #668e9a;
	background: linear-gradient(135deg,  #668e9a 0%,#668b9b 66%,#66b5c1 100%);
	z-index: -1;
	bottom: 53px;
}

.header-front .bg-section{
	z-index: 2;
}

.header-front .bg-section:before{
	height: 90%;
}

.header-front-content{
	padding: 210px 0 150px 0;
}

.header-front-image{
	max-width: 95%;
	height:auto;
}

.header-front-image-container{
	top: 0px;
	left: -90px;
	overflow: hidden;
	right: 0;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev {
    left: -75px;
}

.slick-next {
    right: -75px;
}

.slick-prev, .slick-next {
    font-size: 52px;
    line-height: 1;
    width: 52px;
    height: 52px;
    color: rgba(0,60,87,1);
    transition: all .2s linear;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
   color: rgba(0,60,87,.6);
}

.vertical-timeline-right-content p{
	margin-bottom: 0;
}

.vertical-point{
	height: 24px;
	width: 24px;
	background-color: #003c57;
	border-radius: 50%;
}

.vertical-point:after{
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	background-color: #003c57;
	left: calc(50%);
	height: 10000px;
}

.last-element .vertical-point:before{
	content: "";
	display: block;
	width: 10px;
	position: absolute;
	height: 300px;
	top: calc(50% + 12px);
	left: calc(50% - 6px);
	z-index: 1;
}

.bg-grey .last-element .vertical-point:before{
	background-color: #f4f4f4;
}

.bg-white .last-element .vertical-point:before{
	background-color: #FFF;
}

header.bg-section.bg-yellow:before {
	display: none;
}

body .wpml-ls-legacy-dropdown-click {
    width: auto;
    background-color: transparent;
}

body .wpml-ls-legacy-dropdown-click a:hover{
	opacity: 1;
}

header.bg-section{
	padding-top: 34px;
	position: fixed;
	padding-bottom: 75px;
	z-index: 9999;
	max-height: 150px;
	transition: all .2s linear;
}

.header-bg{
	position: absolute;
	top: -45px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 218, 103, 0.95);
	transform: skewY(1deg);
	transform-origin: top left;
	max-height: 150px;
	transition: all .2s linear;
}

header.bg-section.menu-show, header.menu-show .header-bg{
	max-height: 400px;
}

header.bg-section .header-content{
    transform: skewY(-1deg);
}

header a{
	color: #003c57;
}

header a:hover{
	color: #003c57;
}

.menu-item-has-children a, .menu-item-has-children span{
	font-weight: 600;
	text-transform: uppercase;
	color: #003c57;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .2s linear;
}

.menu-item-has-children span:hover{
	opacity: .6;
}

.menu-item.menu-item-has-children.list-inline-item, header .col-auto{
    max-width: 235px;	
}

header a.btn-consult{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #003c57;
	color: #FFF;
	text-transform: uppercase;
	padding: 51px 20px 10px 20px;
	letter-spacing: 1px;
}

header a.btn-consult:hover{
	opacity: 1;
	background-color: rgba(0, 60, 87, 0.8);
	color: #FFF;
}

.submenu{
	margin-top: 20px;
	opacity: 0;
	transition: all .2s linear;
	z-index: -1;
}

header.bg-section.menu-show .submenu {
    opacity: 1;
    z-index: auto;
}

.submenu li{
	margin-bottom: 11px;	
}

.submenu li:last-child{
	margin-bottom: 0;
}

.submenu li a{
	font-weight: 500;
	font-size:0.875em;
}

header *{
	position: relative;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
	background-color: transparent !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: #003c57;
    background-color: transparent;
    border: none;
    font-weight: 600;
    padding-right: 18px;
    padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 1px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover > a, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus {
    color: #003c57;
    background-color: transparent;
    opacity: .6;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:focus{
	opacity: 1;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f078";
	border:none;
	top: 3px;
	vertical-align: top;
	right: 0;
	font-size: 13px;
}

.wpml-ls-legacy-dropdown-click a{
	text-transform: uppercase;
	font-size: 1em;
	padding: 5px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	top: 33px;
	border:none;
	left: 5px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border-width: 0 0 1px 0;
    color: #003c57;
    text-align: center;
}

.wpml-ls-statics-shortcode_actions a:hover, .wpml-ls-statics-shortcode_actions a:focus {
    color: #003c57;
}

header .col-auto{
	margin-top: 8px;
}

ul.js-wpml-ls-sub-menu li:last-child a {
	border:none;
}

.header-social{
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all .2s linear;
	z-index: -1;
}

header.bg-section.menu-show .header-social{
	opacity: 1;
	z-index: auto;
}

.header-front{
	top: -25px;
}

.page-container {
    padding-top: 130px;
}

.mm-panels > .mm-panel{
	background: rgb(0,81,89);
    background: linear-gradient(135deg, rgba(0,81,89,1) 0%,rgba(0,60,87,1) 57%,rgba(112,173,201,1) 100%);
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #FFF;
}

.mm-listitem__text{
	position: relative;
}

.mm-listitem .mm-listitem__text:before{
	color: #6fa2bb;
	font-size: 0.75em;
	position: relative;
	top: -1px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 1rem;
	content: "\f054";
}

body .mm-listitem__btn {
    padding-right: 0;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
}

body .mm-listview {
    padding-top: 15px;
}

body .mm-menu_border-none .mm-divider{
	border-top: none;
}

body .mm-divider{
	font-size: 100%;
	background-color: transparent;
}

body .mm-divider:before{
	display: none;
}

body .mm-listitem__btn, .mm-listitem__text {
    color: #FFF;
}

body .mm-btn_next:after{
	display: none;
}

.mm-listitem.consult{
	background-color: #ffda67;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mm-listitem.consult a, .mm-listitem.consult a:active, .mm-listitem.consult a:hover, .mm-listitem.consult a:link, .mm-listitem.consult a:visited {
    color: #003c57;
}

.mm-listitem.consult .mm-listitem__text:before{
	color: #003c57;
}

body .mm-navbars_bottom{
	background-color: #003c57;
}

body .mm-navbars_bottom > .mm-navbar, body .mm-navbars_top > .mm-navbar {
    background-color: #003c57;
    font-size: 21px;
    text-align: center;
}

body .mm-navbar{
	background-color: #F5F5F5;
	text-align: left;
	border-bottom: none;
	border-top: 1px solid #E7E7E7;
}

body .mm-btn_prev:before {
    left: 20px;
    border-bottom: none;
    border-color: #003c57;
}

body .mm-menu .mm-navbar a{
	color: #003c57;
}

body .mm-menu .mm-navbars_bottom a{
	color: #FFF;
}

body .mm-menu .mm-navbars_bottom{
	border: none;
}

.img-animate{
	min-height: 350px;
}

.displayBlock{
	display: none;
}

body .gfield_label {
    margin-bottom: 0;
}

body .gform_wrapper .button, body .gform_button{
	background-color: #003c57;
	color: #FFF;
	padding: 0 60px;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	border: 2px solid #003c57;
	border-radius: 23px;
	font-weight: bold;
}

body .gform_wrapper .button:hover, body .gform_button:hover{
	background-color: #FFF;
	border-color: #003c57;
	color: #003c57;
}

body .gform_wrapper .gform_footer {
    text-align: center;
}

body .gform_wrapper label.gfield_label, body .gform_wrapper legend.gfield_label {
    font-weight: normal;
}

html body .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px;
}

body .ginput_container input,
body .ginput_container select,
body .ginput_container textarea {
    border-radius: 0;
}

body .ginput_container input:focus,
body .ginput_container select:focus, 
body .ginput_container textarea:focus {
    border-color: #003c57;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
	height:45px;
}

.contact-link, .contact-link:visited, .contact-link:hover, .contact-link i {
	color:#003c57;
}

table.doctor-details {
	width:100%;
	margin:20px 0 20px 0;
	font-size:1.250em;
}

table.doctor-details tr {
	border-bottom: 1px solid #fccc4a;
}

table.doctor-details tr td {
	padding:8px;
}

table.doctor-details tr td:first-child {
/* 	background-color:#fce3a7; */
	width:20%;
	font-weight:bold;
}

table.doctor-details tr td:last-child {
	width:80%;
}

.single-doctor h2 {
	margin-top:70px;
	margin-bottom:50px;
	text-align:center !important;
	font-size:2em;
}

.doctor-page {
	font-size:1.250em;
	width:100%;
	clear:left;
	margin:0 0 70px 0;
	float:left;
	padding:15px;
}

.doctor-photo {
	width:20%;
	float:left;
	margin-right:20px;
}

.doctor-photo img {
	width:150px;
	height:auto;
}

.doctor-profile {
	width:75%;
	float:left;
}

.qe-toggle-title strong {
	font-size:1.250em;
	font-weight:normal;
}


.page .qe-faqs-toggles-group-title, .page .the-content h4 {
	margin-top: 70px;
	margin-bottom: 50px;
	text-align: center !important;
	font-size: 2em;
	text-transform: uppercase;
	position: relative;
}

.page h4 strong, .page h4 b {
	font-weight:normal;
}

.mailchimp-form {
	margin-bottom:20px;
}

.mailchimp-form .gfield_required {
	display:none;
}

.mailchimp-form input {
	background-color:transparent;
	border:0;
	border-bottom:1px solid rgba(255,255,255,0.6);
	width:100% !important;
	color: rgba(255,255,255,0.6);
	padding-left:0 !important;
}

.mailchimp-form input:focus {
	border-bottom:1px solid rgba(255,255,255,1) !important;
}

.mailchimp-form li, .gform_wrapper {
	margin:0 !important;
}

.mailchimp-form #gform_submit_button_6, .mailchimp-form #gform_submit_button_7, .mailchimp-form #gform_submit_button_8 {
	border-radius: 0;
	width: auto !important;
	padding: 0 13px;
	margin: 0;
	position: absolute;
	top: 24px;
	right: 16px;
	width:16px !important;
}

.mailchimp-form form {
	position: relative;
}

.mailchimp-form .gform_footer {
	padding:0 !important;
	margin:0 !important;
}

.mailchimp-form img.gform_ajax_spinner {
    display: none !important;
}

.btn-symptoms {
	margin-bottom: 30px;
	font-size: 1em;
	font-weight: normal;
	width: 80%;
	border-radius: 10px;
	text-align: left;
	padding: 0px 10px;
	color:#ffffff !important;
}

.btn-symptoms:hover {
	background-color: rgba(0,60,87, 0.9) !important;
	color:#ffffff !important;
}

.btn-symptoms img {
	max-width: 100%;
	width:auto;
	height:42px;
	position: relative;
	top: -4px;
}

.page-id-208 .qe-faqs-index {
	float: left;
	margin-left: 20px;
}

.vdc-human-part-container {
    position: relative;
    float: left;
    width: 30%;
    display: block;
    height: 421px;
}

.human-image-container {
    background-image: url('images/human.png');
    z-index: 4;
    opacity: .5;
}

.human-image-answer {
    z-index: 5;
    opacity: 0;
}

.human-image-container, .human-image-answer {
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    height: 421px;
    width: 211px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 10%;
    background-size: cover;
}

.human-image-answer.imgfaq-740 {background-image: url('images/human-edit-submitted-votre-demande-concerne-1.png');}
.human-image-answer.imgfaq-808 {background-image: url('images/human-edit-submitted-votre-demande-concerne-2.png');}
.human-image-answer.imgfaq-812 {background-image: url('images/human-edit-submitted-votre-demande-concerne-3.png');}
.human-image-answer.imgfaq-813 {background-image: url('images/human-edit-submitted-votre-demande-concerne-4.png');}
.human-image-answer.imgfaq-814 {background-image: url('images/human-edit-submitted-votre-demande-concerne-5.png');}
.human-image-answer.imgfaq-816 {background-image: url('images/human-edit-submitted-votre-demande-concerne-6.png');}
.human-image-answer.imgfaq-817 {background-image: url('images/human-edit-submitted-votre-demande-concerne-7.png');}

.human-image-answer.imgfaq-740,
.human-image-answer.imgfaq-808,
.human-image-answer.imgfaq-812,
.human-image-answer.imgfaq-813,
.human-image-answer.imgfaq-814,
.human-image-answer.imgfaq-816,
.human-image-answer.imgfaq-817 {
	opacity:1;
	transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity 0.3s ease-in-out;
	-ms-transition:opacity 0.3s ease-in-out;
	-webkit-transition:opacity 0.3s ease-in-out;
}

.page-id-208 .qe-faq-content {
	clear:left;
	margin-top:-80px;
}

ol.qe-faqs-index-list {
	padding-left:0;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
ol.qe-faqs-index-list li {
	list-style-type: none;
	display:block;
	height:65px;
}

ol.qe-faqs-index-list li a {
	background-color: #003c57;
	border-color: #003c57;
	color: #FFF;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: normal;
	display: block;
	border-radius: 10px;
	text-align: left;
	padding: 16px;
	width:280px;
	text-transform: uppercase;
	text-align: center;
}

.page-id-208 .qe-faq-question-title i::before {
    display:none !important;
}

.page-id-208 .qe-faq-question-title {
	margin-top:0 !important;
	padding-top:150px;
}

.collapseomatic {
    background-repeat: no-repeat;
    padding: 0 0 10px 25px;
    background-position: left 7px;
    font-size: 20px;
    font-weight: bold;
}

.collapseomatic:hover, .collapseomatic:active, .collapseomatic:focus, .collapseomatic:link, .collapseomatic:visited {
    text-decoration: none !important;
    opacity: .6;
}

.collapseomatic_content {
	margin-left:0;
}

.collapseomatic_content img {
	height:auto;
}

#steps h4 .the-content {
	display:inline;
	padding-left:5px;
}

.insurance-status {
	width:100%;
}

.insurance-status tr td {
	padding: 11px;
	border-bottom: 1px solid #ebebeb;
	width: 33.33%;
}

.insurance-status tbody:last-of-type td[rowspan] {
	font-size:20px;
}

.approved {
	background-color:#95ca95;
}

.waiting {
	background-color:transparent;
}

.refused {
	background-color:#ca9595;
}

.page-id-420 .custom-col .row.align-items-center {
	align-items: normal !important;
}

.mobile-logo-de, .mobile-logo-en {
	max-width:150px;
} 

.desktop-logo-de, .desktop-logo-en {
	max-width:170px;
} 

@media (max-width: 362px) { 
	#sticky-badge.mobile-link {
		display:none;
	}
}

@media (max-width: 575.98px) { 
	.section-border-footer{
		text-align: center;
	}	
	.footer-block .menu-footer ul li a i, .icon-address{
		display: none;
	}
	.doctor-photo {
		width:100%;
		text-align: center;
		float:none;
		margin-right:auto;
		margin-left:auto;
	}
	.doctor-profile {
		width:100%;
		margin-top:20px;
		text-align: center;
		float:none;
		margin-right:auto;
		margin-left:auto;
	}
	.mailchimp-form {
		margin-bottom: 20px;
		max-width: 200px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.page-id-208 ol.qe-faqs-index-list {
	    -moz-column-count: 1;
	    -moz-column-gap: auto;
	    -webkit-column-count: auto;
	    -webkit-column-gap: auto;
	    column-count: auto;
	    column-gap: auto;
	}
	.page-id-208 .the-content #qe-faqs-index ol.qe-faqs-index-list li a {
		width:auto !important;
	}
	.page-id-208 .qe-faqs-index {
		margin-left:0;
	}
	#sticky-badge {
		display:none;
	}
	.btn {
	    padding: 0 15px !important;
	    font-size:18px !important;
	}
}

@media (max-width: 767.98px) {
	.testimony-container:after{
		display: none;
	}
	.h2, h2{
		line-height: 1;
	}
	.footer-block-social{
		margin-top: 32px !important;
	}
	.doctor-profile {
		font-size:0.875em;
	}
	ol.qe-faqs-index-list li a {
		width:204px;
	}
	.vdc-human-part-container {
		display:none;
	}
	.page-id-208 .qe-faqs-index {
		float:none;
	}
	.text-xs-center {
		text-align:center;
	}
}

@media (max-width: 991.98px) {
	.content-container{
		padding-top: 100px;
	}
	.btn {
	    padding: 0 15px;
	    font-size: 1em;
	    line-height: 50px;
		height: 50px;
	}
	.content-container {
    	padding-top: 0;
	}
	.comment-ca-marche-title, .doctor-function {
	    font-size: 1.125em;
	}
	.media-container, .media-footer a{
		color: rgba(0,60,87,1);
	}
	.medias-slider .slick-slide.slick-current .media-container{
		box-shadow: none;
		background-color: #f9f6f7;
	}
	.header-front-content {
    	padding: 110px 0;
	}
	body {
		padding-top:72px;
	}
	.mailchimp-form {
		margin-top:20px;
	}
	.page-id-208 ol.qe-faqs-index-list li a {
		width:204px !important;
	}
	.human-image-container, .human-image-answer {
		left:0;
	}
}

@media (max-width: 1199.98px) {
	.img-animate{
		min-height: 290px;	
	}
	.page-id-208 ol.qe-faqs-index-list li a {
		width:231px;
	}
}

@media (min-width: 991.98px) {
	.medias-slider .slick-slide.slick-current .slider-medias-item{
		padding: 0!important;
		margin-top: 0;
		font-size: 140%;
		transition: all .2s linear;
	}	
	.medias-slider .slick-slide .slider-medias-item{
		margin-top: 50px;
	}
	.medias-slider .slick-dots {
		bottom: -70px;
	}
	.medias-slider .slick-dotted.slick-slider {
	    margin-bottom: 95px;
	}
	.medias-slider{
/* 		height: 620px; */
	}
}

@media (min-width: 1199.98px) {
	.medias-slider{
/* 		height: 640px; */
	}
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
	.header-front-image {
	    max-width: 100%;
	    height: auto;
	}	
	.header-front-content{
		padding: 180px 0 120px 0;
	}
	.header-front-image-container{
		top: 0;
	}
	.menu-item.menu-item-has-children.list-inline-item, header .col-auto {
		max-width:155px;
	}
}
