/* RESET + fonte Roboto ou arial ou sans-serif */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', 'arial', sans-serif;
}

a {
	text-decoration: none;
	font-size: 18px;
	color: #333;
}

.selected a {
	font-size: 18px;
	font-weight: 700;
}

body {
	background-color: #C00;
	padding: 18px;
}

.clear {
	clear: both;
}


/* ne prend pas en compte "mobile-irenka.css" (<480px) */

.mobile {
	display: none;
}


/* styles STRUCTURE conteneur principal */

#conteneur {
	width: 100%;
	margin: 0px 18px;
	background-color: white;
	margin: 0 auto;
}


/* principaux styles caracteres h1 > h4 */

h1 {
	font-size: 3.5vw;
	color: #C00;
}

h2 {
	font-size: 2.4vw;
	color: black;
}

h3 {
	font-size: 24px;
	color: #C00;
}

h4 {
	font-size: 16px;
	color: black;
	margin-right: 10px;
}

h5 {
	text-align: left;
	margin-right: 16px;
}


/* EN TETE titre et logo */

header {
	float: left;
}

#title {
	color: #C00;
	float: right;
	z-index: 3;
}


/* MENU SPOTS, avec animations */


/* animation blocs = move-irenka.css */

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.spot {
	height: 30px;
	max-width: 620px;
	width: 25vm;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.spot:hover {
	transform: scale(1.05);
}

.spot li {
	list-style: none;
	width: 40px;
	border: 4px solid transparent;
	background-color: #C00;
	float: left;
}

.spot li:hover {
	background-color: white;
	border-color: black;
}

.spot li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: white;
	text-transform: uppercase;
	line-height: 30px;
	background: transparent;
}

.spot li a:hover {
	color: black;
	transform: scale(1.1);
}


/*-- PORTFOLIO -- */

.lieu {
	margin: auto 0;
	min-height: 100%;
	width: 100%;
	margin: 18px;
	text-align: center;
}

.lieu zoom {
	min-height: 150px;
	width: 90%;
	min-width: 250px;
	font-size: 14px;
	color: #C00;
	text-align: center;
}


/* IMPORTANT : CONTRAINTE IMAGE x % largeur contenant */

.lieu img {
	max-width: 90%;
	height: auto;
}

.lieu li {
	list-style: none;
	min-height: 100px;
	width: 33%;
	min-width: 250px;
	padding-top: 5px;
	padding-bottom: 16px;
	font-size: 14px;
	color: #C00;
	text-align: center;
	display: inline-block;
	float: left;
	z-index: 3;
}

.lieu a {
	color: #C00;
	margin-left: 5%;
	margin-right: 5%;
}


/* FOOTER reseaux + contact */

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: left;
	padding: 0px 36px;
	width: 100%;
	height: 48px;
	font-size: 12px;
	color: white;
	background-color: #C00;
}

#footer p {
	position: absolute;
	bottom: 18px;
	color: white;
}

#footer p:hover {
	font-weight: 600;
	margin-left: -2px;
}

.menu-bas {
	height: 32px;
	width: 360px;
	float: right;
	margin-top: 8px;
}

.menu-bas li a {
	height: 32px;
	width: 32px;
	float: right;
	margin-left: 16px;
	display: inline-block;
}


/* FOOTER image reseaux + survol */

#fb {
	background: url('../images/FB_picto.png');
	background-size: 100%;
}

#fb:hover {
	background: url('../images/FB_pictoH.png');
	background-size: 100%;
}

#in {
	background: url('../images/IN_picto.png');
	background-size: 100%;
}

#in:hover {
	background: url('../images/IN_pictoH.png');
	background-size: 100%;
}

#ml {
	background: url('../images/ML_picto.png');
	background-size: 100%;
}

#ml:hover {
	background: url('../images/ML_pictoH.png');
	background-size: 100%;
}

#cv {
	background: url('../images/CV_picto.png');
	background-size: 100%;
}

#cv:hover {
	background: url('../images/CV_pictoH.png');
	background-size: 100%;
}

#am {
	background: url('../images/US_picto.png');
	background-size: 100%;
}

#am:hover {
	background: url('../images/US_pictoH.png');
	background-size: 100%;
}

#lg {
	background: url('../images/LG_picto.png');
	background-size: 100%;
}

#lg:hover {
	background: url('../images/LG_pictoH.png');
	background-size: 100%;
}


/* ADRESSES non text anti robots */

#adresse-kk {
	height: 180px;
	width: 110px;
	margin-top: 20px;
	margin-left: 62px;
	background: url("../images/adresse-kk.jpg") no-repeat;
	background-size: 100%;
}


/* FIN PAGE TYPE - irenka 2018 */
