﻿/* As hex codes 

.color-primary-0 { color: #CB0000 }	
.color-primary-1 { color: #FF4848 }
.color-primary-2 { color: #FA0F0F }
.color-primary-3 { color: #A60000 }
.color-primary-4 { color: #7B0000 }*/



/* As RGBa codes 

.rgba-primary-0 { color: rgba(203,  0,  0,1) }	
.rgba-primary-1 { color: rgba(255, 72, 72,1) }
.rgba-primary-2 { color: rgba(250, 15, 15,1) }
.rgba-primary-3 { color: rgba(166,  0,  0,1) }
.rgba-primary-4 { color: rgba(123,  0,  0,1) }
*/




html {
background:rgba(224, 224, 224, 0.38);

}
body {
/*display:inline-block;*/
width:960px;
height:640px;
border-radius:8px;
margin-left:auto;
margin-right:auto;
/*background:url('images/1-3.png');
background:url('images/fond1.png');*/
}

.titre {
margin-bottom:30px;
width:100%;
}

#pendule {
background:transparent !important;
position:fixed;
right:0px;
top:20px;
height: 300px;
}
a {
text-decoration:none;
color: #ff6b14;
}

h1.bouton1 {/*
padding:5px 10px;
font-weight:bold;
float:left;
width:250px;
border:1px solid tansparent;
border-radius: 4px;
box-shadow: 2px 2px 5px rgba(100,  100,  100,0.3) inset;
background: rgba(68, 68, 68, 0.07);
margin:5px;*/
color:#ff1b02;
font-size:1em;
}
h1.bouton1:hover {
/*box-shadow: -2px -2px 5px rgba(203,  0,  0,1);*/
text-shadow: 5px 5px 5px #ccc;
color:#03677A;
}
h1.bouton2 {
color:#ff1b02;
font-size:1em;
}
h1.bouton2:hover {
text-shadow: 5px 5px 5px #ccc;
color:#03677A;
}
h1.bouton3 {
color:#ff1b02;
font-size:1em;
}
h1.bouton3:hover {
text-shadow: 5px 5px 5px #ccc;
color:#03677A;
}
h2 a {
font-size:22px;
color:#ccc;	
  transition: border 0.5s linear 0s, box-shadow 0.5s linear 0s,	background 0.5s linear 0s,color 0.5s linear 0s, width 0.5s ease 0.5s;
}

h2 a:hover {
	 color: #f00;
    transition: border 0.5s linear 0s, box-shadow 0.5s linear 0s,	background 0.5s linear 0s,color 0.5s linear 0s, width 0.5s ease 0.5s;

}
h3 {
	color:#fff;
	margin: 5px 5px 20px 5px;	
}
h5 {
	margin:5px;
	
}
.demo {
	width: 220px;
    float: left;
}
.image {
float:left;
height:153px;
width:200px;
border:0px solid transparent;
border-radius:10px;
margin:5px;
background:  rgba(0,0,0,1);

}
.image:hover {

background: rgba(255,255,255,1);

}
.bouton {
	padding: 10px;
    border: #14789B 1px solid;
    width: 200px;
    border-radius: 8px;
    margin: 10px;
    background: rgba(22, 112, 144, 0.32);
    box-shadow: 5px 5px rgba(204, 204, 204, 0.38);
}