﻿@charset "UTF-8";
/*
Theme Name: Good Morning Major
Theme URI: http://goodmorningmajor.com/
Author: Good Morning Major
Author URI: http://goodmorningmajor.com
Description:
Version: 1.0.1
*/
/* ––– les bases ––– */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

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

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; }
    .navbar {
        display: none; }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important; }
    .label {
        border: 1px solid #000; }
    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }

* {
    box-sizing: border-box; }

*:before,
*:after {
    box-sizing: border-box; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff; }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #337ab7;
    text-decoration: none; }

a#cn-accept-cookie, a#cn-more-info {
	color: #ffd300!important
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .bloc-column h4, .h4, .bloc-column h3, .bloc-thumbs .col-sm-4 h3, .bloc-thumbs .col-sm-6 h3, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small, .bloc-column h4 small,
.h3 .small, .bloc-column h4 .small, .h4 small, .bloc-column h3 small, .bloc-thumbs .col-sm-4 h3 small, .bloc-thumbs .col-sm-6 h3 small,
.h4 .small, .bloc-column h3 .small, .bloc-thumbs .col-sm-4 h3 .small, .bloc-thumbs .col-sm-6 h3 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3, .bloc-column h4 {
    margin-top: 20px;
    margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small, .bloc-column h4 small,
.h3 .small, .bloc-column h4 .small {
    font-size: 65%; }

h4, .h4, .bloc-column h3, .bloc-thumbs .col-sm-4 h3, .bloc-thumbs .col-sm-6 h3,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small, .bloc-column h3 small, .bloc-thumbs .col-sm-4 h3 small, .bloc-thumbs .col-sm-6 h3 small,
.h4 .small, .bloc-column h3 .small, .bloc-thumbs .col-sm-4 h3 .small, .bloc-thumbs .col-sm-6 h3 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%; }

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

h2, .h2 {
    font-size: 30px; }

h3, .h3, .bloc-column h4 {
    font-size: 24px; }

h4, .h4, .bloc-column h3, .bloc-thumbs .col-sm-4 h3, .bloc-thumbs .col-sm-6 h3 {
    font-size: 18px; }

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

h6, .h6 {
    font-size: 12px; }

.bloc.bloc-landing  {
    padding:20px!important
}

p {
    margin: 0 0 10px; }

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
        font-size: 21px; } }

small,
.small {
    font-size: 85%; }

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

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

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase, .initialism {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #777777; }

.text-primary {
    color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
    color: #286090; }

.text-success {
    color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
    color: #2b542c; }

.text-info {
    color: #31708f; }

a.text-info:hover,
a.text-info:focus {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c; }

.text-danger {
    color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
    color: #843534; }

.bg-primary {
    color: #fff; }

.bg-primary {
    background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090; }

.bg-success {
    background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }


@media (max-width: 991px) {
button.menu-principal-button {
    width: 21%!important;
   
}}
button.menu-principal-button {
    width: 14%!important;
}
.site-header .main-navigation .nav {
    width: 86%!important;
   
}
@media screen and (min-width: 1430px){
.site-header .main-navigation a {
    font-size: 13px!important;
}}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
    margin-top: 0;
    margin-bottom: 20px; }

dt,
dd {
    line-height: 1.42857; }

dt {
    font-weight: bold; }

dd {
    margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }

.dl-horizontal dd:after {
    clear: both; }

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }

.initialism {
    font-size: 90%; }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
        width: 750px; } }
@media (min-width: 992px) {
    .container {
        width: 970px; } }
@media (min-width: 1200px) {
    .container {
        width: 1170px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-1 {
    width: 8.33333%; }

.col-xs-2 {
    width: 16.66667%; }

.col-xs-3 {
    width: 25%; }

.col-xs-4 {
    width: 33.33333%; }

.col-xs-5 {
    width: 41.66667%; }

.col-xs-6 {
    width: 50%; }

.col-xs-7 {
    width: 58.33333%; }

.col-xs-8 {
    width: 66.66667%; }

.col-xs-9 {
    width: 75%; }

.col-xs-10 {
    width: 83.33333%; }

.col-xs-11 {
    width: 91.66667%; }

.col-xs-12 {
    width: 100%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-pull-1 {
    right: 8.33333%; }

.col-xs-pull-2 {
    right: 16.66667%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-4 {
    right: 33.33333%; }

.col-xs-pull-5 {
    right: 41.66667%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-7 {
    right: 58.33333%; }

.col-xs-pull-8 {
    right: 66.66667%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-10 {
    right: 83.33333%; }

.col-xs-pull-11 {
    right: 91.66667%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-push-1 {
    left: 8.33333%; }

.col-xs-push-2 {
    left: 16.66667%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-4 {
    left: 33.33333%; }

.col-xs-push-5 {
    left: 41.66667%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-7 {
    left: 58.33333%; }

.col-xs-push-8 {
    left: 66.66667%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-10 {
    left: 83.33333%; }

.col-xs-push-11 {
    left: 91.66667%; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-offset-0 {
    margin-left: 0%; }

.col-xs-offset-1 {
    margin-left: 8.33333%; }

.col-xs-offset-2 {
    margin-left: 16.66667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.33333%; }

.col-xs-offset-5 {
    margin-left: 41.66667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.33333%; }

.col-xs-offset-8 {
    margin-left: 66.66667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.33333%; }

.col-xs-offset-11 {
    margin-left: 91.66667%; }

.col-xs-offset-12 {
    margin-left: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-1 {
        width: 8.33333%; }
    .col-sm-2 {
        width: 16.66667%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-4 {
        width: 33.33333%; }
    .col-sm-5 {
        width: 41.66667%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-7 {
        width: 58.33333%; }
    .col-sm-8 {
        width: 66.66667%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-10 {
        width: 83.33333%; }
    .col-sm-11 {
        width: 91.66667%; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.33333%; }
    .col-sm-pull-2 {
        right: 16.66667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.33333%; }
    .col-sm-pull-5 {
        right: 41.66667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.33333%; }
    .col-sm-pull-8 {
        right: 66.66667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.33333%; }
    .col-sm-pull-11 {
        right: 91.66667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.33333%; }
    .col-sm-push-2 {
        left: 16.66667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.33333%; }
    .col-sm-push-5 {
        left: 41.66667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.33333%; }
    .col-sm-push-8 {
        left: 66.66667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.33333%; }
    .col-sm-push-11 {
        left: 91.66667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1 {
        margin-left: 8.33333%; }
    .col-sm-offset-2 {
        margin-left: 16.66667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.33333%; }
    .col-sm-offset-5 {
        margin-left: 41.66667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.33333%; }
    .col-sm-offset-8 {
        margin-left: 66.66667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.33333%; }
    .col-sm-offset-11 {
        margin-left: 91.66667%; }
    .col-sm-offset-12 {
        margin-left: 100%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-1 {
        width: 8.33333%; }
    .col-md-2 {
        width: 16.66667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.33333%; }
    .col-md-5 {
        width: 41.66667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.33333%; }
    .col-md-8 {
        width: 66.66667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.33333%; }
    .col-md-11 {
        width: 91.66667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.33333%; }
    .col-md-pull-2 {
        right: 16.66667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.33333%; }
    .col-md-pull-5 {
        right: 41.66667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.33333%; }
    .col-md-pull-8 {
        right: 66.66667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.33333%; }
    .col-md-pull-11 {
        right: 91.66667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.33333%; }
    .col-md-push-2 {
        left: 16.66667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.33333%; }
    .col-md-push-5 {
        left: 41.66667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.33333%; }
    .col-md-push-8 {
        left: 66.66667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.33333%; }
    .col-md-push-11 {
        left: 91.66667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.33333%; }
    .col-md-offset-2 {
        margin-left: 16.66667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.33333%; }
    .col-md-offset-5 {
        margin-left: 41.66667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.33333%; }
    .col-md-offset-8 {
        margin-left: 66.66667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.33333%; }
    .col-md-offset-11 {
        margin-left: 91.66667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-1 {
        width: 8.33333%; }
    .col-lg-2 {
        width: 16.66667%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-4 {
        width: 33.33333%; }
    .col-lg-5 {
        width: 41.66667%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-7 {
        width: 58.33333%; }
    .col-lg-8 {
        width: 66.66667%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-10 {
        width: 83.33333%; }
    .col-lg-11 {
        width: 91.66667%; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-pull-1 {
        right: 8.33333%; }
    .col-lg-pull-2 {
        right: 16.66667%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-4 {
        right: 33.33333%; }
    .col-lg-pull-5 {
        right: 41.66667%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-7 {
        right: 58.33333%; }
    .col-lg-pull-8 {
        right: 66.66667%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-10 {
        right: 83.33333%; }
    .col-lg-pull-11 {
        right: 91.66667%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-push-1 {
        left: 8.33333%; }
    .col-lg-push-2 {
        left: 16.66667%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-4 {
        left: 33.33333%; }
    .col-lg-push-5 {
        left: 41.66667%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-7 {
        left: 58.33333%; }
    .col-lg-push-8 {
        left: 66.66667%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-10 {
        left: 83.33333%; }
    .col-lg-push-11 {
        left: 91.66667%; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-offset-0 {
        margin-left: 0%; }
    .col-lg-offset-1 {
        margin-left: 8.33333%; }
    .col-lg-offset-2 {
        margin-left: 16.66667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.33333%; }
    .col-lg-offset-5 {
        margin-left: 41.66667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.33333%; }
    .col-lg-offset-8 {
        margin-left: 66.66667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.33333%; }
    .col-lg-offset-11 {
        margin-left: 91.66667%; }
    .col-lg-offset-12 {
        margin-left: 100%; } }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }

input[type="search"] {
    box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }

input[type="file"] {
    display: block; }

input[type="range"] {
    display: block;
    width: 100%; }

select[multiple],
select[size] {
    height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555; }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder {
    color: #999; }
.form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
    height: auto; }

input[type="search"] {
    -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px; }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
        line-height: 30px; }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg
    input[type="month"] {
        line-height: 46px; } }

.form-group {
    margin-bottom: 15px; }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed; }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

select.input-sm {
    height: 30px;
    line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
    height: auto; }

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto; }

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }

select.input-lg {
    height: 46px;
    line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
    height: auto; }

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto; }

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333; }

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d; }

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }

.has-success .form-control-feedback {
    color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b; }

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }

.has-warning .form-control-feedback {
    color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442; }

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }

.has-error .form-control-feedback {
    color: #a94442; }

.has-feedback label ~ .form-control-feedback {
    top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
        width: 100%; }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px; }

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
.form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px; } }

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px; } }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
.btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none; }
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none; }
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none; }
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px; }

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-block {
    display: block;
    width: 100%; }

.btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

.fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.in {
    display: block; }

tr.collapse.in {
    display: table-row; }

tbody.collapse.in {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease; }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.dropup,
.dropdown {
    position: relative; }

.dropdown-toggle:focus {
    outline: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #054A99;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #fff;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }

.open > .dropdown-menu {
    display: block; }

.open > a {
    outline: 0; }

.dropdown-menu-right {
    left: auto;
    right: 0; }

.dropdown-menu-left {
    left: 0;
    right: auto; }

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto; }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto; } }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
.nav:before, .nav:after {
    content: " ";
    display: table; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
.nav > li.disabled > a {
    color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.nav > li > a > img {
    max-width: none; }

.nav-tabs {
    border-bottom: 1px solid #ddd; }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }

.nav-pills > li {
    float: left; }
.nav-pills > li > a {
    border-radius: 4px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
    float: none; }
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }

.tab-content > .tab-pane {
    display: none; }

.tab-content > .active {
    display: block; }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
.navbar:before, .navbar:after {
    content: " ";
    display: table; }
.navbar:after {
    clear: both; }
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }

.navbar-header:after {
    clear: both; }

@media (min-width: 768px) {
    .navbar-header {
        float: left; } }

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
.navbar-collapse:after {
    clear: both; }
.navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
    .navbar-collapse.in {
        overflow-y: visible; }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0; } }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-brand > img {
    display: block; }
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px; } }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
.navbar-toggle:focus {
    outline: 0; }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 768px) {
    .navbar-toggle {
        display: none; } }

.navbar-nav {
    margin: 7.5px -15px; }
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0; }
    .navbar-nav > li {
        float: left; }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; } }

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .navbar-form .form-control-static {
        display: inline-block; }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
        width: 100%; }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }

@media (min-width: 768px) {
    .navbar-left {
        float: left !important; }
    .navbar-right {
        float: right !important;
        margin-right: -15px; }
    .navbar-right ~ .navbar-right {
        margin-right: 0; } }

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
.navbar-default .navbar-brand {
    color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent; }
.navbar-default .navbar-text {
    color: #777; }
.navbar-default .navbar-nav > li > a {
    color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
.navbar-default .navbar-toggle {
    border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
.navbar-default .navbar-link {
    color: #777; }
.navbar-default .navbar-link:hover {
    color: #333; }
.navbar-default .btn-link {
    color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc; }

.navbar-inverse {
    background-color: #222;
    border-color: #090909; }
.navbar-inverse .navbar-brand {
    color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-text {
    color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
.navbar-inverse .navbar-toggle {
    border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
.navbar-inverse .navbar-link {
    color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
    color: #fff; }
.navbar-inverse .btn-link {
    color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444; }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
.breadcrumb > li {
    display: inline-block; }
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc; }
.breadcrumb > .active {
    color: #777777; }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
    padding-bottom: 56.25%; }

.embed-responsive-4by3 {
    padding-bottom: 75%; }

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

.clearfix:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }

.visible-xs {
    display: none !important; }

.visible-sm {
    display: none !important; }

.visible-md {
    display: none !important; }

.visible-lg {
    display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table !important; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; } }

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table !important; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table !important; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table !important; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }

.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table !important; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print,
    td.visible-print {
        display: table-cell !important; } }

.visible-print-block {
    display: none !important; }
@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }
@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }
@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }

/* ––– Typography ––– */
/* ––– Styling the Font ––– */
/* ––– Typography ––– */
/* ––– Effects ––– */
/* ––– Responsive ratio ––– */
/* ––– @FONT-FACE EN @MIXIN SCSS ––– */
/* –––  breakpoint de la grid ––– */
@font-face {
    font-family: "work_sans";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/worksans-regular-webfont.eot?") format("eot"), url("fonts/worksans-regular-webfont.woff2") format("woff2"), url("fonts/worksans-regular-webfont.woff") format("woff"), url("fonts/worksans-regular-webfont.ttf") format("truetype"), url('fonts/worksans-regular-webfont.svg#str-replace("work_sans", " ", "_")') format("svg"); }

@font-face {
    font-family: "work_sans";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/worksans-medium-webfont.eot?") format("eot"), url("fonts/worksans-medium-webfont.woff2") format("woff2"), url("fonts/worksans-medium-webfont.woff") format("woff"), url("fonts/worksans-medium-webfont.ttf") format("truetype"), url('fonts/worksans-medium-webfont.svg#str-replace("work_sans", " ", "_")') format("svg"); }

@font-face {
    font-family: "work_sans";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/worksans-semibold-webfont.eot?") format("eot"), url("fonts/worksans-semibold-webfont.woff2") format("woff2"), url("fonts/worksans-semibold-webfont.woff") format("woff"), url("fonts/worksans-semibold-webfont.ttf") format("truetype"), url('fonts/worksans-semibold-webfont.svg#str-replace("work_sans", " ", "_")') format("svg"); }

@font-face {
    font-family: "work_sans";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/worksans-bold-webfont.eot") format("eot"), url("fonts/worksans-bold-webfont.woff2") format("woff2"), url("fonts/worksans-bold-webfont.woff") format("woff"), url("fonts/worksans-bold-webfont.ttf") format("truetype"), url('fonts/worksans-bold-webfont.svg#str-replace("work_sans", " ", "_")') format("svg"); }

@font-face {
    font-family: "source_sans_pro";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/sourcesanspro-regular-webfont.eot?") format("eot"), url("fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url('fonts/sourcesanspro-regular-webfont.svg#str-replace("source_sans_pro", " ", "_")') format("svg"); }

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot");
    src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal; }

[class^="icon-"], [class*=" icon-"],
.icomoon,
.bx-controls-direction a,
.social-link:before,
.sub-menu-item:before,
.reassurance-banner .title:after,
.hentry ul li:before,
.hentry .children li a:before,
.contact-phone:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
    content: "\e90f"; }

.icon-facebook:before {
    content: "\e900"; }

.icon-twitter:before {
    content: "\e901"; }

.icon-linkedin:before {
    content: "\e902"; }

.icon-youtube:before {
    content: "\e903"; }

.icon-right-arrow:before {
    content: "\e904"; }

.icon-left-arrow:before {
    content: "\e910"; }

.icon-star:before {
    content: "\e68d"; }

.icon-trophy:before {
    content: "\e6e2"; }

.icon-tag:before {
    content: "\e755"; }

.icon-telephone:before {
    content: "\e76a"; }

.icon-battery-charging7:before {
    content: "\e7d2"; }

.icon-lifebuoy:before {
    content: "\e7ed"; }

.icon-glass-cocktail:before {
    content: "\e80f"; }

.icon-speed-fast:before {
    content: "\e836"; }

.icon-road:before {
    content: "\e842"; }

.icon-twitter2:before {
    content: "\e905"; }

.icon-facebook2:before {
    content: "\e906"; }

.icon-google-plus:before {
    content: "\e907"; }

.icon-chevron-right:before {
    content: "\e908"; }

.icon-chevron-left:before {
    content: "\e909"; }

.icon-location:before {
    content: "\e90a"; }

.icon-device-phone:before {
    content: "\e90b"; }

.icon-scissors:before {
    content: "\e90c"; }

.icon-time:before {
    content: "\e90d"; }

.icon-calendar-o:before {
    content: "\e90e"; }

.icon-thumbs-up2:before {
    content: "\e91b"; }

.icon-chevron-left2:before, .bx-wrapper .bx-prev:before {
    content: "\e93b"; }

.icon-chevron-right2:before, .bx-wrapper .bx-next:before {
    content: "\e93c"; }

.icon-chevron-down:before {
    content: "\e93d"; }

/* ––– Style de base ––– */
html * {
    outline: none !important; }
html * :focus {
    outline: none !important; }
html * ::-moz-focus-inner {
    border: 0 !important; }

html {
    background-color: #ffffff;
    min-height: 100%;
    width: 100%; }

body {
    font-size: 16px;
    font-family: "work_sans", sans-serif;
    line-height: 24px;
    font-weight: 400;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
@media screen and (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 21px; } }

@media screen and (min-width: 1430px) {
    .container {
        width: 1370px; } }

h1, .h1 {
    font-size: 46px;
    font-weight: 700;
    font-family: "work_sans", sans-serif;
    line-height: 46px;
    color: #090f1b;
    margin-top: 0;
    text-transform: uppercase; }
@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 39px;
        line-height: 40px; } }
@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 30px; } }

h2, .h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: "work_sans", sans-serif;
    line-height: 50px;
    color: #090f1b;
    margin-top: 0;
    text-transform: uppercase; }
@media screen and (max-width: 1199px) {
    h2, .h2 {
        font-size: 38px;
        line-height: 38px; } }
@media screen and (max-width: 991px) {
    h2, .h2 {
        font-size: 26px;
        line-height: 27px; } }

h3, .h3, .bloc-column h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: "work_sans", sans-serif;
    color: #0033ac;
    letter-spacing: 0.4px;
    margin-top: 0;
    text-transform: uppercase; }
@media screen and (max-width: 991px) {
    h3, .h3, .bloc-column h4 {
        font-size: 18px;
        line-height: 19px; } }

h4, .h4, .bloc-column h3, .bloc-thumbs .col-sm-4 h3, .bloc-thumbs .col-sm-6 h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: "work_sans", sans-serif;
    line-height: 24px;
    color: #090f1b;
    margin-top: 0;
    text-transform: uppercase; }

a {
    color: #0031a8;
    transform: translate(0, 0);
    transform: translate3D(0, 0, 0);
    transition: all 0.3s ease; }
a:hover, a:focus {
    color: #090f1b; }

p {
    color: #525252; }

.dark-bg {
    background-color: #2a2b30; }

.blue-bg {
    background-color: #054A99; }

.yellow-bg {
    background-color: #ffd300; }

@media screen and (min-width: 768px) {
    .texture-bg {
        background-image: url("img/texture-fond.jpg");
        background-repeat: no-repeat;
        background-size: 128% 101%; } }

@media screen and (min-width: 992px) {
    .texture-bg {
        background-size: cover; } }

.grey-bg {
    background-color: #efefef; }

/* –––  les buttons  ––– */
.btn {
    padding: 13px 22px;
    font-size: 15px;
    border-radius: 0;
    border: 1px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    color: #090f1b; }
.btn span {
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease; }
.btn:hover, .btn:focus {
    background-color: transparent; }

.btn-yellow, .btn-banner a, .hentry .btn-more {
    background-color: #ffd300;
    border: 1px solid #ffd300;
    margin-top: 10px; }

.link-pro .btn-yellow, .link-pro .btn-yellow:focus, .link-pro .btn-yellow:hover {
    background-color: #ffd300!important;
    border: 1px solid #ffd300!important;
    padding: 13px 22px!important;
}

.col-adress .btn-yellow, .col-adress .btn-yellow:focus {
    background-color: #ffd300!important;
    border: 1px solid #ffd300!important;
    padding: 13px 22px!important;
    color: #090f1b!important;
    font-weight: 700;
}

.col-adress .btn-yellow:hover {
    background-color: transparent!important;
    font-weight: 700;
    border: 1px solid #ffd300!important;
    padding: 13px 22px!important;
    color: #090f1b!important;
}

.btn-yellow span, .btn-banner a span, .hentry .btn-more span {
    color: #2a2b30 !important; }

.btn-banner a:hover, .btn-banner a:focus {
    color: #ffffff; }

.btn-blue {
    background-color: #0031a8;
    border: 1px solid #0031a8; }

.link-pro .btn-blue, .link-pro .btn-blue:focus, .link-pro .btn-blue:hover {
    background-color: #0031a8!important;
    border: 1px solid #0031a8!important;
    padding: 13px 22px!important;
}
.btn-blue span {
    color: #ffffff; }

/* ––– bouton sticky––– */
.contact-link, .actu-link {
    position: fixed;
    line-height: 50px;
    display: block;
    right: 0;
    top: auto;
    bottom: 150px;
    z-index: 1000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease; }
.contact-link.hide-link, .actu-link.hide-link {
    opacity: 0;
    transform: translateX(100%); }
@media screen and (max-width: 991px) {
    .contact-link, .actu-link, .equipement-covid {
        display: none; } 

}

.actu-link {
    bottom: 185px; }

hr {
    max-width: 190px;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: #2264ff;
    display: inline-block;
    text-align: left;
    border: none; }

/* ––– Layout ––– */
.site-header {
    /* ––– Logo ––– */
    /* ––– Navigation –– */
    /* ––– Mobile style ––– */ }
.site-header a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0; }
.site-header a span {
    transition: all 0.3s ease; }
.site-header a:hover span, .site-header a:focus span {
    color: #ffffff !important; }
.site-header .site-branding {
    margin: 0;
    padding: 0; }
.site-header .home-link, .site-header .site-title {
    vertical-align: middle; }
.site-header .home-link {
    padding-right: 10px;
    display: inline-block; }
@media screen and (max-width: 991px) {
    .site-header .home-link {
        padding-left: 15px; } }
.site-header .home-link img.logo_ace_def-ligne.img-responsive {
    max-width: 70%;
}
.site-header .site-title {
    font-size: 25px;
    color: #FFD501;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 0 2px;
    display: inline-block;
    width: 70%; }
@media screen and (max-width: 991px) {
    .site-header .site-title {
        display: none; } }
.site-header .site-info {
    padding: 13px 0;
    min-height: 110px; }
.site-header .btn-menu {
    float: right; }
.site-header .container, .site-header .container-fluid {
    padding: 0; }
.site-header > .row {
    padding: 0;
    margin: 0; }
.site-header .main-navigation, .site-header .site-info {
    margin: 0 auto; }
.site-header .top-navigation .nav {
    text-align: right;
    font-size: 0; }
.site-header .top-navigation .nav > li:last-child img {
    vertical-align: top;
}
.site-header .top-navigation .nav > li:hover > ul.dropdown-menu {
    display: block;
}
.site-header .top-navigation .main-menu-item {
    position: relative;
    display: inline-block;}
.site-header .top-navigation .main-menu-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    float: left;
    margin-top: 8px;
    background-color: #ffd300; }
.site-header .top-navigation .main-menu-item:first-child:before {
    content: none; }
.site-header .top-navigation a {
    font-size: 15px;
    padding: 8px 20px 10px;
    font-weight: 600;}
.site-header .top-navigation a:hover, .site-header .top-navigation a:focus, .site-header .top-navigation a:active {
    background-color: transparent; }
.site-header .top-navigation a:hover span, .site-header .top-navigation a:focus span, .site-header .top-navigation a:active span {
    color: #ffd300 !important; }
.site-header .top-navigation .main-menu-item::before {
    display: none;
}
.site-header .link-pro {
    min-height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.site-header .link-pro a {
    margin-left: 20px; }
.site-header .main-navigation {
    border-top: solid 1px #FFD700; }
.site-header .main-navigation.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    z-index: 999;
    clear: both; }
.site-header .main-navigation.navbar-collapse.in {
    height: auto; }
@media screen and (max-width: 991px) {
    .site-header .main-navigation.navbar-collapse {
        overflow-y: auto; } }
.site-header .main-navigation .nav {
    width: 93%;
    text-align: center;
    font-size: 0px;
    margin: 0; }
.site-header .main-navigation {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
    line-height: 18px;
    text-transform: uppercase; }
.site-header .main-navigation a:hover, .site-header .main-navigation a:focus, .site-header .main-navigation a:active {
    background-color: #2a2b30;
    color: #ffffff; }
@media screen and (max-width: 1199px) {
    .site-header .main-navigation a {
        font-size: 13px;
        padding: 10px 0;
    }
}
@media screen and (min-width: 1200px) {
    .site-header .main-navigation a {
        font-size: 15px; }
    .site-header .main-navigation a a {
        padding: 15px 18px 13px; } }
@media screen and (max-width: 991px) {
    .site-header .main-navigation a {
        font-size: 11px; } }
.site-header .main-navigation .main-menu-item {
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    float: none;
    padding: 0 10px; }
@media screen and (min-width: 992px) {
    .site-header .main-navigation .main-menu-item:hover, .site-header .main-navigation .main-menu-item:focus, .site-header .main-navigation .main-menu-item:active {
        border-bottom: 3px solid #FFD700; } }
@media screen and (max-width: 991px) {
    .site-header .main-navigation .main-menu-item {
        display: block;
        border-bottom: none; }
    .site-header .main-navigation .main-menu-item .sub-menu-link {
        font-weight: 500;
        font-size: 12px;
        padding: 11px 16px 9px; } }
.site-header .main-navigation .dropdown-menu {
    background-color: #2a2b30;
    min-width: 260px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0; }
.site-header .main-navigation .dropdown-menu .sub-menu-item {
    list-style: none;
    position: relative; }
.site-header .main-navigation .dropdown-menu a:hover, .site-header .main-navigation .dropdown-menu a:focus {
    background-color: transparent; }
.site-header .main-navigation .dropdown-menu a:hover span, .site-header .main-navigation .dropdown-menu a:focus span {
    display: block;
    color: #ffffff; }
@media screen and (max-width: 991px) {
    .site-header .main-navigation .dropdown-menu {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        position: relative;
        display: block;
        min-width: 100%;
        float: none;
        border-left: none;
        border-right: none;
        text-align: center; } }
button.menu-principal-button {
    width: 7%;
    background-color: #FFD700;
    border: none;
    height: 50px;
    text-transform: uppercase;
    font-weight:600;
    color: #000;
}
.site-header .mobile-display {
    display: none; }
@media screen and (min-width: 992px) {
    .site-header {
        background-color: #2a2b30; }
    .site-header .mobile-link-pro {
        display: none !important; }
    .site-header .main-navigation .menu-item-depth-0:nth-last-child(1) .dropdown-menu, .site-header .main-navigation .menu-item-depth-0:nth-last-child(2) .dropdown-menu, .site-header .main-navigation .menu-item-depth-0:nth-last-child(3) .dropdown-menu {
        left: auto;
        right: 0;
        width: 100%;
        min-width: 260px; }
    .site-header .main-navigation .dropdown-menu {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        padding: 0; }
    .site-header .main-navigation .dropdown-menu .sub-menu-item {
        list-style: none;
        position: relative; }
    .site-header .main-navigation .dropdown-menu a {
        padding: 10px 16px 9px; }
    .site-header .main-navigation .dropdown-menu a span {
        transform: translate(0, 0);
        transform: translate3D(0, 0, 0); }
    .site-header .main-navigation .dropdown-menu a:hover span, .site-header .main-navigation .dropdown-menu a:focus span {
        color: #ffffff;
        transform: translate(6px, 0);
        transform: translate3D(6px, 0, 0); }
    .site-header .main-navigation .menu-item-has-children:hover .dropdown-menu, .site-header .main-navigation .menu-item-has-children:focus .dropdown-menu {
        display: block; }
    .site-header .main-navigation .menu-item-has-children:before {
        content: "";
        position: absolute;
        z-index: 10;
        top: 44%;
        right: -2px;
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #ffd300; } }
@media screen and (max-width: 991px) {
    .site-header {
        z-index: 1000; }
    .site-header .site-branding > .container {
        width: 100%; }
    .site-header .main-navigation > .container {
        width: 100%; }
    .site-header .main-navigation ul {
        clear: both; }
    .site-header .link-pro {
        display: none !important; }
    .site-header .mobile-link-pro {
        font-size: 1px;
        text-align: center;
        padding: 20px 0;
        border-bottom: solid 1px #666666; }
    .site-header .mobile-link-pro a {
        margin: 15px 0 0;
        min-width: 200px; }
    .site-header .main-navigation {
        width: 320px;
        float: right;
        display: none !important;
        padding-bottom: 30px; }
    .site-header [aria-expanded="true"] {
        display: block !important; }
    .site-header .top-navigation {
        display: none; }
    .site-header .mobile-display {
        display: block; } }

.site-footer {
    background-color: #2a2b30;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16); }
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer p {
    color: #ffffff; }
.site-footer .container {
    padding: 0; }
.site-footer .agences {
    background-color: #efefef;
    padding: 100px 0; }
.site-footer .agences .col-sm-6 {
    padding: 0; }
.site-footer .agences h2 {
    font-size: 42px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin-top: 0px; }
@media screen and (max-width: 767px) {
    .site-footer .agences h2 {
        font-size: 30px;
        text-shadow: 0 0 0 transparent;
        color: #090f1b; } }
.site-footer .agences .col-adress {
    padding: 0 15px;
    margin-bottom: 30px; }
.site-footer .agences .col-adress h3, .site-footer .agences .col-adress h4 {
    color: #090f1b;
    font-size: 20px;
    line-height: 18px; }
.site-footer .agences .col-adress p {
    color: #525252;
    font-size: 14PX;
    line-height: 18px; }
.site-footer .agences .col-adress:nth-child(odd) {
    clear: both; }
@media (max-width: 520px) {
    .site-footer .agences .col-adress {
        width: 100%;
        text-align: center; } }
@media screen and (max-width: 767px) {
    .site-footer .agences {
        padding: 50px 0; }
    .site-footer .agences .col-sm-6 {
        margin-bottom: 40px; } }
@media screen and (max-width: 991px) {
    .site-footer .agences .col-sm-6:first-child {
        padding: 0 15px; } }
.site-footer #map_wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    margin-right: 8%; }
.site-footer #map_wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 76.31579%; }
.site-footer #map_wrapper > .content, .site-footer #map_wrapper > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
@media screen and (max-width: 991px) {
    .site-footer #map_wrapper {
        margin-right: 0; } }
@media screen and (max-width: 767px) {
    .site-footer #map_wrapper {
        max-width: 540px;
        margin: 20px auto 0; } }
.site-footer #map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.site-footer #map_canvas h3, .site-footer #map_canvas h4, .site-footer #map_canvas p {
    color: #525252;
    text-shadow: none;
    line-height: 22px;
    margin-bottom: 0; }
.site-footer #map_canvas h3, .site-footer #map_canvas h4 {
    font-weight: 600;
}
.site-footer #map_canvas p {
    font-size: 13px;
    text-transform: initial; }
.site-footer .footer-container {
    padding: 40px 0;
    border-bottom: 1px solid #979797; }
.site-footer .footer-container .col-md-3 {
    margin-bottom: 20px; }
.site-footer .footer-container a {
    color: #e1e1e1;
    text-align: left;
    padding: 3px 10px;
    display: block; }
@media screen and (max-width: 767px) {
    .site-footer .footer-container a {
        text-align: center; }
    .site-footer .footer-container a img {
        display: inline-block; }
    .site-footer .footer-container a:not(.logo-footer):hover, .site-footer .footer-container a:focus {
        transform: translate(0, 0);
        transform: translate3D(0, 0, 0); } }
.site-footer .footer-container a:not(.logo-footer):hover, .site-footer .footer-container a:focus {
    background-color: transparent;
    color: #ffffff;
    transform: translate(6px, 0);
    transform: translate3D(6px, 0, 0); }
.site-footer .mention {
    color: #848795;
    font-size: 11px;
    letter-spacing: 1.6px;
    font-family: "source_sans_pro", sans-serif;
    text-align: center; }
.site-footer .mention span, .site-footer .mention a {
    line-height: 60px; }
.site-footer .mention a {
    color: #848795; }
.site-footer .mention a:hover, .site-footer .mention a:focus {
    color: #ffffff; }

article .bloc-text {
    padding-bottom: 10px; }
@media screen and (max-width: 767px) {
    article .bloc-text .vc_btn3-container {
        width: 100%;
        text-align: center; } }

.bloc-pagination {
    padding-top: 40px;
    padding-bottom: 80px; }
.bloc-pagination .col-sm-6 {
    padding: 0; }
.bloc-pagination .col-md-4 {
    margin-bottom: 15px; }
@media screen and (min-width: 992px) {
    .bloc-pagination .col-md-4 {
        padding-right: 0; } }
.bloc-pagination a {
    padding: 13px 10px;
    font-size: 12px;
    border: 1px solid #ffd300;
    max-width: 290px;
    margin: 0 auto; }
.bloc-pagination a:hover, .bloc-pagination a:focus {
    background-color: #ffd300; }

.page-contact .form-group {
    margin-bottom: 30px !important; }

.page-contact .contact-address {
    margin-top: 40px; }
.page-contact .contact-address a {
    color: #0031a8; }

.page-contact .hentry .container {
    width: 100%; }

.page-contact .hentry h2 {
    font-size: 20px;
    line-height: 24px; }
.page-contact .hentry h2:after {
    display: none; }

@media screen and (max-width: 991px) {
    .page-contact .col-md-8 {
        padding: 0; } }

.page-contact .control-label, .page-contact .form-control {
    width: 100%;
    font-weight: 400; }

.page-contact .control-label {
    margin-bottom: 8px; }

.page-contact .form-control {
    height: 40px;
    line-height: 36px;
    border: 1px solid #d2d2d2;
    transition: all 0.3s ease;
    padding: 0 5px;
    box-shadow: none;
    border-radius: 0; }
.page-contact .form-control:hover, .page-contact .form-control:focus {
    border-color: #ffd300; }

.page-contact .form-group ul:after {
    content: none; }

.page-contact .form-group p textarea {
    margin-bottom: -3px;
    border-color: #d2d2d2; }
.page-contact .form-group p textarea:hover, .page-contact .form-group p textarea:focus {
    border-color: #ffd300; }

.page-contact .btn-yellow, .page-contact .btn-banner a, .btn-banner .page-contact a, .page-contact .hentry .btn-more, .hentry .page-contact .btn-more {
    width: auto;
    padding: 8px 30px 7px;
    text-transform: uppercase;
    font-weight: 700; }
@media screen and (min-width: 480px) {
    .page-contact .btn-yellow, .page-contact .btn-banner a, .btn-banner .page-contact a, .page-contact .hentry .btn-more, .hentry .page-contact .btn-more {
        float: left; } }
.page-contact .btn-yellow:hover, .page-contact .btn-banner a:hover, .btn-banner .page-contact a:hover, .page-contact .hentry .btn-more:hover, .hentry .page-contact .btn-more:hover, .page-contact .btn-yellow:focus, .page-contact .btn-banner a:focus, .btn-banner .page-contact a:focus, .page-contact .hentry .btn-more:focus, .hentry .page-contact .btn-more:focus {
    background-color: #ffffff; }

.page-contact .contact-people h3 {
    margin-bottom: 0; }

.page-contact .contact-people a {
    color: #525252; }

.page-contact .selectric {
    background: #ffffff; }
.page-contact .selectric .label {
    line-height: 38px;
    height: 38px;
    background: #ffffff; }
.page-contact .selectric .button {
    background: #ffffff; }
.page-contact .selectric:hover, .page-contact .selectric:focus {
    border-color: #ffd300; }

.page-contact .focus-jfilestyle label {
    width: 100%; }

.page-contact .bxslider-wrapper {
    max-width: 480px; }
@media screen and (min-width: 992px) {
    .page-contact .bxslider-wrapper {
        max-width: 370px;
        margin: 0; } }

.page-pro .p-title {
    padding-bottom: 40px; }
.page-pro .p-title h1 {
    font-size: 16px;
    line-height: 24px; }

.page-pro h2 {
    font-size: 36px;
    line-height: 40px;
    color: #090f1b;
    letter-spacing: 0.4px; }

.page-pro .bloc-link {
    margin-bottom: 40px; }
.page-pro .bloc-link .wpb_wrapper {
    border: 1px solid #9b9b9b;
    padding: 40px; }
.page-pro .bloc-link p {
    color: #0031a8;
    text-transform: uppercase; }
.page-pro .bloc-link .col-sm-6 {
    margin-bottom: 40px; }

.bloc-emploi .fullwidth:nth-child(n+2) {
    padding-top: 64px; }

.bloc-emploi .fullwidth.hs_samse hr {
    margin-bottom: 44px; }

.bloc-emploi .fullwidth iframe {
    width: 100% !important;
    height: 500px !important; }

.fullwidth table {
    width: 100%; }
.fullwidth table tr {
    border-bottom: solid 1px rgba(0, 0, 0, 0.25); }
.fullwidth table tr:nth-child(1) {
    border-bottom: solid 3px #2264ff; }
.fullwidth table tr th, .fullwidth table tr td {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem; }
.fullwidth table tr th {
    font-size: 20px; }
.fullwidth table tr a {
    color: #0031a8;
    cursor: pointer;
    transform: translate(0, 0);
    transform: translate3D(0, 0, 0);
    transition: all 0.3s ease; }
.fullwidth table tr a:hover, .fullwidth table tr a:focus {
    color: #090f1b; }

.fullwidth .hs_pagination {
    font-weight: 800;
    padding-top: 2rem;
    text-transform: uppercase;
    color: #090f1b;
    font-size: 1.25rem; }
.fullwidth .hs_pagination a {
    border: solid 1px #ffd300;
    padding: 1rem 1.25rem;
    margin: 0 1rem;
    color: #090f1b; }
.fullwidth .hs_pagination a:hover {
    background: #ffd300; }
.fullwidth .hs_pagination a.not_active {
    border: solid 1px #525252;
    color: #525252;
    background: transparent;
    opacity: 0.25; }

.fullwidth .btn-samse {
    padding: 13px 22px;
    font-size: 15px;
    background-color: #ffd300;
    border-radius: 0;
    border: 1px solid #ffd300;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #090f1b;
    cursor: pointer; }
.fullwidth .btn-samse span {
    color: #2a2b30 !important;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease; }
.fullwidth .btn-samse:hover, .fullwidth .btn-samse:focus {
    background-color: transparent !important; }

.bloc-emploi.crumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0; }

.bloc-emploi.p-title h1 {
    font-size: 46px;
    font-weight: 700;
    font-family: "work_sans", sans-serif;
    line-height: 46px;
    color: #090f1b;
    margin-top: 0;
    text-transform: uppercase; }

.bloc-emploi.bloc h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: "work_sans", sans-serif;
    color: #0033ac;
    letter-spacing: 0.4px;
    margin-top: 0;
    text-transform: uppercase; }

.bloc-emploi.bloc .return {
    display: inline-block;
    padding: 13px 22px;
    font-size: 15px;
    background-color: #ffd300;
    border-radius: 0;
    border: 1px solid #ffd300;
    margin: 16px 0;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #2a2b30 !important;
    transition: all 0.3s ease; }
.bloc-emploi.bloc .return:hover, .bloc-emploi.bloc .return:focus {
    background-color: transparent !important; }

.bloc-emploi.bloc .center {
    text-align: left; }
.bloc-emploi.bloc .center .btn {
    background-color: #ffd300;
    color: #2a2b30;
    opacity: 1; }

.lien-samse {
    text-align: center;
    padding-top: 32px; }

/* ––– bloc ––– */
/* ––– base Visual composer ––– */
.hentry .wpb_column {
    padding: 0; }

.hentry .wpb_content_element {
    margin-bottom: 30px; }
.hentry .wpb_content_element:last-child {
    margin-bottom: 0; }

.hentry .title .wpb_wrapper {
    position: relative; }

.hentry .title h2 {
    padding-bottom: 20px !important; }
.hentry .title h2:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 190px;
    height: 3px;
    background-color: #2264ff; }

.hentry .btn-more:hover, .hentry .btn-more:focus {
    background-color: transparent; }

.container {
    padding: 0; }

.row {
    margin: 0; }

/* ––– Bloc général ––– */
.bloc {
    padding: 100px 0;
    margin: 0 auto; }
.bloc h2, .bloc h3, .bloc h4 {
    margin-bottom: 25px; }
@media screen and (max-width: 991px) {
    .bloc h2, .bloc h3, .bloc h4 {
        margin-bottom: 20px; } }
.bloc p {
    margin-bottom: 20px; }
@media screen and (max-width: 991px) {
    .bloc p {
        margin-bottom: 15px; } }
.bloc ol, .bloc ul {
    position: relative;
    margin-bottom: 20px; }
.bloc ol:after, .bloc ul:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: #ffe78c; }
.bloc ol li, .bloc ul li {
    font-weight: 500; }
@media screen and (max-width: 1199px) {
    .bloc {
        padding: 85px 0; } }
@media screen and (max-width: 767px) {
    .bloc {
        padding: 50px 0; } }

.bloc + .bloc {
    margin-top: 0; }

.crumb {
    padding: 60px 0 20px; }
@media screen and (max-width: 767px) {
    .crumb {
        padding: 40px 0 0; } }

.p-title {
    padding: 70px 0; }
@media screen and (max-width: 767px) {
    .p-title {
        padding: 40px 0; } }
.p-title h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0; }
@media screen and (max-width: 1199px) {
    .p-title h1 {
        font-size: 32px;
        line-height: 34px; } }
@media screen and (max-width: 767px) {
    .p-title h1 {
        font-size: 26px;
        line-height: 28px; } }

.crumb + .p-title {
    padding-top: 0px; }

.wp-pagenavi {
    padding: 0 15px; }
.wp-pagenavi a, .wp-pagenavi span {
    position: relative;
    font-size: 20px;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 8px; }
.wp-pagenavi a:after, .wp-pagenavi span:after {
    content: "-";
    font-weight: 400;
    position: absolute;
    right: -8px;
    line-height: 22px; }
.wp-pagenavi a:first-child, .wp-pagenavi a:last-child, .wp-pagenavi span:first-child, .wp-pagenavi span:last-child {
    padding: 3px;
    padding-left: 8px; }
.wp-pagenavi a:first-child:after, .wp-pagenavi a:last-child:after, .wp-pagenavi span:first-child:after, .wp-pagenavi span:last-child:after {
    content: ""; }

/* ––– Bloc bandeaux ––– */
.bloc-banner {
    position: relative;
    background-color: #2a2b30;
    min-height: 200px;
    overflow: hidden;
    margin: 0; }
.bloc-banner .container {
    width: 100%; }
.bloc-banner .wpb_single_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
.bloc-banner .wpb_single_image .vc_figure, .bloc-banner .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
    width: 100%; }
.bloc-banner .wpb_single_image img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    opacity: 0.24; }
.bloc-banner .wpb_text_column {
    position: relative;
    text-align: center;
    z-index: 10;
    padding: 90px 30px 0;
    max-width: 860px;
    color: #ffffff;
    margin: 0 auto; }
.bloc-banner .wpb_text_column h2, .bloc-banner .wpb_text_column h3, .bloc-banner .wpb_text_column h4, .bloc-banner .wpb_text_column h5, .bloc-banner .wpb_text_column p {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0; }
.bloc-banner .wpb_text_column h2, .bloc-banner .wpb_text_column h3 {
    font-size: 36px;
    line-height: 40px; }
@media screen and (max-width: 767px) {
    .bloc-banner .wpb_text_column {
        padding: 90px 15px 0; }
    .bloc-banner .wpb_text_column h2, .bloc-banner .wpb_text_column h3 {
        font-size: 28px;
        line-height: 32px; } }
.bloc-banner .vc_btn3-container {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0); }
.bloc-banner .vc_btn3-container .btn {
    margin-top: 15px; }
.bloc-banner .wpb_text_column + .wpb_text_column {
    padding: 90px 30px 0; }
.bloc-banner .wpb_text_column + .vc_btn3-container {
    margin-bottom: 90px; }
.bloc-banner .wpb_text_column:last-child {
    padding-bottom: 90px; }

/* ––– Bloc colonne ––– */
.bloc-column {
    text-align: center; }
.bloc-column .title h2:after {
    margin: 0 auto; }
.bloc-column .mat-height .vc_btn3-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
.bloc-column .mat-height > div > .wpb_wrapper {
    padding-bottom: 70px; }
.bloc-column .col-title {
    padding-top: 10px;
    margin-bottom: 10px; }
.bloc-column h3 {
    letter-spacing: 0; }
.bloc-column .wpb_single_image {
    text-align: center;
    margin-bottom: 30px; }
.bloc-column .vc_figure {
    background-image: url(img/default-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    width: 72%;
    margin: 0 auto; }
.bloc-column .vc_figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 100%; }
.bloc-column .vc_figure > .content, .bloc-column .vc_figure > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.bloc-column .vc_figure > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.bloc-column .vc_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.bloc-column .wpb_text_column + .wpb_row {
    padding-top: 15px; }
.bloc-column.col-actu .wpb_column {
    padding: 0px; }
@media screen and (max-width: 767px) {
    .bloc-column.col-actu .wpb_column {
        margin-bottom: 30px; } }
@media screen and (min-width: 768px) {
    .bloc-column.col-actu .wpb_single_image {
        margin: 0px; }
    .bloc-column.col-actu .vc_figure {
        padding: 0;
        width: 100%; }
    .bloc-column.col-actu .wpb_text_column {
        text-align: left; } }
.bloc-column.col-actu h3 {
    margin-bottom: 10px; }
.bloc-column.col-actu .btn-wrapper {
    clear: both;
    padding-top: 15px; }
.bloc-column.col-actu .btn {
    border: 1px solid #525252; }
.bloc-column.col-actu .btn:hover, .bloc-column.col-actu .btn:focus {
    border: 1px solid #ffd300;
    background-color: #ffd300; }
.bloc-column.col-actu .btn:hover.btn-yellow, .bloc-column.col-actu .btn-banner a.btn:hover, .btn-banner .bloc-column.col-actu a.btn:hover, .bloc-column.col-actu .hentry .btn.btn-more:hover, .hentry .bloc-column.col-actu .btn.btn-more:hover, .bloc-column.col-actu .btn:focus.btn-yellow, .bloc-column.col-actu .btn-banner a.btn:focus, .btn-banner .bloc-column.col-actu a.btn:focus, .bloc-column.col-actu .hentry .btn.btn-more:focus, .hentry .bloc-column.col-actu .btn.btn-more:focus {
    background-color: transparent; }
.bloc-column.col-actu .btn.btn-yellow, .bloc-column.col-actu .btn-banner a.btn, .btn-banner .bloc-column.col-actu a.btn, .bloc-column.col-actu .hentry .btn.btn-more, .hentry .bloc-column.col-actu .btn.btn-more {
    border: 1px solid #ffd300; }

/* ––– Bloc vignette d'images en grilles ––– */
.bloc-link-grid .col-sm-4 {
    padding: 0;
    position: relative;
    overflow: hidden; }
.bloc-link-grid .col-sm-4:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 100%; }
.bloc-link-grid .col-sm-4 > .content, .bloc-link-grid .col-sm-4 > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.bloc-link-grid .bg_figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2b30; }

.bloc-link-grid .bg_figure img {
    width: 100%;
    height: 100%;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.3s ease; }

.bloc-link-grid .wrapper_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
    width: 75%;
    background-color: #ffffff;
    padding: 20px 15px;
    text-align: center; }
.bloc-link-grid .wrapper_content img {
    width: 122px;
    height: auto;
    margin: 10px 0; }
@media screen and (max-width: 991px) {
    .bloc-link-grid .wrapper_content {
        width: 82%;
        padding: 10px; } }

.bloc-link-grid h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #090f1b;
    margin: 10px 0; }
@media screen and (max-width: 1199px) {
    .bloc-link-grid h3 {
        font-size: 24px;
        line-height: 26px; } }
@media screen and (max-width: 991px) {
    .bloc-link-grid h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 5px 0 10px; } }

.bloc-link-grid .c-bar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px; }

.bloc-link-grid a:hover .bg_figure img, .bloc-link-grid a:focus .bg_figure img {
    transform: scale3d(1, 1, 1);
    opacity: 0.6; }

@media screen and (max-width: 767px) {
    .bloc-link-grid {
        padding: 0; } }

@media screen and (max-width: 540px) {
    .bloc-link-grid .col-xs-6 {
        width: 100%; } }

/* ––– Bloc image et texte ––– */
.bloc-text .vc_figure, .bloc-text .vc_single_image-wrapper {
    width: 100%; }

.bloc-text .wpb_single_image {
    margin: 0 auto; }
@media screen and (max-width: 767px) {
    .bloc-text .wpb_single_image {
        max-width: 480px;
        max-height: 480px;
        margin-bottom: 40px !important; } }

.bloc-text .wpb_video_widget {
    margin: 0 auto; }
@media screen and (max-width: 767px) {
    .bloc-text .wpb_video_widget {
        margin-bottom: 40px !important; } }

@media screen and (max-width: 1199px) {
    .bloc-text h2 {
        font-size: 38px;
        line-height: 38px; } }

@media screen and (max-width: 991px) {
    .bloc-text h2 {
        font-size: 36px;
        line-height: 36px; } }

@media screen and (max-width: 767px) {
    .bloc-text h2 {
        font-size: 28px;
        line-height: 28px; } }

.bloc-text img {
    width: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.18); }

@media screen and (min-width: 768px) {
    .bloc-text .vc_figure {
        padding-right: 2%; } }

@media screen and (min-width: 992px) {
    .bloc-text .vc_figure {
        padding-right: 6%; } }

@media screen and (min-width: 1200px) {
    .bloc-text .wpb_video_widget {
        padding-right: 20px; }
    .bloc-text .wpb_single_image {
        text-align: center; }
    .bloc-text .wpb_single_image img {
        width: 90%; } }

.page-activity .bloc-text .col-sm-4 {
    text-align: center;
    margin-bottom: 40px; }
.page-activity .bloc-text .col-sm-4 figure {
    margin: 0 auto;
    max-width: 480px; }

.page-activity .bloc-text .sur-titre {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0 15px; }

.page-activity .bloc-text .logo-domain {
    padding: 0px 40px 20px; }

.page-activity .bloc-text img {
    box-shadow: 0px 0px 0px 0px transparent; }

.page-activity .bloc-text h1 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 15px; }
@media screen and (max-width: 767px) {
    .page-activity .bloc-text h1 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 10px; } }

.page-activity .bloc-text h2 {
    font-size: 25px;
    line-height: 26px; }

@media screen and (min-width: 480px) {
    .page-activity .bloc-text .sur-titre {
        padding: 0 15px; }
    .page-activity .bloc-text .col-sm-8 {
        padding-left: 6%; } }

.bloc-text-home {
    background-color: #efefef; }
.bloc-text-home .col-sm-7 {
    padding-right: 3%; }
.bloc-text-home .col-sm-5 {
    padding-left: 3%; }
.bloc-text-home .btn {
    padding: 13px 40px; }
.bloc-text-home figure {
    position: relative;
    overflow: hidden; }
.bloc-text-home figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 100%; }
.bloc-text-home figure > .content, .bloc-text-home figure > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.bloc-text-home figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
@media screen and (max-width: 767px) {
    .bloc-text-home .col-sm-7 {
        padding-right: 15px; }
    .bloc-text-home .col-sm-5 {
        padding: 0px 0 40px; }
    .bloc-text-home .col-sm-5 figure {
        width: 320px;
        margin: 0 auto; } }

.page-realisation .bloc-text-home .col-sm-7 {
    padding-right: 0; }

.page-realisation .bloc-text-home .col-sm-5 {
    padding-left: 0; }

/* ––– Bloc horizontal icon ––– */
.bloc-icon {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    margin: 0;
    text-align: center; }
.bloc-icon .vc_single_image-wrapper {
    padding: 10px 0;
    height: 110px; }
.bloc-icon .vc_single_image-wrapper img {
    height: 100%;
    width: auto; }
.bloc-icon .wpb_text_column {
    max-width: 400px;
    margin: 0 auto; }
.bloc-icon h3 {
    font-size: 18px;
    font-weight: 700;
    color: #090f1b;
    margin: 20px 0 10px;
    min-height: 38px; }
@media screen and (max-width: 991px) {
    .bloc-icon .col-sm-3 {
        width: 50%;
        float: left; } }
@media screen and (max-width: 767px) {
    .bloc-icon .col-sm-3 {
        width: 100%; } }

.page-fournisseur .bloc-icon .vc_single_image-wrapper {
    padding: 10px 0;
    height: auto;
    width: 100%; }
.page-fournisseur .bloc-icon .vc_single_image-wrapper img {
    width: 100%; }

.page-fournisseur .bloc-icon span {
    text-transform: uppercase;
    font-weight: 700;
    color: #090f1b;
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    transition: transform 0.25s ease;
    padding: 10px 0; }

.page-fournisseur .bloc-icon a:hover span, .page-fournisseur .bloc-icon a:focus span {
    transform: translate(0, -5px);
    transform: translate3d(0, -5px, 0); }

.bloc-stat {
    text-align: center; }
.bloc-stat .wpb_column {
    padding: 30px 0; }
.bloc-stat .wpb_column:after {
    content: "";
    position: absolute;
    background-color: #0031a8;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%; }
.bloc-stat .wpb_column:last-child:after {
    content: none; }
@media screen and (max-width: 991px) {
    .bloc-stat .wpb_column span {
        padding-bottom: 20px; } }
@media screen and (max-width: 767px) {
    .bloc-stat .wpb_column:after {
        content: "";
        position: absolute;
        background-color: #0031a8;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 197px;
        height: 2px;
        margin: 0 auto; } }
.bloc-stat span, .bloc-stat p {
    font-weight: 700; }
.bloc-stat span {
    font-size: 68px;
    line-height: 78px;
    display: block;
    letter-spacing: 0.3; }
.bloc-stat p {
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase; }
@media screen and (max-width: 991px) {
    .bloc-stat span {
        font-size: 50px;
        line-height: 56px; }
    .bloc-stat p {
        font-size: 18px; } }

/* ––– Bloc vignette ––– */
.bloc-thumbs > .container > .row {
    margin: 0; }
.bloc-thumbs > .container > .row > .wpb_text_column {
    padding: 0 15px; }
.bloc-thumbs > .container > .row > .wpb_text_column h2 {
    font-size: 36px;
    line-height: 40px; }

.bloc-thumbs .cat-select {
    margin-bottom: 30px; }

.bloc-thumbs .col-sm-4, .bloc-thumbs .col-sm-6 {
    text-align: center;
    margin-bottom: 40px; }
.bloc-thumbs .col-sm-4 .vc_column-inner, .bloc-thumbs .col-sm-6 .vc_column-inner {
    display: block;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
    padding: 0;
    padding-bottom: 50px; }
.bloc-thumbs .col-sm-4 .vc_column-inner:hover, .bloc-thumbs .col-sm-4 .vc_column-inner:focus, .bloc-thumbs .col-sm-6 .vc_column-inner:hover, .bloc-thumbs .col-sm-6 .vc_column-inner:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
.bloc-thumbs .col-sm-4 .wpb_text_column, .bloc-thumbs .col-sm-6 .wpb_text_column {
    position: relative;
    margin-bottom: 40px; }
.bloc-thumbs .col-sm-4 .vc_figure, .bloc-thumbs .col-sm-6 .vc_figure {
    background-image: url(img/default-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: block; }
.bloc-thumbs .col-sm-4 .vc_figure:before, .bloc-thumbs .col-sm-6 .vc_figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 70.12987%; }
.bloc-thumbs .col-sm-4 .vc_figure > .content, .bloc-thumbs .col-sm-4 .vc_figure > .wrapper, .bloc-thumbs .col-sm-6 .vc_figure > .content, .bloc-thumbs .col-sm-6 .vc_figure > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.bloc-thumbs .col-sm-4 .thumb-term, .bloc-thumbs .col-sm-6 .thumb-term {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #525252;
    border: 1px solid #979797;
    text-transform: uppercase;
    padding: 8px 10px 6px;
    display: inline-block; }
.bloc-thumbs .col-sm-4 img, .bloc-thumbs .col-sm-6 img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: translate(0, -50%); }
.bloc-thumbs .col-sm-4 h3, .bloc-thumbs .col-sm-6 h3 {
    margin-top: 30px;
    padding: 0 8%;
    line-height: 22px;
    margin-bottom: 12px; }
.bloc-thumbs .col-sm-4 p, .bloc-thumbs .col-sm-6 p {
    font-size: 14px;
    padding: 0 6%;
    margin-bottom: 15px !important; }
.bloc-thumbs .col-sm-4 .wrapper-btn, .bloc-thumbs .col-sm-6 .wrapper-btn {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #ffffff; }
.bloc-thumbs .col-sm-4 .wrapper-btn span, .bloc-thumbs .col-sm-6 .wrapper-btn span {
    padding: 13px 18px;
    border: 1px solid #ffd300;
    transition: all 0.3s ease; }
.bloc-thumbs .col-sm-4 .wrapper-btn:hover span, .bloc-thumbs .col-sm-4 .wrapper-btn:focus span, .bloc-thumbs .col-sm-6 .wrapper-btn:hover span, .bloc-thumbs .col-sm-6 .wrapper-btn:focus span {
    background-color: #ffd300; }

.page-activity .bloc-thumbs .vc_column-inner {
    padding-bottom: 15px; }

.breadcrumb {
    background-color: transparent;
    padding: 0; }
.breadcrumb span, .breadcrumb a {
    color: #090f1b;
    text-transform: uppercase; }

/* ––– Libs ––– */
textarea {
    width: 100%;
    max-width: 100%; }

.wpcf7-form label {
    cursor: pointer; }

.wpcf7-form .radio label,
.wpcf7-form .checkbox label {
    font-weight: bold; }

span.wpcf7-not-valid-tip {
    color: #d9534f;
    display: block;
    margin-top: 5px; }

.wpcf7-not-valid {
    border-color: #d9534f; }

div.wpcf7-response-output {
    margin: 0 0 30px;
    padding: 12px 15px; }

div.wpcf7-validation-errors {
    border-color: #d9534f;
    background-color: #d9534f;
    color: #fff; }

div.wpcf7-mail-sent-ok {
    border-color: #5cb85c;
    background-color: #5cb85c;
    color: #fff; }

@media (min-width: 992px) and (max-width: 1199px) {
    div.wpcf7-response-output {
        font-size: 13px; } }

.btn-menu {
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: translate(0%, -50%); }

.btn-menu span,
.btn-menu span:before,
.btn-menu span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: ''; }

.btn-menu span:before {
    top: -10px; }

.btn-menu span:after {
    top: 10px; }

.btn-menu span,
.btn-menu span:before,
.btn-menu span:after {
    transition: all 0.25s ease-in-out; }

.btn-menu[aria-expanded="true"] span {
    background-color: transparent; }

.btn-menu[aria-expanded="true"] span:before,
.btn-menu[aria-expanded="true"] span:after {
    top: 0; }

.btn-menu[aria-expanded="true"] span:before {
    transform: rotate(135deg); }

.btn-menu[aria-expanded="true"] span:after {
    transform: rotate(-135deg); }

/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/* ––– Mixins ––– */
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1; }

.bx-wrapper img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.hentry .bxslider-single {
    margin-bottom: 0; }
.hentry .bxslider-single li {
    padding-left: 0;
    padding-bottom: 0; }
.hentry .bxslider-single li:before {
    content: none; }

.container-fluid .col-sm-12 .slider {
    margin-left: -15px;
    margin-right: -15px; }
.container-fluid .col-sm-12 .slider:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    height: auto !important;
    background-color: #181B20;
    /*fix other elements on the page moving (on Chrome)*/
    transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: left;
    width: auto;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 10px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: transparent;
    color: #525252;
    border: 2px solid #333333;
    border-radius: 50%; }
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    background: transparent;
    color: #fff; }
.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
    font-size: 22px;
    font-weight: 600; }

.bx-wrapper .bx-prev {
    left: 15px; }

.bx-wrapper .bx-next {
    left: auto;
    right: 15px; }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #a2a2a2;
    top: 80%;
    transform: translate(0, -50%);
    transform: translate3d(0, -50%, 0);
    outline: 0;
    z-index: 99;
    text-align: center;
    text-decoration: none; }

.bx-wrapper .bx-controls-direction a.disabled {
    display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(img/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(img/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }

/* ––– Custom CSS ––– */
.bxslider {
    overflow: hidden; }

.head-slider .item {
    position: relative;
    overflow: hidden; }
.head-slider .item:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 35.77778%; }
.head-slider .item > .content, .head-slider .item > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.head-slider .item img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0); }

.head-slider .wrapper-content-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.head-slider .slider-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: rgba(33, 33, 34, 0.72); }

.head-slider .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 280px;
    transform: translate3d(0, 0, 0); }
.head-slider .content-slider .container {
    z-index: 10; }
.head-slider .content-slider p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 48%; }
.head-slider .content-slider p span {
    font-family: "work_sans", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    color: #ffffff;
    line-height: 45px; }
.head-slider .content-slider a {
    font-weight: 700;
    font-size: 15px; }
.head-slider .content-slider a:hover, .head-slider .content-slider a:focus {
    color: #ffffff; }

/* ––– slider des logos  ––– */
.icon-slider-wrapper .bx-wrapper .bx-viewport {
    background-color: transparent; }

.icon-slider-wrapper .item img {
    height: auto;
    width: 100%; }

.icon-slider-wrapper .bx-wrapper .bx-controls-direction a {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.24); }

.icon-slider-wrapper .bx-wrapper .bx-prev {
    left: -1%; }

.icon-slider-wrapper .bx-wrapper .bx-next {
    right: -1%; }

.bxslider-wrapper {
    position: relative;
    margin: 0 auto; }

/* ––– slider des réalisations  ––– */
.real-wrapper {
    max-width: 480px;
    max-height: 480px;
    margin-bottom: 40px;
    overflow: hidden; }
.real-wrapper .item {
    position: relative;
    overflow: hidden; }
.real-wrapper .item:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 0px;
    padding-top: 100%; }
.real-wrapper .item > .content, .real-wrapper .item > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.real-wrapper .item img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0); }

.bx-controls {
    text-align: center; }
.bx-controls .bx-pager {
    background-color: #1f222d;
    padding: 0 5px;
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14) ;
    line-height: 1px;
    display: inline-block;
    transform: translate(-50%, 0);
    transform: translate3D(-50%, 0, 0); }
.bx-controls .bx-pager .bx-pager-item {
    padding: 4px; }
.bx-controls .bx-pager .bx-pager-item a {
    margin: 0 !important;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background: #c3bfb9;
    transition: all 0.3s ease; }
.bx-controls .bx-pager .bx-pager-item a:hover, .bx-controls .bx-pager .bx-pager-item a.active {
    background: #ffffff; }

@media screen and (max-width: 600px) {
    .head-slider .item {
        min-height: 300px; }
    .head-slider .item .content-slider {
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .head-slider .item .container {
        margin: 0 auto; }
    .head-slider .item .container p {
        text-align: center;
        max-width: 320px;
        font-size: 18px; }
    .head-slider .item .container span {
        font-size: 32px;
        line-height: 28px; }
    .head-slider .item .container hr {
        text-align: center;
        display: inherit;
        margin-top: 0px;
        margin-bottom: 4px; }
    .head-slider .item .container > div {
        text-align: center; }
    .head-slider .item .slider-shadow {
        top: auto;
        width: 100%;
        height: 57%; }
    .head-slider .item .btn {
        padding: 10px 20px; } }

@media (max-width: 991px) {
    .item .content-slider {
        padding: 30px 25px; }
    .item .content-slider p span {
        font-size: 35px;
        line-height: 32px; } }

@media (max-width: 767px) {
    .bx-wrapper .bx-controls-direction {
        display: none; }
    .item {
        min-height: 350px; }
    .item:before {
        display: none; }
    .item .content-slider {
        margin: 0;
        padding: 15px 15px 16px; }
    .item .container {
        margin: 0; }
    .head-slider .item::before{
        padding: 0;
    }
    .head-slider .content-slider a{
        font-size: 14px;
    }
    .head-slider .item img {
        /*        width: auto;
                height: 100%; */
        position: relative;
    }
    .head-slider .wrapper-content-slider{
        position: relative;
    }
    .icon-slider-wrapper .item {
        min-height: 100px; } }

@media (min-width: 768px) {
    .bx-wrapper .bx-controls-direction a {
        width: 34px;
        height: 34px;
        line-height: 33px; }
    .bx-wrapper .bx-controls-direction a:before {
        font-size: 16px; }
    .bxslider-single,
    .item {
        overflow: hidden; }
    .head-slider .bxslider-single,
    .head-slider .item {
        height: 368px; }
    .attachment-slide {
        position: absolute;
        left: 50%;
        margin-left: -650px;
        width: 1300px; }
    .bx-controls-direction {
        width: 100%; }
    .real-wrapper {
        margin-bottom: 0px; } }

@media (min-width: 992px) {
    .bx-wrapper .bx-prev {
        left: 2%; }
    .bx-wrapper .bx-next {
        right: 2%; }
    .head-slider .bxslider-single,
    .head-slider .item {
        height: 424px; }
    .attachment-slide {
        left: 50%;
        margin-left: -750px;
        width: 1500px; } }

@media (min-width: 1200px) {
    .bx-wrapper .bx-controls-direction a {
        width: 48px;
        height: 48px;
        line-height: 45px; }
    .bx-wrapper .bx-controls-direction a:before {
        font-size: 22px; }
    .head-slider .bxslider-single,
    .head-slider .item {
        height: auto; }
    .attachment-slide {
        left: 50%;
        margin-left: -910px;
        width: 1820px; } }

@media screen and (min-width: 1430px) {
    .bx-wrapper .bx-prev {
        left: 5%; }
    .bx-wrapper .bx-next {
        right: 5%; } }

@media (max-width: 480px) {
    .item .content-slider {
        text-align: center; } }

.selectric-wrapper {
    position: relative;
    cursor: pointer; }

.selectric-responsive {
    width: 100%; }

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden; }
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none; }

.selectric-focus .selectric {
    border-color: #aaaaaa; }

.selectric-hover .selectric {
    border-color: #c4c4c4; }
.selectric-hover .selectric .button {
    color: #a2a2a2; }
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2; }

.selectric-open {
    z-index: 9999; }
.selectric-open .selectric {
    border-color: #c4c4c4; }
.selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }
.selectric-hide-select select {
    position: absolute;
    left: -100%; }
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0; }

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important; }

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important; }

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px; }
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
.selectric-items li.selected {
    background: #E0E0E0;
    color: #444; }
.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444; }
.selectric-items li:hover {
    background: #D5D5D5;
    color: #444; }
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
.selectric-items .selectric-group li {
    padding-left: 25px; }

/* ====  Custom Selectric  ==== */
.wpb_wrapper > span {
    vertical-align: middle;
    font-weight: 700;
    padding: 10px; }

.selectric-wrapper {
    display: inline-block;
    vertical-align: middle;
    min-width: 100%; }
.selectric-wrapper .selectric {
    transition: all 0.3s ease; }
.selectric-wrapper span {
    font-size: 14px;
    text-transform: uppercase; }
.selectric-wrapper ul:after {
    content: none; }
.selectric-wrapper li {
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease; }
.selectric-wrapper li.highlighted {
    background: rgba(255, 211, 0, 0.55); }
.selectric-wrapper li:hover {
    background: #ffd300; }

.selectric-hover .selectric {
    border: 1px solid #979797; }

.cat-select .selectric-wrapper {
    min-width: 235px; }

/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2017 Markus Vinicius da Silva Lima
 * Version 2.1.0
 * Licensed under the MIT license.
 */
.jfilestyle {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    position: relative;
    border-collapse: separate; }

div.jfilestyle label, div.jfilestyle input {
    font-family: sans-serif; }

div.jfilestyle input {
    border: 1px solid #c0c0c0;
    background: #d9d9d9;
    margin: 0px -5px 0px 0px;
    vertical-align: middle;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0px;
    color: #8d8d8d;
    cursor: default;
    line-height: normal; }

div.jfilestyle label {
    display: inline-block;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    padding: 10px 15px;
    color: #0662ba;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    width: auto;
    border-radius: 0px;
    font-weight: normal; }

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner label:last-child {
    margin-left: -1px; }

div.jfilestyle label[disabled] {
    pointer-events: none;
    opacity: 0.6;
    filter: alpha(opacity=65);
    cursor: not-allowed; }

div.jfilestyle label:hover {
    cursor: pointer;
    opacity: 0.9; }

div.jfilestyle .count-jfilestyle {
    background: #303030;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 12px;
    vertical-align: middle; }

/**
 * THEMES
 */
div.jfilestyle.jfilestyle-theme-blue input {
    /**/ }

div.jfilestyle.jfilestyle-theme-blue label {
    border-color: #438eff;
    background: #438eff;
    color: #fff; }

div.jfilestyle.jfilestyle-theme-green input {
    /**/ }

div.jfilestyle.jfilestyle-theme-green label {
    border-color: #18a063;
    background: #18a063;
    color: #fff; }

div.jfilestyle.jfilestyle-theme-yellow input {
    /**/ }

div.jfilestyle.jfilestyle-theme-yellow label {
    border-color: #e8c821;
    background: #e8c821;
    color: #fff; }

div.jfilestyle.jfilestyle-theme-black input {
    /**/ }

div.jfilestyle.jfilestyle-theme-black label {
    border-color: #424242;
    background: #424242;
    color: #fff; }

div.jfilestyle.jfilestyle-theme-red input {
    /**/ }

div.jfilestyle.jfilestyle-theme-red label {
    border-color: #f33f3f;
    background: #f33f3f;
    color: #fff; }

div.jfilestyle.jfilestyle-theme-purple input {
    /**/ }

div.jfilestyle.jfilestyle-theme-purple label {
    border-color: #873aff;
    background: #873aff;
    color: #fff; }

div.jfilestyle.jfilestyle-theme-asphalt input {
    /**/ }

div.jfilestyle.jfilestyle-theme-asphalt label {
    border-color: #435673;
    background: #435673;
    color: #fff; }

/* ––– Custom style –––*/
div.jfilestyle.jfilestyle-theme-default {
    width: 100%; }

div.jfilestyle.jfilestyle-theme-default label {
    background-color: white;
    border: 1px solid #d2d2d2; }
div.jfilestyle.jfilestyle-theme-default label span {
    font-size: 12px;
    color: #525252; }
div.jfilestyle.jfilestyle-theme-default label:hover, div.jfilestyle.jfilestyle-theme-default label:focus {
    border-color: #ffd300; }
div.jfilestyle.jfilestyle-theme-default label:hover span, div.jfilestyle.jfilestyle-theme-default label:focus span {
    color: #0031a8; }

/*# sourceMappingURL=style.css.map */

/*Formulaire*/

.col-sm-12 label {
    display:inline
}

.wpcf7-form .demi span{
    display:inline-block;
    width: 50%;
    float:left;
    margin:0%;
    padding:5px 10px 10px 10px;
}
.wpcf7-form .plein span{
    display:inline-block;
    width: 100%;
    float:left;
    margin:0%;
    padding:5px 0 10px 10px;
}
.wpcf7-form .demi span:last-child{

    padding-right:0px;
}
.wpcf7-form input, .wpcf7-form .subject, .wpcf7-select {
    width:100%	;
    padding:5px;
}

.wpcf7-form textarea {
    width:100%	;
    padding:5px;
    font-size:13.3333px;

}

.wpcf7-form input[type="submit"] {
    padding: 10px;
    background-color: #0031a8;
    color: #fff !important;
    padding: 10px;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 16px;
    -moz-box-shadow: 0px 2px 5px 0px #000000;
    -webkit-box-shadow: 0px 2px 5px 0px #000000;
    -o-box-shadow: 0px 2px 5px 0px #000000;
    box-shadow: 0px 2px 5px 0px #000000;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=5);
    cursor:pointer;

}

.wpcf7-form input[type="number"], .wpcf7-form input[type="select"], .wpcf7-form input[type="date"] {
    border: 1px solid #bbb;
    color: #4e4e4e!important;
    background-color: #fff;

}

.wpcf7-form input[type="checkbox" i] {
    margin: 7px 3px 3px 7px!important;
}

.wpcf7-form input[type="checkbox"] {
    width: 2%;
    float:left;
    margin-top:5px;

}

.wpcf7-form .acceptance {
    font-size:15px!important;
    padding-top:15px;
    clear:both;
    display:block;
}

.wpcf7-form .acceptance-grpe {
    font-size:15px!important;
    padding-top:0px;
    clear:both;
    display:inline;
}

.wpcf7-form .lien-form {
    font-size:15px!important;
}
.wpcf7-checkbox {
    font-size:13.3333px;
}
span.wpcf7-list-item {
    display: inline!important;
    margin: 0 0 0 0.5em!important;
}
.wpcf7-checkbox span{
    width:100%!important;
}
.wpcf7-form p.submit {
    width: 20%;
    margin-top: 10px;
}


.wpcf7-form .plein.pj, .wpcf7-form .plein#text {
    padding-left:10px!important;
}



.wpcf7-form-control-wrap {
    position:inherit;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    clear:both
}


.wpcf7-form .demi {
    clear:both
}

.wpcf7-form p.nom-champ {
    width:50%;
    float:left;
    color:#000;
    font-size:17px;
    padding-left:10px;
    padding-bottom:0px
}



.wpcf7-form .donnees {
    font-size:13px;
    line-height: 15px;
}


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

    .wpcf7-form input[type="checkbox"] {
        width: 10%;


    }
    .wpcf7-form p.submit {
        width: 50%;
        margin-top: 10px;
    }

}

.wpcf7-form .lien_samse a {

    padding-top: 0px!important;
}


/* infos */ 


.infos-c a span {
	color:#F44242!important;
	font-size:18px!important;
}

@media screen and (min-width: 981px) {
 #infos-sticky {
display:none }
}




@media screen and (max-width: 981px) {
#infos-sticky {

position: fixed;
    right: 40%;
    bottom: 0%;
    z-index: 999999; }


}

/*covid*/

.equipement-covid {
	position: fixed;
    display: block;
    right: 0;
    top: auto;
    bottom: 220px;
    z-index: 1000;
    opacity: 1;
    transform: translateX(0)!important;
    transition: all 0.3s ease!important;
}

@media screen and (max-width:1000px) {
	.equipement-covid {
		display:none!important
	}
}

/*Recaptcha*/

.grecaptcha-badge {
	display:none!important
}

/*Vidéos Youtube*/
.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

/*tableaux*/
.table {
	font-size:15px;
	text-align: center;
	    display: block;
    width: 100%;
    overflow-x: auto;
}

.table th, .table td {
    
 
	width: 160px;
  /*  padding-left: 1%;
    padding-right: 1%;}*/
}
thead tr th:nth-child(6), thead tr th:nth-child(7),tbody tr td:nth-child(6), tbody tr td:nth-child(7) {
	display:none
}

tbody tr td:nth-child(2n+1) {
	background:#fff
}

.horaires_matin, .horaires_apresmidi {
	width:100%;
	display:block
}

.page-contact .bloc {
    padding: 40px 0;
   
}

.page-template-contact .p-title {
    padding: 27px 0;
}

/*Offres emploi*/

#samse-annonces-form {
margin: 5% 10%;
	}

#samse-annonces-table {
Width:100%
}

#samse-annonces-table th {
	    padding: 10px!important;

	}


.jobCol {
text-align: left;
	}


/*Footer*/
.legal {
	margin-left:20px
}