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


.Filedariane {
	margin-top: 150px;
	margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px;
	font-size: 14px;
}

.Filedariane ul {
	display: block;
}

.Filedariane li {
	display: inline-block;
}

.Filedariane li:after {
	content: "\276D";
	margin-left: 6px;
	margin-right: 6px;
}

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


.Filedariane li a {
	text-transform: capitalize;
}

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

.Grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 10px 45px;

}

.ImageActivite {
	overflow: hidden;
	position: relative;
	height: 400px;
	border-radius: 0;
	box-shadow: 2px 3px 7px 0px #0000003d;
	margin-bottom: 15px;
}

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

.cadreTitreh2Rea {
	text-align: center;
	margin-top: 25px;
}

h2.titrerea {
	font-size: 21px;
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
	color: #eb5a2c;
}

h2.titrerea:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e85a36;
	bottom: -10px;
}

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;
	border-radius: 0;
	border: 2px solid #fff;
	box-shadow: 2px 3px 7px 0px #0000003d;
}

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

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

.CoteDroit .form-group,
.CoteDroit .form-group p {
	margin-bottom: 0;
	position: relative;
}

.BoxListing {
	margin-bottom: 25px;
	cursor: pointer;
}

.cadreInterneExpre {
    padding: 23px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 15%);
}

.cadreInterneExpre a,
.cadreIntexrneExpre a:visited {
	color: #163656;
}

.cadreInterneExpre h2 {
    margin: 0;
    line-height: 1.4em;
    font-weight: 600;
    color: #163656;
    margin-bottom: 20px;
    height: 40px;
}

.CadreImgExpress {
	overflow: hidden;
	height: 140px;
	margin-bottom: 10px;
	border-radius: 5px;
	margin-top: 35px;
	box-shadow: none;
}

.CadreImgRealisation {
	overflow: hidden;
	height: 275px;
	margin-bottom: 10px;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 2px 3px 7px 0px #0000003d;
	position: relative;
}

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

.cadreReaAbso {
	position: absolute;
	background: rgb(22 54 86);
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 15px;
	text-align: center;
	left: 0;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
}

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

.ExcerptExpress {
	line-height: 1.45em;
	margin-top: 5px;
	font-size: 13px;
}

.BtnExpress {
	text-align: right;
	display: block;
	margin-top: 10px;
}

.BtnExpress a {
	background: #7592a0;
	padding: 9px;
	color: #fff;
}

.BtnExpress a:hover {
	background: #2e2e2e;
}


.custom-link {
	cursor: pointer;
}

.CoteGauche {
	font-size: 14px;
}

.CoteGauche h1 {
	color: #eb5a2c;
	font-size: 2.00rem;
	line-height: 1.1em;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 30px;
}

.CoteGauche h2 {
	color: #163656;
	font-size: 1.70rem;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}

.CoteGauche h3 {
	color: #e85a36;
	font-size: 1.3rem;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
}

.CoteGauche ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

.CoteGauche ul ul {
	margin: 0;
	padding-bottom: 10px;
}

.CoteGauche ul li {
	margin-top: 6px;
	background: #163656;
	display: table;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
}

.CoteGauche li:before {}

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

.CoteDroit .FormulaireWpFluide {
	background: #e85a36;
	padding: 20px;
	color: #fff;
	padding-top: 10px;
	border-radius: 0;
}

.CoteDroit .FormulaireWpFluide h4 {
	font-weight: bold;
	font-size: 21px;
	line-height: 1em;
	margin: 0;
	margin-top: 15px;
}

.FormulaireWpFluide em {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}


.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;
	line-height: 1em;
}

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

.FormulaireWpFluide textarea {
	resize: vertical !important;
}

.FormulaireWpFluide .wpcf7-acceptance input[type="checkbox"] {

	font-size: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 35px;
	border: 2px solid #E30513;
	margin-top: 0;
	border-radius: 5px;
}

.FormulaireWpFluide .wpcf7-acceptance span.wpcf7-list-item-label {
	font-size: 12px;
	font-weight: 400;
}

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

.FormulaireWpFluide .wpcf7-submit.btn {
	background: white;
	display: block;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
}

.FormulaireWpFluide .wpcf7-not-valid-tip {
	color: #dc3232;
	font-weight: normal;
	display: block;
	font-size: 10px;
	position: absolute;
	bottom: -18px;
}

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

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

.button.type1 {
	position: relative;
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	font-size: 15px;
	color: #e85a36;
}

.button.type1.type1::after,
.button.type1.type1::before {
	content: "";
	display: block;
	position: absolute;
	width: 20%;
	height: 20%;
	border: 2px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}

.button.type1.type1::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #e85a36;
	border-left-color: #e85a36;
}

.button.type1.type1::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: e85a36;
	border-right-color: #e85a36;
}

.BoxListing:hover .button.type1.type1:after,
.BoxListing:hover .type1.type1:before {
	width: 100%;
	height: 100%;
}


.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: #e85a36;
	padding: 10px;
	padding-right: 25px;
	padding-left: 25px;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	border-radius: 15px;
	border: none;
}


button.elm-button:hover,
button.elm-button:active,
button.elm-button:focus {
	background: #0a233c;
}



.Grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 25px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.Grid2BeZone {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 10px 45px;
    justify-items: center;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {

.Grid3 {
    grid-template-columns: 1fr;
}


}
