/*
 Theme Name:   GP IMMOCOMPLEXE
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.main-navigation ul ul {
    padding-top: 10px;
	padding-bottom: 10px;
}
.main-navigation .main-nav ul ul li a {
    font-size: 16px;
	    border-bottom:1px solid #fff;

}
.main-navigation .main-nav ul ul li a:hover, .main-navigation .main-nav ul  li[class*="current-menu-"] > a{
    border-bottom:1px solid #5f6369;

}
.menu-item-5366{
	background: #e99d32;
}
.menu-item-5366 a{
	color:#fff !important;
}
.gb-button-wrapper .gb-button {
    text-align: left !important;
}
ol, ul {
    margin: 0 0 0.5em 1em;
}
blockquote {
    border-left: 5px solid #935205;
    padding: 0 20px;
	margin: 30px 0;

}
blockquote cite{
	font-size: 0.8em;
	font-style:normal;
	line-height: 1.2em;
	display: block;
}
.wp-block-embed {
    margin: 0;
}
.infographie-offre{
	text-align:center;
	max-width:1200px;
}
.headerblog{
	margin-bottom: 40px;
}
.single .inside-article{
	max-width: 900px;
	margin: auto;
}
.single h2{
	font-size: 24px;
	font-weight: 500;
	margin-top: 40px;
}
.single h3{
	margin-top: 20px;
}
.article-meta p{
	font-size:16px;
	color:#888;
	margin-top:20px;
}

/****FORMIDABLE***/
.frm_forms{
	background: rgba(255,255,255,0.95);
}
.with_frm_style input, .with_frm_style textarea{
	max-width: 800px !important;
}
.guide{
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4em;
	color:#fff;
}
/***carré contact****/
.carre-contact {
    position: fixed;
    bottom:0px;
    right: 70px;
    z-index: 1000;
    background: #e99d32;
	padding: 10px 20px 10px;
    width: auto;
    height: auto;
}
a .carre-contact {
    color: #fff !important;
    font-weight: 500;
}
a .carre-contact:hover {
    background: #000000;
}
.generate-back-to-top {
    bottom: 90px;
}
@media (max-width:1024px){
.site-header .inside-header .site-logo {
    float: left;
    clear: left;
}
.nav-float-right .inside-header .main-navigation {
    float: right;
    clear: right;
}
.menu-toggle {
    line-height: 44px;
}
	.carre-contact {
    right: 0;

}
		.gb-button-wrapper{
		margin-top: 30px;
	}
}

@media (max-width:768px){
	br{
		display: none;
	}
	#contactez{
		display: none;
	}
	.frm_form_fields  fieldset{
	padding: 20px !important;
}
	.with_frm_style .frm-show-form .frm_section_heading h3 {
		font-size: 24px;
	}

	h1.gb-headline {
    align-items: flex-start !important;
}
}


/*ACCORDÉONS**/

.advgb-accordion-header{
	background: none !important;
	padding: 10px 40px 15px 20px !important;
}

.advgb-accordion-header:hover, .ui-accordion-header-active{
	background: #5f6369 !important;
	color: #fff !important;
	transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
}

.advgb-accordion-header-title{
	font-size: 17px !important;
	font-weight: 400;
}

.advgb-accordion-header-title:hover{
	color: #fff ;
}

.advgb-accordion-header:hover svg{
	fill: #fff ;
}

/*****erreur404****/
.error404 .entry-header{
	display:none;
}
.grid-offre .gb-container:hover h3{
	color:#fff !important;
}