@font-face {
    font-family: 'Gill Sans MT';
    src: url('../font/gillsansmt/33535gillsansmt.ttf');
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* 14 de base */
}

li{
    list-style: none;
}

li:before{
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
    margin-right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/puce.png");
}

.gillsansmt {
    font-family: "Gill Sans MT", "Roboto", sans-serif;
}

.main {
    min-height: 100vh;
	display:flex;
	flex-direction:column;
}

.content {
    flex-grow:1;
}

.core {

}



.top-content {

}

    .image-left img {
        height: 400px;
        margin-left: -13px;
        margin-top: -20px;
    }

    .logo-Geiq img {
        width: 240px;
        margin-top: 15px;
    }



.middle-content {

}
    .rotate {
        right: 0;
        transform: rotate(20deg);
        width: 150px;
    }



.side-bar {

}

    .cadre-blue {
        border: 2px solid rgb(24, 155, 177);
        padding: 4px;
    }

    .login table tr, .login table input, .login table {
        width: 100%;
    }

    .login table td {
        padding: 8px;
    }

    .login table input {
        border: 2px solid rgb(24, 155, 177);
    }

    .login {
        clear: both;
    }

    .login-title {
        line-height: 33px;
        font-weight: 500;
    }

    .connexion-button {
        padding: 6px;
        line-height: 40px;
        font-weight: 400;
        font-size: 13px;
    }

    .download {
        font-size: 15px;
    }

.footer {
    bottom: 0;
    padding: 22px;
    margin-top: 30px;
}

    .logo-partner img {
        width: 30px;
        margin: 2px;
    }

.blue-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent rgba(24, 155, 177, 0.8) transparent transparent;
    position: fixed;
    border-width: 0 150px 300px 0;
    margin-left: 30px;
}

.top-right {
    top: 0;
    right: 30px;
    margin-left: 0;
}

.bot-left {
    bottom: 0;
    left: 30px;
    margin-left: 0;
}

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


/* Colors */

.light-blue {
    color: rgb(24, 155, 177);
    text-shadow: #FFFFFF 1px 1px, #FFFFFF -1px 1px, #FFFFFF -1px -1px, #FFFFFF 1px -1px;
}

.black {
    color: #000000;
}

.bg-white {
    background-color: rgba(255,255,255,0.75);
}

.bg-light-blue {
    color: #FFFFFF;
    background-color: rgb(24, 155, 177);
    text-shadow: none;
    border: 1px solid #FFFFFF;
}

.bg-dark-grey {
    color: #FFFFFF;
    background-color: rgb(76, 86, 92);
    text-shadow: none;
    border: 1px solid #FFFFFF;
}

.bg-light-grey {
    background-color: rgba(128,128,128,0.15);
}

/* Text Utility */
.bold {
    font-weight: 500;
}

.upper {
    text-transform: uppercase;
}

.line {
    text-decoration: underline
}

.center {
    text-align: center;
}

.font-title {
    font-size: 30px;
    font-weight: 800;
}

.font-lg {
    font-size: 25px;
    font-weight: 800;
}

.font-md {
    font-size: 20px;
}

.font-sm {
    font-size: 12px;
}

.cadre-lg {
    padding: 3px;
    line-height: 33px;
}

.cadre-sm {
    padding: 3px;
    line-height: 20px;
}

.price {
    margin-top: 10px;
}

/* Varient */

.no-padding-left {
    padding-left: 0;
}

.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
