﻿body {
    margin: 0;
    padding: 0;
    background-color:white;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    font-family:Arial, Calibri,'Times New Roman';
}


input[type=text]{
    border:none;

}
*:focus {
    outline: none;
}






.txtTitle {
    font-family: 'Carme Regular';
}
.txtBody {
    font-family: 'Lato Regular';
}



.mainTitle {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--accueil_color_default);
    margin-top: 30px;
}
.txtLogin{
    font-style:italic;
    font-weight:bold;
    font-size:14px;
}
.txtBtnLogin {
    font-weight: bold;
    font-size: 16px;
} 
.txtTitleMenu {
    font-weight:bolder;
    font-size: 12px;
}
.txtTitleDesc {
    font-weight: normal;
    font-size: 11px;
}
.txtBtnMenu {
    font-weight: bold;
    font-size: 16px;
}

.txtTitlePres {
    font-weight: bold;
    font-size: 16px;
    /*font-size: 1.7vh;*/
}
.txtSubTitleDesc {
    font-weight: normal;
    font-size: 14px;
    /*font-size:1.5vh;*/
    margin-top:15px;
}


#content {
    height: 100%;
    width: 100%;
    background-color: var(--accueil_color_bandeau);
    overflow-x: hidden;
}

#bandeau {
    height: 100%;
    width: 17%;
    max-width: 300px;
    background-color: var(--accueil_color_bandeau);
}
#central {
    height: 100%;
    width: 100%;
    background-color: var(--accueil_color_default);
   /* margin-left: -20px;*/
    border-radius: 20px 0 0 20px;
    box-shadow: inset 3px 0px 3px var( --color_shadow);
    /*clip-path: inset(0px 27px 0px 0px);*/
}

#poi {
    /*height: 100%;*/
    width: 14%;
    padding: 90px 20px 90px 0;
    /*min-width: 200px;*/
    background-color: var(--accueil_color_default);
}
#contentPOI{
    width:100%;
    margin-top:10px;
}
#containerTitlePOI {
    width: 90%;
}
#containerTitlePOI > label{
    color : var(--accueil_color_theme);
    font-size:14px;
}
.mCSB_scrollTools {
    margin-right: 10px;
}

.clsImgAcc {
    height: 50px;
}


.clsImgAccFooter {
    max-height: 87px;
    max-width: 76px;
    
    height: 12vh;
}

/**********************************PARTIE CENTRALE*/

.headerCentralAcc, .footerCentralAcc {
    height: 95px;
}
.headerCentralAccContent {
    margin: 15px 40px 0 40px ;
}
.bodyCentralAcc {
    max-width: 80%;
    height: 90%;
}

.bodyCentralContainer {
 
 /*   max-height:710px;
    height: calc(100%);*/
}
.bodyCentralAccImg {
    max-height: 230px;
    height:30vh;
    background-image: url(../../common/img/accueil.jpg);
    background-size: cover;
    box-shadow: 0px 3px 6px var(--color_shadow);
    border-radius: 20px;
}

.txtCentral {
    max-height:250px;
    height:calc(20%);
    color: var(--accueil_color_theme);
}
.itemCentral {
    box-shadow: 0px 3px 6px var(--color_shadow);
    border-radius: 20px;
    /*   width: 200px;
    height: 160px;*/
    max-width: 200px;
    max-height: 160px;
    height:15vh;
    color: var(--accueil_color_theme);
    background-color: var(--accueil_color_default);
    margin: 0 15px;
}
 
.itemCentral:hover {
    background-color: var(--accueil_color_theme);
    color: var(--accueil_color_default);
}
.itemCentral:hover > .btnMenu {
    color: var(--accueil_color_theme);
    background-color: var(--accueil_color_default);
}

.btnMenu {
    box-shadow: 0px 3px 6px var(--color_shadow);
    border: 2px solid var(--accueil_color_theme);
    border-radius: 20px;
    margin-top: 8px;
    padding:3px 25px;
    /*width: 110px;*/
    background-color: var(--accueil_color_theme);
    color: var(--accueil_color_default);
}
.spacingCentral{
    margin-top:25px;
}
.spacingCentralMenus{
    margin:25px 0 ;
}
/*****************BANDEAU GAUCHE*/
.logoApp {
    background-color: var(--accueil_color_default);
    box-shadow: 0px 5px 21px var(--color_shadow);
    border-radius: 124px;
    margin: 30px 0px 0px 0px;
    /*width: fit-content;*/
    width: 150px;
    height: 150px;
}
.logoApp img {
    width: 120px;
    /*height: 175px;*/

}
.containerLoginLogo {
    border-radius: 50px;
    background-color: var(--accueil_color_bg_login);
    color: var(--accueil_color_theme);
    margin-bottom: 10px;
}
.iconLogin {
    width: 50px;
    height: 50px;
}

.inputLogin {
    height: 35px;
    box-shadow: 0px 3px 6px var(--color_shadow);
    border-radius: 35px;
    padding-left: 8px;
    padding-right: 8px;
    color: var( --accueil_color_txt_placeholder);
    margin-top:15px;
}
#btnLogin,
#btnLogout{
    box-shadow: 0px 3px 6px var(--color_shadow);
    border: 2px solid var(--accueil_color_theme);
    border-radius: 20px;
    margin-top: 30px;
    width: auto;
    color: var(--accueil_color_theme);
}
    #btnLogin:hover,
    #btnLogout:hover {
        background-color: var(--accueil_color_theme);
        color: var(--accueil_color_default);
    }
#msgErrLogin{
    margin-top:10px;
}
#acc_user_logged {
    color: var(--accueil_color_default);
    font-weight:bold;
}


.headerBandeau {
    margin: 0 40PX 0 40PX;
}
.contentBandeau {
    width: calc(95%) /*240px*/;
    /*padding: 30px;*/
    height: 100%;
}
.footerBandeau{
    margin:40px 0 40px 0px;
} 


/*****************POI LISTE*/
.clsPoiContainer {
    /*    position: absolute;
    top: 5px;
    right: 0px; */
    background-color: var(--portail_color_theme);
    border-radius: 25px;
    width: fit-content;
    /*height: 20px;*/
    margin-top: -14px;
}
.itemPOI {
    box-shadow: 0px 3px 6px var(--color_shadow);
    border-radius: 20px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.txtPOI {
    text-align:left;
    color: var(--accueil_color_default);
}
.image-overlay {
    width: inherit;
    /*height: 30px;*/
    height:15%;
    background-color: var(--accueil_color_poi);
    color: var(--accueil_color_default);
    padding: 5PX 10PX 20PX;
}
.itemPOI:hover > .image-overlay {
    /*height: 100px;*/
    height:80%;
    padding: 5PX 10PX 0 10PX ;
}
.itemPOI:hover > .image-overlay > .txtPOIDesc{
    display:block !important;
}
    .itemPOI:hover > .image-overlay > .clsPoiContainer  > .iconToggleOpen {
        display: block !important;
    }
    .itemPOI:hover > .image-overlay > .clsPoiContainer  > .iconToggleClose {
        display: none !important;
    }
.clsBgImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.iconToggle {
    color: var(--accueil_color_default);
}
.iconToggleOpen {
    transform: rotate(-180deg);
}
 
/***************************************************/
#modal {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
    background-color: var(--accueil_color_theme_opac);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#contentModal {
    text-align: left;
    min-height: 200px;
    height:85%;
    min-width: 640px;
    width:60%;
    margin: 0 auto;
    background-color: var(--accueil_color_default);
    border-radius:20px;
}
.spacingModal {
    /*display: grid;*/
    padding: 10px;
    background-color: var(--accueil_color_theme);
    border-radius:20px 20px 0 0;
}
.containerIframe {
    border-radius: 0 0 20px 20px;
   
    width: 100%;
    height: 100%;
    border: none;
}
.contentHelp {
    height: 85%;
    min-width: 640px;
    width: 60%;
}

.contentMsg {
    min-height: 100px !important;
    max-width: 300px;
    height:auto !important;
}


.icoClose {
    color: var(--accueil_color_default);
    width: 10px;
    height: 10px;
}
.containerClose{ 
    width:22px;
    height:22px;
} 


 