/* Feuille de style client */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&family=Yellowtail&display=swap');
/* Couleur & Fonts */
a:hover
{
	color:#857e30;
}


@font-face {
  font-family: 'FontAwesome 4';
  src: url('../css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	color:#5a5a5a;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6
{
	color:#878787;
	font-weight: 700;
	margin-bottom: 25px;
}

h2
{
	font-size:35px;
}

h3
{
	font-size: 30px;
}

h4
{
	font-size: 25px;
}

h5
{
	font-size: 22px;
}

h6
{
	font-size: 20px;
}

p
{
	color:#5a5a5a;
}

#footer
{
	color:#5a5a5a;
	font-size:18px;
}

#header_contact
{
	color:#FFF;
}

#header_phone
{
	font-size:20px;
	color:#fff;
}

#rot_content #rotator_menu ul li
{
	background-color:#FFF;
}

#rot_content #rotator_menu ul li:hover,#rot_content #rotator_menu ul li.selected
{
	background-color:#3f7cb3;
}

#copyright_content
{
    color: #5a5a5a;
    border-top: 0;
    background: #fff;
	padding-top: 25px;
    padding-bottom: 25px;
}

#copy_left
{
	color:#b0b0b0;
	font-size:12px;
}

#copy_right
{
	color:#fff;
	font-size:12px;
}

#page_content h1, .h1{
	font-weight:600!important;
}

#page_content
{
	color:#5a5a5a;
	font-size:20px;
	font-weight: 300;
	line-height: 1.5;
	max-width: 1600px;
	padding-left: 6%;
    padding-right: 6%;
}

#page_content a{
	font-weight: 800;
	color:#857e30;
}

#page_content a:hover, 
#page_content a:focus
{
	color:#5b561b;
}

#menu_contact
{
	color:#FFF;
	font-size:20px;
}

#menu_tel
{
	color:#b9af7e;
	font-size:20px;
}

#menu li
{
	color:#fff!important;
	font-size:15px;
}

#menu > li:hover > a,#menu > li.selected:hover > a,#menu > li.selected > a,#menu ul > li.selected > a
{
	color:#fff !important;
	//background-color:#0f81bf !important;
	border: 0;
	text-decoration: underline;
	text-underline-position: under;
}

#menu ul li
{
	color:#e9eaeb;
	font-size:15px;
}

#menu ul li:hover > a,#menu ul li.selected > a
{
    color: #fff !important;
    background: #3f3c12;
}

#menu > li > a{
	text-shadow: 2px 2px 4px #222222;
	border: 0;
	padding: 20px 55px 20px 0;
}

#menu ul li a
{
    color: #d8d8d8 !important;
    background: #857e30;
	text-transform: uppercase;
    font-size: 13px;
}

#menu ul li:hover
{
	color:#fff;
}


#top_page
{
	min-height:500px;
	max-height:500px;
}

#top_page h1
{
    color: #fff;
	text-shadow: 4px 4px 6px #212121;
    font-size: 45px;
	text-align: center;
}

.top_header_menu
{
	color:#FFF;
}

.header_phone
{
	color:#fff;
	font-size:22px;
	font-weight:700;
}

.header_phone:hover,
.header_phone:focus{
	text-decoration: underline;
    text-underline-position: under;
	color:#fff;
}

.header2 .header_phone
{
	font-size:24px;
}

.rot_box_content
{
	color:#FFF;
	font-size:44px;
}

.btn,.btn_gros,.btn_petit
{
	color:#FFFFFF !important;
	background-color:transparent;
	font-family: 'Yellowtail', cursive;
    text-transform: none;
	font-weight: 400;
	font-size:20px;
	background-image: url(images/bg-button-green-V1.svg);
	padding: 12px 35px;
    background-size: 100%;
	background-repeat: no-repeat;
	min-width: 200px;
    min-height: 60px;
    line-height: normal;
    transform: scale(1);
	text-align: center;
}

.btn:hover,.btn_petit:hover,.btn_gros:hover
{
	background-color:transparent;
	color:#fff !important;
	transform: scale(0.95);
}

.btn-orange.btn{
	background-image: url(images/bg-button-orange-V1.svg);
}

.btn-blue.btn{
	background-image: url(images/bg-button-blue-V2.svg);
}

.footer_title
{
	display: none!important;
}

#page_content ul li a
{
	color:#002d56;
}

.rot_txt
{
	color: #ffffff;
    font-size: 40px;
    font-family: 'Yellowtail', cursive;
    font-weight: 400!important;
    width: 100%;
    text-align: center;
	text-shadow: 0 0 8px rgb(0 0 0 / 60%);
	line-height: 1;
}

.rot_title
{
	font-size:60px;
    text-align: center;
    width: 100%;
	font-weight: 600!important;
	line-height: 1.2;
	margin-bottom: 30px;
	text-shadow: 0 0 8px rgb(0 0 0 / 60%);
}

.title
{
	font-size:22px;
	color:#000;
}

#rotator_text ul li
{
	color:#FFF;
	font-size:17px;
	width: 50%;
	text-align: center;
	left: 25%;
	top:53%;
}

#facebook_ico:before,
#instagram_ico:before,
#pinterest_ico:before,
#youtube_ico:before,
#twitter_ico:before,
#google_ico:before,
#linkedin_ico:before,
#mail_ico:before,
.header_phone:before
{
	color:#fff;
	font-size:25px;
}

#facebook_ico:hover:before,
#instagram_ico:hover:before,
#pinterest_ico:hover:before,
#youtube_ico:hover:before,
#twitter_ico:hover:before,
#google_ico:hover:before,
#linkedin_ico:hover:before,
#mail_ico:hover:before,
.header_phone:hover:before
{
	color:#fff;
}




.footer_adress
{
	color:#FFF;
	font-size:16px;
}

.footer_tel
{
    color: #857e30;
    font-size: 23px;
}

#footer_menu_site > li > a
{
	color:#fff;
}

#footer_menu_site > li:before
{
	color:#333;
}

.social_ico_circle
{
	color:#0f81bf;
}


.social_ico_circle:hover
{
	//background-color:#0f81bf !important;
}

#footer_menu > li
{
    color: #5a5a5a;
    font-size: 15px;
	text-transform: uppercase;
    font-weight: 600!important;
}

#footer_menu > li > ul > li:before
{
	color:#FFF;
	font-size:5px;
}

#footer_menu > li > ul
{
	font-size:12px;
}

.footer_social .social_ico_circle
{
	//background-color:#5b646e;	
}

.footer_social .social_ico_circle:hover
{
	//background-color:#317fc1;	
}

.footer_social #facebook_ico:before,
.footer_social #instagram_ico:before,
.footer_social #pinterest_ico:before,
.footer_social #youtube_ico:before,
.footer_social #twitter_ico:before,
.footer_social #google_ico:before,
.footer_social #linkedin_ico:before
{
	//color:#fff;
	//font-size:18px;
}

.footer_social #facebook_ico:hover:before,
.footer_social #instagram_ico:hover:before,
.footer_social #pinterest_ico:hover:before,
.footer_social #youtube_ico:hover:before,
.footer_social #twitter_ico:hover:before,
.footer_social #google_ico:hover:before,
.footer_social #linkedin_ico:hover:before
.header_phone:hover:before
{
	//color:#fff;
}

.footer_info
{
	font-size:18px;
}


.footer_info > li:before
{
	color:#FFF;
}

.footer_xposito:before
{
	color:#a3a3a3;
}

.footer_projexmedia:before
{
	color:#a3a3a3;
}

.footer_mail
{
	color:#5a5a5a;
	text-decoration: underline;
    text-underline-position: under;
}

#footer a:hover
{
	color:#857e30;
}

.top_header_menu li
{
	font-size:12px;
	padding-left: 8px;
    padding-right: 8px;
}

.top_header_menu li:last-child{
	display:none;
}

.right_arrow:after
{
	color:#FFF;
	font-size:20px;
}

.rot_prev:before
{
    content: "\f104";
    color: #FFF;
    font-size: 40px;
}

.rot_next:before
{
    content: "\f105";
    color: #FFF;
   font-size: 40px;
}

.rot_prev:hover:before
{
	font-size:30px;
}

.rot_next:hover:before
{
	font-size:30px;
}

#copyright
{
	color:#fff;
	padding-left: 0px!important;
    padding-right:0px!important;
}

#page_content ul li:before
{
	content: "\f101";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #857e30;
    font-size: 14px;
    margin-left: -10px;
    top: 16px;
}

.footer_xposito:before
{
	font-size:24px;
}

.footer_projexmedia:before
{
	font-size:24px;
}

#menu li a.more:after
{
	font-size: 12px;
    content: "\f103";
    font-family: "FontAwesome";
}

.formulaire_correct .formulaire_message
{
	border:solid 1px #060;
	color:#060;
	background-color:#f9fff9;
}

.formulaire_error .formulaire_message
{
	border:solid 1px #900;
	color:#900;
}

.field_error
{
	border:solid 1px #900 !important;
	color:#900;
}

.note
{
	font-size:13px;
}

.custom_file
{
	background-color: #317fc1;
	color: #fff;
	font-size: 14px;
}
.custom_file:hover
{
	background-color:#fff;
	color:#317fc1;
}

.custom_file_txt
{
	background-color: #fff;
    font-size: 14px;
}

/* Fin Couleur & Font */





/* Header 1 */

/* Fin Header 1 */



/* Footer 1 */

#footer.footer1 #facebook_ico:before,
#footer.footer1 #instagram_ico:before,
#footer.footer1 #pinterest_ico:before,
#footer.footer1 #youtube_ico:before,
#footer.footer1 #twitter_ico:before,
#footer.footer1 #google_ico:before,
#footer.footer1 #linkedin_ico:before
{
	color:#5a5a5a;
}

#footer.footer1 #facebook_ico:hover:before,
#footer.footer1 #instagram_ico:hover:before,
#footer.footer1 #pinterest_ico:hover:before,
#footer.footer1 #youtube_ico:hover:before,
#footer.footer1 #twitter_ico:hover:before,
#footer.footer1 #google_ico:hover:before,
#footer.footer1 #linkedin_ico:hover:before
{
	color:#857e30;
}

#footer.footer1 #footer_menu > li a:hover,
#footer.footer1 #footer_menu > li.selected a
{
	color:#857e30 !important;
}

#footer.footer1 .social_ico_circle
{
	color:#e9eaeb;
}

/* Fin Footer 1 */




/* Custom */
.Accueil #wrapper
{
	padding-top:0px;
	padding-bottom:0px;
}

.btn_test
{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #1e5799;
	
	background: #7db9e8;
	background: -moz-linear-gradient(left,  #7db9e8 0%, #1e5799 50%, #7db9e8 100%);
	background: -webkit-linear-gradient(left,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	background: linear-gradient(to right,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=1 );

	background-size:200%;
	background-position:0% 0%;

	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_test:hover
{
	background-position:100% 0%;
}

.btn_test2
{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #1e5799;
	
	background: #7db9e8;
	background: -moz-linear-gradient(-45deg,  #7db9e8 0%, #1e5799 50%, #7db9e8 100%);
	background: -webkit-linear-gradient(-45deg,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	background: linear-gradient(135deg,  #7db9e8 0%,#1e5799 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=1 );


	background-size:200%;
	background-position:0% 0%;

	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_test2:hover
{
	background-position:100% 0%;
}

.btn_test3
{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #1e5799;
	
	background: #65bc78;
	background: -moz-linear-gradient(left,  #65bc78 0%, #3b6d4c 50%, #65bc78 100%);
	background: -webkit-linear-gradient(left,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);
	background: linear-gradient(to right,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);



	background-size:200%;
	background-position:0% 0%;

	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.btn_test3:hover
{
	background-position:100% 0%;
	
	background: #65bc78;
	background: -moz-linear-gradient(left,  #65bc78 0%, #3b6d4c 50%, #65bc78 100%);
	background: -webkit-linear-gradient(left,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);
	background: linear-gradient(to right,  #65bc78 0%,#3b6d4c 50%,#65bc78 100%);

}







/***    CUSTOM    ***/

#header{
	position: absolute;
}

#rot_slide li::before {
    content: "";
    backgound: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#top_page:before{
	content: "";
    backgound: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top_page:after {
    content: "";
    background: url(images/slider-bg-effect-1.png);
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#rot_content{
	max-height: 850px;
    min-height: 850px;
}

#menu_block{
	float: left;
	margin-left: 4%;
	margin-top:20px;
}

#header.header1 #header_bottom{
	padding: 0px 4% 0px 4%;
}

#header.header1 #header_top{
	padding: 18px 4% 0;
}

#top-main-logo .cell_1_4{
	width: 20%!important;
}

#top-main-logo img{
	filter: grayscale(100%);
	
	webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

#top-main-logo img:hover{
	filter: grayscale(0%);
}

#top-main-logo .logo-camping img{
	width: 210px!important;
}

#top-main-logo .logo-auberge img{
	 width: 130px!important;
}

#top-main-logo .logo-terrasse img{
	 width: 125px!important;
}

#top-main-logo .logo-okat img{
	 width: 170px!important;
}

#top-main-logo .logo-LPA img{
	width: 160px!important;
}

.center p, 
.center{
	text-align:center;
}

.boxed{
	max-width: 1600px;
}

.max-width{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo-camping img{
	width: 260px!important;
}

.logo-auberge img{
	width: 160px!important;
}

.logo-terrasse img{
	width: 135px!important;
}

.logo-okat img{
	width: 200px!important;
}

.logo-stationLPA img{
	width: 200px!important;
}

.icon-sapin,
.icon-wave{
	position: relative;
}

.icon-sapin img{
	width: 160px!important;
    position: absolute;
    left: 48%;
    top: 100px;
}

.icon-wave img{
	width: 200px!important;
    position: absolute;
    left: 48%;
    top: 100px;
}

#pub-stationLPA{
	background-attachment: fixed;
}

#pub-stationLPA .cell_container{
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#pub-stationLPA .pub-text{
	width:50%;
}

#pub-stationLPA .pub-text p{
	margin-bottom: 10px!important;
}

.font_30,
.font_30 p{
	font-size:30px;
	line-height: 1.3;
}

#bottom-main-icon .cell_1_4{
	width: 20%!important;
}

.notice,
.notice p{
	font-size: 15px;
    font-style: italic;
	margin-top: 20px;
	color: #5b561b;
}

.white p, 
.white,
.white h1, 
.white h2, 
.white h3, 
.white h4, 
.white h5, 
.white h6{
	color:#fff;
}

#footer_content{
	margin-bottom: 65px;
}

#footer_content,
#copyright_content{
	padding-left: 4%;
    padding-right: 4%;
	max-width: unset;
}

#footer{
	padding-top: 70px;
}

.footer_logo{
	width: 240px!important;
}

#footer.footer1 .footer_cell1,
#footer.footer1 .footer_cell2,
#footer.footer1 .footer_cell3{
	text-align: left;
}

#footer.footer1 .footer_info > div:nth-child(3){
	margin-top: 13px;
}

#footer.footer1 .footer_info > div:last-child{
	margin-bottom: 20px;
} 

#rotator #rot_content:after{
	content:"";
	background:url('images/slider-bg-effect-1.png');
	width:100%;
	height: 190px;
	position:absolute;
	bottom:0;
	left: 0;
	z-index: 1;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

#footer.footer1 #footer_menu > li{
	margin-bottom: 12px;
}

.ancre{
	min-height: 0!important;
}

#grunge-camping,
#grunge-terrasse,
#grunge-auberge,
#grunge-okat,
#pub-stationLPA{
	position:relative;
}

#grunge-camping:after{
	content:"";
	background-image:url('images/grunge-camping.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:860px;
	height:27px;
	top: -1px;
    right: 0;
}

#grunge-terrasse:after{
	content:"";
	background-image:url('images/grunge-terrasse.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:874px;
	height:41px;
	bottom: -5px;
    left: 0;
}

#grunge-auberge:before{
	content:"";
	background-image:url('images/grunge-auberge-middle.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:123px;
	height:100%;
	top: 0;
    left: 0;
}

#grunge-auberge:after{
	content:"";
	background-image:url('images/grunge-auberge-bottom.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:386px;
	height:19px;
	bottom: -1px;
   	right: 0;
}

#grunge-okat:before{
	content:"";
	background-image:url('images/grunge-auberge-middle.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:123px;
	height:100%;
	top: 0;
    left: 0;
}

#grunge-okat:after{
	content:"";
	background-image:url('images/grunge-auberge-bottom.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:386px;
	height:19px;
	bottom: -1px;
   	right: 0;
}

#pub-stationLPA:before{
	content:"";
	background-image:url('images/top-stationLPA-bottom.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:114px;
	height:13px;
	top: 0;
    right: 0;
}

#pub-stationLPA:after{
	content:"";
	background-image:url('images/grunge-stationLPA-bottom.png');
	position:absolute;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	width:175px;
	height:20px;
	bottom: 0;
    left: 0;
}

#twitter_ico:before{
	content: "\f262";
	font-family: "FontAwesome 4";
}


#wrapper .formulaire_block input{
    border: 2px #857e30 solid;
	height: 50px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color:#5a5a5a;
}


#wrapper .formulaire_block input:focus-visible,
#wrapper .formulaire_block textarea:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
	background-color: #f3f2ea;
}

#wrapper .formulaire_block textarea{
    border: 2px #857e30 solid;
	height: 130px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color:#5a5a5a;
}

#wrapper .formulaire_block .formulaire_field_txt{
	text-transform: uppercase;
    color: #857e30;
    letter-spacing: 1px;
    font-size: 14px;
}

#wrapper .formulaire_block .field_error_info{
	border: solid 1px #a95912;
    color: #a95912;
	font-weight: 800;
}

#wrapper .formulaire_block .field_error_info:before{
	border-color: #a95912 transparent transparent transparent;
}

#wrapper .formulaire_block .formulaire_message {
    border: 0px;
    color: #857e30;
    background-color: #857e301f;
    margin-bottom: 50px;
}

.block_alerte a:hover, 
.block_alerte a:focus{
	text-decoration:underline;
	color:#fff;
}

.block_alerte
{
	background-color:#425273;
	color:#fff;
	padding:15px 20px;
	font-weight:400;
	text-align:center;
	font-size: 18px;
}

#menu_reserver
{
	float:right;
	margin-top:25px;
}


#footer.footer1 #footer_menu > li > ul > li
{
	margin-left:0px;
	font-size:15px;
	font-weight:600;
	margin-bottom:12px;
}

#footer.footer1 #footer_menu > li > ul > li:before
{
	display:none;
}

.footer_cell2 ul#footer_menu > li > a
{
	display:none;
}

#footer.footer1 .footer_cell2 #footer_menu > li > ul
{
	margin-top:0px;
}

#footer_top
{
	display:flex;
	justify-content:center;
	padding:65px 30px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#footer_top img{
	width:100%;
}

.waves-line{
	border: 0px!important;
    width: 100%;
    height: 6px;
    background-image: url(images/wave-line.png);
    background-repeat: repeat-x;
    background-size: contain;
	margin-bottom: 80px;
}

#footer_top{
	position:relative;
}

#footer_top:before{
	content:"";
	height:15px;
	width:450px;
	position:absolute;
	background-image: url(images/grunge-top-footer.png);
	right:0;
	top:0;
}

#footer_top:after{
	content:"";
	height:26px;
	width:615px;
	position:absolute;
	background-image: url(images/grunge-bottom-footer.png);
	left:0;
	bottom:0;
}

.toggle .toggle_item{
	background: #f5f5ef;
	margin-bottom: 13px;
}

.toggle .toggle_title{
	font-size: 20px;
    color: #857e30;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 23px 25px;
}

.toggle .toggle_icone{
	padding-right: 23px;
}

.toggle .toggle_icone i{
	font-size: 26px;
	 color: #857e30;
}

.toggle .toggle_html{
	padding: 0 20px 20px;
}

#page_content ul{
	margin: 0 15px 15px;
}

#wrapper{
	padding-bottom: 80px;
    padding-top: 80px;
}

/***    CUSTOM    ***/










@media screen and (max-width: 1400px)
{
	#rot_content .rot_title{
		line-height: 1.2;
		font-size: 48px;
	}
	
	#rotator_text ul li{
		width: 60%;
    	left: 20%;
	}
	
	#rot_content .rot_txt{
		font-size: 35px;
	}
	
	#page_content h1, .h1 {
    	font-size: 35px!important;
	}
	
	h2 {
    	font-size: 30px!important;
	}
	
	#top_page h1{
		font-size: 40px;
	}
}

@media screen and (max-width: 1300px)
{
	#menu > li > a{
		 padding: 20px 30px 20px 0;
		 font-size:14px;
	}
}

@media screen and (max-width: 1236px)
{
	body .full_width .boxed {
		padding-left: 6%!important;
		padding-right: 6%!important;
	}
	
	body #wrapper_content #page_content{
		padding-left: 6%;
    	padding-right: 6%;
	}
}	



@media screen and (max-width: 1200px)
{
	
	#menu_reserver > .btn-orange
	{
		font-size:16px;
		min-height:40px;
		min-width:160px;
		padding:6px 35px;
	}
	#header.header1 #logo
	{
		padding-top:10px;
	}
	#menu_block
	{
		margin-top:15px;
	}
	#logo img{
		max-width: 160px;
	}
	
	#rot_content {
    	max-height: 750px;
    	min-height: 750px;
	}
	
	#rot_content .rot_title {
		font-size: 38px;
	}
	
	#rot_content .rot_txt{
		font-size: 30px;
	}
	
	.footer_info {
    	font-size: 16px;
	}
	
	#footer.footer1 #footer_menu > li > ul > li,
	#footer.footer1 #footer_menu > li{
		font-size: 14px;
	}
	
	.footer_logo {
    	width: 200px!important;
	}
	
	#bottom-main-icon img{
		max-width: 150px
	}
	
	.footer_tel{
		font-size: 20px;
	}
	
	.font_30, .font_30 p{
		font-size: 25px!important;
	}
	
	.logo-stationLPA img {
    	width: 150px!important;
	}
	
	#page_content h1, .h1 {
    	font-size: 30px!important;
	}
	
	h2 {
    	font-size: 25px!important;
	}
	
	#top_page h1{
		font-size: 35px;
	}
}


@media screen and (max-width: 1100px)
{
	#top-main-logo .cell_1_4{
    	width: 33.33%!important;
	}
	
	#top-main-logo .cell_1_4.mobile_50{
    	width: 50%!important;
	}

}	

@media screen and (max-width: 1080px)
{
	
	#footer.footer1 .footer_cell1,
	#footer.footer1 .footer_cell2,
	#footer.footer1 .footer_cell3{
		 width: 33.33%;
	}
	
	#footer.footer1 .footer_cell4{
		width: 100%;
		text-align: center!important;
		margin-top: 50px;
	}
}

@media screen and (max-width: 1000px)
{
	
	/* a changer seulement si on veut forcer les couleur du menu mobile	*/
	/* menu mobile */
	body #header #menu li,
	body #header #menu ul li > a
	{
		background-color: #857e30 !important;
		color:#fff !important;
	}	
	
	/* hover du menu mobile */
	body #header #menu > li:hover > a, body #header #menu > li.selected:hover > a, body #header #menu > li.selected > a, body #header #menu ul > li.selected > a,
	body #header #menu ul li > a:hover,
	body #header #menu ul li:hover > a, body #header #menu ul li.selected > a
	{
		background-color:#3f3c12 !important;
		color:#fff !important;
		text-decoration: none!important;
	}
	#menu_media_content
	{
		color:#fff;
	}
	
	#menu > li > a{
		text-shadow: 0 0 black;
	}
	
	#menu li a{
		padding: 11px 30px;
	}
	
	body .header1 #menu{
		margin-left: -4.4%;
    	margin-right: -4.4%;
    	width: 108.8%;
	}
	
	#header.header1 #logo{
		padding-top: 10px;
	}
	
	.header1 #menu_media{
		top: -75px;
		right:8px;
	}
	
	#menu_block{
		margin-top: 0;
	}
	
	body #menu ul li a {
    	padding-top: 10px;
    	padding-bottom: 10px;
    	padding-left: 45px;
    	padding-right: 45px;
	}
	
	body #menu ul li a:hover{
		padding-top: 10px;
    	padding-bottom: 10px;
	}
	
	#menu_reserver
	{
		position:absolute;
		top:-80px;
		margin-top:0px;
		right:48px;
	}
}


@media screen and (max-width: 950px)
{
	
	#pub-stationLPA .cell_container{
		flex-direction: column;
	}
	
	#pub-stationLPA .pub-text{
		width: 100%;
    	text-align: center;
	}
	
	#pub-stationLPA .logo-stationLPA img{
		margin-bottom:30px;
	}
	
	#pub-stationLPA .pub-text p {
    	margin-bottom: 22px!important;
	}
}
	


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

	#rot_content {
    	max-height: 700px;
    	min-height: 700px;
	}
}	


@media screen and (max-width:850px)
{
	#bottom-main-icon .cell_1_4{
    	width: 33.33%!important;
	}
	
	#bottom-main-icon .cell_1_4.mobile_50{
    	width: 50%!important;
	}
	
}

@media screen and (max-width:800px)
{
	.rot_prev, .rot_next{
		display:none;
	}
	
	#rotator_text ul li{
		width: 80%;
		left: 12%;
	}
	
	#rot_content .rot_txt{
		font-size: 25px;
	}
	#rot_content .rot_title {
		font-size: 30px;
	}
	
	#footer.footer1 .footer_cell1,
	#footer.footer1 .footer_cell2,
	#footer.footer1 .footer_cell3{
		 width: 100%;
		 text-align: center;
		 margin-bottom: 40px;
	}
	
	#footer.footer1 #footer_menu > li > ul > li, #footer.footer1 #footer_menu > li{
		text-align:center;
	}
	
	#footer.footer1 .footer_cell4{
		 margin-top: 0;
	}
}


@media screen and (max-width: 768px)
{
	
	#footer.footer1 .footer_cell2{
		margin-bottom:0!important;
	}
	
}	
	


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

	#rot_content {
    	max-height: 650px;
    	min-height: 650px;
	}
	
	#rot_content .rot_title {
		font-size: 26px;
	}
	
	#top-main-logo .cell_1_4
	{
		width:100% !important;
	}
	
	.btn, .btn_gros, .btn_petit{
		font-size: 17px;
		min-width: 170px;
		padding: 8px 35px;
	}
	
	#top-main-logo .cell_1_4,
	#top-main-logo .cell_1_4.mobile_50,
	#bottom-main-icon .cell_1_4,
	#bottom-main-icon .cell_1_4.mobile_50{
    	width: 50%!important;
		margin-top:0px!important;
		display: inline-block;
	}
	
	#top-main-logo .cell_1_4:last-child,
	#bottom-main-icon .cell_1_4:last-child{
		width:100%!important;
		display:block;
	}
	
	.equal_height div{
		min-height: 0!important;
	}
	
	body .photo-mobile{
		max-height: 350px!important;
		min-height: 350px!important;
	}
	
	#footer.footer1 .footer_cell4{
		margin-bottom: 0;
	}
	
	.font_30, .font_30 p {
    	font-size: 22px!important;
	}
	
	#page_content h1, .h1{
		font-size: 25px!important;
	}
	
	h2{
		font-size: 22px!important;
	}
	
	.header_phone{
		 font-size: 20px;
	}
	
	#facebook_ico:before, #instagram_ico:before, #pinterest_ico:before, #youtube_ico:before, #twitter_ico:before, #google_ico:before, #linkedin_ico:before, #mail_ico:before, .header_phone:before{
		 font-size: 22px;
	}
	
	.block_alerte{
		font-size: 16px;
	}
	
	.toggle .toggle_title{
		font-size: 17px;
	}
	
	.toggle .toggle_icone i{
		font-size: 20px;
	}
	
	#top_page h1{
		width: 80%;
		 font-size: 30px;
	}
	
	#wrapper .formulaire_block input,
	#wrapper .formulaire_block textarea{
		font-size: 16px;
	}

}
	


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

	#top-main-logo .cell_1_4:last-child,
	#top-main-logo .cell_1_4,
	#top-main-logo .cell_1_4.mobile_50
	{
		width:100%!important;
		display:block;
	}
}	


@media screen and (max-width: 480px)
{
	#rot_content .rot_title {
		font-size: 24px;
	}
	
	.header_phone
	{
		font-size:0px;
		padding-left:0px;
		display:table-cell;
	}
	
	.header_phone:before
	{
		content:"\f095";
		font-size:20px;
		font-family: "FontAwesome";
	}
	
	#logo img {
    	max-width: 148px;
		height: auto!important;
	}
	
	.header1 #menu_media{
		top: -70px!important;
	}
	
	#menu_reserver {
    	top: -75px;
	}
	
	#top_page h1{
		font-size: 28px;
	}
}


@media screen and (max-width: 420px)
{
	
	#menu_reserver{
		display:none;
	}
}
	

@media screen and (max-width: 360px)
{
	#menu_reserver
	{
		display:none;
	}
}

