html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: var(--font-family-body);
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #686868;
  background-color: #FFF;
}

:root {
  --font-family-body: 'Poppins', sans-serif;
  --font-family-heading: 'Roboto Slab', serif;
  --rt-primary-color: #20C579;
  --rt-primary-light-color: rgb(255, 205, 42);
  --rt-secondary-color: #07162f;
  --transition: 0.4s ease-in-out;
}

.devis_form {
    margin: 30px 5px !important;
    box-shadow: 0px 0px 13px 0px rgb(224 222 216);
    background: #fff;
    padding: 20px 15px;
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 0 50px;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.navigation .logo {
  color: #FFF;
  font-family: var(--font-family-heading);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .6px;
  line-height: normal;
  text-decoration: none;
}

.navigation .logo span {
  font-weight: 600;
}

.home_bg {
  position: relative;
  background-image: url(../img/v-slider-02.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 200px 0 120px;
}

.home_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.home_bg .container {
  z-index: 9;
}

.home_bg .content {
  max-width: 100%;
  width: 100%;
  border: solid 3px var(--rt-primary-color);
  padding: 28px 20px;
  padding-left: 50px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.424);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.home_bg h1 {
  font-family: var(--font-family-heading);
  color: #FFF;
  font-size: 30px;
  line-height: normal;
  letter-spacing: .6px;
}

.home_bg h1 span {
  color: var(--rt-primary-color);
}

.home_bg .h2 {
  color: #FFF;
  font-family: var(--font-family-heading);
  font-size: 28px;
  letter-spacing: .6px;
}

.home_bg .summary {
  margin-top: 20px;
}

.home_bg .summary p {
  color: #FFF;
}

.home_bg .btn {
  background-color: var(--rt-primary-color);
  color: #fff;
  line-height: normal;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .6px;
  padding: 8px 30px;
  transition: .4s;
  margin-top: 6px;
}

.home_bg .btn:hover {
  background-color: var(--rt-secondary-color);
}

.home_accroche {
  margin: 50px 0;
}

.home_accroche .subtitle {
  font-size: 1.5em;
  padding: 0 4em;
  line-height: 1.65em;
  margin: 0 0 50px;
  color: #333;
  font-weight: 400;
  text-align: center;
  font-family: var(--font-family-heading);
  letter-spacing: -0.2px;
}

.home_accroche .img {
  max-width: 850px;
  width: 100%;
  margin: auto;
}

.home_accroche .img img {
  width: 100%;
  height: auto;
}

.sec1 {
  padding-top: 30px;
}

.engage-section-holder .engage-title-block span.top-title {
  font-size: 16px;
  font-family: "Poppins";
  color: var(--rt-primary-color);
  text-transform: uppercase;
  line-height: 2.064;
  text-align: left;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.engage-section-holder .engage-title-block .title-all {
  font-size: 32px;
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.229;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.engage-section-holder .engage-content-block .en-t {
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.engage-section-holder .engage-content-block ul {
  padding: 0;
}

.engage-section-holder .engage-content-block ul li {
    color: #55544d;
    font-family: "Poppins";
    display: flex;
    margin-bottom: 10px;
}

.engage-section-holder .engage-content-block ul li i {
    color: var(--rt-primary-color);
    font-weight: 800;
    margin-right: 10px;
    margin-top: 7px;
}

.engage-section-holder .engage-content-block .en-t i {
    color: #53bd41;
}

.engage-section-holder .map {
  margin-bottom: 15px;
}

.above-the-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 17px;
}

.above-the-form .devi-grat {
  font-size: 32px;
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

.above-the-form .devi-grat span {
  color: var(--rt-primary-color);
}

.above-the-form .repond {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.365;
  border-radius: 29px;
  padding: 12px 19px;
  background-color: var(--rt-primary-color);
}

.above-the-form .repond span {
  color: rgb(38, 37, 33);
  font-weight: 700;
}

#contact-form {
  margin: 35px 5px !important;
  box-shadow: 0px 0px 13px 0px rgb(224 222 216);
  background: #fff;
  padding: 15px;
}

.devis_form .flex_div {
    display: flex;
    justify-content: space-between;
}

.flex_div .form-group.col_6 {
    width: calc(50% - 20px);
}

.devis_form .form-group label {
    font-family: "Roboto Slab";
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.devis_form .form-control, 
.devis_form #image_preview, 
.devis_form textarea,
.devis_form .select2-container--default .select2-selection--single {
    background: #f7f4ef;
    border: 0 !important;
    margin-bottom: 30px;
}


.devis_form .form-control,
.devis_form textarea {
    font-family: Roboto Slab, serif;
    width: 100%;
    letter-spacing: -0.2px;
    padding: 0.8em 1.5em;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
}

.devis_form textarea {
  min-height: 150px;
}

.devis_form .form-group {
  margin-bottom: 15px;
}

#imagefile {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}

#image_preview {
  display: block;
  border: 1px solid #ddd;
  min-height: 7em;
  text-align: center;
  padding: 5px;
  margin-bottom: 30px;
  position: relative;
  min-height: 5em;
}

div#image_preview > .fa-plus {
    color: #e4e6f2;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9;
}

#previewing {
    margin-top: 5px;
    text-align: left;
}

.devis_form .politique {
  color: #333;
  font-family: var(--font-family-heading);
}

.div_btn {
  margin-top: 20px;
}

.form-landing-page button#btn_sub {
  font-family: "Roboto Slab";
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--rt-primary-color);
  width: 100%;
  border: 0;
  padding: 10px 5px;
}

section.new_instagram {
  text-align: center;
  margin: 50px auto 100px;
}

.insta_image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.insta_image .culomn {
  width: calc(33.33% - 15px);
}

.insta_image .culomn > {
  overflow: hidden;
}

.insta_image .culomn > div:not(:last-child) {
  margin-bottom: 15px;
}

.insta_image .culomn img {
  height: auto;
}

.new_instagram .big_title {
  font-size: 24px;
  padding: 0;
  line-height: 1.65em;
  margin: 0 0 50px;
  color: #333;
  font-weight: 600;
  text-align: center;
  font-family: var(--font-family-heading);
  letter-spacing: -0.2px;
}

#footer {
  margin: 7em 0 0;
}

#footer main {
  padding: 4em 0;
  background-color: var(--rt-primary-color);
}

#footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#footer .logo {
  font-size: 22px;
  font-family: var(--font-family-heading);
  color: #FFF;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

#footer .adresse {
  max-width: 220px;
  width: 100%;
  margin-top: 5px;
}

#footer .adresse img {
  width: 100%;
  height: auto;
}

#footer .mail {
  border-bottom: 1px dashed #342d08;
  color: #342d08;
  text-decoration: none;
  font-family: var(--font-family-heading);
}

#footer .society-mail i {
  color: #FFF;
  margin-right: 10px;
  font-size: 14px;
}

#footer .society-mail {
  margin-top: 8px;
}

#footer .society-mail a {
  border-bottom: 1px dashed #342d08;
  color: #FFF;
  text-decoration: none;
  font-family: var(--font-family-heading);
}

#footer .p {
  color: #342d08;
  font-family: var(--font-family-heading);
  font-weight: 300;
}

#footer .footer-title {
  color: #FFF;
  font-family: var(--font-family-heading);
  font-size: 22px;
  letter-spacing: .6px;
}

.get-in-touch button img {
  position: relative;
  top: 0.1em;
  width: 2em;
  display: none;
}

.get-in-touch button {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0;
    width: 3.7em;
    height: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-family: Roboto Slab, serif;
    background: #342d08;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.alert p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

#footer form {
  background-color: #fff;
  padding: 15px;
  max-width: 400px;
}

#footer form .sub {
    display: flex;
    justify-content: flex-end;
} 

#copyright {
  padding: 1em 0;
  font-size: 0.8em;
  font-family: var(--font-family-heading);
}

#copyright .container.top p,
#copyright .container.top ul {
  margin-bottom: 0;
}

#copyright ul {
  display: flex;
}

#copyright ul {
  list-style: none;
}

#copyright ul a {
  display: inline-block;
  color: #342d08;
  margin: 0 0 0 2em;
  text-decoration: none;
}

#copyright .container.custom {
  display: block;
}

#copyright .container.custom p {
  color: #342d08;
  font-family: var(--font-family-heading);
  font-weight: 300;
}

#copyright .container.custom p a {
  border-bottom: 1px dashed #342d08;
  padding: 0 0.2em;
  color: #342d08;
  text-decoration: none;
}

#previewing .file-bloc {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

#previewing img {
  height: 90px;
  object-fit: cover;
  opacity: 0.8;
}

.cancel_img {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#image_preview .cancel_img i {
  font-size: 17px;
  color: #f30000;
  position: relative;
  transform: unset;
}

.devis_form .alert-form {
  margin-top: 15px;
}

.devis_form .alert-form p.danger {
  background-color: red;
}

.devis_form .alert-form p.success {
  background-color: #02ae00;
}

.devis_form .alert-form p {
    color: #FFF;
    border-radius: 15px;
    padding: 13px;
}

.insta_image .culomn img:hover {
  transform: scale(1.5);
  transition: all ease-in-out 0.4s;
}

.insta_image .culomn > div {
  overflow: hidden;
  height: 300px;
}

.contact_info .title {
  font-size: 40px;
  font-family: var(--font-family-heading);
  line-height: normal;
  letter-spacing: .6px;
  color: #342d08;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_info .summary1 {
  color: var(--rt-primary-color);
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact_info .summary {
  font-size: 14px;
  text-align: justify;
  margin-right: 80px;
}

.contact_info .info {
    position: relative;
    background-image: url(/assets/img/contactez_nous.png);
    background-size: cover;
    color: #FFF;
    padding: 30px;
    z-index: 9;
}

.contact_info .info:before {
    content: "";
    background-color: var(--rt-secondary-color);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.contact_info .m6 {
    background-color: var(--rt-primary-color);
    color: #FFF;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact_info table {
  width: 100%;
}

.contact_info table tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 2px 0;
}

.contact_info table td {
  font-size: 14px;
}

.contact_info .btn_contact {
    text-align: center;
    margin: 35px 0 5px;
}

.contact_info .button_info {
  background-color: #eeca51 !important;
  color: #07162f;
  line-height: normal;
  padding: 10px 35px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: .4s;
}

.contact_info .button_info:hover {
  background-color: var(--rt-primary-color); !important;
  color: #FFF;
}

.contact_info .row {
  align-items: center;
}

.home_bg.page {
  margin-bottom: 80px;
  padding: 100px 0;
}

.mention {
  text-align: center;
}

.mention h1 {
    color: #000;
    margin-bottom: 25px;
    font-family: var(--font-family-heading);
}

.mention h2 {
  font-family: var(--font-family-heading);
  color: #000;
  font-size: 24px;
}

.mention p {
    color: #333;
    font-weight: 400;
}

@media (max-width: 992px) {

  .navigation {
    padding: 50px 0 20px;
  }

  .home_bg {
    padding: 150px 0 70px;
  }

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

  .above-the-form {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .above-the-form .devi-grat {
    margin-bottom: 10px;
  }

  .engage-section-holder .map {
    width: 100%;
    object-fit: contain;
  }

  .contact_info .summary {
    width: 100%;
  }

}

@media (max-width: 767px) {

  .home_bg .content {
    padding: 28px 15px !important;
  }

  .home_accroche .subtitle {
    padding: 0;
  }

  .home_accroche .subtitle {
    margin: 0 0 30px;
  }

  .home_accroche {
    margin: 30px 0 10px;
  }

  .form-landing-page {
    margin-top: 30px;
  }

  .above-the-form {
    margin-bottom: 40px;
  }

  .flex_div .form-group.col_6 {
    width: calc(50% - 10px);
  }

  .insta_image {
    flex-direction: column;
  }

  .insta_image .culomn {
    width: 100%;
  }

  .new_instagram .big_title {
    margin: 0 0 40px;
  }

  .insta_image .culomn > div {
    margin-bottom: 15px;
  }

  #footer {
    margin: 0;
  }

  #copyright .container.custom p {
    text-align: center;
  }

  #footer .container.top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #footer .container.top ul {
    padding: 0;
  }

  #footer .container {
    flex-direction: column;
  }

  .contact_info .summary {
    margin-bottom: 25px;
  }

  .contact_info {
    margin-bottom: 75px;
  }

  section.new_instagram {
    margin: 50px 0;
  }

}
