/*
	Theme Name: Chirurgie viscérale Angers
	Theme URI: http://kookline.net
	Description: Thème  Chirurgie viscérale Angers
	Version: 1.0
	Author: KOOKline
	Author URI: http://www.kookline.net
	Tags: HTML5, CSS3
*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
html,body{
	min-height: 100%;
}

body {
	font-family: 'Asap', sans-serif;
	font-weight : 300;
	font-size: 15px;
	display:flex;
	flex-flow: wrap row;
	align-items: stretch;
	justify-content: center;
	background: url(./images/bg.jpg) no-repeat center center;
	background-size: cover;

}


.logo{
	z-index: 10;
	display: flex;
	position: absolute;
	top: 20px;
	right: 20px;
	flex-flow: wrap row;
	align-items: center;
	justify-content: center;
	width: 190px;
	transition: all 0.5s ease;
	opacity: 0;
	animation: fadeIn 0.7s 0.3s ease forwards;
}

.logo:hover{
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.logo p{
  display: block;
  font-size: 15px;
  font-family: 'Asap';
  color: rgb(80, 135, 185);
  line-height: 1.2;
  text-align: left;
  z-index: 29;
  width: calc(100% - 85px);
}

.content{
	margin: 0 auto;
	padding-top: 180px;
	position: relative;
	z-index: 3;

}

p.words {

font-size: 14px; 
font-weight: 700;

}

.ref{
	color: #f49b01;
	font-weight: 700;
	max-width: 950px;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	transform: translateX(-1000%);
	animation: fadeInLeft 1s 0.8s ease forwards;


}


.key{
position: relative;
display: block;
background-color: #f49b01;
width: 950px;
padding:20px;
border-radius: 5px;
	transform: translateX(-1000%);
	animation: fadeInLeft 1s 0.6s ease forwards;

}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

p{
	font-family: 'Asap', sans-serif;
	font-weight : 300;
	font-size: 15px;
	color: white;
	line-height: 25px;
}


h1{

	font-family: 'Asap', sans-serif;
	font-weight : 700;
	font-size: 25px;
	color: #f49b01;
	white-space: nowrap;
	position: relative;
	transform: translateX(-1000%);
	animation: fadeInLeft 1s 0.5s ease forwards;
}


h2{

	font-family: 'Asap', sans-serif;
	font-weight : 700;
	font-size: 50px;
	color: #3c3c3c;
	text-transform: uppercase;
	transform: translateX(-1000%);
	animation: fadeInLeft 1s 0.5s ease forwards;

}

h3{

	font-family: 'Asap', sans-serif;
	font-weight : 400;
	font-size: 25px;
	color: #3c3c3c;
	max-width: 650px;
	text-transform: uppercase;
	transform: translateX(-1000%);
	animation: fadeInLeft 1s 0.7s ease forwards;

}

.title {
  font-size: 17px;
  font-family: "Asap";
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  background-color: #f49b01;
  padding: 20px 0;
  border-radius: 5px 5px 0 0;

}

.widget{
width: 300px;
height: 350px;
position: relative;
border-radius: 5px;
display: inline-block;
text-align: center;
margin: 0 auto;
margin: 20px;
margin-top: 50px;
text-transform: uppercase;
background-color: #fff;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
transition: all 0.5s ease;
vertical-align: top;
opacity: 0;
animation: fadeIn 0.7s 1.5s ease forwards;
}

.text{
position: relative;
display: inline-block;
}


.widget:hover{
box-shadow: 0 6px 36px rgba(0, 0, 0, 0.25);
transition: all 0.5s ease;
transform: translateY(-5px);
}

.widget p{
	color: #f49b01;
	font-weight: 700;
	font-size: 15px;
	font-style: italic;
	line-height: 15px;
}

#tel{
	font-size: 22px;
	color: #3c3c3c;
	font-weight: 700;
	font-style: italic;
}

#tel a{
	text-decoration: none;
	color: #3c3c3c;
	transition: all 0.5s ease;

}

#tel a:hover{
	color: #f49b01;
	transition: all 0.5s ease;

}

.footer{
	bottom: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 280px;
	margin:0 auto;
	left: 0;
	background: url(./images/bottom.png);
	opacity: 0.9;
	background-size: cover;
	z-index: 1;
	transform: translateX(-1000%);
	animation: fadeInUp 0.7s 1.7s ease forwards;
}

.map{
	position:relative;
	display: inline-block;
	width: 412px;
	height: 178px;
	right: 0;
}

.container{
	max-width: 100%;
	display: flex;
	flex-flow: wrap row;
	align-items: flex-end;
	width: 1280px;
	padding-top: 70px;
	margin:0 auto;
	justify-content: space-between;

}

.legal{
display: inline-block;

}

.legal p {

font-size: 12px;
line-height: 50px;
}

.sep{
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #fff;
	display: block;
}


@media screen and (max-width: 1300px) {


	.logo{
		width: 100%;
	}

	.logo p{
		width: 70px;
	}


	h3{	
		padding: 0 20px;
		max-width: 100%;
		display: block;
		text-align: center;
		margin : 0 auto;

	}


	.content{
		text-align: center;
		width: 100%

	}
	.key{
	position: relative;
	display: block;
	text-align: center;
	background-color: #f49b01;
	margin : 0 auto;
	width: 80%;
	padding:20px;
	border-radius: 5px;

	}

	.footer{
	background: url(./images/bottom.png);
	background-size: cover;
	padding: 50px 0 10px 0;
	margin:20px auto 0 auto;
	height: auto;
	position: static;
	text-align: center;
	left: 0;
	bottom: 0;
	}

	.container{
		flex-flow: wrap column-reverse;
		align-items: center;
	}


	.map{
		max-width: 100%;
	}
	.map img{
		position: static !important;
		max-width: 90%;
		margin:0 auto;
		float: inherit !important;
		height:auto;
	}


	.legal{
		max-width: 100%;


	}
	.widget:hover{
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	transition: inherit;
	 transform: inherit;
	}

	.legal p {

	font-size: 12px;
	line-height: 30px;
	}

	.logo:hover{
		transform: inherit;
	}

	.sep{
		display: none;
	}

}


@media screen and (max-width: 600px) {

	body {
	background: url(./images/bgVM.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;


	}

		.content{
		margin: 0 auto;
		padding-top: 100px;
		text-align: center;

	}

	h1{
		font-size: 15px;
		max-width: 300px;
		padding-top: 20px;
		display: block;
	text-align: center;
		margin : 0 auto;
	}

	h2{

		font-size: 25px;
		max-width: 300px;
		padding-top: 10px;
		display: block;
		text-align: center;
		margin : 0 auto;

	}
	
	h3{	
		font-size: 20px;
		font-weight: 400;
		display: block;
		text-align: center;
		margin : 0 auto;

	}


	.widget{
	width: 300px;
	height: 350px;
	position: relative;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin: 20px 0 ;
	text-transform: uppercase;
	background-color: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease;
	}


	body {
		background: url(./images/bgVM.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;

	}

	p.words {

	font-size: 12px; 
	font-weight: 700;

	}


	.ref{
		font-size: 12px;
		max-width: 300px;
		margin : 0 auto;
		text-align: center;


	}

}

