
/* NAVBAR */

.bg-navbar-principal {
    background-color: rgb(89, 110, 189);
}

.bg-navbar-secondary {
    background-color:#313A8E;
}

@media (min-width: 580px) {
    .navbar {
        max-width: 93%;
    }
}
@media (min-width: 1200px) {
    .navbar {
        max-width: 1128px;
    }
}

.navbar {
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand div {
    font-size: 0.9em;
}

.header {
    width: 100%;
}

/* container */
.container {
    padding: 0 .25rem .25rem ;
}

@media (min-width: 580px) {
    .container {
        padding: 0 .5rem .5rem ;
    }
}
/* FOOTER */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.footer2 {
    position: relative;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.4;
    background-color: rgb(89, 110, 189);
}

.footer2 ul {
    list-style: none;
}

.footer2 .logo_footer_left {
    float: left;
    margin: 14px 0;
}

.footer2 .logo_footer_right {
    float: right;
    margin: 14px 0;
}

.footer2 img {
    height: 22px;
}
@media (min-width: 380px) {
    .footer2 img {
        height: 32px;
    }
}

.top-bottom-container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 580px) {
    .top-bottom-container {
        max-width: 93%;
    }
}

@media (min-width: 1200px) {
    .top-bottom-container {
        max-width: 1128px;
    }
}

/* SURCHARGE STYLE BOOSTRAP */

.card, .jumbotron {
    border-radius: 0px;
}

dl.inline-dl dd {
    margin: 0 0 0 0.3em;
}

.nav-tabs .nav-link  {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
@media (max-width: 468px) {
    .nav-tabs .nav-link  {
        padding: .5rem .3rem;
    }
}

/* PRESENTATION */
i.enfants3ans, i.enfants11ans {
    font-style: initial;
}
#presentation_am a {
    word-wrap: anywhere;
}


/* DATE MISE A JOUR */

@media (max-width: 760px) {
    .text-align-right-no-xs {
        text-align: unset;
    }
}

@media (min-width: 760px) {
    .text-align-right-no-xs {
        text-align: right;
    }
}

/* DISPO */

.bg-dispo {
    background-color: #7FAC17;
    color: #fff;
}

.gp_dispo .d-table-row.d-sm-none {
    display: table-row!important;
}
.gp_dispo .jour.d-sm-none {
    display: block!important;
}
.gp_dispo .d-sm-table-cell{
    display: none!important;
}

.gp_dispo .thead-light{
    line-height: 2em;
    font-size: 0.8em;
}

.gp_dispo th{
    padding: 0.3em;
}

/** STYLES MAQUETTE -  à sortir **/
.choix e {
    border-bottom: #33d233 2px solid;
    padding: 0 5px;
    position: relative;
}

.choix e:after, .choix e:before {
    content : "";
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 3px;
    height: 50%;
    background: #33d233;
}

.choix e:before {
    left: 0;
}

.choix e:after {
    right: 0;
}

.choix val {
    display: none;
}

.ro alt, .edit alt,
.ro .fa-pen,
.ro .fa-square,
.ro .fa-check-square {
    display: none;
}

/*
.choix .fa-pen,
.choix .fa-square ,
.choix .fa-check-square {
    display: none;
}
*/
/** fin STYLES MAQUETTE -  à sortir **/

/** GESTION DE L'IFRAME CARTO **/

.cartoContainer, .cartoContainer iframe {
    width:100%;
    height:100%;
}
.cartoContainer iframe {
    min-height: 800px;
    border: none;
}
/** FIN - GESTION DE L'IFRAME CARTO **/
