/*---------------------------------------------------------------------------------

 Theme Name:   Mammgozh
 Theme URI:    
 Description:  
 Author:       Aymeric Marquant
 Author URI:   https://aymericmarquant.fr/
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
a {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

/* Header */
#logo {
	-webkit-transform: initial;
}

/* Page */
.temoignage img {
	border-radius: 50%;
	max-width: 130px;
}

.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* Blog */
.single .entry-title {
	text-align: center;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
	margin-bottom: 30px;
}

#gallery-1 {
	margin: 30px 0 !important;
}

#gallery-1 img {
	border: 0 !important;
}

/* Footer */
#footer-info {
    float: none;
    text-align: center;
	color: #dbdbdb;
	font-size: 13px;
}

#footer-info a {
    color: #dbdbdb;
}
/* Footer */
.et_pb_scroll_top.et-pb-icon {
	background: rgba(195,157,99,.4);
}

/* Correction bug saut header à ouverture page */
@media screen and (min-width: 981px) {
	#page-container {
    	top: 196px !important;
    	padding-top: 196px !important;
	}
}