/*!
Theme Name: Forêt Climat Valais
Theme URI: http://foretclimatvalais.ch
Author: bebold
Author URI: https://bebold.ch
Description: Thème du site Forêt Climat Valais
Version: 1.0.0
Tested up to: 6.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Forêt Climat Valais is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.language a{
	text-transform: capitalize;
}
.menu-main li.current-menu-item a{
	border-color: #42974F;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.filter ul li.active {
    background: linear-gradient(0deg, rgba(73, 150, 209, 0.07), rgba(73, 150, 209, 0.07)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.wp-pagenavi a,.wp-pagenavi span{
	font-size: 18px;
	line-height: 1;
	color: #436756;
	font-weight: 600;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 7px;
	border: 1px solid transparent;
	align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    padding: 0;
        padding-top: 3px;
}
.wp-pagenavi span, .wp-pagenavi a:hover{
	border-color: #436756;
}
.wp-pagenavi{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 300px;
    position: relative;
    height: 45px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	background: #436756;
	border-color: #436756;
	padding: 12.5px 39px;
	color: #fff;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover{
	background: #42974F;
	border-color: #42974F;
}
.wp-pagenavi .previouspostslink i{
	width: 7px;
	height: 12px;
	margin-right: 14px;
	background: url(assets/images/left.svg) no-repeat center;
        background-size: contain;
}
.wp-pagenavi .nextpostslink{
	left: auto;
	right: 0;
}
.wp-pagenavi .nextpostslink i{
	margin: 0 0 0 14px;
	width: 7px;
		height: 12px;
	background: url(assets/images/right.svg) no-repeat center;
        background-size: contain;
}

.navigation .nav-links:after{
	content:"";
	clear: both;
	display: table;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}
.nav-previous a,.nav-next a{
	text-align: center;
    padding: 13px 39px;
    border: 1px solid #436756;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #436756;
    display: inline-block;
	background: #436756;
    border: none;
    padding: 14.5px 39px;
    color: #fff;
}

.nav-previous a span:before {
    margin-right: 14px;
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    background: url(assets/images/left.svg) no-repeat center center/100% auto;
    content: "";
    height: 11px;
}
.nav-next a span:after {
    margin-left: 14px;
    width: 7px;
    display: inline-block;
    vertical-align: middle;
    background: url(assets/images/ar-link.svg) no-repeat center center/100% auto;
    content: "";
    height: 11px;
}
.nav-next a:hover,.nav-previous a:hover {
    background: #42974F;
}

.detail-custom .gallery img {
    aspect-ratio: 1/0.89;
    object-fit: cover;
}
.form-field-check .wpcf7-list-item label input {
    display: none;
}
.form-field-check .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0;
    position: relative;
	display: inline-block;
    vertical-align: top;
	    
}
.form-field-check .wpcf7-list-item .wpcf7-list-item-label:before,
.form-field-check .wpcf7-list-item:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0px;
}
.form-field-check .wpcf7-list-item {
    display: inline-block;
    margin: 0;
	
}
.form-field-check .wpcf7-list-item label {
    width: 26px;
    margin: 0;
    cursor: pointer;
	display: inline-block;
	line-height: 28px;
}
.form-field-check .wpcf7-list-item input:checked + .wpcf7-list-item-label:after,
.form-field-check .wpcf7-list-item input:checked + .wpcf7-list-item:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: "\f00c";
    font-size: 11px;
    color: #4996D1;
    z-index: 10;
	line-height: 1;
    font-family: "Font Awesome 5 Pro";
}
.form-field-check .wpcf7-not-valid-tip {
    position: absolute;
}
.form-field-check .wpcf7-list-item label:after {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.form-field-check {
    position: relative;
}
.form-field-check .wpcf7-form-control-wrap {
    position: static;
}
.form-field-check .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
	    vertical-align: top;
}
.form-field-check .label-check a {
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
    position: relative;
    z-index: 999;

}
.label-check {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
	display: inline-block;
    max-width: calc( 100% - 26px );
    vertical-align: top;
}
.home-cta-group {
    padding: 80px 0;
}
.home-cta-group-inner {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 200px;
}
.home-cta-group-item{
	text-align: center;
	max-width: 378px;
}
.home-cta-group-item.home-cta-group-item-left {
    max-width: 338px;
}
.home-cta-group-item-title {
    color: #4996D1;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 15px;
}
.home-cta-group-item-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.home-cta-group-item-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.48;
    margin-bottom: 20px;
	color: #4996D1;
}
.home-cta-group-item .btn-green2{
	background: #4996D1;
}
.home-cta-group-item .btn-green2:hover{
	background: #57A5E0;
}
.home-cta-group-item.home-cta-group-item-right .home-cta-group-item-title,.home-cta-group-item.home-cta-group-item-right .home-cta-group-item-desc {
    color: #42974F;
}
.home-cta-group-item.home-cta-group-item-right .btn-green2{
	background: #42974F;
}
.home-cta-group-item.home-cta-group-item-right .btn-green2:hover{
	background: #436756;
}
@media (max-width: 991px){
	.home-cta-group-inner {
		gap: 50px;
	}
}

@media (max-width: 767px){
	.wp-pagenavi a,.wp-pagenavi span {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
    .wp-pagenavi .previouspostslink i{;
        margin: 0px;
    }
    .wp-pagenavi .nextpostslink i{
		margin: 0px;
	}
    .wp-pagenavi {
        padding: 0 50px;
        height: 30px;
    }
	.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		font-size: 0;
		width: 30px;
		padding: 10px 10px;
		height: 30px;
	}
    .nav-previous a,.nav-next a {
        font-size: 0;
        padding: 14.5px 10px;
        width: 40px;
    }
  	.nav-previous a span:before,.nav-next a span:after  {
        margin: 0;
    }
}


.moncookie{
font-size: 0.8rem;
padding-top: 3%;
color: #436756;
font-weight: 300;
  font-family: 'Mukta';
}

#footer .flex-middle{
    margin-bottom: 2%;
}

.large-er{
    width: 100%;
}

.inf-rgpd .erpolitique
{
    color:#000000!important;
}

.inf-rgpd .erpolitique:hover
{
    text-decoration: underline;
}

.page-id-1013 .acf-field-67af0707a7a0c .acf-label{
    display: none;
}