/*
 Theme Name:   Application Ezeecam
 Theme URI:    https://www.ezeecam.com/
 Description:  Ezeecam application
 Author:       Digimeo
 Author URI:   https://www.app.ezeecam.com/
 Version:      1.0
*/
@charset "UTF-8";
/* main colors
white : #fff
light grey : #f5f5f7
purple : #7451ebs
light purple : #e2daff
yellow : #fdc500
grey : #3e3e3e
50% grey : #c1c1c1
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');

/**/
.popup_interface.projet *{
    box-sizing: border-box;
}
.popup_interface.projet{
 position: absolute;
 top: 65px;
 right: 0;
 border-radius: 15px 0 0 0;
 padding: 0;
 width: 444px;
 max-width: 444px;
 overflow-y: scroll;
}
.echelle-params {
    position: absolute;
    top: 65px;
    right: 0;
    border-radius: 0 0 0 0;
    padding: 0;
    width: 100%;
    max-width: 285px;
    overflow-y: scroll;
    z-index: 9999999999;
    background: white;
}
.echelle-params .inner_popup_interface{
padding: 32px;
}
.inner_popup_interface .container_title_popup_params{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ededed;
    padding: 32px;
}
.inner_popup_interface .container_title_popup_params h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.inner_popup_interface .container_title_popup_params img{
    position: initial;
    display: block;
    top: 0;
}
nav.nav_tabs_params{
    padding: 0 4px;
    background-color: #ededed;
}
nav.nav_tabs_params ul{
    display: flex;
    line-height: 1;
}
nav.nav_tabs_params ul li{
    position: relative;
}
nav.nav_tabs_params ul li.active{
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
nav.nav_tabs_params ul li.active:before{
    position: absolute;
    content: url(img/rounded-tabs-element.svg);
    z-index: 99;
    left: -22px;
    bottom: -8px;
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(260deg);
}
nav.nav_tabs_params ul li.active:after{
    position: absolute;
    content: url(img/rounded-tabs-element.svg);
    z-index: 999;
    display: block;
    right: -22px;
    bottom: -8px;
    width: 30px;
    height: 30px;
}
nav.nav_tabs_params span.tab_params{
    display: block;
    font-size: 12px;
    margin-right: 6px;
    padding: 5px 12px;
    cursor: pointer;
}
.content_param{
    padding: 32px 16px;
    width: 100%;
}
.settings-pannel{
    width: 100%;
}
.row_inner_content_param{
    padding: 0;
    border-bottom: 1px solid #ededed;
}
.row_inner_content_param p{
    font-size: 14px;
    line-height: 1.4;
}
select#param_select_floor{
    border: 1px solid #4a5a6d;
    color: #4a5a6d;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
}
.item_param{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	flex-direction: column;
    margin: 22px 0;
}
.item_param div {
	width: 100%;
	padding: 0 2%;
	margin: 2px 0;
}
.title_item_param, .item_param_choice{
    font-size: 14px;
    -ms-flex-preferred-size: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
}
.title_item_param.title_item_param_w_subtitle{
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.title_item_param > span{
    font-weight: 600;
    display: block;
}
#condi_standard_id .item_param_choice, 
#largeur_sur_mesure_id .item_param_choice,
#condi_auto_id .item_param_choice{
    display: flex;
    flex-wrap: wrap;
}
#condi_standard_id .item_param_choice > span, 
#largeur_sur_mesure_id .item_param_choice > span, 
#condi_auto_id .item_param_choice > span{
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    -ms-flex-preferred-size: 45%;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin: 2px 4px 2px 0;
    padding: 2px 0;
    min-width: 116px;
}
#condi_standard_id .item_param_choice span.add_param_choice, 
#largeur_sur_mesure_id .item_param_choice span.add_param_choice, 
#condi_auto_id .item_param_choice span.add_param_choice{
    display: block;
    border: 0;
    background-color: #4a5a6d;
    color: #fff !important;
    min-width: 116px;
}
.item_param .item_param_choice input[type=number]{
    color: #4a5a6d;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 4px 8px;
    text-align: right;
    max-width: 50px;
}
span.subtitle_item_param{
    font-weight: 400;
}
.item_param i{
    font-size: 12px;
    font-weight: 400;
}
.item_param textarea{
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 16px;
    max-width: 200px;
    height: 70px;
}
.info_abonnement{
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-weight: 600;
}
.item_param.disallow .title_item_param, .item_param.disallow .item_param_choice{
    opacity: .4;
}
a.update_offer{
    background-color: #4a5a6d;
    color: #fff!important;
    padding: 6px 18px;
    border-radius: 5px;
    font-size: 14px;
}
.container_save_param{
    margin: 32px 0;
    /* display: flex;
    justify-content: flex-end; */
}
.container_save_param button{
    display: block;
    padding: 6px 18px;
    font-weight: 600;
    background-color: #4a5a6d;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
}