
/************************* autre element */
p.sub-title {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
}

.container {
    margin: 25px 0 25px 0;
    width: 100%;
}

.softwave {
    background-color: #12A2F3;
    font-weight: 600;
    font-size: 15px;
    color: white;
    height: 50px;
    padding: 15px;
}

/* google maps */
.embed-responsive-perso {
    padding-bottom: 20%;
    margin: 0 25px 0 25px;
}

/* position des signets */
.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/* afficher un message après l email */
.messbox {
    padding: 20px;
    margin: 10px 50px 0 50px ;
    border : solid 1px #12a2f3;
    border-radius: 10px;
}

/* pour revenir en haut de page */
.topHome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    color: white;
    background-color: rgba(18, 162, 243, 0.9);
}

.yellow {
    color: #ffd355;
}

.title{
    margin-bottom: 15px;
}

.note-avis
{
    margin-top: 10%;
}

