/*
 Theme Name:   Aude Berthevas Ostéo
 Theme URI:    https://aberthevas-osteo.fr/
 Description:  Description
 Author:       Charly Web Design
 Author URI:   https://aberthevas-osteo.fr/
 Template:     hello-elementor
 Version:      1.57
*/

/*Articles*/
.article a {
	text-decoration:underline;
}
.article a:hover {
	color: var(--e-global-color-c2983d8);
}

.article h2 {
	background-color: var(--e-global-color-2d7f9ae);
    padding: 3px 10px 5px 10px;
    border-radius: 20px 20px 20px 20px;
	font-family: var(--e-global-typography-b106f62-font-family), Sans-serif;
    font-size: var(--e-global-typography-b106f62-font-size);
    font-weight: var(--e-global-typography-b106f62-font-weight);
	color: var(--e-global-color-text);
	display: inline-block;
	margin-top: 40px;
}
.article p {
	margin-top: 5px;
}
/*Votre ostéopathe*/
@media screen and (max-width: 767px) {
.date-parcours div {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
}
/*Accueil*/
.lien-survol:hover {
	text-decoration: underline;
}
.gras-liste {
	font-weight: 600;
}
.icone-blanche .elementor-icon-list-text::before {
  content: "•";
  color: var(--e-global-color-430c7d5);
  font-weight: bold;
  font-size: 22px;
	margin-right: 3px;
}


/*Menu*/

.contact-menu a {
	background-color: var(--e-global-color-c2983d8);
	padding: 7.5px 12.5px 7.5px 12.5px !important;
	color: #ffffff !important;
	border-radius: 20px;
	border: 1px solid var(--e-global-color-c2983d8);
}
.contact-menu a:hover {
	background-color: var(--e-global-color-430c7d5);
	color: var(--e-global-color-c2983d8) !important;
}

@media screen and (max-width: 767px) {
.contact-menu a {
	display: inline-block;
	padding: 5px 7px 5px 7px !important;
    color: var(--e-global-color-430c7d5) !important;
    margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}
}

span.sub-arrow {
	display: none !important;
}


/*footer en bas*/
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}

/*fin footer en bas*/

body.login.login-password-protected.login-action-password-protected-login.wp-core-ui {
    background: #608A7F !important;
}
.language-switcher {
    display: none !important;
}
.wp-core-ui .button-primary {
    background: #608A7F !important;
    border-color: #608A7F !important;
}
p {
	margin-bottom: 0;
}

