/*
Theme Name:   oceanwp child theme
Description:  Écrivez ici une brève description de votre thème enfant
Author:       Manon
Author URL:   Mettez ici l’URL du blog ou du site de l’auteur
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-child
*/

/* Écrivez ici votre propre feuille de style personnelle */


.btn_export{
	color:#fff;
	background:#7B855C;
	padding:8px 30px;
	border-radius:4px;
	font-weight:bold;
	text-align:center;
	max-width:300px;
	margin:0 auto;
	cursor:pointer;
}

.zone_export{
	display:flex;
	margin-top:20px;
	align-items:center;
}
	.zone_export > div:first-of-type{
		flex:1;
	}
	.zone_export > div.btn_export{
		margin-left:10px;
	}