@font-face {
    font-family: 'Gotham Medium';
    src: url(../fonts/GOTHAM-MEDIUM.OTF);
}

@font-face {
    font-family: 'Gotham Light';
    src: url(../fonts/GOTHAM-LIGHT.OTF);
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(../fonts/GOTHAM-BOLD.OTF);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Gotham Light', 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-size: 100% 240px;
    font-weight: 500;
    color: #202022;
    line-height: 1.6em;
}

.alert-danger {
    display:none;
}

.show_errors {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;        
}

/* Stylise les input file pour IE10 et + */
::-webkit-file-upload-button, ::-ms-browse {
  background: cornflowerblue;
  color: white;
  padding: 0.8em;
}

.ligne:hover td {
    background-color: #ddd;
}

a.vignette {
    width: 150px;
    display: block;
    color: #333 !important;
    padding: 10px;
    text-decoration: none;
    height: 290px;
    float: left;
    line-height: 15px;
    text-align: center;
    margin: 0 11px 11px 0;
    box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    border: 1px solid #CCC;
}

a.vignette:hover {
    background-color: #f2f2f2;
}

a.vignette em {
    color: #999;
    font-size: 90%;
}

.noimage {
    width: 150px;
    text-align: center;
    background-color: #fff;
    color: #999;
    font-size: 11px;
    height: 120px;
    background-color: #fafafa;
    margin-bottom: 15px;
    padding-top: 80px;
}

.tableau a {
    color: #fff !important;
}

.cadre {
    padding: 20px;
    display: block;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #eee;
}
h3 {
    /*background:url(../images/fleche_orange.png) 0 12px no-repeat;*/
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.nav-item {
    padding: 0 10px;
}

.nav-link {
    font-family: 'Gotham Bold';
}

.sticky-top {
    background: white;
    opacity: 1;
}

#navbarSupportedContent>ul li a {
    color: #00b3d4;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9999;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 40px;
}

#navbarSupportedContent>ul li a:hover, #navbarSupportedContent>ul .active a {
    background: url(../images/trait_rouge.png) bottom left no-repeat;
    color: #e10613;
}

form, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

p {
    padding: 0 0 10px 0;
}

a img {
    border: none;
}

#header {
    height: 240px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

#erreurs, #erreurs_new, #erreur_rencontre, #erreur2_rencontre {
    display: none;
}

.vert, .fa-check-square, .orangehover:hover {
    color: #03bd00;
    opacity: 1;
}

.md-trigger {
    color: lightgrey;
}
.md-trigger:hover{
    color: red!important;
}
table td.picto_rencontre {
    padding-top:20px;
}
.fa-times-square, .oops, .card-header .fa-user-times, .fa-trash {
    color: #e10613;
}

.fa-clock {
    color: #FFBF2F
}

.fa-ban:hover {
    color: #FFBF2F;
    opacity: 1;
}

.fa-bars {
    color: rgba(0, 0, 0, 0.5);
}

.card-header {
    min-height: 55px;
}

.card {
    height: 345px;
    min-height: 320px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
}

.card-footer {
    bottom: 0;
}

.faded {
    opacity: 0.5;
}

.card-header a, .fa-trash-o {
    color: #000;
}

.card-header a:hover, .fa-trash-o:hover {
    color: #e10613;
    opacity: 1;
}

.card-footer {
    line-height: 15px;
    padding: 0px;
    font-size: 10px;
}

.form_statut {
    display: inline-block;
}

.form_statut button {
    align-items: center;
    background: none;
    border: none;
    vertical-align: middle;
}

#espace_rencontre {
    margin-bottom: 5px;
}

#conteneur {
    background: url(../images/footer.png) bottom center no-repeat;
    padding-bottom: 250px;
    width: 980px;
    margin: 20px auto;
    padding-top: 260px;
}

#user {
    padding-top: 40px;
    padding-left: 0px;
    height: 64px;
    margin: 35px auto 20px 0;
    background: url(../images/picto_inscription.png) top left no-repeat;
}

#notes {
    padding-top: 40px;
    padding-left: 0px;
    height: 64px;
    margin: 35px auto 20px 0;
    background: url(../images/picto_texte.png) top left no-repeat;
}

#binoculars {
    padding-top: 40px;
    padding-left: 0px;
    height: 64px;
    margin: 35px auto 20px 0;
    background: url(../images/picto_jumelles.png) top left no-repeat;
}

#wave {
    padding-top: 40px;
    padding-left: 0px;
    height: 64px;
    margin: 35px auto 20px 0;
    background: url(../images/picto_vague.png) top left no-repeat;
}

#welcome {
    padding-top: 40px;
    padding-left: 0px;
    height: 64px;
    margin: 35px auto 20px 0;
    background: url(../images/picto_accueil.png) top left no-repeat;
}

/*#footer {
    height: 265px;
    margin: 0 auto 0 auto;
    background: url(../images/footer.png) bottom no-repeat;
    background-size: contain;

}*/

.blue {
    background: url(../images/trait_bleu.png) bottom left no-repeat;
    color: #0f78bb;
}

.red {
    background: url(../images/trait_rouge.png) bottom left no-repeat;
    color: #e10613;
}


.lightblue {
    color: #00b3d4;
    background: url(../images/trait_ciel.png) bottom left no-repeat;
}

h2 {
    color: #e10613;
    font-size: 16px;
    margin-bottom: 15px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Gotham Bold';
}

h1 {
    font-size: 26px;
    font-family: 'Gotham Bold', 'Montserrat';
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #e10613;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'Gotham Bold', 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

h3 {
    color: #202022;
    font-size: 14px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    font-family: 'Gotham Bold', 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

h4 {
    font-size:1.35rem;
}

.fleche {
    padding-left: 50px;
}

th {
    font-family: 'Gotham Bold', 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
}

td.colonne {
    padding-right: 15px;
    border-right: 1px solid #CCC;
}

td.colonne2 {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #CCC;
}

td.colonne3 {
    padding-left: 15px;
}

.rouge {
    color: #e10613;
    font-style: italic;
    font-size: 90%;
}

#contenu a {
    color: #e10613;
}

#contenu_bleu a:not(.md-trigger) {
    color: #00b3d4;
}

.conteneur_carres {
    display: flex;
    flex-wrap: wrap;
}

.carre {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 32%;
    height: 65px;
    border: 1px solid lightgray;
    border-radius: 5px;
    background: #FFF;
    color: #202022 !important;
    margin: 2px;
}

.carre:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
    z-index: 99;
    text-decoration: none;
    background-color: #f2f5f9;
}

.nom_entreprise {
    padding-left: 10px;
}

.nb_rencontres {
    padding-right: 10px;
    padding-left: 10px;
    color: #00b3d4;
    font-weight: bold;
}

#com_achat_vente h2, #fournisseurs h2, #enseignes h2 {
    padding-left: 5px;
}

#menu {
    display: block;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 180px;
    height: 30px;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
    height: 30px;
    margin-right: 20px;
}

#menu li a {
    display: block;
    float: left;
    color: #0f78bb;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

#menu li a:hover {
    background: url(../images/trait_rouge.png) bottom left no-repeat;
    padding-bottom: 5px;
    color: #e10613;
}

.tableau {
    background-color: #00b3d4;
    color: #fff;
}

#contenu a.link, #contenu a.link2, #contenu_bleu a.link, #contenu_bleu a.link2 {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 20px;
    color: #a8a7a7;
    border-radius: 3px;
    border: 1px solid #a8a7a7 !important;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
}

#contenu_bleu a.link2 {
    border-color: #00b3d4 !important;
    color: #00b3d4;
}

#contenu_bleu a.link:hover {
    border-color: #00b3d4 !important;
    color: #00b3d4;
}

#contenu a.link2 {
    border-color: #e10613 !important;
    color: #e10613;
}

#contenu a.link:hover {
    border-color: #e10613 !important;
    color: #e10613;
}

#contenu ul {
    margin: 15px 0 0 0;
    padding: 0;
}

#contenu ul li {
    list-style: none;
    background: url(../images/li.png) 0 5px no-repeat;
    margin: 0 0 6px 0;
    padding: 0 0 0 28px;
}

#contenu ul li a {
    color: #202022;
    font-weight: bold;
    text-decoration: none;
}

#contenu ul li a:hover {
    color: #e10613;
}

.bullet {
    padding-left: 15px;
}

.illu {
    float: left;
    margin: 0 20px 15px 0;
    box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
}

.illu2 {
    float: right;
    margin: 0 0 15px 20px;
    box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
}

.aide {
    background-color: #e9f3fc;
    padding: 30px;
    color: #0f78bb;
    margin-top: 40px;
    font-size: 14px;
}

.aide h2 {
    font-size: 16px;
    font-weight: 700;
    color: #0f78bb;
    background: url(../images/trait_bleu.png) bottom left no-repeat;
    line-height: 58px;
}

.aide a {
    color: #0f78bb !important;
    font-family: 'Gotham Bold', 'Gotham Light', 'Montserrat', 'Arial', 'Helvetica', sans-serif;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: none;
}

.aide a:hover {
    text-decoration: underline;
}

.aide p {
    margin: 0;
    line-height: 1.6em;
    padding: 10px 0 0 0;
}

.bouton {
    border-color: #a8a7a7;
    font-family: 'Gotham Light', 'Montserrat', Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    color: #a8a7a7;
    border-radius: 3px;
    border-width: 1px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
}

.bouton:hover {
    border-color: #e10613;
    color: #e10613;
}

:focus {
    border-color: #e10613;
}

input[type=text], input[type=email] {
    background-color: #f9f9f9;
    border: 1px solid gray;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 5px #e4e4e4 inset;
    padding: 0 10px;
    font-size: 14px;
}

select {
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 5px #e4e4e4 inset;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
}

.pdf {
    display: inline-block;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px 0 55px;
    background: #fbe9eb url(../images/pdf.png) 5px 5px no-repeat;
    border: 1px solid #ed959a;
    border-radius: 5px;
    color: black;
}

.pictotexte {
    padding-top: 70px;
}

strong {
    font-family: 'Gotham Bold', 'Gotham Light', 'Montserrat', 'Arial', 'Helvetica', sans-serif;
    /*font-weight: bold;*/
}

.fa-long-arrow-right {
    color: #0f78bb;
}

/* Ces classes permettent un affichage via code couleur du planning sur la page d'accueil des groupes */
a.spe_ {
    background-color: #f49885;
}

a.spe_TP, a.spe_TP-GO, a.spe_VRD-TP {
    background-color: #9adbf3;
}

a.spe_AMENAGEMENTINTERIEUR {
    background-color: #1179b7;
}

a.spe_AMENAGEMENTEXTERIEUR, a.spe_AMEXGO {
    background-color: #2c2b60;
}

a.spe_CHAUFFAGE {
    background-color: #f69131;
    border-radius: 5px;
}

a.spe_LS-OUT, a.spe_QUINCAILLERIE {
    background-color: #ee5433;
}

a.spe_COUVERTURE {
    background-color: #25a79e;
}

a.spe_SANITAIRE {
    background-color: #5c8392;
}

a.spe_REVETEMENTS {
    background-color: #0a496e;
}

a.spe_PLOMBERIE {
    background-color: #93571d;
}

a.spe_SACHA {
    background-color: #8e321f;
}

a.spe_MENUISERIES {
    background-color: #16645f;
}

a.spe_GROS-OEUVRE {
    background-color: #80809f;
}

a.spe_BOISDECONSTRUCTION {
    background-color: #ba7e16
}

a.spe_ELECTRICITE {
    background-color: #e0b94e;
}

a.spe_MATERIELETOUTILLAGE {
    background-color: #35c47f;
}

a.spe_MENUISERIES {
    background-color: #4286f4;
}

a.spe_PANNEAUX {
    background-color: #331a63;
}

a.spe_PEINTURE {
    background-color: #e0c721
}

a.creer {
    font-size: 11px;
    color: #fff;
    background-color: #202022 !important;
}

.rencontre_deja_prevue {
    color: #00b3d4;
}

#table_rencontres a {

    color: #fff;
    padding: 3px;
    border-radius: 3px;
    margin: 0 0 3px 0;
    text-decoration: none;
    font-size: 12px;
}

.nav {
    margin-top: -5px;
}

/* ELEMENTS DE MENU TRAFICOTE */
.navbar-default {
    background-color: white;
    border-color: white;
}
#navbarSupportedContent>ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/* @media all and (max-width: 1198px) {
    #navbarSupportedContent>ul {
        margin-top: -100px;
        margin-left: 213px !important;
    }
} */

@media all and (max-width: 991px) {
    #header {
        height: 180px;
    }

    /* #navbarSupportedContent>ul {
        margin-top: 0;
        margin-left: 0 !important;
    } */
}

@media all and (max-width: 791px) {
    .carre {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 49%;
        height: 65px;
        border: 1px solid lightgray;
        border-radius: 5px;
        background: #FFF;
        color: #202022 !important;
        margin: 2px;
    }
}

@media all and (max-width: 768px) {
    #header {
        height: 120px;
    }

}

@media all and (max-width: 446px) {
    .carre {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 99%;
        height: 65px;
        border: 1px solid lightgray;
        border-radius: 5px;
        background: #FFF;
        color: #202022 !important;
        margin: 2px;
    }
}