/* -------------------------------------------------------------*/
/* Importation des polices en début de fichier
/* -------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Bungee);

/* -------------------------------------------------------------*/
/* Couleur générale */
/* -------------------------------------------------------------*/
.glaz {
    color: rgb(58, 121, 102);
}
/* -------------------------------------------------------------*/
/* Liens globaux */
/* -------------------------------------------------------------*/
a {
    text-decoration: none;
    color: rgb(58, 121, 102)
}
a:hover {
    text-decoration: none;
    color: rgb(58, 121, 102)
}
.lnkbottom a:visited,.lnkbottom a:link {
    color: rgb(58, 121, 102);
    font-size:1.1em;
}
/* -------------------------------------------------------------*/
/* Barre de menu */
/* -------------------------------------------------------------*/
.navbar-light .navbar-nav .active>.nav-link {
    color: rgb(60,147,157);
    font-weight: bold;
    text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(59, 57, 58);
}
/* -------------------------------------------------------------*/
/* Titre entreprise */
/* -------------------------------------------------------------*/
.clientTitle {
    font-family: 'PT Serif', cursive;
    padding-left: 10px;
    color: #343435;
    font-size: 1.4em;
    font-weight: bold;
}
/* -------------------------------------------------------------*/
/* Texte message accueil */
/* -------------------------------------------------------------*/
.baselinetext {
    color: rgb(60,147, 157);
    font-size:2.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.h2_welcomepage {

}

.p_welcomepage {

}

.h2_title {
}

.h1_ccm {

}
.text_ccm {

}

.h5_echanges {
    /*color: red; */
}
.h5_echanges a:link{
    /*color: red;*/
}
/* -------------------------------------------------------------*/
/* bouton inscription page d'accueil */
/* -------------------------------------------------------------*/
.btn-inscription, .btn-inscription a{
    background: rgb(60,147,157);
    color: #ffffff;
    font-size: 1em;
}
.btn-inscription:hover {
    background: rgb(255, 255, 255);
}
.btn-inscription:hover a{
    color: rgb(60,147,157);
    background: rgb(255, 255, 255);
}
/* -------------------------------------------------------------*/
/* bouton général 1*/
/* -------------------------------------------------------------*/
.btn-client , .btn-client:hover {
    background: rgb(60,147,157);
    color: #ffffff;
}
/* -------------------------------------------------------------*/
/* bouton général 2 */
/* -------------------------------------------------------------*/
.btn-tbpro, .btn-tbpro:hover {
    background: rgb(58, 121, 102);
    color: #ffffff;
}
/* -------------------------------------------------------------*/
/* bouton général inversé */
/* -------------------------------------------------------------*/
.btn-tbpro-inverse {
    background: rgb(255, 255, 255);
    color: rgb(58, 121, 102);
    border: 2px solid rgb(58, 121, 102);
    border-radius: 17px;
}
.btn-tbpro-inverse:hover {
    background: rgb(58, 121, 102);
    color:#ffffff;
}
/* -------------------------------------------------------------*/
/* bouton général 3 */
/* -------------------------------------------------------------*/
.btn-tbpro2, .btn-tbpro2:hover {
    background: rgb(177, 64, 117);
    color: #ffffff;
}
/* -------------------------------------------------------------*/
/* bouton général 2 inversé */
/* -------------------------------------------------------------*/
.btn-tbpro2-inverse:hover {
    background: rgb(255, 255, 255);
    color: rgb(177, 64, 117);
    border: 2px solid rgb(177, 64, 117);
    border-radius: 17px;
    font-size: large;
}
.btn-tbpro2-inverse {
    background: rgb(177, 64, 117);
    color:#ffffff;
    border: 2px solid rgb(177, 64, 117);
    border-radius: 17px;
    font-size: large;
}
/* -------------------------------------------------------------*/
/* Coeur des favoris */
/* -------------------------------------------------------------*/
.favorite_heart {
    color: rgb(58, 121, 102);
}
.favorite_heart_disabled {
    color: rgb(140, 140, 140);
}

.euro_red_sign {
    color: rgb(236, 35, 35)
}

/* -------------------------------------------------------------*/
/* Carte offre de service */
/* -------------------------------------------------------------*/
.cardHelp {
    border: 3px dashed rgb(60,147,157);
    font-size:1.3em;
}

tbprocard div {
    color: rgb(60,147,157);
}

tbprocard:hover {
    background-color: rgb(60,147,157);
}
/* -------------------------------------------------------------*/
/* Annuaire */
/* -------------------------------------------------------------*/
.repertoire_title {
    color: rgb(60,147,157);
    font-weight: bold;
}
.textcardrepertoire {
    color: white;
}
.textcardrepertoire:hover {
    background-color: rgb(60,147,157);
}
/* -------------------------------------------------------------*/
/* Cartes Comment ca marche */
/* -------------------------------------------------------------*/
.bg-offre {
    background-color: rgb(60, 147, 157) !important;
}

/* -------------------------------------------------------------*/
/* Footer TBPRO */
/* -------------------------------------------------------------*/
.tbprofooter h2 {
    color: rgb(60,147,157)
}
.p_tbprofooter {
    
}

/* -------------------------------------------------------------*/
/* CHALLENGES et PROJETS */
/* -------------------------------------------------------------*/
.project_h {
    font-weight: bold;
}

.card-box  {
    min-height: 100px;
}

.projectlogo {
    max-width: 32px;
}
.challengetitle {
    margin-bottom: 10px;
}
.aligncheckbox {

}
.imgmenu {
    vertical-align: inherit;
}
.colorhome {
    color: rgb(170, 162, 162);
}

.btnprojectlink {
    white-space:normal !important;
    max-width:200px;
    min-height: 110px;
    display: table-cell;
    vertical-align: middle;
}

.selectedproject {
    border-style: solid;
    border-width: 12px;
    border-color: rgb(60,147,157);
}
.noselectedproject {
    border-style: solid;
    border-width: 1px;
    padding: 11px;
    border-color: 1px solid rgba(0,0,0,.125);
}
/* -------------------------------------------------------------*/
/* Bouton panier */
/* -------------------------------------------------------------*/
.btn-panier, .btn-panier:hover {
    /*background: rgb(247, 244, 245);*/
    background: none;
}
.panier-text {
    color: #343435;
}

