/*
Theme Name: Base Theme Altitude
Theme URI: http://www.altitude-creation.fr
Author: Altitude Creation
Author URI: http://www.altitude-creation.fr
Description: Altitude Creation base theme - based on Underscores
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altitude
Domain Path: /languages/
Tags:
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
    3.1 - Buttons
    3.2 - Tables
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
    10.1.1 - Services
	10.2 - Asides
	10.3 - Comments
	10.4 - Meta
	10.5 - Tags
	10.6 - Footer
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Back to top
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol, ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
}

/* clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/* Choix typo _________________________________________________________________ */
body, #submit, #commentform textarea#comment, html body .cform input.sendbutton {
    font-family: 'PT Serif', serif;
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;

    line-height: 1.5;
}

body {
    background: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 0;
    color: #666;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .post-social-title {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #434343;
    font-family: 'Raleway', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
    color: #434343;
}

h1, .h1 {
    font-size: 28px;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 26px;
    text-transform: uppercase;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 15px;
}

h6, .h6 {
    font-size: 15px;
    color: #999999;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .post-social-title, p, ul, ol, dl, pre, address, table, form, .breadcrumb,
hr, .bouton_holder, iframe, .widget, .post, .type-page, #commentform, ol.comment-list li, .slideshowlink, .widget-area,
.ngg-galleryoverview, .post_thumbnail, .photo_actus, .text_actus, .tabs_wrap, .commentaires_publies, .pagination, #post-tags, .entry-content, .article-footer, .meta, #menu_header, .post-tags {
    margin: 0 0 20px 0;
}

.bouton_link_social_content {
    margin: 0 0 6px 0;
}


p {
    margin-bottom: 1.5em;
}

b, strong {
    font-weight: bold;
}

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: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: square outside none;
    margin: 0 0 9px;
    padding: 0 0 0 20px;
}

li {
    line-height: 1.4;
    margin: 0 0 5px;
}

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. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

.main-navigation, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre, address, table, form, .breadcrumb {
    margin: 0 0 20px;
}

/*
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre, address, table, form, .breadcrumb, .bouton_link_social_content, hr, .bouton_holder, iframe, .widget, .post, .type-page, #commentform, ol.comment-list li, .slideshowlink, .ngg-galleryoverview, .post_thumbnail, .photo_actus, .text_actus, .tabs_wrap, .commentaires_publies, .pagination, #post-tags, .entry-content, .article-footer, .meta, #menu_header, .post-tags {
  margin: 0 0 20px;
}
*/

.vert-altitude {
    color: #9dc212;
}


img {
    image-rendering: optimizeQuality;
}

.page-template-template-pleinepage .site-main {
    padding-right: 0px;
}

/* 3.1 Buttons _______________________________________________________________*/
.pagination {
    clear: both;
    display: block;
    margin: 30px 0;
    text-align: center;
}

.pagination a.page-numbers:active {
    padding-top: 15px;
    margin-bottom: -1px;
}

#submit {
    border: 0;
    margin: 10px 0;
}

.button {
    margin-right: 10px;
}

#submit, .pagination span.page-numbers, .pagination a.page-numbers {
    background-color: #fff;
    border: 2px solid #434343;
    color: #434343;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    outline: medium none;
    padding: 12px 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}


#submit:hover,
.pagination span.page-numbers:hover,
.pagination a.page-numbers:hover,
.pagination .page-numbers.current {
    cursor: pointer;
    background-color: #666;
    text-decoration: none;
    color: #fff;
    border: 2px solid #666
}

.pagination span.page-numbers,
.pagination a.page-numbers {
    margin-right: 10px;
}

/* 3.2 Tables _______________________________________________________________*/
table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    background: #fff;
}

table tr td, table tr th {
    padding: 10px;
    border: 1px solid #ccc;
}

table.noborder tr td, table.noborder tr th {
    border: 0
}

table tr th {
    background: none repeat scroll 0 0 #34495e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;

    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: none; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    font-family: "ptserif", arial, tahoma, sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {


}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {


}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    color: #666;
    border: 0;
    background: #eee;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    background: #ddd;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 100%;
}

/* contact form 7 */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto 40px;
}

.wpcf7 fieldset {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 10px;
}

.wpcf7 fieldset legend {
    color: #888;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.wpcf7 p {
    display: block;
    margin: 0 0 10px;
}

.wpcf7 p.contact-form-infos {
    padding: 15px 0 0;
    color: #666;
    font-size: 13px;
}

.wpcf7 p > label {
    color: #333;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-top: 10px;
    text-align: right;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select, .wpcf7 input[type="tel"] {
    margin-bottom: 0;
    outline: 0 none;
    padding: 10px;
    width: 100%;
    font-family: "PT Serif", serif;
    font-size: 14px;
}

textarea.little-textarea {
    height: 100px;
}

.submit-form {
    clear: both;
    margin: 20px 0 0 !important;
    position: relative;
    text-align: right;
}

.wpcf7-response-output {
    text-align: center;
}

div.wpcf7-validation-errors {
    background: transparent;
    color: #F44336;
    border: 0;
    padding: 10px;
    border: 1px solid #F44336;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #9dc212;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-style: italic;
}

div.wpcf7 img.ajax-loader {
    border: medium none;
    margin: 0;
    position: absolute;
    right: -20px;
    top: 13px;
    vertical-align: middle;
}

.wpcf7-textarea {
    height: 153px;
}

.wpcf7-captchac {
    display: inline-block;
    vertical-align: middle;
}

span.captcha {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-submit {
    margin: 20px 0;
    width: 100%;
}

.wpcf7-form-control-wrap,
.wpcf7-captchar {
    width: 120px !important;
}

.wpcf7-not-valid {
    border-left: 1px solid #F44336 !important;
}

.wpcf7-form.sent p,
.wpcf7-form.sent .submit-form {
    display: none;
}


/* Recherche _______________________________________________________________*/

.search-wrap {
    position: relative;
}

.search-button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    margin-top: -20px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 50%;
    width: 42px;
}

.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="color"], .form select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #777;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: 27px;
    letter-spacing: 1px;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    vertical-align: middle;
    height: 40px !important;
    width: 100% !important;
}

.animate, .animate * {
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #434343;
    text-decoration: none;
    border: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
    border: none;
}

.nav-links {
    text-align: center;
}

.single-realisation .nav-links {
    margin: 20px 0 0 0;
}

/* menu */


.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;

}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
}


/*--------------------------------------------------------------
6.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:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.0 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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

#secondary .widget {
    font-size: 13px;
    color: #5e5e5e;
    padding: 0 0 30px 0;
    margin: 0;
}

.widget-area h3.widget-title {
    border-bottom: 1px solid #ccc;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

.widget-area ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget-area a {
    text-decoration: none;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.container {
    width: 90% !important;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}


/* header */
.home.scrolled-body #masthead,
#masthead {
    position: fixed;
    width: 100%;
    height: 53px;
    top: 0;
    z-index: 999;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}


#masthead .masthead-bg {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;

    position: absolute;
    width: 100%;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.home.scrolled-body #masthead .masthead-bg,
#masthead .masthead-bg {

    opacity: 1;
    visibility: visible;
}

.scrolled-body #masthead .masthead-bg {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.site-title {
    background: transparent url("images/altitude-logo.svg") no-repeat scroll left top;
    /*background-size:auto 54px;*/
    background-size: auto 100%;
    display: block;
    font-size: 48px;
    font-weight: bold;
    left: 0;
    line-height: 1.4;
    margin: 60px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 48px;
    width: 130px;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.home.scrolled-body .site-title,
.site-title {
    height: 53px;
    margin: 0;
}

.site-title a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999em;
}

#masthead .site-description {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 60px;

}

.top-page {
    background: #434343 none repeat scroll 0 0;
    margin: 53px 0 0;
    overflow: hidden;
    position: relative;
}

.home .top-page {
    background: #434343;
}

.top-page .owl-buttons {
    display: none;
}

#bg-page {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
}

#bg-page.active::after {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


.home #bloc-noir {
    background: #434343;
    padding: 30px 10px 15px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.1;
}

.home #bloc-noir strong {
    font-size: 24px;
    font-weight: 700;
}

.home .container-front-page {
    padding: 40px 0;
}


.container-title-position {
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.page-template-template-services .container-title-position {
    background: transparent;
}


.container-title-position .entry-title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 20px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.top-page-bandeau .container-title-position .entry-title,
.top-page-bandeau .sub-title {
    color: #fff;
}

.page-template-template-fullsize .container-title-position .entry-title,
.page-template-template-fullsize .container-title-position .sub-title {
    color: #434343;
    margin: 0 auto;
    max-width: 800px;
}

.sub-title {

    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    line-height: 1;
    padding: 10px 0 0;
}

/* caroussel accueil */

#owl-carousel-slides .slide-item {
    float: left;
    display: block;
    width: 100%;
}

#owl-carousel-slides .owl-pagination {
    bottom: 40px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

#owl-carousel-slides.owl-theme .owl-controls .owl-page span {
    background: transparent;
    opacity: 1 !important;
    margin: 0 5px;
    border: 2px solid #fff;
}

#owl-carousel-slides.owl-theme .owl-controls .owl-page.active span {
    border: 2px solid transparent;
    background: #fff;
}


.top-page .owl-buttons div {
    border: 0 none;
    color: #fff;
    font-size: 40px;
    height: 40px;
    margin: -20px 0 0;
    opacity: 1;
    padding: 0;
    width: 40px;
    line-height: 40px;
    border-radius: 0;
    border: 0;
    z-index: 100;
}

.top-page .owl-buttons div:hover {
    opacity: 0.5
}

.top-page .owl-buttons .owl-next {
    right: -60px;
}

.top-page .owl-buttons .owl-prev {
    left: -60px;
}

.top-page:hover .owl-buttons .owl-next {
    right: 30px;
}

.top-page:hover .owl-buttons .owl-prev {
    left: 30px;
}

.top-page:hover .owl-buttons .owl-next:hover,
.top-page:hover .owl-buttons .owl-prev:hover {
    cursor: pointer;
}


#owl-modal-realisation-photo .slide-item {
    float: left;
    display: block;
    width: 100%;
}

#owl-modal-realisation-photo .owl-pagination {
    bottom: -40px;
    position: absolute;
    width: 100%;
    z-index: 8;
}

#owl-modal-realisation-photo.owl-theme .owl-controls .owl-page span {
    background: transparent;
    opacity: 1 !important;
    margin: 0 5px;
    border: 2px solid #fff;
}

#owl-modal-realisation-photo.owl-theme .owl-controls .owl-page.active span {
    border: 2px solid transparent;
    background: #fff;
}


#owl-modal-realisation-photo .owl-controls .owl-buttons div {
    border: 0 none;
    color: #fff;
    font-size: 40px;
    height: 40px;
    margin: -20px 0 0;
    opacity: 1;
    padding: 0;
    width: 40px;
    line-height: 40px;
    border-radius: 0;
    border: 0;
}

#owl-modal-realisation-photo .owl-controls .owl-buttons div:hover {
    opacity: 0.5
}

#owl-modal-realisation-photo .owl-next {
    right: -60px;
}

#owl-modal-realisation-photo .owl-prev {
    left: -60px;
}

#owl-modal-realisation-photo .realisation-photo-item {
    text-align: center;
}


.container-modal .post-navigation {
    font-size: 12px;
}

.container-modal .post-navigation a {
    margin: 20px;
    text-decoration: none;
    color: #fff;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.container-modal .post-navigation a:hover {
    opacity: 1;
    color: #fff;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.container-modal .post-navigation {
    float: none;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;

}


.container-modal #logo-altitude-rea svg {
    opacity: 0.5;
}

.container-modal #logo-altitude-rea rect {
    stroke: #fff;
    stroke-width: 2;
}

.container-modal #logo-altitude-rea polygon {
    fill: #fff;
    stroke: #fff;
    stroke-width: 0;
}

.modal-realisation-image-container {
    margin: 0 0 20px 0;
    text-align: center;
}

.slide-item-text {
    color: #fff;
    font-size: 16px;
    padding: 50px 20px 70px;
    position: relative;
    z-index: 99;

}

.slide-item-text h1,
.slide-item-text h2,
.slide-item-text h3,
.slide-item-text h4,
.slide-item-text h5 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2
}

.slide-item-text h1, .slide-item-text h2 {
    font-size: 24px;
}


#text_accueil {
    bottom: 50px;
    color: #fff;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

#text_accueil .inner {
    max-width: 1170px;
    margin: 0 auto;
    width: 90%;
    z-index: 11;
}

#text_accueil .inner h2 {
    font-size: 22px;
    margin: 0;
    line-height: 1.3;
    color: #fff;
}

#content {
    position: relative;
    z-index: 8;
    padding-top: 30px;
}

.home #content,
.page-template-template-contact #content,
.single-realisation #content {
    padding-top: 0px;
}

.single-realisation #content {
    padding-bottom: 40px;
}

.text-soustitre {
    color: #999;
    display: block;
    font-size: 16px;
    margin: 0 0 30px;
}

.page-template-template-services h1::after,
#content h2::after {
    background: #9dc212 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto 0;
    width: 60px;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.hentry {
    margin: 0 0 1.5em;
}

#page {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 3;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.archive #content .post, .search-results #content .post, .page-template-modele_agenda-php #content .post {
    border-bottom: 1px solid #dddddd;
}

.sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}


.post .entry-content {
    margin: 0;
}

.post .photo_actus {
    max-height: 200px;
}

.post .photo_actus img {
    max-height: 200px;
}

.archive .post h2,
.archive .post p {
    margin: 0 0 10px 0;
}


/* Boutons infos_contact _____________________________________________________*/

.infos_contact {
    margin: 20px 0;
    text-align: center;
}

.infos_contact h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.infos_contact .alt-icon {

    color: #9dc212;
    display: inline-block;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 15px;
}


/* boutons */

.md-modal .bouton_link {
    display: block;
    margin: 0 0 15px 0;
}

/* Boutons social _____________________________________________________*/
.bouton_link_social_content {
    clear: both;
}

.bouton_link_social_content ul {
    margin: 0;
    padding: 0;
}

.bouton_link_social_content ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 3px 0 0;
    padding: 0;
}

.bouton_link_social_content ul li a {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 34px;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}


.bouton_link_social_content ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*
    .bouton_link_social_content ul li.bouton_link_social_facebook a:hover {
        background: #3C599B;
    }

    .bouton_link_social_content ul li.bouton_link_social_twitter a:hover {
        background: #00ABF0;
    }

    .bouton_link_social_content ul li.bouton_link_social_google a:hover {
        background: #D95232;
    }

    .bouton_link_social_content ul li.bouton_link_social_pinterest a:hover {
        background: #CC2127;
    }

    .bouton_link_social_content ul li.bouton_link_social_linkedin a:hover {
        background: #017EB4;
    }
    */
.sociablelinks {
}

.sociablelinks ul, .sociablelinks ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.sociablelinks ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.sociablelinks ul li.sociablelinks_tweeter {
    margin: 0;
    padding: 2px 0 0;
    width: 110px;
}

.sociablelinks ul li iframe {
    margin: 0;
}


/*--------------------------------------------------------------
10.1.1 Services
--------------------------------------------------------------*/
.page-template-template-services .top-page,
.page-template-template-services #content {
    background: transparent;
}

.page-template-template-services #page {
    /*background: #9dc212 url("images/index-vert.png") repeat scroll center top; */
    background: #ddd;
}

.page-template-template-services .container-title-position .entry-title,
.page-template-template-services .sub-title {
    color: #fff;
}


#service-items {
    margin: 0 0 60px 0;
}

#service-items .service-item {
    text-align: center;
    margin-bottom: 40px;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;

}

.page-template-template-services #service-items {
    margin: 0;
    padding: 0;
}

.page-template-template-services #service-items .service-item {
    margin-bottom: 0;
    border-top: 5px solid transparent;
}

.page-template-template-services #service-items .service-item.active {
    border-top: 5px solid #9dc212;
}

.page-template-template-services #service-items .service-item {
    display: block;
    float: left;
    margin-left: 2.12766%;
    width: 31.9149%;
}

.page-template-template-services #service-items .service-item:first-child {
    margin: 0;
}

#service-items .service-item .service-item-functions {
    text-align: center;
}

#service-items .service-item .service-item-thumb img {
    height: 60px;
    margin: 0;
    width: auto;
}

.page-template-template-services #service-items .service-item .service-item-thumb img {
    height: 35px;
}

#service-items .service-item .service-item-thumb::after {
    background: #9dc212 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 19px auto;
    width: 20px;
}

.page-template-template-services #service-items .service-item .service-item-thumb::after {
    display: none;
}

#service-items .service-item .service-item-functions h3 {
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;

}

.page-template-template-services #service-items .service-item .service-item-functions h3 {
    display: none;
}

#service-items.service-items-full .service-item .service-item-functions h3 {
    margin: 0 0 15px;
}


.home .service-item a:hover h3,
.home .service-item a:active h3,
#service-items.service-items-full .service-item.active h3 {
    color: #9dc212
}


.page-template-template-services .service-item > a {
    display: block;
    background: transparent;
    padding: 20px 0;
    text-decoration: none !important;
    color: #9dc212;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.page-template-template-services .service-item:active,
.page-template-template-services .service-item.active:hover,
.page-template-template-services .service-item.active {
    background: #fff none repeat scroll 0 0;

}


.page-template-template-services .service-item:hover {
    background: rgba(255, 255, 255, 0.4);
}

.service-item .service-item-thumb {
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.home .service-item:hover .service-item-thumb,
.home .service-item:active .service-item-thumb,
.service-item.active .service-item-thumb {
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);*/
    transform: scale(1.15) rotateY(360deg);
    -webkit-transform: scale(1.15) rotateY(360deg);
    z-index: 3;
}

.home .service-item a:hover,
.home .service-item a:active {
    text-decoration: none;
}


.page-template-template-services .hentry {
    background: #fff none repeat scroll 0 0;
    padding: 40px 20px;
    overflow: hidden;

}

.content-img-right {
    float: right;
    margin: 0 -160px 40px 20px;
    max-width: 300px;
}

.content-img-left {
}

/*--------------------------------------------------------------
10.1.2 Nous
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.1.2 Realisation
--------------------------------------------------------------*/
.page-template-template-fullsize .top-page {
    background: none;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/*
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
*/
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

.form-allowed-tags {
    display: none;
}

/*--------------------------------------------------------------
10.4 Meta
--------------------------------------------------------------*/
.meta-infos {
    color: #8F8F8F;
    padding: 0;

    font-size: 12px;
    text-transform: uppercase;
}

.meta-infos li {
    list-style: none outside none;
}

.meta-infos i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}

.meta-infos .separateur {
    color: #b2b2b2;
    display: none;
}

.meta-infos a {
    color: #8f8f8f
}

/*--------------------------------------------------------------
10.5 Tags
--------------------------------------------------------------*/
.post-tags .post-tags-title {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.post-tags a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #222;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.post-tags a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
}

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/
#footer {
    background: #2e2e2e none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    color: #aaa;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 40px 0;
}

#footer #logo-footer {
    display: block;
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
    background: transparent url(images/altitude-logo-footer.svg) top center no-repeat;
    background-size: cover;
}


.altitude-loader {
    display: block;
    font-size: 12px;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100px;
}

.altitude-loader svg {
    height: 100px;
    width: 100px;
}


.altitude-loader svg path {
    fill: #fff;


    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: draw;
    animation-timing-function: linear;
}


.altitude-loader svg polygon {
    fill-opacity: 0;
    stroke: #ccc;
    stroke-width: 1;
    stroke-dasharray: 870;
    stroke-dashoffset: 870;
    animation: draw 10s infinite linear;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}


#footer a {
    color: #aaa;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

#footer a:hover {
    opacity: 0.5;
    text-decoration: none;
}


/* footer menu */
#footer .menu {
    margin: 0 0 15px;
    overflow: hidden;
}

#footer .menu_footer ul {
    margin: 0;
    padding: 0;
}

#footer .menu_footer ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 15px 0 0;
}

#footer .menu_footer ul li a {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;

}

#footer .menu_footer ul ul {
    display: none;
}


#footer .footer-intro {
    font-size: 13px;
    font-weight: 200;
    margin: 20px 0 0;
    text-transform: uppercase;
    color: #666;
}


#footer .footer-intro a {
    color: #666;
}


/* Commentaires_______________________________________________________________*/
.nocomments {
    display: none;
}

#commentssection {
    clear: both;
    padding: 2px 12px;
    margin: 0;
}

#commentform {

}

#commentbox {
    width: 70%;
    min-width: 400px;
    margin: 5px 5px 0 0;
}

#author, #email, #url, #commentbox, #comment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BDC3C7;
    display: inline-block;
    font-size: 1em;
    height: 36px;
    line-height: 1.467;
    margin: 5px 5px 0 0;
    padding: 8px 12px;
    width: 100%;
}

#commentform textarea#comment {
    font-size: 1em; /* 13px / 13px */
    margin: 10px 0;
    padding: 3%;
    width: 100%;
    height: auto;

}

cite {
    font-family: 'ptserif', arial, verdana, tahoma;
    font-size: 0.923076923076923em; /* 12px / 13px */
    font-weight: bold;
    font-style: normal;
}

p.comment-form-email, p.comment-form-url, p.comment-form-comment, p.comment-form-author {
    overflow: hidden;
    margin: 0;
    clear: both;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
    float: left;
    margin: 0;
}

.comment-form-comment {
    clear: both;
}

/* Gravatar */
.comment-list li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.comment-list li {
    border: 0 none;
    margin: 0 0 10px !important;
    padding: 15px 10px 15px 64px;
    position: relative;
}

ol.comment-list li.pingback .comment-author {
    padding: 0 170px 0 0;
}

ol.comment-list li div.vcard {
    font-weight: bold;
    line-height: 16px;
}

ol.comment-list li div.vcard cite.fn {
    font-style: normal;
}

ol.comment-list li div.vcard cite.fn a.url {
    text-decoration: none !important;
    border: 0;
}

ol.comment-list li div.vcard cite.fn a.url:hover {
}

ol.comment-list li div.vcard img.avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 50%;
    left: 14px;
    padding: 0;
    position: absolute;
    top: 14px;
}

ol.comment-list li div.comment-metadata {
    font-weight: bold;
    font-size: 12px
}

ol.comment-list li div.comment-metadata a {
    color: #aaa;
    text-decoration: none !important;
}

ol.comment-list li p {
    font-weight: normal;
    margin: 5px 0 12px;
}

ol.comment-list li ul {
    font-weight: normal;
    list-style: square;
    margin: 0 0 12px;
    padding: 0;
}

ol.comment-list li div.reply:hover {
}

ol.comment-list li div.reply a {
}

ol.comment-list li ol.children {
    list-style: none;
    margin: 12px 0 0;
    text-indent: 0;
}

ol.comment-list li ol.children li.depth-2 {
    margin: 0 0 3px;
    list-style-type: none;
}

ol.comment-list li ol.children li.depth-3 {
    margin: 0 0 3px;
    list-style-type: none;
}

ol.comment-list li ol.children li.depth-4 {
    margin: 0 0 3px;
    list-style-type: none;
}

ol.comment-list li ol.children li.depth-5 {
    margin: 0 0 3px;
    list-style-type: none;
}

ol.comment-list ol.children li.odd {
    background: #fff;
}

ol.comment-list ol.children li.even {
    background: #f6f6f6;
}

ol.comment-list li.pingback div.vcard {
    padding: 0 170px 0 0;
}

.comment #respond {
    margin: 15px 0 0 0;
}

.form-allowed-tags {
    display: none;
}

.comment-form-comment label {
    display: block;
}

input#submit:hover {
    cursor: pointer;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-item {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3px;
}


.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 {
}


.wp-caption-text {
    color: #666;
    font-size: 13px;
    line-height: 1.1;
    margin: 0 15px 5px;
    text-align: center;
}

/* blog */


.altitude-actus-container .altitude-actus-item {
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0 0 40px;
}


.altitude-actus-container .altitude-actus-item .altitude-actus-content .altitude-actus-content-title {
    display: block;
    font-size: 22px;
    font-weight: 200;
    margin: 0 0 10px;
    text-transform: none;
}

.altitude-actus-content-title::after {
    margin: 10px 0 20px !important;
}

.altitude-actus-date {
    margin: 0 0 10px 0;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.altitude-actus-container .altitude-actus-item .altitude-actus-content .altitude-actus-content-excerpt {
    margin: 0 0 20px;
    font-size: 14px;
}

.altitude-actus-container .altitude-actus-item .altitude-actus-img {
    margin: 0 0 20px 0;
    position: relative;

    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.altitude-actus-container .altitude-actus-item .altitude-actus-img a img {
    transform: scale(1);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    float: left;
    background: #000;
}


.altitude-actus-container .altitude-actus-item .altitude-actus-img a:hover img {
    transform: scale(1.03);
    opacity: 0.8;
}


.altitude-actus-container .altitude-actus-item .altitude-actus-img img {

    /*min-width: 281px;*/
}


/*--------------------------------------------------------------
12.9 Compteurs
--------------------------------------------------------------*/
.bg_compteur {
    background: #f2f3f7 none repeat scroll 0 0;
    padding: 30px 0 40px;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    -ms-font-feature-settings: "lnum";
    -o-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.bg_compteur .compteur-item {
    margin: 0 0 20px 0;
}

.bg_compteur .compteur-item .text {
    display: block;
    text-align: center;

}

.bg_compteur .compteur-item .text img {
    display: inline-block;
    margin: 0 10px 0 0;
    max-width: 30px;
    opacity: 0.5;
    vertical-align: middle;
}

.bg_compteur .compteur-item .text span {
    vertical-align: middle;
    display: inline-block;
}

.bg_compteur .compteur-item .valeur {
    color: #434343;
    display: block;
    font-family: arial;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: center;
    text-transform: none;
}


/*--------------------------------------------------------------
13 Back to top
--------------------------------------------------------------*/
#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 0px;
    display: none;
    width: 50px;
    height: 50px;
    background: #666;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    z-index: 99;
    border-radius: 3px 3px 0 0;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.show-menu #scrollUp {
    bottom: -50px;
}

#scrollUp:hover {
    background: #000;
}

#scrollUp span {
    display: block;
    text-indent: -9999em;
    background: transparent url(images/back-to-top.png) center center no-repeat;
}

#back-to-top:hover, .touch-device #back-to-top:active {
    height: 56px;
}

#back-to-top:focus {
    outline: none;
}

/* realisations */

#portfolio-items {
    margin: 0 0 100px 0;
}

#portfolio-items.realisation {

    text-align: center;
    font-size: 0; /* prevent margin du au inline-block */
}

.home .realisation {
    margin: 0;
}

.realisation .realisation-item {
    /*display: block;
    float: left;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 281px;
    display: inline-block;
    display: none;
    position: relative;
    width: 100%;

}

.realisation-subtitle {
    font-weight: bold;
}


.realisation-item {
    padding: 5px;
    text-align: center;
}

.realisation-item:hover {
    cursor: pointer;
}

.realisation-item .realisation-item-inner {
    position: relative;
    overflow: hidden;
    background: #000
}

.realisation-item .realisation-hover {
    height: 100%;
    padding: 0px;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.realisation-item .realisation-hover .realisation-cover {
    display: block;
    height: 100%;
    width: 100%;

    opacity: 0.8;
}

.realisation-item:hover .realisation-hover {
    padding: 0px;
    opacity: 1;
    z-index: 2
}

.realisation-item .portfolio-naming {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 4;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}

.realisation-item .portfolio-naming h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 25px 5px;
    z-index: 6;
}

.realisation-item .portfolio-naming h4 {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    z-index: 6;
}


.realisation-item .portfolio-naming h3 a,
.realisation-item .portfolio-naming h4 a {
    text-decoration: none;
    color: #fff;
}

.realisation-item .portfolio-naming h3 a:hover,
.realisation-item .portfolio-naming h4 a:hover {
    text-decoration: none;
    color: #fff;
}

.realisation-item .realisation-cover a.portfolio-naming-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.realisation-item .realisation-cover a.portfolio-naming-cover span {
    display: none;
}


.realisation-item .portfolio-naming .realisation-icon {
    background: transparent;
    color: #000;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    width: 30px;
    display: block;
    margin: 20px auto 0;
    line-height: 26px;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #000;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.realisation-item .portfolio-naming .realisation-icon:hover {
    border: 2px solid #000;
    background: #000;
    color: #fff
}

.realisation-row .realisation-item img {
    max-width: 100%;
    display: block;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transform: scale(1);
    opacity: 1;

}

.realisation-item:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    opacity: 0.4;

}


#portfolio-filter ul {
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
    font-family: 'raleway', arial
}

#portfolio-filter ul li:first-child {
    margin-left: 0;
}


#portfolio-filter ul.option-set li {
    display: block;
    margin: 0 0 15px;
}

#portfolio-filter ul li a {
    border: 0;
    color: #aaa;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    padding: 9px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

#portfolio-filter ul li a.selected, #portfolio-filter ul li a:hover {

    color: #000;
}


/* social footer */

#infos_client_social ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#infos_client_social ul li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    text-align: center;
}

.home.scrolled-body #infos_client_social ul li a,
#infos_client_social ul li a {
    color: #434343;
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    transition: background-color 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: background-color 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.home #infos_client_social ul li a {
    color: #ddd;
}

.home #infos_client_social ul li a:hover {
    color: #fff;
}

.home.scrolled-body #infos_client_social ul li a:hover,
#infos_client_social ul li a:hover {
    color: #434343;
}

#infos_client_social ul li.infos_client_social_dailymotion a {
    background: #fff url(images/dailymotion.png) top center no-repeat;
    background-size: 100%;
    height: 100%;
}

#infos_client_social ul li.infos_client_social_vimeo a {
    background: #fff url(images/vimeo.png) top center no-repeat;
    background-size: 100%;
    height: 100%;
}

#infos_client_social ul li.infos_client_social_vimeo a:hover,
#infos_client_social ul li.infos_client_social_dailymotion a:hover {
    background-position: bottom center;
    background-color: #666;
}

#infos_client_social ul li.infos_client_social_vimeo a span,
#infos_client_social ul li.infos_client_social_dailymotion a span {
    display: none;
}

/* Equipe */

#equipe-items {
    margin: 40px 0 20px;
}

#equipe-items .equipe-item {
    text-align: center;
    margin-bottom: 20px;
}

#equipe-items .equipe-item img.wp-post-image {
    margin: 0 0 5px;
}

#equipe-items .equipe-item h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

.row {
    width: 100%;
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}


.owl-carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#owl-carousel-slides {
    max-height: 100%;
}

.single-realisation-container {
    background: #000 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}

.single-realisation-container iframe {
    margin: 0;
}

.single-realisation .hentry {
    padding: 40px 0 5px;
}

.single-realisation .hentry .entry-content {
    margin: 0;
    padding-right: 20px;
}

.single-realisation .hentry .entry-footer p {
    margin: 0;
}

.single-realisation .hentry .entry-footer p.post-social-title,
.single-realisation .hentry .entry-footer p.realisation-subtitle {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.single-realisation .hentry .entry-footer p.post-social-title {
    margin: 0 0 5px 0;
}

.single-realisation .hentry .entry-footer .video-infos-item {
    margin: 0 0 15px;
}

/* modal */

.overflowhidden,
html.modalopen body {
    overflow: hidden;
}

.container-modal {
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 20px !important;
    position: relative;
    width: 90% !important;
}


.modal-realisation-content {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 30px;
}


.modal-realisation-chapeau {
    font-family: "raleway";
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}

.md-overlay {
    position: fixed;
    width: 100%;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    height: 0;

}

.md-wrap {
    left: 0;
    outline: medium none !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1043;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0.2;
    height: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.md-show {
    visibility: visible;
    -webkit-backface-visibility: visible;
    opacity: 1;
    height: 100%;

}


.md-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    top: 0;
    width: 100%;
    overflow-y: auto;
}

.single-realisation .md-container {
    padding: 115px 5% 0;
}

.single-realisation .md-container .container {
    width: auto !important;
}

.md-content .realisation-subtitle {
    margin: 0;
}

.md-modal {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
    padding-top: 55px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
}


.md-modal a {
    text-decoration: underline;
    color: #fff;
}

.md-modal a:hover {
    color: #ccc;
}

.md-modal a.bouton_link {
    text-decoration: none;
}

.md-modal a.bouton_link:hover {
    text-decoration: none;
    color: #434343;
}

.md-modal .animated {
    -webkit-transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
    transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
}

.md-modal .waiting {
    opacity: 0;
    transform: translateY(-50px);
}

.md-content {
    padding-top: 55px;
}

.modalloader {
    text-align: center;
    display: block;
    font-size: 32px;
}


.md-show.md-overlay {
    opacity: 1;
    visibility: visible;
}

.modalloader {
    text-align: center;
}

.md-close {
    color: white;
    cursor: pointer !important;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 34px;
    opacity: 1;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 34px;
}

button.md-close {
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}

.md-close {
    background: transparent url("images/close-button.png") no-repeat scroll right center;
    right: 22px;
    text-indent: 9999px;
    top: 22px;
    z-index: 200;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
    transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
}

.single-realisation .md-close {
    top: 75px;
}

.md-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.md-modal .single-realisation-container {
    background: transparent;
    padding: 0;
}


.md-modal .bouton_link_social_content {
    margin: 0 0 30px 0;
}


.md-modal .modal-footer {
    margin: 60px 0 80px;
    text-align: center;
    color: #fff !important;
}

.modal-footer h4 {
    color: #fff !important;
}


.md-modal .modal-footer .bouton_link_social_content ul li a {
    background: transparent !important;
    color: #fff !important;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.md-modal .modal-footer .bouton_link_social_content ul li a:hover,
.md-modal .modal-footer .bouton_link_social_content ul li a:active {
    background: transparent !important;
    color: #fff !important;
    opacity: 0.4;
}


/* titre */

.modal-realisation-title h3 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 15px 0;
    text-align: left;
    text-transform: uppercase;
    padding-right: 0;
    line-height: 1.1;
}

/* app */

.modal-realisation-photo {
    margin-top: 60px;
}


/* photos */

.modal-realisation-photo ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none outside;
}

.modal-realisation-photo ul li {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.modal-realisation-photo ul li img {
    display: inline-block;
    margin: 0;
}

.container-modal .post-navigation .nav-previous,
.container-modal .post-navigation .nav-next {
    float: none;
}

.container-modal .post-navigation a {
    display: block;
    border: 0;
    height: 32px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: -52px;
    width: 32px;
    overflow: hidden;
    text-indent: -9999em;
    background-image: url('images/left-button.png');
    background-size: 50% auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
    transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.container-modal .post-navigation a.bouton_link_next {
    background-image: url('images/right-button.png');
    left: 45px;
}

.container-modal .post-navigation a:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


.container-modal .post-navigation span {
    display: none;
}

#logo-altitude-rea {
    margin: 0 auto 20px;
    text-align: center;
}


/* remove admin bar */

/* hide admin bar for mobile _______________________________________________________________*/

html[lang=fr-FR] {
    margin-top: 0 !important;
}

#wpadminbar {
    display: none;
}

/* SITEMAP _______________________________________________________________*/


#altitude_sitemap_shortcode {
    margin: 20px 0;
}

#altitude_sitemap_shortcode li {
    margin: 0 0 10px 0;
    border: 0;
    list-style: none outside none;
}

#altitude_sitemap_shortcode li a {
    background: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    color: #666;
    border: 2px solid #666;
    transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

#altitude_sitemap_shortcode li a:link,
#altitude_sitemap_shortcode li a:visited {
    text-decoration: none;
}

#altitude_sitemap_shortcode li a:hover,
#altitude_sitemap_shortcode li a:active {
    text-decoration: none;
    background: #666;
    color: #fff;
}

#altitude_sitemap_shortcode > li ul {
    margin: 10px 0px 10px 40px;
    padding: 0;
}

/* slides accueil */

.slide-item-image:after {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* references */

#reference-items {
    margin: 0 0 20px;
    text-align: center;
}

#reference-items .reference-item {
    display: inline-block;
    margin: 0 20px 20px;
    vertical-align: middle;
    width: 80px;
}

#reference-items .reference-item img {
    max-height: 80px;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}


.infos_contact .infos_contact-item {
    margin-bottom: 20px;
}

.texte_sous_reference {
    margin-bottom: 80px;
}


/* google maps */

table.infowindow_content_table {
    font-family: "PT Serif", serif;
    font-size: 16px;
    margin: 0;
}

table.infowindow_content_table h4 {
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

table.infowindow_content_table p {
    margin: 0;
}

table.infowindow_content_table tr td, table.infowindow_content_table tr th {
    border: 0;
    padding: 10px;
    vertical-align: middle;
}

.button_link_gmaps_container {
    text-align: center;
}

a.bouton_link.button_link_gmaps {
    margin: 20px 0;
}

a.bouton_link.button_link_gmaps i {
    margin-right: 10px;
}

/* alt bandeau compteur accueil */

.alt_compteur_accueil {
    background: #f2f3f7;
    color: #434343;
    text-align: center;
    padding: 35px 0 25px;
    margin: 0 0 100px 0;
}

.alt_compteur_accueil .compteur_accueil_chiffre {
    display: block;
    font-family: arial;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: center;
    text-transform: none;
}

.alt_compteur_accueil::before {
    background: #9dc212 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 60px;
    margin: -60px auto 0;
    width: 2px;
}


@media only screen and (min-width: 450px) {
    .meta-infos li {
        float: left;
        margin-right: 5px;
    }

    .meta-infos li:last-child {
        margin: 0
    }

    .meta-infos .separateur {
        display: inline-block;
        margin: 0 10px;
    }
}

@media only screen and (min-width: 600px) {

    h1, .h1 {
        font-size: 36px;
        text-transform: uppercase;
    }

    h2, .h2 {
        font-size: 34px;
        text-transform: uppercase;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
        color: #999999;
        text-transform: uppercase;
    }

    .md-modal .bouton_link {
        display: inline-block;
    }

    .container-header {
        width: 90% !important;
    }


    .slide-item-text h1, .slide-item-text h2 {
        font-size: 32px;
    }


    .slide-item-text {
        font-size: 20px;
    }


    .text-soustitre {
        font-size: 18px;
        margin: 0 0 70px;
    }

    /* boutons */
    .bouton_link,
    a.bouton_link,
    a.bouton_link:visited {
        font-size: 14px;
        line-height: 100%;
        padding: 18px 22px;
    }

    /* formulaire */
    .wpcf7 p > label {
        color: #333;
        float: left;
        font-weight: bold;
        margin-top: 0;
        padding-right: 20px;
        padding-top: 9px;
        text-align: right;
        width: 25%;
    }


    /* menu */
    .menu-container-col {
        width: 48%;
        display: block;
        margin: 0 2% 0 0;
        float: left;
    }

    .menu-container-col:last-child {
        margin: 0;
    }

    /* services */
    .page-template-template-services #service-items .service-item .service-item-thumb img {
        height: 45px;
    }

    /* realisations */
    #portfolio-filter ul.option-set li {
        display: inline-block;
        line-height: 42px;
        margin: 0;
        margin-left: 15px;
    }

    /* actus */
    .altitude-actus-container .altitude-actus-item .altitude-actus-content .altitude-actus-content-title {
        font-size: 28px;
    }

    /* form comment */
    #author, #email, #url, #commentbox {
        max-width: 300px;
        float: right;
    }

    .wpcf7-submit {
        width: auto;
        margin: 0 0 0 20px;
    }

}


@media only screen and (min-width: 768px) {


    .slide-item-text {
        padding: 260px 20px 110px;
    }

    .slide-item-text h1,
    .slide-item-text h2 {
        font-size: 44px;
    }


    .home .top-page,
    #owl-carousel-slides,
    #owl-carousel-slides .slide-item,
    .slide-item-image {
    }

    .slide-item-image {
        /*background-attachment: fixed;*/
    }

    .active .slide-item-image, .owl-fade-out .slide-item-image {
        animation: 50s linear 0s normal none infinite running imageAnimation;
        -webkit-transition: all 10s ease;
        transition: all 10s ease;
    }

    .active .slide-item-image, .owl-fade-out .slide-item-image {
        -webkit-animation-name: imageAnimation;
        -webkit-animation-duration: 50s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: none;
        -webkit-animation-fill-mode: none;
        -webkit-animation-play-state: running;
    }


    /*@-webkit-keyframes imageAnimation {
        0% {
            -webkit-transform: scale(1);
            -webkit-animation-timing-function: ease-in
        }
        8% {
            -webkit-transform: scale(1.05);
            -webkit-animation-timing-function: ease-out;
        }
        100% {
            -webkit-transform: scale(1.1)
        }
    }*/
    @-webkit-keyframes imageAnimation {
        0% {
            -webkit-transform: scale(1);
            -webkit-animation-timing-function: ease-in;
        }
        8% {
            -webkit-transform: scale(1.05);
            -webkit-animation-timing-function: ease-out;
        }
        100% {
            -webkit-transform: scale(1.1);
        }
    }

    @keyframes imageAnimation {
        0% {
            animation-timing-function: ease-in
        }
        8% {
            transform: scale(1.05);
            animation-timing-function: ease-out;
        }
        100% {
            transform: scale(1.1)
        }
    }




    #text_accueil .inner h2 {
        font-size: 32px;
    }

    #text_accueil {
        text-align: right;
    }


    .home #bloc-noir {
        font-size: 24px;
    }

    .home #bloc-noir strong {
        font-size: 32px;
    }


    .site-main {

    }


    #galerie_photos_content,
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 30px 0 0;
    }

    #text_accueil {
        bottom: 150px;
    }

    .container-title-position .entry-title {
        font-size: 26px;
    }

    .sub-title {
        font-size: 38px;
    }


    .container-title-position {
        padding: 60px 0;
        text-align: center;
        width: 100%;
    }


    .page-template-template-fullsize .container-title-position {
        padding: 80px 0 0;
    }


    /* pages services */
    /* page nous */
    /* portfolio */
    .gallery-item,
    .realisation-col1 .realisation-item,
    .realisation-col2 .realisation-item,
    .realisation-col3 .realisation-item,
    .realisation-col4 .realisation-item,
    .realisation-col5 .realisation-item,
    .realisation-col6 .realisation-item {
        width: 50%;
    }


    .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 {
    }

    /* GRID */
    .row {
        width: 100%;
        *zoom: 1;
    }

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    .row [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row.row0 [class*="span"] {
        margin: 0;
    }

    .row [class*="span"]:first-child {
        margin-left: 0;
    }

    .row [class*="span-right"] {
        float: right;
        margin-right: 2.127659574468085%;
        *margin-right: 2.074468085106383%;
        margin-left: 0;
        *margin-left: 0;
    }

    .row [class*="span-right"]:first-child {
        margin-right: 0;
    }

    .row .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.127659574468085%;
    }

    .row .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row.row0 .span6 {
        width: 50%;
    }

    .row .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row .span1 {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row .offset12 {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

    .row .offset12:first-child {
        margin-left: 102.12765957446808%;
        *margin-left: 102.02127659574467%;
    }

    .row .offset11 {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

    .row .offset11:first-child {
        margin-left: 93.61702127659574%;
        *margin-left: 93.51063829787232%;
    }

    .row .offset10 {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

    .row .offset10:first-child {
        margin-left: 85.1063829787234%;
        *margin-left: 84.99999999999999%;
    }

    .row .offset9 {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

    .row .offset9:first-child {
        margin-left: 76.59574468085106%;
        *margin-left: 76.48936170212764%;
    }

    .row .offset8 {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

    .row .offset8:first-child {
        margin-left: 68.08510638297872%;
        *margin-left: 67.9787234042553%;
    }

    .row .offset7 {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

    .row .offset7:first-child {
        margin-left: 59.574468085106375%;
        *margin-left: 59.46808510638297%;
    }

    .row .offset6 {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

    .row .offset6:first-child {
        margin-left: 51.063829787234035%;
        *margin-left: 50.95744680851063%;
    }

    .row .offset5 {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

    .row .offset5:first-child {
        margin-left: 42.5531914893617%;
        *margin-left: 42.4468085106383%;
    }

    .row .offset4 {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

    .row .offset4:first-child {
        margin-left: 34.04255319148936%;
        *margin-left: 33.93617021276596%;
    }

    .row .offset3 {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

    .row .offset3:first-child {
        margin-left: 25.53191489361702%;
        *margin-left: 25.425531914893618%;
    }

    .row .offset2 {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

    .row .offset2:first-child {
        margin-left: 17.02127659574468%;
        *margin-left: 16.914893617021278%;
    }

    .row .offset1 {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

    .row .offset1:first-child {
        margin-left: 8.51063829787234%;
        *margin-left: 8.404255319148938%;
    }

    [class*="span"].hide,
    .row [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right,
    .row [class*="span"].pull-right {
        float: right;
    }


    /* services */
    .page-template-template-services .hentry {
        padding: 40px;
        margin-bottom: 80px;
    }


    /* structure */
    #secondary {
        margin-top: 30px;
        padding: 0;
    }


    #content {
        min-height: 500px;
    }

    #content hr {
        visibility: hidden;
        clear: both;
        height: 1px;
        line-height: 1px;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .container-title-position .entry-title {
        font-size: 28px;
    }

    /* realisations */
    .modal-realisation-title h3 {
        font-size: 48px;
        padding-right: 100px
    }


    .modal-realisation-chapeau {
        padding-right: 100px
    }

    /* actus */
    .altitude-actus-container .altitude-actus-item {
        border: 0;
        margin-bottom: 0;
    }

    .altitude-actus-container .altitude-actus-item .altitude-actus-img {
        float: left;
        width: 33%;
        margin: 0;
        max-height: 210px;
    }

    .altitude-actus-container .altitude-actus-item .altitude-actus-content {
        float: left;
        padding: 0 30px;
        width: 66%;
    }

    .altitude-actus-container .altitude-actus-item .altitude-actus-img::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: transparent #fff transparent transparent;
        border-image: none;
        border-style: solid;
        border-width: 25px;
        content: "";
        height: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
    }

    /* services */
    .page-template-template-services #service-items {
        margin: 0;
        padding: 40px 0 0;
    }

    .page-template-template-services #service-items .service-item .service-item-thumb::after {
        display: block;
    }

    .page-template-template-services #service-items .service-item .service-item-thumb img,
    #service-items .service-item .service-item-thumb img {
        height: 60px;
    }

    .page-template-template-services #service-items .service-item .service-item-functions h3 {
        display: inline-block;
    }


    #service-items .service-item .service-item-thumb {
        height: 85px;
        margin: 0 0 20px;
        position: relative;
    }

    .page-template-template-services .service-item > a {
        padding: 40px 0 20px;
    }

    .content-img-right {
        max-width: 100%;
    }

    .content-img-right2 {
        max-width: 500px;
    }


}


@media only screen and (max-width: 1023px) {

    /* menu mobile */
    .site-branding {
        float: left;
    }

    #toggle-nav {
        background: #fff none repeat scroll 0 0;
        border: 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-radius: 0;
        box-shadow: 0 0 0 transparent;
        color: #434343;
        font-size: 24px;
        height: 53px;
        line-height: 1;
        padding: 0 20px;
        float: right;
        text-shadow: 0 0 0 transparent;
        z-index: 20;
    }

    .menu-container {
        margin: 0 25px;
        color: #aaa;
    }

    .menu-container a {
        margin: 0 25px;
        color: #aaa;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s !important;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s !important;
    }


    #site-navigation #header-responsive-menu {
        height: 70px;
        width: 100%;
    }

    #header-responsive-menu-close {
        color: #fff;
        font-size: 26px;
        height: 38px;
        line-height: 34px;
        position: absolute;
        right: 20px;
        top: 20px;
        background: transparent url("images/close-button@2x.png") no-repeat scroll right center;
        background-size: cover;
        width: 33px;
        height: 33px;
        display: block;
        text-indent: -9999em;
        overflow: hidden;
        -webkit-transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
        transition: 0.5s cubic-bezier(.27, 1.64, .32, .95);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


    #header-responsive-menu-close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    body.show-menu #site-navigation .mobile-view,
    body.show-menu #site-navigation #header-menu-contact,
    body.show-menu #site-navigation #header-responsive-menu {
        display: inline-block;
    }

    #header-menu-contact i {
        margin-right: 10px;
    }

    #site-navigation {
        background: #0d191c none repeat scroll 0 0;
        height: 100%;
        margin: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }

    .main-navigation {
        border-radius: 0;
        clear: both;
        display: block;
        margin: 0;
        padding: 0;


    }

    #site-navigation .menu {
        position: relative;
        margin: 0 0 20px 0;
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation li {
        margin: 0;
        position: relative;
    }

    .main-navigation a {
        border-bottom: 0 none;
        color: #aaa;
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 28px;
        font-weight: 200;
        padding: 0;
        margin: 0;
        text-decoration: none;
        text-transform: uppercase;

    }

    .main-navigation a::after {

    }

    .main-navigation a:hover,
    .main-navigation .current-menu-item a {
        color: #fff;
    }


    .main-navigation ul ul a {
        padding: 5px;
        font-size: 16px;
        color: #ccc;
    }

    html.show-menu-html,
    body.show-menu {
        overflow: hidden;
        height: 100%;
    }


    .menu-container-title {
        color: #888;
        display: block;
        font-family: "Raleway", serif;
        font-size: 12px;
        margin: 0 0 20px 0;
        text-transform: uppercase;
        width: 100%;
    }

    /* Menu */
    #site-navigation {
        left: -100%;
    }

    .show-menu #site-navigation {
        left: 0;
    }

    /* Header menu */
    #site-navigation #header-responsive-menu {
        left: -100%;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }


    .show-menu #site-navigation #header-responsive-menu {
        left: 0;
    }

    /* social */
    #infos_client_social ul {
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
    }

    .home.scrolled-body #infos_client_social ul li a, #infos_client_social ul li a {
        color: #aaa;
        font-size: 21px;
        line-height: 30px;
    }

    #infos_client_social ul li a:hover {
        color: #fff;
    }

    /* contact */
    #header-menu-contact {
        font-size: 18px;
        margin: 0 0 40px 0;
    }

}

@media only screen and (min-width: 1024px) {

    #wpadminbar {
        display: inline-block
    }

    .admin-bar #page {
        margin-top: 32px;
    }

    .home #masthead {
        top: 60px;
    }

    .home.admin-bar #masthead {
        top: 92px !important;
    }

    .home #masthead .masthead-bg {
        opacity: 0;
        visibility: hidden;
    }

    .container-title-position {
        padding: 60px 0;
    }


    .admin-bar .md-close {
        top: 60px;
    }

    .single-realisation .md-close {
        top: 90px;
    }

    .single-realisation.admin-bar .md-close {
        top: 120px;
    }

    .noscroll {
        overflow: hidden;
    }

    #inner-footer {
        bottom: 40px;
        position: fixed;
        z-index: 3;
        width: 100%;
    }

    .gmaps_shortcode {
        border: 10px solid #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        height: 400px;
        margin: -40px auto 15px;
        width: 80%;
    }


    .home.scrolled-body.admin-bar #masthead,
    .admin-bar #masthead {
        top: 32px !important;
    }


    .home .site-title {
        width: 251px;
    }

    .home.scrolled-body .site-title {
        width: 54px;
    }


    .bg-page,
    .top-page {
        margin-top: 53px;
    }

    .home .bg-page,
    .home .top-page {
        margin-top: 0;
    }

    .admin-bar .bg-page,
    .admin-bar .top-page {
        margin-top: 85px;
    }

    .home.admin-bar .bg-page,
    .home.admin-bar .top-page {
        margin-top: 32px;
    }


    .top-page .owl-buttons {
        display: block;
    }

    #page {
        min-height: 100vh;
    }

    .realisation-item {
        max-width: 281px;
    }

    .realisation-col1 .realisation-item {
        width: 100%;
    }

    .realisation-col2 .realisation-item {
        width: 50%;
    }

    .realisation-col3 .realisation-item {
        max-width: 281px;
        width: 33.3333%;
    }

    .realisation-col4 .realisation-item {
        width: 25%;
    }

    .realisation-col5 .realisation-item {
        width: 20%;
    }

    .realisation-col6 .realisation-item {
        width: 16.66666666666667%;
    }

    .container-title-position {
        padding: 80px 0;
    }

    .mobile-view,
    #header-menu-contact,
    #header-responsive-menu,
    #toggle-nav {
        display: none;
    }

    .page-content,
    .entry-content,
    .entry-summary {

    }

    /*--------------------------------------------------------------
    5.2 Menus
    --------------------------------------------------------------*/
    .menu-container-col {
        width: auto;
        display: inline-block;
        margin: 0;
        float: none;
    }

    .menu-container-col:last-child {
        margin: 0;
    }

    .main-navigation {
        margin: 0;
    }

    #site-navigation .menu-menu-principal-container, #site-navigation #infos_client_social {
        display: inline-block;
        vertical-align: middle;
    }

    .main-navigation .menu-container {
        float: right;
        margin: 75px 0 0;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;

    }

    .main-navigation .menu-container,
    .home.scrolled-body .main-navigation .menu-container {
        margin: 11px 0 0 0;
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-navigation li {
        float: left;
        list-style: outside none none;
        margin: 0 20px 0 0;
        position: relative;
        line-height: 1;
    }

    .main-navigation a {
        color: #434343;
        display: inline-block;
        font-family: "Raleway", sans-serif;
        font-size: 15px;
        font-weight: bold;
        padding: 7px 0;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }

    .home .main-navigation a {
        color: #fff;
    }

    .scrolled-body #infos_client_social ul li a,
    .scrolled-body .main-navigation a {
        color: #434343;
    }

    .main-navigation .menu > ul > li:last-child {
        margin-right: 0;
    }


    .main-navigation a::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: #9dc212;
        content: '';
        opacity: 0;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }


    .scrolled-body .main-navigation a::after {
        background: #9dc212;
    }

    .main-navigation a::after {
        bottom: 0;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    .home.scrolled-body .main-navigation a:focus,
    .home.scrolled-body .main-navigation a:hover,
    .main-navigation a:hover,
    .main-navigation a:focus {
        color: #434343;
    }

    .home .main-navigation a:hover,
    .home .main-navigation a:focus {
        color: #fff;
    }

    .main-navigation .current-post-parent a::after,
    .main-navigation .current-menu-item a::after,
    .main-navigation .current-page-ancestor a::after,
    .main-navigation .current_page_item a::after,
    .main-navigation a:hover::after,
    .main-navigation a:focus::after {
        opacity: 1;
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        transform: translateY(12px);
    }


    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        margin: 10px 0 0 0;
        opacity: 0;
        left: 20px;
        position: absolute;
        top: 32px;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        visibility: hidden;
        z-index: 99999;
        padding: 5px 0;
        background: #fff;
    }

    .main-navigation ul ul li {
        margin: 0;
    }

    .main-navigation ul ul li a {
        background: #fff none repeat scroll 0 0;
        color: #666;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        padding: 10px 15px;
    }

    .main-navigation ul ul li a:hover {
        background: #ededed;
    }

    .main-navigation ul ul ul {
        left: 100%;
        top: 0;
        margin: 0 0 0 20px;
    }

    .main-navigation ul ul a {
        width: 200px;
    }

    .main-navigation ul ul li {
    }

    .main-navigation li:hover > a {
    }

    .main-navigation ul ul :hover > a {
    }

    .main-navigation ul ul a:hover {
    }

    .main-navigation ul li:hover > ul {
        visibility: visible;
        margin: 0 0 0 0;
        opacity: 1;
    }

    .main-navigation ul ul li:hover > ul {
        left: 100%;
    }

    /* modal */
    .md-close {
        right: 45px;
    }

    .container-modal {
        padding-top: 60px !important;
    }

    /* services */
    .content-img-right {
        margin-left: 60px;
    }

    .content-img-right2 {
        max-width: 100%;
    }

    .content-img-max500 {
        max-width: 500px;
    }

    /* compteur */
    .bg_compteur .compteur-item {
        margin: 0;
    }

    /* contact infos */
    .infos_contact .infos_contact-item {
        margin: 0;
    }


    /* gmaps */
    .gmaps_shortcode {
        height: 550px;
        background: #ccc;
        margin: -30px auto 15px;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }


    .button_link_gmaps {
        background: #fff none repeat scroll 0 0;
        color: #434343;
        display: block;
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin: -56px auto 40px;
        padding: 10px 17px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        width: 183px;
        z-index: 4;
    }

    .button_link_gmaps:hover {
        color: #ccc;
        text-decoration: none;
    }

    .infos_contact {
        margin: 60px 0;
    }


    /* footer */
    #footer {
        height: 215px;
        padding: 0;
    }


}

@media only screen and (min-width: 1280px) {

    /* realisations */
    .container-modal #logo-altitude-rea {
        height: 53px;
        left: 22px;
        position: fixed;
        top: 22px;
    }

    .admin-bar .container-modal #logo-altitude-rea {
        height: 53px;
        left: 22px;
        position: fixed;
        top: 60px;
    }

    .container-modal .post-navigation {
        left: 10px;
        line-height: 1;
        position: fixed;
        text-transform: uppercase;
        top: 120px;
        transform: rotate(90deg);
        transform-origin: left top 0;
    }

    .admin-bar .container-modal .post-navigation {
        top: 152px;
    }

}

/* retina */
@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .md-close {
        background-image: url("images/close-button@2x.png");
        background-size: 100%;
    }
}


/* inauguration */
/*.md-wrap.md-show.inauguration .modal-realisation-photo,*/
.md-wrap.md-show.inauguration .hide-inauguration,
.md-wrap.md-show.inauguration .modal-realisation-video,
.md-wrap.md-show.inauguration .navigation.post-navigation,
.md-wrap.md-show.inauguration .modal-footer,
.md-wrap.md-show.inauguration .bouton_link,
.md-wrap.md-show.inauguration .md-close {
    display: none;
}

.md-wrap.md-show.inauguration .modal-realisation-image-container {
    margin: 0;
}

.md-wrap.md-show.inauguration .modal-realisation-image-container img {
    max-height: 350px;
    /*max-width: 450px;*/
}


.md-wrap.md-show.inauguration .md-content-diapo .modal-realisation-content {
    max-height: 290px;
    overflow: hidden;
}

.modal-realisation-photo {
    margin-top: 20px;
}


.md-wrap.md-show.inauguration .realisation-photo-item,
.md-wrap.md-show.inauguration #owl-modal-realisation-photo img,
.md-wrap.md-show.inauguration #owl-modal-realisation-photo {
    max-height: 350px;
    max-width: 600px;
}

.md-wrap.md-show.inauguration #owl-modal-realisation-photo {
    margin: 0 auto;
}

.md-wrap.md-show.inauguration .md-container {
    overflow: hidden;
}

@media only screen and (min-height: 800px) and (min-width: 1280px) {
    .md-wrap.md-show.inauguration .md-container {
        align-items: center;
        display: flex;
    }
}


.md-wrap.md-show.inauguration .md-content {
    padding-top: 0 !important;
    width: 100%;
}


.md-wrap.md-show.inauguration .container-modal #logo-altitude-rea svg {
    opacity: 1;
}

.md-wrap.md-show.inauguration .modal-realisation-title h3 {
    font-size: 60px;
}

.md-wrap.md-show.inauguration .modal-realisation-chapeau {
    font-size: 20px;
}

.md-wrap.md-show.inauguration .modal-realisation-content {
    font-size: 16px;
}

.md-wrap.md-show.inauguration .container-modal {
    max-width: 1600px;
}

@media only screen and (min-width: 1280px) {
    .md-wrap.md-show.inauguration .container-modal {
        width: calc(100% - 200px)!important;
    }
}
