﻿
/*kiné*/
@font-face{
    font-family: "typograph";
	src: url("fonts/typograph-pro-light.ttf"),url("fonts/typograph-pro-light.eot");
}

@font-face{
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot');
	src:url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2') format('woff2'),url('fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'),url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
 }
 .fa{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
 }

*{
	font-family:'typograph';
	font-weight: bold;
}
/*
.bloc a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#444;
	text-decoration:underline
}
.bloc .morre{
	cursor:pointer
}
*/
html,body,ul{
	padding:0px;
	margin:0px;
}

li{
	list-style:none
}

.header{
	height:150px;
	width:100%;
	background:white;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	border-bottom:1px solid #efefef;
}
.menugauche{
	float:left;
	width:33.33%;
	height:150px;
	overflow:hidden
}

.menugauche .menu,
.menudroite .menu{
	height:100%;
	overflow:hidden
}
.menudroite .menu{
	text-align:right
}

.menugauche .menu li,
.menudroite .menu li{
	display:inline-block;
	height:100%;
	width:auto;
	position:relative;
}

.menugauche .menu li > ul,
.menudroite .menu li > ul{
	display:none
}

.menu li a{
    display:block;
	padding:0px 10px;
	border-top:3px solid white;
	transition:border-top .4s;
	text-transform:uppercase;
	line-height:135px;
	font-size:0.925em;
    color:#444;
    text-decoration: none;
    font-weight:bold;
	background:none !important;
}
.menu li a:focus,.menu li a:active,.menu li a:hover,.menu li.current a,.menu li.active.parent a{
	border-top:3px solid #444
}
.moree{
	transition:background .2s;
}
.moree:hover,
.moree:focus,
.moree:active{
background:#ccc;

}

.logo{
	width:33.33%;
	height:150px;
	position: relative;
    top: 7.5px;
	overflow:hidden;
	float:left;
	text-align: center;
}
.menudroite{
	float:right;
	width:33.33%;
	height:150px;
	overflow:hidden
}

.filarianne{
	position:absolute;
	top:151px;
	left:0;
	width:100%;
	height:50px;
	z-index: 9;;
	border-bottom:1px solid #efefef;
	background:white
}
.filarianne li{
	display:inline-block;
	padding-right:5px;
	text-transform:uppercase;
	font-size:12px;;
	color:#444
}
.breadcrumb{
	margin-top:12px
}
.categories{
	padding-top:25px;
	overflow:hidden
}
.container{
	margin:0 auto;
	max-width:1180px;
}

.slider{
	width:100%;
    height:500px;
    padding-top:150px;
    position: relative;
	overflow:hidden;
}
.slides{
	height:100%;
	width:100%;
	overflow:hidden;
}
.slide{
	height:100%;
	float:left;
	background-size:cover;
background-position:center
}
.slick-list,.slick-track{
	height:100%
}
.slick-prev{
	background:white;
	width:48px;
	height:48px;
border-radius:48px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:24px;
	z-index: 9;
	border:none;
outline:none;
color:transparent;
}
.slick-prev::before{
	content:'\f104';
	font-family:'FontAwesome';
	font-size:30px;
	color:#444;
	font-weight:normal;
	position: relative;
	top:1px;
	left:10px;
}
.slick-next{
	background:white;
	width:48px;
	height:48px;
border-radius:48px;
border:none;
outline:none;
color:transparent;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:24px;
	z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active{
	opacity:0.5
}
.slick-next::before{
	content:'\f105';
	font-family:'FontAwesome';
	font-size:30px;
	color:#444;
	font-weight:normal;
	position: relative;
	top:1px;
	left:14px;
}
.slider .slick-dots{
    position: absolute;
    bottom: 125px;
    left: 50%;
    text-align: center;
    width: 100px;
    margin-left: -50px;
}
.slick-dots li{
display:inline-block;
margin:0 5px;
opacity:0.5
}
.slick-dots li.slick-active{
	opacity:1
}
.slick-dots li button{
	background:white;
	outline:none;
border-radius:5px;
height:7.5px;
width:15px;
border:none;
cursor:pointer;
color:transparent	
}
.entete{
position:relative;
width:100%;
height:150px;
background:#444;
padding-top:150px;
background-size:cover;
background-position:center;
}
.entete.bis{
height:100px;
padding-top:100px;}

.subtitle{
color:white;
text-shadow:0px 0px 100px rgba(0,0,0,0.5);
font-size:40px;
text-transform:uppercase;
text-align:center;
font-weight:bold;
margin:0px
}
.mosaiques{
    margin-top:-100px;
    overflow: hidden;
    position: relative;
}
.item-page ul{
	padding-left:25px
}
.item-page ul li{
	line-height:1.5em;
	list-style:disc;
}
.menubas li{
	display:inline-block;
}
blockquote{
	background: #efefef;
    padding: 12.5px 25px;
    margin: 15px 0;
}
.centeractus{
	border-top:1px dashed #444
}
.moreeactus{
	position: relative;
    top: -11px;
}
.blocs{
	overflow:hidden;
	margin-bottom:65px
}
.bloc{
	float:left;
	width:33.33%;
	height:200px;
	background:#f9f9f9;
	overflow:hidden
}
.mosaique{
	float:left;
	height:100%;
	width:50%;
	background-size:cover;
background-position:center
}
.textemosaique{
	float:left;
	width: calc(50% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
}
.textemosaique h2{
	text-transform:uppercase;
	color:#444;
	font-size:0.925em;
	margin:0px
}
.textemosaique p{
	padding:0px;
	margin-top: 12px;
    margin-bottom: 22px;
}
.moree{
    padding:5px 10px;
    color:white;
    text-decoration: none;
    background:#444;
    clear:both;
}

.texteaccueil{
	min-height:200px;
	width:100%;
	height: auto;
    overflow: hidden;
	margin-bottom: 200px;
    margin-top: 25px;
}

.custom ul{
	padding:0 20px;
}

.custom ul li{
	list-style:disc
}

.content{
	overflow:hidden;
	position: relative;
	padding-bottom:200px;
	padding-top:150px;
}

.footer{
	background:#444;
	color:white;
	width:100%;
    height:550px;
    position:relative;
}

.map{
    position:relative;
    top:-150px;
	height:300px;
}

.menubas{
	margin-top:-150px;
	margin-bottom:12.5px
}
.menubas li a{
    color:white;
    border:none !important;
    text-decoration:none;
	background:none !important;
	line-height:5em !important
}

.accordion-inner dd{
margin:10px 0px !important;
padding:0px
}

fieldset{
background: #efefef;
    border: none;
    padding: 30px;
    margin-bottom: 30px;
margin-top:15px
}
input[type="tel"],input[type="date"],input[type="text"],input[type="email"],textarea{
width: 100%;
    height: 17px;
    margin-bottom: 15px;
}
.accordion-inner{
    margin: 50px 0;}
textarea{
height:100px;
min-height:100px;
max-height:200px}
.accordion-heading,.accordion-inner dt,fieldset legend:first-child{
display:none
}
button[type="submit"]{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background: #444;
    color: white;
    border: none;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: bold;
}
#contact-form .controls{text-align:center}


.contenu.container{
	margin-top:50px;
}
.contenu p,.custom p{
	line-height:1.5em
}

.filarianne a{
	color:#444
}

@media(max-width:1180px){
	.filarianne .container,.contenu.container,.footer .container,.mosaiques .container{
		max-width:100% !important;
		width:auto !important
	}
	.custom li,.contenu li,p{
		font-size: 13px;
	}
	.menugauche {
		float: left;
		width:calc(100% - 30px);
		padding: 0 15px;
		height: auto;
		overflow: hidden;
		position: relative;
		margin-top: 101px;
		background:white;
	}

	.menugauche li{
		float: left;
		width: 100% !important;
		padding:0px;
		height: auto !important;
	}
	.menugauche li a{
		padding:0px !important;
		border-bottom:1px solid #dedede;
		border-top:0px solid white !important;
		line-height:50px;
		font-size:13px;
	} 
	.menudroite {
		float: left;
		width:calc(100% - 30px);
		padding: 0 15px;
		height: auto;
		overflow: hidden;
		position: relative;
		background:white;
	}
	.menudroite li{
		float: left;
		width: 100% !important;
		padding:0px;
		text-align: left
	}
	.menudroite li a{
		padding:0px !important;
		border-bottom:1px solid #dedede;
		border-top:0px solid white !important;
		line-height:50px;
		font-size:13px;

	} 
	.menubutton{
		display: block !important;
		cursor:pointer;
		position:absolute;
		left:15px;
		top:37px;
	}
	.menubutton .barres{
		width:30px;
		height:30px;
		position: relative;
	}
	.menubutton .barre{
		background:#444;
		height:2px;
		width:100%;
		margin-bottom:8px;
	}
	.subtitle{
		font-size:35px
	}
	.breadcrumb{
		margin-top:8px
	}
	.categories{
		padding-top:15px
	}
	.slick-prev,.slick-next{
		top:44%
	}
	.content{
		padding-top:140px;
		padding-bottom:162.5px
	}
	.contenu.container {
		margin-top: 25px;
	}
	.container{
		padding: 0 15px;
		width:auto !important;
	}
	.header,.logo{
		height:100px
	}
	.logo img{
		height:80px
	}
	.logo{
		position:absolute;left:50%;
		margin-left:-104px;
		width:208px;
	}
	.slider{
		height:400px;
		padding-top:100px
	}
	.filarianne{
		top:101px;
		height:40px
	}
	.filarianne li{
		font-size:10px
	}
	.entete,.entete.bis{
		height:100px;
		padding-top:50px
	}
.bloc{
	width:100%;
	margin-bottom:15px
}
.map iframe{
	width:100%
}
.menugauche,.menudroite{
	display:none
}
.telbutton{
	display:block !important;
	position:absolute;
	top:30px;
	right:15px;
	border-radius: 30px;
    width: 30px;
	height: 30px;
	border:1px solid #444;
}
.telbutton i{
font-size:20px;
position: relative;
top:6px;
left:7px;
color:#444
}
.telbutton a{
	display: block;
    width: 100%;
    height: 100%;
}
.telbutton i::before{
	content:'\f095';
	font-family:'FontAwesome'
}

}

@media(max-width:600px){
	
	.subtitle{font-size:30px}
}


.slide h1{
text-align:center;
color:white;
margin-top:10%;
font-weight:500;
font-size:2.5em;
line-height:1.25em;
}


.slide strong{
font-size:1.25em;
text-align:center;
color:white;}