@media screen and (min-width: 300px) and (max-width: 850px) {

	section#ZOnnerie ul.Grid3,
	.Grid-30 {
		grid-template-columns: 1fr !important;
		padding: 10px !important;
	}

	#banniereIntern .cntTitle h1 {
		font-size: 2em;
	}

}

.BandeauPub {
    grid-column: 3;
    grid-row: span 2;
    background: url(/wp-content/uploads/2025/11/shutterstock_2536175795.jpg);
    color: #fff;
    padding: 30px;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    position: relative;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
}

.BandeauPub .modification {
    position: relative;
    z-index: 1;
}

.modification h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
}

.BandeauPub:before {
    content: "";
    background: transparent linear-gradient(180deg, #07274dc2 0%, #07274D 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.63;
    width: 100%;
    z-index: 1;
}


.cadreInterneExpre2 {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 0.5fr 1.5fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
}

.CadreImgExpress2 {
	width: 180px;
	overflow: hidden;
	border-radius: 15px;
	height: 180px;
	text-align: center;
	box-shadow: 1px 2px 7px #9d9b9b;
}

.infinite-scroll-posts-grid .minicadrefleche img {
    z-index: 1;
    margin-top: -5px;
    margin-right: -5px;
    max-width: none !important;
    object-fit: none;
}

img.ImgFullExpress2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ExcerptExpress2 {
	font-size: 12px;
}

.ExcerptExpress2 h2 {
	font-size: 15px;
}

.BtnExpress2 {
	margin-top: 15px;
}

.BtnExpress2 .btn {
	border: 1px solid #c39f6f !important;
}

.Grid-30 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px;
	position: relative;
	max-width: 1280px;
	padding: 0;
	margin: 30px auto;
}

.Grid-30 .CadreActiviteImage {
	position: relative;
	margin: 15px;
	overflow: hidden;
	border-radius: 27px;
	max-height: 360px;
}

.Grid-30 .CadreActiviteImage:before {
	content: url(/wp-content/uploads/2025/02/fleche-2.svg);
	background: #EFDF00 0% 0% no-repeat padding-box;
	border-radius: 12px;
	width: 40px;
	height: 40px;
	display: flex;
	position: absolute;
	right: 25px;
	top: 22px;
	justify-content: center;
	align-items: center;
	z-index: 2;
}


.Grid-30 .CadreActiviteImage:after {
	background: transparent linear-gradient(180deg, #00000000 0%, #00000089 100%) 0% 0% no-repeat padding-box;
	border-radius: 27px;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}


.Grid-30 .CadreActiviteImage h3 {
	margin: 0;
	color: #fff !important;
	font-size: 16px;
	line-height: 1em;
}

.Grid-30 .CadreActiviteImage h3 a {
	color: #fff !important;
	text-decoration: none;
}


#block_double_images {
    margin: 0 15px;
}


.Grid_bdi {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 30px 30px;
}

.Grid_bdi div { overflow:hidden; height:490px;}

.Grid_bdi img {
    height: 100%;
    border-radius: 20px;
    width: 100%;
}



.cadre-term {
overflow: hidden;
    height: 400px;
    width: 100%;
}

.cadre-term img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

details.accordion {
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #d1ccc7;
    padding-bottom: 10px;
    padding-top: 10px;
}


details.accordion summary.accordion__title {
    list-style-type: none;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 100;
    padding: 15px 0;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='14' y='6' width='2' height='18' fill='%23000000'/%3e%3crect x='6' y='14' width='18' height='2' fill='%23000000'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem top .625rem;
    background-size: 2.4rem;
color:#000;
}


details.accordion[open] summary.accordion__title {
background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' width='32' height='32'%3e%3crect x='6' y='14' width='18' height='2' fill='%23000000'/%3e%3c/svg%3e");
background-repeat:no-repeat;
background-position:right .75rem top .625rem;
background-size:2.4rem
}

details.accordion .accordion__content {
    padding: 0 20px 0 0;
    color: #656565;
}

details.accordion .accordion__content p {
    margin: 0;
    font-size: 0.9em;
}


body.archive.tax-campaign {
    background: #F5F3E6;
}

body.archive.tax-campaign .Grid_bdi .image_bdi {
    overflow: hidden;
    height: 600px;
    width: 100%;
}

.griddbtexte {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 1fr;
    gap: 20px;
    padding: 0 25px;
    align-items: center;
}

.tax-campaign .titrebase.trait :is(h1, h2, h3, h4, h5):after {
    left: -340px;
    width: 340px;
}

h2.suppltexte {
    font-size: 2em;
    line-height: 1.3em;
}

.griddbtexte h1 {
    font-size: 6em;
    margin: 0;
    line-height: 1em;
    font-weight: 100;
    text-align: left;
}


.left h3, .left h2 {
    text-align: left;
}

.tax-campaign .gridImageTexte {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: 1fr;
    gap: 30px 60px;
}

.sliderimagerea {
    position: relative;
    margin-bottom: 30px;
}

.sliderimagerea .item {
    cursor: pointer;
    position: relative;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
    margin: 12px;
}


.minicadreplus {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: #f6f1ea73;
    opacity: 1;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minicadreplus img {
    width: 15px !important;
    height: 15px !important;
}

.sliderimagerea .item img {
    transition: all 0.8s ease;
}
.sliderimagerea .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    background: #ed6b1d !important;
    border-radius: 50%;
    z-index: 9;
}

.slick-prev:before {
    content: "\276E";
    font-family: none;
    font-size: 20px;
    line-height: 1em;
}

.slick-next:before {
    content: "\276F";
    font-family: none;
    font-size: 20px;
    line-height: 1em;
}

.single main.Flix {
    overflow: visible;
    position: relative;
}

section.formtextRea {
    background: #000;
    padding-top: 25px;
}


section#ZOnnerie {
    padding-bottom: 5%;
    margin-top: 0%;
    position: relative;
    z-index: 1;
}

section#ZOnnerie ul.Grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px 30px;
    padding-top: 0px;
    padding-bottom: 50px;
    list-style: none;
    text-align: center;
}

section#ZOnnerie ul.Grid3 a {
    color: #ffffff;
    background: #7a0000;
    padding: 10px 10px;
    border-radius: 4px;
    display: block;
    line-height: 1em;
    word-break: break-word;
}

section#ZOnnerie ul.Grid3 a:hover {
    color: #fff;
    background: #000;
}

.wp-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e7e7e7;
	padding: 5px;
	border-radius: 5px;
}

.Filedariane {
    border-radius: 0;
    line-height: 1.3em;
    color: #fff;
    margin-top: 70px;
    text-align: left;
}

.Filedariane ul {
    display: inline-block;
    padding: 15px 25px;
    color: #000;
    position: relative;
    z-index: 2;
}

.Filedariane li a {
    color: #818181;
    text-decoration: none;
    text-transform: capitalize;
}

.Filedariane li:last-child a {
    color: #000;
}

.Filedariane li {
	display: inline-block;
}

.Filedariane li:after {
    content: "\2022";
color: #818181;
    margin-left: 6px;
    margin-right: 6px;
}

.Filedariane li:last-child:after {
	display: none;
}

.single #banniereIntern .cntTitle {
    top: 50%;
}

.sliderimagerea .sticky {
    position: sticky;
    top: 10px;
    width: 100%;
}

.gridSingle {
    display: flex;
    gap: 50px 70px;
    padding-bottom: 30px;
}

.gridSingle h2 {
    flex-basis: 100%;
    text-align: left;
    font-size: 3em;
    line-height: 1.2em;
}

.Grid-1-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 70px;
    margin-bottom: 4%;
    margin-top: 4%;
}

#slide_realisations .Grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
    position: relative;
    max-width: initial;
    padding: 0;
    margin: 30px auto;
}

.Grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
    position: relative;
    padding: 0;
max-width: 1280px;
    margin: 30px auto;
}



.Grid-33 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 45px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.Grid-33 .cadreReaAbso {
    z-index: 1;
}

.ImageActivite {
	overflow: hidden;
	position: relative;
	height: 310px;
	border-radius: 0;
	margin-bottom: 15px;
}

.ImageActivite img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.single #banniereIntern .cntTitle h1 {
    font-size: 2.1em;
    width: 40%;
}


.cadreTitreh2Rea {
    text-align: center;
}

.titreBeSingle {
    color: #fff;
    font-weight: 400;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

h2.titrerea {
    margin: 0;
    padding: 40px;
    font-size: 2.2em;
    font-weight: normal;
    color: #3dafb4;
    background: #151d3c;
}

.lePartage a span {
	margin-right: 10px;
}

section#contactprojet {
    background: url(/wp-content/uploads/2024/07/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section#contactprojet .FormulaireWpFluide {
    max-width: 580px;
    margin: auto;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 0;
    padding: 40px;
    color: #fff;
    border: 2px solid #00efb1;
}


.FormulaireWpFluide p, .FormulaireWpFluide p input {
    margin: 0;
    margin-bottom: 0;
}



.FormulaireWpFluide textarea {
    resize: vertical !important;
    line-height: 1.2em;
border-radius: 0;
}

.FormulaireWpFluide .flex-form.popup {
    top: 0;
}

.form-group.boxaccept.cntcheck {
	margin: 0;
}



ul.GalerieExpressions {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 10px 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

.GalerieExpressions li {
	padding: 0 !important;
}


ul.GalerieExpressions li:before {
	display: none;
}

ul.GalerieExpressions li {
    overflow: hidden;
    max-height: 130px;
}

ul.GalerieExpressions li img {
	object-fit: cover;
	width: 100%;
	height: 115px;
}

.VideoExpressions iframe {
	width: 100%;
	max-height: 280px;
}

.BoxListing {
    cursor: pointer;
    position: relative;
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
}

.BoxListing .cadreInterneExpre {
    height: 100%;
}


.BoxListing .image_Activite {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.BoxListing  .minicadrefleche {
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: #f6f1ea73;
    opacity: 1;
    backdrop-filter: blur(4px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.BoxListing  .minicadrefleche img {
    z-index: 1;
    margin-top: -5px;
    margin-right: -5px;
}

.BoxListing .ExcerptExpress h3 {
    display: flex;
    gap: 10px;
    margin-left: -20px;
    align-items: center;
}

.BoxListing:hover .image_Activite {
    transform: scale(1.04);
}
.BoxListing .image_Activite {
    transition: all 0.8s ease;
}

.BoxListing:hover .ExcerptExpress h3:before {
    width: 50px;
}

.ExcerptExpress h3:before {
    content: "";
    border-top: 1px solid #F6F1EA;
    width: 36px;
    height: 1px;
    display: block;
}

.ExcerptExpress h3:before {
    transition: all 0.8s ease;
}



.CadreImgExpress {
    overflow: hidden;
    max-height: 345px;
    width: 100%;
    position: relative;
}

.CadreImgExpress:before {
    left: 0;
    right: 0;
    content: "";
    opacity: 0.89;
    background: transparent linear-gradient(180deg, #001124 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}



.BoxListing:first-child:after { display:none; }

.CadreImgRealisation {
    overflow: hidden;
    height: 90px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 130px;
    border-radius: 15px;
}

.CadreImgRealisation span {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
}


.CadreImgExpress img.ImgFullExpress {
    position: relative;
}

.CadreImgRealisation img.ImgFullExpress {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.CadreImgRealisation:hover img.ImgFullExpress {
    transform: scale(1.1);
}





img.ImgFullExpress {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease all;
}

.ImgFullExpress { transition: clip-path 1.5s ease, transform 1.5s ease;  }

.cadreInterneExpre:hover img.ImgFullExpress {
    transform: scale(1.1) !important;
}

.ExcerptExpress {
    padding: 0 20px;
    width: 70%;
}


.single .Flix {
    overflow: visible;
}

.custom-link {
    cursor: pointer;
    display: flex;
    background: #fff;
    padding: 15px;
    border-radius: 25px;
    gap: 15px;
    align-items: center;
}

.CoteDroit {
	line-height: 1.5em;
}

.CoteGauche {
    position: relative;
    max-width: none;
    width: 100%;
    font-size: 1.1em;
    color: #000;
}


.CoteGauche em {
    font-size: 0.8em;
    font-style: normal;
    color: #818181;
}

.lePartage {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: inline-block;
    padding: 10px 40px;
    background: #fff;
    border-radius: 35px;
}

.sticky {
    max-width: 565px;
    top: 0;
    position: sticky;
    left: 0;
}

.CoteGauche .swiper-slide img {
	width: 100%;
	height: 335px;
	object-fit: cover !important;
}

.CoteGauche .light {
	background: #1A3B74 !important;
}

.CoteGauche .light i {
	color: #fff;
}

.CoteGauche h1 {
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    color: #7a0000;
}

.CoteGauche h2 {
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    color: #7a0000;
}

.CoteGauche h3 {
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #7a0000;
}

.CoteGauche h4 {
    letter-spacing: 0;
    font-size: 1.4em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
    color: #7a0000;
    font-weight: 600;
}

.CoteGauche h5 {
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;

    font-weight: 600;
}

.CoteGauche ul {
    margin-top: 10px;
    display: inline-flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.CoteGauche ul li::marker {
    color: #7a0000;
}
.CoteGauche ul ul {
	margin: 0;
	padding-bottom: 10px;
}

.CoteGauche ul li {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.VideoExpressions {
	margin-top: 20px;
	border-top: 1px dotted #9194789e;
	padding-top: 20px;
}

.CoteGauche p {
    line-height: 1.5em;
    font-size: 1em;
}

.CoteDroit :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 100;
    line-height: 1.2em;
    margin: 0;
}

.CoteDroit h1 {
font-size: 2em;
}

.CoteDroit h2 {
    font-size: 1.9em;
    color: #4f8478;
}

.CoteDroit h3 {
font-size: 1.8em;
}

.CoteDroit h4 {
font-size: 1.7em;
}

.CoteDroit h5 {
	font-size: 17px;
}

.parallax .container-fluid {
    position: relative;
}

.CoteDroit .FormulaireWpFluide {
	padding: 30px;
	padding-top: 20px;
	background: #f1f1f1;
	border-radius: 0;
	color: #000000;
	margin-bottom: 50px;
}

section#ActiChoix2 {
    line-height: 1.2em;
    padding-top: 70px;
    background-position: 50% 50% !important;
    color: #fff;
    padding-left: 50px;
    padding-bottom: 30px;
    position: relative;
}

section#ActiChoix2:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #09104669;
    left: 0;
}

section#ActiChoix2 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 10px;
    text-align: left;
}

section#ActiChoix2 h1 {
	font-size: 22px;
}

section#ActiChoix2 h2 {
	font-size: 15px;
}

section#ActiChoix2 h3 {
	font-size: 14px;
}

section#ActiChoix2 h4 {
	font-size: 13px;
}

section#ActiChoix2 h5 {
	font-size: 13px;
}

section#ActiChoix2 #ActiChoix2 p {
	margin: 0px 0 10px;
}

section#ActiChoix2 .MaxWidth {
	max-width: 55%;
}

.read-more-btn.btn {
	background: #091046;
	border-radius: 35px;
	padding: 10px 25px 10px 25px;
	text-transform: inherit;
	font-weight: normal;
	color: #fff;
	border: 1px solid transparent;
	letter-spacing: 0.2px;
	font-size: 12px;
	margin-bottom: 20px;
}

section#ActiChoix3 .blockImgChoix3.OpenReadMore {
    height: auto;
    margin-bottom: 0px;
}

section#ActiChoix3 .opacity-medium.bg-extra-dark-gray {
	background: linear-gradient(152deg, rgba(92, 119, 165, 1) 22%, rgba(255, 255, 255, 0) 100%);
}

section#ActiChoix3 {
    line-height: 1.2em;
    margin-bottom: 4%;
    overflow: visible;
    padding-top: 0;
    margin-top: -60px;
}

section#ActiChoix3 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 10px;
    color: #091046;
    text-align: left;
}

section#ActiChoix3 h1 {
	font-size: 27px;
}

section#ActiChoix3 h2 {
	font-size: 20px;
}

section#ActiChoix3 h3 {
	font-size: 17px;
}

section#ActiChoix3 h4 {
	font-size: 13px;
}

section#ActiChoix3 h5 {
	font-size: 13px;
}

section#ActiChoix3 p {
	margin: 0px 0 10px;
}

section#Choix3Suite {
	padding-top: 1%;
}

.ImgBlockDiv .itemImg {
    padding: 0;
    margin: 0;
}

section#ActiChoix3 .ImgBlockDiv {
	overflow: hidden;
	height: 100%;
	position: absolute;
	z-index: 0;
	width: 100%;
}

section#ActiChoix3 .blockImgChoix3 {
	height: 75vh;
	margin-bottom: 0;
	position: relative;
}

section#ActiChoix3 .blockImgChoix3 img.itemImg {
	opacity: 0;
}

section#ActiChoix3 .blockImgChoix3 img.itemImg.current {
	opacity: 1;
}

section#ActiChoix3 .blockImgChoix3 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: opacity .6s ease-in-out;
	position: absolute;
}


section#ActiChoix3 .blockAbsolute {
	top: 90px;
	background: #fff;
	padding: 25px;
	position: relative;
	max-width: 680px;
	margin-top: 5%;
	box-shadow: 3px 5px 15px 0px #00000021;
	font-size: 14px;
}

.blockAbsolute ul {
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

section#ActiChoix4 {
    line-height: 1.2em;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 0px;
    background: #f7f7f7;
    margin-top: 5%;
}

section#ActiChoix4 :is(h1, h2, h3, h4, h5, h6) {
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 10px;
    color: #091046;
}

section#ActiChoix4 h1 {
	font-size: 27px;
}

section#ActiChoix4 h2 {
	font-size: 20px;
}

section#ActiChoix4 h3 {
	font-size: 17px;
}

section#ActiChoix4 h4 {
	font-size: 13px;
}

section#ActiChoix4 h5 {
	font-size: 13px;
}

section#ActiChoix4 p {
	margin: 0px 0 10px;
}

section#ActiChoix4 .blockImgChoix4 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-right: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

section#ActiChoix4 .blockImgChoix4 img {
	transition: opacity .6s ease-in-out;
	position: absolute;
	transform: scale(1.1);
	width: 100%;
	height: 100%;
}

section#ActiChoix4 .blockImgChoix4 img.itemImg {
	opacity: 0;
}

section#ActiChoix4 .blockImgChoix4 img.itemImg.current {
	opacity: 1;
    object-fit: cover;
}

section#ActiChoix4 .txtChoix4 {
	padding: 0 100px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 50px;
}

section#ActiChoix4 .Grid2Cx4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 15px 20px;
}


.DivIlmgFond img.itemImg {
    margin: 0;
    padding: 0;
}


section#ActiChoix5 {
	line-height: 1.2em;
	padding: 0;
	position: relative;
	overflow: visible;
	padding-bottom: 0;
	height: 85vh;
}

#ActiChoix5 .container-fluid {
	padding: 0;
}

section#ActiChoix5.removeMaxHeight {
	height: 92vh;
}

section#ActiChoix5 #ActiChoix5 .container-fluid {
	padding: 0;
}

section#ActiChoix5 .DivIlmgFond .blockImgChoix5 {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	box-sizing: border-box;
}

section#ActiChoix5 .DivIlmgFond {
	height: 70vh;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}

section#ActiChoix5 .DivIlmgFond .blockImgChoix5 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: opacity .6s ease-in-out;
	position: absolute;
}

section#ActiChoix5 .blockImgChoix5 img.itemImg {
	opacity: 0;
}

section#ActiChoix5 .blockImgChoix5 img.itemImg.current {
	opacity: 1;
}

section#ActiChoix5 .MaxWigthFlottant {
	background: #fff;
	position: relative;
	max-width: 1170px;
	left: 50%;
	transform: translate(-50%, -80%);
	z-index: 2;
	padding: 4rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

section#ActiChoix5 :is(h1, h2, h3, h4, h5, h6) {
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
}

section#ActiChoix5 h1 {
	font-size: 27px;
}

section#ActiChoix5 h2 {
	font-size: 20px;
}

section#ActiChoix5 h3 {
	font-size: 17px;
}

section#ActiChoix5 h4 {
	font-size: 13px;
}

section#ActiChoix5 h5 {
	font-size: 13px;
}

section#ActiChoix5 p {
	margin: 0px 0 10px;
}

.DivDessusFond h1 {
    text-align: left;
}

.tax-campaign section#block_image_texte {
    position: relative;
}


.tax-campaign .gridImageTexte img.cover.current {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.content-before-more {
    color: #000000;
}

.tax-campaign .gridImageTexte img.cover {
    opacity: 0;
}

.LayImg .cadre {
    position: relative;
}

.tax-campaign .gridImageTexte .cadre:after {
    z-index: 1;
    content: "";
    background: url(/wp-content/uploads/2024/11/graphique-elements.svg);
    display: block;
    position: absolute;
    width: 250px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -25px;
    right: 0;
}
	
.FormulaireWpFluide {
    padding-bottom: 50px;
}

.FormulaireWpFluide .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}

.FormulaireWpFluide .wpcf7-acceptance label {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	display: flex;
	margin-bottom: 20px;
	gap: 10px;
	line-height: 1em;
}

.FormulaireWpFluide .form-check {
	position: relative;
	display: block;
	padding-left: 5px;
}

.FormulaireWpFluide textarea {
	resize: vertical !important;
}


.FormulaireWpFluide span.captcha-image {
	display: block;
	font-size: 11px;
}

.FormulaireWpFluide .wpcf7-not-valid-tip {
    font-size: 10px;
}

.FormulaireWpFluide span.wpcf7-spinner {
	position: absolute;
}

.LinkToActivites {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 25px;
    padding: 10px;
    background: #e6ded6;
    text-align: center;
    color: #fff;
    border-radius: 0;
    padding-bottom: 40px;
    padding-top: 40px;
}

.LinkToActivites a {
    color: #000000;
}

.button.type1 {
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    border: 0;
    position: relative;
    transition: 0.3s ease all;
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
}





.ListingActivitesWpFluide {
	margin-top: 9%;
	margin-bottom: 5%;
}


section.ListingActivitesWpFluide h2.termcat a {
	font-size: 1.70rem;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #e85a36;
	display: block;
}


button.elm-button {
    background: transparent;
    border-radius: 35px;
    padding: 10px 25px 10px 25px;
    text-transform: inherit;
    font-weight: normal;
    color: #000;
border: none;
    letter-spacing: 0.2px;
    font-size: 2.5em;
    margin-bottom: 20px;
cursor:pointer;
}


button.elm-button:hover,
button.elm-button:active,
button.elm-button:focus {
	border: none;
	background: transparent;
	color: #000;
}


body:not(.home) .pager header .navbar {
	/* background-color: #000!important; */
}

.espacement {
	height: 50px;
	margin-top: 4%;
	margin-bottom: 1%;
}

.descriptionBez {
	text-align: center;
}


.Grid2BeZone {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap: 10px 45px;
	justify-items: center;
	text-align: center;
	margin-bottom: 40px;
	color: #000;
}

.Grid2BeZone h3 {
	font-size: 23px;
	line-height: 1em;
}

.Grid2BeZone a {
	color: #000;
}

.Grid2BeZone a:hover {
	color: #919478;
}

.Grid2BeZone ul {
    list-style: none;
    padding: 0;
}

section.sliderimagerea {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.wrapper {
}

.swiper {
    position: relative;
    max-width: 100%; /* Adapter au design */
    margin: 0 auto;
    overflow: hidden;
}

.wrapper .slick-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.wrapper .slick-center {
}

.swiper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper .slick-prev {
    left: -10px;
}

.swiper .slick-next {
    right: -10px;
}

.imgsliderSingle {
    overflow: hidden;
    height: min(700px, 70vh);
}

.imgsliderSingle img {
    object-fit: cover;
position: relative;
    width: 100%;
    height: 100%;
    max-width: inherit;
}







#ActiChoix6 .container-full {
    padding-right: 0;
    padding-left: 300px;
}


.grid6 {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 20px;
    align-items: center;
}

.grid6 .blockImgChoix4 {
    width: 100%;
    max-width: 100%;
    min-height: 650px;
    position: relative;
    z-index: 1;
    margin-right: 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.grid6 .txtChoix6 {
    position: relative;
}

.grid6 .txtChoix6:after {
    content: "";
    background: url(/wp-content/uploads/2024/07/logo-vert.svg);
    width: 140px;
    height: 148px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translate(-50%, -50%);
    z-index: 11;
}


.grid6 .blockImgChoix4 img.itemImg.current {
    opacity: 1;
    object-fit: cover;
}

.grid6 .blockImgChoix4 img.itemImg {
    opacity: 0;
}

.grid6 .blockImgChoix4 img {
    transition: opacity .6s ease-in-out;
    position: absolute;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

section#ActiChoix6.removeMaxHeight .blockImgChoix4 {
    height: 80vh !important;
}

.grid6 .decalage {
    width: 85%;
}

.grid6 .content-before-more :is(h2, h3, h4) {
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 1.8em;
    font-weight: normal;
}

.grid6 .content-before-more h2:before, .grid6 .content-before-more h3:before, .grid6 .content-before-more h4:before {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    background: #000000;
    left: -13%;
    margin-top: 17px;
}



.Grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 50px;
    display: grid;
    padding-right: 200px;
    padding-left: 200px;
    overflow: hidden;
}


.Grid-4 .CadreActiviteImage {
    height: 420px;
    display: flex;
    justify-content: center;
    position: relative;
}

.Grid-4 .cadrebtnActivite strong:before {
    content: "";
    background: url(/wp-content/uploads/2024/07/petite-feuille.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-top: -20px;
    margin-left: 2px;
}

.Grid-4 .CadreActiviteImage:before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    display: block;
    width: 100%;
    height: 100%;
}

.Grid-4 .image_Activite {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cadrebtnActivite {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    margin: 0;
    padding: 15px 0px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Grid-4 .cadrebtnActivite strong {
    font-size: 0.9em;
    word-break: break-word;
    font-weight: normal;
}



@media (max-width: 767px) {

	.Grid-3,
	.Grid-1-2,
	section#ActiChoix4 .Grid2Cx4 {
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}

	.titreBeSingle {
		font-size: 2rem;
		line-height: 1em;
	}

	.CoteGauche .swiper-slide img {
		width: 100%;
		height: 245px;
		object-fit: cover !important;
	}

	section#ActiChoix4 .txtChoix4 {
		padding: 0px 25px;
	}

	section#ActiChoix4 .blockImgChoix4 {
		margin-top: 25px;
		min-height: 275px;
		height: 275px;
		min-width: 100%;
		line-height: 0;
		overflow: hidden;
	}

	section#Choix4Suite {
		padding-top: 0 !important;
	}

	section#ActiChoix4 .blockImgChoix4 img {
		height: auto;
		min-width: 100%;
		max-height: 400px;
	}

	section#ActiChoix3 .blockAbsolute {
		width: 80%;
		margin: auto;
		margin-top: 30px;
	}

	section#ActiChoix3 .blockImgChoix3 {
		height: auto;
		margin-bottom: 30px;
		position: relative;
	}

	.DivD {
		padding-bottom: 20px;
	}

	#ActiChoix5 .container-fluid {
		padding: 0;
	}

	section#ActiChoix5,
	section#ActiChoix5.removeMaxHeight {
		height: auto;
	}

	section#ActiChoix5 .MaxWigthFlottant {
		padding: 3rem;
		margin-top: -200px;
		transform: none;
		left: auto;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	section#ActiChoix5 .DivIlmgFond {
		height: 60vh;
	}
}