/* Bleu : #0085A4  Bleu ciel : #d2edf2   Vert : #70bc1f*/
@font-face {
	font-family: 'Regular';
	src: url('../fonts/Rubik-Regular.ttf')
}
@font-face {
	font-family: 'Regular-italic';
	src: url('../fonts/Rubik-RegularItalic.ttf')
}
@font-face {
	font-family: 'Bold';
	src: url('../fonts/Rubik-Bold.ttf')
}
@font-face {
	font-family: 'Bold-italic';
	src: url('../fonts/Rubik-BoldItalic.ttf')
}



/* Firefox */
* {
    scrollbar-width: 16px;
    scrollbar-color: #0085A4 #ffffff;
  }

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
width: 16px;
}




*::-webkit-scrollbar-track {
background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
background-color: #0085A4;
border-radius: 10px;
border: 3px solid #ffffff;
}

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;    
}

/* Entête */
#entete{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    height: 110px;
    position: sticky;
    top: 0;
    z-index: 1000000;
	margin-bottom: 15px;
}

#entete .grpEntete{
    display: grid;
    grid-template-columns: 134.25px calc(100% - 344.25px) 200px 10px;
    background-color: #0085A4;
    height: 110px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 0px 0px rgb(133, 133, 133);
    margin: 0;
    overflow: visible;
    transition: 0.5s;
}

/* logo sieeen */

.logoHG{
    position: relative;
    height: 110px;
}

#logoSieeen{
    height: 110px;
    border-radius: 0px 0px 0px 17px;
    transition: 0.5s;
}

#ellipse{
    height: 110px;
    position: absolute;
    transition: 0.5s;
}

/* titre principal dans l'entete */

.titreSieeen{
    display: flexbox;
    text-align: center;
    margin: auto;
}

.titreSieeen p{
    margin: auto;
    color: #ffffff;
    font-weight: bold;
}

/* bouton en haut à droite */
.boutonHD{
    display: grid;
    height: 60px;
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
}

/* #boutonPortail{
    box-sizing: border-box;
    margin: 0;
    width: 200px;
    background-color: #70bc1f;
    border-radius: 15px;
    height: 60px;
    box-shadow: 3px 3px rgb(133, 133, 133);
    border: 3px solid #70bc1f;
    font-weight: 100;
    font-size: 13px;
}

#boutonPortail p{
    display: grid;
    margin: 0;
    color: #ffffff;
    margin-top: 10px;
} */
/* fin de l'entête */

/* boutonInfo */

#boutonInfo{
    width: 50px;
    transition: 1s;
    height: 50px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
}
#boutonInfoTexte{
	font-size:16px;
	font-weight: bold;
	text-align: center;
}
#imageInfo{
    width: 50px;
    margin: 0px;
}
#conteneurInfoPort{
    display: none;
}
#croixFermeture{
    display: none;
    position: relative;
    left: 85%;
    top: 60px;
    width: 30px;
    z-index: 10000;
}

@media (max-width: 950px){
    .boutonHD{
        display: none;
    }
    #entete .grpEntete{
        grid-template-columns: 134.25px calc(100% - 144.25px) 10px;
    }
    .titreSieeen p{
        margin-bottom: 10px;
        margin-top: 10px;
        color: #ffffff;
        font-size: 13px;
    }
    .container-img-texte{
        display: none;
    }
    #entete{
        grid-template-columns: 0% 100% 0%;
    }
    .conteneurD{
        border: none;
    }
}

.container-connexion-entete {
    width: 100%;
    height: auto;
    text-align: center;
}

.container-connexion{
	display : inline-flex;
    height: 70px;
    background-color: #d2edf2;
    /*width: 80%;*/
    margin-left: 10%;
    margin-right: 10%;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-right: 15px;
    text-align: center;
    border-radius: 20px;
    line-height: 70px;
	align-items: center;
}

.container-connexion img{
    width: 70px;;
    vertical-align: middle;
    margin-bottom: 10px;
	text-align: left;
}

.container-connexion p{
    margin: auto;
	vertical-align: middle;
	height: 100%;
    font-weight: bold;
	line-height: 20px;
	
}

/* conteneur principal */

#blocCentre{
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    height: auto;
    margin-bottom: 20px;
}

/* conteneur de gauche */
#blocCentre .conteneurG {
    width: 100%;
    height: auto;
    text-align: center;
	margin-top: 15px;
}
/* choix communes */
.conteneurG .labelCom{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}
#choixCommunes{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:15px;
    width:250px;
    box-sizing: border-box;
    border: 0px;
    border-radius: 15px;
    font-size: 12px;
    background-color: #83ccd9;
    background-image: url('images/searchicon2.png');
    background-position: 10px 7px; 
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 14px 20px 12px 36px;
    transition: width 0.4s ease-in-out;
    font-weight: bold;
    }

#choixCommunes::placeholder {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
  }

/* bloc Information */
.blocInfo{
    /*margin-top: 15px;*/
}
.blocInfo ul{
    list-style: none;
    margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
.blocInfoPort ul{
	padding-left: 10px;
}
.blocInfo li{
    display: inline-block;
    width: 30%;
    height: 350px;
    border-radius: 20px;
    background-color: #d2edf2;
    margin: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
    position: relative;
}
@media (min-width: 951px)and (max-width: 1400px){
    .blocInfo li{
        width: 46%;
    }
}
@media (max-width: 500px){
    .blocInfo li{
        width: 90%;
    }
}

.infoComp{
    display: grid;
    grid-template-rows:0px 60px 20px 60px calc(100% - 160px);
    width: 100%;
    height: 100%;
}

.categorieInfo{
    margin: auto;
	margin-left: 10px;
	margin-right: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.categorieInfo p{
    margin: auto;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
}
.infoComp img {
    position: absolute;
    width: 40px;
    left: -20px;
    top: -20px;
}



.dateInfo{
    text-align: left;
}
.dateInfo p{
    font-size: 10px;
    margin: 0;
    margin-left: 10px;
}
.titreInfo{
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.titreInfo p{
    font-size: 16px;
    color: #0085A4;
    font-weight: bold;
    margin: 0;
}
.contenuInfo{
    text-align: left;
    margin: 0;
    margin-left: 10px;
    margin-right: 5px;
    overflow-y: auto;
	text-align: justify;
}
.contenuInfo p{
    font-size: 14px;
    color: black;
	margin: 0;
	margin-right: 5px;
}




/* conteneur de droite */
#blocCentre .conteneurD {
    width: 100%;
    border-left: 2px solid #0085A4;
    height: auto;
    text-align: center;
	margin-top : 15px;
}
@media (max-width: 950px){
    #blocCentre .conteneurD {
        border-left: 0px solid #0085A4;
        border-top: 2px solid #0085A4;
        padding-top: 10px;
    }
	#blocCentre .conteneurG {
        border-top: 2px solid #0085A4;
        padding-top: 10px;
    }
	#blocCentre .titreConteneurLigneSup {
		border-top: 2px solid #0085A4;
	}
}

.conteneurAppD{
    width: 100%;
    margin: 0;
}
.titreConteneur{
    display: flex;
    margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.titreConteneur p{
    margin: auto;
}
/* APPLICATIONS */
.lstAppli{
    list-style: none;
    padding: 0;
    margin: 0;
	margin-bottom: 15px;
}

.sur1Col{
    display: inline-block;
    width: 70%;
	margin: auto;
    border-top: 2px solid #0085A4;
}

.sur2Col{
    display: inline-block;
    width: 44%;
    border-top: 2px solid #0085A4;
    margin-left: 10px;
    margin-right: 10px;
}

.blocPrincLst{
    display: grid;
    grid-template-rows: 30px 60px 60px 46px;
    max-height: 206px;
    padding-top: 10px;
}
.blocPrinc{
    display: grid;
    grid-template-rows: 30px 60px 46px;
    height: 146px;
    padding-top: 10px;
}
.titreApp{
    text-align: center;
    display: flex;
    margin: auto;
}
.titreApp p{
    color: black;
    font-weight: bold;
    margin: auto;
    font-size: 13px;
    height: 30px;
}
.lstProfils{
    display: grid;
    grid-template-rows: 30px 30px;
}
.lstProfils .txtLst{
    margin: 0;
    color: red;
    font-size: 12px;
}
.lstProfils select{
    text-align: left;
    margin-left: -10;
}
.choixProfils{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width:90%;
    box-sizing: border-box;
    border: 0px;
    border-radius: 15px;
    font-size: 12px;
    background-color: #83ccd9;
    background-image: url('images/searchicon2.png');
    background-position: 6px 4px; 
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 4px 10px 2px 26px;
    transition: width 0.4s ease-in-out;
    font-weight: bold;
}
.choixProfils::placeholder{
    color: rgb(255, 255, 255);
    font-size: 1.2em;
}

.contientImgBouton{
    display: grid;
    grid-template-columns: 60px calc(100% - 60px);
    
}
.imgApp{
    display: flex;
    margin: auto;
}
.imgApp img{
    margin: auto;
    width: 60px;
}
.boxBoutonApp{
    display: flexbox;    
}
.boutonApp{
    display: flex;
    margin: auto;
	margin-right: 0;
    width: 95%;
    height: 95%;
    background-color: #70bc1f;
    border-radius: 20px;
    transition: 0.5s;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
}
.boutonApp:hover{
    background-color: #ffffff;
    color: #70bc1f;
    border: 2px solid #70bc1f;
    cursor: pointer;
}

.boutonApp p{
    margin: auto;
    font-weight: bold;
    font-size: 12px;
}
.texteApp{
    text-align: justify;
    overflow-y: auto;
	margin-top: 10px;
}

.texteApp p{
	margin: 0;
	margin-right: 5px;
	margin-left: 5px;
    font-size: 11px;
}
/* pied de page */

#piedPage{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    width: 100%;
    height: 200px;
	margin-top: 15px;
}

#piedPage .piedGen{
    display: grid;
    grid-template-columns: 40% 20% 40%;
    background-color: #83ccd9;
    height: 200px;
    min-height: 200px;
    border-radius: 20px 20px 20px 20px;
}


#piedPage img{
    position: relative;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    top: 180px;
    left: calc(50% - 35px);
}

#piedPage .lst_choix{
    position: relative;
    left: 20px;
    top: 30px;
}
#piedPage .lst_choix a{
    text-decoration: none;
    color: #0085A4;
    font-weight: bold;
    font-size: 16px;
    
}

#piedPage .lst_choix li{
    list-style: none;
    padding: 6px 30px;
    background-image: url("images/right-arrow.png");
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: 1px solid #0085A4;
    width: 165px;
    transition: 0.3s;
    background-position: left center;
    white-space: nowrap;
}

#piedPage .lst_choix li:hover{
    background-position: 7px;
}

#piedPage .pointBD{
    position: relative;
    width: 3px;
    min-height: 3px;
    background-color: #0085A4;
    border: 0.5px solid #0085A4;
    border-radius: 1.5px;
    left: 195px;
    top: 9px;
}

#piedPage .adresBlocD{
    display: grid;
    grid-template-rows: 160px 40px;
}

#piedPage .adres{
    display: flex;
    text-align: center;
    height: 200px;
    margin: auto;
}

#piedPage .adres p{
    margin: auto;
    color: #0085A4;
}

#piedPage .horaires{
    display: flex;
    text-align: center;
    margin: auto;
}

#piedPage .horaires p{
    margin: auto;
    color: #ffffff;
}

/* changement bloc principal + pied pour petits écrans */

@media (max-width: 950px){
    #blocCentre{
        grid-template-columns: 100% ;
    }
    #piedPage{
        grid-template-columns: 100%;
        width: 100%;
    }
    #piedPage .lst_choix{
        display: none;
    }
    #piedPage .piedGen{
        grid-template-columns: 100%;
    }
    #piedPage .adres{
        margin-top: -70px;
    }
}


.notif{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #70bc1f;
    border-radius: 10px;
    transition: opacity 0.5s;
    z-index: 1000;
    left: -70px;
    top: 50px;
}


.notif p{
    display: block;
    margin: 0px;
    margin-top: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    overflow: hidden;
    pointer-events: none;
}
.notif:hover{
    background-color: #0085A4;
    cursor: help;
}

.telephone{
    display: none;
}

.titreConteneurLigneSup{
	
}

#conteneurChargementHD{
    text-align: center;
}

#infoBulleSieeen{
    display: flex;
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: #0085A4;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
    border-radius: 20px;
    opacity: 0;
    padding: 10px;
    transition: opacity 1s;
    text-align: center;
    pointer-events: none;
    border: 3px solid #70bc1f;
}

#infoBulleSieeen p{
    pointer-events: none;
    font-size: 13px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
}

