@charset "utf-8";

/* CSS Document */

<!------------- Header Image -----------------> .header-image {
    background: url(http://trembleau.fr/Images/clavier-no-flou.jpg);
    background-position: 50% 50%;
    width: 100%;
    height: 500px;
}

.header-image1 {
    background: url(http://trembleau.fr/Images/slide_3.jpg);
    background-position: 50% 50%;
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-image2 {
    background: url(http://trembleau.fr/Images/Stage-wallpaper.jpg);
    background-position: 50% 50%;
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-titre {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.header-sous-titre {
    padding: 6px 12px 5px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.effet-trans-header {
    background-color: rgba(0, 0, 0, 0.5);
    height: 500px;
}

<!------------ Corp du site -----------------> a {
    text-decoration: none;
    color: #048dcf;
}

.infos {
    max-width: 200px;
    width: 100%;
    padding: 10px 15px;
    top: 100px;
    text-align: center;
    font-weight: 600;
    line-height: 43px;
    font-size: 14px;
    color: #2F2F2F;
    border-radius: 6px;
    margin-bottom: 100px;
    letter-spacing: 1px;
    text-transform: none;
    border-style: solid;
    border-width: 2px;
    border-color: #2F2F2F;
    text-decoration: none;
}

.infos:hover {
    background-color: #2F2F2F;
    transition: all 0.7s ease;
    color: #fff;
}

body,
html {
    max-width: auto;
    min-width: 1100px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}

h1 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #048dcf;
}

h2,
h3,
h4 {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #048dcf;
}

.p-titre {
    font-size: 80px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    text-align: center;
    color: #FFF;
}

.p-sous-titre {
    font-size: 18px;
    padding: 6px 12px 5px;
    border: 2px solid #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    text-align: center;
    color: #FFF;
}

<!--------------- bouton cv ----------------> .btn {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased
}

.btn-primary {
    color: #fff;
    background-color: #1abc9c
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #16a085;
    border-color: #16a085
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #bdc3c7;
    border-color: #1abc9c
}

.btn-primary .badge {
    color: #1abc9c;
    background-color: #fff
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px
}

.btn-block {
    white-space: normal
}

<!------------ Langages --------------->
/* Import the Google Font 'Lato' */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/* Container styles */

.container {
    padding: 50px 0;
    text-align: center;
}

.chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    text-align: center;
}

.chart figcaption {
    padding: 50px 25px;
    width: 100px;
    height: 50px;
    border: 20px solid #f0f0f0;
    border-radius: 100px;
    line-height: 50px;
}

.chart img {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    background: white;
}


/* END Container styles */


/* Colors for the circles and positions for the graphics */

.html {
    top: 50px;
    left: 45px;
}

.html + svg .outer {
    stroke: #e34f26;
}

.python {
    top: 50px;
    left: 45px;
}

.python + svg .outer {
    stroke: #3776ab;
}

.C {
    top: 50px;
    left: 45px;
}

.C + svg .outer {
    stroke: #393932;
}

.php {
    top: 50px;
    left: 50px;
}

.php + svg .outer {
    stroke: #77d815;
}

.css {
    top: 55px;
    left: 48px;
}

.css + svg .outer {
    stroke: #0d84ce;
}

.javascript {
    max-width: 90px;
    max-height: 90px;
    top: 45px;
    left: 45px;
}

.javascript + svg .outer {
    stroke: #f0e040;
}

.node {
    width: 200px;
    height: 200px;
    top: 45px;
    left: 45px;
}

.node + svg .outer {
    stroke: #83cd29;
}

.chart svg {
    position: absolute;
    top: 0;
    left: 0;
}

.outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-188px) translateY(1px);
}

.chart:hover .outer {
    stroke-dashoffset: 534 !important;
    -webkit-animation-play-state: paused;
}


/* END Circle colors and graphic positions */


/* Set the initial values for the animation */

.chart[data-percent='100'] .outer {
    stroke-dashoffset: 0;
    -webkit-animation: show100 2s;
    animation: show100 2s;
}

.chart[data-percent='75'] .outer {
    stroke-dashoffset: 133;
    -webkit-animation: show75 2s;
    animation: show75 2s;
}

.chart[data-percent='50'] .outer {
    stroke-dashoffset: 507;
    -webkit-animation: show50 2s;
    animation: show50 2s;
}

.chart[data-percent='20'] .outer {
    stroke-dashoffset: 460;
    -webkit-animation: show20 2s;
    animation: show20 2s;
}

.chart[data-percent='25'] .outer {
    stroke-dashoffset: 401;
    -webkit-animation: show25 2s;
    animation: show25 2s;
}


/* END set initial animation values */


/* Keyframes for the initial animation */

@-webkit-keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes show100 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 134;
    }
}

@keyframes show75 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 124;
    }
}

@-webkit-keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 507;
    }
}

@keyframes show50 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 507;
    }
}

@-webkit-keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 401;
    }
}

@keyframes show25 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 401;
    }
}

@-webkit-keyframes show20 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 460;
    }
}

@keyframes show20 {
    from {
        stroke-dashoffset: 537;
    }
    to {
        stroke-dashoffset: 460;
    }
}


/* END Keyframes for the initial animation */


/* Contact */

.CV {
    background: url(http://trembleau.fr/Images/hard-disk.jpg);
    height: 100%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Contact {
    background: url(http://trembleau.fr/Images/sony_vaio_laptop-wallpaper-1920x1080.jpg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.effet-trans-footer {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 580px;
}


/*--------------Toggle-----------------*/

.togglef {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #797979;
    background-color: #fff;
    overflow:hidden /*------- div qui s'adapte au float -------*/
   
    
}



/*------------- Langages Maitrisee Plus d'infos ----------*/

.Langmaitl{
    padding-left: 100px;
    float: left;
    text-align: left;
}

.Langmaitr{
    padding-left: 100px;
    float: left;
    text-align: left;
}

.Langmait2{
    padding-left: 100px;
    float: left;
    text-align: left;
}