/*
Theme Name: AteliersAndrea
Theme URI:  https://www.wpserveur.net
Author:     Léa Laguette
Author URI: https://lealaguette.com/
Template:   loka
Version:    1.0.8
License:    GNU General Public License v2 or later
*/

:root {
  --font-fallback: sans-serif;
  --color-black: #242627;
  --color-primary: #CC2718;
  --color-secondary: #D73F35;
  --color-primary-light: #FAE9E8;
  --color-secondary-light: #FBECEB;
  --color-white: #FFFFFF;
  --color-grey: #F8F8F8;
}

.site-footer .site-footer__logo .site-footer__logo-image {
	max-width: 280px;
}

.frm-fluent-form .ff-el-input--label {
	color: var(--color-black);
}

.contenu-simple-fond__container h2 {
	font-weight: 600;
}

.offre-detaillee__bloc-content .offre-detaillee__texte {
	text-align: center;
}

.offre-detaillee__texte strong {
	color: var(--color-black);
}

@media (max-width: 1024px) {
    .offre-detaillee__bloc-content {
		flex-direction: column;
	}
}