/* 
Theme Name: Clinique tdah
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Général */
html, body{
	overscroll-behavior: none;
}

/* Page Tarifs | Icon box avec prix et numéros */
.price-box-number .elementor-icon-box-content{
    display:flex;
    align-items:center;
	justify-content: space-between;
}
body[data-elementor-device-mode="tablet"] .price-box-number .elementor-icon-box-content,
body[data-elementor-device-mode="mobile"] .price-box-number .elementor-icon-box-content{
    flex-direction: column;
}

.price-box-number .elementor-icon-box-title {
	display: flex;
    align-items: center;
	margin: 0;
}
body[data-elementor-device-mode="tablet"] .price-box-number .elementor-icon-box-title,
body[data-elementor-device-mode="mobile"] .price-box-number .elementor-icon-box-title{
    flex-direction: column;
	margin-bottom: 20px;
}
.price-box-number .elementor-icon-box-title:before {
	width: 50px;
	height:50px;
    background-color:#006E84;
    color:#ffffff;
	display: inline-block;
    padding:10px;
    border-radius:100%;
    font-size:1.5rem;
    font-weight:bolder;
    margin-right: 20px;
	text-align: center;
}
body[data-elementor-device-mode="tablet"] .price-box-number .elementor-icon-box-wrapper .elementor-icon-box-title:before,
body[data-elementor-device-mode="mobile"] .price-box-number .elementor-icon-box-wrapper .elementor-icon-box-title:before  {
    display: block;
	margin-bottom: 20px;
}

    


