﻿/* LOGIN FORM */

section.content_login {
    background-color: #fff;
    text-align: center;
}

    section.content_login .bg-primary {
        background-color: #335a8f !important;
    }

    section.content_login .bg-secondary {
        background-color: #e4e9f7 !important;
    }

    section.content_login .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        background-color: #335a8f;
        color: #fff;
    }

    section.content_login .txt-content {
        padding-right: 0;
        padding-left: 0;
        font-size: 0.8em;
        text-align: left;
    }

        section.content_login .txt-content h1 {
            color: #335a8f;
            font-size: 23px;
            font-style: italic;
            margin-top: 5px;
            margin-top: 5px;
            font-weight: bold;
        }

        section.content_login .txt-content p {
            text-align: left;
        }


        section.content_login .txt-content ul {
            list-style-type: disc;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            padding-inline-start: 40px;
        }

        section.content_login .txt-content li {
            list-style-type: disc;
        }

    section.content_login .btn-arrow {
        float: left;
        background-image: url(../files/images/ImgChevron3.png);
        background-repeat: no-repeat;
        background-position: 0 4px;
        padding-left: 10px;
        margin-left: 5px;
        color: #335a8f;
        text-decoration: none;
        cursor: pointer;
    }

    section .content_login p.content_description {
        margin-bottom: 4em;
    }

    section.content_login ul li p {
        font-size: 1.1em;
        height: 5em;
        text-align: left;
    }

    section.content_login ul li a {
        color: #335a8f;
        text-decoration: underline;
    }

    section.content_login svg, section.content_login img.icone {
        float: left;
        margin: 2.5% 5% 5% auto;
    }

    section.content_login table {
        border-collapse: separate;
        border-spacing: 2px;
    }

    section.content_login .table td {
        padding: .1rem .3rem;
    }

    section.content_login .connexion td {
        border: 1px #335a8f solid;
        width: 14%;
    }

        section.content_login .connexion td:hover {
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
            cursor: pointer;
        }

    section.content_login .input-group-append .btn {
        font-size: 1em;
        margin: 0;
    }

        section.content_login .input-group-append .btn.eye {
            padding: 0 5px;
        }

            section.content_login .input-group-append .btn.eye svg {
                width: 25px;
                height: 25px;
            }

                section.content_login .input-group-append .btn.eye svg.eye {
                    display: none;
                }

    section .content_login #co_password_digit {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    section.content_login #inputPassword {
        margin-bottom: 0;
    }

        section.content_login #inputPassword #show-pwd {
            display: none;
            position: absolute;
            bottom: -22px;
            left: 15px;
            width: auto;
        }

@media (max-width: 767px) {
    section.content_login #inputPassword #show-pwd {
        display: none;
        position: absolute;
        bottom: 8px;
        left: 22px;
        background-color: rgb(233, 236, 239);
        width: auto;
    }
}

section.content_login #inputPassword #show-pwd img {
    margin: -0.15em;
    width: 16px;
}

section.content_login #formLinks {
    font-size: 0.8em;
    margin-bottom: 1rem;
}

    section.content_login #formLinks a {
        color: #335a8f;
    }

    section.content_login #formLinks ul {
        list-style-type: none;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 30px;
        margin-top: 1rem;
    }

    section.content_login #formLinks li {
        list-style-type: none;
        display: flex;
    }

    section.content_login #formLinks .separation {
        margin-bottom: 20px;
        float: left;
        width: 1px;
        height: 130px;
        background-color: #335a8f;
        /*margin-top: 20px;*/
    }

section.content_login label.erreur {
    color: #b00020;
    font-size: 0.8em;
}

section.content_login #infoLoad {
    display: none;
    font-size: 0.8em;
}

@media (max-width: 767px) {

    section.content_login #formLinks {
        padding: 0;
    }

        section.content_login #formLinks ul {
            padding-inline-start: 10px;
        }
}

/* TOP MENU */
#topmenu {
    float: left;
    width: 100%;
    padding: 0;
}

    #topmenu.mobile {
        display: none;
    }

    #topmenu ul {
        float: left;
        width: 100%;
        display: block;
        background-color: #f0f0ff;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #topmenu ul li {
            float: left;
            display: block;
            margin-left: 45px;
            height: 25px;
        }

#prive #topmenu ul li {
    margin-left: 37px;
}

    #prive #topmenu ul li a {
        padding-left: 30px;
    }

#topmenu ul li a {
    display: inline;
    background-image: url('../files/images/Rub001.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 34px;
    line-height: 25px;
    font-size: 0.8em;
    color: #335a8f;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #topmenu ul li a:hover, #topmenu ul li a.selected, #topmenu ul li a:active {
        background-image: url('../files/images/Rub001_hover.png');
        color: #a10e35;
    }


/* FORM SEARCH */
#formSearch svg {
    fill: white;
    width: 22px;
    height: 22px;
}

/* ANIMATION HOME */
#AnimHomePrive {
    font-family: Roboto;
    width: 100%;
    height: 140px;
    border: 1px solid #335A8F;
    border-spacing: 0;
}

    #AnimHomePrive .slideAnimHome {
        display: none;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        /*padding-left: 50px;*/
    }

        #AnimHomePrive .slideAnimHome .textGros {
            font-size: 30px;
        }

        #AnimHomePrive .slideAnimHome .textPetit {
            font-size: 17px;
            /*font-weight: bold;*/
        }

        #AnimHomePrive .slideAnimHome .textNormal {
            font-size: 26px;
            font-weight: normal;
        }

        #AnimHomePrive .slideAnimHome .withe {
            color: White;
        }

        #AnimHomePrive .slideAnimHome .gris {
            color: #CCCCFF;
        }

        #AnimHomePrive .slideAnimHome .bleu {
            color: #335A8F;
        }

        #AnimHomePrive .slideAnimHome .bleu2 {
            color: #779ABB;
        }

/* MAP INTERACTIVE */
#infoMap {
    font-size: 0.8em;
}

    #infoMap .infoVille {
        text-align: left;
        margin-left: 30px;
        margin-top: 50px;
        display: none;
    }

    #infoMap .nomVille {
        padding-top: 7px;
        color: #335a8f;
        font-size: 15px;
        font-weight: bold;
    }

    #infoMap .adresseVille, #infoMap .contactVille {
        margin-top: 15px;
        color: #575a5d;
    }

        #infoMap .contactVille a {
            color: #575a5d;
        }

#imgAreaMapInteractive {
    text-align: left;
    margin-left: 30px;
    margin-top: 40px;
}
/* LEFTMENU */
#leftmenu ul {
    margin: 0;
}

    #leftmenu ul li {
        margin: 12px 0;
    }

        #leftmenu ul li.line {
            width: 158px;
            border-bottom: 1px solid #90a8c8;
            padding: 0;
            margin: 0;
            height: 1px;
        }

        #leftmenu ul li a, #leftmenu ul li h2 {
            font-style: italic;
            font-size: 0.8em;
            color: #335a8f;
            text-decoration: none;
            text-align: left;
            display: block;
            font-weight: bold;
            background-image: url('../files/images/ImgChevron1.png');
            background-repeat: no-repeat;
            background-position: 0 45%;
            padding-left: 28px;
            margin: 5px 0;
        }

    #leftmenu ul ul {
        margin: 5px 0 0 20px;
        display: block;
        float: left;
    }

        #leftmenu ul ul li {
            margin: 5px 0;
        }

    #leftmenu ul li ul li a {
        font-size: 0.8em;
        font-weight: normal;
        font-style: normal;
        background-image: url('../files/images/ImgChevron3.png');
        background-repeat: no-repeat;
        background-position: 0 45%;
        padding-left: 18px;
        margin: 2px 0;
    }

    #leftmenu ul ul li a.selected {
        background-image: url('../files/images/ImgChevron3_hover.png');
        color: #a10d34;
    }

    #leftmenu ul li ul li a:hover {
        background-image: url('../files/images/ImgChevron3_hover.png');
        color: #a10d34;
        background-repeat: no-repeat;
        background-position: 0 45%;
        padding-left: 18px;
    }

/* BLOCK CONNEXION */

#blockConnexion {
    position: absolute;
    top: 70px;
    right: 10px;
}

    #blockConnexion a {
        font-size: 0.8em;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

@media (max-width: 1023px) {
    #blockConnexion {
        top: 50px;
    }
}

/* BANNIERE PROMOTION APP MOBILE */
#mobilebanner {
    margin-right: 10px;
    margin-top: 100px
}
    
    #mobilebanner .row {
        margin-bottom: 10px
    }

    #mobilebanner a {
        font-family: Roboto;
        color: #335A8F;
        font-weight: bold;
        text-align: center
    }

#small_mobilebanner {
    margin: 10px;
    margin-top: 0px
}

    #small_mobilebanner a {
        font-family: Roboto;
        color: #335A8F;
        font-weight: bold;
        text-align: center;
        position: relative;
    }

    #small_mobilebanner .row {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    #small_mobilebanner .mobile_logo {
        position: relative;
        right: -3%;
    }

    #small_mobilebanner .ios_logo {
        position: relative;
        right: -7%;
    }

    #small_mobilebanner .android_logo {
        position: relative;
        left: -7%;
    }