* {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    list-style-type: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
html{
    min-width: 300px;
}



/********************************************************************/
/*******************        FOOTER          *************************/
/********************************************************************/

/*** MAIN ***/
footer, footer .container {
    background: #000;
    height: 110px;
}
footer .container{
    width: 900px;
    margin: auto;
}

footer p, footer a, footer a span {
    color:#fff;
    text-align: center;
    font-size: 14px;
}

/*** IMAGE ***/
footer a.left {
    width: 17%;
    margin-top: 18px;
}

/*** CONTACT INFORMATIONS ***/
footer .contactFooter{
    width: 60%;
    border-left: 1px solid #fff;    
    border-right: 1px solid #fff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin: 34px 0;
    position: relative;
}
footer .facebook {
  right: 4%;
  position: absolute;
  top: -9%;
}
footer .contactFooter p {
    padding-left: 40px;
    text-align: left;
}
footer .contactFooter p:first-child{
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .contactFooter .phoneNumber{
    font-weight: 800;
    margin-right: 10px;
}

/*** BUTTON ***/
footer a.button.white {
    width: 23%;
    margin: 27px 0px;
}
footer .button.white span{
    padding: 20px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
footer a.button.white:hover span{
    opacity: 0.9;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
footer p.copyright {
  background: #000;
  padding: 20px;
}



/********************************************************************/
/*******************        PAGES           *************************/
/********************************************************************/

/*** BANNER ***/
#banner{
    background: #727272;
}
#banner, #banner .container {
    height: 460px;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
    margin-bottom: 40px;
}
#banner .banner-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #000;
}
/*.motoneige #banner .banner-layer, .forfait #banner .banner-layer, .about #banner .banner-layer {
    background: #fff;
}*/
#banner .container{
    width: 1030px;
    margin: auto;
}
#banner .container a {
    text-decoration: none;
    border:none;
}
#banner img {
    /*margin: auto;*/
    display: block;
    /*padding: 20px;*/
    text-decoration: none;
    border:none;
}
#banner .container .text{
    float: right;
    max-width: 990px;
margin-top: 150px;
}
#banner div h2{
    font-size: 55px;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";/*IE 8*/
    text-shadow: 0 0 10px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000); /*IE 5.5-7*/
    font-weight: 300;
    text-align: right;
    margin-right: 65px;
}
#banner div h2:first-child{
    font-weight: 800;
}
#banner .nav{
    position: absolute;
    bottom:0;
}
#banner .nav > div {
    width: 1030px;
}
#banner .nav > div ul.menu {
    margin: auto;
    text-align: center;
    display: block;
}
#banner .nav > div ul.menu li {
    display: inline-block;
    width: 250px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 55px;
    margin-left: 10px;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
#banner .nav > div ul.menu li:hover {
    opacity:0.9;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
#banner .nav > div ul.menu li a{
    display: block
}
#banner .nav > div ul.menu li:first-child {
    margin-left: 0px;
}
#banner .nav > div ul.menu li.current-menu-item:hover {
    opacity:1;
}

/*** CONTENT LEFT ***/
#content .page .container{
    width: 1030px;
    margin: 0 auto 100px;
}
.page .container .content.left {
    width: 640px;
}
.page .container .content.left .row .iconPage {
    float: left;
    margin-right: 10px;
}
.page .container .content.left .row h1 {
    text-transform: uppercase;
    font-size: 30px;
    padding: 43px 40px;
    float: left;
    width: 429px;
    font-weight: 800;
}
.page .container .content.left .text {
    margin: 30px 0;
}
.page .container .content.left .text p {
    font-size: 18px;
    padding-right: 10px;
}
.page .container .content.left a.button.black {
    float: right;
    text-transform: uppercase;
    background: #000;
    padding: 20px 25px;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
.page .container .content.left a.button.black:hover {
    opacity: 0.9;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
.page .container .content.left a.button.black span {
    color:#fff;
    font-size: 14px;
    font-weight: 600;
}
.page .container .content.right {
    width: 380px;
    margin-left: 10px;
}
.page .container .content.right .image {
    width: 380px;
    height: 380px;
    background-size: cover!important;
    background-position: center center!important;
    margin-bottom: 10px;
}
.page .container .content.right .info {
    padding: 40px;
}
.page .container .content.right .info h3 {
    text-transform: uppercase;
    font-weight: 800;
}
.page .container .content.right .info p {
    margin-top: 20px;
    line-height: 18px;
}



/*** HUNTING ***/
.chasse #banner div h2{
    color: #addabb;
}
.chasse #banner .nav > div ul.menu li {
    background: #0d2409;
}
.chasse #banner .nav > div ul.menu li a {
    color:#addabb;
}
.chasse #banner .nav > div ul.menu li.current-menu-item {
    background: #fff;
}
.chasse #banner .nav > div ul.menu li.current-menu-item a{
    color: #0d2409;
    font-weight: 700;
}
.chasse.page .container .content.right .info {
    background: #addabb
}
.chasse.page .container .content.left .row h1 {
    background: #e6f4ea;
    color:#0d2409
}

/*** FISHING ***/
.peche #banner div h2{
    color: #d8e5f2;
}
.peche #banner .nav > div ul.menu li {
    background: #273c53;
}
.peche #banner .nav > div ul.menu li a {
    color:#d8e5f2;
}
.peche #banner .nav > div ul.menu li.current-menu-item {
    background: #fff;
}
.peche #banner .nav > div ul.menu li.current-menu-item a{
    color: #273c53;
    font-weight: 700;
}
.peche.page .container .content.right .info {
    background: #d8e5f2
}
.peche.page .container .content.left .row h1 {
    background: #f3f7fb;
    color: #273c53;
}

/*** ACTIVITY ***/
.activites #banner div h2{
    color: #cab2b2;
}
.activites #banner .nav > div ul.menu li {
    background: #500000;
}
.activites #banner .nav > div ul.menu li a {
    color:#cab2b2;
}
.activites #banner .nav > div ul.menu li.current-menu-item {
    background: #fff;
}
.activites #banner .nav > div ul.menu li.current-menu-item a{
    color: #500000;
    font-weight: 700;
}
.activites.page .container .content.right .info {
    background: #cab2b2;
}
.activites.page .container .content.left .row h1 {
    background: #efe8e8;
    color: #500000;
}

/*** SNOWMOBILE ***/
.motoneige #banner div h2, .forfait #banner div h2, .about #banner div h2{
    color: #ffffff;
}
.motoneige #banner .nav > div ul.menu li {
    background: #2c2c2c;
}
.motoneige #banner .nav > div ul.menu li a {
    color:#2c2c2c;
}
.motoneige #banner .nav > div ul.menu li.current-menu-item {
    background: #fff;
}
.motoneige #banner .nav > div ul.menu li.current-menu-item a{
    color: #2c2c2c;
    font-weight: 700;
}
.motoneige.page .container .content.right .info {
    background: #dfdfdf;
}
.motoneige.page .container .content.left .row h1 {
    background: #f5f5f5;
    color: #2c2c2c;
}

/*** HEBERGEMENT ***/
.hebergement.page #banner div h2{
    color: #ddcdbb;
}
.hebergement.page #banner .nav > div ul.menu li {
    background: #372613;
}
.hebergement.page #banner .nav > div ul.menu li a {
    color:#ddcdbb;
}
.hebergement.page #banner .nav > div ul.menu li.current-menu-item {
    background: #fff;
}
.hebergement.page #banner .nav > div ul.menu li.current-menu-item a{
    color: #372613;
    font-weight: 700;
}

.hebergement.page .content.intro .iconPage {
    float:left;
}
.hebergement.page .content.intro {
    width: 1030px;
    margin: auto;
}
.hebergement.page .content.intro p {
    font-size: 14px;
    width: 820px;
    background: #f5f0ea;
    padding: 28px 40px;
    float: right;
    min-height: 66px;
}
#content .hebergement.page .container{
    margin:30px auto 0;
}
#content .hebergement.page #banner .container {
  margin: 0px auto 0;
}
.hebergement.page #chalets h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #372613;
    font-size: 30px;
    margin-bottom: 20px;
}
.hebergement.page .thumb {
    width: 70px;
    float: left;
}
.hebergement.page .thumbnail {
    width: 60px;
    height: 47px;
    background-size: cover!important;
    margin-bottom: 10px;
    cursor: pointer;
    background-position: center center!important;
}
.hebergement.page .big {
    float: left;
}
.hebergement.page .big .bigIMG {
    width: 570px;
    height: 390px;
    background-size: cover!important;
    background-position: center center!important;
}
.hebergement.page .avantage {
    float: left;
    margin-left: 10px;
    width: 320px;
    background: #ddcdbb;
    padding: 30px;
    min-height: 261px;
}
.hebergement.page .avantage h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.hebergement.page .avantage ul {
  margin-bottom: 20px;
}
.hebergement.page .avantage li {
    list-style-type: square;
    margin: 0 0 10px 30px;
    font-weight: 500;
}
.hebergement.page .avantage p {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
}
.hebergement.page a.bouton.black {
    float: left;
    margin-left: 10px;
    width: 300px;
    background: #000000;
    padding: 20px 40px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
.hebergement.page a.bouton.black:hover {
    opacity: 0.9;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
.hebergement.page a.bouton.black span{
    color:#fff;
}
.hebergement.page #chalets {
  padding-bottom: 80px;
}




/********************************************************************/
/*******************        NEWS            *************************/
/********************************************************************/

.post.page{
    background: url(img/bg-news.jpg);
}
.post.page .container a > img{
  display: block;
  margin: auto;
  padding-top: 70px;
  margin-bottom: 60px;
}
.post.page article, nav.navigation.pagination {
    width: 770px;
    background: #FFF;
    margin-top: 10px;
    min-height: 70px;
    overflow: hidden;
}
.post.page article:after {
    content: "";
    clear: both;
}
nav.navigation.pagination .nav-links {
  text-align: center;
}
nav.navigation.pagination h2 {
  display: none;
}
nav.navigation.pagination .page-numbers {
  padding: 10px 15px;
  display: inline-block;
  background: #000;
  color: #fff;
  margin: 16px 0;
}
nav.navigation.pagination .page-numbers.current {
  padding: 10px 15px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 16px 0;
}
.post.page .post-thumbnail{
    width: 120px;
    height: 70px;
    float: left;
    position: absolute;
    top: 0;
    background-size: cover!important;
    background-position: center center!important;
}
.post.page article img.attachment-post-thumbnail.wp-post-image {
  max-width: 100%;
  max-height: 100%;
}
.post.page h2.title {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}
.post.page article h2{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding: 24px 70px 24px 140px;
}
.post.page article h2.long {
    display: none;
}
.post.page article .line {
    position: relative;
}
.post.page article .line .more {
    width: 20px;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url(img/more.png);
    background-color: #acd9bb;
    font-size: 14px;
    font-family: Helvetica, arial, sans-serif;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.post.page article .content {
    display: none;
}

/** POST OPEN **/
.post.page article.open h2.short {
    display: none;
}
.post.page article.open h2.long {
    display: block;
}
.post.page article.open .post-thumbnail {
    width: 250px;
    height: 210px;
    position: relative;
    margin-right: 30px;
}
.post.page article.open h2 {
    padding: 24px 70px 24px 30px;
}
.post.page article.open .content {
    display: block;
    padding-right: 42px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 14px;
}
.post.page article.open .content p {
    margin: 0 0 10px 0;
}
.post.page article.open .line .more {
    background-image: url(img/less.png);
}
#content .post.page .container {
    width: 1030px;
    margin: 0 auto 0px;
    padding-bottom: 170px;
}

/** SideBar **/
.post.page div#secondary {
    float: right;
    background: #fff;
    width: 250px;
}
.post.page h2.widget-title {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 25px;
}
li.cat-item {
  margin: 5px 0;
}
li.cat-item {
  margin: 5px 0 0 0;
}
li.cat-item a {
    color:#fff;
    display: block;
    padding: 20px 25px;
}
li.cat-item:last-child a {
    padding: 20px 25px;
}
li.cat-item.cat-item-13, li.cat-item.cat-item-25 {
  background-color: #500000;
}
li.cat-item.cat-item-11, li.cat-item.cat-item-26 {
  background-color: #0d2409;
}
li.cat-item.cat-item-14, li.cat-item.cat-item-27 {
  background-color: #2c2c2c;
}
li.cat-item.cat-item-1, li.cat-item.cat-item-28 {
  background-color: #000;
}
li.cat-item.cat-item-15, li.cat-item.cat-item-29{
  background-color: #372613;
}
li.cat-item.cat-item-12, li.cat-item.cat-item-30 {
  background-color: #273c53;
}

.post.page article .line .more.cat13, .post.page article .line .more.cat25 {
  background-color: #cab2b2;
}
.post.page article .line .more.cat11, .post.page article .line .more.cat26 {
  background-color: #addabb;
}
.post.page article .line .more.cat14, .post.page article .line .more.cat27 {
  background-color: #dfdfdf;
}
.post.page article .line .more.cat1, .post.page article .line .more.cat28 {
  background-color: #fff;
}
.post.page article .line .more.cat15, .post.page article .line .more.cat29 {
  background-color: #dccdbb;
}
.post.page article .line .more.cat12, .post.page article .line .more.cat30 {
  background-color: #d8e5f2;
}



/********************************************************************/
/*******************        HOME            *************************/
/********************************************************************/

#rowCategory {
    padding: 30px 0;
}
#rowCategory .container {
    margin: auto;
    width: 1170px;
}
#rowCategory .container li {
    display: block;
    width: 380px;
    height: 315px;
    float: left;
    margin: 5px;
    background: #ddd;
    background-size: cover!important;
    background-position: center center;
}
#rowCategory .container li a {
    text-transform: uppercase;
    font-size: 20px;
    background: #555;
    display: table-cell;
    width: 380px;
    height: 90px;
    padding-left: 120px;
    vertical-align: middle;
    position: relative;
}
#rowCategory .container li a:before {
    background: url(img/logo-chasse.png);
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-size: cover!important;
}
section#slider:before{
    content: url(img/logo.png);
    position: absolute;
    z-index: 100;
    width: 100%;
}


/*** BLOCK ***/
/* Chasse */
#rowCategory .container li.chasse {
    background-image: url(img/home-chasse.jpg);
}
#rowCategory .container li.chasse a {
    background: rgba(13, 36, 9, 0.5);
    color: #addabb;
}
#rowCategory .container li.chasse a:before {
    background-image: url(img/logo-chasse.png);
}
/* Peche */
#rowCategory .container li.peche {
    background-image: url(img/home-peche.jpg);
}
#rowCategory .container li.peche a {
    background: rgba(39, 60, 83, 0.5);
    color: #d8e5f2;
}
#rowCategory .container li.peche a:before {
    background-image: url(img/logo-peche.png);
}
/* Activites */
#rowCategory .container li.activites {
    background-image: url(img/home-activites.jpg);
}
#rowCategory .container li.activites a {
    background: rgba(80, 0, 0, 0.5);
    color: #cab2b2;
}
#rowCategory .container li.activites a:before {
    background-image: url(img/logo-activites.png);
}
/* Hebergement */
#rowCategory .container li.hebergement {
    background-image: url(img/home-hebergement.jpg);
}
#rowCategory .container li.hebergement a {
    background: rgba(55, 38, 19, 0.5);
    color: #dccdbb;
}
#rowCategory .container li.hebergement a:before {
    background-image: url(img/logo-hebergement.png);
}
/* Motoneige */
#rowCategory .container li.motoneige {
    background-image: url(img/home-motoneige.jpg);
}
#rowCategory .container li.motoneige a {
    background: rgba(44, 44, 44, 0.5);
    color: #d8e5f2;
}
#rowCategory .container li.motoneige a:before {
    background-image: url(img/logo-motoneige.png);
}
/* Forfait */
#rowCategory .container li.forfait {
    background-image: url(img/home-forfait.jpg);
}
#rowCategory .container li.forfait a {
    background: rgba(255, 255, 255, 0.5);
    color: #010101;
}
#rowCategory .container li.forfait a:before {
    background-image: url(img/logo-forfait.png);
}

/*** NOUVELLES ***/
#blockNews{
    background: url(img/bg-news.jpg);
    background-size: cover!important;
    background-position: center center;
}
#blockNews .container{
    width: 1030px;
    margin: auto;
}
#blockNews .container h2{
    text-align: center;
    padding: 30px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}
#blockNews .blockHome {
    background: #fff;
    width: 500px;
    height: 250px;
    float: left;
    margin: 5px;
}
.blockHome .text {
    width: 40%;
    padding: 5% 5%;
    float: left;
    position: relative;
    height: 80%;
}
#blockNews .text h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}
#blockNews .text p {
    font-size: 14px;
}
.blockHome .image {
    width: 50%;
    height: 100%;
    float: left;
    background-size: cover!important;
    background-position: center center!important;
}
#blockNews .text .more {
    width: 20px;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: url(img/more-white.png);
    background-color: #000;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.blockHome#num3 .text, .blockHome#num4 .text {
    float: right;
}
#blockNews .button a {
      text-transform: uppercase;
      color: #fff;
      background: #000;
      padding: 20px 30px;
      display: inline-block;
      font-size: 18px;
      margin: 30px 0 40px;
}
#blockNews .button{
    text-align: center;
}


/********************************************************************/
/*******************        FORFAITS            *********************/
/********************************************************************/

.forfait .intro img {
    margin: auto;
    display: block;
}
.forfait .intro h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 30px;
    font-size: 30px;
    font-weight: 800;
}
.forfait .intro .text {
  background: #ececec;
  padding: 30px;
  margin-bottom: 30px;
}
.forfait .intro .left, .forfait .intro .right{
  width: 45%;
}
.forfait .eu {
  background-color: #fff200;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
    display: inline-block;
}
.forfait .usa {
  background-color: #ffb400;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
    display: inline-block;
}
.forfait p {
  font-size: 18px;
  margin-top: 15px;
}
#content #forfaits .container {
  width: 48%;
  float: left;
  height: 260px;
  margin: 1%;
    background: #f7f7f7;
}
#forfaits .imgForfait {
  width: 50%;
  height: 100%;
  float: left;
  margin-right: 15px;
  background-size: cover!important;
  background-position: center center!important;
}
#forfaits h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 16px;
  font-size: 18px;
}
#forfaits h5 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.forfait .contentText p {
  font-size: 16px;
  margin-top: 4px;
    font-weight: 600;
}
.forfait .contentText {
  padding-right: 10px;
}
.forfait .contentText .eu {
  padding: 5px;
    margin-right: 5px;
}
.forfait .contentText .usa {
  padding: 5px;
    margin-right: 5px;
}
.forfait .contentText p.description {
  font-size: 12px;
    margin-top: 15px;
}


/********************************************************************/
/*******************        HEADER              *********************/
/********************************************************************/

header {
  background: #000;
}
ul#menu-menu-principal, ul#menu-menu-principal-en {
  float: left;
}
header ul li {
  display: inline-block;
}
header ul li a{
    color:#fff;
    text-transform: uppercase;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal-right, ul#menu-menu-principal-right-en0 {
    float: right;
}
ul#menu-menu-principal-right li a, ul#menu-menu-principal-right-en0 li a {
    text-transform:capitalize;
    font-size: 14px;
    font-weight: 400;
    padding: 22px 20px;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal-right li a:hover, ul#menu-menu-principal-right-en0 li a:hover {
    background: #1a1a1a;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal li.chasse a:hover, ul#menu-menu-principal-en li.chasse a:hover {
    background: #0d2409;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal li.peche a:hover, ul#menu-menu-principal-en li.peche a:hover {
    background: #273c53;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal li.forfaits a:hover, ul#menu-menu-principal-en li.forfaits a:hover {
    background: #ebebeb;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    color:#000;
}
ul#menu-menu-principal li.hebergement a:hover, ul#menu-menu-principal-en li.hebergement a:hover {
    background: #372613;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal li.activites a:hover, ul#menu-menu-principal-en li.activites a:hover {
    background: #500000;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
ul#menu-menu-principal li.motoneige a:hover, ul#menu-menu-principal-en li.motoneige a:hover {
    background: #2c2c2c;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}



/********************************************************************/
/*******************        CONTACT             *********************/
/********************************************************************/

.page.about #banner{
    margin-bottom: 0px;
}
.about .half{
    width: 50%;
    float: left;
}
.about .place {
    width: 500px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}
.about .place p {
  text-align: right;
  padding-right: 100px;
}
.about {
  background: rgba(0, 0, 0, 0.1);
}
.about section#form {
  margin-top: 70px;
}
.about select {
  width: 80%;
  float: right;
}
.about input {
    width: 52%;
    float: right;
    padding: 4% 4%!important;
}
.about textarea {
  width: 92%;
}
.about input[type=submit] {
  width: auto;
  float: none;
  margin: auto;
    cursor: pointer;
  display: block;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
#content .page.about .container #form {
  width: 750px;
    margin: 70px auto 0;
}
.about #form .full, #form .half {
  font-size: 18px;
  margin-bottom: 10px;
    height: 60px;
}
.about select, input, textarea{
    font-size: 18px;
    border: none;
    padding: 2% 4%;
}
.about strong {
  margin-top: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}
.about strong.marg {
  margin-left: 20px;
}
.about #form .full.message, .about #form .full.submit{
    height: auto
}
.about input[type=submit]:hover{
    background: #fff;
    transition: all linear 200ms;
    -moz-transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}
section.contact {
    background: #fff;
}
#content .page.about .container {
  margin: 0 auto 0px;
  padding-bottom: 50px;
}
#content .page.about span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  display: block;
}

.about .half span.wpcf7-form-control-wrap {
  width: 56%;
  float: right;
  padding: 0 4% 0 0!important;
}
.about .half span.wpcf7-form-control-wrap input {
  width: 100%;
  float: none;
  padding: 4% 4%!important;
  height: 30px;
}

/********************************************************************/
/*******************        404                 *********************/
/********************************************************************/

section.error-404.not-found {
  width: 700px;
  margin: auto;
  margin-bottom: 200px;
}
h1.page-title {
  margin: 100px 0 50px;
}
section.error-404.not-found p {
  margin-bottom: 30px;
}
