#out_container {
    box-shadow: none;
}

body, p, h1, h2 {
    font-family: roboto_condensedregular,sans-serif !important;
}




/* Header */

#out_container {
    margin: 0 !important;
}

#out_container > .top_line {
    display: none;
}

#out_container.boxed-attached, #out_container.boxed, #footerUsager {
    width: 100%;
}


header, .main-content, .footer-wrapper {
    max-width: 1170px;
    margin: auto;
}

header {
    position: relative;
}
    header .row-fluid [class*="span"] {
        float: none !important;
        width: auto;
        min-height: auto;
    }
    .banniere {
        display: grid;
        grid-template-columns: 300px 1fr;


        background: none !important;
    }
        .logo {
            margin: 0 !important;
        }
        .banniere .row-fluid:first-child {
        }
        .banniere .row-fluid:last-child {
            /*align-self: flex-end;
            margin-bottom: 30px;*/
        }
        .banniere .nav-connexion {
            /*float: none;*/
        }
        .banniere .btn.btn-mini {
            padding: 3px 15px 3px 12.5px;
            border: 1px solid #1d9cd8;
            border-radius: 25px;
            line-height: normal;
            text-shadow: none;
            font-size: 14px;
            background: white;
            color: #333;
        }
            .banniere .btn.btn-mini:hover{
                background: #1d9cd8;
                color: white;
            }
    .navbar {
        position: absolute;
        top : 35px;
        left: 350px;
        width: 800px;
    }
        .navbar-inner {
            border: 0 none;
            background: transparent;
        }
        .navbar .buttons-container {
            background: #009fe3;
            padding: 20px 10px;
        }
        .navbar .nav > li {
            border: 0 none;
        }
        .navbar .nav > li a {
            border: 0 none !important;
            color: #333;
            padding: 25px 5px 8px 5px !important;
            max-width: 140px;
        }
        .navbar .nav > li a:hover {
            border: 0 none;
            color: #999;
        }
        .navbar .nav > li a i {
            display: none;
        }
        .navbar .nav > li:first-child,
        .navbar .nav-select option:first-child,
        .navbar .nav > li:last-child,
        .navbar .nav-select option:last-child{
            display: none;
        }
        .background-portail:not(.etablissement484849) .navbar {
            display: none;
        }


@media (max-width: 980px) {
    .navbar {
        width: 350px;
    }
}
@media (max-width: 720px) {
    .banniere {
        grid-template-columns: 175px 1fr;
    }
    .banniere .nav-connexion {
        float:  right;
    }
    .banniere .nav-pills > li {
        float: right;
    }
    .navbar {
        left: 200px;
    }
}
@media (max-width: 580px) {
    .navbar {
        position: static;
        width: 100%;
    }
}




#out_container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 120px;
    height: 280px;
    width: 100%;
    background-image: url("/fr-FR/File/GetFile?name=Banniere");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
}


/* Content */

.main-content {
    position: relative;
    z-index: 10;
    background: white;
    margin-top: 230px;
    padding-bottom: 0;
}
#breadcrumb {
    border-bottom: 0 none;
}

@media (max-width: 580px) {
    #out_container:before {
        height: 200px;
    }
    .main-content {
        margin-top: 180px;
    }
}



/* Accueil */
.accueil {

}
    /* Suppression des 4 blocs */
    .accueil > .row-fluid:nth-child(3) {
        display: none;
    }

    .recent-actualites {
        display: none;
    }
    .accueil p {
        margin: 5px 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .accueil-btns {
        text-align: center;
        margin: 30px 0 0px 0;
    }
    .accueil-btn {
        display: inline-block;
        margin-bottom: 20px;
        padding: 10px 50px 10px 50px;
        border: 1px solid #1d9cd8;
        border-radius: 25px;
        line-height: normal;
        text-shadow: none;
        font-size: 14px;
        background: white;
    }
        .accueil-btn:hover{
            background: #1d9cd8;
            color: white;
            text-decoration: none;
        }
        .accueil-btn.big {
            font-size: 25px;
        }
        .accueil-btn.blue {
            background-color: #009FE3;
            color: white;
            margin-left: 50px;
        }
        .accueil-btn.blue:hover {
            background-color: white;
            color: #009FE3;
            border: 1px solid #009FE3;
        }
        .accueil-btn.yellow {
            border-color: transparent;
            background-color: #FFC229;
            color: white;
        }
        .accueil-btn.yellow:hover {
            background-color: white;
            color: #FFC229;
            border: 1px solid #FFC229;
        }

        @media (max-width: 960px) {
            .accueil-btn.blue {
                display: block;
                margin-left: 0px;
            }
        }
        @media (max-width: 580px) {
            .accueil-btn.big {
                font-size: 20px;
            }
        }

    .accueil-content {
        margin-bottom: 40px;
    }
    h1 {
        font-size: 45px;
        line-height: 1.2;
        color: #004997;
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
    }

    .accueil-content h1 {
        margin-bottom: 50px;
    }
    @media (max-width: 580px) {
        .accueil-content h1 {
            font-size: 30px;
            margin-bottom: 10px;;
        }
    }

    .accueil hr {
        display: none;
    }


.box1 {
    padding: 20px 40px;
    background: #004997;
    text-align: center;
    color: white !important;
}
.box1 h2 {
    color: white;
    font-size: 30px;
    line-height: normal;
}
.box1 p {
    color: white;
    padding-bottom: 15px !important;
    text-align: center !important;
}

.box2 {
    margin: 100px 0 50px 0;
    text-align: center;
}
.box2-title {
    margin: 10px 0 30px  0;
    font-size: 25px;
    font-weight: bold;
    color: #004997;
    line-height: 2rem;
}

@media (max-width: 580px) {
    .box1 h2 {
        display: none;
    }
}




/* Footer */

#footerUsager {
    margin: 30px 0 0 0;
    background-color: #004997;
}

.footer-bottom, .footer-top {
    display: none;
}

.footer-wrapper {
    background-color: transparent;
    min-height: 200px;
    padding-top: 50px;
}
.footer-wrapper .main-block {
    margin: 0;
    padding: 0;
}

.footer-links li {
    color: white;
}
.footer-logo2 {
    text-align: center;
}
.footer-coords-content {
    text-align: right;
}

@media (max-width: 770px) {
    .footer-logo2 {
        margin-top: 20px;
        text-align: left;
    }
    .footer-coords-content {
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: left;
    }
}




