﻿@import url("/include/fonts/sourcesanspro/styles-sourcesanspro.css");
@import url("/include/fonts/eurostile/styles-eurostile.css");
@import url("/include/fonts/vladimir_script/styles-vladimir_script.css");
@import url("/include/fonts/font-awesome/styles-font-awesome.css");

@font-face {
	font-family: 'arialnarrow';
	src: url('/font/arialn-webfont.woff2') format('woff2'),
		 url('/font/arialn-webfont.woff') format('woff'),
		 url('/font/arialn-webfont.svg#arialnarrow') format('svg');
	font-weight: normal;
	font-style: normal;
  
  }
  
  @font-face {
	font-family: 'arialnarrow';
	src: url('./font/arialnb-webfont.woff2') format('woff2'),
		 url('./font/arialnb-webfont.woff') format('woff'),
		 url('./font/arialnb-webfont.svg#arialnarrow') format('svg');
	font-weight: normal;
	font-style: normal;
  
  }
  @font-face {
	font-family: 'arialregular';
	src: url('./font/arial-webfont.woff2') format('woff2'),
		 url('./font/arial-webfont.woff') format('woff'),
		 url('./font/arial-webfont.svg#arialregular') format('svg');
	font-weight: normal;
	font-style: normal;
  
  }
  
  @font-face {
	font-family: 'arialbold';
	src: url('./font/arialbd_1-webfont.woff2') format('woff2'),
		 url('./font/arialbd_1-webfont.woff') format('woff'),
		 url('./font/arialbd_1-webfont.svg#arialbold') format('svg');
	font-weight: normal;
	font-style: normal;
  
  }

/*
source_sans_proregular
arialregular
vladimir_scriptregular

VERT #A7C818
Gris foncé #2a292a
*/
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #f0f2ef;
    font-family: 'arialregular';
	color:#2a292a;
	overflow-x: hidden;
}
img{
	vertical-align: middle;
}

.cc-window   /* cookie consent */
{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200000000000!important;
}



/*----------------------------------------------------*/
/*------------------- ACTU FACEBOOK ------------------*/

.overflow
{
  overflow-x: hidden;
}

.relative
{
  position: relative;
}

#actuFacebook
{
  position: fixed;
  top: 250px;
  right: 0;
  overflow: hidden;
  z-index: 11000;
}

#actuFacebook a
{
  color: #000;
  text-decoration: none;
}

#actuFacebook .logoFb
{
  cursor: pointer;
}

#actuFacebook .fb
{
  padding: 10px;
  background: #98a8c7;
  border-bottom-left-radius: 5px;
  border: 1px solid #7a869f;
  margin-right: -505px;
}

@media (max-width: 767px)
{

  #actuFacebook
  {
    top: 150px;
    right: -25px;
  }

  #actuFacebook iframe
  {
    width: 250px;
    height: 300px;
  }

  #actuFacebook img
  {
    width: 31px;
  }

  #actuFacebook .fb
  {
    margin-right: -250px;
  }
}



/*----------------------------------------------------*/
/*--------------- BANDEAU OFFFRES PROMO --------------*/

.marquee
{
  padding-top: 15px;
  font-size: 20px;
}

.marquee sup
{
  font-size: 12px;
}

.marquee1 sup
{
  font-size: 7px;
}

.color1
{
  color: #A7C818;
  text-shadow: 0 1px 1px #000;
}



/*----------------------------------------------------*/
/*------------------- OFFFRES PROMO ------------------*/

.pageOffres .blocOffres1
{
  padding: 25px 0;
}

.pageOffres .blocOffres2
{
  padding: 25px 0 50px;
}

.pageOffres .divImg
{
  position: relative;
  width: 960px;
}

.pageOffres .fondFonce
{
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

.pageOffres .texte1,
.pageOffres .texte1 a,
.pageOffres .texte2
{
   color: #fff!important;
   text-shadow: 0 0 3px #000;
}

.pageOffres .texte1
{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  text-align: center;
}

.pageOffres .texte1 .ssTexte1
{
  font-size: 32px;
}

.pageOffres .texte1 .ssTexte2
{
  font-size: 34px;
}

.pageOffres .texte1 .ssTexte3
{
  font-size: 28px;
}

.pageOffres .texte1 .ssTexte4
{
  color: #A7C818;
  font-weight: 600;
}

.pageOffres .texte2
{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/*-----------------------------------------------*/
/*----------- OPEN STREET MAPS - INDEX ----------*/

#maCarteAgde,
#maCarteBeziers, #maCarteNarbonne
{
  height: 254px !important;
  width: 100%;
}

#maCarteAgde .h1,
#maCarteBeziers .h1, #maCarteNarbonne h1
{
  font-size: 18px;
}

#maCarteAgde p,
#maCarteBeziers p,
#maCarteNarbonne p
{
  line-height: 20px;
}

/*------------ FIN OPEN STREET MAPS -------------*/
/*-----------------------------------------------*/




#ascenseur
{	
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s,opacity 0.5s;		
	position:fixed;
	right:25px;
	bottom:5%;
	z-index:1000;
	background-color:#8e8e8e;
	border-radius:20px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ascenseur a
{
	color:#212026;
	padding:10px 15px;
}
h1 {
	font-family: 'arialnarrow';
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	background-color: #A7C818;
	border-top: 25px solid #2a292a;
	border-bottom: 25px solid #2a292a;
}

header {
	text-transform: uppercase;
	background-color: #A7C818;
}
.clr1{
	color: black;
}

header > .menu {
	font-family: 'arialregular';
	font-size: 16px;
	background-color: #2A2626;
}


#logo {
	margin-top: -37px;
	padding-left: 20px;
}
#btn {
	text-transform: uppercase;
}
a.btn {
	text-decoration: none;
	color: #A7C818;	
	background-color: #2a292a;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: center;	
}

#main a.btn {
	color: #A7C818;	
}
#btn > a.btn:first-child,#btn > a.btn:nth-child(2) {
	text-decoration: underline;
	color: #2a292a;
	font-size: 12px;
	background-color:#A7C818;
	font-family: 'arialbold';
}
#btn > a.btn:nth-child(2) {
	border: 1px solid #2a292a;
}
a.btn2 {
	color: #A7C818;
	text-transform: uppercase;
	padding: 10px;
	margin: 20px 2px 20px;
	text-decoration: none;
	border: thin solid #A7C818;
	text-align: center;
	height: 22px;
}
a.btnMail {
	padding: 10px;	
	text-align: center;
	height: 22px;
	margin-bottom: 20px;
}
.bloc_txt > div {
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}
.bloc_txt > div > strong {
	text-transform: uppercase;
}
.bloc_txt > div > p > img {
	margin-top: 50px;
}

.blocBtn>div{
	padding:5px 20px;
	width: 260px;
}
.btn3 {
	font-size: 24px;
	font-family: 'arialregular';
	text-transform: uppercase;
	background-color: #A7C818;
	padding: 10px;
	text-align: center;
	height: 100%;
}
.blocBtn>div:nth-child(even)>.btn3{
	background-color: #222;
}
.blocBtn>div:nth-child(even)>.btn3 > div {
	border: thin solid #fff;
	color: #fff;	
}
.asterisque{
	font-size: 14px;
}
.btn3 > div{
	height: 100%;
	width: 100%;
	border: thin solid #222;
	padding: 45px 5px;
}
div[class*=mw-] {
	margin : 40px auto;
	padding: 10px;
	box-sizing: content-box;
}
.mw-240 {
	max-width: 240px;
}
.mw-320 {
	max-width: 320px;
}
.mw-400 {
	max-width: 400px;
}
.mw-560 {
	max-width: 560px;
}
.mw-640 {
	max-width: 640px;
}
.mw-720 {
	max-width: 720px;
}
.mw-960 {
	max-width: 960px;
}
.mw-1350 {
	max-width: 1350px;
}
.mw-1600 {
	max-width: 1600px;
}
.mw-1280 {
	max-width: 1280px;
}
.mwt-1200 {
	max-width: 1200px;
	margin: 20px auto;
}
.center { text-align: center; 
}
.adresseVG {
    color: #000;
    font-weight: bold;
}
.partenaires {
	background-color: #fff;
	padding: 30px 0px;
	margin: 0 auto 10px auto;
}
.partenaires h3{
	margin-top: 35px;
	margin-bottom: 70px;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
}
.partenaires img {
	margin-left: 10px;
	margin-right: 10px;
}


.menub {
	margin-top: 5px;
	padding: 5px;
	font-family: 'arialregular';
	background-color: #2A2626;
}
.menub a {
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
}


#copy {
	font-size: 12px;
	font-family: 'arialregular';
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	background-color: #000;
}
#copy a {
	color: #fff;
}
iframe.gmap{
	height: 100%;
	border: 0;
	/*max-width: 483px;*/
	width: 100%;
	min-height: 257px;
}
#bloc_adresse_bas,#bloc_adresse_bas2, #bloc_adresse_bas3 {
	
	background-color: #2A2626;
	padding-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 50px;
	color: #fff;
}
#bloc_adresse_bas .nom_soc,#bloc_adresse_bas2 .nom_soc, #bloc_adresse_bas3 .nom_soc {
	font-size: 28px;
	font-family: 'arialregular';
}

#bloc_adresse_bas .adresse, #bloc_adresse_bas3 .adresse, #bloc_adresse_bas2 .adresse {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}

.txt_slide_titre {
	
	color: white;
	font-size: 160px;
	text-align: center;
	font-family: 'vladimir_scriptregular';
	margin: 0;
	padding: 80px 0 0;
	
}
.txt_slide {
	width: 450px;
	text-align: center;
	font-size: 16px;
}

/*MENU*/
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav {
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav li a:active, #nav li a:hover, #nav li a.actif {
	color:#A7C818;
}
#nav li a.lien_promo {
	color: #f783dc;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #85caef;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -5px; /* 5 */
}



.ss-slide-stage {
border-radius: 0
}

#nav > ul {
	margin: 0;
	background-color: #2A2626;
}
#nav > ul > li {
	float: left;
	
}
#nav > ul > li > a {
	/*border-right: 1px solid #fff;*/
	padding: 10px 28px;
	text-align: center;
}
#nav > ul > li:last-child > a {
	border-right: none;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
}
/* second level */

#nav li ul {
	background-color: #336799;
	display: none;
	position: absolute;
	z-index: 9999999;
	top: 100%;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
	width: 250px;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
	    padding: 5px;
    text-align: left;

}
#nav li ul a {
	color: #fff;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-transform: none;
	text-shadow: none;
	font-size: 14px;
}
#nav li ul li:not(:last-child) a {
	border-bottom: thin solid #fff;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #497bac;
	color: #fff;
}
@media only screen and ( min-width: 998px )
{
	.display-md
	{	
		display: none;
	}
}

@media only screen and ( max-width: 998px )  {
	.flex-container2
	{
		display: block;
		text-align: center;	
	}
#nav {
	width: 100%;
	position: static;
	margin: 0;
	}

#nav {
	position: relative;
	left: auto;
}
#nav > a {
	width: 50px;
	height: 50px;
	text-align: left;
	text-indent: -9999px;
	position: relative;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em; /* 20 (24) */
	background-color: #fff;
	color: #336799;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #336799;
}
/* second level */

#nav li ul {
	position: static;
}
	#nav li:hover ul {
	width: 100%;
}

	.display-md
	{	
		display: block;
		padding: 10px;
	}

	.hidden-md
	{
		display: none;
	}

}
.relative{position: relative;}
.txtSlide{
	position: absolute;
	bottom: 60px;
	left:60px;
	right:60px;
	text-shadow: 2px 2px 2px #000;
	z-index: 10;
	color:#fff;
}
.txtSlide .titre{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.txtSlide .txt{
	font-size: 18px;
}
@media(max-width:767px){
	.slide+.slide{
		display: none;
	}
	.order-1-xs{
		order: 1;
	}

	
}

/*_______________________________________________________________*/

h1, h2 {
	color: white;
	text-align: center;
}

h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'arialbold';
}
a.lienblanc {
	color: white;
}


.container-header {
	padding-top: 5px;
	padding-bottom: 5px;
}




.bloc-activites-loisirs, .bloc-locations {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.bloc-activites-loisirs > div, .bloc-locations > div {
	margin:10px;
	border: thin solid #fff;
	position: relative;
}
.bloc-activites-loisirs > div > div, .bloc-locations > div > div {
	text-shadow: 1px 1px 2px #000;
	padding: 10px;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: rgba(95, 166, 236, 0.7);
}
.bloc-locations > div > a {

	position: absolute;
	width: 100%;
	height: 100%;
}

.bloc-locations > div > a > .plus-infos {
	position: absolute;
	display: none;
	width: 80px;
	height: 84px;
	background-image: url(../images/plus-infos.png);
}
.bloc-locations > div> a:hover > .plus-infos {
	display: flex;
}
.bloc-locations > div > div {
	padding-bottom: 15px;
	padding-top: 15px;
}
.bloc-locations > div > div.twoLignes {
	padding-bottom: 0;
	padding-top: 0;
}

.bloc-locations > div > div.twoLignes > span {
	text-transform: none;
	font-size: 18px;
}
.bd_infos i {
	padding-left: 10px;
}
.txtBlanc {
	color: #fff;
}

.bgc1 {
	background-color: #336799;
	color: white;
}
.bgc2 {
	background-color: #5fa6ec;
}
.bgc3 {
	background-color: #a9c643;
}
.bd_infos {
	color: white;
	padding: 5px;
	font-size: 18px;
}
.pdlrb1 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.pdlr1 > div > div {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pdlr1 {
	padding-left: 20px;
	padding-right: 20px;
}

div[class*=bc-] {
	-webkit-background-size: cover;
	background-size: cover;
}
.hidden {
	display: none;
}
.bc-accueil1 {
	background : url(../images/camping-parcducharouzech-aveyron.jpg) no-repeat center;
	min-height: 493px;
}
.bc-accueil2 {
	background : url(../images/camping-parcducharouzech-gorges-du-tarn.jpg) no-repeat center;
	min-height: 448px;
}
.bc-accueil3 {
	background : url(../images/camping-parcducharouzech-viaduc-de-millau.jpg) no-repeat center;
	min-height: 448px;
}
.bc-accueil4 {
	background : url(../images/camping-parcducharouzech-plage.jpg) no-repeat center;
	min-height: 374px;
}

.bc-camping1 {
	background : url(../images/camping-parcducharouzech-accueil.jpg) no-repeat center;
	min-height: 382px;
}

.bc-camping2 {
	background : url(../images/camping-parcducharouzech-equipe.jpg) no-repeat center;
	min-height: 382px;
}

.bc-camping3 {
	background : url(../images/camping-parcducharouzech-epicerie.jpg) no-repeat center;
	min-height: 449px;
}
.bc-camping4 {
	background : url(../images/camping-parcducharouzech-bar.jpg) no-repeat center;
	min-height: 449px;
}
.bc-camping5 {
	background : url(../images/camping-parcducharouzech-terrasse.jpg) no-repeat center;
	min-height: 449px;
}
.bc-camping6 {
	background : url(../images/camping-parcducharouzech-laverie.jpg) no-repeat center;
	min-height: 449px;
}
.bc-tourisme1 {
	background : url(../images/camping-parcducharouzech-les-gorges-du-tarn.jpg) no-repeat center;
	min-height: 493px;
}
.bc-tourisme2 {
	background : url(../images/camping-parcducharouzech-citedestempliers-couvertoirade.jpg) no-repeat center;
	min-height: 493px;
}
.bc-tourisme3 {
	background : url(../images/camping-parcducharouzech-aubrac.jpg) no-repeat center;
	min-height: 446px;
}
.bc-tourisme4 {
	background : url(../images/camping-parcducharouzech-roquefort.jpg) no-repeat center;
	min-height: 446px;
}

.bc-locations {
	background : url(../images/camping-parcducharouzech-mobil-home-eglantier-3.jpg) no-repeat center;
	min-height: 370px;
}

.bc-locations1 {
	background : url(../images/camping-parcducharouzech-mobilhome-coquelicots-1.jpg) no-repeat center;
	min-height: 493px;
}

.bc-locations2 {
	background : url(../images/camping-parcducharouzech-mobil-home-bleuets.jpg) no-repeat center;
	min-height: 493px;
}
.bc-locations3 {
	background : url(../images/camping-parcducharouzech-mobil-home-eglantier.jpg) no-repeat center;
	min-height: 493px;
}
.bc-locations4 {
	background : url(../images/camping-parcducharouzech-mobil-home-myosotis.jpg) no-repeat center;
	min-height: 493px;
}
.bc-locations5 {
	background : url(../images/mobil-home-21m2-1.jpg) no-repeat center;
	min-height: 493px;
}
.bc-locations6 {
	background : url(../images/mobil-home-18m2-1.jpg) no-repeat center;
	min-height: 493px;
}

.bc-locations7 {
	background : url(../images/camping-parcducharouzech-bungalow-jonquilles-genets.jpg) no-repeat center;
	min-height: 493px;
}
.bc-locations8 {
	background : url(../images/camping-parcducharouzech-bengatoile-paquerettes-1.jpg) no-repeat center;
	min-height: 493px;
}

.bc-emplacements1{
	background : url(../images/parcducharouzech-emplacements-lac.jpg) no-repeat center;
	min-height: 493px;
}
.bc-emplacements2{
	background : url(../images/parcducharouzech-emplacements-1.jpg) no-repeat center;
	min-height: 448px;
}
.bc-emplacements3{
	background : url(../images/parcducharouzech-emplacements-2.jpg) no-repeat center;
	min-height: 448px;
}

.bc-acces1{
	background : url(../images/camping-parcducharouzech-plan-region.png) no-repeat center;
	min-height: 448px;
}

.bc-animations1 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-animations-enfants.jpg) no-repeat center;
	min-height: 448px;
}
.bc-animations2 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-animations-ados.jpg) no-repeat center;
	min-height: 448px;
}
.bc-animations3 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-animations-soiree2.jpg) no-repeat center;
	min-height: 448px;
}
.bc-animations4 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-animations-soiree.jpg) no-repeat center;
	min-height: 448px;
}
.bc-animations5 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-animations-adultes.jpg) no-repeat center;
	min-height: 448px;
}
.bc-animations6 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-loisirs-piscine-couverte.jpg) no-repeat center;
	min-height: 449px;
}
.bc-animations7 {
	background : url(../images/camping-parcducharouzech-lac-pareloup-loisirs-peche.jpg) no-repeat center;
	min-height: 449px;
}




.titre1, .titre2 {
	font-family: 'arialbold';
	padding-top: 24px;
	padding-bottom: 30px;
	text-align: center;
}
.titre1 {
	font-size: 60px;
	color : black;
	text-shadow: 1px 1px 2px #fff;
}
.titre2 {
	font-size: 48px;
	color : white;
	text-shadow: 1px 1px 2px #000;
}
.bloc_promo {
	height: 100%;
}
.bloc_promo.border-lr {
	border-left: thin solid #000;
	border-right: thin solid #000;
}
.bloc_promo .details {
	padding: 20px 35px;
}
.bloc_promo .titre {
	font-size: 30px;
	color: #336799;
}
.bloc_promo .tarif {
	font-size: 30px;
	color: #282d39;
	background-color: #5fa6ec;
	border: thin solid #282d39;
	margin: 10px;
	padding: 10px 20px;
}
.bloc_promo .desc {
	font-size: 24px;
}
.bloc_promo .desc2 {
	font-size: 18px;
	color: #336799;
}






.btn_reserver, .btn_tarifs {
	float: right;
	text-transform: uppercase;
	border: thin solid #000;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
	margin-bottom: 30px;
	text-decoration: none;
}
a.btn_reserver{
	background-color: #000;
	color: #fff;

}
a.btn_tarifs {
	color: #000;
}
.iconeLocs{
	padding: 10px 0;
}
.iconeLocs>div{
	padding: 5px;
}
.iconeLocs>div:first-child{
	padding-left: 0px;
}
.iconeLocs>div:last-child{
	padding-right: 0px;
}
.iconeLocs>div>div{
	padding: 13px;
	min-width: 110px ;
	color: #fff;
	background-color: #336799;
}

.block {
	display: block;
}



table {
  border: 1px solid #282828;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.w350 {
	width: 350px;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  border: 1px solid #282828;
  padding: .35em;
}
table td {
  border: 1px solid #282828;
}

table th {
	 border: 1px solid #282828;
	background-color: #aac06d;
	
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
form>div{
	margin-bottom: 40px;
}
form label{
	margin: 0 10px;
	display: block;
}
input[type=text],textarea{
	width:calc(100% - 30px);
	margin-bottom: 10px;
	border:1px solid #b1b1b1;
	padding: 5px;
	margin:5px 0 10px;
}
input[type=submit]{
	background-color: #1c1c1c;
	border:0;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 15px;
	margin: 40px auto;
}
#main a{
	color:#2a292a;
}
@media screen and (max-width: 1200px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #282828;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #282828;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}	

video{
	width: 100%;
	height: 100%;
}
.bg2{
	background-color: #aca7ac;
}



@media (min-width:1200px) {
	#nav > ul > li > a {
	padding: 10px 35px;
}	
	.bloc_txt > div {
		margin-top: 80px;
	}
	.bloc_txt2 > div {
		margin-top: 15px;
	}
}
@media (min-width:1600px) {
.infoResa {
	order: 3;
}
.infoResa, .logo {
	width: 25%;
}
.menuh {
	width: 50%;
}
}

@media (max-width:767px) {
	.layer_2{
		display: none;
	}

	iframe
	{
		max-width: 100%;
	}


}

@media (max-width:991px) {
	.order-1-sm{
		order:1;
	}
	.lienSlide{
		justify-content: center;
		margin-top: 45px;
	}
	.layer_2{
		display: none;
	}

	.fondDegrade
	{
		height: 100%;
		width: 100%;
		background: rgba(255,255,255, 0.7);
	}

	.pageOffres .texte1 .ssTexte1
	{
	    font-size: 28px;
	}

	.pageOffres .texte1 .ssTexte2
	{
	    font-size: 30px;
	}

	.pageOffres .texte1 .ssTexte3
	{
	    font-size: 24px;
	}
	
}
@media (max-width:1200px)
{
	.flex-container2
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.bloc_promo.border-lr.flex-container2
	{
		border-top: thin solid #000;
		border-bottom: thin solid #000;
	}



	/*-----------------------------------------------*/
	/*----------- OPEN STREET MAPS - INDEX ----------*/

	#maCarteAgde,
	#maCarteBeziers
	{
	  margin: 10px 0;
	}

	#maCarteAgde .h1,
	#maCarteBeziers .h1
	{
	  font-size: 18px;
	}

	#maCarteAgde p,
	#maCarteBeziers p
	{
	  line-height: 20px;
	}

	/*------------ FIN OPEN STREET MAPS -------------*/
	/*-----------------------------------------------*/
}

.cc-revoke, .cc-window {
        z-index: 20000;
}

.promo_big {
  font-size: 200%;
}


@media (max-width:767px)
{
	.pageOffres .texte1 .ssTexte1
	{
	    font-size: 24px;
	}

	.pageOffres .texte1 .ssTexte2
	{
	    font-size: 26px;
	}

	.pageOffres .texte1 .ssTexte3
	{
	    font-size: 20px;
	}

	.pageOffres .texte2
	{
		font-size: 14px;
	}

	.fit
	{
	    height: 450px;
	}

	.pageOffres .texte1
	{
	    top: 20px; 
	}
}

/* *** modifs septembre 2024 EG  */
.videoFlex {
	display: flex;
	flex-direction: row;
}
.flex-container-video {
	justify-content: center;
}
iframe {
	padding: 15px;
}
@media (max-width: 1130px) {
	.videoFlex {
	flex-direction: column;
	}
}
