#block-headerblock header{
    display: block;
    z-index: 99999999999999 !important;
    margin-top: 0px;
}
.contenu {
    margin-top: 0 !important;
}
/*top-bar-fix*/

.top-bar-fix{
    background: #DC0813;
    width: 100%;
    z-index: 99999;
    top: 0;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
button:focus{
    border: none !important;
}
.top-bar-fix p{
    color: white;
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 13px 0;
    margin: 0;

}
.slick-initialized .slick-slide{
    height: auto !important;
}
.item-besoin{
    display: none !important;
}
/*bar-filter*/
.fixed-element{
    top: 0;
    width: 100% !important;
    z-index: 9999;
}
.fixed-element.not-top-barfix .top-bar-fix{
    display: none !important;
}
.fixed-element.scrol-in{
    position: relative
}
.bar-filter{
    background: white;
    box-shadow: 0 7px 17px 0 #00000024;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99999;
}
.bar-filter ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0;
    margin-bottom: 0;

}
.bar-filter li.active{
    background: #303C58;
}
.bar-filter li:hover{
    background: #303C58;
}
button:focus {
    outline: none !important;
}
.bar-filter li a:hover{
    color: white;
}
.bar-filter li.active a{

    color: white;
    font-family: 'Poppins-Medium',sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.bar-filter li{
    width: 246px;
    border-radius: 100px;
    background: #F3F3F3;
    text-align: center;
    height: 66px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.bar-filter a{
    color: #6E737F;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 30px;
    font-family: 'Poppins-SemiBold',sans-serif;
    font-weight: 600;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*vie-professionnel*/
.vie-professionel.padding-scrol.in{
    padding: 100px 0 40px 0;
}
.vie-professionel{
    background: #F0F0F0;
    padding: 40px 0 40px 0;
    text-align: center;
}
.title-professionel{
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #DD242B;
    margin-bottom: 5px;
    line-height: 39px;
    text-transform: uppercase;
}
.small-title-professionel{
    font-family: 'Poppins-Bold',sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: black;
    margin-bottom: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.type-pack{
    background: white;
    padding-bottom: 34px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px #0000000D;

}
.type-pack .img-pack{
    height:auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.type-pack .text-pack p{
    font-family: 'Poppins-SemiBold',sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.btn-more-info.butn-red{
    background: #D8242B;
    color: white !important;
    width: 160px;
    margin: 30px auto 0 auto;
    display: block;
    border:1px solid white;
}
.btn-more-info.butn-red:hover{
    color:#D8242B !important;
    border-color:#D8242B !important;
    background: white !important;

}
.btn-more-info:hover{
    color: white !important;
    background: black;
}
.btn-more-info{
    font-family: 'Poppins-Medium',sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 4px 28px;
    border: 1px solid black;
    border-radius: 36px;
    cursor: pointer;
    color: black !important;
}

/*projet-block*/
.row-projet{
    margin-top: 50px;
    align-items: flex-start;
}
.projet-block{
    background-color: #f5f5f5;
    padding: 40px 0 0 0;
    text-align: center;
}
.projet-block .text-projet-bloc h2:before {
    content: "";
    left: 0;
    background: black;
    width: 3px;
    height: 91%;
    position: absolute;
    top: -8px;
}
.projet-block .text-projet-bloc h2{
    font-family: 'Poppins-Regular', serif;
    font-size: 46px;
    font-weight: 400;
    color: #c10000;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    text-align: left;
    line-height: 25px;
    position: relative;
}
.projet-block .text-projet-bloc h2 strong{
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    font-weight: 700;
    color: #c10000;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}
.projet-block .text-projet-bloc .btn-downalds a{
    border: none;
    color: white;
    background: none;
    font-family: Poppins-SemiBold, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    max-width: 190px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.projet-block .img-bloc-projet{
    text-align: right !important;
}
.projet-block .img-bloc-projet img{
    right: -49px;
    width: 82%;
    filter: drop-shadow(3px 27px 12px #c2bebe);
    color: #c2bebe;
    transform: rotate(-14deg);
    top: -32px;
    position: relative;
}
.projet-block .small-title-professionel {
    font-size: 25px;
    color: #c10000;
    margin-bottom: 0 !important;
}
#qr-code img{
    width: 100%;
    height:100%;
}
#qr-code{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.projet-block .text-projet-bloc .btn-downalds{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c10000;
    color: white;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    line-height: 1.2;
    width: 351px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    border-bottom-left-radius: 50px;
}
.projet-block .text-projet-bloc h3{
    color: black;
    font-family: Poppins-SemiBold, sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    margin: 0;
    min-height: 50px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 20px;
}
.projet-block .text-projet-bloc p strong{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}
.projet-block .text-projet-bloc p{
    font-family: 'Poppins-Regular', serif;
    text-align: left;
    color: black;
    padding-left: 20px;
    font-size: 25px;
    margin-top: 18px;
    max-width: 415px;
    line-height: 32px;
}
.projet-block .text-projet-bloc p sup{
    font-size: 11px;
    top: -11px;
}
.item-projet{
    background: white;
    padding: 0 53px 40px 53px;
    text-align: left;
    border-radius: 10px 10px 70px 10px;
    box-shadow: 0 10px 20px 0px #0000000D;
}
.img-projet img{
    width: 100%;
}
.img-projet{
    height: auto;
    border-radius: 10px;
    text-align: left;
    margin-top: -98px;
    display: inline-block;
}
.projet-block .text-projet p{
    font-family: 'Poppins-Medium',sans-serif;
    font-weight: 500;
    color: #303C58;
    font-size: 16px;
    line-height: 24px;
}
.projet-block .text-projet ul{
    margin: 20px 0;
    min-height: 68px;
}
.projet-block .text-projet ul li:before{
    content: "-";
}
.projet-block .text-projet ul li{
    position: relative;
    font-family: 'Poppins-Medium',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #303C58;
    margin-bottom: 10px;
}
.projet-block .text-projet ul li a {
    font-family: 'Poppins-Regular', serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
    color: #303C58;
    text-decoration: underline;

}
.projet-block .text-projet h3{
    color: #D8242B;
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0;
    min-height: 50px;
}

/*vie-prive*/
.vie-prive{
    background: #f1e7d5;
    padding: 40px;

}
/*investissement-block*/
.investissement-block .row-professionel{
    width: 95%;
    margin: auto;
}
.investissement-block{
    background: #f7f1e6;
    padding: 40px 0;
    text-align: center;
}
.item-professionel{
    border: 20px solid white;
    box-shadow: 0 10px 25px 0 #0000000D;
    background: #F9FAFD;
    padding: 35px 0;
    border-radius: 10px;
}
.icon-professinel{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-professionel  p{
    font-family: 'Poppins-SemiBold', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    text-align: center !important;
    color: black !important;
    text-transform: uppercase !important;
    max-width: 165px !important;
    margin: 20px auto !important;

}
.content-professionel{
    background: white;
    padding: 146px 60px 35px 60px;
    border-radius: 10px 10px 100px 10px;
    margin-top: -175px;
}
.content-professionel .row-professionel{
    margin-top: -235px;
}
.content-professionel p{
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 30px auto 0 auto;
    color: #303C58;

}
.produit-depot .btn-more-info:hover{
    color: black !important;
    background: white;
}
.produit-depot .btn-more-info{
    font-size: 16px;
    color: white !important;
    background: black;
    margin:30px 10px 0 10px;
}
.slider-global.slick-slider .slick-track, .slider-global.slick-slider .slick-list{
    padding-bottom: 15px;
}
.slider-global .slick-dots {
    position: absolute;
    bottom: -12px;
}
.slider-global .slick-dots li.slick-active button:before {
    opacity: 1;
    left: 0 !important;
    width: 10px !important;
    margin-top: 0;
    height: 10px !important;
    border-radius: 24px;
}
.slider-global .slick-dots li button:before {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.slider-global .slick-dots li button {
    width: 10px;
    height: 10px !important;
    padding: 0;
    border-radius: 26px;
    margin-left: 0 !important;
}
.slider-global .slick-dots li {
    border-radius: 8%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding-left: 0;
}

/*Model */

.model-rappeler h2:first-letter{
    text-transform: uppercase;
}
.model-rappeler h2{
    font-family: 'Poppins-Bold',sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color:#D8242B;
    margin: auto;
    width: 100%;
}
.model-rappeler .modal-dialog{
    max-width: 570px;
}
.model-rappeler .modal-header{
    border: none;
    text-align: center;
    padding: 0;
}
.model-rappeler .modal-content{
    padding: 30px;
    border-radius: 10px;
}
.model-rappeler .close{
    width: 40px;
    height: 35px;
    background: #C42D25;
    opacity: 1;
    border-radius: 34px;
    line-height: 8px;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.model-rappeler .close span{
    font-family: 'Poppins-Regular', sans-serif;
    color: white;
    font-size: 28px;
    display: block;
    font-weight: 100;
    width: 26px;
    height: 21px;
    line-height: 26px;
}
.model-rappeler p{
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #303C58;
    max-width: 390px;
    margin: auto auto 12px auto;
}
.model-rappeler .content-form label{
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #303C58;
    padding-left: 25px;
    display: block;
}
.model-rappeler input::placeholder {
    font-family: 'Poppins-Light',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#A9A9A9;
}
.model-rappeler .select2-selection__rendered{
    font-family: 'Poppins-Light',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#A9A9A9;
}
.model-rappeler input[type=text]{
    width: 100%;
    border: 1px solid #A4A4A4;
    padding: 8px 25px;
    border-radius: 42px;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #303C58;
}
.model-rappeler .input-control{
    margin-bottom: 10px;
}
.model-rappeler .btn-more-info.butn-red{
    width: 100%;
    background: #C42D25;
    margin: 20px auto 0 auto;
}
/* Customize the label (the container) */
.model-rappeler .content-form label.container {
    display: block;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 25px;
    padding-left: 35px !important;
    color: #180103;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 25px;
    width: 25px;
    left: 0;
    right: auto;
    top: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #C42D25;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
}
.model-rappeler .modal-body{
    padding: 0;
}
.description-vie-privee p{
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 30px auto 0 auto;
    color: #303C58;
}

/*changement-recette*/
header{
    position: relative !important;
}

.besoin-alyousr {
    top: 65% !important;.
}
/*version arab*/

[dir='rtl'] .projet-block .img-bloc-projet {
    text-align: left !important;
}
[dir='rtl'] .projet-block .text-projet-bloc h2{
    text-align: right;
    padding: 0 20px 0 0;
}
[dir='rtl'] .projet-block .text-projet-bloc h2:before{
    left: auto;
    right: 0;
}
[dir='rtl'] .projet-block .text-projet-bloc p {
text-align: right;}

[dir='rtl'] .projet-block .text-projet-bloc .btn-downalds {
    padding: 10px 10px 10px 10px !important;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius:0;
}
[dir='rtl'] .projet-block .text-projet-bloc .btn-downalds a {
    width: 190px;
}
[dir='rtl'] .projet-block .img-bloc-projet img {
    right: 57px;
}
[dir='rtl'] .projet-block .text-projet-bloc h3 {
   text-align: right;
}


[dir='rtl'] .item-projet{
    text-align: right;
}
[dir='rtl'] .model-rappeler .content-form label.container{
    margin-right: 25px;
    padding-right:32px !important;
}
[dir='rtl'] .model-rappeler .content-form label{
    text-align: right;
    padding-right: 25px;

}
[dir='rtl'].model-rappeler input[type=text]{
    text-align: right;
}
[dir='rtl'] .model-rappeler input::placeholder {
    text-align: right;
}
[dir='rtl'].model-rappeler .content-form label.container{
    padding-left: 0 !important;
    padding-right: 35px !important;
}
[dir='rtl'] .checkmark,
[dir='rtl'] .container input{
    left: auto;
    right: 0 !important;
}
[dir='rtl']{}
.model-rappeler .select2-container--default .select2-selection--single{
    margin-bottom: 0!important;
}
@media screen and (max-width: 900px){
    .bar-filter a {
        line-height: 17px;
    }
    .row-professionel.slider-global .slick-dots{
        bottom: 0;
        position: relative;
        margin-bottom: 20px !important;
        display: block;
    }
    /*.bar-filter.scrol-in {*/
    /*top: 80px;*/
    /*}*/
    .top-bar-fix p {
        padding: 15px 15px;
        margin: 0;
        line-height: 25px;
    }
    .row-projet .col-lg-6 .item-projet {
        margin-bottom: 137px;
        padding: 0 30px 40px 30px;
    }
    .row-projet .col-lg-6:last-of-type .item-projet {
        margin-bottom: 0;
    }
    .projet-block .text-projet ul {
        min-height: auto !important;
    }
}
@media screen and (max-width: 800px){
    [dir='rtl'] .projet-block .text-projet-bloc .btn-downalds {
        flex-direction: row-reverse;
    }
    .projet-block .img-bloc-projet {
        text-align: center !important;
    }
    [dir='rtl'] .projet-block .img-bloc-projet {
        text-align: center !important;
    }
    .projet-block .img-bloc-projet img {
        right:0 !important;
    }
    .row-projet {
        margin-top: 120px;
        flex-direction: column-reverse;
        padding-bottom: 100px;
    }
    .projet-block .text-projet-bloc p{
        width: auto !important;
    }

    .projet-block .text-projet-bloc .btn-downalds {
        width: 350px;
        margin: 35px auto;
    }
    .projet-block .text-projet h3 {
        font-size: 18px;
        min-height: auto;
    }
    .content-professionel {
        padding: 15px 60px 35px 60px;
        margin-top: 0;
        text-align: left;
    }
    .top-bar-fix p{
        font-size: 14px;
    }
    .bar-filter li{
        width: 95% !important;
    }
    [dir='rtl'] .content-professionel .btn-more-info.butn-red {
        margin: 30px 0 0 auto;
    }
    [dir='rtl'] .produit-depot .btn-more-info {
        margin: 30px 0 0 20px;
    }
    [dir='rtl'] .produit-depot{
        text-align: right;
    }
    [dir='rtl'] .content-professionel p{
        text-align: right !important;
    }
    .content-professionel p{
        text-align: left;
    }
    .produit-depot .btn-more-info {
        margin: 30px 20px 0 0;
        font-size: 14px;
    }
    .projet-block .text-projet ul li {
        line-height: 23px;
    }
    .content-professionel .btn-more-info.butn-red {
        margin: 30px 0 0 0;
    }
    .investissement-block .row-professionel .col-lg-12{
        padding: 0 8px;
    }
    .investissement-block .row-professionel {
        width: 100%;
    }
    .vie-prive {
        background: #f1e7d5;
        padding: 20px 0;
    }
}

@media screen and (max-width: 700px){

    .bar-filter li a{
        line-height: 16px;
    }
    .content-professionel {
        padding: 0 60px 35px 20px;
        display: inline-block;
        width: 100%;
    }
    .vie-prive .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    .bar-filter .slick-slider .slick-track,.bar-filter .slick-slider .slick-list{
        margin-left: -30px;
    }
    /*.bar-filter.scrol-in {*/
    /*position: fixed;*/
    /*top: 78px;*/
    /*}*/
}
@media screen and (max-width: 500px){
    .projet-block .text-projet-bloc .btn-downalds a{
        font-size: 20px;
        max-width: 165px;
    }
    .projet-block .text-projet-bloc .btn-downalds {
        width: 280px;
        margin: 35px auto;
    }
    #qr-code {
        width: 90px;
        height: 90px;
    }
    .row-projet {
        margin-top: 65px;
        padding-bottom: 40px;
    }
    .projet-block .text-projet-bloc h2 {
        font-size: 35px;
    }
    .projet-block .text-projet-bloc h2 strong {
        font-size: 45px;
    }
    .projet-block .text-projet-bloc h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .projet-block .small-title-professionel {
        font-size: 22px;
    }
    .projet-block .text-projet-bloc p strong {
        font-size: 25px;
    }
    .top-bar-fix p{
        font-size: 13px;
        line-height: 25px;
    }
    .row-professionel.slider-global .slick-dots{
        bottom: 0;
        position: relative;
        margin-bottom: 20px !important;
        display: block;
    }
}
@media screen and (max-width: 400px){
    .projet-block .text-projet-bloc h2 strong {
        font-size: 40px;
    }
    .projet-block .small-title-professionel {
        font-size: 18px;
    }
    .top-bar-fix p {
        font-size: 13px;
        line-height: 19px;
    }

}

/*hide barre of promotion*/

.top-bar-fix{
    display: none;
}





