html,
body {
    height: 100%;
    padding-bottom: 100px;
}

body {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color: #eeeeee;*/
    background-color: #f9f9f9;
}

body.int {
    display: block;
}

body.int .container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;

}

body.int .imgheader {
    max-width: 1900px;
    width: 100%;
}


.accesthefrench {
    font-size: 20px;

}

body.int h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

body.int h1 span {

    color: #bda202;
    color: #375670;

    font-weight: 600;

}

.header-space {
    padding: 13% 0;
}

.header-space-bottom {
    padding: 60px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    background-image: url(../images/bg-footer.png);
    background-size: 100%;
    background-repeat: no-repeat;


}



.header-space-background {
    position: relative;
    background-image: url(../images/header-int.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 60px;
}

.header-space-background.fr {
    position: relative;
    background-image: url(../images/header-int-fr.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 60px;
}

body input.form-control {
    border-color: #bda202;
    border-color: #2e5870;

}

body a {
    color: #375670;

    text-decoration: underline;
}

body a:hover {
    color: #375670;

    text-decoration: none;
}

body.int p.intro {
    font-size: 22px;
    margin-bottom: 20px;
}

body.int .content {
    background-color: white;
    background-color: transparent;


    padding: 30px 30px 0 30px;
}

.nav-link {
    text-decoration: underline;
    color: #375670!important;
}

.nav-link:hover {
    text-decoration: none;
}

body.int .content a.l  {
    text-decoration: none!important;
}

body.int .content .box {
    border: 1px solid #65889c;
    padding: 10px;
    font-size: 22px;
    color: #2e5870;
}

body.int .content .box i {
    font-size: 25px;
    font-weight: 600;
}

body.int .content .box div {}

body.int .content .box:hover {
    background-color: #65889c;
    color: white;

}

body.int .content .box .col-lg-1 {
    text-align: right;

}

body.int .head {
    padding: 0;
}

.imgheader {
    max-width: 900px;
    width: 100%;
}

.form-signin {
    width: 100%;
    max-width: 900px;
    padding: 15px;
    margin: auto;
    border: 1px solid #ddd;
}

.btnunik {
    background-color: #a7e2de;
    border-color: #a7e2de;

    background-color: #dfc414;
    border-color: #dfc414;


    background-color: #2e5870;
    border-color: #2e5870;



    color: black;
    color: white;
}

.btnunik:hover {
    background-color: #96d1cd;
    border-color: #a7e2de;

    background-color: #bda202;
    border-color: #bda202;



    background-color: #65889c;
    border-color: #65889c;

    color: white;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;


}

.form-signin {
    background-color: white;
}

.footer {

    position: absolute;
    bottom: 0;
    width: 100%;

    height: 130px;
    padding-bottom: 100px;
    left: 0;
    right: 0;
    background-color: white;
    background-color: transparent;
}

body.int .footer {
    position: relative;

}

.modal-body h2 {
    font-size: 26px;
    color: #bda202;
    color: #375670;
    

}

.important {
    background-color: #E64C3A;
    color: white;
    text-align: center;
    padding: 15px 0 10px 0;
    margin-bottom: 20px;
}

.modal-body {
    padding: 30px;
}

#feedly-mini {
    display: none;
}

.modal-title {
    font-size: 30px;
    padding-left: 18px;
    color: #307067;
    color: #375670;

}

@media screen and (max-width: 1350px) {
    body.int .container {
            max-width: 1050px;
            padding-top: 100px;
    }
}

@media screen and (max-width: 1150px) {
    body.int .container {
            max-width: 1024px;
            padding-top: 100px;
    }
}


@media screen and (max-height: 820px) {

    .footer {
        position: relative;
        bottom: 0;
        width: 100% !important;
        height: 100px;
        left: 0;
        right: 0;
        height: 130px;
        padding-bottom: 100px;
    }

    body {
        display: block;
    }

}