body {
  color: #808080;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  background: url(img/bg.jpg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #333333;
  margin-bottom: .5em;
}
img {
  max-width: 100%;
}
.grid-container {
  max-width: 1000px !important;
}
p {
  font-color: #393939;
}
#slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.is-hidden {
  display: none;
}
@media (max-width: 539px) {
  .is-hidden-step1 {
    display: none;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .is-hidden-step2 {
    display: none;
  }
}
@media (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-step3 {
    display: none;
  }
}
@media (min-width: 1025px) {
  .is-hidden-step4 {
    display: none;
  }
}
.clear {
  visibility: hidden;
  height: 0;
  clear: both;
}
textarea:focus,
input:focus {
  outline: 0;
}
* {
  outline: 0;
}
.header {
  height: 100px;
  background: #fff;
  border-bottom: 3px solid #e3e3e3;
  width: 100%;
}
@media (max-width: 539px) {
  .header {
    display: none;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .header {
    display: none;
  }
}
.header .logo {
  width: 20%;
  float: left;
  height: 100%;
  text-align: center;
  line-height: 100px;
}
.header .logo img {
  vertical-align: middle;
}
.header .logo a:hover img {
  opacity: .5;
}
.header .header-menu {
  width: 75%;
  height: 100px;
  display: table;
  table-layout: fixed;
  margin-right: 5%;
}
.header .header-menu ul {
  width: 100%;
  padding: 0;
  display: table-row;
}
.header .header-menu li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  box-sizing: border-box;
}
.header .header-menu li.current a {
  color: #7da800;
}
.header .header-menu li a {
  color: #393939;
  text-decoration: none;
}
.header .header-menu li a:hover {
  color: #7da800;
}
.header-mobile {
  display: none;
  height: 100px;
  background: #fff;
  border-bottom: 3px solid #e3e3e3;
  width: 100%;
  position: relative;
  z-index: 99;
}
.header-mobile .box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.header-mobile .box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 0.15em;
  top: 45px;
  background: #aaa;
  box-shadow: 0 0.25em 0 0 #aaa,
		0 0.5em 0 0 #aaa;
}
@media (max-width: 539px) {
  .header-mobile {
    display: block;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .header-menu {
  background: #fff;
  padding-top: 120px;
}
.header-mobile .header-menu a {
  display: block;
  text-decoration: none;
  color: #393939;
  border-bottom: 1px solid #ddd;
}
.header-mobile .header-menu a:nth-child(1) {
  border-top: 1px solid #ddd;
}
.header-mobile .header-menu a:hover {
  color: #fff;
}
.header-mobile .header-menu li {
  list-style: none;
  text-align: center;
  padding: 20px;
}
.header-mobile .header-menu li:hover {
  background: #7da800;
}
.header-mobile .header-menu.hidden {
  display: none;
}
.header-mobile .toggle {
  position: absolute;
  left: 15px;
  line-height: 100px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-mobile .toggle:hover {
  cursor: pointer;
}
.header-mobile .logo {
  width: 100%;
  float: left;
  height: 100%;
  text-align: center;
  line-height: 100px;
}
.header-mobile .logo img {
  vertical-align: middle;
}
@media (max-width: 539px) {
  .header-mobile .logo img {
    width: 33%;
  }
}
.header-mobile .logo a:hover img {
  opacity: .5;
}
.menu-shadow {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .7;
}
.menu-shadow.hidden {
  display: none;
}
.footer .main-footer {
  background: #fff;
  float: left;
  width: 100%;
}
.footer .main-footer h2,
.footer .main-footer h3 {
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}
.footer .main-footer h2 {
  font-size: 34px;
  color: #7da800;
  line-height: 34px;
}
.footer .main-footer h3 {
  font-size: 20px;
  color: #0d4820;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 40px;
}
.footer .main-footer .magasins {
  text-align: left;
  padding: 30px;
}
.footer .main-footer .magasins .list a {
  color: #393939;
}
.footer .main-footer .magasins .list a:hover {
  cursor: pointer;
}
.footer .main-footer .magasins .list li {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 10px 3px 10px;
  background: #eee;
  border-radius: 3px;
  font-size: 14px;
}
.footer .main-footer .magasins .list li:hover {
  background: #7da800;
  color: #fff;
  cursor: pointer;
}
.footer .main-footer .partager {
  text-align: center;
  padding: 30px;
}
.footer .main-footer .plusloin {
  text-align: right;
  padding: 30px;
}
.footer .main-footer .plusloin .item {
  margin-bottom: 40px;
}
.footer .main-footer .plusloin .item img {
  margin-top: 10px;
}
@media (min-width: 799px) and (max-width: 1024px), (min-width: 539px) and (max-width: 799px), (max-width: 539px) {
  .footer .main-footer .plusloin {
    text-align: center;
  }
}
.footer .main-footer .plusloin h3 {
  margin-bottom: 0;
}
.footer .main-footer .plusloin h3:nth-child(1) {
  margin-top: 40px;
}
.footer .sub-footer {
  padding: 15px;
  text-align: center;
  background: #7da800;
  color: #fff;
  font-size: 15px;
}
@media (max-width: 539px) {
  .footer .sub-footer {
    float: left;
  }
}
.footer .sub-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.footer .sub-footer a:hover {
  color: #fff;
}
.gm-style .gm-style-iw {
  font-size: 12px;
}
.home .mag-info {
  left: 75Px;
}
a:focus {
  outline: 0;
}
.mag-info {
  position: absolute;
  top: 200px;
  width: 250px;
  z-index: 999;
  background: #fff;
  display: none;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid #7da800;
}
.mag-info div {
  text-transform: uppercase;
  color: #7da800;
  font-size: 13px;
  line-height: 14px;
  margin-top: 10px;
}
.mag-info a {
  width: 134px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #7da800;
  font-size: 13px;
  padding: 0px 2px 0px 2px;
  border-radius: 2px;
}
.mag-info a:hover {
  background: #cccccc;
}
.mag-info:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.page-template-magasins-php .mag-info {
  left: -1px;
  position: fixed;
  padding: 20px 30px 20px 30px;
  top: 200px;
  color: #393939;
  font-size: 24px;
  line-height: 24px;
}
.map-wrapper {
  position: relative;
}
.pin {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #7da800;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #0d4820;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pulse {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #7da800;
  box-shadow: 0 0 1px 2px #7da800;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
.ie8 .pin-wrapper {
  display: none !important;
}
.pin-wrapper {
  position: relative;
  top: 100px;
  z-index: 9;
}
@media (max-width: 539px) {
  .pin-wrapper {
    top: 60px;
  }
}
.facebook-wrapper {
  width: 100%;
}
.facebook-wrapper h3 {
  margin-bottom: 20px !important;
}
.twitter-wrapper {
  width: 100%;
  margin-top: 40px;
}
.twitter-wrapper h3 {
  margin-bottom: 20px !important;
}
.single-magasin-pros .pin {
  background: #4F6DBD;
}
.single-magasin-pros .pin:after {
  background: #001c47;
}
.single-magasin-pros .pulse:after {
  -webkit-box-shadow: 0 0 1px 2px #001c47;
  box-shadow: 0 0 1px 2px #001c47;
}
.page-template-brands-php .page-wrapper {
  margin-bottom: 400px;
}
.page-template-brands-php ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
}
.page-template-brands-php ul li a.false {
  cursor: default;
}
.page-template-brands-php ul li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  transition: all ease-out 0.2s;
  width: 80%;
  opacity: .6;
}
.page-template-brands-php ul li img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  transition: all ease-in 0.2s;
  opacity: 1;
}
.page-template-brands-php ul li:hover {
  opacity: 1;
}
.page-template-brands-php .brand-category {
  margin-top: 40px;
}
.page-template-brands-php #cboxOverlay {
  opacity: .6 !important;
}
.page-template-brands-php #colorbox #cboxContent {
  background: transparent;
  text-align: center;
}
.page-template-brands-php #colorbox #cboxContent p {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  margin-top: 60px;
}
.page-template-brands-php #colorbox #cboxContent h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 100;
}
.page-template-brands-php #colorbox #cboxContent .btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b3b3b3;
  text-decoration: none;
  color: #b3b3b3;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  display: block;
  text-align: center;
  width: 250px;
}
@media (max-width: 539px) {
  .page-template-brands-php #colorbox #cboxContent .btn {
    width: 75%;
  }
}
.page-template-brands-php #colorbox #cboxContent .btn:hover {
  border-color: #7da800;
  color: #7da800;
}
.page-template-brands-php #colorbox .grid-container {
  max-width: 700px !important;
  background: #fff;
  position: relative;
  z-index: 2;
}
.page-template-page-parent-php .heading,
.page-template-page-child-php .heading,
.page .heading,
.single-magasin .heading,
.single-magasin-pros .heading {
  position: relative;
}
.page-template-page-parent-php .heading img,
.page-template-page-child-php .heading img,
.page .heading img,
.single-magasin .heading img,
.single-magasin-pros .heading img {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}
.page-template-page-parent-php .heading h1,
.page-template-page-child-php .heading h1,
.page .heading h1,
.single-magasin .heading h1,
.single-magasin-pros .heading h1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 36px;
  line-height: 250px;
}
@media (max-width: 539px) {
  .page-template-page-parent-php .heading h1,
  .page-template-page-child-php .heading h1,
  .page .heading h1,
  .single-magasin .heading h1,
  .single-magasin-pros .heading h1 {
    line-height: 50px;
    top: 70px;
  }
}
.page-template-page-parent-php .page-wrapper,
.page-template-page-child-php .page-wrapper,
.page .page-wrapper,
.single-magasin .page-wrapper,
.single-magasin-pros .page-wrapper {
  position: relative;
  top: 300px;
  margin-bottom: 350px;
}
.page-template-page-parent-php .menu,
.page-template-page-child-php .menu,
.page .menu,
.single-magasin .menu,
.single-magasin-pros .menu {
  height: 65px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #ccc;
  background: rgba(255, 255, 255, 0.2);
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  max-width: 1020px !important;
}
.page-template-page-parent-php .menu ul,
.page-template-page-child-php .menu ul,
.page .menu ul,
.single-magasin .menu ul,
.single-magasin-pros .menu ul {
  display: table-row;
  padding: 0;
  width: 100%;
}
.page-template-page-parent-php .menu select,
.page-template-page-child-php .menu select,
.page .menu select,
.single-magasin .menu select,
.single-magasin-pros .menu select {
  width: 80%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (min-width: 539px) and (max-width: 799px) {
  .page-template-page-parent-php .menu select,
  .page-template-page-child-php .menu select,
  .page .menu select,
  .single-magasin .menu select,
  .single-magasin-pros .menu select {
    display: block;
  }
}
@media (max-width: 539px) {
  .page-template-page-parent-php .menu select,
  .page-template-page-child-php .menu select,
  .page .menu select,
  .single-magasin .menu select,
  .single-magasin-pros .menu select {
    display: block;
  }
}
.page-template-page-parent-php .menu li,
.page-template-page-child-php .menu li,
.page .menu li,
.single-magasin .menu li,
.single-magasin-pros .menu li {
  display: table-cell;
  text-align: center;
  line-height: 65px;
  width: 100%;
}
@media (max-width: 539px) {
  .page-template-page-parent-php .menu li,
  .page-template-page-child-php .menu li,
  .page .menu li,
  .single-magasin .menu li,
  .single-magasin-pros .menu li {
    display: none;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .page-template-page-parent-php .menu li,
  .page-template-page-child-php .menu li,
  .page .menu li,
  .single-magasin .menu li,
  .single-magasin-pros .menu li {
    display: none;
  }
}
.page-template-page-parent-php .menu li:hover,
.page-template-page-child-php .menu li:hover,
.page .menu li:hover,
.single-magasin .menu li:hover,
.single-magasin-pros .menu li:hover {
  background: rgba(125, 168, 0, 0.7);
}
.page-template-page-parent-php .menu li.current a,
.page-template-page-child-php .menu li.current a,
.page .menu li.current a,
.single-magasin .menu li.current a,
.single-magasin-pros .menu li.current a {
  background: #7da800;
}
.page-template-page-parent-php .menu li a,
.page-template-page-child-php .menu li a,
.page .menu li a,
.single-magasin .menu li a,
.single-magasin-pros .menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.page-template-page-parent-php .menu li.focus,
.page-template-page-child-php .menu li.focus,
.page .menu li.focus,
.single-magasin .menu li.focus,
.single-magasin-pros .menu li.focus {
  background: rgba(255, 255, 255, 0.8);
}
.page-template-page-parent-php .menu li.focus a,
.page-template-page-child-php .menu li.focus a,
.page .menu li.focus a,
.single-magasin .menu li.focus a,
.single-magasin-pros .menu li.focus a {
  color: #393939;
}
.page-template-page-parent-php .menu li.focus:hover,
.page-template-page-child-php .menu li.focus:hover,
.page .menu li.focus:hover,
.single-magasin .menu li.focus:hover,
.single-magasin-pros .menu li.focus:hover {
  background: #fff;
}
.page-template-page-parent-php .content,
.page-template-page-child-php .content,
.page .content,
.single-magasin .content,
.single-magasin-pros .content {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.page-template-page-parent-php .content img,
.page-template-page-child-php .content img,
.page .content img,
.single-magasin .content img,
.single-magasin-pros .content img {
  height: auto;
}
@media (min-width: 539px) and (max-width: 799px), (max-width: 539px) {
  .page-template-page-parent-php .content,
  .page-template-page-child-php .content,
  .page .content,
  .single-magasin .content,
  .single-magasin-pros .content {
    box-shadow: none;
  }
}
.page-template-page-parent-php .content .wysiwyg,
.page-template-page-child-php .content .wysiwyg,
.page .content .wysiwyg,
.single-magasin .content .wysiwyg,
.single-magasin-pros .content .wysiwyg {
  padding: 80px;
}
@media (max-width: 539px) {
  .page-template-page-parent-php .content .wysiwyg,
  .page-template-page-child-php .content .wysiwyg,
  .page .content .wysiwyg,
  .single-magasin .content .wysiwyg,
  .single-magasin-pros .content .wysiwyg {
    padding: 20px;
  }
}
.page-template-page-parent-php .content .wysiwyg p,
.page-template-page-child-php .content .wysiwyg p,
.page .content .wysiwyg p,
.single-magasin .content .wysiwyg p,
.single-magasin-pros .content .wysiwyg p {
  padding: 20px;
  padding-bottom: 0;
}
.page-template-page-parent-php .content h2,
.page-template-page-child-php .content h2,
.page .content h2,
.single-magasin .content h2,
.single-magasin-pros .content h2,
.page-template-page-parent-php .content h3,
.page-template-page-child-php .content h3,
.page .content h3,
.single-magasin .content h3,
.single-magasin-pros .content h3 {
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}
.page-template-page-parent-php .content h2,
.page-template-page-child-php .content h2,
.page .content h2,
.single-magasin .content h2,
.single-magasin-pros .content h2 {
  font-size: 34px;
  color: #7da800;
  line-height: 34px;
}
.page-template-page-parent-php .content h3,
.page-template-page-child-php .content h3,
.page .content h3,
.single-magasin .content h3,
.single-magasin-pros .content h3 {
  font-size: 20px;
  color: #0d4820;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 40px;
}
.page-template-page-parent-php .content .btn-large,
.page-template-page-child-php .content .btn-large,
.page .content .btn-large,
.single-magasin .content .btn-large,
.single-magasin-pros .content .btn-large {
  color: #a1a3b3;
  text-decoration: none;
  background: #f0f2f6;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  padding: 10px 0 10px 0;
}
.page-template-page-parent-php .content .btn-large:hover,
.page-template-page-child-php .content .btn-large:hover,
.page .content .btn-large:hover,
.single-magasin .content .btn-large:hover,
.single-magasin-pros .content .btn-large:hover {
  background: #7da800;
  color: #fff;
  transition: all ease .2s;
}
.page-template-page-parent-php .content .map,
.page-template-page-child-php .content .map,
.page .content .map,
.single-magasin .content .map,
.single-magasin-pros .content .map {
  margin-top: 70px;
}
.page-template-page-parent-php .content .map .map-wrapper,
.page-template-page-child-php .content .map .map-wrapper,
.page .content .map .map-wrapper,
.single-magasin .content .map .map-wrapper,
.single-magasin-pros .content .map .map-wrapper {
  width: 100%;
  height: 410px;
}
.page-template-page-parent-php .content .map .map-wrapper #map-canvas,
.page-template-page-child-php .content .map .map-wrapper #map-canvas,
.page .content .map .map-wrapper #map-canvas,
.single-magasin .content .map .map-wrapper #map-canvas,
.single-magasin-pros .content .map .map-wrapper #map-canvas {
  height: 350px;
  padding: 0px;
  margin-right: -10px;
  margin-left: -10px;
}
.page-template-page-parent-php .content .map .map-wrapper #map-canvas img,
.page-template-page-child-php .content .map .map-wrapper #map-canvas img,
.page .content .map .map-wrapper #map-canvas img,
.single-magasin .content .map .map-wrapper #map-canvas img,
.single-magasin-pros .content .map .map-wrapper #map-canvas img {
  max-width: none;
}
.page-template-page-parent-php .content .map .map-wrapper .controls,
.page-template-page-child-php .content .map .map-wrapper .controls,
.page .content .map .map-wrapper .controls,
.single-magasin .content .map .map-wrapper .controls,
.single-magasin-pros .content .map .map-wrapper .controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 45px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.page-template-page-parent-php .content .map .map-wrapper #pac-input,
.page-template-page-child-php .content .map .map-wrapper #pac-input,
.page .content .map .map-wrapper #pac-input,
.single-magasin .content .map .map-wrapper #pac-input,
.single-magasin-pros .content .map .map-wrapper #pac-input {
  text-align: center;
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 400px;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  position: relative;
  left: 0;
  top: 20px;
  z-index: 99999;
}
@media (max-width: 539px) {
  .page-template-page-parent-php .content .map .map-wrapper #pac-input,
  .page-template-page-child-php .content .map .map-wrapper #pac-input,
  .page .content .map .map-wrapper #pac-input,
  .single-magasin .content .map .map-wrapper #pac-input,
  .single-magasin-pros .content .map .map-wrapper #pac-input {
    width: 96%;
  }
}
.page-template-page-parent-php .content .map .map-wrapper #pac-input:focus,
.page-template-page-child-php .content .map .map-wrapper #pac-input:focus,
.page .content .map .map-wrapper #pac-input:focus,
.single-magasin .content .map .map-wrapper #pac-input:focus,
.single-magasin-pros .content .map .map-wrapper #pac-input:focus {
  border-color: #7da800;
}
.page-template-page-parent-php .content .map .map-wrapper #type-selector,
.page-template-page-child-php .content .map .map-wrapper #type-selector,
.page .content .map .map-wrapper #type-selector,
.single-magasin .content .map .map-wrapper #type-selector,
.single-magasin-pros .content .map .map-wrapper #type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
.page-template-page-parent-php .content .map .map-wrapper #type-selector label,
.page-template-page-child-php .content .map .map-wrapper #type-selector label,
.page .content .map .map-wrapper #type-selector label,
.single-magasin .content .map .map-wrapper #type-selector label,
.single-magasin-pros .content .map .map-wrapper #type-selector label {
  font-size: 13px;
  font-weight: 300;
}
.page-template-front-page-php .content {
  margin-bottom: 0;
}
.cat-list {
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  margin-top: 10px;
}
.cat-list span {
  line-height: 140px;
}
.cat-list a {
  transition: height ease .4s;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  padding: 0;
}
.cat-list a .cat {
  height: 140px;
  transition: height ease .4s;
  background-size: 100%;
  background-position: center;
  border: 5px solid #fff;
  box-sizing: border-box;
  transition: all ease-out 0.2s;
}
.cat-list a .cat.cycle {
  background: url(img/cat-cycle.jpg) 70%;
}
.cat-list a .cat.running {
  background: url(img/cat-running.jpg) 70%;
}
.cat-list a .cat.rando {
  background: url(img/cat-rando.jpg) 70%;
}
.cat-list a .cat.raquette {
  background: url(img/cat-raquette.jpg) 70%;
}
.cat-list a .cat.sportsco {
  background: url(img/cat-sportsco.jpg) 70%;
}
.cat-list a .cat.nautisme {
  background: url(img/cat-nautisme.jpg) 70%;
}
.page-id-34 p {
  color: #393939;
  font-size: 22px;
  font-weight: 200;
}
.page-id-34 section {
  margin-top: 125px;
  margin-bottom: 125px;
}
.page-id-34 section .headline h2,
.page-id-34 section .headline h3 {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}
.page-id-34 section .headline h2 {
  font-size: 34px;
  color: #7da800;
  line-height: 34px;
}
.page-id-34 section .headline h3 {
  font-size: 20px;
  color: #0d4820;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 40px;
}
.page-id-34 .content {
  background: url(img/bg-identite.jpg);
  background-size: cover;
}
.page-id-34 .content .identite .item-wrapper {
  margin-top: 75px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page-id-34 .content .identite .item-inner {
  padding: 20px;
}
.page-id-34 .content .identite .item {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  text-align: left;
}
.page-id-34 .content .identite .item .text {
  float: left;
  width: 80%;
}
.page-id-34 .content .identite .item .text .title {
  text-transform: uppercase;
  color: #7da800;
  font-size: 20px;
  padding: 0px 20px 10px 20px;
}
.page-id-34 .content .identite .item .text .desc {
  padding: 0px 20px 30px 20px;
}
.page-id-34 .content .identite .item img {
  float: left;
  width: 20%;
  position: relative;
}
.page-id-94 .wysiwyg,
.page-id-96 .wysiwyg,
.page-id-98 .wysiwyg {
  padding-top: 0 !important;
}
.page-id-94 .quote,
.page-id-96 .quote,
.page-id-98 .quote {
  color: #7da800;
  font-size: 26px;
  font-weight: 100;
}
.page-id-24 .wysiwyg {
  padding-top: 20px !important;
}
.page-template-magasins-php .page-wrapper {
  top: 250px;
}
@media (min-width: 539px) and (max-width: 799px) {
  .page-template-magasins-php .page-wrapper {
    top: 225px;
  }
}
@media (max-width: 539px) {
  .page-template-magasins-php .page-wrapper {
    top: 275px;
  }
}
.page-template-magasins-php .toggle-mag {
  display: inline-block;
  line-height: 45px;
}
@media (max-width: 539px) {
  .page-template-magasins-php .toggle-mag {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
}
.page-template-magasins-php .toggle-mag .btn {
  margin-left: 10px;
  color: #fff;
  width: 125px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  line-height: 45px;
}
.page-template-magasins-php .toggle-mag .btn.disabled {
  opacity: .4;
}
.page-template-magasins-php .toggle-mag .btn.disabled:hover {
  opacity: .6;
  cursor: pointer;
}
@media (max-width: 539px) {
  .page-template-magasins-php .toggle-mag .btn {
    width: 47.5%;
  }
}
.page-template-magasins-php .toggle-mag .btn.twinner {
  background: #7da800;
}
.page-template-magasins-php .toggle-mag .btn.prosdusport {
  background: #082d8e;
}
.page-template-magasins-php input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #7da800;
  border: 1px solid #ddd;
  border-radius: 26px;
  cursor: pointer;
  height: 28px !important;
  position: relative;
  transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
  width: 44px;
  vertical-align: top;
  margin-top: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.page-template-magasins-php input[type="checkbox"]:after {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 24px;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  right: 16px;
  top: 0;
  transition: border .25s .15s,
	                left .25s .1s,
	                right .15s .175s;
}
.page-template-magasins-php input[type="checkbox"]:checked {
  box-shadow: inset 0 0 0 1px #cccccc;
  border-color: #001c47;
  box-shadow: inset 0 0 0 13px #001c47;
  padding-left: 18px;
  transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
}
.page-template-magasins-php input[type="checkbox"]:checked:after {
  border-color: #7da800;
  left: 16px;
  right: 0;
  transition: border .25s,
	                  left .15s .25s,
	                  right .25s .175s;
}
.page-template-magasins-php #pac-input {
  height: 45px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  width: 300px;
  font-family: 'Lato', sans-serif;
  text-indent: 20px;
  float: right;
  margin-right: 10px;
  box-sizing: border-box;
}
.page-template-magasins-php #pac-input:focus {
  border: 2px solid #7da800;
}
@media (min-width: 539px) and (max-width: 799px), (max-width: 539px) {
  .page-template-magasins-php #pac-input {
    width: 95%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.page-template-magasins-php #pac-input:focus {
  border-color: #7da800;
}
.page-template-magasins-php .map-nav {
  height: 65px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.2);
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  max-width: 1020px !important;
}
.page-template-magasins-php .map-nav .select {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  height: 45px;
  width: 200px;
  text-indent: 20px;
  margin: 0;
  border-radius: 3px;
  background: #fff;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-bottom: 2px solid #e6e6e6;
  margin-left: 10px;
  margin-top: 10px;
}
.page-template-magasins-php .map-nav .select.disabled {
  opacity: .5;
}
@media (min-width: 539px) and (max-width: 799px), (max-width: 539px) {
  .page-template-magasins-php .map-nav .select {
    width: 95%;
    margin-left: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.page-template-magasins-php .map-nav input {
  height: 45px;
  margin-top: 10px;
}
.page-template-magasins-php .content {
  margin-bottom: 280px;
}
.page-template-magasins-php .content .map {
  margin-top: 0;
}
.page-template-magasins-php .content .map .map-wrapper {
  height: 100%;
}
.page-template-magasins-php .content .map .map-wrapper #map-canvas {
  height: 450px;
}
.single-magasin .heading,
.single-magasin-pros .heading {
  background: url(img/mag-bg-plaine.jpg);
  height: 500px;
  background-size: cover;
  background-position: center;
}
.single-magasin .heading h1,
.single-magasin-pros .heading h1 {
  z-index: 2;
}
.single-magasin .wpcf7-not-valid-tip,
.single-magasin-pros .wpcf7-not-valid-tip {
  display: inline;
}
.single-magasin .page-wrapper,
.single-magasin-pros .page-wrapper {
  top: -200px;
}
.single-magasin .page-wrapper hr,
.single-magasin-pros .page-wrapper hr {
  width: 100%;
  float: left;
  border: none;
  margin-top: 60px;
  margin-bottom: 60px;
  height: 1px;
  background: #ddd;
}
.single-magasin .page-wrapper .content,
.single-magasin-pros .page-wrapper .content {
  position: relative;
  margin-bottom: -400px;
  min-height: 500px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.single-magasin .page-wrapper .content h2,
.single-magasin-pros .page-wrapper .content h2 {
  font-size: 32px;
  text-transform: none;
  color: #393939;
  text-align: left;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content h2,
  .single-magasin-pros .page-wrapper .content h2 {
    text-align: center;
  }
}
.single-magasin .page-wrapper .content .mag-title,
.single-magasin-pros .page-wrapper .content .mag-title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #7da800;
  margin-left: -10px;
  margin-right: -10px;
  color: #fff;
  line-height: 80px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 100;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .mag-title,
  .single-magasin-pros .page-wrapper .content .mag-title {
    padding: 20px;
    line-height: 40px;
  }
}
.single-magasin .page-wrapper .content .fields,
.single-magasin-pros .page-wrapper .content .fields {
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.single-magasin .page-wrapper .content .fields .field,
.single-magasin-pros .page-wrapper .content .fields .field {
  width: 25%;
  float: left;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .fields .field,
  .single-magasin-pros .page-wrapper .content .fields .field {
    width: 100%;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .single-magasin .page-wrapper .content .fields .field,
  .single-magasin-pros .page-wrapper .content .fields .field {
    width: 50%;
    margin-bottom: 40px;
    height: 145px;
  }
}
.single-magasin .page-wrapper .content .fields .field .icon,
.single-magasin-pros .page-wrapper .content .fields .field .icon {
  width: 39px;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.single-magasin .page-wrapper .content .fields .field.adresse .icon,
.single-magasin-pros .page-wrapper .content .fields .field.adresse .icon {
  background: url(img/icon-adresse.png);
}
.single-magasin .page-wrapper .content .fields .field.tel .icon,
.single-magasin-pros .page-wrapper .content .fields .field.tel .icon {
  background: url(img/icon-tel.png);
}
.single-magasin .page-wrapper .content .fields .field.minisite .icon,
.single-magasin-pros .page-wrapper .content .fields .field.minisite .icon {
  background: url(img/icon-minisite.png);
}
.single-magasin .page-wrapper .content .fields .field.mail .icon,
.single-magasin-pros .page-wrapper .content .fields .field.mail .icon {
  background: url(img/icon-mail.png);
}
.single-magasin .page-wrapper .content .fields .field h3,
.single-magasin-pros .page-wrapper .content .fields .field h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #001c47;
  margin-bottom: 0;
}
.single-magasin .page-wrapper .content .contact h2,
.single-magasin-pros .page-wrapper .content .contact h2 {
  margin-bottom: 40px;
}
.single-magasin .page-wrapper .content .contact input,
.single-magasin-pros .page-wrapper .content .contact input,
.single-magasin .page-wrapper .content .contact textarea,
.single-magasin-pros .page-wrapper .content .contact textarea {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 40px;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  line-height: 40px;
  text-indent: 20px;
}
.single-magasin .page-wrapper .content .contact input:hover,
.single-magasin-pros .page-wrapper .content .contact input:hover,
.single-magasin .page-wrapper .content .contact textarea:hover,
.single-magasin-pros .page-wrapper .content .contact textarea:hover,
.single-magasin .page-wrapper .content .contact input:focus,
.single-magasin-pros .page-wrapper .content .contact input:focus,
.single-magasin .page-wrapper .content .contact textarea:focus,
.single-magasin-pros .page-wrapper .content .contact textarea:focus {
  border-color: #7da800;
}
.single-magasin .page-wrapper .content .contact input.half,
.single-magasin-pros .page-wrapper .content .contact input.half,
.single-magasin .page-wrapper .content .contact textarea.half,
.single-magasin-pros .page-wrapper .content .contact textarea.half {
  width: 50%;
}
.single-magasin .page-wrapper .content .contact input[type="submit"],
.single-magasin-pros .page-wrapper .content .contact input[type="submit"] {
  background: #7da800;
  color: #fff;
  border: none;
}
.single-magasin .page-wrapper .content .contact input[type="submit"]:hover,
.single-magasin-pros .page-wrapper .content .contact input[type="submit"]:hover {
  background: #6a8f00;
}
.single-magasin .page-wrapper .content .contact textarea,
.single-magasin-pros .page-wrapper .content .contact textarea {
  min-height: 160px;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .actualites,
  .single-magasin-pros .page-wrapper .content .actualites {
    margin-top: 40px;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .single-magasin .page-wrapper .content .actualites,
  .single-magasin-pros .page-wrapper .content .actualites {
    margin-top: 40px;
  }
}
.single-magasin .page-wrapper .content .actualites h2,
.single-magasin-pros .page-wrapper .content .actualites h2 {
  margin-bottom: 40px;
}
.single-magasin .page-wrapper .content .actualites .item,
.single-magasin-pros .page-wrapper .content .actualites .item {
  text-align: left;
  padding-top: 2px;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .actualites .item,
  .single-magasin-pros .page-wrapper .content .actualites .item {
    text-align: center;
  }
}
.single-magasin .page-wrapper .content .actualites .item p,
.single-magasin-pros .page-wrapper .content .actualites .item p {
  color: #393939;
}
.single-magasin .page-wrapper .content .actualites .item a,
.single-magasin-pros .page-wrapper .content .actualites .item a {
  color: #7da800;
  text-decoration: none;
}
.single-magasin .page-wrapper .content .actualites .item hr,
.single-magasin-pros .page-wrapper .content .actualites .item hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 539px) and (max-width: 799px) {
  .single-magasin .page-wrapper .content .actualites .item hr,
  .single-magasin-pros .page-wrapper .content .actualites .item hr {
    margin-top: 0px;
  }
}
.single-magasin .page-wrapper .content .specialites .box,
.single-magasin-pros .page-wrapper .content .specialites .box {
  position: relative;
  overflow: hidden;
  line-height: 200px;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: color .3s;
}
.single-magasin .page-wrapper .content .specialites .box:hover,
.single-magasin-pros .page-wrapper .content .specialites .box:hover {
  cursor: pointer;
  color: #fff;
  transition: color .3s;
}
.single-magasin .page-wrapper .content .specialites .box:after,
.single-magasin-pros .page-wrapper .content .specialites .box:after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7da800;
  transition: transform 0.3s;
}
.single-magasin .page-wrapper .content .specialites .box:hover::after,
.single-magasin-pros .page-wrapper .content .specialites .box:hover::after {
  transform: translateY(-95%);
  transition: transform .5s;
}
.single-magasin .page-wrapper .content .specialites .items,
.single-magasin-pros .page-wrapper .content .specialites .items {
  margin-top: 20px;
  width: 100%;
  float: left;
  display: table;
  table-layout: fixed;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .specialites .items,
  .single-magasin-pros .page-wrapper .content .specialites .items {
    margin-top: 20px;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .single-magasin .page-wrapper .content .specialites .items,
  .single-magasin-pros .page-wrapper .content .specialites .items {
    margin-top: 20px;
  }
}
.single-magasin .page-wrapper .content .specialites .items a,
.single-magasin-pros .page-wrapper .content .specialites .items a {
  text-decoration: none;
  display: table-cell;
  color: #cccccc;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .specialites .items a,
  .single-magasin-pros .page-wrapper .content .specialites .items a {
    display: block;
    width: 50%;
    float: left;
  }
}
.single-magasin .page-wrapper .content .specialites .items .item,
.single-magasin-pros .page-wrapper .content .specialites .items .item {
  display: block;
  line-height: 120px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 539px) {
  .single-magasin .page-wrapper .content .specialites .items .item,
  .single-magasin-pros .page-wrapper .content .specialites .items .item {
    display: block;
    width: 100%;
    float: left;
    line-height: 80px;
  }
}
@media (min-width: 539px) and (max-width: 799px) {
  .single-magasin .page-wrapper .content .specialites .items .item,
  .single-magasin-pros .page-wrapper .content .specialites .items .item {
    display: block;
    width: 33.3333%;
    float: left;
    line-height: 80px;
  }
}
.single-magasin-pros .mag-title {
  background: #4F6DBD !important;
}
.page-template-front-page-php video {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.page-template-front-page-php .heading {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: url(img/bg-home.jpg);
  background-size: cover;
}
.page-template-front-page-php .heading a {
  margin-top: 120px;
  text-align: center;
  width: 100px;
  height: 220px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-height: 580px) {
  .page-template-front-page-php .heading a {
    margin-top: 100px;
  }
}
@media (max-height: 500px) {
  .page-template-front-page-php .heading a {
    margin-top: 70px;
  }
}
.page-template-front-page-php .heading a:hover {
  color: #c2ff0f;
}
.page-template-front-page-php .heading a img {
  margin-bottom: 10px;
  position: static;
  width: 75px;
  height: 75px;
}
.page-template-front-page-php .slider {
  background: transparent;
  height: 380px;
  margin-top: -180px;
  border-radius: 3px;
  padding: 0;
}
@media (max-height: 580px) {
  .page-template-front-page-php .slider {
    margin-top: -250px;
  }
}
@media (max-height: 500px) {
  .page-template-front-page-php .slider {
    margin-top: -290px;
  }
}
.page-template-front-page-php .slider.hidden {
  display: none;
}
@media (min-width: 539px) and (max-width: 799px) {
  .page-template-front-page-php .slider {
    height: 500px;
  }
}
.page-template-front-page-php .slider:hover {
  cursor: ew-resize;
}
.page-template-front-page-php .slider .item {
  position: relative;
}
.page-template-front-page-php .slider .item .badge {
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  width: 150px;
  margin-left: -95px;
  left: 50%;
  top: -20px;
  position: absolute;
  background: #7da800;
  color: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  border-bottom: 2px solid #6e9400;
}
.page-template-front-page-php .slider .item img {
  margin-top: 30px;
  border-radius: 3px;
  height: 350px;
}
.page-template-front-page-php .slider .owl-page {
  width: 15px;
  float: left;
  margin: 7px;
}
.page-template-front-page-php .slider .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 1px solid #c4c4c4;
}
.page-template-front-page-php .slider .owl-page.active span {
  background: #c4c4c4;
}
.page-template-front-page-php .identite .item-wrapper {
  margin-top: 75px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 799px) and (max-width: 1024px) {
  .page-template-front-page-php .identite .item-wrapper {
    width: 70%;
  }
}
.page-template-front-page-php .identite .item-wrapper-last {
  margin-top: 45px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 539px), (min-width: 539px) and (max-width: 799px) {
  .page-template-front-page-php .identite .item-wrapper-last {
    width: 90%;
    margin-top: 20px;
  }
}
@media (min-width: 799px) and (max-width: 1024px) {
  .page-template-front-page-php .identite .item-wrapper-last {
    width: 70%;
  }
}
.page-template-front-page-php .identite .item-inner {
  padding: 20px;
}
@media (max-width: 539px) {
  .page-template-front-page-php .identite .item-inner {
    text-align: center;
  }
}
.page-template-front-page-php .identite .item {
  width: 47%;
  float: left;
  background: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 539px), (min-width: 539px) and (max-width: 799px), (min-width: 799px) and (max-width: 1024px) {
  .page-template-front-page-php .identite .item {
    width: 100%;
    margin-top: 20px;
  }
}
.page-template-front-page-php .identite .item .text {
  float: left;
  width: 80%;
}
@media (max-width: 539px) {
  .page-template-front-page-php .identite .item .text {
    width: 100%;
    text-align: center;
  }
}
.page-template-front-page-php .identite .item .text .title {
  text-transform: uppercase;
  color: #7da800;
  font-size: 20px;
  padding: 0px 20px 10px 20px;
}
.page-template-front-page-php .identite .item .text .desc {
  padding: 0px 20px 30px 20px;
}
.page-template-front-page-php .identite .item img {
  float: left;
  width: 20%;
  position: relative;
}
@media (max-width: 539px) {
  .page-template-front-page-php .identite .item img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-bottom: 10px;
    float: none;
  }
}
.page-template-front-page-php .identite .item:nth-child(1) {
  margin-right: 6%;
}
.page-template-front-page-php .identite .item.last {
  width: 100%;
}
.page-template-front-page-php section {
  margin-top: 125px;
  margin-bottom: 125px;
}
@media (max-width: 539px) {
  .page-template-front-page-php section {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
.page-template-front-page-php section .headline h2,
.page-template-front-page-php section .headline h3 {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}
.page-template-front-page-php section .headline h2 {
  font-size: 34px;
  color: #7da800;
  line-height: 34px;
}
.page-template-front-page-php section .headline h3 {
  font-size: 20px;
  color: #0d4820;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 40px;
}
.page-template-front-page-php section .content {
  margin-top: 80px;
  background: url(img/section-bg.jpg);
  background-size: cover;
}
.page-template-front-page-php section .content p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}
.page-template-front-page-php section .brands-wrapper {
  margin-top: 70px;
  float: left;
  width: 100%;
}
@media (max-width: 539px) {
  .page-template-front-page-php section .brands-wrapper {
    margin-top: 10px;
  }
}
.page-template-front-page-php section .brands-wrapper .line {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 80%;
}
@media (min-width: 799px) and (max-width: 1024px), (min-width: 539px) and (max-width: 799px), (max-width: 539px) {
  .page-template-front-page-php section .brands-wrapper .line {
    width: 90%;
  }
}
.page-template-front-page-php section .brands-wrapper .line li {
  text-align: center;
  height: 100px;
  width: 20%;
  list-style: none;
  float: left;
}
@media (min-width: 539px) and (max-width: 799px) {
  .page-template-front-page-php section .brands-wrapper .line li {
    width: 33%;
  }
}
@media (max-width: 539px) {
  .page-template-front-page-php section .brands-wrapper .line li {
    width: 50%;
  }
}
.page-template-front-page-php section .brands-wrapper .line li.dynastar {
  background: url(img/brands/dynastar.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.head {
  background: url(img/brands/head.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.rossignol {
  background: url(img/brands/rossignol.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.mizuno {
  background: url(img/brands/mizuno.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.dc {
  background: url(img/brands/dc.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.arena {
  background: url(img/brands/arena.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.asics {
  background: url(img/brands/asics.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.icepeak {
  background: url(img/brands/icepeak.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.elan {
  background: url(img/brands/elan.png) center no-repeat;
}
.page-template-front-page-php section .brands-wrapper .line li.quiksilver {
  background: url(img/brands/quiksilver.png) center no-repeat;
}
.page-template-front-page-php section .btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b3b3b3;
  text-decoration: none;
  color: #b3b3b3;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  display: block;
  text-align: center;
  width: 220px;
}
.page-template-front-page-php section .btn:hover {
  border-color: #7da800;
  color: #7da800;
}
@media (max-width: 539px) {
  .page-template-front-page-php section .btn {
    width: 70%;
  }
}
.page-template-front-page-php .map-wrapper {
  width: 100%;
  height: 450px;
}
.page-template-front-page-php .map-wrapper #map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.page-template-front-page-php .map-wrapper #map-canvas img {
  max-width: none;
}
.page-template-front-page-php .map-wrapper .controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 45px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.page-template-front-page-php .map-wrapper #pac-input {
  text-align: center;
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 400px;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  position: relative;
  left: 50%;
  margin-left: -200px;
  top: 20px;
  z-index: 99999;
}
@media (max-width: 539px) {
  .page-template-front-page-php .map-wrapper #pac-input {
    width: 100%;
  }
}
.page-template-front-page-php .map-wrapper #pac-input:focus {
  border-color: #7da800;
}
.page-template-front-page-php .map-wrapper #type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
.page-template-front-page-php .map-wrapper #type-selector label {
  font-size: 13px;
  font-weight: 300;
}
#cboxOverlay {
  opacity: .6 !important;
}
#cboxClose {
  position: absolute;
  top: -25px;
  z-index: 999;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(img/btn-close.png);
  border: none;
  left: 50%;
  height: 50px;
  width: 50px;
  text-indent: 9999px;
  opacity: .8;
  margin-left: -25px;
}
#cboxClose:hover {
  opacity: 1;
  transition: opacity ease .2s;
}
#colorbox #cboxContent {
  background: transparent;
  text-align: center;
  margin-top: 20px;
}
#colorbox #cboxContent img {
  margin-bottom: -20px;
}
#colorbox #cboxContent p {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  margin-top: 60px;
}
@media (max-width: 539px) {
  #colorbox #cboxContent p {
    padding: 0;
    margin-top: 20px;
  }
}
#colorbox #cboxContent h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 100;
  padding: 0;
}
#colorbox #cboxContent .btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #b3b3b3;
  text-decoration: none;
  color: #b3b3b3;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 10px 20px 10px 20px;
  display: block;
  text-align: center;
  width: 250px;
}
#colorbox #cboxContent .btn:hover {
  border-color: #7da800;
  color: #7da800;
}
#colorbox .grid-container {
  max-width: 700px !important;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 539px) {
  #colorbox .grid-container {
    padding: 0;
  }
}
.instit .headline {
  padding-top: 60px;
}
.instit .headline h2,
.instit .headline h3 {
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}
.instit .headline h2 {
  font-size: 34px;
  color: #7da800;
  line-height: 34px;
}
.instit .headline h3 {
  font-size: 20px;
  color: #0d4820;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 40px;
}
.instit .plan-du-site ul {
  list-style: none;
  padding: 0;
}
.instit .plan-du-site ul a {
  text-decoration: none;
  color: #7da800;
}
.instit .plan-du-site ul li {
  width: 100%;
}
.instit .plan-du-site ul li.page_item_has_children {
  margin-top: 20px;
}
.instit .plan-du-site ul li.page_item_has_children .page_item a {
  color: #888;
}
.page-template-contact-php h2 {
  margin-bottom: 40px;
}
.page-template-contact-php .content {
  margin-bottom: 100px;
  padding-bottom: 40px;
}
.page-template-contact-php .headline {
  margin-top: 40px;
}
.page-template-contact-php div.wpcf7-validation-errors {
  border: none;
  border-radius: 3px;
  background: #ffffdd;
  color: #1a1a1a;
}
.page-template-contact-php span.wpcf7-not-valid-tip {
  background: #c0392b;
  color: #fff;
  border: none;
  border-radius: 3px;
  line-height: 26px;
  top: -5px;
  right: 5px;
  left: auto;
}
.page-template-contact-php input,
.page-template-contact-php textarea {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 40px;
  margin-bottom: 15px;
  box-sizing: border-box;
  line-height: 40px;
  text-indent: 20px;
}
.page-template-contact-php input:hover,
.page-template-contact-php textarea:hover,
.page-template-contact-php input:focus,
.page-template-contact-php textarea:focus {
  border-color: #7da800;
}
.page-template-contact-php input.half,
.page-template-contact-php textarea.half {
  width: 50%;
}
.page-template-contact-php input[type="submit"] {
  background: #7da800;
  color: #fff;
  border: none;
}
.page-template-contact-php input[type="submit"]:hover {
  background: #6a8f00;
}
.page-template-contact-php textarea {
  min-height: 160px;
}
