@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700);
/************************* Général *************************/

body {
	font-size:14px;
	margin:0px;
	padding:0px;
	font-family: 'Open Sans',sans-serif;
	line-height:1.2;
	background:#333;
	color:#333;
}
*{
	box-sizing:border-box;
}
a{
	color:#4cb1b3;
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:underline;
}
a:visited{
	color:#8ebf2f;
}
a.bouton{
	display:inline-block;
	padding:10px 20px;
	border-radius:4px;
	color:#fff;
	background:#d63d57;
}
a.bouton:hover{
	background:#AD142E;
	text-decoration:none;
}
img{
	display:block;
	max-width:100%;
}

/************************* Header *************************/

header{
	position:fixed;
	width:100%;
	height:60px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	z-index:999;
	background-color:#fff;
}
.header-wrapper{
	width:95%;
	margin:auto;
	max-width:1200px;
	padding:10px;
}
#header-position{
	height:60px;
}
#logo{
	float:left;
	margin:0;
}
#bandeau {
	background:#fff url('/Site-societe/images/golf.png') no-repeat center center;
	width:95%;
	text-align:center;
	height:600px;
	z-index:-1;
	margin:auto;
	max-width:1200px;
}
#bandeau h1 {
	color:#fff;
	font-size:40px;
	font-style: italic;
	margin:0px;
	padding-top: 100px;
	padding-left: 500px;
	line-height:50px;
}
#bandeau h2 {
	color:#d63d57;
	font-size: 22px;
	font-weight:normal
	line-height:28px;
	margin:0px;
}

/****************************************** MENU **********************************/
  
#mynav {
	float:right;
    width:auto;
    line-height:40px;
}

#mynav a {
	float:left;
	display:block;
	height:30px;
	margin-right:13px;
	font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}
#mynav a:hover {
	color:#000000;
}
#mynav a:active {
	color:#000000;
}

#menu-toggle{
	display:none;
	float:right;
    line-height:40px;
    font-size:40px;
    cursor:pointer;
}

#up{
	display:block;
	background:#333;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	border-radius:3px;
	position:fixed;
	bottom:0;
	right:0;
	text-decoration:none;
}

/*************************** Sections *********************************/
section{
	width:100%;
	margin:auto;
	max-width:1200px;
	clear:both;
	background:#fff;
}
section:nth-child(2n+1){
	background:#eee;
}
section .section-wrapper{
	width:100%;
	padding:20px 30px;
}

section h1{
	//color: #4cb1b3;
	font-size: 30px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:50px;
}
section h2{
	clear:both;
	//color: #4cb1b3;
	font-size: 23px;
	font-weight:400;
	line-height:26px;
	padding:20px 0 10px 0;
	margin:0;
	text-align:left;
	text-transform:none;
}

/*************************** Top *********************************/
#slogan img{
	display:block;
	margin:50px auto;
	width:300px;
}
#slogan p{
	text-align:center;
}
#slogan h1{
	text-align:center;
	color:#8ebf2f;
	font-size:40px;
	margin:0px;
	padding-top: 40px;
	line-height:50px;
	text-shadow:2px 2px 2px #333;
}
#slogan .section-wrapper{
	background-image: url("/Site-societe/images/test3.png");
	background-repeat: no-repeat;
	background-size: cover;
}
/****************************************** SLIDER **********************************/

.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #222;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner ul {
	list-style: none;
	width: 300%;
	margin: 0;
	padding:0;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 350px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}
.banner ul li{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.banner .inner{
	padding: 160px 0 110px;
}
.banner h1 {
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	color: #222;
}
.banner h2 {
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #222;
}

.banner .btn {
    display: inline-block;
    margin: 25px 0px 0px;
    padding: 9px 22px 7px;
    clear: both;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
	background:#D63D57;
}
.banner .btn:hover{
	background:#AD142E ;
}
.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin:0;
	padding:0;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #222;
	border-radius: 6px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #222;
	opacity: 1;
}
.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}
.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}

/*************************** Produits *********************************/

.produit{
	width:100%;
	padding:20px 0;
}
#produit-1{
	/*border-bottom:3px solid #8ebf2f;*/
	padding-top:0;
}
#produit-2{
	text-align:right;
	opacity:0.5;
}
.produit img{
	max-width:100%;
	/*width:20%;
	float:right;
	margin:0 0 10px 15px;*/
}
#produit-2 img{
	/*float:left;
	margin:0 15px 10px 0;*/
}
.produit h2{
	margin:10px 0 20px 0;
	font-size:26px;
	padding:0;
	//color:#8ebf2f;
}


/*#produits{
	text-align:center;
}
.produit{
	display:inline-block;
	width:45%;
	min-width:400px;
	vertical-align:top;
	position:relative;
	padding:20px;
	margin:20px;
	border-radius:3px;
	background:#fafafa;
	border:3px solid #8ebf2f;
}
.produit img{
	max-width:100%;
}
.produit h2{
	text-align:center;
	margin:10px 0 20px 0;
	font-size:26px;
	padding:0;
	color:#8ebf2f;
}
.produit .produit-texte{
	display:none;
	color:#111;
	position:absolute;
	top:100px;
	padding:0 30px 0 10px;
}
.produit:hover{
	border-color:#d63d57;
	background:#eee;
}
.produit:hover img{
	opacity:0.3;
}
.produit:hover h2{
	color:#d63d57;
}
.produit:hover .produit-texte{
	display:block;
}*/

/*************************** Qui sommes-nous *********************************/
/*section#presentation{
	background:#fff url('/Site-societe/images/fond-presentation.jpg') no-repeat center center;
	padding:20px 15%;
}
section#presentation .section-wrapper{
	background:rgba(255,255,255,0.8);
}*/

section#presentation h2{
	margin:10px 0 20px 0;
	font-size:26px;
	padding:0;
	//color:#8ebf2f;
}
section#presentation .personne{
	clear:both;
	margin:40px 0;
}
section#presentation img{
	float:left;
	width:136px;
	margin:0 15px 15px 0;
}
/*************************** Contact *********************************/
#image-contact{
	float:right;
	width:40%;
	margin-left:20px;
}
#content-contact{
	float:left;
}
#contact .fa{
	//color:#d63d57;
	font-size:20px;
	margin-right:5px;
}
#contact .fa-mobile{
	font-size:30px;
}
#contact a .fa{
	font-size:30px;
	margin-right:10px;
}
#contact a:hover .fa{
	//color:#8ebf2f;
	-webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
}
/*************************** footer *********************************/
footer{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:10px;
	color:#fff;
	font-size:13px;
	line-height:1;
}

/*************************** Responsive *********************************/
@media screen and (max-width:780px){
	#menu-toggle{
		display:block;
	}
	#mynav{
		display:none;
		position:fixed;
		right:0;
		top:60px;
		background:#fff;
		padding:5px 20px;
		border-radius:0 0 0 4px;
		-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.75);
	}
	#mynav a {
		float:none;
		margin-right:0;
		text-align:right;
		border-top:1px solid #eee;
		padding:7px;
		height:auto;
	}
	#mynav a:first-child{
		border:none;
	}
	.produit{
		width:100%;
		min-width:100px;
		margin-left:0;
		margin-right:0;
	}
	#image-contact{
		display:none;
	}
}
