@charset "UTF-8";
/* Body */
body {
	font-family: lato;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
.sous{
    display: none;
	text-align: left;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 30%;
    z-index: 1000;
}
nav > ul li:hover .sous{
    display: flex;
    flex-flow: column wrap;
	
}
.sous li{
    flex: 1 1 auto;
    text-align: left;
}
.sous a{
	font-size: 10px;
    padding: 10px;
    border-bottom: none;
}
.sous li a{
	font-size: 10px;
	
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}




/* Container */


/* Header */
header {
	width: 100%;
	height: 40px;
	color: #4B4B4B;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 6px;
	letter-spacing: 2px;
	margin: 0;
	float: left;
	position: fixed;
	z-index: 1000;
	background: #FFFFFF;
	
	
}


.logo {
	background: #FFFFFF;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	line-height: 2em;
	
}
.logo img{
	
	max-width: 15%;
	float: left;
	
	
}
.logosmall {
	background: #FFFFFF;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	line-height: 2em;
	
}
.logosmall img{
	
	max-width: 10%;
	float: left;
	
}
.hero_header nav {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 2em;
	margin-right: 55px;
}
header nav {
	float: right;
	width: 100%;
	text-align: right;
	padding-top: 6px;
	margin-right: 270px;
}
header nav ul {
	list-style: none;
	float: right;
	
	
}
header ul li a {
	color:#6C6C6C;
	text-decoration: none;
	
}
header nav ul li:hover a {
	color: #00A3FF;
}
header nav li {display:inline-block;min-width:50px;}
header nav li a {
    text-decoration:none;
    line-height: 0px;
    padding: 0 10px;
    text-align: center;
    font-size: 1.1em;
    color: #6C6C6C;
    text-transform: uppercase;
}
header nav li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
header nav li a:hover:after {
    width: 90%;
    background: #ffffff;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color:#E89904;
	text-decoration: none;
	
}
nav ul li:hover a {
	color: #1AABFD ;
}
nav li {display:inline-block;min-width:50px;}
nav li a {
    text-decoration:none;
    line-height: 0px;
    padding: 0 10px;
    text-align: center;
    font-size: 1.1em;
    color: #444444;
    text-transform: uppercase;
}

 
/* Hero Section */
.hero {
	background-color:#ffffff;
	
	height: 50px;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	padding-top: 90px;
	padding-bottom: 0px;
}
.hero_header nav ul{
	
	list-style: none;
	float: right;
}
.hero_header {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	background: #ffffFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	letter-spacing: 2px;
}
.hero_header_2 {
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 10px;
	padding-top: 0px;
	font-size: 8px;
	
	
	letter-spacing: 2px;
}
.hero_header_2 nav{
	position: absolute;
	padding-left: 400px;
	display: inline;
	vertical-align: middle;
}


.hero_header_2 nav ul li{
	
	display: inline;
	text-align: left;
	height: 32px;
	
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 0px;
	list-style: none;
	
	
	
}

.hero_header_2 nav li a:after {
    display: none;
}
.hero_header_2 nav li a:hover:after {
    display: none;
}


.hero_header_2 nav ul{
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



.hero_header_2 nav  :hover{
	transition: width 0.8s ease, background-color 0.8s ease;
	background: #ffffff;
	
	
	
}
.hero_header_2 nav ul li:hover a {
	color: #00ABFF ;
	
}
.hero_header_2 ul li a {
	
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #444444;}
.top{
	width: 100%;
	
	
	
	
}

.text_column {
	
	width: 45%;
	height: 450px;
	background-color : rgb(255, 255, 255, 0.7);
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 10px;
	border: solid 1px #ABABAB;
	line-height: 1em;
}
.text_column p{
	
	font-size: 30px;
	font-weight: 300;
	color:#7C7E7F;
	padding:0px;
}


.text_column_frame {
	
	width: 47%;
	background: #FFFFFF;
	border-radius: 10px;
	border: solid 1px #ABABAB;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	
	
}
.intro{
	
	border: 1px solid #E5E5E5;
	
	width: 100%;
	margin: 0;
	height: 450px;
	text-align: center;
}

.intro2{
	
	font-size: 20px;
	
	width: 100%;
	margin: 0;
	margin-top: 50px;
	height: 350px;
	text-align: left;
}

.descriptif{
	font-size: 30px;
	color: #BDBABA;
	
	
}
.right{
	width: 600px;
	float: right;
	margin: 10px;
}
.photo{
	width: 200px;
	margin-right: 20px;
	float: left;
}
.mess{
	font: bold;
	font-size: 20px;
	color: #000000;
}
.num{
	font-size: 25px;
	font: bold;
	color: #FFAD36;
}

.back{
	width: 100%;
	height: 500px;
	background-image: url(../image/header-fond-comp.jpg);
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	
	
	
}

h1{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}
h2{
	text-align: center;
	font-size: 30px;
	color: #FF9731;
}
h3{
	text-align: center;
	font-size: 30px;
	color: #FF9731;
}


/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */



.light {
	font-weight: bold;
	color:#00BBFF;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */


.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background:linear-gradient(to right,transparent,#ECECEC,white) ;
	margin-top: 0px;
	
}
/* Stats Gallery */
.stats {	
	color:#ABABAB;
	font-size: 15px;
	
	
	
		
}
.section {
	text-align: center;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background: #E5EBF8;
	
	
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.thumbnail {
	width: 33%;
	
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	

}
.thumbnail img{
	max-width: 40px;
	max-height: 30px;
	
			
}
.gallery h2{
	text-align: center;
	font-size: 31px;
	color: #001B66;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../image/blood-pressure-monitor-1749577_1280.jpg);
	height: 250px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner a{
	text-decoration: none;
}
.parallax {
	color: #21B6FF;
	text-align: right;
	padding-right: 100px;
	padding-top: 30px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FF9731;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.reseaux{
	width: 100%;
	margin-left:auto;	
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	
	
}
.reseaux ul li{
	display: inline;
	
	text-align: center;
	
	
		}
.reseaux img{
	max-width: 100%;
	margin-right: 50px;
	border-radius:50%;
	
	}

.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.button1 {
	width: 200px;
	
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 70%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #F79772;
	background-color: #FF802B;
	color: #ffffff;
	transition: all 0.3s linear;
}



.button1:hover {
	background-color: #FEFEFE;
	color: #FF802B;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #646262;
	padding-top: 60px;
	padding-bottom: 200PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	
}
.footer_banner a{
	
	text-decoration: none;
	color: #ffffff;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.liens{
	cursor: pointer;
	color: #FFFFFF;
	margin: auto;
	margin-left: 10%;
}

.encart{
	
	width: 25%;
	float: left;
	margin-bottom: 60px;
	
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
	
}
	
	.text_column_frame {
	
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	border: solid 1px #ABABAB;
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	
	
}
	
	.encart{float: none;
	display: none;
	}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	
	text-align: center;
}
.text_column {
	width: 100%;
	height: auto;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: -1em;
	margin-bottom: 50px;
}
	
	.text_column p{
		font-size: 17px;
	}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	.intro{
		width: 100%;
		float: none;
		margin: 0;
	}
	.intro2{
	
	width: 100%;
		float: none;
		margin: 0;
}
	.photo{
		display: none;
		float: none;
		
	}
	.right{
		margin-right: 0px;
		margin-left: 20px;
		width: 100%;
		float: none;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
	float: none;
}
	.intro2{
	
	width: 100%;
		height: auto;
		float: none;
		margin: auto;
		text-align: center;
}
	.intro{
	
	width: 100%;
		height: auto;
		float: none;
		margin: auto;
}
	.descriptif{
		
		font-size: 24px;
	}
	.num{
		font-size: 20px;
	}
	.photo{
		display: none;
	}
	.right{
		margin-right: 0px;
		margin-left: 0px;
		margin: auto;
		width: 100%;
		height: auto;
		float: none;
	}
	
	.top{
	width: 100%;
	padding-top: 0px;
	
	
}
	.back{
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 40px;
	}
	
	.logo img{
		float: none;
		min-width: 40%;
	}
	
	.container .hero_header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: left;
	overflow: auto;
	display: inline;
	background: #52bad5;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		
	width: 100%;
	float: none;
	overflow: auto;
	display: none;
	
	background: #ffffff;
}
	.container .hero_header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: left;
	overflow: auto;
	display: inline;
	background: #52bad5;
}
	
	header {
	
	width: 100%;
	height: 70px;
	margin: 0;
	float: left;
		
	background-color: #ffffff;
	position: fixed;
	z-index: 1000;
	opacity: 0;
	padding-top: 10px;
	
	box-shadow: 1px 1px 12px #A6A6A6;
}

	.hero_header nav ul {
	padding: 0px;
	float: none;
	
	
	
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
		
	

	.hero_header nav ul {
	padding: 0px;
		
		width: auto;
	
	
	
	
}
	.hero_header img{
		float: none;
		min-width: 30%;
	
	}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
	
	header{
		display: none;
		float: none;
		visibility: hidden;
	}
	
	.hero_header2{
		visibility: hidden;
		display: none;
	}
	.deroulant{
		visibility: hidden;
		display: none;
	}
	.sous{
		visibility: hidden;
		display: none; 
	}


	header nav{
		visibility: hidden;
		display: none;
	}
	header li{
		visibility: hidden;
		display: none;
	}
	.deroulant{
		display: none;
		visibility: hidden;
	}
	.text_column_frame {
	
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	border: solid 1px #ABABAB;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	
	
}
	.hero_header2 nav{
		display: none;
		visibility: hidden;
	}
	
	.hero_header2 nav ul li{
		display: none;
		visibility: hidden;
	}
	.hero_header2  li{
		display: none;
		visibility: hidden;
	}
	.hero_header{
		
		font-size: 38px;
		margin-bottom: 0px;
		margin-top: 120px;
	}
.text_column {
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	
	color: #000000;
}
	.text_column p{
		
	font-size: 17px;
		
	}
	
.thumbnail {
	width: 100%;
}
	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 100%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}
	.footer_banner{
		font-size: 10px;
	}
.copyright{
	font-size: 10px;
	
	}	
.footer_column {
	width: 100%;
}
	.button1{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	.intro2{
	
	width: 100%;
		height: auto;
		float: none;
		margin: auto;
		text-align: left;
}
	.intro{
	
	width: 100%;
		height: auto;
		float: none;
		margin: auto;
}
	.photo{
		
		margin-left: 100px;
	}
		
	}
	nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
		
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color:#E89904;
	text-decoration: none;
	
}
	
	
	nav {
	float: none;

	text-align: center;
	line-height: 2em;
	margin-right: 0px;
		margin-left:0px;
		
}
	nav li {display:inline-block;min-width:50px;}
nav li a {
    text-decoration:none;
    line-height: 1em;
    padding: 0 10px;
    text-align: center;
    font-size: 1.1em;
    color: #444444;
    text-transform: uppercase;
}
	.hero_header_2 {
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
		padding-bottom: 20px;
	font-size: 8px;
	
	
	letter-spacing: 2px;
}
	
	.hero_header_2 nav{
	position: relative;
	margin-bottom: 10px;
	
	display: inline;
	vertical-align: middle;
}


.hero_header_2 nav ul li{
	
	display: none
	
	
	
}
	.sous{
    display: none;
	text-align: left;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 60%;
    z-index: 1000;
}
	nav > ul li:hover .sous{
    display: flex;
    flex-flow: column wrap;
	
}
	.sous li{
    flex: 2 1 auto;
    text-align: left;
}
.sous a{
	font-size: 10px;
    padding: 10px;
    border-bottom: none;
}

	.logosmall img{
		
		min-width: 15%;
	}

.thumbnail {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}


.intro .column p {
	width: 80%;
}
	.column3{
		
		margin-left: auto;
		margin-right: auto;
		
	}


