/*
Theme Name: camping-lerural
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.0.1707298635
Updated: 2024-02-07 09:37:15

*/

@font-face {
    font-family: 'paper_bookregular';
    src: url('./fonts/paper_book-webfont.woff2') format('woff2'),
         url('./fonts/paper_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/**page bug scroll horizontal*/
#page-container{ overflow-x: hidden;}
/* Entete enu*/
.main-menu .et_pb_menu_inner_container {
  display:flex;
}
.main-menu .et_pb_menu__wrap{
  justify-content:flex-end;
}

.main-menu .et_pb_menu__logo {
  position:relative!important;
  overflow:visible!important;
}
@media all and (min-width: 980px) {
 	.main-menu .et_pb_menu__logo {
  	top:-30%!important;
	}
}
  /*** Responsive Styles Tablet Only ***/
@media all and (max-width: 980px) {
  .main-menu .et_pb_menu__logo {
  	top:0!important;
	}
}
 
.main-menu .et_pb_menu__logo a:hover {
	transform: scale(.95);
}

.main-menu .et_pb_menu__logo a{
	transition-duration:200ms!important;
}
.main-menu .et_pb_menu__logo a:hover,
.main-menu .nav .menu-item a:hover{
	opacity:1!important;
}

/* Zone texte*/
.et_pb_blurb_description li,
.et_pb_text_inner li{
	list-style-type:none;
    margin: 14px 0;
    position: relative;
    line-height: 1.44;
	border-bottom:1px solid #e0d5d285;
    padding: 12px 0;
}
.et_pb_blurb_description li::before,
.et_pb_text_inner li::before{
content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3rem;
    background-color: #41a63e9c;
    position: absolute;
    left: -20px;
    top: 16px;
	
}

.et_pb_text_inner h2,
.entry-content>div:not(.et_pb_blurb_content)>h2,
h2.wp-block-heading,
#cmplz-document h2{
	background-image:url("https://camping-le-rural.149-202-93-199.plesk.page/wp-content/uploads/2024/02/h2.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	    padding-bottom: 20px;
    margin-bottom: 30px;
}
/*footer*/
.et-l--footer{
	position:relative;z-index:2;
}
/* FONT TITLE*/
h1,h2,h3,h4,h5,h6{
	font-family: 'paper_bookregular';
font-weight: 400!important;
	line-height: .9;
font-style: normal;
}
/*SOCIAL icons*/
.et_pb_social_media_follow li[class *= "et_pb_social_media_follow_network"] a{
	padding:0!important;
	margin:0!important;
}
.et_pb_social_media_follow li[class *= "et_pb_social_media_follow_network"]{
	margin:0!important;
}
/*COMPLIANZ*/
#cmplz-document h2, .editor-styles-wrapper .cmplz-unlinked-mode h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h3{
	font-size:44px!important;
}

/*POLYLANG*/
html[lang="fr-FR"] .lang-en{
display:none!important;
}
html[lang="en-GB"] .lang-fr{
display:none!important;
}