/*
Theme Name: Race
Description: Creative One Page WordPress Theme
Version: 1.0
Author: Codepark
Author URI: http://codepark.co/
License URI: http://www.gnu.org/licenses/gpl-3.0.html
License: GNU General Public License version 3.0
Theme URI: http://codepark.co/race/
Tags: white, custom-background, threaded-comments, translation-ready
*/
/****************

  Table of Contents

  00  Common Styles
  01  Preloader
  02  Menu
  03  Topnav
  04  Home
  05  About
  06  Team
  07  Counters
  08  Pricing
  09  Parallax
  10  Services
  11  Portfolio
  12  Testimonials
  13  Clients
  14  Blog Section
  15  Contact
  16  Blog Page
  17  Footer
  18  404 Page
  19  WordPress Core
  20  Media Queries

*****************/
/*
  00
  Common Styles
*/

@font-face {
  font-family: 'nunitoblack';
  src: url('font/nunito-black-webfont.woff2') format('woff2'),
  url('font/nunito-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nunitobold';
  src: url('font/nunito-bold-webfont.woff2') format('woff2'),
  url('font/nunito-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitoextrabold';
  src: url('font/nunito-extrabold-webfont.woff2') format('woff2'),
  url('font/nunito-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitoextralight';
  src: url('font/nunito-extralight-webfont.woff2') format('woff2'),
  url('font/nunito-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitolight';
  src: url('font/nunito-light-webfont.woff2') format('woff2'),
  url('font/nunito-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunitomedium';
  src: url('font/nunito-medium-webfont.woff2') format('woff2'),
  url('font/nunito-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nunitoregular';
  src: url('font/nunito-regular-webfont.woff2') format('woff2'),
  url('font/nunito-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'nunitosemibold';
  src: url('font/nunito-semibold-webfont.woff2') format('woff2'),
  url('font/nunito-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.blog_ressource section {
  border-bottom: 1px solid #555;
}

.lesReferencesBloc .bxslider li {
  text-align: center;
}

.bx-wrapper img {
  margin: auto;
}

.references_intro {
  font-weight: 300;
  font-size: 15px;
  color: #363636;
  margin-top: 35px;
}

.references_contenu {
  font-weight: 700;
  font-size: 15px;
  color: #363636;
  margin-top: 30px;
}

.bx-wrapper .bx-viewport {
  background: none !important;
}

#references, #team {
  background: url('images/site_03.jpg') repeat;
}

#portfolio {
  background-color: #c50471;
}

footer {
  background: #363636 !important;
}

.switchLangReferenceContainer {
  position: absolute;
  right: 2%;
  top: -67px;
}

.hiddenReference {
  position: absolute;
  left: -8000px;
}

.lesReferencesBloc {
  width: 100%;
}

/* la largeur été 500 */

html,
body {
  height: 100%;
}

body {
  color: #363636;
  font-family: 'nunitosemibold', sans-serif;
  font-weight : 400;
}

#wrap {
  height: 100%;
  transition: -webkit-transform, -moz-transform, transform 0.3s ease;
}

#wrap.menu-open {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.btn {
  border: 2px solid;
  border-radius: 0px;
  padding: 8px 24px;
  text-transform: uppercase;
  font-size: 13px;
  transition: all .3s;
  position: relative;
  background-color: transparent;
  z-index: 20;
}

.btn:hover:after {
  width: 100%;
}

.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all .3s;
}

.btn-white {
  border-color: #fff;
  color: #fff;
  font-weight: 700;
}

.btn-white:hover {
  color: #363636;
}

.btn-white:after {
  background-color: #fff;
}

.btn-dark {
  border-color: #363636;
  color: #363636;
  font-weight: 700;
}

.btn-dark:hover {
  color: #fff;
}

.btn-dark:after {
  background-color: #363636;
}

.btn-parent {
  position: relative;
  display: inline-block;
}

.btn-parent:hover:after {
  width: 100%;
  background-color: #363636;
}

.btn-parent:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all .3s;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

p {
  font-family: 'nunitosemibold', sans-serif;
  font-style: normal;
  color: #9B9B9B;
  font-size: 15px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}

section:before,
section:after {
  content: " ";
  display: table;
}

section:after {
  clear: both;
}

section.grey {
  background-color: #f6f6f6;
}

section.grey .title hr:before {
  background-color: #f6f6f6;
}

section.no-padding {
  padding: 0;
}

.title {
  margin-bottom: 35px;
}

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

.title.center hr {
  margin: 20px auto;
}

.title.center p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.title.center p:after {
  margin: 20px auto;
}

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

.title.right p:after {
  margin-right: 0;
  margin-left: auto;
}

.title h2 {
  text-transform: uppercase;
  font-size: 41px;
  margin-bottom: 20px;
  color: #cb954d;
}

.title h3 {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
}

.title p {
  font-size: 20px;
}

#blog .title h2::after {
  background: #cb954d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-left: 48%;
  margin-top: 20px;
  width: 40px;
}

.title hr {
  width: 100px;
  border-top: 2px solid #bbb;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.title hr:before {
  background-color: #c50471 !important;
  color: #fff;
  content: "♦";
  font-size: 21px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: -18px;
  width: 19px;
}

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

.section-content:after {
  clear: both;
}

.vcenter {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.centrize {
  display: table-cell;
  vertical-align: middle;
}

.animated {
  opacity: 0;
}

.visible {
  opacity: 1;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #ddd;
}

dd {
  margin-bottom: 20px;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}

select {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*
  01
  Preloader
*/
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #363636;
  z-index: 10000;
  height: 100%;
}

#mask:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

#rotator {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: #363636;
}

/*
  02
  Menu
*/
#menu {
  position: fixed;
  right: -250px;
  z-index: 2000;
  width: 250px;
  background-color: #363636;
  color: #fff;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}

#menu.open {
  right: 0;
}

#menu nav {
  text-align: center;
}

#menu-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 2px solid #fff;
  padding: 9px 0;
  top: 30px;
  left: -70px;
  cursor: pointer;
  transition: all .5s ease;
}

#menu-toggle span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 3px auto;
  border-radius: 40px;
  transition: all .5s ease;
}

#menu-toggle.active span {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}

#menu-toggle.active span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-toggle.active span:nth-child(2) {
  display: none;
}

#menu-toggle.dark {
  border-color: #9b9b9b;
}

#menu-toggle.dark span {
  background-color: #9b9b9b;
}

#menu-toggle.dark:hover {
  border-color: #4e4e4e;
}

#menu-toggle.dark:hover span {
  background-color: #4e4e4e;
}

#logo {
  margin: 20px auto;
}

#main-menu {
  padding: 50px 0;
}

#main-menu > li > a {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 15px;
  transition: all .3s ease;
}

#main-menu > li > a:hover {
  background-color: #292929;
}

#main-menu > li > a:focus {
  background-color: transparent;
}

#socials {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #292929;
}

#socials > li {
  float: left;
  width: 20%;
}

#socials > li > a {
  text-align: center;
  font-size: 18px;
  color: #9B9B9B;
}

#socials > li > a:hover {
  color: #bf9f88;
  background-color: #222222;
}

.sub-menu {
  display: none;
}

/*
  03
  Topnav
*/
#topnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
  border-radius: 0;
  transition: all .3s ease;
  border: 0;
}

#topnav.scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}

#topnav.scrolled .navbar-nav > li > a {
  color: #7b7b7b;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#topnav.scrolled .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #7b7b7b;
}

#topnav.scrolled .navbar-brand {
  margin-top: 0;
}

#topnav.scrolled .navbar-brand .logo-light {
  display: none;
}

#topnav.scrolled .navbar-brand .logo-dark {
  display: block;
}

#topnav.scrolled .no-menu {
  color: #7B7B7B;
  line-height: 60px;
}

#topnav .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 50px 10px 11px 10px;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  outline: none;
}

#topnav .navbar-nav > li > a:hover {
  background: none;
}

#topnav .navbar-nav > li > a:focus {
  background-color: transparent;
}

#topnav .navbar-nav > li .sub-menu {
  text-align: right;
  border-color: #ECECEC;
  border-radius: 0;
  padding: 0;
  border: 0;
}

#topnav .navbar-nav > li .sub-menu > li > a {
  color: #2b2b2b;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}

#topnav .navbar-nav > li .sub-menu > li > a::first-letter {
  text-transform: uppercase;
}

#topnav .navbar-nav > li .sub-menu > li > a:hover {
  background-color: transparent;
  color: #bf9f88;
}

#topnav .no-menu {
  text-align: right;
  margin: 0;
  color: #fff;
  line-height: 90px;
  transition: all .3s ease;
}

#navigation .navbar-right {
  max-width: 1000px;
}

.navbar-brand {
  height: 60px;
  margin-left: 0px !important;
  margin-top: 35px;
  max-width: 365px;
  padding: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.navbar-brand img {
  max-height: 100%;
}

.logo-dark {
  display: none;
}

.navbar-toggle {
  border-color: #ddd;
  transition: all .3s ease;
  margin-top: 13px;
}

.navbar-toggle:hover {
  background-color: #eee;
}

.navbar-toggle:hover .icon-bar {
  background-color: #aaa;
}

.navbar-toggle .icon-bar {
  background-color: #ddd;
}

/*
  04
  Home
*/
#home-slider {
  margin-bottom: 0;
}

#backgrounds {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

#backgrounds .slides {
  height: 100%;
}

#backgrounds .slides li {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: 0 0;
}

#video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#video-fallback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/pattern.png');
  background-size: cover;
  background-position: center center;
  display: none;
}

#home {
  position: relative;
  height: 100%;
  z-index: 10;
  border: 25px solid #fff;
}

.home-caption {
  display: table;
  height: 100%;
  width: 100%;
}

.home-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.home-content h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
}

.home-content h5 {
  font-size: 20px;
  font-style: italic;
  margin: 15px 0;
  font-family: 'nunitosemibold', sans-serif;
  font-weight: 400;
}

.home-content .btn {
  margin-top: 10px;
}

/*
  05
  About
*/
.img-side {
  padding: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.img-side.img-right {
  right: 0;
}

.img-side.img-left {
  left: 0;
}

.img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.about-box {
  margin-bottom: 25px;
}

.about-box:before,
.about-box:after {
  content: " ";
  display: table;
}

.about-box:after {
  clear: both;
}

.about-box:last-child {
  margin-bottom: 0;
}

.ab-icon {
  width: 15%;
  float: left;
  margin-right: 5%;
  text-align: center;
}

.ab-icon i {
  font-size: 45px;
}

.ab-content {
  float: left;
  width: 80%;
}

.ab-content h4 {
  text-transform: uppercase;
  font-size: 15px;
}

/*
  06
  Team
*/
.member {
  margin: 50px 0;
  text-align: right;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}

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

.member:after {
  clear: both;
}

.member:hover .member-overlay {
  opacity: 1;
  top: 0;
}

.member h4 {
  font-size: 15px;
  margin-top: 0;
}

.member h6 {
  text-transform: uppercase;
  font-size: 17px;
  color: #c50471;
}

.member-avatar {
  position: relative;
  width: 25%;
  float: right;
}

.member-avatar img {
  border-radius: 50%;
}

.member-info {
  padding: 0 15px;
  position: relative;
  width: 71%;
  float: left;
}

.member-overlay {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.8);
  opacity: 0;
  transition: all .3s ease;
}

.member-overlay p {
  color: #fff;
}

.member-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-social > li {
  display: block;
  width: 30px;
  margin: auto;
}

.member-social > li > a {
  color: #fff;
  font-size: 18px;
}

.member-social > li > a:hover {
  text-shadow: 0px 0px 10px #FFF;
}

/*
  07
  Counters
*/
.counter {
  margin: 25px 0;
}

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

.counter:after {
  clear: both;
}

.counter-icon {
  width: 30%;
  text-align: center;
  margin-right: 5%;
  float: left;
  font-size: 50px;
}

.counter-content {
  float: left;
  width: 65%;
}

.counter-content .value {
  display: block;
  font-size: 30px;
}

.counter-content small {
  text-transform: uppercase;
}

/*
  08
  Pricing
*/
.plan {
  padding: 15px;
  background-color: #fff;
  text-align: center;
  margin: 50px auto;
  max-width: 350px;
  position: relative;
  overflow: hidden;
}

.plan.highlight {
  box-shadow: 0 0 6px rgba(54, 54, 54, 0.15);
}

.plan h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.plan hr {
  border-top: 2px solid #bf9f88;
  width: 40px;
}

.plan ul > li {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #9B9B9B;
  border-bottom: 1px solid #ececec;
}

.featured {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 150px;
  top: 25px;
  right: -35px;
  text-align: center;
  padding: 5px 20px;
  background: #BF9F88;
  color: #FFF;
}

.plan-icon {
  font-size: 23px;
  padding: 10px;
  color: #BF9F88;
}

.price {
  padding: 15px;
}

.price span {
  font-size: 40px;
}

.plan-footer {
  padding: 20px;
}

/*
  09
  Parallax
*/
.parallax-section {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.overlay {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay .title {
  color: #fff;
}

/*
  10
  Services
*/
.service {
  text-align: center;
  margin: 50px 0;
  position: relative;
}

.service:hover .service-icon {
  color: #bf9f88;
  border-color: #bf9f88;
}

.service:hover .service-icon:after {
  background-color: #bf9f88;
}

.service:hover .service-content {
  display: block;
}

.service h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.service-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 40px;
  line-height: 110px;
  font-size: 40px;
  border: 2px solid #363636;
  position: relative;
  background-color: #f6f6f6;
  transition: all .3s ease;
}

.service-icon:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 32px;
  left: 50%;
  margin-left: -15px;
  background-color: #363636;
  bottom: -15px;
  border-left: 15px solid #f6f6f6;
  border-right: 15px solid #f6f6f6;
  transition: all .3s ease;
}

.service-tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.service-tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.service-tooltip .tooltip-inner {
  max-width: 260px;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  font-style: italic;
  color: #FFF;
  font-size: 14px;
  font-family: 'nunitosemibold', sans-serif;
  font-weight : 400;
}

.owl-wrapper {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.owl-wrapper.grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 26px;
  background: none;
  border: 2px solid #363636;
  color: #363636;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s ease;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-color: #bf9f88;
  border-color: #bf9f88;
  color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  font-family: "fontello";
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\e846';
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\e847';
}

/*
  11
  Portfolio
*/
#portfolio {
  overflow: hidden;
}

#filters {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  text-align: center;
}

#filters > li {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 13px;
  color: #9B9B9B;
  cursor: pointer;
}

#filters > li:before {
  content: "♦";
  position: absolute;
  left: -5px;
  font-size: 10px;
  line-height: 18px;
  color: #9B9B9B;
}

#filters > li:first-child:before {
  content: none;
}

#filters > li.active {
  color: #bf9f88;
}

.project {
  position: relative;
  width: 33.33333333%;
  float: left;
}

.project:hover .project-overlay {
  opacity: 1;
  border: 10px solid #fff;
}

.project-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(220, 220, 220, 0.86);
  opacity: 0;
  transition: opacity .8s ease, border .4s ease;
  text-align: center;
  color: #fff;
}

.project-overlay p {
  color: #fff;
  font-size: 14px;
  display: none;
}

.project-overlay h4 {
  color: #363636;
  font-size: 20px;
  font-weight: 700 !important;
  margin: 0;
  text-transform: uppercase;
}

.project-overlay .btn {
  border-color: #363636;
  color: #363636;
  margin: 20px 0;
  border: 4px solid #363636;
  padding: 10px 30px;
  font-weight: 700;
}

#project-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}

#project-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#project-modal .modal-dialog {
  width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

#project-modal .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 25px;
}

#project .title p {
  font-size: 15px;
}

#project p {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.project-media {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.project-media .flexslider {
  margin-bottom: 0;
}

.project-media .flexslider:hover .flex-next {
  right: 0;
}

.project-media .flexslider:hover .flex-prev {
  left: 0;
}

.project-media .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

#modal-close {
  color: #ccc;
  font-size: 30px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}

#modal-close:hover {
  color: #bf9f88;
}

.modal-open {
  padding-right: 0 !important;
}

.flex-control-nav {
  position: relative;
  bottom: 0;
  margin: 30px auto 0;
}

.flex-control-paging li a {
  width: 25px;
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #ccc;
}

.flex-control-paging li a:hover {
  background-color: rgba(191, 159, 136, 0.75);
}

.flex-control-paging li a.flex-active {
  background-color: #bf9f88;
}

.flex-direction-nav a {
  background-color: #fff;
  opacity: 0;
  line-height: 40px;
  font-size: 22px;
}

.flex-direction-nav a:before {
  font-family: 'fontello';
  font-size: inherit;
}

.flex-direction-nav a.flex-prev {
  left: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
}

.flex-direction-nav a.flex-prev:before {
  content: '\e846';
}

.flex-direction-nav a.flex-next {
  right: 0;
  text-align: center;
  border-radius: 5px 0 0 5px;
}

.flex-direction-nav a.flex-next:before {
  content: '\e847';
}

.video-container {
  width: 100%;
  position: relative;
  padding: 0;
  padding-bottom: 60%;
}

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

/*
  12
  Testimonials
*/
#testimonials-slider {
  margin-bottom: 0;
}

#testimonials-slider li {
  text-align: center;
}

#testimonials-slider li img {
  width: 150px;
  margin: 20px auto;
  border-radius: 50%;
}

#testimonials-slider li blockquote {
  font-style: italic;
  font-size: 21px;
  padding: 10px 0;
  border: 0;
  margin: 0;
  font-family: 'nunitosemibold', sans-serif;
  font-weight : 400;
}

/*
  13
  Clients
*/
.client {
  margin: 50px 0;
  text-align: center;
}

.client img {
  max-width: 100%;
  max-height: 60px;
}

/*
  14
  Blog Section
*/
.post-preview {
  max-width: 320px;
  margin: 25px auto;
  border: 1px solid #dbdbdb;
}

.post-preview .post-date {
  display: block;
  font-size: 11px;
  color: #BBB;
}

.preview-body {
  padding: 15px 15px 15px 15px;
  text-align: center;
  border: 1px solid #ececec;
  background-color: #fff;
  height: 311px;
}

.preview-body h4 {
  text-transform: uppercase;
  font-size: 15px;
  color: #c50471;
}

.preview-body hr {
  width: 43px;
  border-color: #c50471;
}

.owl-theme .owl-controls .owl-page.active span {
  background-color: #c50471;
}

.owl-theme .owl-controls .owl-page span {
  background-color: #e9aecb;
}

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

/*
  15
  Contact
*/
#map {
  min-height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#contact-form {
  text-align: right;
}

#contact-form p {
  margin-bottom: 25px;
  font-family: inherit;
  font-style: normal;
}

#contact-form .form-group {
  margin-bottom: 25px;
}

#contact-form .form-group.error .form-control {
  border-color: #d95c5c;
}

#contact-form .wpcf7-form-control {
  display: block;
  width: 100%;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 46px;
  padding: 10px 26px;
  line-height: 1.33;
}

#contact-form .form-control,
#contact-form .wpcf7-form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #363636;
  border-radius: 0;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  color: #363636;
}

#contact-form .form-control:focus,
#contact-form .wpcf7-form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #363636;
  border-style: dashed;
}

#contact-form .wpcf7-submit {
  display: inline-block;
}

#contact-form textarea {
  resize: none;
  min-height: 80px;
}

#contact-form .ajax-loader {
  display: none;
}

#contact-form span.wpcf7-form-control-wrap {
  display: block !important;
  text-align: left;
}

#contact-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 12px;
  left: 12px;
  text-indent: -9999px;
  width: 16px;
}

#contact-form span.wpcf7-not-valid-tip:after {
  font-family: 'fontello';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  content: '\e84d';
  color: #D95C5C;
  text-indent: 0;
}

div.wpcf7-validation-errors {
  padding: 15px;
  color: #8A6D3B;
  background-color: #FCF8E3;
  margin: 0 0 20px;
  border: 1px solid #FAEBCC;
  border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
  padding: 15px;
  color: #3C763D;
  background-color: #DFF0D8;
  margin: 0 0 20px;
  border: 1px solid #D6E9C6;
  border-radius: 4px;
}

/*
  16
  Blog Page
*/
#posts {
  overflow: visible;
}

#blog-header {
  height: 500px;
  background-image: url("images/pattern.png");
  background-size: initial;
  background-repeat: repeat;
}

#blog-header.parallax-section {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#blog-posts {
  margin: -200px auto 0;
  background-color: #fff;
  min-height: 600px;
}

#blog-posts .post {
  position: relative;
}

#blog-posts .post.sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#blog-posts .pagination {
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

#blog-posts .pagination:before,
#blog-posts .pagination:after {
  content: " ";
  display: table;
}

#blog-posts .pagination:after {
  clear: both;
}

#blog-posts .pagination > li {
  display: inline-block;
}

#blog-posts .pagination > li > a,
#blog-posts .pagination > li > span {
  color: #363636;
  font-size: 13px;
}

#blog-posts .pagination > li > span.current {
  background: none;
  color: #bf9f88;
}

.sticky-post {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background-color: #363636;
}

.sticky-post p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.no-posts {
  padding: 20px;
  text-align: center;
}

.new-search {
  max-width: 50%;
  margin: auto;
  padding: 20px 0;
}

.post {
  padding-bottom: 50px;
  padding: 25px;
  border-bottom: 1px solid #ececec;
}

.post:last-child {
  border-bottom: 0;
}

.post-thumbnail {
  text-align: center;
  margin-bottom: 15px;
}

.post-thumbnail img {
  width: auto;
  height: auto;
}

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

.post-title h2 {
  text-transform: uppercase;
  font-size: 32px;
}

.post-info {
  font-size: 14px;
}

.post-info:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #363636;
  margin: 20px auto;
}

.post-info span {
  padding: 0 2px;
}

.post-info .dot:before {
  content: "|";
}

.post-body {
  padding: 20px 0;
  font-style: italic;
  color: #9B9B9B;
  font-size: 15px;
  font-family: 'nunitosemibold', sans-serif;
  font-weight : 400;
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  color: #6b6b6b;
}

.post-body p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: normal;
}

.post-body pre,
.post-body code {
  font-style: normal;
}

.gallery-item img {
  border: 0 !important;
  margin-bottom: 15px;
}

.gallery-caption {
  font-size: 13px;
}

.more-link {
  font-style: normal;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: 'nunitosemibold', sans-serif;
  color: #993366;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
}

#single-post .post {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 50px;
}

#single-post .post-body {
  text-align: left;
  padding: 0;
}

.single-post-title {
  text-align: center;
  color: #fff;
}

.single-post-title h2 {
  text-transform: uppercase;
  font-size: 41px;
  margin-bottom: 20px;
}

.single-post-title p {
  color: #fff;
  font-size: 15px;
}

.single-post-title p:after {
  content: none;
}

#comments {
  margin-bottom: 50px;
}

#comments h5 {
  text-transform: uppercase;
  font-size: 13px;
}

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

.comments-list > li {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.comments-list > li.bypostauthor {
  background-color: #fdfdfd;
}

.comments-list > li:before,
.comments-list > li:after {
  content: " ";
  display: table;
}

.comments-list > li:after {
  clear: both;
}

.comments-list .children {
  margin: 15px -15px 0;
  list-style: none;
  border-top: 1px solid #ddd;
  padding-left: 40px;
}

.comments-list .children > li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.comments-list .children > li.bypostauthor {
  background-color: #fdfdfd;
  margin-left: -40px;
  margin-bottom: -15px;
  padding-left: 40px;
}

.comments-list .children > li:last-child {
  border-bottom: 0;
}

.comments-list .children #form-comments {
  border: 0;
}

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

.comment:after {
  clear: both;
}

.comment img {
  margin-top: 10px;
}

.author-avatar img {
  border-radius: 50%;
}

.comment-date {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}

.comment-reply,
.comment-reply-link {
  text-transform: uppercase;
  font-size: 11px;
}

#respond h5 {
  font-size: 13px;
  text-transform: uppercase;
}

#form-comments {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  position: relative;
  text-align: right;
}

#form-comments .form-control {
  font-size: 11px;
  text-transform: uppercase;
}

#form-comments textarea {
  min-height: 120px;
  max-width: 100%;
  resize: none;
}

.logged-in-as {
  text-align: left;
}

.form-double:before,
.form-double:after {
  content: " ";
  display: table;
}

.form-double:after {
  clear: both;
}

.form-double .form-group {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.form-double .form-group.last {
  padding-right: 0;
  padding-left: 5px;
}

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

#submit-btn {
  font-style: normal;
  font-size: 13px;
  font-family: 'nunitosemibold', sans-serif;
  font-weight : 400;
}

.pager > li {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
}

.pager > li.next {
  float: right;
}

.pager > li > a {
  border-radius: 0;
  padding: 5px 8px;
  background-color: transparent;
}

.pager > li > a:hover {
  background-color: transparent;
}

.post-tags {
  margin-top: 15px;
  clear: both;
}

.post-tags > a {
  font-size: 12px;
  padding: 3px 6px;
  border: 1px solid #ccc;
  background-color: transparent;
  margin: 0 4px 4px 0;
  color: #777;
  transition: all .3s ease;
  white-space: nowrap;
  display: inline-block;
  border-radius: 3px;
}

.post-tags > a:hover {
  border-color: #bbb;
  color: #363636;
}

.post-format > a:before {
  font-family: "fontello";
  margin-right: 5px;
  font-style: normal;
  font-size: 0.9em;
}

.post-format.format-audio > a:before {
  content: "\e819";
}

.post-format.format-quote > a:before {
  content: "\e810";
}

.post-format.format-video > a:before {
  content: "\e807";
}

.post-format.format-image > a:before,
.post-format.format-gallery > a:before {
  content: "\e808";
}

.post-format.format-link > a:before {
  content: "\e80a";
}

.wp-audio-shortcode {
  margin-bottom: 15px;
}

blockquote {
  border-color: #363636;
}

#comments-pagination {
  border: 1px solid #ddd;
}

#comments-pagination > .nav-prev {
  border-right: 1px solid #ddd;
  float: left;
}

#comments-pagination > .nav-next {
  border-left: 1px solid #ddd;
  float: right;
}

.widget {
  padding: 0 15px 15px;
  margin-bottom: 15px;
}

.widget h6 {
  text-transform: uppercase;
}

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

.widget ul > li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  color: #9b9b9b;
}

.widget ul > li > a {
  color: #9b9b9b;
}

.widget ul > li > a:hover {
  color: #bf9f88;
}

.widget p {
  margin-bottom: 0;
}

/*
  17
  Footer
*/
footer {
  background-color: #fff;
  padding-top: 43px;
  padding-bottom: 10px;
  position: relative;
}

.copyright {
  text-align: center;
  color: #9B9B9B;
  line-height: 50px;
  margin: 0;
}

.copyright i {
  color: #bf9f88;
}

#footer-social {
  text-align: center;
}

#footer-social > li {
  display: inline-block;
}

#footer-social > li > a {
  display: block;
  width: 43px;
  height: 40px;
  margin: 5px;
  border: 2px solid #ddd;
  color: #fff;
  font-size: 20px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: all .3s ease;
  outline: none;
}

#footer-social > li > a:hover {
  background-color: #363636;
}

/*
  18
  404 Page
*/
#error404 {
  height: 100%;
  padding: 0;
}

#error404 .overlay {
  padding: 0;
  background-color: #fff;
}

.error-box {
  position: relative;
  width: 450px;
  margin: auto;
  padding: 80px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.error-box:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.error-box h1 {
  font-size: 100px;
}

.error-box h3 {
  text-transform: uppercase;
  font-size: 17px;
}

.error-box hr {
  width: 50px;
  border-top: 2px solid #fff;
}

.error-box p {
  margin: 25px 0 35px 0;
  color: #fff;
}

/*
  19
  WordPress Core
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*
  20
  Media Queries
*/
@media (max-width: 991px) {
  .animated {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }

  .home-content h1 {
    font-size: 36px;
  }

  .project {
    width: 50%;
  }

  #topnav .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .post-preview {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  #topnav .navbar-nav > li:hover .sub-menu {
    display: block;
  }

  .logged-in.admin-bar #topnav {
    top: 32px;
  }

  .logged-in.admin-bar #menu-toggle {
    top: 62px;
  }
}

@media (max-width: 767px) {
  .title,
  .title.right {
    text-align: center;
  }

  .title p,
  .title.right p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title p:after,
  .title.right p:after {
    margin: 20px auto;
  }

  .counter {
    text-align: center;
  }

  .counter-icon {
    width: auto;
    display: block;
    float: none;
    margin: 15px auto 0;
  }

  .counter-content {
    float: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .home-content h1 {
    font-size: 30px;
    height: 96px;
  }

  #topnav,
  #topnav.scrolled {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
  }

  #topnav .navbar-collapse,
  #topnav.scrolled .navbar-collapse {
    border-top: 1px solid #ececec;
  }

  #topnav .navbar-nav > li > a,
  #topnav.scrolled .navbar-nav > li > a {
    color: #7b7b7b;
    padding: 15px;
  }

  #topnav .navbar-nav > li > a:hover,
  #topnav.scrolled .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #bf9f88;
  }

  #topnav .navbar-nav > li .sub-menu,
  #topnav.scrolled .navbar-nav > li .sub-menu {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #topnav .navbar-brand,
  #topnav.scrolled .navbar-brand {
    margin-top: 0;
  }

  #topnav .navbar-brand .logo-light,
  #topnav.scrolled .navbar-brand .logo-light {
    display: none;
  }

  #topnav .navbar-brand .logo-dark,
  #topnav.scrolled .navbar-brand .logo-dark {
    display: block;
  }

  .member {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .member-info {
    width: 100%;
  }

  .member-avatar {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }

  #contact-form .form-control {
    text-align: left;
  }

  #project-modal .modal-dialog {
    width: 100%;
  }

  /*modif WD - modif sur la photo a propos de nous  -*/
  .img-side {
    height: 788px;
    overflow: hidden;
    padding: 0;
    top: 0;
    z-index: 100;
    position: relative;
    margin: 35px 0;
  }

}

@media (max-width: 640px) {
  .project {
    width: 100%;
  }

  .home-content h1 {
    font-size: 18px;
    height: 80px;
  }
}

/*------| Styles WD |------*/

/*style header*/
.navbar-collapse ul li a:hover, .navbar-collapse ul li a:focus { border-bottom: 3px solid #c50471; color: #c50471; }

.scrolled ul li > a {
  outline: none;
}

/*.flex-viewport{ height: 70px !important;}*/

/*style intro*/
section#intro { background-color: #c50471; }

section#intro .title h3 { color: #fff; font-size: 18px; }

#intro .title hr { border-top: 2px solid white; }

#intro .section-content p { font-weight: 300; }

/*style expertise*/
.post-category, .post-date {
  display: none !important;
}

/*Styles blog*/
/*#blog .title.center > p {
    color: #747474;
	font-weight: 700;
}
*/
.preview-body p {
  color: #363636;
  font-weight: 400;
}

/*partenaires*/
.member-info p {
  color: #363636;
  font-weight: 400;
}

section#team .title h2:after {
  background: #cb954d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-left: 48%;
  margin-top: 20px;
  width: 40px;
  position: absolute;
  right: 15px;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

/* ----Référence---- */
#references .title h3 {
  color: #747474;
  margin-bottom: 71px;
  font-size: 21px;
}

#projects img { width: 100%; }

#references .title h3:after { background: #cb954d none repeat scroll 0 0; content: ""; display: block; height: 2px; margin-left: 42%; margin-top: 20px; width: 40px; position: absolute; }

.switchLangReferenceContainer > span, .lang_apropos span, .lang_champ span { display: none; font-weight: 700; cursor: pointer; }

.activcolore { color: #C50471 }

/* portfolio */
#portfolio #filters {
  display: none;
}

#portfolio .title > h2 {
  color: #fff;
  margin-bottom: 120px;
}

#portfolio .title h2:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-left: 46%;
  margin-top: 20px;
  width: 40px;
  position: absolute;
}

/* --| contact |-- */
#contact .title.left > p {
  color: #747474;
  font-style: normal;
  font-weight: 400;
  text-align: right;
}

#contact .title > h2 {
  font-size: 39px;
  margin-bottom: 40px;
  text-align: right;
}

section#contact .title h2:after {
  background: #cb954d none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-left: 48%;
  margin-top: 20px;
  width: 40px;
  position: absolute;
  right: 15px;
}

#contact .section-content > p {
  color: #747474;
  font-weight: 400;
  text-align: right;
}

.skipi {
  background-image: url("http://yeelenhorizon.com/wp-content/uploads/2015/11/Sans-titre-1.png");
  background-position: 40% center;
  background-repeat: no-repeat;
  color: #747474;
  font-weight: 700;
  padding: 11px 0;
  text-align: right;
}

/*le formulaire de contact */
.wd_contact {
  text-align: right;
  margin-top: 50px;
}

.wd_contact .ls_trois_inp input, .wd_contact textarea {
  border: 1px solid #adadad;
  margin-bottom: 35px;
  padding: 10px 20px;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  color: #9b9b9b;
  font-style: normal;
}

.wd_contact textarea {
  height: 100px;
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #fff;
  background-image: none;
  border: 3px solid #c50471;
  color: #c50471;
  font-style: normal;
  font-weight: 400;
  padding: 10px 70px;
  right: 0;
  text-align: right;
}

.ajax-loader { display: block; }

/* a propos */
.cnt_propo_fr, .cnt_propo_en {
  overflow: hidden;
}

.cnt_logo_propo_fr {
  float: left;
  margin-right: 8%;
  width: 10%;
}

.propos_h4_txt {
  float: right;
  width: 82%;
}

.cnt_propo_fr:nth-child(1) {
  margin-bottom: 40px;
}

.titre_propos_fr {
  margin-bottom: 23px;
}

/*la langue a propos */
.lang_apropos {
  position: absolute;
  right: 4%;
  top: -67px;
}

/*le champ d'expertise insertion de langue*/

.lang_champ {
  position: absolute;
  right: 40px;
  top: 48px;
}

/* footer */
footer .nav, footer h5, footer .mention_legale { float: left; width: 33.33%; color: #fff !important }

.mention_legale { color: #fff; line-height: 50px; text-align: right; font-weight: 400; }

.mention_legale .textwidget > a:hover, .mention_legale .textwidget > a:focus {
  color: white; text-decoration: underline; }

/*la page parcours */
/*Bref*/
.one_parcour { margin-top: 75px; }

.bref { background-color: #c50471; color: #fff; padding: 50px 0; }

.one_parcour .container { width: 1140px; }

.bref p, .bref { color: #fff; }

.cnt_img_txt { overflow: hidden; }

.img_bref { width: 33.33%; float: left; margin-right: 4%; }

.img_bref > img { width: 100%; }

.title_texte_bref {
  float: right;
  width: 62.67%;
}

.bref .container > h1 {
  margin-bottom: 60px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.bref .container > h1::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin-left: 39%;
  margin-top: 25px;
  position: absolute;
  width: 40px;
}

.title_texte_bref h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px;
}

.bref_b1, .bref_b2 {
  float: left;
  font-weight: 300;
}

.bref_b1 {
  margin-right: 4%;
  width: 50%;
}

.bref_b2 {
  width: 46%;
}

/*detail*/
.detail {
  padding-top: 50px;
}

.detail .container h1 {
  color: #c50471;
  text-align: center;
  text-transform: uppercase;
}

.cnt_detail {
  overflow: hidden;
  margin-bottom: 170px;
}

.img_title_fetail {
  margin-bottom: 60px;
  overflow: hidden;
}

.img_title_fetail > img {
  float: left;
  height: auto;
  margin-right: 15px;
  width: auto;
}

.img_title_fetail > h3 p {
  color: #363636;
  font-size: 19px;
  font-weight: 700;
}

.cnt_detail_txt.img_droite {
  float: left;
  margin-right: 4.67%;
  width: 62%;
}

.cnt_detail_img.img_droite {
  float: right;
  width: 33.33%;
  margin-top: 120px;
}

.cnt_detail_img.img_droite > img {
  width: 100%;
}

.gri_wd:nth-child(2n+3) {
  background-color: #f6f5f0;
}

.one_parcour .cnt_detail {
  overflow: hidden;
  padding: 80px 0;
}

.cnt_detail_txt.rien_detail {
  overflow: hidden;
}

.cnt_detail_txt.rien_detail .b_texte1_d, .cnt_detail_txt.rien_detail .b_texte2_d {
  width: 46.5%; }

.cnt_detail_txt.rien_detail .b_texte1_d { margin-right: 7%; float: left; }

.cnt_detail_txt.rien_detail .b_texte2_d { float: right; }

.b_texte1_d p, .b_texte2_d p {
  color: #363636;
}

.cnt_detail_txt.img_guauche {
  float: right;
  margin-left: 4.67%;
  width: 62%;
}

.cnt_detail_img.img_guauche {
  float: left;
  width: 33.33%;
  margin-top: 120px;
}

.cnt_detail_img.img_guauche > img {
  width: 100%;
}

/*---------| La page philosophie |----------*/
.one_phil {
  margin-top: 70px;
}

.cnt_one_phil {
  margin-bottom: 65px;
}

.cnt_ttl_phil, .cnt_one_phil:nth-child(2n+2) {
  background-color: #c50471;
}

.one_phil .cnt_ttl_phil h1 {
  padding-top: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.one_phil .container {
  padding: 0;
}

.cnt_one_phil:nth-child(2n+2) .cnt_detail {
  margin-bottom: 70px;
}

.cnt_one_phil:nth-child(2n+2) .cnt_detail_txt.img_guauche {
  float: right;
  margin-left: 4%;
  width: 46%;
}

.cnt_one_phil:nth-child(2n+2) .cnt_detail_img.img_guauche {
  float: left;
  margin-top: 20px;
  width: 50%;
}

.cnt_one_phil:nth-child(2n+2) .img_title_fetail {
  margin-bottom: 31px;
  padding-top: 35px;
  overflow: hidden;
}

.cnt_one_phil:nth-child(2n+2) .img_title_fetail > h3 p {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

.cnt_one_phil:nth-child(2n+2) .b_texte1_d p { color: #fff; }

.cnt_one_phil .img_title_fetail {
  margin-bottom: 40px;
}

.cnt_one_phil .cnt_detail_img.img_droite {
  margin-top: 20px;
}

.cnt_one_phil .img_title_fetail > h3 p {
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/*la page MANAGEMENT INTERCULTUREL et GESTION DE LA DIVERSITÉ*/
.one_man {
  margin-top: 70px;
}

.one_man .cnt_ttl_phil h1 {
  color: #fff;
  font-size: 22px;
  padding-top: 55px;
  text-align: center;
  text-transform: uppercase;
}

.one_man .container {
  padding: 0;
}

/*------------*/
.cnt_man:nth-child(117n+2) {
  background-color: #c50471;
}

.cnt_man:nth-child(117n+2) .cnt_detail_txt.img_droite {
  float: left;
  margin-right: 6%;
  width: 46.63%;
}

.cnt_man:nth-child(117n+2) .cnt_detail_img.img_droite {
  display: table-cell;
  float: none;
  margin-top: 10px;
  vertical-align: middle;
  width: 47.37%;
}

.cnt_man:nth-child(117n+2) .img_title_fetail {
  margin-bottom: 40px;
}

.cnt_man:nth-child(117n+2) .img_title_fetail > h3 p {
  color: #fff;
  font-size: 22px;
}

.cnt_man:nth-child(117n+2) .b_texte1_d p, .cnt_man:nth-child(117n+2) .b_texte2_d p { color: #fff; }

/*-----------------------*/
.one_man .img_title_fetail { margin-bottom: 34px; overflow: hidden; }

.one_man .cnt_detail_img.img_droite { margin-top: 0; }

.one_man .cnt_detail { margin-bottom: 55px; }

.cnt_man:nth-child(117n+3) { margin-top: 100px; }

.cnt_man:nth-child(117n+4) .img_title_fetail { display: none; }

/*---------------------------*/
.cnt_man:nth-child(117n+5) {
  background-color: #f7f6f1 !important;
  padding-top: 100px;
}

.cnt_man:nth-child(117n+5) .cnt_detail_img.img_guauche { margin-top: 0; }

.cnt_man:nth-child(117n+5) .img_title_fetail { margin-top: 25px; }

/*le slider en anglais*/
#advps_container3 {
  max-width: 100% !important;
  width: 100% !important;
}

.car_wd_en .bx-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

.advps-slide {
  width: 380px !important;
}

.advps-slide-field-three {
  border: 1px solid #dbdbdb;
  margin: 0 30px;
  width: 318px;
}

.advps-excerpt-three {
  padding: 15px;
  text-align: center;
}

/*les styles copié de l'autre carousel */
.advs-title {
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.advs-title a {
  color: #c50471 !important;
}

.advs-title::after {
  background: #c50471 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin-left: 41%;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 43px;
}

#advps_container3 .advps-slide p {
  color: #363636 !important;
  font-weight: 300 !important;
  font-size: 15px !important;
}

/*  -----|  le portfolio  |-----  */
.copie_texte1, .copie_texte2, .copie_texte3 {
  color: #ca8852;
  float: left;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 137px;
  width: 30.333%;
}

.copie_texte1 h4, .copie_texte2 h4, .copie_texte3 h4 {
  color: #fff;
  text-transform: uppercase;
}

.copie_texte1 { left: 7.5%; }

.copie_texte2 { left: 43%; }

.copie_texte3 { left: 74%; }

/*derniére modif wd*/
.member-overlay {
  display: none;
}

#portfolio .container {
  position: relative;
}

/*voir sur ligne 2455*/
.one_parcour .cnt_detail {
  overflow: hidden;
  padding: 80px 0;
  margin-bottom: 0;
}

.cnt_man:nth-child(117n+6) {
  margin-top: 80px;
}

/*derniére modif sur le logo*/
.navbar-brand img {
  float: left;
  max-height: 100%;
}

.navbar-brand p {
  color: #fff;
  float: left !important;
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 21px;
  width: 223px;
}

.scrolled .navbar-brand p { color: #000; }

.sub-menu li > a {
  background-color: #f8f8f5;
  font-size: 13px !important;
  font-weight: 500;
  margin-bottom: 2.5px;
  opacity: 0.85;
  text-align: left;
}

.youtube_ffwd {
  background-image: url("http://yeelenhorizon.com/wp-content/uploads/2015/11/youtube_icc.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.vimeo-wdj {
  background-image: url("http://yeelenhorizon.com/wp-content/uploads/2015/11/vemeo_sdwd.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.car_wd_en .bx-pager.bx-default-pager {
  bottom: -56px !important;
  display: block;
}

#advps_container3 .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #e9aecb !important;
  border-radius: 100% !important;
  height: 12px !important;
  width: 12px !important;
}

#advps_container3 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #c50471 !important; }

.prendre_h2_p_en { display: none; }

/* style de single portfolio */
.wd_s_art { padding-top: 0 !important; padding-bottom: 0; }

.s_portfolio_img {
  position: relative;
  padding-top: 77px;
}

.s_portfolio_img .title {
  color: white !important;
  position: relative;
  top: -201px;
  margin-bottom: 0;
}

.s_portfolio_img .title h2 {
  color: white;
  font-size: 36px;
}

.wd_s_art .container { margin-top: -25px; }

.cnt_vid_xwd {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.cnt_vid_xwd iframe, .cnt_vid_xwd embed, .cnt_vid_xwd object {
  width: 100% !important; height: 100% !important;
  position: absolute;
  top: 0; left: 0;
}

.texte_art_s {
  margin: 20px 0;
}

.wd_s_art #project p {
  max-width: 100%;
}

/*----------------------------------------------------------------*/
.sub-menu li > a:hover {
  background-color: #c50471 !important;
  border: medium none !important;
  color: #fff !important;
}

.sub-menu.dropdown-menu {
  background-color: transparent;
  left: 0;
  right: auto;
}

/*---------------------------------------------------------------*/
.nav-previous a, .nav-next a { outline: none; background-color: #c50471; color: #fff; }

.pagnation_portfolio { overflow: hidden; }

.nav-previous { float: left; padding: 10px; }

.nav-next { float: right; padding: 10px; }

.texte_art_s a { outline: none; }

.nav-previous a, .nav-next a { background-color: #c50471; color: #fff; font-size: 17px; outline: medium none; padding: 10px; }

.nav-previous a:hover, .nav-previous a:focus, .nav-next a:hover, .nav-next a:hover { text-decoration: underline; }

.texte_art_s a:hover, .texte_art_s a:focus { color: #993366; text-decoration: underline; }

.s_portfolio_img img {
  height: auto;
  width: 100%;
}

#footer-social a:hover, #footer-social a:focus {
  background-color: #000;
}

/*________________________________________________________________________*/
/*styles des button de (passer la video)*/
.cnt_passe_vid {
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  left: 115px;
  position: absolute;
  z-index: 11;
}

.cnt_passe_vid:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*dernier styles */
.lien_dias {
  padding: 60px;
  text-align: center;
}

.lien_dias > a {
  background-color: #c50471;
  color: #fff;
  font-size: 17px;
  padding: 10px;
}

.lien_dias > a:hover, .lien_dias > a:focus { text-decoration: underline; }

.s_portfolio_img .title h1 { font-size: 16px; }

.s_portfolio_img .post-category, .post-date { display: block !important; }

/*le blog des articles ressources*/
.one_cat_ressourece { margin: 0 auto; overflow: hidden; width: 1170px; }

.blog_ressource { float: left; margin-right: 3%; width: 67%; }

.sidebar_ressource { float: right; width: 30%; padding-top: 106px; }

.cnt_single_portfolio #project .container { width: 100%; margin: 0; padding: 0; }

.sidebar_ressource .sub-menu { display: block; }

hr.hr_cat-re { border-top: 1px solid #ccc; margin: 50px 0; width: 100%; }

.entry-title { margin: 0; }

.texte_art_s iframe { width: 100%; }

.hr1 { background-color: #c50471; float: left; height: 2px; width: 30%; }

.hr2 { background-color: #ccc; float: right; height: 2px; width: 70%; }

.hr2 { background-color: #ccc; float: right; height: 2px; width: 70%; }

.sidebar_ressource > ul { margin-bottom: 31px; padding: 0 0 0 29px; }

.sidebar_ressource > ul li { line-height: 23px; list-style: outside none none; }

.sidebar_ressource h4 a:hover { color: #363636; }

.li_art_re > a:hover { color: #c50471; }

h1.post-catetory > a:hover { color: white; cursor: default; }

.wd_s_art:first-child hr.hr_cat-re { border-top: 1px solid #fff; }

section.wd_s_art:last-child { margin-bottom: 40px; }

.link_cat > span { color: #c50471; }

.parallax-section .overlay { background-color: transparent; }

.widget.widget_text.txt_alt_r { position: relative; top: 148px; font-size: 30px; padding: 0; margin: 0; width: 320px; }

/*laboratoire d'idée*/
.sidebar_ressource h3.widget-title { display: none; }

.labo_cat li.cat-item { border-bottom: 2px solid #ccc !important; color: #c50471 !important; font-size: 19px !important; line-height: 30px; padding: 0 !important; }

.labo_cat li.cat-item a { border-bottom: 2px solid #c50471; color: #333 !important; font-weight: 500; padding-bottom: 4px; }

.labo_cat { margin: 0; }

.labo_cat li { border-bottom: medium none !important; padding: 3px 0 !important; }

.labo_cat .post-title { color: #333 !important; font-size: 16px; }

.labo_cat .post-title:hover, .labo_cat .post-title:focus { color: #c50471 !important; }

hr.hr_cat-re:nth-child(1000n+1) {
  border-top: 1px solid white;
}










