/*
 109 cyan clair v1

#CDE7FB
#6EBAEB
#FF7117
#DFEEF8ff
=haut B=
=bas B=
=H1=
=H4=

Ligne 82 : div#footer background = couleur de la ligne intermmédiaire
Ligne 23 : .ui-body-c couleur fond première page
Ligne 55 : div.innerpage background = couleur des pages internes
Lignes 207 et 212 : couleurs boutons "B"

*/


.ui-body-c {
	background: url('../images/') 0 0 #DFEEF8ff;
	background: url('../images/') 0 0 white;
}

.ui-content {
	max-width: 570px;    /* AW 640px */
	margin: 0 auto;
}

div#home h1.logo {
	margin: 24px auto;
	min-height: 45px;
	text-shadow: 1px 1px 2px #111;
}

div#home h1.logoimg {
	min-height: 60px;
	height: auto;
	margin: 5px auto;
}

div.border-bottom {
	border-bottom: 4px solid #FF7117;
}

div.border-top {
	border-top: 4px solid #FF7117;
}

div.innerpage {
	background: lime;
	text-align: left;
}

img {
	max-width: 100%;
}

img.featured {
	display: block;
	margin: 0 auto;
	padding: 0;
	border-radius: 0em;
	border: 3px solid white;	
	box-shadow: 0 0 6px rgba(0,0,0,.6);
 	box-sizing: border-box;  /*pour centrer l'image*/
}

div#centerthis {
	margin: 1em auto 0;
	text-align: center;
}

div#footer {
	border: 1px solid #333 ;
	border-top: 4px solid #FF7117;
	background: #6EBAEB ;     /* ligne du bas entre border et bouton */
	color: #fff ;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000 ;
}

div#footer h4 {
	color: #fff; 
}

div#page-footer h4 {
	color: #fff; 
}

ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.social li {
	display: inline;
	padding: 0 .6em;
	width: 480px;
	margin: 0 auto;
}

div.socialicons {
	margin: 0 auto;
	text-align: center;
}

div.socialicons img {
	padding: 10px;
}

div.text-page h1, div.text-page h2, div.text-page h3 {
	margin-top: 0; 
}

.video {
	width: 95%;
	margin: 15px auto 25px;
	text-align: center;
	border: 4px solid #FF7117;
	box-shadow: 0 0 8px #222;
}

.flexslider {
	border: 4px solid #FF7117;
}

/********************************************************************
 Override colors from default jquery mobile stylesheet (Swatches "A")
*********************************************************************/

.ui-bar-a {
	border: 1px solid #333 ;
	background: #DFEEF8ff ;
	color: #fff ;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000 ;
	background-image: linear-gradient( #CDE7FB , #6EBAEB );
}

.ui-btn-up-a {
	border: 1px solid #111 ;
	background: #DFEEF8ff ;
	font-weight: bold;
	color: #fff ;
	text-shadow: 0 1px 0 #111 ;
	background-image: linear-gradient( #CDE7FB , #6EBAEB );
}

.ui-btn-hover-a {
	border: 1px solid #000 ;
	background: #6EBAEB ;
	font-weight: bold;
	color: #fff ;
	text-shadow: 0 1px 0 #111 ;
}

.ui-btn-down-c {
	border: 1px solid #000 ;
	background: #DFEEF8ff ;
	font-weight: bold;
	color: #fff ;
	text-shadow: 0 1px 1px #111 ;
	background-image: linear-gradient( #CDE7FB , #6EBAEB );
}

.ui-btn-active {
	border: 1px solid #FF7117 ;
	background: #CDE7FB ;
	font-weight: bold;
	color: #fff ;
	cursor: pointer;
	text-shadow: 0 1px 1px #111 ;
	text-decoration: none;
	background-image: linear-gradient( #CDE7FB , #6EBAEB );
}

.ui-focus,
.ui-btn:focus {
	box-shadow: inset 0px 0px 3px #6EBAEB , 0px 0px 9px #6EBAEB ;
}
.ui-input-text.ui-focus,
.ui-input-search.ui-focus {
	box-shadow: 0px 0px 12px #6EBAEB ;
}

/********************************************************************
 Override colors from default jquery mobile stylesheet (Swatches "B")
*********************************************************************/

.ui-bar-b {
	border: 1px solid #333 ;
	background: #DFEEF8ff;
	color: #fff ;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000 ;
	background-image: linear-gradient( #CDE7FB , #6EBAEB );
}

.ui-btn-up-b {
	border: 1px solid #111 ;
	background: #DFEEF8ff ;
	font-weight: bold;
	color: #fff ;
	text-shadow: 0 1px 0 #111 ;
	background-image: linear-gradient( #CDE7FB , #6EBAEB );           /* dégradé bouton "b" */
}

.ui-btn-hover-b {
	border: 1px solid #000 ;
	background: #DFEEF8ff ;                                         /* fond hover buton "b" */
	font-weight: bold;
	color: #fff ;
	text-shadow: 0 1px 0 #111 ;
}

img.shadow {
	width: 100%; 
	position: relative; 
	top: -1px; 
	z-index: 5; 
}

.menu-shadow {
	margin-bottom: 0px !important;
}

.custom-icons .ui-btn .ui-btn-inner { 
	padding-top: 40px !important; 
}

.custom-icons .ui-btn .ui-icon { 
	width: 30px !important; 
	height: 30px !important; 
	margin-left: -15px !important; 
	box-shadow: none !important; 
	border-radius: 0 !important; 
}

.map-marker .ui-icon { background: url(../images/map-marker.png) 50% 50% no-repeat; background-size: 19px 27px; }
.info .ui-icon { background: url(../images/info.png) 50% 50% no-repeat; background-size: 13px 27px; }
.home .ui-icon { background: url(../images/home.png) 50% 50% no-repeat; background-size: 27px 25px; }
.mail .ui-icon { background: url(../images/mail.png) 50% 50% no-repeat; background-size: 27px 21px; }

#bg-popup {
	background: #f5f5f5;
}

#pop .ui-dialog-contain > .ui-header {
	border-bottom: 4px solid #FF7117 ;
}

.gallery { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}

.gallery:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden; 
}

.gallery li { 
	float: left; 
	width: 33.33333333%; 
}

.gallery li a { 
	display: block; 
	margin: 5px; 
	border: 1px solid #3c3c3c; 
}

.gallery li img { 
	display: block; 
	width: 100%; 
	height: auto; 
}

.gallery img {
	box-shadow: 0px 0px 4px #111; 
}

#ImageGallery .ui-content { 
	overflow: hidden; 
}

#centerlocation {
	margin: 0 auto;
	text-align: center;
}

div.location-heading h3 {
	margin-top: 0;
}

div.offer-page h3 {
	margin-top: 0;
}

div.email-form {
	margin: 10px auto;
}

/*****************************************************************
Media Query Adjustments
******************************************************************/

@media screen and (max-width:480px) {

	div#home h1.logo {
	margin: 10px auto;
	min-height: 35px;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px #111;
	}

	.ui-controlgroup-horizontal .ui-btn-inner { 
	height: 22px; 
	line-height: 22px; 
	}

	.ui-btn-inner { 
	font-size: 17px; 
	padding: .6em 17px .6em; 
	}

	div.socialicons img {
	padding: 7px;
	}
}

@media screen and (max-width:320px) {

	div#home h1.logo {
	margin: 10px auto;
	min-height: 30px;
	font-size: 1.3em;
	text-shadow: 1px 1px 2px #111;
	}

	.ui-controlgroup-horizontal .ui-btn-inner { 
	height: 20px; 
	line-height: 20px; 
	}

	.ui-btn-inner { 
	font-size: 14px; 
	padding: .6em 14px .6em; 
	}

	div.socialicons img {
	padding: 5px;
	}
}

/***************************  AW mobile.css, modification de styles************ */   
/***************************************************************************    */

/* Les boutons */

/*.ui-btn{
	border-radius: 0.6em;
} */

/* .ui-corner-all {
	border-radius: 0.4em;
} */

/* AW style des énumérations. Utiliser <UL class="tirets"> */
/* ul{
	list-style:none
}
.tirets li{
	padding-left:1.4em;
	text-indent:-1.2em;
	padding-top:8px;
}
.tirets li:before{
	content:"●  ";
	color: gray;
}
.tirets1 li{
	padding-left:1.4em;
	text-indent:-1.2em;
	padding-top:8px;
}
.tirets1 li:before{
	content:"–  ";
	color: black;
}
.tirets li:before{
	content:"► ";
} */

.ui-header .ui-title {
	text-overflow: ellipsis;
}

/* Controls images used (and positioning) of icons in the footer (copie de 0000.css) */
.map-marker .ui-icon {
	background: url(../images/map-marker.png) 50% 50% no-repeat;
	background-size: 19px 27px;
}
.info .ui-icon {
	background: url(../images/info.png) 50% 50% no-repeat;
	background-size: 13px 27px;
}
.home .ui-icon {
	background: url(../images/home.png) 50% 50% no-repeat;
	background-size: 27px 25px;
}
.mail .ui-icon {
	background: url(../images/mail.png) 50% 50% no-repeat;
	background-size: 27px 21px;
}
.pc .ui-icon {
	background: url(../images/pc.png) 50% 50% no-repeat;
	background-size: 27px 26px;
}

.c12 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	line-height: 12px;
}

.titres {
	color: #4D4D4D;
}

.textes {
	color: #686868;
}

.notes {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #270000;
	text-shadow: -1px -1px 0px white;
	text-align: justify;
}

/*.ui-body-c {
	background: #472722;   /*Couleur du fond première page*/
} */

h1 {
	font-size:24px;
	font-weight: normal;
	line-height: 120%;
	color: white;
	text-shadow: -2px -2px 0px black;
}

h4 {
	color: black;
	font-weight: normal;
	text-shadow: 0px 0px 0px silver;
	margin-left: 0px;
}

.titre-page {
	color: white;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	text-shadow: 2px 2px 2px black;
}

.accroche {
	font-size:26px;
	font-weight: normal;
	color: white;
	text-shadow: 2px 2px 2px black;
	margin-top: 40px ;
}

.tap2call {
	font-size: 12px;
	color: black;
	font-style: italic;
	font-weight: normal;
	text-shadow: 0px 0px 0px black;
}

.nota {
	text-align: center;
	font-size: 11px;
	color: black;
	font-style: italic;
	font-weight: normal;
	text-shadow: 0px 0px 0px black;
}

.menu2 {
	color: black ;
}

.custom-icons {
	/*max-width: 625px;
	left: 0px;
	*/
}


/*
h1.logo  couleur du texte du logo

h4  sous-titre page

.ui-body-c   Ligne 23 :   couleur fond première page

div.innerpage background   Ligne 55 :  = couleur des pages internes

div#footer  background   ligne 77   ligne du bas entre border et boutons

div#footer background    Ligne 82 : couleur de la ligne intermmédiaire du bas

.ui-btn-up-a  color   ligne 154   (et 148 ?)  texte menu du bas

.ui-btn-up-b  Background boutons couleurs alternatives

.ui-bar-b background-image  ligne 206    couleurs boutons "B"

.ui-btn-up-b  background-image  ligne 215   dégradé bouton "b"

.ui-btn-hover-b   background  ligne 220    couleur bouton B hover

*/
