/*
	* Copyright : EcoRhizo
	* Author : Adrien Solacroup
	* Encoding : UTF-8
	* Licence (code) : GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
	* Licence (distribution) : Creative Commons Attribution BY SA 4.0 International
*/

/*

--------------------------------
SUMMARY
--------------------------------

  * SECTION SERVICES
  * SECTION RESIDENCES
  * SECTION ASSOCIATION
  * SECTION CONTACT

*/

/*
--------------------------------
SECTION CONCEPT
--------------------------------
*/

.concept-section {
  padding: 5rem 0;
  background-color: white;
}

.concept-section .inner {
  height: 150px;
}

@media (min-width: 768px) {
  .concept-section .inner {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .concept-section .inner {
    height: 100%;
  }
}

.concept-section .section-title {
  margin-top: 1rem;
  margin-left: 0rem;
  border-right: none;
  border-top: none;
  border-bottom: var(--main_color_03) solid .25rem;
  border-left: var(--main_color_03) solid .25rem;
}

@media (min-width: 992px) {
  .concept-section .section-title {
    margin-top: 0rem;
    margin-left: 3rem;
    border-right: var(--main_color_03) solid .5rem;
    border-top: var(--main_color_03) solid .5rem;
    border-bottom: none;
    border-left: none;
  }
  .concept-section .order-lg-1 .section-title {
    margin-left: 0rem;
    margin-right: 3rem;
    border-right: none;
    border-left: var(--main_color_03) solid .5rem;
  }
}

.concept-section h3 {
  font-family: "Virgil", Arial;
  color: var(--main_color_02_light);
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
	.concept-section h3 {
	  text-align: justify;
	  font-size: 2rem;
	  line-height: 2rem;
	}
}

.concept-section p {
  text-align: left;
}

.concept-section hr {
  text-align: justify;
  text-justify: inter-word;
  border-color: white;
  border-width: 0;
  width: 75%;
}

.concept-section .featured-text {
  padding: 2rem;
  text-align: justify;
  text-justify: inter-word;
}

@media (min-width: 992px) {
  .concept-section .featured-text {
    padding: 0 0 0 2rem;
  	text-align: justify;
  	text-justify: inter-word;
    border-left: 0.5rem solid var(--main_color_01);
  }
}

.concept-section .project-text {
  padding-top: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  text-align: justify;
  text-justify: inter-word;
  font-size: 90%;
}

.concept-section .project-text a {
  color: var(--main_color_02);
}

.concept-section .project-text a:focus, a:hover, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  text-shadow: 1px 0 0 currentColor;
  color: var(--main_color_02_dark);
}

.concept-section .project-text button:focus, button:hover, button:not([href]):not([tabindex]):hover {
  text-decoration: none;
  text-shadow: 1px 0 0 currentColor;
}

.concept-section .project-text blockquote {
  font-style: italic;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--main_color_03_light_faded);
  border-left: var(--main_color_03) solid 0.2rem;
  text-align: center;
}

@media (min-width: 992px) {
  .concept-section .project-text {
    padding-top: 3rem;
    padding-left: 0rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
  	text-align: justify;
  	text-justify: inter-word;
  }
  .concept-section .order-lg-1 .project-text {
    padding-left: 3rem;
    padding-right: 0rem;
  }
}

.concept-section .tab-pane .section-title {
  border: none;
  margin-left: 0rem;
  background: var(--main_color_lightest_green);
}

.concept-section .tab-pane .project-text {
  border-top: var(--main_color_01) solid .25rem;
  padding-top: 1rem;
  margin-left: 1rem;
  padding-left: 0rem;
  margin-right: 1rem;
  padding-right: 0rem;
}

@media (min-width: 992px) {
  #offer-sub-section .nav-tabs button {
    font-size: 1.25rem;
  }
  .concept-section .tab-pane .section-title {
    margin: none;
    border: none;
  }
  .concept-section .tab-pane .project-text {
    border-top: none;
    padding-left: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .concept-section .tab-pane .inner {
    height: auto;
  }
  .concept-section .tab-pane .inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.concept-section .concept_next_step {
  color: var(--main_color_01);
  font-family: "Virgil", Arial;
  font-size: 1.25rem;
  text-align: center;
}

/*
--------------------------------
SECTION RESIDENCES
--------------------------------
*/

.residences-section {
  padding: 5rem 0;
  background: var(--main_color_03);
}

.residences-section p {
  color: white;
  margin-bottom: 5rem;
}

.residences-section h2 {
  color: white;
}

.residences-section h3 {
  font-family: "Virgil", Arial;
  color: white;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.residences-section #residences_adrien img {
  height:300px;
  width:auto;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .residences-section h3 {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.residences-section .featured-text {
  padding: 2rem;
  text-align: justify;
  text-justify: inter-word;
}

@media (min-width: 992px) {
  .residences-section #residences_adrien img {
    height:500px;
    margin-bottom: 0;
  }
  .residences-section .featured-text {
    padding: 0 0 0 2rem;
    text-align: justify;
    text-justify: inter-word;
    border-left: 0.5rem solid var(--main_color_01);
  }
}

.residences-section .project-text {
  padding: 1rem;
  text-align: justify;
  text-justify: inter-word;
  font-size: 90%;
}

.residences-section .project-text a {
  color: var(--main_color_02);
}

.residences-section .project-text a:focus, a:hover, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  text-shadow: 1px 0 0 currentColor;
  color: var(--main_color_02);
}

@media (min-width: 992px) {
  .residences-section .project-text {
    padding: 3rem;
  text-align: justify;
  text-justify: inter-word;
  }
  .residences-section .project-text hr {
  text-align: justify;
  text-justify: inter-word;
    border-color: white;
    border-width: .25rem;
    width: 30%;
  }
}

/*
--------------------------------
SECTION ASSOCIATION
--------------------------------
*/

.association-section {
  padding: 5rem 0;
  background: white;
}

.association-section p {
  margin-bottom: 5rem;
}

.association-section h3 {
  font-family: "Virgil", Arial;
  color: var(--main_color_03);
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.association-section #association_adrien img {
  height:300px;
  width:auto;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .association-section h3 {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.association-section .featured-text {
  padding: 2rem;
  text-align: justify;
  text-justify: inter-word;
}

@media (min-width: 992px) {
  .association-section #association_adrien img {
    height:500px;
    margin-bottom: 0;
  }
  .association-section .featured-text {
    padding: 0 0 0 2rem;
  	text-align: justify;
  	text-justify: inter-word;
    border-left: 0.5rem solid var(--main_color_01);
  }
}

.association-section .project-text {
  padding: 1rem;
  text-align: justify;
  text-justify: inter-word;
  font-size: 90%;
}

.association-section .project-text a {
  color: var(--main_color_02);
}

.association-section .project-text a.btn {
  color: white;
}

.association-section .project-text a:focus, a:hover, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  text-shadow: 1px 0 0 currentColor;
  color: var(--main_color_02);
}

@media (min-width: 992px) {
  .association-section .project-text {
    padding: 3rem;
	text-align: justify;
	text-justify: inter-word;
  }
  .association-section .project-text hr {
	text-align: justify;
	text-justify: inter-word;
    border-color: var(--main_color_03);
    border-width: .25rem;
    width: 30%;
  }
}

/*
--------------------------------
SECTION CONTACT
--------------------------------
*/

.contact-section {
  padding: 5rem 0;
  background: var(--main_color_03);
}

.contact-section #clear_mail {
  color: white;
  font-family: "Virgil", Arial;
  font-size: 1.25rem;
}

.contact-section iframe {
  width: 100%;
  height: 400px;
}

.contact-section h2 {
  color: white;
}

.contact-section h3 {
  font-family: "Virgil", Arial;
  color: var(--main_color_03);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
  .contact-section #clear_mail {
    font-size: 2.25rem;
  }
  .contact-section h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.contact-section img {
  height: 100px;
  width: 100px;
}

@media (min-width: 992px) {
	.contact-border {
		border-left: 0.25rem solid var(--main_color_03);
	}
}

.contact-section p {
  margin-bottom: 5rem;
}

.contact-section .featured-text {
  padding: 2rem;
  text-align: justify;
  text-justify: inter-word;
}

@media (min-width: 992px) {
  .contact-section .featured-text {
    padding: 0 0 0 2rem;
	text-align: justify;
	text-justify: inter-word;
    border-left: 0.5rem solid var(--main_color_03);
  }
}

.contact-section .project-text {
  padding: 1rem;
  text-align: justify;
  text-justify: inter-word;
  font-size: 90%;
}

.contact-section .project-text a {
  color: var(--main_color_04);
}

.contact-section .project-text a:focus, a:hover, a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  text-shadow: 1px 0 0 currentColor;
  color: var(--main_color_02_dark);
}

.contact-section #location_img {
  height: 200px;
}

.contact-section #location_img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .contact-section .project-text {
    padding: 3rem;
	text-align: justify;
	text-justify: inter-word;
  }
  .contact-section .project-text hr {
	text-align: justify;
	text-justify: inter-word;
    border-color: var(--main_color_03);
    border-width: .25rem;
    width: 30%;
  }
  .contact-section #location_img {
    height: 400px;
  }
}
