@import url('css/typography.css');
@import url('css/formules.css');
@import url('css/reset.css');
/*   
Theme Name: Amusements junior
Theme URI: http://thematictheme.com/
Description: Use this theme to start your Thematic Child Theme development.
Author: Elodie Martin
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
*/

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;

}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clearleft {clear: left;}
abbr { border-bottom: 1px dotted #dd4188;}
.margintop {padding-top: 20px;}

.bgred { background-color:  #FF0000 !important; }
.onerror{ color:  #FF0000 !important; }
/********************************* MAIN STRUCTURE***************************************************************/
#header-container{
  width: 100%;
  height: 210px;
  background-image: url(images/back_nav.jpg), url(images/header_back.jpg) ;
  background-position: center top, top left;
  background-repeat: no-repeat, repeat-x;
  min-width: 1124px;
  z-index: 50;
}
#header-content {
  width: 950px;
  position: relative;
  height: 210px;
  margin: 0 auto;
}
#wrapper {width: 100%; height: 100%;
  background-image: url(images/back_container.jpg), url(images/back_containe-repeat.jpg);
  background-position: center top, top left;
  background-repeat: no-repeat, repeat-x, repeat-x;
  min-width: 1124px;
}
#container {
  width: 920px;
  margin: 0 auto;
  padding: 15px;
  height: 714px;
  background: url(images/container_bot.gif) repeat-x bottom #fff;
}
#container-content {
  width: 920px;
  min-height: 750px;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
  background: url(images/container_bot.gif) repeat-x bottom #fff;
}
#content {
  width: 640px;
  float: left;
}
#footer-wrapper{
  width: 100%;
  height: 540px;
  background-image: url(images/img_footer_bottom.jpg), url(images/footer_repeat-x.jpg) ;
  background-position: center bottom,top left;
  background-repeat: no-repeat, repeat-x;
  min-width: 1124px;
}

.columns .left {  width:640px;}
.columns .right {  width:260px;}
.left {float: left;}
.right {float: right;}
.clearfix {  clear:both;  float:none;}

/*************************** HEADER ************************************************/
#header-top  li a {float: left ;text-decoration: none; color: #fff; text-align: left; height: 30px; line-height: 2em;}
#header-top li a:hover {color: #d4176b;}
#header-top ul li { display: inline-block; list-style: none;}
#header-top:after {clear: both;}

li.offre {background: url(images/star_offres.gif) no-repeat 0% 50%; padding: 0 15px 0 24px;
}
li.ets { background: url(images/info_ico.gif) no-repeat 0% 50%; padding: 0 15px 0 20px;
}
li.gal {background: url(images/smile_ico.gif) no-repeat 0% 50%; padding: 0 15px 0 24px;
}

.logo a{display:block;width:231px;height:76px;overflow:hidden;top: 55px;position: absolute; left: 0;}
          .logo a:hover,
           .logo a:focus{
            -webkit-animation: logoAJ 1s;
               -moz-animation: logoAJ 1s;
                -ms-animation: logoAJ 1s;
                 -o-animation: logoAJ 1s;
                    animation: logoAJ 1s;
            }
            @-webkit-keyframes logoAJ {
                    0% {-webkit-transform: scale(1);} 
                    10%, 20% {-webkit-transform: scale(0.8) rotate(-3deg);}
                    30%, 50%, 70%, 90% {-webkit-transform: scale(1) rotate(3deg);}
                    40%, 60%, 80% {-webkit-transform: scale(1) rotate(-3deg);}
                    100% {-webkit-transform: scale(1) rotate(0);}
            }
            @-moz-keyframes logoAJ {
                    0% {-moz-transform: scale(1);}  
                    10%, 20% {-moz-transform: scale(0.8) rotate(-3deg);}
                    30%, 50%, 70%, 90% {-moz-transform: scale(1) rotate(3deg);}
                    40%, 60%, 80% {-moz-transform: scale(1) rotate(-3deg);}
                    100% {-moz-transform: scale(1) rotate(0);}
            }
            @-ms-keyframes logoAJ {
                    0% {-ms-transform: scale(1);} 
                    10%, 20% {-ms-transform: scale(0.8) rotate(-3deg);}
                    30%, 50%, 70%, 90% {-ms-transform: scale(1) rotate(3deg);}
                    40%, 60%, 80% {-ms-transform: scale(1) rotate(-3deg);}
                    100% {-ms-transform: scale(1) rotate(0);}
            }
            @-o-keyframes logoAJ {
                    0% {-o-transform: scale(1);}  
                    10%, 20% {-o-transform: scale(0.8) rotate(-3deg);}
                    30%, 50%, 70%, 90% {-o-transform: scale(1) rotate(3deg);}
                    40%, 60%, 80% {-o-transform: scale(1) rotate(-3deg);}
                    100% {-o-transform: scale(1) rotate(0);}
            }
            @keyframes logoAJ {
                    0% {transform: scale(1);} 
                    10%, 20% {transform: scale(0.8) rotate(-3deg);}
                    30%, 50%, 70%, 90% {transform: scale(1) rotate(3deg);}
                    40%, 60%, 80% {transform: scale(1) rotate(-3deg);}
                    100% {transform: scale(1) rotate(0);}
}

#bloc-tel {background: url(images/header_tel.jpg) no-repeat top left; padding-left:65px; float: right; margin-top: 25px;
height: 60px; position: absolute; right:0; line-height: 1.9em; display: block;}
 
 #reseaux {
 	position: absolute;
    right:0;
    top:115px;
}

.facebook_ico a {
    background-image: url("images/facebook_ico.png");
    display: block;
    float: left;
    height: 33px;
    width: 36px;
}
.facebook_ico a:hover {
    background-image: url("images/facebook_ico_hover.png");
    height: 33px;
    width: 36px;
}
.flicker_ico a {
    background-image: url("images/flicker_ico.png");
    display: block;
    float: left;
    height: 33px;
    width: 36px;
    margin-left: 5px;
}
.flicker_ico a:hover {
    background-image: url("images/flicker_ico_hover.png");
    height: 33px;
    width: 36px;
}
.googlep_ico a {
    background-image: url("images/googleplus_ico.png");
    display: block;
    float: left;
    height: 33px;
    width: 36px;
    margin-left: 5px;

}
.googlep_ico a:hover {
    background-image: url("images/googleplus_ico_hover.png");
    height: 33px;
    width: 36px;
}
/****************************** MENU ****************************************************/
#nav-container {
  position: absolute;
  bottom: 0;
  border-top: 8px solid #252011;
  height: 54px;
  background-color: #fff;
padding: 5px 15px 0;
  z-index: 300;
 width: 920px;
}
.menu { 
  background-color: #F7DF41;
  height: 54px;
  width: 920px;
  min-width: 935px;
  position: relative;
  bottom: 0;
}
.menu,
.menu ul,
.menu li,
.menu a {
  padding: 0;
  border: none;
  outline: none;
}

.menu li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
}

.menu li a:hover {border-top: 5px solid #252011; margin-top: -5px; height: 54px;}

.menu li #current  {  height: 54px; border-top: 5px solid #252011;  margin-top: -5px;-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;-webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;}

/* Sub Menu */
.menu ul {
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0; 
  width: 229px; 

  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;

  -webkit-transition: opacity .25s ease .1s;
  -moz-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1;}

.menu ul li {
  padding: 0;
  height: 0;
  overflow: hidden;

  -webkit-transition: height .4s ease .1s;
  -moz-transition: height .4s ease .1s;
  -o-transition: height .4s ease .1s;
  -ms-transition: height .4s ease .1s;
  transition: height .4s ease .1s;

  border: none;
}

.menu li:hover > ul li {
  height: 25px;
  overflow: visible;
  padding: 0;
}

/********************************************* CAT ************************************************/
span.padtop { line-height: 44px;}

.menu li#gonf ul{background-color:#ef91b8; padding: 0 7px;}
.raised {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
}
.menu li#gonf ul li { border-top: 1px solid #fff;}
.menu li#gonf ul li:nth-child(1) {border: none;}
.menu li#gonf {background-color:#ef91b8;}

.menu li#manege ul {background-color:#dd4188; padding: 0 7px;}
.menu li#manege ul li { border-top: 1px solid #fff;}
.menu li#manege ul li:nth-child(1) {border: none;}
.menu li#manege {background-color:#dd4188;}

.menu li#stand ul {background-color:#E11E50; padding: 0 7px;}
.menu li#stand ul li { border-top: 1px solid #fff;}
.menu li#stand ul li:nth-child(1) {border: none;}
.menu li#stand {background-color:#E11E50;}

.menu li#stand a {background-color:#e21e50;}
.menu li#stand a:hover {-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;-webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;}
.menu li#anim a {background-color:#d350d3;}

.menu li#anim a:hover {-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px; -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;}
.menu li#anim a {background-color:#d350d3;}

.menu li#aqua a{background-color:#13b4bb;}
.menu li#aqua a:hover {-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px; -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;}

.menu li#mat a {background-color:#f29420;}
.menu li#mat a:hover {-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px; -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;}

.menu li#contact a{background-color: #ef91b8;}
.menu li#contact a:hover {-webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 15px 10px -10px, rgba(0, 0, 0, 0.298039) 0 1px 4px, rgba(0, 0, 0, 0.0980392) 0 0 40px; -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;}

/********************* SLIDER **********************************/
#slider-conteneur {
display: inline-block;
height:290px;
background-color: #f1aaf7;
width: 640px;
margin-right: 20px;
}
.clearfix {  clear:both;  float:none;}

#carousel-slider {width: 640px; height: 290px; float: left;}
#conteneur-slide {
    display: block;
    height: 290px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 640px;
}
.slide{
  position: absolute;
  width: 640px;
  height:290px;
}
.une {background: url(images/alaune.png) no-repeat transparent;
  width: 116px;
  height: 50px;
  display: block;
  position: absolute;
  left: -9px; top:10px;
  z-index: 100;
  }
.slide div {
  background-color: rgba(221, 65, 136, 0.8);
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  display: block;
  position: absolute;
  bottom: 0; left: 0; right: 0;
  float: left;
}

span.bouton a {
position: absolute;
right: 5px;
bottom: 2px;
width:127px;
height:36px;
display: block;
text-align:center;
vertical-align:middle;
background:url(images/btn_savoir-plus.png) no-repeat;
color:#252011;
text-decoration:none;
}
span.bouton a:hover {
background:url(images/btn_savoir-plus-hover.png) no-repeat;
}
#pager {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 200;
}
#pager a {
  border: 2px solid #f7df41;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
#pager a:hover {
  background-color: rgba(221, 65, 136, 0.5);
}
#pager a span {
  display: none;
}
#pager a.selected {
  background-color: #f7df41;
}
/*
.carousel .slide .info {display: block; color: #fff; bottom: 0; left: 0; right: 0; background-color: #dd4188;
  position: absolute; height: 40px; line-height: 40px; text-indent: 15px;}
*/
.image_carousel {
  width: 865px;
  padding: 9px 0 9px 55px;
  height: 110px;
  position: relative;
  background-image: url(images/carou_left.png),url(images/carou_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left top, right top;
  overflow: hidden;
}
.image_carousel a { display: block; float: left;}

.image_carousel img {
  border: 1px solid #ccc;
  background-color: white;
  padding: 5px;
  margin: 5px;
  display: inline-block;
  float: left;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color.2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.image_carousel img:hover {
  border: 1px solid #ccc;
  background-color: #dd4188;
  padding: 5px;
  display:  inline-block;
  float: left;
}
a.prev, a.next {
  background: url(images/miscellaneous_slide.png) no-repeat transparent;
  width: 62px;
  height: 75px;
  display: block;
  position: absolute;
  top: 27px;
}
a.prev {      left: -5px;
          background-position: 0 0; }
a.prev:hover {    background-position: 0 -75px; }
a.next {      right: 0;
          background-position: -56px 0; }
a.next:hover {    background-position: -56px -75px; }

a.prev span, a.next span {
  display: none;
}

/********************* ASIDE HOME *****************************/
#aside-info{
  display: inline-block;
  height: 130px;
  padding-top: 160px;
  background: url(images/bulle_experience.png) no-repeat top center #f7df41;
  position: relative;
}

/********************* 3 blocs inline home ***********/
.fec{height: 177px; padding: 10px 0 10px}
.imgpli {
  background: url(images/cotejaune.jpg) no-repeat transparent;
  width: 9px;
  height: 50px;
  display: block;
  position: absolute;
  left: -9px; top:0;
}
#formules{
  background: url(images/bloc_offres.jpg) no-repeat top left;
  margin-right: 20px;
  width: 310px;
  height: 177px;
  position: relative;
}
.jump a{display:block;width:266px;height:99px;overflow:hidden;top: 40px;position: absolute; left: 28px;}
          .jump a:hover,
           .jump a:focus{
            -webkit-animation: logoAJ 1s;
               -moz-animation: logoAJ 1s;
                -ms-animation: logoAJ 1s;
                 -o-animation: logoAJ 1s;
                    animation: logoAJ 1s;
}
#formules .bouton a{margin-right: 80px;}
#entreprise .bouton a{margin-right: 80px;}
#entreprise{
  background: url(images/bloc_entreprise.jpg) no-repeat top left;
  width: 310px;
  height: 177px;
  margin-right: 20px;
  position: relative;
}
.pinched {
  background-color:#f1941d;
  background-position: initial initial;
  background-repeat: initial initial;
  border-radius:10px;
  color: #252011;
  margin: 15px 10px;
  padding: 4px;
  position: absolute;
  top: 27px;
  text-align: center;
}
.pinched:hover {opacity: 0.8;}

#catalogue{
  background: url(images/bloc_catalogue.jpg) no-repeat top left;
  width: 260px;
  height: 177px;
  position: relative;
}
.waouh a{ 
    display: block;
    height: 70px;
    left: 7px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 250px;}
          .waouh a:hover,
           .waouh a:focus{
            -webkit-animation: logoAJ 1s;
            -moz-animation: logoAJ 1s;
            -ms-animation: logoAJ 1s;
            -o-animation: logoAJ 1s;
            animation: logoAJ 1s;
}
span.bouton-voir a {
position: absolute;
right: 70px;
bottom: 2px;
width: 127px;
height: 36px;
display: block;
text-align: center;
vertical-align: middle;
background: url(images/btn_voir.png) no-repeat;
color: #252011;
text-decoration: none;
}
span.bouton-voir a:hover {
background:url(images/btn_voir-hover.png) no-repeat;
}
#content span.bouton-contacter a {
margin: 15px 20px 15px 0;
width: 153px;
height: 36px;
display: block;
text-align: center;
vertical-align: middle;
background: url(images/btn_contacter.png) no-repeat;
color: #252011;
text-decoration: none;
}
#content span.bouton-contacter a:hover {
background:url(images/btn_contacter_hover.png) no-repeat;
text-decoration: none; border: none;
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
margin-left: 20px;
width: 260px;
height: 100%;
float: left;
}

#formules-sidebar{
  background: url(images/bloc_offres_sidebar.jpg) no-repeat top left;
  width: 260px;
  height: 177px;
  position: relative;
  margin-bottom: 15px;
}
#formules-sidebar .bouton a{margin-right: 50px;}
#formules-sidebar .jump a{display:block;width:266px; height:99px; overflow:hidden; top: 45px; position: absolute; left: 5px;}
.fck_sidebar {
 height:42px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}
#content span.bouton-insta a {
margin: 0 0 15px 0;
width: 201px;
height: 36px;
float: right;
background: url(images/btn_instagram.png) no-repeat;
color: #252011;
text-decoration: none;
}
#content span.bouton-insta a:hover {
background:url(images/btn_instagram_hover.png) no-repeat;
text-decoration: none; border: none;
}
/* TAGS ------------------------------------------------------------*/

.tags {
  display: inline;
  overflow: hidden;
}

.tags li{
  display: block;
  float: left;
  margin-bottom: 6px;
  margin-right: 5px;
  background: url(images/tag.png) no-repeat top right;
  border-left: 1px solid #f7df41;  
}

/*.tags li:first-child{
  background: none;
  border: none;
}*/

.tags li a{
  display: block;
  height: 100%;
  width: 100%;
  margin-left: 5px;
  margin-right: 27px;
}


/* CONTENT ------------------------------------------------------------*/

#content ul li{list-style-image: none;}
.info-box{
  color: #c71d48;
  background-color: #fff;
  margin: 20px 0 15px 0;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 5px #252011;
  -webkit-box-shadow: 0 0 5px #252011;
  box-shadow: 0 0 5px #252011;
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.info-box span{ color: #c71d48; font-weight: bold;}

#description-box {
          background-color: #FFFFFF;
          border: 1px solid #DDDDDD;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          padding: 10px;
          width: 620px;
      }

#mentions{
  border-bottom: 1px dotted ##DD4188;
  margin-bottom: 5px;
}
.information-box{
  color: #c71d48;
  background-color: #ef91b8;
  margin: 5px 0 15px 0;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 5px #252011;
  -webkit-box-shadow: 0 0 5px #252011;
  box-shadow: 0 0 5px #252011;
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.message-box{
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  color: #c71d48;
  background-color: #b9e7e9;
  margin: 5px 0 15px 0;
  padding: 10px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 5px #252011;
  -webkit-box-shadow: 0 0 5px #252011;
  box-shadow: 0 0 5px #252011;
}
p.qualite-box{
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  float: left;
  height: 50px;
  color: #252011;
  font-size: 12px;
  background-color: #ef91b8;
  background-image: url('images/badge.png');
  background-position:10px 50%;
  background-repeat:no-repeat;
  margin: 5px 20px 15px 0;
  padding: 10px 10px 10px 55px;
  border-radius: 10px;
  border:1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 5px #252011;
  -webkit-box-shadow: 0 0 5px #252011;
  box-shadow: 0 0 5px #252011;
}
#content p.qualite-box a:hover{color: #c71d48;}
p.qualite-box span{color: #fff; font-size: 15px; font-weight: bold; text-transform: uppercase;}
p.qualite-box a:hover span{color: #c71d48;}
p.qualite-box:hover {  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;color: #fff;}
p.cgl-box{
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  height: 50px;
  float: left;
  font-size: 12px;
  color: #252011;
  background-color: #ef91b8;
  background-image: url('images/cgl.png');
  background-position:10px 50%;
  background-repeat:no-repeat;
  margin: 5px 5px 15px 0;
  padding: 10px 10px 10px 65px;
  border-radius: 10px;
  border:1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 5px #252011;
  -webkit-box-shadow: 0 0 5px #252011;
  box-shadow: 0 0 5px #252011;
}
#content p.cgl-box a:hover{color: #c71d48;}
p.cgl-box a span{color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase;}
p.cgl-box a:hover span{color: #c71d48;}
p.cgl-box:hover{  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;color: #fff;
}

/* PAGE CATEGORIES THUMBS----------------------------------------------------------*/
.imageOuter {
float: left;
margin: 0 22px 0 0;
width: 190px;
}
#content .imageOuter a:hover{text-decoration: none; border-bottom: none;}
#content .imageOuter img {padding: 5px; border: 1px solid #ccc;}

/* PAGE CATEGORIES----------*/
span.rollover {
  padding: 5px; 
  opacity: 1;
  transition-duration: 1s;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration :1s;
  background:url(images/voir.png) center center no-repeat #252011;
  cursor: pointer;
  height: 190px;
  width: 190px;
  position: absolute;
  z-index: 10;
  opacity: 0;
}

span.rollover:hover {
  opacity: .9;
  filter : alpha(opacity=9);
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
 -webkit-transition-duration:1s;
  -webkit-box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
}

/* PAGE PRODUITS THUMBS----------------------------------------------------------*/

#wrap {
          background-color: #FFFFFF;
          border: 1px solid #DDDDDD;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          height: 350px;
          padding: 10px;
          width: 620px;
          position: relative;
      }
      #wrap img {
        display: block;
        float: left;
      }
      #produit {
        height: 350px;
        float: left;
        overflow: hidden;
        width: 500px;
      }
      #thumbs {
        width: 100px;
        margin: 18px 5px 0 15px;
        height: 320px;
        float: left;
        overflow: hidden;
      }
      #thumbs img {
        border: 1px solid #ccc;
        padding: 4px;
        margin: 0 0 7px 0;
        cursor: pointer;
      }
      #thumbs img.selected, #thumbs img:hover {
        border-color: #c71d48;
      }
      
      #thumbs div {
        width: 110px;
        height: 320px;
        float: left;
      }
      #prev a, #next a {
        text-decoration: none;
        font-size: 25px;
        color: #f7df41;
        position: absolute;
      }
      #prev a:hover, #next a:hover {
        border:none;
        color: #c71d48;
      }
      #prev a.disabled, #next a.disabled {
        display: none !important;
      }
      #prev a {
        top: 0px;
      }
      #next a {
        bottom: 0px;
      }
      a.thumbs {
        right: 53px;
      }

.description {font-size: 105%; font-weight: bold;}
.description:before{content: "\2192"; padding-right: 4px; color: #252011; list-style-type: none;}  

/* ----------------------------------------Tableau --------------------------------------------*/
table a:active,
table a:hover {
  color: #bd5a35;
  text-decoration:underline;
}
table {
  font-family:Arial, Helvetica, sans-serif;
  color:#252011;
  font-size:14px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  margin:20px 0;
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
table th {
  font-size: 16px;
  text-transform: uppercase;
  padding:11px 25px 10px 25px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #B9E7E9;
  background: -webkit-gradient(linear, left top, left bottom, from(#B9E7E9), to(#e0f4f5));
  background: -moz-linear-gradient(top,  #B9E7E9,  #e0f4f5);
}
table th:first-child{
  text-align: left;
  padding-left:20px;
}
table tr:first-child th:first-child{
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
table tr:first-child th:last-child{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
table tr{
  text-align: left;
  padding-left:20px;
}
table tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
table tr td {
  padding:18px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
  background: #fed9e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
  border-bottom:0;
}
table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
table tr:hover td{
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}
/* FORMS ------------------------------------------------------------*/

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
  color: #606060;
  font-size: 14px;
}

#contactForm label,
#commentform label{
  display: block;
  font-size: 14px;
  line-height: 2.5em;
  font-weight: light;
}
/* FORMS ------------------------------------------------------------*/

#contactForm,
#commentform,
#contactForm{
  margin-bottom: 18px;
}

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
  padding: 10px 15px;
  background: #C6EBEC;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
  width: 282px;
}

#contactForm textarea,
#commentform textarea{
  width: 438px;
}

#contactForm #submit,
#commentform input#submit{
   border: 3px solid #F29420;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 5px #000000;
    color: #252011;
    background: #f7e041;
    margin: 21px 0;
    padding: 5px 0;
    width: 130px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#contactForm #submit:hover,
#commentform input#submit:hover{
  background: #F29420;
  border: 3px solid #f7e041;
  cursor: pointer;
  color: #fff;
}
#contactForm #submit:focus,
#commentform input#submit:focus{
  box-shadow: 0 0 1px #000000;
  }
#success {margin: 25px 0; color:#E21E50; font-size: 19px; font-style: italic;}

/* FOOTER ------------------------------------------------------------*/

footer {
  width: 935px;
  position: relative;
  height: 180px;
  margin: 0 auto;
  border-top: 10px solid #252011;
  padding: 10px 0 20px 15px;
  background-color: #fff;
}
#footer-cols{
  text-align: left;
  display: block;
  overflow: hidden;
/*  margin-bottom: 25px;*/
}
/*letter spacing pour adresse*/
.col > p:nth-child(6) > span:nth-child(2) > strong:nth-child(1) {
    letter-spacing: 2px;
}

#footer-cols li{
  display:inline;
}
#footer-cols li.col{
  display: block;
  width: 310px;
  float: left;
  margin-right: 5px;
}
#footer-cols li.colright{
  display: block;
  width: 260px;
  float: right;
  margin-right: 20px;
}

#footer-cols li.col-list{
  display: block;
  width: 330px;
  float: left;
  margin-right: 5px;
}
#footer-cols .col-list ul.calul1  { width: 120px; padding-right: 10px;}
#footer-cols .col-list ul.calul2  { width: 200px;}
#footer-cols li.clear-col{ clear:left; }
#footer-cols li.col ul{  display: block;}

.bot_footer {
  background-color:#fff;
  height: 34px;
  width: 920px;
  margin: 243px auto 0;
  border-radius:10px 10px 0 0;
  color: #252011;
  padding: 10px 13px;
 }
 .bot_footer:hover{ opacity: 0.6}
 .bot_footer:hover p {opacity: 1;}
 
.back_footer {
  height: 34px;
  width: 950px;
  margin: 0 auto;
  background: url(images/back_footer.png) repeat-x bottom left transparent;
}