body {
  background-image: url("../img/bg/bg-words-green.png");
  background-size: 2500px;
  background-repeat: repeat;
}




/* ------------------ HOME PAGE ------------------- */
.home-page, body.body-home{
  background-image: url("../img/bg/bg-words.png");
  background-size: 2500px;
  background-repeat: repeat;
}

.home-page-container-1{
  z-index: 1;
  position: relative;
}
.home-page-container-1 .logo {
  background-color: #42b398;
  border-radius: 0 0 35px 35px;
  width: 100%;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home-page-container-1 .logo img {
  width: 80%;
  max-width: 150px;
}

.home-page-container-1 .grey-circle{
  border-radius: 50%;
  width: 250px;
  background-color: #878787;
  margin-top: -50px;
  height: 250px;
}


.home-page-container-2 {
  margin-top: -50px;
  padding-top: 100px;
  background-color: #ffffff;
  background-image: url("../img/bg/papier-fond-texture-aquarelle.jpg");
  background-size: cover;
}

.home-creations {
  display: flex;
  background-color: #fff;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  flex-direction: column;
  position: relative;
  margin: 20px 0;
}

.home-creations-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #0f0e0b;
  padding-top: 30px;
}

.home-creations-title img{
  width: 160px;
  margin: auto;
  margin-bottom: 5px;
}

.home-creations-subtitle{
  position: absolute;
  right: 10px;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #42b398;
  border-radius: 0 0 25px 25px;
}

.home-creations .home-creations-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.home-logo-img {
  width: 80%;
  max-width: 300px;
  margin-bottom: 10px;
}

.home-logo-lead {
  color: #0f0e0b;
  font-size: 22px;
  line-height: 26px;
}

.home-editions {
  border-radius: 35px;
}
.home-editions-title {
  background-color: #42b398;
  padding: 5px 0;
}
.home-editions-title img {
  margin-top: 5px;
  margin-bottom: 0;
}
.home-editions-subtitle {
  background-color: #0f0e0b;
  margin-top: 5px;
  right: 0;
}

.home-realisations {
  border-radius: 35px;
}
.home-realisations-title {
  background-color: #878787;
  padding: 5px 0;
}
.home-realisations-title img {
  margin-top: 5px;
  margin-bottom: 0;
}
.home-realisations-subtitle {
  background-color: #42b398;
  margin-top: 5px;
  border-radius: 0 0 45px 45px;
}
.home-realisations-subtitle span{
  color: #0f0e0b;
  line-height: 1;
  margin-top: -10px;
  display: block;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 18px;
}


.home-info{
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: calc(100% - 40px);
  margin: 20px 0;
}

.home-info-title{
  padding: 20px 40px;
  color: #0f0e0b;
  font-size: 20px;
  text-align: right;
}
.home-info-title p{
  color: #0f0e0b;
}
img.home-info-title-iconei {
  width: 35px;
}
.home-info-details{
  padding: 20px 40px;
  border-left: 2px solid #42b398;
  color: #42b398;
}
.home-info-details p{
  margin-bottom: 10px;
  font-size: 18px;
  color: #42b398;
}

.home-info-details span{
  font-size: 22px;
  color: #42b398;
}
.home-info-details img{
  width: 40px;
  margin-bottom: 20px;
}

.home-experiences {
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  border-radius: 50%;
  background-color: #fff;
  padding: 20px 15px 20px 20px;
  margin: 20px 0;
  display: block;
}

.home-experiences img{
  width: 100%;
}


/* ------------------ FOOTER ------------------- */

.home-footer{
  margin-top: 50px;
}

.home-footer-localisation {
  margin-top: 20px;
  background-color: #0f0e0b;
  width: 100%;
  border-radius: 35px 35px 0 0;
  text-align: center;
  padding: 10px;
}


.home-footer-localisation p{
  color: #42b398;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}
.home-footer-localisation p.home-footer-localisation-white{
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}


a.home-footer-contact {
  background-color: #878786;
  border-radius: 35px 35px 0 0;
  height: calc(100% - 20px);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  margin: 20px auto 0 auto;
}

a.home-footer-contact img {
  max-height: 35px;
  max-width: 90%;
}

.home-footer-social {
  background-color: #ffffff;
  border-radius: 35px 35px 0 0;
  padding: 0 20px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 20px;
  height: calc(100% - 20px);
  gap: 20px;    
  justify-content: space-between;
}

.home-footer-social-title {
  height: 35px;
}

a.home-footer-social-link{
  width: 40px;
  height: 40px;
  background-color: #42b398;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 16px;
}

.home-footer-social-list {
  display: flex;
  gap: 5px;
}

.home-page-container-3, .footer-deco {
  background-color: #42b398;
  background-image: url("../img/bg/ailes-footer.png");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
  margin-bottom: 100px;
}
.footer-deco { 
  margin-bottom: 0;
}


.order-home-creations{
  order: 1;
}
.order-home-logo{
  order: 2;
}
.order-home-editions{
  order: 3;
}
.order-home-realisations{
  order: 4;
}
.order-home-info{
  order: 5;
}
.order-home-experiences{
  order: 6;
}


.order-home-footer-localisation{
  order: 1;
}
.order-home-footer-contact{
  order: 2;
}
.order-home-footer-social{
  order: 3;
}


@media screen and (max-width : 1199px){
  .home-page-container-1 .grey-circle {
    border-radius: 50%;
    width: 210px;
    background-color: #878787;
    margin-top: -10px;
    height: 210px;
  }
}

@media screen and (max-width : 991px){
  
  .order-home-logo{
    order: 1;
  }
  .order-home-info{
    order: 2;
  }
  .order-home-realisations{
    order: 3;
  }
  .order-home-creations{
    order: 4;
  }
  .order-home-editions{
    order: 5;
  }
  .order-home-experiences{
    order: 6;
  }

  .order-home-footer-social{
    order: 1;
  }
  .order-home-footer-localisation{
    order: 2;
  }
  .order-home-footer-contact{
    order: 3;
  }

  .home-footer-social {
    padding: 20px;
    flex-direction: column;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  }
  .home-footer-social-title {
    height: 45px;
  }
  .home-footer-localisation {
    margin-top: 0;
    border-radius: 0 0 35px 35px;
    padding: 20px;
    background-color: #42b398;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  }
  .home-footer-localisation p {
    color: #0f0e0b;
  }
  a.home-footer-contact {
    background-color: #010200;
    padding: 20px;
  }
  .home-page-container-1 .grey-circle {
    display: none;
  }
  .home-page-container-1 .logo {
    width: 60%;
    margin-left: 20%;
  }
  .home-page-container-1 .logo img {
    display: none;
  }

}

@media screen and (max-width : 576px){
  .home-info {
    flex-direction: column;
  }
  .home-info-title {
    padding: 20px 0;
    text-align: left;
  } 
  .home-info-details {
    padding: 20px 0;
    border-top: 2px solid #42b398;
    border-left: none;
    text-align: left;
  }
}





/* ------------------ HEADER ------------------- */
.header-logo {
  z-index: 2;
  position: relative;
}

.header-logo-img {
  width: 100%;
  margin-top: -40px;
}
.header-infos {
  background-color: #010200;
  padding: 15px 0;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}

.header-infos span {
  color: #42b398;
  font-size: 18px;
  margin-right: 20px;
  vertical-align: middle;
  letter-spacing: .5px;
}
.header-infos span::before {
  content: '';
  height: 14px;
  width: 14px;
  background-image: url('../img/icon/ailes.png');
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-infos-iconei{
  width: 30px;
}

a.nav-link {
  background-color: #42b497;
  color: #ffffff;
  margin-right: 8px;
  border-radius: 0 0 50px 50px;
  padding: 10px 25px !important;
  text-transform: uppercase;
  font-size: 16px;
  transition: all linear .2s!important;
}
a.nav-link.active {
  background-color: #878787;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #ffffff !important;
  opacity: .8;
}

.navbar-toggler{
  top: 15px;
  right: 15px;
  padding: 10px;
}
.hamburger-box, .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 26px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 991px) {
  .header-logo-img {
    width: 60%;
    margin-left: 20%;
  }
  .header-infos{
    display: none;
  }

  .header-navbar {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    background-color: #43b497;
    z-index: 0;
    position: absolute;
    padding: 10px 10px;
    width: calc(100% + 30px);
    top: 0;
    padding-top: 60%;
    margin: 0 -15px;
    border-radius: 0 0 40px 40px;
  }
  a.nav-link {
    border-radius: 50px;
  }
  a.nav-link.active {
    background-color: #43b497;
  }
}



/* ------------------ CREATIONS PAGE ------------------- */
.creations-page{  
  background-color: #ffffff;
  background-image: url("../img/bg/bg-deco.png"), url("../img/bg/papier-fond-texture-aquarelle.jpg");
  background-size: 900px, cover;
  background-position: 80% 110%, center center;
  margin-top: -50px;
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}




/* -------------------------- ELEMENTS ----------------------- */

.details-2cols{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.details-2cols-col1{
  padding: 0 40px 0 0;
  color: #42b398;
  font-size: 16px;
  text-align: right;
  line-height: 20px;
}
.details-2cols-col1 p{
  color: #42b398;
  margin-bottom: 7px;
}

p.details-2cols-col1-pils {
  background-color: #43b497;
  color: #fff;
  border-radius: 40px;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}
.details-2cols-col1-photo {
  width: 200px;
}
.details-2cols-col1-signature {
  width: 180px;
  margin: 20px 0;
}

.details-2cols-col2{
  padding: 0 0 0 40px;
  border-left: 2px solid #42b398;
  color: #010200;
  font-size: 16px;
  line-height: 20px;
}
.details-2cols-col2 p{
  color: #010200;
  margin-bottom: 7px;
}
.details-2cols-col2 img{
  width: 40px;
  margin-bottom: 20px;
}
.details-2cols-col2-linkcv {
  margin-top: 20px;
  display: inline-block;
  background-color: #43b497;
  margin-left: -40px;
  padding: 5px 15px;
  border-radius: 0 50px 50px 0;
}

.details-2cols-col2-linkcv img{
  margin: 0;
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width : 991px){
  .details-2cols {
    flex-direction: column;
  }
  .details-2cols-col1{
    padding: 20px 0;
    text-align: left;
  } 
  .details-2cols-col2{
    padding: 20px 0;
    border-top: 2px solid #42b398;
    border-left: none;
    text-align: left;
  }
  .details-2cols-col2-linkcv {
    margin-left: 0;
    padding: 5px 25px;
    border-radius: 50px;
  }
}


.experience-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 35px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
  height: 250px;
}

.experience-card-title, .experience-card-separator{
  color: #010200;
  margin: 0;
}

.experience-card-content{
  color: #42b398;
  margin: 0;
}

.experience-card-circle {
  border-radius: 100%;    
  padding: 20px 30px;
}

.experience-card-green {
  background-color: #42b398;
}
.experience-card-grey {
  background-color: #878785;
}
.experience-card-lightgreen {
  background-color: #b2dace;
}
.experience-card-lightgrey {
  background-color: #cecfcf;
}
.experience-card-black {
  background-color: #0f0e0b;
}

.experience-card-green .experience-card-content, .experience-card-grey .experience-card-content, .experience-card-black .experience-card-content, .experience-card-lightgreen .experience-card-content{
  color: #ffffff;
}

.experience-card-black .experience-card-title{
  color: #42b398;
}

.experience-card-black .experience-card-separator, .experience-card-lightgrey .experience-card-separator{
  color: #868887;
}
.experience-card-grey .experience-card-separator{
  color: #42b398;
}

@media screen and (max-width : 1199px){
  .experience-card {
    height: 290px;
  }
}

@media screen and (max-width : 991px){
  .experience-card {
    height: 330px;
  }
}

@media screen and (max-width : 767px){
  .experience-card {
    height: 240px;
  }
}

@media screen and (max-width : 576px){
  .experience-card {
      height: inherit;
      border-radius: 35px;
  }
}

.contact-details-signature {
  width: 230px;
  margin-bottom: 20px;
}

p.contact-details-graphiste{
  color: #010200;
  font-size: 24px;
  line-height: 28px;
}

p.contact-details-coordonnes {
  color: #010200!important;
  background-color: #42b398;
  border-radius: 35px 0 0 35px;
  padding: 10px 40px 10px 20px;
  margin: 20px -40px 20px 0;
  font-size: 19px;
}
p.contact-details-coordonnes strong, p.contact-details-coordonnes a {
  color: #010200!important;
}

p.contact-details-ml span{
  color: #010200;
  display: block;
  margin-bottom: 5px;
}

.details-2cols-col1 p.contact-details-ml {
  color: #42b398;
  margin-bottom: 15px;
}

img.contact-details-iconei {
  width: 25px;
  margin: 10px 0;
}
.details-2cols-col1.details-2cols-col1-contact{
  min-width: 310px;
}
p.details-2cols-col2-green {
  margin: 40px 0;
  font-size: 18px;
  line-height: 28px;
  color: #43b398;
}
p.details-2cols-col2-grey {
  font-size: 18px;
  color: #878786;
  margin-bottom: 40px;
}
p.details-2cols-col2-ml {
  text-align: justify;
  color: #43b398;
  font-size: 11px;
  margin-bottom: 40px;
}
a.btn-email-contact, .btn-submit-contact {
  border-radius: 35px;
  background-color: #878786;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  transition: all linear .2s !important;
}
a.btn-email-contact:hover, .btn-submit-contact:hover {
  opacity: .8;
}
.btn-submit-contact{
  border: none;
  margin-top: 30px;
  cursor: pointer;  
  background-color: #42b398;
}

@media screen and (max-width : 991px){
  p.contact-details-coordonnes {
    border-radius: 35px;
    padding: 10px 20px;
    margin: 20px 0;
    display: inline-block;
  }
}

.form-group label {
  color: #43b398;
  margin-left: 20px;
  margin-bottom: 2px;
  font-size: 16px;
}

.form-group input.form-control, .form-group textarea.form-control {
  border: 2px solid #43b398;
  border-radius: 20px;
  background-color: rgb(67 179 153 / 15%);
  color: #010200;
  padding: 10px 20px;
}

p.thankyou {
  margin-top: 70px;
}