
.header .navbar-brand>img {
    height: 100vh;
    padding: 15px;
    /* padding-right: 200px; */
    width: 500px;
}


.email {
    margin-right: 0px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color:  #dbdfe0;
}

.email:hover { 
    color: #ffffff; 
}


.login-box {
    padding: 15px;
    background-color: #d1d0dc; 
    align-self: center;
}

.avis-box {
    padding: 15px;
    background-color: #DAE3F2;
    align-self: center;
    border-right: 4px solid #254D94;
    border-left: 4px solid #254D94;
    border-top: 4px solid #254D94;
    border-bottom: 4px solid #254D94;
    width: 35%;
}

.more-box {
    padding: 15px;
}

/*
.avis-text {
    color: #254D94;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    align-self: center;
}

.avis-bold {
    font-weight: bold;
    align-self: center;
}



.more-top {
    color: #254D94;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    align-self: center;
}
*/

.buttonCenter {
    align-self: center;
}

.image-box {
    align-self: center;
    padding: 10px;
}

.fas { color: #224B96; }

.login-box-label { flex: 1 }
.lang { color: #b2b2b2; }
.lang:hover { color: #224B96; }

.rotate{
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.rotate.up{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.grow { 
    transition: all .2s ease-in-out; 
}

.grow:hover  { 
    transform: scale(1.3); 
}



.flex-stretch        { flex-grow: 1; }
.flex-space-around   { justify-content: space-around; }
.flex-space-between  { justify-content: space-between; }

.flex-content-start    { justify-content: flex-start; }
.flex-content-center { justify-content: center; }
.flex-content-end    { justify-content: flex-end; }

.flex-start          { align-self: flex-start; } 
.flex-center         { align-self: center; } 
.flex-end            { align-self: flex-end; } 


.small-font { 
    font-size:12px; 
    font-weight:400; 
}

.vflex {
    display: flex;
    flex-direction: column;
}

.hflex {
    display: flex;
    flex-direction: row;
}


.colorTransit {
    -webkit-transition: color 2s; /* For Safari 3.0 to 6.0 */
    transition: color 2s; /* For modern browsers */
}
.colorTransit:hover {
    color: #ff0000;
}

.compteBox {
    padding: 15px;
    background-color: #d1d0dc; 
    justify-content: center;
    align-self: center;
    margin: 15px;
    width: 650px;
}


