/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    box-sizing:border-box;
    color:rgb(102, 110, 112);
    display:block;
    font-family:'Archivo Narrow', Arial, sans-serif;
    font-size:14px;
    line-height:16.8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}


figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*ony for one corner, use this variable several time for other corners*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
textarea {
    background-image: none;
}

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

ul,
ol,
dl {
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.droite{
    float: right;
}

#pi-all {
    position: relative;
    overflow: hidden;
}

.pi-no-padding-left {
    padding-left: 0 !important;
}

.pi-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.pi-padding-top-10 {
    padding-top: 10px !important;
}


.pi-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.pi-clearfix:before,
.pi-clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.pi-clearfix:after {
    clear: both;
}



.pi-pull-right {
    float: right !important;
}

.pi-text-center {
    text-align: center;
}

/*ony for one corner, use this variable several time for other corners*/
@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.pi-visible-xs {
    display: none !important;
}


@media (min-width: 992px) and (max-width: 1119px) {
    .pi-hidden-md-only {
        display: none !important;
    }
}

@media (min-width: 1120px) {
    .pi-hidden-lg-only {
        display: none !important;
    }
}


@media (max-width: 767px) {

    .pi-visible-xs {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .pi-hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1119px) {
    .pi-hidden-md {
        display: none !important;
    }
}


.pi-row {
    margin-left: -20px;
    margin-right: -20px;
}

    .pi-row:before,
    .pi-row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .pi-row:after {
        clear: both;
    }


.pi-col-2xs-1,
.pi-col-2xs-5,
.pi-col-2xs-6,
.pi-col-2xs-8,
.pi-col-sm-1,
.pi-col-sm-3,
.pi-col-sm-4,
.pi-col-sm-6,
.pi-col-sm-8,
.pi-col-md-2,
.pi-col-md-4,
.pi-col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.pi-grid-small-margins {
    margin-left: -5px;
    margin-right: -10px;
}

    .pi-grid-small-margins .pi-col-2xs-1,
    .pi-grid-small-margins .pi-col-2xs-5,
    .pi-grid-small-margins .pi-col-2xs-6,
    .pi-grid-small-margins .pi-col-2xs-8,
    .pi-grid-small-margins .pi-col-sm-1,
    .pi-grid-small-margins .pi-col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    
    .pi-grid-small-margins .pi-col-2xs-6,
    .pi-grid-small-margins .pi-col-2xs-8 {
        padding-right: 0;
    }

.pi-section-w {
    position: relative;
}

.pi-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}


.pi-partner {
    overflow: hidden;
    color: #000;
    height: 120px;
}

    .pi-partner .pi-section {
        padding: 0;
        padding-right: 60px;
        padding-left: 90px;
    }

    .pi-partner .pi-section .image img {
        width: 109px !important;
    }

    .pi-partner .pi-partner-left {
        position: relative;
        padding-left: 0;
        height: 99px;
        background: url('../img/partners/left.png') right no-repeat;
    }

        .pi-partner .pi-partner-left span {
            color: #6a6b74;
            text-align: justify;
            line-height: 1.1em;
            display: inline-block;
            width: 100px;
            height: 50px;
            position: absolute;
            top: 32px;
            left: 20px;
        }

    .pi-partner .pi-partner-right {
        position: relative;
        height: 99px;
        background: url('../img/partners/right.png') right no-repeat;
    }

        .pi-partner .pi-partner-right span {
            border-left: 2px solid #fff;
            color: #6a6b74;
            padding: 22px 0 0 13px;
            display: inline-block;
            height: 89px;
            left: 24px;
            line-height: 1.1em;
            position: absolute;
            text-align: justify;
            top: 5px;
            width: 160px;
        }

.pi-connexion,
.pi-connexion .pi-row .cnbg {
    color: #fff;
    background: url('../img/bg/bgline2.png');
}

.pi-connexionPA,
.pi-connexionPA .pi-row .cnbg {
    color: #6a6a6f;
}

.pi-connexion .pi-section,
.pi-connexionPA .pi-connexion {
    padding: 0;
}

.pi-connexionPA .cnbg.pi-connexion-left  {        
    background-color: #fff;
    padding-right: 0;    
    height: 250px;  
    

}

.pi-connexionPA .pi-connexion-left .background {
    position: relative;
    float: right;
    padding-right: 20px;
    padding-top: 30px;
    padding-left: 10px;
    font-size: 15px;
    height: 250px;
    min-width: 463px;
    color: #494a51;        
    background-color: #fff;

}

    .pi-connexionPA .pi-connexion-right .background {
    position: relative;
    float: left;
    padding-top: 30px;
    padding-left: 10px;
    font-size: 15px;
    height: 250px;
    max-width: 463px;
    color: #494a51;        
}

      .pi-connexionPA .pi-connexion-right .background .pi-button-std {
       margin-top: 30px;      
    }
     

    .pi-connexionPA .form-connexion {
    left: 0;
    position: absolute;
    top: 145px;
    width: 100%;
}

    .pi-connexionPA .identifiez {
    font-size: 12px;
    left: 9px;
    position: absolute;
    top: 122px;
}

    .pi-connexionPA .mdpo {
    font-size: 12px;
    text-align: right;
    }

        .pi-connexionPA .mdpo a {
            color: #494a51 !important;
        }

          .pi-connexionPA .mdpo a:hover {
            text-decoration: underline !important;
        }


     .pi-connexionPA .background .titre  {
        font-size: 22px;               
    }
     .pi-connexionPA .background .titre span {
       color: #f1620f;
       font-size: 17px;
    }

    .pi-connexionPA .form-control {
        border: 1px solid #bbb;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175) inset;		
    }

    .pi-connexionPA .form-control:focus {
        border: 1px solid #999;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.475) inset;		
        outline: 0 none;
    }
    
    
    .pi-connexionPA hr.separator {
        border-width: 1px 0 0;
        margin-bottom: 5px;
        margin-top: 7px;
    }

.pi-connexion .pi-connexion-left .background {
    position: relative;
    height: 200px;
    background: url('../img/bg/bgconnexiongauche.png') no-repeat right bottom;
}

.pi-connexion .pi-connexion-right .background {
    position: relative;
    height: 200px;
}

.pi-connexion .titre {
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 16px;
}

    .pi-connexion .titre span {
        font-size: 26px;
    }

.pi-connexion .text {
    font-size: 13px;
    left: 0;
    line-height: 1.4em;
    position: absolute;
    top: 60px;
}

.pi-connexion .identifiez {
    position: absolute;
    left: 0;
    top: 128px;
    font-size: 12px;
    color: #ccc;
}

.pi-connexion .ask {
    clear: both;
    padding-left: 5px;
}

    .pi-connexion .ask span {
        padding-left: 5px;
        font-size: 18px;
    }

.pi-connexion .form-connexion {
    position: absolute;
    width: 100%;
    left: 0;
    top: 145px;
}

    .pi-connexion .form-connexion .form-group {
        padding: 5px;
        margin: 0;
    }


.pi-section.form-connexion {
    padding: 25px 0 15px 0;    
    background-color: #f7f7f7;
}

.pi-connexion a,
.pi-connexion a:hover,
.pi-connexion a:visited {
    color: #fff;
    text-decoration: underline;
}



.pi-connexion .mdpo {
    font-size: 12px;
    text-align: right;
}

    .pi-connexion .mdpo a {
        text-decoration: none;
        color: #fff;
    }

        .pi-connexion .mdpo a:hover {
            text-decoration: underline;
        }

.pi-connexion .form-connexion .pi-col-2xs-6,
.pi-connexion .form-connexion .pi-col-2xs-8
.pi-connexion .form-connexion .pi-col-2xs-5,
.pi-connexion .form-connexion .pi-col-2xs-1 {
    padding: 0;
}


.pi-presentation h2 {
    color: #494a51;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.pi-presentation h3 {
    line-height: 0.5em;
    color: #f1620f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
}

.pi-presentation p {
    color: #494a51;
    line-height: 1.1em;
    font-size: 13px;
    text-align: justify;
}

    .pi-presentation p.full-height {
        line-height: 1.6em;
    }

.pi-bar-menu {
    background: url('../img/bg/bgline1.png');
    height: 106px;
    position: absolute;
    top: -80px;
    width: 100%;
    z-index: 30;
    text-transform: uppercase;
}

.pi-bar-menuPA {
    height: 49px;
    background-color: #42484b;
    position: absolute;
    top: -49px;
    width: 100%;
    z-index: 30;
}

.pi-bar-menuPA .pi-bar-headerPA {
    position: relative;
    color: #fff;
    background: url('../img/bg/headline3.png') no-repeat;
    height: 49px;
    margin: 0 auto;
    width: 898px;
}

.pi-bar-header .menu {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 100px;
    height: 110px;
}

    .pi-bar-header .menu .title {
        position: absolute;
        font-size: 12px;
        text-align: center;
        top: 52px;
        width: 100px;
        font-weight: bold;
    }

        .pi-bar-header .menu .title.alone {
            top: 57px;
        }

    .pi-bar-header .menu .stitle {
        position: absolute;
        font-size: 8px;
        text-align: center;
        top: 64px;
        font-weight: bold;
        width: 100px;
    }

    .pi-bar-header .menu .menu-bottom {
        display: none;
    }

    .pi-bar-header .menu:hover .menu-bottom {
        position: absolute;
        display: block;
        left: -5px;
        top: 84px;
        width: 108px;
        height: 23px;
        line-height: 1em;
        text-align: center;
        background: url('../img/bg/menu-bottom.png') no-repeat;
    }

    .pi-bar-header .menu .menu-bottom a {
        font-size: 11px;
        padding: 0 5px;
        color: #fff;
        text-decoration: none;
    }

        .pi-bar-header .menu .menu-bottom a:hover {
            text-decoration: underline;
        }
        

.pi-bar-menuPA .pi-bar-headerPA .menu {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 50px;
    height: 49px;
}

    .pi-bar-menuPA .pi-bar-headerPA .menu:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.pi-bar-headerPA .menu.bar-voiture {
    left: 19px;
}

.pi-bar-headerPA .menu.bar-malus {
    left: 88px;
}

.pi-bar-headerPA .menu.bar-auto {
    left: 146px;
}

.pi-bar-headerPA .menu.bar-moto {
    left: 154px;
}

.pi-bar-headerPA .menu.bar-moto-ra {
    left: 222px;
}

.pi-bar-headerPA .menu.bar-scooter {
    left: 289px;
}

.pi-bar-headerPA .menu.bar-cyclo {
    left: 359px;
}

.pi-bar-headerPA .menu.bar-velo {
    left: 426px;
}

.pi-bar-headerPA .menu.bar-vae {
    left: 495px;
}

.pi-bar-headerPA .menu.bar-speedbike {
    left: 562px;
}

.pi-bar-headerPA .menu.bar-habitation {
    left: 627px;
}

.pi-bar-headerPA .menu.bar-animaux {
    left: 694px;
}

.pi-bar-headerPA .menu.bar-sante {
    left: 763px;
}

.pi-bar-headerPA .menu.bar-prevoyance {
    left: 832px;
}

.pi-bar-header .bar-voiture {
    left: -12px;
}
    .pi-bar-header .bar-voiture:hover {
        color: #fff;
        background: url('../img/bg/menu-voiture.png') top no-repeat;
    }

.pi-bar-header .bar-malus {
    left: 110px;
}

    .pi-bar-header .bar-malus:hover {
        color: #fff;
        background: url('../img/bg/menu-malus.png') top no-repeat;
    }

.pi-bar-header .bar-auto {
    left: 227px;
}

    .pi-bar-header .bar-auto:hover {
        color: #fff;
        background: url('../img/bg/menu-auto.png') top no-repeat;
    }

.pi-bar-header .bar-moto {
    left: 344px;
}

    .pi-bar-header .bar-moto:hover {
        color: #fff;
        background: url('../img/bg/menu-moto.png') top no-repeat;
    }
    
    .pi-bar-header .bar-moto-ra {
    left: 344px;
}

    .pi-bar-header .bar-moto-ra:hover {
        color: #fff;
        background: url('../img/bg/menu-moto-ra.png') top no-repeat;
    }


.pi-bar-header .bar-cyclo {
    left: 460px;
}

    .pi-bar-header .bar-cyclo:hover {
        color: #fff;
        background: url('../img/bg/menu-cyclo.png') top no-repeat;
    }

.pi-bar-header .bar-scooter {
    left: 573px;
}

    .pi-bar-header .bar-scooter:hover {
        color: #fff;
        background: url('../img/bg/menu-scooter.png') top no-repeat;
    }

.pi-bar-header .bar-habitation {
    left: 696px;
}

    .pi-bar-header .bar-habitation:hover {
        color: #fff;
        background: url('../img/bg/menu-habitation.png') top no-repeat;
    }

.pi-bar-header .bar-sante {
    left: 811px;
}

    .pi-bar-header .bar-sante:hover {
        color: #fff;
        background: url('../img/bg/menu-sante.png') top no-repeat;
    }
    
    .pi-bar-header .bar-velo {
    left: 460px;
}

    .pi-bar-header .bar-velo:hover {
        color: #fff;
        background: url('../img/bg/menu-velo.png') top no-repeat;
    }
    
    .pi-bar-header .bar-vae {
    left: 460px;
}
    
    .pi-bar-header .bar-vae:hover {
        color: #fff;
        background: url('../img/bg/menu-vae.png') top no-repeat;
    }

.tp-banner-container {
    position: relative;
    line-height: 0;
    padding: 0;
    width: 100%;
}

.pi-revolution-slider ul,
.pi-revolution-slider ul li {
    margin: 0;
    padding: 0;
    border: 0;
}


.pi-section-bottom {
    background: #636d72;
    color: #999;
    border-top: 1px solid #999;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    height: 29px;
}

.pi-telecharger a {
    text-decoration: underline;
}

    .pi-telecharger a:hover {
        color: #000;
        text-decoration: underline;
    }

.pi-header-produit {
    margin-top: 0px;
    background: #555;
    width: 100%;
    height: 103px;
}

    .pi-header-produit .pi-section {
        padding: 0;
    }
    
    .pi-header-produit .title {
        position: relative;
        float: left;
        height: 49px;
    }

        .pi-header-produit .title .bottom-left {
            position: absolute;
            bottom: 0;
            left: -7px;
            width: 7px;
            height: 19px;
        }

        .pi-header-produit .title .bottom-right {
            position: absolute;
            bottom: 0;
            right: -7px;
            width: 7px;
            height: 19px;
        }

        .pi-header-produit .title h1 {
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            letter-spacing: 2px;
            margin: 0;
            padding: 11px 20px 0 220px;
            text-transform: uppercase;
        }

        .pi-header-produit .title img {
            top: 0;
            left: 0;
            position: absolute;
        }

        .pi-header-produit .title.malusse img {
            left: -7px;
        }


    .pi-header-produit .stitle {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        left: 225px;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        position: absolute;
        text-transform: uppercase;
        top: 55px;
    }

    .pi-header-produit .pi-button-std {
        position: absolute;
        right: 0;
        top: 50px;
    }

.pi-button-std {
    float: right;
    line-height: 1.4em;
    background: url('../img/btFMA.png') no-repeat;
    width: 198px;
    height: 33px;
    padding: 4px 25px 4px 4px;
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.pi-produit .pi-section {
    padding: 0;
}

.pi-produit .pi-row {
    height: 100%;
}

.pi-produit .white {
    background: #fff;
}

.pi-produit .pi-sidebar {
    background: #ece9e9;
   /* padding-bottom: 500em;
    margin-bottom: -500em;*/
}

.pi-fma-content .content {
    padding-bottom: 30px;
    margin-right: -1px; /* Thank you IE */
   /* padding-bottom: 500em;
    margin-bottom: -500em;*/
}


.pi-fma-content,
.pi-fma-content h3,
.pi-fma-content h4 {
    line-height: 1.2em;
}

    .pi-fma-content ul,
    .pi-fma-content p {
        margin: 0 0 15px;
    }

    .pi-fma-content a {
        color: #666e70;
    }

    .pi-fma-content h3 {
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
    }

    .pi-fma-content h4 {
        font-size: 22px;
        margin: 0 0 5px;
        color: #f1620f;
    }

    .pi-fma-content b {
        color: #f1620f;
    }

    .pi-fma-content h5 {
        font-size: 15px;
        margin: 0 0 5px;
        color: #f1620f;
    }



.pi-table.garanties {
    font-size: 12px;
}

table.pi-table.garanties th, table.pi-table.garanties td {
    padding: 5px;
    min-width: 90px;
}

.pi-table.garanties thead,
.pi-section-white table.pi-table.garanties.pi-table-zebra tbody tr.complementaire {
    text-transform: uppercase;
    background: #f1620f;
    color: #fff;
    border-style: solid;
    border-bottom-width: 2px;
    font-weight: bold;
}

.pi-table.garanties .big {
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
}

.pi-table.garanties .num {
    padding-left: 4px;
    font-size: 15px;
}

.pi-table.garanties tbody td {
    text-align: center;
    vertical-align: middle;
}

    .pi-table.garanties tbody td.title {
        text-align: left;
        padding-left: 10px;
        font-size: 15px;
    }

        .pi-table.garanties tbody td.title b {
            font-size: 11px;
            font-weight: normal;
        }

.pi-produit i {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
}

.pi-produit .pi-row div.legende {
    margin-bottom: 15px;
}

    .pi-produit .pi-row div.legende div {
        padding-right: 0;
        padding-bottom: 15px;
    }


    .pi-produit .pi-row div.legende i {
        display: inline;
        padding-left: 25px;
        padding-top: 2px;
    }

.pi-produit i.ok {
    background: url('../img/icon/ok.png') no-repeat;
}

.pi-produit i.none {
    background: url('../img/icon/none.png') no-repeat;
}

.pi-produit i.okopt {
    background: url('../img/icon/okopt.png') no-repeat;
}

.pi-tooltip {
    cursor: help;
}

.pi-section-white .pi-leftblock {
    padding-top: 10px;
    padding-bottom: 25px;
    color: #494a51;
}

    .pi-section-white .pi-leftblock.pi-contact h4 {
        padding-top: 20px;
        margin: 0 10px;
    }

    .pi-section-white .pi-leftblock.pi-contact .pi-list-with-icons {
        line-height: 0.9em;
        padding-left: 10px;
        padding-top: 5px;
    }

        .pi-section-white .pi-leftblock.pi-contact .pi-list-with-icons li {
            padding-bottom: 5px;
        }


 .pi-section-white.pi-formulaire-contact h4 {
        padding-top: 0;
        margin: 0 10px;
        margin-top: 15px;
    }

    .pi-section-white.pi-formulaire-contact h3 {
        margin-bottom: 30px;
    }
       
    .pi-section-white.pi-formulaire-contact .pi-list-with-icons {
        line-height: 0.9em;
        padding-left: 10px;
        margin: 0;
    }

        .pi-section-white.pi-formulaire-contact .pi-list-with-icons li {
            padding-bottom: 5px;
        }


       .pi-section-white.pi-formulaire-contact .pi-col-sm-6 {
           padding: 0;
           min-height: 200px;
       }

        .pi-section-grey.pi-formulaire-contact h3 b {
            color: #e46526;
            font-weight: normal;
        }

.pi-section-grey.pi-formulaire-contact .pi-section {
    padding: 15px 0 5px 0;
}

.pi-section-grey.pi-formulaire-contact{
    background-color: #ccc;
}

.pi-formulaire-contact .btn.pi-small-font {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    padding: 7px 30px 5px 44px;
}
     
.pi-infos-contact .listeInfos{
    padding-left: 40px;
}
.pi-infos-contact .listeInfos div{
    width: 130px; 
    float: left;
}
.pi-produit .pi-btDevis {
    position: relative;
    height: 70px;
}

.pi-produit .pi-row .box .pi-box {
    padding: 12px 12px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 210px;
}

.pi-produit h1 {
    color: #e46526;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    margin-top: 20px;
}

.pi-leftblock h4 a {
    color: #494a51;
}

.pi-leftblock h3 {
    margin: 20px 10px 0 10px;
    text-transform: none;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 1px solid #bcbdc3;
    clear: left;
}

    .pi-leftblock h3 b {
        color: #e46526;
        font-weight: normal;
    }

.pi-leftblock h4 b {
    color: #e46526;
    font-weight: normal;
}

.pi-leftblock h4 {
    color: #494a51;
    margin: 5px 10px 0;
    font-weight: bold;
    text-transform: none;
    font-size: 18px;
}

    .pi-leftblock h4 b {
        color: #e46526;
        font-weight: normal;
    }

    .pi-leftblock h4.line {
        padding-bottom: 4px;
        border-bottom: 1px solid #bcbdc3;
    }

.pi-leftblock p {
    padding: 5px 10px 10px;
    margin: 0;
    font-size: 13px;
    text-align: justify;
}

.pi-leftblock .pi-shadow-effect3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btOuvrirCode a,
.pi-btDevis a {
    color: #fff;
}

.pi-leftblock .btOuvrirCode {
    position: relative;
    height: 85px;
}

    .pi-leftblock .btOuvrirCode .pi-button-std {
        position: absolute;
        left: 36px;
        top: 20px;
    }

.max-width-250 {
    max-width: 250px;
}

.pi-footer {
    background: #636d72;
    color: #fff;
}

    .pi-footer h4 {
        font-size: 18px;
        font-weight: bold;
    }

    .pi-footer .pi-section {
        font-size: 12px;
        padding: 0;
    }

    .pi-footer a {
        color: #fff;
        font-size: 14px;
    }

        .pi-footer a:hover {
            text-decoration: underline;
        }

    .pi-footer ul li {
        margin: 0;
    }

.pi-footer .title{
    text-align: center;
    padding: 30px 0 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
}

.pi-util-links {
    padding: 0;
}

.pi-footer p {
    max-width: 380px;
    line-height: 1.5em;
    font-size: 18px;
    text-align: justify;
}


.pi-footer ul {
    list-style-type: none;
    margin-left: 0;
    line-height: 1.4em;
    padding-left: 0;
}

.pi-footer .line-white {
    border-top: 1px solid #fff;
    padding-top: 15px;
}


.pi-section-white {
    background-color: #ffffff;
    /*	&.pi-shadow {
            .box-shadow(@shadow);
        }
        &.pi-shadow-top {
            .box-shadow(@shadow-top);
        }*/
    /*	&.pi-shadow2 {
            .box-shadow(@shadow2);
        }
        &.pi-shadow2-top {
            .box-shadow(@shadow2-top);
        }*/
}

.pi-section-dark {
    background-color: #474747;
}

.pi-section-header {
    padding: 0;
}

    .pi-section-header img {
        max-height: 100%;
    }

    .pi-section-header .pi-full-height {
        vertical-align: top;
    }

.pi-header-block {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 1em;
    vertical-align: top;
    max-height: 100%;
}

    .pi-header-block:first-child:not(.pi-pull-right) {
        margin-left: 0;
    }

    .pi-header-block:not(.pi-pull-right) + .pi-pull-right {
        margin-right: 0;
    }

    .pi-header-block a {
        max-height: 100%;
    }

        .pi-header-block a:hover {
            text-decoration: none;
        }

.pi-header-block-logo a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border-bottom: 0;
}


.pi-header-block-logo img {
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-header-lg .pi-header-block-logo img {
    max-height: 100px;
}



.pi-header-row-reduced .pi-section-header-lg .pi-header-block-logo img {
    max-height: 70px;
}



.pi-section-header-lg {
    min-height: 85px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
}

    .pi-section-header-lg .pi-full-height > li > a {
        line-height: 98px;
    }



.pi-header-row-reduced .pi-section-header-lg {
    min-height: 70px;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

    .pi-header-row-reduced .pi-section-header-lg .pi-full-height > li > a {
        line-height: 70px;
    }






    .pi-header-row-reduced .pi-section-header-lg .btn {
        margin-top: 16px;
    }




body {
    position: relative;
}

.pi-main-header-w {
    position: relative;
    z-index: 301;
}

.pi-section-header-w {
    position: relative;
}

.pi-row-duplication {
    position: fixed;
    border-bottom: 1px solid #afb8bb;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}




.pi-row-duplication-lg {
    top: -100px;
}

.pi-header-row-reduced {
    top: -70px;
}

    .pi-header-row-reduced .pi-section-header-lg {
        height: 70px;
        padding-top: 5px;
    }

body {
    font-family: 'Archivo Narrow', Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.6em;
    background-color: white !important;
}

a {
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 15px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0;
}


h1 {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: -1px;
}

h2 {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 10px;
    letter-spacing: 0;
}

h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 0;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 0;
}

h6 {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
}

.pi-smaller-text {
    font-size: 11px;
    line-height: 1.5em !important;
}

.pi-uppercase {
    text-transform: uppercase;
}

.pi-letter-spacing {
    letter-spacing: 0.002em;
}

.pi-margin-bottom-10 {
    margin-bottom: 10px !important;
}

small {
    font-size: 13px;
}


ul,
ol,
dl {
    padding-left: 1.2em;
    padding-bottom: 0;
    margin-bottom: 20px;
}

ol {
    padding-left: 1.6em;
}

ul li {
    margin: 4px 0;
}


.pi-icon-right {
    margin-left: 5px;
}

abbr,
acronym {
    text-transform: uppercase;
    font-weight: 600;
}

    abbr:hover,
    acronym:hover {
        cursor: help;
    }

code{
    font-family: Consolas, "Courier New", monospace;
    background-color: #FAF5E2;
    text-shadow: 0 1px 0 #fff;
    color: #5F443C;
    -webkit-box-shadow: inset 0 1px 0 #f0e7d3;
    -moz-box-shadow: inset 0 1px 0 #f0e7d3;
    box-shadow: inset 0 1px 0 #f0e7d3;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    text-shadow: 0 1px 0 #fffdec;
    white-space: nowrap;
}

.pi-section-white {
    color: #666e70;
}

    .pi-section-white h3 {
        color: #000;
    }

    .pi-section-white b {
        color: #21252b;
        font-weight: 600;
    }

.pi-section-dark {
    color: #858d91;
}

    .pi-section-dark a {
        color: #ffffff;
    }

        .pi-section-dark a:hover {
            color: #e46526;
        }


::selection {
    background: #e46526;
    color: #fff;
}

::-moz-selection {
    background: #e46526;
    color: #fff;
}

::-webkit-selection {
    background: #e46526;
    color: #fff;
}

/*ony for one corner, use this variable several time for other corners*/
hr {
    height: 0;
    border: 0;
    margin: 25px 0;
    overflow: hidden;
}


    hr.separator {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 2px solid #bcbdc3;
    }


.pi-list-with-icons {
    list-style: none;
    padding-left: 0;
}

    .pi-list-with-icons li {
        position: relative;
        padding-left: 22px;
    }

        .pi-list-with-icons li .pi-bullet-icon {
            position: absolute;
            left: 0;
        }

        .pi-list-with-icons li .pi-bullet-icon {
            top: 0;
            font-size: 14px;
        }

li .pi-bullet-icon {
    color: #ffffff;
}

.pi-section-white li .pi-bullet-icon {
    color: #4d5258;
}

.btn {
    display: inline-block;
    padding: 6px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;
    transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


    .btn:focus {
        ountline: none;
    }

    .btn:hover,
    .btn:focus {
        text-decoration: none;
    }

    .btn:active {
        outline: 0;
    }


.pi-btn-small {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 9px 6px;
}

.pi-mobile-menu-toggler {
    font-size: 24px;
    padding: 8px 9px;
}



.pi-header-block .pi-btn {
    margin-bottom: 0;
}

.pi-section-header-lg .pi-btn {
    margin-top: 10px;
}

.pi-btn {
    background: #f4f6f6;
    border: 1px solid #e3e9e9;
    color: #586266 !important;
    -webkit-box-shadow: inset 0 1px 0 #f8fafa;
    -moz-box-shadow: inset 0 1px 0 #f8fafa;
    box-shadow: inset 0 1px 0 #f8fafa;
    text-shadow: 0 1px 0 #fff;
}

    .pi-btn:hover {
        background: #a5b3b4;
        border: 1px solid #9eadae;
        color: #fff !important;
        -webkit-box-shadow: inset 0 1px 0 #aebbbc;
        -moz-box-shadow: inset 0 1px 0 #aebbbc;
        box-shadow: inset 0 1px 0 #aebbbc;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    }


p.envoyer .pi-btn-base {
    margin-top: 20px;
}

.pi-btn-base {
    background: #E95905;
    border: 1px solid #E95905;
    color: #fff !important;
    -webkit-box-shadow: inset 0 1px 0 #E95905;
    -moz-box-shadow: inset 0 1px 0 #E95905;
    box-shadow: inset 0 1px 0 #E95905;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

    .pi-btn-base:hover {
        background: #e46526;
        border: 1px solid #d6561f;
        color: #fff !important;
        -webkit-box-shadow: inset 0 1px 0 #e8742c;
        -moz-box-shadow: inset 0 1px 0 #e8742c;
        box-shadow: inset 0 1px 0 #e8742c;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }

.pi-btn-white {
    color: #000;
    border-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .pi-btn-white:hover {
        border-color: #000;
    }

.pi-read-more {
    position: relative;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 8px;
    margin: 8px 0;
    clear: both;
}

    .pi-read-more.left {
        float: left;
        margin-bottom: 25px;
        margin-left: 10px;
    }

.readmore-js-toggle {
    height: 60px;
    width: 100%;
}

    .readmore-js-toggle .pi-read-more {
        float: left;
        padding: 1px 15px;
        margin-top: 15px;
        text-align: center;
        min-width: 120px;
    }


a.pi-read-more:hover {
    text-decoration: none;
}

.pi-footer .pi-read-more {
    border-color: #fff;
    margin-top: 25px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #777;
    border: 0;
    border-bottom: 1px solid #777;
}

label {
    margin-bottom: 5px;
    font-weight: 600;
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.form-control::-webkit-input-placeholder {
    color: #494a51;
}

.form-control::-moz-placeholder {
    color: #494a51;
}

.form-control::-ms-input-placeholder {
    color: #494a51;
}

.form-control::-o-input-placeholder {
    color: #494a51;
}

.form-control::input-placeholder {
    color: #494a51;
}

.form-control {
    display: block;
    width: 100%;
    height: 1.6em;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s, ease-in-out 0;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s, ease-in-out 0;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s, ease-in-out 0;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s, ease-in-out 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s, ease-in-out 0;
}

    .form-control:focus {
       box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
    }


textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 10px;
}


.form-control {
    height: 25px;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.btn.pi-big-font {
    font-size: 28px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 5px 3px 8px;
}

.btn.pi-small-font {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 18px 2px 23px;
}

textarea {
    min-height: 94px;
    resize: vertical;
}

select.form-control {
    padding-left: 8px;
    padding-right: 8px;
}

.pi-input-with-icon {
    position: relative;
}

    .pi-input-with-icon .form-control {
        padding-left: 31px;
    }


    .pi-input-with-icon .pi-input-icon {
        position: absolute;
        top: 5px;
        left: 11px;
        z-index: 1;
        font-size: 14px;
        line-height: 25px;
        color: #adadad;
        -webkit-transition: all 0.2s ease-in-out 0;
        -moz-transition: all 0.2s ease-in-out 0;
        -ms-transition: all 0.2s ease-in-out 0;
        -o-transition: all 0.2s ease-in-out 0;
        transition: all 0.2s ease-in-out 0;
    }

.pi-section-white .form-control:-moz-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control::-moz-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control:-ms-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control::-webkit-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control:hover:-moz-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control:hover::-moz-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control:hover:-ms-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control:hover::-webkit-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-white .form-control:focus:-moz-placeholder {
    color: #939fa4;
}

.pi-section-white .form-control:focus::-moz-placeholder {
    color: #939fa4;
}

.pi-section-white .form-control:focus:-ms-input-placeholder {
    color: #939fa4;
}

.pi-section-white .form-control:focus::-webkit-input-placeholder {
    color: #939fa4;
}

.pi-section-white .form-control {
    border: 1px solid transparent;
    display: inline-block;
    height: 38px;
    padding: 8px 11px 9px;
    border-color: #dde1e1;
    border-top-color: #dde1e1;
    color: #afb8bb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
}

    .pi-section-white .form-control:hover {
        background: #f8fafa;
        border-color: #dde1e1;
        border-top-color: #dde1e1;
        color: #afb8bb;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
    }

    .pi-section-white .form-control:focus {
        background: #ffffff;
        border-color: #f58b3c;
        border-top-color: #f58b3c;
        color: #939fa4;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    }
    
    
.form-control.error,
.form-control.error:hover,
.form-control.error:focus
{    
    border-color: #ff0000;    
} 

.pi-section-grey .form-control:-ms-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-grey .form-control::-webkit-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-grey .form-control:hover:-ms-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-grey .form-control:hover::-webkit-input-placeholder {
    color: #afb8bb;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-grey .form-control:focus:-ms-input-placeholder {
    color: #939fa4;
}

.pi-section-grey .form-control:focus::-webkit-input-placeholder {
    color: #939fa4;
}

.pi-section-base .form-control:-ms-input-placeholder {
    color: #bdaea5;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-base .form-control::-webkit-input-placeholder {
    color: #bdaea5;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-base .form-control:hover:-ms-input-placeholder {
    color: #bdaea5;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-base .form-control:hover::-webkit-input-placeholder {
    color: #bdaea5;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-base .form-control:focus:-ms-input-placeholder {
    color: #95a1a5;
}

.pi-section-base .form-control:focus::-webkit-input-placeholder {
    color: #95a1a5;
}

.pi-section-dark .form-control:-ms-input-placeholder {
    color: #616b75;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-dark .form-control::-webkit-input-placeholder {
    color: #616b75;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-dark .form-control:hover:-ms-input-placeholder {
    color: #616b75;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-dark .form-control:hover::-webkit-input-placeholder {
    color: #616b75;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-dark .form-control:focus:-ms-input-placeholder {
    color: #2e343c;
}

.pi-section-dark .form-control:focus::-webkit-input-placeholder {
    color: #2e343c;
}

.pi-section-parallax .form-control:-ms-input-placeholder {
    color: rgba(218, 231, 240, 0.45);
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-parallax .form-control::-webkit-input-placeholder {
    color: rgba(218, 231, 240, 0.45);
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-parallax .form-control:hover:-ms-input-placeholder {
    color: rgba(218, 231, 240, 0.55);
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-section-parallax .form-control:hover::-webkit-input-placeholder {
    color: rgba(218, 231, 240, 0.55);
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}



.pi-section-parallax .form-control:focus:-ms-input-placeholder {
    color: #242528;
}

.pi-section-parallax .form-control:focus::-webkit-input-placeholder {
    color: #242528;
}

.pi-simple-menu {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    position: relative;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

.pi-header-block .pi-simple-menu {
    margin: 0;
}

.pi-simple-menu li {
    position: relative;
    text-align: left;
    margin: 0;
}

.pi-simple-menu a {
    display: block;
    text-decoration: none;
    border: none;
    position: relative;
}

    .pi-simple-menu a:hover {
        border: none;
    }

.pi-simple-menu > li {
    float: left;
    vertical-align: top;
}

    .pi-simple-menu > li > a {
        border: 0;
    }

    .pi-simple-menu > li > .pi-submenu {
        top: 100%;
        left: 0;
    }


    .pi-simple-menu > li:hover > .pi-submenu {
        visibility: visible;
        opacity: 1;
    }


.pi-simple-menu > li > a {
    padding: 0;    
}


.pi-simple-menu > li.pi-sub-last > a {
    padding: 0;
}

.pi-simple-menu > li > a span {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 15px;
}

.pi-simple-menu > li > .pi-submenu {
    left: -12px;
}

.pi-simple-menu.pi-has-hover-border > li > a {
    display: block;
    overflow: hidden;
}

    .pi-simple-menu.pi-has-hover-border > li > a > span:before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        /*  border-bottom: 3px solid transparent;*/
        -webkit-transition: border-color 0.2s ease-in-out 0;
        -moz-transition: border-color 0.2s ease-in-out 0;
        -ms-transition: border-color 0.2s ease-in-out 0;
        -o-transition: border-color 0.2s ease-in-out 0;
        transition: border-color 0.2s ease-in-out 0;
    }

.pi-simple-menu span {
    padding-left: 0;
}

.pi-simple-menu .pi-has-dropdown a{
    cursor: default;
}

.pi-simple-menu .pi-submenu a{
    cursor: pointer;
}

.pi-menu-mobile span {
    padding-left: 5px;
}

.pi-simple-menu .icon {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 25px;
    height: 25px;
}

.pi-menu-mobile .icon {
    position: absolute;
    top: 9px;
    left: 8px;
    width: 25px;
    height: 25px;
}

.icon.sanspermis {
    background: url('../img/pictos/sanspermis.png') no-repeat;
}

.icon.auto {
    background: url('../img/pictos/auto.png') no-repeat;
}

.icon.cyclo {
    background: url('../img/pictos/cyclo.png') no-repeat;
}

.icon.maison {
    background: url('../img/pictos/maison.png') no-repeat;
}

.icon.malussee {
    background: url('../img/pictos/malussee.png') no-repeat;
}

.icon.moto {
    background: url('../img/pictos/moto.png') no-repeat;
}

.icon.sante {
    background: url('../img/pictos/sante.png') no-repeat;
}

.icon.scooter {
    background: url('../img/pictos/scooter.png') no-repeat;
}

.icon.capital {
    background: url('../img/pictos/capital.png') no-repeat;
}

.icon.valeur {
    background: url('../img/pictos/valeur.png') no-repeat;
}

.icon.organisation {
    background: url('../img/pictos/organisation.png') no-repeat;
}

.icon.contact {
    background: url('../img/pictos/contact.png') no-repeat;
}

.icon.contactpro {
    background: url('../img/pictos/contactpro.png') no-repeat;
}

.pi-submenu {
    width: 190px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    font-size: 13px;
}

li.pi-qsn .pi-submenu {
    width: 165px;
}

li.pi-sub-last .pi-submenu {
    width: 125px;
}

.pi-submenu.pi-items-have-borders li:first-child:before {
    display: none;
}

.pi-submenu.pi-items-have-borders li:last-child {
    border-bottom: none;
}

    .pi-submenu.pi-items-have-borders li:last-child:after {
        display: none;
    }



.pi-submenu li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.pi-submenu a {
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 19px;
}


.pi-section-header-sm {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

    .pi-section-header-sm p {
        margin: 1px 0;
    }


.pi-section-header-lg {
    font-size: 14px;
}

    .pi-section-header-lg .pi-simple-menu {
        font-size: 14px;
        vertical-align: top;
        margin-top: 10px;
    }


        .pi-section-header-lg .pi-simple-menu > li > a
        {
            font-size: 17px;
            font-weight: bold;
            text-transform: uppercase;
        }


    .pi-section-header-lg .pi-submenu {
        font-size: 11px;
        font-weight: bold;
    }




    .pi-section-header-lg .pi-full-height > li > a {
        line-height: 60px;
    }



    .pi-section-white .pi-simple-menu > li > a {
        color: #989797;
    }

    .pi-section-white .pi-simple-menu > li:hover {
        color: #474747;
    }

        .pi-section-white .pi-simple-menu > li:hover > a {
            color: #474747;
        }

    .pi-section-white .pi-simple-menu > li.active {
        color: #474747;
    }

        .pi-section-white .pi-simple-menu > li.active > a {
            color: #474747;
        }

.pi-simple-menu > li > span.separation {
    line-height: 60px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative;  
    padding: 0 15px;  
}

.pi-section-white .pi-simple-menu.pi-has-hover-border > li > a > span:before {
    border-color: transparent;
}

.pi-section-white .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
    border-color: #f58b3c;
}

.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active > a > span:before {
    border-color: #f58b3c;
}

.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before {
    border-color: #f58b3c;
}


.pi-submenu-dark li {
    background: #3c3c3c;
}

    .pi-submenu-dark li > a {
        color: #abb3b9;
    }

   

        .pi-submenu-dark li:hover > a {
            color: #fff;
        }

.pi-submenu-dark.pi-has-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


.pi-submenu-dark.pi-has-border {
    border-color: #f58b3c;
}

.pi-submenu-dark.pi-items-have-borders li {
    border-color: #262c33;
}

.pi-section-menu-mobile-w {
    width: 100%;
    height: 0;
    position: relative;
    z-index: 4;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

    .pi-section-menu-mobile-w:before,
    .pi-section-menu-mobile-w:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .pi-section-menu-mobile-w:after {
        clear: both;
    }

.pi-section-menu-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
}


.pi-menu-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 14px;
}

    .pi-menu-mobile > li {
        margin: 0 -40px;
    }

    .pi-menu-mobile ul li {
        margin: 0;
    }

    .pi-menu-mobile li {
        position: relative;
    }

        .pi-menu-mobile li a {
            padding: 14px 40px;
        }

    .pi-menu-mobile > li:last-child a {
        border-bottom: 1px solid transparent;
    }

        .pi-menu-mobile > li:last-child a:hover {
            border-bottom: 1px solid transparent;
        }

    .pi-menu-mobile a {
        display: block;
        line-height: 16px;
        border-bottom: 0;
    }

        .pi-menu-mobile a:hover {
            text-decoration: none;
            border-bottom: 0;
        }


    .pi-menu-mobile.pi-items-have-borders li a {
        border-top: 1px solid transparent;
    }

@media (max-width: 992px) {
    .pi-section-menu-mobile {
        padding: 0 30px;
    }

    .pi-menu-mobile > li {
        margin: 0 -30px;
    }

    .pi-menu-mobile li a {
        padding: 14px 30px;
    }
}

@media (max-width: 768px) {
    .pi-section-menu-mobile {
        padding: 0 20px;
    }

    .pi-menu-mobile > li {
        margin: 0 -20px;
    }

    .pi-menu-mobile li a {
        padding: 14px 20px;
    }
}

.pi-menu-mobile-dark li {
    background: #21252b;
    color: #c6ccd0;
}

    .pi-menu-mobile-dark li > a {
        color: #c6ccd0;
    }

    .pi-menu-mobile-dark li:hover {
        background: #262b31;
        color: #f58b3c;
    }

        .pi-menu-mobile-dark li:hover > a {
            color: #f58b3c;
        }

    .pi-menu-mobile-dark li.active {
        background: #21252b;
        color: #f58b3c;
        font-weight: 700;
    }

        .pi-menu-mobile-dark li.active > a {
            color: #f58b3c;
        }

        .pi-menu-mobile-dark li.active:hover {
            background: #262b31;
            color: #f58b3c;
        }

            .pi-menu-mobile-dark li.active:hover > a {
                color: #f58b3c;
            }

.pi-menu-mobile-dark.pi-items-have-borders li a,
.pi-menu-mobile-dark.pi-items-have-borders > li:last-child a {
    border-color: #2e343a;
}

    .pi-menu-mobile-dark.pi-items-have-borders li a:hover,
    .pi-menu-mobile-dark.pi-items-have-borders > li:last-child a:hover {
        border-color: #2e343a;
    }

.pi-menu-mobile-dark ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pi-menu-mobile-dark ul li > a {
        padding-left: 35px;
    }


        .pi-menu-mobile-dark ul li > a:before {
            content: " ";
        }


    .pi-menu-mobile-dark ul a {
        color: #c6ccd0;
    }

        .pi-menu-mobile-dark ul a:hover {
            color: #f58b3c;
        }

.tp-banner ul.bannerul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tp-banner ul.bannerul li {
        position: relative;
        visibility: visible;
    }

        .tp-banner ul.bannerul li:before {
            content: "\002022";
            color: #f1620f;
            font-size: 20px;
            padding-right: 10px;
        }

@media (min-width: 320px) {
    .pi-col-2xs-1,
    .pi-col-2xs-5,
    .pi-col-2xs-6,
    .pi-col-2xs-8 {
        float: left;
    }

    .pi-col-2xs-1 {
        width: 8.333333333333332%;
    }

    .pi-col-2xs-5 {
        width: 41.66666666666667%;
    }


    .pi-col-2xs-6 {
        width: 60%;
    }

    .pi-col-2xs-8 {
        width: 74%;
    }
}

@media (min-width: 768px) {
    .pi-col-sm-1,
    .pi-col-sm-3,
    .pi-col-sm-4,
    .pi-col-sm-6,
    .pi-col-sm-8 {
        float: left;
    }

    .pi-col-sm-1 {
        width: 100%;
    }

    .pi-col-sm-3 {
        width: 25%;
    }

    .pi-col-sm-4 {
        width: 33.33333333333333%;
    }

    .pi-col-sm-6 {
        width: 49%;
    }

    .pi-col-sm-8 {
        width: 66.66666666666666%;
    }
}

@media (min-width: 992px) {
    .pi-col-md-2,
    .pi-col-md-4,
    .pi-col-md-6 {
        float: left;
    }


    .pi-col-md-2 {
        width: 16.666666666666664%;
    }

    .pi-col-md-4 {
        width: 33.33333333333333%;
    }

    .pi-col-md-6 {
        width: 50%;
    }
}

@media (max-width: 880px) {

    .pi-bar-menu {
        display: none;
    }

    body {
        padding: 0 2px;
    }

    .pi-section-header-sm {
        padding: 0 0 0 8px;
        margin-bottom: 5px;
    }

    .pi-section-header {
        padding: 0;
    }

    .pi-connexion .form-connexion {
        left: 15px;
        width: 90%;
    }

    .pi-connexion .identifiez {
        left: 10px;
    }

    .pi-footer .pi-row {
        padding: 0 10px;
    }

    .pi-footer .pi-read-more {
        margin-top: 40px;
    }

    .pi-util-links {
        padding-left: 20px;		
    }

    .pi-connexion .ask {
        font-size: 12px;
    }

        .pi-connexion .ask span {
            font-size: 14px;
        }

    .pi-header-produit .pi-button-std {
        display: none;
    }

    .pi-header-produit .title h1 {
        font-size: 18px;
        padding: 15px 20px 0 60px;
    }

    .pi-header-produit .stitle {
        font-size: 12px;
        padding: 0 5px;
    }
}

@media (max-width: 768px) {
    .pi-section {
        padding: 50px 20px 30px;
    }

    .tp-banner ul.bannerul li:before {
        display: none;
    }
}

@media (max-width: 520px) {

    .pi-header-produit .title h1 {
        font-size: 14px;
        padding: 17px 20px 0 60px;
    }

    .pi-section-header-sm p {
        font-size: 10px;
    }
}

@media (max-width: 380px) {

    .pi-connexion {
        display: none;
    }

    .pi-section {
        padding: 10px 5px;
    }

    .pi-section-header-sm {
        padding: 0 5px;
    }

    .pi-mobile-menu-toggler {
        font-size: 18px;
    }

    
    .pi-section-header-sm p {
        font-size: 8px;
    }

    .pi-partner .pi-partner-left span {
        display: none;
    }

    .pi-header-produit .title h1 {
        font-size: 12px;
        padding: 15px 20px 0 60px;
    }

    .pi-header-produit .stitle {
        font-size: 10px;
    }

    .max-width-250 {
        margin: 0 5px;
        max-width: none;
    }
    
    
}

@media (max-width: 319px) {
    .pi-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pi-col-2xs-1,
    .pi-col-2xs-5,
    .pi-col-2xs-6,
    .pi-col-2xs-8,
    .pi-col-sm-1,
    .pi-col-sm-3,
    .pi-col-sm-4,
    .pi-col-sm-6,
    .pi-col-sm-8 {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .pi-util-links {
        padding-left: 10px;
        padding-right: 0;
    }

    .pi-grid-small-margins {
        margin-left: -5px;
        margin-right: -5px;
    }

        .pi-grid-small-margins .pi-col-2xs-1,
        .pi-grid-small-margins .pi-col-2xs-5,
        .pi-grid-small-margins .pi-col-2xs-6,
        .pi-grid-small-margins .pi-col-2xs-8,
        .pi-grid-small-margins .pi-col-sm-1,
        .pi-grid-small-margins .pi-col-sm-6 {
            padding-left: 5px;
            padding-right: 5px;
        }
}

/*Spécifique FMA*/

.flottant {
    float: left;
}

#contenuLargeur600 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

#contenuLargeur700 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

#contenuLargeur900 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

#HP-gestion {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1000px;    
    padding-top: 10px;
}

#contenuLargeur850 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

#contenuLargeur600,
#contenuLargeur700,
#contenuLargeur800,
#contenuLargeur850,
#HP-gestion,
#contenuLargeur900 {
    min-height: 450px;
}

#contenuLargeur600 a,
#contenuLargeur700 a,
#contenuLargeur800 a,
#contenuLargeur850 a,
#HP-gestion a,
#contenuLargeur900 a {
    text-decoration: underline;
}


.cellule {
    line-height: 1.2em;
    padding-right: 0;
}

.arrondi {
    border: 0;
    border-radius: 0;
}

.basDevis {
    background: none;
    border: 0;
    height: 120px;
    padding: 0;
}

.flottant.pad,
.flottant.transparent40 {
    float: left;
}

.pi-section-w.pi-header-produit {
    display: block;
}

#ContentPlaceHolder_PnlDevis span,
#ContentPlaceHolder_PnlAvt span,
#ContentPlaceHolder_devis span {
    line-height: 30px;
}

#ContentPlaceHolder_PnlDevis select,
#ContentPlaceHolder_PnlDevis input,
#ContentPlaceHolder_DivTarifs select,
#ContentPlaceHolder_DivTarifs input,
#ContentPlaceHolder_PnlAvt select,
#ContentPlaceHolder_PnlAvt input,
#ContentPlaceHolder_devis select,
#ContentPlaceHolder_devis input {
    height: 24px;
    margin: 3px 0;
    outline: medium none;
    padding: 2px 0 0 3px;
}

#ContentPlaceHolder_PnlAvt input,
#ContentPlaceHolder_devis input {
    margin-right: 5px;
    padding: 0 0 0 3px;
    font-family: "Archivo Narrow", Arial, sans-serif;
}

#ContentPlaceHolder_PnlDevis input[type=radio], input[type=checkbox]{    
    margin-right: 5px;
    padding: 0 0 0 3px;
}

#ContentPlaceHolder_PnlDevis input{
    padding: 0 0 0 3px;
}

#ContentPlaceHolder_PnlDevis img,
#ContentPlaceHolder_PnlAvt img,
#ContentPlaceHolder_devis img {
    margin: 7px 0 !important;
}

#ContentPlaceHolder_PnlDevis hr,
#ContentPlaceHolder_PnlAvt hr,
#ContentPlaceHolder_devis hr {
    margin: 15px 0;
}

#contenuLargeur600 input[type="checkbox"],
#contenuLargeur700 input[type="checkbox"],
#contenuLargeur800 input[type="checkbox"],
#contenuLargeur850 input[type="checkbox"],
#HP-gestion input[type="checkbox"],
#contenuLargeur900 input[type="checkbox"] {
    line-height: normal;
    margin: 1px 4px 8px;
    position: relative;
}

#contenuLargeur600 span,
#contenuLargeur700 span,
#contenuLargeur800 span,
#contenuLargeur850 span,
#HP-gestion span,
#contenuLargeur900 span {
    line-height: 30px;
}

#DivContrat span{
    line-height: 24px;
}

#contenuLargeur600 input[type="text"],
#contenuLargeur700 input[type="text"],
#contenuLargeur800 input[type="text"],
#contenuLargeur850 input[type="text"],
#HP-gestion input[type="text"],
#contenuLargeur900 input[type="text"]
{
    height: 24px;
    margin: 3px 0;
    outline: medium none;
    margin-right: 5px;
    padding: 0 0 0 3px;
    border: 1px solid #cccccc;
    width: 150px;
}

#contenuLargeur600 input[type="radio"],
#contenuLargeur700 input[type="radio"],
#contenuLargeur800 input[type="radio"],
#contenuLargeur850 input[type="radio"],
#HP-gestion input[type="radio"],
#contenuLargeur900 input[type="radio"]
{
    margin: 11px 5px 0 0;
}

#contenuLargeur600 select,
#contenuLargeur700 select,
#contenuLargeur800 select,
#contenuLargeur850 select,
#HP-gestion select,
#contenuLargeur900 select
{
    height: 24px;
    margin: 3px 0;
    outline: medium none;
    padding: 2px 0 0 3px;
    border: 1px solid #cccccc;
    width: 150px;
}


#ContentPlaceHolder_DivHaut span{
    line-height: 30px;
}

#ContentPlaceHolder_DivHaut select{
    height: 24px;
    margin: 3px 0;
    outline: medium none;
    padding: 2px 0 0 3px;
}

#ContentPlaceHolder_DivHaut input[type="text"],
input.texteRecherche.flottant,
#CuRechercheRapide_TxbRecherche {
    height: 24px;
    margin: 3px 0;
    outline: medium none;
    margin-right: 5px;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}

#CuRechercheRapide_TxbRecherche{
    width: 210px !important;
}

#DivRecherche .pi-no-padding-left{
   margin-left: 287px !important;
   margin-top: -29px !important;
}

#ContentPlaceHolder_DivHaut input[type="radio"]
{
    margin: 0 8px 0 8px;
}

#ContentPlaceHolder_GrvFormules .cellule{
    padding-right: 4px;
}

#ContentPlaceHolder_CklRechercheParMarque.checkBoxListEgal td {
    width: inherit;
    padding-right: 10px;
}

#ContentPlaceHolder_FilAriane .bleu {
    color: #e46526;
}

#ContentPlaceHolder_FilAriane .gras {
    font-size: 14px;
    font-weight: bold;
}

#ContentPlaceHolder_FilAriane .italic {
    line-height: 1.2em;
    font-size: 14px;
}

.forceBoutonOrange,
.forceBoutonOrange:hover,
#ContentPlaceHolder_PnlFormulaire .spacer.boutonOrange.centrer,
#ContentPlaceHolder_devis .spacer.boutonOrange.centrer,
#basDevis .spacer.boutonOrange.centrer,
.boutonsTarifs .boutonOrange.flottant,
#ContentPlaceHolder_basDevis .boutonOrange.flottant,
#ContentPlaceHolder_basDevis .boutonOrange.droite,
#ContentPlaceHolder_PnlValidation .boutonOrange,
.boutonOrange.flottant.droite,
.boutonOrangeCenter,
.boutonOrangeCenter:hover,
.spacer.boutonOrange {
    background: url("../img/btFMA.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 4px 25px 4px 4px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    cursor: pointer;
    text-decoration: none !important;
}

#ContentPlaceHolder_PopValidation_PnlPopInBoutons .boutonOrange {
    background: url("../img/btFMA.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 4px 25px 4px 4px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: -7px;
}

.spacer.boutonOrange{
    font-size: 12px;
}

.boutonsTarifs .boutonOrange.flottant,
.boutonOrange.droite {
    font-size: 13px;
    float: right;
}

#ContentPlaceHolder_TbcEncaissementDecaissement_TplDecaissements_LnkRevenirPolice,
#ContentPlaceHolder_BtnRetour,
#ContentPlaceHolder_BtnRetourDA,
#ContentPlaceHolder_LnkAnnuler,
#ContentPlaceHolder_PnlValidation #ContentPlaceHolder_Retour,
#ContentPlaceHolder_basDevis #ContentPlaceHolder_Retour {
    background: url("../img/btLFMA.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 4px 4px 4px 25px;
    float: left;
}

#ContentPlaceHolder_BtnEnregistrer {
    font-size: 11px;
}
#ContentPlaceHolder_boutonsTarifs {
    padding-left: 0;
}

#ContentPlaceHolder_FilAriane {
    margin-left: 20px;
}

gras {
    font-size: 14px;
    font-weight: bold;
}

.updateprogress
{
    background-image: url(../../images/pages/updateprogress.gif);
    height:48px;
    width:48px;
}

#ContentPlaceHolder_Divtarifs a
{
    color: #ffffff;
}

#ContentPlaceHolder_DivNewAdress3 p {
    margin-bottom: 0;
}

.textePuce2 {
    background-image: url(../../images/puce.png);
    background-repeat: no-repeat;
    background-position: -5px 5px;
    margin-left: 10px;
    text-indent: 5px;
    padding-top: 0;
}

#ContentPlaceHolder_DivValidation a{
    text-decoration:underline;
}

.lienBleu3{
    margin-left: 5px;
    color: CornFlowerBlue;
    font-size: 13px;
    margin-top: 5px;
}

#ContentPlaceHolder_CuRechercherClient_UpnRecherche a{
    color: #ffffff;
}

#ContentPlaceHolder_CuRechercheSinistre_UpnRecherche a{
    color: #ffffff;
}

#HP-gestion #ContentPlaceHolder_TxbRechercheClientVille,
#contenuLargeur900 #ContentPlaceHolder_TxbRechercheClientVille{
    margin-left: 100px;
    width: 285px;
}

.flottant.checkbox.sinistre{
    margin-left: -4px;
}

#ContentPlaceHolder_PnlRecherche{
     width: 690px !important;
}

input[type="text"]:disabled {
    background: #dddddd;
}

.messageclient{
    padding: 20px;
}

.informationclient hr.separator
{
    border-width: 1px 0 0;
    margin-top: 0;	
    width: 100%;
}

.informationclient .titreOrange.spacetop
{
    display: block;
    margin-top: 18px;
}

.informationclient .picto.pen
{
    cursor: pointer;	
}

.informationclient .linkpicto
{
    position: relative;
    line-height: 30px;
    margin-left: 25px;
    text-decoration: none !important;
}

.informationclient .linkpicto:hover
{
    text-decoration: underline !important;
}


.informationclient .pictonb
{
    position: absolute;
    display: block;
    top: 2px;
    left: -30px;   
    width: 25px;	
    height: 25px;
}

.informationclient .pictonb.animaux
{
    background: url('../img/pictos/nb/Animaux.png') no-repeat;	
}

.informationclient .pictonb.moto
{
    background: url('../img/pictos/nb/Moto.png') no-repeat;	
}

.informationclient .pictonb.motora
{
    background: url('../img/pictos/nb/motora.png') no-repeat;	
}

.informationclient .pictonb.capital
{
    background: url('../img/pictos/nb/Capital.png') no-repeat;	
}

.informationclient .pictonb.cyclo
{
    background: url('../img/pictos/nb/Cyclo.png') no-repeat;	
}

.informationclient .pictonb.auto
{
    background: url('../img/pictos/nb/Auto.png') no-repeat;	
}

.informationclient .pictonb.sante
{
    background: url('../img/pictos/nb/Sante.png') no-repeat;	
}

.informationclient .pictonb.scooter
{
    background: url('../img/pictos/nb/Scooter.png') no-repeat;	
}

.informationclient .pictonb.velo
{
    background: url('../img/pictos/nb/Velo.png') no-repeat;	
}

.informationclient .pictonb.speedbike
{
    background: url('../img/pictos/nb/SpeedBike.png') no-repeat;	
}

.informationclient .pictonb.vsp
{
    background: url('../img/pictos/nb/VSP.png') no-repeat;	
}

.informationclient .pictonb.mrh
{
    background: url('../img/pictos/nb/MRH.png') no-repeat;	
}

.informationclient .pictonb.ra
{
    background: url('../img/pictos/nb/RA.png') no-repeat;	
}

.boutonPopIn
{
    margin: 0 !important;
    margin-top:-7px !important;
}

.div_Pa_Accueil
{
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232,232,232,1)0 , rgba(127,127,127,1) 48%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(48%,rgba(127,127,127,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(232,232,232,1)0 ,rgba(127,127,127,1) 48%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(232,232,232,1)0 ,rgba(127,127,127,1) 48%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(232,232,232,1)0 ,rgba(127,127,127,1) 48%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(232,232,232,1)0 ,rgba(127,127,127,1) 48%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
 
.preBlanc2
{
    box-shadow:inset -1px -1px 0 0 rgba(0,0,0,0.15), inset 0 0 0 1px rgba(0,0,0,0.1), 0 0 0 0 rgba(255,255,255,0.75);
    border: none;
    margin: 0;
    padding:5px 5px 5px 5px; 
    background-color:White;
 }

#ContentPlaceHolder_PnlSinistre span,
#ContentPlaceHolder_PnlSinistre a
{
    line-height: 24px;
}

.InfosGeneralesDevis .gras{
    font-size: 14px;
}

.InfosGeneralesDevis .detailinfo{
    margin-top: 7px;
    text-indent: -9999px;
    background: url('../img/pictos/picto_info_gr.png') no-repeat; 
    height: 16px;                       
    width: 16px;
    white-space: nowrap; 
    cursor: help;
}

.InfosGeneralesDevis .detailinfo:hover{	
    background: url('../img/pictos/picto_info_bl.png') no-repeat;     
}

.InfosGeneralesDevis table th,
.InfosGeneralesDevis table td{
    padding: 3px;
    padding-left: 7px;
}


.informationclient .resumebloc
{
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-bottom: 0;	
    cursor: pointer;
}

.informationclient .pnlproduits
{
    margin-left: 5px;
}

.PnlDetailDevis{
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-top: 0;
    margin-bottom: 10px !important;
    padding: 10px;
}

.informationclient .imgwarning
{
    margin-top: 6px;
    margin-left: 5px;
}

.btjesouhaite.dropdown .boutonOrange{
    margin-bottom: 0;
    margin-top: 5px;
}

.btjesouhaite .dropdown-menu
{
    min-width: 200px;
}

.btjesouhaite a
{
    text-decoration: none !important;
}

.btjesouhaite div.values{
    display: none;
}

.btjesouhaite .dropdown-menu > li > a:hover,
.btjesouhaite .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #eee;
}

#ContentPlaceHolder_PopMotDePasseEnvoye_LnkPopInValider
{
    margin-top:3px !important;
}

.btn_Shadow 
{
    box-shadow:0pt 1px 3px 0pt;
    border:1px solid rgb(225, 225, 229);
    background-color:#F1620F;
    color:Black !important;
    padding:10px;
}


#redactor-btn-save {
    position: relative;
    margin: 15px 2px;
}

#redactor-btn-save a.quitter{
    float: right;
    cursor: pointer;
}
#redactor-btn-save a.sauvegarder{
    float: left;
    cursor: pointer;
}



.elementHTMLControl {
    
}

.elementHTMLControl:not(.redactor-editor):hover {
    background-color: #EEE;
    cursor: pointer;
    padding: 3px;
    margin: 1px;
    border: 1px solid #555;    
}

.pi-header-row {
    display: none;
}

#magic-line { position: absolute; bottom: 10px; left: 0; width: 0; height: 2px; background: #f1620f; }

.pi-fond-menu {
    background-color: #859499;
    height: 240px;
    position: relative;    
}

.pi-contenant-menu {
    z-index: 80;
    background-color: #FFF;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 262px;
    width: 954px;
    position: absolute;    
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-contenant-menu .menu-bottom
{
    display: none;
}

.pi-contenant-menu div.menu{
    float: left;
    width: 136px;
    height: 132px;
    cursor: pointer;
}

.pi-contenant-menu div.menu{
    float: left;
    width: 136px;
    height: 132px;
    cursor: pointer;
}

.pi-contenant-menu .pi-ligne-menu div.menu:last-child
{
    width: 138px;
}

.pi-contenant-menu .pi-ligne-menu:first-child
{
    overflow: hidden;
    height: 130px;
}

.pi-contenant-menu .bar-cyclo.menu {
    background: url('../img/menu/cyclo.png') no-repeat;
}
.pi-contenant-menu .bar-cyclo.menu:hover {
    background: url('../img/menu/cyclo-hover.png') no-repeat;
}

.pi-contenant-menu .bar-scooter.menu {
    background: url('../img/menu/scooter.png') no-repeat;
}
.pi-contenant-menu .bar-scooter.menu:hover {
    background: url('../img/menu/scooter-hover.png') no-repeat;
}

.pi-contenant-menu .bar-moto.menu {
    background: url('../img/menu/moto.png') no-repeat;
}
.pi-contenant-menu .bar-moto.menu:hover {
    background: url('../img/menu/moto-hover.png') no-repeat;
}

.pi-contenant-menu .bar-motora.menu {
    background: url('../img/menu/motora.png') no-repeat;
}
.pi-contenant-menu .bar-motora.menu:hover {
    background: url('../img/menu/motora-hover.png') no-repeat;
}

.pi-contenant-menu .bar-speedbike.menu {
    background: url('../img/menu/speedbike.png') no-repeat;
}
.pi-contenant-menu .bar-speedbike.menu:hover {
    background: url('../img/menu/speedbike-hover.png') no-repeat;
}

.pi-contenant-menu .bar-vae.menu {
    background: url('../img/menu/vae.png') no-repeat;
}
.pi-contenant-menu .bar-vae.menu:hover {
    background: url('../img/menu/vae-hover.png') no-repeat;
}

.pi-contenant-menu .bar-vsp.menu {
    background: url('../img/menu/vsp.png') no-repeat;
}
.pi-contenant-menu .bar-vsp.menu:hover {
    background: url('../img/menu/vsp-hover.png') no-repeat;
}

.pi-contenant-menu .bar-auto.menu {
    background: url('../img/menu/auto.png') no-repeat;
}
.pi-contenant-menu .bar-auto.menu:hover {
    background: url('../img/menu/auto-hover.png') no-repeat;
}

.pi-contenant-menu .bar-autora.menu {
    background: url('../img/menu/autora.png') no-repeat;
}
.pi-contenant-menu .bar-autora.menu:hover {
    background: url('../img/menu/autora-hover.png') no-repeat;
}

.pi-contenant-menu .bar-habitation.menu {
    background: url('../img/menu/habitation.png') no-repeat;
}
.pi-contenant-menu .bar-habitation.menu:hover {
    background: url('../img/menu/habitation-hover.png') no-repeat;
}

.pi-contenant-menu .bar-animaux.menu {
    background: url('../img/menu/animaux.png') no-repeat;
}
.pi-contenant-menu .bar-animaux.menu:hover {
    background: url('../img/menu/animaux-hover.png') no-repeat;
}

.pi-contenant-menu .bar-sante.menu {
    background: url('../img/menu/sante.png') no-repeat;
}
.pi-contenant-menu .bar-sante.menu:hover {
    background: url('../img/menu/sante-hover.png') no-repeat;
}

.pi-contenant-menu .bar-prevoyance.menu {
    background: url('../img/menu/prevoyance.png') no-repeat;
}
.pi-contenant-menu .bar-prevoyance.menu:hover {
    background: url('../img/menu/prevoyance-hover.png') no-repeat;
}

.pi-contenant-menu .bar-pj.menu {
    background: url('../img/menu/pj.png') no-repeat;
}
.pi-contenant-menu .bar-pj.menu:hover {
    background: url('../img/menu/pj-hover.png') no-repeat;
}

.pi-barre-menu {
    z-index: 80;
    background-color: #fa772b;
    height: 115px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    -o-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0;
}

.pi-barre-menu:hover {
    height: 140px;
}

.pi-barre-menu .pi-barre-header {
    padding-top: 10px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    width: 925px;
}

.pi-barre-header .magic-menu {
    position: absolute; 
    top: 8px; 
    left: 0;
    width: 129px;
    height: 153px;
    background: url('../img/menu/barreMenuhover.png') no-repeat;
}

.pi-barre-menu .pi-barre-header .menu {
    width: 129px;
    height: 122px;
    position: relative;
    margin-right: 25px;
    float: left;
    cursor: pointer;
}

    .pi-barre-menu .pi-barre-header .menu .title {
        position: absolute;
        font-size: 12px;
        text-align: center;
        top: 60px;
        width: 129px;
        color: #fff;
        font-weight: bold;
        line-height: 15px;
        text-transform: uppercase;
    }
    
    .pi-barre-menu .pi-barre-header .menu:hover .title {
        color: #fa772b;
    }
    
    .pi-barre-menu .pi-barre-header .menu .menu-bottom {
        position: absolute;
        font-size: 15px;
        text-align: center;
        top: 120px;
        width: 129px;
        color: #fa772b;
        -webkit-transition: all 0.4s ease-in-out 0;
        -moz-transition: all 0.4s ease-in-out 0;
        -ms-transition: all 0.4s ease-in-out 0;
        -o-transition: all 0.4s ease-in-out 0;
        transition: all 0.4s ease-in-out 0;
    }
    
        .pi-barre-menu .pi-barre-header .menu .menu-bottom a {
            padding: 0 5px;
            color: #fa772b;
            text-decoration: none;
            font-weight: normal;
            -webkit-transition: all 0.2s ease-in-out 0;
            -moz-transition: all 0.2s ease-in-out 0;
            -ms-transition: all 0.2s ease-in-out 0;
            -o-transition: all 0.2s ease-in-out 0;
            transition: all 0.2s ease-in-out 0;
        }
        
.pi-barre-header .menu:hover .menu-bottom {
    top: 93px;
}

.pi-barre-menu .pi-barre-header .menu .menu-bottom a:hover {
                text-decoration: underline;
            }

.pi-barre-header .bar-animaux.menu {
    background: url('../img/menu/animaux.png') no-repeat;
}   
.pi-barre-header .bar-voiture.menu {
    background: url('../img/menu/voiture.png') no-repeat;
}
.pi-barre-header .bar-voiture.menu:hover {
    background: url('../img/menu/voiture-hover.png') no-repeat;
}
.pi-barre-header .bar-animaux.menu:hover {
    background: url('../img/menu/animaux-hover.png') no-repeat;
}

.pi-barre-header .bar-malus.menu {
    background: url('../img/menu/malus.png') no-repeat;
}
.pi-barre-header .bar-malus.menu:hover {
    background: url('../img/menu/malus-hover.png') no-repeat;
}

.pi-barre-header .bar-moto.menu {
    background: url('../img/menu/moto.png') no-repeat;
}
.pi-barre-header .bar-moto.menu:hover {
    background: url('../img/menu/moto-hover.png') no-repeat;
}


.pi-barre-header .bar-moto-ra.menu {
    background: url('../img/menu/moto-ra.png') no-repeat;
}
.pi-barre-header .bar-moto-ra.menu:hover {
    background: url('../img/menu/moto-ra-hover.png') no-repeat;
}


.pi-barre-header .bar-cyclo.menu {
    background: url('../img/menu/cyclo.png') no-repeat;
}
.pi-barre-header .bar-cyclo.menu:hover {
    background: url('../img/menu/cyclo-hover.png') no-repeat;
}

.pi-barre-header .bar-velo.menu {
    background: url('../img/menu/velo.png') no-repeat;
}
.pi-barre-header .bar-velo.menu:hover {
    background: url('../img/menu/velo-hover.png') no-repeat;
}

.pi-barre-header .bar-vae.menu {
    background: url('../img/menu/vae.png') no-repeat;
}
.pi-barre-header .bar-vae.menu:hover {
    background: url('../img/menu/vae-hover.png') no-repeat;
}

.pi-barre-header .bar-speedbike.menu {
    background: url('../img/menu/speedbike.png') no-repeat;
}
.pi-barre-header .bar-speedbike.menu:hover {
    background: url('../img/menu/speedbike-hover.png') no-repeat;
}

.pi-barre-header .bar-animaux.menu {
    background: url('../img/menu/animaux.png') no-repeat;
}
.pi-barre-header .bar-animaux.menu:hover {
    background: url('../img/menu/animaux-hover.png') no-repeat;
}

.pi-barre-header .bar-sante.menu {
    background: url('../img/menu/sante.png') no-repeat;
}
.pi-barre-header .bar-sante.menu:hover {
    background: url('../img/menu/sante-hover.png') no-repeat;
}

.pi-barre-header .bar-prevoyance.menu {
    background: url('../img/menu/prevoyance.png') no-repeat;
}
.pi-barre-header .bar-prevoyance.menu:hover {
    background: url('../img/menu/prevoyance-hover.png') no-repeat;
}

.pi-barre-header .bar-scooter.menu {
    background: url('../img/menu/scooter.png') no-repeat;
}
.pi-barre-header .bar-scooter.menu:hover {
    background: url('../img/menu/scooter-hover.png') no-repeat;
}

.pi-barre-header .bar-habitation.menu {
    background: url('../img/menu/habitation.png') no-repeat;
}
.pi-barre-header .bar-habitation.menu:hover {
    background: url('../img/menu/habitation-hover.png') no-repeat;
}

.pi-presentation.form-connexion .mdpo {
    font-size: 12px;
    }

        .pi-presentation.form-connexion .mdpo a {
            color: #494a51 !important;
        }

            .pi-presentation.form-connexion .mdpo a:hover {
                text-decoration: underline !important;
            }

.pi-presentation.form-connexion span.title{
    color: #494a51;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
.pi-presentation.form-connexion span.title > strong{
    color: #f1620f;
}

.pi-presentation.juste-equilibre {
    color: #fff;
    background-color: #c5ced2;
}

.pi-presentation.produit {
    background-color: #e9f0f3;
}

.pi-presentation.produit .pi-row {
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    padding-top: 15px;
}

    .pi-presentation.produit .pi-row .pi-col-sm-4:first-child{
        padding-left: 0;
    }
    .pi-presentation.produit .pi-row .pi-col-sm-4:last-child{
        padding-right: 0;
    }
    

.pi-confiance .pi-row {
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #bcbdc3;
}

.tp-bannertimer {
    display: none !important;
}


.line_height_libelles_mrh
{
    line-height: 25px; 
}
            

.pi-fma-contact .pi-box {
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 10px 20px 0;
}

.pi-fma-contact .pi-box h4 {
    margin-bottom: 20px;
}

.pnlContrat{
    padding: 0;
}

.pnlContrat .pnlSpace {
   padding: 5px 5px 0 10px;
}
.pnlContrat .pnlBorder {
   border-bottom: 1px solid #ccc;
}

.pnlContrat .LabelSimple,
.pnlApporteur .LabelSimple
{
    color: #555;
    font-size: 14px;
}

.pnlContrat .TextBoxLabelSimple,
.pnlApporteur .TextBoxLabelSimple
{
    color: #000;
    font-size: 15px;
}

.hautContrat{
    position: relative;
}

.hautContrat .colTitre{
    position: absolute;
    left: 0;
    top: 0;    
}

.hautContrat .colInfos{
    float: right;
    text-align: right;    
}

.pi-rental .pi-table.garanties thead 
{
    text-align: left;    
}

.pi-rental .pi-table.garanties tbody td{
    text-align: left;
    font-size: 14px;     
}

#resultatRechercheConteneur
{
    max-width: 900px;
    margin: 0 auto;
}

.newWindow.upsize 
{
    font-size: 18px;
    margin-top: 15px;
    display:block;
    text-decoration:underline;    
}

.sansBordure td{
    border: none;
}

.pi-bandeau-produit
{
    background: url(../img/bandeau1.jpg) center;
    height:309px;    
}

.pi-boite{
   position: relative;
   float: left;
}


.pi-boite .droite {
   position: relative;
   float: left;   
   margin-left: 100px;
}

.pi-boite h1
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0;
    color: #314a4f;
}

.pi-boite h2
{
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
    color: #314a4f;
}
 
.pi-boite h2 strong
{
    font-size: 30px;
    display: block;
    padding-bottom: 5px;
    
}

.pi-boite ul {
list-style-image: url(../img/qui-sommes-nous/flecheorange.png);
}

.pi-boite ul li {
    font-weight: bold;
    padding: 5px 10px 0 10px;
    margin: 0;
    font-size: 18px;
    color: #91a2ac;
}
.pi-boite .droite ul li span {
    font-weight: normal;
    padding: 10px 0 0 0;
    display: block;
    font-size: 16px;
    color: #afc2c8;
}


.pi-boite .droite span
{    
    font-size: 18px;
    padding: 10px 0;
    color: #6d8285;    
}

.pi-boite.courtier
{
    margin-left: 10px;   
    margin-top: 30px;  
}


.pi-boite.courtier div.icon {
    background: url(../img/qui-sommes-nous/courtier.png);
    width: 41px;
    height: 53px;
    position: absolute;
    left: 40px;
    top: 30px;
}

.quisommesnous .pi-section-grey
{
    background-color: #f8f9fb;
    padding: 0;
    margin: 0;
}

.quisommesnous .pi-section-grey.img
{
    padding: 35px 0;
    margin: 20px 0 0 0;
}
.quisommesnous .pi-section-grey .pi-section
{
    padding: 0 0 20px 0;    
}

.quisommesnous .organigramme {
    background: url(../img/qui-sommes-nous/organigramme.png);
    width: 763px;
    height: 366px;
    margin: 0 auto;
}

.pi-boite.engrenages div.icon {
    background: url(../img/qui-sommes-nous/engrenages.png);
    width: 51px;
    height: 55px;
    position: absolute;
    left: 40px;
    top: 20px;
}

.pi-boite.croisement div.icon {
    background: url(../img/qui-sommes-nous/lumiere.png);
    width: 48px;
    height: 48px;
    position: absolute;
    left: 40px;
    top: 20px;
}

.pi-boite.personnes div.icon {
    background: url(../img/qui-sommes-nous/personnes.png);
    width: 63px;
    height: 46px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.pi-boite.citation div.icon {
    background: url(../img/qui-sommes-nous/paragraphe.png);
    width: 60px;
    height: 159px;
    position: absolute;
    left: 20px;
    top: 0;
}

.pi-boite.citation
{    
    position: relative;
    max-width: 750px;
    margin: 80px auto;
    float: none;
}

.pi-boite.citation .droite
{   
    max-width: 520px;    
    float: left !important;
}

.pi-boite.citation span
{
    font-size: 20px;
    display: block;
    line-height: 30px;
}

.pi-boite.citation span.titreorange
{
    color: #e46526;
    font-weight: bold;
    line-height: 10px;
    padding-bottom: 0;
}



.pi-boite.citation span.soustitre
{
    font-weight: bold;
    font-size: 15px;
    line-height: 10px;
}

.pi-boite.croisement
{
    margin-left: 20px;
}

.pi-boite.croisement h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.pi-boite.croisement h2 {
    margin: 0;
    
}

.chiffresclefs
{
    position: relative;
    height: 350px;
}

.chiffresclefs div.titre{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 0;
    color: #314a4f;
}

    .chiffresclefs hr {
        border-width: 1px 0 0;
        margin-bottom: 5px;
        margin-top: 7px;
        width: 100%;
    }

.chiffresclefs div.boite-chiffres {
    position: relative;
    background: url(../img/qui-sommes-nous/chiffresclefs.png);
    width: 783px;
    height: 91px;
    margin: 20px auto;
}

.chiffresclefs div.boite-chiffres div.texteorange {
    color: #e46526;
    font-weight: bold;  
    text-align: center;  
}

.chiffresclefs div.boite-chiffres div.texteorange .chiffre {
    font-size: 40px;
    line-height: 35px;
}

.chiffresclefs div.boite-chiffres div.texteorange .chiffre sup
{
   font-size: 25px;
   padding-left: 3px;
}

.chiffresclefs div.boite-chiffres div.textegris {
    margin-top: 7px;
    text-align: center;  
    font-size: 18px;
    padding: 0;
    line-height: 22px;
}

.chiffresclefs div.boite-chiffres div.client {
    position: absolute;
    left: -55px;
    top: 80px;
}

.chiffresclefs div.boite-chiffres div.parternaire {
    position: absolute;
    left: 195px;
    top: 100px;
}

.chiffresclefs div.boite-chiffres div.volume {
    position: absolute;
    left: 320px;
    top: 100px;
}

.chiffresclefs div.boite-chiffres div.ca {
    position: absolute;
    left: 535px;
    top: 100px;
}

.chiffresclefs div.boite-chiffres div.courtier {
    position: absolute;
    left: 670px;
    top: 100px;
}

.chiffresclefs div.boite-chiffres div.courtier .textegris{
    width: 180px;
}


.form-connexion div.espaceparticulier {
    background-position: 0% 0%;
    position: relative;
    background-repeat: no-repeat !important;
    width: 293px;
    height: 254px;  
    margin: 30px 30px 75px 100px;
    background-color: transparent;
    background-image: url('../img/espaceconnexion/espaceperso.png');
    background-repeat: repeat !important;
    background-attachment: scroll;
}

.form-connexion div.espaceparticulier .identifiant {
    position: absolute;
    left: 22px;
    top: 202px;
    width: 268px;
    font-size: 12px;
    height: 21px;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.form-connexion div.espaceparticulier .motdepasse {
    position: absolute;
    left: 22px;
    top: 232px;
    width: 230px;
    font-size: 12px;
    height: 21px;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.form-connexion div.espaceparticulier .btn {
    position: absolute;
    left: 255px;
    top: 232px;
    width: 36px;    
    height: 22px;   
    background: none;
}

.form-connexion div.espaceparticulier .mdpoublie {
    position: absolute;
    left: 0;
    top: 260px;    
    font-style: italic;
    color: #939fa4;
}

.form-connexion div.espacepartenaire {
    position: relative;
    background: url(../img/espaceconnexion/espacepartenaire.png);
    width: 144px;
    height: 190px;  
    margin: 30px 30px 75px 150px;
}

.form-connexion div.espacepartenaire .txtpartenaire {
    position: absolute;
    left: -55px;
    top: 194px;
    width: 255px;
    text-align: center;
    font-size: 13px;
}

.form-connexion div.espacepartenaire .bntpartenaire {
    position: absolute;
    left: -44px;
    top: 255px;
    background: url(../img/espaceconnexion/boutonpartenaire.png);
    width: 240px;
    height: 23px;  
    text-indent: 500px;
    white-space: nowrap;
    overflow: hidden;
}

.champRond {
    padding: 3px;
    height: 24px;
}

.hauteurLigne30 {
    line-height: 30px;
}