@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Playfair+Display:400,700,900");
/* Reset style form */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
li,
a {
  white-space: nowrap;
}

/* Pour Internet Explorer */
textarea {
  overflow: auto;
}

/* End Reset style form */

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

/* Site wide */

html {
  font-size: 16px;
  box-sizing: border-box;
}
h2 {
  font-weight: 700;
}
body {
  line-height: 1.5;
  font-family: "Raleway", sans-serif !important;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Playfair Display", serif !important;
}
body p {
  font-family: "Open Sans", sans-serif !important;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

/* Liens */
a {
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  text-transform: capitalize;
  cursor: pointer;
}

.promo-btn {
  margin-top: 30px;
  padding-bottom: 50px;
}

.promo-btn > a {
  padding: 6px 12px;
  color: #b6a575;
  border: 1px solid #b6a575;
  height: 50px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  text-transform: uppercase;
}

.btn {
  padding: 6px 12px;
  color: #b6a575;
  border: 1px solid #b6a575;
  height: 50px;
  padding: 12px 20px !important;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  text-transform: uppercase;
}

.btn:hover{
  cursor: pointer;
}

h2 {
  font-size: 19.35802469px;
}

/* Header Style */

header {
  width: 100%;
  text-transform: capitalize;
  background: rgba(10, 10, 10, 1);
  color: #fff;
  padding: 0 15px;
  position: fixed;
  z-index: 101;
}

#nav_desktop {
  display: none;
}

#mobile_menu {
  width: auto;
}

#header_logo {
  width: 85px;
  height: 40px;
  background-size: 85px 40px;
  margin: 10px 30px 10px 0;
  margin-right: auto;
}

#account {
  border: 1px solid rgb(182, 165, 117);
  transition: opacity 0.25s ease;
  cursor: pointer;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
#account:hover {
  opacity: 0.7;
}

#account > a > i {
  margin: 2px;
  color: #b6a575;
}
/* End Header Style */

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

/* Hamburger Menu Style */

#menu-toggle {
  display: none; /* Cacher l'input checkbox */
}

#toggle-btn {
  cursor: pointer;
  display: block;
  margin-left: 20px;
  padding: 1px 0px;
  z-index: 99;
  height: 40px;
}

#toggle-btn .hamburger_bar {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #fff;
  flex-direction: column;
  margin-top: 5px;
  background: #b6a575;
}

#phone_menu {
  /* display: ; */
  /* float: left; */
  transition: translate 600ms ease-in-out;
  translate: -100% 0;
  background: #2f3138;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
}

#phone_menu li {
  opacity: 0;
}

#menu-toggle:checked ~ #phone_menu {
  translate: 0 0;
}
#menu-toggle:checked ~ #phone_menu li {
  translate: 0 0;
  opacity: 1;
  transition: 3s opacity ease-in-out;
}
/* End Hamburger Menu Style */

#phone_menu ul {
  width: 100%;
  text-align: center;
}

#phone_menu li:nth-child(5) {
  margin-bottom: 20px;
  font-size: 2.5rem;
}

#phone_menu li > a {
  transition: all 0.3s ease;
  font-family: "Merriweather", serif;
  font-size: 40px;
  line-height: 2;
  text-align: center;
}

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

/* Logo Style */
.logo_container {
  background-image: url("../img/luxury-services-logo-aadd23bb3bd95f346432a0e2dd6af6be.png");
  transition: all 0.3s ease;
}
/* End Logo Style */

/* ----------------------------------------------------------------------- */
/* Footer Style */

footer {
  background: #2f3138;
  flex-direction: column;
  position: relative;
}

footer nav a {
  text-transform: uppercase;
  font-size: 12px;
}
footer nav a:hover {
  color: #b6a575;
}

footer nav {
  background-color: #23252a;
  padding: 18px;
  width: 100%;
}

nav ul > li {
  margin-right: 15px;
}

footer nav ul {
  width: 100%;
  text-align: center;
  justify-content: space-around !important;
}

#footer_logo {
  width: 85px;
  height: 40px;
  background-size: 85px 40px;
}

#socials {
  font-size: 18px;
}

#socials ul {
  padding-top: 20px;
  text-align: center;
}

#socials a {
  /* position: relative; */
  font-size: 18px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#socials a:hover {
  background-color: #fff;
  color: #2f3138;
}

#socials a:hover > i {
  animation: LeftToRight 0.3s forwards;
}

#socials li {
  /* position: absolute;
top: 30%;
right: 36%; */
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

hr {
  margin-top: 10px;
  border: 0;
  width: 82vw;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#footer_logo {
  width: 128px;
  height: 60px;
  background-size: 128px 60px;
  align-self: center;
}

#footer_legal_notices {
  margin: 30px 20px;
  color: #fff;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
}

#copy-text {
  color: #b6a575;
}

#copy-text + p {
  font-size: 14px;
  text-align: center;
}

#copy-text a:hover {
  color: #b6a575;
}

@keyframes LeftToRight {
  49% {
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

/* End Footer Style */

/* Carousel Header Style */

.main_img {
  height: 100vh;
  background: url("../img/luxury_services_bg1-08a7eb8f5c291e0a7c924b7499e388c1.jpg") center center / cover;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  gap: 60px;
  z-index: 100;
}

.main_img:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.33);
}
/* End Carousel Header Style */

.main_img h1 {
  font-size: calc(2rem + 1vw);
  font-weight: 900;
}

.align-center h1 + p {
  font-family: "Playfair Display", serif !important;
  font-size: calc(0.6rem + 1vw);
  font-style: italic;
  font-weight: 300;
}

.main_img div {
  z-index: 100;
  text-align: center;
  gap: 40px;
  width: 85vw;
  flex-direction: column;
}

.cta_golden {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 400;
  margin-top: 35px;
  padding: 12px 20px;
  background-image: linear-gradient(
    to right,
    #92804d 0%,
    #b6a575 51%,
    #92804d 100%
  );
  background-size: 200% auto;
  transition: all 300ms ease;
}

.cta_golden:hover {
  background-position: right center;
  color: #fff !important;

}


/* ------------------AbouUs Section Style ------------------- */

#aboutUs {
  background: #2f3138;
  color: #fff;
  padding: 50px 15px;
  font-size: 14px;
}

#aboutUs hr {
  margin: auto;
  margin-top: 10px;
}

#aboutUs > span {
  padding: 50px 0px;
}

#aboutUs > span + h3 {
  text-transform: uppercase;
  font-size: 20px;
}

#aboutUs > div.align-center {
  text-align: center;
  flex-direction: column;
}

#aboutUs > div.align-center > h2 {
  color: #b6a575;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 12px;
}
#contact_container>.title>h2, #company_container>.title>h2{
  font-size: 25px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.title{
  text-align: center;
}

#formContact{
  text-align: center;
}

#contact_container>.title>p,#company_container>.title>p{
  color: #6b665a;
  font-size: 14px;
  margin-bottom: 100px;
}

#formContact button:hover {
  background-position: right center;
}

#formContact button{
  width: 100%;
  background-size: 200% auto;
  transition: all 300ms ease;
  background-image: linear-gradient(to right, #121315 0%, #2f3138 51%, #121315 100%);
}





.carousel {
  margin: 20px 0;
}

#text_about > h4 {
  font-weight: 500;
  margin-bottom: 12.5px;
  font-size: 20px;
  color: #b6a575;
}

#cta_about {
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  border: 0;
}

/* ------------------JoinUS Style ---------------------- */

#joinUs {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: url("../img/luxury_services_bg2-8df9f35d14ffcde18a894f0d2ecae000.jpg");
  background-size: cover;
  flex-direction: column;
  color: #fff;
  position: relative;
}

#joinUs::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#joinUs > * {
  z-index: 20;
}

#joinUs > h2 {
  font-size: 30px;
  line-height: 1.2;
  padding: 0.2em;
}

#joinUs > h3 {
  color: #b6a575;
  margin-bottom: 30px;
  font-size: 20px;
}

#joinUs > p {
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
}
#joinUs > a {
  margin-top: 40px;
  color: #b6a575;
  border: 1px solid #b6a575;
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  text-transform: uppercase;
}

/* ------------------Job Offer Style ---------------------- */

#job_offers {
  padding: 50px 15px;
  flex-direction: column;
  background-color: #f5f5f5 !important;
}

#category_list > ul {
  gap: 5px;
}

.category_filter.active {
  color: #fff;
  background-color: #2f3138;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.category_filter.active a{
  color: #fff;
}

.category_filter {
  padding: 0px 16px;
  font-size: 12px;
  margin: 0px;
  border-radius: 2px;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  color: #202020;
  background-color: #eee;
  transition: all 0.3s;
}

.category_filter a {
  color: #202020;
}
.category_filter:hover {
  a{
    color: #fff;
  }
}

.category_filter:hover {
  color: #eee;
  background-color: #202020;
}

.job_offer_header {
  text-align: center;
  flex-direction: column;
}
.job_offer_header > h2 {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 25px;
  margin-bottom: 12.5px;
  color: #202020;
}
.job_offer_header > p {
  margin: 0 auto;
  font-size: 14px;
  color: #6b665a;
  margin: 0 5px 40px 5px;
}

.jobOffer {
  transition: box-shadow 0.3s;
  font-size: 14px;
  line-height: 1.5;
  color: #6b665a;
  max-width: 550px;

  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-clip: padding-box;
}

.jobOffer:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}

.meta {
  justify-content: flex-start;
  gap: 10px;
  color: #202020;
  font-size: 90%;
  margin-bottom: 20px;
  margin-top: 5px;
}

.meta > span > i {
  font-size: 14px;
}

.card-content {
  padding: 20px;
}
.card-content .card-title {
  font-size: 16.6px;
  font-weight: 700;
  color: #202020;
}
.card-content .reference {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 80%;
  float: right;
  color: #9e9e9e;
  line-height: 25px;
}

.card-content > p {
  overflow: hidden;
  position: relative;
  line-height: 26px;
  max-height: 78px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
  gap: 20px;
  justify-content: start;
}
.card-action > a {
  transition: color 0.3s ease;
  text-transform: uppercase;
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
}
.card-action > a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-action > a:first-of-type {
  color: #2f3138;
  border: 1px solid #2f3138;
}
.card-action > a:last-of-type {
  background-color: #2f3138;
}

.offers_container {
  margin-top: 30px;
  transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.white-text{
    color: #fff;
}

.bg-gray{
  background-color: #f5f5f5;

}

.login_main_container,#register_container,#contact_container,#company_container{
  background-color: #f5f5f5;
  padding: 50px 0;
}

.section_header{
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url("../img/luxury_services_bg3-dac809c61caf9cc889390aa64c5145f3.jpg");
    padding-bottom: 80px;
    position: relative;
    padding-top: 160px;
    text-align: center;
    background-size: cover;
}
.section_header::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.section_header_text{
    margin-top: 46px;
    position: relative;
    z-index: 99;
}

.section_header_text h2{
    font-size: calc(1rem + 2vw)
}
.section_header_text ul>li>a{
    color: #b6a575;
}
.section_header_text ul{
    gap: 5px;
    font-size: 12px;
    margin: 10px
}

#personal_infos,#your_account{
    padding-top:50px;
}
#personal_infos h3, #your_account h3, #login_container h3, #register_container h3{
    margin-left: 15px;
    font-weight: 900 ;
    line-height: 1.104;
    font-size: 19.35802469px;
}

#login_container .input-field{
  margin: 0;
  margin-top: 30px;
}

#loginForm button{
  color: white;
  width: 100%;
}

[type="checkbox"]:not(:checked) + label:before {
  top: 0px;
  width: 18px;
  height: 18px;
  border: 2px solid #5a5a5a;
}

.no-item{
  text-align: center;
  display: none;
  grid-column: span 2;
  flex-direction: column;
}
.no-item>h4{
  font-style: italic;
  font-size: 18px;
}

.no-item>p{
  font-size: 14px;
  color: #6b665a;

}

[type="checkbox"] + label:before{

content: '';
position: absolute;
margin-top: 2px;
left: 0;
z-index: 0;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
background-clip: padding-box;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-ms-transition: 0.2s;
transition: 0.2s;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;}

.checkbox input[type=checkbox]{
  position: absolute;
  left: -9999px;
  margin-top: 10px;
}

.promo-info{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.promo-info p {
  font-size: 16px;
  font-weight: 500;
  color: #6b665a;
  margin-bottom: 50px;
}

.promo-info h1{
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}

[type="checkbox"]:checked + label:before {
  left: -3px;
  top: -4px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  transform-origin: 100% 100%;
}
.checkbox input[type=checkbox]+label{
  position: relative;
}

#loginForm .links{
  margin-top: 30px;
  text-align: center;
}

#loginForm .links a,#registration_form_agreeTerms +label a {
  color: #b6a575;
  width: 100%;
  text-decoration: underline;
}


#your_account h3{
  margin-bottom: 30px;
}


#delete_account i{
  vertical-align: top;
}



#contact_container,#company_container{
  padding-right:20px;
  padding-left:20px;
}

address{
  text-align: left;
  margin-top: 50px;
  padding: 0 30px;
  font-size: 14px;
}

address a{
  color: #999;
  text-transform: lowercase;
}

address >div{
  position: relative;
  margin-left: 40px;
  padding-bottom: 10px;
}

#myMap{
  height: 350px;
  background-color: #fff;
}

.brand-color{
  position: absolute;
  margin-right: 18px;
  padding-left: 2px;
}

#delete_account{
  text-align: center;
  padding-bottom: 100px;
}

#delete_account a:hover, #back_home a:hover{
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#back_home a,#update_account button{
  width: 80%;
}
#update_account button{
  color: #fff;
}

#back_home a{
  color: #2f3138;
  border-color: #2f3138;
}

#back_home{
text-align: center;
}

.job_offer_container{
  padding:50px 15px ;
}

p.ref,p.ref +h2 ~p{
  color: #9e9e9e;
  font-size: 14px;
}
p.ref +h2{
  color: black;
  line-height: 1.104;
  font-size: calc(1rem + 1.6vw);
  margin-top: 25px;
  margin-bottom: 12.5px;
}

.offer_detail{
  font-size: 14px;
  padding: 10px 0;
}
.offer_detail li{
  margin: 15px 0;
  color: #999;
}

.offer_detail span{
  display: inline-block;
    width: 130px ;
    letter-spacing: 1px;
    color: #202020;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;

}

.offer_detail>span{
  text-transform: uppercase;
}

p.ref +h2 ~p{
  color: #6b665a;
  line-height: 1.48856;
  margin-bottom: 12.5px;
}

#delete_account a{

    color: #99362c;
    border: 1px solid #99362c;
}

.input-field{
    margin: 20px 20px;
}

.select-field {
    position: relative;
    margin-bottom: 20px;
  }
  
  label{
    color: #999;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
  
  .select-field {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border: 1px solid #ccc;
    outline: none;
  }
  
  .select-field:focus {
    color: #202020;
  }
  
  /* ------------------------------- */

  .input-field {
    position: relative;
    margin-bottom: 20px;

  }

  
  .input_label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    transition: color 0.3s ease, transform 0.3s ease; /* Ajout de la transition pour la transformation */
    transform-origin: left bottom; /* Définition de l'origine de la transformation */
  }
  
  input,textarea {
    background-color: transparent;
    width: 100%;
    padding: 5px 0 5px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    margin-bottom: 30px;
  }

  textarea{
    height: 70px;
    resize: none;
  }

  .textarea-field{
    margin-top: 40px;
  }
  
  input:focus,textarea:focus {
    border-bottom: 1px solid #b6a575;
    box-shadow: 0 1px 0 0 #b6a575;
  }
  
  
  .input-field:focus-within .input_label,
  .input-field>input:not(:placeholder-shown) + .input_label,
  .input-field>textarea:not(:placeholder-shown) + .input_label{
    color: #b6a575;
    transform: translateY(-130%) scale(0.8); /* Translation et mise à l'échelle uniquement en focus */
  }
  


  /* ------------------  upload file--------------- */

  .file-input-container {
    margin-bottom: 40px;
    position: relative;
  }
  
  .hidden-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  
  .custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2f3138;
    color: #fff; /* Couleur du texte */
    border: 1px solid #2f3138; /* Bordure du bouton */
    cursor: pointer;
  }
  
  .custom-button:hover {
    background-color: #2f3138; /* Couleur au survol */
    border-color: #2f3138; /* Bordure au survol */
  }
  
  .file-input-container >span{
    margin-left: 20px;
    display: none;
    color: #b6a575;
    text-decoration: underline;
  }

  input[required=required] +label::after, select[required=required] +label::after, textarea[required=required] +label::after{
    content: " *"; /* Ajoutez un astérisque ou tout autre indicateur que vous préférez */
    color: red;
}
  .vich-file a{
    color: #b6a575;
    text-decoration: underline;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vich-file{
    display: inline;
  }

  .file-path-wrapper{
    display: inline-block;
      margin-left: 20px;
  }

  .file-path.validate{
    border: none;
  }
  

  /* ------------------ End upload file--------------- */
  

  .card{
    position: relative;
    overflow: hidden;
    margin: 0.5rem 15px 1rem 15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .card>.file-input-container{
    margin-bottom: 15px;
  }

  .card>.file-input-container .file-path.validate{
    margin: 10px 0 ;
  }

  .score-container{
    padding: 15px 0;

  }

.score-container, #your_account{
    background-color: #f5f5f5;
}

#your_account{
  padding-bottom: 50px;
}

#your_account .input-field input{
  background-color: inherit !important;
}

.section_header_text ul>li.active:before{
    content: "/ ";
}

.features{
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.icon{
      float: left;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    font-size: 25px;
    line-height: 68px;
    text-align: center;
    transition: all 0.3s ease;
    color: #b6a575;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease;
}

.blue-btn{
  text-align: center;
  display: block;
  color: white;
  width: 100%;
  transition: all 300ms ease;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #121315 0%, #2f3138 51%, #121315 100%);
}

.blue-btn:hover{
  background-position: right center;
}

#getInTouch{
  background-color: rgba(0,0,0,0.5);
  margin-bottom: 80px;
  padding: 70px 15px ;
}
.company_carousel{
  padding: 0 15px;
}

.single-post-navigation{
  display: flex;
  gap: 30px;
  margin: 80px 0;
}

.single-post-navigation a{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: block;
    width: 100%;
    text-align: center;
    color: #2f3138;
    border: 1px solid #2f3138;
    font-size: 12px;
    background-color: transparent;
}

.next-post-link,.previous-post-link{
  width: 100%;
}

.success{
  display: block;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #236944;
  background-color: #a9e2c4;
  border-color: #236944;
  min-height: 50px;
  height: fit-content;
}

#getInTouch>.btn{
  display: block;
  width: fit-content;
  margin: auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#getInTouch .text-extrabold{
  font-size: 25px;
  color: white;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.text_about_company{
padding: 0 15px;
padding-bottom: 40px;
color: #6b665a;
font-size: 14px;
}

.avis{
  background-color:#2f3138
}

.avis>.carousel-item{
  display: none;
  text-align: center;
  padding: 60px 20px;
  line-height: 40px;
}
/* .avis>.carousel-item >.content>h2{
  width: 80%;
} */
.avis>.carousel-item.active{
  display: block;
}

#getInTouch + p{
  margin-bottom: 80px;
  text-align: center;
  color: #6b665a;
  font-size: 14px;
  line-height: 1.48856;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

#getInTouch .text-extrabold +p{
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-bottom:50px;
}

.text-extrabold{
  font-weight: 900;
  color: #202020;
  line-height: 1.104;
  font-size: 19.35802469px;
  margin-top: 25px;
  margin-bottom: 12.5px;
  text-align: start;
}

.text-extrabold +p{
  display: flex;
  font-weight: 500;
  color: #6b665a;
  font-size: 14px;
  line-height: 1.48856;
  flex-direction: column;
  text-align: start;
}

.icon .material-icons{
  font-size: 34px;
  line-height: 68px;
}

.flow-root{
  display: flow-root;
}
.features:hover{
  .icon{
    color:white;
    background-color: #b6a575;
    border-color:#b6a575;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 768px) {
  #aboutUs {
    font-size: 14.22222222px;
    line-height: 1.55328;
  }



  .features{
    margin-bottom: 50px;
  }

  .section_header_text ul{
    font-size: 14px;
  }

  .avis{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #register_container .card{
    max-width: 50%;
    margin: auto;
  }

  .input_label{
    font-size: 16px;
  }

  .section_header_text{
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top:65px;
  }
  

  .section_header_text ul{
    float: right;
    margin: 0;
  }
  
  .section_header{
    text-align: left;
  }

  #aboutUs > div.align-center > h2 {
    font-size: calc(1rem + 2.5vw);
  }

  #login_container h3{
    font-size: calc(1rem + 0.7vw);
  }

  #text_about {
    width: 50%;
  }

  #text_about > h4 {
    font-size: calc(1rem + 2vw);
  }


  .flex-space_around {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .carousel {
    width: 50%;
  }

  #carousel_container {
    margin-top: 30px;
    display: flex;
    gap: 30px;
  }

  #aboutUs > div.align-center {
    padding: 0 10px;
  }




  #personal_infos, #your_account,.login_main_container{
    padding-right: calc(2rem + 2vh);
    padding-left: calc(2rem + 2vh);
    display: grid;
    gap: 5vw;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .center{
    width: 80%;
    margin: auto;
  }

  .login_main_container{
    align-items: baseline;
  }

  #formContact{
    margin-top: 50px;
  }


  .promo-info{
    padding-top: 50px;
  }

  .promo-info .card{
    padding-bottom: 50px;
  }

  #update_account>.btn{
    margin: 0;
  }

  #update_account button,#back_home a{
    max-width: 500px;
  }

  #delete_account{
    padding-bottom: 40px;
  }
  .textarea-field{
    margin: auto;
    width: 90%;
  }

  #personal_infos h3, #your_account h3,.textarea-field,#delete_account{
    grid-column: span 2;
  }

  #personal_infos div.card{
    grid-row: span 2;
  }

  #formContact .textarea-field, #formContact button{
    width: 95%;
  }

  /* .textarea-field{
    display: block;
    width: 90%;
  } */
}

@media screen and (min-width: 992px) {
  #joinUs {
    background-attachment: fixed;
  }

  .single-post-navigation a{
    font-size: 16px;
  }

  .single-post-navigation{
    grid-column: span 2;
    gap: 40%;
  }

  #job_offer_detail{
    grid-row: span 3;
  }
  
  .job_offer_container{
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .avis>.carousel-item.active{
    width: 50%;
    margin: auto;
  }

  #feature_section{
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(3, 1fr);

  }

  #formContact{
    margin-top: 0;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }

  #contact_container{
    display: grid;
    gap: 2vw;
    grid-template-columns:2fr 1fr;
  }

  #contact_container{
    margin-top: 0;
  }

  .title>p {
    width: 100%;
  }

  address{
    margin-top: 0;
  }

  address >div{
    height: 20%;
    margin-bottom: 10px;
  }
  

  #formContact button{
    grid-column: span 2;
    max-width: 30vw;
    justify-self: center;
  }

  .title{
    grid-column: span 3;
    text-align: center;
  }

  .title>h2{
    margin: auto;
  }

  


  #phone_menu,
  #toggle-btn,
  #account {
    display: none;
  }

  #nav_desktop {
    display: block;
  }

  #nav_desktop a:hover,
  #nav_desktop a.active {
    color: #b6a575;
  }
  header {
    background: rgba(47, 49, 56, 0.7);
    height: 100px;
    padding: 0 56px;
  }



  #header_logo {
    width: 128px;
    height: 60px;
    background-size: 128px 60px;
  }

  #nav_desktop ul {
    gap: 20px;
  }

  body p {
    line-height: 1.618;
    width: 80%;
  }

  #joinUs > h2 {
    font-size: 3rem;
  }
  #joinUs > h3 {
    font-size: 1.7em;
  }

  .job_offer_header > h2 {
    font-size: 32px;
  }

  .category_filter {
    font-size: inherit;
  }

  #category_list > ul {
    gap: 10px;
    width: 90%;
    margin: auto;;
  }

  #copy-text,
  #copy-text + p,
  #aboutUs,
  footer nav a,
  .job_offer_header > p,
  #joinUs > p,
  body p {
    font-size: 16px;
  }

  footer nav ul {
    width: 80%;
  }

  footer nav ul > li {
    text-transform: uppercase;
  }

  footer nav ul {
    width: 80%;
    margin: auto;
  }

  .flex-space_around {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
  }

  h2 {
    font-size: calc(1rem + 1vw);
  }

  .align-center h1 + p {
    font-size: calc(0.5rem + 0.7vw)
  }

  .align-center h1 ~ a {
    padding: 12px 38px;
  }

  #aboutUs hr{
    margin: 10px auto auto;
    width: 80%;
  }
  #aboutUs > div.align-center{
    max-width: 80%;
    margin: auto;
  }

  #text_about{
    margin-top: 20px;
  }

  #carousel_container{
    max-width: 80%;
    margin: auto;
  }

  .flex-space_around{
    max-width: 80%;
    padding: 0;
    margin: auto;
  }

  .offers_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px;
  }

  .card-content .reference {
    font-size: 90%;
  }

  .meta {
    font-size: 100%;
  }

  .card-content .card-title {
    font-size: calc(1rem + 0.5vw);
  }

  .card-content p {
    width: 100%;
  }

  #contact_container>.title>h2,#company_container>.title>h2{
    font-size: 35px;
  }
  #contact_container>.title>p, #company_container>.title>p,#getInTouch + p{
    font-size: 18px;
  }

  #company_container>.title>p{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-extrabold +p{
    font-size: 16px;
  }

  .text-extrabold{
    font-size: 28px;
  }
}


@media (min-width: 1200px){
  p, body p{
    font-size: 17.5px !important;
    line-height: 1.68272;
  }

  #feature_section{
    margin: auto;
    width: 80%;
  }

  h4{
    font-size: 24px !important;
  }
}