/*
Theme Name: SVM
Theme URI: https://www.ergopix.ch
Author: ergopix sàrl
Version: 1.0
*/
:root {
	overscroll-behavior: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html#svm {
	padding-bottom: 0 !important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

body .facetwp-type-fselect .fs-wrap {
	width: 100%;
}

body .facetwp-input-wrap {
	width: 100%;
}

.form-all-members .gform_wrapper {
	margin: 0 auto;
}

.facetwp-facet-recherche_faq .facetwp-icon {
	right: 10px;
}

body .fs-dropdown .fs-options .fs-option:first-child {
	display: none;
}

body .facetwp-type-fselect .fs-dropdown {
	width: 100%;
}

.container {
	transition: .2s;
}

body .fs-wrap .fs-search input {
	font-weight: 500;
	padding: 15px 1.3em;
	text-transform: uppercase;
	color: rgba(27, 128, 50, 1);
}

body .fs-search input::-moz-placeholder {
	color: rgba(27, 128, 50, 1);
	opacity: 1;
}

body .fs-search input:-ms-input-placeholder {
	color: color: rgba(27, 128, 50, 1);
	opacity: 1;
}

body .fs-search input::-webkit-input-placeholder {
	color: rgba(27, 128, 50, 1);
	opacity: 1;
}

body .fs-search {
	padding: 0 .5rem;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

body .facetwp-type-fselect .fs-option .fs-option-label {
	white-space: normal;
	word-break: initial;
	line-height: 1.4;
}

body .facetwp-type-fselect .fs-wrap.multiple .fs-option-label {
	padding-left: 0;
}

.meta-comment {
	color: rgba(27, 128, 50, 1);
	font-weight: 400;
}

.topbar {
	padding: 10px 0;
	background-color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1031;
}

.fixed-top-with-topbar {
	top: 44px;
}

.label-checkbox {
	color: rgba(97, 97, 97, 1);
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	font-weight: 500;
}

.facetwp-facet-nouveaux_patients .facetwp-checkbox[data-value="non"],
.facetwp-facet-nouveaux_patients .facetwp-checkbox[data-value="pas-renseigne"],
.facetwp-facet-nouveaux_patients .facetwp-checkbox[data-value="oui"] {
	display: none !important;
}

.facetwp-checkbox[data-value="accepte-des-nouveaux-patients"] {
	color: rgba(97, 97, 97, 1);
	line-height: 1.3;
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	font-weight: 500;
	background-position: 0 2px;
}

.topbar img {
	height: 20px;
	width: auto;
	transition: all .2s linear;
}

.topbar a.link-svm {
	color: #2e8e48;
}

.topbar a.link-svm:hover,
.topbar a:hover img {
	opacity: .6;
}

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

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

.mm-page {
	min-height: 660px;
}

.the-content p.wp-caption-text {
	margin-top: 5px;
	font-size: 0.875em;
}

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

figure.wp-caption.alignnone,
img.alignnone {
	margin: 30px 0 30px 0;
}

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

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

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

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

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

body {
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

.header-mobile {
	padding: 0 0 15px 0;
}

.header-mobile > .container-fluid {
	padding: 15px 15px 0 15px;
}

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

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

html.mm-wrapper_opened #hamburger span.top-bar {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	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 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

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

a,
.print_doctor {
	color: rgba(27, 128, 50, 1);
	transition: all .2s linear;
	cursor: pointer;
}

a:hover,
a:focus,
a:active,
.print_doctor:hover,
.print_doctor:focus,
.print_doctor:active {
	color: rgba(27, 128, 50, .6);
	text-decoration: none;
	outline: 0 none !important;
}

header {
	border-top: 4px solid rgba(27, 128, 50, 1);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
	padding: 0 0 2em 0;
	transition: .3s;
}

header > .container {
	padding-top: 2em;
}

.wrapper {
	padding-top: 170px;
}

.wrapper.wrapper-with-topbar {
	padding-top: 258px;
}

.header-top {
	transition: all .2s linear;
}

.social-header a {
	color: rgba(97, 97, 97, 1);
}

.social-header a:hover {
	color: rgba(97, 97, 97, .6);
}

.doc-link {
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	color: rgba(97, 97, 97, 1);
	font-weight: 500;
}

.blog-link {
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(97, 97, 97, 1);
	font-weight: 500;
}

.doc-link:hover,
.blog-link:hover {
	opacity: .6;
	color: rgba(27, 128, 50, 1);
}

.blog-link {
	padding-left: 10px;
}

.btn,
a.btn:not([href]):not([tabindex]),
.acf-button {
	display: inline-block;
	font-weight: 500;
	padding: 0 2em;
	border-radius: 32px;
	background: #FFF;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	min-width: 200px;
}

.btn:focus,
.btn:active {
	box-shadow: none;
}

.btn-primary,
.btn-primary,
a.btn:not([href]):not([tabindex]),
.acf-button {
	background-color: #FFF;
	border: 1px solid rgba(27, 128, 50, 0.10);
	color: rgba(27, 128, 50, 1);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).focus,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
a.btn:not([href]):not([tabindex]):hover,
.acf-button:hover {
	background-color: #FFF;
	border: 1px solid rgba(27, 128, 50, 0.10);
	color: rgba(27, 128, 50, 0.95);
	box-shadow: 0 10px 16px rgba(27, 128, 50, 0.10);
}

.btn-primary:active,
.btn-primary:focus,
.acf-button:active,
.acf-button:focus {
	box-shadow: 0 3px 13px rgba(27, 128, 50, 0.10) !important;
}

.btn-secondary {
	color: #fff;
	background-color: rgba(27, 128, 50, 1);
	border-color: rgba(27, 128, 50, 1);
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).focus,
.btn-secondary:not(:disabled):not(.disabled):focus {
	color: #fff;
	background-color: rgba(27, 128, 50, 0.95);
	border-color: rgba(27, 128, 50, 1);
	box-shadow: 0 10px 16px rgba(27, 128, 50, 0.10);
}

.form-control,
body .nm-wrap-comments .form-control,
.facetwp-search {
	height: 55px;
	padding: 1em 2em;
	font-size: 1em;
	color: rgba(97, 97, 97, 1);
	border-radius: 8px;
	border: 1px solid rgba(97, 97, 97, 0.10);
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	font-weight: 500;
}

.facetwp-facet-recherche_faq .facetwp-search {
	border-radius: 32px;
	width: 100%;
	text-transform: none;
	font-weight: normal;
	border: 4px solid rgba(27, 128, 50, 0.20);
	background-color: rgba(27, 128, 50, 0.025);
}

.facetwp-search:focus {
	outline: none;
}

.facetwp-search-wrap .facetwp-btn {
	right: 15px;
	top: 2px;
	font-style: normal;
}

.facetwp-search-wrap .facetwp-btn:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	background: none;
	color: rgb(97, 97, 97);
	font-size: 1em;
}

.facetwp-btn:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/icon-search.png) no-repeat;
	background-size: 20px 20px;
}

.form-control:focus,
body .nm-wrap-comments .form-control:focus {
	color: rgba(97, 97, 97, 1);
	border: 1px solid rgba(97, 97, 97, 0.10);
	box-shadow: none;
}

.form-control.facetwp-autocomplete {
	border-radius: 32px;
}

.border-radius-32 {
	border-radius: 32px;
}

.menu-container {
	margin-top: .75rem;
	transition: all .2s linear;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
}

.navbar-nav li:last-child a {
	padding-right: 0;
}

#menu-menu-principal li:last-child a {
	padding-right: 0;
}

#menu-item-30384 {
	display: none;
	padding-right: 0;
	transition: all .2s linear;
}

.scrolled #menu-item-30384 {
	display: block;
}

.navbar-nav .nav-link {
	font-family: 'Roboto Slab';
	font-size: 1.375em;
	color: rgba(97, 97, 97, 1);
	letter-spacing: .92px;
	padding-bottom: 0;
}

.navbar-nav .dropdown-toggle:after {
	display: none;
}

.input-group-text {
	padding: .375em .75em;
	font-size: 1em;
	color: rgba(97, 97, 97, 1);
	background-color: #FFF;
	border: 1px solid rgba(97, 97, 97, 0.10);
	border-radius: 32px;
	border-left: none;
	padding: 1em 2em;
}

.input-group > .form-control:not(:last-child) {
	border-right: none;
	padding-right: 0;
}

.navbar-nav .nav-link:hover {
	color: rgba(97, 97, 97, .6);
}

.nav-item.dropdown.show > a {
	color: rgba(27, 128, 50, 1);
}

.navbar-nav .current-menu-parent > a {
	color: rgba(27, 128, 50, 1);
}

.navbar-nav .current-menu-parent > a:hover {
	color: rgba(27, 128, 50, 1);
}

.dropdown-menu {
	min-width: 285px;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: rgba(0, 0, 0, .6);
	border: none;
	border-radius: 8px;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
	left: 50%;
	margin-left: -142px;
	top: 150%;
}

.dropdown-menu a:last-child {
	border-bottom: 0;
}

.dropdown-menu svg {
	position: absolute;
	top: -16px;
	left: 50%;
	height: 16px;
	margin-left: -12px;
	z-index: 0;
	vertical-align: bottom;
}

#menu-menu-membres .dropdown-menu svg {
	top: -15px;
}

.dropdown-menu svg .st0 {
	transition: all .2s linear;
}

.dropdown-menu.first-hover svg .st0 {
	fill: #d1e6d6;
}

.dropdown-menu.first-hover svg .st1 {
	fill: #328d47;
}

.dropdown-item {
	padding: 20px 35px 20px 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, .6);
	white-space: normal;
	border-bottom: 2px solid #F5F5F5;
	font-size: .875em;
	letter-spacing: .58px;
	line-height: 1.2;
	text-decoration: none;
}

.dropdown-item:after,
.list-submenu a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	right: 20px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

.dropdown-item[data-sso="blocked"]:after {
	content: "\f30d";
}

#menu-menu-membres .dropdown-item.signout:after {
	content: "\f08b";
}

#menu-menu-membres .dropdown-item.signout {
	background-color: #FFF;
	color: rgba(0, 0, 0, .6);
}

#menu-menu-membres .dropdown-item.signout:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(27, 128, 50, .2);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: rgba(0, 0, 0, .6);
	background-color: rgba(27, 128, 50, .2);
}

.dropdown-item.active,
.dropdown-item:active {
	color: rgba(0, 0, 0, .6);
	background-color: rgba(27, 128, 50, .2);
}

li.menu-item .dropdown-menu a.dropdown-item:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

li.menu-item .dropdown-menu a.dropdown-item:nth-child(2) {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.logo {
	width: 280px;
	transition: all .2s linear;
}

img {
	height: auto;
}

body.page-template-default.page,
body.error404,
.mm-wrapper_background body.page-template-default.page .mm-page,
.mm-wrapper_background body.error404 .mm-page,
body.single {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

body.page-template-page-docutheque,
.mm-wrapper_background body.page-template-page-docutheque .mm-page,
body.page-template-default.page.home,
body.page-template-default.page.home .mm-page,
body.page-template-page-calendrier,
body.page-template-page-calendrier .mm-page,
body.page-template-page-annonces,
body.page-template-page-annonces .mm-page,
body.page-template-page-calendrier,
body.page-template-page-calendrier .mm-page,
body.page-template-page-annuaire,
body.page-template-page-annuaire .mm-page,
body.search,
body.search .mm-page,
body.page-template-page-actualites,
body.page-template-page-actualites .mm-page {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}

body.page-template-default.page.home,
html body.search {
	background-image: none;
	background-color: #FFF;
}

.page-container {
	z-index: 1;
}

.home-content {
	background-image: url("images/front-page.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

.sidebar {
	margin-top: 30px;
}

.title-sidebar {
	font-family: "Roboto Slab";
	font-size: 1.5em;
	color: #616161;
	letter-spacing: .88px;
	line-height: 1.2;
}

.content-sidebar {
	font-size: 100%;
}

.list-submenu a,
.breadcrumb a span,
.breadcrumb span {
	font-family: "Roboto";
	font-weight: 500;
	color: rgba(27, 128, 50, 1);
	letter-spacing: .55px;
	line-height: 1;
	text-decoration: none;
	position: relative;
}

.breadcrumb a {
	text-decoration: none;
}

.list-submenu a:hover,
breadcrumb a:hover {
	opacity: .6;
	text-decoration: none;
}

.list-submenu > li {
	display: none;
}

body.search .list-submenu > li {
	display: block;
	position: relative;
	margin-bottom: .5rem;
	margin-top: .5rem;
}

.list-submenu > li > a {
	display: none;
}

body.search .list-submenu > li > a {
	display: inline-block;
	font-family: "Roboto";
	font-weight: 500;
	color: rgba(27, 128, 50, 1);
	letter-spacing: .55px;
	line-height: 1;
	text-decoration: none;
	position: relative;
}

.list-submenu .sub-menu {
	padding-left: 0;
	list-style: none;
}

body.search .list-submenu .sub-menu {
	display: none;
}

.list-submenu .sub-menu li {
	position: relative;
	margin-bottom: .5rem;
	margin-top: .5rem;
}

.list-submenu .sub-menu ul {
	padding-left: 0;
}

.list-submenu .sub-menu ul li {
	margin-bottom: .25rem;
	margin-top: .25rem;
	padding-left: 12px;
}

.list-submenu .sub-menu ul li a {
	font-family: "Roboto";
	font-weight: 300;
	color: rgba(27, 128, 50, 1);
	letter-spacing: .55px;
	line-height: 1;
	text-decoration: none;
}

.embedpress-wrapper {
	margin-bottom: 3rem;
}

.list-submenu > li.current-menu-ancestor {
	display: block;
}

.list-submenu li.current_page_item a,
.list-submenu .sub-menu ul li.current_page_item a {
	color: #616161;
}

.list-submenu a:after {
	right: -15px;
	font-size: .750em;
	margin-top: 0;
	top: 5px;
}

.border-gradient {
	position: relative;
	border-left: 2px solid rgba(0, 0, 0, .04);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
	background-origin: border-box;
}

.border-gradient:before,
.border-gradient:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, 0) 100%);
	height: 2px;
	left: 2px;
	right: 0;
}

.border-gradient:before {
	top: 0;
	border-top-left-radius: 8px;
}

.border-gradient:after {
	bottom: 0;
	border-bottom-left-radius: 8px;
}

.breadcrumb {
	line-height: 1;
	margin-bottom: 1.5rem;
}

.breadcrumb span {
	color: #616161;
	padding-bottom: 2px;
	display: inline-block;
}

.breadcrumb a:hover {
	text-decoration: none;
	opacity: .6;
}

.breadcrumb i {
	font-size: .750em;
	top: 2px;
}

.breadcrumb span.current-item {
	display: inline-block;
	padding: 0 0 2px 0;
	vertical-align: middle;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.the-content p {
	margin-top: 0;
	margin-bottom: 1.250rem;
	font-size: 1.250em;
}

.the-content p:last-child {
	margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
	font-family: "Roboto Slab";
	line-height: 1.2;
	color: #1A1A1A;
	font-weight: normal;
	margin-top: 2rem;
}

.far.h5{
	font-family: "Font Awesome 5 Pro";
}

.top-0{
	top: 0;
}

.right-0{
	right: 0;
}

.h1,
h1 {
	font-size: 3.000em;
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-top: 0;
}

.h2,
h2 {
	font-size: 2.875em;
}

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

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

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

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

.the-content ul,
.the-content ol,
.content-sidebar ul,
.content-sidebar ol {
	padding-left: 0;
	list-style: none;
}

.the-content li,
.content-sidebar li {
	font-size: 1.188em;
	color: #3D3D3D;
	padding-left: 20px;
	position: relative;
	margin-bottom: 1rem;
}

.the-content ol li {
	padding-left: 35px;
}

.content-sidebar li {
	font-size: 1em;
}

.the-content ul li:before,
.content-sidebar ul li:before,
.list-submenu .sub-menu ul li:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #E6E6E6;
}

.the-content ol,
.content-sidebar ol {
	counter-reset: item;
	list-style-type: none;
}

.the-content ol li:before,
.content-sidebar ol li:before {
	content: counter(item, decimal);
	counter-increment: item;
	font-family: "Roboto";
	font-size: 17px;
	color: #E6E6E6;
	position: absolute;
	top: -1px;
	left: -2px;
	background-color: #FFF;
	display: block;
	z-index: 2;
	height: 28px;
	font-weight: 500;
	padding-top: 7px;
	line-height: 1;
}

.content-sidebar ol li:before {
	font-size: 16px;
	top: -2px;
}

.the-content img {
	border-radius: 4px;
}

.the-content .issuuembed.issuu-isrendered {
	height: auto !important;
	width: auto !important;
}

.the-content .responsive-container,
.the-content .issuuembed.issuu-isrendered {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.the-content .responsive-container iframe,
.the-content .responsive-container object,
.the-content .responsive-container embed,
.the-content .responsive-container video,
.the-content .issuuembed.issuu-isrendered iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.row-doc i {
	color: rgba(27, 128, 50, 1);
}

.row-doc a {
	text-decoration: none;
}

.doc-size {
	opacity: 0.4;
	font-family: "Roboto";
	font-weight: 600;
	font-size: 0.875em;
	color: #2E2E2E;
	letter-spacing: 0.67px;
	padding-left: 15px;
}

.row-doc a:hover {
	text-decoration: none;
}

.row-doc {
	padding: .75em 0;
	vertical-align: top;
	border-top: 2px solid #F5F5F5;
}

div.row-doc:nth-child(2) {
	border-top: none;
}

.the-content table {
	display: none;
}

.the-content .table-responsive table {
	display: table;
}

.the-content .table td,
.the-content .table th,
.the-content .table tr {
	width: auto !important;
	height: auto !important;
	line-height: 1.2;
}

.the-content .table td {
	border-bottom: 2px solid #F5F5F5;
	border-top: none;
}

.the-content .table {
	margin-bottom: 0;
}

.the-content .table thead td,
.the-content .table thead th,
.the-content .row-doc-thead {
	border-top: none;
	border-bottom: 3px solid #dee2e6;
	opacity: 0.6;
	font-family: "Roboto";
	font-weight: 600;
	color: #2E2E2E;
	letter-spacing: 0.67px;
	text-transform: uppercase;
	font-size: 0.875em;
	padding: 0 0 3px .75em;
}

.collapse-content .the-content .table td {
	color: #212529;
}

.the-content .table td,
.the-content .table th {
	font-family: "Roboto";
	color: #616161;
}

.table tr td,
.table tr th {
	padding-left: 0;
}

.the-content .nav-tabs .nav-item:nth-child(1) a {
	padding-left: 0;
}

.the-content ul.nav-tabs li:before {
	display: none;
}

.the-content ul.nav-tabs li {
	padding-left: 0;
	margin-bottom: 7px;
	font-size: 1em;
}

.the-content .nav-tabs {
	border-bottom: none;
}

.the-content .nav-tabs:after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #E6E6E6;
	position: relative;
	top: -8px;
	z-index: -1;
}

.the-content .nav-tabs .nav-item .nav-link {
	background-color: transparent;
	padding: 0 10px 0 10px;
	border: none;
	font-family: "Roboto";
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0.78px;
	border-radius: 0;
	position: relative;
	text-decoration: none;
}

.the-content .nav-tabs .nav-item .nav-link:hover {
	color: rgba(27, 128, 50, .6);
}

.the-content .nav-tabs .nav-item .nav-link.active {
	color: rgba(27, 128, 50, 1);
}

.the-content .nav-tabs .nav-item .nav-link.active:after {
	content: "";
	height: 4px;
	position: absolute;
	background-color: rgba(27, 128, 50, 1);
	bottom: -3px;
	left: 0;
	right: 0;
}

.the-content .carousel-indicators {
	bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%;
	opacity: 1;
	text-decoration: none;
}

.carousel-control-next i,
.carousel-control-prev i {
	font-size: 3em;
}

.the-content .mb-container .maxbutton.maxbutton .mb-text {
	font-weight: 500 !important;
	display: inline-block !important;
	line-height: 55px !important;
}

.content-sidebar h2 {
	font-size: 2.5875em;
}

.content-sidebar h3 {
	font-size: 1.800em;
}

.content-sidebar h4 {
	font-size: 1.2375em;
}

footer {
	border: 1px solid #F0F0F0;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
}

.footer-title {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 0.875em;
	color: #666666;
	text-transform: uppercase;
}

footer a {
	text-decoration: none;
}

a.link-chevron {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 0.875em;
	color: rgba(27, 128, 50, 1);
	letter-spacing: 0.58px;
	text-decoration: none;
}

a.link-chevron i {
	font-size: 0.875em;
	position: relative;
	top: 0;
}

a.link-chevron:hover {
	color: rgba(27, 128, 50, .6);
}

.copyright {
	border-top: 2px solid rgba(51, 51, 51, .03);
	line-height: 1;
}

.copyright-text span {
	opacity: 0.5;
}

.copyright-text {
	font-family: "Roboto";
	font-size: 0.875em;
	color: #333333;
	line-height: 1.1;
}

header.scrolled {
	padding: 0 0 1em 0;
}

header.scrolled > .container {
	padding: 1em 15px 0 15px;
}

header.scrolled .header-top {
	height: 0;
	overflow: hidden;
}

header.scrolled .align-items-end {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

header.scrolled .logo {
	width: 135px;
}

header.scrolled .menu-container {
	top: 0;
	margin-top: 0;
}

.card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.06);
	border: none;
	text-decoration: none;
	position: relative;
	transition: all .3s ease-out;
}

.card-img-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.card-footer:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.card-footer i {
	font-size: 1.2em;
}

a.card:hover {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2);
}

.focus-overlay {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0.5;
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 50%, #000000 100%);
	position: absolute;
	transition: all .2s linear;
}

a.img-link:hover .focus-overlay {
	opacity: 0.8;
	transition: all .3s ease-out;
}

.focus-content {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 15px;
}

.focus-7-content {
	bottom: 48px;
}

.focus-surtitle {
	opacity: 0.8;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 0.875em;
	letter-spacing: 0.5px;
	line-height: 1.4;
	margin-bottom: 2px;
}

.focus-1 .focus-title,
.focus-2 .focus-title,
.focus-3 .focus-title {
	font-family: "Roboto Slab";
	font-size: 2em;
	letter-spacing: 0.6px;
	line-height: 1;
}

.focus-3 .focus-title {
	font-size: 1.5em;
	letter-spacing: 0.45px;
}

.focus-excerpt {
	opacity: 0.8;
	font-family: "Roboto";
	font-weight: 500;
	letter-spacing: 0.23px;
	line-height: 1.2;
}

.focus img {
	display: none;
}

.img-link {
	background: center center no-repeat;
	background-size: cover;
	transition: all .2s linear;
}

.focus-1 .img-link {
	height: 650px;
}

.focus-2 .img-link {
	height: 325px;
}

.focus-3 .img-link {
	height: 325px;
}

.focus-4 .img-link {
	height: 325px;
}

.focus-5 .img-link {
	height: 325px;
}

.focus-6 .img-link {
	height: 325px;
}

.focus-7 .img-link {
	height: 325px;
}

.home-section {
	padding: 85px 0;
}

.home-section.quick-links {
	padding: 85px 0 20px 0;
	;
}

.bg-light {
	background-color: #F5F5F5 !important;
}

div.date {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1.375em;
	color: #1A1A1A;
	letter-spacing: 0.42px;
	line-height: 1.2;
}

.day {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 0.875em;
	color: #616161;
	letter-spacing: 0.78px;
	line-height: 1.2;
}

.event-to i {
	color: #616161;
	opacity: .4;
}

.event-title {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1.375em;
	color: #1A1A1A;
	letter-spacing: 0.66px;
	line-height: 1.2;
}

.mb-30 {
	margin-bottom: 30px;
}

.vertical-align-table {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-align-table-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.card-home:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 25%;
	top: 0;
	bottom: 0;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	background: linear-gradient(to right, #F0F0F0 50%, #F5F5F5 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .2s linear;
}

.card-full-width:before {
	width: 16.666667%;
}

.card-with-collapsed:before {
	width: 2px;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -3em;
	bottom: -3em;
	right: 16.666667%;
	background-color: #F5F5F5;
}

a.card-home {
	position: relative;
	transition: all .2s ease-out;
}

a.card-home:hover:before {
	background-position: left bottom;
	background: linear-gradient(to right, rgba(239, 125, 0, 0.1) 50%, rgba(239, 125, 0, 0.1) 50%);
}

a.card-home:hover {
	transform: translateY(-3px)
}

.card.event-svm {
	border: 2px solid rgba(27, 128, 50, .4);
}

.events-medical .event-tag {
	right: 30px;
	top: 7px;
	z-index: 1;
}

.all-news {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.all-news a {
	background-color: rgba(27, 128, 50, 1);
	padding-left: 17px;
	height: 48px;
	overflow: hidden;
	line-height: 1.2;
}

.all-news a:hover {
	background-color: rgba(27, 128, 50, .6);
	padding-left: 17px;
	height: 48px;
	overflow: hidden;
	line-height: 1.2;
}

.btn-collapsed i {
	color: rgba(27, 128, 50, 1);
	font-size: 1.5em;
	cursor: pointer;
	transition: all .1s linear;
}

.btn-collapsed-annuaire {
	cursor: pointer;
	color: rgba(27, 128, 50, 1);
	transform: .2s;
}

.btn-collapsed-annuaire:hover {
	color: rgba(27, 128, 50, .6);
}

.btn-collapsed i:hover {
	color: rgba(27, 128, 50, .6);
}

.collapse-content {
	max-height: 0;
	overflow: hidden;
	transition: all .5s linear;
}

.content-active .collapse-content {
	max-height: 1500px;
	overflow: visible;
	transition: all .5s ease-out;
}

body.page-template-page-annuaire .content-active .collapse-content {
	max-height: 600px;
	overflow: hidden;
}

.content-active .btn-collapsed i {
	transform: rotate(180deg);
}

.event-descriptif p {
	font-size: 1.125em;
}

.page-template-page-calendrier .event-tag {
	left: 1.6em;
	top: -2em;
	z-index: 1;
}

body .mb-container .maxbutton .mb-text {
	line-height: 53px !important;
}

a.contact {
	text-decoration: none;
	line-height: 1;
	display: inline-block;
}

body .page-link {
	padding: 0;
	line-height: 33px;
	margin: 0 3px;
	border: 2px solid rgba(27, 128, 50, 1);
	font-weight: 500;
	font-size: 0.875em;
	color: rgba(27, 128, 50, 1);
	text-align: center;
	border-radius: 50%;
	height: 36px;
	width: 36px;
}

body a:not([href]):not([tabindex]).page-link {
	color: rgba(27, 128, 50, 1);
}

.page-item:last-child .page-link {
	border-radius: 50%
}

.page-item:first-child .page-link {
	border-radius: 50%
}

.page-item.active .page-link,
.page-link:hover {
	background-color: rgba(27, 128, 50, 1);
	border-color: rgba(27, 128, 50, 1);
}

body .page-item.active a:not([href]):not([tabindex]).page-link,
body a:not([href]):not([tabindex]).page-link:hover {
	color: #fff;
}

#menu-menu-membres .dropdown-menu {
	background-color: rgba(27, 128, 50, 1);
	top: 145%;
}

#menu-menu-membres .dropdown-item {
	color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid rgba(255, 255, 255, .06);
}

#menu-menu-membres .dropdown-item:last-child {
	border-bottom: none;
}

#menu-menu-membres .dropdown-item:hover {
	background-color: rgba(255, 255, 255, .1);
}

body .wpfd-single-file .wpfd-file-link {
	background-image: url("images/arrow-to-bottom-light.svg");
	background-position: 13px center;
	background-size: 32px auto;
	float: none;
	margin: 0;
	padding: 15px 20px 15px 60px;
	display: inline-block;
	line-height: 1;
}

body .wpfd-single-file .wpfd-file-link:hover {
	background-image: url("images/arrow-to-bottom-light.svg");
	background-position: 13px center;
	background-size: 32px auto;
	box-shadow: none;
}

body .wpfd-single-file .wpfd-file-link:hover {
	background-color: rgba(27, 128, 50, .6) !important;
}

body .wpfd-single-file .wpfd-file-link:hover a {
	background-color: transparent !important;
}

body .wpfd-single-file .droptitle {
	margin-bottom: 3px;
	display: inline-block;
}

a.dropdown-item.position-relative.text-uppercase.signout i.ml-2.far.fa-sign-in {
	display: none;
}

.search-btn {
	font-size: 27px;
	position: relative;
	top: 1px;
	margin-right: 20px;
	color: rgba(97, 97, 97, 1);
	cursor: pointer;
}

body .autocomplete-suggestions,
body .searchwp-live-search-results {
	border-radius: 8px;
	border: 1px solid rgba(97, 97, 97, 0.18);
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
	text-decoration: none;
	transition: all .3s ease-out;
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	font-weight: 500;
	color: #6d767e;
	background-color: #FFF;
}

body .autocomplete-suggestion {
	padding: 5px 1.8em;
	white-space: nowrap;
	overflow: hidden;
}

body .autocomplete-no-suggestion {
	padding: 2px 5px;
}

body .autocomplete-selected {
	background: #F0F0F0;
}

body .autocomplete-suggestions strong {
	font-weight: 500;
	color: #6d767e;
}

body.is-mobile .hide-mobile {
	display: none;
}

.card-annuaire {
	margin-bottom: 30px;
}

body.page-template-page-annuaire div.the-content h2 {
	margin-bottom: 0;
}

.advanced-search {
	display: block;
}

.advanced-search-show .advanced-search {
	display: none;
}

.advanced-search-btn {
	color: rgba(27, 128, 50, 1);
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s linear;
}

.advanced-search-btn:hover {
	opacity: .6;
}

.search-by-name {
	transition: all .2s linear;
	display: none;
}

.advanced-search-show .search-by-name {
	display: block;
}

.autocomplete-suggestion b {
	font-weight: 500;
	color: rgba(27, 128, 50, 1);
}

body .searchwp-live-search-result {
	display: block;
}

body .searchwp-live-search-result p {
	font-size: 1em;
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}

body .searchwp-live-search-result a {
	color: rgba(97, 97, 97, 1);
	font-weight: 500;
	padding: 0;
	white-space: normal;
	overflow: visible;
	display: block;
}

body .searchwp-live-search-result a:hover {
	color: #1b8032;
}

header #s {
	padding-right: 45px;
	position: relative;
	width: 300px;
}

header .search-form:after {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	right: 35px;
	position: absolute;
	top: 19px;
	color: rgb(97, 97, 97);
}

.searchwp-live-search-no-results {
	font-weight: 500;
}

.label-search {
	color: #D0D0D0;
	font-size: 0.875em;
}

.post-type-title {
	border-bottom: 3px solid #ececec;
	padding-bottom: 5px;
}

.search-excerpt p {
	font-size: 1em;
}

.subscription {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 0.875em;
	letter-spacing: 0.78px;
	line-height: 1.2;
	text-transform: uppercase;
}

.search-doctor,
.events-medical {
	padding-bottom: 0px;
}

body .search-doctor.home-section .mb-container .maxbutton .mb-text {
	line-height: 53px;
}

.dpsp-shortcode-wrapper {
	border-top: 1px solid #ececec;
	padding-top: 20px;
}

.grid-sizer,
.grid-item {
	width: calc(33.3333% - 20px);
}

.grid-item {
	margin-bottom: 30px;
}

body .facetwp-facet-anne .fs-search {
	display: none;
}

body .fs-label-wrap {
	background-color: #FFF;
	border: 1px solid rgba(97, 97, 97, 0.10);
	cursor: pointer;
	font-weight: 500;
	padding: 0 2em;
	border-radius: 32px;
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	height: 55px;
	line-height: 55px;
	color: rgba(97, 97, 97, 1);
}

body.page-template-page-annuaire .fs-label-wrap {
	height: 55px;
	padding: 1em 2em;
	font-size: 1em;
	color: rgba(97, 97, 97, 1);
	border-radius: 8px;
	border: 1px solid #e3e3e3;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 27px;
}

body.page-template-page-annuaire .facetwp-type-fselect .fs-wrap,
body.page-template-page-annuaire .facetwp-type-fselect .fs-dropdown {
	width: 100%;
}

body.page-template-page-annuaire .facetwp-type-fselect .fs-wrap {
	position: relative;
}

body .fs-label,
body .fs-option {
	text-align: left;
}

body .fs-arrow {
	right: 15px;
	border-top: 5px solid rgba(97, 97, 97, 1);
}

body .fs-wrap,
body .fs-label-wrap {
	outline: 0 none !important;
	width: 100%;
}

body .fs-label-wrap .fs-label {
	padding: 0 22px 0 0;
}

body .fs-dropdown {
	border-radius: 8px;
	border: 1px solid rgba(97, 97, 97, 0.10);
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
	text-decoration: none;
	transition: all .3s ease-out;
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	font-weight: 500;
	color: #6d767e;
}

body .fs-option-label {
	color: rgba(97, 97, 97, 1);
	font-weight: 500;
	padding: 10px 1.8em;
	white-space: normal;
	overflow: visible;
}

body .fs-option,
.fs-search,
.fs-optgroup-label {
	padding: 0;
	border-bottom: none;
}

.content-with-bg p,
.content-with-bg a,
.content-with-bg li,
.content-with-bg a h2,
.content-with-bg a h3,
.content-with-bg a h4,
.content-with-bg a h5,
.content-with-bg a h6 {
	color: #FFF;
}

.content-with-bg ul li:before {
	background-color: #FFF;
}

.accordion {
	border-radius: 8px;
	border: 2px solid #f0f0f0;
}

.accordion .card-header {
	cursor: pointer;
	border-bottom: 2px solid #f0f0f0;
	padding: 1.25rem;
}

#heading1 {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.accordion .card:last-child .card-header {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: none;
}

.accordion .card:last-child .collapse.show {
	border-top: 2px solid #f0f0f0;
}

#wpfd-results .table {
	display: block;
}

.acf-form-submit {
	text-align: right;
	margin-top: 30px;
}

body .acf-fields > .acf-field {
	padding: 15px 0;
}

body .acf-field input[type="text"],
body .acf-field input[type="password"],
body .acf-field input[type="number"],
body .acf-field input[type="search"],
body .acf-field input[type="email"],
body .acf-field input[type="url"],
body .acf-field textarea,
body .acf-field select {
	padding: 5px 7px;
	font-weight: 300;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #CCC;
	height: auto;
	font-size: 1em;
}

#wp-acf-editor-31-editor-tools {
	padding-bottom: 10px;
}

.page-template-page-contribute div#mceu_69-body div#mceu_49.mce-widget.mce-btn.mce-menubtn.mce-first.mce-btn-has-text,
.page-template-page-contribute div#mceu_69-body div#mceu_52.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_57.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_58.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_59.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_60.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_61.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_62.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_69-body div#mceu_63.mce-widget.mce-btn,
.page-template-page-contribute div#mceu_70.mce-container.mce-flow-layout-item.mce-last.mce-btn-group {
	display: none;
}

#message.posted {
	position: relative;
	padding: 15px 15px;
	margin-bottom: 1rem;
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

body .media-frame-title,
body .media-frame-router,
body .media-frame-content,
body .media-frame-toolbar {
	left: 0;
}

#message.posted p {
	margin-bottom: 0;
}

.blog-title {
	font-size: 2.3em;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Roboto Slab";
	font-weight: 500;
}

.not-publish {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.850em;
}

.grid-sizer,
.grid-item {
	width: calc(50% - 15px);
}

.rpwwt-widget {
	line-height: 1.2;
}

.sidebar-widget .rpwwt-widget ul li {
	display: block;
}

.rpwwt-widget ul li img {
	border-radius: 30px;
	margin: 0 .75em 0 0;
}

.rpwwt-post-title {
	font-family: "Roboto";
	font-weight: 500;
	color: rgba(27, 128, 50, 1);
	letter-spacing: .55px;
	text-decoration: none;
}

.rpwwt-post-date {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 0.875em;
	color: #616161;
	letter-spacing: 0.78px;
	display: block;
	margin-top: 5px;
	line-height: 1.2;
}

.sidebar-widget .rpwwt-widget ul li a,
.sidebar-widget .recentcomments a {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}

.sidebar-widget .rpwwt-widget ul li a:hover,
.sidebar-widget .recentcomments a:hover {
	background-color: transparent;
	color: rgba(27, 128, 50, 1);
	opacity: .6;
}

.rpwwt-widget ul li a:hover,
.rpwwt-widget ul li a:hover .rpwwt-post-date {
	opacity: .6;
}

.sidebar-widget ul {
	list-style: outside none none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.sidebar-widget ul li {
	display: inline-block;
	margin-bottom: 10px;
}

.sidebar-widget ul li a {
	background-color: #F5F5F5;
	font-family: "Roboto";
	font-weight: 500;
	color: rgba(27, 128, 50, 1);
	letter-spacing: .55px;
	text-decoration: none;
	padding: 5px 7px;
	border-radius: 15px;
}

.sidebar-widget ul li a:hover {
	background-color: rgba(27, 128, 50, 1);
	color: #FFF;
}

body .nm-wrap-comments .form-control::-moz-placeholder {
	color: #495057;
	opacity: 0.8;
}

body .nm-wrap-comments .form-control:-ms-input-placeholder {
	color: #495057;
}

body .nm-wrap-comments .form-control::-webkit-input-placeholder {
	color: #495057;
}

.comment-respond .form-control,
body .nm-wrap-comments .form-control {
	padding: 1rem;
	text-transform: none;
}

.form-submit {
	text-align: center;
}

.the-comment {
	border-bottom: 2px solid #F0F0F0;
}

.date-comment {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1em;
	color: #616161;
	letter-spacing: 0.78px;
	display: block;
	line-height: 1;
}

.comments-container {
	background-color: #f5f5f5;
}

.avatar {
	width: 80px;
}

textarea {
	resize: none;
}

.misha_loadmore {
	cursor: pointer;
}

.new-result {
	opacity: 0 !important;
}

#simsignup_widget_form .btn {
	display: inline-block;
	font-weight: 500;
	padding: 0;
	border-radius: 32px;
	background: #EFEFEF;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.02);
	font-family: "Roboto";
	font-size: 1em;
	letter-spacing: .58px;
	text-transform: uppercase;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	min-width: 50px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid rgba(97, 97, 97, 0.10);
	text-align: center;
}

#simsignup_widget_form .btn:hover {
	background: rgba(239, 239, 239, .6);
}

#simsignup_widget_form .form-control {
	padding: 1em 15px;
}

#simsignup_form_response {
	margin-top: 10px;
}

.navbar-nav .current-menu-item > a {
	color: rgba(27, 128, 50, 1);
}

body.single-wpfd_file .wpfd-single-file .wpfd-file-link {
	background-image: url("images/arrow-to-bottom-light.svg");
	background-position: 13px center;
	background-size: 32px auto;
	float: none;
	margin: 0;
	padding: 15px 20px 15px 60px;
	display: inline-block;
	line-height: 1;
	background-repeat: no-repeat;
}

body.single-wpfd_file .noLightbox.wpfd-single-file-downloadicon img {
	display: none;
}

body.single-wpfd_file .wpfd-file-link.wpfd_downloadlink {
	text-align: left;
}

.acf-gallery-main .acf-fr,
#wp-acf-editor-33-editor-tools,
#rpwwt-recent-posts-widget-with-thumbnails-2 img,
.acf-field-5c934fe436ced .acf-input .acf-table thead,
.acf-row-handle.order.ui-sortable-handle {
	display: none;
}

.acf-field-repeater.acf-field-5c934fe436ced,
.acf-field-repeater.acf-field-5c934fe436ced .acf-table,
.acf-repeater .acf-row-handle.order + td {
	border: none;
}

.acf-field-repeater.acf-field-5c934fe436ced .acf-repeater .acf-row-handle.order + td {
	padding-left: 0;
}

.acf-field-repeater.acf-field-5c934fe436ced .acf-repeater .acf-row-handle .acf-icon {
	margin: 3px 0 0 -8px;
}

.acf-repeater .acf-row-handle.remove {
	background: #FFF;
}

.comment-form-notify-me {
	display: none;
}

.speciality {
	line-height: 1.2;
	margin-block: 5px;
}

#gform_wrapper_13 {
	margin-top: 0;
}

#af-wrapper #forum-navigation a.logout-link {
	display: none;
}

.list-inline li:not(:last-child) {
	margin-right: .5rem;
}

.list-inline li {
	display: inline-block;
}

.categories-filters li {
	background-color: rgba(27, 128, 50, 1);
	font-family: "Roboto";
	font-weight: 500;
	color: #FFF;
	letter-spacing: .55px;
	padding: 5px 10px 5px 10px;
	border-radius: 15px;
	margin-bottom: 10px;
	transition: all .2s;
}

.categories-filters li.current-cat {
	background-color: rgba(27, 128, 50, .6);
}

.categories-filters li a {
	color: #FFF;
}

.categories-filters li:hover {
	background-color: rgba(27, 128, 50, .6);
}

.natel {
	color: rgba(27, 128, 50, 1);
}

.authentified-box {
	background-color: rgb(27, 128, 50, .2);
	padding: 15px;
	border-radius: 8px;
}

.search-medecin-home {
	background-color: rgba(27, 128, 50, 1);
}

.search-medecin-home .form-control {
	padding: 1em 1.25em;
}

.search-medecin-home .btn-primary {
	width: 100%;
}

.text-primary {
	color: rgba(27, 128, 50, 1) !important;
}

.text-secondary,
a.text-secondary {
	color: rgba(97, 97, 97, 1) !important;
}

a.text-secondary:hover {
	color: rgba(97, 97, 97, .6) !important;
}

a.text-body:hover {
	color: #212529 !important;
	opacity: .6;
}

a.text-third {
	color: rgba(97, 97, 97, .6) !important;
}

a.text-third:hover {
	color: rgba(97, 97, 97, .3) !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: rgba(27, 128, 50, .6) !important;
}

.bg-card-green {
	background-color: rgba(27, 128, 50, .15);
	padding-right: 45px;
	text-overflow: ellipsis;
}

.page-id-20 .table-responsive .table tr td img {
	width: 100%;
	height: auto;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 8px 10px;
}

div.dt-buttons {
	margin-bottom: 30px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
	border-bottom: 2px solid #DDD;
}

table.dataTable tbody td {
	border-bottom: 1px solid #EEE;
}

table.dataTable th td:first-child,
table.dataTable tr td:first-child,
table.dataTable thead tr th:first-child {
	padding-left: 0;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
	font-size: .88em;
	line-height: 42px;
	font-weight: 500;
	padding: 0 2em;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 42px;
	border: 1px solid #2e8e48;
	border-radius: 32px 32px 32px 32px;
	background-color: #2e8e48;
	background: #2e8e48;
	box-shadow: none;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled),
input.dt-button:active:not(.disabled),
input.dt-button.active:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
	background-color: #2e8e48;
	background: #2e8e48;
	border: 1px solid #2e8e48;
	color: #FFF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #FFF !important;
	border: 1px solid #2e8e48;
	background-color: #2e8e48;
	background: #2e8e48;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
	margin-bottom: 15px;
}

.dataTables_filter input[type="search"] {
	margin-top: 7px;
}

.fcomplete-wrap {
	z-index: 999;
}

.facetwp-facet-nom .form-control.facetwp-autocomplete:focus,
.facetwp-facet-nom .form-control.facetwp-autocomplete:active {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0 !important;
}

body .fcomplete-wrap {
	border: 1px solid rgba(97, 97, 97, 0.10);
	top: 55px;
	border-radius: 0;
}

#field_19_3 #mceu_0,
#field_19_3 #mceu_3,
#field_19_3 #mceu_5,
#field_19_3 #mceu_6,
#field_19_3 #mceu_7,
#field_19_3 #mceu_8,
#field_19_3 #mceu_9,
#field_19_3 #mceu_10,
#field_19_3 #mceu_11,
#field_19_3 #mceu_12,
#field_19_3 #mceu_13,
#field_19_3 #mceu_14,
#field_19_3 #mceu_31,
#field_19_3 #mceu_23 {
	display: none !important;
}

#members-listing_filter {
	margin-bottom: 15px;
}

.dataTables_wrapper .dt-buttons {
	margin-left: 20px;
}

body .fs-wrap.single .fs-option.selected {
	background-color: #FFF;
	color: #2e8e48;
}

body .facetwp-facet.facetwp-facet-recherche_annonces input.facetwp-search {
	border-radius: 100px;
	width: 100%;
}

body .facetwp-facet.facetwp-facet-recherche_annonces .facetwp-icon:before {
	background-position: 0 50%;
}

.copy-button {
	margin-left: 5px;
	background: none;
	border: none;
	color: rgba(27, 128, 50, .6);
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	transition: .5s;
}

.copy-button:hover {
	color: rgba(27, 128, 50, 1);
}

.btn.btn-secondary.btn-sm.dropdown-toggle {
	padding: 0 1em;
	border-radius: 15px;
	font-size: .875em;
	letter-spacing: .58px;
	height: 30px;
	line-height: 30px;
	min-width: 120px;
}

.dropdown-menu.dropdown-share {
	margin-left: 0;
	min-width: 120px;
	padding: 10px;
	margin-top: 5px;
}

.bg-primary {
	background-color: #1b8032 !important;
}

.bg-primary-light {
	background-color: #d1e6d6 !important;
}

.fw-300 {
	font-weight: 300;
}

.focus-btn {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .2);
	color: #FFF;
	font-weight: 500;
	font-family: "Roboto";
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	padding: 8px 12px;
}

.focus-btn:hover, focus-btn:active, focus-btn:focus {
	background-color: rgba(0, 0, 0, .1);
	color: #FFF;
}

.btn.btn-primary.dropdown-toggle.btn-sso {
	padding-right: 1rem;
}

body #moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
	bottom: 10px;
}

body .searchwp-live-search-no-min-chars:after {
	content: "Poursuivre la saisie";
}

.small-gutter {
	margin-right: -7px;
	margin-left: -7px;
}

.small-gutter > [class^="col"] {
	padding-right: 7px;
	padding-left: 7px;
}

.focus-container h6 {
	font-size: 1rem;
	position: relative;
	top: 3px;
}

.fs-option[data-value="autre"] {
	display: none;
}

@media (max-width: 767.98px) {

	.grid-sizer,
	.grid-item {
		width: 100%;
	}
}

@media (min-width: 1600px) {

	#simsignup_widget_form,
	#simsignup_form_response {
		margin-right: 60px;
	}
}

@media (max-width: 6000px) {
	.the-content p {
		margin-bottom: 1rem;
	}
	
	.the-content li,
	.the-content .table thead td,
	.the-content .table thead th,
	.content-sidebar li,
	.the-content p {
		font-size: 1.3em;
	}
	
	.h1,
	h1 {
		font-size: 2.500em;
	}
	
	.h2,
	h2 {
		font-size: 2.250em;
	}
	
	.h3,
	h3 {
		font-size: 2.000em;
	}
	
	.h4,
	h4 {
		font-size: 1.750em;
	}
	
	.h5,
	h5 {
		font-size: 1.500em;
	}
	
	.h6,
	h6 {
		font-size: 1.250em;
	}
	
	.breadcrumb {
		margin-bottom: 15px;
	}
	
	.sidebar {
		margin-top: 18px;
	}
	
	.content-sidebar h2 {
		font-size: 2.025em;
	}
	
	.content-sidebar h3 {
		font-size: 1.620em;
	}
	
	.content-sidebar h4 {
		font-size: 1.575em;
	}
}

@media (max-width: 1199.98px) {
	.logo {
		width: 220px;
	}
	
	.the-content .nav-tabs,
	.the-content ul.nav-tabs li {
		display: block;
	}
	
	.the-content ul.nav-tabs li {
		display: block;
		margin-bottom: 5px;
	}
	
	.the-content .nav-tabs .nav-item .nav-link {
		padding: 0;
		display: inline-block;
	}
	
	.the-content .nav-tabs {
		border-bottom: none;
	}
	
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.same-height-annuaire {
		min-height: 375px;
	}
	
	.wrapper {
		padding-top: 112px;
	}
	
	.wrapper.wrapper-with-topbar {
		padding-top: 155px;
	}
}

@media (max-width: 991.98px) {

	.border-gradient:before,
	.border-gradient:after {
		display: none;
	}
	
	.border-gradient {
		border: 2px solid rgba(0, 0, 0, .04);
		border-radius: 8px;
	}
	
	.home-section {
		padding: 30px 0;
	}
	
	.mb-30 {
		margin-bottom: 15px;
	}
	
	.same-height-annuaire {
		min-height: 375px;
	}
	
	.grid-sizer,
	.grid-item {
		width: calc(50% - 15px);
	}
	
	.blog-title {
		font-size: 1.8em;
	}
	
	.focus-1 .img-link,
	.focus-2 .img-link,
	.focus-3 .img-link,
	.focus-4 .img-link,
	.focus-5 .img-link,
	.focus-6 .img-link
	.focus-7 .img-link {
		height: auto;
	}
	
	.focus-title {
		font-size: 2em;
		letter-spacing: 0.6px;
		line-height: 1.2;
		margin-top: 5px;
	}
}

@media (max-width: 767.98px) {

	.h1,
	h1 {
		font-size: 2.000em;
	}
	
	.h2,
	h2 {
		font-size: 1.750em;
	}
	
	.h3,
	h3 {
		font-size: 1.500em;
	}
	
	.h4,
	h4 {
		font-size: 1.250em;
	}
	
	.carousel-control-next i,
	.carousel-control-prev i {
		font-size: 2em;
	}
	
	.card-full-width::before {
		width: 75%;
		height: 2px;
		border-bottom-left-radius: 0;
		top: 55px;
		bottom: auto;
		background: #F5F5f5;
	}
	
	.card-with-collapsed::before {
		top: 0;
		bottom: -1.5em;
	}
	
	.page-template-page-calendrier .event-tag {
		left: auto;
		top: -53px;
		right: 15px;
	}
	
	.btn-collapsed {
		margin-top: -38px;
	}
	
	.card-full-width {
		box-shadow: 0 0px 16px 0px rgba(0, 0, 0, 0.06);
	}
	
	.card-home {
		font-size: 85%;
	}
	
	.event-descriptif {
		font-size: 115%;
	}
	
	.event-to {
		top: -17px;
	}
	
	.event-to i {
		transform: rotate(-90deg);
	}
	
	.page-template-page-annonces div.date {
		margin-top: 10px;
		min-height: 45px;
	}
	
	.page-template-page-annonces .btn-collapsed {
		margin-top: -36px;
	}
	
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.same-height-annuaire {
		min-height: 0;
	}
	
	.focus-overlay {
		opacity: 0.6;
	}
	
	.grid-sizer,
	.grid-item {
		width: 100%;
	}
	
	.grid-item {
		margin-bottom: 15px;
	}
	
	.blog-title {
		font-size: 1.5em;
	}
	
	.logo {
		width: 130px;
	}
	
	.wrapper {
		padding-top: 78px;
	}
	
	.wrapper.wrapper-with-topbar {
		padding-top: 164px;
	}
	
	h4.search-faq-text {
		font-size: 1em;
	}
	
	.content-search-faq {
		font-size: 80%;
	}
	
	.facetwp-facet-recherche_faq .facetwp-search {
		padding: 1em;
	}
}

@media (max-width: 575.98px) {
	.focus-title {
		font-size: 1.6em;
	}
	
	.blog-title {
		font-size: 1.2em;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1540px;
	}
	
	.container.container-limit {
		max-width: 1140px;
	}
	
	.img-link {
		background-image: none !important;
	}
	
	.focus img {
		display: block;
	}
	
	.focus-1 .img-link,
	.focus-2 .img-link,
	.focus-3 .img-link,
	.focus-4 .img-link,
	.focus-5 .img-link ,
	.focus-6 .img-link ,
	.focus-7 .img-link  {
		height: auto;
	}
	
	.same-height-annuaire {
		min-height: 300px;
	}
	
	.cards-annuaire .col-lg-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wrapper {
		padding-top: 176px;
	}
	
	.wrapper.wrapper-with-topbar {
		padding-top: 264px;
	}
}

@media (min-width: 991.98px) and (max-width: 1250px) {
	.focus-7-content {
		bottom: 65px;
	}
	
	.all-news a {
		height: 65px;
	}
}

@media (min-width: 1400px) and (max-width: 1920px) {

	.h1,
	h1 {
		font-size: 3.000em;
	}
	
	.the-content li,
	.the-content .table thead td,
	.the-content .table thead th,
	.content-sidebar li,
	.the-content p {
		font-size: 1.3em;
	}
}

@media (min-width: 1201px) and (max-width: 1600px) {
	.focus-7-content {
		bottom: 65px;
	}
	
	.same-height-annuaire {
		min-height: 290px;
	}
	
	.navbar-nav .nav-link {
		font-size: 1.125em;
	}
	
	header #s {
		width: 250px;
		padding-left: 1rem;
	}
	
	.btn.btn-primary.dropdown-toggle.btn-sso {
		padding-left: 1rem;
		min-width: none;
	}
}

@media (max-width: 720px) {
	.hide-mobile {
		display: none !important;
	}
}

@media (min-width: 1332px) {
	body .gdpr-container p {
		margin-top: 10px;
	}
}

@media (max-width: 720px) {
	.hide-mobile {
		display: none !important;
	}
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked + .cookie-slider,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked + .slider {
	background-color: #1b8032 !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}