/* CSS Document */
body, div{ padding:0;margin:0;border:none;font-size:1em;}
ol, ul {list-style:none}
a {cursor:pointer;text-decoration:none}
.cb {clear:both}


@font-face {
  font-family:'Esphimere';
  src: url('fonts/Esphimere.eot') format('eot'), url('fonts/Esphimere.woff') format('woff'), url('fonts/Esphimere.ttf') format('truetype');
}

@font-face {
  font-family:'EsphimereItalic';
  src: url('fonts/Esphimere_Italic.eot') format('eot'), url('fonts/Esphimere_Italic.woff') format('woff'), url('fonts/Esphimere_Italic.ttf') format('truetype');
}

.content li {
	display:inline;
	line-height:80px;
}

.hidden {
	display:none;
}

a img {
  border: 0;
  border:none;
}

#page {
	width:100%;
}

header {
	display:table;
	width:100%;
	height:110px;
	border-top:3px solid #81C1FF;
	border-bottom:6px solid #0049A0;
}

header #logo {
	display:table-cell;
	width:25%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	font-family:'Esphimere';
	font-size:1.0em;
	color:#0049A0;
}

header #menu {
	display:table-cell;
	width:auto;
	height:100%;
	text-align:center;
	vertical-align:bottom;
}

header #logo img {
	
}

#description {
	font-family:'EsphimereItalic';
	font-size:1.0em;
	color:#0049A0;
	text-align:right;
	height:30px;
	padding:10px;
}

h1,h2,h4 {
	font-size:1.0em;
	display:inline;
	font-weight:100;
}

/* *********************************************************
**                         MENU                           **
***********************************************************/
#nav {
	width:80%;
}

#nav ul {
	width:100%;
	display:table;
	padding:0px;
}

#nav ul li {
	display:table-cell;
	vertical-align:middle;
	width:16%;
	min-width:120px;
	text-align: center;
}

#nav ul li:hover {
	
}

#nav ul li a:hover {
	color:#81C1FF;
}

#nav ul li a {
	padding:0px 0px;
	color: #5A5A5A;
	vertical-align:middle;
	font-family:'Esphimere';
	font-size:1.0em;
}

/* *********************************************************
**                                         MENU RESPONSIVE                                 **
***********************************************************/

#menu-responsive ul li {
	height:40px;
}

#menu-responsive ul li a:hover {
	color:#81C1FF;
}

#menu-responsive ul li a {
	padding:0px 0px;
	color: #5A5A5A;
	vertical-align:middle;
	font-family:'Esphimere';
	font-size:1.4em;
}

/* *********************************************************
**                               SLIDESHOW FOND                                                  **
***********************************************************/
#slideshow {
	position:relative;
	z-index:0;
	width:100%;
	overflow:hidden;
	border-bottom:6px solid grey;
}
	
#slideshow > div {
    position: absolute;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#slideshow img {
	width:100%;
	height:auto;
}

#slideshowmenu {
	width:100px;
	margin-top:550px;
	margin-left:470px;
}

#slideshowmenu ul {
	display:table-row;
    list-style:none;
    margin:0px;
    padding:0px;
}

#slideshowmenu ul li {
	display:table-cell;
    background-image:url('pics/puceinactive.png');
	background-repeat:no-repeat;
	width:30px;
	height:16px;
	padding:0px 0px;
}

#slideshowmenu ul li.active {
    background-image:url('pics/puceactive.png');
}

.slidemenu {
	color:#FFF;
	text-decoration:none;
	text-align:left;
	height:70px;
	font-family:Arial;
}

.slidemenu >div{
	height:16px;
	width:30px;
}

/* *********************************************************
**                                              MAIN                                                        **
***********************************************************/
.main {
	text-align:center;
	color: #5A5A5A;
	font-family:'Esphimere';
	font-size:1.0em;
}


/* *********************************************************
**                               LISTE ACTIVITES ACCUEIL                                      **
***********************************************************/

.activites {
	list-style-type: square;
	text-align:left;
	margin:0 auto;/*centrage marges automatiques*/
	display:inline-block;
}





/* *********************************************************
**                               3 PUCES ACCUEIL                                                   **
***********************************************************/
.ch-img-1 { 
	background-image: url(../pics/carrosserie.jpg);
}

.ch-img-2 { 
	background-image: url(../pics/campingcar.jpg);
}

.ch-img-3 { 
	background-image: url(../pics/parebrise.jpg);
}


.ch-grid {
	margin: -20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 240px;
	height: 240px;
	display: inline-block;
	margin: 40px;
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 12px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}



.ch-info {
	position: absolute;
	background: rgba(0,52,114, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 140px;
	font-family: 'Esphimere';
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 5px 5px;
	font-style: italic;
	margin: 0 30px;
	margin-top:-40px;
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}


/* *********************************************************
**                                              FOOTER                                                   **
***********************************************************/
footer {
	display:table;
	width:100%;
	height:auto;
	border-top:3px solid #81C1FF;
	background-color:#0049A0;
	color:#FFF;
	font-family:'Esphimere';
	font-size:0.8em;
}

#footer_final{
	width:100%;
	background-color:#0049A0;
	font-family:'Esphimere';
	font-size:0.8em;
	color:#FFF;
	text-align: center;
	padding-bottom: 10px;
}

.apropos {
	display:table-cell;
	width:40%;
	padding:15px;
	text-align:justify;
	vertical-align:top;
}

.simplemenu {
	display:table-cell;
	width:25%;
	padding:15px;
	text-align:justify;
	vertical-align:top;
}

.adresse {
	display:table-cell;
	width:35%;
	padding:15px;
	text-align:justify;
	vertical-align:top;
}

footer .titre {
	color:#FFF;
	font-family:'Esphimere';
	font-size:1.4em !important;
	line-height:60px;
}

#simplenav ul {
	width:100%;
	padding:0px;
	margin-top:-2px;
}

#simplenav ul li {
	vertical-align:middle;
	width:100%;
	min-width:120px;
	text-align: left;
}

#simplenav ul li a:hover {
	color:#81C1FF;
}

#simplenav ul li a {
	padding:0px 0px;
	color: #FFF;
	vertical-align:middle;
	font-family:'Esphimere';
}

footer .picto {
	height:40px;
	width:auto;
}

#nav-responsive {
	display:none;
}

#menu-responsive {
	display:none;
}

#leplus{
	vertical-align:middle;
	padding-right: 20px;
}

.textebleuitalic {
	font-family:'EsphimereItalic';
	color:#0049A0;
}

.imgassureur{
	vertical-align:middle;
	padding: 10px 10px 10px 10px;
}

form label {
	width:15%;
	text-align:left;
	display: table-cell;
}

.champ {
	width:800px;
	font-family:'EsphimereItalic';
	font-size:1.0em;
	color:#0049A0;
	height:20px;
	padding:10px;
}

.champmsg {
	width:800px;
	font-family:'EsphimereItalic';
	font-size:1.0em;
	color:#0049A0;
	padding:10px;
}

.champcaptcha {
	width:200px;
	font-family:'EsphimereItalic';
	font-size:1.0em;
	color:#0049A0;
	padding:10px;
}


.boutonmail {
	font-family:'EsphimereItalic';
	font-size:1.0em;
	color:#0049A0;
	padding:8px;
}

.gros {
	font-size:1.4em;
}

form textarea {
	width:400px;
	height:100px
}

.lien_externe  {
	color: #FFF;
	text-decoration: none;
}

.lien_externe:hover {
	text-decoration: underline;
}

.lienmentions{
	color: #0049A0;
	text-decoration: none;
}

.lienmentions:hover {
	text-decoration: underline;
}

/***********************************************************
**                 MODIFICATIONS RESPONSIVE DESIGN        **
***********************************************************/
@media only screen and (max-width: 1000px)
 {
	header {
		display:table;
		width:100%;
		height:110px;
		border-top:3px solid #81C1FF;
		border-bottom:6px solid #0049A0;
	}

	header #logo {
		display:block;
		margin-top:10px;
		width:100%;
		height:auto;
		text-align:center;
		vertical-align:middle;
	}

	header #menu {
		display:table-row;
		width:100%;
		height:100%;
		text-align:center;
		vertical-align:bottom;
	}
	
	#nav {
		display:none;
	}
	
	#menu-responsive {
		display:block;
	}

	/* Theming opened nav */
	#menu-responsive ul {
	  /* maximum height */
	  max-height: 0;
	  overflow: hidden;

	  /* translate with hardware acceleration */
	  transform: translateZ(0);
	  transition: max-height .4s;
	}

	/* Theming closed nav */
	#menu-responsive.is-open ul {
	  max-height: 25em;
	  overflow: visible;
	}
	
	#description {
		font-family:'EsphimereItalic';
		font-size:1.0em;
		color:#0049A0;
		text-align:center;
		height:30px;
		padding:10px;
	}
	
	#nav-responsive {
		display:block;
		width:100%;
		height:40px;
		margin-top: 20px;
	}
	
	.c-hamburger {
		display: block;
		float:right;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 48px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}

	.c-hamburger:focus {
		outline: none;
	}

	.c-hamburger span {
		display: block;
		position: absolute;
		top: 22px;
		left: 9px;
		right: 9px;
		height: 4px;
		background: white;
	}

	.c-hamburger span::before,
	.c-hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		content: "";
		}

	.c-hamburger span::before {
		top: -10px;	
	}

	.c-hamburger span::after {
		bottom: -10px;
	}


	.c-hamburger--htx {
		background-color: #0049A0;
	}

	.c-hamburger--htx span {
		-webkit-transition: background 0s 0.3s;
		transition: background 0s 0.3s;
	}

	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}

	.c-hamburger--htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}

	.c-hamburger--htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htx.is-active {
		background-color: #cb0032;
	}

	.c-hamburger--htx.is-active span {
		background: none;
	}

	.c-hamburger--htx.is-active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.c-hamburger--htx.is-active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
		-webkit-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}

	.champ {
		width:95%;
	}

	.champmsg {
		width:95%;
	}

	.champcaptcha {

	}
}

@media only screen and (max-width: 530px)
 {
	 .apropos {
		display:inline-block;
		width:90%;
		padding:0px;
		text-align:justify;
		margin:10px;
	}

	.simplemenu {
		display:block;
		width:90%;
		padding:0px;
		text-align:justify;
		margin:10px;
	}

	.adresse {
		display:block;
		width:90%;
		padding:0px;
		text-align:justify;
		margin:10px;
		
	}

	.champ {
		width:85%;
	}

	.champmsg {
		width:85%;
	}

	.champcaptcha {
		width:85%;
	}

	#footer_final{
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#footer_final span{
		padding-left:15px;
	}
 }