/* GENERALS CLASS */
.window-hidden { display: none; }
.window-display { display: block; }






/* ----- BO WINDOWS ----- */
.windows-opac-back {
    position: fixed;
    z-index: 501; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);
    cursor:pointer;
    top: calc(0px + var(--header-nav-height) + var(--header-ss-nav-height));
}

.std-windows {
    position: absolute;
    z-index: 502; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    /*width: 84%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 6%;
    margin-right: 6%;
    min-height: 75vh;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    border-radius: 5px;
    background-color: white;*/

    overflow-y: auto;

    position: fixed;
    width: 70%;
    margin-left:5%;
    height: calc(96vh - var(--header-nav-height) - var(--header-ss-nav-height));
    top: calc(2vh + var(--header-nav-height) + var(--header-ss-nav-height));

    background-color: rgb(250, 250, 250);
}

.windows-close-inputs {
    position: absolute;
    z-index: 503; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    right: 1%;
    top: 2%;

    width: 35px;
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;

    border: none;
    background-image: url('../../../images/generals_images/icons/closeIconRed.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    cursor: pointer;

    opacity: 0.6;
    transition: opacity 300ms ease-in-out;
}
.windows-close-inputs:hover {
    opacity: 1;
}

.windows-cnt-cont {
    position: absolute;
    z-index: 500; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
}

.windows-cnt-cont h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #101010;
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;

    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 30px;
}
.windows-cnt-cont h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #101010;
    font-size: 1.2em;
    text-align: left;
    letter-spacing: 1px;

    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 25px;
}
/*.windows-cnt-cont p {
    font-family: Arial, Helvetica, sans-serif;
    color: #101010;
    font-size: 1em;
    text-align: left;

    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}*/





/* ----- BO LOADER WINDOWS ----- */
#bo_loader-window-opac {
    background-color: rgba(0,0,0,0.85);
}

.std-windows {
    position: absolute;
    z-index: 502;

    overflow-y: auto;

    position: fixed;
    width: 70%;
    margin-left:5%;
    height: calc(96vh - var(--header-nav-height) - var(--header-ss-nav-height));
    top: calc(2vh + var(--header-nav-height) + var(--header-ss-nav-height));
}

#bo_loader-window-cnt-cont {
    z-index: 501;
    margin-top: 80px;
}
#bo_loader-window-cnt-cont p {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 2em;
    font-weight: normal;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 50px;
}

/* - Loader 2 - */
.loader_2 {
  /*height: 100px;*/
  width: 15%;
  /*aspect-ratio: .866;*/
  aspect-ratio: 1 / 1;
  margin-left: 42%;
  margin-top: 100px;
  display: grid;
  background-image: url('../../../images/generals_images/loaders/me_loader_circle_green.png');
  background-repeat: no-repeat;
  background-size: contain;
  animation: l12 3s infinite linear;
  transform-origin: 41% 36%;
  opacity: 0.6;
}
.loader_2:before,
.loader_2:after {
  content: "";
  grid-area: 1/1;
  background-image: url('../../../images/generals_images/loaders/me_loader_circle_blue_1.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: inherit;
  /*animation: inherit;*/
  animation: l12 4s infinite linear;
  opacity: 0.6;
}
.loader_2:after {
  background-image: url('../../../images/generals_images/loaders/me_loader_circle_blue_2.png');
  background-repeat: no-repeat;
  background-size: contain;
  animation-duration: 5s;
}
@keyframes l12{
  100% {transform: rotate(1turn)}
}








/* ----- BO MESSAGE WINDOWS ----- */
#bo_msg-window-cnt-cont {
    position: relative;
    width: 90%;
    margin-left: 3%;
    padding-bottom: 30px;
    height: auto;
}

#bo_msg-window-cnt-cont p {
    font-family: Arial, Helvetica, sans-serif;
    color: #101010;
    font-size: 1em;
    text-align: left;

    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}








/* ----- BO CONSULT WINDOWS ----- */
.clst-wind-blocs {
    width: 100%;
    margin-bottom: 25px;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}

.cslt-wind-title-cont {
    min-width:22%;
    margin-left:0%;
    margin-right:0%;
}
.cslt-wind-title-cont p {
    width:90%;
    margin-left:5%;
    margin-right:5%;

    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.3em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: rgba(6,56,108,1);
    text-align: right;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin-top: 0px;
    margin-bottom: 0px;
}

.cslt-wind-data-cont {
    width:78%;
    margin-left:0%;
    margin-right:0%;
}
.cslt-wind-data-cont p {
    width:90%;
    margin-left:5%;
    margin-right:5%;

    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.25em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #101010;
    text-align: left;

    margin-top: 0px;
    margin-bottom: 0px;
}


.cslt-wind-data-img {
    width:90%;
    margin-left:5%;
    margin-right:5%;

    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.cslt-wind-multi-datas-cont {
    width:80%;
    margin-left:0%;
    margin-right:0%;
}

.clst-wind-ss-blocs {
    width: 100%;
}
.clst-wind-ss-blocs p {
    width:90%;
    margin-left:5%;
    margin-right:5%;

    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.25em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: #101010;
    text-align: left;

    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: 1px dotted rgba(155,155,155,0.25);
}




/* ----- BO ADD WINDOWS ----- */
.add-wind-sections {
    width: 96%;
    margin-left:2%;
    margin-right:2%;
}
.add-wind-form-field-cont {
    width:100%;
    margin-bottom: 40px;
}
.add-wind-form-field-title {
    width:100%;
    
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.6em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: rgba(6,56,108,1);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    padding-top: 0px;
    margin-bottom: 5px;
}

.add-wind-form-field-cont > .form-lines > .form-txt-inputs { font-size: 1em; border:1px solid rgba(45,61,119,0.2);}
.add-wind-form-field-cont > .form-lines > .container { border:1px solid rgba(45,61,119,0.2); }




/* ----- BO MDF WINDOWS ----- */
.mdf-wind-sections {
    width: 96%;
    margin-left:2%;
    margin-right:2%;
}
.mdf-wind-form-field-cont {
    width:100%;
    margin-bottom: 40px;
}
.mdf-wind-form-field-title {
    width:100%;
    
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(1.6em * var(--lateral-preview-reduc-ratio, 1));
    font-weight: normal;
    color: rgba(6,56,108,1);
    text-align: left;
    
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    padding-top: 0px;
    margin-bottom: 5px;
}

.mdf-wind-form-field-cont > .form-lines > .form-txt-inputs { font-size: 1em; border:1px solid rgba(45,61,119,0.2);}
.mdf-wind-form-field-cont > .form-lines > .container { border:1px solid rgba(45,61,119,0.2); }








/* ----- SITE WINDOWS ----- */
.site-windows-opac-back {
    position: fixed;
    z-index: 501; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */

    min-width:100%;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);

    top:0;
    bottom:0;
    left:0;
    right:0;

    cursor:pointer;
}

.site-std-windows {
    position: absolute;
    z-index: 502; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    width: 64%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 16%;
    margin-right: 16%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%);

    overflow-y: auto;
    height: calc(96vh - var(--header-nav-height) - var(--header-ss-nav-height));

}

.site-windows-close-inputs {
    position: absolute;
    z-index: 503; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    right: 1%;
    top: 2%;

    width: 35px;
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;

    border: none;
    background-image: url('../../../images/generals_images/icons/closeIconRed.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    cursor: pointer;

    opacity: 0.6;
    transition: opacity 300ms ease-in-out;
}
.site-windows-close-inputs:hover {
    opacity: 1;
}

/*- SITE FORM WINDOW STYLE -*/
#site-form-window-cnt-cont {
    position: relative;
    z-index: 500; /* z-index doc: (500-599:windows)  .  (400-499:site-nav-headers)  .  (300-399:page elems) */
    width: 100%;

}