/*
 Theme Name:     Uz'Escalade
 Theme URI:      http://www.elegantthemes.com 
 Description:    DIVI Child Theme
 Author:         Herve Farner
 Author URI:     http://www.uzegeinformatique.fr
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here */


@font-face {
    font-family: 'eurostileregular';
    src: url('http://www.uzescalade.fr/fontkit/eurostile-webfont.eot');
    src: url('http://www.uzescalade.fr/fontkit/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.uzescalade.fr/fontkit/eurostile-webfont.woff') format('woff'),
         url('http://www.uzescalade.fr/fontkit/eurostile-webfont.ttf') format('truetype'),
         url('http://www.uzescalade.fr/fontkit/eurostile-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'eurostilebold';
    src: url('http://www.uzescalade.fr/fontkit/eurostile_bold-webfont.eot');
    src: url('http://www.uzescalade.fr/fontkit/eurostile_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.uzescalade.fr/fontkit/eurostile_bold-webfont.woff') format('woff'),
         url('http://www.uzescalade.fr/fontkit/eurostile_bold-webfont.ttf') format('truetype'),
         url('http://www.uzescalade.fr/fontkit/eurostile_bold-webfont.svg#eurostilebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'eurostileregular';
    background-color: #9B9597;

}


h2, .h2 {
  color: #33BDF2;
  font-family: 'eurostilebold';
}

h1, .h1 {
    color: #33BDF2;
    font-family: 'eurostilebold';
}


.container {
    
  
}
/* Ceci est un commentaire
.carousel-inner {
    border-radius: 5px 5px 5px 5px;
    border: 5px solid white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
} */

.carousel {
    margin-bottom: 60px;
    margin-top: 10px;
}
.carousel-caption {
  /*  z-index: 10;*/
}
.carousel .item {
    background-color: #777777;
    height: 500px;
}
.carousel-inner > .item > img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}

.logo      {
    background-image: url("../images/logo.png") ;
    background-repeat:no-repeat;
    background-position: left top;
    background-color: #9B9597;
    background-color: transparent;
  	 height: 1200px;
    
}
.jumbotron {
	padding-top: 20px;
	}
.jumbotron h2 {
	margin-top: 0px;
	color:#FF7000;
	}
.jumbotron P {
	color:#9B9597;
	}


#main-header nav#top-menu-nav { padding-top: 10px;}
	     nav#top-menu-nav, #top-menu { float: left; }
			#top-menu li { display: inline-block; font-size: 14px; padding-right: 22px; }
			#top-menu > li:last-child { padding-right: 0; }
			#top-menu a { color: #666; text-decoration: none; display: block; position: relative; }
			#top-menu a:hover { background-color:#33bdf2; color: #333; }
			#top-menu li.current-menu-item > a { font-weight: 500; }
			#top-menu li > a { padding-bottom: 29px;}
				.et_nav_text_color_light #top-menu > li > a { color: rgba( 255, 255, 255, 0.7 ); }
				.et_nav_text_color_light #top-menu > li > a:hover { color: rgba( 255, 255, 255, 1 ); }
				.et_nav_text_color_light #top-menu li.current-menu-ancestor > a, .et_nav_text_color_light 	  #top-menu li.current-menu-item > a { color: #fff; }
