#head a
{
	text-decoration:none;
}
#head
{
	width: 100%;
	height: 105px;
	position: relative;
	top: 0;
	left: 0;
	padding-left:1vw;
	padding-right:1vw;
	display: flex;
	justify-content: space-between;
	align-items:center;
	transform: scale(1vw);
	background: #fff;
	box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
	z-index: 101;
}
#logo
{
	background:url(img/logo95x86.png) no-repeat center center;
	height:100%;
	width:128px;
	margin-top: auto;
	margin-bottom: auto;
	display:block;
	background-size: contain;
	max-height: 80px;
}
#titresite
{
    font-size: 2rem;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight:lighter;
    letter-spacing: 10px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left:1vw;
}


#slogan
{
    font-family: "Indie Flower", cursive;
    letter-spacing: 0.05vw;
	font-size: 1.7rem;
    color: #378de2;
    margin-top: auto;
    margin-bottom: auto;
	margin-left:1vw;
	text-align: center;
	text-shadow: rgba(0,0,0,0.1) 2px 9px 4px;
	font-weight:bold;
}



.btn_head
{
	width: 100%;
    height: 100%;
	position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: auto;
    margin-bottom: auto;
	display: block;
	background-size: 46px;
}
.div_btn
{
	width: 15vw;
	height: 6vw;
	position: relative;
	margin: auto;
	max-height: 71px;
}
#btn_login
{
	background-image:url(img/btn_login.png);
}
#btn_arobase
{
	background-image:url(img/btn_arobase.png);
}
#btn_editutilisateur
{
	background-image:url(img/btn_editutilisateur.png);
}
#btn_editcalendrier
{
	background-image:url(img/btn_editcalendrier.png);
}
#btn_editliaison
{
	background-image:url(img/btn_editliaison.png);
}
#btn_rapport
{
	background-image:url(img/btn_rapport.png);
}
#btn_outils
{
	background-image:url(img/btn_outils.png);
}
#btn_deconnexion
{
	background-image:url(img/btn_deconnexion.png);
}
#hbtn_text
{
	position: absolute;
    width: 100%;
    height: 1rem;
    text-align: center;
    font-size: 1rem;
    bottom: 0;
    margin-bottom: 6px;
}
.btn_sub
{
    display: flex;
    flex-flow: inherit;
    z-index: 1;
    position: absolute;
    left: 46%;
    top: 200%;
    opacity:0;
    pointer-events:none;
    transform: translateX(-50%);
    transition: all 0.2s;
    width: 40vw;
    max-width: 200px;
    flex-wrap: wrap;
    justify-content: center;
}
.div_btn:hover > .btn_sub
{
    top: 89%;
	opacity:1;
	pointer-events:unset;
    transition: all 0.2s linear;
}


.btn_sub span
{
	display:none;
}

.btn_sub > a
{
	position:relative;
	width: 5vw;
	height: 5vw;
	min-width: 32px;
	min-height: 32px;
	max-width: 48px;
	max-height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0.7vw;
	overflow:  hidden;
	border-radius: 100%;
	box-shadow: rgba(0,0,0,0.2) 3px 4px 7px;
	border: 1px solid #fff;
	transition: all 0.2s;
	background-color: #ebebeb;
	margin-top: 5px;
}
.btn_sub > a:hover
{
	top:-2px;
    transition: all 0.2s;
}

#btn_outils_planification
{
	background-image: url(img/btn_planification.svg);
}
#btn_outils_planning
{
	background-image: url(img/btn_planning.svg);
}
#btn_outils_classement
{
	background-image: url(img/btn_classement.svg);
}
#btn_outils_itineraire
{
	background-image: url(img/btn_itineraire.svg);
}
#btn_outils_statistiques
{
	background-image: url(img/btn_statistiques.svg);
}
#btn_outils_agenda
{
	background-image: url(img/btn_agenda.svg);
}
#btn_outils_parlot
{
	background-image: url(img/btn_parlot.svg);
}
#btn_outils_connectproxy::after {
    content: "Admin Connect";
    color: #657a8d;
    font-size: 13px;
}
#btn_outils_maestroproxy::after {
    content: "Admin Maestro";
    color: #6c5959;
    font-size: 13px;
}
#btn_outils_traceur::after {
    content: "Traceur";
    color: #d7b216;
    font-size: 13px;
}
#btn_outils_classeur::after {
    content: "Classeur";
    color: #4690ce;
    font-size: 13px;
    opacity:0.5;
}
#btn_outils_classeurv2::after {
    content: "Facturation DO";
    color: #4690ce;
    font-size: 13px;
}
#btn_outils_confvide::after {
    content: "Conference video";
    color: #c1019b;
    font-size: 13px;
}
#btn_outils_btretour::after {
    content: "BT retours";
    color: #fda40d;
    font-size: 13px;
}
#btn_outils_cloture::after {
    content: "Clotures";
    color: #fd4b0d;
    font-size: 13px;
}
#btn_outils_reporte::after {
    content: "Reportes";
    color: #368022;
    font-size: 13px;
}
#btn_outils_avance::after {
    content: "Avances";
    color: #7ac36b;
    font-size: 13px;
}
#btn_outils_compte::after {
    content: "Compte";
    color: #ffffff;
    background: #e7c800;
    font-size: 13px;
}
.icotxt::after
{
	display: flex;
	background-color:#f2f5f5;
	position: absolute;
	left: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	font-weight: bold;
}

div:not(.btn_sub)>.btn_outiltxt {
    background-repeat: no-repeat;
    height: 47px;
    max-width: 180px;
    display: block;
    margin: auto;
    text-align: left;
    padding-left: 100px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 15px;
}

#alertmsg
{
    display: none;
	flex-flow: column;
    width: 100%;
    padding: 5px;
    background: rgba(255,0,0,0.8);
    position: fixed;
    top: 105px;
    left: 0;
    z-index: 100;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-shadow: rgba(0,0,0,1) 0px 0px 3px;
    animation: blinker 0.5s linear infinite;
	overflow: hidden;
	transition: 0.2s all;
}
#alertmsg>div
{
    text-align: center;
    margin-bottom: 10px;
}
#alertmsg a
{
    color: #fff;
}
@keyframes blinker
{
  50% {
    opacity: 0.8;
  }
}


@media only screen and (max-width: 1148px)
{
	#titresite
	{
		display:none;
	}
	.btn_head
	{
		background-size: 4vw;
	}
}

@media only screen and (max-width: 1000px)
{
	#head
	{
		height: 10vw;
    }
	#alertmsg
	{
		top:10vw;
    }
	#sloganctnctn
	{
		font-size: 1.7vw;
	}
	.btn_head
	{
		background-size: 3.7vw;
	}
	.div_btn
	{
		height: 6vw;
	}
	#hbtn_text
	{
		height:1.3vw;
		font-size: 1.3vw;
	}
}
@media only screen and (max-width: 800px)
{
	#logo
	{
		height: 100%;
		width: 11%;
		background-size: cover;
	}
	#slogan
	{
		font-size:1.2rem;
	}
	.btn_head
	{
		background-size: 30px;
		font-size: 1.3vw;
	}
	.div_btn
	{
		height: 48px;
	}
	#hbtn_text
	{
		height:0.8rem;
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 650px)
{
	.moreinfotopbtn
	{
		display:none;
	}
}
@media only screen and (max-width: 600px)
{
	#head
	{
		height: 40px;
		position:fixed;
		}
	#alertmsg
	{
		top:60px;
    }
	#logo
	{
		height: 40px;
		width: 65px;
		background-size: 40px;
	}
	#maincontent
	{
		margin-top:60px;
		padding-top: 0.1px;
    }

}
@media only screen and (max-width: 570px)
{
	#slogan2
	{
		display:none;
	}
}
@media only screen and (max-width: 550px)
{
	.div_btn
	{
		height: 31px;
	}
	#hbtn_text
	{
		display:none;
	}
}
@media only screen and (max-width: 333px)
{
	#slogan
	{
		line-height:1.0;
	}
}
@media only screen and (max-width: 302px)
{
	#slogan
	{
		display:none;
	}
}

#box_login
{
    width: 240px;
    height: 159px;
    position: absolute;
    left: -72px;
    top: 200px;
    padding: 10px;
    border: 1px solid #aaa;
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0px 10px 11px;
    font-size: 15px;
    text-align:center;
    z-index: 101;
    display:none;
    overflow:hidden;
}
#box_login input[type=text],#box_login input[type=password]
{
	width:100%;
}

#page_login {
    margin: auto;
    width: 280px;
    margin-top: 10vh;
    border: 1px #e7e7e7 solid;
    border-radius: 5px;
    padding: 30px;
}

#page_login>input {
    width: 100%;
}

#userinfos
{
	position: absolute;
    font-size: 10px;
    bottom: 0;
    right: 5px;
    color: #e7c800;
}
@media only screen and (max-width: 302px)
{
	#userinfos
	{
		position: absolute;
		font-size: 10px;
		bottom: 0;
		right: 5px;
		color: #e7c800;
	}
}