.elementor-widget-wrap a{
    text-decoration: none;
    font-family: DM SANS;
}

li#lnk-le-coin-des-parents a{
    font-family:"covered by your grace";
    color:#2A564E;
    font-size:18px;
}

.btn, .btn-primary{
    background-color: #ff9300;
}
.btn, .btn-primary a:hover{
    background-color: #febd7a;
}


#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #FF9300;
    text-decoration: none;
}

.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: .1875rem solid #ff9a52;
}

.custom-radio input[type=radio]:checked+span {
    position: absolute;
    top: .125rem;
    left: .125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ff9a52;
    border-radius: 50%;
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #febd7a 3px solid;
}