body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 22px;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
input[type=file]::file-selector-button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    transition: 1s;
  }
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ff6b35;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  vertical-align: text-bottom;
  margin-right: 2px;
  transition: all 0.2s ease-in-out;
}
input[type="radio"]:checked {
  background-color: #ff6b35; 
  box-shadow: inset 0 0 0 4px white; 
}
input[type="radio"]:hover {
  box-shadow: 0 0 5px rgba(255, 107, 53, 0.5);
}
.ms-options-wrap input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ff6b35;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  vertical-align: sub;
  margin-right: 8px;
}
.ms-options-wrap input[type="checkbox"]:checked {
  background-color: #ff6b35;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.ms-options-wrap > .ms-options > ul label { padding: 4px 4px 4px 40px !important; }
p { 
    margin: 0;     
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .4px;
    font-weight: 500;
    color: #2F354F;
}
a {color: inherit;text-decoration: none}
a:hover {color: inherit;text-decoration: none}
h4.titile1 {
    font-size: 20px;
}
.h100 {
    height: 100%;
}
img {max-width: 100%}
.container-az {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 35px;
}
span.help-block {
    color: var(--bs-red);
    margin-top: 10px;
    display: block;
    font-weight: bold;
}
.main_slider, .solution, .container-service, .cont-v2, .populaire-work, .spaces-v2{
    margin-bottom: 150px;
}
.owl-carousel .owl-item img {
    width: inherit !important;
}
.conten-navbar {    
    align-items: center;
}
.titile1 {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
    color: #2F354F;
    position: relative;
    margin-left: 29px;
}
.titile1::after {
    content: '';
    background: url('../images/v2/title1.svg');
    display: block;
    position: absolute;
    top: 9px;
    left: -25px;
    width: 16px;
    height: 16px;
}
.title2 {
    font-family: 'IBM Plex Sans';
    font-size: 40px;
    font-weight: bold;
    color: #2F354F;
    position: relative;
}
.title2 {
    margin-bottom: 100px;
}
.title2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DED8D3;
}
.form-contacthome input {
    border: none;
    border-bottom: 1px solid #2F354F;
    padding: 16px 1px;
    font-family:    'Open Sans';
    font-size: 14px;
    font-weight: 500;
    
}
.prf-serv {
      object-fit: cover;
}
.header-serv {
    margin-bottom: 25px;
}
.item-serv {
    padding: 30px;
    background-color: #F8F8F8;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.item-serv:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.bodysvr h3 a {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
    color: #2F354F;
}
.bodysvr p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    line-height:1.7;
    margin-bottom: 20px;
}
.btn_srv1 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px !important;
    text-transform: uppercase;
    color: #2F354F;
    border: 1px solid #2F354F;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.btn_srv1:hover {
    background: linear-gradient(to right, #1a2a6c, #0f4c81);
    color: #fff;
}
.item-serv.recomnded_srv {
    border: 1px solid #FF7A3C;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.item-serv.recomnded_srv:hover {
    border: 1px solid #2F354F;
}
.item-serv.recomnded_srv .btn_srv1 {
        background: linear-gradient(to right, #1a2a6c, #0f4c81);
        color: #fff;
        transition: all 0.3s ease-in-out;
}
.item-serv.recomnded_srv .btn_srv1:hover {
    color: #2F354F;
    border: 1px solid #2F354F;
    background: transparent !important;
}
.item-serv .header-serv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wrap-header {
    position: relative;
    background-color: #ffffff;
}
.navbar_main .nav-item .nav-link {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
	padding: 0;
    border-bottom: 2px solid transparent;
	transition: all .3s ease
}
.navbar_main .nav-item .nav-link:hover {
    border-color: #fca028;
    color: #fca028;
} 
.brande img {
    height: 150px;
    margin-right: 35px;
}
.berger-button-nav button { color: #000 !important; }
.text-devis-1 {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 500;
    color: #707070;
}

.btn.btn-devis2 {
    background-color: #FCA028;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 35px;
    border: none;
    border-radius: 5px;    
}

.btn.btn-devis2 span {
    font-size: 11px;
    margin-left: 10px;
}
.liste-devise1 {
    padding: 0;
    list-style: none;
}

.liste-devise1 li {
    padding-left: 35px;
    position: relative;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.liste-devise1 li::before {

     content: '\f00c';

     font: normal normal normal 16px/1 FontAwesome;

     position: absolute;

     left: 0;

     top: 50%;

     transform: translateY(-50%);

     width: 25px;

     height: 25px;

     border: 1px solid #FCA028;

     color: #FCA028;

     display: flex;

     align-items: center;

     border-radius: 50%;

     justify-content: center;

}

.propos-nous-home .img1 {

    width: 100%;

    height: 70%;

    object-fit: cover;

    background-position: center;

} 

.propos-nous-home .img2 {

    width: 100%;

    height: 100%;

    object-fit: cover;

    background-position: center;

} 

.content-propos-home { position: relative; }

.content-propos-home .text-desc-prphom {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    background-color: #FCA028;

    padding: 40px;

    max-width: 245px;

    color: #fff;

    font-family: 'Open Sans';

    font-size: 40px;

    font-weight: 600;

    text-align: center;

    line-height: 55px;

}

/* 

    *********************

          footer  

    *********************

*/
.footer {
    background: linear-gradient(to bottom, rgb(26, 42, 108), rgb(15, 76, 129));
}
.footer .footer-middle {
    padding: 30px 0 15px;
}


.footer-block .title h4 {

    font-family: 'Open Sans', sans-serif;

    font-size: 24px;

    font-weight: bold;

    line-height: normal;

    color: #FFFFFF;

    text-transform: none;

    margin-bottom: 10px;

}

.footer-block {
    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    font-weight: bold;

    line-height: normal;

    color: #FFFFFF;

    text-transform: none;

    margin-bottom: 30px;

}

.simple-list {
    list-style: none;
    padding: 0;
}
.footer .simple-list {
    padding-top: 100px;
}
.logo-footer {
    margin-bottom: 30px;
}
.simple-list li, .simple-list li a, .footer p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
	transition: all .3s ease
}
.simple-list li {
	display: flex;
	margin-bottom: 20px
}
.simple-list li a:hover {
    color: #fff;
}

.simple-list i.fa {

    font-size: 18px;

    display: flex;

    flex: 0 0 40px;

    width: 30px;

    height: 30px;

    justify-content: center;

    align-items: center;

    border: 1px solid #2E2E2E;

    border-radius: 50%;

    color: #FCA028;

	margin: 3px 8px 0 0

}
.color-2 {
    color: #FCA028 !important;
}
.copyright {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    transition: .3s ease;
    padding: 10px 0 30px;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-foot ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.social-foot ul li {
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #FF7A3C;
    color: #FF7A3C;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-foot ul li a { color: #FF7A3C; }
.social-foot ul li.active  { background-color: #FF7A3C; }
.social-foot ul li.active a { color: #fff; }
.p-fotter {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.copyright a {

    color: #fff;

    text-decoration: none;

}

.back-to-top {

    font-size: 35px;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 34px;

    color: #fff;

    background-color: #FCA028;

    border-radius: 2px;

    position: fixed;

    right: 20px;

    bottom: 20px;

    z-index: 1000;

}

.back-to-top:hover {

    color: #fff;

}

.form_news  {

    margin-top: 30px;

    width: 100%;

}

.form_news .form-newsletter {

    border: 1px solid #2B2B2B;

    border-radius: 5px;

    font-family: 16px;

    font-weight: normal;

    font-family: 'Open Sans', sans-serif; 

    color: #CCCCCC;

    line-height: 1.7;

    padding: 10px;

}

.form_news .form-newsletter  .input-group {

    align-items: center;

}

.form_news .form-newsletter input {

    background-color: transparent;

    border: none;

    width: 70%;

    height: 100%;

}

.form_news .form-newsletter .input-group-btn .btn-news {

    background-color: #FCA028;

    height: 100%;

    width: 100%;

}

.form_news .form-newsletter .input-group-btn .btn-news img { color: #fff; }

/* ===(end footer)=== */

.projet-granter-vite {

    padding: 70px 0;

    background-color: #25437F;

}

.content-projet-vite h2 {

    font-family: 'Open Sans';

    font-size: 45px;

    font-weight: 600;

    color: #FFFFFF;

}

.btn.btn-projet-vite {

    font-family: 'Open Sans';

    font-size: 15px;

    font-weight: bold;

    color: #FCA028;

    padding: 20px 30px;

    border: 1px solid #FCA028;

    border-radius: 5px;

    transition: all 0.3s ease-in-out;



}

.btn.btn-projet-vite:hover {

    background-color: #FCA028;

    color: #fff;

}

.btn.btn-projet-vite:hover img {

    filter: brightness(0) invert(1) !important;

}

.btn-projet-vite img {

    margin-left: 30px;

}
.header_v2 {
    background: linear-gradient(to bottom, #FF995A, #FFC46C);
    padding: 70px 0;
}
.header_v2 h2 {
    font-family: 'IBM Plex Sans';
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
/* 

    *********************************

                SLIDE HOME

    *********************************

*/
.main_slider .slidehome {
    background: linear-gradient(to right, #FF995A, #FFC46C);
}
.slidehome .item_content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 100px;
    position: relative;
}
.img-slide img {
    position: absolute;
    bottom: -100px;
    right: 0;
    height: 100%;
    max-width: 100%;

}
.slidehome  h2 {
    font-family: 'IBM Plex Sans';
    font-size: 60px;
    font-weight: bold;
    width: fit-content;
    color: #2F354F;
    font-style: italic;
    margin-bottom: 40px;
    position: relative;
}
.slidehome  h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.slidehome  h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.search-slide {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.slidehome h3 {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.slidehome input {
    font-family: 'Open Sans';
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #B5B5B5;
    height: 55px;
    width: 75%;
    padding: 15px;
}
.search-slide .btn {
    height: 55px;
}
.slidehome p {
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: medium;
    color: #FFFFFF;
    line-height: 1.7;
}
.srv-slde h3 {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: bold;
    color: #FF7A3C;
}
.srv-slde p {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 13px;
    color: #2F354F;
}
.navtrue {position: relative}

.navtrue.owl-theme .owl-nav {

    margin-top: 0;

}

.form-slide-home form {

    display: flex;

    justify-content: space-between;

    align-items: center;

    background-color: #fff;

    padding: 15px 15px 15px 20px;

    border: 1px solid #707070;

    border-radius: 60px;

}

.form-slide-home form input, .form-slide-home span.select2.select2-container.select2-container--default  {

    background-color: transparent !important;

    width: 70% !important;

    font-family: 'Open Sans' !important;

    color: #BEBEBE !important;

    font-size: 25px !important;

    border: none !important;

    height: 100% !important;

    z-index: 9999;

}

.form-slide-home textarea.select2-search__field,  .select2-container--default .select2-selection--multiple {

    width: 100% !important;

    font-family: 'Open Sans' !important;

    color: #BEBEBE !important;

    font-size: 25px !important;

    border: none !important;

    height: 30px !important;

    z-index: 9999;

    margin-top: 5px !important;

}



.form-slide-home form button {

    background-color: #FCA028;

    font-family: 'Open Sans';

    color: #fff;

    font-size: 20px;

    padding: 15px;

    border-radius: 30px;

    border: none;

    transition: all 0.3s ease-in-out;

}

.form-slide-home form button:hover {

    background-color     : #a56b1f !important;

}

/* 

    **********

        Notre processus de résolution

    **********

*/

.services-demande {

    margin-bottom: 130px;

}

.title-devis {

    padding-bottom: 60px;

}

.title-devis h2 {

    position: relative;

    font-family: 'Open Sans';

    font-size: 16px;

    line-height: 26px;

    font-weight: 600;

    padding-left: 55px;

    margin-bottom: 14px;

    color: #FCA028;

    width: fit-content;

    display: inline-block;

}

.title-devis h2::before {

    position: absolute;

    content: "";

    top: 6px;

    left: 0;

    width: 40px;

    height: 2px;

    background: #FCA028;

}

.title-devis h2::after {

    position: absolute;

    content: "";

    bottom: 6px;

    left: 0;

    width: 40px;

    height: 2px;

    background: #FCA028;

} 

.title-devis h3 {

    font-family: 'Open Sans';

    font-size: 45px;

    line-height: 55px;

    font-weight: 600;

}

.color-3 { color: #25437F !important; }

.title-devis h2.color-3::before, .title-devis h2.color-3::after { background-color: #25437F !important; }

.arrow-steps-serv {

    display: flex;

    align-items: center;

    justify-content: end;

    margin-top: 30px;

}

.arrow-steps-serv .btn-serv { 

    width: 55px;

    height: 55px;

    display: flex !important;

    align-items: center;

    justify-content: center;

    text-align: center;

    border: 1px solid #131313;

    font-size: 30px;

    color: #131313;

    border-radius: 50%;

    transition: 0.4s;

    line-height: 55px;



}

.arrow-steps-serv .btn-serv:hover {

    background-color: #FCA028;

    border-color: #fff;

    color: #fff;

}

.items-services {

    position: relative;

    height: 345px;

    overflow: hidden;

    transition: all 0.3s ease-in-out;

}

.items-services img {

    position: absolute;

    left: 0;

    top: 0;

    height: 345px;

    width: 100%;

    object-fit: cover;

    background-position: center;

}

.content-dervices-detai {

    position: absolute;

    left: 20px;

    right: 20px;

    top: 100%;

    bottom: 20px;

    background-color: #ffffffba;

    padding: 10px;

    opacity: 0;

    transition: all 0.3s ease-in-out;

}

.items-services:hover .content-dervices-detai {

    top: 20px;

    opacity: 1;

}

.content-dervices-detai h2 {



    font-family: 'Open Sans';

    color: #25437F;

    font-size: 24px;

    font-weight: bold;

    line-height: 31px;

    height: 65px;

    overflow: hidden;

}

.content-dervices-detai p { 



    font-family: 'Open Sans';

    color: #000000;

    font-size: 16px;

    font-weight: 400;

    line-height: 31px;

    height: 160px;

    overflow: hidden;

}
.content-dervices-detai a {
    font-family: 'Open Sans';
    color: #FCA028;
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
}
.start {
    display: flex;
    align-items: center;
}
.start .fa {
    font-size: 15px;
    color: #FCA028 !important;
    margin-left: 5px;
}
/*  */
.post_content {
    padding: 20px;
    border: 1px solid #ECECEC;
}
.post .post_pic img {

    width: 100%;

    height: 350px;

    object-fit: cover;

}

.post_descri p {

    font-family: 'Manrope';

    font-size: 16px;

    color: #707070;

    font-weight: 500;

    line-height: 30px;

    height: 90px;

    overflow: hidden;



}

.post .post_title {

    font-family: 'Manrope';

    font-size: 22px;

    line-height: normal;

    font-weight: 600;

    color: #000;

    margin: 0 0 12px;

    height: 65px;

    overflow: hidden;

}

.post .post_info {

    font-family: 'Manrope';

    font-size: 16px;

    line-height: 34px;

    font-weight: 500;

    color: #000000;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.post .post_info i.fa{

    margin: 0 8px 0 15px;

    color: #FCA028;

}

.our_blog {

    margin-bottom: 130px;

}

/* 

    *****************************

        --end home page

        --start demander de debis forme steps

    *****************************

*/

.header-info {
    display: none;
    position: relative;

    overflow: hidden;

    max-width: 100%;

    padding: 15px 0;

}

.header-info::after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    width: 45%;

    height: 100%;

    background-image: url('/images/peintre-male-bras-croise-tenant-rouleau-peinture.jpg');

    background-position: center;

    background-repeat: no-repeat;

    display: block;

    z-index: -2;

}

.header-info::before {

    content: '';

    position: absolute;

    left: -279px;

    top: 0;

    width: 85%;

    height: 100%;

    background-image: url(/images/bg2.svg);

    background-position: center;

    background-repeat: no-repeat;

    display: block;

    z-index: -1;

}

.header-info h1 {

    font-family: 'Open Sans';

    font-size: 40px;

    font-weight: 600;

    line-height: 1.7;

    color: #FFFFFF;

    /* max-width: 345px; */

}

/* 

    ***********************

        form step style

    ***********************

*/

.form-deme-devis {

    margin-top: 55px;

    /* margin-bottom: 130px; */

}

.form-deme-devis .input-devis-stp1,.form-deme-devis .ms-options-wrap > button:focus, .ms-options-wrap > button {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 20px !important;
    border: 1px solid #FF7A3C !important;
    font-family: 'Open Sans' !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 30px;
    color: #949494;
    border-radius: 8px !important;
    margin-bottom: 25px;
} 
.steps-container {
    position: relative;
}
.steps-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
}
#formstepdevis-p-0 {
    min-height: 360px;
    border-bottom: 1px solid #DFDFDF;
}
.form-deme-devis  .ms-options-wrap > button:after { right: 20px !important; }

.votre-proget-step h2 {

    font-family: 'Open Sans';

    font-size: 29px;

    font-weight: bold;

    color: #FCA028;

    margin-bottom: 22px;

}

.form-deme-devis .ms-options {

    padding: 15px 25px !important;

    font-family: 'Open Sans' !important;

    font-size: 23px !important;

    font-weight: 600 !important;

    line-height: 1.7 !important;

    border-radius: 15px !important;

    margin-left: 40px !important;

    margin: 0px !important;

    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;

}

.form-deme-devis .ms-options input[type="checkbox"] {

    accent-color: #FCA028 !important;

}

#formstepdevis h3 { display: none; }

#formstepdevis .steps {

    display: none;

    position: relative;

}

#formstepdevis .steps ul { display: none; }

.step-score { position: relative;height: 60px;margin-bottom: 70px;  }

.step-score h2 {

    font-family: 'Open Sans';

    font-size: 19px;

    font-weight: 700;

    line-height: 1.7;

    text-align: left;

}

.step-score::before {
    content: '';
    position: absolute;
    display: block;
    left: 200px;
    bottom: 35px;
    width: 500px;
    height: 18px;
    background-color: #ffffff;
    border: 2px solid #EDEDED;
    border-radius: 0;

}  

.step-score::after {
    content: '';
    position: absolute;
    display: block;
    left: 200px;
    bottom: 35px;
    width: 100px;
    height: 18px;
        background: linear-gradient(to right, #FF995A, #FFC46C);
    border-radius: 0px;
    transition: all 0.3s 
ease-in-out;
} 

.step-devi-2 .step-score::after { width: 250px !important; }

.step-devi-3 .step-score::after { width: 350px !important; }

.step-devi-4 .step-score::after { width: 500px !important; }



#formstepdevis  .actions ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

#formstepdevis  .actions ul li a[href="#next"], #formstepdevis a[href="#finish"] {
    display: block;
    background-color: #FF7A3C;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold; 
    margin-left: 20px;

}
#formstepdevis-p-1 strong {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #2F3146; 
    margin-right: 20px;
}
#formstepdevis  .actions ul li a[href="#previous"] {
    display: block;
    background-color: #FF7A3C;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold; 
}

#formstepdevis  .actions ul li.disabled a[href="#previous"] {

    background-color: #fca02845;

}
/* #formstepdevis  .file-caption {
    border: 1px solid #FF7A3C;
    border-radius: 8px;
} */
#formstepdevis  .file-caption input {
    border: 1px solid transparent !important;
}

/* #formstepdevis  .actions ul li.disabled a[href="#finish"] {

    display: none;

} */

#formstepdevis .description_travaux {
    width: 100%;
    border: 1px solid #FF7A3C;
    padding: 15px;
    border-radius: 0px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #949494;


} 

#formstepdevis  .uplodefilestep {

    border: none;

    padding: 15px 40px;

    border-radius: 15px;

    font-family: 'Open Sans';

    background-color: #333333;

    font-size: 20px;

    font-weight: bold;

    color: #fff;

    max-width: 100%;

}

.form-step-st2 {

    width: 100%;
    height: 55px;
    border: 1px solid #FF7A3C;
    padding: 15px;
    font-family: 'Open Sans';
    font-size: 16px;
    border-radius: 8px !important;
    margin-bottom: 25px !important;
}

textarea.form-step-st2 {

    min-height: 100px !important;

}
.all-cont-choix-artisans { position: relative; }
.all-cont-choix-artisans:nth-child(n+7) {
    display: none;
}
.check-choix-artisans {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 994;
    opacity: 0;
    cursor: pointer;
}
.modal-content {
    /* border: 2px solid #FF7A3C !important; */
    border-radius: 8px;
}
.profile-model {
    border-radius: 50px;
    max-width: 90px;
}
.choix-artisans {
    border: 1px solid #ff7a3cdc;
}
.check-choix-artisans:checked ~ .choix-artisans {
    border: 2px solid #FF7A3C !important;
}
.check-choix-artisans:checked ~ .choix-artisans .check-box-ico {

    opacity: 1;

}

.choix-artisans, .list-offer {

    position: relative;

    padding: 15px 20px;

    border: none;

    border-radius: 10px;

    background-color: #FFFFFF;

    box-shadow: 0 3px 8px rgba(0,0,0,0.25);

    transition: all 0.3s ease-in-out;

}

.check-box-ico { color: #fff; position: absolute; font-size: 12px; opacity: 0.1; right: 10px; top: 50%;background: #FF7A3C;padding: 4px;
    transform: translateY(-50%);} 

.choix-artisans .header-choix-artisan, .list-offer .list-offer--header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDE;
}
.list-offer .list-offer--header { display: block; }
.choix-artisans .header-choix-artisans img, .list-offer .list-offer--header img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    height: fit-content;
    display: block;
    margin-right: 15px;
    border-radius: 50%;
}    
.info-prof h2 {
    font-family: 'Open Sans';
    font-size: 16px !important;
    font-weight: bold;
    color: #2F354F;
}
.choix-artisans .info-prof , .list-offer .list-offer--header .info-prof {
    font-family: 'Inter';
    color: #292929;

}
.choix-artisans .info-prof h2, .list-offer--header .info-prof h2 {
    font-size: 16px;
    font-weight: bold;
}

.choix-artisans .info-prof p, .list-offer--header .info-prof p, .list-offer--body {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    color: #2F3146;
}
.info-presart {
    padding-top: 5px;
    border-top: 1px solid #ddd;
}
.info-presart i {
    color: #FF7A3C;
}
.info-prof h6 {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
}
input.file-caption-name.form-control.kv-fileinput-caption {
    height: 65px;
}

#artisans .choix-artisans {
    min-height: 180px;
    border: 1px solid #ff7a3cdc;
    height: 100%;
}
.choix-artisans .info-prof p i, .list-offer--header .info-prof p i {
    color: #1a2b6d;
    margin-right: 5px;
    font-size: 18px;
}
.choix-artisans .info-prof p b {
    color: #1a2b6d;
    font-size: 12px;
}
 
.content-detchoix-artisans, .list-offer--body {
    padding-top: 25px;
    font-family: 'Open Sans';

}

.list-offer--body h2 {
    font-size: 20px;
    font-weight: 500;
    color: #292929;
    line-height: 1.7;
    margin-bottom: 25px;
}
.content-detchoix-artisans h2 {
    font-size: 14px;
    font-weight: 500;
    color: #2F3146;
}

.content-detchoix-artisans p {

    font-size: 14px;

    color: #707070;

    font-weight: 500;

}

.list-offer--body p {

    font-size: 1rem;

    color: #707070;

    font-weight: 500;

}
.list-offer--footer {
    margin-top: 30px;
}

.footchoix-artisans {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footchoix-artisans .avisx-artisans {

    font-family: 'Open Sans';

    font-size: 10px;

    color: #000000;



}

.footchoix-artisans .avisx-artisans .fa {

    color: #FCA028;

    margin-right: 10px;

}

.btn-choix-artisans {
    color: #FF7A3C;
    text-align: left;
    position: relative;
    z-index: 995;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}

.chekbox-formstep1 label {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.chekbox-formstep1 {
    display: flex;
    align-items: center;
}

.chekbox-formstep1 input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
  /* Style for checked checkbox */
.chekbox-formstep1  input[type="checkbox"]:checked {
    accent-color:#FCA028;
    color: #fff;
}
  .we-are--step {
    border-radius: 15px;
    padding: 30px 25px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}
.we-are--step h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: #707070;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
.we-are--step img {
width: 20px;
margin-right: 15px;
}
.we-are--step .st--2,.we-are--step .st--3, .we-are--step .st--4 { display: none; }
.step-devi-2 .we-are--step .st--2 { display: block; }
.step-devi-3 .we-are--step .st--2,  .step-devi-3 .we-are--step .st--3 { display: block; }
.step-devi-4 .we-are--step .st--2,  .step-devi-4 .we-are--step .st--3, .step-devi-4 .we-are--step .st--4 { display: block; }
.conten-navbar button#dropdownMenuButton1 {
    background-color: #FCA028;
    padding: 10px 25px;
    border: none;
    border-radius: 15px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    margin: 0 !important;
}
.sp-90 { padding-top: 90px;padding-bottom: 90px; }
.menu-profile {
    background-color: transparent;
    padding: 0 10px;
}

  .menu-profile h2 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;

  }
.prof-client h2 {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: normal;
    line-height: 1.7;
    color: #000;
}
.prof-client h5  {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: #707070;
}
.menu-profile ul {
    padding: 0;
    list-style: none;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: #3B3B3B;

} 
.menu-profile ul li img { 
    margin-right: 15px;
}

.title-nvi1 {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 1.7;
    color: #333333;
    font-weight: 600;
}

.img-monespace {

    display: flex;

    align-items: center;

}

.img-monespace img {

    width: 135px;

    margin-right: 15px;

}

.form-sty1-file {

    background-color: #fff;

    border: 1px solid #FCA028;

    position: relative;

    border-radius: 0;

    font-family: 'Open Sans';

    font-size: 15px;

    font-weight: 400;

    line-height: 1.7;

    color: #000000;

    padding: 5px 15px;

}

.form-sty1-file input {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

}



.form-group-devi, .form-control:not(.kv-fileinput-caption), .form-select {
    display: block;
    border-bottom: 1px solid #2F354F;
    padding: 16px 5px;
    font-family:    'Open Sans';
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;

}
.btn_link {
    font-family: 'Open Sans';
    font-size: 17px;
    color: #2F354F;
    text-decoration: underline;
}
textarea {
    background-color: #F8F8F8;
    font-family:    'Open Sans';
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #2F354F;
    color: #6c757d;
    padding: 20px;
    width: 100%;
}
.title-simple {
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: bold;
    color: #2F354F;
}
.form-control-activity {

    display: block!important;

    height: 0!important;

    border: 0!important;

    padding: 0!important;

    margin: 0!important;

}

.form-sty-1 label, .form-group label, .block_avis label {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px; 
}

.title-niv3 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 500;
    color: #2F354F;

}

.btn-sty1, .btn_sub {
    background-color: #ff7a3c;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-radius: 5px;
}
.profile-edite {
    position: relative;
    background: linear-gradient(
    to bottom,
    #f7f7f7 0%,
    #ffffff 100%
);
padding: 90px 15px 15px 15px;
border-radius: 5px;
height: 100%;

}
.edit-profile {
    padding: 90px 15px 15px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
    height: 100%;
    margin-bottom: 50px;
}
.profile-edite .form-sty1-file {
    border: none !important;
}
.profile-edite .form-sty1-file {
    position: absolute;
    left: 60%;
    top: 60px;
    padding: 5;
    background-color: transparent;
}
.profile-edit-icone img {
    width: 40px;border-radius: 50%;
}
.profile-image {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border: 3px solid #fff;
    display: block;
}
.profile-edite p, .browse-wrap p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 15px;
}
.btn-sty1:hover, .btn_sub:hover {
    background-color: #182b54;
    color: #fff;
    font-weight: 600;
} 
.menu-monesp, .btn-close--menu {
    background-color: #FCA028;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.header-wrapper .profile-imageh {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.btn-close--menu {

    position: absolute;

    right: 22px;

    top: 10px;

}

label.chek-label {
    flex: 0 0 auto;
    max-width: calc(100% - 40px);
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #2F354F;

}
.pro-der-mast {
    display: flex;
    align-items: center;
}
.pro-der-mast .prof {
    height: 35px;
    width: 35px;
    margin-right: 8px;
    border-radius: 50%;
}
.chek-style1 {

    accent-color:#FCA028;

    width: 23px;

    min-width: 23px;

    height: 23px;

    border: 1px solid #FCA028;

    margin-right: 15px;

}

.wizard .chek-style1 {

    position: absolute;

    opacity: 0;

}

.wizard label.chek-label {

    position: relative;

    padding-left: 40px;

}

.wizard label.chek-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #FF7A3C;
    border-radius: 3px;
}

.wizard input ~ label.chek-label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    color: #FF7A3C;
}

.wizard input:checked ~ label.chek-label::after {

    opacity: 1;

}

.mon-espace-form {

    position: relative;

    overflow: hidden;

    max-width: 100%;

}

.menu-container-esp {

    transition: all 0.3s ease-in-out;

}

.list-offer--body {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.list-offer--footer {
    display: flex;
    align-items: start;
    justify-content: center;

}

.list-offer--footer  a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding:  10px 15px;
    border-radius: 16px;
}

.list-offer--footer  a.contacter {
    white-space: nowrap;
    background-color: #FF7A3C;
}



.search-map-loca {

    font-family: Montserrat;

    font-size: 16px;

    padding: 8px 15px;

    border: 1px solid #FF7A3C;

    color: #FF7A3C;

    display: inline-block;

}

/* 

    *************************

        end my code 

    **************************

*/

.wrap-header .header-position {

    padding-left: 15px;

    padding-right: 15px;

}


.form-inline.header-form {

	height: 50px;

	width: 450px;

	background-color: #fff;

    border: 1px solid #ddd;

	position: relative

}

.form-inline.header-form .form-control {

    border: none;

	display: block;

	width: 100%;

	height: 48px;

    line-height: 28px;

    color: #999;

    padding: 12px 50px 12px 20px;

    font-size: 14px;

}

.form-inline.header-form .btn_find {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    width: 50px;

    font-size: 26px;

    background: transparent;

    line-height: 1;

    padding: 0;

	color: #999

}

.form-inline.header-form .btn_find:focus {

	box-shadow: none

}




.header-wrapper .main_navigation .navbar_main {

    z-index: 3;

	padding: 0

}

.navbar_main .nav-item {

	margin: 0 25px

}

.navbar_main .nav-item:nth-child(2) {

	margin-left: 0

}



.mobile-search {display: none}

/*.navbar_main .nav-item:nth-last-child(-n+2) {

    display: none;

}*/

.navbar_main .nav-item .dropdown-menu {

    border-radius: 0;

    margin: 0;

}

.navbar_main .nav-item .dropdown-menu .dropdown-item {

    font-size: 14px;

    line-height: normal;

    display: inline-block;

    font-weight: 500;

    letter-spacing: .6px;

    color: #000;

    padding: 4px 14px;

}

.wrap-header .navbar-toggler {

    display: none;

}

/***********End Header Navbar***********/



.navtrue.owl-theme .owl-nav [class*=owl-] {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	width: 50px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	font-size: 60px;

	color: #000;

	background: rgb(255, 255, 255);

	opacity: .5;

	border-radius: 0;

	margin: 0;

	overflow: hidden

}

.navtrue.owl-theme .owl-nav [class*=owl-]:focus {

	box-shadow: none;

	outline: none

}

.navtrue.owl-theme .owl-nav .owl-prev {

	left: 20px;

}

.navtrue.owl-theme .owl-nav .owl-next {

	right: 20px;

}

.navtrue.owl-theme .owl-nav [class*=owl-] span {

    line-height: 45px;

    height: 50px;

    overflow: hidden;

    display: block;

}

/**********-End Slide Home-**********/

/**********************************/

.grid_products {margin: 0 auto 50px}

.grid_products >.row {margin: 0 -10px}

.grid_products > .row > .product_item {

	padding: 0 10px;

	margin: 0 0 20px

}

.desc_ecom {

	text-align: center;

	margin: 0 0 30px

}

.desc_ecom h1 {

    font-size: 22px;

    line-height: normal;

    font-weight: normal;

    letter-spacing: 1px;

    color: #000;

    text-transform: uppercase;

	margin: 0 0 10px

}

.desc_ecom h1 span{

    color: #FCA028;

}

.desc_ecom p {

    font-size: 14px;

    line-height: normal;

    font-weight: 500;

    letter-spacing: normal;

    color: #FCA028;

	margin: 0

}

h2.section_title {

    font-size: 24px;

    line-height: normal;

    font-weight: 600;

    letter-spacing: .5px;

    color: #000;

    padding: 0 0 14px;

    margin: 0 0 40px;

    position: relative;

}

h2.section_title::after {

	content: "";

    position: absolute;

	bottom: 0;

	left: 0;

	width: 40px;

	height: 4px;

	background: #FCA028

}

.product_item .product_inside {

    padding: 5px;

    background: #fff;

	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

	transition: all .3s ease-in-out

}

.product_item:hover .product_inside {

	box-shadow: 0px 1px 51px 0px #d9d6d9

}

.product_item .product_photo{

	position: relative;

	margin: 0 0 15px

}

.product_item .product_photo::before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background: rgba(0, 0, 0, 0);

	transition: all .3s ease-in-out

}

.product_item:hover .product_photo::before {

    background: rgba(219,229,231,.8);

}

.product_item .product_photo img {width: 100%}

.product_item .product-item-btn{

	position: absolute;

	top: 65%;

	left: 0;

	right: 0;

	transform: translateY(-50%);

	text-align: center;

	opacity: 0;

	transition: all .3s ease-in-out

}

.product_item:hover .product-item-btn{

	opacity: 1;

	top: 50%;

}

.product_item .product-item-btn .btn{

	font-size: 22px;

	color: #000;

	width: 42px;

	height: 42px;

	line-height: 42px;

	text-align: center;

	background: #fff;

	padding: 0;

	border-radius: 50%;

	margin: 0 4px;

	transition: all .3s ease-in-out .1s

}

.product_item .product-item-btn .btn-detail{

	margin-top: 60px;

}

.product_item:hover .product-item-btn .btn-detail{

	margin-top: 0;

}

.product-item-name a {

    font-family: 'Open Sans';

    font-size: 13px;

    font-weight: 500;

    line-height: normal;

    text-transform: uppercase;

    color: #000;

	text-decoration: none

}

.product-tag {

	margin: 0 0 8px

}

.product-tag a {

    font-family: 'Open Sans';

    font-size: 13px;

    font-weight: 500;

    line-height: normal;

    text-transform: capitalize;

    color: #FCA028;

    text-decoration: none;

}

.price-box {

    font-family: 'Open Sans';

    line-height: normal;

    letter-spacing: normal;

    font-weight: 400;

    font-size: 14px;

    color: #000;

}

.price-box .special-price {

    display: inline-block;

    font-weight: 600;

    color: #FCA028;

}

.price-box .old-price {

    display: inline-block;

	text-decoration: line-through

}

/************End Grid Product************/

.catg-item {

    margin-bottom: 30px;

}

.catg-item .item {

    height: auto;

    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);

    max-height: 480px;

    overflow: hidden;

    position: relative;

}

.catg-item .item:before {

    background-color: rgba(0,0,0,.1);

    content: "";

    bottom: 10px;

    left: 10px;

    right: 10px;

    top: 10px;

    opacity: 0;

    position: absolute;

    -webkit-transform: rotate3d(1,1,0,100deg);

    -moz-transform: rotate3d(1,1,0,100deg);

    -o-transform: rotate3d(1,1,0,100deg);

    transform: rotate3d(1,1,0,100deg);

    border-radius: 4px;

    transition: all .4s linear;

}

.catg-item:hover .item:before {

    opacity: 1;

    -webkit-transform: rotate3d(0,0,0,0);

    -moz-transform: rotate3d(0,0,0,0);

    -o-transform: rotate3d(0,0,0,0);

    transform: rotate3d(0,0,0,0);

}

.catg-item .item img {

    width: 100%;

}

.catg-item .item .caption {

    position: absolute;

    bottom: 0;

    left: 25px;

    right: 25px;

    height: 100%;

    text-align: right;

}

.catg-item .item .caption .v_pos {

    position: absolute;

    top: 50%;

    left: 0;

    right: 0;

    transform: translateY(-50%);

    padding: 0;

}

.catg-item.item_lg .item .caption .v_pos {

    top: auto;

    bottom: 25px;

    transform: none;

}

.text-titr {

    font-family: 'Open Sans', sans-serif;

    font-size: 32px;

    font-weight: 400;

    line-height: normal;

    color: #000000;

    padding: 0;

    margin: 0;

    text-transform: capitalize;

    display: block;

}

.btn-vplus {

    font-size: 16px;

    font-weight: 600;

    letter-spacing: normal;

    color: #FCA028;

    background: #fff;

    padding: 8px 12px;

}

.btn-vplus:hover {

    color: #FCA028;

    background: #fff;

}

/************End Category************/

.our_ideas {

    margin: 0 auto 60px;

}

.idea_wrapper {

    position: relative;

    padding: 16px 20px;

}

.idea:first-child .idea_wrapper {

	padding-right: 10px

}

.idea:last-child .idea_wrapper {

	padding-left: 10px

}

.idea:nth-child(2) .idea_wrapper {

	padding: 0

}

.idea_wrapper img {

    width: 100%;

}

.idea:nth-child(2) .idea_wrapper img {

    transform: scale(1.05);

}

.idea_title {

    position: absolute;

    top: 10%;

    left: 40px;

    right: 40px;

    background: rgba(255, 255, 255, 0.8);

    padding: 10px;

}

.idea_title h2 {

    font-family: 'Open Sans';

    font-size: 24px;

    font-weight: normal;

    line-height: normal;

    text-transform: uppercase;

    color: #FCA028;

    text-align: center;

    margin: 0;

}

.idea_wrapper .idea_box {

    position: absolute;

    top: 50%;

    left: 50px;

    right: 50px;

    transform: translateY(-50%);

    background: #fff;

    padding: 30px 15px;

}

.idea_wrapper .idea_box::before {

    content: "";

    position: absolute;

    top: 3px;

    left: 3px;

    bottom: 3px;

    right: 3px;

    border: 1px solid #eee;

    z-index: -1;

}

.idea_wrapper .idea_box h3 {

    font-family: 'Open Sans';

    font-size: 20px;

    font-weight: normal;

    line-height: normal;

    text-transform: capitalize;

    color: #000;

    text-align: center;

	margin: 0

}

.idea_wrapper .idea_box h3 a {

    color: #000;

	text-decoration: none

}

/************ End Ideas ************/





/************End Blog************/

.our_partners {

    padding: 40px 0;

    margin: 0 0 50px;

    background: #efefef;

}

.owl_partners .partner img {

    width: auto;

    height: 35px;

    margin: 0 auto;

}



/************End Newsletter************/

.cart_title {

	display: none; 

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 15px 25px;

    background: #8db2b5;

    color: #fff;

    font-size: 20px;

    line-height: 1;

    font-weight: 500;

}

.cart_title a.btn-cart-close {

    position: absolute;

    right: 25px;

    font-size: 16px;

    line-height: 22px;

}

.dropdown_cart {

    position: absolute;

    top: 150%;

    right: 0;

    width: 350px;

    background: #fff;

    z-index: 100;

    padding: 25px;

	box-shadow: 0 3px 10px 0 rgba(210, 210, 210, 0.3);

	opacity: 0;

	visibility: hidden;

	transition: all .3s ease

}

.minicart {

	padding-bottom: 10px;

	margin-bottom: 20px;

    border-bottom: 1px solid #eee;

}

.minicart_items {

    list-style: none;

    padding: 0;

    margin: 0;

}

.minicart_items li.cart_item {

    display: flex;

    padding: 14px 0;

    border-bottom: 1px solid #eee;

}

.minicart_items li.cart_item:last-child {

	border: none

}

.cart_item_photo {

    width: 70px;

	margin: 0 15px 0 0;

}

.header-cart .cart_item_desc .cart_item_title a {

    font-size: 14px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: normal;

    color: #000;

    text-transform: capitalize;

    margin: 0 0 12px;

}

.cart_item_desc .cart_item_price {

    font-size: 18px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: normal;

    color: #000;

    text-transform: capitalize;

    margin: 0 0 10px;

}

.cart_item_desc .cart_quantity .quantity {

    font-size: 14px;

    line-height: 1.4;

    font-weight: 600;

    letter-spacing: normal;

    color: #000;

    margin: 0 30px 0 0;

}

.header-cart .cart_item_desc .cart_quantity a {

    line-height: normal;

    color: #000;

}

.header-cart .cart_item_desc .cart_quantity a i.fa{

    font-size: 16px;

}

.mcart_subtotal {

    font-size: 20px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: normal;

    color: #000;

    text-transform: capitalize;

    margin: 0 0 25px;

	display: flex;

	justify-content: space-between;

}

.header-cart .block_minicart .mcart_actions .btn {

	font-family: 'Open Sans';

	font: 11px;

	font-weight: 600;

	color: #000;

	height: 45px;

    line-height: 43px;

    border: 2px solid #ebebeb;

    display: block;

    margin-bottom: 10px;

    padding: 0 20px;

    text-align: center;

    text-transform: uppercase;

    background-color: transparent;

}

.header-cart .block_minicart .mcart_actions .btn:last-child {

    margin-bottom: 0;

}

.header-cart .block_minicart .mcart_actions .btn:hover {

	background: #FCA028;

	border-color: #FCA028;

	color: #fff

}

.breadcrumb {

    background: transparent;

    margin: 0;

    padding: 6px 0;

}

.breadcrumb .breadcrumb-item {
	font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .4px;
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #2F354F !important;
    content: var(--bs-breadcrumb-divider, " > ");
}
.breadcrumb .breadcrumb-item a {
    color: #FF7A3C;
}
.header_v2 i {
    color: #2F354F;
}
.sp-tp {
    padding-top: 100px;
}
.grid_title {

    font-family: 'Open Sans';

    font-size: 24px;

    font-weight: 500;

    line-height: normal;

    text-align: center;

    margin: 0;

}

.count_list {

    font-family: 'Open Sans';

    font-size: 14px;

    font-weight: 400;

    text-align: center;

    line-height: normal;

    color: #f0aeb2;

}

.filter_list {

    margin: 0 0 10px;

}

.form-label {

    font-size: 14px;

    font-weight: 400;

    letter-spacing: normal;

    float: left;

	margin: 0 5px 0 0

}

.select-wrapper {

    float: right;

    position: relative;

	background: #fff

}

.select-wrapper .form-control {

    padding: 0 20px 2px 4px;

    height: auto!important;

    width: 110px;

    line-height: normal;

    font-size: 14px;

    border: none;

    border-bottom: 2px solid #eee;

    border-radius: 0;

    text-transform: capitalize;

	background: transparent;

    -webkit-appearance: none;

    -moz-appearance: none;

    -o-appearance: none;

    position: relative;

    z-index: 1;

}

.select-wrapper .form-control:focus {

	box-shadow: none

}

.select-wrapper i.fa {

    position: absolute;

    top: 50%;

    right: 5px;

    transform: translateY(-50%);

	z-index: 0

}

.col_filter {

    margin-top: 55px;

}

.filter_title {

    font-family: 'Open Sans';

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

    letter-spacing: .2px;

    position: relative;

    margin: 0 0 20px;

	padding-bottom: 8px

}

.filter_title::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 30px;

    height: 2px;

    background: #FCA028;

}

.filter_title:not(:first-child) {

    margin: 20px 0 20px;

}

.block-title {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #000;
	margin: 0 0 8px;
	padding-left: 10px;
	padding-right: 20px;
	position: relative
}

.block-title a {
    color: #000;
	text-decoration: none;
}

.toggle-arrow {

    position: absolute;

    top: 0;

    right: 0;

    width: 20px;

    height: 20px;

    text-align: center;

    line-height: 24px;

}

.toggle-arrow::before {

	content: "\f107";

	font-family: FontAwesome;

	font-size: 16px;

	line-height: normal;

	color: #000;

}

.block-content {display: none}

.block-content.show {display: block}

.block-content .category-list {

	list-style: none;

	padding: 0 20px;

	margin: 0

}

.category-list li {

	margin: 0 0 8px;

}

.category-list li a {

    font-family: 'Open Sans';

    font-size: 13px;

    font-weight: 500;

    line-height: normal;

    letter-spacing: 0.4px;

    color: #000;

	text-decoration: none

}

ul.filter_price {

    list-style: none;

    padding-left: 10px;

	margin: 0

}

ul.filter_price .range_price {

    font-family: 'Open Sans';

    font-size: 12px;

    font-weight: 500;

    line-height: 2;

    letter-spacing: 0.4px;

    color: #000;

    margin: 0 0 8px;

}

ul.filter_price .range_price .count{

	color: #aaa;

	letter-spacing: normal

}

.range_price .custom-control-label::before {

    background-color: transparent;

    border: 1px solid #cce;

}

.range_price .custom-control-input:checked ~ .custom-control-label::before {

    background-color: transparent;

}

.range_price .custom-radio .custom-control-label::after {

	top: 8px;

    left: -20px;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #ccc;

	transform: scale(0);

	transition: all .3s ease

}

.range_price .custom-radio .custom-control-input:checked ~ .custom-control-label::after {

    background-image: none;

	transform: scale(1);

}

.range_price .custom-control-input:focus~.custom-control-label::before {

    box-shadow: none;

}

.wrapper-pagination {

	padding-top: 20px;

	border-top: 1px solid #ccc;

	margin-bottom: 50px

}

.pagination .page-item.disabled {

    display: none;

}

.pagination .page-item .page-link {

    padding: 5px 14px;

    border: none;

    color: #000;

}

.pagination .page-item.active .page-link {

	background: #da6a7a;

    color: #fff;

}

.page-link:focus {box-shadow: none}

.filter_head {

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding: 15px 25px;

    background: #8db2b5;

    color: #fff;

    font-size: 20px;

    line-height: 1;

    font-weight: 500;

}

.filter_head .btn-close {

	position: absolute;

    right: 25px;

    font-size: 16px;

    line-height: 22px;

}

.filter-col-toggle {

    font-size: 14px;

    font-weight: 600;

    background: #8db2b5;

    color: #fff !important;

    padding: 2px 12px;

}

/************Start Single Product***********/

.product_wrapper {

    margin: 15px 0 0;

}

.slide_product {

    position: relative;

	margin: 0 0 30px

}

.slide_product.owl-theme .owl-nav {

    margin-top: 0;

}

.slide_product.owl-theme .owl-nav [class*=owl-] {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    font-size: 40px;

    color: #000;

    border-radius: 0;

    margin: 0;

    overflow: hidden;

	outline: none

}

.slide_product.owl-theme .owl-nav [class*=owl-]:hover {

    background: rgb(255, 255, 255);

}

.slide_product.owl-theme .owl-nav .owl-prev {

    left: 10px;

}

.slide_product.owl-theme .owl-nav .owl-next {

    right: 10px;

}

.slide_product_hash {

    padding: 0 30px;

    position: relative;

	margin-bottom: 50px

}

.slide_product_hash.owl-theme .owl-nav {

    margin-top: 0;

}

.slide_product_hash.owl-theme .owl-nav [class*=owl-] {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 30px;

    height: 100%;

    line-height: 50px;

    text-align: center;

    font-size: 30px;

    color: #000;

    border-radius: 0;

    margin: 0;

    overflow: hidden;

	outline: none

}

.slide_product_hash.owl-theme .owl-nav [class*=owl-]:hover {

    background: rgb(255, 255, 255);

}

.slide_product_hash.owl-theme .owl-nav .owl-prev {

    left: 0;

}

.slide_product_hash.owl-theme .owl-nav .owl-next {

    right: 0;

}

.product_detail {

	margin-bottom: 50px

}

h1.product_title {

    font-family: 'Open Sans';

    font-size: 30px;

    font-weight: 600;

    line-height: normal;

	margin: 0 0 10px

}

.product_rating {

	display: flex;

	margin: 0 0 15px

}

.start_rating i.fa-star-o{

    color: #c1c1c1;

}

.start_rating i.fa-star{

    color: #fb981b;

}

a.review_link {

    font-size: 14px;

    color: #666;

    line-height: 18px;

    margin-left: 42px;

    text-decoration: none;

}

.product_meta {

    padding-top: 25px;

    padding-left: 0;

    border-top: 1px solid #e7e7e7;

    font-size: 13px;

    color: #3f3f3f;

}

.product_short_description {

	margin: 10px 0 30px

}

.product_short_description p {

    font-family: 'Open Sans';

    line-height: 25px;

    letter-spacing: .4px;

    font-weight: 400;

    font-style: normal;

    color: #000;

    font-size: 14px;

}

.product_detail .price {

    font-family: 'Open Sans';

    line-height: 25px;

    letter-spacing: .4px;

    font-size: 25px;

    font-weight: 600;

    color: #000;

    margin-bottom: 100px;

}

.variations {

    display: flex;

	margin: 0 0 30px

}

.label_var {

    width: 100px;

    display: inline-block;

    line-height: 30px;

    font-weight: 600;

    color: #000;

    font-size: 14px;

}

.var_items {

    display: flex;

}

.var_items .var-item {

    position: relative;

	margin: 0 15px 0 0

}

.var_items .var-item input[type=radio] {

    position: absolute;

    opacity: 0;

    visibility: hidden;

}

.var_items .var-item label {

	width: 34px;

	height: 34px;

	line-height: 28px;

	text-align: center;

	background: #eee;

	border: 2px solid #eee;

    margin: 0;

	opacity: .6

}

.var_items .var-item img{

	max-width: 28px;

	max-height: 28px;

}

.var_items .var-item input[type=radio]:checked ~ label {

	opacity: 1;

	box-shadow: 0 0 8px 0 #000

}

.single_addtocart_button {

    padding: 0 20px;

    font-size: 12px;

    font-weight: 700;

    line-height: 42px;

    text-transform: uppercase;

    background: #fff;

    color: #000;

    border-radius: 20px;

    border: 2px solid #000;

    position: relative;

}

.product_cmd {

	display: flex;

	margin: 100px 0 30px

}

.qty-form {

    display: block;

    width: 130px;

    padding: 0 40px;

    margin: 0 20px 0 0;

    border: 2px solid;

    border-radius: 20px;

	overflow: hidden;

	position: relative

}

.qty-form input.qty {

    width: 50px;

    border: none;

    height: 42px;

    line-height: 42px;

    text-align: center;

    font-size: 16px;

}

.qty-form span {

    position: absolute;

    top: 0;

	display: block;

    width: 40px;

    height: 42px;

    line-height: 42px;

    text-align: center;

    font-size: 20px;

    font-weight: 500;

	cursor: pointer

}

.qty-form span::selection {

	background: #fff;

	color: #000

}

.qty-form span.minus{

	left: 0

}

.qty-form span.plus{

	right: 0

}

.share_rss .label_rss {

	font-size: 16px;

	font-weight: 300;

	line-height: 24px;

	text-align: center;

	color: #000;

	margin: 0 10px 0 0

}

.share_rss .btn_rss {

	display: inline-block;

	width: 24px;

	height: 24px;

	font-size: 12px;

	color: #000;

	text-align: center;

	line-height: 22px;

	border: 1px solid #000;

	border-radius: 12px;

	margin: 0 3px 0 0

}

h2.tab_title {

    padding: 15px 0;

    font-size: 16px;

    font-weight: 600;

	line-height: normal;

    text-transform: uppercase;

    color: #777;

    border-bottom: 2px solid #ebebeb;

    margin: 0 0 30px;

}

h2.tab_title span{

    padding: 0 25px;

	display: inline-block;

	position: relative

}

h2.tab_title span::after{

	content: "";

	display: inline-block;

	width: 100%;

	height: 2px;

	background: #777;

	position: absolute;

	left: 0;

	bottom: -17px;

}



.lists_reviews li.custom_review {

    display: flex;

	margin-bottom: 15px;

}

.lists_reviews li.custom_review .photo_review {

    min-width: 60px;

}

.photo_review img{

    width: 60px;

    max-height: 60px;

}

.custom_review .review_info {

	margin-left: 20px

}

.custom_review .review_head {

    display: flex;

    justify-content: space-between;

}

.review_name {

    font-size: 14px;

    font-weight: 600;

    color: #000;

}

.review_name span {

    display: inline-block;

    font-weight: 400;

    color: #aaa;

    margin-left: 5px;

}

.review_info p {

    font-family: 'Open Sans';

    line-height: normal;

    letter-spacing: .4px;

    font-weight: 400;

    font-size: 14px;

    color: #000;

    margin: 6px 0 0;

}

.tab_description p {

    font-family: 'Open Sans';

    line-height: normal;

    letter-spacing: .4px;

    font-weight: normal;

    font-size: 15px;

    color: #000;

    margin: 10px 0;

}

.tab_reviews, .tab_description {

    margin-bottom: 50px;

}

ul.lists_reviews {

    margin-bottom: 30px;

}

h4.title_avis {

    font-size: 20px;

    font-weight: 400;

    margin: 0 0 15px;

}

.rating_product {display: flex}

#star-rating input.rating {

    display: none;

}

.stars {

    display: flex;

    margin: 3px 0 0 20px;

}

.star {

    background-image: url('../images/stars.png');

    background-position: left -2px;

    display: block;

    width: 20px;

    height: 16px;

    line-height: 16px;

    cursor: pointer;

    zoom: 1;

}

.tmp_es {

    background-position: left -21px;

}

.tmp_fs {

    background-position: left -40px;

}

.fullStar {

    background-position: left -59px;

}

/************End Single Product***********/

.shop_table th {

    padding: 15px 10px;

    font-weight: 600;

    text-transform: uppercase;

    color: #000;

    vertical-align: middle;

    border: none;

    border-bottom: 2px solid #efefef;

}

.shop_table .product-remove a {

    font-size: 30px;

}

.shop_table td {

    padding: 15px 12px;

    border: none;

    text-align: left;

    border-bottom: 1px solid #e6e6e6;

	vertical-align: middle

}

.shop_table tr td:last-child, .shop_table tr th:last-child {

    text-align: right;

}

.shop_table .product-thumbnail img {

    width: 100px;

}

.shop_table a {

    color: #000;

    text-decoration: none;

    font-size: 18px;

}

.shop_table .price-amount {

    font-weight: 600;

    color: #000;

}

.product-quantity .quantity {

    display: inline-block;

    width: 130px;

    padding: 0 40px;

    position: relative;

}

.product-quantity .quantity input.qty {

    width: 50px;

    border: none;

    line-height: 40px;

    text-align: center;

    font-size: 16px;

}

.product-quantity .quantity span {

    position: absolute;

    top: 0;

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    font-size: 20px;

    font-weight: 500;

    cursor: pointer;

}

.product-quantity .quantity span.minus {

    left: 0;

}

.product-quantity .quantity span.plus {

    right: 0;

}

.cart-actions {

	margin-top: 10px;

	margin-bottom: 35px;

}

.form-control:focus {

    border-color: #000;

    box-shadow: none;

}

textarea.form-control {

    height: auto;

	padding: 10px 15px

}

.cart-actions .btn_sub{

	background: #8db2b5

}

.cart-actions .coupon .btn_sub{

	background: #FCA028

}

.cart_totals {

    border: 2px solid #efefef;

    padding: 25px;

	margin-bottom: 50px

}

.cart_totals h2 {

    font-size: 22px;

    margin-bottom: 5px;

    padding-left: 6px;

    text-transform: uppercase;

}

.shop_table .cart-subtotal .amount {

    font-weight: 400;

}

.cart_totals .shop_table tr:last-child th, .cart_totals .shop_table tr:last-child td {

    border-bottom: none;

}

.checkout h3 {

    font-size: 20px;

    font-weight: 600;

    text-transform: uppercase;

    margin: 0 0 30px;

}

.form_default h3 {
    font-size: 26px;
    font-weight: 600;

    margin: 0 0 30px;

}

.panel {

    margin-bottom: 21px;

    background-color: #fff;

    border: 1px solid transparent;

    border-radius: 0;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);

    box-shadow: 0 1px 1px rgba(0,0,0,.05);

}

.panel-default {

    border-color: #ddd;

}

.panel-group .panel {

    margin-bottom: 0;

    border-radius: 0;

}

.panel-group .panel-heading {

    border-bottom: 0;

}

.panel-default>.panel-heading {

    color: #333;

    background-color: #f5f5f5;

    border-color: #ddd;

}

.panel-title {

    margin-top: 0;

    margin-bottom: 0;

    font-size: 17px;

    color: inherit;

    padding: 10px 14px 

}

.panel-title>a {

    color: inherit;

}

.panel-body {

    padding: 15px;

}

.panel-group .panel-heading+.panel-collapse>.panel-body {

    border-top: 1px solid #ddd;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {

    border-top-color: #ddd;

}

.custom-radio .custom-control-input:checked~.custom-control-label::before {

    background-color: #000000;

}

.custom-control-input:focus~.custom-control-label::before {

    box-shadow: none;

}

.panel-title .custom-control-label {

    display: block;

}

.our_billing {

    margin-bottom: 50px;

}

.our_order {

    background-color: #f8f8f8;

    padding: 30px;

    margin-bottom: 50px;

}

.our_order .shop_table {

    background: #fff;

}

.form_default {
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    margin-bottom: 50px;

}
.login-form {
    padding: 70px 50px;
    background: linear-gradient(to bottom, rgb(26, 42, 108), rgb(15, 76, 129));
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    margin-bottom: 50px;
}
.login-form .form-control:not(.kv-fileinput-caption) {
    border: 1px solid #DED8D3;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    color: #B5B5B5;
    padding: 15px;
    background: #fff;
}
.login-form label {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.login-form  .btn_sub {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to bottom, #FF995A, #FFC46C);
    display: block;
    width: 100%;
}
.login-form .btn-dark {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #2F354F;
    background-color: #fff;
    display: block;
    width: 100%;
    border: 1px solid #FF995A;
    margin-top: 15px;
}
.login-form  .btn_link  {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color:  #fff;
}
.post_desc img {

	display: block;

	padding: 0 15px 0 0;

	margin: 0 auto 20px

}

.post_desc p {

	font-family: 'Open Sans';

    line-height: 22px;

    letter-spacing: .4px;

    font-weight: 400;

    font-size: 16px;

    color: #000;

}

.post_desc ul, .post_desc ol {

	padding-left: 15px

}

.post.single .post_tag {

    font-size: 14px;

    letter-spacing: 1px;

}

.post.single .post_tag span {

    display: inline-block;

    font-size: 14px;

    font-weight: 300;

    text-transform: capitalize;

    color: #000;

    letter-spacing: 0.4px;

    margin-right: 10px;

}

.page_title {

    background: #f9f9f9;

    padding: 50px 0;

    margin-bottom: 50px;

}

.page_title .grid_title {

    font-size: 42px;

    font-weight: 600;

}

#my_map {

    height: 360px;

}

.error404 {

    font-size: 100px;

    font-weight: 600;

	text-align: center;

	padding: 60px 0;

    margin-bottom: 50px;

}

.btn_rmore {

    font-size: 12px;

    font-weight: 500;

    color: #e38491;

	text-transform: uppercase;

    padding: 6px 0;

    margin-top: 10px;

}

.box-wrapper {

    background: #fff;

    box-shadow: 0 15px 30px 0 rgb(208 223 225 / 30%);

    margin-bottom: 30px;

}

.box-wrapper .widget-head {

    font-family: 'Open Sans';

    font-size: 18px;

    line-height: 26px;

    letter-spacing: .86px;

    color: #173c4a;

    padding: 12px 24px;

    background-color: rgba(141,178,181,.41);

}

.widget-list .block-list {

    padding: 30px 15px;

}

.block-link {

    font-family: 'Open Sans';

    font-size: 15px;

    line-height: 30px;

    color: #b4b4b4;

    border: solid 1px rgba(112,112,112,.08);

    margin-bottom: 8px;

}

.block-link.block-out {

    color: #ec1111;

    border: solid 1px #ec1111;

}

.block-link a {

    display: block;

    color: inherit;

    padding: 10px 12px;

}

.slabel{font-family:'Open Sans';font-size:16px;font-weight:500;line-height:normal;color:rgba(230,196,83,.63)}

.slabel-cancle{color:#ec1111}

.slabel-livre{color:#6fbad6}

.slabel-success{color:rgba(29,175,24,.51)}

.slabel-enroute{color:rgba(230,196,83,.63)}



.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {

    background-color: transparent;

    border: none !important;

    /* border-right: 1px solid #aaa; */

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

    color: #fca028;

    cursor: pointer;

    font-size: 1.3em;

    font-weight: 300;

    padding: 0 4px;

    position: absolute;

    left: 0;

    top: 0;

}



/* 

    ************************

    select searsh

    ************************

*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {

    background-color: transparent;

    border: none;

    border: none !important;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

    color: #fca028 !important;

    cursor: pointer;

    font-size: 1.3em;

    font-weight: 300;

    padding: 0 4px;

    position: absolute;

    left: 0;

    top: 0;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {

    background-color: transparent !important;

    border: none !important;

    border-radius: 0 !important;

    padding: 0 !important;

    padding-left: 20px !important;

}
.logo-footer img {
    border-radius: 15px;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 15px !important;
    border-radius: 10px !important;
    border: 1px solid #fca028 !important;
}

.logo-site img {
    max-height: 120px;
}
.social-foot {
    
}
.logo-footer img {
    max-width: 140px;
}
.ms-options-wrap.ms-active > .ms-options {
    position: relative !important;
}
.ms-options-wrap > .ms-options {
    max-height: 300px !important;
}
.dmd-devis-new {
    position: fixed;
    top: 15%;
    z-index: 32011;
    right: 0px;
    padding: 25px 10px 25px 20px;
    border-radius: 70px 0 0 70px;
    background: linear-gradient(to bottom, #1a2a6c, #0f4c81);
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /* ------------ */
     writing-mode: vertical-rl; /* Texte vertical */
    text-orientation: upright; /* Garde les lettres droites */
    text-decoration: none;
    letter-spacing: 1px; 
    white-space:nowrap;
}
.adress-foter-new span {

    margin-bottom: 15px;

}

.inp-prof-case {

    margin-right: 20px;

}

.label-case22 {

    margin-right: 35px;

}

.btn-plu-detaislid {

    font-family: 'Open Sans';

    font-size: 16px;

    font-weight: 700;

    display: inline-block;

    padding: 15px 35px;

    border: none;

    border-radius: 15px;

    background-color: #fca028;

    color: #fff;

}

.brd-list {

    border: 1px solid #FF7A3C;
    border-radius: 20px;

}

.loding-overly {

    background-color: #fff;

    position:fixed;

    width: 100%;

    height: 100%;

    z-index: 9999999;

    left: 0;

    top: 0; 

    display: flex;

    align-items: center;

    justify-content: center;

}



.loader {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    display: inline-block;

    position: relative;

    border: 3px solid;

    border-color: #25437F #25437F transparent transparent;

    box-sizing: border-box;

    animation: rotation 1s linear infinite;

  }

  .loader::after,

  .loader::before {

    content: '';  

    box-sizing: border-box;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    border: 3px solid;

    border-color: transparent transparent #FF3D00 #FF3D00;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    box-sizing: border-box;

    animation: rotationBack 0.5s linear infinite;

    transform-origin: center center;

  }

  .loader::before {

    width: 32px;

    height: 32px;

    border-color: #25437F #25437F transparent transparent;

    animation: rotation 1.5s linear infinite;

  }

.error-categories {
    font-size: 13px;
    color: tomato!important;
    display: none;
}  
.form-deme-devis .input-devis-stp1.error, .error {
    border-color: tomato !important;
}
label.error {
    color: tomato;
    display: block;
}
.text-blue {
    color: #25437F !important;
}

@keyframes rotation {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

} 

@keyframes rotationBack {

    0% {

        transform: rotate(0deg);

    }

    100% {
        transform: rotate(-360deg);
    }

}  

#card-element {
    display: block;
    width: 100%;
    padding: 12px 8px !important;
    border: 1px solid #949494;
    border-radius: 8px;
}
.btn-devis {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.btn-pub {
    color: #2F354F;
    border: 2px solid #132A68;
}
.btn-nv1, .list-offer--footer a.ficher {
    color: #fff;
    background: linear-gradient(to right, #1a2a6c, #0f4c81);
}
.list-offer--footer a.ficher  { margin-right: 15px; }
.header-action {
    display: flex;
}
.btn-devis:hover, .btn-nv1:hover {
     background: linear-gradient(to right, #FFB36B, #FF9A42);
    color: #fff;
}
.title-centre {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* 
    ***********

    stepece

    ***********
*/


/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  position: relative;
  background-color: var(--floens-white, #ffffff);
}
.work-process--two {
  background-color: var(--floens-white2, #F2EEEA);
}
.work-process--two .work-process__image {
  background-color: var(--floens-white, #ffffff);
}
.work-process__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.work-process__container-top {
  position: relative;
  z-index: 1;
}
.work-process .sec-title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 48px;
}
.work-process__container {
  position: relative;
}
.work-process .row {
  position: relative;
  z-index: 1;
}
.work-process__item {
  display: table;
}
.bga {
    background: linear-gradient(180deg, #ff8a3d 0%, #ffc371 100%);
}
.bgb {
    background: linear-gradient(to right, #1a2a6c, #0f4c81);
}
.work-process__image__inner h5 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 8px;

}
.btn-arrow {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.btn-arrow:hover {
    background-color: #2F354F;
 }
 .btn-arrow:hover img {
    filter: invert(1);
 } 

.btn-arrow img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    left: 50%;
}
.btn.btn-arrow.left-arr {
    margin-left: 20px;
}
/* .btn-arrow .right-arr img {
    left: -20px;
}  */
/* .left-arr img {
    right: 20px;
} */
.stepv2 {
    margin-bottom: 150px;
}
.stepes_v2 {
    position: relative;
    z-index: 3;
}
.menu-profile ul li {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
}
.menu-profile ul li::after {
    content: '';
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #FF7A3C;
}

@media (max-width: 991px) {
  .work-process__item {
    display: block;
  }
}
.work-process__item--two {
  margin-top: 153px;
  margin-left: 19px;
}
@media (max-width: 1199px) {
  .work-process__item--two {
    margin-top: 110px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .work-process__item--two {
    margin: 0;
  }
}
.work-process__item--three {
  margin-left: auto;
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .work-process__item--three {
    margin-left: 0;
    margin-right: 0;
  }
}
.work-process__item--four {
  margin-top: 214px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .work-process__item--four {
    margin-top: 172px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .work-process__item--four {
    margin: 0;
  }
}
.work-process__image {
  width: 214px;
  height: 214px;
  padding: 18px;
  background-color: #F8F8F8;
  border-radius: 50%;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .work-process__image {
    width: 205px;
    height: 205px;
  }
}
@media (max-width: 991px) {
  .work-process__image {
    width: 214px;
    height: 214px;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process__image__inner {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .work-process__image__inner {
    width: 169px;
    height: 169px;
  }
}
@media (max-width: 991px) {
  .work-process__image__inner {
    width: 178px;
    height: 178px;
  }
}
.work-process__image img {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .work-process__image img {
    width: 169px;
    height: 169px;
  }
}
@media (max-width: 991px) {
  .work-process__image img {
    width: 178px;
    height: 178px;
  }
}
.work-process__item:hover .work-process__image img {
  transform: scale(1.1);
}
.work-process__content {
  text-align: center;
}
.work-process__title {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
}
@media (max-width: 1199px) {
  .work-process__title {
    font-size: 14px;
  }
}
.work-process__step {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
    color:#2F354F;

}
.work-process__shape-three {
  width: 100%;
  max-width: 1011px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: moveBottom 2s linear infinite;
}
@media (max-width: 1199px) {
  .work-process__shape-three {
    top: 25%;
    max-width: 870px;
  }
}
@media (max-width: 991px) {
  .work-process__shape-three {
    display: none;
  }
}
@keyframes moveBottom {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translate3d(0, 10px, 0);
    transform: translateX(-50%) translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
.work-process__shape-one {
  position: absolute;
  top: 255px;
  right: -25px;
}
@media (max-width: 1599px) {
  .work-process__shape-one {
    top: 270px;
  }
}
.work-process__shape-two {
  position: absolute;
  left: -38px;
  bottom: 303px;
}
@media (max-width: 1599px) {
  .work-process__shape-two {
    bottom: 200px;
  }
}
.cont-v2 {
    padding: 60px 0;
    background: linear-gradient(to bottom, rgb(255, 153, 90), rgb(255, 196, 108));
}
.cont-v2 h2 {
    font-family: 'IBM Plex Sans';
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}
.btn-v2 {
    font-family: 'Open Sans';  
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #2F354F;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    padding: 15px 50px;
    background: linear-gradient(to bottom, rgb(26, 42, 108), rgb(15, 76, 129));
}
.btn-v2:hover {
    color: #fff;
    background: linear-gradient(to top, rgb(26, 42, 108), rgb(15, 76, 129));
}
/* **************

    THEMOINIAGE

    **************

*/

.title2 span {
    color: #FF7A3C;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-card {
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
  background-color: var(--floens-white2, #F2EEEA);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .testimonials-card {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .testimonials-card {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonials-card {
    padding-bottom: 150px;
  }
}
.testimonials-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.testimonials-card__top {
  padding: 30px 10px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.testimonials-card .floens-ratings {
  gap: 5.89px;
}
.testimonials-card .floens-ratings span {
  font-size: 14.21px;
  color: var(--floens-base2, #8A5133);
}
.testimonials-card__video {
  width: 38px;
  height: 38px;
  background-color: var(--floens-base2, #8A5133);
  border-radius: 0;
}
.testimonials-card__video span {
  font-size: 12px;
}
.testimonials-card__video .video-button__ripple::before,
.testimonials-card__video .video-button__ripple::after {
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(var(--floens-base2-rgb, 138, 81, 51), 0.6);
}
.testimonials-card__content {
  position: relative;
  z-index: 1;
}
.testimonials-card__content__inner {
  padding-left: 30px;
  padding-right: 10px;
}
.testimonials-card__text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
}
.testimonials-card__text__highlight {
  color: var(--floens-base, #FF7A3C);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.testimonials-card__text__highlight:hover {
  background-size: 100% 1px;
}
.testimonials-card__text__highlight:hover {
  color: var(--floens-text, #7A736A);
}
@media (max-width: 767px) {
  .testimonials-card__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .testimonials-card__text {
    font-size: 16px;
  }
}
.testimonials-card__person {
  position: relative;
  margin-top: 40px;
  display: table;
  padding: 25px 45px 25px 30px;
  background-color: var(--floens-base, #FF7A3C);
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}
.testimonials-card__person::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--floens-base2, #8A5133);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.testimonials-card__person__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.testimonials-card__person__image {
  flex-shrink: 0;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}
.testimonials-card__person__name {
  font-size: 18px;
  color: var(--floens-white, #ffffff);
  font-weight: 700;
  line-height: 1.666;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .testimonials-card__person__name {
    font-size: 16px;
  }
}
.testimonials-card__person__designation {
  font-size: 12px;
  color: var(--floens-white, #ffffff);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.testimonials-card:hover .testimonials-card__person::after {
  bottom: -50%;
}
.testimonials-card__quotes {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 143px;
  height: 114px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  clip-path: polygon(30% 0, 100% 0%, 68% 100%, 0% 100%);
}
.testimonials-card__quotes__icon {
  width: 52px;
  height: 38px;
}
.testimonials-card__quotes__icon path:nth-child(1),
.testimonials-card__quotes__icon path:nth-child(2) {
  fill: var(--floens-white, #ffffff);
}
.testimonials-card__quotes__icon path:nth-child(3),
.testimonials-card__quotes__icon path:nth-child(4) {
  stroke: var(--floens-base, #FF7A3C);
}
.testimonials-card--two {
  padding: 60px;
}
.contact-one {
    padding: 90px 0;
    background-color: #F8F8F8;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.img_recap {
    position: absolute;
    right: -400px;
    z-index: 0;
    bottom: 0;
}
.conallinfo {
    padding: 30px;
}
.info-contact {
    display: flex;
    flex-direction: column;
}
.info-det {
    height: 100%;
    display: flex;
    margin-bottom: 20px;
}
.info-det p {
    padding: 5px 20px;
    background-color: #70707070;
    color: #ffff;
    height: 35px;
    overflow: hidden;
}
.info-det div {
    width: 40px;
    background-color: #FF7A3C;
    margin: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary {
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: bold;
    padding: 20px 30px;
    border-radius: 8px;
    background-color: #FF7A3C !important;
    border: none;
}
.btn-primary:hover {
    border: none;
    background-color: #2F354F;
}
.img-solution {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.img-100 {
    width: 100%;
    object-fit: cover;
}
.work-process__image__inner img {
    width: 68px;
}
.title2.none-line::after {
    background-color: transparent;
}
@media (min-width: 1600px) {
    .steps-bg { width: 35%; }
}
@media (max-width: 767px) {
  .testimonials-card--two {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .testimonials-card--two {
    padding: 40px;
  }
}
@media (max-width: 430px) {
  .testimonials-card--two {
    padding: 30px;
  }
}
.testimonials-card--two::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 120px);
  background-color: var(--floens-base, #FF7A3C);
  z-index: 1;
}
.testimonials-card--two .testimonials-card__top {
  padding: 0;
}
.testimonials-card--two .testimonials-card__quotes__icon {
  width: 87px;
  height: 64px;
}
@media (max-width: 425px) {
  .testimonials-card--two .testimonials-card__quotes__icon {
    width: 77px;
    height: 54px;
  }
}
.testimonials-card--two .testimonials-card__content__inner {
  margin-top: 20px;
  padding: 0;
}
.testimonials-card--two .testimonials-card__person {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 40px 20px;
  justify-content: space-between;
  padding: 0;
  background-color: transparent;
  clip-path: none;
  overflow: visible;
}
@media (max-width: 500px) {
  .testimonials-card--two .testimonials-card__person {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-card--two .testimonials-card__person::after {
  display: none;
}
.testimonials-card--two .testimonials-card__person__name {
  color: var(--floens-black2, #2B1E16);
}
@media (max-width: 767px) {
  .testimonials-card--two .testimonials-card__person__name {
    font-size: 16px;
  }
}
.testimonials-card--two .testimonials-card__person__designation {
  color: var(--floens-text, #7A736A);
}
@media (max-width: 500px) {
  .testimonials-card--two .testimonials-card__video {
    margin-left: auto;
  }
}

.testimonials-card-three {
  padding: 40px;
  margin-bottom: -17px;
  display: flex;
  align-items: start;
  gap: 52px;
}
@media (max-width: 991px) {
  .testimonials-card-three {
    flex-direction: column;
    margin-bottom: -9px;
  }
}
@media (max-width: 575px) {
  .testimonials-card-three {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .testimonials-card-three {
    padding: 25px;
  }
}
.testimonials-card-three__left {
  flex: 0 0 auto;
  width: 46.7%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .testimonials-card-three__left {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .testimonials-card-three__left {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonials-card-three__right {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991px) {
  .testimonials-card-three__right {
    width: 100%;
  }
}
.testimonials-card-three__quotes {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--floens-white2, #F2EEEA);
}
@media (max-width: 575px) {
  .testimonials-card-three__quotes {
    padding: 50px 0;
  }
}
.testimonials-card-three__quotes__icon {
  width: 145px;
  height: 106px;
}
@media (max-width: 1199px) {
  .testimonials-card-three__quotes__icon {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .testimonials-card-three__quotes__icon {
    width: 145px;
  }
}
@media (max-width: 767px) {
  .testimonials-card-three__quotes__icon {
    width: 120px;
  }
}
.testimonials-card-three__quotes__icon path:nth-child(1),
.testimonials-card-three__quotes__icon path:nth-child(2) {
  fill: var(--floens-base2, #8A5133);
}
.testimonials-card-three__quotes__icon path:nth-child(3),
.testimonials-card-three__quotes__icon path:nth-child(4) {
  stroke: var(--floens-base, #FF7A3C);
}
.testimonials-card-three .floens-ratings {
  gap: 5.89px;
  margin-bottom: 19px;
}
.testimonials-card-three .floens-ratings span {
  font-size: 14.21px;
  color: var(--floens-base2, #8A5133);
}
.testimonials-card-three__text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 23px;
}
.testimonials-card-three__text__highlight {
  color: var(--floens-base, #FF7A3C);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.testimonials-card-three__text__highlight:hover {
  background-size: 100% 1px;
}
.testimonials-card-three__text__highlight:hover {
  color: var(--floens-text, #7A736A);
}
@media (max-width: 767px) {
  .testimonials-card-three__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .testimonials-card-three__text {
    font-size: 16px;
  }
}
.testimonials-card-three__name {
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .testimonials-card-three__name {
    font-size: 16px;
  }
}
.testimonials-card-three__designation {
  font-size: 14px;
  color: var(--floens-text, #7A736A);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.testimonials-one .container {
  position: relative;
}
@media (max-width: 1199px) {
  .testimonials-one__image-col {
    display: none;
  }
}
.testimonials-one__image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
}
.testimonials-one .sec-title {
  padding-left: 51px;
}
@media (max-width: 1199px) {
  .testimonials-one .sec-title {
    padding-left: 0;
  }
}
.testimonials-one__testimonials-col {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .testimonials-one__testimonials-col {
    position: static;
  }
}

.testimonials-one__carousel .owl-nav {
  display: none !important;
}
.testimonials-one__carousel .owl-dots {
  position: absolute;
  top: -122px;
  left: calc(50% + 34px);
  transform: translateX(-50%);
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px !important;
}
@media (max-width: 1199px) {
  .testimonials-one__carousel .owl-dots {
    left: 50%;
  }
}
@media (max-width: 575px) {
  .testimonials-one__carousel .owl-dots {
    top: -100px;
  }
}
.testimonials-one__carousel .owl-dots .owl-dot {
  margin-top: 0px !important;
}
.testimonials-one__carousel .owl-dots .owl-dot span {
  position: relative;
  width: 60px !important;
  height: 60px !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: 0 0 0 transparent !important;
  margin: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 60px 60px !important;
  border-radius: 50% !important;
  transition: all 500ms ease;
}
.title-profiel {
    font-family: 'Open Sans';
    font-size: 25px;
    color: #000000;
}
@media (max-width: 575px) {
  .testimonials-one__carousel .owl-dots .owl-dot span {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 430px) {
  .testimonials-one__carousel .owl-dots .owl-dot span {
    width: 45px !important;
    height: 45px !important;
  }
}
.testimonials-one__carousel .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 2px solid var(--floens-base, #FF7A3C);
  opacity: 0;
  transition: all 500ms ease;
}
.testimonials-one__carousel .owl-dots .owl-dot.active span {
  width: 84px !important;
  height: 84px !important;
  background-size: 84px 84px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: 0 0 0 transparent !important;
}
@media (max-width: 575px) {
  .testimonials-one__carousel .owl-dots .owl-dot.active span {
    width: 65px !important;
    height: 65px !important;
    background-size: 65px 65px !important;
  }
}
@media (max-width: 430px) {
  .testimonials-one__carousel .owl-dots .owl-dot.active span {
    width: 60px !important;
    height: 60px !important;
    background-size: 60px 60px !important;
  }
}
.testimonials-one__carousel .owl-dots .owl-dot.active span::after {
  opacity: 1;
}
.testimonials-one__carousel .owl-dots .owl-dot:nth-child(1) span {
  background-image: url("../images/user.png") !important;
}
.testimonials-one__carousel .owl-dots .owl-dot:nth-child(2) span {
  background-image: url("../images/user.png") !important;
}
.testimonials-one__carousel .owl-dots .owl-dot:nth-child(3) span {
  background-image: url("../images/user.png") !important;
}

.testimonials-two {
  background-color: var(--floens-white, #ffffff);
}
@media (min-width: 576px) {
  .testimonials-two__carousel .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .testimonials-two__carousel .owl-dots {
    display: none !important;
  }
}
.testimonials-two .sec-title {
  width: 100%;
  max-width: 606px;
  margin: 0 auto 60px;
}

.testimonials-three {
  background-color: var(--floens-white, #ffffff);
}
.testimonials-three__wrapper {
  border: 1px solid var(--floens-border-color, #DED8D3);
}
.testimonials-three .sec-title {
  width: 100%;
  max-width: 686px;
  padding: 0 40px;
  margin-top: 54px;
  margin-bottom: 60px;
  margin: 54px auto 60px;
}
@media (max-width: 575px) {
  .testimonials-three .sec-title {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .testimonials-three .sec-title {
    padding: 0 25px;
  }
}
.testimonials-three__carousel .owl-stage-outer {
  border-top: 1px solid var(--floens-border-color, #DED8D3);
}
.testimonials-three__carousel .owl-nav {
  margin-top: 30px !important;
  margin-bottom: 30px;
  gap: 37px !important;
}
@media (max-width: 375px) {
  .testimonials-three__carousel .owl-nav {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) {
  .testimonials-three__carousel .owl-nav {
    position: absolute;
    right: 39px;
    bottom: 39px;
    margin: 0 !important;
  }
}
.testimonials-three__carousel .owl-nav button span {
  width: 35.53px !important;
  height: 35.53px !important;
  font-size: 11.3px !important;
}
.testimonials-three__carousel .owl-nav button span.icon-slide-left-arrow::before {
  right: -17.23px !important;
}
.testimonials-three__carousel .owl-nav button span.icon-slide-right-arrow::before {
  left: -17.23px !important;
}
.testimonials-three__carousel .owl-nav button span:hover {
  background-color: var(--floens-base2, #8A5133) !important;
  color: var(--floens-white2, #F2EEEA) !important;
}
.section-space {
    padding-bottom:  150px;
}
.populaire-work .title2 {
    color: #fff;
}

.populaire-work .container .item .work-head img {
    width: 100% !important;
    height: 230px;
    object-fit: cover;
    margin-bottom: 0px;
}
.wor-body h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #2F354F;
    margin-bottom: 20px;
}
.bordt-1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #FF7A3C;
    margin-bottom: 20px ;
}
.wor-body  {
    background-color: #fff;
    padding: 25px;
    border-radius: 0 0 8px 8px;
}
.wor-body p span {
    color: #FF7A3C;
}
.populaire-work {
    padding: 70px 0;
    background: linear-gradient(to right, rgb(255, 153, 90), rgb(255, 196, 108));
}
.form-contacthome {
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.form-contacthome::after {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    height: 70px;
    width: 5px;
    background-color: #FF7A3C;
}
/* page qui somme nous */
.img-secti {
    position: relative;
} 
.img-secti .mgqui2 {
    position: absolute;
    right: 0;
    top: 70px;
}
.box-info-qui {
    
    border: 10px solid #FFFFFF;
    background-color: #FF7A3C;
    display: flex;
    width: fit-content;
    position: absolute;
    left: -20%;
    top: 150px;
}
.box-qui1, .box-qui2 {
    padding: 40px;
}
.box-qui1 p {
    text-align: center;
}
.box-qui1 p, .box-qui2 p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.box-qui2 p {
    transform: rotate(-90deg);
}
.title3 { 
    font-family: 'IBM Plex Sans';
    font-size: 40px;
    font-weight: bold;
    color: #2F354F;
    margin-bottom: 20px;
 }
.icon-tsq {
    background: linear-gradient(to bottom, #1a2a6c, #0f4c81);
    padding: 15px;
    border-radius: 50%;
    margin-right: 15px;
}
.content-tsq h5 {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: bold;
    color: #FF7A3C;
}
.content-tsq p {
    font-family: 'Open Sans';
    font-weight: bold;
    color: #2F354F;
}
.h-100 {
    height: 100%;
}
.our-spcial {
    padding: 70px 0;
    background: linear-gradient(to bottom, #FF995A, #FFC46C);
}
.our-spcial h3 {
    font-family: 'Open Sans';
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.our-spcial p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
/* page urgent */
.hed_home_def {
    background: linear-gradient(to right, #FF995A, #FFC46C);
    padding: 70px 0;
    margin-bottom: 200px;
}
.hed_home_def .container {
    position: relative;
}
.hed_home_def img {
    position: absolute;
    width: 420px;
    bottom: -150px;
    right: 0px;
}
.hed_home_def h1, .hed_home_def p  {
    font-family: 'Open Sans';
    color: #fff;
}
.hed_home_def h1 {
    font-size: 50px;
    font-weight: bold;
}
.hed_home_def p {
    font-size: 30px;
    font-weight: normal;
}
.btn3 {
    padding: 15px 100px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to bottom, #1a2a6c, #0f4c81);
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn3:hover {
    color: #ff8a3d;
    background: linear-gradient(to top, #1a2a6c, #0f4c81);
}
.login-form-v2 .form-control:not(.kv-fileinput-caption) {
    border: 1px solid #FF7A3C;
}
.seteps-hwo-wearre  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.seteps-hwo-wearre .steps-v2  {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-bottom: 80px;
}
.seteps-hwo-wearre .steps-v2.actve-step {
    border: 3px solid #FF7A3C;
}
.seteps-hwo-wearre .steps-v2:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #fff;
    height: 100%;
    left: 50%;
    bottom: -100%;
}
.seteps-hwo-wearre .steps-v2:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #fff;
    height: 100%;
    left: 50%;
    top: -100%;
    bottom: 0px;
}
.seteps-hwo-wearre .steps-v2.actve-step:not(:last-child)::after , .seteps-hwo-wearre .steps-v2.actve-step:not(:first-child)::before {
    background-color: #FF7A3C;
} 
.step-devi-2 .seteps-hwo-wearre .steps-v2.steps-v2-2:not(:last-child)::after , .step-devi-2 .seteps-hwo-wearre .steps-v2.steps-v2-2:not(:first-child)::before {
    background-color: #FF7A3C;
} 
.step-devi-2 .seteps-hwo-wearre .steps-v2.steps-v2-2 {
    border: 3px solid #FF7A3C !important;
}
.step-devi-3 .seteps-hwo-wearre .steps-v2.steps-v2-2:not(:last-child)::after , .step-devi-3 .seteps-hwo-wearre .steps-v2.steps-v2-2:not(:first-child)::before, 
.step-devi-3 .seteps-hwo-wearre .steps-v2.steps-v2-3:not(:last-child)::after , .step-devi-3 .seteps-hwo-wearre .steps-v2.steps-v2-3:not(:first-child)::before {
    background-color: #FF7A3C;
} 
.step-devi-3 .seteps-hwo-wearre .steps-v2.steps-v2-2, 
.step-devi-3 .seteps-hwo-wearre .steps-v2-3 
{
    border: 3px solid #FF7A3C !important;
}
.step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-2:not(:last-child)::after , .step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-2:not(:first-child)::before, 
.step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-3:not(:last-child)::after , .step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-3:not(:first-child)::before, 
.step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-4:not(:last-child)::after , .step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-4:not(:first-child)::before 
{
    background-color: #FF7A3C;
} 
.step-devi-4 .seteps-hwo-wearre .steps-v2.steps-v2-2,  
.step-devi-4 .seteps-hwo-wearre .steps-v2-3,  
.step-devi-4 .seteps-hwo-wearre .steps-v2-4
{
    border: 3px solid #FF7A3C !important;
}


.header-choix-artisans {   
    display: flex;
    /* align-items: center; */
}
.seteps-hwo-wearre .steps-v2  span {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    background-color: #FF7A3C;
    color: #ffff;
}   
.bars-mobile {
    margin-left: auto;
    display: block;
    width: fit-content;
}
.menu-liste {
    padding: 20px 15px;
    width: 90%;
    position: fixed;
    right: 0%;
    height: 90vh;
    top: 80px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index: 9999999;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--floens-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--floens-black, #000000);
  opacity: 0.5;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background: linear-gradient(to right, #FF995A, #FFC46C);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 45px;
  right: 20px;
  font-size: 20px;
  color:   #ffffff;
  cursor: pointer;
  transition: all 400ms ease;
}
.mobile-nav__close:hover {
  color: #FF7A3C;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-right: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--floens-white, #ffffff);
  font-size: 16px;
  font-family: var(--floens-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--floens-base, #C7844F);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
    background: linear-gradient(to right, #FF995A, #FFC46C);    
  border: none;
  outline: none;
  color: var(--floens-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--floens-white, #ffffff);
  color: var(--floens-base, #C7844F);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--floens-white, #ffffff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-right: 22px;
}
.mobile-nav__social a:hover {
  color: var(--floens-base, #C7844F);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.mobile-nav__contact li {
  color: var(--floens-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--floens-base, #C7844F);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--floens-base, #C7844F);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  color: var(--floens-white, #ffffff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}
#formstepdevis-p-1 .form-group .file-input {
    display: flex ;
    border: 2px solid #FF7A3C;
    border-radius: 8px;
}
#formstepdevis-p-1 .form-group .file-preview {
    width: 80%;
}

.upload-wrapper {
        margin: 0 auto;
    }

    .upload-label {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
        font-weight: 500;
    }

    /* Le conteneur principal avec la bordure orange */
    .upload-container {
        border: 2px solid #ff8a50; /* Couleur orange similaire à l'image */
        border-radius: 6px;
        background-color: #fff;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        transition: background-color 0.3s;
        position: relative;
    }

    /* Effet au survol ou lors du dragover */
    .upload-container.dragover {
        background-color: #fff8f5;
        border-color: #ff6b35;
    }

    .upload-content {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-grow: 1;
    }

    /* Style de l'icône document */
    .upload-icon svg {
        width: 40px;
        height: 40px;
        stroke: #d3d3d3; /* Gris clair */
    }

    .upload-text {
        color: #777;
        font-size: 14px;
        line-height: 1.4;
    }
    
    .upload-text .sub-text {
        color: #999;
        font-size: 13px;
    }

    /* Le bouton Parcourir */
    .upload-btn {
        background-color: #2e3046; /* Bleu nuit foncé */
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        white-space: nowrap;
        transition: opacity 0.2s;
    }

    .upload-btn:hover {
        opacity: 0.9;
    }

    /* Styles pour la liste des fichiers uploadés */
    .file-list {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .file-item {
        background: #eee;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.remove-file {
    color: red;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}

.error-msg {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
.zone-intervontion1 {
    margin-top: 15px;
    padding-bottom: 15px;
}
.zone-intervontion1 h5 {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 8px;
}
.zone-intervontion1 p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #2F3146;
}
.zone-intervontion1 span {
    color: #FF7A3C;
}
.content-title-nv1 h3 {
    font-family: 'Inter' sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #707070;
}
.suprimer-demande {
    font-family: 'Open Sans';
    font-size: 15px;
    display: block;
    font-weight: bold;
    color: #FF0000;
}
.modal-dialog { max-width: 650px; }

.gallery-item2 {
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 100%;
    height: 150px; /* Force une hauteur identique pour que la grille soit jolie */
}

.gallery-item2:hover {
    transform: scale(1.05); /* Léger zoom au survol */
    opacity: 0.9;
}
.profilemode {
    width: 85%;
}
.heddetprofile h6 {
    font-family: 'Open Sans';
    font-size: 15px;
}
.heddetprofile h5 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
}
.plus-info-liste {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f7f7f7;
    padding: 15px;
    height: 100%;
}
.plus-info-liste ul {
    list-style: none;
    padding: 0;
}
.plus-info-liste ul li {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.plus-info-liste ul li i {
    margin-right: 5px;
    COLOR: #FF7A3C;
    font-size: 15px;
}
.plus-info-liste h4 {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.modal-header .btn-close {
    position: absolute;
    right: 17px;
    top: 13px;
}
.plus-info-liste ul li b {
    font-size: 13px;
}










































































/* 

    **************

    Responsive

    **************

*/
@media (min-width: 1100px) {
    .modal-dialog {
        max-width: 875px;
    }
}
@media (max-width: 1700px) {
    .navbar_main .nav-item {  margin: 0 15px; }
    .btn-devis { font-size: 16px; padding: 10px 20px; }
}
@media (max-width: 1500px) {
    .header-info::before { left: -340px; width: 89%;}
    .navbar_main .nav-item .nav-link { font-size: 14px; }

}

@media (max-width: 1399px) {
    .header-info::before { left: -455px; width: 107%; }
    .slidehome .item_content .item_text p { font-size: 45px;  }
    .form-slide-home form button { font-size: 17px; padding: 15px; }
    .slidehome .item_content .item_text h1 { font-size: 30px; }
    .navbar_main .nav-item .nav-link { font-size: 14px; }
    .btn-devis {font-size: 12px; padding: 10px 18px; }
    .brande img { height: 120px; margin-right: 20px; }
    .slidehome h2 { font-size: 55px; }
    .slidehome h1 { font-size: 25px; }
    .img-slide img { max-width: 460px; }
    .slidehome p {font-size: 20px;  }
    .item-vote img { max-width: 120px; }
    .srv-slde p { font-size: 12px; }

}



@media (min-width: 1399px) {

	.container {

		max-width: 1340px;

	}

}

@media (max-width: 1299px) { 
    

}

@media (max-width: 1199px) {     
    .order-nav-1 { order: 1; }
    .order-nav-2 { order: 2; }
    .order-nav-3 { order: 3; }
    .header-wrapper .main_navigation .info-web-header { padding: 20px 0; }
    .menu-header .info-web-header p, .menu-header .info-web-header .social-media-header { color: #fff; }
    .menu-header .info-web-header p, .menu-header .info-web-header .social-media-header .fa { color: #fff; }
    .step-score h2 { font-size: 15px; } 
    .step-score h2 { font-size: 15px; }
    .menu-navbar-devi { justify-content: space-between; padding-left: 5%; }
    .cont-v2 h2 { font-size: 45px; }
    /* 

    ***********

    nav baar

    ***********

    */

	.grid_products .product_item:nth-last-child(-n+2) {display: none}

	.idea_title {top: 5%;left: 30px;right: 30px;}

	.idea_title h2 {font-size: 20px;}

	.idea_wrapper .idea_box {left: 35px;right: 35px;padding: 20px 15px;}

	.product_detail .price {margin-bottom: 60px}

	.product_cmd {margin-top: 80px}


    .header-info::after { width: 70%;}

    .header-info::before { left: -675px; width: 130%; }

    .list-offer--footer a { font-size: 14px; }

    textarea.form-group-devi { min-height: 250px; }
    .dmd-devis-new { top: 240px; }
    .mob-logo { max-width: 125px; } 

    .slidehome .item_content { padding-top: 40px;  padding-bottom: 40px;  padding-left: 25px; }
    .img-slide img {position: relative; top: 0; max-width: 100%; }
    .search-slide { padding: 15px; }
    .slidehome input { font-size: 13px; height: 50px; width: 70%; padding: 10px; }
    .search-slide .btn { height: 49px; }
    .slidehome h1 {  margin-bottom: 30px; }
    .slidehome h2 { font-size: 45px; }
    .insslide { padding: 15px 0;}
    .item-vote img { max-width: 100%; }
    .item-serv { margin-bottom: 25px; }
    .title2 {  font-size: 35px; }
    .hed_home_def h1 { font-size: 42px; }
    .hed_home_def h1 { font-size: 30px; }
    .seteps-hwo-wearre { display: none;   }
    .steps-bg { display: none; } 

    
}

@media (max-width: 1024px) { 

 }  

@media (max-width: 991px) {
    .dmd-devis-new { display: none; }
    .brande img {height: auto; }
    .header-wrapper .main_navigation .info-web-header { padding: 20px 0px; }
    nav.navbar.navbar_main.navbar-expand-lg { padding: 0; }
    .wrap-header .header-position { padding: 10px 0; }
    .processus_box .arrw-sev { right: -45px; width: 70px; }
    .processus_box_txt h2 { font-family: 'Open Sans'; font-size: 18px; }
    .processus_box_txt p { line-height: 25px; }
    .title-devis h3 { font-size: 35px; }
    .title-devis { padding-bottom: 50px; }
    .menu-monesp { display: block; }
    .content-title-nv1 { display: flex; justify-content: space-between; align-items: center; }
    .serv-icons { width: 50px; margin-left: 15px; }
 

    /* 

    ************************

        navbar

    ************************ */


    .form-slide-home form button {font-size: 15px; padding: 15px;}

    .form-slide-home form input { font-size: 20px;  }

    .post .post_pic img { height: 230px;  }

    .propos-nous-home, .our_avis, .services-demande, .our_blog { margin-bottom: 80px; }

    /* may code  */




	.wrap-header .header-position.header-center {display: none}

	.navbar_main .nav-item:nth-last-child(-n+2) {display: list-item;}

	.header-wrapper .main_navigation .navbar_main .navbar-nav {margin-bottom: 15px;}

	.mobile-search {display: block}

	.navbar_main .nav-item {margin: 0}

	.navbar_main .nav-item .nav-link {line-height: 34px;border-bottom: none;}

	.form-inline.header-form {width: 100%; margin: 20px 0}

	.wrap-header .navbar-toggler {

		display: inline-block;

		margin-left: 15px;

		padding: 5px;

		font-size: 28px;

        position: relative;

        z-index: 9999999999;

	}

	.topbar .wrap-topbar .nav .nav-item .nav-link {padding: 0}

	.grid_products .product_item:nth-last-child(-n+2) {display: block}



	.text-titr {font-size: 26px;}

	.catg-item.item_lg {height: 300px;}

	.catg-item .item{height: 100%}

	.idea_wrapper {padding: 0}

	.idea:first-child .idea_wrapper {padding-right: 0}

	.idea:last-child .idea_wrapper {padding-left: 0}

	.idea_title {top: 3%;left: 10px;right: 10px;}

	.idea_title h2 {font-size: 16px;}

	.idea_wrapper .idea_box {left: 20px;right: 20px;padding: 15px;}

	.idea_wrapper .idea_box h3 {font-size: 14px;}

	.post .post_tag {font-size: 14px}

	.post .post_title {font-size: 18px}

	.post .post_info {font-size: 12px}

	.col_filter {

		opacity: 0;

		visibility: hidden;

		margin: 0;

		padding: 60px 15px 10px;

		position: fixed;

		top: 0;

		left: -400px;

		bottom: 0;

		width: 400px;

		max-width: 100%;

		background: #fff;

		z-index: 100;

		box-shadow: 0 10px 30px 0 #ccc;

		transition: all .3s ease

	}

	.col_filter.show {opacity: 1;visibility: visible;left: 0;}

	.filter_head {display: block}

	.col_filter .block-filter {height: 100%;overflow: scroll;padding: 0 10px 0 0}

	.product_short_description {margin-bottom: 20px}

	.variations {margin-bottom: 20px}

	.product_detail .price {margin-bottom: 20px}

	.product_cmd {margin-top: 30px}



    /* ********* */

    .content-projet-vite h2 { font-size: 30px; }

    .btn.btn-projet-vite { font-size: 14px;  padding: 20px 10px; }

    .content-propos-home .text-desc-prphom {font-size: 25px;}

    .post:not(:last-child) { margin-bottom: 20px; }

    .header-info::before { left: -770px; width: 165%; }

    .checkout h3 {font-size: 15px;}

    .menu-navbar-devi {  padding-left: 0; }

    .conten-navbar button#dropdownMenuButton1  { margin-bottom: 30px !important;  }

    .menu-container-esp {

        position: absolute;

        left: -160%;

        top: 0;

    }

    .menu-container-esp.disp-menu--esp {

        top: 1%;

        left: 0;

        z-index: 10000;

        box-shadow: #000;

        z-index: 100;

    }

    .menu-container-esp.disp-menu--esp .menu-profile { 
        box-shadow: 0 0 10px; 
        position: relative;
    }

    .menu-container-esp.disp-menu--esp .btn-close--menu {

        display: block;

        z-index: 1001;

    }

    .menu-monesp.disp-menu--esp {

        display: none;

    }

    .form-slide-home form input, .form-slide-home span.select2.select2-container.select2-container--default  { font-size: 18px !important;  }

    .form-slide-home textarea.select2-search__field,  .select2-container--default .select2-selection--multiple { font-size: 18px !important; }
    .title2 { font-size: 30px; }
    .bodysvr p { font-size: 14px; }
    .bodysvr h3 a { font-size: 18px; }
    .cont-v2 h2 { font-size: 36px; }
    .btn-v2 { font-size: 15px; }
    .hed_home_def img { display: none; }
    .hed_home_def p { font-size: 22px; }
    .hed_home_def { margin-bottom: 55px; }
    .step-score::before {     left: 0;     bottom: 0px; width: 100%;  }
    .step-score::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 25%;
} 

.step-devi-2 .step-score::after { width: 50% !important; }

.step-devi-3 .step-score::after { width: 75% !important; }

.step-devi-4 .step-score::after { width: 100% !important; }

}


@media (max-width: 767px) {
    
.populaire-work .container .item .work-head img { height: auto; }
    .btn-devis { font-size: 16px; padding: 5px 10px; }
    .form-slide-home form input { font-size: 18px; width: 65%; }
    .arrw-sev.sm-d-none { display: none; }
    .sm-mr-20 { margin-bottom: 20px; }
    .content-propos-home { margin-bottom: 20px;}
    .row .form-group:not(:last-child) .form-step-st2 { margin-bottom: 1rem; }
    .order0-max-md { order: 0; }
    .order1-max-md { order: 1; }
    .votre-proget-step { margin-bottom: 35px; }
    .form-slide-home form input, .form-slide-home span.select2.select2-container.select2-container--default  { font-size: 15px !important;  }
    .form-slide-home textarea.select2-search__field,  .select2-container--default .select2-selection--multiple { font-size: 15px !important; }
    .form-slide-home form input, .form-slide-home span.select2.select2-container.select2-container--default  { margin-bottom: 15px;  }

    /* 

        ***************************

        *

        **********

    */

	.navtrue.owl-theme .owl-nav [class*=owl-] {width: 30px;height: 30px;line-height: 30px;font-size: 50px;}

	.navtrue.owl-theme .owl-nav [class*=owl-] span {line-height: 26px;height: 30px;}



	.grid_products .product_item:nth-last-child(-n+2) {display: none}

	.idea_title {top: 10%;left: 70px;right: 70px;}

	.idea_title h2 {font-size: 22px;}

	.idea_wrapper .idea_box {left: 80px;right: 80px;padding: 30px;}

	.idea_wrapper .idea_box h3 {font-size: 16px;}

	.idea:nth-child(2) .idea_wrapper img {transform: scale(1);}

	.idea:nth-child(2) {margin: 20px auto;}

	.idea_wrapper img {display: block;width: auto;height: 400px;margin: 0 auto;}

	.form-newsletter .form-control {height: 50px;padding: 12px 15px;}

	.form-newsletter .btn-news {height: 38px;line-height: 38px;padding: 0 20px;}


	.dropdown_cart {position: fixed; padding-top: 50px; left: 0; bottom: 0; width: auto}


	.cart_title {display: block}

	.shop_table thead {display: none}

	.shop_table tr td {display: block;text-align: right}

	.shop_table tr td:before {content: attr(data-title) ": ";font-weight: 600;float: left;color: #222;}

	.shop_table tr td.product-thumbnail {text-align: center}

	.shop_table tr td.product-remove:before, .shop_table tr td.product-thumbnail:before {content: "";}

	.cart-actions .btn, .cart-actions .form-group, .cart-actions .form-control, .cart_totals .btn {width: 100%}
	.coupon {padding: 15px;border: 2px dashed #eaeaea;margin-top: 20px;}
	.cart_totals .shop_table th {display: none}
	.our_order .shop_table thead {display: table-header-group;}
	.our_order .shop_table tr td {display: table-cell;text-align: initial;}
	.our_order .shop_table tr td:last-child {text-align: right;}
	.our_order .shop_table tr td:before {content: "";}
    .arrow-steps-serv { margin-bottom: 25px; justify-content: space-between;margin-top: 0px;  }
    .main_slider, .solution, .container-service, .cont-v2 { margin-bottom: 95px; }
    .header-info::before { left: -850px; width: 220%; }
    .srv-slde p { white-space: nowrap !important; }
    .cont-v2 h2 { font-size: 30px;    margin-bottom: 30px; }
    .btn-v2 {  padding: 10px 30px; }
    .cont-v2 { padding: 30px 0; }
    .btn3 { padding: 15px 30px; }
    .titile1 {   font-size: 20px; }
    .title2 { font-size: 25px;margin-bottom: 60px; }
    .stepv2, .main_slider, .solution, .container-service, .cont-v2, .populaire-work, .spaces-v2 { margin-bottom: 90px; }
    .section-space { padding-bottom: 35px; }
    .footer .simple-list {  padding-top: 25px; }
    .header_v2 h2 { font-size: 30px; }
    
}   

@media (max-width: 575px) {
    .header-action .btn { display: none; }
    .menu-header .info-web-header p { font-size: 12px; }
    .header-wrapper .main_navigation .info-web-header { padding: 12px 0; justify-content: center; }

    

    .menu-header .info-web-header .social-media-header a:not(:last-child) .fa { margin-right: 25px; }

    .inf-working { display: none; }


    .form-slide-home form {

        background: transparent;

        border: none;

        flex-direction: column;

    }

    .form-slide-home form input {

        background-color: #fff;

        border-radius: 60px;

        width: 100%;

        margin-bottom: 15px;

        height: 50px    ;

    }

    .form-slide-home form button {

        padding: 10px 30px;

    }

    .smb-sm-20 { margin-bottom: 20px; }


    .content-propos-home .text-desc-prphom { font-size: 18px; padding: 20px; }
    /*  

    ******

    ******

    */

	.navtrue.owl-theme .owl-nav .owl-prev {left: 10px;}

	.navtrue.owl-theme .owl-nav .owl-next {right: 10px;}

	.desc_ecom h1 {font-size: 18px;}

	.desc_ecom p {font-size: 12px;}

	h2.section_title {font-size: 20px;margin: 0 0 20px;}

	.product-item-name a {font-size: 12px;}

	.price-box {font-size: 12px;}

	.catg-item.item_lg {height: auto;}

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

	.idea_title {left: 40px;right: 40px;}

	.idea_wrapper .idea_box {left: 50px;right: 50px;padding: 30px 20px;}

	.our_order {padding: 15px;}

    .header-info::before { 

        background-image: none;

        width: 100%;

        height: 100%;

        top: 0;

        left: 0;

        background-color: #000;

        opacity: 0.6;

     }

    .header-info::after { width: 100%; }
    .slidehome input { font-size: 11px; height: 40px; width: 60%; padding: 8px;  }
    .search-slide .btn { height: 39px; }
    .slidehome h2 { font-size: 30px;  }
        .cont-v2 h2 { font-size: 25px; }
    .container-az { padding: 0 20px; }

}

@media (max-width: 470px) {

    .inf-working { display: none; }

}