.our-team-page {
	display: table;
	margin: 0 auto;
}

.our-team-page .punchline {
	text-align: center;
	font-size: 1.25em;
	font-style: italic;
}

.our-team-page .service {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.our-team-page .service::after {
	clear: both;
	content: "";
	display: table;
}

.our-team-page .service-title {
	position: relative;
	color: #222222;
}

.our-team-page .service-text {
	display: table;
	margin: 0 auto;
}

.our-team-page .service-text h3 {
	text-transform: none;
	font-style: normal;
}

.our-team-page .service-contact {
	text-align: center;
	padding-top: 2em;
}

.our-team-page .service-contact-img {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 17.5em;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 0.5em;
}

.our-team-page .service-contact-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 125%;
}

.our-team-page .service-contact-img > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.our-team-page .service-contact-name,
.our-team-page .service-contact-function {
	display: block;
}

.our-team-page .service-contact-email,
.our-team-page .service-contact-phone {
	display: table;
	margin: 0 auto;
}

.our-team-page .service-contact-phone span {
	display: inline-block;
}

.our-team-page .service-contact-phone span + span:before {
	content: '-';
	display: inline-block;
	margin: 0 0.5em;
}

.our-team-page .service-contact-whatsapp {
	display: table;
	margin: 1em auto;
}

.our-team-page .service-contact-whatsapp .button {
	display: table;
	margin: 0.5em auto;
}

.our-team-page .service-contact-whatsapp .button:before {
	content: '';
	vertical-align: top;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	display: inline-block;
	background-image: url("../../../images/socialIcons.svg?v=20230914");
	background-size: auto 12em;
	background-repeat: no-repeat;
	background-position: -54.75em -9.75em;
}

.our-team-page .service-contact-whatsapp .button.button.negative {
	color: #18b956;
}

.our-team-page .service-contact-whatsapp .button.button.negative:focus,
.our-team-page .service-contact-whatsapp .button.button.negative:hover {
	color: #18b956;
}

.our-team-page .service-contact-rdv {
	display: table;
	margin: 1em auto;
}

.our-team-page .service-contact-rdv .button {
	display: table;
	margin: 0.5em auto;
}

.our-team-page .service-contact-rdv .button > i {
	margin-right: 0.5em;
}

.our-team-page .service-contact-name {
	font-weight: 600;
	font-size: 1.25em;
}

.our-team-page .service-contact-name + .service-contact-email,
.our-team-page .service-contact-name + .service-contact-phone {
	padding-top: 0.8em;
}

.our-team-page .service-contact-function {
	font-style: italic;
}

.our-team-page .service-contact-function + .service-contact-email,
.our-team-page .service-contact-function + .service-contact-phone {
	padding-top: 0.8em;
}

.our-team-page a.service-contact-email,
.our-team-page a.service-contact-phone {
	text-decoration: none;
}

.our-team-page a.service-contact-email:hover,
.our-team-page a.service-contact-phone:hover {
	text-decoration: underline;
}

@media only print, only screen and (min-width: 30.063em) {

.our-team-page .service-contact-img:nth-last-child(3):first-child,
.our-team-page .service-contact-img:nth-last-child(3):first-child ~ .service-contact-img {
	width: calc(50% - 1em);
}

}

@media only print, only screen and (min-width: 48.063em) {

.our-team-page .service-content {
	display: table;
	padding-left: 20em;
}

.our-team-page .service-text {
	float: right;
	display: block;
}

.our-team-page .service-contacts {
	margin-left: -20em;
}

.our-team-page .service-contact {
	padding-top: 0;
	text-align: left;
}

.our-team-page .service-contact:not(:first-child) {
	padding-top: 2em;
	clear: both;
}

.our-team-page .service-contact-details {
	margin-left: 20em;
}

.our-team-page .service-contact-img {
	float: left;
	margin: 0 1em 0 0;
}

.our-team-page .service-contact-img + .service-contact-img {
	clear: left;
	margin-top: 1em;
}

.our-team-page .service-contact-name {
	clear: right;
	margin: 0;
	padding-top: 1em;
}

.our-team-page .service-contact-email,
.our-team-page .service-contact-phone {
	margin: 0;
}

.our-team-page .service-contact-rdv,
.our-team-page .service-contact-whatsapp {
	margin: 1em 0;
}

.our-team-page .service-contact-rdv .button,
.our-team-page .service-contact-whatsapp .button {
	margin: 0.25em 0;
}

}

@media only print, only screen and (min-width: 60.063em) {

.our-team-page .service-contact-img + .service-contact-img {
	clear: none;
	margin-top: 0;
}

.our-team-page .service.nbPhoto2 .service-content {
	padding-left: 38em;
}

.our-team-page .service.nbPhoto2 .service-contacts {
	margin-left: -38em;
}

.our-team-page .service.nbPhoto2 .service-contact-details {
	margin-left: 38em;
}

}

