/*
Theme Name: Slopes-childtheme
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: slopes-childtheme
Tags: 
*/

body{
	font-size:15px;
}

h2{
	font-weight:500;
}
h2 strong{
	color:red;
}

.main-nav a{
	text-decoration:none;
}
.main-nav a:hover{
	color:red !important;
}

.main-nav .nav-ul ul{
	right:0; !important;
	left:0 !important;
	padding:10px;
}
.main-nav .nav-ul li{
	margin-bottom:10px;
	color:black;
}

.acc-svg{
	width:60px;
}

.bg-size-acc{
	background-size:50% !important;
}

.bt1 a{
	font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    color: red;
    background-color: white;
    padding: 14px 36px;
    font-weight: bold;
    border-radius: 30px;
	border:1px solid red;
}

.li-footer{
	column-count:2;
}
.li-footer a{
	text-decoration:none;
}

.li-footer {
    list-style: none;
    padding-left: 0;
}
.li-footer li {
    align-items: center;
    margin-bottom: 12px;
}
.li-footer li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 2;
    flex: 0 0 auto;
	font-size:12px;
	margin-right:16px;
}
.li-footer li a {
    line-height: 1.2;
}
.li-footer li a:hover {
    color:red;
}
.li-footer li:hover::before {
    color: red;
}
.footer-adresse p strong {
    color:red;
}
.footer-legal a{
	text-decoration:none;
}

.avap img{
	width:100%;
}

.avap p{
	position: absolute;
    bottom: 0px;
    padding: 15px;
    font-size: 20px;
    background-color: white;
    line-height: 20px;
    left: 0;
    font-weight: 500;
}

.li-chevron-rouge {
    list-style: none;
    padding-left: 0;
}

.li-chevron-rouge li {
    margin-bottom: 12px;
}
.li-chevron-rouge li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 2;
    flex: 0 0 auto;
	font-size:12px;
	color: red;
	margin-right:16px;
}

.ico-location::before{
	content:"\f3c5";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-size:50px;
	color:red;
}
.ico-phone::before{
	content:"\f095";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-size:50px;
	color:red;
}
.ico-mail::before{
	content:"\f0e0";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-size:50px;
	color:red;
}
.ico-hour::before{
	content:"\f017";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-size:50px;
	color:red;
}

.ufg-parent-filter-button{
	background-color: #e1e1e1 !important;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    color: black !important;
}
.ufg-all-filter-button{
    border: none;
    border-radius: 0;
    padding: 15px 30px;
}

.frm-fluent-form .ff-el-form-control{
	border: none;
    border-radius: 0;
    height: 50px;
}

.frm-fluent-form .ff-btn-submit{
	background-color: red !important;
    border-radius: 0;
    padding: 20px 40px;
    font-weight: bold;
}

.red-link a{
	color:red;
	text-decoration:none;
}
