/* Réinitialiser les styles par défaut des navigateurs */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

body {
	width: calc(100% - 50px);
	margin: 0 auto;
	max-width: 1024px;
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

li {
	list-style: none;
}



/*CTA*/
.cta {
	padding: 10px 20px;
	background: #829576;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 auto;
	min-width: 200px;
	text-align: center;
	cursor: pointer;
	/* a mettre uniquement pour desk*/
	display: inline-block;
	text-decoration: none;
}

.cta.follow {
	display: block;
	margin: 50px 10%;
	font-weight: bold;
	background-color: #cbad5f;
}

/* hp */
#hpHead {
	text-align: center;
	padding: 30px;
	justify-content: center;
	display: flex;
	align-items: center;
	background: url('../img/headBG.jpg') no-repeat;
	background-size: cover;
	background-position: left top;
	color: #fff;
	flex-direction: column;
}
#hpHead.center{
	background-position: center;

}
#hpHead .cta{margin-top:20px;}
#hpHead .title {
	font-size: 36px;
	margin-top: 50px;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0, 0, 0, .9);

}

#hpHead .desc {
	font-size: 20px;
	font-family: "Baskervville", serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0, 0, 0, .9);
	max-width: 600px;
}

/*b1*/
.b1 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto;
	background-color: #f1e8de;
	padding: 20px 5px;
}

.b1 .cg {
	width: 60%;
	padding: 20px;
	text-align: center;
	background-image: url(../img/hpBG.jpg);
	background-position: center 135px;
	background-size: 600px;
	background-repeat: no-repeat;
}

.b1 .cg h2 {
	margin-top: 0;
	color: #829576;
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
}

.b1 .cg h2 strong {
	display: block;
}

.b1 .cg img {
	margin-top: 10px;
	max-width: 100%;
}

.b1 .cd {
	width: 40%;
	padding: 100px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.b1 .cd ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	max-width: 400px;
	justify-content: space-between;
}

.b1 .cd li {
	margin-bottom: 40px;
}

.b1 .cd h3 {
	margin-top: 0;
	color: #829576;
	font-family: "Baskervville", serif;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.b1 .cd p {
	margin-bottom: 20px;
}

.b2 {
	padding: 0;
}

.b2 li {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width:100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
}

.b2 li:nth-child(even) {
	flex-flow: row-reverse;
}

.b2 li .bimg {
	width: 40%;
	background-color: #f1e8de;
	padding: 6% 30px;
	position: relative;

}

.b2 li .bimg::after {
	content: '';
	position: absolute;
	height: 16%;
	top: 50%;
	margin-top: -8%;
	width: 100%;
	left: 0;
	background-color: #829576;
}

.b2 li .bimg img {
	width: 83%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}

.b2 li .btxt {
	width: 60%;
	text-align: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
}

.b2 li .btxt h3,
.b4 li .btxt h3,
.b5 li .btxt h3 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	color: #829576;
	margin: 10px auto;
	padding: 0 10px;
}

.b2 li .btxt h3 strong,
.b4 li .btxt h3 strong, .b5 li .btxt h3 strong {
	font-weight: bold;
}

.b2 li .btxt p,
.b4 li .btxt p,
.b5 li .btxt p {
	font-size: 16px;
	color: #000;
	width: 70%;
	margin: 10px auto 30px;
	max-width: 510px;
}

.b3 {
    margin-top:20px;
	padding: 30px 10px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	text-align: center;
	background-color: #829576;
}

.b3 li {
	display: flex;
	justify-content: flex-start;
	width: 30%;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
	color: #f1e8de;
}

.b3.min li {width: 50%;}

.b3 li .bimg {
	width: 170px;
	border-radius: 41%;
	height: 200px;
	display: block;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
}

.b3 li .btxt h3 {
	font-family: "Baskervville", serif;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.b3 li .btxt p {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}

.b3.min li .btxt p {max-width: inherit;}

.b3bottom {
	text-align: center;
	background-color: #829576;
	width: 100%;
	height: 50px;

}

.b3bottom .cta {
	background-color: #f1e8de;
	color: #829576;
}

.b4 {
	padding: 0;
	background-color: #f1e8de;
	position: relative;
    margin-top:20px;
}

.b4 li {
	opacity: 0;
	transition: opacity 0.8s;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	flex-flow: row-reverse;
}

.b4 li.on {

	opacity: 1;
}

.b4 li:nth-child(even) {
	flex-flow: row;
}

.b4 li .bimg {
	width: 40%;
	padding: 23% 30px;
	position: relative;
	background-size: cover;
	background-position: center;

}

.b4 li .btxt {
	width: 60%;
	text-align: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
}

.b4 li .btxt p,
.b4 li .btxt h3 {
	max-width: 350px;
}

.b4 ul.InitC {
	position: relative;
	overflow: hidden;
	transition: height 0.8s;
}

.b4 ul.InitC li {
	position: absolute;
	left: 0;
	top: 0
}

.b4 .next,
.b4 .before {
	position: absolute;
	z-index: 30px;
	width: 50px;
	height: 110px;
	top: 50%;
	margin-top: -55px;
	cursor: pointer;
	left: 20px;
	background: url('../img/nav/fl_pr.png') no-repeat center;
	z-index: 10;
	background-size: contain;
}

.b4 .next {
	left: inherit;
	right: 20px;
	background-image: url('../img/nav/fl_ne.png');
}


.b5 {
	padding: 0;

	position: relative;
    margin-top:20px;
}

.b5 li {
	background-color: #f1e8de;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto;
	padding: 0;
	flex-flow: row-reverse;
}


.b5 li:nth-child(even) {
	flex-flow: row;
}

.b5 li .bimg {
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center;

}

.b5 li .btxt {
	width: 50%;
	text-align: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
}

.b5 li .btxt p,
.b5 li .btxt h3 {
	max-width: 350px;
}

#crossel {
    margin: 20px 0;
	
	
}
#crossel .title{font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #829576;display: block;text-align: center;padding:30px 0;}
#crossel ul {
    display: flex;
	align-items: stretch;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

#crossel ul li {
    flex: 1;
    margin: 0 10px;
    text-align: center;
	background-color: #829576;
	color:#fff;
}
#crossel ul li:first-child {margin-left:0}
#crossel ul li:last-child {margin-right:0}

#crossel .bimg {
    margin-bottom: 10px;
}

#crossel .bimg img {
    max-width: 100%;
    height: auto;
}

#crossel .btxt {
    text-align: left;
	padding:20px 10px 20px 50px;
}
#crossel .btxt  h3{
font-family: "Baskervville", serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  position:relative;
}
#crossel a{text-decoration: none; color:#fff;}
#crossel .btxt  h3::before{
	content: "";
	width: 26px;
	height:26px;
	position: absolute;
	left:-30px;
	top:2px;
	display: block;
	font-size: 26px;
	line-height: 32px;
	text-align: right;
	font-style: normal;
	background: url('../img/nav/fl_mini.png') no-repeat center;
	background-size: contain;
}
.contact {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	background-color: #f1e8de;
	font-size:14px;
}


.contact .bimg {
	width: 30%;
	padding: 23% 30px;
	position: relative;
	background-size: cover;
	background-position: center;
    background-image: url('../img/contactBg.jpg')

}

.contact .btxt {
	width: 70%;
	display: flex;
	align-items: stretch;
	justify-content: start;
	flex-direction: column;
	padding-left: 20px;
}

.contact .btxt h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #829576;
}

.contact form .r {
	display: flex;
	margin-top: 30px;
}

.contact form .r>div {
	width: 50%;
}

.contact form .r>div input[type="text"] {
	display: block;
	width: 90%;
	background: none;
	border: 0;
	border-bottom: 1px solid #829576;
	height: 30px;
	margin-top: 10px;
}

.contact form .r>div.error input[type="text"], .contact form .r.error textarea,.contact .MobBorder.error {border-bottom:2px solid red}

.contact form .r>label {
	display: block;
	width: 95%;
	text-transform: uppercase;
}

.contact form .r>div>label {
	text-transform: uppercase;
}

.contact form .r>div>span {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact form .r textarea {
	display: block;
	width: 100%;
	height: 150px;
	background: none;
	border: 0;
	resize: none;
}

.contact form .r .cta {
	margin-left: 0;
	text-align: center;
	margin-bottom: 20px;
}

footer {

	background-color: #829576;
	color: #fff;
	margin-top: 60px;
}

footer .foo-r {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

footer .foo-r>div {
	width: 30%;
	padding: 30px;
}

footer .foo-r>div.deskOnly p{ margin-left:78px;
	margin-top:5px;
	font-size:14px;
}

footer .foo-r>div .mt {
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

footer .foo-r>div a {
	text-decoration: none;
	color: #fff;
}
footer .soufoo{display: flex;
align-items: center;
justify-content: start;
width: 100%;
margin: 0 auto;
padding: 0;}

footer .soufoo img{margin: -15px 30px 15px 30px;}
footer .soufoo a{margin :0 40px;font-size: 14px;cursor: pointer;text-decoration: none;color: #fff;}

/*animation*/
@keyframes mangoRaccoonedlineToLeft {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
	}

	80% {
		-webkit-clip-path: polygon(0 0, 94% 0, 84% 100%, 0 100%);
		clip-path: polygon(0 0, 94% 0, 84% 100%, 0 100%)
	}

	to {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

@keyframes mangoRaccoonedlineToLeftOut {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}

	20% {
		-webkit-clip-path: polygon(0 0, 94% 0, 84% 100%, 0 100%);
		clip-path: polygon(0 0, 94% 0, 84% 100%, 0 100%)
	}

	to {
		opacity: 0;
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
	}
}


@keyframes mangoRaccoonedlineToRight {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);
		clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);
	}

	80% {
		-webkit-clip-path: polygon(100% 100%, 100% 0, 16% 0, 6% 100%);
		clip-path: polygon(100% 100%, 100% 0, 16% 0, 6% 100%);
	}

	to {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%)
	}
}

@keyframes mangoRaccoonedlineToRightOut {
	0% {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%)
	}

	20% {
		-webkit-clip-path: polygon(100% 100%, 100% 0, 16% 0, 6% 100%);
		clip-path: polygon(100% 100%, 100% 0, 16% 0, 6% 100%);
	}

	to {
		opacity: 0;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);
		clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%);

	}
}


@keyframes blastCircleIn {
	0% {
		-webkit-clip-path: circle(0 at 50% 100%);
		clip-path: circle(0 at 50% 100%)
	}

	to {
		-webkit-clip-path: circle(100% at 50% 50%);
		clip-path: circle(100% at 50% 50%)
	}
}

.anim {

	animation-duration: 1s;
	animation-timing-function: linear;
	-webkit-animation-name: mangoRaccoonedlineToLeftOut;
	animation-name: mangoRaccoonedlineToLeftOut;
}

.anim2 {

	animation-duration: 1s;
	animation-timing-function: linear;
	-webkit-animation-name: mangoRaccoonedlineToRight;
	animation-name: mangoRaccoonedlineToRight;
}

.anim3 {

	animation-duration: 1s;
	animation-timing-function: linear;
	-webkit-animation-name: mangoRaccoonedlineToLeft;
	animation-name: mangoRaccoonedlineToLeft;
}


.anim4 {

	animation-duration: 1s;
	animation-timing-function: linear;
	-webkit-animation-name: mangoRaccoonedlineToRightOut;
	animation-name: mangoRaccoonedlineToRightOut;
}

.mobOnly, .WhitemobOnly {
	display: none;
}

#popin{
	position: fixed;
	top: - 50%;
	left:50%;
	background: rgba(35, 116, 98, .9);
	height: auto;
	width: 600px;
	margin-left: -300px;
	margin-top: -20vh;
	padding: 10px;
	opacity: 0;
	transition: opacity 0.8s ease-in-out, marginLeft 0.5s ease-in-out;
}
#popin.pop {
	opacity: 1;
	z-index: 100;
	top: 50%;
	
  }

#popin > div {
	border: 2px solid #fff;
	padding: 20px 10px;
	position: relative;
	max-height:80vh;
	overflow-y: auto;
	font-size:12px;
	color:#fff;
  }

#popin > div .closeCross{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
  }
  #popin > div .closeCross::before, #menu .closeCross::before {
	left: 0;
	transform: rotate(45deg);
  }
  #popin > div .closeCross::before, #menu .closeCross::before, #popin > div .closeCross::after, #menu .closeCross::after {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	content: '';
	top: 50%;
  }
  #popin > div .closeCross::after, #menu .closeCross::after {
	right: 0;
	transform: rotate(135deg);
  }

  
@media only screen and (max-width: 768px) {

    
	.deskOnly {
		display: none !important;
	}

	.mobOnly, .WhitemobOnly {
		display: block;
	}

	.mobInline {
		display: inline;
	}

	body {
		width: 100%;
	}

	.cta {
		padding: 6px 15px;
		min-width: 175px;
	}

	#popin {
		position: fixed;
		top: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgba(35, 116, 98, .9);
		min-height: 0;
		width: 90%;
		padding: 10px;
		margin:0;
		opacity: 0;
		transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out;
	}
	#popin.pop {
		opacity: 1;
		transform: translate(-50%, -50%);
		top: 50%;
	}
	.b2 li,
	.b1,
	.b3,
	.b4 li {
		flex-direction: column !important;
		width: 100%;
		max-width: 100%;
		padding: 30px 0 0;
	}

    #hpHead {
        padding: 30px 5px;
        background-image: url('../img/mob/bg-head.jpg');
		min-height:40vh;
        
    }

	#hpHead .title {
		font-size: 24px;
		line-height: 1.1em;
        text-shadow: 0 0 5px rgba(0, 0, 0, .9);
	}

	#hpHead .desc {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 10px;
        text-shadow: 0 0 5px rgba(0, 0, 0, .9);
	}


	
	.b1 .cg {
		height: 56vh;
		width: 100%;
		background-size: auto 40vh;
		padding: 0;
        background-image: url('../img/mob/hpBG.jpg');
	}

	.b1 .cd {
		width: 80%;
		margin: 0 auto;
		padding: 10px 0 0;
	}

	.b1 .cd li {
		border-bottom: 1px solid #829576;
	}

	.b1 .cd li:last-child {
		border: 0;
		margin-bottom: 10px;
	}

	.b1 .cd li h3 {
		position: relative;
	}

	.b1 .cd li h3::before {
		position: absolute;
		width: 32px;
		height: 32px;
		right: 0;
		top: 50%;
		margin-top: -16px;
		transition: opacity 0.8s;
		opacity: 1;
		content: "+";
		display: block;
		font-size: 26px;
		line-height: 32px;
		text-align: right;
		font-style: normal;
	}

	.b1 .cd li.on h3:before {
		content: "_";
		margin-top: -28px;
		font-weight: bold;
	}

	.b1 .cd li p {
		height: 0;
		opacity: 0.5;
		transition: opacity 0.8s, height 0.8s, margin 0.8s;
		margin: 0;
		font-size: 14px;
		overflow: hidden;
	}

	.b1 .cd li.on p {
		height: 120px;
		opacity: 1;
		transition: opacity 0.8s, height 0.5s, margin 0.8s;
		margin: 10px 0;
	}
    .b1 .cd li.on:last-child p{height:140px;}

	.b2 li {
		padding: 0
	}

	.b2 li .btxt h3 {
		font-size: 26px
	}

	.b2 li .btxt p {
		font-size: 13px;
		max-width: 100%;
		width: 90%;
		line-height: 16px;
	}

	.b2 li .btxt {
		width: 100%;
		padding: 0 0 20px;
	}

	.b2 li .bimg {
		width: 100%;
		padding: 30px 0
	}

	.b2 li .bimg img {
		width: 65%;
	}

	.b3 {
		padding: 30px 0;
	}

	.b3 li {
		flex-direction: row;
		width: 100%;
		position: relative;
	}
	.b3.min li {
		width: 100%;
	}

	.b3 li .bimg {
		width: 50px;
		height: 66px;
		border-radius: 21px;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -40px 0 0 15px;
	}

	.b3 li .btxt {
		border-bottom: 1px solid #f1e8de;
		padding-bottom: 10px;
		margin: 0 0 10px 80px;
	}

	.b3 li:last-child .btxt {
		border: none;
	}

	.b3 li .btxt h3 {
		text-align: left;
		font-size: 15px;
	}

	.b3 li .btxt p {
		text-align: left;
		font-size: 13px;
		line-height: 14px;

	}

	.b3bottom {
		margin-bottom: 20px;
	}

	.b4 .next,
	.b4 .before {
		width: 32px;
		height: 32px;
		top: 26vw;
		margin-top: 10px;
		background-size: contain;
	}

	.b4 li {
		padding: 0;
	}

    .b4 li .btxt {
		width: 90%;
		margin: 30px auto 0;
	}

	.b4 li .btxt h3 {
		font-size: 26px;
		line-height: 30px;
		display: block;
		width: 100%;
		max-width: initial;
	}

	.b4 li .btxt p {
		width: 100%;
		max-width: 100%;
		font-size: 13px;
		line-height: 16px;
	}
    .b4 li .bimg {
		width: 100%;
		height: 26vw;
		background-position: top left;
		background-size: 100vw auto;
	}

	.contact {
		background-color: #fff;
	}

	.contact .bimg {
		display: none;
	}

	.contact .btxt {
		width: 100%;
	}

	.contact .btxt h3 {
		font-size: 22px;
		margin-top: 20px;
	}

	.contact form .r {
		flex-direction: column;
		margin-top: 0;
	}

	.contact form .r>div {
		width: 100%;
		margin: 10px 0 0;
	}

	.contact form .r>label {
		font-size: 14px;
		margin-top: 10px;
	}

	.contact form .r>div>label,.contact form .r>div>span {
		font-size: 13px;
        white-space: nowrap;
	}

	.contact form .r>div input[type="text"] {
		margin-top: 0;
		border-color: #333;
	}

	.contact form .r .MobBorder {
		border-bottom: 1px solid #333;
        width:90%;
        padding-bottom: 10px;
	}

    .contact form .r > label{width: 100%;}
	.contact form .r textarea {
		border: 1px solid #333;
		margin-top: 10px;
        width: 90%;
		
	}

	.contact form .r .cta {
		margin-top: 10px;
	}
	#crossel{overflow-x: auto;}
	#crossel ul {
		display: flex; /* Utiliser flexbox pour aligner les éléments */
		align-items: stretch; /* Aligner les éléments sur la hauteur du plus grand */
		justify-content: space-between; /* Espacer les éléments */
		list-style: none;
		padding: 0;
		margin: 0 auto; /* Centrer la liste */
		width: 100%; /* Faire 80% de la largeur de l'écran */
	}
	
	#crossel ul li {
		flex: 1; /* Les éléments prennent une largeur égale */
		margin: 0 10px; /* Ajouter une marge de 20px entre les éléments */
		text-align: center;
		background-color: #829576; /* Exemple de couleur de fond */
		color: #fff;
		display: flex; /* Utiliser flexbox pour aligner le contenu interne */
		flex-direction: column;
		justify-content: flex-start; /* Centrer verticalement le contenu */
		align-items: center; /* Centrer horizontalement le contenu */
		min-width:80vw;
	}

	/*ajustement font*/
	
	.b1 .cd h3 {
		font-size: 17px
	}

    footer{overflow: hidden; margin-top:0;}
	footer .foo-r{padding: 10px 30px;}
	footer .foo-r > div{
		width:100%;
		padding:5px
	}
	footer .foo-r > div ul{
		font-size:13px;
	}

	footer .mobOnly p{font-size: 10px;display: block;margin-bottom:60px;}
	footer .mobOnly{text-align: center;}
	footer .Flogo{width:50%;display: inline-block;}
	footer .FLTE{width:75px;display: inline-block;margin-left:30px;}
	footer .WhitemobOnly{background:#fff; color:#cbad5f;font-size:10px;width:100%;padding:5px 10px;}
	footer .WhitemobOnly a{display: inline-block; width: 49%;text-align: center;text-decoration: none;color: #cbad5f;}

	
	

}