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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

html,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

a:focus {
    outline: thin dotted;
}

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

a {
    color: #fe771d;
}

.ca-hover a,
footer a {
    color: #4f514e;
}

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

h2 {
    font-size: 1.7em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

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

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pullcontainer a#pull {
    display: none;
}

header {
    background: #4f514e url(../img/bg-header.jpg) repeat-x top;
}

h2.logo-text {
    font-size: 24px;
    margin: 0;
    padding: 20px 20px;
}

.logo {
    float: left;
    text-align: right;
    height: 68px;
    position: relative;
    color: #fff;
}

.logo-bloc {
    float: left;
    position: absolute;
    top: 0;
    z-index: 1;
}

.logo-bloc img {
    width: 100%;
    max-width: 201px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

@media (max-width:1200px) {
    @media (max-width: 991px) {
        .col-md-6 {
            display: flex;
            min-width: 100%;
            flex-wrap: wrap;
        }
        .gallery .images {
            height: initial!important
        }
    }
    .logo-bloc img {
        width: 80%;
    }
    h1.orange-color {
        margin-top: 30px;
    }
}

@media (max-width:480px) {
    .logo-bloc img {
        width: 48%;
    }
}

.logo-bg {
    background-color: #63c6ae;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 34px;
    width: 50%;
}

.bloc-nav {
    height: 64px;
}

nav {
    float: left;
    margin-top: 5px;
}

nav ul {
    margin: 0;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    display: block;
    padding: 25px 35px 23px 35px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

nav ul li a:hover {
    text-decoration: none;
    background: #fe771d;
    color: #FFF;
}

nav ul li a.active {
    background: #fe771d;
}

nav ul li.menu-top>a {
    display: block;
    padding: 10px;
    text-transform: none;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.02em;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    margin-bottom: 9px;
    margin-left: 10px;
}

nav ul li.menu-top a:hover {
    text-decoration: none;
    background: transparent;
    color: #fe771d;
}

nav ul li.menu-top a.active {
    background: transparent;
}

.navbar-default .navbar-nav>li.menu-top>a {
    color: #4f514e;
}

.navbar-default .navbar-nav>li.menu-top>a:hover,
.navbar-default .navbar-nav>li.menu-top>a:focus,
.navbar-default .navbar-nav>li.menu-top>a.active {
    color: #fe771d;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: none;
}

.navbar-default {
    background-color: transparent;
    border-color: none;
}

.navbar {
    border-radius: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
    background-color: #fe771d;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #fe771d;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #fe771d;
    color: #FFF;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
}

.dropdown-menu {
    background-color: #fe771d;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
}

.dropdown-menu li a,
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    text-transform: initial;
}

.dropdown-menu li a:hover,
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #fe771d;
}

@media (max-width:767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

@media (max-width:480px) {
    .content {
        width: 90%;
        margin: 50px auto;
        padding: 10px;
    }
}

.hero {
    background: linear-gradient(rgba(254, 254, 254, 0.20), rgba(0, 0, 0, 0.20)), url(../img/slider/slide-01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0 8px 0px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 8px 0px -6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 8px 0px -6px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: inline-block;
}

.hero-title {
    float: left;
    width: 60%;
    background-color: #fe771d;
    ;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-transform: none;
}

.hero-title,
.hero-btn {
    margin-top: 40%;
}

.hero-btn {
    max-width: 16.66%;
    margin-left: 10px;
    float: left;
    position: relative;
    border: solid 2px #fe771d;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.hero-btn:hover {
    color: #fe771d;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-content {
    float: left;
    clear: both;
    background-color: #242a2c;
    margin-top: 10px;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
}

.arrow {
    height: 19px;
    width: 100%;
    padding: 0px;
    margin: -18px 0;
    background-image: url('../img/arrowup.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

hr {
    border-top: solid 1px #959292;
}

.carousel {
    text-align: center;
    margin-top: 20px;
}

.av1 {
    height: 88px;
    width: 88px;
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: 0px 0px;
    margin: 10px auto;
    position: relative;
}

.ca-hover:hover .av1 {
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: 0px -88px;
}

.av2 {
    height: 88px;
    width: 88px;
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: -88px 0px;
    margin: 10px auto;
    position: relative;
}

.ca-hover:hover .av2 {
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: -88px -88px;
}

.av3 {
    height: 88px;
    width: 88px;
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: -176px 0px;
    margin: 10px auto;
    position: relative;
}

.ca-hover:hover .av3 {
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: -176px -88px;
}

.av4 {
    height: 88px;
    width: 88px;
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: -264px 0px;
    margin: 10px auto;
    position: relative;
}

.ca-hover:hover .av4 {
    background: url(../img/metiers-sprite.png) no-repeat;
    background-position: -264px -88px;
}

.av5 {
    height: 88px;
    width: 88px;
    background: url(../img/metiers-sprite-2.png) no-repeat;
    background-position: 0px 0px;
    margin: 10px auto;
    position: relative;
}

.ca-hover:hover .av5 {
    background: url(../img/metiers-sprite-2.png) no-repeat;
    background-position: 0px -88px;
}

.av6 {
    height: 88px;
    width: 88px;
    background: url(../img/metiers-sprite-2.png) no-repeat;
    background-position: -88px 0px;
    margin: 10px auto;
    position: relative;
}

.ca-hover:hover .av6 {
    background: url(../img/metiers-sprite-2.png) no-repeat;
    background-position: -88px -88px;
}

.carousel-content {
    margin-top: -20px;
}

.carousel-content h3,
.text-inter h3 {
    color: #515350;
    font-size: 21px;
    padding-top: 5px;
}

.carousel-content p,
.text-inter p {}

.overlay {
    height: 100%;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    opacity: 0;
    border: solid 5px #63c6ae;
}

.overlay:hover {
    opacity: 1;
}

.ca-hover:hover .carousel-content h3 {
    color: #fe771d;
}

.ca-hover:hover .carousel-content p {
    color: #fe771d;
}

.carousel-img img {
    width: 100%;
}

.carousel-content a,
.carousel-content a:hover,
.ca-hover:hover .carousel-content h3,
.ca-hover:hover .carousel-content p {
    text-decoration: none !important;
}

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

.controls li {
    list-style: none;
    display: inline;
}

.pagination.active {
    background-color: #515350;
    border-color: #fff;
    height: 15px;
    width: 15px;
}

.pagination {
    border: 3px solid #c3c9ce;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.pagination:hover {
    border-color: #515350;
}

.text-inter {
    background-color: #f8f9f9;
    padding: 40px 0 40px;
}

.head-inter {
    background-color: #f8f9f9;
    padding: 80px 0 10px;
}

.button.solid-color {
    background-color: white;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fe771d;
    border: solid 2px #fe771d;
}

.button.solid-color:hover {
    background-color: #fe771d;
    color: #FFF;
    text-decoration: none;
}

.button.solid-color2 {
    background-color: #fe771d;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: solid 2px #fe771d;
}

.button.solid-color2:hover {
    background-color: #fff;
    color: #fe771d;
    text-decoration: none;
}

.button.extra-color {
    background-color: #455357;
    padding: 15px 40px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.button.extra-color:hover {
    background-color: #515350;
    text-decoration: none;
}

.button.overlay-bloc {
    background-color: #FFF;
    padding: 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #4f514e;
    margin-right: 0;
    min-width: 35px;
    min-height: 42px;
    display: inline-block;
}

.button.overlay-bloc:hover {
    background-color: #4f514e;
    text-decoration: none;
    color: #fff;
}

.button.actu {
    background-color: transparent;
    border: solid 3px #4f514e;
    padding: 5px 8px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 12px;
    color: #4f514e;
    margin-right: 0;
}

.button.actu:hover {
    border: solid 3px #fe771d;
    text-decoration: none;
    color: #fe771d;
}

.divider {
    height: 25px;
}

.standard-block {
    font-size: 24px;
    color: #fff;
    font-weight: 400 !important;
}

.articles {
    overflow: hidden;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.article-img img {
    width: 100%;
}

.article-img {
    padding-left: 0px;
    padding-right: 0px;
}

.article-img:hover {
    opacity: 1;
}

.article-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}

.loupe_home {
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    right: 10px;
    background-color: #fe771d;
    border-radius: 3px;
    padding: 2px;
}

.article-overlay:hover {
    opacity: 1;
}

.article-overlay:hover::before {
    content: '';
    z-index: 1;
    background-color: rgba(254, 119, 29, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.article-overlay .bloc {
    z-index: 2;
    position: absolute;
    top: 20%;
}

.container-articles {
    border-bottom: 1px solid #333b3e;
}

.laptop-slider {
    text-align: center;
    background-color: #242a2c;
    padding: 125px 0 100px;
    color: #fff;
}

.slideshow,
.quote-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}

.next,
.prev,
.quote-next,
.quote-prev {
    color: #fe771d;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -.75em;
    user-select: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.next:hover,
.prev:hover,
.quote-next:hover,
.quote-prev:hover {
    cursor: pointer;
    color: #4f514e;
}

.next,
.quote-next {
    right: 15px;
}

.prev,
.quote-prev {
    left: 15px;
}

figure {
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
    display: none;
}

figure.show {
    opacity: 1;
    position: absolute;
    position: static;
    transition: 1s opacity;
    display: block;
}

figcaption {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

figcaption a {
    color: #fff;
}

.quote-container {
    background-color: #63c6ae;
    padding: 50px 0;
}

.quote-slideshow {
    height: auto;
}

.quote-slideshow h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
}

.circle {
    background-color: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.circle i {
    margin-top: 6px;
}

.shadow {
    height: 10px;
    background-color: #58b9a1;
}

.habillage-img {
    float: right;
    padding: 10px 0 10px 20px;
}

.logo-habillage {
    max-width: 101px;
    width: 100%;
}

.logo-rge-footer {
    max-width: 85px;
    width: 100%;
    margin-top: 40px;
}

.vign-actu {
    max-width: 314px;
    width: 100%;
    margin-top: 40px;
}

footer {
    background-color: #FFF;
    padding: 50px 0 50px 0;
    color: #576268;
}

footer h2 {
    font-size: 24px;
}

.footer-links li {
    list-style: none;
    font-size: 12px;
}

.footer-links li a {
    color: #fe771d;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

.footer-links li a:hover,
.footer-links li a.active {
    color: #4f514e;
    text-decoration: none;
}

.footer-contact li {
    list-style: none;
    color: #fe771d;
    margin-bottom: 10px;
}

.footer-contact li i {
    padding: 6px;
    width: 25px;
    text-align: center;
    border-radius: 12px;
    background: #fe771d;
    color: #FFF;
    margin-right: 15px;
}

.footer-contact li a {
    color: #4f514e;
    font-weight: 400;
}

.footer-contact li a:hover {
    color: #fe771d;
    text-decoration: none;
}

.banner {
    position: relative;
    overflow: auto;
    width: 100%;
    text-align: center;
    background: #000;
}

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

.banner li {
    list-style: none;
}

div.transbox {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: left;
    margin-left: 15px;
}

.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.banner .dots li.active {
    background: #fff;
    opacity: 1;
}

.separate-title {
    background-color: #fe771d;
}

.separate-footer {
    background-color: #50524f;
    border-top: 5px solid #50524f;
    border-bottom: 5px solid #50524f;
}

.title-separate {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.title-bloc-overlay {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 600;
}

.subtitle-bloc-overlay {
    color: #303434;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle-date {
    color: #8E8E8E;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.text-bloc-overlay {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.title-text-content {
    color: #586166;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.title-actu {
    color: #586166;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
}

.title-rendez-vous-o {
    color: #fe771d;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.title-rendez-vous-g {
    color: #4f514e;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.text-normal {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.orange-color {
    color: #fe771d;
}

.grey-color {
    color: #4f514e;
}

.banner img {
    width: 100%;
}

.banner li {
    position: relative;
}

.banner li>div {
    position: absolute;
    bottom: 20%;
    left: 0;
}

@media (max-width:767px) {
    .banner li>div {
        display: none;
    }
}

.banner .owl-pagination .owl-page {
    display: inline-block;
    margin-left: 5px;
}

.banner .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    background: white;
    display: block;
    border-radius: 50%;
}

.banner .owl-pagination .owl-page.active span {
    background: #fe771d;
}

.banner .owl-controls {
    position: absolute;
    bottom: 10%;
    left: 10px;
}

#owl-blocks .owl-item>div img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-blocks .owl-item>div {
    background: transparent;
    text-align: center;
    padding: 10px;
    margin: 4px;
    color: white;
    font-size: 32px;
    border: 1px white;
}

.wrapper-with-margin {
    margin: 0px 50px;
}

#owl-blocks.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    font-size: 30px;
}

#owl-blocks.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 50%;
    color: #fe771d;
    background: transparent;
}

#owl-blocks.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 50%;
    color: #fe771d;
    background: transparent;
}

#bloc-telephone {
    float: right;
    height: auto;
    right: -15px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.text-phone {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    color: #fe771d;
    margin-top: 10px;
}

.circle-phone {
    text-align: center;
    background-color: #fe771d;
    padding: 6px 8px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
}

.gallery {}

.gallery figure .buttons {
    left: 40%;
}

.portfolio-meta span {
    margin: 5px 10px;
    font-weight: 300;
}

.portfolio-meta span a {
    color: #fff;
}

.portfolio-single {
    padding: 80px 0 20px;
}

.portfolio-single .portfolio-content {
    padding: 40px 0;
}

.single-post {
    padding: 80px 0 20px;
}

.single-post .post-content {
    padding: 40px 0;
}

.single-post .post-content ol li,
.single-post .post-content ul li {
    color: #666;
}

.single-post .media {
    border: 1px solid #dedede;
    padding: 30px 20px;
}

.single-post .media .media-body a {
    color: #0241c4;
    font-size: 12px;
}

.single-post .media .media {
    border: none;
}

.single-post .comments {
    margin-top: 40px;
}

.single-post .post-comment {
    margin-top: 40px;
}

.single-post .post-comment h3 {
    margin-bottom: 15px;
}

.single-post .post-comment .form-control {
    box-shadow: none;
    border-radius: 0;
}

.single-post .post-comment .btn-send {
    background: #0241c4;
    color: #fff;
    border-radius: 0;
}

#bs-navbar-collapse-1>ul:first-child {
    width: 80%;
    float: right;
}

#bs-navbar-collapse-1>ul:first-child li a {
    color: #333;
}

#bs-navbar-collapse-1>ul:first-child>li>a {
    color: #fe771d;
}

#bs-navbar-collapse-1>ul:first-child a:active,
#bs-navbar-collapse-1>ul:first-child a.active {
    color: #4f514e;
}

@media (max-width:1025px) {
    #bs-navbar-collapse-1>ul:first-child a:active,
    #bs-navbar-collapse-1>ul:first-child a.active {
        color: white;
    }
}

#bs-navbar-collapse-1 .text-phone {
    margin-top: 3px;
}

#bs-navbar-collapse-1 #bloc-telephone {
    border-left: 1px solid #fe771d;
    padding-left: 20px;
}

#bs-navbar-collapse-1 .circle-phone {
    text-align: center;
    background-color: #fe771d;
    padding: 9px;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.date_actu {
    text-align: right;
    font-style: italic;
}

ul.thumbnails.liste_actu li a {
    color: #586166;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.contactfooterrow {
    margin-top: 15px;
}

.separate-footer:before {
    border-top: 1px solid #50524f;
}

#capchafooter {
    padding: 0px;
    text-align: -webkit-right;
}

@media (max-width:768px) {
    #capchafooter {
        text-align: -webkit-center;
    }
    #submitfooter {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-default {
        width: 100%;
        text-align: right;
    }
    #bs-navbar-collapse-1>ul:first-child {
        width: 100%;
    }
    #bs-navbar-collapse-1 #bloc-telephone {
        margin-right: 10%;
    }
    .collapse.in {
        overflow-y: overlay !important;
    }
    .navbar-nav>li>.dropdown-menu {
        right: 0;
        left: initial;
    }
    .navbar {
        margin-left: 0 !important;
    }
}

.text-justify ul {
    list-style-position: inside;
}

.article-overlay .clickable {
    color: white;
    background;
    transparent
}

.article-overlay .subtitle-bloc-overlay .clickable {
    color: #303434;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-transform: uppercase;
}

ul {
    list-style-position: inside
}

.button.actu {
    position: relative;
}