html {
	height: 100%;
}
::-webkit-scrollbar {
	width:4px;
	height:4px
}
::-webkit-scrollbar-track {
	background:rgba(0,0,0,0.1)
}
::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,0.5)
}
::-moz-system-metric {
	width:4px;
	height:4px
}
body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
	min-height: 100%;
	bottom:0px;
}
.clearfix, .clearfix::after, .content::after {
clear:both;
}
.clearfix:before,.content:before,.content:after,.clearfix::before, .clearfix::after, .container::before, .container::after{
display:table;
content:" ";
}
p, a {
	font-size:15px;
	line-height:25px;
	margin:0 0 15px 0;
	text-decoration:none;
}
em, em a {
	font-size:13px !important;
}
li{
	font-size:15px;
	line-height:25px;
	list-style-type:circle;
}
td {
	width:70%;
	font-size:15px;
	line-height:25px;
}
td:last-child{
	width:30% !important;
	text-align:right !important;
}
th {
	text-align:left !important;
	padding-bottom:20px;
	font-size:15px;
}
a:active, a:focus, a:hover{
	outline:none;
}
a:active, a:focus{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1{
	color:#000;
	padding:0;
	margin:0 0 20px 0;
}
h2, h3, h4 {
	color:#000;
	padding:0;
	margin:0 0 15px 0;
}
h1 {
	font-size:17px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:15px;
}
i {
	margin-right:10px;
}
ul {
	margin: 0;
}
.white {
	background-color:#fff;
}
.grey {
	background-color:#f1f1f1;
}
.silver {
	background-color:#8c8c93; 
}
.blue {
	background-color:#3b5998;
}
.padding{
	padding:15% 0;
}
.padding_2 {
	padding:10% 0;
}
.padding_3 {
	padding:10% 0 0 0;
}
.no-margin {
	margin:0 !important;
}
.container {
	width:80%;
	margin:0 auto;
}
.border {
	border-top:1px solid #000;
}
img {
	width:100%;
}
.slicknav_menu {
	display:block;
	background-color:#f1f1f1!important;
}
.slicknav_nav li:last-child {
	margin-bottom:10px;
}
.slicknav_nav li:first-child {
	margin-top:10px;
}
.slicknav_nav li a {
	color:#000 !important;
	padding: 5px 0 5px 10%;
	margin:0 !important;
}
.slicknav_brand {
	line-height:0;
	padding-top: 0 !important;
	padding-left:9% !important;
	padding-bottom:10px !important;
}
.slicknav_brand img{
	width:50px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #000 !important;
	height: 1px !important;
	margin-top: 5px !important;
	display:block;
	box-shadow:none !important;
}
.slicknav_open .slicknav_icon-bar {
	transform: rotate(45deg) translate(0, 0px);
}
.slicknav_open .slicknav_icon-bar:nth-last-child(3) {
	display:none;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.slicknav_open .slicknav_icon-bar:nth-last-child(2) {
	transform: rotate(-45deg) translate(-4px, 4px);
}
nav {
	display:none;
}
nav li, footer li {
	list-style:none;
}
nav li, footer li {
	display:inline-block;
}
nav li a, footer li a {
	text-decoration:none;
	color:#000;
}
.logo{
	display:none;
}
.slider {
	position:relative;
	display:block;
	-webkit-animation: fade-in 0.3s;
	animation: fade-in 0.3s;
}
@-webkit-keyframes fade-in {
  0% {
	  opacity:0;
    
  }
  100% {
	  opacity:1;
  }
}
@keyframes fade-in {
  0% {
	  opacity:0;
		
  } 
  100% {
	  opacity:1;
    
  }
}
.jssorb051 .i {
	position:absolute;
	cursor:pointer;
}
.jssorb051 .i .b {
	fill:#fff;
	fill-opacity:0.5;
	stroke:#fff;
	stroke-width:100;
	stroke-miterlimit:10;
	stroke-opacity:0.5;
}
.jssorb051 .i:hover .b {
	fill-opacity:.7;
}
.jssorb051 .iav .b {
	fill-opacity: 1;
}
.jssorb051 .i.idn {
	opacity:.3;
}
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-004-double-tail-spin {
    from {
        transform: rotate(0deg);
    }

    to {
		transform: rotate(360deg);
    }
}
.adresse{
	padding:12%;
	border-bottom:1px solid #000;
	margin: 0 -12.5%;
}
.adresse img{
	width:70px;
	margin-bottom:15px;
}
.tablet {
	display:none;
}
.smart {
	margin-top:30px;
}
button {
	width:46%;
	line-height:0;
	border:0;
	border-radius: 15px;
}
button:first-child  {
	margin-right:5%;
}
button a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin: 0 auto;
	padding: 3px 0;
}
table {
	margin-bottom:10%;
}
.physio img {
	width:47.5% !important;
	float:left;
}
.kinso {
	margin-right:5%;
}
.faz {
	margin-bottom:5%;
}
footer {
	padding:25px 0 10px 0;
}
footer p{
	text-align:center;
	line-height:0;
	margin: 0 0 7px 0;
	font-size:12px;
}
footer ul {
	text-align:center;
	margin:0;
	padding:0;
}
footer li {
	margin-left:5px;
}
footer a {
	font-size:12px;
}
@media screen and (min-width: 600px) {
.adresse, .adresse::after{
clear:both;
}
.adresse:before,.adresse::before, .adresse::after{
display:table;
content:" ";
}
.adresse{
	padding:7% 12% 4% 12%;
	border-bottom:1px solid #000;
	margin: 0 -12.5%;
}
.adresse img{
	margin:7px 0 7px 50px;
}
.tablet {
	display:block;
}
.smart {
	display:none;
}
button {
	width:70%;
	margin-bottom:10px;
}
footer {
	padding:15px 0;
}
footer .col-6, .adresse .col-6  {
	width:50%;
	float:left;
}
footer p {
	text-align:left;
	padding:15px 0 0 0;
}
footer ul {
	text-align:right;
	padding:0;
	margin:0;
}
}
@media screen and (min-width: 767px) {
p, a, li, td, th{
	font-size:18px;
	line-height:28px;
}
em, em a {
	font-size:15px !important;
}
h2, h3, h4 {
	margin:0 0 25px 0;
}
h1 {
	font-size:21px;
	margin: 0 0 30px 0;
}
h2, h3, h4 {
	margin:0 0 25px 0;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:19px;
}
h4 {
	font-size:18px;
}
.padding {
	padding:10% 0;
}
.padding_2 {
	padding:8% 0;
}
.padding_3 {
	padding:8% 0 0 0;
}
table {
	margin-bottom:8%;
}
.active {
	border-bottom:2px solid #000;
}
.slicknav_menu {
	display:none !important;
}
.logo {
	display:block;
	width:15%;
	float:left;
}
.logo img{
	width:60px;
	margin-top:0;
}
header {
	padding:15px 0 10px 0;
}
nav {
	width:85%;
	float:left;
	display:block;
}
nav ul {
	text-align:left;
	margin:0;
}
nav li {
	margin-right:19px;
}
nav li:last-child {
	margin-right:0 !important;
}
nav li a {
	font-size:17px;
}
.adresse img{
	margin:0 0 10px 50px;
}
footer a, footer p{
	font-size:14px;
}
}
@media screen and (min-width: 950px) {
nav ul {
	text-align:right;
	margin-top:15px;
}
}
@media screen and (min-width: 998px) {
body {
min-height: 100%;
overflow:scroll;
overflow-x:hidden !important;
ms-overflow-y:hidden  !important;
}
nav li a {
	font-size:18px;
}
.padding {
	padding:10% 10% 10% 0;
}
.col-4 {
	width:22%;
	float:left;
}
.col-6 {
	width:50%;
	float:left;
}
.col-8 {
	width:60%;
	float:left;
}
.tablet {
	display:none;
}
.smart {
	display:block;
}
.adresse{
	clear:none !important;
	padding:4% 3% 4% 5%;
	border-bottom:0;
	margin: 0;
}
.adresse p{
	font-size:16px !important;
}
.adresse .col-6  {
	width:100%;
}
.adresse img{
	width:100px;
	margin:10px 0 20px 0;
}
button{
	width:90%;
	margin-bottom:12px;
}
button a {
	font-size:14px;
}
}
@media screen and (min-width: 1080px) {
nav li {
	margin-right:30px;
}
}
@media screen and (min-width: 1366px) {
p, a, li, td, th{
	font-size:21px;
	line-height:31px;
}
h1 {
	margin: 0 0 8% 0;
	font-size:25px;
}
h2 {
	font-size:23px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:20px;
}
.padding {
	padding:12% 10% 12% 0;
}
.padding_2 {
	padding:10% 0;
}
.padding_3 {
	padding:10% 0 0 0;
}
table {
	margin-bottom:10%;
}
.container {
	width:1000px;
}
.logo img {
    width: 70px;
    margin-top: 0;
}
nav ul {
    margin: 17px 0 15px 0;
}
nav li {
	margin-right:40px;
}
footer a, footer p {
    font-size: 16px;
}
}

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src:  url("../webfonts/fa-solid-900.eot");
  src:	url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
  }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; 
  font-style: normal;
}
.fa-phone:before {
  content: "\f095"; 
}

.fa-envelope-open:before {
  content: "\f0e0"; 
}
