@font-face {
    font-family: 'geosanslight';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff2') format('woff2'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Muli', sans-serif;
    padding-top: 50px;
}
#not_index{
    background-image: url("../img/bg_top.png"), url("../img/bg_bottom.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.row{
    margin-right: 0;
    margin-left: 0;
}
header{
    background-color: #333;
    color: #cdcdcd;
}
header .nav-pills{
    margin-top: 15px;
}
footer{
    background-color: #e7e7e7;
    padding: 7px 0;
    color: #575756;
}
footer span{
    color: #AFAFAF;
}
footer a{
    color: #575756;
    font-style: italic;
}
a:hover{
    color: #60C1C9;
}
#propos, #portfolio, #competences{
    border-bottom:1px dashed #cdcdcd;
    padding-bottom: 10px;
}
#home, h2{
    font-family: 'bebasneue', Arial, sans-serif;
    font-size: 3rem;
    color: #575756;
}
#parallax {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    margin-top: 0px;
}
#parallax p{
    font-family: 'bebasneue', Arial, sans-serif;
    font-size: 2rem;
    color:#60C1C9;
}
h2 img{
    margin-right: 10px;
}
#propos .img-circle{
    border: 1px solid #575756;
    padding: 5px;
    background: #FFF;
}
#propos .col-md-3{
    margin-top:25px;
}
#propos h3{
    color:#ed6578;
}
blockquote {
    border-left: 5px solid #F9DAE6;
}

#competences .img-circle{
    border:1px solid #575756;
}
#competences .col-md-4 span{
    font-size: 2rem;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}
#competences .text-center span{
    display: block;
    margin-top: 10px;
}
.btn_align{
    text-align: right;
}
.btn_detail{
    margin: 20px 0;
    background-color: #FFF;
    color: #60C1C9;
    border: 1px solid #60C1C9;
}
.btn_detail:hover{
    background-color: #60C1C9;
    color: #FFF;
    border:none;
}
#projets .caption{
    border-top: 1px solid #eee;
    margin-top: 5px;
}
#projets .caption h3{
    margin-top: 5px;
}
.btn:hover{
    color: #ed6578;
    border:1px solid #ed6578;
    background: #FFF;
}
#projets .thumbnail h3{
    font-size: 2rem;
}
#projets blockquote p{
    font-size: 1.5rem;
}
blockquote small{
    display: inline;
}
#projets blockquote p span{
    color:#777;
}
.modal-header{
    border-bottom:none;
}
h4{
    margin-top: 0;
    font-weight: bold;
} 
#contact p#welcome{
    padding:10px 20px; color:#ed6578; border:1px dashed #ed6578; font-weight:bold;
}
#contact ul{ padding:10px 20px; color:#60C1C9; border:1px dashed #60C1C9; font-weight:bold; }  
#contact p#success{ padding:10px 20px; color:#ed6578; border:1px dashed #ed6578; font-weight:bold; } 
#contact p em{ display:block; font-weight:normal; }  

@media (max-width:500px) {
    .btn_align{text-align: center;}
    .modal-body {padding: 0;}
    #my-doughnut-legend{border-bottom: 1px dashed #333; padding-bottom: 5px; background: rgba(255, 255, 255, 0.6);}
}
@media (min-width: 501px) and (max-width: 992px){
   #projets .caption h3 { min-height: 50px;}
   .thumbnail .caption p { min-height: 45px;}
}
