/***** DEBUT DE MON INDEX *****/
body {
    margin: 0 auto;
    padding: 0;
}
.section1 {
    display: block;
    background: linear-gradient(transparent, black), url("../img/binary.jpg") center;
    height: 565px;
    opacity: 0.80;
    color: white;
}
.titre {
    text-shadow: 2px 2px 2px black;
}
.titre-competences, .titre-formations, .titre-experiences, .titre-realisations {
    height: 50px;
    margin: 50px 0;
    padding: 10px;
    text-transform : uppercase;
    font-weight: bold;
    font-size: 25px;
    color: white;
    text-align: center;
}
.titre-contact {
    padding-top: 50px;
    width: 200px;
}
.form-contact {
    padding-bottom: 50px;
}
.image-contact {
    text-align: center;
}
.realisation-centrer {
    display: flex;
    justify-content: center;
}
.footer-index {
    padding-top: 15px;
    height: 60px;
    font-size: 18px;
    background-color: #1f2123;
}
.footer-index p a {
    color: white;
    text-decoration: none;
}
.footer-index p a:hover {
    color: #17A2B8;
    text-decoration: underline;
}
/***** FIN DE MON INDEX *****/
/***** DEBUT DE MA PAGE LOGIN *****/
.form-login {
    border: 1px solid black;
    width: 500px;
    height: 300px;
    padding: 2rem;
}
/***** FIN DE MA PAGE LOGIN *****/
/***** DEBUT DE MON ADMIN *****/
.titre-admin {
    text-align: center;
}
.footer-admin {
    padding-top: 15px;
    height: 60px;
    font-size: 18px;
}
.footer-admin p a {
    color: white;
    text-decoration: none;
}
.footer-admin p a:hover {
    color: #17A2B8;
    text-decoration: underline;
}
/***** FIN DE MON ADMIN *****/
/***** DEBUT DE MON MODEL/REALISATION *****/
.card-float {
    display: flex;
    float: left;
    margin: 0px 20px 40px 20px;
}
.card-image {
    justify-content: center;
    height: 400px;
}
/***** FIN DE MON MODEL/REALISATION *****/