@charset "UTF-8";

main {
    display: none;
    margin-top: 20px;
    margin-bottom: 60px;
}

#tempMessage {
    position: fixed;
    bottom: 55px;
    right: -100px;
    z-index: 10000000;
}

#post-message {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 55px;
    z-index: 10000;
}


.error {
    color:red;
    border:1px dotted red;
    box-shadow: 2px 2px 10px rgb(255, 231, 231);
}



input[type="search"] {
    border            : 1px solid #ccc;
    border-radius     : 8px;
    text-align        : center;
    background-color  : #efefef;
}

.followLink {
    cursor:pointer;
}

.btn {
    margin-top: 5px;
}

.disabled {
    cursor: not-allowed;
}

#main-navbar {
    top: 70px;
}

a {
    color: #17a2b8;
}
a:hover {
    color: #AAa2b8;
    text-decoration: none;
}

header {
    padding: 0px;
    height: 70px;
}

header > nav {
    height: 70px;
    padding: 0px 10px !important;
}

img.header {
    height: 60px;
}

div.user {
    display: inline-block;
}

footer > form {
    margin: 0 !important;
}

.hidden {
    display: none;
}




button.waiting {
    cursor: wait;
}

.card-style {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #eee;
}

.card-style > .head-card-style {
    margin: 20px;
    font-size: 1.2em;
    padding: 10px;
    border-radius: 5px;
}

.head-card-service {
    background-color: #0ea37e;
    color: #fff;
}

.head-card-groupe-service {
    background-color: #0a6da7;
    color: #fff;
}

.head-card-user {
    background-color: #813c03;
    color: #fff;
}

.head-card-groupe-user {
    background-color: #5f035f;
    color: #fff;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom-sm {
    margin-bottom: 15px;
}

.margin-bottom-md {
    margin-bottom: 30px;
}

.margin-bottom-lg {
    margin-bottom: 45px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.grille_configuration {
    padding:20px;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #fafafa;
}

i {
    width: 40px;
    text-align: center;
}

i.delete, i.associate {
    cursor: pointer;
}

.logo {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.logo > img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    /* max-height: 100px; */
}
/* #logo, #photo, .logo {
    min-width:60px;
    height:60px;
    border-radius:3px;
    padding:3px;
    display:inline-block;
    text-align:center;
}

.logo_sm {
    min-width: 45px;
    height: 45px;
    border-radius:3px;
    padding:3px;
    display:inline-block;
    text-align:center;
}
#logo > label, #photo > label, .logo > label {
    cursor: pointer;
    text-align: center;
    font-style: italic;
    color: #AAa2b8;
    margin-left: 10px;
    transition: color 0.5s;
}
#logo > label:hover {
    color: #222;
}
#logo > img, #photo > img, .logo > img {
    width:auto;
    height:100%;
} */

.card-grille {
    margin-bottom: 30px;
}

button.selected {
    background-color: #00aac0;
    color: #fff;
    border: none;
    margin: 5px;
    box-shadow: 3px 3px 0px #044b7a;
}
.style_1 {
    background: linear-gradient(90deg, #00C9FF 0%, #73D376 100%);
    color: #fff;
    border: 1px solid #fff;
}
.style-outline_1 {
    background: #fff;
    color: #0088ad;
    border: 1px solid #589959;
}
.style-outline_1:hover {
    background: linear-gradient(90deg, #00C9FF 0%, #73D376 100%);
    color: #fff;
}

button.groupe-parent {
    margin: 5px;
}
.groupes-enfant {
    display: none;
    margin-top: 15px;
    padding: 10px;
    border-left: 3px solid #ccc;
}