@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-size: 80%;
    color: #303030;
}

p{
    margin: 0px;
    padding: 0px;
}

p a
{
    color: #303030;
    text-decoration: underline;
}
p a:hover
{
    text-decoration: none;
}

a img{
    border:none;
}

a
{
    text-decoration: none;
    outline: none;
}

.stopFloat
{
    clear:both;
    height:0px;
}

.noDisplay{
    overflow:hidden;
}

.linkDel{
    width: 20px;
    height: 20px;
}

.linkEdit img{
    width: 28px;
    height: 28px;
}

#loadingImg{
    position:relative;
    margin: auto;
    height: 0;
    width: 32px;
}

#loadingImg img{
    display:none;
    position:absolute;
    top:100px;
    z-index:99;
}

.cache
{
    font-size: 0;
}

.gras
{
    font-weight: bold;
}

.policeMini
{
    font-size: 11px;
}

h1, h2, h3
{
    font-weight: bold;
}

h1
{

}

h2
{
    font-size: 34px;
    padding: 0;
    margin: 5px 0 13px 0;
    color: #007098;
}

h3
{
    font-size: 26px;
    padding: 0;
    margin: 5px 0 8px 0;
    color: #00AFE4;
}


.imageCentre
{
    text-align: center;
}

/***************************  Style du header  ********************************/
#agregateurs
{
    left: 430px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
}

#agregateurs li
{
    float: left;
    margin-right: 13px;
}

#agregateurs li a
{
    display: block;
    width: 51px;
    height: 52px;
}

#Twitter
{
    background: url('../pict/sprite-agregateurs.png') no-repeat -51px 0;
}
#Twitter:hover
{
    background: url('../pict/sprite-agregateurs.png') no-repeat -51px -52px;
}

#Facebook
{
    background: url('../pict/sprite-agregateurs.png') no-repeat 0 0;
}
#Facebook:hover
{
    background: url('../pict/sprite-agregateurs.png') no-repeat 0 -52px;
}

/*#Rss
{
    background: url('../pict/sprite-agregateurs.png') no-repeat -0px 0;
}
#Rss:hover
{
    background: url('../pict/sprite-agregateurs.png') no-repeat -0px -22px;
}*/

/********************************  Style du menu  *****************************/
.boutonTelechargerDoc
{
    background: url("../pict/icons/pdf.png") no-repeat scroll 8px 3px transparent;
    border: 1px solid #D0D0D0;
    display: block;
    line-height: 21px;
    margin-bottom: 18px;
    margin-top: 8px;
    min-height: 21px;
    padding-left: 34px;
    width: 360px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    color: #6F6F6E;
}
.boutonTelechargerDoc:hover
{
    text-decoration: none;
    -moz-box-shadow: 2px 2px 3px #D0D0D0;
    -webkit-box-shadow: 2px 2px 3px #D0D0D0;
    box-shadow: 2px 2px 3px #D0D0D0;
}

.etoileObligatoire
{
    color: red;
    margin-left: 5px;
}

/******************************************************************************/
#contentCenter
{
    width: 980px;
    position: relative;
    margin: 0 auto;
    top: 0;
}

#mainHeader
{
    width: 100%;
    height: 240px;
    background: #000;
    background: url('../pict/tranche-header.png') repeat-x 0 0 transparent;
}

#centerHeader
{
    width: 980px;
    height: 240px;
    position: relative;
    margin: 0 auto;
}

#blocHautHeader
{
    position: absolute;
    top: 0;
    left: 0;
}

#logoTop
{
    display: block;
    width: 169px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url('../pict/logoTop.png') no-repeat 0 0 transparent;
    font-size: 0;
    text-indent: 0;
}

#imgCamping
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#blocLangue
{
    height: 21px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 29px;
    top: 14px;
    width: 70px;
}

#blocLangue li
{
    display: block;
    float: left;
    margin-right: 5px;
}

#blocLangue li a
{
    color: #fff;
    display: block;
    width: 30px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
}

#lienFr
{
    background: url('../pict/FR.PNG') no-repeat 0 0 transparent;
}

#lienUk
{
    background: url('../pict/EN.png') no-repeat 0 0 transparent;
}

#blocTitre
{
    font-size: 19px;
    height: 21px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 110px;
    top: 8px;
    width: 450px;
}

#blocTitre li
{
    display: block;
    float: right;
    color: #fff;
}

#blocTitre li a
{
    /*color: #fff;
    display: block;
    font-size: 19px;
    padding: 3px;*/
    display: block;
    height: 38px;
    font-size: 0;
    text-indent: -9999px;
}

#lienHeaderContact
{
    background: transparent url("../pict/picto-contact.png") no-repeat scroll 0 0;
    margin-right: 5px;
    width: 108px;
}
#lienHeaderContact:hover
{
    background: url('../pict/picto-contact.png') no-repeat 0 -38px transparent;
}

#lienHeaderPhoto
{
    width: 113px;
    background: url('../pict/picto-photos.png') no-repeat 0 0 transparent;
}
#lienHeaderPhoto:hover
{
    background: url('../pict/picto-photos.png') no-repeat 0 -38px transparent;
}

#lienHeaderAcces
{
    width: 113px;
    background: url('../pict/picto-photos.png') no-repeat 0 0 transparent;
}
#lienHeaderAcces:hover
{
    background: url('../pict/picto-photos.png') no-repeat 0 -38px transparent;
}


#lienHeaderCarte
{
    background: transparent url("../pict/picto-plan.png") no-repeat scroll 0 0;
    margin-right: 5px;
    width: 188px;
}
#lienHeaderCarte:hover
{
    background: transparent url("../pict/picto-plan.png") no-repeat scroll 0 -38px;
}

#lienHeaderMap
{
    background: transparent url("../pict/picto-map.png") no-repeat scroll 0 0;
    margin-right: 5px;
    width: 71px;
}
#lienHeaderMap:hover
{
    background: transparent url("../pict/picto-map.png") no-repeat scroll 0 -38px;
}

#lienHeaderPromo
{
    background: transparent url("../pict/picto-promo.png") no-repeat scroll 0 0;
    margin-right: 5px;
    width: 108px;
}
#lienHeaderPromo:hover
{
    background: transparent url("../pict/picto-promo.png") no-repeat scroll 0 -38px;
}

#mainNav
{
    bottom: 5px;
    left: 0;
    position: absolute;
}

#listeMenu
{
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 980px;
}

#listeMenu li
{
    border-right: 2px solid #fff;
    display: inline-block;
}
#listeMenu li:last-child
{
    border: none;
}

#listeMenu li a
{
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 30px;
    padding: 0 6px;
}
#listeMenu li a:hover
{
    text-decoration: underline;
}

#lienAccueil
{
    display: block;
    width: 33px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    background: url('../pict/picto-accueil.png') no-repeat 0 0 transparent;
}

#reservationFr, #reservationFr2
{
	background: transparent url("../doc/SpriteReservation/BtReservation.jpg") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 110px;
    margin-bottom: 13px;
    margin-top: -13px;
    text-indent: -9999px;
    width: 913px;
}

#reservationFr:hover, #reservationFr2:hover
{
    background: transparent url("../doc/SpriteReservation/BtReservation.jpg") no-repeat scroll 0 -110px;
}

#reservationUk, #reservationUk2
{
    background: transparent url("../doc/SpriteReservation/BtReservationUK.jpg") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 110px;
    margin-bottom: 13px;
    margin-top: -13px;
    text-indent: -9999px;
    width: 913px;
}

#reservationUk:hover, #reservationUk2:hover
{
    background: transparent url("../doc/SpriteReservation/BtReservationUK.jpg") no-repeat scroll 0 -110px;
}


#centerContent
{
    /*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
    box-sizing: border-box;
    margin: 13px auto 0;
    padding: 13px 34px 34px;
    position: relative;
    width: 980px;
}

#centerContent p
{
    font-size: 18px;
    line-height: 28px;
    margin: 13px 0;
}


#mainFooter
{
    box-sizing: border-box;
    padding: 21px 0 0 0;
    color: #fff;
    margin-top: 21px;
}

#footerTop
{
    margin-bottom: 18px;
}

#adresseFooter
{
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
}

#titreAdresseFooter
{
    font-weight: bold;
    text-transform: uppercase;
}

#adresseFooter span
{
    display: block;
}

#footerBottom
{
    width: 100%;
    background-color: #00AFE4;
}

#innerFooterBottom
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 0 34px 0;
}

#footerBottom img
{
    display: block;
    padding: 6px 0;
    margin-right: 3%;
}

#footerSignature
{
    color: #000;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    font-size: 11px;
}

#footerSignature a
{
    color: #000;
    text-decoration: none;
}
#footerSignature a:hover
{
    text-decoration: underline;
}

#navFooter
{
    display: block;
    margin-top: 13px;
    padding-top: 21px;
}

#navFooter ul
{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    justify-content: center;
}

#navFooter ul li
{
    margin-right: 13px;
}

#navFooter ul li a
{
    text-decoration: none;
    color: #000;
}
#navFooter ul li a:hover
{
    color: #E30222;
}

#reseauxSociaux
{
    display: flex;
    padding: 0;
    margin: 21px 0 0 0;
    list-style: none;
}

#reseauxSociaux li
{
    margin-right: 13px;
}

#reseauxSociaux li a
{
    display: block;
    width: 100px;
    height: 130px;
    font-size: 0;
    background-image: url('');
    background-position-y: 0;
}
#reseauxSociaux li a:hover
{
    background-position-y: -70px;
}

#rsFacebook
{
    background-position-x: 0;
}

#rsTwitter
{
    background-position-x: -70px;
}

#rsPinterest
{
    background-position-x: -140px;
}

#rsYouTube
{
    background-position-x: -210px;
}



#ANCVLogo
{
    width: 150px;
    background: url('../pict/logos_footer.png') no-repeat 0 0 transparent;
    margin-left: auto;
    margin-right: auto;
}

#VACAFLogo
{
    width: 94px;
    background: url('../pict/logos_footer.png') no-repeat -150px 0 transparent;
      margin-left: auto;
    margin-right: auto;
}

#handicapLogo
{
    width: 96px;
    background: url('../pict/logos_footer.png') no-repeat -250px 0 transparent;
}

#facebookLogo
{
    width: 96px;
    background: url('../pict/logos_footer.png') no-repeat -345px 0 transparent;
    margin-left: 8px;
}

#instagramLogo
{
    width: 64px;
    background: url('../pict/InstagramWeb.png') no-repeat 0 transparent;
    margin-left: 8px;
    margin-top: -45px;
}

#ASCILogo
{
    width: 96px;
    background: url('../pict/ACSI.png') no-repeat 0 8px transparent;
    margin-left: 8px;
}

#submertionLogo
{
    width: 95px;
    background: url('../pict/logos_footer.png') no-repeat -345px 0 transparent;
}

#innondationLenteLogo
{
    width: 95px;
    background: url('../pict/logos_footer.png') no-repeat -435px 0 transparent;
}

#incendieLogo
{
    width: 95px;
    background: url('../pict/logos_footer.png') no-repeat -435px 0 transparent;
}

#incendieLogo
{
    width: 95px;
    background: url('../pict/logos_footer.png') no-repeat -435px 0 transparent;
}


#footerIcones ul li a
{
    display: block;
    width: inherit;
    height: inherit;
    text-indent: -9999px;
    font-size: 0;
    text-align: center;
}

#blocReserver
{
    display: block;
    width: 100%;
    height: 55px;
    margin: 13px 0;
    padding: 0;
    list-style: none;
}

#blocReserver li
{
    display: block;
    float: left;
    margin-right: 15px;
}
#blocReserver li:last-child
{
    margin-right: 0;
}

p.innerColorbox
{
    font-size: 18px;
    line-height: 28px;
    margin: 13px 0;
}



/*#blocReserver li a
{
    background-color: #f39500;
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    width: 294px;
}
#blocReserver li a:hover
{
    background-color: #F9D281;
}*/

.itemSlide
{

}

.itemSlide .textBandeau
{
    background: rgba(0, 135, 179, 0.8) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 3em;
    font-weight: bold;
    padding: 0.2em 0.5em;
    text-align: center;
    position: absolute;
    /*left: 32%;
    bottom: 13%;*/
    bottom: 13%;
    left: 50%;
    margin-left: -400px;
}

.itemSlide .orangeSlide
{
    color: #FFCF13;
}

.boxListe3Col
{
    text-align: center;
}

.boxListe3Col .liste
{
    display: inline-block;
    vertical-align: top;
    width: 290px;
}

.boxListe3Col .liste li
{
    text-align: left;
}

.btnRetourPrestation
{
    display: block;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    background-color: #F6A700;
    margin-top: 13px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.5s ease;
}
.btnRetourPrestation:hover
{
    background-color: #00B0E5;
    text-decoration: none;
}

.btnRetourPrestation2
{
    display: block; 
    text-align: center;
    padding: 13px 0;
    color: #fff;
    background-color: #F6A700;
    margin-top: 13px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.5s ease;
}
.btnRetourPrestation2:hover
{
    background-color: #00B0E5;
    text-decoration: none;
}

.itemActu{
    position: relative;
    display: block;
}

.itemActu img{
    display: inline-block;
    width: 100%;
    height: auto;
}

/****************************  Style des galeries statiques  ***********************/
.galerie
{
    margin: 0 auto;
    position: relative;
    width: 910px;
}

.galerie2
{
    margin: 0 auto;
    position: relative;
    width: 603px;
}

.boxNavSlider
{
    position: absolute;
    top: 175px;
    width: 100%;
    z-index: 100;
}

.boxNavSlider .next, .boxNavSlider .prev
{
    position: absolute;
    display: block;
    width: 45px;
    height: 66px;
    background-image: url('../pict/sprite-fleches-diaporama.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.boxNavSlider .next
{
    right: 8px;
    background-position: -45px 0;
}
.boxNavSlider .next:hover
{
    background-position: -45px -66px;
}

.boxNavSlider .prev
{
    left: 8px;
    background-position: 0 0;
}
.boxNavSlider .prev:hover
{
    background-position: 0 -66px;
}

.defilement
{

}

.bandeauTexte
{
    display: block;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 10;
    line-height: 30px;
    color: #fff;
    font-weight: medium;
    text-align: center;
    font-family: 'Verdana', century gothic, sans-serif;
}

.bandeauTexte span
{
    font-size: 17px;
    margin-right: 8px;
}