/*
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;
	}
}

/* texte surligné */
.txt-surligne {
    background-image: linear-gradient(to bottom, transparent 60%, #023445 50%);
  padding: .0em .4em;

  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* logo Header 
.she-header img{
    background-image: url(/wp-content/uploads/2026/03/coopaie-logo-H.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    object-position: -99999px -99999px;
	width: 300px!important;   
	height: 100px;

}

.she-header-yes .elementor-widget-theme-site-logo img, .she-header-yes .elementor-widget-image img{
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}*/
