/*
Theme Name: Vantage Child
Theme URI: https://siteorigin.com/theme/vantage/
Template: vantage
Author: SiteOrigin
Author URI: https://siteorigin.com/
Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Meta Slider for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free and premium support on our support forums (http://siteorigin.com/thread/).
Tags: responsive-layout,fluid-layout,custom-background,custom-menu,featured-images,theme-options,threaded-comments,translation-ready,black,white,light,one-column,two-columns,full-width-template
Version: 1.5.1.1471610773
Updated: 2016-08-19 13:46:13


/* modification couleur. */

.main-navigation ul li:hover > a {
  background: #333;
  color: #66ffcc;
}
.main-navigation ul ul li:hover > a {
  background: #333;
  color: #66ffcc;
}

/* modification hover. */

.selectdate {
    border-style: solid;
    border-width: 2px;
    border-color: #e8e8e8; 
    display: block;
  }

.selectdate:hover {
       border-color: black; 
   }
.maphoto {
    border-style: solid;
    border-width: 2px;
    border-color: black; 
    display: block;
    width: 130px;
    height: 156px;
    background-color: #CCC;
    -webkit-transition: width 2s, height 2s, border-color 2s;
    transition: width 2s, height 2s, border-color 2s;
}

.maphoto:hover {
    border-color: red;
    width: 260px;
    height: 312px;
}


/* SLIDER EFFECT */

@keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#cf3 {
  position:relative;
  height:598px;
  width:744px;
  margin:0 auto;
}

#cf3 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity all 5s ease-in-out;
  -moz-transition: opacity all 5s ease-in-out;
  -o-transition: opacity all 5s ease-in-out;
  transition: opacity all 5s ease-in-out;
}


#cf3 img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}








*/

