/*
Theme Name: folio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: folio
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

folio is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    color: #fff;
    font-family: oswald;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #272436;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
{
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="submit"] {
    -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}



blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active{
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #fff;
}



a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Font
--------------------------------------------------------------*/

@font-face {
    font-family: 'kreon_bold';
    src: url('font/kreon-bold-webfont.eot');
    src: url('font/kreon-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/kreon-bold-webfont.woff2') format('woff2'),
        url('font/kreon-bold-webfont.woff') format('woff'),
        url('font/kreon-bold-webfont.ttf') format('truetype'),
        url('font/kreon-bold-webfont.svg#kreonbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'kreon_light';
    src: url('font/kreon-light-webfont.eot');
    src: url('font/kreon-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/kreon-light-webfont.woff2') format('woff2'),
        url('font/kreon-light-webfont.woff') format('woff'),
        url('font/kreon-light-webfont.ttf') format('truetype'),
        url('font/kreon-light-webfont.svg#kreonlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kreon';
    src: url('font/kreon-regular-webfont.eot');
    src: url('font/kreon-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/kreon-regular-webfont.woff2') format('woff2'),
        url('font/kreon-regular-webfont.woff') format('woff'),
        url('font/kreon-regular-webfont.ttf') format('truetype'),
        url('font/kreon-regular-webfont.svg#kreonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_bold';
    src: url('font/oswald-bold-webfont.eot');
    src: url('font/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/oswald-bold-webfont.woff2') format('woff2'),
        url('font/oswald-bold-webfont.woff') format('woff'),
        url('font/oswald-bold-webfont.ttf') format('truetype'),
        url('font/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald_light';
    src: url('font/oswald-light-webfont.eot');
    src: url('font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/oswald-light-webfont.woff2') format('woff2'),
        url('font/oswald-light-webfont.woff') format('woff'),
        url('font/oswald-light-webfont.ttf') format('truetype'),
        url('font/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald';
    src: url('font/oswald-regular-webfont.eot');
    src: url('font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/oswald-regular-webfont.woff2') format('woff2'),
        url('font/oswald-regular-webfont.woff') format('woff'),
        url('font/oswald-regular-webfont.ttf') format('truetype'),
        url('font/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
## général
--------------------------------------------------------------*/
#page,#content{
    position: relative;
    /*    display: table;*/
    width: 100%;

}
#page{


}
#navi{
    position: relative;
    width: 100%;
    z-index: 4;

}
section{ 
    width: 100%;
    min-height:500px;
    background: #272436;
    float: left;
    position: relative;
    overflow: hidden;
}

.float_left{
    float: left;
}

.margin_auto{
    margin: auto;
    display: table;
    width: 1100px;
    position: relative;
}

.centre_moi_ca{
    margin: auto;
    display: table;
    position: relative;
    z-index: 2;
}
h1, .faux_titre{
    font-family: kreon_bold;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#masthead{
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.site-branding{
    position: relative;
    float: left;
}

#site-navigation{
    position: absolute;
    right: 40px;
    top: 30px;
    opacity: 1;
}

.nav_btn{
    font-family: oswald;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}




#centre_mon_menu{
    margin:auto;
    display: table;

}


#konami{

    width:239px;
    height: 95px;
    background: url("i/konami.png") no-repeat left top;
    position: absolute;
    z-index: 99;
    top: 70px;
    right: -330px;
    overflow: hidden;
    border: 1px solid #0d0c0c;
    -moz-box-shadow: 0px 0px 8px 0px #000;
    -webkit-box-shadow: 0px 0px 8px 0px #000;
    -o-box-shadow: 0px 0px 8px 0px #000;
    box-shadow: 0px 0px 8px 0px #000;
    border-radius: 3px;
}

/*--------------------------------------------------------------
## section 1
--------------------------------------------------------------*/
#section_1{
    z-index: 2;
    position: relative;
    float: left;
    overflow: visible;
}

#mon_nom{
    font-family: kreon_light;
    color: #fff;
    font-size: 60px;
    position: absolute;
    width: 100%; 
    text-align: center;
}

#intro_block{
    position: absolute;
    left: 50%;
    margin-left: -195px;
    color: #298de2;
    width: 390px;
    top: 300px;
    height: 60px;
}

#designer_block{
    width: 130px;
    text-align: right;
    position: absolute;
    left: 60px;
    opacity: 0;
    -webkit-transition:  all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    top: 8px;

}


#developer_block{
    width: 130px;
    text-align: left;
    position: absolute;
    right:60px;
    opacity: 0;
    -webkit-transition:  all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    top: 8px;
}

.txt_switch{
    font-size: 26px;
    font-family: oswald_light;
    text-transform: uppercase;
    height: 32px;
    padding-top: 1px;
}


#switch_designer,#switch_developer{
    height: 32px;
    overflow: hidden;
    position: relative;
}

.decal_intro{
    width: 130px;
    height: 60px;
    top: 0px;
    position: absolute;
}

#rotate_block{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#left_circle_block{
    width: 60px;
    height: 30px;
    overflow: hidden;
    position: absolute;

}

#left_circle{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #298de2;

}

#right_circle_block{
    width: 60px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    margin-top: 30px;
}

#right_circle{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-top: -30px;
    background-color: #298de2;
}

#sep_circle_block{
    width: 120px;
    height: 3px;
    position: absolute;
    left:50%;
    margin-left: -60px;

}

#sep_circle{
    width: 60px;
    height: 3px;
    border-radius: 4px;
    background-color: #298de2;
    position: relative;
    margin-left: 30px;
    margin-top: 28px;
}

#designer_txt,#developer_txt{
    font-size: 24px;
    font-family: oswald_bold;
    text-transform: uppercase;
}

#esperluette{
    font-size: 52px;
    font-family: kreon_light;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}


#triangle_jaune{
    cursor: pointer;
    bottom: 100px;
}

#triangle_violet{
    bottom: -34px;
}

.triangle{
    position: absolute;
    left: 50%;
    margin-left: -35px;
    /*    top: 600px;*/
}

/*--------------------------------------------------------------
## section 2
--------------------------------------------------------------*/

section#section_2{
    background: #ffa201 ;
    position: relative;
    float: left;

}

#section_2 .vrai_titre{
    background: #ffa201 ;
}

#section_2 .vrai_titre_block{
    margin-top: 50px;
}

#moi{
    background: url("i/moi.jpg") no-repeat 30% bottom;
    width: 538px;
    height: 427px;
    position: absolute;
    left: 50%;
    margin-left: -719px;
    bottom: 0;

}


#faux_bonjour h1, #faux_bonjour .faux_titre{

    text-align: left;
    margin-left: 259px;
    margin-bottom: 0;

}


#faux_bonjour{
    margin-top: 60px;
    margin-bottom: 0;
}

.sep_ligne{
    width: 100%;
    height: 3px;
    position: absolute;
    top: 83px;
    background-color: #fff;
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
    left: -100%;
}


#section_2 .sep_ligne{
    top:170px;
}
.vrai_titre_block{
    margin: auto;
    width: 140px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: oswald;
    background: url("i/pixel.png") repeat-x center 8px;
    margin-top: 10px;
    -webkit-transform: perspective(500px) rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
}

.vrai_titre {
    font-size: 16px;
    padding: 0 15px;
    display: table;
    margin: auto;
    letter-spacing: 1px;
}

.vrai_pos_fin{

    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(-0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(-0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(-0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-0deg) rotateY(0deg) rotateZ(0deg);
    opacity: 1;
}

#presentation_block{
    width: 580px;
    position: relative;
    font-size: 19px;
    font-family: oswald_light;
    line-height: 28px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px rgba(255, 120, 0, 0.9); 
    margin-left: 260px;
    margin-top: 0px;
    margin-bottom: 230px;
}

#presentation_txt p{
    margin-bottom: 10px;
    position: relative;
}

#presentation_txt .bold, #age, #tarbes_et_pau{
    color:  #181620;
    font-family: oswald_bold;
    text-shadow:none; 
}

.ger,.aymeric {
    cursor: pointer;
}



#tarbes_et_pau{
    position: absolute;
    top:0px;
    left: 330px; 
    overflow: hidden;
    width: 180px;
    cursor: pointer;
    padding-left: 5px;
}

.tarbes_et_pau_bouge{
    width: 180px;
    margin-left: -175px;
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#age{

    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 54px;
    background-color: #ffa201;
}

#conteneur_age{
    float: left;
    width: 22px;
    text-align: center;
    height: 19px;
    overflow: hidden;
    margin-right: 5px;

}

#conteneur_age .float_left{
    height: 19px;
    width: 22px;

}

.trente{ 
    margin-top: -19px;
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#bulle_block{
    color: #fff;
    text-shadow: none;
    position: absolute;
    top: 172px;
    left: 115px;
    width: 180px;
    height: 38px;
    opacity: 0;
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#bulle_block svg{
    position: absolute;

}
#bulle_block svg path{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

#bulle_block .float_left{
    position: absolute;
    z-index: 2;
    font-size: 15px;
    padding: 11px 0 0 18px;

}

#me_contacter_btn{

    top:520px;
    position: absolute;


}

.center_txt_btn{
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 17px;
    text-align: center;
}

.bg_btn_con{
    position: absolute;
    width: 170px;
    height: 46px;
    background-color: #181620;
    -webkit-transition:  all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    left: -170px;
}

/*--------------------------------------------------------------
## section 3
--------------------------------------------------------------*/
#section_3{
    padding-bottom: 50px;
    position: relative;
}

#titre_section_block{
    position: relative;
    width: 100%;


}

#section_3 .vrai_titre,#section_5 .vrai_titre{

    background: #272436 ;
}

.faux_titre_block{
    height: 46px;
    width: 100%;
    margin-top: 60px;
}
.cache_titre{
    width: 100%;
    margin: auto;
    height: 23px;
    float: left;
    overflow: hidden;
}
.cache_titre h1{
    margin-top: 23px;
    height: 46px;
    width: 100%;
    -webkit-transition:  all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.faux_titre{
    margin-top: -46px;
    height: 46px;
    width: 100%;
    -webkit-transition:  all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    transition: all 0.4s ease-in;
}




#legende_logi{
    width: 230px;
    position: absolute;
    font-family: kreon;
    font-size: 16px;
    text-transform: uppercase;
    top: 40px;
    text-align: center;
    left: -20px;
}

#legende_xp{
    width: 230px;
    position: absolute;
    font-family: kreon;
    font-size: 16px;
    text-transform: uppercase;
    top: 40px;
    text-align: center;
    right: 0;
}

#legende_rea{
    width: 230px;
    position: absolute;
    font-family: kreon;
    font-size: 16px;
    text-transform: uppercase;
    top: 650px;
    left: 50%;
    margin-left: -115px;
    text-align: center;

}

.liste_info{
    display: none;
}

.icon_info{
    width: 70px;
    height: 70px;
    border-radius: 40px;
    margin-left: 80px;
    margin-bottom: 10px;
}

#icon_info_logi{
    background: #15c6a6  url("i/logiciel.png") no-repeat center center;
}

#icon_info_rea{

    background: #0a79fe  url("i/real.png") no-repeat center center;

}

#icon_info_xp{
    background: #0ab9d6  url("i/engre.png") no-repeat center center;
}


.txt_legende{
    width: 180px;
    margin: auto;
    margin-top: 10px;

}

.sep_legende{
    width:80px;
    height: 2px;
    border-radius: 20px;
    margin: auto;
    margin-top: 5px;
    clear: both;
}

#legende_logi .sep_legende{
    background-color: #15c6a6;
}
#legende_rea .sep_legende{
    background-color: #0a79fe;

}
#legende_xp .sep_legende{
    background-color: #0ab9d6;
}

#infographie{
    width: 500px;
    height: 500px;
    position: relative;
    border-radius: 400px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 210px;
}

#infographie svg{
    position: absolute;
    z-index: 1;
    -webkit-transition:  all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

svg.vitrine path{
    stroke: #1181d7;
}

.svg_cible path{
    -webkit-transition:  all 0.8s ease-in;
    -o-transition:all 0.8s ease-in;
    -moz-transition:all 0.8s ease-in;
    transition: all 0.8s ease-in;
}
svg.administrable path{
    stroke: #ffa201;
}
svg.boutique path{
    stroke: #d75211;
}
svg.responsive path{
    stroke: #308747;
}
svg.intranet path{
    stroke: #5b6ec2;
}
svg.newsletter path{
    stroke: #bc3a21;
}
svg.logotype path{
    /*    stroke: #b28799;*/
    stroke: #c883a0;
}
svg.visite path{
    stroke: #5ab0c3;
}
svg.flyer path{
    stroke: #95374d;
}
svg.brochure path{
    stroke: #a9cc59;
}


.point{

    position: absolute;
    display: block;
    z-index: 3;
    width: 12px;
    height: 12px;
    cursor: pointer;

}

.le_point{
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    left:-6px;
    top: -6px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.le_nom{
    position: absolute;
    text-align: center;
    font-family: oswald_light;
    letter-spacing: 1px;
    color: #a9a3c8;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 140px;
    line-height: 16px;
}

.legende_svg{
    position: absolute;
    top: -10px;
    left:-10px;
}
/*--------------------------------------------------------------
## section 4
--------------------------------------------------------------*/

#section_4{
    background-color: #298de2;
    position: relative;
}
#section_4 .vrai_titre{
    background: #298de2 ;
}


.btn_m_alac{
    float: left;
    margin: 10px;
    font-size: 18px;
    cursor: pointer;
}


#rea_block{
    margin-bottom: 120px;
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition:  all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.thumb_block{
    width: 352px;
    height: 210px;
    position: absolute;
    cursor:pointer;
    -webkit-transition:  all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    transition: all 0.4s ease-in;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2;
    opacity: 0;
}

.le_thumb{
    opacity: 1;
    position: absolute;
    width: 352px;
    height: 210px;
    z-index: 2;
    background-color: #181620;
    transform:scale (1);
}
#realisation_77 .rea_titre{
    margin-top: -15px;

}
.rea_titre{
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 32px;
    color: #fff;
    top: 60px;
    z-index: 4;
    -webkit-transition:  all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transform: scale(0.7);
    opacity: 0;
    padding: 10px;
    font-family: kreon_bold;
    text-transform: uppercase;
}

.zoom_icon{
    opacity: 1;
    width: 50px;
    height: 50px;
    background: url("i/zoom_icon.png") no-repeat left top;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -25px;
    z-index: 4;
}

.opa{
    -webkit-transition:  all 0.1s ease-in;
    -o-transition:all 0.1s ease-in;
    -moz-transition:all 0.1s ease-in;
    transition: all 0.1s ease-in;
    opacity: 1;
}


.thumb_non_actif{
    opacity:0;
    transform:scale(0.9);
    z-index: 0;
}


@keyframes anim_rea {

    0% {
        -webkit-transform: scale(1) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: scale(1) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: scale(1) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: scale(1) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: scale(1) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;

    }

    20% {
        -webkit-transform: scale(1) perspective(500px) rotateX(-7deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: scale(1) perspective(500px) rotateX(-7deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: scale(1) perspective(500px) rotateX(-7deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: scale(1) perspective(500px) rotateX(-7deg) rotateY(0deg) rotateZ(0deg);
        transform: scale(1) perspective(500px) rotateX(-7deg) rotateY(0deg) rotateZ(0deg);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;

    }


    100% {
        -webkit-transform: scale(1.08) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: scale(1.08) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: scale(1.08) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: scale(1.08) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: scale(1.08) perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}




.mi_chemin{

    animation-name: anim_rea;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;

}


#menu_alac{
    margin: auto;
    display: table;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;

}

.btn_m_alac{ 
    font-family: oswald_light;
    text-transform: uppercase;
    float: left;
    margin: 4px;
    overflow: hidden;
    height:26px;
    position: relative
}


.txt_menu_alac{
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    padding: 6px 12px;

}

.bg_menu_a_lac{
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition:  all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    transition: all 0.2s ease-in;

}


#gra_btn_alac .bg_menu_a_lac{
    background-color:#ffa201;
}

#inte_btn_alac .bg_menu_a_lac{
    background-color:#15c6a6;
}
#dev_btn_alac .bg_menu_a_lac{
    background-color:#0ab9d6;
}
#web_btn_alac .bg_menu_a_lac{
    background-color:#0a79fe;
}
#edition_btn_alac .bg_menu_a_lac{
    background-color:#d86532;
}
#tous_btn_alac .bg_menu_a_lac{
    background-color:#0c4467;
}


.btn_m_alac:hover .bg_menu_a_lac{
    left: 0;
}

.alac_actif .bg_menu_a_lac{
    left: 0;
}

/*--------------------------------------------------------------
## ajax
--------------------------------------------------------------*/
#mes_conteneurs{
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

#conteneur_req{
    position: absolute;
    width: 100%;
    opacity: 0;
}

#conteneur_req_2{
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 50%;
}
.rea_post{
    position: relative;
    width: 100%;
    float: left;
    background-color: #272436;
}
.block_lien{
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    position: relative;
    float: left;

}

a.style_btn,.style_btn{
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    height: 46px;
    background-color: #272436;
    overflow: hidden;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    cursor: pointer;
    -webkit-transition:  all 0.1s ease-in;
    -o-transition:all 0.1s ease-in;
    -moz-transition:all 0.1s ease-in;
    transition: all 0.1s ease-in;
    letter-spacing: 1px;
    box-shadow: 0 2px 2px rgba(33,22, 48, 0.8); 
    font-family: oswald_light;
    background-color: #4a3b5e;
    text-decoration: none;

}

#me_contacter_btn .style_btn{
    background-color: #272436;
}
#me_contacter_btn .bg_btn_con{
    background-color: #181620;
}
.style_btn:hover,.style_btn:hover{
    transform: scale(1.03);
    box-shadow: 0 3px 3px rgba(33,22, 48, 0.3); 
}

.style_btn:hover .bg_btn_con,.style_btn:hover .bg_btn_con{
    left: 0px;
}


.style_btn .bg_btn_con,.style_btn .bg_btn_con{
    background:#3c3369;

}
h2{
    margin: 0;
    width: 100%;
    float: left;
    font-family: oswald_light;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.rea_post h1{
    margin: 100px 0 0 0;
}

.liste_cat{
    margin: auto;
    display: table;
    margin-top: 40px;
}
.une_cat{
    float: left;
    margin: 10px;
    font-family: kreon;
}

.une_cat:first-letter {
    text-transform: uppercase;
}

.gros_sep{
    width:180px;
    height: 3px;
    margin: auto;
    background-color: #fff;
    border-radius:4px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.bonus{
    width: 100%;
    text-align: center;
    font-style: italic;
    font-family: kreon_light;
    font-size: 14px;
    margin-top: 20px;
    /*    height: 30px;*/
    float: left;
    color: #8067a2;
}

.couleur_graphisme{
    color:#ffa201;
}

.couleur_integration{
    color:#15c6a6;
}

.couleur_developpement{
    color:#0ab9d6;
}

.couleur_web{
    color:#0a79fe;
}

.couleur_edition{
    color:#df7648;
}

.la_rea{ 
    width: 1000px;
    margin: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.nav_post{
    position: fixed;
    top: 200px;
    cursor: pointer;
    height: 118px;
    width: 60px;
    z-index: 4;
    opacity: 0;
}

.next_post{
    right: 30px;
}
.previous_post{
    left: 30px;
}

svg.nav_next{
    position: absolute;
    right: 0;
}

svg.nav_previous{
    position: absolute;
    left: 0;
}

svg.load_next{
    position: absolute;
    right: 0;
    display: none;
}
svg.load_previous{
    position: absolute;
    left: 0;
    display: none;
}
.cache_nom{
    position: absolute;
    height: 118px;
    line-height: 118px;
    opacity: 0;
    width: 100%;
}
.next_post .cache_nom{
    text-align: right;
    right:0px;
}
.previous_post .cache_nom{
    text-align: left;
    left:0px;
}
.v_align{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#fond_rea{
    position: fixed;
    z-index: -1;
    width: 100%;
}
.cache_bg_rea{
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    height: 50%;
}

.screen_bg{
    position: absolute;
    width: 100%;
    background-color: #201d2c;
    height: 100%

}

.bonus a:hover{
    opacity: 0.8;
}

.ninegag{
    width:41px;
    height: 47px;
    background: url("i/9gag.png") no-repeat center center;
    display: inline-block;
    margin: -15px 10px;
    background-size: 80%;
}

.geek-art{
    width:76px;
    height: 46px;
    background: url("i/geek_art.png") no-repeat center center;
    display: inline-block;
    margin: -15px 10px;
    background-size: 80%;
}

.ufunk{
    width:44px;
    height: 44px;
    background: url("i/ufunk.png") no-repeat center center;
    display: inline-block;
    margin: -15px 10px;
    background-size: 80%;
}


/*--------------------------------------------------------------
## section 5
--------------------------------------------------------------*/

#section_5{
    position: relative;
}

#block_gauche{
    width: 280px;
    text-align: right;
    border-right: 3px solid #15c6a6;
    padding-right: 15px;
    float: left;
    margin-top: 40px;
    margin-bottom: 495px;

}

#titre_txt_contact{
    font-family: kreon_bold;
    font-size: 36px;
    width: 100%;
    margin-top: -5px;
    float: left;
    margin-bottom: 10px
}

.txt{
    font-family: oswald_light;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    float: left;
    letter-spacing: 1px;
}

#block_droite{
    width: 420px;
    /*    margin-bottom: 130px;*/
    float: left;
    margin-left: 60px;
    margin-top: 40px;
    position: relative;

}

.wpcf7-form{
    width: 100%;
    position: relative;
}

.wpcf7-form p{
    margin: 0;
}
.wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}

.mon_field{
    width: 100%;
    float: left;
    height: 24px;
    position: relative;
    margin-bottom: 32px;

}

.grd_mon_field{
    height: 224px;
    margin-bottom: 30px;
}

.label{
    position: absolute;
    font-family: oswald;
    color: #808080;
    padding-left: 8px;
    height: 24px;
    width: 100%;
    padding-top: 8px;
    z-index: 1;
    font-size: 14px;
    cursor: text;
    -webkit-transition:  all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 0;
}
.wpcf7-form input{
    width: 100%;
    margin-bottom: 20px;
    height: 28px;
}

.wpcf7-form .style_btn{
    position: relative;
    display: block;
    margin: 0;
    margin: auto;
    clear: both;
    left: auto;
    top: 30px;
    cursor: pointer;
}

.wpcf7-form .center_txt_btn{
    height: 46px;
    padding: 0;
    cursor: pointer;
}
.wpcf7-form .style_btn input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    border: none;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    height: 46px;
    position: absolute;
    margin: 0;
    left: 0;
    padding: 0;
    cursor: pointer;

}

.wpcf7-not-valid-tip{
    margin-top: -65px;
    font-size: 12px;
    color: #d80a49;
}

img.ajax-loader{
    opacity: 0;
    z-index: -100;}



#envoi_block{
    width:100%;
    position:absolute;
    bottom:0px;
    height: 500px;
    z-index: 1;
}

#avion_block{
    width: 86px;
    height: 84px;
    background: url("i/avion.png") no-repeat left top;
    position: absolute;
    left: 50%;
    margin-left: -338px;
    top:210px;
    z-index: 10;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
}

svg#premier_jet{
    position: absolute;
    left: 50%;
    margin-left: -300px;
    z-index: 8;
    bottom: 0;
}

#second_jet,#second_jet_conteneur{

    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -359px;
    z-index: 8;


}
svg#second_jet path{
    -webkit-transition:  all 2.9s ease-out;
    -o-transition:all 2.9s ease-out;
    -moz-transition:all 2.9s ease-out;
    transition: all 2.9s ease-out;
}

#plane{
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -359px;
    z-index: 9;
}

#message_envoye{
    position: absolute;
    width: 100%;

    font-size: 36px;
    text-align: center;
    font-family: kreon;
    text-transform: uppercase;
    opacity: 0;
}

.clear_that{
    clear: both;
    font-size: 16px;
    font-family: oswald_light;
    width: 100%;
    display: block;
    color: #15c6a6;

}

.mon_field .wpcf7-not-valid-tip{
    padding-left: 80px;
}

.wpcf7-response-output {
    display: none;
    height: 5px;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

#croix_block{

    width: 38px;
    height: 38px;
    /*    background-color: #211f2f;*/
    position: absolute;
    right: 20px;
    top: 25px;
}
#croix_block:hover #circle_croix{
    width: 54px;
    height: 54px;
    left:-7px;
    top:-7px;
    background-color: #fff;

}

.path_m{
    position: absolute;
}

#path_m_0 path{
    opacity: 0;
}
#path_m_2 path{
    opacity: 0;
}

#circle_croix{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 38px;
    background-color: #221f32;
    left:-5px;
    top:-5px;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition:  all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

}

.mode_rien{
    cursor: default;
}
.mode_burger,.mode_croix{
    cursor: pointer;
}

#site-navigation .texte_menu_block{
    margin-right:15px;
    cursor: pointer;
}

.pos{
    position: absolute;
}

#big_menu{
    background-color: rgba(19,18,26,1);
    position: fixed;
    width:100%;

}

#centre_mon_menu{

    width: 640px;  
    left: 50%;
    margin-left: -320px;
    position: absolute;
    top: 50%;
    height: 210px;
    margin-top: -105px;
}

.grand_menu{
    width: 100px;
    margin: 30px;
    float: left;
    position: relative;
    cursor: pointer;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition:  all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gm_hover:hover .bg_txt_menu{
    left:0;
}

.image_nav{
    float:left;
    width:100px;
    height:100px;
    margin-bottom: 10px;
}

.texte_menu_block{
    font-family: oswald;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    overflow: hidden;
    position: relative;
    float: left;
    height: 30px;
}

.texte_menu{
    width: 100px;
    position: relative;
    padding-top: 8px;
    float: left;
    z-index: 10;
}

.bg_txt_menu{
    width:100px;
    height:30px;
    position: absolute;
    top:0;
    z-index: 0;
    left: -100px;
    -webkit-transition:  all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#image_nav_moi{
    background: url("i/moimoimoi.png") no-repeat center center;
}
#image_nav_savoir{
    background: url("i/ampoule.png") no-repeat center center;
}
#image_nav_rea{
    background: url("i/realisation.png") no-repeat center center;
}
#image_nav_contact{
    background: url("i/contact.png") no-repeat center center;
}


#grand_menu_moi .bg_txt_menu,#menu_moi .bg_txt_menu{
    background-color: #faa21b;
}
#grand_menu_savoir .bg_txt_menu,#menu_savoir .bg_txt_menu{
    background-color: #493a85;
}
#grand_menu_rea .bg_txt_menu,#menu_rea .bg_txt_menu{
    background-color: #298de2;
}
#grand_menu_contact .bg_txt_menu,#menu_contact .bg_txt_menu{
    background-color: #1ba78e;
}

/*
-------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 #masthead,.error404 div#fond_rea{
    display: none;

}

.bonus a{
    color: #fff;
}

#dead_link_title{
    font-family: kreon_bold;
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
    margin-top: 120px;
}

#dead_link_subtitle{
    margin: 0;
    width: 100%;
    float: left;
    font-family: oswald_light;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

#dead_link_img{
    width: 161px;
    height: 416px;
    background: url("i/dead_link.jpg") no-repeat left top;
    margin: auto;
    margin-top: 80px;
}


/*
-------------------------------------------------------------
## responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1100px) {
    .margin_auto{
        width: 100%
    }

    .nav_post,.cache_nom{
        background-color: #116cb9;
    }

    .next_post{
        right: 0px;
    }
    .previous_post{
        left: 0px;
    }

    .la_rea{
        width: 100%;
        margin: auto;
    }

    #rea_block{
        width: 737px;
        margin: auto;
        float: none;
        margin-bottom: 50px;
    }


    #legende_logi{
        top: 650px;
        left: 10px;
    }

    #legende_xp{
        top: 650px;
        right: 10px;
    }

    #legende_rea{

        top: 650px;
    }

}

@media screen and (max-width: 930px) {
    #presentation_block{
        width: 580px;
        position: relative;
        margin: auto;
        margin-bottom: 150px;
    }

    #faux_bonjour h1, #faux_bonjour .faux_titre{

        margin-left: 0px;
        text-align: center;
    }


    #moi{
        left: 0;
        margin-left: -277px;
    }

    #me_contacter_btn {
        top: 460px;
    }

}

@media screen and (max-width: 760px) {
    #rea_block{
        width: 363px;
        margin: auto;
        float: none;
        margin-bottom: 50px;
    }

    #block_gauche{
        width: 90%;
        margin: 5%;
        text-align: center;
        border-right:none;
        border-bottom: 3px solid #15c6a6;
        padding: 15px;
        float: left;
    }


    #block_gauche .txt{
        font-size: 16px;

    }

    #block_droite{
        float: none;
        margin: auto;
        margin-bottom: 60px;
    }

    #infographie {
        display: none;
    }


    .point{
        position: relative;
        top: 0px;
        left: 0px;
    }


    #legende_logi,#legende_xp,#legende_rea{
        width: 90%;
        position: relative;
        top: 0;
        left: 0;
        margin: 5%;
        border-radius: 5px;
    }

    .icon_info{
        margin: auto;

        margin-top: 10px;
    }

    .liste_info{
        display: block;
    }
    .txt_legende{
        width: 100%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    #legende_logi{
        background-color: #15c6a6;
    }

    #legende_rea {
        background-color: #0a79fe;

    }
    #legende_xp{
        background-color: #0ab9d6;
    }

    #legende_logi .sep_legende,#legende_rea .sep_legende,#legende_xp .sep_legende{
        background-color: #fff;
    }

    #section_3 ul{
        margin: 0;
        widows: 100%;
        list-style: none;
        font-family: oswald;
        padding: 0;
    }

    #section_3 ul li{
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: block;
        clear: both;
    }

}
@media screen and (max-width: 737px) {
    #rea_block{
        width: 363px;
        margin: auto;
        float: none;
        margin-bottom: 50px;
    }
}
@media screen and (orientation:landscape) and (max-width: 660px) {
    #mon_nom{
        top:0;
        margin-top: 40px;
    }
}
@media screen and (max-width: 660px) {
    .thumb_block{
        margin-left: -11px;
    }

    #presentation_block{
        width: 90%;
        margin: 5%;
    }

    #age,#tarbes_pau,#bulle_block{
        display: none
    }

    #me_contacter_btn{
        display: none;
    }

    .grand_menu{

        width: 100%;
        float: left;
        height: 25%;
        margin: 0;
        text-align: center;
    }

    .image_nav{
        display:none;
    }

    #centre_mon_menu{

        width: 100%;  
        left: 0;
        margin-left: 0px;
        position: relative;
        top: 0;
        height: 100%;
        margin-top: 0;
    }

    #centre_mon_menu .float_left{
        float: left;
        width: 100%;
        height:100%;
    }

    .grand_menu .texte_menu_block {
        text-align: center;
        width: 100%;
        height: 100%;

    }

    .grand_menu .texte_menu{
        width: 100%;
        height: 100%;
        display: inline-block;
        /*        color: #272436;*/
        padding-top: 5%;
        font-size: 30px;
        cursor: pointer;

    }


    #grand_menu_moi .texte_menu{
        background-color: #faa21b;
    }
    #grand_menu_savoir .texte_menu{
        background-color: #493a85;
    }
    #grand_menu_rea .texte_menu{
        background-color: #298de2;
    }
    #grand_menu_contact .texte_menu{
        background-color: #1ba78e;
    }
    #message_envoye{
        position: relative;
    }
    #menu_alac{
        display: none;
    }

    #intro_block,#designer_block,#developer_block{
        width: 100%;
        margin: 0;
        left: 0;
    }

    #designer_block,#developer_block{
        position: relative;
        padding: 10px;
        right: 0;
        float: left;
        opacity: 1;

        width: 100%;

        left: 0px;

        -webkit-filter: none;
        -o-filter: none;
        -moz-filter: none;
        filter: none;
        top: 0px;
    }
    #site-navigation{
        display: none;

    }

    #triangle_jaune{
        display: none;
    }
    #rotate_block,#esperluette{
        display: none;
    }
    .decal_intro{
        width: auto;
        height: 60px;
        position: relative;;
    }
    .txt_switch{
        display: inline;
        margin: 0 5px;
    }
}



@media screen and (max-width: 460px) {

    .cache_titre{
        height: auto;
        overflow: visible;
    }
    .faux_titre{
        display: none;
    }
    .vrai_titre_block{
        display: none;
    }
    .titre_section_block{
        height: auto;
        margin-bottom: 30px;
    }
    #navi{
        width: 100%;
    }

    .cache_titre h1{
        height: auto;
    }

    #moi,.sep_ligne{
        display: none;
    }


    #rea_block{
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

    #block_droite{
        width: 100%;
        padding: 4%;
    }



    .thumb_block{
        opacity: 1;
    }
    .rea_titre{
        margin-top: -15px;
    }
    .nav_post{
        position: relative;
        margin-top: -60px;

        top: 0;
        width: 45px;
    }
    .previous_post {
        float: left;

    }
    .next_post {
        float: right;

    }

    #mon_nom,.info_rea{
        padding: 5px;
    }

    .cache_nom{
        display: none;
    }

    .texte_menu{

        padding-top: 20%;


    }


}

@media screen and (max-width: 363px) {
    .thumb_block{
        margin-left: -11px;
        width: 100%;
    }
    #rea_block{
        width: 100%;
    }
}