/*
Theme Name: Dixionline Theme
Theme URI: https://dixionline.com
Author: Dixionline
Theme URI: https://dixionline.com
Template: hello-elementor
Version: 1.0
*/

/*
    Add your custom styles here
*/

.borderImg .elementor-motion-effects-layer{
	border-radius: 80px;
}


.boiteImg .elementor-image-box-img{
	min-width: 200px;
}

@media (max-width: 1023px) {
    .borderImg .elementor-motion-effects-layer{
		border-radius:60px;
	}
}
@media (min-width: 1267px) {
    .boiteImg .elementor-image-box-wrapper {
        flex-direction: row!important;
    }
}
@media (max-width: 1266px) {
    .boiteImg .elementor-image-box-wrapper {
        flex-direction: column!important;
    }
}

@media (max-width: 767px) {
    .borderImg .elementor-motion-effects-layer{
		border-radius:40px;
	}
}