/*Home page*/

.text1{
    line-height: 25px;
    font-size: 13px;
}

.text2{
    line-height: 25px;
    font-size: 13px;
    color: var(--primary);
}

.button{
    border-radius: 2px;
    color: white;
    font-size: 12px;
    border: 1px solid #BCBAB8;
    background-color: #C0BFBD;
    box-shadow: 0px 2px #ABAAA9;
    height: 34px;

    margin-right: 10px;
}

.button.div1{
    margin-top: 49px;
}

.button.div2{
    margin-top: 80px;
}

.button.div3{
    margin-top: 59px;
}

.button.div4{
    margin-top: 50px;
}

.colContent{
    padding-bottom: 15px;
    padding-top: 15px;
}

.colContainer{
    margin: 0px;
}

.divHeader{
    padding-left: 25px;
    padding-bottom: 20px;
}

.orange{
    color: var(--primary-darker);
}

.bleu{
    color:#2782BB;
}

.divText{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.divTextRight{
    font-weight: bold;
    text-align: right;
}

.Title{
    padding-top: 25px;
    font-size: 22px;
    border-bottom: 1px solid #e6e6e6;
}

.rowContainer{
    margin-top: 30px;
}

.colOrange{
     margin-right: 5px;
}

.warning{
    color:#FF00C9;
}

.warningDiv{
    border-radius: 4px;
    border: 2px solid #FF00C9;
    margin-top:40px;
    margin-right:15px;
    margin-left:15px;
    padding-top:5px;
    padding-bottom: 5px;
}

.bottomBorder{
    border-bottom: 1px solid #ccc;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -sm-flexbox;
    display:         flex;

  -webkit-flex-wrap: wrap;
      -sm-flex-wrap: wrap;
          flex-wrap: wrap;

}
.col-sm-6::after {
    overflow: hidden;
  }

/*Forfait */

.page-header{
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.titlePageMin{
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.titlePageMax{
    color: var(--primary);
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.submitButton{
    background-color: var(--primary);
    color: white;
    padding: 7px 7px 7px 7px ;
    border: 0.5px solid #BCBAB8;
    float:right;
}

.deleteButton{
    background-color: var(--primary);
    color: white;
    padding: 7px 7px 7px 7px ;
    border: 0.5px solid #BCBAB8;
}

.listButton{
    color: #0099FF;
    text-decoration: underline #0099FF;
    padding: 7px 7px 7px 7px ;
    left:-30px;
}

.createButton{
    background-color: var(--primary-lighter);
    color: white;
    padding: 7px 7px 7px 7px ;
    border: 0.5px solid #BCBAB8;
    margin-top: 20px;

}

.impairRow{
    background-color: #f0f0f0;
}

.pairRow{
    background-color: white;
}

.titleForfait{
    color: var(--primary);
    padding-bottom: 3px;
    border-bottom: 1px solid var(--primary);
    margin-top: 100px;
}

/*Ajouter Photo*/

.validButton{

}

#page-wrapper2 div div form div.form-group div ma-submit-button button{
    background-color: var(--primary-light);
    color: white;
    padding: 7px 7px 7px 7px ;
    box-shadow: 0px 2px var(--primary-bg);
    margin-top: 20px;
    border: 0;
    float:right;
}

#row-src div ma-file-field div div.col-md-2 a{
    background-color: #ededed;
}

.borderFileBrowse{
    margin-top:15px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.validerButtonContainer{
    margin-top:20px;
}


/*Photo Modal*/


#fieldNom ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    position : relative;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0px;
}
#fieldNom ma-field-modal tr td div{
    width: 300px;
    margin-top: 4px;
}




#fieldSaison ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
}
#fieldSaison ma-field-modal tr td div{
    width: 200px;
    margin-top: 4px;
    /*background-color: #ededed;    */
}
/*
#saison div span{
    background-color: #ededed;
}
*/
#fieldSaison{
    margin-bottom: 3px;
}


#fieldPriority ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
    position : relative;
    bottom: 50%;
    transform: translateY(-10%);
}
#fieldPriority ma-field-modal tr td div{
    width: 100px;
    margin-top: 4px;
    background-color: #ededed;
}

#fieldPriority{
    margin-bottom: 3px;
}



#fieldBrowse ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
    transform: translateY(30%);
}
#fieldBrowse ma-field-modal tr td div{
    width: 60px;
    margin-top: 4px;
}
#fieldBrowse{
    margin-bottom: 3px;
    padding-bottom: 0px;
}
#fieldBrowse ma-field-modal tr td div ma-file-field div{
    margin-left: 100px;
}
#fieldBrowse ma-field-modal tr td div ma-file-field div div.col-md-2 a{
    position: relative;
    transform: translateY(-50%);
}



#fieldSrc ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
    transform: translateY(-40%);
}
#fieldSrc ma-field-modal tr td div{
    width: 360px;
    margin-top: 4px;
}
#fieldSrc{
    margin-bottom: 3px;
    padding-bottom: 0px;
}



#fieldDefault ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
}

#fieldDefault{
    margin-bottom: 3px;
    padding-bottom: 0px;
}

#default{
    transform: translateY(-55%);
    margin-left: 20px;
}

#fieldDefault span
{
    float: right;
    margin-right: 340px;
    margin-top: 7px;
}


#fieldIdHebergement ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
}
#fieldIdHebergement{
    margin-bottom: 3px;
    padding-bottom: 0px;
}
#fieldIdHebergement ma-field-modal tr td div{
    margin-bottom: 3px;
    padding-bottom: 0px;
    width: 200px;
    margin-top: 4px;
}


#fieldCapacite ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
        transform: translateY(-40%);
}

#fieldCapacite ma-field-modal tr td div{
    margin-bottom: 3px;
    padding-bottom: 0px;
    width: 100px;
    margin-top: 4px;
}
#row-capacite\2e min td:nth-child(2) div{
    transform: translateY(16%);
}
#fieldCapacite div:nth-child(2) span{
    float:right;
        transform: translateY(-120%);
    margin-right: 60px;
}
#row-capacite\2e max td:nth-child(2) > div{
    transform: translateY(-120%);
    left: 92%;
    margin-right: 100px;
    position: relative;
}
#fieldCapacite{
    margin-bottom: 3px;
    padding-bottom: 0px;
}
#fieldCapacite div:nth-child(1){
    padding-left: 0px;
    padding-right: 0px;
}
#fieldCapacite div:nth-child(1) span{
    float: right;
    margin-right: 285px;
    transform: translateY(120%);
}

#fieldCapacite div:nth-child(2){
    height:0px;
}

#fieldDescriptif ma-field-modal tr td label{
    width: 150px;
    padding-left: 10px;
    margin-bottom: 0px;
    transform: translateY(-650%);
}
#fieldDescriptif ma-field-modal tr td div{
    margin-bottom: 3px;
    padding-bottom: 0px;
    width: 400px;
    margin-top: 4px;
}

/* Fiche marchand*/
#adr ma-field div div ma-input-field input{
    width:100%;
}


/* Vue Marchand */

#showFPMarchand > tbody > tr > td > div{
    height:30px;
    margin-top:15px;
}

#showFPMarchand3 > tbody > tr > td > div{
    height:30px;
    margin-top:15px;
}

#showFPMarchand4 > tbody > tr > td > div{
    height:30px;
    margin-top:15px;
}

#showFPMarchand > tbody > tr > td > div > ma-show-item > div > label {
    padding-top:0px;
}

#showFPMarchand3 > tbody > tr > td > div > ma-show-item > div > label {
    padding-top:0px;
}

#showFPMarchand4 > tbody > tr > td > div > ma-show-item > div > label {
    padding-top:0px;
}

#showFPMarchand > tbody > tr:nth-child(1) > td > div {
    padding-left:30px;
}

#showFPMarchand > tbody > tr:nth-child(13) > td{
    padding-left:14px;
}

#showFPMarchand3 > tbody > tr:nth-child(13) > td{
    padding-left:14px;
}

#showFPMarchand4 > tbody > tr:nth-child(13) > td{
    padding-left:14px;
}

/*Forfait Comparateur*/

#row- > ma-field-no-label > div > div > ma-choice-field{
    width:250px;
}
#row- > ma-field-no-label > div > div{
    margin-left:40px;
}

.filds11{
    font-size: 22px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    padding: 5px;
}
.filds11-noir{
    color: rgba(0, 0, 0, 0.45);
}
.filds11-bleu{
    color: #3F97E1;
}
.buttonexp1{
    float: right;
    margin-top: 12px !important;
    margin-right: -15px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    box-shadow: 0px 2px var(--primary);
    padding-left: 20px;
    padding-right: 20px;
}
.buttonexp2{
    height: 25px;
    margin-top: 12px !important;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.orangebnt{
    border: 1px solid var(--primary);
    background-color: var(--primary);
    box-shadow: 0px 2px var(--primary);
    color: white;
}
.gribnt{
   border: 1px solid #ebebeb;
    background-color: #ebebeb;
    box-shadow: 0px 2px #ebebeb;
    color: #636363;
}
.ng-admin-entity-rap1marchand{
        margin-right: 0px;
}

/* Nicolas specific */
#chart-membres li {
    display: inline-block;
    margin-left: 30px;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::before {
    content: attr(data-tooltip) ;

    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#555;
    color:#e0e0e0;
    padding:8px;
    border-radius: 3px;
    line-height: 1;
    height: 24px;
    opacity: 0;
    transition:opacity 0.4s ease-out;
    }

[data-tooltip]:hover::before {
    opacity: 1;
    bottom:-35px;
}

.tooltip::before {
    content: attr(title) ;

    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#555;
    color:#e0e0e0;
    padding:8px;
    border-radius: 3px;
    line-height: 24px;
    height: 24px;

    opacity: 0;
    transition:opacity 0.4s ease-out;
    }

.tooltip:hover::before {
    opacity: 1;
    bottom:-35px;
}

