body{
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 166.667%;
    color: #716A60;
    background-color: #F0EDDF;
}

body:not(.home){
    padding-top: 100px;
}

*{
    box-sizing: border-box;
}

section, footer, header, article, main, aside, .row, .container{
    position: relative;
}

h1, h2, h3, h4, h5, h6{
    color: inherit;
    padding: 0;
    margin-top: 0;
}

ul, ol{
    margin: 0;
    padding: 0;
}

ul li, ol li{
    margin-bottom: 15px;
}

p{
    margin-bottom: 25px;
}

* > p:last-child{
    margin-bottom: 0 !important;
}

a{
    text-decoration: none; 
}

a:hover, a:focus{
    text-decoration: none; 
}

img{
    max-width: 100%;
}

b, strong{
    font-weight: 700;
}

a, span, button{
    transition: all 0.5s;
}


/*general*/

.clear{
    clear:both !important; 
    display:block; 
    float:none !important; 
    width:100% !important; 
    height:0px !important; 
    margin:0 !important; 
    padding:0 !important; 
    border:none !important; 
    min-height:0px !important;
}

.notDisplay{
    display:none;
}

.position_relative{
    position: relative;
}

.position_absolute{
    position: absolute;
    left: 0;
    top: 0;
}

.position_static{
    position: static !important;
}

.object_fit_cover, .object_fit_cover_wrap *{
    width:100%; 
    height:100% !important; 
    object-fit:cover;
}

.margin, .wrap{
    margin: 0 auto;
}

.full{
    height: 100%;
    width: 100%;
    display: block;
}

.width_100{
    width: 100%;
}

.height_100{
    height: 100%;
}

.cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.z_index_0{
    z-index: 0;
}

.z_index_1{
    z-index: 1;
}

.z_index_2{
    z-index: 2;
}

.no_margin{
    margin: 0 !important;
}

.nowrap{
    white-space: nowrap;
}

.color_inherit{
    color: inherit !important;
}


/* structure */

.no_padding, .no_flex{
    padding: 0;
}

.row_noflex{
    display: block;
}

.row_noflex:after{
    content:'';
    display: block;
    clear: both;
}

.row_noflex *[class*="col-"]{
    max-width: none;
    flex: none;
    float: left;
}

.float_left, .row_noflex *[class*="col-"].float_left{
    float:left;
}

.float_right, .row_noflex *[class*="col-"].float_right{
    float:right;
}

.row.no_padding *[class*="col-"]:not(.padding), .container.no_padding *[class*="col-"]:not(.padding){
    padding-left:0; 
    padding-right: 0;
}

.container.no_padding .row:not(.padding), .row.no_padding, .row.no_padding .row:not(.padding){
    margin-right:auto; 
    margin-left: auto;
}


/* elementor updates */

.no_padding .e-con{
    padding: 0;
}


/* general site */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
    font-family: "Bebas Neue",cursive;
    font-size: 45px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 0.38em;
}

h2, .h2{
    font-size: 35px;
    line-height: 128.571%; /* 45px */
}

h3, .h3{
    font-size: 30px;
    line-height: 133.333%; /* 40px */
}

h3:last-child, .h3:last-child{
    margin-bottom: 0;
}

h4, .h4{
    font-size: 25px;
    line-height: 140%/*35px*/;
}

h5, .h5{
    font-size: 20px;
    line-height: 150%; /* 30px */
}

a{
    color: #47CFB7;
}

.btn_site, .wrap_btn_site a{
    background-color: #B18857;
    font-family: "Bebas Neue";
    text-transform: uppercase;
    display: inline-block;
    color: rgb(240, 237, 223) !important;
    text-decoration: none;
    line-height: 1em;
    font-weight: 400;
    font-size: 18px;
    border-color: transparent;
    padding: 16px 27px 16px 37px;
    cursor: pointer;
    border-radius: 0;
    text-align: left;
}

.btn_site:hover, .wrap_btn_site a:hover{
    background-color: #956935;
}

.btn_site.style2, .wrap_btn_site.style2 a{
    background-color: #917E67;
}

.btn_site.style2:hover, .wrap_btn_site.style2 a:hover{
    background-color: #F0EDDF;
    color: #504037 !important;
}

.btn_site i, .wrap_btn_site a i{
    margin-left: 15px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.btn_site.style2:hover i, .wrap_btn_site.style2 a:hover i{
    color: #504037 !important;
}

.btn_site.ask_estimate{
    font-size: 16px;
    padding: 11px 28px 13px;
}

.btn_site.ask_estimate i{
    margin-left: 13px;
    top: 4px;
}

.btn_site.disabled{
    opacity: 0.5;
}

.anim_elt{
    opacity: 0;
}

.d-flex > *{
    flex: 0 0 auto;
}


/* main */

.container, .e-con>.e-con-inner{
    max-width: 1290px;
}

.container.w_1110{
    max-width: 1110px;
}

.container.w_1740{
    max-width: 1740px;
}

.container.w_1763{
    max-width: 1763px;
}


/* header */

#header{
    z-index: 98;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#header.fixed{
    position: fixed;
}

.top_header{
    font-family: "Bebas Neue", cursive;
    font-size: 19px;
    line-height: 1em;
    color: #F0EDDF;
}

.top_header *{
    color: #F0EDDF;
}

.top_header .container{
    border-bottom: 1px solid #FDFDFD33;
    padding: 20px 0;
}

.wrap_top_header .col_{
    width: 722px;
    column-gap: 30px;
}

.wrap_top_header .col_ .info{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.wrap_top_header .col_ .info .i{
    position: relative;
    top: -1px;
}

.wrap_top_header .col_ .info span{
    letter-spacing: 0px;
    text-transform: uppercase;
}

.logo_header{
    margin: 0 auto;
    width: 240px;
}

.logo_header img{
    max-height: 87px;
    width: auto;
}

.nav_header{
    padding: 30px 0;
}

.nav_header .col_{
    width: 140px;
}

.sidebar_header{
}

.btn_open_sidebarHeader *{
    color: #F0EDDF;
    font-size: 30px;
}

.main_menu{
    margin: 0 40px;
}

.main_menu ul ul{
    display: none;
}

.main_menu > div > ul{
    display: flex;
    column-gap: 40px;
}

.main_menu > div > ul > li{
    position: relative;
    margin-bottom: 0;
}

.main_menu > div > ul > li > a{
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #F0EDDF;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 1em;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    display: block;
    overflow: hidden;
}

.main_menu > div > ul > li > a:after{
    content: "";
    display: block;
    margin-top: 4px;
    width: 100%;
    height: 2px;
    background-color: #F0EDDF;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    margin-left: -120%;
}

.main_menu > div > ul > li.current-menu-item > a:after, .main_menu > div > ul > li:hover> a:after{
    margin-left: 0;
}

.main_menu > div > ul > li.menu-item-has-children > a{
    padding-right: 22px;
}

.main_menu > div > ul > li.menu-item-has-children > a:before{
    content:'';
    width: 13px;
    height: 10px;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 11px;
}

.social_links ul{
    column-gap: 20px;
    align-items: center;
}

.social_links ul li a{
    max-width: 18px;
    display: block;
}


/* home */

.e-con-inner{
    padding: 0 !important;
}

.section_slider{
    background: #222;
    text-align: center;
    position: relative;
}

.section_slider .slide{
    padding: 330px 0 230px;
    color: rgb(240, 237, 223);
    font-family: "Bebas Neue", sans-serif;
}

.title_slide{
    color: rgb(240, 237, 223);
    text-transform: uppercase !important;
    line-height: 111px !important;
    font-weight: 400 !important;
    font-size: 117px !important;
    margin-bottom: 25px;
}

.subtitle_slide{
    color: rgb(240, 237, 223) !important;
    line-height: 40px !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    font-size: 35px !important;
    margin-bottom: 45px;
}

.section_slider .bloc_scroll_down{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bloc_scroll_down .scroll_down{
    font-family: "Bebas Neue";
    color: #F0EDDF;
    font-size: 17px;
    line-height: 1em;
    display: inline-block;
}

.bloc_scroll_down .scroll_down:after{
    height: 50px;
    width: 1px;
    content:'';
    display: block;
    background-color: #F0EDDF;
    margin: 25px auto 0;
}

.section_about{
    padding: 120px 0;
}

.section_about .col_img{
    width: /*630px*/48.83720930232558%;
    max-width: 630px;
    position: relative;
}

.section_about .col_img .img{
    width: /*520px*/82.53968253968254%;
    height: 642px;
    position: relative;
    z-index: 0;
}

.section_about .col_img .year_experience{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 335px;
    padding: 50px;
    background-color: #917E67;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    color: #F0EDDF;
}

.section_about .col_txt{
    width: /*522px*/40.46511627906977%;
    max-width: 522px;
}

.section_about .col_txt .elementor-heading-title, .featured_toogle .elementor-toggle .elementor-tab-title{
    color: #504037;
    font-weight: 400;
}

.subtitle_heading .elementor-heading-title{
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #504037;
}

.title_heading .elementor-heading-title{
    font-size: 65px;
    color: #504037;
}

.title_heading .elementor-heading-title span{
    color: #B18857;
}

.featured_toogle .elementor-toggle .elementor-tab-title{
    padding: 27px 0;
    border-bottom-color: #D2CCB4;
}

.featured_toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title{
    padding-top: 14px;
}

.featured_toogle .elementor-toggle .elementor-toggle-item:last-child .elementor-tab-title{
    border-bottom: none !important;
    padding-bottom: 15px;
}

.featured_toogle .elementor-toggle .elementor-tab-title span{
    color: #909090;
    margin-right: 15px;
}

.bg_color_grey{
    background-color: #E9E4D0;
}

.section_title_services{
    padding: 120px 0 80px;
}

.section_services{
    padding-bottom: 50px;
}

.section_services .item{
    width: /*410px*/31.78294573643411%;
    max-width: 410px;
}

.section_services .item .img{
    height: 306px;
}

.section_services .item .txt{
    background: #F0EDDF;
    padding: 50px 40px 55px;
    text-align: center;
}

.section_services .item .txt .title .elementor-heading-title{
    color: #504037;
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing: .55px;
}

.section_services .item .txt .extrait{
    margin-bottom: 6px;
}

.btn_service, .wrap_btn_service a{
    background: none;
    padding: 0;
    border-radius: 0;
    color: #504037 !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 37px;
    font-family: "Bebas Neue", sans-serif;
}

.btn_service i, .wrap_btn_service a i{
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #D2CCB4;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.section_btn_services{
    padding-bottom: 120px;
}

.section_why_us{
    padding: 120px 0;
    background-color: #504037;
    color: #F0EDDF;
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
}

.section_why_us .elementor-heading-title{
    color: #F0EDDF;
}

.section_why_us .title_heading .elementor-heading-title{
    color: #B18857;
}

.section_why_us .txt{
    max-width: 740px !important;
    margin: 0 auto;
}

.listing_why{
    position: relative;
    z-index: 1;
}

.listing_why .e-con-inner{
    justify-items: space-between !important;
}

.listing_why .item{
    width: 250px;
}

.listing_why .item:nth-child(even){
    margin-top: 159px;
}

.listing_why .item .elementor-image-box-img{
    height: 250px;
    width: 100% !important;
    border-radius: 50%;
    border: 18px solid #F0EDDF;
    overflow: hidden;
    margin-bottom: 13px;
}

.listing_why .item .elementor-image-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.listing_why .item .elementor-image-box-title{
    margin-bottom: 5px;
    color: #B18857;
}

.listing_why .item .elementor-image-box-description{
    color: #F0EDDF;
    font-size: 14px;
    line-height: 1.4em;
}

.section_why_us .ligne_why{
    position: absolute;
    z-index: 0;
    bottom: 350px;
    left: 0;
    width: 100%;
    text-align: center;
}

.section_products{
    padding: 120px 0;
}

.posts_carousel{
    margin-top: 40px;
}

.posts_carousel .item{
    width: 410px;
}

.posts_carousel .item .img{
    height: 410px;
    background-color: #E9E4D0;
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
}

.posts_carousel .item .img img{
    position: relative;
    z-index: 0;
    max-width: 80%;
    max-height: 80%;
}

.posts_carousel .item .img .i{
    opacity: 0;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #D2CCB4;
    font-size: 16px;
    margin-left: 10px;
    position: absolute;
    top: 46%;
    left: 33%;
    z-index: 2;
    color: #504037 !important;
    transition: all 0.5s;
    background-color: rgba(255,255,255, 0.8);
}

.posts_carousel .item:hover .img .i, .posts_carousel .item:nth-child(3) .img .i{
    opacity: 1;
}

.posts_carousel .item .img .desc{
    position: absolute;
    right: -105%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(80,64,55, 0.8);
    color: #F0EDDF;
    font-size: 14px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    line-height: 1.8em;
}

.posts_carousel .item:hover .img .desc, .posts_carousel .item:nth-child(3) .img .desc{
    right: 0;
    opacity: 1;
}

.posts_carousel .item .img .desc .wrap{
    margin: 40px;
    max-height: calc(100% - 80px);
    overflow: hidden;
}

.posts_carousel .item .title{
    color: #504037;
    font-size: 19px;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.posts_carousel .item .title:hover{
    color: #B18857;
}

.posts_carousel .item .cat{
    font-size: 10px;
    line-height: 1em;
    font-weight: 700;
    /*font-family: "Bebas Neue", sans-serif;*/
    text-transform: none;
    color: #716A60;
}

.carousel-indicators{
    margin: 60px 0 0;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

.carousel-indicators [data-bs-target]{
    background-color: #fff;
    opacity: 1 !important;
}

.carousel-indicators .active{
    background-color: #B18857;
}

.btn_all_products{
    margin-top: 0px;
}

.bg_contact_hp{
    background-color: #111;
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    color: #F0EDDF;
}

.bg_contact_hp div .elementor-heading-title{
    color: #B18857;
}

.section_title_contact_hp{
    padding-top: 120px;
}

.section_title_contact_hp .desc{
    max-width: 774px !important;
    font-size: 19px;
    line-height: 1.7em;
}

.section_contact_hp{
    padding: 30px 0 120px;
}

.section_contact_hp > .e-con-inner{
    justify-content: space-between !important; 
    align-items: start !important;
}

.section_contact_hp .col_form{
    width: 45%;
} 

.contact_form .field{
    margin-bottom: 30px;
}

.contact_form .field.col-sm-6{
    width: 49.8%;
}

.contact_form label, .wpcf7-form-control-wrap{
    display: block;
}

.contact_form [name]:not([type="checkbox"]){
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: none;
    border: 3px solid #F0EDDF;
    color: #F0EDDF;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 500;
    outline: none !important;
}

.contact_form [name]::placeholder{
    color: #B18857;
}

.contact_form textarea{
    height: 130px !important;
}

.contact_form .d-block{
    margin-bottom: 10px;
    font-weight: 600;
}

.section_contact_hp .col_img{
    width: 51%;
    position: relative;
    margin-top: 25px;
}

.section_contact_hp .col_img .img1{
    width: 74.58006718924972%;
    position: relative;
    z-index: 0;
}

.section_contact_hp .col_img .img2{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -40%;
    width: 50%;
    border: 10px solid rgba(255,255,255, 0.5);
}


/* footer */

.footer-width-fixer{
    background-color: #2B1E16;
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    color: /*#9A8B82*/#D4D0C3;
    font-size: 14px;
}

.row_footer .e-con-inner{
    padding: 80px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.row_footer .col{
    width: /*230px*/18.3%;
}

.row_footer a{
    color: #D4D0C3;
}

.row_footer .about_footer{
    width: /*350px*/27.13178294573643%;
}

.row_footer .about_footer .logo_footer{
    max-width: 85%;
    margin-bottom: 20px;
}

.row_footer .wrap_btn_service a{
    font-size: 19px;
    color: #F0EDDF !important;
}

.row_footer .links_footer{
    width: /*180px*/13.95348837209302%;
}

.row_footer .elementor-icon{
    font-size: 20px;
    color: #B18857;
}

.row_footer .elementor-heading-title{
    color: #F0EDDF;
    margin-bottom: 5px;
}

.row_footer .elementor-heading-title .i{
    position: relative;
    width: 14px;
    height: 14px;
    background-color: /*#8A5133*/#504037;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.row_footer .elementor-heading-title .i:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8.75px;
    height: 8.75px;
    background-color: /*#C7844F*/#B18857;
}

.copyright_footer{
    padding: 36px 0 35px;
    position: relative;
}

.certif_logo{
    position: absolute;
    left: 120px;
    top: -120px;
    z-index: 5;
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

.scroll-to-top__text {
    display: inline;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-right: 8px;
    color: #B18857;
    font-family: "Bebas Neue", sans-serif;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #C7844F;
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}



/* responsive */

@media (max-width:1899px) /* testé sur 1600px */ 
{ 
    .container.w_1740{
        max-width: 97%;
    }
}

@media (max-width:1599px) /* testé sur 1366px */ 
{

}

@media (max-width:1365px) /* testé sur 1200px */ 
{ 

}

@media (min-width:1200px) and (max-width:1365px) /* testé sur 1200px */ 
{ 
  
}

@media (max-width:1199px) /* testé sur 992px */
{ 
    body{}
    
    .visible_md{display: block !important;}
    
    .hidden_md{display: none !important;}
    
    .visible_md_inline_block{display: inline-block !important;}

    .no_float_md{float:none !important; flex: none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important; 
    display:block !important; max-width: none;}
    
    .row .no_float_md{max-width: none !important;}
    
    .no_flex_md{
        flex: none !important;
        display: block !important;
    }
    
    .container, .nav_header > .row{
        max-width: 930px !important;
        width: 100%;
    } 
    
    /* header */
    
    .opener_menu{
        background-image: url(../images/burger.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 31px;
        height: 22px;
        cursor: pointer;
        display: block;
        position: absolute;
        left: 0;
        top: 26px;
    }
    
    body:not(.open_menu_xs) #header.fixed .opener_menu{
        background-image: url(../images/burger1.svg);
    }

    body.open_menu_xs .opener_menu{
        background-image: url(../images/close.svg);
        width: 21px;
        height: 21px;
        top: /*20px*/30px;
    }

    .nav_header{
        position: fixed;
        width: 100% !important;
        height: 100%;
        z-index: 100;
        top: 0;
        left: -100%;  
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
        background: #fff;
        overflow: auto;
        margin: 0;
        padding: 0;
    }
    
    body.open_menu_xs .nav_header{
        left: 0;
    }
    
    .nav_header .header_menu{
        border-top: 2px solid #BFD0E4;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .header_menu ul{
        flex-direction: column;
        row-gap: 35px;
        padding: 0 33px;
    }
    
    .header_menu ul li a{
        font-size: 18px;
        color: #004392 !important;
        display: block;
    }
    
    .no_touch .header_menu ul li a:hover, .header_menu ul li.current-menu-item a{
        color: #47CFB7;
    }
    
    .nav_header .bloc_btns{
        padding:  0 33px !important;
        margin-top: 127px;
    }
    
    .link_account{
        display: flex;
        align-items: center;
        color: #004392;
        font-family: 'Nunito', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: normal;
        margin-top: 30px;
        column-gap: 21px;
    }
    
    .link_account:before{
        background-image: url(../images/profil_xs.svg);
    }
    
    .link_account span{
        display: inline-block;
    }
    
    /* hp */
    
    .section_services .big_item .img{
        height: 300px;
    }
    
    .item_service .img{
        height: 210px;
    }
    
    .item_service .title{
        font-size: 20px;
    }
    
    .section_avantages_pda .title_section{
        font-size: 30px;
    }
    
    .section_avantages_pda .item .title{
        font-size: 25px;
    }
    
    .section_etapes .img{
        margin-bottom: 40px;
        max-width: 554px !important;
    }
    
    .section_etapes .col_etapes{
        padding-top: 0;
    }
    
    .section_je_suis .item .title{
        font-size: 20px;
    }
    
    /* a propos */
    
    .section_valeurs .container > .row .row > .col-sm-6{
        width: 100%;
    }
    
    /* concept */
    
    .listing_pda .item .icone{
        width: 70px;
        height: 70px;
    }
    
    .listing_pda .item .icone img{
        max-height: 37px;
    }
    
    .listing_pda .item .txt .title{
        font-size: 20px;
    }
    
    .listing_txt_icones .item > .d-flex{
        justify-content: start !important;
        column-gap: 20px;
    }
    
    .section_slider_etapes .txt_intro{
        width: 32%;
    }
    
    .section_slider_etapes .slider_etapes{
        width: 65%;
    }
    
    .slider_etapes .item .head .title{
        width: 85%;
        font-size: 25px;
    }
    
    .slider_tems .item .title{
        font-size: 20px;
    }
    
    /* etape 1 */
    
    .listing_pharmacies .item{
        width: 94%;
    }
    
    .listing_pharmacies .item .infos_pharm .head{
        width: 100%;
    }
    
    .listing_pharmacies .item .actions{
        position: static;
        flex-direction: row !important;
        margin-top: 10px;
        column-gap: 15px;
    }
    
    .listing_pharmacies .item .actions .btn_site{
        margin: 0;
    }
    
    /* etape2 */
    
    .listing_abonnements{
        height: 340px;
    }
    
    .livraison_abonnement{
        margin-bottom: 80px;
    }
    
    /* etape3 */
    
    .section_client .se_connecter{
        margin-bottom: 25px;
    }
    
    /* etape4 */
    
    .bloc_depot_doc .bloc_form, .bloc_depot_doc .docs_deposes{
        width: 48%;
    }
    
    .docs_deposes .item .fichier{
        width: 82%;
    }
    
    .docs_deposes .item .actions{
        width: 16%;
    }
    
    .listing_ordonnances .row_head h5{
        font-size: 13px;
    }
    
    .listing_ordonnances .row_item{
        font-size: 13px;
    }
    
    .see_file{
        width: 20px;
        height: 12px;
    }
    
    .delete_file{
        width: 16px;
        height: 18px;
    }
    
    /* etape5 */
    
    .wrap_docs_livraison_panier .livraison_panier{
        padding-bottom: 0px;
    }
    
}
    
@media (max-width:991px) /* testé sur 768px */
{
    body.open_menu_xs{
        overflow: hidden;
    }
    
    .hidden_sm{display: none !important;}
    
    .visible_sm{display: block !important;}
    
    .visible_sm_inline_block{display: inline-block !important;}

    .no_float_sm{float:none !important; flex: none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important; 
    display:block !important; max-width: none;}
    
    .no_flex_sm{
        flex: none !important;
        display: block !important;
    }
    
    .flex_direction_column_sm{
        flex-direction: column !important;
    }
    
    .container, .nav_header > .row{
        max-width: 730px !important;
    }

    /* hp */
    
    .section_intro_hp .txt h1{
        font-size: 40px;
    }
    
    .section_services{
        padding-bottom: 100px;
    }
    
    .section_services .big_item{
        margin-bottom: 30px;
    }
    
    .section_avantages_pda{
        padding: 80px 0;
    }

    .section_avantages_pda .title_section{
        margin-bottom: 59px;
    }
    
    .section_avantages_pda .item{
        width: 30%;
    }
    
    .section_je_suis{
        padding: 100px 0;
    }
    
    .section_je_suis .col_title{
        margin-bottom: 30px;
    }
    
    .section_je_suis .item{
        width: 48%;
    }
    
    .section_blog{
        padding: 100px 0;
    }
    
    .listing_blog .item .img{
        height: 186px;
    }
    
    .listing_blog .item .title{
        font-size: 20px;
    }
    
    /* a propos */
    
    .section_about .col_imgs{
        margin-bottom: 30px;
    }
    
    /* concept */
    
    .listing_pda .item{
        justify-content: start !important;
        column-gap: 15px;
    }
    
    .listing_pda .item .txt .title{
        font-size: 30px;
    }
    
    .section_plateforme .col_title{
        margin-bottom: 30px;
    }
    
    .section_slider_etapes .txt_intro{
        margin-bottom: 30px;
    }
    
    .section_slider_etapes .txt_intro .wrap_prix{
        right: 0;
        top: -69px;
    }
    
    .slider_etapes .item .head .title{
        width: 88%;
    }
    
    .section_ville .txt{
        margin-bottom: 40px;
    }
    
    /* etape1 */
    
    .row_listing_pharmacies{
        flex-direction: column-reverse;
    }
    
    .map_pharmacies{
        margin-bottom: 25px;
        height: 400px;
        margin-top: 0;
    }
    
    .listing_pharmacies .wrap_listing{
        max-height: 820px;
    }
    
    /* etape2 */
    
    .form_abonnement{
        overflow: hidden;
    }
    
    .listing_abonnements{
        height: auto;
    }
    
    .listing_abonnements .abonnement{
        padding: 25px 25px 0px !important;
        overflow: hidden;
        transition: all 0s;
    }
    
    .listing_abonnements .abonnement:first-child{
        border-radius: 30px 30px 0 0 !important;
    }
    
    .listing_abonnements .abonnement:last-child{
        border-radius: 0 0 30px 30px !important;
    }
    
    .listing_abonnements .abonnement .wrap{
        border-right: none !important;
        border-bottom: 2px solid #BFD0E4;
        padding: 0 0 30px !important;
    }
    
    .listing_abonnements .abonnement:last-child .wrap{
        border-bottom: none !important;
    }
    
    .listing_abonnements .abonnement .title{
        margin-bottom: 5px;
    }
    
    .listing_abonnements .abonnement .engagement{
        margin-bottom: 10px !important;
    }
    
    .listing_abonnements .abonnement .bloc_prix{
        margin-bottom: 10px !important;
    }
    
    .no_touch .listing_abonnements .abonnement:hover, .listing_abonnements .abonnement.checked{
        background-color: #296DD2;
        margin: -2px -15px !important;
        width: calc(100% + 30px) !important;
        z-index: 10;
    }
    
    .no_touch .listing_abonnements .abonnement:hover .wrap, .listing_abonnements .abonnement.checked .wrap{
        position: static;
        border-radius: 0 !important;
        padding: 40px 25px 40px !important;
        border-bottom: none;
    }
    
    .no_touch .listing_abonnements .abonnement:hover .bloc_prix, .listing_abonnements .abonnement.checked .bloc_prix{
        margin-bottom: 20px !important;
    }
    
    .livraison_abonnement .types_livraison{
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-right: 0 !important;
        border-right: none !important;
        border-bottom: 1px solid #80A1C8;
    }
    
    /* etape 4*/
    
    .bloc_depot_doc{
        padding: 25px;
    }
    
    .bloc_depot_doc .bloc_form{
        margin-bottom: 30px;
    }
    
    .docs_deposes .item .actions{
        width: 8%;
    }
    
    .docs_ordonnances{
        margin-top: 0;
    }
    
    .listing_ordonnances .row_head{
        border-radius: 20px 20px 0px 0px;
    }
    
    .listing_ordonnances .row_item:last-child{
        border-radius: 0px 0px 20px 20px;
    }
    
    .listing_ordonnances .row_head, .listing_ordonnances .row_item{
        padding: 10px 15px;
    }
    
    .listing_ordonnances .col1{
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
    }
    
    .listing_ordonnances .row_head h5{
        font-size: 16px;
    }
    
    .listing_ordonnances .row_item{
        font-size: 12px;
        line-height: 25px;
        position: relative;
    }
    
    .listing_ordonnances .row_item .col1 .name{
        width: /*129px*/48.67924528301887%;
        padding-right: 10px !important;
    }
    
    .listing_ordonnances .row_item .col1 .file{
        width: /*120px*/45.28301886792453%;
    }
    
    .listing_ordonnances .row_item .open_xs{
        width: 14px;
        height: 14px;
        background-image: url(../images/plus.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 2px;
        right: 0px;
        cursor: pointer;
        display: block;
        flex: 0 0 auto;
        padding: 0 !important;
    }
    
    .listing_ordonnances .row_item.open .open_xs{
        width: 16px;
        height: 3px;
        background-image: url(../images/moins.svg);
        top: 12px;
    }
    
    .listing_ordonnances .col_hidden_sm{
        display: none;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    
    .listing_ordonnances .row_item.open .col_hidden_sm{
        display: flex;
    }
    
    .listing_ordonnances .row_item .col_hidden_sm.col2{
        margin-top: 7px;
    }
    
    .listing_ordonnances .row_item .lib{
        font-family: 'Nunito', sans-serif;
        line-height: 25px;
        width: /*150px*/56.60377358490566%;
        flex: 0 0 auto;
        letter-spacing: -0.4px; /* *** */
    }
    
    .listing_ordonnances .row_item .field{
        width: /*100px*/37.73584905660377%;
    }
    
    form .nice-select{
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    
    form .nice-select .current{
        margin: 0 25px 0 28px;
    }
    
    form .nice-select:after{
        width: 10px;
        height: 5px;
        top: 10px;
        right: 10px;
    }
    
    form .nice-select .list{
        border-radius: 20px;
        margin-top: 8px;
    }
    
    form .nice-select .option{
        font-size: 12px;
    }
    
    form .listing_ordonnances [type="text"]{
        height: 25px;
        line-height: 25px;
    }
    
    /* etape 5 */
    
    .docs_et_livraison .listing_ordonnances .row_item{
        padding: 10px 15px;
    }
    
    /* footer */
    
    .bloc_copyright{
        font-size: 12px;
    }
}

@media (max-width:767px) 
{
    body{
        font-size: 12px;
    }
    
    body.open_menu_xs{
        overflow: hidden !important;
    }
    
    .row_no_float_xs{
        display: block !important;
    }
    
    .no_col_xs{float:none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important;}
    
    .no_float_xs{float:none !important; flex: none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important; 
    display:block !important;}
    
    .row .no_float_xs, .row_noflex .no_float_xs{max-width: none;}
    
    .no_flex_xs{
        flex: none !important;
        display: block !important;
    }
    
    .no_position_absolute_xs{width:100% !important; right:auto !important; left:auto !important; top:auto !important; bottom:auto !important;
    margin-right:auto !important; margin-left:auto !important; position:relative !important; display:block !important;}
    
    .hidden_xs{display: none !important;}
    
    .visible_xs{display: block !important;}
    
    .visible_xs_inline_block{display: inline-block !important;}
    
    .flex_direction_column_xs{
        flex-direction: column !important;
    }
    
    .row.flex-nowrap{
        flex-wrap: wrap !important;
    }
    
    .container, .container, .nav_header > .row{
        width: /*345px*/92% !important;
        max-width: 100% !important;
    }
    
    body:not(.home){
        padding-top: 75.05px;
    }

    h1, .h1{
        font-size: 40px;
        line-height: 125%;
    }
    
    h2, .h2{
        font-size: 30px;
        line-height: 133.333%;
    }
    
    h3, .h3{
        font-size: 25px;
        line-height: 140%;
    }
    
    h4, .h4{
        font-size: 20px;
        line-height: 150%;
    }
    
    h5, .h5{
        font-size: 16px;
        line-height: 156.25%;
    }
    
    p{
        margin-bottom: 15px;
    }
    
    .owl-carousel{
        width: 375px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .btn_site:not(.pda){
        font-size: 12px;
        padding: 9.5px 23.6px;
    }
    
    .btn_site.pda{
        padding: 12px 23px;
    }
    
    /* header */
    
    body.open_menu_xs .opener_menu{
        top: 20px;
    }
    
    .logo_header{
        width: 223px;
    }
    
    /* hp */
    
    .section_intro_hp .txt{
        max-width: 100%;
        padding: 120px 0 60px;
    }
    
    .section_intro_hp .txt p{
        margin-bottom: 25px;
    }
    
    .section_intro_hp .img{
        height: 365px;
    }
    
    .wrap_go_down .wrap{
        width: 209px;
        height: 50.22px;
    }
    
    .wrap_go_down .wrap .go_down{
        width: 43px;
        height: 42px;
        border-radius: 50%;
        background-position: 13px 11px;
        background-image: url(../images/fleche-xs.svg);
        left: 83px;
        top: 18px;
    }
    
    .section_services{
        padding: 80px 0;
    }
    
    .section_services .big_item .img{
        height: 345px;
    }
    
    .section_services .big_item .txt{
        padding: 16px 32px 35px 30px;
    }
    
    .section_services .big_item .txt p{
        margin-bottom: 25px;
    }
    
    .item_service .img{
        height: 166px;
        margin-bottom: 15px;
    }
    
    .item_service .title{
        padding-right: 3px;
        margin-bottom: 5px;
    }
    
    .section_search{
        padding: 70px 0;
    }
    
    .section_search h2{
        margin-bottom: 15px;
    }
    
    .section_search p{
        margin-bottom: 35px;
    }
    
    .form_search .fields{
        width: /*290px*/84.05797101449275%;
        padding: 9px 20px 12px;
    }
    
    .form_search input[type="text"]{
        width: /*209px*/83.6%;
        margin-right: /*20px*/8%;
        border-bottom-width: 1px;
        font-size: 12px;
        height: 25px;
        line-height: 20px;
    }
    
    .form_search .btn_geo{
        margin-left: /*10px*/2.898550724637681%;
    }
    
    .section_avantages_pda{
        padding: 80px 0 65px;
    }
    
    .section_avantages_pda .title_section{
        margin-top: 0;
        padding: 30px 20px !important;
    }
    
    .item_avantage{
        margin-bottom: 35px;
    }
    
    .item_avantage .head{
        display: flex;
        margin-bottom: 10px;
        column-gap: 14px;
        align-items: center
    }
    
    .item_avantage .icone{
        margin: 0;
        flex: 0 0 auto;
        width: /*60px*/17.39130434782609%;
    }
    
    .item_avantage .icone img{
        max-height: none;
    }
    
    .section_etapes .img{
        height: 345px;
    }
    
    .wrap_prix{
        height: 129px;
        width: 129px;
        padding: 26px 3px 10px 5px;
        font-size: 12px;
        top: -20px;
    }
    
    .wrap_prix span{
        font-size: 20px;
        line-height: 25px;
    }
    
    .wrap_prix .prix{
        margin-top: 5px;
    }
    
    .section_etapes .col_etapes p{
        margin-bottom: 20px;
    }
    
    .accordion_etapes{
        padding: 20px 19px 0px 21px;
        margin-bottom: 30px;
    }
    
    .accordion_etapes .accordion-button{
        font-size: 15px;
        line-height: 25px;
        padding: 20px 35px 20px 65px;
    }
    
    .accordion_etapes .accordion-button[aria-expanded="true"]{
        font-size: 20px;
        line-height: 150%;
        padding-bottom: 4px;
        padding-left: 69px;
    }
    
    .accordion_etapes .accordion-button::after{
        right: 0;
        top: 35px;
    }
    
    .accordion_etapes .accordion-button[aria-expanded="true"]::after{
        right: 0;
        top: 26px;
    }
    
    .accordion_etapes .accordion-button .icone{
        left: 0;
        top: 25px;
    }
    
    .accordion_etapes .accordion-button[aria-expanded="true"] .icone{
        left: 4px;
    }
    
    .accordion_etapes .accordion-item:first-child .accordion-button .icone{
        top: 10px !important;
    }
    
    .section_je_suis{
        padding: 80px 0;
    }
    
    .section_je_suis .col_title{
        padding: 30px !important;
    }
    
    .section_je_suis .col_title h2{
        margin-bottom: 10px;
    }
    
    .section_je_suis .item_je_suis .img{
        height: 203px;
    }
    
    .section_je_suis .item_je_suis .txt{
        padding: 20px;
    }
    
    .section_je_suis .item:not(:last-child){
        margin-bottom: 30px;
    }
    
    .section_je_suis .item .title{
        margin-bottom: 10px;
    }
    
    .section_partenaires{
        padding-bottom: 60px;
    }
    
    .section_partenaires h2{
        margin-bottom: 10px;
    }
    
    .section_partenaires .wrap_txt p{
        padding-right: 3px;
    }
    
    .section_partenaires .carousel_partenaires{
        padding-top: 40px;
    }
    
    .listing_logos .img{
        width: /*101px*/29.27536231884058%;
    }
    
    .carousel-indicators{
        margin-top: 30px;
    }
    
    .section_blog{
        padding: 80px 0;
    }
    
    .section_blog .wrap_title{
        margin-bottom: 15px;
    }
    
    .listing_blog .item .img{
        height: 211px;
        margin-bottom: 25px;
    }
    
    .listing_blog .item .title{
        margin-bottom: 10px;
    }
    
    .listing_blog .item p{
        padding-right: 3px;
    }
    
    /* a propos */
    
    .section_title_page{
        padding: 75px 0;
    }
    
    .section_title_page .txt{
        padding: 60px 40px;
    }
    
    .section_title_page .txt h1{
        margin-bottom: 10px;
    }
    
    .section_chiffres{
        padding: 80px 0;
    }
    
    .section_chiffres .container{
        padding: 30px !important;
    }
    
    .section_chiffres .row{
        row-gap:20px;
    }
    
    .section_chiffres .item .chiffre{
        margin-bottom: 10px;
    }
    
    .section_about{
        padding-bottom: 80px;
    }
    
    .section_about .col_imgs .img{
        height: 106px;
        border-radius: 20px;
    }
    
    .section_about .col_imgs .img_big{
        height: 113px;
        margin-bottom: 14px;
    }
    
    .section_about .col_imgs .img.play:after{
        width: 32px;
        height: 33px;
    }
    
    .section_about .txt h2{
        margin-bottom: 10px;
    }
    
    .section_valeurs .row{
        row-gap: 30px;
    }
    
    .section_valeurs .bloc_title{
        padding: 40px 25px !important;
    }
    
    .section_valeurs .item{
        padding: 31px 30px 30px !important;
    }
    
    .section_valeurs .item .head{
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        column-gap: 25px;
    }
    
    .section_valeurs .item .icone{
        margin-bottom: 0;
    }
    
    .section_valeurs .item .icone img{
        max-height: 50px;
    }
    
    /* concept */
    
    .section_title_page.section_title_page_concept{
        padding: 100px 0;
    }
    
    .section_def_pda .big_item{
        margin-bottom: 40px;
    }
    
    .section_def_pda .big_item .img{
        height: 191px;
    }
    
    .section_def_pda .big_item .txt{
        padding: 30px;
    }
    
    .section_def_pda .big_item .txt h2{
        margin-bottom: 10px;
    }
    
    .section_def_pda .big_item .txt p{
        margin-bottom: 23px;
    }
    
    .listing_pda .visible_xs .item:not(:last-child){
        margin-bottom: 30px;
    }
    
    .listing_pda .visible_xs .item .d-flex{
        justify-content: start !important;
        column-gap: 15px;
        margin-bottom: 10px;
    }
    
    .listing_pda .visible_xs .item .title{
        width: /*263px*/76.23188405797101%;
        flex: 0 0 auto;
    }
    
    .section_plateforme{
        padding-bottom: 149px;
    }
    
    .section_plateforme .col_title{
        padding: 30px !important;
    }
    
    .section_plateforme .col_title h2{
        margin-bottom: 10px;
    }
    
    .section_plateforme .col_title p{
        padding-right: 1px;
    }
    
    .listing_txt_icones .item .icone{
        width: /*50px*/17.54385964912281%;
    }
    
    .listing_txt_icones .item .title{
        width: /*215px*/75.43859649122807%;
        flex: 0 0 auto;
    }
    
    .section_slider_etapes{
        padding-bottom: 80px;
    }
    
    .section_slider_etapes .txt_intro{
        padding: 30px 31px 30px 30px !important;
    }
    
    .section_slider_etapes .txt_intro h2{
        margin-bottom: 10px;
    }
    
    .section_slider_etapes .txt_intro .btn_site{
        margin-left: 0;
    }
    
    .section_slider_etapes .txt_intro .wrap_prix{
        width: 129px;
        height: 129px;
        padding: 26px 3px 10px 5px;
    }
    
    .slider_etapes .item{
        padding: 30px;
    }
    
    .slider_etapes .item .head{
        margin-bottom: 10px;
    }
    
    .slider_etapes .item .head .icone{
        width: /*44px*/15.43859649122807%;
    }
    
    .slider_etapes .item .head .title{
        width: /*225px*/78.94736842105263%;
    }
    
    .slider_etapes .item .row .col-sm-6:last-child{
        margin-top: 12px;
    }
    
    .navigation_carousel{
        margin-top: 20px;
        padding-left: 30px;
        column-gap: 10px;
    }
    
    .navigation_carousel .nav{
        width: 35px;
        height: 35px;
    }
    
    .section_ville{
        padding: 60px 0;
    }
    
    .section_ville .txt h2{
        margin-bottom: 10px;
    }
    
    .wysiwig_txt ul{
        margin-bottom: 24px;
    }
    
    .video_ville{
        height: 259px;
        max-width: 345px;
    }
    
    .video_ville .preview:after{
        width: 47px;
        height: 47px;
    }
    
    .section_temoignages{
        padding: 80px 0;
    }
    
    .section_temoignages .video_ville{
        height: 191px;
    }
    
    .slider_tems{
        width: /*305px*/ 88.40579710144928%;
        max-width: 305px !important;
        margin-top: -33px;
        padding: 82px 0 50px;
    }
    
    .slider_tems .wrap{
        width: /*245px*/80.32786885245902%;
        margin: 0 auto;
    }
    
    .slider_tems .item p{
        margin-bottom: 20px;
    }
    
    .slider_tems .carousel-indicators{
        margin-top: 20px;
    }
    
    /* etape1 */
    
    .compteur_etape{
        padding-top: 40px;
    }
    
    .compteur_etape .wrap_etapes:after{
        background-image: url(../images/line-xs.svg);
    }
    
    .listing_etapes .num span{
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
    }
    
    .section_title_etape{
        padding: 50px 0 60px;
    }
    
    .section_title_etape h2{
        margin-bottom: 10px;
    }
    
    .section_selection_pharmacie{
        padding-bottom: 80px;
    }
    
    .section_selection_pharmacie h2{
        margin-bottom: 20px;
    }
    
    .section_selection_pharmacie .form_search{
        padding: 0 20px;
        height: 40px;
        margin-bottom: 20px;
        column-gap: 11px;
    }
    
    .section_selection_pharmacie .form_search [type="submit"]{
        width: 14px;
        height: 14px;
    }
    
    .section_selection_pharmacie .form_search .btn_geo{
        width: 21px;
        height: 21px;
    }
    
    .form_tri_pharm{
        margin-bottom: 30px;
    }
    
    .field_checkbox{
        font-size: 15px;
    }
    
    .form_tri_pharm .wrap_labels{
        column-gap: 44px;
    }
    
    .map_pharmacies{
        height: 350px;
    }
    
    .listing_pharmacies .item{
        width: /*315px*/91.30434782608696%;
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .listing_pharmacies .item .infos_pharm{
        padding: 0;
        line-height: 25px;
    }
    
    .listing_pharmacies .item .infos_pharm .head{
        margin-bottom: 10px;
    }
    
    .see_pharm{
        font-size: 12px;
    }
    
    /* etape2 */
    
    .section_title_etape.style2{
        padding-bottom: 85px;
    }
    
    .section_title_etape.style2 h2{
        margin-bottom: 10px;
    }
    
    .section_title_etape.style2 p{
        margin-bottom: 20px;
    }
    
    .box_alerte{
        padding: 20px 10px;
        letter-spacing: 0;
    }
    
    .livraison_panier{
        padding-bottom: 80px;
    }
    
    .listing_abonnements{
        margin-bottom: 80px;
    }
    
    .listing_abonnements .abonnement:last-child .wrap{
        padding-bottom: 45px !important;
    }
    
    .listing_abonnements .abonnement .prix{
        font-size: 30px;
        line-height: 133.333%;
    }
    
    .listing_abonnements .abonnement .prix .old{
        font-size: 20px;
        line-height: 175%;
    }
    
    .livraison_panier .title_section{
        margin-bottom: 15px;
    }
    
    .livraison_abonnement{
        padding: 25px !important;
    }
    
    .livraison_abonnement .field_checkbox:not(.mini) .wrap_checkbox{
        width: 18px;
        height: 18px;
    }
    
    .livraison_abonnement .field_checkbox.checked:not(.mini) .wrap_checkbox:after{
        width: 12px;
        height: 12px;
    }
    
    .livraison_abonnement .types_livraison .listing{
        margin: 15px 0 21px 38px;
    }
    
    .field_checkbox.mini{
        font-size: 12px;
    }
    
    .livraison_abonnement .adresse_livraison .title{
        margin-bottom: 5px;
    }
    
    .livraison_abonnement .adresse_livraison p{
        margin-bottom: 10px;
    }
    
    .recapitulatil_panier{
        padding: 25px !important;
    }
    
    .recapitulatil_panier .title{
        margin-bottom: 10px;
    }
    
    .recapitulatil_panier .item{
        margin-bottom: 15px;
    }
    
    .recapitulatil_panier .item .prix{
        top: 2px !important;
    }
    
    .form_abonnement .bloc_submit{
        margin-top: 20px;
        padding-right: 24px;
    }
    
    .no_touch .listing_abonnements .abonnement:hover .wrap, .listing_abonnements .abonnement.checked .wrap{
        background-image: url(../images/abonnement-xs.svg);
    }
    
    /* etape3 */
    
    .section_client{
        padding: 50px 0 80px;
    }
    
    .section_client .se_connecter{
        padding: 25px !important;
    }
    
    .section_client .se_connecter .txt{
        margin-bottom: 20px;
    }
    
    .formulaires_client .bloc_form_seconnecter{
        border-right: none;
        border-bottom: 1px solid #EAF5F8; 
        padding: 0 0 25px !important;
        margin-bottom: 25px;
    }
    
    form [type="text"], form [type="email"], textarea{
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    
    .formulaires_client .bloc_submit{
        padding-top: 0;
    }
    
    .forget_pass{
        font-size: 12px;
    }
    
    .bloc_form_seconnecter_sms .h5{
        margin-bottom: 15px;
    }
    
    .new_client{
        padding: 25px !important;
    }
    
    /* etapte4 */
    
    .section_title_etape.docs{
        padding-bottom: 40px;
    }
    
    .section_depot_docs{
        padding-bottom: 80px;
    }

    .bloc_depot_doc .bloc_form{
        margin-bottom: 20px;
    }
    
    .bloc_depot_doc .bloc_form .title{
        margin-bottom: 10px;
    }
    
    .bloc_depot_doc .bloc_form .field_file{
        margin-bottom: 10px;
    }
    
    .bloc_depot_doc .bloc_form input{
        width: /*261px*/88.47457627118644%;
    }
    
    .bloc_depot_doc .bloc_form .field_file .download{
        width: 13.2px;
        height: 15px;
    }
    
    .bloc_depot_doc .docs_deposes .title{
        margin-bottom: 10px;
    }
    
    .docs_deposes .item{
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    
    .docs_deposes .item .actions{
        width: /*42px*/14.23728813559322%;
    }
    
    .see_file{
        width: 16px;
        height: 9px;
    }
    
    .delete_file{
        width: 14px;
        height: 15px;
    }
    
    .section_depot_docs .bloc_submit{
        margin-top: -10px;
        padding-right: 30px;
    }
    
    /* etape5 */
    
    .section_title_etape.etape5{
        padding-bottom: 50px;
    }
    
    .section_title_etape.etape5 .title{
        margin-bottom: 10px;
        text-align: center;
    }
    
    .box_alerte.attention{
        padding: 10px 10px 10px 59px;
        line-height: 25px;
    }
    
    .box_alerte.attention:before{
        width: 29px;
        height: 25px;
        top: /*47px*/39.16666666666667%;
        left: 20px;
    }
    
    .form_valider_commande .listing_abonnements{
        margin-bottom: 80px;
    }
    
    .wrap_docs_livraison_panier .title_section{
        font-size: 25px;
        line-height: 35px;
    }
    
    .docs_et_livraison .bloc_depot_doc{
        padding: 25px;
        margin-bottom: 80px;
    }
    
    .docs_et_livraison .listing_ordonnances .row_item .col1 .name{
        width: /*129px*/48.67924528301887%;
    }
    
    .docs_et_livraison .listing_ordonnances .row_item .col1 .file{
        width: /*135px*/50.94339622641509%;
    }
    
    .pda_total{
        margin-top: 20px;
        padding-left: 0;
        line-height: 15px;
    }
    
    .form_valider_commande .wrap_panier{
        margin-bottom: 80px;
    }
    
    .bottom_panier{
        margin-top: 14px;
        padding: 0;
    }
    
    .bottom_panier .field_checkbox{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .bottom_panier .wrap_checkbox{
        width: 12px;
        height: 12px;
    }
    
    .bottom_panier .field_checkbox.checked .wrap_checkbox:after{
        width: 6px;
        height: 6px;
    }
    
    .bottom_panier .field_checkbox .txt{
        top: -3px;
    }
    
    .bottom_panier .field_checkbox a{
        text-decoration: none;
    }
    
    .form_abonnement.form_valider_commande .bloc_submit{
        margin-top: 18px;
    }
    
    /* footer */
    
    .rows_footer{
        padding-top: 55px;
        padding-bottom: 50px;
    }
    
    .rows_footer .col{
        width: /*165px*/47.82608695652174%;
    }
    
    .rows_footer .col_about{
        margin-bottom: 25px;
    }
    
    .rows_footer .col_about p{
        padding-right: 3px;
    }
    
    .rows_footer .title{
        margin-bottom: 15px;
    }
    
    .rows_footer ul li{
        margin-bottom: 10px;
    }
    
    .rows_footer .contact_footer{
        margin-top: 25px;
    }
    
    .rows_footer .contact_footer p{
        line-height: 208.333%;
    }
    
    .contact_footer .social_links{
        padding-top: 10px;
    }
    
    .social_links ul li{
        margin-right: 1.5%;
        transform: scale(0.7);
    }
    
    .bloc_copyright{
        text-align: center;
        padding: 10px 0;
        line-height: 20px;
    }
    
    .bloc_copyright .logo_wagaia{
        margin-top: 8px;
    }
}

@media (max-width:374px) 
{
    body:not(.home){
        padding-top: 68px;
    }
    
    /* header */
    
    .logo_header{
        width: 190px;
    }
    
    /* hp */
    
    .form_search input[type="text"]{
        width: 80%;
    }
    
    .section_etapes .img{
        height: 294px;
    }
    
    /* concept */
    
    .listing_pda .visible_xs .item .title{
        font-size: 25px;
    }
    
    /* etape */
    
    .listing_pharmacies .item .actions{
        column-gap: 10px;
    }
    
    /* etape 2 */
    
    .listing_abonnements .abonnement .title{
        font-size: 23px;
    }
    
    .livraison_abonnement .types_livraison .listing{
        margin-left: 10px;
    }
    
    /* etape3 */
    
    .formulaires_client .bloc_submit{
        column-gap: 10px;
    }
    
    .formulaires_client .btn_site{
        font-size: 11px !important;
    }
    
    .forget_pass{
        font-size: 10px;
    }
    
    /* etape4 */
    
    .listing_ordonnances .row_head, .listing_ordonnances .row_item{
        padding: 10px;
    }
    
    .listing_ordonnances .row_item .col1 .name{
        font-size: 10px;
    }
    
    .listing_ordonnances .row_item .open_xs{
        right: -4px;
        width: 12px;
        top: 4px;
    }
    
    form .nice-select .current{
        margin-left: 10px;
    }
}





