 @import url(http://fonts.googleapis.com/css?family=Roboto);
 /****** MODIF DU 16/01/2019 ******/
 .completion{
     background:white;
     padding: 12.5px;
     border-radius: 0px 0px  10px 10px;
     opacity: .8;
 }

 .btRetour {
    position: absolute;
    z-index: 100;
    right: 0px;
    top:-20px;
}

#btRetour { 
    background: red !important; 
    -moz-box-shadow: 0px 5px 10px 0px #656565;
    -webkit-box-shadow: 0px 5px 10px 0px #656565;
    -o-box-shadow: 0px 5px 10px 0px #656565;
    box-shadow: 0px 5px 10px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
}

.jr_background{
    position:   absolute;
    top:50px;
    bottom:0;
    left:0;
    right:0; 
    background-position: 50% 50%;
    background-size: cover;
    z-index: 0;
    opacity: .8
}

.myContent{
    margin-right: 15px;
    margin-left: 15px;
    opacity: .9; 
    background: white;
    border-radius:5px;
    padding-top: 10px;    
}

.chemin {
    background: white;
    opacity: .9
}
.navbar{
    z-index: 100
}

ul{
    margin-bottom: 0px
}
/****** FIN MODIF DU 16/01/2019 ******/






/****** LOGIN ******/
.login-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #36404a;
    margin: 100px auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}
.login-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}
.login-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.login-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.login-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.login-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.login-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.login-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}
.login-help{
    font-size: 12px;
}
.portfolio-item {
    margin-bottom: 30px;
}
.navbar {
    margin-bottom: 30px;
}

html{
    min-height: 100%;
    /*height: 100%;*/
}

body{
    background: #ffffff !important;
    color: #333333;
    height: 100%;
    line-height: 1;
}

a{
    cursor: pointer;
}

.navbar{
    background-color: #1d1d1b !important;
    box-shadow: 0 0 20px 4px #939393;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.navbar-brand:hover {
    color: #fff !important;
}

.nav-item > .nav-link {
    color: #fff !important;
}

.drop-down-menu {
    color: #000000 !important;
}

.card{
    padding: 20px;
    border: 1px solid #333333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px #f3f3f3;
}

.breadcrumb{
    padding: 20px;
    border: 1px solid #323b44;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    /* background-color: #36404a; */
    background-color: #fff;
}

.breadcrumb-item{
    color: #323b44 !important;
}

.card-title {
    color: #000000 !important;
}

.progress-bar {
    background-color: #00b3e5;
}

.card-title > a {
    color: #000000 !important;
    text-decoration: none;
}

.tt {
    color: #00b19d !important;
}

.badge-success {
    color: #fff;
    background-color: #00b19d !important;
}

.list-group-item-success {
    color: #ffffff;
    background-color: #36404a;
}

.list-group-item {
    color: #6d6d6d;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 5px 1px #f3f3f3;
}

.card-text{
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #3ddcf7;
    border-color: #3ddcf7;
    cursor: pointer;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3ddcf7;
    border-color: #3ddcf7;
}

.btn-success{
    color: #fff;
    background-color: #00b19d;
    border-color: #00b19d;
    cursor: pointer;
}
.btn-success:hover {
    color: #fff;
    background-color: #00b19d;
    border-color: #00b19d;
}
.btn-default{
    color: #fff;
    background-color: #00a3e0;
    cursor: pointer;
}

.modal-dialog{
    /*max-width: 900px;*/
    max-width: 98%;
}
.modal-content{
    background-color: #fff !important;
}

.link{
    color: #ffffff;
}

.checked{
    background: #00b19d;
}

.badge-warning {
    background-color: #ffaa00;
    color: #ffffff;
}

table.dataTable tbody tr {
    background-color: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #6d6d6d;
}

.dataTables_info{
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #fff !important;
    background-color: white !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.login-container{
    padding: 20px;
    border: 1px solid rgba(88, 172, 255, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}

.login-container input[type="submit"] {
    background-color: #3bafda;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.point-orange{fill:#f39313;}
.point-bleu {
    border-color:#00a7e0;
    fill:#ffffff;
}
.point-vert{fill:#94c356;}
.point-blanc{fill:#ffffff;}

.signature{
	color: #3dbff0;
	font-weight: bold;
	text-align: right;
}

.texte{
	text-align: justify;
	margin: auto;
    color: #666666;
    font-size: 14px;
}

.photo{
    padding: 0 20px 20px 0;
    float: left;
}

.motPresidentTitle {
	font-size: 32px;
	text-transform: uppercase;
	color: #3dbff0;
	text-align: center;
}

.imgmiddle{
	vertical-align: middle;
}

.step-description{
    margin-bottom: 10px;
}

.hamburger {
    width: 25px;
    border-radius: 2px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
}

.trombiImage {
    width:88px;
    height:104px;
}
