body {
	font-family: 'Outfit'!important;
}

h1, h2, h3 {
	font-family: 'Outfit'!important;
}

button, input {
	font-family: 'Lora'!important;
}

.site-info{
	display: none;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 0 0 rgba(92, 58, 138, 1)!important;
	box-shadow: inset 0 0 0 rgba(92, 58, 138, 1)!important;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a{
	color:  rgba(92, 58, 138, 1)!important;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 1)!important;
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 1)!important;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color:  rgba(92, 58, 138, 1)!important;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(92, 58, 138, 1)!important;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(92, 58, 138, 1)!important;
}

/* Fixes linked images */

.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 0px #fff !important;
	box-shadow: 0 0 0 0px #fff !important;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}
/**
* Popup for mobile
*/
.sticky {
  position: fixed;
  top: 0;
	left: 0;
	width: auto;
	box-shadow: 1px 2px 4px silver;
	-webkit-box-shadow: 1px 2px 4px silver;
	-moz-box-shadow: 1px 2px 4px silver;
	-o-box-shadow: 1px 2px 4px silver;
	z-index:999;
}
.Mobile_W .wp-block-columns{
  margin-bottom: 0!important;
}
.Mobile_W .wp-block-image {
  margin-bottom: 0!important;
  margin: 0!important;
}

button,
.wpforms-form button,
input[type="button"],
input[type="submit"] {
	background-color: #186338!important;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff!important;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

.wp-block-search__button {
    background: #186338;
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    color: #ffffff!important;
    margin-left: 0.625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.navigation-top a {
    color: #222!important;
	font-weight: 800;
	font-size: 24px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.entry-content .more-link:before {
    content: none!important;
    display: block;
    margin-top: 1.5em;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #186338 !important;
	border: none!important;
	color: #ffffff!important;
}
.site-navigation-fixed.navigation-top {
	/* bottom: auto; */
	position: relative!important;
	/* left: 0; */
	/* right: 0; */
	/* top: 0; */
	/* width: 100%; */
	/* z-index: 7; */
}
#media_image-4{
	background-color:#FFF!important;
}


@media only screen and (max-width: 768px) {
    #wp-custom-header img {
        width: 100%!important; /* Nouvelle largeur pour la vue mobile */
        height: auto!important; /* Hauteur automatique pour maintenir le ratio */
    }
}

#mysticky-nav.wrapfixed {
    position: fixed;
    left: 0px;
    margin-top: 0px;
    z-index: 99990;
    background-color: rgba(255, 255, 255, 0.1)!important;
}
#mysticky-nav.wrapfixed .myfixed {
    background-color: rgba(255, 255, 255, 0.1)!important;
}
