@import 'css/variables.css';
@import 'css/layout.css';
@import 'css/forms.css';
@import 'css/decorations.css';
@import 'css/modal.css';
@import 'css/slider.css';
@import 'css/visit-360.css';
@import 'css/plan-etage.css';


/********************
 *** Introduction ***
 ********************/
.section-introduction {
	position: relative;
	overflow: hidden;
	background-color: var(--brand-green-70);
	margin-top: 72px;
	color: var(--brand-blue);
	padding: 40px 0;
}

.section-introduction .container {
	position: relative;
	z-index: 2;
}

.section-introduction .animated-image {
	width: 100%;
    height: 100%;
    background-image: url('images/diaporama/vue-arriere.jpg');/*url('./images/introduction/batiment-hd.jpg');*/
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*animation: zoomMove 25s ease-in-out infinite alternate;*/ /*Pour éventuelle animation*/
    border-radius: 10px;
    overflow: hidden;
}

@keyframes zoomMove {
	0% {
	  background-size: 100%;
	  background-position: center;
	}
	100% {
	  background-size: 120%;
	  background-position: left bottom;
	}
}

.section-introduction h1 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

.section-introduction p {
	font-size: 14px;
	font-weight: 500;
}

.section-introduction .btn {
	font-size: 16px;
	}

/** Mobile small **/
@media (max-width: 506px) {

	.section-introduction .btn {

		display: block;
		width: 100%;
	}

	.section-introduction .visit-360-button {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
}

/** Mobile **/
@media (max-width: 575px) {

	.section-introduction .animated-image {
		min-height: 220px !important;
	}
}

/** SM et inférieur **/
@media (max-width: 768px) {

	.section-introduction .animated-image {
		min-height: 340px;
	}
}

/** MD et inférieur **/
@media (max-width: 991px) {

	.section-introduction {
		margin-top: 65px;
	}
}

/** XL et inférieur **/
@media (max-width: 1399px) {

	.section-introduction .decoration-o-size-1 {
		right: 15%;
	}
}


/***************
 *** Espaces ***
 ***************/
.section-spaces {
	padding: 40px 0;
}

.section-spaces h2 {
	color: var(--brand-green);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.section-spaces .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.section-spaces .item:last-child {
	margin-bottom: 0;
}

.section-spaces .item .icon {
	overflow: hidden;
	min-width: 70px;
    height: 70px;
    display: flex;
    border-radius: 70px;
    border: 5px solid var(--brand-blue);
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.section-spaces .item .icon img {
	width: 36px;
}

.section-spaces .item .text {
	font-size: 16px;
	color: var(--brand-blue);
}

.section-spaces .item .text-highlight {
	color: var(--brand-green);
	font-weight: bold;
}

/** SM et inférieur **/
@media (max-width: 575px) {

	.section-spaces .item {
		flex-direction: column;
		height: 160px;
		overflow: hidden;
	}

	.section-spaces .item .text {
		margin-left: 0 !important;
		margin-top: 15px;
		font-size: 16px;
		text-align: center;
	}

	.section-spaces .item br {
		display: none;
	}
}


/****************
 *** Services ***
 ****************/
.section-services {
	position: relative;
	overflow: hidden;
	background-color: var(--brand-terracotta);
	color: var(--brand-blue);
	padding: 40px 0;
}

.section-services .container {
	position: relative;
	z-index: 2;
}

.section-services h2 {
	font-size: 18px;
	text-transform: uppercase;
}

.section-services h3 {
	font-size: 24px;
	font-weight: 500;
}

.section-services .item {
	position: relative;
	overflow: hidden;
	height: 200px;
	border-radius: 10px;
	background-size: cover;
	color: #FFFFFF;
	background-position: center;
	background-size: cover;
}

.section-services .item .title {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	background-color: var(--brand-blue);
	padding: 8px 10px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.section-services .decoration-o-size-2 {
	right: -35px;
	left: unset;
	top: 35%;
}

.section-services .decoration-o-size-3 {
	right: unset;
	left: -100px;
	top: 48%;
}

.section-services .decoration-half-o-size-1 {
	right: 25%;
	left: unset;
}


/**************
 *** Offres ***
 **************/
.section-offers {
	padding: 40px 0;
}

.section-offers h2 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.section-offers .item {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
}

.section-offers .item.item-1 {
	background-color: rgba(49, 80, 104, 0.3);
	color: var(--brand-blue);
}

.section-offers .item.item-2 {
	background-color: rgba(49, 80, 104, 0.6);
}

.section-offers .item.item-3 {
	background-color: rgba(49, 80, 104, 0.8);
}

.section-offers .item.item-4 {
	background-color: var(--brand-blue);
}

.section-offers .item .text-container {
	padding: 20px 26px;
}

.section-offers .item .text-container h3 {
	font-size: 24px;
	font-weight: 500;
}

.section-offers .item .text-container .info {
	min-height: 100px;
}

.section-offers .cta-container {
	background-color: var(--brand-terracotta);
	text-align: center;
	color: var(--brand-blue);
	font-size: 24px;
	padding: 25px;
	border-radius: 10px;
}

/** LG et inférieur **/
@media (max-width: 1199px) {

	.section-offers .item .text-container .info {
		min-height: 150px;
	}
}

/** MD et inférieur **/
@media (max-width: 991px) {

	.section-offers .item .text-container .info {
		min-height: 100px;
	}

	.section-offers .item img {
		width: 100%;
	}
}


/****************
 *** Quartier ***
 ****************/
.section-district {
	padding: 40px 0;
}

.section-district h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: var(--brand-green);
}

.section-district h3 {
	font-size: 24px;
	font-weight: 500;
	color: var(--brand-blue);
}

.section-district .text-container {
	border-radius: 10px;
	background-color: var(--brand-green-70);
	padding: 20px 15px;
	color: var(--brand-blue);
}

.section-district .plan-container {
	border-radius: 10px;
	overflow: hidden;
}

.section-district .plan-container svg {
	enable-background: new 0 0 717.61 527.83;
}

.section-district .plan-container svg image {
	overflow:visible;
}

.section-district .plan-container svg .animated-number {
	fill:#60A25F;
}

.section-district .plan-container svg .animated-letter {
	fill:#325169;
}


/*************************
 *** Qui sommes-nous ? ***
 *************************/
.section-about {
	padding: 40px 0;
	color: var(--brand-blue);
}

.section-about h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: var(--brand-green);
}

.section-about h3 {
	font-size: 24px;
	font-weight: 500;
}

#logo-about-O65paris-H {
		display: none;
	}
#logo-about-O65paris-V {
		display:inline;
	}

/** Mobile **/
@media (max-width: 575px) {

}

/** SM et inférieur **/
@media (max-width: 768px) {

#logo-about-O65paris-H {
		display: inline;
	}
#logo-about-O65paris-V {
		display:none;
	}
}

/********************************
 *** Cofiparis - Work & Share ***
 ********************************/
.section-partnership {
	padding: 20px 0;
}

.section-partnership h2 {
	font-size: 24px;
	font-weight: 500;
}

.section-partnership .item {
	border-radius: 10px;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
	height: 100%;
}

.section-partnership .item.item-B {
	background-color: var(--brand-green);
}

.section-partnership .item.item-W {
	background-color: var(--brand-blueWiredscore);
}

.section-partnership .item.item-1 {
	background-color: var(--brand-blue);
}

.section-partnership .item.item-2 {
	background-color: #113B3A;
}

.section-partnership .item .read-more {
	text-transform: uppercase;
	color: #FFFFFF;
}

.section-partnership .item .btn {
	line-height: 2rem;
}

.section-partnership .item .btn img {
	margin-top: -4px;
}

.section-partnership .item .logo-breeam {
	margin-top: 10px;
	width: 190px;
	margin-bottom: 30px !important;
}

.section-partnership .item .logo-cofiparis {
	width: 150px;
	margin-bottom: 30px !important;
}

.section-partnership .item .logo-ws {
	width: 150px;
	margin-bottom: 20px !important;
}



/*************************
 *** Quartier services ***
 *************************/
.section-district-services {
	padding: 40px 0;
}

.section-district-services h2 {
	font-size: 24px;
	font-weight: 500;
}

.section-district-services .text-container {
	background-color: var(--brand-terracotta);
	padding: 15px;
	border-radius: 10px;
	color: var(--brand-blue);
}


/*******************
 *** Témoignages ***
 *******************/
.section-testimony {
	padding: 40px 0;
}

.section-testimony h2 {
	font-size: 24px;
	text-align: center;
}

.section-testimony .item {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	color: #FFFFFF;
}

.section-testimony .item .text-container {
	padding: 20px 15px;
}

.section-testimony .item .text-container h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.section-testimony .item.item-1 {
	background-color: var(--brand-green);
}

.section-testimony .item.item-2 {
	background-color: var(--brand-blue);
}

.section-testimony .item.item-3 {
	background-color: var(--brand-terracotta1);
	color: #FFFFFF;
}

.section-testimony .item.item-4 {
	background-color: var(--brand-terracotta);
	color: var(--brand-blue);
}


/** MD et inférieur **/
@media (max-width: 991px) {

	.section-testimony .item img {
		width: 100%;
	}
}


/**************
 *** Equipe ***
 **************/
.section-team {
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	background-color: rgba(49, 80, 104, 0.3);
}

.section-team .container {
	position: relative;
	z-index: 2;
}

.section-team h2 {
	text-transform: uppercase;
	font-size: 18px;
}

.section-team h3 {
	margin-bottom: 20px;
}

.section-team .decoration-o-size-1 {
	right: unset;
	left: 5%;
	top: 18%;
}

.section-team .decoration-o-size-3 {
	right: -100px;
	left: unset;
	bottom: unset;
	top: 40px;
}

.section-team .decoration-half-o-size-1 {
	right: 42%;
	left: unset;
}


/***************
 *** Contact ***
 ***************/
.section-contact {
	padding: 40px 0;
}

.section-contact h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
}

.section-contact .contact-form {
	background-color: var(--brand-green-70);
	border-radius: 10px;
	padding: 45px 45px 20px;
}

.section-contact .contact-form .cgu-field label {
	margin-left: 16px;
}

.section-contact .contact-form .btn {
	padding: 0.375rem 1.5rem;
}


/* IMAGES CAPTCHA */
.icapt {border-style: solid; border-color: white; border-width: 1px; margin: 1px; width: 32%; padding: 1px}