/*
Theme Name: generatepress-child
Description: thème enfant gp
Author: Romain Gouleau
Author URI: https://www.laplumedelisabethlafont.fr/
Template: generatepress
Version: 1.0
*/


h3{
font-weight: bold;
}

.entry-title {
    text-align: center;
}

.nf-form-title {
    text-align: center;
}

.nf-form-fields-required{
    text-align: center;
}

.fl-callout-title{
	text-align: center !important;
}


.header-widget {
    float: none;
    overflow: hidden;
    max-width: 100%;
	width:100%;
    margin: 0;
    margin: 0;
	text-align:center;
}

#container-header-align{
	width:100%;
	}
#header-paiement {
	margin-right: 25%;
    display: inline-block;
	color:white;
	position: relative;
    bottom: 50px;
}
#header-contact {
	margin-left: 25%;
    display: inline-block;
	position: relative;
    bottom: 50px;

}
#logo-header-align {
    display: inline-block;
}

.wp-image-1435{
    display: inline-block;
    margin-right: 0;
}


body .grid-container {
    max-width: 100%;
}

.paiement{
	color:white !important;
    font-weight:bold;
	font-size:18px;
}
.tel{
	color:white !important;
     font-weight:bold;
	font-size:18px;
}

site-header a, .site-header a:visited {
    color: white !important;
}
.fa{
	color:white;
}

.inside-header {
    padding: 0px;
}

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

	#header-paiement {
	margin-right: 0%;
    display: block;
	color:white;
	position: static;
	margin-bottom: 10px;
}
#header-contact {
	margin-left: 0%;
    display: block;
	position: static;

}
#logo-header-align {
    display: inline-block;
	margin-bottom: 10px;
}
	
#container-header-align {
    margin-top: 10px;
	margin-bottom: 10px;
}
}