.contact-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 70px 0;
}
.intro-text {
    flex-basis: 42%;
    margin-right: 30px;
}
.contact-form {
    flex-basis: 58%;
    margin-left: 30px;
}

.cont_offshore_avantages .contact-container .intro-text h3 {
	font-size: 55px;
	font-family: 'Gotham Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #282828;
	text-align: left;
	line-height: 60px;
	letter-spacing: normal;
}

.cont_offshore_avantages .contact-container .intro-text p {
	font-family: 'Gotham';
	font-size: 18px;
	font-weight: 325;
	line-height: 28px;
	color: #505151;
	text-align: left;
}

.contact-container .intro-text .content-text li {
	font-family: 'Gotham';
	font-size: 16px;
	line-height: 26px;
	color: #505151;
}

.intro-text .imgContact1 {
	width: 40%;

}

.cont_offshore_avantages .contact-container .TextImgContact p {
	font-family: 'Gotham';
	font-size: 27px;
	font-weight: 325;
	line-height: 30px;
	color: #505151;
	padding-top: 20px;
}

.TextImgContact span {
	color: #7D133D;
}

.imagesContact {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.imagesContact img {
	max-width: 100%; 
}

.img_grs_con {
	width: auto;
	height: auto;
	max-height: 74px;
}

.bbn {

}

/* -------------------------------------------------------- */
.contact-page-container .custom-cs {
    background-color: #f5f5f5;
}

.centre-services {
	overflow: hidden;
	margin: 0 auto; /* Add margin left and right auto */
	max-width: 1250px; /* Example max-width */
	padding-top: 35px;
}

.centre-services .section-title {
	padding-top: 60px;
	width: 100%;
	text-align: center;
}

.centre-services .section-title h2 {
	text-transform: uppercase;
}

.map-contenu {
	padding-bottom: 100px;
}

.map-container {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	justify-content: space-evenly;
}

.map-container .map-column1 {
    padding: 20px 0px;
    text-align: center;
    /*flex-basis: 72%;*/
}
.map-container .map-column2 {
    padding: 20px 0px;
    text-align: center;
    flex-basis: 25%;
}

.map-container .vertical-line {
	border-left: 1px solid #505151;
	height: 130px;
	margin-left: 60px;
	margin-right: 40px;
}

.map-container .map-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}

.map-container .map-content2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}
.map-container .map-info {
	margin-right: 70px; 
}

.map-container .map-info:last-child {
	margin-right: 0; 
}

/*  */

.map-container-fr {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: center;
}

.map-container-fr .map-column1 {
    padding: 20px 0px;
    text-align: center;
    /*flex-basis: 72%;*/
}
.map-container-fr .map-column2 {
    padding: 20px 0px;
    text-align: center;
    flex-basis: 31%;
}

.map-container-fr .vertical-line {
    border-left: 1px solid #505151;
    height: 130px;
    margin: 0 60px;
}

.map-container-fr .map-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.map-container-fr .map-content2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}
.map-container .map-info {
    margin-right: 70px; 
}

.map-container .map-info:last-child {
    margin-right: 0; 
}

.circle-icon {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px; /* Adjust as needed */
}

.circle-icon img {
    font-size: 25px; /* Adjust icon size */
}

.map-title {
    font-family: "Gotham Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.03em;
}

.map-text {
    font-family: "Gotham";
    font-size: 20px;
    font-weight: 325;
    line-height: 33px;
    letter-spacing: -0.03em;
}

/*  */
.map-container-mob{
    padding-bottom: 20px;
}

.map-container-mob .map-row1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; 
    margin-top: 15px;
    position: relative; 

}
.map-container-mob .map-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.map-row1 .line1 {
    position: absolute;
    width: 100%;
    height: 1px; /* Adjust line thickness */
    background-color: #000; /* Adjust line color */
    top: 14%;
}

.map-row2 .line2 {
    position: absolute;
    width: 100%;
    height: 1px; /* Adjust line thickness */
    background-color: #000; /* Adjust line color */
    top: 26%;
}

.icon-card{
    width: 130px;
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.icon-mob {
    width: 75px;
    height: 75px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px; /* Adjust spacing between icon and text */
}

.icon-mob img {
    height: 35px;
    width: 35;
}

.map-row1 .text-mob1 {
    text-align: center;
    margin-bottom: 12px;
}

.map-row1 .text-mob2 {
    text-align: center;
}

.map-row2 .text-mob1 {
    text-align: center;
}

.map-title-mob {
    font-family: "Gotham Bold";
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: -0.03em;
}

.map-text-mob {
    font-family: "Gotham";
	font-size: 18px;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: -0.03em;
}


.contact-page-map {
	border: 2px solid #8A8A8A;
	border-radius: 6px;   
}

/* -------------------------------------------------------- */

.questions {
	background-color: #fff;
	position: relative;
	padding-bottom: 32px;
	padding-top: 35px;
}

.questions .section-title {
	padding-top: 60px;
	width: 100%;
	text-align: center;
}

.questions .section-title h2 {
	text-transform: uppercase;
}

.questions-home {
	margin: 20px auto 30px auto;
	max-width: 1250px;
}
.tab-question {
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.vertical-line2 {
	height: 30px;
	width: 1px;
	background-color: #505151;
	align-self: center;
	margin: 0 20px;
}

.tabshow-question {
	display: inline-flex;
	position: relative; /* Add position relative to contain the absolute position of the vertical line */
	margin: 0 30px;
	font-family: 'Gotham Medium', sans-serif;
	font-size: 21px;
	text-transform: capitalize;
	padding: 19px 0;
	cursor: pointer;
	border-bottom: 5px solid transparent;
}

.tabshow-question.active {
	color: #C35584;
}

.tabshow-question:hover {  
    color: #C35584;  
    text-decoration: underline;  
    transition: color 0.3s ease-in-out; 

}

.questions-list {
	display: none;
}

.questions-list.active {
	display: block;
}

.card-question {
    border: 1px solid #DCDCDC;
    max-width: 1050px;
    margin: 20px auto;
    cursor: pointer;
}

.QA-container {
    padding: 25px 30px;
}

.card-question .QA-container .question {
    display: flex;
    align-items: center;
	flex-wrap: nowrap; /* Prevent wrapping of flex items */

}

.question .question-text span {
    white-space: nowrap; /* Prevent span from wrapping */
}

.card-question .QA-container .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease; /* Change transition property */
    /* background-color: #DCDCDC; */
}

.card-question .QA-container .question .plus-icon {
    font-size: 35px;
    font-weight: bold;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-right: 15px;
    color: #7D133D;
}

.card-question .QA-container .question h3 {
    padding: 0;
    font-family: "Gotham Bold";
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
	margin: 0px;
	text-align:left;
}
.card-question .QA-container .answer p {
    font-family: "Gotham";
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    text-align: left;
    padding: 15px 30px 0px 36px;
}
.card-question .QA-container .answer a {
    color: #7D133D;
}
.card-question .toggle-input:checked ~ .answer {
    max-height: 200px; /* Adjust as needed */
}

.card-question .toggle-input:checked ~ .question {
    display: flex;
    align-items: center;
    /* padding: 30px 30px 10px 30px; */
    background-color: #DCDCDC;
}

.card-question .toggle-input:checked ~ .QA-container {
    background-color: #dcdcdc45;
}

.plus-icon::after {
    display: inline-block;
}

/* Hide the checkbox visually */
.toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


@media all and (max-width: 1300px) {
	.centre-services {
		margin: 0 auto;
		width: 92%;
	}
}

@media all and (max-width: 1100px) {
	.questions-home {
    	margin: 20px auto 30px auto;
    	width: 92%;
	}
	
	.intro-text {
    margin-right: 0px; 
	}
	
	.imagesContact img {
		max-width: 100%;
		margin: 0 2px;
	}
}

@media all and (max-width: 1024px) {
	.contact-container {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 55px 0;
		flex-wrap: wrap;
	}

	.intro-text {
		flex-basis: unset;
		margin-right: 0px; 
		}
	.contact-form {
		flex-basis: unset;
		margin-left: 0px;
		margin-top: 30px;
	}

	.imagesContact img {
			max-width: 100%;
			margin: 0px;
	}
	
	.map-contenu {
		padding-bottom: 55px;
	}
	
	.questions {
		padding-bottom: 0px;
	}
}


/* Media query for mobile devices */
@media only screen and (max-width: 1023px) {
    #mapContainerDefault {
        display: none; /* Hide default container on mobile */
    }
}

/* Media query for desktop devices */
@media only screen and (min-width: 1024px) {
    #mapContainerMobile {
        display: none; /* Hide mobile container on desktop */
    }

    .horizontal-line {
        width: 100%;
        height: 1px;
        background-color: #505151;
        margin-bottom: 20px;
        margin-top: 40px
    }
}

@media all and (max-width: 600px) {
	
	.cont_offshore_avantages .contact-container .intro-text h3 {
		font-size: 34px;
	}

	.cont_offshore_avantages .contact-container .intro-text p {
		font-size: 17px;
	}

	.contact-container .intro-text .content-text li {
		font-size: 15px;
	}

	.intro-text .imgContact1 {
		padding-top: 15px;

	}

	.cont_offshore_avantages .contact-container .TextImgContact p {
		font-size: 25px;
	}

	.icon-card{
		width: 122px;
	}
	
	.map-title-mob {
		font-family: "Gotham Bold";
		font-size: 17px;
	}
	
	.map-text-mob {
		font-family: "Gotham";
		font-size: 17px;
	}
	
	.icon-mob {
		width: 68px;
		height: 68px;
		background-color: white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 12px; /* Adjust spacing between icon and text */
	}

	.icon-mob img {
		/*font-size: 22px; /* Adjust icon size */
		width: 28px;
		height: 28px;
	}
	
    .tabshow-question {
        margin: 0 18px;
        font-size: 18px;
    }

    .vertical-line2 {
        margin: 0px 10px;
    }

	.QA-container {
        padding: 20px 24px;
    }
	
	.card-question .QA-container .question .plus-icon {
		font-size: 32px;
	}

    .card-question .QA-container .question h3 {
        font-size: 17px;
		letter-spacing: 0px;
    }

    .card-question .QA-container .answer p {
        font-size: 15px;
    }
}

@media all and (max-width: 425px) {
    .img_grs_con {
        width: auto;
        height: auto;
        max-height: 56px;
    }
}

.contact-form .convertforms .cf-control-group {
    position: relative;
    margin-bottom: 1rem;
}

.contact-form .convertforms .cf-label {
    position: absolute;
    /*pointer-events: none;*/
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    font-size: 14px;
    color: #666;
}

.contact-form .convertforms .cf-control-group[data-type="textarea"] .cf-label {
	position: absolute;
    pointer-events: none;
    top: 20%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    font-size: 14px;
    color: #666;
}

.initial {
	top: 50% !important;
}

.focused {
	top: 0% !important;
}

.contact-form .convertforms .cf-input:focus+.cf-label,
.cf-input:not(:placeholder-shown)+.cf-label {
    top: 0;
    font-size: 12px;
}

.contact-form .convertforms .cf-input:focus+.cf-label {
    color: #007bff;
}

.contact-form .convertforms .cf-input {
    /*width: 97.5%;*/
    padding: 10px 0px;
    border-bottom: 1px solid #505151 !important;
    border: none;
    transition: border-bottom 0.3s;
    background: none;
    border-radius: 0px;
}

.contact-form .convertforms .cf-input[type='text']:focus,
.contact-form .convertforms .cf-input[type='email']:focus,
.contact-form .convertforms textarea.cf-input:focus {
    outline: none;
    border-bottom: 2px solid #7D133D !important;
    border: none;
}

.contact-form .convertforms .cf-required-label {
    color: red;
}

.contact-form .convertforms .choices.tf-phone-control--flag {
    border: 1px solid #f5f5f5 !important;
	padding: 0px;
}

.contact-form .convertforms .tf-phone-control--number.cf-input {
	border: 1px solid #f5f5f5 !important;
}

.contact-form .convertforms .tf-phone-control {
    background: rgb(245 245 245) !important;
    border-bottom: 1px solid black !important;
	border-radius: 0px !important;
	gap: 2px !important;
}

.contact-form .convertforms .choices__list.choices__list--dropdown {
	left: -1px;
	border-radius: 0px;
}

.contact-form .convertforms .cf-phone-number-wrapper .tf-phone-control {
    -webkit-box-shadow: none; 
    box-shadow: none; 
}

.contact-form .convertforms .cf-select {
	--input-border-color: none;
}