﻿/*Distributeur Css*/

/*General*/

img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
    display: none;
}

.distributeur {
    cursor: pointer;
}

.main-wrapper {
    max-width: 960px;
    width: 100%;
}

.content {
    width: 100%;
}

#map {
    width: 100%;
    height: 590px;
    border: none;
    margin: 0px;
    padding: 0px;
}

.gm-style-iw {
    width: 430px !important;
    top: 0 !important;
    left: 20px !important;
    border-radius: 2px;
    background: none;
    overflow: auto !important;
}

#iw-container {
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

    #iw-container .iw-title {
        padding: 10px 10px 5px 0;
        margin: 0;
        position: relative;
    }

        #iw-container .iw-title h3 {
            color: #007ac1;
            margin: 0;
            font-family: "HelveticaLTCondensed",arial,sans-serif;
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 0;
        }

        #iw-container .iw-title h4 {
            color: #007ac1;
            margin: 0;
            font-family: arial,sans-serif;
            font-weight: bold;
            font-size: 0.9em;
            letter-spacing: 0;
        }


    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 0px 10px 0px 0;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        #iw-container .iw-content .logo {
            border: 1px solid #eaeaea;
            width: 76px;
            height: 76px;
            display: inline-block;
            vertical-align: top;
            padding: 3px;
            box-sizing: border-box;
        }

            #iw-container .iw-content .logo img {
                max-width: 100%;
                height: auto;
            }

        #iw-container .iw-content p {
            margin: 0;
            display: inline-block;
            min-width: 230px;
            vertical-align: top;
        }

.iw-content img {
    float: none;
    margin: 0;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

#FormSearch {
    height: 100px;
}

    #FormSearch fieldset, #FormSearch div {
        border: none;
        padding: 0;
        display: inline-block;
        /*vertical-align: top;*/
        margin-right: 20px;
        margin-bottom: 0;
    }

    #FormSearch div {
        margin-top: 22px;
    }

    #FormSearch fieldset legend {
        margin-bottom: 10px;
        font-weight: normal
    }

    #FormSearch input[type="radio"] {
        display: none;
    }

    #FormSearch .labelradio::before {
        background: white;
        border: 1px solid #b0b0b0;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0px;
        width: 20px;
    }

    #FormSearch .labelradio::after {
        background: #007ac1;
        border-radius: 50%;
        content: "";
        display: none;
        height: 12px;
        left: 9px;
        margin-left: -4px;
        position: absolute;
        top: 5px;
        width: 12px;
    }

    #FormSearch .labelradio {
        cursor: pointer;
        display: inline-block;
        margin-right: 11px;
        padding: 0px 0 15px 28px;
        position: relative;
        text-align: left;
        font-family: "HelveticaLTCondensed",arial,sans-serif;
        letter-spacing: 0.02em;
        font-size: 14px;
    }

    #FormSearch input[type="radio"]:checked + .labelradio::after {
        display: block;
    }

    #FormSearch input[type="text"] {
        border: 1px solid #b0b0b0;
        font-size: 14px;
        margin-top: -7px;
        min-width: 280px;
        padding: 7px;
    }

.btn-outline-third:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/*#FormSearch input[type="submit"] {
        background: #007ac1;
        border: 1px solid #02659f;
        color: white;
        font-size: 14px;
        height: auto;
        line-height: 1em;
        margin-top: 2px;
        padding: 10px 17px;
    }*/
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
    position: relative;
    width: 100%;
    padding: 7px 20px;
    display: inline-block;
    background: #333;
    transition: all linear 0.15s;
    /* Type */
    ;
    margin-bottom: 0;
    font-family: "HelveticaLTCondensed",arial,sans-serif;
    letter-spacing: -0.02em;
    font-size: 16px;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
}

    .accordion-section-title.active span.arrow {
        transform: rotate(90deg);
    }

    .accordion-section-title span.arrow {
        background: white url("http://www.sdmo.com/images/structure/fleche/droite-noire.png") no-repeat scroll center center;
        cursor: pointer;
        display: block;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 4px;
        transition: all 350ms ease 0s;
        width: 30px;
    }


.infobulle {
    background: white;
    border-radius: 50%;
    color: #004692;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 21px;
    margin-left: 10px;
    text-align: center;
    width: 20px;
}

#experts .accordion-section-title {
    /*background: #004692;*/
    background: #000;
}

#conseils .accordion-section-title {
    /*background: #0096d6;*/
    background: #000;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background: #4c4c4c;
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/

.section-accordion {
    margin-top: 10px;
}


.accordion-section-content {
    padding: 15px;
    display: none;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    background: #fff;
    border: 1px solid #f1f1f1;
}


.distributeur {
    margin-bottom: 25px;
}

    .distributeur h3 {
        color: #007ac1;
        margin: 0;
        letter-spacing: 0;
        font-family: "HelveticaLTCondensed",arial,sans-serif;
        letter-spacing: 0.02em;
        font-size: 15px;
        font-weight: bold;
    }

    .distributeur .logo {
        border: 1px solid #eaeaea;
        width: 76px;
        height: 76px;
        display: inline-block;
        vertical-align: top;
        padding: 3px;
        box-sizing: border-box;
    }

        .distributeur .logo img {
            max-width: 100%;
            height: auto;
        }

    .distributeur p {
        margin: 0;
        display: inline-block;
        min-width: 230px;
        vertical-align: top;
    }





/*tiptip*/

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

    #tiptip_holder.tip_top {
        padding-bottom: 5px;
    }

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #tiptip_holder.tip_left {
        padding-right: 5px;
    }

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45,45,45,0.88);
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}

/*Utilitaires*/
.text-center {
    margin-top: 20px;
}

.phone_contact {
    min-width: auto !important;
}