@font-face {
  font-family: "articulat-sb";
  src: url("../fonts/FONT_ArticulatCF-DemiBold.ttf");
}
@font-face {
  font-family: "articulat-l";
  src: url("../fonts/FONT_ArticulatCF-Light.ttf");
}
@font-face {
  font-family: "articulat-m";
  src: url("../fonts/FONT_ArticulatCF-Medium.ttf");
}
@font-face {
  font-family: "articulat-n";
  src: url("../fonts/FONT_ArticulatCF-Normal.ttf");
}
body {
  padding: 0;
  margin: 0;
  font-size: 28px;
  overflow: hidden;
  overflow-y: auto;
  font-family: "articulat-n";
}
.bodyfrezze {
  overflow: hidden;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #e0dada;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
  border-radius: 10px;
}
input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none !important;
  box-shadow: none;
}
a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
  outline: none;
}

h1 {
  font-size: 80px;
}
h2 {
  font-size: 46px;
}
h3 {
  font-size: 34px;
}
.mt-3r{
    margin-top: 48px !important;
}
/* h4{
    font-size: 26px;
    line-height: 1.23;
    font-weight: bold; 
} */
/* h5{
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.85px;
    font-family: 'Rubik', sans-serif;
} */
/* h6{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.85px;
    font-family: 'Rubik', sans-serif;  
} */

strong {
  font-family: "Futura LT Bold";
}

.line {
  background: #00aeef;
  width: 124px;
  height: 8px;
  display: block;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
}

/* select{
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
} */

.positionRelative {
  position: relative;
}
.z-index-2 {
  z-index: 2;
}
.container {
  width: 100%;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}
.customContainer {
  width: 100%;
  max-width: 1790px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: flex;
}
a.nav-link{
  position: relative;
  transition: 0.3s all;
}
a.nav-link:hover{
  color: var(--primary);
}
a.nav-link:hover::before{
  left: -8px;
  opacity: 1;
}
a.nav-link::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translate(0,-50%);
  transition: 0.3s all;
  opacity: 0;
}
a.nav-link.active::before{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  left: -8px;
  top: 50%;
  transform: translate(0,-50%);
  opacity: 1;
}
.ml-auto {
  margin-left: auto;
}
nav {
  background: #fff;
}
nav .navbar-nav li a {
  font-family: "articulat-l";
  font-size: 22px;
  color: #363636;
}
nav .navbar-nav li {
  margin-right: 48px;
}
nav .navbar-nav li:last-child {
  margin-right: 0;
}
.container-fluid {
/*   padding: 0 80px !important; */
}
.cstmRow {
  display: flex;
  flex-wrap: wrap;
}
#banner .img_segment,
#banner .text_area {
  flex: 0 0 50%;
  max-width: 50%;
}
#banner .img_segment .img_box {
  height: 884px;
  background: url(../images/image\ 1.jpg);
  background-size: cover;
  background-position: center center;
}
#banner .text_area {
}
#banner .text_area .txts {
  padding: 207px 120px 207px 133px;
  background: var(--primary);
}
#banner .text_area .txts p {
  font-size: 48px;
  font-family: "articulat-n";
  line-height: 64px;
  color: #fff;
}
#banner .text_area .btn_area,
#banner .img_segment .btn_area {
  background: #fff;
  padding: 108px 0 108px 133px;
}
#banner .text_area .btn_area ul,
#banner .img_segment .btn_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
#banner .text_area .btn_area ul li,
#banner .img_segment .btn_area ul li {
  margin-right: 32px;
  display: block;  
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
#banner .text_area .btn_area ul li:last-child,
#banner .img_segment .btn_area ul li:last-child {
  margin-right: 0;
}
#banner .text_area .btn_area ul li a,
#banner .img_segment .btn_area ul li a {
  font-size: 16px;
  display: block;
  padding: 16px 27.5px;
  border-radius: 8px;
  color: var(--primary);
  background: #fff;
  border: 1px solid var(--primary);
  transition: all 0.3s;
}
#banner .text_area .btn_area ul li a:hover,
#banner .img_segment .btn_area ul li a:hover{
  background: var(--primary);
  color: #fff;
}
#banner .text_area .btn_area ul li:last-child a,
#banner .img_segment .btn_area ul li:last-child a {
  background: var(--primary);
  color: #fff;
}
#banner .text_area .btn_area ul li:last-child a:hover,
#banner .img_segment .btn_area ul li:last-child a:hover{
  background: #fff;
  color: var(--primary);
}
#banner .text_area .btn_area ul li a {
  
}
.forMob{
  display: none;
}
#services {
  padding: 126px 0 240px 0;
}
#services h1,
#about_us h1,
#team h1 {
  text-align: center;
  font-size: 40px;
  font-family: "articulat-l";
  margin-bottom: 104px;
  text-transform: uppercase;
}
#services p,
#about_us p {
  font-size: 24px;
  line-height: 32px;
  font-family: "articulat-l";
  color: #363636;
  margin-bottom: 20px;
}
.outline_btn {
  border: 1px solid var(--primary);
  border-radius: 8px;
  background: #fff;
  /* color: var(--primary); */
  color: var(--dark);
  font-size: 16px;
  padding: 16px 61px;
  /* margin-top: 20px; */
  display: inline-block;
  transition: 0.3s ease;
}
.outline_btn:hover {
  background: var(--primary);
  color: #fff;
}
.solid_btn {
    border: 1px solid var(--primary);
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
    font-size: 16px;
    padding: 16px 61px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s ease;
  }
  .solid_btn:hover {
    color: var(--primary);
    background: #fff;
  }
.aic {
  align-items: center;
}
.mb_service {
  margin-bottom: 184px;
}
#services .content,
#about_us .content {
  padding: 0 50px 0 80px;
}
#services .service_img_block,
#about_us .about_img_block {
  height: 588px;
  width: 614px;
  position: relative;
}
#about_us .about_img_1 {
  background: url("../images/about.jpg");
  background-size: cover;
  background-position: center center;
}
#services .service_img_1 {
  background: url("../images/PHOTO_FemmesEnceintes.jpg");
  background-size: cover;
  background-position: center center;
}
#services .service_img_2 {
  background: url("../images/PHOTO_OsteopathieGenerale.jpg");
  background-size: cover;
  background-position: center center;
}
#services .service_img_3 {
  background: url("../images/PHOTO_NouveauNe.jpg");
  background-size: cover;
  background-position: center center;
}
#services .service_img_4 {
  background: url("../images/PHOTO_SportEtPerformance.jpg");
  background-size: cover;
  background-position: center center;
}
#services h2,
#about_us h2 {
  font-size: 40px;
  margin-bottom: 24px;
  color: #363636;
}
#services .rightImg::before {
  content: "";
  position: absolute;
  width: 345px;
  height: 345px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
  left: -40px;
  top: -20px;
}
#services .rightImg::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
  left: -86px;
  top: 0px;
}
#services .leftImg::before,
#about_us .leftImg::before {
  content: "";
  position: absolute;
  width: 345px;
  height: 345px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
  right: -40px;
  top: -20px;
}
#services .leftImg::after,
#about_us .leftImg::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
  right: -86px;
  top: 0px;
}
.cta {
  background: var(--primary);
  padding: 148px 0;
}
.cta h1 {
  font-size: 40px;
  font-family: "articulat-m";
  color: #fff;
  margin-bottom: 16px;
}
.cta p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.cta a {
  color: var(--primary);
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  padding: 16px 61px;
  font-size: 16px;
  font-family: "articulat-sb";
  transition: 0.3s ease;
}
.cta a:hover {
  background: transparent;
  color: #fff;
}
.cta ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.cta ul li {
  margin-right: 32px;
  flex: 0 0 20%;
  max-width: 20%;
}
.cta ul li:last-child {
  margin-right: 0;
}
.cta ul li a {
  display: block;
}
#consult {
  padding: 184px 0;
}
#consult h1 {
  font-family: "articulat-l";
  font-size: 48px;
  line-height: 64px;
  color: #000;
  margin-bottom: 184px;
  text-align: center;
  padding: 0 80px;
}
#consult .service_img_block {
  height: 588px;
  width: 614px;
  position: relative;
}
#consult .service_img_4 {
  background: url("../images/PHOTO_QuandConsulter.jpg");
  background-size: cover;
  background-position: center center;
}
#consult .leftImg::before {
  content: "";
  position: absolute;
  width: 345px;
  height: 345px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
  right: -40px;
  top: -20px;
}
#consult .leftImg::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
  right: -86px;
  top: 0px;
}
#consult h2 {
  font-size: 40px;
  font-family: "articulat-n";
  margin-bottom: 40px;
}
#consult p {
  font-size: 24px;
  font-family: "articulat-l";
  line-height: 32px;
}
#consult .content {
  padding: 0 0 0 75px;
}
#contact {
  padding: 184px 0 239px 0;
}
#contact h1 {
  font-size: 40px;
  margin-bottom: 56px;
}
#contact h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "articulat-sb";
}
#contact h3 {
  font-size: 20px;
  line-height: 32px;
  font-family: "articulat-l";
}
#contact ul {
  margin: 32px 0;
  list-style: none;
}
#contact ul li img {
  margin-right: 18px;
	max-width: 19px;
}
#contact ul li {
  line-height: 14px;
}
#contact ul li a {
  font-size: 20px;
  line-height: 32px;
  font-family: "articulat-l";
  color: #363636;
}
#contact span.contct_label {
  font-family: "articulat-l";
  font-size: 14px;
  line-height: 14px;
}
#contact h4 {
  font-family: "articulat-l";
  font-size: 20px;
  line-height: 26px;
}
.mb_benefit {
  margin-bottom: 32px;
}
footer {
  background: var(--primary);
  /* padding: 58px 0; */
  padding: 15px 0 58px 0 !important;
}
footer p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-family: "articulat-m";
}

/* Service Page */

#pageheading {
  padding: 84px 0;
}
#pageheading h1 {
  font-size: 40px;
  line-height: 40px;
  color: #363636;
  font-family: "articulat-l";
  text-align: center;
  text-transform: uppercase;
}
.tabsegment {
  padding: 40px 0;
  background: var(--primary);
}
.tabsegment ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.tabcontent {
  margin-top: 56px;
}

.tabcontent ul {
  list-style: none;
}
.tabcontent .related_txt {
  padding-left: 56px;
}
.tabcontent .related_txt p {
  font-size: 20px;
  font-family: "articulat-l";
  line-height: 32px;
}
.tabcontent .fade.in {
    opacity: 1;
    display: block;
}
.tabcontent .fade{
	display: none;
}
.tabsegment ul li {
  margin-right: 64px;
  color: #fff;
  font-family: "articulat-m";
  font-size: 24px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
  padding-left: 16px;
  transition: 0.3s ease;
}
.tabsegment ul li a{
	position: relative;
}
.tabsegment ul li.tab_actv a::before{
  content: "";
  left: -16px !important;
  top: 40%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.tabsegment ul li.tab_actv span::before {
  content: "";
  left: -16px !important;
  top: 40%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.tabsegment ul li:last-child {
  margin-right: 0;
}
#service_tab .img_segment {
  max-width: 465px;
  height: 592px;
  position: relative;
  flex: 0 0 35%;
}
#service_tab .tabcontent section#article_listiing .img_segment {
   height: auto;
}
#service_tab .img_segment img{
	width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
#service_tab .cstmRow {
  flex-wrap: nowrap;
}
#service_tab .img_segment.img_n {
  height: 536px;
  /* background: url("../images/PHOTO_FemmesEnceintes.jpg"); */
  background-size: cover;
  background-position: center center;
}
#service_tab .img_segment.img_2 {
  height: 536px;
  /* background: url("../images/PHOTO_OsteopathieGenerale.jpg"); */
  background-size: cover;
  background-position: center center;
}
#service_tab .img_segment.img_3 {
  height: 536px;
  /* background: url("../images/PHOTO_NouveauNe.jpg"); */
  background-size: cover;
  background-position: center center;
}
#service_tab .img_segment.img_4 {
  height: 536px;
  /* background: url("../images/PHOTO_SportEtPerformance.jpg"); */
  background-size: cover;
  background-position: center center;
}

/* Service page article css */
#article_listiing {
  padding: 184px 0;
}
#article_listiing h1 {
  font-family: "articulat-l";
  font-size: 40px;
  text-align: center;
  margin-bottom: 104px;
  /* text-transform: uppercase; */
}
#article_listiing .art_item {
  flex-wrap: nowrap;
  background: #f7f7f7;
  padding: 48px;
  position: relative;
  margin-bottom: 48px;
}
#article_listiing .art_item .img_segment {
  position: relative;
  flex: 0 0 34%;
  z-index: 1;
}
#article_listiing .art_item .img_segment::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  height: 303px;
  width: 303px;
  background: var(--primary);
  border-radius: 50%;
  z-index: -1;
}
#article_listiing .art_item .bgArt {
  max-width: 433px;
  height: 303px;
  background: url("../images/PHOTO_TunelCarpien.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#article_listiing .art_item .art_contents {
  padding-left: 60px;
}
#article_listiing .art_item .art_contents span.time {
  font-size: 14px;
  font-family: "articulat-l";
  line-height: 14px;
  margin-bottom: 8px;
  display: block;
}
#article_listiing .art_item .art_contents .art_title {
  font-size: 32px;
  margin-bottom: 24px;
  font-family: "articulat-n";
  text-align: left;
  /* text-transform: capitalize; */
}
#article_listiing .art_item .art_contents .art_info {
  font-size: 20px;
  font-family: "articulat-l";
  line-height: 32px;
  margin-bottom: 24px;
}
.blogs{
  padding: 56px 0 200px 0 !important;
}
.blogs ul{
  list-style: none;
}
.blogs .cstm_pagination{
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.blogs .cstm_pagination li a{
  font-size: 20px;
  line-height: 32px;
  font-family: 'articulat-l';
  color: #363636;
}
.blogs .cstm_pagination li{
  margin-right: 32px;
}
.blogs .cstm_pagination li:last-child{
  margin-right: 0;
}
.blogs .cstm_pagination li.actvPg a{
  color: var(--primary) !important;
}
.txt_up{
  text-transform: uppercase;
}
#blog_banner{
  height: 234px;
/*   background: url('../images/PHOTO_FemmesEnceintes.jpg'); */
  background-position: top 55% center;
  background-repeat: no-repeat;
  background-size: cover;
}
#blog_contents{
  padding: 72px 0 200px 0;
}
#blog_contents h3{
  font-size: 20px;
  line-height: 32px;
  font-family: 'articulat-n';
  color: #000;
  /* margin-bottom: 32px; */
  margin-bottom: 10px;
}
#blog_contents h4{
  font-size: 20px;
  line-height: 32px;
  font-family: 'articulat-n';
  color: #000;
  margin-bottom: 3px;
}
#blog_contents p{
  font-size: 20px;
  line-height: 32px;
  font-family: 'articulat-l';
  margin-bottom: 32px;
}
#about_us{
  padding: 90px 0 56px 0 !important;
}
#team{
  padding: 184px 0 56px 0;
}
.articleForabout{
  padding: 184px 0 56px 0 !important; 
}
#team .img_box{
  width: 377px;
  display: block;
  margin: 0 auto 24px auto;
}
#team .member_info span.name{
  font-size: 32px;
  line-height: 32px;
  color: #363636;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
#team .member_info span.desg{
  font-size: 16px;
  line-height: 16px;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
#team .member_info span.info{
  font-size: 20px;
  font-family: 'articulat-l';
  line-height: 32px;
  display: block;
  text-align: center;
  width: 372px;
  margin: 0 auto 20px auto;
}
#team .member_info{
  text-align: center;
}
#about_us .about_team_img{
  /* background: url('../images/Sebastien.jpg'); */
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about_us .about_team_content{
  padding: 0 0 0 60px !important;
}
#about_us .team_bg_art{
  position: relative;
}
#about_us .team_bg_art::before{
  content: '';
  position: absolute;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background: var(--primary);
  z-index: -1;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}
#about_us .about_team_img_block {
  height: 338px;
  width: 330px;
  flex: 0 0 25%;
}
#about_us .about_team_img_block .about_img_block {
  height: 338px;
  width: 330px;
}
#about_us .about_content_block {
  flex: 0 0 75%;
  max-width: 500px;
}
#about_us .about_content_block h2{
  margin-bottom: 12px;
  line-height: 40px;
}
#about_us .about_content_block p.info{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 40px;
}
#about_us .about_row{
  justify-content: center;
}
.about_team_details{
  padding: 104px 0 56px 0;
}
.about_team_details h1{
  line-height: 64px;
  font-size: 48px;
  text-align: center;
  padding: 0 45px;
  margin-bottom: 104px;
}
.about_team_details p{
  line-height: 32px;
  font-size: 20px;
  font-family: 'articulat-l';
  /* margin-bottom: 60px; */
  margin: 0 48px 60px 48px;
}
button#cstm_mobile_nav_switch,
div#mob_menu{
  display: none;
}
.trigger_btn {
    background: #fff;
    padding: 16px;
    color: var(--dark);
}

.pum-theme-444 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  background-color : var(--light) !important;
}
.pum-theme-444 .pum-content, .pum-theme-default-theme .pum-content a {
  color: var(--primary) !important;
}
.all_blogs .page-numbers:hover {
  color : var(--dark) !important;
}