80 lines
1.2 KiB
CSS
Executable File
80 lines
1.2 KiB
CSS
Executable File
body {
|
|
background-image:url("../pictures/homePic/fond.jpg");
|
|
background-attachment:fixed;
|
|
background-repeat:no-repeat;
|
|
background-position:100% 100%;
|
|
background-size:cover;
|
|
}
|
|
|
|
.back_home
|
|
{
|
|
background: white;
|
|
width : 10%;
|
|
padding : 1%;
|
|
border-radius: 8px;
|
|
border: 1px solid silver;
|
|
}
|
|
|
|
.back_home img
|
|
{
|
|
width: 40%;
|
|
height: 40%;
|
|
}
|
|
|
|
.imgSearch /* image de la loupe */
|
|
{
|
|
height: 25px;
|
|
width : 25px;
|
|
}
|
|
|
|
.form-group
|
|
{
|
|
margin-top : 0.5%;
|
|
}
|
|
|
|
.imgRef
|
|
{
|
|
border: 7px solid white;
|
|
box-shadow: 0px 0px 3px black;
|
|
max-height : 250px;
|
|
max-width : 250px;
|
|
}
|
|
|
|
.well, .well-lg /* le nom du referent */
|
|
{
|
|
margin : 1%;
|
|
width : 40%;
|
|
box-shadow: 0 0 6px black inset;
|
|
border: 1px solid dimgrey;
|
|
<<<<<<< HEAD
|
|
=======
|
|
font-size: 1.5em;
|
|
>>>>>>> 407a955444da6207f59c5f05d283275510b2169c
|
|
}
|
|
|
|
.carousel-indicators
|
|
{
|
|
position: fixed;
|
|
bottom : 8%;
|
|
}
|
|
|
|
.carousel-indicators li { /*tous les cercles */
|
|
display: inline-block;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 1px;
|
|
text-indent: -999px;
|
|
border: 1px solid #ffffff;
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
background: white;
|
|
border: 1px solid silver;
|
|
}
|
|
|
|
.carousel-indicators .active { /*contour cercle actif */
|
|
margin: 0;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: none;
|
|
background-color: #2AADE5;
|
|
} |