body {   
background-image: white;
  
 }
 
#logonav{
	
	position: absolute;
left: 5%;
z-index: 100;
} 
 
#leconteneur {
    background-image: none;
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 0 0 20px #DCDCDC;
	background-color : #FFF;
    color: #00458A;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    
}
p  {   
font-size: 1em;
padding: 20px;
    
text-align: left;

padding-left: 2em;
border-left: 5px solid #663F40;
   margin: 20px;
    

 }





#bloc-google {   
position: absolute;
left : 430px;
top : 0px;   
 }

 #blocslide {
 position:relative;
	background-color: #FFF;	
	max-width: 980px;
	height: 395px;
	padding: 0px 0px 0px 0px;
}



#blochandicap {
    height: 50px;
    left: 720px;
	top: 550px;
    position: absolute;    
    width: 50px;
}
 

#logos-texte-home {	
display: inline;
}   

 #blocentre {
position: relative;
max-width: 980px;	
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
background-color: #FFFFFF;	
}
#bloclogoscampings {
padding: 0px 0px 0px 0px;
display:block;
text-align : center;
}
#bloclangue {
 position: absolute;
  width: 175px;
  height: 27px;
  left: 70%;
  top: 5px;
  display:inline; 
} 
#bloctexte a {	
 color: #EF8A16;
}

/********************************* DEBUT Home FOOTER ************************************/

#warpper-pied {
clear : both;
position: relative;	
/*background-color: #B0BF6E;*/
width: 100%;	
background-position:top left;
height:143px;	
}
#tags {
padding : 10px 0px 0px 0px;
text-align: center;
}
#tags a {
color:#494949;
}
	
a img{
  border:  none ;
}

h1 {
padding: 1em;
    font-size: 3em;
    margin: 0.5em auto;
   
    color: #663F40;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px dimgrey;
    background: rgba(255,255,255,0.8);
    width: 50%;
    border-bottom: 2px solid #663F40;
}
h2 {
text-align: left;
padding: 1em;
font-size: 2.2em;
color: #663f40;
}
h6 {
  font-size: 8px;
}
ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/********************************* DEBUT Home bloc droit ************************************/
#centre {
	width: 100%;	
}
.aside1 {


padding: 30px 0px 20px 0px;
margin : auto;
}
.aside1 img{

text-align :center; 
margin: 5px;
}
.aside1 h2{
color : #674140;
clear : both;
text-shadow: 0.02em 0.02em #808080;
font-family: "Open Sans Condensed",sans-serif;
}

.aside1 li{
color: #FFFFFF;
padding: 2px 20px 0px 10px;
font-size : 1em;
}
.boite{
max-width : 30%;
margin : 10px;
padding : 10px;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
background-image: radial-gradient(#F7F98E, #BDD237);
border-radius: 15px;	
}
.boite50{
max-width : 45%;
margin : 10px;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



.contenu {
max-width: 90%;
margin : auto;
padding : 10px;
}
.fondmarron {
background-color : #C8BEB6;	
}
.fondjaune {
color : #FFF;	
}
.fondvert {
background-color : #2B7039;	
}
.1em {
font-size : 1em	
}
.2em {
font-size : 2em	
}



#centre p{
padding: 10px 10px 10px 10px;
color:#494949;
font-size:12px;
text-align: justify;
}

#centre-head {
margin-top:80px;
	width: 500px;
	height : 50px;
	float: left;
	padding: 0px 0px 0px 20px;
	display:inline;
}

#blocvideo {	
float:left;
margin:20px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	height: 114px;
	width: 118px;

}
#blocvideo:hover {	
margin-top:20px;
	padding: 0px 0px 0px 0px;	

}
.flex-home{
float : none;
margin:auto;	
background-image: transparent;
display : block;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-ms-flex-direction: row;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-justify-content: space-around;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
justify-content: space-around;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;	
}
.midw{
margin:auto;
max-width:50%;	
}

#blocdroit {
float : none;
background-image: transparent;
font-family: "Coming soon",sans-serif;
display : block;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
-ms-flex-direction: row;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-ms-justify-content: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

max-width: 100%;
text-align :center;
}
#blocdroit li { 
  padding-top: 11px;
}
#blocdroit li a{ 
  font-weight :normal;
  font-size : 1.2em;
}







.fannyactu-fr {
 margin-top : -18px;
}




.pos1 {
	/*width: 46.5%;*/
	height : 150px;
	float: left;
	padding: 0px 10px 25px 10px;
	margin : 5px;
	/*display:inline;*/	
}

.pos3 {
clear : both;
	width: 96.3%;
	height : 150px;
	float: left;
	padding: 10px 10px 20px 10px;
	margin : 5px;
	/*display:inline;*/	
}


#pos2, .pos2 {	
/*margin:20px 18px 0px 0px;*/
float:right;
overflow : hidden;
	padding: 5px 5px 5px 5px;
	height: 170px;
	width: 100%;
	display:block;
	-webkit-box-shadow:  2px 2px 2px 2px #969696;
box-shadow:  2px 2px 2px 2px #969696;
background: -moz-linear-gradient(top,  rgba(229,229,229,0.26) 0%, rgba(160,160,160,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,0.26)), color-stop(100%,rgba(160,160,160,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,0.26) 0%,rgba(160,160,160,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,0.26) 0%,rgba(160,160,160,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,0.26) 0%,rgba(160,160,160,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,0.26) 0%,rgba(160,160,160,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42e5e5e5', endColorstr='#00a0a0a0',GradientType=0 ); /* IE6-8 */
}

#pos2 strong, .pos2 strong{


margin:10px 10px 20px 0px;
color:#E2017B;
}
#pos2 a, .pos2 a{
color:#E2017B;
}
#pos2  h4, .pos2  h4{
/*width: 355px;*/
padding: 0px 0px 0px 0px;	
color:#006ab2;
font-family: 'Bad Script', cursive;
font-size:20px;
line-height : 20px;
}
#pos2  p, .pos2  p{	
/*width: 355px;*/
padding: 0px 0px 0px 10px;
color:#494949;
font-size:12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
#pos2 img, .pos2 img{	
float:right;
padding: 0px 0px 0px 10px;	
}
#centre1 {
	width: 375px;
	height: 850px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 13px 0px 15px;
	-webkit-box-shadow:  2px 2px 2px 2px #969696;        
        box-shadow:  2px 2px 2px 2px #969696;
}
#centre2 {
	width: 300px;
	/*height: 290px;*/
	float: left;
	padding: 0px 0px 0px 0px;
-webkit-box-shadow:  2px 2px 2px 2px #969696;
        
        box-shadow:  2px 2px 2px 2px #969696;
}



#bloc-clear{
 clear:both;   
}

#blocvisuel, #blocvisuel img {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;  
	width: 300px;		
	text-align : center;
	background-color: transparent;
	overflow : hidden;
		

}




.bloclienstexte {
background-color:transparent;
color:white;
display:inline;
height:84px;
left:20px;
text-align:center;
visibility:visible;
width:450px;
}

.bloclienstexte li {
display:inline;
height:80px;
list-style-type:none;
padding-bottom:0;
padding-left:5px;
padding-right:5px;
padding-top:10px;
text-align:center;
text-decoration:none;
width:100px;
}


.textehometitle{
padding: 10px 0px 20px 0px;
margin : 10px 0px 10px 0px;	
color:#FFF;
font-size:2em;
text-align:center;	
font-family: 'Oswald', sans-serif;
font-weight: bold;
line-height : normal;
}


.spip_documents_left{
vertical-align:middle; 
clear: both;
}


#bloc-portfolio img{
 margin: 0px 20px 20px 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #066A8A;
background-color: transparent;	}
/********************************* FIN  ARTICLES BLOC MILIEU TEXTE ************************************/


#footer {
position: relative;
bottom : 0;	
}

.bloctexte {
	float: none;
	margin: 0px 0px 30px 0px;
	background-color: #654240;
	font-family: "Open Sans Condensed",sans-serif;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 100%;
	text-align: center;	
}
.block-lead {
	width: 300px;
	max-width: 300px;
	margin: 20px 10px;
}
.block-f-titre {
	position: relative;
	margin: 0px;
	width: 300px;
	max-width: 300px;
	background-color: #343434;
	height: 42px;
	box-shadow: 0px 5px 10px 0px #BCCF35;
	border-radius: 0px;
	background-image: linear-gradient(50deg, #A1C5E9, #FFF);
}
.h2-f {
	text-align: center;
	padding-top: 3px;
	font-size: 1.5em;
	font-family: "Gruppo",sans-serif;
	font-weight: bold;
}
.sous-presentation-home {
	position: relative;
	width: 231px;
	height: 95%;
	margin: 5px auto;
	padding: 10px;
	box-shadow: 0px 5px 10px 0px #BCCF35;
	border-radius: 0px;
	background-image: linear-gradient(50deg, #A1C5E9, #FFF);
}
.min_height_block {
	min-height: 200px;
	/*max-height: 600px;*/
}

.block-presentation-home {
	width: 300px;
	min-height: 450px;
	margin: 20px -45px;
	box-shadow: 0px 5px 10px 0px #BCCF35;
}
.block-presentation-home {
	width: 300px;
	min-height: 650px;
	margin: 20px -45px;
	box-shadow: 0px 5px 10px 0px #343434;
	background-image: linear-gradient(50deg, #BCCF35, #FFF);
}	
.no_overflow {
	overflow: hidden;
}
.li-telecharg  {
background-image:linear-gradient(40deg, #674140, #FFFFFF);
/*
 background-image: linear-gradient(50deg, #bbd035, #ffffff);*/
  border-radius: 0;
  box-shadow: 0 15px 20px 0 #a1c5e9;
  color: #fff;
  font-family: "Oswald",sans-serif;
  height: 40px;
  margin: 10px -45px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

#bloc-adresse{
	padding-bottom:30px;
}

.nobg{
    border:none !important;
    background:transparent !important;
}


@media (max-width: 900px) {
	

	
    h1, .par3g{
        width:100% !important;
    }
    
    .flags{
        
        justify-content: center !important;
    }
    
    .sharebtn {

    text-align: center !important;
    margin-left: 0px;

}
    p{
        border:none;
        padding:10px;
        padding-left: 10px;
    }
    
      .espace-aqua{
	
	position:initial !important;
}
    
    .container-fluid > .navbar-header{
        margin:0 !important;
    }
    
}

