/*
Theme Name:     Astra child
Template:       astra
Version:        1.0
<a href="https://www.flaticon.com/free-icons/bee" title="bee icons">Bee icons created by Freepik - Flaticon</a>
*/

@import url("../astra/style.css");

.justify {
 	text-align: justify;
	flex: 1;
	margin-right:20px;
}

.titre5 {
	color: #6EC1E4;
}

.slider-centre {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Masquer le bouton CTA du menu sur desktop */
@media (min-width: 921px) {
    .menu-contact {
        display: none !important;
    }
}

/* Afficher le bouton CTA du menu sur mobile */
@media (max-width: 920px) {
    .menu-contact a {
        background: #57423A !important;
        color: white !important;
        padding: 10px 16px;
        border-radius: 5px;
        font-weight: bold;
    }
}




