.container_btns_concession {
	flex-direction: row;
	display: flex;
	width: 100%;
	justify-content: space-between;
	text-align: justify;
}

.btn_services_bandeau_cta{
	cursor: pointer;
}

/* Modale */

.container_form_rdv {
	margin: auto;
    border-radius: 15px;
    height: auto;
    position: relative;
    width: 100%;
    max-width: 800px;
}

.modal_concession.modal_open {
	display: flex !important;
    align-items: center;
    width: 100%;
    height: 100vw;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 9999999999;
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
	overflow: auto;
}

.close {
	position: relative;
}

.close::before {
	content:"";
	background-image: url('/wp-content/uploads/2022/06/cross-plus-white.svg');
	position: absolute;
	top: 25px;
	right: 25px;
	cursor:pointer;
	height: 50px;
	width: 50px;
	transform: rotate(45deg);
}

.modal_concession {
	display: none;

}

.hidden {
	overflow: hidden;
}

.container_entete_content .banner_page_container {
	padding-bottom: 20px;
}

.show{
	display: block !important;
}

.concessions_forms{
	display: none;
}

.gform_heading{
	text-align: center;
}

.gform_button{
	margin-left: auto;
	margin-right: auto;
}

.gform_title {
	font-family: 'intro';
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	margin-bottom: 40px;
	position: relative;
	padding-right: 0 !important;
}

.bms_cross {
	display: block;
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 26px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.bms_cross span {
	display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #003d78;
    transition: 0.3s all;
    border-radius: 15px;
}

.bms_cross span:first-child {
    transform: rotate(45deg);
    top: 50%;
}

.bms_cross span:last-child {
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
    top: 50%;
}

/*.gform_title::before {
	height: 2px;
	position: absolute;
	background-color: #003d78;
	width: 75px;
	top: 6px;
	left: 75px;
	content: "";
  }

.gform_title::after{
	width: 14px;
	height: 14px;
	border-top-color: #003d78;
	border-right-color: #003d78;
	border-bottom-color: #003d78;
	border-left-color: #003d78;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 150px;
	content: "";
  }*/
  