/*!
Theme Name: touchlink
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: touchlink
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

touchlink is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
	font-family: "NexaBlack";
	src: url(../../../../public/webfonts/NexaBlack.otf);
	font-display: swap;
}

@font-face {
	font-family: "NexaBlack";
	src: url(../../../../public/webfonts/NexaXBold.otf);
	font-display: swap;
}

body {
	margin: 0;
}

section {
	padding: 20px 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-size: 24px;
	font-family: 'Roboto',sans-serif;
	color: rgb(74, 74, 74);
	font-weight: bold;
	margin: 5px 0;
}

h2 {
	font-size: 20px;
	font-family: 'Roboto',sans-serif;
	color: rgb(74, 74, 74);
	font-weight: bold;
	margin: 5px 0;
}

h3 {
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
	color: rgb(74, 74, 74);
	font-weight: bold;
	margin: 5px 0;
}

p b,
a {
	color: rgb(0, 82, 165);
}

p,
ul li {
	font-size: 16px;
  font-family: 'Roboto',sans-serif;
  color: rgb(0, 0, 0);
  line-height: 25px;
}

#masthead a {
	color: inherit;
}

#masthead {
	position: absolute;
	width: 100%;
	z-index: 1;
}

#masthead button,
#masthead p {
	display: none;
}

#masthead img {
	margin: 10px 0;
	padding-left: 5%;
}

#masthead h1 {
	padding: 0 48% 0 25%;
	margin-top: 10%;
	font-size: 36px;
	font-family: 'Roboto',sans-serif;
	color: rgb(0, 82, 165);
}

#masthead ul {
	padding: 0 48% 0 25%;
	margin: 5px 0;
	display: flex;
	justify-content: space-between;
}

#masthead ul li {
	font-size: 16px;
	font-family: "NexaXBold";
	color: rgb(0, 82, 165);
	list-style: none;
}

.breadcrumbs_single .entry-title {
	padding: 0 48% 0 25%;
}

.footer {
	position: relative;
	background-color: rgb(232, 246, 248);
	padding: 20px 0;
	overflow: hidden;
}

.footer .logo {
	height: 50px;
	width: auto;
	margin-bottom: 20px;
}

.footer .footer-title {
	min-height: 50px;
	margin-bottom: 20px;
	font-size: 20px;
	color: rgb(0, 82, 165);
	font-weight: bold;
}

.footer ul {
	margin-bottom: 0;
}

.footer ul span {
	font-weight: bold;
}

.footer::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url(../../../../public/img/footer-forme-1.jpg) no-repeat scroll bottom right;
	background-size: 100%;
	width: 195px;
	min-height: 130px;
}

.footer::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	background: url(../../../../public/img/footer-forme-2.jpg) no-repeat scroll top right;
	background-size: 100%;
	width: 100px;
	min-height: 300px;
}


.copyright {
	font-size: 16px;
	font-family: "NexaXBold", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
}

body.blog .breadcrumbs_pages,
.breadcrumbs_single {
	background: url(../../../../public/img/intern-slider.jpg) no-repeat scroll top center;
	position: relative;
	background-size: cover;
	height: 535px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.blog__clinique_espoir,
.container {
	max-width: 80%;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.post__content {
	margin-bottom: 8%;
}

.col-md-4 {
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.post {
	margin: 0 0 0 !important;
}

.content_archive_blog {
	margin-bottom: 30px;
}

.top_post {
	width: 100%;
	height: 250px;
	position: relative;
}

.content_archive_blog .content_post {
	height: 143px;
	padding: 44px 10px 25px;
	position: relative;
	background: #fff;
	box-shadow: 0px 7px 29px 0px rgb(19 75 125 / 34%);
}

.content_archive_blog .content_post {
	height: 143px;
	padding: 44px 10px 25px;
	position: relative;
	background: #fff;
	box-shadow: 0px 7px 29px 0px rgb(19 75 125 / 34%);
}

.top_post .date_posts {
	position: absolute;
	top: 254px;
	left: 0;
	padding: 7px 15px;
	color: rgb(0, 82, 165);
	z-index: 1;
}

.date_posts svg {
	overflow: hidden;
	vertical-align: middle;
}

.top_post .title_posts {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 82, 165);
	opacity: 0.5;
}

.title_posts h2.entry-title,
.title_posts h2.entry-title a {
	font-size: 20px !important;
	color: white !important;
	text-align: center;
	text-decoration: none;
}

a.read_more:hover {
	color: #fff !important;
	text-decoration: none;
}

a.read_more {
	padding: 8px 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg,
			#009fb4 50%,
			rgb(0, 82, 165) 180%);
	background-image: -webkit-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
	background-image: -ms-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
}

.breadcrumbs_single * {
	color: #fff;
}

.breadcrumbs_single h1 {
	color: rgb(0, 82, 165);
}

.date_single_posts {
	position: absolute;
	right: 0;
	top: 90%;
	padding: 8px 0;
	color: #fff;
	background-image: -moz-linear-gradient(90deg,
			#009fb4 50%,
			rgb(0, 82, 165) 180%);
	background-image: -webkit-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
	background-image: -ms-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
}

.breadcrumbs_single * {
	z-index: 2;
}

.navigate_blog .nav-links {
	position: absolute;
	top: 90%;
	left: 0;
	background-image: -moz-linear-gradient(90deg,
			#009fb4 50%,
			rgb(0, 82, 165) 180%);
	background-image: -webkit-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
	background-image: -ms-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
	padding: 8px 0;
	color: #fff;
}

.post-navigation .nav-links {
	display: flex;
}

.navigate_blog .nav-links .nav-previous {
	width: 50%;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.nav-previous a {
	text-decoration: none;
}

.nav-previous a svg {
	overflow: hidden;
	vertical-align: middle;
}

.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.thumb_single img {
	display: table;
	margin: 0 auto;
	vertical-align: middle;
	border-style: none;
}

.blog__clinique_espoir .nav-previous {
	padding: 8px 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg,
			#009fb4 50%,
			rgb(0, 82, 165) 180%);
	background-image: -webkit-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
	background-image: -ms-linear-gradient(90deg,
			#009fb4 -115%,
			rgb(0, 82, 165) 180%);
}

.blog__clinique_espoir .nav-previous a {
	text-decoration: none;
	color: #fff !important;
}

.blog__clinique_espoir .nav-previous a:hover {
	color: #fff !important;
	text-decoration: none;
}

.content_archive_blog .content_post a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1025px) {



	#masthead img {
		margin: 10px 0;
		padding-left: 5%;
	}

	#masthead h1 {
		padding: 0;
		margin-top: 0;
		font-size: 26px;
	}

	#masthead ul {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-between;
	}

	.breadcrumbs_single .entry-title {
		padding: 0;
	}

	.blog__clinique_espoir,
	.container {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.row {
		flex-direction: column;
		margin-right: 0;
		margin-left: 0;
	}

	.col-12 {
		padding-right: 0;
		padding-left: 0;
	}

	.col-md-4 {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.navigate_blog .nav-links span.nav-title {
		display: none;
	}

	.date_single_posts {
		top: 90%;
	}



	.nav-links {
		width: 50%;
	}

	.navigate_blog .nav-links .nav-next,
	.navigate_blog .nav-links .nav-previous {
		width: 100% !important;
		display: block;
	}

	.navigate_blog .nav-links {
		top: 90%;
	}

	figure {
		margin: 0 !important;
	}

	.navbar_mobile {
		display: none;
	}

	.opened {
		display: block;
		position: absolute;
		z-index: 10000;
		width: 100%;
		height: 100vh;
		top: 0;
		background-image: -moz-linear-gradient(-9deg, rgb(0, 159, 180) 0%, rgb(0, 82, 165) 100%);
		background-image: -webkit-linear-gradient(-9deg, rgb(0, 159, 180) 0%, rgb(0, 82, 165) 100%);
		background-image: -ms-linear-gradient(-9deg, rgb(0, 159, 180) 0%, rgb(0, 82, 165) 100%);
		padding: 5% 2%;
		left: 0;
		transition: all 1s ease-in;
		overflow-y: scroll;
	}

	.fixed-header {
		position: fixed;
		top: 0;
		width: 100%;
		justify-content: center;
		z-index: 5;
		padding: 0;
		height: 140px;
		display: block;
	}

	.site-branding, .mobile-menu-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px;
	}

	.navbar_mobile ul {
		list-style: none;
	}
}

.top_post a img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 767px) {
	.footer .col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.footer .col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.footer .col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}

@media only screen and (max-width: 1400px) {
	.footer::before {
		width: 100px;
		min-height: 70px;
	}

	.footer::after {
		width: 45px;
		min-height: 170px;
	}
}

@media only screen and (max-width: 1200px) {
	.footer {
		padding-bottom: 70px;
		padding: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.footer .footer-title {
		min-height: auto;
		margin: 20px 0 15px;
	}

	.footer p {
		margin: 0;
	}
}

@media only screen and (max-width: 1400px) {
	body.blog .breadcrumbs_pages, .breadcrumbs_single {
		height: 385px;
		background-position: right;
	}

	body.blog .breadcrumbs_pages, .breadcrumbs_single p {
		font-size: 36px !important;
	}
}

#breadcrumbs {
	display: none;
}
.whatsapp-icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    top: calc(55% + 50px);
    left: 0px;
    cursor: pointer;
    z-index: 9999;
    padding: 4px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #2ab737;
    background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 50%;
    margin: 0 auto;
}
@keyframes trin {

from {
    transform:rotate3d(0, 0, 1, 0deg);
}
20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
}
23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0,0,1,15deg);
}
26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0,0,1,0deg);
}
29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0,0,1,-15deg);
}
80% {
    transform:rotate3d(0, 0, 1, 0deg);
}

}

.whatsapp-icon:before {
    content: "";
    background: url(https://www.clinique-espoir.be/public/img/whatsapp.webp);
    position: absolute;
    width: 85%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
}