/* -- COMMUN -- */

html, body, .bg{
    background-color: #22313F;

}

h1, h3{
    text-align: center;
}

#cont2 h3, #cont1 h3{
    background-color: #22313F;
    color: white;
    padding: 10px;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 20px;
}

.barre{
    background-color: #22313F;
    width: 200px;
    height: 2px;
    margin: 0 auto;
}


.truncate-ellipsis { /* troncature la casse commentaires du tableau apres un certain nombre de caracteres */
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cont1{
    margin-top: 30px;
    padding: 30px 50px;
    background-color: white;
}
#cont2{
    margin-top: 30px;

    padding: 30px 50px;
    background-color: white;
}
#cont3{
    text-align: center;
}
.divider{
    display: inline-block;
    margin-top:15px;
    width: 300px;
    height: 1px;
    background-color: lightgray;
}

/* -- COLOR - */
.grey
{
    color:grey;
}
.rouge{
    color:red;
}
.vert{
    color:green;
}

/* -- -- */

#block4{
    padding: 15px;
    text-align: center;
}
#block5{

margin-bottom:10px;
    text-align: left;

}
#blocksub{
    margin-bottom: 15px;
}
.mes_divs{
    position:relative;
    background-color: #E6E6E6;
    border-radius: 10px;
    padding: 10px;

 }

.triangle{
    transform: rotate(45deg);
    position:absolute;
    bottom: -7px;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #E6E6E6;
}
.divcont{
    text-align:center;
}
.messtitle{
    font-size:0.8em;
    color: grey;
    text-align: center;
}

/* -- ADMIN -- */

#btnadd{
    margin-bottom: 10px;
    background-color: #22313F;
    color: white;
}
table{
    overflow-y: hidden;
}
#submiit{
    background-color: #22313F;
    border: none;
    border-radius: 20px;
}

/* -- navbar -- */

.navbar-nav li a {
    line-height: 150px;
    height: 50px;
    padding-top: 0;
}
.navbar-custom {
    background-color: transparent;
    color:#ffffff;
    border-radius:0;
}
.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #2C3E50;
}

.navbar-custom .navbar-brand {
    color:#22313F;
}
.navbar-custom .navbar-toggle {
    background-color:#22313F;
}
.navbar-custom .icon-bar {
    background-color:#33aa33;
}



#menumobile{
    background-color:#22313F;
}
.selectpicker{
    width:99%;
    text-align:center;

    border: none;
}
.selectpicker option{
    background-color: #F2F2F2;
    margin-bottom:1px;
}
.checkcheck{
    height: 100px;
    overflow: auto;
    width:99%;
}
#blocksubb{
    margin-top:15px;
}

.champ{
    display: inline;
    font-style: italic;
}

#requis{
    margin-bottom: 15px;
}
#resume{
    text-align:center;
    margin-top:60px;
}
#resume2{
    text-align:center;
    margin-top:20px;
}
.btnalerte{
    width: 350px;
    text-transform: uppercase;
}
.disclaimer{
    border-radius: 5px;
    background-color: #F6CECE;
    text-align:center;
    padding: 7px 10px;
    font-size: 0.85em;
    margin-bottom: 20px;
}
#pina{
    border: 2px solid #22313F;
    text-align: center;
    /*width:50%;
    margin: 0 auto;*/

}
#pin{
    text-align:center;
}
table th, table{
    text-align:center;

}
.containtable{
    background-color: #F2F2F2;
    padding: 10px 20px;

    margin-top: 20px;
    margin-bottom: 0px;

}

.containtable h4{

    text-align: center;
    color: #22313F;
    padding: 8px;


    margin-bottom: 0px;
}

.containtable p{
    text-align: center;
    font-size: 0.8em;

}
.btnaa{
    background-color: #22313F;
    color:white;
}

.commentairestabl{
    color: grey;
    font-size: 0.9em;
    font-style: italic;
}
.desciptable{
    color: grey;
}
.apropos{
    text-align: center;
    color: #456583;
    text-decoration:none;
}
.apropos:hover, .apropos:focus {

    color: inherit;
    text-decoration:none;
}

.apropos, .apropos:visited {
    color: white !important;
}

.apropos:hover, .apropos:active {
    color: white !important;
}

.apropos {
    color: white !important;
}

#pin input[type=tel] {
    font-family: "text-security-disc";
    -webkit-text-security: disc;
}
