@import url('https://fonts.googleapis.com/css?family=VT323');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Sans|Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');

html, body
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #EBEBEB;
}

#wrapper
{
    padding-top: 150px;
    background-color: white;
    box-shadow: 0px 0px 5px #bfbfbf;
}

.float-right {
    float: right;
}

.slider-title
{
    font-family: 'Ubuntu', sans-serif;
    margin-top: 10px;
}
.msg
{
    position : absolute;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    width: 80%;
    color : white;
    margin: 50px auto auto 10%;
    border-radius: 5px;
    z-index: 10;
}
.msg.error
{
    background-color: #f26a6a;
}
.msg.success
{
    background-color: #4ab25c;
}
img.language-selection
{
    float: right;
    padding-right: 20px;
    height: 25px;
}
img.responsive-navbar-language
{
    height: 30px;
    margin-left: 30%;
}

/* ### navbar ### */
img#navbar-logo
{
    max-width: 250px;
    padding: 5px;
}

.navbar-form
{
    margin-top : 17px;
}

.navbar-hamburger-menu
{
    margin-top: 25px;
}

.navbar-default .navbar-nav > li > a:hover
{
    color : #bfcf20;
}
.navbar-default .navbar-nav > li > a
{
    font-size : 16px;
}

.moving-bg {
    height: 100vh;
}
/* ### Connexion ### */

.connexion-content, .inscription-content {
    background-color: #ffffff;
    border-radius: .1rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.inscription-content, .connexion-content {
    margin-top: 8%;
}
.connexion-content-body {
    padding: 2rem;
}

.connexion-input {
    display: block;
    position: relative;
    margin-bottom: 1rem;
}
.connexion-input > .connexion-input-incon {
    position: absolute;
    font-size: 1.5rem;
    top: 1.2rem;
}
.connexion-input > .connexion-input-incon ~ input, .connexion-input > .connexion-input-incon ~ .connexion-label, .connexion-input > .connexion-input-incon ~ .underline {
    margin-left: 2.25rem;
    width: calc(100% - 2.25rem);
}
.connexion-input input {
    border: none;
    box-shadow: none;
    padding-top: 1.5rem;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    outline-style: none;
    width: 100%;
}
.connexion-input input ~ .connexion-label {
    color: #868e96;
    font-size: 1rem;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 1.5rem;
    left: 0;
    transition: top .2s,font .2s;
    z-index: 1;
    top: 0;
}
.connexion-input input ~ .underline {
    background-color: #bdc1c5;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.connexion-input input:hover ~ .underline, .connexion-input input:focus ~ .underline {
    background-color: #07beb8;
}
.connexion-input input:hover ~ .connexion-label, .connexion-input input:focus ~ .connexion-label {
    color: #07beb8;
}
.connexion-input input:focus ~ .connexion-label, .connexion-input input:valid ~ .connexion-label {
    top: 0;
    font-size: 0.85rem;
}
.connexion-input input:-webkit-autofill ~ .connexion-label {
    top: 0;
    font-size: 0.85rem;
}
.connexion-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.btn-connexion
{
    margin: 40px 0 20px 0;
}
/* ### Inscription ### */
.inscription-type-user-icon
{
    margin-top: 25px;
}

.inscription-type-user
{
    margin-left: 20px;
}

.footer
{
    padding: 20px;
    font-size: 16px;
    background: #3c2e60;
    color : white;
}
.footer a
{
    color : white;
}
.footer-made-by
{
    margin-top: 30px;
}
.fa-laptop:hover
{
    color : #bfcf20;
}

/* ### Map IUT ### */

#map{
    width: 100%;
    height: 500px;
}

/* ### article ### */
.article-content img, .single-offer-content img
{
    max-width: 100%;
}
.article-content, .single-offer-content
{
    margin-top : 30px;
    margin-bottom: 30px;
}
#article-title
{
    font-size: 77px;
    font-family: 'VT323', monospace;
    text-shadow: 2px 2px 10px #3A3A3A;
}
p
{
    font-size: 18px;
}
.article-header, .single-offer-header, #home-responsive-header {
    margin-top: -20px;
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    text-align: center;
    color : white;
    padding-top: 8%;
}
#home-responsive-header
{
    display: none;
}
.comment-btn
{
    float: right;
}
.article-preview
{
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0px 5px 5px  #ccc;
    border-top: 10px solid #bfcf20;
}
a.article-preview-title
{
    color : #3c2e60;
}
a.article-preview-seemore
{
    color : #424242;
    float : right;
}
a.article-preview-category, .article-preview-category
{
    color : inherit;
    font-style: italic;
    padding-bottom: 20px;
}
#article-category
{
    display: inline-block;
    margin-top: -50px;
    font-style: italic;
    text-shadow: 2px 2px 10px #3A3A3A;
    color : white;
}
#article-category:hover
{
    text-decoration: none;
    font-style: initial;
}
.pagination > li > a
{
    font-size: 16px;
    padding: 18px;
    color : #777;
}
.pagination > .active > a
{
    color : white;
    background: #777;
    border-color : #777;
}
.pagination > .active > a:hover, .pagination > .active > a:focus
{
    background: #bfcf20;
    border-color : #bfcf20;
    color : white;
}
.pagination > li > a:hover
{
    color : #bfcf20;
}
.article-preview-no-articles
{
    text-align: center;
    font-size : 50px;
    margin: 20% 0px;
}
.article-preview-end
{
    margin-top : 30px;
    margin-bottom: 50px;
    padding: 20px;
    font-size : 18px;
    border-radius: 5px;
    background: #bfcf20;
    color : white;
}
.offer-preview-end
{
    margin-top : 30px;
    margin-bottom: 50px;
    padding: 20px;
    font-size : 18px;
    border-radius: 5px;
    background: #3c2e60;
    color : white;
}
img.home-slide
{
    width: 100%;
    min-height: 500px;
    max-height: 500px;
}
.item {
    position: relative;
    text-align: center;
}
.home-slider-text-overlay {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    min-width: 300px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.7);
}
.home-slider-text-overlay > a
{
    color: inherit;
    text-decoration: none;
}
.home-slide-call-to-action
{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color : white;
    font-size: 20px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 20px;
}
.home-slide-call-to-action > a
{
    color : white;
}
.home-slide-call-to-action:hover a, .home-slide-call-to-action:hover
{
    background: rgba(255, 255, 255, 0.7);
    border : none;
    color : #3c2e60!important;
    text-decoration: none;
}
.search_results
{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
    color : white;
    background: #3c2e60;
    padding-left: 20px;
    border-left : solid 2px white;
    border-bottom : solid 2px white;
    border-bottom-left-radius: 5px;
}
a.search-result
{
    color : inherit;
}
a.search-result > h4
{
    margin-top: 30px;
}
.iut-tab
{
    overflow-x: scroll;
    padding : 30px 20px;
    background : white;
    margin-left: -20px;
    z-index: 999;
    box-shadow: -5px 0px 15px #bfbfbf;
}
.iut-search-list
{
    margin: 20px;
}
.map-iut
{
    margin-top : 40px;
    margin-bottom: 70px;
}
.map-iut-title
{
    font-family: 'VT323', monospace;
    font-size: 50px;
    margin-top: 40px;
}
.page-content
{
    margin-top : 30px;
    margin-bottom : 30px;
}

/* ### Offre ### */
#date_start {
    padding-top: 0px;
}
.article-en-version
{
    display: none;
}

.label-checkbox-en
{
    font-size: 16px;
    font-style: italic;
}

#checkbox-en
{
    transform: scale(1.3);
}
#articles-previews, #offers-previews
{
    margin-bottom: 20px;
}
.offer-preview
{
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0px 5px 5px  #ccc;
    border-top: 10px solid #3c2e60;
}
.offer-title
{
    margin-top: 0px;
}
.offer-type
{
    padding: 12px;
    float: right;
    color : white;
    border-radius: 2px;
    font-size: 15px;
}
.offer-type.alternance
{
    background: #3c2e60;
}
.offer-type.stage
{
    background: #3c2e60;
}
.offer-row-infos
{
    text-align: center;
}

.offer-textarea
{
    display: none;
}
.offer-toggle-textarea
{
    cursor: pointer;
}
.add-testimony
{
    position: fixed;
    top : 50%;
    right: 20%;
    font-size: 60px;
    color : #3c2e60;
    cursor: pointer;

}
.add-testimony:hover
{
    color : #bfcf20;
}
.testimony
{
    box-shadow: 0px 0px 5px #ccc;
    padding: 0px 50px 50px 50px;
    margin-top: 20px;
    margin-bottom : 70px;
}
.testimony-thumbnail{
    margin-top: 20px;
    margin-left: 30%;
}
img.img-circle {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    box-shadow: 0px 0px 10px #3A3A3A;
}
.testimony-end
{
    margin-top : 30px;
    margin-bottom: 50px;
    padding: 20px;
    font-size : 18px;
    border-radius: 5px;
    background: #3c2e60;
    color : white;
}
.contact
{
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-message
{
    margin-left: -15px;
    width: 105%;
}
.contact-label
{
    text-align: right;
}
.no-testimony
{
    text-align: center;
    font-size : 50px;
    margin: 30% 0px;
}
.text-footer
{
    margin-top : 10px;
}
.footer-icon{
    margin-right: 7px;
}
.text-footer a:hover
{
    text-decoration: none;
    font-style: italic;
}
.profil
{
    margin: 50px 0;
}
.profil-mdp
{
    float: right;
    margin-top: -7%;
}
.profil-offre-wrapper
{
    border-left: solid 1px #eee;
}
.profil-offre-list
{
    margin: 40px 0px 200px;
}
.profil-offer
{
    padding: 20px;
}
.profil-offer:hover
{
    border-radius: 5px;
    background: #eee;
    padding: 20px;
}
.article-comment
{
    border-left: 5px solid #bfcf20;
    background: #f7f7f7;
}
.comment-nom-prenom
{
    font-style: italic;
    font-size: 14px;
}
.offer-search
{
    margin-top: 50px;
}
.flex
{
    display: flex;
}
.btn-testimony-modify
{
    font-size: 60px;
    color : #3c2e60;
}
.btn-lang
{
    padding: 0;
}
.sitemap-content
{
    margin: 50px 0;
}
.table-td-overflow
{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
}
.profil-edit-offer
{
    margin-top: 4%;
}
.mdp-reset
{
    margin-top: 70px;
    margin-bottom: 70px;
}
#advice-404
{
    color : #cbcbcb;
}
.tada
{
    color : #3ad847;
    font-family: 'Press Start 2P', cursive;
}

@media screen and (max-width: 992px)
{
    .offer-row-infos
    {
        text-align: left;
    }
    .add-testimony
    {
        right: 3%;
        font-size: 45px;
    }
    img.img-circle {
        display: none;
    }
    .contact-label
    {
        text-align: left;
    }
    .profil-mdp
    {
        float: left;
        width: 100%;
        margin-top : 10px;
    }
    .profil
    {
        margin: 10px 0px 150px;
    }
    .moving-bg {
        margin-top: -20%;
    }
    .msg
    {
        position: absolute;
        margin : -40px auto auto 6%;
    }
    .connexion-content-body
    {
        padding : 4rem 2rem 2rem 2rem;
    }
    #home-slider
    {
        display: none;
    }
    #home-responsive-header
    {
        display: block;
        margin: -70px -15px 0 -15px;
    }
    .text-footer
    {
        float: left;
    }
    .sitemap-content
    {
        margin: -50px 0 30px 0;
    }
    #wrapper-content
    {
        margin-top: -70px;
    }
    .iut-tab
    {
        box-shadow: none;
    }
    .map-content
    {
        display: flex;
        flex-direction: column-reverse;
    }
    .iut-map-content
    {
        margin-top: 80px;
    }
    .btn-testimony-modify, .add-testimony
    {
        right: -10px;
        color: #bfcf20;
        font-size: 45px;
    }
    #article-title
    {
        margin-top: 70px;
        font-size : 50px;
    }
    .comment
    {
        margin-bottom: 20px;
    }
}