﻿body {
    color: #333;
    background: linear-gradient(#62bfda, #007280);
    background-attachment: scroll;
    background-position: center;
    background-attachment: fixed;
    font-size: 14px
}
.avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #60c7c1;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.radio label, .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
}
@media (min-width: 768px){
    .navbar {
        border-radius: 0px;
    }
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 5.5px 15px;
    font-size: 19px;
    line-height: 21px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.navbar-default { background-color: #25494e; }
.avatar img {
    width: 100%;
}

.panel {
    /*background-color: white;*/
    background: #ffffff5e;
}
.panel-body {
    padding: 20px;
}
.t-w{color: white}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c3f746;
    width: 25%;
}
.img{cursor: pointer;}
input[type="radio"], input[type="checkbox"] {
    /*margin: 10px 10px 10px;*/
    margin-left: 10px;
    margin-right: 10px;
}
.MyFrameBlue {
    border: 2px solid white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.btn-default {
    color: #ffffff;
    background-color: #fdffff00;
    border-color: #ffffff;
}
.cadre:hover{
    transform: scale(1.1)
}
.logout {
    color: black;
    font-size: 18px;
    border-bottom: 2px solid black;
    transition: 0.8s;
}
.logout:hover {
    color: black;
    transform: scale(1.1)
}
a:hover { text-decoration: none}
.btn { margin-bottom: 10px}
.modal-footer .btn+.btn {
    margin-bottom: 10px;
    margin-left: 5px;
}
.modal-footer { padding: 6px; }
.modal-header , .modal-footer{background-color: #4394af;}
.btn-violet {
    color: #ffffff;
    background-color: #a412f3;
    border-color: #a412f3;
}
.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 5px;
}

.clignote {
    animation-name: clign;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-right: 20px
}
@keyframes clign {
    from {color: #337ab7;}
    to {color: white;}
}
@media (min-width:1200px){
    #sav_img{
        width:60%;
        margin-top:50px
    }
}
@media (min-width:1380px){
    #sav_img{
        width:100%;
        margin-top:0px
    }
}
.img_pitch { width: 30%}
a{color: black}