:root {
	--orange: #fe5219;
	--blue: #194f82;
	--blue-light: #EDF7FF;
}

body {
	/*color: #3E3E3E;*/
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #666;
	scroll-behavior: smooth;
}

/* Pour tous les navigateurs modernes */
::placeholder {
	color: #B9B9B9 !important; /* Remplacez "red" par la couleur souhaitée */
}

/* Pour le navigateur Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #B9B9B9 !important;
}

/* Pour le navigateur Internet Explorer 11 */
::-ms-input-placeholder {
	color: #B9B9B9 !important;
}

a {
	transition: all .3s;
}

.hidden {
	display: none !important;
}

.global_spinner_s1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	z-index: 1;
}

.spinner_s1 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: radial-gradient(farthest-side, #06b8f9 94%, #0000) top/9px 9px no-repeat,
	conic-gradient(#0000 30%, #06b8f9);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
	animation: spinner-c7wet2 1.2s infinite linear;
}

@keyframes spinner-c7wet2 {
	100% {
		transform: rotate(1turn);
	}
}

.btn.btn-orange-inverse {
	color: #FE5219;
	background-color: #fff;
	border: 1px solid #FE5219;
}

.btn.btn-orange-inverse:hover {
	color: #fff;
	background-color: #FE5219;
}

.mobile-flex, .tablette-flex {
	display: none !important;
}

.g-btnOnglet {
	background-color: #FFF;
	color: #194f82;
	text-align: center;
	border-radius: 8px;
	border: none;
	padding: 5px 15px;
	box-shadow: -1px 1px 11px #e2e2e2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	min-height: 45px;
}

.g-paiement-valider table tr td:nth-child(1) {
	width: 6%;
	vertical-align: top;
}

.g-validation-required {
	color: #FFF;
	background-color: transparent;
	font-size: 19px;
	font-weight: 500;
	border: none;
	position: relative;
}

.g-entreprises-container-paiement {
	overflow: auto;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.g-btnOnglet:hover, .g-btnOnglet.active {
	color: #FFF;
	background-color: #194f82;
}

.g-resume-picto-black {
	margin-right: 10px;
	width: 15px;
}

.g-resume-picto-table-apport {
	padding-left: 5px;
}

.g-details-slider-arrow {
	color: #194f82;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 8px;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.g-bg-grey {
	background-color: #F8F8F8;
}

.g-bg-transparent-grey {
	background-color: rgba(239, 239, 239, 0.8);
}

.g-color-white {
	color: #FFF;
}

.g-color-grey {
	color: #707070;
}

.g-color-red {
	color: #D95151;
}

.g-color-orange {
	color: #fe5219;
}

.g-color-green {
	color: #6BAF40;
}

.g-color-green-apport {
	color: #7dbc00;
}

.g-underline {
	text-decoration: underline !important;
}

.g-medium {
	font-weight: 500;
}

.g-semi-bold {
	font-weight: 600;
}

.g-bold {
	font-weight: 700;
}

.g-font-10 {
	font-size: 10px;
}

.g-font-13 {
	font-size: 13px;
}

.g-font-15 {
	font-size: 15px;
}

.g-font-16 {
	font-size: 16px;
}

.g-font-19 {
	font-size: 19px;
}

.g-font-24 {
	font-size: 24px;
}

.g-pointer {
	cursor: pointer;
}

.g-line-height-18 {
	line-height: 18px;
}

.g-line-height-40 {
	line-height: 40px;
}

.g-radius-8 {
	border-radius: 8px;
}

.g-relative {
	position: relative;
}

.g-absolute {
	position: absolute;
}

.g-text-center {
	text-align: center;
}

.g-text-right {
	text-align: right;
}

.g-align-top {
	vertical-align: top;
}

.g-align-middle {
	vertical-align: middle;
}

.g-align-bottom {
	vertical-align: bottom;
}

.g-inline {
	display: inline-block;
}

.g-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.g-flex {
	display: flex;
}

.g-block {
	display: block;
}

.g-margin-left-7 {
	margin-left: 7px;
}

.g-margin-left-15 {
	margin-left: 15px;
}

.g-margin-left-20 {
	margin-left: 20px;
}

.g-ml-5pourcent {
	margin-left: 5%;
}

.g-margin-left-36 {
	margin-left: 36px;
}

.g-margin-right-8 {
	margin-right: 8px;
}

.g-margin-right-10 {
	margin-right: 10px;
}

.g-margin-right-20 {
	margin-right: 20px;
}

.g-margin-top--10 {
	margin-top: -10px;
}

.g-margin-top-2 {
	margin-top: 2px;
}

.g-margin-top-10 {
	margin-top: 10px;
}

.g-margin-top-15 {
	margin-top: 15px;
}

.g-margin-top-20 {
	margin-top: 20px;
}

.g-margin-top-25 {
	margin-top: 25px;
}

.g-margin-top-30 {
	margin-top: 30px;
}

.g-margin-top-40 {
	margin-top: 40px;
}

.g-margin-top-60 {
	margin-top: 60px;
}

.g-margin-top-70 {
	margin-top: 70px;
}

.g-margin-bottom-10 {
	margin-bottom: 10px;
}

.g-margin-bottom-20 {
	margin-bottom: 20px;
}

.g-margin-bottom-30 {
	margin-bottom: 30px;
}

.g-padding-bottom-7 {
	padding-bottom: 7px;
}

.g-padding-bottom-20 {
	padding-bottom: 20px;
}

.g-logo {
	padding: 0;
}

.g-button {
	border: none;
	padding: 10px 20px;
	margin: auto;
	cursor: pointer;
}

.g-button:hover {
	text-decoration: none;
}

.g-nous-ecrire {
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	margin-left: 7px;
	vertical-align: middle;
}

#g-nous-ecrire {
	margin-left: 50px;
}

.avis_verifies {
	margin-right: 50px;
}

.avis_verifies img {
	max-height: 58px;
	margin-left: 20px;
}

.g-main {
	width: 100%;
	height: 100%;
	background-color: #F8F8F8;
	padding-top: 30px;
}

.m-bloc {
	max-width: 1320px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}


.g-onglet-text-button {
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.g-triangle {
	width: 0;
	border-bottom: 8px solid;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	transform: rotate(180deg);
	margin-top: -1px;
}


.g-resume-picto {
	margin-right: 10px;
	width: 15px;
}

.g-prix-reserver-container-autre {
	background-color: #F8F8F8;
	display: flex;
	width: 70%;
	padding: 0 21px;
	border-radius: 8px;
	margin-right: 15px;
}

.g-picto-reserver {
	position: absolute;
	right: 20px;
	top: 55%;
	transform: translateY(-55%);
	font-size: 16px;
}

.g-bouton-reserver:hover {
	text-decoration: none;
}


.l-certifications h3 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
}

.l-certifications h3 span {
	color: #194F82;
	font-weight: 600;
}

.g-entreprises-container {
	overflow: auto;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
	margin: 0 auto;
}

.g-images-entreprise {
	margin: 0 7px;
	width: 16.66%;
}

.g-images-entreprise:first-child {
	margin-left: 0;
	width: 13%;
}

.g-images-entreprise:last-child {
	margin-right: 0;
	width: 13%;
}

.g-images-entreprise:nth-child(3) {
	width: 19.66%;
}

.g-images-entreprise:nth-child(4) {
	width: 19.66%;
}

.g-images-entreprise img {
	width: 100%;
}

.g-bloc-left {
	width: 69%;
	margin-right: 4%;
}

.g-costa-image {
	max-width: 110px;
	border-right: 2px solid #afafaf;
	margin: -5px 15px 0 0;
	padding-right: 10px;
}

.g-bienvenue-costa-autre {
	font-size: 24px;
	margin-bottom: 20px;
}


.g-arrow-left {
	left: 15px;
}

.g-arrow-right {
	right: 15px;
}


.g-details-slide-autre {
	font-size: 13px;
	margin-top: 40px;
	padding-bottom: 15px;
}

.g-details-grey-bloc {
	width: 100%;
	height: auto;
	background-color: #EDF7FF;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
}

.g-details-grey-bloc img {
	margin-right: 7px;
	vertical-align: top;
}

.g-lire-suite-autre {
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}

.g-suite-text-autre {
	font-size: 13px;
}

.body-sidebar {
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 8px 12px #e2e2e2;
	margin-bottom: 20px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
}

.g-infos-grey-bloc1 {
	background-color: #EDF7FF;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.g-infos-grey-bloc2 {
	background-color: #EDF7FF;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.g-main-paiement {
	width: 100%;
	height: 100%;
	background-color: #F8F8F8;
	padding-top: 30px;
}

.g-bloc-left-paiement {
	width: 69%;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
}

.assurance-options, .assurance-refus {
	cursor: pointer;
	transition: all 0.3s;
}

.assurance-refus + .open, .assurance-options + .open {
	background-color: #F8F8F8;
}

.assurance-options .add {
	padding: 10px 15px 0;
}

.assurance-refus .add {
	padding: 10px 15px 0;
}

.assurance-refus .price, .assurance-options .price {
	/*padding: 10px 15px;*/
	/*color: var(--orange);*/
	/*font-size: 2rem;*/
	/*font-weight: 600;*/
}

.assurance-refus .open, .assurance-options .open {
	display: none;
	cursor: pointer;
}


.m-assurances .text-assurance {
	padding: 0 0 0 22px;
}

.one-passenger {
	font-size: 19px;
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 1px solid #7070703b;
}

.one-passenger:first-child {
	margin-top: 0;
}

.one-passenger:last-child {
	border-bottom: none;
}

.one-passenger .l-message-input {
	width: 100%;
}

.one-passenger .s2 {
	color: var(--blue);
	font-weight: 600;
}

.g-paiement-voir-plus {
	font-size: 14px;
	font-weight: 500;
	color: #0088CE;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.g-paiement-voir-plus span:first-child {
	text-decoration: underline;
	margin-right: 5px;
	transition: all 0.3s;
}

.g-paiement-voir-plus span:first-child:hover {
	text-decoration: none;
}

.one-payment {
	position: relative;
	overflow: hidden;
	width: 49%;
	height: auto;
	margin-bottom: 12px;
	background-color: #F7F7F7;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid #CFCFCF;
	display: flex;
	align-items: center;
}

.one-payment.active {
	background-color: #E6F4EA;
	border-color: #2D6A4F;
}

.one-payment .icon-eclair {
	color: #ffd402;
}

.one-option.assurance .assurance-js .red {
	color: red;
	font-weight: 400;
}

.one-option.destination p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.g-form-bloc-restauration {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 25px;
}

.g-form-bloc-restauration select,
.g-form-bloc-1 select,
.g-form-bloc-2 select {
	color: #707070;
	padding: 1px 0;
	min-height: 35px;
}

.g-form-bloc-2 input[type=date] {
	color: #707070;
}

.g-form-bloc-1 select,
.g-form-bloc-1 input[type=text],
.g-form-bloc-1 input[type=date],
.g-form-bloc-1 input[type=email],
.g-form-bloc-2 select,
.g-form-bloc-2 input[type=text],
.g-form-bloc-2 input[type=date],
.g-form-bloc-2 input[type=email] {
	width: 100%;
	height: 35px;
	margin-right: 12px;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	display: block;
	color: #495057;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.g-form-bloc-1 select:focus,
.g-form-bloc-1 input[type=text]:focus,
.g-form-bloc-1 input[type=date]:focus,
.g-form-bloc-1 input[type=email]:focus,
.g-form-bloc-2 select:focus,
.g-form-bloc-2 input[type=text]:focus,
.g-form-bloc-2 input[type=date]:focus,
.g-form-bloc-2 input[type=email]:focus {
	/*color: #495057;*/
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

input[type=text], input[type=date], input[type=email] {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255, 1);
}

.g-form-bloc-restauration select {
	/*width: 50%;*/
	margin-right: 12px;
	border-radius: 5px;
	padding: 5px 23px 5px 10px;
	border: 1px solid #d5d5d5;
	background-color: var(--blue-light);

}

.g-form-bloc-1 input:last-of-type,
.g-form-bloc-2 input:last-of-type { /* on annule le mr-12 pour les dernier elements du form */
	margin-right: 0;
}

.g-info-passager-valider {
	margin: 15px 0 20px;
}

.g-info-passager-valider table tr td:nth-child(2) {
	padding-right: 30px;
	text-align: justify;
}

.g-info-passager-valider table tr td:nth-child(1) { /* checkbox info passagers */
	width: 6%;
	vertical-align: top;
}

.g-infos-passager-valider {
	color: #FFF;
	font-size: 19px;
	font-weight: 500;
	background: transparent;
	border: none !important;
}

.g-picto-reserver-passager {
	position: absolute;
	right: 20px;
	top: 55%;
	transform: translateY(-55%);
	font-size: 16px;
}

.g-details-slider-arrow:hover {
	background-color: #194f82;
	border: 1px solid #194f82;
	color: #FFF;
}

.head-sidebar {
	position: relative;
	color: #FFF;
	background-color: #194f82;
	border-radius: 8px 8px 0 0;
	padding: 8px 10px;
	text-align: center;
	font-size: 1.6rem;
}

.g-accordion-container {
	cursor: pointer;
	padding: 10px;
	margin-top: 10px;
}

.g-accordion {
	padding: 40px;
	border-radius: 0 0 8px 8px;
}

.infos-order .g-resume-table-container:nth-child(odd) {
	background-color: #EDF7FF;
}

.g-resume-table-container {
	display: flex;
	padding: 7px 7px;
	border-radius: 7px;
}

.infos_col2 {
	margin-left: 20px;
	width: 75%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
}

.infos_col2 p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}

.infos_col1 {
	width: 165px;
	padding-left: 5px;
	font-size: 15px;
}

.g-ou-reserver1 {
	color: #194f82;
	font-weight: 500;
	margin-left: 40px;
}

.g-ou-reserver1-autre {
	color: #194f82;
	font-weight: 500;
}

.g-ou-reserver2 {
	color: #194f82;
	font-weight: 500;
}

.g-resume-image-autre {
	background-image: url("/assets/img/canal-de-vente-croisiere.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 0;
	width: 100%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	border-radius: 8px;
}

#content_tabs {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px 60px;
	border-radius: 8px;
	box-shadow: 0 0 25px 0 #e2e2e2;
}

.g-header {
	position: relative;
	background: #FFF;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	align-items: center;
	box-shadow: 0 5px 25px 0 #d7d7d7;
}

.contentClick {
	padding-top: 20px;
}

#content1 {
	padding-top: 30px;
}

.g-prix-reserver-container {
	display: flex;
	align-items: center;
	background-color: #fff9eb;
	padding: 7px 10px;
	border-radius: 8px;
	margin-right: 10px;
	flex: 1;
}


.l-steps-journey .bull {
	background-color: #DFDFDF;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 2rem;
}

.l-steps-journey .active .bull {
	background-color: var(--orange);
}

.l-steps-journey {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.l-steps-wrapper {
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 740px;
	padding: 5px 15px 35px;
}

.l-steps-journey .line {
	width: calc(50% - 20px);
	height: 4px;
	background-color: #DFDFDF;
}

.l-steps-journey .line.active {
	background-color: var(--orange);
}

.l-steps-journey .step-item {
	position: relative;
}

.l-steps-journey .step-title {
	position: absolute;
	top: 100%;
	width: 180px;
	text-align: center;
	left: -75px;
	color: #5e5e5e;
	font-size: 1.4rem;
	font-weight: 500;
	padding-top: 4px;
}

.l-steps-journey .step-item.active .step-title {
	color: var(--orange);
}

.one-presta {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}

.one-presta i.fas {
	position: absolute;
	left: 0;
	top: 3px;
}

.l-prestations {
	margin: 25px 0 0;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 0 12px #0000001C;
}

img.picto-garantie {
	width: 40px;
}

.g-prix-reserver sup {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.2rem;
	position: absolute;
	top: 8px;
	left: 100%;
}

.g-prix-reserver {
	color: #FF4000;
	font-size: 2.5rem;
	font-weight: 600;
	position: relative;
	line-height: 1.2em;
}

.g-onglet-container {
	justify-content: space-around;
	margin-bottom: -28px;
	max-width: 1000px;
	margin-top: 35px;
}

.txt_best_price {
	color: #FF4000;
	font-weight: 600;
	border-bottom: 1px solid;
	border-top: 1px solid;
	font-size: 0.955rem;
}

.l-best-price {
	margin-left: 15px;
}

.prestation-wrapper {
	padding: 0 10px;
}

.g-bouton-reserver-container {
	min-width: 240px;
	display: flex;
	align-items: center;
}

.g-button-container {
	/*margin-top: -25px;*/
	cursor: pointer;
	width: 31%;
}

a.g-bouton-reserver, a.g-bouton-reserver:hover, a.g-bouton-reserver:focus {
	color: #fff;
	text-decoration: none;
}

.g-bouton-reserver {
	font-size: 1.8rem;
	position: relative;
	background-color: #FF4000;
	color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 8px;
	padding: 12px 40px 12px 22px;
	transition: all .4s;
	text-transform: uppercase;
	font-weight: 500;
}

.g-bouton-reserver:hover {
	background-color: #ec5625;
}

.g-bouton-reserver i {
	transition: all .4s;
}

.g-bouton-reserver:hover i {
	right: 10px;
}

.g-resume-tables-container {
	padding-bottom: 20px;
}

.g-table-itineraire {
	width: 100%;
}


.g-titre-itineraire-container {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.g-titre-table-itineraire {
	width: calc(25% - 5px);
	margin: 0 5px;
	font-size: 1.25rem;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
}

.g-table-itineraire tr:first-child td {
	width: 25%;
}



.g-table-itineraire tr td:nth-child(-n+3) {
	border-right: 1px solid #afafaf;
}

.g-table-itineraire tr td {
	position: relative;
	padding: 7px 30px;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

.g-table-itineraire tr.even td:first-child {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.g-table-itineraire tr.even td:last-child {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.g-table-itineraire tr.even:has(+ tr.even) td:first-child {
	border-bottom-left-radius: 0;
}

.g-table-itineraire tr.even:has(+ tr.even) td:last-child {
	border-bottom-right-radius: 0;
}

.g-table-itineraire tr.even + tr.even td:first-child {
	border-top-left-radius: 0;
}

.g-table-itineraire tr.even + tr.even td:last-child {
	border-top-right-radius: 0;
}

.g-table-itineraire tr.even:has(+ tr.even) td:first-child span,
.g-table-itineraire tr.odd:has(+ tr.odd) td:first-child span{
	position: absolute;
	top: 24px;
	right: 10px;
	left: 10px;
}


.g-table-itineraire tr td.g-td-itineraire-sup-2 {
	text-align: left;
}

.g-table-itineraire tr.even {
	background-color: #EDF7FF;
}

.l-list-options {
	display: flex;
	flex-wrap: wrap;
}

.l-list-options > div {
	width: 50%;
}

.l-list-options .g-infos-bloc-left p, .l-list-options .g-infos-bloc-right p {
	position: relative;
	padding-left: 20px;
}

.l-list-options .g-infos-bloc-left p:before, .l-list-options .g-infos-bloc-right p:before {
	content: "\e95c";
	font-family: 'icomoon';
	font-size: 11px;
	position: absolute;
	left: 0;
	color: #6baf40;
}

.l-list-options .g-infos-bloc-right p:before {
	content: "\e909";
	color: #d95151;
	font-size: 10px;
}

.g-infos-bloc-left {
	padding-right: 10px;
}

.g-infos-bloc-right {
	padding-left: 10px;
}

.l-formalite {
	display: flex;
	/* background-color: #FFF8F1; */
	border-radius: 12px;
	/* padding: 15px 20px; */
	margin-bottom: 35px;
}

.g-infos-text {
	text-align: justify;
}

.title-formality img {
	width: 24px;
	margin-right: 10px;
}

h2.title-formality span:after {
	content: none;
}

h2.title-formality span {
	padding: 0;
}

.g-main .l-formalite h2 {
	font-size: 1.4rem;
	color: #707070;
	margin-bottom: 0;
	text-transform: uppercase;
}

.g-main h2.title-formality {
	font-size: 1.8rem !important;
	text-transform: inherit;
	text-align: left;
	padding-top: 5px;
	font-weight: 400;
}

.one-cabine {
	box-shadow: 0 0 10px #00000029;
	padding: 8px 20px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.one-cabine .img-cabine img {
	border-radius: 10px;
}

.one-cabine .name-cabine {
	position: relative;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-weight: 600;
	color: #194f82;
	margin: 10px 0 10px;
	display: flex;
	align-items: center;
	padding-right: 25px;
}

.img-desc {
	display: flex;
	flex-wrap: wrap;
}

.img-desc .text-cabine {
	color: #707070;
	padding: 10px 10px 10px 20px;
	background-color: #EDF7FF;
	border-radius: 10px;
	width: 58%;
}

.img-desc .text-cabine .scrollbar_style1 {
	overflow: auto;
	height: 194px;
	padding: 3px 10px 5px 0;
}

.img-desc .img-cabine {
	width: 42%;
	padding-right: 10px;
}

.num-cabine {
	background-color: #194f82;
	color: #fff;
	border-radius: 40px;
	font-size: 1.3rem;
	font-weight: 400;
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.infos-and-map {
	display: flex;
	flex-wrap: wrap;
}

.infos-and-map .listing-infos {
	width: 60%;
	padding-right: 15px;
	flex: 1;
}

.infos-and-map .map img {
	border-radius: 7px;
}

.infos-and-map .map {
	width: 40%;
	position: relative;
}

.infos-and-map .map .logo-company,
.l-itineraire .map .logo-company {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border-radius: 50px;
	padding: 2px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.infos-and-map .map .logo-company img {
	max-width: 58px;
	max-height: 58px;
}

.l-itineraire .map {
	position: relative;
}

.g-num_bdc {
	background-color: #F8F8F8;
	font-size: 1.8rem;
	border-radius: 8px 8px 0 0;
	padding: 5px 15px;
}

.g-num_bdc .type-bdc {
	color: #38A7F8;
}

.g-num_bdc .for-name {
	font-size: 1.3rem;
	font-style: italic;
	text-transform: capitalize;
}

.m-tc {
	display: flex;
	align-items: center;
}

.m-tc img {
	width: 55px;
	margin-right: 12px;
}

.tel_tc {
	font-size: 1.7rem;
}

.tel_tc .icon {
	font-size: 1.5rem;
	margin-right: 4px;
}

.g-resume-offre-container {
	min-width: 350px;
	color: #3E3E3E;
}

.g-main-info-passager {
	width: 100%;
	height: 100%;
	background-color: #F8F8F8;
	padding-top: 30px;
}

.g-info-passager-titre {
	position: relative;
	color: #FFF;
	text-align: left;
	border-radius: 8px 8px 0 0;
	padding: 10px 44px 10px 20px;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.4s;
	font-size: 1.7rem;
	text-transform: capitalize;
}

.wrapper-info-passager {
	background-color: #edf7ff;
	padding: 0 15px 0;
	border-radius: 0 0 15px 15px;
}

.g-info-passager-form {
	font-size: 13px;
}

.g-form-bloc-2 {
	margin-top: 20px;
}

.g-form-bloc-1, .g-form-bloc-2 {
	display: flex;
	justify-content: space-between;
}

.g-resume-text {
	border-radius: 0 0 8px 8px;
	background-color: rgba(239, 239, 239, 0.8);
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.infos_col1 i, .infos_col1 img {
	margin-right: 10px;
	width: 15px;
}

.text-cabine ul {
	padding-left: 40px;
}

.l-price-sidebar {
	margin-top: 10px;
}

#paiement4xSideBar {
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: 600;
	display: none;
}

#totalSideBar {
	background-color: #FFF9EB;
	padding: 10px 10px;
	border-radius: 8px;
}

#totalSideBar p b {
	font-weight: 700;
	font-size: 2.2rem;
}

#totalSideBar p.deposit b {
	font-weight: 600;
	font-size: 2rem;
}


#totalSideBar p {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

#totalSideBar p:last-child {
	margin-bottom: 0;
}

#totalSideBar sup {
	font-size: 85%;
	font-weight: 600;
}


#totalSideBar p > span:first-child {
	margin-right: 10px;
}

#totalSideBar p > span:last-child {
	min-width: 70px;
	text-align: right;
}

#paiement4xSideBar span {
	font-size: 15px;
	color: #fe5219;
}

.g-infos-text p {
	word-break: break-word;
}

.g-block-mobile .g-prix-reserver-container {
	flex-direction: column;
}

.name-cabine span:last-child {
	flex: 1;
	text-transform: capitalize;
}

.g-main h2 {
	color: #194F82;
	padding: 15px 0 5px;
	font-size: 1.8rem;
	font-weight: 600;
}

.color-site {
	color: #194f82;
}

.g-bg-blue-dark, #g-button-details, #g-button-details, #g-button-infos .active {
	background-color: #194f82;
}

.g-bg-blue-expert {
	background-color: #2C3E50;
}

.socroisiere .g-btnOnglet:hover, .socroisiere .g-btnOnglet.active {
	background-color: #211873;
	color: #fff;
}

.socroisiere .g-details-slider-arrow:hover {
	background-color: #211873;
	border: 1px solid #211873;
	color: #fff;
}

.tourdumonde .g-btnOnglet:hover, .tourdumonde .g-btnOnglet.active {
	background-color: #d69c30;
	color: #fff;
}

.tourdumonde .g-details-slider-arrow:hover {
	background-color: #d69c30;
	border: 1px solid #d69c30;
	color: #fff;
}


.site_tourdumonde .color-site, .site_tourdumonde .one-cabine .name-cabine,
.site_tourdumonde .g-num_bdc, .tourdumonde .g-details-slider-arrow, .tourdumonde .g-btnOnglet,
.tourdumonde .color-site {
	color: #d69c30;
}

.g-bg-or, .g-button.send_mail.g-bg-or, .site_tourdumonde .g-bg-blue-dark, .site_tourdumonde .head-sidebar,
.site_tourdumonde .num-cabine, .tourdumonde .head-sidebar,
.tourdumonde .g-bg-blue-dark, .tourdumonde #g-button-details, .tourdumonde #g-button-details,
.tourdumonde #g-button-infos .active {
	background-color: #d69c30;
}

.site_socroisiere .color-site, .site_socroisiere .one-cabine .name-cabine,
.site_socroisiere .g-num_bdc, .socroisiere .g-details-slider-arrow, .socroisiere .g-btnOnglet,
.socroisiere .color-site {
	color: #211873;
}

.g-bg-blue-violet, .g-button.send_mail.g-bg-blue-violet .site_socroisiere .g-bg-blue-dark, .site_socroisiere .head-sidebar,
.site_socroisiere .num-cabine, .socroisiere .head-sidebar,
.socroisiere #g-button-details, .socroisiere #g-button-details, .socroisiere #g-button-infos .active,
.socroisiere .g-bg-blue-dark {
	background-color: #211873;
}


.g-main .g-btnOnglet:hover svg path, .g-main .g-btnOnglet.active svg path {
	fill: #fff;
}

.tourdumonde-logo {
	position: relative;
	z-index: 2;
	margin-bottom: -24px;
	margin-top: -20px;
}

.onglet_infos svg {
	width: 22px;
}

.m-num_bdc span {
	font-weight: 500;
}

.l-sidebar-infos .one-option {
	display: flex;
	padding: 7px 0;
	border-top: 1px solid #d1d1d1;
}

.img-boat {
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center;*/
	/*height: 150px;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-bottom: 18px;
	/*border-radius: 8px;*/
}

.img-boat img {
	border-radius: 8px;
}


.one-option > p, .one-option .formalities {
	margin-bottom: 0;
	flex: 1;
}

.one-option p {
	margin-bottom: 0;
}

.one-option:first-child {
	border-top: none;
}

.one-presta .fa-check {
	color: #6BAF40;
}

.g-color-or {
	color: #d69c30;
}

.title_half span {
	font-weight: 400;
	color: #707070;
	padding: 0;
}

.prestation-wrapper h2 {
	padding-top: 5px;
}

p.remark {
	margin-bottom: 8px;
	margin-top: 10px;
	font-style: italic;
	font-size: 1.3rem;
}

.one-cabine .img_close {
	right: 5px;
}

.l-itineraire .map.mobile {
	padding: 0;
	margin-bottom: 20px;
}

.l-itineraire .map.mobile img {
	border-radius: 6px;
}

.l-guarantee {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.l-guarantee img {
	margin-right: 10px;
}

.personal-informations {
	background-color: #EDF7FF;
	border-radius: 8px;
	padding: 8px 10px;
	margin-bottom: 5px;
}

.personal-informations p {
	margin-bottom: 0;
	font-size: 1.3rem;
	color: #3E3E3E;
}

.personal-informations p b {
	font-weight: 600;
}

.text-assurance a {
	color: #0088CE;
}

.l-assurances {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m-assurances, .m-paiement, .m-fsh, .m-infos-payment, .l-infos-passengers, .l-recap {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 9px #00000036;
}

.m-fsh .field {
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 20px;
	transition: all 0.3s;
}

.m-fsh .field .control-radio {
	font-weight: 600;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	padding-left: 0;
	cursor: default;
}

.m-fsh .control_indicator {
	position: relative;
	margin-right: 10px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #FFF;
	border: 7px solid #999;
	border-radius: 50%;
}

.m-fsh .control_indicator:after {
	/*display: block;
	background: #666;
	left: 3px;
	top: 3px;
	height: 9px;
	width: 9px;
	border-radius: 50%;
	transition: background 250ms;
	box-sizing: unset;
	content: '';
	position: absolute;*/
}


.m-fsh .field.field-active {
	background-color: #E6F4EA;
	box-shadow: none;
}

.m-assurances, .m-fsh, .m-infos-payment {
	margin-bottom: 30px;
}

.assurance-options, .assurance-refus {
	/*background-color: #F7F7F7;*/
	border-radius: 8px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 5px 5px 15px;
	border: 1px solid #fff;
}

.assurance-options {
	background-color: #E6F4EA;
}

.assurance-options.active, .assurance-refus.active {
	border-color: #2D6A4F;
}

.assurance-options.active .txt,
.assurance-refus.active .label-aucun {
	/*color: #fe5219;*/
}

.g-main-paiement .contentClick {
	padding-top: 0;
}


.g-bloc-container {
	margin-top: 50px;
	display: flex;
	position: relative;
}

.container-paiement {
	padding: 15px 0 50px;
	position: relative;
}

.l-sidebar-infos {
	width: 28%;
	height: calc(100% - 45px);
	position: absolute;
	right: 0;
	top: 15px;
}

.l-sidebar-infos > div {
	position: sticky;
	top: 15px;
	right: 0;
	z-index: 2;
	width: 100%;
}

.page_Order .l-sidebar-infos {
	top: 0;
}

.wrapper-one-payment {
	display: flex;
	align-items: center;
	padding: 8px 15px;
	min-height: 80px;
}

.tablette, .tablette-inline {
	display: none;
}

.l-payment {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: flex;
	align-items: center;
}

.info_oney, .info_card, .info_instanea, .info_ancv_connect, .info_paypal {
	display: flex;
	align-items: center;
	flex: 1;
}

.logo_payement {
	min-width: 80px;
	padding-right: 10px;
	display: flex;
	justify-content: center;
}

.first_name {
	text-transform: capitalize;
}

.m-fsh .field .price {
	font-weight: 500;
}

.m-fsh .field label span {
	flex: 1;
	display: inline-block;
	line-height: 1.2em;
}

.m-fsh .fsh_label .orange {
	/*font-weight: 700;*/
}

.price-style-1 {
	position: absolute;
	right: 15px;
}

.body-sidebar h4 {
	font-size: 1.6rem;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 10px;
}

.little-text {
	font-size: 1.2rem;
}

.logo_payement img {
	max-height: 55px;
	max-width: 70px;
}

.payment_ancv a {
	color: #0088CE;
	text-decoration: underline;
	font-style: italic;
	transition: all 0.3s;
}

.payment_ancv a:hover {
	text-decoration: none;
}

.m-fsh .little-text {
	font-size: 1.1rem;
	font-weight: 400;
	width: 100%;
}

.info-ancv h5 {
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 8px;
}

.info-ancv p {
	margin: 0;
}

.info-ancv .orange {
	color: var(--orange);
}

.info-ancv a {
	font-style: italic;
	font-weight: 600;
	text-decoration: underline;
}

.info-ancv p b {
	font-weight: 600;
}

#modal_write_message {
	font-size: 1.3rem;
}

#modal_write_message .title {
	display: flex;
	align-items: center;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

#modal_write_message .title h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px;
}

#modal_write_message .title img {
	width: 45px;
	margin-right: 10px;
	border: 1px solid #dbdbdb;
	border-radius: 50px;
}

.field .form-control, .field .btn {
	font-size: 1.4rem;
}

#modal_write_message .field .btn {
	padding: 8px 20px;
}

.modal_style_2 .field-btn {
	text-align: center;
	margin-bottom: 0;
}

#modal_write_message.modal_style_2 .request_success h2 {
	color: #13C172;
	font-size: 3rem;
}

#modal_write_message.modal_style_2 .request_success p {
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.5em;
}

#modal_write_message .sent_ok {
	margin-bottom: 25px;
}

#modal_write_message .infos {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}

#modal_write_message.modal_style_2 .field {
	margin-top: 5px;
}

#modal_write_message.modal_style_2 .modal-body {
	padding-bottom: 8px;
}

#modal_write_message.modal_style_2 textarea {
	height: 150px;
}

#modal_write_message.modal_style_2 .modal-wrapper {
	min-height: 338px;
	display: flex;
	align-items: center;
}

.g-bloc-left-paiement .g-form-bloc-restauration h2 {
	padding: 8px 0;
	margin: 0;
}

.g-form-bloc-restauration h2 span {
	position: relative;
	padding-bottom: 0;
}

.g-bloc-left-paiement .g-form-bloc-restauration h2 .s2 {
	padding-bottom: 0;
}

.g-bloc-left-paiement h2 .s2 {
	font-weight: 700;
	color: var(--blue);
}

.btn.btn-arrow {
	margin: 7px 0;
	background-color: #ff4a0d;
	border-color: #ff4a0d;
	padding: 8px 40px 8px 15px;
	background-image: url('/assets/img/pictos/chevron-right.svg');
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 10px;
	min-width: 178px;
	text-align: left;
	color: #fff;
	transition: all .4s;
	border-radius: 5px;
	width: 100%;
	max-width: 210px;
}

.btn.btn-arrow:hover {
	background-position: 95% center;
	color: #fff;
	background-color: #ea3b00;
	border-color: #ea3b00;
}

.btn.btn-arrow-left {
	position: relative;
	margin: 7px 0;
	background-color: #3B9CEE;
	border-color: #3B9CEE;
	padding: 6px 25px 6px 14px;
	background-size: 10px;
	text-align: left;
	color: #fff;
	transition: all .4s;
	border-radius: 7px;
	width: max-content;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.btn.btn-arrow-left:hover {
	color: #fff;
	background-color: #198def;
	border-color: #198def;
}

.btn.btn-arrow-left .icon {
	margin-right: 10px;
}

.g-info-passager-bloc .l-btn {
	justify-content: flex-end;
}

.head-passenger {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.g-info-passager-bloc input, .g-info-passager-bloc textarea, .g-info-passager-bloc button,
.g-info-passager-bloc optgroup, .g-info-passager-bloc select {
	font-size: 15px;
}

.g-info-passager-bloc label {
	font-size: 1.35rem;
	color: #2a2a2a;
}

.head-passenger h3 {
	margin-bottom: 0;
}

.text-atteste {
	cursor: pointer;
}

.l-btn .btn-update {
	padding: 10px;
	display: inline-block;
	background-color: #e4f307;
	color: #010e15;
	border-radius: 15px;
}


@keyframes b-ripple {
	0% {
		transform: scale(0);
	}
	20% {
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}
	30% {
		transform: scale(1);
	}
	60% {
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.g-info-passager-valider p {
	padding-left: 22px;
}

#modal_verification_dob.modal_new.modal_style_2 h2 {
	color: #194F82;
	padding: 0 0 10px;
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
}

#modal_verification_dob.modal_new.modal_style_2 .modal-body {
	padding: 30px 5px 15px;
}

#modal_verification_dob .modal-body p {
	margin-bottom: 0;
}

.one-passenger {
	font-size: 19px;
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 1px solid #7070703b;
}

.one-passenger:first-child {
	margin-top: 0;
	padding-top: 20px;
}

.resume-cabine {
	margin: 25px 0 25px;
}

#modal_verification_dob.modal_style_2 .l-btn {
	margin-top: 40px;
}

#modal_verification_dob .btn.btn-orange-inverse {
	border-width: 2px;
}

#modal_verification_dob .btn.btn-orange {
	border-width: 2px;
}

#modal_verification_dob.modal_style_2 .l-btn .btn {
	padding: 10px 55px;
}

.resume-cabine .head-cab {
	background-color: var(--blue);
	color: #fff;
	font-weight: 500;
	padding: 6px 15px;
	width: fit-content;
	min-width: 205px;
	border-radius: 7px 7px 0 0;
	margin-left: 15px;
}

.resume-cabine .body-cab {
	background-color: var(--blue-light);
	border-radius: 7px;
	padding: 0 15px;
}

.resume-passenger {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #D4D4D4;
	color: #666666;
}

.resume-passenger:last-child {
	border-bottom: none;
}

.resume-passenger span:first-child {
	font-weight: 600;
	color: var(--blue);
	min-width: 100px;
	display: inline-block;
	margin-right: 10px;
}

.btn {
	font-size: 1.5rem;
}

#submit_btn {
	visibility: hidden;
	width: 1px;
	height: 1px;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.l-infos-passengers .my_tooltip2 {
	display: block;
}

.l-infos-passengers .my_tooltip2.incomplet {
	margin: 10px 0 20px;
}

.title-felicitation {
	font-size: 2.4rem;
	font-weight: 600;
}

.l-felicitation {
	font-size: 1.6rem;
	border-radius: 7px;
	padding: 11px 20px 9px;
	color: #036800;
	background-color: #DCEDD0;
}

.l-felicitation .icon {
	font-size: 2.5rem;
}

.title-s3 {
	font-size: 2rem;
	margin-bottom: 15px;
}

.title-s3 span {
	font-weight: 600;
	color: #194F82;
}

.list-steps {
	list-style: none;
	padding-left: 15px;
}

.list-steps li {
	display: flex;
	margin-bottom: 17px;
	background-color: #EDF7FF;
	padding: 5px 15px 5px 0;
	border-radius: 7px;
}

.list-steps li img {
	margin-right: 10px;
	max-width: 70px;
}

.list-steps li p {
	margin: 0;
}

.img-step {
	margin-left: -15px;
}

ul.list-steps li b {
	color: #194F82;
}

.list-steps .txt {
	display: flex;
	align-items: center;
	padding: 4px 0;
}

.recap-cabines .wrapper-info-passager {
	background-color: #F8F8F8;
}

.recap-cabines .resume-cabine .body-cab {
	background-color: #F8F8F8;
}

.txt-tips {
	font-size: 1.7rem;
	line-height: 1.5em;
}

body.modal-open {
	overflow: hidden;
}

.recap-cabines .resume-cabine {
	margin: 10px 0 25px;
}

.m-msg {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
}

.p-expire {
	padding-top: 60px;
	padding-bottom: 20px;
	color: #2C3E50;
}

.p-expire .max_width {
	max-width: 820px;
}

.m-tel, .m-site {
	background-color: #EDF7FF;
	padding: 20px;
	border-radius: 7px;
	font-weight: 500;
	font-size: 1.5rem;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.m-tel p, .m-site p {
	margin-bottom: 0;
	display: flex;
	align-items: flex-start;
}

.m-tel img, .m-site img {
	margin-right: 7px;
	margin-top: -4px;
}

.m-tel a {
	font-weight: 700;
	white-space: nowrap;
}

.m-tel {
	padding: 20px 20px 16px;
}

.list-site {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.one-site {
	width: 48.7%;
	background-color: #fff;
	border-radius: 7px;
	padding: 8px 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.one-site.dk img {
	height: 48px;
}

.one-site.so img {
	height: 72px;
}

.one-site > div {
	height: 80px;
	display: flex;
	align-items: center;
}

.list-site .btn-arrow {
	border-radius: 30px;
	padding: 8px 15px 8px 15px;
	min-width: 150px;
	max-width: 150px;
	background-color: #FF6600;
}

.list-site .btn-arrow:hover {
	background-color: #d85904;
}

.m-msg img {
	width: 40px;
}

.page_expire .l-certifications {
	background-color: #fff;
}

.title-s4 {
	font-size: 1.9rem;
	margin-bottom: 15px;
}

input[readonly] {
	background-color: #f0f0f0 !important;
	color: #888888 !important;
	border: 1px solid #cccccc !important;
	cursor: not-allowed;
	box-shadow: none !important;
}

.assurance-options label {
	color: #2D6A4F;
	font-weight: 600;
}

.title-s4 .color-site {
	font-weight: 700;
}

.text-assurance ul {
	padding-left: 20px;
	list-style: none;
	margin-bottom: 5px;
}

.text-assurance ul li:before {
	content: "\1f44d";
	font-family: "icomoon" !important;
	color: #2BB04A;
}

.l-assurances .label-text {
	font-size: 1.8rem;
}

.l-assurances .assurance-refus .label-text span {
	font-size: 1.4rem;
	font-weight: 400;
}

.assurance-refus {
	margin-top: 10px;
}

.m-assurances .text-assurance a {
	text-decoration: underline;
	margin-left: 22px;
}

.list-payments {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.one-payment h3 {
	font-weight: 700;
	margin-bottom: 0;
}

.one-payment h3 + p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.2rem;
}

.radio-s1 input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	transition: 0.1s all linear;
	margin-right: 5px;
	position: relative;
	top: 4px;
	background-color: #fff;
	cursor: pointer;
}

.radio-s1 input:checked {
	border: 7px solid var(--orange);
}

.radio-s1 input[type=radio]:focus {
	outline: none;
	outline-offset: 0;
}

label.checkbox-s1 {
	--form-control-color: rebeccapurple;
	font-family: system-ui, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.7em;
	margin-top: 25px;
	align-items: center;
}

.checkbox-s1 input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid var(--orange);
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkbox-s1 input[type="checkbox"]:checked {
	border-color: var(--orange);
}

.checkbox-s1 input[type="checkbox"]:focus {
	outline: none;
	outline-offset: 0;
}

.checkbox-s1 input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	display: block;
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--orange);
	background-color: CanvasText;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.checkbox-s1 input:checked::before {
	transform: scale(1);
}

.checkbox-s1 span {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
}

.checkbox-s1 span a {
	text-decoration: underline;
}

#formPayment .l-btn {
	width: 100%;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 5px;
}

#formPayment .btn.btn-arrow {
	position: relative;
	max-width: max-content;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 8px 60px 8px 15px;
	border-radius: 10px;
	background-position: 94% center;
}

#formPayment .btn.btn-arrow:hover {
	background-position: 98% center;
}

#formPayment .btn.btn-arrow .icon {
	font-size: 2.5rem;
	margin-right: 10px;
}

.logo_payement .icon {
	font-size: 4rem;
}

.body-sidebar .btn.btn-arrow {
	max-width: 100%;
	font-size: 1.8rem;
	width: 100%;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 500;
}

.one-option .icon {
	font-size: 1.6rem;
	margin: 0;
}

.m-icon {
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.one-payment.virement .logo_payement img {
	max-height: 35px;
}

.one-payment.cash .logo_payement img {
	max-height: 40px;
}

.one-payment.bank_check .logo_payement img {
	max-height: 35px;
}

.one-option .price {
	font-weight: 700;
}

.l-btn-book {
	margin-top: 20px;
}

.one-payment .new, .m-gray .new {
	position: absolute;
	top: 8px;
	right: -21px;
	transform: rotate(36deg);
	display: flex;
	justify-content: center;
}

.one-payment .new span, .m-gray .new span {
	background-color: #eb0100;
	color: #fff;
	padding: 0 22px 0 36px;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 600;
}

.monthly-payments {
	font-weight: 500;
}

.monthly-payments sup {
	color: var(--orange);
}

.one-option.green {
	color: #119704;
	font-weight: 600;
}

.one-option.orange {
	color: var(--orange);
	font-weight: 600;
}

.payment_schedule {
	margin-top: 20px;
	margin-bottom: 15px;
	order: 1;
}

.payment_schedule .one-option:first-of-type, .body-sidebar .one-option:first-of-type {
	border-top: none;
}

.one-option.green, .one-option.orange {
	padding: 5px 0;
	border-top: none;
}

.title-infos {
	display: flex;
	align-items: center;
}

.title-infos a {
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.title-infos a .icon {
	font-size: 1.8rem;
	color: #666;
}

.modal-body .logo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal-body .logo img {
	max-height: 50px;
}

#modal_instanea h2 {
	color: #42A576;
	font-size: 2.5rem;
	display: flex;
	padding-bottom: 0;
	margin-bottom: 0;
}

#modal_instanea h2 .icon {
	font-size: 3.5rem;
}

#modal_instanea h3 {
	margin-bottom: 5px;
}

.modal_new.modal_style_2 h3 b {
	font-weight: 700;
}

.one-payment.instanea {
	padding-right: 40px;
}

.info_instanea .wrapper p, .info_oney .wrapper p {
	margin-bottom: 0;
}

.g-form-bloc-restauration .title-s4 {
	margin-bottom: 0;
}

.m-gray {
	position: relative;
	overflow: hidden;
	background-color: #F8F8F8;
	padding: 15px 20px;
	border-radius: 8px;
}

.m-gray p {
	margin-bottom: 0;
}

.container-iban {
	display: flex;
	justify-content: space-between;
}

.container-iban .item {
	flex: 1;
	margin-right: 10px;
}

.container-iban .item h4 {
	margin: 0;
}

.container-iban .item p {
	margin: 2px 0 5px;
}

.copy-button {
	display: inline-block;
	padding: 2px 10px;
	background-color: #fff;
	border: 1px solid #3E3E3E;
	border-radius: 8px;
	font-size: 1.1rem;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s;
}

.copy-button:hover {
	background-color: #deeeff;
}

.m-infos-payment .m-gray .new span {
	background-color: #194F82;
	padding: 0 34px 0 34px;
	letter-spacing: 1px;
}

.copy-button.copied {
	background-color: #78ec92;
}

.blue {
	color: #194F82;
}

a.btn-download-3 {
	background-color: #194F82;
	border-radius: 20px;
	padding: 5px 15px;
	color: #fff;
	transition: all 0.3s;
	margin-top: 0;
	display: inline-block;
}

a.btn-download-3:hover {
	background-color: #2271bb;
	color: #fff;
}

a.btn-download-3 .m-picto {
	background-color: #fff;
	border-radius: 20px;
	padding: 1px 16px;
	margin-left: 10px;
}

a.btn-download-3 .m-picto .icon {
	color: #194F82;
	vertical-align: middle;
}

.alert-warning-2 {
	background-color: #fff9eb;
	padding: 15px 15px 10px;
	border-radius: 8px;
	margin-top: 20px;
}

.l-cni {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.l-cni .icon {
	color: #0d9f9b;
}

.l-guarantee .icon {
	font-size: 2rem;
}

.l-cni p {
	margin: 0 0 8px;
}

.l-cni > span, .l-guarantee > span {
	flex: 1;
}

.content-alert {
	flex: 1;
}

.title-alert {
	display: flex;
	align-items: center;
}

.l-prestations .table .col-date {
	width: 27%;
}

.l-prestations .table .col-amount {
	width: 46%;
	text-align: center;
}

.l-prestations .table .col-status {
	width: 27%;
	text-align: center;
}

.l-prestations .m-price {
	width: 415px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l-prestations .table .tbody > div {
	padding: 7px 15px;
}

.l-prestations .table .tbody .m-verse, .l-prestations .table .tbody .m-restant {
	color: #119703;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 15px;
	font-weight: 600;
	margin-bottom: 3px;
}

.l-prestations .table .tbody .m-restant {
	color: #FF5700;
}

.l-prestations .table .thead {
	background-color: #EDF7FF;
	border-radius: 5px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 7px 15px;
	font-weight: 500;
}

.l-prestations .table {
	max-width: 926px;
}

.l-prestations .table .tbody > div {
	padding: 7px 15px;
	margin: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.l-prestations .table .tbody > div:nth-child(even) {
	background-color: #EDF7FF;
	border-radius: 5px;
}

.l-prestations .table .tbody > div:before, .l-prestations .table .tbody > div:after {
	display: none;
}

.l-prestations .icon-checkmark, .l-prestations .icon-checkmark1 {
	color: #119703;
}

.l-prestations .icon-close-x, .l-prestations .icon-cross {
	color: #FF5700;
}

.l-prestations .m-restant {
	background-color: transparent !important;
}

.l-prestations .table .tbody .m-verse {
	margin-top: 15px;
}

.g-bouton-reserver-container .btn.btn-arrow {
	min-width: 240px;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 500;
	max-width: none;
	background-position: 93% center;
}

.g-bouton-reserver-container .btn.btn-arrow:hover {
	background-position: 97% center;
}

.assurance-refus label {
	display: flex;
	align-items: baseline;
}

.assurance-refus label .label-text {
	flex: 1;
}

.steps-instanea {
	text-align: center;
	margin-top: 10px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#modal_instanea.modal_style_2 .modal-wrapper {
	width: 615px;
}

#modal_instanea.modal_style_2 .modal-body {
	padding-bottom: 0;
}

.js-assurance {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}

button.book-js b {
	font-weight: 600;
}

.pay-today {
	display: none;
}
.btn-arrow-left .spinner_s1 {
	width: 30px;
	height: 30px;
}

span.first_paie, span.all_paie {
	font-weight: 600;
}

.m-infos-payment .alert-warning-2 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.m-infos-payment .l-cni .icon {
	font-size: 2rem;
}

.m-infos-payment .m-gray {
	border: 1px solid #194F82;
}

.warning-message {
	background-color: #fff9eb;
	padding: 15px 15px 10px;
	border-radius: 8px;
	margin-top: 20px;
}

p.oney-cost {
	margin-left: 30px;
}

.bdc-b .txt_best_price {
	display: none;
}

.euros_dynamiques {
	height: 100px;
	width: 100px;
	margin-bottom: 5px;
}

.loader_price {
	height: 95px;
	width: 95px;
}

.phrase_dynamique {
	font-weight: 500;
	font-size: 21px;
	line-height: 29px;
	font-family: 'Poppins';
	color: #4D4D4D;
}

.sub_phrase_dynamique {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	font-family: 'Poppins';
	color: #9A9A9A;
}

.titleMoins3Cabines{
	color: #194F82;
	padding: 15px 0 5px;
	font-size: 1.8rem;
	font-weight: 600;
}

.logoSirene{
	margin-bottom: 10px;
}

.buttonRappelImmediat3Cabines,.buttonRappelImmediat3Cabines_mobile{
	background: linear-gradient( #EA007A, #DC013F);
	color: white;
	padding: 4px 30px;
	border-radius: 6px;
	min-width: 275px;
	width: auto;
	font-size: 18px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.logoPhoneButtonRappel{
	padding-right: 10px;
}

.divMoins3CabinesEtape1_mobile{
	display:none;
}

.divMoins3Cabines{
	margin-bottom:15px;
	background-color: #FFF9EB;
	padding-bottom: 15px;
	border-radius: 8px;
}

.logoMainQuiClique{
	position: relative;
	top:12px;
	right: -10px;
}

.divMoins3CabinesEtape2{
	display:none;
}

.divVotreDemandePriseEnCompte{
	display: flex;
	background-color: #E6F4EA;
	border-radius: 8px;
	padding: 15px;
}

.imgCheckDemandePriseEnCompte{
	height: 32px;
	width: 32px;
}

.divImgCheckDemandePriseEnCompte{
	padding: 5px;
	margin-right: 8px;
}

.spanDemandePriseEnCompteLine2{
	color: #636363;
	font-style: italic;
	font-weight: 100;
}

.spanDemandePriseEnCompteLine1{
	font-weight: 700;
	color: #2D6A4F;
	font-size: 18px;
}

.tel .icon-tel {
    color: #f8b846;
    margin-right: 4px;
}

.days-open {
    white-space: nowrap;
    font-size: 12px;
}

.l-tel .tel {
    font-weight: 700;
    font-size: 19px;
    color: #16588f;
    white-space: nowrap;
}

.l-tel {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    color: #666;
}

.days-open b {
    color: green;
}

.blocModifTelEtRappelImmediat{
	/*align-items: center;
	display: inline-flex;*/

	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.inputChangementTelSiBesoin{
	height: 50px;
    width: 200px;
    border-radius: 8px;
    font-size: larger;
    text-align:left;
    margin-left: 15px;
}

.txtChangementTelSiBesoin{
	padding-left: 10px;
}

.txtPayez4x{
	background-color: #33A1FD;
	border-radius: 8px;
	padding: 10px;
	color: white;
}

.txtSousReserveAcceptation{
	margin-top: 10px;
    font-size: 10px;
}

.buttonRappelImmediat3Cabines{
	margin-bottom: 10px;
	margin-left: 15px;
}

.divInputChangementTelSiBesoin{
	margin-bottom: 10px;
}
