/*
Theme Name: Base WP Theme
Description: A personal custom starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aa_base
*/

.testimonial p{
	color: white;
    font-size: 21px;
    text-align: center;
    margin: 0 33%;
}
.testimonial_content {
	font-weight: 400;
}
.testi_client {
	font-weight: 700;
	margin-top: 20px !important;
}

@media (max-width: 600px) {
	.testimonial p {
		margin: 0 7% !important;
	}
}
@media (max-width: 1000px) {
	.testimonial p {
		margin: 0 17% !important;
	}
}
.faq-answer a {
	color: #E57D62 !important;
}
.faq-answer a:hover {
	text-decoration: underline !important;
}

#section-hero-home {
	position: relative;
}

#scrolldown-home {
	position: absolute;
	margin-top: -125px;
	left: calc(50% - 40px);
	z-index: 900;
}
#scrolldown-home img {
	width: 80px;
}
@media (max-width: 1024px) {
	#scrolldown-home {
		position: absolute;
		margin-top: -35px;
		left: calc(50% - 32px);
		z-index: 900;
	}
	#scrolldown-home img {
		width: 64px;
	}
}
.first-section .images-column .first-image {
	background-position-x: -206px !important;
    background-position-y: 0px !important;
    background-size: cover !important;
}
@media (max-width: 1200px) {
	.first-section .images-column .first-image {
		background-position-x: 0px !important;
    	background-position-y: -150px !important;
	}
}
@media (max-width: 991px) {
	.first-section .images-column .first-image {
		background-position-x: 0px !important;
    	background-position-y: -20px !important;
	}
}
#img-tech-dentist {
	width: 506px;
    height: 356px;
    position: absolute;
    right: -30px;
    bottom: -70px;
    background-size: cover;
}
#img-col-tech {
	position: relative;
}
.traitements-intro p {
    max-width: 500px;
    min-width: 50vw;
    text-align: center;
    margin: 100px auto 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #1C1C1C;
}
