@import url(../fonts/calibri-regular/stylesheet.css);
@import url(../fonts/CalibriLightItalic/fonts.css);

@import url(../fonts/Calibri-Light/stylesheet.css);

@import url(../fonts/CalibriBold/fonts.css);
@import url(../fonts/simplon/fonts.css);
@import url(../fonts/simplon-BP-light/fonts.css);

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* ============= start: reset ============= */

* {
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  }

body {
    min-height: 100vh;
    font-family: 'Calibri-Regular';
    color: #475358;
}

*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;

}

li {
    line-height: 26px;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 500;
    color: #4aa32c;
}
h1,
h3,
h4,
h5,
h6{
    font-family: 'Calibri-Regular';
}
h2{
    font-family: 'Calibri-light';
}
p{
    font-family: 'Calibri-Regular';
    line-height: 23.4px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4aa32c;
}

label {
    margin: 0;
}

footer {
    margin-top: auto;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

input, textarea, select {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400px;
}

address {
    font-style: normal;
}

textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input:hover,
input:active,
input:focus {
    outline: none;
    box-shadow: none;
}

select:hover,
select:active,
select:focus {
    outline: none;
    box-shadow: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /*For FireFox*/
}

input[type=number]::-webkit-inner-spin-button {
    /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0;
}

button,
button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

img {
    border: none;
}

a img {
    border: 0px;
}

figure {
    margin: 0;
    padding: 0;
}

/* ============= end: reset ============= */


/* =========== start: custom =========== */

.custom-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.custom-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.themeBtn {
    background-color: #4aa32c;
    max-width: max-content;
    padding: 8px 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #4aa32c;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-transform: uppercase;
}

.themeBtn i {
    display: none;
}

.themeBtn:hover {
    background-color: #4aa32c;
    color: #fff;
    padding: 6px 30px;
}

.themeBtn:hover i {
    display: block;
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: #fff;
}

.themeBtnOutline {
    background-color: #fff;
    max-width: max-content;
    padding: 8px 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #4aa32c;
    border: 2px solid #4aa32c;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-transform: uppercase;
}

.themeBtnOutline i {
    display: none;
}

.themeBtnOutline:hover {
    background-color: #4aa32c;
    color: #fff;
    padding: 6px 30px;
}

.themeBtnOutline:hover i {
    display: block;
    position: absolute;
    right: 8px;
    font-size: 14px;
    color: #fff;
}

.fullBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
}

.form-control {
    padding: 10px 10px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 40px;
    border: none;
    border-bottom: 1px solid rgb(81, 85, 87);
    margin-top: 8px;
}

.form-control:focus {
    border-color: rgb(81, 85, 87);
    box-shadow: none;
    color: rgb(78, 78, 78);
    background-color: transparent;
}

select.form-control {
    padding: 2px 2px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 35px;
    border: none;
    margin-top: 0px;
}

textarea.form-control {
    padding: 10px 10px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 40px;
    border: none;
    border-bottom: 1px solid rgb(81, 85, 87);
    margin-top: 0px;
    height: auto;
}

form label {
    font-size: 18px;
    color: rgb(71, 83, 88);
}

.inputgroup {
    position: relative;
}

.inputgroupLeft .leftSide {
    position: absolute;
    left: 17px;
    top: 15px;
    color: #5168F4;
    right: initial;
}

.inputgroupRight .rightSide {
    position: absolute;
    right: 17px;
    top: 15px;
    color: #5168F4;
    left: initial;
}

.inputgroupLeft .form-control {
    padding: 15px 12px 15px 52px;
}

.inputgroupRight .form-control {
    padding: 15px 52px 15px 12px;
}

.inputgroupBoth .form-control {
    padding: 15px 52px 15px 52px;
}

.avtarBlock {
    display: flex;
    align-items: center;
}

.avtarBlock .imgBlock {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.avtarBlock .imgBlock img {
    width: 100%;
    height: 100%;
}

.avtarBlock p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #1D1E22;
    text-transform: capitalize;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.fadeAnimation {
    transition: opacity 200ms linear;
}

/* =========== end: custom =========== */
.mobileBtn {
    display: none;
}

header {
    background-color: #fff;
    box-shadow: 0px 0px 42px 0px rgb(0 0 0 / 15%);
    position: sticky;
    z-index: 500;
    top: 0;
}

.headerRow {
    height: 89px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 500;
}

.headerRow .left {
    padding: 20px 30px;
}

.headerRow .left img {
    width: 190px;
}

.headerRow .middle {}

.headerRow .middle ul {
    display: flex;
    align-items: center;
}

.headerRow .middle ul li {
    position: relative;
    padding: 30px 0px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.headerRow .middle ul li:nth-child(4), .headerRow .middle ul li:nth-child(5){
    display: none;
}
.headerRow .middle ul li::before {
    background-color: #49a42c;
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    transition: width .35s;
    -webkit-transition: width .35s;
}

.headerRow .middle ul li:hover::before {
    width: 100%;
}

.headerRow .middle ul li a {
    padding: 30px 16px;
    font-size: 19px;
    color: #475358;
    font-weight: 500;
}

.headerRow .middle ul li a:hover,
.headerRow .middle ul li a.active {
    color: #49a42c;
}

.headerRow .middle .subMenu {
    display: none;
}

.headerRow .right {
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.cflag {
    margin-right: 20px;
}

.cflag img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cflag span {
    display: inline-block;
    vertical-align: middle;
    color: #475358;
    font-size: 18px;
}

.headerRow .right a {
    margin-right: 5px;
}

.headerRow .right a:last-child {
    margin-right: 0px;
}

.headerRow .right a img {
    width: 35px;
}

.subPageHeader {
    background-color: #475358;
    padding: 22px 10px;
    position: sticky;
    top: 89px;
    z-index: 9;
}

.subPageHeader ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subPageHeader ul li a {
    font-size: 16px;
    color: #ffffff;
    padding: 18px 15px;
}

.subPageHeader ul li a.active {
    color: #4aa32c;
}

.subPageHeader ul li a:hover {
    opacity: 0.8;
}

.homeBanner {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0.97) 64%), url(../images/banner.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    padding: 14.1% 6%;
}

.homeBannerInner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0% 8%;
}

.homeBannerInner h3 {
    width: 100%;
    max-width: 641px;
    text-align: right;
    line-height: 32px;
    margin: 0 0 10px;
}

.homeBannerInner h3 a {
    font-size: 45px;
    color: #000000;
    line-height: 36px;
}

.homeBannerInner p {
    font-size: 20px;
    margin: 0 0 15px;
    width: 100%;
    max-width: 671px;
    text-align: right;
    color: #000;
}
.homeBannerInner a.themeBtn{
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.newsSection {
    padding: 100px 0px 70px;
    background-color: #f5f5f5;
}

.newsSectionBlock {
    width: 80%;
    max-width: 1920px;
    margin: auto;
    padding: 0 50px;
}

.newsSectionBlock h3 {
    font-size: 24px;
    margin: 0 0 15px;
}

.newsRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding: 0 0 50px;
}

.newsCol {
    width: 33.333%;
    padding: 10px 14px;
}

.newsColInner {
    background-color: #fff;
}

.newsColInner .imgBlock {
    width: 100%;
    height: auto;
    position: relative;
}

.newsColInner .imgBlock::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    display: block;
    top: 0;
    left: 0;
    display: none;
}

.newsColInner .imgBlock:hover::before {
    display: block;
}

.newsColInner .imgBlock img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.newsColInner h4 {
    font-size: 22px;
    padding: 20px 44px 20px 15px;
    min-height: 118px;
}

.newsColInner p {
    font-size: 15px;
    color: #475358;
    padding: 10px 15px;
}

.newsSectionBlock .themeBtnOutline {
    margin: auto;
    max-width: max-content;
    background-color: #f5f5f5;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.newsSectionBlock .themeBtnOutline:hover{
    background-color: #49a42c;
}
footer {
    background-color: #475358;
    padding: 6% 0px 4%;
    position: relative;
    z-index: 10;
}

.footerContainer {
    width: 80%;
    max-width: 2560px;
    margin: auto;
}

.footerRow {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 0 80px;
}

.footerCol {
    width: 15.6%;
    padding: 10px 0px;
    margin-right: 5.5%;
}

.footerCol:first-child {
    width: 31.2%;
}

.footerCol:last-child {
    margin-right: 0px;
}

.footerLogo {
    width: 200px;
    margin: 0 0 30px;
}

.footerCol p {
    font-size: 17px;
    color: #e0e0e0;
}

.footerSocialIcon {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footerSocialIcon a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.footerSocialIcon a i {
    color: #e0e0e0;
}

.footerSocialIcon a:last-child {
    margin-right: 0px;
}

.footerSocialIcon a:hover {
    background-color: #e0e0e0;
}

.footerSocialIcon a:hover i {
    color: #475358;
}

.footerCol h4 {
    font-size: 18px;
    color: #e0e0e0;
    margin: 0 0 25px;
    position: relative;
}

.footerCol h4::before {
    content: "";
    width: 51px;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    bottom: -9px;
    z-index: 10;
}

.footerCol ul {}

.footerCol ul li {
    margin: 0 0 10px;
}

.footerCol ul li a {
    font-size: 17px;
    color: #e0e0e0;
}

.footerBottom {
    padding: 20px 0 10px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footerBottom .left p {
    font-size: 15px;
    color: #e0e0e0;
}

.footerBottom .left {
    width: 38%;
}

.footerBottom .right {
    width: 62%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footerBottom .right a {
    font-size: 17px;
    color: #e0e0e0;
    width: 25.6%;
    margin-right: 10.4%;
}

.footerBottom .right a:last-child {
    margin-right: 0%;
}

.subPageBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_facade_4.jpg);
    padding: 11% 10% 11%;
    background-position: 50%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: -78px;
    transition: 2s;
    opacity: 0;
    visibility: hidden !important;
}
.subPageBanner.animated{
    top: -48px;
    opacity: 1;
    visibility: visible !important;
}
.subPageBannerInner {
    width: 100%;
    max-width: 2560px;
    margin: auto;
}

.subPageBannerInner h1 {
    font-size: 50px;
    color: #000;
    text-align: right;
    font-family: 'Calibri-light';
    line-height: 55px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}

.propoDeNousPage {
    padding: 4% 24px;
}

.propoDeNousPageInner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.propoDeNousPageInner h2 {
    padding: 30px 0;
    font-size: 28px;
    text-align: center;
    font-family: 'calibri-regular';
    line-height: 1.1;
}

.propoDeNousRow1 {
    padding: 30px 0;
}

.propoDeNousRow1 p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    text-align: center;
}
.propoDeNousRow1 span {
    color: #4aa32c;
}
.videoContainer {
    padding: 30px 0;

}
.videoContainer iframe {
    height: 35vw;
}
.propoDeNousRow2 {
    padding: 30px 0;
}

.propoDeNousRow2 p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.propoDeNousRow3 {
    padding: 20px 0;
}

.propoDeNousRow3 p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.propoDeNousRow4 {
    padding: 20px 0;
}

.propoDeNousRow4 p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.propoDeNousRow4 p span {
    color: #49a42c;
}

.propoDeNousRow5 h2 {
    padding: 18px 0;
}

.propoDeNousRow5 p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.propoDeNousRowImg {
    padding: 30px 0;
}

.propoDeNousRowImg img {
    width: 100%;
}


.subPageBannerPatients {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_patient.jpg);
    padding: 8% 10% 20%;
}

.subPageBannerPatients .subPageBannerInner h1 {
    width: 100%;
    max-width: 490px;
    margin-left: auto;
}

.patientsMain {
    padding: 5% 0px 0;
}

.patientsRow1 {}

.patientsRow1 h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
}

.patientsRow1 p {
    font-size: 24px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.patientsRowButtonGroup {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 100px;
}

.patientsRowButtonGroup>div {
    width: 33.333%;
}

.patientsRowButtonGroup>div a {
    max-width: max-content;
}

.patientsRowButtonGroup>div:nth-child(2) {
    display: flex;
    justify-content: center;
}

.patientsRowButtonGroup>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

.patientsRow2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.patientsRow2 .left {
    width: 50%;
    padding: 24px 24px;
    max-width: 590px;
    margin: auto;
}

.patientsRow2 .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.patientsRow2 .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.patientsRow2 .right {
    width: 50%;
}

.patientsRow2 .right img {
    width: 100%;
}

.patientsRowReverse {
    flex-direction: row-reverse;
}

.patientsRow2 ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.patientsRow2 ul li {
    font-size: 18px;
    color: rgb(71, 83, 88);
    list-style: initial;
    margin-bottom: 15px;
}

.patientsRow3 {
    padding: 80px 24px;
}

.patientsRow3 h2 {
    color: rgb(74, 163, 44);
    font-size: 28px;
    text-align: center;
    width: 100%;
    max-width: 970px;
    margin: auto;
}

.patientsRow4 {
    padding: 100px 24px;
    background-color: #f5f5f5;
}

.patientsRow4 p {
    font-size: 24px;
    color: rgb(71, 83, 88);
    margin: 0 0 30px;
    text-align: center;
}

.patientsRow4 .themeBtn {
    max-width: max-content;
    margin: auto;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Cabin', sans-serif;
}

.newsDetailsBanner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 91px 0;
    background-position: 50%;
    position: relative;
}

.newsDetailsBanner::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
}

.newsDetailsBannerInner {
    position: relative;
    z-index: 1;
}

.newsDetailsBannerInner h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    max-width: 680px;    
}

.newsDetailsBannerInner .post-meta {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.newsDetailsBannerInner .post-meta span,
.newsDetailsBannerInner .post-meta span a {
    color: #fff;
}

.newsDetailsContent {
    padding: 50px 24px;
}

.entryContent {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.entryContent img {
    max-width: 100%;
    object-fit: contain;
}
.jobDetailsContent .entryContent h4{
    margin: 0 0 15px;
}
.jobDetailsContent ul{
    padding: 0 0 0 22px;
}
.jobDetailsContent ul li{
    list-style: initial;
    font-size: 18px;
    padding: 0 0 10px;
    color: #475358;
}
.entryContent p {
    color: rgb(71, 83, 88);
    font-size: 18px;
    margin: 0 0 1rem;
}
.entryContent p a{
    color: #49A42C;
}
.entryContent figure {
    margin: 0 0 25px;
}
.entryContent a {
    min-width: 398px;
    text-transform: initial;
    justify-content: center;
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 600;
}
.technologiesBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_technologie_suisse.jpg);
}
.technologiesBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}
.technologiesPage {
    padding: 5% 0 0;
}

.technologiesRow1 {
    padding: 30px 24px 80px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.technologiesRow1 h3 {
    font-size: 28px;
    color: rgb(74, 163, 44);
    text-align: center;
}

.technologiesRow2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.technologiesRow2 .left {
    width: 50%;
    padding: 24px 24px;
    max-width: 590px;
    margin: auto;
}

.technologiesRow2 .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.technologiesRow2 .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.technologiesRow2 .right {
    width: 50%;
}

.technologiesRow2 .right img {
    width: 100%;
}

.technologiesRowReverse {
    flex-direction: row-reverse;
}

.technologiesRow2 ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.technologiesRow2 ul li {
    font-size: 18px;
    color: rgb(71, 83, 88);
    list-style: initial;
    margin-bottom: 15px;
}

.politiqueBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_controle_qualite_2.jpg);
}

.politiqueBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}

.politiquePage {
    padding: 5% 0 0;
}

.politiqueRow1 {
    padding: 30px 24px 80px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.politiqueRow1 h3 {
    font-size: 28px;
    color: rgb(74, 163, 44);
    text-align: center;
}

.politiqueRow2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.politiqueRow2 .imgBlock {
    width: 33.333%;
}

.politiqueRow2 .imgBlock img {
    width: 100%;
}

.politiqueRow3 {
    padding: 80px 24px;
    background-color: #f5f5f5;
}

.politiqueRow3Inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.politiqueRow3Inner p {
    font-size: 24px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.politiqueRow4 {    
    padding: 80px 24px;
    background-color: #fff;   
}
.politiqueRow4Inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.politiqueRow4 .left {
    width: 50%;
}

.politiqueRow4 .left p {
    color: rgb(71, 83, 88);
    font-size: 18px;
    margin: 0 0 20px;
}

.politiqueRow4 .left a {
    text-decoration: underline;
    color: #49a42c;
    font-size: 18px;
}

.politiqueRow4 .right {
    width: 50%;
}

.politiqueRow4 .right img {
    max-width: 200px;
    margin: auto;
    display: block;
}

.professionnelsMedicauxBanner {}

.professionnelsMedicauxSlider .item {
    padding: 13% 14%;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100%;
    background-repeat: no-repeat;
}

.professionnelsMedicauxSlider .item h3 {
    font-size: 45px;
    color: #000;
}

.professionnelsMedicauxSlider .item p {
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
}

.professionnelsMedicauxSlider .item p sup {
    color: #000;
}

.professionnelsMedicauxSlider .item a {
    max-width: max-content;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.professionnelsMedicauxItem1 {
    background-image: url(../images/symbios_professionnels_medicaux_origin_.webp), radial-gradient(circle at center, rgba(209, 209, 209, 0) 0%, #b9b9b9 100%);
}

.professionnelsMedicauxItem2 {
    background-image: url(../images/symbios_professionnels_medicaux_custom_hip_.webp), radial-gradient(circle at center, rgba(209, 209, 209, 0) 0%, #b9b9b9 100%);
}

.professionnelsMedicauxItem3 {
    background-image: url(../images/symbios_professionnels_medicaux_hip_plan.webp), radial-gradient(circle at center, rgba(209, 209, 209, 0) 0%, #b9b9b9 100%);
}

.professionnelsMedicauxItem4 {
    background-image: url(../images/symbios_professionnels_medicaux_knee_plan.webp), radial-gradient(circle at center, rgba(209, 209, 209, 0) 0%, #b9b9b9 100%);
}

.professionnelsMedicauxItem5 {
    background-image: url(../images/symbios_professionnels_medicaux_serenity.webp), radial-gradient(circle at center, rgba(209, 209, 209, 0) 0%, #b9b9b9 100%);
}

.professionnelsMedicauxItem6 {
    background-image: url(../images/symbios_professionnels_medicaux_sps.webp), radial-gradient(circle at center, rgba(209, 209, 209, 0) 0%, #b9b9b9 100%);
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: transparent;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    font-family: 'Material Icons';
}

.owl-nav button.owl-prev {
    display: none;
    left: 0px;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-next {
    display: none;
    right: 0px;
    transition: all 0.3s ease-in-out;
}

.professionnelsMedicauxSlider:hover .owl-nav button.owl-prev {
    left: 50px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.professionnelsMedicauxSlider:hover .owl-nav button.owl-next {
    right: 50px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.owl-nav button i {
    font-size: 60px;
    color: #49A42C;
}

/* -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out; */

.owl-dots {
    text-align: center;
    padding-top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 20px;
}

.owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(74, 163, 44);
    opacity: 0.5;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background: rgb(74, 163, 44);
    opacity: 1;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button:focus {
    outline: none;
}

.professionnelsMedicauxRow1 {
    padding: 5% 24px;
}

.professionnelsMedicauxRow1Inner {
    width: 100%;
    max-width: 1160px;
    margin: auto;
}

.professionnelsMedicauxRow1Inner h3 {
    font-size: 24px;
    margin: 0 0 15px;
}

.professionnelsMedicauxRow1Inner p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    margin: 0 0 20px;
    box-shadow: 0px 2px 2px 0px rgb(181 181 181 / 30%);
}

.professionnelsMedicauxRow1Inner a {
    max-width: max-content;
    margin: auto;
}

.evenementsVenirRow {
    padding: 2% 24px 5%;
}

.evenementsVenirRowInner {
    width: 80%;
    max-width: 1266px;
    margin: auto;
}

.evenementsVenirRowInner h3 {
    font-size: 24px;
    margin: 0 0 15px;
}

.evenementsVenirRowInner p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    margin: 0 0 20px;
    box-shadow: 0px 2px 3px 0px rgb(181 181 181 / 30%);
}

.evenementsVenirRowInner a {
    max-width: max-content;
    margin: 20px 0 20px auto;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.produitSolutionsBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_produits_et_solutions.jpg);
    padding: 12% 10% 9%;
}

.produitSolutionsBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 600px;
    text-align: right;
    margin-left: auto;
}

.produitSolutionsRow1 {
    padding: 5% 24px 0;
    background-color: #f5f5f5;
}

.produitSolutionsRow1 h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
    color: rgb(71, 83, 88);
}

.produitSolutionsRowButtonGroup {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 100px;
}

.productRowMain {
    padding: 5% 24px 4%;
}

.productRowMain h3 {
    font-size: 24px;
    margin: 0 0 10px;
}

.productRowInner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.productRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}

.productCol {
    width: 33.333%;
    padding: 20px 2.5%;
}

.productColInner {
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    padding: 20px;
}

.productColInner .imgBlock {
    width: 100%;
    height: 343px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productColInner .imgBlock img {
    object-fit: contain;
    height: 100%;
}

.productColInner p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    text-align: center;
    text-transform: uppercase;
}

.actualitesPage {
    padding: 100px 0px 70px;
    background-image: url(https://symbios.elk-dev.ch/wp-content/uploads/2022/01/BG_symbios_8.webp);
    background-position: right -30%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.actualitesPage .newsSectionBlock {
    max-width: 1266px;
    padding: 0 0;
}

.actualitesPage .newsSectionBlock h3 {
    font-size: 28px;
}

.customTabs.nav-tabs {
    padding: 30px 0;
    border: none;
    justify-content: center;
}

.customTabs.nav-tabs .nav-link {
    border-radius: 50px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: rgb(102, 102, 102);
    font-size: 13px;
}

.customTabs.nav-tabs .nav-link.active {
    background-color: #49a42c;
    color: #fff;
}

.protheseHancheBanner {}

.protheseHancheBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_patient_hanche_.jpg);
    padding: 14% 10% 9%;
    background-position: top center;
}

.protheseHancheBanner .subPageBannerInner h1 {
    color: #000;
    text-align: right;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.protheseHancheMain {
    padding: 0 0 0;
}

.protheseHancheMain .patientsRow1 {
    padding: 5% 24px 0;
    background-color: #f5f5f5;
}

.protheseHancheRow3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.protheseHancheRow3 .left {
    width: 50%;
    padding: 24px 24px;
    max-width: 590px;
    margin: auto;
}

.protheseHancheRow3 .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.protheseHancheRow3 .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.protheseHancheRow3 .right {
    width: 50%;
}

.protheseHancheRow3 .right img {
    max-width: 100%;
}

.protheseHancheRow3 ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.protheseHancheRow3 ul li {
    font-size: 18px;
    color: rgb(71, 83, 88);
    list-style: initial;
    margin-bottom: 15px;
}

.protheseHancheRow4 {
    background-color: #f5f5f5;
    padding: 5% 24px;
}

.protheseHancheRow4 p {
    color: rgb(74, 163, 44);
    font-size: 28px;
    text-align: center;
}

.protheseHancheRow5 {
    padding: 5% 24px;
}

.protheseHancheRow5 img {
    margin: auto;
    max-width: 1000px;
    display: block;
    width: 100%;
}

.protheseHancheRow6 {
    padding: 5% 24px;
    background-color: #f5f5f5;
}

.protheseHancheRow6Inner {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.protheseHancheRow6Inner h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.protheseHancheRow6Inner p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.protheseHancheRow7 {
    display: flex;
    flex-wrap: wrap;
}

.protheseHancheRow7 .imgBlock {
    width: 33.333%;
}

.protheseHancheRow7 .imgBlock img {
    width: 100%;
}

.protheseHancheRow8 {
    padding: 5% 24px;
    background-color: #f5f5f5;
}

.protheseHancheRow8Inner {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.protheseHancheRow8Inner p {
    color: rgb(74, 163, 44);
    font-size: 28px;
    text-align: center;
}

.protheseHancheRow9 {
    padding: 5% 24px;
}

.protheseHancheRow9Inner {
    width: 100%;
    max-width: 1110px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.protheseHancheRow9Inner .custCol {
    width: 50%;
    padding: 20px 2.5%;
}

.protheseHancheRow9Inner .custCol h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.protheseHancheRow9Inner .custCol p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.protheseHancheRow9Inner .videoContainer iframe {
    height: 296px;
}

.protheseHancheRow10 {
    padding: 100px 24px;
    background-color: #f5f5f5;
}

.protheseHancheRow10 p {
    font-size: 24px;
    color: rgb(71, 83, 88);
    margin: 0 0 30px;
    text-align: center;
}

.protheseHancheRow10 .themeBtn {
    max-width: max-content;
    margin: auto;
}

.protheseGenouBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_patient_genou.jpg);
    padding: 14% 10% 9%;
    background-position: top center;
}

.protheseGenouBanner .subPageBannerInner h1 {
    color: #000;
    text-align: right;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
}

.protheseGenouRow10ButtonGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.protheseGenouRow10ButtonGroup a {
    margin: initial !important;
    margin-right: 3% !important;
}

.protheseGenouRow10ButtonGroup a:last-child {
    margin-right: 0px;
}

.missionBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_mission.jpg);
}

.missionBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 600px;
    text-align: right;
    margin-left: auto;
}

.missionPageMain {}

.missionRow1 {
    padding: 5% 24px;
}

.missionRow1Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.missionRow1Inner p {
    font-size: 28px;
    text-align: center;
}

.missionRow2 {
    padding: 5% 0px 3%;
    background-color: #f5f5f5;
}

.missionRow2Inner {
    width: 80%;
    max-width: 1266px;
    margin: auto;
}

.missionRow2Inner h3 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 20px;
}

.missionRow2Inner .custRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.missionRow2Inner .custCol {
    width: 50%;
    padding: 20px 10px;
}

.missionRow2Inner .custCol>div {
    margin: 0 0 40px;
}

.missionRow2Inner .custCol>div h4 {
    font-size: 22px;
    margin: 0 0 8px;
}

.missionRow2Inner .custCol>div p {
    font-size: 18px;
    color: rgb(71, 83, 88);
}

.missionRow3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.missionRow3 .left {
    width: 50%;
    padding: 24px 24px;
    max-width: 590px;
    margin: auto;
}

.missionRow3 .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.missionRow3 .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.missionRow3 .right {
    width: 50%;
}

.missionRow3 .right img {
    max-width: 100%;
}

.contactPageBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_contact_0.jpg);
}

.contactPageMain {
    padding: 7% 24px;
    background-blend-mode: multiply;
    background-color: #ededed;
    background-image: url(../images/SY_BG_2.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactPageInner h3 {
    font-size: 34px;
    color: #4aa32c;
    text-align: center;
    margin: 0 0 50px;
}
.contactPageMain .map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    top: 22px;
    position: relative;
}
.contactFormBlock {
    padding: 4vw;
    width: 100%;
    max-width: 800px;
    margin: auto;
    background-color: #f5f5f5;
}

.contactFormBlock button {
    background-color: #49A42C;
    color: white;
    border: none;
    height: 40px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.contactFormBlock .note {
    padding: 30px 0 0;
}

.contactFormBlock .note p {
    font-size: 18px;
    color: rgb(71, 83, 88);
}

.mapDiv iframe {
    height: 600px;
}

.carrieresBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/139-scaled.jpg);
    padding: 12% 10% 11%;
}

.carrieresBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 600px;
    text-align: right;
    margin-left: auto;
}

.comonRow1 {
    padding: 5% 24px 0;
    background-color: #f5f5f5;
}

.comonRow1Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.comonRow1Inner h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
}

.comonRow1Inner h5 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 10px;
    color: #475358;
}


.comonRow1Inner p {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
    color: rgb(71, 83, 88);
}

.comonRowButtonGroup {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 100px;
}

.comonRowButtonGroup>div {
    width: 33.333%;
}

.comonRowButtonGroup>div a {
    max-width: max-content;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.comonRowButtonGroup>div:nth-child(2) {
    display: flex;
    justify-content: center;
}

.comonRowButtonGroup>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

.comonRow2 {
    padding: 5% 24px;
}

.comonRow2Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.comonRow2Inner h3 {
    font-size: 28px;
    text-align: center;
}

.comonRow2Inner h2 {
    font-size: 34px;
    text-align: center;
}

.comonRow3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.comonRow3 .left {
    width: 50%;
    padding: 6vw 7vw;
    height: 650px;
}

.comonRow3 .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 12px;
}

.comonRow3 .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;
}

.comonRow3 .left a {
    max-width: max-content;
    justify-content: center;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    background-color: transparent;
    font-weight: 700;
}
.comonRow3 .left a:hover{
    background-color: #49a42c;
}
.comonRow3 .right {
    width: 50%;
    height: 650px;
}

.comonRow3 .jarallax {
    height: 100%;
}

.comonRow3 .right img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.comonRow3Reverse {
    flex-direction: row-reverse;
}

.internationalPage .comonRow2Inner {
    max-width: 790px;
}

.internationalPage .comonRow2Inner h3 {
    font-size: 28px;
}

.customTabs1.nav-tabs {
    padding: 30px 0;
    border-bottom: 1px solid rgb(73, 164, 44);
}

.customTabs1.nav-tabs .nav-link {
    border-radius: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    color: #49a42c;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 30px;
}

.customTabs1.nav-tabs .nav-link.active {
    background-color: #49a42c;
    color: #fff;
}

.internationalTab {
    width: 80%;
    max-width: 1266px;
    margin: 4% auto 5%;
    padding: 0 24px;
}

.internationalList {
    padding: 54px 0;
}

.internationalList ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.internationalList ul:nth-child(even) {
    background: #fff;
}

.internationalList ul:nth-child(odd) {
    background: #eee;
}

.internationalList ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 8px;
}

.internationalList ul li:nth-child(2),
.internationalList ul li:nth-child(4) {
    justify-content: flex-start;
}

.internationalList ul li h3 {
    font-size: 16px;
    font-weight: bold;
}

.internationalList ul li p {
    font-size: 16px;
    color: rgb(71, 83, 88);
}

.internationalList ul li a {
    color: #49a42c;
}

.internationalList ul li a.mapPointer {
    background: #329d3f;
    color: #fff;
    width: 49px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internationalList ul li a.mapPointer svg {
    fill: #fff;
    width: 20px;
}

.internationalList ul li a.mapPointer i {
    color: #fff;
}

.internationalList ul li h6 {
    font-size: 17px;
    color: #329d3f;
}

.educationBanner {
    background-image: linear-gradient(90deg, rgba(245, 245, 245, 0.02) 11%, #ffffff 100%), url(../images/symbios_education_medicale.jpg);
    padding: 13% 10% 8%;
}

.educationBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 600px;
    text-align: right;
    margin-left: auto;
}

.educationPage .comonRow1 {
    padding: 8% 24px 0;
}

.educationPage .comonRow3 .right {
    height: 450px;
}

.mentionsPage {
    padding: 5% 24px;
}

.mentionsPageInner {
    width: 100%;
    max-width: 1028px;
    margin: auto;
}

.mentionsPageInner ul {
    margin: rem 0 1rem;
    padding-left: 20px;
}

.mentionsPageInner ul li {
    font-size: 18px;
    color: #4e4e4e;
    font-family: 'Calibri-light';
    list-style: initial;
    margin-bottom: 12px;
}

.comonRow4 {}

.comonRow4 h3 {
    color: #4aa32c;
    font-size: 28px;
    margin: 0 0 10px;
}

.comonRow4 p {
    font-size: 18px;
    color: #475358;
}

/* .accordionRow .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordionRow .accordion .card-header.collapsed:after {
    content: "\f067"; 
} */
.accordionRow {
    padding: 5.5% 0;
}

.acc {
    margin: 0 auto;
}

.acc__card {
    margin: 0em 0 2em;
    position: relative;
    border-bottom: 1px solid #1D1E22;
}

.acc__title {
    cursor: pointer;
    display: block;
    padding: 0em 0em 20px;
    position: relative;
    text-align: left;
}

.acc__title p {
    color: #4aa32c;
    font-size: 28px;
}

.acc__title::after {
    font-family: 'FontAwesome';
    content: "\f067";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 17px;
    transition: all 0.2s ease-in-out;
    background: #4aa32c;
    color: #fff;
    font-size: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc__title.active::after {
    display: none;
}

.acc__panel {
    background: #fff;
    font-size: 18px;
    color: #475358;
    display: none;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
}

.contactDetailRow {}

.contactDetailRow h3 {
    color: #4aa32c;
    font-size: 28px;
    margin: 0 0 20px;
}

.contactDetailRow p {
    font-size: 18px;
    color: #475358;
    margin: 0 0 15px;
}

.contactDetailRow p a {
    color: #4aa32c;
}

.trouverPage {
    padding: 3% 24px;
    display: flex;
}

.trouverPageInner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.trouverPageInner h1 {
    font-size: 33px;
    text-align: center;
}

.locationListing {}

.locationListingFilter {
    background: #efefef;
    padding: 20px;
    border-radius: 2px;
    margin: 20px 0;
}

.locationListingFilter .searchForm {
    padding: 0.75em 0;
}

.locationListingFilter .searchForm input {
    width: 100%;
    padding: 0.7142857em;
    border: 1px solid #fff;
    color: rgba(0, 0, 0, .58);
    border-radius: 50px;
    background: #fff;
    font-size: .875em;
}

.categoriesFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.categoriesFilter .left {}

.categoriesFilter .left select {
    background-color: #475358;
    color: #fff;
    padding: 0.7142857em 1em 0.7142857em 0.7142857em;
    max-width: 126px;
    margin-right: 0.85714em;
}

.categoriesFilter .left select:last-child {
    max-width: 170px;
}

.categoriesFilter span.span_list,
.categoriesFilter span.span_grid,
.categoriesFilter span.span_print {
    margin-right: 0.4em;
    cursor: pointer;
}

.categoriesFilter span.span_list img,
.categoriesFilter span.span_grid img,
.categoriesFilter span.span_print img {
    opacity: .7;
}

.locationListingRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
}

.locationListingCol {
    width: 100%;
    padding: 10px 15px;
}

.locationListingColInner {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.locationListingColInner h3 {
    margin: 0 0 5px;
}

.locationListingColInner h3 a {
    color: rgb(68, 68, 68);
    font-size: 18px;
    font-weight: bold;
}

.locationListingColInner p {
    font-size: 13px;
    color: rgb(68, 68, 68);
    margin: 0 0 10px;
}

.locationMarker {
    font-size: 16px;
    color: rgb(68, 68, 68);
    position: relative;
    padding-left: 25px;
}

.locationMarker::before {
    position: absolute;
    background: url(../images/location-icon.png) no-repeat top left;
    content: '';
    width: 15px;
    height: 24px;
    left: 0;
    top: 0;
}

.locationListingColGrid {
    width: 33.333%;
}

.languesPage {
    padding: 5% 24px;
}

.languesPageInner {
    width: 80%;
    max-width: 1920px;
    margin: auto;
}

.languesRow1 {
    padding: 0 0 5%;
}

.languesRow1 img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 200px;
    margin-bottom: 2.75%;
}

.languesRow1 p {
    color: rgb(71, 83, 88);
    font-size: 18px;
    text-align: center;
}

.languesRow2 {}

.languesRow2 .title h6 {
    color: rgb(71, 83, 88);
    font-size: 18px;
    border-bottom: 1px solid #475358;
}

.languesListRow {
    display: flex;
    flex-wrap: wrap;
    padding: 5% 0;
    margin: 0 -10px;
}

.languesListCol {
    width: 25%;
    padding: 10px 10px;
    display: flex;
    align-items: flex-start;
}

.languesListCol ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* min-height: 212px; */
}

.languesListCol ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.languesListCol ul li span {
    color: rgb(71, 83, 88);
}

.languesListCol ul li img {
    width: 20px;
    margin-right: 8px;
}

.languesListCol ul li p {
    color: #475358;
    font-size: 18px;
}
.languesListCol ul li a {
    font-size: 18px;
    color: #4aa32c;
}
.languesRow2 .themeBtnOutline {
    max-width: max-content;
    margin: auto;
}
.languesPageInner .languesRow2:nth-child(2) .languesListCol {   
    align-items: flex-end;
}


.commonBanner1 {
    /* background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; */
    position: relative;
}

.commonBanner1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, #ffffff 0%, #B9B9B9 100%);
    z-index: 1;
}

.jarallax {
    position: relative;
    z-index: 2;
}

.jarallax>.jarallax-img {
    z-index: 2;
}

.commonBanner1Content {
    padding: 17.2% 24px 21.2% 150px;
}

.commonBanner1Content h1 {
    font-size: 60px;
    color: #000000;
    line-height: 1.2em;
}

.commonBanner1Content p {
    font-size: 30px;
    color: #000000;
    line-height: 1.3em;
    margin: 0 0 25px;
    font-family: 'Conv_simplon-BP-light';
}

.commonBanner1Content a {
    max-width: max-content;
    background-color: transparent;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.commonBanner1 a.down {
    color: #49a42c;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #49a42c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.commonBanner1 button i {
    font-size: 40px;
}
.comonRow5 {
    padding: 200px 24px;
}
.comonRow5Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.comonRow5Reverse .comonRow5Inner {
    flex-direction: row-reverse;
}
.comonRow5Inner .left {
    width: 60%;
    padding: 50px 96px;
}
.comonRow5Inner .left a.themeBtn, .comonRow5Inner .left a.themeBtnOutline{
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.comonRow5Inner .left h3 {
    font-size: 28px;
    margin: 0 0 20px;
}
.comonRow5Inner .left h4 {
    font-size: 28px;
    margin: 0 0 20px;
}
.comonRow5Inner .left ul {
    padding: 0 0 0 19px;
}
.comonRow5Inner .left ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
    line-height: 26px;
}
.comonRow5Inner .left ul li ul{
    margin-top: 15px;
}
.comonRow5Inner .left h6 {
    color: rgb(74, 163, 44);
    font-size: 28px;
    text-align: center;
}
.comonRow5Inner .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    line-height: 23.4px;
}
.comonRow5Inner .right {
    width: 40%;
}
.comonRow5Inner .right img {
    width: 440px;
    display: block;
    margin: auto;
    max-width: 100%;
    margin-bottom: 7.493% !important;
}
.comonRow5Inner .right img:last-child {
    margin-bottom: 0% !important;
}

.comonRow6 {}

.comonRow6 .jarallax {
    height: 700px;
    padding: 0 24px;
}
.comonRow6 .jarallax-img{
    object-position: 50% 0% !important;
}
.jarallxContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
}

.jarallxContent h3 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.jarallxContent p {
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.comonRow7 {
    padding: 200px 24px;
}

.comonRow7 .firstBlock {
    padding: 0 0 180px;
}

.comonRow7 .firstBlock .firstBlockInner {
    width: 100%;
    max-width: 567px;
    margin: auto;
}

.comonRow7 .firstBlock .firstBlockInner h3 {
    font-size: 28px;
    margin: 0 0 12px;
}
.comonRow7 .firstBlock .firstBlockInner p{
    font-size: 18px;
    color: #475358;
}
.comonRow7 .firstBlock .firstBlockInner ul {
    padding: 0 0 0 19px;
}

.comonRow7 .firstBlock .firstBlockInner ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
}

.comonRow7 .secondBlock {}

.comonRow7 .secondBlock .imgBlockGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comonRow7 .secondBlock .imgBlockGroup img {
    max-width: 373px;
    margin-right: 5.5%;
}

.comonRow7 .secondBlock .imgBlockGroup img:last-child {
    margin-right: 0;
}

.comonRow7 .secondBlock .imgBlock {
    width: 100%;
    max-width: 740px;
    margin: auto;
    position: relative;
}

.comonRow7 .secondBlock .imgBlock .imgBlockInner {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.comonRow7 .secondBlock .imgBlock .imgBlockInner img {
    width: 100%;
}

.comonRow7 .secondBlock .imgBlock .imganimation {
    position: absolute;
    top: -34px;
    width: 100%;
    max-width: 720px;
    left: 11px;
}

.prductSolutionDetailsRow4 .comonRow5Inner .left p {
    width: 100%;
    max-width: 500px;
}

.prductSolutionDetailsRow4 .comonRow5Inner .right img {
    width: 100%;
    max-width: 300px;
}

.bgGrey {
    background-color: #f5f5f5;
}

.comonRow8 {
    padding: 8% 24px;
}

.comonRow8Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px;
}

.comonRow8Inner:last-child {
    padding: 0 0 0px;
}

.comonRow8Reverse {
    flex-direction: row-reverse;
}

.comonRow8Inner .left {
    width: 60%;
    padding: 50px 96px;
    margin-right: 5.5%;
}

.comonRow8Reverse .left {
    margin-right: 0%;
    margin-left: 5.5%;
}
.comonRow8Inner .left img{
    max-width: 100%;
    height: auto;
}
.comonRow8Inner .left h3 {
    font-size: 28px;
    margin: 0 0 20px;
}
.comonRow8Inner .left h4{
    font-size: 28px;
    margin: 0 0 15px;
}
.comonRow8Inner .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
}

.comonRow8Inner .left ul {
    padding: 0 0 0 19px;
}

.comonRow8Inner .left ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
    line-height: 26px;
}

.comonRow8Inner .right {
    width: 34.5%;
    position: relative;
}

.comonRow8Inner .right img {
    max-width: 100%;
}

.comonRow9 {   
    background-color: #f5f5f5;
    padding: 150px 24px 150px;
}

.comonRow9Inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 100px;
    background-color: #ffffff;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

.comonRow9Inner h3 {
    margin-bottom: 2.75%;
    font-size: 28px;
    text-align: center;
}

.ressourcesTabRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ressourcesTabRow {
    padding: 1.25rem;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.ressourcesTabRow .left {
    display: flex;
    align-items: center;
}

.ressourcesTabRow .left .imgBlock {
    margin-right: 12px;
}

.ressourcesTabRow .left .imgBlock img {
    max-width: 48px;
}

.ressourcesTabRow .left .contentBlock h4 {
    font-size: 19px;
    font-weight: bold;
}

.ressourcesTabRow .left .contentBlock h4 a {
    color: #49a42c;
}

.ressourcesTabRow .left .contentBlock .textMuted {
    display: flex;
    align-items: center;
}

.ressourcesTabRow .left .contentBlock .textMuted>div {
    color: rgb(71, 83, 88);
    font-size: 12px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.ressourcesTabRow .left .contentBlock .textMuted>div:last-child {
    margin-right: 0px;
}

.ressourcesTabRow .left .contentBlock .textMuted i {
    color: rgb(71, 83, 88);
    font-size: 12px;
}

.ressourcesTabRow .right {}

.ressourcesTabRow .right h4 {
    font-size: 16px;
}

.ressourcesTabRow .right h4 a {
    color: #49a42c;
}

.ressourcesTab .tab-content {
    padding: 34px 0 0;
}

.comonRow10 {
    padding: 5% 24px;
}

.comonRow10 .firstBlock {
    padding: 0 0 50px;
}

.comonRow10 .firstBlock .firstBlockInner {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.comonRow10 .firstBlock .firstBlockInner h3 {
    font-size: 28px;
    margin: 0 0 20px;
    text-align: center;
}
.comonRow10 .firstBlock .firstBlockInner h4 {
    font-size: 28px;
    margin: 0 0 20px;
    text-align: center;
}

.comonRow10 .firstBlock .firstBlockInner ul {
    padding: 0 0 0 19px;
}

.comonRow10 .firstBlock .firstBlockInner ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
}

.comonRow10 .secondBlock {}

.comonRow10 .secondBlock .imgBlockGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comonRow10 .secondBlock .imgBlockGroup img {
    width: 373px;
    max-width: 100%;
    margin-right: 5.5%;
    display: block;
    object-fit: contain;
}

.comonRow10 .secondBlock .imgBlockGroup img:last-child {
    margin-right: 0;
}

.comonRow10 .secondBlock .imgBlock {
    width: 100%;
    max-width: 400px;
    margin: auto;
    position: relative;
}

.comonRow10 .secondBlock .imgBlock img {
    max-width: 100%;
}

.comonRow11 {
    padding: 10% 24px;
}

.comonRow11Inner {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.comonRow11InnerReverse .comonRow11Inner {
    flex-direction: row-reverse;
}

.comonRow11Inner .left {
    width: 60%;
    padding: 50px 0px 50px 0px;
    margin-right: 5.5%;
}

.comonRow11InnerReverse .comonRow11Inner .left {
    margin-right: 0%;
    margin-left: 5.5%;
}

.comonRow11Inner .left h3 {
    font-size: 28px;
    margin: 0 0 12px;
}

.comonRow11Inner .left ul {
    padding: 0 0 0 19px;
}

.comonRow11Inner .left ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
}

.comonRow11Inner .left h6 {
    color: rgb(74, 163, 44);
    font-size: 28px;
    text-align: center;
    line-height: 23.4px;
}

.comonRow11Inner .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    margin: 0 0 70px;
}

.comonRow11Inner .right {
    width: 34.5%;
    position: relative;
}

.comonRow11Inner .right img {
    max-width: 100%;
}

.comonRow11Inner .right .hoverBlockMain {
    position: absolute;
    top: 38%;
    left: 18%;
}

.comonRow11Inner .right .hoverBlockMain i {
    color: #49a42c;
    font-size: 44px;
    cursor: pointer;
}

.hoverImg {
    display: none;
}

.comonRow11Inner .right .hoverBlockMain:hover>.hoverImg {
    display: block;
    position: absolute;
    left: -90px;
    transform: scale(1.2);
    top: 270%;
}

.comonRow11Inner .right .hoverBlockMain1 {
    top: 12%;
    left: 25%;
}

.comonRow12 {
    padding: 5% 24px;
}

.comonRow12Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.comonRow12Inner .firstBlock {
    display: block;
    margin-left: auto;
    width: 100%;
    max-width: 567px;
}

.comonRow12Inner .firstBlock h3 {
    font-size: 28px;
    margin: 0 0 15px;
}

.comonRow12Inner .firstBlock p {
    color: rgb(71, 83, 88);
    font-size: 18px;
}

.comonRow12Inner .secondBlock img {
    max-width: 100%;
}

.comonRow12Inner .thirdBlock {
    width: 100%;
    max-width: 567px;
}

.comonRow12Inner .thirdBlock h2 {
    font-size: 60px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'calibri-regular';
}

.comonRow12Inner .thirdBlock p {
    font-size: 24px;
    color: #475358;
    margin-bottom: 5.82%;
    text-align: center;
}

.comonRow13 {
   /* padding: 10% 24px; */
	padding: 0% 24px;
}

.comonRow13Inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.comonRow13InnerReverse .comonRow13Inner {
    flex-direction: row-reverse;
}

.comonRow13Inner .left {
    width: 60%;
    padding: 50px 0px 50px 0px;
    margin-right: 5.5%;
}

.comonRow13InnerReverse .comonRow13Inner .left {
    margin-right: 0%;
}
.comonRow13Inner .left h3 {
    font-size: 28px;
    margin: 0 0 20px;
}

.comonRow13Inner .left ul {
    padding: 0 0 0 19px;
}
.comonRow13Inner .left ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
    line-height: 26px;
}
.comonRow13Inner .left h6 {
    color: rgb(74, 163, 44);
    font-size: 28px;
    text-align: center;
}
.comonRow13Inner .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    margin: 0 0 70px;
}
.comonRow13Inner .right {
    width: 34.5%;
    position: relative;
}
.comonRow13Inner .right img {
    max-width: 367px;
    width: 100%;
}
.comonRow13InnerReverse .comonRow13Inner .right {
    margin-right: 5.5%;
}
.comonRow13Inner .right .hoverBlockMain {
    position: absolute;
    top: 8%;
    left: 38%;
}
.comonRow13Inner .right .hoverBlockMain i {
    color: #49a42c;
    font-size: 44px;
    cursor: pointer;
}
.comonRow13Inner .right .hoverBlockMain:hover>.hoverImg {
    display: block;
    position: absolute;
    left: -100px;
    top: 150%;
    width: auto;
}

.comonRow13Inner .right .hoverBlockMain1 {
    top: 36%;
    left: 18%;
}

.comonRow13Inner .right .hoverBlockMain2 {
    top: 44%;
    left: 35%;
}


.comonRow14 {
    padding: 8% 24px;
}

.comonRow14Inner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
}

.comonRow14Inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 50px;
}

.comonRow14Reverse {
    flex-direction: row-reverse;
}

.comonRow14Inner:last-child {
    padding: 0 0 0px;
}

.comonRow14Inner .left {
    width: 60%;
    padding: 50px 76px;
    margin-right: 5.5%;
}

.comonRow14Reverse .left {
    margin-left: 5.5%;
    margin-right: 0%;
}

.comonRow14Inner .left h3 {
    font-size: 28px;
    margin: 0 0 20px;
}

.comonRow14Inner .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
}

.comonRow14Inner .left ul {
    padding: 0 0 0 19px;
}

.comonRow14Inner .left ul li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
}

.comonRow14Inner .right {
    width: 34.5%;
}

.comonRow14Inner .right img {
    width: 100%;
    max-width: 400px;
}

.histoireBanner {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0.75) 100%), url(../images/symbios_jean_ple_00.png);
    padding: 15% 10% 10%;
    background-position: center -4%;
    height: 517px;
}

.histoireBanner .subPageBannerInner h1 {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
}

.histoirePage {
    padding: 5% 24px;
    background-color: #f5f5f5;
}

.histoirePageInner {
    width: 100%;
    max-width: 1050px;
    margin: auto;
}

.histoirePageInner h1 {
    font-size: 25px;
    color: rgb(71, 83, 88);
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 40px;
}

.timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.timelineTopPageBtn{
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}
.timelineTopPageBtn a{
    background-color: transparent;
}
.timelineTopPageBtn .themeBtnOutline{
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.timeline .timeline-container {
    position: relative;
    width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 132px;
    margin: auto;
    padding: 30px 0;
    text-align: center;
    background: #435056;
    border-radius: 100px;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.timeline .timeline-year {
    margin: 30px 0;
}

.timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #e2e2e2;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
    text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
    text-align: left;
}

.timeline .timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
}

.timeline .timelineRoundAfter::after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 12px;
    background: #435056;
    border-radius: 15px;
    z-index: 1;
}

.timeline .row.timeline-left .timelineRoundAfter::after {
    right: -10px;
}

.timeline .row.timeline-right .timelineRoundAfter::after {
    left: -12px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 0px;
    background: #ffffff;
}

.timeline .timeline-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.timeline .row.timeline-right .timeline-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.timeline .timeline-box .timeline-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
}

.timeline .timeline-box .timeline-text {
    position: relative;
    width: calc(100% - 22px);
    float: left;
    padding: 0 10px 0 25px;
}

.timeline .timeline-launch .timeline-text {
    width: 100%;
}

.timeline .timeline-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    color: rgb(85, 85, 85);
    font-family: 'Open Sans', sans-serif;
}

.timeline-box .imgBlock {
    width: 100%;
    min-height: 173px;
    max-height: 440px;
    overflow: hidden;
    margin: 0 0 15px;
}

.timeline-box .imgBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .2s;
}

.timeline-box .imgBlock a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.timeline-box .imgBlock:hover img {
    transform: scale(1.2);
    transition: transform .2s;
}

.timelineFilter {
    padding: 0 0 50px;
}

.timelineFilter ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.timelineFilter ul li {
    margin-right: 10px;
    margin-bottom: 20px;
}

.timelineFilter ul li:last-child {
    margin-right: 0px;
}

.timelineFilter ul li a {
    padding: 9px 15px;
    border: 1px solid rgb(73, 164, 44);
    border-radius: 50px;
    color: #49A42C;
    text-transform: uppercase;
    font-size: 16px;
}

.timelineFilter ul li a.active {
    background-color: #49A42C;
    color: #fff;
}


@media (max-width: 768px) {
    .timeline .timeline-continue::after {
        left: 0px;
    }

    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year,
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date,
    .timeline .timeline-launch {
        text-align: left;
    }

    .timeline .row.timeline-left .timeline-date::after,
    .timeline .row.timeline-right .timeline-date::after {
        left: 47px;
    }

    .timeline .timeline-box,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-left .timeline-date {
        margin-left: 25px;
        margin-right: 0;
    }

    .timeline .timeline-launch .timeline-box {
        margin-left: 0;
    }

    .timeline .row.timeline-left .timeline-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }

    .timeline .row.timeline-left .timeline-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }

    .timeline .timeline-launch .timeline-box::after,
    .timeline .timeline-launch .timeline-box::before {
        left: 30px;
        margin-left: 0;
    }
}

/* registrationPage */

.registrationPage {
    padding: 5% 24px;
}

.registrationPageInner {
    width: 100%;
    max-width: 990px;
    margin-bottom: 30px;
    margin: auto;
}

.registrationPageInner h3 {
    font-size: 41px;
    margin: 0 0 20px;
}

.registrationForm {
    border: 1px solid #dee0e9;
    padding: 20px;
    box-sizing: border-box;
}

.registrationForm label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgb(71, 83, 88);
    font-weight: bold;
}

.registrationForm label span {
    color: red;
}

.registrationForm .form-control {
    border: 1px solid #bbb;
    color: #4e4e4e;
    min-height: 36px;
    padding: 4px 8px;
}

.registrationForm .from-group {
    margin: 0 0 15px;
}

.registrationForm .themeBtn {
    margin-left: auto;
}

.comonBanner2 {
    background-image: url(../images/Symbios_hip_plan_formation_bandeau.jpg);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.comonBanner2Inner {
    width: 80%;
    max-width: 1920px;
    margin: auto;
}

.comonBanner2Inner h1 {
    font-size: 50px;
    text-align: right;
    color: #000;
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    padding: 50px 0 0;
}

.comonRow15 {
    padding: 50px 24px;
}

.comonRow15Inner h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 10px;
}

.comonRow15Inner p {
    text-align: center;
    color: rgb(71, 83, 88);
    font-size: 18px;
}

.comonRow16 {
    display: flex;
    flex-wrap: wrap;
}

.comonRow16Reverse {
    flex-direction: row-reverse;
}

.comonRow16 .left {
    width: 50%;
    padding: 0px 104px;
    height: 527px;
    display: flex;
    flex-direction: column;
    padding: 7.5vw 6.5vw;
}
.comonRow16 .left a.themeBtnOutline{
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
}
.comonRow16 .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 15px;
}

.comonRow16 .left p {
    font-size: 18px;
    color: #475358;
    padding-bottom: 1rem;
    line-height: 23.4px;
}

.comonRow16 .right {
    width: 50%;
    height: 527px;
}

.comonRow16 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technologiesRowReverse {
    flex-direction: row-reverse;
}

.comonRow16 ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.comonRow16 ul li {
    font-size: 18px;
    color: rgb(71, 83, 88);
    list-style: initial;
    margin-bottom: 15px;
}

.comonRow17 {
    padding: 5% 24px;
}

.comonRow17Inner {
    width: 100%;
    max-width: 970px;
    margin: auto;
}

.comonRow17Inner h3 {
    font-size: 34px;
    text-align: center;
}

.comonRow17Inner h4 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
}

.comonRow17Inner p {
    color: rgb(71, 83, 88);
    font-size: 18px;
    text-align: center;
}

.comonRow18 {
    padding: 80px 24px;
    background-color: #f5f5f5;
}

.comonRow18Inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.comonRow18Inner p {
    font-size: 24px;
    color: rgb(71, 83, 88);
    text-align: center;
}

.comonRow18Inner h6 {
    font-size: 24px;
    color: rgb(71, 83, 88);
    text-align: center;
    line-height: 33.6px;
}

.comonRow18Inner h2 {
    font-size: 28px;
    text-align: center;
    font-family: 'Calibri-Regular';
}

.comonRow19 {
    padding: 5% 24px;
}

.comonRow19Inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.comonRow19Inner .left {
    width: 57.8%;
    margin-right: 5.5%;
    padding-right: 50px;
    padding-left: 50px;
}

.comonRow19Inner .left h3 {
    font-size: 28px;
    color: rgb(73, 164, 44);
    margin: 0 0 20px;
}

.comonRow19Inner .left p {
    font-size: 18px;
    color: rgb(71, 83, 88);
    padding-bottom: 1rem;   
}

.comonRow19Inner .left ul {
    padding-left: 20px;
}

.comonRow19Inner .left ul li {
    margin-bottom: 15px;
    font-size: 18px;
    color: rgb(71, 83, 88);
    list-style: initial;    
}

.comonRow19Inner .right {
    width: 36.7%;
    position: relative;
}

.protheseHancheRow2Reverse {
    background-color: #f5f5f5;
}

.comonRow19Reverse .comonRow19Inner {
    flex-direction: row-reverse;
}

.comonRow19Reverse .comonRow19Inner .right {
    margin-right: 5.5%;
}

.comonRow19Reverse .comonRow19Inner .left {
    margin-right: 0%;
}


.loginPage {
    padding: 24px 0px 50px;
}

.loginPageInner {
    width: 100%;
    max-width: 1266px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loginBlock {
    width: 100%;
    max-width: 450px;
    padding: 0px;
}

.loginBlockInner {
    border: 1px solid rgba(71, 83, 88, 0.2);
    background: #ffffff;
    padding: 48px;
}

.w3eden div#wpdmlogin,
.w3eden div#wpdmreg {
    padding: 0px;
    border: none;
}

.loginBlockInner .imgBlock {
    width: 100%;
    padding: 40px 0 75px;
}

.loginBlockInner .imgBlock img {
    display: block;
    margin: auto;
    max-width: 128px;
    width: 100%;
}

.loginBlock:last-child .loginBlockInner .imgBlock img {
    max-width: 100%;
}

.loginBlockInner .formGroup {
    margin: 0 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px 15px;
    background: #ffffff;
    transition: all ease-in-out 400ms;
}

.loginBlockInner .formGroup .form-control {
    border: none !important;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 0;
    margin: 0;
}

.loginBlockInner .formGroup label {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.3;
    margin: 0 0 0;
}

.loginBlockInner button,
#wp-submit-symconnect {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-size: 20px;
    background-color: #49a42c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 0.3rem;
    color: #fff;
    width: 100%;
    font-weight: normal;
}


.loginBlockInner button i {
    margin-right: 8px;
}

.login-form-meta-text label {
    font-size: 12px;
}

.rememberPassDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}

.rememberPassDiv .left {}

.rememberPassDiv .right {}

.rememberPassDiv .right a {
    font-size: 10px;
    color: #49a42c;
}

.customTableCheckbox label {}

.donotaccount {
    padding: 20px 0 0;
}

.donotaccount a {
    text-align: center;
    color: #49a42c;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

/* custom Table Checkbox */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: rgb(71, 83, 88);
    font-size: 10px;
}

.styled-checkbox+label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border: 1px solid #d5dbde;
    background: #d5dbde;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: -1px;
}

.styled-checkbox:checked+label:before {
    border: 1px solid #1484f5;
    background: #1484f5;
    box-shadow: 0 0 4px rgb(20 132 245 / 71%);
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.styled-checkbox.checkAll:checked+label:after {
    left: 3px;
    top: 15px;
}

/* End custom Table Checkbox */


/* Medical Professional Modal */

.medicalProfessionalModalContent {
    padding: 20px;
    width: 100%;
    max-width: 666px;
    margin: auto;
}

.medicalProfessionalModalContent h3 {
    font-size: 28px;
    margin: 0 0 15px;
}

.medicalProfessionalModalContent p {
    color: #4e4e4e;
    font-size: 18px;
    margin: 0 0 1rem;
}

.medicalProfessionalModalContent .medicalProfessionalModalButtonGroup a {
    border: 2px solid;
    padding: 0.667em 1.333em;
    margin-bottom: 0.5em;
    max-width: max-content;
    text-transform: initial;
    font-size: 20px;
    cursor: pointer;
}

/* End Medical Professional Modal */

/* Event */

.eventMain {
    padding: 2% 0 5%;
}

.eventMainInner {
    width: 80%;
    max-width: 1476px;
    margin: auto;
}

.eventMainInner h3 {
    font-size: 24px;
    margin: 0 0 15px;
}

.eventMainInner .themeBtnOutline {
    max-width: max-content;
    margin: auto;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.eventRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
    padding: 0 0 30px;
    box-shadow: 0px 2px 2px 0px rgb(181 181 181 / 30%);
}

.eventCol {
    width: 33.333%;
    padding: 10px 15px;
}

.eventColInner {
    background-color: #f5f5f5;
    height: 497px;
}

.eventColInner .imgBlock {
    width: 100%;
    max-height: 363px;
    overflow: hidden;
    position: relative;
}

.eventColInner .imgBlock::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.28);
    display: block;
    top: 0;
    left: 0;
    display: none;
}

.eventColInner .imgBlock:hover::before {
    display: block;
}

.eventColInner .imgBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eventColInner .eventContent {
    padding: 30px 15px;
    background-color: #f5f5f5;
}

.eventColInner h4 {
    font-size: 22px;
    color: #000000;
    line-height: 1.1em;
    text-align: center;
    margin: 0 0 15px;
}

.eventColInner p {
    font-size: 18px;
    color: #4aa32c;
    text-align: center;
    box-shadow: none;
}

/* End Event */

.arrowUp {
    background: #475358;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    cursor: pointer;
    font-size: 25px;
    padding: 5px;
    color: #fff;
    -webkit-animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 40px;
    height: 40px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowUp i {
    top: -2px;
    position: relative;
}

.jobDetailsMain {
    width: 80%;
    max-width: 800px;
    margin: auto;
}

.jobDetailsRow1 {
    padding: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 80px;
}

.job-meta-top .meta-item {
    margin: 5px 10px;
    font-size: 16px;
    display: inline-block;
}

.jobDetailsRow2 p {
    color: #475358;
    font-size: 18px;
    margin: 0 0 60px;
    line-height: 23.4px;
}

.jobDetailsRow2 h4 {
    color: #475358;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

.jobDetailsRow3 h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
}

.jobDetailsRow3 ul {
    padding: 0 0 50px 20px;
}

.jobDetailsRow3 ul li {
    list-style: none;
    color: #475358;
    font-size: 18px;
    list-style: initial;
    font-family: 'Calibri-light';
    line-height: 26px;
}

.jobDetailsRow4 {
    padding: 30px 0;
}

.jobDetailsForm {
    padding: 4vw;
    background-color: #f5f5f5;
}

.jobDetailsForm form .themeBtn {
    border-radius: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0 0 50px;
    padding: 5px 25px;
    cursor: pointer;
    text-transform: capitalize;
    max-width: 100%;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
}

.jobDetailsForm form a {
    color: #4aa32c;
}

.codedropz-upload-inner h3 {
    font-size: 22px;
}

.cd-upload-btn {
    color: #4aa32c;
}

.job-offers {
    padding: 5% 0px;
}

.job-offersInner {
    max-width: 1920px;
    width: 80%;
    margin: auto;
}
.job-offersInner input {
    padding: 10px;
    border-radius: 50px;
    border: none;
}
.job-offersInner .search-input input[type="submit"] {
    width: 98%;
    margin: 0 auto;
    background-color: #49A42C;
    color: white;
}
.downloadPageInner {
    width: 80%;
    max-width: 800px;
    margin: auto;
}

.downloadPageRow1 {
    padding: 0 0 24px;
}

.downloadPageRow1 ul {}

.downloadPageRow1 ul li {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #475358;
    font-size: 18px;
    font-family: 'Calibri-light';
}

.downloadPageRow2 {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    margin: 0 0 24px;
}

.hedaerUl {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.hedaerUl ul {}

.hedaerUl ul li {
    position: relative;
    top: 7px;
}

.hedaerUl ul li a {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #4aa32c;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.5rem 1rem;
    border-bottom: none;
}
.downloadContentBody {
    padding: 1.25rem;
    min-height: 181px;
}
.downloadPageRow3 {
    display: flex;
    justify-content: flex-end;
}
.downloadPageRow3 a {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 49%;
    height: 55px;
    margin: 0 0.5%;
}
.eventDetailsMain {}
.eventDetailsInner {
    width: 80%;
    max-width: 1024px;
    margin: auto;
}
.eventDetailsRow1 h1 {
    color: #475358;
    margin-bottom: 30px;
    margin-top: 10vh;
    font-weight: bold;
}
.eventDetailsImage {
    max-width: 900px;
    max-height: 700px;
    margin-bottom: 32px;
}
.eventDetailsImage img {
    width: 100%;
    max-width: 100%;
    max-height: 700px;
}
.eventDetailsDecp {}
.eventDetailsDecp h5{
    font-size: 18px;
    font-weight: 700;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #141827;
    margin: 0 0 20px;
}
.eventDetailsDecp p {
    color: rgb(20, 24, 39);
    font-size: 18px;
    margin: 0 0 25px;
}
.eventDetailsDecp ul {
    padding-left: 21px;
}
.eventDetailsDecp ul li{
    list-style: initial;
    font-size: 18px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #141827;
    margin: 0 0 15px;
}
.eventDetailsDecp a {
    color: #49A42C;
    text-decoration: underline;
    font-size: 18px;
}
.eventDetailsLinks {
    padding: 30px 0;
}
.eventDetailsLinks a {
    background-color: #49A42C;
    color: white;
    padding: 15px;
    border-radius: 50px;
    font-size: 15px;
    margin-right: 40px;
}

.eventDetailsLinks a:last-child {
    margin-right: 0px;
}

.eventDetailsContentCard {}

.eventDetailsContentCardInner {
    background-color: white;
    box-shadow: 5px 5px 10px #efefef;
    padding: 50px;
    width: 100%;
    max-width: 484px;
    display: flex;
    align-items: flex-start;
}
.eventDetailsContentCardInner .left {
    width: 50%;
    padding-right: 15px;
}
.eventDetailsContentCardInner .left h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #141827;
    font-size: 14px;
    margin: 0 0 15px;
}
.eventDetailsContentCardInner .left h5 {
    color: #141827;
    font-size: 18px;
    margin: 0 0 2px;
    font-weight: bold;
}
.eventDetailsContentCardInner .left a{
    color: #49a42c;
    font-size: 18px;
}
.eventDetailsContentCardInner .left p {
    color: #141827;
    font-size: 18px;
    margin: 0 0 15px;
}

.eventDetailsContentCardInner .right {
    width: 50%;
}
.eventDetailsContentCardInner .right a{
    color: #49a42c;
    font-size: 18px;
}
.eventDetailsContentCardInner .right h6 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #141827;
    font-size: 14px;
    margin: 0 0 15px;
}

.eventDetailsContentCardInner .right p {
    color: #141827;
    font-size: 18px;
    margin: 0 0 15px;
}

.eventDetailsMain .wp-next-post-navi {
    padding: 57px 0 0;
}

.eventDetailsMain .wp-next-post-navi a {
    max-width: max-content;
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-content {
    position: absolute;
    background: #fff;
    width: 500px;
    margin: -58px 0 0 -264px;
    left: 50%;
    top: 50%;
    z-index: 11;
    padding: 14px;
}

.close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -30px;
    font-size: 42px;
}

/* Animations */
.fadeIn {
    animation: fadeIn 0.5s ease-in both;
    -webkit-animation: fadeIn 0.5s ease-in both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.fadeOut {
    animation: fadeOut 0.5s ease-out both;
    -webkit-animation: fadeOut 0.5s ease-out both;
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.scaleIn {
    animation: scaleIn 0.5s ease-in both;
    -webkit-animation: scaleIn 0.5s ease-in both;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
}

@-webkit-keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
}

.scaleOut {
    animation: scaleOut 0.5s ease-out both;
    -webkit-animation: scaleOut 0.5s ease-out both;
}

@keyframes scaleOut {
    to {
        opacity: 0;
        transform: scale(0.5);
    }
}

@-webkit-keyframes scaleOut {
    to {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
}

.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.fullPopup{
    position: fixed;
}
.fullPopup .popup-overlay{
    background-color: #fff;
}
.fullPopup .popup-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 500px;
    margin: auto;
    left: 0;
    top: 0;
    padding: 5% 24px;
}
.fullPopup .close-popup {   
    top: 0;
    right: 10px;
    line-height: normal;
    color: #49a42c;
}
#class1 .popup-content, #class2 .popup-content, #class3 .popup-content, #class5 .popup-content{
    max-width: 100%;
    overflow-y: auto;
    height: 100vh;
}
#class1 .popup-content .popupContentInner, #class2 .popup-content .popupContentInner, #class3 .popup-content .popupContentInner, #class5 .popup-content .popupContentInner {  
    max-width: 939px;
    margin: auto;
}
#class1 .popup-content h4, #class2 .popup-content h4, #class3 .popup-content h4, #class5 .popup-content h4 {
    color: #49a42c;
    font-size: 28px;
    text-align: center;
    padding: 24px 0;
}
#class1 .popup-content .wpcf7, #class2 .popup-content .wpcf7, #class3 .popup-content .wpcf7, #class5 .popup-content .wpcf7{
    padding: 4vw;
    background-color: #f5f5f5;
}
#class1 .popup-content .themeBtn, #class2 .popup-content .themeBtn, #class3 .popup-content .themeBtn, #class5 .popup-content .themeBtn{
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    border-radius: 0;
    max-width: 100%;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}
#class1 .popup-content .submitBtn, #class2 .popup-content .submitBtn, #class3 .popup-content .submitBtn, #class5 .popup-content .submitBtn{
    padding: 0 0 50px;
}
#class1 .popup-content .wpcf7-date, #class2 .popup-content .wpcf7-date{
    padding: 10px 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(78, 78, 78);
    height: 40px;
    border: none;
    border-bottom: 1px solid rgb(81, 85, 87);
    margin-top: 8px;
    width: 100%;
}
#class1 .popup-content label a, #class2 .popup-content label a{
    color: #49a42c;
    text-decoration: underline;
}
#class1 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn, #class2 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{    
    font-size: 18px;
}
.customCheckbox .wpcf7-form-control-wrap{
    border-bottom: 1px solid rgb(81, 85, 87);
}
#class1 .note p, #class2 .note p{
    font-size: 18px;
}

#sgpb-popup-dialog-main-div{
    width: 100% !important;
}
.Error{
    padding: 5% 24px;
}
.Error h2{
    font-size: 25vw;
    color: #4AA32C;
    text-align: center;
    line-height: normal;
}
.Error p{
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 20px;
    color: #475358;
}
.Error .themeBtnOutline{
    max-width: max-content;
    margin: auto;
}


.job-bm-archive .job-list .company_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.job-bm-archive .job-list .single .job-meta {
    width: 100%;
}
.job-bm-archive .job-list .title a {
    color: #49a42c;
}
.job-bm-archive .search-input input[type="submit"] {   
    padding: 6px 10px;
}

.jobDetailsBanner::before{
    display: none;
}

.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffb900;
}


.comonRow20{
    padding: 150px 0 100px;
}
.comonRow20 .firstBlock {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 50px 0;
}
.comonRow20 .firstBlock h3 {
    font-size: 28px;
    margin: 0 0 12px;
}
.comonRow20 .firstBlock ul {
    padding: 0 0 0 19px;
}
.comonRow20 .firstBlock li {
    margin-bottom: 15px;
    color: rgb(71, 83, 88);
    font-size: 18px;
    list-style: initial;
    line-height: 26px;
}
.comonRow20 .secondBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0 0;
}
.comonRow20 .secondBlock .imgBlock{
    width: 375px;
    max-width: 100%;    
    position: relative;
    z-index: 1;
}
.comonRow20 .secondBlock .imgBlock img{
    max-width: 100%;
}
.comonRow20 .secondBlock .imgBlock:nth-child(1){
    /* transform: translateX(238px); */
    /* transition: transform 200ms linear; */
    position: relative;
    left: 210px;
}
.comonRow20 .secondBlock .imgBlock:nth-child(2){
    position: relative;
    z-index: 2;
}
.comonRow20 .secondBlock .imgBlock:nth-child(3){
    /* transform: translateX(-138px); */
    /* transition: transform 200ms linear; */   
    z-index: 3;
    position: relative;
    left: -210px;
}
.job-bm-archive .job-list .company-name{
    font-size: 18px;
}
.job-bm-archive .job-list {
    font-size: 18px;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 18px;
}
.wpcf7-not-valid-tip{
    font-size: 18px;
}

div.categories_filter select{
    font-size: 15.75px !important;
    padding: 9px 2.85714em 9px 0.7142857em !important;
}
.fc-infowindow-content, .fc-item-content {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
   font-weight: 300 !important;
   font-size: 13px !important;
   color: #777777 !important;
}

.newsDetailsContent .entryContent p a.linkColor {
    padding: 0;
    font-weight: 500;
    font-size: 18px;
}

.fc-item-meta {
    padding: 3px 10px !important;
    background-color: rgb(242, 242, 242) !important;
}
.productsDownloadBanner{
    background: #49a42c !important;
}
.productsDownloadBanner::before{
    display: none;
}

.w3eden .list-group-item {    
    border: 1px solid rgba(0,0,0,.125) !important;
    font-size: 18px;
}

.productsDownloadMain .w3eden .list-group{
    padding-left: 20px;
}
.productsDownloadMain .card-body a{
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
.productsDownloadMain .nav-tabs .nav-link{
    min-width: max-content;
}

.colorGreen{
    color: #49a42c;
}


.jobDetailsForm label a{
    color: #49a42c;
    text-decoration: underline;
    font-weight: normal;
    padding: 0 0 0;
    font-size: 18px;
}
.jobDetailsForm .codedropz-upload-inner h3 {
    margin: 0 0 20px;
}
.jobDetailsForm .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-weight: normal;
    padding: 0;
    font-size: 18px;
}
#cookie-law-info-bar .cli-bar-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-message {
    width: max-content;
    text-align: center;
    font-size: 13px;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-btn_container a{
    background-color: #49A42C !important;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-btn_container a:hover {
    box-shadow: inset 0 0 0 99999px rgb(0 0 0 / 5%);
}
#cookie-law-info-bar .cli-bar-container .cli_cookie_close_button {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 24px;
    font-weight: normal;
    opacity: 0.5;
}
#cookie-law-info-bar .cli-bar-container .cli_cookie_close_button:hover{
    opacity: 1;
}

#faq_banner .mentionsPageInner {    
    background: #f5f5f5;
    padding: 24px 35px;
}
#faq_banner.fullPopup .popup-content{
    max-width: 100%;
    height: 100%;
    overflow: auto;
}
#faq_banner .mentionsPageInner h2{
    text-align: center;
    font-size: 40px;
}
#faq_banner .mentionsPageInner .accordionRowBlock{
    padding: 35px 0 0;
}
#faq_banner .mentionsPageInner .accordionRowBlock h4{
    font-size: 28px;
}
#faq_banner .mentionsPageInner .accordionRowBlock .acc__panel{
    background-color: transparent;
}



.newsDetailsContent .entryContent .wp-next-post-navi{

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}


.jobDetailsMain h2, .jobDetailsMain h3, .jobDetailsMain h4{
	padding: 16px 0 8px;
}

.download-registration{
    width: 100%;
    max-width: 990px;
    margin: auto;
}
.download-registration h1{
    margin-bottom: 12px;
}
.download-registration select {
    border: 1px solid #bbb;
    font-size: 13px;
    color: #4e4e4e;
}
.download-registration .ur-label{
    width: 100%;
}
.download-registration .input-wrapper{
    width: 100%;
}
.download-registration .input-wrapper input{
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
}
.download-registration .download-register-btn{
    font-family: 'Cabin', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 30px;
}
.download-registration .download-register-btn .ur-front-spinner { 
    margin-left: 0;
    margin-right: 5px;
}

.owl-carousel .animated { 
    animation-duration: 1000ms;
    animation-fill-mode: both; 
}

/* #iwm_5 .iwm_map_canvas:after {
    padding-top: 48% !important;
} */
/* .iwm_map_canvas {
    height: 580px;
} */