/*
Cette feuille de style est utilisée uniquement lorsque l'URL appelante est moncoachdeco.com
*/

/*Cedric styles*/
@import url(./mcd/header/header.css);
@import url(./mcd/aside/aside.css);
@import url(./mcd/footer/footer.css);
@import url(./mcd/offers/offers.css);
@import url(./mcd/profile/profile.css);
@import url(./mcd/gallery/gallery.css);
/*Config param minisite*/
@import url(./mcd/mini-site/config.css);
/*Realisations*/
@import url(./mcd/mini-site/realize.css);
/*Responsive*/
@import url(./mcd/mcd_responsive.css);
/*Mini site*/
@import url(./mcd/mini-site/home.css);

.sa.btn_devis_pro_l {
    float: right;
    height: 76px;
}

.sa.btn_devis_pro_l a {
    display: block;
    height: 60px;
    width: 122px;
    border-radius: 9px;
    background: #EBBB97;

    color: #FFF;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}

.presentationThumb{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-top: 50px;
}
.inputPresentationImage{
    display: none;
}

.socialMedias{
        display: flex;
}

.socialMediaArtisanLink{
    margin: 5px;
}

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

/*  400 - Regular  */
@font-face {
    font-family: 'Maax';
    font-display: swap;
    src: url("../fonts/Maax-regular.woff");
    src: local("0"), url("../fonts/Maax-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/* 500 - Medium */
@font-face {
    font-family: 'Maax';
    font-display: swap;
    src: url("../fonts/Maax-Medium.woff");
    src: local("0"), url("../fonts/Maax-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

/* 700 - Bold */
@font-face {
    font-family: 'Maax';
    font-display: swap;
    src: url("../fonts/Maax-Bold.woff");
    src: local("0"), url("/../fonts/Maax-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

/* 900 - Black */
@font-face {
    font-family: 'Maax';
    font-display: swap;
    src: url("../fonts/Maax-Black.woff");
    src: local("0"), url("../fonts/Maax-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

body > header {
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}


.sa.fullwidth {
    width: 100%;
    background: #05484D;
    color: #FFF;
    padding: 45px 0 60px 0;
}

.sa.fullheight {
    min-height: 100vh;
}

.sa.title {
    font: normal normal 600 30px/37px Montserrat;
}

.form-group {
    flex-flow: column wrap;
    display: flex;
    margin: 5px 0;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
}

.form-col {
    display: inline-flex;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.col-6 {
    width: 50%;
}

.sa.artisan_find_middle {

    height: 37px;
    margin: auto auto 45px auto;

    text-align: center;
    line-height: 37px;
    font-size: 30px;
    font-weight: 400;
}
/*signup help*/
.helpComponent{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    max-width: 424px;
    margin: auto;
    height: 300px;
    background: #05484d;
min-width: 300px;
}

.helpDispo{
    font-size: 23px;
    color: white;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

.helpComponent button{
    padding: 16px;
    display: flex;
margin: auto;
    background: #eba671;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
        transition: 500ms ease;
    border-bottom: 2px solid #d58f59;
    border-radius: 10px;
}

.helpComponent button:hover{
        border-bottom: 4px solid #d58f59;
    box-shadow: -2px 6px 15px 1px #212121;
    transition: 500ms ease;
}

.certificateUpload{
    display: flex;
    flex-direction: column;
}

.textHelp{
    padding: 16px;
    color: white;
}
.sa.picture_artisan_find {
    width: 644px;
    height: 465px;
    float: left;
    background: url('../Elements/Pictures/mcb_fenetre.jpg');
    background-size: cover;
    border-radius: 20px;
}

.sa.rdv-artisan {
    width: 406px;
    height: 465px;
    float: left;
    margin: 0 0 0 45px;
}

.sa.login-artisan {
    width: 100%;
    max-width: 720px;
    min-height: 465px;
    margin: 0 auto;
}

.sa.login-artisan .login-h1 {
    text-align: left;
    font-size: 16px;
    color: #EBBB97;
    margin: 27px 0;
}

.sa.login-artisan .login-box {
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    color: #575757;
    font-family: 'Maax';
    font-size: 16px;
    padding: 25px 92px;
}

.sa.login-artisan .login-box label {
    width: 260px;
    min-height: 15px;
    letter-spacing: 0;
    color: #575757;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

.sa.login-artisan .login-box input,
.sa.login-artisan .login-box select {
    width: calc(100% - 10px);
    max-width: 260px;
    height: 40px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 12px 15px;
    font: normal normal normal 14px/18px Maax;
    letter-spacing: 0;
    color: #808080;
    border: none;
}

span.sa.sub_title_devis {
    display: block;
    height: 30px;
    width: 406px;
    margin: 15px 0 0 0;

    color: #f79432;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

span.sa.sub_txt_devis {
    display: block;
    height: 35px;
    width: 406px;

    font-family: 'Maax';
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}

.sa.cd_devis_head {
    height: 356px;
    width: 406px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;

    color: #575757;
    font-family: 'Maax';
    font-size: 16px;
}

.sa.cd_devis_head ol {
    display: block;
    width: 303px;
    margin: 30px 0 0 24px;

    list-style: none;
    counter-reset: my-awesome-counter;
}

.sa.cd_devis_head ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    margin: 25px 0 25px 0;
    padding-top: 5px;

    font-size: 16px;
    line-height: 20px;
}

.sa.cd_devis_head ol li::before {

    top: 0;
    background: #f7f7f7;
    border-radius: 50%;
    content: counter(my-awesome-counter);
    width: var(--size);
    height: var(--size);
    position: absolute;
    --size: 29px;
    left: calc(-1 * var(--size) - 10px);

    color: #EBBB97;
    font-family: 'maax';
    font-weight: 900;
    text-align: center;
    line-height: var(--size);
}

.sa.btn_ask_quote,
.sa.btn_login,
.sa.btn_signup {
    display: block;
    width: 300px;
    height: 54px;
    margin: 0 auto 0 auto;
    border-radius: 9px;

    background: #EBBB97;
    color: #FFF;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    font-family: 'Maax';
}

.sa.btn_signup:disabled {
    background-color: #989898;
}

.sa.btn_login,
.sa.btn_signup {
    margin: 10px auto;
    border: 0;
    cursor: pointer;
    width: 273px !important;
    height: 59px !important;
}

.sa.login-artisan .no-account {
    display: block;
    margin-top: 30px;
}

.sa.login-artisan .login-image img {
    height: 70px;
    margin: 55px auto 0;
}

a.sa.btn_ask_quote,
a.sa.btn_login,
a.sa.btn_signup {
    text-decoration: none;
}

.sa.artisan_list_quote {
    display: block;
    height: 20px;
    width: 168px;
    margin: 30px auto 0 auto;

    color: #575757;
    text-align: center;
    line-height: 20px;
    font-family: 'maax';
}

/*  Services secure */
.sa.simple_service_secure {
    width: 100%;
    min-height: 500px;
    padding-bottom: 50px;
    background: #f7f7f7;
    overflow: hidden;
}

.sa.simple_service_secure h1 {
    margin-top: 60px;

    color: #808080;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

.sa.list_service_secure {
    max-width: 700px;
    margin: 60px auto auto auto;

}

.sa.containt_list_service_secure {
    max-width: 700px;
    height: 118px;
    margin: 45px 0;
}

.sa.service_secure_left {
    height: 118px;
    width: 118px;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0px 0px 8px #0000000D;
    float: left;
}

.sa.service_s_pic {
    height: 45px;
    width: 45px;
    margin: 36px;
}

.sa.service_s_pic#sa_explainpic {
    background: url('../Elements/Pictures/discus_pic.png') no-repeat;
    background-size: cover;
}

.sa.service_s_pic#sa_selectpic {
    background: url('../Elements/Pictures/select_pic.png') no-repeat;
    background-size: cover;
    height: 70px;
    width: 70px;
    margin: 24px;
}

.sa.service_s_pic#sa_acceptpic {
    background: url('../Elements/Pictures/accept_pic.png') no-repeat;
    background-size: cover;
}

.sa.service_s_pic#sa_contactpic {
    background: url('../Elements/Pictures/contact_pic.png') no-repeat;
    background-size: cover;
    height: 70px;
    width: 70px;
    margin: 24px;
}

.sa.service_s_pic#sa_ddaypic {
    background: url('../Elements/Pictures/dday_pic.png') no-repeat;
    background-size: cover;
    height: 60px;
    width: 60px;
    margin: 29px;
}

.sa.service_s_pic#sa_facturepic {
    background: url('../Elements/Pictures/facture_pic.png') no-repeat;
    background-size: cover;
    height: 60px;
    width: 60px;
    margin: 29px;
}

.sa.service_secure_right {
    float: left;
    width: 506px;
    height: 65px;
    margin: 26px 0px 26px 40px;

    color: #808080;
    font-family: 'maax';
    font-size: 16px;
}

.sa.title_service_secure {
    display: block;
    height: 16px;
    width: 506px;
    margin-bottom: 10px;

    color: #EBBB97;
}

.sa.askdevis_contain {
    width: 300px;
    height: 220px;
    margin: 50px auto 20px auto;
    overflow: hidden;
}

.ask_devis_pic {
    height: 70px;
    width: 160px;
    margin: 20px auto;
    background: url('../Elements/Pictures/devisask_pic.png');
}

.sa.list_askqt {
    max-width: 1088px;
    margin: auto;

}

.sa.question_cont {
    background: #F4F4F4;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    padding-left: 20px;
    margin: 20px 0;

    color: #575757;
    font-family: 'Maax';
    line-height: 56px;
    font-size: 16px;
}

.sa.ask_int {
    float: left;
}

.sa.arrow_ask {
    height: 30px;
    width: 30px;
    display: block;
    background: red;
    float: right;
    margin: 13px 18px;
    background: url('../Elements/Pictures/arrow_purple.png');
}

/*------------ Formulaire devis ----------------- */

#sa_form_quote {
    background-color: #F7F7F7;
    font-family: 'Maax'
}

.sa.exit_form_quote {
    margin-top: 31px;
}

.sa.exit_form_quote a {
    display: block;
    width: 18px;
    height: 12px;
    padding-left: 25px;
    /* background:url('../Elements/SVG/arrow_left_grey.svg') no-repeat; */

    line-height: 12px;
    font-size: 16px;
    color: #575757;
    text-decoration: none;
}

h1.sa.title_form_quote {
    display: block;
    width: 100%;
    height: 37px;
    margin-top: 10px;


    color: #EBBB97;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: normal;
    text-align: center;

}

.sa.form_quote_container {
    width: 536px;
    margin: 40px auto;
    overflow: hidden;
}

.sa.bloc_form_a, .sa.bloc_form_b {
    width: 100%;
    margin: 20px 0px;
    padding-bottom: 40px;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
}

.sa.bloc_form_a h2, .sa.bloc_form_b h2 {
    width: 392px;
    height: 25px;
    margin: 30px 0px 0px 43px;

    color: #575757;
    font-family: 'Montserrat';
    font-size: 16px;
}

.sa.subtxt_form_a {
    height: 21px;
    width: 392px;
    display: block;
    margin: 5px 0px 10px 43px;


    color: #575757;
    font-size: 14px;
    font-family: 'Maax';
    font-weight: 500;

}

.sa.input_radio_contain {
    height: 53px;
    width: 457px;
    border-radius: 8px;
    background-color: #D7D7D7;
    margin: 12px auto;

    display: block;
    position: relative;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sa.input_radio_contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.sa_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    margin: 17px;
    background-color: #fff;
    border-radius: 50%;
}

.sa.input_radio_contain:hover input ~ .sa_checkmark {
    background-color: #ccc;
}

.sa.input_radio_contain input:checked ~ .sa_checkmark {
    background: url('../Elements/SVG/icon_check.svg');
}

.sa.input_radio_contain.checked {
    background: #6FD6C2;
    color: #FFF;
}

.sa_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sa.input_radio_contain input:checked ~ .sa_checkmark:after {
    display: block;
}

.sa.txt_radio {
    display: block;
    height: 53px;
    margin-left: 50px;

    line-height: 53px;
    font-size: 16px;
}

.sa.bloc_form_b {
    height: auto;
    background: #D7D7D7;
}

.sa.containter_form_work {
    width: 444px;
    margin: auto;
}

.sa.header_form_work {
    width: 100%;
    height: 46px;
    background: #FF7E7E;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;

    color: #FFF;
}

.sa.ico_header_form_work {
    height: 40px;
    width: 40px;
    float: left;
    margin: 3px 10px 3px 10px;

}

.sa.ico_header_form_work#kitchen {
    background: url('../Elements/SVG/icon_kitchen_w.svg');
}

.sa.ico_header_form_work#bathroom {
    background: url('../Elements/SVG/bathroom_w.svg') no-repeat;
}

.sa.title_form_work {
    height: 46px;
    float: left;

    color: #FFF;
    line-height: 50px;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 300;
}

.sa.required_form_work {
    height: 46px;
    float: right;
    margin-right: 10px;

    font-size: 12px;
    font-family: 'Maax';
    line-height: 60px;
}

.sa.type_form_work {
    background: #FFF;
    margin-bottom: 4px;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}

.sa.drag_type_txt {
    height: 14px;
    margin: 10px 0px 10px 75px;
    display: block;

    color: #575757;
    font-size: 14px;
    font-family: 'Maax';
    font-weight: 500;
}

.sa.container_input_form_work {
    max-width: 415px;
    height: 55px;
    margin: 14px;
    border: solid 1px #D7D7D7;
    border-radius: 8px;
    padding: 19px 0 19px 20px;

}

.sa.container_input_form_work.open_lg {
    height: auto;
    background: #FFF;

}

.sa.switch_form_work {
    height: 19px;
    width: 42px;
    float: left;
}

.sa_switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 21px;
}

.sa_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sa_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D7D7D7;
    -webkit-transition: .4s;
    transition: .4s;
}

.sa_slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sa_slider {
    background-color: #6FD6C2;
}

input:focus + .sa_slider {
    box-shadow: 0 0 1px #6FD6C2;
}

input:checked + .sa_slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.sa_slider.sa_round {
    border-radius: 19px;
}

.sa_slider.sa_round:before {
    border-radius: 50%;
}

.sa.txt_form_w {
    height: 19px;
    float: left;
    margin-left: 20px;

    color: #575757;
    font-size: 15px;
    font-family: 'Maax';
    font-weight: 400;
}

.sa.txt_form_w.open_lg {
    font-weight: 500;
}

.sa.checker_form_work {
    width: 290px;
    height: 26px;
    overflow: hidden;
    margin: 50px auto 0px auto;
}

.sa.radio_new_type {
    float: left;
    margin: 0px 25px;


    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sa.txt_radio_new_type {
    margin-left: 35px;

    font-size: 14px;
    color: #808080;
    font-family: 'Maax';
    line-height: 25px;
}

.sa_checkmark_newtype {
    height: 26px;
    width: 26px;
    padding: 5px;

    border: solid 1px #DEDEDE;
    border-radius: 50%;
    position: absolute;
}

.sa_checkmark_newtype:after {
    content: "";
    display: none;
}

.sa.radio_new_type input {
    display: none;
}

.sa.radio_new_type:hover input ~ .sa_checkmark_newtype {
    background: #DEDEDE;
}

.sa.radio_new_type input:checked ~ .sa_checkmark_newtype {
    background: url('../Elements/SVG/icon_check.svg') no-repeat center;
    background-size: 16px;
}

.sa.radio_new_type input:checked ~ .sa.txt_radio_new_type {
    color: #575757;
    font-weight: 500;
}

.sa.surface_form_w {
    width: 210px;
    height: 40px;
    margin: 20px auto;
    overflow: hidden;
}

.sa.surface_form_w span {
    float: left;
    display: block;

    color: #575757;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Maax';
    line-height: 40px;
}

.sa.surface_form_w input {
    height: 35px;
    width: 65px;
    display: block;
    float: left;
    margin: 0px 10px;
    background: #F0F0F0;
    border: none;
    border-radius: 8px;
    padding-right: 10px;

    color: #575757;
    font-size: 14px;
    font-family: 'Maax';
    text-align: right;
}

.sa_surface_type:focus {
    outline: none;
}

.sa.m_square {
    color: #6FD6C2 !important;
}

.sa.comment_container_form {
    width: 100%;
}

.sa.comment_container_form span {
    display: block;
    height: 15px;
    width: 90px;
    margin-bottom: 10px;

    color: #575757;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    font-family: 'Maax';
}

.sa.comment_container_form textarea {
    display: block;
    margin-left: -20px;
    width: 413px;
    height: 180px;
    background: #F0F0F0;
    border-top: solid 1px #D7D7D7;
    border-bottom: solid 1px #D7D7D7;
    border-left: none;
    border-right: none;
    padding: 10px;
    resize: none;

    color: #575757;
    font-size: 15px;
    font-family: 'Maax';

}

.sa.comment_container_form textarea:focus {
    outline: none;
}

.sa.comment_container_form a {
    display: block;
    height: 60px;
    width: 371px;
    background: #6FD6C2;
    border-radius: 9px;
    margin-top: 18px;

    color: #FFF;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.sa.type_form_work a.sa.remove_room {
    display: block;
    height: 21px;
    width: 298px;
    margin: 25px auto 30px auto;

    color: #ED0014;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
}

.sa.txt_addroom {
    display: block;
    height: 36px;
    width: 352px;
    margin: 20px auto;

    text-align: center;
    color: #575757;
    font-size: 16px;
}

.sa.wrapper_btn_room {
    width: 352px;
    margin: 0px auto 50px auto;
    overflow: hidden;
}

.sa.room_btn {
    height: 110px;
    width: 110px;
    background: #fff;
    border-radius: 20px;
    float: left;
    margin: 3.5px;

    text-align: center;
    position: relative;

}

.sa.room_btn span {
    display: block;
    position: relative;
    margin-top: 80px;

    line-height: 12px;
    font-family: 'Maax';
    color: #575757;
    font-size: 14px;
}

.sa.room_btn#salon {
    background: url('../Elements/SVG/icon_living_room.svg') no-repeat center #FFF;
    background-size: 40px;
}

.sa.room_btn#kitchen {
    background: url('../Elements/SVG/icon_kitchen.svg') no-repeat center #FFF;
    background-size: 40px;
}

.sa.room_btn#bathroom {
    background: url('../Elements/SVG/icon_bathroom.svg') no-repeat center #FFF;
    background-size: 40px;
}

.sa.room_btn#bednight {
    background: url('../Elements/SVG/icon_nightroom.svg') no-repeat center #FFF;
    background-size: 40px;
}

.sa.room_btn#sun {
    background: url('../Elements/SVG/sunny.svg') no-repeat center #FFF;
    background-size: 40px;
}

.sa.room_btn#other {
    background: url('../Elements/SVG/icon_other.svg') no-repeat center #FFF;
    background-size: 40px;
}

.sa.room_btn a {
    height: 25px;
    width: 25px;
    margin: 10px 0px 0px 20px;
    position: absolute;
    border-radius: 50%;
    background: url('../Elements/SVG/plus.svg') no-repeat #EDEDED center;
    background-size: 13px;
}

.sa.input_select_form {
    height: 43px;
    width: 457px;
    display: block;
    margin: auto;
    border-radius: 8px;
    border: solid 1px #D7D7D7;
    padding-left: 30px;

    color: #575757;
    font-size: 16px;
    font-weight: 500;

}

.sa.containt_select_budget input:focus {
    outline: none;
}

.sa.infos_form {
    width: 451px;
    margin: 10px auto;
}

.sa.infos_form label {
    display: block;
    height: 21;
    margin: 8px 0px 5px 0px;


    color: #575757;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Maax';
}

.sa.infos_form input, textarea {
    background: #F0F0F0;
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding-left: 10px;
    margin-bottom: 5px;

    color: #575757;
    font-family: 'Maax';
    font-size: 15px;
}

.sa.infos_form textarea {
    height: 200px
}

.sa.infos_form input:focus {
    outline: none;
}

.sa.btn_submit {
    display: block;
    height: 60px;
    width: 451px;
    border-radius: 9px;
    background: #EBBB97;
    margin: 30px auto;
    border: none;

    color: #FFF;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
    font-family: 'Maax';
    font-size: 16px;
}

.sa.btn_submit:hover {
    cursor: pointer;
}

.sa.btn_submit:focus {
    outline: none;
}

.sa.bloc_form_a.submit_form span {
    display: block;
    width: 451px;
    margin: auto;

    font-size: 13px;
    line-height: 13px;
    color: #575757;
    font-family: 'Maax';
}

.sa.bloc_form_a.submit_form span strong {
    font-weight: 500;
}

.sa.bloc_form_a.submit_form span a {
    text-decoration: none;
    color: #EBBB97;
}

/*------------ Comfirm_devis ----------------- */
.sa.logo_MCB_quote {
    width: 130px;
    height: 50px;
    margin: 50px auto 0px auto;
    background: url('../Elements/SVG/logo_mcb.svg') no-repeat center;
    background-size: 80%;
}

.sa.form_quote_container.confirm_dv {
    width: 720px;
    margin: 0px auto;
    overflow: hidden;

    text-align: center;
    color: #575757;
}

.sa.form_quote_container.confirm_dv h1 {
    display: block;
    margin: 40px 0 10px 0;

    color: #575757;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
}

span.sa.cf_mail {
    display: block;
    font-size: 15px;
    font-family: 'Maax';
    font-weight: 400;
}

.sa.form_quote_container.confirm_dv h2 {
    display: block;
    margin: 20px auto;

    color: #EBBB97;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
}

.sa.cf_select {
    display: block;
    width: 536px;
    margin: 0px auto 20px auto;

    font-family: 'Maax';
    font-size: 15px;
}

.sa.cf_alert_f {
    display: block;
    width: 536px;
    margin: 0px auto 20px auto;

    font-family: 'Maax';
    font-size: 15px;
}

.sa.form_quote_container.confirm_dv a {
    display: block;
    width: 300px;
    height: 60px;
    background-color: #EBBB97;
    border-radius: 9px;
    margin: auto;

    line-height: 60px;
    text-align: center;
    color: #FFF;
    text-decoration: none;

}

/*------------ Recherche artisans ----------------- */
.sa.fullwidth#sa_find_art {
    height: 209px;
    padding: 0;
}

.sa.fullwidth#sa_find_art.sa .artisan_find_middle {
    margin: 45px auto 25px auto;
}

.sa.form_fa {
    width: 900px;
    margin: auto;
    overflow: hidden;
}

.sa.containt_fa {
    float: left;
    width: 260px;
    height: 64px;
    margin: 0 10px 0 10px;
}

.sa.containt_fa label {
    display: block;
    margin-bottom: 5px;

    color: #FB9245;
    font-size: 14px;
    font-family: 'Maax';
    font-size: 14px;
}

.sa.select_fa, .sa.containt_fa input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding-left: 10px;
    border: none;

    color: #575757;
    font-family: 'Maax';
    font-size: 14px;
}

.sa.select_fa:focus, .sa.containt_fa input:focus {
    outline: none;
}

.sa.input_fa {
    margin-top: 24px;
    background: #EBBB97;
    color: #FFF !important;
}

.sa.input_fa:hover {
    cursor: pointer;
}

.sa.contain_widget_get_devis {
    background: #F7F7F7;
}

.sa.call_devis {
    width: 536px;
    height: 236px;
    float: left;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #0000000D;
    margin: 40px 10px 40px 10px;
}

.sa.call_devis#sa_call_pro {
    float: right;
}

.sa.lg_call_devis {
    height: 62px;
    width: 140px;
    background: url('../Elements/Pictures/devisask_pic_w.png');
    margin: 45px auto 10px auto;
}

.sa.call_devis#sa_call_pro .sa.lg_call_devis {
    width: 150px;
    background: url('../Elements/SVG/icon_craftsment.svg') no-repeat center;
    background-size: 100%;
}

.sa.container_call {
    overflow: hidden;
    margin: auto;
    width: 1120px;
}

.sa.call_devis span {
    display: block;
    width: 230px;
    margin: auto;

    color: #575757;
    font-family: 'Montserrat';
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}

.sa.call_devis span a {
    display: block;
    margin-top: 15px;
    color: #575757;
    font-family: 'Maax';
    font-size: 15px;
}

/*------------ resultats artisans ----------------- */
.sa.fullwidth#sa_result_art {
    height: 127px;
    padding: 0;
}

.sa.form_fa {
    margin-top: 31px;
}

.sa.result_container {
    background: #F7F7F7;
}

.sa.container_result {
    width: 1300px;
    margin: auto;
    overflow: hidden;
}

.sa.left_result {
    width: 60%;
    float: left;
    padding-bottom: 40px;
}

.sa.left_result h2 {
    display: block;
    height: 25px;
    margin: 30px 0 20px 0;

    font-size: 25px;
    color: #808080;
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 400;
}

.sa.filter_result_pr {
    height: 35px;
    width: 100%;
    margin-bottom: 20px;

    font-size: 12px;
    line-height: 35px;
    font-family: 'Maax';
}

.sa.filter_result_pr a {
    text-decoration: none;
    font-weight: 500;
    font-family: 'Maax';
    color: #575757;
}

.sa.box_filter_pr {
    float: left;
    height: 35px;
    border: solid 1px #808080;
    border-radius: 20px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 10px;
}

.sa.box_preview_pr {
    width: 352px;
    height: 255px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #0000000D;
    border-radius: 20px;
    overflow: hidden;
    float: left;
    margin: 10px 20px 10px 0;
}

.sa.infos_pr {
    height: 75px;
    border-bottom: 1px dashed #D6D6D6;
    margin: 20px 20px 10px 20px;

}

.sa.contain_avt {
    height: 55px;
    width: 55px;
    float: left;
}

.sa.certif_avt {
    height: 22px;
    width: 22px;
    margin: 40px 0 0 30px;
    background: url('../Elements/SVG/icon_check-blue.svg');
    position: absolute;
}

.sa.avt_pr {
    float: left;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-size: cover !important;
    position: relative;
}

.sa.info_name_pr {
    height: 59px;
    float: left;
    margin-left: 15px;
}

a span.sa.name_pro {
    display: block;
    height: 19px;

    line-height: 19px;
    font-family: 'Montserrat';
    font-size: 13px;
    color: #EBBB97;

}

a span.sa.corpo_name {
    display: block;
    height: 14px;

    color: #575757;
    font-size: 14px;
    font-family: 'Maax';
}

a span.sa.adress_corpo {
    display: block;
    height: 16px;
    margin: 2px 0 2px 0;

    color: #575757;
    font-size: 13px;
    font-family: 'Maax';
    font-weight: 500;
    line-height: 16px;
}

a .sa.score_pr {
    height: 16px;

    color: #D7D7D7;
    font-size: 14px;
    font-family: 'Maax';
}

a .sa.score_pr ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 2px 10px 0 0;
}

a .sa.score_pr ul li.sa.star_f, a .sa.score_pr ul li.sa.star_h {
    float: left;
    height: 14px;
    width: 14px;
    display: block;
    margin: 0 1px 0 1px;
    background: url('../Elements/SVG/star.svg') center;
    background-size: cover;
}

a .sa.score_pr ul li.sa.star_h {
    background: url('../Elements/SVG/star_half.svg') center !important;
    background-size: cover !important;
}

.sa.list_complete_pr {
    width: 100%;
}

.sa.list_complete_pr span {
    display: block;
    height: 15px;

    text-align: center;
    color: #575757;
    font-size: 14px;
    font-family: 'Maax';
}

.sa.list_work_pr {
    border-bottom: 1px dashed #D6D6D6;
    margin: 0 20px 0 20px;
}

.sa.list_work_pr ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0;
    padding-bottom: 12px;
}

.sa.list_work_pr ul li a {
    float: left;
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
    margin: 5px;

    color: #EBBB97;
    font-size: 14px;
    font-family: 'Maax';
    text-decoration: none;
}

.sa.price_pr {
    display: block;
    height: 15px;
    margin-top: 10px;

    color: #575757;
}

.sa.price_pr a {
    color: #575757;
    text-decoration: none;
    font-weight: 500;
}

.sa.contain_nav {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}

.sa.list_nav_pr {
    width: 375px;
    margin: auto;
    height: 30px;

}

.content-btn-archiv {
    display: flex;
}

.sa.list_nav_pr ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.sa.list_nav_pr ul li a {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 3px 0 3px;

    line-height: 30px;
}

.sa.list_nav_pr ul li.sa.left_arrow_pr a, .sa.list_nav_pr ul li.sa.right_arrow_pr a {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 3px 0 3px;

    background: url('../Elements/SVG/arrow_left_grey.svg') no-repeat center;
    background-size: 55%;
}

.sa.list_nav_pr ul li.sa.right_arrow_pr a {
    background: url('../Elements/SVG/arrow_right_grey.svg') no-repeat center;
    background-size: 55%;
}

.sa.list_nav_pr ul li#selected.sa.left_pag_pr a {
    background: #FFF;
    color: #EBBB97;
    border: solid 1px #575757;
}

.sa.list_nav_pr ul li.sa.left_pag_pr a {
    background: #D7D7D7;
    border-radius: 50%;

    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Maax';
    font-weight: 500;
}

.sa.contain_widget_get_devis#sa_result_pr {
    width: 800px !important;
}

.sa.contain_widget_get_devis#sa_result_pr .sa.container_call {
    width: 800px;
}

.sa.contain_widget_get_devis#sa_result_pr .sa.call_devis {
    width: 352px;
    margin: 20px 20px 20px 0px;
}

.sa.contain_widget_get_devis#sa_result_pr .sa.call_devis#sa_call_pro {
    float: left;
}

/*------------ ESPACE PRO - PROFIL ----------------- */
.sa.container_pro {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    margin-top: 100px;
}

.sa.profil_pro_wrapper {
    width: 1300px;
    overflow: hidden;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.sa.profil_pro_left {
    width: 352px;
    float: left;
    margin-left: 100px;
}

.sa.info_p_pro_wrapper {
    height: 150px;
    width: 100%;
    margin: 40px auto 20px auto;
}

.sa.photo_pro_w {
    height: 77px;
    width: 100px;
    margin: auto;
}

.sa.photo_pro_left {
    height: 77px;
    width: 77px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
}


.sa.certified {
    height: 28px;
    width: 28px;
    background: url('../images/checkSucces.png');
    position: absolute;
    margin: 55px 0 0 55px;
}

.sa.info_p_pro_wrapper span {
    display: block;
    width: 100%;
    height: 37px;
    margin-top: 15px;
    line-height: 37px;
    color: #575757;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 400;
}


.sa.option_pro {
    width: 100%;
    background: #F0F0F0;
    border-radius: 20px;
    padding: 10px 0 20px 0;
    margin: 15px 0 15px 0;
}

.sa.option_title {
    height: 40px;
    width: 312px;
    margin: 10px auto;
    color: #575757;
    font-family: 'maax';
    font-size: 14px;
}

.sa.ico_option_title {
    width: 50px;
    height: 50px;
    float: left;
    background: url('../images/mcd/dashboard/Icon_paint_can.svg') no-repeat;
}


.sa.option_title span.sa.title_f {
    display: block;
    font-weight: 500;
}

.sa.my_devis_pro {
    height: 108px;
    width: 312px;
    margin: 20px auto 0 20px;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 20px;
}


.sa.my_devis_pro span {
    display: block;
    margin: 5px 0 5px 0;

    font-size: 14px;
    color: #575757;
    font-family: 'Maax';
}

.sa.my_devis_pro span strong {
    font-weight: 500;
}

.sa.btn_option {
    height: 90px;
    width: 312px;
    padding-left: 20px;
    margin: auto;
    background: url('../Elements/SVG/arrow_right_grey.svg') no-repeat #FFF 260px 38px;
    background-size: 15px;
    border-radius: 20px;

    line-height: 90px;

}

.sa.btn_option.subscription_required {
    background-color: #e6e6e6;
    border: 2px dashed white;
}

.sa.btn_option.subscription_required:hover {
    cursor: initial !important;
}

a.btn_pro_opt {
    display: block;
    text-decoration: none;
    color: #808080;
    font-size: 22px;
    margin: 20px 0 20px 0;
}

a.btn_pro_opt #sa_notif_pro {
    font-family: 'Maax';
    font-size: 14px;
}

a.btn_pro_opt #sa_notif_pro strong {
    font-weight: 500;
}

.sa.ico_option_title#sa_icovar_tool {
    background: url('../images/parameters.png') no-repeat -5px;
    background-size: cover;
}

.sa.wrapper_pro_right {
    width: 720px;
    float: left;
    margin: 40px 0 0 30px;
}

.sa.widget_pro_r {
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
}

.sa.widget_pro_r h1 {
    display: block;
    margin: 20px 0 15px 0;

    color: #EBBB97;
    font-size: 33px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
}

.sa.widget_pro_r h2 {
    margin-bottom: 40px;

    font-family: 'Maax';
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    text-align: center;
}

.sa.devis_list_pro {
    height: 76px;
    width: auto;
    overflow: hidden;
    margin: 20px 40px 20px 40px;
}

.sa.discus_pro_list {
    float: left;
    height: 76px;
    width: 76px;
    background: url('../Elements/SVG/comment.svg') no-repeat center #F7F7F7;
    background-size: 70%;
    border-radius: 8px;
}

.sa.info_devis_pro_l {
    float: left;

    margin-left: 15px;
    font-size: 15px;
    font-family: 'Maax';
    color: #808080;
}

.sa.info_nb_devis {
    color: #ebbb97;
}

.sa.info_nb_devis strong {
    font-weight: 500;
    color: #575757;
}

.sa.nb_room_pro strong, .sa.date_start_pro strong, .sa.location_pro strong {
    font-weight: 500;
}

.sa.btn_devis_pro_l {
    float: right;
    height: 76px;
}

.sa.btn_devis_pro_l a {
    display: block;
    height: 60px;
    width: 122px;
    border-radius: 9px;
    background: #EBBB97;

    color: #FFF;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}

.sa.sep_devis_l {
    height: 1px;
    background: #D7D7D7;
    margin: 30px 40px 30px 40px;
    overflow: hidden;
}

.sa.widget_pro_r#sa_devis_ok_pro {
    margin-top: 20px;
}

.sa.widget_pro_r#sa_devis_ok_pro h1 {
    color: #226C79;
}

.sa.discus_pro_list#sa_svg_devis_ok {
    fill: #226C79;
}

.sa.info_devis_pro_l#sa_info_devis_ok .sa.info_nb_devis {
    color: #226C79;
}

.sa.btn_devis_pro_l#sa_devis_ok_link a {
    background: #226C79;
}

.sa.widget_pro_r#sa_devis_off_l {
    margin-top: 20px;
}

.sa.widget_pro_r#sa_devis_off_l h1 {
    color: #575757;
}

.sa.discus_pro_list#sa_devis_off_l {
    fill: #226C79;
}

.sa.info_devis_pro_l#sa_info_devis_off .sa.info_nb_devis {
    color: #575757;
}

.sa.btn_devis_pro_l#sa_devis_off_link a {
    background: #575757;
}


/*------------ ESPACE PRO - ConfigMini ----------------- */
.sa.title_config_min_contain {
    height: 50px;
    width: 100%;
}

.sa.title_min_conf {
    width: 100%;
    height: 50px;


    text-align: center;
    color: #575757;
    font-size: 15px;
    font-family: 'Maax';
}

.sa.title_min_conf h1 {
    margin: 0;
    display: block;
    height: 35px;

    font-size: 35px;
    line-height: 35px;
}

.sa.view_min_c {
    display: block;
    height: 46px;
    width: 92px;
    float: right;
    position: relative;
    margin-top: 5px;
}

.sa.view_min_c a {
    display: block;
    height: 46px;
    width: 92px;

    text-decoration: none;
    font-family: 'Maax';
    color: #575757;
    font-weight: 500;
}

.sa.eye_view_min {
    width: 40px;
    height: 27px;
    background: url('../Elements/SVG/eye.svg');
    margin: auto;
}

.sa.view_min_txt {
    height: 16px;
    width: 92px;
    padding-left: 10px;
    background: url('../Elements/SVG/arrow_right_grey.svg') no-repeat 70px 5px;
    background-size: 15px;
}

.sa.conf_mini_logo_wrapper {
    width: 100%;
    margin: 20px 0; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sa.conf_mini_logo, .sa.conf_mini_cni {
    height: 144px;
    width: 144px;
    float: left;
}

.sa.conf_mini_cni {
    margin-bottom: 30px;
    margin-top: 15px;
}

.sa.conf_mini_logo img {
    height: 144px;
    width: auto;
    display: inline;
    border-radius: 33px;
}

.sa.conf_mini_cni img {
    height: 144px;
    width: auto;
    display: inline;
}

.sa.conf_mini_txt {
    float: left;
    width: 276px;
    height: 16px;
text-align: center;
    color: #EBBB97;
    font-family: 'Maax';
    font-size: 16px;
}

.sa.donwload_conf_min {
    height: 60px;
    width: 145px;
    float: right;
    margin-top: 42px;
}

ul.token-input-list {
    width: 100% !important;
    border-radius: 20px;
    border: solid 1px #D7D7D7 !important;
    background: #F0F0F0;
    padding: 5px 15px !important;
}

li.token-input-token span {
    color: #fff !important;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #EBBB9796 !important
}

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #EBBB9796 !important;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

.sa.conf_mini_logo_wrapper a, a.back-config, #form_pic_me .sa.photo_before.ga_pict label div#btn-update-profil, .sa.conf_min_photo a, .sa.conf_min_coor a, .sa.conf_min_presentation a, .sa.conf_min_competence a, .sa.conf_mini_logo_wrapper label, .form-cni label, #btn-update-qualif {
    display: block;
    height: 60px;
    width: 145px;
    background: #EBBB97;
    border-radius: 9px;

    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-family: 'Maax';
    font-size: 15px;
}

a.back-config {
    width: 310px;
    margin: auto;
    margin-bottom: 20px;
}

/* .sa.photo_before.ga_pict span{color: #fff!important; cursor: pointer;} */
.sa.photo_before.ga_pict.profil {
    width: 100%;
}

.sa.photo_before.ga_pict.profil .sa.pdp.ga_pict {
    margin: 30px auto;
}

#btn-update-profil {
    margin: auto;
}

.form-cni {
    margin-bottom: 15px;
    float: right;
    margin-top: 42px;
}

.sa.title_widget_conf, .sa.desc_widget_conf {
    display: block;
    height: 16px;
    margin: 2px 0 2px 0;

    line-height: 16px;
    font-family: 'Maax';
    color: #EBBB97;

}

.sa.desc_widget_conf {
    color: #808080;
}

.sa.conf_min_presentation textarea {
    display: block;
    resize: none;
    width: 100%;
    height: 178px;
    padding: 15px;
    border-radius: 20px;
    border: solid 1px #D7D7D7;
    margin-top: 20px;

    color: #707070;
    font-size: 18px;
    font-family: 'Helvetica';
    line-height: 22px;
}

.form-input {
    display: block;
    resize: none;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    border: solid 1px #D7D7D7;
    margin-top: 20px;
    color: #707070;
    font-size: 18px;
    font-family: 'Helvetica';
    line-height: 22px;
    background: #F0F0F0;
}

ul.tokens-token-list .tokens-list-token-holder {
    font-size: 15px !important;
}

ul.tokens-token-list {
    width: 100% !important;
    border-radius: 22px !important;
    margin-top: 20px !important;
    border: solid 1px #D7D7D7 !important;
    padding-top: 9px !important;
    padding-left: 9px !important;
}

ul.tokens-token-list, ul.tokens-token-list .tokens-input-text {
    background: #F0F0F0 !important;
    height: 50px !important;
}

.sa.conf_min_presentation textarea:focus {
    outline: none;
}

.sa.sep_devis_l#conf_min, .sa.sep_devis_l#conf_min_bot {
    margin: 30px 0 30px 0;
}

.sa.sep_devis_l#conf_min_bot {
    height: 2px;
}

.sa.sep_devis_l#conf_min_bot_hab {
    height: 2px;
    margin: 30px 0 30px 0;
    clear: both;
}

.sa.conf_min_photo {
    overflow: hidden;
}

.sa.conf_min_photo a {
    float: right;
    margin-top: 25px;
}

.sa.conf_min_coor {
    overflow: hidden;
    color: #808080;
    font-size: 16px;
    font-family: 'Maax';
}

.sa.coor_info_site {
    width: 250px;
    float: left;
    margin-top: 10px;
}

.sa.conf_min_presentation, .sa.conf_min_competence {
    overflow: hidden;
}

.sa.conf_min_presentation a, .sa.conf_min_competence a {
    float: right;
    margin-top: 25px;
}

.sa.coor_custom_site {
    float: right;
    width: 320px;
    margin-top: 10px;

    font-size: 15px;
    font-family: 'Montserrat';
    text-align: right;
}

.sa.coor_custom_site span {
    display: block;
    margin: 2px 0 2px 0;
}

.sa.sarl_coor {
    display: block;
    color: #EBBB97;
}

.sa.conf_min_coor a {
    float: right;
    margin-top: 20px;
}

.sa.line_hour_conf {
    height: 40px;
    margin: 20px 0;
}

.sa.wrapp_sw_conf {
    margin-top: 11.5px;
    float: left;
}

.sa_switch#sa_conf_mini {
    height: 19px;
    float: left;
}

.sa_slider#sa_conf_mini_sl:before {
    height: 17px;
    width: 17px;
}

input:checked + .sa_slider#sa_conf_mini_sl:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.sa.day_conf_hour {
    width: 48px;
    height: 40px;
    float: left;
    margin: 0 60px 0 30px;

    color: #575757;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.sa.line_hour_conf input.sa_hour_conf, .sa.line_hour_conf select.sa_hour_conf, #new_tarif input[type="text"], #new_tarif input[type="number"], #new_tarif select, .update_tarif select, .update_tarif input[type="text"], .update_tarif input[type="number"] , .selectUnit{
    width: 74px;
    height: 40px;
    background: #F7F7F7;
    border: none;
    border-radius: 8px;
    padding: 0 3px;
    margin: 0 10px;
    text-align: left;
    color: #575757;
    font-family: 'Maax';
    font-size: 16px;
}

.sa.wrapper_day, .sa.wrapper_mt_time {
    overflow: hidden;
    float: left;
}

.sa.line_hour_conf input:focus {
    outline: none;
}

.sa_h_conf_btw {
    float: left;
    margin: 10px 25px;
}

.sa.line_hour_conf.sa_day_off {
    color: #D7D7D7 !important;
}

.sa.day_conf_hour.sa_day_off {
    font-weight: 400;
}

.sa.line_hour_conf input.sa_hour_conf.sa_day_off, .sa.line_hour_conf input.sa_hour_conf.sa_day_off::placeholder {
    background: #FFF;
    color: #D7D7D7;
}

.sa.skill_config_pro {
    margin-top: 20px;
}

.sa.skill_badge_turn_wrapper {
    width: 128px;
    float: left;
    margin-right: 20px;
}

.sa.skill_badge_turn {
    width: 128px;
    height: 126px;
    background: #F7F7F7;
    border-radius: 20px;
    overflow: hidden;
}

/* .sa.skill_badge_turn { width:128px;height:153px;background:#F7F7F7;border-radius:20px;overflow:hidden; } */
.sa.badge_wrapper_sk {
    height: 106px;
    width: 106px;
    margin: 10px auto;
    background: #FFF;
    border-radius: 20px;
}

.sa.badge_wrapper_sk#sa_gazP {
    background: url('../Elements/Pictures/gaz_p.png') no-repeat center #FFF;
    background-size: 60%;
}

.sa.badge_wrapper_sk#sa_rge {
    background: url('../images/rge.png') no-repeat center #FFF;
    background-size: 60%;
}

.sa.badge_wrapper_sk#sa_rnm {
    background: url('../images/rnm.png') no-repeat center #FFF;
    background-size: 60%;
}

.sa.skill_badge_turn label {
    display: block;
    margin: auto;
    float: none !important;
}

.sa.skill_badge_turn_wrapper span.sa.txt_g {
    display: block;
    width: 80%;
    margin: 10px auto;

    text-align: center;
    font-size: 16px;
    color: #575757;
    font-weight: 500;
}

.hidden-tarif {
    display: none !important;
}

.sa.badge_wrapper_sk.selected_c {
    opacity: 0.5;
}

.sa.price_recap_pro_W {
    width: 640px;
    margin: auto;

    overflow: hidden;
}

.sa.name_ttc_p {
    height: 20px;
    width: 100%;


    text-align: right;
    color: #11282E;
    font-size: 11px;
}

.sa.line_price_rec {
    height: 20px;
    border-bottom: 1px dashed #D6D6D6;
    margin-top: 6px;

    color: #11282E;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Maax';
}

.btn-addPrice {
    padding: 10px 20px !important;
    margin-top: 15px;
}

.sa.line_price_rec button {
    border: none;
}

.sa.line_left_rp {
    float: left;
}

.sa.line_right_rp {
    float: right;
    font-weight: 500;
}

.sa.wrapper_pro_right#sa_conf_p_w {
    margin-bottom: 40px;
}


/*------------ ESPACE PRO - Devis_consult ----------------- */
.wrapper_devis_consult {
    width: 720px;
    margin: 60px auto 40px auto;
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
}

.wrapper_devis_consult h1 {
    margin-top: 30px !important;
    font-family: 'Montserrat';
    font-size: 30px;
}

.wrapper_devis_consult h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    color: #575757;
    font-size: 15px;
    font-family: 'Maax';
}

.sa.quote_buy {
    display: block;
    margin-top: 10px;
    color: #7CC699;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat'
}

.sa_consult_quote_wrapper {
    background: #F7F7F7;
    margin: 0;
    overflow: hidden;
    height: 100%;
}

body, html {
    min-height: 100%;
    background-color: #ffffff;
}

body.signup-page,
body.login-page {
background: #05484D;}

.sa.consul_widget {
    width: 444px;
    margin: 20px auto;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
}

.sa.consul_widget h3 {
    display: block;
    margin: 30px 0 0 35px;

    color: #575757;
    font-family: 'Montserrat';
    font-size: 16px;
}

.sa.type_consult_hs {
    width: 384px;
    height: 40px;
    margin: 20px auto;
    background: #575757;
    border-radius: 8px;
    padding-right: 20px;

    color: #FFFFFF;
    line-height: 40px;
    text-align: right;
    font-weight: 500;
    font-family: 'Maax';
    font-size: 16px;
}

.sa.consult_type_b {
    width: 384px;
    margin: 20px auto;
    background: #575757;
    border-radius: 8px;
    color: #FFF;
}

.sa.title_consult_b {
    height: 36px;
    border-radius: 8px 8px 0 0;
    background: #808080;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Maax';
    font-weight: 500;
}

.sa.surface_consult_b {
    height: 21px;
    width: 100%;
    padding-left: 15px;
    margin: 10px 0;

    font-size: 13px;
    font-family: 'Maax';
    color: #d7d7d7;
    line-height: 21px;
    font-weight: 500;
}

.sa.surface_consult_b span.sa_right_c {
    display: block;
    float: right;
    margin-right: 20px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
}

.sa.surface_consult_b span.sa_right_c strong {
    font-family: 'Maax';
    font-weight: 500;
}

.sa.project_d_consult_b {
    width: 352px;
    margin: auto;
    padding-bottom: 15px;

    color: #efefef;
    font-size: 15px;
    font-family: 'Maax';
    font-weight: 400;
}

.sa.header_form_work#sa_bth {
    background: #A6DAFC;
}

.sa.exit_form_quote#sa_quote_con a {
    width: auto;
    position: fixed;
}

.sa.coord_blur {
    width: 410px;
    height: 174px;
    background: url('../Elements/Pictures/cache_view.png');
    margin: auto;
    overflow: hidden;
}

.sa.coord_blur a, .sa.coord_blur input[type="submit"] {
    margin: 57px auto;
    display: block;
    height: 59px;
    width: 359px;
    background: #EBBB97;
    border-radius: 9px;

    line-height: 59px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-family: 'Maax';
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.sa.cood_quote {
    width: 384px;
    height: 145px;
    background: #575757;
    border-radius: 8px;
    margin: 20px auto;
    padding: 15px;

    color: #FFF;
    font-family: 'Maax';
    font-weight: 500;
    text-align: right
}

.sa.cood_quote span {
    display: block;
}

.sa.widget_call_act {
    width: 444px;
    height: 59px;
    margin: 20px auto;
}

.sa.widget_call_act a {
    display: block;
    width: 214px;
    height: 59px;
    float: left;
    border-radius: 9px;

    text-align: center;
    line-height: 59px;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Maax';
}

.sa.widget_call_act a.sa.turn_off_quote {
    background: #6E5466;
}

.sa.widget_call_act a.sa.turn_on_quote {
    float: right;
    background: #EBBB97;
}

/*------------ ESPACE PRO - EDIT DEVIS ----------------- */

.sa.edit_price_wrap {
    width: 100%;
    height: 73px;
    background: #EBBB97;
    border-radius: 0 0 8px 8px;
}

.sa.edit_instruct {
    height: 80px;
    width: 420px;
    margin: 20px auto;

}

.sa.edit_instruct_line {
    height: 30px;
    width: 100%;
    margin: 10px 0;
}

.sa.edit_instruct_line_L {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #FFF;
    float: left;

    line-height: 30px;
    color: #EBBB97;
    font-size: 16px;
    font-family: 'Maax';
    text-align: center;
    font-weight: 500;
}

.sa.edit_instruct_line_R {
    float: left;
    height: 30px;
    margin-left: 20px;

    line-height: 30px;
    font-size: 16px;
    color: #575757;
    font-family: 'Montserrat';
    font-weight: 400;
}

.sa.edit_instruct_line_R span {
    color: #EBBB97;
}

.sa.txt_edit_price {
    float: left;
    width: 92px;
    height: 73px;
    margin-left: 10px;

    line-height: 73px;
    color: #FFF;
    font-size: 16px;
    font-family: 'Montserrat';

}

.sa.put_price_edit {
    width: 148px;
    height: 40px;
    border: none;
    border-radius: 8px;
    padding-right: 5px;
    margin-top: 16px;
    float: left;
    margin-left: 20px;

    color: #575757;
    font-size: 16px;
    font-family: 'Maax';
    text-align: right;
}

.sa.tva_price_edit {
    float: left;
    height: 73px;
    margin-left: 10px;

    font-family: 'Maax';
    font-size: 15px;
}

.sa.put_price_edit:focus {
    outline: none;
}

.sa.tva_price_edit_e {
    display: block;
    float: left;
    height: 73px;
    font-size: 23px;
    line-height: 73px;
}

.sa.tva_price_edit_ht {
    display: block;
    float: left;
    height: 73px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 65px;
}

.sa.wrapp_promo_app {
    height: 40px;
    overflow: hidden;
    margin: 15px 0 15px 10px;
}

.sa.btn_app_promo {
    height: 21px;
    margin: 10px 0 0 20px;
    float: left;
}

.sa_slider.green_t {
    background-color: #FFDEDE;
}

.sa_slider.green_t:before {
    background: #ED0014;
    border: solid 1px #A50505;
}

input:checked + .sa_slider.green_t:before {
    background-color: #7CC699;
    border: solid 1px #226C79;
}

input:checked + .sa_slider.green_t {
    background-color: #DEFFEB;
}

.sa.promo_inp {
    width: 148px;
    height: 40px;
    float: left;
    background: #DEFFEB;
    border: none;
    border-radius: 8px;
    margin-left: 120px;

    color: #575757;
    font-family: 'Maax';
    font-size: 16px;
    text-align: right;
}

.sa.e_right_sym, .sa.tva_right_comp {
    height: 40px;
    float: left;
    margin-left: 10px;

    line-height: 40px;
    color: #7CC699;
    font-size: 23px;
    font-family: 'Maax';
}

.sa.tva_right_comp {
    line-height: 35px;
    font-size: 16px;
}

.sa.wrapper_bdg_client {
    width: 384px;
    margin: 20px auto;
}

.sa.bdg_c_title {
    width: 100%;
    height: 40px;
    background: #575757;
    border-radius: 8px 8px 0 0;

    color: #FFF;
    font-size: 16px;
    font-family: 'Maax';
}

.sa.bdg_c_title_L, .sa.bdg_c_title_R {
    height: 40px;
    float: left;
    padding-left: 10px;
    line-height: 40px;
}

.sa.bdg_c_title_R {
    float: right;
    padding-right: 10px;
    font-weight: 500;
}

.sa.wrapper_bdg_price {
    background: #EBBB97;
    border-radius: 0 0 8px 8px;
}

.wrapper_bdg_price_line {
    width: 352px;
    height: 50px;
    margin: auto;
    border-bottom: solid 1px #FFF;
}

.wrapper_bdg_price_line:last-child {
    border: none;
}

.bdg_price_line_L, .bdg_price_line_R {
    height: 50px;
    float: left;

    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 50px;
}

.bdg_price_line_R {
    float: right;
}

.bdg_price_line_R {
    font-family: 'Maax';
}

/*------------ ESPACE PRO - payer devis ----------------- */

.wrapper_devis_consult#sq_paie_quote {
    background: #FFF;
}

.sa.wrapper_paie_quote {
    width: 352px;
    margin: auto;
}


/*------------ MINISITE - PROFIL ----------------- */
.sa.mini_header {
    width: 100%;
    height: 290px;
    background: #FFF;
    overflow: hidden;
}

.sa.mini_header a.sa_btn_return_find {
    display: block;
    height: 16px;
    margin-top: 20px;
    position: absolute;
    background: url('../Elements/SVG/arrow_left_grey.svg') no-repeat;
    background-size: 20px;
    padding-left: 25px;

    color: #575757;
    font-size: 16px;
    font-family: 'Maax';
    text-decoration: none;
    line-height: 16px;
}

.sa_btn_return_find.back {
    display: block;
    height: 16px;
    margin-top: 20px;
    position: absolute;
    /* background:url('../Elements/SVG/arrow_left_grey.svg') no-repeat; */
    background-size: 20px;
    padding-left: 25px;

    color: #575757;
    font-size: 16px;
    font-family: 'Maax';
    text-decoration: none;
    line-height: 16px;
}

.habillitation {
    margin-bottom: 36px;
    float: left;
}

.sa.min_profil_info {
    width: 720px;
    margin: auto;
    overflow: hidden
}

.sa.min_profil_info h1 {

    color: #575757;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
    font-size: 30px;
}

.sa.min_profil_info span.sa.min_enter_name, span.sa.min_adresse_name {
    display: block;
    height: 14px;
    margin: 15px auto 0px auto;

    color: #EBBB97;
    text-align: center;
    font-family: 'Maax';
    font-size: 14px;
}

span.sa.min_adresse_name {
    margin: 5px auto;
    color: #575757 !important;
}

span.sa.min_adresse_name strong {
    font-weight: 500;
}

.sa.min_wrapp_avt {
    width: 77px;
    height: 77px;
    margin: 40px auto;
}



.sa.score_pr.min_site > div {
    display: inline-block;
}

.sa.score_pr.min_site ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

.sa.score_pr.min_site ul li.sa.star_f, .sa.score_pr.min_site ul li.sa.star_h, .sa.score_pr.min_site ul li.sa.star_empty {
    float: left;
    height: 14px;
    width: 14px;
    display: block;
    margin: 0 1px 0 1px;
    background: url('../Elements/SVG/mcd/star.svg') center;
    background-size: cover;
}

.sa.score_pr.min_site ul li.sa.star_h {
    background: url('../Elements/SVG/mcd/star_half.svg') center !important;
    background-size: cover !important;
}

.sa.score_pr.min_site ul li.sa.star_empty {
    background: url('../Elements/SVG/mcd/star_empty.svg') center !important;
    background-size: cover !important;
}

.sa.min_menu_pr {
    width: 270px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}

.sa.min_menu_pr ul {
    margin: 0;
    padding: 0;
}

.sa.min_menu_pr ul li {
    list-style: none;
    float: left;
}

.sa.min_menu_pr ul li a {
    display: block;
    height: 30px;
    margin: 0 10px;

    color: #575757;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Maax';
}

.sa.min_menu_pr ul li#sa_selected_min a {
    font-weight: 500;
    border-bottom: solid 2px #575757;
}

.sa.min_work_title {
    display: block;
    height: 37px;
    margin: 40px;

    text-align: center;
    color: #808080;
    font-weight: 400;
}

.sa.min_contain_page {
    width: 100%;
    overflow: hidden;
}

.sa.min_contain_page_L {
    width: 628px;
    float: left;
}

.sa.min_photo_pr.two {
    margin: 10px 0px 10px 0px;
}

.sa.min_photo_pr {
    width: 304px;
    height: 304px;
    border-radius: 20px;
    background: url('../Elements/Pictures/logo_mcb.png') no-repeat center #F0F0F0;
    background-size: 40%;
    opacity: 0.5;
    float: left;
    margin: 10px 20px 10px 0px;
}

.sa.min_avis_t {
    display: block;
    margin: 10px 0px;
    font-size: 14px;
    font-family: 'Maax';
    color: #FB9245;
    font-weight: 500;
}

.sa.min_widget_leftpr {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.sa.score_pr.min_site.small {
    margin: 0px;
    height: 10px;
    width: 200px;
    font-family: 'Montserrat';
    font-size: 11px;
}

.sa.score_pr.min_site.small ul li.sa.star_f, .sa.score_pr.min_site.small ul li.sa.star_h {
    height: 11px;
    width: 11px;
}

.sa.min_name_pr {
    display: block;
    margin: 10px 0px;

    color: #808080;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
}

.sa.min_avis_txt {
    width: 90%;

    color: #575757;
    font-family: 'Maax';
    line-height: 15px;
    font-size: 15px;
}

.sa.min_photo_avis {
    width: 100%;
    height: 300px;
    margin: 10px 0;
    border-radius: 10px;
    background: url('/Elements/SVG/camera-to-take-photos.svg') no-repeat center #F0F0F0;
}

.min_max {
    margin: 20px auto;
}

.sa.min_contain_page_R {
    float: right;
    width: 406px;
}

.sa.min_contain_page_R a.sa.btn_min_contact, .sa.min_contain_page_R a.sa.btn_min_quote {
    display: block;
    height: 60px;
    width: 100%;
    background: #EBBB97;
    border-radius: 9px;

    color: #FFF;
    font-family: 'Maax';
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    font-size: 16px;
}

.sa.min_contain_page_R a.sa.btn_min_quote {
    background: #696F90;
    margin-top: 20px;
}

.sa.widget_min_r_present, .sa.widget_min_r_present_w {
    width: 100%;
    margin: 25px 0px;

    color: #575757;
    font-family: 'Maax';
    font-size: 16px;
}

.widget_min_r_present img{
    border-radius: 20px;
}

.widget_min_r_present p{
    padding: 10px;
    text-align: justify;
}

.sa.widget_min_r_present_w {
    background: #EBBB97;
    border-radius: 20px;
    padding: 20px;
}

.sa.widget_min_r_present_w .sa.min_title_widget_r {
    background: url('../Elements/SVG/icon_check-blue.svg') no-repeat;
    padding-left: 30px;
}



.sa.widget_min_r_present_w span.sa.min_day_w {
    display: block;
    margin: 10px 0px;

    font-size: 15px;
}

.sa.widget_min_r_present_w span.sa.min_day_w strong {
    font-weight: 500;
}

.sa.min_day_w span.sa.min_dayoff_w {
    color: #ffffff !important;
}

.sa.widget_min_r_present_w.mingrey {
    background: #F6EDE6;
    overflow: hidden;
}



.sa.min_skill_badge {
    height: 106px;
    width: 106px;
    background: #FFF;
    border-radius: 20px;
    float: left;
}

.sa.min_skill_badge.gaz_ic {
    margin: 0 20px 0 0;
    background: url('../Elements/Pictures/gaz_p.png') center no-repeat #FFF;
    background-size: 70%;
}

.sa.min_skill_badge.elect_ic {
    margin: 0 20px 0 0;
    background: url('../Elements/Pictures/gaz_p.png') center no-repeat #FFF;
    background-size: 70%;
}

.sa.min_skill_badge.qualif_art {
    background: url('../Elements/Pictures/gaz_p.png') center no-repeat #FFF;
    background-size: 70%;
}

.sa.widget_min_r_present_w .sa.list_work_pr {
    border: none;
    margin-top: 20px;
}

.sa.min_foot_artisan {
    width: 100%;
    height: 274px;
    background: #F6EDE6;
    border-radius: 20px;
}

.sa.min_foot_artisan_L {
    float: left;
    width: 396px;
    margin: 50px 0 0 40px;

    text-align: center;
}

.sa.min_foot_artisan_L .sa.photo_pro_left {
    float: none;
    margin: auto;
}

.sa.min_foot_artisan_L span.sa.min_name_foot {
    display: block;
    margin-top: 20px;

    color: #575757;
    font-size: 30px;
}

.sa.min_foot_artisan_L .sa.min_enter_name {
    margin-top: 10px;
    display: block;

    color: #EBBB97;
    font-size: 14px;
    font-family: 'Maax';
}

.sa.min_foot_artisan_L .sa.min_adresse_nam {
    margin-top: 0px !important;
}

.sa.min_foot_artistan_R {
    float: right;
    width: 406px;
    margin: 70px 50px 0 0;
}

.sa.min_foot_artistan_R a.sa.btn_min_contact, .sa.min_foot_artistan_R a.sa.btn_min_quote, .sa.btn_min_quote.minsite {
    display: block;
    height: 60px;
    width: 100%;
    background: #EBBB97;
    border-radius: 9px;

    color: #FFF;
    font-family: 'Maax';
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    font-size: 16px;
}

.sa.min_foot_artistan_R a.sa.btn_min_quote, .sa.btn_min_quote.minsite {
    background: #696F90;
    margin-top: 20px;
}

/*------------ MINISITE - tarifs ----------------- */

.sa.min_widget_price_l {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 0px 40px 0px;
}

.sa .price_recap_pro_W.minsite {
    width: 100%;
    margin: 20px 0px;
}

.sa.btn_min_quote.minsite {
    max-width: 406px;
    margin: 10px auto 50px auto;
}

.sa.txt_min_quote_back {
    display: block;
    width: 352px;
    margin: auto;
    text-align: center;
    margin-top: 50px;

    color: #575757;
    font-family: 'Maax';
    font-size: 16px;
}

.sa.price_recap_pro_W.minsite .sa.line_price_rec {
    height: 30px;
}

.sa.min_widget_price_l .sa.title_widget_conf {
    font-weight: 500;
}

#new_tarif input[type="text"], .update_tarif input[type="text"], #new_tarif select {
    width: 23%;
}

#new_tarif input[type="number"] {
    width: 70px;
}

/*------------ MINISITE - Realisations ----------------- */
.sa.min_contain_page {
    width: 100%;
    background: transparent;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
}

.sa.rea_widget_wrap h1 {
    display: block;
    height: 27px;
    margin: 10px 0;

    font-size: 22px;
    color: #EBBB97;
    text-transform: uppercase;
    font-weight: 400;
}

.sa.rea_containt_w {
    width: 513px;
    margin: 20px 20px 20px 0;
    float: left;

    text-align: center;
    color: #575757;
    font-family: 'Maax';
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.sa.rea_containt_w.ap {
    float: right;
    margin: 20px 0;
}

.sa.rea_pic_w {
    width: 100%;
    height: 365px;
    background: url('../Elements/SVG/camera-to-take-photos.svg') no-repeat center #E6E6E6;
    border-radius: 20px;
}

.sa.rea_nav_wp {
    margin: 20px 0;
}

.text-center {
    text-align: center;
}

.footer {
    background-color: #085157;
    margin-top: 50px;

}
.footer-bottom__address, .footer-bottom__terms-link {
    color: #fff!important;
}
.footer-top__copyright {
    color: #fff!important;
}

.margin-center {
    margin: 0 auto;
    float: inherit !important;
}

.container_page {
    margin-top: 120px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}


.d-none {
    display: none;
}

.checkout__content-right .checkout__card {
    margin: 20px 0;
    background: #226C79;
    min-height: 205px;
    border-radius: 20px;
    padding: 22px 23px 17px;
    display: none;
}

.checkout__content-right .checkout__card.active {
    display: block;
}

.checkout__card .form__input-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.checkout__card .form__input-wrap label {
    color: white;
}

.checkout__card .form__input-wrap input {
    color: #757575;
    padding: 12px 15px;
    border-radius: 8px;
    border: none;
}

.checkout__card .form__input-wrap-inner {
    display: flex;
    justify-content: space-between;
}

.checkout__card .form__input-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.checkout__purchase-btn-imgs {
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}

.choose-amount__purchase-ico:first-child {
    max-width: 15px;
}

.checkout__purchase-btn-imgs {
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}


.choose-amount__purchase-ico {
    display: flex;
    align-items: center;
    margin: 0 3px;
    cursor: pointer;
}

.choose-amount__purchase-ico img {
    width: 100%;
}

.choose-amount__purchase-ico {
    max-width: 35px;
    margin: 0 3px;
    cursor: pointer;
}

.field-error .form-control {
    border: 1px solid red !important;
}


.cart-icon, .user-icon {
    display: none;
}

.user-icon a {
    color: #fff
}

.update_tarif input[type="text"] {
    width: 8%;
}

.sa.profil_pro_left .sa.photo_pro_w {
    display: -webkit-inline-box;
    text-align: center;
}

.show-mobile, .flexslider.carousel {
    display: none;
}

.header {
    padding-top: 15px;
}



.container#sa_consult_quote {
    margin-top: 150px;
}

.add_tarif {
    margin-top: 15px;
}


.m-auto {
    margin: 0 auto;
}

input#domain {
    background-color: #ffffff;
    color: black;
    border: 1px solid black;
    padding: 15px;
    border-radius: 5px;
}

input#domain.readonly {
    background-color: #f1f1f1;
}

.fas.fa-trash, .fas.fa-edit {
    cursor: pointer;
}

.bg-success {
    background-color: green;
}

.text-success {
    color: green;
}

/*------------ MINISITE - Galerie ----------------- */
.sa.wrappe_ga {
    max-width: 720px;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
}


.sa.instruction_ga span {
    color: #575757;
    font-weight: 600;
}

.sa.edit_instruct_line.ga_pict {
    width: 380px;
    font-size: 15px;
}

.sa.edit_instruct_line_R.ga_pict {
    line-height: 20px;
}

.sa.image_section.ga_pict {
    max-width: 638px;
    margin: 20px auto;
    background: #F7F7F7;
    padding: 20px;
    border-radius: 20px;
}

.sa.title_tab.ga_pict {
    height: 35px;

}

.sa.title_tab.ga_pict span.title {
    color: #EBBB97;
    font-family: 'Maax';
    font-size: 15px;
    display: block;
}

.sa.title_tab.ga_pict span.sub_title {
    color: #808080;
    font-family: 'Maax';
    font-size: 14px;
}

.sa.name_pict_ga {
    background: #FFFFFF;
    border: solid 1px #D7D7D7;
    border-radius: 20px;
    height: 62px;
    width: 592px;
    margin: 10px auto;
    padding-left: 15px;

    color: #707070;
    font-size: 20px;
    font-family: 'Helvetica';
    line-height: 62px;
}

.sa.containt_photo_ga {
    width: 100%;
    overflow: hidden;

}

.sa.photo_before.ga_pict {
    width: 288px;
    float: left;
    margin-right: 11px;
    margin-bottom: 20px;
}

.sa.photo_before.ga_pict span {
    display: block;
    margin: 15px auto;
    width: 120px;

    font-weight: 500;
    color: #575757;
    font-family: 'Maax';

}

.sa.photo_add.ga_pict, .sa.pdp.ga_pict {
    width: 288px;
    height: 204px;
    background: url('/Elements/SVG/camera-to-take-photos.svg') no-repeat center #E6E6E6;
    border-radius: 20px;
    cursor: pointer;
}

.sa.containt_photo_ga a.sa.btn_add_ga, .btn_add_pdp, .sa.containt_photo_ga label.sa.btn_add_ga, .sa.containt_photo_ga button.sa.btn_add_ga {
    display: block;
    height: 60px;
    width: 182px;
    background: #EBBB97;
    border-radius: 9px;
    margin: -20px auto 0 auto;

    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
}

.sa.containt_photo_ga a.sa.sup_ga_pic {
    display: block;
    width: 298px;
    height: 25px;
    margin: 20px auto 0 auto;
    overflow: hidden;

    text-align: center;
    color: #ED0014;
    font-size: 14px;
    font-family: 'Maax';
}

.sa.btn_add_real_ga {
    display: block;
    height: 60px;
    width: 242px;
    background: #7CC699;
    border-radius: 9px;
    margin: auto;
    margin-bottom: 20px;

    color: #FFF;
    font-size: 16px;
    font-family: 'Maax';
    text-align: center;
    line-height: 60px;
    text-decoration: none;
}

.sa.btn_add_ga {
    cursor: pointer;
}

.error, .error:focus, .error:active {
    border-color: red !important;
}

.text-error {
    color: red;
    display: none;
}

/* CSS pour note avis */
.rating {
    width: 100px;
}

.rating a {
    float: right;
    color: #aaa;
    text-decoration: none;
    transition: color .4s;
}

.rating a:hover,
.rating a:focus,
.rating a:hover ~ a,
.rating a:focus ~ a {
    color: orange;
    cursor: pointer;
}

.rating-select {
    color: orange !important;
    cursor: pointer !important;
}

.form-avis {
    margin-top: 15px;
    border-radius: 20px;
    padding: 50px;
    background-color: #F0F0F0;
}

.bg-white {
    background-color: white;
}

.col-12 {
    width: 100%;
}

.border-none {
    border: none;
}

.form-control {
    min-height: 40px;
}

.text-justify {
    text-align: justify;
}

.condition {
    font-size: 12px;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 29px;
}

.condition span {
    color: #EBBB97;
}

.condition a {
    text-decoration: none;
}

.promo-field-group {
    display: inline-flex;
}

.promo-field-group .promo-check {
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.promo-field-group .promo-check i.fa-spinner.promo-loaded,
.promo-field-group .promo-check i.fa-check.promo-validated,
.promo-field-group .promo-check i.fa-times.promo-error {
    display: none;
    font-style: normal;
}

.promo-field-group .promo-check i.fa-check.promo-validated:before,
.promo-field-group .promo-check i.fa-times.promo-error:before {
    margin-right: 10px;
}

.promo-field-group .promo-check i.fa-check {
    color: #0db70d;
}

.promo-field-group .promo-check i.fa-times {
    color: #d90606;
}

.promo-field-group .promo-field {
    border-radius: 10px;
    padding: 0 10px;
    border: 1px solid black;
}

.promo-field-group .promo-field.error {
    border: 1px solid #fb0000;
}

.promo-field-group .promo-field.valid {
    border: 1px solid #1d6630;
    background-color: #6ecb6e;
    color: white;
}

.content-qualification {
    height: auto;
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

#btn-update-time {
    float: none;
    margin: auto;
}

