@charset "UTF-8";
/* =Structure
-------------------------------------------------------------------- */
body {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

a,
a:visited {
  color: #006bb0;
}

a:hover {
  color: #006bb0;
}

.inner-page {
  margin: auto;
  max-width: 920px;
  width: 100%;
}

.home .badge-store {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 11;
}

.badge-store {
  position: fixed;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 11;
}
.badge-store img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
.badge-store img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}

img {
  height: auto;
  border: 0;
  max-width: 100%;
}

.main-container {
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
}

ul.left-menu {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 5;
  margin: 0;
  padding: 0;
  font-family: 'DINCondMediumRegular';
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  list-style: none;
  color: #2c2c2c;
}
ul.left-menu li {
  margin: 4px 0;
  margin-left: -195px;
  width: 270px;
  background-color: #dcdcdc;
  -webkit-transition: margin-left 0.2s ease-in-out;
          transition: margin-left 0.2s ease-in-out;
}
ul.left-menu li:hover {
  margin-left: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
          transition: margin-left 0.3s ease-in-out;
}
ul.left-menu li a {
  color: #2c2c2c;
  text-decoration: none;
}
ul.left-menu li p {
  margin: 0;
  padding: 11px 6px;
  padding-right: 0;
  float: left;
}
ul.left-menu li div {
  float: right;
  width: 60px;
  padding: 5px 10px;
  padding-left: 0;
  text-align: center;
}
ul.left-menu li span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
ul.left-menu li:before, ul.left-menu li:after {
  content: " ";
  display: table;
}
ul.left-menu li:after {
  clear: both;
}

/* =Header
-------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 114px;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: height .3s linear;
          transition: height .3s linear;
}
.site-header .site-title,
.site-header .main-nav-left,
.site-header .main-nav-right,
.site-header .main-nav-left div,
.site-header .main-nav-right div {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.site-header .site-title {
  margin: 1rem 0;
  margin-bottom: 0;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}
.site-header .site-title a {
  display: inline-block;
}
.site-header .site-title a img {
  height: 86px;
  -webkit-transition: height .3s linear;
          transition: height .3s linear;
}
.site-header .site-title:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

body.home .site-header {
  box-shadow: none;
}

body.home .site-header .nav li {
  padding: 34px 0;
}

body.home .site-header .nav li ul li {
  padding: 0;
}

.site-header .mobile-icn {
  display: none;
}
.site-header .mobile-icn .menu-icn-wrap {
  z-index: 2;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
.site-header .mobile-icn .menu-icn-wrap .menu-icn {
  background: #006BB1;
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 3px;
  border-radius: 10% / 40% 40% 40% 40%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s;
          transition: .2s;
}
.site-header .mobile-icn .menu-icn-wrap .menu-icn:before, .site-header .mobile-icn .menu-icn-wrap .menu-icn:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10% / 50% 50% 50% 50%;
  background: #006BB1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s;
          transition: .2s;
}
.site-header .mobile-icn .menu-icn-wrap .menu-icn:before {
  top: 8px;
}
.site-header .mobile-icn .menu-icn-wrap .menu-icn:after {
  top: -8px;
}

.home .site-header {
  position: relative;
  top: inherit;
  left: inherit;
}

.site-header.littleboy {
  height: 70px;
  background-color: #fff;
  -webkit-transition: height .3s linear;
          transition: height .3s linear;
}
.site-header.littleboy .nav li {
  padding: 14px 0;
  -webkit-transition: padding .3s linear;
          transition: padding .3s linear;
}
.site-header.littleboy .site-title {
  margin: 0.5rem 0 0;
  -webkit-transition: margin .3s linear;
          transition: margin .3s linear;
}
.site-header.littleboy .site-title img {
  height: 50px;
  -webkit-transition: height .3s linear;
          transition: height .3s linear;
}

.mobile-menu {
  display: none;
}

.fallback {
  display: none;
}

.no-svg .fallback {
  display: block;
}

.no-svg .svglogo {
  display: none;
}

/* =Navigation
-------------------------------------------------------------------- */
.main-nav-left {
  margin-left: -110px;
}

.site-header .nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  *display: inline;
  vertical-align: middle;
  /* Who styled the dropdown? Who, who who who who */
}
.site-header .nav li {
  display: inline-block;
  *display: inline;
  padding: 35px 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: padding .3s linear;
          transition: padding .3s linear;
}
.site-header .nav li a {
  display: inline-block;
  *display: inline;
  margin: 0 5px;
  padding: 10px;
  color: #3e3e3e;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.site-header .nav li a:hover {
  /* color: #006BB1; */
  border: 1px solid #d8d8d8;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.site-header .nav li.active a {
  color: #006BB1;
}
.site-header .nav .parent-menu {
  position: relative;
}
.site-header .nav .sub-menu {
  z-index: 999;
  position: absolute;
  top: 99%;
  left: 0;
  width: auto;
  height: 0;
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.site-header .nav li.parent-menu:hover > ul.sub-menu {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.site-header .nav .sub-menu li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.site-header .nav .sub-menu li:hover a {
  color: #3e3e3e;
}
.site-header .nav ul.sub-menu a {
  display: block;
  width: 201px;
  padding: 9px 10px;
  border-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #797671;
}
.site-header .nav .sub-menu li {
  margin-right: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid transparent;
}
.site-header .nav .sub-menu li.active {
  border-right: 2px solid #006BB1;
}
.site-header .nav .sub-menu li a:hover {
  border-color: transparent;
}
.site-header .nav ul.sub-menu li > ul.sub-menu {
  top: 0;
  left: 100%;
}
.site-header .nav ul.sub-menu .sub-item i {
  float: right;
}

/* .main-nav-left ul li:first-of-type a {padding-left: 0;}
.main-nav-right ul li:last-of-type a {padding-right: 0;} */
.mobile-menu {
  z-index: 0;
  position: fixed;
  padding-top: 20px;
  top: 55px;
  left: -260px;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
}
.mobile-menu .nav-container .nav {
  display: block;
  text-align: left;
}
.mobile-menu .nav-container .nav li {
  padding: 7px 0 !important;
  display: inherit;
  font-size: 18px;
  font-size: 1.125rem;
}
.mobile-menu .nav-container .nav li a {
  margin-right: 0;
}
.mobile-menu .nav-container .nav .sub-menu {
  position: inherit;
  top: inherit;
  left: inherit;
}
.mobile-menu .nav-container .nav .sub-menu li {
  padding: 0;
}
.mobile-menu .nav-container .nav .sub-menu li a {
  padding: 5px 0px 5px 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.mobile-menu .nav-container .nav .sub-menu li:hover {
  background-color: #eee;
}

.mobile-menu.open-mobile,
.main-container.open-mobile {
  -webkit-transform: translate3d(260px, 0, 0);
          transform: translate3d(260px, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
}

/* =Sections du site
-------------------------------------------------------------------- */
/* Homepage - Articles badass
---------------------------------*/
.featured-col {
  position: relative;
  float: left;
  max-width: 50%;
  background-color: black;
}
.featured-col:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0px;
  border-style: solid;
}
.featured-col:first-of-type:after {
  right: 0;
  border-width: 0 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  _border-color: #000000 #ffffff #000000 #000000;
  /* IE6 hack */
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  /* IE6 hack */
}
.featured-col:last-of-type:after {
  left: 0;
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  _border-color: #ffffff #000000 #000000 #000000;
  /* IE6 hack */
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  /* IE6 hack */
}
.featured-col img {
  display: block;
  max-width: 100%;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.featured-col .centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.featured-col h2, .featured-col p {
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.featured-col h2 {
  margin: 0;
  font-family: 'DINCondMediumRegular';
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 8px;
  font-weight: inherit;
  text-transform: uppercase;
}
.featured-col h2 a {
  text-decoration: none;
  color: #fff;
}
.featured-col p {
  margin: 0;
  font-family: 'SabonLTStdRoman';
  font-size: 16px;
  font-size: 1rem;
}
.featured-col.visible {
  background-color: transparent;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}
.featured-col.visible img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: -webkit-filter .2s linear;
          transition: filter .2s linear;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.featured-col.visible h2, .featured-col.visible p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.home-pro .pro-container {
  position: relative;
  background-color: black;
}
.home-pro .pro-container img {
  display: block;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.home-pro .pro-container .centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.home-pro:before {
  content: "";
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 48.444%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  /* IE6 hack */
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  /* IE6 hack */
}
.home-pro .section-title {
  margin: 0;
  font-family: 'DINCondMediumRegular';
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 8px;
  font-weight: inherit;
  text-transform: uppercase;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
}
.home-pro .pro-col {
  float: left;
  width: 33.333%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.home-pro .pro-col h2 {
  margin: 0;
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
}
.home-pro .pro-col h2 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.home-pro .pro-col h2 a:hover {
  color: #006BB1;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.home-pro .pro-col p {
  margin-top: 8px;
  font-family: 'SabonLTStdBold';
}
.home-pro.visible .section-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.home-pro.visible .pro-container {
  background-color: transparent;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}
.home-pro.visible .pro-container img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: -webkit-filter .2s linear;
          transition: filter .2s linear;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.home-enter {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 15px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'DINCondMediumRegular';
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
a.home-enter:hover {
  background: #fff;
  color: #000;
  border: 1px solid transparent;
}

.home-pro.visible a.home-enter,
.featured-col.visible a.home-enter {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* =Contenu des articles
-------------------------------------------------------------------- */
body.single .main-container,
body.archive .main-container {
  margin-top: 114px;
}

.post-container .post-inner h1,
.post-container .post-inner h2,
.post-container .post-inner h3 {
  font-family: SabonLTStdRoman;
}

.post-container {
  margin: 0 auto;
  max-width: 960px;
  color: #000;
}
.post-container .blog-head {
  margin-top: 30px;
  text-align: center;
}
.post-container .post-inner {
  float: left;
  margin-top: 40px;
  width: 66%;
}
.post-container .post-inner article p {
  font-family: 'SabonLTStdRoman';
  font-size: 16px;
  font-size: 1rem;
}
.post-container .post-inner .post-header {
  text-transform: uppercase;
}
.post-container .post-inner .post-title {
  margin: 0;
  font-family: 'DINCondMediumRegular';
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
}
.post-container .post-inner .post-title a {
  text-decoration: none;
}
.post-container .post-inner .post-date {
  font-family: 'DINCondRegularRegular';
  font-size: 13px;
  font-size: 0.8125rem;
  color: #878686;
}
.post-container .post-inner ul.taxo-metas {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  display: inline-block;
  *display: inline;
  list-style: none;
  font-family: 'DINCondBoldRegular';
  font-size: 13px;
  font-size: 0.8125rem;
}
.post-container .post-inner ul.taxo-metas li {
  display: inline-block;
  *display: inline;
}
.post-container .post-inner ul.taxo-metas li a {
  text-decoration: none;
}
.post-container .post-inner .sep {
  margin: 5px 0 20px;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}
.post-container .post-inner .post-footer {
  margin-bottom: 20px;
}
.post-container .post-inner .post-footer p {
  margin: 0;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #006bb0;
}
.post-container .post-inner .post-footer ul {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.post-container .post-inner .post-footer ul li {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.post-container .post-inner .wp_rp_wrap .wp_rp_footer {
  display: none;
}
.post-container .post-inner .related_post_title {
  font-family: 'DINCondMediumRegular';
  font-size: 29px;
  font-size: 1.8125rem;
  text-transform: uppercase;
  font-weight: 500;
}
.post-container .post-inner ul.related_post {
  margin: 0;
  padding: 0;
}
.post-container .post-inner ul.related_post li {
  margin: 0 12px;
  padding: 5px 5px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
.post-container .post-inner ul.related_post li a {
  display: block;
}

.post-container .post-inner ul.related_post li img {
  max-width: 125px;
  width: 100%;
}
.post-container .post-inner ul.related_post li:first-of-type {
  margin-left: 0;
}
.post-container .post-inner ul.related_post li:last-of-type {
  margin-right: 0;
}
.post-container .post-inner .posts-navigation {
  margin: 35px 0;
}
.post-container .post-inner .posts-navigation a {
  font-family: 'DINCondMediumRegular';
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  vertical-align: middle;
  display: inline-block;
  padding:2px 5px;
}
.post-container .post-inner .posts-navigation .prev-post {
  float: left;
}
.post-container .post-inner .posts-navigation .next-post {
  float: right;
}
.post-container .post-inner .posts-navigation .next-post span {
  margin-left: 10px;
}
.post-container .edv-comments-box .comment-reply-title {
  font-family: 'DINCondMediumRegular';
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.post-container .edv-comments-box input,
.post-container .edv-comments-box textarea {
  padding: 16px 12px;
  font-family: 'SabonLTStdRoman';
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background:#e5e5e5;
  border: 1px solid #e3e3e3;
  max-width:100%;
  border-radius:10px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.post-container .edv-comments-box input:hover, .post-container .edv-comments-box input:focus,
.post-container .edv-comments-box textarea:hover,
.post-container .edv-comments-box textarea:focus {
  outline: 0;
  border-color: #006bb0;
  transition: border-color 0.2s;
}
.post-container .edv-comments-box input,
.post-container .edv-comments-box textarea{
  width: 100%;
}
.post-container .edv-comments-box p.comment-form-author,
.post-container .edv-comments-box p.comment-form-email {
  display: block;
  float:left;
  vertical-align: middle;
  width: calc(50% - 20px);
}
.post-container .edv-comments-box p.comment-form-author {
  margin-right: 40px;
}
.post-container .edv-comments-box #submit {
  padding: 5px 8px;
  background: #000;
  color: #fff;
  width: auto;
  font-family: 'DINCondMediumRegular';
  text-transform: uppercase;
  font-size: 20px;
  border-radius:0;
}
.post-container .edv-sidebar {
  float: right;
  margin-top: 40px;
  width: 30%;
  background-color: #fff;
}



@media screen and (max-width: 767px){
  .post-container .post-inner {
    float:none;
    width: 95%;
    margin:auto;
  }
  .post-container .edv-sidebar {
    float:none;
    width:95%;
    margin:auto;
  }
}


body.archive .post-container article {
  margin: 30px 0;
}

.comments-title {
  font-family: 'DINCondMediumRegular';
  font-size: 29px;
  font-size: 1.8125rem;
  text-transform: uppercase;
  font-weight: 500;
}

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

ul.children {
  list-style: none;
}

.comment-details {
  position: relative;
  margin-bottom: 25px;
  margin-left: 80px;
  padding: 20px;
  border-radius: 3px;
  background: #f5f5f5;
}

.comment-avatar {
  position: absolute;
  top: 0;
  left: -80px;
  border: 4px solid #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent, 0 0 0 transparent;
  -webkit-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.comment-avatar img {
  display: block;
  width: 50px;
  height: 50px;
}

.comment-date {
  margin-left: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.comment-reply-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  border-bottom-left-radius: 2px;
  font-size: .786em;
  color: #888;
  background-color: #d0cdcb;
  background-color: rgba(0, 0, 0, 0.05);
}

.bawmrp ul {
  font-family: 'SabonLTStdRoman';
}

/* =Contenu des pages
-------------------------------------------------------------------- */
body.page .main-container {
  margin-top: 114px;
}

article.page .page-container {
  background: #2c2c2c;
}
article.page .page-thumbnail {
  position: relative;
  /* min-height: 280px; */
  /* Hack pour ├®viter que le h3 soit parfois "flout├®"  */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
article.page .page-thumbnail img {
  display: block;
  height: auto;
  max-width: 100%;
}
article.page .page-thumbnail h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  font-family: 'DINCondMediumRegular';
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  /* On centre l'element verticalement */
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
article.page .page-title {
  margin: 0;
  padding-top: 15px;
  font-family: 'DINCondMediumRegular';
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}
article.page .page-title span {
  position: relative;
}
article.page .page-title span:before, article.page .page-title span:after {
  content: "";
  display: inline-block;
  *display: inline;
  position: absolute;
  top: 47%;
  left: -85px;
  width: 45px;
  height: 1px;
  vertical-align: middle;
  background: #000;
}
article.page .page-title span:after {
  right: -85px;
  left: inherit;
}
article.page .page-title em {
  display: block;
  margin-top: -12px;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: 'SabonLTStdItalic';
  text-transform: none;
  font-weight: 400;
}
article.page .page-container p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-family: 'SabonLTStdRoman';
}
article.page .page-container .page-title,
article.page .page-container .little-quote,
article.page .page-container .boxed,
article.page .page-container .box-arrow,
article.page .page-container .row-buttons,
article.page .page-container p,
article.page .page-container iframe,
article.page .page-container table,
article.page .page-container h1,
article.page .page-container h2,
article.page .page-container h3,
article.page .page-container h4,
article.page .page-container h5,
article.page .page-container h6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
}
article.page .page-container .box-arrow {
  position: relative;
  padding: 20px 0;
  max-width: 460px;
  text-align: center;
  background: #fff;
  border: 1px solid #c8c8c8;
}
article.page .page-container .box-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -13px;
  width: 26px;
  height: 16px;
  background: url("../img/arrow.png") no-repeat;
}
article.page .page-container .little-quote {
  margin-top: 35px;
  margin-bottom: 35px;
  max-width: 830px;
}
article.page .block-w-t {
  padding: 15px 20px;
  min-width: 260px;
  text-transform: uppercase;
  font-family: 'DINCondMediumRegular';
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #000;
  background: #fff;
}
article.page .block-w-l {
  margin: 50px auto;
  padding: 15px 0;
  max-width: 920px;
  width: 100%;
  font-family: 'SabonLTStdBold';
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #fff;
}
article.page div.button.center, article.page div.button.middle {
  display: inline-block;
}
article.page a.button.white,
article.page a.button.black {
  padding: 18px !important;
  min-width: 260px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'DINCondMediumRegular';
  font-size: 23px !important;
  font-weight: 500;
  text-shadow: none;
  -webkit-transition: none;
          transition: none;
  -webkit-transition: background, color 0.2s;
          transition: background, color 0.2s;
}
article.page a.button.white {
  background: #fff;
  color: #000 !important;
}
article.page a.button.white:hover {
  background: #000;
  color: #fff !important;
  -webkit-transition: background, color 0.2s;
          transition: background, color 0.2s;
}
article.page a.button.black {
  background: #000;
  color: #fff !important;
}
article.page a.button.black:hover {
  background: #fff;
  color: #000 !important;
  -webkit-transition: background, color 0.2s;
          transition: background, color 0.2s;
}
article.page .related-posts {
  margin: 30px auto;
  max-width: 920px;
  width: 100%;
}
article.page .related-posts .rel-post-box {
  padding: 5px;
  float: left;
  width: 16.8888%;
  margin-right: 20px;
  border: 1px solid #c8c8c8;
  background: #fff;
}
article.page .related-posts .rel-post-box img {
  width: 100%;
}
article.page .related-posts .rel-post-box h3 {
  margin: 10px 0;
  font-family: 'DINCondMediumRegular';
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  max-width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
article.page .related-posts .rel-post-box h3 a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
article.page .related-posts .rel-post-box h3 a:hover {
  color: #006bb0;
}
article.page .related-posts .rel-post-box:last-of-type {
  margin-right: 0;
}

.liste-mag-wrapper {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  text-align: center;
  color: #000;
}
.liste-mag-wrapper .liste-magasins {
  position: relative;
  margin: 0 auto;
  padding: 12px 15px;
  width: 354px;
  background: #c0c0c0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  font-family: 'DINCondMediumRegular';
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.liste-mag-wrapper .liste-magasins:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent;
}
.liste-mag-wrapper ul.drop-mag {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
  z-index: 5;
}
.liste-mag-wrapper ul.drop-mag li {
  padding: 0 10px;
}
.liste-mag-wrapper ul.drop-mag li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}
.liste-mag-wrapper ul.drop-mag li:last-of-type a {
  border: none;
}
.liste-mag-wrapper ul.drop-mag li:hover a {
  color: #006bb0;
}
.liste-mag-wrapper .liste-magasins.active {
  background: #006bb0;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.liste-mag-wrapper .liste-magasins.active:after {
  border-color: #82d1ff transparent;
}
.liste-mag-wrapper .liste-magasins.active ul.drop-mag {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow-y: scroll;
}

article.type-magasin .inner-horaires p {
  margin: 0 auto;
  font-family: SabonLTStdRoman;
  color: #2c2c2c;
}

article.type-magasin .inner-horaires p span:first-of-type {
  min-width: 110px;
  display: inline-block;
  *display: inline-block;
}

/* =Contenu des pages magasin
-------------------------------------------------------------------- */
.mag-container .mag-inner .page-title, .mag-container .mag-inner .little-quote, .mag-container .mag-inner .boxed,
.mag-container .mag-inner .row-buttons, .mag-container .mag-inner p, .mag-container .mag-inner iframe, .mag-container .mag-inner table, .mag-container .mag-inner h1,
.mag-container .mag-inner h2, .mag-container .mag-inner h3, .mag-container .mag-inner h4, .mag-container .mag-inner h5, .mag-container .mag-inner h6, .mag-container .mag-inner ul, .mag-container .mag-inner .mag-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
}
.mag-container .mag-inner .edv-head {
  padding-top: 15px;
  font-family: 'DINCondMediumRegular';
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  color: #2c2c2c;
}
.mag-container .mag-inner .edv-head span {
  position: relative;
}
.mag-container .mag-inner .edv-head span:before, .mag-container .mag-inner .edv-head span:after {
  content: "";
  display: inline-block;
  *display: inline;
  position: absolute;
  top: 47%;
  left: -85px;
  width: 45px;
  height: 1px;
  vertical-align: middle;
  background: #000;
}
.mag-container .mag-inner .edv-head span:after {
  right: -85px;
  left: inherit;
}
.mag-container .mag-inner .mag-title {
  margin: 0 auto 20px;
  text-align: center;
  font-family: 'SabonLTStdItalic';
  font-size: 33px;
  font-size: 2.0625rem;
  text-transform: none;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1;
}
.mag-container .mag-inner .bawmrp ul .bawmrp_manual {
  float: left;
  width: 16.8888%;
  height: auto;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.mag-container .mag-inner .bawmrp ul .bawmrp_manual a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'DINCondMediumRegular';
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}

/* =Shortcodes
-------------------------------------------------------------------- */
p.txt-column {
  text-align: justify;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
p.txt-column.two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.bg-block {
  margin: 3em 0 2em;
}
.bg-block.white {
  background-color: #fff;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  min-height: 167px;
}

.txt-black-col,
.txt-white-col,
.txt-light-col,
.txt-dark-col,
.txt-grey-col {
  /* margin: 30px 0; */
  text-align: center;
  padding: 15px 0;
}

.txt-black-col {
  background: #000;
  color: #fff;
}

.txt-white-col {
  background: #fff;
  color: #000;
}

.txt-light-col {
  background: #f7f7f7;
  color: #000;
}

.txt-dark-col {
  background: #2c2c2c;
  color: #fff;
}

.txt-grey-col {
  background: #e3e3e3;
  color: #fff;
}

article.type-magasin .txt-black-col,
article.type-magasin .txt-white-col,
article.type-magasin .txt-light-col,
article.type-magasin .txt-dark-col,
article.type-magasin .txt-grey-col {
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}

article.post-182 .txt-grey-col {
  position: relative;
}

article.post-182 .txt-grey-col:after {
  content: "";
  position: absolute;
  margin-left: -10px;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  border-width: 0 20px 20px 0;
  border-color: transparent #e3e3e3 transparent transparent;
  _border-color: #000000 #ffffff #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  border-style: solid;
  line-height: 0px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

a.button.black {
  padding: 18px !important;
  min-width: 260px;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-family: 'DINCondMediumRegular';
  font-size: 23px !important;
  font-weight: 500;
  color: #fff !important;
  background: #000;
  -webkit-transition: background,color 0.2s;
          transition: background,color 0.2s;
}
a.button.black:hover {
  background: #fff;
  color: #000 !important;
  -webkit-transition: background, color 0.2s;
          transition: background, color 0.2s;
}

/* =Sidebar du blog
-------------------------------------------------------------------- */
.edv-sidebar .widget {
  margin: 20px 0;
}
.edv-sidebar .widget .widget-title {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0 15px;
  font-family: 'DINCondBoldRegular';
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #006bb0;
}
.edv-sidebar .widget_search input {
  padding: 12px 11px;
  font-family: 'DINCondMediumRegular';
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  width: 90%;
  border: 1px solid #006bb0;
}
.edv-sidebar .widget_search button {
  display: none;
}
.edv-sidebar .widget_categories ul {
  list-style: none;
  padding-left: 15px;
}

/* =Formulaire de contact
-------------------------------------------------------------------- */
.gform_wrapper.form-devis_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
  color: #ffffff !important;
}
.gform_wrapper.form-devis_wrapper .gfield_contains_required #label_1_1_1:after,
.gform_wrapper.form-devis_wrapper .gfield_contains_required #label_1_1_2:after {
  content: "\002A";
  color: red;
  font-weight: 700;
}
.gform_wrapper.form-devis_wrapper .gfield_required {
  color: red;
  font-weight: 700;
}
.gform_wrapper.form-devis_wrapper .gfield_label,
.gform_wrapper.form-devis_wrapper #label_1_1_1,
.gform_wrapper.form-devis_wrapper #label_1_1_2,
.gform_wrapper.form-devis_wrapper #label_1_2_1,
.gform_wrapper.form-devis_wrapper #label_1_2_2 {
  font-family: 'DINCondMediumRegular';
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500 !important;
}
.gform_wrapper.form-devis_wrapper #field_1_1 .gfield_label,
.gform_wrapper.form-devis_wrapper #field_1_2 .gfield_label {
  display: none;
}
.gform_wrapper.form-devis_wrapper #field_1_1 .gfield_checkbox,
.gform_wrapper.form-devis_wrapper #field_1_2 .gfield_checkbox {
  margin-left: 0 !important;
}
.gform_wrapper.form-devis_wrapper #field_1_1 .gfield_checkbox li,
.gform_wrapper.form-devis_wrapper #field_1_2 .gfield_checkbox li {
  display: inline-block;
  min-width: 130px;
}
.gform_wrapper.form-devis_wrapper #field_1_1 .gfield_checkbox li br,
.gform_wrapper.form-devis_wrapper #field_1_2 .gfield_checkbox li br {
  display: none;
}
.gform_wrapper.form-devis_wrapper input[type=email],
.gform_wrapper.form-devis_wrapper input[type=password],
.gform_wrapper.form-devis_wrapper input[type=tel],
.gform_wrapper.form-devis_wrapper input[type=text],
.gform_wrapper.form-devis_wrapper input[type=url],
.gform_wrapper.form-devis_wrapper textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 0;
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #D7D8D9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-indent: 0;
  color: #999;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #d8d8d8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.gform_wrapper.form-devis_wrapper input[type=email]:hover, .gform_wrapper.form-devis_wrapper input[type=email]:focus,
.gform_wrapper.form-devis_wrapper input[type=password]:hover,
.gform_wrapper.form-devis_wrapper input[type=password]:focus,
.gform_wrapper.form-devis_wrapper input[type=tel]:hover,
.gform_wrapper.form-devis_wrapper input[type=tel]:focus,
.gform_wrapper.form-devis_wrapper input[type=text]:hover,
.gform_wrapper.form-devis_wrapper input[type=text]:focus,
.gform_wrapper.form-devis_wrapper input[type=url]:hover,
.gform_wrapper.form-devis_wrapper input[type=url]:focus,
.gform_wrapper.form-devis_wrapper textarea:hover,
.gform_wrapper.form-devis_wrapper textarea:focus {
  border-color: #ababb3;
  outline: 0;
}
.gform_wrapper.form-devis_wrapper input[type=submit] {
  background: #2c2c2c;
  box-shadow: none;
  float: none;
  margin-right: 0;
  color: #fff;
  border: none;
  font-family: 'DINCondMediumRegular';
  font-size: 20px !important;
  font-weight: 500;
  text-transform: uppercase;
}
.gform_wrapper.form-devis_wrapper input[type=submit]:hover, .gform_wrapper.form-devis_wrapper input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
  color: #ddd;
  background: #0067AA;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.gform_wrapper.form-devis_wrapper .chosen-container-single .chosen-single {
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #D7D8D9;
  border-radius: 0px;
  background: white;
  box-shadow: 0 1px 0 0 #d8d8d8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  color: #999;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.form-devis .wpcf7-form p.part-pro,
.form-devis .wpcf7-form p.genre {
  width: auto;
}
.form-devis .wpcf7-form p.part-pro {
  margin-right: 45px;
}
.form-devis .wpcf7-form span.wpcf7-list-item.first {
  display: inline-block;
  min-width: 130px;
}
.form-devis .wpcf7-form span.wpcf7-list-item.first,
.form-devis .wpcf7-form span.wpcf7-list-item.last {
  margin-left: 0;
}
.form-devis .wpcf7-form input[type=checkbox] {
  display: inline-block;
  *display: inline;
  float: none;
}
.form-devis .wpcf7-form .wpcf7-list-item-label,
.form-devis .wpcf7-form p label {
  font-family: 'DINCondMediumRegular';
  font-size: 20px;
  font-size: 1.25rem;
  color: #2c2c2c;
  font-weight: 500;
}
.form-devis .wpcf7-form .wpcf7-validates-as-required .wpcf7-list-item-label:after {
  content: "*";
  color: red;
  font-weight: 700;
}
.form-devis .wpcf7-form input[type=email],
.form-devis .wpcf7-form input[type=text],
.form-devis .wpcf7-form input[type=url],
.form-devis .wpcf7-form input[type=tel],
.form-devis .wpcf7-form textarea {
  width: 363px;
}
.form-devis .wpcf7-form input[type=submit] {
  background: #2c2c2c;
  box-shadow: none;
  float: none;
  margin-right: 0;
  color: #fff;
  font-family: 'DINCondMediumRegular';
  font-size: 20px !important;
  font-weight: 500;
  text-transform: uppercase;
}
.form-devis .wpcf7-form input[type=submit]:hover, .form-devis .wpcf7-form input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
  color: #ddd;
  background: #0067AA;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

.wpcf7-form p {
  line-height: 2;
}
.wpcf7-form input {
  /* float: left; */
  margin-right: 10px;
}
.wpcf7-form .required {
  color: red;
  font-weight: 700;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url] {
  width: 50%;
  margin-top: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 0;
  padding: 0 10px;
  max-width: 100%;
  border: 1px solid #D7D8D9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #999;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #d8d8d8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.wpcf7-form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url] {
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 70%;
}
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form textarea:focus {
  border-color: #abadb3;
  outline: 0;
}
.wpcf7-form input[type="submit"] {
  background: #006BB1;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus {
  outline: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  color: #ddd;
  background: #0067AA;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.wpcf7-form:before, .wpcf7-form:after {
  content: " ";
  display: table;
}
.wpcf7-form:after {
  clear: both;
}

/* =Contenu du footer
-------------------------------------------------------------------- */
.inner-footer {
  margin: auto;
  max-width: 920px;
  width: 100%;
}

.main-footer {
  padding: 50px 0 40px 0;
  background-color: #ededed;
}
.main-footer .footer-box {
  float: left;
  width: 23.5%;
  font-family: 'SabonLTStdRoman';
  font-size: 14px;
  font-size: 0.875rem;
  border-right: 1px solid transparent;
}
.main-footer .footer-box .footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer .footer-box .footer-widget ul li a {
  color: #000;
  text-decoration: none;
}
.main-footer .footer-box .footer-widget ul li a:hover {
  color: #006bb0;
}
.main-footer .footer-box .widget-title {
  margin: 0;
  margin-bottom: 10px;
  color: #006bb0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'DINCondMediumRegular';
  font-weight: 500;
  text-transform: uppercase;
}
.main-footer .footer-box.two ul {
  margin-bottom: 10px;
}
.main-footer .footer-box.three {
  border-color: #000;
}
.main-footer .footer-box .nav.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .footer-box .nav.social li {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.main-footer .footer-box .nav.social li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.main-footer .footer-box .nav.social li a::before {
  margin: 0 .15em;
  font-family: "eclatdeverre";
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}
.main-footer .footer-box .nav.social li a[href*="twitter.com"]::before {
  content: '\e803';
}
.main-footer .footer-box .nav.social li a[href*="facebook.com"]::before {
  content: '\e802';
}
.main-footer .footer-box .nav.social li a[href*="plus.google.com"]::before {
  content: '\e801';
}
.main-footer .footer-box .nav.social li a[href*="pinterest.com"]::before {
  content: '\e800';
}
.main-footer .footer-box .nav.social li a[href*="twitter.com"]:hover {
  color: #3cf;
}
.main-footer .footer-box .nav.social li a[href*="facebook.com"]:hover {
  color: #3b5998;
}
.main-footer .footer-box .nav.social li a[href*="plus.google.com"]:hover {
  color: #dd4b39;
}
.main-footer .footer-box .nav.social li a[href*="pinterest.com"]:hover {
  color: #c8232c;
}
.main-footer .widget_recent_entries ul li a {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 200px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub-footer {
  padding: 5px 0;
  background-color: #3b3b3b;
}
.sub-footer .nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-footer .nav li {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
.sub-footer .nav li:last-child {
  margin-right: 0;
  float: right;
}
.sub-footer .nav li a {
  color: #fff;
  text-decoration: none;
}
.sub-footer .nav li a:hover {
  color: #006bb0;
}

/* Widget Newsletter */
.footer-box.four {
  padding-left: 35px;
}
.footer-box.four form {
  color: #000;
}
.footer-box.four form input:focus,
.footer-box.four form input:active {
  outline: 0;
}
.footer-box.four .newsletter-title {
  margin: 0;
  color: #000;
  line-height: 1;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: HelveticaBoCoOb, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: oblique;
  text-transform: uppercase;
}
.footer-box.four .newsletter-title em {
  color: #006bb0;
  display: block;
  font-size: 33px;
  font-size: 2.0625rem;
}
.footer-box.four .nl-email {
  margin: 10px 0;
}
.footer-box.four .nl-send {
  background-color: #000;
  color: #fff;
  border: none;
}

/* =Helpers
-------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

/* =Styles par d├®faut requis par WordPress (pour certains)
-------------------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

.assistive-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.wp-caption {
  margin: 0 1em;
  padding: 10px;
  max-width: 90%;
  background-color: #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.gallery-caption {
  padding: 0;
}

.gallery-icon {
  margin-bottom: 0;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: #888;
}

/* =Responsive
-------------------------------------------------------------------- */
@media screen and (max-width: 470px) {
  .badge-store img {
    width: 45px;
  }

  body.page .main-container {
    margin-top: 55px;
  }

  .site-header {
    height: 55px;
  }
  .site-header .site-title {
    margin: 7px 0;
  }
  .site-header .site-title a {
    display: block;
    line-height: 0;
    margin: 0;
  }
  .site-header.littleboy {
    height: auto;
  }
  .site-header.littleboy .site-title {
    margin: 7px 0;
  }
  .site-header.littleboy .site-title a img {
    height: 40px;
  }
  .site-header .site-title a img {
    height: 40px;
  }
  .site-header .main-nav-left, .site-header .main-nav-right {
    display: none;
  }
  .site-header .mobile-icn {
    display: block;
  }
  .site-header .mobile-menu {
    display: block;
  }

  .featured-col {
    float: none;
    max-width: 100%;
  }
  .featured-col:first-of-type:after, .featured-col:last-of-type:after {
    display: none;
  }
  .featured-col h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .featured-col.visible {
    background-color: #000;
  }
  .featured-col.visible h2, .featured-col.visible p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear;
            transition: opacity .1s linear;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .home-pro:before {
    display: none;
  }
  .home-pro .section-title {
    font-size: 50px;
    font-size: 3.125rem;
  }

  ul.left-menu {
    display: none;
  }

  article.page .page-title,
  .mag-container .mag-inner article.magasin .edv-head {
    font-size: 50px;
    font-size: 3.125rem;
  }
  article.page .page-title span:before,
  article.page .page-title span:after,
  .mag-container .mag-inner article.magasin .edv-head span:before,
  .mag-container .mag-inner article.magasin .edv-head span:after {
    left: -45px;
    width: 25px;
  }
  article.page .page-title span:after,
  .mag-container .mag-inner article.magasin .edv-head span:after {
    right: -45px;
    left: inherit;
  }
  article.page .page-title em,
  .mag-container .mag-inner article.magasin .edv-head em {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .inner-page {
    padding: 0 15px;
    max-width: 330px;
    width: 93%;
  }

  .main-footer {
    padding: 20px 0 10px 0;
  }
  .main-footer .footer-box {
    float: none;
    width: 100%;
    border-right: none;
  }
  .main-footer .footer-box.one, .main-footer .footer-box.two {
    float: left;
    width: 50%;
  }
  .main-footer .footer-box.two:after {
    clear: both;
  }
  .main-footer .footer-box.four {
    padding-left: 0;
  }

  .mag-content,
  article.page .page-container {
    padding: 0 10px;
  }

  .liste-mag-wrapper .liste-magasins {
    width: 90%;
  }

  .sub-footer .nav li {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .sub-footer .nav li:last-child {
    float: none;
  }

  .inner-footer {
    max-width: 330px;
  }
}
@media screen and (max-width: 320px) {
  /*     .inner-page {
          padding: 0 15px;
          max-width: 330px;
          width: 100%;
      }

      .inner-footer {
          max-width: 330px;
      } */
}

#gform_submit_button4{
	background: #0067AA !important;
}

#gform_submit_button4:hover{
	background: #003d66 !important;
}




/* PAGE PRO */

body.page-template-tpl-pro .vc_row.wpb_row.vc_row-fluid{
  width:920px;
  margin:auto;
  position:relative;
  left:-15px !important;
}

@media (max-width: 1199px){
  
  body.page-template-tpl-pro .vc_row.wpb_row.vc_row-fluid{
    width:920px;
  }  
}

@media (max-width: 991px){
  
body.page-template-tpl-pro .vc_row.wpb_row.vc_row-fluid{
    width:750px;
  }  
}

@media (max-width: 767px){

  body.page-template-tpl-pro .vc_row.wpb_row.vc_row-fluid{
      width:100%;
    }  
}

body.page-template-tpl-pro .main-container{
  color:#000;
  font-family: "DINCondRegularRegular";
  font-size: 20px;
}

body.page-template-tpl-pro .main-container .wpb_text_column {
  line-height: 24px;
}

body.page-template-tpl-pro .choix-sur-mesure .wpb_text_column{
  font-family: "SabonLTStdItalic";
  font-size: 24px;
  line-height: 30px !important;
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item.vc_active{
  visibility: visible;
}



 /* TITRE AVEC BARRE HORIZONTALE */

body.page-template-tpl-pro div.category_title{
  text-align: center;
  overflow: hidden;
}
body.page-template-tpl-pro div.category_title span{
  font-size:45px;
  width:auto;
  position: relative;
  font-family: "DINCondBoldRegular";
  color:#000;
}

body.page-template-tpl-pro div.category_title span:before,
body.page-template-tpl-pro div.category_title span:after{
  content:" ";
  border-bottom:2px solid #000;
  top:50%;
  height:1px;
  width:50%;
  display: block;
  position:absolute;
}

body.page-template-tpl-pro div.category_title span:before{
  left:-60%;
}

body.page-template-tpl-pro div.category_title span:after{
  right:-60%;
}

body.page-template-tpl-pro .intro-pro div.subtitle{
  font-family: "SabonLTStdItalic";
  font-size: 24px;
  line-height: 28px;
  margin-top: -10px;
  text-align: center;
}

body.page-template-tpl-pro .innertitle{
  font-size:48px;
  line-height:52px !important;
  margin-bottom:0 !important;
}
body.page-template-tpl-pro .innertitle p{
  margin-bottom:20px;
}
body.page-template-tpl-pro .innertitle p:last-child,
body.page-template-tpl-pro .innertitle .wpb_wrapper p:last-child{
  display: none;
  margin-bottom: 0 !important;
}

body.page-template-tpl-pro .formulaire-devis,
body.page-template-tpl-pro .formulaire-devis div.category_title span{
  color:#f1f1f1;
}

body.page-template-tpl-pro .formulaire-devis div.category_title span:before,
body.page-template-tpl-pro .formulaire-devis div.category_title span:after{
  border-bottom:2px solid #f1f1f1;
}


body.page-template-tpl-pro .formulaire-devis form .gfield_required{
  display:none;
}


body.page-template-tpl-pro .gfield_checkbox li{
  display: inline-block;
  margin-bottom:0;
}
body.page-template-tpl-pro .gform_footer{
  text-align: center;
}
body.page-template-tpl-pro .gform_footer p,
body.page-template-tpl-pro .gform_footer p br,
body.page-template-tpl-pro .date-souhaitee p,
body.page-template-tpl-pro .gfield_checkbox li br{
  display:none;
}


body.page-template-tpl-pro .formulaire-devis input{background: transparent !important;}

body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="email"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="number"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="password"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="tel"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="text"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="checkbox"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="url"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper textarea{
  background: transparent !important;

}

body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="email"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="number"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="password"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="tel"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="text"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="url"],
body.page-template-tpl-pro .formulaire-devis .gform_wrapper textarea{
  width: 100% !important;
  box-sizing:border-box !important;
  border:1px solid #f1f1f1;
  padding-left:10px;
  padding-right:10px;
}


body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.nom > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.prenom > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.societe > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.postal > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.postal .address_zip label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.postal > div p,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.telephone > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.mail > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.qty > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.date-souhaitee > label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.projet > label{display:none;}

body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.postal > div span{
  margin:0;
  padding:0;
  min-height: auto !important;
  width: 100%;
}
body.page-template-tpl-pro .formulaire-devis .gform_wrapper .ginput_complex.ginput_container{
  overflow: visible;
}


body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.nom,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.prenom,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.societe,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.postal,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.telephone,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.mail,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.qty,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper li.date-souhaitee{
  float:left;
  width: 50%;
  clear:none;
}


body.page-template-tpl-pro .gfield_checkbox li input{display: inline-block; float:left;}
body.page-template-tpl-pro .gform_wrapper .gfield_checkbox li label,
body.page-template-tpl-pro .gform_wrapper .gfield_radio li label {display: inline-block; float:right; font-family: "DINCondRegularRegular" !important;}


body.page-template-tpl-pro .gfield_checkbox li br  {
    content: ' '
}
body.page-template-tpl-pro .gfield_checkbox li br:after {
    content: ' '
}

body.page-template-tpl-pro .gform_wrapper .top_label .gfield_label{
  margin-bottom:0;
}
body.page-template-tpl-pro .gform_wrapper label.gfield_label + div.ginput_container{
  margin-top: 0;
}

body.page-template-tpl-pro .gform_wrapper .gsection{
  padding:0;
  margin:0;
} 



body.page-template-tpl-pro .formulaire-devis .gform_wrapper input[type="checkbox"]{
  background:#2b2b2b;
}

body.page-template-tpl-pro .formulaire-devis .gform_wrapper .gsection .gfield_label,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper h2.gsection_title,
body.page-template-tpl-pro .formulaire-devis .gform_wrapper h3.gform_title{
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}


body.page-template-tpl-pro .gform_footer input[type=submit]{
  background:#3974ba !important;
  border:0px none !important;
}


body.page-template-tpl-pro .gform_wrapper li.fichier > div *{
  font-size:18px !important;
}

body.page-template-tpl-pro ul.left-menu li,
body.page-template-tpl-pro ul.left-menu li *{
  background-color:#3974ba !important;
  color:#f1f1f1 !important; 
  -webkit-transition: margin-left 0.2s ease-in-out;
          transition: margin-left 0.2s ease-in-out;
}

body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
  margin-top:0;
  margin-bottom: 0;
}
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  background-color: transparent !important;
  border: 0px none; 
}
body.page-template-tpl-pro .gform_wrapper .top_label .gfield_error{
  width:100%;
}
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
  margin:0;
}
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin:0;
}
body.page-template-tpl-pro .gform_wrapper .gfield_error .gfield_label,
body.page-template-tpl-pro .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body.page-template-tpl-pro .gform_wrapper li.gfield_error ul.gfield_checkbox,
body.page-template-tpl-pro .gform_wrapper li.gfield_error ul.gfield_radio,
body.page-template-tpl-pro .gform_wrapper .validation_message{
  color:#cc0000;
}
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body.page-template-tpl-pro .gform_wrapper li.gfield_html {
  width:100%;
  max-width:100%;
}
body.page-template-tpl-pro .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  max-width:100%;
  width:100%;
  padding:0 !important;
  font-weight: normal;
}
body.page-template-tpl-pro .gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message,
body.page-template-tpl-pro .gform_wrapper .ginput_container + .gfield_description.validation_message{
  margin-top:0;
}

body.page-template-tpl-pro .gform_wrapper div.validation_error{
  background:#990000;
  width:100%;
  color:#f1f1f1;
  box-sizing: border-box;
  padding:10px 15px;
  font-weight:normal;
  font-size:22px;
  margin-bottom:0px;
}
body.page-template-tpl-pro .gform_wrapper .type-travaux{
  box-sizing: border-box;
  border:1px solid #f1f1f1;
  padding-left:10px;
  padding-right:10px;
}

/* FIN PAGE PRO */

/* ANTADIS */
/* Accueil Blog*/

div.wpb_single_image.blogimage{}
    div.wpb_single_image.blogimage h2.wpb_heading{
        bottom:35px;
        display: block;
        left:15px;
        margin:0;
        position:absolute;
        text-align:center;
        text-transform: uppercase;
        font-size:32px;
        font-weight:normal;
        font-family: "DINCondMediumRegular";
        width:calc(100% - 30px);
        color:#4d4d4d;
        background:rgba(255,255,255,0.7); }
        div.wpb_single_image.blogimage h2.wpb_heading span{
          position:relative;
          padding:0 30px;
        }
    div.wpb_single_image.blogimage h2.wpb_heading span:before,
    div.wpb_single_image.blogimage h2.wpb_heading span:after{
      content:" ";
      position:absolute;
    }

    div.wpb_single_image.blogimage h2.wpb_heading span:before{
      left:0;
      top:calc(50% - 12px);
      border-top:12px solid transparent;
      border-left:24px solid transparent;
      border-bottom:12px solid transparent;
    }
    div.wpb_single_image.blogimage h2.wpb_heading span:after{
      right:0;
      top:calc(50% - 12px);
      border-top:12px solid transparent;
      border-right:24px solid transparent;
      border-bottom:12px solid transparent;
    }
    div.wpb_single_image.blogimage h2.wpb_heading span a{
        color:#4d4d4d;
        text-decoration: none;
    }



    div.wpb_single_image.blogimage.inspiration h2.wpb_heading span:before{
      border-left-color: #f7a8aa;
    }
    div.wpb_single_image.blogimage.inspiration h2.wpb_heading span:after{
      border-right-color: #f7a8aa;
    }



    div.wpb_single_image.blogimage.conseils h2.wpb_heading span:before{
      border-left-color: #e6c363;
    }
    div.wpb_single_image.blogimage.conseils h2.wpb_heading span:after{
      border-right-color: #e6c363;
    }



    div.wpb_single_image.blogimage.actualites h2.wpb_heading span:before{
      border-left-color: #9dcfd4;
    }
    div.wpb_single_image.blogimage.actualites h2.wpb_heading span:after{
      border-right-color: #9dcfd4;
    }



    div.wpb_single_image.blogimage.tutos h2.wpb_heading span:before{
      border-left-color: #ad7885;
    }
    div.wpb_single_image.blogimage.tutos h2.wpb_heading span:after{
      border-right-color: #ad7885;
    }



    div.wpb_single_image.blogimage.coursateliers h2.wpb_heading span:before{
      border-left-color: #9fd6bd;
    }
    div.wpb_single_image.blogimage.coursateliers h2.wpb_heading span:after{
      border-right-color: #9fd6bd;
    }



    div.wpb_single_image.blogimage.lexique h2.wpb_heading span:before{
      border-left-color: #97a7d6;
    }
    div.wpb_single_image.blogimage.lexique h2.wpb_heading span:after{
      border-right-color: #97a7d6;
    }



/* SIdebar */
select#page_id,
.edv-sidebar .widget_stores select{
  border:1px solid #006bb0;
  width:calc(90% + 24px);
  color:#818181;
  padding:7px 0;
  font-family: "DINCondMediumRegular";
}
.edv-sidebar .widget .widget-title{
  padding:0;
  font-size:24px;
}

/* Antadis - Menu blog */

.edv-sidebar ul#sticky_post,
.edv-sidebar ul#menu-le-blog{
    list-style: none;
    padding-left:0;
}
.edv-sidebar ul#menu-le-blog li {
  padding:0 5px;
  margin-bottom:10px;
}
.edv-sidebar ul#menu-le-blog li a{
  text-transform: uppercase;
  text-decoration: none;
  font-family: "DINCondMediumRegular";
  font-size:22px;
  color:#f1f1f1;
  display: block;
}
.edv-sidebar ul#menu-le-blog li a:hover{
  text-decoration: underline;
}

.edv-sidebar ul#menu-le-blog li.menu-inspiration{background: #f7a8aa}
.edv-sidebar ul#menu-le-blog li.menu-tutos{background: #ad7885}
.edv-sidebar ul#menu-le-blog li.menu-actualites-magasins{background: #9dcfd4}
.edv-sidebar ul#menu-le-blog li.menu-conseils{background: #e6c363}
.edv-sidebar ul#menu-le-blog li.menu-cours-ateliers{background: #9fd6bd}
.edv-sidebar ul#menu-le-blog li.menu-lexique{background: #97a7d6}


.edv-sidebar input.nl-email{
  display:block;
  width:100%;
  padding:0 5px;
  height:32px;
  line-height:32px;
  border:1px solid #006bb0;
  box-sizing:border-box;
  margin-bottom:10px;
}
.edv-sidebar input.nl-send{
  height:32px;
  line-height:32px;
  border:0px none;
  background:#006bb0;
  color:#f1f1f1; 
}
.edv-sidebar ul#sticky_post{
  text-align: center;
}
.edv-sidebar ul#sticky_post li{
  margin-bottom: 30px; 
}
.edv-sidebar ul#sticky_post a.postThumbnail{
  width:150px;
  height:150px;
  border-radius:50%;
  display: block;
  margin:auto;
  overflow: hidden;
  margin-bottom:10px;
}
.edv-sidebar ul#sticky_post a.postTitle{
  text-transform: none;
  text-decoration: none;
  color:#333;
  font-weight:bold;
  font-family: "DINCondMediumRegular";
  font-size: 22px;
}
.edv-sidebar ul#sticky_post a.postTitle:hover{
  text-decoration: underline;
}
.edv-sidebar ul#sticky_post a.postTitle span{
  display:block;
  font-weight: normal;
}


.edv-sidebar ul#menu-nos-blogs-preferes{
  list-style: none;
  padding-left:0px;
}

.edv-sidebar ul#menu-nos-blogs-preferes li{
  padding-left:15px;
  position:relative;
}
.edv-sidebar ul#menu-nos-blogs-preferes li a{
  font-family: "DINCondBoldRegular";
  color:#818181;
  text-decoration: none;
  font-size:18px;
}
.edv-sidebar ul#menu-nos-blogs-preferes li.open:before{
  content:"-";
  display: block;
  width:15px;
  height:15px;
  position:absolute;
  left:0;
  top:2px;
  font-weight: bold;
  color:#006bb0;
}

.edv-sidebar ul#menu-nos-blogs-preferes li.closed:before{
  content:"+";
  display: block;
  width:15px;
  height:15px;
  font-weight: bold;
  position:absolute;
  left:0;
  top:2px;
  color:#006bb0;
}

.edv-sidebar ul#menu-nos-blogs-preferes li ul{
  display: none;
}
.edv-sidebar ul#menu-nos-blogs-preferes li ul li a{
  text-decoration: underline;
}

body.archive.tag article:first-child,
body.archive.tag article:first-child.sticky,
body.archive.category article:first-child,
body.archive.category article:first-child.sticky{
  width:100%;
  float:none;
}
body.archive.tag article:first-child img,
body.archive.tag article:first-child.sticky img,
body.archive.category article:first-child img,
body.archive.category article:first-child.sticky img{
  width:100%;
  height:auto;
}
body.archive.tag article,
body.archive.tag.paged article:first-child,
body.archive.tag.paged article,
body.archive.category article,
body.archive.category.paged article:first-child,
body.archive.category.paged article{
  width:48%;
  margin-right:4%;
  float:left;
  position: relative;
}
body.archive.tag.paged article:nth-child(2n+2),
body.archive.tag article:nth-child(2n+1),
body.archive.category.paged article:nth-child(2n+2),
body.archive.category article:nth-child(2n+1){
  margin-right:0;
}

body.archive.tag.paged article:nth-child(2n+1),
body.archive.category.paged article:nth-child(2n+1){
  margin-right:4%;
}



body.archive.tag article.sticky > span,
body.archive.category article.sticky > span{
  font-family: "DINCondBoldRegular";
  display:block;
  position: absolute;
  width:auto;
  top:30px;
  left:0;
  background:#3974ba;
  text-transform: uppercase;
  color:#fff;
  padding:0px 20px;
  font-size:22px;
}

body.archive.tag article a.read-more,
body.archive.category article a.read-more{
  display: block;
  max-height:208px;
  min-height:208px;
  height:208px;
  overflow: hidden;
}

body.archive.tag article a.read-more img,
body.archive.category article a.read-more img{
  width:100%;
  height:auto;
}

body.archive.tag article h2 a,
body.archive.category article h2 a{
  display: block;
  color:#333;
  font-size:20px;
  line-height: 24px;
  text-transform: uppercase;
}

body.archive.tag article h2.post-title,
body.archive.category article h2.post-title{
  background:rgba(255,255,255,0.8);
  padding:10px 15px;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}

body.archive.tag nav.alu-pagination,
body.archive.category nav.alu-pagination{
  clear: both;
  margin-bottom:20px;
}
body.archive.tag nav.alu-pagination span,
body.archive.tag nav.alu-pagination a,
body.archive.category nav.alu-pagination span,
body.archive.category nav.alu-pagination a{
  font-family: "DINCondBoldRegular";
  text-decoration: none;
  font-size:20px;
  display: block;
  width:40px;
  height:40px;
  line-height: 40px;
  text-align: center;
  float:left;
  background:#dcdcdc;
  margin-right:7px;
}
body.archive.tag nav.alu-pagination a:last-child,
body.archive.category nav.alu-pagination a:last-child{
  margin-right: 0px;
}
body.archive.category nav.alu-pagination span.current,
body.archive.tag nav.alu-pagination span.current{
  background:transparent;
  border:1px solid #5b8cc4;
  box-sizing: border-box;
  color:#3974ba;
}
body.archive.tag nav.alu-pagination span.dots,
body.archive.category nav.alu-pagination span.dots{
  color:#3974ba;
}
body.archive.tag nav.alu-pagination a.prev,
body.archive.tag nav.alu-pagination a.next,
body.archive.category nav.alu-pagination a.prev,
body.archive.category nav.alu-pagination a.next{
  width:auto;
  padding:0 10px;
}

body.tag div.category_title,
body.page div.category_title,
body.archive.category div.category_title{
  text-align: center;
  overflow: hidden;
}

body.tag div.category_title span,
body.page div.category_title span,
body.archive.category div.category_title span{
  font-size:45px;
  width:auto;
  position: relative;
  font-family: "DINCondBoldRegular";
  color:#000;
}

body.tag div.category_title span:before,
body.tag div.category_title span:after,
body.page div.category_title span:before,
body.page div.category_title span:after,
body.archive.category div.category_title span:before,
body.archive.category div.category_title span:after{
  content:" ";
  border-bottom:2px solid #000;
  top:50%;
  height:1px;
  width:50%;
  display: block;
  position:absolute;
}

body.tag div.category_title span:before,
body.page div.category_title span:before,
body.archive.category div.category_title span:before{
  left:-60%;
}

body.tag div.category_title span:after,
body.page div.category_title span:after,
body.archive.category div.category_title span:after{
  right:-60%;
}



body.single.single-post div.tags-metas{
  background:#e5e5e5;
  font-family: "DINCondMediumRegular";
  padding:5px 10px;
  margin:10px 0 30px 0;
}
body.single.single-post div.tags-metas a{
  text-transform: none;
  text-decoration: none;
  color:#000;
}

body.single.single-post p.share_title{
  font-size:28px;
  margin-bottom:10px;
  color:#000;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: "DINCondMediumRegular";

}

body.single.single-post .shareaholic-canvas{
  background:#e5e5e5;
}

.post-container .post-inner .bawmrp{
  background: #e5e5e5;
  padding:20px 30px 30px 30px;
}
.post-container .post-inner .bawmrp h3{
  margin-top:0;
  font-family: "DINCondMediumRegular" !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal !important;
  font-size:28px;
  font-weight:normal;
}
.post-container .post-inner .bawmrp ul{
  width:100%;
  margin:0 !important;
  padding:0 !important;
  display: block !important;
}
.post-container .post-inner .bawmrp ul li{
  width:33.3333%;
  margin:0;
  box-sizing: border-box;
  border:0px none;
  padding:0 15px;
  float:left;
  position:relative;
  overflow: hidden;
}
.post-container .post-inner .bawmrp ul li img{
  max-width:100%;
  width:100%;
  height:100%;
}
.post-container .post-inner .bawmrp ul li a{
  display:block;
  position:relative;
  min-height: 150px;
  max-height: 150px;
  height:150px;
}
.post-container .post-inner .bawmrp ul li a span{
  background:rgba(255,255,255,0.8);
  padding:10px 15px;
  position:absolute;
  width:100%;
  left:0px;
  bottom:0;
  max-width:calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'DINCondMediumRegular';
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.post-container .post-inner .category_description{
  text-align:center;
  font-family: "SabonLTStdRoman";
  margin:50px 0 40px 0;
}

.post-container .post-inner .widget_stores,
.post-container .post-inner .widget_stores select option{
  width:100%;
  font-family: "DINCondMediumRegular";
  text-transform: uppercase;
  color:#818181;
}
.post-container .post-inner .widget_stores{
  margin-top:20px;
  text-align: center;
}

.post-container .post-inner .widget_stores select{
  width:80%;
  text-align: center;
  margin:auto;
  border:1px solid #000;
  padding:7px 0;
}



/* LEXIQUE */
  body.page-id-11013 article.post-11013 .page-container .faq-container > .vc_column-inner{
  	padding-right:0;
  }
  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default{
  	width:calc(50% - 20px);
  	float:left;
  	margin-right:20px;
  }
  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default.vc_toggle_active{
  	width:calc(100% - 20px);
  }

  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default div.vc_toggle_title{
  	height:110px;
  	max-height:110px;
  	line-height:110px;
  }
  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default div.vc_toggle_title h4{
  	margin:0;
  	margin-left:calc(50% - 57px);
  	background:#fff;
  	border-radius:120px;
  	font-family: 'DINCondMediumRegular';
  	font-size:44px;
  	width:90px;
  	height:90px;
  	line-height:85px;
  	display:block;
  	text-align: center;
  	text-transform: lowercase;
  	margin-top:20px;
  }
  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default.vc_toggle_active div.vc_toggle_title h4{
  	margin-left:calc(23% - 71px);
  }
  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default.vc_toggle_active div.vc_toggle_title:after{
  	content:"COMME...";
    	font-family: 'DINCondMediumRegular';
  	position:absolute;
  	top:-5px;
  	right:0;
  	background:#fff;
  	width:51.5%;
  	height:130px;
  	line-height:130px;
  	font-size:34px;
  	text-align:center;
  }
  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default div.vc_toggle_content{
  	background:#fff;
  	margin:0;
  	padding:0;
  }

  body.page-id-11013 article.post-11013 .page-container div.vc_toggle_default div.vc_toggle_title .vc_toggle_icon{
  	display: none;
  }

/* LEXIQUE */


/* Recherche */
body.search div.search_term{
	background:#e5e5e5;
	text-align: center;
	font-size:22px;
  	font-family: 'DINCondMediumRegular';
	text-transform: uppercase;
	padding:5px;
	margin-top:20px;
	margin-bottom: 20px;
}
body.search article {
	border:1px solid #e5e5e5;
	margin-bottom:20px;
}
body.search article .post-thumbnail{
	width:calc(45% - 20px);
	float:left;
	margin-right:20px;
}
body.search article .post-content{
	width:55%;
	box-sizing: border-box;
	float:left;
	padding-right:10px;
}
body.search article .post-content h2.post-title{
	font-size:20px;
	line-height: 24px;
	text-transform: uppercase;
}
body.search article .post-content h2.post-title a{
	color:#333;
}
body.search article .post-content .post-date {
    color: #333;
    font-family: "DINCondMediumRegular";
    font-size: 14px;
    text-transform: uppercase;
}
body.search article .post-content ul.taxo-metas{
	margin: 0 0 0 5px;
}
body.search article .post-content p {
	margin-top:5px;
	font-size:16px;
	line-height:18px;
}
body.search article .post-content a.read-more{
	background:#e5e5e5;
	text-decoration: none;
	padding:3px 7px;
	text-transform: uppercase;
    font-family: "DINCondMediumRegular";
}


/* Calendar */
.tribe-events-ajax-loading, .trive-events-spinner-medium{
    display:none !important;
}

.tribe-this-week-widget-header-date{
  text-align: left !important;
  font-family: 'DINCondRegularRegular';
  text-transform: capitalize;
}
.tribe-this-week-widget-header-date{
  border-left:1px solid #dcdcdc !important;
  border-bottom:1px solid #dcdcdc !important;
  padding:0 5px;
}
.tribe-this-week-widget-day-1 .tribe-this-week-widget-header-date{
  border-left:0px none !important;
}
.tribe-this-week-widget-header-date .day{
  font-size:24px;
  line-height: 24px;
  display: block;
}
.tribe-this-week-widget-header-date .date{
  font-size:50px;
  line-height:50px;
  font-family: "DINCondMediumRegular";
  display: block;
}
/*
.tribe-events-category-aquarelle{ background-color:#d3d0c9; }
.tribe-events-category-aquarelle:hover{ background-color:#9d9b94; }

.tribe-events-category-cartonnage{ background-color:#eab8b7; }
.tribe-events-category-cartonnage:hover{ background-color:#b08281; }

.tribe-events-category-encadrement{ background-color:#f26a5a; }
.tribe-events-category-encadrement:hover{ background-color:#b4312c; }

.tribe-events-category-marqueterie{ background-color:#cec36a; }
.tribe-events-category-marqueterie:hover{ background-color:#958d36; }

.tribe-events-category-peinture{ background-color:#bdddd8; }
.tribe-events-category-peinture:hover{ background-color:#88a7a2; }

.tribe-events-category-peinture-sur-porcelaine{ background-color:#7fafaf; }
.tribe-events-category-peinture-sur-porcelaine:hover{ background-color:#4b7a7a; }

.tribe-events-category-reliure{ background-color:#f6d8d8; }
.tribe-events-category-reliure:hover{ background-color:#bea1a2; }
*/
.tribe-this-week-widget-day-wrap{
  position:relative;
  z-index:1;
}

.type-tribe_events{
  position:absolute;
  z-index:2;
}
.type-tribe_events{
  left:0;
  right:0;
  border-radius:5px;
  padding:0 5px;
}
.type-tribe_events h2.entry-title.summary{
  font-size:10px !important;
  font-family: "DINCondMediumRegular" !important;
  text-transform: uppercase;
  margin:0;
}
.type-tribe_events a{
  color:#333;
  display: block;
  height:80%;
  text-decoration: none;
}

.type-tribe_events.start-08-00{top:0;}
.type-tribe_events.start-08-30{top:30px;}
.type-tribe_events.start-09-00{top:60px;}
.type-tribe_events.start-09-30{top:90px;}
.type-tribe_events.start-10-00{top:120px;}
.type-tribe_events.start-10-30{top:150px;}
.type-tribe_events.start-11-00{top:180px;}
.type-tribe_events.start-11-30{top:210px;}
.type-tribe_events.start-12-00{top:240px;}
.type-tribe_events.start-12-30{top:270px;}
.type-tribe_events.start-13-00{top:300px;}
.type-tribe_events.start-13-30{top:330px;}
.type-tribe_events.start-14-00{top:360px;}
.type-tribe_events.start-14-30{top:390px;}
.type-tribe_events.start-15-00{top:420px;}
.type-tribe_events.start-15-30{top:450px;}
.type-tribe_events.start-16-00{top:480px;}
.type-tribe_events.start-16-30{top:510px;}
.type-tribe_events.start-17-00{top:540px;}
.type-tribe_events.start-17-30{top:570px;}
.type-tribe_events.start-18-00{top:600px;}
.type-tribe_events.start-18-30{top:630px;}
.type-tribe_events.start-19-00{top:660px;}
.type-tribe_events.start-19-30{top:690px;}
.type-tribe_events.start-20-00{top:720px;}
.type-tribe_events.start-20-30{top:750px;}
.type-tribe_events.start-21-00{top:780px;}

.type-tribe_events.duration-1800{height:30px;} 
.type-tribe_events.duration-3600{height:60px;} /* 1h*/
.type-tribe_events.duration-5400{height:90px;} 
.type-tribe_events.duration-7200{height:120px;} /* 2h*/
.type-tribe_events.duration-9000{height:150px;} 
.type-tribe_events.duration-10800{height:180px;} /* 3h*/
.type-tribe_events.duration-12600{height:210px;} 
.type-tribe_events.duration-14400{height:240px;} /* 4h*/
.type-tribe_events.duration-16200{height:270px;} 
.type-tribe_events.duration-18000{height:300px;} /* 5h*/
.type-tribe_events.duration-19800{height:330px;} 
.type-tribe_events.duration-21600{height:360px;} /* 6h*/
.type-tribe_events.duration-23400{height:390px;}
.type-tribe_events.duration-25200{height:420px;} /* 7h*/
.type-tribe_events.duration-27000{height:450px;}
.type-tribe_events.duration-28800{height:480px;} /* 8h*/
.type-tribe_events.duration-30600{height:510px;}
.type-tribe_events.duration-32400{height:540px;} /* 9h*/
.type-tribe_events.duration-34200{height:570px;}
.type-tribe_events.duration-36000{height:600px;} /* 10h*/
.type-tribe_events.duration-37800{height:630px;}
.type-tribe_events.duration-39600{height:660px;} /* 11h*/
.type-tribe_events.duration-41400{height:690px;}
.type-tribe_events.duration-43200{height:720px;} /* 12h*/
.type-tribe_events.duration-45000{height:750px;}
.type-tribe_events.duration-46800{height:780px;} /* 13h*/


.calendar-hours{
  border-left:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  height:60px;
  box-sizing: border-box;
  min-height: 60px;
  max-height: 60px;
}

.tribe-this-week-widget-day-1 .calendar-hours{
  border-left:0px none;
}

.type-tribe_events .duration{
  font-size:12px;
  font-family: "DINCondMediumRegular" !important;
}
.type-tribe_events .tribe-organizer{
  font-family: 'SabonLTStdRoman';
  font-size:10px;
  font-style: italic;
}

.select_agenda_cat{
  text-align: center;
}

.tribe-this-week-widget-wrapper{
  background:#000;
}
h2.tribe-events-page-title{
  color:#f1f1f1;
}
ul.tribe-events-sub-nav{
  background: #ededed;
  margin:0;
}
div.tribe-this-week-widget-weekday-wrapper{
  background:#fff;
}
div.tribe-this-week-widget-wrapper > p{
  display:none;
}

.page-template-tpl-atelier .tribe-this-week-event {
  border-left:0px none !important;
}

.tribe-events-sub-nav > br,
.tribe-events-sub-nav > p{
  display: none;
}
.entry-content ul.tribe-events-sub-nav .tribe-this-week-nav-link,
.tribe-events-sub-nav .tribe-this-week-nav-link{
  display: block;
  float: left;
  margin:15px;
}
.entry-content ul.tribe-events-sub-nav .tribe-this-week-nav-link a,
.tribe-events-sub-nav .tribe-this-week-nav-link a{
  text-decoration: none;
  border-radius: 5px;
  display: block;
  padding:5px 10px;
  font-family: "SabonLTStdRoman";
  font-size: 18px;
  font-style: italic;
}
.entry-content ul.tribe-events-sub-nav .tribe-this-week-nav-link a.active,
.tribe-events-sub-nav .tribe-this-week-nav-link a.active{
  background:#006bb0;
  color:#f1f1f1;
}


/* SIDEBAR */

aside.edv-sidebar .widget_text .textwidget ul.socials{
	list-style: none;
	margin:0;
	padding:0;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li{
	float:left;
	margin:10px 10px 5px 0;
	height:47px;
	width:47px;
	line-height: 47px;
	text-align: center;
}

aside.edv-sidebar .widget_text .textwidget ul.socials li:nth-child(4){
  clear:left;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li a{
	border-radius:75px;
	font-size:20px;
	display:block;
	color:#fff !important;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li.fb a{
	background:#6094cb;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li.pinterest a{
	background:#f49d9a;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li.instagram a{
	background:#5962a4;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li.youtube a{
	background:#ec7181;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li.googleplus a{
	background:#e9835d;
}
aside.edv-sidebar .widget_text .textwidget ul.socials li.twitter a{
	background:#93d3d7;
}




.col-xs-12{
  float:left;
  width: 100%;
}
.tribe-events-event-image{
  text-align:center !important;
}

@media all (min-width: 768px){
  .col-sm-4{
    float:left;
    width:33.3333%;
  }

  .col-sm-8{
    float:left;
    width: 66.6667%;;
  }
}
@media (min-width: 992px){
  .col-md-4{
    float:left;
    width:33.3333%;
  }

  .col-md-8{
    float:left;
    width: 66.6667%;;
  }
}

body.page-template-tpl-partenaires .vc_gitem-is-link h4{
  margin:0px;
  font-size:20px;
}

body.page-template-tpl-partenaires .txt-black-col{
  font-family: "DINCondRegularRegular";
  font-size:30px;
  line-height:34px;
}
body.page-template-tpl-partenaires .vc_gitem-post-data-source-post_title{
  text-transform: uppercase;
  font-family: "DINCondRegularRegular";
  
}
section.widget .textwidget a.widget-title{
  text-decoration: none;
}

a.partageons{
  display: table-row;
  text-decoration: none;
}
a.partageons img{
  display: table-cell;
  vertical-align: bottom;
  width:100%;
}
a.partageons span{
  width:83%;
  padding-left: 3%;
  vertical-align: bottom;
  display: table-cell;
  text-decoration: none;
  font-size:12px;
  line-height:16px;
}



/* PAGES MAGASINS */

body.page-template-tpl-magasins h1.wpb_heading{
  color:#000;
  background:#e5e5e5;
  font-family: "DINCondMediumRegular";
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px;
}

body.page-template-tpl-magasins h2.wpb_heading{
  position:relative;
  display: block;
  margin:0;
  text-align:center;
  text-transform: uppercase;
  font-size:32px;
  font-weight:normal;
  font-family: "DINCondRegularRegular";
  color:#4d4d4d;
  background:#abd4da;
  padding:5px 0px;
}
body.page-template-tpl-magasins h2.wpb_heading strong{
  position:relative;
  padding:0 30px;
}
body.page-template-tpl-magasins h2.wpb_heading strong:before,
body.page-template-tpl-magasins h2.wpb_heading strong:after{
  content:" ";
  position:absolute;
}

body.page-template-tpl-magasins h2.wpb_heading strong:before{
  left:0;
  top:calc(50% - 12px);
  border-top:12px solid transparent;
  border-left:24px solid transparent;
  border-bottom:12px solid transparent;
}
body.page-template-tpl-magasins h2.wpb_heading strong:after{
  right:0;
  top:calc(50% - 12px);
  border-top:12px solid transparent;
  border-right:24px solid transparent;
  border-bottom:12px solid transparent;
}
body.page-template-tpl-magasins h2.wpb_heading strong em{
    color:#fff;
    text-decoration: none;
    font-style: normal;
}

body.page-template-tpl-magasins h2.wpb_heading strong:before{
  border-left-color: #fff;
}
body.page-template-tpl-magasins h2.wpb_heading strong:after{
  border-right-color: #fff;
}

#mag_actualites .vc_gitem-col{
  position:relative;
}

#mag_actualites .vc_gitem-col .vc_gitem-post-data-source-post_title{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  width: 100%;
  margin:0;
  background:rgba(255,255,255,0.8);
  padding:10px 15px;
  box-sizing: border-box;
}
#mag_actualites .vc_gitem-col .vc_gitem-post-data-source-post_title *{
  font-family:"DINCondMediumRegular";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}
#mag_actualites .vc_gitem-col .vc_gitem-post-data-source-post_title h3{
  margin:0;
}


body.page-template-tpl-magasins #commentsbox{
  margin-top:-50px;
}

body.page-template-tpl-atelier #commentsbox{
  margin-top:0;
}
body.page-template-tpl-magasins #commentsbox h3,
body.page-template-tpl-atelier #commentsbox h3{
  margin-top:0;
}

ul.tribe-filters{
  list-style: none;
  margin:0;
  padding:0;
}
ul.tribe-filters li{
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
ul.tribe-filters li a{
  padding:5px 7px;
  border-radius:4px;
  color:#fff;
  text-decoration: none;
}

.tribe-events-sub-nav .tribe-this-week-nav-link.nav-next,
.tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous{
  margin:20px 0 0 0.5% !important;
}

.firstWeekDate{
  margin-left:7.5% !important;
}

.blogimage > figure,
.blogimage > figure a,
.blogimage > figure a img{
  width:100%;
}

div.textwidget ul.socials{
  clear: both;
}