/* 
Theme Name: ddx Child
Theme URI:
Description: 
Author: Digitale deluxe
Author URI: 
Template: ddx
Version: 1.0.1
Text Domain: ddx-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:
*/

/*
    Add your custom styles here
*/
.focusnav{
background-color:#FF9E29;
}
.focusnav a.elementor-item.elementor-item-active{
background-color:#FF9E29;
color:#000!important;
}
/* couleur surlignage texte*/
/* pour Firefox */
::-moz-selection {
 background-color:#CF2E87;
 color: #fff;
}
/* pour Safari et Chrome */
::selection {
 background-color:#FF9E29;
 color: #fff;
}
input {
  accent-color: #FF9E29;
}